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

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.
@@ -1,6 +1,249 @@
1
1
  {
2
2
  "color": {
3
3
  "dark-mode": {
4
+ "banner": {
5
+ "info": {
6
+ "background": {
7
+ "value": "#9fadbc",
8
+ "public": true,
9
+ "isReferenceToInternal": true,
10
+ "filePath": "tokens/color/alias/banner.dark.json",
11
+ "isSource": true,
12
+ "original": {
13
+ "value": "{color.dark-mode.utility.announcement.value}",
14
+ "public": true,
15
+ "isReferenceToInternal": true
16
+ },
17
+ "name": "color-dark-mode-banner-info-background",
18
+ "attributes": {
19
+ "category": "color",
20
+ "type": "dark-mode",
21
+ "item": "banner",
22
+ "subitem": "info",
23
+ "state": "background"
24
+ },
25
+ "path": [
26
+ "color",
27
+ "dark-mode",
28
+ "banner",
29
+ "info",
30
+ "background"
31
+ ]
32
+ },
33
+ "foreground": {
34
+ "value": "#121219",
35
+ "public": true,
36
+ "isReferenceToInternal": true,
37
+ "filePath": "tokens/color/alias/banner.dark.json",
38
+ "isSource": true,
39
+ "original": {
40
+ "value": "{color.dark-mode.neutral.700.value}",
41
+ "public": true,
42
+ "isReferenceToInternal": true
43
+ },
44
+ "name": "color-dark-mode-banner-info-foreground",
45
+ "attributes": {
46
+ "category": "color",
47
+ "type": "dark-mode",
48
+ "item": "banner",
49
+ "subitem": "info",
50
+ "state": "foreground"
51
+ },
52
+ "path": [
53
+ "color",
54
+ "dark-mode",
55
+ "banner",
56
+ "info",
57
+ "foreground"
58
+ ]
59
+ }
60
+ },
61
+ "warning": {
62
+ "background": {
63
+ "value": "#e2b203",
64
+ "public": true,
65
+ "isReferenceToInternal": true,
66
+ "filePath": "tokens/color/alias/banner.dark.json",
67
+ "isSource": true,
68
+ "original": {
69
+ "value": "{color.dark-mode.utility.warning.value}",
70
+ "public": true,
71
+ "isReferenceToInternal": true
72
+ },
73
+ "name": "color-dark-mode-banner-warning-background",
74
+ "attributes": {
75
+ "category": "color",
76
+ "type": "dark-mode",
77
+ "item": "banner",
78
+ "subitem": "warning",
79
+ "state": "background"
80
+ },
81
+ "path": [
82
+ "color",
83
+ "dark-mode",
84
+ "banner",
85
+ "warning",
86
+ "background"
87
+ ]
88
+ },
89
+ "foreground": {
90
+ "value": "#121219",
91
+ "public": true,
92
+ "isReferenceToInternal": true,
93
+ "filePath": "tokens/color/alias/banner.dark.json",
94
+ "isSource": true,
95
+ "original": {
96
+ "value": "{color.dark-mode.neutral.700.value}",
97
+ "public": true,
98
+ "isReferenceToInternal": true
99
+ },
100
+ "name": "color-dark-mode-banner-warning-foreground",
101
+ "attributes": {
102
+ "category": "color",
103
+ "type": "dark-mode",
104
+ "item": "banner",
105
+ "subitem": "warning",
106
+ "state": "foreground"
107
+ },
108
+ "path": [
109
+ "color",
110
+ "dark-mode",
111
+ "banner",
112
+ "warning",
113
+ "foreground"
114
+ ]
115
+ }
116
+ },
117
+ "danger": {
118
+ "background": {
119
+ "value": "#f87462",
120
+ "public": true,
121
+ "isReferenceToInternal": true,
122
+ "filePath": "tokens/color/alias/banner.dark.json",
123
+ "isSource": true,
124
+ "original": {
125
+ "value": "{color.dark-mode.utility.critical.value}",
126
+ "public": true,
127
+ "isReferenceToInternal": true
128
+ },
129
+ "name": "color-dark-mode-banner-danger-background",
130
+ "attributes": {
131
+ "category": "color",
132
+ "type": "dark-mode",
133
+ "item": "banner",
134
+ "subitem": "danger",
135
+ "state": "background"
136
+ },
137
+ "path": [
138
+ "color",
139
+ "dark-mode",
140
+ "banner",
141
+ "danger",
142
+ "background"
143
+ ]
144
+ },
145
+ "foreground": {
146
+ "value": "#121219",
147
+ "public": true,
148
+ "isReferenceToInternal": true,
149
+ "filePath": "tokens/color/alias/banner.dark.json",
150
+ "isSource": true,
151
+ "original": {
152
+ "value": "{color.dark-mode.neutral.700.value}",
153
+ "public": true,
154
+ "isReferenceToInternal": true
155
+ },
156
+ "name": "color-dark-mode-banner-danger-foreground",
157
+ "attributes": {
158
+ "category": "color",
159
+ "type": "dark-mode",
160
+ "item": "banner",
161
+ "subitem": "danger",
162
+ "state": "foreground"
163
+ },
164
+ "path": [
165
+ "color",
166
+ "dark-mode",
167
+ "banner",
168
+ "danger",
169
+ "foreground"
170
+ ]
171
+ }
172
+ }
173
+ },
174
+ "breadcrumb": {
175
+ "text": {
176
+ "value": "#a6a3b4",
177
+ "public": true,
178
+ "filePath": "tokens/color/alias/breadcrumb.dark.json",
179
+ "isSource": true,
180
+ "original": {
181
+ "value": "{color.dark-mode.text.default-secondary.value}",
182
+ "public": true
183
+ },
184
+ "name": "color-dark-mode-breadcrumb-text",
185
+ "attributes": {
186
+ "category": "color",
187
+ "type": "dark-mode",
188
+ "item": "breadcrumb",
189
+ "subitem": "text"
190
+ },
191
+ "path": [
192
+ "color",
193
+ "dark-mode",
194
+ "breadcrumb",
195
+ "text"
196
+ ]
197
+ },
198
+ "link": {
199
+ "value": "#36a3ff",
200
+ "public": true,
201
+ "filePath": "tokens/color/alias/breadcrumb.dark.json",
202
+ "isSource": true,
203
+ "original": {
204
+ "value": "{color.dark-mode.link.default.value}",
205
+ "public": true
206
+ },
207
+ "name": "color-dark-mode-breadcrumb-link",
208
+ "attributes": {
209
+ "category": "color",
210
+ "type": "dark-mode",
211
+ "item": "breadcrumb",
212
+ "subitem": "link"
213
+ },
214
+ "path": [
215
+ "color",
216
+ "dark-mode",
217
+ "breadcrumb",
218
+ "link"
219
+ ]
220
+ },
221
+ "separator": {
222
+ "value": "#858299",
223
+ "public": true,
224
+ "isReferenceToInternal": true,
225
+ "filePath": "tokens/color/alias/breadcrumb.dark.json",
226
+ "isSource": true,
227
+ "original": {
228
+ "value": "{color.dark-mode.neutral.300.value}",
229
+ "public": true,
230
+ "isReferenceToInternal": true
231
+ },
232
+ "name": "color-dark-mode-breadcrumb-separator",
233
+ "attributes": {
234
+ "category": "color",
235
+ "type": "dark-mode",
236
+ "item": "breadcrumb",
237
+ "subitem": "separator"
238
+ },
239
+ "path": [
240
+ "color",
241
+ "dark-mode",
242
+ "breadcrumb",
243
+ "separator"
244
+ ]
245
+ }
246
+ },
4
247
  "button": {
5
248
  "primary": {
6
249
  "background": {
@@ -2726,6 +2969,91 @@
2726
2969
  ]
2727
2970
  }
2728
2971
  },
2972
+ "table": {
2973
+ "sort-arrow": {
2974
+ "inactive": {
2975
+ "value": "#a6a3b4",
2976
+ "public": true,
2977
+ "isReferenceToInternal": true,
2978
+ "filePath": "tokens/color/alias/table.dark.json",
2979
+ "isSource": true,
2980
+ "original": {
2981
+ "value": "{color.dark-mode.neutral.200.value}",
2982
+ "public": true,
2983
+ "isReferenceToInternal": true
2984
+ },
2985
+ "name": "color-dark-mode-table-sort-arrow-inactive",
2986
+ "attributes": {
2987
+ "category": "color",
2988
+ "type": "dark-mode",
2989
+ "item": "table",
2990
+ "subitem": "sort-arrow",
2991
+ "state": "inactive"
2992
+ },
2993
+ "path": [
2994
+ "color",
2995
+ "dark-mode",
2996
+ "table",
2997
+ "sort-arrow",
2998
+ "inactive"
2999
+ ]
3000
+ },
3001
+ "active": {
3002
+ "value": "#6f54e8",
3003
+ "public": true,
3004
+ "isReferenceToInternal": true,
3005
+ "filePath": "tokens/color/alias/table.dark.json",
3006
+ "isSource": true,
3007
+ "original": {
3008
+ "value": "{color.dark-mode.interactive.visited}",
3009
+ "public": true,
3010
+ "isReferenceToInternal": true
3011
+ },
3012
+ "name": "color-dark-mode-table-sort-arrow-active",
3013
+ "attributes": {
3014
+ "category": "color",
3015
+ "type": "dark-mode",
3016
+ "item": "table",
3017
+ "subitem": "sort-arrow",
3018
+ "state": "active"
3019
+ },
3020
+ "path": [
3021
+ "color",
3022
+ "dark-mode",
3023
+ "table",
3024
+ "sort-arrow",
3025
+ "active"
3026
+ ]
3027
+ }
3028
+ }
3029
+ },
3030
+ "tabs": {
3031
+ "accent": {
3032
+ "value": "#ad9bff",
3033
+ "public": true,
3034
+ "isReferenceToInternal": true,
3035
+ "filePath": "tokens/color/alias/tabs.dark.json",
3036
+ "isSource": true,
3037
+ "original": {
3038
+ "value": "{color.dark-mode.brand.secondary.300.value}",
3039
+ "public": true,
3040
+ "isReferenceToInternal": true
3041
+ },
3042
+ "name": "color-dark-mode-tabs-accent",
3043
+ "attributes": {
3044
+ "category": "color",
3045
+ "type": "dark-mode",
3046
+ "item": "tabs",
3047
+ "subitem": "accent"
3048
+ },
3049
+ "path": [
3050
+ "color",
3051
+ "dark-mode",
3052
+ "tabs",
3053
+ "accent"
3054
+ ]
3055
+ }
3056
+ },
2729
3057
  "tag": {
2730
3058
  "1": {
2731
3059
  "background": {
@@ -4646,12 +4974,10 @@
4646
4974
  "utility": {
4647
4975
  "announcement": {
4648
4976
  "value": "#9fadbc",
4649
- "public": true,
4650
4977
  "filePath": "tokens/color/base/utility.dark.json",
4651
4978
  "isSource": true,
4652
4979
  "original": {
4653
- "value": "#9FADBC",
4654
- "public": true
4980
+ "value": "#9FADBC"
4655
4981
  },
4656
4982
  "name": "color-dark-mode-utility-announcement",
4657
4983
  "attributes": {
@@ -4669,12 +4995,10 @@
4669
4995
  },
4670
4996
  "warning": {
4671
4997
  "value": "#e2b203",
4672
- "public": true,
4673
4998
  "filePath": "tokens/color/base/utility.dark.json",
4674
4999
  "isSource": true,
4675
5000
  "original": {
4676
- "value": "#E2B203",
4677
- "public": true
5001
+ "value": "#E2B203"
4678
5002
  },
4679
5003
  "name": "color-dark-mode-utility-warning",
4680
5004
  "attributes": {
@@ -4692,12 +5016,10 @@
4692
5016
  },
4693
5017
  "critical": {
4694
5018
  "value": "#f87462",
4695
- "public": true,
4696
5019
  "filePath": "tokens/color/base/utility.dark.json",
4697
5020
  "isSource": true,
4698
5021
  "original": {
4699
- "value": "#F87462",
4700
- "public": true
5022
+ "value": "#F87462"
4701
5023
  },
4702
5024
  "name": "color-dark-mode-utility-critical",
4703
5025
  "attributes": {