@mindly/ui-components 8.4.0 → 8.4.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.
|
@@ -14,8 +14,7 @@ type SuccessModalFeatureProps = {
|
|
|
14
14
|
iconHref?: string;
|
|
15
15
|
onSyncClick?: () => void;
|
|
16
16
|
onContinueClick?: () => void;
|
|
17
|
-
|
|
18
|
-
isLoadingGoogleCalendarSettings?: boolean;
|
|
17
|
+
showGoogleCalendar?: boolean;
|
|
19
18
|
};
|
|
20
19
|
declare const SuccessModalFeature: FC<SuccessModalFeatureProps>;
|
|
21
20
|
export default SuccessModalFeature;
|
package/dist/index.d.ts
CHANGED
|
@@ -3809,8 +3809,7 @@ type SuccessModalFeatureProps = {
|
|
|
3809
3809
|
iconHref?: string;
|
|
3810
3810
|
onSyncClick?: () => void;
|
|
3811
3811
|
onContinueClick?: () => void;
|
|
3812
|
-
|
|
3813
|
-
isLoadingGoogleCalendarSettings?: boolean;
|
|
3812
|
+
showGoogleCalendar?: boolean;
|
|
3814
3813
|
};
|
|
3815
3814
|
declare const SuccessModalFeature: FC<SuccessModalFeatureProps>;
|
|
3816
3815
|
|