@mindly/ui-components 7.3.1 → 7.3.2

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.
@@ -2,7 +2,8 @@ import { PropsWithChildren } from 'react';
2
2
  import { TranslationType } from '../../shared/types';
3
3
  type AppNotSupportedProps = {
4
4
  isOpen: boolean;
5
- showMessenger: () => void;
5
+ onUpdate?: () => void;
6
+ redirectToWeb?: () => void;
6
7
  } & TranslationType;
7
- export declare function AppNotSupportedFeature({ isOpen, showMessenger, t, children, }: PropsWithChildren<AppNotSupportedProps>): JSX.Element;
8
+ export declare function AppNotSupportedFeature({ isOpen, t, children, onUpdate, redirectToWeb, }: PropsWithChildren<AppNotSupportedProps>): JSX.Element;
8
9
  export {};
package/dist/index.d.ts CHANGED
@@ -2766,9 +2766,10 @@ declare const ReviewsCardFeatureSkeleton: React__default.MemoExoticComponent<()
2766
2766
 
2767
2767
  type AppNotSupportedProps = {
2768
2768
  isOpen: boolean;
2769
- showMessenger: () => void;
2769
+ onUpdate?: () => void;
2770
+ redirectToWeb?: () => void;
2770
2771
  } & TranslationType;
2771
- declare function AppNotSupportedFeature({ isOpen, showMessenger, t, children, }: PropsWithChildren<AppNotSupportedProps>): JSX.Element;
2772
+ declare function AppNotSupportedFeature({ isOpen, t, children, onUpdate, redirectToWeb, }: PropsWithChildren<AppNotSupportedProps>): JSX.Element;
2772
2773
 
2773
2774
  type ScreenInputUpdateFeatureProps = {
2774
2775
  children?: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "7.3.1",
3
+ "version": "7.3.2",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "clean": "rimraf dist",