@gitlab/ui 112.2.3 → 112.3.1

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.
Files changed (32) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/dist/components/base/nav/nav.js +89 -5
  3. package/dist/index.css +2 -2
  4. package/dist/index.css.map +1 -1
  5. package/dist/tailwind.css +1 -1
  6. package/dist/tokens/build/js/tokens.dark.js +80 -80
  7. package/dist/tokens/build/js/tokens.js +179 -179
  8. package/dist/tokens/css/tokens.css +50 -50
  9. package/dist/tokens/css/tokens.dark.css +25 -25
  10. package/dist/tokens/js/tokens.dark.js +80 -80
  11. package/dist/tokens/js/tokens.js +179 -179
  12. package/dist/tokens/json/tokens.dark.json +130 -130
  13. package/dist/tokens/json/tokens.json +229 -229
  14. package/dist/tokens/scss/_tokens.dark.scss +25 -25
  15. package/dist/tokens/scss/_tokens.scss +50 -50
  16. package/dist/tokens/tailwind/tokens.cjs +47 -47
  17. package/package.json +2 -2
  18. package/src/components/base/nav/nav.md +182 -4
  19. package/src/components/base/nav/nav.vue +60 -7
  20. package/src/tokens/build/css/tokens.css +50 -50
  21. package/src/tokens/build/css/tokens.dark.css +25 -25
  22. package/src/tokens/build/figma/constants.tokens.json +25 -25
  23. package/src/tokens/build/figma/deprecated.tokens.json +25 -25
  24. package/src/tokens/build/js/tokens.dark.js +80 -80
  25. package/src/tokens/build/js/tokens.js +179 -179
  26. package/src/tokens/build/json/tokens.dark.json +130 -130
  27. package/src/tokens/build/json/tokens.json +229 -229
  28. package/src/tokens/build/scss/_tokens.dark.scss +25 -25
  29. package/src/tokens/build/scss/_tokens.scss +50 -50
  30. package/src/tokens/build/tailwind/tokens.cjs +47 -47
  31. package/src/tokens/constant/color.tokens.json +25 -25
  32. package/src/tokens/deprecated/deprecated.color.tokens.json +25 -25
@@ -379,12 +379,12 @@
379
379
  ]
380
380
  },
381
381
  "600": {
382
- "$value": "#1068bf",
382
+ "$value": "#2f68b4",
383
383
  "$type": "color",
384
384
  "filePath": "src/tokens/constant/color.tokens.json",
385
385
  "isSource": true,
386
386
  "original": {
387
- "$value": "#1068bf",
387
+ "$value": "#2f68b4",
388
388
  "$type": "color"
389
389
  },
390
390
  "name": "COLOR_BLUE_600",
@@ -396,12 +396,12 @@
396
396
  ]
397
397
  },
398
398
  "700": {
399
- "$value": "#0b5cad",
399
+ "$value": "#2f5ca0",
400
400
  "$type": "color",
401
401
  "filePath": "src/tokens/constant/color.tokens.json",
402
402
  "isSource": true,
403
403
  "original": {
404
- "$value": "#0b5cad",
404
+ "$value": "#2f5ca0",
405
405
  "$type": "color"
406
406
  },
407
407
  "name": "COLOR_BLUE_700",
@@ -413,12 +413,12 @@
413
413
  ]
414
414
  },
415
415
  "800": {
416
- "$value": "#064787",
416
+ "$value": "#284779",
417
417
  "$type": "color",
418
418
  "filePath": "src/tokens/constant/color.tokens.json",
419
419
  "isSource": true,
420
420
  "original": {
421
- "$value": "#064787",
421
+ "$value": "#284779",
422
422
  "$type": "color"
423
423
  },
424
424
  "name": "COLOR_BLUE_800",
@@ -430,12 +430,12 @@
430
430
  ]
431
431
  },
432
432
  "900": {
433
- "$value": "#033464",
433
+ "$value": "#213454",
434
434
  "$type": "color",
435
435
  "filePath": "src/tokens/constant/color.tokens.json",
436
436
  "isSource": true,
437
437
  "original": {
438
- "$value": "#033464",
438
+ "$value": "#213454",
439
439
  "$type": "color"
440
440
  },
441
441
  "name": "COLOR_BLUE_900",
@@ -447,12 +447,12 @@
447
447
  ]
448
448
  },
449
449
  "950": {
450
- "$value": "#002850",
450
+ "$value": "#1d283e",
451
451
  "$type": "color",
452
452
  "filePath": "src/tokens/constant/color.tokens.json",
453
453
  "isSource": true,
454
454
  "original": {
455
- "$value": "#002850",
455
+ "$value": "#1d283e",
456
456
  "$type": "color"
457
457
  },
458
458
  "name": "COLOR_BLUE_950",
@@ -808,12 +808,12 @@
808
808
  ]
809
809
  },
810
810
  "600": {
811
- "$value": "#217645",
811
+ "$value": "#2f7549",
812
812
  "$type": "color",
813
813
  "filePath": "src/tokens/constant/color.tokens.json",
814
814
  "isSource": true,
815
815
  "original": {
816
- "$value": "#217645",
816
+ "$value": "#2f7549",
817
817
  "$type": "color"
818
818
  },
819
819
  "name": "COLOR_GREEN_600",
@@ -825,12 +825,12 @@
825
825
  ]
826
826
  },
827
827
  "700": {
828
- "$value": "#24663b",
828
+ "$value": "#306440",
829
829
  "$type": "color",
830
830
  "filePath": "src/tokens/constant/color.tokens.json",
831
831
  "isSource": true,
832
832
  "original": {
833
- "$value": "#24663b",
833
+ "$value": "#306440",
834
834
  "$type": "color"
835
835
  },
836
836
  "name": "COLOR_GREEN_700",
@@ -842,12 +842,12 @@
842
842
  ]
843
843
  },
844
844
  "800": {
845
- "$value": "#0d532a",
845
+ "$value": "#225131",
846
846
  "$type": "color",
847
847
  "filePath": "src/tokens/constant/color.tokens.json",
848
848
  "isSource": true,
849
849
  "original": {
850
- "$value": "#0d532a",
850
+ "$value": "#225131",
851
851
  "$type": "color"
852
852
  },
853
853
  "name": "COLOR_GREEN_800",
@@ -859,12 +859,12 @@
859
859
  ]
860
860
  },
861
861
  "900": {
862
- "$value": "#0a4020",
862
+ "$value": "#1e3e28",
863
863
  "$type": "color",
864
864
  "filePath": "src/tokens/constant/color.tokens.json",
865
865
  "isSource": true,
866
866
  "original": {
867
- "$value": "#0a4020",
867
+ "$value": "#1e3e28",
868
868
  "$type": "color"
869
869
  },
870
870
  "name": "COLOR_GREEN_900",
@@ -876,12 +876,12 @@
876
876
  ]
877
877
  },
878
878
  "950": {
879
- "$value": "#072b15",
879
+ "$value": "#17291c",
880
880
  "$type": "color",
881
881
  "filePath": "src/tokens/constant/color.tokens.json",
882
882
  "isSource": true,
883
883
  "original": {
884
- "$value": "#072b15",
884
+ "$value": "#17291c",
885
885
  "$type": "color"
886
886
  },
887
887
  "name": "COLOR_GREEN_950",
@@ -997,12 +997,12 @@
997
997
  ]
998
998
  },
999
999
  "600": {
1000
- "$value": "#9e5400",
1000
+ "$value": "#995715",
1001
1001
  "$type": "color",
1002
1002
  "filePath": "src/tokens/constant/color.tokens.json",
1003
1003
  "isSource": true,
1004
1004
  "original": {
1005
- "$value": "#9e5400",
1005
+ "$value": "#995715",
1006
1006
  "$type": "color"
1007
1007
  },
1008
1008
  "name": "COLOR_ORANGE_600",
@@ -1014,12 +1014,12 @@
1014
1014
  ]
1015
1015
  },
1016
1016
  "700": {
1017
- "$value": "#8f4700",
1017
+ "$value": "#894b16",
1018
1018
  "$type": "color",
1019
1019
  "filePath": "src/tokens/constant/color.tokens.json",
1020
1020
  "isSource": true,
1021
1021
  "original": {
1022
- "$value": "#8f4700",
1022
+ "$value": "#894b16",
1023
1023
  "$type": "color"
1024
1024
  },
1025
1025
  "name": "COLOR_ORANGE_700",
@@ -1031,12 +1031,12 @@
1031
1031
  ]
1032
1032
  },
1033
1033
  "800": {
1034
- "$value": "#703800",
1034
+ "$value": "#693c14",
1035
1035
  "$type": "color",
1036
1036
  "filePath": "src/tokens/constant/color.tokens.json",
1037
1037
  "isSource": true,
1038
1038
  "original": {
1039
- "$value": "#703800",
1039
+ "$value": "#693c14",
1040
1040
  "$type": "color"
1041
1041
  },
1042
1042
  "name": "COLOR_ORANGE_800",
@@ -1048,12 +1048,12 @@
1048
1048
  ]
1049
1049
  },
1050
1050
  "900": {
1051
- "$value": "#5c2900",
1051
+ "$value": "#532e16",
1052
1052
  "$type": "color",
1053
1053
  "filePath": "src/tokens/constant/color.tokens.json",
1054
1054
  "isSource": true,
1055
1055
  "original": {
1056
- "$value": "#5c2900",
1056
+ "$value": "#532e16",
1057
1057
  "$type": "color"
1058
1058
  },
1059
1059
  "name": "COLOR_ORANGE_900",
@@ -1065,12 +1065,12 @@
1065
1065
  ]
1066
1066
  },
1067
1067
  "950": {
1068
- "$value": "#421f00",
1068
+ "$value": "#382315",
1069
1069
  "$type": "color",
1070
1070
  "filePath": "src/tokens/constant/color.tokens.json",
1071
1071
  "isSource": true,
1072
1072
  "original": {
1073
- "$value": "#421f00",
1073
+ "$value": "#382315",
1074
1074
  "$type": "color"
1075
1075
  },
1076
1076
  "name": "COLOR_ORANGE_950",
@@ -1186,12 +1186,12 @@
1186
1186
  ]
1187
1187
  },
1188
1188
  "600": {
1189
- "$value": "#694cc0",
1189
+ "$value": "#6a4fb4",
1190
1190
  "$type": "color",
1191
1191
  "filePath": "src/tokens/constant/color.tokens.json",
1192
1192
  "isSource": true,
1193
1193
  "original": {
1194
- "$value": "#694cc0",
1194
+ "$value": "#6a4fb4",
1195
1195
  "$type": "color"
1196
1196
  },
1197
1197
  "name": "COLOR_PURPLE_600",
@@ -1203,12 +1203,12 @@
1203
1203
  ]
