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 CHANGED
@@ -8312,7 +8312,7 @@ function Section({
8312
8312
  textAlign: 'center',
8313
8313
  color: '#7d8592'
8314
8314
  }
8315
- }, "Copyright \xA9 2023 |\xA0", footer?.components[5]?.metadata?.text ? footer?.components[5]?.metadata?.text : ''), /*#__PURE__*/React.createElement("p", {
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, {