{"version":3,"file":"zIndex.cjs","sources":["../../../src/theme/tokens/zIndex.ts"],"sourcesContent":["/*\r\n * Stacking order tokens. Theme-agnostic.\r\n *\r\n * Centralising z-indexes prevents the \"z-index: 99999\" arms race and keeps\r\n * overlay layering predictable across the kit.\r\n */\r\nexport const zIndex = {\r\n    hide: '-1',\r\n    base: '0',\r\n    docked: '10',\r\n    sticky: '100',\r\n    banner: '200',\r\n    overlay: '1100',\r\n    modal: '1200',\r\n    dropdown: '1250',\r\n    popover: '1300',\r\n    toast: '1350',\r\n    tooltip: '1400',\r\n} as const\r\n\r\nexport type ZIndex = typeof zIndex\r\n"],"names":["zIndex"],"mappings":"gFAMO,MAAMA,EAAS,CAClB,KAAM,KACN,KAAM,IACN,OAAQ,KACR,OAAQ,MACR,OAAQ,MACR,QAAS,OACT,MAAO,OACP,SAAU,OACV,QAAS,OACT,MAAO,OACP,QAAS,MACb"}