@homebound/beam 3.6.0 → 3.8.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/truss.css CHANGED
@@ -1,3 +1,4 @@
1
+ :root { --t-spacing: 8px; }
1
2
  /* @truss p:1000 c:animation_pulse_2s_cubic_bezier_0_4_0_0_6_1_infinite */
2
3
  .animation_pulse_2s_cubic_bezier_0_4_0_0_6_1_infinite { animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite; }
3
4
  /* @truss p:1000 c:bd_0 */
@@ -30,18 +31,12 @@
30
31
  .bcGray300 { border-color: rgba(221, 220, 220, 1); }
31
32
  /* @truss p:2000 c:bcGray400 */
32
33
  .bcGray400 { border-color: rgba(201, 201, 201, 1); }
33
- /* @truss p:2000 c:bcGray600 */
34
- .bcGray600 { border-color: rgba(141, 141, 141, 1); }
35
34
  /* @truss p:2000 c:bcGray700 */
36
35
  .bcGray700 { border-color: rgba(100, 100, 100, 1); }
37
- /* @truss p:2000 c:bcRed400 */
38
- .bcRed400 { border-color: rgba(248, 113, 113, 1); }
39
- /* @truss p:2000 c:bcRed600 */
40
- .bcRed600 { border-color: rgba(220, 38, 38, 1); }
41
36
  /* @truss p:2000 c:bcTransparent */
42
37
  .bcTransparent { border-color: rgba(0,0,0,0); }
43
38
  /* @truss p:2000 c:bcWhite */
44
- .bcWhite { border-color: rgba(255,255,255,1); }
39
+ .bcWhite { border-color: rgba(255, 255, 255, 1); }
45
40
  /* @truss p:2000 c:borderColor_currentColor */
46
41
  .borderColor_currentColor { border-color: currentColor; }
47
42
  /* @truss p:2000 c:borderRadius_0_0_0_8px */
@@ -91,13 +86,13 @@
91
86
  /* @truss p:2000 c:fn */
92
87
  .fn { flex: none; }
93
88
  /* @truss p:2000 c:gap0 */
94
- .gap0 { gap: 0px; }
89
+ .gap0 { gap: calc(var(--t-spacing) * 0); }
95
90
  /* @truss p:2000 c:gap1 */
96
- .gap1 { gap: 8px; }
91
+ .gap1 { gap: calc(var(--t-spacing) * 1); }
97
92
  /* @truss p:2000 c:gap2 */
98
- .gap2 { gap: 16px; }
93
+ .gap2 { gap: calc(var(--t-spacing) * 2); }
99
94
  /* @truss p:2000 c:gap3 */
100
- .gap3 { gap: 24px; }
95
+ .gap3 { gap: calc(var(--t-spacing) * 3); }
101
96
  /* @truss p:2000 c:gap_12px */
102
97
  .gap_12px { gap: 12px; }
103
98
  /* @truss p:2000 c:gap_4px */
@@ -190,6 +185,8 @@
190
185
  .animationDuration_800ms { animation-duration: 800ms; }
191
186
  /* @truss p:3000 c:animationIterationCount_infinite */
192
187
  .animationIterationCount_infinite { animation-iteration-count: infinite; }
188
+ /* @truss p:3000 c:animationName_loadingDots */
189
+ .animationName_loadingDots { animation-name: loadingDots; }
193
190
  /* @truss p:3000 c:animationName_spin */
194
191
  .animationName_spin { animation-name: spin; }
195
192
  /* @truss p:3000 c:animationTimingFunction_linear */
@@ -212,16 +209,12 @@
212
209
  .backgroundSize_100_100 { background-size: 100% 100%; }
213
210
  /* @truss p:3000 c:bgBlue100 */
214
211
  .bgBlue100 { background-color: rgba(219, 234, 254, 1); }
