kiwicom / orbit-design-tokens-archived

Design tokens store visual design attributes. They help us make our UI more consistent and consistent and support custom theming.
28 stars 6 forks source link

feat: expose design tokens as XML for Exponea #292

Closed silvenon closed 4 years ago

silvenon commented 4 years ago

The email team requires design tokens to use Orbit colors, and they said that exposing them as XML through an endpoint is enough. I was using Exponea's documentation for imports as a reference for which format to choose.

Design tokens are now being written into lib/index.xml, which they will be able to access as https://unpkg.com/@kiwicom/orbit-design-tokens/lib/index.xml.

I added a few additional unrelated changes that were needed.