@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.cjs
CHANGED
|
@@ -6140,11 +6140,11 @@ var zIndices = {
|
|
|
6140
6140
|
tableExpandableTitle: 20,
|
|
6141
6141
|
tableStickyColumn: 30,
|
|
6142
6142
|
tableStickyHeader: 40,
|
|
6143
|
-
// Page chrome
|
|
6144
|
-
scrollShadow:
|
|
6145
|
-
superDrawerScrim:
|
|
6146
|
-
modalUnderlay:
|
|
6147
|
-
pageStickyHeader:
|
|
6143
|
+
// Page chrome - ensure these items sit above the table
|
|
6144
|
+
scrollShadow: 50,
|
|
6145
|
+
superDrawerScrim: 50,
|
|
6146
|
+
modalUnderlay: 60,
|
|
6147
|
+
pageStickyHeader: 70,
|
|
6148
6148
|
dragHandle: 80,
|
|
6149
6149
|
// Side-nav layer. Mobile rail overlays page content when expanded; sits below
|
|
6150
6150
|
// snackbar so toasts still land on top.
|