@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.
@@ -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-QLNAU7GK.mjs"), {
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
- // The bottom safe-area inset is reserved HERE, not inside
14992
- // MobileNavigationBar: padding within the bar's bordered card leaves
14993
- // dead space inside the rounded box with the icons crammed against
14994
- // its top edge (measured 78px tall for a 42px icon row). Held by the
14995
- // shell instead, the bar keeps its natural height and the whole card
14996
- // floats above the home indicator, which is what the detached-card
14997
- // design intends. Resolves to plain p-1 wherever the inset is 0.
14998
- isMobile ? "gap-1 p-1 pt-0 pb-[calc(0.25rem+env(safe-area-inset-bottom))]" : "p-2 pt-0 pl-0"
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
- // The bottom safe-area inset is reserved HERE, not inside
15026
- // MobileNavigationBar: padding within the bar's bordered card leaves
15027
- // dead space inside the rounded box with the icons crammed against
15028
- // its top edge (measured 78px tall for a 42px icon row). Held by the
15029
- // shell instead, the bar keeps its natural height and the whole card
15030
- // floats above the home indicator, which is what the detached-card
15031
- // design intends. Resolves to plain p-1 wherever the inset is 0.
15032
- isMobile ? "gap-1 p-1 pt-0 pb-[calc(0.25rem+env(safe-area-inset-bottom))]" : "p-2 pt-0 pl-0"
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-QBCHQXLE.mjs.map
23888
+ //# sourceMappingURL=chunk-K6HCBBAP.mjs.map