@carlonicora/nextjs-jsonapi 1.76.0 → 1.77.0
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-MB6LMBQQ.mjs → BlockNoteEditor-IXVG7CDA.mjs} +2 -2
- package/dist/{BlockNoteEditor-SSFD4U5L.js → BlockNoteEditor-RUF2KOHB.js} +6 -6
- package/dist/{BlockNoteEditor-SSFD4U5L.js.map → BlockNoteEditor-RUF2KOHB.js.map} +1 -1
- package/dist/billing/index.js +299 -299
- package/dist/billing/index.mjs +1 -1
- package/dist/{chunk-JLZBOSTY.mjs → chunk-46OA2G3Y.mjs} +2 -2
- package/dist/chunk-46OA2G3Y.mjs.map +1 -0
- package/dist/{chunk-4C5ZDJV6.js → chunk-DTAYN64Y.js} +2 -2
- package/dist/{chunk-4C5ZDJV6.js.map → chunk-DTAYN64Y.js.map} +1 -1
- package/dist/client/index.js +2 -2
- package/dist/client/index.mjs +1 -1
- package/dist/components/index.d.mts +2 -2
- package/dist/components/index.d.ts +2 -2
- 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/EditorSheet.tsx +2 -2
- package/dist/chunk-JLZBOSTY.mjs.map +0 -1
- /package/dist/{BlockNoteEditor-MB6LMBQQ.mjs.map → BlockNoteEditor-IXVG7CDA.mjs.map} +0 -0
package/dist/billing/index.mjs
CHANGED
|
@@ -9199,7 +9199,7 @@ __name(FormCheckbox, "FormCheckbox");
|
|
|
9199
9199
|
import dynamic from "next/dynamic";
|
|
9200
9200
|
import React14 from "react";
|
|
9201
9201
|
import { jsx as jsx73 } from "react/jsx-runtime";
|
|
9202
|
-
var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-
|
|
9202
|
+
var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-IXVG7CDA.mjs"), {
|
|
9203
9203
|
ssr: false
|
|
9204
9204
|
});
|
|
9205
9205
|
var BlockNoteEditorContainer = React14.memo(/* @__PURE__ */ __name(function EditorContainer(props) {
|
|
@@ -20572,4 +20572,4 @@ export {
|
|
|
20572
20572
|
useOAuthClients,
|
|
20573
20573
|
useOAuthClient
|
|
20574
20574
|
};
|
|
20575
|
-
//# sourceMappingURL=chunk-
|
|
20575
|
+
//# sourceMappingURL=chunk-46OA2G3Y.mjs.map
|