@adobe/spectrum-tokens 13.0.0-beta.54 → 13.0.0-beta.55
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 +15 -0
- package/dist/json/drover.json +3 -0
- package/dist/json/variables.json +22 -0
- package/package.json +1 -1
- package/src/color-component.json +12 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @adobe/spectrum-tokens
|
|
2
2
|
|
|
3
|
+
## 13.0.0-beta.55
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#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.
|
|
8
|
+
|
|
9
|
+
## Token Diff
|
|
10
|
+
|
|
11
|
+
<details open><summary>Added (2)</summary>
|
|
12
|
+
|
|
13
|
+
- `color-wheel-border-opacity`
|
|
14
|
+
- `color-wheel-border-color`
|
|
15
|
+
|
|
16
|
+
</details>
|
|
17
|
+
|
|
3
18
|
## 13.0.0-beta.54
|
|
4
19
|
|
|
5
20
|
### 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",
|
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"
|
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
|
}
|