@adobe/spectrum-tokens 13.0.0-beta.51 → 13.0.0-beta.52
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 +13 -1
- package/dist/json/drover.json +0 -1
- package/dist/json/variables.json +1 -1
- package/package.json +1 -1
- package/src/layout-component.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @adobe/spectrum-tokens
|
|
2
2
|
|
|
3
|
+
## 13.0.0-beta.52
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#444](https://github.com/adobe/spectrum-tokens/pull/444) [`51904cd`](https://github.com/adobe/spectrum-tokens/commit/51904cdabfcb165a560c58664c8bc75be601f28b) Thanks [@marissahuysentruyt](https://github.com/marissahuysentruyt)! - fixing a typo with takeover-dialog-height
|
|
8
|
+
|
|
9
|
+
## Token Diff
|
|
10
|
+
|
|
11
|
+
**Updated Token (1):**
|
|
12
|
+
|
|
13
|
+
- `takeover-dialog-height`: `1.00%` -> `100%`
|
|
14
|
+
|
|
3
15
|
## 13.0.0-beta.51
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -11,7 +23,7 @@
|
|
|
11
23
|
**Updated Tokens (2):**
|
|
12
24
|
|
|
13
25
|
- `takeover-dialog-height`: `1.00em` -> `1.00%`
|
|
14
|
-
- `takeover-dialog-width`: `1.00em` -> `
|
|
26
|
+
- `takeover-dialog-width`: `1.00em` -> `100%`
|
|
15
27
|
|
|
16
28
|
## 13.0.0-beta.50
|
|
17
29
|
|
package/dist/json/drover.json
CHANGED
|
@@ -2521,7 +2521,6 @@
|
|
|
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.00%",
|
|
2525
2524
|
"text-area-minimum-height": "56px",
|
|
2526
2525
|
"text-area-minimum-width": "112px",
|
|
2527
2526
|
"text-field-minimum-width-multiplier": 1.5,
|
package/dist/json/variables.json
CHANGED
|
@@ -23738,7 +23738,7 @@
|
|
|
23738
23738
|
"uuid": "9e24d9b5-1c8b-4693-b10e-8922d519d7e0"
|
|
23739
23739
|
},
|
|
23740
23740
|
"takeover-dialog-height": {
|
|
23741
|
-
"value": "
|
|
23741
|
+
"value": "100%",
|
|
23742
23742
|
"uuid": "be327284-79fe-40b7-b996-8ad176d40d8e"
|
|
23743
23743
|
},
|
|
23744
23744
|
"takeover-dialog-width": {
|
package/package.json
CHANGED
|
@@ -10142,7 +10142,7 @@
|
|
|
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": "
|
|
10145
|
+
"value": "100%",
|
|
10146
10146
|
"uuid": "be327284-79fe-40b7-b996-8ad176d40d8e"
|
|
10147
10147
|
},
|
|
10148
10148
|
"takeover-dialog-width": {
|