-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
* Fix secondary destructive buttons styles * Change primary destructive button colours for dark mode * Extract loading spinner icon as independent component * Add loading state to buttons * Update button horizontal spacing * Bring ButtonLink stories up to speed * Last minute fixes to ButtonLink * Update CHANGELOG and increment version number * Adjust sizes, improve customizability of size * Remove incorrect use of aria-busy * Use Button to power the ModalCloseButton * Switch to inline exports to make storybook happy * Add statically built artifacts
- Loading branch information
There are no files selected for viewing
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
This file was deleted.
This file was deleted.
Large diffs are not rendered by default.
This file was deleted.
This file was deleted.
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Large diffs are not rendered by default.
This file was deleted.
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
This file was deleted.
This file was deleted.
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@doist/reactist", | ||
"description": "Open source React components by Doist", | ||
"author": "Henning Muszynski <[email protected]> (http://doist.com)", | ||
"version": "10.0.0-beta.5", | ||
"version": "10.0.0-beta.6", | ||
"license": "MIT", | ||
"homepage": "https://github.com/Doist/reactist#readme", | ||
"repository": "git+https://github.com/Doist/reactist.git", | ||
|