@carlonicora/nextjs-jsonapi 1.67.0 → 1.68.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-TIX3GDVZ.mjs → BlockNoteEditor-6FDECIS2.mjs} +4 -4
- package/dist/{BlockNoteEditor-QHWPE3BJ.js → BlockNoteEditor-DXHROT4C.js} +14 -14
- package/dist/{BlockNoteEditor-QHWPE3BJ.js.map → BlockNoteEditor-DXHROT4C.js.map} +1 -1
- package/dist/billing/index.js +346 -346
- package/dist/billing/index.mjs +3 -3
- package/dist/{chunk-CJY63D6U.js → chunk-37KYO2UD.js} +9 -1
- package/dist/chunk-37KYO2UD.js.map +1 -0
- package/dist/{chunk-3BWYWS3A.js → chunk-ELTHSXBI.js} +622 -622
- package/dist/{chunk-3BWYWS3A.js.map → chunk-ELTHSXBI.js.map} +1 -1
- package/dist/{chunk-WWP32QYC.mjs → chunk-H4ZS3R76.mjs} +5 -5
- package/dist/chunk-H4ZS3R76.mjs.map +1 -0
- package/dist/{chunk-RIG2BEXJ.mjs → chunk-IOMDNRX5.mjs} +9 -1
- package/dist/{chunk-RIG2BEXJ.mjs.map → chunk-IOMDNRX5.mjs.map} +1 -1
- package/dist/{chunk-KFIQTY4O.js → chunk-WOJIRXIP.js} +11 -11
- package/dist/{chunk-KFIQTY4O.js.map → chunk-WOJIRXIP.js.map} +1 -1
- package/dist/{chunk-ZYAAJMZZ.mjs → chunk-WVTBEVAL.mjs} +2 -2
- package/dist/client/index.js +4 -4
- package/dist/client/index.mjs +3 -3
- package/dist/components/index.js +4 -4
- package/dist/components/index.mjs +3 -3
- package/dist/contexts/index.js +4 -4
- package/dist/contexts/index.mjs +3 -3
- package/dist/core/index.d.mts +2 -2
- package/dist/core/index.d.ts +2 -2
- package/dist/core/index.js +2 -2
- package/dist/core/index.mjs +1 -1
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +3 -3
- package/dist/index.mjs +2 -2
- package/dist/{s3.service-DLf_a0xS.d.mts → s3.service-CHOTwfWA.d.mts} +4 -0
- package/dist/{s3.service-Cg5TmbU_.d.ts → s3.service-N1g0piXD.d.ts} +4 -0
- package/dist/server/index.d.mts +1 -1
- package/dist/server/index.d.ts +1 -1
- package/dist/server/index.js +3 -3
- package/dist/server/index.mjs +1 -1
- package/package.json +1 -1
- package/src/features/user/components/details/UserContent.tsx +1 -1
- package/src/features/user/data/user.service.ts +9 -0
- package/dist/chunk-CJY63D6U.js.map +0 -1
- package/dist/chunk-WWP32QYC.mjs.map +0 -1
- /package/dist/{BlockNoteEditor-TIX3GDVZ.mjs.map → BlockNoteEditor-6FDECIS2.mjs.map} +0 -0
- /package/dist/{chunk-ZYAAJMZZ.mjs.map → chunk-WVTBEVAL.mjs.map} +0 -0
|
@@ -21,7 +21,7 @@ import {
|
|
|
21
21
|
useI18nLocale,
|
|
22
22
|
useI18nRouter,
|
|
23
23
|
useI18nTranslations
|
|
24
|
-
} from "./chunk-
|
|
24
|
+
} from "./chunk-WVTBEVAL.mjs";
|
|
25
25
|
import {
|
|
26
26
|
AVAILABLE_OAUTH_SCOPES,
|
|
27
27
|
AuthService,
|
|
@@ -53,7 +53,7 @@ import {
|
|
|
53
53
|
showToast,
|
|
54
54
|
useComposedRefs,
|
|
55
55
|
useIsMobile
|
|
56
|
-
} from "./chunk-
|
|
56
|
+
} from "./chunk-IOMDNRX5.mjs";
|
|
57
57
|
import {
|
|
58
58
|
JsonApiContext
|
|
59
59
|
} from "./chunk-VOXD3ZLY.mjs";
|
|
@@ -8794,7 +8794,7 @@ __name(FormCheckbox, "FormCheckbox");
|
|
|
8794
8794
|
import dynamic from "next/dynamic";
|
|
8795
8795
|
import React14 from "react";
|
|
8796
8796
|
import { jsx as jsx69 } from "react/jsx-runtime";
|
|
8797
|
-
var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-
|
|
8797
|
+
var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-6FDECIS2.mjs"), {
|
|
8798
8798
|
ssr: false
|
|
8799
8799
|
});
|
|
8800
8800
|
var BlockNoteEditorContainer = React14.memo(/* @__PURE__ */ __name(function EditorContainer(props) {
|
|
@@ -10231,7 +10231,7 @@ function UserContent({ user }) {
|
|
|
10231
10231
|
fallback: getInitials(user.name),
|
|
10232
10232
|
alt: user.name,
|
|
10233
10233
|
patchImage: async (imageKey) => {
|
|
10234
|
-
const updated = await UserService.
|
|
10234
|
+
const updated = await UserService.patchAvatar({ id: user.id, avatar: imageKey });
|
|
10235
10235
|
setUser(updated);
|
|
10236
10236
|
},
|
|
10237
10237
|
className: "h-24 w-24",
|
|
@@ -19428,4 +19428,4 @@ export {
|
|
|
19428
19428
|
useOAuthClients,
|
|
19429
19429
|
useOAuthClient
|
|
19430
19430
|
};
|
|
19431
|
-
//# sourceMappingURL=chunk-
|
|
19431
|
+
//# sourceMappingURL=chunk-H4ZS3R76.mjs.map
|