@pantheon-systems/pds-design-tokens 1.0.0-dev.59 → 1.0.0-dev.60

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.
@@ -122,6 +122,16 @@
122
122
  --pds-color-panel-raised-background: #282839;
123
123
  --pds-color-panel-raised-border: var(--pds-color-border-default);
124
124
  --pds-color-panel-sunken-background: #121219;
125
+ --pds-color-semantic-critical-background: #391813;
126
+ --pds-color-semantic-critical-foreground: #ca3521;
127
+ --pds-color-semantic-discovery-background: #231c3f;
128
+ --pds-color-semantic-discovery-foreground: #8f7ee7;
129
+ --pds-color-semantic-info-background: #082145;
130
+ --pds-color-semantic-info-foreground: #388bff;
131
+ --pds-color-semantic-success-background: #133527;
132
+ --pds-color-semantic-success-foreground: #2abb7f;
133
+ --pds-color-semantic-warning-background: #3d2e00;
134
+ --pds-color-semantic-warning-foreground: #cf9f02;
125
135
  --pds-color-table-sort-arrow-active: #6f54e8;
126
136
  --pds-color-table-sort-arrow-inactive: #a6a3b4;
127
137
  --pds-color-tabs-accent: #ad9bff;
@@ -131,6 +131,16 @@
131
131
  --pds-color-panel-raised-background: var(--pds-color-background-default);
132
132
  --pds-color-panel-raised-border: #f1f1f1;
133
133
  --pds-color-panel-sunken-background: #f1f1f1;
134
+ --pds-color-semantic-critical-background: #ffedeb;
135
+ --pds-color-semantic-critical-foreground: #ca3521;
136
+ --pds-color-semantic-discovery-background: #eae6ff;
137
+ --pds-color-semantic-discovery-foreground: #8270db;
138
+ --pds-color-semantic-info-background: #e9f2ff;
139
+ --pds-color-semantic-info-foreground: #1d7afc;
140
+ --pds-color-semantic-success-background: #e3fcef;
141
+ --pds-color-semantic-success-foreground: #218c5f;
142
+ --pds-color-semantic-warning-background: #fff7d6;
143
+ --pds-color-semantic-warning-foreground: #d97008;
134
144
  --pds-color-table-sort-arrow-active: #6f54e8;
135
145
  --pds-color-table-sort-arrow-inactive: #cfcfd3;
136
146
  --pds-color-tabs-accent: #5f41e5;
