@adobe/spectrum-tokens 13.0.0 → 13.2.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 +690 -0
- package/dist/json/drover.json +65 -2
- package/dist/json/variables.json +2293 -565
- package/package.json +1 -1
- package/schemas/token-types/color-set.json +3 -3
- package/src/color-aliases.json +216 -111
- package/src/color-component.json +46 -9
- package/src/color-palette.json +14 -14
- package/src/icons.json +269 -4
- package/src/layout-component.json +354 -0
- package/src/semantic-color-palette.json +25 -0
- package/test/checkSetsUnique.js +7 -7
package/src/color-component.json
CHANGED
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"wireframe": {
|
|
65
65
|
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
66
66
|
"value": "{gray-200}",
|
|
67
|
-
"uuid": "
|
|
67
|
+
"uuid": "35fcf7b1-7140-4522-8410-48547aaf6fd6"
|
|
68
68
|
}
|
|
69
69
|
}
|
|
70
70
|
},
|
|
@@ -134,9 +134,24 @@
|
|
|
134
134
|
},
|
|
135
135
|
"card-selection-background-color": {
|
|
136
136
|
"component": "card",
|
|
137
|
-
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/
|
|
138
|
-
"
|
|
139
|
-
|
|
137
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
|
|
138
|
+
"sets": {
|
|
139
|
+
"light": {
|
|
140
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
141
|
+
"value": "{transparent-white-600}",
|
|
142
|
+
"uuid": "622c6e86-dea6-416d-9f13-bb6ef112d3cb"
|
|
143
|
+
},
|
|
144
|
+
"dark": {
|
|
145
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
146
|
+
"value": "{transparent-black-600}",
|
|
147
|
+
"uuid": "81c0608b-c977-490e-b8d7-830d0676fdad"
|
|
148
|
+
},
|
|
149
|
+
"wireframe": {
|
|
150
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
151
|
+
"value": "{transparent-black-600}",
|
|
152
|
+
"uuid": "5dd9406f-9b36-43f1-8b35-b1bb7f2a4c8d"
|
|
153
|
+
}
|
|
154
|
+
}
|
|
140
155
|
},
|
|
141
156
|
"card-selection-background-color-opacity": {
|
|
142
157
|
"component": "card",
|
|
@@ -285,7 +300,7 @@
|
|
|
285
300
|
"wireframe": {
|
|
286
301
|
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
287
302
|
"value": "{gray-100}",
|
|
288
|
-
"uuid": "
|
|
303
|
+
"uuid": "ae0fb15e-c8a2-42c4-b973-0fb523003b79"
|
|
289
304
|
}
|
|
290
305
|
}
|
|
291
306
|
},
|
|
@@ -306,7 +321,7 @@
|
|
|
306
321
|
"wireframe": {
|
|
307
322
|
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
308
323
|
"value": "{gray-100}",
|
|
309
|
-
"uuid": "
|
|
324
|
+
"uuid": "1329d684-6ac9-4f46-9bbc-046e2de5276e"
|
|
310
325
|
}
|
|
311
326
|
}
|
|
312
327
|
},
|
|
@@ -327,7 +342,7 @@
|
|
|
327
342
|
"wireframe": {
|
|
328
343
|
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
329
344
|
"value": "{gray-100}",
|
|
330
|
-
"uuid": "
|
|
345
|
+
"uuid": "e31108a0-1b8a-4d5e-b579-592a01619bd0"
|
|
331
346
|
}
|
|
332
347
|
}
|
|
333
348
|
},
|
|
@@ -348,7 +363,7 @@
|
|
|
348
363
|
"wireframe": {
|
|
349
364
|
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
350
365
|
"value": "{gray-100}",
|
|
351
|
-
"uuid": "
|
|
366
|
+
"uuid": "e9b046ee-408e-4781-a2cd-1d321bde4529"
|
|
352
367
|
}
|
|
353
368
|
}
|
|
354
369
|
},
|
|
@@ -369,7 +384,7 @@
|
|
|
369
384
|
"wireframe": {
|
|
370
385
|
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
371
386
|
"value": "{gray-100}",
|
|
372
|
-
"uuid": "
|
|
387
|
+
"uuid": "5924d0c5-6938-4660-8be3-9374bb3e5b0c"
|
|
373
388
|
}
|
|
374
389
|
}
|
|
375
390
|
},
|
|
@@ -386,6 +401,11 @@
|
|
|
386
401
|
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
387
402
|
"value": "{gray-400}",
|
|
388
403
|
"uuid": "825dc035-7b1c-4ddd-b1a9-be1546dae7e3"
|
|
404
|
+
},
|
|
405
|
+
"wireframe": {
|
|
406
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
407
|
+
"value": "{gray-200}",
|
|
408
|
+
"uuid": "92133ef4-9b81-4fbd-9736-8b83078ef053"
|
|
389
409
|
}
|
|
390
410
|
}
|
|
391
411
|
},
|
|
@@ -507,7 +527,24 @@
|
|
|
507
527
|
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
508
528
|
"value": "{gray-400}",
|
|
509
529
|
"uuid": "dac0d761-d8c1-4b1f-bfbe-766651122ecf"
|
|
530
|
+
},
|
|
531
|
+
"wireframe": {
|
|
532
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
533
|
+
"value": "{transparent-white-25}",
|
|
534
|
+
"uuid": "e242c2e1-54db-40c5-98ee-abebdcd59f4d"
|
|
510
535
|
}
|
|
511
536
|
}
|
|
537
|
+
},
|
|
538
|
+
"card-background-well-color": {
|
|
539
|
+
"component": "card",
|
|
540
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
541
|
+
"value": "{gray-100}",
|
|
542
|
+
"uuid": "c9c0e684-6b6c-4314-9b5b-7ba5e3333071"
|
|
543
|
+
},
|
|
544
|
+
"card-background-loading-color": {
|
|
545
|
+
"component": "card",
|
|
546
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
547
|
+
"value": "{gray-100}",
|
|
548
|
+
"uuid": "6022f845-b182-493f-bdae-f86f6336efaa"
|
|
512
549
|
}
|
|
513
550
|
}
|
package/src/color-palette.json
CHANGED
|
@@ -182,7 +182,7 @@
|
|
|
182
182
|
},
|
|
183
183
|
"wireframe": {
|
|
184
184
|
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
|
|
185
|
-
"value": "rgb(
|
|
185
|
+
"value": "rgb(254, 254, 255)",
|
|
186
186
|
"uuid": "0906f3b2-74a9-4012-9e26-4d8f68f0eba9"
|
|
187
187
|
}
|
|
188
188
|
},
|
|
@@ -203,7 +203,7 @@
|
|
|
203
203
|
},
|
|
204
204
|
"wireframe": {
|
|
205
205
|
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
|
|
206
|
-
"value": "rgb(
|
|
206
|
+
"value": "rgb(246, 248, 253)",
|
|
207
207
|
"uuid": "16ee1a81-e7d0-46ff-af81-5eca376ce203"
|
|
208
208
|
}
|
|
209
209
|
},
|
|
@@ -224,7 +224,7 @@
|
|
|
224
224
|
},
|
|
225
225
|
"wireframe": {
|
|
226
226
|
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
|
|
227
|
-
"value": "rgb(
|
|
227
|
+
"value": "rgb(241, 244, 251)",
|
|
228
228
|
"uuid": "4b6e738d-ac71-4d34-83eb-cd45e511b144"
|
|
229
229
|
}
|
|
230
230
|
},
|
|
@@ -245,7 +245,7 @@
|
|
|
245
245
|
},
|
|
246
246
|
"wireframe": {
|
|
247
247
|
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
|
|
248
|
-
"value": "rgb(
|
|
248
|
+
"value": "rgb(228, 234, 249)",
|
|
249
249
|
"uuid": "3605974e-8f93-4907-81b3-fb6ab55d03f8"
|
|
250
250
|
}
|
|
251
251
|
},
|
|
@@ -266,7 +266,7 @@
|
|
|
266
266
|
},
|
|
267
267
|
"wireframe": {
|
|
268
268
|
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
|
|
269
|
-
"value": "rgb(
|
|
269
|
+
"value": "rgb(214, 224, 246)",
|
|
270
270
|
"uuid": "eaad36fe-2827-4404-8876-060de75c2b34"
|
|
271
271
|
}
|
|
272
272
|
},
|
|
@@ -287,7 +287,7 @@
|
|
|
287
287
|
},
|
|
288
288
|
"wireframe": {
|
|
289
289
|
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
|
|
290
|
-
"value": "rgb(
|
|
290
|
+
"value": "rgb(207, 219, 245)",
|
|
291
291
|
"uuid": "57d4b287-c9d9-4c56-894b-2df496d9a3b4"
|
|
292
292
|
}
|
|
293
293
|
},
|
|
@@ -308,7 +308,7 @@
|
|
|
308
308
|
},
|
|
309
309
|
"wireframe": {
|
|
310
310
|
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
|
|
311
|
-
"value": "rgb(
|
|
311
|
+
"value": "rgb(180, 199, 239)",
|
|
312
312
|
"uuid": "4634f126-2240-4de9-b244-ab2b833d70ef"
|
|
313
313
|
}
|
|
314
314
|
},
|
|
@@ -329,7 +329,7 @@
|
|
|
329
329
|
},
|
|
330
330
|
"wireframe": {
|
|
331
331
|
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
|
|
332
|
-
"value": "rgb(
|
|
332
|
+
"value": "rgb(108, 142, 217)",
|
|
333
333
|
"uuid": "bc09529e-716c-4541-a75a-081ed9fdd860"
|
|
334
334
|
}
|
|
335
335
|
},
|
|
@@ -350,7 +350,7 @@
|
|
|
350
350
|
},
|
|
351
351
|
"wireframe": {
|
|
352
352
|
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
|
|
353
|
-
"value": "rgb(
|
|
353
|
+
"value": "rgb(72, 110, 194)",
|
|
354
354
|
"uuid": "3ab25385-aece-42c4-af86-01ea97ed2455"
|
|
355
355
|
}
|
|
356
356
|
},
|
|
@@ -371,7 +371,7 @@
|
|
|
371
371
|
},
|
|
372
372
|
"wireframe": {
|
|
373
373
|
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
|
|
374
|
-
"value": "rgb(
|
|
374
|
+
"value": "rgb(44, 77, 149)",
|
|
375
375
|
"uuid": "b5201efc-0a69-4a87-8b9b-e869bcf03457"
|
|
376
376
|
}
|
|
377
377
|
},
|
|
@@ -392,7 +392,7 @@
|
|
|
392
392
|
},
|
|
393
393
|
"wireframe": {
|
|
394
394
|
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
|
|
395
|
-
"value": "rgb(
|
|
395
|
+
"value": "rgb(25, 46, 93)",
|
|
396
396
|
"uuid": "22e79b14-2a60-4721-8e9b-800fa9e7a128"
|
|
397
397
|
}
|
|
398
398
|
},
|
|
@@ -413,7 +413,7 @@
|
|
|
413
413
|
},
|
|
414
414
|
"wireframe": {
|
|
415
415
|
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
|
|
416
|
-
"value": "rgb(
|
|
416
|
+
"value": "rgb(10, 19, 39)",
|
|
417
417
|
"uuid": "93fb6cac-b190-4a5a-951f-f5dc4c0d5978"
|
|
418
418
|
}
|
|
419
419
|
},
|
|
@@ -434,7 +434,7 @@
|
|
|
434
434
|
},
|
|
435
435
|
"wireframe": {
|
|
436
436
|
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
|
|
437
|
-
"value": "rgb(
|
|
437
|
+
"value": "rgb(0, 0, 0)",
|
|
438
438
|
"uuid": "e804baf9-ae2c-4574-96d9-10cd5253fe47"
|
|
439
439
|
}
|
|
440
440
|
},
|
|
@@ -6548,4 +6548,4 @@
|
|
|
6548
6548
|
"uuid": "3a65213c-4d36-48ec-8bf9-1b163a81299d",
|
|
6549
6549
|
"private": true
|
|
6550
6550
|
}
|
|
6551
|
-
}
|
|
6551
|
+
}
|