@pantheon-systems/pds-design-tokens 1.0.0-dev.95 → 1.0.0-dev.96
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/build/css/pds-design-tokens-dark-mode.css +10 -8
- package/build/css/pds-design-tokens-light-mode.css +10 -8
- package/build/figma/pds-design-tokens-figma.json +166 -50
- package/build/json/pds-design-tokens-dark-mode.json +83 -25
- package/build/json/pds-design-tokens-light-mode.json +83 -25
- package/package.json +1 -1
|
@@ -15,6 +15,16 @@
|
|
|
15
15
|
--pds-color-background-default-secondary: #282839;
|
|
16
16
|
--pds-color-background-reverse: #e7e7eb;
|
|
17
17
|
--pds-color-badge-border: #a6a3b4;
|
|
18
|
+
--pds-color-badge-indicator-diamond-background: #f0fdff;
|
|
19
|
+
--pds-color-badge-indicator-diamond-foreground: #8a70ff;
|
|
20
|
+
--pds-color-badge-indicator-early-access-background: #133527;
|
|
21
|
+
--pds-color-badge-indicator-early-access-foreground: #2abb7f;
|
|
22
|
+
--pds-color-badge-indicator-gold-background: #fff1a9;
|
|
23
|
+
--pds-color-badge-indicator-gold-foreground: #705e00;
|
|
24
|
+
--pds-color-badge-indicator-platinum-background: #d0c6ff;
|
|
25
|
+
--pds-color-badge-indicator-platinum-foreground: #4e39a8;
|
|
26
|
+
--pds-color-badge-indicator-silver-background: #e7e7eb;
|
|
27
|
+
--pds-color-badge-indicator-silver-foreground: #504e62;
|
|
18
28
|
--pds-color-badge-label: #e7e7eb;
|
|
19
29
|
--pds-color-badge-status-critical: var(--pds-color-semantic-critical-foreground);
|
|
20
30
|
--pds-color-badge-status-default: #858299;
|
|
@@ -23,14 +33,6 @@
|
|
|
23
33
|
--pds-color-badge-status-info: var(--pds-color-semantic-info-foreground);
|
|
24
34
|
--pds-color-badge-status-success: var(--pds-color-semantic-success-foreground);
|
|
25
35
|
--pds-color-badge-status-warning: var(--pds-color-semantic-warning-foreground);
|
|
26
|
-
--pds-color-badge-tier-diamond-background: #f0fdff;
|
|
27
|
-
--pds-color-badge-tier-diamond-foreground: #8a70ff;
|
|
28
|
-
--pds-color-badge-tier-gold-background: #fff1a9;
|
|
29
|
-
--pds-color-badge-tier-gold-foreground: #705e00;
|
|
30
|
-
--pds-color-badge-tier-platinum-background: #d0c6ff;
|
|
31
|
-
--pds-color-badge-tier-platinum-foreground: #4e39a8;
|
|
32
|
-
--pds-color-badge-tier-silver-background: #e7e7eb;
|
|
33
|
-
--pds-color-badge-tier-silver-foreground: #504e62;
|
|
34
36
|
--pds-color-banner-critical-background: linear-gradient(135deg, #CA3521 0%, #B95898 100%);
|
|
35
37
|
--pds-color-banner-critical-foreground: #ffffff;
|
|
36
38
|
--pds-color-banner-info-background: linear-gradient(315deg, #1265DA 0%, #5F41E5 100%);
|
|
@@ -15,6 +15,16 @@
|
|
|
15
15
|
--pds-color-background-default-secondary: #f8f8f8;
|
|
16
16
|
--pds-color-background-reverse: #23232d;
|
|
17
17
|
--pds-color-badge-border: var(--pds-color-border-default);
|
|
18
|
+
--pds-color-badge-indicator-diamond-background: #f0fdff;
|
|
19
|
+
--pds-color-badge-indicator-diamond-foreground: #5f41e5;
|
|
20
|
+
--pds-color-badge-indicator-early-access-background: #e3fcef;
|
|
21
|
+
--pds-color-badge-indicator-early-access-foreground: #218c5f;
|
|
22
|
+
--pds-color-badge-indicator-gold-background: #fff1a9;
|
|
23
|
+
--pds-color-badge-indicator-gold-foreground: #705e00;
|
|
24
|
+
--pds-color-badge-indicator-platinum-background: #f0ecff;
|
|
25
|
+
--pds-color-badge-indicator-platinum-foreground: #3017a1;
|
|
26
|
+
--pds-color-badge-indicator-silver-background: #f1f1f1;
|
|
27
|
+
--pds-color-badge-indicator-silver-foreground: var(--pds-color-text-default-secondary);
|
|
18
28
|
--pds-color-badge-label: var(--pds-color-text-default-secondary);
|
|
19
29
|
--pds-color-badge-status-critical: var(--pds-color-semantic-critical-foreground);
|
|
20
30
|
--pds-color-badge-status-default: #cfcfd3;
|
|
@@ -23,14 +33,6 @@
|
|
|
23
33
|
--pds-color-badge-status-info: var(--pds-color-semantic-info-foreground);
|
|
24
34
|
--pds-color-badge-status-success: var(--pds-color-semantic-success-foreground);
|
|
25
35
|
--pds-color-badge-status-warning: var(--pds-color-semantic-warning-foreground);
|
|
26
|
-
--pds-color-badge-tier-diamond-background: #f0fdff;
|
|
27
|
-
--pds-color-badge-tier-diamond-foreground: #5f41e5;
|
|
28
|
-
--pds-color-badge-tier-gold-background: #fff1a9;
|
|
29
|
-
--pds-color-badge-tier-gold-foreground: #705e00;
|
|
30
|
-
--pds-color-badge-tier-platinum-background: #f0ecff;
|
|
31
|
-
--pds-color-badge-tier-platinum-foreground: #3017a1;
|
|
32
|
-
--pds-color-badge-tier-silver-background: #f1f1f1;
|
|
33
|
-
--pds-color-badge-tier-silver-foreground: var(--pds-color-text-default-secondary);
|
|
34
36
|
--pds-color-banner-critical-background: linear-gradient(135deg, #CA3521 0%, #B95898 100%);
|
|
35
37
|
--pds-color-banner-critical-foreground: #ffffff;
|
|
36
38
|
--pds-color-banner-info-background: linear-gradient(315deg, #1265DA 0%, #5F41E5 100%);
|
|
@@ -2212,7 +2212,7 @@
|
|
|
2212
2212
|
]
|
|
2213
2213
|
}
|
|
2214
2214
|
},
|
|
2215
|
-
"
|
|
2215
|
+
"indicator": {
|
|
2216
2216
|
"silver": {
|
|
2217
2217
|
"background": {
|
|
2218
2218
|
"value": "#e7e7eb",
|
|
@@ -2225,19 +2225,19 @@
|
|
|
2225
2225
|
"public": true,
|
|
2226
2226
|
"isReferenceToInternal": true
|
|
2227
2227
|
},
|
|
2228
|
-
"name": "color-dark-mode-badge-
|
|
2228
|
+
"name": "color-dark-mode-badge-indicator-silver-background",
|
|
2229
2229
|
"attributes": {
|
|
2230
2230
|
"category": "color",
|
|
2231
2231
|
"type": "dark-mode",
|
|
2232
2232
|
"item": "badge",
|
|
2233
|
-
"subitem": "
|
|
2233
|
+
"subitem": "indicator",
|
|
2234
2234
|
"state": "silver"
|
|
2235
2235
|
},
|
|
2236
2236
|
"path": [
|
|
2237
2237
|
"color",
|
|
2238
2238
|
"dark-mode",
|
|
2239
2239
|
"badge",
|
|
2240
|
-
"
|
|
2240
|
+
"indicator",
|
|
2241
2241
|
"silver",
|
|
2242
2242
|
"background"
|
|
2243
2243
|
]
|
|
@@ -2253,19 +2253,19 @@
|
|
|
2253
2253
|
"public": true,
|
|
2254
2254
|
"isReferenceToInternal": true
|
|
2255
2255
|
},
|
|
2256
|
-
"name": "color-dark-mode-badge-
|
|
2256
|
+
"name": "color-dark-mode-badge-indicator-silver-foreground",
|
|
2257
2257
|
"attributes": {
|
|
2258
2258
|
"category": "color",
|
|
2259
2259
|
"type": "dark-mode",
|
|
2260
2260
|
"item": "badge",
|
|
2261
|
-
"subitem": "
|
|
2261
|
+
"subitem": "indicator",
|
|
2262
2262
|
"state": "silver"
|
|
2263
2263
|
},
|
|
2264
2264
|
"path": [
|
|
2265
2265
|
"color",
|
|
2266
2266
|
"dark-mode",
|
|
2267
2267
|
"badge",
|
|
2268
|
-
"
|
|
2268
|
+
"indicator",
|
|
2269
2269
|
"silver",
|
|
2270
2270
|
"foreground"
|
|
2271
2271
|
]
|
|
@@ -2283,19 +2283,19 @@
|
|
|
2283
2283
|
"public": true,
|
|
2284
2284
|
"isReferenceToInternal": true
|
|
2285
2285
|
},
|
|
2286
|
-
"name": "color-dark-mode-badge-
|
|
2286
|
+
"name": "color-dark-mode-badge-indicator-gold-background",
|
|
2287
2287
|
"attributes": {
|
|
2288
2288
|
"category": "color",
|
|
2289
2289
|
"type": "dark-mode",
|
|
2290
2290
|
"item": "badge",
|
|
2291
|
-
"subitem": "
|
|
2291
|
+
"subitem": "indicator",
|
|
2292
2292
|
"state": "gold"
|
|
2293
2293
|
},
|
|
2294
2294
|
"path": [
|
|
2295
2295
|
"color",
|
|
2296
2296
|
"dark-mode",
|
|
2297
2297
|
"badge",
|
|
2298
|
-
"
|
|
2298
|
+
"indicator",
|
|
2299
2299
|
"gold",
|
|
2300
2300
|
"background"
|
|
2301
2301
|
]
|
|
@@ -2311,19 +2311,19 @@
|
|
|
2311
2311
|
"public": true,
|
|
2312
2312
|
"isReferenceToInternal": true
|
|
2313
2313
|
},
|
|
2314
|
-
"name": "color-dark-mode-badge-
|
|
2314
|
+
"name": "color-dark-mode-badge-indicator-gold-foreground",
|
|
2315
2315
|
"attributes": {
|
|
2316
2316
|
"category": "color",
|
|
2317
2317
|
"type": "dark-mode",
|
|
2318
2318
|
"item": "badge",
|
|
2319
|
-
"subitem": "
|
|
2319
|
+
"subitem": "indicator",
|
|
2320
2320
|
"state": "gold"
|
|
2321
2321
|
},
|
|
2322
2322
|
"path": [
|
|
2323
2323
|
"color",
|
|
2324
2324
|
"dark-mode",
|
|
2325
2325
|
"badge",
|
|
2326
|
-
"
|
|
2326
|
+
"indicator",
|
|
2327
2327
|
"gold",
|
|
2328
2328
|
"foreground"
|
|
2329
2329
|
]
|
|
@@ -2341,19 +2341,19 @@
|
|
|
2341
2341
|
"public": true,
|
|
2342
2342
|
"isReferenceToInternal": true
|
|
2343
2343
|
},
|
|
2344
|
-
"name": "color-dark-mode-badge-
|
|
2344
|
+
"name": "color-dark-mode-badge-indicator-platinum-background",
|
|
2345
2345
|
"attributes": {
|
|
2346
2346
|
"category": "color",
|
|
2347
2347
|
"type": "dark-mode",
|
|
2348
2348
|
"item": "badge",
|
|
2349
|
-
"subitem": "
|
|
2349
|
+
"subitem": "indicator",
|
|
2350
2350
|
"state": "platinum"
|
|
2351
2351
|
},
|
|
2352
2352
|
"path": [
|
|
2353
2353
|
"color",
|
|
2354
2354
|
"dark-mode",
|
|
2355
2355
|
"badge",
|
|
2356
|
-
"
|
|
2356
|
+
"indicator",
|
|
2357
2357
|
"platinum",
|
|
2358
2358
|
"background"
|
|
2359
2359
|
]
|
|
@@ -2369,19 +2369,19 @@
|
|
|
2369
2369
|
"public": true,
|
|
2370
2370
|
"isReferenceToInternal": true
|
|
2371
2371
|
},
|
|
2372
|
-
"name": "color-dark-mode-badge-
|
|
2372
|
+
"name": "color-dark-mode-badge-indicator-platinum-foreground",
|
|
2373
2373
|
"attributes": {
|
|
2374
2374
|
"category": "color",
|
|
2375
2375
|
"type": "dark-mode",
|
|
2376
2376
|
"item": "badge",
|
|
2377
|
-
"subitem": "
|
|
2377
|
+
"subitem": "indicator",
|
|
2378
2378
|
"state": "platinum"
|
|
2379
2379
|
},
|
|
2380
2380
|
"path": [
|
|
2381
2381
|
"color",
|
|
2382
2382
|
"dark-mode",
|
|
2383
2383
|
"badge",
|
|
2384
|
-
"
|
|
2384
|
+
"indicator",
|
|
2385
2385
|
"platinum",
|
|
2386
2386
|
"foreground"
|
|
2387
2387
|
]
|
|
@@ -2397,19 +2397,19 @@
|
|
|
2397
2397
|
"value": "#f0fdff",
|
|
2398
2398
|
"public": true
|
|
2399
2399
|
},
|
|
2400
|
-
"name": "color-dark-mode-badge-
|
|
2400
|
+
"name": "color-dark-mode-badge-indicator-diamond-background",
|
|
2401
2401
|
"attributes": {
|
|
2402
2402
|
"category": "color",
|
|
2403
2403
|
"type": "dark-mode",
|
|
2404
2404
|
"item": "badge",
|
|
2405
|
-
"subitem": "
|
|
2405
|
+
"subitem": "indicator",
|
|
2406
2406
|
"state": "diamond"
|
|
2407
2407
|
},
|
|
2408
2408
|
"path": [
|
|
2409
2409
|
"color",
|
|
2410
2410
|
"dark-mode",
|
|
2411
2411
|
"badge",
|
|
2412
|
-
"
|
|
2412
|
+
"indicator",
|
|
2413
2413
|
"diamond",
|
|
2414
2414
|
"background"
|
|
2415
2415
|
]
|
|
@@ -2425,23 +2425,81 @@
|
|
|
2425
2425
|
"public": true,
|
|
2426
2426
|
"isReferenceToInternal": true
|
|
2427
2427
|
},
|
|
2428
|
-
"name": "color-dark-mode-badge-
|
|
2428
|
+
"name": "color-dark-mode-badge-indicator-diamond-foreground",
|
|
2429
2429
|
"attributes": {
|
|
2430
2430
|
"category": "color",
|
|
2431
2431
|
"type": "dark-mode",
|
|
2432
2432
|
"item": "badge",
|
|
2433
|
-
"subitem": "
|
|
2433
|
+
"subitem": "indicator",
|
|
2434
2434
|
"state": "diamond"
|
|
2435
2435
|
},
|
|
2436
2436
|
"path": [
|
|
2437
2437
|
"color",
|
|
2438
2438
|
"dark-mode",
|
|
2439
2439
|
"badge",
|
|
2440
|
-
"
|
|
2440
|
+
"indicator",
|
|
2441
2441
|
"diamond",
|
|
2442
2442
|
"foreground"
|
|
2443
2443
|
]
|
|
2444
2444
|
}
|
|
2445
|
+
},
|
|
2446
|
+
"early-access": {
|
|
2447
|
+
"background": {
|
|
2448
|
+
"value": "#133527",
|
|
2449
|
+
"public": true,
|
|
2450
|
+
"isReferenceToInternal": true,
|
|
2451
|
+
"filePath": "tokens/color/alias/badge.dark.json",
|
|
2452
|
+
"isSource": true,
|
|
2453
|
+
"original": {
|
|
2454
|
+
"value": "{color.dark-mode.semantic.success.background.value}",
|
|
2455
|
+
"public": true,
|
|
2456
|
+
"isReferenceToInternal": true
|
|
2457
|
+
},
|
|
2458
|
+
"name": "color-dark-mode-badge-indicator-early-access-background",
|
|
2459
|
+
"attributes": {
|
|
2460
|
+
"category": "color",
|
|
2461
|
+
"type": "dark-mode",
|
|
2462
|
+
"item": "badge",
|
|
2463
|
+
"subitem": "indicator",
|
|
2464
|
+
"state": "early-access"
|
|
2465
|
+
},
|
|
2466
|
+
"path": [
|
|
2467
|
+
"color",
|
|
2468
|
+
"dark-mode",
|
|
2469
|
+
"badge",
|
|
2470
|
+
"indicator",
|
|
2471
|
+
"early-access",
|
|
2472
|
+
"background"
|
|
2473
|
+
]
|
|
2474
|
+
},
|
|
2475
|
+
"foreground": {
|
|
2476
|
+
"value": "#2abb7f",
|
|
2477
|
+
"public": true,
|
|
2478
|
+
"isReferenceToInternal": true,
|
|
2479
|
+
"filePath": "tokens/color/alias/badge.dark.json",
|
|
2480
|
+
"isSource": true,
|
|
2481
|
+
"original": {
|
|
2482
|
+
"value": "{color.dark-mode.semantic.success.foreground.value}",
|
|
2483
|
+
"public": true,
|
|
2484
|
+
"isReferenceToInternal": true
|
|
2485
|
+
},
|
|
2486
|
+
"name": "color-dark-mode-badge-indicator-early-access-foreground",
|
|
2487
|
+
"attributes": {
|
|
2488
|
+
"category": "color",
|
|
2489
|
+
"type": "dark-mode",
|
|
2490
|
+
"item": "badge",
|
|
2491
|
+
"subitem": "indicator",
|
|
2492
|
+
"state": "early-access"
|
|
2493
|
+
},
|
|
2494
|
+
"path": [
|
|
2495
|
+
"color",
|
|
2496
|
+
"dark-mode",
|
|
2497
|
+
"badge",
|
|
2498
|
+
"indicator",
|
|
2499
|
+
"early-access",
|
|
2500
|
+
"foreground"
|
|
2501
|
+
]
|
|
2502
|
+
}
|
|
2445
2503
|
}
|
|
2446
2504
|
}
|
|
2447
2505
|
},
|
|
@@ -8430,7 +8488,7 @@
|
|
|
8430
8488
|
]
|
|
8431
8489
|
}
|
|
8432
8490
|
},
|
|
8433
|
-
"
|
|
8491
|
+
"indicator": {
|
|
8434
8492
|
"silver": {
|
|
8435
8493
|
"background": {
|
|
8436
8494
|
"value": "#f1f1f1",
|
|
@@ -8443,19 +8501,19 @@
|
|
|
8443
8501
|
"public": true,
|
|
8444
8502
|
"isReferenceToInternal": true
|
|
8445
8503
|
},
|
|
8446
|
-
"name": "color-light-mode-badge-
|
|
8504
|
+
"name": "color-light-mode-badge-indicator-silver-background",
|
|
8447
8505
|
"attributes": {
|
|
8448
8506
|
"category": "color",
|
|
8449
8507
|
"type": "light-mode",
|
|
8450
8508
|
"item": "badge",
|
|
8451
|
-
"subitem": "
|
|
8509
|
+
"subitem": "indicator",
|
|
8452
8510
|
"state": "silver"
|
|
8453
8511
|
},
|
|
8454
8512
|
"path": [
|
|
8455
8513
|
"color",
|
|
8456
8514
|
"light-mode",
|
|
8457
8515
|
"badge",
|
|
8458
|
-
"
|
|
8516
|
+
"indicator",
|
|
8459
8517
|
"silver",
|
|
8460
8518
|
"background"
|
|
8461
8519
|
]
|
|
@@ -8469,19 +8527,19 @@
|
|
|
8469
8527
|
"value": "{color.light-mode.text.default-secondary.value}",
|
|
8470
8528
|
"public": true
|
|
8471
8529
|
},
|
|
8472
|
-
"name": "color-light-mode-badge-
|
|
8530
|
+
"name": "color-light-mode-badge-indicator-silver-foreground",
|
|
8473
8531
|
"attributes": {
|
|
8474
8532
|
"category": "color",
|
|
8475
8533
|
"type": "light-mode",
|
|
8476
8534
|
"item": "badge",
|
|
8477
|
-
"subitem": "
|
|
8535
|
+
"subitem": "indicator",
|
|
8478
8536
|
"state": "silver"
|
|
8479
8537
|
},
|
|
8480
8538
|
"path": [
|
|
8481
8539
|
"color",
|
|
8482
8540
|
"light-mode",
|
|
8483
8541
|
"badge",
|
|
8484
|
-
"
|
|
8542
|
+
"indicator",
|
|
8485
8543
|
"silver",
|
|
8486
8544
|
"foreground"
|
|
8487
8545
|
]
|
|
@@ -8499,19 +8557,19 @@
|
|
|
8499
8557
|
"public": true,
|
|
8500
8558
|
"isReferenceToInternal": true
|
|
8501
8559
|
},
|
|
8502
|
-
"name": "color-light-mode-badge-
|
|
8560
|
+
"name": "color-light-mode-badge-indicator-gold-background",
|
|
8503
8561
|
"attributes": {
|
|
8504
8562
|
"category": "color",
|
|
8505
8563
|
"type": "light-mode",
|
|
8506
8564
|
"item": "badge",
|
|
8507
|
-
"subitem": "
|
|
8565
|
+
"subitem": "indicator",
|
|
8508
8566
|
"state": "gold"
|
|
8509
8567
|
},
|
|
8510
8568
|
"path": [
|
|
8511
8569
|
"color",
|
|
8512
8570
|
"light-mode",
|
|
8513
8571
|
"badge",
|
|
8514
|
-
"
|
|
8572
|
+
"indicator",
|
|
8515
8573
|
"gold",
|
|
8516
8574
|
"background"
|
|
8517
8575
|
]
|
|
@@ -8527,19 +8585,19 @@
|
|
|
8527
8585
|
"public": true,
|
|
8528
8586
|
"isReferenceToInternal": true
|
|
8529
8587
|
},
|
|
8530
|
-
"name": "color-light-mode-badge-
|
|
8588
|
+
"name": "color-light-mode-badge-indicator-gold-foreground",
|
|
8531
8589
|
"attributes": {
|
|
8532
8590
|
"category": "color",
|
|
8533
8591
|
"type": "light-mode",
|
|
8534
8592
|
"item": "badge",
|
|
8535
|
-
"subitem": "
|
|
8593
|
+
"subitem": "indicator",
|
|
8536
8594
|
"state": "gold"
|
|
8537
8595
|
},
|
|
8538
8596
|
"path": [
|
|
8539
8597
|
"color",
|
|
8540
8598
|
"light-mode",
|
|
8541
8599
|
"badge",
|
|
8542
|
-
"
|
|
8600
|
+
"indicator",
|
|
8543
8601
|
"gold",
|
|
8544
8602
|
"foreground"
|
|
8545
8603
|
]
|
|
@@ -8557,19 +8615,19 @@
|
|
|
8557
8615
|
"public": true,
|
|
8558
8616
|
"isReferenceToInternal": true
|
|
8559
8617
|
},
|
|
8560
|
-
"name": "color-light-mode-badge-
|
|
8618
|
+
"name": "color-light-mode-badge-indicator-platinum-background",
|
|
8561
8619
|
"attributes": {
|
|
8562
8620
|
"category": "color",
|
|
8563
8621
|
"type": "light-mode",
|
|
8564
8622
|
"item": "badge",
|
|
8565
|
-
"subitem": "
|
|
8623
|
+
"subitem": "indicator",
|
|
8566
8624
|
"state": "platinum"
|
|
8567
8625
|
},
|
|
8568
8626
|
"path": [
|
|
8569
8627
|
"color",
|
|
8570
8628
|
"light-mode",
|
|
8571
8629
|
"badge",
|
|
8572
|
-
"
|
|
8630
|
+
"indicator",
|
|
8573
8631
|
"platinum",
|
|
8574
8632
|
"background"
|
|
8575
8633
|
]
|
|
@@ -8585,19 +8643,19 @@
|
|
|
8585
8643
|
"public": true,
|
|
8586
8644
|
"isReferenceToInternal": true
|
|
8587
8645
|
},
|
|
8588
|
-
"name": "color-light-mode-badge-
|
|
8646
|
+
"name": "color-light-mode-badge-indicator-platinum-foreground",
|
|
8589
8647
|
"attributes": {
|
|
8590
8648
|
"category": "color",
|
|
8591
8649
|
"type": "light-mode",
|
|
8592
8650
|
"item": "badge",
|
|
8593
|
-
"subitem": "
|
|
8651
|
+
"subitem": "indicator",
|
|
8594
8652
|
"state": "platinum"
|
|
8595
8653
|
},
|
|
8596
8654
|
"path": [
|
|
8597
8655
|
"color",
|
|
8598
8656
|
"light-mode",
|
|
8599
8657
|
"badge",
|
|
8600
|
-
"
|
|
8658
|
+
"indicator",
|
|
8601
8659
|
"platinum",
|
|
8602
8660
|
"foreground"
|
|
8603
8661
|
]
|
|
@@ -8613,19 +8671,19 @@
|
|
|
8613
8671
|
"value": "#f0fdff",
|
|
8614
8672
|
"public": true
|
|
8615
8673
|
},
|
|
8616
|
-
"name": "color-light-mode-badge-
|
|
8674
|
+
"name": "color-light-mode-badge-indicator-diamond-background",
|
|
8617
8675
|
"attributes": {
|
|
8618
8676
|
"category": "color",
|
|
8619
8677
|
"type": "light-mode",
|
|
8620
8678
|
"item": "badge",
|
|
8621
|
-
"subitem": "
|
|
8679
|
+
"subitem": "indicator",
|
|
8622
8680
|
"state": "diamond"
|
|
8623
8681
|
},
|
|
8624
8682
|
"path": [
|
|
8625
8683
|
"color",
|
|
8626
8684
|
"light-mode",
|
|
8627
8685
|
"badge",
|
|
8628
|
-
"
|
|
8686
|
+
"indicator",
|
|
8629
8687
|
"diamond",
|
|
8630
8688
|
"background"
|
|
8631
8689
|
]
|
|
@@ -8641,23 +8699,81 @@
|
|
|
8641
8699
|
"public": true,
|
|
8642
8700
|
"isReferenceToInternal": true
|
|
8643
8701
|
},
|
|
8644
|
-
"name": "color-light-mode-badge-
|
|
8702
|
+
"name": "color-light-mode-badge-indicator-diamond-foreground",
|
|
8645
8703
|
"attributes": {
|
|
8646
8704
|
"category": "color",
|
|
8647
8705
|
"type": "light-mode",
|
|
8648
8706
|
"item": "badge",
|
|
8649
|
-
"subitem": "
|
|
8707
|
+
"subitem": "indicator",
|
|
8650
8708
|
"state": "diamond"
|
|
8651
8709
|
},
|
|
8652
8710
|
"path": [
|
|
8653
8711
|
"color",
|
|
8654
8712
|
"light-mode",
|
|
8655
8713
|
"badge",
|
|
8656
|
-
"
|
|
8714
|
+
"indicator",
|
|
8657
8715
|
"diamond",
|
|
8658
8716
|
"foreground"
|
|
8659
8717
|
]
|
|
8660
8718
|
}
|
|
8719
|
+
},
|
|
8720
|
+
"early-access": {
|
|
8721
|
+
"background": {
|
|
8722
|
+
"value": "#e3fcef",
|
|
8723
|
+
"public": true,
|
|
8724
|
+
"isReferenceToInternal": true,
|
|
8725
|
+
"filePath": "tokens/color/alias/badge.light.json",
|
|
8726
|
+
"isSource": true,
|
|
8727
|
+
"original": {
|
|
8728
|
+
"value": "{color.light-mode.semantic.success.background.value}",
|
|
8729
|
+
"public": true,
|
|
8730
|
+
"isReferenceToInternal": true
|
|
8731
|
+
},
|
|
8732
|
+
"name": "color-light-mode-badge-indicator-early-access-background",
|
|
8733
|
+
"attributes": {
|
|
8734
|
+
"category": "color",
|
|
8735
|
+
"type": "light-mode",
|
|
8736
|
+
"item": "badge",
|
|
8737
|
+
"subitem": "indicator",
|
|
8738
|
+
"state": "early-access"
|
|
8739
|
+
},
|
|
8740
|
+
"path": [
|
|
8741
|
+
"color",
|
|
8742
|
+
"light-mode",
|
|
8743
|
+
"badge",
|
|
8744
|
+
"indicator",
|
|
8745
|
+
"early-access",
|
|
8746
|
+
"background"
|
|
8747
|
+
]
|
|
8748
|
+
},
|
|
8749
|
+
"foreground": {
|
|
8750
|
+
"value": "#218c5f",
|
|
8751
|
+
"public": true,
|
|
8752
|
+
"isReferenceToInternal": true,
|
|
8753
|
+
"filePath": "tokens/color/alias/badge.light.json",
|
|
8754
|
+
"isSource": true,
|
|
8755
|
+
"original": {
|
|
8756
|
+
"value": "{color.light-mode.semantic.success.foreground.value}",
|
|
8757
|
+
"public": true,
|
|
8758
|
+
"isReferenceToInternal": true
|
|
8759
|
+
},
|
|
8760
|
+
"name": "color-light-mode-badge-indicator-early-access-foreground",
|
|
8761
|
+
"attributes": {
|
|
8762
|
+
"category": "color",
|
|
8763
|
+
"type": "light-mode",
|
|
8764
|
+
"item": "badge",
|
|
8765
|
+
"subitem": "indicator",
|
|
8766
|
+
"state": "early-access"
|
|
8767
|
+
},
|
|
8768
|
+
"path": [
|
|
8769
|
+
"color",
|
|
8770
|
+
"light-mode",
|
|
8771
|
+
"badge",
|
|
8772
|
+
"indicator",
|
|
8773
|
+
"early-access",
|
|
8774
|
+
"foreground"
|
|
8775
|
+
]
|
|
8776
|
+
}
|
|
8661
8777
|
}
|
|
8662
8778
|
}
|
|
8663
8779
|
},
|
|
@@ -233,7 +233,7 @@
|
|
|
233
233
|
]
|
|
234
234
|
}
|
|
235
235
|
},
|
|
236
|
-
"
|
|
236
|
+
"indicator": {
|
|
237
237
|
"silver": {
|
|
238
238
|
"background": {
|
|
239
239
|
"value": "#e7e7eb",
|
|
@@ -246,19 +246,19 @@
|
|
|
246
246
|
"public": true,
|
|
247
247
|
"isReferenceToInternal": true
|
|
248
248
|
},
|
|
249
|
-
"name": "color-dark-mode-badge-
|
|
249
|
+
"name": "color-dark-mode-badge-indicator-silver-background",
|
|
250
250
|
"attributes": {
|
|
251
251
|
"category": "color",
|
|
252
252
|
"type": "dark-mode",
|
|
253
253
|
"item": "badge",
|
|
254
|
-
"subitem": "
|
|
254
|
+
"subitem": "indicator",
|
|
255
255
|
"state": "silver"
|
|
256
256
|
},
|
|
257
257
|
"path": [
|
|
258
258
|
"color",
|
|
259
259
|
"dark-mode",
|
|
260
260
|
"badge",
|
|
261
|
-
"
|
|
261
|
+
"indicator",
|
|
262
262
|
"silver",
|
|
263
263
|
"background"
|
|
264
264
|
]
|
|
@@ -274,19 +274,19 @@
|
|
|
274
274
|
"public": true,
|
|
275
275
|
"isReferenceToInternal": true
|
|
276
276
|
},
|
|
277
|
-
"name": "color-dark-mode-badge-
|
|
277
|
+
"name": "color-dark-mode-badge-indicator-silver-foreground",
|
|
278
278
|
"attributes": {
|
|
279
279
|
"category": "color",
|
|
280
280
|
"type": "dark-mode",
|
|
281
281
|
"item": "badge",
|
|
282
|
-
"subitem": "
|
|
282
|
+
"subitem": "indicator",
|
|
283
283
|
"state": "silver"
|
|
284
284
|
},
|
|
285
285
|
"path": [
|
|
286
286
|
"color",
|
|
287
287
|
"dark-mode",
|
|
288
288
|
"badge",
|
|
289
|
-
"
|
|
289
|
+
"indicator",
|
|
290
290
|
"silver",
|
|
291
291
|
"foreground"
|
|
292
292
|
]
|
|
@@ -304,19 +304,19 @@
|
|
|
304
304
|
"public": true,
|
|
305
305
|
"isReferenceToInternal": true
|
|
306
306
|
},
|
|
307
|
-
"name": "color-dark-mode-badge-
|
|
307
|
+
"name": "color-dark-mode-badge-indicator-gold-background",
|
|
308
308
|
"attributes": {
|
|
309
309
|
"category": "color",
|
|
310
310
|
"type": "dark-mode",
|
|
311
311
|
"item": "badge",
|
|
312
|
-
"subitem": "
|
|
312
|
+
"subitem": "indicator",
|
|
313
313
|
"state": "gold"
|
|
314
314
|
},
|
|
315
315
|
"path": [
|
|
316
316
|
"color",
|
|
317
317
|
"dark-mode",
|
|
318
318
|
"badge",
|
|
319
|
-
"
|
|
319
|
+
"indicator",
|
|
320
320
|
"gold",
|
|
321
321
|
"background"
|
|
322
322
|
]
|
|
@@ -332,19 +332,19 @@
|
|
|
332
332
|
"public": true,
|
|
333
333
|
"isReferenceToInternal": true
|
|
334
334
|
},
|
|
335
|
-
"name": "color-dark-mode-badge-
|
|
335
|
+
"name": "color-dark-mode-badge-indicator-gold-foreground",
|
|
336
336
|
"attributes": {
|
|
337
337
|
"category": "color",
|
|
338
338
|
"type": "dark-mode",
|
|
339
339
|
"item": "badge",
|
|
340
|
-
"subitem": "
|
|
340
|
+
"subitem": "indicator",
|
|
341
341
|
"state": "gold"
|
|
342
342
|
},
|
|
343
343
|
"path": [
|
|
344
344
|
"color",
|
|
345
345
|
"dark-mode",
|
|
346
346
|
"badge",
|
|
347
|
-
"
|
|
347
|
+
"indicator",
|
|
348
348
|
"gold",
|
|
349
349
|
"foreground"
|
|
350
350
|
]
|
|
@@ -362,19 +362,19 @@
|
|
|
362
362
|
"public": true,
|
|
363
363
|
"isReferenceToInternal": true
|
|
364
364
|
},
|
|
365
|
-
"name": "color-dark-mode-badge-
|
|
365
|
+
"name": "color-dark-mode-badge-indicator-platinum-background",
|
|
366
366
|
"attributes": {
|
|
367
367
|
"category": "color",
|
|
368
368
|
"type": "dark-mode",
|
|
369
369
|
"item": "badge",
|
|
370
|
-
"subitem": "
|
|
370
|
+
"subitem": "indicator",
|
|
371
371
|
"state": "platinum"
|
|
372
372
|
},
|
|
373
373
|
"path": [
|
|
374
374
|
"color",
|
|
375
375
|
"dark-mode",
|
|
376
376
|
"badge",
|
|
377
|
-
"
|
|
377
|
+
"indicator",
|
|
378
378
|
"platinum",
|
|
379
379
|
"background"
|
|
380
380
|
]
|
|
@@ -390,19 +390,19 @@
|
|
|
390
390
|
"public": true,
|
|
391
391
|
"isReferenceToInternal": true
|
|
392
392
|
},
|
|
393
|
-
"name": "color-dark-mode-badge-
|
|
393
|
+
"name": "color-dark-mode-badge-indicator-platinum-foreground",
|
|
394
394
|
"attributes": {
|
|
395
395
|
"category": "color",
|
|
396
396
|
"type": "dark-mode",
|
|
397
397
|
"item": "badge",
|
|
398
|
-
"subitem": "
|
|
398
|
+
"subitem": "indicator",
|
|
399
399
|
"state": "platinum"
|
|
400
400
|
},
|
|
401
401
|
"path": [
|
|
402
402
|
"color",
|
|
403
403
|
"dark-mode",
|
|
404
404
|
"badge",
|
|
405
|
-
"
|
|
405
|
+
"indicator",
|
|
406
406
|
"platinum",
|
|
407
407
|
"foreground"
|
|
408
408
|
]
|
|
@@ -418,19 +418,19 @@
|
|
|
418
418
|
"value": "#f0fdff",
|
|
419
419
|
"public": true
|
|
420
420
|
},
|
|
421
|
-
"name": "color-dark-mode-badge-
|
|
421
|
+
"name": "color-dark-mode-badge-indicator-diamond-background",
|
|
422
422
|
"attributes": {
|
|
423
423
|
"category": "color",
|
|
424
424
|
"type": "dark-mode",
|
|
425
425
|
"item": "badge",
|
|
426
|
-
"subitem": "
|
|
426
|
+
"subitem": "indicator",
|
|
427
427
|
"state": "diamond"
|
|
428
428
|
},
|
|
429
429
|
"path": [
|
|
430
430
|
"color",
|
|
431
431
|
"dark-mode",
|
|
432
432
|
"badge",
|
|
433
|
-
"
|
|
433
|
+
"indicator",
|
|
434
434
|
"diamond",
|
|
435
435
|
"background"
|
|
436
436
|
]
|
|
@@ -446,23 +446,81 @@
|
|
|
446
446
|
"public": true,
|
|
447
447
|
"isReferenceToInternal": true
|
|
448
448
|
},
|
|
449
|
-
"name": "color-dark-mode-badge-
|
|
449
|
+
"name": "color-dark-mode-badge-indicator-diamond-foreground",
|
|
450
450
|
"attributes": {
|
|
451
451
|
"category": "color",
|
|
452
452
|
"type": "dark-mode",
|
|
453
453
|
"item": "badge",
|
|
454
|
-
"subitem": "
|
|
454
|
+
"subitem": "indicator",
|
|
455
455
|
"state": "diamond"
|
|
456
456
|
},
|
|
457
457
|
"path": [
|
|
458
458
|
"color",
|
|
459
459
|
"dark-mode",
|
|
460
460
|
"badge",
|
|
461
|
-
"
|
|
461
|
+
"indicator",
|
|
462
462
|
"diamond",
|
|
463
463
|
"foreground"
|
|
464
464
|
]
|
|
465
465
|
}
|
|
466
|
+
},
|
|
467
|
+
"early-access": {
|
|
468
|
+
"background": {
|
|
469
|
+
"value": "#133527",
|
|
470
|
+
"public": true,
|
|
471
|
+
"isReferenceToInternal": true,
|
|
472
|
+
"filePath": "tokens/color/alias/badge.dark.json",
|
|
473
|
+
"isSource": true,
|
|
474
|
+
"original": {
|
|
475
|
+
"value": "{color.dark-mode.semantic.success.background.value}",
|
|
476
|
+
"public": true,
|
|
477
|
+
"isReferenceToInternal": true
|
|
478
|
+
},
|
|
479
|
+
"name": "color-dark-mode-badge-indicator-early-access-background",
|
|
480
|
+
"attributes": {
|
|
481
|
+
"category": "color",
|
|
482
|
+
"type": "dark-mode",
|
|
483
|
+
"item": "badge",
|
|
484
|
+
"subitem": "indicator",
|
|
485
|
+
"state": "early-access"
|
|
486
|
+
},
|
|
487
|
+
"path": [
|
|
488
|
+
"color",
|
|
489
|
+
"dark-mode",
|
|
490
|
+
"badge",
|
|
491
|
+
"indicator",
|
|
492
|
+
"early-access",
|
|
493
|
+
"background"
|
|
494
|
+
]
|
|
495
|
+
},
|
|
496
|
+
"foreground": {
|
|
497
|
+
"value": "#2abb7f",
|
|
498
|
+
"public": true,
|
|
499
|
+
"isReferenceToInternal": true,
|
|
500
|
+
"filePath": "tokens/color/alias/badge.dark.json",
|
|
501
|
+
"isSource": true,
|
|
502
|
+
"original": {
|
|
503
|
+
"value": "{color.dark-mode.semantic.success.foreground.value}",
|
|
504
|
+
"public": true,
|
|
505
|
+
"isReferenceToInternal": true
|
|
506
|
+
},
|
|
507
|
+
"name": "color-dark-mode-badge-indicator-early-access-foreground",
|
|
508
|
+
"attributes": {
|
|
509
|
+
"category": "color",
|
|
510
|
+
"type": "dark-mode",
|
|
511
|
+
"item": "badge",
|
|
512
|
+
"subitem": "indicator",
|
|
513
|
+
"state": "early-access"
|
|
514
|
+
},
|
|
515
|
+
"path": [
|
|
516
|
+
"color",
|
|
517
|
+
"dark-mode",
|
|
518
|
+
"badge",
|
|
519
|
+
"indicator",
|
|
520
|
+
"early-access",
|
|
521
|
+
"foreground"
|
|
522
|
+
]
|
|
523
|
+
}
|
|
466
524
|
}
|
|
467
525
|
}
|
|
468
526
|
},
|
|
@@ -229,7 +229,7 @@
|
|
|
229
229
|
]
|
|
230
230
|
}
|
|
231
231
|
},
|
|
232
|
-
"
|
|
232
|
+
"indicator": {
|
|
233
233
|
"silver": {
|
|
234
234
|
"background": {
|
|
235
235
|
"value": "#f1f1f1",
|
|
@@ -242,19 +242,19 @@
|
|
|
242
242
|
"public": true,
|
|
243
243
|
"isReferenceToInternal": true
|
|
244
244
|
},
|
|
245
|
-
"name": "color-light-mode-badge-
|
|
245
|
+
"name": "color-light-mode-badge-indicator-silver-background",
|
|
246
246
|
"attributes": {
|
|
247
247
|
"category": "color",
|
|
248
248
|
"type": "light-mode",
|
|
249
249
|
"item": "badge",
|
|
250
|
-
"subitem": "
|
|
250
|
+
"subitem": "indicator",
|
|
251
251
|
"state": "silver"
|
|
252
252
|
},
|
|
253
253
|
"path": [
|
|
254
254
|
"color",
|
|
255
255
|
"light-mode",
|
|
256
256
|
"badge",
|
|
257
|
-
"
|
|
257
|
+
"indicator",
|
|
258
258
|
"silver",
|
|
259
259
|
"background"
|
|
260
260
|
]
|
|
@@ -268,19 +268,19 @@
|
|
|
268
268
|
"value": "{color.light-mode.text.default-secondary.value}",
|
|
269
269
|
"public": true
|
|
270
270
|
},
|
|
271
|
-
"name": "color-light-mode-badge-
|
|
271
|
+
"name": "color-light-mode-badge-indicator-silver-foreground",
|
|
272
272
|
"attributes": {
|
|
273
273
|
"category": "color",
|
|
274
274
|
"type": "light-mode",
|
|
275
275
|
"item": "badge",
|
|
276
|
-
"subitem": "
|
|
276
|
+
"subitem": "indicator",
|
|
277
277
|
"state": "silver"
|
|
278
278
|
},
|
|
279
279
|
"path": [
|
|
280
280
|
"color",
|
|
281
281
|
"light-mode",
|
|
282
282
|
"badge",
|
|
283
|
-
"
|
|
283
|
+
"indicator",
|
|
284
284
|
"silver",
|
|
285
285
|
"foreground"
|
|
286
286
|
]
|
|
@@ -298,19 +298,19 @@
|
|
|
298
298
|
"public": true,
|
|
299
299
|
"isReferenceToInternal": true
|
|
300
300
|
},
|
|
301
|
-
"name": "color-light-mode-badge-
|
|
301
|
+
"name": "color-light-mode-badge-indicator-gold-background",
|
|
302
302
|
"attributes": {
|
|
303
303
|
"category": "color",
|
|
304
304
|
"type": "light-mode",
|
|
305
305
|
"item": "badge",
|
|
306
|
-
"subitem": "
|
|
306
|
+
"subitem": "indicator",
|
|
307
307
|
"state": "gold"
|
|
308
308
|
},
|
|
309
309
|
"path": [
|
|
310
310
|
"color",
|
|
311
311
|
"light-mode",
|
|
312
312
|
"badge",
|
|
313
|
-
"
|
|
313
|
+
"indicator",
|
|
314
314
|
"gold",
|
|
315
315
|
"background"
|
|
316
316
|
]
|
|
@@ -326,19 +326,19 @@
|
|
|
326
326
|
"public": true,
|
|
327
327
|
"isReferenceToInternal": true
|
|
328
328
|
},
|
|
329
|
-
"name": "color-light-mode-badge-
|
|
329
|
+
"name": "color-light-mode-badge-indicator-gold-foreground",
|
|
330
330
|
"attributes": {
|
|
331
331
|
"category": "color",
|
|
332
332
|
"type": "light-mode",
|
|
333
333
|
"item": "badge",
|
|
334
|
-
"subitem": "
|
|
334
|
+
"subitem": "indicator",
|
|
335
335
|
"state": "gold"
|
|
336
336
|
},
|
|
337
337
|
"path": [
|
|
338
338
|
"color",
|
|
339
339
|
"light-mode",
|
|
340
340
|
"badge",
|
|
341
|
-
"
|
|
341
|
+
"indicator",
|
|
342
342
|
"gold",
|
|
343
343
|
"foreground"
|
|
344
344
|
]
|
|
@@ -356,19 +356,19 @@
|
|
|
356
356
|
"public": true,
|
|
357
357
|
"isReferenceToInternal": true
|
|
358
358
|
},
|
|
359
|
-
"name": "color-light-mode-badge-
|
|
359
|
+
"name": "color-light-mode-badge-indicator-platinum-background",
|
|
360
360
|
"attributes": {
|
|
361
361
|
"category": "color",
|
|
362
362
|
"type": "light-mode",
|
|
363
363
|
"item": "badge",
|
|
364
|
-
"subitem": "
|
|
364
|
+
"subitem": "indicator",
|
|
365
365
|
"state": "platinum"
|
|
366
366
|
},
|
|
367
367
|
"path": [
|
|
368
368
|
"color",
|
|
369
369
|
"light-mode",
|
|
370
370
|
"badge",
|
|
371
|
-
"
|
|
371
|
+
"indicator",
|
|
372
372
|
"platinum",
|
|
373
373
|
"background"
|
|
374
374
|
]
|
|
@@ -384,19 +384,19 @@
|
|
|
384
384
|
"public": true,
|
|
385
385
|
"isReferenceToInternal": true
|
|
386
386
|
},
|
|
387
|
-
"name": "color-light-mode-badge-
|
|
387
|
+
"name": "color-light-mode-badge-indicator-platinum-foreground",
|
|
388
388
|
"attributes": {
|
|
389
389
|
"category": "color",
|
|
390
390
|
"type": "light-mode",
|
|
391
391
|
"item": "badge",
|
|
392
|
-
"subitem": "
|
|
392
|
+
"subitem": "indicator",
|
|
393
393
|
"state": "platinum"
|
|
394
394
|
},
|
|
395
395
|
"path": [
|
|
396
396
|
"color",
|
|
397
397
|
"light-mode",
|
|
398
398
|
"badge",
|
|
399
|
-
"
|
|
399
|
+
"indicator",
|
|
400
400
|
"platinum",
|
|
401
401
|
"foreground"
|
|
402
402
|
]
|
|
@@ -412,19 +412,19 @@
|
|
|
412
412
|
"value": "#f0fdff",
|
|
413
413
|
"public": true
|
|
414
414
|
},
|
|
415
|
-
"name": "color-light-mode-badge-
|
|
415
|
+
"name": "color-light-mode-badge-indicator-diamond-background",
|
|
416
416
|
"attributes": {
|
|
417
417
|
"category": "color",
|
|
418
418
|
"type": "light-mode",
|
|
419
419
|
"item": "badge",
|
|
420
|
-
"subitem": "
|
|
420
|
+
"subitem": "indicator",
|
|
421
421
|
"state": "diamond"
|
|
422
422
|
},
|
|
423
423
|
"path": [
|
|
424
424
|
"color",
|
|
425
425
|
"light-mode",
|
|
426
426
|
"badge",
|
|
427
|
-
"
|
|
427
|
+
"indicator",
|
|
428
428
|
"diamond",
|
|
429
429
|
"background"
|
|
430
430
|
]
|
|
@@ -440,23 +440,81 @@
|
|
|
440
440
|
"public": true,
|
|
441
441
|
"isReferenceToInternal": true
|
|
442
442
|
},
|
|
443
|
-
"name": "color-light-mode-badge-
|
|
443
|
+
"name": "color-light-mode-badge-indicator-diamond-foreground",
|
|
444
444
|
"attributes": {
|
|
445
445
|
"category": "color",
|
|
446
446
|
"type": "light-mode",
|
|
447
447
|
"item": "badge",
|
|
448
|
-
"subitem": "
|
|
448
|
+
"subitem": "indicator",
|
|
449
449
|
"state": "diamond"
|
|
450
450
|
},
|
|
451
451
|
"path": [
|
|
452
452
|
"color",
|
|
453
453
|
"light-mode",
|
|
454
454
|
"badge",
|
|
455
|
-
"
|
|
455
|
+
"indicator",
|
|
456
456
|
"diamond",
|
|
457
457
|
"foreground"
|
|
458
458
|
]
|
|
459
459
|
}
|
|
460
|
+
},
|
|
461
|
+
"early-access": {
|
|
462
|
+
"background": {
|
|
463
|
+
"value": "#e3fcef",
|
|
464
|
+
"public": true,
|
|
465
|
+
"isReferenceToInternal": true,
|
|
466
|
+
"filePath": "tokens/color/alias/badge.light.json",
|
|
467
|
+
"isSource": true,
|
|
468
|
+
"original": {
|
|
469
|
+
"value": "{color.light-mode.semantic.success.background.value}",
|
|
470
|
+
"public": true,
|
|
471
|
+
"isReferenceToInternal": true
|
|
472
|
+
},
|
|
473
|
+
"name": "color-light-mode-badge-indicator-early-access-background",
|
|
474
|
+
"attributes": {
|
|
475
|
+
"category": "color",
|
|
476
|
+
"type": "light-mode",
|
|
477
|
+
"item": "badge",
|
|
478
|
+
"subitem": "indicator",
|
|
479
|
+
"state": "early-access"
|
|
480
|
+
},
|
|
481
|
+
"path": [
|
|
482
|
+
"color",
|
|
483
|
+
"light-mode",
|
|
484
|
+
"badge",
|
|
485
|
+
"indicator",
|
|
486
|
+
"early-access",
|
|
487
|
+
"background"
|
|
488
|
+
]
|
|
489
|
+
},
|
|
490
|
+
"foreground": {
|
|
491
|
+
"value": "#218c5f",
|
|
492
|
+
"public": true,
|
|
493
|
+
"isReferenceToInternal": true,
|
|
494
|
+
"filePath": "tokens/color/alias/badge.light.json",
|
|
495
|
+
"isSource": true,
|
|
496
|
+
"original": {
|
|
497
|
+
"value": "{color.light-mode.semantic.success.foreground.value}",
|
|
498
|
+
"public": true,
|
|
499
|
+
"isReferenceToInternal": true
|
|
500
|
+
},
|
|
501
|
+
"name": "color-light-mode-badge-indicator-early-access-foreground",
|
|
502
|
+
"attributes": {
|
|
503
|
+
"category": "color",
|
|
504
|
+
"type": "light-mode",
|
|
505
|
+
"item": "badge",
|
|
506
|
+
"subitem": "indicator",
|
|
507
|
+
"state": "early-access"
|
|
508
|
+
},
|
|
509
|
+
"path": [
|
|
510
|
+
"color",
|
|
511
|
+
"light-mode",
|
|
512
|
+
"badge",
|
|
513
|
+
"indicator",
|
|
514
|
+
"early-access",
|
|
515
|
+
"foreground"
|
|
516
|
+
]
|
|
517
|
+
}
|
|
460
518
|
}
|
|
461
519
|
}
|
|
462
520
|
},
|