@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/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-DpvlQ94X.js';
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-editor",
3
- "version": "1.47.13",
3
+ "version": "1.47.14",
4
4
  "types": "./types.d.ts",
5
5
  "description": "neetoEditor is the library that drives the rich text experience in all neeto products built at BigBinary",
6
6
  "keywords": [
@@ -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.",