@homebound/beam 3.50.0 → 3.51.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 +285 -113
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +23 -1
- package/dist/index.d.ts +23 -1
- package/dist/index.js +265 -95
- package/dist/index.js.map +1 -1
- package/dist/truss.css +6 -0
- 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 */
|
|
@@ -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 */
|