@carlonicora/nextjs-jsonapi 1.100.1 → 1.101.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-OBWSYICZ.mjs → BlockNoteEditor-OV64YA2W.mjs} +2 -2
- package/dist/{BlockNoteEditor-Z4YI6XFJ.js → BlockNoteEditor-RZE5IYQF.js} +9 -9
- package/dist/{BlockNoteEditor-Z4YI6XFJ.js.map → BlockNoteEditor-RZE5IYQF.js.map} +1 -1
- package/dist/billing/index.js +299 -299
- package/dist/billing/index.mjs +1 -1
- package/dist/{chunk-J767HTWG.mjs → chunk-FO642JFF.mjs} +4 -4
- package/dist/chunk-FO642JFF.mjs.map +1 -0
- package/dist/{chunk-JQ6O7OEZ.js → chunk-W7O2YO64.js} +4 -4
- package/dist/chunk-W7O2YO64.js.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/containers/RoundPageContainerTitle.tsx +1 -1
- package/src/components/forms/EditorSheet.tsx +1 -1
- package/src/components/forms/__tests__/EditorSheet.test.tsx +17 -0
- package/dist/chunk-J767HTWG.mjs.map +0 -1
- package/dist/chunk-JQ6O7OEZ.js.map +0 -1
- /package/dist/{BlockNoteEditor-OBWSYICZ.mjs.map → BlockNoteEditor-OV64YA2W.mjs.map} +0 -0
package/dist/billing/index.mjs
CHANGED
|
@@ -8888,7 +8888,7 @@ function EditorSheet({
|
|
|
8888
8888
|
try {
|
|
8889
8889
|
const result = await onSubmit(values);
|
|
8890
8890
|
setOpen(false);
|
|
8891
|
-
if (
|
|
8891
|
+
if (result && onSaved) {
|
|
8892
8892
|
onSaved(result, entityType);
|
|
8893
8893
|
}
|
|
8894
8894
|
if (onSuccess) {
|
|
@@ -9493,7 +9493,7 @@ import { useRef as useRef15 } from "react";
|
|
|
9493
9493
|
import dynamic from "next/dynamic";
|
|
9494
9494
|
import React14 from "react";
|
|
9495
9495
|
import { jsx as jsx73 } from "react/jsx-runtime";
|
|
9496
|
-
var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-
|
|
9496
|
+
var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-OV64YA2W.mjs"), {
|
|
9497
9497
|
ssr: false
|
|
9498
9498
|
});
|
|
9499
9499
|
var BlockNoteEditorContainer = React14.memo(/* @__PURE__ */ __name(function EditorContainer(props) {
|
|
@@ -13723,7 +13723,7 @@ function RoundPageContainerTitle({
|
|
|
13723
13723
|
] }),
|
|
13724
13724
|
/* @__PURE__ */ jsx146("div", { className: cn("text-primary w-full text-xl font-semibold"), children: title.element })
|
|
13725
13725
|
] }),
|
|
13726
|
-
(title.functions || details) && /* @__PURE__ */ jsxs86("div", { className: "flex gap-x-2", children: [
|
|
13726
|
+
(title.functions || details) && /* @__PURE__ */ jsxs86("div", { className: "flex items-center gap-x-2", children: [
|
|
13727
13727
|
title.functions,
|
|
13728
13728
|
details && /* @__PURE__ */ jsxs86(Tooltip2, { children: [
|
|
13729
13729
|
/* @__PURE__ */ jsx146(TooltipTrigger, { children: /* @__PURE__ */ jsx146(
|
|
@@ -22408,4 +22408,4 @@ export {
|
|
|
22408
22408
|
useOAuthClients,
|
|
22409
22409
|
useOAuthClient
|
|
22410
22410
|
};
|
|
22411
|
-
//# sourceMappingURL=chunk-
|
|
22411
|
+
//# sourceMappingURL=chunk-FO642JFF.mjs.map
|