etendo-ui-library 1.4.25 → 1.4.26

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.
@@ -5,7 +5,7 @@ interface UploadConfig {
5
5
  method: string;
6
6
  headers?: any;
7
7
  }
8
- export interface FileSearchInputProps extends Omit<IInputBase, 'keyboardType' | 'secureTextEntry' | 'multiline' | 'numberOfLines'> {
8
+ export interface FileSearchInputProps extends Omit<IInputBase, 'keyboardType' | 'secureTextEntry'> {
9
9
  value: string;
10
10
  onChangeText: (text: string) => void;
11
11
  onSubmit: (message: string, file?: any) => void;
@@ -5,7 +5,7 @@ interface UploadConfig {
5
5
  method: string;
6
6
  headers?: any;
7
7
  }
8
- export interface FileSearchInputProps extends Omit<IInputBase, 'keyboardType' | 'secureTextEntry' | 'multiline' | 'numberOfLines'> {
8
+ export interface FileSearchInputProps extends Omit<IInputBase, 'keyboardType' | 'secureTextEntry'> {
9
9
  value: string;
10
10
  onChangeText: (text: string) => void;
11
11
  onSubmit: (message: string, file?: any) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "etendo-ui-library",
3
- "version": "1.4.25",
3
+ "version": "1.4.26",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "android": "react-native run-android",