@carlonicora/nextjs-jsonapi 1.61.1 → 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.
- package/dist/{BlockNoteEditor-DUIV7AH4.js → BlockNoteEditor-QQ4XFT4G.js} +6 -6
- package/dist/{BlockNoteEditor-DUIV7AH4.js.map → BlockNoteEditor-QQ4XFT4G.js.map} +1 -1
- package/dist/{BlockNoteEditor-LDG4S6CH.mjs → BlockNoteEditor-TS62AHRY.mjs} +2 -2
- package/dist/billing/index.js +299 -299
- package/dist/billing/index.mjs +1 -1
- package/dist/{chunk-PYYCNB4F.mjs → chunk-K3DKXOEU.mjs} +4 -4
- package/dist/chunk-K3DKXOEU.mjs.map +1 -0
- package/dist/{chunk-VVGEEBGD.js → chunk-ZRKQQLYI.js} +4 -4
- package/dist/chunk-ZRKQQLYI.js.map +1 -0
- package/dist/client/index.js +2 -2
- package/dist/client/index.mjs +1 -1
- package/dist/components/index.d.mts +2 -1
- package/dist/components/index.d.ts +2 -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/TableCellAvatar.tsx +5 -3
- package/dist/chunk-PYYCNB4F.mjs.map +0 -1
- package/dist/chunk-VVGEEBGD.js.map +0 -1
- /package/dist/{BlockNoteEditor-LDG4S6CH.mjs.map → BlockNoteEditor-TS62AHRY.mjs.map} +0 -0
package/dist/billing/index.mjs
CHANGED
|
@@ -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-
|
|
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-
|
|
19024
|
+
//# sourceMappingURL=chunk-K3DKXOEU.mjs.map
|