@ivanholiak/easy-email-extensions 4.16.21 → 4.16.23
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/lib/index2.js +25 -47
- package/lib/index2.js.map +1 -1
- package/lib/index3.js +0 -2
- package/lib/index3.js.map +1 -1
- package/lib/style.css +2 -2
- package/package.json +1 -1
package/lib/index3.js
CHANGED
|
@@ -22204,10 +22204,8 @@ const autoCloseTags = /* @__PURE__ */ EditorView.inputHandler.of((view, from, to
|
|
|
22204
22204
|
]);
|
|
22205
22205
|
return true;
|
|
22206
22206
|
});
|
|
22207
|
-
const ee = "_ee_13rz9_1";
|
|
22208
22207
|
const container = "_container_13rz9_1";
|
|
22209
22208
|
var styles = {
|
|
22210
|
-
ee,
|
|
22211
22209
|
container
|
|
22212
22210
|
};
|
|
22213
22211
|
function CodemirrorEditor(props) {
|