@carlonicora/nextjs-jsonapi 3.1.0 → 3.1.1
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-LJ2KA44Z.mjs → BlockNoteEditor-FIMPVA7K.mjs} +2 -2
- package/dist/{BlockNoteEditor-4KBDD2TM.js → BlockNoteEditor-GJPTMKS7.js} +9 -9
- package/dist/{BlockNoteEditor-4KBDD2TM.js.map → BlockNoteEditor-GJPTMKS7.js.map} +1 -1
- package/dist/billing/index.js +333 -333
- package/dist/billing/index.mjs +1 -1
- package/dist/{chunk-UYOQG5IW.js → chunk-E5FWGOP5.js} +3 -3
- package/dist/{chunk-UYOQG5IW.js.map → chunk-E5FWGOP5.js.map} +1 -1
- package/dist/{chunk-WCRZEBX4.mjs → chunk-VUMM7V5G.mjs} +3 -3
- package/dist/{chunk-WCRZEBX4.mjs.map → chunk-VUMM7V5G.mjs.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/dist/features/tokenusage/index.js +75 -75
- package/dist/features/tokenusage/index.mjs +1 -1
- package/package.json +1 -1
- package/src/components/tables/ContentListTable.tsx +1 -1
- /package/dist/{BlockNoteEditor-LJ2KA44Z.mjs.map → BlockNoteEditor-FIMPVA7K.mjs.map} +0 -0
|
@@ -10222,7 +10222,7 @@ import { useRef as useRef17 } from "react";
|
|
|
10222
10222
|
import dynamic from "next/dynamic";
|
|
10223
10223
|
import React17 from "react";
|
|
10224
10224
|
import { jsx as jsx88 } from "react/jsx-runtime";
|
|
10225
|
-
var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-
|
|
10225
|
+
var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-FIMPVA7K.mjs"), {
|
|
10226
10226
|
ssr: false
|
|
10227
10227
|
});
|
|
10228
10228
|
var BlockNoteEditorContainer = React17.memo(/* @__PURE__ */ __name(function EditorContainer(props) {
|
|
@@ -17234,8 +17234,8 @@ var ContentListTable = memo(/* @__PURE__ */ __name(function ContentListTable2(pr
|
|
|
17234
17234
|
}
|
|
17235
17235
|
) }),
|
|
17236
17236
|
(props.functions || props.filters || allowSearch) && /* @__PURE__ */ jsxs103(Fragment28, { children: [
|
|
17237
|
-
props.functions,
|
|
17238
17237
|
props.filters,
|
|
17238
|
+
props.functions,
|
|
17239
17239
|
allowSearch !== false && /* @__PURE__ */ jsx186(ContentTableSearch, { data })
|
|
17240
17240
|
] })
|
|
17241
17241
|
] })
|
|
@@ -25437,4 +25437,4 @@ export {
|
|
|
25437
25437
|
useOAuthClients,
|
|
25438
25438
|
useOAuthClient
|
|
25439
25439
|
};
|
|
25440
|
-
//# sourceMappingURL=chunk-
|
|
25440
|
+
//# sourceMappingURL=chunk-VUMM7V5G.mjs.map
|