@homebound/beam 3.50.0 → 3.52.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 +326 -138
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +27 -1
- package/dist/index.d.ts +27 -1
- package/dist/index.js +305 -120
- package/dist/index.js.map +1 -1
- package/dist/truss.css +10 -4
- package/package.json +1 -1
package/dist/truss.css
CHANGED
|
@@ -341,6 +341,8 @@
|
|
|
341
341
|
.dn { display: none; }
|
|
342
342
|
/* @truss p:3000 c:dtc */
|
|
343
343
|
.dtc { display: table-cell; }
|
|
344
|
+
/* @truss p:3000 c:fb_0 */
|
|
345
|
+
.fb_0 { flex-basis: 0; }
|
|
344
346
|
/* @truss p:3000 c:fdc */
|
|
345
347
|
.fdc { flex-direction: column; }
|
|
346
348
|
/* @truss p:3000 c:fdr */
|
|
@@ -653,6 +655,8 @@
|
|
|
653
655
|
.h2 { height: calc(var(--t-spacing) * 2); }
|
|
654
656
|
/* @truss p:4000 c:h5 */
|
|
655
657
|
.h5 { height: calc(var(--t-spacing) * 5); }
|
|
658
|
+
/* @truss p:4000 c:h_0px */
|
|
659
|
+
.h_0px { height: 0px; }
|
|
656
660
|
/* @truss p:4000 c:h_10px */
|
|
657
661
|
.h_10px { height: 10px; }
|
|
658
662
|
/* @truss p:4000 c:h_16px */
|
|
@@ -839,8 +843,8 @@
|
|
|
839
843
|
.pb3 { padding-bottom: calc(var(--t-spacing) * 3); }
|
|
840
844
|
/* @truss p:4000 c:pb4 */
|
|
841
845
|
.pb4 { padding-bottom: calc(var(--t-spacing) * 4); }
|
|
842
|
-
/* @truss p:4000 c:
|
|
843
|
-
.
|
|
846
|
+
/* @truss p:4000 c:pb_12 */
|
|
847
|
+
.pb_12 { padding-bottom: calc(var(--t-spacing) * 12); }
|
|
844
848
|
/* @truss p:4000 c:pb_12px */
|
|
845
849
|
.pb_12px { padding-bottom: 12px; }
|
|
846
850
|
/* @truss p:4000 c:pb_25px */
|
|
@@ -867,6 +871,8 @@
|
|
|
867
871
|
.pl_10px { padding-left: 10px; }
|
|
868
872
|
/* @truss p:4000 c:pl_12px */
|
|
869
873
|
.pl_12px { padding-left: 12px; }
|
|
874
|
+
/* @truss p:4000 c:pl_24px */
|
|
875
|
+
.pl_24px { padding-left: 24px; }
|
|
870
876
|
/* @truss p:4000 c:pl_2px */
|
|
871
877
|
.pl_2px { padding-left: 2px; }
|
|
872
878
|
/* @truss p:4000 c:pl_36px */
|
|
@@ -909,8 +915,8 @@
|
|
|
909
915
|
.pt3 { padding-top: calc(var(--t-spacing) * 3); }
|
|
910
916
|
/* @truss p:4000 c:pt5 */
|
|
911
917
|
.pt5 { padding-top: calc(var(--t-spacing) * 5); }
|
|
912
|
-
/* @truss p:4000 c:
|
|
913
|
-
.
|
|
918
|
+
/* @truss p:4000 c:pt_12 */
|
|
919
|
+
.pt_12 { padding-top: calc(var(--t-spacing) * 12); }
|
|
914
920
|
/* @truss p:4000 c:pt_12px */
|
|
915
921
|
.pt_12px { padding-top: 12px; }
|
|
916
922
|
/* @truss p:4000 c:pt_25px */
|