zz-shopify-components 0.16.0 → 0.16.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zz-shopify-components",
3
- "version": "0.16.0",
3
+ "version": "0.16.1",
4
4
  "description": "Reusable Shopify components for theme projects",
5
5
  "keywords": [
6
6
  "shopify",
@@ -717,7 +717,7 @@
717
717
  if(eventList) {
718
718
  eventList.forEach(item => {
719
719
  item.addEventListener('click', (event) => {
720
- event.preventDefault();
720
+
721
721
  event.stopPropagation();
722
722
  console.log('banner.settings.banner_name', {
723
723
  event: "banner_click",