@carlonicora/nextjs-jsonapi 1.87.2 → 1.87.3
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-RECSY7IH.mjs → BlockNoteEditor-RAOTXBVG.mjs} +2 -2
- package/dist/{BlockNoteEditor-WCXUKEI6.js → BlockNoteEditor-VTHYA7C7.js} +8 -8
- package/dist/{BlockNoteEditor-WCXUKEI6.js.map → BlockNoteEditor-VTHYA7C7.js.map} +1 -1
- package/dist/billing/index.js +299 -299
- package/dist/billing/index.mjs +1 -1
- package/dist/{chunk-DNK5XQBD.js → chunk-MDKDNR3R.js} +12 -4
- package/dist/chunk-MDKDNR3R.js.map +1 -0
- package/dist/{chunk-FHG34KMN.mjs → chunk-T2NYLP7P.mjs} +12 -4
- package/dist/chunk-T2NYLP7P.mjs.map +1 -0
- package/dist/client/index.js +2 -2
- package/dist/client/index.mjs +1 -1
- package/dist/components/index.d.mts +8 -1
- package/dist/components/index.d.ts +8 -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 +16 -1
- package/dist/chunk-DNK5XQBD.js.map +0 -1
- package/dist/chunk-FHG34KMN.mjs.map +0 -1
- /package/dist/{BlockNoteEditor-RECSY7IH.mjs.map → BlockNoteEditor-RAOTXBVG.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-RAOTXBVG.mjs"), {
|
|
9211
9211
|
ssr: false
|
|
9212
9212
|
});
|
|
9213
9213
|
var BlockNoteEditorContainer = React14.memo(/* @__PURE__ */ __name(function EditorContainer(props) {
|
|
@@ -9229,9 +9229,13 @@ function FormBlockNote({
|
|
|
9229
9229
|
inlineContentSpecs,
|
|
9230
9230
|
renderOverlays,
|
|
9231
9231
|
className,
|
|
9232
|
-
stretch = false
|
|
9232
|
+
stretch = false,
|
|
9233
|
+
enableMentions,
|
|
9234
|
+
mentionSearchFn,
|
|
9235
|
+
mentionSearchParams,
|
|
9236
|
+
mentionResolveFn
|
|
9233
9237
|
}) {
|
|
9234
|
-
return /* @__PURE__ */ jsx74("div", { className: cn("flex w-full flex-col", stretch && className), children: /* @__PURE__ */ jsx74(
|
|
9238
|
+
return /* @__PURE__ */ jsx74("div", { className: cn("flex w-full flex-col", stretch && "min-h-0 flex-1 [&>[data-slot=field]]:min-h-0 [&>[data-slot=field]]:flex-1", className), children: /* @__PURE__ */ jsx74(
|
|
9235
9239
|
FormFieldWrapper,
|
|
9236
9240
|
{
|
|
9237
9241
|
form,
|
|
@@ -9254,6 +9258,10 @@ function FormBlockNote({
|
|
|
9254
9258
|
bordered: true,
|
|
9255
9259
|
inlineContentSpecs,
|
|
9256
9260
|
renderOverlays,
|
|
9261
|
+
enableMentions,
|
|
9262
|
+
mentionSearchFn,
|
|
9263
|
+
mentionSearchParams,
|
|
9264
|
+
mentionResolveFn,
|
|
9257
9265
|
className: cn(stretch && "min-h-0 flex-1")
|
|
9258
9266
|
}
|
|
9259
9267
|
)
|
|
@@ -21740,4 +21748,4 @@ export {
|
|
|
21740
21748
|
useOAuthClients,
|
|
21741
21749
|
useOAuthClient
|
|
21742
21750
|
};
|
|
21743
|
-
//# sourceMappingURL=chunk-
|
|
21751
|
+
//# sourceMappingURL=chunk-T2NYLP7P.mjs.map
|