@carlonicora/nextjs-jsonapi 1.56.1 → 1.56.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-OIVVFIOA.js → BlockNoteEditor-7QWJXR3A.js} +6 -6
- package/dist/{BlockNoteEditor-OIVVFIOA.js.map → BlockNoteEditor-7QWJXR3A.js.map} +1 -1
- package/dist/{BlockNoteEditor-35AYRFUO.mjs → BlockNoteEditor-RWQN3I3L.mjs} +2 -2
- package/dist/billing/index.js +299 -299
- package/dist/billing/index.mjs +1 -1
- package/dist/{chunk-22HO4MQ7.js → chunk-4CLLIRP5.js} +3 -3
- package/dist/{chunk-22HO4MQ7.js.map → chunk-4CLLIRP5.js.map} +1 -1
- package/dist/{chunk-DIM7E4WN.mjs → chunk-HDFJZTQH.mjs} +3 -3
- package/dist/chunk-HDFJZTQH.mjs.map +1 -0
- package/dist/client/index.js +2 -2
- package/dist/client/index.mjs +1 -1
- package/dist/components/index.d.mts +2 -1
- package/dist/components/index.d.ts +2 -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/FormPlaceAutocomplete.tsx +3 -2
- package/dist/chunk-DIM7E4WN.mjs.map +0 -1
- /package/dist/{BlockNoteEditor-35AYRFUO.mjs.map → BlockNoteEditor-RWQN3I3L.mjs.map} +0 -0
|
@@ -8344,7 +8344,7 @@ __name(FormCheckbox, "FormCheckbox");
|
|
|
8344
8344
|
import dynamic from "next/dynamic";
|
|
8345
8345
|
import React14 from "react";
|
|
8346
8346
|
import { jsx as jsx67 } from "react/jsx-runtime";
|
|
8347
|
-
var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-
|
|
8347
|
+
var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-RWQN3I3L.mjs"), {
|
|
8348
8348
|
ssr: false
|
|
8349
8349
|
});
|
|
8350
8350
|
var BlockNoteEditorContainer = React14.memo(/* @__PURE__ */ __name(function EditorContainer(props) {
|
|
@@ -8913,7 +8913,7 @@ function FormPlaceAutocomplete({
|
|
|
8913
8913
|
},
|
|
8914
8914
|
body: JSON.stringify({
|
|
8915
8915
|
input,
|
|
8916
|
-
includedPrimaryTypes: includeTypes
|
|
8916
|
+
...includeTypes ? { includedPrimaryTypes: includeTypes } : {},
|
|
8917
8917
|
languageCode: "en"
|
|
8918
8918
|
})
|
|
8919
8919
|
});
|
|
@@ -18758,4 +18758,4 @@ export {
|
|
|
18758
18758
|
useOAuthClients,
|
|
18759
18759
|
useOAuthClient
|
|
18760
18760
|
};
|
|
18761
|
-
//# sourceMappingURL=chunk-
|
|
18761
|
+
//# sourceMappingURL=chunk-HDFJZTQH.mjs.map
|