@rudyzeinoun/email-builder 0.0.53 → 0.0.55

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
@@ -324,6 +324,7 @@ function renderToStaticMarkup(document, { rootBlockId }) {
324
324
  .responsive-desktop { display: none !important; }
325
325
  }
326
326
  .no-underline a { text-decoration: none }
327
+ p { margin: 0 }
327
328
 
328
329
  @media only screen and (max-width: 450px) {
329
330
  .stack {
package/dist/index.mjs CHANGED
@@ -291,6 +291,7 @@ function renderToStaticMarkup(document, { rootBlockId }) {
291
291
  .responsive-desktop { display: none !important; }
292
292
  }
293
293
  .no-underline a { text-decoration: none }
294
+ p { margin: 0 }
294
295
 
295
296
  @media only screen and (max-width: 450px) {
296
297
  .stack {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rudyzeinoun/email-builder",
3
- "version": "0.0.53",
3
+ "version": "0.0.55",
4
4
  "description": "React component to render email messages",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -34,7 +34,7 @@
34
34
  "@rudyzeinoun/block-divider": "^0.0.5",
35
35
  "@rudyzeinoun/block-heading": "^0.0.9",
36
36
  "@rudyzeinoun/block-html": "^0.0.6",
37
- "@rudyzeinoun/block-image": "^0.0.8",
37
+ "@rudyzeinoun/block-image": "^0.0.9",
38
38
  "@rudyzeinoun/block-spacer": "^0.0.5",
39
39
  "@rudyzeinoun/block-text": "^0.0.12",
40
40
  "@usewaypoint/document-core": "^0.0.6"