@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/cjs/index.cjs.js
CHANGED
|
@@ -5,7 +5,7 @@ var constants$1 = require('./chunk-BHwZbfLM.cjs.js');
|
|
|
5
5
|
var utils = require('./chunk-CSXB73dt.cjs.js');
|
|
6
6
|
var index = require('./chunk-BKMT1Mma.cjs.js');
|
|
7
7
|
var common = require('./chunk-BCWKqDeP.cjs.js');
|
|
8
|
-
var Attachments = require('./chunk-
|
|
8
|
+
var Attachments = require('./chunk-C55HeN4C.cjs.js');
|
|
9
9
|
var Editor = require('./Editor.cjs.js');
|
|
10
10
|
var FormikEditor = require('./FormikEditor.cjs.js');
|
|
11
11
|
var Menu = require('./chunk-PwHvDn_T.cjs.js');
|
|
@@ -49,9 +49,11 @@ require('@bigbinary/neeto-icons/AspectRatio43');
|
|
|
49
49
|
require('@bigbinary/neeto-icons/AspectRatio32');
|
|
50
50
|
require('@bigbinary/neeto-commons-frontend/initializers');
|
|
51
51
|
require('react/jsx-runtime');
|
|
52
|
+
require('@bigbinary/neeto-commons-frontend/react-utils/useOnClickOutside');
|
|
52
53
|
require('@bigbinary/neeto-commons-frontend/utils');
|
|
53
54
|
require('@bigbinary/neeto-icons/MenuVertical');
|
|
54
55
|
require('@bigbinary/neeto-icons/Close');
|
|
56
|
+
require('@bigbinary/neeto-icons/Check');
|
|
55
57
|
require('@bigbinary/neetoui/Dropdown');
|
|
56
58
|
require('@bigbinary/neetoui/Input');
|
|
57
59
|
require('@bigbinary/neetoui/Spinner');
|
|
@@ -116,7 +118,6 @@ require('@bigbinary/neeto-icons/Edit');
|
|
|
116
118
|
require('@bigbinary/neeto-icons/Articles');
|
|
117
119
|
require('formik');
|
|
118
120
|
require('tippy.js/dist/svg-arrow.css');
|
|
119
|
-
require('@bigbinary/neeto-icons/Check');
|
|
120
121
|
require('@bigbinary/neeto-icons/Quote');
|
|
121
122
|
require('@bigbinary/neeto-icons/Code');
|
|
122
123
|
require('@bigbinary/neeto-icons/TextCross');
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.cjs.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.cjs.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|