@mindly/ui-components 3.26.3 → 3.26.5

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,6 +6,8 @@ declare type ReScheduleSuccessProps = {
6
6
  timeZone?: string;
7
7
  onClick?: () => void;
8
8
  type?: 'reschedule' | 'cancel';
9
+ successTitle?: string;
10
+ cancelTitle?: string;
9
11
  };
10
12
  declare const ReScheduleSuccess: FC<ReScheduleSuccessProps>;
11
13
  export default ReScheduleSuccess;
package/dist/index.d.ts CHANGED
@@ -774,6 +774,8 @@ declare type ReScheduleSuccessProps = {
774
774
  timeZone?: string;
775
775
  onClick?: () => void;
776
776
  type?: 'reschedule' | 'cancel';
777
+ successTitle?: string;
778
+ cancelTitle?: string;
777
779
  };
778
780
  declare const ReScheduleSuccess: FC<ReScheduleSuccessProps>;
779
781
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "3.26.3",
3
+ "version": "3.26.5",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "start": "react-scripts start",