@mindly/ui-components 5.104.0 → 5.104.2-dev.1
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 +6 -6
- package/dist/cjs/lib2/features/Charts/types.d.ts +4 -4
- package/dist/cjs/lib2/features/MobilePickerFeature/MobilePickerFeature.d.ts +7 -0
- package/dist/cjs/lib2/features/MobilePickerFeature/index.d.ts +1 -0
- package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingChartScreenPreviewFeature/OnBoardingChartScreenPreviewFeature.d.ts +3 -3
- package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingCompareScreenPreviewFeature /OnBoardingCompareScreenPreviewFeature.d.ts +3 -3
- package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingConfirmScreenPreviewFeature/OnBoardingConfirmScreenPreviewFeature.d.ts +10 -1
- package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingEmailScreenPreviewFeature/OnBoardingEmailScreenPreviewFeature.d.ts +7 -1
- package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/OnBoardingPaywallScreenPreviewFeature.d.ts +7 -5
- package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/conts.d.ts +3 -26
- package/dist/cjs/lib2/features/SessionReviewsFeature/ReviewSubscriptionSessionFeature/constants.d.ts +5 -4
- package/dist/cjs/lib2/features/SessionReviewsFeature/ReviewTrialSessionFeature/constants.d.ts +5 -4
- package/dist/cjs/lib2/features/TariffFeature/TariffFeature.stories.d.ts +1 -0
- package/dist/cjs/lib2/features/TariffFeature/styles.d.ts +49 -0
- package/dist/cjs/lib2/features/TariffFeature/types.d.ts +5 -5
- package/dist/cjs/lib2/shared/assets/icons/IconChart.d.ts +3 -0
- package/dist/cjs/lib2/shared/assets/icons/IconCompare.d.ts +3 -0
- package/dist/cjs/lib2/shared/assets/icons/IconPaywall.d.ts +3 -0
- package/dist/cjs/lib2/shared/assets/icons/index.d.ts +3 -0
- package/dist/cjs/lib2/shared/providers/CircleRatingProvider/CircleRatingProvider.d.ts +1 -1
- package/dist/cjs/lib2/shared/types/index.d.ts +1 -0
- package/dist/cjs/lib2/shared/types/onBoardingFlow.type.d.ts +6 -11
- package/dist/cjs/lib2/shared/types/tariff.d.ts +14 -0
- package/dist/cjs/lib2/shared/ui/Flag_v2/flags/Pl.d.ts +2 -0
- package/dist/cjs/lib2/shared/ui/Flag_v2/flags/Uk.d.ts +2 -0
- package/dist/cjs/lib2/shared/ui/Input/Input.d.ts +4 -0
- package/dist/cjs/lib2/shared/ui/Input/types.d.ts +4 -0
- package/dist/cjs/lib2/shared/ui/SolidInput/SolidInput.d.ts +1 -1
- package/dist/cjs/lib2/shared/ui/SolidInput/types.d.ts +2 -0
- package/dist/cjs/lib2/shared/utils/matching.d.ts +2 -1
- package/dist/cjs/lib2/shared/utils/mock.d.ts +2 -1
- package/dist/cjs/lib2/shared/utils/session.d.ts +2 -1
- package/dist/esm/index.js +7 -7
- package/dist/esm/lib2/features/Charts/types.d.ts +4 -4
- package/dist/esm/lib2/features/MobilePickerFeature/MobilePickerFeature.d.ts +7 -0
- package/dist/esm/lib2/features/MobilePickerFeature/index.d.ts +1 -0
- package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingChartScreenPreviewFeature/OnBoardingChartScreenPreviewFeature.d.ts +3 -3
- package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingCompareScreenPreviewFeature /OnBoardingCompareScreenPreviewFeature.d.ts +3 -3
- package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingConfirmScreenPreviewFeature/OnBoardingConfirmScreenPreviewFeature.d.ts +10 -1
- package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingEmailScreenPreviewFeature/OnBoardingEmailScreenPreviewFeature.d.ts +7 -1
- package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/OnBoardingPaywallScreenPreviewFeature.d.ts +7 -5
- package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/conts.d.ts +3 -26
- package/dist/esm/lib2/features/SessionReviewsFeature/ReviewSubscriptionSessionFeature/constants.d.ts +5 -4
- package/dist/esm/lib2/features/SessionReviewsFeature/ReviewTrialSessionFeature/constants.d.ts +5 -4
- package/dist/esm/lib2/features/TariffFeature/TariffFeature.stories.d.ts +1 -0
- package/dist/esm/lib2/features/TariffFeature/styles.d.ts +49 -0
- package/dist/esm/lib2/features/TariffFeature/types.d.ts +5 -5
- package/dist/esm/lib2/shared/assets/icons/IconChart.d.ts +3 -0
- package/dist/esm/lib2/shared/assets/icons/IconCompare.d.ts +3 -0
- package/dist/esm/lib2/shared/assets/icons/IconPaywall.d.ts +3 -0
- package/dist/esm/lib2/shared/assets/icons/index.d.ts +3 -0
- package/dist/esm/lib2/shared/providers/CircleRatingProvider/CircleRatingProvider.d.ts +1 -1
- package/dist/esm/lib2/shared/types/index.d.ts +1 -0
- package/dist/esm/lib2/shared/types/onBoardingFlow.type.d.ts +6 -11
- package/dist/esm/lib2/shared/types/tariff.d.ts +14 -0
- package/dist/esm/lib2/shared/ui/Flag_v2/flags/Pl.d.ts +2 -0
- package/dist/esm/lib2/shared/ui/Flag_v2/flags/Uk.d.ts +2 -0
- package/dist/esm/lib2/shared/ui/Input/Input.d.ts +4 -0
- package/dist/esm/lib2/shared/ui/Input/types.d.ts +4 -0
- package/dist/esm/lib2/shared/ui/SolidInput/SolidInput.d.ts +1 -1
- package/dist/esm/lib2/shared/ui/SolidInput/types.d.ts +2 -0
- package/dist/esm/lib2/shared/utils/matching.d.ts +2 -1
- package/dist/esm/lib2/shared/utils/mock.d.ts +2 -1
- package/dist/esm/lib2/shared/utils/session.d.ts +2 -1
- package/dist/index.d.ts +132 -99
- package/package.json +9 -8
package/dist/index.d.ts
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import * as React$1 from 'react';
|
|
3
|
-
import React__default, { ReactNode, CSSProperties, HTMLAttributes, RefAttributes, FC, SVGAttributes, KeyboardEvent, InputHTMLAttributes, RefObject, EffectCallback, SVGProps, PropsWithChildren, ReactText, ReactElement, ChangeEvent } from 'react';
|
|
3
|
+
import React__default, { ReactNode, CSSProperties, HTMLAttributes, RefAttributes, FC, SVGAttributes, KeyboardEvent, InputHTMLAttributes, KeyboardEventHandler, RefObject, EffectCallback, SVGProps, PropsWithChildren, ReactText, ReactElement, ChangeEvent } from 'react';
|
|
4
4
|
import { JSX as JSX$1 } from '@ionic/core/components';
|
|
5
|
-
import * as react_i18next from 'react-i18next';
|
|
6
5
|
import { WithTranslation } from 'react-i18next';
|
|
7
6
|
import { RatingComponentProps } from 'react-rating';
|
|
8
7
|
import { ScrollDetail, ScrollBaseDetail, RefresherEventDetail } from '@ionic/react';
|
|
@@ -226,7 +225,7 @@ type LetterAvatarProps = {
|
|
|
226
225
|
fontSize?: number;
|
|
227
226
|
onClick?: () => void;
|
|
228
227
|
};
|
|
229
|
-
declare const _default$
|
|
228
|
+
declare const _default$1l: React__default.NamedExoticComponent<LetterAvatarProps>;
|
|
230
229
|
|
|
231
230
|
type ImageWithFallbackProps = JSX.IntrinsicElements['img'] & {
|
|
232
231
|
onErrorContent: React__default.ReactElement;
|
|
@@ -238,7 +237,7 @@ type PersonDateTimeCardProps = {
|
|
|
238
237
|
name: string;
|
|
239
238
|
dateTime: Date;
|
|
240
239
|
};
|
|
241
|
-
declare const _default$
|
|
240
|
+
declare const _default$1k: React__default.NamedExoticComponent<PersonDateTimeCardProps>;
|
|
242
241
|
|
|
243
242
|
type PsychologistProfileType = {
|
|
244
243
|
id: string;
|
|
@@ -405,7 +404,7 @@ type SelectImpressionEmojiProps = {
|
|
|
405
404
|
onChange?: (val: ImpressionEmojiEnum) => void;
|
|
406
405
|
};
|
|
407
406
|
|
|
408
|
-
declare const _default$
|
|
407
|
+
declare const _default$1j: React__default.NamedExoticComponent<SelectImpressionEmojiProps>;
|
|
409
408
|
|
|
410
409
|
interface FooterForBookingProps {
|
|
411
410
|
eventHandler: (props?: React__default.SyntheticEvent) => void;
|
|
@@ -437,7 +436,7 @@ type MediaPlayerProps<TCameraTrack extends Playable | undefined, TAudioTrack ext
|
|
|
437
436
|
showControls: boolean;
|
|
438
437
|
isScreenSharing?: boolean;
|
|
439
438
|
} & HTMLAttributes<HTMLDivElement>;
|
|
440
|
-
declare const _default$
|
|
439
|
+
declare const _default$1i: <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;
|
|
441
440
|
|
|
442
441
|
type RoundButtonPropsType = {
|
|
443
442
|
disabled?: boolean;
|
|
@@ -466,7 +465,7 @@ type ChatListItemProps = {
|
|
|
466
465
|
isDisabled?: boolean;
|
|
467
466
|
t?: WithTranslation['t'];
|
|
468
467
|
};
|
|
469
|
-
declare const _default$
|
|
468
|
+
declare const _default$1h: React__default.NamedExoticComponent<ChatListItemProps>;
|
|
470
469
|
|
|
471
470
|
type ChatMessageProps = {
|
|
472
471
|
message: string | File;
|
|
@@ -494,11 +493,11 @@ type ChatMessageProps = {
|
|
|
494
493
|
onClickHandler: () => void;
|
|
495
494
|
}[] | null;
|
|
496
495
|
};
|
|
497
|
-
declare const _default$
|
|
496
|
+
declare const _default$1g: React__default.NamedExoticComponent<ChatMessageProps>;
|
|
498
497
|
|
|
499
498
|
declare const ChatMessageSkeleton: () => JSX.Element;
|
|
500
499
|
|
|
501
|
-
declare const _default$
|
|
500
|
+
declare const _default$1f: React__default.MemoExoticComponent<() => JSX.Element>;
|
|
502
501
|
|
|
503
502
|
type EmptyChatList = {
|
|
504
503
|
title?: string;
|
|
@@ -508,7 +507,7 @@ type EmptyChatList = {
|
|
|
508
507
|
onClick?: () => void;
|
|
509
508
|
};
|
|
510
509
|
declare const EmptyChatList: FC<EmptyChatList>;
|
|
511
|
-
declare const _default$
|
|
510
|
+
declare const _default$1e: React__default.NamedExoticComponent<EmptyChatList>;
|
|
512
511
|
|
|
513
512
|
type EmptyChatMessagesProps = {
|
|
514
513
|
title?: string;
|
|
@@ -533,7 +532,7 @@ type TextareaProps = {
|
|
|
533
532
|
onFileSelect?: (file: File | null, type: 'file' | 'image' | 'video', fileInfo: FileInfoType) => void;
|
|
534
533
|
t?: WithTranslation['t'];
|
|
535
534
|
};
|
|
536
|
-
declare const _default$
|
|
535
|
+
declare const _default$1d: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<TextareaProps & React__default.RefAttributes<HTMLIonFooterElement>>>;
|
|
537
536
|
|
|
538
537
|
type LouseConnectProps = {
|
|
539
538
|
onClick?: () => void;
|
|
@@ -612,7 +611,7 @@ type SpecialistEducationCardProps$1 = {
|
|
|
612
611
|
yearEnd?: number | null;
|
|
613
612
|
showLoader?: boolean;
|
|
614
613
|
};
|
|
615
|
-
declare const _default$
|
|
614
|
+
declare const _default$1c: React__default.NamedExoticComponent<SpecialistEducationCardProps$1>;
|
|
616
615
|
|
|
617
616
|
type SpecialistProfileViewCardProps$1 = {
|
|
618
617
|
avatarLink?: string | null;
|
|
@@ -625,7 +624,7 @@ type SpecialistProfileViewCardProps$1 = {
|
|
|
625
624
|
videoLinkUrl?: string | null;
|
|
626
625
|
showLoader?: boolean;
|
|
627
626
|
} & React__default.DetailedHTMLProps<React__default.HTMLAttributes<HTMLDivElement>, HTMLDivElement>;
|
|
628
|
-
declare const _default$
|
|
627
|
+
declare const _default$1b: React__default.NamedExoticComponent<SpecialistProfileViewCardProps$1>;
|
|
629
628
|
|
|
630
629
|
type SpecialistStatisticsCardProps$1 = {
|
|
631
630
|
activeClients?: number;
|
|
@@ -661,7 +660,7 @@ type VideoPlayerProps = {
|
|
|
661
660
|
closeModalHandler?: () => void;
|
|
662
661
|
onErrorContent: React__default.ReactElement;
|
|
663
662
|
} & JSX$1.IonModal;
|
|
664
|
-
declare const _default$
|
|
663
|
+
declare const _default$1a: React__default.NamedExoticComponent<VideoPlayerProps>;
|
|
665
664
|
|
|
666
665
|
type NotSupportModalProps = {
|
|
667
666
|
closeModal?: () => void;
|
|
@@ -697,7 +696,7 @@ type VideoCallInfoProps = {
|
|
|
697
696
|
abbreviatedSeconds: string;
|
|
698
697
|
};
|
|
699
698
|
};
|
|
700
|
-
declare const _default$
|
|
699
|
+
declare const _default$19: React__default.NamedExoticComponent<VideoCallInfoProps>;
|
|
701
700
|
|
|
702
701
|
declare enum ConsultationCardType {
|
|
703
702
|
FEATURE = "feature",
|
|
@@ -733,14 +732,14 @@ type ConsultationCardProps = {
|
|
|
733
732
|
isBlockedText?: string;
|
|
734
733
|
};
|
|
735
734
|
|
|
736
|
-
declare const _default$
|
|
735
|
+
declare const _default$18: React__default.NamedExoticComponent<ConsultationCardProps>;
|
|
737
736
|
|
|
738
737
|
type SignUpSessionButtonProps = {
|
|
739
738
|
label: string;
|
|
740
739
|
isLoading?: boolean;
|
|
741
740
|
onClick?: () => void;
|
|
742
741
|
};
|
|
743
|
-
declare const _default$
|
|
742
|
+
declare const _default$17: React__default.NamedExoticComponent<SignUpSessionButtonProps>;
|
|
744
743
|
|
|
745
744
|
type EmptyConsultationsProps = {
|
|
746
745
|
title: string;
|
|
@@ -748,7 +747,7 @@ type EmptyConsultationsProps = {
|
|
|
748
747
|
buttonLabel?: string;
|
|
749
748
|
onClick?: () => void;
|
|
750
749
|
};
|
|
751
|
-
declare const _default$
|
|
750
|
+
declare const _default$16: React__default.NamedExoticComponent<EmptyConsultationsProps>;
|
|
752
751
|
|
|
753
752
|
type ConsultationModalProps = {
|
|
754
753
|
isOpen: boolean;
|
|
@@ -784,7 +783,7 @@ type ConsultationModalProps = {
|
|
|
784
783
|
started?: string;
|
|
785
784
|
};
|
|
786
785
|
};
|
|
787
|
-
declare const _default$
|
|
786
|
+
declare const _default$15: React__default.NamedExoticComponent<ConsultationModalProps>;
|
|
788
787
|
|
|
789
788
|
type SpecialistData = {
|
|
790
789
|
id: string;
|
|
@@ -802,7 +801,7 @@ type SignUpSessionModalProps = {
|
|
|
802
801
|
title: string;
|
|
803
802
|
cancelBtnLabel: string;
|
|
804
803
|
};
|
|
805
|
-
declare const _default$
|
|
804
|
+
declare const _default$14: React__default.NamedExoticComponent<SignUpSessionModalProps>;
|
|
806
805
|
|
|
807
806
|
type ConsultationSpecialistCardProps = {
|
|
808
807
|
id: string;
|
|
@@ -814,7 +813,7 @@ type ConsultationSpecialistCardProps = {
|
|
|
814
813
|
signInBtnLabel: string;
|
|
815
814
|
isBlockedText?: string;
|
|
816
815
|
};
|
|
817
|
-
declare const _default$
|
|
816
|
+
declare const _default$13: React__default.NamedExoticComponent<ConsultationSpecialistCardProps>;
|
|
818
817
|
|
|
819
818
|
type UserInfoModalProps = {
|
|
820
819
|
isOpen: boolean;
|
|
@@ -885,7 +884,7 @@ type ReScheduleProps = {
|
|
|
885
884
|
btnLabel: string;
|
|
886
885
|
};
|
|
887
886
|
};
|
|
888
|
-
declare const _default$
|
|
887
|
+
declare const _default$12: React__default.NamedExoticComponent<ReScheduleProps>;
|
|
889
888
|
|
|
890
889
|
type ReScheduleSuccessProps = {
|
|
891
890
|
name: string;
|
|
@@ -923,7 +922,7 @@ type DaySliderProps = JSX$1.IonSlides & HTMLAttributes<HTMLIonSlidesElement> & R
|
|
|
923
922
|
tomorrow?: string;
|
|
924
923
|
};
|
|
925
924
|
};
|
|
926
|
-
declare const _default$
|
|
925
|
+
declare const _default$11: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<Omit<DaySliderProps, "ref"> & React__default.RefAttributes<HTMLIonSlidesElement>>>;
|
|
927
926
|
|
|
928
927
|
type SpecialistWorkDirectionsPropsType = {
|
|
929
928
|
workDirections?: string[] | [];
|
|
@@ -932,7 +931,7 @@ type SpecialistWorkDirectionsPropsType = {
|
|
|
932
931
|
moreLabel?: string;
|
|
933
932
|
hideLabel?: string;
|
|
934
933
|
};
|
|
935
|
-
declare const _default$
|
|
934
|
+
declare const _default$10: React__default.NamedExoticComponent<SpecialistWorkDirectionsPropsType>;
|
|
936
935
|
|
|
937
936
|
type SpecialistProfileViewCardProps = {
|
|
938
937
|
videoLink?: string;
|
|
@@ -942,7 +941,7 @@ type SpecialistProfileViewCardProps = {
|
|
|
942
941
|
isLoading?: boolean;
|
|
943
942
|
videoDurationSeconds?: number;
|
|
944
943
|
};
|
|
945
|
-
declare const _default
|
|
944
|
+
declare const _default$$: React__default.NamedExoticComponent<SpecialistProfileViewCardProps>;
|
|
946
945
|
|
|
947
946
|
type SpecialistAboutProps = {
|
|
948
947
|
text?: string;
|
|
@@ -951,7 +950,7 @@ type SpecialistAboutProps = {
|
|
|
951
950
|
moreLabel?: string;
|
|
952
951
|
hideLabel?: string;
|
|
953
952
|
};
|
|
954
|
-
declare const _default$
|
|
953
|
+
declare const _default$_: React__default.NamedExoticComponent<SpecialistAboutProps>;
|
|
955
954
|
|
|
956
955
|
type SpecialistEducationCardProps = {
|
|
957
956
|
institutionName?: string;
|
|
@@ -962,7 +961,7 @@ type SpecialistEducationCardProps = {
|
|
|
962
961
|
yearEnd?: number | null;
|
|
963
962
|
showLoader?: boolean;
|
|
964
963
|
};
|
|
965
|
-
declare const _default$
|
|
964
|
+
declare const _default$Z: React__default.NamedExoticComponent<SpecialistEducationCardProps>;
|
|
966
965
|
|
|
967
966
|
type SpecialistStatisticsCardProps = {
|
|
968
967
|
trust?: boolean;
|
|
@@ -1008,7 +1007,7 @@ type BookingScheduleTimeProps = {
|
|
|
1008
1007
|
onClick?: (index: number, item: string) => void;
|
|
1009
1008
|
isLoading?: boolean;
|
|
1010
1009
|
};
|
|
1011
|
-
declare const _default
|
|
1010
|
+
declare const _default$Y: React__default.NamedExoticComponent<BookingScheduleTimeProps>;
|
|
1012
1011
|
|
|
1013
1012
|
type BookingSpecialistInfoProps = {
|
|
1014
1013
|
name: string;
|
|
@@ -1017,7 +1016,7 @@ type BookingSpecialistInfoProps = {
|
|
|
1017
1016
|
avatar?: string;
|
|
1018
1017
|
isLoading?: boolean;
|
|
1019
1018
|
};
|
|
1020
|
-
declare const _default$
|
|
1019
|
+
declare const _default$X: React__default.NamedExoticComponent<BookingSpecialistInfoProps>;
|
|
1021
1020
|
|
|
1022
1021
|
declare enum TypographyVariantsEnum {
|
|
1023
1022
|
Title48Bold = "Title/48 Bold",
|
|
@@ -1066,7 +1065,7 @@ type TypographyProps = {
|
|
|
1066
1065
|
isError?: boolean;
|
|
1067
1066
|
};
|
|
1068
1067
|
|
|
1069
|
-
declare const _default$
|
|
1068
|
+
declare const _default$W: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<TypographyProps & React__default.RefAttributes<HTMLDivElement>>>;
|
|
1070
1069
|
|
|
1071
1070
|
type AlertCardVariants = 'transparent' | 'yellow' | 'blue';
|
|
1072
1071
|
type AlertCardProps = React$1.ComponentPropsWithoutRef<'div'> & {
|
|
@@ -1082,7 +1081,7 @@ type AlertCardProps = React$1.ComponentPropsWithoutRef<'div'> & {
|
|
|
1082
1081
|
};
|
|
1083
1082
|
};
|
|
1084
1083
|
|
|
1085
|
-
declare const _default$
|
|
1084
|
+
declare const _default$V: React$1.NamedExoticComponent<AlertCardProps>;
|
|
1086
1085
|
|
|
1087
1086
|
type AppFooterProps = {
|
|
1088
1087
|
children?: React__default.ReactNode;
|
|
@@ -1093,7 +1092,7 @@ type AppFooterProps = {
|
|
|
1093
1092
|
toolbarStyle?: CSSProperties;
|
|
1094
1093
|
className?: string;
|
|
1095
1094
|
};
|
|
1096
|
-
declare const _default$
|
|
1095
|
+
declare const _default$U: React__default.NamedExoticComponent<AppFooterProps>;
|
|
1097
1096
|
|
|
1098
1097
|
type AvatarRoundVariants = 'circle' | 'drop' | 'small';
|
|
1099
1098
|
|
|
@@ -1108,14 +1107,14 @@ type AvatarProps = {
|
|
|
1108
1107
|
onClick?(): void;
|
|
1109
1108
|
border?: boolean | string;
|
|
1110
1109
|
};
|
|
1111
|
-
declare const _default$
|
|
1110
|
+
declare const _default$T: React__default.NamedExoticComponent<AvatarProps>;
|
|
1112
1111
|
|
|
1113
1112
|
type SkeletonProps = {
|
|
1114
1113
|
animated?: boolean;
|
|
1115
1114
|
className?: string;
|
|
1116
1115
|
style?: React__default.CSSProperties;
|
|
1117
1116
|
};
|
|
1118
|
-
declare const _default$
|
|
1117
|
+
declare const _default$S: React__default.NamedExoticComponent<SkeletonProps>;
|
|
1119
1118
|
|
|
1120
1119
|
type ButtonProps$1 = {
|
|
1121
1120
|
fill?: 'outline' | 'clear';
|
|
@@ -1154,7 +1153,7 @@ type FlagProps$1 = {
|
|
|
1154
1153
|
name: string;
|
|
1155
1154
|
className?: string;
|
|
1156
1155
|
};
|
|
1157
|
-
declare const _default$
|
|
1156
|
+
declare const _default$R: React__default.NamedExoticComponent<FlagProps$1>;
|
|
1158
1157
|
|
|
1159
1158
|
type PictureProps = {
|
|
1160
1159
|
width: number;
|
|
@@ -1171,7 +1170,7 @@ type PictureProps = {
|
|
|
1171
1170
|
responsive?: boolean;
|
|
1172
1171
|
containerWidth?: number;
|
|
1173
1172
|
};
|
|
1174
|
-
declare const _default$
|
|
1173
|
+
declare const _default$Q: React__default.NamedExoticComponent<PictureProps>;
|
|
1175
1174
|
|
|
1176
1175
|
type BadgeType = 'default' | 'accent';
|
|
1177
1176
|
type BadgeVariants = 'attention' | 'neutral' | 'success' | 'warning' | 'brand' | 'info';
|
|
@@ -1182,7 +1181,7 @@ type BadgeProps = React$1.ComponentPropsWithoutRef<'span'> & {
|
|
|
1182
1181
|
iconType?: 'check' | React$1.ReactNode;
|
|
1183
1182
|
};
|
|
1184
1183
|
|
|
1185
|
-
declare const _default$
|
|
1184
|
+
declare const _default$P: React$1.NamedExoticComponent<BadgeProps>;
|
|
1186
1185
|
|
|
1187
1186
|
type ItemCardVariants = 'neutral' | 'transparent' | 'transparent20';
|
|
1188
1187
|
type ItemCardProps = React$1.ComponentPropsWithoutRef<'div'> & {
|
|
@@ -1190,7 +1189,7 @@ type ItemCardProps = React$1.ComponentPropsWithoutRef<'div'> & {
|
|
|
1190
1189
|
size?: 'M' | 'M4' | 'M45';
|
|
1191
1190
|
};
|
|
1192
1191
|
|
|
1193
|
-
declare const _default$
|
|
1192
|
+
declare const _default$O: React$1.NamedExoticComponent<ItemCardProps>;
|
|
1194
1193
|
|
|
1195
1194
|
type AppHeaderProps = {
|
|
1196
1195
|
fullwidth?: boolean;
|
|
@@ -1504,8 +1503,8 @@ type ChartData<T = ChartType> = T extends 'area' ? {
|
|
|
1504
1503
|
strokeColor?: string;
|
|
1505
1504
|
fillColor?: string;
|
|
1506
1505
|
data: {
|
|
1507
|
-
|
|
1508
|
-
|
|
1506
|
+
label: string;
|
|
1507
|
+
tooltip?: string;
|
|
1509
1508
|
dotBorderColor?: string;
|
|
1510
1509
|
value: number;
|
|
1511
1510
|
}[];
|
|
@@ -1516,12 +1515,27 @@ type ChartData<T = ChartType> = T extends 'area' ? {
|
|
|
1516
1515
|
labels: Record<string, string>;
|
|
1517
1516
|
fillColor?: string;
|
|
1518
1517
|
data: {
|
|
1519
|
-
[key: string]: string | number
|
|
1520
|
-
|
|
1518
|
+
[key: string]: string | number;
|
|
1519
|
+
label: string;
|
|
1521
1520
|
}[];
|
|
1522
1521
|
yAxisLabels: string[];
|
|
1523
1522
|
};
|
|
1524
1523
|
|
|
1524
|
+
type Tariff = {
|
|
1525
|
+
id: string;
|
|
1526
|
+
label: string;
|
|
1527
|
+
priceAfterDiscount: number;
|
|
1528
|
+
priceAfterAdditionalDiscount: number;
|
|
1529
|
+
priceBase: number;
|
|
1530
|
+
description: string;
|
|
1531
|
+
isMostPopular?: boolean;
|
|
1532
|
+
percentDiscount?: number;
|
|
1533
|
+
advantagesList: {
|
|
1534
|
+
id: string;
|
|
1535
|
+
label: string;
|
|
1536
|
+
}[];
|
|
1537
|
+
};
|
|
1538
|
+
|
|
1525
1539
|
declare enum ConditionRulesType {
|
|
1526
1540
|
IS = "is"
|
|
1527
1541
|
}
|
|
@@ -1657,30 +1671,24 @@ type OnBoardingReviewsScreenType = OnBoardingBaseScreenType & OnBoardingScreenBu
|
|
|
1657
1671
|
};
|
|
1658
1672
|
type OnBoardingEmailScreenType = OnBoardingBaseScreenType & OnBoardingScreenButtonType & OnBoardingScreenTranslationsType & OnBoardingScreenErrorsType & OnBoardingScreenEmailType & OnBoardingScreenPrivacyType & {
|
|
1659
1673
|
title: string;
|
|
1660
|
-
email: string | null;
|
|
1661
|
-
emailErrorText?: string;
|
|
1662
|
-
onChangeEmail?: (email: string) => void;
|
|
1663
1674
|
};
|
|
1664
1675
|
type OnBoardingConfirmScreenType = OnBoardingBaseScreenType & OnBoardingScreenButtonType & OnBoardingScreenTranslationsType & OnBoardingScreenErrorsType & OnBoardingScreenEmailType & OnBoardingScreenPasswordType & OnBoardingScreenAlertType & {
|
|
1665
1676
|
title: string;
|
|
1666
|
-
email: string | null;
|
|
1667
|
-
emailErrorText?: string;
|
|
1668
|
-
password: string | null;
|
|
1669
|
-
passwordErrorText?: string;
|
|
1670
|
-
onChangeEmail?: (email: string) => void;
|
|
1671
|
-
onChangePassword?: (password: string) => void;
|
|
1672
1677
|
};
|
|
1673
1678
|
type OnBoardingPaywallScreenType = OnBoardingBaseScreenType & OnBoardingScreenButtonType & OnBoardingScreenTranslationsType & OnBoardingScreenErrorsType & {
|
|
1674
1679
|
title: string;
|
|
1675
1680
|
description?: string;
|
|
1681
|
+
tariffs: Tariff[];
|
|
1682
|
+
percentDiscount: number;
|
|
1683
|
+
additionalDiscount?: number;
|
|
1676
1684
|
};
|
|
1677
1685
|
type OnBoardingCompareScreenType = OnBoardingBaseScreenType & OnBoardingScreenButtonType & OnBoardingScreenTranslationsType & OnBoardingScreenErrorsType & {
|
|
1678
1686
|
title: string;
|
|
1679
1687
|
description?: string;
|
|
1680
1688
|
otherPlatformsTitle?: string;
|
|
1681
|
-
|
|
1689
|
+
listItems: {
|
|
1682
1690
|
id: string;
|
|
1683
|
-
|
|
1691
|
+
label: string;
|
|
1684
1692
|
hasInMindly: boolean;
|
|
1685
1693
|
hasInCompetitors: boolean;
|
|
1686
1694
|
}[];
|
|
@@ -2081,7 +2089,7 @@ interface TextareaV2Props extends Omit<JSX$1.IonTextarea, 'color' | 'enterkeyhin
|
|
|
2081
2089
|
onKeyPress?: (e: KeyboardEvent<HTMLIonTextareaElement>) => void;
|
|
2082
2090
|
}
|
|
2083
2091
|
|
|
2084
|
-
declare const _default$
|
|
2092
|
+
declare const _default$N: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<TextareaV2Props & React__default.RefAttributes<HTMLIonTextareaElement>>>;
|
|
2085
2093
|
|
|
2086
2094
|
type RatingProps = {
|
|
2087
2095
|
initialRating?: number;
|
|
@@ -2093,7 +2101,7 @@ type RatingProps = {
|
|
|
2093
2101
|
readonly?: boolean;
|
|
2094
2102
|
} & RatingComponentProps;
|
|
2095
2103
|
|
|
2096
|
-
declare const _default$
|
|
2104
|
+
declare const _default$M: React__default.NamedExoticComponent<RatingProps>;
|
|
2097
2105
|
|
|
2098
2106
|
declare const RatingCircleWrapper: FC<CircleRatingComponentProps & {
|
|
2099
2107
|
t: WithTranslation['t'] | any;
|
|
@@ -2107,7 +2115,7 @@ type IconButtonProps = {
|
|
|
2107
2115
|
fill?: 'clear' | 'filled';
|
|
2108
2116
|
type?: 'button' | 'submit' | 'reset';
|
|
2109
2117
|
};
|
|
2110
|
-
declare const _default$
|
|
2118
|
+
declare const _default$L: React__default.NamedExoticComponent<IconButtonProps>;
|
|
2111
2119
|
|
|
2112
2120
|
type ToastProviderProps = ToastStateProps;
|
|
2113
2121
|
type MindlyToastProps = {
|
|
@@ -2153,17 +2161,17 @@ type ProgressBar_v2Props = {
|
|
|
2153
2161
|
animationDuration?: number;
|
|
2154
2162
|
onProgressEnd?: () => void;
|
|
2155
2163
|
};
|
|
2156
|
-
declare const _default$
|
|
2164
|
+
declare const _default$K: React__default.NamedExoticComponent<ProgressBar_v2Props>;
|
|
2157
2165
|
|
|
2158
2166
|
type LoadingProps = {
|
|
2159
2167
|
isOpen: boolean;
|
|
2160
2168
|
};
|
|
2161
|
-
declare const _default$
|
|
2169
|
+
declare const _default$J: React__default.NamedExoticComponent<LoadingProps>;
|
|
2162
2170
|
|
|
2163
2171
|
type ListItemsProps = React$1.HTMLAttributes<HTMLIonListElement> & {
|
|
2164
2172
|
withBorders?: boolean;
|
|
2165
2173
|
};
|
|
2166
|
-
declare const _default$
|
|
2174
|
+
declare const _default$I: React$1.NamedExoticComponent<ListItemsProps>;
|
|
2167
2175
|
|
|
2168
2176
|
type ItemProps = React$1.HTMLAttributes<HTMLIonItemElement> & {
|
|
2169
2177
|
leftContent?: React$1.ReactNode;
|
|
@@ -2175,7 +2183,7 @@ type ItemProps = React$1.HTMLAttributes<HTMLIonItemElement> & {
|
|
|
2175
2183
|
isError?: boolean;
|
|
2176
2184
|
status?: 'error' | 'attention';
|
|
2177
2185
|
};
|
|
2178
|
-
declare const _default$
|
|
2186
|
+
declare const _default$H: React$1.NamedExoticComponent<ItemProps>;
|
|
2179
2187
|
|
|
2180
2188
|
declare enum VariantEnum {
|
|
2181
2189
|
default = "default",
|
|
@@ -2202,7 +2210,7 @@ type VideoMethods = {
|
|
|
2202
2210
|
play(): void;
|
|
2203
2211
|
};
|
|
2204
2212
|
type VideoRef = HTMLVideoElement | VideoMethods;
|
|
2205
|
-
declare const _default$
|
|
2213
|
+
declare const _default$G: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<VideoProps & {
|
|
2206
2214
|
children?: React__default.ReactNode;
|
|
2207
2215
|
} & React__default.RefAttributes<VideoRef>>>;
|
|
2208
2216
|
|
|
@@ -2319,15 +2327,15 @@ type MatchProgressProps = {
|
|
|
2319
2327
|
className?: string;
|
|
2320
2328
|
percentMatch: number;
|
|
2321
2329
|
};
|
|
2322
|
-
declare const _default$
|
|
2330
|
+
declare const _default$F: React__default.NamedExoticComponent<React__default.PropsWithChildren<MatchProgressProps>>;
|
|
2323
2331
|
|
|
2324
2332
|
interface Props$7 {
|
|
2325
2333
|
className?: string;
|
|
2326
2334
|
title: string;
|
|
2327
2335
|
}
|
|
2328
|
-
declare const _default$
|
|
2336
|
+
declare const _default$E: React__default.NamedExoticComponent<React__default.PropsWithChildren<Props$7>>;
|
|
2329
2337
|
|
|
2330
|
-
declare const _default$
|
|
2338
|
+
declare const _default$D: React__default.NamedExoticComponent<React__default.PropsWithChildren<React__default.HTMLAttributes<HTMLButtonElement>>>;
|
|
2331
2339
|
|
|
2332
2340
|
type Props$6 = {
|
|
2333
2341
|
className?: string;
|
|
@@ -2381,9 +2389,10 @@ type SolidInputProps = {
|
|
|
2381
2389
|
isInvalid?: boolean;
|
|
2382
2390
|
showTogglePassword?: boolean;
|
|
2383
2391
|
onChange?: (event: IonInputCustomEvent<InputChangeEventDetail>) => void;
|
|
2392
|
+
onKeyDown?: KeyboardEventHandler;
|
|
2384
2393
|
};
|
|
2385
2394
|
|
|
2386
|
-
declare const SolidInput: React__default.
|
|
2395
|
+
declare const SolidInput: React__default.ForwardRefExoticComponent<SolidInputProps & React__default.RefAttributes<HTMLIonInputElement>>;
|
|
2387
2396
|
|
|
2388
2397
|
declare enum appThemes {
|
|
2389
2398
|
client = "client",
|
|
@@ -2402,7 +2411,7 @@ declare const CircleRatingContext: React__default.Context<CircleRatingContextDat
|
|
|
2402
2411
|
declare const CircleRatingProvider: ({ children, data, t, }: {
|
|
2403
2412
|
children: JSX.Element;
|
|
2404
2413
|
data: CircleRatingContextProps;
|
|
2405
|
-
t:
|
|
2414
|
+
t: WithTranslation['t'];
|
|
2406
2415
|
}) => JSX.Element | null;
|
|
2407
2416
|
|
|
2408
2417
|
type VideoContextValue = {
|
|
@@ -2906,6 +2915,12 @@ declare const IconGlobe: React$1.FC<IconProps$D>;
|
|
|
2906
2915
|
|
|
2907
2916
|
declare const IconAppStoreRating: React$1.FC<IconProps$D>;
|
|
2908
2917
|
|
|
2918
|
+
declare const IconCompare: React$1.FC<IconProps$D>;
|
|
2919
|
+
|
|
2920
|
+
declare const IconChart: React$1.FC<IconProps$D>;
|
|
2921
|
+
|
|
2922
|
+
declare const IconPaywall: React$1.FC<IconProps$D>;
|
|
2923
|
+
|
|
2909
2924
|
declare const IconRadioPartial: FC<IconProps$D>;
|
|
2910
2925
|
|
|
2911
2926
|
declare const formatByDigits: (value: number) => string;
|
|
@@ -2996,9 +3011,9 @@ type SlotsGridItemProps = {
|
|
|
2996
3011
|
onSelectionChange: () => void;
|
|
2997
3012
|
};
|
|
2998
3013
|
|
|
2999
|
-
declare const _default$
|
|
3014
|
+
declare const _default$C: React__default.NamedExoticComponent<SlotsGridProps>;
|
|
3000
3015
|
|
|
3001
|
-
declare const _default$
|
|
3016
|
+
declare const _default$B: React$1.NamedExoticComponent<SlotsGridItemProps>;
|
|
3002
3017
|
|
|
3003
3018
|
type PushNotificationsModalProps = {
|
|
3004
3019
|
onApplyPermission: () => void;
|
|
@@ -3112,23 +3127,23 @@ type ShareModalFeatureProps = {
|
|
|
3112
3127
|
};
|
|
3113
3128
|
declare const ShareModalFeature: FC<ShareModalFeatureProps>;
|
|
3114
3129
|
|
|
3115
|
-
declare const _default$
|
|
3130
|
+
declare const _default$A: React__default.NamedExoticComponent<SpecialistPaymentConsultationDetailsType & TranslationType>;
|
|
3116
3131
|
|
|
3117
|
-
declare const _default$
|
|
3132
|
+
declare const _default$z: React__default.NamedExoticComponent<SpecialistPaymentCardProps & TranslationType>;
|
|
3118
3133
|
|
|
3119
3134
|
type SpecialistPaymentCommonCardSkeletonType = {
|
|
3120
3135
|
className?: string;
|
|
3121
3136
|
};
|
|
3122
3137
|
declare const SpecialistPaymentCommonCardSkeleton: (props: SpecialistPaymentCommonCardSkeletonType) => JSX.Element;
|
|
3123
3138
|
|
|
3124
|
-
declare const _default$
|
|
3139
|
+
declare const _default$y: React__default.NamedExoticComponent<SpecialistPaymentConsultationsProps & TranslationType>;
|
|
3125
3140
|
|
|
3126
3141
|
type ConsultationsListProps = {
|
|
3127
3142
|
consultations: SpecialistConsultation[];
|
|
3128
3143
|
locale?: string;
|
|
3129
3144
|
consultationClick?: (consultation: SpecialistConsultation) => void;
|
|
3130
3145
|
};
|
|
3131
|
-
declare const _default$
|
|
3146
|
+
declare const _default$x: React__default.NamedExoticComponent<ConsultationsListProps>;
|
|
3132
3147
|
|
|
3133
3148
|
type ConsultationsListSkeletonType = {
|
|
3134
3149
|
className?: string;
|
|
@@ -3143,9 +3158,9 @@ type CalendarPickerFeatureProps = {
|
|
|
3143
3158
|
dateCallback: (date: Date) => void;
|
|
3144
3159
|
lastDate: Date;
|
|
3145
3160
|
};
|
|
3146
|
-
declare const _default$
|
|
3161
|
+
declare const _default$w: React__default.NamedExoticComponent<CalendarPickerFeatureProps & TranslationType>;
|
|
3147
3162
|
|
|
3148
|
-
declare const _default$
|
|
3163
|
+
declare const _default$v: React__default.NamedExoticComponent<PaymentCalendarFeatureProps & TranslationType>;
|
|
3149
3164
|
|
|
3150
3165
|
type GoogleCalendarModalFeatureProps = {
|
|
3151
3166
|
isOpen: boolean;
|
|
@@ -3160,7 +3175,7 @@ type GoogleCalendarModalFeatureProps = {
|
|
|
3160
3175
|
declare function GoogleCalendarModalFeature({ status, isOpen, onSync, isLoading, presentingElement, imageUrl, onDidDismiss, t, }: GoogleCalendarModalFeatureProps): JSX.Element;
|
|
3161
3176
|
|
|
3162
3177
|
type ReviewCardFeatureVariantType = 'default' | 'outlined' | 'full' | 'store';
|
|
3163
|
-
declare const _default$
|
|
3178
|
+
declare const _default$u: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
|
|
3164
3179
|
avatarSrc?: string | undefined;
|
|
3165
3180
|
name: string;
|
|
3166
3181
|
date: number;
|
|
@@ -3261,7 +3276,7 @@ type ScreenInputFormFeatureProps = {
|
|
|
3261
3276
|
icon?: ReactNode | string;
|
|
3262
3277
|
isKeyboardShown?: boolean;
|
|
3263
3278
|
};
|
|
3264
|
-
declare const _default$
|
|
3279
|
+
declare const _default$t: React__default.NamedExoticComponent<ScreenInputFormFeatureProps>;
|
|
3265
3280
|
|
|
3266
3281
|
type SelectionType = {
|
|
3267
3282
|
value: any;
|
|
@@ -3279,7 +3294,7 @@ type SpecialistDrumPickerWidgetProps = {
|
|
|
3279
3294
|
onTouchStart?: () => void;
|
|
3280
3295
|
onTouchEnd?: () => void;
|
|
3281
3296
|
};
|
|
3282
|
-
declare const _default$
|
|
3297
|
+
declare const _default$s: React__default.NamedExoticComponent<SpecialistDrumPickerWidgetProps>;
|
|
3283
3298
|
|
|
3284
3299
|
type TextAreaFormFeatureProps = {
|
|
3285
3300
|
title?: string;
|
|
@@ -3295,7 +3310,7 @@ type TextAreaFormFeatureProps = {
|
|
|
3295
3310
|
maxlength?: number;
|
|
3296
3311
|
HeaderComponent?: FC;
|
|
3297
3312
|
};
|
|
3298
|
-
declare const _default$
|
|
3313
|
+
declare const _default$r: React__default.NamedExoticComponent<TextAreaFormFeatureProps>;
|
|
3299
3314
|
|
|
3300
3315
|
type AcceptAgreementFeatureProps = {
|
|
3301
3316
|
isAccepted: boolean;
|
|
@@ -3316,7 +3331,7 @@ type SelectWithSearchFormFeatureProps = {
|
|
|
3316
3331
|
otherText?: string;
|
|
3317
3332
|
buttonLabel?: string;
|
|
3318
3333
|
} & WithTranslation;
|
|
3319
|
-
declare const _default$
|
|
3334
|
+
declare const _default$q: React__default.NamedExoticComponent<SelectWithSearchFormFeatureProps>;
|
|
3320
3335
|
|
|
3321
3336
|
type MarkdownContainerFeatureProps = {
|
|
3322
3337
|
children?: string | null;
|
|
@@ -3324,18 +3339,18 @@ type MarkdownContainerFeatureProps = {
|
|
|
3324
3339
|
className?: string;
|
|
3325
3340
|
forceBlock?: boolean;
|
|
3326
3341
|
};
|
|
3327
|
-
declare const _default$
|
|
3342
|
+
declare const _default$p: React__default.NamedExoticComponent<MarkdownContainerFeatureProps>;
|
|
3328
3343
|
|
|
3329
|
-
declare const _default$
|
|
3344
|
+
declare const _default$o: React__default.NamedExoticComponent<OnBoardingStartScreenType>;
|
|
3330
3345
|
|
|
3331
|
-
declare const _default$
|
|
3346
|
+
declare const _default$n: React__default.NamedExoticComponent<OnBoardingInfoScreenType>;
|
|
3332
3347
|
|
|
3333
3348
|
type OnBoardingMultiSelectionScreenPreviewFeatureProps = {
|
|
3334
3349
|
onChange?: (value: string[]) => void;
|
|
3335
3350
|
defaultValues?: string[];
|
|
3336
3351
|
variant?: OnboardingVariant;
|
|
3337
3352
|
} & OnBoardingMultiSelectScreenType;
|
|
3338
|
-
declare const _default$
|
|
3353
|
+
declare const _default$m: React__default.NamedExoticComponent<OnBoardingMultiSelectionScreenPreviewFeatureProps>;
|
|
3339
3354
|
|
|
3340
3355
|
type OnBoardingSingleSelectionScreenPreviewFeatureProps = {
|
|
3341
3356
|
onChange?: (value: string) => void;
|
|
@@ -3343,7 +3358,7 @@ type OnBoardingSingleSelectionScreenPreviewFeatureProps = {
|
|
|
3343
3358
|
variant?: OnboardingVariant;
|
|
3344
3359
|
template?: 'radio' | 'image';
|
|
3345
3360
|
} & OnBoardingSingleSelectScreenType & OnBoardingSingleImageSelectScreenType;
|
|
3346
|
-
declare const _default$
|
|
3361
|
+
declare const _default$l: React__default.NamedExoticComponent<OnBoardingSingleSelectionScreenPreviewFeatureProps>;
|
|
3347
3362
|
|
|
3348
3363
|
declare const OnBoardingLoaderScreenPreviewFeature: FC<OnBoardingLoaderScreenType & {
|
|
3349
3364
|
t?: WithTranslation['t'];
|
|
@@ -3359,29 +3374,46 @@ type OnBoardingProgressFeatureProps = {
|
|
|
3359
3374
|
startAdornment?: React__default.ReactNode;
|
|
3360
3375
|
variant?: OnboardingVariant;
|
|
3361
3376
|
};
|
|
3362
|
-
declare const _default$
|
|
3377
|
+
declare const _default$k: React__default.NamedExoticComponent<OnBoardingProgressFeatureProps>;
|
|
3363
3378
|
|
|
3364
|
-
declare const _default$
|
|
3379
|
+
declare const _default$j: React__default.NamedExoticComponent<OnBoardingReviewsScreenType>;
|
|
3365
3380
|
|
|
3366
|
-
|
|
3381
|
+
type OnBoardingEmailScreenPreviewFeatureProps = OnBoardingEmailScreenType & {
|
|
3382
|
+
email: string | null;
|
|
3383
|
+
emailErrorText?: string;
|
|
3384
|
+
onChangeEmail?: (email: string) => void;
|
|
3385
|
+
onSubmit?: () => void;
|
|
3386
|
+
};
|
|
3387
|
+
declare const _default$i: React__default.NamedExoticComponent<OnBoardingEmailScreenPreviewFeatureProps>;
|
|
3367
3388
|
|
|
3368
|
-
|
|
3389
|
+
type OnBoardingConfirmScreenPreviewFeatureProps = OnBoardingConfirmScreenType & {
|
|
3390
|
+
email: string | null;
|
|
3391
|
+
emailErrorText?: string;
|
|
3392
|
+
onChangeEmail?: (email: string) => void;
|
|
3393
|
+
password: string | null;
|
|
3394
|
+
passwordErrorText?: string;
|
|
3395
|
+
onChangePassword?: (password: string) => void;
|
|
3396
|
+
onSubmit?: () => void;
|
|
3397
|
+
};
|
|
3398
|
+
declare const _default$h: React__default.NamedExoticComponent<OnBoardingConfirmScreenPreviewFeatureProps>;
|
|
3369
3399
|
|
|
3370
3400
|
type OnBoardingPaywallScreenPreviewFeatureProps$1 = {
|
|
3371
3401
|
variant?: OnboardingVariant;
|
|
3372
3402
|
className?: string;
|
|
3373
3403
|
titleClassName?: string;
|
|
3374
3404
|
} & OnBoardingCompareScreenType;
|
|
3375
|
-
declare const
|
|
3405
|
+
declare const OnBoardingCompareScreenPreviewFeature: FC<OnBoardingPaywallScreenPreviewFeatureProps$1>;
|
|
3376
3406
|
|
|
3377
3407
|
type OnBoardingPaywallScreenPreviewFeatureProps = {
|
|
3378
3408
|
variant?: OnboardingVariant;
|
|
3379
3409
|
specialists: Specialist[];
|
|
3380
3410
|
reviews: MindlyReview[];
|
|
3381
|
-
|
|
3382
|
-
|
|
3411
|
+
locale?: string;
|
|
3412
|
+
useAdditionalDiscount?: boolean;
|
|
3413
|
+
onBuyTariff?: (tariffId: string) => void;
|
|
3414
|
+
isLoading?: boolean;
|
|
3383
3415
|
} & OnBoardingPaywallScreenType;
|
|
3384
|
-
declare const
|
|
3416
|
+
declare const OnBoardingPaywallScreenPreviewFeature: FC<OnBoardingPaywallScreenPreviewFeatureProps>;
|
|
3385
3417
|
|
|
3386
3418
|
type OnBoardingChartScreenPreviewFeatureProps = {
|
|
3387
3419
|
className?: string;
|
|
@@ -3389,7 +3421,7 @@ type OnBoardingChartScreenPreviewFeatureProps = {
|
|
|
3389
3421
|
isPreview?: boolean;
|
|
3390
3422
|
variant?: OnboardingVariant;
|
|
3391
3423
|
} & OnBoardingChartScreenType;
|
|
3392
|
-
declare const
|
|
3424
|
+
declare const OnBoardingChartScreenPreviewFeature: FC<OnBoardingChartScreenPreviewFeatureProps>;
|
|
3393
3425
|
|
|
3394
3426
|
type SpecialistAreaByMatch = {
|
|
3395
3427
|
text: string;
|
|
@@ -3729,20 +3761,21 @@ declare const MindlyReviewFeature: React__default.FC<MindlyReviewFeatureProps>;
|
|
|
3729
3761
|
type TariffFeatureProps = {
|
|
3730
3762
|
className?: string;
|
|
3731
3763
|
t?: WithTranslation['t'];
|
|
3732
|
-
|
|
3764
|
+
label: string;
|
|
3733
3765
|
priceBefore?: number;
|
|
3734
3766
|
price: number;
|
|
3735
|
-
|
|
3767
|
+
locale?: string;
|
|
3736
3768
|
id: string;
|
|
3737
3769
|
isSelected: boolean;
|
|
3738
|
-
|
|
3770
|
+
badge?: string;
|
|
3739
3771
|
variant: VariantEnum;
|
|
3740
3772
|
description?: string;
|
|
3741
3773
|
advantagesList?: {
|
|
3742
3774
|
id: string;
|
|
3743
|
-
|
|
3775
|
+
label: string;
|
|
3744
3776
|
}[];
|
|
3745
3777
|
initialIsInfoOpen?: boolean;
|
|
3778
|
+
isPreview?: boolean;
|
|
3746
3779
|
onSelect(id: string): void;
|
|
3747
3780
|
};
|
|
3748
3781
|
|
|
@@ -3816,7 +3849,7 @@ declare const getSessionsByYear: (sessions: Session[]) => Map<number, Session[]>
|
|
|
3816
3849
|
declare const getSessionsByMonth: (sessions: Session[]) => Map<number, Session[]>;
|
|
3817
3850
|
declare const getSessionsByDay: (sessions: Session[]) => Map<number, Session[]>;
|
|
3818
3851
|
declare const splitSessions: (sessions: Session[]) => Map<string, Session[]>;
|
|
3819
|
-
declare const getSessionTimeLabel: (variant: SessionVariant, startSessionDate: Date, t:
|
|
3852
|
+
declare const getSessionTimeLabel: (variant: SessionVariant, startSessionDate: Date, t: WithTranslation['t'], locale: string) => string;
|
|
3820
3853
|
declare const canManageSession: (sessionDate?: Date) => boolean;
|
|
3821
3854
|
|
|
3822
3855
|
declare const ONBOARDING_THEME_DEFAULT_COLORS: Record<OnboardingVariant, {
|
|
@@ -4337,4 +4370,4 @@ type SpecialistPreviewWidgetProps = {
|
|
|
4337
4370
|
|
|
4338
4371
|
declare const _default: React__default.NamedExoticComponent<SpecialistPreviewWidgetProps>;
|
|
4339
4372
|
|
|
4340
|
-
export { AcceptAgreementFeature, Action, _default$Y as AlertCard, AllowFilterValueType, AppFooter, _default$X as AppFooter_v2, AppHeader, AppHeaderPage as AppHeaderPageFeature, AppHeader_v2, AppNotSupportedFeature, ArchivedConsultationCard, AutoComplete, Avatar, AvatarProps$1 as AvatarProps, _default$W as Avatar_v2, AvatarProps as Avatar_v2Props, BREAKPOINT_ICON_SIZE, _default$S as Badge, _default$$ as BookingScheduleTime, _default$_ as BookingSpecialistInfo, BreakPointPositionProps, BreakPointPositionResult, Button, Button_v2, CAN_MANAGE_SESSION_TIME_HOURS, COUNTRIES_MAPPER, Calendar, _default$z as CalendarPickerFeature, CancelSession, CardModal, ChangeLangModal, ChangeLanguageModal, _default$1k as ChatListItem, _default$1i as ChatListSkeleton, _default$1j as ChatMessage, ChatMessageSkeleton, CheckBoxItem, CheckBoxListFeature, CheckBoxSectionListFeature, _default$b as CheckboxList, CheckboxListCategory, CheckboxListItem, CheckboxTypes, ChevronHeader, CircleRatingComponentProps, CircleRatingContent, CircleRatingContext, CircleRatingContextData, CircleRatingContextProps, CircleRatingDataProps, CircleRatingDataResult, CircleRatingLegendProps, CircleRatingProvider, CircleRatingRange, CircleRatingSize, ClientCanAction, ClientCanParams, ClientSpecialistContractStatusEnum, CollapsableText, ConditionRulesType, Consultation, _default$1b as ConsultationCard, ConsultationCardProps, ConsultationCardType, _default$18 as ConsultationModal, _default$D as ConsultationPricingFeature, _default$16 as ConsultationSpecialistCard, ConsultationsListSkeleton, Container, Container_v2, ContentCard, ContentRendererProps, ContractDataFeature, ContractStatusEnum, ContentTree as ContractTreeFeature, CountdownTimerFeature, CountryOfOriginModal, CurrencyLocaleMapper, CurrencySignByLocale, CustomButton, _default$c as CustomCheckbox, CustomRadioButton, _default$d as CustomSelect, _default$e as CustomTextarea, DatePicker, _default$14 as DaySlider, DayToRender, DividerProps, DropdownFeature, DrumListPicker, DynamicCommissionValue, _default$10 as EducationCard, _default$1h as EmptyChatList, EmptyChatMessages, EmptyChatModalFeature, _default$19 as EmptyConsultations, EmptyList, EmptySpecialistListFeature, EntryNotFound, EntryNotFoundProps, ErrorCardFeature, FilterFeatureProps, FilterItem, FilterItemBoolean, FilterItemChips, FilterItemRange, FilterItemSelect, FilterOption, FilterOptionValue, FilterValue, FiltersWidget, FiltersWidgetProps, FirstChatMessageModalFeature, _default$8 as Flag, FlagTypes, _default$U as Flag_v2, FloatingButton, FooterForBooking, FrequentlyAskedQuestions, GoogleCalendarModalFeature, HeaderWithRedirect, HorizontalCalendar, HorizontalCalendarProps, ISpecialistReview, IconAddModerator, IconAmEx, IconAppStoreRating, IconApple, IconApplePay, IconArrowDown, IconArrowLeft, IconArrowRight, IconArrowTopRight, IconAttachMoney, IconBeachAccess, IconBookmark, IconBookmarkOutlined, _default$O as IconButton, IconCalendar, IconCalendarFilled, IconCalendarMonth, IconCalendarNew, IconCalendarWithDot, IconCancel, IconCancelBold, IconCancelRounded, IconCapFilled, IconChat, IconChat3d, IconChat3dSmaller, IconChatFilled, IconChatOutline, IconCheck, IconCheckCircle, IconCheckSmall, IconCheckboxChecked, IconCheckboxCheckedBold, IconCheckboxUnchecked, IconClient, IconClientFilled, IconClose, IconContract, IconCopy, IconCreditCard, IconDelete, 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, IconLeftArrow, IconLetter, IconLink, IconLock, IconLogout, IconMaestro, IconManageAccounts, IconMastercard, IconMatching, IconMindly, IconMindlyColored, IconMindlyMini, IconMinus, IconMoreVertical, IconMute, IconNotificationMuted, IconPaid, IconPaper, IconPaperPencil, IconPause, IconPersonAlert, IconPlay, IconPlus, IconPoweredByStripe, IconProfile, IconProfileChecked, IconProfileCircle, IconProfileSetting, IconProfileUnderReview, IconPromocode, IconProps$D as IconProps, IconQueryStats, IconQuestion, IconRadioButtonChecked, IconRadioPartial, IconReceipt, IconReceiptLong, IconRenew, IconResume, IconReviewSessionSubscription, IconReviewSessionTrial, IconSchedule, IconSchema, IconSearch, IconSecure, IconSend, IconSettings, IconShare, IconSpecialistsEnded, IconSpinner, IconStar, IconStarFilled, IconStudyHat, IconStylus, IconSuccess, IconSwitch, IconText, IconTime, IconTimeAdd, IconUnmute, IconUser, IconUserNotFound, IconVerifiedUser, IconVisa, IconVisible, IconWarning, ImageInput, ImageWithFallback, ImpressionEmojiEnum, Input, InputSearch, _default$K as Item, _default$R as ItemCard, LabelArrowRedirect, LanguagesList, _default$1o as LetterAvatar, _default$9 as LineFileInput, ListBox, ListBoxItem, ListBoxItemProps, ListBoxProps, ListBoxSelectionType, ListButton, ListItemType, _default$H as ListItemWithColumns, _default$L as ListItems, ListOption, ListOptionsProps, ListSelect, ListSelectProps, ListSimple, _default$M as Loading, LocaleCurrencyMapper, LouseConnect, MapStatusContractToUIStatus, _default$s as MarkdownContainerFeature, _default$I as MatchProgress, _default$1l as MediaPlayer, MenuFeature, MindlyReview, MindlyReviewFeature, Modal, ModalCalendar, ModalSheet, NEAR_SESSION_TIME_SECONDS, NavigationBar, NewSpecialist, NoInternetConnection, NotSupportModal, NotesCardText, NotesEditor, ONBOARDING_THEME_DEFAULT_COLORS, OnBoardingBaseScreenType, _default$h as OnBoardingChartScreenPreviewFeature, OnBoardingChartScreenType, _default$j as OnBoardingCompareScreenPreviewFeature, OnBoardingCompareScreenType, _default$k as OnBoardingConfirmScreenPreviewFeature, OnBoardingConfirmScreenType, _default$l as OnBoardingEmailScreenPreviewFeature, OnBoardingEmailScreenType, OnBoardingFlowType, _default$q as OnBoardingInfoScreenPreviewFeature, OnBoardingInfoScreenType, OnBoardingLoaderScreenPreviewFeature, OnBoardingLoaderScreenType, OnBoardingMultiSelectScreenType, _default$p as OnBoardingMultiSelectionScreenPreviewFeature, _default$i as OnBoardingPaywallScreenPreviewFeature, OnBoardingPaywallScreenType, _default$n as OnBoardingProgressFeature, _default$m as OnBoardingReviewsScreenPreviewFeature, OnBoardingReviewsScreenType, OnBoardingScreenAlertType, OnBoardingScreenBgType, OnBoardingScreenButtonType, OnBoardingScreenDescriptionType, OnBoardingScreenEmailType, OnBoardingScreenErrorsType, OnBoardingScreenOptionType, OnBoardingScreenOptionWithImageType, OnBoardingScreenOptions, OnBoardingScreenPasswordType, OnBoardingScreenPrivacyType, OnBoardingScreenSkipButtonType, OnBoardingScreenStyleOptions, OnBoardingScreenTranslationsType, OnBoardingScreensType, OnBoardingSingleImageSelectScreenType, OnBoardingSingleSelectScreenType, _default$o as OnBoardingSingleSelectionScreenPreviewFeature, _default$r as OnBoardingStartScreenPreviewFeature, OnBoardingStartScreenType, OnboardingVariant, OutdatedPersonalDataFeature, PasswordInput, PaymentBadgeType, _default$y as PaymentCalendarFeature, PaymentCalendarFeatureProps, _default$A as PaymentSessionsList, _default$1n as PersonDateTimeCard, _default$T as Picture, PoweredByStripeFeature, _default$7 as ProfileInformation, _default$12 as ProfileView, _default$a as ProgressBar, ProgressBarDashed, _default$N as ProgressBar_v2, ProgressRangeProps, PushNotificationsIsDisabledBanner, PushNotificationsModal, Range, _default$P as Rating, RatingCircleWrapper, _default$15 as ReSchedule, ReScheduleSuccess, Refresher, ResponseFileType, ReviewCard, _default$x as ReviewCardFeature, ReviewListFeature, ReviewStatistics, ReviewSubscriptionSessionFeature, ReviewSubscriptionSessionFeatureProps, ReviewSwiperSection, ReviewTrialSessionFeature, ReviewTrialSessionFeatureProps, ReviewsCardFeatureSkeleton, ReviewsSummary, RoundButton, RowItemType, RowSelect, RowSelectProps, Rule, SIZES, SOON_SESSION_TIME_SECONDS, _default$v as ScreenDrumPickerFormFeature, ScreenInput, _default$w as ScreenInputFormFeature, ScreenInputUpdateFeature, ScrollTabs, SectionHeading, Segment, SegmentColor, SegmentType, _default$1m as SelectImpressionEmoji, SelectItemType, _default$t as SelectWithSearchFormFeature, Session, SessionDetailWidget, SessionPaymentsWidget, SessionPreviewFeature, SessionReview$1 as SessionReview, SessionTime, SessionVariant, SessionsWidget as SessionsListWidget, SessionsWidgetProps, Sex, ShareModalFeature, ShortCurrencySignByLocale, ShortTranscriptionCurrencySignByLocale, _default$G as ShowMore, _default$1a as SignUpSessionButton, _default$17 as SignUpSessionModal, SizeValues, Skeleton, _default$V as Skeleton_v2, _default$F as SlotsGrid, _default$E as SlotsGridItem, SolidInput, Specialist, _default$11 as SpecialistAbout, SpecialistAreaList as SpecialistAreaListFeature, SpecialistCard, SpecialistCardListWidget, _default$4 as SpecialistCardWidget, SpecialistConsultation, SpecialistConsultationPayment, _default$1 as SpecialistDetailWidget, SpecialistDetailWidgetSkeleton, SpecialistEducation, _default$1f as SpecialistEducationCard, SpecialistEducationsFeature, SpecialistInfoColumnFeature, SpecialistLangs, _default$6 as SpecialistMatch, SpecialistOrderType, SpecialistPaymentCardProps, _default$C as SpecialistPaymentCommonCardFeature, SpecialistPaymentCommonCardSkeleton, SpecialistPaymentConsultationDetailsType, _default$B as SpecialistPaymentConsultationsFeature, SpecialistPaymentConsultationsProps, SpecialistPaymentCurrencyProps, _default$2 as SpecialistPaymentResumeWidget, SpecialistPaymentResumeWidgetType, SpecialistPaymentTabs, _default$3 as SpecialistPaymentWidget, SpecialistPaymentWidgetType, SpecialistPreviewFeature, SpecialistPreviewListWidget, _default as SpecialistPreviewWidget, SpecialistProfileNotFound, _default$1e as SpecialistProfileViewCard, SpecialistReview$1 as SpecialistReview, SpecialistShortInfoItemFeature as SpecialistShortInfoItem, _default$5 as SpecialistStatistic, SpecialistStatisticsCard, SpecialistWorkDirections, Spinner, Spinner_v2, StarRating, StatisticsScroll, StatusTag, StripeSupportedCurrency, Subscription, SubscriptionStatuses, SuccessScreen, SuperSpecialist, SupportedCurrency, SupportedLangs, SwitchDeviceCard, TabBar, TabItem, Tabs$1 as Tabs, TabsToolbarFeature, Tag, TariffFeature, _default$u as TextAreaFormFeature, _default$f as TextInput, _default$g as TextWithClampFeature, _default$1g as Textarea, _default$Q as Textarea_v2, ThemeProvider, ThemeProviderProps, TherapistCard, TherapistInformationComponent, Toast, ToastButton, ToastContext, ToastProps, ToastProvider, ToastRegion, Toggle, TooltipComponent, TranslationMock, TranslationType, TreeNode, _default$Z as Typography, TypographyVariantsEnum, UpdateContractWidget, UpdatesCard, UserInfoModal, UserType, UsersPsychologistScrollList, VariantType, VerticalCalendar, VerticalCalendarMonthSkeleton, VerticalCalendarSkeleton, _default$J as Video, _default$1c as VideoCallInfo, _default$1d as VideoPlayer, VideoProvider, _default$13 as WorkDirections, YourLocalTimeBlock, appThemes, canManageSession, decOfNum, formatByDigits, getCountryKeyByName, getDateLocale, getFiltersQuery, getFiltersValues, getGMTOffset, getMappedFilterValue, getMonthNameInGenitive, getProgressForBreakPoint, getSessionTimeLabel, getSessionVariant, getSessionsByDay, getSessionsByMonth, getSessionsByYear, getSignAgreementsTabs, getStartSessionDate, getStartSessionTimestamp, isClientCan, isFilterSet, isNewSpecialist, isSpecialistActive, isSpecialistBlocked, isSpecialistPublic, isSuperSpecialist, mergeRefs, newShade, priceNormalize, replaceMarkdownWithReactElements, roundToPrecision, splitSessions, toast, useAutoFocus, useBreakPointsPosition, useCircleRatingRenderData, useDeepCompareEffect, useDeepUpdateEffect, useDomRef, useElementWidth, useEvent, useIsKeyBoardShown, useRangeIndex, useRatingCircleBreakPoints, useRatingCircleContentValue, useRatingCircleLegend, useRatingContext, useToastContext, useUpdateEffect, useVideoContext };
|
|
4373
|
+
export { AcceptAgreementFeature, Action, _default$V as AlertCard, AllowFilterValueType, AppFooter, _default$U as AppFooter_v2, AppHeader, AppHeaderPage as AppHeaderPageFeature, AppHeader_v2, AppNotSupportedFeature, ArchivedConsultationCard, AutoComplete, Avatar, AvatarProps$1 as AvatarProps, _default$T as Avatar_v2, AvatarProps as Avatar_v2Props, BREAKPOINT_ICON_SIZE, _default$P as Badge, _default$Y as BookingScheduleTime, _default$X as BookingSpecialistInfo, BreakPointPositionProps, BreakPointPositionResult, Button, Button_v2, CAN_MANAGE_SESSION_TIME_HOURS, COUNTRIES_MAPPER, Calendar, _default$w as CalendarPickerFeature, CancelSession, CardModal, ChangeLangModal, ChangeLanguageModal, _default$1h as ChatListItem, _default$1f as ChatListSkeleton, _default$1g as ChatMessage, ChatMessageSkeleton, CheckBoxItem, CheckBoxListFeature, CheckBoxSectionListFeature, _default$b as CheckboxList, CheckboxListCategory, CheckboxListItem, CheckboxTypes, ChevronHeader, CircleRatingComponentProps, CircleRatingContent, CircleRatingContext, CircleRatingContextData, CircleRatingContextProps, CircleRatingDataProps, CircleRatingDataResult, CircleRatingLegendProps, CircleRatingProvider, CircleRatingRange, CircleRatingSize, ClientCanAction, ClientCanParams, ClientSpecialistContractStatusEnum, CollapsableText, ConditionRulesType, Consultation, _default$18 as ConsultationCard, ConsultationCardProps, ConsultationCardType, _default$15 as ConsultationModal, _default$A as ConsultationPricingFeature, _default$13 as ConsultationSpecialistCard, ConsultationsListSkeleton, Container, Container_v2, ContentCard, ContentRendererProps, ContractDataFeature, ContractStatusEnum, ContentTree as ContractTreeFeature, CountdownTimerFeature, CountryOfOriginModal, CurrencyLocaleMapper, CurrencySignByLocale, CustomButton, _default$c as CustomCheckbox, CustomRadioButton, _default$d as CustomSelect, _default$e as CustomTextarea, DatePicker, _default$11 as DaySlider, DayToRender, DividerProps, DropdownFeature, DrumListPicker, DynamicCommissionValue, _default$Z as EducationCard, _default$1e as EmptyChatList, EmptyChatMessages, EmptyChatModalFeature, _default$16 as EmptyConsultations, EmptyList, EmptySpecialistListFeature, EntryNotFound, EntryNotFoundProps, ErrorCardFeature, FilterFeatureProps, FilterItem, FilterItemBoolean, FilterItemChips, FilterItemRange, FilterItemSelect, FilterOption, FilterOptionValue, FilterValue, FiltersWidget, FiltersWidgetProps, FirstChatMessageModalFeature, _default$8 as Flag, FlagTypes, _default$R as Flag_v2, FloatingButton, FooterForBooking, FrequentlyAskedQuestions, GoogleCalendarModalFeature, HeaderWithRedirect, HorizontalCalendar, HorizontalCalendarProps, ISpecialistReview, IconAddModerator, IconAmEx, IconAppStoreRating, IconApple, IconApplePay, IconArrowDown, IconArrowLeft, IconArrowRight, IconArrowTopRight, IconAttachMoney, IconBeachAccess, IconBookmark, IconBookmarkOutlined, _default$L as IconButton, IconCalendar, IconCalendarFilled, IconCalendarMonth, IconCalendarNew, IconCalendarWithDot, IconCancel, IconCancelBold, IconCancelRounded, IconCapFilled, IconChart, IconChat, IconChat3d, IconChat3dSmaller, IconChatFilled, IconChatOutline, IconCheck, IconCheckCircle, IconCheckSmall, IconCheckboxChecked, IconCheckboxCheckedBold, IconCheckboxUnchecked, IconClient, IconClientFilled, IconClose, IconCompare, IconContract, IconCopy, IconCreditCard, IconDelete, 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, IconLeftArrow, IconLetter, IconLink, IconLock, IconLogout, IconMaestro, IconManageAccounts, IconMastercard, IconMatching, IconMindly, IconMindlyColored, IconMindlyMini, IconMinus, IconMoreVertical, IconMute, IconNotificationMuted, IconPaid, IconPaper, IconPaperPencil, IconPause, IconPaywall, IconPersonAlert, IconPlay, IconPlus, IconPoweredByStripe, IconProfile, IconProfileChecked, IconProfileCircle, IconProfileSetting, IconProfileUnderReview, IconPromocode, IconProps$D as IconProps, IconQueryStats, IconQuestion, IconRadioButtonChecked, IconRadioPartial, IconReceipt, IconReceiptLong, IconRenew, IconResume, IconReviewSessionSubscription, IconReviewSessionTrial, IconSchedule, IconSchema, IconSearch, IconSecure, IconSend, IconSettings, IconShare, IconSpecialistsEnded, IconSpinner, IconStar, IconStarFilled, IconStudyHat, IconStylus, IconSuccess, IconSwitch, IconText, IconTime, IconTimeAdd, IconUnmute, IconUser, IconUserNotFound, IconVerifiedUser, IconVisa, IconVisible, IconWarning, ImageInput, ImageWithFallback, ImpressionEmojiEnum, Input, InputSearch, _default$H as Item, _default$O as ItemCard, LabelArrowRedirect, LanguagesList, _default$1l as LetterAvatar, _default$9 as LineFileInput, ListBox, ListBoxItem, ListBoxItemProps, ListBoxProps, ListBoxSelectionType, ListButton, ListItemType, _default$E as ListItemWithColumns, _default$I as ListItems, ListOption, ListOptionsProps, ListSelect, ListSelectProps, ListSimple, _default$J as Loading, LocaleCurrencyMapper, LouseConnect, MapStatusContractToUIStatus, _default$p as MarkdownContainerFeature, _default$F as MatchProgress, _default$1i as MediaPlayer, MenuFeature, MindlyReview, MindlyReviewFeature, Modal, ModalCalendar, ModalSheet, NEAR_SESSION_TIME_SECONDS, NavigationBar, NewSpecialist, NoInternetConnection, NotSupportModal, NotesCardText, NotesEditor, ONBOARDING_THEME_DEFAULT_COLORS, OnBoardingBaseScreenType, OnBoardingChartScreenPreviewFeature, OnBoardingChartScreenType, OnBoardingCompareScreenPreviewFeature, OnBoardingCompareScreenType, _default$h as OnBoardingConfirmScreenPreviewFeature, OnBoardingConfirmScreenType, _default$i as OnBoardingEmailScreenPreviewFeature, OnBoardingEmailScreenType, OnBoardingFlowType, _default$n as OnBoardingInfoScreenPreviewFeature, OnBoardingInfoScreenType, OnBoardingLoaderScreenPreviewFeature, OnBoardingLoaderScreenType, OnBoardingMultiSelectScreenType, _default$m as OnBoardingMultiSelectionScreenPreviewFeature, OnBoardingPaywallScreenPreviewFeature, OnBoardingPaywallScreenType, _default$k as OnBoardingProgressFeature, _default$j as OnBoardingReviewsScreenPreviewFeature, OnBoardingReviewsScreenType, OnBoardingScreenAlertType, OnBoardingScreenBgType, OnBoardingScreenButtonType, OnBoardingScreenDescriptionType, OnBoardingScreenEmailType, OnBoardingScreenErrorsType, OnBoardingScreenOptionType, OnBoardingScreenOptionWithImageType, OnBoardingScreenOptions, OnBoardingScreenPasswordType, OnBoardingScreenPrivacyType, OnBoardingScreenSkipButtonType, OnBoardingScreenStyleOptions, OnBoardingScreenTranslationsType, OnBoardingScreensType, OnBoardingSingleImageSelectScreenType, OnBoardingSingleSelectScreenType, _default$l as OnBoardingSingleSelectionScreenPreviewFeature, _default$o as OnBoardingStartScreenPreviewFeature, OnBoardingStartScreenType, OnboardingVariant, OutdatedPersonalDataFeature, PasswordInput, PaymentBadgeType, _default$v as PaymentCalendarFeature, PaymentCalendarFeatureProps, _default$x as PaymentSessionsList, _default$1k as PersonDateTimeCard, _default$Q as Picture, PoweredByStripeFeature, _default$7 as ProfileInformation, _default$$ as ProfileView, _default$a as ProgressBar, ProgressBarDashed, _default$K as ProgressBar_v2, ProgressRangeProps, PushNotificationsIsDisabledBanner, PushNotificationsModal, Range, _default$M as Rating, RatingCircleWrapper, _default$12 as ReSchedule, ReScheduleSuccess, Refresher, ResponseFileType, ReviewCard, _default$u as ReviewCardFeature, ReviewListFeature, ReviewStatistics, ReviewSubscriptionSessionFeature, ReviewSubscriptionSessionFeatureProps, ReviewSwiperSection, ReviewTrialSessionFeature, ReviewTrialSessionFeatureProps, ReviewsCardFeatureSkeleton, ReviewsSummary, RoundButton, RowItemType, RowSelect, RowSelectProps, Rule, SIZES, SOON_SESSION_TIME_SECONDS, _default$s as ScreenDrumPickerFormFeature, ScreenInput, _default$t as ScreenInputFormFeature, ScreenInputUpdateFeature, ScrollTabs, SectionHeading, Segment, SegmentColor, SegmentType, _default$1j as SelectImpressionEmoji, SelectItemType, _default$q as SelectWithSearchFormFeature, Session, SessionDetailWidget, SessionPaymentsWidget, SessionPreviewFeature, SessionReview$1 as SessionReview, SessionTime, SessionVariant, SessionsWidget as SessionsListWidget, SessionsWidgetProps, Sex, ShareModalFeature, ShortCurrencySignByLocale, ShortTranscriptionCurrencySignByLocale, _default$D as ShowMore, _default$17 as SignUpSessionButton, _default$14 as SignUpSessionModal, SizeValues, Skeleton, _default$S as Skeleton_v2, _default$C as SlotsGrid, _default$B as SlotsGridItem, SolidInput, Specialist, _default$_ as SpecialistAbout, SpecialistAreaList as SpecialistAreaListFeature, SpecialistCard, SpecialistCardListWidget, _default$4 as SpecialistCardWidget, SpecialistConsultation, SpecialistConsultationPayment, _default$1 as SpecialistDetailWidget, SpecialistDetailWidgetSkeleton, SpecialistEducation, _default$1c as SpecialistEducationCard, SpecialistEducationsFeature, SpecialistInfoColumnFeature, SpecialistLangs, _default$6 as SpecialistMatch, SpecialistOrderType, SpecialistPaymentCardProps, _default$z as SpecialistPaymentCommonCardFeature, SpecialistPaymentCommonCardSkeleton, SpecialistPaymentConsultationDetailsType, _default$y as SpecialistPaymentConsultationsFeature, SpecialistPaymentConsultationsProps, SpecialistPaymentCurrencyProps, _default$2 as SpecialistPaymentResumeWidget, SpecialistPaymentResumeWidgetType, SpecialistPaymentTabs, _default$3 as SpecialistPaymentWidget, SpecialistPaymentWidgetType, SpecialistPreviewFeature, SpecialistPreviewListWidget, _default as SpecialistPreviewWidget, SpecialistProfileNotFound, _default$1b as SpecialistProfileViewCard, SpecialistReview$1 as SpecialistReview, SpecialistShortInfoItemFeature as SpecialistShortInfoItem, _default$5 as SpecialistStatistic, SpecialistStatisticsCard, SpecialistWorkDirections, Spinner, Spinner_v2, StarRating, StatisticsScroll, StatusTag, StripeSupportedCurrency, Subscription, SubscriptionStatuses, SuccessScreen, SuperSpecialist, SupportedCurrency, SupportedLangs, SwitchDeviceCard, TabBar, TabItem, Tabs$1 as Tabs, TabsToolbarFeature, Tag, Tariff, TariffFeature, _default$r as TextAreaFormFeature, _default$f as TextInput, _default$g as TextWithClampFeature, _default$1d as Textarea, _default$N as Textarea_v2, ThemeProvider, ThemeProviderProps, TherapistCard, TherapistInformationComponent, Toast, ToastButton, ToastContext, ToastProps, ToastProvider, ToastRegion, Toggle, TooltipComponent, TranslationMock, TranslationType, TreeNode, _default$W as Typography, TypographyVariantsEnum, UpdateContractWidget, UpdatesCard, UserInfoModal, UserType, UsersPsychologistScrollList, VariantType, VerticalCalendar, VerticalCalendarMonthSkeleton, VerticalCalendarSkeleton, _default$G as Video, _default$19 as VideoCallInfo, _default$1a as VideoPlayer, VideoProvider, _default$10 as WorkDirections, YourLocalTimeBlock, appThemes, canManageSession, decOfNum, formatByDigits, getCountryKeyByName, getDateLocale, getFiltersQuery, getFiltersValues, getGMTOffset, getMappedFilterValue, getMonthNameInGenitive, getProgressForBreakPoint, getSessionTimeLabel, getSessionVariant, getSessionsByDay, getSessionsByMonth, getSessionsByYear, getSignAgreementsTabs, getStartSessionDate, getStartSessionTimestamp, isClientCan, isFilterSet, isNewSpecialist, isSpecialistActive, isSpecialistBlocked, isSpecialistPublic, isSuperSpecialist, mergeRefs, newShade, priceNormalize, replaceMarkdownWithReactElements, roundToPrecision, splitSessions, toast, useAutoFocus, useBreakPointsPosition, useCircleRatingRenderData, useDeepCompareEffect, useDeepUpdateEffect, useDomRef, useElementWidth, useEvent, useIsKeyBoardShown, useRangeIndex, useRatingCircleBreakPoints, useRatingCircleContentValue, useRatingCircleLegend, useRatingContext, useToastContext, useUpdateEffect, useVideoContext };
|