@carlonicora/nextjs-jsonapi 1.141.2 → 1.141.3
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-S6LWQDMF.js → BlockNoteEditor-4OXY6BKF.js} +9 -9
- package/dist/{BlockNoteEditor-S6LWQDMF.js.map → BlockNoteEditor-4OXY6BKF.js.map} +1 -1
- package/dist/{BlockNoteEditor-3V7LHCFY.mjs → BlockNoteEditor-JTKEBS2W.mjs} +2 -2
- package/dist/billing/index.js +310 -310
- package/dist/billing/index.mjs +1 -1
- package/dist/{chunk-S4G7IXZZ.js → chunk-4TGGHNWL.js} +3 -3
- package/dist/{chunk-S4G7IXZZ.js.map → chunk-4TGGHNWL.js.map} +1 -1
- package/dist/{chunk-7ZEETAQV.mjs → chunk-K76QSQTC.mjs} +3 -3
- package/dist/chunk-K76QSQTC.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/dist/features/help/index.js +32 -31
- package/dist/features/help/index.js.map +1 -1
- package/dist/features/help/index.mjs +3 -2
- package/dist/features/help/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/features/company/components/forms/CompanyEditor.tsx +1 -1
- package/src/features/help/components/HelpHeader.tsx +10 -5
- package/src/features/help/components/__tests__/HelpHeader.spec.tsx +59 -0
- package/dist/chunk-7ZEETAQV.mjs.map +0 -1
- /package/dist/{BlockNoteEditor-3V7LHCFY.mjs.map → BlockNoteEditor-JTKEBS2W.mjs.map} +0 -0
|
@@ -10164,7 +10164,7 @@ import { useRef as useRef17 } from "react";
|
|
|
10164
10164
|
import dynamic from "next/dynamic";
|
|
10165
10165
|
import React17 from "react";
|
|
10166
10166
|
import { jsx as jsx86 } from "react/jsx-runtime";
|
|
10167
|
-
var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-
|
|
10167
|
+
var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-JTKEBS2W.mjs"), {
|
|
10168
10168
|
ssr: false
|
|
10169
10169
|
});
|
|
10170
10170
|
var BlockNoteEditorContainer = React17.memo(/* @__PURE__ */ __name(function EditorContainer(props) {
|
|
@@ -12683,7 +12683,7 @@ function CompanyEditorInternal({
|
|
|
12683
12683
|
dialogOpen,
|
|
12684
12684
|
onDialogOpenChange: handleDialogOpenChange,
|
|
12685
12685
|
children: /* @__PURE__ */ jsxs80("div", { className: "flex w-full items-start justify-between gap-x-4", children: [
|
|
12686
|
-
/* @__PURE__ */ jsx133("div", { className: "flex w-96 flex-col justify-start gap-y-4", children: /* @__PURE__ */ jsx133(FileUploader, { value: files, onValueChange: setFiles, dropzoneOptions: dropzone2, className: "w-full p-4", children: /* @__PURE__ */ jsx133(FileInput, { className: "text-muted-foreground/50 outline-dashed", children: /* @__PURE__ */ jsx133("div", { className: "flex w-full flex-col items-center justify-center pt-3 pb-4", children: /* @__PURE__ */ jsx133("div", { className: "flex w-full flex-col items-center justify-center pt-3 pb-4", children: file || company?.logo ? /* @__PURE__ */ jsx133(
|
|
12686
|
+
/* @__PURE__ */ jsx133("div", { className: "flex w-96 flex-col justify-start gap-y-4", children: /* @__PURE__ */ jsx133(FileUploader, { value: files, onValueChange: setFiles, dropzoneOptions: dropzone2, className: "w-full p-4", children: /* @__PURE__ */ jsx133(FileInput, { className: "text-muted-foreground/50 rounded-lg outline-1 outline-dashed", children: /* @__PURE__ */ jsx133("div", { className: "flex w-full flex-col items-center justify-center pt-3 pb-4", children: /* @__PURE__ */ jsx133("div", { className: "flex w-full flex-col items-center justify-center pt-3 pb-4", children: file || company?.logo ? /* @__PURE__ */ jsx133(
|
|
12687
12687
|
Image6,
|
|
12688
12688
|
{
|
|
12689
12689
|
src: file ? URL.createObjectURL(file) : company?.logo || "",
|
|
@@ -23950,4 +23950,4 @@ export {
|
|
|
23950
23950
|
useOAuthClients,
|
|
23951
23951
|
useOAuthClient
|
|
23952
23952
|
};
|
|
23953
|
-
//# sourceMappingURL=chunk-
|
|
23953
|
+
//# sourceMappingURL=chunk-K76QSQTC.mjs.map
|