@carlonicora/nextjs-jsonapi 1.87.1 → 1.87.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.
- package/dist/{BlockNoteEditor-7KIMGZC2.mjs → BlockNoteEditor-RECSY7IH.mjs} +2 -2
- package/dist/{BlockNoteEditor-WKJFAEPW.js → BlockNoteEditor-WCXUKEI6.js} +8 -8
- package/dist/{BlockNoteEditor-WKJFAEPW.js.map → BlockNoteEditor-WCXUKEI6.js.map} +1 -1
- package/dist/billing/index.js +299 -299
- package/dist/billing/index.mjs +1 -1
- package/dist/{chunk-YRGMYOY6.js → chunk-DNK5XQBD.js} +8 -5
- package/dist/chunk-DNK5XQBD.js.map +1 -0
- package/dist/{chunk-NQVPYC5J.mjs → chunk-FHG34KMN.mjs} +8 -5
- package/dist/chunk-FHG34KMN.mjs.map +1 -0
- package/dist/client/index.js +2 -2
- package/dist/client/index.mjs +1 -1
- package/dist/components/index.d.mts +7 -1
- package/dist/components/index.d.ts +7 -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/forms/FormBlockNote.tsx +11 -1
- package/dist/chunk-NQVPYC5J.mjs.map +0 -1
- package/dist/chunk-YRGMYOY6.js.map +0 -1
- /package/dist/{BlockNoteEditor-7KIMGZC2.mjs.map → BlockNoteEditor-RECSY7IH.mjs.map} +0 -0
|
@@ -9207,7 +9207,7 @@ __name(FormCheckbox, "FormCheckbox");
|
|
|
9207
9207
|
import dynamic from "next/dynamic";
|
|
9208
9208
|
import React14 from "react";
|
|
9209
9209
|
import { jsx as jsx73 } from "react/jsx-runtime";
|
|
9210
|
-
var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-
|
|
9210
|
+
var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-RECSY7IH.mjs"), {
|
|
9211
9211
|
ssr: false
|
|
9212
9212
|
});
|
|
9213
9213
|
var BlockNoteEditorContainer = React14.memo(/* @__PURE__ */ __name(function EditorContainer(props) {
|
|
@@ -9227,9 +9227,11 @@ function FormBlockNote({
|
|
|
9227
9227
|
testId,
|
|
9228
9228
|
onEmptyChange,
|
|
9229
9229
|
inlineContentSpecs,
|
|
9230
|
-
renderOverlays
|
|
9230
|
+
renderOverlays,
|
|
9231
|
+
className,
|
|
9232
|
+
stretch = false
|
|
9231
9233
|
}) {
|
|
9232
|
-
return /* @__PURE__ */ jsx74("div", { className: "flex w-full flex-col", children: /* @__PURE__ */ jsx74(
|
|
9234
|
+
return /* @__PURE__ */ jsx74("div", { className: cn("flex w-full flex-col", stretch && className), children: /* @__PURE__ */ jsx74(
|
|
9233
9235
|
FormFieldWrapper,
|
|
9234
9236
|
{
|
|
9235
9237
|
form,
|
|
@@ -9251,7 +9253,8 @@ function FormBlockNote({
|
|
|
9251
9253
|
placeholder,
|
|
9252
9254
|
bordered: true,
|
|
9253
9255
|
inlineContentSpecs,
|
|
9254
|
-
renderOverlays
|
|
9256
|
+
renderOverlays,
|
|
9257
|
+
className: cn(stretch && "min-h-0 flex-1")
|
|
9255
9258
|
}
|
|
9256
9259
|
)
|
|
9257
9260
|
}
|
|
@@ -21737,4 +21740,4 @@ export {
|
|
|
21737
21740
|
useOAuthClients,
|
|
21738
21741
|
useOAuthClient
|
|
21739
21742
|
};
|
|
21740
|
-
//# sourceMappingURL=chunk-
|
|
21743
|
+
//# sourceMappingURL=chunk-FHG34KMN.mjs.map
|