1204
1204
  },
1205
1205
  "700": {
1206
- "$value": "#5943b6",
1206
+ "$value": "#5c47a6",
1207
1207
  "$type": "color",
1208
1208
  "filePath": "src/tokens/constant/color.tokens.json",
1209
1209
  "isSource": true,
1210
1210
  "original": {
1211
- "$value": "#5943b6",
1211
+ "$value": "#5c47a6",
1212
1212
  "$type": "color"
1213
1213
  },
1214
1214
  "name": "COLOR_PURPLE_700",
@@ -1220,12 +1220,12 @@
1220
1220
  ]
1221
1221
  },
1222
1222
  "800": {
1223
- "$value": "#453894",
1223
+ "$value": "#493c83",
1224
1224
  "$type": "color",
1225
1225
  "filePath": "src/tokens/constant/color.tokens.json",
1226
1226
  "isSource": true,
1227
1227
  "original": {
1228
- "$value": "#453894",
1228
+ "$value": "#493c83",
1229
1229
  "$type": "color"
1230
1230
  },
1231
1231
  "name": "COLOR_PURPLE_800",
@@ -1237,12 +1237,12 @@
1237
1237
  ]
1238
1238
  },
1239
1239
  "900": {
1240
- "$value": "#2f2a6b",
1240
+ "$value": "#342d59",
1241
1241
  "$type": "color",
1242
1242
  "filePath": "src/tokens/constant/color.tokens.json",
1243
1243
  "isSource": true,
1244
1244
  "original": {
1245
- "$value": "#2f2a6b",
1245
+ "$value": "#342d59",
1246
1246
  "$type": "color"
1247
1247
  },
1248
1248
  "name": "COLOR_PURPLE_900",
@@ -1254,12 +1254,12 @@
1254
1254
  ]
1255
1255
  },
1256
1256
  "950": {
1257
- "$value": "#232150",
1257
+ "$value": "#27243e",
1258
1258
  "$type": "color",
1259
1259
  "filePath": "src/tokens/constant/color.tokens.json",
1260
1260
  "isSource": true,
1261
1261
  "original": {
1262
- "$value": "#232150",
1262
+ "$value": "#27243e",
1263
1263
  "$type": "color"
1264
1264
  },
1265
1265
  "name": "COLOR_PURPLE_950",
@@ -1375,12 +1375,12 @@
1375
1375
  ]
1376
1376
  },
1377
1377
  "600": {
1378
- "$value": "#c91c00",
1378
+ "$value": "#c02f12",
1379
1379
  "$type": "color",
1380
1380
  "filePath": "src/tokens/constant/color.tokens.json",
1381
1381
  "isSource": true,
1382
1382
  "original": {
1383
- "$value": "#c91c00",
1383
+ "$value": "#c02f12",
1384
1384
  "$type": "color"
1385
1385
  },
1386
1386
  "name": "COLOR_RED_600",
@@ -1392,12 +1392,12 @@
1392
1392
  ]
1393
1393
  },
1394
1394
  "700": {
1395
- "$value": "#ae1800",
1395
+ "$value": "#a32c12",
1396
1396
  "$type": "color",
1397
1397
  "filePath": "src/tokens/constant/color.tokens.json",
1398
1398
  "isSource": true,
1399
1399
  "original": {
1400
- "$value": "#ae1800",
1400
+ "$value": "#a32c12",
1401
1401
  "$type": "color"
1402
1402
  },
1403
1403
  "name": "COLOR_RED_700",
@@ -1409,12 +1409,12 @@
1409
1409
  ]
1410
1410
  },
1411
1411
  "800": {
1412
- "$value": "#8d1300",
1412
+ "$value": "#812713",
1413
1413
  "$type": "color",
1414
1414
  "filePath": "src/tokens/constant/color.tokens.json",
1415
1415
  "isSource": true,
1416
1416
  "original": {
1417
- "$value": "#8d1300",
1417
+ "$value": "#812713",
1418
1418
  "$type": "color"
1419
1419
  },
1420
1420
  "name": "COLOR_RED_800",
@@ -1426,12 +1426,12 @@
1426
1426
  ]
1427
1427
  },
1428
1428
  "900": {
1429
- "$value": "#660e00",
1429
+ "$value": "#582014",
1430
1430
  "$type": "color",
1431
1431
  "filePath": "src/tokens/constant/color.tokens.json",
1432
1432
  "isSource": true,
1433
1433
  "original": {
1434
- "$value": "#660e00",
1434
+ "$value": "#582014",
1435
1435
  "$type": "color"
1436
1436
  },
1437
1437
  "name": "COLOR_RED_900",
@@ -1443,12 +1443,12 @@
1443
1443
  ]
1444
1444
  },
1445
1445
  "950": {
1446
- "$value": "#4d0a00",
1446
+ "$value": "#3e1a14",
1447
1447
  "$type": "color",
1448
1448
  "filePath": "src/tokens/constant/color.tokens.json",
1449
1449
  "isSource": true,
1450
1450
  "original": {
1451
- "$value": "#4d0a00",
1451
+ "$value": "#3e1a14",
1452
1452
  "$type": "color"
1453
1453
  },
1454
1454
  "name": "COLOR_RED_950",
@@ -4637,7 +4637,7 @@
4637
4637
  "text": {
4638
4638
  "color": {
4639
4639
  "red": {
4640
- "$value": "#8d1300",
4640
+ "$value": "#812713",
4641
4641
  "$type": "color",
4642
4642
  "$description": "Red text color for avatar fallback with no particular meaning.",
4643
4643
  "filePath": "src/tokens/contextual/avatar.tokens.json",
@@ -4661,7 +4661,7 @@
4661
4661
  ]
4662
4662
  },
4663
4663
  "purple": {
4664
- "$value": "#453894",
4664
+ "$value": "#493c83",
4665
4665
  "$type": "color",
4666
4666
  "$description": "Purple text color for avatar fallback with no particular meaning.",
4667
4667
  "filePath": "src/tokens/contextual/avatar.tokens.json",
@@ -4685,7 +4685,7 @@
4685
4685
  ]
4686
4686
  },
4687
4687
  "blue": {
4688
- "$value": "#064787",
4688
+ "$value": "#284779",
4689
4689
  "$type": "color",
4690
4690
  "$description": "Blue text color for avatar fallback with no particular meaning.",
4691
4691
  "filePath": "src/tokens/contextual/avatar.tokens.json",
@@ -4709,7 +4709,7 @@
4709
4709
  ]
4710
4710
  },
4711
4711
  "green": {
4712
- "$value": "#0d532a",
4712
+ "$value": "#225131",
4713
4713
  "$type": "color",
4714
4714
  "$description": "Green text color for avatar fallback with no particular meaning.",
4715
4715
  "filePath": "src/tokens/contextual/avatar.tokens.json",
@@ -4733,7 +4733,7 @@
4733
4733
  ]
4734
4734
  },
4735
4735
  "orange": {
4736
- "$value": "#703800",
4736
+ "$value": "#693c14",
4737
4737
  "$type": "color",
4738
4738
  "$description": "Orange text color for avatar fallback with no particular meaning.",
4739
4739
  "filePath": "src/tokens/contextual/avatar.tokens.json",
@@ -5866,7 +5866,7 @@
5866
5866
  "text": {
5867
5867
  "color": {
5868
5868
  "default": {
5869
- "$value": "#0b5cad",
5869
+ "$value": "#2f5ca0",
5870
5870
  "$type": "color",
5871
5871
  "$description": "Used for the text of an informational badge when static or the default state when linked.",
5872
5872
  "filePath": "src/tokens/contextual/badge.tokens.json",
@@ -5890,7 +5890,7 @@
5890
5890
  ]
5891
5891
  },
5892
5892
  "hover": {
5893
- "$value": "#064787",
5893
+ "$value": "#284779",
5894
5894
  "$type": "color",
5895
5895
  "$description": "Used for the text of an informational badge in the hover state.",
5896
5896
  "filePath": "src/tokens/contextual/badge.tokens.json",
@@ -5914,7 +5914,7 @@
5914
5914
  ]
5915
5915
  },
5916
5916
  "focus": {
5917
- "$value": "#064787",
5917
+ "$value": "#284779",
5918
5918
  "$type": "color",
5919
5919
  "$description": "Used for the text of an informational badge in the focus state.",
5920
5920
  "filePath": "src/tokens/contextual/badge.tokens.json",
@@ -5935,7 +5935,7 @@
5935
5935
  ]
5936
5936
  },
5937
5937
  "active": {
5938
- "$value": "#033464",
5938
+ "$value": "#213454",
5939
5939
  "$type": "color",
5940
5940
  "$description": "Used for the text of an informational badge in the active state.",
5941
5941
  "filePath": "src/tokens/contextual/badge.tokens.json",
@@ -5987,7 +5987,7 @@
5987
5987
  ]
5988
5988
  },
5989
5989
  "hover": {
5990
- "$value": "#1068bf",
5990
+ "$value": "#2f68b4",
5991
5991
  "$type": "color",
5992
5992
  "$description": "Used for the icon of an informational badge in the hover state.",
5993
5993
  "filePath": "src/tokens/contextual/badge.tokens.json",
@@ -6011,7 +6011,7 @@
6011
6011
  ]
6012
6012
  },
6013
6013
  "focus": {
6014
- "$value": "#1068bf",
6014
+ "$value": "#2f68b4",
6015
6015
  "$type": "color",
6016
6016
  "$description": "Used for the icon of an informational badge in the focus state.",
6017
6017
  "filePath": "src/tokens/contextual/badge.tokens.json",
@@ -6032,7 +6032,7 @@
6032
6032
  ]
6033
6033
  },
6034
6034
  "active": {
6035
- "$value": "#0b5cad",
6035
+ "$value": "#2f5ca0",
6036
6036
  "$type": "color",
6037
6037
  "$description": "Used for the icon of an informational badge in the active state.",
6038
6038
  "filePath": "src/tokens/contextual/badge.tokens.json",
@@ -6247,7 +6247,7 @@
6247
6247
  "text": {
6248
6248
  "color": {
6249
6249
  "default": {
6250
- "$value": "#24663b",
6250
+ "$value": "#306440",
6251
6251
  "$type": "color",
6252
6252
  "$description": "Used for the text of a success badge when static or the default state when linked.",
6253
6253
  "filePath": "src/tokens/contextual/badge.tokens.json",
@@ -6271,7 +6271,7 @@
6271
6271
  ]
6272
6272
  },
6273
6273
  "hover": {
6274
- "$value": "#0d532a",
6274
+ "$value": "#225131",
6275
6275
  "$type": "color",
6276
6276
  "$description": "Used for the text of a success badge in the hover state.",
6277
6277
  "filePath": "src/tokens/contextual/badge.tokens.json",
@@ -6295,7 +6295,7 @@
6295
6295
  ]
6296
6296
  },
6297
6297
  "focus": {
6298
- "$value": "#0d532a",
6298
+ "$value": "#225131",
6299
6299
  "$type": "color",
6300
6300
  "$description": "Used for the text of a success badge in the focus state.",
6301
6301
  "filePath": "src/tokens/contextual/badge.tokens.json",
@@ -6316,7 +6316,7 @@
6316
6316
  ]
6317
6317
  },
