@adobe/spectrum-tokens 12.22.0 → 12.22.1

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,19 @@
1
1
  # @adobe/spectrum-tokens
2
2
 
3
+ ## 12.22.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 068dca4: Fixing a bug; `contextual-help-body-size` is referencing heading instead of body typography tokens.
8
+
9
+ ### Token Diff
10
+
11
+ _Token values updated (1):_
12
+
13
+ - `contextual-help-body-size`
14
+ - `desktop`: `heading-size-s` -> `body-size-s`
15
+ - `mobile`: `heading-size-xs` -> `body-size-xs`
16
+
3
17
  ## 12.22.0
4
18
 
5
19
  ### Minor Changes
@@ -1588,7 +1588,7 @@
1588
1588
  "component-top-to-workflow-icon-300": "13px",
1589
1589
  "component-top-to-workflow-icon-50": "3px",
1590
1590
  "component-top-to-workflow-icon-75": "4px",
1591
- "contextual-help-body-size": "18px",
1591
+ "contextual-help-body-size": "14px",
1592
1592
  "contextual-help-minimum-width": "268px",
1593
1593
  "contextual-help-title-size": "16px",
1594
1594
  "corner-radius-100": "4px",
@@ -15817,29 +15817,29 @@
15817
15817
  "contextual-help-body-size": {
15818
15818
  "sets": {
15819
15819
  "desktop": {
15820
- "ref": "{heading-size-s}",
15820
+ "ref": "{body-size-s}",
15821
15821
  "sets": {
15822
15822
  "desktop": {
15823
- "value": "18px",
15824
- "uuid": "3dc9b6a4-77e3-484b-be8c-fbc2f50e6175"
15823
+ "value": "14px",
15824
+ "uuid": "938e2d24-1e90-48f0-a596-595a69103707"
15825
15825
  },
15826
15826
  "mobile": {
15827
- "value": "22px",
15828
- "uuid": "9b9a7175-dcca-43aa-98ce-f1c3e4eefda7"
15827
+ "value": "17px",
15828
+ "uuid": "2f9ee3cf-ccb1-4f0b-aed6-96e472fb7411"
15829
15829
  }
15830
15830
  },
15831
15831
  "uuid": "e458fa68-ab9c-4441-a7d5-a02f42df1cae"
15832
15832
  },
15833
15833
  "mobile": {
15834
- "ref": "{heading-size-xs}",
15834
+ "ref": "{body-size-xs}",
15835
15835
  "sets": {
15836
15836
  "desktop": {
15837
- "value": "16px",
15838
- "uuid": "b36caaa3-7047-4dfb-8a84-f990a8ac3a91"
15837
+ "value": "12px",
15838
+ "uuid": "55d90327-8cc9-4d4f-891f-9d42751d989a"
15839
15839
  },
15840
15840
  "mobile": {
15841
- "value": "19px",
15842
- "uuid": "7e51ff4e-2749-49d1-b9ed-75de92a73991"
15841
+ "value": "15px",
15842
+ "uuid": "07e1c2a8-3925-4d71-8fae-3486483ff44c"
15843
15843
  }
15844
15844
  },
15845
15845
  "uuid": "c180fa75-254e-4ee1-8b79-31a3d90254cc"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/spectrum-tokens",
3
- "version": "12.22.0",
3
+ "version": "12.22.1",
4
4
  "description": "Design tokens for Spectrum, Adobe's design system",
5
5
  "type": "module",
6
6
  "main": "tasks/buildSpectrumTokens.js",
@@ -3091,11 +3091,11 @@
3091
3091
  "component": "contextual-help",
3092
3092
  "sets": {
3093
3093
  "desktop": {
3094
- "value": "{heading-size-s}",
3094
+ "value": "{body-size-s}",
3095
3095
  "uuid": "e458fa68-ab9c-4441-a7d5-a02f42df1cae"
3096
3096
  },
3097
3097
  "mobile": {
3098
- "value": "{heading-size-xs}",
3098
+ "value": "{body-size-xs}",
3099
3099
  "uuid": "c180fa75-254e-4ee1-8b79-31a3d90254cc"
3100
3100
  }
3101
3101
  }