@mindly/ui-components 3.47.6 → 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.
@@ -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
@@ -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.6",
3
+ "version": "3.47.7",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "start": "react-scripts start",