6318
6318
  "active": {
6319
- "$value": "#0a4020",
6319
+ "$value": "#1e3e28",
6320
6320
  "$type": "color",
6321
6321
  "$description": "Used for the text of a success badge in the active state.",
6322
6322
  "filePath": "src/tokens/contextual/badge.tokens.json",
@@ -6368,7 +6368,7 @@
6368
6368
  ]
6369
6369
  },
6370
6370
  "hover": {
6371
- "$value": "#217645",
6371
+ "$value": "#2f7549",
6372
6372
  "$type": "color",
6373
6373
  "$description": "Used for the icon of a success badge in the hover state.",
6374
6374
  "filePath": "src/tokens/contextual/badge.tokens.json",
@@ -6392,7 +6392,7 @@
6392
6392
  ]
6393
6393
  },
6394
6394
  "focus": {
6395
- "$value": "#217645",
6395
+ "$value": "#2f7549",
6396
6396
  "$type": "color",
6397
6397
  "$description": "Used for the icon of a success badge in the focus state.",
6398
6398
  "filePath": "src/tokens/contextual/badge.tokens.json",
@@ -6413,7 +6413,7 @@
6413
6413
  ]
6414
6414
  },
6415
6415
  "active": {
6416
- "$value": "#24663b",
6416
+ "$value": "#306440",
6417
6417
  "$type": "color",
6418
6418
  "$description": "Used for the icon of a success badge in the active state.",
6419
6419
  "filePath": "src/tokens/contextual/badge.tokens.json",
@@ -6628,7 +6628,7 @@
6628
6628
  "text": {
6629
6629
  "color": {
6630
6630
  "default": {
6631
- "$value": "#8f4700",
6631
+ "$value": "#894b16",
6632
6632
  "$type": "color",
6633
6633
  "$description": "Used for the text of a warning badge when static or the default state when linked.",
6634
6634
  "filePath": "src/tokens/contextual/badge.tokens.json",
@@ -6652,7 +6652,7 @@
6652
6652
  ]
6653
6653
  },
6654
6654
  "hover": {
6655
- "$value": "#703800",
6655
+ "$value": "#693c14",
6656
6656
  "$type": "color",
6657
6657
  "$description": "Used for the text of a warning badge in the hover state.",
6658
6658
  "filePath": "src/tokens/contextual/badge.tokens.json",
@@ -6676,7 +6676,7 @@
6676
6676
  ]
6677
6677
  },
6678
6678
  "focus": {
6679
- "$value": "#703800",
6679
+ "$value": "#693c14",
6680
6680
  "$type": "color",
6681
6681
  "$description": "Used for the text of a warning badge in the focus state.",
6682
6682
  "filePath": "src/tokens/contextual/badge.tokens.json",
@@ -6697,7 +6697,7 @@
6697
6697
  ]
6698
6698
  },
6699
6699
  "active": {
6700
- "$value": "#5c2900",
6700
+ "$value": "#532e16",
6701
6701
  "$type": "color",
6702
6702
  "$description": "Used for the text of a warning badge in the active state.",
6703
6703
  "filePath": "src/tokens/contextual/badge.tokens.json",
@@ -6749,7 +6749,7 @@
6749
6749
  ]
6750
6750
  },
6751
6751
  "hover": {
6752
- "$value": "#9e5400",
6752
+ "$value": "#995715",
6753
6753
  "$type": "color",
6754
6754
  "$description": "Used for the icon of a warning badge in the hover state.",
6755
6755
  "filePath": "src/tokens/contextual/badge.tokens.json",
@@ -6773,7 +6773,7 @@
6773
6773
  ]
6774
6774
  },
6775
6775
  "focus": {
6776
- "$value": "#9e5400",
6776
+ "$value": "#995715",
6777
6777
  "$type": "color",
6778
6778
  "$description": "Used for the icon of a warning badge in the focus state.",
6779
6779
  "filePath": "src/tokens/contextual/badge.tokens.json",
@@ -6794,7 +6794,7 @@
6794
6794
  ]
6795
6795
  },
6796
6796
  "active": {
6797
- "$value": "#8f4700",
6797
+ "$value": "#894b16",
6798
6798
  "$type": "color",
6799
6799
  "$description": "Used for the icon of a warning badge in the active state.",
6800
6800
  "filePath": "src/tokens/contextual/badge.tokens.json",
@@ -7009,7 +7009,7 @@
7009
7009
  "text": {
7010
7010
  "color": {
7011
7011
  "default": {
7012
- "$value": "#ae1800",
7012
+ "$value": "#a32c12",
7013
7013
  "$type": "color",
7014
7014
  "$description": "Used for the text of a danger badge when static or the default state when linked.",
7015
7015
  "filePath": "src/tokens/contextual/badge.tokens.json",
@@ -7033,7 +7033,7 @@
7033
7033
  ]
7034
7034
  },
7035
7035
  "hover": {
7036
- "$value": "#8d1300",
7036
+ "$value": "#812713",
7037
7037
  "$type": "color",
7038
7038
  "$description": "Used for the text of a danger badge in the hover state.",
7039
7039
  "filePath": "src/tokens/contextual/badge.tokens.json",
@@ -7057,7 +7057,7 @@
7057
7057
  ]
7058
7058
  },
7059
7059
  "focus": {
7060
- "$value": "#8d1300",
7060
+ "$value": "#812713",
7061
7061
  "$type": "color",
7062
7062
  "$description": "Used for the text of a danger badge in the focus state.",
7063
7063
  "filePath": "src/tokens/contextual/badge.tokens.json",
@@ -7078,7 +7078,7 @@
7078
7078
  ]
7079
7079
  },
7080
7080
  "active": {
7081
- "$value": "#660e00",
7081
+ "$value": "#582014",
7082
7082
  "$type": "color",
7083
7083
  "$description": "Used for the text of a danger badge in the active state.",
7084
7084
  "filePath": "src/tokens/contextual/badge.tokens.json",
@@ -7106,7 +7106,7 @@
7106
7106
  "icon": {
7107
7107
  "color": {
7108
7108
  "default": {
7109
- "$value": "#ae1800",
7109
+ "$value": "#a32c12",
7110
7110
  "$type": "color",
7111
7111
  "$description": "Used for the icon of a danger badge when static or the default state when linked.",
7112
7112
  "filePath": "src/tokens/contextual/badge.tokens.json",
@@ -7130,7 +7130,7 @@
7130
7130
  ]
7131
7131
  },
7132
7132
  "hover": {
7133
- "$value": "#8d1300",
7133
+ "$value": "#812713",
7134
7134
  "$type": "color",
7135
7135
  "$description": "Used for the icon of a danger badge in the hover state.",
7136
7136
  "filePath": "src/tokens/contextual/badge.tokens.json",
@@ -7154,7 +7154,7 @@
7154
7154
  ]
7155
7155
  },
7156
7156
  "focus": {
7157
- "$value": "#8d1300",
7157
+ "$value": "#812713",
7158
7158
  "$type": "color",
7159
7159
  "$description": "Used for the icon of a danger badge in the focus state.",
7160
7160
  "filePath": "src/tokens/contextual/badge.tokens.json",
@@ -7175,7 +7175,7 @@
7175
7175
  ]
7176
7176
  },
7177
7177
  "active": {
7178
- "$value": "#660e00",
7178
+ "$value": "#582014",
7179
7179
  "$type": "color",
7180
7180
  "$description": "Used for the icon of a danger badge in the active state.",
7181
7181
  "filePath": "src/tokens/contextual/badge.tokens.json",
@@ -7390,7 +7390,7 @@
7390
7390
  "text": {
7391
7391
  "color": {
7392
7392
  "default": {
7393
- "$value": "#5943b6",
7393
+ "$value": "#5c47a6",
7394
7394
  "$type": "color",
7395
7395
  "$description": "Used for the text of a tier related badge when static or the default state when linked.",
7396
7396
  "filePath": "src/tokens/contextual/badge.tokens.json",
@@ -7414,7 +7414,7 @@
7414
7414
  ]
7415
7415
  },
7416
7416
  "hover": {
7417
- "$value": "#453894",
7417
+ "$value": "#493c83",
7418
7418
  "$type": "color",
7419
7419
  "$description": "Used for the text of a tier related badge in the hover state.",
7420
7420
  "filePath": "src/tokens/contextual/badge.tokens.json",
@@ -7438,7 +7438,7 @@
7438
7438
  ]
7439
7439
  },
7440
7440
  "focus": {
7441
- "$value": "#453894",
7441
+ "$value": "#493c83",
7442
7442
  "$type": "color",
7443
7443
  "$description": "Used for the text of a tier related badge in the focus state.",
7444
7444
  "filePath": "src/tokens/contextual/badge.tokens.json",
@@ -7459,7 +7459,7 @@
7459
7459
  ]
7460
7460
  },
7461
7461
  "active": {
7462
- "$value": "#2f2a6b",
7462
+ "$value": "#342d59",
7463
7463
  "$type": "color",
7464
7464
  "$description": "Used for the text of a tier related badge in the active state.",
7465
7465
  "filePath": "src/tokens/contextual/badge.tokens.json",
@@ -7487,7 +7487,7 @@
7487
7487
  "icon": {
7488
7488
  "color": {
7489
7489
  "default": {
7490
- "$value": "#5943b6",
7490
+ "$value": "#5c47a6",
7491
7491
  "$type": "color",
7492
7492
  "$description": "Used for the icon of a tier related badge when static or the default state when linked.",
7493
7493
  "filePath": "src/tokens/contextual/badge.tokens.json",
@@ -7511,7 +7511,7 @@
7511
7511
  ]
7512
7512
  },
7513
7513
  "hover": {
7514
- "$value": "#453894",
7514
+ "$value": "#493c83",
7515
7515
  "$type": "color",
7516
7516
  "$description": "Used for the icon of a tier related badge in the hover state.",
7517
7517
  "filePath": "src/tokens/contextual/badge.tokens.json",
@@ -7535,7 +7535,7 @@
7535
7535
  ]
7536
7536
  },
7537
7537
  "focus": {
7538
- "$value": "#453894",
7538
+ "$value": "#493c83",
7539
7539
  "$type": "color",
7540
7540
  "$description": "Used for the icon of a tier related badge in the focus state.",
7541
7541
  "filePath": "src/tokens/contextual/badge.tokens.json",
@@ -7556,7 +7556,7 @@
7556
7556
  ]
7557
7557
  },
