@adobe/spectrum-tokens 12.0.0-beta.47 → 12.0.0-beta.48
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 +2 -2
- package/dist/json/variables.json +2 -2
- package/package.json +1 -1
- package/src/component-layout.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
# [12.0.0-beta.
|
|
1
|
+
# [12.0.0-beta.48](https://github.com/adobe/spectrum-tokens/compare/v12.0.0-beta.47...v12.0.0-beta.48) (2022-08-30)
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
###
|
|
4
|
+
### Bug Fixes
|
|
5
5
|
|
|
6
|
-
*
|
|
6
|
+
* switch tooltip-width and height to tooltip-tip-width ([63b6695](https://github.com/adobe/spectrum-tokens/commit/63b6695fdb67c2819c053ed7270c3d023bf48e12))
|
package/dist/json/drover.json
CHANGED
|
@@ -1291,9 +1291,9 @@
|
|
|
1291
1291
|
"toast-height": "48px",
|
|
1292
1292
|
"toast-top-to-text": "14px",
|
|
1293
1293
|
"toast-top-to-workflow-icon": "15px",
|
|
1294
|
-
"tooltip-height": "4px",
|
|
1295
1294
|
"tooltip-maximum-width": "160px",
|
|
1296
|
-
"tooltip-
|
|
1295
|
+
"tooltip-tip-height": "4px",
|
|
1296
|
+
"tooltip-tip-width": "8px",
|
|
1297
1297
|
"workflow-icon-size-100": "18px",
|
|
1298
1298
|
"workflow-icon-size-200": "20px",
|
|
1299
1299
|
"workflow-icon-size-300": "22px",
|
package/dist/json/variables.json
CHANGED
|
@@ -10631,7 +10631,7 @@
|
|
|
10631
10631
|
}
|
|
10632
10632
|
}
|
|
10633
10633
|
},
|
|
10634
|
-
"tooltip-width": {
|
|
10634
|
+
"tooltip-tip-width": {
|
|
10635
10635
|
"sets": {
|
|
10636
10636
|
"desktop": {
|
|
10637
10637
|
"value": "8px"
|
|
@@ -10641,7 +10641,7 @@
|
|
|
10641
10641
|
}
|
|
10642
10642
|
}
|
|
10643
10643
|
},
|
|
10644
|
-
"tooltip-height": {
|
|
10644
|
+
"tooltip-tip-height": {
|
|
10645
10645
|
"sets": {
|
|
10646
10646
|
"desktop": {
|
|
10647
10647
|
"value": "4px"
|
package/package.json
CHANGED
|
@@ -1699,7 +1699,7 @@
|
|
|
1699
1699
|
}
|
|
1700
1700
|
}
|
|
1701
1701
|
},
|
|
1702
|
-
"tooltip-width": {
|
|
1702
|
+
"tooltip-tip-width": {
|
|
1703
1703
|
"sets": {
|
|
1704
1704
|
"desktop": {
|
|
1705
1705
|
"value": "8px"
|
|
@@ -1709,7 +1709,7 @@
|
|
|
1709
1709
|
}
|
|
1710
1710
|
}
|
|
1711
1711
|
},
|
|
1712
|
-
"tooltip-height": {
|
|
1712
|
+
"tooltip-tip-height": {
|
|
1713
1713
|
"sets": {
|
|
1714
1714
|
"desktop": {
|
|
1715
1715
|
"value": "4px"
|