@trafilea/afrodita-components 6.15.2 → 6.15.3

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.js CHANGED
@@ -19851,7 +19851,7 @@ var SliderContainer = newStyled.div(templateObject_2 || (templateObject_2 = __ma
19851
19851
  var theme = _a.theme;
19852
19852
  return theme.component.gallery.aspectRatio;
19853
19853
  });
19854
- var TopTagContainer = newStyled.div(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n position: absolute;\n left: 10px;\n top: 0;\n"], ["\n position: absolute;\n left: 10px;\n top: 0;\n"])));
19854
+ var TopTagContainer = newStyled.div(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n position: absolute;\n left: 0px;\n top: 21px;\n"], ["\n position: absolute;\n left: 0px;\n top: 21px;\n"])));
19855
19855
  var BottomTagContainer = newStyled.div(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n position: absolute;\n bottom: 3.75rem;\n left: 0;\n"], ["\n position: absolute;\n bottom: 3.75rem;\n left: 0;\n"])));
19856
19856
  var NavButtonContainer = newStyled.div(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n height: 36px;\n width: 36px;\n background-color: ", " !important;\n border-radius: 500px;\n"], ["\n height: 36px;\n width: 36px;\n background-color: ", " !important;\n border-radius: 500px;\n"])), function (_a) {
19857
19857
  var theme = _a.theme;
@@ -19882,11 +19882,33 @@ var SETTINGS = {
19882
19882
  dots: false,
19883
19883
  };
19884
19884
  var THUMBNAIL_SETTINGS = {
19885
- variableWidth: true,
19886
19885
  swipeToSlide: true,
19887
19886
  focusOnSelect: true,
19888
19887
  infinite: false,
19889
19888
  centerPadding: '16px',
19889
+ slidesToShow: 6,
19890
+ speed: 200,
19891
+ arrows: false,
19892
+ responsive: [
19893
+ {
19894
+ breakpoint: 375,
19895
+ settings: {
19896
+ slidesToShow: 4.5,
19897
+ },
19898
+ },
19899
+ {
19900
+ breakpoint: 410,
19901
+ settings: {
19902
+ slidesToShow: 5,
19903
+ },
19904
+ },
19905
+ {
19906
+ breakpoint: 480,
19907
+ settings: {
19908
+ slidesToShow: 5.5,
19909
+ },
19910
+ },
19911
+ ],
19890
19912
  };
19891
19913
  var ProductGalleryMobileV4 = function (_a) {
19892
19914
  var images = _a.images, topTag = _a.topTag, bottomTag = _a.bottomTag, productImageDataTestId = _a.productImageDataTestId;