215
- /* @truss p:3000 c:bgBlue200 */
216
- .bgBlue200 { background-color: rgba(191, 219, 254, 1); }
217
212
  /* @truss p:3000 c:bgBlue50 */
218
213
  .bgBlue50 { background-color: rgba(239, 246, 255, 1); }
219
214
  /* @truss p:3000 c:bgBlue600 */
220
215
  .bgBlue600 { background-color: rgba(37, 99, 235, 1); }
221
216
  /* @truss p:3000 c:bgBlue700 */
222
217
  .bgBlue700 { background-color: rgba(29, 78, 216, 1); }
223
- /* @truss p:3000 c:bgBlue800 */
224
- .bgBlue800 { background-color: rgba(30, 64, 175, 1); }
225
218
  /* @truss p:3000 c:bgBlue900 */
226
219
  .bgBlue900 { background-color: rgba(30, 58, 138, 1); }
227
220
  /* @truss p:3000 c:bgGray100 */
@@ -234,8 +227,6 @@
234
227
  .bgGray400 { background-color: rgba(201, 201, 201, 1); }
235
228
  /* @truss p:3000 c:bgGray50 */
236
229
  .bgGray50 { background-color: rgba(255, 253, 253, 1); }
237
- /* @truss p:3000 c:bgGray600 */
238
- .bgGray600 { background-color: rgba(141, 141, 141, 1); }
239
230
  /* @truss p:3000 c:bgGray700 */
240
231
  .bgGray700 { background-color: rgba(100, 100, 100, 1); }
241
232
  /* @truss p:3000 c:bgGray800 */
@@ -256,12 +247,10 @@
256
247
  .bgRed700 { background-color: rgba(185, 28, 28, 1); }
257
248
  /* @truss p:3000 c:bgRed800 */
258
249
  .bgRed800 { background-color: rgba(153, 27, 27, 1); }
259
- /* @truss p:3000 c:bgRed900 */
260
- .bgRed900 { background-color: rgba(127, 29, 29, 1); }
261
250
  /* @truss p:3000 c:bgTransparent */
262
251
  .bgTransparent { background-color: rgba(0,0,0,0); }
263
252
  /* @truss p:3000 c:bgWhite */
264
- .bgWhite { background-color: rgba(255,255,255,1); }
253
+ .bgWhite { background-color: rgba(255, 255, 255, 1); }
265
254
  /* @truss p:3000 c:bgYellow100 */
266
255
  .bgYellow100 { background-color: rgba(254, 249, 195, 1); }
267
256
  /* @truss p:3000 c:bgYellow200 */
@@ -270,16 +259,10 @@
270
259
  .bgYellow300 { background-color: rgba(253, 224, 71, 1); }
271
260
  /* @truss p:3000 c:bgYellow400 */
272
261
  .bgYellow400 { background-color: rgba(250, 204, 21, 1); }
273
- /* @truss p:3000 c:bgYellow900 */
274
- .bgYellow900 { background-color: rgba(113, 63, 18, 1); }
275
262
  /* @truss p:3000 c:bgc_rgba_36_36_36_0_6 */
276
263
  .bgc_rgba_36_36_36_0_6 { background-color: rgba(36,36,36,0.6); }
277
- /* @truss p:3000 c:blue200 */
278
- .blue200 { color: rgba(191, 219, 254, 1); }
279
264
  /* @truss p:3000 c:blue300 */
280
265
  .blue300 { color: rgba(147, 197, 253, 1); }
281
- /* @truss p:3000 c:blue400 */
282
- .blue400 { color: rgba(96, 165, 250, 1); }
283
266
  /* @truss p:3000 c:blue500 */
284
267
  .blue500 { color: rgba(59, 130, 246, 1); }
285
268
  /* @truss p:3000 c:blue600 */
@@ -301,13 +284,13 @@
301
284
  /* @truss p:3000 c:bshBasic */
302
285
  .bshBasic { box-shadow: 0px 4px 8px rgba(53, 53, 53, 0.08), 0px 2px 16px rgba(53, 53, 53, 0.03);; }
