diy-template-components 0.2.8 → 0.2.10
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 +15 -8
- package/build/index.es.js.map +1 -1
- package/build/index.js +15 -8
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -7950,8 +7950,8 @@ const useEmailStyles = createUseStyles(theme => ({
|
|
|
7950
7950
|
borderSpacing: '0'
|
|
7951
7951
|
},
|
|
7952
7952
|
logoimg: {
|
|
7953
|
-
width: '
|
|
7954
|
-
height: '
|
|
7953
|
+
width: '78px',
|
|
7954
|
+
height: '48px'
|
|
7955
7955
|
/* margin: 18px 0px; */
|
|
7956
7956
|
},
|
|
7957
7957
|
|
|
@@ -8045,8 +8045,12 @@ function Section({
|
|
|
8045
8045
|
}
|
|
8046
8046
|
}, header?.components[0]?.metadata?.image?.length ? /*#__PURE__*/React__default["default"].createElement("img", {
|
|
8047
8047
|
src: header?.components[0]?.metadata?.image,
|
|
8048
|
-
alt: ""
|
|
8049
|
-
className
|
|
8048
|
+
alt: ""
|
|
8049
|
+
// className={classes.logoimg}
|
|
8050
|
+
,
|
|
8051
|
+
style: {
|
|
8052
|
+
width: '60px'
|
|
8053
|
+
}
|
|
8050
8054
|
}) : /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8051
8055
|
style: {
|
|
8052
8056
|
display: 'flex',
|
|
@@ -8142,7 +8146,8 @@ function Section({
|
|
|
8142
8146
|
src: landing?.components[0]?.metadata?.image,
|
|
8143
8147
|
alt: "",
|
|
8144
8148
|
style: {
|
|
8145
|
-
width: '100%'
|
|
8149
|
+
width: '100%',
|
|
8150
|
+
borderRadius: '10px'
|
|
8146
8151
|
}
|
|
8147
8152
|
}) : /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8148
8153
|
style: {
|
|
@@ -8152,7 +8157,8 @@ function Section({
|
|
|
8152
8157
|
display: 'flex',
|
|
8153
8158
|
alignItems: 'center',
|
|
8154
8159
|
justifyContent: 'center',
|
|
8155
|
-
fontStyle: 'italic'
|
|
8160
|
+
fontStyle: 'italic',
|
|
8161
|
+
borderRadius: '10px'
|
|
8156
8162
|
}
|
|
8157
8163
|
}, "Thumbnail Image"), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
8158
8164
|
style: {
|
|
@@ -8169,7 +8175,7 @@ function Section({
|
|
|
8169
8175
|
ref: landing?.components[1]?.refSetter
|
|
8170
8176
|
}, landing?.components[1]?.metadata?.text), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
8171
8177
|
style: {
|
|
8172
|
-
background: '#
|
|
8178
|
+
background: '#009AE0',
|
|
8173
8179
|
borderRadius: '7.18333px',
|
|
8174
8180
|
color: 'white',
|
|
8175
8181
|
textDecoration: 'none',
|
|
@@ -8334,7 +8340,8 @@ function EmailDripMarket({
|
|
|
8334
8340
|
const emailRef = React.useRef(null);
|
|
8335
8341
|
return /*#__PURE__*/React__default["default"].createElement("section", {
|
|
8336
8342
|
style: {
|
|
8337
|
-
width: '95%'
|
|
8343
|
+
width: '95%',
|
|
8344
|
+
paddingBottom: '30%'
|
|
8338
8345
|
}
|
|
8339
8346
|
}, /*#__PURE__*/React__default["default"].createElement("div", null, /*#__PURE__*/React__default["default"].createElement(Section, {
|
|
8340
8347
|
sectionRef: emailRef,
|