@homebound/beam 3.30.0 → 3.31.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 +1160 -1096
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.js +994 -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
|
@@ -4491,6 +4491,7 @@ declare const Icons: {
|
|
|
4491
4491
|
x: JSX.Element;
|
|
4492
4492
|
loader: JSX.Element;
|
|
4493
4493
|
link: JSX.Element;
|
|
4494
|
+
unlink: JSX.Element;
|
|
4494
4495
|
linkExternal: JSX.Element;
|
|
4495
4496
|
upload: JSX.Element;
|
|
4496
4497
|
download: JSX.Element;
|
|
@@ -9097,8 +9098,9 @@ declare const zIndices: {
|
|
|
9097
9098
|
readonly tableStickyColumn: 30;
|
|
9098
9099
|
readonly tableStickyHeader: 40;
|
|
9099
9100
|
readonly tableActions: 45;
|
|
9101
|
+
readonly scrollToTop: 50;
|
|
9100
9102
|
readonly scrollShadow: 50;
|
|
9101
|
-
readonly superDrawerScrim:
|
|
9103
|
+
readonly superDrawerScrim: 55;
|
|
9102
9104
|
readonly modalUnderlay: 60;
|
|
9103
9105
|
readonly pageStickyHeader: 70;
|
|
9104
9106
|
readonly dragHandle: 80;
|
package/dist/index.d.ts
CHANGED
|
@@ -4491,6 +4491,7 @@ declare const Icons: {
|
|
|
4491
4491
|
x: JSX.Element;
|
|
4492
4492
|
loader: JSX.Element;
|
|
4493
4493
|
link: JSX.Element;
|
|
4494
|
+
unlink: JSX.Element;
|
|
4494
4495
|
linkExternal: JSX.Element;
|
|
4495
4496
|
upload: JSX.Element;
|
|
4496
4497
|
download: JSX.Element;
|
|
@@ -9097,8 +9098,9 @@ declare const zIndices: {
|
|
|
9097
9098
|
readonly tableStickyColumn: 30;
|
|
9098
9099
|
readonly tableStickyHeader: 40;
|
|
9099
9100
|
readonly tableActions: 45;
|
|
9101
|
+
readonly scrollToTop: 50;
|
|
9100
9102
|
readonly scrollShadow: 50;
|
|
9101
|
-
readonly superDrawerScrim:
|
|
9103
|
+
readonly superDrawerScrim: 55;
|
|
9102
9104
|
readonly modalUnderlay: 60;
|
|
9103
9105
|
readonly pageStickyHeader: 70;
|
|
9104
9106
|
readonly dragHandle: 80;
|