@adobe/design-data-spec 0.4.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.
- 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
|
@@ -39,5 +39,247 @@
|
|
|
39
39
|
],
|
|
40
40
|
"lifecycle": {
|
|
41
41
|
"introduced": "1.0.0-draft"
|
|
42
|
-
}
|
|
42
|
+
},
|
|
43
|
+
"tokenBindings": [
|
|
44
|
+
{
|
|
45
|
+
"token": "radio-button-control-size-small",
|
|
46
|
+
"context": "S2 Control (size)"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"token": "radio-button-control-size-medium",
|
|
50
|
+
"context": "S2 Control (size)"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"token": "radio-button-control-size-large",
|
|
54
|
+
"context": "S2 Control (size)"
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"token": "radio-button-control-size-extra-large",
|
|
58
|
+
"context": "S2 Control (size)"
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"token": "radio-button-top-to-control-small",
|
|
62
|
+
"context": "S2 Spacing (top edge to control)"
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"token": "radio-button-top-to-control-medium",
|
|
66
|
+
"context": "S2 Spacing (top edge to control)"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"token": "radio-button-top-to-control-large",
|
|
70
|
+
"context": "S2 Spacing (top edge to control)"
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"token": "radio-button-top-to-control-extra-large",
|
|
74
|
+
"context": "S2 Spacing (top edge to control)"
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"token": "neutral-content-color-selected-default",
|
|
78
|
+
"context": "S2 Control (selected, non emphasized)"
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"token": "neutral-content-color-selected-hover",
|
|
82
|
+
"context": "S2 Control (selected, non emphasized)"
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"token": "neutral-content-color-selected-key-focus",
|
|
86
|
+
"context": "S2 Control (selected, non emphasized)"
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"token": "neutral-background-color-selected-default",
|
|
90
|
+
"context": "S1 Control (selected, non emphasized)"
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"token": "neutral-background-color-selected-hover",
|
|
94
|
+
"context": "S1 Control (selected, non emphasized)"
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
"token": "neutral-background-color-selected-key-focus",
|
|
98
|
+
"context": "S1 Control (selected, non emphasized)"
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"token": "component-height-75",
|
|
102
|
+
"context": "Minimum height"
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"token": "component-height-100",
|
|
106
|
+
"context": "Minimum height"
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"token": "component-height-200",
|
|
110
|
+
"context": "Minimum height"
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"token": "component-height-300",
|
|
114
|
+
"context": "Minimum height"
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"token": "component-size-difference-down",
|
|
118
|
+
"context": "Component size (down)"
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"token": "component-size-width-ratio-down",
|
|
122
|
+
"context": "Component size (down)"
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"token": "component-size-minimum-perspective-down",
|
|
126
|
+
"context": "Component size (down)"
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"token": "border-width-200",
|
|
130
|
+
"context": "Control (border)"
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"token": "text-to-control-75",
|
|
134
|
+
"context": "Spacing (control to label)"
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"token": "text-to-control-100",
|
|
138
|
+
"context": "Spacing (control to label)"
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
"token": "text-to-control-200",
|
|
142
|
+
"context": "Spacing (control to label)"
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"token": "text-to-control-300",
|
|
146
|
+
"context": "Spacing (control to label)"
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"token": "component-top-to-text-75",
|
|
150
|
+
"context": "Spacing (top/bottom edge to label)"
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"token": "component-top-to-text-100",
|
|
154
|
+
"context": "Spacing (top/bottom edge to label)"
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"token": "component-top-to-text-200",
|
|
158
|
+
"context": "Spacing (top/bottom edge to label)"
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"token": "component-top-to-text-300",
|
|
162
|
+
"context": "Spacing (top/bottom edge to label)"
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"token": "component-bottom-to-text-75",
|
|
166
|
+
"context": "Spacing (top/bottom edge to label)"
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
"token": "component-bottom-to-text-100",
|
|
170
|
+
"context": "Spacing (top/bottom edge to label)"
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
"token": "component-bottom-to-text-200",
|
|
174
|
+
"context": "Spacing (top/bottom edge to label)"
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"token": "component-bottom-to-text-300",
|
|
178
|
+
"context": "Spacing (top/bottom edge to label)"
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
"token": "focus-indicator-thickness",
|
|
182
|
+
"context": "Focus ring"
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"token": "focus-indicator-gap",
|
|
186
|
+
"context": "Focus ring"
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"token": "radio-button-selection-indicator",
|
|
190
|
+
"context": "Selection indicator"
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
"token": "spacing-300",
|
|
194
|
+
"context": "Radio group spacing (horizontal)"
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
"token": "neutral-content-color-default",
|
|
198
|
+
"context": "Label"
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"token": "neutral-content-color-hover",
|
|
202
|
+
"context": "Label"
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"token": "neutral-content-color-down",
|
|
206
|
+
"context": "Label"
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
"token": "neutral-content-color-key-focus",
|
|
210
|
+
"context": "Label"
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
"token": "gray-25",
|
|
214
|
+
"context": "Control"
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
"token": "accent-content-color-default",
|
|
218
|
+
"context": "Control (selected, emphasized)"
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
"token": "accent-content-color-hover",
|
|
222
|
+
"context": "Control (selected, emphasized)"
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
"token": "accent-content-color-down",
|
|
226
|
+
"context": "Control (selected, emphasized)"
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
"token": "accent-content-color-key-focus",
|
|
230
|
+
"context": "Control (selected, emphasized)"
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
"token": "disabled-content-color",
|
|
234
|
+
"context": "Label (disabled)"
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
"token": "focus-indicator-color",
|
|
238
|
+
"context": "Focus ring"
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
"token": "negative-color-900",
|
|
242
|
+
"context": "Radio button colors"
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
"token": "negative-color-1000",
|
|
246
|
+
"context": "Radio button colors"
|
|
247
|
+
},
|
|
248
|
+
{
|
|
249
|
+
"token": "default-font-family",
|
|
250
|
+
"context": "Label"
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
"token": "regular-font-weight",
|
|
254
|
+
"context": "Label"
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
"token": "default-font-style",
|
|
258
|
+
"context": "Label"
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
"token": "font-size-75",
|
|
262
|
+
"context": "Label"
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
"token": "font-size-100",
|
|
266
|
+
"context": "Label"
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
"token": "font-size-200",
|
|
270
|
+
"context": "Label"
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
"token": "font-size-300",
|
|
274
|
+
"context": "Label"
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
"token": "line-height-100",
|
|
278
|
+
"context": "Label"
|
|
279
|
+
},
|
|
280
|
+
{
|
|
281
|
+
"token": "cjk-line-height-100",
|
|
282
|
+
"context": "Label"
|
|
283
|
+
}
|
|
284
|
+
]
|
|
43
285
|
}
|
package/components/rating.json
CHANGED
|
@@ -43,5 +43,103 @@
|
|
|
43
43
|
],
|
|
44
44
|
"lifecycle": {
|
|
45
45
|
"introduced": "1.0.0-draft"
|
|
46
|
-
}
|
|
46
|
+
},
|
|
47
|
+
"tokenBindings": [
|
|
48
|
+
{
|
|
49
|
+
"token": "worfklow-icon-size-75",
|
|
50
|
+
"context": "Layout"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"token": "workflow-icon-size-100",
|
|
54
|
+
"context": "Layout"
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"token": "rating-width-small",
|
|
58
|
+
"context": "Width"
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"token": "rating-width-medium",
|
|
62
|
+
"context": "Width"
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"token": "rating-height-small",
|
|
66
|
+
"context": "Height"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"token": "rating-height-medium",
|
|
70
|
+
"context": "Height"
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"token": "corner-radius-medium-size-small",
|
|
74
|
+
"context": "Rounding"
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"token": "corner-radius-medium-size-medium",
|
|
78
|
+
"context": "Rounding"
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"token": "focus-indicator-thickness",
|
|
82
|
+
"context": "Focus ring"
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"token": "focus-indicator-grap",
|
|
86
|
+
"context": "Focus ring"
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"token": "rating-top-to-content-area-small",
|
|
90
|
+
"context": "Spacing (padding)"
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"token": "rating-top-to-content-area-medium",
|
|
94
|
+
"context": "Spacing (padding)"
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
"token": "rating-bottom-to-content-area-small",
|
|
98
|
+
"context": "Spacing (padding)"
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"token": "rating-bottom-to-content-area-medium",
|
|
102
|
+
"context": "Spacing (padding)"
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"token": "rating-edge-to-content-area-small",
|
|
106
|
+
"context": "Spacing (padding)"
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"token": "rating-edge-to-content-area-medium",
|
|
110
|
+
"context": "Spacing (padding)"
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"token": "spacing-75",
|
|
114
|
+
"context": "Spacing"
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"token": "neutral-content-color-default",
|
|
118
|
+
"context": "Default"
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"token": "accent-content-color-default",
|
|
122
|
+
"context": "Emphasized"
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"token": "accent-content-color-hover",
|
|
126
|
+
"context": "Hover"
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"token": "neutral-content-color-hover",
|
|
130
|
+
"context": "Hover"
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"token": "neutral-content-color-down",
|
|
134
|
+
"context": "Down"
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"token": "accent-content-color-down",
|
|
138
|
+
"context": "Down"
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
"token": "disabled-content-color",
|
|
142
|
+
"context": "Disabled"
|
|
143
|
+
}
|
|
144
|
+
]
|
|
47
145
|
}
|
|
@@ -68,5 +68,239 @@
|
|
|
68
68
|
],
|
|
69
69
|
"lifecycle": {
|
|
70
70
|
"introduced": "1.0.0-draft"
|
|
71
|
-
}
|
|
71
|
+
},
|
|
72
|
+
"tokenBindings": [
|
|
73
|
+
{
|
|
74
|
+
"token": "in-field",
|
|
75
|
+
"context": "Components"
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"token": "search-field-minimum-width-multiplier",
|
|
79
|
+
"context": "Width (minimum)"
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"token": "field-width",
|
|
83
|
+
"context": "Width (default)"
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"token": "component-height-75",
|
|
87
|
+
"context": "Height"
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"token": "component-height-100",
|
|
91
|
+
"context": "Height"
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"token": "component-height-200",
|
|
95
|
+
"context": "Height"
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"token": "component-height-300",
|
|
99
|
+
"context": "Height"
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"token": "help-text-to-component",
|
|
103
|
+
"context": "Spacing (search field to help text)"
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"token": "corner-radius-full",
|
|
107
|
+
"context": "Rounding"
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"token": "border-width-200",
|
|
111
|
+
"context": "Border"
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"token": "workflow-icon-size-75",
|
|
115
|
+
"context": "Icon"
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"token": "workflow-icon-size-100",
|
|
119
|
+
"context": "Icon"
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"token": "workflow-icon-size-200",
|
|
123
|
+
"context": "Icon"
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"token": "workflow-icon-size-300",
|
|
127
|
+
"context": "Icon"
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"token": "component-pill-edge-to-text-75",
|
|
131
|
+
"context": "Spacing (start/end edge to text)"
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
"token": "component-pill-edge-to-text-100",
|
|
135
|
+
"context": "Spacing (start/end edge to text)"
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"token": "component-pill-edge-to-text-200",
|
|
139
|
+
"context": "Spacing (start/end edge to text)"
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"token": "component-pill-edge-to-text-300",
|
|
143
|
+
"context": "Spacing (start/end edge to text)"
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
"token": "component-pill-edge-to-visual-75",
|
|
147
|
+
"context": "Spacing (start/end edge to text)"
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"token": "component-pill-edge-to-visual-100",
|
|
151
|
+
"context": "Spacing (start/end edge to text)"
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"token": "component-pill-edge-to-visual-200",
|
|
155
|
+
"context": "Spacing (start/end edge to text)"
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
"token": "component-pill-edge-to-visual-300",
|
|
159
|
+
"context": "Spacing (start/end edge to text)"
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
"token": "text-to-visual-75",
|
|
163
|
+
"context": "Spacing (icon to text)"
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
"token": "text-to-visual-100",
|
|
167
|
+
"context": "Spacing (icon to text)"
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"token": "text-to-visual-200",
|
|
171
|
+
"context": "Spacing (icon to text)"
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"token": "text-to-visual-300",
|
|
175
|
+
"context": "Spacing (icon to text)"
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
"token": "component-top-to-workflow-icon-75",
|
|
179
|
+
"context": "Spacing (top edge to icon)"
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
"token": "component-top-to-workflow-icon-100",
|
|
183
|
+
"context": "Spacing (top edge to icon)"
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
"token": "component-top-to-workflow-icon-200",
|
|
187
|
+
"context": "Spacing (top edge to icon)"
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"token": "component-top-to-workflow-icon-300",
|
|
191
|
+
"context": "Spacing (top edge to icon)"
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
"token": "focus-indicator-thickness",
|
|
195
|
+
"context": "Focus indicator"
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"token": "focus-indicator-gap",
|
|
199
|
+
"context": "Focus indicator"
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
"token": "default-font-family",
|
|
203
|
+
"context": "Label"
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
"token": "regular-font-weight",
|
|
207
|
+
"context": "Label"
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"token": "default-font-style",
|
|
211
|
+
"context": "Label"
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
"token": "component-s-regular",
|
|
215
|
+
"context": "Label"
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
"token": "component-m-regular",
|
|
219
|
+
"context": "Label"
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
"token": "component-l-regular",
|
|
223
|
+
"context": "Label"
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
"token": "component-xl-regular",
|
|
227
|
+
"context": "Label"
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"token": "line-height-font-size-75",
|
|
231
|
+
"context": "Label"
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
"token": "line-height-font-size-100",
|
|
235
|
+
"context": "Label"
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
"token": "line-height-font-size-200",
|
|
239
|
+
"context": "Label"
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
"token": "line-height-font-size-300",
|
|
243
|
+
"context": "Label"
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
"token": "cjk-line-height-100",
|
|
247
|
+
"context": "Label"
|
|
248
|
+
},
|
|
249
|
+
{
|
|
250
|
+
"token": "gray-25",
|
|
251
|
+
"context": "Background and border"
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
"token": "gray-300",
|
|
255
|
+
"context": "Background and border"
|
|
256
|
+
},
|
|
257
|
+
{
|
|
258
|
+
"token": "gray-400",
|
|
259
|
+
"context": "Background and border"
|
|
260
|
+
},
|
|
261
|
+
{
|
|
262
|
+
"token": "gray-900",
|
|
263
|
+
"context": "Background and border"
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
"token": "gray-800",
|
|
267
|
+
"context": "Background and border"
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
"token": "neutral-content-color-default",
|
|
271
|
+
"context": "Value, label and icon"
|
|
272
|
+
},
|
|
273
|
+
{
|
|
274
|
+
"token": "neutral-content-color-hover",
|
|
275
|
+
"context": "Value, label and icon"
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
"token": "neutral-content-color-focus-hover",
|
|
279
|
+
"context": "Value, label and icon"
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
"token": "neutral-content-color-focus",
|
|
283
|
+
"context": "Value, label and icon"
|
|
284
|
+
},
|
|
285
|
+
{
|
|
286
|
+
"token": "neutral-content-color-key-focus",
|
|
287
|
+
"context": "Value, label and icon"
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
"token": "gray-600",
|
|
291
|
+
"context": "Value, label and icon"
|
|
292
|
+
},
|
|
293
|
+
{
|
|
294
|
+
"token": "disabled-content-color",
|
|
295
|
+
"context": "Background and border (disabled)"
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
"token": "disabled-border-color",
|
|
299
|
+
"context": "Background and border (disabled)"
|
|
300
|
+
},
|
|
301
|
+
{
|
|
302
|
+
"token": "focus-indicator-color",
|
|
303
|
+
"context": "Focus ring"
|
|
304
|
+
}
|
|
305
|
+
]
|
|
72
306
|
}
|