@mindly/ui-components 8.4.6 → 8.4.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.
@@ -1,6 +1,5 @@
1
1
  import * as React from 'react';
2
2
  import { WithTranslation } from 'react-i18next';
3
- import { CardModalProps } from '../CardModal/CardModal';
4
3
  type GoogleCalendarModalFeatureProps = {
5
4
  isOpen: boolean;
6
5
  status: 'active' | 'inactive' | 'access_denied';
@@ -10,6 +9,7 @@ type GoogleCalendarModalFeatureProps = {
10
9
  isLoading: boolean;
11
10
  imageUrl: string;
12
11
  t: WithTranslation['t'];
13
- } & CardModalProps;
14
- export declare function GoogleCalendarModalFeature({ status, isOpen, onSync, isLoading, presentingElement, imageUrl, onDidDismiss, t, ...cardModalProps }: GoogleCalendarModalFeatureProps): React.ReactElement;
12
+ isShowHandle?: boolean;
13
+ };
14
+ export declare function GoogleCalendarModalFeature({ status, isOpen, onSync, isLoading, onDidDismiss, imageUrl, t, presentingElement, }: GoogleCalendarModalFeatureProps): React.ReactElement;
15
15
  export {};
package/dist/index.d.ts CHANGED
@@ -2859,8 +2859,9 @@ type GoogleCalendarModalFeatureProps = {
2859
2859
  isLoading: boolean;
2860
2860
  imageUrl: string;
2861
2861
  t: WithTranslation['t'];
2862
- } & CardModalProps;
2863
- declare function GoogleCalendarModalFeature({ status, isOpen, onSync, isLoading, presentingElement, imageUrl, onDidDismiss, t, ...cardModalProps }: GoogleCalendarModalFeatureProps): React$1.ReactElement;
2862
+ isShowHandle?: boolean;
2863
+ };
2864
+ declare function GoogleCalendarModalFeature({ status, isOpen, onSync, isLoading, onDidDismiss, imageUrl, t, presentingElement, }: GoogleCalendarModalFeatureProps): React$1.ReactElement;
2864
2865
 
2865
2866
  type ReviewCardFeatureVariantType = 'default' | 'outlined' | 'full' | 'store' | 'starFirst';
2866
2867
  declare const _default$O: React__default.NamedExoticComponent<{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "8.4.6",
3
+ "version": "8.4.7",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "clean": "rimraf dist",