-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add internal Button, LinkButton, Link component with updated st…
…yling (#410) * feat: add internal Button component with updated styling * feat: add LinkButton internal component * feat: add focus ring utility class * feat: apply focus ring to button * feat: make inverse outline hover bg less opaque * feat: create internal Link component that accepts LinkComponent * feat: use internal Link component * feat: replace usages of Button with LinkButton * feat: format and lint * feat: set minimum height on button * feat: update Button stories for all variants and sizes * feat: add attribution to files modified from react-aria-components * fix: prevent button inside a flex from filling height using height=100% instead of align-self because I still want flex parents to be able to choose alignment if they wish to. * fix: add display:block to button style (for LinkButton) * feat: sync LinkButton stories with Button stories * feat: add "use client" directive on Link * feat: import correct custom tv * fix: format
- Loading branch information
Showing
17 changed files
with
750 additions
and
28 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.