@adobe/spectrum-tokens 12.23.0 → 12.23.2
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
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @adobe/spectrum-tokens
|
|
2
2
|
|
|
3
|
+
## 12.23.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 2af5a10: fix: aligns letter-spacing token schemas to "dimension" for consistency
|
|
8
|
+
|
|
9
|
+
## 12.23.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 51e0fee: Fixed typo and renamed `/schemas/token-types/percent.json` -> `/schemas/token-types/opacity.json`.
|
|
14
|
+
|
|
3
15
|
## 12.23.0
|
|
4
16
|
|
|
5
17
|
### Minor Changes
|
package/package.json
CHANGED
package/src/typography.json
CHANGED
|
@@ -305,7 +305,7 @@
|
|
|
305
305
|
"uuid": "c5a5d186-54b3-44a0-b1c6-e9b102871015"
|
|
306
306
|
},
|
|
307
307
|
"cjk-letter-spacing": {
|
|
308
|
-
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/
|
|
308
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
309
309
|
"value": "0.05em",
|
|
310
310
|
"uuid": "12e27721-35f5-4d03-95f3-3fc9e1cf50e4"
|
|
311
311
|
},
|
|
File without changes
|