@adobe/spectrum-tokens 14.5.0 → 14.7.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 +55 -0
- package/dist/json/drover.json +8 -3
- package/dist/json/variables.json +403 -319
- package/package.json +1 -1
- package/schemas/token-file.json +1 -1
- package/schemas/token-types/{text-align.json → alignment.json} +4 -4
- package/src/color-aliases.json +5 -0
- package/src/color-component.json +3 -3
- package/src/layout-component.json +458 -430
- package/src/typography.json +3 -3
package/src/typography.json
CHANGED
|
@@ -2308,17 +2308,17 @@
|
|
|
2308
2308
|
"value": "Adobe Clean Serif"
|
|
2309
2309
|
},
|
|
2310
2310
|
"text-align-center": {
|
|
2311
|
-
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/
|
|
2311
|
+
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alignment.json",
|
|
2312
2312
|
"uuid": "df252e5a-f115-471d-bb35-c79e733d868b",
|
|
2313
2313
|
"value": "center"
|
|
2314
2314
|
},
|
|
2315
2315
|
"text-align-end": {
|
|
2316
|
-
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/
|
|
2316
|
+
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alignment.json",
|
|
2317
2317
|
"uuid": "a0c425b3-668b-4413-8739-c7844b26ebad",
|
|
2318
2318
|
"value": "end"
|
|
2319
2319
|
},
|
|
2320
2320
|
"text-align-start": {
|
|
2321
|
-
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/
|
|
2321
|
+
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alignment.json",
|
|
2322
2322
|
"uuid": "3a7f9e91-6e1a-4937-a6d2-6c39566dc875",
|
|
2323
2323
|
"value": "start"
|
|
2324
2324
|
}
|