@adobe/spectrum-tokens 12.0.0-beta.16 → 12.0.0-beta.17
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 +3 -3
- package/dist/json/variables.json +15 -1
- package/package.json +1 -1
- package/src/color-alias.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
# [12.0.0-beta.
|
|
1
|
+
# [12.0.0-beta.17](https://github.com/adobe/spectrum-tokens/compare/v12.0.0-beta.16...v12.0.0-beta.17) (2022-04-19)
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
###
|
|
4
|
+
### Bug Fixes
|
|
5
5
|
|
|
6
|
-
*
|
|
6
|
+
* typo ([22f8f9e](https://github.com/adobe/spectrum-tokens/commit/22f8f9e71047f09591a534f83a44938a6fc49dc2))
|
package/dist/json/variables.json
CHANGED
|
@@ -1833,7 +1833,21 @@
|
|
|
1833
1833
|
}
|
|
1834
1834
|
},
|
|
1835
1835
|
"darkest": {
|
|
1836
|
-
"
|
|
1836
|
+
"ref": "{informative-color-500}",
|
|
1837
|
+
"sets": {
|
|
1838
|
+
"light": {
|
|
1839
|
+
"value": "rgb(120, 187, 250)"
|
|
1840
|
+
},
|
|
1841
|
+
"dark": {
|
|
1842
|
+
"value": "rgb(3, 103, 224)"
|
|
1843
|
+
},
|
|
1844
|
+
"darkest": {
|
|
1845
|
+
"value": "rgb(0, 92, 200)"
|
|
1846
|
+
},
|
|
1847
|
+
"wireframe": {
|
|
1848
|
+
"value": "rgb(216, 225, 244)"
|
|
1849
|
+
}
|
|
1850
|
+
}
|
|
1837
1851
|
},
|
|
1838
1852
|
"wireframe": {
|
|
1839
1853
|
"ref": "{informative-color-1000}",
|
package/package.json
CHANGED