@mindly/ui-components 3.16.10 → 3.16.11

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.
@@ -6,7 +6,7 @@ declare type TextareaProps = {
6
6
  onBlur?: () => void;
7
7
  isOpen: boolean;
8
8
  maxLength: number;
9
- onError?: () => void;
9
+ onError?: (message: string) => void;
10
10
  };
11
11
  declare const Textarea: FC<TextareaProps>;
12
12
  export default Textarea;
package/dist/index.d.ts CHANGED
@@ -519,7 +519,7 @@ declare type TextareaProps = {
519
519
  onBlur?: () => void;
520
520
  isOpen: boolean;
521
521
  maxLength: number;
522
- onError?: () => void;
522
+ onError?: (message: string) => void;
523
523
  };
524
524
  declare const Textarea: FC<TextareaProps>;
525
525
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "3.16.10",
3
+ "version": "3.16.11",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "start": "react-scripts start",