@bitrise/bitkit-v2 0.3.35 → 0.3.37

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.
@@ -462,6 +462,16 @@ declare const _default: {
462
462
  "_light": "{colors.pal.turquoise.50}"
463
463
  }
464
464
  },
465
+ "dark": {
466
+ "value": {
467
+ "_light": "{colors.pal.turquoise.20}"
468
+ }
469
+ },
470
+ "emphasized": {
471
+ "value": {
472
+ "_light": "{colors.pal.turquoise.30}"
473
+ }
474
+ },
465
475
  "strong": {
466
476
  "value": {
467
477
  "_light": "{colors.pal.turquoise.40}"
@@ -494,6 +504,234 @@ declare const _default: {
494
504
  }
495
505
  }
496
506
  },
507
+ "background": {
508
+ "primary": {
509
+ "value": {
510
+ "_light": "{colors.sys.bg.surface}"
511
+ }
512
+ },
513
+ "secondary": {
514
+ "value": {
515
+ "_light": "{colors.sys.bg.minimal}"
516
+ }
517
+ },
518
+ "tertiary": {
519
+ "value": {
520
+ "_light": "{colors.sys.bg.subtle}"
521
+ }
522
+ },
523
+ "hover": {
524
+ "value": {
525
+ "_light": "{colors.sys.bg.subtle}"
526
+ }
527
+ },
528
+ "active": {
529
+ "value": {
530
+ "_light": "{colors.sys.bg.moderate}"
531
+ }
532
+ },
533
+ "selected": {
534
+ "value": {
535
+ "_light": "{colors.sys.interactive.minimal}"
536
+ }
537
+ },
538
+ "selected-hover": {
539
+ "value": {
540
+ "_light": "{colors.sys.interactive.subtle}"
541
+ }
542
+ },
543
+ "contrast": {
544
+ "value": {
545
+ "_light": "{colors.sys.bg.contrast}"
546
+ }
547
+ },
548
+ "disabled": {
549
+ "value": {
550
+ "_light": "{colors.sys.bg.disabled}"
551
+ }
552
+ }
553
+ },
554
+ "border": {
555
+ "regular": {
556
+ "value": {
557
+ "_light": "{colors.sys.border.subtle}"
558
+ }
559
+ },
560
+ "minimal": {
561
+ "value": {
562
+ "_light": "{colors.sys.border.minimal}"
563
+ }
564
+ },
565
+ "strong": {
566
+ "value": {
567
+ "_light": "{colors.sys.border.strong}"
568
+ }
569
+ },
570
+ "hover": {
571
+ "value": {
572
+ "_light": "{colors.sys.border.emphasized}"
573
+ }
574
+ },
575
+ "focus": {
576
+ "value": {
577
+ "_light": "{colors.sys.interactive.highlight}"
578
+ }
579
+ },
580
+ "selected": {
581
+ "value": {
582
+ "_light": "{colors.sys.interactive}"
583
+ }
584
+ },
585
+ "error": {
586
+ "value": {
587
+ "_light": "{colors.sys.border.critical}"
588
+ }
589
+ },
590
+ "inverse": {
591
+ "value": {
592
+ "_light": "{colors.sys.border.inverse}"
593
+ }
594
+ },
595
+ "on-contrast": {
596
+ "value": {
597
+ "_light": "{colors.sys.border.on-contrast}"
598
+ }
599
+ },
600
+ "disabled": {
601
+ "value": {
602
+ "_light": "{colors.sys.border.disabled}"
603
+ }
604
+ }
605
+ },
606
+ "text": {
607
+ "primary": {
608
+ "value": {
609
+ "_light": "{colors.sys.fg.primary}"
610
+ }
611
+ },
612
+ "secondary": {
613
+ "value": {
614
+ "_light": "{colors.sys.fg.secondary}"
615
+ }
616
+ },
617
+ "tertiary": {
618
+ "value": {
619
+ "_light": "{colors.sys.fg.tertiary}"
620
+ }
621
+ },
622
+ "body": {
623
+ "value": {
624
+ "_light": "{colors.sys.fg}"
625
+ }
626
+ },
627
+ "helper": {
628
+ "value": {
629
+ "_light": "{colors.sys.fg.secondary}"
630
+ }
631
+ },
632
+ "link": {
633
+ "value": {
634
+ "_light": "{colors.sys.interactive}"
635
+ }
636
+ },
637
+ "link-hover": {
638
+ "value": {
639
+ "_light": "{colors.sys.interactive.strong}"
640
+ }
641
+ },
642
+ "selected": {
643
+ "value": {
644
+ "_light": "{colors.sys.interactive}"
645
+ }
646
+ },
647
+ "positive": {
648
+ "value": {
649
+ "_light": "{colors.sys.fg.positive}"
650
+ }
651
+ },
652
+ "negative": {
653
+ "value": {
654
+ "_light": "{colors.sys.fg.negative}"
655
+ }
656
+ },
657
+ "on-color": {
658
+ "value": {
659
+ "_light": "{colors.sys.fg.on-color}"
660
+ }
661
+ },
662
+ "on-contrast": {
663
+ "value": {
664
+ "_light": "{colors.sys.fg.on-contrast}"
665
+ }
666
+ },
667
+ "on-disabled": {
668
+ "value": {
669
+ "_light": "{colors.sys.fg.on-disabled}"
670
+ }
671
+ },
672
+ "disabled": {
673
+ "value": {
674
+ "_light": "{colors.sys.fg.disabled}"
675
+ }
676
+ }
677
+ },
678
+ "icon": {
679
+ "primary": {
680
+ "value": {
681
+ "_light": "{colors.sys.fg.primary}"
682
+ }
683
+ },
684
+ "secondary": {
685
+ "value": {
686
+ "_light": "{colors.sys.fg.secondary}"
687
+ }
688
+ },
689
+ "tertiary": {
690
+ "value": {
691
+ "_light": "{colors.sys.fg.tertiary}"
692
+ }
693
+ },
694
+ "interactive": {
695
+ "value": {
696
+ "_light": "{colors.sys.interactive}"
697
+ }
698
+ },
699
+ "interactive-hover": {
700
+ "value": {
701
+ "_light": "{colors.sys.interactive.strong}"
702
+ }
703
+ },
704
+ "positive": {
705
+ "value": {
706
+ "_light": "{colors.sys.fg.positive}"
707
+ }
708
+ },
709
+ "negative": {
710
+ "value": {
711
+ "_light": "{colors.sys.fg.negative}"
712
+ }
713
+ },
714
+ "on-color": {
715
+ "value": {
716
+ "_light": "{colors.sys.fg.on-color}"
717
+ }
718
+ },
719
+ "on-contrast": {
720
+ "value": {
721
+ "_light": "{colors.sys.fg.on-contrast}"
722
+ }
723
+ },
724
+ "on-disabled": {
725
+ "value": {
726
+ "_light": "{colors.sys.fg.on-disabled}"
727
+ }
728
+ },
729
+ "disabled": {
730
+ "value": {
731
+ "_light": "{colors.sys.fg.disabled}"
732
+ }
733
+ }
734
+ },
497
735
  "button": {
498
736
  "primary": {
499
737
  "bg": {
@@ -602,7 +840,7 @@ declare const _default: {
602
840
  "tertiary": {
603
841
  "bg": {
604
842
  "value": {
605
- "_light": "{colors.sys.bg.transparent}"
843
+ "_light": "transparent"
606
844
  }
607
845
  },
608
846
  "bg-hover": {
@@ -617,7 +855,7 @@ declare const _default: {
617
855
  },
618
856
  "bg-disabled": {
619
857
  "value": {
620
- "_light": "{colors.sys.bg.transparent}"
858
+ "_light": "transparent"
621
859
  }
622
860
  },
623
861
  "fg": {
@@ -748,7 +986,7 @@ declare const _default: {
748
986
  "danger-tertiary": {
749
987
  "bg": {
750
988
  "value": {
751
- "_light": "{colors.sys.bg.transparent}"
989
+ "_light": "transparent"
752
990
  }
753
991
  },
754
992
  "bg-hover": {
@@ -763,7 +1001,7 @@ declare const _default: {
763
1001
  },
764
1002
  "bg-disabled": {
765
1003
  "value": {
766
- "_light": "{colors.sys.bg.transparent}"
1004
+ "_light": "transparent"
767
1005
  }
768
1006
  },
769
1007
  "fg": {
@@ -786,256 +1024,461 @@ declare const _default: {
786
1024
  "_light": "{colors.sys.fg.disabled}"
787
1025
  }
788
1026
  }
789
- }
790
- },
791
- "background": {
792
- "primary": {
793
- "value": {
794
- "_light": "{colors.sys.bg.surface}"
795
- }
796
- },
797
- "secondary": {
798
- "value": {
799
- "_light": "{colors.sys.bg.minimal}"
800
- }
801
- },
802
- "tertiary": {
803
- "value": {
804
- "_light": "{colors.sys.bg.subtle}"
805
- }
806
1027
  },
807
- "hover": {
808
- "value": {
809
- "_light": "{colors.sys.bg.subtle}"
810
- }
811
- },
812
- "active": {
813
- "value": {
814
- "_light": "{colors.sys.bg.moderate}"
815
- }
816
- },
817
- "selected": {
818
- "value": {
819
- "_light": "{colors.sys.interactive.minimal}"
820
- }
821
- },
822
- "selected-hover": {
823
- "value": {
824
- "_light": "{colors.sys.interactive.subtle}"
1028
+ "ai-primary": {
1029
+ "bg": {
1030
+ "value": {
1031
+ "_light": "{colors.sys.turquoise.strong}"
1032
+ }
1033
+ },
1034
+ "bg-hover": {
1035
+ "value": {
1036
+ "_light": "{colors.sys.turquoise.emphasized}"
1037
+ }
1038
+ },
1039
+ "bg-active": {
1040
+ "value": {
1041
+ "_light": "{colors.sys.turquoise.dark}"
1042
+ }
1043
+ },
1044
+ "bg-disabled": {
1045
+ "value": {
1046
+ "_light": "{colors.sys.primary.disabled}"
1047
+ }
1048
+ },
1049
+ "fg": {
1050
+ "value": {
1051
+ "_light": "{colors.sys.fg.on-color}"
1052
+ }
1053
+ },
1054
+ "fg-hover": {
1055
+ "value": {
1056
+ "_light": "{colors.sys.fg.on-color}"
1057
+ }
1058
+ },
1059
+ "fg-active": {
1060
+ "value": {
1061
+ "_light": "{colors.sys.fg.on-color}"
1062
+ }
1063
+ },
1064
+ "fg-disabled": {
1065
+ "value": {
1066
+ "_light": "{colors.sys.fg.on-disabled}"
1067
+ }
825
1068
  }
826
1069
  },
827
- "contrast": {
828
- "value": {
829
- "_light": "{colors.sys.bg.contrast}"
1070
+ "ai-secondary": {
1071
+ "bg": {
1072
+ "value": {
1073
+ "_light": "{colors.sys.bg.surface}"
1074
+ }
1075
+ },
1076
+ "bg-hover": {
1077
+ "value": {
1078
+ "_light": "{colors.sys.turquoise.minimal}"
1079
+ }
1080
+ },
1081
+ "bg-active": {
1082
+ "value": {
1083
+ "_light": "{colors.sys.turquoise.moderate}"
1084
+ }
1085
+ },
1086
+ "bg-disabled": {
1087
+ "value": {
1088
+ "_light": "{colors.sys.bg.minimal}"
1089
+ }
1090
+ },
1091
+ "fg": {
1092
+ "value": {
1093
+ "_light": "{colors.sys.turquoise.base}"
1094
+ }
1095
+ },
1096
+ "fg-hover": {
1097
+ "value": {
1098
+ "_light": "{colors.sys.turquoise.base}"
1099
+ }
1100
+ },
1101
+ "fg-active": {
1102
+ "value": {
1103
+ "_light": "{colors.sys.turquoise.strong}"
1104
+ }
1105
+ },
1106
+ "fg-disabled": {
1107
+ "value": {
1108
+ "_light": "{colors.sys.fg.disabled}"
1109
+ }
1110
+ },
1111
+ "border": {
1112
+ "value": {
1113
+ "_light": "{colors.sys.turquoise.muted}"
1114
+ }
1115
+ },
1116
+ "border-hover": {
1117
+ "value": {
1118
+ "_light": "{colors.sys.turquoise.muted}"
1119
+ }
1120
+ },
1121
+ "border-active": {
1122
+ "value": {
1123
+ "_light": "{colors.sys.turquoise.base}"
1124
+ }
1125
+ },
1126
+ "border-disabled": {
1127
+ "value": {
1128
+ "_light": "{colors.sys.border.disabled}"
1129
+ }
830
1130
  }
831
1131
  },
832
- "disabled": {
833
- "value": {
834
- "_light": "{colors.sys.bg.disabled}"
1132
+ "ai-tertiary": {
1133
+ "bg": {
1134
+ "value": {
1135
+ "_light": "{colors.sys.bg.transparent}"
1136
+ }
1137
+ },
1138
+ "bg-hover": {
1139
+ "value": {
1140
+ "_light": "{colors.sys.turquoise.minimal}"
1141
+ }
1142
+ },
1143
+ "bg-active": {
1144
+ "value": {
1145
+ "_light": "{colors.sys.turquoise.moderate}"
1146
+ }
1147
+ },
1148
+ "bg-disabled": {
1149
+ "value": {
1150
+ "_light": "{colors.sys.bg.transparent}"
1151
+ }
1152
+ },
1153
+ "fg": {
1154
+ "value": {
1155
+ "_light": "{colors.sys.turquoise.base}"
1156
+ }
1157
+ },
1158
+ "fg-hover": {
1159
+ "value": {
1160
+ "_light": "{colors.sys.turquoise.base}"
1161
+ }
1162
+ },
1163
+ "fg-active": {
1164
+ "value": {
1165
+ "_light": "{colors.sys.turquoise.strong}"
1166
+ }
1167
+ },
1168
+ "fg-disabled": {
1169
+ "value": {
1170
+ "_light": "{colors.sys.fg.disabled}"
1171
+ }
835
1172
  }
836
1173
  }
837
1174
  },
838
- "border": {
839
- "regular": {
840
- "value": {
841
- "_light": "{colors.sys.border.subtle}"
842
- }
843
- },
844
- "minimal": {
845
- "value": {
846
- "_light": "{colors.sys.border.minimal}"
847
- }
848
- },
849
- "strong": {
850
- "value": {
851
- "_light": "{colors.sys.border.strong}"
852
- }
853
- },
854
- "hover": {
855
- "value": {
856
- "_light": "{colors.sys.border.emphasized}"
857
- }
858
- },
859
- "focus": {
860
- "value": {
861
- "_light": "{colors.sys.interactive.highlight}"
862
- }
863
- },
864
- "selected": {
865
- "value": {
866
- "_light": "{colors.sys.interactive}"
867
- }
868
- },
869
- "error": {
870
- "value": {
871
- "_light": "{colors.sys.border.critical}"
872
- }
873
- },
874
- "inverse": {
875
- "value": {
876
- "_light": "{colors.sys.border.inverse}"
877
- }
878
- },
879
- "on-contrast": {
880
- "value": {
881
- "_light": "{colors.sys.border.on-contrast}"
882
- }
883
- },
884
- "disabled": {
885
- "value": {
886
- "_light": "{colors.sys.border.disabled}"
1175
+ "input": {
1176
+ "text": {
1177
+ "label": {
1178
+ "value": {
1179
+ "_light": "{colors.sys.fg.primary}"
1180
+ }
1181
+ },
1182
+ "inputValue": {
1183
+ "value": {
1184
+ "_light": "{colors.sys.fg}"
1185
+ }
1186
+ },
1187
+ "placeholder": {
1188
+ "value": {
1189
+ "_light": "{colors.sys.fg.subtle}"
1190
+ }
1191
+ },
1192
+ "helper": {
1193
+ "value": {
1194
+ "_light": "{colors.sys.fg.secondary}"
1195
+ }
1196
+ },
1197
+ "error": {
1198
+ "value": {
1199
+ "_light": "{colors.sys.fg.negative}"
1200
+ }
887
1201
  }
888
1202
  }
889
1203
  },
890
- "text": {
891
- "primary": {
892
- "value": {
893
- "_light": "{colors.sys.fg.primary}"
894
- }
895
- },
896
- "secondary": {
897
- "value": {
898
- "_light": "{colors.sys.fg.secondary}"
899
- }
900
- },
901
- "tertiary": {
902
- "value": {
903
- "_light": "{colors.sys.fg.tertiary}"
904
- }
905
- },
906
- "body": {
907
- "value": {
908
- "_light": "{colors.sys.fg}"
909
- }
910
- },
911
- "link": {
912
- "value": {
913
- "_light": "{colors.sys.interactive}"
914
- }
915
- },
916
- "link-hover": {
917
- "value": {
918
- "_light": "{colors.sys.interactive.strong}"
919
- }
920
- },
921
- "selected": {
922
- "value": {
923
- "_light": "{colors.sys.interactive}"
1204
+ "status": {
1205
+ "info": {
1206
+ "bg": {
1207
+ "value": {
1208
+ "_light": "{colors.sys.info.minimal}"
1209
+ }
1210
+ },
1211
+ "bg-hover": {
1212
+ "value": {
1213
+ "_light": "{colors.sys.info.subtle}"
1214
+ }
1215
+ },
1216
+ "bg-active": {
1217
+ "value": {
1218
+ "_light": "{colors.sys.info.moderate}"
1219
+ }
1220
+ },
1221
+ "border": {
1222
+ "value": {
1223
+ "_light": "{colors.sys.info.muted}"
1224
+ }
1225
+ },
1226
+ "icon": {
1227
+ "value": {
1228
+ "_light": "{colors.sys.info.strong}"
1229
+ }
1230
+ },
1231
+ "text": {
1232
+ "value": {
1233
+ "_light": "{colors.sys.info.strong}"
1234
+ }
924
1235
  }
925
1236
  },
926
- "positive": {
927
- "value": {
928
- "_light": "{colors.sys.fg.positive}"
1237
+ "success": {
1238
+ "bg": {
1239
+ "value": {
1240
+ "_light": "{colors.sys.success.minimal}"
1241
+ }
1242
+ },
1243
+ "bg-hover": {
1244
+ "value": {
1245
+ "_light": "{colors.sys.success.subtle}"
1246
+ }
1247
+ },
1248
+ "bg-active": {
1249
+ "value": {
1250
+ "_light": "{colors.sys.success.moderate}"
1251
+ }
1252
+ },
1253
+ "border": {
1254
+ "value": {
1255
+ "_light": "{colors.sys.success.muted}"
1256
+ }
1257
+ },
1258
+ "icon": {
1259
+ "value": {
1260
+ "_light": "{colors.sys.success.strong}"
1261
+ }
1262
+ },
1263
+ "text": {
1264
+ "value": {
1265
+ "_light": "{colors.sys.success.strong}"
1266
+ }
929
1267
  }
930
1268
  },
931
- "negative": {
932
- "value": {
933
- "_light": "{colors.sys.fg.negative}"
1269
+ "warning": {
1270
+ "bg": {
1271
+ "value": {
1272
+ "_light": "{colors.sys.warning.minimal}"
1273
+ }
1274
+ },
1275
+ "bg-hover": {
1276
+ "value": {
1277
+ "_light": "{colors.sys.warning.subtle}"
1278
+ }
1279
+ },
1280
+ "bg-active": {
1281
+ "value": {
1282
+ "_light": "{colors.sys.warning.moderate}"
1283
+ }
1284
+ },
1285
+ "border": {
1286
+ "value": {
1287
+ "_light": "{colors.sys.warning.muted}"
1288
+ }
1289
+ },
1290
+ "icon": {
1291
+ "value": {
1292
+ "_light": "{colors.sys.warning.strong}"
1293
+ }
1294
+ },
1295
+ "text": {
1296
+ "value": {
1297
+ "_light": "{colors.sys.warning.strong}"
1298
+ }
934
1299
  }
935
1300
  },
936
- "on-color": {
937
- "value": {
938
- "_light": "{colors.sys.fg.on-color}"
1301
+ "critical": {
1302
+ "bg": {
1303
+ "value": {
1304
+ "_light": "{colors.sys.critical.minimal}"
1305
+ }
1306
+ },
1307
+ "bg-hover": {
1308
+ "value": {
1309
+ "_light": "{colors.sys.critical.subtle}"
1310
+ }
1311
+ },
1312
+ "bg-active": {
1313
+ "value": {
1314
+ "_light": "{colors.sys.critical.moderate}"
1315
+ }
1316
+ },
1317
+ "border": {
1318
+ "value": {
1319
+ "_light": "{colors.sys.critical.muted}"
1320
+ }
1321
+ },
1322
+ "icon": {
1323
+ "value": {
1324
+ "_light": "{colors.sys.critical.strong}"
1325
+ }
1326
+ },
1327
+ "text": {
1328
+ "value": {
1329
+ "_light": "{colors.sys.critical.strong}"
1330
+ }
939
1331
  }
940
1332
  },
941
- "on-contrast": {
942
- "value": {
943
- "_light": "{colors.sys.fg.on-contrast}"
1333
+ "progress": {
1334
+ "bg": {
1335
+ "value": {
1336
+ "_light": "{colors.sys.interactive.minimal}"
1337
+ }
1338
+ },
1339
+ "bg-hover": {
1340
+ "value": {
1341
+ "_light": "{colors.sys.interactive.subtle}"
1342
+ }
1343
+ },
1344
+ "bg-active": {
1345
+ "value": {
1346
+ "_light": "{colors.sys.interactive.moderate}"
1347
+ }
1348
+ },
1349
+ "border": {
1350
+ "value": {
1351
+ "_light": "{colors.sys.interactive.muted}"
1352
+ }
1353
+ },
1354
+ "icon": {
1355
+ "value": {
1356
+ "_light": "{colors.sys.interactive.strong}"
1357
+ }
1358
+ },
1359
+ "text": {
1360
+ "value": {
1361
+ "_light": "{colors.sys.interactive.strong}"
1362
+ }
944
1363
  }
945
1364
  },
946
- "on-disabled": {
947
- "value": {
948
- "_light": "{colors.sys.fg.on-disabled}"
1365
+ "neutral": {
1366
+ "bg": {
1367
+ "value": {
1368
+ "_light": "{colors.sys.neutral.minimal}"
1369
+ }
1370
+ },
1371
+ "bg-hover": {
1372
+ "value": {
1373
+ "_light": "{colors.sys.neutral.subtle}"
1374
+ }
1375
+ },
1376
+ "bg-active": {
1377
+ "value": {
1378
+ "_light": "{colors.sys.neutral.moderate}"
1379
+ }
1380
+ },
1381
+ "border": {
1382
+ "value": {
1383
+ "_light": "{colors.sys.neutral.muted}"
1384
+ }
1385
+ },
1386
+ "icon": {
1387
+ "value": {
1388
+ "_light": "{colors.sys.neutral.strong}"
1389
+ }
1390
+ },
1391
+ "text": {
1392
+ "value": {
1393
+ "_light": "{colors.sys.neutral.strong}"
1394
+ }
949
1395
  }
950
1396
  },
951
- "disabled": {
952
- "value": {
953
- "_light": "{colors.sys.fg.disabled}"
1397
+ "ai": {
1398
+ "bg": {
1399
+ "value": {
1400
+ "_light": "{colors.sys.turquoise.minimal}"
1401
+ }
1402
+ },
1403
+ "bg-hover": {
1404
+ "value": {
1405
+ "_light": "{colors.sys.turquoise.subtle}"
1406
+ }
1407
+ },
1408
+ "bg-active": {
1409
+ "value": {
1410
+ "_light": "{colors.sys.turquoise.moderate}"
1411
+ }
1412
+ },
1413
+ "border": {
1414
+ "value": {
1415
+ "_light": "{colors.sys.turquoise.muted}"
1416
+ }
1417
+ },
1418
+ "icon": {
1419
+ "value": {
1420
+ "_light": "{colors.sys.turquoise.strong}"
1421
+ }
1422
+ },
1423
+ "text": {
1424
+ "value": {
1425
+ "_light": "{colors.sys.turquoise.strong}"
1426
+ }
954
1427
  }
955
1428
  }
956
1429
  },
957
- "icon": {
958
- "primary": {
1430
+ "utilities": {
1431
+ "overlay": {
959
1432
  "value": {
960
- "_light": "{colors.sys.fg.primary}"
1433
+ "_light": "{colors.sys.bg.contrast/50}"
961
1434
  }
962
1435
  },
963
- "secondary": {
1436
+ "overlay-side": {
964
1437
  "value": {
965
- "_light": "{colors.sys.fg.secondary}"
1438
+ "_light": "linear-gradient (90deg, {colors.sys.bg.contrast/0} 0%, {colors.sys.bg.contrast/32} 100%)"
966
1439
  }
967
1440
  },
968
- "tertiary": {
1441
+ "overlay-light": {
969
1442
  "value": {
970
- "_light": "{colors.sys.fg.tertiary}"
1443
+ "_light": "{colors.sys.bg.contrast/16}"
971
1444
  }
972
1445
  },
973
- "interactive": {
1446
+ "skeleton": {
974
1447
  "value": {
975
- "_light": "{colors.sys.interactive}"
976
- }
977
- },
978
- "interactive-hover": {
979
- "value": {
980
- "_light": "{colors.sys.interactive.strong}"
981
- }
982
- },
983
- "positive": {
984
- "value": {
985
- "_light": "{colors.sys.fg.positive}"
986
- }
987
- },
988
- "negative": {
989
- "value": {
990
- "_light": "{colors.sys.fg.negative}"
991
- }
992
- },
993
- "on-color": {
994
- "value": {
995
- "_light": "{colors.sys.fg.on-color}"
996
- }
997
- },
998
- "on-contrast": {
999
- "value": {
1000
- "_light": "{colors.sys.fg.on-contrast}"
1001
- }
1002
- },
1003
- "on-disabled": {
1004
- "value": {
1005
- "_light": "{colors.sys.fg.on-disabled}"
1448
+ "_light": "{colors.sys.bg.subtle}"
1006
1449
  }
1007
1450
  },
1008
- "disabled": {
1451
+ "skeleton-strong": {
1009
1452
  "value": {
1010
- "_light": "{colors.sys.fg.disabled}"
1453
+ "_light": "{colors.sys.fg.minimal}"
1011
1454
  }
1012
1455
  }
1013
1456
  },
1014
- "input": {
1015
- "text": {
1016
- "label": {
1457
+ "ui": {
1458
+ "header-action": {
1459
+ "bg": {
1017
1460
  "value": {
1018
- "_light": "{colors.sys.fg.primary}"
1461
+ "_light": "{colors.sys.bg.surface/0}"
1019
1462
  }
1020
1463
  },
1021
- "inputValue": {
1464
+ "bg-hover": {
1022
1465
  "value": {
1023
- "_light": "{colors.sys.fg}"
1466
+ "_light": "{colors.sys.bg.surface/20}"
1024
1467
  }
1025
1468
  },
1026
- "placeholder": {
1469
+ "bg-active": {
1027
1470
  "value": {
1028
- "_light": "{colors.sys.fg.subtle}"
1471
+ "_light": "{colors.sys.bg.surface/20}"
1029
1472
  }
1030
1473
  },
1031
- "helper": {
1474
+ "bg-selected": {
1032
1475
  "value": {
1033
- "_light": "{colors.sys.fg.secondary}"
1476
+ "_light": "{colors.sys.bg.surface/20}"
1034
1477
  }
1035
1478
  },
1036
- "error": {
1479
+ "bg-selected-hover": {
1037
1480
  "value": {
1038
- "_light": "{colors.sys.fg.negative}"
1481
+ "_light": "{colors.sys.bg.surface/10}"
1039
1482
  }
1040
1483
  }
1041
1484
  }