303
286
  /* @truss p:3000 c:bshDanger */
304
- .bshDanger { box-shadow: 0px 0px 0px 2px rgba(255,255,255,1), 0px 0px 0px 4px rgba(153, 27, 27, 1); }
287
+ .bshDanger { box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 1), 0px 0px 0px 4px rgba(153, 27, 27, 1); }
305
288
  /* @truss p:3000 c:bshFocus */
306
- .bshFocus { box-shadow: 0px 0px 0px 2px rgba(255,255,255,1), 0px 0px 0px 4px rgba(29, 78, 216, 1); }
289
+ .bshFocus { box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 1), 0px 0px 0px 4px rgba(29, 78, 216, 1); }
307
290
  /* @truss p:3000 c:bshModal */
308
291
  .bshModal { box-shadow: 0px 20px 25px -5px rgba(0,0,0,0.1), 0px 10px 10px -5px rgba(0,0,0,0.04); }
309
292
  /* @truss p:3000 c:cg3 */
310
- .cg3 { column-gap: 24px; }
293
+ .cg3 { column-gap: calc(var(--t-spacing) * 3); }
311
294
  /* @truss p:3000 c:cli_inset_50 */
312
295
  .cli_inset_50 { clip: inset(50%); }
313
296
  /* @truss p:3000 c:clp_none */
@@ -472,8 +455,6 @@
472
455
  .pointerEvents_none { pointer-events: none; }
473
456
  /* @truss p:3000 c:red200 */
474
457
  .red200 { color: rgba(254, 202, 202, 1); }
475
- /* @truss p:3000 c:red400 */
476
- .red400 { color: rgba(248, 113, 113, 1); }
477
458
  /* @truss p:3000 c:red500 */
478
459
  .red500 { color: rgba(239, 68, 68, 1); }
479
460
  /* @truss p:3000 c:red600 */
@@ -527,7 +508,7 @@
527
508
  /* @truss p:3000 c:wbo_vertical */
528
509
  .wbo_vertical { -webkit-box-orient: vertical; }
529
510
  /* @truss p:3000 c:white */
530
- .white { color: rgba(255,255,255,1); }
511
+ .white { color: rgba(255, 255, 255, 1); }
531
512
  /* @truss p:3000 c:whiteSpace_initial */
532
513
  .whiteSpace_initial { white-space: initial; }
533
514
  /* @truss p:3000 c:whiteSpace_normal */
@@ -566,8 +547,6 @@
566
547
  .z_999999 { z-index: 999999; }
567
548
  /* @truss p:3000.5 c:ai_var */
568
549
  .ai_var { align-items: var(--alignItems); }
569
- /* @truss p:3000.5 c:animationName_var */
570
- .animationName_var { animation-name: var(--animationName); }
571
550
  /* @truss p:3000.5 c:backgroundImage_var */
572
551
  .backgroundImage_var { background-image: var(--backgroundImage); }
573
552
  /* @truss p:3000.5 c:bgColor_var */
@@ -637,7 +616,7 @@
637
616
  /* @truss p:4000 c:bot_0 */
638
617
  .bot_0 { bottom: 0; }
639
618
  /* @truss p:4000 c:bottom0 */
640
- .bottom0 { bottom: 0px; }
619
+ .bottom0 { bottom: calc(var(--t-spacing) * 0); }
641
620
  /* @truss p:4000 c:bottom_4px */
642
621
  .bottom_4px { bottom: 4px; }
643
622
  /* @truss p:4000 c:brs_solid */
@@ -651,9 +630,9 @@
651
630
  /* @truss p:4000 c:h100 */
652
631
  .h100 { height: 100%; }
653
632
  /* @truss p:4000 c:h2 */
654
- .h2 { height: 16px; }
633
+ .h2 { height: calc(var(--t-spacing) * 2); }
655
634
  /* @truss p:4000 c:h5 */
