@mindly/ui-components 8.2.18 → 8.2.19

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,5 +1,6 @@
1
1
  import * as React from 'react';
2
2
  import { WithTranslation } from 'react-i18next';
3
+ import { CardModalProps } from '../CardModal/CardModal';
3
4
  type GoogleCalendarModalFeatureProps = {
4
5
  isOpen: boolean;
5
6
  status: 'active' | 'inactive' | 'access_denied';
@@ -9,6 +10,6 @@ type GoogleCalendarModalFeatureProps = {
9
10
  isLoading: boolean;
10
11
  imageUrl: string;
11
12
  t: WithTranslation['t'];
12
- };
13
- export declare function GoogleCalendarModalFeature({ status, isOpen, onSync, isLoading, presentingElement, imageUrl, onDidDismiss, t, }: GoogleCalendarModalFeatureProps): React.ReactElement;
13
+ } & CardModalProps;
14
+ export declare function GoogleCalendarModalFeature({ status, isOpen, onSync, isLoading, presentingElement, imageUrl, onDidDismiss, t, ...cardModalProps }: GoogleCalendarModalFeatureProps): React.ReactElement;
14
15
  export {};
package/dist/index.d.ts CHANGED
@@ -2839,8 +2839,8 @@ type GoogleCalendarModalFeatureProps = {
2839
2839
  isLoading: boolean;
2840
2840
  imageUrl: string;
2841
2841
  t: WithTranslation['t'];
2842
- };
2843
- declare function GoogleCalendarModalFeature({ status, isOpen, onSync, isLoading, presentingElement, imageUrl, onDidDismiss, t, }: GoogleCalendarModalFeatureProps): React$1.ReactElement;
2842
+ } & CardModalProps;
2843
+ declare function GoogleCalendarModalFeature({ status, isOpen, onSync, isLoading, presentingElement, imageUrl, onDidDismiss, t, ...cardModalProps }: GoogleCalendarModalFeatureProps): React$1.ReactElement;
2844
2844
 
2845
2845
  type ReviewCardFeatureVariantType = 'default' | 'outlined' | 'full' | 'store' | 'starFirst';
2846
2846
  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.2.18",
3
+ "version": "8.2.19",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "clean": "rimraf dist",