@adobe/spectrum-tokens 13.0.0-beta.54 → 13.0.0-beta.56
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 +33 -0
- package/dist/json/drover.json +4 -0
- package/dist/json/variables.json +26 -0
- package/package.json +1 -1
- package/src/color-component.json +12 -0
- package/src/layout.json +6 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,38 @@
|
|
|
1
1
|
# @adobe/spectrum-tokens
|
|
2
2
|
|
|
3
|
+
## 13.0.0-beta.56
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#463](https://github.com/adobe/spectrum-tokens/pull/463) [`1ae8051`](https://github.com/adobe/spectrum-tokens/commit/1ae80516c48b70b87a8cd81cde75af8755188d45) Thanks [@mrcjhicks](https://github.com/mrcjhicks)! - Added a component-size-maximum-perspective-down token, which defines that components larger than 96px would appear to scale down more.
|
|
8
|
+
|
|
9
|
+
## Design Motivation
|
|
10
|
+
|
|
11
|
+
This token is used in larger components that support a down state that scales, like the select box.
|
|
12
|
+
|
|
13
|
+
## Token Diff
|
|
14
|
+
|
|
15
|
+
<details open><summary>Added (1)</summary>
|
|
16
|
+
|
|
17
|
+
- `component-size-maximum-perspective-down`
|
|
18
|
+
|
|
19
|
+
</details>
|
|
20
|
+
|
|
21
|
+
## 13.0.0-beta.55
|
|
22
|
+
|
|
23
|
+
### Minor Changes
|
|
24
|
+
|
|
25
|
+
- [#461](https://github.com/adobe/spectrum-tokens/pull/461) [`2f90bff`](https://github.com/adobe/spectrum-tokens/commit/2f90bffe5c0dc0a4cc6811eb104e0984d8714d53) Thanks [@mrcjhicks](https://github.com/mrcjhicks)! - Added two new tokens for color wheel border. One for color and one for opacity.
|
|
26
|
+
|
|
27
|
+
## Token Diff
|
|
28
|
+
|
|
29
|
+
<details open><summary>Added (2)</summary>
|
|
30
|
+
|
|
31
|
+
- `color-wheel-border-opacity`
|
|
32
|
+
- `color-wheel-border-color`
|
|
33
|
+
|
|
34
|
+
</details>
|
|
35
|
+
|
|
3
36
|
## 13.0.0-beta.54
|
|
4
37
|
|
|
5
38
|
### Minor Changes
|
package/dist/json/drover.json
CHANGED
|
@@ -156,6 +156,7 @@
|
|
|
156
156
|
"color-loupe-inner-border": "rgba(0, 0, 0, 0.12)",
|
|
157
157
|
"color-loupe-outer-border": "rgb(255, 255, 255)",
|
|
158
158
|
"color-slider-border-color": "rgb(0, 0, 0)",
|
|
159
|
+
"color-wheel-border-color": "rgb(0, 0, 0)",
|
|
159
160
|
"cyan-100": "rgb(238, 250, 254)",
|
|
160
161
|
"cyan-1000": "rgb(4, 102, 145)",
|
|
161
162
|
"cyan-1100": "rgb(0, 87, 121)",
|
|
@@ -868,6 +869,7 @@
|
|
|
868
869
|
"color-loupe-inner-border": "rgba(0, 0, 0, 0.12)",
|
|
869
870
|
"color-loupe-outer-border": "rgb(255, 255, 255)",
|
|
870
871
|
"color-slider-border-color": "rgb(255, 255, 255)",
|
|
872
|
+
"color-wheel-border-color": "rgb(255, 255, 255)",
|
|
871
873
|
"cyan-100": "rgb(0, 29, 39)",
|
|
872
874
|
"cyan-1000": "rgb(38, 159, 244)",
|
|
873
875
|
"cyan-1100": "rgb(63, 177, 255)",
|
|
@@ -1771,6 +1773,7 @@
|
|
|
1771
1773
|
"color-slider-border-width": "1px",
|
|
1772
1774
|
"color-slider-length": "192px",
|
|
1773
1775
|
"color-slider-minimum-length": "80px",
|
|
1776
|
+
"color-wheel-border-opacity": "0.1",
|
|
1774
1777
|
"color-wheel-color-area-margin": "12px",
|
|
1775
1778
|
"color-wheel-minimum-width": "175px",
|
|
1776
1779
|
"color-wheel-width": "192px",
|
|
@@ -1821,6 +1824,7 @@
|
|
|
1821
1824
|
"component-pill-edge-to-visual-only-300": "11px",
|
|
1822
1825
|
"component-pill-edge-to-visual-only-75": "4px",
|
|
1823
1826
|
"component-size-difference-down": "-2px",
|
|
1827
|
+
"component-size-maximum-perspective-down": "96px",
|
|
1824
1828
|
"component-size-minimum-perspective-down": "24px",
|
|
1825
1829
|
"component-size-width-ratio-down": 0.3333,
|
|
1826
1830
|
"component-to-menu-extra-large": "8px",
|
package/dist/json/variables.json
CHANGED
|
@@ -6805,6 +6805,28 @@
|
|
|
6805
6805
|
},
|
|
6806
6806
|
"uuid": "c325ed8f-8248-40c3-a0f0-efba57638f24"
|
|
6807
6807
|
},
|
|
6808
|
+
"color-wheel-border-color": {
|
|
6809
|
+
"ref": "{gray-1000}",
|
|
6810
|
+
"sets": {
|
|
6811
|
+
"dark": {
|
|
6812
|
+
"value": "rgb(255, 255, 255)",
|
|
6813
|
+
"uuid": "5ce8c477-ae6e-427a-ac5c-79d15c8056ab"
|
|
6814
|
+
},
|
|
6815
|
+
"light": {
|
|
6816
|
+
"value": "rgb(0, 0, 0)",
|
|
6817
|
+
"uuid": "457fbeb8-56cd-4f3c-9950-f5e01f83f07c"
|
|
6818
|
+
},
|
|
6819
|
+
"wireframe": {
|
|
6820
|
+
"value": "rgb(8, 12, 22)",
|
|
6821
|
+
"uuid": "e804baf9-ae2c-4574-96d9-10cd5253fe47"
|
|
6822
|
+
}
|
|
6823
|
+
},
|
|
6824
|
+
"uuid": "a60c3946-dff7-4245-bdcd-b61445066e48"
|
|
6825
|
+
},
|
|
6826
|
+
"color-wheel-border-opacity": {
|
|
6827
|
+
"value": "0.1",
|
|
6828
|
+
"uuid": "be8fac27-b644-492e-a89d-6c87cfecb8a1"
|
|
6829
|
+
},
|
|
6808
6830
|
"white": {
|
|
6809
6831
|
"value": "rgb(255, 255, 255)",
|
|
6810
6832
|
"uuid": "9b799da8-2130-417e-b7ee-5e1154a89837"
|
|
@@ -26107,6 +26129,10 @@
|
|
|
26107
26129
|
"value": "40px",
|
|
26108
26130
|
"uuid": "a3e53161-c38a-4ee0-88c2-4a36fd530e51"
|
|
26109
26131
|
},
|
|
26132
|
+
"component-size-maximum-perspective-down": {
|
|
26133
|
+
"value": "96px",
|
|
26134
|
+
"uuid": "437f2e57-2aa6-41b5-bdcc-e4993dc42168"
|
|
26135
|
+
},
|
|
26110
26136
|
"accent-color-100": {
|
|
26111
26137
|
"ref": "{blue-100}",
|
|
26112
26138
|
"sets": {
|
package/package.json
CHANGED
package/src/color-component.json
CHANGED
|
@@ -471,5 +471,17 @@
|
|
|
471
471
|
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
472
472
|
"value": "{gray-100}",
|
|
473
473
|
"uuid": "c325ed8f-8248-40c3-a0f0-efba57638f24"
|
|
474
|
+
},
|
|
475
|
+
"color-wheel-border-color": {
|
|
476
|
+
"component": "color-wheel",
|
|
477
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
478
|
+
"value": "{gray-1000}",
|
|
479
|
+
"uuid": "a60c3946-dff7-4245-bdcd-b61445066e48"
|
|
480
|
+
},
|
|
481
|
+
"color-wheel-border-opacity": {
|
|
482
|
+
"component": "color-wheel",
|
|
483
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/opacity.json",
|
|
484
|
+
"value": "0.1",
|
|
485
|
+
"uuid": "be8fac27-b644-492e-a89d-6c87cfecb8a1"
|
|
474
486
|
}
|
|
475
487
|
}
|
package/src/layout.json
CHANGED
|
@@ -2413,5 +2413,10 @@
|
|
|
2413
2413
|
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
2414
2414
|
"value": "{spacing-600}",
|
|
2415
2415
|
"uuid": "a3e53161-c38a-4ee0-88c2-4a36fd530e51"
|
|
2416
|
+
},
|
|
2417
|
+
"component-size-maximum-perspective-down": {
|
|
2418
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
2419
|
+
"value": "96px",
|
|
2420
|
+
"uuid": "437f2e57-2aa6-41b5-bdcc-e4993dc42168"
|
|
2416
2421
|
}
|
|
2417
|
-
}
|
|
2422
|
+
}
|