@homebound/beam 3.87.0 → 3.89.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 +1848 -1509
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1938 -1880
- package/dist/index.d.ts +1938 -1880
- package/dist/index.js +1681 -1347
- package/dist/index.js.map +1 -1
- package/dist/truss.css +42 -2
- package/package.json +1 -1
package/dist/truss.css
CHANGED
|
@@ -47,6 +47,8 @@
|
|
|
47
47
|
.borderRadius_0_4px_4px_0 { border-radius: 0 4px 4px 0; }
|
|
48
48
|
/* @truss p:2000 c:borderRadius_0_8px_0_0 */
|
|
49
49
|
.borderRadius_0_8px_0_0 { border-radius: 0 8px 0 0; }
|
|
50
|
+
/* @truss p:2000 c:borderRadius_12px_12px_0_0 */
|
|
51
|
+
.borderRadius_12px_12px_0_0 { border-radius: 12px 12px 0 0; }
|
|
50
52
|
/* @truss p:2000 c:borderRadius_16px_0_0_16px */
|
|
51
53
|
.borderRadius_16px_0_0_16px { border-radius: 16px 0 0 16px; }
|
|
52
54
|
/* @truss p:2000 c:borderRadius_4px_0_0_4px */
|
|
@@ -123,12 +125,16 @@
|
|
|
123
125
|
.oh { overflow: hidden; }
|
|
124
126
|
/* @truss p:2000 c:outline0 */
|
|
125
127
|
.outline0 { outline: 0; }
|
|
128
|
+
/* @truss p:2000 c:outline_0 */
|
|
129
|
+
.outline_0 { outline: 0; }
|
|
126
130
|
/* @truss p:2000 c:outline_0px_solid_transparent */
|
|
127
131
|
.outline_0px_solid_transparent { outline: 0px solid transparent; }
|
|
128
132
|
/* @truss p:2000 c:outline_2px_solid_transparent */
|
|
129
133
|
.outline_2px_solid_transparent { outline: 2px solid transparent; }
|
|
130
134
|
/* @truss p:2000 c:outline_none */
|
|
131
135
|
.outline_none { outline: none; }
|
|
136
|
+
/* @truss p:2000 c:sst_x_mandatory */
|
|
137
|
+
.sst_x_mandatory { scroll-snap-type: x mandatory; }
|
|
132
138
|
/* @truss p:2000 c:tdlt */
|
|
133
139
|
.tdlt { text-decoration: line-through; }
|
|
134
140
|
/* @truss p:2000 c:tdn */
|
|
@@ -171,6 +177,8 @@
|
|
|
171
177
|
.bw_var { border-width: var(--borderWidth); }
|
|
172
178
|
/* @truss p:2000.5 c:gap_var */
|
|
173
179
|
.gap_var { gap: var(--gap); }
|
|
180
|
+
/* @truss p:2000.5 c:scrollPaddingInline_var */
|
|
181
|
+
.scrollPaddingInline_var { scroll-padding-inline: var(--scrollPaddingInline); }
|
|
174
182
|
/* @truss p:2055 c:lot_bsn */
|
|
175
183
|
.lot_bsn:last-of-type { border-style: none; }
|
|
176
184
|
/* @truss p:2055 c:lot_bw_0 */
|
|
@@ -181,6 +189,8 @@
|
|
|
181
189
|
.h_oa:hover { overflow: auto; }
|
|
182
190
|
/* @truss p:2130.5 c:h_bc_var */
|
|
183
191
|
.h_bc_var:hover { border-color: var(--h_borderColor); }
|
|
192
|
+
/* @truss p:2170 c:a_bcBlue600 */
|
|
193
|
+
.a_bcBlue600:active { border-color: rgba(37, 99, 235, 1); }
|
|
184
194
|
/* @truss p:3000 c:WebkitBackgroundClip_text */
|
|
185
195
|
.WebkitBackgroundClip_text { -webkit-background-clip: text; }
|
|
186
196
|
/* @truss p:3000 c:absolute */
|
|
@@ -491,6 +501,8 @@
|
|
|
491
501
|
.sbwn { scrollbar-width: none; }
|
|
492
502
|
/* @truss p:3000 c:scrollbarWidth_none */
|
|
493
503
|
.scrollbarWidth_none { scrollbar-width: none; }
|
|
504
|
+
/* @truss p:3000 c:ssa_start */
|
|
505
|
+
.ssa_start { scroll-snap-align: start; }
|
|
494
506
|
/* @truss p:3000 c:sticky */
|
|
495
507
|
.sticky { position: sticky; }
|
|
496
508
|
/* @truss p:3000 c:ta_inherit */
|
|
@@ -599,6 +611,8 @@
|
|
|
599
611
|
.jc_var { justify-content: var(--justifyContent); }
|
|
600
612
|
/* @truss p:3000.5 c:lineClamp_var */
|
|
601
613
|
.lineClamp_var { -webkit-line-clamp: var(--WebkitLineClamp); }
|
|
614
|
+
/* @truss p:3000.5 c:maskImage_var */
|
|
615
|
+
.maskImage_var { mask-image: var(--maskImage); }
|
|
602
616
|
/* @truss p:3000.5 c:o_var */
|
|
603
617
|
.o_var { opacity: var(--opacity); }
|
|
604
618
|
/* @truss p:3000.5 c:objectFit_var */
|
|
@@ -631,6 +645,8 @@
|
|
|
631
645
|
.h_bgColor_var:hover { background-color: var(--h_backgroundColor); }
|
|
632
646
|
/* @truss p:3130.5 c:h_color_var */
|
|
633
647
|
.h_color_var:hover { color: var(--h_color); }
|
|
648
|
+
/* @truss p:3160 c:fv_bshFocus */
|
|
649
|
+
.fv_bshFocus:focus-visible { box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 1), 0px 0px 0px 4px rgba(29, 78, 216, 1); }
|
|
634
650
|
/* @truss p:3200 c:mdandup_df */
|
|
635
651
|
@media screen and (min-width: 600px) { .mdandup_df.mdandup_df { display: flex; } }
|
|
636
652
|
/* @truss p:3200 c:mdandup_dib */
|
|
@@ -693,8 +709,6 @@
|
|
|
693
709
|
.h_32px { height: 32px; }
|
|
694
710
|
/* @truss p:4000 c:h_40px */
|
|
695
711
|
.h_40px { height: 40px; }
|
|
696
|
-
/* @truss p:4000 c:h_430px */
|
|
697
|
-
.h_430px { height: 430px; }
|
|
698
712
|
/* @truss p:4000 c:h_48px */
|
|
699
713
|
.h_48px { height: 48px; }
|
|
700
714
|
/* @truss p:4000 c:h_4px */
|
|
@@ -833,6 +847,8 @@
|
|
|
833
847
|
.mt_2px { margin-top: 2px; }
|
|
834
848
|
/* @truss p:4000 c:mt_4px */
|
|
835
849
|
.mt_4px { margin-top: 4px; }
|
|
850
|
+
/* @truss p:4000 c:mt_auto */
|
|
851
|
+
.mt_auto { margin-top: auto; }
|
|
836
852
|
/* @truss p:4000 c:mt_neg3 */
|
|
837
853
|
.mt_neg3 { margin-top: calc(var(--t-spacing) * -3); }
|
|
838
854
|
/* @truss p:4000 c:mta */
|
|
@@ -1121,8 +1137,28 @@
|
|
|
1121
1137
|
@media screen and (max-width: 599px) { .sm_oxa.sm_oxa { overflow-x: auto; } }
|
|
1122
1138
|
/* @truss p:4200 c:sm_w100 */
|
|
1123
1139
|
@media screen and (max-width: 599px) { .sm_w100.sm_w100 { width: 100%; } }
|
|
1140
|
+
/* @truss p:7170 c:after_a_br8 */
|
|
1141
|
+
.after_a_br8:active::after { border-radius: 8px; }
|
|
1124
1142
|
/* @truss p:8000.5 c:selection_bgColor_var */
|
|
1125
1143
|
.selection_bgColor_var::selection { background-color: var(--selection_backgroundColor); }
|
|
1144
|
+
/* @truss p:8170 c:after_a_absolute */
|
|
1145
|
+
.after_a_absolute:active::after { position: absolute; }
|
|
1146
|
+
/* @truss p:8170 c:after_a_bgBlue600 */
|
|
1147
|
+
.after_a_bgBlue600:active::after { background-color: rgba(37, 99, 235, 1); }
|
|
1148
|
+
/* @truss p:8170 c:after_a_contentEmpty */
|
|
1149
|
+
.after_a_contentEmpty:active::after { content: ''; }
|
|
1150
|
+
/* @truss p:8170 c:after_a_o_0_28 */
|
|
1151
|
+
.after_a_o_0_28:active::after { opacity: 0.28; }
|
|
1152
|
+
/* @truss p:8170 c:after_a_pointerEvents_none */
|
|
1153
|
+
.after_a_pointerEvents_none:active::after { pointer-events: none; }
|
|
1154
|
+
/* @truss p:9170 c:after_a_h100 */
|
|
1155
|
+
.after_a_h100:active::after { height: 100%; }
|
|
1156
|
+
/* @truss p:9170 c:after_a_left0 */
|
|
1157
|
+
.after_a_left0:active::after { left: calc(var(--t-spacing) * 0); }
|
|
1158
|
+
/* @truss p:9170 c:after_a_top0 */
|
|
1159
|
+
.after_a_top0:active::after { top: calc(var(--t-spacing) * 0); }
|
|
1160
|
+
/* @truss p:9170 c:after_a_w100 */
|
|
1161
|
+
.after_a_w100:active::after { width: 100%; }
|
|
1126
1162
|
/* @truss @property */
|
|
1127
1163
|
@property --background { syntax: "*"; inherits: false; }
|
|
1128
1164
|
/* @truss @property */
|
|
@@ -1132,6 +1168,8 @@
|
|
|
1132
1168
|
/* @truss @property */
|
|
1133
1169
|
@property --gap { syntax: "*"; inherits: false; }
|
|
1134
1170
|
/* @truss @property */
|
|
1171
|
+
@property --scrollPaddingInline { syntax: "*"; inherits: false; }
|
|
1172
|
+
/* @truss @property */
|
|
1135
1173
|
@property --d_borderColor { syntax: "*"; inherits: false; }
|
|
1136
1174
|
/* @truss @property */
|
|
1137
1175
|
@property --h_borderColor { syntax: "*"; inherits: false; }
|
|
@@ -1164,6 +1202,8 @@
|
|
|
1164
1202
|
/* @truss @property */
|
|
1165
1203
|
@property --WebkitLineClamp { syntax: "*"; inherits: false; }
|
|
1166
1204
|
/* @truss @property */
|
|
1205
|
+
@property --maskImage { syntax: "*"; inherits: false; }
|
|
1206
|
+
/* @truss @property */
|
|
1167
1207
|
@property --opacity { syntax: "*"; inherits: false; }
|
|
1168
1208
|
/* @truss @property */
|
|
1169
1209
|
@property --objectFit { syntax: "*"; inherits: false; }
|