@carlonicora/nextjs-jsonapi 1.137.0 → 1.137.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-WX2W67GH.js → BlockNoteEditor-6LRARHTU.js} +9 -9
- package/dist/{BlockNoteEditor-WX2W67GH.js.map → BlockNoteEditor-6LRARHTU.js.map} +1 -1
- package/dist/{BlockNoteEditor-DFBJOA4C.mjs → BlockNoteEditor-VN6XD25O.mjs} +2 -2
- package/dist/billing/index.js +310 -310
- package/dist/billing/index.mjs +1 -1
- package/dist/{chunk-CTKZM2YC.js → chunk-T5XKILAQ.js} +4 -4
- package/dist/{chunk-CTKZM2YC.js.map → chunk-T5XKILAQ.js.map} +1 -1
- package/dist/{chunk-EWAOWYT5.mjs → chunk-UW2XT3UI.mjs} +4 -4
- package/dist/{chunk-EWAOWYT5.mjs.map → chunk-UW2XT3UI.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/dist/features/help/index.js +31 -31
- package/dist/features/help/index.mjs +1 -1
- package/package.json +1 -1
- package/src/components/containers/RoundPageContainer.tsx +7 -2
- /package/dist/{BlockNoteEditor-DFBJOA4C.mjs.map → BlockNoteEditor-VN6XD25O.mjs.map} +0 -0
|
@@ -10117,7 +10117,7 @@ import { useRef as useRef17 } from "react";
|
|
|
10117
10117
|
import dynamic from "next/dynamic";
|
|
10118
10118
|
import React17 from "react";
|
|
10119
10119
|
import { jsx as jsx86 } from "react/jsx-runtime";
|
|
10120
|
-
var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-
|
|
10120
|
+
var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-VN6XD25O.mjs"), {
|
|
10121
10121
|
ssr: false
|
|
10122
10122
|
});
|
|
10123
10123
|
var BlockNoteEditorContainer = React17.memo(/* @__PURE__ */ __name(function EditorContainer(props) {
|
|
@@ -14987,7 +14987,7 @@ function RoundPageContainer({
|
|
|
14987
14987
|
{
|
|
14988
14988
|
"data-testid": testId,
|
|
14989
14989
|
className: cn(
|
|
14990
|
-
"flex h-[calc(
|
|
14990
|
+
"flex h-[calc(100svh-var(--app-header-h,3rem))] w-full flex-col",
|
|
14991
14991
|
isMobile ? "gap-1 p-1 pt-0" : "p-2 pt-0 pl-0"
|
|
14992
14992
|
),
|
|
14993
14993
|
children: [
|
|
@@ -15014,7 +15014,7 @@ function RoundPageContainer({
|
|
|
15014
15014
|
{
|
|
15015
15015
|
"data-testid": testId,
|
|
15016
15016
|
className: cn(
|
|
15017
|
-
`flex h-[calc(
|
|
15017
|
+
`flex h-[calc(100svh-var(--app-header-h,3rem))] w-full flex-col`,
|
|
15018
15018
|
isMobile ? "gap-1 p-1 pt-0" : "p-2 pt-0 pl-0"
|
|
15019
15019
|
),
|
|
15020
15020
|
children: [
|
|
@@ -23869,4 +23869,4 @@ export {
|
|
|
23869
23869
|
useOAuthClients,
|
|
23870
23870
|
useOAuthClient
|
|
23871
23871
|
};
|
|
23872
|
-
//# sourceMappingURL=chunk-
|
|
23872
|
+
//# sourceMappingURL=chunk-UW2XT3UI.mjs.map
|