@homebound/beam 3.40.0 → 3.42.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/Css.json +6 -0
- package/dist/index.cjs +402 -352
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +26 -43
- package/dist/index.d.ts +26 -43
- package/dist/index.js +429 -378
- package/dist/index.js.map +1 -1
- package/dist/truss.css +10 -8
- package/package.json +2 -2
package/dist/truss.css
CHANGED
|
@@ -167,8 +167,6 @@
|
|
|
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); }
|
|
172
170
|
/* @truss p:2092 c:d_bcGray300 */
|
|
173
171
|
.d_bcGray300:disabled { border-color: rgba(221, 220, 220, 1); }
|
|
174
172
|
/* @truss p:2130 c:h_bcGray700 */
|
|
@@ -425,8 +423,6 @@
|
|
|
425
423
|
.gtc_1fr_auto { grid-template-columns: 1fr auto; }
|
|
426
424
|
/* @truss p:3000 c:gtc_50px_1fr */
|
|
427
425
|
.gtc_50px_1fr { grid-template-columns: 50px 1fr; }
|
|
428
|
-
/* @truss p:3000 c:gtc_repeat_2_minmax_0_1fr */
|
|
429
|
-
.gtc_repeat_2_minmax_0_1fr { grid-template-columns: repeat(2, minmax(0, 1fr)); }
|
|
430
426
|
/* @truss p:3000 c:gtr_auto */
|
|
431
427
|
.gtr_auto { grid-template-rows: auto; }
|
|
432
428
|
/* @truss p:3000 c:gtr_auto_1fr */
|
|
@@ -471,8 +467,6 @@
|
|
|
471
467
|
.opacity_0_2 { opacity: 0.2; }
|
|
472
468
|
/* @truss p:3000 c:opacity_0_5 */
|
|
473
469
|
.opacity_0_5 { opacity: 0.5; }
|
|
474
|
-
/* @truss p:3000 c:order_1 */
|
|
475
|
-
.order_1 { order: 1; }
|
|
476
470
|
/* @truss p:3000 c:outlineOffset_2px */
|
|
477
471
|
.outlineOffset_2px { outline-offset: 2px; }
|
|
478
472
|
/* @truss p:3000 c:pageBreakAfter_auto */
|
|
@@ -495,6 +489,8 @@
|
|
|
495
489
|
.relative { position: relative; }
|
|
496
490
|
/* @truss p:3000 c:resize_none */
|
|
497
491
|
.resize_none { resize: none; }
|
|
492
|
+
/* @truss p:3000 c:sbwn */
|
|
493
|
+
.sbwn { scrollbar-width: none; }
|
|
498
494
|
/* @truss p:3000 c:scrollbarWidth_none */
|
|
499
495
|
.scrollbarWidth_none { scrollbar-width: none; }
|
|
500
496
|
/* @truss p:3000 c:sticky */
|
|
@@ -631,6 +627,8 @@
|
|
|
631
627
|
@media screen and (min-width: 600px) { .mdandup_df.mdandup_df { display: flex; } }
|
|
632
628
|
/* @truss p:3200 c:mdandup_dib */
|
|
633
629
|
@media screen and (min-width: 600px) { .mdandup_dib.mdandup_dib { display: inline-block; } }
|
|
630
|
+
/* @truss p:3200 c:mdandup_fww */
|
|
631
|
+
@media screen and (min-width: 600px) { .mdandup_fww.mdandup_fww { flex-wrap: wrap; } }
|
|
634
632
|
/* @truss p:4000 c:bbs_solid */
|
|
635
633
|
.bbs_solid { border-bottom-style: solid; }
|
|
636
634
|
/* @truss p:4000 c:bbw_1px */
|
|
@@ -683,6 +681,8 @@
|
|
|
683
681
|
.h_32px { height: 32px; }
|
|
684
682
|
/* @truss p:4000 c:h_40px */
|
|
685
683
|
.h_40px { height: 40px; }
|
|
684
|
+
/* @truss p:4000 c:h_430px */
|
|
685
|
+
.h_430px { height: 430px; }
|
|
686
686
|
/* @truss p:4000 c:h_48px */
|
|
687
687
|
.h_48px { height: 48px; }
|
|
688
688
|
/* @truss p:4000 c:h_4px */
|
|
@@ -1077,6 +1077,10 @@
|
|
|
1077
1077
|
@media screen and (min-width: 600px) { .mdandup_pl5.mdandup_pl5 { padding-left: calc(var(--t-spacing) * 5); } }
|
|
1078
1078
|
/* @truss p:4200 c:mdandup_pr5 */
|
|
1079
1079
|
@media screen and (min-width: 600px) { .mdandup_pr5.mdandup_pr5 { padding-right: calc(var(--t-spacing) * 5); } }
|
|
1080
|
+
/* @truss p:4200 c:sm_mw0 */
|
|
1081
|
+
@media screen and (max-width: 599px) { .sm_mw0.sm_mw0 { min-width: 0; } }
|
|
1082
|
+
/* @truss p:4200 c:sm_oxa */
|
|
1083
|
+
@media screen and (max-width: 599px) { .sm_oxa.sm_oxa { overflow-x: auto; } }
|
|
1080
1084
|
/* @truss p:8000.5 c:selection_bgColor_var */
|
|
1081
1085
|
.selection_bgColor_var::selection { background-color: var(--selection_backgroundColor); }
|
|
1082
1086
|
/* @truss @property */
|
|
@@ -1088,8 +1092,6 @@
|
|
|
1088
1092
|
/* @truss @property */
|
|
1089
1093
|
@property --gap { syntax: "*"; inherits: false; }
|
|
1090
1094
|
/* @truss @property */
|
|
1091
|
-
@property --gridColumn { syntax: "*"; inherits: false; }
|
|
1092
|
-
/* @truss @property */
|
|
1093
1095
|
@property --alignItems { syntax: "*"; inherits: false; }
|
|
1094
1096
|
/* @truss @property */
|
|
1095
1097
|
@property --backgroundImage { syntax: "*"; inherits: false; }
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@homebound/beam",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.42.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"author": "Homebound",
|
|
6
6
|
"license": "MIT",
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
"@homebound/eslint-config": "^1.10.2",
|
|
98
98
|
"@homebound/rtl-react-router-utils": "2.0.0",
|
|
99
99
|
"@homebound/rtl-utils": "^2.71.0",
|
|
100
|
-
"@homebound/truss": "2.
|
|
100
|
+
"@homebound/truss": "2.28.0",
|
|
101
101
|
"@homebound/tsconfig": "^1.1.1",
|
|
102
102
|
"@semantic-release/exec": "^7.1.0",
|
|
103
103
|
"@semantic-release/git": "^10.0.1",
|