@carlonicora/nextjs-jsonapi 1.44.1 → 1.44.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-YSOWQEY7.mjs → BlockNoteEditor-2ZP2BEZC.mjs} +2 -2
- package/dist/{BlockNoteEditor-CFDL7HKM.js → BlockNoteEditor-C7CVGQDG.js} +6 -6
- package/dist/{BlockNoteEditor-CFDL7HKM.js.map → BlockNoteEditor-C7CVGQDG.js.map} +1 -1
- package/dist/billing/index.js +299 -299
- package/dist/billing/index.mjs +1 -1
- package/dist/{chunk-OXD2QCMX.js → chunk-24E7WD4J.js} +4 -5
- package/dist/chunk-24E7WD4J.js.map +1 -0
- package/dist/{chunk-B456JJWU.mjs → chunk-CLXIZJVH.mjs} +4 -5
- package/dist/chunk-CLXIZJVH.mjs.map +1 -0
- package/dist/client/index.js +2 -2
- package/dist/client/index.mjs +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/forms/FormSwitch.tsx +0 -1
- package/src/features/user/contexts/UserContext.tsx +1 -1
- package/dist/chunk-B456JJWU.mjs.map +0 -1
- package/dist/chunk-OXD2QCMX.js.map +0 -1
- /package/dist/{BlockNoteEditor-YSOWQEY7.mjs.map → BlockNoteEditor-2ZP2BEZC.mjs.map} +0 -0
|
@@ -8214,8 +8214,7 @@ function FormSwitch({
|
|
|
8214
8214
|
/* @__PURE__ */ jsx73(Switch, { checked: field.value, onCheckedChange: field.onChange, disabled }),
|
|
8215
8215
|
name && /* @__PURE__ */ jsx73(FieldLabel, { children: name })
|
|
8216
8216
|
] }) }),
|
|
8217
|
-
description && /* @__PURE__ */ jsx73(FieldDescription, { children: description })
|
|
8218
|
-
/* @__PURE__ */ jsx73(Switch, { id })
|
|
8217
|
+
description && /* @__PURE__ */ jsx73(FieldDescription, { children: description })
|
|
8219
8218
|
] });
|
|
8220
8219
|
}
|
|
8221
8220
|
__name(FormSwitch, "FormSwitch");
|
|
@@ -8714,7 +8713,7 @@ var UserProvider = /* @__PURE__ */ __name(({ children, dehydratedUser }) => {
|
|
|
8714
8713
|
const response = [];
|
|
8715
8714
|
if (hasPermissionToModule({ module: Modules.User, action: "update" /* Update */ })) {
|
|
8716
8715
|
response.push({
|
|
8717
|
-
name: t(`common.settings
|
|
8716
|
+
name: t(`common.settings`, { item: "settings" }),
|
|
8718
8717
|
href: generateUrl({ page: `/settings` })
|
|
8719
8718
|
});
|
|
8720
8719
|
response.push({
|
|
@@ -10923,7 +10922,7 @@ __name(AllowedUsersDetails, "AllowedUsersDetails");
|
|
|
10923
10922
|
import dynamic from "next/dynamic";
|
|
10924
10923
|
import React15 from "react";
|
|
10925
10924
|
import { jsx as jsx126 } from "react/jsx-runtime";
|
|
10926
|
-
var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-
|
|
10925
|
+
var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-2ZP2BEZC.mjs"), {
|
|
10927
10926
|
ssr: false
|
|
10928
10927
|
});
|
|
10929
10928
|
var BlockNoteEditorContainer = React15.memo(/* @__PURE__ */ __name(function EditorContainer(props) {
|
|
@@ -16491,4 +16490,4 @@ export {
|
|
|
16491
16490
|
useOAuthClients,
|
|
16492
16491
|
useOAuthClient
|
|
16493
16492
|
};
|
|
16494
|
-
//# sourceMappingURL=chunk-
|
|
16493
|
+
//# sourceMappingURL=chunk-CLXIZJVH.mjs.map
|