@adobe/design-data-spec 0.3.0 → 0.5.0

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.
Files changed (92) hide show
  1. package/components/accordion.json +517 -0
  2. package/components/action-bar.json +203 -0
  3. package/components/action-button.json +481 -0
  4. package/components/action-group.json +82 -0
  5. package/components/alert-banner.json +111 -0
  6. package/components/alert-dialog.json +152 -0
  7. package/components/avatar-group.json +140 -0
  8. package/components/avatar.json +184 -0
  9. package/components/badge.json +502 -0
  10. package/components/body.json +29 -0
  11. package/components/bottom-navigation-android.json +41 -0
  12. package/components/breadcrumbs.json +263 -0
  13. package/components/button-group.json +47 -0
  14. package/components/button.json +466 -8
  15. package/components/calendar.json +104 -0
  16. package/components/cards.json +512 -0
  17. package/components/checkbox-group.json +54 -0
  18. package/components/checkbox.json +303 -0
  19. package/components/close-button.json +170 -0
  20. package/components/coach-indicator.json +76 -0
  21. package/components/coach-mark.json +157 -0
  22. package/components/code.json +25 -0
  23. package/components/color-area.json +115 -0
  24. package/components/color-handle.json +85 -0
  25. package/components/color-loupe.json +74 -0
  26. package/components/color-slider.json +121 -0
  27. package/components/color-wheel.json +94 -0
  28. package/components/combo-box.json +480 -0
  29. package/components/contextual-help.json +162 -0
  30. package/components/date-picker.json +439 -0
  31. package/components/detail.json +30 -0
  32. package/components/divider.json +73 -0
  33. package/components/drop-zone.json +211 -0
  34. package/components/field-label.json +189 -0
  35. package/components/heading.json +33 -0
  36. package/components/help-text.json +186 -0
  37. package/components/illustrated-message.json +155 -0
  38. package/components/in-field-progress-button.json +44 -0
  39. package/components/in-field-progress-circle.json +80 -0
  40. package/components/in-line-alert.json +201 -0
  41. package/components/link.json +135 -0
  42. package/components/list-view.json +355 -0
  43. package/components/menu.json +542 -0
  44. package/components/meter.json +162 -0
  45. package/components/number-field.json +468 -0
  46. package/components/opacity-checkerboard.json +43 -0
  47. package/components/picker.json +522 -0
  48. package/components/popover.json +119 -0
  49. package/components/progress-bar.json +182 -0
  50. package/components/progress-circle.json +99 -0
  51. package/components/radio-button.json +285 -0
  52. package/components/radio-group.json +63 -0
  53. package/components/rating.json +145 -0
  54. package/components/scroll-zoom-bar.json +53 -0
  55. package/components/search-field.json +306 -0
  56. package/components/segmented-control.json +210 -0
  57. package/components/select-box.json +248 -0
  58. package/components/side-navigation.json +293 -0
  59. package/components/slider.json +370 -0
  60. package/components/standard-dialog.json +151 -0
  61. package/components/standard-panel.json +53 -0
  62. package/components/status-light.json +272 -0
  63. package/components/steplist.json +270 -0
  64. package/components/swatch-group.json +62 -0
  65. package/components/swatch.json +193 -0
  66. package/components/switch.json +305 -0
  67. package/components/tab-bar-ios.json +41 -0
  68. package/components/table.json +392 -0
  69. package/components/tabs.json +229 -0
  70. package/components/tag-field.json +203 -0
  71. package/components/tag-group.json +53 -0
  72. package/components/tag.json +376 -0
  73. package/components/takeover-dialog.json +92 -0
  74. package/components/text-area.json +485 -0
  75. package/components/text-field.json +501 -0
  76. package/components/thumbnail.json +109 -0
  77. package/components/title.json +39 -0
  78. package/components/toast.json +131 -0
  79. package/components/tooltip.json +140 -0
  80. package/components/tray.json +21 -0
  81. package/components/tree-view.json +341 -0
  82. package/conformance/invalid/SPEC-027/dataset.json +25 -0
  83. package/conformance/invalid/SPEC-027/expected-errors.json +10 -0
  84. package/conformance/valid/token-bindings.json +27 -0
  85. package/package.json +2 -1
  86. package/rules/rules.yaml +9 -0
  87. package/schemas/component.schema.json +24 -2
  88. package/schemas/token.schema.json +27 -0
  89. package/spec/agent-surface.md +39 -9
  90. package/spec/component-format.md +41 -16
  91. package/spec/token-format.md +18 -0
  92. package/src/validate.js +27 -3
