@rudyzeinoun/email-builder 0.0.75 → 0.0.77

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
@@ -317,6 +317,7 @@ function Reader({ document, rootBlockId }) {
317
317
  function renderToStaticMarkup(document, { rootBlockId }) {
318
318
  return "<!DOCTYPE html>" + (0, import_server.renderToStaticMarkup)(
319
319
  /* @__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" }, `
320
+ body{min-width: 100%}
320
321
  .responsive-mobile { display: none !important; }
321
322
  .responsive-desktop { display: block !important; }
322
323
  @media (max-width: 450px) {
package/dist/index.mjs CHANGED
@@ -284,6 +284,7 @@ function Reader({ document, rootBlockId }) {
284
284
  function renderToStaticMarkup(document, { rootBlockId }) {
285
285
  return "<!DOCTYPE html>" + baseRenderToStaticMarkup(
286
286
  /* @__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" }, `
287
+ body{min-width: 100%}
287
288
  .responsive-mobile { display: none !important; }
288
289
  .responsive-desktop { display: block !important; }
289
290
  @media (max-width: 450px) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rudyzeinoun/email-builder",
3
- "version": "0.0.75",
3
+ "version": "0.0.77",
4
4
  "description": "React component to render email messages",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -33,7 +33,7 @@
33
33
  "@rudyzeinoun/block-columns-container": "^0.0.16",
34
34
  "@rudyzeinoun/block-divider": "^0.0.19",
35
35
  "@rudyzeinoun/block-heading": "^0.0.9",
36
- "@rudyzeinoun/block-html": "^0.0.6",
36
+ "@rudyzeinoun/block-html": "^0.0.7",
37
37
  "@rudyzeinoun/block-image": "^0.0.12",
38
38
  "@rudyzeinoun/block-spacer": "^0.0.5",
39
39
  "@rudyzeinoun/block-text": "^0.0.24",