@delightui/components 0.1.45 → 0.1.47

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.
@@ -1,5 +1,5 @@
1
1
  import { ReactNode } from 'react';
2
- import { ToastNotificationPositionEnum, ToastNotificationStyleEnum } from '../../components/atoms/ToastNotification/ToastNotification.types';
2
+ import { ToastNotificationStyleEnum } from '../../components/atoms/ToastNotification/ToastNotification.types';
3
3
  /**
4
4
  * Represents a single notification.
5
5
  */
@@ -13,7 +13,6 @@ export type Notification = {
13
13
  */
14
14
  export type TriggerNotificationPayload = Notification & {
15
15
  style?: ToastNotificationStyleEnum;
16
- position?: ToastNotificationPositionEnum;
17
16
  };
18
17
  /**
19
18
  * Props for the NotificationContainer component.