diy-template-components 0.2.17 → 0.2.18
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 +2 -2
- package/build/index.es.js.map +1 -1
- package/build/index.js +2 -2
- package/build/index.js.map +1 -1
- package/package.json +1 -1
- package/build/650233e8e2d7dfee.png +0 -0
- package/build/d15660fcfffcc0c8.png +0 -0
package/build/index.js
CHANGED
|
@@ -8327,7 +8327,7 @@ function Section({
|
|
|
8327
8327
|
textAlign: 'center',
|
|
8328
8328
|
color: '#7d8592'
|
|
8329
8329
|
}
|
|
8330
|
-
}, "Copyright \xA9 2023 |\xA0", footer?.components[
|
|
8330
|
+
}, "Copyright \xA9 2023 |\xA0", footer?.components[0]?.metadata?.text ? footer?.components[0]?.metadata?.text : ''), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
8331
8331
|
style: {
|
|
8332
8332
|
// fontFamily: 'Roboto',
|
|
8333
8333
|
fontStyle: 'normal',
|
|
@@ -8369,7 +8369,7 @@ function EmailDripMarket({
|
|
|
8369
8369
|
}
|
|
8370
8370
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8371
8371
|
onClick: e => {
|
|
8372
|
-
e.stopPropagation();
|
|
8372
|
+
e.stopPropagation(); // prevent the click from event Capturing, in email onClick events do not work
|
|
8373
8373
|
e.preventDefault();
|
|
8374
8374
|
}
|
|
8375
8375
|
}, /*#__PURE__*/React__default["default"].createElement(Section, {
|