@carlonicora/nextjs-jsonapi 1.58.0 → 1.58.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.
@@ -6007,7 +6007,12 @@ MultipleSelector.displayName = "MultipleSelector";
6007
6007
 
6008
6008
  // src/components/EntityAvatar.tsx
6009
6009
  import { jsx as jsx48, jsxs as jsxs24 } from "react/jsx-runtime";
6010
- function EntityAvatar({ image, name, className = "h-24 w-24", fallbackClassName = "text-2xl" }) {
6010
+ function EntityAvatar({
6011
+ image,
6012
+ name,
6013
+ className = "h-24 w-24",
6014
+ fallbackClassName = "text-2xl"
6015
+ }) {
6011
6016
  return /* @__PURE__ */ jsxs24(Avatar, { className: `${className} ${fallbackClassName}`, children: [
6012
6017
  image ? /* @__PURE__ */ jsx48(AvatarImage, { src: image, alt: name }) : null,
6013
6018
  /* @__PURE__ */ jsx48(AvatarFallback, { className: fallbackClassName, children: getInitials(name) })
@@ -8363,7 +8368,7 @@ __name(FormCheckbox, "FormCheckbox");
8363
8368
  import dynamic from "next/dynamic";
8364
8369
  import React14 from "react";
8365
8370
  import { jsx as jsx69 } from "react/jsx-runtime";
8366
- var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-HUK3OPMR.mjs"), {
8371
+ var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-I7N4N6MZ.mjs"), {
8367
8372
  ssr: false
8368
8373
  });
8369
8374
  var BlockNoteEditorContainer = React14.memo(/* @__PURE__ */ __name(function EditorContainer(props) {
@@ -18831,4 +18836,4 @@ export {
18831
18836
  useOAuthClients,
18832
18837
  useOAuthClient
18833
18838
  };
18834
- //# sourceMappingURL=chunk-IEOAACHO.mjs.map
18839
+ //# sourceMappingURL=chunk-OAJFQZXY.mjs.map