@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.
@@ -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-FOMCB6IB.mjs"), {
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-WBXZGSRA.mjs.map
25651
+ //# sourceMappingURL=chunk-XUDZOANZ.mjs.map