@adobe/spectrum-tokens 13.0.0-beta.47 → 13.0.0-beta.49
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 +140 -0
- package/dist/json/drover.json +153 -45
- package/dist/json/variables.json +1174 -271
- package/package.json +1 -1
- package/schemas/token-types/multiplier.json +1 -1
- package/schemas/token-types/token.json +8 -1
- package/src/color-component.json +19 -1
- package/src/color-palette.json +61 -1
- package/src/layout-component.json +689 -41
- package/src/layout.json +32 -2
- package/src/typography.json +298 -89
- package/tasks/diff.js +16 -2
package/src/layout.json
CHANGED
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
},
|
|
52
52
|
"corner-radius-1000": {
|
|
53
53
|
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/multiplier.json",
|
|
54
|
-
"value":
|
|
54
|
+
"value": 0.5,
|
|
55
55
|
"uuid": "e4ad85b2-97bf-48cf-a5a9-3ff3d1fada5b"
|
|
56
56
|
},
|
|
57
57
|
"drop-shadow-x": {
|
|
@@ -2165,7 +2165,7 @@
|
|
|
2165
2165
|
},
|
|
2166
2166
|
"component-size-width-ratio-down": {
|
|
2167
2167
|
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/multiplier.json",
|
|
2168
|
-
"value":
|
|
2168
|
+
"value": 0.3333,
|
|
2169
2169
|
"uuid": "4ee7342c-f2ef-4554-af0f-011052ff6177"
|
|
2170
2170
|
},
|
|
2171
2171
|
"component-size-minimum-perspective-down": {
|
|
@@ -2378,5 +2378,35 @@
|
|
|
2378
2378
|
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
2379
2379
|
"value": "{drop-shadow-blur-300}",
|
|
2380
2380
|
"uuid": "f6015252-21fb-48f9-aadb-5ad050e3d590"
|
|
2381
|
+
},
|
|
2382
|
+
"gradient-stop-1-genai": {
|
|
2383
|
+
"value": 0,
|
|
2384
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/gradient-stop.json",
|
|
2385
|
+
"uuid": "1b4e100e-3266-4212-84c7-ee6995aaff83"
|
|
2386
|
+
},
|
|
2387
|
+
"gradient-stop-2-genai": {
|
|
2388
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/gradient-stop.json",
|
|
2389
|
+
"value": 0.3333,
|
|
2390
|
+
"uuid": "224504c9-be85-4402-8c96-e9b3e3b7a45f"
|
|
2391
|
+
},
|
|
2392
|
+
"gradient-stop-3-genai": {
|
|
2393
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/gradient-stop.json",
|
|
2394
|
+
"value": 1,
|
|
2395
|
+
"uuid": "57f4b9b1-4994-48b5-ad14-5683b0ab034b"
|
|
2396
|
+
},
|
|
2397
|
+
"gradient-stop-1-premium": {
|
|
2398
|
+
"value": 0,
|
|
2399
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/gradient-stop.json",
|
|
2400
|
+
"uuid": "4cb26877-72bd-48e5-8266-6b29b1c2303d"
|
|
2401
|
+
},
|
|
2402
|
+
"gradient-stop-2-premium": {
|
|
2403
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/gradient-stop.json",
|
|
2404
|
+
"value": 0.6666,
|
|
2405
|
+
"uuid": "579ad392-4529-457d-ab3e-4cef782beec1"
|
|
2406
|
+
},
|
|
2407
|
+
"gradient-stop-3-premium": {
|
|
2408
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/gradient-stop.json",
|
|
2409
|
+
"value": 1,
|
|
2410
|
+
"uuid": "ace894a3-3aa5-4307-a80c-3881c8a31642"
|
|
2381
2411
|
}
|
|
2382
2412
|
}
|