7558
7558
  "active": {
7559
- "$value": "#2f2a6b",
7559
+ "$value": "#342d59",
7560
7560
  "$type": "color",
7561
7561
  "$description": "Used for the icon of a tier related badge in the active state.",
7562
7562
  "filePath": "src/tokens/contextual/badge.tokens.json",
@@ -9249,7 +9249,7 @@
9249
9249
  ]
9250
9250
  },
9251
9251
  "hover": {
9252
- "$value": "#1068bf",
9252
+ "$value": "#2f68b4",
9253
9253
  "$type": "color",
9254
9254
  "$description": "Used for the background of a confirm (positive) primary button in the hover state.",
9255
9255
  "filePath": "src/tokens/contextual/button.tokens.json",
@@ -9271,7 +9271,7 @@
9271
9271
  ]
9272
9272
  },
9273
9273
  "focus": {
9274
- "$value": "#1068bf",
9274
+ "$value": "#2f68b4",
9275
9275
  "$type": "color",
9276
9276
  "$description": "Used for the background of a confirm (positive) primary button in the focus state.",
9277
9277
  "filePath": "src/tokens/contextual/button.tokens.json",
@@ -9293,7 +9293,7 @@
9293
9293
  ]
9294
9294
  },
9295
9295
  "active": {
9296
- "$value": "#0b5cad",
9296
+ "$value": "#2f5ca0",
9297
9297
  "$type": "color",
9298
9298
  "$description": "Used for the background of a confirm (positive) primary button in the active state.",
9299
9299
  "filePath": "src/tokens/contextual/button.tokens.json",
@@ -9319,7 +9319,7 @@
9319
9319
  "border": {
9320
9320
  "color": {
9321
9321
  "default": {
9322
- "$value": "#1068bf",
9322
+ "$value": "#2f68b4",
9323
9323
  "$type": "color",
9324
9324
  "$description": "Used for the border of a confirm (positive) primary button in the default state.",
9325
9325
  "filePath": "src/tokens/contextual/button.tokens.json",
@@ -9344,7 +9344,7 @@
9344
9344
  ]
9345
9345
  },
9346
9346
  "hover": {
9347
- "$value": "#064787",
9347
+ "$value": "#284779",
9348
9348
  "$type": "color",
9349
9349
  "$description": "Used for the border of a confirm (positive) primary button in the hover state.",
9350
9350
  "filePath": "src/tokens/contextual/button.tokens.json",
@@ -9369,7 +9369,7 @@
9369
9369
  ]
9370
9370
  },
9371
9371
  "focus": {
9372
- "$value": "#064787",
9372
+ "$value": "#284779",
9373
9373
  "$type": "color",
9374
9374
  "$description": "Used for the border of a confirm (positive) primary button in the focus state.",
9375
9375
  "filePath": "src/tokens/contextual/button.tokens.json",
@@ -9391,7 +9391,7 @@
9391
9391
  ]
9392
9392
  },
9393
9393
  "active": {
9394
- "$value": "#033464",
9394
+ "$value": "#213454",
9395
9395
  "$type": "color",
9396
9396
  "$description": "Used for the border of a confirm (positive) primary button in the active state.",
9397
9397
  "filePath": "src/tokens/contextual/button.tokens.json",
@@ -9447,7 +9447,7 @@
9447
9447
  ]
9448
9448
  },
9449
9449
  "hover": {
9450
- "$value": "#0b5cad",
9450
+ "$value": "#2f5ca0",
9451
9451
  "$type": "color",
9452
9452
  "$description": "Used for the foreground of a confirm (positive) button in the hover state.",
9453
9453
  "filePath": "src/tokens/contextual/button.tokens.json",
@@ -9472,7 +9472,7 @@
9472
9472
  ]
9473
9473
  },
9474
9474
  "focus": {
9475
- "$value": "#0b5cad",
9475
+ "$value": "#2f5ca0",
9476
9476
  "$type": "color",
9477
9477
  "$description": "Used for the foreground of a confirm (positive) button in the focus state.",
9478
9478
  "filePath": "src/tokens/contextual/button.tokens.json",
@@ -9494,7 +9494,7 @@
9494
9494
  ]
9495
9495
  },
9496
9496
  "active": {
9497
- "$value": "#033464",
9497
+ "$value": "#213454",
9498
9498
  "$type": "color",
9499
9499
  "$description": "Used for the foreground of a confirm (positive) button in the active state.",
9500
9500
  "filePath": "src/tokens/contextual/button.tokens.json",
@@ -9649,7 +9649,7 @@
9649
9649
  ]
9650
9650
  },
9651
9651
  "hover": {
9652
- "$value": "#0b5cad",
9652
+ "$value": "#2f5ca0",
9653
9653
  "$type": "color",
9654
9654
  "$description": "Used for the border of an outlined confirm (positive) button in the hover state.",
9655
9655
  "filePath": "src/tokens/contextual/button.tokens.json",
@@ -9674,7 +9674,7 @@
9674
9674
  ]
9675
9675
  },
9676
9676
  "focus": {
9677
- "$value": "#0b5cad",
9677
+ "$value": "#2f5ca0",
9678
9678
  "$type": "color",
9679
9679
  "$description": "Used for the border of an outlined confirm (positive) button in the focus state.",
9680
9680
  "filePath": "src/tokens/contextual/button.tokens.json",
@@ -9696,7 +9696,7 @@
9696
9696
  ]
9697
9697
  },
9698
9698
  "active": {
9699
- "$value": "#033464",
9699
+ "$value": "#213454",
9700
9700
  "$type": "color",
9701
9701
  "$description": "Used for the border of an outlined confirm (positive) button in the active state.",
9702
9702
  "filePath": "src/tokens/contextual/button.tokens.json",
@@ -9749,7 +9749,7 @@
9749
9749
  ]
9750
9750
  },
9751
9751
  "hover": {
9752
- "$value": "#0b5cad",
9752
+ "$value": "#2f5ca0",
9753
9753
  "$type": "color",
9754
9754
  "$description": "Used for the foreground of a borderless, tertiary confirm (positive) button in the hover state.",
9755
9755
  "filePath": "src/tokens/contextual/button.tokens.json",
@@ -9771,7 +9771,7 @@
9771
9771
  ]
9772
9772
  },
9773
9773
  "focus": {
9774
- "$value": "#0b5cad",
9774
+ "$value": "#2f5ca0",
9775
9775
  "$type": "color",
9776
9776
  "$description": "Used for the foreground of a borderless, tertiary confirm (positive) button in the focus state.",
9777
9777
  "filePath": "src/tokens/contextual/button.tokens.json",
@@ -9793,7 +9793,7 @@
9793
9793
  ]
9794
9794
  },
9795
9795
  "active": {
9796
- "$value": "#033464",
9796
+ "$value": "#213454",
9797
9797
  "$type": "color",
9798
9798
  "$description": "Used for the foreground of a borderless, tertiary confirm (positive) button in the active state.",
9799
9799
  "filePath": "src/tokens/contextual/button.tokens.json",
@@ -10127,7 +10127,7 @@
10127
10127
  ]
10128
10128
  },
10129
10129
  "hover": {
10130
- "$value": "#c91c00",
10130
+ "$value": "#c02f12",
10131
10131
  "$type": "color",
10132
10132
  "$description": "Used for the background of a danger (destructive) primary button in the hover state.",
10133
10133
  "filePath": "src/tokens/contextual/button.tokens.json",
@@ -10152,7 +10152,7 @@
10152
10152
  ]
10153
10153
  },
10154
10154
  "focus": {
10155
- "$value": "#c91c00",
10155
+ "$value": "#c02f12",
10156
10156
  "$type": "color",
10157
10157
  "$description": "Used for the background of a danger (destructive) primary button in the focus state.",
10158
10158
  "filePath": "src/tokens/contextual/button.tokens.json",
@@ -10174,7 +10174,7 @@
10174
10174
  ]
10175
10175
  },
10176
10176
  "active": {
10177
- "$value": "#8d1300",
10177
+ "$value": "#812713",
10178
10178
  "$type": "color",
10179
10179
  "$description": "Used for the background of a danger (destructive) primary button in the active state.",
10180
10180
  "filePath": "src/tokens/contextual/button.tokens.json",
@@ -10203,7 +10203,7 @@
10203
10203
  "border": {
10204
10204
  "color": {
10205
10205
  "default": {
10206
- "$value": "#c91c00",
10206
+ "$value": "#c02f12",
10207
10207
  "$type": "color",
10208
10208
  "$description": "Used for the border of a danger (destructive) primary button in the default state.",
10209
10209
  "filePath": "src/tokens/contextual/button.tokens.json",
@@ -10228,7 +10228,7 @@
10228
10228
  ]
10229
10229
  },
10230
10230
  "hover": {
10231
- "$value": "#8d1300",
10231
+ "$value": "#812713",
10232
10232
  "$type": "color",
10233
10233
  "$description": "Used for the border of a danger (destructive) primary button in the hover state.",
10234
10234
  "filePath": "src/tokens/contextual/button.tokens.json",
@@ -10253,7 +10253,7 @@
10253
10253
  ]
10254
10254
  },
10255
10255
  "focus": {
10256
- "$value": "#8d1300",
10256
+ "$value": "#812713",
10257
10257
  "$type": "color",
10258
10258
  "$description": "Used for the border of a danger (destructive) primary button in the focus state.",
10259
10259
  "filePath": "src/tokens/contextual/button.tokens.json",
@@ -10275,7 +10275,7 @@
10275
10275
  ]
10276
10276
  },
10277
10277
  "active": {
10278
- "$value": "#660e00",
10278
+ "$value": "#582014",
10279
10279
  "$type": "color",
10280
10280
  "$description": "Used for the border of a danger (destructive) primary button in the active state.",
10281
10281
  "filePath": "src/tokens/contextual/button.tokens.json",
@@ -10331,7 +10331,7 @@
10331
10331
  ]
10332
10332
  },
