@adobe/spectrum-tokens 13.5.0 → 13.6.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,25 @@
1
1
  # @adobe/spectrum-tokens
2
2
 
3
+ ## 13.6.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#497](https://github.com/adobe/spectrum-tokens/pull/497) [`fc0682e`](https://github.com/adobe/spectrum-tokens/commit/fc0682e16765f3beb9a823cc9b2f9f2464b6ccc6) Thanks [@larz0](https://github.com/larz0)! - Added horizontal card tokens
8
+
9
+ ## Design Motivation
10
+
11
+ These tokens are needed for horizontal cards.
12
+
13
+ ## Token Diff
14
+
15
+ <details open><summary>Added (3)</summary>
16
+
17
+ - `card-horizontal-edge-to-content-compact`
18
+ - `card-horizontal-edge-to-content-default`
19
+ - `card-horizontal-edge-to-content-spacious`
20
+
21
+ </details>
22
+
3
23
  ## 13.5.0
4
24
 
5
25
  ### Minor Changes
@@ -1708,6 +1708,9 @@
1708
1708
  "card-edge-to-content-spacious-medium": "20px",
1709
1709
  "card-edge-to-content-spacious-small": "16px",
1710
1710
  "card-header-to-description": "4px",
1711
+ "card-horizontal-edge-to-content-compact": "12px",
1712
+ "card-horizontal-edge-to-content-default": "16px",
1713
+ "card-horizontal-edge-to-content-spacious": "20px",
1711
1714
  "card-maximum-width-extra-large": "460px",
1712
1715
  "card-maximum-width-extra-small": "140px",
1713
1716
  "card-maximum-width-large": "370px",
@@ -25858,6 +25858,18 @@
25858
25858
  "value": "1px",
25859
25859
  "uuid": "a52c893c-8c03-43a5-88ed-3cd230365b84"
25860
25860
  },
25861
+ "card-horizontal-edge-to-content-compact": {
25862
+ "value": "12px",
25863
+ "uuid": "fd732759-52ab-45b7-9949-9d9352091efe"
25864
+ },
25865
+ "card-horizontal-edge-to-content-default": {
25866
+ "value": "16px",
25867
+ "uuid": "45af5962-8d41-476d-a92d-befa408b47b7"
25868
+ },
25869
+ "card-horizontal-edge-to-content-spacious": {
25870
+ "value": "20px",
25871
+ "uuid": "104c7b60-387b-4550-b0eb-573915d28f42"
25872
+ },
25861
25873
  "corner-radius-0": {
25862
25874
  "value": "0px",
25863
25875
  "uuid": "bb9d8350-b1fb-4496-9c22-6ec9647ff117"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/spectrum-tokens",
3
- "version": "13.5.0",
3
+ "version": "13.6.0",
4
4
  "description": "Design tokens for Spectrum, Adobe's design system",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -10949,5 +10949,23 @@
10949
10949
  "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
10950
10950
  "value": "1px",
10951
10951
  "uuid": "a52c893c-8c03-43a5-88ed-3cd230365b84"
10952
+ },
10953
+ "card-horizontal-edge-to-content-compact": {
10954
+ "component": "card-horizontal",
10955
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
10956
+ "value": "12px",
10957
+ "uuid": "fd732759-52ab-45b7-9949-9d9352091efe"
10958
+ },
10959
+ "card-horizontal-edge-to-content-default": {
10960
+ "component": "card-horizontal",
10961
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
10962
+ "value": "16px",
10963
+ "uuid": "45af5962-8d41-476d-a92d-befa408b47b7"
10964
+ },
10965
+ "card-horizontal-edge-to-content-spacious": {
10966
+ "component": "card-horizontal",
10967
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
10968
+ "value": "20px",
10969
+ "uuid": "104c7b60-387b-4550-b0eb-573915d28f42"
10952
10970
  }
10953
10971
  }