@gitlab/ui 137.1.1 → 137.2.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 (30) hide show
  1. package/dist/components/base/link/link.js +1 -1
  2. package/dist/index.css +2 -2
  3. package/dist/index.css.map +1 -1
  4. package/dist/tokens/build/js/tokens.dark.js +196 -191
  5. package/dist/tokens/build/js/tokens.js +218 -213
  6. package/dist/utils/constants.js +5 -5
  7. package/package.json +9 -9
  8. package/src/components/base/alert/alert.scss +13 -48
  9. package/src/components/base/link/link.vue +3 -1
  10. package/src/scss/themes.scss +23 -5
  11. package/src/tokens/build/css/tokens.css +20 -15
  12. package/src/tokens/build/css/tokens.dark.css +32 -27
  13. package/src/tokens/build/docs/tokens-tailwind-docs.dark.json +199 -199
  14. package/src/tokens/build/docs/tokens-tailwind-docs.json +198 -198
  15. package/src/tokens/build/figma/constants.dark.json +33 -33
  16. package/src/tokens/build/figma/constants.json +33 -33
  17. package/src/tokens/build/figma/mode.dark.json +66 -16
  18. package/src/tokens/build/figma/mode.json +54 -4
  19. package/src/tokens/build/js/tokens.dark.js +195 -190
  20. package/src/tokens/build/js/tokens.js +217 -212
  21. package/src/tokens/build/json/tokens.dark.json +378 -218
  22. package/src/tokens/build/json/tokens.json +388 -228
  23. package/src/tokens/build/scss/_tokens.dark.scss +32 -27
  24. package/src/tokens/build/scss/_tokens.scss +20 -15
  25. package/src/tokens/build/scss/_tokens_custom_properties.scss +5 -0
  26. package/src/tokens/constant/color.neutral.tokens.json +33 -33
  27. package/src/tokens/contextual/alert.tokens.json +80 -35
  28. package/src/tokens/semantic/action.tokens.json +3 -3
  29. package/src/tokens/semantic/feedback.tokens.json +6 -6
  30. package/src/utils/constants.js +5 -5
@@ -34,7 +34,7 @@
34
34
  },