10333
10333
  "hover": {
10334
- "$value": "#ae1800",
10334
+ "$value": "#a32c12",
10335
10335
  "$type": "color",
10336
10336
  "$description": "Used for the foreground of a danger (destructive) button in the hover state.",
10337
10337
  "filePath": "src/tokens/contextual/button.tokens.json",
@@ -10356,7 +10356,7 @@
10356
10356
  ]
10357
10357
  },
10358
10358
  "focus": {
10359
- "$value": "#ae1800",
10359
+ "$value": "#a32c12",
10360
10360
  "$type": "color",
10361
10361
  "$description": "Used for the foreground of a danger (destructive) button in the focus state.",
10362
10362
  "filePath": "src/tokens/contextual/button.tokens.json",
@@ -10378,7 +10378,7 @@
10378
10378
  ]
10379
10379
  },
10380
10380
  "active": {
10381
- "$value": "#660e00",
10381
+ "$value": "#582014",
10382
10382
  "$type": "color",
10383
10383
  "$description": "Used for the foreground of a danger (destructive) button in the active state.",
10384
10384
  "filePath": "src/tokens/contextual/button.tokens.json",
@@ -10533,7 +10533,7 @@
10533
10533
  ]
10534
10534
  },
10535
10535
  "hover": {
10536
- "$value": "#ae1800",
10536
+ "$value": "#a32c12",
10537
10537
  "$type": "color",
10538
10538
  "$description": "Used for the border of an outlined danger (destructive) button in the hover state.",
10539
10539
  "filePath": "src/tokens/contextual/button.tokens.json",
@@ -10558,7 +10558,7 @@
10558
10558
  ]
10559
10559
  },
10560
10560
  "focus": {
10561
- "$value": "#ae1800",
10561
+ "$value": "#a32c12",
10562
10562
  "$type": "color",
10563
10563
  "$description": "Used for the border of an outlined danger (destructive) button in the focus state.",
10564
10564
  "filePath": "src/tokens/contextual/button.tokens.json",
@@ -10580,7 +10580,7 @@
10580
10580
  ]
10581
10581
  },
10582
10582
  "active": {
10583
- "$value": "#660e00",
10583
+ "$value": "#582014",
10584
10584
  "$type": "color",
10585
10585
  "$description": "Used for the border of an outlined danger (destructive) button in the active state.",
10586
10586
  "filePath": "src/tokens/contextual/button.tokens.json",
@@ -10633,7 +10633,7 @@
10633
10633
  ]
10634
10634
  },
10635
10635
  "hover": {
10636
- "$value": "#ae1800",
10636
+ "$value": "#a32c12",
10637
10637
  "$type": "color",
10638
10638
  "$description": "Used for the foreground of a borderless, tertiary danger (destructive) button in the hover state.",
10639
10639
  "filePath": "src/tokens/contextual/button.tokens.json",
@@ -10655,7 +10655,7 @@
10655
10655
  ]
10656
10656
  },
10657
10657
  "focus": {
10658
- "$value": "#ae1800",
10658
+ "$value": "#a32c12",
10659
10659
  "$type": "color",
10660
10660
  "$description": "Used for the foreground of a borderless, tertiary danger (destructive) button in the focus state.",
10661
10661
  "filePath": "src/tokens/contextual/button.tokens.json",
@@ -10677,7 +10677,7 @@
10677
10677
  ]
10678
10678
  },
10679
10679
  "active": {
10680
- "$value": "#660e00",
10680
+ "$value": "#582014",
10681
10681
  "$type": "color",
10682
10682
  "$description": "Used for the foreground of a borderless, tertiary danger (destructive) button in the active state.",
10683
10683
  "filePath": "src/tokens/contextual/button.tokens.json",
@@ -10986,7 +10986,7 @@
10986
10986
  "text": {
10987
10987
  "color": {
10988
10988
  "default": {
10989
- "$value": "#0b5cad",
10989
+ "$value": "#2f5ca0",
10990
10990
  "$type": "color",
10991
10991
  "$description": "Used for the text of a link button in the default state.",
10992
10992
  "filePath": "src/tokens/contextual/button.tokens.json",
@@ -11007,7 +11007,7 @@
11007
11007
  ]
11008
11008
  },
11009
11009
  "hover": {
11010
- "$value": "#0b5cad",
11010
+ "$value": "#2f5ca0",
11011
11011
  "$type": "color",
11012
11012
  "$description": "Used for the text of a link button in the hover state.",
11013
11013
  "filePath": "src/tokens/contextual/button.tokens.json",
@@ -11028,7 +11028,7 @@
11028
11028
  ]
11029
11029
  },
11030
11030
  "focus": {
11031
- "$value": "#0b5cad",
11031
+ "$value": "#2f5ca0",
11032
11032
  "$type": "color",
11033
11033
  "$description": "Used for the text of a link button in the focus state.",
11034
11034
  "filePath": "src/tokens/contextual/button.tokens.json",
@@ -11049,7 +11049,7 @@
11049
11049
  ]
11050
11050
  },
11051
11051
  "active": {
11052
- "$value": "#0b5cad",
11052
+ "$value": "#2f5ca0",
11053
11053
  "$type": "color",
11054
11054
  "$description": "Used for the text of a link button in the active state.",
11055
11055
  "filePath": "src/tokens/contextual/button.tokens.json",
@@ -11879,7 +11879,7 @@
11879
11879
  ]
11880
11880
  },
11881
11881
  "hover": {
11882
- "$value": "#0b5cad",
11882
+ "$value": "#2f5ca0",
11883
11883
  "$type": "color",
11884
11884
  "$description": "Used for the dropdown selected option indicator in the hover state.",
11885
11885
  "filePath": "src/tokens/contextual/dropdown.tokens.json",
@@ -11901,7 +11901,7 @@
11901
11901
  ]
11902
11902
  },
11903
11903
  "focus": {
11904
- "$value": "#0b5cad",
11904
+ "$value": "#2f5ca0",
11905
11905
  "$type": "color",
11906
11906
  "$description": "Used for the dropdown selected option indicator in the focus state.",
11907
11907
  "filePath": "src/tokens/contextual/dropdown.tokens.json",
@@ -11923,7 +11923,7 @@
11923
11923
  ]
11924
11924
  },
11925
11925
  "active": {
11926
- "$value": "#0b5cad",
11926
+ "$value": "#2f5ca0",
11927
11927
  "$type": "color",
11928
11928
  "$description": "Used for the dropdown selected option indicator in the active state.",
11929
11929
  "filePath": "src/tokens/contextual/dropdown.tokens.json",
@@ -13547,7 +13547,7 @@
13547
13547
  "text": {
13548
13548
  "color": {
13549
13549
  "default": {
13550
- "$value": "#064787",
13550
+ "$value": "#284779",
13551
13551
  "$type": "color",
13552
13552
  "$description": "Used for the mention link text color.",
13553
13553
  "filePath": "src/tokens/contextual/link.tokens.json",
@@ -13571,7 +13571,7 @@
13571
13571
  ]
13572
13572
  },
13573
13573
  "current": {
13574
- "$value": "#703800",
13574
+ "$value": "#693c14",
13575
13575
  "$type": "color",
13576
13576
  "$description": "Used for the mention link text color when referencing the current user.",
13577
13577
  "filePath": "src/tokens/contextual/link.tokens.json",
@@ -14109,7 +14109,7 @@
14109
14109
  ]
14110
14110
  },
14111
14111
  "hover": {
14112
- "$value": "#1068bf",
14112
+ "$value": "#2f68b4",
14113
14113
  "$type": "color",
14114
14114
  "$description": "Used for the icon color of a checked toggle switch in the hover state.",
14115
14115
  "filePath": "src/tokens/contextual/toggle.tokens.json",
@@ -14131,7 +14131,7 @@
14131
14131
  ]
14132
14132
  },
14133
14133
  "focus": {
14134
- "$value": "#1068bf",
14134
+ "$value": "#2f68b4",
14135
14135
  "$type": "color",
14136
14136
  "$description": "Used for the icon color of a checked toggle switch in the focus state.",
14137
14137
  "filePath": "src/tokens/contextual/toggle.tokens.json",
@@ -14153,7 +14153,7 @@
14153
14153
  ]
14154
14154
  },
14155
14155
  "active": {
14156
- "$value": "#0b5cad",
14156
+ "$value": "#2f5ca0",
14157
14157
  "$type": "color",
14158
14158
  "$description": "Used for the icon color of a checked toggle switch in the active state.",
14159
14159
  "filePath": "src/tokens/contextual/toggle.tokens.json",
@@ -17810,7 +17810,7 @@
17810
17810
  ]
17811
17811
  },
17812
17812
  "600": {
17813
- "$value": "#1068bf",
17813
+ "$value": "#2f68b4",
17814
17814
  "$type": "color",
17815
17815
  "themeable": true,
17816
17816
  "prefix": false,
@@ -17819,7 +17819,7 @@
17819
17819
  "isSource": true,
17820
17820
  "original": {
17821
17821
  "$value": {
17822
- "default": "#1068bf",
17822
+ "default": "#2f68b4",
17823
17823
  "dark": "#63a6e9"
17824
17824
  },
17825
17825
  "$type": "color",
@@ -17835,7 +17835,7 @@
17835
17835
  ]
17836
17836
  },
17837
17837
  "700": {
17838
- "$value": "#0b5cad",
17838
+ "$value": "#2f5ca0",
17839
17839
  "$type": "color",
17840
17840
  "themeable": true,
17841
17841
  "prefix": false,
@@ -17844,7 +17844,7 @@
17844
17844
  "isSource": true,
17845
17845
  "original": {
17846
17846
  "$value": {
17847
- "default": "#0b5cad",
17847
+ "default": "#2f5ca0",
17848
17848
  "dark": "#9dc7f1"
17849
17849
  },
17850
17850
  "$type": "color",
@@ -17860,7 +17860,7 @@
17860
17860
  ]
17861
17861
  },
17862
17862
  "800": {
17863
- "$value": "#064787",
17863
+ "$value": "#284779",
17864
17864
  "$type": "color",
17865
17865
  "themeable": true,
17866
17866
  "prefix": false,
@@ -17869,7 +17869,7 @@
17869
17869
  "isSource": true,
17870
17870
  "original": {
17871
17871
  "$value": {
17872
- "default": "#064787",
17872
+ "default": "#284779",
17873
17873
  "dark": "#cbe2f9"
17874
17874
  },
17875
17875
  "$type": "color",
@@ -17885,7 +17885,7 @@
17885
17885
  ]
17886
17886
  },
