@carlonicora/nextjs-jsonapi 1.58.4 → 1.58.5
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-FHHM2PHL.js → BlockNoteEditor-I3YFLFUX.js} +6 -6
- package/dist/{BlockNoteEditor-FHHM2PHL.js.map → BlockNoteEditor-I3YFLFUX.js.map} +1 -1
- package/dist/{BlockNoteEditor-WAE53RNS.mjs → BlockNoteEditor-X2JDR4RJ.mjs} +2 -2
- package/dist/billing/index.js +299 -299
- package/dist/billing/index.mjs +1 -1
- package/dist/{chunk-LSJ6IP34.mjs → chunk-4VBDFVKU.mjs} +2 -2
- package/dist/chunk-4VBDFVKU.mjs.map +1 -0
- package/dist/{chunk-OAMGPP2G.js → chunk-AWGHI7AT.js} +2 -2
- package/dist/{chunk-OAMGPP2G.js.map → chunk-AWGHI7AT.js.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/forms/FormInput.tsx +3 -1
- package/dist/chunk-LSJ6IP34.mjs.map +0 -1
- /package/dist/{BlockNoteEditor-WAE53RNS.mjs.map → BlockNoteEditor-X2JDR4RJ.mjs.map} +0 -0
package/dist/billing/index.mjs
CHANGED
|
@@ -8368,7 +8368,7 @@ __name(FormCheckbox, "FormCheckbox");
|
|
|
8368
8368
|
import dynamic from "next/dynamic";
|
|
8369
8369
|
import React14 from "react";
|
|
8370
8370
|
import { jsx as jsx69 } from "react/jsx-runtime";
|
|
8371
|
-
var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-
|
|
8371
|
+
var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-X2JDR4RJ.mjs"), {
|
|
8372
8372
|
ssr: false
|
|
8373
8373
|
});
|
|
8374
8374
|
var BlockNoteEditorContainer = React14.memo(/* @__PURE__ */ __name(function EditorContainer(props) {
|
|
@@ -18806,4 +18806,4 @@ export {
|
|
|
18806
18806
|
useOAuthClients,
|
|
18807
18807
|
useOAuthClient
|
|
18808
18808
|
};
|
|
18809
|
-
//# sourceMappingURL=chunk-
|
|
18809
|
+
//# sourceMappingURL=chunk-4VBDFVKU.mjs.map
|