@atlaskit/tokens
Version:
Design tokens are the single source of truth to name and store design decisions.
10 lines (9 loc) • 561 B
TypeScript
export declare const THEME_DATA_ATTRIBUTE = "data-theme";
export declare const SUBTREE_THEME_ATTRIBUTE = "data-subtree-theme";
export declare const COLOR_MODE_ATTRIBUTE = "data-color-mode";
export declare const CONTRAST_MODE_ATTRIBUTE = "data-contrast-mode";
export declare const CUSTOM_THEME_ATTRIBUTE = "data-custom-theme";
export declare const CSS_PREFIX = "ds";
export declare const CSS_VAR_FULL: string[];
export declare const TOKEN_NOT_FOUND_CSS_VAR: '--ds-token-not-found';
export declare const CURRENT_SURFACE_CSS_VAR: '--ds-elevation-surface-current';