@pantheon-systems/pds-design-tokens 1.0.0-dev.123 → 1.0.0-dev.125
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 +4 -0
- package/build/css/pds-design-tokens-light-mode.css +10 -6
- package/build/figma/pds-design-tokens-figma.json +255 -21
- package/build/json/pds-design-tokens-dark-mode.json +116 -0
- package/build/json/pds-design-tokens-light-mode.json +139 -21
- package/package.json +1 -1
|
@@ -14,6 +14,8 @@
|
|
|
14
14
|
--pds-color-background-default: #1d1d29;
|
|
15
15
|
--pds-color-background-default-secondary: #282839;
|
|
16
16
|
--pds-color-background-reverse: #e7e7eb;
|
|
17
|
+
--pds-color-badge-indicator-critical-background: #ef5c48;
|
|
18
|
+
--pds-color-badge-indicator-critical-foreground: #ffffff;
|
|
17
19
|
--pds-color-badge-indicator-diamond-background: #f0fdff;
|
|
18
20
|
--pds-color-badge-indicator-diamond-foreground: #388bff;
|
|
19
21
|
--pds-color-badge-indicator-gold-background: #fff1a9;
|
|
@@ -28,6 +30,8 @@
|
|
|
28
30
|
--pds-color-badge-indicator-silver-foreground: var(--pds-color-text-default-secondary);
|
|
29
31
|
--pds-color-badge-indicator-success-background: #2abb7f;
|
|
30
32
|
--pds-color-badge-indicator-success-foreground: #ffffff;
|
|
33
|
+
--pds-color-badge-indicator-warning-background: #cf9f02;
|
|
34
|
+
--pds-color-badge-indicator-warning-foreground: #ffffff;
|
|
31
35
|
--pds-color-badge-status-dot-critical: var(--pds-color-semantic-critical-foreground);
|
|
32
36
|
--pds-color-badge-status-dot-default: #858299;
|
|
33
37
|
--pds-color-badge-status-dot-disabled: #858299;
|
|
@@ -14,20 +14,24 @@
|
|
|
14
14
|
--pds-color-background-default: #ffffff;
|
|
15
15
|
--pds-color-background-default-secondary: #f8f8f8;
|
|
16
16
|
--pds-color-background-reverse: #23232d;
|
|
17
|
-
--pds-color-badge-indicator-
|
|
18
|
-
--pds-color-badge-indicator-
|
|
19
|
-
--pds-color-badge-indicator-
|
|
17
|
+
--pds-color-badge-indicator-critical-background: #ca3521;
|
|
18
|
+
--pds-color-badge-indicator-critical-foreground: #ffffff;
|
|
19
|
+
--pds-color-badge-indicator-diamond-background: #cfe1fc;
|
|
20
|
+
--pds-color-badge-indicator-diamond-foreground: #035ad3;
|
|
21
|
+
--pds-color-badge-indicator-gold-background: #ffe668;
|
|
20
22
|
--pds-color-badge-indicator-gold-foreground: #705e00;
|
|
21
23
|
--pds-color-badge-indicator-info-background: #1d7afc;
|
|
22
24
|
--pds-color-badge-indicator-info-foreground: #ffffff;
|
|
23
25
|
--pds-color-badge-indicator-neutral-background: #6d6d78;
|
|
24
26
|
--pds-color-badge-indicator-neutral-foreground: #ffffff;
|
|
25
|
-
--pds-color-badge-indicator-platinum-background: #
|
|
27
|
+
--pds-color-badge-indicator-platinum-background: #dfd8f5;
|
|
26
28
|
--pds-color-badge-indicator-platinum-foreground: #3017a1;
|
|
27
|
-
--pds-color-badge-indicator-silver-background: #
|
|
28
|
-
--pds-color-badge-indicator-silver-foreground:
|
|
29
|
+
--pds-color-badge-indicator-silver-background: #cfcfd3;
|
|
30
|
+
--pds-color-badge-indicator-silver-foreground: #23232d;
|
|
29
31
|
--pds-color-badge-indicator-success-background: #218c5f;
|
|
30
32
|
--pds-color-badge-indicator-success-foreground: #ffffff;
|
|
33
|
+
--pds-color-badge-indicator-warning-background: #d97008;
|
|
34
|
+
--pds-color-badge-indicator-warning-foreground: #ffffff;
|
|
31
35
|
--pds-color-badge-status-dot-critical: var(--pds-color-semantic-critical-foreground);
|
|
32
36
|
--pds-color-badge-status-dot-default: #cfcfd3;
|
|
33
37
|
--pds-color-badge-status-dot-disabled: #cfcfd3;
|
|
@@ -3586,6 +3586,64 @@
|
|
|
3586
3586
|
]
|
|
3587
3587
|
}
|
|
3588
3588
|
},
|
|
3589
|
+
"critical": {
|
|
3590
|
+
"background": {
|
|
3591
|
+
"value": "#ef5c48",
|
|
3592
|
+
"public": true,
|
|
3593
|
+
"isReferenceToInternal": true,
|
|
3594
|
+
"filePath": "tokens/color/alias/badge.dark.json",
|
|
3595
|
+
"isSource": true,
|
|
3596
|
+
"original": {
|
|
3597
|
+
"value": "{color.dark-mode.semantic.critical.foreground.value}",
|
|
3598
|
+
"public": true,
|
|
3599
|
+
"isReferenceToInternal": true
|
|
3600
|
+
},
|
|
3601
|
+
"name": "color-dark-mode-badge-indicator-critical-background",
|
|
3602
|
+
"attributes": {
|
|
3603
|
+
"category": "color",
|
|
3604
|
+
"type": "dark-mode",
|
|
3605
|
+
"item": "badge",
|
|
3606
|
+
"subitem": "indicator",
|
|
3607
|
+
"state": "critical"
|
|
3608
|
+
},
|
|
3609
|
+
"path": [
|
|
3610
|
+
"color",
|
|
3611
|
+
"dark-mode",
|
|
3612
|
+
"badge",
|
|
3613
|
+
"indicator",
|
|
3614
|
+
"critical",
|
|
3615
|
+
"background"
|
|
3616
|
+
]
|
|
3617
|
+
},
|
|
3618
|
+
"foreground": {
|
|
3619
|
+
"value": "#ffffff",
|
|
3620
|
+
"public": true,
|
|
3621
|
+
"isReferenceToInternal": true,
|
|
3622
|
+
"filePath": "tokens/color/alias/badge.dark.json",
|
|
3623
|
+
"isSource": true,
|
|
3624
|
+
"original": {
|
|
3625
|
+
"value": "{color.dark-mode.neutral.000.value}",
|
|
3626
|
+
"public": true,
|
|
3627
|
+
"isReferenceToInternal": true
|
|
3628
|
+
},
|
|
3629
|
+
"name": "color-dark-mode-badge-indicator-critical-foreground",
|
|
3630
|
+
"attributes": {
|
|
3631
|
+
"category": "color",
|
|
3632
|
+
"type": "dark-mode",
|
|
3633
|
+
"item": "badge",
|
|
3634
|
+
"subitem": "indicator",
|
|
3635
|
+
"state": "critical"
|
|
3636
|
+
},
|
|
3637
|
+
"path": [
|
|
3638
|
+
"color",
|
|
3639
|
+
"dark-mode",
|
|
3640
|
+
"badge",
|
|
3641
|
+
"indicator",
|
|
3642
|
+
"critical",
|
|
3643
|
+
"foreground"
|
|
3644
|
+
]
|
|
3645
|
+
}
|
|
3646
|
+
},
|
|
3589
3647
|
"info": {
|
|
3590
3648
|
"background": {
|
|
3591
3649
|
"value": "#388bff",
|
|
@@ -3759,6 +3817,64 @@
|
|
|
3759
3817
|
"foreground"
|
|
3760
3818
|
]
|
|
3761
3819
|
}
|
|
3820
|
+
},
|
|
3821
|
+
"warning": {
|
|
3822
|
+
"background": {
|
|
3823
|
+
"value": "#cf9f02",
|
|
3824
|
+
"public": true,
|
|
3825
|
+
"isReferenceToInternal": true,
|
|
3826
|
+
"filePath": "tokens/color/alias/badge.dark.json",
|
|
3827
|
+
"isSource": true,
|
|
3828
|
+
"original": {
|
|
3829
|
+
"value": "{color.dark-mode.semantic.warning.foreground.value}",
|
|
3830
|
+
"public": true,
|
|
3831
|
+
"isReferenceToInternal": true
|
|
3832
|
+
},
|
|
3833
|
+
"name": "color-dark-mode-badge-indicator-warning-background",
|
|
3834
|
+
"attributes": {
|
|
3835
|
+
"category": "color",
|
|
3836
|
+
"type": "dark-mode",
|
|
3837
|
+
"item": "badge",
|
|
3838
|
+
"subitem": "indicator",
|
|
3839
|
+
"state": "warning"
|
|
3840
|
+
},
|
|
3841
|
+
"path": [
|
|
3842
|
+
"color",
|
|
3843
|
+
"dark-mode",
|
|
3844
|
+
"badge",
|
|
3845
|
+
"indicator",
|
|
3846
|
+
"warning",
|
|
3847
|
+
"background"
|
|
3848
|
+
]
|
|
3849
|
+
},
|
|
3850
|
+
"foreground": {
|
|
3851
|
+
"value": "#ffffff",
|
|
3852
|
+
"public": true,
|
|
3853
|
+
"isReferenceToInternal": true,
|
|
3854
|
+
"filePath": "tokens/color/alias/badge.dark.json",
|
|
3855
|
+
"isSource": true,
|
|
3856
|
+
"original": {
|
|
3857
|
+
"value": "{color.dark-mode.neutral.000.value}",
|
|
3858
|
+
"public": true,
|
|
3859
|
+
"isReferenceToInternal": true
|
|
3860
|
+
},
|
|
3861
|
+
"name": "color-dark-mode-badge-indicator-warning-foreground",
|
|
3862
|
+
"attributes": {
|
|
3863
|
+
"category": "color",
|
|
3864
|
+
"type": "dark-mode",
|
|
3865
|
+
"item": "badge",
|
|
3866
|
+
"subitem": "indicator",
|
|
3867
|
+
"state": "warning"
|
|
3868
|
+
},
|
|
3869
|
+
"path": [
|
|
3870
|
+
"color",
|
|
3871
|
+
"dark-mode",
|
|
3872
|
+
"badge",
|
|
3873
|
+
"indicator",
|
|
3874
|
+
"warning",
|
|
3875
|
+
"foreground"
|
|
3876
|
+
]
|
|
3877
|
+
}
|
|
3762
3878
|
}
|
|
3763
3879
|
}
|
|
3764
3880
|
},
|
|
@@ -10113,13 +10229,13 @@
|
|
|
10113
10229
|
"indicator": {
|
|
10114
10230
|
"silver": {
|
|
10115
10231
|
"background": {
|
|
10116
|
-
"value": "#
|
|
10232
|
+
"value": "#cfcfd3",
|
|
10117
10233
|
"public": true,
|
|
10118
10234
|
"isReferenceToInternal": true,
|
|
10119
10235
|
"filePath": "tokens/color/alias/badge.light.json",
|
|
10120
10236
|
"isSource": true,
|
|
10121
10237
|
"original": {
|
|
10122
|
-
"value": "{color.light-mode.neutral.
|
|
10238
|
+
"value": "{color.light-mode.neutral.300.value}",
|
|
10123
10239
|
"public": true,
|
|
10124
10240
|
"isReferenceToInternal": true
|
|
10125
10241
|
},
|
|
@@ -10141,13 +10257,15 @@
|
|
|
10141
10257
|
]
|
|
10142
10258
|
},
|
|
10143
10259
|
"foreground": {
|
|
10144
|
-
"value": "#
|
|
10260
|
+
"value": "#23232d",
|
|
10145
10261
|
"public": true,
|
|
10262
|
+
"isReferenceToInternal": true,
|
|
10146
10263
|
"filePath": "tokens/color/alias/badge.light.json",
|
|
10147
10264
|
"isSource": true,
|
|
10148
10265
|
"original": {
|
|
10149
|
-
"value": "{color.light-mode.
|
|
10150
|
-
"public": true
|
|
10266
|
+
"value": "{color.light-mode.neutral.500.value}",
|
|
10267
|
+
"public": true,
|
|
10268
|
+
"isReferenceToInternal": true
|
|
10151
10269
|
},
|
|
10152
10270
|
"name": "color-light-mode-badge-indicator-silver-foreground",
|
|
10153
10271
|
"attributes": {
|
|
@@ -10169,13 +10287,13 @@
|
|
|
10169
10287
|
},
|
|
10170
10288
|
"gold": {
|
|
10171
10289
|
"background": {
|
|
10172
|
-
"value": "#
|
|
10290
|
+
"value": "#ffe668",
|
|
10173
10291
|
"public": true,
|
|
10174
10292
|
"isReferenceToInternal": true,
|
|
10175
10293
|
"filePath": "tokens/color/alias/badge.light.json",
|
|
10176
10294
|
"isSource": true,
|
|
10177
10295
|
"original": {
|
|
10178
|
-
"value": "{color.light-mode.brand.primary.
|
|
10296
|
+
"value": "{color.light-mode.brand.primary.300.value}",
|
|
10179
10297
|
"public": true,
|
|
10180
10298
|
"isReferenceToInternal": true
|
|
10181
10299
|
},
|
|
@@ -10225,15 +10343,71 @@
|
|
|
10225
10343
|
]
|
|
10226
10344
|
}
|
|
10227
10345
|
},
|
|
10346
|
+
"diamond": {
|
|
10347
|
+
"background": {
|
|
10348
|
+
"value": "#cfe1fc",
|
|
10349
|
+
"public": true,
|
|
10350
|
+
"filePath": "tokens/color/alias/badge.light.json",
|
|
10351
|
+
"isSource": true,
|
|
10352
|
+
"original": {
|
|
10353
|
+
"value": "#CFE1FC",
|
|
10354
|
+
"public": true
|
|
10355
|
+
},
|
|
10356
|
+
"name": "color-light-mode-badge-indicator-diamond-background",
|
|
10357
|
+
"attributes": {
|
|
10358
|
+
"category": "color",
|
|
10359
|
+
"type": "light-mode",
|
|
10360
|
+
"item": "badge",
|
|
10361
|
+
"subitem": "indicator",
|
|
10362
|
+
"state": "diamond"
|
|
10363
|
+
},
|
|
10364
|
+
"path": [
|
|
10365
|
+
"color",
|
|
10366
|
+
"light-mode",
|
|
10367
|
+
"badge",
|
|
10368
|
+
"indicator",
|
|
10369
|
+
"diamond",
|
|
10370
|
+
"background"
|
|
10371
|
+
]
|
|
10372
|
+
},
|
|
10373
|
+
"foreground": {
|
|
10374
|
+
"value": "#035ad3",
|
|
10375
|
+
"public": true,
|
|
10376
|
+
"isReferenceToInternal": true,
|
|
10377
|
+
"filePath": "tokens/color/alias/badge.light.json",
|
|
10378
|
+
"isSource": true,
|
|
10379
|
+
"original": {
|
|
10380
|
+
"value": "#035AD3",
|
|
10381
|
+
"public": true,
|
|
10382
|
+
"isReferenceToInternal": true
|
|
10383
|
+
},
|
|
10384
|
+
"name": "color-light-mode-badge-indicator-diamond-foreground",
|
|
10385
|
+
"attributes": {
|
|
10386
|
+
"category": "color",
|
|
10387
|
+
"type": "light-mode",
|
|
10388
|
+
"item": "badge",
|
|
10389
|
+
"subitem": "indicator",
|
|
10390
|
+
"state": "diamond"
|
|
10391
|
+
},
|
|
10392
|
+
"path": [
|
|
10393
|
+
"color",
|
|
10394
|
+
"light-mode",
|
|
10395
|
+
"badge",
|
|
10396
|
+
"indicator",
|
|
10397
|
+
"diamond",
|
|
10398
|
+
"foreground"
|
|
10399
|
+
]
|
|
10400
|
+
}
|
|
10401
|
+
},
|
|
10228
10402
|
"platinum": {
|
|
10229
10403
|
"background": {
|
|
10230
|
-
"value": "#
|
|
10404
|
+
"value": "#dfd8f5",
|
|
10231
10405
|
"public": true,
|
|
10232
10406
|
"isReferenceToInternal": true,
|
|
10233
10407
|
"filePath": "tokens/color/alias/badge.light.json",
|
|
10234
10408
|
"isSource": true,
|
|
10235
10409
|
"original": {
|
|
10236
|
-
"value": "{color.light-mode.brand.secondary.
|
|
10410
|
+
"value": "{color.light-mode.brand.secondary.200.value}",
|
|
10237
10411
|
"public": true,
|
|
10238
10412
|
"isReferenceToInternal": true
|
|
10239
10413
|
},
|
|
@@ -10283,58 +10457,60 @@
|
|
|
10283
10457
|
]
|
|
10284
10458
|
}
|
|
10285
10459
|
},
|
|
10286
|
-
"
|
|
10460
|
+
"critical": {
|
|
10287
10461
|
"background": {
|
|
10288
|
-
"value": "#
|
|
10462
|
+
"value": "#ca3521",
|
|
10289
10463
|
"public": true,
|
|
10464
|
+
"isReferenceToInternal": true,
|
|
10290
10465
|
"filePath": "tokens/color/alias/badge.light.json",
|
|
10291
10466
|
"isSource": true,
|
|
10292
10467
|
"original": {
|
|
10293
|
-
"value": "
|
|
10294
|
-
"public": true
|
|
10468
|
+
"value": "{color.light-mode.semantic.critical.foreground.value}",
|
|
10469
|
+
"public": true,
|
|
10470
|
+
"isReferenceToInternal": true
|
|
10295
10471
|
},
|
|
10296
|
-
"name": "color-light-mode-badge-indicator-
|
|
10472
|
+
"name": "color-light-mode-badge-indicator-critical-background",
|
|
10297
10473
|
"attributes": {
|
|
10298
10474
|
"category": "color",
|
|
10299
10475
|
"type": "light-mode",
|
|
10300
10476
|
"item": "badge",
|
|
10301
10477
|
"subitem": "indicator",
|
|
10302
|
-
"state": "
|
|
10478
|
+
"state": "critical"
|
|
10303
10479
|
},
|
|
10304
10480
|
"path": [
|
|
10305
10481
|
"color",
|
|
10306
10482
|
"light-mode",
|
|
10307
10483
|
"badge",
|
|
10308
10484
|
"indicator",
|
|
10309
|
-
"
|
|
10485
|
+
"critical",
|
|
10310
10486
|
"background"
|
|
10311
10487
|
]
|
|
10312
10488
|
},
|
|
10313
10489
|
"foreground": {
|
|
10314
|
-
"value": "#
|
|
10490
|
+
"value": "#ffffff",
|
|
10315
10491
|
"public": true,
|
|
10316
10492
|
"isReferenceToInternal": true,
|
|
10317
10493
|
"filePath": "tokens/color/alias/badge.light.json",
|
|
10318
10494
|
"isSource": true,
|
|
10319
10495
|
"original": {
|
|
10320
|
-
"value": "{color.light-mode.
|
|
10496
|
+
"value": "{color.light-mode.neutral.000.value}",
|
|
10321
10497
|
"public": true,
|
|
10322
10498
|
"isReferenceToInternal": true
|
|
10323
10499
|
},
|
|
10324
|
-
"name": "color-light-mode-badge-indicator-
|
|
10500
|
+
"name": "color-light-mode-badge-indicator-critical-foreground",
|
|
10325
10501
|
"attributes": {
|
|
10326
10502
|
"category": "color",
|
|
10327
10503
|
"type": "light-mode",
|
|
10328
10504
|
"item": "badge",
|
|
10329
10505
|
"subitem": "indicator",
|
|
10330
|
-
"state": "
|
|
10506
|
+
"state": "critical"
|
|
10331
10507
|
},
|
|
10332
10508
|
"path": [
|
|
10333
10509
|
"color",
|
|
10334
10510
|
"light-mode",
|
|
10335
10511
|
"badge",
|
|
10336
10512
|
"indicator",
|
|
10337
|
-
"
|
|
10513
|
+
"critical",
|
|
10338
10514
|
"foreground"
|
|
10339
10515
|
]
|
|
10340
10516
|
}
|
|
@@ -10512,6 +10688,64 @@
|
|
|
10512
10688
|
"foreground"
|
|
10513
10689
|
]
|
|
10514
10690
|
}
|
|
10691
|
+
},
|
|
10692
|
+
"warning": {
|
|
10693
|
+
"background": {
|
|
10694
|
+
"value": "#d97008",
|
|
10695
|
+
"public": true,
|
|
10696
|
+
"isReferenceToInternal": true,
|
|
10697
|
+
"filePath": "tokens/color/alias/badge.light.json",
|
|
10698
|
+
"isSource": true,
|
|
10699
|
+
"original": {
|
|
10700
|
+
"value": "{color.light-mode.semantic.warning.foreground.value}",
|
|
10701
|
+
"public": true,
|
|
10702
|
+
"isReferenceToInternal": true
|
|
10703
|
+
},
|
|
10704
|
+
"name": "color-light-mode-badge-indicator-warning-background",
|
|
10705
|
+
"attributes": {
|
|
10706
|
+
"category": "color",
|
|
10707
|
+
"type": "light-mode",
|
|
10708
|
+
"item": "badge",
|
|
10709
|
+
"subitem": "indicator",
|
|
10710
|
+
"state": "warning"
|
|
10711
|
+
},
|
|
10712
|
+
"path": [
|
|
10713
|
+
"color",
|
|
10714
|
+
"light-mode",
|
|
10715
|
+
"badge",
|
|
10716
|
+
"indicator",
|
|
10717
|
+
"warning",
|
|
10718
|
+
"background"
|
|
10719
|
+
]
|
|
10720
|
+
},
|
|
10721
|
+
"foreground": {
|
|
10722
|
+
"value": "#ffffff",
|
|
10723
|
+
"public": true,
|
|
10724
|
+
"isReferenceToInternal": true,
|
|
10725
|
+
"filePath": "tokens/color/alias/badge.light.json",
|
|
10726
|
+
"isSource": true,
|
|
10727
|
+
"original": {
|
|
10728
|
+
"value": "{color.light-mode.neutral.000.value}",
|
|
10729
|
+
"public": true,
|
|
10730
|
+
"isReferenceToInternal": true
|
|
10731
|
+
},
|
|
10732
|
+
"name": "color-light-mode-badge-indicator-warning-foreground",
|
|
10733
|
+
"attributes": {
|
|
10734
|
+
"category": "color",
|
|
10735
|
+
"type": "light-mode",
|
|
10736
|
+
"item": "badge",
|
|
10737
|
+
"subitem": "indicator",
|
|
10738
|
+
"state": "warning"
|
|
10739
|
+
},
|
|
10740
|
+
"path": [
|
|
10741
|
+
"color",
|
|
10742
|
+
"light-mode",
|
|
10743
|
+
"badge",
|
|
10744
|
+
"indicator",
|
|
10745
|
+
"warning",
|
|
10746
|
+
"foreground"
|
|
10747
|
+
]
|
|
10748
|
+
}
|
|
10515
10749
|
}
|
|
10516
10750
|
}
|
|
10517
10751
|
},
|
|
@@ -689,6 +689,64 @@
|
|
|
689
689
|
]
|
|
690
690
|
}
|
|
691
691
|
},
|
|
692
|
+
"critical": {
|
|
693
|
+
"background": {
|
|
694
|
+
"value": "#ef5c48",
|
|
695
|
+
"public": true,
|
|
696
|
+
"isReferenceToInternal": true,
|
|
697
|
+
"filePath": "tokens/color/alias/badge.dark.json",
|
|
698
|
+
"isSource": true,
|
|
699
|
+
"original": {
|
|
700
|
+
"value": "{color.dark-mode.semantic.critical.foreground.value}",
|
|
701
|
+
"public": true,
|
|
702
|
+
"isReferenceToInternal": true
|
|
703
|
+
},
|
|
704
|
+
"name": "color-dark-mode-badge-indicator-critical-background",
|
|
705
|
+
"attributes": {
|
|
706
|
+
"category": "color",
|
|
707
|
+
"type": "dark-mode",
|
|
708
|
+
"item": "badge",
|
|
709
|
+
"subitem": "indicator",
|
|
710
|
+
"state": "critical"
|
|
711
|
+
},
|
|
712
|
+
"path": [
|
|
713
|
+
"color",
|
|
714
|
+
"dark-mode",
|
|
715
|
+
"badge",
|
|
716
|
+
"indicator",
|
|
717
|
+
"critical",
|
|
718
|
+
"background"
|
|
719
|
+
]
|
|
720
|
+
},
|
|
721
|
+
"foreground": {
|
|
722
|
+
"value": "#ffffff",
|
|
723
|
+
"public": true,
|
|
724
|
+
"isReferenceToInternal": true,
|
|
725
|
+
"filePath": "tokens/color/alias/badge.dark.json",
|
|
726
|
+
"isSource": true,
|
|
727
|
+
"original": {
|
|
728
|
+
"value": "{color.dark-mode.neutral.000.value}",
|
|
729
|
+
"public": true,
|
|
730
|
+
"isReferenceToInternal": true
|
|
731
|
+
},
|
|
732
|
+
"name": "color-dark-mode-badge-indicator-critical-foreground",
|
|
733
|
+
"attributes": {
|
|
734
|
+
"category": "color",
|
|
735
|
+
"type": "dark-mode",
|
|
736
|
+
"item": "badge",
|
|
737
|
+
"subitem": "indicator",
|
|
738
|
+
"state": "critical"
|
|
739
|
+
},
|
|
740
|
+
"path": [
|
|
741
|
+
"color",
|
|
742
|
+
"dark-mode",
|
|
743
|
+
"badge",
|
|
744
|
+
"indicator",
|
|
745
|
+
"critical",
|
|
746
|
+
"foreground"
|
|
747
|
+
]
|
|
748
|
+
}
|
|
749
|
+
},
|
|
692
750
|
"info": {
|
|
693
751
|
"background": {
|
|
694
752
|
"value": "#388bff",
|
|
@@ -862,6 +920,64 @@
|
|
|
862
920
|
"foreground"
|
|
863
921
|
]
|
|
864
922
|
}
|
|
923
|
+
},
|
|
924
|
+
"warning": {
|
|
925
|
+
"background": {
|
|
926
|
+
"value": "#cf9f02",
|
|
927
|
+
"public": true,
|
|
928
|
+
"isReferenceToInternal": true,
|
|
929
|
+
"filePath": "tokens/color/alias/badge.dark.json",
|
|
930
|
+
"isSource": true,
|
|
931
|
+
"original": {
|
|
932
|
+
"value": "{color.dark-mode.semantic.warning.foreground.value}",
|
|
933
|
+
"public": true,
|
|
934
|
+
"isReferenceToInternal": true
|
|
935
|
+
},
|
|
936
|
+
"name": "color-dark-mode-badge-indicator-warning-background",
|
|
937
|
+
"attributes": {
|
|
938
|
+
"category": "color",
|
|
939
|
+
"type": "dark-mode",
|
|
940
|
+
"item": "badge",
|
|
941
|
+
"subitem": "indicator",
|
|
942
|
+
"state": "warning"
|
|
943
|
+
},
|
|
944
|
+
"path": [
|
|
945
|
+
"color",
|
|
946
|
+
"dark-mode",
|
|
947
|
+
"badge",
|
|
948
|
+
"indicator",
|
|
949
|
+
"warning",
|
|
950
|
+
"background"
|
|
951
|
+
]
|
|
952
|
+
},
|
|
953
|
+
"foreground": {
|
|
954
|
+
"value": "#ffffff",
|
|
955
|
+
"public": true,
|
|
956
|
+
"isReferenceToInternal": true,
|
|
957
|
+
"filePath": "tokens/color/alias/badge.dark.json",
|
|
958
|
+
"isSource": true,
|
|
959
|
+
"original": {
|
|
960
|
+
"value": "{color.dark-mode.neutral.000.value}",
|
|
961
|
+
"public": true,
|
|
962
|
+
"isReferenceToInternal": true
|
|
963
|
+
},
|
|
964
|
+
"name": "color-dark-mode-badge-indicator-warning-foreground",
|
|
965
|
+
"attributes": {
|
|
966
|
+
"category": "color",
|
|
967
|
+
"type": "dark-mode",
|
|
968
|
+
"item": "badge",
|
|
969
|
+
"subitem": "indicator",
|
|
970
|
+
"state": "warning"
|
|
971
|
+
},
|
|
972
|
+
"path": [
|
|
973
|
+
"color",
|
|
974
|
+
"dark-mode",
|
|
975
|
+
"badge",
|
|
976
|
+
"indicator",
|
|
977
|
+
"warning",
|
|
978
|
+
"foreground"
|
|
979
|
+
]
|
|
980
|
+
}
|
|
865
981
|
}
|
|
866
982
|
}
|
|
867
983
|
},
|
|
@@ -463,13 +463,13 @@
|
|
|
463
463
|
"indicator": {
|
|
464
464
|
"silver": {
|
|
465
465
|
"background": {
|
|
466
|
-
"value": "#
|
|
466
|
+
"value": "#cfcfd3",
|
|
467
467
|
"public": true,
|
|
468
468
|
"isReferenceToInternal": true,
|
|
469
469
|
"filePath": "tokens/color/alias/badge.light.json",
|
|
470
470
|
"isSource": true,
|
|
471
471
|
"original": {
|
|
472
|
-
"value": "{color.light-mode.neutral.
|
|
472
|
+
"value": "{color.light-mode.neutral.300.value}",
|
|
473
473
|
"public": true,
|
|
474
474
|
"isReferenceToInternal": true
|
|
475
475
|
},
|
|
@@ -491,13 +491,15 @@
|
|
|
491
491
|
]
|
|
492
492
|
},
|
|
493
493
|
"foreground": {
|
|
494
|
-
"value": "#
|
|
494
|
+
"value": "#23232d",
|
|
495
495
|
"public": true,
|
|
496
|
+
"isReferenceToInternal": true,
|
|
496
497
|
"filePath": "tokens/color/alias/badge.light.json",
|
|
497
498
|
"isSource": true,
|
|
498
499
|
"original": {
|
|
499
|
-
"value": "{color.light-mode.
|
|
500
|
-
"public": true
|
|
500
|
+
"value": "{color.light-mode.neutral.500.value}",
|
|
501
|
+
"public": true,
|
|
502
|
+
"isReferenceToInternal": true
|
|
501
503
|
},
|
|
502
504
|
"name": "color-light-mode-badge-indicator-silver-foreground",
|
|
503
505
|
"attributes": {
|
|
@@ -519,13 +521,13 @@
|
|
|
519
521
|
},
|
|
520
522
|
"gold": {
|
|
521
523
|
"background": {
|
|
522
|
-
"value": "#
|
|
524
|
+
"value": "#ffe668",
|
|
523
525
|
"public": true,
|
|
524
526
|
"isReferenceToInternal": true,
|
|
525
527
|
"filePath": "tokens/color/alias/badge.light.json",
|
|
526
528
|
"isSource": true,
|
|
527
529
|
"original": {
|
|
528
|
-
"value": "{color.light-mode.brand.primary.
|
|
530
|
+
"value": "{color.light-mode.brand.primary.300.value}",
|
|
529
531
|
"public": true,
|
|
530
532
|
"isReferenceToInternal": true
|
|
531
533
|
},
|
|
@@ -575,15 +577,71 @@
|
|
|
575
577
|
]
|
|
576
578
|
}
|
|
577
579
|
},
|
|
580
|
+
"diamond": {
|
|
581
|
+
"background": {
|
|
582
|
+
"value": "#cfe1fc",
|
|
583
|
+
"public": true,
|
|
584
|
+
"filePath": "tokens/color/alias/badge.light.json",
|
|
585
|
+
"isSource": true,
|
|
586
|
+
"original": {
|
|
587
|
+
"value": "#CFE1FC",
|
|
588
|
+
"public": true
|
|
589
|
+
},
|
|
590
|
+
"name": "color-light-mode-badge-indicator-diamond-background",
|
|
591
|
+
"attributes": {
|
|
592
|
+
"category": "color",
|
|
593
|
+
"type": "light-mode",
|
|
594
|
+
"item": "badge",
|
|
595
|
+
"subitem": "indicator",
|
|
596
|
+
"state": "diamond"
|
|
597
|
+
},
|
|
598
|
+
"path": [
|
|
599
|
+
"color",
|
|
600
|
+
"light-mode",
|
|
601
|
+
"badge",
|
|
602
|
+
"indicator",
|
|
603
|
+
"diamond",
|
|
604
|
+
"background"
|
|
605
|
+
]
|
|
606
|
+
},
|
|
607
|
+
"foreground": {
|
|
608
|
+
"value": "#035ad3",
|
|
609
|
+
"public": true,
|
|
610
|
+
"isReferenceToInternal": true,
|
|
611
|
+
"filePath": "tokens/color/alias/badge.light.json",
|
|
612
|
+
"isSource": true,
|
|
613
|
+
"original": {
|
|
614
|
+
"value": "#035AD3",
|
|
615
|
+
"public": true,
|
|
616
|
+
"isReferenceToInternal": true
|
|
617
|
+
},
|
|
618
|
+
"name": "color-light-mode-badge-indicator-diamond-foreground",
|
|
619
|
+
"attributes": {
|
|
620
|
+
"category": "color",
|
|
621
|
+
"type": "light-mode",
|
|
622
|
+
"item": "badge",
|
|
623
|
+
"subitem": "indicator",
|
|
624
|
+
"state": "diamond"
|
|
625
|
+
},
|
|
626
|
+
"path": [
|
|
627
|
+
"color",
|
|
628
|
+
"light-mode",
|
|
629
|
+
"badge",
|
|
630
|
+
"indicator",
|
|
631
|
+
"diamond",
|
|
632
|
+
"foreground"
|
|
633
|
+
]
|
|
634
|
+
}
|
|
635
|
+
},
|
|
578
636
|
"platinum": {
|
|
579
637
|
"background": {
|
|
580
|
-
"value": "#
|
|
638
|
+
"value": "#dfd8f5",
|
|
581
639
|
"public": true,
|
|
582
640
|
"isReferenceToInternal": true,
|
|
583
641
|
"filePath": "tokens/color/alias/badge.light.json",
|
|
584
642
|
"isSource": true,
|
|
585
643
|
"original": {
|
|
586
|
-
"value": "{color.light-mode.brand.secondary.
|
|
644
|
+
"value": "{color.light-mode.brand.secondary.200.value}",
|
|
587
645
|
"public": true,
|
|
588
646
|
"isReferenceToInternal": true
|
|
589
647
|
},
|
|
@@ -633,58 +691,60 @@
|
|
|
633
691
|
]
|
|
634
692
|
}
|
|
635
693
|
},
|
|
636
|
-
"
|
|
694
|
+
"critical": {
|
|
637
695
|
"background": {
|
|
638
|
-
"value": "#
|
|
696
|
+
"value": "#ca3521",
|
|
639
697
|
"public": true,
|
|
698
|
+
"isReferenceToInternal": true,
|
|
640
699
|
"filePath": "tokens/color/alias/badge.light.json",
|
|
641
700
|
"isSource": true,
|
|
642
701
|
"original": {
|
|
643
|
-
"value": "
|
|
644
|
-
"public": true
|
|
702
|
+
"value": "{color.light-mode.semantic.critical.foreground.value}",
|
|
703
|
+
"public": true,
|
|
704
|
+
"isReferenceToInternal": true
|
|
645
705
|
},
|
|
646
|
-
"name": "color-light-mode-badge-indicator-
|
|
706
|
+
"name": "color-light-mode-badge-indicator-critical-background",
|
|
647
707
|
"attributes": {
|
|
648
708
|
"category": "color",
|
|
649
709
|
"type": "light-mode",
|
|
650
710
|
"item": "badge",
|
|
651
711
|
"subitem": "indicator",
|
|
652
|
-
"state": "
|
|
712
|
+
"state": "critical"
|
|
653
713
|
},
|
|
654
714
|
"path": [
|
|
655
715
|
"color",
|
|
656
716
|
"light-mode",
|
|
657
717
|
"badge",
|
|
658
718
|
"indicator",
|
|
659
|
-
"
|
|
719
|
+
"critical",
|
|
660
720
|
"background"
|
|
661
721
|
]
|
|
662
722
|
},
|
|
663
723
|
"foreground": {
|
|
664
|
-
"value": "#
|
|
724
|
+
"value": "#ffffff",
|
|
665
725
|
"public": true,
|
|
666
726
|
"isReferenceToInternal": true,
|
|
667
727
|
"filePath": "tokens/color/alias/badge.light.json",
|
|
668
728
|
"isSource": true,
|
|
669
729
|
"original": {
|
|
670
|
-
"value": "{color.light-mode.
|
|
730
|
+
"value": "{color.light-mode.neutral.000.value}",
|
|
671
731
|
"public": true,
|
|
672
732
|
"isReferenceToInternal": true
|
|
673
733
|
},
|
|
674
|
-
"name": "color-light-mode-badge-indicator-
|
|
734
|
+
"name": "color-light-mode-badge-indicator-critical-foreground",
|
|
675
735
|
"attributes": {
|
|
676
736
|
"category": "color",
|
|
677
737
|
"type": "light-mode",
|
|
678
738
|
"item": "badge",
|
|
679
739
|
"subitem": "indicator",
|
|
680
|
-
"state": "
|
|
740
|
+
"state": "critical"
|
|
681
741
|
},
|
|
682
742
|
"path": [
|
|
683
743
|
"color",
|
|
684
744
|
"light-mode",
|
|
685
745
|
"badge",
|
|
686
746
|
"indicator",
|
|
687
|
-
"
|
|
747
|
+
"critical",
|
|
688
748
|
"foreground"
|
|
689
749
|
]
|
|
690
750
|
}
|
|
@@ -862,6 +922,64 @@
|
|
|
862
922
|
"foreground"
|
|
863
923
|
]
|
|
864
924
|
}
|
|
925
|
+
},
|
|
926
|
+
"warning": {
|
|
927
|
+
"background": {
|
|
928
|
+
"value": "#d97008",
|
|
929
|
+
"public": true,
|
|
930
|
+
"isReferenceToInternal": true,
|
|
931
|
+
"filePath": "tokens/color/alias/badge.light.json",
|
|
932
|
+
"isSource": true,
|
|
933
|
+
"original": {
|
|
934
|
+
"value": "{color.light-mode.semantic.warning.foreground.value}",
|
|
935
|
+
"public": true,
|
|
936
|
+
"isReferenceToInternal": true
|
|
937
|
+
},
|
|
938
|
+
"name": "color-light-mode-badge-indicator-warning-background",
|
|
939
|
+
"attributes": {
|
|
940
|
+
"category": "color",
|
|
941
|
+
"type": "light-mode",
|
|
942
|
+
"item": "badge",
|
|
943
|
+
"subitem": "indicator",
|
|
944
|
+
"state": "warning"
|
|
945
|
+
},
|
|
946
|
+
"path": [
|
|
947
|
+
"color",
|
|
948
|
+
"light-mode",
|
|
949
|
+
"badge",
|
|
950
|
+
"indicator",
|
|
951
|
+
"warning",
|
|
952
|
+
"background"
|
|
953
|
+
]
|
|
954
|
+
},
|
|
955
|
+
"foreground": {
|
|
956
|
+
"value": "#ffffff",
|
|
957
|
+
"public": true,
|
|
958
|
+
"isReferenceToInternal": true,
|
|
959
|
+
"filePath": "tokens/color/alias/badge.light.json",
|
|
960
|
+
"isSource": true,
|
|
961
|
+
"original": {
|
|
962
|
+
"value": "{color.light-mode.neutral.000.value}",
|
|
963
|
+
"public": true,
|
|
964
|
+
"isReferenceToInternal": true
|
|
965
|
+
},
|
|
966
|
+
"name": "color-light-mode-badge-indicator-warning-foreground",
|
|
967
|
+
"attributes": {
|
|
968
|
+
"category": "color",
|
|
969
|
+
"type": "light-mode",
|
|
970
|
+
"item": "badge",
|
|
971
|
+
"subitem": "indicator",
|
|
972
|
+
"state": "warning"
|
|
973
|
+
},
|
|
974
|
+
"path": [
|
|
975
|
+
"color",
|
|
976
|
+
"light-mode",
|
|
977
|
+
"badge",
|
|
978
|
+
"indicator",
|
|
979
|
+
"warning",
|
|
980
|
+
"foreground"
|
|
981
|
+
]
|
|
982
|
+
}
|
|
865
983
|
}
|
|
866
984
|
}
|
|
867
985
|
},
|