@bitrise/bitkit-v2 0.3.67 → 0.3.69

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.
@@ -1,7 +1,1535 @@
1
- import { defineSemanticTokens as o } from "@chakra-ui/react/styled-system";
2
- import { withSlashes as t } from "../themeUtils.js";
3
- import e from "./semanticColors.json.js";
4
- const a = o.colors(t(e));
1
+ import { defineSemanticTokens as l } from "@chakra-ui/react/styled-system";
2
+ import { withSlashes as s } from "../themeUtils.js";
3
+ const r = l.colors(
4
+ s({
5
+ brand: {
6
+ primary: {
7
+ value: {
8
+ _light: "{colors.purple.30}"
9
+ }
10
+ }
11
+ },
12
+ separator: {
13
+ primary: {
14
+ value: {
15
+ _light: "{colors.neutral.90}"
16
+ }
17
+ }
18
+ },
19
+ sys: {
20
+ fg: {
21
+ base: {
22
+ value: {
23
+ _light: "{colors.neutral.10}"
24
+ }
25
+ },
26
+ primary: {
27
+ value: {
28
+ _light: "{colors.purple.10}"
29
+ }
30
+ },
31
+ secondary: {
32
+ value: {
33
+ _light: "{colors.neutral.40}"
34
+ }
35
+ },
36
+ tertiary: {
37
+ value: {
38
+ _light: "{colors.neutral.60}"
39
+ }
40
+ },
41
+ subtle: {
42
+ value: {
43
+ _light: "{colors.neutral.70}"
44
+ }
45
+ },
46
+ minimal: {
47
+ value: {
48
+ _light: "{colors.neutral.80}"
49
+ }
50
+ },
51
+ positive: {
52
+ value: {
53
+ _light: "{colors.green.50}"
54
+ }
55
+ },
56
+ negative: {
57
+ value: {
58
+ _light: "{colors.red.50}"
59
+ }
60
+ },
61
+ "on-color": {
62
+ value: {
63
+ _light: "{colors.neutral.100}"
64
+ }
65
+ },
66
+ "on-contrast": {
67
+ value: {
68
+ _light: "{colors.neutral.95}"
69
+ }
70
+ },
71
+ "on-disabled": {
72
+ value: {
73
+ _light: "{colors.neutral.70}"
74
+ }
75
+ },
76
+ disabled: {
77
+ value: {
78
+ _light: "{colors.neutral.80}"
79
+ }
80
+ }
81
+ },
82
+ bg: {
83
+ surface: {
84
+ value: {
85
+ _light: "{colors.neutral.100}"
86
+ }
87
+ },
88
+ contrast: {
89
+ value: {
90
+ _light: "{colors.neutral.10}"
91
+ }
92
+ },
93
+ moderate: {
94
+ value: {
95
+ _light: "{colors.neutral.90}"
96
+ }
97
+ },
98
+ subtle: {
99
+ value: {
100
+ _light: "{colors.neutral.93}"
101
+ }
102
+ },
103
+ minimal: {
104
+ value: {
105
+ _light: "{colors.neutral.95}"
106
+ }
107
+ },
108
+ disabled: {
109
+ value: {
110
+ _light: "{colors.neutral.95}"
111
+ }
112
+ }
113
+ },
114
+ border: {
115
+ minimal: {
116
+ value: {
117
+ _light: "{colors.neutral.93}"
118
+ }
119
+ },
120
+ subtle: {
121
+ value: {
122
+ _light: "{colors.neutral.90}"
123
+ }
124
+ },
125
+ strong: {
126
+ value: {
127
+ _light: "{colors.neutral.80}"
128
+ }
129
+ },
130
+ emphasized: {
131
+ value: {
132
+ _light: "{colors.neutral.70}"
133
+ }
134
+ },
135
+ critical: {
136
+ value: {
137
+ _light: "{colors.red.50}"
138
+ }
139
+ },
140
+ inverse: {
141
+ value: {
142
+ _light: "{colors.neutral.100}"
143
+ }
144
+ },
145
+ "on-contrast": {
146
+ value: {
147
+ _light: "{colors.neutral.95}"
148
+ }
149
+ },
150
+ disabled: {
151
+ value: {
152
+ _light: "{colors.neutral.90}"
153
+ }
154
+ }
155
+ },
156
+ primary: {
157
+ base: {
158
+ value: {
159
+ _light: "{colors.purple.40}"
160
+ }
161
+ },
162
+ emphasized: {
163
+ value: {
164
+ _light: "{colors.purple.30}"
165
+ }
166
+ },
167
+ contrast: {
168
+ value: {
169
+ _light: "{colors.purple.10}"
170
+ }
171
+ },
172
+ muted: {
173
+ value: {
174
+ _light: "{colors.purple.80}"
175
+ }
176
+ },
177
+ subtle: {
178
+ value: {
179
+ _light: "{colors.purple.93}"
180
+ }
181
+ },
182
+ disabled: {
183
+ value: {
184
+ _light: "{colors.neutral.90}"
185
+ }
186
+ }
187
+ },
188
+ purple: {
189
+ base: {
190
+ value: {
191
+ _light: "{colors.purple.50}"
192
+ }
193
+ },
194
+ strong: {
195
+ value: {
196
+ _light: "{colors.purple.40}"
197
+ }
198
+ },
199
+ bold: {
200
+ value: {
201
+ _light: "{colors.purple.60}"
202
+ }
203
+ },
204
+ highlight: {
205
+ value: {
206
+ _light: "{colors.purple.70}"
207
+ }
208
+ },
209
+ muted: {
210
+ value: {
211
+ _light: "{colors.purple.80}"
212
+ }
213
+ },
214
+ moderate: {
215
+ value: {
216
+ _light: "{colors.purple.90}"
217
+ }
218
+ },
219
+ subtle: {
220
+ value: {
221
+ _light: "{colors.purple.93}"
222
+ }
223
+ },
224
+ minimal: {
225
+ value: {
226
+ _light: "{colors.purple.95}"
227
+ }
228
+ },
229
+ disabled: {
230
+ value: {
231
+ _light: "{colors.neutral.90}"
232
+ }
233
+ }
234
+ },
235
+ blue: {
236
+ base: {
237
+ value: {
238
+ _light: "{colors.blue.50}"
239
+ }
240
+ },
241
+ strong: {
242
+ value: {
243
+ _light: "{colors.blue.40}"
244
+ }
245
+ },
246
+ bold: {
247
+ value: {
248
+ _light: "{colors.blue.60}"
249
+ }
250
+ },
251
+ muted: {
252
+ value: {
253
+ _light: "{colors.blue.80}"
254
+ }
255
+ },
256
+ moderate: {
257
+ value: {
258
+ _light: "{colors.blue.90}"
259
+ }
260
+ },
261
+ subtle: {
262
+ value: {
263
+ _light: "{colors.blue.93}"
264
+ }
265
+ },
266
+ minimal: {
267
+ value: {
268
+ _light: "{colors.blue.95}"
269
+ }
270
+ }
271
+ },
272
+ green: {
273
+ base: {
274
+ value: {
275
+ _light: "{colors.green.50}"
276
+ }
277
+ },
278
+ strong: {
279
+ value: {
280
+ _light: "{colors.green.40}"
281
+ }
282
+ },
283
+ bold: {
284
+ value: {
285
+ _light: "{colors.green.60}"
286
+ }
287
+ },
288
+ muted: {
289
+ value: {
290
+ _light: "{colors.green.80}"
291
+ }
292
+ },
293
+ moderate: {
294
+ value: {
295
+ _light: "{colors.green.90}"
296
+ }
297
+ },
298
+ subtle: {
299
+ value: {
300
+ _light: "{colors.green.93}"
301
+ }
302
+ },
303
+ minimal: {
304
+ value: {
305
+ _light: "{colors.green.95}"
306
+ }
307
+ }
308
+ },
309
+ yellow: {
310
+ base: {
311
+ value: {
312
+ _light: "{colors.yellow.50}"
313
+ }
314
+ },
315
+ strong: {
316
+ value: {
317
+ _light: "{colors.yellow.40}"
318
+ }
319
+ },
320
+ bold: {
321
+ value: {
322
+ _light: "{colors.yellow.60}"
323
+ }
324
+ },
325
+ muted: {
326
+ value: {
327
+ _light: "{colors.yellow.80}"
328
+ }
329
+ },
330
+ moderate: {
331
+ value: {
332
+ _light: "{colors.yellow.90}"
333
+ }
334
+ },
335
+ subtle: {
336
+ value: {
337
+ _light: "{colors.yellow.93}"
338
+ }
339
+ },
340
+ minimal: {
341
+ value: {
342
+ _light: "{colors.yellow.95}"
343
+ }
344
+ }
345
+ },
346
+ red: {
347
+ base: {
348
+ value: {
349
+ _light: "{colors.red.50}"
350
+ }
351
+ },
352
+ dark: {
353
+ value: {
354
+ _light: "{colors.red.20}"
355
+ }
356
+ },
357
+ strong: {
358
+ value: {
359
+ _light: "{colors.red.40}"
360
+ }
361
+ },
362
+ bold: {
363
+ value: {
364
+ _light: "{colors.red.60}"
365
+ }
366
+ },
367
+ muted: {
368
+ value: {
369
+ _light: "{colors.red.80}"
370
+ }
371
+ },
372
+ moderate: {
373
+ value: {
374
+ _light: "{colors.red.90}"
375
+ }
376
+ },
377
+ subtle: {
378
+ value: {
379
+ _light: "{colors.red.93}"
380
+ }
381
+ },
382
+ minimal: {
383
+ value: {
384
+ _light: "{colors.red.95}"
385
+ }
386
+ }
387
+ },
388
+ neutral: {
389
+ base: {
390
+ value: {
391
+ _light: "{colors.neutral.50}"
392
+ }
393
+ },
394
+ strong: {
395
+ value: {
396
+ _light: "{colors.neutral.40}"
397
+ }
398
+ },
399
+ bold: {
400
+ value: {
401
+ _light: "{colors.neutral.60}"
402
+ }
403
+ },
404
+ muted: {
405
+ value: {
406
+ _light: "{colors.neutral.80}"
407
+ }
408
+ },
409
+ moderate: {
410
+ value: {
411
+ _light: "{colors.neutral.90}"
412
+ }
413
+ },
414
+ subtle: {
415
+ value: {
416
+ _light: "{colors.neutral.93}"
417
+ }
418
+ },
419
+ minimal: {
420
+ value: {
421
+ _light: "{colors.neutral.95}"
422
+ }
423
+ }
424
+ },
425
+ orange: {
426
+ base: {
427
+ value: {
428
+ _light: "{colors.orange.50}"
429
+ }
430
+ },
431
+ strong: {
432
+ value: {
433
+ _light: "{colors.orange.40}"
434
+ }
435
+ },
436
+ bold: {
437
+ value: {
438
+ _light: "{colors.orange.60}"
439
+ }
440
+ },
441
+ muted: {
442
+ value: {
443
+ _light: "{colors.orange.80}"
444
+ }
445
+ },
446
+ moderate: {
447
+ value: {
448
+ _light: "{colors.orange.90}"
449
+ }
450
+ },
451
+ subtle: {
452
+ value: {
453
+ _light: "{colors.orange.93}"
454
+ }
455
+ },
456
+ minimal: {
457
+ value: {
458
+ _light: "{colors.orange.95}"
459
+ }
460
+ }
461
+ },
462
+ turquoise: {
463
+ base: {
464
+ value: {
465
+ _light: "{colors.turquoise.50}"
466
+ }
467
+ },
468
+ dark: {
469
+ value: {
470
+ _light: "{colors.turquoise.20}"
471
+ }
472
+ },
473
+ emphasized: {
474
+ value: {
475
+ _light: "{colors.turquoise.30}"
476
+ }
477
+ },
478
+ strong: {
479
+ value: {
480
+ _light: "{colors.turquoise.40}"
481
+ }
482
+ },
483
+ bold: {
484
+ value: {
485
+ _light: "{colors.turquoise.60}"
486
+ }
487
+ },
488
+ muted: {
489
+ value: {
490
+ _light: "{colors.turquoise.80}"
491
+ }
492
+ },
493
+ moderate: {
494
+ value: {
495
+ _light: "{colors.turquoise.90}"
496
+ }
497
+ },
498
+ subtle: {
499
+ value: {
500
+ _light: "{colors.turquoise.93}"
501
+ }
502
+ },
503
+ minimal: {
504
+ value: {
505
+ _light: "{colors.turquoise.95}"
506
+ }
507
+ }
508
+ }
509
+ },
510
+ background: {
511
+ primary: {
512
+ value: {
513
+ _light: "{colors.sys.bg.surface}"
514
+ }
515
+ },
516
+ secondary: {
517
+ value: {
518
+ _light: "{colors.sys.bg.minimal}"
519
+ }
520
+ },
521
+ tertiary: {
522
+ value: {
523
+ _light: "{colors.sys.bg.subtle}"
524
+ }
525
+ },
526
+ hover: {
527
+ value: {
528
+ _light: "{colors.sys.bg.subtle}"
529
+ }
530
+ },
531
+ active: {
532
+ value: {
533
+ _light: "{colors.sys.bg.moderate}"
534
+ }
535
+ },
536
+ selected: {
537
+ value: {
538
+ _light: "{colors.sys.purple.minimal}"
539
+ }
540
+ },
541
+ "selected-hover": {
542
+ value: {
543
+ _light: "{colors.sys.purple.subtle}"
544
+ }
545
+ },
546
+ contrast: {
547
+ value: {
548
+ _light: "{colors.sys.bg.contrast}"
549
+ }
550
+ },
551
+ disabled: {
552
+ value: {
553
+ _light: "{colors.sys.bg.disabled}"
554
+ }
555
+ }
556
+ },
557
+ border: {
558
+ regular: {
559
+ value: {
560
+ _light: "{colors.sys.border.subtle}"
561
+ }
562
+ },
563
+ minimal: {
564
+ value: {
565
+ _light: "{colors.sys.border.minimal}"
566
+ }
567
+ },
568
+ strong: {
569
+ value: {
570
+ _light: "{colors.sys.border.strong}"
571
+ }
572
+ },
573
+ hover: {
574
+ value: {
575
+ _light: "{colors.sys.border.emphasized}"
576
+ }
577
+ },
578
+ focus: {
579
+ value: {
580
+ _light: "{colors.sys.purple.highlight}"
581
+ }
582
+ },
583
+ selected: {
584
+ value: {
585
+ _light: "{colors.sys.purple}"
586
+ }
587
+ },
588
+ error: {
589
+ value: {
590
+ _light: "{colors.sys.border.critical}"
591
+ }
592
+ },
593
+ inverse: {
594
+ value: {
595
+ _light: "{colors.sys.border.inverse}"
596
+ }
597
+ },
598
+ "on-contrast": {
599
+ value: {
600
+ _light: "{colors.sys.border.on-contrast}"
601
+ }
602
+ },
603
+ disabled: {
604
+ value: {
605
+ _light: "{colors.sys.border.disabled}"
606
+ }
607
+ }
608
+ },
609
+ text: {
610
+ primary: {
611
+ value: {
612
+ _light: "{colors.sys.fg.primary}"
613
+ }
614
+ },
615
+ secondary: {
616
+ value: {
617
+ _light: "{colors.sys.fg.secondary}"
618
+ }
619
+ },
620
+ tertiary: {
621
+ value: {
622
+ _light: "{colors.sys.fg.tertiary}"
623
+ }
624
+ },
625
+ body: {
626
+ value: {
627
+ _light: "{colors.sys.fg}"
628
+ }
629
+ },
630
+ helper: {
631
+ value: {
632
+ _light: "{colors.sys.fg.secondary}"
633
+ }
634
+ },
635
+ link: {
636
+ value: {
637
+ _light: "{colors.sys.purple}"
638
+ }
639
+ },
640
+ "link-hover": {
641
+ value: {
642
+ _light: "{colors.sys.purple.strong}"
643
+ }
644
+ },
645
+ selected: {
646
+ value: {
647
+ _light: "{colors.sys.purple}"
648
+ }
649
+ },
650
+ positive: {
651
+ value: {
652
+ _light: "{colors.sys.fg.positive}"
653
+ }
654
+ },
655
+ negative: {
656
+ value: {
657
+ _light: "{colors.sys.fg.negative}"
658
+ }
659
+ },
660
+ "on-color": {
661
+ value: {
662
+ _light: "{colors.sys.fg.on-color}"
663
+ }
664
+ },
665
+ "on-contrast": {
666
+ value: {
667
+ _light: "{colors.sys.fg.on-contrast}"
668
+ }
669
+ },
670
+ "on-disabled": {
671
+ value: {
672
+ _light: "{colors.sys.fg.on-disabled}"
673
+ }
674
+ },
675
+ disabled: {
676
+ value: {
677
+ _light: "{colors.sys.fg.disabled}"
678
+ }
679
+ }
680
+ },
681
+ icon: {
682
+ primary: {
683
+ value: {
684
+ _light: "{colors.sys.fg.primary}"
685
+ }
686
+ },
687
+ secondary: {
688
+ value: {
689
+ _light: "{colors.sys.fg.secondary}"
690
+ }
691
+ },
692
+ tertiary: {
693
+ value: {
694
+ _light: "{colors.sys.fg.tertiary}"
695
+ }
696
+ },
697
+ interactive: {
698
+ value: {
699
+ _light: "{colors.sys.purple}"
700
+ }
701
+ },
702
+ "interactive-hover": {
703
+ value: {
704
+ _light: "{colors.sys.purple.strong}"
705
+ }
706
+ },
707
+ positive: {
708
+ value: {
709
+ _light: "{colors.sys.fg.positive}"
710
+ }
711
+ },
712
+ negative: {
713
+ value: {
714
+ _light: "{colors.sys.fg.negative}"
715
+ }
716
+ },
717
+ "on-color": {
718
+ value: {
719
+ _light: "{colors.sys.fg.on-color}"
720
+ }
721
+ },
722
+ "on-contrast": {
723
+ value: {
724
+ _light: "{colors.sys.fg.on-contrast}"
725
+ }
726
+ },
727
+ "on-disabled": {
728
+ value: {
729
+ _light: "{colors.sys.fg.on-disabled}"
730
+ }
731
+ },
732
+ disabled: {
733
+ value: {
734
+ _light: "{colors.sys.fg.disabled}"
735
+ }
736
+ }
737
+ },
738
+ button: {
739
+ primary: {
740
+ bg: {
741
+ value: {
742
+ _light: "{colors.sys.primary}"
743
+ }
744
+ },
745
+ "bg-hover": {
746
+ value: {
747
+ _light: "{colors.sys.primary.emphasized}"
748
+ }
749
+ },
750
+ "bg-active": {
751
+ value: {
752
+ _light: "{colors.sys.fg.primary}"
753
+ }
754
+ },
755
+ "bg-disabled": {
756
+ value: {
757
+ _light: "{colors.sys.primary.disabled}"
758
+ }
759
+ },
760
+ fg: {
761
+ value: {
762
+ _light: "{colors.sys.fg.on-color}"
763
+ }
764
+ },
765
+ "fg-hover": {
766
+ value: {
767
+ _light: "{colors.sys.fg.on-color}"
768
+ }
769
+ },
770
+ "fg-active": {
771
+ value: {
772
+ _light: "{colors.sys.fg.on-color}"
773
+ }
774
+ },
775
+ "fg-disabled": {
776
+ value: {
777
+ _light: "{colors.sys.fg.on-disabled}"
778
+ }
779
+ }
780
+ },
781
+ secondary: {
782
+ bg: {
783
+ value: {
784
+ _light: "{colors.sys.bg.surface}"
785
+ }
786
+ },
787
+ "bg-hover": {
788
+ value: {
789
+ _light: "{colors.sys.bg.subtle}"
790
+ }
791
+ },
792
+ "bg-active": {
793
+ value: {
794
+ _light: "{colors.sys.bg.moderate}"
795
+ }
796
+ },
797
+ "bg-disabled": {
798
+ value: {
799
+ _light: "{colors.sys.bg.minimal}"
800
+ }
801
+ },
802
+ fg: {
803
+ value: {
804
+ _light: "{colors.sys.fg.primary}"
805
+ }
806
+ },
807
+ "fg-hover": {
808
+ value: {
809
+ _light: "{colors.sys.fg.primary}"
810
+ }
811
+ },
812
+ "fg-active": {
813
+ value: {
814
+ _light: "{colors.sys.fg.primary}"
815
+ }
816
+ },
817
+ "fg-disabled": {
818
+ value: {
819
+ _light: "{colors.sys.fg.disabled}"
820
+ }
821
+ },
822
+ border: {
823
+ value: {
824
+ _light: "{colors.sys.border.strong}"
825
+ }
826
+ },
827
+ "border-hover": {
828
+ value: {
829
+ _light: "{colors.sys.border.emphasized}"
830
+ }
831
+ },
832
+ "border-active": {
833
+ value: {
834
+ _light: "{colors.sys.border.emphasized}"
835
+ }
836
+ },
837
+ "border-disabled": {
838
+ value: {
839
+ _light: "{colors.sys.border.disabled}"
840
+ }
841
+ }
842
+ },
843
+ tertiary: {
844
+ bg: {
845
+ value: {
846
+ _light: "transparent"
847
+ }
848
+ },
849
+ "bg-hover": {
850
+ value: {
851
+ _light: "{colors.sys.bg.subtle}"
852
+ }
853
+ },
854
+ "bg-active": {
855
+ value: {
856
+ _light: "{colors.sys.bg.moderate}"
857
+ }
858
+ },
859
+ "bg-disabled": {
860
+ value: {
861
+ _light: "transparent"
862
+ }
863
+ },
864
+ fg: {
865
+ value: {
866
+ _light: "{colors.sys.purple}"
867
+ }
868
+ },
869
+ "fg-hover": {
870
+ value: {
871
+ _light: "{colors.sys.purple.strong}"
872
+ }
873
+ },
874
+ "fg-active": {
875
+ value: {
876
+ _light: "{colors.sys.fg.primary}"
877
+ }
878
+ },
879
+ "fg-disabled": {
880
+ value: {
881
+ _light: "{colors.sys.fg.disabled}"
882
+ }
883
+ }
884
+ },
885
+ "danger-primary": {
886
+ bg: {
887
+ value: {
888
+ _light: "{colors.sys.red}"
889
+ }
890
+ },
891
+ "bg-hover": {
892
+ value: {
893
+ _light: "{colors.sys.red.strong}"
894
+ }
895
+ },
896
+ "bg-active": {
897
+ value: {
898
+ _light: "{colors.sys.red.dark}"
899
+ }
900
+ },
901
+ "bg-disabled": {
902
+ value: {
903
+ _light: "{colors.sys.primary.disabled}"
904
+ }
905
+ },
906
+ fg: {
907
+ value: {
908
+ _light: "{colors.sys.fg.on-color}"
909
+ }
910
+ },
911
+ "fg-hover": {
912
+ value: {
913
+ _light: "{colors.sys.fg.on-color}"
914
+ }
915
+ },
916
+ "fg-active": {
917
+ value: {
918
+ _light: "{colors.sys.fg.on-color}"
919
+ }
920
+ },
921
+ "fg-disabled": {
922
+ value: {
923
+ _light: "{colors.sys.fg.on-disabled}"
924
+ }
925
+ }
926
+ },
927
+ "danger-secondary": {
928
+ bg: {
929
+ value: {
930
+ _light: "{colors.sys.bg.surface}"
931
+ }
932
+ },
933
+ "bg-hover": {
934
+ value: {
935
+ _light: "{colors.sys.red.minimal}"
936
+ }
937
+ },
938
+ "bg-active": {
939
+ value: {
940
+ _light: "{colors.sys.red.moderate}"
941
+ }
942
+ },
943
+ "bg-disabled": {
944
+ value: {
945
+ _light: "{colors.sys.bg.minimal}"
946
+ }
947
+ },
948
+ fg: {
949
+ value: {
950
+ _light: "{colors.sys.red}"
951
+ }
952
+ },
953
+ "fg-hover": {
954
+ value: {
955
+ _light: "{colors.sys.red}"
956
+ }
957
+ },
958
+ "fg-active": {
959
+ value: {
960
+ _light: "{colors.sys.red.strong}"
961
+ }
962
+ },
963
+ "fg-disabled": {
964
+ value: {
965
+ _light: "{colors.sys.fg.disabled}"
966
+ }
967
+ },
968
+ border: {
969
+ value: {
970
+ _light: "{colors.sys.red.muted}"
971
+ }
972
+ },
973
+ "border-hover": {
974
+ value: {
975
+ _light: "{colors.sys.red.muted}"
976
+ }
977
+ },
978
+ "border-active": {
979
+ value: {
980
+ _light: "{colors.sys.red}"
981
+ }
982
+ },
983
+ "border-disabled": {
984
+ value: {
985
+ _light: "{colors.sys.border.disabled}"
986
+ }
987
+ }
988
+ },
989
+ "danger-tertiary": {
990
+ bg: {
991
+ value: {
992
+ _light: "transparent"
993
+ }
994
+ },
995
+ "bg-hover": {
996
+ value: {
997
+ _light: "{colors.sys.red.minimal}"
998
+ }
999
+ },
1000
+ "bg-active": {
1001
+ value: {
1002
+ _light: "{colors.sys.red.moderate}"
1003
+ }
1004
+ },
1005
+ "bg-disabled": {
1006
+ value: {
1007
+ _light: "transparent"
1008
+ }
1009
+ },
1010
+ fg: {
1011
+ value: {
1012
+ _light: "{colors.sys.red}"
1013
+ }
1014
+ },
1015
+ "fg-hover": {
1016
+ value: {
1017
+ _light: "{colors.sys.red}"
1018
+ }
1019
+ },
1020
+ "fg-active": {
1021
+ value: {
1022
+ _light: "{colors.sys.red.strong}"
1023
+ }
1024
+ },
1025
+ "fg-disabled": {
1026
+ value: {
1027
+ _light: "{colors.sys.fg.disabled}"
1028
+ }
1029
+ }
1030
+ },
1031
+ "ai-primary": {
1032
+ bg: {
1033
+ value: {
1034
+ _light: "{colors.sys.turquoise.strong}"
1035
+ }
1036
+ },
1037
+ "bg-hover": {
1038
+ value: {
1039
+ _light: "{colors.sys.turquoise.emphasized}"
1040
+ }
1041
+ },
1042
+ "bg-active": {
1043
+ value: {
1044
+ _light: "{colors.sys.turquoise.dark}"
1045
+ }
1046
+ },
1047
+ "bg-disabled": {
1048
+ value: {
1049
+ _light: "{colors.sys.primary.disabled}"
1050
+ }
1051
+ },
1052
+ fg: {
1053
+ value: {
1054
+ _light: "{colors.sys.fg.on-color}"
1055
+ }
1056
+ },
1057
+ "fg-hover": {
1058
+ value: {
1059
+ _light: "{colors.sys.fg.on-color}"
1060
+ }
1061
+ },
1062
+ "fg-active": {
1063
+ value: {
1064
+ _light: "{colors.sys.fg.on-color}"
1065
+ }
1066
+ },
1067
+ "fg-disabled": {
1068
+ value: {
1069
+ _light: "{colors.sys.fg.on-disabled}"
1070
+ }
1071
+ }
1072
+ },
1073
+ "ai-secondary": {
1074
+ bg: {
1075
+ value: {
1076
+ _light: "{colors.sys.bg.surface}"
1077
+ }
1078
+ },
1079
+ "bg-hover": {
1080
+ value: {
1081
+ _light: "{colors.sys.turquoise.minimal}"
1082
+ }
1083
+ },
1084
+ "bg-active": {
1085
+ value: {
1086
+ _light: "{colors.sys.turquoise.moderate}"
1087
+ }
1088
+ },
1089
+ "bg-disabled": {
1090
+ value: {
1091
+ _light: "{colors.sys.bg.minimal}"
1092
+ }
1093
+ },
1094
+ fg: {
1095
+ value: {
1096
+ _light: "{colors.sys.turquoise}"
1097
+ }
1098
+ },
1099
+ "fg-hover": {
1100
+ value: {
1101
+ _light: "{colors.sys.turquoise}"
1102
+ }
1103
+ },
1104
+ "fg-active": {
1105
+ value: {
1106
+ _light: "{colors.sys.turquoise.strong}"
1107
+ }
1108
+ },
1109
+ "fg-disabled": {
1110
+ value: {
1111
+ _light: "{colors.sys.fg.disabled}"
1112
+ }
1113
+ },
1114
+ border: {
1115
+ value: {
1116
+ _light: "{colors.sys.turquoise.muted}"
1117
+ }
1118
+ },
1119
+ "border-hover": {
1120
+ value: {
1121
+ _light: "{colors.sys.turquoise.muted}"
1122
+ }
1123
+ },
1124
+ "border-active": {
1125
+ value: {
1126
+ _light: "{colors.sys.turquoise}"
1127
+ }
1128
+ },
1129
+ "border-disabled": {
1130
+ value: {
1131
+ _light: "{colors.sys.border.disabled}"
1132
+ }
1133
+ }
1134
+ },
1135
+ "ai-tertiary": {
1136
+ bg: {
1137
+ value: {
1138
+ _light: "{colors.sys.bg.transparent}"
1139
+ }
1140
+ },
1141
+ "bg-hover": {
1142
+ value: {
1143
+ _light: "{colors.sys.turquoise.minimal}"
1144
+ }
1145
+ },
1146
+ "bg-active": {
1147
+ value: {
1148
+ _light: "{colors.sys.turquoise.moderate}"
1149
+ }
1150
+ },
1151
+ "bg-disabled": {
1152
+ value: {
1153
+ _light: "{colors.sys.bg.transparent}"
1154
+ }
1155
+ },
1156
+ fg: {
1157
+ value: {
1158
+ _light: "{colors.sys.turquoise}"
1159
+ }
1160
+ },
1161
+ "fg-hover": {
1162
+ value: {
1163
+ _light: "{colors.sys.turquoise}"
1164
+ }
1165
+ },
1166
+ "fg-active": {
1167
+ value: {
1168
+ _light: "{colors.sys.turquoise.strong}"
1169
+ }
1170
+ },
1171
+ "fg-disabled": {
1172
+ value: {
1173
+ _light: "{colors.sys.fg.disabled}"
1174
+ }
1175
+ }
1176
+ }
1177
+ },
1178
+ input: {
1179
+ text: {
1180
+ label: {
1181
+ value: {
1182
+ _light: "{colors.sys.fg.primary}"
1183
+ }
1184
+ },
1185
+ inputValue: {
1186
+ value: {
1187
+ _light: "{colors.sys.fg}"
1188
+ }
1189
+ },
1190
+ placeholder: {
1191
+ value: {
1192
+ _light: "{colors.sys.fg.subtle}"
1193
+ }
1194
+ },
1195
+ helper: {
1196
+ value: {
1197
+ _light: "{colors.sys.fg.secondary}"
1198
+ }
1199
+ },
1200
+ error: {
1201
+ value: {
1202
+ _light: "{colors.sys.fg.negative}"
1203
+ }
1204
+ }
1205
+ },
1206
+ toggle: {
1207
+ frameOn: {
1208
+ value: {
1209
+ _light: "{colors.sys.green.bold}"
1210
+ }
1211
+ },
1212
+ "frameOn-disabled": {
1213
+ value: {
1214
+ _light: "{colors.sys.green.bold/50}"
1215
+ }
1216
+ },
1217
+ frameOff: {
1218
+ value: {
1219
+ _light: "{colors.sys.neutral.bold}"
1220
+ }
1221
+ },
1222
+ "frameOff-disabled": {
1223
+ value: {
1224
+ _light: "{colors.sys.neutral.bold/50}"
1225
+ }
1226
+ },
1227
+ slideOn: {
1228
+ value: {
1229
+ _light: "{colors.sys.bg.surface}"
1230
+ }
1231
+ },
1232
+ "slideOn-disabled": {
1233
+ value: {
1234
+ _light: "{colors.sys.bg.surface}"
1235
+ }
1236
+ },
1237
+ slideOff: {
1238
+ value: {
1239
+ _light: "{colors.sys.bg.surface}"
1240
+ }
1241
+ },
1242
+ "slideOff-disabled": {
1243
+ value: {
1244
+ _light: "{colors.sys.bg.surface}"
1245
+ }
1246
+ }
1247
+ }
1248
+ },
1249
+ status: {
1250
+ info: {
1251
+ bg: {
1252
+ value: {
1253
+ _light: "{colors.sys.blue.minimal}"
1254
+ }
1255
+ },
1256
+ "bg-hover": {
1257
+ value: {
1258
+ _light: "{colors.sys.blue.subtle}"
1259
+ }
1260
+ },
1261
+ "bg-active": {
1262
+ value: {
1263
+ _light: "{colors.sys.blue.moderate}"
1264
+ }
1265
+ },
1266
+ border: {
1267
+ value: {
1268
+ _light: "{colors.sys.blue.muted}"
1269
+ }
1270
+ },
1271
+ icon: {
1272
+ value: {
1273
+ _light: "{colors.sys.blue.strong}"
1274
+ }
1275
+ },
1276
+ text: {
1277
+ value: {
1278
+ _light: "{colors.sys.blue.strong}"
1279
+ }
1280
+ }
1281
+ },
1282
+ success: {
1283
+ bg: {
1284
+ value: {
1285
+ _light: "{colors.sys.green.minimal}"
1286
+ }
1287
+ },
1288
+ "bg-hover": {
1289
+ value: {
1290
+ _light: "{colors.sys.green.subtle}"
1291
+ }
1292
+ },
1293
+ "bg-active": {
1294
+ value: {
1295
+ _light: "{colors.sys.green.moderate}"
1296
+ }
1297
+ },
1298
+ border: {
1299
+ value: {
1300
+ _light: "{colors.sys.green.muted}"
1301
+ }
1302
+ },
1303
+ icon: {
1304
+ value: {
1305
+ _light: "{colors.sys.green.strong}"
1306
+ }
1307
+ },
1308
+ text: {
1309
+ value: {
1310
+ _light: "{colors.sys.green.strong}"
1311
+ }
1312
+ }
1313
+ },
1314
+ warning: {
1315
+ bg: {
1316
+ value: {
1317
+ _light: "{colors.sys.yellow.minimal}"
1318
+ }
1319
+ },
1320
+ "bg-hover": {
1321
+ value: {
1322
+ _light: "{colors.sys.yellow.subtle}"
1323
+ }
1324
+ },
1325
+ "bg-active": {
1326
+ value: {
1327
+ _light: "{colors.sys.yellow.moderate}"
1328
+ }
1329
+ },
1330
+ border: {
1331
+ value: {
1332
+ _light: "{colors.sys.yellow.muted}"
1333
+ }
1334
+ },
1335
+ icon: {
1336
+ value: {
1337
+ _light: "{colors.sys.yellow.strong}"
1338
+ }
1339
+ },
1340
+ text: {
1341
+ value: {
1342
+ _light: "{colors.sys.yellow.strong}"
1343
+ }
1344
+ }
1345
+ },
1346
+ critical: {
1347
+ bg: {
1348
+ value: {
1349
+ _light: "{colors.sys.red.minimal}"
1350
+ }
1351
+ },
1352
+ "bg-hover": {
1353
+ value: {
1354
+ _light: "{colors.sys.red.subtle}"
1355
+ }
1356
+ },
1357
+ "bg-active": {
1358
+ value: {
1359
+ _light: "{colors.sys.red.moderate}"
1360
+ }
1361
+ },
1362
+ border: {
1363
+ value: {
1364
+ _light: "{colors.sys.red.muted}"
1365
+ }
1366
+ },
1367
+ icon: {
1368
+ value: {
1369
+ _light: "{colors.sys.red.strong}"
1370
+ }
1371
+ },
1372
+ text: {
1373
+ value: {
1374
+ _light: "{colors.sys.red.strong}"
1375
+ }
1376
+ }
1377
+ },
1378
+ progress: {
1379
+ bg: {
1380
+ value: {
1381
+ _light: "{colors.sys.purple.minimal}"
1382
+ }
1383
+ },
1384
+ "bg-hover": {
1385
+ value: {
1386
+ _light: "{colors.sys.purple.subtle}"
1387
+ }
1388
+ },
1389
+ "bg-active": {
1390
+ value: {
1391
+ _light: "{colors.sys.purple.moderate}"
1392
+ }
1393
+ },
1394
+ border: {
1395
+ value: {
1396
+ _light: "{colors.sys.purple.muted}"
1397
+ }
1398
+ },
1399
+ icon: {
1400
+ value: {
1401
+ _light: "{colors.sys.purple.strong}"
1402
+ }
1403
+ },
1404
+ text: {
1405
+ value: {
1406
+ _light: "{colors.sys.purple.strong}"
1407
+ }
1408
+ }
1409
+ },
1410
+ neutral: {
1411
+ bg: {
1412
+ value: {
1413
+ _light: "{colors.sys.neutral.minimal}"
1414
+ }
1415
+ },
1416
+ "bg-hover": {
1417
+ value: {
1418
+ _light: "{colors.sys.neutral.subtle}"
1419
+ }
1420
+ },
1421
+ "bg-active": {
1422
+ value: {
1423
+ _light: "{colors.sys.neutral.moderate}"
1424
+ }
1425
+ },
1426
+ border: {
1427
+ value: {
1428
+ _light: "{colors.sys.neutral.muted}"
1429
+ }
1430
+ },
1431
+ icon: {
1432
+ value: {
1433
+ _light: "{colors.sys.neutral.strong}"
1434
+ }
1435
+ },
1436
+ text: {
1437
+ value: {
1438
+ _light: "{colors.sys.neutral.strong}"
1439
+ }
1440
+ }
1441
+ },
1442
+ ai: {
1443
+ bg: {
1444
+ value: {
1445
+ _light: "{colors.sys.turquoise.minimal}"
1446
+ }
1447
+ },
1448
+ "bg-hover": {
1449
+ value: {
1450
+ _light: "{colors.sys.turquoise.subtle}"
1451
+ }
1452
+ },
1453
+ "bg-active": {
1454
+ value: {
1455
+ _light: "{colors.sys.turquoise.moderate}"
1456
+ }
1457
+ },
1458
+ border: {
1459
+ value: {
1460
+ _light: "{colors.sys.turquoise.muted}"
1461
+ }
1462
+ },
1463
+ icon: {
1464
+ value: {
1465
+ _light: "{colors.sys.turquoise.strong}"
1466
+ }
1467
+ },
1468
+ text: {
1469
+ value: {
1470
+ _light: "{colors.sys.turquoise.strong}"
1471
+ }
1472
+ }
1473
+ }
1474
+ },
1475
+ utilities: {
1476
+ overlay: {
1477
+ value: {
1478
+ _light: "{colors.sys.bg.contrast/50}"
1479
+ }
1480
+ },
1481
+ "overlay-side": {
1482
+ value: {
1483
+ _light: "linear-gradient (90deg, {colors.sys.bg.contrast/0} 0%, {colors.sys.bg.contrast/32} 100%)"
1484
+ }
1485
+ },
1486
+ "overlay-light": {
1487
+ value: {
1488
+ _light: "{colors.sys.bg.contrast/16}"
1489
+ }
1490
+ },
1491
+ skeleton: {
1492
+ value: {
1493
+ _light: "{colors.sys.bg.subtle}"
1494
+ }
1495
+ },
1496
+ "skeleton-strong": {
1497
+ value: {
1498
+ _light: "{colors.sys.fg.minimal}"
1499
+ }
1500
+ }
1501
+ },
1502
+ ui: {
1503
+ "header-action": {
1504
+ bg: {
1505
+ value: {
1506
+ _light: "{colors.sys.bg.surface/0}"
1507
+ }
1508
+ },
1509
+ "bg-hover": {
1510
+ value: {
1511
+ _light: "{colors.sys.bg.surface/20}"
1512
+ }
1513
+ },
1514
+ "bg-active": {
1515
+ value: {
1516
+ _light: "{colors.sys.bg.surface/20}"
1517
+ }
1518
+ },
1519
+ "bg-selected": {
1520
+ value: {
1521
+ _light: "{colors.sys.bg.surface/20}"
1522
+ }
1523
+ },
1524
+ "bg-selected-hover": {
1525
+ value: {
1526
+ _light: "{colors.sys.bg.surface/10}"
1527
+ }
1528
+ }
1529
+ }
1530
+ }
1531
+ })
1532
+ );
5
1533
  export {
6
- a as default
1534
+ r as default
7
1535
  };