diy-template-components 0.2.12 → 0.2.14
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/build/index.es.js +7 -5
- package/build/index.es.js.map +1 -1
- package/build/index.js +7 -5
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -8038,7 +8038,7 @@ const useEmailStyles = createUseStyles(theme => ({
|
|
|
8038
8038
|
borderSpacing: '0'
|
|
8039
8039
|
},
|
|
8040
8040
|
logoimg: {
|
|
8041
|
-
width: '
|
|
8041
|
+
width: 'auto',
|
|
8042
8042
|
height: '48px'
|
|
8043
8043
|
/* margin: 18px 0px; */
|
|
8044
8044
|
|
|
@@ -8110,7 +8110,9 @@ function Section({
|
|
|
8110
8110
|
}, /*#__PURE__*/React__default["default"].createElement("table", {
|
|
8111
8111
|
className: classes.main,
|
|
8112
8112
|
style: {
|
|
8113
|
-
width: '100%'
|
|
8113
|
+
width: '100%',
|
|
8114
|
+
maxWidth: '600px',
|
|
8115
|
+
backgroundColor: '#ffffff'
|
|
8114
8116
|
}
|
|
8115
8117
|
}, /*#__PURE__*/React__default["default"].createElement("tbody", null, customHtmlData?.isCustomHtml ? /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8116
8118
|
className: classes.email_description_para,
|
|
@@ -8131,10 +8133,10 @@ function Section({
|
|
|
8131
8133
|
}
|
|
8132
8134
|
}, header?.components[0]?.metadata?.image?.length ? /*#__PURE__*/React__default["default"].createElement("img", {
|
|
8133
8135
|
src: header?.components[0]?.metadata?.image,
|
|
8134
|
-
alt: ""
|
|
8135
|
-
,
|
|
8136
|
+
alt: "",
|
|
8136
8137
|
style: {
|
|
8137
|
-
width: '
|
|
8138
|
+
width: 'auto',
|
|
8139
|
+
height: '48px'
|
|
8138
8140
|
}
|
|
8139
8141
|
}) : /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8140
8142
|
style: {
|