@yamada-ui/react
Version:
React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion
23 lines (21 loc) • 441 B
JavaScript
const require_config = require('../../core/system/config.cjs');
//#region src/theme/tokens/z-indices.ts
const zIndices = require_config.defineTokens.zIndices({
yamcha: 1,
kurillin: 9,
nappa: 99,
guldo: 100,
jeice: 110,
burter: 120,
recoome: 130,
ginyu: 140,
dodoria: 150,
zarbon: 160,
freeza: 9996,
vegeta: 9997,
sonGoku: 9998,
beerus: 9999
});
//#endregion
exports.zIndices = zIndices;
//# sourceMappingURL=z-indices.cjs.map