@adobe/spectrum-tokens 12.23.1 → 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,11 @@
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
+
3
9
  ## 12.23.1
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/spectrum-tokens",
3
- "version": "12.23.1",
3
+ "version": "12.23.2",
4
4
  "description": "Design tokens for Spectrum, Adobe's design system",
5
5
  "type": "module",
6
6
  "main": "tasks/buildSpectrumTokens.js",
@@ -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/multiplier.json",
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
  },