zz-shopify-components 0.23.0 → 0.24.0

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.
@@ -90,7 +90,6 @@ class WorldVideoDialog extends HTMLElement {
90
90
  });
91
91
  }
92
92
  updateSlide(data, productType, isInit = false) {
93
- console.log('updateSlide', data, productType, this.x121Links, this.x121Img);
94
93
  const template = $('#video-swiper-slide').html();
95
94
  if (isInit) {
96
95
  this.destroySwiper();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zz-shopify-components",
3
- "version": "0.23.0",
3
+ "version": "0.24.0",
4
4
  "description": "Reusable Shopify components for theme projects",
5
5
  "keywords": [
6
6
  "shopify",
@@ -470,7 +470,7 @@
470
470
 
471
471
  #shopify-section-{{section.id}} .swiper-button-next,
472
472
  #shopify-section-{{section.id}} .swiper-button-prev {
473
- z-index: 99;
473
+ z-index: 1;
474
474
  top: unset;
475
475
  bottom: 0;
476
476
  width: 36px;