@carlonicora/nextjs-jsonapi 3.7.0 → 3.8.0
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-FOMCB6IB.mjs → BlockNoteEditor-F6P6SW3F.mjs} +2 -2
- package/dist/{BlockNoteEditor-WKLA5WEG.js → BlockNoteEditor-T7DCBLNO.js} +9 -9
- package/dist/{BlockNoteEditor-WKLA5WEG.js.map → BlockNoteEditor-T7DCBLNO.js.map} +1 -1
- package/dist/billing/index.js +333 -333
- package/dist/billing/index.mjs +1 -1
- package/dist/{chunk-D5KFWA2H.js → chunk-CDO4ZUOA.js} +3 -3
- package/dist/{chunk-D5KFWA2H.js.map → chunk-CDO4ZUOA.js.map} +1 -1
- package/dist/{chunk-WBXZGSRA.mjs → chunk-XUDZOANZ.mjs} +3 -3
- package/dist/{chunk-WBXZGSRA.mjs.map → chunk-XUDZOANZ.mjs.map} +1 -1
- package/dist/client/index.js +2 -2
- package/dist/client/index.mjs +1 -1
- package/dist/components/index.d.mts +6 -0
- package/dist/components/index.d.ts +6 -0
- 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 +7 -1
- package/src/components/tables/__tests__/ContentListTable.spec.tsx +62 -0
- /package/dist/{BlockNoteEditor-FOMCB6IB.mjs.map → BlockNoteEditor-F6P6SW3F.mjs.map} +0 -0
|
@@ -10343,7 +10343,7 @@ import { useRef as useRef17 } from "react";
|
|
|
10343
10343
|
import dynamic from "next/dynamic";
|
|
10344
10344
|
import React18 from "react";
|
|
10345
10345
|
import { jsx as jsx89 } from "react/jsx-runtime";
|
|
10346
|
-
var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-
|
|
10346
|
+
var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-F6P6SW3F.mjs"), {
|
|
10347
10347
|
ssr: false
|
|
10348
10348
|
});
|
|
10349
10349
|
var BlockNoteEditorContainer = React18.memo(/* @__PURE__ */ __name(function EditorContainer(props) {
|
|
@@ -17411,7 +17411,7 @@ var ContentListTable = memo(/* @__PURE__ */ __name(function ContentListTable2(pr
|
|
|
17411
17411
|
rows: groupMap.get(groupKey)
|
|
17412
17412
|
}));
|
|
17413
17413
|
}, [props.groupBy, props.groupOrder, rowModel]);
|
|
17414
|
-
const showFooter = !!(data.next || data.previous);
|
|
17414
|
+
const showFooter = !props.hidePagination && !!(data.next || data.previous);
|
|
17415
17415
|
const titleIsLarge = (props.titleSize ?? (fullWidth ? `lg` : `sm`)) === `lg`;
|
|
17416
17416
|
return /* @__PURE__ */ jsx187("div", { className: "flex w-full flex-col", children: /* @__PURE__ */ jsx187("div", { className: cn(`overflow-clip`, fullWidth ? `` : `rounded-md border`), children: /* @__PURE__ */ jsxs103(Table, { children: [
|
|
17417
17417
|
/* @__PURE__ */ jsxs103(TableHeader, { className: "bg-muted font-semibold", children: [
|
|
@@ -25648,4 +25648,4 @@ export {
|
|
|
25648
25648
|
useOAuthClients,
|
|
25649
25649
|
useOAuthClient
|
|
25650
25650
|
};
|
|
25651
|
-
//# sourceMappingURL=chunk-
|
|
25651
|
+
//# sourceMappingURL=chunk-XUDZOANZ.mjs.map
|