656
- .h5 { height: 40px; }
635
+ .h5 { height: calc(var(--t-spacing) * 5); }
657
636
  /* @truss p:4000 c:h_10px */
658
637
  .h_10px { height: 10px; }
659
638
  /* @truss p:4000 c:h_114px */
@@ -689,17 +668,17 @@
689
668
  /* @truss p:4000 c:l_0 */
690
669
  .l_0 { left: 0; }
691
670
  /* @truss p:4000 c:left0 */
692
- .left0 { left: 0px; }
671
+ .left0 { left: calc(var(--t-spacing) * 0); }
693
672
  /* @truss p:4000 c:left1 */
694
- .left1 { left: 8px; }
673
+ .left1 { left: calc(var(--t-spacing) * 1); }
695
674
  /* @truss p:4000 c:left3 */
696
- .left3 { left: 24px; }
697
- /* @truss p:4000 c:left_0px */
698
- .left_0px { left: 0px; }
675
+ .left3 { left: calc(var(--t-spacing) * 3); }
676
+ /* @truss p:4000 c:left_0 */
677
+ .left_0 { left: calc(var(--t-spacing) * 0); }
678
+ /* @truss p:4000 c:left_100 */
679
+ .left_100 { left: calc(var(--t-spacing) * 100); }
699
680
  /* @truss p:4000 c:left_2px */
700
681
  .left_2px { left: 2px; }
701
- /* @truss p:4000 c:left_800px */
702
- .left_800px { left: 800px; }
703
682
  /* @truss p:4000 c:maxh_50 */
704
683
  .maxh_50 { max-height: 50%; }
705
684
  /* @truss p:4000 c:maxh_74px */
@@ -723,15 +702,15 @@
723
702
  /* @truss p:4000 c:maxw_550px */
724
703
  .maxw_550px { max-width: 550px; }
725
704
  /* @truss p:4000 c:mb0 */
726
- .mb0 { margin-bottom: 0px; }
705
+ .mb0 { margin-bottom: calc(var(--t-spacing) * 0); }
727
706
  /* @truss p:4000 c:mb1 */
728
- .mb1 { margin-bottom: 8px; }
707
+ .mb1 { margin-bottom: calc(var(--t-spacing) * 1); }
729
708
  /* @truss p:4000 c:mb2 */
730
- .mb2 { margin-bottom: 16px; }
709
+ .mb2 { margin-bottom: calc(var(--t-spacing) * 2); }
731
710
  /* @truss p:4000 c:mb3 */
732
- .mb3 { margin-bottom: 24px; }
711
+ .mb3 { margin-bottom: calc(var(--t-spacing) * 3); }
733
712
  /* @truss p:4000 c:mb4 */
734
- .mb4 { margin-bottom: 32px; }
713
+ .mb4 { margin-bottom: calc(var(--t-spacing) * 4); }
735
714
  /* @truss p:4000 c:mb_12px */
736
715
  .mb_12px { margin-bottom: 12px; }
737
716
  /* @truss p:4000 c:mb_2px */
@@ -757,29 +736,29 @@
757
736
  /* @truss p:4000 c:minWidth_fit_content */
758
737
  .minWidth_fit_content { min-width: fit-content; }
759
738
  /* @truss p:4000 c:ml0 */
760
- .ml0 { margin-left: 0px; }
739
+ .ml0 { margin-left: calc(var(--t-spacing) * 0); }
761
740
  /* @truss p:4000 c:ml1 */
762
- .ml1 { margin-left: 8px; }
741
+ .ml1 { margin-left: calc(var(--t-spacing) * 1); }
763
742
  /* @truss p:4000 c:ml2 */
764
- .ml2 { margin-left: 16px; }
743
+ .ml2 { margin-left: calc(var(--t-spacing) * 2); }
765
744
  /* @truss p:4000 c:ml_12px */
766
745
  .ml_12px { margin-left: 12px; }
