AlaskaAirlines / AuroDesignTokens

Abstract UI atomic values to support the Auro Design System.

Home Page:https://auro.alaskaair.com/getting-started/developers/design-tokens

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Auro design tokens: Gradient for Carousel and DatePicker

braven112 opened this issue · comments

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.

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:
AlaskaAirlines/auro-carousel#32

The same value of this token should also be used but should have 2 separate token names so they can be altered independently.
AlaskaAirlines/auro-datepicker#150