-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[IconButton] Implement a new edge prop (#14758)
* feat(IconButton): add align prop (shortcut for applying negative margin) * fix(IconButton.d.ts): update TypeScript defs * test(IconButton): add test for align prop * test(IconButton): split up test cases * fix: rename `align` prop to `edge` and use it in all the appropriate places I can find in the demos * docs(AppFrame): use IconButton edge prop * fix(IconButton.d.ts): fix TypeScript defs * docs(IconButton): fix formatting * fix(IconButton): change edge enum values to start | end * fix(IconButton): fix failing tests and regen docs * simplify the demos
- Loading branch information
1 parent
75b0458
commit e9be950
Showing
31 changed files
with
337 additions
and
277 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.