@homebound/beam 3.47.3 → 3.49.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 +615 -446
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +26 -1
- package/dist/index.d.ts +26 -1
- package/dist/index.js +471 -304
- package/dist/index.js.map +1 -1
- package/dist/truss.css +4 -0
- package/package.json +1 -1
package/dist/truss.css
CHANGED
|
@@ -609,6 +609,8 @@
|
|
|
609
609
|
.h_fw6:hover { font-weight: 600; }
|
|
610
610
|
/* @truss p:3130 c:h_fz_16px */
|
|
611
611
|
.h_fz_16px:hover { font-size: 16px; }
|
|
612
|
+
/* @truss p:3130 c:h_gray600 */
|
|
613
|
+
.h_gray600:hover { color: rgba(141, 141, 141, 1); }
|
|
612
614
|
/* @truss p:3130 c:h_gray900 */
|
|
613
615
|
.h_gray900:hover { color: rgba(36, 36, 36, 1); }
|
|
614
616
|
/* @truss p:3130 c:h_lh_24px */
|
|
@@ -629,6 +631,8 @@
|
|
|
629
631
|
.bls_solid { border-left-style: solid; }
|
|
630
632
|
/* @truss p:4000 c:blw_1px */
|
|
631
633
|
.blw_1px { border-left-width: 1px; }
|
|
634
|
+
/* @truss p:4000 c:borderLeftWidth_3px */
|
|
635
|
+
.borderLeftWidth_3px { border-left-width: 3px; }
|
|
632
636
|
/* @truss p:4000 c:bot_0 */
|
|
633
637
|
.bot_0 { bottom: 0; }
|
|
634
638
|
/* @truss p:4000 c:bottom0 */
|