@rudyzeinoun/email-builder 0.0.50 → 0.0.52
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 +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -232,10 +232,10 @@ function EmailLayoutReader(props) {
|
|
|
232
232
|
"table",
|
|
233
233
|
{
|
|
234
234
|
align: "center",
|
|
235
|
-
width: "
|
|
235
|
+
width: "600",
|
|
236
236
|
style: {
|
|
237
237
|
margin: "0 auto",
|
|
238
|
-
maxWidth: "
|
|
238
|
+
maxWidth: "100%",
|
|
239
239
|
backgroundColor: (_e = props.canvasColor) != null ? _e : "#FFFFFF",
|
|
240
240
|
borderRadius: (_f = props.borderRadius) != null ? _f : void 0,
|
|
241
241
|
border: getBorder(props)
|
package/dist/index.mjs
CHANGED
|
@@ -199,10 +199,10 @@ function EmailLayoutReader(props) {
|
|
|
199
199
|
"table",
|
|
200
200
|
{
|
|
201
201
|
align: "center",
|
|
202
|
-
width: "
|
|
202
|
+
width: "600",
|
|
203
203
|
style: {
|
|
204
204
|
margin: "0 auto",
|
|
205
|
-
maxWidth: "
|
|
205
|
+
maxWidth: "100%",
|
|
206
206
|
backgroundColor: (_e = props.canvasColor) != null ? _e : "#FFFFFF",
|
|
207
207
|
borderRadius: (_f = props.borderRadius) != null ? _f : void 0,
|
|
208
208
|
border: getBorder(props)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rudyzeinoun/email-builder",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.52",
|
|
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.
|
|
37
|
+
"@rudyzeinoun/block-image": "^0.0.7",
|
|
38
38
|
"@rudyzeinoun/block-spacer": "^0.0.5",
|
|
39
39
|
"@rudyzeinoun/block-text": "^0.0.12",
|
|
40
40
|
"@usewaypoint/document-core": "^0.0.6"
|