767
746
  /* @truss p:4000 c:ml_4px */
768
747
  .ml_4px { margin-left: 4px; }
769
- /* @truss p:4000 c:ml_neg8px */
770
- .ml_neg8px { margin-left: -8px; }
748
+ /* @truss p:4000 c:ml_neg1 */
749
+ .ml_neg1 { margin-left: calc(var(--t-spacing) * -1); }
771
750
  /* @truss p:4000 c:mla */
772
751
  .mla { margin-left: auto; }
773
752
  /* @truss p:4000 c:mr0 */
774
- .mr0 { margin-right: 0px; }
753
+ .mr0 { margin-right: calc(var(--t-spacing) * 0); }
775
754
  /* @truss p:4000 c:mr1 */
776
- .mr1 { margin-right: 8px; }
755
+ .mr1 { margin-right: calc(var(--t-spacing) * 1); }
777
756
  /* @truss p:4000 c:mr2 */
778
- .mr2 { margin-right: 16px; }
757
+ .mr2 { margin-right: calc(var(--t-spacing) * 2); }
779
758
  /* @truss p:4000 c:mr3 */
780
- .mr3 { margin-right: 24px; }
759
+ .mr3 { margin-right: calc(var(--t-spacing) * 3); }
781
760
  /* @truss p:4000 c:mr4 */
782
- .mr4 { margin-right: 32px; }
761
+ .mr4 { margin-right: calc(var(--t-spacing) * 4); }
783
762
  /* @truss p:4000 c:mr_10px */
784
763
  .mr_10px { margin-right: 10px; }
785
764
  /* @truss p:4000 c:mr_12px */
@@ -791,11 +770,11 @@
791
770
  /* @truss p:4000 c:mra */
792
771
  .mra { margin-right: auto; }
793
772
  /* @truss p:4000 c:mt0 */
794
- .mt0 { margin-top: 0px; }
773
+ .mt0 { margin-top: calc(var(--t-spacing) * 0); }
795
774
  /* @truss p:4000 c:mt1 */
796
- .mt1 { margin-top: 8px; }
775
+ .mt1 { margin-top: calc(var(--t-spacing) * 1); }
797
776
  /* @truss p:4000 c:mt2 */
798
- .mt2 { margin-top: 16px; }
777
+ .mt2 { margin-top: calc(var(--t-spacing) * 2); }
799
778
  /* @truss p:4000 c:mt_12px */
800
779
  .mt_12px { margin-top: 12px; }
801
780
  /* @truss p:4000 c:mt_2px */
@@ -819,13 +798,13 @@
819
798
  /* @truss p:4000 c:oys */
820
799
  .oys { overflow-y: scroll; }
821
800
  /* @truss p:4000 c:pb0 */
822
- .pb0 { padding-bottom: 0px; }
801
+ .pb0 { padding-bottom: calc(var(--t-spacing) * 0); }
823
802
  /* @truss p:4000 c:pb1 */
824
- .pb1 { padding-bottom: 8px; }
803
+ .pb1 { padding-bottom: calc(var(--t-spacing) * 1); }
825
804
  /* @truss p:4000 c:pb2 */
826
- .pb2 { padding-bottom: 16px; }
805
+ .pb2 { padding-bottom: calc(var(--t-spacing) * 2); }
827
806
  /* @truss p:4000 c:pb3 */
828
- .pb3 { padding-bottom: 24px; }
807
+ .pb3 { padding-bottom: calc(var(--t-spacing) * 3); }
829
808
  /* @truss p:4000 c:pb_12px */
830
809
  .pb_12px { padding-bottom: 12px; }
831
810
  /* @truss p:4000 c:pb_25px */
@@ -837,15 +816,15 @@
837
816
  /* @truss p:4000 c:pb_6px */
838
817
  .pb_6px { padding-bottom: 6px; }
839
818
  /* @truss p:4000 c:pl0 */
