@adobe/spectrum-tokens 13.0.0-beta.50 → 13.0.0-beta.51

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,18 @@
1
1
  # @adobe/spectrum-tokens
2
2
 
3
+ ## 13.0.0-beta.51
4
+
5
+ ### Patch Changes
6
+
7
+ - [#441](https://github.com/adobe/spectrum-tokens/pull/441) [`89949e4`](https://github.com/adobe/spectrum-tokens/commit/89949e4d0008baacec05359a83620fa45e35cf5e) Thanks [@GarthDB](https://github.com/GarthDB)! - Change takeover dialog dimensions to use percentages which were previously converted to ems by mistake.
8
+
9
+ ## Token Diff
10
+
11
+ **Updated Tokens (2):**
12
+
13
+ - `takeover-dialog-height`: `1.00em` -> `1.00%`
14
+ - `takeover-dialog-width`: `1.00em` -> `1.00%`
15
+
3
16
  ## 13.0.0-beta.50
4
17
 
5
18
  ### Minor Changes
@@ -2521,8 +2521,7 @@
2521
2521
  "tag-top-to-cross-icon-large": "15px",
2522
2522
  "tag-top-to-cross-icon-medium": "12px",
2523
2523
  "tag-top-to-cross-icon-small": "8px",
2524
- "takeover-dialog-height": "1.00em",
2525
- "takeover-dialog-width": "1.00em",
2524
+ "takeover-dialog-height": "1.00%",
2526
2525
  "text-area-minimum-height": "56px",
2527
2526
  "text-area-minimum-width": "112px",
2528
2527
  "text-field-minimum-width-multiplier": 1.5,
@@ -23738,11 +23738,11 @@
23738
23738
  "uuid": "9e24d9b5-1c8b-4693-b10e-8922d519d7e0"
23739
23739
  },
23740
23740
  "takeover-dialog-height": {
23741
- "value": "1.00em",
23741
+ "value": "1.00%",
23742
23742
  "uuid": "be327284-79fe-40b7-b996-8ad176d40d8e"
23743
23743
  },
23744
23744
  "takeover-dialog-width": {
23745
- "value": "1.00em",
23745
+ "value": "100%",
23746
23746
  "uuid": "bb70e39d-c686-4cd2-a991-6b51fa16d9df"
23747
23747
  },
23748
23748
  "corner-radius-0": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/spectrum-tokens",
3
- "version": "13.0.0-beta.50",
3
+ "version": "13.0.0-beta.51",
4
4
  "description": "Design tokens for Spectrum, Adobe's design system",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -10142,13 +10142,13 @@
10142
10142
  "takeover-dialog-height": {
10143
10143
  "component": "takeover-dialog",
10144
10144
  "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
10145
- "value": "1.00em",
10145
+ "value": "1.00%",
10146
10146
  "uuid": "be327284-79fe-40b7-b996-8ad176d40d8e"
10147
10147
  },
10148
10148
  "takeover-dialog-width": {
10149
10149
  "component": "takeover-dialog",
10150
10150
  "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
10151
- "value": "1.00em",
10151
+ "value": "100%",
10152
10152
  "uuid": "bb70e39d-c686-4cd2-a991-6b51fa16d9df"
10153
10153
  }
10154
10154
  }