From 784a2ccb3e1d39667b6567d4792cd828c8219be4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 3 Apr 2025 00:49:09 +0000 Subject: [PATCH] chore: release --- .changeset/nine-eggs-count.md | 10 ---------- components/alertbanner/package.json | 2 +- components/button/CHANGELOG.md | 11 +++++++++++ components/button/package.json | 2 +- components/buttongroup/package.json | 2 +- components/coachmark/package.json | 2 +- components/inlinealert/package.json | 2 +- components/pagination/package.json | 2 +- components/table/package.json | 2 +- components/toast/package.json | 2 +- components/tray/package.json | 2 +- tools/bundle/package.json | 2 +- yarn.lock | 20 ++++++++++---------- 13 files changed, 31 insertions(+), 30 deletions(-) delete mode 100644 .changeset/nine-eggs-count.md diff --git a/.changeset/nine-eggs-count.md b/.changeset/nine-eggs-count.md deleted file mode 100644 index 672aa5f4936..00000000000 --- a/.changeset/nine-eggs-count.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"@spectrum-css/button": patch ---- - -S2 Foundations fixes to adjust: - -- primary outline background color for hover, active, and focus states (gray-100) -- secondary fill background color for active state (gray-200) -- secondary outline background color for hover, active, and focus states (gray-100) -- secondary outline border color for default (gray-300) and active states (gray-400) diff --git a/components/alertbanner/package.json b/components/alertbanner/package.json index 2ffd0448bad..9a0e799df49 100644 --- a/components/alertbanner/package.json +++ b/components/alertbanner/package.json @@ -49,7 +49,7 @@ } }, "devDependencies": { - "@spectrum-css/button": "14.1.3", + "@spectrum-css/button": "14.1.4", "@spectrum-css/closebutton": "6.1.0", "@spectrum-css/divider": "5.1.0", "@spectrum-css/icon": "9.1.0", diff --git a/components/button/CHANGELOG.md b/components/button/CHANGELOG.md index 1b1ad00cf64..d02b864e352 100644 --- a/components/button/CHANGELOG.md +++ b/components/button/CHANGELOG.md @@ -1,5 +1,16 @@ # Change log +## 14.1.4 + +### Patch Changes + +- [#3648](https://github.com/adobe/spectrum-css/pull/3648) [`8e52975`](https://github.com/adobe/spectrum-css/commit/8e52975c9c75d1fc44089a3b112c7f1745f8cea3) Thanks [@rise-erpelding](https://github.com/rise-erpelding)! - S2 Foundations fixes to adjust: + + - primary outline background color for hover, active, and focus states (gray-100) + - secondary fill background color for active state (gray-200) + - secondary outline background color for hover, active, and focus states (gray-100) + - secondary outline border color for default (gray-300) and active states (gray-400) + ## 14.1.3 ### Patch Changes diff --git a/components/button/package.json b/components/button/package.json index ef47658932f..abf500df77d 100644 --- a/components/button/package.json +++ b/components/button/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/button", - "version": "14.1.3", + "version": "14.1.4", "description": "The Spectrum CSS button component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/buttongroup/package.json b/components/buttongroup/package.json index 1263e084a1b..52b063d1252 100644 --- a/components/buttongroup/package.json +++ b/components/buttongroup/package.json @@ -37,7 +37,7 @@ } }, "devDependencies": { - "@spectrum-css/button": "14.1.3", + "@spectrum-css/button": "14.1.4", "@spectrum-css/tokens": "16.0.1" }, "keywords": [ diff --git a/components/coachmark/package.json b/components/coachmark/package.json index c42014c1ce5..258f5ae040e 100644 --- a/components/coachmark/package.json +++ b/components/coachmark/package.json @@ -59,7 +59,7 @@ "devDependencies": { "@spectrum-css/actionbutton": "7.1.3", "@spectrum-css/actionmenu": "7.1.1", - "@spectrum-css/button": "14.1.3", + "@spectrum-css/button": "14.1.4", "@spectrum-css/buttongroup": "9.1.0", "@spectrum-css/menu": "9.2.0", "@spectrum-css/popover": "8.2.0", diff --git a/components/inlinealert/package.json b/components/inlinealert/package.json index c1e06dbf222..988b942bcc8 100644 --- a/components/inlinealert/package.json +++ b/components/inlinealert/package.json @@ -41,7 +41,7 @@ } }, "devDependencies": { - "@spectrum-css/button": "14.1.3", + "@spectrum-css/button": "14.1.4", "@spectrum-css/icon": "9.1.0", "@spectrum-css/tokens": "16.0.1" }, diff --git a/components/pagination/package.json b/components/pagination/package.json index 1e1494ab29a..38aefdb686b 100644 --- a/components/pagination/package.json +++ b/components/pagination/package.json @@ -50,7 +50,7 @@ }, "devDependencies": { "@spectrum-css/actionbutton": "7.1.3", - "@spectrum-css/button": "14.1.3", + "@spectrum-css/button": "14.1.4", "@spectrum-css/icon": "9.1.0", "@spectrum-css/textfield": "8.1.1", "@spectrum-css/tokens": "16.0.1" diff --git a/components/table/package.json b/components/table/package.json index b1408beb437..191c885ae21 100644 --- a/components/table/package.json +++ b/components/table/package.json @@ -49,7 +49,7 @@ } }, "devDependencies": { - "@spectrum-css/button": "14.1.3", + "@spectrum-css/button": "14.1.4", "@spectrum-css/checkbox": "10.1.2", "@spectrum-css/icon": "9.1.0", "@spectrum-css/thumbnail": "8.1.0", diff --git a/components/toast/package.json b/components/toast/package.json index 3494679f390..dcaa7fe0744 100644 --- a/components/toast/package.json +++ b/components/toast/package.json @@ -45,7 +45,7 @@ } }, "devDependencies": { - "@spectrum-css/button": "14.1.3", + "@spectrum-css/button": "14.1.4", "@spectrum-css/closebutton": "6.1.0", "@spectrum-css/icon": "9.1.0", "@spectrum-css/tokens": "16.0.1" diff --git a/components/tray/package.json b/components/tray/package.json index c791e2b82f9..65077556c85 100644 --- a/components/tray/package.json +++ b/components/tray/package.json @@ -53,7 +53,7 @@ } }, "devDependencies": { - "@spectrum-css/button": "14.1.3", + "@spectrum-css/button": "14.1.4", "@spectrum-css/dialog": "12.1.0", "@spectrum-css/divider": "5.1.0", "@spectrum-css/icon": "9.1.0", diff --git a/tools/bundle/package.json b/tools/bundle/package.json index 0a30081426d..3c0864268b9 100644 --- a/tools/bundle/package.json +++ b/tools/bundle/package.json @@ -43,7 +43,7 @@ "@spectrum-css/avatar": "9.1.0", "@spectrum-css/badge": "6.1.0", "@spectrum-css/breadcrumb": "11.1.0", - "@spectrum-css/button": "14.1.3", + "@spectrum-css/button": "14.1.4", "@spectrum-css/buttongroup": "9.1.0", "@spectrum-css/calendar": "7.1.0", "@spectrum-css/card": "11.1.0", diff --git a/yarn.lock b/yarn.lock index e87c2690924..0b4c968c295 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3872,7 +3872,7 @@ __metadata: version: 0.0.0-use.local resolution: "@spectrum-css/alertbanner@workspace:components/alertbanner" dependencies: - "@spectrum-css/button": "npm:14.1.3" + "@spectrum-css/button": "npm:14.1.4" "@spectrum-css/closebutton": "npm:6.1.0" "@spectrum-css/divider": "npm:5.1.0" "@spectrum-css/icon": "npm:9.1.0" @@ -4049,7 +4049,7 @@ __metadata: "@spectrum-css/avatar": "npm:9.1.0" "@spectrum-css/badge": "npm:6.1.0" "@spectrum-css/breadcrumb": "npm:11.1.0" - "@spectrum-css/button": "npm:14.1.3" + "@spectrum-css/button": "npm:14.1.4" "@spectrum-css/buttongroup": "npm:9.1.0" "@spectrum-css/calendar": "npm:7.1.0" "@spectrum-css/card": "npm:11.1.0" @@ -4127,7 +4127,7 @@ __metadata: languageName: unknown linkType: soft -"@spectrum-css/button@npm:14.1.3, @spectrum-css/button@workspace:components/button": +"@spectrum-css/button@npm:14.1.4, @spectrum-css/button@workspace:components/button": version: 0.0.0-use.local resolution: "@spectrum-css/button@workspace:components/button" dependencies: @@ -4153,7 +4153,7 @@ __metadata: version: 0.0.0-use.local resolution: "@spectrum-css/buttongroup@workspace:components/buttongroup" dependencies: - "@spectrum-css/button": "npm:14.1.3" + "@spectrum-css/button": "npm:14.1.4" "@spectrum-css/tokens": "npm:16.0.1" peerDependencies: "@spectrum-css/button": ">=14.0.0 <15.0.0" @@ -4290,7 +4290,7 @@ __metadata: dependencies: "@spectrum-css/actionbutton": "npm:7.1.3" "@spectrum-css/actionmenu": "npm:7.1.1" - "@spectrum-css/button": "npm:14.1.3" + "@spectrum-css/button": "npm:14.1.4" "@spectrum-css/buttongroup": "npm:9.1.0" "@spectrum-css/menu": "npm:9.2.0" "@spectrum-css/popover": "npm:8.2.0" @@ -4760,7 +4760,7 @@ __metadata: version: 0.0.0-use.local resolution: "@spectrum-css/inlinealert@workspace:components/inlinealert" dependencies: - "@spectrum-css/button": "npm:14.1.3" + "@spectrum-css/button": "npm:14.1.4" "@spectrum-css/icon": "npm:9.1.0" "@spectrum-css/tokens": "npm:16.0.1" peerDependencies: @@ -4924,7 +4924,7 @@ __metadata: resolution: "@spectrum-css/pagination@workspace:components/pagination" dependencies: "@spectrum-css/actionbutton": "npm:7.1.3" - "@spectrum-css/button": "npm:14.1.3" + "@spectrum-css/button": "npm:14.1.4" "@spectrum-css/icon": "npm:9.1.0" "@spectrum-css/textfield": "npm:8.1.1" "@spectrum-css/tokens": "npm:16.0.1" @@ -5331,7 +5331,7 @@ __metadata: version: 0.0.0-use.local resolution: "@spectrum-css/table@workspace:components/table" dependencies: - "@spectrum-css/button": "npm:14.1.3" + "@spectrum-css/button": "npm:14.1.4" "@spectrum-css/checkbox": "npm:10.1.2" "@spectrum-css/icon": "npm:9.1.0" "@spectrum-css/thumbnail": "npm:8.1.0" @@ -5461,7 +5461,7 @@ __metadata: version: 0.0.0-use.local resolution: "@spectrum-css/toast@workspace:components/toast" dependencies: - "@spectrum-css/button": "npm:14.1.3" + "@spectrum-css/button": "npm:14.1.4" "@spectrum-css/closebutton": "npm:6.1.0" "@spectrum-css/icon": "npm:9.1.0" "@spectrum-css/tokens": "npm:16.0.1" @@ -5526,7 +5526,7 @@ __metadata: version: 0.0.0-use.local resolution: "@spectrum-css/tray@workspace:components/tray" dependencies: - "@spectrum-css/button": "npm:14.1.3" + "@spectrum-css/button": "npm:14.1.4" "@spectrum-css/dialog": "npm:12.1.0" "@spectrum-css/divider": "npm:5.1.0" "@spectrum-css/icon": "npm:9.1.0"