840
- .pl0 { padding-left: 0px; }
819
+ .pl0 { padding-left: calc(var(--t-spacing) * 0); }
841
820
  /* @truss p:4000 c:pl1 */
842
- .pl1 { padding-left: 8px; }
821
+ .pl1 { padding-left: calc(var(--t-spacing) * 1); }
843
822
  /* @truss p:4000 c:pl2 */
844
- .pl2 { padding-left: 16px; }
823
+ .pl2 { padding-left: calc(var(--t-spacing) * 2); }
845
824
  /* @truss p:4000 c:pl3 */
846
- .pl3 { padding-left: 24px; }
825
+ .pl3 { padding-left: calc(var(--t-spacing) * 3); }
847
826
  /* @truss p:4000 c:pl4 */
848
- .pl4 { padding-left: 32px; }
827
+ .pl4 { padding-left: calc(var(--t-spacing) * 4); }
849
828
  /* @truss p:4000 c:pl_10px */
850
829
  .pl_10px { padding-left: 10px; }
851
830
  /* @truss p:4000 c:pl_12px */
@@ -858,14 +837,16 @@
858
837
  .pl_4px { padding-left: 4px; }
859
838
  /* @truss p:4000 c:pl_6px */
860
839
  .pl_6px { padding-left: 6px; }
840
+ /* @truss p:4000 c:pl_8px */
841
+ .pl_8px { padding-left: 8px; }
861
842
  /* @truss p:4000 c:pr0 */
862
- .pr0 { padding-right: 0px; }
843
+ .pr0 { padding-right: calc(var(--t-spacing) * 0); }
863
844
  /* @truss p:4000 c:pr1 */
864
- .pr1 { padding-right: 8px; }
845
+ .pr1 { padding-right: calc(var(--t-spacing) * 1); }
865
846
  /* @truss p:4000 c:pr2 */
866
- .pr2 { padding-right: 16px; }
847
+ .pr2 { padding-right: calc(var(--t-spacing) * 2); }
867
848
  /* @truss p:4000 c:pr3 */
868
- .pr3 { padding-right: 24px; }
849
+ .pr3 { padding-right: calc(var(--t-spacing) * 3); }
869
850
  /* @truss p:4000 c:pr_10px */
870
851
  .pr_10px { padding-right: 10px; }
871
852
  /* @truss p:4000 c:pr_12px */
@@ -876,14 +857,16 @@
876
857
  .pr_4px { padding-right: 4px; }
877
858
  /* @truss p:4000 c:pr_6px */
878
859
  .pr_6px { padding-right: 6px; }
860
+ /* @truss p:4000 c:pr_8px */
861
+ .pr_8px { padding-right: 8px; }
879
862
  /* @truss p:4000 c:pt0 */
880
- .pt0 { padding-top: 0px; }
863
+ .pt0 { padding-top: calc(var(--t-spacing) * 0); }
881
864
  /* @truss p:4000 c:pt1 */
882
- .pt1 { padding-top: 8px; }
865
+ .pt1 { padding-top: calc(var(--t-spacing) * 1); }
883
866
  /* @truss p:4000 c:pt2 */
884
- .pt2 { padding-top: 16px; }
867
+ .pt2 { padding-top: calc(var(--t-spacing) * 2); }
885
868
  /* @truss p:4000 c:pt3 */
886
- .pt3 { padding-top: 24px; }
869
+ .pt3 { padding-top: calc(var(--t-spacing) * 3); }
887
870
  /* @truss p:4000 c:pt_12px */
888
871
  .pt_12px { padding-top: 12px; }
889
872
  /* @truss p:4000 c:pt_25px */
@@ -897,19 +880,19 @@
897
880
  /* @truss p:4000 c:r_0 */
898
881
  .r_0 { right: 0; }
899
882
  /* @truss p:4000 c:right0 */
900
- .right0 { right: 0px; }
883
+ .right0 { right: calc(var(--t-spacing) * 0); }
901
884
  /* @truss p:4000 c:right1 */
