@bigbinary/neeto-site-blocks 1.4.3 → 1.4.4
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/dist/index.cjs.js +3 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.css +1 -1
- package/dist/index.css.map +1 -1
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -40903,7 +40903,6 @@ var GalleryWithAutoplay = function GalleryWithAutoplay(_ref) {
|
|
|
40903
40903
|
}, isThumbsView && /*#__PURE__*/React__default["default"].createElement(Swiper, {
|
|
40904
40904
|
freeMode: true,
|
|
40905
40905
|
watchSlidesProgress: true,
|
|
40906
|
-
className: "hidden sm:block",
|
|
40907
40906
|
modules: [Thumb, Pagination, Mousewheel, freeMode],
|
|
40908
40907
|
mousewheel: {
|
|
40909
40908
|
sensitivity: 0.5
|
|
@@ -40913,6 +40912,9 @@ var GalleryWithAutoplay = function GalleryWithAutoplay(_ref) {
|
|
|
40913
40912
|
},
|
|
40914
40913
|
slidesPerView: 4,
|
|
40915
40914
|
spaceBetween: 12,
|
|
40915
|
+
className: classnames("hidden sm:block", {
|
|
40916
|
+
swiper__thumbs__slide: images.length <= 3
|
|
40917
|
+
}),
|
|
40916
40918
|
onSwiper: setThumbsSwiper
|
|
40917
40919
|
}, images.map(function (_ref3, index) {
|
|
40918
40920
|
var src = _ref3.src,
|