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

Type issue for Button #63

Closed
bussedesigngb opened this issue Apr 21, 2022 · 1 comment
Closed

Type issue for Button #63

bussedesigngb opened this issue Apr 21, 2022 · 1 comment

Comments

@bussedesigngb
Copy link

Documentation states that color is optional for Button but type file defines it to be mandatory.

See

color: '#22BC66', // Optional action button color

And type definition

interface Button { color: string; text: string; link: string; }

@eladnava
Copy link
Owner

Hi @bussedesigngb,
Thanks so much for reporting this issue.

This has now been resolved in 65e0988 and published to npm in version 2.0.24.

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

No branches or pull requests

2 participants