@work-rjkashyap/unified-ui 0.2.2 → 0.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -358,20 +358,20 @@ var shadowDark = {
358
358
  var zIndex = {
359
359
  /** Default document flow — no explicit stacking */
360
360
  base: "0",
361
- /** Dropdowns, select menus, autocomplete lists */
362
- dropdown: "10",
363
361
  /** Sticky headers, floating action bars, pinned columns */
364
- sticky: "20",
362
+ sticky: "10",
365
363
  /** Backdrop overlays behind modals and drawers */
366
- overlay: "30",
364
+ overlay: "40",
367
365
  /** Modals, dialogs, sheets, drawers */
368
- modal: "40",
369
- /** Popovers that must render above modals */
370
- popover: "50",
366
+ modal: "50",
367
+ /** Dropdowns, select menus, context menus — renders above modals */
368
+ dropdown: "60",
369
+ /** Popovers, comboboxes, date pickers — renders above modals */
370
+ popover: "70",
371
371
  /** Toast notifications — always visible above all content */
372
- toast: "60",
372
+ toast: "80",
373
373
  /** Tooltips — highest interactive z-layer */
374
- tooltip: "70",
374
+ tooltip: "90",
375
375
  /** Emergency escape hatch — use sparingly and document why */
376
376
  max: "9999"
377
377
  };
@@ -360,20 +360,20 @@ var shadowDark = {
360
360
  var zIndex = {
361
361
  /** Default document flow — no explicit stacking */
362
362
  base: "0",
363
- /** Dropdowns, select menus, autocomplete lists */
364
- dropdown: "10",
365
363
  /** Sticky headers, floating action bars, pinned columns */
366
- sticky: "20",
364
+ sticky: "10",
367
365
  /** Backdrop overlays behind modals and drawers */
368
- overlay: "30",
366
+ overlay: "40",
369
367
  /** Modals, dialogs, sheets, drawers */
370
- modal: "40",
371
- /** Popovers that must render above modals */
372
- popover: "50",
368
+ modal: "50",
369
+ /** Dropdowns, select menus, context menus — renders above modals */
370
+ dropdown: "60",
371
+ /** Popovers, comboboxes, date pickers — renders above modals */
372
+ popover: "70",
373
373
  /** Toast notifications — always visible above all content */
374
- toast: "60",
374
+ toast: "80",
375
375
  /** Tooltips — highest interactive z-layer */
376
- tooltip: "70",
376
+ tooltip: "90",
377
377
  /** Emergency escape hatch — use sparingly and document why */
378
378
  max: "9999"
379
379
  };