@pantheon-systems/pds-design-tokens 1.0.0-dev.124 → 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.
@@ -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,6 +14,8 @@
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-critical-background: #ca3521;
18
+ --pds-color-badge-indicator-critical-foreground: #ffffff;
17
19
  --pds-color-badge-indicator-diamond-background: #cfe1fc;
18
20
  --pds-color-badge-indicator-diamond-foreground: #035ad3;
19
21
  --pds-color-badge-indicator-gold-background: #ffe668;
@@ -28,6 +30,8 @@
28
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
  },
@@ -10341,6 +10457,64 @@
10341
10457
  ]
10342
10458
  }
10343
10459
  },
10460
+ "critical": {
10461
+ "background": {
10462
+ "value": "#ca3521",
10463
+ "public": true,
10464
+ "isReferenceToInternal": true,
10465
+ "filePath": "tokens/color/alias/badge.light.json",
10466
+ "isSource": true,
10467
+ "original": {
10468
+ "value": "{color.light-mode.semantic.critical.foreground.value}",
10469
+ "public": true,
10470
+ "isReferenceToInternal": true
10471
+ },
10472
+ "name": "color-light-mode-badge-indicator-critical-background",
10473
+ "attributes": {
10474
+ "category": "color",
10475
+ "type": "light-mode",
10476
+ "item": "badge",
10477
+ "subitem": "indicator",
10478
+ "state": "critical"
10479
+ },
10480
+ "path": [
10481
+ "color",
10482
+ "light-mode",
10483
+ "badge",
10484
+ "indicator",
10485
+ "critical",
10486
+ "background"
10487
+ ]
10488
+ },
10489
+ "foreground": {
10490
+ "value": "#ffffff",
10491
+ "public": true,
10492
+ "isReferenceToInternal": true,
10493
+ "filePath": "tokens/color/alias/badge.light.json",
10494
+ "isSource": true,
10495
+ "original": {
10496
+ "value": "{color.light-mode.neutral.000.value}",
10497
+ "public": true,
10498
+ "isReferenceToInternal": true
10499
+ },
10500
+ "name": "color-light-mode-badge-indicator-critical-foreground",
10501
+ "attributes": {
10502
+ "category": "color",
10503
+ "type": "light-mode",
10504
+ "item": "badge",
10505
+ "subitem": "indicator",
10506
+ "state": "critical"
10507
+ },
10508
+ "path": [
10509
+ "color",
10510
+ "light-mode",
10511
+ "badge",
10512
+ "indicator",
10513
+ "critical",
10514
+ "foreground"
10515
+ ]
10516
+ }
10517
+ },
10344
10518
  "info": {
10345
10519
  "background": {
10346
10520
  "value": "#1d7afc",
@@ -10514,6 +10688,64 @@
10514
10688
  "foreground"
10515
10689
  ]
10516
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
+ }
10517
10749
  }
10518
10750
  }
10519
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
  },
@@ -691,6 +691,64 @@
691
691
  ]
692
692
  }
693
693
  },
694
+ "critical": {
695
+ "background": {
696
+ "value": "#ca3521",
697
+ "public": true,
698
+ "isReferenceToInternal": true,
699
+ "filePath": "tokens/color/alias/badge.light.json",
700
+ "isSource": true,
701
+ "original": {
702
+ "value": "{color.light-mode.semantic.critical.foreground.value}",
703
+ "public": true,
704
+ "isReferenceToInternal": true
705
+ },
706
+ "name": "color-light-mode-badge-indicator-critical-background",
707
+ "attributes": {
708
+ "category": "color",
709
+ "type": "light-mode",
710
+ "item": "badge",
711
+ "subitem": "indicator",
712
+ "state": "critical"
713
+ },
714
+ "path": [
715
+ "color",
716
+ "light-mode",
717
+ "badge",
718
+ "indicator",
719
+ "critical",
720
+ "background"
721
+ ]
722
+ },
723
+ "foreground": {
724
+ "value": "#ffffff",
725
+ "public": true,
726
+ "isReferenceToInternal": true,
727
+ "filePath": "tokens/color/alias/badge.light.json",
728
+ "isSource": true,
729
+ "original": {
730
+ "value": "{color.light-mode.neutral.000.value}",
731
+ "public": true,
732
+ "isReferenceToInternal": true
733
+ },
734
+ "name": "color-light-mode-badge-indicator-critical-foreground",
735
+ "attributes": {
736
+ "category": "color",
737
+ "type": "light-mode",
738
+ "item": "badge",
739
+ "subitem": "indicator",
740
+ "state": "critical"
741
+ },
742
+ "path": [
743
+ "color",
744
+ "light-mode",
745
+ "badge",
746
+ "indicator",
747
+ "critical",
748
+ "foreground"
749
+ ]
750
+ }
751
+ },
694
752
  "info": {
695
753
  "background": {
696
754
  "value": "#1d7afc",
@@ -864,6 +922,64 @@
864
922
  "foreground"
865
923
  ]
866
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
+ }
867
983
  }
868
984
  }
869
985
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pantheon-systems/pds-design-tokens",
3
- "version": "1.0.0-dev.124",
3
+ "version": "1.0.0-dev.125",
4
4
  "description": "Design Tokens for the Pantheon Design System",
5
5
  "homepage": "https://pantheon.io",
6
6
  "keywords": [