@hitachivantara/uikit-styles
Version:
UI Kit styling solution for the Next Design System.
19 lines (18 loc) • 335 B
JavaScript
"use strict";
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
const zIndices = {
hide: -1,
base: 0,
docked: 10,
sticky: 1e3,
fab: 1050,
banner: 1100,
overlay: 1200,
modal: 1300,
dropdown: 1400,
popover: 1500,
tooltip: 1600,
skipLink: 1700,
toast: 1800
};
exports.zIndices = zIndices;