eddyter 1.4.16 → 1.4.18
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/AIChatPlugin-DsUPycjT.js +872 -0
- package/dist/CombinedAutocompletGrammarPlugin-BXOz6IRb.js +1778 -0
- package/dist/{CommentBubblePlugin-DZQW1ibY.js → CommentBubblePlugin-kiMehQkL.js} +5 -5
- package/dist/CommentPlugin-DIuM-Jao.js +154 -0
- package/dist/LazyCodeMirror-DdCIk-83.js +21374 -0
- package/dist/{LazySignatureCanvas-FKl1mD-T.js → LazySignatureCanvas-BtcxlSTW.js} +1 -1
- package/dist/NotePanelPlugin-FirMseLu.js +31 -0
- package/dist/TextEnhancePlugin-oXbL_F1i.js +199 -0
- package/dist/_commonjsHelpers-DaMA6jEr.js +8 -0
- package/dist/assets/style.css +1 -1
- package/dist/components/AiPlugin/commands.d.ts +4 -0
- package/dist/components/AiPlugin/index.d.ts +0 -4
- package/dist/components/CommentToggle/CommentToggle.d.ts +1 -0
- package/dist/components/ConfigurableEditorWithAuth.d.ts +2 -0
- package/dist/editor/components/FloatingToolbarManager.d.ts +2 -1
- package/dist/editor/components/ToolbarMount.d.ts +2 -1
- package/dist/{generateDocxThumbnail-DJlPLsdY.js → generateDocxThumbnail-RE7yNAXP.js} +7 -6
- package/dist/{generatePdfThumbnail-CfDAh39b.js → generatePdfThumbnail-CnldK2yE.js} +4 -4
- package/dist/{generateXlsxThumbnail-cRIT4Jyf.js → generateXlsxThumbnail-BpBB4ePK.js} +1 -1
- package/dist/{html2pdf.bundle.min-BW3dolOS.js → html2pdf.bundle.min-u-o_L5zA.js} +1 -1
- package/dist/{index-BEepnYCf.js → index-B4W_mfNI.js} +15 -15
- package/dist/{index-gjz4wieB.js → index-C8ZUqYRj.js} +56 -56
- package/dist/{index-W6_ogglw.js → index-CKRp6axU.js} +28 -28
- package/dist/{index-BydXFu_2.js → index-CL0adQ5R.js} +1 -1
- package/dist/{index-BDDjWwK4.js → index-CXyZgoBl.js} +16862 -21806
- package/dist/{index-BmfQcIrc.js → index-DZAvLKar.js} +118 -116
- package/dist/index-F2-F96Nx.js +720 -0
- package/dist/index.js +3 -3
- package/dist/marked.esm-Tjr8Gfse.js +1114 -0
- package/dist/pages/ConfigurableEditor/ConfigurableEditor.d.ts +1 -0
- package/dist/plugins/AIChatPlugin.commands.d.ts +7 -0
- package/dist/plugins/AIChatPlugin.d.ts +0 -7
- package/dist/plugins/CommentPlugin.commands.d.ts +5 -0
- package/dist/plugins/CommentPlugin.d.ts +0 -5
- package/dist/plugins/NotePanelPlugin.commands.d.ts +6 -0
- package/dist/plugins/NotePanelPlugin.d.ts +0 -6
- package/dist/plugins/TextEnhancePlugin.commands.d.ts +1 -0
- package/dist/plugins/TextEnhancePlugin.d.ts +0 -1
- package/dist/plugins/WordCountPlugin.d.ts +1 -0
- package/dist/sparkles-CTAYmQOE.js +17 -0
- package/dist/square-CupR-YWR.js +7 -0
- package/dist/types.d.ts +1 -0
- package/dist/useVoiceToText-U0yKgS5Q.js +153 -0
- package/package.json +5 -2
- package/dist/LazyCodeMirror-C1bW4mVF.js +0 -44822
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { aM as i, aN as r, aO as t, aP as s, aQ as o, aR as d, aS as u, aT as v, u as f, Q as n, aU as l, aV as w } from "./index-CXyZgoBl.js";
|
|
2
2
|
export {
|
|
3
3
|
i as ConfigurableEditor,
|
|
4
4
|
r as ConfigurableEditorWithAuth,
|
|
@@ -6,8 +6,8 @@ export {
|
|
|
6
6
|
s as EditorProvider,
|
|
7
7
|
o as HtmlViewProvider,
|
|
8
8
|
d as LinkPreviewHover,
|
|
9
|
-
|
|
10
|
-
|
|
9
|
+
u as defaultEditorConfig,
|
|
10
|
+
v as isReactNativeWebView,
|
|
11
11
|
f as useEditor,
|
|
12
12
|
n as useHtmlView,
|
|
13
13
|
l as useReactNativeBridge,
|