diff --git a/package.json b/package.json index e32ef7b..20850c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@airdao/ui-library", - "version": "1.1.6", + "version": "1.1.7", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "types": "dist/index.d.ts", diff --git a/src/components/Notification/Notify.tsx b/src/components/Notification/Notify.tsx index 5e6964f..133bbe5 100644 --- a/src/components/Notification/Notify.tsx +++ b/src/components/Notification/Notify.tsx @@ -57,6 +57,7 @@ const notifyLoading = (message: React.ReactNode, description: React.ReactNode, o } export const Notify = { + ...toast, info: notifyInfo, success: notifySuccess, warn: notifyWarning,