@adobe/spectrum-tokens 14.6.0 → 14.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +64 -4
- package/dist/json/drover.json +8 -311
- package/dist/json/variables.json +539 -4038
- package/naming-exceptions.json +632 -3543
- package/package.json +1 -1
- package/schemas/token-file.json +1 -1
- package/schemas/token-types/{text-align.json → alignment.json} +4 -4
- package/snapshots/validation-snapshot.json +21 -175
- package/src/color-aliases.json +27 -262
- package/src/color-component.json +17 -161
- package/src/color-palette.json +2212 -369
- package/src/icons.json +23 -454
- package/src/layout-component.json +516 -1450
- package/src/layout.json +38 -132
- package/src/semantic-color-palette.json +5 -45
- package/src/typography.json +67 -741
- package/test/checkComponentProps.js +4 -6
- package/schemas/token-types/typography-scale.json +0 -82
package/naming-exceptions.json
CHANGED
|
@@ -1,135 +1,13 @@
|
|
|
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
|
-
},
|
|
102
4
|
"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
|
-
},
|
|
109
5
|
{
|
|
110
6
|
"token": "drop-shadow-emphasized-default-color",
|
|
111
7
|
"file": "color-aliases.json",
|
|
112
8
|
"category": "compound-state",
|
|
113
9
|
"reason": "Does not roundtrip through canonical generation rules (category: compound-state)"
|
|
114
10
|
},
|
|
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
|
-
},
|
|
133
11
|
{
|
|
134
12
|
"token": "drop-shadow-emphasized-hover-color",
|
|
135
13
|
"file": "color-aliases.json",
|
|
@@ -143,99 +21,73 @@
|
|
|
143
21
|
"reason": "Does not roundtrip through canonical generation rules (category: compound-state)"
|
|
144
22
|
},
|
|
145
23
|
{
|
|
146
|
-
"token": "
|
|
147
|
-
"file": "
|
|
24
|
+
"token": "stack-item-selected-background-color-default",
|
|
25
|
+
"file": "color-component.json",
|
|
148
26
|
"category": "compound-state",
|
|
149
27
|
"reason": "Does not roundtrip through canonical generation rules (category: compound-state)"
|
|
150
28
|
},
|
|
151
29
|
{
|
|
152
|
-
"token": "
|
|
153
|
-
"file": "
|
|
30
|
+
"token": "stack-item-selected-background-color-down",
|
|
31
|
+
"file": "color-component.json",
|
|
154
32
|
"category": "compound-state",
|
|
155
33
|
"reason": "Does not roundtrip through canonical generation rules (category: compound-state)"
|
|
156
34
|
},
|
|
157
35
|
{
|
|
158
|
-
"token": "
|
|
159
|
-
"file": "color-
|
|
160
|
-
"category": "compound-state",
|
|
161
|
-
"proposal": "005",
|
|
162
|
-
"reason": "Ordering mismatch: serializes as \"negative-border-color-focus-hover\""
|
|
163
|
-
},
|
|
164
|
-
{
|
|
165
|
-
"token": "neutral-background-color-default-selected",
|
|
166
|
-
"file": "color-aliases.json",
|
|
167
|
-
"category": "compound-state",
|
|
168
|
-
"proposal": "005",
|
|
169
|
-
"reason": "Ordering mismatch: serializes as \"neutral-background-color-selected-default\""
|
|
170
|
-
},
|
|
171
|
-
{
|
|
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",
|
|
36
|
+
"token": "stack-item-selected-background-color-emphasized",
|
|
37
|
+
"file": "color-component.json",
|
|
181
38
|
"category": "compound-state",
|
|
182
|
-
"
|
|
183
|
-
"reason": "Ordering mismatch: serializes as \"neutral-background-color-selected-hover\""
|
|
39
|
+
"reason": "Does not roundtrip through canonical generation rules (category: compound-state)"
|
|
184
40
|
},
|
|
185
41
|
{
|
|
186
|
-
"token": "
|
|
187
|
-
"file": "color-
|
|
42
|
+
"token": "stack-item-selected-background-color-hover",
|
|
43
|
+
"file": "color-component.json",
|
|
188
44
|
"category": "compound-state",
|
|
189
|
-
"
|
|
190
|
-
"reason": "Ordering mismatch: serializes as \"neutral-content-color-focus-hover\""
|
|
45
|
+
"reason": "Does not roundtrip through canonical generation rules (category: compound-state)"
|
|
191
46
|
},
|
|
192
47
|
{
|
|
193
|
-
"token": "stack-item-background-color-
|
|
48
|
+
"token": "stack-item-selected-background-color-key-focus",
|
|
194
49
|
"file": "color-component.json",
|
|
195
50
|
"category": "compound-state",
|
|
196
|
-
"
|
|
197
|
-
"reason": "Ordering mismatch: serializes as \"stack-item-background-color-selected-default\""
|
|
51
|
+
"reason": "Does not roundtrip through canonical generation rules (category: compound-state)"
|
|
198
52
|
},
|
|
199
53
|
{
|
|
200
|
-
"token": "
|
|
54
|
+
"token": "table-selected-row-background-color-non-emphasized",
|
|
201
55
|
"file": "color-component.json",
|
|
202
56
|
"category": "compound-state",
|
|
203
|
-
"
|
|
204
|
-
"reason": "Ordering mismatch: serializes as \"stack-item-background-color-selected-down\""
|
|
57
|
+
"reason": "Does not roundtrip through canonical generation rules (category: compound-state)"
|
|
205
58
|
},
|
|
206
59
|
{
|
|
207
|
-
"token": "
|
|
60
|
+
"token": "table-selected-row-background-opacity-hover",
|
|
208
61
|
"file": "color-component.json",
|
|
209
62
|
"category": "compound-state",
|
|
210
|
-
"
|
|
211
|
-
"reason": "Ordering mismatch: serializes as \"stack-item-background-color-selected-hover\""
|
|
63
|
+
"reason": "Does not roundtrip through canonical generation rules (category: compound-state)"
|
|
212
64
|
},
|
|
213
65
|
{
|
|
214
|
-
"token": "
|
|
66
|
+
"token": "table-selected-row-background-opacity-non-emphasized",
|
|
215
67
|
"file": "color-component.json",
|
|
216
68
|
"category": "compound-state",
|
|
217
69
|
"reason": "Does not roundtrip through canonical generation rules (category: compound-state)"
|
|
218
70
|
},
|
|
219
71
|
{
|
|
220
|
-
"token": "
|
|
72
|
+
"token": "table-selected-row-background-opacity-non-emphasized-hover",
|
|
221
73
|
"file": "color-component.json",
|
|
222
74
|
"category": "compound-state",
|
|
223
75
|
"reason": "Does not roundtrip through canonical generation rules (category: compound-state)"
|
|
224
76
|
},
|
|
225
77
|
{
|
|
226
|
-
"token": "
|
|
78
|
+
"token": "tree-view-selected-row-background-color-emphasized",
|
|
227
79
|
"file": "color-component.json",
|
|
228
80
|
"category": "compound-state",
|
|
229
81
|
"reason": "Does not roundtrip through canonical generation rules (category: compound-state)"
|
|
230
82
|
},
|
|
231
83
|
{
|
|
232
|
-
"token": "
|
|
84
|
+
"token": "tree-view-selected-row-background-default",
|
|
233
85
|
"file": "color-component.json",
|
|
234
86
|
"category": "compound-state",
|
|
235
87
|
"reason": "Does not roundtrip through canonical generation rules (category: compound-state)"
|
|
236
88
|
},
|
|
237
89
|
{
|
|
238
|
-
"token": "
|
|
90
|
+
"token": "tree-view-selected-row-background-hover",
|
|
239
91
|
"file": "color-component.json",
|
|
240
92
|
"category": "compound-state",
|
|
241
93
|
"reason": "Does not roundtrip through canonical generation rules (category: compound-state)"
|
|
@@ -265,3817 +117,1054 @@
|
|
|
265
117
|
"reason": "Does not roundtrip through canonical generation rules (category: compound-state)"
|
|
266
118
|
},
|
|
267
119
|
{
|
|
268
|
-
"token": "
|
|
269
|
-
"file": "
|
|
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",
|
|
120
|
+
"token": "tree-view-selected-row-background-opacity-emphasized",
|
|
121
|
+
"file": "layout-component.json",
|
|
277
122
|
"category": "compound-state",
|
|
278
123
|
"reason": "Does not roundtrip through canonical generation rules (category: compound-state)"
|
|
279
124
|
},
|
|
280
125
|
{
|
|
281
|
-
"token": "
|
|
282
|
-
"file": "
|
|
126
|
+
"token": "tree-view-selected-row-background-opacity-emphasized-hover",
|
|
127
|
+
"file": "layout-component.json",
|
|
283
128
|
"category": "compound-state",
|
|
284
129
|
"reason": "Does not roundtrip through canonical generation rules (category: compound-state)"
|
|
285
130
|
},
|
|
286
131
|
{
|
|
287
|
-
"token": "
|
|
288
|
-
"file": "
|
|
132
|
+
"token": "drop-shadow-emphasized-default-blur",
|
|
133
|
+
"file": "layout.json",
|
|
289
134
|
"category": "compound-state",
|
|
290
135
|
"reason": "Does not roundtrip through canonical generation rules (category: compound-state)"
|
|
291
136
|
},
|
|
292
137
|
{
|
|
293
|
-
"token": "
|
|
294
|
-
"file": "
|
|
138
|
+
"token": "drop-shadow-emphasized-default-x",
|
|
139
|
+
"file": "layout.json",
|
|
295
140
|
"category": "compound-state",
|
|
296
141
|
"reason": "Does not roundtrip through canonical generation rules (category: compound-state)"
|
|
297
142
|
},
|
|
298
143
|
{
|
|
299
|
-
"token": "
|
|
300
|
-
"file": "
|
|
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",
|
|
144
|
+
"token": "drop-shadow-emphasized-default-y",
|
|
145
|
+
"file": "layout.json",
|
|
315
146
|
"category": "compound-state",
|
|
316
147
|
"reason": "Does not roundtrip through canonical generation rules (category: compound-state)"
|
|
317
148
|
},
|
|
318
149
|
{
|
|
319
|
-
"token": "
|
|
320
|
-
"file": "
|
|
150
|
+
"token": "drop-shadow-emphasized-hover-blur",
|
|
151
|
+
"file": "layout.json",
|
|
321
152
|
"category": "compound-state",
|
|
322
153
|
"reason": "Does not roundtrip through canonical generation rules (category: compound-state)"
|
|
323
154
|
},
|
|
324
155
|
{
|
|
325
|
-
"token": "
|
|
326
|
-
"file": "
|
|
156
|
+
"token": "drop-shadow-emphasized-hover-x",
|
|
157
|
+
"file": "layout.json",
|
|
327
158
|
"category": "compound-state",
|
|
328
159
|
"reason": "Does not roundtrip through canonical generation rules (category: compound-state)"
|
|
329
160
|
},
|
|
330
161
|
{
|
|
331
|
-
"token": "
|
|
332
|
-
"file": "layout
|
|
162
|
+
"token": "drop-shadow-emphasized-hover-y",
|
|
163
|
+
"file": "layout.json",
|
|
333
164
|
"category": "compound-state",
|
|
334
165
|
"reason": "Does not roundtrip through canonical generation rules (category: compound-state)"
|
|
335
166
|
},
|
|
336
167
|
{
|
|
337
|
-
"token": "
|
|
338
|
-
"file": "
|
|
339
|
-
"category": "
|
|
340
|
-
"reason": "Does not roundtrip through canonical generation rules (category:
|
|
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)"
|
|
341
172
|
},
|
|
342
173
|
{
|
|
343
|
-
"token": "
|
|
174
|
+
"token": "disabled-border-color",
|
|
344
175
|
"file": "color-aliases.json",
|
|
345
|
-
"category": "
|
|
346
|
-
"
|
|
347
|
-
"reason": "\"elevated\" is a known context-modifier term with no field in the taxonomy"
|
|
176
|
+
"category": "state-position",
|
|
177
|
+
"reason": "Does not roundtrip through canonical generation rules (category: state-position)"
|
|
348
178
|
},
|
|
349
179
|
{
|
|
350
|
-
"token": "
|
|
180
|
+
"token": "disabled-content-color",
|
|
351
181
|
"file": "color-aliases.json",
|
|
352
|
-
"category": "
|
|
353
|
-
"
|
|
354
|
-
"reason": "\"pasteboard\" is a known context-modifier term with no field in the taxonomy"
|
|
182
|
+
"category": "state-position",
|
|
183
|
+
"reason": "Does not roundtrip through canonical generation rules (category: state-position)"
|
|
355
184
|
},
|
|
356
185
|
{
|
|
357
|
-
"token": "
|
|
186
|
+
"token": "disabled-static-black-background-color",
|
|
358
187
|
"file": "color-aliases.json",
|
|
359
|
-
"category": "
|
|
360
|
-
"
|
|
361
|
-
"reason": "\"ambient\" is a known context-modifier term with no field in the taxonomy"
|
|
188
|
+
"category": "state-position",
|
|
189
|
+
"reason": "Does not roundtrip through canonical generation rules (category: state-position)"
|
|
362
190
|
},
|
|
363
191
|
{
|
|
364
|
-
"token": "
|
|
192
|
+
"token": "disabled-static-black-border-color",
|
|
365
193
|
"file": "color-aliases.json",
|
|
366
|
-
"category": "
|
|
367
|
-
"
|
|
368
|
-
"reason": "\"dragged\" is a known context-modifier term with no field in the taxonomy"
|
|
194
|
+
"category": "state-position",
|
|
195
|
+
"reason": "Does not roundtrip through canonical generation rules (category: state-position)"
|
|
369
196
|
},
|
|
370
197
|
{
|
|
371
|
-
"token": "
|
|
372
|
-
"file": "
|
|
373
|
-
"category": "
|
|
374
|
-
"
|
|
375
|
-
"reason": "\"dragged\" is a known context-modifier term with no field in the taxonomy"
|
|
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)"
|
|
376
202
|
},
|
|
377
203
|
{
|
|
378
|
-
"token": "
|
|
204
|
+
"token": "disabled-static-white-background-color",
|
|
379
205
|
"file": "color-aliases.json",
|
|
380
|
-
"category": "
|
|
381
|
-
"
|
|
382
|
-
"reason": "\"dragged\" is a known context-modifier term with no field in the taxonomy"
|
|
206
|
+
"category": "state-position",
|
|
207
|
+
"reason": "Does not roundtrip through canonical generation rules (category: state-position)"
|
|
383
208
|
},
|
|
384
209
|
{
|
|
385
|
-
"token": "
|
|
210
|
+
"token": "disabled-static-white-border-color",
|
|
386
211
|
"file": "color-aliases.json",
|
|
387
|
-
"category": "
|
|
388
|
-
"
|
|
389
|
-
"reason": "\"dragged\" is a known context-modifier term with no field in the taxonomy"
|
|
212
|
+
"category": "state-position",
|
|
213
|
+
"reason": "Does not roundtrip through canonical generation rules (category: state-position)"
|
|
390
214
|
},
|
|
391
215
|
{
|
|
392
|
-
"token": "
|
|
393
|
-
"file": "
|
|
394
|
-
"category": "
|
|
395
|
-
"
|
|
396
|
-
"reason": "\"dragged\" is a known context-modifier term with no field in the taxonomy"
|
|
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)"
|
|
397
220
|
},
|
|
398
221
|
{
|
|
399
|
-
"token": "drop-shadow-
|
|
400
|
-
"file": "
|
|
401
|
-
"category": "
|
|
402
|
-
"
|
|
403
|
-
"reason": "\"dragged\" is a known context-modifier term with no field in the taxonomy"
|
|
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)"
|
|
404
226
|
},
|
|
405
227
|
{
|
|
406
|
-
"token": "
|
|
228
|
+
"token": "focus-indicator-color",
|
|
407
229
|
"file": "color-aliases.json",
|
|
408
|
-
"category": "
|
|
409
|
-
"
|
|
410
|
-
"reason": "\"elevated\" is a known context-modifier term with no field in the taxonomy"
|
|
230
|
+
"category": "state-position",
|
|
231
|
+
"reason": "Does not roundtrip through canonical generation rules (category: state-position)"
|
|
411
232
|
},
|
|
412
233
|
{
|
|
413
|
-
"token": "
|
|
414
|
-
"file": "
|
|
415
|
-
"category": "
|
|
416
|
-
"
|
|
417
|
-
"reason": "\"elevated\" is a known context-modifier term with no field in the taxonomy"
|
|
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)"
|
|
418
238
|
},
|
|
419
239
|
{
|
|
420
|
-
"token": "
|
|
240
|
+
"token": "static-white-focus-indicator-color",
|
|
421
241
|
"file": "color-aliases.json",
|
|
422
|
-
"category": "
|
|
423
|
-
"
|
|
424
|
-
"reason": "\"elevated\" is a known context-modifier term with no field in the taxonomy"
|
|
242
|
+
"category": "state-position",
|
|
243
|
+
"reason": "Does not roundtrip through canonical generation rules (category: state-position)"
|
|
425
244
|
},
|
|
426
245
|
{
|
|
427
|
-
"token": "
|
|
428
|
-
"file": "color-
|
|
429
|
-
"category": "
|
|
430
|
-
"
|
|
431
|
-
"reason": "\"elevated\" is a known context-modifier term with no field in the taxonomy"
|
|
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)"
|
|
432
250
|
},
|
|
433
251
|
{
|
|
434
|
-
"token": "
|
|
435
|
-
"file": "
|
|
436
|
-
"category": "
|
|
437
|
-
"
|
|
438
|
-
"reason": "\"elevated\" is a known context-modifier term with no field in the taxonomy"
|
|
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)"
|
|
439
256
|
},
|
|
440
257
|
{
|
|
441
|
-
"token": "
|
|
442
|
-
"file": "
|
|
443
|
-
"category": "
|
|
444
|
-
"
|
|
445
|
-
"reason": "\"elevated\" is a known context-modifier term with no field in the taxonomy"
|
|
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)"
|
|
446
262
|
},
|
|
447
263
|
{
|
|
448
|
-
"token": "
|
|
449
|
-
"file": "
|
|
450
|
-
"category": "
|
|
451
|
-
"
|
|
452
|
-
"reason": "\"blur\" is a known drop-shadow-property term with no field in the taxonomy"
|
|
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)"
|
|
453
268
|
},
|
|
454
269
|
{
|
|
455
|
-
"token": "
|
|
456
|
-
"file": "
|
|
457
|
-
"category": "
|
|
458
|
-
"
|
|
459
|
-
"reason": "\"x\" is a known drop-shadow-property term with no field in the taxonomy"
|
|
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)"
|
|
460
274
|
},
|
|
461
275
|
{
|
|
462
|
-
"token": "
|
|
463
|
-
"file": "
|
|
464
|
-
"category": "
|
|
465
|
-
"
|
|
466
|
-
"reason": "\"y\" is a known drop-shadow-property term with no field in the taxonomy"
|
|
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)"
|
|
467
280
|
},
|
|
468
281
|
{
|
|
469
|
-
"token": "
|
|
470
|
-
"file": "
|
|
471
|
-
"category": "
|
|
472
|
-
"
|
|
473
|
-
"reason": "Numeric scale index has no field in the 13-field taxonomy"
|
|
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)"
|
|
474
286
|
},
|
|
475
287
|
{
|
|
476
|
-
"token": "
|
|
477
|
-
"file": "
|
|
478
|
-
"category": "
|
|
479
|
-
"
|
|
480
|
-
"reason": "Numeric scale index has no field in the 13-field taxonomy"
|
|
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)"
|
|
481
292
|
},
|
|
482
293
|
{
|
|
483
|
-
"token": "
|
|
484
|
-
"file": "
|
|
485
|
-
"category": "
|
|
486
|
-
"
|
|
487
|
-
"reason": "Numeric scale index has no field in the 13-field taxonomy"
|
|
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)"
|
|
488
298
|
},
|
|
489
299
|
{
|
|
490
|
-
"token": "
|
|
491
|
-
"file": "
|
|
492
|
-
"category": "
|
|
493
|
-
"
|
|
494
|
-
"reason": "Numeric scale index has no field in the 13-field taxonomy"
|
|
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)"
|
|
495
304
|
},
|
|
496
305
|
{
|
|
497
|
-
"token": "
|
|
498
|
-
"file": "layout.json",
|
|
499
|
-
"category": "
|
|
500
|
-
"
|
|
501
|
-
"reason": "Numeric scale index has no field in the 13-field taxonomy"
|
|
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)"
|
|
502
310
|
},
|
|
503
311
|
{
|
|
504
|
-
"token": "
|
|
505
|
-
"file": "layout.json",
|
|
506
|
-
"category": "
|
|
507
|
-
"
|
|
508
|
-
"reason": "Numeric scale index has no field in the 13-field taxonomy"
|
|
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)"
|
|
509
316
|
},
|
|
510
317
|
{
|
|
511
|
-
"token": "
|
|
512
|
-
"file": "layout.json",
|
|
513
|
-
"category": "
|
|
514
|
-
"
|
|
515
|
-
"reason": "Numeric scale index has no field in the 13-field taxonomy"
|
|
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)"
|
|
516
322
|
},
|
|
517
323
|
{
|
|
518
|
-
"token": "
|
|
519
|
-
"file": "layout.json",
|
|
520
|
-
"category": "
|
|
521
|
-
"
|
|
522
|
-
"reason": "Numeric scale index has no field in the 13-field taxonomy"
|
|
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)"
|
|
523
328
|
},
|
|
524
329
|
{
|
|
525
|
-
"token": "
|
|
526
|
-
"file": "layout.json",
|
|
527
|
-
"category": "
|
|
528
|
-
"
|
|
529
|
-
"reason": "Numeric scale index has no field in the 13-field taxonomy"
|
|
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)"
|
|
530
334
|
},
|
|
531
335
|
{
|
|
532
|
-
"token": "
|
|
336
|
+
"token": "card-default-width-small",
|
|
533
337
|
"file": "layout-component.json",
|
|
534
|
-
"category": "
|
|
535
|
-
"
|
|
536
|
-
"reason": "\"blur\" is a known drop-shadow-property term with no field in the taxonomy"
|
|
338
|
+
"category": "state-position",
|
|
339
|
+
"reason": "Does not roundtrip through canonical generation rules (category: state-position)"
|
|
537
340
|
},
|
|
538
341
|
{
|
|
539
|
-
"token": "
|
|
342
|
+
"token": "card-edge-to-content-default-extra-large",
|
|
540
343
|
"file": "layout-component.json",
|
|
541
|
-
"category": "
|
|
542
|
-
"
|
|
543
|
-
"reason": "\"y\" is a known drop-shadow-property term with no field in the taxonomy"
|
|
344
|
+
"category": "state-position",
|
|
345
|
+
"reason": "Does not roundtrip through canonical generation rules (category: state-position)"
|
|
544
346
|
},
|
|
545
347
|
{
|
|
546
|
-
"token": "
|
|
547
|
-
"file": "
|
|
548
|
-
"category": "
|
|
549
|
-
"
|
|
550
|
-
"reason": "Ordering mismatch: serializes as \"blue-icon-color-primary-default\""
|
|
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)"
|
|
551
352
|
},
|
|
552
353
|
{
|
|
553
|
-
"token": "
|
|
554
|
-
"file": "
|
|
555
|
-
"category": "
|
|
556
|
-
"
|
|
557
|
-
"reason": "Ordering mismatch: serializes as \"blue-icon-color-primary-down\""
|
|
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)"
|
|
558
358
|
},
|
|
559
359
|
{
|
|
560
|
-
"token": "
|
|
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)"
|
|
1444
|
-
},
|
|
1445
|
-
{
|
|
1446
|
-
"token": "card-edge-to-content-default-medium",
|
|
1447
|
-
"file": "layout-component.json",
|
|
1448
|
-
"category": "state-position",
|
|
1449
|
-
"reason": "Does not roundtrip through canonical generation rules (category: state-position)"
|
|
1450
|
-
},
|
|
1451
|
-
{
|
|
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"
|
|
2635
|
-
},
|
|
2636
|
-
{
|
|
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"
|
|
2642
|
-
},
|
|
2643
|
-
{
|
|
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"
|
|
2649
|
-
},
|
|
2650
|
-
{
|
|
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"
|
|
2656
|
-
},
|
|
2657
|
-
{
|
|
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"
|
|
2663
|
-
},
|
|
2664
|
-
{
|
|
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"
|
|
2670
|
-
},
|
|
2671
|
-
{
|
|
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"
|
|
2677
|
-
},
|
|
2678
|
-
{
|
|
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"
|
|
2684
|
-
},
|
|
2685
|
-
{
|
|
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"
|
|
2691
|
-
},
|
|
2692
|
-
{
|
|
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"
|
|
2698
|
-
},
|
|
2699
|
-
{
|
|
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"
|
|
2705
|
-
},
|
|
2706
|
-
{
|
|
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"
|
|
2712
|
-
},
|
|
2713
|
-
{
|
|
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",
|
|
360
|
+
"token": "card-edge-to-content-default-medium",
|
|
2799
361
|
"file": "layout-component.json",
|
|
2800
|
-
"category": "
|
|
2801
|
-
"
|
|
2802
|
-
"reason": "\"cjk\" is a known typography-script term with no field in the taxonomy"
|
|
2803
|
-
},
|
|
2804
|
-
{
|
|
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"
|
|
362
|
+
"category": "state-position",
|
|
363
|
+
"reason": "Does not roundtrip through canonical generation rules (category: state-position)"
|
|
3034
364
|
},
|
|
3035
365
|
{
|
|
3036
|
-
"token": "
|
|
3037
|
-
"file": "
|
|
3038
|
-
"category": "
|
|
3039
|
-
"
|
|
3040
|
-
"reason": "\"serif\" is a known typography-family term with no field in the taxonomy"
|
|
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)"
|
|
3041
370
|
},
|
|
3042
371
|
{
|
|
3043
|
-
"token": "
|
|
3044
|
-
"file": "
|
|
3045
|
-
"category": "
|
|
3046
|
-
"
|
|
3047
|
-
"reason": "\"serif\" is a known typography-family term with no field in the taxonomy"
|
|
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)"
|
|
3048
376
|
},
|
|
3049
377
|
{
|
|
3050
|
-
"token": "
|
|
3051
|
-
"file": "
|
|
3052
|
-
"category": "
|
|
3053
|
-
"
|
|
3054
|
-
"reason": "\"serif\" is a known typography-family term with no field in the taxonomy"
|
|
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)"
|
|
3055
382
|
},
|
|
3056
383
|
{
|
|
3057
|
-
"token": "
|
|
384
|
+
"token": "field-default-width-medium",
|
|
3058
385
|
"file": "layout-component.json",
|
|
3059
|
-
"category": "
|
|
3060
|
-
"
|
|
3061
|
-
"reason": "\"cjk\" is a known typography-script term with no field in the taxonomy"
|
|
386
|
+
"category": "state-position",
|
|
387
|
+
"reason": "Does not roundtrip through canonical generation rules (category: state-position)"
|
|
3062
388
|
},
|
|
3063
389
|
{
|
|
3064
|
-
"token": "
|
|
390
|
+
"token": "field-default-width-small",
|
|
3065
391
|
"file": "layout-component.json",
|
|
3066
|
-
"category": "
|
|
3067
|
-
"
|
|
3068
|
-
"reason": "\"cjk\" is a known typography-script term with no field in the taxonomy"
|
|
392
|
+
"category": "state-position",
|
|
393
|
+
"reason": "Does not roundtrip through canonical generation rules (category: state-position)"
|
|
3069
394
|
},
|
|
3070
395
|
{
|
|
3071
|
-
"token": "
|
|
396
|
+
"token": "menu-item-edge-to-content-not-selected-extra-large",
|
|
3072
397
|
"file": "layout-component.json",
|
|
3073
|
-
"category": "
|
|
3074
|
-
"
|
|
3075
|
-
"reason": "\"cjk\" is a known typography-script term with no field in the taxonomy"
|
|
398
|
+
"category": "state-position",
|
|
399
|
+
"reason": "Does not roundtrip through canonical generation rules (category: state-position)"
|
|
3076
400
|
},
|
|
3077
401
|
{
|
|
3078
|
-
"token": "
|
|
3079
|
-
"file": "
|
|
3080
|
-
"category": "
|
|
3081
|
-
"
|
|
3082
|
-
"reason": "\"light\" is a known typography-weight term with no field in the taxonomy"
|
|
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)"
|
|
3083
406
|
},
|
|
3084
407
|
{
|
|
3085
|
-
"token": "
|
|
3086
|
-
"file": "
|
|
3087
|
-
"category": "
|
|
3088
|
-
"
|
|
3089
|
-
"reason": "\"light\" is a known typography-weight term with no field in the taxonomy"
|
|
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)"
|
|
3090
412
|
},
|
|
3091
413
|
{
|
|
3092
|
-
"token": "
|
|
3093
|
-
"file": "
|
|
3094
|
-
"category": "
|
|
3095
|
-
"
|
|
3096
|
-
"reason": "\"sans\" is a known typography-family term with no field in the taxonomy"
|
|
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)"
|
|
3097
418
|
},
|
|
3098
419
|
{
|
|
3099
|
-
"token": "
|
|
3100
|
-
"file": "
|
|
3101
|
-
"category": "
|
|
3102
|
-
"
|
|
3103
|
-
"reason": "\"serif\" is a known typography-family term with no field in the taxonomy"
|
|
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)"
|
|
3104
424
|
},
|
|
3105
425
|
{
|
|
3106
|
-
"token": "
|
|
426
|
+
"token": "menu-item-top-to-selected-icon-large",
|
|
3107
427
|
"file": "layout-component.json",
|
|
3108
|
-
"category": "
|
|
3109
|
-
"
|
|
3110
|
-
"reason": "\"cjk\" is a known typography-script term with no field in the taxonomy"
|
|
428
|
+
"category": "state-position",
|
|
429
|
+
"reason": "Does not roundtrip through canonical generation rules (category: state-position)"
|
|
3111
430
|
},
|
|
3112
431
|
{
|
|
3113
|
-
"token": "
|
|
432
|
+
"token": "menu-item-top-to-selected-icon-medium",
|
|
3114
433
|
"file": "layout-component.json",
|
|
3115
|
-
"category": "
|
|
3116
|
-
"
|
|
3117
|
-
"reason": "\"cjk\" is a known typography-script term with no field in the taxonomy"
|
|
434
|
+
"category": "state-position",
|
|
435
|
+
"reason": "Does not roundtrip through canonical generation rules (category: state-position)"
|
|
3118
436
|
},
|
|
3119
437
|
{
|
|
3120
|
-
"token": "
|
|
438
|
+
"token": "menu-item-top-to-selected-icon-small",
|
|
3121
439
|
"file": "layout-component.json",
|
|
3122
|
-
"category": "
|
|
3123
|
-
"
|
|
3124
|
-
"reason": "\"cjk\" is a known typography-script term with no field in the taxonomy"
|
|
440
|
+
"category": "state-position",
|
|
441
|
+
"reason": "Does not roundtrip through canonical generation rules (category: state-position)"
|
|
3125
442
|
},
|
|
3126
443
|
{
|
|
3127
|
-
"token": "
|
|
444
|
+
"token": "meter-default-width",
|
|
3128
445
|
"file": "layout-component.json",
|
|
3129
|
-
"category": "
|
|
3130
|
-
"
|
|
3131
|
-
"reason": "\"cjk\" is a known typography-script term with no field in the taxonomy"
|
|
446
|
+
"category": "state-position",
|
|
447
|
+
"reason": "Does not roundtrip through canonical generation rules (category: state-position)"
|
|
3132
448
|
},
|
|
3133
449
|
{
|
|
3134
|
-
"token": "
|
|
450
|
+
"token": "slider-handle-border-width-down-extra-large",
|
|
3135
451
|
"file": "layout-component.json",
|
|
3136
|
-
"category": "
|
|
3137
|
-
"
|
|
3138
|
-
"reason": "\"cjk\" is a known typography-script term with no field in the taxonomy"
|
|
452
|
+
"category": "state-position",
|
|
453
|
+
"reason": "Does not roundtrip through canonical generation rules (category: state-position)"
|
|
3139
454
|
},
|
|
3140
455
|
{
|
|
3141
|
-
"token": "
|
|
456
|
+
"token": "slider-handle-border-width-down-large",
|
|
3142
457
|
"file": "layout-component.json",
|
|
3143
|
-
"category": "
|
|
3144
|
-
"
|
|
3145
|
-
"reason": "\"cjk\" is a known typography-script term with no field in the taxonomy"
|
|
458
|
+
"category": "state-position",
|
|
459
|
+
"reason": "Does not roundtrip through canonical generation rules (category: state-position)"
|
|
3146
460
|
},
|
|
3147
461
|
{
|
|
3148
|
-
"token": "
|
|
462
|
+
"token": "slider-handle-border-width-down-medium",
|
|
3149
463
|
"file": "layout-component.json",
|
|
3150
|
-
"category": "
|
|
3151
|
-
"
|
|
3152
|
-
"reason": "\"cjk\" is a known typography-script term with no field in the taxonomy"
|
|
464
|
+
"category": "state-position",
|
|
465
|
+
"reason": "Does not roundtrip through canonical generation rules (category: state-position)"
|
|
3153
466
|
},
|
|
3154
467
|
{
|
|
3155
|
-
"token": "
|
|
468
|
+
"token": "slider-handle-border-width-down-small",
|
|
3156
469
|
"file": "layout-component.json",
|
|
3157
|
-
"category": "
|
|
3158
|
-
"
|
|
3159
|
-
"reason": "\"cjk\" is a known typography-script term with no field in the taxonomy"
|
|
470
|
+
"category": "state-position",
|
|
471
|
+
"reason": "Does not roundtrip through canonical generation rules (category: state-position)"
|
|
3160
472
|
},
|
|
3161
473
|
{
|
|
3162
|
-
"token": "
|
|
474
|
+
"token": "steplist-step-default-height-extra-large",
|
|
3163
475
|
"file": "layout-component.json",
|
|
3164
|
-
"category": "
|
|
3165
|
-
"
|
|
3166
|
-
"reason": "\"cjk\" is a known typography-script term with no field in the taxonomy"
|
|
476
|
+
"category": "state-position",
|
|
477
|
+
"reason": "Does not roundtrip through canonical generation rules (category: state-position)"
|
|
3167
478
|
},
|
|
3168
479
|
{
|
|
3169
|
-
"token": "
|
|
480
|
+
"token": "steplist-step-default-height-large",
|
|
3170
481
|
"file": "layout-component.json",
|
|
3171
|
-
"category": "
|
|
3172
|
-
"
|
|
3173
|
-
"reason": "\"cjk\" is a known typography-script term with no field in the taxonomy"
|
|
482
|
+
"category": "state-position",
|
|
483
|
+
"reason": "Does not roundtrip through canonical generation rules (category: state-position)"
|
|
3174
484
|
},
|
|
3175
485
|
{
|
|
3176
|
-
"token": "
|
|
486
|
+
"token": "steplist-step-default-height-medium",
|
|
3177
487
|
"file": "layout-component.json",
|
|
3178
|
-
"category": "
|
|
3179
|
-
"
|
|
3180
|
-
"reason": "\"cjk\" is a known typography-script term with no field in the taxonomy"
|
|
488
|
+
"category": "state-position",
|
|
489
|
+
"reason": "Does not roundtrip through canonical generation rules (category: state-position)"
|
|
3181
490
|
},
|
|
3182
491
|
{
|
|
3183
|
-
"token": "
|
|
492
|
+
"token": "steplist-step-default-height-small",
|
|
3184
493
|
"file": "layout-component.json",
|
|
3185
|
-
"category": "
|
|
3186
|
-
"
|
|
3187
|
-
"reason": "\"cjk\" is a known typography-script term with no field in the taxonomy"
|
|
494
|
+
"category": "state-position",
|
|
495
|
+
"reason": "Does not roundtrip through canonical generation rules (category: state-position)"
|
|
3188
496
|
},
|
|
3189
497
|
{
|
|
3190
|
-
"token": "
|
|
498
|
+
"token": "steplist-step-default-width-extra-large",
|
|
3191
499
|
"file": "layout-component.json",
|
|
3192
|
-
"category": "
|
|
3193
|
-
"
|
|
3194
|
-
"reason": "\"cjk\" is a known typography-script term with no field in the taxonomy"
|
|
500
|
+
"category": "state-position",
|
|
501
|
+
"reason": "Does not roundtrip through canonical generation rules (category: state-position)"
|
|
3195
502
|
},
|
|
3196
503
|
{
|
|
3197
|
-
"token": "
|
|
504
|
+
"token": "steplist-step-default-width-large",
|
|
3198
505
|
"file": "layout-component.json",
|
|
3199
|
-
"category": "
|
|
3200
|
-
"
|
|
3201
|
-
"reason": "\"sans\" is a known typography-family term with no field in the taxonomy"
|
|
506
|
+
"category": "state-position",
|
|
507
|
+
"reason": "Does not roundtrip through canonical generation rules (category: state-position)"
|
|
3202
508
|
},
|
|
3203
509
|
{
|
|
3204
|
-
"token": "
|
|
510
|
+
"token": "steplist-step-default-width-medium",
|
|
3205
511
|
"file": "layout-component.json",
|
|
3206
|
-
"category": "
|
|
3207
|
-
"
|
|
3208
|
-
"reason": "\"sans\" is a known typography-family term with no field in the taxonomy"
|
|
512
|
+
"category": "state-position",
|
|
513
|
+
"reason": "Does not roundtrip through canonical generation rules (category: state-position)"
|
|
3209
514
|
},
|
|
3210
515
|
{
|
|
3211
|
-
"token": "
|
|
516
|
+
"token": "steplist-step-default-width-small",
|
|
3212
517
|
"file": "layout-component.json",
|
|
3213
|
-
"category": "
|
|
3214
|
-
"
|
|
3215
|
-
"reason": "\"sans\" is a known typography-family term with no field in the taxonomy"
|
|
518
|
+
"category": "state-position",
|
|
519
|
+
"reason": "Does not roundtrip through canonical generation rules (category: state-position)"
|
|
3216
520
|
},
|
|
3217
521
|
{
|
|
3218
|
-
"token": "
|
|
522
|
+
"token": "switch-handle-selected-size-extra-large",
|
|
3219
523
|
"file": "layout-component.json",
|
|
3220
|
-
"category": "
|
|
3221
|
-
"
|
|
3222
|
-
"reason": "\"sans\" is a known typography-family term with no field in the taxonomy"
|
|
524
|
+
"category": "state-position",
|
|
525
|
+
"reason": "Does not roundtrip through canonical generation rules (category: state-position)"
|
|
3223
526
|
},
|
|
3224
527
|
{
|
|
3225
|
-
"token": "
|
|
528
|
+
"token": "switch-handle-selected-size-large",
|
|
3226
529
|
"file": "layout-component.json",
|
|
3227
|
-
"category": "
|
|
3228
|
-
"
|
|
3229
|
-
"reason": "\"sans\" is a known typography-family term with no field in the taxonomy"
|
|
530
|
+
"category": "state-position",
|
|
531
|
+
"reason": "Does not roundtrip through canonical generation rules (category: state-position)"
|
|
3230
532
|
},
|
|
3231
533
|
{
|
|
3232
|
-
"token": "
|
|
534
|
+
"token": "switch-handle-selected-size-medium",
|
|
3233
535
|
"file": "layout-component.json",
|
|
3234
|
-
"category": "
|
|
3235
|
-
"
|
|
3236
|
-
"reason": "\"serif\" is a known typography-family term with no field in the taxonomy"
|
|
536
|
+
"category": "state-position",
|
|
537
|
+
"reason": "Does not roundtrip through canonical generation rules (category: state-position)"
|
|
3237
538
|
},
|
|
3238
539
|
{
|
|
3239
|
-
"token": "
|
|
540
|
+
"token": "switch-handle-selected-size-small",
|
|
3240
541
|
"file": "layout-component.json",
|
|
3241
|
-
"category": "
|
|
3242
|
-
"
|
|
3243
|
-
"reason": "\"serif\" is a known typography-family term with no field in the taxonomy"
|
|
542
|
+
"category": "state-position",
|
|
543
|
+
"reason": "Does not roundtrip through canonical generation rules (category: state-position)"
|
|
3244
544
|
},
|
|
3245
545
|
{
|
|
3246
|
-
"token": "
|
|
546
|
+
"token": "tab-item-focus-indicator-gap-extra-large",
|
|
3247
547
|
"file": "layout-component.json",
|
|
3248
|
-
"category": "
|
|
3249
|
-
"
|
|
3250
|
-
"reason": "\"serif\" is a known typography-family term with no field in the taxonomy"
|
|
548
|
+
"category": "state-position",
|
|
549
|
+
"reason": "Does not roundtrip through canonical generation rules (category: state-position)"
|
|
3251
550
|
},
|
|
3252
551
|
{
|
|
3253
|
-
"token": "
|
|
552
|
+
"token": "tab-item-focus-indicator-gap-large",
|
|
3254
553
|
"file": "layout-component.json",
|
|
3255
|
-
"category": "
|
|
3256
|
-
"
|
|
3257
|
-
"reason": "\"serif\" is a known typography-family term with no field in the taxonomy"
|
|
554
|
+
"category": "state-position",
|
|
555
|
+
"reason": "Does not roundtrip through canonical generation rules (category: state-position)"
|
|
3258
556
|
},
|
|
3259
557
|
{
|
|
3260
|
-
"token": "
|
|
558
|
+
"token": "tab-item-focus-indicator-gap-medium",
|
|
3261
559
|
"file": "layout-component.json",
|
|
3262
|
-
"category": "
|
|
3263
|
-
"
|
|
3264
|
-
"reason": "\"serif\" is a known typography-family term with no field in the taxonomy"
|
|
560
|
+
"category": "state-position",
|
|
561
|
+
"reason": "Does not roundtrip through canonical generation rules (category: state-position)"
|
|
3265
562
|
},
|
|
3266
563
|
{
|
|
3267
|
-
"token": "
|
|
564
|
+
"token": "tab-item-focus-indicator-gap-small",
|
|
3268
565
|
"file": "layout-component.json",
|
|
3269
|
-
"category": "
|
|
3270
|
-
"reason": "
|
|
566
|
+
"category": "state-position",
|
|
567
|
+
"reason": "Does not roundtrip through canonical generation rules (category: state-position)"
|
|
3271
568
|
},
|
|
3272
569
|
{
|
|
3273
|
-
"token": "
|
|
570
|
+
"token": "tag-field-default-width-large",
|
|
3274
571
|
"file": "layout-component.json",
|
|
3275
|
-
"category": "
|
|
3276
|
-
"reason": "
|
|
572
|
+
"category": "state-position",
|
|
573
|
+
"reason": "Does not roundtrip through canonical generation rules (category: state-position)"
|
|
3277
574
|
},
|
|
3278
575
|
{
|
|
3279
|
-
"token": "
|
|
576
|
+
"token": "tag-field-default-width-medium",
|
|
3280
577
|
"file": "layout-component.json",
|
|
3281
|
-
"category": "
|
|
3282
|
-
"reason": "
|
|
578
|
+
"category": "state-position",
|
|
579
|
+
"reason": "Does not roundtrip through canonical generation rules (category: state-position)"
|
|
3283
580
|
},
|
|
3284
581
|
{
|
|
3285
|
-
"token": "
|
|
582
|
+
"token": "tag-field-default-width-small",
|
|
3286
583
|
"file": "layout-component.json",
|
|
3287
|
-
"category": "
|
|
3288
|
-
"reason": "
|
|
584
|
+
"category": "state-position",
|
|
585
|
+
"reason": "Does not roundtrip through canonical generation rules (category: state-position)"
|
|
3289
586
|
},
|
|
3290
587
|
{
|
|
3291
|
-
"token": "
|
|
3292
|
-
"file": "
|
|
3293
|
-
"category": "
|
|
3294
|
-
"reason": "
|
|
588
|
+
"token": "title-cjk-emphasized-font-style",
|
|
589
|
+
"file": "layout-component.json",
|
|
590
|
+
"category": "state-position",
|
|
591
|
+
"reason": "Does not roundtrip through canonical generation rules (category: state-position)"
|
|
3295
592
|
},
|
|
3296
593
|
{
|
|
3297
|
-
"token": "
|
|
594
|
+
"token": "title-cjk-emphasized-font-weight",
|
|
3298
595
|
"file": "layout-component.json",
|
|
3299
|
-
"category": "
|
|
3300
|
-
"reason": "
|
|
596
|
+
"category": "state-position",
|
|
597
|
+
"reason": "Does not roundtrip through canonical generation rules (category: state-position)"
|
|
3301
598
|
},
|
|
3302
599
|
{
|
|
3303
|
-
"token": "
|
|
600
|
+
"token": "title-cjk-strong-emphasized-font-style",
|
|
3304
601
|
"file": "layout-component.json",
|
|
3305
|
-
"category": "
|
|
3306
|
-
"reason": "
|
|
602
|
+
"category": "state-position",
|
|
603
|
+
"reason": "Does not roundtrip through canonical generation rules (category: state-position)"
|
|
3307
604
|
},
|
|
3308
605
|
{
|
|
3309
|
-
"token": "
|
|
606
|
+
"token": "title-cjk-strong-emphasized-font-weight",
|
|
3310
607
|
"file": "layout-component.json",
|
|
3311
|
-
"category": "
|
|
3312
|
-
"reason": "
|
|
608
|
+
"category": "state-position",
|
|
609
|
+
"reason": "Does not roundtrip through canonical generation rules (category: state-position)"
|
|
3313
610
|
},
|
|
3314
611
|
{
|
|
3315
|
-
"token": "
|
|
612
|
+
"token": "title-sans-serif-emphasized-font-style",
|
|
3316
613
|
"file": "layout-component.json",
|
|
3317
|
-
"category": "
|
|
3318
|
-
"reason": "
|
|
614
|
+
"category": "state-position",
|
|
615
|
+
"reason": "Does not roundtrip through canonical generation rules (category: state-position)"
|
|
3319
616
|
},
|
|
3320
617
|
{
|
|
3321
|
-
"token": "
|
|
618
|
+
"token": "title-sans-serif-emphasized-font-weight",
|
|
3322
619
|
"file": "layout-component.json",
|
|
3323
|
-
"category": "
|
|
3324
|
-
"reason": "
|
|
620
|
+
"category": "state-position",
|
|
621
|
+
"reason": "Does not roundtrip through canonical generation rules (category: state-position)"
|
|
3325
622
|
},
|
|
3326
623
|
{
|
|
3327
|
-
"token": "
|
|
624
|
+
"token": "title-sans-serif-strong-emphasized-font-style",
|
|
3328
625
|
"file": "layout-component.json",
|
|
3329
|
-
"category": "
|
|
3330
|
-
"reason": "
|
|
626
|
+
"category": "state-position",
|
|
627
|
+
"reason": "Does not roundtrip through canonical generation rules (category: state-position)"
|
|
3331
628
|
},
|
|
3332
629
|
{
|
|
3333
|
-
"token": "
|
|
3334
|
-
"file": "layout.json",
|
|
3335
|
-
"category": "
|
|
3336
|
-
"reason": "
|
|
630
|
+
"token": "title-sans-serif-strong-emphasized-font-weight",
|
|
631
|
+
"file": "layout-component.json",
|
|
632
|
+
"category": "state-position",
|
|
633
|
+
"reason": "Does not roundtrip through canonical generation rules (category: state-position)"
|
|
3337
634
|
},
|
|
3338
635
|
{
|
|
3339
|
-
"token": "
|
|
3340
|
-
"file": "layout.json",
|
|
3341
|
-
"category": "
|
|
3342
|
-
"reason": "
|
|
636
|
+
"token": "title-serif-emphasized-font-style",
|
|
637
|
+
"file": "layout-component.json",
|
|
638
|
+
"category": "state-position",
|
|
639
|
+
"reason": "Does not roundtrip through canonical generation rules (category: state-position)"
|
|
3343
640
|
},
|
|
3344
641
|
{
|
|
3345
|
-
"token": "
|
|
3346
|
-
"file": "layout.json",
|
|
3347
|
-
"category": "
|
|
3348
|
-
"reason": "
|
|
642
|
+
"token": "title-serif-emphasized-font-weight",
|
|
643
|
+
"file": "layout-component.json",
|
|
644
|
+
"category": "state-position",
|
|
645
|
+
"reason": "Does not roundtrip through canonical generation rules (category: state-position)"
|
|
3349
646
|
},
|
|
3350
647
|
{
|
|
3351
|
-
"token": "
|
|
3352
|
-
"file": "layout.json",
|
|
3353
|
-
"category": "
|
|
3354
|
-
"reason": "
|
|
648
|
+
"token": "title-serif-strong-emphasized-font-style",
|
|
649
|
+
"file": "layout-component.json",
|
|
650
|
+
"category": "state-position",
|
|
651
|
+
"reason": "Does not roundtrip through canonical generation rules (category: state-position)"
|
|
3355
652
|
},
|
|
3356
653
|
{
|
|
3357
|
-
"token": "
|
|
3358
|
-
"file": "layout.json",
|
|
3359
|
-
"category": "
|
|
3360
|
-
"reason": "
|
|
654
|
+
"token": "title-serif-strong-emphasized-font-weight",
|
|
655
|
+
"file": "layout-component.json",
|
|
656
|
+
"category": "state-position",
|
|
657
|
+
"reason": "Does not roundtrip through canonical generation rules (category: state-position)"
|
|
3361
658
|
},
|
|
3362
659
|
{
|
|
3363
|
-
"token": "
|
|
660
|
+
"token": "focus-indicator-gap",
|
|
3364
661
|
"file": "layout.json",
|
|
3365
|
-
"category": "
|
|
3366
|
-
"reason": "
|
|
662
|
+
"category": "state-position",
|
|
663
|
+
"reason": "Does not roundtrip through canonical generation rules (category: state-position)"
|
|
3367
664
|
},
|
|
3368
665
|
{
|
|
3369
|
-
"token": "
|
|
666
|
+
"token": "focus-indicator-thickness",
|
|
3370
667
|
"file": "layout.json",
|
|
3371
|
-
"category": "
|
|
3372
|
-
"reason": "
|
|
668
|
+
"category": "state-position",
|
|
669
|
+
"reason": "Does not roundtrip through canonical generation rules (category: state-position)"
|
|
3373
670
|
},
|
|
3374
671
|
{
|
|
3375
|
-
"token": "
|
|
672
|
+
"token": "side-focus-indicator",
|
|
3376
673
|
"file": "layout.json",
|
|
3377
|
-
"category": "
|
|
3378
|
-
"reason": "
|
|
3379
|
-
},
|
|
3380
|
-
{
|
|
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"
|
|
3386
|
-
},
|
|
3387
|
-
{
|
|
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"
|
|
3393
|
-
},
|
|
3394
|
-
{
|
|
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"
|
|
3400
|
-
},
|
|
3401
|
-
{
|
|
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"
|
|
3407
|
-
},
|
|
3408
|
-
{
|
|
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"
|
|
3414
|
-
},
|
|
3415
|
-
{
|
|
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"
|
|
3421
|
-
},
|
|
3422
|
-
{
|
|
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"
|
|
3428
|
-
},
|
|
3429
|
-
{
|
|
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"
|
|
3435
|
-
},
|
|
3436
|
-
{
|
|
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"
|
|
3442
|
-
},
|
|
3443
|
-
{
|
|
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"
|
|
3449
|
-
},
|
|
3450
|
-
{
|
|
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"
|
|
3456
|
-
},
|
|
3457
|
-
{
|
|
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"
|
|
3463
|
-
},
|
|
3464
|
-
{
|
|
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"
|
|
3470
|
-
},
|
|
3471
|
-
{
|
|
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"
|
|
3477
|
-
},
|
|
3478
|
-
{
|
|
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"
|
|
3484
|
-
},
|
|
3485
|
-
{
|
|
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"
|
|
3491
|
-
},
|
|
3492
|
-
{
|
|
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"
|
|
674
|
+
"category": "state-position",
|
|
675
|
+
"reason": "Does not roundtrip through canonical generation rules (category: state-position)"
|
|
3505
676
|
},
|
|
3506
677
|
{
|
|
3507
|
-
"token": "
|
|
3508
|
-
"file": "
|
|
3509
|
-
"category": "
|
|
3510
|
-
"
|
|
3511
|
-
"reason": "\"subdued\" is a known variant-qualifier term with no field in the taxonomy"
|
|
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)"
|
|
3512
682
|
},
|
|
3513
683
|
{
|
|
3514
|
-
"token": "
|
|
3515
|
-
"file": "
|
|
3516
|
-
"category": "
|
|
3517
|
-
"
|
|
3518
|
-
"reason": "\"subdued\" is a known variant-qualifier term with no field in the taxonomy"
|
|
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)"
|
|
3519
688
|
},
|
|
3520
689
|
{
|
|
3521
|
-
"token": "
|
|
3522
|
-
"file": "
|
|
3523
|
-
"category": "
|
|
3524
|
-
"
|
|
3525
|
-
"reason": "\"subdued\" is a known variant-qualifier term with no field in the taxonomy"
|
|
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)"
|
|
3526
694
|
},
|
|
3527
695
|
{
|
|
3528
|
-
"token": "
|
|
3529
|
-
"file": "
|
|
3530
|
-
"category": "
|
|
3531
|
-
"
|
|
3532
|
-
"reason": "\"subdued\" is a known variant-qualifier term with no field in the taxonomy"
|
|
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)"
|
|
3533
700
|
},
|
|
3534
701
|
{
|
|
3535
|
-
"token": "
|
|
3536
|
-
"file": "
|
|
3537
|
-
"category": "
|
|
3538
|
-
"
|
|
3539
|
-
"reason": "\"subdued\" is a known variant-qualifier term with no field in the taxonomy"
|
|
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)"
|
|
3540
706
|
},
|
|
3541
707
|
{
|
|
3542
|
-
"token": "
|
|
3543
|
-
"file": "
|
|
3544
|
-
"category": "
|
|
3545
|
-
"
|
|
3546
|
-
"reason": "\"subtle\" is a known variant-qualifier term with no field in the taxonomy"
|
|
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)"
|
|
3547
712
|
},
|
|
3548
713
|
{
|
|
3549
|
-
"token": "
|
|
3550
|
-
"file": "
|
|
3551
|
-
"category": "
|
|
3552
|
-
"
|
|
3553
|
-
"reason": "\"subtle\" is a known variant-qualifier term with no field in the taxonomy"
|
|
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)"
|
|
3554
718
|
},
|
|
3555
719
|
{
|
|
3556
|
-
"token": "
|
|
3557
|
-
"file": "
|
|
3558
|
-
"category": "
|
|
3559
|
-
"
|
|
3560
|
-
"reason": "\"subtle\" is a known variant-qualifier term with no field in the taxonomy"
|
|
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)"
|
|
3561
724
|
},
|
|
3562
725
|
{
|
|
3563
|
-
"token": "
|
|
3564
|
-
"file": "
|
|
3565
|
-
"category": "
|
|
3566
|
-
"
|
|
3567
|
-
"reason": "\"subtle\" is a known variant-qualifier term with no field in the taxonomy"
|
|
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)"
|
|
3568
730
|
},
|
|
3569
731
|
{
|
|
3570
|
-
"token": "
|
|
3571
|
-
"file": "
|
|
3572
|
-
"category": "
|
|
3573
|
-
"
|
|
3574
|
-
"reason": "\"subtle\" is a known variant-qualifier term with no field in the taxonomy"
|
|
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)"
|
|
3575
736
|
},
|
|
3576
737
|
{
|
|
3577
|
-
"token": "
|
|
3578
|
-
"file": "
|
|
3579
|
-
"category": "
|
|
3580
|
-
"
|
|
3581
|
-
"reason": "\"subtle\" is a known variant-qualifier term with no field in the taxonomy"
|
|
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)"
|
|
3582
742
|
},
|
|
3583
743
|
{
|
|
3584
|
-
"token": "
|
|
3585
|
-
"file": "
|
|
3586
|
-
"category": "
|
|
3587
|
-
"
|
|
3588
|
-
"reason": "\"subtle\" is a known variant-qualifier term with no field in the taxonomy"
|
|
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)"
|
|
3589
748
|
},
|
|
3590
749
|
{
|
|
3591
|
-
"token": "
|
|
3592
|
-
"file": "
|
|
3593
|
-
"category": "
|
|
3594
|
-
"
|
|
3595
|
-
"reason": "\"subtle\" is a known variant-qualifier term with no field in the taxonomy"
|
|
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)"
|
|
3596
754
|
},
|
|
3597
755
|
{
|
|
3598
|
-
"token": "
|
|
3599
|
-
"file": "
|
|
3600
|
-
"category": "
|
|
3601
|
-
"
|
|
3602
|
-
"reason": "\"subtle\" is a known variant-qualifier term with no field in the taxonomy"
|
|
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)"
|
|
3603
760
|
},
|
|
3604
761
|
{
|
|
3605
|
-
"token": "
|
|
3606
|
-
"file": "
|
|
3607
|
-
"category": "
|
|
3608
|
-
"
|
|
3609
|
-
"reason": "\"subtle\" is a known variant-qualifier term with no field in the taxonomy"
|
|
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)"
|
|
3610
766
|
},
|
|
3611
767
|
{
|
|
3612
|
-
"token": "
|
|
3613
|
-
"file": "
|
|
3614
|
-
"category": "
|
|
3615
|
-
"
|
|
3616
|
-
"reason": "\"subtle\" is a known variant-qualifier term with no field in the taxonomy"
|
|
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)"
|
|
3617
772
|
},
|
|
3618
773
|
{
|
|
3619
|
-
"token": "
|
|
774
|
+
"token": "code-emphasized-font-style",
|
|
3620
775
|
"file": "typography.json",
|
|
3621
|
-
"category": "
|
|
3622
|
-
"
|
|
3623
|
-
"reason": "Segment \"bold\" could not be assigned to any field"
|
|
776
|
+
"category": "state-position",
|
|
777
|
+
"reason": "Does not roundtrip through canonical generation rules (category: state-position)"
|
|
3624
778
|
},
|
|
3625
779
|
{
|
|
3626
|
-
"token": "
|
|
3627
|
-
"file": "
|
|
3628
|
-
"category": "
|
|
3629
|
-
"
|
|
3630
|
-
"reason": "Segment \"multiplier\" could not be assigned to any field"
|
|
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)"
|
|
3631
784
|
},
|
|
3632
785
|
{
|
|
3633
|
-
"token": "
|
|
3634
|
-
"file": "
|
|
3635
|
-
"category": "
|
|
3636
|
-
"
|
|
3637
|
-
"reason": "Segment \"pagination\" could not be assigned to any field"
|
|
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)"
|
|
3638
790
|
},
|
|
3639
791
|
{
|
|
3640
|
-
"token": "
|
|
3641
|
-
"file": "
|
|
3642
|
-
"category": "
|
|
3643
|
-
"
|
|
3644
|
-
"reason": "Segment \"hero\" could not be assigned to any field"
|
|
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)"
|
|
3645
796
|
},
|
|
3646
797
|
{
|
|
3647
|
-
"token": "
|
|
3648
|
-
"file": "
|
|
3649
|
-
"category": "
|
|
3650
|
-
"
|
|
3651
|
-
"reason": "Segment \"hero\" could not be assigned to any field"
|
|
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)"
|
|
3652
802
|
},
|
|
3653
803
|
{
|
|
3654
|
-
"token": "
|
|
3655
|
-
"file": "
|
|
3656
|
-
"category": "
|
|
3657
|
-
"
|
|
3658
|
-
"reason": "Segment \"hero\" could not be assigned to any field"
|
|
804
|
+
"token": "default-font-style",
|
|
805
|
+
"file": "typography.json",
|
|
806
|
+
"category": "state-position",
|
|
807
|
+
"reason": "Does not roundtrip through canonical generation rules (category: state-position)"
|
|
3659
808
|
},
|
|
3660
809
|
{
|
|
3661
|
-
"token": "
|
|
3662
|
-
"file": "
|
|
3663
|
-
"category": "
|
|
3664
|
-
"
|
|
3665
|
-
"reason": "Segment \"hero\" could not be assigned to any field"
|
|
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)"
|
|
3666
814
|
},
|
|
3667
815
|
{
|
|
3668
|
-
"token": "
|
|
3669
|
-
"file": "
|
|
3670
|
-
"category": "
|
|
3671
|
-
"
|
|
3672
|
-
"reason": "Segment \"hero\" could not be assigned to any field"
|
|
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)"
|
|
3673
820
|
},
|
|
3674
821
|
{
|
|
3675
|
-
"token": "
|
|
3676
|
-
"file": "
|
|
3677
|
-
"category": "
|
|
3678
|
-
"
|
|
3679
|
-
"reason": "Segment \"multiplier\" could not be assigned to any field"
|
|
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)"
|
|
3680
826
|
},
|
|
3681
827
|
{
|
|
3682
|
-
"token": "
|
|
3683
|
-
"file": "
|
|
3684
|
-
"category": "
|
|
3685
|
-
"
|
|
3686
|
-
"reason": "Segment \"full\" could not be assigned to any field"
|
|
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)"
|
|
3687
832
|
},
|
|
3688
833
|
{
|
|
3689
|
-
"token": "
|
|
3690
|
-
"file": "
|
|
3691
|
-
"category": "
|
|
3692
|
-
"
|
|
3693
|
-
"reason": "Segment \"medium\" could not be assigned to any field"
|
|
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)"
|
|
3694
838
|
},
|
|
3695
839
|
{
|
|
3696
|
-
"token": "
|
|
3697
|
-
"file": "
|
|
3698
|
-
"category": "
|
|
3699
|
-
"
|
|
3700
|
-
"reason": "Segment \"medium\" could not be assigned to any field"
|
|
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)"
|
|
3701
844
|
},
|
|
3702
845
|
{
|
|
3703
|
-
"token": "
|
|
3704
|
-
"file": "
|
|
3705
|
-
"category": "
|
|
3706
|
-
"
|
|
3707
|
-
"reason": "Segment \"size\" could not be assigned to any field"
|
|
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)"
|
|
3708
850
|
},
|
|
3709
851
|
{
|
|
3710
|
-
"token": "
|
|
3711
|
-
"file": "
|
|
3712
|
-
"category": "
|
|
3713
|
-
"
|
|
3714
|
-
"reason": "Segment \"size\" could not be assigned to any field"
|
|
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)"
|
|
3715
856
|
},
|
|
3716
857
|
{
|
|
3717
|
-
"token": "
|
|
3718
|
-
"file": "
|
|
3719
|
-
"category": "
|
|
3720
|
-
"
|
|
3721
|
-
"reason": "Segment \"size\" could not be assigned to any field"
|
|
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)"
|
|
3722
862
|
},
|
|
3723
863
|
{
|
|
3724
|
-
"token": "
|
|
3725
|
-
"file": "
|
|
3726
|
-
"category": "
|
|
3727
|
-
"
|
|
3728
|
-
"reason": "Segment \"none\" could not be assigned to any field"
|
|
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)"
|
|
3729
868
|
},
|
|
3730
869
|
{
|
|
3731
|
-
"token": "
|
|
3732
|
-
"file": "
|
|
3733
|
-
"category": "
|
|
3734
|
-
"
|
|
3735
|
-
"reason": "Segment \"small\" could not be assigned to any field"
|
|
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)"
|
|
3736
874
|
},
|
|
3737
875
|
{
|
|
3738
|
-
"token": "
|
|
3739
|
-
"file": "
|
|
3740
|
-
"category": "
|
|
3741
|
-
"
|
|
3742
|
-
"reason": "Segment \"size\" could not be assigned to any field"
|
|
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)"
|
|
3743
880
|
},
|
|
3744
881
|
{
|
|
3745
|
-
"token": "
|
|
3746
|
-
"file": "
|
|
3747
|
-
"category": "
|
|
3748
|
-
"
|
|
3749
|
-
"reason": "Segment \"size\" could not be assigned to any field"
|
|
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)"
|
|
3750
886
|
},
|
|
3751
887
|
{
|
|
3752
|
-
"token": "
|
|
3753
|
-
"file": "
|
|
3754
|
-
"category": "
|
|
3755
|
-
"
|
|
3756
|
-
"reason": "Segment \"size\" could not be assigned to any field"
|
|
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)"
|
|
3757
892
|
},
|
|
3758
893
|
{
|
|
3759
|
-
"token": "
|
|
3760
|
-
"file": "
|
|
3761
|
-
"category": "
|
|
3762
|
-
"
|
|
3763
|
-
"reason": "Segment \"popover\" could not be assigned to any field"
|
|
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)"
|
|
3764
898
|
},
|
|
3765
899
|
{
|
|
3766
|
-
"token": "
|
|
3767
|
-
"file": "
|
|
3768
|
-
"category": "
|
|
3769
|
-
"
|
|
3770
|
-
"reason": "Segment \"popover\" could not be assigned to any field"
|
|
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)"
|
|
3771
904
|
},
|
|
3772
905
|
{
|
|
3773
|
-
"token": "
|
|
3774
|
-
"file": "
|
|
3775
|
-
"category": "
|
|
3776
|
-
"
|
|
3777
|
-
"reason": "Numeric scale index has no field in the 13-field taxonomy"
|
|
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)"
|
|
3778
910
|
},
|
|
3779
911
|
{
|
|
3780
|
-
"token": "
|
|
3781
|
-
"file": "
|
|
3782
|
-
"category": "
|
|
3783
|
-
"
|
|
3784
|
-
"reason": "Numeric scale index has no field in the 13-field taxonomy"
|
|
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)"
|
|
3785
916
|
},
|
|
3786
917
|
{
|
|
3787
|
-
"token": "
|
|
3788
|
-
"file": "
|
|
3789
|
-
"category": "
|
|
3790
|
-
"
|
|
3791
|
-
"reason": "Numeric scale index has no field in the 13-field taxonomy"
|
|
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)"
|
|
3792
922
|
},
|
|
3793
923
|
{
|
|
3794
|
-
"token": "
|
|
3795
|
-
"file": "
|
|
3796
|
-
"category": "
|
|
3797
|
-
"
|
|
3798
|
-
"reason": "Segment \"transition\" could not be assigned to any field"
|
|
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)"
|
|
3799
928
|
},
|
|
3800
929
|
{
|
|
3801
|
-
"token": "
|
|
930
|
+
"token": "detail-serif-light-strong-emphasized-font-style",
|
|
3802
931
|
"file": "typography.json",
|
|
3803
|
-
"category": "
|
|
3804
|
-
"
|
|
3805
|
-
"reason": "Segment \"extra\" could not be assigned to any field"
|
|
932
|
+
"category": "state-position",
|
|
933
|
+
"reason": "Does not roundtrip through canonical generation rules (category: state-position)"
|
|
3806
934
|
},
|
|
3807
935
|
{
|
|
3808
|
-
"token": "
|
|
3809
|
-
"file": "
|
|
3810
|
-
"category": "
|
|
3811
|
-
"
|
|
3812
|
-
"reason": "Segment \"color\" could not be assigned to any field"
|
|
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)"
|
|
3813
940
|
},
|
|
3814
941
|
{
|
|
3815
|
-
"token": "
|
|
942
|
+
"token": "detail-serif-strong-emphasized-font-style",
|
|
3816
943
|
"file": "typography.json",
|
|
3817
|
-
"category": "
|
|
3818
|
-
"
|
|
3819
|
-
"reason": "Segment \"italic\" could not be assigned to any field"
|
|
944
|
+
"category": "state-position",
|
|
945
|
+
"reason": "Does not roundtrip through canonical generation rules (category: state-position)"
|
|
3820
946
|
},
|
|
3821
947
|
{
|
|
3822
|
-
"token": "
|
|
948
|
+
"token": "detail-serif-strong-emphasized-font-weight",
|
|
3823
949
|
"file": "typography.json",
|
|
3824
|
-
"category": "
|
|
3825
|
-
"
|
|
3826
|
-
"reason": "Numeric scale index has no field in the 13-field taxonomy"
|
|
950
|
+
"category": "state-position",
|
|
951
|
+
"reason": "Does not roundtrip through canonical generation rules (category: state-position)"
|
|
3827
952
|
},
|
|
3828
953
|
{
|
|
3829
|
-
"token": "
|
|
954
|
+
"token": "heading-cjk-emphasized-font-style",
|
|
3830
955
|
"file": "typography.json",
|
|
3831
|
-
"category": "
|
|
3832
|
-
"
|
|
3833
|
-
"reason": "Numeric scale index has no field in the 13-field taxonomy"
|
|
956
|
+
"category": "state-position",
|
|
957
|
+
"reason": "Does not roundtrip through canonical generation rules (category: state-position)"
|
|
3834
958
|
},
|
|
3835
959
|
{
|
|
3836
|
-
"token": "
|
|
960
|
+
"token": "heading-cjk-emphasized-font-weight",
|
|
3837
961
|
"file": "typography.json",
|
|
3838
|
-
"category": "
|
|
3839
|
-
"
|
|
3840
|
-
"reason": "Numeric scale index has no field in the 13-field taxonomy"
|
|
962
|
+
"category": "state-position",
|
|
963
|
+
"reason": "Does not roundtrip through canonical generation rules (category: state-position)"
|
|
3841
964
|
},
|
|
3842
965
|
{
|
|
3843
|
-
"token": "
|
|
966
|
+
"token": "heading-cjk-heavy-emphasized-font-style",
|
|
3844
967
|
"file": "typography.json",
|
|
3845
|
-
"category": "
|
|
3846
|
-
"
|
|
3847
|
-
"reason": "Numeric scale index has no field in the 13-field taxonomy"
|
|
968
|
+
"category": "state-position",
|
|
969
|
+
"reason": "Does not roundtrip through canonical generation rules (category: state-position)"
|
|
3848
970
|
},
|
|
3849
971
|
{
|
|
3850
|
-
"token": "
|
|
972
|
+
"token": "heading-cjk-heavy-emphasized-font-weight",
|
|
3851
973
|
"file": "typography.json",
|
|
3852
|
-
"category": "
|
|
3853
|
-
"
|
|
3854
|
-
"reason": "Numeric scale index has no field in the 13-field taxonomy"
|
|
974
|
+
"category": "state-position",
|
|
975
|
+
"reason": "Does not roundtrip through canonical generation rules (category: state-position)"
|
|
3855
976
|
},
|
|
3856
977
|
{
|
|
3857
|
-
"token": "
|
|
978
|
+
"token": "heading-cjk-heavy-strong-emphasized-font-style",
|
|
3858
979
|
"file": "typography.json",
|
|
3859
|
-
"category": "
|
|
3860
|
-
"
|
|
3861
|
-
"reason": "Numeric scale index has no field in the 13-field taxonomy"
|
|
980
|
+
"category": "state-position",
|
|
981
|
+
"reason": "Does not roundtrip through canonical generation rules (category: state-position)"
|
|
3862
982
|
},
|
|
3863
983
|
{
|
|
3864
|
-
"token": "
|
|
984
|
+
"token": "heading-cjk-heavy-strong-emphasized-font-weight",
|
|
3865
985
|
"file": "typography.json",
|
|
3866
|
-
"category": "
|
|
3867
|
-
"
|
|
3868
|
-
"reason": "Numeric scale index has no field in the 13-field taxonomy"
|
|
986
|
+
"category": "state-position",
|
|
987
|
+
"reason": "Does not roundtrip through canonical generation rules (category: state-position)"
|
|
3869
988
|
},
|
|
3870
989
|
{
|
|
3871
|
-
"token": "
|
|
990
|
+
"token": "heading-cjk-light-emphasized-font-style",
|
|
3872
991
|
"file": "typography.json",
|
|
3873
|
-
"category": "
|
|
3874
|
-
"
|
|
3875
|
-
"reason": "Numeric scale index has no field in the 13-field taxonomy"
|
|
992
|
+
"category": "state-position",
|
|
993
|
+
"reason": "Does not roundtrip through canonical generation rules (category: state-position)"
|
|
3876
994
|
},
|
|
3877
995
|
{
|
|
3878
|
-
"token": "
|
|
996
|
+
"token": "heading-cjk-light-emphasized-font-weight",
|
|
3879
997
|
"file": "typography.json",
|
|
3880
|
-
"category": "
|
|
3881
|
-
"
|
|
3882
|
-
"reason": "Numeric scale index has no field in the 13-field taxonomy"
|
|
998
|
+
"category": "state-position",
|
|
999
|
+
"reason": "Does not roundtrip through canonical generation rules (category: state-position)"
|
|
3883
1000
|
},
|
|
3884
1001
|
{
|
|
3885
|
-
"token": "
|
|
1002
|
+
"token": "heading-cjk-light-strong-emphasized-font-style",
|
|
3886
1003
|
"file": "typography.json",
|
|
3887
|
-
"category": "
|
|
3888
|
-
"
|
|
3889
|
-
"reason": "Numeric scale index has no field in the 13-field taxonomy"
|
|
1004
|
+
"category": "state-position",
|
|
1005
|
+
"reason": "Does not roundtrip through canonical generation rules (category: state-position)"
|
|
3890
1006
|
},
|
|
3891
1007
|
{
|
|
3892
|
-
"token": "
|
|
1008
|
+
"token": "heading-cjk-light-strong-emphasized-font-weight",
|
|
3893
1009
|
"file": "typography.json",
|
|
3894
|
-
"category": "
|
|
3895
|
-
"
|
|
3896
|
-
"reason": "Numeric scale index has no field in the 13-field taxonomy"
|
|
1010
|
+
"category": "state-position",
|
|
1011
|
+
"reason": "Does not roundtrip through canonical generation rules (category: state-position)"
|
|
3897
1012
|
},
|
|
3898
1013
|
{
|
|
3899
|
-
"token": "
|
|
1014
|
+
"token": "heading-cjk-strong-emphasized-font-style",
|
|
3900
1015
|
"file": "typography.json",
|
|
3901
|
-
"category": "
|
|
3902
|
-
"
|
|
3903
|
-
"reason": "Numeric scale index has no field in the 13-field taxonomy"
|
|
1016
|
+
"category": "state-position",
|
|
1017
|
+
"reason": "Does not roundtrip through canonical generation rules (category: state-position)"
|
|
3904
1018
|
},
|
|
3905
1019
|
{
|
|
3906
|
-
"token": "
|
|
1020
|
+
"token": "heading-cjk-strong-emphasized-font-weight",
|
|
3907
1021
|
"file": "typography.json",
|
|
3908
|
-
"category": "
|
|
3909
|
-
"
|
|
3910
|
-
"reason": "Numeric scale index has no field in the 13-field taxonomy"
|
|
1022
|
+
"category": "state-position",
|
|
1023
|
+
"reason": "Does not roundtrip through canonical generation rules (category: state-position)"
|
|
3911
1024
|
},
|
|
3912
1025
|
{
|
|
3913
|
-
"token": "
|
|
1026
|
+
"token": "heading-sans-serif-emphasized-font-style",
|
|
3914
1027
|
"file": "typography.json",
|
|
3915
|
-
"category": "
|
|
3916
|
-
"
|
|
3917
|
-
"reason": "Numeric scale index has no field in the 13-field taxonomy"
|
|
1028
|
+
"category": "state-position",
|
|
1029
|
+
"reason": "Does not roundtrip through canonical generation rules (category: state-position)"
|
|
3918
1030
|
},
|
|
3919
1031
|
{
|
|
3920
|
-
"token": "
|
|
1032
|
+
"token": "heading-sans-serif-emphasized-font-weight",
|
|
3921
1033
|
"file": "typography.json",
|
|
3922
|
-
"category": "
|
|
3923
|
-
"
|
|
3924
|
-
"reason": "Numeric scale index has no field in the 13-field taxonomy"
|
|
1034
|
+
"category": "state-position",
|
|
1035
|
+
"reason": "Does not roundtrip through canonical generation rules (category: state-position)"
|
|
3925
1036
|
},
|
|
3926
1037
|
{
|
|
3927
|
-
"token": "
|
|
1038
|
+
"token": "heading-sans-serif-heavy-emphasized-font-style",
|
|
3928
1039
|
"file": "typography.json",
|
|
3929
|
-
"category": "
|
|
3930
|
-
"
|
|
3931
|
-
"reason": "Numeric scale index has no field in the 13-field taxonomy"
|
|
1040
|
+
"category": "state-position",
|
|
1041
|
+
"reason": "Does not roundtrip through canonical generation rules (category: state-position)"
|
|
3932
1042
|
},
|
|
3933
1043
|
{
|
|
3934
|
-
"token": "
|
|
1044
|
+
"token": "heading-sans-serif-heavy-emphasized-font-weight",
|
|
3935
1045
|
"file": "typography.json",
|
|
3936
|
-
"category": "
|
|
3937
|
-
"
|
|
3938
|
-
"reason": "Numeric scale index has no field in the 13-field taxonomy"
|
|
1046
|
+
"category": "state-position",
|
|
1047
|
+
"reason": "Does not roundtrip through canonical generation rules (category: state-position)"
|
|
3939
1048
|
},
|
|
3940
1049
|
{
|
|
3941
|
-
"token": "
|
|
1050
|
+
"token": "heading-sans-serif-heavy-strong-emphasized-font-style",
|
|
3942
1051
|
"file": "typography.json",
|
|
3943
|
-
"category": "
|
|
3944
|
-
"
|
|
3945
|
-
"reason": "Numeric scale index has no field in the 13-field taxonomy"
|
|
1052
|
+
"category": "state-position",
|
|
1053
|
+
"reason": "Does not roundtrip through canonical generation rules (category: state-position)"
|
|
3946
1054
|
},
|
|
3947
1055
|
{
|
|
3948
|
-
"token": "
|
|
3949
|
-
"file": "
|
|
3950
|
-
"category": "
|
|
3951
|
-
"
|
|
3952
|
-
"reason": "Segment \"multiplier\" could not be assigned to any field"
|
|
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)"
|
|
3953
1060
|
},
|
|
3954
1061
|
{
|
|
3955
|
-
"token": "
|
|
3956
|
-
"file": "
|
|
3957
|
-
"category": "
|
|
3958
|
-
"
|
|
3959
|
-
"reason": "Segment \"with\" could not be assigned to any field"
|
|
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)"
|
|
3960
1066
|
},
|
|
3961
1067
|
{
|
|
3962
|
-
"token": "
|
|
3963
|
-
"file": "
|
|
3964
|
-
"category": "
|
|
3965
|
-
"
|
|
3966
|
-
"reason": "Segment \"with\" could not be assigned to any field"
|
|
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)"
|
|
3967
1072
|
},
|
|
3968
1073
|
{
|
|
3969
|
-
"token": "
|
|
3970
|
-
"file": "
|
|
3971
|
-
"category": "
|
|
3972
|
-
"
|
|
3973
|
-
"reason": "Segment \"with\" could not be assigned to any field"
|
|
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)"
|
|
3974
1078
|
},
|
|
3975
1079
|
{
|
|
3976
|
-
"token": "
|
|
3977
|
-
"file": "
|
|
3978
|
-
"category": "
|
|
3979
|
-
"
|
|
3980
|
-
"reason": "Segment \"with\" could not be assigned to any field"
|
|
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)"
|
|
3981
1084
|
},
|
|
3982
1085
|
{
|
|
3983
|
-
"token": "
|
|
3984
|
-
"file": "
|
|
3985
|
-
"category": "
|
|
3986
|
-
"
|
|
3987
|
-
"reason": "Segment \"multiplier\" could not be assigned to any field"
|
|
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)"
|
|
3988
1090
|
},
|
|
3989
1091
|
{
|
|
3990
|
-
"token": "
|
|
1092
|
+
"token": "heading-sans-serif-strong-emphasized-font-weight",
|
|
3991
1093
|
"file": "typography.json",
|
|
3992
|
-
"category": "
|
|
3993
|
-
"
|
|
3994
|
-
"reason": "Segment \"regular\" could not be assigned to any field"
|
|
1094
|
+
"category": "state-position",
|
|
1095
|
+
"reason": "Does not roundtrip through canonical generation rules (category: state-position)"
|
|
3995
1096
|
},
|
|
3996
1097
|
{
|
|
3997
|
-
"token": "
|
|
3998
|
-
"file": "
|
|
3999
|
-
"category": "
|
|
4000
|
-
"
|
|
4001
|
-
"reason": "Segment \"multiplier\" could not be assigned to any field"
|
|
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)"
|
|
4002
1102
|
},
|
|
4003
1103
|
{
|
|
4004
|
-
"token": "
|
|
4005
|
-
"file": "
|
|
4006
|
-
"category": "
|
|
4007
|
-
"
|
|
4008
|
-
"reason": "Segment \"popover\" could not be assigned to any field"
|
|
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)"
|
|
4009
1108
|
},
|
|
4010
1109
|
{
|
|
4011
|
-
"token": "
|
|
4012
|
-
"file": "
|
|
4013
|
-
"category": "
|
|
4014
|
-
"
|
|
4015
|
-
"reason": "Segment \"popover\" could not be assigned to any field"
|
|
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)"
|
|
4016
1114
|
},
|
|
4017
1115
|
{
|
|
4018
|
-
"token": "
|
|
4019
|
-
"file": "
|
|
4020
|
-
"category": "
|
|
4021
|
-
"
|
|
4022
|
-
"reason": "Segment \"multiplier\" could not be assigned to any field"
|
|
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)"
|
|
4023
1120
|
},
|
|
4024
1121
|
{
|
|
4025
|
-
"token": "
|
|
1122
|
+
"token": "heading-serif-heavy-strong-emphasized-font-style",
|
|
4026
1123
|
"file": "typography.json",
|
|
4027
|
-
"category": "
|
|
4028
|
-
"
|
|
4029
|
-
"reason": "Segment \"center\" could not be assigned to any field"
|
|
1124
|
+
"category": "state-position",
|
|
1125
|
+
"reason": "Does not roundtrip through canonical generation rules (category: state-position)"
|
|
4030
1126
|
},
|
|
4031
1127
|
{
|
|
4032
|
-
"token": "
|
|
4033
|
-
"file": "
|
|
4034
|
-
"category": "
|
|
4035
|
-
"
|
|
4036
|
-
"reason": "Segment \"multiplier\" could not be assigned to any field"
|
|
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)"
|
|
4037
1132
|
},
|
|
4038
1133
|
{
|
|
4039
|
-
"token": "
|
|
4040
|
-
"file": "
|
|
4041
|
-
"category": "
|
|
4042
|
-
"
|
|
4043
|
-
"reason": "Segment \"popover\" could not be assigned to any field"
|
|
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)"
|
|
4044
1138
|
},
|
|
4045
1139
|
{
|
|
4046
|
-
"token": "
|
|
4047
|
-
"file": "
|
|
4048
|
-
"category": "
|
|
4049
|
-
"
|
|
4050
|
-
"reason": "Segment \"popover\" could not be assigned to any field"
|
|
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)"
|
|
4051
1144
|
},
|
|
4052
1145
|
{
|
|
4053
|
-
"token": "
|
|
4054
|
-
"file": "
|
|
4055
|
-
"category": "
|
|
4056
|
-
"
|
|
4057
|
-
"reason": "Segment \"below\" could not be assigned to any field"
|
|
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)"
|
|
4058
1150
|
},
|
|
4059
1151
|
{
|
|
4060
|
-
"token": "
|
|
4061
|
-
"file": "
|
|
4062
|
-
"category": "
|
|
4063
|
-
"
|
|
4064
|
-
"reason": "Segment \"below\" could not be assigned to any field"
|
|
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)"
|
|
4065
1156
|
},
|
|
4066
1157
|
{
|
|
4067
|
-
"token": "
|
|
4068
|
-
"file": "
|
|
4069
|
-
"category": "
|
|
4070
|
-
"
|
|
4071
|
-
"reason": "Segment \"below\" could not be assigned to any field"
|
|
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)"
|
|
4072
1162
|
},
|
|
4073
1163
|
{
|
|
4074
|
-
"token": "
|
|
4075
|
-
"file": "
|
|
4076
|
-
"category": "
|
|
4077
|
-
"
|
|
4078
|
-
"reason": "Segment \"below\" could not be assigned to any field"
|
|
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)"
|
|
4079
1168
|
}
|
|
4080
1169
|
]
|
|
4081
1170
|
}
|