-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Implement ToastLayout, remove ToastAlert (#28114)
* feat: Implement ToastLayout, remove ToastAlert Implements the ToastLayout component along with ToastTitle, ToastBody and ToastFooter. This PR removes the existing ToastAlert component, because the new layout component handles all layout cases specified by design. * fix conformance tests * remove ToastAlert
- Loading branch information
Showing
59 changed files
with
879 additions
and
363 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 was deleted.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export * from './components/ToastBody/index'; |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export * from './components/ToastFooter/index'; |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export * from './components/ToastLayout/index'; |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export * from './components/ToastTitle/index'; |
57 changes: 0 additions & 57 deletions
57
packages/react-components/react-toast/src/components/ToastAlert/ToastAlert.test.tsx
This file was deleted.
Oops, something went wrong.
21 changes: 0 additions & 21 deletions
21
packages/react-components/react-toast/src/components/ToastAlert/ToastAlert.tsx
This file was deleted.
Oops, something went wrong.
39 changes: 0 additions & 39 deletions
39
packages/react-components/react-toast/src/components/ToastAlert/ToastAlert.types.ts
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
packages/react-components/react-toast/src/components/ToastAlert/index.ts
This file was deleted.
Oops, something went wrong.
19 changes: 0 additions & 19 deletions
19
packages/react-components/react-toast/src/components/ToastAlert/renderToastAlert.tsx
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.