@spectrum-css/tokens
Advanced tools
Comparing version 7.7.0 to 8.0.0
@@ -6,2 +6,19 @@ # Change Log | ||
<a name="8.0.0"></a> | ||
# 8.0.0 | ||
🗓 2023-04-03 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/tokens@7.7.0...@spectrum-css/tokens@8.0.0) | ||
* fix(tokens)!: rgb transform to split out rgb values from css attributes (#1590) ([b714db4](https://github.com/adobe/spectrum-css/commit/b714db4)), closes [#1590](https://github.com/adobe/spectrum-css/issues/1590) | ||
### 🛑 BREAKING CHANGES | ||
* transforms color tokens to split out their `rgb` values | ||
Co-authored-by: castastrophe <castastrophe@users.noreply.github.com> | ||
<a name="7.7.0"></a> | ||
@@ -8,0 +25,0 @@ # 7.7.0 |
{ | ||
"name": "@spectrum-css/tokens", | ||
"version": "7.7.0", | ||
"version": "8.0.0", | ||
"description": "The Spectrum CSS tokens package", | ||
@@ -19,12 +19,29 @@ "license": "Apache-2.0", | ||
"prebuild": "rimraf dist/*", | ||
"build": "style-dictionary build", | ||
"postbuild": "gulp rebuildCustoms" | ||
"build": "run-s convert:tokens css:prepare format:results clean:empty", | ||
"build:tokens": "style-dictionary build --config style-dictionary.config.js && postcss --replace dist/css/*.css", | ||
"clean:empty": "find dist -type f -empty -delete", | ||
"concat:dist": "concat-cli -f dist/css/*.css dist/css/**/*.css -o dist/index.css", | ||
"convert:tokens": "run-p build:tokens copy:*", | ||
"copy:express": "postcss --dir dist/css/express/ custom-express/*.css", | ||
"copy:spectrum": "postcss --dir dist/css/spectrum/ custom-spectrum/*.css", | ||
"css:prepare": "yarn concat:dist && postcss --replace dist/index.css", | ||
"format:results": "prettier --no-config --no-error-on-unmatched-pattern --ignore-unknown --loglevel silent --write dist/" | ||
}, | ||
"devDependencies": { | ||
"@adobe/spectrum-tokens": "12.1.1", | ||
"gulp": "^4.0.0", | ||
"gulp-concat": "^2.6.1", | ||
"rimraf": "^4.1.1", | ||
"style-dictionary": "^3.7.0", | ||
"style-dictionary-sets": "^2.1.1" | ||
"concat-cli": "^4.0.0", | ||
"npm-run-all": "^4.1.5", | ||
"postcss": "^8.4.21", | ||
"postcss-cli": "^10.1.0", | ||
"postcss-combine-duplicated-selectors": "^10.0.3", | ||
"postcss-discard-comments": "^6.0.0", | ||
"postcss-discard-empty": "^6.0.0", | ||
"postcss-licensing": "^1.0.1", | ||
"postcss-merge-rules": "^6.0.0", | ||
"postcss-rgb-mapping": "^1.0.1", | ||
"postcss-sorting": "^8.0.2", | ||
"prettier": "^2.8.7", | ||
"rimraf": "^4.4.1", | ||
"style-dictionary": "^3.7.2", | ||
"style-dictionary-sets": "^2.2.0" | ||
}, | ||
@@ -34,3 +51,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "9e3b5b4b46d1fa9e5de7370b1ba99daf21df4197" | ||
"gitHead": "e699f377481e0ab323697cb0210f328ce46b3efd" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
393689
7387
16
41