@gitlab/ui 137.1.2 → 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.
- package/dist/index.css +2 -2
- package/dist/index.css.map +1 -1
- package/dist/tokens/build/js/tokens.dark.js +196 -191
- package/dist/tokens/build/js/tokens.js +218 -213
- package/dist/utils/constants.js +5 -5
- package/package.json +4 -4
- package/src/components/base/alert/alert.scss +13 -48
- package/src/scss/themes.scss +23 -5
- package/src/tokens/build/css/tokens.css +20 -15
- package/src/tokens/build/css/tokens.dark.css +32 -27
- package/src/tokens/build/docs/tokens-tailwind-docs.dark.json +199 -199
- package/src/tokens/build/docs/tokens-tailwind-docs.json +198 -198
- package/src/tokens/build/figma/constants.dark.json +33 -33
- package/src/tokens/build/figma/constants.json +33 -33
- package/src/tokens/build/figma/mode.dark.json +66 -16
- package/src/tokens/build/figma/mode.json +54 -4
- package/src/tokens/build/js/tokens.dark.js +195 -190
- package/src/tokens/build/js/tokens.js +217 -212
- package/src/tokens/build/json/tokens.dark.json +378 -218
- package/src/tokens/build/json/tokens.json +388 -228
- package/src/tokens/build/scss/_tokens.dark.scss +32 -27
- package/src/tokens/build/scss/_tokens.scss +20 -15
- package/src/tokens/build/scss/_tokens_custom_properties.scss +5 -0
- package/src/tokens/constant/color.neutral.tokens.json +33 -33
- package/src/tokens/contextual/alert.tokens.json +80 -35
- package/src/tokens/semantic/action.tokens.json +3 -3
- package/src/tokens/semantic/feedback.tokens.json +6 -6
- package/src/utils/constants.js +5 -5
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
},
|
|
35
35
|
"default": {
|
|
36
36
|
"key": "{border.color.default}",
|
|
37
|
-
"$value": "#
|
|
37
|
+
"$value": "#dcdbd9",
|
|
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": "#
|
|
68
|
+
"$value": "#ecebea",
|
|
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": "#
|
|
99
|
+
"$value": "#c1bfbe",
|
|
100
100
|
"$type": "color",
|
|
101
101
|
"$description": "Used for a distinct border that emphasizes an edge or boundaries.",
|
|
102
102
|
"$extensions": {
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
},
|
|
128
128
|
"section": {
|
|
129
129
|
"key": "{border.color.section}",
|
|
130
|
-
"$value": "#
|
|
130
|
+
"$value": "#dcdbd9",
|
|
131
131
|
"$type": "color",
|
|
132
132
|
"$description": "Used for the border color that surrounds content or elements when they appear as a closed container or closed section of the page.",
|
|
133
133
|
"$extensions": {
|
|
@@ -3224,7 +3224,7 @@
|
|
|
3224
3224
|
},
|
|
3225
3225
|
"10": {
|
|
3226
3226
|
"key": "{color.neutral.10}",
|
|
3227
|
-
"$value": "#
|
|
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": "#
|
|
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": "#
|
|
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": "#
|
|
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": "#
|
|
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": "#
|
|
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": "#
|
|
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": "#
|
|
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": "#
|
|
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": "#
|
|
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": "#
|
|
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": "#
|
|
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": "#
|
|
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": "#
|
|
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": "#
|
|
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": "#
|
|
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": "#
|
|
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": "#
|
|
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": "#
|
|
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": "#
|
|
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": "#
|
|
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": "#
|
|
3535
|
+
"$value": "#050408",
|
|
3536
3536
|
"$type": "color",
|
|
3537
3537
|
"$extensions": {
|
|
3538
3538
|
"com.figma.scopes": []
|
|
@@ -8172,7 +8172,7 @@
|
|
|
8172
8172
|
"background": {
|
|
8173
8173
|
"color": {
|
|
8174
8174
|
"key": "{alert.neutral.background.color}",
|
|
8175
|
-
"$value": "#
|
|
8175
|
+
"$value": "#ecebea",
|
|
8176
8176
|
"$type": "color",
|
|
8177
8177
|
"$description": "Used for the background color of a neutral alert.",
|
|
8178
8178
|
"$extensions": {
|
|
@@ -8206,12 +8206,44 @@
|
|
|
8206
8206
|
}
|
|
8207
8207
|
},
|
|
8208
8208
|
"border": {
|
|
8209
|
+
"color": {
|
|
8210
|
+
"key": "{alert.neutral.border.color}",
|
|
8211
|
+
"$value": "#c1bfbe",
|
|
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
8244
|
"$value": "rgba(0, 0, 0, 0)",
|
|
8213
8245
|
"$type": "color",
|
|
8214
|
-
"$description": "Used for the border
|
|
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.alpha.0}",
|
|
8224
8256
|
"$type": "color",
|
|
8225
|
-
"$description": "Used for the border
|
|
8257
|
+
"$description": "Used for the border color of a neutral alert.",
|
|
8226
8258
|
"$extensions": {
|
|
8227
8259
|
"com.figma.scopes": [
|
|
8228
8260
|
"STROKE_COLOR"
|
|
@@ -8350,6 +8382,38 @@
|
|
|
8350
8382
|
}
|
|
8351
8383
|
},
|
|
8352
8384
|
"border": {
|
|
8385
|
+
"color": {
|
|
8386
|
+
"key": "{alert.info.border.color}",
|
|
8387
|
+
"$value": "#9dc7f1",
|
|
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}",
|
|
@@ -8484,6 +8548,38 @@
|
|
|
8484
8548
|
}
|
|
8485
8549
|
},
|
|
8486
8550
|
"border": {
|
|
8551
|
+
"color": {
|
|
8552
|
+
"key": "{alert.success.border.color}",
|
|
8553
|
+
"$value": "#91d4a8",
|
|
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}",
|
|
@@ -8628,6 +8724,38 @@
|
|
|
8628
8724
|
}
|
|
8629
8725
|
},
|
|
8630
8726
|
"border": {
|
|
8727
|
+
"color": {
|
|
8728
|
+
"key": "{alert.warning.border.color}",
|
|
8729
|
+
"$value": "#e9be74",
|
|
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}",
|
|
@@ -8772,6 +8900,38 @@
|
|
|
8772
8900
|
}
|
|
8773
8901
|
},
|
|
8774
8902
|
"border": {
|
|
8903
|
+
"color": {
|
|
8904
|
+
"key": "{alert.danger.border.color}",
|
|
8905
|
+
"$value": "#dd2b0e",
|
|
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": "#
|
|
9012
|
+
"$value": "#ecebea",
|
|
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": "#
|
|
9395
|
+
"$value": "#3a383d",
|
|
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": "#
|
|
9650
|
+
"$value": "#ecebea",
|
|
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": "#
|
|
9687
|
+
"$value": "#ecebea",
|
|
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": "#
|
|
9724
|
+
"$value": "#ecebea",
|
|
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": "#
|
|
9761
|
+
"$value": "#dcdbd9",
|
|
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": "#
|
|
9833
|
+
"$value": "#c1bfbe",
|
|
9674
9834
|
"$type": "color",
|
|
9675
9835
|
"$description": "Used for the border of a muted badge in the hover state.",
|
|
9676
9836
|
"$extensions": {
|
|
@@ -9773,7 +9933,7 @@
|
|
|
9773
9933
|
"color": {
|
|
9774
9934
|
"default": {
|
|
9775
9935
|
"key": "{badge.muted.text.color.default}",
|
|
9776
|
-
"$value": "#
|
|
9936
|
+
"$value": "#646163",
|
|
9777
9937
|
"$type": "color",
|
|
9778
9938
|
"$description": "Used for the text of a muted badge when static or the default state when linked.",
|
|
9779
9939
|
"$extensions": {
|
|
@@ -9806,7 +9966,7 @@
|
|
|
9806
9966
|
},
|
|
9807
9967
|
"hover": {
|
|
9808
9968
|
"key": "{badge.muted.text.color.hover}",
|
|
9809
|
-
"$value": "#
|
|
9969
|
+
"$value": "#4d4b4e",
|
|
9810
9970
|
"$type": "color",
|
|
9811
9971
|
"$description": "Used for the text of a muted badge in the hover state.",
|
|
9812
9972
|
"$extensions": {
|
|
@@ -9839,7 +9999,7 @@
|
|
|
9839
9999
|
},
|
|
9840
10000
|
"focus": {
|
|
9841
10001
|
"key": "{badge.muted.text.color.focus}",
|
|
9842
|
-
"$value": "#
|
|
10002
|
+
"$value": "#4d4b4e",
|
|
9843
10003
|
"$type": "color",
|
|
9844
10004
|
"$description": "Used for the text of a muted badge in the focus state.",
|
|
9845
10005
|
"$extensions": {
|
|
@@ -9874,7 +10034,7 @@
|
|
|
9874
10034
|
},
|
|
9875
10035
|
"active": {
|
|
9876
10036
|
"key": "{badge.muted.text.color.active}",
|
|
9877
|
-
"$value": "#
|
|
10037
|
+
"$value": "#3a383d",
|
|
9878
10038
|
"$type": "color",
|
|
9879
10039
|
"$description": "Used for the text of a muted badge in the active state.",
|
|
9880
10040
|
"$extensions": {
|
|
@@ -9911,7 +10071,7 @@
|
|
|
9911
10071
|
"color": {
|
|
9912
10072
|
"default": {
|
|
9913
10073
|
"key": "{badge.muted.icon.color.default}",
|
|
9914
|
-
"$value": "#
|
|
10074
|
+
"$value": "#747273",
|
|
9915
10075
|
"$type": "color",
|
|
9916
10076
|
"$description": "Used for the icon of a muted badge when static or the default state when linked.",
|
|
9917
10077
|
"$extensions": {
|
|
@@ -9946,7 +10106,7 @@
|
|
|
9946
10106
|
},
|
|
9947
10107
|
"hover": {
|
|
9948
10108
|
"key": "{badge.muted.icon.color.hover}",
|
|
9949
|
-
"$value": "#
|
|
10109
|
+
"$value": "#646163",
|
|
9950
10110
|
"$type": "color",
|
|
9951
10111
|
"$description": "Used for the icon of a muted badge in the hover state.",
|
|
9952
10112
|
"$extensions": {
|
|
@@ -9981,7 +10141,7 @@
|
|
|
9981
10141
|
},
|
|
9982
10142
|
"focus": {
|
|
9983
10143
|
"key": "{badge.muted.icon.color.focus}",
|
|
9984
|
-
"$value": "#
|
|
10144
|
+
"$value": "#646163",
|
|
9985
10145
|
"$type": "color",
|
|
9986
10146
|
"$description": "Used for the icon of a muted badge in the focus state.",
|
|
9987
10147
|
"$extensions": {
|
|
@@ -10018,7 +10178,7 @@
|
|
|
10018
10178
|
},
|
|
10019
10179
|
"active": {
|
|
10020
10180
|
"key": "{badge.muted.icon.color.active}",
|
|
10021
|
-
"$value": "#
|
|
10181
|
+
"$value": "#4d4b4e",
|
|
10022
10182
|
"$type": "color",
|
|
10023
10183
|
"$description": "Used for the icon of a muted badge in the active state.",
|
|
10024
10184
|
"$extensions": {
|
|
@@ -10059,7 +10219,7 @@
|
|
|
10059
10219
|
"color": {
|
|
10060
10220
|
"default": {
|
|
10061
10221
|
"key": "{badge.neutral.background.color.default}",
|
|
10062
|
-
"$value": "#
|
|
10222
|
+
"$value": "#dcdbd9",
|
|
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": "#
|
|
10257
|
+
"$value": "#dcdbd9",
|
|
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": "#
|
|
10292
|
+
"$value": "#dcdbd9",
|
|
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": "#
|
|
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": "#
|
|
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": {
|
|
@@ -10339,7 +10499,7 @@
|
|
|
10339
10499
|
"color": {
|
|
10340
10500
|
"default": {
|
|
10341
10501
|
"key": "{badge.neutral.text.color.default}",
|
|
10342
|
-
"$value": "#
|
|
10502
|
+
"$value": "#4d4b4e",
|
|
10343
10503
|
"$type": "color",
|
|
10344
10504
|
"$description": "Used for the text of a neutral badge when static or the default state when linked.",
|
|
10345
10505
|
"$extensions": {
|
|
@@ -10372,7 +10532,7 @@
|
|
|
10372
10532
|
},
|
|
10373
10533
|
"hover": {
|
|
10374
10534
|
"key": "{badge.neutral.text.color.hover}",
|
|
10375
|
-
"$value": "#
|
|
10535
|
+
"$value": "#3a383d",
|
|
10376
10536
|
"$type": "color",
|
|
10377
10537
|
"$description": "Used for the text of a neutral badge in the hover state.",
|
|
10378
10538
|
"$extensions": {
|
|
@@ -10405,7 +10565,7 @@
|
|
|
10405
10565
|
},
|
|
10406
10566
|
"focus": {
|
|
10407
10567
|
"key": "{badge.neutral.text.color.focus}",
|
|
10408
|
-
"$value": "#
|
|
10568
|
+
"$value": "#3a383d",
|
|
10409
10569
|
"$type": "color",
|
|
10410
10570
|
"$description": "Used for the text of a neutral badge in the focus state.",
|
|
10411
10571
|
"$extensions": {
|
|
@@ -10475,7 +10635,7 @@
|
|
|
10475
10635
|
"color": {
|
|
10476
10636
|
"default": {
|
|
10477
10637
|
"key": "{badge.neutral.icon.color.default}",
|
|
10478
|
-
"$value": "#
|
|
10638
|
+
"$value": "#747273",
|
|
10479
10639
|
"$type": "color",
|
|
10480
10640
|
"$description": "Used for the icon of a neutral badge when static or the default state when linked.",
|
|
10481
10641
|
"$extensions": {
|
|
@@ -10510,7 +10670,7 @@
|
|
|
10510
10670
|
},
|
|
10511
10671
|
"hover": {
|
|
10512
10672
|
"key": "{badge.neutral.icon.color.hover}",
|
|
10513
|
-
"$value": "#
|
|
10673
|
+
"$value": "#646163",
|
|
10514
10674
|
"$type": "color",
|
|
10515
10675
|
"$description": "Used for the icon of a neutral badge in the hover state.",
|
|
10516
10676
|
"$extensions": {
|
|
@@ -10545,7 +10705,7 @@
|
|
|
10545
10705
|
},
|
|
10546
10706
|
"focus": {
|
|
10547
10707
|
"key": "{badge.neutral.icon.color.focus}",
|
|
10548
|
-
"$value": "#
|
|
10708
|
+
"$value": "#646163",
|
|
10549
10709
|
"$type": "color",
|
|
10550
10710
|
"$description": "Used for the icon of a neutral badge in the focus state.",
|
|
10551
10711
|
"$extensions": {
|
|
@@ -10580,7 +10740,7 @@
|
|
|
10580
10740
|
},
|
|
10581
10741
|
"active": {
|
|
10582
10742
|
"key": "{badge.neutral.icon.color.active}",
|
|
10583
|
-
"$value": "#
|
|
10743
|
+
"$value": "#4d4b4e",
|
|
10584
10744
|
"$type": "color",
|
|
10585
10745
|
"$description": "Used for the icon of a neutral badge in the active state.",
|
|
10586
10746
|
"$extensions": {
|
|
@@ -13541,7 +13701,7 @@
|
|
|
13541
13701
|
"separator": {
|
|
13542
13702
|
"color": {
|
|
13543
13703
|
"key": "{breadcrumb.separator.color}",
|
|
13544
|
-
"$value": "#
|
|
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": "#
|
|
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": "#
|
|
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": "#
|
|
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": "#
|
|
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": "#
|
|
15187
|
+
"$value": "#3a383d",
|
|
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": "#
|
|
15223
|
+
"$value": "#3a383d",
|
|
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": "#
|
|
15259
|
+
"$value": "#3a383d",
|
|
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": "#
|
|
15295
|
+
"$value": "#3a383d",
|
|
15136
15296
|
"$type": "color",
|
|
15137
15297
|
"$description": "Used for the foreground of a default primary button in the active state.",
|
|
15138
15298
|
"$extensions": {
|
|
@@ -15208,7 +15368,7 @@
|
|
|
15208
15368
|
},
|
|
15209
15369
|
"hover": {
|
|
15210
15370
|
"key": "{button.default.primary.background.color.hover}",
|
|
15211
|
-
"$value": "#
|
|
15371
|
+
"$value": "#ecebea",
|
|
15212
15372
|
"$type": "color",
|
|
15213
15373
|
"$description": "Used for the background of an default primary button in the hover state.",
|
|
15214
15374
|
"$extensions": {
|
|
@@ -15244,7 +15404,7 @@
|
|
|
15244
15404
|
},
|
|
15245
15405
|
"focus": {
|
|
15246
15406
|
"key": "{button.default.primary.background.color.focus}",
|
|
15247
|
-
"$value": "#
|
|
15407
|
+
"$value": "#ecebea",
|
|
15248
15408
|
"$type": "color",
|
|
15249
15409
|
"$description": "Used for the background of an default primary button in the focus state.",
|
|
15250
15410
|
"$extensions": {
|
|
@@ -15280,7 +15440,7 @@
|
|
|
15280
15440
|
},
|
|
15281
15441
|
"active": {
|
|
15282
15442
|
"key": "{button.default.primary.background.color.active}",
|
|
15283
|
-
"$value": "#
|
|
15443
|
+
"$value": "#dcdbd9",
|
|
15284
15444
|
"$type": "color",
|
|
15285
15445
|
"$description": "Used for the background of an default primary button in the active state.",
|
|
15286
15446
|
"$extensions": {
|
|
@@ -15320,7 +15480,7 @@
|
|
|
15320
15480
|
"color": {
|
|
15321
15481
|
"default": {
|
|
15322
15482
|
"key": "{button.default.primary.border.color.default}",
|
|
15323
|
-
"$value": "#
|
|
15483
|
+
"$value": "#c1bfbe",
|
|
15324
15484
|
"$type": "color",
|
|
15325
15485
|
"$description": "Used for the border of an default primary button in the default state.",
|
|
15326
15486
|
"$extensions": {
|
|
@@ -15354,7 +15514,7 @@
|
|
|
15354
15514
|
},
|
|
15355
15515
|
"hover": {
|
|
15356
15516
|
"key": "{button.default.primary.border.color.hover}",
|
|
15357
|
-
"$value": "#
|
|
15517
|
+
"$value": "#8a8888",
|
|
15358
15518
|
"$type": "color",
|
|
15359
15519
|
"$description": "Used for the border of an default primary button in the hover state.",
|
|
15360
15520
|
"$extensions": {
|
|
@@ -15388,7 +15548,7 @@
|
|
|
15388
15548
|
},
|
|
15389
15549
|
"focus": {
|
|
15390
15550
|
"key": "{button.default.primary.border.color.focus}",
|
|
15391
|
-
"$value": "#
|
|
15551
|
+
"$value": "#8a8888",
|
|
15392
15552
|
"$type": "color",
|
|
15393
15553
|
"$description": "Used for the border of an default primary button in the focus state.",
|
|
15394
15554
|
"$extensions": {
|
|
@@ -15422,7 +15582,7 @@
|
|
|
15422
15582
|
},
|
|
15423
15583
|
"active": {
|
|
15424
15584
|
"key": "{button.default.primary.border.color.active}",
|
|
15425
|
-
"$value": "#
|
|
15585
|
+
"$value": "#646163",
|
|
15426
15586
|
"$type": "color",
|
|
15427
15587
|
"$description": "Used for the border of an default primary button in the active state.",
|
|
15428
15588
|
"$extensions": {
|
|
@@ -16050,7 +16210,7 @@
|
|
|
16050
16210
|
"color": {
|
|
16051
16211
|
"default": {
|
|
16052
16212
|
"key": "{button.confirm.primary.background.color.default}",
|
|
16053
|
-
"$value": "#
|
|
16213
|
+
"$value": "#3a383d",
|
|
16054
16214
|
"$type": "color",
|
|
16055
16215
|
"$description": "Used for the background of a confirm (positive) primary button in the default state.",
|
|
16056
16216
|
"$extensions": {
|
|
@@ -16158,7 +16318,7 @@
|
|
|
16158
16318
|
},
|
|
16159
16319
|
"active": {
|
|
16160
16320
|
"key": "{button.confirm.primary.background.color.active}",
|
|
16161
|
-
"$value": "#
|
|
16321
|
+
"$value": "#050408",
|
|
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": "#
|
|
16503
|
+
"$value": "#3a383d",
|
|
16344
16504
|
"$type": "color",
|
|
16345
16505
|
"$description": "Used for the foreground of a confirm (positive) button in the default state.",
|
|
16346
16506
|
"$extensions": {
|
|
@@ -16448,7 +16608,7 @@
|
|
|
16448
16608
|
},
|
|
16449
16609
|
"active": {
|
|
16450
16610
|
"key": "{button.confirm.secondary.foreground.color.active}",
|
|
16451
|
-
"$value": "#
|
|
16611
|
+
"$value": "#050408",
|
|
16452
16612
|
"$type": "color",
|
|
16453
16613
|
"$description": "Used for the foreground of a confirm (positive) button in the active state.",
|
|
16454
16614
|
"$extensions": {
|
|
@@ -16524,7 +16684,7 @@
|
|
|
16524
16684
|
},
|
|
16525
16685
|
"hover": {
|
|
16526
16686
|
"key": "{button.confirm.secondary.background.color.hover}",
|
|
16527
|
-
"$value": "#
|
|
16687
|
+
"$value": "#ecebea",
|
|
16528
16688
|
"$type": "color",
|
|
16529
16689
|
"$description": "Used for the background of an outlined confirm (positive) button in the hover state.",
|
|
16530
16690
|
"$extensions": {
|
|
@@ -16560,7 +16720,7 @@
|
|
|
16560
16720
|
},
|
|
16561
16721
|
"focus": {
|
|
16562
16722
|
"key": "{button.confirm.secondary.background.color.focus}",
|
|
16563
|
-
"$value": "#
|
|
16723
|
+
"$value": "#ecebea",
|
|
16564
16724
|
"$type": "color",
|
|
16565
16725
|
"$description": "Used for the background of an outlined confirm (positive) button in the focus state.",
|
|
16566
16726
|
"$extensions": {
|
|
@@ -16596,7 +16756,7 @@
|
|
|
16596
16756
|
},
|
|
16597
16757
|
"active": {
|
|
16598
16758
|
"key": "{button.confirm.secondary.background.color.active}",
|
|
16599
|
-
"$value": "#
|
|
16759
|
+
"$value": "#dcdbd9",
|
|
16600
16760
|
"$type": "color",
|
|
16601
16761
|
"$description": "Used for the background of an outlined confirm (positive) button in the active state.",
|
|
16602
16762
|
"$extensions": {
|
|
@@ -16636,7 +16796,7 @@
|
|
|
16636
16796
|
"color": {
|
|
16637
16797
|
"default": {
|
|
16638
16798
|
"key": "{button.confirm.secondary.border.color.default}",
|
|
16639
|
-
"$value": "#
|
|
16799
|
+
"$value": "#3a383d",
|
|
16640
16800
|
"$type": "color",
|
|
16641
16801
|
"$description": "Used for the border of an outlined confirm (positive) button in the default state.",
|
|
16642
16802
|
"$extensions": {
|
|
@@ -16738,7 +16898,7 @@
|
|
|
16738
16898
|
},
|
|
16739
16899
|
"active": {
|
|
16740
16900
|
"key": "{button.confirm.secondary.border.color.active}",
|
|
16741
|
-
"$value": "#
|
|
16901
|
+
"$value": "#050408",
|
|
16742
16902
|
"$type": "color",
|
|
16743
16903
|
"$description": "Used for the border of an outlined confirm (positive) button in the active state.",
|
|
16744
16904
|
"$extensions": {
|
|
@@ -16778,7 +16938,7 @@
|
|
|
16778
16938
|
"color": {
|
|
16779
16939
|
"default": {
|
|
16780
16940
|
"key": "{button.confirm.tertiary.foreground.color.default}",
|
|
16781
|
-
"$value": "#
|
|
16941
|
+
"$value": "#3a383d",
|
|
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": {
|
|
@@ -16886,7 +17046,7 @@
|
|
|
16886
17046
|
},
|
|
16887
17047
|
"active": {
|
|
16888
17048
|
"key": "{button.confirm.tertiary.foreground.color.active}",
|
|
16889
|
-
"$value": "#
|
|
17049
|
+
"$value": "#050408",
|
|
16890
17050
|
"$type": "color",
|
|
16891
17051
|
"$description": "Used for the foreground of a borderless, tertiary confirm (positive) button in the active state.",
|
|
16892
17052
|
"$extensions": {
|
|
@@ -18094,7 +18254,7 @@
|
|
|
18094
18254
|
"color": {
|
|
18095
18255
|
"default": {
|
|
18096
18256
|
"key": "{button.danger.tertiary.foreground.color.default}",
|
|
18097
|
-
"$value": "#
|
|
18257
|
+
"$value": "#c02f12",
|
|
18098
18258
|
"$type": "color",
|
|
18099
18259
|
"$description": "Used for the foreground of a borderless, tertiary danger (destructive) button in the default state.",
|
|
18100
18260
|
"$extensions": {
|
|
@@ -18130,7 +18290,7 @@
|
|
|
18130
18290
|
},
|
|
18131
18291
|
"hover": {
|
|
18132
18292
|
"key": "{button.danger.tertiary.foreground.color.hover}",
|
|
18133
|
-
"$value": "#
|
|
18293
|
+
"$value": "#812713",
|
|
18134
18294
|
"$type": "color",
|
|
18135
18295
|
"$description": "Used for the foreground of a borderless, tertiary danger (destructive) button in the hover state.",
|
|
18136
18296
|
"$extensions": {
|
|
@@ -18166,7 +18326,7 @@
|
|
|
18166
18326
|
},
|
|
18167
18327
|
"focus": {
|
|
18168
18328
|
"key": "{button.danger.tertiary.foreground.color.focus}",
|
|
18169
|
-
"$value": "#
|
|
18329
|
+
"$value": "#812713",
|
|
18170
18330
|
"$type": "color",
|
|
18171
18331
|
"$description": "Used for the foreground of a borderless, tertiary danger (destructive) button in the focus state.",
|
|
18172
18332
|
"$extensions": {
|
|
@@ -18202,7 +18362,7 @@
|
|
|
18202
18362
|
},
|
|
18203
18363
|
"active": {
|
|
18204
18364
|
"key": "{button.danger.tertiary.foreground.color.active}",
|
|
18205
|
-
"$value": "#
|
|
18365
|
+
"$value": "#3e1a14",
|
|
18206
18366
|
"$type": "color",
|
|
18207
18367
|
"$description": "Used for the foreground of a borderless, tertiary danger (destructive) button in the active state.",
|
|
18208
18368
|
"$extensions": {
|
|
@@ -18533,7 +18693,7 @@
|
|
|
18533
18693
|
"color": {
|
|
18534
18694
|
"default": {
|
|
18535
18695
|
"key": "{button.dashed.border.color.default}",
|
|
18536
|
-
"$value": "#
|
|
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": "#
|
|
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": "#
|
|
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": "#
|
|
18801
|
+
"$value": "#646163",
|
|
18642
18802
|
"$type": "color",
|
|
18643
18803
|
"$description": "Used for the border of a dashed button in the active state.",
|
|
18644
18804
|
"$extensions": {
|
|
@@ -18859,7 +19019,7 @@
|
|
|
18859
19019
|
"color": {
|
|
18860
19020
|
"default": {
|
|
18861
19021
|
"key": "{button.selected.foreground.color.default}",
|
|
18862
|
-
"$value": "#
|
|
19022
|
+
"$value": "#3a383d",
|
|
18863
19023
|
"$type": "color",
|
|
18864
19024
|
"$description": "Used for the foreground of a selected button in the default state.",
|
|
18865
19025
|
"$extensions": {
|
|
@@ -18894,7 +19054,7 @@
|
|
|
18894
19054
|
},
|
|
18895
19055
|
"hover": {
|
|
18896
19056
|
"key": "{button.selected.foreground.color.hover}",
|
|
18897
|
-
"$value": "#
|
|
19057
|
+
"$value": "#3a383d",
|
|
18898
19058
|
"$type": "color",
|
|
18899
19059
|
"$description": "Used for the foreground of a selected button in the hover state.",
|
|
18900
19060
|
"$extensions": {
|
|
@@ -18929,7 +19089,7 @@
|
|
|
18929
19089
|
},
|
|
18930
19090
|
"focus": {
|
|
18931
19091
|
"key": "{button.selected.foreground.color.focus}",
|
|
18932
|
-
"$value": "#
|
|
19092
|
+
"$value": "#3a383d",
|
|
18933
19093
|
"$type": "color",
|
|
18934
19094
|
"$description": "Used for the foreground of a selected button in the focus state.",
|
|
18935
19095
|
"$extensions": {
|
|
@@ -18964,7 +19124,7 @@
|
|
|
18964
19124
|
},
|
|
18965
19125
|
"active": {
|
|
18966
19126
|
"key": "{button.selected.foreground.color.active}",
|
|
18967
|
-
"$value": "#
|
|
19127
|
+
"$value": "#3a383d",
|
|
18968
19128
|
"$type": "color",
|
|
18969
19129
|
"$description": "Used for the foreground of a selected button in the active state.",
|
|
18970
19130
|
"$extensions": {
|
|
@@ -19003,7 +19163,7 @@
|
|
|
19003
19163
|
"color": {
|
|
19004
19164
|
"default": {
|
|
19005
19165
|
"key": "{button.selected.background.color.default}",
|
|
19006
|
-
"$value": "#
|
|
19166
|
+
"$value": "#ecebea",
|
|
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": "#
|
|
19201
|
+
"$value": "#ecebea",
|
|
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": "#
|
|
19236
|
+
"$value": "#ecebea",
|
|
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": "#
|
|
19271
|
+
"$value": "#dcdbd9",
|
|
19112
19272
|
"$type": "color",
|
|
19113
19273
|
"$description": "Used for the background of a selected button in the active state.",
|
|
19114
19274
|
"$extensions": {
|
|
@@ -19147,7 +19307,7 @@
|
|
|
19147
19307
|
"color": {
|
|
19148
19308
|
"default": {
|
|
19149
19309
|
"key": "{button.selected.border.color.default}",
|
|
19150
|
-
"$value": "#
|
|
19310
|
+
"$value": "#a5a3a3",
|
|
19151
19311
|
"$type": "color",
|
|
19152
19312
|
"$description": "Used for the border of a selected button in the default state.",
|
|
19153
19313
|
"$extensions": {
|
|
@@ -19180,7 +19340,7 @@
|
|
|
19180
19340
|
},
|
|
19181
19341
|
"hover": {
|
|
19182
19342
|
"key": "{button.selected.border.color.hover}",
|
|
19183
|
-
"$value": "#
|
|
19343
|
+
"$value": "#8a8888",
|
|
19184
19344
|
"$type": "color",
|
|
19185
19345
|
"$description": "Used for the border of a selected button in the hover state.",
|
|
19186
19346
|
"$extensions": {
|
|
@@ -19213,7 +19373,7 @@
|
|
|
19213
19373
|
},
|
|
19214
19374
|
"focus": {
|
|
19215
19375
|
"key": "{button.selected.border.color.focus}",
|
|
19216
|
-
"$value": "#
|
|
19376
|
+
"$value": "#8a8888",
|
|
19217
19377
|
"$type": "color",
|
|
19218
19378
|
"$description": "Used for the border of a selected button in the focus state.",
|
|
19219
19379
|
"$extensions": {
|
|
@@ -19246,7 +19406,7 @@
|
|
|
19246
19406
|
},
|
|
19247
19407
|
"active": {
|
|
19248
19408
|
"key": "{button.selected.border.color.active}",
|
|
19249
|
-
"$value": "#
|
|
19409
|
+
"$value": "#646163",
|
|
19250
19410
|
"$type": "color",
|
|
19251
19411
|
"$description": "Used for the border of a selected button in the active state.",
|
|
19252
19412
|
"$extensions": {
|
|
@@ -19284,7 +19444,7 @@
|
|
|
19284
19444
|
"foreground": {
|
|
19285
19445
|
"color": {
|
|
19286
19446
|
"key": "{button.disabled.foreground.color}",
|
|
19287
|
-
"$value": "#
|
|
19447
|
+
"$value": "#747273",
|
|
19288
19448
|
"$type": "color",
|
|
19289
19449
|
"$description": "Used for the foreground of a disabled button.",
|
|
19290
19450
|
"$extensions": {
|
|
@@ -19320,7 +19480,7 @@
|
|
|
19320
19480
|
"background": {
|
|
19321
19481
|
"color": {
|
|
19322
19482
|
"key": "{button.disabled.background.color}",
|
|
19323
|
-
"$value": "#
|
|
19483
|
+
"$value": "#f7f7f5",
|
|
19324
19484
|
"$type": "color",
|
|
19325
19485
|
"$description": "Used for the background of a disabled button.",
|
|
19326
19486
|
"$extensions": {
|
|
@@ -19356,7 +19516,7 @@
|
|
|
19356
19516
|
"border": {
|
|
19357
19517
|
"color": {
|
|
19358
19518
|
"key": "{button.disabled.border.color}",
|
|
19359
|
-
"$value": "#
|
|
19519
|
+
"$value": "#dcdbd9",
|
|
19360
19520
|
"$type": "color",
|
|
19361
19521
|
"$description": "Used for the border of a disabled button.",
|
|
19362
19522
|
"$extensions": {
|
|
@@ -19467,7 +19627,7 @@
|
|
|
19467
19627
|
"pointer": {
|
|
19468
19628
|
"color": {
|
|
19469
19629
|
"key": "{chart.axis.pointer.color}",
|
|
19470
|
-
"$value": "#
|
|
19630
|
+
"$value": "#646163",
|
|
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": "#
|
|
19664
|
+
"$value": "#c1bfbe",
|
|
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": "#
|
|
19698
|
+
"$value": "#646163",
|
|
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": "#
|
|
19838
|
+
"$value": "#646163",
|
|
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": "#
|
|
20021
|
+
"$value": "#c1bfbe",
|
|
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": "#
|
|
20089
|
+
"$value": "#dcdbd9",
|
|
19930
20090
|
"$type": "color",
|
|
19931
20091
|
"$description": "Used for the divider of a dropdown.",
|
|
19932
20092
|
"$extensions": {
|
|
@@ -20095,7 +20255,7 @@
|
|
|
20095
20255
|
},
|
|
20096
20256
|
"disabled": {
|
|
20097
20257
|
"key": "{dropdown.option.text.color.disabled}",
|
|
20098
|
-
"$value": "#
|
|
20258
|
+
"$value": "#8a8888",
|
|
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": "#
|
|
20296
|
+
"$value": "#3a383d",
|
|
20137
20297
|
"$type": "color",
|
|
20138
20298
|
"$description": "Used for the dropdown selected option indicator in the default state.",
|
|
20139
20299
|
"$extensions": {
|
|
@@ -20429,7 +20589,7 @@
|
|
|
20429
20589
|
"selected": {
|
|
20430
20590
|
"default": {
|
|
20431
20591
|
"key": "{dropdown.option.background.color.selected.default}",
|
|
20432
|
-
"$value": "#
|
|
20592
|
+
"$value": "#ecebea",
|
|
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": "#
|
|
20628
|
+
"$value": "#dcdbd9",
|
|
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": "#
|
|
20664
|
+
"$value": "#dcdbd9",
|
|
20505
20665
|
"$type": "color",
|
|
20506
20666
|
"$description": "Used for the background of a selected dropdown option in the focus state.",
|
|
20507
20667
|
"$extensions": {
|
|
@@ -20537,7 +20697,7 @@
|
|
|
20537
20697
|
},
|
|
20538
20698
|
"active": {
|
|
20539
20699
|
"key": "{dropdown.option.background.color.selected.active}",
|
|
20540
|
-
"$value": "#
|
|
20700
|
+
"$value": "#c1bfbe",
|
|
20541
20701
|
"$type": "color",
|
|
20542
20702
|
"$description": "Used for the background of a selected dropdown option in the active state.",
|
|
20543
20703
|
"$extensions": {
|
|
@@ -20621,7 +20781,7 @@
|
|
|
20621
20781
|
"color": {
|
|
20622
20782
|
"default": {
|
|
20623
20783
|
"key": "{filtered-search.token.type.background.color.default}",
|
|
20624
|
-
"$value": "#
|
|
20784
|
+
"$value": "#ecebea",
|
|
20625
20785
|
"$type": "color",
|
|
20626
20786
|
"$description": "Used for the filtered search type token background color in the default state.",
|
|
20627
20787
|
"$extensions": {
|
|
@@ -20657,7 +20817,7 @@
|
|
|
20657
20817
|
},
|
|
20658
20818
|
"hover": {
|
|
20659
20819
|
"key": "{filtered-search.token.type.background.color.hover}",
|
|
20660
|
-
"$value": "#
|
|
20820
|
+
"$value": "#dcdbd9",
|
|
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": "#
|
|
20862
|
+
"$value": "#dcdbd9",
|
|
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": "#
|
|
20898
|
+
"$value": "#c1bfbe",
|
|
20739
20899
|
"$type": "color",
|
|
20740
20900
|
"$description": "Used for the filtered search data token background color in the hover state.",
|
|
20741
20901
|
"$extensions": {
|
|
@@ -20777,7 +20937,7 @@
|
|
|
20777
20937
|
"color": {
|
|
20778
20938
|
"default": {
|
|
20779
20939
|
"key": "{filtered-search.token.operator.background.color.default}",
|
|
20780
|
-
"$value": "#
|
|
20940
|
+
"$value": "#ecebea",
|
|
20781
20941
|
"$type": "color",
|
|
20782
20942
|
"$description": "Used for the filtered search operator background color in the default state.",
|
|
20783
20943
|
"$extensions": {
|
|
@@ -20813,7 +20973,7 @@
|
|
|
20813
20973
|
},
|
|
20814
20974
|
"hover": {
|
|
20815
20975
|
"key": "{filtered-search.token.operator.background.color.hover}",
|
|
20816
|
-
"$value": "#
|
|
20976
|
+
"$value": "#dcdbd9",
|
|
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": "#
|
|
22947
|
+
"$value": "#646163",
|
|
22788
22948
|
"$type": "color",
|
|
22789
22949
|
"$description": "Used for the foreground of a default navigation item in the default state.",
|
|
22790
22950
|
"$extensions": {
|
|
@@ -22953,7 +23113,7 @@
|
|
|
22953
23113
|
},
|
|
22954
23114
|
"hover": {
|
|
22955
23115
|
"key": "{nav.item.background.color.hover}",
|
|
22956
|
-
"$value": "#
|
|
23116
|
+
"$value": "#dcdbd9",
|
|
22957
23117
|
"$type": "color",
|
|
22958
23118
|
"$description": "Used for the background of a default navigation item in the hover state.",
|
|
22959
23119
|
"$extensions": {
|
|
@@ -22986,7 +23146,7 @@
|
|
|
22986
23146
|
},
|
|
22987
23147
|
"focus": {
|
|
22988
23148
|
"key": "{nav.item.background.color.focus}",
|
|
22989
|
-
"$value": "#
|
|
23149
|
+
"$value": "#dcdbd9",
|
|
22990
23150
|
"$type": "color",
|
|
22991
23151
|
"$description": "Used for the background of a default navigation item in the focus state.",
|
|
22992
23152
|
"$extensions": {
|
|
@@ -23019,7 +23179,7 @@
|
|
|
23019
23179
|
},
|
|
23020
23180
|
"active": {
|
|
23021
23181
|
"key": "{nav.item.background.color.active}",
|
|
23022
|
-
"$value": "#
|
|
23182
|
+
"$value": "#c1bfbe",
|
|
23023
23183
|
"$type": "color",
|
|
23024
23184
|
"$description": "Used for the background of a default navigation item in the active state.",
|
|
23025
23185
|
"$extensions": {
|
|
@@ -23232,7 +23392,7 @@
|
|
|
23232
23392
|
"color": {
|
|
23233
23393
|
"default": {
|
|
23234
23394
|
"key": "{nav.item.selected.background.color.default}",
|
|
23235
|
-
"$value": "#
|
|
23395
|
+
"$value": "#dcdbd9",
|
|
23236
23396
|
"$type": "color",
|
|
23237
23397
|
"$description": "Used for the background of a selected navigation item in the default state.",
|
|
23238
23398
|
"$extensions": {
|
|
@@ -23266,7 +23426,7 @@
|
|
|
23266
23426
|
},
|
|
23267
23427
|
"hover": {
|
|
23268
23428
|
"key": "{nav.item.selected.background.color.hover}",
|
|
23269
|
-
"$value": "#
|
|
23429
|
+
"$value": "#dcdbd9",
|
|
23270
23430
|
"$type": "color",
|
|
23271
23431
|
"$description": "Used for the background of a selected navigation item in the hover state.",
|
|
23272
23432
|
"$extensions": {
|
|
@@ -23300,7 +23460,7 @@
|
|
|
23300
23460
|
},
|
|
23301
23461
|
"focus": {
|
|
23302
23462
|
"key": "{nav.item.selected.background.color.focus}",
|
|
23303
|
-
"$value": "#
|
|
23463
|
+
"$value": "#dcdbd9",
|
|
23304
23464
|
"$type": "color",
|
|
23305
23465
|
"$description": "Used for the background of a selected navigation item in the focus state.",
|
|
23306
23466
|
"$extensions": {
|
|
@@ -23334,7 +23494,7 @@
|
|
|
23334
23494
|
},
|
|
23335
23495
|
"active": {
|
|
23336
23496
|
"key": "{nav.item.selected.background.color.active}",
|
|
23337
|
-
"$value": "#
|
|
23497
|
+
"$value": "#c1bfbe",
|
|
23338
23498
|
"$type": "color",
|
|
23339
23499
|
"$description": "Used for the background of a selected navigation item in the active state.",
|
|
23340
23500
|
"$extensions": {
|
|
@@ -23515,7 +23675,7 @@
|
|
|
23515
23675
|
"track": {
|
|
23516
23676
|
"color": {
|
|
23517
23677
|
"key": "{progress-bar.track.color}",
|
|
23518
|
-
"$value": "#
|
|
23678
|
+
"$value": "#c1bfbe",
|
|
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": "#
|
|
23715
|
+
"$value": "#dcdbd9",
|
|
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": "#
|
|
23748
|
+
"$value": "#ecebea",
|
|
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": "#
|
|
23784
|
+
"$value": "#dcdbd9",
|
|
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": "#
|
|
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": "#
|
|
23852
|
+
"$value": "#4d4b4e",
|
|
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": "#
|
|
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": {
|
|
@@ -23841,7 +24001,7 @@
|
|
|
23841
24001
|
"color": {
|
|
23842
24002
|
"default": {
|
|
23843
24003
|
"key": "{tab.selected.indicator.color.default}",
|
|
23844
|
-
"$value": "#
|
|
24004
|
+
"$value": "#050408",
|
|
23845
24005
|
"$type": "color",
|
|
23846
24006
|
"$description": "Used for the selected indicator of a tab.",
|
|
23847
24007
|
"$extensions": {
|
|
@@ -24067,7 +24227,7 @@
|
|
|
24067
24227
|
"checked": {
|
|
24068
24228
|
"default": {
|
|
24069
24229
|
"key": "{toggle.switch.track.color.checked.default}",
|
|
24070
|
-
"$value": "#
|
|
24230
|
+
"$value": "#3a383d",
|
|
24071
24231
|
"$type": "color",
|
|
24072
24232
|
"$description": "Used for the track color of a checked toggle switch in the default state.",
|
|
24073
24233
|
"$extensions": {
|
|
@@ -24175,7 +24335,7 @@
|
|
|
24175
24335
|
},
|
|
24176
24336
|
"active": {
|
|
24177
24337
|
"key": "{toggle.switch.track.color.checked.active}",
|
|
24178
|
-
"$value": "#
|
|
24338
|
+
"$value": "#050408",
|
|
24179
24339
|
"$type": "color",
|
|
24180
24340
|
"$description": "Used for the track color of a checked toggle switch in the active state.",
|
|
24181
24341
|
"$extensions": {
|
|
@@ -24211,7 +24371,7 @@
|
|
|
24211
24371
|
},
|
|
24212
24372
|
"disabled": {
|
|
24213
24373
|
"key": "{toggle.switch.track.color.checked.disabled}",
|
|
24214
|
-
"$value": "#
|
|
24374
|
+
"$value": "#8a8888",
|
|
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": {
|
|
@@ -24248,7 +24408,7 @@
|
|
|
24248
24408
|
},
|
|
24249
24409
|
"loading": {
|
|
24250
24410
|
"key": "{toggle.switch.track.color.loading}",
|
|
24251
|
-
"$value": "#
|
|
24411
|
+
"$value": "#ecebea",
|
|
24252
24412
|
"$type": "color",
|
|
24253
24413
|
"$description": "Used for the track color of a loading toggle switch. A loading toggle renders no thumb and its value is still in flight, so the track carries no checked state.",
|
|
24254
24414
|
"$extensions": {
|
|
@@ -24287,7 +24447,7 @@
|
|
|
24287
24447
|
"unchecked": {
|
|
24288
24448
|
"default": {
|
|
24289
24449
|
"key": "{toggle.switch.track.border.color.unchecked.default}",
|
|
24290
|
-
"$value": "#
|
|
24450
|
+
"$value": "#8a8888",
|
|
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": "#
|
|
24485
|
+
"$value": "#646163",
|
|
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": "#
|
|
24520
|
+
"$value": "#646163",
|
|
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": "#
|
|
24555
|
+
"$value": "#646163",
|
|
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": "#
|
|
24590
|
+
"$value": "#dcdbd9",
|
|
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": "#
|
|
24627
|
+
"$value": "#3a383d",
|
|
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": {
|
|
@@ -24569,7 +24729,7 @@
|
|
|
24569
24729
|
},
|
|
24570
24730
|
"active": {
|
|
24571
24731
|
"key": "{toggle.switch.track.border.color.checked.active}",
|
|
24572
|
-
"$value": "#
|
|
24732
|
+
"$value": "#050408",
|
|
24573
24733
|
"$type": "color",
|
|
24574
24734
|
"$description": "Used for the track border color of a checked toggle switch in the active state.",
|
|
24575
24735
|
"$extensions": {
|
|
@@ -24604,7 +24764,7 @@
|
|
|
24604
24764
|
},
|
|
24605
24765
|
"disabled": {
|
|
24606
24766
|
"key": "{toggle.switch.track.border.color.checked.disabled}",
|
|
24607
|
-
"$value": "#
|
|
24767
|
+
"$value": "#8a8888",
|
|
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": {
|
|
@@ -24640,7 +24800,7 @@
|
|
|
24640
24800
|
},
|
|
24641
24801
|
"loading": {
|
|
24642
24802
|
"key": "{toggle.switch.track.border.color.loading}",
|
|
24643
|
-
"$value": "#
|
|
24803
|
+
"$value": "#ecebea",
|
|
24644
24804
|
"$type": "color",
|
|
24645
24805
|
"$description": "Used for the track border color of a loading toggle switch, which matches the track color so the track reads as a single flat fill.",
|
|
24646
24806
|
"$extensions": {
|
|
@@ -24680,7 +24840,7 @@
|
|
|
24680
24840
|
"unchecked": {
|
|
24681
24841
|
"default": {
|
|
24682
24842
|
"key": "{toggle.switch.background.color.unchecked.default}",
|
|
24683
|
-
"$value": "#
|
|
24843
|
+
"$value": "#3a383d",
|
|
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": "#
|
|
24879
|
+
"$value": "#3a383d",
|
|
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": "#
|
|
24915
|
+
"$value": "#3a383d",
|
|
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": "#
|
|
24951
|
+
"$value": "#3a383d",
|
|
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": "#
|
|
24987
|
+
"$value": "#8a8888",
|
|
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": "#
|
|
25206
|
+
"$value": "#8a8888",
|
|
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": "#
|
|
25386
|
+
"$value": "#3a383d",
|
|
25227
25387
|
"$type": "color",
|
|
25228
25388
|
"$description": "Used for the icon color of a checked toggle switch in the default state.",
|
|
25229
25389
|
"$extensions": {
|
|
@@ -25325,7 +25485,7 @@
|
|
|
25325
25485
|
},
|
|
25326
25486
|
"active": {
|
|
25327
25487
|
"key": "{toggle.switch.icon.color.checked.active}",
|
|
25328
|
-
"$value": "#
|
|
25488
|
+
"$value": "#050408",
|
|
25329
25489
|
"$type": "color",
|
|
25330
25490
|
"$description": "Used for the icon color of a checked toggle switch in the active state.",
|
|
25331
25491
|
"$extensions": {
|
|
@@ -25360,7 +25520,7 @@
|
|
|
25360
25520
|
},
|
|
25361
25521
|
"disabled": {
|
|
25362
25522
|
"key": "{toggle.switch.icon.color.disabled}",
|
|
25363
|
-
"$value": "#
|
|
25523
|
+
"$value": "#ecebea",
|
|
25364
25524
|
"$type": "color",
|
|
25365
25525
|
"$description": "Used for the icon color of a disabled toggle switch.",
|
|
25366
25526
|
"$extensions": {
|
|
@@ -25402,7 +25562,7 @@
|
|
|
25402
25562
|
"color": {
|
|
25403
25563
|
"focus": {
|
|
25404
25564
|
"key": "{token-selector.token-container.token.background.color.focus}",
|
|
25405
|
-
"$value": "#
|
|
25565
|
+
"$value": "#a5a3a3",
|
|
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": "#
|
|
25641
|
+
"$value": "#3a383d",
|
|
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": "#
|
|
25676
|
+
"$value": "#dcdbd9",
|
|
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": "#
|
|
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": {
|
|
@@ -27303,7 +27463,7 @@
|
|
|
27303
27463
|
},
|
|
27304
27464
|
"black": {
|
|
27305
27465
|
"key": "{black}",
|
|
27306
|
-
"$value": "#
|
|
27466
|
+
"$value": "#050408",
|
|
27307
27467
|
"$type": "color",
|
|
27308
27468
|
"$extensions": {
|
|
27309
27469
|
"com.figma.scopes": []
|
|
@@ -27694,7 +27854,7 @@
|
|
|
27694
27854
|
"gray": {
|
|
27695
27855
|
"10": {
|
|
27696
27856
|
"key": "{gray.10}",
|
|
27697
|
-
"$value": "#
|
|
27857
|
+
"$value": "#f7f7f5",
|
|
27698
27858
|
"$type": "color",
|
|
27699
27859
|
"$extensions": {
|
|
27700
27860
|
"com.figma.scopes": []
|
|
@@ -27724,7 +27884,7 @@
|
|
|
27724
27884
|
},
|
|
27725
27885
|
"50": {
|
|
27726
27886
|
"key": "{gray.50}",
|
|
27727
|
-
"$value": "#
|
|
27887
|
+
"$value": "#ecebea",
|
|
27728
27888
|
"$type": "color",
|
|
27729
27889
|
"$extensions": {
|
|
27730
27890
|
"com.figma.scopes": []
|
|
@@ -27754,7 +27914,7 @@
|
|
|
27754
27914
|
},
|
|
27755
27915
|
"100": {
|
|
27756
27916
|
"key": "{gray.100}",
|
|
27757
|
-
"$value": "#
|
|
27917
|
+
"$value": "#dcdbd9",
|
|
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": "#
|
|
27947
|
+
"$value": "#c1bfbe",
|
|
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": "#
|
|
27977
|
+
"$value": "#a5a3a3",
|
|
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": "#
|
|
28007
|
+
"$value": "#8a8888",
|
|
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": "#
|
|
28037
|
+
"$value": "#747273",
|
|
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": "#
|
|
28067
|
+
"$value": "#646163",
|
|
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": "#
|
|
28097
|
+
"$value": "#4d4b4e",
|
|
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": "#
|
|
28127
|
+
"$value": "#3a383d",
|
|
27968
28128
|
"$type": "color",
|
|
27969
28129
|
"$extensions": {
|
|
27970
28130
|
"com.figma.scopes": []
|
|
@@ -30209,7 +30369,7 @@
|
|
|
30209
30369
|
"foreground": {
|
|
30210
30370
|
"color": {
|
|
30211
30371
|
"key": "{action.disabled.foreground.color}",
|
|
30212
|
-
"$value": "#
|
|
30372
|
+
"$value": "#8a8888",
|
|
30213
30373
|
"$type": "color",
|
|
30214
30374
|
"$description": "Used for the foreground of a disabled action.",
|
|
30215
30375
|
"$extensions": {
|
|
@@ -30245,7 +30405,7 @@
|
|
|
30245
30405
|
"background": {
|
|
30246
30406
|
"color": {
|
|
30247
30407
|
"key": "{action.disabled.background.color}",
|
|
30248
|
-
"$value": "#
|
|
30408
|
+
"$value": "#ecebea",
|
|
30249
30409
|
"$type": "color",
|
|
30250
30410
|
"$description": "Used for the background of a disabled action.",
|
|
30251
30411
|
"$extensions": {
|
|
@@ -30281,7 +30441,7 @@
|
|
|
30281
30441
|
"border": {
|
|
30282
30442
|
"color": {
|
|
30283
30443
|
"key": "{action.disabled.border.color}",
|
|
30284
|
-
"$value": "#
|
|
30444
|
+
"$value": "#dcdbd9",
|
|
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": "#
|
|
30625
|
+
"$value": "#3a383d",
|
|
30466
30626
|
"$type": "color",
|
|
30467
30627
|
"$description": "Used for the background of a selected action in the default state.",
|
|
30468
30628
|
"$extensions": {
|
|
@@ -30567,7 +30727,7 @@
|
|
|
30567
30727
|
},
|
|
30568
30728
|
"active": {
|
|
30569
30729
|
"key": "{action.selected.background.color.active}",
|
|
30570
|
-
"$value": "#
|
|
30730
|
+
"$value": "#050408",
|
|
30571
30731
|
"$type": "color",
|
|
30572
30732
|
"$description": "Used for the background of a selected action in the active state.",
|
|
30573
30733
|
"$extensions": {
|
|
@@ -30602,7 +30762,7 @@
|
|
|
30602
30762
|
},
|
|
30603
30763
|
"disabled": {
|
|
30604
30764
|
"key": "{action.selected.background.color.disabled}",
|
|
30605
|
-
"$value": "#
|
|
30765
|
+
"$value": "#8a8888",
|
|
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": "#
|
|
30804
|
+
"$value": "#3a383d",
|
|
30645
30805
|
"$type": "color",
|
|
30646
30806
|
"$description": "Used for the border of a selected action in the default state.",
|
|
30647
30807
|
"$extensions": {
|
|
@@ -30740,7 +30900,7 @@
|
|
|
30740
30900
|
},
|
|
30741
30901
|
"active": {
|
|
30742
30902
|
"key": "{action.selected.border.color.active}",
|
|
30743
|
-
"$value": "#
|
|
30903
|
+
"$value": "#050408",
|
|
30744
30904
|
"$type": "color",
|
|
30745
30905
|
"$description": "Used for the border of a selected action in the active state.",
|
|
30746
30906
|
"$extensions": {
|
|
@@ -31205,7 +31365,7 @@
|
|
|
31205
31365
|
"color": {
|
|
31206
31366
|
"default": {
|
|
31207
31367
|
"key": "{action.confirm.foreground.color.default}",
|
|
31208
|
-
"$value": "#
|
|
31368
|
+
"$value": "#3a383d",
|
|
31209
31369
|
"$type": "color",
|
|
31210
31370
|
"$description": "Used for the foreground of a confirm (positive) action in the default state.",
|
|
31211
31371
|
"$extensions": {
|
|
@@ -31310,7 +31470,7 @@
|
|
|
31310
31470
|
},
|
|
31311
31471
|
"active": {
|
|
31312
31472
|
"key": "{action.confirm.foreground.color.active}",
|
|
31313
|
-
"$value": "#
|
|
31473
|
+
"$value": "#050408",
|
|
31314
31474
|
"$type": "color",
|
|
31315
31475
|
"$description": "Used for the foreground of a confirm (positive) action in the active state.",
|
|
31316
31476
|
"$extensions": {
|
|
@@ -31631,7 +31791,7 @@
|
|
|
31631
31791
|
"color": {
|
|
31632
31792
|
"default": {
|
|
31633
31793
|
"key": "{action.danger.foreground.color.default}",
|
|
31634
|
-
"$value": "#
|
|
31794
|
+
"$value": "#c02f12",
|
|
31635
31795
|
"$type": "color",
|
|
31636
31796
|
"$description": "Used for the foreground of a danger (destructive) action in the default state.",
|
|
31637
31797
|
"$extensions": {
|
|
@@ -31643,7 +31803,7 @@
|
|
|
31643
31803
|
"filePath": "src/tokens/semantic/action.tokens.json",
|
|
31644
31804
|
"isSource": true,
|
|
31645
31805
|
"original": {
|
|
31646
|
-
"$value": "{color.red.
|
|
31806
|
+
"$value": "{color.red.600}",
|
|
31647
31807
|
"$type": "color",
|
|
31648
31808
|
"$description": "Used for the foreground of a danger (destructive) action in the default state.",
|
|
31649
31809
|
"$extensions": {
|
|
@@ -31666,7 +31826,7 @@
|
|
|
31666
31826
|
},
|
|
31667
31827
|
"hover": {
|
|
31668
31828
|
"key": "{action.danger.foreground.color.hover}",
|
|
31669
|
-
"$value": "#
|
|
31829
|
+
"$value": "#812713",
|
|
31670
31830
|
"$type": "color",
|
|
31671
31831
|
"$description": "Used for the foreground of a danger (destructive) action in the hover state.",
|
|
31672
31832
|
"$extensions": {
|
|
@@ -31678,7 +31838,7 @@
|
|
|
31678
31838
|
"filePath": "src/tokens/semantic/action.tokens.json",
|
|
31679
31839
|
"isSource": true,
|
|
31680
31840
|
"original": {
|
|
31681
|
-
"$value": "{color.red.
|
|
31841
|
+
"$value": "{color.red.800}",
|
|
31682
31842
|
"$type": "color",
|
|
31683
31843
|
"$description": "Used for the foreground of a danger (destructive) action in the hover state.",
|
|
31684
31844
|
"$extensions": {
|
|
@@ -31701,7 +31861,7 @@
|
|
|
31701
31861
|
},
|
|
31702
31862
|
"focus": {
|
|
31703
31863
|
"key": "{action.danger.foreground.color.focus}",
|
|
31704
|
-
"$value": "#
|
|
31864
|
+
"$value": "#812713",
|
|
31705
31865
|
"$type": "color",
|
|
31706
31866
|
"$description": "Used for the foreground of a danger (destructive) action in the focus state.",
|
|
31707
31867
|
"$extensions": {
|
|
@@ -31736,7 +31896,7 @@
|
|
|
31736
31896
|
},
|
|
31737
31897
|
"active": {
|
|
31738
31898
|
"key": "{action.danger.foreground.color.active}",
|
|
31739
|
-
"$value": "#
|
|
31899
|
+
"$value": "#3e1a14",
|
|
31740
31900
|
"$type": "color",
|
|
31741
31901
|
"$description": "Used for the foreground of a danger (destructive) action in the active state.",
|
|
31742
31902
|
"$extensions": {
|
|
@@ -31748,7 +31908,7 @@
|
|
|
31748
31908
|
"filePath": "src/tokens/semantic/action.tokens.json",
|
|
31749
31909
|
"isSource": true,
|
|
31750
31910
|
"original": {
|
|
31751
|
-
"$value": "{color.red.
|
|
31911
|
+
"$value": "{color.red.950}",
|
|
31752
31912
|
"$type": "color",
|
|
31753
31913
|
"$description": "Used for the foreground of a danger (destructive) action in the active state.",
|
|
31754
31914
|
"$extensions": {
|
|
@@ -32496,7 +32656,7 @@
|
|
|
32496
32656
|
"color": {
|
|
32497
32657
|
"default": {
|
|
32498
32658
|
"key": "{action.strong.neutral.background.color.default}",
|
|
32499
|
-
"$value": "#
|
|
32659
|
+
"$value": "#646163",
|
|
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": "#
|
|
32695
|
+
"$value": "#4d4b4e",
|
|
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": "#
|
|
32731
|
+
"$value": "#4d4b4e",
|
|
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": "#
|
|
32767
|
+
"$value": "#3a383d",
|
|
32608
32768
|
"$type": "color",
|
|
32609
32769
|
"$description": "Used for the background of a strong neutral action in the active state.",
|
|
32610
32770
|
"$extensions": {
|
|
@@ -32968,7 +33128,7 @@
|
|
|
32968
33128
|
},
|
|
32969
33129
|
"subtle": {
|
|
32970
33130
|
"key": "{background.color.subtle}",
|
|
32971
|
-
"$value": "#
|
|
33131
|
+
"$value": "#f7f7f5",
|
|
32972
33132
|
"$type": "color",
|
|
32973
33133
|
"$description": "Used to slightly differentiate the background from the default.",
|
|
32974
33134
|
"$extensions": {
|
|
@@ -33001,7 +33161,7 @@
|
|
|
33001
33161
|
},
|
|
33002
33162
|
"strong": {
|
|
33003
33163
|
"key": "{background.color.strong}",
|
|
33004
|
-
"$value": "#
|
|
33164
|
+
"$value": "#ecebea",
|
|
33005
33165
|
"$type": "color",
|
|
33006
33166
|
"$description": "Used to make the background easily stand out from the default.",
|
|
33007
33167
|
"$extensions": {
|
|
@@ -33034,7 +33194,7 @@
|
|
|
33034
33194
|
},
|
|
33035
33195
|
"disabled": {
|
|
33036
33196
|
"key": "{background.color.disabled}",
|
|
33037
|
-
"$value": "#
|
|
33197
|
+
"$value": "#f7f7f5",
|
|
33038
33198
|
"$type": "color",
|
|
33039
33199
|
"$description": "Used to identify a disabled section.",
|
|
33040
33200
|
"$extensions": {
|
|
@@ -33205,7 +33365,7 @@
|
|
|
33205
33365
|
},
|
|
33206
33366
|
"disabled": {
|
|
33207
33367
|
"key": "{control.background.color.disabled}",
|
|
33208
|
-
"$value": "#
|
|
33368
|
+
"$value": "#f7f7f5",
|
|
33209
33369
|
"$type": "color",
|
|
33210
33370
|
"$description": "Used for disabled form control (checkbox, input, radio button, textarea) background.",
|
|
33211
33371
|
"$extensions": {
|
|
@@ -33239,7 +33399,7 @@
|
|
|
33239
33399
|
},
|
|
33240
33400
|
"concatenation": {
|
|
33241
33401
|
"key": "{control.background.color.concatenation}",
|
|
33242
|
-
"$value": "#
|
|
33402
|
+
"$value": "#f7f7f5",
|
|
33243
33403
|
"$type": "color",
|
|
33244
33404
|
"$description": "Used for the background of static content that prepends or appends a text input.",
|
|
33245
33405
|
"$extensions": {
|
|
@@ -33308,7 +33468,7 @@
|
|
|
33308
33468
|
"selected": {
|
|
33309
33469
|
"default": {
|
|
33310
33470
|
"key": "{control.background.color.selected.default}",
|
|
33311
|
-
"$value": "#
|
|
33471
|
+
"$value": "#3a383d",
|
|
33312
33472
|
"$type": "color",
|
|
33313
33473
|
"$description": "Used for checked and indeterminate (selected) form control (checkbox, radio button) background.",
|
|
33314
33474
|
"$extensions": {
|
|
@@ -33418,7 +33578,7 @@
|
|
|
33418
33578
|
"color": {
|
|
33419
33579
|
"default": {
|
|
33420
33580
|
"key": "{control.border.color.default}",
|
|
33421
|
-
"$value": "#
|
|
33581
|
+
"$value": "#8a8888",
|
|
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": "#
|
|
33613
|
+
"$value": "#646163",
|
|
33454
33614
|
"$type": "color",
|
|
33455
33615
|
"$description": "Used for form control (input, radio button, checkbox, textarea) border on hover.",
|
|
33456
33616
|
"$extensions": {
|
|
@@ -33514,7 +33674,7 @@
|
|
|
33514
33674
|
},
|
|
33515
33675
|
"disabled": {
|
|
33516
33676
|
"key": "{control.border.color.disabled}",
|
|
33517
|
-
"$value": "#
|
|
33677
|
+
"$value": "#dcdbd9",
|
|
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": "#
|
|
33742
|
+
"$value": "#3a383d",
|
|
33583
33743
|
"$type": "color",
|
|
33584
33744
|
"$description": "Used for checked and indeterminate (selected) form control (checkbox, radio button) border.",
|
|
33585
33745
|
"$extensions": {
|
|
@@ -33781,7 +33941,7 @@
|
|
|
33781
33941
|
"placeholder": {
|
|
33782
33942
|
"color": {
|
|
33783
33943
|
"key": "{control.placeholder.color}",
|
|
33784
|
-
"$value": "#
|
|
33944
|
+
"$value": "#747273",
|
|
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": "#
|
|
34012
|
+
"$value": "#747273",
|
|
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": "#
|
|
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": "#
|
|
34121
|
+
"$value": "#050408",
|
|
33962
34122
|
"$type": "color",
|
|
33963
34123
|
"$description": "Used for the border associated with strong feedback.",
|
|
33964
34124
|
"$extensions": {
|
|
@@ -34098,7 +34258,7 @@
|
|
|
34098
34258
|
"background": {
|
|
34099
34259
|
"color": {
|
|
34100
34260
|
"key": "{feedback.neutral.background.color}",
|
|
34101
|
-
"$value": "#
|
|
34261
|
+
"$value": "#ecebea",
|
|
34102
34262
|
"$type": "color",
|
|
34103
34263
|
"$description": "Used for the background of a neutral feedback item when there isn't a specific meaning or urgency.",
|
|
34104
34264
|
"$extensions": {
|
|
@@ -34134,7 +34294,7 @@
|
|
|
34134
34294
|
"border": {
|
|
34135
34295
|
"color": {
|
|
34136
34296
|
"key": "{feedback.neutral.border.color}",
|
|
34137
|
-
"$value": "#
|
|
34297
|
+
"$value": "#c1bfbe",
|
|
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": "#
|
|
34331
|
+
"$value": "#4d4b4e",
|
|
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": "#
|
|
34365
|
+
"$value": "#646163",
|
|
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": {
|
|
@@ -35165,7 +35325,7 @@
|
|
|
35165
35325
|
"color": {
|
|
35166
35326
|
"default": {
|
|
35167
35327
|
"key": "{icon.color.default}",
|
|
35168
|
-
"$value": "#
|
|
35328
|
+
"$value": "#3a383d",
|
|
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": "#
|
|
35361
|
+
"$value": "#646163",
|
|
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": "#
|
|
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": "#
|
|
35660
|
+
"$value": "#dcdbd9",
|
|
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": "#
|
|
35696
|
+
"$value": "#4d4b4e",
|
|
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": "#
|
|
35730
|
+
"$value": "#747273",
|
|
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": "#
|
|
36308
|
+
"$value": "#3a383d",
|
|
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": "#
|
|
36340
|
+
"$value": "#646163",
|
|
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": "#
|
|
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": "#
|
|
36405
|
+
"$value": "#3a383d",
|
|
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": "#
|
|
36436
|
+
"$value": "#646163",
|
|
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": "#
|
|
36653
|
+
"$value": "#8a8888",
|
|
36494
36654
|
"$type": "color",
|
|
36495
36655
|
"$description": "Used for disabled text.",
|
|
36496
36656
|
"$extensions": {
|