AlaskaAirlines / AuroDesignTokens

Abstract UI atomic values to support the Auro Design System.
https://auro.alaskaair.com/getting-started/developers/design-tokens
Apache License 2.0
19 stars 7 forks source link

Support 1.25rem size #188

Open blackfalcon opened 2 weeks ago

blackfalcon commented 2 weeks ago

Is your feature request related to a problem? Please describe.

There are a lot of UIs where I see 1.25rem as a value. And this is not a supported token.

Describe the solution you'd like

Add a new token. Currently there is:

Var Value
var(--ds-size-200) 1rem
var(--ds-size-300) 1.5rem
var(--ds-size-400) 2rem

Auro could add var(--ds-size-250) that will have the value of 1.25rem

Describe alternatives you've considered

Not allow anyone to use 1.25rem as a value in their UI.

Additional context

n/a

Exit criteria

This issue can be resolved once there is a decision made on the new token and a potential release.