UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

1 lines 502 B
{"version":3,"file":"get-default-z-index.cjs","names":[],"sources":["../../../../src/core/utils/get-default-z-index/get-default-z-index.ts"],"sourcesContent":["const elevations = {\n app: 100,\n modal: 200,\n popover: 300,\n overlay: 400,\n max: 9999,\n} as const;\n\nexport function getDefaultZIndex(level: keyof typeof elevations) {\n return elevations[level];\n}\n"],"mappings":";;AAAA,MAAM,aAAa;CACjB,KAAK;CACL,OAAO;CACP,SAAS;CACT,SAAS;CACT,KAAK;CACN;AAED,SAAgB,iBAAiB,OAAgC;AAC/D,QAAO,WAAW"}