UNPKG

@yamada-ui/react

Version:

React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion

44 lines (43 loc) 780 B
//#region src/core/constant.ts const COLOR_MODE_STORAGE_KEY = "color-mode"; const THEME_SCHEME_STORAGE_KEY = "theme-scheme"; const DEFAULT_VAR_PREFIX = "ui"; const DEFAULT_LOCALE = "en-US"; const DEFAULT_DIRECTION = "ltr"; const DEFAULT_LAYERS = { size: { name: "size", order: 4 }, variant: { name: "variant", order: 5 }, base: { name: "base", order: 3 }, compounds: { name: "compounds", order: 7 }, global: { name: "global", order: 2 }, props: { name: "props", order: 6 }, reset: { name: "reset", order: 1 }, tokens: { name: "tokens", order: 0 } }; //#endregion export { COLOR_MODE_STORAGE_KEY, DEFAULT_DIRECTION, DEFAULT_LAYERS, DEFAULT_LOCALE, DEFAULT_VAR_PREFIX, THEME_SCHEME_STORAGE_KEY }; //# sourceMappingURL=constant.js.map