@zealicsolutions/web-ui 0.3.98 → 0.3.99

Sign up to get free protection for your applications and to get access to all the features.
@@ -36,4 +36,4 @@ export declare type InputProps = Partial<{
36
36
  config?: MaskConfig;
37
37
  state: FormStateType;
38
38
  }>;
39
- export declare const Input: ({ value, leftIcon, rightIcon, onChange, onBlur, disabled, isError, placeholder, isEditMode, type, internalConfig, config, ...rest }: InputProps) => JSX.Element | undefined;
39
+ export declare const Input: ({ value, leftIcon, rightIcon, onChange, onBlur, disabled, isError, placeholder, isEditMode, type, internalConfig, config, ...rest }: InputProps) => JSX.Element;
@@ -32,7 +32,7 @@ declare const _default: {
32
32
  maskPattern: (string | RegExp)[];
33
33
  }> | undefined;
34
34
  state: import("../..").FormStateType;
35
- }>) => JSX.Element | undefined;
35
+ }>) => JSX.Element;
36
36
  };
37
37
  export default _default;
38
38
  export declare const Input: StoryFn<InputProps>;
package/dist/index.d.ts CHANGED
@@ -200,7 +200,7 @@ declare type InputProps = Partial<{
200
200
  config?: MaskConfig;
201
201
  state: FormStateType$1;
202
202
  }>;
203
- declare const Input: ({ value, leftIcon, rightIcon, onChange, onBlur, disabled, isError, placeholder, isEditMode, type, internalConfig, config, ...rest }: InputProps) => JSX.Element | undefined;
203
+ declare const Input: ({ value, leftIcon, rightIcon, onChange, onBlur, disabled, isError, placeholder, isEditMode, type, internalConfig, config, ...rest }: InputProps) => JSX.Element;
204
204
 
205
205
  declare type TextTypes = 'primary' | 'secondary' | 'error' | 'success';
206
206
  declare type TextAlign = 'center' | 'right' | 'left';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zealicsolutions/web-ui",
3
- "version": "0.3.98",
3
+ "version": "0.3.99",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+ssh://git@bitbucket.org/Zealic_Solutions/zeal-ui-web.git"