@@ -6613,10 +6613,12 @@
6613
6613
  "success": {
6614
6614
  "foreground": {
6615
6615
  "value": "#2abb7f",
6616
+ "public": true,
6616
6617
  "filePath": "tokens/color/base/semantic.dark.json",
6617
6618
  "isSource": true,
6618
6619
  "original": {
6619
- "value": "#2ABB7F"
6620
+ "value": "#2ABB7F",
6621
+ "public": true
6620
6622
  },
6621
6623
  "name": "color-dark-mode-semantic-success-foreground",
6622
6624
  "attributes": {
@@ -6636,10 +6638,12 @@
6636
6638
  },
6637
6639
  "background": {
6638
6640
  "value": "#133527",
6641
+ "public": true,
6639
6642
  "filePath": "tokens/color/base/semantic.dark.json",
6640
6643
  "isSource": true,
6641
6644
  "original": {
6642
- "value": "#133527"
6645
+ "value": "#133527",
6646
+ "public": true
6643
6647
  },
6644
6648
  "name": "color-dark-mode-semantic-success-background",
6645
6649
  "attributes": {
@@ -6661,10 +6665,12 @@
6661
6665
  "info": {
6662
6666
  "foreground": {
6663
6667
  "value": "#388bff",
6668
+ "public": true,
6664
6669
  "filePath": "tokens/color/base/semantic.dark.json",
6665
6670
  "isSource": true,
6666
6671
  "original": {
6667
- "value": "#388BFF"
6672
+ "value": "#388BFF",
6673
+ "public": true
6668
6674
  },
6669
6675
  "name": "color-dark-mode-semantic-info-foreground",
6670
6676
  "attributes": {
@@ -6684,10 +6690,12 @@
6684
6690
  },
6685
6691
  "background": {
6686
6692
  "value": "#082145",
6693
+ "public": true,
6687
6694
  "filePath": "tokens/color/base/semantic.dark.json",
6688
6695
  "isSource": true,
6689
6696
  "original": {
6690
- "value": "#082145"
6697
+ "value": "#082145",
6698
+ "public": true
6691
6699
  },
6692
6700
  "name": "color-dark-mode-semantic-info-background",
6693
6701
  "attributes": {
@@ -6709,10 +6717,12 @@
6709
6717
  "warning": {
6710
6718
  "foreground": {
6711
6719
  "value": "#cf9f02",
6720
+ "public": true,
6712
6721
  "filePath": "tokens/color/base/semantic.dark.json",
6713
6722
  "isSource": true,
6714
6723
  "original": {
6715
- "value": "#CF9F02"
6724
+ "value": "#CF9F02",
6725
+ "public": true
6716
6726
  },
6717
6727
  "name": "color-dark-mode-semantic-warning-foreground",
6718
6728
  "attributes": {
@@ -6732,10 +6742,12 @@
6732
6742
  },
6733
6743
  "background": {
6734
6744
  "value": "#3d2e00",
6745
+ "public": true,
6735
6746
  "filePath": "tokens/color/base/semantic.dark.json",
6736
6747
  "isSource": true,
6737
6748
  "original": {
6738
- "value": "#3D2E00"
6749
+ "value": "#3D2E00",
6750
+ "public": true
6739
6751
  },
6740
6752
  "name": "color-dark-mode-semantic-warning-background",
6741
6753
  "attributes": {
@@ -6757,10 +6769,12 @@
6757
6769
  "critical": {
6758
6770
  "foreground": {
6759
6771
  "value": "#ca3521",
6772
+ "public": true,
6760
6773
  "filePath": "tokens/color/base/semantic.dark.json",
6761
6774
  "isSource": true,
6762
6775
  "original": {
6763
- "value": "#CA3521"
6776
+ "value": "#CA3521",
6777
+ "public": true
6764
6778
  },
6765
6779
  "name": "color-dark-mode-semantic-critical-foreground",
6766
6780
  "attributes": {
@@ -6780,10 +6794,12 @@
6780
6794
  },
6781
6795
  "background": {
6782
6796
  "value": "#391813",
6797
+ "public": true,
6783
6798
  "filePath": "tokens/color/base/semantic.dark.json",
6784
6799
  "isSource": true,
6785
6800
  "original": {
6786
- "value": "#391813"
6801
+ "value": "#391813",
6802
+ "public": true
6787
6803
  },
6788
6804
  "name": "color-dark-mode-semantic-critical-background",
6789
6805
  "attributes": {
@@ -6805,10 +6821,12 @@
6805
6821
  "discovery": {
6806
6822
  "foreground": {
6807
6823
  "value": "#8f7ee7",
6824
+ "public": true,
6808
6825
  "filePath": "tokens/color/base/semantic.dark.json",
6809
6826
  "isSource": true,
6810
6827
  "original": {
6811
- "value": "#8F7EE7"
6828
+ "value": "#8F7EE7",
6829
+ "public": true
6812
6830
  },
6813
6831
  "name": "color-dark-mode-semantic-discovery-foreground",
6814
6832
  "attributes": {
@@ -6828,10 +6846,12 @@
6828
6846
  },
6829
6847
  "background": {
6830
6848
  "value": "#231c3f",
6849
+ "public": true,
6831
6850
  "filePath": "tokens/color/base/semantic.dark.json",
6832
6851
  "isSource": true,
6833
6852
  "original": {
6834
- "value": "#231C3F"
6853
+ "value": "#231C3F",
6854
+ "public": true
6835
6855
  },
6836
6856
  "name": "color-dark-mode-semantic-discovery-background",
6837
6857
  "attributes": {
@@ -11682,10 +11702,12 @@
11682
11702
  "success": {
11683
11703
  "foreground": {
11684
11704
  "value": "#218c5f",
11705
+ "public": true,
11685
11706
  "filePath": "tokens/color/base/semantic.light.json",
11686
11707
  "isSource": true,
11687
11708
  "original": {
11688
- "value": "#218C5F"
11709
+ "value": "#218C5F",
11710
+ "public": true
11689
11711
  },
11690
11712
  "name": "color-light-mode-semantic-success-foreground",
11691
11713
  "attributes": {
@@ -11705,10 +11727,12 @@
11705
11727
  },
11706
11728
  "background": {
11707
11729
  "value": "#e3fcef",
11730
+ "public": true,
11708
11731
  "filePath": "tokens/color/base/semantic.light.json",
11709
11732
  "isSource": true,
11710
11733
  "original": {
11711
- "value": "#E3FCEF"
11734
+ "value": "#E3FCEF",
11735
+ "public": true
11712
11736
  },
11713
11737
  "name": "color-light-mode-semantic-success-background",
11714
11738
  "attributes": {
@@ -11730,10 +11754,12 @@
11730
11754
  "info": {
11731
11755
  "foreground": {
11732
11756
  "value": "#1d7afc",
11757
+ "public": true,
11733
11758
  "filePath": "tokens/color/base/semantic.light.json",
11734
11759
  "isSource": true,
11735
11760
  "original": {
11736
- "value": "#1D7AFC"
11761
+ "value": "#1D7AFC",
11762
+ "public": true
11737
11763
  },
11738
11764
  "name": "color-light-mode-semantic-info-foreground",
11739
11765
  "attributes": {
@@ -11753,10 +11779,12 @@
11753
11779
  },
11754
11780
  "background": {
11755
11781
  "value": "#e9f2ff",
11782
+ "public": true,
11756
11783
  "filePath": "tokens/color/base/semantic.light.json",
11757
11784
  "isSource": true,
11758
11785
  "original": {
11759
- "value": "#E9F2FF"
11786
+ "value": "#E9F2FF",
11787
+ "public": true
11760
11788
  },
11761
11789
  "name": "color-light-mode-semantic-info-background",
11762
11790
  "attributes": {
@@ -11778,10 +11806,12 @@
11778
11806
  "warning": {
11779
11807
  "foreground": {
11780
11808
  "value": "#d97008",
11809
+ "public": true,
11781
11810
  "filePath": "tokens/color/base/semantic.light.json",
11782
11811
  "isSource": true,
11783
11812
  "original": {
11784
- "value": "#D97008"
11813
+ "value": "#D97008",
11814
+ "public": true
11785
11815
  },
11786
11816
  "name": "color-light-mode-semantic-warning-foreground",
11787
11817
  "attributes": {
@@ -11801,10 +11831,12 @@
11801
11831
  },
11802
11832
  "background": {
11803
11833
  "value": "#fff7d6",
11834
+ "public": true,
11804
11835
  "filePath": "tokens/color/base/semantic.light.json",
11805
11836
  "isSource": true,
11806
11837
  "original": {
11807
- "value": "#FFF7D6"
11838
+ "value": "#FFF7D6",
11839
+ "public": true
11808
11840
  },
11809
11841
  "name": "color-light-mode-semantic-warning-background",
11810
11842
  "attributes": {
@@ -11826,10 +11858,12 @@
11826
11858
  "critical": {
11827
11859
  "foreground": {
11828
11860
  "value": "#ca3521",
11861
+ "public": true,
11829
11862
  "filePath": "tokens/color/base/semantic.light.json",
11830
11863
  "isSource": true,
11831
11864
  "original": {
11832
- "value": "#CA3521"
11865
+ "value": "#CA3521",
11866
+ "public": true
11833
11867
  },
11834
11868
  "name": "color-light-mode-semantic-critical-foreground",
11835
11869
  "attributes": {
@@ -11849,10 +11883,12 @@
11849
11883
  },
11850
11884
  "background": {
11851
11885
  "value": "#ffedeb",
11886
+ "public": true,
11852
11887
  "filePath": "tokens/color/base/semantic.light.json",
11853
11888
  "isSource": true,
11854
11889
  "original": {
11855
- "value": "#FFEDEB"
11890
+ "value": "#FFEDEB",
11891
+ "public": true
11856
11892
  },
11857
11893
  "name": "color-light-mode-semantic-critical-background",
11858
11894
  "attributes": {
@@ -11874,10 +11910,12 @@
11874
11910
  "discovery": {
11875
11911
  "foreground": {
11876
11912
  "value": "#8270db",
11913
+ "public": true,
11877
11914
  "filePath": "tokens/color/base/semantic.light.json",
11878
11915
  "isSource": true,
11879
11916
  "original": {
11880
- "value": "#8270DB"
11917
+ "value": "#8270DB",
11918
+ "public": true
11881
11919
  },
11882
11920
  "name": "color-light-mode-semantic-discovery-foreground",
11883
11921
  "attributes": {
@@ -11897,10 +11935,12 @@
11897
11935
  },
11898
11936
  "background": {
11899
11937
  "value": "#eae6ff",
11938
+ "public": true,
11900
11939
  "filePath": "tokens/color/base/semantic.light.json",
11901
11940
  "isSource": true,
11902
11941
  "original": {
11903
- "value": "#EAE6FF"
11942
+ "value": "#EAE6FF",
11943
+ "public": true
11904
11944
  },
11905
11945
  "name": "color-light-mode-semantic-discovery-background",
11906
11946
  "attributes": {
@@ -4733,10 +4733,12 @@
4733
4733
  "success": {
4734
4734
  "foreground": {
4735
4735
  "value": "#2abb7f",
4736
+ "public": true,
4736
4737
  "filePath": "tokens/color/base/semantic.dark.json",
4737
4738
  "isSource": true,
4738
4739
  "original": {
4739
- "value": "#2ABB7F"
4740
+ "value": "#2ABB7F",
4741
+ "public": true
4740
4742
  },
4741
4743
  "name": "color-dark-mode-semantic-success-foreground",
4742
4744
  "attributes": {
@@ -4756,10 +4758,12 @@
4756
4758
  },
4757
4759
  "background": {
4758
4760
  "value": "#133527",
4761
+ "public": true,
4759
4762
  "filePath": "tokens/color/base/semantic.dark.json",
4760
4763
  "isSource": true,
4761
4764
  "original": {
4762
- "value": "#133527"
4765
+ "value": "#133527",
4766
+ "public": true
4763
4767
  },
4764
4768
  "name": "color-dark-mode-semantic-success-background",
4765
4769
  "attributes": {
@@ -4781,10 +4785,12 @@
4781
4785
  "info": {
4782
4786
  "foreground": {
4783
4787
  "value": "#388bff",
4788
+ "public": true,
4784
4789
  "filePath": "tokens/color/base/semantic.dark.json",
4785
4790
  "isSource": true,
4786
4791
  "original": {
4787
- "value": "#388BFF"
4792
+ "value": "#388BFF",
4793
+ "public": true
4788
4794
  },
4789
4795
  "name": "color-dark-mode-semantic-info-foreground",
4790
4796
  "attributes": {
@@ -4804,10 +4810,12 @@
4804
4810
  },
4805
4811
  "background": {
4806
4812
  "value": "#082145",
4813
+ "public": true,
4807
4814
  "filePath": "tokens/color/base/semantic.dark.json",
4808
4815
  "isSource": true,
4809
4816
  "original": {
4810
- "value": "#082145"
4817
+ "value": "#082145",
4818
+ "public": true
4811
4819
  },
4812
4820
  "name": "color-dark-mode-semantic-info-background",
4813
4821
  "attributes": {
@@ -4829,10 +4837,12 @@
4829
4837
  "warning": {
4830
4838
  "foreground": {
4831
4839
  "value": "#cf9f02",
4840
+ "public": true,
4832
4841
  "filePath": "tokens/color/base/semantic.dark.json",
4833
4842
  "isSource": true,
4834
4843
  "original": {
4835
- "value": "#CF9F02"
4844
+ "value": "#CF9F02",
4845
+ "public": true
4836
4846
  },
4837
4847
  "name": "color-dark-mode-semantic-warning-foreground",
4838
4848
  "attributes": {
@@ -4852,10 +4862,12 @@
4852
4862
  },
4853
4863
  "background": {
4854
4864
  "value": "#3d2e00",
4865
+ "public": true,
4855
4866
  "filePath": "tokens/color/base/semantic.dark.json",
4856
4867
  "isSource": true,
4857
4868
  "original": {
4858
- "value": "#3D2E00"
4869
+ "value": "#3D2E00",
4870
+ "public": true
4859
4871
  },
4860
4872
  "name": "color-dark-mode-semantic-warning-background",
4861
4873
  "attributes": {
@@ -4877,10 +4889,12 @@
4877
4889
  "critical": {
4878
4890
  "foreground": {
4879
4891
  "value": "#ca3521",
4892
+ "public": true,
4880
4893
  "filePath": "tokens/color/base/semantic.dark.json",
4881
4894
  "isSource": true,
4882
4895
  "original": {
4883
- "value": "#CA3521"
4896
+ "value": "#CA3521",
4897
+ "public": true
4884
4898
  },
4885
4899
  "name": "color-dark-mode-semantic-critical-foreground",
4886
4900
  "attributes": {
@@ -4900,10 +4914,12 @@
4900
4914
  },
4901
4915
  "background": {
4902
4916
  "value": "#391813",
4917
+ "public": true,
4903
4918
  "filePath": "tokens/color/base/semantic.dark.json",
4904
4919
  "isSource": true,
4905
4920
  "original": {
4906
- "value": "#391813"
4921
+ "value": "#391813",
4922
+ "public": true
4907
4923
  },
4908
4924
  "name": "color-dark-mode-semantic-critical-background",
4909
4925
  "attributes": {
@@ -4925,10 +4941,12 @@
4925
4941
  "discovery": {
4926
4942
  "foreground": {
4927
4943
  "value": "#8f7ee7",
4944
+ "public": true,
4928
4945
  "filePath": "tokens/color/base/semantic.dark.json",
4929
4946
  "isSource": true,
4930
4947
  "original": {
4931
- "value": "#8F7EE7"
4948
+ "value": "#8F7EE7",
4949
+ "public": true
4932
4950
  },
4933
4951
  "name": "color-dark-mode-semantic-discovery-foreground",
4934
4952
  "attributes": {
@@ -4948,10 +4966,12 @@
4948
4966
  },
4949
4967
  "background": {
4950
4968
  "value": "#231c3f",
4969
+ "public": true,
4951
4970
  "filePath": "tokens/color/base/semantic.dark.json",
4952
4971
  "isSource": true,
4953
4972
  "original": {
4954
- "value": "#231C3F"
4973
+ "value": "#231C3F",
4974
+ "public": true
4955
4975
  },
4956
4976
  "name": "color-dark-mode-semantic-discovery-background",
4957
4977
  "attributes": {
@@ -4765,10 +4765,12 @@
4765
4765
  "success": {
4766
4766
  "foreground": {
4767
4767
  "value": "#218c5f",
4768
+ "public": true,
4768
4769
  "filePath": "tokens/color/base/semantic.light.json",
4769
4770
  "isSource": true,
4770
4771
  "original": {
4771
- "value": "#218C5F"
4772
+ "value": "#218C5F",
4773
+ "public": true
4772
4774
  },
4773
4775
  "name": "color-light-mode-semantic-success-foreground",
4774
4776
  "attributes": {
@@ -4788,10 +4790,12 @@
4788
4790
  },
4789
4791
  "background": {
4790
4792
  "value": "#e3fcef",
4793
+ "public": true,
4791
4794
  "filePath": "tokens/color/base/semantic.light.json",
4792
4795
  "isSource": true,
4793
4796
  "original": {
4794
- "value": "#E3FCEF"
4797
+ "value": "#E3FCEF",
4798
+ "public": true
4795
4799
  },
4796
4800
  "name": "color-light-mode-semantic-success-background",
4797
4801
  "attributes": {
@@ -4813,10 +4817,12 @@
4813
4817
  "info": {
4814
4818
  "foreground": {
4815
4819
  "value": "#1d7afc",
4820
+ "public": true,
4816
4821
  "filePath": "tokens/color/base/semantic.light.json",
4817
4822
  "isSource": true,
4818
4823
  "original": {
4819
- "value": "#1D7AFC"
4824
+ "value": "#1D7AFC",
4825
+ "public": true
4820
4826
  },
4821
4827
  "name": "color-light-mode-semantic-info-foreground",
4822
4828
  "attributes": {
@@ -4836,10 +4842,12 @@
4836
4842
  },
4837
4843
  "background": {
4838
4844
  "value": "#e9f2ff",
4845
+ "public": true,
4839
4846
  "filePath": "tokens/color/base/semantic.light.json",
4840
4847
  "isSource": true,
4841
4848
  "original": {
4842
- "value": "#E9F2FF"
4849
+ "value": "#E9F2FF",
4850
+ "public": true
4843
4851
  },
4844
4852
  "name": "color-light-mode-semantic-info-background",
4845
4853
  "attributes": {
@@ -4861,10 +4869,12 @@
4861
4869
  "warning": {
4862
4870
  "foreground": {
4863
4871
  "value": "#d97008",
4872
+ "public": true,
4864
4873
  "filePath": "tokens/color/base/semantic.light.json",
4865
4874
  "isSource": true,
4866
4875
  "original": {
4867
- "value": "#D97008"
4876
+ "value": "#D97008",
4877
+ "public": true
4868
4878
  },
4869
4879
  "name": "color-light-mode-semantic-warning-foreground",
4870
4880
  "attributes": {
@@ -4884,10 +4894,12 @@
4884
4894
  },
4885
4895
  "background": {
4886
4896
  "value": "#fff7d6",
4897
+ "public": true,
4887
4898
  "filePath": "tokens/color/base/semantic.light.json",
4888
4899
  "isSource": true,
4889
4900
  "original": {
4890
- "value": "#FFF7D6"
4901
+ "value": "#FFF7D6",
4902
+ "public": true
4891
4903
  },
4892
4904
  "name": "color-light-mode-semantic-warning-background",
4893
4905
  "attributes": {
@@ -4909,10 +4921,12 @@
4909
4921
  "critical": {
4910
4922
  "foreground": {
4911
4923
  "value": "#ca3521",
4924
+ "public": true,
4912
4925
  "filePath": "tokens/color/base/semantic.light.json",
4913
4926
  "isSource": true,
4914
4927
  "original": {
4915
- "value": "#CA3521"
4928
+ "value": "#CA3521",
4929
+ "public": true
4916
4930
  },
4917
4931
  "name": "color-light-mode-semantic-critical-foreground",
4918
4932
  "attributes": {
@@ -4932,10 +4946,12 @@
4932
4946
  },
4933
4947
  "background": {
4934
4948
  "value": "#ffedeb",
4949
+ "public": true,
4935
4950
  "filePath": "tokens/color/base/semantic.light.json",
4936
4951
  "isSource": true,
4937
4952
  "original": {
4938
- "value": "#FFEDEB"
4953
+ "value": "#FFEDEB",
4954
+ "public": true
4939
4955
  },
4940
4956
  "name": "color-light-mode-semantic-critical-background",
4941
4957
  "attributes": {
@@ -4957,10 +4973,12 @@
4957
4973
  "discovery": {
4958
4974
  "foreground": {
4959
4975
  "value": "#8270db",
4976
+ "public": true,
4960
4977
  "filePath": "tokens/color/base/semantic.light.json",
4961
4978
  "isSource": true,
4962
4979
  "original": {
4963
- "value": "#8270DB"
4980
+ "value": "#8270DB",
4981
+ "public": true
4964
4982
  },
4965
4983
  "name": "color-light-mode-semantic-discovery-foreground",
4966
4984
  "attributes": {
@@ -4980,10 +4998,12 @@
4980
4998
  },
4981
4999
  "background": {
4982
5000
  "value": "#eae6ff",
5001
+ "public": true,
4983
5002
  "filePath": "tokens/color/base/semantic.light.json",
4984
5003
  "isSource": true,
4985
5004
  "original": {
4986
- "value": "#EAE6FF"
5005
+ "value": "#EAE6FF",
5006
+ "public": true
4987
5007
  },
4988
5008
  "name": "color-light-mode-semantic-discovery-background",
4989
5009
  "attributes": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pantheon-systems/pds-design-tokens",
3
- "version": "1.0.0-dev.59",
3
+ "version": "1.0.0-dev.60",
4
4
  "description": "Design Tokens for the Pantheon Design System",
5
5
  "homepage": "https://pantheon.io",
6
6
  "keywords": [