@mindly/ui-components 5.66.0 → 5.67.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.
@@ -5,6 +5,8 @@ interface ScreenInputProps extends InputHTMLAttributes<HTMLInputElement> {
5
5
  showPasswordButton?: boolean;
6
6
  className?: string;
7
7
  label?: string;
8
+ isAutoGrow?: boolean;
9
+ icon?: React.ReactNode | string;
8
10
  }
9
11
  declare const ScreenInput: React.ForwardRefExoticComponent<ScreenInputProps & React.RefAttributes<HTMLInputElement>>;
10
12
  export default ScreenInput;
package/dist/index.d.ts CHANGED
@@ -1867,6 +1867,8 @@ interface ScreenInputProps extends InputHTMLAttributes<HTMLInputElement> {
1867
1867
  showPasswordButton?: boolean;
1868
1868
  className?: string;
1869
1869
  label?: string;
1870
+ isAutoGrow?: boolean;
1871
+ icon?: React__default.ReactNode | string;
1870
1872
  }
1871
1873
  declare const ScreenInput: React__default.ForwardRefExoticComponent<ScreenInputProps & React__default.RefAttributes<HTMLInputElement>>;
1872
1874
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "5.66.0",
3
+ "version": "5.67.1",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "clean": "rimraf dist",