@mindly/ui-components 7.3.0-dev.5 → 7.3.0-dev.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.
- package/dist/cjs/index.js +5 -5
- package/dist/cjs/lib2/features/ExploreCardSwiperFeature/index.d.ts +1 -1
- package/dist/cjs/lib2/features/ExploreCardSwiperFeature/types.d.ts +1 -0
- package/dist/cjs/lib2/features/ExploreCardSwiperFeature/useSlidesToShow.d.ts +1 -0
- package/dist/cjs/lib2/shared/ui/ExploreCard/index.d.ts +1 -1
- package/dist/esm/index.js +8 -8
- package/dist/esm/lib2/features/ExploreCardSwiperFeature/index.d.ts +1 -1
- package/dist/esm/lib2/features/ExploreCardSwiperFeature/types.d.ts +1 -0
- package/dist/esm/lib2/features/ExploreCardSwiperFeature/useSlidesToShow.d.ts +1 -0
- package/dist/esm/lib2/shared/ui/ExploreCard/index.d.ts +1 -1
- package/dist/index.d.ts +56 -51
- package/package.json +3 -2
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { default as ExploreCardSwiperFeature } from './ExploreCardSwiperFeature';
|
|
2
2
|
export * from './types';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function useSlidesToShow(): number;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { default as ExploreCard } from './ExploreCard';
|
|
2
2
|
export * from './types';
|
package/dist/index.d.ts
CHANGED
|
@@ -80,7 +80,7 @@ type LetterAvatarProps = {
|
|
|
80
80
|
fontSize?: number;
|
|
81
81
|
onClick?: () => void;
|
|
82
82
|
};
|
|
83
|
-
declare const _default$
|
|
83
|
+
declare const _default$1k: React__default.NamedExoticComponent<LetterAvatarProps>;
|
|
84
84
|
|
|
85
85
|
type ImageWithFallbackProps = JSX.IntrinsicElements['img'] & {
|
|
86
86
|
onErrorContent: React__default.ReactElement;
|
|
@@ -179,7 +179,7 @@ type MediaPlayerProps<TCameraTrack extends Playable | undefined, TAudioTrack ext
|
|
|
179
179
|
showControls: boolean;
|
|
180
180
|
isScreenSharing?: boolean;
|
|
181
181
|
} & HTMLAttributes<HTMLDivElement>;
|
|
182
|
-
declare const _default$
|
|
182
|
+
declare const _default$1j: <TCameraTrack extends Playable | undefined, TAudioTrack extends Playable | undefined>({ fullwidth, cameraTrack, audioTrack, isVideoTrackMuted, isAudioTrackMuted, networkQuality, fallbackAvatar, fallbackAvatarDimensions, fallbackName, showControls, isScreenSharing, ...props }: MediaPlayerProps<TCameraTrack, TAudioTrack>) => JSX.Element;
|
|
183
183
|
|
|
184
184
|
type RoundButtonPropsType = {
|
|
185
185
|
disabled?: boolean;
|
|
@@ -273,7 +273,7 @@ type VideoPlayerProps = {
|
|
|
273
273
|
closeModalHandler?: () => void;
|
|
274
274
|
onErrorContent: React__default.ReactElement;
|
|
275
275
|
} & JSX$1.IonModal;
|
|
276
|
-
declare const _default$
|
|
276
|
+
declare const _default$1i: React__default.NamedExoticComponent<VideoPlayerProps>;
|
|
277
277
|
|
|
278
278
|
type NotSupportModalProps = {
|
|
279
279
|
closeModal?: () => void;
|
|
@@ -339,7 +339,7 @@ type TypographyProps = {
|
|
|
339
339
|
id?: string;
|
|
340
340
|
};
|
|
341
341
|
|
|
342
|
-
declare const _default$
|
|
342
|
+
declare const _default$1h: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<TypographyProps & React__default.RefAttributes<HTMLDivElement>>>;
|
|
343
343
|
|
|
344
344
|
type AlertCardVariants = 'transparent' | 'yellow' | 'blue';
|
|
345
345
|
type AlertCardProps = React$1.ComponentPropsWithoutRef<'div'> & {
|
|
@@ -355,7 +355,7 @@ type AlertCardProps = React$1.ComponentPropsWithoutRef<'div'> & {
|
|
|
355
355
|
};
|
|
356
356
|
};
|
|
357
357
|
|
|
358
|
-
declare const _default$
|
|
358
|
+
declare const _default$1g: React$1.NamedExoticComponent<AlertCardProps>;
|
|
359
359
|
|
|
360
360
|
type AppFooterProps = {
|
|
361
361
|
children?: React__default.ReactNode;
|
|
@@ -366,7 +366,7 @@ type AppFooterProps = {
|
|
|
366
366
|
toolbarStyle?: CSSProperties;
|
|
367
367
|
className?: string;
|
|
368
368
|
};
|
|
369
|
-
declare const _default$
|
|
369
|
+
declare const _default$1f: React__default.NamedExoticComponent<AppFooterProps>;
|
|
370
370
|
|
|
371
371
|
type AvatarRoundVariants = 'circle' | 'drop' | 'small';
|
|
372
372
|
|
|
@@ -381,14 +381,14 @@ type AvatarProps = {
|
|
|
381
381
|
onClick?(e: React__default.MouseEvent<HTMLDivElement>): void;
|
|
382
382
|
border?: boolean | string;
|
|
383
383
|
};
|
|
384
|
-
declare const _default$
|
|
384
|
+
declare const _default$1e: React__default.NamedExoticComponent<AvatarProps>;
|
|
385
385
|
|
|
386
386
|
type SkeletonProps = {
|
|
387
387
|
animated?: boolean;
|
|
388
388
|
className?: string;
|
|
389
389
|
style?: React__default.CSSProperties;
|
|
390
390
|
};
|
|
391
|
-
declare const _default$
|
|
391
|
+
declare const _default$1d: React__default.NamedExoticComponent<SkeletonProps>;
|
|
392
392
|
|
|
393
393
|
declare enum CircleRatingSize {
|
|
394
394
|
'S' = "S",
|
|
@@ -1370,7 +1370,7 @@ type FlagProps$1 = {
|
|
|
1370
1370
|
name: string;
|
|
1371
1371
|
className?: string;
|
|
1372
1372
|
};
|
|
1373
|
-
declare const _default$
|
|
1373
|
+
declare const _default$1c: React__default.NamedExoticComponent<FlagProps$1>;
|
|
1374
1374
|
|
|
1375
1375
|
type PictureProps = {
|
|
1376
1376
|
width: number;
|
|
@@ -1388,7 +1388,7 @@ type PictureProps = {
|
|
|
1388
1388
|
containerWidth?: number;
|
|
1389
1389
|
imageClassName?: string;
|
|
1390
1390
|
};
|
|
1391
|
-
declare const _default$
|
|
1391
|
+
declare const _default$1b: React__default.NamedExoticComponent<PictureProps>;
|
|
1392
1392
|
|
|
1393
1393
|
type BadgeType = 'default' | 'accent';
|
|
1394
1394
|
type BadgeVariants = 'attention' | 'neutral' | 'success' | 'warning' | 'brand' | 'info' | 'personalized';
|
|
@@ -1399,7 +1399,7 @@ type BadgeProps = React$1.ComponentPropsWithoutRef<'span'> & {
|
|
|
1399
1399
|
iconType?: 'check' | React$1.ReactNode;
|
|
1400
1400
|
};
|
|
1401
1401
|
|
|
1402
|
-
declare const _default$
|
|
1402
|
+
declare const _default$1a: React$1.NamedExoticComponent<BadgeProps>;
|
|
1403
1403
|
|
|
1404
1404
|
type ItemCardVariants = 'neutral' | 'transparent' | 'transparent20';
|
|
1405
1405
|
type ItemCardProps = React$1.ComponentPropsWithoutRef<'div'> & {
|
|
@@ -1407,7 +1407,7 @@ type ItemCardProps = React$1.ComponentPropsWithoutRef<'div'> & {
|
|
|
1407
1407
|
size?: 'M' | 'M4' | 'M45';
|
|
1408
1408
|
};
|
|
1409
1409
|
|
|
1410
|
-
declare const _default$
|
|
1410
|
+
declare const _default$19: React$1.NamedExoticComponent<ItemCardProps>;
|
|
1411
1411
|
|
|
1412
1412
|
type AppHeaderProps = {
|
|
1413
1413
|
fullwidth?: boolean;
|
|
@@ -1527,7 +1527,7 @@ interface TextareaV2Props extends Omit<JSX$1.IonTextarea, 'color' | 'enterkeyhin
|
|
|
1527
1527
|
onKeyPress?: (e: KeyboardEvent<HTMLIonTextareaElement>) => void;
|
|
1528
1528
|
}
|
|
1529
1529
|
|
|
1530
|
-
declare const _default$
|
|
1530
|
+
declare const _default$18: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<TextareaV2Props & React__default.RefAttributes<HTMLIonTextareaElement>>>;
|
|
1531
1531
|
|
|
1532
1532
|
type RatingProps = {
|
|
1533
1533
|
initialRating?: number;
|
|
@@ -1540,7 +1540,7 @@ type RatingProps = {
|
|
|
1540
1540
|
readonly?: boolean;
|
|
1541
1541
|
} & RatingComponentProps;
|
|
1542
1542
|
|
|
1543
|
-
declare const _default$
|
|
1543
|
+
declare const _default$17: React__default.NamedExoticComponent<RatingProps>;
|
|
1544
1544
|
|
|
1545
1545
|
declare const RatingCircleWrapper: FC<CircleRatingComponentProps & {
|
|
1546
1546
|
t: WithTranslation['t'] | any;
|
|
@@ -1554,7 +1554,7 @@ type IconButtonProps = {
|
|
|
1554
1554
|
fill?: 'clear' | 'filled';
|
|
1555
1555
|
type?: 'button' | 'submit' | 'reset';
|
|
1556
1556
|
};
|
|
1557
|
-
declare const _default$
|
|
1557
|
+
declare const _default$16: React__default.NamedExoticComponent<IconButtonProps>;
|
|
1558
1558
|
|
|
1559
1559
|
type ToastProviderProps = ToastStateProps;
|
|
1560
1560
|
type MindlyToastProps = {
|
|
@@ -1601,17 +1601,17 @@ type ProgressBar_v2Props = {
|
|
|
1601
1601
|
onProgressEnd?: () => void;
|
|
1602
1602
|
style?: CSSVarStyles;
|
|
1603
1603
|
};
|
|
1604
|
-
declare const _default$
|
|
1604
|
+
declare const _default$15: React__default.NamedExoticComponent<ProgressBar_v2Props>;
|
|
1605
1605
|
|
|
1606
1606
|
type LoadingProps = {
|
|
1607
1607
|
isOpen: boolean;
|
|
1608
1608
|
};
|
|
1609
|
-
declare const _default$
|
|
1609
|
+
declare const _default$14: React__default.NamedExoticComponent<LoadingProps>;
|
|
1610
1610
|
|
|
1611
1611
|
type ListItemsProps = React$1.HTMLAttributes<HTMLIonListElement> & {
|
|
1612
1612
|
withBorders?: boolean;
|
|
1613
1613
|
};
|
|
1614
|
-
declare const _default$
|
|
1614
|
+
declare const _default$13: React$1.NamedExoticComponent<ListItemsProps>;
|
|
1615
1615
|
|
|
1616
1616
|
type ItemProps = React$1.HTMLAttributes<HTMLIonItemElement> & {
|
|
1617
1617
|
leftContent?: React$1.ReactNode;
|
|
@@ -1623,7 +1623,7 @@ type ItemProps = React$1.HTMLAttributes<HTMLIonItemElement> & {
|
|
|
1623
1623
|
isError?: boolean;
|
|
1624
1624
|
status?: 'error' | 'attention';
|
|
1625
1625
|
};
|
|
1626
|
-
declare const _default$
|
|
1626
|
+
declare const _default$12: React$1.NamedExoticComponent<ItemProps>;
|
|
1627
1627
|
|
|
1628
1628
|
declare enum VariantEnum {
|
|
1629
1629
|
default = "default",
|
|
@@ -1653,7 +1653,7 @@ type VideoMethods = {
|
|
|
1653
1653
|
play(): void;
|
|
1654
1654
|
};
|
|
1655
1655
|
type VideoRef = HTMLVideoElement | VideoMethods;
|
|
1656
|
-
declare const _default
|
|
1656
|
+
declare const _default$11: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<VideoProps & {
|
|
1657
1657
|
children?: React__default.ReactNode;
|
|
1658
1658
|
} & React__default.RefAttributes<VideoRef>>>;
|
|
1659
1659
|
|
|
@@ -1771,15 +1771,15 @@ type MatchProgressProps = {
|
|
|
1771
1771
|
className?: string;
|
|
1772
1772
|
percentMatch: number;
|
|
1773
1773
|
};
|
|
1774
|
-
declare const _default$
|
|
1774
|
+
declare const _default$10: React__default.NamedExoticComponent<React__default.PropsWithChildren<MatchProgressProps>>;
|
|
1775
1775
|
|
|
1776
1776
|
interface Props$8 {
|
|
1777
1777
|
className?: string;
|
|
1778
1778
|
title: string;
|
|
1779
1779
|
}
|
|
1780
|
-
declare const _default
|
|
1780
|
+
declare const _default$$: React__default.NamedExoticComponent<React__default.PropsWithChildren<Props$8>>;
|
|
1781
1781
|
|
|
1782
|
-
declare const _default$
|
|
1782
|
+
declare const _default$_: React__default.NamedExoticComponent<React__default.PropsWithChildren<React__default.HTMLAttributes<HTMLButtonElement>>>;
|
|
1783
1783
|
|
|
1784
1784
|
type Props$7 = {
|
|
1785
1785
|
className?: string;
|
|
@@ -1860,7 +1860,7 @@ type PromptCardProps = React$1.ComponentPropsWithoutRef<'div'> & {
|
|
|
1860
1860
|
isLoading?: boolean;
|
|
1861
1861
|
};
|
|
1862
1862
|
|
|
1863
|
-
declare const _default$
|
|
1863
|
+
declare const _default$Z: React$1.NamedExoticComponent<PromptCardProps>;
|
|
1864
1864
|
|
|
1865
1865
|
interface ExploreCardProps {
|
|
1866
1866
|
title: string;
|
|
@@ -1872,6 +1872,8 @@ interface ExploreCardProps {
|
|
|
1872
1872
|
className?: string;
|
|
1873
1873
|
}
|
|
1874
1874
|
|
|
1875
|
+
declare const _default$Y: React$1.NamedExoticComponent<ExploreCardProps>;
|
|
1876
|
+
|
|
1875
1877
|
declare enum appThemes {
|
|
1876
1878
|
client = "client",
|
|
1877
1879
|
specialist = "specialist"
|
|
@@ -2598,9 +2600,9 @@ type SlotsGridItemProps = {
|
|
|
2598
2600
|
onSelectionChange: () => void;
|
|
2599
2601
|
};
|
|
2600
2602
|
|
|
2601
|
-
declare const _default$
|
|
2603
|
+
declare const _default$X: React__default.NamedExoticComponent<SlotsGridProps>;
|
|
2602
2604
|
|
|
2603
|
-
declare const _default$
|
|
2605
|
+
declare const _default$W: React$1.NamedExoticComponent<SlotsGridItemProps>;
|
|
2604
2606
|
|
|
2605
2607
|
type PushNotificationsModalProps = {
|
|
2606
2608
|
onApplyPermission: () => void;
|
|
@@ -2717,23 +2719,23 @@ type ShareModalFeatureProps = {
|
|
|
2717
2719
|
};
|
|
2718
2720
|
declare const ShareModalFeature: FC<ShareModalFeatureProps>;
|
|
2719
2721
|
|
|
2720
|
-
declare const _default$
|
|
2722
|
+
declare const _default$V: React__default.NamedExoticComponent<SpecialistPaymentConsultationDetailsType & TranslationType>;
|
|
2721
2723
|
|
|
2722
|
-
declare const _default$
|
|
2724
|
+
declare const _default$U: React__default.NamedExoticComponent<SpecialistPaymentCardProps & TranslationType>;
|
|
2723
2725
|
|
|
2724
2726
|
type SpecialistPaymentCommonCardSkeletonType = {
|
|
2725
2727
|
className?: string;
|
|
2726
2728
|
};
|
|
2727
2729
|
declare const SpecialistPaymentCommonCardSkeleton: (props: SpecialistPaymentCommonCardSkeletonType) => react_jsx_runtime.JSX.Element;
|
|
2728
2730
|
|
|
2729
|
-
declare const _default$
|
|
2731
|
+
declare const _default$T: React__default.NamedExoticComponent<SpecialistPaymentConsultationsProps & TranslationType>;
|
|
2730
2732
|
|
|
2731
2733
|
type ConsultationsListProps = {
|
|
2732
2734
|
locale: SupportedLocales;
|
|
2733
2735
|
consultations: SpecialistConsultation[];
|
|
2734
2736
|
consultationClick?: (consultation: SpecialistConsultation) => void;
|
|
2735
2737
|
};
|
|
2736
|
-
declare const _default$
|
|
2738
|
+
declare const _default$S: React__default.NamedExoticComponent<ConsultationsListProps>;
|
|
2737
2739
|
|
|
2738
2740
|
type ConsultationsListSkeletonType = {
|
|
2739
2741
|
className?: string;
|
|
@@ -2748,9 +2750,9 @@ type CalendarPickerFeatureProps = {
|
|
|
2748
2750
|
dateCallback: (date: Date) => void;
|
|
2749
2751
|
lastDate: Date;
|
|
2750
2752
|
};
|
|
2751
|
-
declare const _default$
|
|
2753
|
+
declare const _default$R: React__default.NamedExoticComponent<CalendarPickerFeatureProps & TranslationType>;
|
|
2752
2754
|
|
|
2753
|
-
declare const _default$
|
|
2755
|
+
declare const _default$Q: React__default.NamedExoticComponent<PaymentCalendarFeatureProps & TranslationType>;
|
|
2754
2756
|
|
|
2755
2757
|
type GoogleCalendarModalFeatureProps = {
|
|
2756
2758
|
isOpen: boolean;
|
|
@@ -2765,7 +2767,7 @@ type GoogleCalendarModalFeatureProps = {
|
|
|
2765
2767
|
declare function GoogleCalendarModalFeature({ status, isOpen, onSync, isLoading, presentingElement, imageUrl, onDidDismiss, t, }: GoogleCalendarModalFeatureProps): JSX.Element;
|
|
2766
2768
|
|
|
2767
2769
|
type ReviewCardFeatureVariantType = 'default' | 'outlined' | 'full' | 'store' | 'starFirst';
|
|
2768
|
-
declare const _default$
|
|
2770
|
+
declare const _default$P: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
|
|
2769
2771
|
id?: string | undefined;
|
|
2770
2772
|
avatarSrc?: string | undefined;
|
|
2771
2773
|
name: string;
|
|
@@ -2869,7 +2871,7 @@ type ScreenInputFormFeatureProps = {
|
|
|
2869
2871
|
icon?: ReactNode | string;
|
|
2870
2872
|
isKeyboardShown?: boolean;
|
|
2871
2873
|
};
|
|
2872
|
-
declare const _default$
|
|
2874
|
+
declare const _default$O: React__default.NamedExoticComponent<ScreenInputFormFeatureProps>;
|
|
2873
2875
|
|
|
2874
2876
|
type SelectionType = {
|
|
2875
2877
|
value: any;
|
|
@@ -2887,7 +2889,7 @@ type SpecialistDrumPickerWidgetProps = {
|
|
|
2887
2889
|
onTouchStart?: () => void;
|
|
2888
2890
|
onTouchEnd?: () => void;
|
|
2889
2891
|
};
|
|
2890
|
-
declare const _default$
|
|
2892
|
+
declare const _default$N: React__default.NamedExoticComponent<SpecialistDrumPickerWidgetProps>;
|
|
2891
2893
|
|
|
2892
2894
|
type TextAreaFormFeatureProps = {
|
|
2893
2895
|
title?: string;
|
|
@@ -2903,7 +2905,7 @@ type TextAreaFormFeatureProps = {
|
|
|
2903
2905
|
maxlength?: number;
|
|
2904
2906
|
HeaderComponent?: FC;
|
|
2905
2907
|
};
|
|
2906
|
-
declare const _default$
|
|
2908
|
+
declare const _default$M: React__default.NamedExoticComponent<TextAreaFormFeatureProps>;
|
|
2907
2909
|
|
|
2908
2910
|
type AcceptAgreementFeatureProps = {
|
|
2909
2911
|
isAccepted: boolean;
|
|
@@ -2926,7 +2928,7 @@ type SelectWithSearchFormFeatureProps = {
|
|
|
2926
2928
|
searchPlaceholder?: string;
|
|
2927
2929
|
enableSearch?: boolean;
|
|
2928
2930
|
} & WithTranslation;
|
|
2929
|
-
declare const _default$
|
|
2931
|
+
declare const _default$L: React__default.NamedExoticComponent<SelectWithSearchFormFeatureProps>;
|
|
2930
2932
|
|
|
2931
2933
|
type MarkdownContainerFeatureProps = {
|
|
2932
2934
|
children?: string | null;
|
|
@@ -2934,11 +2936,11 @@ type MarkdownContainerFeatureProps = {
|
|
|
2934
2936
|
className?: string;
|
|
2935
2937
|
forceBlock?: boolean;
|
|
2936
2938
|
};
|
|
2937
|
-
declare const _default$
|
|
2939
|
+
declare const _default$K: React__default.NamedExoticComponent<MarkdownContainerFeatureProps>;
|
|
2938
2940
|
|
|
2939
|
-
declare const _default$
|
|
2941
|
+
declare const _default$J: React__default.NamedExoticComponent<OnBoardingStartScreenType>;
|
|
2940
2942
|
|
|
2941
|
-
declare const _default$
|
|
2943
|
+
declare const _default$I: React__default.NamedExoticComponent<OnBoardingInfoScreenType>;
|
|
2942
2944
|
|
|
2943
2945
|
type OnBoardingMultiSelectionScreenPreviewFeatureProps = {
|
|
2944
2946
|
onChange?: (value: string[]) => void;
|
|
@@ -2946,7 +2948,7 @@ type OnBoardingMultiSelectionScreenPreviewFeatureProps = {
|
|
|
2946
2948
|
theme?: OnBoardingThemeV2Type;
|
|
2947
2949
|
template?: 'checkbox' | 'icon';
|
|
2948
2950
|
} & OnBoardingMultiSelectScreenType;
|
|
2949
|
-
declare const _default$
|
|
2951
|
+
declare const _default$H: React__default.NamedExoticComponent<OnBoardingMultiSelectionScreenPreviewFeatureProps>;
|
|
2950
2952
|
|
|
2951
2953
|
type OnBoardingSingleSelectionScreenPreviewFeatureProps = {
|
|
2952
2954
|
onChange?: (value: string) => void;
|
|
@@ -2954,7 +2956,7 @@ type OnBoardingSingleSelectionScreenPreviewFeatureProps = {
|
|
|
2954
2956
|
theme?: OnBoardingThemeV2Type;
|
|
2955
2957
|
template?: 'radio' | 'image' | 'roundImage' | 'emoji' | 'icon';
|
|
2956
2958
|
} & OnBoardingSingleSelectScreenType & OnBoardingSingleImageSelectScreenType & OnBoardingSingleRoundImageSelectScreenType & OnBoardingSingleScaleSelectScreenType;
|
|
2957
|
-
declare const _default$
|
|
2959
|
+
declare const _default$G: React__default.NamedExoticComponent<OnBoardingSingleSelectionScreenPreviewFeatureProps>;
|
|
2958
2960
|
|
|
2959
2961
|
declare const OnBoardingLoaderScreenPreviewFeature: FC<OnBoardingLoaderScreenType & {
|
|
2960
2962
|
t?: WithTranslation['t'];
|
|
@@ -2979,9 +2981,9 @@ type OnBoardingProgressFeatureProps = {
|
|
|
2979
2981
|
image?: ResponseFileType | null;
|
|
2980
2982
|
progressSettings?: OnBoardingProgressSettingsScreenType | null;
|
|
2981
2983
|
};
|
|
2982
|
-
declare const _default$
|
|
2984
|
+
declare const _default$F: React__default.NamedExoticComponent<OnBoardingProgressFeatureProps>;
|
|
2983
2985
|
|
|
2984
|
-
declare const _default$
|
|
2986
|
+
declare const _default$E: React__default.NamedExoticComponent<OnBoardingReviewsScreenType>;
|
|
2985
2987
|
|
|
2986
2988
|
type OnBoardingEmailScreenPreviewFeatureProps = OnBoardingEmailScreenType & {
|
|
2987
2989
|
email: string | null;
|
|
@@ -2989,7 +2991,7 @@ type OnBoardingEmailScreenPreviewFeatureProps = OnBoardingEmailScreenType & {
|
|
|
2989
2991
|
onChangeEmail?: (email: string) => void;
|
|
2990
2992
|
onSubmit?: () => void;
|
|
2991
2993
|
};
|
|
2992
|
-
declare const _default$
|
|
2994
|
+
declare const _default$D: React__default.NamedExoticComponent<OnBoardingEmailScreenPreviewFeatureProps>;
|
|
2993
2995
|
|
|
2994
2996
|
type OnBoardingConfirmScreenPreviewFeatureProps = OnBoardingConfirmScreenType & {
|
|
2995
2997
|
email: string | null;
|
|
@@ -3000,7 +3002,7 @@ type OnBoardingConfirmScreenPreviewFeatureProps = OnBoardingConfirmScreenType &
|
|
|
3000
3002
|
onChangePassword?: (password: string) => void;
|
|
3001
3003
|
onSubmit?: () => void;
|
|
3002
3004
|
};
|
|
3003
|
-
declare const _default$
|
|
3005
|
+
declare const _default$C: React__default.NamedExoticComponent<OnBoardingConfirmScreenPreviewFeatureProps>;
|
|
3004
3006
|
|
|
3005
3007
|
type OnBoardingPaywallScreenPreviewFeatureProps$1 = {
|
|
3006
3008
|
className?: string;
|
|
@@ -3045,7 +3047,7 @@ type OnBoardingGoalSelectionScreenPreviewFeatureProps = {
|
|
|
3045
3047
|
initialVisibleCount?: number;
|
|
3046
3048
|
t?: WithTranslation['t'];
|
|
3047
3049
|
} & OnBoardingGoalSelectScreenType;
|
|
3048
|
-
declare const _default$
|
|
3050
|
+
declare const _default$B: React__default.NamedExoticComponent<OnBoardingGoalSelectionScreenPreviewFeatureProps>;
|
|
3049
3051
|
|
|
3050
3052
|
type SpecialistAreaByMatch = {
|
|
3051
3053
|
text: string;
|
|
@@ -3082,7 +3084,7 @@ interface Props$2 extends Omit<TypographyProps, 'children'> {
|
|
|
3082
3084
|
hideShowMore?: boolean;
|
|
3083
3085
|
}
|
|
3084
3086
|
|
|
3085
|
-
declare const _default$
|
|
3087
|
+
declare const _default$A: React__default.NamedExoticComponent<Props$2>;
|
|
3086
3088
|
|
|
3087
3089
|
type Props$1 = {
|
|
3088
3090
|
className?: string;
|
|
@@ -3495,7 +3497,7 @@ type SelectionListFeatureProps = {
|
|
|
3495
3497
|
selectionMode?: 'single' | 'multiple';
|
|
3496
3498
|
};
|
|
3497
3499
|
|
|
3498
|
-
declare const _default$
|
|
3500
|
+
declare const _default$z: React__default.NamedExoticComponent<SelectionListFeatureProps & WithTranslation<undefined, undefined>>;
|
|
3499
3501
|
|
|
3500
3502
|
type CoupleTherapySheetModalFeatureProps = {
|
|
3501
3503
|
isOpen: boolean;
|
|
@@ -3518,7 +3520,7 @@ type PromptCardsFeatureProps = React$1.ComponentPropsWithoutRef<'div'> & {
|
|
|
3518
3520
|
isLoading?: boolean;
|
|
3519
3521
|
};
|
|
3520
3522
|
|
|
3521
|
-
declare const _default$
|
|
3523
|
+
declare const _default$y: React$1.NamedExoticComponent<PromptCardsFeatureProps>;
|
|
3522
3524
|
|
|
3523
3525
|
interface ExploreCardData {
|
|
3524
3526
|
id: string;
|
|
@@ -3533,8 +3535,11 @@ interface ExploreCardSwiperFeatureProps {
|
|
|
3533
3535
|
className?: string;
|
|
3534
3536
|
onCardSendMessage?: (cardId: string, message: string) => void;
|
|
3535
3537
|
isLoading?: boolean;
|
|
3538
|
+
slidesToShow?: number;
|
|
3536
3539
|
}
|
|
3537
3540
|
|
|
3541
|
+
declare const _default$x: React$1.NamedExoticComponent<ExploreCardSwiperFeatureProps>;
|
|
3542
|
+
|
|
3538
3543
|
type SupportedCountryLocale = string;
|
|
3539
3544
|
type Tabs = {
|
|
3540
3545
|
behavior: 'tax-country' | 'profile-lang';
|
|
@@ -4692,4 +4697,4 @@ type RowSelectProps = {
|
|
|
4692
4697
|
|
|
4693
4698
|
declare const RowSelect: FC<RowSelectProps>;
|
|
4694
4699
|
|
|
4695
|
-
export { AcceptAgreementFeature, Action, _default$1e as AlertCard, AllowFilterValueType, AppFooter, _default$1d as AppFooter_v2, AppHeader, AppHeaderPage as AppHeaderPageFeature, AppHeader_v2, AppNotSupportedFeature, AuthContext, AuthProvider, AutoComplete, Avatar, AvatarProps$1 as AvatarProps, _default$1c as Avatar_v2, AvatarProps as Avatar_v2Props, BREAKPOINT_ICON_SIZE, _default$18 as Badge, _default$c as BookingScheduleTime, _default$b as BookingSpecialistInfo, BreakPointPositionProps, BreakPointPositionResult, Button, Button_v2, CAN_MANAGE_SESSION_TIME_HOURS, COUNTRIES_MAPPER, CSSVarStyles, Calendar, _default$Q as CalendarPickerFeature, CancelSession, CardModal, ChangeLanguageModal, CheckBoxItem, CheckBoxListFeature, CheckBoxSectionListFeature, _default$6 as CheckboxList, CheckboxListCategory, CheckboxListItem, CheckboxTypes, ChevronHeader, CircleRatingComponentProps, CircleRatingContent, CircleRatingContext, CircleRatingContextData, CircleRatingContextProps, CircleRatingDataProps, CircleRatingDataResult, CircleRatingLegendProps, CircleRatingProvider, CircleRatingRange, CircleRatingSize, ClientCanAction, ClientCanParams, ClientSpecialistContractStatusEnum, CollapsableText, ConditionRulesType, Consultation, _default$o as ConsultationCard, ConsultationCardProps, ConsultationCardType, _default$l as ConsultationModal, _default$U as ConsultationPricingFeature, _default$j as ConsultationSpecialistCard, ConsultationsListSkeleton, Container, Container_v2, ContentRendererProps, ContractDataFeature, ContractStatusEnum, ContentTree as ContractTreeFeature, CountdownTimerFeature, Counter, CounterProps, CountryOfOriginModal, CoupleTherapySheetModalFeature, CoupleTherapySheetModalFeatureProps, CurrencyLocaleMapper, CurrencySignByLocale, CustomButton, _default$7 as CustomCheckbox, CustomRadioButton, _default$8 as CustomSelect, _default$9 as CustomTextarea, DatePicker, _default$h as DaySlider, Divider, DividerProps, DropdownFeature, DrumListPicker, DynamicCommissionValue, _default$d as EducationCard, EmptyChatModalFeature, _default$m as EmptyConsultations, EmptyList, EmptySpecialistListFeature, ErrorCardFeature, ExploreCardData, ExploreCardProps, ExploreCardSwiperFeatureProps, FilterFeatureProps, FilterItem, FilterItemBoolean, FilterItemChips, FilterItemRange, FilterItemSelect, FilterOption, FilterOptionValue, FilterValue, FiltersWidget, FiltersWidgetProps, FirstChatMessageModalFeature, _default$3 as Flag, FlagTypes, _default$1a as Flag_v2, FrequentlyAskedQuestions, GoogleCalendarModalFeature, HeaderWithRedirect, ISpecialistReview, IconAddModerator, IconAlignHorizontalTextCenter, IconAlignHorizontalTextLeft, IconAlignHorizontalTextRight, IconAmEx, IconAppStoreRating, IconApple, IconApplePay, IconArrowDown, IconArrowLeft, IconArrowRange, IconArrowRight, IconArrowTopRight, IconArrowUp, IconAttachMoney, IconBeachAccess, IconBookmark, IconBookmarkOutlined, _default$14 as IconButton, IconCalendar, IconCalendarFilled, IconCalendarMonth, IconCalendarNew, IconCalendarWithDot, IconCancel, IconCancelBold, IconCancelRounded, IconCapFilled, IconChart, IconChat, IconChat3d, IconChat3dSmaller, IconChatFilled, IconChatOutline, IconCheck, IconCheckCircle, IconCheckSmall, IconCheckboxChecked, IconCheckboxCheckedBold, IconCheckboxThinUnchecked, IconCheckboxUnchecked, IconClient, IconClientFilled, IconClose, IconCompare, IconContract, IconCopy, IconCouple, IconCreditCard, IconDelete, IconDivercity, IconDivider, IconDocument, IconDot, IconDoubleArrow, IconEcgHeart, IconEdit, IconEditCalendar, IconEmptyList, IconEventBusy, IconExperience, IconEye, IconEyeOff, IconFilters, IconGallery, IconGift, IconGiftNew, IconGlobe, IconGoogle, IconGooglePay, IconHeart, IconHome, IconIdCard, IconInfo, IconInvisible, IconInvoice, IconLanguage, IconLeaderboard, IconLeftArrow, IconLetter, IconLink, IconLock, IconLogout, IconMaestro, IconManageAccounts, IconMastercard, IconMatching, IconMindly, IconMindlyColored, IconMindlyMini, IconMinus, IconMooving, IconMoreVertical, IconMute, IconNotificationMuted, IconPaid, IconPaper, IconPaperPencil, IconPause, IconPaywall, IconPersonAlert, IconPlay, IconPlus, IconPoweredByStripe, IconProfile, IconProfileChecked, IconProfileCircle, IconProfileSetting, IconProfileUnderReview, IconPromocode, IconProps$H as IconProps, IconQueryStats, IconQuestion, IconRadioButtonChecked, IconRadioPartial, IconReceipt, IconReceiptLong, IconRenew, IconResume, IconReviewSessionSubscription, IconReviewSessionTrial, IconSchedule, IconSchema, IconSearch, IconSecure, IconSend, IconSettings, IconShare, IconSort, IconSpecialistsEnded, IconSpinner, IconStar, IconStarFilled, IconStudyHat, IconStylus, IconSuccess, IconSwitch, IconText, IconTime, IconTimeAdd, IconUnmute, IconUser, IconUserNotFound, IconVerifiedUser, IconVisa, IconVisible, IconWarning, ImageInput, ImageWithFallback, Input, InputSearch, _default$10 as Item, _default$17 as ItemCard, LabelArrowRedirect, _default$1i as LetterAvatar, _default$4 as LineFileInput, ListBox, ListBoxItem, ListBoxItemProps, ListBoxProps, ListBoxSelectionType, ListItemType, _default$Z as ListItemWithColumns, _default$11 as ListItems, ListOption, ListOptionsProps, ListSelect, ListSelectProps, ListSimple, _default$12 as Loading, LocaleCurrencyMapper, MapStatusContractToUIStatus, _default$J as MarkdownContainerFeature, _default$_ as MatchProgress, _default$1h as MediaPlayer, MenuFeature, MindlyReview, MindlyReviewFeature, ModalSheet, NEAR_SESSION_TIME_SECONDS, NewSpecialist, NoInternetConnection, NotSupportModal, ONBOARDING_THEME_DEFAULT_COLORS, OnBoardingAreasOfWorkSelectScreenType, OnBoardingBaseScreenType, OnBoardingChartScreenPreviewFeature, OnBoardingChartScreenType, OnBoardingCompareScreenPreviewFeature, OnBoardingCompareScreenType, _default$B as OnBoardingConfirmScreenPreviewFeature, OnBoardingConfirmScreenType, _default$C as OnBoardingEmailScreenPreviewFeature, OnBoardingEmailScreenType, OnBoardingFlowType, OnBoardingGoalSelectScreenType, _default$A as OnBoardingGoalSelectionScreenPreviewFeature, OnBoardingGraphScreenPreviewFeature, OnBoardingGraphScreenType, _default$H as OnBoardingInfoScreenPreviewFeature, OnBoardingInfoScreenType, OnBoardingLoaderScreenPreviewFeature, OnBoardingLoaderScreenType, OnBoardingMultiSelectScreenType, _default$G as OnBoardingMultiSelectionScreenPreviewFeature, OnBoardingPaywallScreenPreviewFeature, OnBoardingPaywallScreenType, _default$E as OnBoardingProgressFeature, OnBoardingProgressSettingsScreenType, _default$D as OnBoardingReviewsScreenPreviewFeature, OnBoardingReviewsScreenType, OnBoardingScreenAlertType, OnBoardingScreenButtonType, OnBoardingScreenDescriptionType, OnBoardingScreenEmailType, OnBoardingScreenErrorsType, OnBoardingScreenOptionType, OnBoardingScreenOptionWithScaleType, OnBoardingScreenOptions, OnBoardingScreenPasswordType, OnBoardingScreenPrivacyType, OnBoardingScreenProgressType, OnBoardingScreenSkipButtonType, OnBoardingScreenStyleOptions, OnBoardingScreenSubgoalButtonType, OnBoardingScreenTranslationsType, OnBoardingScreensType, OnBoardingSingleImageSelectScreenType, OnBoardingSingleRoundImageSelectScreenType, OnBoardingSingleScaleSelectScreenType, OnBoardingSingleSelectScreenType, _default$F as OnBoardingSingleSelectionScreenPreviewFeature, OnBoardingSpecializationSelectScreenType, _default$I as OnBoardingStartScreenPreviewFeature, OnBoardingStartScreenType, OnBoardingThemeV2Type, OnboardingProgressTemplate, OnboardingVariant, OutdatedPersonalDataFeature, PasswordInput, PaymentBadgeType, _default$P as PaymentCalendarFeature, PaymentCalendarFeatureProps, _default$R as PaymentSessionsList, PayoutCurrencySignByLocale, PayoutShortCurrencySignByLocale, _default$19 as Picture, PoweredByStripeFeature, _default$2 as ProfileInformation, _default$f as ProfileView, _default$5 as ProgressBar, ProgressBarDashed, _default$13 as ProgressBar_v2, ProgressRangeProps, _default$X as PromptCard, PromptCardData, PromptCardProps, _default$x as PromptCardsFeature, PromptCardsFeatureProps, PushNotificationsIsDisabledBanner, PushNotificationsModal, Range, _default$15 as Rating, RatingCircleWrapper, _default$i as ReSchedule, ReScheduleSuccess, Refresher, ResponseFileType, ReviewCard, _default$O as ReviewCardFeature, ReviewListFeature, ReviewStatistics, ReviewSubscriptionSessionFeature, ReviewSubscriptionSessionFeatureProps, ReviewSwiperSection, ReviewTrialSessionFeature, ReviewTrialSessionFeatureProps, ReviewsCardFeatureSkeleton, ReviewsSummary, RoundButton, RowItemType, RowSelect, RowSelectProps, Rule, SIZES, SOON_SESSION_TIME_SECONDS, Schedule, ScheduleDate, ScheduleSlot, _default$M as ScreenDrumPickerFormFeature, ScreenInput, _default$N as ScreenInputFormFeature, ScreenInputUpdateFeature, SectionHeading, Segment, SegmentColor, SegmentType, SelectItemType, _default$K as SelectWithSearchFormFeature, _default$y as SelectionListFeature, Session, SessionDetailWidget, SessionPaymentsWidget, SessionPreviewFeature, SessionReview$1 as SessionReview, SessionTime, SessionVariant, SessionsWidget as SessionsListWidget, SessionsWidgetProps, Sex, ShareModalFeature, ShortCurrencySignByLocale, ShortTranscriptionCurrencySignByLocale, _default$Y as ShowMore, _default$n as SignUpSessionButton, _default$k as SignUpSessionModal, SizeValues, Skeleton, _default$1b as Skeleton_v2, _default$W as SlotsGrid, _default$V as SlotsGridItem, SolidInput, Sort, SortDirection, SortKey, SortValue, Specialist, _default$e as SpecialistAbout, SpecialistAreaList as SpecialistAreaListFeature, SpecialistCard, SpecialistCardListWidget, _default$w as SpecialistCardWidget, SpecialistCardSkeleton as SpecialistCardWithScheduleSkeleton, _default$q as SpecialistCardWithScheduleWidget, SpecialistConsultation, SpecialistConsultationPayment, _default$t as SpecialistDetailWidget, SpecialistDetailWidgetSkeleton, SpecialistDetailWithTabsSkeleton, _default$r as SpecialistDetailWithTabsWidget, SpecialistEducation, SpecialistEducationsFeature, SpecialistInfoColumnFeature, SpecialistLangs, _default$1 as SpecialistMatch, SpecialistOrderType, SpecialistPaymentCardProps, _default$T as SpecialistPaymentCommonCardFeature, SpecialistPaymentCommonCardSkeleton, SpecialistPaymentConsultationDetailsType, _default$S as SpecialistPaymentConsultationsFeature, SpecialistPaymentConsultationsProps, SpecialistPaymentCurrencyProps, _default$u as SpecialistPaymentResumeWidget, SpecialistPaymentResumeWidgetType, SpecialistPaymentTabs, _default$v as SpecialistPaymentWidget, SpecialistPaymentWidgetType, SpecialistPreviewFeature, SpecialistPreviewListWidget, _default$s as SpecialistPreviewWidget, SpecialistProfileNotFound, SpecialistReview$1 as SpecialistReview, SpecialistScheduleFeature, SpecialistScheduleProvider, SpecialistScheduleProviderRef, ScheduleSkeleton as SpecialistScheduleSkeletonFeature, SpecialistShortInfoItemFeature as SpecialistShortInfoItem, _default as SpecialistStatistic, Spinner, Spinner_v2, StarRating, StatisticsScroll, StripeSupportedCurrency, Subscription, SubscriptionStatuses, SuccessScreen, SuperSpecialist, SupportedCurrency, SupportedLangs, SupportedLocales, SwitchDeviceCard, TabItem, Tabs$1 as Tabs, TabsFeature, TabsFeatureSkeleton, TabsToolbarFeature, Tag, Tariff, TariffFeature, _default$L as TextAreaFormFeature, _default$a as TextInput, _default$z as TextWithClampFeature, _default$16 as Textarea_v2, ThemeProvider, ThemeProviderProps, Toast, ToastButton, ToastContext, ToastProps, ToastProvider, ToastRegion, Toggle, TooltipComponent, TranslationMock, TranslationType, TreeNode, _default$1f as Typography, TypographyVariantsEnum, UpdateContractWidget, UpdatesCard, UserInfoModal, UserType, VariantType, VerticalCalendar, VerticalCalendarMonthSkeleton, VerticalCalendarSkeleton, _default$$ as Video, _default$p as VideoCallInfo, _default$1g as VideoPlayer, VideoProvider, _default$g as WorkDirections, appThemes, canManageSession, currentUser, decOfNum, formatByDigits, getCountryKeyByName, getDateLocale, getFilterCount, getFiltersQuery, getFiltersValues, getGMTOffset, getMappedFilterValue, getMockSchedule, getMonthNameInGenitive, getProgressForBreakPoint, getSessionTimeLabel, getSessionVariant, getSessionsByDay, getSessionsByMonth, getSessionsByYear, getSignAgreementsTabs, getSortFromKey, getSortKey, getStartSessionDate, getStartSessionTimestamp, globalAuthState, isClientCan, isFilterSet, isNewSpecialist, isSpecialistActive, isSpecialistBlocked, isSpecialistPublic, isSuperSpecialist, listReviews, mergeRefs, mockSession, mockSessions, mockT, newShade, payoutPriceNormalize, priceNormalize, replaceMarkdownWithReactElements, roundToPrecision, specialist, splitSessions, toast, useAutoFocus, useBreakPointsPosition, useCircleRatingRenderData, useDeepCompareEffect, useDeepUpdateEffect, useDelayMount, useDomRef, useElementWidth, useEvent, useIsKeyBoardShown, useRangeIndex, useRatingCircleBreakPoints, useRatingCircleContentValue, useRatingCircleLegend, useRatingContext, useSpecialistScheduleContext, useStopPropagationEvent, useToastContext, useUpdateEffect, useVideoContext, withSpecialistScheduleContext };
|
|
4700
|
+
export { AcceptAgreementFeature, Action, _default$1g as AlertCard, AllowFilterValueType, AppFooter, _default$1f as AppFooter_v2, AppHeader, AppHeaderPage as AppHeaderPageFeature, AppHeader_v2, AppNotSupportedFeature, AuthContext, AuthProvider, AutoComplete, Avatar, AvatarProps$1 as AvatarProps, _default$1e as Avatar_v2, AvatarProps as Avatar_v2Props, BREAKPOINT_ICON_SIZE, _default$1a as Badge, _default$c as BookingScheduleTime, _default$b as BookingSpecialistInfo, BreakPointPositionProps, BreakPointPositionResult, Button, Button_v2, CAN_MANAGE_SESSION_TIME_HOURS, COUNTRIES_MAPPER, CSSVarStyles, Calendar, _default$R as CalendarPickerFeature, CancelSession, CardModal, ChangeLanguageModal, CheckBoxItem, CheckBoxListFeature, CheckBoxSectionListFeature, _default$6 as CheckboxList, CheckboxListCategory, CheckboxListItem, CheckboxTypes, ChevronHeader, CircleRatingComponentProps, CircleRatingContent, CircleRatingContext, CircleRatingContextData, CircleRatingContextProps, CircleRatingDataProps, CircleRatingDataResult, CircleRatingLegendProps, CircleRatingProvider, CircleRatingRange, CircleRatingSize, ClientCanAction, ClientCanParams, ClientSpecialistContractStatusEnum, CollapsableText, ConditionRulesType, Consultation, _default$o as ConsultationCard, ConsultationCardProps, ConsultationCardType, _default$l as ConsultationModal, _default$V as ConsultationPricingFeature, _default$j as ConsultationSpecialistCard, ConsultationsListSkeleton, Container, Container_v2, ContentRendererProps, ContractDataFeature, ContractStatusEnum, ContentTree as ContractTreeFeature, CountdownTimerFeature, Counter, CounterProps, CountryOfOriginModal, CoupleTherapySheetModalFeature, CoupleTherapySheetModalFeatureProps, CurrencyLocaleMapper, CurrencySignByLocale, CustomButton, _default$7 as CustomCheckbox, CustomRadioButton, _default$8 as CustomSelect, _default$9 as CustomTextarea, DatePicker, _default$h as DaySlider, Divider, DividerProps, DropdownFeature, DrumListPicker, DynamicCommissionValue, _default$d as EducationCard, EmptyChatModalFeature, _default$m as EmptyConsultations, EmptyList, EmptySpecialistListFeature, ErrorCardFeature, _default$Y as ExploreCard, ExploreCardData, ExploreCardProps, _default$x as ExploreCardSwiperFeature, ExploreCardSwiperFeatureProps, FilterFeatureProps, FilterItem, FilterItemBoolean, FilterItemChips, FilterItemRange, FilterItemSelect, FilterOption, FilterOptionValue, FilterValue, FiltersWidget, FiltersWidgetProps, FirstChatMessageModalFeature, _default$3 as Flag, FlagTypes, _default$1c as Flag_v2, FrequentlyAskedQuestions, GoogleCalendarModalFeature, HeaderWithRedirect, ISpecialistReview, IconAddModerator, IconAlignHorizontalTextCenter, IconAlignHorizontalTextLeft, IconAlignHorizontalTextRight, IconAmEx, IconAppStoreRating, IconApple, IconApplePay, IconArrowDown, IconArrowLeft, IconArrowRange, IconArrowRight, IconArrowTopRight, IconArrowUp, IconAttachMoney, IconBeachAccess, IconBookmark, IconBookmarkOutlined, _default$16 as IconButton, IconCalendar, IconCalendarFilled, IconCalendarMonth, IconCalendarNew, IconCalendarWithDot, IconCancel, IconCancelBold, IconCancelRounded, IconCapFilled, IconChart, IconChat, IconChat3d, IconChat3dSmaller, IconChatFilled, IconChatOutline, IconCheck, IconCheckCircle, IconCheckSmall, IconCheckboxChecked, IconCheckboxCheckedBold, IconCheckboxThinUnchecked, IconCheckboxUnchecked, IconClient, IconClientFilled, IconClose, IconCompare, IconContract, IconCopy, IconCouple, IconCreditCard, IconDelete, IconDivercity, IconDivider, IconDocument, IconDot, IconDoubleArrow, IconEcgHeart, IconEdit, IconEditCalendar, IconEmptyList, IconEventBusy, IconExperience, IconEye, IconEyeOff, IconFilters, IconGallery, IconGift, IconGiftNew, IconGlobe, IconGoogle, IconGooglePay, IconHeart, IconHome, IconIdCard, IconInfo, IconInvisible, IconInvoice, IconLanguage, IconLeaderboard, IconLeftArrow, IconLetter, IconLink, IconLock, IconLogout, IconMaestro, IconManageAccounts, IconMastercard, IconMatching, IconMindly, IconMindlyColored, IconMindlyMini, IconMinus, IconMooving, IconMoreVertical, IconMute, IconNotificationMuted, IconPaid, IconPaper, IconPaperPencil, IconPause, IconPaywall, IconPersonAlert, IconPlay, IconPlus, IconPoweredByStripe, IconProfile, IconProfileChecked, IconProfileCircle, IconProfileSetting, IconProfileUnderReview, IconPromocode, IconProps$H as IconProps, IconQueryStats, IconQuestion, IconRadioButtonChecked, IconRadioPartial, IconReceipt, IconReceiptLong, IconRenew, IconResume, IconReviewSessionSubscription, IconReviewSessionTrial, IconSchedule, IconSchema, IconSearch, IconSecure, IconSend, IconSettings, IconShare, IconSort, IconSpecialistsEnded, IconSpinner, IconStar, IconStarFilled, IconStudyHat, IconStylus, IconSuccess, IconSwitch, IconText, IconTime, IconTimeAdd, IconUnmute, IconUser, IconUserNotFound, IconVerifiedUser, IconVisa, IconVisible, IconWarning, ImageInput, ImageWithFallback, Input, InputSearch, _default$12 as Item, _default$19 as ItemCard, LabelArrowRedirect, _default$1k as LetterAvatar, _default$4 as LineFileInput, ListBox, ListBoxItem, ListBoxItemProps, ListBoxProps, ListBoxSelectionType, ListItemType, _default$$ as ListItemWithColumns, _default$13 as ListItems, ListOption, ListOptionsProps, ListSelect, ListSelectProps, ListSimple, _default$14 as Loading, LocaleCurrencyMapper, MapStatusContractToUIStatus, _default$K as MarkdownContainerFeature, _default$10 as MatchProgress, _default$1j as MediaPlayer, MenuFeature, MindlyReview, MindlyReviewFeature, ModalSheet, NEAR_SESSION_TIME_SECONDS, NewSpecialist, NoInternetConnection, NotSupportModal, ONBOARDING_THEME_DEFAULT_COLORS, OnBoardingAreasOfWorkSelectScreenType, OnBoardingBaseScreenType, OnBoardingChartScreenPreviewFeature, OnBoardingChartScreenType, OnBoardingCompareScreenPreviewFeature, OnBoardingCompareScreenType, _default$C as OnBoardingConfirmScreenPreviewFeature, OnBoardingConfirmScreenType, _default$D as OnBoardingEmailScreenPreviewFeature, OnBoardingEmailScreenType, OnBoardingFlowType, OnBoardingGoalSelectScreenType, _default$B as OnBoardingGoalSelectionScreenPreviewFeature, OnBoardingGraphScreenPreviewFeature, OnBoardingGraphScreenType, _default$I as OnBoardingInfoScreenPreviewFeature, OnBoardingInfoScreenType, OnBoardingLoaderScreenPreviewFeature, OnBoardingLoaderScreenType, OnBoardingMultiSelectScreenType, _default$H as OnBoardingMultiSelectionScreenPreviewFeature, OnBoardingPaywallScreenPreviewFeature, OnBoardingPaywallScreenType, _default$F as OnBoardingProgressFeature, OnBoardingProgressSettingsScreenType, _default$E as OnBoardingReviewsScreenPreviewFeature, OnBoardingReviewsScreenType, OnBoardingScreenAlertType, OnBoardingScreenButtonType, OnBoardingScreenDescriptionType, OnBoardingScreenEmailType, OnBoardingScreenErrorsType, OnBoardingScreenOptionType, OnBoardingScreenOptionWithScaleType, OnBoardingScreenOptions, OnBoardingScreenPasswordType, OnBoardingScreenPrivacyType, OnBoardingScreenProgressType, OnBoardingScreenSkipButtonType, OnBoardingScreenStyleOptions, OnBoardingScreenSubgoalButtonType, OnBoardingScreenTranslationsType, OnBoardingScreensType, OnBoardingSingleImageSelectScreenType, OnBoardingSingleRoundImageSelectScreenType, OnBoardingSingleScaleSelectScreenType, OnBoardingSingleSelectScreenType, _default$G as OnBoardingSingleSelectionScreenPreviewFeature, OnBoardingSpecializationSelectScreenType, _default$J as OnBoardingStartScreenPreviewFeature, OnBoardingStartScreenType, OnBoardingThemeV2Type, OnboardingProgressTemplate, OnboardingVariant, OutdatedPersonalDataFeature, PasswordInput, PaymentBadgeType, _default$Q as PaymentCalendarFeature, PaymentCalendarFeatureProps, _default$S as PaymentSessionsList, PayoutCurrencySignByLocale, PayoutShortCurrencySignByLocale, _default$1b as Picture, PoweredByStripeFeature, _default$2 as ProfileInformation, _default$f as ProfileView, _default$5 as ProgressBar, ProgressBarDashed, _default$15 as ProgressBar_v2, ProgressRangeProps, _default$Z as PromptCard, PromptCardData, PromptCardProps, _default$y as PromptCardsFeature, PromptCardsFeatureProps, PushNotificationsIsDisabledBanner, PushNotificationsModal, Range, _default$17 as Rating, RatingCircleWrapper, _default$i as ReSchedule, ReScheduleSuccess, Refresher, ResponseFileType, ReviewCard, _default$P as ReviewCardFeature, ReviewListFeature, ReviewStatistics, ReviewSubscriptionSessionFeature, ReviewSubscriptionSessionFeatureProps, ReviewSwiperSection, ReviewTrialSessionFeature, ReviewTrialSessionFeatureProps, ReviewsCardFeatureSkeleton, ReviewsSummary, RoundButton, RowItemType, RowSelect, RowSelectProps, Rule, SIZES, SOON_SESSION_TIME_SECONDS, Schedule, ScheduleDate, ScheduleSlot, _default$N as ScreenDrumPickerFormFeature, ScreenInput, _default$O as ScreenInputFormFeature, ScreenInputUpdateFeature, SectionHeading, Segment, SegmentColor, SegmentType, SelectItemType, _default$L as SelectWithSearchFormFeature, _default$z as SelectionListFeature, Session, SessionDetailWidget, SessionPaymentsWidget, SessionPreviewFeature, SessionReview$1 as SessionReview, SessionTime, SessionVariant, SessionsWidget as SessionsListWidget, SessionsWidgetProps, Sex, ShareModalFeature, ShortCurrencySignByLocale, ShortTranscriptionCurrencySignByLocale, _default$_ as ShowMore, _default$n as SignUpSessionButton, _default$k as SignUpSessionModal, SizeValues, Skeleton, _default$1d as Skeleton_v2, _default$X as SlotsGrid, _default$W as SlotsGridItem, SolidInput, Sort, SortDirection, SortKey, SortValue, Specialist, _default$e as SpecialistAbout, SpecialistAreaList as SpecialistAreaListFeature, SpecialistCard, SpecialistCardListWidget, _default$w as SpecialistCardWidget, SpecialistCardSkeleton as SpecialistCardWithScheduleSkeleton, _default$q as SpecialistCardWithScheduleWidget, SpecialistConsultation, SpecialistConsultationPayment, _default$t as SpecialistDetailWidget, SpecialistDetailWidgetSkeleton, SpecialistDetailWithTabsSkeleton, _default$r as SpecialistDetailWithTabsWidget, SpecialistEducation, SpecialistEducationsFeature, SpecialistInfoColumnFeature, SpecialistLangs, _default$1 as SpecialistMatch, SpecialistOrderType, SpecialistPaymentCardProps, _default$U as SpecialistPaymentCommonCardFeature, SpecialistPaymentCommonCardSkeleton, SpecialistPaymentConsultationDetailsType, _default$T as SpecialistPaymentConsultationsFeature, SpecialistPaymentConsultationsProps, SpecialistPaymentCurrencyProps, _default$u as SpecialistPaymentResumeWidget, SpecialistPaymentResumeWidgetType, SpecialistPaymentTabs, _default$v as SpecialistPaymentWidget, SpecialistPaymentWidgetType, SpecialistPreviewFeature, SpecialistPreviewListWidget, _default$s as SpecialistPreviewWidget, SpecialistProfileNotFound, SpecialistReview$1 as SpecialistReview, SpecialistScheduleFeature, SpecialistScheduleProvider, SpecialistScheduleProviderRef, ScheduleSkeleton as SpecialistScheduleSkeletonFeature, SpecialistShortInfoItemFeature as SpecialistShortInfoItem, _default as SpecialistStatistic, Spinner, Spinner_v2, StarRating, StatisticsScroll, StripeSupportedCurrency, Subscription, SubscriptionStatuses, SuccessScreen, SuperSpecialist, SupportedCurrency, SupportedLangs, SupportedLocales, SwitchDeviceCard, TabItem, Tabs$1 as Tabs, TabsFeature, TabsFeatureSkeleton, TabsToolbarFeature, Tag, Tariff, TariffFeature, _default$M as TextAreaFormFeature, _default$a as TextInput, _default$A as TextWithClampFeature, _default$18 as Textarea_v2, ThemeProvider, ThemeProviderProps, Toast, ToastButton, ToastContext, ToastProps, ToastProvider, ToastRegion, Toggle, TooltipComponent, TranslationMock, TranslationType, TreeNode, _default$1h as Typography, TypographyVariantsEnum, UpdateContractWidget, UpdatesCard, UserInfoModal, UserType, VariantType, VerticalCalendar, VerticalCalendarMonthSkeleton, VerticalCalendarSkeleton, _default$11 as Video, _default$p as VideoCallInfo, _default$1i as VideoPlayer, VideoProvider, _default$g as WorkDirections, appThemes, canManageSession, currentUser, decOfNum, formatByDigits, getCountryKeyByName, getDateLocale, getFilterCount, getFiltersQuery, getFiltersValues, getGMTOffset, getMappedFilterValue, getMockSchedule, getMonthNameInGenitive, getProgressForBreakPoint, getSessionTimeLabel, getSessionVariant, getSessionsByDay, getSessionsByMonth, getSessionsByYear, getSignAgreementsTabs, getSortFromKey, getSortKey, getStartSessionDate, getStartSessionTimestamp, globalAuthState, isClientCan, isFilterSet, isNewSpecialist, isSpecialistActive, isSpecialistBlocked, isSpecialistPublic, isSuperSpecialist, listReviews, mergeRefs, mockSession, mockSessions, mockT, newShade, payoutPriceNormalize, priceNormalize, replaceMarkdownWithReactElements, roundToPrecision, specialist, splitSessions, toast, useAutoFocus, useBreakPointsPosition, useCircleRatingRenderData, useDeepCompareEffect, useDeepUpdateEffect, useDelayMount, useDomRef, useElementWidth, useEvent, useIsKeyBoardShown, useRangeIndex, useRatingCircleBreakPoints, useRatingCircleContentValue, useRatingCircleLegend, useRatingContext, useSpecialistScheduleContext, useStopPropagationEvent, useToastContext, useUpdateEffect, useVideoContext, withSpecialistScheduleContext };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mindly/ui-components",
|
|
3
|
-
"version": "7.3.0-dev.
|
|
3
|
+
"version": "7.3.0-dev.7",
|
|
4
4
|
"private": false,
|
|
5
5
|
"scripts": {
|
|
6
6
|
"clean": "rimraf dist",
|
|
@@ -16,6 +16,7 @@
|
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"@babel/polyfill": "7.12.1",
|
|
19
|
+
"@capacitor/core": "7.4.1",
|
|
19
20
|
"@capacitor/app": "7.0.1",
|
|
20
21
|
"@capacitor/clipboard": "7.0.1",
|
|
21
22
|
"@capacitor/haptics": "7.0.1",
|
|
@@ -43,7 +44,7 @@
|
|
|
43
44
|
"react-mobile-picker": "1.0.0",
|
|
44
45
|
"react-photo-view": "1.2.4",
|
|
45
46
|
"react-rating": "2.0.5",
|
|
46
|
-
"react-slick": "^0.
|
|
47
|
+
"react-slick": "^0.31.0",
|
|
47
48
|
"react-stately": "3.24.0",
|
|
48
49
|
"recharts": "^2.15.4",
|
|
49
50
|
"slick-carousel": "^1.8.1",
|