@novu/nextjs 3.7.0 → 3.8.1-nightly.20250813.014483f9e1
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.
- package/dist/cjs/app-router/Inbox.js.map +1 -1
- package/dist/cjs/app-router/index.js +1 -1
- package/dist/cjs/app-router/index.js.map +1 -1
- package/dist/cjs/hooks/index.js.map +1 -1
- package/dist/cjs/pages-router/Inbox.js +1 -1
- package/dist/cjs/pages-router/Inbox.js.map +1 -1
- package/dist/cjs/pages-router/index.js +1 -1
- package/dist/cjs/pages-router/index.js.map +1 -1
- package/dist/cjs/server/index.js.map +1 -1
- package/dist/cjs/themes/index.js.map +1 -1
- package/dist/esm/app-router/Inbox.js.map +1 -1
- package/dist/esm/app-router/index.js +1 -1
- package/dist/esm/app-router/index.js.map +1 -1
- package/dist/esm/hooks/index.js.map +1 -1
- package/dist/esm/pages-router/Inbox.js +2 -2
- package/dist/esm/pages-router/Inbox.js.map +1 -1
- package/dist/esm/pages-router/index.js +1 -1
- package/dist/esm/pages-router/index.js.map +1 -1
- package/dist/esm/server/index.js +3 -3
- package/dist/esm/server/index.js.map +1 -1
- package/dist/esm/themes/index.js.map +1 -1
- package/dist/types/app-router/Inbox.d.ts.map +1 -1
- package/dist/types/app-router/index.d.ts +1 -1
- package/dist/types/app-router/index.d.ts.map +1 -1
- package/dist/types/hooks/index.d.ts.map +1 -1
- package/dist/types/pages-router/Inbox.d.ts +1 -1
- package/dist/types/pages-router/Inbox.d.ts.map +1 -1
- package/dist/types/pages-router/index.d.ts +1 -1
- package/dist/types/pages-router/index.d.ts.map +1 -1
- package/dist/types/server/index.d.ts +1 -1
- package/dist/types/server/index.d.ts.map +1 -1
- package/dist/types/themes/index.d.ts.map +1 -1
- package/package.json +2 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../src/app-router/Inbox.tsx"],"sourcesContent":["
|
|
1
|
+
{"version":3,"sources":["../../../src/app-router/Inbox.tsx"],"sourcesContent":["'use client';\n\nimport { type InboxProps, Inbox as RInbox } from '@novu/react';\nimport { buildSubscriber } from '@novu/react/internal';\nimport { useRouter } from 'next/navigation';\n\nexport function Inbox(props: InboxProps) {\n const router = useRouter();\n const { subscriber: subscriberProp, subscriberId: subscriberIdProp, ...restProps } = props;\n const subscriber = buildSubscriber({ subscriberId: subscriberIdProp, subscriber: subscriberProp });\n\n const inboxProps = {\n ...restProps,\n applicationIdentifier: props.applicationIdentifier!,\n subscriber,\n routerPush: router.push,\n };\n\n return <RInbox {...inboxProps} />;\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAEA,mBAAiD;AACjD,sBAAgC;AAChC,wBAA0B;AAcjB;AAZF,SAAS,MAAM,OAAmB;AACvC,QAAM,aAAS,6BAAU;AACzB,QAAM,EAAE,YAAY,gBAAgB,cAAc,kBAAkB,GAAG,UAAU,IAAI;AACrF,QAAM,iBAAa,iCAAgB,EAAE,cAAc,kBAAkB,YAAY,eAAe,CAAC;AAEjG,QAAM,aAAa;AAAA,IACjB,GAAG;AAAA,IACH,uBAAuB,MAAM;AAAA,IAC7B;AAAA,IACA,YAAY,OAAO;AAAA,EACrB;AAEA,SAAO,4CAAC,aAAAA,OAAA,EAAQ,GAAG,YAAY;AACjC;","names":["RInbox"]}
|
|
@@ -29,8 +29,8 @@ __export(app_router_exports, {
|
|
|
29
29
|
Preferences: () => import_react.Preferences
|
|
30
30
|
});
|
|
31
31
|
module.exports = __toCommonJS(app_router_exports);
|
|
32
|
-
var import_Inbox = require("./Inbox.js");
|
|
33
32
|
var import_react = require("@novu/react");
|
|
33
|
+
var import_Inbox = require("./Inbox.js");
|
|
34
34
|
// Annotate the CommonJS export names for ESM import in node:
|
|
35
35
|
0 && (module.exports = {
|
|
36
36
|
Bell,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../src/app-router/index.ts"],"sourcesContent":["'use client';\n\n// First export to override anything that we redeclare\nexport type * from '@novu/react';\
|
|
1
|
+
{"version":3,"sources":["../../../src/app-router/index.ts"],"sourcesContent":["'use client';\n\n// First export to override anything that we redeclare\nexport type * from '@novu/react';\nexport { Bell, InboxContent, Notifications, NovuProvider, Preferences } from '@novu/react';\nexport { Inbox } from './Inbox';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAIA,mBAA6E;AAC7E,mBAAsB;","names":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../src/hooks/index.ts"],"sourcesContent":["
|
|
1
|
+
{"version":3,"sources":["../../../src/hooks/index.ts"],"sourcesContent":["'use client';\n\nexport * from '@novu/react/hooks';\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAEA,0BAAc,8BAFd;","names":[]}
|
|
@@ -31,8 +31,8 @@ __export(Inbox_exports, {
|
|
|
31
31
|
module.exports = __toCommonJS(Inbox_exports);
|
|
32
32
|
var import_react = require("@novu/react");
|
|
33
33
|
var import_internal = require("@novu/react/internal");
|
|
34
|
-
var import_navigation = require("next/navigation");
|
|
35
34
|
var import_router = require("next/compat/router");
|
|
35
|
+
var import_navigation = require("next/navigation");
|
|
36
36
|
var import_react2 = require("@novu/react");
|
|
37
37
|
var import_jsx_runtime = require("react/jsx-runtime");
|
|
38
38
|
function AppRouterInbox(props) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../src/pages-router/Inbox.tsx"],"sourcesContent":["
|
|
1
|
+
{"version":3,"sources":["../../../src/pages-router/Inbox.tsx"],"sourcesContent":["'use client';\n\nimport { InboxProps, Inbox as RInbox } from '@novu/react';\nimport { buildSubscriber } from '@novu/react/internal';\nimport { useRouter } from 'next/compat/router';\nimport { useRouter as useAppRouter } from 'next/navigation';\n\nfunction AppRouterInbox(props: InboxProps) {\n const router = useAppRouter();\n const { subscriber: subscriberProp, subscriberId: subscriberIdProp, ...restProps } = props;\n const subscriber = buildSubscriber({ subscriberId: subscriberIdProp, subscriber: subscriberProp });\n\n const inboxProps = {\n ...restProps,\n applicationIdentifier: props.applicationIdentifier!,\n subscriber,\n routerPush: router.push,\n };\n\n return <RInbox {...inboxProps} />;\n}\n\nexport function Inbox(props: InboxProps) {\n const router = useRouter();\n const { subscriber: subscriberProp, subscriberId: subscriberIdProp, ...restProps } = props;\n const subscriber = buildSubscriber({ subscriberId: subscriberIdProp, subscriber: subscriberProp });\n\n const inboxProps = {\n ...restProps,\n applicationIdentifier: props.applicationIdentifier!,\n subscriber,\n };\n\n if (!router) {\n return <AppRouterInbox {...inboxProps} />;\n }\n\n return <RInbox {...inboxProps} />;\n}\n\nexport { Bell, InboxContent, Notifications, NovuProvider, Preferences } from '@novu/react';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAEA,mBAA4C;AAC5C,sBAAgC;AAChC,oBAA0B;AAC1B,wBAA0C;AAmC1C,IAAAA,gBAA6E;AArBpE;AAZT,SAAS,eAAe,OAAmB;AACzC,QAAM,aAAS,kBAAAC,WAAa;AAC5B,QAAM,EAAE,YAAY,gBAAgB,cAAc,kBAAkB,GAAG,UAAU,IAAI;AACrF,QAAM,iBAAa,iCAAgB,EAAE,cAAc,kBAAkB,YAAY,eAAe,CAAC;AAEjG,QAAM,aAAa;AAAA,IACjB,GAAG;AAAA,IACH,uBAAuB,MAAM;AAAA,IAC7B;AAAA,IACA,YAAY,OAAO;AAAA,EACrB;AAEA,SAAO,4CAAC,aAAAC,OAAA,EAAQ,GAAG,YAAY;AACjC;AAEO,SAAS,MAAM,OAAmB;AACvC,QAAM,aAAS,yBAAU;AACzB,QAAM,EAAE,YAAY,gBAAgB,cAAc,kBAAkB,GAAG,UAAU,IAAI;AACrF,QAAM,iBAAa,iCAAgB,EAAE,cAAc,kBAAkB,YAAY,eAAe,CAAC;AAEjG,QAAM,aAAa;AAAA,IACjB,GAAG;AAAA,IACH,uBAAuB,MAAM;AAAA,IAC7B;AAAA,EACF;AAEA,MAAI,CAAC,QAAQ;AACX,WAAO,4CAAC,kBAAgB,GAAG,YAAY;AAAA,EACzC;AAEA,SAAO,4CAAC,aAAAA,OAAA,EAAQ,GAAG,YAAY;AACjC;","names":["import_react","useAppRouter","RInbox"]}
|
|
@@ -29,8 +29,8 @@ __export(pages_router_exports, {
|
|
|
29
29
|
Preferences: () => import_react.Preferences
|
|
30
30
|
});
|
|
31
31
|
module.exports = __toCommonJS(pages_router_exports);
|
|
32
|
-
var import_Inbox = require("./Inbox.js");
|
|
33
32
|
var import_react = require("@novu/react");
|
|
33
|
+
var import_Inbox = require("./Inbox.js");
|
|
34
34
|
// Annotate the CommonJS export names for ESM import in node:
|
|
35
35
|
0 && (module.exports = {
|
|
36
36
|
Bell,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../src/pages-router/index.ts"],"sourcesContent":["'use client';\n\n// First export to override anything that we redeclare\nexport type * from '@novu/react';\
|
|
1
|
+
{"version":3,"sources":["../../../src/pages-router/index.ts"],"sourcesContent":["'use client';\n\n// First export to override anything that we redeclare\nexport type * from '@novu/react';\nexport { Bell, InboxContent, Notifications, NovuProvider, Preferences } from '@novu/react';\nexport { Inbox } from './Inbox';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAIA,mBAA6E;AAC7E,mBAAsB;","names":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../src/server/index.ts"],"sourcesContent":["
|
|
1
|
+
{"version":3,"sources":["../../../src/server/index.ts"],"sourcesContent":["export type * from '@novu/react';\n\nexport {\n Bell,\n Inbox,\n InboxContent,\n Notifications,\n NovuProvider,\n Preferences,\n useCounts,\n useNotifications,\n useNovu,\n usePreferences,\n} from '@novu/react/server';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAEA,oBAWO;","names":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../src/themes/index.ts"],"sourcesContent":["'use client';\n\
|
|
1
|
+
{"version":3,"sources":["../../../src/themes/index.ts"],"sourcesContent":["'use client';\n\nexport * from '@novu/react/themes';\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAEA,2BAAc,+BAFd;","names":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../src/app-router/Inbox.tsx"],"sourcesContent":["
|
|
1
|
+
{"version":3,"sources":["../../../src/app-router/Inbox.tsx"],"sourcesContent":["'use client';\n\nimport { type InboxProps, Inbox as RInbox } from '@novu/react';\nimport { buildSubscriber } from '@novu/react/internal';\nimport { useRouter } from 'next/navigation';\n\nexport function Inbox(props: InboxProps) {\n const router = useRouter();\n const { subscriber: subscriberProp, subscriberId: subscriberIdProp, ...restProps } = props;\n const subscriber = buildSubscriber({ subscriberId: subscriberIdProp, subscriber: subscriberProp });\n\n const inboxProps = {\n ...restProps,\n applicationIdentifier: props.applicationIdentifier!,\n subscriber,\n routerPush: router.push,\n };\n\n return <RInbox {...inboxProps} />;\n}\n"],"mappings":";;;AAEA,SAA0B,SAAS,cAAc;AACjD,SAAS,uBAAuB;AAChC,SAAS,iBAAiB;AAcjB;AAZF,SAAS,MAAM,OAAmB;AACvC,QAAM,SAAS,UAAU;AACzB,QAAM,EAAE,YAAY,gBAAgB,cAAc,kBAAkB,GAAG,UAAU,IAAI;AACrF,QAAM,aAAa,gBAAgB,EAAE,cAAc,kBAAkB,YAAY,eAAe,CAAC;AAEjG,QAAM,aAAa;AAAA,IACjB,GAAG;AAAA,IACH,uBAAuB,MAAM;AAAA,IAC7B;AAAA,IACA,YAAY,OAAO;AAAA,EACrB;AAEA,SAAO,oBAAC,UAAQ,GAAG,YAAY;AACjC;","names":[]}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
|
|
3
3
|
// src/app-router/index.ts
|
|
4
|
+
import { Bell, InboxContent, Notifications, NovuProvider, Preferences } from "@novu/react";
|
|
4
5
|
import { Inbox } from "./Inbox.js";
|
|
5
|
-
import { Bell, Preferences, Notifications, InboxContent, NovuProvider } from "@novu/react";
|
|
6
6
|
export {
|
|
7
7
|
Bell,
|
|
8
8
|
Inbox,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../src/app-router/index.ts"],"sourcesContent":["'use client';\n\n// First export to override anything that we redeclare\nexport type * from '@novu/react';\
|
|
1
|
+
{"version":3,"sources":["../../../src/app-router/index.ts"],"sourcesContent":["'use client';\n\n// First export to override anything that we redeclare\nexport type * from '@novu/react';\nexport { Bell, InboxContent, Notifications, NovuProvider, Preferences } from '@novu/react';\nexport { Inbox } from './Inbox';\n"],"mappings":";;;AAIA,SAAS,MAAM,cAAc,eAAe,cAAc,mBAAmB;AAC7E,SAAS,aAAa;","names":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../src/hooks/index.ts"],"sourcesContent":["
|
|
1
|
+
{"version":3,"sources":["../../../src/hooks/index.ts"],"sourcesContent":["'use client';\n\nexport * from '@novu/react/hooks';\n"],"mappings":";;;AAEA,cAAc;","names":[]}
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
// src/pages-router/Inbox.tsx
|
|
4
4
|
import { Inbox as RInbox } from "@novu/react";
|
|
5
5
|
import { buildSubscriber } from "@novu/react/internal";
|
|
6
|
-
import { useRouter as useAppRouter } from "next/navigation";
|
|
7
6
|
import { useRouter } from "next/compat/router";
|
|
8
|
-
import {
|
|
7
|
+
import { useRouter as useAppRouter } from "next/navigation";
|
|
8
|
+
import { Bell, InboxContent, Notifications, NovuProvider, Preferences } from "@novu/react";
|
|
9
9
|
import { jsx } from "react/jsx-runtime";
|
|
10
10
|
function AppRouterInbox(props) {
|
|
11
11
|
const router = useAppRouter();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../src/pages-router/Inbox.tsx"],"sourcesContent":["
|
|
1
|
+
{"version":3,"sources":["../../../src/pages-router/Inbox.tsx"],"sourcesContent":["'use client';\n\nimport { InboxProps, Inbox as RInbox } from '@novu/react';\nimport { buildSubscriber } from '@novu/react/internal';\nimport { useRouter } from 'next/compat/router';\nimport { useRouter as useAppRouter } from 'next/navigation';\n\nfunction AppRouterInbox(props: InboxProps) {\n const router = useAppRouter();\n const { subscriber: subscriberProp, subscriberId: subscriberIdProp, ...restProps } = props;\n const subscriber = buildSubscriber({ subscriberId: subscriberIdProp, subscriber: subscriberProp });\n\n const inboxProps = {\n ...restProps,\n applicationIdentifier: props.applicationIdentifier!,\n subscriber,\n routerPush: router.push,\n };\n\n return <RInbox {...inboxProps} />;\n}\n\nexport function Inbox(props: InboxProps) {\n const router = useRouter();\n const { subscriber: subscriberProp, subscriberId: subscriberIdProp, ...restProps } = props;\n const subscriber = buildSubscriber({ subscriberId: subscriberIdProp, subscriber: subscriberProp });\n\n const inboxProps = {\n ...restProps,\n applicationIdentifier: props.applicationIdentifier!,\n subscriber,\n };\n\n if (!router) {\n return <AppRouterInbox {...inboxProps} />;\n }\n\n return <RInbox {...inboxProps} />;\n}\n\nexport { Bell, InboxContent, Notifications, NovuProvider, Preferences } from '@novu/react';\n"],"mappings":";;;AAEA,SAAqB,SAAS,cAAc;AAC5C,SAAS,uBAAuB;AAChC,SAAS,iBAAiB;AAC1B,SAAS,aAAa,oBAAoB;AAmC1C,SAAS,MAAM,cAAc,eAAe,cAAc,mBAAmB;AArBpE;AAZT,SAAS,eAAe,OAAmB;AACzC,QAAM,SAAS,aAAa;AAC5B,QAAM,EAAE,YAAY,gBAAgB,cAAc,kBAAkB,GAAG,UAAU,IAAI;AACrF,QAAM,aAAa,gBAAgB,EAAE,cAAc,kBAAkB,YAAY,eAAe,CAAC;AAEjG,QAAM,aAAa;AAAA,IACjB,GAAG;AAAA,IACH,uBAAuB,MAAM;AAAA,IAC7B;AAAA,IACA,YAAY,OAAO;AAAA,EACrB;AAEA,SAAO,oBAAC,UAAQ,GAAG,YAAY;AACjC;AAEO,SAAS,MAAM,OAAmB;AACvC,QAAM,SAAS,UAAU;AACzB,QAAM,EAAE,YAAY,gBAAgB,cAAc,kBAAkB,GAAG,UAAU,IAAI;AACrF,QAAM,aAAa,gBAAgB,EAAE,cAAc,kBAAkB,YAAY,eAAe,CAAC;AAEjG,QAAM,aAAa;AAAA,IACjB,GAAG;AAAA,IACH,uBAAuB,MAAM;AAAA,IAC7B;AAAA,EACF;AAEA,MAAI,CAAC,QAAQ;AACX,WAAO,oBAAC,kBAAgB,GAAG,YAAY;AAAA,EACzC;AAEA,SAAO,oBAAC,UAAQ,GAAG,YAAY;AACjC;","names":[]}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
|
|
3
3
|
// src/pages-router/index.ts
|
|
4
|
+
import { Bell, InboxContent, Notifications, NovuProvider, Preferences } from "@novu/react";
|
|
4
5
|
import { Inbox } from "./Inbox.js";
|
|
5
|
-
import { Bell, Preferences, Notifications, InboxContent, NovuProvider } from "@novu/react";
|
|
6
6
|
export {
|
|
7
7
|
Bell,
|
|
8
8
|
Inbox,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../src/pages-router/index.ts"],"sourcesContent":["'use client';\n\n// First export to override anything that we redeclare\nexport type * from '@novu/react';\
|
|
1
|
+
{"version":3,"sources":["../../../src/pages-router/index.ts"],"sourcesContent":["'use client';\n\n// First export to override anything that we redeclare\nexport type * from '@novu/react';\nexport { Bell, InboxContent, Notifications, NovuProvider, Preferences } from '@novu/react';\nexport { Inbox } from './Inbox';\n"],"mappings":";;;AAIA,SAAS,MAAM,cAAc,eAAe,cAAc,mBAAmB;AAC7E,SAAS,aAAa;","names":[]}
|
package/dist/esm/server/index.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
// src/server/index.ts
|
|
2
2
|
import {
|
|
3
|
+
Bell,
|
|
3
4
|
Inbox,
|
|
4
5
|
InboxContent,
|
|
5
6
|
Notifications,
|
|
6
|
-
Preferences,
|
|
7
|
-
Bell,
|
|
8
7
|
NovuProvider,
|
|
9
|
-
|
|
8
|
+
Preferences,
|
|
10
9
|
useCounts,
|
|
11
10
|
useNotifications,
|
|
11
|
+
useNovu,
|
|
12
12
|
usePreferences
|
|
13
13
|
} from "@novu/react/server";
|
|
14
14
|
export {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../src/server/index.ts"],"sourcesContent":["
|
|
1
|
+
{"version":3,"sources":["../../../src/server/index.ts"],"sourcesContent":["export type * from '@novu/react';\n\nexport {\n Bell,\n Inbox,\n InboxContent,\n Notifications,\n NovuProvider,\n Preferences,\n useCounts,\n useNotifications,\n useNovu,\n usePreferences,\n} from '@novu/react/server';\n"],"mappings":";AAEA;AAAA,EACE;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,OACK;","names":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../src/themes/index.ts"],"sourcesContent":["'use client';\n\
|
|
1
|
+
{"version":3,"sources":["../../../src/themes/index.ts"],"sourcesContent":["'use client';\n\nexport * from '@novu/react/themes';\n"],"mappings":";;;AAEA,cAAc;","names":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Inbox.d.ts","sourceRoot":"","sources":["../../../src/app-router/Inbox.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Inbox.d.ts","sourceRoot":"","sources":["../../../src/app-router/Inbox.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,UAAU,EAAmB,MAAM,aAAa,CAAC;AAI/D,wBAAgB,KAAK,CAAC,KAAK,EAAE,UAAU,2CAatC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export type * from '@novu/react';
|
|
2
|
+
export { Bell, InboxContent, Notifications, NovuProvider, Preferences } from '@novu/react';
|
|
2
3
|
export { Inbox } from './Inbox';
|
|
3
|
-
export { Bell, Preferences, Notifications, InboxContent, NovuProvider } from '@novu/react';
|
|
4
4
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/app-router/index.ts"],"names":[],"mappings":"AAGA,mBAAmB,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/app-router/index.ts"],"names":[],"mappings":"AAGA,mBAAmB,aAAa,CAAC;AACjC,OAAO,EAAE,IAAI,EAAE,YAAY,EAAE,aAAa,EAAE,YAAY,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAC3F,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/hooks/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/hooks/index.ts"],"names":[],"mappings":"AAEA,cAAc,mBAAmB,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { InboxProps } from '@novu/react';
|
|
2
2
|
export declare function Inbox(props: InboxProps): import("react/jsx-runtime").JSX.Element;
|
|
3
|
-
export { Bell,
|
|
3
|
+
export { Bell, InboxContent, Notifications, NovuProvider, Preferences } from '@novu/react';
|
|
4
4
|
//# sourceMappingURL=Inbox.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Inbox.d.ts","sourceRoot":"","sources":["../../../src/pages-router/Inbox.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Inbox.d.ts","sourceRoot":"","sources":["../../../src/pages-router/Inbox.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,UAAU,EAAmB,MAAM,aAAa,CAAC;AAoB1D,wBAAgB,KAAK,CAAC,KAAK,EAAE,UAAU,2CAgBtC;AAED,OAAO,EAAE,IAAI,EAAE,YAAY,EAAE,aAAa,EAAE,YAAY,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export type * from '@novu/react';
|
|
2
|
+
export { Bell, InboxContent, Notifications, NovuProvider, Preferences } from '@novu/react';
|
|
2
3
|
export { Inbox } from './Inbox';
|
|
3
|
-
export { Bell, Preferences, Notifications, InboxContent, NovuProvider } from '@novu/react';
|
|
4
4
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/pages-router/index.ts"],"names":[],"mappings":"AAGA,mBAAmB,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/pages-router/index.ts"],"names":[],"mappings":"AAGA,mBAAmB,aAAa,CAAC;AACjC,OAAO,EAAE,IAAI,EAAE,YAAY,EAAE,aAAa,EAAE,YAAY,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAC3F,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export type * from '@novu/react';
|
|
2
|
-
export { Inbox, InboxContent, Notifications,
|
|
2
|
+
export { Bell, Inbox, InboxContent, Notifications, NovuProvider, Preferences, useCounts, useNotifications, useNovu, usePreferences, } from '@novu/react/server';
|
|
3
3
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/server/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/server/index.ts"],"names":[],"mappings":"AAAA,mBAAmB,aAAa,CAAC;AAEjC,OAAO,EACL,IAAI,EACJ,KAAK,EACL,YAAY,EACZ,aAAa,EACb,YAAY,EACZ,WAAW,EACX,SAAS,EACT,gBAAgB,EAChB,OAAO,EACP,cAAc,GACf,MAAM,oBAAoB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/themes/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/themes/index.ts"],"names":[],"mappings":"AAEA,cAAc,oBAAoB,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@novu/nextjs",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.8.1-nightly.20250813.014483f9e1",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/novuhq/novu",
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
}
|
|
94
94
|
},
|
|
95
95
|
"dependencies": {
|
|
96
|
-
"@novu/react": "3.
|
|
96
|
+
"@novu/react": "3.8.1-nightly.20250813.014483f9e1"
|
|
97
97
|
},
|
|
98
98
|
"nx": {
|
|
99
99
|
"tags": [
|