@adobe/spectrum-tokens 14.4.0 → 14.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +97 -0
- package/dist/json/drover.json +308 -0
- package/dist/json/variables.json +4063 -480
- package/naming-exceptions.json +3539 -628
- package/package.json +1 -1
- package/schemas/token-types/typography-scale.json +82 -0
- package/snapshots/validation-snapshot.json +175 -0
- package/src/color-aliases.json +305 -65
- package/src/color-component.json +159 -15
- package/src/icons.json +454 -23
- package/src/layout-component.json +1439 -366
- package/src/layout.json +168 -51
- package/src/semantic-color-palette.json +45 -5
- package/src/typography.json +734 -36
- package/test/checkComponentProps.js +6 -4
package/src/layout.json
CHANGED
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"accessory-item-padding-extra-large": {
|
|
81
81
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
|
|
82
82
|
"description": "Internal spacing for accessory elements items at extra-large size",
|
|
83
|
-
"uuid": "
|
|
83
|
+
"uuid": "66d85e7c-7723-421a-9380-7a7a0b085543",
|
|
84
84
|
"value": "9px"
|
|
85
85
|
},
|
|
86
86
|
"accessory-item-padding-extra-small": {
|
|
@@ -92,13 +92,13 @@
|
|
|
92
92
|
"accessory-item-padding-large": {
|
|
93
93
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
|
|
94
94
|
"description": "Internal spacing for accessory elements items at large size",
|
|
95
|
-
"uuid": "
|
|
95
|
+
"uuid": "108937f6-e700-4d65-8fd8-5767524fcefc",
|
|
96
96
|
"value": "7px"
|
|
97
97
|
},
|
|
98
98
|
"accessory-item-padding-medium": {
|
|
99
99
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
|
|
100
100
|
"description": "Internal spacing for accessory elements items at medium size",
|
|
101
|
-
"uuid": "
|
|
101
|
+
"uuid": "52331aaa-5d1d-4c34-bbb4-6387a5a82985",
|
|
102
102
|
"value": "5px"
|
|
103
103
|
},
|
|
104
104
|
"accessory-item-padding-small": {
|
|
@@ -145,7 +145,7 @@
|
|
|
145
145
|
"base-gap-2x-large": {
|
|
146
146
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
|
|
147
147
|
"description": "Spacing between child elements for base UI elements at 2x-large size",
|
|
148
|
-
"uuid": "
|
|
148
|
+
"uuid": "13bd7c84-1ef7-4201-91c1-5f6cc58916cc",
|
|
149
149
|
"value": "8px"
|
|
150
150
|
},
|
|
151
151
|
"base-gap-3x-large": {
|
|
@@ -163,31 +163,31 @@
|
|
|
163
163
|
"base-gap-extra-large": {
|
|
164
164
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
|
|
165
165
|
"description": "Spacing between child elements for base UI elements at extra-large size",
|
|
166
|
-
"uuid": "
|
|
166
|
+
"uuid": "0397ef0f-2bb8-4f83-9a53-5b263d1e2017",
|
|
167
167
|
"value": "6px"
|
|
168
168
|
},
|
|
169
169
|
"base-gap-extra-small": {
|
|
170
170
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
|
|
171
171
|
"description": "Spacing between child elements for base UI elements at extra-small size",
|
|
172
|
-
"uuid": "
|
|
172
|
+
"uuid": "2d429c08-2c94-4460-8cd2-c93225430f60",
|
|
173
173
|
"value": "4px"
|
|
174
174
|
},
|
|
175
175
|
"base-gap-large": {
|
|
176
176
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
|
|
177
177
|
"description": "Spacing between child elements for base UI elements at large size",
|
|
178
|
-
"uuid": "
|
|
178
|
+
"uuid": "46bd3b44-223f-4c62-b75e-52beabbc6801",
|
|
179
179
|
"value": "6px"
|
|
180
180
|
},
|
|
181
181
|
"base-gap-medium": {
|
|
182
182
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
|
|
183
183
|
"description": "Spacing between child elements for base UI elements at medium size",
|
|
184
|
-
"uuid": "
|
|
184
|
+
"uuid": "50498cd6-4c34-4f1d-a205-d6103be3cf1c",
|
|
185
185
|
"value": "6px"
|
|
186
186
|
},
|
|
187
187
|
"base-gap-small": {
|
|
188
188
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
|
|
189
189
|
"description": "Spacing between child elements for base UI elements at small size",
|
|
190
|
-
"uuid": "
|
|
190
|
+
"uuid": "e2a6f5b2-ba68-4bd5-8ffc-1ab24b4ab096",
|
|
191
191
|
"value": "4px"
|
|
192
192
|
},
|
|
193
193
|
"base-padding-horizontal-2x-large": {
|
|
@@ -196,77 +196,140 @@
|
|
|
196
196
|
"uuid": "3eb3e963-b4b8-462f-b4e2-a48c657e2fd2",
|
|
197
197
|
"value": "14px"
|
|
198
198
|
},
|
|
199
|
+
"base-padding-horizontal-2x-large-uniform": {
|
|
200
|
+
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
201
|
+
"description": "Horizontal internal spacing with uniform dimensions for base UI elements at 2x-large size",
|
|
202
|
+
"uuid": "aa7b2a26-e876-4e6d-92c9-f9f122c00921",
|
|
203
|
+
"value": "{base-padding-vertical-2x-large}"
|
|
204
|
+
},
|
|
205
|
+
"base-padding-horizontal-2x-small-uniform": {
|
|
206
|
+
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
207
|
+
"description": "Horizontal internal spacing with uniform dimensions for base UI elements at 2x-small size",
|
|
208
|
+
"uuid": "d46cd129-073d-4581-b549-6b77e0a8a01e",
|
|
209
|
+
"value": "{base-padding-vertical-2x-small}"
|
|
210
|
+
},
|
|
199
211
|
"base-padding-horizontal-extra-large": {
|
|
200
212
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
|
|
201
213
|
"description": "Horizontal internal spacing for base UI elements at extra-large size",
|
|
202
|
-
"uuid": "
|
|
214
|
+
"uuid": "5e778dcd-b194-44b3-a645-593b4de9d493",
|
|
203
215
|
"value": "12px"
|
|
204
216
|
},
|
|
217
|
+
"base-padding-horizontal-extra-large-uniform": {
|
|
218
|
+
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
219
|
+
"description": "Horizontal internal spacing with uniform dimensions for base UI elements at extra-large size",
|
|
220
|
+
"uuid": "33d1c0f8-723d-491b-ac32-fb361d750b4f",
|
|
221
|
+
"value": "{base-padding-vertical-extra-large}"
|
|
222
|
+
},
|
|
205
223
|
"base-padding-horizontal-extra-small": {
|
|
206
224
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
|
|
207
225
|
"description": "Horizontal internal spacing for base UI elements at extra-small size",
|
|
208
|
-
"uuid": "
|
|
226
|
+
"uuid": "5f923360-dba9-42e1-ab09-807f67a27800",
|
|
209
227
|
"value": "8px"
|
|
210
228
|
},
|
|
229
|
+
"base-padding-horizontal-extra-small-uniform": {
|
|
230
|
+
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
231
|
+
"description": "Horizontal internal spacing with uniform dimensions for base UI elements at extra-small size",
|
|
232
|
+
"uuid": "8983835b-638f-4fef-a2de-325e97c7a53a",
|
|
233
|
+
"value": "{base-padding-vertical-extra-small}"
|
|
234
|
+
},
|
|
211
235
|
"base-padding-horizontal-large": {
|
|
212
236
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
|
|
213
237
|
"description": "Horizontal internal spacing for base UI elements at large size",
|
|
214
|
-
"uuid": "
|
|
238
|
+
"uuid": "1a8a2717-da28-4b55-b559-ad711d19b519",
|
|
215
239
|
"value": "12px"
|
|
216
240
|
},
|
|
241
|
+
"base-padding-horizontal-large-uniform": {
|
|
242
|
+
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
243
|
+
"description": "Horizontal internal spacing with uniform dimensions for base UI elements at large size",
|
|
244
|
+
"uuid": "6b1c722c-26c1-4bdf-8929-81527db30d11",
|
|
245
|
+
"value": "{base-padding-vertical-large}"
|
|
246
|
+
},
|
|
217
247
|
"base-padding-horizontal-medium": {
|
|
218
248
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
|
|
219
249
|
"description": "Horizontal internal spacing for base UI elements at medium size",
|
|
220
|
-
"uuid": "
|
|
250
|
+
"uuid": "8153eeeb-c768-4383-8f71-7f9c6239f260",
|
|
221
251
|
"value": "10px"
|
|
222
252
|
},
|
|
253
|
+
"base-padding-horizontal-medium-uniform": {
|
|
254
|
+
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
255
|
+
"description": "Horizontal internal spacing with uniform dimensions for base UI elements at medium size",
|
|
256
|
+
"uuid": "a7b0d5bf-1c95-45bf-829b-7f467bc7b2ba",
|
|
257
|
+
"value": "{base-padding-vertical-medium}"
|
|
258
|
+
},
|
|
223
259
|
"base-padding-horizontal-small": {
|
|
224
260
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
|
|
225
261
|
"description": "Horizontal internal spacing for base UI elements at small size",
|
|
226
|
-
"uuid": "
|
|
262
|
+
"uuid": "f78c4ff6-801e-485d-851d-01c27ef081cf",
|
|
227
263
|
"value": "8px"
|
|
228
264
|
},
|
|
265
|
+
"base-padding-horizontal-small-uniform": {
|
|
266
|
+
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
267
|
+
"description": "Horizontal internal spacing with uniform dimensions for base UI elements at small size",
|
|
268
|
+
"uuid": "ecb7e9f7-9d38-473f-980e-116c85e1b0b0",
|
|
269
|
+
"value": "{base-padding-vertical-small}"
|
|
270
|
+
},
|
|
229
271
|
"base-padding-horizontal-uniform-2x-large": {
|
|
230
272
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
231
273
|
"description": "Horizontal internal spacing with uniform dimensions for base UI elements at 2x-large size",
|
|
232
274
|
"uuid": "9c571815-ef7f-4baa-9c7f-32a6f89052b7",
|
|
233
|
-
"value": "{base-padding-vertical-2x-large}"
|
|
275
|
+
"value": "{base-padding-vertical-2x-large}",
|
|
276
|
+
"deprecated": true,
|
|
277
|
+
"deprecated_comment": "Renamed to spec-order name. Use `base-padding-horizontal-2x-large-uniform` instead.",
|
|
278
|
+
"renamed": "base-padding-horizontal-2x-large-uniform"
|
|
234
279
|
},
|
|
235
280
|
"base-padding-horizontal-uniform-2x-small": {
|
|
236
281
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
237
282
|
"description": "Horizontal internal spacing with uniform dimensions for base UI elements at 2x-small size",
|
|
238
283
|
"uuid": "af1d798e-4235-44a3-a327-1779c134b72b",
|
|
239
|
-
"value": "{base-padding-vertical-2x-small}"
|
|
284
|
+
"value": "{base-padding-vertical-2x-small}",
|
|
285
|
+
"deprecated": true,
|
|
286
|
+
"deprecated_comment": "Renamed to spec-order name. Use `base-padding-horizontal-2x-small-uniform` instead.",
|
|
287
|
+
"renamed": "base-padding-horizontal-2x-small-uniform"
|
|
240
288
|
},
|
|
241
289
|
"base-padding-horizontal-uniform-extra-large": {
|
|
242
290
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
243
291
|
"description": "Horizontal internal spacing with uniform dimensions for base UI elements at extra-large size",
|
|
244
292
|
"uuid": "54f547dc-cb51-4eb2-91ff-b0f7b383f072",
|
|
245
|
-
"value": "{base-padding-vertical-extra-large}"
|
|
293
|
+
"value": "{base-padding-vertical-extra-large}",
|
|
294
|
+
"deprecated": true,
|
|
295
|
+
"deprecated_comment": "Renamed to spec-order name. Use `base-padding-horizontal-extra-large-uniform` instead.",
|
|
296
|
+
"renamed": "base-padding-horizontal-extra-large-uniform"
|
|
246
297
|
},
|
|
247
298
|
"base-padding-horizontal-uniform-extra-small": {
|
|
248
299
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
249
300
|
"description": "Horizontal internal spacing with uniform dimensions for base UI elements at extra-small size",
|
|
250
301
|
"uuid": "337ce5da-d735-4930-a9c8-9fecf4dcb9b0",
|
|
251
|
-
"value": "{base-padding-vertical-extra-small}"
|
|
302
|
+
"value": "{base-padding-vertical-extra-small}",
|
|
303
|
+
"deprecated": true,
|
|
304
|
+
"deprecated_comment": "Renamed to spec-order name. Use `base-padding-horizontal-extra-small-uniform` instead.",
|
|
305
|
+
"renamed": "base-padding-horizontal-extra-small-uniform"
|
|
252
306
|
},
|
|
253
307
|
"base-padding-horizontal-uniform-large": {
|
|
254
308
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
255
309
|
"description": "Horizontal internal spacing with uniform dimensions for base UI elements at large size",
|
|
256
310
|
"uuid": "1006824d-539b-408e-afd6-1e77779b9d21",
|
|
257
|
-
"value": "{base-padding-vertical-large}"
|
|
311
|
+
"value": "{base-padding-vertical-large}",
|
|
312
|
+
"deprecated": true,
|
|
313
|
+
"deprecated_comment": "Renamed to spec-order name. Use `base-padding-horizontal-large-uniform` instead.",
|
|
314
|
+
"renamed": "base-padding-horizontal-large-uniform"
|
|
258
315
|
},
|
|
259
316
|
"base-padding-horizontal-uniform-medium": {
|
|
260
317
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
261
318
|
"description": "Horizontal internal spacing with uniform dimensions for base UI elements at medium size",
|
|
262
319
|
"uuid": "a982f1e2-0545-4ca3-8104-32208ea9e152",
|
|
263
|
-
"value": "{base-padding-vertical-medium}"
|
|
320
|
+
"value": "{base-padding-vertical-medium}",
|
|
321
|
+
"deprecated": true,
|
|
322
|
+
"deprecated_comment": "Renamed to spec-order name. Use `base-padding-horizontal-medium-uniform` instead.",
|
|
323
|
+
"renamed": "base-padding-horizontal-medium-uniform"
|
|
264
324
|
},
|
|
265
325
|
"base-padding-horizontal-uniform-small": {
|
|
266
326
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
267
327
|
"description": "Horizontal internal spacing with uniform dimensions for base UI elements at small size",
|
|
268
328
|
"uuid": "3c42cb65-d84e-4cfd-bf17-e9f21ce17b7e",
|
|
269
|
-
"value": "{base-padding-vertical-small}"
|
|
329
|
+
"value": "{base-padding-vertical-small}",
|
|
330
|
+
"deprecated": true,
|
|
331
|
+
"deprecated_comment": "Renamed to spec-order name. Use `base-padding-horizontal-small-uniform` instead.",
|
|
332
|
+
"renamed": "base-padding-horizontal-small-uniform"
|
|
270
333
|
},
|
|
271
334
|
"base-padding-vertical-2x-large": {
|
|
272
335
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
|
|
@@ -289,31 +352,31 @@
|
|
|
289
352
|
"base-padding-vertical-extra-large": {
|
|
290
353
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
|
|
291
354
|
"description": "Vertical internal spacing for base UI elements at extra-large size",
|
|
292
|
-
"uuid": "
|
|
355
|
+
"uuid": "86c226c6-7aba-46c0-8a97-1ee71438999a",
|
|
293
356
|
"value": "13px"
|
|
294
357
|
},
|
|
295
358
|
"base-padding-vertical-extra-small": {
|
|
296
359
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
|
|
297
360
|
"description": "Vertical internal spacing for base UI elements at extra-small size",
|
|
298
|
-
"uuid": "
|
|
361
|
+
"uuid": "7d3fbe67-314c-4059-8472-bb032aa0126a",
|
|
299
362
|
"value": "4px"
|
|
300
363
|
},
|
|
301
364
|
"base-padding-vertical-large": {
|
|
302
365
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
|
|
303
366
|
"description": "Vertical internal spacing for base UI elements at large size",
|
|
304
|
-
"uuid": "
|
|
367
|
+
"uuid": "7f5af879-7e7f-467a-a9df-0665ee488fff",
|
|
305
368
|
"value": "10px"
|
|
306
369
|
},
|
|
307
370
|
"base-padding-vertical-medium": {
|
|
308
371
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
|
|
309
372
|
"description": "Vertical internal spacing for base UI elements at medium size",
|
|
310
|
-
"uuid": "
|
|
373
|
+
"uuid": "7ce7268e-d38b-4d1c-832c-a9661aa9971e",
|
|
311
374
|
"value": "7px"
|
|
312
375
|
},
|
|
313
376
|
"base-padding-vertical-small": {
|
|
314
377
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
|
|
315
378
|
"description": "Vertical internal spacing for base UI elements at small size",
|
|
316
|
-
"uuid": "
|
|
379
|
+
"uuid": "fb640641-2784-4e66-aa47-7c9a99d236be",
|
|
317
380
|
"value": "5px"
|
|
318
381
|
},
|
|
319
382
|
"border-width-100": {
|
|
@@ -417,7 +480,10 @@
|
|
|
417
480
|
"value": "30px"
|
|
418
481
|
}
|
|
419
482
|
},
|
|
420
|
-
"uuid": "03a7d531-c294-4a41-bd51-38c77a20317e"
|
|
483
|
+
"uuid": "03a7d531-c294-4a41-bd51-38c77a20317e",
|
|
484
|
+
"deprecated": true,
|
|
485
|
+
"deprecated_comment": "Renamed to spec-order name. Use `control-color-track-width` instead.",
|
|
486
|
+
"renamed": "control-color-track-width"
|
|
421
487
|
},
|
|
422
488
|
"component-bottom-to-text-100": {
|
|
423
489
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/scale-set.json",
|
|
@@ -1577,7 +1643,7 @@
|
|
|
1577
1643
|
"container-padding-3x-large": {
|
|
1578
1644
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
1579
1645
|
"description": "Internal spacing for containers at 3x-large size",
|
|
1580
|
-
"uuid": "
|
|
1646
|
+
"uuid": "4d6b9cb5-104d-4ffd-91aa-8f65f4aa0a1e",
|
|
1581
1647
|
"value": "{spacing-600}"
|
|
1582
1648
|
},
|
|
1583
1649
|
"container-padding-extra-large": {
|
|
@@ -1610,6 +1676,22 @@
|
|
|
1610
1676
|
"uuid": "4c8d7d30-f0fb-4306-b78a-09ec0f2ffd97",
|
|
1611
1677
|
"value": "{spacing-200}"
|
|
1612
1678
|
},
|
|
1679
|
+
"control-color-track-width": {
|
|
1680
|
+
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/scale-set.json",
|
|
1681
|
+
"sets": {
|
|
1682
|
+
"desktop": {
|
|
1683
|
+
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
|
|
1684
|
+
"value": "24px",
|
|
1685
|
+
"uuid": "478b2374-c08f-48ef-8e5c-10646b0d228e"
|
|
1686
|
+
},
|
|
1687
|
+
"mobile": {
|
|
1688
|
+
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
|
|
1689
|
+
"value": "30px",
|
|
1690
|
+
"uuid": "80a8f395-3fdd-4b36-858f-85bf59722f94"
|
|
1691
|
+
}
|
|
1692
|
+
},
|
|
1693
|
+
"uuid": "08aa84fc-f88d-4dce-85d4-9ddc61f7327d"
|
|
1694
|
+
},
|
|
1613
1695
|
"corner-radius-0": {
|
|
1614
1696
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
|
|
1615
1697
|
"uuid": "bb9d8350-b1fb-4496-9c22-6ec9647ff117",
|
|
@@ -1746,12 +1828,14 @@
|
|
|
1746
1828
|
"desktop": {
|
|
1747
1829
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
|
|
1748
1830
|
"uuid": "6fcfc18c-c5e0-4f50-beab-6c4a10bfdaa7",
|
|
1749
|
-
"value": "5px"
|
|
1831
|
+
"value": "5px",
|
|
1832
|
+
"deprecated": true
|
|
1750
1833
|
},
|
|
1751
1834
|
"mobile": {
|
|
1752
1835
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
|
|
1753
1836
|
"uuid": "1352ad8f-a8ec-459d-8ae3-71c27038a29d",
|
|
1754
|
-
"value": "7px"
|
|
1837
|
+
"value": "7px",
|
|
1838
|
+
"deprecated": true
|
|
1755
1839
|
}
|
|
1756
1840
|
},
|
|
1757
1841
|
"uuid": "623e55f9-ec0f-48f1-91ed-d88e36d41d18"
|
|
@@ -1762,12 +1846,14 @@
|
|
|
1762
1846
|
"desktop": {
|
|
1763
1847
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
|
|
1764
1848
|
"uuid": "9c2db47b-f017-432a-a44f-238bc461c4c1",
|
|
1765
|
-
"value": "6px"
|
|
1849
|
+
"value": "6px",
|
|
1850
|
+
"deprecated": true
|
|
1766
1851
|
},
|
|
1767
1852
|
"mobile": {
|
|
1768
1853
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
|
|
1769
1854
|
"uuid": "2be65bca-0f16-4754-bc8a-4a491ba87b90",
|
|
1770
|
-
"value": "8px"
|
|
1855
|
+
"value": "8px",
|
|
1856
|
+
"deprecated": true
|
|
1771
1857
|
}
|
|
1772
1858
|
},
|
|
1773
1859
|
"uuid": "e16424f5-12e3-4577-a3a4-414aa9eaacbf"
|
|
@@ -1778,12 +1864,14 @@
|
|
|
1778
1864
|
"desktop": {
|
|
1779
1865
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
|
|
1780
1866
|
"uuid": "c9c18669-11bf-4ba3-b36f-26115981327c",
|
|
1781
|
-
"value": "7px"
|
|
1867
|
+
"value": "7px",
|
|
1868
|
+
"deprecated": true
|
|
1782
1869
|
},
|
|
1783
1870
|
"mobile": {
|
|
1784
1871
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
|
|
1785
1872
|
"uuid": "d396d74a-425d-4f06-837f-349f81ebf486",
|
|
1786
|
-
"value": "8px"
|
|
1873
|
+
"value": "8px",
|
|
1874
|
+
"deprecated": true
|
|
1787
1875
|
}
|
|
1788
1876
|
},
|
|
1789
1877
|
"uuid": "587b1bdb-f6a8-4526-a454-db5dc2997e67"
|
|
@@ -1794,12 +1882,14 @@
|
|
|
1794
1882
|
"desktop": {
|
|
1795
1883
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
|
|
1796
1884
|
"uuid": "490fac13-d347-4c21-85fa-57814bff7537",
|
|
1797
|
-
"value": "5px"
|
|
1885
|
+
"value": "5px",
|
|
1886
|
+
"deprecated": true
|
|
1798
1887
|
},
|
|
1799
1888
|
"mobile": {
|
|
1800
1889
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
|
|
1801
1890
|
"uuid": "434b019c-efde-437a-967b-b841ec95e621",
|
|
1802
|
-
"value": "6px"
|
|
1891
|
+
"value": "6px",
|
|
1892
|
+
"deprecated": true
|
|
1803
1893
|
}
|
|
1804
1894
|
},
|
|
1805
1895
|
"uuid": "c12846fb-bd7e-4df0-8345-5148f68a5e7e"
|
|
@@ -3089,6 +3179,11 @@
|
|
|
3089
3179
|
"uuid": "693651ef-71c7-4096-91a5-1c84cb861021",
|
|
3090
3180
|
"value": "2px"
|
|
3091
3181
|
},
|
|
3182
|
+
"focus-indicator-side": {
|
|
3183
|
+
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
|
|
3184
|
+
"uuid": "d88b1fef-1b29-4828-9306-29cbf9315812",
|
|
3185
|
+
"value": "4px"
|
|
3186
|
+
},
|
|
3092
3187
|
"focus-indicator-thickness": {
|
|
3093
3188
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
|
|
3094
3189
|
"uuid": "b6148878-b78d-4fe7-bf78-e01e7cb314c2",
|
|
@@ -3097,7 +3192,7 @@
|
|
|
3097
3192
|
"focus-ring-gap": {
|
|
3098
3193
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
3099
3194
|
"description": "Spacing between child elements for focus indicators",
|
|
3100
|
-
"uuid": "
|
|
3195
|
+
"uuid": "b12f6ed5-b4dc-46f6-8845-e2880e029fd7",
|
|
3101
3196
|
"value": "{spacing-50}"
|
|
3102
3197
|
},
|
|
3103
3198
|
"gradient-stop-1-genai": {
|
|
@@ -3221,11 +3316,20 @@
|
|
|
3221
3316
|
"uuid": "2147f873-8f42-4821-9654-9db2b1adc2f9",
|
|
3222
3317
|
"value": "{spacing-85}"
|
|
3223
3318
|
},
|
|
3319
|
+
"list-item-padding-regular-vertical": {
|
|
3320
|
+
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
3321
|
+
"description": "Vertical internal spacing for list structures items (regular density)",
|
|
3322
|
+
"uuid": "d173fa10-bf7b-4a53-ac1b-fd0ac6186294",
|
|
3323
|
+
"value": "{spacing-75}"
|
|
3324
|
+
},
|
|
3224
3325
|
"list-item-padding-vertical-regular": {
|
|
3225
3326
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
3226
3327
|
"description": "Vertical internal spacing for list structures items (regular density)",
|
|
3227
3328
|
"uuid": "6207cc71-4b5d-4ada-ad9d-07ec0d51487c",
|
|
3228
|
-
"value": "{spacing-75}"
|
|
3329
|
+
"value": "{spacing-75}",
|
|
3330
|
+
"deprecated": true,
|
|
3331
|
+
"deprecated_comment": "Renamed to spec-order name. Use `list-item-padding-regular-vertical` instead.",
|
|
3332
|
+
"renamed": "list-item-padding-regular-vertical"
|
|
3229
3333
|
},
|
|
3230
3334
|
"list-item-padding-vertical-spacious": {
|
|
3231
3335
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
@@ -3312,7 +3416,7 @@
|
|
|
3312
3416
|
"popover-gap": {
|
|
3313
3417
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
3314
3418
|
"description": "Spacing between child elements for popover components",
|
|
3315
|
-
"uuid": "
|
|
3419
|
+
"uuid": "18f270ea-7706-4d5f-a267-1d0d500aed04",
|
|
3316
3420
|
"value": "{spacing-100}"
|
|
3317
3421
|
},
|
|
3318
3422
|
"popover-padding": {
|
|
@@ -3324,7 +3428,10 @@
|
|
|
3324
3428
|
"side-focus-indicator": {
|
|
3325
3429
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
|
|
3326
3430
|
"uuid": "d33433fd-6430-4769-a0b8-6d8c32a64803",
|
|
3327
|
-
"value": "4px"
|
|
3431
|
+
"value": "4px",
|
|
3432
|
+
"deprecated": true,
|
|
3433
|
+
"deprecated_comment": "Renamed to spec-order name. Use `focus-indicator-side` instead.",
|
|
3434
|
+
"renamed": "focus-indicator-side"
|
|
3328
3435
|
},
|
|
3329
3436
|
"side-label-character-count-to-field": {
|
|
3330
3437
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/scale-set.json",
|
|
@@ -3511,7 +3618,7 @@
|
|
|
3511
3618
|
"text-gap-medium": {
|
|
3512
3619
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
|
|
3513
3620
|
"description": "Spacing between child elements for text content at medium size",
|
|
3514
|
-
"uuid": "
|
|
3621
|
+
"uuid": "fa51f95f-ec67-489e-98ac-1ebda2979d11",
|
|
3515
3622
|
"value": "1px"
|
|
3516
3623
|
},
|
|
3517
3624
|
"text-gap-small": {
|
|
@@ -3887,12 +3994,14 @@
|
|
|
3887
3994
|
"desktop": {
|
|
3888
3995
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
|
|
3889
3996
|
"uuid": "40abc60f-ab65-41ef-b724-a0f0bdd94d14",
|
|
3890
|
-
"value": "20px"
|
|
3997
|
+
"value": "20px",
|
|
3998
|
+
"deprecated": true
|
|
3891
3999
|
},
|
|
3892
4000
|
"mobile": {
|
|
3893
4001
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
|
|
3894
4002
|
"uuid": "9e882a20-b8e1-4e9b-89f9-26f21db3cd78",
|
|
3895
|
-
"value": "24px"
|
|
4003
|
+
"value": "24px",
|
|
4004
|
+
"deprecated": true
|
|
3896
4005
|
}
|
|
3897
4006
|
},
|
|
3898
4007
|
"uuid": "dccab61e-8eed-4fa6-99c3-b997c987dd62"
|
|
@@ -3903,12 +4012,14 @@
|
|
|
3903
4012
|
"desktop": {
|
|
3904
4013
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
|
|
3905
4014
|
"uuid": "6392e605-932e-456d-be53-149b624a04e2",
|
|
3906
|
-
"value": "22px"
|
|
4015
|
+
"value": "22px",
|
|
4016
|
+
"deprecated": true
|
|
3907
4017
|
},
|
|
3908
4018
|
"mobile": {
|
|
3909
4019
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
|
|
3910
4020
|
"uuid": "9948e083-8c75-48f7-8e58-32c75ec76116",
|
|
3911
|
-
"value": "28px"
|
|
4021
|
+
"value": "28px",
|
|
4022
|
+
"deprecated": true
|
|
3912
4023
|
}
|
|
3913
4024
|
},
|
|
3914
4025
|
"uuid": "6650d78d-2317-41c2-bb9b-e2789cffb5c0"
|
|
@@ -3919,12 +4030,14 @@
|
|
|
3919
4030
|
"desktop": {
|
|
3920
4031
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
|
|
3921
4032
|
"uuid": "25908278-79d3-47f4-9b53-adbdd1c13e2a",
|
|
3922
|
-
"value": "26px"
|
|
4033
|
+
"value": "26px",
|
|
4034
|
+
"deprecated": true
|
|
3923
4035
|
},
|
|
3924
4036
|
"mobile": {
|
|
3925
4037
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
|
|
3926
4038
|
"uuid": "df0dc6c3-59fc-4ee0-87a9-c3d49a07cf9c",
|
|
3927
|
-
"value": "30px"
|
|
4039
|
+
"value": "30px",
|
|
4040
|
+
"deprecated": true
|
|
3928
4041
|
}
|
|
3929
4042
|
},
|
|
3930
4043
|
"uuid": "c50ba02d-538f-456c-9d8d-f6ca5b1b5881"
|
|
@@ -3935,12 +4048,14 @@
|
|
|
3935
4048
|
"desktop": {
|
|
3936
4049
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
|
|
3937
4050
|
"uuid": "1423caf1-75ca-4ca8-aa6a-22dcf3655b0e",
|
|
3938
|
-
"value": "14px"
|
|
4051
|
+
"value": "14px",
|
|
4052
|
+
"deprecated": true
|
|
3939
4053
|
},
|
|
3940
4054
|
"mobile": {
|
|
3941
4055
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
|
|
3942
4056
|
"uuid": "4c4cb541-7d42-4bb4-9c86-7197c4600896",
|
|
3943
|
-
"value": "16px"
|
|
4057
|
+
"value": "16px",
|
|
4058
|
+
"deprecated": true
|
|
3944
4059
|
}
|
|
3945
4060
|
},
|
|
3946
4061
|
"uuid": "10abd2ac-fdb8-4dee-86a6-1588acc7b366"
|
|
@@ -3951,12 +4066,14 @@
|
|
|
3951
4066
|
"desktop": {
|
|
3952
4067
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
|
|
3953
4068
|
"uuid": "85cdef34-0682-45eb-ac06-98c76883cdf7",
|
|
3954
|
-
"value": "16px"
|
|
4069
|
+
"value": "16px",
|
|
4070
|
+
"deprecated": true
|
|
3955
4071
|
},
|
|
3956
4072
|
"mobile": {
|
|
3957
4073
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
|
|
3958
4074
|
"uuid": "b720c214-babe-426d-9629-9ec60d5e8622",
|
|
3959
|
-
"value": "18px"
|
|
4075
|
+
"value": "18px",
|
|
4076
|
+
"deprecated": true
|
|
3960
4077
|
}
|
|
3961
4078
|
},
|
|
3962
4079
|
"uuid": "e1029ff5-5b9c-4717-8cdb-4ced6b554c01"
|
|
@@ -103,27 +103,42 @@
|
|
|
103
103
|
"icon-color-informative": {
|
|
104
104
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
105
105
|
"uuid": "2296b0de-6231-4f89-9992-499b67c6879c",
|
|
106
|
-
"value": "{informative-visual-color}"
|
|
106
|
+
"value": "{informative-visual-color}",
|
|
107
|
+
"deprecated": true,
|
|
108
|
+
"deprecated_comment": "Renamed to spec-order name. Use `informative-icon-color` instead.",
|
|
109
|
+
"renamed": "informative-icon-color"
|
|
107
110
|
},
|
|
108
111
|
"icon-color-negative": {
|
|
109
112
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
110
113
|
"uuid": "adf2a3f0-d1cd-4b53-8a9c-47ab9cb7bb0f",
|
|
111
|
-
"value": "{negative-visual-color}"
|
|
114
|
+
"value": "{negative-visual-color}",
|
|
115
|
+
"deprecated": true,
|
|
116
|
+
"deprecated_comment": "Renamed to spec-order name. Use `negative-icon-color` instead.",
|
|
117
|
+
"renamed": "negative-icon-color"
|
|
112
118
|
},
|
|
113
119
|
"icon-color-neutral": {
|
|
114
120
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
115
121
|
"uuid": "29f5b73c-e8e8-4162-b9af-5a8e327baab8",
|
|
116
|
-
"value": "{neutral-visual-color}"
|
|
122
|
+
"value": "{neutral-visual-color}",
|
|
123
|
+
"deprecated": true,
|
|
124
|
+
"deprecated_comment": "Renamed to spec-order name. Use `neutral-icon-color` instead.",
|
|
125
|
+
"renamed": "neutral-icon-color"
|
|
117
126
|
},
|
|
118
127
|
"icon-color-notice": {
|
|
119
128
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
120
129
|
"uuid": "4bdb8681-f7a1-4bbe-b788-a64c6f9df6ea",
|
|
121
|
-
"value": "{notice-visual-color}"
|
|
130
|
+
"value": "{notice-visual-color}",
|
|
131
|
+
"deprecated": true,
|
|
132
|
+
"deprecated_comment": "Renamed to spec-order name. Use `notice-icon-color` instead.",
|
|
133
|
+
"renamed": "notice-icon-color"
|
|
122
134
|
},
|
|
123
135
|
"icon-color-positive": {
|
|
124
136
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
125
137
|
"uuid": "02f093b3-ab51-42e7-8f6e-26bc7c7cba63",
|
|
126
|
-
"value": "{positive-visual-color}"
|
|
138
|
+
"value": "{positive-visual-color}",
|
|
139
|
+
"deprecated": true,
|
|
140
|
+
"deprecated_comment": "Renamed to spec-order name. Use `positive-icon-color` instead.",
|
|
141
|
+
"renamed": "positive-icon-color"
|
|
127
142
|
},
|
|
128
143
|
"informative-color-100": {
|
|
129
144
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
@@ -205,6 +220,11 @@
|
|
|
205
220
|
"uuid": "41b73196-0bc1-493e-9b5d-49f608914f5a",
|
|
206
221
|
"value": "{blue-900}"
|
|
207
222
|
},
|
|
223
|
+
"informative-icon-color": {
|
|
224
|
+
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
225
|
+
"uuid": "50c9d967-1a79-41ef-9125-a613dbcb4bd1",
|
|
226
|
+
"value": "{informative-visual-color}"
|
|
227
|
+
},
|
|
208
228
|
"informative-subtle-background-color-default": {
|
|
209
229
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/color-set.json",
|
|
210
230
|
"sets": {
|
|
@@ -306,6 +326,11 @@
|
|
|
306
326
|
"uuid": "0b469d2e-7c66-4188-b6bf-bbc379f75538",
|
|
307
327
|
"value": "{red-900}"
|
|
308
328
|
},
|
|
329
|
+
"negative-icon-color": {
|
|
330
|
+
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
331
|
+
"uuid": "62ba12ee-a58d-4708-9c1d-8722e428d3ef",
|
|
332
|
+
"value": "{negative-visual-color}"
|
|
333
|
+
},
|
|
309
334
|
"negative-subdued-background-color-default": {
|
|
310
335
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
311
336
|
"deprecated": true,
|
|
@@ -351,6 +376,11 @@
|
|
|
351
376
|
},
|
|
352
377
|
"uuid": "30fa3891-135b-405a-bf0f-3cc17f711079"
|
|
353
378
|
},
|
|
379
|
+
"neutral-icon-color": {
|
|
380
|
+
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
381
|
+
"uuid": "ad07a7b0-8e8f-44bb-89ef-3fe7203bcbc4",
|
|
382
|
+
"value": "{neutral-visual-color}"
|
|
383
|
+
},
|
|
354
384
|
"notice-color-100": {
|
|
355
385
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
356
386
|
"uuid": "d0382c45-0cf7-4c3b-89fb-3536459cbc31",
|
|
@@ -431,6 +461,11 @@
|
|
|
431
461
|
"uuid": "df87ca09-ff38-485e-90f7-6d9cbfbb6714",
|
|
432
462
|
"value": "{orange-900}"
|
|
433
463
|
},
|
|
464
|
+
"notice-icon-color": {
|
|
465
|
+
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
466
|
+
"uuid": "5ab5f857-0ec4-468d-b42c-74c85e8dbb5e",
|
|
467
|
+
"value": "{notice-visual-color}"
|
|
468
|
+
},
|
|
434
469
|
"notice-subtle-background-color-default": {
|
|
435
470
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/color-set.json",
|
|
436
471
|
"sets": {
|
|
@@ -532,6 +567,11 @@
|
|
|
532
567
|
"uuid": "1cd86108-ff79-4ccf-911e-8de9986c9053",
|
|
533
568
|
"value": "{green-900}"
|
|
534
569
|
},
|
|
570
|
+
"positive-icon-color": {
|
|
571
|
+
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
572
|
+
"uuid": "64bb3eb8-4910-46e3-93d0-021d7d96a4e6",
|
|
573
|
+
"value": "{positive-visual-color}"
|
|
574
|
+
},
|
|
535
575
|
"positive-subtle-background-color-default": {
|
|
536
576
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/color-set.json",
|
|
537
577
|
"sets": {
|