diy-template-components 0.2.12 → 0.2.13
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.es.js
CHANGED
|
@@ -8023,7 +8023,7 @@ const useEmailStyles = createUseStyles(theme => ({
|
|
|
8023
8023
|
borderSpacing: '0'
|
|
8024
8024
|
},
|
|
8025
8025
|
logoimg: {
|
|
8026
|
-
width: '
|
|
8026
|
+
width: 'auto',
|
|
8027
8027
|
height: '48px'
|
|
8028
8028
|
/* margin: 18px 0px; */
|
|
8029
8029
|
|
|
@@ -8095,7 +8095,9 @@ function Section({
|
|
|
8095
8095
|
}, /*#__PURE__*/React.createElement("table", {
|
|
8096
8096
|
className: classes.main,
|
|
8097
8097
|
style: {
|
|
8098
|
-
width: '100%'
|
|
8098
|
+
width: '100%',
|
|
8099
|
+
maxWidth: '600px',
|
|
8100
|
+
backgroundColor: '#ffffff'
|
|
8099
8101
|
}
|
|
8100
8102
|
}, /*#__PURE__*/React.createElement("tbody", null, customHtmlData?.isCustomHtml ? /*#__PURE__*/React.createElement("div", {
|
|
8101
8103
|
className: classes.email_description_para,
|
|
@@ -8116,10 +8118,10 @@ function Section({
|
|
|
8116
8118
|
}
|
|
8117
8119
|
}, header?.components[0]?.metadata?.image?.length ? /*#__PURE__*/React.createElement("img", {
|
|
8118
8120
|
src: header?.components[0]?.metadata?.image,
|
|
8119
|
-
alt: ""
|
|
8120
|
-
,
|
|
8121
|
+
alt: "",
|
|
8121
8122
|
style: {
|
|
8122
|
-
width: '
|
|
8123
|
+
width: 'auto',
|
|
8124
|
+
height: '48px'
|
|
8123
8125
|
}
|
|
8124
8126
|
}) : /*#__PURE__*/React.createElement("div", {
|
|
8125
8127
|
style: {
|