@homebound/beam 4.7.1 → 4.8.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
@@ -97,6 +97,8 @@
97
97
  .bra_4px_0_0_4px { border-radius: 4px 0 0 4px; }
98
98
  /* @truss p:2000 c:bra_50 */
99
99
  .bra_50 { border-radius: 50%; }
100
+ /* @truss p:2000 c:bra_6px */
101
+ .bra_6px { border-radius: 6px; }
100
102
  /* @truss p:2000 c:bra_8px_0_0_0 */
101
103
  .bra_8px_0_0_0 { border-radius: 8px 0 0 0 ; }
102
104
  /* @truss p:2000 c:bra_8px_8px_0_0 */
@@ -223,6 +225,10 @@
223
225
  .h_bc_var:hover { border-color: var(--h_borderColor); }
224
226
  /* @truss p:2170 c:a_bcBlue600 */
225
227
  .a_bcBlue600:active { border-color: rgba(37, 99, 235, 1); }
228
+ /* @truss p:2200 c:sm_bdr_none */
229
+ @media screen and (max-width: 599px) { .sm_bdr_none.sm_bdr_none { border-right: none; } }
230
+ /* @truss p:2200.5 c:sm_bc_var */
231
+ @media screen and (max-width: 599px) { .sm_bc_var.sm_bc_var { border-color: var(--sm_borderColor); } }
226
232
  /* @truss p:3000 c:WebkitBackgroundClip_text */
227
233
  .WebkitBackgroundClip_text { -webkit-background-clip: text; }
228
234
  /* @truss p:3000 c:absolute */
@@ -487,6 +493,8 @@
487
493
  .lh_28px { line-height: 28px; }
488
494
  /* @truss p:3000 c:lh_32px */
489
495
  .lh_32px { line-height: 32px; }
496
+ /* @truss p:3000 c:ls_0_5px */
497
+ .ls_0_5px { letter-spacing: 0.5px; }
490
498
  /* @truss p:3000 c:o0 */
491
499
  .o0 { opacity: 0; }
492
500
  /* @truss p:3000 c:o100 */
@@ -675,6 +683,8 @@
675
683
  @media screen and (min-width: 600px) { .mdandup_dib.mdandup_dib { display: inline-block; } }
676
684
  /* @truss p:3200 c:mdandup_fww */
677
685
  @media screen and (min-width: 600px) { .mdandup_fww.mdandup_fww { flex-wrap: wrap; } }
686
+ /* @truss p:3200 c:sm_fdc */
687
+ @media screen and (max-width: 599px) { .sm_fdc.sm_fdc { flex-direction: column; } }
678
688
  /* @truss p:4000 c:bbs_solid */
679
689
  .bbs_solid { border-bottom-style: solid; }
680
690
  /* @truss p:4000 c:bbw_1px */
@@ -723,6 +733,8 @@
723
733
  .h_1px { height: 1px; }
724
734
  /* @truss p:4000 c:h_200 */
725
735
  .h_200 { height: 200%; }
736
+ /* @truss p:4000 c:h_20px */
737
+ .h_20px { height: 20px; }
726
738
  /* @truss p:4000 c:h_24px */
727
739
  .h_24px { height: 24px; }
728
740
  /* @truss p:4000 c:h_28px */
@@ -1185,6 +1197,10 @@
1185
1197
  @media screen and (min-width: 600px) { .mdandup_pr5.mdandup_pr5 { padding-right: calc(var(--t-spacing) * 5); } }
1186
1198
  /* @truss p:4200 c:mdandup_pt6 */
1187
1199
  @media screen and (min-width: 600px) { .mdandup_pt6.mdandup_pt6 { padding-top: calc(var(--t-spacing) * 6); } }
1200
+ /* @truss p:4200 c:sm_bbs_solid */
1201
+ @media screen and (max-width: 599px) { .sm_bbs_solid.sm_bbs_solid { border-bottom-style: solid; } }
1202
+ /* @truss p:4200 c:sm_bbw_1px */
1203
+ @media screen and (max-width: 599px) { .sm_bbw_1px.sm_bbw_1px { border-bottom-width: 1px; } }
1188
1204
  /* @truss p:4200 c:sm_mw0 */
1189
1205
  @media screen and (max-width: 599px) { .sm_mw0.sm_mw0 { min-width: 0; } }
1190
1206
  /* @truss p:4200 c:sm_oxa */
@@ -1228,6 +1244,8 @@
1228
1244
  /* @truss @property */
1229
1245
  @property --h_borderColor { syntax: "*"; inherits: false; }
1230
1246
  /* @truss @property */
1247
+ @property --sm_borderColor { syntax: "*"; inherits: false; }
1248
+ /* @truss @property */
1231
1249
  @property --alignItems { syntax: "*"; inherits: false; }
1232
1250
  /* @truss @property */
1233
1251
  @property --backgroundImage { syntax: "*"; inherits: false; }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@homebound/beam",
3
- "version": "4.7.1",
3
+ "version": "4.8.0",
4
4
  "type": "module",
5
5
  "author": "Homebound",
6
6
  "license": "MIT",