Skip to content

Commit debe1ce

Browse files
RajdeepcRajdeep Chandracastastrophe
authored
chore: remove button from the changeset front matter for clear button changes (#5615)
* chore: remove button from the frontmatter of the changes for the clear button * chore: additional context and reordering of clear-button changes --------- Co-authored-by: Rajdeep Chandra <[email protected]> Co-authored-by: castastrophe <[email protected]>
1 parent 143634a commit debe1ce

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.changeset/hot-cups-report.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
---
2-
'@spectrum-web-components/button': minor
32
'@spectrum-web-components/clear-button': minor
3+
'@spectrum-web-components/button': minor
44
'@spectrum-web-components/styles': patch
55
---
66

7-
Clear button styles have been updated to the latest Spectrum CSS version of the clear button.
7+
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).
8+
9+
This update spans the following additional packages:
10+
11+
- @spectrum-web-components/button
12+
- @spectrum-web-components/styles
813

9-
As the updated styles now offer additional styling options, we have added the following API to the clear button:
14+
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:
1015

1116
- `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.
1217
- `disabled` - when set to true, the button will be rendered as a disabled button.

0 commit comments

Comments
 (0)