@carlonicora/nextjs-jsonapi 1.123.0 → 1.123.1

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.
@@ -9838,7 +9838,7 @@ import { useRef as useRef15 } from "react";
9838
9838
  import dynamic from "next/dynamic";
9839
9839
  import React17 from "react";
9840
9840
  import { jsx as jsx77 } from "react/jsx-runtime";
9841
- var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-4TXISWF2.mjs"), {
9841
+ var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-4UBKHQHZ.mjs"), {
9842
9842
  ssr: false
9843
9843
  });
9844
9844
  var BlockNoteEditorContainer = React17.memo(/* @__PURE__ */ __name(function EditorContainer(props) {
@@ -14296,7 +14296,7 @@ function ReactMarkdownContainer({
14296
14296
  __name(ReactMarkdownContainer, "ReactMarkdownContainer");
14297
14297
 
14298
14298
  // src/components/containers/RoundPageContainerTitle.tsx
14299
- import { PanelRightCloseIcon, PanelRightOpenIcon } from "lucide-react";
14299
+ import { InfoIcon as InfoIcon2 } from "lucide-react";
14300
14300
  import { jsx as jsx151, jsxs as jsxs89 } from "react/jsx-runtime";
14301
14301
  function RoundPageContainerTitle({
14302
14302
  module,
@@ -14322,9 +14322,10 @@ function RoundPageContainerTitle({
14322
14322
  {
14323
14323
  render: /* @__PURE__ */ jsx151("div", {}),
14324
14324
  nativeButton: false,
14325
- variant: `ghost`,
14325
+ variant: showDetails ? `ghost` : `default`,
14326
14326
  onClick: () => setShowDetails(!showDetails),
14327
- children: showDetails ? /* @__PURE__ */ jsx151(PanelRightCloseIcon, { className: "text-muted-foreground" }) : /* @__PURE__ */ jsx151(PanelRightOpenIcon, { className: "text-accent" })
14327
+ className: cn(`cursor-pointer`),
14328
+ children: /* @__PURE__ */ jsx151(InfoIcon2, {})
14328
14329
  }
14329
14330
  ) }),
14330
14331
  /* @__PURE__ */ jsx151(TooltipContent, { children: showDetails ? "Hide details" : "Show details" })
@@ -23144,4 +23145,4 @@ export {
23144
23145
  useOAuthClients,
23145
23146
  useOAuthClient
23146
23147
  };
23147
- //# sourceMappingURL=chunk-BPGXWAKV.mjs.map
23148
+ //# sourceMappingURL=chunk-WDWU5VJ5.mjs.map