@mindly/ui-components 3.64.3 → 3.65.0

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,9 +5,10 @@ declare type ReScheduleSuccessProps = {
5
5
  time: number;
6
6
  timeZone?: string;
7
7
  onClick?: () => void;
8
- type?: 'reschedule' | 'cancel';
8
+ type?: 'reschedule' | 'cancel' | 'payment';
9
9
  successTitle?: string;
10
10
  cancelTitle?: string;
11
+ paymentTitle?: string;
11
12
  description?: string;
12
13
  success: string;
13
14
  locale: string;
@@ -1,5 +1,5 @@
1
1
  declare type SuccessProps = {
2
- type: 'reschedule' | 'cancel';
2
+ type: 'reschedule' | 'cancel' | 'payment';
3
3
  };
4
4
  export declare const SuccessWrapper: import("styled-components").StyledComponent<"div", any, SuccessProps, never>;
5
5
  export declare const SuccessContainer: import("styled-components").StyledComponent<"div", any, SuccessProps, never>;
package/dist/index.d.ts CHANGED
@@ -873,9 +873,10 @@ declare type ReScheduleSuccessProps = {
873
873
  time: number;
874
874
  timeZone?: string;
875
875
  onClick?: () => void;
876
- type?: 'reschedule' | 'cancel';
876
+ type?: 'reschedule' | 'cancel' | 'payment';
877
877
  successTitle?: string;
878
878
  cancelTitle?: string;
879
+ paymentTitle?: string;
879
880
  description?: string;
880
881
  success: string;
881
882
  locale: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "3.64.3",
3
+ "version": "3.65.0",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "start": "react-scripts start",