@bigbinary/neeto-editor 1.47.83 → 1.47.85
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 +3 -1
- package/dist/Attachments.js.map +1 -1
- package/dist/Editor.js +4 -1
- package/dist/Editor.js.map +1 -1
- package/dist/FormikEditor.js +2 -1
- package/dist/FormikEditor.js.map +1 -1
- package/dist/{chunk-DwCDGDWR.js → chunk-Ce_9AGLE.js} +102 -45
- package/dist/chunk-Ce_9AGLE.js.map +1 -0
- package/dist/{chunk-Cnu9vwgs.js → chunk-kmQw9kVc.js} +4 -2
- package/dist/{chunk-Cnu9vwgs.js.map → chunk-kmQw9kVc.js.map} +1 -1
- package/dist/cjs/Attachments.cjs.js +3 -1
- package/dist/cjs/Attachments.cjs.js.map +1 -1
- package/dist/cjs/Editor.cjs.js +4 -1
- 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/{chunk-B2gYqWRO.cjs.js → chunk-C55HeN4C.cjs.js} +101 -44
- package/dist/cjs/chunk-C55HeN4C.cjs.js.map +1 -0
- package/dist/cjs/{chunk-DXgrw9IN.cjs.js → chunk-CfoukJwM.cjs.js} +4 -2
- package/dist/cjs/{chunk-DXgrw9IN.cjs.js.map → chunk-CfoukJwM.cjs.js.map} +1 -1
- package/dist/cjs/index.cjs.js +3 -2
- package/dist/cjs/index.cjs.js.map +1 -1
- package/dist/editor-stats.html +1 -1
- package/dist/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/translations/ar.json +2 -1
- package/src/translations/bg.json +2 -1
- package/src/translations/ca.json +2 -1
- package/src/translations/cs.json +2 -1
- package/src/translations/da.json +2 -1
- package/src/translations/de.json +2 -1
- package/src/translations/en.json +2 -1
- package/src/translations/es-MX.json +2 -1
- package/src/translations/es.json +2 -1
- package/src/translations/et.json +2 -1
- package/src/translations/fi.json +2 -1
- package/src/translations/fil.json +2 -1
- package/src/translations/fr.json +2 -1
- package/src/translations/he.json +2 -1
- package/src/translations/hi.json +2 -1
- package/src/translations/hr.json +2 -1
- package/src/translations/id.json +2 -1
- package/src/translations/it.json +2 -1
- package/src/translations/ja.json +2 -1
- package/src/translations/ko.json +2 -1
- package/src/translations/nl.json +2 -1
- package/src/translations/pl.json +2 -1
- package/src/translations/pt-BR.json +2 -1
- package/src/translations/pt.json +2 -1
- package/src/translations/ro.json +2 -1
- package/src/translations/ru.json +2 -1
- package/src/translations/sk.json +2 -1
- package/src/translations/sl.json +2 -1
- package/src/translations/sv.json +2 -1
- package/src/translations/th.json +2 -1
- package/src/translations/tr.json +2 -1
- package/src/translations/uk.json +2 -1
- package/src/translations/vi.json +2 -1
- package/src/translations/zh-CN.json +2 -1
- package/src/translations/zh-TW.json +2 -1
- package/types.d.ts +1 -0
- package/dist/chunk-DwCDGDWR.js.map +0 -1
- package/dist/cjs/chunk-B2gYqWRO.cjs.js.map +0 -1
package/dist/Attachments.js
CHANGED
|
@@ -11,7 +11,7 @@ import '@bigbinary/neetoui/Toastr';
|
|
|
11
11
|
import 'ramda';
|
|
12
12
|
import 'react-i18next';
|
|
13
13
|
import './chunk-V3YZX4m4.js';
|
|
14
|
-
export { A as default } from './chunk-
|
|
14
|
+
export { A as default } from './chunk-Ce_9AGLE.js';
|
|
15
15
|
import 'react/jsx-runtime';
|
|
16
16
|
import '@babel/runtime/helpers/objectWithoutProperties';
|
|
17
17
|
import 'zustand/shallow';
|
|
@@ -38,9 +38,11 @@ import '@bigbinary/neeto-commons-frontend/initializers';
|
|
|
38
38
|
import 'yup';
|
|
39
39
|
import './chunk-DNMH2cJJ.js';
|
|
40
40
|
import './chunk-DmrvuTKK.js';
|
|
41
|
+
import '@bigbinary/neeto-commons-frontend/react-utils/useOnClickOutside';
|
|
41
42
|
import '@bigbinary/neeto-commons-frontend/utils';
|
|
42
43
|
import '@bigbinary/neeto-icons/MenuVertical';
|
|
43
44
|
import '@bigbinary/neeto-icons/Close';
|
|
45
|
+
import '@bigbinary/neeto-icons/Check';
|
|
44
46
|
import '@bigbinary/neetoui/Dropdown';
|
|
45
47
|
import '@bigbinary/neetoui/Input';
|
|
46
48
|
import '@bigbinary/neetoui/Spinner';
|
package/dist/Attachments.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Attachments.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Attachments.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/dist/Editor.js
CHANGED
|
@@ -93,7 +93,7 @@ import Form from '@bigbinary/neetoui/formik/Form';
|
|
|
93
93
|
import Input$1 from '@bigbinary/neetoui/formik/Input';
|
|
94
94
|
import Edit from '@bigbinary/neeto-icons/Edit';
|
|
95
95
|
import Articles from '@bigbinary/neeto-icons/Articles';
|
|
96
|
-
import { A as Attachments } from './chunk-
|
|
96
|
+
import { A as Attachments } from './chunk-Ce_9AGLE.js';
|
|
97
97
|
import 'tippy.js/dist/svg-arrow.css';
|
|
98
98
|
import '@bigbinary/neeto-commons-frontend/utils';
|
|
99
99
|
import '@bigbinary/neeto-icons/Check';
|
|
@@ -128,6 +128,7 @@ import '@bigbinary/neeto-icons/AspectRatio169';
|
|
|
128
128
|
import '@bigbinary/neeto-icons/AspectRatio916';
|
|
129
129
|
import '@bigbinary/neeto-icons/AspectRatio43';
|
|
130
130
|
import '@bigbinary/neeto-icons/AspectRatio32';
|
|
131
|
+
import '@bigbinary/neeto-commons-frontend/react-utils/useOnClickOutside';
|
|
131
132
|
import '@bigbinary/neeto-icons/MenuVertical';
|
|
132
133
|
import '@bigbinary/neetoui/Alert';
|
|
133
134
|
|
|
@@ -20873,6 +20874,8 @@ var useCustomExtensions = function useCustomExtensions(_ref) {
|
|
|
20873
20874
|
codeBlock: false,
|
|
20874
20875
|
code: false,
|
|
20875
20876
|
bulletList: false,
|
|
20877
|
+
listItem: false,
|
|
20878
|
+
// Disable ListItem from StarterKit since we add it conditionally below
|
|
20876
20879
|
blockquote: options.includes(EDITOR_OPTIONS.BLOCKQUOTE),
|
|
20877
20880
|
orderedList: false,
|
|
20878
20881
|
italic: false,
|