@mindly/ui-components 3.16.8 → 3.16.10

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