17887
17887
  "900": {
17888
- "$value": "#033464",
17888
+ "$value": "#213454",
17889
17889
  "$type": "color",
17890
17890
  "themeable": true,
17891
17891
  "prefix": false,
@@ -17894,7 +17894,7 @@
17894
17894
  "isSource": true,
17895
17895
  "original": {
17896
17896
  "$value": {
17897
- "default": "#033464",
17897
+ "default": "#213454",
17898
17898
  "dark": "#e9f3fc"
17899
17899
  },
17900
17900
  "$type": "color",
@@ -17910,7 +17910,7 @@
17910
17910
  ]
17911
17911
  },
17912
17912
  "950": {
17913
- "$value": "#002850",
17913
+ "$value": "#1d283e",
17914
17914
  "$type": "color",
17915
17915
  "themeable": true,
17916
17916
  "prefix": false,
@@ -17919,7 +17919,7 @@
17919
17919
  "isSource": true,
17920
17920
  "original": {
17921
17921
  "$value": {
17922
- "default": "#002850",
17922
+ "default": "#1d283e",
17923
17923
  "dark": "#f2f9ff"
17924
17924
  },
17925
17925
  "$type": "color",
@@ -18389,7 +18389,7 @@
18389
18389
  ]
18390
18390
  },
18391
18391
  "600": {
18392
- "$value": "#217645",
18392
+ "$value": "#2f7549",
18393
18393
  "$type": "color",
18394
18394
  "themeable": true,
18395
18395
  "prefix": false,
@@ -18398,7 +18398,7 @@
18398
18398
  "isSource": true,
18399
18399
  "original": {
18400
18400
  "$value": {
18401
- "default": "#217645",
18401
+ "default": "#2f7549",
18402
18402
  "dark": "#52b87a"
18403
18403
  },
18404
18404
  "$type": "color",
@@ -18414,7 +18414,7 @@
18414
18414
  ]
18415
18415
  },
18416
18416
  "700": {
18417
- "$value": "#24663b",
18417
+ "$value": "#306440",
18418
18418
  "$type": "color",
18419
18419
  "themeable": true,
18420
18420
  "prefix": false,
@@ -18423,7 +18423,7 @@
18423
18423
  "isSource": true,
18424
18424
  "original": {
18425
18425
  "$value": {
18426
- "default": "#24663b",
18426
+ "default": "#306440",
18427
18427
  "dark": "#91d4a8"
18428
18428
  },
18429
18429
  "$type": "color",
@@ -18439,7 +18439,7 @@
18439
18439
  ]
18440
18440
  },
18441
18441
  "800": {
18442
- "$value": "#0d532a",
18442
+ "$value": "#225131",
18443
18443
  "$type": "color",
18444
18444
  "themeable": true,
18445
18445
  "prefix": false,
@@ -18448,7 +18448,7 @@
18448
18448
  "isSource": true,
18449
18449
  "original": {
18450
18450
  "$value": {
18451
- "default": "#0d532a",
18451
+ "default": "#225131",
18452
18452
  "dark": "#c3e6cd"
18453
18453
  },
18454
18454
  "$type": "color",
@@ -18464,7 +18464,7 @@
18464
18464
  ]
18465
18465
  },
18466
18466
  "900": {
18467
- "$value": "#0a4020",
18467
+ "$value": "#1e3e28",
18468
18468
  "$type": "color",
18469
18469
  "themeable": true,
18470
18470
  "prefix": false,
@@ -18473,7 +18473,7 @@
18473
18473
  "isSource": true,
18474
18474
  "original": {
18475
18475
  "$value": {
18476
- "default": "#0a4020",
18476
+ "default": "#1e3e28",
18477
18477
  "dark": "#ecf4ee"
18478
18478
  },
18479
18479
  "$type": "color",
@@ -18489,7 +18489,7 @@
18489
18489
  ]
18490
18490
  },
18491
18491
  "950": {
18492
- "$value": "#072b15",
18492
+ "$value": "#17291c",
18493
18493
  "$type": "color",
18494
18494
  "themeable": true,
18495
18495
  "prefix": false,
@@ -18498,7 +18498,7 @@
18498
18498
  "isSource": true,
18499
18499
  "original": {
18500
18500
  "$value": {
18501
- "default": "#072b15",
18501
+ "default": "#17291c",
18502
18502
  "dark": "#f1fdf6"
18503
18503
  },
18504
18504
  "$type": "color",
@@ -18666,7 +18666,7 @@
18666
18666
  ]
18667
18667
  },
18668
18668
  "600": {
18669
- "$value": "#9e5400",
18669
+ "$value": "#995715",
18670
18670
  "$type": "color",
18671
18671
  "themeable": true,
18672
18672
  "prefix": false,
@@ -18675,7 +18675,7 @@
18675
18675
  "isSource": true,
18676
18676
  "original": {
18677
18677
  "$value": {
18678
- "default": "#9e5400",
18678
+ "default": "#995715",
18679
18679
  "dark": "#d99530"
18680
18680
  },
18681
18681
  "$type": "color",
@@ -18691,7 +18691,7 @@
18691
18691
  ]
18692
18692
  },
18693
18693
  "700": {
18694
- "$value": "#8f4700",
18694
+ "$value": "#894b16",
18695
18695
  "$type": "color",
18696
18696
  "themeable": true,
18697
18697
  "prefix": false,
@@ -18700,7 +18700,7 @@
18700
18700
  "isSource": true,
18701
18701
  "original": {
18702
18702
  "$value": {
18703
- "default": "#8f4700",
18703
+ "default": "#894b16",
18704
18704
  "dark": "#e9be74"
18705
18705
  },
18706
18706
  "$type": "color",
@@ -18716,7 +18716,7 @@
18716
18716
  ]
18717
18717
  },
18718
18718
  "800": {
18719
- "$value": "#703800",
18719
+ "$value": "#693c14",
18720
18720
  "$type": "color",
18721
18721
  "themeable": true,
18722
18722
  "prefix": false,
@@ -18725,7 +18725,7 @@
18725
18725
  "isSource": true,
18726
18726
  "original": {
18727
18727
  "$value": {
18728
- "default": "#703800",
18728
+ "default": "#693c14",
18729
18729
  "dark": "#f5d9a8"
18730
18730
  },
18731
18731
  "$type": "color",
@@ -18741,7 +18741,7 @@
18741
18741
  ]
18742
18742
  },
18743
18743
  "900": {
18744
- "$value": "#5c2900",
18744
+ "$value": "#532e16",
18745
18745
  "$type": "color",
18746
18746
  "themeable": true,
18747
18747
  "prefix": false,
@@ -18750,7 +18750,7 @@
18750
18750
  "isSource": true,
18751
18751
  "original": {
18752
18752
  "$value": {
18753
- "default": "#5c2900",
18753
+ "default": "#532e16",
18754
18754
  "dark": "#fdf1dd"
18755
18755
  },
18756
18756
  "$type": "color",
@@ -18766,7 +18766,7 @@
18766
18766
  ]
18767
18767
  },
18768
18768
  "950": {
18769
- "$value": "#421f00",
18769
+ "$value": "#382315",
18770
18770
  "$type": "color",
18771
18771
  "themeable": true,
18772
18772
  "prefix": false,
@@ -18775,7 +18775,7 @@
18775
18775
  "isSource": true,
18776
18776
  "original": {
18777
18777
  "$value": {
18778
- "default": "#421f00",
18778
+ "default": "#382315",
18779
18779
  "dark": "#fff4e1"
18780
18780
  },
18781
18781
  "$type": "color",
@@ -18943,7 +18943,7 @@
18943
18943
  ]
18944
18944
  },
18945
18945
  "600": {
18946
- "$value": "#694cc0",
18946
+ "$value": "#6a4fb4",
18947
18947
  "$type": "color",
18948
18948
  "themeable": true,
18949
18949
  "prefix": false,
@@ -18952,7 +18952,7 @@
18952
18952
  "isSource": true,
18953
18953
  "original": {
18954
18954
  "$value": {
18955
- "default": "#694cc0",
18955
+ "default": "#6a4fb4",
18956
18956
  "dark": "#9475db"
18957
18957
  },
18958
18958
  "$type": "color",
@@ -18968,7 +18968,7 @@
18968
18968
  ]
18969
18969
  },
18970
18970
  "700": {
18971
- "$value": "#5943b6",
18971
+ "$value": "#5c47a6",
18972
18972
  "$type": "color",
18973
18973
  "themeable": true,
18974
18974
  "prefix": false,
@@ -18977,7 +18977,7 @@
18977
18977
  "isSource": true,
18978
18978
  "original": {
18979
18979
  "$value": {
18980
- "default": "#5943b6",
18980
+ "default": "#5c47a6",
18981
18981
  "dark": "#ac93e6"
18982
18982
  },
18983
18983
  "$type": "color",
@@ -18993,7 +18993,7 @@
18993
18993
  ]
18994
18994
  },
18995
18995
  "800": {
18996
- "$value": "#453894",
18996
+ "$value": "#493c83",
18997
18997
  "$type": "color",
18998
18998
  "themeable": true,
18999
18999
  "prefix": false,
@@ -19002,7 +19002,7 @@
19002
19002
  "isSource": true,
19003
19003
  "original": {
19004
19004
  "$value": {
19005
- "default": "#453894",
19005
+ "default": "#493c83",
19006
19006
  "dark": "#cbbbf2"
19007
19007
  },
19008
19008
  "$type": "color",
@@ -19018,7 +19018,7 @@
19018
19018
  ]
19019
19019
  },
19020
19020
  "900": {
19021
- "$value": "#2f2a6b",
19021
+ "$value": "#342d59",
19022
19022
  "$type": "color",
19023
19023
  "themeable": true,
19024
19024
  "prefix": false,
@@ -19027,7 +19027,7 @@
19027
19027
  "isSource": true,
19028
19028
  "original": {
19029
19029
  "$value": {
19030
- "default": "#2f2a6b",
19030
+ "default": "#342d59",
19031
19031
  "dark": "#e1d8f9"
19032
19032
  },
19033
19033
  "$type": "color",
@@ -19043,7 +19043,7 @@
19043
19043
  ]
19044
19044
  },
19045
19045
  "950": {
19046
- "$value": "#232150",
19046
+ "$value": "#27243e",
19047
19047
  "$type": "color",
19048
19048
  "themeable": true,
19049
19049
  "prefix": false,
@@ -19052,7 +19052,7 @@
19052
19052
  "isSource": true,
19053
19053
  "original": {
19054
19054
  "$value": {
19055
- "default": "#232150",
19055
+ "default": "#27243e",
19056
19056
  "dark": "#f4f0ff"
19057
19057
  },
19058
19058
  "$type": "color",
@@ -19220,7 +19220,7 @@
19220
19220
  ]
19221
19221
  },
