@carlonicora/nextjs-jsonapi 3.3.2 → 3.3.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-VV6DRWSA.js → BlockNoteEditor-4LBUVIW6.js} +9 -9
- package/dist/{BlockNoteEditor-VV6DRWSA.js.map → BlockNoteEditor-4LBUVIW6.js.map} +1 -1
- package/dist/{BlockNoteEditor-SDVXTZRC.mjs → BlockNoteEditor-CSPPZOZQ.mjs} +2 -2
- package/dist/billing/index.js +333 -333
- package/dist/billing/index.mjs +1 -1
- package/dist/{chunk-4I3UORNT.js → chunk-2PEPIH26.js} +2 -2
- package/dist/{chunk-4I3UORNT.js.map → chunk-2PEPIH26.js.map} +1 -1
- package/dist/{chunk-WPF4NFVV.mjs → chunk-SVCOFVQF.mjs} +2 -2
- package/dist/chunk-SVCOFVQF.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/dist/features/help/index.js +31 -31
- package/dist/features/help/index.mjs +1 -1
- package/dist/features/tokenusage/index.js +75 -75
- package/dist/features/tokenusage/index.mjs +1 -1
- package/package.json +1 -1
- package/src/features/company/components/forms/CompanyEditor.tsx +1 -3
- package/dist/chunk-WPF4NFVV.mjs.map +0 -1
- /package/dist/{BlockNoteEditor-SDVXTZRC.mjs.map → BlockNoteEditor-CSPPZOZQ.mjs.map} +0 -0
|
@@ -10225,7 +10225,7 @@ import { useRef as useRef17 } from "react";
|
|
|
10225
10225
|
import dynamic from "next/dynamic";
|
|
10226
10226
|
import React17 from "react";
|
|
10227
10227
|
import { jsx as jsx88 } from "react/jsx-runtime";
|
|
10228
|
-
var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-
|
|
10228
|
+
var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-CSPPZOZQ.mjs"), {
|
|
10229
10229
|
ssr: false
|
|
10230
10230
|
});
|
|
10231
10231
|
var BlockNoteEditorContainer = React17.memo(/* @__PURE__ */ __name(function EditorContainer(props) {
|
|
@@ -25442,4 +25442,4 @@ export {
|
|
|
25442
25442
|
useOAuthClients,
|
|
25443
25443
|
useOAuthClient
|
|
25444
25444
|
};
|
|
25445
|
-
//# sourceMappingURL=chunk-
|
|
25445
|
+
//# sourceMappingURL=chunk-SVCOFVQF.mjs.map
|