@rudyzeinoun/email-builder 0.0.40 → 0.0.41
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/index.js +1 -0
- package/dist/index.mjs +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -314,6 +314,7 @@ function Reader({ document, rootBlockId }) {
|
|
|
314
314
|
function renderToStaticMarkup(document, { rootBlockId }) {
|
|
315
315
|
return "<!DOCTYPE html>" + (0, import_server.renderToStaticMarkup)(
|
|
316
316
|
/* @__PURE__ */ import_react5.default.createElement("html", null, /* @__PURE__ */ import_react5.default.createElement("head", null, /* @__PURE__ */ import_react5.default.createElement("meta", { name: "viewport", content: "width=device-width, initial-scale=1.0" }), /* @__PURE__ */ import_react5.default.createElement("style", { type: "text/css" }, `
|
|
317
|
+
p { margin: 0 }
|
|
317
318
|
.responsive-mobile { display: none !important; }
|
|
318
319
|
.responsive-desktop { display: block !important; }
|
|
319
320
|
@media (max-width: 450px) {
|
package/dist/index.mjs
CHANGED
|
@@ -281,6 +281,7 @@ function Reader({ document, rootBlockId }) {
|
|
|
281
281
|
function renderToStaticMarkup(document, { rootBlockId }) {
|
|
282
282
|
return "<!DOCTYPE html>" + baseRenderToStaticMarkup(
|
|
283
283
|
/* @__PURE__ */ React5.createElement("html", null, /* @__PURE__ */ React5.createElement("head", null, /* @__PURE__ */ React5.createElement("meta", { name: "viewport", content: "width=device-width, initial-scale=1.0" }), /* @__PURE__ */ React5.createElement("style", { type: "text/css" }, `
|
|
284
|
+
p { margin: 0 }
|
|
284
285
|
.responsive-mobile { display: none !important; }
|
|
285
286
|
.responsive-desktop { display: block !important; }
|
|
286
287
|
@media (max-width: 450px) {
|