zz-shopify-components 0.0.26 → 0.0.27

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.
@@ -487,6 +487,7 @@
487
487
  <style>
488
488
  #shopify-block-{{ block.id }} {
489
489
  width: 100%;
490
+ overflow-x: hidden;
490
491
  }
491
492
 
492
493
  #shopify-block-{{ block.id }}.flex-layout-block{
@@ -111,6 +111,7 @@
111
111
  prevEl: '.swiper-button-prev',
112
112
  },
113
113
  effect: 'slide',
114
+ freeMode: isDesktop ? false : true,
114
115
  on: {
115
116
  slideChangeTransitionEnd: function (e) {
116
117
  console.log('slideChangeTransitionEnd', e.activeIndex);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zz-shopify-components",
3
- "version": "0.0.26",
3
+ "version": "0.0.27",
4
4
  "description": "Reusable Shopify components for theme projects",
5
5
  "keywords": [
6
6
  "shopify",