@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
- isOpenSyncModal?: boolean;
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
- isOpenSyncModal?: boolean;
3813
- isLoadingGoogleCalendarSettings?: boolean;
3812
+ showGoogleCalendar?: boolean;
3814
3813
  };
3815
3814
  declare const SuccessModalFeature: FC<SuccessModalFeatureProps>;
3816
3815
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "8.4.0",
3
+ "version": "8.4.5",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "clean": "rimraf dist",