@epam/ai-dial-ui-kit 0.13.0-dev.8 → 0.13.0-dev.9

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.
@@ -7,9 +7,9 @@ export declare const InfoToastNotification: FC<NotificationVariantProps>;
7
7
  export declare const SuccessToastNotification: FC<NotificationVariantProps>;
8
8
  export declare const WarningToastNotification: FC<NotificationVariantProps>;
9
9
  export declare const LoadingToastNotification: FC<NotificationVariantProps>;
10
- export declare const ErrorSectionMessageNotification: FC<NotificationTypeProps>;
11
- export declare const InfoSectionMessageNotification: FC<NotificationTypeProps>;
12
- export declare const SuccessSectionMessageNotification: FC<NotificationTypeProps>;
13
- export declare const WarningSectionMessageNotification: FC<NotificationTypeProps>;
14
- export declare const LoadingSectionMessageNotification: FC<NotificationTypeProps>;
10
+ export declare const ErrorMessageNotification: FC<NotificationTypeProps>;
11
+ export declare const InfoMessageNotification: FC<NotificationTypeProps>;
12
+ export declare const SuccessMessageNotification: FC<NotificationTypeProps>;
13
+ export declare const WarningMessageNotification: FC<NotificationTypeProps>;
14
+ export declare const LoadingMessageNotification: FC<NotificationTypeProps>;
15
15
  export {};
@@ -134,3 +134,4 @@ export declare const LazyDialJsonEditor: () => Promise<typeof import("./componen
134
134
  export declare const LazyDialMarkdownEditor: () => Promise<typeof import("./components/MarkdownEditor/MarkdownEditor")>;
135
135
  export { NotificationVariant, NotificationType } from './types/notification.ts';
136
136
  export { Notification } from './components/New/Notification/Notification';
137
+ export { ErrorMessageNotification, ErrorToastNotification, InfoMessageNotification, InfoToastNotification, LoadingMessageNotification, LoadingToastNotification, SuccessMessageNotification, SuccessToastNotification, WarningMessageNotification, WarningToastNotification, } from './components/New/Notification/NotificationWrapper';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epam/ai-dial-ui-kit",
3
- "version": "0.13.0-dev.8",
3
+ "version": "0.13.0-dev.9",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "description": "A modern UI kit for building AI DIAL interfaces with React",