@bigbinary/neeto-editor 1.47.80 → 1.47.81
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-2rW8X4h9.js → chunk-Cnu9vwgs.js} +2 -2
- package/dist/{chunk-2rW8X4h9.js.map → chunk-Cnu9vwgs.js.map} +1 -1
- package/dist/{chunk-CS2xPYV-.js → chunk-DwCDGDWR.js} +3 -3
- package/dist/chunk-DwCDGDWR.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-afvFA8i1.cjs.js → chunk-B2gYqWRO.cjs.js} +3 -3
- package/dist/cjs/chunk-B2gYqWRO.cjs.js.map +1 -0
- package/dist/cjs/{chunk-31Z6mjff.cjs.js → chunk-DXgrw9IN.cjs.js} +2 -2
- package/dist/cjs/{chunk-31Z6mjff.cjs.js.map → chunk-DXgrw9IN.cjs.js.map} +1 -1
- 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/dist/chunk-CS2xPYV-.js.map +0 -1
- package/dist/cjs/chunk-afvFA8i1.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-DwCDGDWR.js';
|
|
15
15
|
import 'react/jsx-runtime';
|
|
16
16
|
import '@babel/runtime/helpers/objectWithoutProperties';
|
|
17
17
|
import 'zustand/shallow';
|
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-DwCDGDWR.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';
|
package/dist/FormikEditor.js
CHANGED
|
@@ -127,7 +127,7 @@ import '@bigbinary/neeto-icons/MergeSplit';
|
|
|
127
127
|
import '@bigbinary/neeto-icons/ToggleHeaderRow';
|
|
128
128
|
import '@bigbinary/neeto-icons/Edit';
|
|
129
129
|
import '@bigbinary/neeto-icons/Articles';
|
|
130
|
-
import './chunk-
|
|
130
|
+
import './chunk-DwCDGDWR.js';
|
|
131
131
|
import '@bigbinary/neeto-icons/MenuVertical';
|
|
132
132
|
import '@bigbinary/neetoui/Alert';
|
|
133
133
|
|
|
@@ -27,7 +27,7 @@ import _defineProperty from '@babel/runtime/helpers/esm/defineProperty';
|
|
|
27
27
|
import _toConsumableArray from '@babel/runtime/helpers/esm/toConsumableArray';
|
|
28
28
|
import _slicedToArray from '@babel/runtime/helpers/esm/slicedToArray';
|
|
29
29
|
import { useTranslation, Trans } from 'react-i18next';
|
|
30
|
-
import { d as downloadFile, c as checkPreviewAvailability, a as ATTACHMENTS_PREVIEW_DATA_CY } from './chunk-
|
|
30
|
+
import { d as downloadFile, c as checkPreviewAvailability, a as ATTACHMENTS_PREVIEW_DATA_CY } from './chunk-DwCDGDWR.js';
|
|
31
31
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
32
32
|
import '@babel/runtime/helpers/toConsumableArray';
|
|
33
33
|
import '@babel/runtime/helpers/slicedToArray';
|
|
@@ -69022,4 +69022,4 @@ var Preview = function Preview(_ref) {
|
|
|
69022
69022
|
};
|
|
69023
69023
|
|
|
69024
69024
|
export { Preview as default };
|
|
69025
|
-
//# sourceMappingURL=chunk-
|
|
69025
|
+
//# sourceMappingURL=chunk-Cnu9vwgs.js.map
|