feat(web): font awesome icon animations

This commit is contained in:
Luke
2023-11-15 15:28:21 +01:00
parent a50f7a2052
commit 882e372895
24 changed files with 124 additions and 47 deletions

View File

@@ -1,6 +1,7 @@
import { ToastPosition } from 'react-hot-toast';
import { IconProp } from '@fortawesome/fontawesome-svg-core';
import { Sx } from '@mantine/core';
import { IconAnimation } from '../components/LibIcon';
export interface NotificationProps {
style?: Sx;
@@ -9,6 +10,7 @@ export interface NotificationProps {
duration?: number;
icon?: IconProp;
iconColor?: string;
iconAnimation?: IconAnimation;
position?: ToastPosition | 'top' | 'bottom';
id?: number | string;
type?: string;