@carlonicora/nextjs-jsonapi 1.125.0 → 1.126.0

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.
@@ -2773,6 +2773,7 @@ function HoverCardContent({
2773
2773
  sideOffset = 4,
2774
2774
  align = "center",
2775
2775
  alignOffset = 4,
2776
+ anchor,
2776
2777
  ...props
2777
2778
  }) {
2778
2779
  return /* @__PURE__ */ jsx27(PreviewCardPrimitive.Portal, { "data-slot": "hover-card-portal", children: /* @__PURE__ */ jsx27(
@@ -2782,6 +2783,7 @@ function HoverCardContent({
2782
2783
  alignOffset,
2783
2784
  side,
2784
2785
  sideOffset,
2786
+ anchor,
2785
2787
  className: "isolate z-50",
2786
2788
  children: /* @__PURE__ */ jsx27(
2787
2789
  PreviewCardPrimitive.Popup,
@@ -9970,7 +9972,7 @@ import { useRef as useRef17 } from "react";
9970
9972
  import dynamic from "next/dynamic";
9971
9973
  import React17 from "react";
9972
9974
  import { jsx as jsx82 } from "react/jsx-runtime";
9973
- var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-YEEQH7UB.mjs"), {
9975
+ var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-SONASOXF.mjs"), {
9974
9976
  ssr: false
9975
9977
  });
9976
9978
  var BlockNoteEditorContainer = React17.memo(/* @__PURE__ */ __name(function EditorContainer(props) {
@@ -14566,6 +14568,7 @@ function RoundPageContainerTitle({
14566
14568
  return /* @__PURE__ */ jsxs91("div", { className: cn(`flex w-full flex-row items-center border-b p-4`, isMobile ? `justify-end` : `justify-between`), children: [
14567
14569
  !isMobile && /* @__PURE__ */ jsxs91("div", { className: "flex w-full gap-x-4", children: [
14568
14570
  /* @__PURE__ */ jsxs91("div", { className: "text-muted-foreground flex items-center gap-x-2 text-lg font-light whitespace-nowrap", children: [
14571
+ title.titleActions,
14569
14572
  module && module.icon ? /* @__PURE__ */ jsx153(module.icon, { className: "text-primary h-6 w-6" }) : title.icon,
14570
14573
  title.type
14571
14574
  ] }),
@@ -23510,4 +23513,4 @@ export {
23510
23513
  useOAuthClients,
23511
23514
  useOAuthClient
23512
23515
  };
23513
- //# sourceMappingURL=chunk-LRLVHDFA.mjs.map
23516
+ //# sourceMappingURL=chunk-DUPLW72K.mjs.map