19222
19222
  "600": {
19223
- "$value": "#c91c00",
19223
+ "$value": "#c02f12",
19224
19224
  "$type": "color",
19225
19225
  "themeable": true,
19226
19226
  "prefix": false,
@@ -19229,7 +19229,7 @@
19229
19229
  "isSource": true,
19230
19230
  "original": {
19231
19231
  "$value": {
19232
- "default": "#c91c00",
19232
+ "default": "#c02f12",
19233
19233
  "dark": "#f57f6c"
19234
19234
  },
19235
19235
  "$type": "color",
@@ -19245,7 +19245,7 @@
19245
19245
  ]
19246
19246
  },
19247
19247
  "700": {
19248
- "$value": "#ae1800",
19248
+ "$value": "#a32c12",
19249
19249
  "$type": "color",
19250
19250
  "themeable": true,
19251
19251
  "prefix": false,
@@ -19254,7 +19254,7 @@
19254
19254
  "isSource": true,
19255
19255
  "original": {
19256
19256
  "$value": {
19257
- "default": "#ae1800",
19257
+ "default": "#a32c12",
19258
19258
  "dark": "#fcb5aa"
19259
19259
  },
19260
19260
  "$type": "color",
@@ -19270,7 +19270,7 @@
19270
19270
  ]
19271
19271
  },
19272
19272
  "800": {
19273
- "$value": "#8d1300",
19273
+ "$value": "#812713",
19274
19274
  "$type": "color",
19275
19275
  "themeable": true,
19276
19276
  "prefix": false,
@@ -19279,7 +19279,7 @@
19279
19279
  "isSource": true,
19280
19280
  "original": {
19281
19281
  "$value": {
19282
- "default": "#8d1300",
19282
+ "default": "#812713",
19283
19283
  "dark": "#fdd4cd"
19284
19284
  },
19285
19285
  "$type": "color",
@@ -19295,7 +19295,7 @@
19295
19295
  ]
19296
19296
  },
19297
19297
  "900": {
19298
- "$value": "#660e00",
19298
+ "$value": "#582014",
19299
19299
  "$type": "color",
19300
19300
  "themeable": true,
19301
19301
  "prefix": false,
@@ -19304,7 +19304,7 @@
19304
19304
  "isSource": true,
19305
19305
  "original": {
19306
19306
  "$value": {
19307
- "default": "#660e00",
19307
+ "default": "#582014",
19308
19308
  "dark": "#fcf1ef"
19309
19309
  },
19310
19310
  "$type": "color",
@@ -19320,7 +19320,7 @@
19320
19320
  ]
19321
19321
  },
19322
19322
  "950": {
19323
- "$value": "#4d0a00",
19323
+ "$value": "#3e1a14",
19324
19324
  "$type": "color",
19325
19325
  "themeable": true,
19326
19326
  "prefix": false,
@@ -19329,7 +19329,7 @@
19329
19329
  "isSource": true,
19330
19330
  "original": {
19331
19331
  "$value": {
19332
- "default": "#4d0a00",
19332
+ "default": "#3e1a14",
19333
19333
  "dark": "#fff4f3"
19334
19334
  },
19335
19335
  "$type": "color",
@@ -20140,7 +20140,7 @@
20140
20140
  ]
20141
20141
  },
20142
20142
  "hover": {
20143
- "$value": "#0b5cad",
20143
+ "$value": "#2f5ca0",
20144
20144
  "$type": "color",
20145
20145
  "$description": "Used for the background of a selected action in the hover state.",
20146
20146
  "filePath": "src/tokens/semantic/action.tokens.json",
@@ -20164,7 +20164,7 @@
20164
20164
  ]
20165
20165
  },
20166
20166
  "focus": {
20167
- "$value": "#0b5cad",
20167
+ "$value": "#2f5ca0",
20168
20168
  "$type": "color",
20169
20169
  "$description": "Used for the background of a selected action in the focus state.",
20170
20170
  "filePath": "src/tokens/semantic/action.tokens.json",
@@ -20185,7 +20185,7 @@
20185
20185
  ]
20186
20186
  },
20187
20187
  "active": {
20188
- "$value": "#064787",
20188
+ "$value": "#284779",
20189
20189
  "$type": "color",
20190
20190
  "$description": "Used for the background of a selected action in the active state.",
20191
20191
  "filePath": "src/tokens/semantic/action.tokens.json",
@@ -20234,7 +20234,7 @@
20234
20234
  ]
20235
20235
  },
20236
20236
  "hover": {
20237
- "$value": "#0b5cad",
20237
+ "$value": "#2f5ca0",
20238
20238
  "$type": "color",
20239
20239
  "$description": "Used for the border of a selected action in the hover state.",
20240
20240
  "filePath": "src/tokens/semantic/action.tokens.json",
@@ -20255,7 +20255,7 @@
20255
20255
  ]
20256
20256
  },
20257
20257
  "focus": {
20258
- "$value": "#0b5cad",
20258
+ "$value": "#2f5ca0",
20259
20259
  "$type": "color",
20260
20260
  "$description": "Used for the border of a selected action in the focus state.",
20261
20261
  "filePath": "src/tokens/semantic/action.tokens.json",
@@ -20276,7 +20276,7 @@
20276
20276
  ]
20277
20277
  },
20278
20278
  "active": {
20279
- "$value": "#064787",
20279
+ "$value": "#284779",
20280
20280
  "$type": "color",
20281
20281
  "$description": "Used for the border of a selected action in the active state.",
20282
20282
  "filePath": "src/tokens/semantic/action.tokens.json",
@@ -20605,7 +20605,7 @@
20605
20605
  ]
20606
20606
  },
20607
20607
  "hover": {
20608
- "$value": "#0b5cad",
20608
+ "$value": "#2f5ca0",
20609
20609
  "$type": "color",
20610
20610
  "$description": "Used for the foreground of a confirm (positive) action in the hover state.",
20611
20611
  "filePath": "src/tokens/semantic/action.tokens.json",
@@ -20629,7 +20629,7 @@
20629
20629
  ]
20630
20630
  },
20631
20631
  "focus": {
20632
- "$value": "#0b5cad",
20632
+ "$value": "#2f5ca0",
20633
20633
  "$type": "color",
20634
20634
  "$description": "Used for the foreground of a confirm (positive) action in the focus state.",
20635
20635
  "filePath": "src/tokens/semantic/action.tokens.json",
@@ -20650,7 +20650,7 @@
20650
20650
  ]
20651
20651
  },
20652
20652
  "active": {
20653
- "$value": "#033464",
20653
+ "$value": "#213454",
20654
20654
  "$type": "color",
20655
20655
  "$description": "Used for the foreground of a confirm (positive) action in the active state.",
20656
20656
  "filePath": "src/tokens/semantic/action.tokens.json",
@@ -20889,7 +20889,7 @@
20889
20889
  ]
20890
20890
  },
20891
20891
  "hover": {
20892
- "$value": "#ae1800",
20892
+ "$value": "#a32c12",
20893
20893
  "$type": "color",
20894
20894
  "$description": "Used for the foreground of a danger (destructive) action in the hover state.",
20895
20895
  "filePath": "src/tokens/semantic/action.tokens.json",
@@ -20913,7 +20913,7 @@
20913
20913
  ]
20914
20914
  },
20915
20915
  "focus": {
20916
- "$value": "#ae1800",
20916
+ "$value": "#a32c12",
20917
20917
  "$type": "color",
20918
20918
  "$description": "Used for the foreground of a danger (destructive) action in the focus state.",
20919
20919
  "filePath": "src/tokens/semantic/action.tokens.json",
@@ -20934,7 +20934,7 @@
20934
20934
  ]
20935
20935
  },
20936
20936
  "active": {
20937
- "$value": "#660e00",
20937
+ "$value": "#582014",
20938
20938
  "$type": "color",
20939
20939
  "$description": "Used for the foreground of a danger (destructive) action in the active state.",
20940
20940
  "filePath": "src/tokens/semantic/action.tokens.json",
@@ -21175,7 +21175,7 @@
21175
21175
  ]
21176
21176
  },
21177
21177
  "hover": {
21178
- "$value": "#1068bf",
21178
+ "$value": "#2f68b4",
21179
21179
  "$type": "color",
21180
21180
  "$description": "Used for the background of a strong confirm action in the hover state.",
21181
21181
  "filePath": "src/tokens/semantic/action.tokens.json",
@@ -21200,7 +21200,7 @@
21200
21200
  ]
21201
21201
  },
21202
21202
  "focus": {
21203
- "$value": "#1068bf",
21203
+ "$value": "#2f68b4",
21204
21204
  "$type": "color",
21205
21205
  "$description": "Used for the background of a strong confirm action in the focus state.",
21206
21206
  "filePath": "src/tokens/semantic/action.tokens.json",
@@ -21222,7 +21222,7 @@
21222
21222
  ]
21223
21223
  },
21224
21224
  "active": {
21225
- "$value": "#0b5cad",
21225
+ "$value": "#2f5ca0",
21226
21226
  "$type": "color",
21227
21227
  "$description": "Used for the background of a strong confirm action in the active state.",
21228
21228
  "filePath": "src/tokens/semantic/action.tokens.json",
@@ -22127,7 +22127,7 @@
22127
22127
  ]
22128
22128
  },
22129
22129
  "hover": {
22130
- "$value": "#0b5cad",
22130
+ "$value": "#2f5ca0",
22131
22131
  "$type": "color",
22132
22132
  "$description": "Used for checked and indeterminate (selected) form control (checkbox, radio button) background on hover.",
22133
22133
  "filePath": "src/tokens/semantic/control.tokens.json",
@@ -22151,7 +22151,7 @@
22151
22151
  ]
22152
22152
  },
22153
22153
  "focus": {
22154
- "$value": "#0b5cad",
22154
+ "$value": "#2f5ca0",
22155
22155
  "$type": "color",
22156
22156
  "$description": "Used for checked and indeterminate (selected) form control (checkbox, radio button) background on hover.",
22157
22157
  "filePath": "src/tokens/semantic/control.tokens.json",
@@ -22320,7 +22320,7 @@
22320
22320
  ]
22321
22321
  },
22322
22322
  "hover": {
22323
- "$value": "#0b5cad",
22323
+ "$value": "#2f5ca0",
22324
22324
  "$type": "color",
22325
22325
  "$description": "Used for checked and indeterminate (selected) form control (checkbox, radio button) border on hover.",
22326
22326
  "filePath": "src/tokens/semantic/control.tokens.json",
@@ -22344,7 +22344,7 @@
22344
22344
  ]
22345
22345
  },
