-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(react/toast): enhance inline toast transition management (#940)
* feat: enable toast management through `ToastGroup` without `ToastManager` * feat: rename `ToastGroup` to `ToastTransitionController` * docs: update drawer and modal with toast examples * docs: update toast examples * docs: update table examples * test: enhance test coverage for ToastTransitionController * test: enhance test coverage for `ToastManager` * feat: update `ToastController` to accept function as children * feat: update toast examples and remove `ToastTransitionGroup` * docs: update toast page * test: enhance test coverage for toast * test: enhance test coverage for ToastManager * refactor: improve the render toast function in `ToastManager` * docs: update ToastManager page * feat: enhance toast rendering in ToastManager * chore: remove deprecated `isValidElementType` from `MenuToggleIcon` * refactor(Stack): refine the code for filtering valid children * test: improve test coverage for Stack component * test: improve test coverage for ToastManager
- Loading branch information
Showing
24 changed files
with
1,514 additions
and
563 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.