@carlonicora/nextjs-jsonapi 1.82.0 → 1.83.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-OH44RND6.js → BlockNoteEditor-47TYA25C.js} +6 -6
- package/dist/{BlockNoteEditor-OH44RND6.js.map → BlockNoteEditor-47TYA25C.js.map} +1 -1
- package/dist/{BlockNoteEditor-N2L7X6OY.mjs → BlockNoteEditor-MA3MRV74.mjs} +2 -2
- package/dist/billing/index.js +299 -299
- package/dist/billing/index.mjs +1 -1
- package/dist/{chunk-EZYSORIZ.js → chunk-KWFEQXPF.js} +21 -17
- package/dist/chunk-KWFEQXPF.js.map +1 -0
- package/dist/{chunk-KZRM55JX.mjs → chunk-M4KMRVEE.mjs} +21 -17
- package/dist/chunk-M4KMRVEE.mjs.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/package.json +1 -1
- package/src/components/containers/RoundPageContainer.tsx +27 -23
- package/dist/chunk-EZYSORIZ.js.map +0 -1
- package/dist/chunk-KZRM55JX.mjs.map +0 -1
- /package/dist/{BlockNoteEditor-N2L7X6OY.mjs.map → BlockNoteEditor-MA3MRV74.mjs.map} +0 -0
|
@@ -9200,7 +9200,7 @@ __name(FormCheckbox, "FormCheckbox");
|
|
|
9200
9200
|
import dynamic from "next/dynamic";
|
|
9201
9201
|
import React14 from "react";
|
|
9202
9202
|
import { jsx as jsx73 } from "react/jsx-runtime";
|
|
9203
|
-
var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-
|
|
9203
|
+
var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-MA3MRV74.mjs"), {
|
|
9204
9204
|
ssr: false
|
|
9205
9205
|
});
|
|
9206
9206
|
var BlockNoteEditorContainer = React14.memo(/* @__PURE__ */ __name(function EditorContainer(props) {
|
|
@@ -13362,21 +13362,25 @@ function RoundPageContainer({
|
|
|
13362
13362
|
}
|
|
13363
13363
|
),
|
|
13364
13364
|
/* @__PURE__ */ jsxs87("div", { className: "flex h-full w-full overflow-hidden", children: [
|
|
13365
|
-
/* @__PURE__ */ jsx147("div", { className: cn(`grow overflow-y-auto p-4`, fullWidth && `p-0`), children: /* @__PURE__ */ jsx147("div", { className: cn(`mx-auto max-w-6xl space-y-8`, fullWidth && `max-w-full w-full p-0 h-full`), children: tabs ? /* @__PURE__ */ jsxs87(
|
|
13366
|
-
|
|
13367
|
-
|
|
13368
|
-
|
|
13369
|
-
|
|
13370
|
-
|
|
13371
|
-
|
|
13372
|
-
|
|
13373
|
-
|
|
13374
|
-
|
|
13375
|
-
|
|
13376
|
-
|
|
13377
|
-
|
|
13378
|
-
|
|
13379
|
-
|
|
13365
|
+
/* @__PURE__ */ jsx147("div", { className: cn(`grow overflow-y-auto p-4`, fullWidth && `p-0`), children: /* @__PURE__ */ jsx147("div", { className: cn(`mx-auto max-w-6xl space-y-8`, fullWidth && `max-w-full w-full p-0 h-full`), children: tabs ? /* @__PURE__ */ jsxs87(Fragment22, { children: [
|
|
13366
|
+
/* @__PURE__ */ jsxs87(
|
|
13367
|
+
Tabs,
|
|
13368
|
+
{
|
|
13369
|
+
value: activeTab,
|
|
13370
|
+
className: "w-full",
|
|
13371
|
+
onValueChange: (key) => {
|
|
13372
|
+
setActiveTab(key);
|
|
13373
|
+
if (module && id)
|
|
13374
|
+
rewriteUrl({ page: module, id, additionalParameters: { section: key } });
|
|
13375
|
+
},
|
|
13376
|
+
children: [
|
|
13377
|
+
/* @__PURE__ */ jsx147("div", { className: "p-4", children: /* @__PURE__ */ jsx147(TabsList, { className: ``, children: tabs.map((tab) => /* @__PURE__ */ jsx147(TabsTrigger, { value: tab.key?.name ?? tab.label, className: `px-4`, children: tab.contentLabel ?? tab.label }, tab.label)) }) }),
|
|
13378
|
+
/* @__PURE__ */ jsx147("div", { className: "flex w-full overflow-y-auto px-4", children: tabs.map((tab) => /* @__PURE__ */ jsx147(TabsContent, { value: tab.key?.name ?? tab.label, className: `pb-20`, children: tab.content }, tab.label)) })
|
|
13379
|
+
]
|
|
13380
|
+
}
|
|
13381
|
+
),
|
|
13382
|
+
children && /* @__PURE__ */ jsx147("div", { className: "flex px-4", children })
|
|
13383
|
+
] }) : children }) }),
|
|
13380
13384
|
details && /* @__PURE__ */ jsx147(
|
|
13381
13385
|
"div",
|
|
13382
13386
|
{
|
|
@@ -21607,4 +21611,4 @@ export {
|
|
|
21607
21611
|
useOAuthClients,
|
|
21608
21612
|
useOAuthClient
|
|
21609
21613
|
};
|
|
21610
|
-
//# sourceMappingURL=chunk-
|
|
21614
|
+
//# sourceMappingURL=chunk-M4KMRVEE.mjs.map
|