@salesgenterp/ui-components 0.4.327 → 0.4.328
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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4882,7 +4882,7 @@ var LandingCarousel = function LandingCarousel(_ref) {
|
|
|
4882
4882
|
})));
|
|
4883
4883
|
})));
|
|
4884
4884
|
};
|
|
4885
|
-
var Image = styled__default.img(_templateObject$o || (_templateObject$o = _taggedTemplateLiteralLoose(["\n width: 100%;\n height: auto;\n transition: all 0.5s;\n &:hover {\n transform: scale(1.05);\n }\n"])));
|
|
4885
|
+
var Image = styled__default.img(_templateObject$o || (_templateObject$o = _taggedTemplateLiteralLoose(["\n width: 100%;\n height: auto;\n transition: all 0.5s;\n min-height: 100px;\n object-fit: contain;\n &:hover {\n transform: scale(1.05);\n }\n"])));
|
|
4886
4886
|
var Root$6 = styled__default.div(_templateObject2$e || (_templateObject2$e = _taggedTemplateLiteralLoose([""])));
|
|
4887
4887
|
var ReactSlick = styled__default(Slider)(_templateObject3$9 || (_templateObject3$9 = _taggedTemplateLiteralLoose(["\n .slick-list {\n margin: 0 -", "px;\n }\n .slideItem {\n padding: 0 ", "px;\n overflow: hidden;\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: #ffffff;\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) {
|
|
4888
4888
|
return props === null || props === void 0 ? void 0 : props.spaceBetweenCol;
|