@homebound/beam 3.10.0 → 3.10.1
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/index.cjs +5 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +4 -4
- package/dist/index.d.ts +4 -4
- package/dist/index.js +5 -5
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -8796,10 +8796,10 @@ declare const zIndices: {
|
|
|
8796
8796
|
readonly tableExpandableTitle: 20;
|
|
8797
8797
|
readonly tableStickyColumn: 30;
|
|
8798
8798
|
readonly tableStickyHeader: 40;
|
|
8799
|
-
readonly scrollShadow:
|
|
8800
|
-
readonly superDrawerScrim:
|
|
8801
|
-
readonly modalUnderlay:
|
|
8802
|
-
readonly pageStickyHeader:
|
|
8799
|
+
readonly scrollShadow: 50;
|
|
8800
|
+
readonly superDrawerScrim: 50;
|
|
8801
|
+
readonly modalUnderlay: 60;
|
|
8802
|
+
readonly pageStickyHeader: 70;
|
|
8803
8803
|
readonly dragHandle: 80;
|
|
8804
8804
|
readonly sideNav: 100;
|
|
8805
8805
|
readonly snackbar: 120;
|
package/dist/index.d.ts
CHANGED
|
@@ -8796,10 +8796,10 @@ declare const zIndices: {
|
|
|
8796
8796
|
readonly tableExpandableTitle: 20;
|
|
8797
8797
|
readonly tableStickyColumn: 30;
|
|
8798
8798
|
readonly tableStickyHeader: 40;
|
|
8799
|
-
readonly scrollShadow:
|
|
8800
|
-
readonly superDrawerScrim:
|
|
8801
|
-
readonly modalUnderlay:
|
|
8802
|
-
readonly pageStickyHeader:
|
|
8799
|
+
readonly scrollShadow: 50;
|
|
8800
|
+
readonly superDrawerScrim: 50;
|
|
8801
|
+
readonly modalUnderlay: 60;
|
|
8802
|
+
readonly pageStickyHeader: 70;
|
|
8803
8803
|
readonly dragHandle: 80;
|
|
8804
8804
|
readonly sideNav: 100;
|
|
8805
8805
|
readonly snackbar: 120;
|
package/dist/index.js
CHANGED
|
@@ -5718,11 +5718,11 @@ var zIndices = {
|
|
|
5718
5718
|
tableExpandableTitle: 20,
|
|
5719
5719
|
tableStickyColumn: 30,
|
|
5720
5720
|
tableStickyHeader: 40,
|
|
5721
|
-
// Page chrome
|
|
5722
|
-
scrollShadow:
|
|
5723
|
-
superDrawerScrim:
|
|
5724
|
-
modalUnderlay:
|
|
5725
|
-
pageStickyHeader:
|
|
5721
|
+
// Page chrome - ensure these items sit above the table
|
|
5722
|
+
scrollShadow: 50,
|
|
5723
|
+
superDrawerScrim: 50,
|
|
5724
|
+
modalUnderlay: 60,
|
|
5725
|
+
pageStickyHeader: 70,
|
|
5726
5726
|
dragHandle: 80,
|
|
5727
5727
|
// Side-nav layer. Mobile rail overlays page content when expanded; sits below
|
|
5728
5728
|
// snackbar so toasts still land on top.
|