@@ -0,0 +1,203 @@
1
+ {
2
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/v0/component.schema.json",
3
+ "$id": "https://opensource.adobe.com/spectrum-design-data/schemas/v0/components/action-bar.json",
4
+ "specVersion": "1.0.0-draft",
5
+ "name": "action-bar",
6
+ "displayName": "Action bar",
7
+ "description": "Action bars are used for single and bulk selection patterns, when a user needs to perform actions on either a single or multiple items at the same time.",
8
+ "meta": {
9
+ "category": "actions",
10
+ "documentationUrl": "https://spectrum.adobe.com/page/action-bar/"
11
+ },
12
+ "options": {
13
+ "isEmphasized": {
14
+ "type": "boolean",
15
+ "default": false
16
+ }
17
+ },
18
+ "lifecycle": {
19
+ "introduced": "1.0.0-draft"
20
+ },
21
+ "tokenBindings": [
22
+ {
23
+ "token": "action-bar-height",
24
+ "context": "Height"
25
+ },
26
+ {
27
+ "token": "action-bar-minimum-width",
28
+ "context": "Width (minimum)"
29
+ },
30
+ {
31
+ "token": "corner-radius-medium-size-extra-large",
32
+ "context": "Rounding"
33
+ },
34
+ {
35
+ "token": "action-bar-top-to-content-area",
36
+ "context": "Spacing (padding)"
37
+ },
38
+ {
39
+ "token": "action-bar-bottom-to-content-area",
40
+ "context": "Spacing (padding)"
41
+ },
42
+ {
43
+ "token": "action-bar-edge-to-content-area",
44
+ "context": "Spacing (padding)"
45
+ },
46
+ {
47
+ "token": "action-bar-label-to-action-button-group",
48
+ "context": "Spacing (label to action button group)"
49
+ },
50
+ {
51
+ "token": "action-bar-top-to-item-counter",
52
+ "context": "Spacing (counter)"
53
+ },
54
+ {
55
+ "token": "action-bar-close-button-to-counter",
56
+ "context": "Spacing (counter)"
57
+ },
58
+ {
59
+ "token": "background-elevated-color",
60
+ "context": "Background (default)"
61
+ },
62
+ {
63
+ "token": "neutral-content-color-default",
64
+ "context": "Background (emphasized)"
65
+ },
66
+ {
67
+ "token": "action-bar-border",
68
+ "context": "Border"
69
+ },
70
+ {
71
+ "token": "drop-shadow-elevated-color",
72
+ "context": "Drop shadow"
73
+ },
74
+ {
75
+ "token": "drop-shadow-elevated-x",
76
+ "context": "Drop shadow"
77
+ },
78
+ {
79
+ "token": "drop-shadow-elevated-y",
80
+ "context": "Drop shadow"
81
+ },
82
+ {
83
+ "token": "drop-shadow-elevated-blur",
84
+ "context": "Drop shadow"
85
+ },
86
+ {
87
+ "token": "action-bar-counter-font-size",
88
+ "context": "Counter"
89
+ },
90
+ {
91
+ "token": "line-height-100",
92
+ "context": "Counter"
93
+ },
94
+ {
95
+ "token": "cjk-line-height-100",
96
+ "context": "Counter"
97
+ },
98
+ {
99
+ "token": "accent-background-color-default",
100
+ "context": "Background"
101
+ },
102
+ {
103
+ "token": "accent-background-color-hover",
104
+ "context": "Background"
105
+ },
106
+ {
107
+ "token": "accent-background-color-down",
108
+ "context": "Background"
109
+ },
110
+ {
111
+ "token": "accent-background-color-key-focus",
112
+ "context": "Background"
113
+ },
114
+ {
115
+ "token": "white",
116
+ "context": "Icon and Clear icon"
117
+ },
118
+ {
119
+ "token": "neutral-selected-background-color-default",
120
+ "context": "Background"
121
+ },
122
+ {
123
+ "token": "neutral-selected-background-color-hover",
124
+ "context": "Background"
125
+ },
126
+ {
127
+ "token": "neutral-selected-background-color-down",
128
+ "context": "Background"
129
+ },
130
+ {
131
+ "token": "neutral-selected-background-color-key-focus",
132
+ "context": "Background"
133
+ },
134
+ {
135
+ "token": "gray-25",
136
+ "context": "Icon and Clear icon"
137
+ },
138
+ {
139
+ "token": "neutral-content-color-hover",
140
+ "context": "Control (selected, non emphasized)"
141
+ },
142
+ {
143
+ "token": "neutral-content-color-down",
144
+ "context": "Control (selected, non emphasized)"
145
+ },
146
+ {
147
+ "token": "neutral-content-color-key-focus",
148
+ "context": "Control (selected, non emphasized)"
149
+ },
150
+ {
151
+ "token": "accent-content-color-default",
152
+ "context": "Control (selected, emphasized)"
153
+ },
154
+ {
155
+ "token": "accent-content-color-hover",
156
+ "context": "Control (selected, emphasized)"
157
+ },
158
+ {
159
+ "token": "accent-content-color-down",
160
+ "context": "Control (selected, emphasized)"
161
+ },
162
+ {
163
+ "token": "accent-content-color-key-focus",
164
+ "context": "Control (selected, emphasized)"
165
+ },
166
+ {
167
+ "token": "neutral-subdued-content-color-default",
168
+ "context": "Step text"
169
+ },
170
+ {
171
+ "token": "neutral-subdued-content-color-hover",
172
+ "context": "Step text"
173
+ },
174
+ {
175
+ "token": "neutral-subdued-content-color-key-focus",
176
+ "context": "Step text"
177
+ },
178
+ {
179
+ "token": "neutral-subdued-background-color-default",
180
+ "context": "Step visual"
181
+ },
182
+ {
183
+ "token": "neutral-subdued-background-color-hover",
184
+ "context": "Step visual"
185
+ },
186
+ {
187
+ "token": "neutral-subdued-background-color-key-focus",
188
+ "context": "Step visual"
189
+ },
190
+ {
191
+ "token": "neutral-background-color-default",
192
+ "context": "Step visual"
193
+ },
194
+ {
195
+ "token": "neutral-background-color-key-focus",
196
+ "context": "Step visual"
197
+ },
198
+ {
199
+ "token": "neutral-visual-color",
200
+ "context": "Step visual"
201
+ }
202
+ ]
203
+ }
@@ -0,0 +1,481 @@
1
+ {
2
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/v0/component.schema.json",
3
+ "$id": "https://opensource.adobe.com/spectrum-design-data/schemas/v0/components/action-button.json",
4
+ "specVersion": "1.0.0-draft",
5
+ "name": "action-button",
6
+ "displayName": "Action button",
7
+ "description": "Action buttons allow users to perform an action or mark a selection. They're used for similar, task-based options within a workflow, and are ideal for interfaces where buttons aren't meant to draw a lot of attention.",
8
+ "meta": {
9
+ "category": "actions",
10
+ "documentationUrl": "https://spectrum.adobe.com/page/action-button/"
11
+ },
12
+ "options": {
13
+ "label": {
14
+ "type": "string"
15
+ },
16
+ "hideLabel": {
17
+ "type": "boolean",
18
+ "default": false
19
+ },
20
+ "icon": {
21
+ "$ref": "https://opensource.adobe.com/spectrum-design-data/schemas/types/workflow-icon.json",
22
+ "description": "Icon must be present if the label is not defined."
23
+ },
24
+ "size": {
25
+ "type": "string",
26
+ "enum": ["xs", "s", "m", "l", "xl"],
27
+ "default": "m"
28
+ },
29
+ "isQuiet": {
30
+ "type": "boolean",
31
+ "default": false
32
+ },
33
+ "isSelected": {
34
+ "type": "boolean",
35
+ "default": false
36
+ },
37
+ "isEmphasized": {
38
+ "type": "boolean",
39
+ "default": false
40
+ },
41
+ "staticColor": {
42
+ "type": "string",
43
+ "enum": ["white", "black"],
44
+ "description": "Static color must not be set for the default version of this component."
45
+ },
46
+ "selectedTextColor": {
47
+ "$ref": "https://opensource.adobe.com/spectrum-design-data/schemas/types/hex-color.json"
48
+ },
49
+ "hasHoldIcon": {
50
+ "type": "boolean",
51
+ "default": false
52
+ },
53
+ "isDisabled": {
54
+ "type": "boolean",
55
+ "default": false
56
+ }
57
+ },
58
+ "states": [
59
+ {
60
+ "name": "hover",
61
+ "trigger": "interaction"
62
+ },
63
+ {
64
+ "name": "down",
65
+ "trigger": "interaction"
66
+ },
67
+ {
68
+ "name": "keyboard-focus",
69
+ "trigger": "interaction"
70
+ }
71
+ ],
72
+ "lifecycle": {
73
+ "introduced": "1.0.0-draft"
74
+ },
75
+ "tokenBindings": [
76
+ {
77
+ "token": "component-height-50",
78
+ "context": "Height"
79
+ },
80
+ {
81
+ "token": "component-height-75",
82
+ "context": "Height"
83
+ },
84
+ {
85
+ "token": "component-height-100",
86
+ "context": "Height"
87
+ },
88
+ {
89
+ "token": "component-height-200",
90
+ "context": "Height"
91
+ },
92
+ {
93
+ "token": "component-height-300",
94
+ "context": "Height"
95
+ },
96
+ {
97
+ "token": "component-size-difference-down",
98
+ "context": "Component size (down)"
99
+ },
100
+ {
101
+ "token": "component-size-width-ratio-down",
102
+ "context": "Component size (down)"
103
+ },
104
+ {
105
+ "token": "component-size-minimum-perspective-down",
106
+ "context": "Component size (down)"
107
+ },
108
+ {
109
+ "token": "corner-radius-medium-size-extra-small",
110
+ "context": "Rounding"
111
+ },
112
+ {
113
+ "token": "corner-radius-medium-size-small",
114
+ "context": "Rounding"
115
+ },
116
+ {
117
+ "token": "corner-radius-medium-size-medium",
118
+ "context": "Rounding"
119
+ },
120
+ {
121
+ "token": "corner-radius-medium-size-large",
122
+ "context": "Rounding"
123
+ },
124
+ {
125
+ "token": "corner-radius-medium-size-extra-large",
126
+ "context": "Rounding"
127
+ },
128
+ {
129
+ "token": "workflow-icon-size-50",
130
+ "context": "Icon"
131
+ },
132
+ {
133
+ "token": "workflow-icon-size-75",
134
+ "context": "Icon"
135
+ },
136
+ {
137
+ "token": "workflow-icon-size-100",
138
+ "context": "Icon"
139
+ },
140
+ {
141
+ "token": "workflow-icon-size-200",
142
+ "context": "Icon"
143
+ },
144
+ {
145
+ "token": "workflow-icon-size-300",
146
+ "context": "Icon"
147
+ },
148
+ {
149
+ "token": "text-to-visual-50",
150
+ "context": "Spacing (icon to label)"
151
+ },
152
+ {
153
+ "token": "text-to-visual-75",
154
+ "context": "Spacing (icon to label)"
155
+ },
156
+ {
157
+ "token": "text-to-visual-100",
158
+ "context": "Spacing (icon to label)"
159
+ },
160
+ {
161
+ "token": "text-to-visual-200",
162
+ "context": "Spacing (icon to label)"
163
+ },
164
+ {
165
+ "token": "text-to-visual-300",
166
+ "context": "Spacing (icon to label)"
167
+ },
168
+ {
169
+ "token": "component-edge-to-visual-50",
170
+ "context": "Spacing (start/end edges)"
171
+ },
172
+ {
173
+ "token": "component-edge-to-visual-75",
174
+ "context": "Spacing (start/end edges)"
175
+ },
176
+ {
177
+ "token": "component-edge-to-visual-100",
178
+ "context": "Spacing (start/end edges)"
179
+ },
180
+ {
181
+ "token": "component-edge-to-visual-200",
182
+ "context": "Spacing (start/end edges)"
183
+ },
184
+ {
185
+ "token": "component-edge-to-visual-300",
186
+ "context": "Spacing (start/end edges)"
187
+ },
188
+ {
189
+ "token": "component-edge-to-text-50",
190
+ "context": "Spacing (start/end edges)"
191
+ },
192
+ {
193
+ "token": "component-edge-to-text-75",
194
+ "context": "Spacing (start/end edges)"
195
+ },
196
+ {
197
+ "token": "component-edge-to-text-100",
198
+ "context": "Spacing (start/end edges)"
199
+ },
200
+ {
201
+ "token": "component-edge-to-text-200",
202
+ "context": "Spacing (start/end edges)"
203
+ },
204
+ {
205
+ "token": "component-edge-to-text-300",
206
+ "context": "Spacing (start/end edges)"
207
+ },
208
+ {
209
+ "token": "component-edge-to-visual-only-50",
210
+ "context": "Spacing (start/end edges, icon only)"
211
+ },
212
+ {
213
+ "token": "component-edge-to-visual-only-75",
214
+ "context": "Spacing (start/end edges, icon only)"
215
+ },
216
+ {
217
+ "token": "component-edge-to-visual-only-100",
218
+ "context": "Spacing (start/end edges, icon only)"
219
+ },
220
+ {
221
+ "token": "component-edge-to-visual-only-200",
222
+ "context": "Spacing (start/end edges, icon only)"
223
+ },
224
+ {
225
+ "token": "component-edge-to-visual-only-300",
226
+ "context": "Spacing (start/end edges, icon only)"
227
+ },
228
+ {
229
+ "token": "component-top-to-workflow-icon-50",
230
+ "context": "Spacing (top edge to icon)"
231
+ },
232
+ {
233
+ "token": "component-top-to-workflow-icon-75",
234
+ "context": "Spacing (top edge to icon)"
235
+ },
236
+ {
237
+ "token": "component-top-to-workflow-icon-100",
238
+ "context": "Spacing (top edge to icon)"
239
+ },
240
+ {
241
+ "token": "component-top-to-workflow-icon-200",
242
+ "context": "Spacing (top edge to icon)"
243
+ },
244
+ {
245
+ "token": "component-top-to-workflow-icon-300",
246
+ "context": "Spacing (top edge to icon)"
247
+ },
248
+ {
249
+ "token": "component-top-to-text-50",
250
+ "context": "Spacing (top edge to label)"
251
+ },
252
+ {
253
+ "token": "component-top-to-text-75",
254
+ "context": "Spacing (top edge to label)"
255
+ },
256
+ {
257
+ "token": "component-top-to-text-100",
258
+ "context": "Spacing (top edge to label)"
259
+ },
260
+ {
261
+ "token": "component-top-to-text-200",
262
+ "context": "Spacing (top edge to label)"
263
+ },
264
+ {
265
+ "token": "component-top-to-text-300",
266
+ "context": "Spacing (top edge to label)"
267
+ },
268
+ {
269
+ "token": "focus-indicator-thickness",
270
+ "context": "Focus ring"
271
+ },
272
+ {
273
+ "token": "focus-indicator-gap",
274
+ "context": "Focus ring"
275
+ },
276
+ {
277
+ "token": "action-button-edge-to-hold-icon-extra-small",
278
+ "context": "Spacing (edge to hold icon)"
279
+ },
280
+ {
281
+ "token": "action-button-edge-to-hold-icon-small",
282
+ "context": "Spacing (edge to hold icon)"
283
+ },
284
+ {
285
+ "token": "action-button-edge-to-hold-icon-medium",
286
+ "context": "Spacing (edge to hold icon)"
287
+ },
288
+ {
289
+ "token": "action-button-edge-to-hold-icon-large",
290
+ "context": "Spacing (edge to hold icon)"
291
+ },
292
+ {
293
+ "token": "action-button-edge-to-hold-icon-extra-large",
294
+ "context": "Spacing (edge to hold icon)"
295
+ },
296
+ {
297
+ "token": "default-font-family",
298
+ "context": "Label"
299
+ },
300
+ {
301
+ "token": "medium-font-weight",
302
+ "context": "Label"
303
+ },
304
+ {
305
+ "token": "default-font-style",
306
+ "context": "Label"
307
+ },
308
+ {
309
+ "token": "font-size-50",
310
+ "context": "Label"
311
+ },
312
+ {
313
+ "token": "font-size-75",
314
+ "context": "Label"
315
+ },
316
+ {
317
+ "token": "font-size-100",
318
+ "context": "Label"
319
+ },
320
+ {
321
+ "token": "font-size-200",
322
+ "context": "Label"
323
+ },
324
+ {
325
+ "token": "font-size-300",
326
+ "context": "Label"
327
+ },
328
+ {
329
+ "token": "line-height-100",
330
+ "context": "Label"
331
+ },
332
+ {
333
+ "token": "cjk-line-height-100",
334
+ "context": "Label"
335
+ },
336
+ {
337
+ "token": "gray-100",
338
+ "context": "Background "
339
+ },
340
+ {
341
+ "token": "gray-200",
342
+ "context": "Background "
343
+ },
344
+ {
345
+ "token": "neutral-content-color-default",
346
+ "context": "Label, icon, and hold icon"
347
+ },
348
+ {
349
+ "token": "neutral-content-color-hover",
350
+ "context": "Label, icon, and hold icon"
351
+ },
352
+ {
353
+ "token": "neutral-content-color-down",
354
+ "context": "Label, icon, and hold icon"
355
+ },
356
+ {
357
+ "token": "neutral-content-color-key-focus",
358
+ "context": "Label, icon, and hold icon"
359
+ },
360
+ {
361
+ "token": "neutral-background-color-selected-default",
362
+ "context": "Background (selected, non emphasized)"
363
+ },
364
+ {
365
+ "token": "neutral-background-color-selected-hover",
366
+ "context": "Background (selected, non emphasized)"
367
+ },
368
+ {
369
+ "token": "neutral-background-color-selected-down",
370
+ "context": "Background (selected, non emphasized)"
371
+ },
372
+ {
373
+ "token": "neutral-background-color-selected-key-focus",
374
+ "context": "Background (selected, non emphasized)"
375
+ },
376
+ {
377
+ "token": "gray-25",
378
+ "context": "Label, icon, and hold icon (selected, non emphasized)"
379
+ },
380
+ {
381
+ "token": "accent-background-color-default",
382
+ "context": "Background (selected, emphasized)"
383
+ },
384
+ {
385
+ "token": "accent-background-color-hover",
386
+ "context": "Background (selected, emphasized)"
387
+ },
388
+ {
389
+ "token": "accent-background-color-down",
390
+ "context": "Background (selected, emphasized)"
391
+ },
392
+ {
393
+ "token": "accent-background-color-key-focus",
394
+ "context": "Background (selected, emphasized)"
395
+ },
396
+ {
397
+ "token": "white",
398
+ "context": "Label, icon, and hold icon (selected, emphasized)"
399
+ },
400
+ {
401
+ "token": "disabled-background-color",
402
+ "context": "Background (disabled)"
403
+ },
404
+ {
405
+ "token": "disabled-content-color",
406
+ "context": "Label, icon, and hold icon (disabled)"
407
+ },
408
+ {
409
+ "token": "focus-indicator-color",
410
+ "context": "Focus ring"
411
+ },
412
+ {
413
+ "token": "transparent-white-100",
414
+ "context": "Background "
415
+ },
416
+ {
417
+ "token": "transparent-white-200",
418
+ "context": "Background "
419
+ },
420
+ {
421
+ "token": "transparent-white-800",
422
+ "context": "Label, icon, and hold icon"
423
+ },
424
+ {
425
+ "token": "transparent-white-900",
426
+ "context": "Label, icon, and hold icon"
427
+ },
428
+ {
429
+ "token": "black",
430
+ "context": "Label, icon, and hold icon (selected, white)"
431
+ },
432
+ {
433
+ "token": "disabled-static-white-background-color",
434
+ "context": "Background (disabled, white)"
435
+ },
436
+ {
437
+ "token": "transparent-white-25",
438
+ "context": "Background (disabled, white)"
439
+ },
440
+ {
441
+ "token": "disabled-static-white-content-color",
442
+ "context": "Label, icon, and hold icon (disabled, white)"
443
+ },
444
+ {
445
+ "token": "static-white-focus-indicator-color",
446
+ "context": "Focus ring (white)"
447
+ },
448
+ {
449
+ "token": "transparent-black-100",
450
+ "context": "Background "
451
+ },
452
+ {
453
+ "token": "transparent-black-200",
454
+ "context": "Background "
455
+ },
456
+ {
457
+ "token": "transparent-black-800",
458
+ "context": "Label, icon, and hold icon"
459
+ },
460
+ {
461
+ "token": "transparent-black-900",
462
+ "context": "Label, icon, and hold icon"
463
+ },
464
+ {
465
+ "token": "disabled-static-black-background-color",
466
+ "context": "Background (disabled, black)"
467
+ },
468
+ {
469
+ "token": "transparent-black-25",
470
+ "context": "Background (disabled, black)"
471
+ },
472
+ {
473
+ "token": "disabled-static-black-content-color",
474
+ "context": "Label, icon, and hold icon (disabled, black)"
475
+ },
476
+ {
477
+ "token": "static-black-focus-indicator-color",
478
+ "context": "Focus ring (black)"
479
+ }
480
+ ]
481
+ }