@adobe/spectrum-tokens 12.0.0-beta.56 → 12.0.0-beta.57
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 +3 -3
- package/dist/json/drover.json +1 -1
- package/dist/json/variables.json +1 -1
- package/package.json +1 -1
- package/src/component-layout.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
# [12.0.0-beta.
|
|
1
|
+
# [12.0.0-beta.57](https://github.com/adobe/spectrum-tokens/compare/v12.0.0-beta.56...v12.0.0-beta.57) (2022-10-19)
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
###
|
|
4
|
+
### Bug Fixes
|
|
5
5
|
|
|
6
|
-
*
|
|
6
|
+
* rename meter-thinkness-medium; closes DNA-1224 ([#75](https://github.com/adobe/spectrum-tokens/issues/75)) ([bcd839f](https://github.com/adobe/spectrum-tokens/commit/bcd839fa92cb9fde155a6e3ac398b7ab86984993))
|
package/dist/json/drover.json
CHANGED
|
@@ -1413,7 +1413,7 @@
|
|
|
1413
1413
|
"meter-default-width": "192px",
|
|
1414
1414
|
"meter-maximum-width": "768px",
|
|
1415
1415
|
"meter-minimum-width": "48px",
|
|
1416
|
-
"meter-thickness-
|
|
1416
|
+
"meter-thickness-large": "6px",
|
|
1417
1417
|
"meter-thickness-small": "4px",
|
|
1418
1418
|
"opacity-disabled": "0.3",
|
|
1419
1419
|
"picker-visual-to-disclosure-icon-extra-large": "10px",
|
package/dist/json/variables.json
CHANGED
|
@@ -11178,7 +11178,7 @@
|
|
|
11178
11178
|
}
|
|
11179
11179
|
}
|
|
11180
11180
|
},
|
|
11181
|
-
"meter-thickness-
|
|
11181
|
+
"meter-thickness-large": {
|
|
11182
11182
|
"sets": {
|
|
11183
11183
|
"desktop": {
|
|
11184
11184
|
"value": "6px"
|
package/package.json
CHANGED