@homebound/beam 3.30.0 → 3.31.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/index.cjs +1158 -1096
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +992 -930
- package/dist/index.js.map +1 -1
- package/dist/truss.css +2 -0
- package/dist/utils/rtlUtils.cjs +49 -0
- package/dist/utils/rtlUtils.cjs.map +1 -1
- package/dist/utils/rtlUtils.d.cts +19 -1
- package/dist/utils/rtlUtils.d.ts +19 -1
- package/dist/utils/rtlUtils.js +47 -1
- package/dist/utils/rtlUtils.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -9097,8 +9097,9 @@ declare const zIndices: {
|
|
|
9097
9097
|
readonly tableStickyColumn: 30;
|
|
9098
9098
|
readonly tableStickyHeader: 40;
|
|
9099
9099
|
readonly tableActions: 45;
|
|
9100
|
+
readonly scrollToTop: 50;
|
|
9100
9101
|
readonly scrollShadow: 50;
|
|
9101
|
-
readonly superDrawerScrim:
|
|
9102
|
+
readonly superDrawerScrim: 55;
|
|
9102
9103
|
readonly modalUnderlay: 60;
|
|
9103
9104
|
readonly pageStickyHeader: 70;
|
|
9104
9105
|
readonly dragHandle: 80;
|
package/dist/index.d.ts
CHANGED
|
@@ -9097,8 +9097,9 @@ declare const zIndices: {
|
|
|
9097
9097
|
readonly tableStickyColumn: 30;
|
|
9098
9098
|
readonly tableStickyHeader: 40;
|
|
9099
9099
|
readonly tableActions: 45;
|
|
9100
|
+
readonly scrollToTop: 50;
|
|
9100
9101
|
readonly scrollShadow: 50;
|
|
9101
|
-
readonly superDrawerScrim:
|
|
9102
|
+
readonly superDrawerScrim: 55;
|
|
9102
9103
|
readonly modalUnderlay: 60;
|
|
9103
9104
|
readonly pageStickyHeader: 70;
|
|
9104
9105
|
readonly dragHandle: 80;
|