@adobe/spectrum-tokens 14.5.0 → 14.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.
@@ -1,13 +1,135 @@
1
1
  {
2
2
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/naming-exceptions.json",
3
3
  "description": "Legacy token names that cannot be deterministically generated from a structured name object. Each entry tracks a known inconsistency for future remediation.",
4
+ "categories": {
5
+ "compound-state": {
6
+ "description": "Tokens with multiple simultaneous states (e.g., selected + hover) that cannot be represented in the single state field",
7
+ "count": 38,
8
+ "status": "tracked",
9
+ "proposal": "005"
10
+ },
11
+ "state-position": {
12
+ "description": "Tokens where state appears in a non-standard position (e.g., disabled-background-color instead of background-color-disabled)",
13
+ "count": 167,
14
+ "status": "planned-rename"
15
+ },
16
+ "typography-script": {
17
+ "description": "Typography tokens with writing system qualifiers (cjk) — needs typography taxonomy",
18
+ "count": 97,
19
+ "status": "needs-spec-decision"
20
+ },
21
+ "typography-family": {
22
+ "description": "Typography tokens with font family qualifiers (sans-serif, serif) — needs typography taxonomy",
23
+ "count": 90,
24
+ "status": "needs-spec-decision"
25
+ },
26
+ "typography-weight": {
27
+ "description": "Typography tokens with weight/emphasis qualifiers (emphasized, strong, heavy) — needs taxonomy classification",
28
+ "count": 32,
29
+ "status": "needs-spec-decision"
30
+ },
31
+ "drop-shadow-property": {
32
+ "description": "Drop-shadow sub-properties (blur, x, y) — needs classification of drop-shadow as structure/object/property",
33
+ "count": 19,
34
+ "status": "needs-spec-decision",
35
+ "proposal": "004"
36
+ },
37
+ "spacing-between": {
38
+ "description": "Spacing-between (-to-) pattern tokens — no representation in 13-field spec (571 deprecated, 20 active)",
39
+ "count": 40,
40
+ "status": "mostly-deprecated"
41
+ },
42
+ "context-modifier": {
43
+ "description": "Context/layer modifiers (elevated, pasteboard, ambient) — no field for UI layering context",
44
+ "count": 30,
45
+ "status": "needs-spec-decision",
46
+ "proposal": "004"
47
+ },
48
+ "spatial-qualifier": {
49
+ "description": "Spatial sub-part qualifiers (inner, outer) — could expand positions registry",
50
+ "count": 22,
51
+ "status": "needs-spec-decision",
52
+ "proposal": "006"
53
+ },
54
+ "variant-qualifier": {
55
+ "description": "Tokens categorized as variant-qualifier",
56
+ "count": 34,
57
+ "status": "needs-spec-decision",
58
+ "proposal": "002"
59
+ },
60
+ "vocabulary-gap": {
61
+ "description": "Tokens categorized as vocabulary-gap",
62
+ "count": 66,
63
+ "status": "needs-spec-decision",
64
+ "proposal": "006"
65
+ },
66
+ "typography-taxonomy": {
67
+ "description": "Tokens categorized as typography-taxonomy",
68
+ "count": 131,
69
+ "status": "needs-spec-decision",
70
+ "proposal": "001"
71
+ },
72
+ "static-color-compound": {
73
+ "description": "Tokens categorized as static-color-compound",
74
+ "count": 4,
75
+ "status": "needs-spec-decision",
76
+ "proposal": "002"
77
+ },
78
+ "unclassified": {
79
+ "description": "Tokens categorized as unclassified",
80
+ "count": 19,
81
+ "status": "needs-spec-decision"
82
+ },
83
+ "dual-variant": {
84
+ "description": "Tokens categorized as dual-variant",
85
+ "count": 54,
86
+ "status": "needs-spec-decision",
87
+ "proposal": "002"
88
+ },
89
+ "ordering-mismatch": {
90
+ "description": "Tokens categorized as ordering-mismatch",
91
+ "count": 21,
92
+ "status": "needs-spec-decision",
93
+ "proposal": "002"
94
+ },
95
+ "ordinal-rank": {
96
+ "description": "Tokens using small integers (1, 2, 3) as ordinal rank rather than design system scale values",
97
+ "count": 8,
98
+ "status": "needs-spec-decision",
99
+ "proposal": "008"
100
+ }
101
+ },
4
102
  "exceptions": [
103
+ {
104
+ "token": "drop-shadow-emphasized-default-blur",
105
+ "file": "layout.json",
106
+ "category": "compound-state",
107
+ "reason": "Does not roundtrip through canonical generation rules (category: compound-state)"
108
+ },
5
109
  {
6
110
  "token": "drop-shadow-emphasized-default-color",
7
111
  "file": "color-aliases.json",
8
112
  "category": "compound-state",
9
113
  "reason": "Does not roundtrip through canonical generation rules (category: compound-state)"
10
114
  },
115
+ {
116
+ "token": "drop-shadow-emphasized-default-x",
117
+ "file": "layout.json",
118
+ "category": "compound-state",
119
+ "reason": "Does not roundtrip through canonical generation rules (category: compound-state)"
120
+ },
121
+ {
122
+ "token": "drop-shadow-emphasized-default-y",
123
+ "file": "layout.json",
124
+ "category": "compound-state",
125
+ "reason": "Does not roundtrip through canonical generation rules (category: compound-state)"
126
+ },
127
+ {
128
+ "token": "drop-shadow-emphasized-hover-blur",
129
+ "file": "layout.json",
130
+ "category": "compound-state",
131
+ "reason": "Does not roundtrip through canonical generation rules (category: compound-state)"
132
+ },
11
133
  {
12
134
  "token": "drop-shadow-emphasized-hover-color",
13
135
  "file": "color-aliases.json",
@@ -21,73 +143,99 @@
21
143
  "reason": "Does not roundtrip through canonical generation rules (category: compound-state)"
22
144
  },
23
145
  {
24
- "token": "stack-item-selected-background-color-default",
25
- "file": "color-component.json",
146
+ "token": "drop-shadow-emphasized-hover-x",
147
+ "file": "layout.json",
26
148
  "category": "compound-state",
27
149
  "reason": "Does not roundtrip through canonical generation rules (category: compound-state)"
28
150
  },
29
151
  {
30
- "token": "stack-item-selected-background-color-down",
31
- "file": "color-component.json",
152
+ "token": "drop-shadow-emphasized-hover-y",
153
+ "file": "layout.json",
32
154
  "category": "compound-state",
33
155
  "reason": "Does not roundtrip through canonical generation rules (category: compound-state)"
34
156
  },
35
157
  {
36
- "token": "stack-item-selected-background-color-emphasized",
37
- "file": "color-component.json",
158
+ "token": "negative-border-color-hover-focus",
159
+ "file": "color-aliases.json",
38
160
  "category": "compound-state",
39
- "reason": "Does not roundtrip through canonical generation rules (category: compound-state)"
161
+ "proposal": "005",
162
+ "reason": "Ordering mismatch: serializes as \"negative-border-color-focus-hover\""
40
163
  },
41
164
  {
42
- "token": "stack-item-selected-background-color-hover",
43
- "file": "color-component.json",
165
+ "token": "neutral-background-color-default-selected",
166
+ "file": "color-aliases.json",
44
167
  "category": "compound-state",
45
- "reason": "Does not roundtrip through canonical generation rules (category: compound-state)"
168
+ "proposal": "005",
169
+ "reason": "Ordering mismatch: serializes as \"neutral-background-color-selected-default\""
46
170
  },
47
171
  {
48
- "token": "stack-item-selected-background-color-key-focus",
172
+ "token": "neutral-background-color-down-selected",
173
+ "file": "color-aliases.json",
174
+ "category": "compound-state",
175
+ "proposal": "005",
176
+ "reason": "Ordering mismatch: serializes as \"neutral-background-color-selected-down\""
177
+ },
178
+ {
179
+ "token": "neutral-background-color-hover-selected",
180
+ "file": "color-aliases.json",
181
+ "category": "compound-state",
182
+ "proposal": "005",
183
+ "reason": "Ordering mismatch: serializes as \"neutral-background-color-selected-hover\""
184
+ },
185
+ {
186
+ "token": "neutral-content-color-hover-focus",
187
+ "file": "color-aliases.json",
188
+ "category": "compound-state",
189
+ "proposal": "005",
190
+ "reason": "Ordering mismatch: serializes as \"neutral-content-color-focus-hover\""
191
+ },
192
+ {
193
+ "token": "stack-item-background-color-default-selected",
49
194
  "file": "color-component.json",
50
195
  "category": "compound-state",
51
- "reason": "Does not roundtrip through canonical generation rules (category: compound-state)"
196
+ "proposal": "005",
197
+ "reason": "Ordering mismatch: serializes as \"stack-item-background-color-selected-default\""
52
198
  },
53
199
  {
54
- "token": "table-selected-row-background-color-non-emphasized",
200
+ "token": "stack-item-background-color-down-selected",
55
201
  "file": "color-component.json",
56
202
  "category": "compound-state",
57
- "reason": "Does not roundtrip through canonical generation rules (category: compound-state)"
203
+ "proposal": "005",
204
+ "reason": "Ordering mismatch: serializes as \"stack-item-background-color-selected-down\""
58
205
  },
59
206
  {
60
- "token": "table-selected-row-background-opacity-hover",
207
+ "token": "stack-item-background-color-hover-selected",
61
208
  "file": "color-component.json",
62
209
  "category": "compound-state",
63
- "reason": "Does not roundtrip through canonical generation rules (category: compound-state)"
210
+ "proposal": "005",
211
+ "reason": "Ordering mismatch: serializes as \"stack-item-background-color-selected-hover\""
64
212
  },
65
213
  {
66
- "token": "table-selected-row-background-opacity-non-emphasized",
214
+ "token": "stack-item-selected-background-color-default",
67
215
  "file": "color-component.json",
68
216
  "category": "compound-state",
69
217
  "reason": "Does not roundtrip through canonical generation rules (category: compound-state)"
70
218
  },
71
219
  {
72
- "token": "table-selected-row-background-opacity-non-emphasized-hover",
220
+ "token": "stack-item-selected-background-color-down",
73
221
  "file": "color-component.json",
74
222
  "category": "compound-state",
75
223
  "reason": "Does not roundtrip through canonical generation rules (category: compound-state)"
76
224
  },
77
225
  {
78
- "token": "tree-view-selected-row-background-color-emphasized",
226
+ "token": "stack-item-selected-background-color-emphasized",
79
227
  "file": "color-component.json",
80
228
  "category": "compound-state",
81
229
  "reason": "Does not roundtrip through canonical generation rules (category: compound-state)"
82
230
  },
83
231
  {
84
- "token": "tree-view-selected-row-background-default",
232
+ "token": "stack-item-selected-background-color-hover",
85
233
  "file": "color-component.json",
86
234
  "category": "compound-state",
87
235
  "reason": "Does not roundtrip through canonical generation rules (category: compound-state)"
88
236
  },
89
237
  {
90
- "token": "tree-view-selected-row-background-hover",
238
+ "token": "stack-item-selected-background-color-key-focus",
91
239
  "file": "color-component.json",
92
240
  "category": "compound-state",
93
241
  "reason": "Does not roundtrip through canonical generation rules (category: compound-state)"
@@ -117,244 +265,1182 @@
117
265
  "reason": "Does not roundtrip through canonical generation rules (category: compound-state)"
118
266
  },
119
267
  {
120
- "token": "tree-view-selected-row-background-opacity-emphasized",
121
- "file": "layout-component.json",
268
+ "token": "table-row-background-opacity-hover-selected",
269
+ "file": "color-component.json",
270
+ "category": "compound-state",
271
+ "proposal": "005",
272
+ "reason": "Ordering mismatch: serializes as \"table-row-background-opacity-selected-hover\""
273
+ },
274
+ {
275
+ "token": "table-selected-row-background-color-non-emphasized",
276
+ "file": "color-component.json",
122
277
  "category": "compound-state",
123
278
  "reason": "Does not roundtrip through canonical generation rules (category: compound-state)"
124
279
  },
125
280
  {
126
- "token": "tree-view-selected-row-background-opacity-emphasized-hover",
127
- "file": "layout-component.json",
281
+ "token": "table-selected-row-background-opacity-hover",
282
+ "file": "color-component.json",
128
283
  "category": "compound-state",
129
284
  "reason": "Does not roundtrip through canonical generation rules (category: compound-state)"
130
285
  },
131
286
  {
132
- "token": "drop-shadow-emphasized-default-blur",
133
- "file": "layout.json",
287
+ "token": "table-selected-row-background-opacity-non-emphasized",
288
+ "file": "color-component.json",
134
289
  "category": "compound-state",
135
290
  "reason": "Does not roundtrip through canonical generation rules (category: compound-state)"
136
291
  },
137
292
  {
138
- "token": "drop-shadow-emphasized-default-x",
139
- "file": "layout.json",
293
+ "token": "table-selected-row-background-opacity-non-emphasized-hover",
294
+ "file": "color-component.json",
140
295
  "category": "compound-state",
141
296
  "reason": "Does not roundtrip through canonical generation rules (category: compound-state)"
142
297
  },
143
298
  {
144
- "token": "drop-shadow-emphasized-default-y",
145
- "file": "layout.json",
299
+ "token": "tree-view-row-background-default-selected",
300
+ "file": "color-component.json",
301
+ "category": "compound-state",
302
+ "proposal": "005",
303
+ "reason": "Ordering mismatch: serializes as \"tree-view-row-background-selected-default\""
304
+ },
305
+ {
306
+ "token": "tree-view-row-background-hover-selected",
307
+ "file": "color-component.json",
308
+ "category": "compound-state",
309
+ "proposal": "005",
310
+ "reason": "Ordering mismatch: serializes as \"tree-view-row-background-selected-hover\""
311
+ },
312
+ {
313
+ "token": "tree-view-selected-row-background-color-emphasized",
314
+ "file": "color-component.json",
146
315
  "category": "compound-state",
147
316
  "reason": "Does not roundtrip through canonical generation rules (category: compound-state)"
148
317
  },
149
318
  {
150
- "token": "drop-shadow-emphasized-hover-blur",
151
- "file": "layout.json",
319
+ "token": "tree-view-selected-row-background-default",
320
+ "file": "color-component.json",
152
321
  "category": "compound-state",
153
322
  "reason": "Does not roundtrip through canonical generation rules (category: compound-state)"
154
323
  },
155
324
  {
156
- "token": "drop-shadow-emphasized-hover-x",
157
- "file": "layout.json",
325
+ "token": "tree-view-selected-row-background-hover",
326
+ "file": "color-component.json",
158
327
  "category": "compound-state",
159
328
  "reason": "Does not roundtrip through canonical generation rules (category: compound-state)"
160
329
  },
161
330
  {
162
- "token": "drop-shadow-emphasized-hover-y",
163
- "file": "layout.json",
331
+ "token": "tree-view-selected-row-background-opacity-emphasized",
332
+ "file": "layout-component.json",
164
333
  "category": "compound-state",
165
334
  "reason": "Does not roundtrip through canonical generation rules (category: compound-state)"
166
335
  },
167
336
  {
168
- "token": "disabled-background-color",
169
- "file": "color-aliases.json",
170
- "category": "state-position",
171
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
337
+ "token": "tree-view-selected-row-background-opacity-emphasized-hover",
338
+ "file": "layout-component.json",
339
+ "category": "compound-state",
340
+ "reason": "Does not roundtrip through canonical generation rules (category: compound-state)"
172
341
  },
173
342
  {
174
- "token": "disabled-border-color",
343
+ "token": "background-elevated-color",
175
344
  "file": "color-aliases.json",
176
- "category": "state-position",
177
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
345
+ "category": "context-modifier",
346
+ "proposal": "004",
347
+ "reason": "\"elevated\" is a known context-modifier term with no field in the taxonomy"
178
348
  },
179
349
  {
180
- "token": "disabled-content-color",
350
+ "token": "background-pasteboard-color",
181
351
  "file": "color-aliases.json",
182
- "category": "state-position",
183
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
352
+ "category": "context-modifier",
353
+ "proposal": "004",
354
+ "reason": "\"pasteboard\" is a known context-modifier term with no field in the taxonomy"
184
355
  },
185
356
  {
186
- "token": "disabled-static-black-background-color",
357
+ "token": "drop-shadow-ambient-color",
187
358
  "file": "color-aliases.json",
188
- "category": "state-position",
189
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
359
+ "category": "context-modifier",
360
+ "proposal": "004",
361
+ "reason": "\"ambient\" is a known context-modifier term with no field in the taxonomy"
190
362
  },
191
363
  {
192
- "token": "disabled-static-black-border-color",
364
+ "token": "drop-shadow-dragged",
193
365
  "file": "color-aliases.json",
194
- "category": "state-position",
195
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
366
+ "category": "context-modifier",
367
+ "proposal": "004",
368
+ "reason": "\"dragged\" is a known context-modifier term with no field in the taxonomy"
196
369
  },
197
370
  {
198
- "token": "disabled-static-black-content-color",
199
- "file": "color-aliases.json",
200
- "category": "state-position",
201
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
371
+ "token": "drop-shadow-dragged-blur",
372
+ "file": "layout.json",
373
+ "category": "context-modifier",
374
+ "proposal": "004",
375
+ "reason": "\"dragged\" is a known context-modifier term with no field in the taxonomy"
202
376
  },
203
377
  {
204
- "token": "disabled-static-white-background-color",
378
+ "token": "drop-shadow-dragged-color",
205
379
  "file": "color-aliases.json",
206
- "category": "state-position",
207
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
380
+ "category": "context-modifier",
381
+ "proposal": "004",
382
+ "reason": "\"dragged\" is a known context-modifier term with no field in the taxonomy"
208
383
  },
209
384
  {
210
- "token": "disabled-static-white-border-color",
385
+ "token": "drop-shadow-dragged-key-color",
211
386
  "file": "color-aliases.json",
212
- "category": "state-position",
213
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
387
+ "category": "context-modifier",
388
+ "proposal": "004",
389
+ "reason": "\"dragged\" is a known context-modifier term with no field in the taxonomy"
214
390
  },
215
391
  {
216
- "token": "disabled-static-white-content-color",
217
- "file": "color-aliases.json",
218
- "category": "state-position",
219
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
392
+ "token": "drop-shadow-dragged-x",
393
+ "file": "layout.json",
394
+ "category": "context-modifier",
395
+ "proposal": "004",
396
+ "reason": "\"dragged\" is a known context-modifier term with no field in the taxonomy"
220
397
  },
221
398
  {
222
- "token": "drop-shadow-emphasized-key-color",
223
- "file": "color-aliases.json",
224
- "category": "state-position",
225
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
399
+ "token": "drop-shadow-dragged-y",
400
+ "file": "layout.json",
401
+ "category": "context-modifier",
402
+ "proposal": "004",
403
+ "reason": "\"dragged\" is a known context-modifier term with no field in the taxonomy"
226
404
  },
227
405
  {
228
- "token": "focus-indicator-color",
406
+ "token": "drop-shadow-elevated",
229
407
  "file": "color-aliases.json",
230
- "category": "state-position",
231
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
408
+ "category": "context-modifier",
409
+ "proposal": "004",
410
+ "reason": "\"elevated\" is a known context-modifier term with no field in the taxonomy"
232
411
  },
233
412
  {
234
- "token": "static-black-focus-indicator-color",
235
- "file": "color-aliases.json",
236
- "category": "state-position",
237
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
413
+ "token": "drop-shadow-elevated-blur",
414
+ "file": "layout.json",
415
+ "category": "context-modifier",
416
+ "proposal": "004",
417
+ "reason": "\"elevated\" is a known context-modifier term with no field in the taxonomy"
238
418
  },
239
419
  {
240
- "token": "static-white-focus-indicator-color",
420
+ "token": "drop-shadow-elevated-color",
241
421
  "file": "color-aliases.json",
242
- "category": "state-position",
243
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
422
+ "category": "context-modifier",
423
+ "proposal": "004",
424
+ "reason": "\"elevated\" is a known context-modifier term with no field in the taxonomy"
244
425
  },
245
426
  {
246
- "token": "select-box-selected-border-color",
247
- "file": "color-component.json",
248
- "category": "state-position",
249
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
427
+ "token": "drop-shadow-elevated-key-color",
428
+ "file": "color-aliases.json",
429
+ "category": "context-modifier",
430
+ "proposal": "004",
431
+ "reason": "\"elevated\" is a known context-modifier term with no field in the taxonomy"
250
432
  },
251
433
  {
252
- "token": "swatch-disabled-icon-border-color",
253
- "file": "color-component.json",
254
- "category": "state-position",
255
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
434
+ "token": "drop-shadow-elevated-x",
435
+ "file": "layout.json",
436
+ "category": "context-modifier",
437
+ "proposal": "004",
438
+ "reason": "\"elevated\" is a known context-modifier term with no field in the taxonomy"
256
439
  },
257
440
  {
258
- "token": "swatch-disabled-icon-border-opacity",
259
- "file": "color-component.json",
260
- "category": "state-position",
261
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
441
+ "token": "drop-shadow-elevated-y",
442
+ "file": "layout.json",
443
+ "category": "context-modifier",
444
+ "proposal": "004",
445
+ "reason": "\"elevated\" is a known context-modifier term with no field in the taxonomy"
262
446
  },
263
447
  {
264
- "token": "table-row-down-opacity",
265
- "file": "color-component.json",
266
- "category": "state-position",
267
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
448
+ "token": "color-handle-drop-shadow-blur",
449
+ "file": "layout-component.json",
450
+ "category": "drop-shadow-property",
451
+ "proposal": "004",
452
+ "reason": "\"blur\" is a known drop-shadow-property term with no field in the taxonomy"
268
453
  },
269
454
  {
270
- "token": "table-row-hover-color",
271
- "file": "color-component.json",
272
- "category": "state-position",
273
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
455
+ "token": "color-handle-drop-shadow-x",
456
+ "file": "layout-component.json",
457
+ "category": "drop-shadow-property",
458
+ "proposal": "004",
459
+ "reason": "\"x\" is a known drop-shadow-property term with no field in the taxonomy"
274
460
  },
275
461
  {
276
- "token": "table-row-hover-opacity",
277
- "file": "color-component.json",
278
- "category": "state-position",
279
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
462
+ "token": "color-handle-drop-shadow-y",
463
+ "file": "layout-component.json",
464
+ "category": "drop-shadow-property",
465
+ "proposal": "004",
466
+ "reason": "\"y\" is a known drop-shadow-property term with no field in the taxonomy"
280
467
  },
281
468
  {
282
- "token": "table-selected-row-background-color",
283
- "file": "color-component.json",
284
- "category": "state-position",
285
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
469
+ "token": "drop-shadow-blur-100",
470
+ "file": "layout.json",
471
+ "category": "drop-shadow-property",
472
+ "proposal": "004",
473
+ "reason": "Numeric scale index has no field in the 13-field taxonomy"
286
474
  },
287
475
  {
288
- "token": "table-selected-row-background-opacity",
289
- "file": "color-component.json",
290
- "category": "state-position",
291
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
476
+ "token": "drop-shadow-blur-200",
477
+ "file": "layout.json",
478
+ "category": "drop-shadow-property",
479
+ "proposal": "004",
480
+ "reason": "Numeric scale index has no field in the 13-field taxonomy"
292
481
  },
293
482
  {
294
- "token": "icon-color-disabled-primary",
295
- "file": "icons.json",
296
- "category": "state-position",
297
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
483
+ "token": "drop-shadow-blur-300",
484
+ "file": "layout.json",
485
+ "category": "drop-shadow-property",
486
+ "proposal": "004",
487
+ "reason": "Numeric scale index has no field in the 13-field taxonomy"
298
488
  },
299
489
  {
300
- "token": "icon-color-emphasized-background",
301
- "file": "icons.json",
302
- "category": "state-position",
303
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
490
+ "token": "drop-shadow-x-100",
491
+ "file": "layout.json",
492
+ "category": "drop-shadow-property",
493
+ "proposal": "004",
494
+ "reason": "Numeric scale index has no field in the 13-field taxonomy"
304
495
  },
305
496
  {
306
- "token": "accordion-focus-indicator-gap",
307
- "file": "layout-component.json",
308
- "category": "state-position",
309
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
497
+ "token": "drop-shadow-x-200",
498
+ "file": "layout.json",
499
+ "category": "drop-shadow-property",
500
+ "proposal": "004",
501
+ "reason": "Numeric scale index has no field in the 13-field taxonomy"
310
502
  },
311
503
  {
312
- "token": "card-default-width-extra-large",
313
- "file": "layout-component.json",
314
- "category": "state-position",
315
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
504
+ "token": "drop-shadow-x-300",
505
+ "file": "layout.json",
506
+ "category": "drop-shadow-property",
507
+ "proposal": "004",
508
+ "reason": "Numeric scale index has no field in the 13-field taxonomy"
316
509
  },
317
510
  {
318
- "token": "card-default-width-extra-small",
319
- "file": "layout-component.json",
320
- "category": "state-position",
321
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
511
+ "token": "drop-shadow-y-100",
512
+ "file": "layout.json",
513
+ "category": "drop-shadow-property",
514
+ "proposal": "004",
515
+ "reason": "Numeric scale index has no field in the 13-field taxonomy"
322
516
  },
323
517
  {
324
- "token": "card-default-width-large",
325
- "file": "layout-component.json",
326
- "category": "state-position",
327
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
518
+ "token": "drop-shadow-y-200",
519
+ "file": "layout.json",
520
+ "category": "drop-shadow-property",
521
+ "proposal": "004",
522
+ "reason": "Numeric scale index has no field in the 13-field taxonomy"
328
523
  },
329
524
  {
330
- "token": "card-default-width-medium",
331
- "file": "layout-component.json",
332
- "category": "state-position",
333
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
525
+ "token": "drop-shadow-y-300",
526
+ "file": "layout.json",
527
+ "category": "drop-shadow-property",
528
+ "proposal": "004",
529
+ "reason": "Numeric scale index has no field in the 13-field taxonomy"
334
530
  },
335
531
  {
336
- "token": "card-default-width-small",
532
+ "token": "floating-action-button-drop-shadow-blur",
337
533
  "file": "layout-component.json",
338
- "category": "state-position",
339
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
534
+ "category": "drop-shadow-property",
535
+ "proposal": "004",
536
+ "reason": "\"blur\" is a known drop-shadow-property term with no field in the taxonomy"
340
537
  },
341
538
  {
342
- "token": "card-edge-to-content-default-extra-large",
539
+ "token": "floating-action-button-drop-shadow-y",
343
540
  "file": "layout-component.json",
344
- "category": "state-position",
345
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
541
+ "category": "drop-shadow-property",
542
+ "proposal": "004",
543
+ "reason": "\"y\" is a known drop-shadow-property term with no field in the taxonomy"
346
544
  },
347
545
  {
348
- "token": "card-edge-to-content-default-extra-small",
349
- "file": "layout-component.json",
350
- "category": "state-position",
351
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
546
+ "token": "icon-color-blue-primary-default",
547
+ "file": "icons.json",
548
+ "category": "dual-variant",
549
+ "proposal": "002",
550
+ "reason": "Ordering mismatch: serializes as \"blue-icon-color-primary-default\""
352
551
  },
353
552
  {
354
- "token": "card-edge-to-content-default-large",
355
- "file": "layout-component.json",
356
- "category": "state-position",
357
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
553
+ "token": "icon-color-blue-primary-down",
554
+ "file": "icons.json",
555
+ "category": "dual-variant",
556
+ "proposal": "002",
557
+ "reason": "Ordering mismatch: serializes as \"blue-icon-color-primary-down\""
558
+ },
559
+ {
560
+ "token": "icon-color-blue-primary-hover",
561
+ "file": "icons.json",
562
+ "category": "dual-variant",
563
+ "proposal": "002",
564
+ "reason": "Ordering mismatch: serializes as \"blue-icon-color-primary-hover\""
565
+ },
566
+ {
567
+ "token": "icon-color-brown-primary-default",
568
+ "file": "icons.json",
569
+ "category": "dual-variant",
570
+ "proposal": "002",
571
+ "reason": "Ordering mismatch: serializes as \"brown-icon-color-primary-default\""
572
+ },
573
+ {
574
+ "token": "icon-color-brown-primary-down",
575
+ "file": "icons.json",
576
+ "category": "dual-variant",
577
+ "proposal": "002",
578
+ "reason": "Ordering mismatch: serializes as \"brown-icon-color-primary-down\""
579
+ },
580
+ {
581
+ "token": "icon-color-brown-primary-hover",
582
+ "file": "icons.json",
583
+ "category": "dual-variant",
584
+ "proposal": "002",
585
+ "reason": "Ordering mismatch: serializes as \"brown-icon-color-primary-hover\""
586
+ },
587
+ {
588
+ "token": "icon-color-celery-primary-default",
589
+ "file": "icons.json",
590
+ "category": "dual-variant",
591
+ "proposal": "002",
592
+ "reason": "Ordering mismatch: serializes as \"celery-icon-color-primary-default\""
593
+ },
594
+ {
595
+ "token": "icon-color-celery-primary-down",
596
+ "file": "icons.json",
597
+ "category": "dual-variant",
598
+ "proposal": "002",
599
+ "reason": "Ordering mismatch: serializes as \"celery-icon-color-primary-down\""
600
+ },
601
+ {
602
+ "token": "icon-color-celery-primary-hover",
603
+ "file": "icons.json",
604
+ "category": "dual-variant",
605
+ "proposal": "002",
606
+ "reason": "Ordering mismatch: serializes as \"celery-icon-color-primary-hover\""
607
+ },
608
+ {
609
+ "token": "icon-color-chartreuse-primary-default",
610
+ "file": "icons.json",
611
+ "category": "dual-variant",
612
+ "proposal": "002",
613
+ "reason": "Ordering mismatch: serializes as \"chartreuse-icon-color-primary-default\""
614
+ },
615
+ {
616
+ "token": "icon-color-chartreuse-primary-down",
617
+ "file": "icons.json",
618
+ "category": "dual-variant",
619
+ "proposal": "002",
620
+ "reason": "Ordering mismatch: serializes as \"chartreuse-icon-color-primary-down\""
621
+ },
622
+ {
623
+ "token": "icon-color-chartreuse-primary-hover",
624
+ "file": "icons.json",
625
+ "category": "dual-variant",
626
+ "proposal": "002",
627
+ "reason": "Ordering mismatch: serializes as \"chartreuse-icon-color-primary-hover\""
628
+ },
629
+ {
630
+ "token": "icon-color-cinnamon-primary-default",
631
+ "file": "icons.json",
632
+ "category": "dual-variant",
633
+ "proposal": "002",
634
+ "reason": "Ordering mismatch: serializes as \"cinnamon-icon-color-primary-default\""
635
+ },
636
+ {
637
+ "token": "icon-color-cinnamon-primary-down",
638
+ "file": "icons.json",
639
+ "category": "dual-variant",
640
+ "proposal": "002",
641
+ "reason": "Ordering mismatch: serializes as \"cinnamon-icon-color-primary-down\""
642
+ },
643
+ {
644
+ "token": "icon-color-cinnamon-primary-hover",
645
+ "file": "icons.json",
646
+ "category": "dual-variant",
647
+ "proposal": "002",
648
+ "reason": "Ordering mismatch: serializes as \"cinnamon-icon-color-primary-hover\""
649
+ },
650
+ {
651
+ "token": "icon-color-cyan-primary-default",
652
+ "file": "icons.json",
653
+ "category": "dual-variant",
654
+ "proposal": "002",
655
+ "reason": "Ordering mismatch: serializes as \"cyan-icon-color-primary-default\""
656
+ },
657
+ {
658
+ "token": "icon-color-cyan-primary-down",
659
+ "file": "icons.json",
660
+ "category": "dual-variant",
661
+ "proposal": "002",
662
+ "reason": "Ordering mismatch: serializes as \"cyan-icon-color-primary-down\""
663
+ },
664
+ {
665
+ "token": "icon-color-cyan-primary-hover",
666
+ "file": "icons.json",
667
+ "category": "dual-variant",
668
+ "proposal": "002",
669
+ "reason": "Ordering mismatch: serializes as \"cyan-icon-color-primary-hover\""
670
+ },
671
+ {
672
+ "token": "icon-color-fuchsia-primary-default",
673
+ "file": "icons.json",
674
+ "category": "dual-variant",
675
+ "proposal": "002",
676
+ "reason": "Ordering mismatch: serializes as \"fuchsia-icon-color-primary-default\""
677
+ },
678
+ {
679
+ "token": "icon-color-fuchsia-primary-down",
680
+ "file": "icons.json",
681
+ "category": "dual-variant",
682
+ "proposal": "002",
683
+ "reason": "Ordering mismatch: serializes as \"fuchsia-icon-color-primary-down\""
684
+ },
685
+ {
686
+ "token": "icon-color-fuchsia-primary-hover",
687
+ "file": "icons.json",
688
+ "category": "dual-variant",
689
+ "proposal": "002",
690
+ "reason": "Ordering mismatch: serializes as \"fuchsia-icon-color-primary-hover\""
691
+ },
692
+ {
693
+ "token": "icon-color-green-primary-default",
694
+ "file": "icons.json",
695
+ "category": "dual-variant",
696
+ "proposal": "002",
697
+ "reason": "Ordering mismatch: serializes as \"green-icon-color-primary-default\""
698
+ },
699
+ {
700
+ "token": "icon-color-green-primary-down",
701
+ "file": "icons.json",
702
+ "category": "dual-variant",
703
+ "proposal": "002",
704
+ "reason": "Ordering mismatch: serializes as \"green-icon-color-primary-down\""
705
+ },
706
+ {
707
+ "token": "icon-color-green-primary-hover",
708
+ "file": "icons.json",
709
+ "category": "dual-variant",
710
+ "proposal": "002",
711
+ "reason": "Ordering mismatch: serializes as \"green-icon-color-primary-hover\""
712
+ },
713
+ {
714
+ "token": "icon-color-indigo-primary-default",
715
+ "file": "icons.json",
716
+ "category": "dual-variant",
717
+ "proposal": "002",
718
+ "reason": "Ordering mismatch: serializes as \"indigo-icon-color-primary-default\""
719
+ },
720
+ {
721
+ "token": "icon-color-indigo-primary-down",
722
+ "file": "icons.json",
723
+ "category": "dual-variant",
724
+ "proposal": "002",
725
+ "reason": "Ordering mismatch: serializes as \"indigo-icon-color-primary-down\""
726
+ },
727
+ {
728
+ "token": "icon-color-indigo-primary-hover",
729
+ "file": "icons.json",
730
+ "category": "dual-variant",
731
+ "proposal": "002",
732
+ "reason": "Ordering mismatch: serializes as \"indigo-icon-color-primary-hover\""
733
+ },
734
+ {
735
+ "token": "icon-color-magenta-primary-default",
736
+ "file": "icons.json",
737
+ "category": "dual-variant",
738
+ "proposal": "002",
739
+ "reason": "Ordering mismatch: serializes as \"magenta-icon-color-primary-default\""
740
+ },
741
+ {
742
+ "token": "icon-color-magenta-primary-down",
743
+ "file": "icons.json",
744
+ "category": "dual-variant",
745
+ "proposal": "002",
746
+ "reason": "Ordering mismatch: serializes as \"magenta-icon-color-primary-down\""
747
+ },
748
+ {
749
+ "token": "icon-color-magenta-primary-hover",
750
+ "file": "icons.json",
751
+ "category": "dual-variant",
752
+ "proposal": "002",
753
+ "reason": "Ordering mismatch: serializes as \"magenta-icon-color-primary-hover\""
754
+ },
755
+ {
756
+ "token": "icon-color-orange-primary-default",
757
+ "file": "icons.json",
758
+ "category": "dual-variant",
759
+ "proposal": "002",
760
+ "reason": "Ordering mismatch: serializes as \"orange-icon-color-primary-default\""
761
+ },
762
+ {
763
+ "token": "icon-color-orange-primary-down",
764
+ "file": "icons.json",
765
+ "category": "dual-variant",
766
+ "proposal": "002",
767
+ "reason": "Ordering mismatch: serializes as \"orange-icon-color-primary-down\""
768
+ },
769
+ {
770
+ "token": "icon-color-orange-primary-hover",
771
+ "file": "icons.json",
772
+ "category": "dual-variant",
773
+ "proposal": "002",
774
+ "reason": "Ordering mismatch: serializes as \"orange-icon-color-primary-hover\""
775
+ },
776
+ {
777
+ "token": "icon-color-pink-primary-default",
778
+ "file": "icons.json",
779
+ "category": "dual-variant",
780
+ "proposal": "002",
781
+ "reason": "Ordering mismatch: serializes as \"pink-icon-color-primary-default\""
782
+ },
783
+ {
784
+ "token": "icon-color-pink-primary-down",
785
+ "file": "icons.json",
786
+ "category": "dual-variant",
787
+ "proposal": "002",
788
+ "reason": "Ordering mismatch: serializes as \"pink-icon-color-primary-down\""
789
+ },
790
+ {
791
+ "token": "icon-color-pink-primary-hover",
792
+ "file": "icons.json",
793
+ "category": "dual-variant",
794
+ "proposal": "002",
795
+ "reason": "Ordering mismatch: serializes as \"pink-icon-color-primary-hover\""
796
+ },
797
+ {
798
+ "token": "icon-color-purple-primary-default",
799
+ "file": "icons.json",
800
+ "category": "dual-variant",
801
+ "proposal": "002",
802
+ "reason": "Ordering mismatch: serializes as \"purple-icon-color-primary-default\""
803
+ },
804
+ {
805
+ "token": "icon-color-purple-primary-down",
806
+ "file": "icons.json",
807
+ "category": "dual-variant",
808
+ "proposal": "002",
809
+ "reason": "Ordering mismatch: serializes as \"purple-icon-color-primary-down\""
810
+ },
811
+ {
812
+ "token": "icon-color-purple-primary-hover",
813
+ "file": "icons.json",
814
+ "category": "dual-variant",
815
+ "proposal": "002",
816
+ "reason": "Ordering mismatch: serializes as \"purple-icon-color-primary-hover\""
817
+ },
818
+ {
819
+ "token": "icon-color-red-primary-default",
820
+ "file": "icons.json",
821
+ "category": "dual-variant",
822
+ "proposal": "002",
823
+ "reason": "Ordering mismatch: serializes as \"red-icon-color-primary-default\""
824
+ },
825
+ {
826
+ "token": "icon-color-red-primary-down",
827
+ "file": "icons.json",
828
+ "category": "dual-variant",
829
+ "proposal": "002",
830
+ "reason": "Ordering mismatch: serializes as \"red-icon-color-primary-down\""
831
+ },
832
+ {
833
+ "token": "icon-color-red-primary-hover",
834
+ "file": "icons.json",
835
+ "category": "dual-variant",
836
+ "proposal": "002",
837
+ "reason": "Ordering mismatch: serializes as \"red-icon-color-primary-hover\""
838
+ },
839
+ {
840
+ "token": "icon-color-seafoam-primary-default",
841
+ "file": "icons.json",
842
+ "category": "dual-variant",
843
+ "proposal": "002",
844
+ "reason": "Ordering mismatch: serializes as \"seafoam-icon-color-primary-default\""
845
+ },
846
+ {
847
+ "token": "icon-color-seafoam-primary-down",
848
+ "file": "icons.json",
849
+ "category": "dual-variant",
850
+ "proposal": "002",
851
+ "reason": "Ordering mismatch: serializes as \"seafoam-icon-color-primary-down\""
852
+ },
853
+ {
854
+ "token": "icon-color-seafoam-primary-hover",
855
+ "file": "icons.json",
856
+ "category": "dual-variant",
857
+ "proposal": "002",
858
+ "reason": "Ordering mismatch: serializes as \"seafoam-icon-color-primary-hover\""
859
+ },
860
+ {
861
+ "token": "icon-color-silver-primary-default",
862
+ "file": "icons.json",
863
+ "category": "dual-variant",
864
+ "proposal": "002",
865
+ "reason": "Ordering mismatch: serializes as \"silver-icon-color-primary-default\""
866
+ },
867
+ {
868
+ "token": "icon-color-silver-primary-down",
869
+ "file": "icons.json",
870
+ "category": "dual-variant",
871
+ "proposal": "002",
872
+ "reason": "Ordering mismatch: serializes as \"silver-icon-color-primary-down\""
873
+ },
874
+ {
875
+ "token": "icon-color-silver-primary-hover",
876
+ "file": "icons.json",
877
+ "category": "dual-variant",
878
+ "proposal": "002",
879
+ "reason": "Ordering mismatch: serializes as \"silver-icon-color-primary-hover\""
880
+ },
881
+ {
882
+ "token": "icon-color-turquoise-primary-default",
883
+ "file": "icons.json",
884
+ "category": "dual-variant",
885
+ "proposal": "002",
886
+ "reason": "Ordering mismatch: serializes as \"turquoise-icon-color-primary-default\""
887
+ },
888
+ {
889
+ "token": "icon-color-turquoise-primary-down",
890
+ "file": "icons.json",
891
+ "category": "dual-variant",
892
+ "proposal": "002",
893
+ "reason": "Ordering mismatch: serializes as \"turquoise-icon-color-primary-down\""
894
+ },
895
+ {
896
+ "token": "icon-color-turquoise-primary-hover",
897
+ "file": "icons.json",
898
+ "category": "dual-variant",
899
+ "proposal": "002",
900
+ "reason": "Ordering mismatch: serializes as \"turquoise-icon-color-primary-hover\""
901
+ },
902
+ {
903
+ "token": "icon-color-yellow-primary-default",
904
+ "file": "icons.json",
905
+ "category": "dual-variant",
906
+ "proposal": "002",
907
+ "reason": "Ordering mismatch: serializes as \"yellow-icon-color-primary-default\""
908
+ },
909
+ {
910
+ "token": "icon-color-yellow-primary-down",
911
+ "file": "icons.json",
912
+ "category": "dual-variant",
913
+ "proposal": "002",
914
+ "reason": "Ordering mismatch: serializes as \"yellow-icon-color-primary-down\""
915
+ },
916
+ {
917
+ "token": "icon-color-yellow-primary-hover",
918
+ "file": "icons.json",
919
+ "category": "dual-variant",
920
+ "proposal": "002",
921
+ "reason": "Ordering mismatch: serializes as \"yellow-icon-color-primary-hover\""
922
+ },
923
+ {
924
+ "token": "background-layer-1-color",
925
+ "file": "color-aliases.json",
926
+ "category": "ordinal-rank",
927
+ "proposal": "008",
928
+ "reason": "Ordinal rank (1) appears mid-name; not a design system scale value"
929
+ },
930
+ {
931
+ "token": "background-layer-2-color",
932
+ "file": "color-aliases.json",
933
+ "category": "ordinal-rank",
934
+ "proposal": "008",
935
+ "reason": "Ordinal rank (2) appears mid-name; not a design system scale value"
936
+ },
937
+ {
938
+ "token": "corner-triangle-icon-size-100",
939
+ "file": "layout.json",
940
+ "category": "ordering-mismatch",
941
+ "reason": "Token name does not roundtrip through serialization due to segment ordering"
942
+ },
943
+ {
944
+ "token": "corner-triangle-icon-size-200",
945
+ "file": "layout.json",
946
+ "category": "ordering-mismatch",
947
+ "reason": "Token name does not roundtrip through serialization due to segment ordering"
948
+ },
949
+ {
950
+ "token": "corner-triangle-icon-size-300",
951
+ "file": "layout.json",
952
+ "category": "ordering-mismatch",
953
+ "reason": "Token name does not roundtrip through serialization due to segment ordering"
954
+ },
955
+ {
956
+ "token": "corner-triangle-icon-size-75",
957
+ "file": "layout.json",
958
+ "category": "ordering-mismatch",
959
+ "reason": "Token name does not roundtrip through serialization due to segment ordering"
960
+ },
961
+ {
962
+ "token": "gradient-stop-1-genai",
963
+ "file": "layout.json",
964
+ "category": "ordinal-rank",
965
+ "proposal": "008",
966
+ "reason": "Ordinal rank (1) appears mid-name; not a design system scale value"
967
+ },
968
+ {
969
+ "token": "gradient-stop-1-premium",
970
+ "file": "layout.json",
971
+ "category": "ordinal-rank",
972
+ "proposal": "008",
973
+ "reason": "Ordinal rank (1) appears mid-name; not a design system scale value"
974
+ },
975
+ {
976
+ "token": "gradient-stop-2-genai",
977
+ "file": "layout.json",
978
+ "category": "ordinal-rank",
979
+ "proposal": "008",
980
+ "reason": "Ordinal rank (2) appears mid-name; not a design system scale value"
981
+ },
982
+ {
983
+ "token": "gradient-stop-2-premium",
984
+ "file": "layout.json",
985
+ "category": "ordinal-rank",
986
+ "proposal": "008",
987
+ "reason": "Ordinal rank (2) appears mid-name; not a design system scale value"
988
+ },
989
+ {
990
+ "token": "gradient-stop-3-genai",
991
+ "file": "layout.json",
992
+ "category": "ordinal-rank",
993
+ "proposal": "008",
994
+ "reason": "Ordinal rank (3) appears mid-name; not a design system scale value"
995
+ },
996
+ {
997
+ "token": "gradient-stop-3-premium",
998
+ "file": "layout.json",
999
+ "category": "ordinal-rank",
1000
+ "proposal": "008",
1001
+ "reason": "Ordinal rank (3) appears mid-name; not a design system scale value"
1002
+ },
1003
+ {
1004
+ "token": "coach-indicator-collapsed-ring-rounding-increment",
1005
+ "file": "layout-component.json",
1006
+ "category": "ordering-mismatch",
1007
+ "proposal": "002",
1008
+ "reason": "Ordering mismatch: serializes as \"coach-indicator-ring-collapsed-rounding-increment\""
1009
+ },
1010
+ {
1011
+ "token": "coach-indicator-expanded-ring-rounding-increment",
1012
+ "file": "layout-component.json",
1013
+ "category": "ordering-mismatch",
1014
+ "proposal": "002",
1015
+ "reason": "Ordering mismatch: serializes as \"coach-indicator-ring-expanded-rounding-increment\""
1016
+ },
1017
+ {
1018
+ "token": "component-l-bold",
1019
+ "file": "typography.json",
1020
+ "category": "ordering-mismatch",
1021
+ "proposal": "002",
1022
+ "reason": "Ordering mismatch: serializes as \"component-bold-large\""
1023
+ },
1024
+ {
1025
+ "token": "component-l-medium",
1026
+ "file": "typography.json",
1027
+ "category": "ordering-mismatch",
1028
+ "proposal": "002",
1029
+ "reason": "Ordering mismatch: serializes as \"component-medium-large\""
1030
+ },
1031
+ {
1032
+ "token": "component-l-regular",
1033
+ "file": "typography.json",
1034
+ "category": "ordering-mismatch",
1035
+ "proposal": "002",
1036
+ "reason": "Ordering mismatch: serializes as \"component-regular-large\""
1037
+ },
1038
+ {
1039
+ "token": "component-m-bold",
1040
+ "file": "typography.json",
1041
+ "category": "ordering-mismatch",
1042
+ "proposal": "002",
1043
+ "reason": "Ordering mismatch: serializes as \"component-bold-medium\""
1044
+ },
1045
+ {
1046
+ "token": "component-m-medium",
1047
+ "file": "typography.json",
1048
+ "category": "ordering-mismatch",
1049
+ "proposal": "002",
1050
+ "reason": "Ordering mismatch: serializes as \"component-medium-medium\""
1051
+ },
1052
+ {
1053
+ "token": "component-m-regular",
1054
+ "file": "typography.json",
1055
+ "category": "ordering-mismatch",
1056
+ "proposal": "002",
1057
+ "reason": "Ordering mismatch: serializes as \"component-regular-medium\""
1058
+ },
1059
+ {
1060
+ "token": "component-s-bold",
1061
+ "file": "typography.json",
1062
+ "category": "ordering-mismatch",
1063
+ "proposal": "002",
1064
+ "reason": "Ordering mismatch: serializes as \"component-bold-small\""
1065
+ },
1066
+ {
1067
+ "token": "component-s-medium",
1068
+ "file": "typography.json",
1069
+ "category": "ordering-mismatch",
1070
+ "proposal": "002",
1071
+ "reason": "Ordering mismatch: serializes as \"component-medium-small\""
1072
+ },
1073
+ {
1074
+ "token": "component-s-regular",
1075
+ "file": "typography.json",
1076
+ "category": "ordering-mismatch",
1077
+ "proposal": "002",
1078
+ "reason": "Ordering mismatch: serializes as \"component-regular-small\""
1079
+ },
1080
+ {
1081
+ "token": "component-xl-bold",
1082
+ "file": "typography.json",
1083
+ "category": "ordering-mismatch",
1084
+ "proposal": "002",
1085
+ "reason": "Ordering mismatch: serializes as \"component-bold-extra-large\""
1086
+ },
1087
+ {
1088
+ "token": "component-xl-medium",
1089
+ "file": "typography.json",
1090
+ "category": "ordering-mismatch",
1091
+ "proposal": "002",
1092
+ "reason": "Ordering mismatch: serializes as \"component-medium-extra-large\""
1093
+ },
1094
+ {
1095
+ "token": "component-xl-regular",
1096
+ "file": "typography.json",
1097
+ "category": "ordering-mismatch",
1098
+ "proposal": "002",
1099
+ "reason": "Ordering mismatch: serializes as \"component-regular-extra-large\""
1100
+ },
1101
+ {
1102
+ "token": "component-xs-bold",
1103
+ "file": "typography.json",
1104
+ "category": "ordering-mismatch",
1105
+ "proposal": "002",
1106
+ "reason": "Ordering mismatch: serializes as \"component-bold-extra-small\""
1107
+ },
1108
+ {
1109
+ "token": "component-xs-medium",
1110
+ "file": "typography.json",
1111
+ "category": "ordering-mismatch",
1112
+ "proposal": "002",
1113
+ "reason": "Ordering mismatch: serializes as \"component-medium-extra-small\""
1114
+ },
1115
+ {
1116
+ "token": "component-xs-regular",
1117
+ "file": "typography.json",
1118
+ "category": "ordering-mismatch",
1119
+ "proposal": "002",
1120
+ "reason": "Ordering mismatch: serializes as \"component-regular-extra-small\""
1121
+ },
1122
+ {
1123
+ "token": "accordion-small-top-to-text-spacious",
1124
+ "file": "layout-component.json",
1125
+ "category": "spacing-between",
1126
+ "reason": "Spacing-between (-to-) pattern has no representation in the 13-field spec"
1127
+ },
1128
+ {
1129
+ "token": "breadcrumbs-top-to-separator-icon-multiline",
1130
+ "file": "layout-component.json",
1131
+ "category": "spacing-between",
1132
+ "reason": "Spacing-between (-to-) pattern has no representation in the 13-field spec"
1133
+ },
1134
+ {
1135
+ "token": "character-count-to-field-quiet-extra-large",
1136
+ "file": "layout.json",
1137
+ "category": "spacing-between",
1138
+ "reason": "Spacing-between (-to-) pattern has no representation in the 13-field spec"
1139
+ },
1140
+ {
1141
+ "token": "character-count-to-field-quiet-large",
1142
+ "file": "layout.json",
1143
+ "category": "spacing-between",
1144
+ "reason": "Spacing-between (-to-) pattern has no representation in the 13-field spec"
1145
+ },
1146
+ {
1147
+ "token": "character-count-to-field-quiet-medium",
1148
+ "file": "layout.json",
1149
+ "category": "spacing-between",
1150
+ "reason": "Spacing-between (-to-) pattern has no representation in the 13-field spec"
1151
+ },
1152
+ {
1153
+ "token": "character-count-to-field-quiet-small",
1154
+ "file": "layout.json",
1155
+ "category": "spacing-between",
1156
+ "reason": "Spacing-between (-to-) pattern has no representation in the 13-field spec"
1157
+ },
1158
+ {
1159
+ "token": "color-loupe-bottom-to-color-handle",
1160
+ "file": "layout-component.json",
1161
+ "category": "spacing-between",
1162
+ "reason": "Spacing-between (-to-) pattern has no representation in the 13-field spec"
1163
+ },
1164
+ {
1165
+ "token": "field-label-to-component-quiet-extra-large",
1166
+ "file": "layout-component.json",
1167
+ "category": "spacing-between",
1168
+ "reason": "Spacing-between (-to-) pattern has no representation in the 13-field spec"
1169
+ },
1170
+ {
1171
+ "token": "field-label-to-component-quiet-large",
1172
+ "file": "layout-component.json",
1173
+ "category": "spacing-between",
1174
+ "reason": "Spacing-between (-to-) pattern has no representation in the 13-field spec"
1175
+ },
1176
+ {
1177
+ "token": "field-label-to-component-quiet-medium",
1178
+ "file": "layout-component.json",
1179
+ "category": "spacing-between",
1180
+ "reason": "Spacing-between (-to-) pattern has no representation in the 13-field spec"
1181
+ },
1182
+ {
1183
+ "token": "field-label-to-component-quiet-small",
1184
+ "file": "layout-component.json",
1185
+ "category": "spacing-between",
1186
+ "reason": "Spacing-between (-to-) pattern has no representation in the 13-field spec"
1187
+ },
1188
+ {
1189
+ "token": "rating-indicator-to-icon",
1190
+ "file": "layout-component.json",
1191
+ "category": "spacing-between",
1192
+ "reason": "Spacing-between (-to-) pattern has no representation in the 13-field spec"
1193
+ },
1194
+ {
1195
+ "token": "slider-bottom-to-handle-extra-large",
1196
+ "file": "layout-component.json",
1197
+ "category": "spacing-between",
1198
+ "reason": "Spacing-between (-to-) pattern has no representation in the 13-field spec"
1199
+ },
1200
+ {
1201
+ "token": "slider-bottom-to-handle-large",
1202
+ "file": "layout-component.json",
1203
+ "category": "spacing-between",
1204
+ "reason": "Spacing-between (-to-) pattern has no representation in the 13-field spec"
1205
+ },
1206
+ {
1207
+ "token": "slider-bottom-to-handle-medium",
1208
+ "file": "layout-component.json",
1209
+ "category": "spacing-between",
1210
+ "reason": "Spacing-between (-to-) pattern has no representation in the 13-field spec"
1211
+ },
1212
+ {
1213
+ "token": "slider-bottom-to-handle-small",
1214
+ "file": "layout-component.json",
1215
+ "category": "spacing-between",
1216
+ "reason": "Spacing-between (-to-) pattern has no representation in the 13-field spec"
1217
+ },
1218
+ {
1219
+ "token": "steplist-step-to-track-size-extra-large",
1220
+ "file": "layout-component.json",
1221
+ "category": "spacing-between",
1222
+ "reason": "Spacing-between (-to-) pattern has no representation in the 13-field spec"
1223
+ },
1224
+ {
1225
+ "token": "steplist-step-to-track-size-large",
1226
+ "file": "layout-component.json",
1227
+ "category": "spacing-between",
1228
+ "reason": "Spacing-between (-to-) pattern has no representation in the 13-field spec"
1229
+ },
1230
+ {
1231
+ "token": "steplist-step-to-track-size-medium",
1232
+ "file": "layout-component.json",
1233
+ "category": "spacing-between",
1234
+ "reason": "Spacing-between (-to-) pattern has no representation in the 13-field spec"
1235
+ },
1236
+ {
1237
+ "token": "steplist-step-to-track-size-small",
1238
+ "file": "layout-component.json",
1239
+ "category": "spacing-between",
1240
+ "reason": "Spacing-between (-to-) pattern has no representation in the 13-field spec"
1241
+ },
1242
+ {
1243
+ "token": "color-handle-inner-border-color",
1244
+ "file": "color-component.json",
1245
+ "category": "spatial-qualifier",
1246
+ "proposal": "006",
1247
+ "reason": "\"inner\" is a known spatial-qualifier term with no field in the taxonomy"
1248
+ },
1249
+ {
1250
+ "token": "color-handle-inner-border-opacity",
1251
+ "file": "color-component.json",
1252
+ "category": "spatial-qualifier",
1253
+ "proposal": "006",
1254
+ "reason": "\"inner\" is a known spatial-qualifier term with no field in the taxonomy"
1255
+ },
1256
+ {
1257
+ "token": "color-handle-inner-border-width",
1258
+ "file": "layout-component.json",
1259
+ "category": "spatial-qualifier",
1260
+ "proposal": "006",
1261
+ "reason": "\"inner\" is a known spatial-qualifier term with no field in the taxonomy"
1262
+ },
1263
+ {
1264
+ "token": "color-handle-outer-border-color",
1265
+ "file": "color-component.json",
1266
+ "category": "spatial-qualifier",
1267
+ "proposal": "006",
1268
+ "reason": "\"outer\" is a known spatial-qualifier term with no field in the taxonomy"
1269
+ },
1270
+ {
1271
+ "token": "color-handle-outer-border-opacity",
1272
+ "file": "color-component.json",
1273
+ "category": "spatial-qualifier",
1274
+ "proposal": "006",
1275
+ "reason": "\"outer\" is a known spatial-qualifier term with no field in the taxonomy"
1276
+ },
1277
+ {
1278
+ "token": "color-handle-outer-border-width",
1279
+ "file": "layout-component.json",
1280
+ "category": "spatial-qualifier",
1281
+ "proposal": "006",
1282
+ "reason": "\"outer\" is a known spatial-qualifier term with no field in the taxonomy"
1283
+ },
1284
+ {
1285
+ "token": "color-loupe-inner-border",
1286
+ "file": "color-component.json",
1287
+ "category": "spatial-qualifier",
1288
+ "proposal": "006",
1289
+ "reason": "\"inner\" is a known spatial-qualifier term with no field in the taxonomy"
1290
+ },
1291
+ {
1292
+ "token": "color-loupe-inner-border-width",
1293
+ "file": "layout-component.json",
1294
+ "category": "spatial-qualifier",
1295
+ "proposal": "006",
1296
+ "reason": "\"inner\" is a known spatial-qualifier term with no field in the taxonomy"
1297
+ },
1298
+ {
1299
+ "token": "color-loupe-outer-border",
1300
+ "file": "color-component.json",
1301
+ "category": "spatial-qualifier",
1302
+ "proposal": "006",
1303
+ "reason": "\"outer\" is a known spatial-qualifier term with no field in the taxonomy"
1304
+ },
1305
+ {
1306
+ "token": "color-loupe-outer-border-width",
1307
+ "file": "layout-component.json",
1308
+ "category": "spatial-qualifier",
1309
+ "proposal": "006",
1310
+ "reason": "\"outer\" is a known spatial-qualifier term with no field in the taxonomy"
1311
+ },
1312
+ {
1313
+ "token": "in-field-button-fill-stacked-inner-border-rounding",
1314
+ "file": "layout-component.json",
1315
+ "category": "spatial-qualifier",
1316
+ "proposal": "006",
1317
+ "reason": "\"inner\" is a known spatial-qualifier term with no field in the taxonomy"
1318
+ },
1319
+ {
1320
+ "token": "accordion-focus-indicator-gap",
1321
+ "file": "layout-component.json",
1322
+ "category": "state-position",
1323
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1324
+ },
1325
+ {
1326
+ "token": "body-cjk-emphasized-font-style",
1327
+ "file": "typography.json",
1328
+ "category": "state-position",
1329
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1330
+ },
1331
+ {
1332
+ "token": "body-cjk-emphasized-font-weight",
1333
+ "file": "typography.json",
1334
+ "category": "state-position",
1335
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1336
+ },
1337
+ {
1338
+ "token": "body-cjk-strong-emphasized-font-style",
1339
+ "file": "typography.json",
1340
+ "category": "state-position",
1341
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1342
+ },
1343
+ {
1344
+ "token": "body-cjk-strong-emphasized-font-weight",
1345
+ "file": "typography.json",
1346
+ "category": "state-position",
1347
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1348
+ },
1349
+ {
1350
+ "token": "body-sans-serif-emphasized-font-style",
1351
+ "file": "typography.json",
1352
+ "category": "state-position",
1353
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1354
+ },
1355
+ {
1356
+ "token": "body-sans-serif-emphasized-font-weight",
1357
+ "file": "typography.json",
1358
+ "category": "state-position",
1359
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1360
+ },
1361
+ {
1362
+ "token": "body-sans-serif-strong-emphasized-font-style",
1363
+ "file": "typography.json",
1364
+ "category": "state-position",
1365
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1366
+ },
1367
+ {
1368
+ "token": "body-sans-serif-strong-emphasized-font-weight",
1369
+ "file": "typography.json",
1370
+ "category": "state-position",
1371
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1372
+ },
1373
+ {
1374
+ "token": "body-serif-emphasized-font-style",
1375
+ "file": "typography.json",
1376
+ "category": "state-position",
1377
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1378
+ },
1379
+ {
1380
+ "token": "body-serif-emphasized-font-weight",
1381
+ "file": "typography.json",
1382
+ "category": "state-position",
1383
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1384
+ },
1385
+ {
1386
+ "token": "body-serif-strong-emphasized-font-style",
1387
+ "file": "typography.json",
1388
+ "category": "state-position",
1389
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1390
+ },
1391
+ {
1392
+ "token": "body-serif-strong-emphasized-font-weight",
1393
+ "file": "typography.json",
1394
+ "category": "state-position",
1395
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1396
+ },
1397
+ {
1398
+ "token": "card-default-width-extra-large",
1399
+ "file": "layout-component.json",
1400
+ "category": "state-position",
1401
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1402
+ },
1403
+ {
1404
+ "token": "card-default-width-extra-small",
1405
+ "file": "layout-component.json",
1406
+ "category": "state-position",
1407
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1408
+ },
1409
+ {
1410
+ "token": "card-default-width-large",
1411
+ "file": "layout-component.json",
1412
+ "category": "state-position",
1413
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1414
+ },
1415
+ {
1416
+ "token": "card-default-width-medium",
1417
+ "file": "layout-component.json",
1418
+ "category": "state-position",
1419
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1420
+ },
1421
+ {
1422
+ "token": "card-default-width-small",
1423
+ "file": "layout-component.json",
1424
+ "category": "state-position",
1425
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1426
+ },
1427
+ {
1428
+ "token": "card-edge-to-content-default-extra-large",
1429
+ "file": "layout-component.json",
1430
+ "category": "state-position",
1431
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1432
+ },
1433
+ {
1434
+ "token": "card-edge-to-content-default-extra-small",
1435
+ "file": "layout-component.json",
1436
+ "category": "state-position",
1437
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1438
+ },
1439
+ {
1440
+ "token": "card-edge-to-content-default-large",
1441
+ "file": "layout-component.json",
1442
+ "category": "state-position",
1443
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
358
1444
  },
359
1445
  {
360
1446
  "token": "card-edge-to-content-default-medium",
@@ -363,808 +1449,2633 @@
363
1449
  "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
364
1450
  },
365
1451
  {
366
- "token": "card-edge-to-content-default-small",
367
- "file": "layout-component.json",
368
- "category": "state-position",
369
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1452
+ "token": "card-edge-to-content-default-small",
1453
+ "file": "layout-component.json",
1454
+ "category": "state-position",
1455
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1456
+ },
1457
+ {
1458
+ "token": "code-cjk-emphasized-font-style",
1459
+ "file": "typography.json",
1460
+ "category": "state-position",
1461
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1462
+ },
1463
+ {
1464
+ "token": "code-cjk-emphasized-font-weight",
1465
+ "file": "typography.json",
1466
+ "category": "state-position",
1467
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1468
+ },
1469
+ {
1470
+ "token": "code-cjk-strong-emphasized-font-style",
1471
+ "file": "typography.json",
1472
+ "category": "state-position",
1473
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1474
+ },
1475
+ {
1476
+ "token": "code-cjk-strong-emphasized-font-weight",
1477
+ "file": "typography.json",
1478
+ "category": "state-position",
1479
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1480
+ },
1481
+ {
1482
+ "token": "code-emphasized-font-style",
1483
+ "file": "typography.json",
1484
+ "category": "state-position",
1485
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1486
+ },
1487
+ {
1488
+ "token": "code-emphasized-font-weight",
1489
+ "file": "typography.json",
1490
+ "category": "state-position",
1491
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1492
+ },
1493
+ {
1494
+ "token": "code-strong-emphasized-font-style",
1495
+ "file": "typography.json",
1496
+ "category": "state-position",
1497
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1498
+ },
1499
+ {
1500
+ "token": "code-strong-emphasized-font-weight",
1501
+ "file": "typography.json",
1502
+ "category": "state-position",
1503
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1504
+ },
1505
+ {
1506
+ "token": "default-font-family",
1507
+ "file": "typography.json",
1508
+ "category": "state-position",
1509
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1510
+ },
1511
+ {
1512
+ "token": "default-font-style",
1513
+ "file": "typography.json",
1514
+ "category": "state-position",
1515
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1516
+ },
1517
+ {
1518
+ "token": "detail-cjk-emphasized-font-style",
1519
+ "file": "typography.json",
1520
+ "category": "state-position",
1521
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1522
+ },
1523
+ {
1524
+ "token": "detail-cjk-emphasized-font-weight",
1525
+ "file": "typography.json",
1526
+ "category": "state-position",
1527
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1528
+ },
1529
+ {
1530
+ "token": "detail-cjk-light-emphasized-font-style",
1531
+ "file": "typography.json",
1532
+ "category": "state-position",
1533
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1534
+ },
1535
+ {
1536
+ "token": "detail-cjk-light-emphasized-font-weight",
1537
+ "file": "typography.json",
1538
+ "category": "state-position",
1539
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1540
+ },
1541
+ {
1542
+ "token": "detail-cjk-light-strong-emphasized-font-style",
1543
+ "file": "typography.json",
1544
+ "category": "state-position",
1545
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1546
+ },
1547
+ {
1548
+ "token": "detail-cjk-light-strong-emphasized-font-weight",
1549
+ "file": "typography.json",
1550
+ "category": "state-position",
1551
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1552
+ },
1553
+ {
1554
+ "token": "detail-cjk-strong-emphasized-font-style",
1555
+ "file": "typography.json",
1556
+ "category": "state-position",
1557
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1558
+ },
1559
+ {
1560
+ "token": "detail-cjk-strong-emphasized-font-weight",
1561
+ "file": "typography.json",
1562
+ "category": "state-position",
1563
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1564
+ },
1565
+ {
1566
+ "token": "detail-sans-serif-emphasized-font-style",
1567
+ "file": "typography.json",
1568
+ "category": "state-position",
1569
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1570
+ },
1571
+ {
1572
+ "token": "detail-sans-serif-emphasized-font-weight",
1573
+ "file": "typography.json",
1574
+ "category": "state-position",
1575
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1576
+ },
1577
+ {
1578
+ "token": "detail-sans-serif-light-emphasized-font-style",
1579
+ "file": "typography.json",
1580
+ "category": "state-position",
1581
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1582
+ },
1583
+ {
1584
+ "token": "detail-sans-serif-light-emphasized-font-weight",
1585
+ "file": "typography.json",
1586
+ "category": "state-position",
1587
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1588
+ },
1589
+ {
1590
+ "token": "detail-sans-serif-light-strong-emphasized-font-style",
1591
+ "file": "typography.json",
1592
+ "category": "state-position",
1593
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1594
+ },
1595
+ {
1596
+ "token": "detail-sans-serif-light-strong-emphasized-font-weight",
1597
+ "file": "typography.json",
1598
+ "category": "state-position",
1599
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1600
+ },
1601
+ {
1602
+ "token": "detail-sans-serif-strong-emphasized-font-style",
1603
+ "file": "typography.json",
1604
+ "category": "state-position",
1605
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1606
+ },
1607
+ {
1608
+ "token": "detail-sans-serif-strong-emphasized-font-weight",
1609
+ "file": "typography.json",
1610
+ "category": "state-position",
1611
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1612
+ },
1613
+ {
1614
+ "token": "detail-serif-emphasized-font-style",
1615
+ "file": "typography.json",
1616
+ "category": "state-position",
1617
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1618
+ },
1619
+ {
1620
+ "token": "detail-serif-emphasized-font-weight",
1621
+ "file": "typography.json",
1622
+ "category": "state-position",
1623
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1624
+ },
1625
+ {
1626
+ "token": "detail-serif-light-emphasized-font-style",
1627
+ "file": "typography.json",
1628
+ "category": "state-position",
1629
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1630
+ },
1631
+ {
1632
+ "token": "detail-serif-light-emphasized-font-weight",
1633
+ "file": "typography.json",
1634
+ "category": "state-position",
1635
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1636
+ },
1637
+ {
1638
+ "token": "detail-serif-light-strong-emphasized-font-style",
1639
+ "file": "typography.json",
1640
+ "category": "state-position",
1641
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1642
+ },
1643
+ {
1644
+ "token": "detail-serif-light-strong-emphasized-font-weight",
1645
+ "file": "typography.json",
1646
+ "category": "state-position",
1647
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1648
+ },
1649
+ {
1650
+ "token": "detail-serif-strong-emphasized-font-style",
1651
+ "file": "typography.json",
1652
+ "category": "state-position",
1653
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1654
+ },
1655
+ {
1656
+ "token": "detail-serif-strong-emphasized-font-weight",
1657
+ "file": "typography.json",
1658
+ "category": "state-position",
1659
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1660
+ },
1661
+ {
1662
+ "token": "disabled-background-color",
1663
+ "file": "color-aliases.json",
1664
+ "category": "state-position",
1665
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1666
+ },
1667
+ {
1668
+ "token": "disabled-border-color",
1669
+ "file": "color-aliases.json",
1670
+ "category": "state-position",
1671
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1672
+ },
1673
+ {
1674
+ "token": "disabled-content-color",
1675
+ "file": "color-aliases.json",
1676
+ "category": "state-position",
1677
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1678
+ },
1679
+ {
1680
+ "token": "disabled-static-black-background-color",
1681
+ "file": "color-aliases.json",
1682
+ "category": "state-position",
1683
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1684
+ },
1685
+ {
1686
+ "token": "disabled-static-black-border-color",
1687
+ "file": "color-aliases.json",
1688
+ "category": "state-position",
1689
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1690
+ },
1691
+ {
1692
+ "token": "disabled-static-black-content-color",
1693
+ "file": "color-aliases.json",
1694
+ "category": "state-position",
1695
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1696
+ },
1697
+ {
1698
+ "token": "disabled-static-white-background-color",
1699
+ "file": "color-aliases.json",
1700
+ "category": "state-position",
1701
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1702
+ },
1703
+ {
1704
+ "token": "disabled-static-white-border-color",
1705
+ "file": "color-aliases.json",
1706
+ "category": "state-position",
1707
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1708
+ },
1709
+ {
1710
+ "token": "disabled-static-white-content-color",
1711
+ "file": "color-aliases.json",
1712
+ "category": "state-position",
1713
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1714
+ },
1715
+ {
1716
+ "token": "drop-shadow-emphasized-key-color",
1717
+ "file": "color-aliases.json",
1718
+ "category": "state-position",
1719
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1720
+ },
1721
+ {
1722
+ "token": "field-default-width-extra-large",
1723
+ "file": "layout-component.json",
1724
+ "category": "state-position",
1725
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1726
+ },
1727
+ {
1728
+ "token": "field-default-width-large",
1729
+ "file": "layout-component.json",
1730
+ "category": "state-position",
1731
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1732
+ },
1733
+ {
1734
+ "token": "field-default-width-medium",
1735
+ "file": "layout-component.json",
1736
+ "category": "state-position",
1737
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1738
+ },
1739
+ {
1740
+ "token": "field-default-width-small",
1741
+ "file": "layout-component.json",
1742
+ "category": "state-position",
1743
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1744
+ },
1745
+ {
1746
+ "token": "focus-indicator-color",
1747
+ "file": "color-aliases.json",
1748
+ "category": "state-position",
1749
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1750
+ },
1751
+ {
1752
+ "token": "focus-indicator-gap",
1753
+ "file": "layout.json",
1754
+ "category": "state-position",
1755
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1756
+ },
1757
+ {
1758
+ "token": "focus-indicator-thickness",
1759
+ "file": "layout.json",
1760
+ "category": "state-position",
1761
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1762
+ },
1763
+ {
1764
+ "token": "heading-cjk-emphasized-font-style",
1765
+ "file": "typography.json",
1766
+ "category": "state-position",
1767
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1768
+ },
1769
+ {
1770
+ "token": "heading-cjk-emphasized-font-weight",
1771
+ "file": "typography.json",
1772
+ "category": "state-position",
1773
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1774
+ },
1775
+ {
1776
+ "token": "heading-cjk-heavy-emphasized-font-style",
1777
+ "file": "typography.json",
1778
+ "category": "state-position",
1779
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1780
+ },
1781
+ {
1782
+ "token": "heading-cjk-heavy-emphasized-font-weight",
1783
+ "file": "typography.json",
1784
+ "category": "state-position",
1785
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1786
+ },
1787
+ {
1788
+ "token": "heading-cjk-heavy-strong-emphasized-font-style",
1789
+ "file": "typography.json",
1790
+ "category": "state-position",
1791
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1792
+ },
1793
+ {
1794
+ "token": "heading-cjk-heavy-strong-emphasized-font-weight",
1795
+ "file": "typography.json",
1796
+ "category": "state-position",
1797
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1798
+ },
1799
+ {
1800
+ "token": "heading-cjk-light-emphasized-font-style",
1801
+ "file": "typography.json",
1802
+ "category": "state-position",
1803
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1804
+ },
1805
+ {
1806
+ "token": "heading-cjk-light-emphasized-font-weight",
1807
+ "file": "typography.json",
1808
+ "category": "state-position",
1809
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1810
+ },
1811
+ {
1812
+ "token": "heading-cjk-light-strong-emphasized-font-style",
1813
+ "file": "typography.json",
1814
+ "category": "state-position",
1815
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1816
+ },
1817
+ {
1818
+ "token": "heading-cjk-light-strong-emphasized-font-weight",
1819
+ "file": "typography.json",
1820
+ "category": "state-position",
1821
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1822
+ },
1823
+ {
1824
+ "token": "heading-cjk-strong-emphasized-font-style",
1825
+ "file": "typography.json",
1826
+ "category": "state-position",
1827
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1828
+ },
1829
+ {
1830
+ "token": "heading-cjk-strong-emphasized-font-weight",
1831
+ "file": "typography.json",
1832
+ "category": "state-position",
1833
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1834
+ },
1835
+ {
1836
+ "token": "heading-sans-serif-emphasized-font-style",
1837
+ "file": "typography.json",
1838
+ "category": "state-position",
1839
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1840
+ },
1841
+ {
1842
+ "token": "heading-sans-serif-emphasized-font-weight",
1843
+ "file": "typography.json",
1844
+ "category": "state-position",
1845
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1846
+ },
1847
+ {
1848
+ "token": "heading-sans-serif-heavy-emphasized-font-style",
1849
+ "file": "typography.json",
1850
+ "category": "state-position",
1851
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1852
+ },
1853
+ {
1854
+ "token": "heading-sans-serif-heavy-emphasized-font-weight",
1855
+ "file": "typography.json",
1856
+ "category": "state-position",
1857
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1858
+ },
1859
+ {
1860
+ "token": "heading-sans-serif-heavy-strong-emphasized-font-style",
1861
+ "file": "typography.json",
1862
+ "category": "state-position",
1863
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1864
+ },
1865
+ {
1866
+ "token": "heading-sans-serif-heavy-strong-emphasized-font-weight",
1867
+ "file": "typography.json",
1868
+ "category": "state-position",
1869
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1870
+ },
1871
+ {
1872
+ "token": "heading-sans-serif-light-emphasized-font-style",
1873
+ "file": "typography.json",
1874
+ "category": "state-position",
1875
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1876
+ },
1877
+ {
1878
+ "token": "heading-sans-serif-light-emphasized-font-weight",
1879
+ "file": "typography.json",
1880
+ "category": "state-position",
1881
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1882
+ },
1883
+ {
1884
+ "token": "heading-sans-serif-light-strong-emphasized-font-style",
1885
+ "file": "typography.json",
1886
+ "category": "state-position",
1887
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1888
+ },
1889
+ {
1890
+ "token": "heading-sans-serif-light-strong-emphasized-font-weight",
1891
+ "file": "typography.json",
1892
+ "category": "state-position",
1893
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1894
+ },
1895
+ {
1896
+ "token": "heading-sans-serif-strong-emphasized-font-style",
1897
+ "file": "typography.json",
1898
+ "category": "state-position",
1899
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1900
+ },
1901
+ {
1902
+ "token": "heading-sans-serif-strong-emphasized-font-weight",
1903
+ "file": "typography.json",
1904
+ "category": "state-position",
1905
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1906
+ },
1907
+ {
1908
+ "token": "heading-serif-emphasized-font-style",
1909
+ "file": "typography.json",
1910
+ "category": "state-position",
1911
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1912
+ },
1913
+ {
1914
+ "token": "heading-serif-emphasized-font-weight",
1915
+ "file": "typography.json",
1916
+ "category": "state-position",
1917
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1918
+ },
1919
+ {
1920
+ "token": "heading-serif-heavy-emphasized-font-style",
1921
+ "file": "typography.json",
1922
+ "category": "state-position",
1923
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1924
+ },
1925
+ {
1926
+ "token": "heading-serif-heavy-emphasized-font-weight",
1927
+ "file": "typography.json",
1928
+ "category": "state-position",
1929
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1930
+ },
1931
+ {
1932
+ "token": "heading-serif-heavy-strong-emphasized-font-style",
1933
+ "file": "typography.json",
1934
+ "category": "state-position",
1935
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1936
+ },
1937
+ {
1938
+ "token": "heading-serif-heavy-strong-emphasized-font-weight",
1939
+ "file": "typography.json",
1940
+ "category": "state-position",
1941
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1942
+ },
1943
+ {
1944
+ "token": "heading-serif-light-emphasized-font-style",
1945
+ "file": "typography.json",
1946
+ "category": "state-position",
1947
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1948
+ },
1949
+ {
1950
+ "token": "heading-serif-light-emphasized-font-weight",
1951
+ "file": "typography.json",
1952
+ "category": "state-position",
1953
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1954
+ },
1955
+ {
1956
+ "token": "heading-serif-light-strong-emphasized-font-style",
1957
+ "file": "typography.json",
1958
+ "category": "state-position",
1959
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1960
+ },
1961
+ {
1962
+ "token": "heading-serif-light-strong-emphasized-font-weight",
1963
+ "file": "typography.json",
1964
+ "category": "state-position",
1965
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1966
+ },
1967
+ {
1968
+ "token": "heading-serif-strong-emphasized-font-style",
1969
+ "file": "typography.json",
1970
+ "category": "state-position",
1971
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1972
+ },
1973
+ {
1974
+ "token": "heading-serif-strong-emphasized-font-weight",
1975
+ "file": "typography.json",
1976
+ "category": "state-position",
1977
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1978
+ },
1979
+ {
1980
+ "token": "icon-color-disabled-primary",
1981
+ "file": "icons.json",
1982
+ "category": "state-position",
1983
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1984
+ },
1985
+ {
1986
+ "token": "icon-color-emphasized-background",
1987
+ "file": "icons.json",
1988
+ "category": "state-position",
1989
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1990
+ },
1991
+ {
1992
+ "token": "menu-item-edge-to-content-not-selected-extra-large",
1993
+ "file": "layout-component.json",
1994
+ "category": "state-position",
1995
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
1996
+ },
1997
+ {
1998
+ "token": "menu-item-edge-to-content-not-selected-large",
1999
+ "file": "layout-component.json",
2000
+ "category": "state-position",
2001
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
2002
+ },
2003
+ {
2004
+ "token": "menu-item-edge-to-content-not-selected-medium",
2005
+ "file": "layout-component.json",
2006
+ "category": "state-position",
2007
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
2008
+ },
2009
+ {
2010
+ "token": "menu-item-edge-to-content-not-selected-small",
2011
+ "file": "layout-component.json",
2012
+ "category": "state-position",
2013
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
2014
+ },
2015
+ {
2016
+ "token": "menu-item-top-to-selected-icon-extra-large",
2017
+ "file": "layout-component.json",
2018
+ "category": "state-position",
2019
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
2020
+ },
2021
+ {
2022
+ "token": "menu-item-top-to-selected-icon-large",
2023
+ "file": "layout-component.json",
2024
+ "category": "state-position",
2025
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
2026
+ },
2027
+ {
2028
+ "token": "menu-item-top-to-selected-icon-medium",
2029
+ "file": "layout-component.json",
2030
+ "category": "state-position",
2031
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
2032
+ },
2033
+ {
2034
+ "token": "menu-item-top-to-selected-icon-small",
2035
+ "file": "layout-component.json",
2036
+ "category": "state-position",
2037
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
2038
+ },
2039
+ {
2040
+ "token": "meter-default-width",
2041
+ "file": "layout-component.json",
2042
+ "category": "state-position",
2043
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
2044
+ },
2045
+ {
2046
+ "token": "select-box-selected-border-color",
2047
+ "file": "color-component.json",
2048
+ "category": "state-position",
2049
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
2050
+ },
2051
+ {
2052
+ "token": "side-focus-indicator",
2053
+ "file": "layout.json",
2054
+ "category": "state-position",
2055
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
2056
+ },
2057
+ {
2058
+ "token": "slider-handle-border-width-down-extra-large",
2059
+ "file": "layout-component.json",
2060
+ "category": "state-position",
2061
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
2062
+ },
2063
+ {
2064
+ "token": "slider-handle-border-width-down-large",
2065
+ "file": "layout-component.json",
2066
+ "category": "state-position",
2067
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
2068
+ },
2069
+ {
2070
+ "token": "slider-handle-border-width-down-medium",
2071
+ "file": "layout-component.json",
2072
+ "category": "state-position",
2073
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
2074
+ },
2075
+ {
2076
+ "token": "slider-handle-border-width-down-small",
2077
+ "file": "layout-component.json",
2078
+ "category": "state-position",
2079
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
2080
+ },
2081
+ {
2082
+ "token": "static-black-focus-indicator-color",
2083
+ "file": "color-aliases.json",
2084
+ "category": "state-position",
2085
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
2086
+ },
2087
+ {
2088
+ "token": "static-white-focus-indicator-color",
2089
+ "file": "color-aliases.json",
2090
+ "category": "state-position",
2091
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
2092
+ },
2093
+ {
2094
+ "token": "steplist-step-default-height-extra-large",
2095
+ "file": "layout-component.json",
2096
+ "category": "state-position",
2097
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
2098
+ },
2099
+ {
2100
+ "token": "steplist-step-default-height-large",
2101
+ "file": "layout-component.json",
2102
+ "category": "state-position",
2103
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
2104
+ },
2105
+ {
2106
+ "token": "steplist-step-default-height-medium",
2107
+ "file": "layout-component.json",
2108
+ "category": "state-position",
2109
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
2110
+ },
2111
+ {
2112
+ "token": "steplist-step-default-height-small",
2113
+ "file": "layout-component.json",
2114
+ "category": "state-position",
2115
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
2116
+ },
2117
+ {
2118
+ "token": "steplist-step-default-width-extra-large",
2119
+ "file": "layout-component.json",
2120
+ "category": "state-position",
2121
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
2122
+ },
2123
+ {
2124
+ "token": "steplist-step-default-width-large",
2125
+ "file": "layout-component.json",
2126
+ "category": "state-position",
2127
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
2128
+ },
2129
+ {
2130
+ "token": "steplist-step-default-width-medium",
2131
+ "file": "layout-component.json",
2132
+ "category": "state-position",
2133
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
2134
+ },
2135
+ {
2136
+ "token": "steplist-step-default-width-small",
2137
+ "file": "layout-component.json",
2138
+ "category": "state-position",
2139
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
2140
+ },
2141
+ {
2142
+ "token": "swatch-disabled-icon-border-color",
2143
+ "file": "color-component.json",
2144
+ "category": "state-position",
2145
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
2146
+ },
2147
+ {
2148
+ "token": "swatch-disabled-icon-border-opacity",
2149
+ "file": "color-component.json",
2150
+ "category": "state-position",
2151
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
2152
+ },
2153
+ {
2154
+ "token": "switch-handle-selected-size-extra-large",
2155
+ "file": "layout-component.json",
2156
+ "category": "state-position",
2157
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
2158
+ },
2159
+ {
2160
+ "token": "switch-handle-selected-size-large",
2161
+ "file": "layout-component.json",
2162
+ "category": "state-position",
2163
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
2164
+ },
2165
+ {
2166
+ "token": "switch-handle-selected-size-medium",
2167
+ "file": "layout-component.json",
2168
+ "category": "state-position",
2169
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
2170
+ },
2171
+ {
2172
+ "token": "switch-handle-selected-size-small",
2173
+ "file": "layout-component.json",
2174
+ "category": "state-position",
2175
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
2176
+ },
2177
+ {
2178
+ "token": "tab-item-focus-indicator-gap-extra-large",
2179
+ "file": "layout-component.json",
2180
+ "category": "state-position",
2181
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
2182
+ },
2183
+ {
2184
+ "token": "tab-item-focus-indicator-gap-large",
2185
+ "file": "layout-component.json",
2186
+ "category": "state-position",
2187
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
2188
+ },
2189
+ {
2190
+ "token": "tab-item-focus-indicator-gap-medium",
2191
+ "file": "layout-component.json",
2192
+ "category": "state-position",
2193
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
2194
+ },
2195
+ {
2196
+ "token": "tab-item-focus-indicator-gap-small",
2197
+ "file": "layout-component.json",
2198
+ "category": "state-position",
2199
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
2200
+ },
2201
+ {
2202
+ "token": "table-row-down-opacity",
2203
+ "file": "color-component.json",
2204
+ "category": "state-position",
2205
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
2206
+ },
2207
+ {
2208
+ "token": "table-row-hover-color",
2209
+ "file": "color-component.json",
2210
+ "category": "state-position",
2211
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
2212
+ },
2213
+ {
2214
+ "token": "table-row-hover-opacity",
2215
+ "file": "color-component.json",
2216
+ "category": "state-position",
2217
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
2218
+ },
2219
+ {
2220
+ "token": "table-selected-row-background-color",
2221
+ "file": "color-component.json",
2222
+ "category": "state-position",
2223
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
2224
+ },
2225
+ {
2226
+ "token": "table-selected-row-background-opacity",
2227
+ "file": "color-component.json",
2228
+ "category": "state-position",
2229
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
2230
+ },
2231
+ {
2232
+ "token": "tag-field-default-width-large",
2233
+ "file": "layout-component.json",
2234
+ "category": "state-position",
2235
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
2236
+ },
2237
+ {
2238
+ "token": "tag-field-default-width-medium",
2239
+ "file": "layout-component.json",
2240
+ "category": "state-position",
2241
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
2242
+ },
2243
+ {
2244
+ "token": "tag-field-default-width-small",
2245
+ "file": "layout-component.json",
2246
+ "category": "state-position",
2247
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
2248
+ },
2249
+ {
2250
+ "token": "title-cjk-emphasized-font-style",
2251
+ "file": "layout-component.json",
2252
+ "category": "state-position",
2253
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
2254
+ },
2255
+ {
2256
+ "token": "title-cjk-emphasized-font-weight",
2257
+ "file": "layout-component.json",
2258
+ "category": "state-position",
2259
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
2260
+ },
2261
+ {
2262
+ "token": "title-cjk-strong-emphasized-font-style",
2263
+ "file": "layout-component.json",
2264
+ "category": "state-position",
2265
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
2266
+ },
2267
+ {
2268
+ "token": "title-cjk-strong-emphasized-font-weight",
2269
+ "file": "layout-component.json",
2270
+ "category": "state-position",
2271
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
2272
+ },
2273
+ {
2274
+ "token": "title-sans-serif-emphasized-font-style",
2275
+ "file": "layout-component.json",
2276
+ "category": "state-position",
2277
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
2278
+ },
2279
+ {
2280
+ "token": "title-sans-serif-emphasized-font-weight",
2281
+ "file": "layout-component.json",
2282
+ "category": "state-position",
2283
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
2284
+ },
2285
+ {
2286
+ "token": "title-sans-serif-strong-emphasized-font-style",
2287
+ "file": "layout-component.json",
2288
+ "category": "state-position",
2289
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
2290
+ },
2291
+ {
2292
+ "token": "title-sans-serif-strong-emphasized-font-weight",
2293
+ "file": "layout-component.json",
2294
+ "category": "state-position",
2295
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
2296
+ },
2297
+ {
2298
+ "token": "title-serif-emphasized-font-style",
2299
+ "file": "layout-component.json",
2300
+ "category": "state-position",
2301
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
2302
+ },
2303
+ {
2304
+ "token": "title-serif-emphasized-font-weight",
2305
+ "file": "layout-component.json",
2306
+ "category": "state-position",
2307
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
2308
+ },
2309
+ {
2310
+ "token": "title-serif-strong-emphasized-font-style",
2311
+ "file": "layout-component.json",
2312
+ "category": "state-position",
2313
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
2314
+ },
2315
+ {
2316
+ "token": "title-serif-strong-emphasized-font-weight",
2317
+ "file": "layout-component.json",
2318
+ "category": "state-position",
2319
+ "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
2320
+ },
2321
+ {
2322
+ "token": "static-black-text-color",
2323
+ "file": "color-aliases.json",
2324
+ "category": "static-color-compound",
2325
+ "proposal": "002",
2326
+ "reason": "Ordering mismatch: serializes as \"static-text-black-color\""
2327
+ },
2328
+ {
2329
+ "token": "static-black-track-color",
2330
+ "file": "color-aliases.json",
2331
+ "category": "static-color-compound",
2332
+ "proposal": "002",
2333
+ "reason": "Ordering mismatch: serializes as \"static-track-black-color\""
2334
+ },
2335
+ {
2336
+ "token": "static-white-text-color",
2337
+ "file": "color-aliases.json",
2338
+ "category": "static-color-compound",
2339
+ "proposal": "002",
2340
+ "reason": "Ordering mismatch: serializes as \"static-text-white-color\""
2341
+ },
2342
+ {
2343
+ "token": "static-white-track-color",
2344
+ "file": "color-aliases.json",
2345
+ "category": "static-color-compound",
2346
+ "proposal": "002",
2347
+ "reason": "Ordering mismatch: serializes as \"static-track-white-color\""
2348
+ },
2349
+ {
2350
+ "token": "body-cjk-font-family",
2351
+ "file": "typography.json",
2352
+ "category": "typography-taxonomy",
2353
+ "proposal": "001",
2354
+ "reason": "\"cjk\" is a known typography-script term with no field in the taxonomy"
2355
+ },
2356
+ {
2357
+ "token": "body-cjk-font-style",
2358
+ "file": "typography.json",
2359
+ "category": "typography-taxonomy",
2360
+ "proposal": "001",
2361
+ "reason": "\"cjk\" is a known typography-script term with no field in the taxonomy"
2362
+ },
2363
+ {
2364
+ "token": "body-cjk-font-weight",
2365
+ "file": "typography.json",
2366
+ "category": "typography-taxonomy",
2367
+ "proposal": "001",
2368
+ "reason": "\"cjk\" is a known typography-script term with no field in the taxonomy"
2369
+ },
2370
+ {
2371
+ "token": "body-cjk-line-height",
2372
+ "file": "typography.json",
2373
+ "category": "typography-taxonomy",
2374
+ "proposal": "001",
2375
+ "reason": "\"cjk\" is a known typography-script term with no field in the taxonomy"
2376
+ },
2377
+ {
2378
+ "token": "body-cjk-size-l",
2379
+ "file": "typography.json",
2380
+ "category": "typography-taxonomy",
2381
+ "proposal": "001",
2382
+ "reason": "\"cjk\" is a known typography-script term with no field in the taxonomy"
2383
+ },
2384
+ {
2385
+ "token": "body-cjk-size-m",
2386
+ "file": "typography.json",
2387
+ "category": "typography-taxonomy",
2388
+ "proposal": "001",
2389
+ "reason": "\"cjk\" is a known typography-script term with no field in the taxonomy"
2390
+ },
2391
+ {
2392
+ "token": "body-cjk-size-s",
2393
+ "file": "typography.json",
2394
+ "category": "typography-taxonomy",
2395
+ "proposal": "001",
2396
+ "reason": "\"cjk\" is a known typography-script term with no field in the taxonomy"
2397
+ },
2398
+ {
2399
+ "token": "body-cjk-size-xl",
2400
+ "file": "typography.json",
2401
+ "category": "typography-taxonomy",
2402
+ "proposal": "001",
2403
+ "reason": "\"cjk\" is a known typography-script term with no field in the taxonomy"
2404
+ },
2405
+ {
2406
+ "token": "body-cjk-size-xs",
2407
+ "file": "typography.json",
2408
+ "category": "typography-taxonomy",
2409
+ "proposal": "001",
2410
+ "reason": "\"cjk\" is a known typography-script term with no field in the taxonomy"
2411
+ },
2412
+ {
2413
+ "token": "body-cjk-size-xxl",
2414
+ "file": "typography.json",
2415
+ "category": "typography-taxonomy",
2416
+ "proposal": "001",
2417
+ "reason": "\"cjk\" is a known typography-script term with no field in the taxonomy"
2418
+ },
2419
+ {
2420
+ "token": "body-cjk-size-xxs",
2421
+ "file": "typography.json",
2422
+ "category": "typography-taxonomy",
2423
+ "proposal": "001",
2424
+ "reason": "\"cjk\" is a known typography-script term with no field in the taxonomy"
2425
+ },
2426
+ {
2427
+ "token": "body-cjk-size-xxxl",
2428
+ "file": "typography.json",
2429
+ "category": "typography-taxonomy",
2430
+ "proposal": "001",
2431
+ "reason": "\"cjk\" is a known typography-script term with no field in the taxonomy"
2432
+ },
2433
+ {
2434
+ "token": "body-cjk-strong-font-style",
2435
+ "file": "typography.json",
2436
+ "category": "typography-taxonomy",
2437
+ "proposal": "001",
2438
+ "reason": "\"cjk\" is a known typography-script term with no field in the taxonomy"
2439
+ },
2440
+ {
2441
+ "token": "body-cjk-strong-font-weight",
2442
+ "file": "typography.json",
2443
+ "category": "typography-taxonomy",
2444
+ "proposal": "001",
2445
+ "reason": "\"cjk\" is a known typography-script term with no field in the taxonomy"
2446
+ },
2447
+ {
2448
+ "token": "body-sans-serif-font-family",
2449
+ "file": "typography.json",
2450
+ "category": "typography-taxonomy",
2451
+ "proposal": "001",
2452
+ "reason": "\"sans\" is a known typography-family term with no field in the taxonomy"
2453
+ },
2454
+ {
2455
+ "token": "body-sans-serif-font-style",
2456
+ "file": "typography.json",
2457
+ "category": "typography-taxonomy",
2458
+ "proposal": "001",
2459
+ "reason": "\"sans\" is a known typography-family term with no field in the taxonomy"
2460
+ },
2461
+ {
2462
+ "token": "body-sans-serif-font-weight",
2463
+ "file": "typography.json",
2464
+ "category": "typography-taxonomy",
2465
+ "proposal": "001",
2466
+ "reason": "\"sans\" is a known typography-family term with no field in the taxonomy"
2467
+ },
2468
+ {
2469
+ "token": "body-sans-serif-strong-font-style",
2470
+ "file": "typography.json",
2471
+ "category": "typography-taxonomy",
2472
+ "proposal": "001",
2473
+ "reason": "\"sans\" is a known typography-family term with no field in the taxonomy"
2474
+ },
2475
+ {
2476
+ "token": "body-sans-serif-strong-font-weight",
2477
+ "file": "typography.json",
2478
+ "category": "typography-taxonomy",
2479
+ "proposal": "001",
2480
+ "reason": "\"sans\" is a known typography-family term with no field in the taxonomy"
2481
+ },
2482
+ {
2483
+ "token": "body-serif-font-family",
2484
+ "file": "typography.json",
2485
+ "category": "typography-taxonomy",
2486
+ "proposal": "001",
2487
+ "reason": "\"serif\" is a known typography-family term with no field in the taxonomy"
2488
+ },
2489
+ {
2490
+ "token": "body-serif-font-style",
2491
+ "file": "typography.json",
2492
+ "category": "typography-taxonomy",
2493
+ "proposal": "001",
2494
+ "reason": "\"serif\" is a known typography-family term with no field in the taxonomy"
2495
+ },
2496
+ {
2497
+ "token": "body-serif-font-weight",
2498
+ "file": "typography.json",
2499
+ "category": "typography-taxonomy",
2500
+ "proposal": "001",
2501
+ "reason": "\"serif\" is a known typography-family term with no field in the taxonomy"
2502
+ },
2503
+ {
2504
+ "token": "body-serif-strong-font-style",
2505
+ "file": "typography.json",
2506
+ "category": "typography-taxonomy",
2507
+ "proposal": "001",
2508
+ "reason": "\"serif\" is a known typography-family term with no field in the taxonomy"
2509
+ },
2510
+ {
2511
+ "token": "body-serif-strong-font-weight",
2512
+ "file": "typography.json",
2513
+ "category": "typography-taxonomy",
2514
+ "proposal": "001",
2515
+ "reason": "\"serif\" is a known typography-family term with no field in the taxonomy"
2516
+ },
2517
+ {
2518
+ "token": "cjk-font-family",
2519
+ "file": "typography.json",
2520
+ "category": "typography-taxonomy",
2521
+ "proposal": "001",
2522
+ "reason": "\"cjk\" is a known typography-script term with no field in the taxonomy"
2523
+ },
2524
+ {
2525
+ "token": "cjk-letter-spacing",
2526
+ "file": "typography.json",
2527
+ "category": "typography-taxonomy",
2528
+ "proposal": "001",
2529
+ "reason": "\"cjk\" is a known typography-script term with no field in the taxonomy"
2530
+ },
2531
+ {
2532
+ "token": "cjk-line-height-100",
2533
+ "file": "typography.json",
2534
+ "category": "typography-taxonomy",
2535
+ "proposal": "001",
2536
+ "reason": "Numeric scale index has no field in the 13-field taxonomy"
2537
+ },
2538
+ {
2539
+ "token": "cjk-line-height-200",
2540
+ "file": "typography.json",
2541
+ "category": "typography-taxonomy",
2542
+ "proposal": "001",
2543
+ "reason": "Numeric scale index has no field in the 13-field taxonomy"
2544
+ },
2545
+ {
2546
+ "token": "code-cjk-font-family",
2547
+ "file": "typography.json",
2548
+ "category": "typography-taxonomy",
2549
+ "proposal": "001",
2550
+ "reason": "\"cjk\" is a known typography-script term with no field in the taxonomy"
2551
+ },
2552
+ {
2553
+ "token": "code-cjk-font-style",
2554
+ "file": "typography.json",
2555
+ "category": "typography-taxonomy",
2556
+ "proposal": "001",
2557
+ "reason": "\"cjk\" is a known typography-script term with no field in the taxonomy"
2558
+ },
2559
+ {
2560
+ "token": "code-cjk-font-weight",
2561
+ "file": "typography.json",
2562
+ "category": "typography-taxonomy",
2563
+ "proposal": "001",
2564
+ "reason": "\"cjk\" is a known typography-script term with no field in the taxonomy"
2565
+ },
2566
+ {
2567
+ "token": "code-cjk-line-height",
2568
+ "file": "typography.json",
2569
+ "category": "typography-taxonomy",
2570
+ "proposal": "001",
2571
+ "reason": "\"cjk\" is a known typography-script term with no field in the taxonomy"
2572
+ },
2573
+ {
2574
+ "token": "code-cjk-size-l",
2575
+ "file": "layout-component.json",
2576
+ "category": "typography-taxonomy",
2577
+ "proposal": "001",
2578
+ "reason": "\"cjk\" is a known typography-script term with no field in the taxonomy"
2579
+ },
2580
+ {
2581
+ "token": "code-cjk-size-m",
2582
+ "file": "layout-component.json",
2583
+ "category": "typography-taxonomy",
2584
+ "proposal": "001",
2585
+ "reason": "\"cjk\" is a known typography-script term with no field in the taxonomy"
2586
+ },
2587
+ {
2588
+ "token": "code-cjk-size-s",
2589
+ "file": "layout-component.json",
2590
+ "category": "typography-taxonomy",
2591
+ "proposal": "001",
2592
+ "reason": "\"cjk\" is a known typography-script term with no field in the taxonomy"
2593
+ },
2594
+ {
2595
+ "token": "code-cjk-size-xl",
2596
+ "file": "layout-component.json",
2597
+ "category": "typography-taxonomy",
2598
+ "proposal": "001",
2599
+ "reason": "\"cjk\" is a known typography-script term with no field in the taxonomy"
2600
+ },
2601
+ {
2602
+ "token": "code-cjk-size-xs",
2603
+ "file": "layout-component.json",
2604
+ "category": "typography-taxonomy",
2605
+ "proposal": "001",
2606
+ "reason": "\"cjk\" is a known typography-script term with no field in the taxonomy"
2607
+ },
2608
+ {
2609
+ "token": "code-cjk-strong-font-style",
2610
+ "file": "typography.json",
2611
+ "category": "typography-taxonomy",
2612
+ "proposal": "001",
2613
+ "reason": "\"cjk\" is a known typography-script term with no field in the taxonomy"
2614
+ },
2615
+ {
2616
+ "token": "code-cjk-strong-font-weight",
2617
+ "file": "typography.json",
2618
+ "category": "typography-taxonomy",
2619
+ "proposal": "001",
2620
+ "reason": "\"cjk\" is a known typography-script term with no field in the taxonomy"
2621
+ },
2622
+ {
2623
+ "token": "code-strong-font-style",
2624
+ "file": "typography.json",
2625
+ "category": "typography-taxonomy",
2626
+ "proposal": "001",
2627
+ "reason": "\"strong\" is a known typography-weight term with no field in the taxonomy"
2628
+ },
2629
+ {
2630
+ "token": "code-strong-font-weight",
2631
+ "file": "typography.json",
2632
+ "category": "typography-taxonomy",
2633
+ "proposal": "001",
2634
+ "reason": "\"strong\" is a known typography-weight term with no field in the taxonomy"
370
2635
  },
371
2636
  {
372
- "token": "field-default-width-extra-large",
373
- "file": "layout-component.json",
374
- "category": "state-position",
375
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
2637
+ "token": "detail-cjk-font-family",
2638
+ "file": "typography.json",
2639
+ "category": "typography-taxonomy",
2640
+ "proposal": "001",
2641
+ "reason": "\"cjk\" is a known typography-script term with no field in the taxonomy"
376
2642
  },
377
2643
  {
378
- "token": "field-default-width-large",
379
- "file": "layout-component.json",
380
- "category": "state-position",
381
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
2644
+ "token": "detail-cjk-font-style",
2645
+ "file": "typography.json",
2646
+ "category": "typography-taxonomy",
2647
+ "proposal": "001",
2648
+ "reason": "\"cjk\" is a known typography-script term with no field in the taxonomy"
382
2649
  },
383
2650
  {
384
- "token": "field-default-width-medium",
385
- "file": "layout-component.json",
386
- "category": "state-position",
387
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
2651
+ "token": "detail-cjk-font-weight",
2652
+ "file": "typography.json",
2653
+ "category": "typography-taxonomy",
2654
+ "proposal": "001",
2655
+ "reason": "\"cjk\" is a known typography-script term with no field in the taxonomy"
388
2656
  },
389
2657
  {
390
- "token": "field-default-width-small",
391
- "file": "layout-component.json",
392
- "category": "state-position",
393
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
2658
+ "token": "detail-cjk-line-height",
2659
+ "file": "typography.json",
2660
+ "category": "typography-taxonomy",
2661
+ "proposal": "001",
2662
+ "reason": "\"cjk\" is a known typography-script term with no field in the taxonomy"
394
2663
  },
395
2664
  {
396
- "token": "menu-item-edge-to-content-not-selected-extra-large",
397
- "file": "layout-component.json",
398
- "category": "state-position",
399
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
2665
+ "token": "detail-cjk-size-l",
2666
+ "file": "typography.json",
2667
+ "category": "typography-taxonomy",
2668
+ "proposal": "001",
2669
+ "reason": "\"cjk\" is a known typography-script term with no field in the taxonomy"
400
2670
  },
401
2671
  {
402
- "token": "menu-item-edge-to-content-not-selected-large",
403
- "file": "layout-component.json",
404
- "category": "state-position",
405
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
2672
+ "token": "detail-cjk-size-m",
2673
+ "file": "typography.json",
2674
+ "category": "typography-taxonomy",
2675
+ "proposal": "001",
2676
+ "reason": "\"cjk\" is a known typography-script term with no field in the taxonomy"
406
2677
  },
407
2678
  {
408
- "token": "menu-item-edge-to-content-not-selected-medium",
409
- "file": "layout-component.json",
410
- "category": "state-position",
411
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
2679
+ "token": "detail-cjk-size-s",
2680
+ "file": "typography.json",
2681
+ "category": "typography-taxonomy",
2682
+ "proposal": "001",
2683
+ "reason": "\"cjk\" is a known typography-script term with no field in the taxonomy"
412
2684
  },
413
2685
  {
414
- "token": "menu-item-edge-to-content-not-selected-small",
415
- "file": "layout-component.json",
416
- "category": "state-position",
417
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
2686
+ "token": "detail-cjk-size-xl",
2687
+ "file": "typography.json",
2688
+ "category": "typography-taxonomy",
2689
+ "proposal": "001",
2690
+ "reason": "\"cjk\" is a known typography-script term with no field in the taxonomy"
418
2691
  },
419
2692
  {
420
- "token": "menu-item-top-to-selected-icon-extra-large",
421
- "file": "layout-component.json",
422
- "category": "state-position",
423
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
2693
+ "token": "detail-cjk-size-xs",
2694
+ "file": "typography.json",
2695
+ "category": "typography-taxonomy",
2696
+ "proposal": "001",
2697
+ "reason": "\"cjk\" is a known typography-script term with no field in the taxonomy"
424
2698
  },
425
2699
  {
426
- "token": "menu-item-top-to-selected-icon-large",
427
- "file": "layout-component.json",
428
- "category": "state-position",
429
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
2700
+ "token": "detail-cjk-strong-font-style",
2701
+ "file": "typography.json",
2702
+ "category": "typography-taxonomy",
2703
+ "proposal": "001",
2704
+ "reason": "\"cjk\" is a known typography-script term with no field in the taxonomy"
430
2705
  },
431
2706
  {
432
- "token": "menu-item-top-to-selected-icon-medium",
433
- "file": "layout-component.json",
434
- "category": "state-position",
435
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
2707
+ "token": "detail-cjk-strong-font-weight",
2708
+ "file": "typography.json",
2709
+ "category": "typography-taxonomy",
2710
+ "proposal": "001",
2711
+ "reason": "\"cjk\" is a known typography-script term with no field in the taxonomy"
436
2712
  },
437
2713
  {
438
- "token": "menu-item-top-to-selected-icon-small",
2714
+ "token": "detail-sans-serif-font-family",
2715
+ "file": "typography.json",
2716
+ "category": "typography-taxonomy",
2717
+ "proposal": "001",
2718
+ "reason": "\"sans\" is a known typography-family term with no field in the taxonomy"
2719
+ },
2720
+ {
2721
+ "token": "detail-sans-serif-font-style",
2722
+ "file": "typography.json",
2723
+ "category": "typography-taxonomy",
2724
+ "proposal": "001",
2725
+ "reason": "\"sans\" is a known typography-family term with no field in the taxonomy"
2726
+ },
2727
+ {
2728
+ "token": "detail-sans-serif-font-weight",
2729
+ "file": "typography.json",
2730
+ "category": "typography-taxonomy",
2731
+ "proposal": "001",
2732
+ "reason": "\"sans\" is a known typography-family term with no field in the taxonomy"
2733
+ },
2734
+ {
2735
+ "token": "detail-sans-serif-strong-font-style",
2736
+ "file": "typography.json",
2737
+ "category": "typography-taxonomy",
2738
+ "proposal": "001",
2739
+ "reason": "\"sans\" is a known typography-family term with no field in the taxonomy"
2740
+ },
2741
+ {
2742
+ "token": "detail-sans-serif-strong-font-weight",
2743
+ "file": "typography.json",
2744
+ "category": "typography-taxonomy",
2745
+ "proposal": "001",
2746
+ "reason": "\"sans\" is a known typography-family term with no field in the taxonomy"
2747
+ },
2748
+ {
2749
+ "token": "detail-serif-font-family",
2750
+ "file": "typography.json",
2751
+ "category": "typography-taxonomy",
2752
+ "proposal": "001",
2753
+ "reason": "\"serif\" is a known typography-family term with no field in the taxonomy"
2754
+ },
2755
+ {
2756
+ "token": "detail-serif-font-style",
2757
+ "file": "typography.json",
2758
+ "category": "typography-taxonomy",
2759
+ "proposal": "001",
2760
+ "reason": "\"serif\" is a known typography-family term with no field in the taxonomy"
2761
+ },
2762
+ {
2763
+ "token": "detail-serif-font-weight",
2764
+ "file": "typography.json",
2765
+ "category": "typography-taxonomy",
2766
+ "proposal": "001",
2767
+ "reason": "\"serif\" is a known typography-family term with no field in the taxonomy"
2768
+ },
2769
+ {
2770
+ "token": "detail-serif-strong-font-style",
2771
+ "file": "typography.json",
2772
+ "category": "typography-taxonomy",
2773
+ "proposal": "001",
2774
+ "reason": "\"serif\" is a known typography-family term with no field in the taxonomy"
2775
+ },
2776
+ {
2777
+ "token": "detail-serif-strong-font-weight",
2778
+ "file": "typography.json",
2779
+ "category": "typography-taxonomy",
2780
+ "proposal": "001",
2781
+ "reason": "\"serif\" is a known typography-family term with no field in the taxonomy"
2782
+ },
2783
+ {
2784
+ "token": "drop-shadow-emphasized",
2785
+ "file": "color-aliases.json",
2786
+ "category": "typography-taxonomy",
2787
+ "proposal": "001",
2788
+ "reason": "\"emphasized\" is a known typography-weight term with no field in the taxonomy"
2789
+ },
2790
+ {
2791
+ "token": "drop-shadow-emphasized-hover",
2792
+ "file": "color-aliases.json",
2793
+ "category": "typography-taxonomy",
2794
+ "proposal": "001",
2795
+ "reason": "\"emphasized\" is a known typography-weight term with no field in the taxonomy"
2796
+ },
2797
+ {
2798
+ "token": "drop-zone-cjk-title-font-size",
439
2799
  "file": "layout-component.json",
440
- "category": "state-position",
441
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
2800
+ "category": "typography-taxonomy",
2801
+ "proposal": "001",
2802
+ "reason": "\"cjk\" is a known typography-script term with no field in the taxonomy"
442
2803
  },
443
2804
  {
444
- "token": "meter-default-width",
2805
+ "token": "heading-cjk-font-family",
2806
+ "file": "typography.json",
2807
+ "category": "typography-taxonomy",
2808
+ "proposal": "001",
2809
+ "reason": "\"cjk\" is a known typography-script term with no field in the taxonomy"
2810
+ },
2811
+ {
2812
+ "token": "heading-cjk-font-style",
2813
+ "file": "typography.json",
2814
+ "category": "typography-taxonomy",
2815
+ "proposal": "001",
2816
+ "reason": "\"cjk\" is a known typography-script term with no field in the taxonomy"
2817
+ },
2818
+ {
2819
+ "token": "heading-cjk-font-weight",
2820
+ "file": "typography.json",
2821
+ "category": "typography-taxonomy",
2822
+ "proposal": "001",
2823
+ "reason": "\"cjk\" is a known typography-script term with no field in the taxonomy"
2824
+ },
2825
+ {
2826
+ "token": "heading-cjk-heavy-font-style",
2827
+ "file": "typography.json",
2828
+ "category": "typography-taxonomy",
2829
+ "proposal": "001",
2830
+ "reason": "\"cjk\" is a known typography-script term with no field in the taxonomy"
2831
+ },
2832
+ {
2833
+ "token": "heading-cjk-heavy-font-weight",
2834
+ "file": "typography.json",
2835
+ "category": "typography-taxonomy",
2836
+ "proposal": "001",
2837
+ "reason": "\"cjk\" is a known typography-script term with no field in the taxonomy"
2838
+ },
2839
+ {
2840
+ "token": "heading-cjk-heavy-strong-font-style",
2841
+ "file": "typography.json",
2842
+ "category": "typography-taxonomy",
2843
+ "proposal": "001",
2844
+ "reason": "\"cjk\" is a known typography-script term with no field in the taxonomy"
2845
+ },
2846
+ {
2847
+ "token": "heading-cjk-heavy-strong-font-weight",
2848
+ "file": "typography.json",
2849
+ "category": "typography-taxonomy",
2850
+ "proposal": "001",
2851
+ "reason": "\"cjk\" is a known typography-script term with no field in the taxonomy"
2852
+ },
2853
+ {
2854
+ "token": "heading-cjk-line-height",
2855
+ "file": "typography.json",
2856
+ "category": "typography-taxonomy",
2857
+ "proposal": "001",
2858
+ "reason": "\"cjk\" is a known typography-script term with no field in the taxonomy"
2859
+ },
2860
+ {
2861
+ "token": "heading-cjk-size-l",
2862
+ "file": "typography.json",
2863
+ "category": "typography-taxonomy",
2864
+ "proposal": "001",
2865
+ "reason": "\"cjk\" is a known typography-script term with no field in the taxonomy"
2866
+ },
2867
+ {
2868
+ "token": "heading-cjk-size-m",
2869
+ "file": "typography.json",
2870
+ "category": "typography-taxonomy",
2871
+ "proposal": "001",
2872
+ "reason": "\"cjk\" is a known typography-script term with no field in the taxonomy"
2873
+ },
2874
+ {
2875
+ "token": "heading-cjk-size-s",
2876
+ "file": "typography.json",
2877
+ "category": "typography-taxonomy",
2878
+ "proposal": "001",
2879
+ "reason": "\"cjk\" is a known typography-script term with no field in the taxonomy"
2880
+ },
2881
+ {
2882
+ "token": "heading-cjk-size-xl",
2883
+ "file": "typography.json",
2884
+ "category": "typography-taxonomy",
2885
+ "proposal": "001",
2886
+ "reason": "\"cjk\" is a known typography-script term with no field in the taxonomy"
2887
+ },
2888
+ {
2889
+ "token": "heading-cjk-size-xs",
2890
+ "file": "typography.json",
2891
+ "category": "typography-taxonomy",
2892
+ "proposal": "001",
2893
+ "reason": "\"cjk\" is a known typography-script term with no field in the taxonomy"
2894
+ },
2895
+ {
2896
+ "token": "heading-cjk-size-xxl",
2897
+ "file": "typography.json",
2898
+ "category": "typography-taxonomy",
2899
+ "proposal": "001",
2900
+ "reason": "\"cjk\" is a known typography-script term with no field in the taxonomy"
2901
+ },
2902
+ {
2903
+ "token": "heading-cjk-size-xxxl",
2904
+ "file": "typography.json",
2905
+ "category": "typography-taxonomy",
2906
+ "proposal": "001",
2907
+ "reason": "\"cjk\" is a known typography-script term with no field in the taxonomy"
2908
+ },
2909
+ {
2910
+ "token": "heading-cjk-size-xxxxl",
2911
+ "file": "typography.json",
2912
+ "category": "typography-taxonomy",
2913
+ "proposal": "001",
2914
+ "reason": "\"cjk\" is a known typography-script term with no field in the taxonomy"
2915
+ },
2916
+ {
2917
+ "token": "heading-cjk-strong-font-style",
2918
+ "file": "typography.json",
2919
+ "category": "typography-taxonomy",
2920
+ "proposal": "001",
2921
+ "reason": "\"cjk\" is a known typography-script term with no field in the taxonomy"
2922
+ },
2923
+ {
2924
+ "token": "heading-cjk-strong-font-weight",
2925
+ "file": "typography.json",
2926
+ "category": "typography-taxonomy",
2927
+ "proposal": "001",
2928
+ "reason": "\"cjk\" is a known typography-script term with no field in the taxonomy"
2929
+ },
2930
+ {
2931
+ "token": "heading-sans-serif-font-family",
2932
+ "file": "typography.json",
2933
+ "category": "typography-taxonomy",
2934
+ "proposal": "001",
2935
+ "reason": "\"sans\" is a known typography-family term with no field in the taxonomy"
2936
+ },
2937
+ {
2938
+ "token": "heading-sans-serif-font-style",
2939
+ "file": "typography.json",
2940
+ "category": "typography-taxonomy",
2941
+ "proposal": "001",
2942
+ "reason": "\"sans\" is a known typography-family term with no field in the taxonomy"
2943
+ },
2944
+ {
2945
+ "token": "heading-sans-serif-font-weight",
2946
+ "file": "typography.json",
2947
+ "category": "typography-taxonomy",
2948
+ "proposal": "001",
2949
+ "reason": "\"sans\" is a known typography-family term with no field in the taxonomy"
2950
+ },
2951
+ {
2952
+ "token": "heading-sans-serif-heavy-font-style",
2953
+ "file": "typography.json",
2954
+ "category": "typography-taxonomy",
2955
+ "proposal": "001",
2956
+ "reason": "\"sans\" is a known typography-family term with no field in the taxonomy"
2957
+ },
2958
+ {
2959
+ "token": "heading-sans-serif-heavy-font-weight",
2960
+ "file": "typography.json",
2961
+ "category": "typography-taxonomy",
2962
+ "proposal": "001",
2963
+ "reason": "\"sans\" is a known typography-family term with no field in the taxonomy"
2964
+ },
2965
+ {
2966
+ "token": "heading-sans-serif-heavy-strong-font-style",
2967
+ "file": "typography.json",
2968
+ "category": "typography-taxonomy",
2969
+ "proposal": "001",
2970
+ "reason": "\"sans\" is a known typography-family term with no field in the taxonomy"
2971
+ },
2972
+ {
2973
+ "token": "heading-sans-serif-heavy-strong-font-weight",
2974
+ "file": "typography.json",
2975
+ "category": "typography-taxonomy",
2976
+ "proposal": "001",
2977
+ "reason": "\"sans\" is a known typography-family term with no field in the taxonomy"
2978
+ },
2979
+ {
2980
+ "token": "heading-sans-serif-strong-font-style",
2981
+ "file": "typography.json",
2982
+ "category": "typography-taxonomy",
2983
+ "proposal": "001",
2984
+ "reason": "\"sans\" is a known typography-family term with no field in the taxonomy"
2985
+ },
2986
+ {
2987
+ "token": "heading-sans-serif-strong-font-weight",
2988
+ "file": "typography.json",
2989
+ "category": "typography-taxonomy",
2990
+ "proposal": "001",
2991
+ "reason": "\"sans\" is a known typography-family term with no field in the taxonomy"
2992
+ },
2993
+ {
2994
+ "token": "heading-serif-font-family",
2995
+ "file": "typography.json",
2996
+ "category": "typography-taxonomy",
2997
+ "proposal": "001",
2998
+ "reason": "\"serif\" is a known typography-family term with no field in the taxonomy"
2999
+ },
3000
+ {
3001
+ "token": "heading-serif-font-style",
3002
+ "file": "typography.json",
3003
+ "category": "typography-taxonomy",
3004
+ "proposal": "001",
3005
+ "reason": "\"serif\" is a known typography-family term with no field in the taxonomy"
3006
+ },
3007
+ {
3008
+ "token": "heading-serif-font-weight",
3009
+ "file": "typography.json",
3010
+ "category": "typography-taxonomy",
3011
+ "proposal": "001",
3012
+ "reason": "\"serif\" is a known typography-family term with no field in the taxonomy"
3013
+ },
3014
+ {
3015
+ "token": "heading-serif-heavy-font-style",
3016
+ "file": "typography.json",
3017
+ "category": "typography-taxonomy",
3018
+ "proposal": "001",
3019
+ "reason": "\"serif\" is a known typography-family term with no field in the taxonomy"
3020
+ },
3021
+ {
3022
+ "token": "heading-serif-heavy-font-weight",
3023
+ "file": "typography.json",
3024
+ "category": "typography-taxonomy",
3025
+ "proposal": "001",
3026
+ "reason": "\"serif\" is a known typography-family term with no field in the taxonomy"
3027
+ },
3028
+ {
3029
+ "token": "heading-serif-heavy-strong-font-style",
3030
+ "file": "typography.json",
3031
+ "category": "typography-taxonomy",
3032
+ "proposal": "001",
3033
+ "reason": "\"serif\" is a known typography-family term with no field in the taxonomy"
3034
+ },
3035
+ {
3036
+ "token": "heading-serif-heavy-strong-font-weight",
3037
+ "file": "typography.json",
3038
+ "category": "typography-taxonomy",
3039
+ "proposal": "001",
3040
+ "reason": "\"serif\" is a known typography-family term with no field in the taxonomy"
3041
+ },
3042
+ {
3043
+ "token": "heading-serif-strong-font-style",
3044
+ "file": "typography.json",
3045
+ "category": "typography-taxonomy",
3046
+ "proposal": "001",
3047
+ "reason": "\"serif\" is a known typography-family term with no field in the taxonomy"
3048
+ },
3049
+ {
3050
+ "token": "heading-serif-strong-font-weight",
3051
+ "file": "typography.json",
3052
+ "category": "typography-taxonomy",
3053
+ "proposal": "001",
3054
+ "reason": "\"serif\" is a known typography-family term with no field in the taxonomy"
3055
+ },
3056
+ {
3057
+ "token": "illustrated-message-large-cjk-title-font-size",
445
3058
  "file": "layout-component.json",
446
- "category": "state-position",
447
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3059
+ "category": "typography-taxonomy",
3060
+ "proposal": "001",
3061
+ "reason": "\"cjk\" is a known typography-script term with no field in the taxonomy"
448
3062
  },
449
3063
  {
450
- "token": "slider-handle-border-width-down-extra-large",
3064
+ "token": "illustrated-message-medium-cjk-title-font-size",
451
3065
  "file": "layout-component.json",
452
- "category": "state-position",
453
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3066
+ "category": "typography-taxonomy",
3067
+ "proposal": "001",
3068
+ "reason": "\"cjk\" is a known typography-script term with no field in the taxonomy"
454
3069
  },
455
3070
  {
456
- "token": "slider-handle-border-width-down-large",
3071
+ "token": "illustrated-message-small-cjk-title-font-size",
457
3072
  "file": "layout-component.json",
458
- "category": "state-position",
459
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3073
+ "category": "typography-taxonomy",
3074
+ "proposal": "001",
3075
+ "reason": "\"cjk\" is a known typography-script term with no field in the taxonomy"
460
3076
  },
461
3077
  {
462
- "token": "slider-handle-border-width-down-medium",
3078
+ "token": "light-font-weight",
3079
+ "file": "typography.json",
3080
+ "category": "typography-taxonomy",
3081
+ "proposal": "001",
3082
+ "reason": "\"light\" is a known typography-weight term with no field in the taxonomy"
3083
+ },
3084
+ {
3085
+ "token": "opacity-checkerboard-square-light",
3086
+ "file": "color-component.json",
3087
+ "category": "typography-taxonomy",
3088
+ "proposal": "001",
3089
+ "reason": "\"light\" is a known typography-weight term with no field in the taxonomy"
3090
+ },
3091
+ {
3092
+ "token": "sans-serif-font-family",
3093
+ "file": "typography.json",
3094
+ "category": "typography-taxonomy",
3095
+ "proposal": "001",
3096
+ "reason": "\"sans\" is a known typography-family term with no field in the taxonomy"
3097
+ },
3098
+ {
3099
+ "token": "serif-font-family",
3100
+ "file": "typography.json",
3101
+ "category": "typography-taxonomy",
3102
+ "proposal": "001",
3103
+ "reason": "\"serif\" is a known typography-family term with no field in the taxonomy"
3104
+ },
3105
+ {
3106
+ "token": "title-cjk-font-family",
463
3107
  "file": "layout-component.json",
464
- "category": "state-position",
465
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3108
+ "category": "typography-taxonomy",
3109
+ "proposal": "001",
3110
+ "reason": "\"cjk\" is a known typography-script term with no field in the taxonomy"
466
3111
  },
467
3112
  {
468
- "token": "slider-handle-border-width-down-small",
3113
+ "token": "title-cjk-font-style",
469
3114
  "file": "layout-component.json",
470
- "category": "state-position",
471
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3115
+ "category": "typography-taxonomy",
3116
+ "proposal": "001",
3117
+ "reason": "\"cjk\" is a known typography-script term with no field in the taxonomy"
472
3118
  },
473
3119
  {
474
- "token": "steplist-step-default-height-extra-large",
3120
+ "token": "title-cjk-font-weight",
475
3121
  "file": "layout-component.json",
476
- "category": "state-position",
477
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3122
+ "category": "typography-taxonomy",
3123
+ "proposal": "001",
3124
+ "reason": "\"cjk\" is a known typography-script term with no field in the taxonomy"
478
3125
  },
479
3126
  {
480
- "token": "steplist-step-default-height-large",
3127
+ "token": "title-cjk-line-height",
481
3128
  "file": "layout-component.json",
482
- "category": "state-position",
483
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3129
+ "category": "typography-taxonomy",
3130
+ "proposal": "001",
3131
+ "reason": "\"cjk\" is a known typography-script term with no field in the taxonomy"
484
3132
  },
485
3133
  {
486
- "token": "steplist-step-default-height-medium",
3134
+ "token": "title-cjk-size-l",
487
3135
  "file": "layout-component.json",
488
- "category": "state-position",
489
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3136
+ "category": "typography-taxonomy",
3137
+ "proposal": "001",
3138
+ "reason": "\"cjk\" is a known typography-script term with no field in the taxonomy"
490
3139
  },
491
3140
  {
492
- "token": "steplist-step-default-height-small",
3141
+ "token": "title-cjk-size-m",
493
3142
  "file": "layout-component.json",
494
- "category": "state-position",
495
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3143
+ "category": "typography-taxonomy",
3144
+ "proposal": "001",
3145
+ "reason": "\"cjk\" is a known typography-script term with no field in the taxonomy"
496
3146
  },
497
3147
  {
498
- "token": "steplist-step-default-width-extra-large",
3148
+ "token": "title-cjk-size-s",
499
3149
  "file": "layout-component.json",
500
- "category": "state-position",
501
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3150
+ "category": "typography-taxonomy",
3151
+ "proposal": "001",
3152
+ "reason": "\"cjk\" is a known typography-script term with no field in the taxonomy"
502
3153
  },
503
3154
  {
504
- "token": "steplist-step-default-width-large",
3155
+ "token": "title-cjk-size-xl",
505
3156
  "file": "layout-component.json",
506
- "category": "state-position",
507
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3157
+ "category": "typography-taxonomy",
3158
+ "proposal": "001",
3159
+ "reason": "\"cjk\" is a known typography-script term with no field in the taxonomy"
508
3160
  },
509
3161
  {
510
- "token": "steplist-step-default-width-medium",
3162
+ "token": "title-cjk-size-xs",
511
3163
  "file": "layout-component.json",
512
- "category": "state-position",
513
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3164
+ "category": "typography-taxonomy",
3165
+ "proposal": "001",
3166
+ "reason": "\"cjk\" is a known typography-script term with no field in the taxonomy"
514
3167
  },
515
3168
  {
516
- "token": "steplist-step-default-width-small",
3169
+ "token": "title-cjk-size-xxl",
517
3170
  "file": "layout-component.json",
518
- "category": "state-position",
519
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3171
+ "category": "typography-taxonomy",
3172
+ "proposal": "001",
3173
+ "reason": "\"cjk\" is a known typography-script term with no field in the taxonomy"
520
3174
  },
521
3175
  {
522
- "token": "switch-handle-selected-size-extra-large",
3176
+ "token": "title-cjk-size-xxxl",
523
3177
  "file": "layout-component.json",
524
- "category": "state-position",
525
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3178
+ "category": "typography-taxonomy",
3179
+ "proposal": "001",
3180
+ "reason": "\"cjk\" is a known typography-script term with no field in the taxonomy"
526
3181
  },
527
3182
  {
528
- "token": "switch-handle-selected-size-large",
3183
+ "token": "title-cjk-strong-font-style",
529
3184
  "file": "layout-component.json",
530
- "category": "state-position",
531
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3185
+ "category": "typography-taxonomy",
3186
+ "proposal": "001",
3187
+ "reason": "\"cjk\" is a known typography-script term with no field in the taxonomy"
532
3188
  },
533
3189
  {
534
- "token": "switch-handle-selected-size-medium",
3190
+ "token": "title-cjk-strong-font-weight",
535
3191
  "file": "layout-component.json",
536
- "category": "state-position",
537
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3192
+ "category": "typography-taxonomy",
3193
+ "proposal": "001",
3194
+ "reason": "\"cjk\" is a known typography-script term with no field in the taxonomy"
538
3195
  },
539
3196
  {
540
- "token": "switch-handle-selected-size-small",
3197
+ "token": "title-sans-serif-font-family",
541
3198
  "file": "layout-component.json",
542
- "category": "state-position",
543
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3199
+ "category": "typography-taxonomy",
3200
+ "proposal": "001",
3201
+ "reason": "\"sans\" is a known typography-family term with no field in the taxonomy"
544
3202
  },
545
3203
  {
546
- "token": "tab-item-focus-indicator-gap-extra-large",
3204
+ "token": "title-sans-serif-font-style",
547
3205
  "file": "layout-component.json",
548
- "category": "state-position",
549
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3206
+ "category": "typography-taxonomy",
3207
+ "proposal": "001",
3208
+ "reason": "\"sans\" is a known typography-family term with no field in the taxonomy"
550
3209
  },
551
3210
  {
552
- "token": "tab-item-focus-indicator-gap-large",
3211
+ "token": "title-sans-serif-font-weight",
553
3212
  "file": "layout-component.json",
554
- "category": "state-position",
555
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3213
+ "category": "typography-taxonomy",
3214
+ "proposal": "001",
3215
+ "reason": "\"sans\" is a known typography-family term with no field in the taxonomy"
556
3216
  },
557
3217
  {
558
- "token": "tab-item-focus-indicator-gap-medium",
3218
+ "token": "title-sans-serif-strong-font-style",
559
3219
  "file": "layout-component.json",
560
- "category": "state-position",
561
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3220
+ "category": "typography-taxonomy",
3221
+ "proposal": "001",
3222
+ "reason": "\"sans\" is a known typography-family term with no field in the taxonomy"
562
3223
  },
563
3224
  {
564
- "token": "tab-item-focus-indicator-gap-small",
3225
+ "token": "title-sans-serif-strong-font-weight",
565
3226
  "file": "layout-component.json",
566
- "category": "state-position",
567
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3227
+ "category": "typography-taxonomy",
3228
+ "proposal": "001",
3229
+ "reason": "\"sans\" is a known typography-family term with no field in the taxonomy"
568
3230
  },
569
3231
  {
570
- "token": "tag-field-default-width-large",
3232
+ "token": "title-serif-font-family",
571
3233
  "file": "layout-component.json",
572
- "category": "state-position",
573
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3234
+ "category": "typography-taxonomy",
3235
+ "proposal": "001",
3236
+ "reason": "\"serif\" is a known typography-family term with no field in the taxonomy"
574
3237
  },
575
3238
  {
576
- "token": "tag-field-default-width-medium",
3239
+ "token": "title-serif-font-style",
577
3240
  "file": "layout-component.json",
578
- "category": "state-position",
579
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3241
+ "category": "typography-taxonomy",
3242
+ "proposal": "001",
3243
+ "reason": "\"serif\" is a known typography-family term with no field in the taxonomy"
580
3244
  },
581
3245
  {
582
- "token": "tag-field-default-width-small",
3246
+ "token": "title-serif-font-weight",
583
3247
  "file": "layout-component.json",
584
- "category": "state-position",
585
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3248
+ "category": "typography-taxonomy",
3249
+ "proposal": "001",
3250
+ "reason": "\"serif\" is a known typography-family term with no field in the taxonomy"
586
3251
  },
587
3252
  {
588
- "token": "title-cjk-emphasized-font-style",
3253
+ "token": "title-serif-strong-font-style",
589
3254
  "file": "layout-component.json",
590
- "category": "state-position",
591
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3255
+ "category": "typography-taxonomy",
3256
+ "proposal": "001",
3257
+ "reason": "\"serif\" is a known typography-family term with no field in the taxonomy"
592
3258
  },
593
3259
  {
594
- "token": "title-cjk-emphasized-font-weight",
3260
+ "token": "title-serif-strong-font-weight",
595
3261
  "file": "layout-component.json",
596
- "category": "state-position",
597
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3262
+ "category": "typography-taxonomy",
3263
+ "proposal": "001",
3264
+ "reason": "\"serif\" is a known typography-family term with no field in the taxonomy"
598
3265
  },
599
3266
  {
600
- "token": "title-cjk-strong-emphasized-font-style",
3267
+ "token": "slider-handle-extra-large",
601
3268
  "file": "layout-component.json",
602
- "category": "state-position",
603
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3269
+ "category": "unclassified",
3270
+ "reason": "Unclassified MEDIUM confidence"
604
3271
  },
605
3272
  {
606
- "token": "title-cjk-strong-emphasized-font-weight",
3273
+ "token": "slider-handle-large",
607
3274
  "file": "layout-component.json",
608
- "category": "state-position",
609
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3275
+ "category": "unclassified",
3276
+ "reason": "Unclassified MEDIUM confidence"
610
3277
  },
611
3278
  {
612
- "token": "title-sans-serif-emphasized-font-style",
3279
+ "token": "slider-handle-medium",
613
3280
  "file": "layout-component.json",
614
- "category": "state-position",
615
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3281
+ "category": "unclassified",
3282
+ "reason": "Unclassified MEDIUM confidence"
616
3283
  },
617
3284
  {
618
- "token": "title-sans-serif-emphasized-font-weight",
3285
+ "token": "slider-handle-small",
619
3286
  "file": "layout-component.json",
620
- "category": "state-position",
621
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3287
+ "category": "unclassified",
3288
+ "reason": "Unclassified MEDIUM confidence"
622
3289
  },
623
3290
  {
624
- "token": "title-sans-serif-strong-emphasized-font-style",
3291
+ "token": "tree-view-row-background-hover",
3292
+ "file": "color-component.json",
3293
+ "category": "unclassified",
3294
+ "reason": "Unclassified MEDIUM confidence"
3295
+ },
3296
+ {
3297
+ "token": "ui-icon-2x-large",
625
3298
  "file": "layout-component.json",
626
- "category": "state-position",
627
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3299
+ "category": "unclassified",
3300
+ "reason": "Unclassified MEDIUM confidence"
628
3301
  },
629
3302
  {
630
- "token": "title-sans-serif-strong-emphasized-font-weight",
3303
+ "token": "ui-icon-extra-large",
631
3304
  "file": "layout-component.json",
632
- "category": "state-position",
633
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3305
+ "category": "unclassified",
3306
+ "reason": "Unclassified MEDIUM confidence"
634
3307
  },
635
3308
  {
636
- "token": "title-serif-emphasized-font-style",
3309
+ "token": "ui-icon-extra-small",
637
3310
  "file": "layout-component.json",
638
- "category": "state-position",
639
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3311
+ "category": "unclassified",
3312
+ "reason": "Unclassified MEDIUM confidence"
640
3313
  },
641
3314
  {
642
- "token": "title-serif-emphasized-font-weight",
3315
+ "token": "ui-icon-large",
643
3316
  "file": "layout-component.json",
644
- "category": "state-position",
645
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3317
+ "category": "unclassified",
3318
+ "reason": "Unclassified MEDIUM confidence"
646
3319
  },
647
3320
  {
648
- "token": "title-serif-strong-emphasized-font-style",
3321
+ "token": "ui-icon-medium",
649
3322
  "file": "layout-component.json",
650
- "category": "state-position",
651
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3323
+ "category": "unclassified",
3324
+ "reason": "Unclassified MEDIUM confidence"
652
3325
  },
653
3326
  {
654
- "token": "title-serif-strong-emphasized-font-weight",
3327
+ "token": "ui-icon-small",
655
3328
  "file": "layout-component.json",
656
- "category": "state-position",
657
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3329
+ "category": "unclassified",
3330
+ "reason": "Unclassified MEDIUM confidence"
658
3331
  },
659
3332
  {
660
- "token": "focus-indicator-gap",
3333
+ "token": "workflow-icon-2x-large",
661
3334
  "file": "layout.json",
662
- "category": "state-position",
663
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3335
+ "category": "unclassified",
3336
+ "reason": "Unclassified MEDIUM confidence"
664
3337
  },
665
3338
  {
666
- "token": "focus-indicator-thickness",
3339
+ "token": "workflow-icon-2x-small",
667
3340
  "file": "layout.json",
668
- "category": "state-position",
669
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3341
+ "category": "unclassified",
3342
+ "reason": "Unclassified MEDIUM confidence"
670
3343
  },
671
3344
  {
672
- "token": "side-focus-indicator",
3345
+ "token": "workflow-icon-3x-small",
673
3346
  "file": "layout.json",
674
- "category": "state-position",
675
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3347
+ "category": "unclassified",
3348
+ "reason": "Unclassified MEDIUM confidence"
676
3349
  },
677
3350
  {
678
- "token": "body-cjk-emphasized-font-style",
679
- "file": "typography.json",
680
- "category": "state-position",
681
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3351
+ "token": "workflow-icon-extra-large",
3352
+ "file": "layout.json",
3353
+ "category": "unclassified",
3354
+ "reason": "Unclassified MEDIUM confidence"
682
3355
  },
683
3356
  {
684
- "token": "body-cjk-emphasized-font-weight",
685
- "file": "typography.json",
686
- "category": "state-position",
687
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3357
+ "token": "workflow-icon-extra-small",
3358
+ "file": "layout.json",
3359
+ "category": "unclassified",
3360
+ "reason": "Unclassified MEDIUM confidence"
688
3361
  },
689
3362
  {
690
- "token": "body-cjk-strong-emphasized-font-style",
691
- "file": "typography.json",
692
- "category": "state-position",
693
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3363
+ "token": "workflow-icon-large",
3364
+ "file": "layout.json",
3365
+ "category": "unclassified",
3366
+ "reason": "Unclassified MEDIUM confidence"
694
3367
  },
695
3368
  {
696
- "token": "body-cjk-strong-emphasized-font-weight",
697
- "file": "typography.json",
698
- "category": "state-position",
699
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3369
+ "token": "workflow-icon-medium",
3370
+ "file": "layout.json",
3371
+ "category": "unclassified",
3372
+ "reason": "Unclassified MEDIUM confidence"
700
3373
  },
701
3374
  {
702
- "token": "body-sans-serif-emphasized-font-style",
703
- "file": "typography.json",
704
- "category": "state-position",
705
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3375
+ "token": "workflow-icon-small",
3376
+ "file": "layout.json",
3377
+ "category": "unclassified",
3378
+ "reason": "Unclassified MEDIUM confidence"
706
3379
  },
707
3380
  {
708
- "token": "body-sans-serif-emphasized-font-weight",
709
- "file": "typography.json",
710
- "category": "state-position",
711
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3381
+ "token": "accent-subtle-background-color-default",
3382
+ "file": "semantic-color-palette.json",
3383
+ "category": "variant-qualifier",
3384
+ "proposal": "002",
3385
+ "reason": "\"subtle\" is a known variant-qualifier term with no field in the taxonomy"
712
3386
  },
713
3387
  {
714
- "token": "body-sans-serif-strong-emphasized-font-style",
715
- "file": "typography.json",
716
- "category": "state-position",
717
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3388
+ "token": "blue-subtle-background-color-default",
3389
+ "file": "color-aliases.json",
3390
+ "category": "variant-qualifier",
3391
+ "proposal": "002",
3392
+ "reason": "\"subtle\" is a known variant-qualifier term with no field in the taxonomy"
718
3393
  },
719
3394
  {
720
- "token": "body-sans-serif-strong-emphasized-font-weight",
721
- "file": "typography.json",
722
- "category": "state-position",
723
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3395
+ "token": "brown-subtle-background-color-default",
3396
+ "file": "color-aliases.json",
3397
+ "category": "variant-qualifier",
3398
+ "proposal": "002",
3399
+ "reason": "\"subtle\" is a known variant-qualifier term with no field in the taxonomy"
724
3400
  },
725
3401
  {
726
- "token": "body-serif-emphasized-font-style",
727
- "file": "typography.json",
728
- "category": "state-position",
729
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3402
+ "token": "celery-subtle-background-color-default",
3403
+ "file": "color-aliases.json",
3404
+ "category": "variant-qualifier",
3405
+ "proposal": "002",
3406
+ "reason": "\"subtle\" is a known variant-qualifier term with no field in the taxonomy"
730
3407
  },
731
3408
  {
732
- "token": "body-serif-emphasized-font-weight",
733
- "file": "typography.json",
734
- "category": "state-position",
735
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3409
+ "token": "chartreuse-subtle-background-color-default",
3410
+ "file": "color-aliases.json",
3411
+ "category": "variant-qualifier",
3412
+ "proposal": "002",
3413
+ "reason": "\"subtle\" is a known variant-qualifier term with no field in the taxonomy"
736
3414
  },
737
3415
  {
738
- "token": "body-serif-strong-emphasized-font-style",
739
- "file": "typography.json",
740
- "category": "state-position",
741
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3416
+ "token": "cinnamon-subtle-background-color-default",
3417
+ "file": "color-aliases.json",
3418
+ "category": "variant-qualifier",
3419
+ "proposal": "002",
3420
+ "reason": "\"subtle\" is a known variant-qualifier term with no field in the taxonomy"
742
3421
  },
743
3422
  {
744
- "token": "body-serif-strong-emphasized-font-weight",
745
- "file": "typography.json",
746
- "category": "state-position",
747
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3423
+ "token": "cyan-subtle-background-color-default",
3424
+ "file": "color-aliases.json",
3425
+ "category": "variant-qualifier",
3426
+ "proposal": "002",
3427
+ "reason": "\"subtle\" is a known variant-qualifier term with no field in the taxonomy"
748
3428
  },
749
3429
  {
750
- "token": "code-cjk-emphasized-font-style",
751
- "file": "typography.json",
752
- "category": "state-position",
753
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3430
+ "token": "fuchsia-subtle-background-color-default",
3431
+ "file": "color-aliases.json",
3432
+ "category": "variant-qualifier",
3433
+ "proposal": "002",
3434
+ "reason": "\"subtle\" is a known variant-qualifier term with no field in the taxonomy"
754
3435
  },
755
3436
  {
756
- "token": "code-cjk-emphasized-font-weight",
757
- "file": "typography.json",
758
- "category": "state-position",
759
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3437
+ "token": "gray-subtle-background-color-default",
3438
+ "file": "color-aliases.json",
3439
+ "category": "variant-qualifier",
3440
+ "proposal": "002",
3441
+ "reason": "\"subtle\" is a known variant-qualifier term with no field in the taxonomy"
760
3442
  },
761
3443
  {
762
- "token": "code-cjk-strong-emphasized-font-style",
763
- "file": "typography.json",
764
- "category": "state-position",
765
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3444
+ "token": "green-subtle-background-color-default",
3445
+ "file": "color-aliases.json",
3446
+ "category": "variant-qualifier",
3447
+ "proposal": "002",
3448
+ "reason": "\"subtle\" is a known variant-qualifier term with no field in the taxonomy"
766
3449
  },
767
3450
  {
768
- "token": "code-cjk-strong-emphasized-font-weight",
769
- "file": "typography.json",
770
- "category": "state-position",
771
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3451
+ "token": "indigo-subtle-background-color-default",
3452
+ "file": "color-aliases.json",
3453
+ "category": "variant-qualifier",
3454
+ "proposal": "002",
3455
+ "reason": "\"subtle\" is a known variant-qualifier term with no field in the taxonomy"
772
3456
  },
773
3457
  {
774
- "token": "code-emphasized-font-style",
775
- "file": "typography.json",
776
- "category": "state-position",
777
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3458
+ "token": "informative-subtle-background-color-default",
3459
+ "file": "semantic-color-palette.json",
3460
+ "category": "variant-qualifier",
3461
+ "proposal": "002",
3462
+ "reason": "\"subtle\" is a known variant-qualifier term with no field in the taxonomy"
778
3463
  },
779
3464
  {
780
- "token": "code-emphasized-font-weight",
781
- "file": "typography.json",
782
- "category": "state-position",
783
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3465
+ "token": "magenta-subtle-background-color-default",
3466
+ "file": "color-aliases.json",
3467
+ "category": "variant-qualifier",
3468
+ "proposal": "002",
3469
+ "reason": "\"subtle\" is a known variant-qualifier term with no field in the taxonomy"
784
3470
  },
785
3471
  {
786
- "token": "code-strong-emphasized-font-style",
787
- "file": "typography.json",
788
- "category": "state-position",
789
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3472
+ "token": "negative-subtle-background-color-default",
3473
+ "file": "semantic-color-palette.json",
3474
+ "category": "variant-qualifier",
3475
+ "proposal": "002",
3476
+ "reason": "\"subtle\" is a known variant-qualifier term with no field in the taxonomy"
790
3477
  },
791
3478
  {
792
- "token": "code-strong-emphasized-font-weight",
793
- "file": "typography.json",
794
- "category": "state-position",
795
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3479
+ "token": "neutral-subdued-background-color-default",
3480
+ "file": "color-aliases.json",
3481
+ "category": "variant-qualifier",
3482
+ "proposal": "002",
3483
+ "reason": "\"subdued\" is a known variant-qualifier term with no field in the taxonomy"
796
3484
  },
797
3485
  {
798
- "token": "default-font-family",
799
- "file": "typography.json",
800
- "category": "state-position",
801
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3486
+ "token": "neutral-subdued-background-color-down",
3487
+ "file": "color-aliases.json",
3488
+ "category": "variant-qualifier",
3489
+ "proposal": "002",
3490
+ "reason": "\"subdued\" is a known variant-qualifier term with no field in the taxonomy"
802
3491
  },
803
3492
  {
804
- "token": "default-font-style",
3493
+ "token": "neutral-subdued-background-color-hover",
3494
+ "file": "color-aliases.json",
3495
+ "category": "variant-qualifier",
3496
+ "proposal": "002",
3497
+ "reason": "\"subdued\" is a known variant-qualifier term with no field in the taxonomy"
3498
+ },
3499
+ {
3500
+ "token": "neutral-subdued-background-color-key-focus",
3501
+ "file": "color-aliases.json",
3502
+ "category": "variant-qualifier",
3503
+ "proposal": "002",
3504
+ "reason": "\"subdued\" is a known variant-qualifier term with no field in the taxonomy"
3505
+ },
3506
+ {
3507
+ "token": "neutral-subdued-content-color-default",
3508
+ "file": "color-aliases.json",
3509
+ "category": "variant-qualifier",
3510
+ "proposal": "002",
3511
+ "reason": "\"subdued\" is a known variant-qualifier term with no field in the taxonomy"
3512
+ },
3513
+ {
3514
+ "token": "neutral-subdued-content-color-down",
3515
+ "file": "color-aliases.json",
3516
+ "category": "variant-qualifier",
3517
+ "proposal": "002",
3518
+ "reason": "\"subdued\" is a known variant-qualifier term with no field in the taxonomy"
3519
+ },
3520
+ {
3521
+ "token": "neutral-subdued-content-color-hover",
3522
+ "file": "color-aliases.json",
3523
+ "category": "variant-qualifier",
3524
+ "proposal": "002",
3525
+ "reason": "\"subdued\" is a known variant-qualifier term with no field in the taxonomy"
3526
+ },
3527
+ {
3528
+ "token": "neutral-subdued-content-color-key-focus",
3529
+ "file": "color-aliases.json",
3530
+ "category": "variant-qualifier",
3531
+ "proposal": "002",
3532
+ "reason": "\"subdued\" is a known variant-qualifier term with no field in the taxonomy"
3533
+ },
3534
+ {
3535
+ "token": "neutral-subdued-content-color-selected",
3536
+ "file": "color-aliases.json",
3537
+ "category": "variant-qualifier",
3538
+ "proposal": "002",
3539
+ "reason": "\"subdued\" is a known variant-qualifier term with no field in the taxonomy"
3540
+ },
3541
+ {
3542
+ "token": "neutral-subtle-background-color-default",
3543
+ "file": "color-aliases.json",
3544
+ "category": "variant-qualifier",
3545
+ "proposal": "002",
3546
+ "reason": "\"subtle\" is a known variant-qualifier term with no field in the taxonomy"
3547
+ },
3548
+ {
3549
+ "token": "notice-subtle-background-color-default",
3550
+ "file": "semantic-color-palette.json",
3551
+ "category": "variant-qualifier",
3552
+ "proposal": "002",
3553
+ "reason": "\"subtle\" is a known variant-qualifier term with no field in the taxonomy"
3554
+ },
3555
+ {
3556
+ "token": "orange-subtle-background-color-default",
3557
+ "file": "color-aliases.json",
3558
+ "category": "variant-qualifier",
3559
+ "proposal": "002",
3560
+ "reason": "\"subtle\" is a known variant-qualifier term with no field in the taxonomy"
3561
+ },
3562
+ {
3563
+ "token": "pink-subtle-background-color-default",
3564
+ "file": "color-aliases.json",
3565
+ "category": "variant-qualifier",
3566
+ "proposal": "002",
3567
+ "reason": "\"subtle\" is a known variant-qualifier term with no field in the taxonomy"
3568
+ },
3569
+ {
3570
+ "token": "positive-subtle-background-color-default",
3571
+ "file": "semantic-color-palette.json",
3572
+ "category": "variant-qualifier",
3573
+ "proposal": "002",
3574
+ "reason": "\"subtle\" is a known variant-qualifier term with no field in the taxonomy"
3575
+ },
3576
+ {
3577
+ "token": "purple-subtle-background-color-default",
3578
+ "file": "color-aliases.json",
3579
+ "category": "variant-qualifier",
3580
+ "proposal": "002",
3581
+ "reason": "\"subtle\" is a known variant-qualifier term with no field in the taxonomy"
3582
+ },
3583
+ {
3584
+ "token": "red-subtle-background-color-default",
3585
+ "file": "color-aliases.json",
3586
+ "category": "variant-qualifier",
3587
+ "proposal": "002",
3588
+ "reason": "\"subtle\" is a known variant-qualifier term with no field in the taxonomy"
3589
+ },
3590
+ {
3591
+ "token": "seafoam-subtle-background-color-default",
3592
+ "file": "color-aliases.json",
3593
+ "category": "variant-qualifier",
3594
+ "proposal": "002",
3595
+ "reason": "\"subtle\" is a known variant-qualifier term with no field in the taxonomy"
3596
+ },
3597
+ {
3598
+ "token": "silver-subtle-background-color-default",
3599
+ "file": "color-aliases.json",
3600
+ "category": "variant-qualifier",
3601
+ "proposal": "002",
3602
+ "reason": "\"subtle\" is a known variant-qualifier term with no field in the taxonomy"
3603
+ },
3604
+ {
3605
+ "token": "turquoise-subtle-background-color-default",
3606
+ "file": "color-aliases.json",
3607
+ "category": "variant-qualifier",
3608
+ "proposal": "002",
3609
+ "reason": "\"subtle\" is a known variant-qualifier term with no field in the taxonomy"
3610
+ },
3611
+ {
3612
+ "token": "yellow-subtle-background-color-default",
3613
+ "file": "color-aliases.json",
3614
+ "category": "variant-qualifier",
3615
+ "proposal": "002",
3616
+ "reason": "\"subtle\" is a known variant-qualifier term with no field in the taxonomy"
3617
+ },
3618
+ {
3619
+ "token": "bold-font-weight",
805
3620
  "file": "typography.json",
806
- "category": "state-position",
807
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3621
+ "category": "vocabulary-gap",
3622
+ "proposal": "006",
3623
+ "reason": "Segment \"bold\" could not be assigned to any field"
3624
+ },
3625
+ {
3626
+ "token": "button-minimum-width-multiplier",
3627
+ "file": "layout-component.json",
3628
+ "category": "vocabulary-gap",
3629
+ "proposal": "006",
3630
+ "reason": "Segment \"multiplier\" could not be assigned to any field"
3631
+ },
3632
+ {
3633
+ "token": "coach-mark-pagination-body-font-size",
3634
+ "file": "layout-component.json",
3635
+ "category": "vocabulary-gap",
3636
+ "proposal": "006",
3637
+ "reason": "Segment \"pagination\" could not be assigned to any field"
3638
+ },
3639
+ {
3640
+ "token": "collection-card-minimum-height-hero-extra-large",
3641
+ "file": "layout-component.json",
3642
+ "category": "vocabulary-gap",
3643
+ "proposal": "006",
3644
+ "reason": "Segment \"hero\" could not be assigned to any field"
3645
+ },
3646
+ {
3647
+ "token": "collection-card-minimum-height-hero-extra-small",
3648
+ "file": "layout-component.json",
3649
+ "category": "vocabulary-gap",
3650
+ "proposal": "006",
3651
+ "reason": "Segment \"hero\" could not be assigned to any field"
3652
+ },
3653
+ {
3654
+ "token": "collection-card-minimum-height-hero-large",
3655
+ "file": "layout-component.json",
3656
+ "category": "vocabulary-gap",
3657
+ "proposal": "006",
3658
+ "reason": "Segment \"hero\" could not be assigned to any field"
808
3659
  },
809
3660
  {
810
- "token": "detail-cjk-emphasized-font-style",
811
- "file": "typography.json",
812
- "category": "state-position",
813
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3661
+ "token": "collection-card-minimum-height-hero-medium",
3662
+ "file": "layout-component.json",
3663
+ "category": "vocabulary-gap",
3664
+ "proposal": "006",
3665
+ "reason": "Segment \"hero\" could not be assigned to any field"
814
3666
  },
815
3667
  {
816
- "token": "detail-cjk-emphasized-font-weight",
817
- "file": "typography.json",
818
- "category": "state-position",
819
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3668
+ "token": "collection-card-minimum-height-hero-small",
3669
+ "file": "layout-component.json",
3670
+ "category": "vocabulary-gap",
3671
+ "proposal": "006",
3672
+ "reason": "Segment \"hero\" could not be assigned to any field"
820
3673
  },
821
3674
  {
822
- "token": "detail-cjk-light-emphasized-font-style",
823
- "file": "typography.json",
824
- "category": "state-position",
825
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3675
+ "token": "combo-box-minimum-width-multiplier",
3676
+ "file": "layout-component.json",
3677
+ "category": "vocabulary-gap",
3678
+ "proposal": "006",
3679
+ "reason": "Segment \"multiplier\" could not be assigned to any field"
826
3680
  },
827
3681
  {
828
- "token": "detail-cjk-light-emphasized-font-weight",
829
- "file": "typography.json",
830
- "category": "state-position",
831
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3682
+ "token": "corner-radius-full",
3683
+ "file": "layout.json",
3684
+ "category": "vocabulary-gap",
3685
+ "proposal": "006",
3686
+ "reason": "Segment \"full\" could not be assigned to any field"
832
3687
  },
833
3688
  {
834
- "token": "detail-cjk-light-strong-emphasized-font-style",
835
- "file": "typography.json",
836
- "category": "state-position",
837
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3689
+ "token": "corner-radius-medium-size-extra-large",
3690
+ "file": "layout.json",
3691
+ "category": "vocabulary-gap",
3692
+ "proposal": "006",
3693
+ "reason": "Segment \"medium\" could not be assigned to any field"
838
3694
  },
839
3695
  {
840
- "token": "detail-cjk-light-strong-emphasized-font-weight",
841
- "file": "typography.json",
842
- "category": "state-position",
843
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3696
+ "token": "corner-radius-medium-size-extra-small",
3697
+ "file": "layout.json",
3698
+ "category": "vocabulary-gap",
3699
+ "proposal": "006",
3700
+ "reason": "Segment \"medium\" could not be assigned to any field"
844
3701
  },
845
3702
  {
846
- "token": "detail-cjk-strong-emphasized-font-style",
847
- "file": "typography.json",
848
- "category": "state-position",
849
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3703
+ "token": "corner-radius-medium-size-large",
3704
+ "file": "layout.json",
3705
+ "category": "vocabulary-gap",
3706
+ "proposal": "006",
3707
+ "reason": "Segment \"size\" could not be assigned to any field"
850
3708
  },
851
3709
  {
852
- "token": "detail-cjk-strong-emphasized-font-weight",
853
- "file": "typography.json",
854
- "category": "state-position",
855
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3710
+ "token": "corner-radius-medium-size-medium",
3711
+ "file": "layout.json",
3712
+ "category": "vocabulary-gap",
3713
+ "proposal": "006",
3714
+ "reason": "Segment \"size\" could not be assigned to any field"
856
3715
  },
857
3716
  {
858
- "token": "detail-sans-serif-emphasized-font-style",
859
- "file": "typography.json",
860
- "category": "state-position",
861
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3717
+ "token": "corner-radius-medium-size-small",
3718
+ "file": "layout.json",
3719
+ "category": "vocabulary-gap",
3720
+ "proposal": "006",
3721
+ "reason": "Segment \"size\" could not be assigned to any field"
862
3722
  },
863
3723
  {
864
- "token": "detail-sans-serif-emphasized-font-weight",
865
- "file": "typography.json",
866
- "category": "state-position",
867
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3724
+ "token": "corner-radius-none",
3725
+ "file": "layout.json",
3726
+ "category": "vocabulary-gap",
3727
+ "proposal": "006",
3728
+ "reason": "Segment \"none\" could not be assigned to any field"
868
3729
  },
869
3730
  {
870
- "token": "detail-sans-serif-light-emphasized-font-style",
871
- "file": "typography.json",
872
- "category": "state-position",
873
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3731
+ "token": "corner-radius-small-size-extra-large",
3732
+ "file": "layout.json",
3733
+ "category": "vocabulary-gap",
3734
+ "proposal": "006",
3735
+ "reason": "Segment \"small\" could not be assigned to any field"
874
3736
  },
875
3737
  {
876
- "token": "detail-sans-serif-light-emphasized-font-weight",
877
- "file": "typography.json",
878
- "category": "state-position",
879
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3738
+ "token": "corner-radius-small-size-large",
3739
+ "file": "layout.json",
3740
+ "category": "vocabulary-gap",
3741
+ "proposal": "006",
3742
+ "reason": "Segment \"size\" could not be assigned to any field"
880
3743
  },
881
3744
  {
882
- "token": "detail-sans-serif-light-strong-emphasized-font-style",
883
- "file": "typography.json",
884
- "category": "state-position",
885
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3745
+ "token": "corner-radius-small-size-medium",
3746
+ "file": "layout.json",
3747
+ "category": "vocabulary-gap",
3748
+ "proposal": "006",
3749
+ "reason": "Segment \"size\" could not be assigned to any field"
886
3750
  },
887
3751
  {
888
- "token": "detail-sans-serif-light-strong-emphasized-font-weight",
889
- "file": "typography.json",
890
- "category": "state-position",
891
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3752
+ "token": "corner-radius-small-size-small",
3753
+ "file": "layout.json",
3754
+ "category": "vocabulary-gap",
3755
+ "proposal": "006",
3756
+ "reason": "Segment \"size\" could not be assigned to any field"
892
3757
  },
893
3758
  {
894
- "token": "detail-sans-serif-strong-emphasized-font-style",
895
- "file": "typography.json",
896
- "category": "state-position",
897
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3759
+ "token": "double-calendar-popover-minimum-height",
3760
+ "file": "layout-component.json",
3761
+ "category": "vocabulary-gap",
3762
+ "proposal": "006",
3763
+ "reason": "Segment \"popover\" could not be assigned to any field"
898
3764
  },
899
3765
  {
900
- "token": "detail-sans-serif-strong-emphasized-font-weight",
901
- "file": "typography.json",
902
- "category": "state-position",
903
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3766
+ "token": "double-calendar-popover-minimum-width",
3767
+ "file": "layout-component.json",
3768
+ "category": "vocabulary-gap",
3769
+ "proposal": "006",
3770
+ "reason": "Segment \"popover\" could not be assigned to any field"
904
3771
  },
905
3772
  {
906
- "token": "detail-serif-emphasized-font-style",
907
- "file": "typography.json",
908
- "category": "state-position",
909
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3773
+ "token": "drop-shadow-color-100",
3774
+ "file": "color-aliases.json",
3775
+ "category": "vocabulary-gap",
3776
+ "proposal": "006",
3777
+ "reason": "Numeric scale index has no field in the 13-field taxonomy"
910
3778
  },
911
3779
  {
912
- "token": "detail-serif-emphasized-font-weight",
913
- "file": "typography.json",
914
- "category": "state-position",
915
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3780
+ "token": "drop-shadow-color-200",
3781
+ "file": "color-aliases.json",
3782
+ "category": "vocabulary-gap",
3783
+ "proposal": "006",
3784
+ "reason": "Numeric scale index has no field in the 13-field taxonomy"
916
3785
  },
917
3786
  {
918
- "token": "detail-serif-light-emphasized-font-style",
919
- "file": "typography.json",
920
- "category": "state-position",
921
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3787
+ "token": "drop-shadow-color-300",
3788
+ "file": "color-aliases.json",
3789
+ "category": "vocabulary-gap",
3790
+ "proposal": "006",
3791
+ "reason": "Numeric scale index has no field in the 13-field taxonomy"
922
3792
  },
923
3793
  {
924
- "token": "detail-serif-light-emphasized-font-weight",
925
- "file": "typography.json",
926
- "category": "state-position",
927
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3794
+ "token": "drop-shadow-transition-color",
3795
+ "file": "color-aliases.json",
3796
+ "category": "vocabulary-gap",
3797
+ "proposal": "006",
3798
+ "reason": "Segment \"transition\" could not be assigned to any field"
928
3799
  },
929
3800
  {
930
- "token": "detail-serif-light-strong-emphasized-font-style",
3801
+ "token": "extra-bold-font-weight",
931
3802
  "file": "typography.json",
932
- "category": "state-position",
933
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3803
+ "category": "vocabulary-gap",
3804
+ "proposal": "006",
3805
+ "reason": "Segment \"extra\" could not be assigned to any field"
934
3806
  },
935
3807
  {
936
- "token": "detail-serif-light-strong-emphasized-font-weight",
937
- "file": "typography.json",
938
- "category": "state-position",
939
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3808
+ "token": "floating-action-button-drop-shadow-color",
3809
+ "file": "color-component.json",
3810
+ "category": "vocabulary-gap",
3811
+ "proposal": "006",
3812
+ "reason": "Segment \"color\" could not be assigned to any field"
940
3813
  },
941
3814
  {
942
- "token": "detail-serif-strong-emphasized-font-style",
3815
+ "token": "italic-font-style",
943
3816
  "file": "typography.json",
944
- "category": "state-position",
945
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3817
+ "category": "vocabulary-gap",
3818
+ "proposal": "006",
3819
+ "reason": "Segment \"italic\" could not be assigned to any field"
946
3820
  },
947
3821
  {
948
- "token": "detail-serif-strong-emphasized-font-weight",
3822
+ "token": "line-height-font-size-100",
949
3823
  "file": "typography.json",
950
- "category": "state-position",
951
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3824
+ "category": "vocabulary-gap",
3825
+ "proposal": "006",
3826
+ "reason": "Numeric scale index has no field in the 13-field taxonomy"
952
3827
  },
953
3828
  {
954
- "token": "heading-cjk-emphasized-font-style",
3829
+ "token": "line-height-font-size-1000",
955
3830
  "file": "typography.json",
956
- "category": "state-position",
957
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3831
+ "category": "vocabulary-gap",
3832
+ "proposal": "006",
3833
+ "reason": "Numeric scale index has no field in the 13-field taxonomy"
958
3834
  },
959
3835
  {
960
- "token": "heading-cjk-emphasized-font-weight",
3836
+ "token": "line-height-font-size-1100",
961
3837
  "file": "typography.json",
962
- "category": "state-position",
963
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3838
+ "category": "vocabulary-gap",
3839
+ "proposal": "006",
3840
+ "reason": "Numeric scale index has no field in the 13-field taxonomy"
964
3841
  },
965
3842
  {
966
- "token": "heading-cjk-heavy-emphasized-font-style",
3843
+ "token": "line-height-font-size-1200",
967
3844
  "file": "typography.json",
968
- "category": "state-position",
969
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3845
+ "category": "vocabulary-gap",
3846
+ "proposal": "006",
3847
+ "reason": "Numeric scale index has no field in the 13-field taxonomy"
970
3848
  },
971
3849
  {
972
- "token": "heading-cjk-heavy-emphasized-font-weight",
3850
+ "token": "line-height-font-size-1300",
973
3851
  "file": "typography.json",
974
- "category": "state-position",
975
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3852
+ "category": "vocabulary-gap",
3853
+ "proposal": "006",
3854
+ "reason": "Numeric scale index has no field in the 13-field taxonomy"
976
3855
  },
977
3856
  {
978
- "token": "heading-cjk-heavy-strong-emphasized-font-style",
3857
+ "token": "line-height-font-size-1400",
979
3858
  "file": "typography.json",
980
- "category": "state-position",
981
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3859
+ "category": "vocabulary-gap",
3860
+ "proposal": "006",
3861
+ "reason": "Numeric scale index has no field in the 13-field taxonomy"
982
3862
  },
983
3863
  {
984
- "token": "heading-cjk-heavy-strong-emphasized-font-weight",
3864
+ "token": "line-height-font-size-1500",
985
3865
  "file": "typography.json",
986
- "category": "state-position",
987
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3866
+ "category": "vocabulary-gap",
3867
+ "proposal": "006",
3868
+ "reason": "Numeric scale index has no field in the 13-field taxonomy"
988
3869
  },
989
3870
  {
990
- "token": "heading-cjk-light-emphasized-font-style",
3871
+ "token": "line-height-font-size-200",
991
3872
  "file": "typography.json",
992
- "category": "state-position",
993
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3873
+ "category": "vocabulary-gap",
3874
+ "proposal": "006",
3875
+ "reason": "Numeric scale index has no field in the 13-field taxonomy"
994
3876
  },
995
3877
  {
996
- "token": "heading-cjk-light-emphasized-font-weight",
3878
+ "token": "line-height-font-size-25",
997
3879
  "file": "typography.json",
998
- "category": "state-position",
999
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3880
+ "category": "vocabulary-gap",
3881
+ "proposal": "006",
3882
+ "reason": "Numeric scale index has no field in the 13-field taxonomy"
1000
3883
  },
1001
3884
  {
1002
- "token": "heading-cjk-light-strong-emphasized-font-style",
3885
+ "token": "line-height-font-size-300",
1003
3886
  "file": "typography.json",
1004
- "category": "state-position",
1005
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3887
+ "category": "vocabulary-gap",
3888
+ "proposal": "006",
3889
+ "reason": "Numeric scale index has no field in the 13-field taxonomy"
1006
3890
  },
1007
3891
  {
1008
- "token": "heading-cjk-light-strong-emphasized-font-weight",
3892
+ "token": "line-height-font-size-400",
1009
3893
  "file": "typography.json",
1010
- "category": "state-position",
1011
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3894
+ "category": "vocabulary-gap",
3895
+ "proposal": "006",
3896
+ "reason": "Numeric scale index has no field in the 13-field taxonomy"
1012
3897
  },
1013
3898
  {
1014
- "token": "heading-cjk-strong-emphasized-font-style",
3899
+ "token": "line-height-font-size-50",
1015
3900
  "file": "typography.json",
1016
- "category": "state-position",
1017
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3901
+ "category": "vocabulary-gap",
3902
+ "proposal": "006",
3903
+ "reason": "Numeric scale index has no field in the 13-field taxonomy"
1018
3904
  },
1019
3905
  {
1020
- "token": "heading-cjk-strong-emphasized-font-weight",
3906
+ "token": "line-height-font-size-500",
1021
3907
  "file": "typography.json",
1022
- "category": "state-position",
1023
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3908
+ "category": "vocabulary-gap",
3909
+ "proposal": "006",
3910
+ "reason": "Numeric scale index has no field in the 13-field taxonomy"
1024
3911
  },
1025
3912
  {
1026
- "token": "heading-sans-serif-emphasized-font-style",
3913
+ "token": "line-height-font-size-600",
1027
3914
  "file": "typography.json",
1028
- "category": "state-position",
1029
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3915
+ "category": "vocabulary-gap",
3916
+ "proposal": "006",
3917
+ "reason": "Numeric scale index has no field in the 13-field taxonomy"
1030
3918
  },
1031
3919
  {
1032
- "token": "heading-sans-serif-emphasized-font-weight",
3920
+ "token": "line-height-font-size-700",
1033
3921
  "file": "typography.json",
1034
- "category": "state-position",
1035
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3922
+ "category": "vocabulary-gap",
3923
+ "proposal": "006",
3924
+ "reason": "Numeric scale index has no field in the 13-field taxonomy"
1036
3925
  },
1037
3926
  {
1038
- "token": "heading-sans-serif-heavy-emphasized-font-style",
3927
+ "token": "line-height-font-size-75",
1039
3928
  "file": "typography.json",
1040
- "category": "state-position",
1041
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3929
+ "category": "vocabulary-gap",
3930
+ "proposal": "006",
3931
+ "reason": "Numeric scale index has no field in the 13-field taxonomy"
1042
3932
  },
1043
3933
  {
1044
- "token": "heading-sans-serif-heavy-emphasized-font-weight",
3934
+ "token": "line-height-font-size-800",
1045
3935
  "file": "typography.json",
1046
- "category": "state-position",
1047
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3936
+ "category": "vocabulary-gap",
3937
+ "proposal": "006",
3938
+ "reason": "Numeric scale index has no field in the 13-field taxonomy"
1048
3939
  },
1049
3940
  {
1050
- "token": "heading-sans-serif-heavy-strong-emphasized-font-style",
3941
+ "token": "line-height-font-size-900",
1051
3942
  "file": "typography.json",
1052
- "category": "state-position",
1053
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3943
+ "category": "vocabulary-gap",
3944
+ "proposal": "006",
3945
+ "reason": "Numeric scale index has no field in the 13-field taxonomy"
1054
3946
  },
1055
3947
  {
1056
- "token": "heading-sans-serif-heavy-strong-emphasized-font-weight",
1057
- "file": "typography.json",
1058
- "category": "state-position",
1059
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3948
+ "token": "number-field-minimum-width-multiplier",
3949
+ "file": "layout-component.json",
3950
+ "category": "vocabulary-gap",
3951
+ "proposal": "006",
3952
+ "reason": "Segment \"multiplier\" could not be assigned to any field"
1060
3953
  },
1061
3954
  {
1062
- "token": "heading-sans-serif-light-emphasized-font-style",
1063
- "file": "typography.json",
1064
- "category": "state-position",
1065
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3955
+ "token": "number-field-with-stepper-minimum-width-extra-large",
3956
+ "file": "layout-component.json",
3957
+ "category": "vocabulary-gap",
3958
+ "proposal": "006",
3959
+ "reason": "Segment \"with\" could not be assigned to any field"
1066
3960
  },
1067
3961
  {
1068
- "token": "heading-sans-serif-light-emphasized-font-weight",
1069
- "file": "typography.json",
1070
- "category": "state-position",
1071
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3962
+ "token": "number-field-with-stepper-minimum-width-large",
3963
+ "file": "layout-component.json",
3964
+ "category": "vocabulary-gap",
3965
+ "proposal": "006",
3966
+ "reason": "Segment \"with\" could not be assigned to any field"
1072
3967
  },
1073
3968
  {
1074
- "token": "heading-sans-serif-light-strong-emphasized-font-style",
1075
- "file": "typography.json",
1076
- "category": "state-position",
1077
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3969
+ "token": "number-field-with-stepper-minimum-width-medium",
3970
+ "file": "layout-component.json",
3971
+ "category": "vocabulary-gap",
3972
+ "proposal": "006",
3973
+ "reason": "Segment \"with\" could not be assigned to any field"
1078
3974
  },
1079
3975
  {
1080
- "token": "heading-sans-serif-light-strong-emphasized-font-weight",
1081
- "file": "typography.json",
1082
- "category": "state-position",
1083
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3976
+ "token": "number-field-with-stepper-minimum-width-small",
3977
+ "file": "layout-component.json",
3978
+ "category": "vocabulary-gap",
3979
+ "proposal": "006",
3980
+ "reason": "Segment \"with\" could not be assigned to any field"
1084
3981
  },
1085
3982
  {
1086
- "token": "heading-sans-serif-strong-emphasized-font-style",
1087
- "file": "typography.json",
1088
- "category": "state-position",
1089
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3983
+ "token": "picker-minimum-width-multiplier",
3984
+ "file": "layout-component.json",
3985
+ "category": "vocabulary-gap",
3986
+ "proposal": "006",
3987
+ "reason": "Segment \"multiplier\" could not be assigned to any field"
1090
3988
  },
1091
3989
  {
1092
- "token": "heading-sans-serif-strong-emphasized-font-weight",
3990
+ "token": "regular-font-weight",
1093
3991
  "file": "typography.json",
1094
- "category": "state-position",
1095
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3992
+ "category": "vocabulary-gap",
3993
+ "proposal": "006",
3994
+ "reason": "Segment \"regular\" could not be assigned to any field"
1096
3995
  },
1097
3996
  {
1098
- "token": "heading-serif-emphasized-font-style",
1099
- "file": "typography.json",
1100
- "category": "state-position",
1101
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
3997
+ "token": "search-field-minimum-width-multiplier",
3998
+ "file": "layout-component.json",
3999
+ "category": "vocabulary-gap",
4000
+ "proposal": "006",
4001
+ "reason": "Segment \"multiplier\" could not be assigned to any field"
1102
4002
  },
1103
4003
  {
1104
- "token": "heading-serif-emphasized-font-weight",
1105
- "file": "typography.json",
1106
- "category": "state-position",
1107
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
4004
+ "token": "single-calendar-popover-minimum-height",
4005
+ "file": "layout-component.json",
4006
+ "category": "vocabulary-gap",
4007
+ "proposal": "006",
4008
+ "reason": "Segment \"popover\" could not be assigned to any field"
1108
4009
  },
1109
4010
  {
1110
- "token": "heading-serif-heavy-emphasized-font-style",
1111
- "file": "typography.json",
1112
- "category": "state-position",
1113
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
4011
+ "token": "single-calendar-popover-minimum-width",
4012
+ "file": "layout-component.json",
4013
+ "category": "vocabulary-gap",
4014
+ "proposal": "006",
4015
+ "reason": "Segment \"popover\" could not be assigned to any field"
1114
4016
  },
1115
4017
  {
1116
- "token": "heading-serif-heavy-emphasized-font-weight",
1117
- "file": "typography.json",
1118
- "category": "state-position",
1119
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
4018
+ "token": "tag-maximum-width-multiplier",
4019
+ "file": "layout-component.json",
4020
+ "category": "vocabulary-gap",
4021
+ "proposal": "006",
4022
+ "reason": "Segment \"multiplier\" could not be assigned to any field"
1120
4023
  },
1121
4024
  {
1122
- "token": "heading-serif-heavy-strong-emphasized-font-style",
4025
+ "token": "text-align-center",
1123
4026
  "file": "typography.json",
1124
- "category": "state-position",
1125
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
4027
+ "category": "vocabulary-gap",
4028
+ "proposal": "006",
4029
+ "reason": "Segment \"center\" could not be assigned to any field"
1126
4030
  },
1127
4031
  {
1128
- "token": "heading-serif-heavy-strong-emphasized-font-weight",
1129
- "file": "typography.json",
1130
- "category": "state-position",
1131
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
4032
+ "token": "text-field-minimum-width-multiplier",
4033
+ "file": "layout-component.json",
4034
+ "category": "vocabulary-gap",
4035
+ "proposal": "006",
4036
+ "reason": "Segment \"multiplier\" could not be assigned to any field"
1132
4037
  },
1133
4038
  {
1134
- "token": "heading-serif-light-emphasized-font-style",
1135
- "file": "typography.json",
1136
- "category": "state-position",
1137
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
4039
+ "token": "triple-calendar-popover-minimum-height",
4040
+ "file": "layout-component.json",
4041
+ "category": "vocabulary-gap",
4042
+ "proposal": "006",
4043
+ "reason": "Segment \"popover\" could not be assigned to any field"
1138
4044
  },
1139
4045
  {
1140
- "token": "heading-serif-light-emphasized-font-weight",
1141
- "file": "typography.json",
1142
- "category": "state-position",
1143
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
4046
+ "token": "triple-calendar-popover-minimum-width",
4047
+ "file": "layout-component.json",
4048
+ "category": "vocabulary-gap",
4049
+ "proposal": "006",
4050
+ "reason": "Segment \"popover\" could not be assigned to any field"
1144
4051
  },
1145
4052
  {
1146
- "token": "heading-serif-light-strong-emphasized-font-style",
1147
- "file": "typography.json",
1148
- "category": "state-position",
1149
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
4053
+ "token": "user-card-minimum-height-title-below-extra-large",
4054
+ "file": "layout-component.json",
4055
+ "category": "vocabulary-gap",
4056
+ "proposal": "006",
4057
+ "reason": "Segment \"below\" could not be assigned to any field"
1150
4058
  },
1151
4059
  {
1152
- "token": "heading-serif-light-strong-emphasized-font-weight",
1153
- "file": "typography.json",
1154
- "category": "state-position",
1155
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
4060
+ "token": "user-card-minimum-height-title-below-large",
4061
+ "file": "layout-component.json",
4062
+ "category": "vocabulary-gap",
4063
+ "proposal": "006",
4064
+ "reason": "Segment \"below\" could not be assigned to any field"
1156
4065
  },
1157
4066
  {
1158
- "token": "heading-serif-strong-emphasized-font-style",
1159
- "file": "typography.json",
1160
- "category": "state-position",
1161
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
4067
+ "token": "user-card-minimum-height-title-below-medium",
4068
+ "file": "layout-component.json",
4069
+ "category": "vocabulary-gap",
4070
+ "proposal": "006",
4071
+ "reason": "Segment \"below\" could not be assigned to any field"
1162
4072
  },
1163
4073
  {
1164
- "token": "heading-serif-strong-emphasized-font-weight",
1165
- "file": "typography.json",
1166
- "category": "state-position",
1167
- "reason": "Does not roundtrip through canonical generation rules (category: state-position)"
4074
+ "token": "user-card-minimum-height-title-below-small",
4075
+ "file": "layout-component.json",
4076
+ "category": "vocabulary-gap",
4077
+ "proposal": "006",
4078
+ "reason": "Segment \"below\" could not be assigned to any field"
1168
4079
  }
1169
4080
  ]
1170
4081
  }