@carlonicora/nextjs-jsonapi 1.58.0 → 1.58.2
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.
- package/dist/{BlockNoteEditor-HUK3OPMR.mjs → BlockNoteEditor-I7N4N6MZ.mjs} +2 -2
- package/dist/{BlockNoteEditor-Q3LZMCRC.js → BlockNoteEditor-LPMGYNE7.js} +6 -6
- package/dist/{BlockNoteEditor-Q3LZMCRC.js.map → BlockNoteEditor-LPMGYNE7.js.map} +1 -1
- package/dist/billing/index.js +299 -299
- package/dist/billing/index.mjs +1 -1
- package/dist/{chunk-YFX6ECHC.js → chunk-74TRO667.js} +8 -3
- package/dist/chunk-74TRO667.js.map +1 -0
- package/dist/{chunk-IEOAACHO.mjs → chunk-OAJFQZXY.mjs} +8 -3
- package/dist/chunk-OAJFQZXY.mjs.map +1 -0
- package/dist/client/index.js +2 -2
- package/dist/client/index.mjs +1 -1
- package/dist/components/index.d.mts +1 -1
- package/dist/components/index.d.ts +1 -1
- package/dist/components/index.js +2 -2
- package/dist/components/index.mjs +1 -1
- package/dist/contexts/index.js +2 -2
- package/dist/contexts/index.mjs +1 -1
- package/package.json +1 -1
- package/src/components/EntityAvatar.tsx +7 -4
- package/src/components/TableCellAvatar.tsx +1 -3
- package/src/components/tables/__tests__/ContentListTable.test.tsx +3 -2
- package/dist/chunk-IEOAACHO.mjs.map +0 -1
- package/dist/chunk-YFX6ECHC.js.map +0 -1
- /package/dist/{BlockNoteEditor-HUK3OPMR.mjs.map → BlockNoteEditor-I7N4N6MZ.mjs.map} +0 -0
|
@@ -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({
|
|
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-
|
|
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-
|
|
18839
|
+
//# sourceMappingURL=chunk-OAJFQZXY.mjs.map
|