@carlonicora/nextjs-jsonapi 1.137.3 → 1.137.4
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-EQTXZTO4.js → BlockNoteEditor-ECRSF3J5.js} +9 -9
- package/dist/{BlockNoteEditor-EQTXZTO4.js.map → BlockNoteEditor-ECRSF3J5.js.map} +1 -1
- package/dist/{BlockNoteEditor-QLNAU7GK.mjs → BlockNoteEditor-QZX4UWZE.mjs} +2 -2
- package/dist/billing/index.js +310 -310
- package/dist/billing/index.mjs +1 -1
- package/dist/{chunk-QBCHQXLE.mjs → chunk-I23BJ7LO.mjs} +2 -2
- package/dist/chunk-I23BJ7LO.mjs.map +1 -0
- package/dist/{chunk-RVK3JB33.js → chunk-NXWXCGLE.js} +2 -2
- package/dist/{chunk-RVK3JB33.js.map → chunk-NXWXCGLE.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/dist/features/help/index.js +31 -31
- package/dist/features/help/index.mjs +1 -1
- package/package.json +1 -1
- package/src/components/containers/RoundPageContainer.tsx +7 -7
- package/dist/chunk-QBCHQXLE.mjs.map +0 -1
- /package/dist/{BlockNoteEditor-QLNAU7GK.mjs.map → BlockNoteEditor-QZX4UWZE.mjs.map} +0 -0
package/dist/billing/index.mjs
CHANGED
|
@@ -10117,7 +10117,7 @@ import { useRef as useRef17 } from "react";
|
|
|
10117
10117
|
import dynamic from "next/dynamic";
|
|
10118
10118
|
import React17 from "react";
|
|
10119
10119
|
import { jsx as jsx86 } from "react/jsx-runtime";
|
|
10120
|
-
var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-
|
|
10120
|
+
var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-QZX4UWZE.mjs"), {
|
|
10121
10121
|
ssr: false
|
|
10122
10122
|
});
|
|
10123
10123
|
var BlockNoteEditorContainer = React17.memo(/* @__PURE__ */ __name(function EditorContainer(props) {
|
|
@@ -23883,4 +23883,4 @@ export {
|
|
|
23883
23883
|
useOAuthClients,
|
|
23884
23884
|
useOAuthClient
|
|
23885
23885
|
};
|
|
23886
|
-
//# sourceMappingURL=chunk-
|
|
23886
|
+
//# sourceMappingURL=chunk-I23BJ7LO.mjs.map
|