22346
22346
  "focus": {
22347
- "$value": "#0b5cad",
22347
+ "$value": "#2f5ca0",
22348
22348
  "$type": "color",
22349
22349
  "$description": "Used for checked and indeterminate (selected) form control (checkbox, radio button) border on focus.",
22350
22350
  "filePath": "src/tokens/semantic/control.tokens.json",
@@ -22373,7 +22373,7 @@
22373
22373
  "text": {
22374
22374
  "color": {
22375
22375
  "error": {
22376
- "$value": "#c91c00",
22376
+ "$value": "#c02f12",
22377
22377
  "$type": "color",
22378
22378
  "$description": "Used for the helper text when the input is invalid.",
22379
22379
  "filePath": "src/tokens/semantic/control.tokens.json",
@@ -22393,7 +22393,7 @@
22393
22393
  ]
22394
22394
  },
22395
22395
  "valid": {
22396
- "$value": "#217645",
22396
+ "$value": "#2f7549",
22397
22397
  "$type": "color",
22398
22398
  "$description": "Used for the helper text when the input is valid.",
22399
22399
  "filePath": "src/tokens/semantic/control.tokens.json",
@@ -22682,7 +22682,7 @@
22682
22682
  },
22683
22683
  "text": {
22684
22684
  "color": {
22685
- "$value": "#0b5cad",
22685
+ "$value": "#2f5ca0",
22686
22686
  "$type": "color",
22687
22687
  "$description": "Used for the text of an informational feedback item when highlighting new information or a change that doesn't require immediate action.",
22688
22688
  "filePath": "src/tokens/semantic/feedback.tokens.json",
@@ -22707,7 +22707,7 @@
22707
22707
  },
22708
22708
  "icon": {
22709
22709
  "color": {
22710
- "$value": "#1068bf",
22710
+ "$value": "#2f68b4",
22711
22711
  "$type": "color",
22712
22712
  "$description": "Used for the icon of an informational feedback item when highlighting new information or a change that doesn't require immediate action.",
22713
22713
  "filePath": "src/tokens/semantic/feedback.tokens.json",
@@ -22759,7 +22759,7 @@
22759
22759
  },
22760
22760
  "text": {
22761
22761
  "color": {
22762
- "$value": "#24663b",
22762
+ "$value": "#306440",
22763
22763
  "$type": "color",
22764
22764
  "$description": "Used for the text of a success feedback item when confirming the successful completion of a user-initiated action.",
22765
22765
  "filePath": "src/tokens/semantic/feedback.tokens.json",
@@ -22784,7 +22784,7 @@
22784
22784
  },
22785
22785
  "icon": {
22786
22786
  "color": {
22787
- "$value": "#217645",
22787
+ "$value": "#2f7549",
22788
22788
  "$type": "color",
22789
22789
  "$description": "Used for the icon of a success feedback item when confirming the successful completion of a user-initiated action.",
22790
22790
  "filePath": "src/tokens/semantic/feedback.tokens.json",
@@ -22836,7 +22836,7 @@
22836
22836
  },
22837
22837
  "text": {
22838
22838
  "color": {
22839
- "$value": "#8f4700",
22839
+ "$value": "#894b16",
22840
22840
  "$type": "color",
22841
22841
  "$description": "Used for the text of a warning feedback item when notifying about a potential issue or sensitive information.",
22842
22842
  "filePath": "src/tokens/semantic/feedback.tokens.json",
@@ -22861,7 +22861,7 @@
22861
22861
  },
22862
22862
  "icon": {
22863
22863
  "color": {
22864
- "$value": "#9e5400",
22864
+ "$value": "#995715",
22865
22865
  "$type": "color",
22866
22866
  "$description": "Used for the icon of a warning feedback item when notifying about a potential issue or sensitive information.",
22867
22867
  "filePath": "src/tokens/semantic/feedback.tokens.json",
@@ -22913,7 +22913,7 @@
22913
22913
  },
22914
22914
  "text": {
22915
22915
  "color": {
22916
- "$value": "#ae1800",
22916
+ "$value": "#a32c12",
22917
22917
  "$type": "color",
22918
22918
  "$description": "Used for the text of a danger feedback item when notifying about a critical issue that has just occurred and requires immediate attention.",
22919
22919
  "filePath": "src/tokens/semantic/feedback.tokens.json",
@@ -22938,7 +22938,7 @@
22938
22938
  },
22939
22939
  "icon": {
22940
22940
  "color": {
22941
- "$value": "#c91c00",
22941
+ "$value": "#c02f12",
22942
22942
  "$type": "color",
22943
22943
  "$description": "Used for the icon of a danger feedback item when notifying about a critical issue that has just occurred and requires immediate attention.",
22944
22944
  "filePath": "src/tokens/semantic/feedback.tokens.json",
@@ -23089,7 +23089,7 @@
23089
23089
  ]
23090
23090
  },
23091
23091
  "link": {
23092
- "$value": "#0b5cad",
23092
+ "$value": "#2f5ca0",
23093
23093
  "$type": "color",
23094
23094
  "$description": "Used for an icon within a link.",
23095
23095
  "filePath": "src/tokens/semantic/icon.tokens.json",
@@ -23108,7 +23108,7 @@
23108
23108
  ]
23109
23109
  },
23110
23110
  "info": {
23111
- "$value": "#0b5cad",
23111
+ "$value": "#2f5ca0",
23112
23112
  "$type": "color",
23113
23113
  "$description": "Used for an icon associated with information or help.",
23114
23114
  "filePath": "src/tokens/semantic/icon.tokens.json",
@@ -23130,7 +23130,7 @@
23130
23130
  ]
23131
23131
  },
23132
23132
  "warning": {
23133
- "$value": "#9e5400",
23133
+ "$value": "#995715",
23134
23134
  "$type": "color",
23135
23135
  "$description": "Used for an icon associated with a warning.",
23136
23136
  "filePath": "src/tokens/semantic/icon.tokens.json",
@@ -23149,7 +23149,7 @@
23149
23149
  ]
23150
23150
  },
23151
23151
  "danger": {
23152
- "$value": "#c91c00",
23152
+ "$value": "#c02f12",
23153
23153
  "$type": "color",
23154
23154
  "$description": "Used for an icon associated with an error or danger.",
23155
23155
  "filePath": "src/tokens/semantic/icon.tokens.json",
@@ -23168,7 +23168,7 @@
23168
23168
  ]
23169
23169
  },
23170
23170
  "success": {
23171
- "$value": "#217645",
23171
+ "$value": "#2f7549",
23172
23172
  "$type": "color",
23173
23173
  "$description": "Used for an icon associated with success or validity.",
23174
23174
  "filePath": "src/tokens/semantic/icon.tokens.json",
@@ -23320,7 +23320,7 @@
23320
23320
  },
23321
23321
  "text": {
23322
23322
  "color": {
23323
- "$value": "#0b5cad",
23323
+ "$value": "#2f5ca0",
23324
23324
  "$type": "color",
23325
23325
  "$description": "Used for the text of an informational status item when indicating a noteworthy ongoing condition or a state of active progress.",
23326
23326
  "filePath": "src/tokens/semantic/status.tokens.json",
@@ -23397,7 +23397,7 @@
23397
23397
  },
23398
23398
  "text": {
23399
23399
  "color": {
23400
- "$value": "#24663b",
23400
+ "$value": "#306440",
23401
23401
  "$type": "color",
23402
23402
  "$description": "Used for the text of a success status item when indicating a positive outcome, completion, or desired state. Clearly conveys a positive connotation.",
23403
23403
  "filePath": "src/tokens/semantic/status.tokens.json",
@@ -23474,7 +23474,7 @@
23474
23474
  },
23475
23475
  "text": {
23476
23476
  "color": {
23477
- "$value": "#8f4700",
23477
+ "$value": "#894b16",
23478
23478
  "$type": "color",
23479
23479
  "$description": "Used for the text of a warning status item when indicating a state that requires heightened awareness or caution, but is not necessarily problematic. Represents a state that warrants extra attention or care when interacting with the item.",
23480
23480
  "filePath": "src/tokens/semantic/status.tokens.json",
@@ -23551,7 +23551,7 @@
23551
23551
  },
23552
23552
  "text": {
23553
23553
  "color": {
23554
- "$value": "#ae1800",
23554
+ "$value": "#a32c12",
23555
23555
  "$type": "color",
23556
23556
  "$description": "Used for the text of a danger status item when indicating a critical or severely problematic current state. Clearly conveys a negative connotation, representing a serious, ongoing issue or undesired condition.",
23557
23557
  "filePath": "src/tokens/semantic/status.tokens.json",
@@ -23628,7 +23628,7 @@
23628
23628
  },
23629
23629
  "text": {
23630
23630
  "color": {
23631
- "$value": "#5943b6",
23631
+ "$value": "#5c47a6",
23632
23632
  "$type": "color",
23633
23633
  "$description": "Used for the text of a brand-related status item when highlighting the state of unique features or elements specific to the GitLab brand identity. Helps distinguish and emphasize brand-specific elements within the interface.",
23634
23634
  "filePath": "src/tokens/semantic/status.tokens.json",
@@ -23838,7 +23838,7 @@
23838
23838
  ]
23839
23839
  },
23840
23840
  "link": {
23841
- "$value": "#0b5cad",
23841
+ "$value": "#2f5ca0",
23842
23842
  "$type": "color",
23843
23843
  "$description": "Used for default text links.",
23844
23844
  "filePath": "src/tokens/semantic/text.tokens.json",
@@ -23860,7 +23860,7 @@
23860
23860
  ]
23861
23861
  },
23862
23862
  "warning": {
23863
- "$value": "#9e5400",
23863
+ "$value": "#995715",
23864
23864
  "$type": "color",
23865
23865
  "$description": "Used for text that requires caution or careful attention.",
23866
23866
  "filePath": "src/tokens/semantic/text.tokens.json",
@@ -23882,7 +23882,7 @@
23882
23882
  ]
23883
23883
  },
23884
23884
  "danger": {
23885
- "$value": "#c91c00",
23885
+ "$value": "#c02f12",
23886
23886
  "$type": "color",
23887
23887
  "$description": "Used for text indicating a problem, critical state, destructive action, error, failure, removal, stop, or declination.",
23888
23888
  "filePath": "src/tokens/semantic/text.tokens.json",
@@ -23904,7 +23904,7 @@
23904
23904
  ]
23905
23905
  },
23906
23906
  "success": {
23907
- "$value": "#217645",
23907
+ "$value": "#2f7549",
23908
23908
  "$type": "color",
23909
23909
  "$description": "Used for text indicating success, completion, approval, addition, or validity.",
23910
23910
  "filePath": "src/tokens/semantic/text.tokens.json",