@spectrum-css/tokens
Advanced tools
Comparing version 14.0.0-next.7 to 14.0.0-next.8
# Change Log | ||
## 14.0.0-next.8 | ||
### Patch Changes | ||
- [#2797](https://github.com/adobe/spectrum-css/pull/2797) [`e62d1ca`](https://github.com/adobe/spectrum-css/commit/e62d1ca8cad8a2cdd9c8748335d0371e0aaca60a) Thanks [@pfulton](https://github.com/pfulton)! - Uses the latest release from Spectrum Tokens (13.0.0-beta.35) | ||
All notable changes to this project will be documented in this file. | ||
@@ -11,12 +17,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
* feat!: postcss config build and script; remove gulp (#2466)([b0f337b](https://github.com/adobe/spectrum-css/commit/b0f337b)), closes[#2466](https://github.com/adobe/spectrum-css/issues/2466) | ||
- feat!: postcss config build and script; remove gulp (#2466)([b0f337b](https://github.com/adobe/spectrum-css/commit/b0f337b)), closes[#2466](https://github.com/adobe/spectrum-css/issues/2466) | ||
### | ||
š BREAKING CHANGES | ||
### | ||
* | ||
- Removes component-builder & component-builder-simple for script leveraging postcss | ||
š BREAKING CHANGES | ||
- Imports added to index.css and themes/express.css | ||
- | ||
* Removes component-builder & component-builder-simple for script leveraging postcss | ||
* Imports added to index.css and themes/express.css | ||
<a name="13.2.0"></a> | ||
@@ -23,0 +31,0 @@ #13.2.0 |
{ | ||
"name": "@spectrum-css/tokens", | ||
"version": "14.0.0-next.7", | ||
"description": "The Spectrum CSS tokens package", | ||
"license": "Apache-2.0", | ||
"author": "Adobe", | ||
"homepage": "https://opensource.adobe.com/spectrum-css/", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/adobe/spectrum-css.git", | ||
"directory": "tokens" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/adobe/spectrum-css/issues" | ||
}, | ||
"main": "dist/index.css", | ||
"devDependencies": { | ||
"@adobe/spectrum-tokens": "13.0.0-beta.30", | ||
"@nxkit/style-dictionary": "^5.0.0", | ||
"postcss": "^8.4.35", | ||
"postcss-cli": "^11.0.0", | ||
"postcss-combine-duplicated-selectors": "^10.0.3", | ||
"postcss-discard-comments": "^6.0.2", | ||
"postcss-discard-empty": "^6.0.3", | ||
"postcss-licensing": "^1.0.1", | ||
"postcss-merge-rules": "^6.1.1", | ||
"postcss-rgb-mapping": "^1.1.0", | ||
"postcss-sorting": "^8.0.2", | ||
"prettier": "^2.8.8", | ||
"style-dictionary": "^3.9.1", | ||
"style-dictionary-sets": "^2.3.0" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
} | ||
"name": "@spectrum-css/tokens", | ||
"version": "14.0.0-next.8", | ||
"description": "The Spectrum CSS tokens package", | ||
"license": "Apache-2.0", | ||
"author": "Adobe", | ||
"homepage": "https://opensource.adobe.com/spectrum-css/", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/adobe/spectrum-css.git", | ||
"directory": "tokens" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/adobe/spectrum-css/issues" | ||
}, | ||
"main": "dist/index.css", | ||
"files": [ | ||
"dist/index.css", | ||
"dist/**/*", | ||
"CHANGELOG.md", | ||
"README.md", | ||
"package.json" | ||
], | ||
"keywords": [ | ||
"spectrum", | ||
"css", | ||
"design system", | ||
"adobe" | ||
], | ||
"devDependencies": { | ||
"@adobe/spectrum-tokens": "13.0.0-beta.35", | ||
"@nxkit/style-dictionary": "^5.0.0", | ||
"postcss": "^8.4.38", | ||
"postcss-cli": "^11.0.0", | ||
"postcss-combine-duplicated-selectors": "^10.0.3", | ||
"postcss-discard-comments": "^7.0.0", | ||
"postcss-discard-empty": "^6.0.3", | ||
"postcss-licensing": "^1.0.1", | ||
"postcss-merge-rules": "^7.0.0", | ||
"postcss-rgb-mapping": "^1.1.0", | ||
"postcss-sorting": "^8.0.2", | ||
"prettier": "^2.8.8", | ||
"style-dictionary": "^3.9.2", | ||
"style-dictionary-sets": "^2.3.0" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
} | ||
} |
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
461554
21
7421