eddyter 1.4.8 → 1.4.9
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/{ImageResizer-C5luyjPa.js → ImageResizer-BVwxL4Eh.js} +20 -19
- package/dist/assets/style.css +1 -1
- package/dist/{generateDocxThumbnail-Bg1t0PrM.js → generateDocxThumbnail-C-ncaF7K.js} +1 -1
- package/dist/{generatePdfThumbnail-DAlYprsR.js → generatePdfThumbnail-3ltsGn6c.js} +8 -8
- package/dist/{generateXlsxThumbnail-CQTndahy.js → generateXlsxThumbnail-D7WwiJyR.js} +1 -1
- package/dist/{html2pdf.bundle.min-CDGSMyz-.js → html2pdf.bundle.min-clbInSdL.js} +1 -1
- package/dist/{index-BiSbWE5S.js → index-BoaegKBH.js} +43 -36
- package/dist/{index-bcmxAWk7.js → index-C2wTHo-G.js} +54 -52
- package/dist/{index-0q0ojIJJ.js → index-DvjIQ7q3.js} +349 -364
- package/dist/{index-DIH7BtWD.js → index-oIJfc57t.js} +14302 -14136
- package/dist/index.js +1 -1
- package/dist/ui/Icons.d.ts +2 -1
- package/package.json +3 -1
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-oIJfc57t.js";
|
|
2
2
|
export {
|
|
3
3
|
a as ConfigurableEditor,
|
|
4
4
|
r as ConfigurableEditorWithAuth,
|
package/dist/ui/Icons.d.ts
CHANGED
|
@@ -86,4 +86,5 @@ declare const AiSparkle: () => import("react/jsx-runtime").JSX.Element;
|
|
|
86
86
|
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
|
+
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 };
|
package/package.json
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eddyter",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.4.
|
|
4
|
+
"version": "1.4.9",
|
|
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
|
+
"homepage": "https://www.eddyter.com",
|
|
5
7
|
"type": "module",
|
|
6
8
|
"packageManager": "pnpm@9.0.0",
|
|
7
9
|
"keywords": [
|