@atlaskit/storybook-addon-design-system
Version:
Design token storybook addon
11 lines (10 loc) • 470 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.TOOL_ID = exports.TITLE = exports.DECORATOR_PARAM = exports.DECORATOR_ID = exports.ADDON_ID = void 0;
var ADDON_ID = exports.ADDON_ID = 'ads-tokens';
var TOOL_ID = exports.TOOL_ID = "".concat(ADDON_ID, "/tool");
var TITLE = exports.TITLE = 'Design Tokens';
var DECORATOR_ID = exports.DECORATOR_ID = 'withDesignTokens';
var DECORATOR_PARAM = exports.DECORATOR_PARAM = 'DesignTokens';