@ornikar/kitt-universal 7.7.0 → 7.7.1

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.
@@ -1868,9 +1868,8 @@ var StyledTextInput = /*#__PURE__*/styled(TextInput).withConfig({
1868
1868
  if (!multiline && "web" !== 'web') return "0 ".concat(theme.kitt.forms.input.padding.horizontal, "px");
1869
1869
  return "".concat(theme.kitt.forms.input.padding.vertical, "px ").concat(theme.kitt.forms.input.padding.horizontal, "px");
1870
1870
  }, function (_ref2) {
1871
- var theme = _ref2.theme,
1872
- multiline = _ref2.multiline;
1873
- if (!multiline && "web" !== 'web') return 0;
1871
+ var theme = _ref2.theme;
1872
+ _ref2.multiline;
1874
1873
  var typeConfigKey = getTypographyTypeConfigKey(theme);
1875
1874
  return "".concat(theme.kitt.typography.types.bodies.configs.body[typeConfigKey].lineHeight, "px");
1876
1875
  }, function (_ref3) {