@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 +2 -10
- package/dist/json/drover.json +1 -0
- package/dist/json/variables.json +1 -1
- package/package.json +1 -1
- package/src/layout-component.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,14 +1,6 @@
|
|
|
1
|
-
|
|
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
|
-
*
|
|
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))
|
package/dist/json/drover.json
CHANGED
|
@@ -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",
|
package/dist/json/variables.json
CHANGED
|
@@ -11343,7 +11343,7 @@
|
|
|
11343
11343
|
}
|
|
11344
11344
|
},
|
|
11345
11345
|
"combo-box-visual-to-field-button-quiet": {
|
|
11346
|
-
"value": "
|
|
11346
|
+
"value": "0px"
|
|
11347
11347
|
},
|
|
11348
11348
|
"thumbnail-size-50": {
|
|
11349
11349
|
"sets": {
|
package/package.json
CHANGED