@delightui/components 0.1.148 → 0.1.149

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.
@@ -20,6 +20,10 @@ export type Notification = {
20
20
  duration?: number;
21
21
  style?: ToastNotificationStyleEnum;
22
22
  isDismissable?: boolean;
23
+ isCloseButtonShown?: boolean;
24
+ closeIcon?: ReactNode;
25
+ leadingIcon?: ReactNode;
26
+ trailingIcon?: ReactNode;
23
27
  };
24
28
  /**
25
29
  * Payload for triggering a new notification.
package/dist/index.d.ts CHANGED
@@ -2733,6 +2733,10 @@ type Notification = {
2733
2733
  duration?: number;
2734
2734
  style?: ToastNotificationStyleEnum;
2735
2735
  isDismissable?: boolean;
2736
+ isCloseButtonShown?: boolean;
2737
+ closeIcon?: ReactNode;
2738
+ leadingIcon?: ReactNode;
2739
+ trailingIcon?: ReactNode;
2736
2740
  };
2737
2741
  /**
2738
2742
  * Payload for triggering a new notification.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@delightui/components",
3
- "version": "0.1.148",
3
+ "version": "0.1.149",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "start": "vite",