@carlonicora/nextjs-jsonapi 1.76.0 → 1.77.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-MB6LMBQQ.mjs → BlockNoteEditor-ALVN35PS.mjs} +2 -2
- package/dist/{BlockNoteEditor-SSFD4U5L.js → BlockNoteEditor-ILXF7KHN.js} +6 -6
- package/dist/{BlockNoteEditor-SSFD4U5L.js.map → BlockNoteEditor-ILXF7KHN.js.map} +1 -1
- package/dist/billing/index.js +299 -299
- package/dist/billing/index.mjs +1 -1
- package/dist/{chunk-JLZBOSTY.mjs → chunk-ICD6MZ43.mjs} +3 -3
- package/dist/chunk-ICD6MZ43.mjs.map +1 -0
- package/dist/{chunk-4C5ZDJV6.js → chunk-VSWQ7WIV.js} +3 -3
- package/dist/{chunk-4C5ZDJV6.js.map → chunk-VSWQ7WIV.js.map} +1 -1
- package/dist/client/index.js +2 -2
- package/dist/client/index.mjs +1 -1
- package/dist/components/index.d.mts +2 -2
- package/dist/components/index.d.ts +2 -2
- 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 +2 -3
- package/src/components/forms/EditorSheet.tsx +2 -2
- package/dist/chunk-JLZBOSTY.mjs.map +0 -1
- /package/dist/{BlockNoteEditor-MB6LMBQQ.mjs.map → BlockNoteEditor-ALVN35PS.mjs.map} +0 -0
package/dist/billing/index.mjs
CHANGED
|
@@ -9199,7 +9199,7 @@ __name(FormCheckbox, "FormCheckbox");
|
|
|
9199
9199
|
import dynamic from "next/dynamic";
|
|
9200
9200
|
import React14 from "react";
|
|
9201
9201
|
import { jsx as jsx73 } from "react/jsx-runtime";
|
|
9202
|
-
var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-
|
|
9202
|
+
var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-ALVN35PS.mjs"), {
|
|
9203
9203
|
ssr: false
|
|
9204
9204
|
});
|
|
9205
9205
|
var BlockNoteEditorContainer = React14.memo(/* @__PURE__ */ __name(function EditorContainer(props) {
|
|
@@ -13022,7 +13022,7 @@ function RoundPageContainer({
|
|
|
13022
13022
|
}
|
|
13023
13023
|
),
|
|
13024
13024
|
/* @__PURE__ */ jsxs86("div", { className: "flex h-full w-full overflow-hidden", children: [
|
|
13025
|
-
/* @__PURE__ */ jsx145("div", { className: cn(`grow overflow-y-auto p-4`, fullWidth && `p-0`), children: /* @__PURE__ */ jsx145("div", { className: cn(`mx-auto max-w-6xl space-y-
|
|
13025
|
+
/* @__PURE__ */ jsx145("div", { className: cn(`grow overflow-y-auto p-4`, fullWidth && `p-0`), children: /* @__PURE__ */ jsx145("div", { className: cn(`mx-auto max-w-6xl space-y-8`, fullWidth && `max-w-full w-full p-0 h-full`), children: tabs ? /* @__PURE__ */ jsxs86(
|
|
13026
13026
|
Tabs,
|
|
13027
13027
|
{
|
|
13028
13028
|
value: activeTab,
|
|
@@ -20572,4 +20572,4 @@ export {
|
|
|
20572
20572
|
useOAuthClients,
|
|
20573
20573
|
useOAuthClient
|
|
20574
20574
|
};
|
|
20575
|
-
//# sourceMappingURL=chunk-
|
|
20575
|
+
//# sourceMappingURL=chunk-ICD6MZ43.mjs.map
|