@homebound/beam 3.26.0 → 3.27.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 +1336 -1089
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +371 -333
- package/dist/index.d.ts +371 -333
- package/dist/index.js +1100 -859
- package/dist/index.js.map +1 -1
- package/dist/truss.css +22 -0
- package/package.json +1 -1
package/dist/truss.css
CHANGED
|
@@ -167,6 +167,8 @@
|
|
|
167
167
|
.bw_var { border-width: var(--borderWidth); }
|
|
168
168
|
/* @truss p:2000.5 c:gap_var */
|
|
169
169
|
.gap_var { gap: var(--gap); }
|
|
170
|
+
/* @truss p:2000.5 c:gc_var */
|
|
171
|
+
.gc_var { grid-column: var(--gridColumn); }
|
|
170
172
|
/* @truss p:2092 c:d_bcGray300 */
|
|
171
173
|
.d_bcGray300:disabled { border-color: rgba(221, 220, 220, 1); }
|
|
172
174
|
/* @truss p:2130 c:h_bcGray700 */
|
|
@@ -219,6 +221,8 @@
|
|
|
219
221
|
.bgBlue100 { background-color: rgba(219, 234, 254, 1); }
|
|
220
222
|
/* @truss p:3000 c:bgBlue50 */
|
|
221
223
|
.bgBlue50 { background-color: rgba(239, 246, 255, 1); }
|
|
224
|
+
/* @truss p:3000 c:bgBlue500 */
|
|
225
|
+
.bgBlue500 { background-color: rgba(59, 130, 246, 1); }
|
|
222
226
|
/* @truss p:3000 c:bgBlue600 */
|
|
223
227
|
.bgBlue600 { background-color: rgba(37, 99, 235, 1); }
|
|
224
228
|
/* @truss p:3000 c:bgBlue700 */
|
|
@@ -365,6 +369,8 @@
|
|
|
365
369
|
.fs0 { flex-shrink: 0; }
|
|
366
370
|
/* @truss p:3000 c:fs1 */
|
|
367
371
|
.fs1 { flex-shrink: 1; }
|
|
372
|
+
/* @truss p:3000 c:fs_10px */
|
|
373
|
+
.fs_10px { font-size: 10px; }
|
|
368
374
|
/* @truss p:3000 c:fsyi */
|
|
369
375
|
.fsyi { font-style: italic; }
|
|
370
376
|
/* @truss p:3000 c:fw4 */
|
|
@@ -373,6 +379,8 @@
|
|
|
373
379
|
.fw5 { font-weight: 500; }
|
|
374
380
|
/* @truss p:3000 c:fw6 */
|
|
375
381
|
.fw6 { font-weight: 600; }
|
|
382
|
+
/* @truss p:3000 c:fwb */
|
|
383
|
+
.fwb { font-weight: bold; }
|
|
376
384
|
/* @truss p:3000 c:fwr */
|
|
377
385
|
.fwr { flex-wrap: wrap-reverse; }
|
|
378
386
|
/* @truss p:3000 c:fww */
|
|
@@ -413,6 +421,10 @@
|
|
|
413
421
|
.gtc_1fr_auto { grid-template-columns: 1fr auto; }
|
|
414
422
|
/* @truss p:3000 c:gtc_50px_1fr */
|
|
415
423
|
.gtc_50px_1fr { grid-template-columns: 50px 1fr; }
|
|
424
|
+
/* @truss p:3000 c:gtc_repeat_2_minmax_0_1fr */
|
|
425
|
+
.gtc_repeat_2_minmax_0_1fr { grid-template-columns: repeat(2, minmax(0, 1fr)); }
|
|
426
|
+
/* @truss p:3000 c:gtc_repeat_auto_fill_330px */
|
|
427
|
+
.gtc_repeat_auto_fill_330px { grid-template-columns: repeat(auto-fill, 330px); }
|
|
416
428
|
/* @truss p:3000 c:gtr_auto */
|
|
417
429
|
.gtr_auto { grid-template-rows: auto; }
|
|
418
430
|
/* @truss p:3000 c:gtr_auto_1fr */
|
|
@@ -449,6 +461,8 @@
|
|
|
449
461
|
.o0 { opacity: 0; }
|
|
450
462
|
/* @truss p:3000 c:objectCover */
|
|
451
463
|
.objectCover { object-fit: cover; }
|
|
464
|
+
/* @truss p:3000 c:objectFit_cover */
|
|
465
|
+
.objectFit_cover { object-fit: cover; }
|
|
452
466
|
/* @truss p:3000 c:opacity_0 */
|
|
453
467
|
.opacity_0 { opacity: 0; }
|
|
454
468
|
/* @truss p:3000 c:opacity_0_2 */
|
|
@@ -647,6 +661,8 @@
|
|
|
647
661
|
.h_114px { height: 114px; }
|
|
648
662
|
/* @truss p:4000 c:h_16px */
|
|
649
663
|
.h_16px { height: 16px; }
|
|
664
|
+
/* @truss p:4000 c:h_184px */
|
|
665
|
+
.h_184px { height: 184px; }
|
|
650
666
|
/* @truss p:4000 c:h_18px */
|
|
651
667
|
.h_18px { height: 18px; }
|
|
652
668
|
/* @truss p:4000 c:h_1px */
|
|
@@ -935,6 +951,8 @@
|
|
|
935
951
|
.w100 { width: 100%; }
|
|
936
952
|
/* @truss p:4000 c:w2 */
|
|
937
953
|
.w2 { width: calc(var(--t-spacing) * 2); }
|
|
954
|
+
/* @truss p:4000 c:w25 */
|
|
955
|
+
.w25 { width: 25%; }
|
|
938
956
|
/* @truss p:4000 c:w50 */
|
|
939
957
|
.w50 { width: 50%; }
|
|
940
958
|
/* @truss p:4000 c:w_10px */
|
|
@@ -959,6 +977,8 @@
|
|
|
959
977
|
.w_28px { width: 28px; }
|
|
960
978
|
/* @truss p:4000 c:w_32px */
|
|
961
979
|
.w_32px { width: 32px; }
|
|
980
|
+
/* @truss p:4000 c:w_330px */
|
|
981
|
+
.w_330px { width: 330px; }
|
|
962
982
|
/* @truss p:4000 c:w_38px */
|
|
963
983
|
.w_38px { width: 38px; }
|
|
964
984
|
/* @truss p:4000 c:w_480px */
|
|
@@ -1056,6 +1076,8 @@
|
|
|
1056
1076
|
/* @truss @property */
|
|
1057
1077
|
@property --gap { syntax: "*"; inherits: false; }
|
|
1058
1078
|
/* @truss @property */
|
|
1079
|
+
@property --gridColumn { syntax: "*"; inherits: false; }
|
|
1080
|
+
/* @truss @property */
|
|
1059
1081
|
@property --alignItems { syntax: "*"; inherits: false; }
|
|
1060
1082
|
/* @truss @property */
|
|
1061
1083
|
@property --backgroundImage { syntax: "*"; inherits: false; }
|