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 JS output of only breakpoints #146

Open blackfalcon opened 8 months ago

blackfalcon commented 8 months ago

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

If a user wants to use breakpoints from design tokens in javascript, the only way is to consume ALL the tokens.

Describe the solution you'd like

Create an export of a simpler object that a user could consume and easily parse to use breakpoints in JS solutions.

Describe alternatives you've considered

Not doing it and just sticking with ALL TOKENS as a useable solution.

Additional context

n/a

Exit criteria

This issue can be closed once there is a demonstratable export of breakpoint design tokens in a JS object for consumption.

Additionally, all documentation needs to be updated to support this new featured export of data.