diff --git a/.changeset/lucky-experts-grow.md b/.changeset/lucky-experts-grow.md deleted file mode 100644 index 78ca4322aef..00000000000 --- a/.changeset/lucky-experts-grow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@spectrum-css/coachmark": minor ---- - -Update coach mark pagination to add `font-family`, using the existing custom property. Update the `font-weight` and `line-height` to reference the correct tokens. diff --git a/.changeset/nervous-steaks-provide.md b/.changeset/nervous-steaks-provide.md deleted file mode 100644 index a7bfe24b6c5..00000000000 --- a/.changeset/nervous-steaks-provide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@spectrum-css/treeview": patch ---- - -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. diff --git a/.changeset/silly-donkeys-remember.md b/.changeset/silly-donkeys-remember.md deleted file mode 100644 index 362012bb06d..00000000000 --- a/.changeset/silly-donkeys-remember.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"@spectrum-css/clearbutton": minor ---- - -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. diff --git a/components/clearbutton/CHANGELOG.md b/components/clearbutton/CHANGELOG.md index e82e88730cd..8c7d22b7e96 100644 --- a/components/clearbutton/CHANGELOG.md +++ b/components/clearbutton/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 6.3.0 + +### 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. + ## 6.2.0 ### Minor Changes diff --git a/components/clearbutton/package.json b/components/clearbutton/package.json index 04a847b6734..bad2c7956d8 100644 --- a/components/clearbutton/package.json +++ b/components/clearbutton/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/clearbutton", - "version": "6.2.0", + "version": "6.3.0", "description": "The Spectrum CSS clearbutton component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/coachmark/CHANGELOG.md b/components/coachmark/CHANGELOG.md index 544dbebeb7e..af65134c288 100644 --- a/components/coachmark/CHANGELOG.md +++ b/components/coachmark/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 7.2.0 + +### Minor Changes + +- [#3292](https://github.com/adobe/spectrum-css/pull/3292) [`f35a58e`](https://github.com/adobe/spectrum-css/commit/f35a58e9bdf5599f7971e88831df44460657b860) Thanks [@castastrophe](https://github.com/castastrophe)! - Update coach mark pagination to add `font-family`, using the existing custom property. Update the `font-weight` and `line-height` to reference the correct tokens. + ## 7.1.3 ### Patch Changes diff --git a/components/coachmark/package.json b/components/coachmark/package.json index 7711d404d06..1ef2ac57bb1 100644 --- a/components/coachmark/package.json +++ b/components/coachmark/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/coachmark", - "version": "7.1.3", + "version": "7.2.0", "description": "The Spectrum CSS coachmark component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/treeview/CHANGELOG.md b/components/treeview/CHANGELOG.md index 1ef8af0d438..0ee29dcbb71 100644 --- a/components/treeview/CHANGELOG.md +++ b/components/treeview/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 10.3.1 + +### 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. + ## 10.3.0 ### Minor Changes diff --git a/components/treeview/package.json b/components/treeview/package.json index cf19bdd0813..13725d5e8b3 100644 --- a/components/treeview/package.json +++ b/components/treeview/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/treeview", - "version": "10.3.0", + "version": "10.3.1", "description": "The Spectrum CSS Tree view component", "license": "Apache-2.0", "author": "Adobe",