@bigbinary/neeto-editor 1.47.83 → 1.47.84
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 +2 -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 +2 -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
|
@@ -13,7 +13,7 @@ require('@bigbinary/neetoui/Toastr');
|
|
|
13
13
|
require('ramda');
|
|
14
14
|
require('react-i18next');
|
|
15
15
|
require('./chunk-Ew36msGi.cjs.js');
|
|
16
|
-
var Attachments = require('./chunk-
|
|
16
|
+
var Attachments = require('./chunk-C55HeN4C.cjs.js');
|
|
17
17
|
require('react/jsx-runtime');
|
|
18
18
|
require('@babel/runtime/helpers/objectWithoutProperties');
|
|
19
19
|
require('zustand/shallow');
|
|
@@ -40,9 +40,11 @@ require('@bigbinary/neeto-commons-frontend/initializers');
|
|
|
40
40
|
require('yup');
|
|
41
41
|
require('./chunk-2HrSPdAV.cjs.js');
|
|
42
42
|
require('./chunk-vQvjPR2x.cjs.js');
|
|
43
|
+
require('@bigbinary/neeto-commons-frontend/react-utils/useOnClickOutside');
|
|
43
44
|
require('@bigbinary/neeto-commons-frontend/utils');
|
|
44
45
|
require('@bigbinary/neeto-icons/MenuVertical');
|
|
45
46
|
require('@bigbinary/neeto-icons/Close');
|
|
47
|
+
require('@bigbinary/neeto-icons/Check');
|
|
46
48
|
require('@bigbinary/neetoui/Dropdown');
|
|
47
49
|
require('@bigbinary/neetoui/Input');
|
|
48
50
|
require('@bigbinary/neetoui/Spinner');
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Attachments.cjs.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Attachments.cjs.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/dist/cjs/Editor.cjs.js
CHANGED
|
@@ -93,7 +93,7 @@ var Form = require('@bigbinary/neetoui/formik/Form');
|
|
|
93
93
|
var Input$1 = require('@bigbinary/neetoui/formik/Input');
|
|
94
94
|
var Edit = require('@bigbinary/neeto-icons/Edit');
|
|
95
95
|
var Articles = require('@bigbinary/neeto-icons/Articles');
|
|
96
|
-
var Attachments = require('./chunk-
|
|
96
|
+
var Attachments = require('./chunk-C55HeN4C.cjs.js');
|
|
97
97
|
require('tippy.js/dist/svg-arrow.css');
|
|
98
98
|
require('@bigbinary/neeto-commons-frontend/utils');
|
|
99
99
|
require('@bigbinary/neeto-icons/Check');
|
|
@@ -128,6 +128,7 @@ require('@bigbinary/neeto-icons/AspectRatio169');
|
|
|
128
128
|
require('@bigbinary/neeto-icons/AspectRatio916');
|
|
129
129
|
require('@bigbinary/neeto-icons/AspectRatio43');
|
|
130
130
|
require('@bigbinary/neeto-icons/AspectRatio32');
|
|
131
|
+
require('@bigbinary/neeto-commons-frontend/react-utils/useOnClickOutside');
|
|
131
132
|
require('@bigbinary/neeto-icons/MenuVertical');
|
|
132
133
|
require('@bigbinary/neetoui/Alert');
|
|
133
134
|
|