@homebound/beam 3.99.2 → 3.100.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/Css.json +1 -1
- package/dist/index.cjs +17 -16
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3 -2
- package/dist/index.d.ts +3 -2
- package/dist/index.js +17 -16
- package/dist/index.js.map +1 -1
- package/dist/truss.css +4 -4
- package/package.json +1 -1
package/dist/truss.css
CHANGED
|
@@ -413,8 +413,8 @@
|
|
|
413
413
|
.fz_18px { font-size: 18px; }
|
|
414
414
|
/* @truss p:3000 c:fz_20px */
|
|
415
415
|
.fz_20px { font-size: 20px; }
|
|
416
|
-
/* @truss p:3000 c:
|
|
417
|
-
.
|
|
416
|
+
/* @truss p:3000 c:fz_24px */
|
|
417
|
+
.fz_24px { font-size: 24px; }
|
|
418
418
|
/* @truss p:3000 c:gray500 */
|
|
419
419
|
.gray500 { color: rgba(175, 175, 175, 1); }
|
|
420
420
|
/* @truss p:3000 c:gray600 */
|
|
@@ -457,8 +457,8 @@
|
|
|
457
457
|
.lh_24px { line-height: 24px; }
|
|
458
458
|
/* @truss p:3000 c:lh_28px */
|
|
459
459
|
.lh_28px { line-height: 28px; }
|
|
460
|
-
/* @truss p:3000 c:
|
|
461
|
-
.
|
|
460
|
+
/* @truss p:3000 c:lh_32px */
|
|
461
|
+
.lh_32px { line-height: 32px; }
|
|
462
462
|
/* @truss p:3000 c:lineHeight_0 */
|
|
463
463
|
.lineHeight_0 { line-height: 0; }
|
|
464
464
|
/* @truss p:3000 c:lineHeight_1 */
|