@carlonicora/nextjs-jsonapi 1.61.0 → 1.62.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.
@@ -47,7 +47,7 @@ import {
47
47
  TabsList,
48
48
  TabsTrigger,
49
49
  useCurrentUserContext
50
- } from "../chunk-W5ADYJZO.mjs";
50
+ } from "../chunk-K3DKXOEU.mjs";
51
51
  import {
52
52
  getRoleId,
53
53
  getStripePublishableKey
@@ -3384,7 +3384,7 @@ function SheetContent({
3384
3384
  "data-slot": "sheet-content",
3385
3385
  "data-side": side,
3386
3386
  className: cn(
3387
- "bg-background data-open:animate-in data-closed:animate-out data-[side=right]:data-closed:slide-out-to-right-10 data-[side=right]:data-open:slide-in-from-right-10 data-[side=left]:data-closed:slide-out-to-left-10 data-[side=left]:data-open:slide-in-from-left-10 data-[side=top]:data-closed:slide-out-to-top-10 data-[side=top]:data-open:slide-in-from-top-10 data-closed:fade-out-0 data-open:fade-in-0 data-[side=bottom]:data-closed:slide-out-to-bottom-10 data-[side=bottom]:data-open:slide-in-from-bottom-10 fixed z-50 flex flex-col bg-clip-padding text-xs/relaxed shadow-lg transition duration-200 ease-in-out data-[side=bottom]:inset-x-0 data-[side=bottom]:bottom-0 data-[side=bottom]:h-auto data-[side=bottom]:border-t data-[side=left]:inset-y-0 data-[side=left]:left-0 data-[side=left]:h-full data-[side=left]:w-3/4 data-[side=left]:border-r data-[side=right]:inset-y-0 data-[side=right]:right-0 data-[side=right]:h-full data-[side=right]:w-3/4 data-[side=right]:border-l data-[side=top]:inset-x-0 data-[side=top]:top-0 data-[side=top]:h-auto data-[side=top]:border-b data-[side=left]:sm:max-w-sm data-[side=right]:sm:max-w-sm",
3387
+ "bg-background data-open:animate-in data-closed:animate-out data-[side=right]:data-closed:slide-out-to-right-10 data-[side=right]:data-open:slide-in-from-right-10 data-[side=left]:data-closed:slide-out-to-left-10 data-[side=left]:data-open:slide-in-from-left-10 data-[side=top]:data-closed:slide-out-to-top-10 data-[side=top]:data-open:slide-in-from-top-10 data-closed:fade-out-0 data-open:fade-in-0 data-[side=bottom]:data-closed:slide-out-to-bottom-10 data-[side=bottom]:data-open:slide-in-from-bottom-10 fixed z-50 flex flex-col bg-clip-padding text-xs/relaxed shadow-lg transition duration-200 ease-in-out data-[side=bottom]:inset-x-0 data-[side=bottom]:bottom-0 data-[side=bottom]:h-auto data-[side=bottom]:border-t data-[side=left]:inset-y-0 data-[side=left]:left-0 data-[side=left]:h-full data-[side=left]:w-3/4 data-[side=left]:border-r data-[side=right]:inset-y-0 data-[side=right]:right-0 data-[side=right]:h-full data-[side=right]:w-3/4 data-[side=right]:rounded-l-lg data-[side=right]:border-l data-[side=left]:rounded-r-lg data-[side=top]:inset-x-0 data-[side=top]:top-0 data-[side=top]:h-auto data-[side=top]:border-b data-[side=left]:sm:max-w-sm data-[side=right]:sm:max-w-sm",
3388
3388
  className
3389
3389
  ),
3390
3390
  ...props,
@@ -6022,8 +6022,8 @@ __name(EntityAvatar, "EntityAvatar");
6022
6022
 
6023
6023
  // src/components/TableCellAvatar.tsx
6024
6024
  import { jsx as jsx49, jsxs as jsxs25 } from "react/jsx-runtime";
6025
- function TableCellAvatar({ image, name }) {
6026
- return /* @__PURE__ */ jsxs25(Avatar, { className: "mr-2 h-10 w-10 shrink-0", children: [
6025
+ function TableCellAvatar({ image, name, className }) {
6026
+ return /* @__PURE__ */ jsxs25(Avatar, { className: cn("mr-2 h-10 w-10 shrink-0", className), children: [
6027
6027
  image ? /* @__PURE__ */ jsx49(AvatarImage, { src: image, alt: name }) : null,
6028
6028
  /* @__PURE__ */ jsx49(AvatarFallback, { className: "text-xs", children: getInitials(name) })
6029
6029
  ] });
@@ -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-HTD3BPTX.mjs"), {
8550
+ var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-TS62AHRY.mjs"), {
8551
8551
  ssr: false
8552
8552
  });
8553
8553
  var BlockNoteEditorContainer = React14.memo(/* @__PURE__ */ __name(function EditorContainer(props) {
@@ -19021,4 +19021,4 @@ export {
19021
19021
  useOAuthClients,
19022
19022
  useOAuthClient
19023
19023
  };
19024
- //# sourceMappingURL=chunk-W5ADYJZO.mjs.map
19024
+ //# sourceMappingURL=chunk-K3DKXOEU.mjs.map