Skip to content

chore: release (s2-foundations) #3342

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down
12 changes: 12 additions & 0 deletions components/clearbutton/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion components/clearbutton/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 6 additions & 0 deletions components/treeview/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion components/treeview/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down