@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/index.js
CHANGED
|
@@ -6,7 +6,7 @@ export { a as isEditorContentWithinLimit, i as isEditorEmpty, r as removeEmptyTa
|
|
|
6
6
|
export { A as Attachments } from './chunk-CS15pHk7.js';
|
|
7
7
|
export { default as Editor } from './Editor.js';
|
|
8
8
|
export { default as FormikEditor } from './FormikEditor.js';
|
|
9
|
-
export { M as Menu } from './chunk-
|
|
9
|
+
export { M as Menu } from './chunk-DmstYxyh.js';
|
|
10
10
|
export { default as EditorContent } from './EditorContent.js';
|
|
11
11
|
import { n } from './chunk-DmrvuTKK.js';
|
|
12
12
|
import 'ramda';
|
|
@@ -81,6 +81,12 @@ import '@bigbinary/neeto-icons/Video';
|
|
|
81
81
|
import '@bigbinary/neeto-icons/Notes';
|
|
82
82
|
import '@bigbinary/neeto-icons/MediaVideo';
|
|
83
83
|
import '@bigbinary/neeto-icons/Column';
|
|
84
|
+
import '@bigbinary/neeto-icons/TextBold';
|
|
85
|
+
import '@bigbinary/neeto-icons/TextItalic';
|
|
86
|
+
import '@bigbinary/neeto-icons/Underline';
|
|
87
|
+
import '@bigbinary/neeto-icons/Link';
|
|
88
|
+
import '@bigbinary/neeto-icons/Attachment';
|
|
89
|
+
import '@bigbinary/neeto-icons/MessageSquare';
|
|
84
90
|
import '@bigbinary/neeto-icons/DeleteRow';
|
|
85
91
|
import '@bigbinary/neeto-icons/DeleteColumn';
|
|
86
92
|
import '@bigbinary/neeto-icons/DeleteTable';
|
|
@@ -93,15 +99,10 @@ import '@bigbinary/neetoui/formik/Form';
|
|
|
93
99
|
import '@bigbinary/neetoui/formik/Input';
|
|
94
100
|
import 'formik';
|
|
95
101
|
import 'tippy.js/dist/svg-arrow.css';
|
|
96
|
-
import '@bigbinary/neeto-icons/Link';
|
|
97
102
|
import '@bigbinary/neeto-icons/Check';
|
|
98
103
|
import '@bigbinary/neeto-icons/Quote';
|
|
99
|
-
import '@bigbinary/neeto-icons/Attachment';
|
|
100
104
|
import '@bigbinary/neeto-icons/Code';
|
|
101
|
-
import '@bigbinary/neeto-icons/TextBold';
|
|
102
105
|
import '@bigbinary/neeto-icons/TextCross';
|
|
103
|
-
import '@bigbinary/neeto-icons/TextItalic';
|
|
104
|
-
import '@bigbinary/neeto-icons/Underline';
|
|
105
106
|
import '@bigbinary/neeto-icons/Undo';
|
|
106
107
|
import '@bigbinary/neeto-icons/Redo';
|
|
107
108
|
import '@bigbinary/neeto-icons/Email';
|
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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/package.json
CHANGED
package/src/translations/en.json
CHANGED
|
@@ -44,8 +44,11 @@
|
|
|
44
44
|
},
|
|
45
45
|
"menu": {
|
|
46
46
|
"attachments": "Attachments",
|
|
47
|
+
"attachmentsDescription": "Add files as attachments.",
|
|
48
|
+
"file": "File",
|
|
47
49
|
"blockQuote": "Block quote",
|
|
48
50
|
"bold": "Bold",
|
|
51
|
+
"boldDescription": "Add bold formatting to text.",
|
|
49
52
|
"bulletedList": "Bulleted list",
|
|
50
53
|
"code": "Code",
|
|
51
54
|
"codeBlock": "Code block",
|
|
@@ -54,15 +57,17 @@
|
|
|
54
57
|
"highlight": "Highlight",
|
|
55
58
|
"imageUpload": "Image upload",
|
|
56
59
|
"italic": "Italic",
|
|
60
|
+
"italicDescription": "Add italic formatting to text.",
|
|
57
61
|
"link": "Link",
|
|
62
|
+
"linkDescription": "Add a link to text.",
|
|
58
63
|
"mention": "Mention",
|
|
59
64
|
"orderedList": "Numbered list",
|
|
60
|
-
"todoList": "To-do list",
|
|
61
65
|
"redo": "Redo",
|
|
62
66
|
"strike": "Strikethrough",
|
|
63
67
|
"table": "Table",
|
|
64
68
|
"textColor": "Text color",
|
|
65
69
|
"underline": "Underline",
|
|
70
|
+
"underlineDescription": "Add underline formatting to text.",
|
|
66
71
|
"undo": "Undo",
|
|
67
72
|
"dynamicVariables": "Dynamic variables",
|
|
68
73
|
"videoEmbed": "Video embed",
|
|
@@ -111,6 +116,10 @@
|
|
|
111
116
|
"calloutWarning": "Warning",
|
|
112
117
|
"calloutError": "Error",
|
|
113
118
|
"calloutSuccess": "Success",
|
|
119
|
+
"calloutInfoDescription": "Add an info callout block.",
|
|
120
|
+
"calloutWarningDescription": "Add a warning callout block.",
|
|
121
|
+
"calloutErrorDescription": "Add an error callout block.",
|
|
122
|
+
"calloutSuccessDescription": "Add a success callout block.",
|
|
114
123
|
"emojiDescription": "Add an emoji.",
|
|
115
124
|
"divider": "Divider",
|
|
116
125
|
"dividerDescription": "Add an horizontal line to separate sections.",
|