You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
Copy file name to clipboardExpand all lines: .changeset/hot-cups-report.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,17 @@
1
1
---
2
-
'@spectrum-web-components/button': minor
3
2
'@spectrum-web-components/clear-button': minor
3
+
'@spectrum-web-components/button': minor
4
4
'@spectrum-web-components/styles': patch
5
5
---
6
6
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
8
13
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:
10
15
11
16
-`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.
12
17
-`disabled` - when set to true, the button will be rendered as a disabled button.
0 commit comments