@carlonicora/nextjs-jsonapi 1.65.0 → 1.65.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.
@@ -8547,7 +8547,7 @@ __name(FormCheckbox, "FormCheckbox");
8547
8547
  import dynamic from "next/dynamic";
8548
8548
  import React14 from "react";
8549
8549
  import { jsx as jsx71 } from "react/jsx-runtime";
8550
- var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-SCQGD6F2.mjs"), {
8550
+ var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-CZOW7J5K.mjs"), {
8551
8551
  ssr: false
8552
8552
  });
8553
8553
  var BlockNoteEditorContainer = React14.memo(/* @__PURE__ */ __name(function EditorContainer(props) {
@@ -11706,7 +11706,7 @@ __name(useSocket, "useSocket");
11706
11706
 
11707
11707
  // src/components/navigations/Breadcrumb.tsx
11708
11708
  import { Fragment as Fragment17, jsx as jsx123, jsxs as jsxs71 } from "react/jsx-runtime";
11709
- var ITEMS_TO_DISPLAY = 3;
11709
+ var ITEMS_TO_DISPLAY = 4;
11710
11710
  function BreadcrumbNavigation({ items }) {
11711
11711
  const generateUrl = usePageUrlGenerator();
11712
11712
  const t = useTranslations40();
@@ -11719,12 +11719,12 @@ function BreadcrumbNavigation({ items }) {
11719
11719
  /* @__PURE__ */ jsx123(BreadcrumbSeparator, {}),
11720
11720
  /* @__PURE__ */ jsx123(BreadcrumbItem, { children: /* @__PURE__ */ jsxs71(DropdownMenu, { open, onOpenChange: setOpen, children: [
11721
11721
  /* @__PURE__ */ jsx123(DropdownMenuTrigger, { className: "flex items-center gap-1", "aria-label": "Toggle menu", children: /* @__PURE__ */ jsx123(BreadcrumbEllipsis, { className: "h-4 w-4" }) }),
11722
- /* @__PURE__ */ jsx123(DropdownMenuContent, { align: "start", children: items.slice(1, -ITEMS_TO_DISPLAY + 1).map((item, index) => /* @__PURE__ */ jsx123(DropdownMenuItem, { children: /* @__PURE__ */ jsx123(Link, { href: item.href ? item.href : "#", children: item.name }) }, index)) })
11722
+ /* @__PURE__ */ jsx123(DropdownMenuContent, { align: "start", children: items.slice(1, -ITEMS_TO_DISPLAY + 2).map((item, index) => /* @__PURE__ */ jsx123(DropdownMenuItem, { children: /* @__PURE__ */ jsx123(Link, { href: item.href ? item.href : "#", children: item.name }) }, index)) })
11723
11723
  ] }) }),
11724
11724
  /* @__PURE__ */ jsx123(BreadcrumbSeparator, {}),
11725
- items.slice(-ITEMS_TO_DISPLAY + 1).map((item, index) => /* @__PURE__ */ jsxs71(Fragment16, { children: [
11725
+ items.slice(-ITEMS_TO_DISPLAY + 2).map((item, index) => /* @__PURE__ */ jsxs71(Fragment16, { children: [
11726
11726
  /* @__PURE__ */ jsx123(BreadcrumbItem, { children: item.href ? /* @__PURE__ */ jsx123(Link, { href: item.href, children: item.name }) : /* @__PURE__ */ jsx123(Fragment17, { children: item.name }) }),
11727
- index < items.slice(-ITEMS_TO_DISPLAY + 1).length - 1 && /* @__PURE__ */ jsx123(BreadcrumbSeparator, {})
11727
+ index < items.slice(-ITEMS_TO_DISPLAY + 2).length - 1 && /* @__PURE__ */ jsx123(BreadcrumbSeparator, {})
11728
11728
  ] }, index))
11729
11729
  ] }) : /* @__PURE__ */ jsx123(Fragment17, { children: items.map((item, index) => /* @__PURE__ */ jsxs71(Fragment16, { children: [
11730
11730
  /* @__PURE__ */ jsx123(BreadcrumbItem, { children: item.href ? /* @__PURE__ */ jsx123(Link, { href: item.href, children: item.name }) : /* @__PURE__ */ jsx123(Fragment17, { children: item.name }) }),
@@ -18969,4 +18969,4 @@ export {
18969
18969
  useOAuthClients,
18970
18970
  useOAuthClient
18971
18971
  };
18972
- //# sourceMappingURL=chunk-OLNMWVOV.mjs.map
18972
+ //# sourceMappingURL=chunk-ESGUCYJS.mjs.map