@homebound/beam 3.59.0 → 3.60.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 +69 -18
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +20 -6
- package/dist/index.d.ts +20 -6
- package/dist/index.js +69 -18
- package/dist/index.js.map +1 -1
- package/dist/truss.css +8 -0
- package/package.json +6 -3
package/dist/truss.css
CHANGED
|
@@ -457,6 +457,10 @@
|
|
|
457
457
|
.lineHeight_1 { line-height: 1; }
|
|
458
458
|
/* @truss p:3000 c:o0 */
|
|
459
459
|
.o0 { opacity: 0; }
|
|
460
|
+
/* @truss p:3000 c:o50 */
|
|
461
|
+
.o50 { opacity: 0.5; }
|
|
462
|
+
/* @truss p:3000 c:objectContain */
|
|
463
|
+
.objectContain { object-fit: contain; }
|
|
460
464
|
/* @truss p:3000 c:objectCover */
|
|
461
465
|
.objectCover { object-fit: cover; }
|
|
462
466
|
/* @truss p:3000 c:objectFit_cover */
|
|
@@ -663,6 +667,8 @@
|
|
|
663
667
|
.h5 { height: calc(var(--t-spacing) * 5); }
|
|
664
668
|
/* @truss p:4000 c:h_0px */
|
|
665
669
|
.h_0px { height: 0px; }
|
|
670
|
+
/* @truss p:4000 c:h_100px */
|
|
671
|
+
.h_100px { height: 100px; }
|
|
666
672
|
/* @truss p:4000 c:h_10px */
|
|
667
673
|
.h_10px { height: 10px; }
|
|
668
674
|
/* @truss p:4000 c:h_16px */
|
|
@@ -969,6 +975,8 @@
|
|
|
969
975
|
.w25 { width: 25%; }
|
|
970
976
|
/* @truss p:4000 c:w50 */
|
|
971
977
|
.w50 { width: 50%; }
|
|
978
|
+
/* @truss p:4000 c:w_100px */
|
|
979
|
+
.w_100px { width: 100px; }
|
|
972
980
|
/* @truss p:4000 c:w_10px */
|
|
973
981
|
.w_10px { width: 10px; }
|
|
974
982
|
/* @truss p:4000 c:w_16px */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@homebound/beam",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.60.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"author": "Homebound",
|
|
6
6
|
"license": "MIT",
|
|
@@ -60,6 +60,9 @@
|
|
|
60
60
|
"@popperjs/core": "^2.11.6",
|
|
61
61
|
"@react-aria/interactions": "^3.28.1",
|
|
62
62
|
"@react-aria/utils": "^3.33.1",
|
|
63
|
+
"@react-types/button": "^3.16.0",
|
|
64
|
+
"@react-types/overlays": "^3.10.0",
|
|
65
|
+
"@react-types/shared": "^3.36.0",
|
|
63
66
|
"change-case": "^5.4.4",
|
|
64
67
|
"date-fns": "^2.28.0",
|
|
65
68
|
"dompurify": "^2.3.0",
|
|
@@ -67,12 +70,12 @@
|
|
|
67
70
|
"framer-motion": "^9.0.4",
|
|
68
71
|
"memoize-one": "^5.2.1",
|
|
69
72
|
"mobx-utils": "^6.1.1",
|
|
70
|
-
"react-aria": "^3.
|
|
73
|
+
"react-aria": "^3.50.0",
|
|
71
74
|
"react-day-picker": "8.0.7",
|
|
72
75
|
"react-popper": "^2.3.0",
|
|
73
76
|
"react-router": "^6.28.0",
|
|
74
77
|
"react-router-dom": "^6.28.0",
|
|
75
|
-
"react-stately": "^3.
|
|
78
|
+
"react-stately": "^3.48.0",
|
|
76
79
|
"react-virtuoso": "^4.2.2",
|
|
77
80
|
"temporal-polyfill": "^0.3.2",
|
|
78
81
|
"tributejs": "^5.1.3",
|