@carlonicora/nextjs-jsonapi 1.57.0 → 1.57.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-QWW2LB2K.mjs → BlockNoteEditor-7TXNOVKN.mjs} +2 -2
- package/dist/{BlockNoteEditor-WE2FKNWW.js → BlockNoteEditor-XKW6GQ7Z.js} +6 -6
- package/dist/{BlockNoteEditor-WE2FKNWW.js.map → BlockNoteEditor-XKW6GQ7Z.js.map} +1 -1
- package/dist/billing/index.js +299 -299
- package/dist/billing/index.mjs +1 -1
- package/dist/{chunk-PAIXFTNL.js → chunk-4J2JLZXB.js} +3 -3
- package/dist/{chunk-PAIXFTNL.js.map → chunk-4J2JLZXB.js.map} +1 -1
- package/dist/{chunk-4FJZ7JFQ.mjs → chunk-YRLM4PNR.mjs} +3 -3
- package/dist/{chunk-4FJZ7JFQ.mjs.map → chunk-YRLM4PNR.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/package.json +1 -1
- package/src/components/tables/ContentListTable.tsx +1 -1
- /package/dist/{BlockNoteEditor-QWW2LB2K.mjs.map → BlockNoteEditor-7TXNOVKN.mjs.map} +0 -0
|
@@ -8344,7 +8344,7 @@ __name(FormCheckbox, "FormCheckbox");
|
|
|
8344
8344
|
import dynamic from "next/dynamic";
|
|
8345
8345
|
import React14 from "react";
|
|
8346
8346
|
import { jsx as jsx67 } from "react/jsx-runtime";
|
|
8347
|
-
var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-
|
|
8347
|
+
var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-7TXNOVKN.mjs"), {
|
|
8348
8348
|
ssr: false
|
|
8349
8349
|
});
|
|
8350
8350
|
var BlockNoteEditorContainer = React14.memo(/* @__PURE__ */ __name(function EditorContainer(props) {
|
|
@@ -13646,7 +13646,7 @@ var ContentListTable = memo(/* @__PURE__ */ __name(function ContentListTable2(pr
|
|
|
13646
13646
|
}
|
|
13647
13647
|
});
|
|
13648
13648
|
const rowModel = tableData ? table.getRowModel() : null;
|
|
13649
|
-
const showFooter = !!(
|
|
13649
|
+
const showFooter = !!(data.next || data.previous);
|
|
13650
13650
|
return /* @__PURE__ */ jsx145("div", { className: "flex w-full flex-col", children: /* @__PURE__ */ jsx145("div", { className: cn(`overflow-clip`, fullWidth ? `` : `rounded-md border`), children: /* @__PURE__ */ jsxs84(Table, { children: [
|
|
13651
13651
|
/* @__PURE__ */ jsxs84(TableHeader, { className: "bg-muted font-semibold", children: [
|
|
13652
13652
|
props.title && /* @__PURE__ */ jsx145(TableRow, { children: /* @__PURE__ */ jsx145(TableHead, { className: "bg-card text-primary p-4 text-left font-bold", colSpan: tableColumns.length, children: /* @__PURE__ */ jsxs84("div", { className: "flex w-full items-center justify-between gap-x-2", children: [
|
|
@@ -18810,4 +18810,4 @@ export {
|
|
|
18810
18810
|
useOAuthClients,
|
|
18811
18811
|
useOAuthClient
|
|
18812
18812
|
};
|
|
18813
|
-
//# sourceMappingURL=chunk-
|
|
18813
|
+
//# sourceMappingURL=chunk-YRLM4PNR.mjs.map
|