@bigbinary/neeto-editor 1.47.119 → 1.47.120
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/{chunk-Ck5Gyhaq.js → chunk-B0_4S6ol.js} +2 -2
- package/dist/chunk-B0_4S6ol.js.map +1 -0
- package/dist/cjs/{chunk-Cqq9Q2Ty.cjs.js → chunk-BFfrwCXy.cjs.js} +2 -2
- package/dist/cjs/chunk-BFfrwCXy.cjs.js.map +1 -0
- package/dist/cjs/v2/Editor.cjs.js +2 -2
- package/dist/cjs/v2/FormikEditor.cjs.js +2 -2
- package/dist/cjs/v2/Menu.cjs.js +2 -2
- package/dist/cjs/v2/index.cjs.js +2 -2
- package/dist/editor-stats.html +1 -19
- package/dist/v2/Editor.js +2 -2
- package/dist/v2/FormikEditor.js +2 -2
- package/dist/v2/Menu.js +2 -2
- package/dist/v2/index.js +2 -2
- package/package.json +1 -1
- package/dist/chunk-Ck5Gyhaq.js.map +0 -1
- package/dist/cjs/chunk-Cqq9Q2Ty.cjs.js.map +0 -1
|
@@ -37,7 +37,7 @@ var reactUtils = require('@bigbinary/neeto-commons-frontend/v2/react-utils');
|
|
|
37
37
|
var formik = require('@bigbinary/neeto-atoms/formik');
|
|
38
38
|
var ReactDOM = require('react-dom');
|
|
39
39
|
var shallow = require('zustand/shallow');
|
|
40
|
-
var DynamicVariables = require('@bigbinary/neeto-molecules/DynamicVariables');
|
|
40
|
+
var DynamicVariables = require('@bigbinary/neeto-molecules/v2/DynamicVariables');
|
|
41
41
|
var Tippy = require('@tippyjs/react');
|
|
42
42
|
|
|
43
43
|
function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
|
|
@@ -3486,4 +3486,4 @@ exports.transformEditorContent = transformEditorContent;
|
|
|
3486
3486
|
exports.transformPastedHTML = transformPastedHTML;
|
|
3487
3487
|
exports.validateAndFormatUrl = validateAndFormatUrl;
|
|
3488
3488
|
exports.validateUrl = validateUrl;
|
|
3489
|
-
//# sourceMappingURL=chunk-
|
|
3489
|
+
//# sourceMappingURL=chunk-BFfrwCXy.cjs.js.map
|