@mindly/ui-components 3.47.5 → 3.47.7

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;
@@ -2,6 +2,7 @@ import { FC } from 'react';
2
2
  declare type SuccessScreenProps = {
3
3
  title: string;
4
4
  subTitle?: string;
5
+ btnTitle?: string;
5
6
  onClick?: () => void;
6
7
  };
7
8
  declare const SuccessScreen: FC<SuccessScreenProps>;
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;
@@ -1127,6 +1127,7 @@ declare const _default$1: React.MemoExoticComponent<React.ForwardRefExoticCompon
1127
1127
  declare type SuccessScreenProps = {
1128
1128
  title: string;
1129
1129
  subTitle?: string;
1130
+ btnTitle?: string;
1130
1131
  onClick?: () => void;
1131
1132
  };
1132
1133
  declare const SuccessScreen: FC<SuccessScreenProps>;
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.7",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "start": "react-scripts start",