@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) • 413 B
JavaScript
import { defineTokens } from "../../core/system/config.js";
//#region src/theme/tokens/z-indices.ts
const zIndices = 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
export { zIndices };
//# sourceMappingURL=z-indices.js.map