Is your feature request related to a problem? Please describe.
We need the gradient used in auro-carousel and auro-datepicker to be a design token instead of a hard coded value. Currently the hardcoded value only works with white backgrounds but if the implementer is using this component on something other than white we want to implementer to be able to change this design token so that it can be blended in to any background as needed.
Describe the solution you'd like
A design token that can be scoped and overridden by the implementer as needed.
Is your feature request related to a problem? Please describe.
We need the gradient used in
auro-carousel
andauro-datepicker
to be a design token instead of a hard coded value. Currently the hardcoded value only works with white backgrounds but if the implementer is using this component on something other than white we want to implementer to be able to change this design token so that it can be blended in to any background as needed.Describe the solution you'd like
A design token that can be scoped and overridden by the implementer as needed.
Describe alternatives you've considered
Just deal with an ugly experience.
Additional context
This design token will need to be used to fix this issue: https://github.com/AlaskaAirlines/auro-carousel/issues/32
The same value of this token should also be used but should have 2 separate token names so they can be altered independently. https://github.com/AlaskaAirlines/auro-datepicker/issues/150