eddyter 1.4.9 → 1.4.11
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/README.md +13 -1
- package/dist/Provider/EditorProvider.d.ts +2 -0
- package/dist/api/auth.d.ts +2 -0
- package/dist/assets/style.css +1 -1
- package/dist/{generateDocxThumbnail-C-ncaF7K.js → generateDocxThumbnail-sE1G5G6C.js} +1 -1
- package/dist/{generatePdfThumbnail-3ltsGn6c.js → generatePdfThumbnail-BcT_cjxm.js} +1 -1
- package/dist/{generateXlsxThumbnail-D7WwiJyR.js → generateXlsxThumbnail-nCbKlvf2.js} +1 -1
- package/dist/{html2pdf.bundle.min-clbInSdL.js → html2pdf.bundle.min-D4m3s3b2.js} +1 -1
- package/dist/{index-oIJfc57t.js → index-CkMNlf2-.js} +14487 -14370
- package/dist/{index-DvjIQ7q3.js → index-Ct4lYZ_n.js} +746 -731
- package/dist/{index-BoaegKBH.js → index-DpFqIrjJ.js} +1 -1
- package/dist/{index-C2wTHo-G.js → index-DwmEaul2.js} +4 -4
- package/dist/index.js +1 -1
- package/dist/ui/Icons.d.ts +4 -1
- package/package.json +4 -3
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as x, Fragment as rt, jsx as i } from "react/jsx-runtime";
|
|
2
2
|
import { I as it } from "./ImageResizer-BVwxL4Eh.js";
|
|
3
|
-
import { J as N, W as ot, m as nt, A as ct, n as lt, o as at, p as dt, T as st, M as ut, v as ft, w as gt } from "./index-
|
|
3
|
+
import { J as N, W as ot, m as nt, A as ct, n as lt, o as at, p as dt, T as st, M as ut, v as ft, w as gt } from "./index-CkMNlf2-.js";
|
|
4
4
|
import { LinkNode as mt } from "@lexical/link";
|
|
5
5
|
import { AutoFocusPlugin as pt } from "@lexical/react/LexicalAutoFocusPlugin";
|
|
6
6
|
import { useLexicalComposerContext as ht } from "@lexical/react/LexicalComposerContext";
|
|
@@ -2,7 +2,7 @@ import { jsx as r, jsxs as p } from "react/jsx-runtime";
|
|
|
2
2
|
import { useLexicalComposerContext as $ } from "@lexical/react/LexicalComposerContext";
|
|
3
3
|
import { $getNodeByKey as g } from "lexical";
|
|
4
4
|
import { useState as j, useEffect as D } from "react";
|
|
5
|
-
import { $ as k, D as y, T as B, F as h, a as E, b as I } from "./index-
|
|
5
|
+
import { $ as k, D as y, T as B, F as h, a as E, b as I } from "./index-CkMNlf2-.js";
|
|
6
6
|
function W(e, t) {
|
|
7
7
|
const d = e.split(".").pop()?.toLowerCase();
|
|
8
8
|
return d === "pdf" || t.startsWith("data:application/pdf") ? "pdf" : d === "docx" || t.startsWith("data:application/vnd.openxmlformats") && e.toLowerCase().endsWith(".docx") ? "docx" : d === "xlsx" || d === "xls" || t.startsWith("data:application/vnd.openxmlformats-officedocument.spreadsheetml") || t.startsWith("data:application/vnd.ms-excel") ? "xlsx" : null;
|
|
@@ -16,15 +16,15 @@ function z(e, t) {
|
|
|
16
16
|
return;
|
|
17
17
|
}
|
|
18
18
|
let l = !1;
|
|
19
|
-
return c === "pdf" ? import("./generatePdfThumbnail-
|
|
19
|
+
return c === "pdf" ? import("./generatePdfThumbnail-BcT_cjxm.js").then(({ generatePdfThumbnail: o }) => o(e)).then((o) => {
|
|
20
20
|
l || n(o);
|
|
21
21
|
}).catch(() => {
|
|
22
22
|
l || n(null);
|
|
23
|
-
}) : c === "docx" ? import("./generateDocxThumbnail-
|
|
23
|
+
}) : c === "docx" ? import("./generateDocxThumbnail-sE1G5G6C.js").then(({ generateDocxThumbnail: o }) => o(e)).then((o) => {
|
|
24
24
|
l || n(o);
|
|
25
25
|
}).catch(() => {
|
|
26
26
|
l || n(null);
|
|
27
|
-
}) : c === "xlsx" && import("./generateXlsxThumbnail-
|
|
27
|
+
}) : c === "xlsx" && import("./generateXlsxThumbnail-nCbKlvf2.js").then(({ generateXlsxThumbnail: o }) => o(e)).then((o) => {
|
|
28
28
|
l || n(o);
|
|
29
29
|
}).catch(() => {
|
|
30
30
|
l || n(null);
|
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { N as a, O as r, P as t, Q as s, R as o, U as d, V as v, Y as u, Z as f, _ as n, a0 as l, a1 as w } from "./index-
|
|
1
|
+
import { N as a, O as r, P as t, Q as s, R as o, U as d, V as v, Y as u, Z as f, _ as n, a0 as l, a1 as w } from "./index-CkMNlf2-.js";
|
|
2
2
|
export {
|
|
3
3
|
a as ConfigurableEditor,
|
|
4
4
|
r as ConfigurableEditorWithAuth,
|
package/dist/ui/Icons.d.ts
CHANGED
|
@@ -87,4 +87,7 @@ declare const CodeSquare: () => import("react/jsx-runtime").JSX.Element;
|
|
|
87
87
|
declare const InlineAutocomplete: () => import("react/jsx-runtime").JSX.Element;
|
|
88
88
|
declare const OmegaIcon: () => import("react/jsx-runtime").JSX.Element;
|
|
89
89
|
declare const LineSpacingIcon: () => import("react/jsx-runtime").JSX.Element;
|
|
90
|
-
|
|
90
|
+
declare const MiceIcon: () => import("react/jsx-runtime").JSX.Element;
|
|
91
|
+
declare const PlayIcon: () => import("react/jsx-runtime").JSX.Element;
|
|
92
|
+
declare const PushIcon: () => import("react/jsx-runtime").JSX.Element;
|
|
93
|
+
export { AddCommentIcon, AddImageIcon, AdjustToneIcon, AIChatIcon, AIIcon, AlignBottomIcon, AlignCenterIcon, AlignJustifyIcon, AlignLeftIcon, AlignMiddleIcon, AlignRightIcon, AlignTopIcon, BoldIcon, BugIcon, BulletListIcon, ChartBarIcon, CheckBoxIcon, CheckIcon, ChevronDownIcon, CodeIcon, CompleteSentenceIcon, DisableIcon, EmojifyIcon, FaceSmileIcon, FileIcon, FixGrammarIcon, GenerateImageIcon, Heading1Icon, Heading2Icon, Heading3Icon, Heading4Icon, Heading5Icon, Heading6Icon, HorizontalRuleIcon, HtmlViewIcon, ImageIcon, ItalicIcon, LinkIcon, LockIcon, MagicoonIcon, MakeLongerIcon, MakeShorterIcon, MenuAltIcon, MessageEditIcon, MicrophoneIcon, NoteIcon, NumberListIcon, PauseCircleIcon, ParagraphIcon, PenLineIcon, PerspectiveIcon, PlayCircleIcon, PlusIcon, QuoteIcon, RecordingIcon, RedoIcon, SearchTextIcon, SearchTextIcon2, SendIcon, SignatureIcon, SimplifyIcon, SparkleIcon, StopCircleIcon, StrikethroughIcon, SubscriptIcon, SuperscriptIcon, TodoIcon, TranslateIcon, TypeCapitalizeIcon, TypeLowercaseIcon, TypeUppercaseIcon, UnderlineIcon, UndoIcon, UploadIcon, TableIcon, HighlighterIcon, LightbulbIcon, ClearFormattingIcon, CrossIcon, DownloadIcon, TrashIcon, ExternalLinkIcon, WrapTextLeftIcon, WrapTextRightIcon, AiSparkle, CodeSquare, InlineAutocomplete, OmegaIcon, LineSpacingIcon, MiceIcon, PlayIcon, PushIcon };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eddyter",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.4.
|
|
4
|
+
"version": "1.4.11",
|
|
5
5
|
"description": "Plug and Play AI Rich Text Editor for any website, blog, CRM, ERP, or web app. Built on Lexical with AI writing assistance, dark mode, and real-time collaboration.",
|
|
6
6
|
"homepage": "https://www.eddyter.com",
|
|
7
7
|
"type": "module",
|
|
@@ -33,7 +33,8 @@
|
|
|
33
33
|
"types": "dist/index.d.ts",
|
|
34
34
|
"style": "dist/assets/style.css",
|
|
35
35
|
"files": [
|
|
36
|
-
"dist"
|
|
36
|
+
"dist",
|
|
37
|
+
"LICENSE"
|
|
37
38
|
],
|
|
38
39
|
"exports": {
|
|
39
40
|
".": {
|
|
@@ -106,7 +107,6 @@
|
|
|
106
107
|
"pdfjs-dist": "^3.11.174",
|
|
107
108
|
"prettier": "^3.5.1",
|
|
108
109
|
"react-colorful": "^5.6.1",
|
|
109
|
-
"react-router-dom": "^7.2.0",
|
|
110
110
|
"react-signature-canvas": "^1.1.0-alpha.1",
|
|
111
111
|
"sass": "^1.57.1",
|
|
112
112
|
"sentence-splitter": "^5.0.0",
|
|
@@ -117,6 +117,7 @@
|
|
|
117
117
|
},
|
|
118
118
|
"license": "SEE LICENSE IN LICENSE",
|
|
119
119
|
"devDependencies": {
|
|
120
|
+
"react-router-dom": "^7.2.0",
|
|
120
121
|
"@types/he": "^1.2.3",
|
|
121
122
|
"@types/lodash-es": "^4.17.12",
|
|
122
123
|
"@types/md5": "^2.3.6",
|