diy-template-components 0.2.29 → 0.2.30

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
@@ -1519,6 +1519,7 @@ function Footer({
1519
1519
  }) {
1520
1520
  const theme = useTheme();
1521
1521
  const classes = useSectionStyles$9();
1522
+ console.log(data, 'this is data');
1522
1523
  return /*#__PURE__*/React.createElement("footer", {
1523
1524
  className: data.metadata.isCpBranding ? `${classes.section}` : `${classes.section} ${classes.sectionNoBranding}`
1524
1525
  }, /*#__PURE__*/React.createElement("div", {