sapo-components-ui-rn 1.1.24 → 1.1.25

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.esm.js CHANGED
@@ -7164,7 +7164,7 @@ var SearchInput = function (_a) {
7164
7164
  onChangeText === null || onChangeText === void 0 ? void 0 : onChangeText(text);
7165
7165
  }, debounceTime);
7166
7166
  return (React__default.createElement(TextInput, { left: React__default.createElement(View, null,
7167
- React__default.createElement(SvgIcon, { name: "IconSearch", width: 18, height: 18 })), disabled: disabled, value: value, clearButton: clearButton, mode: "default", label: placeholder, placeholder: placeholder, placeholderTextColor: colors.textPlaceholder, right: rightIcon, onFocus: onFocus, autoFocus: autoFocus, onBlur: onBlur, allowFontScaling: false, onChangeText: debouncedOnChangeText, style: [
7167
+ React__default.createElement(SvgIcon, { name: "IconSearch", width: 24, height: 24 })), disabled: disabled, value: value, clearButton: clearButton, mode: "default", label: placeholder, placeholder: placeholder, placeholderTextColor: colors.textPlaceholder, right: rightIcon, onFocus: onFocus, autoFocus: autoFocus, onBlur: onBlur, allowFontScaling: false, onChangeText: debouncedOnChangeText, style: [
7168
7168
  {
7169
7169
  height: height || 36,
7170
7170
  },
package/dist/index.js CHANGED
@@ -7206,7 +7206,7 @@ var SearchInput = function (_a) {
7206
7206
  onChangeText === null || onChangeText === void 0 ? void 0 : onChangeText(text);
7207
7207
  }, debounceTime);
7208
7208
  return (React__default["default"].createElement(TextInput, { left: React__default["default"].createElement(View, null,
7209
- React__default["default"].createElement(SvgIcon, { name: "IconSearch", width: 18, height: 18 })), disabled: disabled, value: value, clearButton: clearButton, mode: "default", label: placeholder, placeholder: placeholder, placeholderTextColor: colors.textPlaceholder, right: rightIcon, onFocus: onFocus, autoFocus: autoFocus, onBlur: onBlur, allowFontScaling: false, onChangeText: debouncedOnChangeText, style: [
7209
+ React__default["default"].createElement(SvgIcon, { name: "IconSearch", width: 24, height: 24 })), disabled: disabled, value: value, clearButton: clearButton, mode: "default", label: placeholder, placeholder: placeholder, placeholderTextColor: colors.textPlaceholder, right: rightIcon, onFocus: onFocus, autoFocus: autoFocus, onBlur: onBlur, allowFontScaling: false, onChangeText: debouncedOnChangeText, style: [
7210
7210
  {
7211
7211
  height: height || 36,
7212
7212
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sapo-components-ui-rn",
3
- "version": "1.1.24",
3
+ "version": "1.1.25",
4
4
  "description": "React Native UI Components Library",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",
@@ -5,7 +5,6 @@ import { CONSTANTS } from "../../styles/themes/tokens";
5
5
  import Text from "../Text";
6
6
  import { useInternalTheme } from "../../core/theming";
7
7
  import containerStyles from "../../theme/container-styles";
8
-
9
8
  import SvgIcon from "../IconSvg";
10
9
  interface CheckboxProps {
11
10
  style?: StyleProp<ViewStyle>;
@@ -49,7 +49,7 @@ const SearchInput = ({
49
49
  <TextInput
50
50
  left={
51
51
  <View>
52
- <SvgIcon name={"IconSearch"} width={18} height={18} />
52
+ <SvgIcon name={"IconSearch"} width={24} height={24} />
53
53
  </View>
54
54
  }
55
55
  disabled={disabled}