-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(button): add separator in button sets (#6608)
* feat(button): add separator in button sets * fix(button): remove border on last button in set * feat(button): support vertically stacked buttons in set * docs(Button): add stacked button set knob * refactor(button): use box-shadow instead of border * feat(ButtonSet): add ButtonSet component * chore: update snapshots * docs(theme-tokens): update sassdoc type * test(ButtonSet): refactor test file structure * fix(button): restore focus styles for first button * fix(theme-tokens): use updated separator value * fix(button): prevent separator overlap on focus shadow * fix(Modal): use ButtonSet * fix(ComposedModal): use ButtonSet * fix(button): prevent box shadow overlaps * feat(theme-tokens): create themed separator tokens * chore: update snapshots Co-authored-by: Alessandra Davila <[email protected]>
- Loading branch information
Showing
20 changed files
with
389 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.