@adobe/design-data-spec 0.4.0 → 0.6.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.
- package/components/accordion.json +431 -1
- package/components/action-bar.json +183 -1
- package/components/action-button.json +407 -1
- package/components/action-group.json +15 -1
- package/components/alert-banner.json +79 -1
- package/components/alert-dialog.json +107 -1
- package/components/avatar-group.json +115 -1
- package/components/avatar.json +131 -1
- package/components/badge.json +430 -1
- package/components/breadcrumbs.json +175 -1
- package/components/button-group.json +11 -1
- package/components/button.json +466 -8
- package/components/cards.json +483 -1
- package/components/checkbox-group.json +2 -1
- package/components/checkbox.json +243 -1
- package/components/close-button.json +123 -1
- package/components/coach-indicator.json +39 -1
- package/components/coach-mark.json +103 -1
- package/components/color-area.json +39 -1
- package/components/color-handle.json +51 -1
- package/components/color-loupe.json +55 -1
- package/components/color-slider.json +43 -1
- package/components/color-wheel.json +35 -1
- package/components/combo-box.json +387 -1
- package/components/contextual-help.json +83 -1
- package/components/date-picker.json +279 -1
- package/components/divider.json +47 -1
- package/components/drop-zone.json +167 -1
- package/components/field-label.json +147 -1
- package/components/help-text.json +147 -1
- package/components/illustrated-message.json +107 -1
- package/components/in-field-progress-circle.json +55 -1
- package/components/in-line-alert.json +155 -1
- package/components/link.json +91 -1
- package/components/list-view.json +263 -1
- package/components/menu.json +467 -1
- package/components/meter.json +115 -1
- package/components/number-field.json +399 -1
- package/components/opacity-checkerboard.json +19 -1
- package/components/picker.json +431 -1
- package/components/popover.json +51 -1
- package/components/progress-bar.json +115 -1
- package/components/progress-circle.json +55 -1
- package/components/radio-button.json +243 -1
- package/components/radio-group.json +2 -1
- package/components/rating.json +99 -1
- package/components/search-field.json +235 -1
- package/components/segmented-control.json +135 -1
- package/components/select-box.json +187 -1
- package/components/side-navigation.json +223 -1
- package/components/slider.json +279 -1
- package/components/standard-dialog.json +99 -1
- package/components/status-light.json +219 -1
- package/components/steplist.json +215 -1
- package/components/swatch-group.json +15 -1
- package/components/swatch.json +136 -2
- package/components/switch.json +251 -1
- package/components/table.json +271 -1
- package/components/tabs.json +151 -1
- package/components/tag-field.json +151 -1
- package/components/tag-group.json +19 -1
- package/components/tag.json +323 -1
- package/components/takeover-dialog.json +35 -1
- package/components/text-area.json +383 -1
- package/components/text-field.json +411 -1
- package/components/thumbnail.json +83 -1
- package/components/title.json +39 -0
- package/components/toast.json +99 -1
- package/components/tooltip.json +87 -1
- package/components/tree-view.json +279 -1
- package/conformance/invalid/SPEC-027/dataset.json +25 -0
- package/conformance/invalid/SPEC-027/expected-errors.json +10 -0
- package/conformance/valid/token-bindings.json +27 -0
- package/package.json +1 -1
- package/rules/rules.yaml +9 -0
- package/schemas/component.schema.json +22 -0
- package/schemas/token.schema.json +27 -0
- package/spec/agent-surface.md +39 -9
- package/spec/component-format.md +41 -16
- package/spec/token-format.md +18 -0
- package/src/validate.js +27 -3
package/components/menu.json
CHANGED
|
@@ -72,5 +72,471 @@
|
|
|
72
72
|
],
|
|
73
73
|
"lifecycle": {
|
|
74
74
|
"introduced": "1.0.0-draft"
|
|
75
|
-
}
|
|
75
|
+
},
|
|
76
|
+
"tokenBindings": [
|
|
77
|
+
{
|
|
78
|
+
"token": "popover-submenu-to-menu-item-position",
|
|
79
|
+
"context": "Sub-menu alignment with menu item"
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"token": "component-height-75",
|
|
83
|
+
"context": "Minimum height"
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"token": "component-height-100",
|
|
87
|
+
"context": "Minimum height"
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"token": "component-height-200",
|
|
91
|
+
"context": "Minimum height"
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"token": "component-height-300",
|
|
95
|
+
"context": "Minimum height"
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"token": "component-size-difference-down",
|
|
99
|
+
"context": "Component size (down)"
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"token": "component-size-width-ratio-down",
|
|
103
|
+
"context": "Component size (down)"
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"token": "component-size-minimum-perspective-down",
|
|
107
|
+
"context": "Component size (down)"
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"token": "corner-radius-400",
|
|
111
|
+
"context": "Rounding"
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"token": "corner-radius-500",
|
|
115
|
+
"context": "Rounding"
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"token": "corner-radius-600",
|
|
119
|
+
"context": "Rounding"
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"token": "corner-radius-700",
|
|
123
|
+
"context": "Rounding"
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"token": "menu-item-section-divider-height",
|
|
127
|
+
"context": "Height (section divider)"
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"token": "text-to-visual-75",
|
|
131
|
+
"context": "Spacing (icon to label)"
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
"token": "text-to-visual-100",
|
|
135
|
+
"context": "Spacing (icon to label)"
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"token": "text-to-visual-200",
|
|
139
|
+
"context": "Spacing (icon to label)"
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"token": "text-to-visual-300",
|
|
143
|
+
"context": "Spacing (icon to label)"
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
"token": "component-top-to-workflow-icon-75",
|
|
147
|
+
"context": "Spacing (top edge to icon)"
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"token": "component-top-to-workflow-icon-100",
|
|
151
|
+
"context": "Spacing (top edge to icon)"
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"token": "component-top-to-workflow-icon-200",
|
|
155
|
+
"context": "Spacing (top edge to icon)"
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
"token": "component-top-to-workflow-icon-300",
|
|
159
|
+
"context": "Spacing (top edge to icon)"
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
"token": "menu-item-to-items",
|
|
163
|
+
"context": "Spacing (item to item)"
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
"token": "component-edge-to-text-75",
|
|
167
|
+
"context": "Spacing (start/end edges to content)"
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"token": "component-edge-to-text-100",
|
|
171
|
+
"context": "Spacing (start/end edges to content)"
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"token": "component-edge-to-text-200",
|
|
175
|
+
"context": "Spacing (start/end edges to content)"
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
"token": "component-edge-to-text-300",
|
|
179
|
+
"context": "Spacing (start/end edges to content)"
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
"token": "text-to-visual-400",
|
|
183
|
+
"context": "Spacing (thumbnail to label)"
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
"token": "menu-item-top-to-thumbnail-small",
|
|
187
|
+
"context": "Spacing (top to thumbnail)"
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"token": "menu-item-top-to-thumbnail-medium",
|
|
191
|
+
"context": "Spacing (top to thumbnail)"
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
"token": "menu-item-top-to-thumbnail-large",
|
|
195
|
+
"context": "Spacing (top to thumbnail)"
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"token": "menu-item-top-to-thumbnail-extra-large",
|
|
199
|
+
"context": "Spacing (top to thumbnail)"
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
"token": "component-top-to-text-75",
|
|
203
|
+
"context": "Spacing (top to to label/value)"
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
"token": "component-top-to-text-100",
|
|
207
|
+
"context": "Spacing (top to to label/value)"
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"token": "component-top-to-text-200",
|
|
211
|
+
"context": "Spacing (top to to label/value)"
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
"token": "component-top-to-text-300",
|
|
215
|
+
"context": "Spacing (top to to label/value)"
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
"token": "menu-section-header-to-description-small",
|
|
219
|
+
"context": "Spacing (section header to description)"
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
"token": "menu-section-header-to-description-medium",
|
|
223
|
+
"context": "Spacing (section header to description)"
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
"token": "menu-section-header-to-description-large",
|
|
227
|
+
"context": "Spacing (section header to description)"
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"token": "menu-section-header-to-description-extra-large",
|
|
231
|
+
"context": "Spacing (section header to description)"
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
"token": "menu-item-label-to-description-small",
|
|
235
|
+
"context": "Spacing (label to description)"
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
"token": "menu-item-label-to-description-medium",
|
|
239
|
+
"context": "Spacing (label to description)"
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
"token": "menu-item-label-to-description-large",
|
|
243
|
+
"context": "Spacing (label to description)"
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
"token": "menu-item-label-to-description-extra-large",
|
|
247
|
+
"context": "Spacing (label to description)"
|
|
248
|
+
},
|
|
249
|
+
{
|
|
250
|
+
"token": "component-bottom-to-text-75",
|
|
251
|
+
"context": "Spacing (bottom edge to label/description)"
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
"token": "component-bottom-to-text-100",
|
|
255
|
+
"context": "Spacing (bottom edge to label/description)"
|
|
256
|
+
},
|
|
257
|
+
{
|
|
258
|
+
"token": "component-bottom-to-text-200",
|
|
259
|
+
"context": "Spacing (bottom edge to label/description)"
|
|
260
|
+
},
|
|
261
|
+
{
|
|
262
|
+
"token": "component-bottom-to-text-300",
|
|
263
|
+
"context": "Spacing (bottom edge to label/description)"
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
"token": "spacing-100",
|
|
267
|
+
"context": "Spacing (label area to actions/value area, minimum)"
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
"token": "menu-item-top-to-selected-icon-small",
|
|
271
|
+
"context": "Spacing (top edge to selected icon, single selection)"
|
|
272
|
+
},
|
|
273
|
+
{
|
|
274
|
+
"token": "menu-item-top-to-selected-icon-medium",
|
|
275
|
+
"context": "Spacing (top edge to selected icon, single selection)"
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
"token": "menu-item-top-to-selected-icon-large",
|
|
279
|
+
"context": "Spacing (top edge to selected icon, single selection)"
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
"token": "menu-item-top-to-selected-icon-extra-large",
|
|
283
|
+
"context": "Spacing (top edge to selected icon, single selection)"
|
|
284
|
+
},
|
|
285
|
+
{
|
|
286
|
+
"token": "text-to-control-75",
|
|
287
|
+
"context": "Spacing (checkmark icon/checkbox to label)"
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
"token": "text-to-control-100",
|
|
291
|
+
"context": "Spacing (checkmark icon/checkbox to label)"
|
|
292
|
+
},
|
|
293
|
+
{
|
|
294
|
+
"token": "text-to-control-200",
|
|
295
|
+
"context": "Spacing (checkmark icon/checkbox to label)"
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
"token": "text-to-control-300",
|
|
299
|
+
"context": "Spacing (checkmark icon/checkbox to label)"
|
|
300
|
+
},
|
|
301
|
+
{
|
|
302
|
+
"token": "menu-item-edge-to-content-not-selected-small",
|
|
303
|
+
"context": "Spacing (start edge to label, single selection, not selected)"
|
|
304
|
+
},
|
|
305
|
+
{
|
|
306
|
+
"token": "menu-item-edge-to-content-not-selected-medium",
|
|
307
|
+
"context": "Spacing (start edge to label, single selection, not selected)"
|
|
308
|
+
},
|
|
309
|
+
{
|
|
310
|
+
"token": "menu-item-edge-to-content-not-selected-large",
|
|
311
|
+
"context": "Spacing (start edge to label, single selection, not selected)"
|
|
312
|
+
},
|
|
313
|
+
{
|
|
314
|
+
"token": "menu-item-edge-to-content-not-selected-extra-large",
|
|
315
|
+
"context": "Spacing (start edge to label, single selection, not selected)"
|
|
316
|
+
},
|
|
317
|
+
{
|
|
318
|
+
"token": "menu-item-top-to-disclosure-icon-small",
|
|
319
|
+
"context": "Spacing (top edge to disclosure icon)"
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
"token": "menu-item-top-to-disclosure-icon-medium",
|
|
323
|
+
"context": "Spacing (top edge to disclosure icon)"
|
|
324
|
+
},
|
|
325
|
+
{
|
|
326
|
+
"token": "menu-item-top-to-disclosure-icon-large",
|
|
327
|
+
"context": "Spacing (top edge to disclosure icon)"
|
|
328
|
+
},
|
|
329
|
+
{
|
|
330
|
+
"token": "menu-item-top-to-disclosure-icon-extra-large",
|
|
331
|
+
"context": "Spacing (top edge to disclosure icon)"
|
|
332
|
+
},
|
|
333
|
+
{
|
|
334
|
+
"token": "focus-indicator-thickness",
|
|
335
|
+
"context": "Focus indicator"
|
|
336
|
+
},
|
|
337
|
+
{
|
|
338
|
+
"token": "focus-indicator-gap",
|
|
339
|
+
"context": "Focus indicator"
|
|
340
|
+
},
|
|
341
|
+
{
|
|
342
|
+
"token": "workflow-icon-size-75",
|
|
343
|
+
"context": "Icon (menu item)"
|
|
344
|
+
},
|
|
345
|
+
{
|
|
346
|
+
"token": "workflow-icon-size-100",
|
|
347
|
+
"context": "Icon (menu item)"
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
"token": "workflow-icon-size-200",
|
|
351
|
+
"context": "Icon (menu item)"
|
|
352
|
+
},
|
|
353
|
+
{
|
|
354
|
+
"token": "workflow-icon-size-300",
|
|
355
|
+
"context": "Icon (menu item)"
|
|
356
|
+
},
|
|
357
|
+
{
|
|
358
|
+
"token": "checkmark-icon-size-75",
|
|
359
|
+
"context": "Icon (single selection, selected menu item)"
|
|
360
|
+
},
|
|
361
|
+
{
|
|
362
|
+
"token": "checkmark-icon-size-100",
|
|
363
|
+
"context": "Icon (single selection, selected menu item)"
|
|
364
|
+
},
|
|
365
|
+
{
|
|
366
|
+
"token": "checkmark-icon-size-200",
|
|
367
|
+
"context": "Icon (single selection, selected menu item)"
|
|
368
|
+
},
|
|
369
|
+
{
|
|
370
|
+
"token": "checkmark-icon-size-300",
|
|
371
|
+
"context": "Icon (single selection, selected menu item)"
|
|
372
|
+
},
|
|
373
|
+
{
|
|
374
|
+
"token": "chevron-icon-size-75",
|
|
375
|
+
"context": "Icon (drill-in action, menu item)"
|
|
376
|
+
},
|
|
377
|
+
{
|
|
378
|
+
"token": "chevron-icon-size-100",
|
|
379
|
+
"context": "Icon (drill-in action, menu item)"
|
|
380
|
+
},
|
|
381
|
+
{
|
|
382
|
+
"token": "chevron-icon-size-200",
|
|
383
|
+
"context": "Icon (drill-in action, menu item)"
|
|
384
|
+
},
|
|
385
|
+
{
|
|
386
|
+
"token": "chevron-icon-size-300",
|
|
387
|
+
"context": "Icon (drill-in action, menu item)"
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
"token": "link-out-icon-size-75",
|
|
391
|
+
"context": "Icon (external link action, menu item)"
|
|
392
|
+
},
|
|
393
|
+
{
|
|
394
|
+
"token": "link-out-icon-size-100",
|
|
395
|
+
"context": "Icon (external link action, menu item)"
|
|
396
|
+
},
|
|
397
|
+
{
|
|
398
|
+
"token": "link-out-icon-size-200",
|
|
399
|
+
"context": "Icon (external link action, menu item)"
|
|
400
|
+
},
|
|
401
|
+
{
|
|
402
|
+
"token": "thumbnail-size-500",
|
|
403
|
+
"context": "Thumbnail"
|
|
404
|
+
},
|
|
405
|
+
{
|
|
406
|
+
"token": "thumbnail-size-700",
|
|
407
|
+
"context": "Thumbnail"
|
|
408
|
+
},
|
|
409
|
+
{
|
|
410
|
+
"token": "thumbnail-size-800",
|
|
411
|
+
"context": "Thumbnail"
|
|
412
|
+
},
|
|
413
|
+
{
|
|
414
|
+
"token": "thumbnail-size-900",
|
|
415
|
+
"context": "Thumbnail"
|
|
416
|
+
},
|
|
417
|
+
{
|
|
418
|
+
"token": "menu-item-background-color-default",
|
|
419
|
+
"context": "Background"
|
|
420
|
+
},
|
|
421
|
+
{
|
|
422
|
+
"token": "menu-item-background-color-hover",
|
|
423
|
+
"context": "Background"
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
"token": "menu-item-background-color-down",
|
|
427
|
+
"context": "Background"
|
|
428
|
+
},
|
|
429
|
+
{
|
|
430
|
+
"token": "menu-item-background-color-key-focus",
|
|
431
|
+
"context": "Background"
|
|
432
|
+
},
|
|
433
|
+
{
|
|
434
|
+
"token": "menu-item-background-color-disabled",
|
|
435
|
+
"context": "Background"
|
|
436
|
+
},
|
|
437
|
+
{
|
|
438
|
+
"token": "menu-item-background-opacity",
|
|
439
|
+
"context": "Background"
|
|
440
|
+
},
|
|
441
|
+
{
|
|
442
|
+
"token": "neutral-content-color-default",
|
|
443
|
+
"context": "Label and icon"
|
|
444
|
+
},
|
|
445
|
+
{
|
|
446
|
+
"token": "neutral-content-color-hover",
|
|
447
|
+
"context": "Label and icon"
|
|
448
|
+
},
|
|
449
|
+
{
|
|
450
|
+
"token": "neutral-content-color-down",
|
|
451
|
+
"context": "Label and icon"
|
|
452
|
+
},
|
|
453
|
+
{
|
|
454
|
+
"token": "neutral-content-color-key-focus",
|
|
455
|
+
"context": "Label and icon"
|
|
456
|
+
},
|
|
457
|
+
{
|
|
458
|
+
"token": "disabled-content-color",
|
|
459
|
+
"context": "Label and icon"
|
|
460
|
+
},
|
|
461
|
+
{
|
|
462
|
+
"token": "neutral-subdued-content-color-default",
|
|
463
|
+
"context": "Description"
|
|
464
|
+
},
|
|
465
|
+
{
|
|
466
|
+
"token": "neutral-subdued-content-color-hover",
|
|
467
|
+
"context": "Description"
|
|
468
|
+
},
|
|
469
|
+
{
|
|
470
|
+
"token": "neutral-subdued-content-color-down",
|
|
471
|
+
"context": "Description"
|
|
472
|
+
},
|
|
473
|
+
{
|
|
474
|
+
"token": "neutral-subdued-content-color-key-focus",
|
|
475
|
+
"context": "Description"
|
|
476
|
+
},
|
|
477
|
+
{
|
|
478
|
+
"token": "accent-content-color-default",
|
|
479
|
+
"context": "Checkmark icon"
|
|
480
|
+
},
|
|
481
|
+
{
|
|
482
|
+
"token": "accent-content-color-hover",
|
|
483
|
+
"context": "Checkmark icon"
|
|
484
|
+
},
|
|
485
|
+
{
|
|
486
|
+
"token": "accent-content-color-down",
|
|
487
|
+
"context": "Checkmark icon"
|
|
488
|
+
},
|
|
489
|
+
{
|
|
490
|
+
"token": "accent-content-color-key-focus",
|
|
491
|
+
"context": "Checkmark icon"
|
|
492
|
+
},
|
|
493
|
+
{
|
|
494
|
+
"token": "focus-indicator-color",
|
|
495
|
+
"context": "Focus indicator"
|
|
496
|
+
},
|
|
497
|
+
{
|
|
498
|
+
"token": "default-font-family",
|
|
499
|
+
"context": "Section header title"
|
|
500
|
+
},
|
|
501
|
+
{
|
|
502
|
+
"token": "bold-font-weight",
|
|
503
|
+
"context": "Section header title"
|
|
504
|
+
},
|
|
505
|
+
{
|
|
506
|
+
"token": "default-font-style",
|
|
507
|
+
"context": "Section header title"
|
|
508
|
+
},
|
|
509
|
+
{
|
|
510
|
+
"token": "font-size-75",
|
|
511
|
+
"context": "Section header title"
|
|
512
|
+
},
|
|
513
|
+
{
|
|
514
|
+
"token": "font-size-100",
|
|
515
|
+
"context": "Section header title"
|
|
516
|
+
},
|
|
517
|
+
{
|
|
518
|
+
"token": "font-size-200",
|
|
519
|
+
"context": "Section header title"
|
|
520
|
+
},
|
|
521
|
+
{
|
|
522
|
+
"token": "font-size-300",
|
|
523
|
+
"context": "Section header title"
|
|
524
|
+
},
|
|
525
|
+
{
|
|
526
|
+
"token": "line-height-100",
|
|
527
|
+
"context": "Section header title"
|
|
528
|
+
},
|
|
529
|
+
{
|
|
530
|
+
"token": "cjk-line-height-100",
|
|
531
|
+
"context": "Section header title"
|
|
532
|
+
},
|
|
533
|
+
{
|
|
534
|
+
"token": "regular-font-weight",
|
|
535
|
+
"context": "Descriptions (section header and item)"
|
|
536
|
+
},
|
|
537
|
+
{
|
|
538
|
+
"token": "font-size-50",
|
|
539
|
+
"context": "Descriptions (section header and item)"
|
|
540
|
+
}
|
|
541
|
+
]
|
|
76
542
|
}
|
package/components/meter.json
CHANGED
|
@@ -44,5 +44,119 @@
|
|
|
44
44
|
},
|
|
45
45
|
"lifecycle": {
|
|
46
46
|
"introduced": "1.0.0-draft"
|
|
47
|
-
}
|
|
47
|
+
},
|
|
48
|
+
"tokenBindings": [
|
|
49
|
+
{
|
|
50
|
+
"token": "meter-minimum-width",
|
|
51
|
+
"context": "Minimum width"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"token": "meter-maximum-width",
|
|
55
|
+
"context": "Maximum width"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"token": "font-size-75",
|
|
59
|
+
"context": "Text"
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"token": "font-size-100",
|
|
63
|
+
"context": "Text"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"token": "font-size-200",
|
|
67
|
+
"context": "Text"
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"token": "font-size-300",
|
|
71
|
+
"context": "Text"
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"token": "line-height-100",
|
|
75
|
+
"context": "Text"
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"token": "cjk-line-height-100",
|
|
79
|
+
"context": "Text"
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"token": "spacing-75",
|
|
83
|
+
"context": "Spacing (field label to progress bar)"
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"token": "component-top-to-text-75",
|
|
87
|
+
"context": "Spacing (top edge to text)"
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"token": "component-top-to-text-100",
|
|
91
|
+
"context": "Spacing (top edge to text)"
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"token": "component-top-to-text-200",
|
|
95
|
+
"context": "Spacing (top edge to text)"
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"token": "component-top-to-text-300",
|
|
99
|
+
"context": "Spacing (top edge to text)"
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"token": "spacing-200",
|
|
103
|
+
"context": "Minimum spacing (field label to text)"
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"token": "meter-thickness-small",
|
|
107
|
+
"context": "Meter (thickness)"
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"token": "meter-thickness-medium",
|
|
111
|
+
"context": "Meter (thickness)"
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"token": "meter-thickness-large",
|
|
115
|
+
"context": "Meter (thickness)"
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"token": "meter-thickness-extra-large",
|
|
119
|
+
"context": "Meter (thickness)"
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"token": "corner-radius-full",
|
|
123
|
+
"context": "Meter (rounding)"
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"token": "neutral-subdued-content-color-default",
|
|
127
|
+
"context": "Text"
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"token": "track-color",
|
|
131
|
+
"context": "Track and indicator"
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
"token": "accent-content-color-default",
|
|
135
|
+
"context": "Track and indicator"
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"token": "static-black-text-color",
|
|
139
|
+
"context": "Text (black)"
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"token": "static-black-track-color",
|
|
143
|
+
"context": "Track and indicator (black)"
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
"token": "static-black-track-indicator-color",
|
|
147
|
+
"context": "Track and indicator (black)"
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"token": "static-white-text-color",
|
|
151
|
+
"context": "Text (white)"
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"token": "static-white-track-color",
|
|
155
|
+
"context": "Track and indicator (white)"
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
"token": "static-white-track-indicator-color",
|
|
159
|
+
"context": "Track and indicator (white)"
|
|
160
|
+
}
|
|
161
|
+
]
|
|
48
162
|
}
|