@adobe/spectrum-tokens 12.14.0 → 12.15.0
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 +12 -0
- package/dist/json/drover.json +1 -0
- package/dist/json/variables.json +12 -0
- package/package.json +1 -1
- package/src/layout-component.json +13 -0
package/CHANGELOG.md
CHANGED
package/dist/json/drover.json
CHANGED
|
@@ -1771,6 +1771,7 @@
|
|
|
1771
1771
|
"side-label-character-count-top-margin-large": "11px",
|
|
1772
1772
|
"side-label-character-count-top-margin-medium": "8px",
|
|
1773
1773
|
"side-label-character-count-top-margin-small": "4px",
|
|
1774
|
+
"side-navigation-bottom-to-text": "8px",
|
|
1774
1775
|
"side-navigation-item-to-header": "16px",
|
|
1775
1776
|
"side-navigation-item-to-item": "4px",
|
|
1776
1777
|
"side-navigation-maximum-width": "240px",
|
package/dist/json/variables.json
CHANGED
|
@@ -17831,6 +17831,18 @@
|
|
|
17831
17831
|
}
|
|
17832
17832
|
}
|
|
17833
17833
|
},
|
|
17834
|
+
"side-navigation-bottom-to-text": {
|
|
17835
|
+
"sets": {
|
|
17836
|
+
"desktop": {
|
|
17837
|
+
"value": "8px",
|
|
17838
|
+
"uuid": "8751d85d-a325-4e4e-a7b2-0a3ca94b6b6e"
|
|
17839
|
+
},
|
|
17840
|
+
"mobile": {
|
|
17841
|
+
"value": "10px",
|
|
17842
|
+
"uuid": "e3f49e5e-f9ec-485c-846e-7a8fda08caea"
|
|
17843
|
+
}
|
|
17844
|
+
}
|
|
17845
|
+
},
|
|
17834
17846
|
"tray-top-to-content-area": {
|
|
17835
17847
|
"sets": {
|
|
17836
17848
|
"desktop": {
|
package/package.json
CHANGED
|
@@ -5948,6 +5948,19 @@
|
|
|
5948
5948
|
}
|
|
5949
5949
|
}
|
|
5950
5950
|
},
|
|
5951
|
+
"side-navigation-bottom-to-text": {
|
|
5952
|
+
"component": "side-navigation",
|
|
5953
|
+
"sets": {
|
|
5954
|
+
"desktop": {
|
|
5955
|
+
"value": "8px",
|
|
5956
|
+
"uuid": "8751d85d-a325-4e4e-a7b2-0a3ca94b6b6e"
|
|
5957
|
+
},
|
|
5958
|
+
"mobile": {
|
|
5959
|
+
"value": "10px",
|
|
5960
|
+
"uuid": "e3f49e5e-f9ec-485c-846e-7a8fda08caea"
|
|
5961
|
+
}
|
|
5962
|
+
}
|
|
5963
|
+
},
|
|
5951
5964
|
"tray-top-to-content-area": {
|
|
5952
5965
|
"component": "tray",
|
|
5953
5966
|
"sets": {
|