From 3bcfcba6d8176bac03202b496110915da748b0f1 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Thu, 31 Jul 2025 10:15:35 -0500 Subject: Some toasts cleanup and reorg (#8748) * Reorg * Move animation into css file * Update style comment * Extract core component, use platform-specific wrappers * Pull out platform specific styles * Just move styles into Toast component itself * Rename cleanup * Update API * Add duration optional prop * Add some type docs * add exp eased slide aniamtions * Make toasts full width on mobile web --------- Co-authored-by: Samuel Newman --- src/components/Toast/index.e2e.tsx | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/components/Toast/index.e2e.tsx (limited to 'src/components/Toast/index.e2e.tsx') diff --git a/src/components/Toast/index.e2e.tsx b/src/components/Toast/index.e2e.tsx new file mode 100644 index 000000000..57daf5bf0 --- /dev/null +++ b/src/components/Toast/index.e2e.tsx @@ -0,0 +1,5 @@ +export function ToastContainer() { + return null +} + +export function show() {} -- cgit 1.4.1