35
35
  "default": {
36
36
  "key": "{border.color.default}",
37
- "$value": "#4c4b51",
37
+ "$value": "#4d4b4e",
38
38
  "$type": "color",
39
39
  "$description": "Used for the default border color.",
40
40
  "$extensions": {
@@ -65,7 +65,7 @@
65
65
  },
66
66
  "subtle": {
67
67
  "key": "{border.color.subtle}",
68
- "$value": "#3a383f",
68
+ "$value": "#3a383d",
69
69
  "$type": "color",
70
70
  "$description": "Used for a subtle border in combination with the default background.",
71
71
  "$extensions": {
@@ -96,7 +96,7 @@
96
96
  },
97
97
  "strong": {
98
98
  "key": "{border.color.strong}",
99
- "$value": "#626168",
99
+ "$value": "#646163",
100
100
  "$type": "color",
101
101
  "$description": "Used for a distinct border that emphasizes an edge or boundaries.",
102
102
  "$extensions": {
@@ -3224,7 +3224,7 @@
3224
3224
  },
3225
3225
  "10": {
3226
3226
  "key": "{color.neutral.10}",
3227
- "$value": "#fbfafd",
3227
+ "$value": "#f7f7f5",
3228
3228
  "$type": "color",
3229
3229
  "$extensions": {
3230
3230
  "com.figma.scopes": []
@@ -3232,7 +3232,7 @@
3232
3232
  "filePath": "src/tokens/constant/color.neutral.tokens.json",
3233
3233
  "isSource": true,
3234
3234
  "original": {
3235
- "$value": "#fbfafd",
3235
+ "$value": "#f7f7f5",
3236
3236
  "$type": "color",
3237
3237
  "$extensions": {
3238
3238
  "com.figma.scopes": []
@@ -3249,7 +3249,7 @@
3249
3249
  },
3250
3250
  "50": {
3251
3251
  "key": "{color.neutral.50}",
3252
- "$value": "#ececef",
3252
+ "$value": "#ecebea",
3253
3253
  "$type": "color",
3254
3254
  "$extensions": {
3255
3255
  "com.figma.scopes": []
@@ -3257,7 +3257,7 @@
3257
3257
  "filePath": "src/tokens/constant/color.neutral.tokens.json",
3258
3258
  "isSource": true,
3259
3259
  "original": {
3260
- "$value": "#ececef",
3260
+ "$value": "#ecebea",
3261
3261
  "$type": "color",
3262
3262
  "$extensions": {
3263
3263
  "com.figma.scopes": []
@@ -3274,7 +3274,7 @@
3274
3274
  },
3275
3275
  "100": {
3276
3276
  "key": "{color.neutral.100}",
3277
- "$value": "#dcdcde",
3277
+ "$value": "#dcdbd9",
3278
3278
  "$type": "color",
3279
3279
  "$extensions": {
3280
3280
  "com.figma.scopes": []
@@ -3282,7 +3282,7 @@
3282
3282
  "filePath": "src/tokens/constant/color.neutral.tokens.json",
3283
3283
  "isSource": true,
3284
3284
  "original": {
3285
- "$value": "#dcdcde",
3285
+ "$value": "#dcdbd9",
3286
3286
  "$type": "color",
3287
3287
  "$extensions": {
3288
3288
  "com.figma.scopes": []
@@ -3299,7 +3299,7 @@
3299
3299
  },
3300
3300
  "200": {
3301
3301
  "key": "{color.neutral.200}",
3302
- "$value": "#bfbfc3",
3302
+ "$value": "#c1bfbe",
3303
3303
  "$type": "color",
3304
3304
  "$extensions": {
3305
3305
  "com.figma.scopes": []
@@ -3307,7 +3307,7 @@
3307
3307
  "filePath": "src/tokens/constant/color.neutral.tokens.json",
3308
3308
  "isSource": true,
3309
3309
  "original": {
3310
- "$value": "#bfbfc3",
3310
+ "$value": "#c1bfbe",
3311
3311
  "$type": "color",
3312
3312
  "$extensions": {
3313
3313
  "com.figma.scopes": []
@@ -3324,7 +3324,7 @@
3324
3324
  },
3325
3325
  "300": {
3326
3326
  "key": "{color.neutral.300}",
3327
- "$value": "#a4a3a8",
3327
+ "$value": "#a5a3a3",
3328
3328
  "$type": "color",
3329
3329
  "$extensions": {
3330
3330
  "com.figma.scopes": []
@@ -3332,7 +3332,7 @@
3332
3332
  "filePath": "src/tokens/constant/color.neutral.tokens.json",
3333
3333
  "isSource": true,
3334
3334
  "original": {
3335
- "$value": "#a4a3a8",
3335
+ "$value": "#a5a3a3",
3336
3336
  "$type": "color",
3337
3337
  "$extensions": {
3338
3338
  "com.figma.scopes": []
@@ -3349,7 +3349,7 @@
3349
3349
  },
3350
3350
  "400": {
3351
3351
  "key": "{color.neutral.400}",
3352
- "$value": "#89888d",
3352
+ "$value": "#8a8888",
3353
3353
  "$type": "color",
3354
3354
  "$extensions": {
3355
3355
  "com.figma.scopes": []
@@ -3357,7 +3357,7 @@
3357
3357
  "filePath": "src/tokens/constant/color.neutral.tokens.json",
3358
3358
  "isSource": true,
3359
3359
  "original": {
3360
- "$value": "#89888d",
3360
+ "$value": "#8a8888",
3361
3361
  "$type": "color",
3362
3362
  "$extensions": {
3363
3363
  "com.figma.scopes": []
@@ -3374,7 +3374,7 @@
3374
3374
  },
3375
3375
  "500": {
3376
3376
  "key": "{color.neutral.500}",
3377
- "$value": "#737278",
3377
+ "$value": "#747273",
3378
3378
  "$type": "color",
3379
3379
  "$extensions": {
3380
3380
  "com.figma.scopes": []
@@ -3382,7 +3382,7 @@
3382
3382
  "filePath": "src/tokens/constant/color.neutral.tokens.json",
3383
3383
  "isSource": true,
3384
3384
  "original": {
3385
- "$value": "#737278",
3385
+ "$value": "#747273",
3386
3386
  "$type": "color",
3387
3387
  "$extensions": {
3388
3388
  "com.figma.scopes": []
@@ -3399,7 +3399,7 @@
3399
3399
  },
3400
3400
  "600": {
3401
3401
  "key": "{color.neutral.600}",
3402
- "$value": "#626168",
3402
+ "$value": "#646163",
3403
3403
  "$type": "color",
3404
3404
  "$extensions": {
3405
3405
  "com.figma.scopes": []
@@ -3407,7 +3407,7 @@
3407
3407
  "filePath": "src/tokens/constant/color.neutral.tokens.json",
3408
3408
  "isSource": true,
3409
3409
  "original": {
3410
- "$value": "#626168",
3410
+ "$value": "#646163",
3411
3411
  "$type": "color",
3412
3412
  "$extensions": {
3413
3413
  "com.figma.scopes": []
@@ -3424,7 +3424,7 @@
3424
3424
  },
3425
3425
  "700": {
3426
3426
  "key": "{color.neutral.700}",
3427
- "$value": "#4c4b51",
3427
+ "$value": "#4d4b4e",
3428
3428
  "$type": "color",
3429
3429
  "$extensions": {
3430
3430
  "com.figma.scopes": []
@@ -3432,7 +3432,7 @@
3432
3432
  "filePath": "src/tokens/constant/color.neutral.tokens.json",
3433
3433
  "isSource": true,
3434
3434
  "original": {
3435
- "$value": "#4c4b51",
3435
+ "$value": "#4d4b4e",
3436
3436
  "$type": "color",
3437
3437
  "$extensions": {
3438
3438
  "com.figma.scopes": []
@@ -3449,7 +3449,7 @@
3449
3449
  },
3450
3450
  "800": {
3451
3451
  "key": "{color.neutral.800}",
3452
- "$value": "#3a383f",
3452
+ "$value": "#3a383d",
3453
3453
  "$type": "color",
3454
3454
  "$extensions": {
3455
3455
  "com.figma.scopes": []
@@ -3457,7 +3457,7 @@
3457
3457
  "filePath": "src/tokens/constant/color.neutral.tokens.json",
3458
3458
  "isSource": true,
3459
3459
  "original": {
3460
- "$value": "#3a383f",
3460
+ "$value": "#3a383d",
3461
3461
  "$type": "color",
3462
3462
  "$extensions": {
3463
3463
  "com.figma.scopes": []
@@ -3524,7 +3524,7 @@
3524
3524
  },
3525
3525
  "1000": {
3526
3526
  "key": "{color.neutral.1000}",
3527
- "$value": "#050506",
3527
+ "$value": "#050408",
3528
3528
  "$type": "color",
3529
3529
  "$extensions": {
3530
3530
  "com.figma.scopes": []
@@ -3532,7 +3532,7 @@
3532
3532
  "filePath": "src/tokens/constant/color.neutral.tokens.json",
3533
3533
  "isSource": true,
3534
3534
  "original": {
3535
- "$value": "#050506",
3535
+ "$value": "#050408",
3536
3536
  "$type": "color",
3537
3537
  "$extensions": {
3538
3538
  "com.figma.scopes": []
@@ -8184,7 +8184,7 @@
8184
8184
  "filePath": "src/tokens/contextual/alert.tokens.json",
8185
8185
  "isSource": true,
8186
8186
  "original": {
8187
- "$value": "{background.color.subtle}",
8187
+ "$value": "{feedback.neutral.background.color}",
8188
8188
  "$type": "color",
8189
8189
  "$description": "Used for the background color of a neutral alert.",
8190
8190
  "$extensions": {
@@ -8206,12 +8206,44 @@
8206
8206
  }
8207
8207
  },
8208
8208
  "border": {
8209
+ "color": {
8210
+ "key": "{alert.neutral.border.color}",
8211
+ "$value": "#646163",
8212
+ "$type": "color",
8213
+ "$description": "Used for the border color of a neutral alert.",
8214
+ "$extensions": {
8215
+ "com.figma.scopes": [
8216
+ "STROKE_COLOR"
8217
+ ]
8218
+ },
8219
+ "filePath": "src/tokens/contextual/alert.tokens.json",
8220
+ "isSource": true,
8221
+ "original": {
8222
+ "$value": "{feedback.neutral.border.color}",
8223
+ "$type": "color",
8224
+ "$description": "Used for the border color of a neutral alert.",
8225
+ "$extensions": {
8226
+ "com.figma.scopes": [
8227
+ "STROKE_COLOR"
8228
+ ]
8229
+ },
8230
+ "key": "{alert.neutral.border.color}"
8231
+ },
8232
+ "name": "ALERT_NEUTRAL_BORDER_COLOR",
8233
+ "attributes": {},
8234
+ "path": [
8235
+ "alert",
8236
+ "neutral",
8237
+ "border",
8238
+ "color"
8239
+ ]
8240
+ },
8209
8241
  "top": {
8210
8242
  "color": {
8211
8243
  "key": "{alert.neutral.border.top.color}",
8212
- "$value": "#89888d",
8244
+ "$value": "#8a8888",
8213
8245
  "$type": "color",
8214
- "$description": "Used for the border center color of a neutral alert.",
8246
+ "$description": "Used for the border color of a neutral alert.",
8215
8247
  "$extensions": {
8216
8248
  "com.figma.scopes": [
8217
8249
  "STROKE_COLOR"
@@ -8222,7 +8254,7 @@
8222
8254
  "original": {
8223
8255
  "$value": "{color.neutral.400}",
8224
8256
  "$type": "color",
8225
- "$description": "Used for the border center color of a neutral alert.",
8257
+ "$description": "Used for the border color of a neutral alert.",
8226
8258
  "$extensions": {
8227
8259
  "com.figma.scopes": [
8228
8260
  "STROKE_COLOR"
@@ -8282,7 +8314,7 @@
8282
8314
  "title": {
8283
8315
  "color": {
8284
8316
  "key": "{alert.info.title.color}",
8285
- "$value": "#63a6e9",
8317
+ "$value": "#9dc7f1",
8286
8318
  "$type": "color",
8287
8319
  "$description": "Used for the title color of an info alert.",
8288
8320
  "$extensions": {
@@ -8293,7 +8325,7 @@
8293
8325
  "filePath": "src/tokens/contextual/alert.tokens.json",
8294
8326
  "isSource": true,
8295
8327
  "original": {
8296
- "$value": "{color.blue.300}",
8328
+ "$value": "{color.blue.200}",
8297
8329
  "$type": "color",
8298
8330
  "$description": "Used for the title color of an info alert.",
8299
8331
  "$extensions": {
@@ -8316,7 +8348,7 @@
8316
8348
  "background": {
8317
8349
  "color": {
8318
8350
  "key": "{alert.info.background.color}",
8319
- "$value": "#28272d",
8351
+ "$value": "#1d283e",
8320
8352
  "$type": "color",
8321
8353
  "$description": "Used for the background color of an info alert.",
8322
8354
  "$extensions": {
@@ -8328,7 +8360,7 @@
8328
8360
  "filePath": "src/tokens/contextual/alert.tokens.json",
8329
8361
  "isSource": true,
8330
8362
  "original": {
8331
- "$value": "{background.color.subtle}",
8363
+ "$value": "{feedback.info.background.color}",
8332
8364
  "$type": "color",
8333
8365
  "$description": "Used for the background color of an info alert.",
8334
8366
  "$extensions": {
@@ -8350,6 +8382,38 @@
8350
8382
  }
8351
8383
  },
8352
8384
  "border": {
8385
+ "color": {
8386
+ "key": "{alert.info.border.color}",
8387
+ "$value": "#2f68b4",
8388
+ "$type": "color",
8389
+ "$description": "Used for the border color of an info alert.",
8390
+ "$extensions": {
8391
+ "com.figma.scopes": [
8392
+ "STROKE_COLOR"
8393
+ ]
8394
+ },
8395
+ "filePath": "src/tokens/contextual/alert.tokens.json",
8396
+ "isSource": true,
8397
+ "original": {
8398
+ "$value": "{feedback.info.border.color}",
8399
+ "$type": "color",
8400
+ "$description": "Used for the border color of an info alert.",
8401
+ "$extensions": {
8402
+ "com.figma.scopes": [
8403
+ "STROKE_COLOR"
8404
+ ]
8405
+ },
8406
+ "key": "{alert.info.border.color}"
8407
+ },
8408
+ "name": "ALERT_INFO_BORDER_COLOR",
8409
+ "attributes": {},
8410
+ "path": [
8411
+ "alert",
8412
+ "info",
8413
+ "border",
8414
+ "color"
8415
+ ]
8416
+ },
8353
8417
  "top": {
8354
8418
  "color": {
8355
8419
  "key": "{alert.info.border.top.color}",
@@ -8416,7 +8480,7 @@
8416
8480
  "title": {
8417
8481
  "color": {
8418
8482
  "key": "{alert.success.title.color}",
8419
- "$value": "#52b87a",
8483
+ "$value": "#91d4a8",
8420
8484
  "$type": "color",
8421
8485
  "$description": "Used for the title color of a success alert.",
8422
8486
  "$extensions": {
@@ -8427,7 +8491,7 @@
8427
8491
  "filePath": "src/tokens/contextual/alert.tokens.json",
8428
8492
  "isSource": true,
8429
8493
  "original": {
8430
- "$value": "{color.green.300}",
8494
+ "$value": "{color.green.200}",
8431
8495
  "$type": "color",
8432
8496
  "$description": "Used for the title color of a success alert.",
8433
8497
  "$extensions": {
@@ -8450,7 +8514,7 @@
8450
8514
  "background": {
8451
8515
  "color": {
8452
8516
  "key": "{alert.success.background.color}",
8453
- "$value": "#28272d",
8517
+ "$value": "#1e3e28",
8454
8518
  "$type": "color",
8455
8519
  "$description": "Used for the background color of a success alert.",
8456
8520
  "$extensions": {
@@ -8462,7 +8526,7 @@
8462
8526
  "filePath": "src/tokens/contextual/alert.tokens.json",
8463
8527
  "isSource": true,
8464
8528
  "original": {
8465
- "$value": "{background.color.subtle}",
8529
+ "$value": "{feedback.success.background.color}",
8466
8530
  "$type": "color",
8467
8531
  "$description": "Used for the background color of a success alert.",
8468
8532
  "$extensions": {
@@ -8484,6 +8548,38 @@
8484
8548
  }
8485
8549
  },
8486
8550
  "border": {
8551
+ "color": {
8552
+ "key": "{alert.success.border.color}",
8553
+ "$value": "#2f7549",
8554
+ "$type": "color",
8555
+ "$description": "Used for the border color of a success alert.",
8556
+ "$extensions": {
8557
+ "com.figma.scopes": [
8558
+ "STROKE_COLOR"
8559
+ ]
8560
+ },
8561
+ "filePath": "src/tokens/contextual/alert.tokens.json",
8562
+ "isSource": true,
8563
+ "original": {
8564
+ "$value": "{feedback.success.border.color}",
8565
+ "$type": "color",
8566
+ "$description": "Used for the border color of a success alert.",
8567
+ "$extensions": {
8568
+ "com.figma.scopes": [
8569
+ "STROKE_COLOR"
8570
+ ]
8571
+ },
8572
+ "key": "{alert.success.border.color}"
8573
+ },
8574
+ "name": "ALERT_SUCCESS_BORDER_COLOR",
8575
+ "attributes": {},
8576
+ "path": [
8577
+ "alert",
8578
+ "success",
8579
+ "border",
8580
+ "color"
8581
+ ]
8582
+ },
8487
8583
  "top": {
8488
8584
  "color": {
8489
8585
  "key": "{alert.success.border.top.color}",
@@ -8560,7 +8656,7 @@
8560
8656
  "title": {
8561
8657
  "color": {
8562
8658
  "key": "{alert.warning.title.color}",
8563
- "$value": "#d99530",
8659
+ "$value": "#e9be74",
8564
8660
  "$type": "color",
8565
8661
  "$description": "Used for the title color of a warning alert.",
8566
8662
  "$extensions": {
@@ -8571,7 +8667,7 @@
8571
8667
  "filePath": "src/tokens/contextual/alert.tokens.json",
8572
8668
  "isSource": true,
8573
8669
  "original": {
8574
- "$value": "{color.orange.300}",
8670
+ "$value": "{color.orange.200}",
8575
8671
  "$type": "color",
8576
8672
  "$description": "Used for the title color of a warning alert.",
8577
8673
  "$extensions": {
@@ -8594,7 +8690,7 @@
8594
8690
  "background": {
8595
8691
  "color": {
8596
8692
  "key": "{alert.warning.background.color}",
8597
- "$value": "#28272d",
8693
+ "$value": "#532e16",
8598
8694
  "$type": "color",
8599
8695
  "$description": "Used for the background color of a warning alert.",
8600
8696
  "$extensions": {
@@ -8606,7 +8702,7 @@
8606
8702
  "filePath": "src/tokens/contextual/alert.tokens.json",
8607
8703
  "isSource": true,
8608
8704
  "original": {
8609
- "$value": "{background.color.subtle}",
8705
+ "$value": "{feedback.warning.background.color}",
8610
8706
  "$type": "color",
8611
8707
  "$description": "Used for the background color of a warning alert.",
8612
8708
  "$extensions": {
@@ -8628,6 +8724,38 @@
8628
8724
  }
8629
8725
  },
8630
8726
  "border": {
8727
+ "color": {
8728
+ "key": "{alert.warning.border.color}",
8729
+ "$value": "#995715",
8730
+ "$type": "color",
8731
+ "$description": "Used for the border color of a warning alert.",
8732
+ "$extensions": {
8733
+ "com.figma.scopes": [
8734
+ "STROKE_COLOR"
8735
+ ]
8736
+ },
8737
+ "filePath": "src/tokens/contextual/alert.tokens.json",
8738
+ "isSource": true,
8739
+ "original": {
8740
+ "$value": "{feedback.warning.border.color}",
8741
+ "$type": "color",
8742
+ "$description": "Used for the border color of a warning alert.",
8743
+ "$extensions": {
8744
+ "com.figma.scopes": [
8745
+ "STROKE_COLOR"
8746
+ ]
8747
+ },
8748
+ "key": "{alert.warning.border.color}"
8749
+ },
8750
+ "name": "ALERT_WARNING_BORDER_COLOR",
8751
+ "attributes": {},
8752
+ "path": [
8753
+ "alert",
8754
+ "warning",
8755
+ "border",
8756
+ "color"
8757
+ ]
8758
+ },
8631
8759
  "top": {
8632
8760
  "color": {
8633
8761
  "key": "{alert.warning.border.top.color}",
@@ -8704,7 +8832,7 @@
8704
8832
  "title": {
8705
8833
  "color": {
8706
8834
  "key": "{alert.danger.title.color}",
8707
- "$value": "#f6806d",
8835
+ "$value": "#fcb5aa",
8708
8836
  "$type": "color",
8709
8837
  "$description": "Used for the title color of a danger alert.",
8710
8838
  "$extensions": {
@@ -8715,7 +8843,7 @@
8715
8843
  "filePath": "src/tokens/contextual/alert.tokens.json",
8716
8844
  "isSource": true,
8717
8845
  "original": {
8718
- "$value": "{color.red.300}",
8846
+ "$value": "{color.red.200}",
8719
8847
  "$type": "color",
8720
8848
  "$description": "Used for the title color of a danger alert.",
8721
8849
  "$extensions": {
@@ -8738,7 +8866,7 @@
8738
8866
  "background": {
8739
8867
  "color": {
8740
8868
  "key": "{alert.danger.background.color}",
8741
- "$value": "#28272d",
8869
+ "$value": "#582014",
8742
8870
  "$type": "color",
8743
8871
  "$description": "Used for the background color of a danger alert.",
8744
8872
  "$extensions": {
@@ -8750,7 +8878,7 @@
8750
8878
  "filePath": "src/tokens/contextual/alert.tokens.json",
8751
8879
  "isSource": true,
8752
8880
  "original": {
8753
- "$value": "{background.color.subtle}",
8881
+ "$value": "{feedback.danger.background.color}",
8754
8882
  "$type": "color",
8755
8883
  "$description": "Used for the background color of a danger alert.",
8756
8884
  "$extensions": {
@@ -8772,6 +8900,38 @@
8772
8900
  }
8773
8901
  },
8774
8902
  "border": {
8903
+ "color": {
8904
+ "key": "{alert.danger.border.color}",
8905
+ "$value": "#f6806d",
8906
+ "$type": "color",
8907
+ "$description": "Used for the border color of a danger alert.",
8908
+ "$extensions": {
8909
+ "com.figma.scopes": [
8910
+ "STROKE_COLOR"
8911
+ ]
8912
+ },
8913
+ "filePath": "src/tokens/contextual/alert.tokens.json",
8914
+ "isSource": true,
8915
+ "original": {
8916
+ "$value": "{feedback.danger.border.color}",
8917
+ "$type": "color",
8918
+ "$description": "Used for the border color of a danger alert.",
8919
+ "$extensions": {
8920
+ "com.figma.scopes": [
8921
+ "STROKE_COLOR"
8922
+ ]
8923
+ },
8924
+ "key": "{alert.danger.border.color}"
8925
+ },
8926
+ "name": "ALERT_DANGER_BORDER_COLOR",
8927
+ "attributes": {},
8928
+ "path": [
8929
+ "alert",
8930
+ "danger",
8931
+ "border",
8932
+ "color"
8933
+ ]
8934
+ },
8775
8935
  "top": {
8776
8936
  "color": {
8777
8937
  "key": "{alert.danger.border.top.color}",
@@ -8849,7 +9009,7 @@
8849
9009
  "background": {
8850
9010
  "color": {
8851
9011
  "key": "{application-chrome.background.color}",
8852
- "$value": "#050506",
9012
+ "$value": "#050408",
8853
9013
  "$type": "color",
8854
9014
  "$description": "Used for the application chrome background, the lowest layer of the interface that sits beneath panels and contains global navigation, user actions, application navigation, and AI navigation.",
8855
9015
  "$extensions": {
@@ -9232,7 +9392,7 @@
9232
9392
  },
9233
9393
  "neutral": {
9234
9394
  "key": "{avatar.fallback.text.color.neutral}",
9235
- "$value": "#bfbfc3",
9395
+ "$value": "#c1bfbe",
9236
9396
  "$type": "color",
9237
9397
  "$description": "Neutral text color for avatar fallback with no particular meaning.",
9238
9398
  "$extensions": {
@@ -9487,7 +9647,7 @@
9487
9647
  "color": {
9488
9648
  "default": {
9489
9649
  "key": "{badge.muted.background.color.default}",
9490
- "$value": "#89888d",
9650
+ "$value": "#8a8888",
9491
9651
  "$type": "color",
9492
9652
  "$description": "Used for the background of a muted badge when static or the default state when linked.",
9493
9653
  "$extensions": {
@@ -9524,7 +9684,7 @@
9524
9684
  },
9525
9685
  "hover": {
9526
9686
  "key": "{badge.muted.background.color.hover}",
9527
- "$value": "#89888d",
9687
+ "$value": "#8a8888",
9528
9688
  "$type": "color",
9529
9689
  "$description": "Used for the background of a muted badge in the hover state.",
9530
9690
  "$extensions": {
@@ -9561,7 +9721,7 @@
9561
9721
  },
9562
9722
  "focus": {
9563
9723
  "key": "{badge.muted.background.color.focus}",
9564
- "$value": "#89888d",
9724
+ "$value": "#8a8888",
9565
9725
  "$type": "color",
9566
9726
  "$description": "Used for the background of a muted badge in the focus state.",
9567
9727
  "$extensions": {
@@ -9598,7 +9758,7 @@
9598
9758
  },
9599
9759
  "active": {
9600
9760
  "key": "{badge.muted.background.color.active}",
9601
- "$value": "#a4a3a8",
9761
+ "$value": "#a5a3a3",
9602
9762
  "$type": "color",
9603
9763
  "$description": "Used for the background of a muted badge in the active state.",
9604
9764
  "$extensions": {
@@ -9670,7 +9830,7 @@
9670
9830
  },
9671
9831
  "hover": {
9672
9832
  "key": "{badge.muted.border.color.hover}",
9673
- "$value": "#a4a3a8",
9833
+ "$value": "#a5a3a3",
9674
9834
  "$type": "color",
9675
9835
  "$description": "Used for the border of a muted badge in the hover state.",
9676
9836
  "$extensions": {
@@ -10059,7 +10219,7 @@
10059
10219
  "color": {
10060
10220
  "default": {
10061
10221
  "key": "{badge.neutral.background.color.default}",
10062
- "$value": "#a4a3a8",
10222
+ "$value": "#a5a3a3",
10063
10223
  "$type": "color",
10064
10224
  "$description": "Used for the background of a neutral badge when static or the default state when linked.",
10065
10225
  "$extensions": {
@@ -10094,7 +10254,7 @@
10094
10254
  },
10095
10255
  "hover": {
10096
10256
  "key": "{badge.neutral.background.color.hover}",
10097
- "$value": "#a4a3a8",
10257
+ "$value": "#a5a3a3",
10098
10258
  "$type": "color",
10099
10259
  "$description": "Used for the background of a neutral badge in the hover state.",
10100
10260
  "$extensions": {
@@ -10129,7 +10289,7 @@
10129
10289
  },
10130
10290
  "focus": {
10131
10291
  "key": "{badge.neutral.background.color.focus}",
10132
- "$value": "#a4a3a8",
10292
+ "$value": "#a5a3a3",
10133
10293
  "$type": "color",
10134
10294
  "$description": "Used for the background of a neutral badge in the focus state.",
10135
10295
  "$extensions": {
@@ -10164,7 +10324,7 @@
10164
10324
  },
10165
10325
  "active": {
10166
10326
  "key": "{badge.neutral.background.color.active}",
10167
- "$value": "#bfbfc3",
10327
+ "$value": "#c1bfbe",
10168
10328
  "$type": "color",
10169
10329
  "$description": "Used for the background of a neutral badge in the active state.",
10170
10330
  "$extensions": {
@@ -10236,7 +10396,7 @@
10236
10396
  },
10237
10397
  "hover": {
10238
10398
  "key": "{badge.neutral.border.color.hover}",
10239
- "$value": "#bfbfc3",
10399
+ "$value": "#c1bfbe",
10240
10400
  "$type": "color",
10241
10401
  "$description": "Used for the border of a neutral badge in the hover state.",
10242
10402
  "$extensions": {
@@ -13541,7 +13701,7 @@
13541
13701
  "separator": {
13542
13702
  "color": {
13543
13703
  "key": "{breadcrumb.separator.color}",
13544
- "$value": "#89888d",
13704
+ "$value": "#8a8888",
13545
13705
  "$type": "color",
13546
13706
  "$description": "Used for the breadcrumb level separator.",
13547
13707
  "$extensions": {
@@ -13613,7 +13773,7 @@
13613
13773
  },
13614
13774
  "dark": {
13615
13775
  "key": "{broadcast.banner.background.color.dark}",
13616
- "$value": "#737278",
13776
+ "$value": "#747273",
13617
13777
  "$type": "color",
13618
13778
  "$description": "Used for the background for the dark banner type.",
13619
13779
  "$extensions": {
@@ -13718,7 +13878,7 @@
13718
13878
  },
13719
13879
  "light": {
13720
13880
  "key": "{broadcast.banner.background.color.light}",
13721
- "$value": "#ececef",
13881
+ "$value": "#ecebea",
13722
13882
  "$type": "color",
13723
13883
  "$description": "Used for the background for the light banner type.",
13724
13884
  "$extensions": {
@@ -13965,7 +14125,7 @@
13965
14125
  },
13966
14126
  "dark": {
13967
14127
  "key": "{broadcast.banner.border.color.dark}",
13968
- "$value": "#4c4b51",
14128
+ "$value": "#4d4b4e",
13969
14129
  "$type": "color",
13970
14130
  "$description": "Used for the border for the dark banner type.",
13971
14131
  "$extensions": {
@@ -14064,7 +14224,7 @@
14064
14224
  },
14065
14225
  "light": {
14066
14226
  "key": "{broadcast.banner.border.color.light}",
14067
- "$value": "#dcdcde",
14227
+ "$value": "#dcdbd9",
14068
14228
  "$type": "color",
14069
14229
  "$description": "Used for the border for the light banner type.",
14070
14230
  "$extensions": {
@@ -15024,7 +15184,7 @@
15024
15184
  "color": {
15025
15185
  "default": {
15026
15186
  "key": "{button.default.primary.foreground.color.default}",
15027
- "$value": "#ececef",
15187
+ "$value": "#ecebea",
15028
15188
  "$type": "color",
15029
15189
  "$description": "Used for the foreground of a default primary button in the default state.",
15030
15190
  "$extensions": {
@@ -15060,7 +15220,7 @@
15060
15220
  },
15061
15221
  "hover": {
15062
15222
  "key": "{button.default.primary.foreground.color.hover}",
15063
- "$value": "#ececef",
15223
+ "$value": "#ecebea",
15064
15224
  "$type": "color",
15065
15225
  "$description": "Used for the foreground of a default primary button in the hover state.",
15066
15226
  "$extensions": {
@@ -15096,7 +15256,7 @@
15096
15256
  },
15097
15257
  "focus": {
15098
15258
  "key": "{button.default.primary.foreground.color.focus}",
15099
- "$value": "#ececef",
15259
+ "$value": "#ecebea",
15100
15260
  "$type": "color",
15101
15261
  "$description": "Used for the foreground of a default primary button in the focus state.",
15102
15262
  "$extensions": {
@@ -15132,7 +15292,7 @@
15132
15292
  },
15133
15293
  "active": {
15134
15294
  "key": "{button.default.primary.foreground.color.active}",
15135
- "$value": "#ececef",
15295
+ "$value": "#ecebea",
15136
15296
  "$type": "color",
15137
15297
  "$description": "Used for the foreground of a default primary button in the active state.",
15138
15298
  "$extensions": {
@@ -15462,7 +15622,7 @@
15462
15622
  "color": {
15463
15623
  "default": {
15464
15624
  "key": "{button.default.tertiary.foreground.color.default}",
15465
- "$value": "#ececef",
15625
+ "$value": "#ecebea",
15466
15626
  "$type": "color",
15467
15627
  "$description": "Used for the foreground of a default borderless, tertiary button in the default state.",
15468
15628
  "$extensions": {
@@ -15498,7 +15658,7 @@
15498
15658
  },
15499
15659
  "hover": {
15500
15660
  "key": "{button.default.tertiary.foreground.color.hover}",
15501
- "$value": "#ececef",
15661
+ "$value": "#ecebea",
15502
15662
  "$type": "color",
15503
15663
  "$description": "Used for the foreground of a default borderless, tertiary button in the hover state.",
15504
15664
  "$extensions": {
@@ -15534,7 +15694,7 @@
15534
15694
  },
15535
15695
  "focus": {
15536
15696
  "key": "{button.default.tertiary.foreground.color.focus}",
15537
- "$value": "#ececef",
15697
+ "$value": "#ecebea",
15538
15698
  "$type": "color",
15539
15699
  "$description": "Used for the foreground of a default borderless, tertiary button in the focus state.",
15540
15700
  "$extensions": {
@@ -15570,7 +15730,7 @@
15570
15730
  },
15571
15731
  "active": {
15572
15732
  "key": "{button.default.tertiary.foreground.color.active}",
15573
- "$value": "#ececef",
15733
+ "$value": "#ecebea",
15574
15734
  "$type": "color",
15575
15735
  "$description": "Used for the foreground of a default borderless, tertiary button in the active state.",
15576
15736
  "$extensions": {
@@ -16050,7 +16210,7 @@
16050
16210
  "color": {
16051
16211
  "default": {
16052
16212
  "key": "{button.confirm.primary.background.color.default}",
16053
- "$value": "#ececef",
16213
+ "$value": "#ecebea",
16054
16214
  "$type": "color",
16055
16215
  "$description": "Used for the background of a confirm (positive) primary button in the default state.",
16056
16216
  "$extensions": {
@@ -16086,7 +16246,7 @@
16086
16246
  },
16087
16247
  "hover": {
16088
16248
  "key": "{button.confirm.primary.background.color.hover}",
16089
- "$value": "#fbfafd",
16249
+ "$value": "#f7f7f5",
16090
16250
  "$type": "color",
16091
16251
  "$description": "Used for the background of a confirm (positive) primary button in the hover state.",
16092
16252
  "$extensions": {
@@ -16122,7 +16282,7 @@
16122
16282
  },
16123
16283
  "focus": {
16124
16284
  "key": "{button.confirm.primary.background.color.focus}",
16125
- "$value": "#fbfafd",
16285
+ "$value": "#f7f7f5",
16126
16286
  "$type": "color",
16127
16287
  "$description": "Used for the background of a confirm (positive) primary button in the focus state.",
16128
16288
  "$extensions": {
@@ -16158,7 +16318,7 @@
16158
16318
  },
16159
16319
  "active": {
16160
16320
  "key": "{button.confirm.primary.background.color.active}",
16161
- "$value": "#dcdcde",
16321
+ "$value": "#dcdbd9",
16162
16322
  "$type": "color",
16163
16323
  "$description": "Used for the background of a confirm (positive) primary button in the active state.",
16164
16324
  "$extensions": {
@@ -16340,7 +16500,7 @@
16340
16500
  "color": {
16341
16501
  "default": {
16342
16502
  "key": "{button.confirm.secondary.foreground.color.default}",
16343
- "$value": "#ececef",
16503
+ "$value": "#ecebea",
16344
16504
  "$type": "color",
16345
16505
  "$description": "Used for the foreground of a confirm (positive) button in the default state.",
16346
16506
  "$extensions": {
@@ -16376,7 +16536,7 @@
16376
16536
  },
16377
16537
  "hover": {
16378
16538
  "key": "{button.confirm.secondary.foreground.color.hover}",
16379
- "$value": "#fbfafd",
16539
+ "$value": "#f7f7f5",
16380
16540
  "$type": "color",
16381
16541
  "$description": "Used for the foreground of a confirm (positive) button in the hover state.",
16382
16542
  "$extensions": {
@@ -16412,7 +16572,7 @@
16412
16572
  },
16413
16573
  "focus": {
16414
16574
  "key": "{button.confirm.secondary.foreground.color.focus}",
16415
- "$value": "#fbfafd",
16575
+ "$value": "#f7f7f5",
16416
16576
  "$type": "color",
16417
16577
  "$description": "Used for the foreground of a confirm (positive) button in the focus state.",
16418
16578
  "$extensions": {
@@ -16778,7 +16938,7 @@
16778
16938
  "color": {
16779
16939
  "default": {
16780
16940
  "key": "{button.confirm.tertiary.foreground.color.default}",
16781
- "$value": "#ececef",
16941
+ "$value": "#ecebea",
16782
16942
  "$type": "color",
16783
16943
  "$description": "Used for the foreground of a borderless, tertiary confirm (positive) button in the default state.",
16784
16944
  "$extensions": {
@@ -16814,7 +16974,7 @@
16814
16974
  },
16815
16975
  "hover": {
16816
16976
  "key": "{button.confirm.tertiary.foreground.color.hover}",
16817
- "$value": "#fbfafd",
16977
+ "$value": "#f7f7f5",
16818
16978
  "$type": "color",
16819
16979
  "$description": "Used for the foreground of a borderless, tertiary confirm (positive) button in the hover state.",
16820
16980
  "$extensions": {
@@ -16850,7 +17010,7 @@
16850
17010
  },
16851
17011
  "focus": {
16852
17012
  "key": "{button.confirm.tertiary.foreground.color.focus}",
16853
- "$value": "#fbfafd",
17013
+ "$value": "#f7f7f5",
16854
17014
  "$type": "color",
16855
17015
  "$description": "Used for the foreground of a borderless, tertiary confirm (positive) button in the focus state.",
16856
17016
  "$extensions": {
@@ -18533,7 +18693,7 @@
18533
18693
  "color": {
18534
18694
  "default": {
18535
18695
  "key": "{button.dashed.border.color.default}",
18536
- "$value": "#89888d",
18696
+ "$value": "#8a8888",
18537
18697
  "$type": "color",
18538
18698
  "$description": "Used for the border of a dashed button in the default state.",
18539
18699
  "$extensions": {
@@ -18568,7 +18728,7 @@
18568
18728
  },
18569
18729
  "hover": {
18570
18730
  "key": "{button.dashed.border.color.hover}",
18571
- "$value": "#89888d",
18731
+ "$value": "#8a8888",
18572
18732
  "$type": "color",
18573
18733
  "$description": "Used for the border of a dashed button in the hover state.",
18574
18734
  "$extensions": {
@@ -18603,7 +18763,7 @@
18603
18763
  },
18604
18764
  "focus": {
18605
18765
  "key": "{button.dashed.border.color.focus}",
18606
- "$value": "#89888d",
18766
+ "$value": "#8a8888",
18607
18767
  "$type": "color",
18608
18768
  "$description": "Used for the border of a dashed button in the focus state.",
18609
18769
  "$extensions": {
@@ -18638,7 +18798,7 @@
18638
18798
  },
18639
18799
  "active": {
18640
18800
  "key": "{button.dashed.border.color.active}",
18641
- "$value": "#a4a3a8",
18801
+ "$value": "#a5a3a3",
18642
18802
  "$type": "color",
18643
18803
  "$description": "Used for the border of a dashed button in the active state.",
18644
18804
  "$extensions": {
@@ -19003,7 +19163,7 @@
19003
19163
  "color": {
19004
19164
  "default": {
19005
19165
  "key": "{button.selected.background.color.default}",
19006
- "$value": "#a4a3a8",
19166
+ "$value": "#a5a3a3",
19007
19167
  "$type": "color",
19008
19168
  "$description": "Used for the background of a selected button in the default state.",
19009
19169
  "$extensions": {
@@ -19038,7 +19198,7 @@
19038
19198
  },
19039
19199
  "hover": {
19040
19200
  "key": "{button.selected.background.color.hover}",
19041
- "$value": "#bfbfc3",
19201
+ "$value": "#c1bfbe",
19042
19202
  "$type": "color",
19043
19203
  "$description": "Used for the background of a selected button in the hover state.",
19044
19204
  "$extensions": {
@@ -19073,7 +19233,7 @@
19073
19233
  },
19074
19234
  "focus": {
19075
19235
  "key": "{button.selected.background.color.focus}",
19076
- "$value": "#bfbfc3",
19236
+ "$value": "#c1bfbe",
19077
19237
  "$type": "color",
19078
19238
  "$description": "Used for the background of a selected button in the focus state.",
19079
19239
  "$extensions": {
@@ -19108,7 +19268,7 @@
19108
19268
  },
19109
19269
  "active": {
19110
19270
  "key": "{button.selected.background.color.active}",
19111
- "$value": "#89888d",
19271
+ "$value": "#8a8888",
19112
19272
  "$type": "color",
19113
19273
  "$description": "Used for the background of a selected button in the active state.",
19114
19274
  "$extensions": {
@@ -19284,7 +19444,7 @@
19284
19444
  "foreground": {
19285
19445
  "color": {
19286
19446
  "key": "{button.disabled.foreground.color}",
19287
- "$value": "#89888d",
19447
+ "$value": "#8a8888",
19288
19448
  "$type": "color",
19289
19449
  "$description": "Used for the foreground of a disabled button.",
19290
19450
  "$extensions": {
@@ -19467,7 +19627,7 @@
19467
19627
  "pointer": {
19468
19628
  "color": {
19469
19629
  "key": "{chart.axis.pointer.color}",
19470
- "$value": "#bfbfc3",
19630
+ "$value": "#c1bfbe",
19471
19631
  "$type": "color",
19472
19632
  "$description": "Used in charts for the color of the reference line and axis value under mouse pointer.",
19473
19633
  "$extensions": {
@@ -19501,7 +19661,7 @@
19501
19661
  "line": {
19502
19662
  "color": {
19503
19663
  "key": "{chart.axis.line.color}",
19504
- "$value": "#4c4b51",
19664
+ "$value": "#4d4b4e",
19505
19665
  "$type": "color",
19506
19666
  "$description": "Used in charts for axis line color.",
19507
19667
  "$extensions": {
@@ -19535,7 +19695,7 @@
19535
19695
  "text": {
19536
19696
  "color": {
19537
19697
  "key": "{chart.axis.text.color}",
19538
- "$value": "#bfbfc3",
19698
+ "$value": "#c1bfbe",
19539
19699
  "$type": "color",
19540
19700
  "$description": "Used in charts for the text color of axis titles and labels.",
19541
19701
  "$extensions": {
@@ -19675,7 +19835,7 @@
19675
19835
  "handle": {
19676
19836
  "color": {
19677
19837
  "key": "{chart.zoom.handle.color}",
19678
- "$value": "#bfbfc3",
19838
+ "$value": "#c1bfbe",
19679
19839
  "$type": "color",
19680
19840
  "$description": "Used in charts for the handle color when zooming in on a specific area of data.",
19681
19841
  "$extensions": {
@@ -19858,7 +20018,7 @@
19858
20018
  "border": {
19859
20019
  "color": {
19860
20020
  "key": "{dropdown.border.color}",
19861
- "$value": "#4c4b51",
20021
+ "$value": "#4d4b4e",
19862
20022
  "$type": "color",
19863
20023
  "$description": "Used for the border of a dropdown.",
19864
20024
  "$extensions": {
@@ -19926,7 +20086,7 @@
19926
20086
  "divider": {
19927
20087
  "color": {
19928
20088
  "key": "{dropdown.divider.color}",
19929
- "$value": "#3a383f",
20089
+ "$value": "#3a383d",
19930
20090
  "$type": "color",
19931
20091
  "$description": "Used for the divider of a dropdown.",
19932
20092
  "$extensions": {
@@ -19963,7 +20123,7 @@
19963
20123
  "color": {
19964
20124
  "default": {
19965
20125
  "key": "{dropdown.option.text.color.default}",
19966
- "$value": "#ececef",
20126
+ "$value": "#ecebea",
19967
20127
  "$type": "color",
19968
20128
  "$description": "Used for the text of a dropdown option in the default state.",
19969
20129
  "$extensions": {
@@ -19996,7 +20156,7 @@
19996
20156
  },
19997
20157
  "hover": {
19998
20158
  "key": "{dropdown.option.text.color.hover}",
19999
- "$value": "#ececef",
20159
+ "$value": "#ecebea",
20000
20160
  "$type": "color",
20001
20161
  "$description": "Used for the text of a dropdown option in the hover state.",
20002
20162
  "$extensions": {
@@ -20029,7 +20189,7 @@
20029
20189
  },
20030
20190
  "focus": {
20031
20191
  "key": "{dropdown.option.text.color.focus}",
20032
- "$value": "#ececef",
20192
+ "$value": "#ecebea",
20033
20193
  "$type": "color",
20034
20194
  "$description": "Used for the text of a dropdown option in the focus state.",
20035
20195
  "$extensions": {
@@ -20062,7 +20222,7 @@
20062
20222
  },
20063
20223
  "active": {
20064
20224
  "key": "{dropdown.option.text.color.active}",
20065
- "$value": "#ececef",
20225
+ "$value": "#ecebea",
20066
20226
  "$type": "color",
20067
20227
  "$description": "Used for the text of a dropdown option in the active state.",
20068
20228
  "$extensions": {
@@ -20095,7 +20255,7 @@
20095
20255
  },
20096
20256
  "disabled": {
20097
20257
  "key": "{dropdown.option.text.color.disabled}",
20098
- "$value": "#737278",
20258
+ "$value": "#747273",
20099
20259
  "$type": "color",
20100
20260
  "$description": "Used for the text of a dropdown option in the disabled state.",
20101
20261
  "$extensions": {
@@ -20133,7 +20293,7 @@
20133
20293
  "selected": {
20134
20294
  "default": {
20135
20295
  "key": "{dropdown.option.indicator.color.selected.default}",
20136
- "$value": "#ececef",
20296
+ "$value": "#ecebea",
20137
20297
  "$type": "color",
20138
20298
  "$description": "Used for the dropdown selected option indicator in the default state.",
20139
20299
  "$extensions": {
@@ -20169,7 +20329,7 @@
20169
20329
  },
20170
20330
  "hover": {
20171
20331
  "key": "{dropdown.option.indicator.color.selected.hover}",
20172
- "$value": "#fbfafd",
20332
+ "$value": "#f7f7f5",
20173
20333
  "$type": "color",
20174
20334
  "$description": "Used for the dropdown selected option indicator in the hover state.",
20175
20335
  "$extensions": {
@@ -20205,7 +20365,7 @@
20205
20365
  },
20206
20366
  "focus": {
20207
20367
  "key": "{dropdown.option.indicator.color.selected.focus}",
20208
- "$value": "#fbfafd",
20368
+ "$value": "#f7f7f5",
20209
20369
  "$type": "color",
20210
20370
  "$description": "Used for the dropdown selected option indicator in the focus state.",
20211
20371
  "$extensions": {
@@ -20241,7 +20401,7 @@
20241
20401
  },
20242
20402
  "active": {
20243
20403
  "key": "{dropdown.option.indicator.color.selected.active}",
20244
- "$value": "#fbfafd",
20404
+ "$value": "#f7f7f5",
20245
20405
  "$type": "color",
20246
20406
  "$description": "Used for the dropdown selected option indicator in the active state.",
20247
20407
  "$extensions": {
@@ -20429,7 +20589,7 @@
20429
20589
  "selected": {
20430
20590
  "default": {
20431
20591
  "key": "{dropdown.option.background.color.selected.default}",
20432
- "$value": "#3a383f",
20592
+ "$value": "#3a383d",
20433
20593
  "$type": "color",
20434
20594
  "$description": "Used for the background of a selected dropdown option in the default state.",
20435
20595
  "$extensions": {
@@ -20465,7 +20625,7 @@
20465
20625
  },
20466
20626
  "hover": {
20467
20627
  "key": "{dropdown.option.background.color.selected.hover}",
20468
- "$value": "#4c4b51",
20628
+ "$value": "#4d4b4e",
20469
20629
  "$type": "color",
20470
20630
  "$description": "Used for the background of a selected dropdown option in the hover state.",
20471
20631
  "$extensions": {
@@ -20501,7 +20661,7 @@
20501
20661
  },
20502
20662
  "focus": {
20503
20663
  "key": "{dropdown.option.background.color.selected.focus}",
20504
- "$value": "#4c4b51",
20664
+ "$value": "#4d4b4e",
20505
20665
  "$type": "color",
20506
20666
  "$description": "Used for the background of a selected dropdown option in the focus state.",
20507
20667
  "$extensions": {
@@ -20657,7 +20817,7 @@
20657
20817
  },
20658
20818
  "hover": {
20659
20819
  "key": "{filtered-search.token.type.background.color.hover}",
20660
- "$value": "#3a383f",
20820
+ "$value": "#3a383d",
20661
20821
  "$type": "color",
20662
20822
  "$description": "Used for the filtered search type token background color in the hover state.",
20663
20823
  "$extensions": {
@@ -20699,7 +20859,7 @@
20699
20859
  "color": {
20700
20860
  "default": {
20701
20861
  "key": "{filtered-search.token.data.background.color.default}",
20702
- "$value": "#3a383f",
20862
+ "$value": "#3a383d",
20703
20863
  "$type": "color",
20704
20864
  "$description": "Used for the filtered search data background color in the default state.",
20705
20865
  "$extensions": {
@@ -20735,7 +20895,7 @@
20735
20895
  },
20736
20896
  "hover": {
20737
20897
  "key": "{filtered-search.token.data.background.color.hover}",
20738
- "$value": "#4c4b51",
20898
+ "$value": "#4d4b4e",
20739
20899
  "$type": "color",
20740
20900
  "$description": "Used for the filtered search data token background color in the hover state.",
20741
20901
  "$extensions": {
@@ -20813,7 +20973,7 @@
20813
20973
  },
20814
20974
  "hover": {
20815
20975
  "key": "{filtered-search.token.operator.background.color.hover}",
20816
- "$value": "#3a383f",
20976
+ "$value": "#3a383d",
20817
20977
  "$type": "color",
20818
20978
  "$description": "Used for the filtered search operator token background color in the hover state.",
20819
20979
  "$extensions": {
@@ -22784,7 +22944,7 @@
22784
22944
  "color": {
22785
22945
  "default": {
22786
22946
  "key": "{nav.item.foreground.color.default}",
22787
- "$value": "#bfbfc3",
22947
+ "$value": "#c1bfbe",
22788
22948
  "$type": "color",
22789
22949
  "$description": "Used for the foreground of a default navigation item in the default state.",
22790
22950
  "$extensions": {
@@ -23515,7 +23675,7 @@
23515
23675
  "track": {
23516
23676
  "color": {
23517
23677
  "key": "{progress-bar.track.color}",
23518
- "$value": "#4c4b51",
23678
+ "$value": "#4d4b4e",
23519
23679
  "$type": "color",
23520
23680
  "$description": "Used for the track color for all progress-bar variants.",
23521
23681
  "$extensions": {
@@ -23552,7 +23712,7 @@
23552
23712
  "background": {
23553
23713
  "color": {
23554
23714
  "key": "{skeleton-loader.background.color}",
23555
- "$value": "#3a383f",
23715
+ "$value": "#3a383d",
23556
23716
  "$type": "color",
23557
23717
  "$description": "Used for the skeleton loader background color.",
23558
23718
  "$extensions": {
@@ -23585,7 +23745,7 @@
23585
23745
  "shimmer": {
23586
23746
  "color": {
23587
23747
  "key": "{skeleton-loader.shimmer.color}",
23588
- "$value": "#4c4b51",
23748
+ "$value": "#4d4b4e",
23589
23749
  "$type": "color",
23590
23750
  "$description": "Used for the animated shimmer effect in a skeleton loader.",
23591
23751
  "$extensions": {
@@ -23621,7 +23781,7 @@
23621
23781
  "color": {
23622
23782
  "default": {
23623
23783
  "key": "{spinner.track.color.default}",
23624
- "$value": "#626168",
23784
+ "$value": "#646163",
23625
23785
  "$type": "color",
23626
23786
  "$description": "Used for the static track (background) of a loading spinner.",
23627
23787
  "$extensions": {
@@ -23653,7 +23813,7 @@
23653
23813
  },
23654
23814
  "light": {
23655
23815
  "key": "{spinner.track.color.light}",
23656
- "$value": "#3a383f",
23816
+ "$value": "#3a383d",
23657
23817
  "$type": "color",
23658
23818
  "$description": "Used for the static track (background) of a loading spinner on a dark background.",
23659
23819
  "$extensions": {
@@ -23689,7 +23849,7 @@
23689
23849
  "color": {
23690
23850
  "default": {
23691
23851
  "key": "{spinner.segment.color.default}",
23692
- "$value": "#dcdcde",
23852
+ "$value": "#dcdbd9",
23693
23853
  "$type": "color",
23694
23854
  "$description": "Used for the animated segment of a loading spinner.",
23695
23855
  "$extensions": {
@@ -23721,7 +23881,7 @@
23721
23881
  },
23722
23882
  "light": {
23723
23883
  "key": "{spinner.segment.color.light}",
23724
- "$value": "#bfbfc3",
23884
+ "$value": "#c1bfbe",
23725
23885
  "$type": "color",
23726
23886
  "$description": "Used for the animated segment of a loading spinner on a dark background.",
23727
23887
  "$extensions": {
@@ -24067,7 +24227,7 @@
24067
24227
  "checked": {
24068
24228
  "default": {
24069
24229
  "key": "{toggle.switch.track.color.checked.default}",
24070
- "$value": "#ececef",
24230
+ "$value": "#ecebea",
24071
24231
  "$type": "color",
24072
24232
  "$description": "Used for the track color of a checked toggle switch in the default state.",
24073
24233
  "$extensions": {
@@ -24103,7 +24263,7 @@
24103
24263
  },
24104
24264
  "hover": {
24105
24265
  "key": "{toggle.switch.track.color.checked.hover}",
24106
- "$value": "#fbfafd",
24266
+ "$value": "#f7f7f5",
24107
24267
  "$type": "color",
24108
24268
  "$description": "Used for the track color of a checked toggle switch in the hover state.",
24109
24269
  "$extensions": {
@@ -24139,7 +24299,7 @@
24139
24299
  },
24140
24300
  "focus": {
24141
24301
  "key": "{toggle.switch.track.color.checked.focus}",
24142
- "$value": "#fbfafd",
24302
+ "$value": "#f7f7f5",
24143
24303
  "$type": "color",
24144
24304
  "$description": "Used for the track color of a checked toggle switch in the focus state.",
24145
24305
  "$extensions": {
@@ -24211,7 +24371,7 @@
24211
24371
  },
24212
24372
  "disabled": {
24213
24373
  "key": "{toggle.switch.track.color.checked.disabled}",
24214
- "$value": "#737278",
24374
+ "$value": "#747273",
24215
24375
  "$type": "color",
24216
24376
  "$description": "Used for the track color of a disabled checked toggle switch, which stays filled so the checked state remains legible.",
24217
24377
  "$extensions": {
@@ -24287,7 +24447,7 @@
24287
24447
  "unchecked": {
24288
24448
  "default": {
24289
24449
  "key": "{toggle.switch.track.border.color.unchecked.default}",
24290
- "$value": "#737278",
24450
+ "$value": "#747273",
24291
24451
  "$type": "color",
24292
24452
  "$description": "Used for the track border color of an unchecked toggle switch in the default state.",
24293
24453
  "$extensions": {
@@ -24322,7 +24482,7 @@
24322
24482
  },
24323
24483
  "hover": {
24324
24484
  "key": "{toggle.switch.track.border.color.unchecked.hover}",
24325
- "$value": "#a4a3a8",
24485
+ "$value": "#a5a3a3",
24326
24486
  "$type": "color",
24327
24487
  "$description": "Used for the track border color of an unchecked toggle switch in the hover state.",
24328
24488
  "$extensions": {
@@ -24357,7 +24517,7 @@
24357
24517
  },
24358
24518
  "focus": {
24359
24519
  "key": "{toggle.switch.track.border.color.unchecked.focus}",
24360
- "$value": "#a4a3a8",
24520
+ "$value": "#a5a3a3",
24361
24521
  "$type": "color",
24362
24522
  "$description": "Used for the track border color of an unchecked toggle switch in the focus state.",
24363
24523
  "$extensions": {
@@ -24392,7 +24552,7 @@
24392
24552
  },
24393
24553
  "active": {
24394
24554
  "key": "{toggle.switch.track.border.color.unchecked.active}",
24395
- "$value": "#a4a3a8",
24555
+ "$value": "#a5a3a3",
24396
24556
  "$type": "color",
24397
24557
  "$description": "Used for the track border color of an unchecked toggle switch in the active state.",
24398
24558
  "$extensions": {
@@ -24427,7 +24587,7 @@
24427
24587
  },
24428
24588
  "disabled": {
24429
24589
  "key": "{toggle.switch.track.border.color.unchecked.disabled}",
24430
- "$value": "#3a383f",
24590
+ "$value": "#3a383d",
24431
24591
  "$type": "color",
24432
24592
  "$description": "Used for the track border color of a disabled unchecked toggle switch.",
24433
24593
  "$extensions": {
@@ -24464,7 +24624,7 @@
24464
24624
  "checked": {
24465
24625
  "default": {
24466
24626
  "key": "{toggle.switch.track.border.color.checked.default}",
24467
- "$value": "#ececef",
24627
+ "$value": "#ecebea",
24468
24628
  "$type": "color",
24469
24629
  "$description": "Used for the track border color of a checked toggle switch in the default state.",
24470
24630
  "$extensions": {
@@ -24499,7 +24659,7 @@
24499
24659
  },
24500
24660
  "hover": {
24501
24661
  "key": "{toggle.switch.track.border.color.checked.hover}",
24502
- "$value": "#fbfafd",
24662
+ "$value": "#f7f7f5",
24503
24663
  "$type": "color",
24504
24664
  "$description": "Used for the track border color of a checked toggle switch in the hover state.",
24505
24665
  "$extensions": {
@@ -24534,7 +24694,7 @@
24534
24694
  },
24535
24695
  "focus": {
24536
24696
  "key": "{toggle.switch.track.border.color.checked.focus}",
24537
- "$value": "#fbfafd",
24697
+ "$value": "#f7f7f5",
24538
24698
  "$type": "color",
24539
24699
  "$description": "Used for the track border color of a checked toggle switch in the focus state.",
24540
24700
  "$extensions": {
@@ -24604,7 +24764,7 @@
24604
24764
  },
24605
24765
  "disabled": {
24606
24766
  "key": "{toggle.switch.track.border.color.checked.disabled}",
24607
- "$value": "#737278",
24767
+ "$value": "#747273",
24608
24768
  "$type": "color",
24609
24769
  "$description": "Used for the track border color of a disabled checked toggle switch, which matches the track color.",
24610
24770
  "$extensions": {
@@ -24680,7 +24840,7 @@
24680
24840
  "unchecked": {
24681
24841
  "default": {
24682
24842
  "key": "{toggle.switch.background.color.unchecked.default}",
24683
- "$value": "#ececef",
24843
+ "$value": "#ecebea",
24684
24844
  "$type": "color",
24685
24845
  "$description": "Used for the background color of the unchecked toggle switch thumb in the default state.",
24686
24846
  "$extensions": {
@@ -24716,7 +24876,7 @@
24716
24876
  },
24717
24877
  "hover": {
24718
24878
  "key": "{toggle.switch.background.color.unchecked.hover}",
24719
- "$value": "#ececef",
24879
+ "$value": "#ecebea",
24720
24880
  "$type": "color",
24721
24881
  "$description": "Used for the background color of the unchecked toggle switch thumb in the hover state.",
24722
24882
  "$extensions": {
@@ -24752,7 +24912,7 @@
24752
24912
  },
24753
24913
  "focus": {
24754
24914
  "key": "{toggle.switch.background.color.unchecked.focus}",
24755
- "$value": "#ececef",
24915
+ "$value": "#ecebea",
24756
24916
  "$type": "color",
24757
24917
  "$description": "Used for the background color of the unchecked toggle switch thumb in the focus state.",
24758
24918
  "$extensions": {
@@ -24788,7 +24948,7 @@
24788
24948
  },
24789
24949
  "active": {
24790
24950
  "key": "{toggle.switch.background.color.unchecked.active}",
24791
- "$value": "#ececef",
24951
+ "$value": "#ecebea",
24792
24952
  "$type": "color",
24793
24953
  "$description": "Used for the background color of the unchecked toggle switch thumb in the active state.",
24794
24954
  "$extensions": {
@@ -24824,7 +24984,7 @@
24824
24984
  },
24825
24985
  "disabled": {
24826
24986
  "key": "{toggle.switch.background.color.unchecked.disabled}",
24827
- "$value": "#737278",
24987
+ "$value": "#747273",
24828
24988
  "$type": "color",
24829
24989
  "$description": "Used for the background color of the disabled unchecked toggle switch thumb.",
24830
24990
  "$extensions": {
@@ -25043,7 +25203,7 @@
25043
25203
  },
25044
25204
  "disabled": {
25045
25205
  "key": "{toggle.switch.background.color.disabled}",
25046
- "$value": "#737278",
25206
+ "$value": "#747273",
25047
25207
  "$type": "color",
25048
25208
  "$description": "Use toggle.switch.background.color.unchecked.disabled instead.",
25049
25209
  "$extensions": {
@@ -25223,7 +25383,7 @@
25223
25383
  "checked": {
25224
25384
  "default": {
25225
25385
  "key": "{toggle.switch.icon.color.checked.default}",
25226
- "$value": "#ececef",
25386
+ "$value": "#ecebea",
25227
25387
  "$type": "color",
25228
25388
  "$description": "Used for the icon color of a checked toggle switch in the default state.",
25229
25389
  "$extensions": {
@@ -25257,7 +25417,7 @@
25257
25417
  },
25258
25418
  "hover": {
25259
25419
  "key": "{toggle.switch.icon.color.checked.hover}",
25260
- "$value": "#fbfafd",
25420
+ "$value": "#f7f7f5",
25261
25421
  "$type": "color",
25262
25422
  "$description": "Used for the icon color of a checked toggle switch in the hover state.",
25263
25423
  "$extensions": {
@@ -25291,7 +25451,7 @@
25291
25451
  },
25292
25452
  "focus": {
25293
25453
  "key": "{toggle.switch.icon.color.checked.focus}",
25294
- "$value": "#fbfafd",
25454
+ "$value": "#f7f7f5",
25295
25455
  "$type": "color",
25296
25456
  "$description": "Used for the icon color of a checked toggle switch in the focus state.",
25297
25457
  "$extensions": {
@@ -25402,7 +25562,7 @@
25402
25562
  "color": {
25403
25563
  "focus": {
25404
25564
  "key": "{token-selector.token-container.token.background.color.focus}",
25405
- "$value": "#626168",
25565
+ "$value": "#646163",
25406
25566
  "$type": "color",
25407
25567
  "$description": "Used for the background color of a token in a token-selector when it's token-container is in the focus state.",
25408
25568
  "$extensions": {
@@ -25478,7 +25638,7 @@
25478
25638
  "foreground": {
25479
25639
  "color": {
25480
25640
  "key": "{token.foreground.color}",
25481
- "$value": "#ececef",
25641
+ "$value": "#ecebea",
25482
25642
  "$type": "color",
25483
25643
  "$description": "Used for the token foreground color.",
25484
25644
  "$extensions": {
@@ -25513,7 +25673,7 @@
25513
25673
  "background": {
25514
25674
  "color": {
25515
25675
  "key": "{token.background.color}",
25516
- "$value": "#3a383f",
25676
+ "$value": "#3a383d",
25517
25677
  "$type": "color",
25518
25678
  "$description": "Used for the token background color.",
25519
25679
  "$extensions": {
@@ -25551,7 +25711,7 @@
25551
25711
  "color": {
25552
25712
  "subtle": {
25553
25713
  "key": "{tooltip.text.color.subtle}",
25554
- "$value": "#bfbfc3",
25714
+ "$value": "#c1bfbe",
25555
25715
  "$type": "color",
25556
25716
  "$description": "Used for supplemental tooltip text that is less prominent than the default text and remains the same color regardless of mode.",
25557
25717
  "$extensions": {
@@ -27754,7 +27914,7 @@
27754
27914
  },
27755
27915
  "100": {
27756
27916
  "key": "{gray.100}",
27757
- "$value": "#3a383f",
27917
+ "$value": "#3a383d",
27758
27918
  "$type": "color",
27759
27919
  "$extensions": {
27760
27920
  "com.figma.scopes": []
@@ -27784,7 +27944,7 @@
27784
27944
  },
27785
27945
  "200": {
27786
27946
  "key": "{gray.200}",
27787
- "$value": "#4c4b51",
27947
+ "$value": "#4d4b4e",
27788
27948
  "$type": "color",
27789
27949
  "$extensions": {
27790
27950
  "com.figma.scopes": []
@@ -27814,7 +27974,7 @@
27814
27974
  },
27815
27975
  "300": {
27816
27976
  "key": "{gray.300}",
27817
- "$value": "#626168",
27977
+ "$value": "#646163",
27818
27978
  "$type": "color",
27819
27979
  "$extensions": {
27820
27980
  "com.figma.scopes": []
@@ -27844,7 +28004,7 @@
27844
28004
  },
27845
28005
  "400": {
27846
28006
  "key": "{gray.400}",
27847
- "$value": "#737278",
28007
+ "$value": "#747273",
27848
28008
  "$type": "color",
27849
28009
  "$extensions": {
27850
28010
  "com.figma.scopes": []
@@ -27874,7 +28034,7 @@
27874
28034
  },
27875
28035
  "500": {
27876
28036
  "key": "{gray.500}",
27877
- "$value": "#89888d",
28037
+ "$value": "#8a8888",
27878
28038
  "$type": "color",
27879
28039
  "$extensions": {
27880
28040
  "com.figma.scopes": []
@@ -27904,7 +28064,7 @@
27904
28064
  },
27905
28065
  "600": {
27906
28066
  "key": "{gray.600}",
27907
- "$value": "#a4a3a8",
28067
+ "$value": "#a5a3a3",
27908
28068
  "$type": "color",
27909
28069
  "$extensions": {
27910
28070
  "com.figma.scopes": []
@@ -27934,7 +28094,7 @@
27934
28094
  },
27935
28095
  "700": {
27936
28096
  "key": "{gray.700}",
27937
- "$value": "#bfbfc3",
28097
+ "$value": "#c1bfbe",
27938
28098
  "$type": "color",
27939
28099
  "$extensions": {
27940
28100
  "com.figma.scopes": []
@@ -27964,7 +28124,7 @@
27964
28124
  },
27965
28125
  "800": {
27966
28126
  "key": "{gray.800}",
27967
- "$value": "#dcdcde",
28127
+ "$value": "#dcdbd9",
27968
28128
  "$type": "color",
27969
28129
  "$extensions": {
27970
28130
  "com.figma.scopes": []
@@ -27994,7 +28154,7 @@
27994
28154
  },
27995
28155
  "900": {
27996
28156
  "key": "{gray.900}",
27997
- "$value": "#ececef",
28157
+ "$value": "#ecebea",
27998
28158
  "$type": "color",
27999
28159
  "$extensions": {
28000
28160
  "com.figma.scopes": []
@@ -28024,7 +28184,7 @@
28024
28184
  },
28025
28185
  "950": {
28026
28186
  "key": "{gray.950}",
28027
- "$value": "#fbfafd",
28187
+ "$value": "#f7f7f5",
28028
28188
  "$type": "color",
28029
28189
  "$extensions": {
28030
28190
  "com.figma.scopes": []
@@ -30209,7 +30369,7 @@
30209
30369
  "foreground": {
30210
30370
  "color": {
30211
30371
  "key": "{action.disabled.foreground.color}",
30212
- "$value": "#737278",
30372
+ "$value": "#747273",
30213
30373
  "$type": "color",
30214
30374
  "$description": "Used for the foreground of a disabled action.",
30215
30375
  "$extensions": {
@@ -30281,7 +30441,7 @@
30281
30441
  "border": {
30282
30442
  "color": {
30283
30443
  "key": "{action.disabled.border.color}",
30284
- "$value": "#3a383f",
30444
+ "$value": "#3a383d",
30285
30445
  "$type": "color",
30286
30446
  "$description": "Used for the border of a disabled action.",
30287
30447
  "$extensions": {
@@ -30462,7 +30622,7 @@
30462
30622
  "color": {
30463
30623
  "default": {
30464
30624
  "key": "{action.selected.background.color.default}",
30465
- "$value": "#ececef",
30625
+ "$value": "#ecebea",
30466
30626
  "$type": "color",
30467
30627
  "$description": "Used for the background of a selected action in the default state.",
30468
30628
  "$extensions": {
@@ -30497,7 +30657,7 @@
30497
30657
  },
30498
30658
  "hover": {
30499
30659
  "key": "{action.selected.background.color.hover}",
30500
- "$value": "#fbfafd",
30660
+ "$value": "#f7f7f5",
30501
30661
  "$type": "color",
30502
30662
  "$description": "Used for the background of a selected action in the hover state.",
30503
30663
  "$extensions": {
@@ -30532,7 +30692,7 @@
30532
30692
  },
30533
30693
  "focus": {
30534
30694
  "key": "{action.selected.background.color.focus}",
30535
- "$value": "#fbfafd",
30695
+ "$value": "#f7f7f5",
30536
30696
  "$type": "color",
30537
30697
  "$description": "Used for the background of a selected action in the focus state.",
30538
30698
  "$extensions": {
@@ -30602,7 +30762,7 @@
30602
30762
  },
30603
30763
  "disabled": {
30604
30764
  "key": "{action.selected.background.color.disabled}",
30605
- "$value": "#737278",
30765
+ "$value": "#747273",
30606
30766
  "$type": "color",
30607
30767
  "$description": "Used for the background of a disabled action that stays selected. Sits between the disabled background and the enabled selected background so the selected state keeps 3:1 contrast against the page while still reading as disabled.",
30608
30768
  "$extensions": {
@@ -30641,7 +30801,7 @@
30641
30801
  "color": {
30642
30802
  "default": {
30643
30803
  "key": "{action.selected.border.color.default}",
30644
- "$value": "#ececef",
30804
+ "$value": "#ecebea",
30645
30805
  "$type": "color",
30646
30806
  "$description": "Used for the border of a selected action in the default state.",
30647
30807
  "$extensions": {
@@ -30674,7 +30834,7 @@
30674
30834
  },
30675
30835
  "hover": {
30676
30836
  "key": "{action.selected.border.color.hover}",
30677
- "$value": "#fbfafd",
30837
+ "$value": "#f7f7f5",
30678
30838
  "$type": "color",
30679
30839
  "$description": "Used for the border of a selected action in the hover state.",
30680
30840
  "$extensions": {
@@ -30707,7 +30867,7 @@
30707
30867
  },
30708
30868
  "focus": {
30709
30869
  "key": "{action.selected.border.color.focus}",
30710
- "$value": "#fbfafd",
30870
+ "$value": "#f7f7f5",
30711
30871
  "$type": "color",
30712
30872
  "$description": "Used for the border of a selected action in the focus state.",
30713
30873
  "$extensions": {
@@ -30779,7 +30939,7 @@
30779
30939
  "color": {
30780
30940
  "default": {
30781
30941
  "key": "{action.neutral.foreground.color.default}",
30782
- "$value": "#ececef",
30942
+ "$value": "#ecebea",
30783
30943
  "$type": "color",
30784
30944
  "$description": "Used for the foreground of a neutral action in the default state.",
30785
30945
  "$extensions": {
@@ -30814,7 +30974,7 @@
30814
30974
  },
30815
30975
  "hover": {
30816
30976
  "key": "{action.neutral.foreground.color.hover}",
30817
- "$value": "#ececef",
30977
+ "$value": "#ecebea",
30818
30978
  "$type": "color",
30819
30979
  "$description": "Used for the foreground of a neutral action in the hover state.",
30820
30980
  "$extensions": {
@@ -30849,7 +31009,7 @@
30849
31009
  },
30850
31010
  "focus": {
30851
31011
  "key": "{action.neutral.foreground.color.focus}",
30852
- "$value": "#ececef",
31012
+ "$value": "#ecebea",
30853
31013
  "$type": "color",
30854
31014
  "$description": "Used for the foreground of a neutral action in the focus state.",
30855
31015
  "$extensions": {
@@ -30884,7 +31044,7 @@
30884
31044
  },
30885
31045
  "active": {
30886
31046
  "key": "{action.neutral.foreground.color.active}",
30887
- "$value": "#ececef",
31047
+ "$value": "#ecebea",
30888
31048
  "$type": "color",
30889
31049
  "$description": "Used for the foreground of a neutral action in the active state.",
30890
31050
  "$extensions": {
@@ -31205,7 +31365,7 @@
31205
31365
  "color": {
31206
31366
  "default": {
31207
31367
  "key": "{action.confirm.foreground.color.default}",
31208
- "$value": "#ececef",
31368
+ "$value": "#ecebea",
31209
31369
  "$type": "color",
31210
31370
  "$description": "Used for the foreground of a confirm (positive) action in the default state.",
31211
31371
  "$extensions": {
@@ -31240,7 +31400,7 @@
31240
31400
  },
31241
31401
  "hover": {
31242
31402
  "key": "{action.confirm.foreground.color.hover}",
31243
- "$value": "#fbfafd",
31403
+ "$value": "#f7f7f5",
31244
31404
  "$type": "color",
31245
31405
  "$description": "Used for the foreground of a confirm (positive) action in the hover state.",
31246
31406
  "$extensions": {
@@ -31275,7 +31435,7 @@
31275
31435
  },
31276
31436
  "focus": {
31277
31437
  "key": "{action.confirm.foreground.color.focus}",
31278
- "$value": "#fbfafd",
31438
+ "$value": "#f7f7f5",
31279
31439
  "$type": "color",
31280
31440
  "$description": "Used for the foreground of a confirm (positive) action in the focus state.",
31281
31441
  "$extensions": {
@@ -32496,7 +32656,7 @@
32496
32656
  "color": {
32497
32657
  "default": {
32498
32658
  "key": "{action.strong.neutral.background.color.default}",
32499
- "$value": "#4c4b51",
32659
+ "$value": "#4d4b4e",
32500
32660
  "$type": "color",
32501
32661
  "$description": "Used for the background of a strong neutral action in the default state.",
32502
32662
  "$extensions": {
@@ -32532,7 +32692,7 @@
32532
32692
  },
32533
32693
  "hover": {
32534
32694
  "key": "{action.strong.neutral.background.color.hover}",
32535
- "$value": "#626168",
32695
+ "$value": "#646163",
32536
32696
  "$type": "color",
32537
32697
  "$description": "Used for the background of a strong neutral action in the hover state.",
32538
32698
  "$extensions": {
@@ -32568,7 +32728,7 @@
32568
32728
  },
32569
32729
  "focus": {
32570
32730
  "key": "{action.strong.neutral.background.color.focus}",
32571
- "$value": "#626168",
32731
+ "$value": "#646163",
32572
32732
  "$type": "color",
32573
32733
  "$description": "Used for the background of a strong neutral action in the focus state.",
32574
32734
  "$extensions": {
@@ -32604,7 +32764,7 @@
32604
32764
  },
32605
32765
  "active": {
32606
32766
  "key": "{action.strong.neutral.background.color.active}",
32607
- "$value": "#737278",
32767
+ "$value": "#747273",
32608
32768
  "$type": "color",
32609
32769
  "$description": "Used for the background of a strong neutral action in the active state.",
32610
32770
  "$extensions": {
@@ -32644,7 +32804,7 @@
32644
32804
  "color": {
32645
32805
  "default": {
32646
32806
  "key": "{action.strong.neutral.foreground.color.default}",
32647
- "$value": "#ececef",
32807
+ "$value": "#ecebea",
32648
32808
  "$type": "color",
32649
32809
  "$description": "Used for the foreground of a strong neutral action in the default state.",
32650
32810
  "$extensions": {
@@ -33001,7 +33161,7 @@
33001
33161
  },
33002
33162
  "strong": {
33003
33163
  "key": "{background.color.strong}",
33004
- "$value": "#3a383f",
33164
+ "$value": "#3a383d",
33005
33165
  "$type": "color",
33006
33166
  "$description": "Used to make the background easily stand out from the default.",
33007
33167
  "$extensions": {
@@ -33100,7 +33260,7 @@
33100
33260
  },
33101
33261
  "section": {
33102
33262
  "key": "{background.color.section}",
33103
- "$value": "#3a383f",
33263
+ "$value": "#3a383d",
33104
33264
  "$type": "color",
33105
33265
  "$description": "Used for containers, like a card header, that are visually distinct from the default page background only when necessary to maintain affordance and hierarchy in different modes.",
33106
33266
  "$extensions": {
@@ -33308,7 +33468,7 @@
33308
33468
  "selected": {
33309
33469
  "default": {
33310
33470
  "key": "{control.background.color.selected.default}",
33311
- "$value": "#ececef",
33471
+ "$value": "#ecebea",
33312
33472
  "$type": "color",
33313
33473
  "$description": "Used for checked and indeterminate (selected) form control (checkbox, radio button) background.",
33314
33474
  "$extensions": {
@@ -33343,7 +33503,7 @@
33343
33503
  },
33344
33504
  "hover": {
33345
33505
  "key": "{control.background.color.selected.hover}",
33346
- "$value": "#fbfafd",
33506
+ "$value": "#f7f7f5",
33347
33507
  "$type": "color",
33348
33508
  "$description": "Used for checked and indeterminate (selected) form control (checkbox, radio button) background on hover.",
33349
33509
  "$extensions": {
@@ -33378,7 +33538,7 @@
33378
33538
  },
33379
33539
  "focus": {
33380
33540
  "key": "{control.background.color.selected.focus}",
33381
- "$value": "#fbfafd",
33541
+ "$value": "#f7f7f5",
33382
33542
  "$type": "color",
33383
33543
  "$description": "Used for checked and indeterminate (selected) form control (checkbox, radio button) background on focus.",
33384
33544
  "$extensions": {
@@ -33418,7 +33578,7 @@
33418
33578
  "color": {
33419
33579
  "default": {
33420
33580
  "key": "{control.border.color.default}",
33421
- "$value": "#737278",
33581
+ "$value": "#747273",
33422
33582
  "$type": "color",
33423
33583
  "$description": "Used for form control (input, radio button, checkbox, textarea) default border.",
33424
33584
  "$extensions": {
@@ -33450,7 +33610,7 @@
33450
33610
  },
33451
33611
  "hover": {
33452
33612
  "key": "{control.border.color.hover}",
33453
- "$value": "#a4a3a8",
33613
+ "$value": "#a5a3a3",
33454
33614
  "$type": "color",
33455
33615
  "$description": "Used for form control (input, radio button, checkbox, textarea) border on hover.",
33456
33616
  "$extensions": {
@@ -33482,7 +33642,7 @@
33482
33642
  },
33483
33643
  "focus": {
33484
33644
  "key": "{control.border.color.focus}",
33485
- "$value": "#ececef",
33645
+ "$value": "#ecebea",
33486
33646
  "$type": "color",
33487
33647
  "$description": "Used for form control (input, radio button, checkbox, textarea) border on focus.",
33488
33648
  "$extensions": {
@@ -33514,7 +33674,7 @@
33514
33674
  },
33515
33675
  "disabled": {
33516
33676
  "key": "{control.border.color.disabled}",
33517
- "$value": "#3a383f",
33677
+ "$value": "#3a383d",
33518
33678
  "$type": "color",
33519
33679
  "$description": "Used for disabled form control (input, radio button, checkbox, textarea) border.",
33520
33680
  "$extensions": {
@@ -33579,7 +33739,7 @@
33579
33739
  "selected": {
33580
33740
  "default": {
33581
33741
  "key": "{control.border.color.selected.default}",
33582
- "$value": "#ececef",
33742
+ "$value": "#ecebea",
33583
33743
  "$type": "color",
33584
33744
  "$description": "Used for checked and indeterminate (selected) form control (checkbox, radio button) border.",
33585
33745
  "$extensions": {
@@ -33612,7 +33772,7 @@
33612
33772
  },
33613
33773
  "hover": {
33614
33774
  "key": "{control.border.color.selected.hover}",
33615
- "$value": "#fbfafd",
33775
+ "$value": "#f7f7f5",
33616
33776
  "$type": "color",
33617
33777
  "$description": "Used for checked and indeterminate (selected) form control (checkbox, radio button) border on hover.",
33618
33778
  "$extensions": {
@@ -33645,7 +33805,7 @@
33645
33805
  },
33646
33806
  "focus": {
33647
33807
  "key": "{control.border.color.selected.focus}",
33648
- "$value": "#fbfafd",
33808
+ "$value": "#f7f7f5",
33649
33809
  "$type": "color",
33650
33810
  "$description": "Used for checked and indeterminate (selected) form control (checkbox, radio button) border on focus.",
33651
33811
  "$extensions": {
@@ -33781,7 +33941,7 @@
33781
33941
  "placeholder": {
33782
33942
  "color": {
33783
33943
  "key": "{control.placeholder.color}",
33784
- "$value": "#89888d",
33944
+ "$value": "#8a8888",
33785
33945
  "$type": "color",
33786
33946
  "$description": "Used for placeholder text within inputs.",
33787
33947
  "$extensions": {
@@ -33849,7 +34009,7 @@
33849
34009
  },
33850
34010
  "disabled": {
33851
34011
  "key": "{control.indicator.color.disabled}",
33852
- "$value": "#89888d",
34012
+ "$value": "#8a8888",
33853
34013
  "$type": "color",
33854
34014
  "$description": "Used for disabled checkbox and radio button state indicators.",
33855
34015
  "$extensions": {
@@ -33922,7 +34082,7 @@
33922
34082
  "background": {
33923
34083
  "color": {
33924
34084
  "key": "{feedback.strong.background.color}",
33925
- "$value": "#3a383f",
34085
+ "$value": "#3a383d",
33926
34086
  "$type": "color",
33927
34087
  "$description": "Used for a background associated with strong feedback like a tooltip or toast message.",
33928
34088
  "$extensions": {
@@ -33958,7 +34118,7 @@
33958
34118
  "border": {
33959
34119
  "color": {
33960
34120
  "key": "{feedback.strong.border.color}",
33961
- "$value": "#a4a3a8",
34121
+ "$value": "#a5a3a3",
33962
34122
  "$type": "color",
33963
34123
  "$description": "Used for the border associated with strong feedback.",
33964
34124
  "$extensions": {
@@ -34134,7 +34294,7 @@
34134
34294
  "border": {
34135
34295
  "color": {
34136
34296
  "key": "{feedback.neutral.border.color}",
34137
- "$value": "#626168",
34297
+ "$value": "#646163",
34138
34298
  "$type": "color",
34139
34299
  "$description": "Used for the border of a neutral feedback item when there isn't a specific meaning or urgency.",
34140
34300
  "$extensions": {
@@ -34168,7 +34328,7 @@
34168
34328
  "text": {
34169
34329
  "color": {
34170
34330
  "key": "{feedback.neutral.text.color}",
34171
- "$value": "#bfbfc3",
34331
+ "$value": "#c1bfbe",
34172
34332
  "$type": "color",
34173
34333
  "$description": "Used for the text of a neutral feedback item when there isn't a specific meaning or urgency.",
34174
34334
  "$extensions": {
@@ -34202,7 +34362,7 @@
34202
34362
  "icon": {
34203
34363
  "color": {
34204
34364
  "key": "{feedback.neutral.icon.color}",
34205
- "$value": "#a4a3a8",
34365
+ "$value": "#c1bfbe",
34206
34366
  "$type": "color",
34207
34367
  "$description": "Used for the icon of a neutral feedback item when there isn't a specific meaning or urgency.",
34208
34368
  "$extensions": {
@@ -34214,7 +34374,7 @@
34214
34374
  "filePath": "src/tokens/semantic/feedback.tokens.json",
34215
34375
  "isSource": true,
34216
34376
  "original": {
34217
- "$value": "{color.neutral.300}",
34377
+ "$value": "{color.neutral.200}",
34218
34378
  "$type": "color",
34219
34379
  "$description": "Used for the icon of a neutral feedback item when there isn't a specific meaning or urgency.",
34220
34380
  "$extensions": {
@@ -34344,7 +34504,7 @@
34344
34504
  "icon": {
34345
34505
  "color": {
34346
34506
  "key": "{feedback.info.icon.color}",
34347
- "$value": "#63a6e9",
34507
+ "$value": "#9dc7f1",
34348
34508
  "$type": "color",
34349
34509
  "$description": "Used for the icon of an informational feedback item when highlighting new information or a change that doesn't require immediate action.",
34350
34510
  "$extensions": {
@@ -34356,7 +34516,7 @@
34356
34516
  "filePath": "src/tokens/semantic/feedback.tokens.json",
34357
34517
  "isSource": true,
34358
34518
  "original": {
34359
- "$value": "{color.blue.300}",
34519
+ "$value": "{color.blue.200}",
34360
34520
  "$type": "color",
34361
34521
  "$description": "Used for the icon of an informational feedback item when highlighting new information or a change that doesn't require immediate action.",
34362
34522
  "$extensions": {
@@ -34486,7 +34646,7 @@
34486
34646
  "icon": {
34487
34647
  "color": {
34488
34648
  "key": "{feedback.success.icon.color}",
34489
- "$value": "#52b87a",
34649
+ "$value": "#91d4a8",
34490
34650
  "$type": "color",
34491
34651
  "$description": "Used for the icon of a success feedback item when confirming the successful completion of a user-initiated action.",
34492
34652
  "$extensions": {
@@ -34498,7 +34658,7 @@
34498
34658
  "filePath": "src/tokens/semantic/feedback.tokens.json",
34499
34659
  "isSource": true,
34500
34660
  "original": {
34501
- "$value": "{color.green.300}",
34661
+ "$value": "{color.green.200}",
34502
34662
  "$type": "color",
34503
34663
  "$description": "Used for the icon of a success feedback item when confirming the successful completion of a user-initiated action.",
34504
34664
  "$extensions": {
@@ -34628,7 +34788,7 @@
34628
34788
  "icon": {
34629
34789
  "color": {
34630
34790
  "key": "{feedback.warning.icon.color}",
34631
- "$value": "#d99530",
34791
+ "$value": "#e9be74",
34632
34792
  "$type": "color",
34633
34793
  "$description": "Used for the icon of a warning feedback item when notifying about a potential issue or sensitive information.",
34634
34794
  "$extensions": {
@@ -34640,7 +34800,7 @@
34640
34800
  "filePath": "src/tokens/semantic/feedback.tokens.json",
34641
34801
  "isSource": true,
34642
34802
  "original": {
34643
- "$value": "{color.orange.300}",
34803
+ "$value": "{color.orange.200}",
34644
34804
  "$type": "color",
34645
34805
  "$description": "Used for the icon of a warning feedback item when notifying about a potential issue or sensitive information.",
34646
34806
  "$extensions": {
@@ -34770,7 +34930,7 @@
34770
34930
  "icon": {
34771
34931
  "color": {
34772
34932
  "key": "{feedback.danger.icon.color}",
34773
- "$value": "#f6806d",
34933
+ "$value": "#fcb5aa",
34774
34934
  "$type": "color",
34775
34935
  "$description": "Used for the icon of a danger feedback item when notifying about a critical issue that has just occurred and requires immediate attention.",
34776
34936
  "$extensions": {
@@ -34782,7 +34942,7 @@
34782
34942
  "filePath": "src/tokens/semantic/feedback.tokens.json",
34783
34943
  "isSource": true,
34784
34944
  "original": {
34785
- "$value": "{color.red.300}",
34945
+ "$value": "{color.red.200}",
34786
34946
  "$type": "color",
34787
34947
  "$description": "Used for the icon of a danger feedback item when notifying about a critical issue that has just occurred and requires immediate attention.",
34788
34948
  "$extensions": {
@@ -34912,7 +35072,7 @@
34912
35072
  "icon": {
34913
35073
  "color": {
34914
35074
  "key": "{feedback.brand.icon.color}",
34915
- "$value": "#ac93e6",
35075
+ "$value": "#cbbbf2",
34916
35076
  "$type": "color",
34917
35077
  "$description": "Used for the icon of a brand-related feedback item when highlighting information that pertains to GitLab.",
34918
35078
  "$extensions": {
@@ -34924,7 +35084,7 @@
34924
35084
  "filePath": "src/tokens/semantic/feedback.tokens.json",
34925
35085
  "isSource": true,
34926
35086
  "original": {
34927
- "$value": "{color.purple.300}",
35087
+ "$value": "{color.purple.200}",
34928
35088
  "$type": "color",
34929
35089
  "$description": "Used for the icon of a brand-related feedback item when highlighting information that pertains to GitLab.",
34930
35090
  "$extensions": {
@@ -35165,7 +35325,7 @@
35165
35325
  "color": {
35166
35326
  "default": {
35167
35327
  "key": "{icon.color.default}",
35168
- "$value": "#ececef",
35328
+ "$value": "#ecebea",
35169
35329
  "$type": "color",
35170
35330
  "$description": "Used for the default icon color. Can be paired with default text.",
35171
35331
  "$extensions": {
@@ -35198,7 +35358,7 @@
35198
35358
  },
35199
35359
  "subtle": {
35200
35360
  "key": "{icon.color.subtle}",
35201
- "$value": "#bfbfc3",
35361
+ "$value": "#c1bfbe",
35202
35362
  "$type": "color",
35203
35363
  "$description": "Used for a static or decorational icon. Can be paired with subtle text.",
35204
35364
  "$extensions": {
@@ -35264,7 +35424,7 @@
35264
35424
  },
35265
35425
  "disabled": {
35266
35426
  "key": "{icon.color.disabled}",
35267
- "$value": "#89888d",
35427
+ "$value": "#8a8888",
35268
35428
  "$type": "color",
35269
35429
  "$description": "Used for an icon within a disabled section.",
35270
35430
  "$extensions": {
@@ -35497,7 +35657,7 @@
35497
35657
  "background": {
35498
35658
  "color": {
35499
35659
  "key": "{status.neutral.background.color}",
35500
- "$value": "#3a383f",
35660
+ "$value": "#3a383d",
35501
35661
  "$type": "color",
35502
35662
  "$description": "Used for the background of a neutral status item when the status is neither positive nor negative, or when indicating a special but stable state.",
35503
35663
  "$extensions": {
@@ -35533,7 +35693,7 @@
35533
35693
  "text": {
35534
35694
  "color": {
35535
35695
  "key": "{status.neutral.text.color}",
35536
- "$value": "#bfbfc3",
35696
+ "$value": "#c1bfbe",
35537
35697
  "$type": "color",
35538
35698
  "$description": "Used for the text of a neutral status item when the status is neither positive nor negative, or when indicating a special but stable state.",
35539
35699
  "$extensions": {
@@ -35567,7 +35727,7 @@
35567
35727
  "icon": {
35568
35728
  "color": {
35569
35729
  "key": "{status.neutral.icon.color}",
35570
- "$value": "#a4a3a8",
35730
+ "$value": "#a5a3a3",
35571
35731
  "$type": "color",
35572
35732
  "$description": "Used for the icon of a neutral status item when the status is neither positive nor negative, or when indicating a special but stable state.",
35573
35733
  "$extensions": {
@@ -36145,7 +36305,7 @@
36145
36305
  "text": {
36146
36306
  "primary": {
36147
36307
  "key": "{text.primary}",
36148
- "$value": "#ececef",
36308
+ "$value": "#ecebea",
36149
36309
  "$type": "color",
36150
36310
  "$description": "Use text.color.default instead.",
36151
36311
  "$extensions": {
@@ -36177,7 +36337,7 @@
36177
36337
  },
36178
36338
  "secondary": {
36179
36339
  "key": "{text.secondary}",
36180
- "$value": "#bfbfc3",
36340
+ "$value": "#c1bfbe",
36181
36341
  "$type": "color",
36182
36342
  "$description": "Use text.color.subtle instead.",
36183
36343
  "$extensions": {
@@ -36209,7 +36369,7 @@
36209
36369
  },
36210
36370
  "tertiary": {
36211
36371
  "key": "{text.tertiary}",
36212
- "$value": "#89888d",
36372
+ "$value": "#8a8888",
36213
36373
  "$type": "color",
36214
36374
  "$description": "Use text.color.disabled instead.",
36215
36375
  "$extensions": {
@@ -36242,7 +36402,7 @@
36242
36402
  "color": {
36243
36403
  "default": {
36244
36404
  "key": "{text.color.default}",
36245
- "$value": "#ececef",
36405
+ "$value": "#ecebea",
36246
36406
  "$type": "color",
36247
36407
  "$description": "Used for the default text color.",
36248
36408
  "$extensions": {
@@ -36273,7 +36433,7 @@
36273
36433
  },
36274
36434
  "subtle": {
36275
36435
  "key": "{text.color.subtle}",
36276
- "$value": "#bfbfc3",
36436
+ "$value": "#c1bfbe",
36277
36437
  "$type": "color",
36278
36438
  "$description": "Used for supplemental text that doesn't need to be as prominent as other text.",
36279
36439
  "$extensions": {
@@ -36490,7 +36650,7 @@
36490
36650
  },
36491
36651
  "disabled": {
36492
36652
  "key": "{text.color.disabled}",
36493
- "$value": "#89888d",
36653
+ "$value": "#8a8888",
36494
36654
  "$type": "color",
36495
36655
  "$description": "Used for disabled text.",
36496
36656
  "$extensions": {