@salesgenterp/ui-components 0.4.339 → 0.4.340

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.js CHANGED
@@ -4789,7 +4789,7 @@ var LandingCarousel = function LandingCarousel(_ref) {
4789
4789
  responsive: [{
4790
4790
  breakpoint: 600,
4791
4791
  settings: {
4792
- slidesToShow: 2
4792
+ slidesToShow: 3
4793
4793
  }
4794
4794
  }, {
4795
4795
  breakpoint: 900,
@@ -4861,14 +4861,14 @@ var LandingCarousel = function LandingCarousel(_ref) {
4861
4861
  })));
4862
4862
  })));
4863
4863
  };
4864
- var Image = styled__default.img(_templateObject$o || (_templateObject$o = _taggedTemplateLiteralLoose(["\n width: 100%;\n transition: all 0.5s;\n height: 100%;\n min-height: 100px;\n object-fit: contain;\n object-position: center;\n &:hover {\n transform: scale(1.05);\n }\n"])));
4865
- var Video = styled__default.video(_templateObject2$e || (_templateObject2$e = _taggedTemplateLiteralLoose(["\n width: 100%;\n transition: all 0.5s;\n height: 100%;\n min-height: 100px;\n object-fit: cover;\n object-position: center;\n &:hover {\n transform: scale(1.05);\n }\n"])));
4864
+ var Image = styled__default.img(_templateObject$o || (_templateObject$o = _taggedTemplateLiteralLoose(["\n width: 100%;\n transition: all 0.5s;\n height: 100%;\n min-height: 100px;\n max-width: 150px;\n object-fit: contain;\n object-position: center;\n &:hover {\n transform: scale(1.05);\n }\n"])));
4865
+ var Video = styled__default.video(_templateObject2$e || (_templateObject2$e = _taggedTemplateLiteralLoose(["\n width: 100%;\n transition: all 0.5s;\n height: 100%;\n min-height: 100px;\n max-width: 150px;\n object-fit: cover;\n object-position: center;\n &:hover {\n transform: scale(1.05);\n }\n"])));
4866
4866
  var Root$6 = styled__default.div(_templateObject3$9 || (_templateObject3$9 = _taggedTemplateLiteralLoose(["\n height: 100%;\n"])));
4867
4867
  var ReactSlick = styled__default(Slider)(_templateObject4$6 || (_templateObject4$6 = _taggedTemplateLiteralLoose(["\n height: 100%;\n .slick-track {\n height: 100%;\n }\n .slick-slide {\n height: 100%;\n div:first-child {\n height: 100%;\n }\n }\n .slick-list {\n height: 100%;\n margin: 0 -", "px;\n }\n\n line-height: 0;\n .slick-dots {\n bottom: 0;\n li {\n margin: 0;\n button:before {\n color: #ffffff !important;\n font-size: 10px;\n }\n }\n }\n .slick-prev,\n .slick-next {\n color: #464646;\n z-index: 1;\n width: 26px;\n height: 26px;\n }\n .slick-prev {\n left: 12px;\n }\n .slick-next {\n right: 12px;\n }\n"])), function (props) {
4868
4868
  return props === null || props === void 0 ? void 0 : props.spaceBetweenCol;
4869
4869
  });
4870
- var SliderItem = styled__default.div(_templateObject5$4 || (_templateObject5$4 = _taggedTemplateLiteralLoose(["\n max-width: 150px;\n height: 100%;\n padding: 0 ", "px;\n overflow: hidden;\n"])), function (props) {
4871
- return props === null || props === void 0 ? void 0 : props.spaceBetweenCol;
4870
+ var SliderItem = styled__default.div(_templateObject5$4 || (_templateObject5$4 = _taggedTemplateLiteralLoose(["\n height: 100%;\n padding: 0 ", "px;\n overflow: hidden;\n"])), function (props) {
4871
+ return (props === null || props === void 0 ? void 0 : props.spaceBetweenCol) || 0;
4872
4872
  });
4873
4873
 
4874
4874
  var _templateObject$p, _templateObject2$f;