@frontify/fondue 12.0.0-beta.377 → 12.0.0-beta.379

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -13567,7 +13567,7 @@ export declare enum TextStyles {
13567
13567
  declare type TextWeight = 'default' | 'strong' | 'x-strong';
13568
13568
 
13569
13569
  export declare const Toast: {
13570
- ({ isOpen, style, icon, animationDirection, children, theme, "data-test-id": dataTestId, }: ToastProps): ReactElement;
13570
+ ({ isOpen, style, icon, animationDirection, children, theme, enableExitAnimation, "data-test-id": dataTestId, }: ToastProps): ReactElement;
13571
13571
  displayName: string;
13572
13572
  };
13573
13573
 
@@ -13583,6 +13583,7 @@ export declare type ToastProps = {
13583
13583
  animationDirection?: ToastAnimationDirection;
13584
13584
  children?: ReactNode;
13585
13585
  theme?: ToastTheme;
13586
+ enableExitAnimation?: boolean;
13586
13587
  'data-test-id'?: string;
13587
13588
  };
13588
13589