@pantheon-systems/pds-design-tokens 1.0.0-dev.111 → 1.0.0-dev.113
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 +25 -13
- package/build/css/pds-design-tokens-light-mode.css +23 -11
- package/build/figma/pds-design-tokens-figma.json +1237 -549
- package/build/json/pds-design-tokens-dark-mode.json +567 -226
- package/build/json/pds-design-tokens-light-mode.json +562 -215
- package/package.json +1 -1
|
@@ -2,231 +2,462 @@
|
|
|
2
2
|
"color": {
|
|
3
3
|
"light-mode": {
|
|
4
4
|
"badge": {
|
|
5
|
-
"border": {
|
|
6
|
-
"value": "rgba(0, 0, 0, 0.11)",
|
|
7
|
-
"public": true,
|
|
8
|
-
"filePath": "tokens/color/alias/badge.light.json",
|
|
9
|
-
"isSource": true,
|
|
10
|
-
"original": {
|
|
11
|
-
"value": "{color.light-mode.border.default.value}",
|
|
12
|
-
"public": true
|
|
13
|
-
},
|
|
14
|
-
"name": "color-light-mode-badge-border",
|
|
15
|
-
"attributes": {
|
|
16
|
-
"category": "color",
|
|
17
|
-
"type": "light-mode",
|
|
18
|
-
"item": "badge",
|
|
19
|
-
"subitem": "border"
|
|
20
|
-
},
|
|
21
|
-
"path": [
|
|
22
|
-
"color",
|
|
23
|
-
"light-mode",
|
|
24
|
-
"badge",
|
|
25
|
-
"border"
|
|
26
|
-
]
|
|
27
|
-
},
|
|
28
|
-
"label": {
|
|
29
|
-
"value": "#6d6d78",
|
|
30
|
-
"public": true,
|
|
31
|
-
"filePath": "tokens/color/alias/badge.light.json",
|
|
32
|
-
"isSource": true,
|
|
33
|
-
"original": {
|
|
34
|
-
"value": "{color.light-mode.text.default-secondary.value}",
|
|
35
|
-
"public": true
|
|
36
|
-
},
|
|
37
|
-
"name": "color-light-mode-badge-label",
|
|
38
|
-
"attributes": {
|
|
39
|
-
"category": "color",
|
|
40
|
-
"type": "light-mode",
|
|
41
|
-
"item": "badge",
|
|
42
|
-
"subitem": "label"
|
|
43
|
-
},
|
|
44
|
-
"path": [
|
|
45
|
-
"color",
|
|
46
|
-
"light-mode",
|
|
47
|
-
"badge",
|
|
48
|
-
"label"
|
|
49
|
-
]
|
|
50
|
-
},
|
|
51
5
|
"status": {
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
|
|
55
|
-
"isReferenceToInternal": true,
|
|
56
|
-
"filePath": "tokens/color/alias/badge.light.json",
|
|
57
|
-
"isSource": true,
|
|
58
|
-
"original": {
|
|
59
|
-
"value": "{color.light-mode.neutral.300.value}",
|
|
6
|
+
"transparent": {
|
|
7
|
+
"background": {
|
|
8
|
+
"value": "rgba(0, 0, 0, 0)",
|
|
60
9
|
"public": true,
|
|
61
|
-
"
|
|
10
|
+
"filePath": "tokens/color/alias/badge.light.json",
|
|
11
|
+
"isSource": true,
|
|
12
|
+
"original": {
|
|
13
|
+
"value": "transparent",
|
|
14
|
+
"public": true
|
|
15
|
+
},
|
|
16
|
+
"name": "color-light-mode-badge-status-transparent-background",
|
|
17
|
+
"attributes": {
|
|
18
|
+
"category": "color",
|
|
19
|
+
"type": "light-mode",
|
|
20
|
+
"item": "badge",
|
|
21
|
+
"subitem": "status",
|
|
22
|
+
"state": "transparent"
|
|
23
|
+
},
|
|
24
|
+
"path": [
|
|
25
|
+
"color",
|
|
26
|
+
"light-mode",
|
|
27
|
+
"badge",
|
|
28
|
+
"status",
|
|
29
|
+
"transparent",
|
|
30
|
+
"background"
|
|
31
|
+
]
|
|
62
32
|
},
|
|
63
|
-
"
|
|
64
|
-
|
|
65
|
-
"
|
|
66
|
-
"
|
|
67
|
-
"
|
|
68
|
-
"
|
|
69
|
-
|
|
33
|
+
"border": {
|
|
34
|
+
"value": "rgba(0, 0, 0, 0.11)",
|
|
35
|
+
"public": true,
|
|
36
|
+
"filePath": "tokens/color/alias/badge.light.json",
|
|
37
|
+
"isSource": true,
|
|
38
|
+
"original": {
|
|
39
|
+
"value": "{color.light-mode.border.default.value}",
|
|
40
|
+
"public": true
|
|
41
|
+
},
|
|
42
|
+
"name": "color-light-mode-badge-status-transparent-border",
|
|
43
|
+
"attributes": {
|
|
44
|
+
"category": "color",
|
|
45
|
+
"type": "light-mode",
|
|
46
|
+
"item": "badge",
|
|
47
|
+
"subitem": "status",
|
|
48
|
+
"state": "transparent"
|
|
49
|
+
},
|
|
50
|
+
"path": [
|
|
51
|
+
"color",
|
|
52
|
+
"light-mode",
|
|
53
|
+
"badge",
|
|
54
|
+
"status",
|
|
55
|
+
"transparent",
|
|
56
|
+
"border"
|
|
57
|
+
]
|
|
70
58
|
},
|
|
71
|
-
"
|
|
72
|
-
"
|
|
73
|
-
"
|
|
74
|
-
"badge",
|
|
75
|
-
"
|
|
76
|
-
"
|
|
77
|
-
|
|
59
|
+
"label": {
|
|
60
|
+
"value": "#6d6d78",
|
|
61
|
+
"public": true,
|
|
62
|
+
"filePath": "tokens/color/alias/badge.light.json",
|
|
63
|
+
"isSource": true,
|
|
64
|
+
"original": {
|
|
65
|
+
"value": "{color.light-mode.text.default-secondary.value}",
|
|
66
|
+
"public": true
|
|
67
|
+
},
|
|
68
|
+
"name": "color-light-mode-badge-status-transparent-label",
|
|
69
|
+
"attributes": {
|
|
70
|
+
"category": "color",
|
|
71
|
+
"type": "light-mode",
|
|
72
|
+
"item": "badge",
|
|
73
|
+
"subitem": "status",
|
|
74
|
+
"state": "transparent"
|
|
75
|
+
},
|
|
76
|
+
"path": [
|
|
77
|
+
"color",
|
|
78
|
+
"light-mode",
|
|
79
|
+
"badge",
|
|
80
|
+
"status",
|
|
81
|
+
"transparent",
|
|
82
|
+
"label"
|
|
83
|
+
]
|
|
84
|
+
}
|
|
78
85
|
},
|
|
79
|
-
"
|
|
80
|
-
"
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
"
|
|
86
|
-
|
|
86
|
+
"neutral": {
|
|
87
|
+
"background": {
|
|
88
|
+
"value": "#ffffff",
|
|
89
|
+
"public": true,
|
|
90
|
+
"filePath": "tokens/color/alias/badge.light.json",
|
|
91
|
+
"isSource": true,
|
|
92
|
+
"original": {
|
|
93
|
+
"value": "{color.light-mode.background.default.value}",
|
|
94
|
+
"public": true
|
|
95
|
+
},
|
|
96
|
+
"name": "color-light-mode-badge-status-neutral-background",
|
|
97
|
+
"attributes": {
|
|
98
|
+
"category": "color",
|
|
99
|
+
"type": "light-mode",
|
|
100
|
+
"item": "badge",
|
|
101
|
+
"subitem": "status",
|
|
102
|
+
"state": "neutral"
|
|
103
|
+
},
|
|
104
|
+
"path": [
|
|
105
|
+
"color",
|
|
106
|
+
"light-mode",
|
|
107
|
+
"badge",
|
|
108
|
+
"status",
|
|
109
|
+
"neutral",
|
|
110
|
+
"background"
|
|
111
|
+
]
|
|
87
112
|
},
|
|
88
|
-
"
|
|
89
|
-
|
|
90
|
-
"
|
|
91
|
-
"
|
|
92
|
-
"
|
|
93
|
-
"
|
|
94
|
-
|
|
113
|
+
"border": {
|
|
114
|
+
"value": "rgba(0, 0, 0, 0.11)",
|
|
115
|
+
"public": true,
|
|
116
|
+
"filePath": "tokens/color/alias/badge.light.json",
|
|
117
|
+
"isSource": true,
|
|
118
|
+
"original": {
|
|
119
|
+
"value": "{color.light-mode.border.default.value}",
|
|
120
|
+
"public": true
|
|
121
|
+
},
|
|
122
|
+
"name": "color-light-mode-badge-status-neutral-border",
|
|
123
|
+
"attributes": {
|
|
124
|
+
"category": "color",
|
|
125
|
+
"type": "light-mode",
|
|
126
|
+
"item": "badge",
|
|
127
|
+
"subitem": "status",
|
|
128
|
+
"state": "neutral"
|
|
129
|
+
},
|
|
130
|
+
"path": [
|
|
131
|
+
"color",
|
|
132
|
+
"light-mode",
|
|
133
|
+
"badge",
|
|
134
|
+
"status",
|
|
135
|
+
"neutral",
|
|
136
|
+
"border"
|
|
137
|
+
]
|
|
95
138
|
},
|
|
96
|
-
"
|
|
97
|
-
"
|
|
98
|
-
"
|
|
99
|
-
"badge",
|
|
100
|
-
"
|
|
101
|
-
"
|
|
102
|
-
|
|
139
|
+
"label": {
|
|
140
|
+
"value": "#6d6d78",
|
|
141
|
+
"public": true,
|
|
142
|
+
"filePath": "tokens/color/alias/badge.light.json",
|
|
143
|
+
"isSource": true,
|
|
144
|
+
"original": {
|
|
145
|
+
"value": "{color.light-mode.text.default-secondary.value}",
|
|
146
|
+
"public": true
|
|
147
|
+
},
|
|
148
|
+
"name": "color-light-mode-badge-status-neutral-label",
|
|
149
|
+
"attributes": {
|
|
150
|
+
"category": "color",
|
|
151
|
+
"type": "light-mode",
|
|
152
|
+
"item": "badge",
|
|
153
|
+
"subitem": "status",
|
|
154
|
+
"state": "neutral"
|
|
155
|
+
},
|
|
156
|
+
"path": [
|
|
157
|
+
"color",
|
|
158
|
+
"light-mode",
|
|
159
|
+
"badge",
|
|
160
|
+
"status",
|
|
161
|
+
"neutral",
|
|
162
|
+
"label"
|
|
163
|
+
]
|
|
164
|
+
}
|
|
103
165
|
},
|
|
104
|
-
"
|
|
105
|
-
"
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
"
|
|
111
|
-
|
|
166
|
+
"reverse": {
|
|
167
|
+
"background": {
|
|
168
|
+
"value": "#23232d",
|
|
169
|
+
"public": true,
|
|
170
|
+
"filePath": "tokens/color/alias/badge.light.json",
|
|
171
|
+
"isSource": true,
|
|
172
|
+
"original": {
|
|
173
|
+
"value": "{color.light-mode.background.reverse.value}",
|
|
174
|
+
"public": true
|
|
175
|
+
},
|
|
176
|
+
"name": "color-light-mode-badge-status-reverse-background",
|
|
177
|
+
"attributes": {
|
|
178
|
+
"category": "color",
|
|
179
|
+
"type": "light-mode",
|
|
180
|
+
"item": "badge",
|
|
181
|
+
"subitem": "status",
|
|
182
|
+
"state": "reverse"
|
|
183
|
+
},
|
|
184
|
+
"path": [
|
|
185
|
+
"color",
|
|
186
|
+
"light-mode",
|
|
187
|
+
"badge",
|
|
188
|
+
"status",
|
|
189
|
+
"reverse",
|
|
190
|
+
"background"
|
|
191
|
+
]
|
|
112
192
|
},
|
|
113
|
-
"
|
|
114
|
-
|
|
115
|
-
"
|
|
116
|
-
"
|
|
117
|
-
"
|
|
118
|
-
"
|
|
119
|
-
|
|
193
|
+
"border": {
|
|
194
|
+
"value": "#23232d",
|
|
195
|
+
"public": true,
|
|
196
|
+
"filePath": "tokens/color/alias/badge.light.json",
|
|
197
|
+
"isSource": true,
|
|
198
|
+
"original": {
|
|
199
|
+
"value": "{color.light-mode.background.reverse.value}",
|
|
200
|
+
"public": true
|
|
201
|
+
},
|
|
202
|
+
"name": "color-light-mode-badge-status-reverse-border",
|
|
203
|
+
"attributes": {
|
|
204
|
+
"category": "color",
|
|
205
|
+
"type": "light-mode",
|
|
206
|
+
"item": "badge",
|
|
207
|
+
"subitem": "status",
|
|
208
|
+
"state": "reverse"
|
|
209
|
+
},
|
|
210
|
+
"path": [
|
|
211
|
+
"color",
|
|
212
|
+
"light-mode",
|
|
213
|
+
"badge",
|
|
214
|
+
"status",
|
|
215
|
+
"reverse",
|
|
216
|
+
"border"
|
|
217
|
+
]
|
|
120
218
|
},
|
|
121
|
-
"
|
|
122
|
-
"
|
|
123
|
-
"
|
|
124
|
-
"badge",
|
|
125
|
-
"
|
|
126
|
-
"
|
|
127
|
-
|
|
219
|
+
"label": {
|
|
220
|
+
"value": "#ffffff",
|
|
221
|
+
"public": true,
|
|
222
|
+
"filePath": "tokens/color/alias/badge.light.json",
|
|
223
|
+
"isSource": true,
|
|
224
|
+
"original": {
|
|
225
|
+
"value": "{color.light-mode.text.reverse.value}",
|
|
226
|
+
"public": true
|
|
227
|
+
},
|
|
228
|
+
"name": "color-light-mode-badge-status-reverse-label",
|
|
229
|
+
"attributes": {
|
|
230
|
+
"category": "color",
|
|
231
|
+
"type": "light-mode",
|
|
232
|
+
"item": "badge",
|
|
233
|
+
"subitem": "status",
|
|
234
|
+
"state": "reverse"
|
|
235
|
+
},
|
|
236
|
+
"path": [
|
|
237
|
+
"color",
|
|
238
|
+
"light-mode",
|
|
239
|
+
"badge",
|
|
240
|
+
"status",
|
|
241
|
+
"reverse",
|
|
242
|
+
"label"
|
|
243
|
+
]
|
|
244
|
+
}
|
|
128
245
|
},
|
|
129
|
-
"
|
|
130
|
-
"
|
|
131
|
-
|
|
132
|
-
"isReferenceToInternal": true,
|
|
133
|
-
"filePath": "tokens/color/alias/badge.light.json",
|
|
134
|
-
"isSource": true,
|
|
135
|
-
"original": {
|
|
136
|
-
"value": "{color.light-mode.brand.secondary.200.value}",
|
|
246
|
+
"dot": {
|
|
247
|
+
"default": {
|
|
248
|
+
"value": "#cfcfd3",
|
|
137
249
|
"public": true,
|
|
138
|
-
"isReferenceToInternal": true
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
"
|
|
250
|
+
"isReferenceToInternal": true,
|
|
251
|
+
"filePath": "tokens/color/alias/badge.light.json",
|
|
252
|
+
"isSource": true,
|
|
253
|
+
"original": {
|
|
254
|
+
"value": "{color.light-mode.neutral.300.value}",
|
|
255
|
+
"public": true,
|
|
256
|
+
"isReferenceToInternal": true
|
|
257
|
+
},
|
|
258
|
+
"name": "color-light-mode-badge-status-dot-default",
|
|
259
|
+
"attributes": {
|
|
260
|
+
"category": "color",
|
|
261
|
+
"type": "light-mode",
|
|
262
|
+
"item": "badge",
|
|
263
|
+
"subitem": "status",
|
|
264
|
+
"state": "dot"
|
|
265
|
+
},
|
|
266
|
+
"path": [
|
|
267
|
+
"color",
|
|
268
|
+
"light-mode",
|
|
269
|
+
"badge",
|
|
270
|
+
"status",
|
|
271
|
+
"dot",
|
|
272
|
+
"default"
|
|
273
|
+
]
|
|
147
274
|
},
|
|
148
|
-
"
|
|
149
|
-
"
|
|
150
|
-
"
|
|
151
|
-
"badge",
|
|
152
|
-
"
|
|
153
|
-
"
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
275
|
+
"success": {
|
|
276
|
+
"value": "#218c5f",
|
|
277
|
+
"public": true,
|
|
278
|
+
"filePath": "tokens/color/alias/badge.light.json",
|
|
279
|
+
"isSource": true,
|
|
280
|
+
"original": {
|
|
281
|
+
"value": "{color.light-mode.semantic.success.foreground.value}",
|
|
282
|
+
"public": true
|
|
283
|
+
},
|
|
284
|
+
"name": "color-light-mode-badge-status-dot-success",
|
|
285
|
+
"attributes": {
|
|
286
|
+
"category": "color",
|
|
287
|
+
"type": "light-mode",
|
|
288
|
+
"item": "badge",
|
|
289
|
+
"subitem": "status",
|
|
290
|
+
"state": "dot"
|
|
291
|
+
},
|
|
292
|
+
"path": [
|
|
293
|
+
"color",
|
|
294
|
+
"light-mode",
|
|
295
|
+
"badge",
|
|
296
|
+
"status",
|
|
297
|
+
"dot",
|
|
298
|
+
"success"
|
|
299
|
+
]
|
|
164
300
|
},
|
|
165
|
-
"
|
|
166
|
-
|
|
167
|
-
"
|
|
168
|
-
"
|
|
169
|
-
"
|
|
170
|
-
"
|
|
171
|
-
|
|
301
|
+
"info": {
|
|
302
|
+
"value": "#1d7afc",
|
|
303
|
+
"public": true,
|
|
304
|
+
"filePath": "tokens/color/alias/badge.light.json",
|
|
305
|
+
"isSource": true,
|
|
306
|
+
"original": {
|
|
307
|
+
"value": "{color.light-mode.semantic.info.foreground.value}",
|
|
308
|
+
"public": true
|
|
309
|
+
},
|
|
310
|
+
"name": "color-light-mode-badge-status-dot-info",
|
|
311
|
+
"attributes": {
|
|
312
|
+
"category": "color",
|
|
313
|
+
"type": "light-mode",
|
|
314
|
+
"item": "badge",
|
|
315
|
+
"subitem": "status",
|
|
316
|
+
"state": "dot"
|
|
317
|
+
},
|
|
318
|
+
"path": [
|
|
319
|
+
"color",
|
|
320
|
+
"light-mode",
|
|
321
|
+
"badge",
|
|
322
|
+
"status",
|
|
323
|
+
"dot",
|
|
324
|
+
"info"
|
|
325
|
+
]
|
|
172
326
|
},
|
|
173
|
-
"
|
|
174
|
-
"
|
|
175
|
-
"
|
|
176
|
-
"
|
|
177
|
-
"
|
|
178
|
-
"
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
327
|
+
"frozen": {
|
|
328
|
+
"value": "#e5dbff",
|
|
329
|
+
"public": true,
|
|
330
|
+
"isReferenceToInternal": true,
|
|
331
|
+
"filePath": "tokens/color/alias/badge.light.json",
|
|
332
|
+
"isSource": true,
|
|
333
|
+
"original": {
|
|
334
|
+
"value": "{color.light-mode.brand.secondary.200.value}",
|
|
335
|
+
"public": true,
|
|
336
|
+
"isReferenceToInternal": true
|
|
337
|
+
},
|
|
338
|
+
"name": "color-light-mode-badge-status-dot-frozen",
|
|
339
|
+
"attributes": {
|
|
340
|
+
"category": "color",
|
|
341
|
+
"type": "light-mode",
|
|
342
|
+
"item": "badge",
|
|
343
|
+
"subitem": "status",
|
|
344
|
+
"state": "dot"
|
|
345
|
+
},
|
|
346
|
+
"path": [
|
|
347
|
+
"color",
|
|
348
|
+
"light-mode",
|
|
349
|
+
"badge",
|
|
350
|
+
"status",
|
|
351
|
+
"dot",
|
|
352
|
+
"frozen"
|
|
353
|
+
]
|
|
189
354
|
},
|
|
190
|
-
"
|
|
191
|
-
|
|
192
|
-
"
|
|
193
|
-
"
|
|
194
|
-
"
|
|
195
|
-
"
|
|
196
|
-
|
|
355
|
+
"critical": {
|
|
356
|
+
"value": "#ca3521",
|
|
357
|
+
"public": true,
|
|
358
|
+
"filePath": "tokens/color/alias/badge.light.json",
|
|
359
|
+
"isSource": true,
|
|
360
|
+
"original": {
|
|
361
|
+
"value": "{color.light-mode.semantic.critical.foreground.value}",
|
|
362
|
+
"public": true
|
|
363
|
+
},
|
|
364
|
+
"name": "color-light-mode-badge-status-dot-critical",
|
|
365
|
+
"attributes": {
|
|
366
|
+
"category": "color",
|
|
367
|
+
"type": "light-mode",
|
|
368
|
+
"item": "badge",
|
|
369
|
+
"subitem": "status",
|
|
370
|
+
"state": "dot"
|
|
371
|
+
},
|
|
372
|
+
"path": [
|
|
373
|
+
"color",
|
|
374
|
+
"light-mode",
|
|
375
|
+
"badge",
|
|
376
|
+
"status",
|
|
377
|
+
"dot",
|
|
378
|
+
"critical"
|
|
379
|
+
]
|
|
197
380
|
},
|
|
198
|
-
"
|
|
199
|
-
"
|
|
200
|
-
"
|
|
201
|
-
"badge",
|
|
202
|
-
"
|
|
203
|
-
"
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
381
|
+
"warning": {
|
|
382
|
+
"value": "#d97008",
|
|
383
|
+
"public": true,
|
|
384
|
+
"filePath": "tokens/color/alias/badge.light.json",
|
|
385
|
+
"isSource": true,
|
|
386
|
+
"original": {
|
|
387
|
+
"value": "{color.light-mode.semantic.warning.foreground.value}",
|
|
388
|
+
"public": true
|
|
389
|
+
},
|
|
390
|
+
"name": "color-light-mode-badge-status-dot-warning",
|
|
391
|
+
"attributes": {
|
|
392
|
+
"category": "color",
|
|
393
|
+
"type": "light-mode",
|
|
394
|
+
"item": "badge",
|
|
395
|
+
"subitem": "status",
|
|
396
|
+
"state": "dot"
|
|
397
|
+
},
|
|
398
|
+
"path": [
|
|
399
|
+
"color",
|
|
400
|
+
"light-mode",
|
|
401
|
+
"badge",
|
|
402
|
+
"status",
|
|
403
|
+
"dot",
|
|
404
|
+
"warning"
|
|
405
|
+
]
|
|
214
406
|
},
|
|
215
|
-
"
|
|
216
|
-
|
|
217
|
-
"
|
|
218
|
-
"
|
|
219
|
-
"
|
|
220
|
-
"
|
|
221
|
-
|
|
407
|
+
"discovery": {
|
|
408
|
+
"value": "#8270db",
|
|
409
|
+
"public": true,
|
|
410
|
+
"filePath": "tokens/color/alias/badge.light.json",
|
|
411
|
+
"isSource": true,
|
|
412
|
+
"original": {
|
|
413
|
+
"value": "{color.light-mode.semantic.discovery.foreground.value}",
|
|
414
|
+
"public": true
|
|
415
|
+
},
|
|
416
|
+
"name": "color-light-mode-badge-status-dot-discovery",
|
|
417
|
+
"attributes": {
|
|
418
|
+
"category": "color",
|
|
419
|
+
"type": "light-mode",
|
|
420
|
+
"item": "badge",
|
|
421
|
+
"subitem": "status",
|
|
422
|
+
"state": "dot"
|
|
423
|
+
},
|
|
424
|
+
"path": [
|
|
425
|
+
"color",
|
|
426
|
+
"light-mode",
|
|
427
|
+
"badge",
|
|
428
|
+
"status",
|
|
429
|
+
"dot",
|
|
430
|
+
"discovery"
|
|
431
|
+
]
|
|
222
432
|
},
|
|
223
|
-
"
|
|
224
|
-
"
|
|
225
|
-
"
|
|
226
|
-
"
|
|
227
|
-
"
|
|
228
|
-
"
|
|
229
|
-
|
|
433
|
+
"disabled": {
|
|
434
|
+
"value": "#cfcfd3",
|
|
435
|
+
"public": true,
|
|
436
|
+
"isReferenceToInternal": true,
|
|
437
|
+
"filePath": "tokens/color/alias/badge.light.json",
|
|
438
|
+
"isSource": true,
|
|
439
|
+
"original": {
|
|
440
|
+
"value": "{color.light-mode.neutral.300.value}",
|
|
441
|
+
"public": true,
|
|
442
|
+
"isReferenceToInternal": true
|
|
443
|
+
},
|
|
444
|
+
"name": "color-light-mode-badge-status-dot-disabled",
|
|
445
|
+
"attributes": {
|
|
446
|
+
"category": "color",
|
|
447
|
+
"type": "light-mode",
|
|
448
|
+
"item": "badge",
|
|
449
|
+
"subitem": "status",
|
|
450
|
+
"state": "dot"
|
|
451
|
+
},
|
|
452
|
+
"path": [
|
|
453
|
+
"color",
|
|
454
|
+
"light-mode",
|
|
455
|
+
"badge",
|
|
456
|
+
"status",
|
|
457
|
+
"dot",
|
|
458
|
+
"disabled"
|
|
459
|
+
]
|
|
460
|
+
}
|
|
230
461
|
}
|
|
231
462
|
},
|
|
232
463
|
"indicator": {
|
|
@@ -458,36 +689,66 @@
|
|
|
458
689
|
]
|
|
459
690
|
}
|
|
460
691
|
},
|
|
461
|
-
"
|
|
692
|
+
"info": {
|
|
462
693
|
"background": {
|
|
463
|
-
"value": "#
|
|
694
|
+
"value": "#1d7afc",
|
|
464
695
|
"public": true,
|
|
465
696
|
"isReferenceToInternal": true,
|
|
466
697
|
"filePath": "tokens/color/alias/badge.light.json",
|
|
467
698
|
"isSource": true,
|
|
468
699
|
"original": {
|
|
469
|
-
"value": "{color.light-mode.semantic.
|
|
700
|
+
"value": "{color.light-mode.semantic.info.foreground.value}",
|
|
470
701
|
"public": true,
|
|
471
702
|
"isReferenceToInternal": true
|
|
472
703
|
},
|
|
473
|
-
"name": "color-light-mode-badge-indicator-
|
|
704
|
+
"name": "color-light-mode-badge-indicator-info-background",
|
|
474
705
|
"attributes": {
|
|
475
706
|
"category": "color",
|
|
476
707
|
"type": "light-mode",
|
|
477
708
|
"item": "badge",
|
|
478
709
|
"subitem": "indicator",
|
|
479
|
-
"state": "
|
|
710
|
+
"state": "info"
|
|
480
711
|
},
|
|
481
712
|
"path": [
|
|
482
713
|
"color",
|
|
483
714
|
"light-mode",
|
|
484
715
|
"badge",
|
|
485
716
|
"indicator",
|
|
486
|
-
"
|
|
717
|
+
"info",
|
|
487
718
|
"background"
|
|
488
719
|
]
|
|
489
720
|
},
|
|
490
721
|
"foreground": {
|
|
722
|
+
"value": "#ffffff",
|
|
723
|
+
"public": true,
|
|
724
|
+
"isReferenceToInternal": true,
|
|
725
|
+
"filePath": "tokens/color/alias/badge.light.json",
|
|
726
|
+
"isSource": true,
|
|
727
|
+
"original": {
|
|
728
|
+
"value": "{color.light-mode.neutral.000.value}",
|
|
729
|
+
"public": true,
|
|
730
|
+
"isReferenceToInternal": true
|
|
731
|
+
},
|
|
732
|
+
"name": "color-light-mode-badge-indicator-info-foreground",
|
|
733
|
+
"attributes": {
|
|
734
|
+
"category": "color",
|
|
735
|
+
"type": "light-mode",
|
|
736
|
+
"item": "badge",
|
|
737
|
+
"subitem": "indicator",
|
|
738
|
+
"state": "info"
|
|
739
|
+
},
|
|
740
|
+
"path": [
|
|
741
|
+
"color",
|
|
742
|
+
"light-mode",
|
|
743
|
+
"badge",
|
|
744
|
+
"indicator",
|
|
745
|
+
"info",
|
|
746
|
+
"foreground"
|
|
747
|
+
]
|
|
748
|
+
}
|
|
749
|
+
},
|
|
750
|
+
"success": {
|
|
751
|
+
"background": {
|
|
491
752
|
"value": "#218c5f",
|
|
492
753
|
"public": true,
|
|
493
754
|
"isReferenceToInternal": true,
|
|
@@ -498,20 +759,106 @@
|
|
|
498
759
|
"public": true,
|
|
499
760
|
"isReferenceToInternal": true
|
|
500
761
|
},
|
|
501
|
-
"name": "color-light-mode-badge-indicator-
|
|
762
|
+
"name": "color-light-mode-badge-indicator-success-background",
|
|
763
|
+
"attributes": {
|
|
764
|
+
"category": "color",
|
|
765
|
+
"type": "light-mode",
|
|
766
|
+
"item": "badge",
|
|
767
|
+
"subitem": "indicator",
|
|
768
|
+
"state": "success"
|
|
769
|
+
},
|
|
770
|
+
"path": [
|
|
771
|
+
"color",
|
|
772
|
+
"light-mode",
|
|
773
|
+
"badge",
|
|
774
|
+
"indicator",
|
|
775
|
+
"success",
|
|
776
|
+
"background"
|
|
777
|
+
]
|
|
778
|
+
},
|
|
779
|
+
"foreground": {
|
|
780
|
+
"value": "#ffffff",
|
|
781
|
+
"public": true,
|
|
782
|
+
"isReferenceToInternal": true,
|
|
783
|
+
"filePath": "tokens/color/alias/badge.light.json",
|
|
784
|
+
"isSource": true,
|
|
785
|
+
"original": {
|
|
786
|
+
"value": "{color.light-mode.neutral.000.value}",
|
|
787
|
+
"public": true,
|
|
788
|
+
"isReferenceToInternal": true
|
|
789
|
+
},
|
|
790
|
+
"name": "color-light-mode-badge-indicator-success-foreground",
|
|
791
|
+
"attributes": {
|
|
792
|
+
"category": "color",
|
|
793
|
+
"type": "light-mode",
|
|
794
|
+
"item": "badge",
|
|
795
|
+
"subitem": "indicator",
|
|
796
|
+
"state": "success"
|
|
797
|
+
},
|
|
798
|
+
"path": [
|
|
799
|
+
"color",
|
|
800
|
+
"light-mode",
|
|
801
|
+
"badge",
|
|
802
|
+
"indicator",
|
|
803
|
+
"success",
|
|
804
|
+
"foreground"
|
|
805
|
+
]
|
|
806
|
+
}
|
|
807
|
+
},
|
|
808
|
+
"neutral": {
|
|
809
|
+
"background": {
|
|
810
|
+
"value": "#6d6d78",
|
|
811
|
+
"public": true,
|
|
812
|
+
"isReferenceToInternal": true,
|
|
813
|
+
"filePath": "tokens/color/alias/badge.light.json",
|
|
814
|
+
"isSource": true,
|
|
815
|
+
"original": {
|
|
816
|
+
"value": "{color.light-mode.neutral.400.value}",
|
|
817
|
+
"public": true,
|
|
818
|
+
"isReferenceToInternal": true
|
|
819
|
+
},
|
|
820
|
+
"name": "color-light-mode-badge-indicator-neutral-background",
|
|
821
|
+
"attributes": {
|
|
822
|
+
"category": "color",
|
|
823
|
+
"type": "light-mode",
|
|
824
|
+
"item": "badge",
|
|
825
|
+
"subitem": "indicator",
|
|
826
|
+
"state": "neutral"
|
|
827
|
+
},
|
|
828
|
+
"path": [
|
|
829
|
+
"color",
|
|
830
|
+
"light-mode",
|
|
831
|
+
"badge",
|
|
832
|
+
"indicator",
|
|
833
|
+
"neutral",
|
|
834
|
+
"background"
|
|
835
|
+
]
|
|
836
|
+
},
|
|
837
|
+
"foreground": {
|
|
838
|
+
"value": "#ffffff",
|
|
839
|
+
"public": true,
|
|
840
|
+
"isReferenceToInternal": true,
|
|
841
|
+
"filePath": "tokens/color/alias/badge.light.json",
|
|
842
|
+
"isSource": true,
|
|
843
|
+
"original": {
|
|
844
|
+
"value": "{color.light-mode.neutral.000.value}",
|
|
845
|
+
"public": true,
|
|
846
|
+
"isReferenceToInternal": true
|
|
847
|
+
},
|
|
848
|
+
"name": "color-light-mode-badge-indicator-neutral-foreground",
|
|
502
849
|
"attributes": {
|
|
503
850
|
"category": "color",
|
|
504
851
|
"type": "light-mode",
|
|
505
852
|
"item": "badge",
|
|
506
853
|
"subitem": "indicator",
|
|
507
|
-
"state": "
|
|
854
|
+
"state": "neutral"
|
|
508
855
|
},
|
|
509
856
|
"path": [
|
|
510
857
|
"color",
|
|
511
858
|
"light-mode",
|
|
512
859
|
"badge",
|
|
513
860
|
"indicator",
|
|
514
|
-
"
|
|
861
|
+
"neutral",
|
|
515
862
|
"foreground"
|
|
516
863
|
]
|
|
517
864
|
}
|