@homebound/beam 3.81.0 → 3.83.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 +1035 -943
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +37 -3
- package/dist/index.d.ts +37 -3
- package/dist/index.js +975 -885
- package/dist/index.js.map +1 -1
- package/dist/truss.css +16 -0
- package/package.json +1 -1
package/dist/truss.css
CHANGED
|
@@ -179,8 +179,12 @@
|
|
|
179
179
|
.h_oa:hover { overflow: auto; }
|
|
180
180
|
/* @truss p:2130.5 c:h_bc_var */
|
|
181
181
|
.h_bc_var:hover { border-color: var(--h_borderColor); }
|
|
182
|
+
/* @truss p:3000 c:WebkitBackgroundClip_text */
|
|
183
|
+
.WebkitBackgroundClip_text { -webkit-background-clip: text; }
|
|
182
184
|
/* @truss p:3000 c:absolute */
|
|
183
185
|
.absolute { position: absolute; }
|
|
186
|
+
/* @truss p:3000 c:aiBackground */
|
|
187
|
+
.aiBackground { background-image: radial-gradient(40% 1000% at 35.83% 62.18%, rgba(239, 246, 255, 1) 0%, rgba(237, 233, 254, 1) 100%); }
|
|
184
188
|
/* @truss p:3000 c:aiBoldBg */
|
|
185
189
|
.aiBoldBg { background-image: linear-gradient(270deg, rgba(29, 78, 216, 1) 2.97%, rgba(109, 40, 217, 1) 87.08%); }
|
|
186
190
|
/* @truss p:3000 c:aiStretch */
|
|
@@ -273,6 +277,8 @@
|
|
|
273
277
|
.bgYellow400 { background-color: rgba(250, 204, 21, 1); }
|
|
274
278
|
/* @truss p:3000 c:bgc_rgba_36_36_36_0_6 */
|
|
275
279
|
.bgc_rgba_36_36_36_0_6 { background-color: rgba(36,36,36,0.6); }
|
|
280
|
+
/* @truss p:3000 c:bgcl_text */
|
|
281
|
+
.bgcl_text { background-clip: text; }
|
|
276
282
|
/* @truss p:3000 c:blue500 */
|
|
277
283
|
.blue500 { color: rgba(59, 130, 246, 1); }
|
|
278
284
|
/* @truss p:3000 c:blue800 */
|
|
@@ -465,6 +471,8 @@
|
|
|
465
471
|
.pageBreakInside_avoid { page-break-inside: avoid; }
|
|
466
472
|
/* @truss p:3000 c:pointerEvents_none */
|
|
467
473
|
.pointerEvents_none { pointer-events: none; }
|
|
474
|
+
/* @truss p:3000 c:purple700 */
|
|
475
|
+
.purple700 { color: rgba(109, 40, 217, 1); }
|
|
468
476
|
/* @truss p:3000 c:red200 */
|
|
469
477
|
.red200 { color: rgba(254, 202, 202, 1); }
|
|
470
478
|
/* @truss p:3000 c:red500 */
|
|
@@ -537,6 +545,8 @@
|
|
|
537
545
|
.whiteSpace_normal { white-space: normal; }
|
|
538
546
|
/* @truss p:3000 c:whiteSpace_unset */
|
|
539
547
|
.whiteSpace_unset { white-space: unset; }
|
|
548
|
+
/* @truss p:3000 c:wktfc_transparent */
|
|
549
|
+
.wktfc_transparent { -webkit-text-fill-color: transparent; }
|
|
540
550
|
/* @truss p:3000 c:wlc_1 */
|
|
541
551
|
.wlc_1 { -webkit-line-clamp: 1; }
|
|
542
552
|
/* @truss p:3000 c:wlc_2 */
|
|
@@ -785,6 +795,8 @@
|
|
|
785
795
|
.ml_4px { margin-left: 4px; }
|
|
786
796
|
/* @truss p:4000 c:ml_neg1 */
|
|
787
797
|
.ml_neg1 { margin-left: calc(var(--t-spacing) * -1); }
|
|
798
|
+
/* @truss p:4000 c:ml_neg3 */
|
|
799
|
+
.ml_neg3 { margin-left: calc(var(--t-spacing) * -3); }
|
|
788
800
|
/* @truss p:4000 c:mla */
|
|
789
801
|
.mla { margin-left: auto; }
|
|
790
802
|
/* @truss p:4000 c:mr0 */
|
|
@@ -805,6 +817,8 @@
|
|
|
805
817
|
.mr_2px { margin-right: 2px; }
|
|
806
818
|
/* @truss p:4000 c:mr_4px */
|
|
807
819
|
.mr_4px { margin-right: 4px; }
|
|
820
|
+
/* @truss p:4000 c:mr_neg3 */
|
|
821
|
+
.mr_neg3 { margin-right: calc(var(--t-spacing) * -3); }
|
|
808
822
|
/* @truss p:4000 c:mra */
|
|
809
823
|
.mra { margin-right: auto; }
|
|
810
824
|
/* @truss p:4000 c:mt0 */
|
|
@@ -819,6 +833,8 @@
|
|
|
819
833
|
.mt_2px { margin-top: 2px; }
|
|
820
834
|
/* @truss p:4000 c:mt_4px */
|
|
821
835
|
.mt_4px { margin-top: 4px; }
|
|
836
|
+
/* @truss p:4000 c:mt_neg3 */
|
|
837
|
+
.mt_neg3 { margin-top: calc(var(--t-spacing) * -3); }
|
|
822
838
|
/* @truss p:4000 c:mta */
|
|
823
839
|
.mta { margin-top: auto; }
|
|
824
840
|
/* @truss p:4000 c:mw0 */
|