UNPKG

@atlaskit/tokens

Version:

Design tokens are the single source of truth to name and store design decisions.

7 lines 352 B
/** * Theme ids: The value that will be mounted to the DOM as a data attr * For example: `data-theme="light:light dark:dark spacing:spacing" * * These ids must be kebab case */ export var themeIds = ['light-increased-contrast', 'light', 'light-future', 'dark', 'dark-future', 'dark-increased-contrast', 'spacing', 'shape', 'typography', 'motion'];