@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 CHANGED
@@ -1,5 +1,17 @@
1
1
  # @adobe/spectrum-tokens
2
2
 
3
+ ## 12.15.0
4
+
5
+ ### Minor Changes
6
+
7
+ - fc12f6d: Added side-navigation token
8
+
9
+ #### Token Diff
10
+
11
+ _Tokens added (1):_
12
+
13
+ - `side-navigation-bottom-to-text`
14
+
3
15
  ## 12.14.0
4
16
 
5
17
  ### Minor Changes
@@ -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",
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/spectrum-tokens",
3
- "version": "12.14.0",
3
+ "version": "12.15.0",
4
4
  "description": "Design tokens for Spectrum, Adobe's design system",
5
5
  "type": "module",
6
6
  "main": "tasks/buildSpectrumTokens.js",
@@ -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": {