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