@carlonicora/nextjs-jsonapi 1.29.0 → 1.29.2

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.
Files changed (35) hide show
  1. package/dist/{BlockNoteEditor-YBVEOPV4.js → BlockNoteEditor-BEWKLGW3.js} +13 -13
  2. package/dist/{BlockNoteEditor-YBVEOPV4.js.map → BlockNoteEditor-BEWKLGW3.js.map} +1 -1
  3. package/dist/{BlockNoteEditor-ZM4YPXHO.mjs → BlockNoteEditor-GNFK7ZVR.mjs} +3 -3
  4. package/dist/billing/index.js +334 -333
  5. package/dist/billing/index.js.map +1 -1
  6. package/dist/billing/index.mjs +8 -7
  7. package/dist/billing/index.mjs.map +1 -1
  8. package/dist/{chunk-UCD5CUE4.mjs → chunk-IJSB4FH6.mjs} +5 -5
  9. package/dist/{chunk-UCD5CUE4.mjs.map → chunk-IJSB4FH6.mjs.map} +1 -1
  10. package/dist/{chunk-DU64WMZD.mjs → chunk-NYNLJEPF.mjs} +4 -4
  11. package/dist/chunk-NYNLJEPF.mjs.map +1 -0
  12. package/dist/{chunk-J22NEVSK.js → chunk-UYBCHXXL.js} +4 -4
  13. package/dist/chunk-UYBCHXXL.js.map +1 -0
  14. package/dist/{chunk-3X7EEFMN.js → chunk-XU4MY6OG.js} +429 -429
  15. package/dist/{chunk-3X7EEFMN.js.map → chunk-XU4MY6OG.js.map} +1 -1
  16. package/dist/client/index.js +3 -3
  17. package/dist/client/index.mjs +2 -2
  18. package/dist/components/index.js +3 -3
  19. package/dist/components/index.mjs +2 -2
  20. package/dist/contexts/index.js +3 -3
  21. package/dist/contexts/index.mjs +2 -2
  22. package/dist/core/index.js +2 -2
  23. package/dist/core/index.mjs +1 -1
  24. package/dist/index.js +2 -2
  25. package/dist/index.mjs +1 -1
  26. package/dist/server/index.js +3 -3
  27. package/dist/server/index.mjs +1 -1
  28. package/package.json +1 -1
  29. package/src/components/pages/PageContentContainer.tsx +2 -2
  30. package/src/core/abstracts/AbstractService.ts +2 -2
  31. package/src/features/billing/stripe-subscription/hooks/useSubscriptionWizard.ts +5 -4
  32. package/src/utils/blocknote-diff.util.ts +1 -1
  33. package/dist/chunk-DU64WMZD.mjs.map +0 -1
  34. package/dist/chunk-J22NEVSK.js.map +0 -1
  35. /package/dist/{BlockNoteEditor-ZM4YPXHO.mjs.map → BlockNoteEditor-GNFK7ZVR.mjs.map} +0 -0
@@ -36,7 +36,7 @@ import {
36
36
  rehydrate,
37
37
  useComposedRefs,
38
38
  useIsMobile
39
- } from "./chunk-DU64WMZD.mjs";
39
+ } from "./chunk-NYNLJEPF.mjs";
40
40
  import {
41
41
  JsonApiContext
42
42
  } from "./chunk-VOXD3ZLY.mjs";
@@ -11151,7 +11151,7 @@ __name(AllowedUsersDetails, "AllowedUsersDetails");
11151
11151
  import dynamic from "next/dynamic";
11152
11152
  import React15 from "react";
11153
11153
  import { jsx as jsx122 } from "react/jsx-runtime";
11154
- var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-ZM4YPXHO.mjs"), {
11154
+ var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-GNFK7ZVR.mjs"), {
11155
11155
  ssr: false
11156
11156
  });
11157
11157
  var BlockNoteEditorContainer = React15.memo(/* @__PURE__ */ __name(function EditorContainer(props) {
@@ -11233,10 +11233,10 @@ function PageContentContainer({ header, details, footer, content }) {
11233
11233
  }
11234
11234
  ),
11235
11235
  /* @__PURE__ */ jsx124(ResizableHandle, { withHandle: true }),
11236
- /* @__PURE__ */ jsx124(ResizablePanel, { id: "right-panel", className: isMobile ? "pt-4" : "pl-4", children: /* @__PURE__ */ jsx124("div", { className: "h-full overflow-y-auto", children: content }) })
11236
+ /* @__PURE__ */ jsx124(ResizablePanel, { id: "right-panel", className: isMobile ? "pt-4" : "pl-4", children: /* @__PURE__ */ jsx124("div", { className: "h-full overflow-x-hidden overflow-y-auto p-2 pb-20", children: content }) })
11237
11237
  ]
11238
11238
  }
11239
- ) : /* @__PURE__ */ jsx124("div", { className: "h-full overflow-y-auto", children: content }) })
11239
+ ) : /* @__PURE__ */ jsx124("div", { className: "h-full overflow-x-hidden overflow-y-auto p-2 pb-20", children: content }) })
11240
11240
  ] });
11241
11241
  }
11242
11242
  __name(PageContentContainer, "PageContentContainer");
@@ -15106,4 +15106,4 @@ export {
15106
15106
  useOAuthClients,
15107
15107
  useOAuthClient
15108
15108
  };
15109
- //# sourceMappingURL=chunk-UCD5CUE4.mjs.map
15109
+ //# sourceMappingURL=chunk-IJSB4FH6.mjs.map