@carlonicora/nextjs-jsonapi 3.5.0 → 3.5.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-MSFNIMZP.mjs → BlockNoteEditor-BZVLUX7S.mjs} +2 -2
- package/dist/{BlockNoteEditor-7K2ENAU6.js → BlockNoteEditor-ZEGEKDSN.js} +9 -9
- package/dist/{BlockNoteEditor-7K2ENAU6.js.map → BlockNoteEditor-ZEGEKDSN.js.map} +1 -1
- package/dist/billing/index.js +333 -333
- package/dist/billing/index.mjs +1 -1
- package/dist/{chunk-LKFWEYVS.js → chunk-JEFI32DM.js} +3 -3
- package/dist/{chunk-LKFWEYVS.js.map → chunk-JEFI32DM.js.map} +1 -1
- package/dist/{chunk-3LF5PPRY.mjs → chunk-UFPENIXZ.mjs} +3 -3
- package/dist/chunk-UFPENIXZ.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 +2 -2
- package/src/components/containers/RoundPageContainer.tsx +1 -1
- package/dist/chunk-3LF5PPRY.mjs.map +0 -1
- /package/dist/{BlockNoteEditor-MSFNIMZP.mjs.map → BlockNoteEditor-BZVLUX7S.mjs.map} +0 -0
|
@@ -10314,7 +10314,7 @@ import { useRef as useRef17 } from "react";
|
|
|
10314
10314
|
import dynamic from "next/dynamic";
|
|
10315
10315
|
import React18 from "react";
|
|
10316
10316
|
import { jsx as jsx89 } from "react/jsx-runtime";
|
|
10317
|
-
var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-
|
|
10317
|
+
var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-BZVLUX7S.mjs"), {
|
|
10318
10318
|
ssr: false
|
|
10319
10319
|
});
|
|
10320
10320
|
var BlockNoteEditorContainer = React18.memo(/* @__PURE__ */ __name(function EditorContainer(props) {
|
|
@@ -15237,7 +15237,7 @@ function RoundPageContainer({
|
|
|
15237
15237
|
defaultDetailsOpen = false,
|
|
15238
15238
|
detailsTitle,
|
|
15239
15239
|
detailsIcon,
|
|
15240
|
-
scroll = "
|
|
15240
|
+
scroll = "fixed"
|
|
15241
15241
|
}) {
|
|
15242
15242
|
const headerChildren = useHeaderChildren();
|
|
15243
15243
|
const headerLeftContent = useHeaderLeftContent();
|
|
@@ -25543,4 +25543,4 @@ export {
|
|
|
25543
25543
|
useOAuthClients,
|
|
25544
25544
|
useOAuthClient
|
|
25545
25545
|
};
|
|
25546
|
-
//# sourceMappingURL=chunk-
|
|
25546
|
+
//# sourceMappingURL=chunk-UFPENIXZ.mjs.map
|