Skip to content

chore: remove button from the changeset front matter for clear button changes #5615

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

Merged
merged 2 commits into from
Jul 22, 2025
Merged
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
11 changes: 8 additions & 3 deletions .changeset/hot-cups-report.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
---
'@spectrum-web-components/button': minor
'@spectrum-web-components/clear-button': minor
'@spectrum-web-components/button': minor
'@spectrum-web-components/styles': patch
---

Clear button styles have been updated to the latest Spectrum CSS version of the clear button.
Clear button styles have been updated to the latest Spectrum CSS version of the clear button. This update includes a major reduction in the number of custom property abstractions needed to support the multiple theming layers (as seen in the `styles` package).

This update spans the following additional packages:

- @spectrum-web-components/button
- @spectrum-web-components/styles

As the updated styles now offer additional styling options, we have added the following API to the clear button:
As the updated styles now offer additional styling options, we have added the following API to the clear button component that exists in the `button` package:

- `quiet` - when set to true, the button will be rendered as a quiet button. This is useful for cases where you want to use the clear button in a more subtle way.
- `disabled` - when set to true, the button will be rendered as a disabled button.
Expand Down
Loading