@trafilea/afrodita-components 6.4.5 → 6.4.6

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
@@ -7031,7 +7031,7 @@ var FitPredictor = function (_a) {
7031
7031
  };
7032
7032
  var templateObject_1$X, templateObject_2$C;
7033
7033
 
7034
- var Image$1 = newStyled.img(templateObject_1$W || (templateObject_1$W = __makeTemplateObject(["\n ", "\n\n width: 4.063rem;\n height: 5.375rem;\n box-sizing: border-box;\n cursor: pointer;\n border: ", ";\n"], ["\n ", "\n\n width: 4.063rem;\n height: 5.375rem;\n box-sizing: border-box;\n cursor: pointer;\n border: ", ";\n"])), function (_a) {
7034
+ var Image$1 = newStyled.img(templateObject_1$W || (templateObject_1$W = __makeTemplateObject(["\n ", "\n\n width: 4.063rem;\n height: 5.375rem;\n object-fit: cover;\n box-sizing: border-box;\n cursor: pointer;\n border: ", ";\n"], ["\n ", "\n\n width: 4.063rem;\n height: 5.375rem;\n object-fit: cover;\n box-sizing: border-box;\n cursor: pointer;\n border: ", ";\n"])), function (_a) {
7035
7035
  var borderRadiusVariant = _a.borderRadiusVariant;
7036
7036
  return borderRadiusVariant &&
7037
7037
  "\nborder-radius: 20px;\n";
@@ -13358,10 +13358,13 @@ var Input$3 = {
13358
13358
  SimplePlusIcon: BasePlusIcon,
13359
13359
  };
13360
13360
 
13361
- var Container$x = newStyled.div(templateObject_1$I || (templateObject_1$I = __makeTemplateObject(["\n ", "\n position: relative;\n max-height: 524px;\n overflow: hidden;\n"], ["\n ", "\n position: relative;\n max-height: 524px;\n overflow: hidden;\n"])), function (_a) {
13361
+ var Container$x = newStyled.div(templateObject_1$I || (templateObject_1$I = __makeTemplateObject(["\n ", "\n position: relative;\n max-height: 524px;\n overflow: hidden;\n & .slick-dots li.slick-active button:before {\n background-color: ", ";\n }\n"], ["\n ", "\n position: relative;\n max-height: 524px;\n overflow: hidden;\n & .slick-dots li.slick-active button:before {\n background-color: ", ";\n }\n"])), function (_a) {
13362
13362
  var borderRadiusVariant = _a.borderRadiusVariant;
13363
13363
  return borderRadiusVariant &&
13364
13364
  "\n border-radius: 40px;\n ";
13365
+ }, function (_a) {
13366
+ var theme = _a.theme;
13367
+ return theme.component.slideNavigation.slideDots.selectedDotColor;
13365
13368
  });
13366
13369
  // max-height: 31.875rem;
13367
13370
  var TopTagContainer$1 = newStyled.div(templateObject_2$t || (templateObject_2$t = __makeTemplateObject(["\n position: absolute;\n left: ", ";\n top: ", ";\n"], ["\n position: absolute;\n left: ", ";\n top: ", ";\n"])), function (props) { return (props.borderRadiusVariant ? '13px' : '0'); }, function (props) { return (props.borderRadiusVariant ? '11px' : '0'); });