ct-rich-text-editor 1.2.3 → 1.2.5
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/assets/style.css +5319 -1
- package/dist/{babel-1c4a328b.js → babel-d155920e.js} +2303 -2279
- package/dist/{babel-1c4a328b.js.map → babel-d155920e.js.map} +1 -1
- package/dist/estree-b1fff53b.js +4706 -0
- package/dist/{estree-2cbea43c.js.map → estree-b1fff53b.js.map} +1 -1
- package/dist/html-f95ee5dc.js +2885 -0
- package/dist/{html-c18fb60e.js.map → html-f95ee5dc.js.map} +1 -1
- package/dist/index-7c4c0170.js +655 -0
- package/dist/index-7c4c0170.js.map +1 -0
- package/dist/index-c98eb13a.js +27325 -0
- package/dist/index-c98eb13a.js.map +1 -0
- package/dist/index.js +48 -15
- package/dist/index.js.map +1 -1
- package/dist/markdown-1d9e6c3f.js +3759 -0
- package/dist/markdown-1d9e6c3f.js.map +1 -0
- package/dist/postcss-c2592f3f.js +5399 -0
- package/dist/postcss-c2592f3f.js.map +1 -0
- package/dist/standalone-bcc7f37a.js +2649 -0
- package/dist/standalone-bcc7f37a.js.map +1 -0
- package/dist/typescript-48c10f50.js +13601 -0
- package/dist/{typescript-39d06710.js.map → typescript-48c10f50.js.map} +1 -1
- package/package.json +4 -4
- package/dist/estree-2cbea43c.js +0 -4668
- package/dist/html-c18fb60e.js +0 -2842
- package/dist/index-0e027fdf.js +0 -806
- package/dist/index-0e027fdf.js.map +0 -1
- package/dist/index-bd25a91b.js +0 -35926
- package/dist/index-bd25a91b.js.map +0 -1
- package/dist/markdown-39c3822b.js +0 -3548
- package/dist/markdown-39c3822b.js.map +0 -1
- package/dist/postcss-bbcc713e.js +0 -5152
- package/dist/postcss-bbcc713e.js.map +0 -1
- package/dist/standalone-36ad3877.js +0 -2601
- package/dist/standalone-36ad3877.js.map +0 -1
- package/dist/typescript-39d06710.js +0 -13534
package/dist/index.js
CHANGED
|
@@ -1,25 +1,58 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import "react/jsx-
|
|
1
|
+
import { b, C, E, H, e, a, u, v } from "./index-c98eb13a.js";
|
|
2
|
+
import "react/jsx-runtime";
|
|
3
3
|
import "react";
|
|
4
4
|
import "axios";
|
|
5
5
|
import "@emotion/styled";
|
|
6
|
-
import "lexical";
|
|
6
|
+
import "@lexical/html";
|
|
7
|
+
import "@lexical/react/LexicalCheckListPlugin";
|
|
8
|
+
import "@lexical/react/LexicalComposer";
|
|
9
|
+
import "@lexical/react/LexicalComposerContext";
|
|
10
|
+
import "@lexical/react/LexicalContentEditable";
|
|
11
|
+
import "@lexical/react/LexicalErrorBoundary";
|
|
12
|
+
import "@lexical/react/LexicalHistoryPlugin";
|
|
13
|
+
import "@lexical/react/LexicalHorizontalRulePlugin";
|
|
14
|
+
import "@lexical/react/LexicalListPlugin";
|
|
15
|
+
import "@lexical/react/LexicalOnChangePlugin";
|
|
16
|
+
import "@lexical/react/LexicalRichTextPlugin";
|
|
17
|
+
import "@lexical/react/LexicalTablePlugin";
|
|
7
18
|
import "@lexical/utils";
|
|
8
|
-
import "
|
|
9
|
-
import "
|
|
10
|
-
import "@lexical/table";
|
|
19
|
+
import "@mui/material/Stack";
|
|
20
|
+
import "lexical";
|
|
11
21
|
import "@lexical/code";
|
|
22
|
+
import "react-dom";
|
|
12
23
|
import "@lexical/link";
|
|
13
|
-
import "@
|
|
24
|
+
import "@lexical/list";
|
|
25
|
+
import "@lexical/rich-text";
|
|
26
|
+
import "@lexical/selection";
|
|
27
|
+
import "@lexical/table";
|
|
28
|
+
import "@lexical/react/LexicalHorizontalRuleNode";
|
|
29
|
+
import "@mui/icons-material/Description";
|
|
30
|
+
import "@mui/icons-material/FolderZip";
|
|
31
|
+
import "@mui/icons-material/InsertChart";
|
|
32
|
+
import "@mui/icons-material/InsertDriveFile";
|
|
33
|
+
import "@mui/icons-material/PictureAsPdf";
|
|
34
|
+
import "@lexical/react/LexicalDecoratorBlockNode";
|
|
14
35
|
import "emoji-picker-react";
|
|
36
|
+
import "@mui/icons-material/Code";
|
|
37
|
+
import "@mui/icons-material/ContentCopy";
|
|
38
|
+
import "@mui/icons-material/CropOriginal";
|
|
39
|
+
import "@mui/icons-material/Delete";
|
|
40
|
+
import "@mui/icons-material/FormatAlignCenter";
|
|
41
|
+
import "@mui/icons-material/FormatAlignLeft";
|
|
42
|
+
import "@mui/icons-material/FormatAlignRight";
|
|
43
|
+
import "@mui/icons-material/Link";
|
|
44
|
+
import "@mui/icons-material/OpenInNew";
|
|
45
|
+
import "@lexical/react/LexicalLinkPlugin";
|
|
46
|
+
import "@lexical/react/LexicalTypeaheadMenuPlugin";
|
|
47
|
+
import "@lexical/react/useLexicalEditable";
|
|
15
48
|
export {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
49
|
+
b as ConfigurableEditor,
|
|
50
|
+
C as ConfigurableEditorWithAuth,
|
|
51
|
+
E as EditorProvider,
|
|
52
|
+
H as HtmlViewProvider,
|
|
53
|
+
e as defaultEditorConfig,
|
|
54
|
+
a as useEditor,
|
|
55
|
+
u as useHtmlView,
|
|
56
|
+
v as verifyApiKey
|
|
24
57
|
};
|
|
25
58
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|