{
  "version": 3,
  "sources": ["../../../../snap-design-system-marketing/src/constants/zIndex.ts"],
  "sourcesContent": ["/**\n * List of all the ZIndexes that we specify.\n *\n * This is meant to be a way to help avoid z-index conflicts.\n *\n * This should include z-indexes from the libraries that we use.\n *\n * Note that using z-indexes is considered an anti-pattern because render order can and should be\n * controlled via stacking contexts. See:\n * https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context\n *\n * NOTE: This can't be an enum because it's got duplicate values.\n */\nexport const ZIndex = {\n  HERO_CURTAIN: 1, // See Hero. Required so that video background render behind content.\n  BLOCK_CURTAIN: 1, // See Block. Required so that video background render behind content.\n  QUESTIONNAIRE_FOOTER: 1, // See Questionnaire\n  SPLIT_PANEL_CURTAIN: 1, // See Hero\n  COLLAPSIBLE_CONTENT_MEDIA_WRAPPER: 1,\n  CHART_TOOLTIP: 2, // See BarChartTooltip. Since blocks have a z-index, tooltips need to be higher.\n  HERO_BOUNDARY: 2, // See Hero\n  BLOCK_BOUNDARY: 2, //See Block\n  HERO_TEXT: 2, // See Hero\n  CAROUSEL_ARROW_BEFORE: 2, // See Carousel. This should match CAROUSEL_ARROW IMHO.\n  NAVIGATOR_BUTTON: 2, // See NavigatorItem\n  NAVIGATOR_BUTTON_FOCUSED: 3, // See NavigatorItem\n  BUTTON: 50, // See Button\n  CAROUSEL_SIDE_GRADIENT: 51, // See Carousel Side Gradient\n  BREAK: 55, // See Break\n  MOBILE_CTA: 58, // See PersistentCallToAction\n  MOSAIC_LIGHTBOX: 60, // See Mosaic\n  // See Carousel. Should display above its own content but below nav elements (NAVIGATOR,\n  // NAVIGATOR_HEADER, NAVIGATOR_HIGHLIGHT, SUB_NAVIGATION)\n  CAROUSEL_ARROW: 98,\n  SIDENAV: 98,\n  LOADING_BAR: 99,\n  SPINNER: 99, // See Spinner.\n  SUB_NAVIGATION: 99, // See SubNavigation. Allow sub navigation header to cover content it scrolls over.\n  DIRECTIONAL_OVERLAY: 99, // See DirectionalOverlay\n  NAVIGATOR: 100, // See GlobalNav. Exists solely so that buttons don't bleed through it.\n  NAVIGATOR_HEADER: 101, // Makes sticky header cover content it scrolls over.\n  NAVIGATOR_HIGHLIGHT: 102, // Highlight does need to cover the header.\n  MODAL: 1999,\n  DROPDOWN: 2020, // See DropdownMenu\n  PAGE_FIXED_PORTAL: 2500, // See PageFixedPortal\n} as const;\n"],
  "mappings": ";;;;;;;;;;;;;AAaO,IAAMA,EAAS,CACpB,aAAc,EACd,cAAe,EACf,qBAAsB,EACtB,oBAAqB,EACrB,kCAAmC,EACnC,cAAe,EACf,cAAe,EACf,eAAgB,EAChB,UAAW,EACX,sBAAuB,EACvB,iBAAkB,EAClB,yBAA0B,EAC1B,OAAQ,GACR,uBAAwB,GACxB,MAAO,GACP,WAAY,GACZ,gBAAiB,GAGjB,eAAgB,GAChB,QAAS,GACT,YAAa,GACb,QAAS,GACT,eAAgB,GAChB,oBAAqB,GACrB,UAAW,IACX,iBAAkB,IAClB,oBAAqB,IACrB,MAAO,KACP,SAAU,KACV,kBAAmB,IACrB",
  "names": ["ZIndex"]
}
