@carlonicora/nextjs-jsonapi 1.7.2 → 1.7.3
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-GJURWDIH.mjs → BlockNoteEditor-BEFUKFSV.mjs} +2 -2
- package/dist/{BlockNoteEditor-WEQLDXRK.js → BlockNoteEditor-YJIRMV55.js} +6 -6
- package/dist/{BlockNoteEditor-WEQLDXRK.js.map → BlockNoteEditor-YJIRMV55.js.map} +1 -1
- package/dist/{chunk-ODZ2X6Y3.js → chunk-5M3RUC2D.js} +2 -2
- package/dist/{chunk-ODZ2X6Y3.js.map → chunk-5M3RUC2D.js.map} +1 -1
- package/dist/{chunk-RRNBQ3LY.mjs → chunk-R6GNY4EB.mjs} +2 -2
- package/dist/{chunk-RRNBQ3LY.mjs.map → chunk-R6GNY4EB.mjs.map} +1 -1
- package/dist/client/index.js +2 -2
- package/dist/client/index.mjs +1 -1
- package/dist/components/index.d.mts +1 -0
- package/dist/components/index.d.ts +1 -0
- 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/forms/FileUploader.tsx +2 -0
- /package/dist/{BlockNoteEditor-GJURWDIH.mjs.map → BlockNoteEditor-BEFUKFSV.mjs.map} +0 -0
|
@@ -7588,7 +7588,7 @@ __name(AllowedUsersDetails, "AllowedUsersDetails");
|
|
|
7588
7588
|
import dynamic from "next/dynamic";
|
|
7589
7589
|
import React37 from "react";
|
|
7590
7590
|
import { jsx as jsx96 } from "react/jsx-runtime";
|
|
7591
|
-
var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-
|
|
7591
|
+
var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-BEFUKFSV.mjs"), {
|
|
7592
7592
|
ssr: false
|
|
7593
7593
|
});
|
|
7594
7594
|
var BlockNoteEditorContainer = React37.memo(/* @__PURE__ */ __name(function EditorContainer(props) {
|
|
@@ -12082,4 +12082,4 @@ export {
|
|
|
12082
12082
|
useUserTableStructure,
|
|
12083
12083
|
useContentTableStructure
|
|
12084
12084
|
};
|
|
12085
|
-
//# sourceMappingURL=chunk-
|
|
12085
|
+
//# sourceMappingURL=chunk-R6GNY4EB.mjs.map
|