From 2eb7a9506627231e305eff30f9dcd5889ba06742 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 28 Oct 2024 21:34:45 +0000 Subject: [PATCH] chore: release (s2-foundations) --- .changeset/pre.json | 2 ++ components/clearbutton/CHANGELOG.md | 12 ++++++++++++ components/clearbutton/package.json | 2 +- components/treeview/CHANGELOG.md | 6 ++++++ components/treeview/package.json | 2 +- 5 files changed, 22 insertions(+), 2 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index 2de93ad04bb..f5727a3b746 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -138,6 +138,7 @@ "modern-tips-look", "moody-shirts-kick", "neat-melons-peel", + "nervous-steaks-provide", "new-candles-drop", "nine-pots-grin", "olive-buttons-join", @@ -159,6 +160,7 @@ "short-carrots-film", "silent-carpets-beam", "silent-news-applaud", + "silly-donkeys-remember", "silly-toes-jump", "six-fireants-rule", "sixty-ears-heal", diff --git a/components/clearbutton/CHANGELOG.md b/components/clearbutton/CHANGELOG.md index d522846247f..2f3ce304b39 100644 --- a/components/clearbutton/CHANGELOG.md +++ b/components/clearbutton/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 7.0.0-s2-foundations.17 + +### Minor Changes + +- [#3258](https://github.com/adobe/spectrum-css/pull/3258) [`db450d8`](https://github.com/adobe/spectrum-css/commit/db450d8679242cffced38793f8c3f4f458240612) Thanks [@cdransf](https://github.com/cdransf)! - Improves the visibility of the clear button disabled variant on static color backgrounds by more closely aligning styles with close button. + + - Adds `.spectrum-ClearButton--staticWhite` to the mod declarations associated with `.spectrum-ClearButton--overBackground` in advance of the latter being deprecated. The same class has been added to the `:focus` declaration for `spectrum-ClearButton--overBackground`. + - Adds `--spectrum-clear-button-icon-color-disabled: var(--spectrum-disabled-static-white-content-color);` custom property for `.spectrum-ClearButton--staticWhite`. + - Enables `cursor: pointer` for `.spectrum-ClearButton` when it is not disabled. + - Disables hover, active, focus and focus-within states for `:disabled` `.spectrum-ClearButton` elements. + - Adds color styles for `:disabled` and `.is-disabled` `.spectrum-ClearButton` `:disabled` icons. + ## 7.0.0-s2-foundations.16 ### Minor Changes diff --git a/components/clearbutton/package.json b/components/clearbutton/package.json index 770be46cb7a..87e71e8c966 100644 --- a/components/clearbutton/package.json +++ b/components/clearbutton/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/clearbutton", - "version": "7.0.0-s2-foundations.16", + "version": "7.0.0-s2-foundations.17", "description": "The Spectrum CSS clearbutton component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/treeview/CHANGELOG.md b/components/treeview/CHANGELOG.md index 22c146d1e78..41213aafb38 100644 --- a/components/treeview/CHANGELOG.md +++ b/components/treeview/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 11.0.0-s2-foundations.17 + +### Patch Changes + +- [#3318](https://github.com/adobe/spectrum-css/pull/3318) [`d8d0450`](https://github.com/adobe/spectrum-css/commit/d8d0450a1c4bc54808f8c423a435f3a882b13c57) Thanks [@cdransf](https://github.com/cdransf)! - Use the already defined custom property `--spectrum-treeview-item-border-color-quiet-selected` in place of the direct value. The border color value remains the same. + ## 11.0.0-s2-foundations.16 ### Minor Changes diff --git a/components/treeview/package.json b/components/treeview/package.json index cceaefc7362..0526f84286c 100644 --- a/components/treeview/package.json +++ b/components/treeview/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/treeview", - "version": "11.0.0-s2-foundations.16", + "version": "11.0.0-s2-foundations.17", "description": "The Spectrum CSS Tree view component", "license": "Apache-2.0", "author": "Adobe",