@bigbinary/neeto-editor 1.36.1 → 1.36.2
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 +1 -1
- package/dist/Editor.js +1 -1
- package/dist/FormikEditor.js +1 -1
- package/dist/{chunk-f2401b83.js → chunk-06456e50.js} +2 -2
- package/dist/{chunk-f2401b83.js.map → chunk-06456e50.js.map} +1 -1
- package/dist/{chunk-efdd5770.js → chunk-df79506a.js} +36 -24
- package/dist/chunk-df79506a.js.map +1 -0
- package/dist/cjs/Attachments.cjs.js +1 -1
- package/dist/cjs/Editor.cjs.js +1 -1
- package/dist/cjs/FormikEditor.cjs.js +1 -1
- package/dist/cjs/{chunk-436bdf48.cjs.js → chunk-1e68896f.cjs.js} +2 -2
- package/dist/cjs/{chunk-436bdf48.cjs.js.map → chunk-1e68896f.cjs.js.map} +1 -1
- package/dist/cjs/{chunk-557225f2.cjs.js → chunk-fd3c4fe9.cjs.js} +36 -24
- package/dist/cjs/chunk-fd3c4fe9.cjs.js.map +1 -0
- package/dist/cjs/index.cjs.js +1 -1
- package/dist/editor-stats.html +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/types.d.ts +1 -0
- package/dist/chunk-efdd5770.js.map +0 -1
- package/dist/cjs/chunk-557225f2.cjs.js.map +0 -1
package/dist/Attachments.js
CHANGED
|
@@ -10,7 +10,7 @@ import '@bigbinary/neeto-cist';
|
|
|
10
10
|
import '@bigbinary/neetoui';
|
|
11
11
|
import 'ramda';
|
|
12
12
|
import 'react-i18next';
|
|
13
|
-
export { A as default } from './chunk-
|
|
13
|
+
export { A as default } from './chunk-df79506a.js';
|
|
14
14
|
import './chunk-65f73e5a.js';
|
|
15
15
|
import '@bigbinary/neeto-commons-frontend/initializers';
|
|
16
16
|
import 'i18next';
|
package/dist/Editor.js
CHANGED
|
@@ -34,7 +34,7 @@ import { M as MARGIN_HEIGHT } from './chunk-5bc5e361.js';
|
|
|
34
34
|
import Tippy from '@tippyjs/react';
|
|
35
35
|
import { useOnClickOutside } from '@bigbinary/neeto-commons-frontend/react-utils';
|
|
36
36
|
import { Form, Input as Input$1 } from '@bigbinary/neetoui/formik';
|
|
37
|
-
import { A as Attachments } from './chunk-
|
|
37
|
+
import { A as Attachments } from './chunk-df79506a.js';
|
|
38
38
|
import 'tippy.js/dist/svg-arrow.css';
|
|
39
39
|
import '@bigbinary/neeto-commons-frontend/utils';
|
|
40
40
|
import 'axios';
|
package/dist/FormikEditor.js
CHANGED
|
@@ -42,7 +42,7 @@ import '@bigbinary/neeto-molecules/CopyToClipboardButton';
|
|
|
42
42
|
import './chunk-ade4c9e3.js';
|
|
43
43
|
import './chunk-5bc5e361.js';
|
|
44
44
|
import '@bigbinary/neetoui/formik';
|
|
45
|
-
import './chunk-
|
|
45
|
+
import './chunk-df79506a.js';
|
|
46
46
|
|
|
47
47
|
var _excluded = ["name", "onChange", "shouldUpdate", "attachments", "mentions", "variables"];
|
|
48
48
|
var FormikEditor = function FormikEditor(_ref, ref) {
|
|
@@ -24,7 +24,7 @@ import _defineProperty from '@babel/runtime/helpers/esm/defineProperty';
|
|
|
24
24
|
import _toConsumableArray from '@babel/runtime/helpers/esm/toConsumableArray';
|
|
25
25
|
import _slicedToArray from '@babel/runtime/helpers/esm/slicedToArray';
|
|
26
26
|
import { useTranslation, Trans } from 'react-i18next';
|
|
27
|
-
import { d as downloadFile, c as checkPreviewAvailability, a as ATTACHMENTS_PREVIEW_DATA_CY } from './chunk-
|
|
27
|
+
import { d as downloadFile, c as checkPreviewAvailability, a as ATTACHMENTS_PREVIEW_DATA_CY } from './chunk-df79506a.js';
|
|
28
28
|
import '@babel/runtime/helpers/defineProperty';
|
|
29
29
|
import '@babel/runtime/helpers/slicedToArray';
|
|
30
30
|
import 'classnames';
|
|
@@ -69004,4 +69004,4 @@ var Preview = function Preview(_ref) {
|
|
|
69004
69004
|
};
|
|
69005
69005
|
|
|
69006
69006
|
export { Preview as default };
|
|
69007
|
-
//# sourceMappingURL=chunk-
|
|
69007
|
+
//# sourceMappingURL=chunk-06456e50.js.map
|