@gitlab/ui 112.2.3 → 112.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (32) hide show
  1. package/CHANGELOG.md +7 -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",
@@ -5866,7 +5866,7 @@
5866
5866
  "text": {
5867
5867
  "color": {
5868
5868
  "default": {
5869
- "$value": "#002850",
5869
+ "$value": "#1d283e",
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": "#002850",
5893
+ "$value": "#1d283e",
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": "#002850",
5917
+ "$value": "#1d283e",
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": "#002850",
5938
+ "$value": "#1d283e",
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",
@@ -5963,7 +5963,7 @@
5963
5963
  "icon": {
5964
5964
  "color": {
5965
5965
  "default": {
5966
- "$value": "#002850",
5966
+ "$value": "#1d283e",
5967
5967
  "$type": "color",
5968
5968
  "$description": "Used for the icon of an informational badge when static or the default state when linked.",
5969
5969
  "filePath": "src/tokens/contextual/badge.tokens.json",
@@ -5987,7 +5987,7 @@
5987
5987
  ]
5988
5988
  },
5989
5989
  "hover": {
5990
- "$value": "#002850",
5990
+ "$value": "#1d283e",
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": "#002850",
6014
+ "$value": "#1d283e",
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": "#002850",
6035
+ "$value": "#1d283e",
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": "#072b15",
6250
+ "$value": "#17291c",
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": "#072b15",
6274
+ "$value": "#17291c",
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": "#072b15",
6298
+ "$value": "#17291c",
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": "#072b15",
6319
+ "$value": "#17291c",
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",
@@ -6344,7 +6344,7 @@
6344
6344
  "icon": {
6345
6345
  "color": {
6346
6346
  "default": {
6347
- "$value": "#072b15",
6347
+ "$value": "#17291c",
6348
6348
  "$type": "color",
6349
6349
  "$description": "Used for the icon of a success badge when static or the default state when linked.",
6350
6350
  "filePath": "src/tokens/contextual/badge.tokens.json",
@@ -6368,7 +6368,7 @@
6368
6368
  ]
6369
6369
  },
6370
6370
  "hover": {
6371
- "$value": "#072b15",
6371
+ "$value": "#17291c",
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": "#072b15",
6395
+ "$value": "#17291c",
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": "#072b15",
6416
+ "$value": "#17291c",
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": "#421f00",
6631
+ "$value": "#382315",
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": "#421f00",
6655
+ "$value": "#382315",
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": "#421f00",
6679
+ "$value": "#382315",
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": "#421f00",
6700
+ "$value": "#382315",
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",
@@ -6725,7 +6725,7 @@
6725
6725
  "icon": {
6726
6726
  "color": {
6727
6727
  "default": {
6728
- "$value": "#421f00",
6728
+ "$value": "#382315",
6729
6729
  "$type": "color",
6730
6730
  "$description": "Used for the icon of a warning badge when static or the default state when linked.",
6731
6731
  "filePath": "src/tokens/contextual/badge.tokens.json",
@@ -6749,7 +6749,7 @@
6749
6749
  ]
6750
6750
  },
6751
6751
  "hover": {
6752
- "$value": "#421f00",
6752
+ "$value": "#382315",
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": "#421f00",
6776
+ "$value": "#382315",
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": "#421f00",
6797
+ "$value": "#382315",
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": "#4d0a00",
7012
+ "$value": "#3e1a14",
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": "#4d0a00",
7036
+ "$value": "#3e1a14",
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": "#4d0a00",
7060
+ "$value": "#3e1a14",
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": "#4d0a00",
7081
+ "$value": "#3e1a14",
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": "#4d0a00",
7109
+ "$value": "#3e1a14",
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": "#4d0a00",
7133
+ "$value": "#3e1a14",
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": "#4d0a00",
7157
+ "$value": "#3e1a14",
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": "#4d0a00",
7178
+ "$value": "#3e1a14",
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": "#232150",
7393
+ "$value": "#27243e",
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": "#232150",
7417
+ "$value": "#27243e",
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": "#232150",
7441
+ "$value": "#27243e",
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": "#232150",
7462
+ "$value": "#27243e",
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": "#232150",
7490
+ "$value": "#27243e",
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": "#232150",
7514
+ "$value": "#27243e",
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": "#232150",
7538
+ "$value": "#27243e",
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": "#232150",
7559
+ "$value": "#27243e",
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",
@@ -7587,7 +7587,7 @@
7587
7587
  "intro": {
7588
7588
  "border": {
7589
7589
  "color": {
7590
- "$value": "#0b5cad",
7590
+ "$value": "#2f5ca0",
7591
7591
  "$type": "color",
7592
7592
  "$description": "Used for the border of an info banner.",
7593
7593
  "filePath": "src/tokens/contextual/banner.tokens.json",
@@ -7614,7 +7614,7 @@
7614
7614
  "promo": {
7615
7615
  "background": {
7616
7616
  "color": {
7617
- "$value": "#232150",
7617
+ "$value": "#27243e",
7618
7618
  "$type": "color",
7619
7619
  "$description": "Used for the background of a promo banner.",
7620
7620
  "filePath": "src/tokens/contextual/banner.tokens.json",
@@ -7639,7 +7639,7 @@
7639
7639
  },
7640
7640
  "border": {
7641
7641
  "color": {
7642
- "$value": "#5943b6",
7642
+ "$value": "#5c47a6",
7643
7643
  "$type": "color",
7644
7644
  "$description": "Used for the border of a promo banner.",
7645
7645
  "filePath": "src/tokens/contextual/banner.tokens.json",
@@ -11546,7 +11546,7 @@
11546
11546
  },
11547
11547
  "line": {
11548
11548
  "color": {
11549
- "$value": "#c91c00",
11549
+ "$value": "#c02f12",
11550
11550
  "$type": "color",
11551
11551
  "$description": "Used in charts to divide a threshold area in a chart from other data.",
11552
11552
  "filePath": "src/tokens/contextual/chart.tokens.json",
@@ -13599,7 +13599,7 @@
13599
13599
  "background": {
13600
13600
  "color": {
13601
13601
  "default": {
13602
- "$value": "#064787",
13602
+ "$value": "#284779",
13603
13603
  "$type": "color",
13604
13604
  "$description": "Used for the mention link default background.",
13605
13605
  "filePath": "src/tokens/contextual/link.tokens.json",
@@ -13623,7 +13623,7 @@
13623
13623
  ]
13624
13624
  },
13625
13625
  "current": {
13626
- "$value": "#703800",
13626
+ "$value": "#693c14",
13627
13627
  "$type": "color",
13628
13628
  "$description": "Used for the mention link background when referencing the current user.",
13629
13629
  "filePath": "src/tokens/contextual/link.tokens.json",
@@ -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",
@@ -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",
@@ -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",
@@ -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",
@@ -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",
@@ -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",
@@ -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",
@@ -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",
@@ -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",
@@ -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",
@@ -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",
@@ -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",
@@ -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",
@@ -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",
@@ -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",
@@ -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",
@@ -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",
@@ -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",
@@ -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",
@@ -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",
@@ -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",
@@ -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",
@@ -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",
@@ -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",
@@ -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",
@@ -22657,7 +22657,7 @@
22657
22657
  "info": {
22658
22658
  "background": {
22659
22659
  "color": {
22660
- "$value": "#002850",
22660
+ "$value": "#1d283e",
22661
22661
  "$type": "color",
22662
22662
  "$description": "Used for the background of an informational feedback item when highlighting new information or a change that doesn't require immediate action.",
22663
22663
  "filePath": "src/tokens/semantic/feedback.tokens.json",
@@ -22734,7 +22734,7 @@
22734
22734
  "success": {
22735
22735
  "background": {
22736
22736
  "color": {
22737
- "$value": "#0a4020",
22737
+ "$value": "#1e3e28",
22738
22738
  "$type": "color",
22739
22739
  "$description": "Used for the background of a success feedback item when confirming the successful completion of a user-initiated action.",
22740
22740
  "filePath": "src/tokens/semantic/feedback.tokens.json",
@@ -22811,7 +22811,7 @@
22811
22811
  "warning": {
22812
22812
  "background": {
22813
22813
  "color": {
22814
- "$value": "#5c2900",
22814
+ "$value": "#532e16",
22815
22815
  "$type": "color",
22816
22816
  "$description": "Used for the background of a warning feedback item when notifying about a potential issue or sensitive information.",
22817
22817
  "filePath": "src/tokens/semantic/feedback.tokens.json",
@@ -22888,7 +22888,7 @@
22888
22888
  "danger": {
22889
22889
  "background": {
22890
22890
  "color": {
22891
- "$value": "#660e00",
22891
+ "$value": "#582014",
22892
22892
  "$type": "color",
22893
22893
  "$description": "Used for the background of a danger feedback item when notifying about a critical issue that has just occurred and requires immediate attention.",
22894
22894
  "filePath": "src/tokens/semantic/feedback.tokens.json",
@@ -23295,7 +23295,7 @@
23295
23295
  "info": {
23296
23296
  "background": {
23297
23297
  "color": {
23298
- "$value": "#064787",
23298
+ "$value": "#284779",
23299
23299
  "$type": "color",
23300
23300
  "$description": "Used for the background of an informational status item when indicating a noteworthy ongoing condition or a state of active progress.",
23301
23301
  "filePath": "src/tokens/semantic/status.tokens.json",
@@ -23372,7 +23372,7 @@
23372
23372
  "success": {
23373
23373
  "background": {
23374
23374
  "color": {
23375
- "$value": "#0d532a",
23375
+ "$value": "#225131",
23376
23376
  "$type": "color",
23377
23377
  "$description": "Used for the background of a success status item when indicating a positive outcome, completion, or desired state. Clearly conveys a positive connotation.",
23378
23378
  "filePath": "src/tokens/semantic/status.tokens.json",
@@ -23449,7 +23449,7 @@
23449
23449
  "warning": {
23450
23450
  "background": {
23451
23451
  "color": {
23452
- "$value": "#703800",
23452
+ "$value": "#693c14",
23453
23453
  "$type": "color",
23454
23454
  "$description": "Used for the background 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.",
23455
23455
  "filePath": "src/tokens/semantic/status.tokens.json",
@@ -23526,7 +23526,7 @@
23526
23526
  "danger": {
23527
23527
  "background": {
23528
23528
  "color": {
23529
- "$value": "#8d1300",
23529
+ "$value": "#812713",
23530
23530
  "$type": "color",
23531
23531
  "$description": "Used for the background 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.",
23532
23532
  "filePath": "src/tokens/semantic/status.tokens.json",
@@ -23603,7 +23603,7 @@
23603
23603
  "brand": {
23604
23604
  "background": {
23605
23605
  "color": {
23606
- "$value": "#2f2a6b",
23606
+ "$value": "#342d59",
23607
23607
  "$type": "color",
23608
23608
  "$description": "Used for the background 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.",
23609
23609
  "filePath": "src/tokens/semantic/status.tokens.json",