@adobe/spectrum-tokens 13.2.0 → 13.3.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,19 @@
1
1
  # @adobe/spectrum-tokens
2
2
 
3
+ ## 13.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#487](https://github.com/adobe/spectrum-tokens/pull/487) [`07e15af`](https://github.com/adobe/spectrum-tokens/commit/07e15afbbce289bdd69f09690247205bf89bbea3) Thanks [@larz0](https://github.com/larz0)! - Token added for segmented control
8
+
9
+ ## Token Diff
10
+
11
+ <details open><summary>Added (1)</summary>
12
+
13
+ - `segmented-control-item-maximum-width`
14
+
15
+ </details>
16
+
3
17
  ## 13.2.0
4
18
 
5
19
  ### Minor Changes
@@ -2276,6 +2276,7 @@
2276
2276
  "rating-width-medium": "128px",
2277
2277
  "rating-width-small": "104px",
2278
2278
  "segmented-control-item-height": "32px",
2279
+ "segmented-control-item-maximum-width": "265px",
2279
2280
  "segmented-control-selection-border-width": "2px",
2280
2281
  "select-box-edge-to-checkbox": "12px",
2281
2282
  "select-box-horizontal-end-to-content": "32px",
@@ -25782,6 +25782,10 @@
25782
25782
  "value": "263px",
25783
25783
  "uuid": "a603a785-8cd8-4caf-a2b4-cfe3371cc10e"
25784
25784
  },
25785
+ "segmented-control-item-maximum-width": {
25786
+ "value": "265px",
25787
+ "uuid": "efa7a73d-611e-44a1-8ea5-0bad83ef77de"
25788
+ },
25785
25789
  "corner-radius-0": {
25786
25790
  "value": "0px",
25787
25791
  "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.2.0",
3
+ "version": "13.3.0",
4
4
  "description": "Design tokens for Spectrum, Adobe's design system",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -10834,5 +10834,11 @@
10834
10834
  "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
10835
10835
  "value": "263px",
10836
10836
  "uuid": "a603a785-8cd8-4caf-a2b4-cfe3371cc10e"
10837
+ },
10838
+ "segmented-control-item-maximum-width": {
10839
+ "component": "segmented-control",
10840
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
10841
+ "value": "265px",
10842
+ "uuid": "efa7a73d-611e-44a1-8ea5-0bad83ef77de"
10837
10843
  }
10838
10844
  }