902
- .right1 { right: 8px; }
885
+ .right1 { right: calc(var(--t-spacing) * 1); }
903
886
  /* @truss p:4000 c:right3 */
904
- .right3 { right: 24px; }
887
+ .right3 { right: calc(var(--t-spacing) * 3); }
905
888
  /* @truss p:4000 c:right_12px */
906
889
  .right_12px { right: 12px; }
907
890
  /* @truss p:4000 c:top0 */
908
- .top0 { top: 0px; }
891
+ .top0 { top: calc(var(--t-spacing) * 0); }
909
892
  /* @truss p:4000 c:top1 */
910
- .top1 { top: 8px; }
893
+ .top1 { top: calc(var(--t-spacing) * 1); }
911
894
  /* @truss p:4000 c:top3 */
912
- .top3 { top: 24px; }
895
+ .top3 { top: calc(var(--t-spacing) * 3); }
913
896
  /* @truss p:4000 c:top_2px */
914
897
  .top_2px { top: 2px; }
915
898
  /* @truss p:4000 c:top_48px */
@@ -923,7 +906,7 @@
923
906
  /* @truss p:4000 c:w100 */
924
907
  .w100 { width: 100%; }
925
908
  /* @truss p:4000 c:w2 */
926
- .w2 { width: 16px; }
909
+ .w2 { width: calc(var(--t-spacing) * 2); }
927
910
  /* @truss p:4000 c:w50 */
928
911
  .w50 { width: 50%; }
929
912
  /* @truss p:4000 c:w_10px */
@@ -1026,8 +1009,8 @@
1026
1009
  .top_var { top: var(--top); }
1027
1010
  /* @truss p:4000.5 c:w_var */
1028
1011
  .w_var { width: var(--width); }
1029
- /* @truss p:8000 c:selection_bgGray800 */
1030
- .selection_bgGray800::selection { background-color: rgba(53, 53, 53, 1); }
1012
+ /* @truss p:8000.5 c:selection_bgColor_var */
1013
+ .selection_bgColor_var::selection { background-color: var(--selection_backgroundColor); }
1031
1014
  /* @truss @property */
1032
1015
  @property --background { syntax: "*"; inherits: false; }
1033
1016
  /* @truss @property */
@@ -1039,8 +1022,6 @@
1039
1022
  /* @truss @property */
1040
1023
  @property --alignItems { syntax: "*"; inherits: false; }
1041
1024
  /* @truss @property */
1042
- @property --animationName { syntax: "*"; inherits: false; }
1043
- /* @truss @property */
1044
1025
  @property --backgroundImage { syntax: "*"; inherits: false; }
1045
1026
  /* @truss @property */
1046
1027
  @property --backgroundColor { syntax: "*"; inherits: false; }
@@ -1138,6 +1119,8 @@
1138
1119
  @property --top { syntax: "*"; inherits: false; }
1139
1120
  /* @truss @property */
1140
1121
  @property --width { syntax: "*"; inherits: false; }
1122
+ /* @truss @property */
1123
+ @property --selection_backgroundColor { syntax: "*"; inherits: false; }
1141
1124
  /* @truss arbitrary:start */
1142
1125
  .beam-bhp:hover:not(:has(.beam-bhc:hover)) .beam-bhc {
1143
1126
  border-style: solid;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@homebound/beam",
3
- "version": "3.6.0",
3
+ "version": "3.8.0",
4
4
  "type": "module",
5
5
  "author": "Homebound",
6
6
  "license": "MIT",
@@ -32,19 +32,24 @@
32
32
  },
