@atlaskit/tokens
Version:
Design tokens are the single source of truth to name and store design decisions.
9 lines (8 loc) • 421 B
TypeScript
export type ThemeIds = (typeof themeIds)[number];
/**
* 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 declare const themeIds: readonly ["light-increased-contrast", "light", "light-future", "dark", "dark-future", "dark-increased-contrast", "spacing", "shape", "typography", "motion"];