@homebound/beam 3.51.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 +41 -25
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +5 -1
- package/dist/index.d.ts +5 -1
- package/dist/index.js +40 -25
- package/dist/index.js.map +1 -1
- package/dist/truss.css +4 -4
- package/package.json +1 -1
package/dist/truss.css
CHANGED
|
@@ -843,8 +843,8 @@
|
|
|
843
843
|
.pb3 { padding-bottom: calc(var(--t-spacing) * 3); }
|
|
844
844
|
/* @truss p:4000 c:pb4 */
|
|
845
845
|
.pb4 { padding-bottom: calc(var(--t-spacing) * 4); }
|
|
846
|
-
/* @truss p:4000 c:
|
|
847
|
-
.
|
|
846
|
+
/* @truss p:4000 c:pb_12 */
|
|
847
|
+
.pb_12 { padding-bottom: calc(var(--t-spacing) * 12); }
|
|
848
848
|
/* @truss p:4000 c:pb_12px */
|
|
849
849
|
.pb_12px { padding-bottom: 12px; }
|
|
850
850
|
/* @truss p:4000 c:pb_25px */
|
|
@@ -915,8 +915,8 @@
|
|
|
915
915
|
.pt3 { padding-top: calc(var(--t-spacing) * 3); }
|
|
916
916
|
/* @truss p:4000 c:pt5 */
|
|
917
917
|
.pt5 { padding-top: calc(var(--t-spacing) * 5); }
|
|
918
|
-
/* @truss p:4000 c:
|
|
919
|
-
.
|
|
918
|
+
/* @truss p:4000 c:pt_12 */
|
|
919
|
+
.pt_12 { padding-top: calc(var(--t-spacing) * 12); }
|
|
920
920
|
/* @truss p:4000 c:pt_12px */
|
|
921
921
|
.pt_12px { padding-top: 12px; }
|
|
922
922
|
/* @truss p:4000 c:pt_25px */
|