@adobe/spectrum-tokens 12.0.0-beta.55 → 12.0.0-beta.56
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 +2 -0
- package/dist/json/variables.json +6 -0
- package/package.json +1 -1
- package/src/color-alias.json +3 -0
- package/src/layout.json +3 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,6 @@
|
|
|
1
|
-
# [12.0.0-beta.
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
### Bug Fixes
|
|
5
|
-
|
|
6
|
-
* orange bugs in notice and visual color ([1606dea](https://github.com/adobe/spectrum-tokens/commit/1606dea473a6f415fd51914cd6cc670c67dbc2b9))
|
|
1
|
+
# [12.0.0-beta.56](https://github.com/adobe/spectrum-tokens/compare/v12.0.0-beta.55...v12.0.0-beta.56) (2022-10-07)
|
|
7
2
|
|
|
8
3
|
|
|
9
4
|
### Features
|
|
10
5
|
|
|
11
|
-
*
|
|
6
|
+
* add border-400 and opacity-disabled ([0447910](https://github.com/adobe/spectrum-tokens/commit/0447910f99577ad5206937ba3b234b4996ae00b4))
|
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",
|
|
@@ -1414,6 +1415,7 @@
|
|
|
1414
1415
|
"meter-minimum-width": "48px",
|
|
1415
1416
|
"meter-thickness-medium": "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
|
},
|
|
@@ -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