@adobe/spectrum-tokens 12.0.0-beta.5 → 12.0.0-beta.6

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 CHANGED
@@ -1,6 +1,6 @@
1
- # [12.0.0-beta.5](https://github.com/adobe/spectrum-tokens/compare/v12.0.0-beta.4...v12.0.0-beta.5) (2022-03-23)
1
+ # [12.0.0-beta.6](https://github.com/adobe/spectrum-tokens/compare/v12.0.0-beta.5...v12.0.0-beta.6) (2022-03-28)
2
2
 
3
3
 
4
4
  ### Bug Fixes
5
5
 
6
- * add build to release workflow ([53c6163](https://github.com/adobe/spectrum-tokens/commit/53c6163c9d244a808746b053b525fd84733d8832))
6
+ * white is should be rgb(255, 255, 255) ([b006d25](https://github.com/adobe/spectrum-tokens/commit/b006d258b7d636c37f7b5641234ca6105400efca))
@@ -65,7 +65,7 @@
65
65
  "value": "rgb(0, 0, 0)"
66
66
  },
67
67
  "focus-ring-static-black-color": {
68
- "value": "rgb(0, 0, 0)"
68
+ "value": "rgb(255, 255, 255)"
69
69
  },
70
70
  "neutral-content-color": {
71
71
  "ref": "{gray-800}",
@@ -1834,7 +1834,7 @@
1834
1834
  "value": "rgb(0, 0, 0)"
1835
1835
  },
1836
1836
  "white": {
1837
- "value": "rgb(0, 0, 0)"
1837
+ "value": "rgb(255, 255, 255)"
1838
1838
  },
1839
1839
  "gray-50": {
1840
1840
  "sets": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/spectrum-tokens",
3
- "version": "12.0.0-beta.5",
3
+ "version": "12.0.0-beta.6",
4
4
  "description": "",
5
5
  "main": "config.js",
6
6
  "scripts": {
package/tokens/color.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "value": "rgb(0, 0, 0)"
4
4
  },
5
5
  "white": {
6
- "value": "rgb(0, 0, 0)"
6
+ "value": "rgb(255, 255, 255)"
7
7
  },
8
8
  "gray-50": {
9
9
  "sets": {