33
33
  "scripts": {
34
34
  "start": "yarn storybook",
35
- "build": "yarn tsup-node --config tsup.config.ts && yarn copy:truss",
36
- "build:truss": "truss",
35
+ "build": "yarn generate:design-tokens && yarn tsup-node --config tsup.config.ts && yarn copy:truss",
36
+ "build:truss": "yarn generate:design-tokens && truss",
37
+ "generate:design-tokens": "tsx scripts/generate-design-tokens.ts",
38
+ "validate:tokens": "tsx scripts/validate-tokens.ts",
39
+ "check:token-drift": "tsx scripts/check-token-drift.ts",
37
40
  "build-storybook": "NODE_OPTIONS=--openssl-legacy-provider storybook build",
38
41
  "test": "vitest run",
39
42
  "test:watch": "vitest",
40
43
  "lint": "eslint --ext js,ts,tsx src",
41
- "lint:fix": "eslint --ext js,ts,tsx --fix src",
44
+ "lint:ci": "eslint --ext js,ts,tsx src --cache --cache-location .eslintcache --quiet",
45
+ "lint:fix": "eslint --ext js,ts,tsx --fix --cache --cache-location .eslintcache src",
46
+ "lint:fix:files": "eslint --ext js,ts,tsx --fix --cache --cache-location .eslintcache",
42
47
  "storybook": "NODE_OPTIONS=--openssl-legacy-provider storybook dev -p 9000",
43
48
  "chromatic": "chromatic --project-token=074248da7284 --exit-once-uploaded --only-changed",
44
49
  "copy": "npx copyfiles -u 1 \"./src/**/*.css\" \"./dist/\"",
45
50
  "copy:truss": "cp \"./src/Css.json\" \"./dist/Css.json\"",
46
51
  "copy-to-internal-frontend": "cp -r dist/* ~/homebound/internal-frontend/node_modules/@homebound/beam/dist/",
47
- "format": "prettier --loglevel warn --write \"**/*.{ts,tsx,css,md,mdx}\"",
52
+ "format": "prettier --loglevel warn --write \"**/*.{ts,tsx,css,md,mdx}\" \"tokens/**/*.json\"",
48
53
  "type-check": "yarn tsc"
49
54
  },
50
55
  "dependencies": {
@@ -89,12 +94,12 @@
89
94
  "@homebound/eslint-config": "^1.10.2",
90
95
  "@homebound/rtl-react-router-utils": "1.3.0",
91
96
  "@homebound/rtl-utils": "^2.71.0",
92
- "@homebound/truss": "^2.21.3",
97
+ "@homebound/truss": "2.25.0",
93
98
  "@homebound/tsconfig": "^1.1.1",
94
99
  "@semantic-release/exec": "^7.1.0",
95
100
  "@semantic-release/git": "^10.0.1",
96
- "@storybook/addon-links": "^10.2.19",
97
- "@storybook/react-vite": "^10.2.19",
101
+ "@storybook/addon-links": "^10.4.0",
102
+ "@storybook/react-vite": "^10.4.0",
98
103
  "@testing-library/dom": "^10.4.1",
99
104
  "@testing-library/jest-dom": "^6.9.1",
100
105
  "@testing-library/react": "^16.3.2",
@@ -109,7 +114,7 @@
109
114
  "chromatic": "^15.3.0",
110
115
  "conventional-changelog-conventionalcommits": "^9.3.0",
111
116
  "eslint": "^8.52.0",
112
- "eslint-plugin-storybook": "^10.2.19",
117
+ "eslint-plugin-storybook": "^10.4.0",
113
118
  "husky": "^5.1.1",
114
119
  "jsdom": "^29.0.0",
115
120
  "mobx": "^6.15.0",
@@ -119,8 +124,9 @@
119
124
  "react": "^18.3.1",
120
125
  "react-dom": "^18.2.0",
121
126
  "semantic-release": "^24.2.9",
122
- "storybook": "^10.2.19",
127
+ "storybook": "^10.4.0",
123
128
  "tsup": "^8.5.1",
129
+ "tsx": "^4.21.0",
124
130
  "typescript": "5.9.3",
125
131
  "vite": "^8.0.0",
126
132
  "vitest": "^4.1.0",