@adobe/spectrum-tokens 12.0.0-beta.55 → 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 +2 -7
- package/dist/json/drover.json +3 -1
- package/dist/json/variables.json +7 -1
- package/package.json +1 -1
- package/src/color-alias.json +3 -0
- package/src/component-layout.json +1 -1
- package/src/layout.json +3 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +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
|
-
*
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
### Features
|
|
10
|
-
|
|
11
|
-
* adds thumbnail tokens; closes DNA-1221 ([086e6fa](https://github.com/adobe/spectrum-tokens/commit/086e6fae30813fc332da45836c732ade588e93ba))
|
|
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
|
@@ -1205,6 +1205,7 @@
|
|
|
1205
1205
|
"body-size-xxxl": "25px",
|
|
1206
1206
|
"border-width-100": "1px",
|
|
1207
1207
|
"border-width-200": "2px",
|
|
1208
|
+
"border-width-400": "4px",
|
|
1208
1209
|
"button-minimum-width-multiplier": "2.25",
|
|
1209
1210
|
"character-count-to-field-quiet-extra-large": "-4px",
|
|
1210
1211
|
"character-count-to-field-quiet-large": "-3px",
|
|
@@ -1412,8 +1413,9 @@
|
|
|
1412
1413
|
"meter-default-width": "192px",
|
|
1413
1414
|
"meter-maximum-width": "768px",
|
|
1414
1415
|
"meter-minimum-width": "48px",
|
|
1415
|
-
"meter-thickness-
|
|
1416
|
+
"meter-thickness-large": "6px",
|
|
1416
1417
|
"meter-thickness-small": "4px",
|
|
1418
|
+
"opacity-disabled": "0.3",
|
|
1417
1419
|
"picker-visual-to-disclosure-icon-extra-large": "10px",
|
|
1418
1420
|
"picker-visual-to-disclosure-icon-large": "9px",
|
|
1419
1421
|
"picker-visual-to-disclosure-icon-medium": "8px",
|
package/dist/json/variables.json
CHANGED
|
@@ -5234,6 +5234,9 @@
|
|
|
5234
5234
|
}
|
|
5235
5235
|
}
|
|
5236
5236
|
},
|
|
5237
|
+
"opacity-disabled": {
|
|
5238
|
+
"value": "0.3"
|
|
5239
|
+
},
|
|
5237
5240
|
"background-opacity-default": {
|
|
5238
5241
|
"value": "0"
|
|
5239
5242
|
},
|
|
@@ -11175,7 +11178,7 @@
|
|
|
11175
11178
|
}
|
|
11176
11179
|
}
|
|
11177
11180
|
},
|
|
11178
|
-
"meter-thickness-
|
|
11181
|
+
"meter-thickness-large": {
|
|
11179
11182
|
"sets": {
|
|
11180
11183
|
"desktop": {
|
|
11181
11184
|
"value": "6px"
|
|
@@ -13799,6 +13802,9 @@
|
|
|
13799
13802
|
"border-width-200": {
|
|
13800
13803
|
"value": "2px"
|
|
13801
13804
|
},
|
|
13805
|
+
"border-width-400": {
|
|
13806
|
+
"value": "4px"
|
|
13807
|
+
},
|
|
13802
13808
|
"line-height-100": {
|
|
13803
13809
|
"value": "1.3"
|
|
13804
13810
|
},
|
package/package.json
CHANGED
package/src/color-alias.json
CHANGED