@adobe/spectrum-tokens 13.0.0-beta.12 → 13.0.0-beta.14
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 +79 -0
- package/dist/json/drover.json +5 -2
- package/dist/json/variables.json +145 -883
- package/package.json +4 -4
- package/src/color-aliases.json +10 -55
- package/src/layout-component.json +64 -199
- package/src/layout.json +81 -351
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,84 @@
|
|
|
1
1
|
# @adobe/spectrum-tokens
|
|
2
2
|
|
|
3
|
+
## 13.0.0-beta.14
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- f004b0c: The tokens listed in the diff below had identical values between sets and so were merged to single values to simplify the data.
|
|
8
|
+
|
|
9
|
+
## Token Diff
|
|
10
|
+
|
|
11
|
+
_Tokens values updated (46):_
|
|
12
|
+
|
|
13
|
+
- `accordion-disclosure-indicator-to-text`
|
|
14
|
+
- `accordion-edge-to-disclosure-indicator`
|
|
15
|
+
- `accordion-edge-to-text`
|
|
16
|
+
- `accordion-focus-indicator-gap`
|
|
17
|
+
- `accordion-top-to-text-compact-medium`
|
|
18
|
+
- `accordion-top-to-text-compact-small`
|
|
19
|
+
- `action-button-edge-to-hold-icon-extra-small`
|
|
20
|
+
- `action-button-edge-to-hold-icon-small`
|
|
21
|
+
- `asterisk-icon-size-75`
|
|
22
|
+
- `background-base-color`
|
|
23
|
+
- `background-layer-1-color`
|
|
24
|
+
- `color-area-border-rounding`
|
|
25
|
+
- `corner-radius-0`
|
|
26
|
+
- `corner-radius-100`
|
|
27
|
+
- `corner-radius-1000`
|
|
28
|
+
- `corner-radius-200`
|
|
29
|
+
- `corner-radius-300`
|
|
30
|
+
- `corner-radius-400`
|
|
31
|
+
- `corner-radius-500`
|
|
32
|
+
- `corner-radius-600`
|
|
33
|
+
- `corner-radius-700`
|
|
34
|
+
- `corner-radius-75`
|
|
35
|
+
- `corner-radius-800`
|
|
36
|
+
- `corner-radius-extra-large-default`
|
|
37
|
+
- `corner-radius-full`
|
|
38
|
+
- `corner-radius-large-default`
|
|
39
|
+
- `corner-radius-medium-default`
|
|
40
|
+
- `corner-radius-medium-size-extra-large`
|
|
41
|
+
- `corner-radius-medium-size-extra-small`
|
|
42
|
+
- `corner-radius-medium-size-large`
|
|
43
|
+
- `corner-radius-medium-size-medium`
|
|
44
|
+
- `corner-radius-medium-size-small`
|
|
45
|
+
- `corner-radius-none`
|
|
46
|
+
- `corner-radius-small-default`
|
|
47
|
+
- `corner-radius-small-size-extra-large`
|
|
48
|
+
- `corner-radius-small-size-large`
|
|
49
|
+
- `corner-radius-small-size-medium`
|
|
50
|
+
- `corner-radius-small-size-small`
|
|
51
|
+
- `drop-shadow-x`
|
|
52
|
+
- `field-label-top-margin-extra-large`
|
|
53
|
+
- `field-label-top-margin-large`
|
|
54
|
+
- `field-label-top-margin-medium`
|
|
55
|
+
- `field-label-top-margin-small`
|
|
56
|
+
- `gray-background-color-default`
|
|
57
|
+
- `status-light-dot-size-small`
|
|
58
|
+
- `table-edge-to-content`
|
|
59
|
+
|
|
60
|
+
## 13.0.0-beta.13
|
|
61
|
+
|
|
62
|
+
### Minor Changes
|
|
63
|
+
|
|
64
|
+
- ef600c4: ## Design Motivation
|
|
65
|
+
|
|
66
|
+
- The updated tooltip component in Spectrum 2 has a larger, slightly rounded tip
|
|
67
|
+
- Added tokens for horizontal and vertical orientation
|
|
68
|
+
|
|
69
|
+
## Tokens Diff
|
|
70
|
+
|
|
71
|
+
_Tokens added (3):_
|
|
72
|
+
|
|
73
|
+
- `divider-horizontal-minimum-width`
|
|
74
|
+
- `divider-vertical-minimum-height`
|
|
75
|
+
- `tooltip-tip-corner-radius`
|
|
76
|
+
|
|
77
|
+
_Token values updated (2):_
|
|
78
|
+
|
|
79
|
+
- `tooltip-tip-height`
|
|
80
|
+
- `tooltip-tip-width`
|
|
81
|
+
|
|
3
82
|
## 13.0.0-beta.12
|
|
4
83
|
|
|
5
84
|
### Minor Changes
|
package/dist/json/drover.json
CHANGED
|
@@ -1479,9 +1479,11 @@
|
|
|
1479
1479
|
"disclosure-indicator-top-to-disclosure-icon-large": "14px",
|
|
1480
1480
|
"disclosure-indicator-top-to-disclosure-icon-medium": "11px",
|
|
1481
1481
|
"disclosure-indicator-top-to-disclosure-icon-small": "7px",
|
|
1482
|
+
"divider-horizontal-minimum-width": "200px",
|
|
1482
1483
|
"divider-thickness-large": "4px",
|
|
1483
1484
|
"divider-thickness-medium": "2px",
|
|
1484
1485
|
"divider-thickness-small": "1px",
|
|
1486
|
+
"divider-vertical-minimum-height": "200px",
|
|
1485
1487
|
"drop-shadow-blur": "4px",
|
|
1486
1488
|
"drop-shadow-x": "0px",
|
|
1487
1489
|
"drop-shadow-y": "1px",
|
|
@@ -1940,8 +1942,9 @@
|
|
|
1940
1942
|
"toast-top-to-text": "14px",
|
|
1941
1943
|
"toast-top-to-workflow-icon": "15px",
|
|
1942
1944
|
"tooltip-maximum-width": "160px",
|
|
1943
|
-
"tooltip-tip-
|
|
1944
|
-
"tooltip-tip-
|
|
1945
|
+
"tooltip-tip-corner-radius": "1px",
|
|
1946
|
+
"tooltip-tip-height": "5px",
|
|
1947
|
+
"tooltip-tip-width": "10px",
|
|
1945
1948
|
"tray-top-to-content-area": "4px",
|
|
1946
1949
|
"workflow-icon-size-100": "20px",
|
|
1947
1950
|
"workflow-icon-size-200": "22px",
|