@homebound/beam 3.86.1 → 3.88.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/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,18 @@
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; }
138
+ /* @truss p:2000 c:tdlt */
139
+ .tdlt { text-decoration: line-through; }
132
140
  /* @truss p:2000 c:tdn */
133
141
  .tdn { text-decoration: none; }
134
142
  /* @truss p:2000 c:transition */
@@ -169,6 +177,8 @@
169
177
  .bw_var { border-width: var(--borderWidth); }
170
178
  /* @truss p:2000.5 c:gap_var */
171
179
  .gap_var { gap: var(--gap); }
180
+ /* @truss p:2000.5 c:scrollPaddingInline_var */
181
+ .scrollPaddingInline_var { scroll-padding-inline: var(--scrollPaddingInline); }
172
182
  /* @truss p:2055 c:lot_bsn */
173
183
  .lot_bsn:last-of-type { border-style: none; }
174
184
  /* @truss p:2055 c:lot_bw_0 */
@@ -179,6 +189,8 @@
179
189
  .h_oa:hover { overflow: auto; }
180
190
  /* @truss p:2130.5 c:h_bc_var */
181
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); }
182
194
  /* @truss p:3000 c:WebkitBackgroundClip_text */
183
195
  .WebkitBackgroundClip_text { -webkit-background-clip: text; }
184
196
  /* @truss p:3000 c:absolute */
@@ -489,6 +501,8 @@
489
501
  .sbwn { scrollbar-width: none; }
490
502
  /* @truss p:3000 c:scrollbarWidth_none */
491
503
  .scrollbarWidth_none { scrollbar-width: none; }
504
+ /* @truss p:3000 c:ssa_start */
505
+ .ssa_start { scroll-snap-align: start; }
492
506
  /* @truss p:3000 c:sticky */
493
507
  .sticky { position: sticky; }
494
508
  /* @truss p:3000 c:ta_inherit */
@@ -597,6 +611,8 @@
597
611
  .jc_var { justify-content: var(--justifyContent); }
598
612
  /* @truss p:3000.5 c:lineClamp_var */
599
613
  .lineClamp_var { -webkit-line-clamp: var(--WebkitLineClamp); }
614
+ /* @truss p:3000.5 c:maskImage_var */
615
+ .maskImage_var { mask-image: var(--maskImage); }
600
616
  /* @truss p:3000.5 c:o_var */
601
617
  .o_var { opacity: var(--opacity); }
602
618
  /* @truss p:3000.5 c:objectFit_var */
@@ -629,6 +645,8 @@
629
645
  .h_bgColor_var:hover { background-color: var(--h_backgroundColor); }
630
646
  /* @truss p:3130.5 c:h_color_var */
631
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); }
632
650
  /* @truss p:3200 c:mdandup_df */
633
651
  @media screen and (min-width: 600px) { .mdandup_df.mdandup_df { display: flex; } }
634
652
  /* @truss p:3200 c:mdandup_dib */
@@ -691,8 +709,6 @@
691
709
  .h_32px { height: 32px; }
692
710
  /* @truss p:4000 c:h_40px */
693
711
  .h_40px { height: 40px; }
694
- /* @truss p:4000 c:h_430px */
695
- .h_430px { height: 430px; }
696
712
  /* @truss p:4000 c:h_48px */
697
713
  .h_48px { height: 48px; }
698
714
  /* @truss p:4000 c:h_4px */
@@ -831,6 +847,8 @@
831
847
  .mt_2px { margin-top: 2px; }
832
848
  /* @truss p:4000 c:mt_4px */
833
849
  .mt_4px { margin-top: 4px; }
850
+ /* @truss p:4000 c:mt_auto */
851
+ .mt_auto { margin-top: auto; }
834
852
  /* @truss p:4000 c:mt_neg3 */
835
853
  .mt_neg3 { margin-top: calc(var(--t-spacing) * -3); }
836
854
  /* @truss p:4000 c:mta */
@@ -863,6 +881,8 @@
863
881
  .pb3 { padding-bottom: calc(var(--t-spacing) * 3); }
864
882
  /* @truss p:4000 c:pb4 */
865
883
  .pb4 { padding-bottom: calc(var(--t-spacing) * 4); }
884
+ /* @truss p:4000 c:pb_11px */
885
+ .pb_11px { padding-bottom: 11px; }
866
886
  /* @truss p:4000 c:pb_12 */
867
887
  .pb_12 { padding-bottom: calc(var(--t-spacing) * 12); }
868
888
  /* @truss p:4000 c:pb_12px */
@@ -935,6 +955,8 @@
935
955
  .pt4 { padding-top: calc(var(--t-spacing) * 4); }
936
956
  /* @truss p:4000 c:pt5 */
937
957
  .pt5 { padding-top: calc(var(--t-spacing) * 5); }
958
+ /* @truss p:4000 c:pt_11px */
959
+ .pt_11px { padding-top: 11px; }
938
960
  /* @truss p:4000 c:pt_12 */
939
961
  .pt_12 { padding-top: calc(var(--t-spacing) * 12); }
940
962
  /* @truss p:4000 c:pt_12px */
@@ -1115,8 +1137,28 @@
1115
1137
  @media screen and (max-width: 599px) { .sm_oxa.sm_oxa { overflow-x: auto; } }
1116
1138
  /* @truss p:4200 c:sm_w100 */
1117
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; }
1118
1142
  /* @truss p:8000.5 c:selection_bgColor_var */
1119
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%; }
1120
1162
  /* @truss @property */
1121
1163
  @property --background { syntax: "*"; inherits: false; }
1122
1164
  /* @truss @property */
@@ -1126,6 +1168,8 @@
1126
1168
  /* @truss @property */
1127
1169
  @property --gap { syntax: "*"; inherits: false; }
1128
1170
  /* @truss @property */
1171
+ @property --scrollPaddingInline { syntax: "*"; inherits: false; }
1172
+ /* @truss @property */
1129
1173
  @property --d_borderColor { syntax: "*"; inherits: false; }
1130
1174
  /* @truss @property */
1131
1175
  @property --h_borderColor { syntax: "*"; inherits: false; }
@@ -1158,6 +1202,8 @@
1158
1202
  /* @truss @property */
1159
1203
  @property --WebkitLineClamp { syntax: "*"; inherits: false; }
1160
1204
  /* @truss @property */
1205
+ @property --maskImage { syntax: "*"; inherits: false; }
1206
+ /* @truss @property */
1161
1207
  @property --opacity { syntax: "*"; inherits: false; }
1162
1208
  /* @truss @property */
1163
1209
  @property --objectFit { syntax: "*"; inherits: false; }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@homebound/beam",
3
- "version": "3.86.1",
3
+ "version": "3.88.0",
4
4
  "type": "module",
5
5
  "author": "Homebound",
6
6
  "license": "MIT",