@trafilea/afrodita-components 5.0.0-beta.253 → 5.0.0-beta.254

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
@@ -1829,6 +1829,7 @@ declare type ThemeComponent = {
1829
1829
  lineHeight: string;
1830
1830
  button: {
1831
1831
  borderRadius: string;
1832
+ height: string;
1832
1833
  };
1833
1834
  };
1834
1835
  copyrightText: {
@@ -12651,7 +12651,10 @@ var InputWrapper = newStyled.div(templateObject_4$s || (templateObject_4$s = __m
12651
12651
  var size = _a.size, inlinePlaceholder = _a.inlinePlaceholder;
12652
12652
  return !inlinePlaceholder ? (size === 'small' ? '36px' : '40px') : '48px';
12653
12653
  });
12654
- var AnimatedPlaceholder = newStyled.span(templateObject_5$h || (templateObject_5$h = __makeTemplateObject(["\n color: #8b8b8b;\n font-weight: 400;\n left: 0.9375rem;\n bottom: 0.9375rem;\n transition: all 0.2s ease;\n position: absolute;\n pointer-events: none;\n font-size: 0.875rem;\n"], ["\n color: #8b8b8b;\n font-weight: 400;\n left: 0.9375rem;\n bottom: 0.9375rem;\n transition: all 0.2s ease;\n position: absolute;\n pointer-events: none;\n font-size: 0.875rem;\n"])));
12654
+ var AnimatedPlaceholder = newStyled.span(templateObject_5$h || (templateObject_5$h = __makeTemplateObject(["\n color: ", ";\n font-weight: 400;\n left: 0.9375rem;\n bottom: 0.9375rem;\n transition: all 0.2s ease;\n position: absolute;\n pointer-events: none;\n font-size: 0.875rem;\n"], ["\n color: ", ";\n font-weight: 400;\n left: 0.9375rem;\n bottom: 0.9375rem;\n transition: all 0.2s ease;\n position: absolute;\n pointer-events: none;\n font-size: 0.875rem;\n"])), function (_a) {
12655
+ var theme = _a.theme;
12656
+ return theme.component.input.placeholderColor;
12657
+ });
12655
12658
  var ClearInput = newStyled.div(templateObject_6$f || (templateObject_6$f = __makeTemplateObject(["\n right: 0.75rem;\n top: 1rem;\n position: absolute;\n cursor: pointer;\n"], ["\n right: 0.75rem;\n top: 1rem;\n position: absolute;\n cursor: pointer;\n"])));
12656
12659
  var templateObject_1$11, templateObject_2$J, templateObject_3$B, templateObject_4$s, templateObject_5$h, templateObject_6$f;
12657
12660