Skip to content

Commit

Permalink
feat(button)!: migrating button to core-tokens (CSS-97) (#1479)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: migrates the Button to core tokens
  • Loading branch information
bernhard-adobe authored Jan 31, 2023
1 parent 41c9d4d commit 0640be0
Show file tree
Hide file tree
Showing 12 changed files with 771 additions and 864 deletions.
15 changes: 15 additions & 0 deletions components/button/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="7.0.0-beta.5"></a>
# 7.0.0-beta.5
🗓 2023-01-26 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/[email protected]...@spectrum-css/[email protected])

### ✨ Features

* **button!:** core token migration for button ([28786ab](https://github.com/adobe/spectrum-css/commit/28786ab))
* fix label padding ([9f1517a](https://github.com/adobe/spectrum-css/commit/9f1517a))
* logical padding ([bc7bb10](https://github.com/adobe/spectrum-css/commit/bc7bb10))
* migrating to core tokens v5.0.0 ([6e640ba](https://github.com/adobe/spectrum-css/commit/6e640ba))





<a name="6.0.21"></a>
## 6.0.21
🗓 2023-01-27 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/[email protected]...@spectrum-css/[email protected])
Expand Down
2 changes: 1 addition & 1 deletion components/button/gulpfile.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = require('@spectrum-css/component-builder');
module.exports = require('@spectrum-css/component-builder-simple');
268 changes: 205 additions & 63 deletions components/button/index.css

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions components/button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/button",
"version": "6.0.21",
"version": "7.0.0-beta.5",
"description": "The Spectrum CSS button component",
"license": "Apache-2.0",
"homepage": "https://opensource.adobe.com/spectrum-css/",
Expand All @@ -17,12 +17,12 @@
"build": "gulp"
},
"peerDependencies": {
"@spectrum-css/vars": "^8.0.0"
"@spectrum-css/tokens": "^6.3.0"
},
"devDependencies": {
"@spectrum-css/component-builder": "^3.2.4",
"@spectrum-css/component-builder-simple": "^2.0.3",
"@spectrum-css/icon": "^3.0.29",
"@spectrum-css/vars": "^8.0.3",
"@spectrum-css/tokens": "^6.3.0",
"gulp": "^4.0.0"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit 0640be0

Please sign in to comment.