@one-million-lines/email-builder 0.1.1 → 0.1.3
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/CHANGELOG.md +19 -1
- package/README.md +62 -20
- package/dist/email-builder.cjs +1 -1
- package/dist/email-builder.cjs.map +1 -1
- package/dist/email-builder.js +2 -2
- package/dist/email-builder.js.map +1 -1
- package/dist/plugins/imageUploader/index.d.ts +2 -2
- package/dist/styles.css +1 -1
- package/package.json +3 -2
package/dist/email-builder.js
CHANGED
|
@@ -7773,7 +7773,7 @@ const Ul = [
|
|
|
7773
7773
|
"content.code_block",
|
|
7774
7774
|
"Code",
|
|
7775
7775
|
[
|
|
7776
|
-
u("npm install
|
|
7776
|
+
u("npm install @one-million-lines/email-builder", {
|
|
7777
7777
|
fontFamily: "Menlo, Consolas, monospace",
|
|
7778
7778
|
fontSize: 13,
|
|
7779
7779
|
color: "{colors.text}",
|
|
@@ -8662,7 +8662,7 @@ function es() {
|
|
|
8662
8662
|
}, []), M(() => {
|
|
8663
8663
|
const o = setTimeout(() => _.getState().saveToLocalStorage(), 500);
|
|
8664
8664
|
return () => clearTimeout(o);
|
|
8665
|
-
}, [e]), /* @__PURE__ */ h("div", { className: "h-
|
|
8665
|
+
}, [e]), /* @__PURE__ */ h("div", { className: "oml-email-builder h-full w-full flex flex-col bg-gray-100", children: [
|
|
8666
8666
|
/* @__PURE__ */ i(hi, {}),
|
|
8667
8667
|
/* @__PURE__ */ h("div", { className: "flex flex-1 overflow-hidden", children: [
|
|
8668
8668
|
/* @__PURE__ */ i(yi, {}),
|