@carlonicora/nextjs-jsonapi 1.137.3 → 1.137.5
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-QLNAU7GK.mjs → BlockNoteEditor-K7FBEMSV.mjs} +2 -2
- package/dist/{BlockNoteEditor-EQTXZTO4.js → BlockNoteEditor-SNWR5FUR.js} +9 -9
- package/dist/{BlockNoteEditor-EQTXZTO4.js.map → BlockNoteEditor-SNWR5FUR.js.map} +1 -1
- package/dist/billing/index.js +310 -310
- package/dist/billing/index.mjs +1 -1
- package/dist/{chunk-RVK3JB33.js → chunk-54IQSYOH.js} +20 -18
- package/dist/chunk-54IQSYOH.js.map +1 -0
- package/dist/{chunk-QBCHQXLE.mjs → chunk-K6HCBBAP.mjs} +20 -18
- package/dist/chunk-K6HCBBAP.mjs.map +1 -0
- 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 +18 -16
- package/src/components/navigations/MobileNavigationBar.tsx +5 -4
- package/dist/chunk-QBCHQXLE.mjs.map +0 -1
- package/dist/chunk-RVK3JB33.js.map +0 -1
- /package/dist/{BlockNoteEditor-QLNAU7GK.mjs.map → BlockNoteEditor-K7FBEMSV.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-K7FBEMSV.mjs"), {
|
|
10121
10121
|
ssr: false
|
|
10122
10122
|
});
|
|
10123
10123
|
var BlockNoteEditorContainer = React17.memo(/* @__PURE__ */ __name(function EditorContainer(props) {
|
|
@@ -14988,14 +14988,15 @@ function RoundPageContainer({
|
|
|
14988
14988
|
"data-testid": testId,
|
|
14989
14989
|
className: cn(
|
|
14990
14990
|
"flex h-[calc(100svh-var(--app-header-h,3rem))] w-full flex-col",
|
|
14991
|
-
//
|
|
14992
|
-
// MobileNavigationBar
|
|
14993
|
-
//
|
|
14994
|
-
//
|
|
14995
|
-
//
|
|
14996
|
-
//
|
|
14997
|
-
//
|
|
14998
|
-
|
|
14991
|
+
// Deliberately NO bottom safe-area inset, here or in
|
|
14992
|
+
// MobileNavigationBar. iOS still reports 34px of bottom inset
|
|
14993
|
+
// (measured in an installed PWA), but nothing is drawn in that strip
|
|
14994
|
+
// on current devices, so reserving it only opens a band of empty
|
|
14995
|
+
// background under the bar. Inside the bar it made a 42px icon row
|
|
14996
|
+
// render 78px tall; below the bar it became a visible gap. The
|
|
14997
|
+
// swipe-up gesture region is unaffected either way — it is a gesture
|
|
14998
|
+
// area, not painted chrome.
|
|
14999
|
+
isMobile ? "gap-1 p-1 pt-0" : "p-2 pt-0 pl-0"
|
|
14999
15000
|
),
|
|
15000
15001
|
children: [
|
|
15001
15002
|
/* @__PURE__ */ jsx161("div", { className: cn("bg-background flex min-h-0 w-full flex-1", isMobile ? "" : "rounded-lg border p-0"), children: /* @__PURE__ */ jsx161("div", { className: "flex w-full flex-col" }) }),
|
|
@@ -15022,14 +15023,15 @@ function RoundPageContainer({
|
|
|
15022
15023
|
"data-testid": testId,
|
|
15023
15024
|
className: cn(
|
|
15024
15025
|
`flex h-[calc(100svh-var(--app-header-h,3rem))] w-full flex-col`,
|
|
15025
|
-
//
|
|
15026
|
-
// MobileNavigationBar
|
|
15027
|
-
//
|
|
15028
|
-
//
|
|
15029
|
-
//
|
|
15030
|
-
//
|
|
15031
|
-
//
|
|
15032
|
-
|
|
15026
|
+
// Deliberately NO bottom safe-area inset, here or in
|
|
15027
|
+
// MobileNavigationBar. iOS still reports 34px of bottom inset
|
|
15028
|
+
// (measured in an installed PWA), but nothing is drawn in that strip
|
|
15029
|
+
// on current devices, so reserving it only opens a band of empty
|
|
15030
|
+
// background under the bar. Inside the bar it made a 42px icon row
|
|
15031
|
+
// render 78px tall; below the bar it became a visible gap. The
|
|
15032
|
+
// swipe-up gesture region is unaffected either way — it is a gesture
|
|
15033
|
+
// area, not painted chrome.
|
|
15034
|
+
isMobile ? "gap-1 p-1 pt-0" : "p-2 pt-0 pl-0"
|
|
15033
15035
|
),
|
|
15034
15036
|
children: [
|
|
15035
15037
|
/* @__PURE__ */ jsxs94("div", { className: "bg-background flex min-h-0 w-full flex-1 rounded-lg border p-0", children: [
|
|
@@ -23883,4 +23885,4 @@ export {
|
|
|
23883
23885
|
useOAuthClients,
|
|
23884
23886
|
useOAuthClient
|
|
23885
23887
|
};
|
|
23886
|
-
//# sourceMappingURL=chunk-
|
|
23888
|
+
//# sourceMappingURL=chunk-K6HCBBAP.mjs.map
|