@carbon/storybook-addon-theme
Version:
Carbon theme switcher for Storybook
23 lines (22 loc) • 732 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.TOOL_ID = exports.PARAM_KEY = exports.PANEL_ID = exports.CARBON_THEMES = exports.ADDON_ID = void 0;
/**
* Copyright IBM Corp. 2023, 2023
*
* This source code is licensed under the Apache-2.0 license found in the
* LICENSE file in the root directory of this source tree.
*/
const ADDON_ID = exports.ADDON_ID = '@carbon/theme';
const PANEL_ID = exports.PANEL_ID = `${ADDON_ID}/panel`;
const TOOL_ID = exports.TOOL_ID = `${ADDON_ID}/tool`;
const PARAM_KEY = exports.PARAM_KEY = 'carbonTheme';
const CARBON_THEMES = exports.CARBON_THEMES = {
white: 'white',
g10: 'g10',
g90: 'g90',
g100: 'g100'
};
//# sourceMappingURL=constants.js.map