@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 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) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rudyzeinoun/email-builder",
3
- "version": "0.0.40",
3
+ "version": "0.0.41",
4
4
  "description": "React component to render email messages",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",