@carlonicora/nextjs-jsonapi 1.92.1 → 1.92.2
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-OIBKJNWJ.js → BlockNoteEditor-6OL2A7U4.js} +9 -9
- package/dist/{BlockNoteEditor-OIBKJNWJ.js.map → BlockNoteEditor-6OL2A7U4.js.map} +1 -1
- package/dist/{BlockNoteEditor-YGEDKNPP.mjs → BlockNoteEditor-C33MRSMX.mjs} +2 -2
- package/dist/billing/index.js +299 -299
- package/dist/billing/index.mjs +1 -1
- package/dist/{chunk-IANWJ7UE.js → chunk-7V4W4CYS.js} +2 -2
- package/dist/{chunk-IANWJ7UE.js.map → chunk-7V4W4CYS.js.map} +1 -1
- package/dist/{chunk-KW2CKXJX.mjs → chunk-TGZDQSDU.mjs} +2 -2
- package/dist/chunk-TGZDQSDU.mjs.map +1 -0
- 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/forms/FormBlockNote.tsx +1 -2
- package/dist/chunk-KW2CKXJX.mjs.map +0 -1
- /package/dist/{BlockNoteEditor-YGEDKNPP.mjs.map → BlockNoteEditor-C33MRSMX.mjs.map} +0 -0
|
@@ -9214,7 +9214,7 @@ import { useRef as useRef15 } from "react";
|
|
|
9214
9214
|
import dynamic from "next/dynamic";
|
|
9215
9215
|
import React14 from "react";
|
|
9216
9216
|
import { jsx as jsx73 } from "react/jsx-runtime";
|
|
9217
|
-
var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-
|
|
9217
|
+
var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-C33MRSMX.mjs"), {
|
|
9218
9218
|
ssr: false
|
|
9219
9219
|
});
|
|
9220
9220
|
var BlockNoteEditorContainer = React14.memo(/* @__PURE__ */ __name(function EditorContainer(props) {
|
|
@@ -21984,4 +21984,4 @@ export {
|
|
|
21984
21984
|
useOAuthClients,
|
|
21985
21985
|
useOAuthClient
|
|
21986
21986
|
};
|
|
21987
|
-
//# sourceMappingURL=chunk-
|
|
21987
|
+
//# sourceMappingURL=chunk-TGZDQSDU.mjs.map
|