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.es.js
CHANGED
|
@@ -8312,7 +8312,7 @@ function Section({
|
|
|
8312
8312
|
textAlign: 'center',
|
|
8313
8313
|
color: '#7d8592'
|
|
8314
8314
|
}
|
|
8315
|
-
}, "Copyright \xA9 2023 |\xA0", footer?.components[
|
|
8315
|
+
}, "Copyright \xA9 2023 |\xA0", footer?.components[0]?.metadata?.text ? footer?.components[0]?.metadata?.text : ''), /*#__PURE__*/React.createElement("p", {
|
|
8316
8316
|
style: {
|
|
8317
8317
|
// fontFamily: 'Roboto',
|
|
8318
8318
|
fontStyle: 'normal',
|
|
@@ -8354,7 +8354,7 @@ function EmailDripMarket({
|
|
|
8354
8354
|
}
|
|
8355
8355
|
}, /*#__PURE__*/React.createElement("div", {
|
|
8356
8356
|
onClick: e => {
|
|
8357
|
-
e.stopPropagation();
|
|
8357
|
+
e.stopPropagation(); // prevent the click from event Capturing, in email onClick events do not work
|
|
8358
8358
|
e.preventDefault();
|
|
8359
8359
|
}
|
|
8360
8360
|
}, /*#__PURE__*/React.createElement(Section, {
|