@homebound/beam 3.93.0 → 3.95.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 +738 -621
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +16 -1
- package/dist/index.d.ts +16 -1
- package/dist/index.js +676 -560
- package/dist/index.js.map +1 -1
- package/dist/truss.css +2 -6
- package/package.json +1 -1
package/dist/truss.css
CHANGED
|
@@ -99,6 +99,8 @@
|
|
|
99
99
|
.gap8 { gap: calc(var(--t-spacing) * 8); }
|
|
100
100
|
/* @truss p:2000 c:gap_12px */
|
|
101
101
|
.gap_12px { gap: 12px; }
|
|
102
|
+
/* @truss p:2000 c:gap_1_5 */
|
|
103
|
+
.gap_1_5 { gap: calc(var(--t-spacing) * 1.5); }
|
|
102
104
|
/* @truss p:2000 c:gap_4px */
|
|
103
105
|
.gap_4px { gap: 4px; }
|
|
104
106
|
/* @truss p:2000 c:gc_1 */
|
|
@@ -759,8 +761,6 @@
|
|
|
759
761
|
.maxw_320px { max-width: 320px; }
|
|
760
762
|
/* @truss p:4000 c:maxw_326px */
|
|
761
763
|
.maxw_326px { max-width: 326px; }
|
|
762
|
-
/* @truss p:4000 c:maxw_420px */
|
|
763
|
-
.maxw_420px { max-width: 420px; }
|
|
764
764
|
/* @truss p:4000 c:maxw_550px */
|
|
765
765
|
.maxw_550px { max-width: 550px; }
|
|
766
766
|
/* @truss p:4000 c:mb0 */
|
|
@@ -773,8 +773,6 @@
|
|
|
773
773
|
.mb3 { margin-bottom: calc(var(--t-spacing) * 3); }
|
|
774
774
|
/* @truss p:4000 c:mb4 */
|
|
775
775
|
.mb4 { margin-bottom: calc(var(--t-spacing) * 4); }
|
|
776
|
-
/* @truss p:4000 c:mb_12px */
|
|
777
|
-
.mb_12px { margin-bottom: 12px; }
|
|
778
776
|
/* @truss p:4000 c:mb_2px */
|
|
779
777
|
.mb_2px { margin-bottom: 2px; }
|
|
780
778
|
/* @truss p:4000 c:mb_4px */
|
|
@@ -841,8 +839,6 @@
|
|
|
841
839
|
.mt1 { margin-top: calc(var(--t-spacing) * 1); }
|
|
842
840
|
/* @truss p:4000 c:mt2 */
|
|
843
841
|
.mt2 { margin-top: calc(var(--t-spacing) * 2); }
|
|
844
|
-
/* @truss p:4000 c:mt_12px */
|
|
845
|
-
.mt_12px { margin-top: 12px; }
|
|
846
842
|
/* @truss p:4000 c:mt_2px */
|
|
847
843
|
.mt_2px { margin-top: 2px; }
|
|
848
844
|
/* @truss p:4000 c:mt_4px */
|