@bigbinary/neeto-editor 1.47.13 → 1.47.14
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/Editor.js +227 -69
- package/dist/Editor.js.map +1 -1
- package/dist/FormikEditor.js +2 -1
- package/dist/FormikEditor.js.map +1 -1
- package/dist/Menu.js +1 -1
- package/dist/{chunk-DpvlQ94X.js → chunk-DmstYxyh.js} +2 -2
- package/dist/{chunk-DpvlQ94X.js.map → chunk-DmstYxyh.js.map} +1 -1
- package/dist/cjs/Editor.cjs.js +227 -69
- package/dist/cjs/Editor.cjs.js.map +1 -1
- package/dist/cjs/FormikEditor.cjs.js +2 -1
- package/dist/cjs/FormikEditor.cjs.js.map +1 -1
- package/dist/cjs/Menu.cjs.js +1 -1
- package/dist/cjs/{chunk-DnuP-Z6c.cjs.js → chunk-26e51eTo.cjs.js} +2 -1
- package/dist/cjs/{chunk-DnuP-Z6c.cjs.js.map → chunk-26e51eTo.cjs.js.map} +1 -1
- package/dist/cjs/index.cjs.js +7 -6
- package/dist/cjs/index.cjs.js.map +1 -1
- package/dist/editor-stats.html +1 -1
- package/dist/index.js +7 -6
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/translations/en.json +10 -1
package/dist/cjs/index.cjs.js
CHANGED
|
@@ -8,7 +8,7 @@ var common = require('./chunk-Bi1rI-2R.cjs.js');
|
|
|
8
8
|
var Attachments = require('./chunk-DrD8BaMo.cjs.js');
|
|
9
9
|
var Editor = require('./Editor.cjs.js');
|
|
10
10
|
var FormikEditor = require('./FormikEditor.cjs.js');
|
|
11
|
-
var Menu = require('./chunk-
|
|
11
|
+
var Menu = require('./chunk-26e51eTo.cjs.js');
|
|
12
12
|
var EditorContent = require('./EditorContent.cjs.js');
|
|
13
13
|
var injectCss = require('./chunk-vQvjPR2x.cjs.js');
|
|
14
14
|
require('ramda');
|
|
@@ -83,6 +83,12 @@ require('@bigbinary/neeto-icons/Video');
|
|
|
83
83
|
require('@bigbinary/neeto-icons/Notes');
|
|
84
84
|
require('@bigbinary/neeto-icons/MediaVideo');
|
|
85
85
|
require('@bigbinary/neeto-icons/Column');
|
|
86
|
+
require('@bigbinary/neeto-icons/TextBold');
|
|
87
|
+
require('@bigbinary/neeto-icons/TextItalic');
|
|
88
|
+
require('@bigbinary/neeto-icons/Underline');
|
|
89
|
+
require('@bigbinary/neeto-icons/Link');
|
|
90
|
+
require('@bigbinary/neeto-icons/Attachment');
|
|
91
|
+
require('@bigbinary/neeto-icons/MessageSquare');
|
|
86
92
|
require('@bigbinary/neeto-icons/DeleteRow');
|
|
87
93
|
require('@bigbinary/neeto-icons/DeleteColumn');
|
|
88
94
|
require('@bigbinary/neeto-icons/DeleteTable');
|
|
@@ -95,15 +101,10 @@ require('@bigbinary/neetoui/formik/Form');
|
|
|
95
101
|
require('@bigbinary/neetoui/formik/Input');
|
|
96
102
|
require('formik');
|
|
97
103
|
require('tippy.js/dist/svg-arrow.css');
|
|
98
|
-
require('@bigbinary/neeto-icons/Link');
|
|
99
104
|
require('@bigbinary/neeto-icons/Check');
|
|
100
105
|
require('@bigbinary/neeto-icons/Quote');
|
|
101
|
-
require('@bigbinary/neeto-icons/Attachment');
|
|
102
106
|
require('@bigbinary/neeto-icons/Code');
|
|
103
|
-
require('@bigbinary/neeto-icons/TextBold');
|
|
104
107
|
require('@bigbinary/neeto-icons/TextCross');
|
|
105
|
-
require('@bigbinary/neeto-icons/TextItalic');
|
|
106
|
-
require('@bigbinary/neeto-icons/Underline');
|
|
107
108
|
require('@bigbinary/neeto-icons/Undo');
|
|
108
109
|
require('@bigbinary/neeto-icons/Redo');
|
|
109
110
|
require('@bigbinary/neeto-icons/Email');
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.cjs.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.cjs.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|