@atlaskit/tokens
Version:
Design tokens are the single source of truth to name and store design decisions.
13 lines (12 loc) • 471 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.themeIds = void 0;
/**
* 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
*/
var themeIds = exports.themeIds = ['light-increased-contrast', 'light', 'light-future', 'dark', 'dark-future', 'dark-increased-contrast', 'spacing', 'shape', 'typography', 'motion'];