@carlonicora/nextjs-jsonapi 2.1.1 → 2.1.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-T7TIA5KG.mjs → BlockNoteEditor-DYQ5BLQI.mjs} +2 -2
- package/dist/{BlockNoteEditor-DTW2BWIU.js → BlockNoteEditor-FYO6TV4X.js} +9 -9
- package/dist/{BlockNoteEditor-DTW2BWIU.js.map → BlockNoteEditor-FYO6TV4X.js.map} +1 -1
- package/dist/billing/index.js +310 -310
- package/dist/billing/index.mjs +1 -1
- package/dist/{chunk-MOMRJHT3.mjs → chunk-B3ELVSTL.mjs} +3 -3
- package/dist/{chunk-MOMRJHT3.mjs.map → chunk-B3ELVSTL.mjs.map} +1 -1
- package/dist/{chunk-C5SETS2R.js → chunk-TEJDX7X7.js} +3 -3
- package/dist/chunk-TEJDX7X7.js.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 +56 -56
- package/dist/features/tokenusage/index.mjs +1 -1
- package/package.json +1 -1
- package/src/components/tables/ContentListTable.tsx +9 -1
- package/dist/chunk-C5SETS2R.js.map +0 -1
- /package/dist/{BlockNoteEditor-T7TIA5KG.mjs.map → BlockNoteEditor-DYQ5BLQI.mjs.map} +0 -0
package/dist/billing/index.mjs
CHANGED
|
@@ -10165,7 +10165,7 @@ import { useRef as useRef17 } from "react";
|
|
|
10165
10165
|
import dynamic from "next/dynamic";
|
|
10166
10166
|
import React17 from "react";
|
|
10167
10167
|
import { jsx as jsx86 } from "react/jsx-runtime";
|
|
10168
|
-
var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-
|
|
10168
|
+
var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-DYQ5BLQI.mjs"), {
|
|
10169
10169
|
ssr: false
|
|
10170
10170
|
});
|
|
10171
10171
|
var BlockNoteEditorContainer = React17.memo(/* @__PURE__ */ __name(function EditorContainer(props) {
|
|
@@ -16890,7 +16890,7 @@ var ContentListTable = memo(/* @__PURE__ */ __name(function ContentListTable2(pr
|
|
|
16890
16890
|
(props.functions || props.filters || allowSearch) && /* @__PURE__ */ jsxs102(Fragment28, { children: [
|
|
16891
16891
|
props.functions,
|
|
16892
16892
|
props.filters,
|
|
16893
|
-
/* @__PURE__ */ jsx180(ContentTableSearch, { data })
|
|
16893
|
+
allowSearch !== false && /* @__PURE__ */ jsx180(ContentTableSearch, { data })
|
|
16894
16894
|
] })
|
|
16895
16895
|
] })
|
|
16896
16896
|
}
|
|
@@ -24327,4 +24327,4 @@ export {
|
|
|
24327
24327
|
useOAuthClients,
|
|
24328
24328
|
useOAuthClient
|
|
24329
24329
|
};
|
|
24330
|
-
//# sourceMappingURL=chunk-
|
|
24330
|
+
//# sourceMappingURL=chunk-B3ELVSTL.mjs.map
|