@carlonicora/nextjs-jsonapi 1.45.2 → 1.45.4
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/{ApiRequestDataTypeInterface-CUKFDBx2.d.mts → ApiRequestDataTypeInterface-CYEcRUrh.d.mts} +1 -0
- package/dist/{ApiRequestDataTypeInterface-CUKFDBx2.d.ts → ApiRequestDataTypeInterface-CYEcRUrh.d.ts} +1 -0
- package/dist/{AuthComponent-D_L2S4g9.d.mts → AuthComponent-BkK4Sf3q.d.mts} +1 -1
- package/dist/{AuthComponent-CU0B9hdO.d.ts → AuthComponent-DCfP4o32.d.ts} +1 -1
- package/dist/{BlockNoteEditor-IAA6SRJD.mjs → BlockNoteEditor-QPFXJQAQ.mjs} +3 -3
- package/dist/{BlockNoteEditor-JYQVZHSR.js → BlockNoteEditor-Z674LWOV.js} +13 -13
- package/dist/{BlockNoteEditor-JYQVZHSR.js.map → BlockNoteEditor-Z674LWOV.js.map} +1 -1
- package/dist/{auth.interface-quk7psiq.d.mts → auth.interface-24ID4yhT.d.mts} +1 -1
- package/dist/{auth.interface-DgpoGNZN.d.ts → auth.interface-C4kEZscm.d.ts} +1 -1
- package/dist/billing/index.js +342 -342
- package/dist/billing/index.mjs +2 -2
- package/dist/{chunk-AHXRHXZ2.js → chunk-5PUPWZB4.js} +1 -1
- package/dist/{chunk-AHXRHXZ2.js.map → chunk-5PUPWZB4.js.map} +1 -1
- package/dist/{chunk-XRBK4J6U.js → chunk-GPWB3OQ6.js} +495 -495
- package/dist/{chunk-XRBK4J6U.js.map → chunk-GPWB3OQ6.js.map} +1 -1
- package/dist/{chunk-ZMGUP2AI.mjs → chunk-LM4SDN4Y.mjs} +1 -1
- package/dist/chunk-LM4SDN4Y.mjs.map +1 -0
- package/dist/{chunk-EA3EPEDL.mjs → chunk-XYCXWOIU.mjs} +4 -4
- package/dist/chunk-XYCXWOIU.mjs.map +1 -0
- package/dist/client/index.d.mts +5 -5
- package/dist/client/index.d.ts +5 -5
- package/dist/client/index.js +3 -3
- package/dist/client/index.mjs +2 -2
- package/dist/components/index.d.mts +6 -6
- package/dist/components/index.d.ts +6 -6
- package/dist/components/index.js +3 -3
- package/dist/components/index.mjs +2 -2
- package/dist/{config-BozK5PY0.d.ts → config-CPN6QZfo.d.ts} +1 -1
- package/dist/{config-BW5u1e9P.d.mts → config-DaxjKdIo.d.mts} +1 -1
- package/dist/{content.interface-CpCDB1Uk.d.ts → content.interface-Czin-YRh.d.ts} +1 -1
- package/dist/{content.interface-b-mzkL_q.d.mts → content.interface-DvPs_JbX.d.mts} +1 -1
- package/dist/contexts/index.d.mts +3 -3
- package/dist/contexts/index.d.ts +3 -3
- package/dist/contexts/index.js +3 -3
- package/dist/contexts/index.mjs +2 -2
- package/dist/core/index.d.mts +11 -11
- package/dist/core/index.d.ts +11 -11
- package/dist/core/index.js +2 -2
- package/dist/core/index.mjs +1 -1
- package/dist/index.d.mts +7 -7
- package/dist/index.d.ts +7 -7
- package/dist/index.js +2 -2
- package/dist/index.mjs +1 -1
- package/dist/{notification.interface-CR2PuV6Y.d.ts → notification.interface-DEW8hR8g.d.ts} +3 -1
- package/dist/{notification.interface-D241WNUx.d.mts → notification.interface-DKR5WGKH.d.mts} +3 -1
- package/dist/{s3.service-GQa6F4Ks.d.mts → s3.service-BHjcTA0t.d.mts} +4 -4
- package/dist/{s3.service--8IFzWsB.d.ts → s3.service-C_K1VHyx.d.ts} +4 -4
- package/dist/server/index.d.mts +5 -5
- package/dist/server/index.d.ts +5 -5
- package/dist/server/index.js +3 -3
- package/dist/server/index.mjs +1 -1
- package/dist/testing/index.d.mts +1 -1
- package/dist/testing/index.d.ts +1 -1
- package/dist/{useSocket-CttIHn2P.d.mts → useSocket-BW6haECW.d.mts} +1 -1
- package/dist/{useSocket-CC8SkXdm.d.ts → useSocket-C9FmYuRM.d.ts} +1 -1
- package/package.json +1 -1
- package/src/components/containers/PageContainer.tsx +1 -1
- package/src/core/interfaces/ApiRequestDataTypeInterface.ts +1 -0
- package/src/permissions/types.ts +2 -0
- package/dist/chunk-EA3EPEDL.mjs.map +0 -1
- package/dist/chunk-ZMGUP2AI.mjs.map +0 -1
- /package/dist/{BlockNoteEditor-IAA6SRJD.mjs.map → BlockNoteEditor-QPFXJQAQ.mjs.map} +0 -0
|
@@ -48,7 +48,7 @@ import {
|
|
|
48
48
|
showToast,
|
|
49
49
|
useComposedRefs,
|
|
50
50
|
useIsMobile
|
|
51
|
-
} from "./chunk-
|
|
51
|
+
} from "./chunk-LM4SDN4Y.mjs";
|
|
52
52
|
import {
|
|
53
53
|
JsonApiContext
|
|
54
54
|
} from "./chunk-VOXD3ZLY.mjs";
|
|
@@ -10765,7 +10765,7 @@ function PageContainer({ children, testId, className }) {
|
|
|
10765
10765
|
const headerChildren = useHeaderChildren();
|
|
10766
10766
|
return /* @__PURE__ */ jsxs70("div", { className: `flex h-full w-full flex-col`, "data-testid": testId, children: [
|
|
10767
10767
|
/* @__PURE__ */ jsx121(Header, { children: headerChildren }),
|
|
10768
|
-
/* @__PURE__ */ jsx121("main", { className: cn(`flex w-full flex-1 flex-col gap-y-4 pt-4 pl-4 pr-0
|
|
10768
|
+
/* @__PURE__ */ jsx121("main", { className: cn(`flex w-full flex-1 flex-col gap-y-4 pt-4 pl-4 pr-0`, className), children })
|
|
10769
10769
|
] });
|
|
10770
10770
|
}
|
|
10771
10771
|
__name(PageContainer, "PageContainer");
|
|
@@ -10925,7 +10925,7 @@ __name(AllowedUsersDetails, "AllowedUsersDetails");
|
|
|
10925
10925
|
import dynamic from "next/dynamic";
|
|
10926
10926
|
import React15 from "react";
|
|
10927
10927
|
import { jsx as jsx126 } from "react/jsx-runtime";
|
|
10928
|
-
var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-
|
|
10928
|
+
var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-QPFXJQAQ.mjs"), {
|
|
10929
10929
|
ssr: false
|
|
10930
10930
|
});
|
|
10931
10931
|
var BlockNoteEditorContainer = React15.memo(/* @__PURE__ */ __name(function EditorContainer(props) {
|
|
@@ -16879,4 +16879,4 @@ export {
|
|
|
16879
16879
|
useOAuthClients,
|
|
16880
16880
|
useOAuthClient
|
|
16881
16881
|
};
|
|
16882
|
-
//# sourceMappingURL=chunk-
|
|
16882
|
+
//# sourceMappingURL=chunk-XYCXWOIU.mjs.map
|