eddyter 1.3.44 → 1.3.52
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/LICENSE +24 -0
- package/README.md +7 -1
- package/dist/assets/style.css +1 -7989
- package/dist/{babel-d155920e.js → babel-1c4a328b.js} +2278 -2303
- package/dist/estree-2cbea43c.js +4667 -0
- package/dist/html-c18fb60e.js +2841 -0
- package/dist/html2pdf.bundle-ffb2feaa.js +34001 -0
- package/dist/html2pdf.bundle.min-1455f5bc.js +21964 -0
- package/dist/index-02397e44.js +111 -0
- package/dist/index-4b2cda16.js +35136 -0
- package/dist/index-ed633fb3.js +1002 -0
- package/dist/index.js +13 -14
- package/dist/markdown-39c3822b.js +3547 -0
- package/dist/postcss-bbcc713e.js +5151 -0
- package/dist/standalone-36ad3877.js +2600 -0
- package/dist/types.d.ts +2 -0
- package/dist/typescript-39d06710.js +13533 -0
- package/dist/ui/Icons.d.ts +2 -1
- package/package.json +2 -1
- package/dist/babel-d155920e.js.map +0 -1
- package/dist/estree-b1fff53b.js +0 -4706
- package/dist/estree-b1fff53b.js.map +0 -1
- package/dist/html-f95ee5dc.js +0 -2885
- package/dist/html-f95ee5dc.js.map +0 -1
- package/dist/html2pdf.bundle-71c6840e.js +0 -46128
- package/dist/html2pdf.bundle-71c6840e.js.map +0 -1
- package/dist/html2pdf.bundle.min-570c9085.js +0 -21987
- package/dist/html2pdf.bundle.min-570c9085.js.map +0 -1
- package/dist/index-6eb4d179.js +0 -46618
- package/dist/index-6eb4d179.js.map +0 -1
- package/dist/index-92744040.js +0 -1282
- package/dist/index-92744040.js.map +0 -1
- package/dist/index-bb293cb2.js +0 -161
- package/dist/index-bb293cb2.js.map +0 -1
- package/dist/index.js.map +0 -1
- package/dist/markdown-1d9e6c3f.js +0 -3759
- package/dist/markdown-1d9e6c3f.js.map +0 -1
- package/dist/postcss-c2592f3f.js +0 -5399
- package/dist/postcss-c2592f3f.js.map +0 -1
- package/dist/standalone-bcc7f37a.js +0 -2649
- package/dist/standalone-bcc7f37a.js.map +0 -1
- package/dist/typescript-48c10f50.js +0 -13601
- package/dist/typescript-48c10f50.js.map +0 -1
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { G, z, K, x, H, J, O, M, y, w, N, I } from "./index-
|
|
1
|
+
import { G as z, z as B, K as G, x as I, H as J, J as L, O as M, M as O, y as j, w as q, N as D, I as F } from "./index-4b2cda16.js";
|
|
2
2
|
import "react/jsx-runtime";
|
|
3
3
|
import "react";
|
|
4
4
|
import "axios";
|
|
@@ -31,17 +31,16 @@ import "@lexical/react/LexicalLinkPlugin";
|
|
|
31
31
|
import "@lexical/react/LexicalTypeaheadMenuPlugin";
|
|
32
32
|
import "@lexical/react/useLexicalEditable";
|
|
33
33
|
export {
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
34
|
+
z as ConfigurableEditor,
|
|
35
|
+
B as ConfigurableEditorWithAuth,
|
|
36
|
+
G as ContentPreview,
|
|
37
|
+
I as EditorProvider,
|
|
38
|
+
J as HtmlViewProvider,
|
|
39
|
+
L as LinkPreviewHover,
|
|
40
|
+
M as defaultEditorConfig,
|
|
41
|
+
O as isReactNativeWebView,
|
|
42
|
+
j as useEditor,
|
|
43
|
+
q as useHtmlView,
|
|
44
|
+
D as useReactNativeBridge,
|
|
45
|
+
F as verifyApiKey
|
|
46
46
|
};
|
|
47
|
-
//# sourceMappingURL=index.js.map
|