@bigbinary/neeto-editor 1.47.108 → 1.47.109
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/Attachments.js +52 -0
- package/dist/Attachments.js.map +1 -0
- package/dist/Editor.js +22376 -0
- package/dist/Editor.js.map +1 -0
- package/dist/EditorContent.js +250 -0
- package/dist/EditorContent.js.map +1 -0
- package/dist/FormikEditor.js +199 -0
- package/dist/FormikEditor.js.map +1 -0
- package/dist/Menu.js +106 -0
- package/dist/Menu.js.map +1 -0
- package/dist/chunk-BFTU3MAI.js +8 -0
- package/dist/chunk-BFTU3MAI.js.map +1 -0
- package/dist/chunk-BJhk4N3E.js +25765 -0
- package/dist/chunk-BJhk4N3E.js.map +1 -0
- package/dist/chunk-BR5ZkH7J.js +16238 -0
- package/dist/chunk-BR5ZkH7J.js.map +1 -0
- package/dist/chunk-C2dztUxs.js +4 -0
- package/dist/chunk-C2dztUxs.js.map +1 -0
- package/dist/chunk-CAGz17QN.js +571 -0
- package/dist/chunk-CAGz17QN.js.map +1 -0
- package/dist/chunk-CUwAOdCi.js +12640 -0
- package/dist/chunk-CUwAOdCi.js.map +1 -0
- package/dist/chunk-DNMH2cJJ.js +84 -0
- package/dist/chunk-DNMH2cJJ.js.map +1 -0
- package/dist/chunk-Dq9G_Haj.js +6729 -0
- package/dist/chunk-Dq9G_Haj.js.map +1 -0
- package/dist/chunk-DxGDZoUl.js +19 -0
- package/dist/chunk-DxGDZoUl.js.map +1 -0
- package/dist/chunk-sfpDYWCU.js +19022 -0
- package/dist/chunk-sfpDYWCU.js.map +1 -0
- package/dist/chunk-zRPC4lVr.js +9073 -0
- package/dist/chunk-zRPC4lVr.js.map +1 -0
- package/dist/cjs/Attachments.cjs.js +58 -0
- package/dist/cjs/Attachments.cjs.js.map +1 -0
- package/dist/cjs/Editor.cjs.js +22473 -0
- package/dist/cjs/Editor.cjs.js.map +1 -0
- package/dist/cjs/EditorContent.cjs.js +264 -0
- package/dist/cjs/EditorContent.cjs.js.map +1 -0
- package/dist/cjs/FormikEditor.cjs.js +206 -0
- package/dist/cjs/FormikEditor.cjs.js.map +1 -0
- package/dist/cjs/Menu.cjs.js +112 -0
- package/dist/cjs/Menu.cjs.js.map +1 -0
- package/dist/cjs/chunk-2HrSPdAV.cjs.js +92 -0
- package/dist/cjs/chunk-2HrSPdAV.cjs.js.map +1 -0
- package/dist/cjs/chunk-8GIxbIj_.cjs.js +597 -0
- package/dist/cjs/chunk-8GIxbIj_.cjs.js.map +1 -0
- package/dist/cjs/chunk-B6qYtOJe.cjs.js +6 -0
- package/dist/cjs/chunk-B6qYtOJe.cjs.js.map +1 -0
- package/dist/cjs/chunk-BGy3NmZC.cjs.js +49 -0
- package/dist/cjs/chunk-BGy3NmZC.cjs.js.map +1 -0
- package/dist/cjs/chunk-BJu3ubxk.cjs.js +11 -0
- package/dist/cjs/chunk-BJu3ubxk.cjs.js.map +1 -0
- package/dist/cjs/chunk-BzUZpT8V.cjs.js +6770 -0
- package/dist/cjs/chunk-BzUZpT8V.cjs.js.map +1 -0
- package/dist/cjs/chunk-CSn1uTr2.cjs.js +12645 -0
- package/dist/cjs/chunk-CSn1uTr2.cjs.js.map +1 -0
- package/dist/cjs/chunk-CdckCFos.cjs.js +25777 -0
- package/dist/cjs/chunk-CdckCFos.cjs.js.map +1 -0
- package/dist/cjs/chunk-De3nCFAF.cjs.js +16258 -0
- package/dist/cjs/chunk-De3nCFAF.cjs.js.map +1 -0
- package/dist/cjs/chunk-DjozIdFz.cjs.js +9135 -0
- package/dist/cjs/chunk-DjozIdFz.cjs.js.map +1 -0
- package/dist/cjs/chunk-krXdNjm-.cjs.js +19151 -0
- package/dist/cjs/chunk-krXdNjm-.cjs.js.map +1 -0
- package/dist/cjs/constants.cjs.js +13 -0
- package/dist/cjs/constants.cjs.js.map +1 -0
- package/dist/cjs/index.cjs.js +159 -0
- package/dist/cjs/index.cjs.js.map +1 -0
- package/dist/cjs/utils.cjs.js +27 -0
- package/dist/cjs/utils.cjs.js.map +1 -0
- package/dist/codeblockHighlight.js +15155 -0
- package/dist/codeblockHighlight.js.map +1 -0
- package/dist/constants.js +6 -0
- package/dist/constants.js.map +1 -0
- package/dist/editor-content.min.css +1 -0
- package/dist/editor-output-pdf-email.css +1 -0
- package/dist/editor-output-pdf-email.js +4 -0
- package/dist/editor-output-pdf-email.js.map +1 -0
- package/dist/editor-output.js +4 -0
- package/dist/editor-output.js.map +1 -0
- package/dist/editor-stats.html +4842 -0
- package/dist/editorUtils.js +170 -0
- package/dist/headerLinks.js +59 -0
- package/dist/headerLinks.js.map +1 -0
- package/dist/index.js +142 -0
- package/dist/index.js.map +1 -0
- package/dist/utils.js +15 -0
- package/dist/utils.js.map +1 -0
- package/package.json +3 -2
package/dist/Menu.js
ADDED
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
import '@babel/runtime/helpers/defineProperty';
|
|
2
|
+
import '@babel/runtime/helpers/toConsumableArray';
|
|
3
|
+
import '@babel/runtime/helpers/slicedToArray';
|
|
4
|
+
import 'react';
|
|
5
|
+
import 'ramda';
|
|
6
|
+
export { M as default } from './chunk-sfpDYWCU.js';
|
|
7
|
+
import './chunk-DxGDZoUl.js';
|
|
8
|
+
import 'react/jsx-runtime';
|
|
9
|
+
import './chunk-C2dztUxs.js';
|
|
10
|
+
import 'i18next';
|
|
11
|
+
import '@bigbinary/neeto-icons/TextH1';
|
|
12
|
+
import '@bigbinary/neeto-icons/TextH2';
|
|
13
|
+
import '@bigbinary/neeto-icons/TextH3';
|
|
14
|
+
import '@bigbinary/neeto-icons/TextH4';
|
|
15
|
+
import '@bigbinary/neeto-icons/TextH5';
|
|
16
|
+
import '@bigbinary/neeto-icons/TextP';
|
|
17
|
+
import './chunk-Dq9G_Haj.js';
|
|
18
|
+
import '@bigbinary/neeto-cist';
|
|
19
|
+
import './chunk-DNMH2cJJ.js';
|
|
20
|
+
import 'tippy.js';
|
|
21
|
+
import 'react-dom';
|
|
22
|
+
import 'classnames';
|
|
23
|
+
import 'tippy.js/dist/svg-arrow.css';
|
|
24
|
+
import '@bigbinary/neeto-icons/Link';
|
|
25
|
+
import '@bigbinary/neeto-icons/Column';
|
|
26
|
+
import '@bigbinary/neeto-icons/Down';
|
|
27
|
+
import '@bigbinary/neetoui/Dropdown';
|
|
28
|
+
import 'react-i18next';
|
|
29
|
+
import '@bigbinary/neeto-icons/Close';
|
|
30
|
+
import '@bigbinary/neetoui/Button';
|
|
31
|
+
import '@bigbinary/neeto-commons-frontend/utils';
|
|
32
|
+
import '@bigbinary/neeto-icons/Check';
|
|
33
|
+
import '@bigbinary/neetoui/Label';
|
|
34
|
+
import '@bigbinary/neeto-icons/Quote';
|
|
35
|
+
import '@bigbinary/neeto-icons/Attachment';
|
|
36
|
+
import '@bigbinary/neeto-icons/CodeBlock';
|
|
37
|
+
import '@bigbinary/neeto-icons/Code';
|
|
38
|
+
import '@bigbinary/neeto-icons/Highlight';
|
|
39
|
+
import '@bigbinary/neeto-icons/TextBold';
|
|
40
|
+
import '@bigbinary/neeto-icons/TextCross';
|
|
41
|
+
import '@bigbinary/neeto-icons/TextItalic';
|
|
42
|
+
import '@bigbinary/neeto-icons/Underline';
|
|
43
|
+
import '@bigbinary/neeto-icons/ListDot';
|
|
44
|
+
import '@bigbinary/neeto-icons/ListNumber';
|
|
45
|
+
import '@bigbinary/neeto-icons/ImageUpload';
|
|
46
|
+
import '@bigbinary/neeto-icons/Video';
|
|
47
|
+
import '@bigbinary/neeto-icons/Undo';
|
|
48
|
+
import '@bigbinary/neeto-icons/Redo';
|
|
49
|
+
import '@bigbinary/neeto-icons/Email';
|
|
50
|
+
import '@bigbinary/neetoui/Avatar';
|
|
51
|
+
import '@bigbinary/neetoui/Typography';
|
|
52
|
+
import '@bigbinary/neeto-icons/Smiley';
|
|
53
|
+
import '@babel/runtime/helpers/asyncToGenerator';
|
|
54
|
+
import '@babel/runtime/helpers/classCallCheck';
|
|
55
|
+
import '@babel/runtime/helpers/createClass';
|
|
56
|
+
import '@babel/runtime/helpers/possibleConstructorReturn';
|
|
57
|
+
import '@babel/runtime/helpers/getPrototypeOf';
|
|
58
|
+
import '@babel/runtime/helpers/inherits';
|
|
59
|
+
import '@babel/runtime/regenerator';
|
|
60
|
+
import 'emoji-mart';
|
|
61
|
+
import 'axios';
|
|
62
|
+
import '@bigbinary/neeto-commons-frontend/react-utils';
|
|
63
|
+
import '@bigbinary/neeto-icons/Customize';
|
|
64
|
+
import '@bigbinary/neeto-icons/Refresh';
|
|
65
|
+
import '@bigbinary/neetoui/Input';
|
|
66
|
+
import 'react-colorful';
|
|
67
|
+
import '@babel/runtime/helpers/objectWithoutProperties';
|
|
68
|
+
import '@bigbinary/neeto-image-uploader-frontend';
|
|
69
|
+
import '@bigbinary/neetoui/Modal';
|
|
70
|
+
import '@bigbinary/neetoui/Tab';
|
|
71
|
+
import '@bigbinary/neetoui/Toastr';
|
|
72
|
+
import './chunk-zRPC4lVr.js';
|
|
73
|
+
import 'zustand/shallow';
|
|
74
|
+
import 'zustand';
|
|
75
|
+
import './chunk-BFTU3MAI.js';
|
|
76
|
+
import '@bigbinary/neeto-icons/LeftAlign';
|
|
77
|
+
import '@bigbinary/neeto-icons/CenterAlign';
|
|
78
|
+
import '@bigbinary/neeto-icons/RightAlign';
|
|
79
|
+
import '@bigbinary/neeto-icons/Delete';
|
|
80
|
+
import '@bigbinary/neeto-icons/CustomSize';
|
|
81
|
+
import '@bigbinary/neeto-icons/BorderDisable';
|
|
82
|
+
import '@bigbinary/neeto-icons/BorderEnable';
|
|
83
|
+
import '@bigbinary/neeto-icons/AspectRatio11';
|
|
84
|
+
import '@bigbinary/neeto-icons/AspectRatio169';
|
|
85
|
+
import '@bigbinary/neeto-icons/AspectRatio916';
|
|
86
|
+
import '@bigbinary/neeto-icons/AspectRatio43';
|
|
87
|
+
import '@bigbinary/neeto-icons/AspectRatio32';
|
|
88
|
+
import '@bigbinary/neeto-commons-frontend/initializers';
|
|
89
|
+
import 'yup';
|
|
90
|
+
import '@bigbinary/neetoui/Tooltip';
|
|
91
|
+
import '@bigbinary/neetoui/formik/Form';
|
|
92
|
+
import '@bigbinary/neetoui/formik/Input';
|
|
93
|
+
import '@bigbinary/neetoui/formik/ActionBlock';
|
|
94
|
+
import '@bigbinary/neetoui/Checkbox';
|
|
95
|
+
import '@bigbinary/neeto-icons/Checkbox';
|
|
96
|
+
import '@bigbinary/neeto-icons/File';
|
|
97
|
+
import '@bigbinary/neeto-icons/Flag';
|
|
98
|
+
import '@bigbinary/neeto-icons/misc/Info';
|
|
99
|
+
import '@bigbinary/neeto-icons/misc/Warning';
|
|
100
|
+
import '@bigbinary/neeto-icons/misc/Danger';
|
|
101
|
+
import '@bigbinary/neeto-icons/misc/Megaphone';
|
|
102
|
+
import '@bigbinary/neeto-icons/misc/Success';
|
|
103
|
+
import '@bigbinary/neeto-icons/MenuHorizontal';
|
|
104
|
+
import '@bigbinary/neeto-molecules/DynamicVariables';
|
|
105
|
+
import '@tippyjs/react';
|
|
106
|
+
//# sourceMappingURL=Menu.js.map
|
package/dist/Menu.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Menu.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
|
|
2
|
+
|
|
3
|
+
function getDefaultExportFromCjs (x) {
|
|
4
|
+
return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
export { commonjsGlobal as c, getDefaultExportFromCjs as g };
|
|
8
|
+
//# sourceMappingURL=chunk-BFTU3MAI.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"chunk-BFTU3MAI.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;"}
|