@bigbinary/neeto-editor 1.47.66 → 1.47.67
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 +3 -3
- package/dist/EditorContent.js +1 -1
- package/dist/FormikEditor.js +2 -2
- package/dist/Menu.js +1 -1
- package/dist/{chunk-CM96VYfa.js → chunk-BYP78yHy.js} +2 -2
- package/dist/{chunk-CM96VYfa.js.map → chunk-BYP78yHy.js.map} +1 -1
- package/dist/{chunk-By3QSbGX.js → chunk-D86l8bOC.js} +2 -2
- package/dist/{chunk-By3QSbGX.js.map → chunk-D86l8bOC.js.map} +1 -1
- package/dist/{chunk-cU7PgsFW.js → chunk-MIrbkNMQ.js} +3 -3
- package/dist/{chunk-cU7PgsFW.js.map → chunk-MIrbkNMQ.js.map} +1 -1
- package/dist/cjs/Attachments.cjs.js +1 -1
- package/dist/cjs/Editor.cjs.js +3 -3
- package/dist/cjs/EditorContent.cjs.js +1 -1
- package/dist/cjs/FormikEditor.cjs.js +2 -2
- package/dist/cjs/Menu.cjs.js +1 -1
- package/dist/cjs/{chunk-AewNjHtl.cjs.js → chunk-B7C-O-7Y.cjs.js} +2 -2
- package/dist/cjs/{chunk-AewNjHtl.cjs.js.map → chunk-B7C-O-7Y.cjs.js.map} +1 -1
- package/dist/cjs/{chunk-Ci3n97ZU.cjs.js → chunk-CqpdgEpA.cjs.js} +3 -3
- package/dist/cjs/{chunk-Ci3n97ZU.cjs.js.map → chunk-CqpdgEpA.cjs.js.map} +1 -1
- package/dist/cjs/{chunk-CzPseKww.cjs.js → chunk-TLlmBkfB.cjs.js} +2 -2
- package/dist/cjs/{chunk-CzPseKww.cjs.js.map → chunk-TLlmBkfB.cjs.js.map} +1 -1
- package/dist/cjs/index.cjs.js +3 -3
- package/dist/codeblockHighlight.js +1 -1
- package/dist/codeblockHighlight.js.map +1 -1
- package/dist/editor-content.min.css +1 -1
- package/dist/editor-output-pdf-email.css +1 -1
- package/dist/editor-output.js +1 -1
- package/dist/editor-stats.html +19 -1
- package/dist/index.js +3 -3
- package/package.json +1 -1
- package/src/translations/cs.json +1 -1
- package/src/translations/de.json +1 -1
- package/src/translations/es.json +1 -1
- package/src/translations/fil.json +1 -1
- package/src/translations/hr.json +1 -1
- package/src/translations/id.json +1 -1
- package/src/translations/ja.json +1 -1
- package/src/translations/pt-BR.json +1 -1
- package/src/translations/pt.json +1 -1
- package/src/translations/ro.json +1 -1
- package/src/translations/sk.json +1 -1
- package/src/translations/sl.json +1 -1
- package/src/translations/tr.json +1 -1
- package/src/translations/uk.json +1 -1
|
@@ -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-MIrbkNMQ.js';
|
|
31
31
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
32
32
|
import '@babel/runtime/helpers/toConsumableArray';
|
|
33
33
|
import '@babel/runtime/helpers/slicedToArray';
|
|
@@ -69017,4 +69017,4 @@ var Preview = function Preview(_ref) {
|
|
|
69017
69017
|
};
|
|
69018
69018
|
|
|
69019
69019
|
export { Preview as default };
|
|
69020
|
-
//# sourceMappingURL=chunk-
|
|
69020
|
+
//# sourceMappingURL=chunk-D86l8bOC.js.map
|