@sysvale/cuida 3.70.6 → 3.71.0
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.
- package/dist/@sysvale/cuida.es.js +6299 -6089
- package/dist/@sysvale/cuida.umd.js +26 -26
- package/dist/@sysvale/tokens.scss +2 -0
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -590,6 +590,7 @@ $z-index-sunk: -1000;
|
|
|
590
590
|
$z-index-base: 0;
|
|
591
591
|
$z-index-backdrop: 1000;
|
|
592
592
|
$z-index-toolbar: 2000;
|
|
593
|
+
$z-index-sidesheet: 2500;
|
|
593
594
|
$z-index-modal: 3000;
|
|
594
595
|
$z-index-tooltip: 4000;
|
|
595
596
|
$z-index-toast: 5000;
|
|
@@ -602,6 +603,7 @@ $z-index: map-merge(
|
|
|
602
603
|
'base': $z-index-base,
|
|
603
604
|
'backdrop': $z-index-backdrop,
|
|
604
605
|
'toolbar': $z-index-toolbar,
|
|
606
|
+
'sidesheet': $z-index-sidesheet,
|
|
605
607
|
'modal': $z-index-modal,
|
|
606
608
|
'tooltip': $z-index-tooltip,
|
|
607
609
|
'toast': $z-index-toast,
|