@adobe/spectrum-tokens 14.7.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 +14 -0
- package/dist/json/variables.json +340 -340
- package/package.json +1 -1
- package/snapshots/validation-snapshot.json +21 -0
- package/src/color-palette.json +2212 -369
- package/src/layout-component.json +628 -629
- package/src/layout.json +6 -1
- package/src/typography.json +30 -6
package/src/layout.json
CHANGED
|
@@ -3979,6 +3979,11 @@
|
|
|
3979
3979
|
},
|
|
3980
3980
|
"uuid": "e1029ff5-5b9c-4717-8cdb-4ced6b554c01"
|
|
3981
3981
|
},
|
|
3982
|
+
"vertical-align-items": {
|
|
3983
|
+
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alignment.json",
|
|
3984
|
+
"uuid": "b2f48da9-58a4-4e86-8340-78e0f52c67ba",
|
|
3985
|
+
"value": "center"
|
|
3986
|
+
},
|
|
3982
3987
|
"workflow-icon-small": {
|
|
3983
3988
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/scale-set.json",
|
|
3984
3989
|
"sets": {
|
|
@@ -3995,4 +4000,4 @@
|
|
|
3995
4000
|
},
|
|
3996
4001
|
"uuid": "dd3133de-94a6-4007-a68e-4202762f0eb5"
|
|
3997
4002
|
}
|
|
3998
|
-
}
|
|
4003
|
+
}
|
package/src/typography.json
CHANGED
|
@@ -2,7 +2,11 @@
|
|
|
2
2
|
"black-font-weight": {
|
|
3
3
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-weight.json",
|
|
4
4
|
"uuid": "e2f23ca1-802b-40a2-a211-33090f9a043e",
|
|
5
|
-
"value": "black"
|
|
5
|
+
"value": "black",
|
|
6
|
+
"name": {
|
|
7
|
+
"property": "font-weight",
|
|
8
|
+
"weight": "black"
|
|
9
|
+
}
|
|
6
10
|
},
|
|
7
11
|
"body-cjk-emphasized-font-style": {
|
|
8
12
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
@@ -280,7 +284,11 @@
|
|
|
280
284
|
"bold-font-weight": {
|
|
281
285
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-weight.json",
|
|
282
286
|
"uuid": "ff246e6b-7515-49a2-9dc6-8cdf1ea9b2d8",
|
|
283
|
-
"value": "bold"
|
|
287
|
+
"value": "bold",
|
|
288
|
+
"name": {
|
|
289
|
+
"property": "font-weight",
|
|
290
|
+
"weight": "bold"
|
|
291
|
+
}
|
|
284
292
|
},
|
|
285
293
|
"cjk-font-family": {
|
|
286
294
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-family.json",
|
|
@@ -1077,7 +1085,11 @@
|
|
|
1077
1085
|
"extra-bold-font-weight": {
|
|
1078
1086
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-weight.json",
|
|
1079
1087
|
"uuid": "ccadf44e-5424-4920-979f-ea1ef39687c4",
|
|
1080
|
-
"value": "extra-bold"
|
|
1088
|
+
"value": "extra-bold",
|
|
1089
|
+
"name": {
|
|
1090
|
+
"property": "font-weight",
|
|
1091
|
+
"weight": "extra-bold"
|
|
1092
|
+
}
|
|
1081
1093
|
},
|
|
1082
1094
|
"font-size-100": {
|
|
1083
1095
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/scale-set.json",
|
|
@@ -1987,7 +1999,11 @@
|
|
|
1987
1999
|
"light-font-weight": {
|
|
1988
2000
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-weight.json",
|
|
1989
2001
|
"uuid": "fd477873-3767-4883-ab3f-5ee2758b923b",
|
|
1990
|
-
"value": "light"
|
|
2002
|
+
"value": "light",
|
|
2003
|
+
"name": {
|
|
2004
|
+
"property": "font-weight",
|
|
2005
|
+
"weight": "light"
|
|
2006
|
+
}
|
|
1991
2007
|
},
|
|
1992
2008
|
"line-height-100": {
|
|
1993
2009
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/multiplier.json",
|
|
@@ -2290,12 +2306,20 @@
|
|
|
2290
2306
|
"medium-font-weight": {
|
|
2291
2307
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-weight.json",
|
|
2292
2308
|
"uuid": "c966c3b6-1bf5-4064-89f9-00d9ec673fd4",
|
|
2293
|
-
"value": "medium"
|
|
2309
|
+
"value": "medium",
|
|
2310
|
+
"name": {
|
|
2311
|
+
"property": "font-weight",
|
|
2312
|
+
"weight": "medium"
|
|
2313
|
+
}
|
|
2294
2314
|
},
|
|
2295
2315
|
"regular-font-weight": {
|
|
2296
2316
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-weight.json",
|
|
2297
2317
|
"uuid": "02a94ddf-1007-4c86-8863-905874e40f95",
|
|
2298
|
-
"value": "regular"
|
|
2318
|
+
"value": "regular",
|
|
2319
|
+
"name": {
|
|
2320
|
+
"property": "font-weight",
|
|
2321
|
+
"weight": "regular"
|
|
2322
|
+
}
|
|
2299
2323
|
},
|
|
2300
2324
|
"sans-serif-font-family": {
|
|
2301
2325
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-family.json",
|