@homebound/beam 3.52.0 → 3.54.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 +666 -695
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +69 -70
- package/dist/index.d.ts +69 -70
- package/dist/index.js +580 -608
- package/dist/index.js.map +1 -1
- package/dist/truss.css +0 -4
- package/package.json +1 -1
package/dist/truss.css
CHANGED
|
@@ -377,8 +377,6 @@
|
|
|
377
377
|
.fw5 { font-weight: 500; }
|
|
378
378
|
/* @truss p:3000 c:fw6 */
|
|
379
379
|
.fw6 { font-weight: 600; }
|
|
380
|
-
/* @truss p:3000 c:fwr */
|
|
381
|
-
.fwr { flex-wrap: wrap-reverse; }
|
|
382
380
|
/* @truss p:3000 c:fww */
|
|
383
381
|
.fww { flex-wrap: wrap; }
|
|
384
382
|
/* @truss p:3000 c:fz_10px */
|
|
@@ -759,8 +757,6 @@
|
|
|
759
757
|
.mh_120px { min-height: 120px; }
|
|
760
758
|
/* @truss p:4000 c:mh_42px */
|
|
761
759
|
.mh_42px { min-height: 42px; }
|
|
762
|
-
/* @truss p:4000 c:mh_50px */
|
|
763
|
-
.mh_50px { min-height: 50px; }
|
|
764
760
|
/* @truss p:4000 c:mh_56px */
|
|
765
761
|
.mh_56px { min-height: 56px; }
|
|
766
762
|
/* @truss p:4000 c:mh_negwebkit_fill_available */
|