Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(types): correctly type kind prop in FileUploader, FileUploaderButton #1781

Merged
merged 1 commit into from
Jul 23, 2023

Conversation

metonym
Copy link
Collaborator

@metonym metonym commented Jul 23, 2023

The file uploader button is based on Button, which now supports more variants like "danger-tertiary" and "danger-ghost."

- "primary" | "secondary" | "tertiary" | "ghost" | "danger"
+ "primary" | "secondary" | "tertiary" | "ghost" | "danger" | "danger-tertiary" | "danger-ghost"

@metonym metonym merged commit a7443c2 into master Jul 23, 2023
2 checks passed
@metonym metonym deleted the button-props branch July 23, 2023 19:42
@metonym
Copy link
Collaborator Author

metonym commented Jul 24, 2023

Fixed in v0.79.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant