@adobe/spectrum-tokens 12.1.0 → 12.1.1

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,14 +1,6 @@
1
- # [12.1.0](https://github.com/adobe/spectrum-tokens/compare/v12.0.0...v12.1.0) (2023-03-09)
1
+ ## [12.1.1](https://github.com/adobe/spectrum-tokens/compare/v12.1.0...v12.1.1) (2023-03-21)
2
2
 
3
3
 
4
4
  ### Bug Fixes
5
5
 
6
- * updated color-slider-minimum-length, DNA-1238 ([a3e0975](https://github.com/adobe/spectrum-tokens/commit/a3e0975de24a26f683a2337f14f73c8ff8794e17))
7
-
8
-
9
- ### Features
10
-
11
- * accordion tokens, DNA-1269 ([c9968d7](https://github.com/adobe/spectrum-tokens/commit/c9968d7bc269c1b9b640b8895d5b583dee6b3140))
12
- * added color handle tokens, DNA-1261 ([76f6be8](https://github.com/adobe/spectrum-tokens/commit/76f6be8501d9a50ca224352eebf963bd8ec074e2))
13
- * coach mark tokens, DNA-1271 ([0d10776](https://github.com/adobe/spectrum-tokens/commit/0d107763e62b7ade1fcfaa1819fc1b5ef80a70e9))
14
- * menu item tokens, DNA-1260 ([0c5cb93](https://github.com/adobe/spectrum-tokens/commit/0c5cb93463cd114e58d31dc59cdf686aa468dde4))
6
+ * add 'px' to zero length value in combobox token ([2ad7205](https://github.com/adobe/spectrum-tokens/commit/2ad7205f7be79edeea18205cab8adefbb6717962))
@@ -1464,6 +1464,7 @@
1464
1464
  "combo-box-visual-to-field-button-extra-large": "10px",
1465
1465
  "combo-box-visual-to-field-button-large": "9px",
1466
1466
  "combo-box-visual-to-field-button-medium": "8px",
1467
+ "combo-box-visual-to-field-button-quiet": "0px",
1467
1468
  "combo-box-visual-to-field-button-small": "7px",
1468
1469
  "component-bottom-to-text-100": "9px",
1469
1470
  "component-bottom-to-text-200": "11px",
@@ -11343,7 +11343,7 @@
11343
11343
  }
11344
11344
  },
11345
11345
  "combo-box-visual-to-field-button-quiet": {
11346
- "value": "0"
11346
+ "value": "0px"
11347
11347
  },
11348
11348
  "thumbnail-size-50": {
11349
11349
  "sets": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/spectrum-tokens",
3
- "version": "12.1.0",
3
+ "version": "12.1.1",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "config.js",
@@ -2386,7 +2386,7 @@
2386
2386
  },
2387
2387
  "combo-box-visual-to-field-button-quiet": {
2388
2388
  "component": "combo-box",
2389
- "value": "0"
2389
+ "value": "0px"
2390
2390
  },
2391
2391
  "thumbnail-size-50": {
2392
2392
  "component": "thumbnail",