@pantheon-systems/pds-design-tokens 1.1.0 → 1.1.1
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 +2 -0
- package/build/css/pds-design-tokens-light-mode.css +2 -0
- package/build/figma/pds-design-tokens-figma.json +116 -0
- package/build/json/pds-design-tokens-dark-mode.json +58 -0
- package/build/json/pds-design-tokens-light-mode.json +58 -0
- package/package.json +1 -1
|
@@ -22,6 +22,8 @@
|
|
|
22
22
|
--pds-color-badge-indicator-info-foreground: #ffffff;
|
|
23
23
|
--pds-color-badge-indicator-neutral-background: #6d6d78;
|
|
24
24
|
--pds-color-badge-indicator-neutral-foreground: #ffffff;
|
|
25
|
+
--pds-color-badge-indicator-neutral-secondary-background: #e7e7eb;
|
|
26
|
+
--pds-color-badge-indicator-neutral-secondary-foreground: #121219;
|
|
25
27
|
--pds-color-badge-indicator-platinum-background: #cbc2f0;
|
|
26
28
|
--pds-color-badge-indicator-platinum-foreground: #42318d;
|
|
27
29
|
--pds-color-badge-indicator-silver-background: #e7e7eb;
|
|
@@ -22,6 +22,8 @@
|
|
|
22
22
|
--pds-color-badge-indicator-info-foreground: #ffffff;
|
|
23
23
|
--pds-color-badge-indicator-neutral-background: #6a6e7a;
|
|
24
24
|
--pds-color-badge-indicator-neutral-foreground: #ffffff;
|
|
25
|
+
--pds-color-badge-indicator-neutral-secondary-background: #23232d;
|
|
26
|
+
--pds-color-badge-indicator-neutral-secondary-foreground: #ffffff;
|
|
25
27
|
--pds-color-badge-indicator-platinum-background: #e5e0f8;
|
|
26
28
|
--pds-color-badge-indicator-platinum-foreground: #4f32ce;
|
|
27
29
|
--pds-color-badge-indicator-silver-background: #c3c5c9;
|
|
@@ -4495,6 +4495,64 @@
|
|
|
4495
4495
|
]
|
|
4496
4496
|
}
|
|
4497
4497
|
},
|
|
4498
|
+
"neutral-secondary": {
|
|
4499
|
+
"background": {
|
|
4500
|
+
"value": "#e7e7eb",
|
|
4501
|
+
"public": true,
|
|
4502
|
+
"isReferenceToInternal": true,
|
|
4503
|
+
"filePath": "tokens/color/component/badge.dark.json",
|
|
4504
|
+
"isSource": true,
|
|
4505
|
+
"original": {
|
|
4506
|
+
"value": "{color.dark-mode.neutral.100.value}",
|
|
4507
|
+
"public": true,
|
|
4508
|
+
"isReferenceToInternal": true
|
|
4509
|
+
},
|
|
4510
|
+
"name": "color-dark-mode-badge-indicator-neutral-secondary-background",
|
|
4511
|
+
"attributes": {
|
|
4512
|
+
"category": "color",
|
|
4513
|
+
"type": "dark-mode",
|
|
4514
|
+
"item": "badge",
|
|
4515
|
+
"subitem": "indicator",
|
|
4516
|
+
"state": "neutral-secondary"
|
|
4517
|
+
},
|
|
4518
|
+
"path": [
|
|
4519
|
+
"color",
|
|
4520
|
+
"dark-mode",
|
|
4521
|
+
"badge",
|
|
4522
|
+
"indicator",
|
|
4523
|
+
"neutral-secondary",
|
|
4524
|
+
"background"
|
|
4525
|
+
]
|
|
4526
|
+
},
|
|
4527
|
+
"foreground": {
|
|
4528
|
+
"value": "#121219",
|
|
4529
|
+
"public": true,
|
|
4530
|
+
"isReferenceToInternal": true,
|
|
4531
|
+
"filePath": "tokens/color/component/badge.dark.json",
|
|
4532
|
+
"isSource": true,
|
|
4533
|
+
"original": {
|
|
4534
|
+
"value": "{color.dark-mode.neutral.600.value}",
|
|
4535
|
+
"public": true,
|
|
4536
|
+
"isReferenceToInternal": true
|
|
4537
|
+
},
|
|
4538
|
+
"name": "color-dark-mode-badge-indicator-neutral-secondary-foreground",
|
|
4539
|
+
"attributes": {
|
|
4540
|
+
"category": "color",
|
|
4541
|
+
"type": "dark-mode",
|
|
4542
|
+
"item": "badge",
|
|
4543
|
+
"subitem": "indicator",
|
|
4544
|
+
"state": "neutral-secondary"
|
|
4545
|
+
},
|
|
4546
|
+
"path": [
|
|
4547
|
+
"color",
|
|
4548
|
+
"dark-mode",
|
|
4549
|
+
"badge",
|
|
4550
|
+
"indicator",
|
|
4551
|
+
"neutral-secondary",
|
|
4552
|
+
"foreground"
|
|
4553
|
+
]
|
|
4554
|
+
}
|
|
4555
|
+
},
|
|
4498
4556
|
"warning": {
|
|
4499
4557
|
"background": {
|
|
4500
4558
|
"value": "#bd5b00",
|
|
@@ -10791,6 +10849,64 @@
|
|
|
10791
10849
|
]
|
|
10792
10850
|
}
|
|
10793
10851
|
},
|
|
10852
|
+
"neutral-secondary": {
|
|
10853
|
+
"background": {
|
|
10854
|
+
"value": "#23232d",
|
|
10855
|
+
"public": true,
|
|
10856
|
+
"isReferenceToInternal": true,
|
|
10857
|
+
"filePath": "tokens/color/component/badge.light.json",
|
|
10858
|
+
"isSource": true,
|
|
10859
|
+
"original": {
|
|
10860
|
+
"value": "{color.light-mode.neutral.500.value}",
|
|
10861
|
+
"public": true,
|
|
10862
|
+
"isReferenceToInternal": true
|
|
10863
|
+
},
|
|
10864
|
+
"name": "color-light-mode-badge-indicator-neutral-secondary-background",
|
|
10865
|
+
"attributes": {
|
|
10866
|
+
"category": "color",
|
|
10867
|
+
"type": "light-mode",
|
|
10868
|
+
"item": "badge",
|
|
10869
|
+
"subitem": "indicator",
|
|
10870
|
+
"state": "neutral-secondary"
|
|
10871
|
+
},
|
|
10872
|
+
"path": [
|
|
10873
|
+
"color",
|
|
10874
|
+
"light-mode",
|
|
10875
|
+
"badge",
|
|
10876
|
+
"indicator",
|
|
10877
|
+
"neutral-secondary",
|
|
10878
|
+
"background"
|
|
10879
|
+
]
|
|
10880
|
+
},
|
|
10881
|
+
"foreground": {
|
|
10882
|
+
"value": "#ffffff",
|
|
10883
|
+
"public": true,
|
|
10884
|
+
"isReferenceToInternal": true,
|
|
10885
|
+
"filePath": "tokens/color/component/badge.light.json",
|
|
10886
|
+
"isSource": true,
|
|
10887
|
+
"original": {
|
|
10888
|
+
"value": "{color.light-mode.neutral.000.value}",
|
|
10889
|
+
"public": true,
|
|
10890
|
+
"isReferenceToInternal": true
|
|
10891
|
+
},
|
|
10892
|
+
"name": "color-light-mode-badge-indicator-neutral-secondary-foreground",
|
|
10893
|
+
"attributes": {
|
|
10894
|
+
"category": "color",
|
|
10895
|
+
"type": "light-mode",
|
|
10896
|
+
"item": "badge",
|
|
10897
|
+
"subitem": "indicator",
|
|
10898
|
+
"state": "neutral-secondary"
|
|
10899
|
+
},
|
|
10900
|
+
"path": [
|
|
10901
|
+
"color",
|
|
10902
|
+
"light-mode",
|
|
10903
|
+
"badge",
|
|
10904
|
+
"indicator",
|
|
10905
|
+
"neutral-secondary",
|
|
10906
|
+
"foreground"
|
|
10907
|
+
]
|
|
10908
|
+
}
|
|
10909
|
+
},
|
|
10794
10910
|
"brand": {
|
|
10795
10911
|
"background": {
|
|
10796
10912
|
"value": "#4f32ce",
|
|
@@ -465,6 +465,64 @@
|
|
|
465
465
|
]
|
|
466
466
|
}
|
|
467
467
|
},
|
|
468
|
+
"neutral-secondary": {
|
|
469
|
+
"background": {
|
|
470
|
+
"value": "#e7e7eb",
|
|
471
|
+
"public": true,
|
|
472
|
+
"isReferenceToInternal": true,
|
|
473
|
+
"filePath": "tokens/color/component/badge.dark.json",
|
|
474
|
+
"isSource": true,
|
|
475
|
+
"original": {
|
|
476
|
+
"value": "{color.dark-mode.neutral.100.value}",
|
|
477
|
+
"public": true,
|
|
478
|
+
"isReferenceToInternal": true
|
|
479
|
+
},
|
|
480
|
+
"name": "color-dark-mode-badge-indicator-neutral-secondary-background",
|
|
481
|
+
"attributes": {
|
|
482
|
+
"category": "color",
|
|
483
|
+
"type": "dark-mode",
|
|
484
|
+
"item": "badge",
|
|
485
|
+
"subitem": "indicator",
|
|
486
|
+
"state": "neutral-secondary"
|
|
487
|
+
},
|
|
488
|
+
"path": [
|
|
489
|
+
"color",
|
|
490
|
+
"dark-mode",
|
|
491
|
+
"badge",
|
|
492
|
+
"indicator",
|
|
493
|
+
"neutral-secondary",
|
|
494
|
+
"background"
|
|
495
|
+
]
|
|
496
|
+
},
|
|
497
|
+
"foreground": {
|
|
498
|
+
"value": "#121219",
|
|
499
|
+
"public": true,
|
|
500
|
+
"isReferenceToInternal": true,
|
|
501
|
+
"filePath": "tokens/color/component/badge.dark.json",
|
|
502
|
+
"isSource": true,
|
|
503
|
+
"original": {
|
|
504
|
+
"value": "{color.dark-mode.neutral.600.value}",
|
|
505
|
+
"public": true,
|
|
506
|
+
"isReferenceToInternal": true
|
|
507
|
+
},
|
|
508
|
+
"name": "color-dark-mode-badge-indicator-neutral-secondary-foreground",
|
|
509
|
+
"attributes": {
|
|
510
|
+
"category": "color",
|
|
511
|
+
"type": "dark-mode",
|
|
512
|
+
"item": "badge",
|
|
513
|
+
"subitem": "indicator",
|
|
514
|
+
"state": "neutral-secondary"
|
|
515
|
+
},
|
|
516
|
+
"path": [
|
|
517
|
+
"color",
|
|
518
|
+
"dark-mode",
|
|
519
|
+
"badge",
|
|
520
|
+
"indicator",
|
|
521
|
+
"neutral-secondary",
|
|
522
|
+
"foreground"
|
|
523
|
+
]
|
|
524
|
+
}
|
|
525
|
+
},
|
|
468
526
|
"warning": {
|
|
469
527
|
"background": {
|
|
470
528
|
"value": "#bd5b00",
|
|
@@ -523,6 +523,64 @@
|
|
|
523
523
|
]
|
|
524
524
|
}
|
|
525
525
|
},
|
|
526
|
+
"neutral-secondary": {
|
|
527
|
+
"background": {
|
|
528
|
+
"value": "#23232d",
|
|
529
|
+
"public": true,
|
|
530
|
+
"isReferenceToInternal": true,
|
|
531
|
+
"filePath": "tokens/color/component/badge.light.json",
|
|
532
|
+
"isSource": true,
|
|
533
|
+
"original": {
|
|
534
|
+
"value": "{color.light-mode.neutral.500.value}",
|
|
535
|
+
"public": true,
|
|
536
|
+
"isReferenceToInternal": true
|
|
537
|
+
},
|
|
538
|
+
"name": "color-light-mode-badge-indicator-neutral-secondary-background",
|
|
539
|
+
"attributes": {
|
|
540
|
+
"category": "color",
|
|
541
|
+
"type": "light-mode",
|
|
542
|
+
"item": "badge",
|
|
543
|
+
"subitem": "indicator",
|
|
544
|
+
"state": "neutral-secondary"
|
|
545
|
+
},
|
|
546
|
+
"path": [
|
|
547
|
+
"color",
|
|
548
|
+
"light-mode",
|
|
549
|
+
"badge",
|
|
550
|
+
"indicator",
|
|
551
|
+
"neutral-secondary",
|
|
552
|
+
"background"
|
|
553
|
+
]
|
|
554
|
+
},
|
|
555
|
+
"foreground": {
|
|
556
|
+
"value": "#ffffff",
|
|
557
|
+
"public": true,
|
|
558
|
+
"isReferenceToInternal": true,
|
|
559
|
+
"filePath": "tokens/color/component/badge.light.json",
|
|
560
|
+
"isSource": true,
|
|
561
|
+
"original": {
|
|
562
|
+
"value": "{color.light-mode.neutral.000.value}",
|
|
563
|
+
"public": true,
|
|
564
|
+
"isReferenceToInternal": true
|
|
565
|
+
},
|
|
566
|
+
"name": "color-light-mode-badge-indicator-neutral-secondary-foreground",
|
|
567
|
+
"attributes": {
|
|
568
|
+
"category": "color",
|
|
569
|
+
"type": "light-mode",
|
|
570
|
+
"item": "badge",
|
|
571
|
+
"subitem": "indicator",
|
|
572
|
+
"state": "neutral-secondary"
|
|
573
|
+
},
|
|
574
|
+
"path": [
|
|
575
|
+
"color",
|
|
576
|
+
"light-mode",
|
|
577
|
+
"badge",
|
|
578
|
+
"indicator",
|
|
579
|
+
"neutral-secondary",
|
|
580
|
+
"foreground"
|
|
581
|
+
]
|
|
582
|
+
}
|
|
583
|
+
},
|
|
526
584
|
"brand": {
|
|
527
585
|
"background": {
|
|
528
586
|
"value": "#4f32ce",
|
package/package.json
CHANGED