@homebound/beam 3.51.0 → 3.53.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 +73 -95
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +6 -6
- package/dist/index.d.ts +6 -6
- package/dist/index.js +72 -95
- package/dist/index.js.map +1 -1
- package/dist/truss.css +4 -8
- package/package.json +1 -1
package/dist/truss.css
CHANGED
|
@@ -377,8 +377,6 @@
|
|
|
377
377
|
.fw5 { font-weight: 500; }
|
|
378
378
|
/* @truss p:3000 c:fw6 */
|
|
379
379
|
.fw6 { font-weight: 600; }
|
|
380
|
-
/* @truss p:3000 c:fwr */
|
|
381
|
-
.fwr { flex-wrap: wrap-reverse; }
|
|
382
380
|
/* @truss p:3000 c:fww */
|
|
383
381
|
.fww { flex-wrap: wrap; }
|
|
384
382
|
/* @truss p:3000 c:fz_10px */
|
|
@@ -759,8 +757,6 @@
|
|
|
759
757
|
.mh_120px { min-height: 120px; }
|
|
760
758
|
/* @truss p:4000 c:mh_42px */
|
|
761
759
|
.mh_42px { min-height: 42px; }
|
|
762
|
-
/* @truss p:4000 c:mh_50px */
|
|
763
|
-
.mh_50px { min-height: 50px; }
|
|
764
760
|
/* @truss p:4000 c:mh_56px */
|
|
765
761
|
.mh_56px { min-height: 56px; }
|
|
766
762
|
/* @truss p:4000 c:mh_negwebkit_fill_available */
|
|
@@ -843,8 +839,8 @@
|
|
|
843
839
|
.pb3 { padding-bottom: calc(var(--t-spacing) * 3); }
|
|
844
840
|
/* @truss p:4000 c:pb4 */
|
|
845
841
|
.pb4 { padding-bottom: calc(var(--t-spacing) * 4); }
|
|
846
|
-
/* @truss p:4000 c:
|
|
847
|
-
.
|
|
842
|
+
/* @truss p:4000 c:pb_12 */
|
|
843
|
+
.pb_12 { padding-bottom: calc(var(--t-spacing) * 12); }
|
|
848
844
|
/* @truss p:4000 c:pb_12px */
|
|
849
845
|
.pb_12px { padding-bottom: 12px; }
|
|
850
846
|
/* @truss p:4000 c:pb_25px */
|
|
@@ -915,8 +911,8 @@
|
|
|
915
911
|
.pt3 { padding-top: calc(var(--t-spacing) * 3); }
|
|
916
912
|
/* @truss p:4000 c:pt5 */
|
|
917
913
|
.pt5 { padding-top: calc(var(--t-spacing) * 5); }
|
|
918
|
-
/* @truss p:4000 c:
|
|
919
|
-
.
|
|
914
|
+
/* @truss p:4000 c:pt_12 */
|
|
915
|
+
.pt_12 { padding-top: calc(var(--t-spacing) * 12); }
|
|
920
916
|
/* @truss p:4000 c:pt_12px */
|
|
921
917
|
.pt_12px { padding-top: 12px; }
|
|
922
918
|
/* @truss p:4000 c:pt_25px */
|