@mindly/ui-components 3.47.5 → 3.47.6

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.
@@ -15,5 +15,5 @@ declare type TextareaProps = {
15
15
  onError?: (message: string) => void;
16
16
  onFileSelect?: (file: File | null, type: 'file' | 'image' | 'video', fileInfo: FileInfoType) => void;
17
17
  };
18
- declare const _default: React.NamedExoticComponent<TextareaProps>;
18
+ declare const _default: React.MemoExoticComponent<React.ForwardRefExoticComponent<TextareaProps & React.RefAttributes<HTMLIonFooterElement>>>;
19
19
  export default _default;
package/dist/index.d.ts CHANGED
@@ -519,7 +519,7 @@ declare type TextareaProps = {
519
519
  onError?: (message: string) => void;
520
520
  onFileSelect?: (file: File | null, type: 'file' | 'image' | 'video', fileInfo: FileInfoType) => void;
521
521
  };
522
- declare const _default$o: React.NamedExoticComponent<TextareaProps>;
522
+ declare const _default$o: React.MemoExoticComponent<React.ForwardRefExoticComponent<TextareaProps & React.RefAttributes<HTMLIonFooterElement>>>;
523
523
 
524
524
  declare type LouseConnectProps = {
525
525
  onClick?: () => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "3.47.5",
3
+ "version": "3.47.6",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "start": "react-scripts start",