@carlonicora/nextjs-jsonapi 1.29.0 → 1.29.1
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/{BlockNoteEditor-YBVEOPV4.js → BlockNoteEditor-7BDLLHRA.js} +6 -6
- package/dist/{BlockNoteEditor-YBVEOPV4.js.map → BlockNoteEditor-7BDLLHRA.js.map} +1 -1
- package/dist/{BlockNoteEditor-ZM4YPXHO.mjs → BlockNoteEditor-F5KCNLVF.mjs} +2 -2
- package/dist/billing/index.js +291 -291
- package/dist/billing/index.mjs +1 -1
- package/dist/{chunk-3X7EEFMN.js → chunk-7M7NPKOF.js} +4 -4
- package/dist/{chunk-3X7EEFMN.js.map → chunk-7M7NPKOF.js.map} +1 -1
- package/dist/{chunk-UCD5CUE4.mjs → chunk-YLSLXQ3O.mjs} +4 -4
- package/dist/{chunk-UCD5CUE4.mjs.map → chunk-YLSLXQ3O.mjs.map} +1 -1
- package/dist/client/index.js +2 -2
- package/dist/client/index.mjs +1 -1
- package/dist/components/index.js +2 -2
- package/dist/components/index.mjs +1 -1
- package/dist/contexts/index.js +2 -2
- package/dist/contexts/index.mjs +1 -1
- package/package.json +1 -1
- package/src/components/pages/PageContentContainer.tsx +2 -2
- /package/dist/{BlockNoteEditor-ZM4YPXHO.mjs.map → BlockNoteEditor-F5KCNLVF.mjs.map} +0 -0
|
@@ -11151,7 +11151,7 @@ __name(AllowedUsersDetails, "AllowedUsersDetails");
|
|
|
11151
11151
|
import dynamic from "next/dynamic";
|
|
11152
11152
|
import React15 from "react";
|
|
11153
11153
|
import { jsx as jsx122 } from "react/jsx-runtime";
|
|
11154
|
-
var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-
|
|
11154
|
+
var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-F5KCNLVF.mjs"), {
|
|
11155
11155
|
ssr: false
|
|
11156
11156
|
});
|
|
11157
11157
|
var BlockNoteEditorContainer = React15.memo(/* @__PURE__ */ __name(function EditorContainer(props) {
|
|
@@ -11233,10 +11233,10 @@ function PageContentContainer({ header, details, footer, content }) {
|
|
|
11233
11233
|
}
|
|
11234
11234
|
),
|
|
11235
11235
|
/* @__PURE__ */ jsx124(ResizableHandle, { withHandle: true }),
|
|
11236
|
-
/* @__PURE__ */ jsx124(ResizablePanel, { id: "right-panel", className: isMobile ? "pt-4" : "pl-4", children: /* @__PURE__ */ jsx124("div", { className: "h-full overflow-y-auto", children: content }) })
|
|
11236
|
+
/* @__PURE__ */ jsx124(ResizablePanel, { id: "right-panel", className: isMobile ? "pt-4" : "pl-4", children: /* @__PURE__ */ jsx124("div", { className: "h-full overflow-x-hidden overflow-y-auto p-2 pb-20", children: content }) })
|
|
11237
11237
|
]
|
|
11238
11238
|
}
|
|
11239
|
-
) : /* @__PURE__ */ jsx124("div", { className: "h-full overflow-y-auto", children: content }) })
|
|
11239
|
+
) : /* @__PURE__ */ jsx124("div", { className: "h-full overflow-x-hidden overflow-y-auto p-2 pb-20", children: content }) })
|
|
11240
11240
|
] });
|
|
11241
11241
|
}
|
|
11242
11242
|
__name(PageContentContainer, "PageContentContainer");
|
|
@@ -15106,4 +15106,4 @@ export {
|
|
|
15106
15106
|
useOAuthClients,
|
|
15107
15107
|
useOAuthClient
|
|
15108
15108
|
};
|
|
15109
|
-
//# sourceMappingURL=chunk-
|
|
15109
|
+
//# sourceMappingURL=chunk-YLSLXQ3O.mjs.map
|