@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.d.ts CHANGED
@@ -1349,6 +1349,7 @@ declare type ThemeColorPrimaryPallete = ThemeColorPallete & {
1349
1349
  40: ThemeColorPallete;
1350
1350
  60: ThemeColorPallete;
1351
1351
  80: ThemeColorPallete;
1352
+ 100?: ThemeColorPallete;
1352
1353
  };
1353
1354
  declare type ThemeColors = {
1354
1355
  pallete: {
@@ -19825,7 +19825,7 @@ var SliderContainer = newStyled.div(templateObject_2 || (templateObject_2 = __ma
19825
19825
  var theme = _a.theme;
19826
19826
  return theme.component.gallery.aspectRatio;
19827
19827
  });
19828
- 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"])));
19828
+ 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"])));
19829
19829
  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"])));
19830
19830
  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) {
19831
19831
  var theme = _a.theme;
@@ -19856,11 +19856,33 @@ var SETTINGS = {
19856
19856
  dots: false,
19857
19857
  };
19858
19858
  var THUMBNAIL_SETTINGS = {
19859
- variableWidth: true,
19860
19859
  swipeToSlide: true,
19861
19860
  focusOnSelect: true,
19862
19861
  infinite: false,
19863
19862
  centerPadding: '16px',
19863
+ slidesToShow: 6,
19864
+ speed: 200,
19865
+ arrows: false,
19866
+ responsive: [
19867
+ {
19868
+ breakpoint: 375,
19869
+ settings: {
19870
+ slidesToShow: 4.5,
19871
+ },
19872
+ },
19873
+ {
19874
+ breakpoint: 410,
19875
+ settings: {
19876
+ slidesToShow: 5,
19877
+ },
19878
+ },
19879
+ {
19880
+ breakpoint: 480,
19881
+ settings: {
19882
+ slidesToShow: 5.5,
19883
+ },
19884
+ },
19885
+ ],
19864
19886
  };
19865
19887
  var ProductGalleryMobileV4 = function (_a) {
19866
19888
  var images = _a.images, topTag = _a.topTag, bottomTag = _a.bottomTag, productImageDataTestId = _a.productImageDataTestId;