@mindly/ui-components 5.103.2 → 5.104.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/configs/tailwind/colors.d.ts +1 -0
- package/dist/cjs/index.js +6 -6
- package/dist/cjs/lib2/features/Charts/types.d.ts +4 -4
- 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/OnBoardingPaywallScreenPreviewFeature/OnBoardingPaywallScreenPreviewFeature.d.ts +5 -5
- package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/conts.d.ts +2 -25
- package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingSingleSelectionScreenPreviewFeature/OnBoardingSingleSelectionScreenPreviewFeature.d.ts +3 -2
- package/dist/cjs/lib2/features/OnBoardingFlow/components/OnBoardingSelectionHeader.d.ts +8 -0
- 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/IconRadioPartial.d.ts +3 -0
- package/dist/cjs/lib2/shared/assets/icons/index.d.ts +4 -0
- package/dist/cjs/lib2/shared/types/index.d.ts +1 -0
- package/dist/cjs/lib2/shared/types/onBoardingFlow.type.d.ts +15 -2
- package/dist/cjs/lib2/shared/types/tariff.d.ts +14 -0
- package/dist/cjs/lib2/shared/ui/ListBox/ListBox.d.ts +1 -1
- package/dist/cjs/lib2/shared/ui/ListBox/types.d.ts +9 -2
- package/dist/cjs/lib2/shared/ui/ListBoxItem/ListBoxImageItem.d.ts +17 -0
- package/dist/cjs/lib2/shared/ui/ListBoxItem/types.d.ts +13 -1
- package/dist/esm/configs/tailwind/colors.d.ts +1 -0
- package/dist/esm/index.js +7 -7
- package/dist/esm/lib2/features/Charts/types.d.ts +4 -4
- 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/OnBoardingPaywallScreenPreviewFeature/OnBoardingPaywallScreenPreviewFeature.d.ts +5 -5
- package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/conts.d.ts +2 -25
- package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingSingleSelectionScreenPreviewFeature/OnBoardingSingleSelectionScreenPreviewFeature.d.ts +3 -2
- package/dist/esm/lib2/features/OnBoardingFlow/components/OnBoardingSelectionHeader.d.ts +8 -0
- 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/IconRadioPartial.d.ts +3 -0
- package/dist/esm/lib2/shared/assets/icons/index.d.ts +4 -0
- package/dist/esm/lib2/shared/types/index.d.ts +1 -0
- package/dist/esm/lib2/shared/types/onBoardingFlow.type.d.ts +15 -2
- package/dist/esm/lib2/shared/types/tariff.d.ts +14 -0
- package/dist/esm/lib2/shared/ui/ListBox/ListBox.d.ts +1 -1
- package/dist/esm/lib2/shared/ui/ListBox/types.d.ts +9 -2
- package/dist/esm/lib2/shared/ui/ListBoxItem/ListBoxImageItem.d.ts +17 -0
- package/dist/esm/lib2/shared/ui/ListBoxItem/types.d.ts +13 -1
- package/dist/index.d.ts +144 -88
- package/package.json +1 -1
- package/src/configs/tailwind/colors.ts +2 -0
- package/src/lib2/shared/css/tailwind.css +1 -0
package/dist/index.d.ts
CHANGED
|
@@ -226,7 +226,7 @@ type LetterAvatarProps = {
|
|
|
226
226
|
fontSize?: number;
|
|
227
227
|
onClick?: () => void;
|
|
228
228
|
};
|
|
229
|
-
declare const _default$
|
|
229
|
+
declare const _default$1l: React__default.NamedExoticComponent<LetterAvatarProps>;
|
|
230
230
|
|
|
231
231
|
type ImageWithFallbackProps = JSX.IntrinsicElements['img'] & {
|
|
232
232
|
onErrorContent: React__default.ReactElement;
|
|
@@ -238,7 +238,7 @@ type PersonDateTimeCardProps = {
|
|
|
238
238
|
name: string;
|
|
239
239
|
dateTime: Date;
|
|
240
240
|
};
|
|
241
|
-
declare const _default$
|
|
241
|
+
declare const _default$1k: React__default.NamedExoticComponent<PersonDateTimeCardProps>;
|
|
242
242
|
|
|
243
243
|
type PsychologistProfileType = {
|
|
244
244
|
id: string;
|
|
@@ -405,7 +405,7 @@ type SelectImpressionEmojiProps = {
|
|
|
405
405
|
onChange?: (val: ImpressionEmojiEnum) => void;
|
|
406
406
|
};
|
|
407
407
|
|
|
408
|
-
declare const _default$
|
|
408
|
+
declare const _default$1j: React__default.NamedExoticComponent<SelectImpressionEmojiProps>;
|
|
409
409
|
|
|
410
410
|
interface FooterForBookingProps {
|
|
411
411
|
eventHandler: (props?: React__default.SyntheticEvent) => void;
|
|
@@ -437,7 +437,7 @@ type MediaPlayerProps<TCameraTrack extends Playable | undefined, TAudioTrack ext
|
|
|
437
437
|
showControls: boolean;
|
|
438
438
|
isScreenSharing?: boolean;
|
|
439
439
|
} & HTMLAttributes<HTMLDivElement>;
|
|
440
|
-
declare const _default$
|
|
440
|
+
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
441
|
|
|
442
442
|
type RoundButtonPropsType = {
|
|
443
443
|
disabled?: boolean;
|
|
@@ -466,7 +466,7 @@ type ChatListItemProps = {
|
|
|
466
466
|
isDisabled?: boolean;
|
|
467
467
|
t?: WithTranslation['t'];
|
|
468
468
|
};
|
|
469
|
-
declare const _default$
|
|
469
|
+
declare const _default$1h: React__default.NamedExoticComponent<ChatListItemProps>;
|
|
470
470
|
|
|
471
471
|
type ChatMessageProps = {
|
|
472
472
|
message: string | File;
|
|
@@ -494,11 +494,11 @@ type ChatMessageProps = {
|
|
|
494
494
|
onClickHandler: () => void;
|
|
495
495
|
}[] | null;
|
|
496
496
|
};
|
|
497
|
-
declare const _default$
|
|
497
|
+
declare const _default$1g: React__default.NamedExoticComponent<ChatMessageProps>;
|
|
498
498
|
|
|
499
499
|
declare const ChatMessageSkeleton: () => JSX.Element;
|
|
500
500
|
|
|
501
|
-
declare const _default$
|
|
501
|
+
declare const _default$1f: React__default.MemoExoticComponent<() => JSX.Element>;
|
|
502
502
|
|
|
503
503
|
type EmptyChatList = {
|
|
504
504
|
title?: string;
|
|
@@ -508,7 +508,7 @@ type EmptyChatList = {
|
|
|
508
508
|
onClick?: () => void;
|
|
509
509
|
};
|
|
510
510
|
declare const EmptyChatList: FC<EmptyChatList>;
|
|
511
|
-
declare const _default$
|
|
511
|
+
declare const _default$1e: React__default.NamedExoticComponent<EmptyChatList>;
|
|
512
512
|
|
|
513
513
|
type EmptyChatMessagesProps = {
|
|
514
514
|
title?: string;
|
|
@@ -533,7 +533,7 @@ type TextareaProps = {
|
|
|
533
533
|
onFileSelect?: (file: File | null, type: 'file' | 'image' | 'video', fileInfo: FileInfoType) => void;
|
|
534
534
|
t?: WithTranslation['t'];
|
|
535
535
|
};
|
|
536
|
-
declare const _default$
|
|
536
|
+
declare const _default$1d: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<TextareaProps & React__default.RefAttributes<HTMLIonFooterElement>>>;
|
|
537
537
|
|
|
538
538
|
type LouseConnectProps = {
|
|
539
539
|
onClick?: () => void;
|
|
@@ -612,7 +612,7 @@ type SpecialistEducationCardProps$1 = {
|
|
|
612
612
|
yearEnd?: number | null;
|
|
613
613
|
showLoader?: boolean;
|
|
614
614
|
};
|
|
615
|
-
declare const _default$
|
|
615
|
+
declare const _default$1c: React__default.NamedExoticComponent<SpecialistEducationCardProps$1>;
|
|
616
616
|
|
|
617
617
|
type SpecialistProfileViewCardProps$1 = {
|
|
618
618
|
avatarLink?: string | null;
|
|
@@ -625,7 +625,7 @@ type SpecialistProfileViewCardProps$1 = {
|
|
|
625
625
|
videoLinkUrl?: string | null;
|
|
626
626
|
showLoader?: boolean;
|
|
627
627
|
} & React__default.DetailedHTMLProps<React__default.HTMLAttributes<HTMLDivElement>, HTMLDivElement>;
|
|
628
|
-
declare const _default$
|
|
628
|
+
declare const _default$1b: React__default.NamedExoticComponent<SpecialistProfileViewCardProps$1>;
|
|
629
629
|
|
|
630
630
|
type SpecialistStatisticsCardProps$1 = {
|
|
631
631
|
activeClients?: number;
|
|
@@ -661,7 +661,7 @@ type VideoPlayerProps = {
|
|
|
661
661
|
closeModalHandler?: () => void;
|
|
662
662
|
onErrorContent: React__default.ReactElement;
|
|
663
663
|
} & JSX$1.IonModal;
|
|
664
|
-
declare const _default$
|
|
664
|
+
declare const _default$1a: React__default.NamedExoticComponent<VideoPlayerProps>;
|
|
665
665
|
|
|
666
666
|
type NotSupportModalProps = {
|
|
667
667
|
closeModal?: () => void;
|
|
@@ -697,7 +697,7 @@ type VideoCallInfoProps = {
|
|
|
697
697
|
abbreviatedSeconds: string;
|
|
698
698
|
};
|
|
699
699
|
};
|
|
700
|
-
declare const _default$
|
|
700
|
+
declare const _default$19: React__default.NamedExoticComponent<VideoCallInfoProps>;
|
|
701
701
|
|
|
702
702
|
declare enum ConsultationCardType {
|
|
703
703
|
FEATURE = "feature",
|
|
@@ -733,14 +733,14 @@ type ConsultationCardProps = {
|
|
|
733
733
|
isBlockedText?: string;
|
|
734
734
|
};
|
|
735
735
|
|
|
736
|
-
declare const _default$
|
|
736
|
+
declare const _default$18: React__default.NamedExoticComponent<ConsultationCardProps>;
|
|
737
737
|
|
|
738
738
|
type SignUpSessionButtonProps = {
|
|
739
739
|
label: string;
|
|
740
740
|
isLoading?: boolean;
|
|
741
741
|
onClick?: () => void;
|
|
742
742
|
};
|
|
743
|
-
declare const _default$
|
|
743
|
+
declare const _default$17: React__default.NamedExoticComponent<SignUpSessionButtonProps>;
|
|
744
744
|
|
|
745
745
|
type EmptyConsultationsProps = {
|
|
746
746
|
title: string;
|
|
@@ -748,7 +748,7 @@ type EmptyConsultationsProps = {
|
|
|
748
748
|
buttonLabel?: string;
|
|
749
749
|
onClick?: () => void;
|
|
750
750
|
};
|
|
751
|
-
declare const _default$
|
|
751
|
+
declare const _default$16: React__default.NamedExoticComponent<EmptyConsultationsProps>;
|
|
752
752
|
|
|
753
753
|
type ConsultationModalProps = {
|
|
754
754
|
isOpen: boolean;
|
|
@@ -784,7 +784,7 @@ type ConsultationModalProps = {
|
|
|
784
784
|
started?: string;
|
|
785
785
|
};
|
|
786
786
|
};
|
|
787
|
-
declare const _default$
|
|
787
|
+
declare const _default$15: React__default.NamedExoticComponent<ConsultationModalProps>;
|
|
788
788
|
|
|
789
789
|
type SpecialistData = {
|
|
790
790
|
id: string;
|
|
@@ -802,7 +802,7 @@ type SignUpSessionModalProps = {
|
|
|
802
802
|
title: string;
|
|
803
803
|
cancelBtnLabel: string;
|
|
804
804
|
};
|
|
805
|
-
declare const _default$
|
|
805
|
+
declare const _default$14: React__default.NamedExoticComponent<SignUpSessionModalProps>;
|
|
806
806
|
|
|
807
807
|
type ConsultationSpecialistCardProps = {
|
|
808
808
|
id: string;
|
|
@@ -814,7 +814,7 @@ type ConsultationSpecialistCardProps = {
|
|
|
814
814
|
signInBtnLabel: string;
|
|
815
815
|
isBlockedText?: string;
|
|
816
816
|
};
|
|
817
|
-
declare const _default$
|
|
817
|
+
declare const _default$13: React__default.NamedExoticComponent<ConsultationSpecialistCardProps>;
|
|
818
818
|
|
|
819
819
|
type UserInfoModalProps = {
|
|
820
820
|
isOpen: boolean;
|
|
@@ -885,7 +885,7 @@ type ReScheduleProps = {
|
|
|
885
885
|
btnLabel: string;
|
|
886
886
|
};
|
|
887
887
|
};
|
|
888
|
-
declare const _default$
|
|
888
|
+
declare const _default$12: React__default.NamedExoticComponent<ReScheduleProps>;
|
|
889
889
|
|
|
890
890
|
type ReScheduleSuccessProps = {
|
|
891
891
|
name: string;
|
|
@@ -923,7 +923,7 @@ type DaySliderProps = JSX$1.IonSlides & HTMLAttributes<HTMLIonSlidesElement> & R
|
|
|
923
923
|
tomorrow?: string;
|
|
924
924
|
};
|
|
925
925
|
};
|
|
926
|
-
declare const _default$
|
|
926
|
+
declare const _default$11: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<Omit<DaySliderProps, "ref"> & React__default.RefAttributes<HTMLIonSlidesElement>>>;
|
|
927
927
|
|
|
928
928
|
type SpecialistWorkDirectionsPropsType = {
|
|
929
929
|
workDirections?: string[] | [];
|
|
@@ -932,7 +932,7 @@ type SpecialistWorkDirectionsPropsType = {
|
|
|
932
932
|
moreLabel?: string;
|
|
933
933
|
hideLabel?: string;
|
|
934
934
|
};
|
|
935
|
-
declare const _default$
|
|
935
|
+
declare const _default$10: React__default.NamedExoticComponent<SpecialistWorkDirectionsPropsType>;
|
|
936
936
|
|
|
937
937
|
type SpecialistProfileViewCardProps = {
|
|
938
938
|
videoLink?: string;
|
|
@@ -942,7 +942,7 @@ type SpecialistProfileViewCardProps = {
|
|
|
942
942
|
isLoading?: boolean;
|
|
943
943
|
videoDurationSeconds?: number;
|
|
944
944
|
};
|
|
945
|
-
declare const _default
|
|
945
|
+
declare const _default$$: React__default.NamedExoticComponent<SpecialistProfileViewCardProps>;
|
|
946
946
|
|
|
947
947
|
type SpecialistAboutProps = {
|
|
948
948
|
text?: string;
|
|
@@ -951,7 +951,7 @@ type SpecialistAboutProps = {
|
|
|
951
951
|
moreLabel?: string;
|
|
952
952
|
hideLabel?: string;
|
|
953
953
|
};
|
|
954
|
-
declare const _default$
|
|
954
|
+
declare const _default$_: React__default.NamedExoticComponent<SpecialistAboutProps>;
|
|
955
955
|
|
|
956
956
|
type SpecialistEducationCardProps = {
|
|
957
957
|
institutionName?: string;
|
|
@@ -962,7 +962,7 @@ type SpecialistEducationCardProps = {
|
|
|
962
962
|
yearEnd?: number | null;
|
|
963
963
|
showLoader?: boolean;
|
|
964
964
|
};
|
|
965
|
-
declare const _default$
|
|
965
|
+
declare const _default$Z: React__default.NamedExoticComponent<SpecialistEducationCardProps>;
|
|
966
966
|
|
|
967
967
|
type SpecialistStatisticsCardProps = {
|
|
968
968
|
trust?: boolean;
|
|
@@ -1008,7 +1008,7 @@ type BookingScheduleTimeProps = {
|
|
|
1008
1008
|
onClick?: (index: number, item: string) => void;
|
|
1009
1009
|
isLoading?: boolean;
|
|
1010
1010
|
};
|
|
1011
|
-
declare const _default
|
|
1011
|
+
declare const _default$Y: React__default.NamedExoticComponent<BookingScheduleTimeProps>;
|
|
1012
1012
|
|
|
1013
1013
|
type BookingSpecialistInfoProps = {
|
|
1014
1014
|
name: string;
|
|
@@ -1017,7 +1017,7 @@ type BookingSpecialistInfoProps = {
|
|
|
1017
1017
|
avatar?: string;
|
|
1018
1018
|
isLoading?: boolean;
|
|
1019
1019
|
};
|
|
1020
|
-
declare const _default$
|
|
1020
|
+
declare const _default$X: React__default.NamedExoticComponent<BookingSpecialistInfoProps>;
|
|
1021
1021
|
|
|
1022
1022
|
declare enum TypographyVariantsEnum {
|
|
1023
1023
|
Title48Bold = "Title/48 Bold",
|
|
@@ -1066,7 +1066,7 @@ type TypographyProps = {
|
|
|
1066
1066
|
isError?: boolean;
|
|
1067
1067
|
};
|
|
1068
1068
|
|
|
1069
|
-
declare const _default$
|
|
1069
|
+
declare const _default$W: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<TypographyProps & React__default.RefAttributes<HTMLDivElement>>>;
|
|
1070
1070
|
|
|
1071
1071
|
type AlertCardVariants = 'transparent' | 'yellow' | 'blue';
|
|
1072
1072
|
type AlertCardProps = React$1.ComponentPropsWithoutRef<'div'> & {
|
|
@@ -1082,7 +1082,7 @@ type AlertCardProps = React$1.ComponentPropsWithoutRef<'div'> & {
|
|
|
1082
1082
|
};
|
|
1083
1083
|
};
|
|
1084
1084
|
|
|
1085
|
-
declare const _default$
|
|
1085
|
+
declare const _default$V: React$1.NamedExoticComponent<AlertCardProps>;
|
|
1086
1086
|
|
|
1087
1087
|
type AppFooterProps = {
|
|
1088
1088
|
children?: React__default.ReactNode;
|
|
@@ -1093,7 +1093,7 @@ type AppFooterProps = {
|
|
|
1093
1093
|
toolbarStyle?: CSSProperties;
|
|
1094
1094
|
className?: string;
|
|
1095
1095
|
};
|
|
1096
|
-
declare const _default$
|
|
1096
|
+
declare const _default$U: React__default.NamedExoticComponent<AppFooterProps>;
|
|
1097
1097
|
|
|
1098
1098
|
type AvatarRoundVariants = 'circle' | 'drop' | 'small';
|
|
1099
1099
|
|
|
@@ -1108,14 +1108,14 @@ type AvatarProps = {
|
|
|
1108
1108
|
onClick?(): void;
|
|
1109
1109
|
border?: boolean | string;
|
|
1110
1110
|
};
|
|
1111
|
-
declare const _default$
|
|
1111
|
+
declare const _default$T: React__default.NamedExoticComponent<AvatarProps>;
|
|
1112
1112
|
|
|
1113
1113
|
type SkeletonProps = {
|
|
1114
1114
|
animated?: boolean;
|
|
1115
1115
|
className?: string;
|
|
1116
1116
|
style?: React__default.CSSProperties;
|
|
1117
1117
|
};
|
|
1118
|
-
declare const _default$
|
|
1118
|
+
declare const _default$S: React__default.NamedExoticComponent<SkeletonProps>;
|
|
1119
1119
|
|
|
1120
1120
|
type ButtonProps$1 = {
|
|
1121
1121
|
fill?: 'outline' | 'clear';
|
|
@@ -1154,7 +1154,7 @@ type FlagProps$1 = {
|
|
|
1154
1154
|
name: string;
|
|
1155
1155
|
className?: string;
|
|
1156
1156
|
};
|
|
1157
|
-
declare const _default$
|
|
1157
|
+
declare const _default$R: React__default.NamedExoticComponent<FlagProps$1>;
|
|
1158
1158
|
|
|
1159
1159
|
type PictureProps = {
|
|
1160
1160
|
width: number;
|
|
@@ -1171,7 +1171,7 @@ type PictureProps = {
|
|
|
1171
1171
|
responsive?: boolean;
|
|
1172
1172
|
containerWidth?: number;
|
|
1173
1173
|
};
|
|
1174
|
-
declare const _default$
|
|
1174
|
+
declare const _default$Q: React__default.NamedExoticComponent<PictureProps>;
|
|
1175
1175
|
|
|
1176
1176
|
type BadgeType = 'default' | 'accent';
|
|
1177
1177
|
type BadgeVariants = 'attention' | 'neutral' | 'success' | 'warning' | 'brand' | 'info';
|
|
@@ -1182,7 +1182,7 @@ type BadgeProps = React$1.ComponentPropsWithoutRef<'span'> & {
|
|
|
1182
1182
|
iconType?: 'check' | React$1.ReactNode;
|
|
1183
1183
|
};
|
|
1184
1184
|
|
|
1185
|
-
declare const _default$
|
|
1185
|
+
declare const _default$P: React$1.NamedExoticComponent<BadgeProps>;
|
|
1186
1186
|
|
|
1187
1187
|
type ItemCardVariants = 'neutral' | 'transparent' | 'transparent20';
|
|
1188
1188
|
type ItemCardProps = React$1.ComponentPropsWithoutRef<'div'> & {
|
|
@@ -1190,7 +1190,7 @@ type ItemCardProps = React$1.ComponentPropsWithoutRef<'div'> & {
|
|
|
1190
1190
|
size?: 'M' | 'M4' | 'M45';
|
|
1191
1191
|
};
|
|
1192
1192
|
|
|
1193
|
-
declare const _default$
|
|
1193
|
+
declare const _default$O: React$1.NamedExoticComponent<ItemCardProps>;
|
|
1194
1194
|
|
|
1195
1195
|
type AppHeaderProps = {
|
|
1196
1196
|
fullwidth?: boolean;
|
|
@@ -1504,8 +1504,8 @@ type ChartData<T = ChartType> = T extends 'area' ? {
|
|
|
1504
1504
|
strokeColor?: string;
|
|
1505
1505
|
fillColor?: string;
|
|
1506
1506
|
data: {
|
|
1507
|
-
|
|
1508
|
-
|
|
1507
|
+
label: string;
|
|
1508
|
+
tooltip?: string;
|
|
1509
1509
|
dotBorderColor?: string;
|
|
1510
1510
|
value: number;
|
|
1511
1511
|
}[];
|
|
@@ -1516,12 +1516,27 @@ type ChartData<T = ChartType> = T extends 'area' ? {
|
|
|
1516
1516
|
labels: Record<string, string>;
|
|
1517
1517
|
fillColor?: string;
|
|
1518
1518
|
data: {
|
|
1519
|
-
[key: string]: string | number
|
|
1520
|
-
|
|
1519
|
+
[key: string]: string | number;
|
|
1520
|
+
label: string;
|
|
1521
1521
|
}[];
|
|
1522
1522
|
yAxisLabels: string[];
|
|
1523
1523
|
};
|
|
1524
1524
|
|
|
1525
|
+
type Tariff = {
|
|
1526
|
+
id: string;
|
|
1527
|
+
label: string;
|
|
1528
|
+
priceAfterDiscount: number;
|
|
1529
|
+
priceAfterAdditionalDiscount: number;
|
|
1530
|
+
priceBase: number;
|
|
1531
|
+
description: string;
|
|
1532
|
+
isMostPopular?: boolean;
|
|
1533
|
+
percentDiscount?: number;
|
|
1534
|
+
advantagesList: {
|
|
1535
|
+
id: string;
|
|
1536
|
+
label: string;
|
|
1537
|
+
}[];
|
|
1538
|
+
};
|
|
1539
|
+
|
|
1525
1540
|
declare enum ConditionRulesType {
|
|
1526
1541
|
IS = "is"
|
|
1527
1542
|
}
|
|
@@ -1543,6 +1558,7 @@ declare enum OnBoardingScreenOptions {
|
|
|
1543
1558
|
START = "START",
|
|
1544
1559
|
MULTI_SELECT = "MULTI_SELECT",
|
|
1545
1560
|
SINGLE_SELECT = "SINGLE_SELECT",
|
|
1561
|
+
SINGLE_IMAGE_SELECT = "SINGLE_IMAGE_SELECT",
|
|
1546
1562
|
INFO = "INFO",
|
|
1547
1563
|
LOADER = "LOADER",
|
|
1548
1564
|
REVIEWS = "REVIEWS",
|
|
@@ -1559,6 +1575,9 @@ type OnBoardingScreenOptionType = {
|
|
|
1559
1575
|
isDefault?: boolean;
|
|
1560
1576
|
filtrationAnswerId?: string;
|
|
1561
1577
|
};
|
|
1578
|
+
type OnBoardingScreenOptionWithImageType = OnBoardingScreenOptionType & {
|
|
1579
|
+
image?: ResponseFileType | null;
|
|
1580
|
+
};
|
|
1562
1581
|
type OnBoardingScreenButtonType = {
|
|
1563
1582
|
buttonText?: string | null;
|
|
1564
1583
|
buttonColor?: string | null;
|
|
@@ -1625,8 +1644,13 @@ type OnBoardingMultiSelectScreenType = OnBoardingBaseScreenType & OnBoardingScre
|
|
|
1625
1644
|
options: OnBoardingScreenOptionType[];
|
|
1626
1645
|
};
|
|
1627
1646
|
type OnBoardingSingleSelectScreenType = OnBoardingBaseScreenType & OnBoardingScreenDescriptionType & {
|
|
1647
|
+
legalText?: string;
|
|
1628
1648
|
options: OnBoardingScreenOptionType[];
|
|
1629
1649
|
};
|
|
1650
|
+
type OnBoardingSingleImageSelectScreenType = OnBoardingBaseScreenType & OnBoardingScreenDescriptionType & {
|
|
1651
|
+
legalText?: string;
|
|
1652
|
+
options: OnBoardingScreenOptionWithImageType[];
|
|
1653
|
+
};
|
|
1630
1654
|
type OnBoardingLoaderScreenType = OnBoardingBaseScreenType & {
|
|
1631
1655
|
title?: string | null;
|
|
1632
1656
|
additionalText?: string;
|
|
@@ -1664,14 +1688,17 @@ type OnBoardingConfirmScreenType = OnBoardingBaseScreenType & OnBoardingScreenBu
|
|
|
1664
1688
|
type OnBoardingPaywallScreenType = OnBoardingBaseScreenType & OnBoardingScreenButtonType & OnBoardingScreenTranslationsType & OnBoardingScreenErrorsType & {
|
|
1665
1689
|
title: string;
|
|
1666
1690
|
description?: string;
|
|
1691
|
+
tariffs: Tariff[];
|
|
1692
|
+
percentDiscount: number;
|
|
1693
|
+
additionalDiscount?: number;
|
|
1667
1694
|
};
|
|
1668
1695
|
type OnBoardingCompareScreenType = OnBoardingBaseScreenType & OnBoardingScreenButtonType & OnBoardingScreenTranslationsType & OnBoardingScreenErrorsType & {
|
|
1669
1696
|
title: string;
|
|
1670
1697
|
description?: string;
|
|
1671
1698
|
otherPlatformsTitle?: string;
|
|
1672
|
-
|
|
1699
|
+
listItems: {
|
|
1673
1700
|
id: string;
|
|
1674
|
-
|
|
1701
|
+
label: string;
|
|
1675
1702
|
hasInMindly: boolean;
|
|
1676
1703
|
hasInCompetitors: boolean;
|
|
1677
1704
|
}[];
|
|
@@ -1968,7 +1995,8 @@ type AutoComplete<T extends string> = T | (string & {});
|
|
|
1968
1995
|
|
|
1969
1996
|
declare enum ListBoxSelectionType {
|
|
1970
1997
|
Checkbox = "checkbox",
|
|
1971
|
-
Radio = "radio"
|
|
1998
|
+
Radio = "radio",
|
|
1999
|
+
Image = "image"
|
|
1972
2000
|
}
|
|
1973
2001
|
type VariantType = 'default' | 'blue';
|
|
1974
2002
|
type ListBoxProps<T> = AriaListBoxProps<T> & {
|
|
@@ -1976,11 +2004,17 @@ type ListBoxProps<T> = AriaListBoxProps<T> & {
|
|
|
1976
2004
|
enableSelection?: boolean;
|
|
1977
2005
|
selectedIconProps?: IconProps$D;
|
|
1978
2006
|
selectionPosition?: 'start' | 'end';
|
|
2007
|
+
selectionImageClassNames?: {
|
|
2008
|
+
label?: string;
|
|
2009
|
+
arrowIcon?: string;
|
|
2010
|
+
bottomContainer?: string;
|
|
2011
|
+
} | null;
|
|
1979
2012
|
className?: string;
|
|
1980
2013
|
variant?: VariantType;
|
|
2014
|
+
image?: ResponseFileType;
|
|
1981
2015
|
};
|
|
1982
2016
|
|
|
1983
|
-
declare function ListBox<T extends Record<string, unknown>>({ selectedIconProps, type, selectionPosition, enableSelection, className, variant, ...props }: ListBoxProps<T>): JSX.Element;
|
|
2017
|
+
declare function ListBox<T extends Record<string, unknown>>({ selectedIconProps, type, selectionPosition, enableSelection, className, selectionImageClassNames, variant, ...props }: ListBoxProps<T>): JSX.Element;
|
|
1984
2018
|
|
|
1985
2019
|
type ListOptionsProps = {
|
|
1986
2020
|
item: Node<unknown>;
|
|
@@ -1993,6 +2027,12 @@ type ListOptionsProps = {
|
|
|
1993
2027
|
selectionPosition?: 'start' | 'end';
|
|
1994
2028
|
enableSelection?: boolean;
|
|
1995
2029
|
variant?: VariantType;
|
|
2030
|
+
image?: ResponseFileType | null;
|
|
2031
|
+
selectionImageClassNames?: {
|
|
2032
|
+
label?: string;
|
|
2033
|
+
arrowIcon?: string;
|
|
2034
|
+
bottomContainer?: string;
|
|
2035
|
+
} | null;
|
|
1996
2036
|
};
|
|
1997
2037
|
type ListBoxItemProps = {
|
|
1998
2038
|
icon?: React$1.ReactNode;
|
|
@@ -2002,9 +2042,15 @@ type ListBoxItemProps = {
|
|
|
2002
2042
|
value?: string;
|
|
2003
2043
|
children: React$1.ReactNode;
|
|
2004
2044
|
className?: string;
|
|
2045
|
+
sselectionImageClassNames?: {
|
|
2046
|
+
label?: string;
|
|
2047
|
+
arrowIcon?: string;
|
|
2048
|
+
bottomContainer?: string;
|
|
2049
|
+
} | null;
|
|
2005
2050
|
customContent?: boolean;
|
|
2006
2051
|
onClick?: HTMLIonItemElement['onclick'];
|
|
2007
2052
|
variant?: VariantType;
|
|
2053
|
+
image?: ResponseFileType | null;
|
|
2008
2054
|
};
|
|
2009
2055
|
|
|
2010
2056
|
declare const ListOption: React$1.ForwardRefExoticComponent<ListOptionsProps & React$1.RefAttributes<HTMLIonItemElement>>;
|
|
@@ -2053,7 +2099,7 @@ interface TextareaV2Props extends Omit<JSX$1.IonTextarea, 'color' | 'enterkeyhin
|
|
|
2053
2099
|
onKeyPress?: (e: KeyboardEvent<HTMLIonTextareaElement>) => void;
|
|
2054
2100
|
}
|
|
2055
2101
|
|
|
2056
|
-
declare const _default$
|
|
2102
|
+
declare const _default$N: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<TextareaV2Props & React__default.RefAttributes<HTMLIonTextareaElement>>>;
|
|
2057
2103
|
|
|
2058
2104
|
type RatingProps = {
|
|
2059
2105
|
initialRating?: number;
|
|
@@ -2065,7 +2111,7 @@ type RatingProps = {
|
|
|
2065
2111
|
readonly?: boolean;
|
|
2066
2112
|
} & RatingComponentProps;
|
|
2067
2113
|
|
|
2068
|
-
declare const _default$
|
|
2114
|
+
declare const _default$M: React__default.NamedExoticComponent<RatingProps>;
|
|
2069
2115
|
|
|
2070
2116
|
declare const RatingCircleWrapper: FC<CircleRatingComponentProps & {
|
|
2071
2117
|
t: WithTranslation['t'] | any;
|
|
@@ -2079,7 +2125,7 @@ type IconButtonProps = {
|
|
|
2079
2125
|
fill?: 'clear' | 'filled';
|
|
2080
2126
|
type?: 'button' | 'submit' | 'reset';
|
|
2081
2127
|
};
|
|
2082
|
-
declare const _default$
|
|
2128
|
+
declare const _default$L: React__default.NamedExoticComponent<IconButtonProps>;
|
|
2083
2129
|
|
|
2084
2130
|
type ToastProviderProps = ToastStateProps;
|
|
2085
2131
|
type MindlyToastProps = {
|
|
@@ -2125,17 +2171,17 @@ type ProgressBar_v2Props = {
|
|
|
2125
2171
|
animationDuration?: number;
|
|
2126
2172
|
onProgressEnd?: () => void;
|
|
2127
2173
|
};
|
|
2128
|
-
declare const _default$
|
|
2174
|
+
declare const _default$K: React__default.NamedExoticComponent<ProgressBar_v2Props>;
|
|
2129
2175
|
|
|
2130
2176
|
type LoadingProps = {
|
|
2131
2177
|
isOpen: boolean;
|
|
2132
2178
|
};
|
|
2133
|
-
declare const _default$
|
|
2179
|
+
declare const _default$J: React__default.NamedExoticComponent<LoadingProps>;
|
|
2134
2180
|
|
|
2135
2181
|
type ListItemsProps = React$1.HTMLAttributes<HTMLIonListElement> & {
|
|
2136
2182
|
withBorders?: boolean;
|
|
2137
2183
|
};
|
|
2138
|
-
declare const _default$
|
|
2184
|
+
declare const _default$I: React$1.NamedExoticComponent<ListItemsProps>;
|
|
2139
2185
|
|
|
2140
2186
|
type ItemProps = React$1.HTMLAttributes<HTMLIonItemElement> & {
|
|
2141
2187
|
leftContent?: React$1.ReactNode;
|
|
@@ -2147,7 +2193,7 @@ type ItemProps = React$1.HTMLAttributes<HTMLIonItemElement> & {
|
|
|
2147
2193
|
isError?: boolean;
|
|
2148
2194
|
status?: 'error' | 'attention';
|
|
2149
2195
|
};
|
|
2150
|
-
declare const _default$
|
|
2196
|
+
declare const _default$H: React$1.NamedExoticComponent<ItemProps>;
|
|
2151
2197
|
|
|
2152
2198
|
declare enum VariantEnum {
|
|
2153
2199
|
default = "default",
|
|
@@ -2174,7 +2220,7 @@ type VideoMethods = {
|
|
|
2174
2220
|
play(): void;
|
|
2175
2221
|
};
|
|
2176
2222
|
type VideoRef = HTMLVideoElement | VideoMethods;
|
|
2177
|
-
declare const _default$
|
|
2223
|
+
declare const _default$G: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<VideoProps & {
|
|
2178
2224
|
children?: React__default.ReactNode;
|
|
2179
2225
|
} & React__default.RefAttributes<VideoRef>>>;
|
|
2180
2226
|
|
|
@@ -2291,15 +2337,15 @@ type MatchProgressProps = {
|
|
|
2291
2337
|
className?: string;
|
|
2292
2338
|
percentMatch: number;
|
|
2293
2339
|
};
|
|
2294
|
-
declare const _default$
|
|
2340
|
+
declare const _default$F: React__default.NamedExoticComponent<React__default.PropsWithChildren<MatchProgressProps>>;
|
|
2295
2341
|
|
|
2296
2342
|
interface Props$7 {
|
|
2297
2343
|
className?: string;
|
|
2298
2344
|
title: string;
|
|
2299
2345
|
}
|
|
2300
|
-
declare const _default$
|
|
2346
|
+
declare const _default$E: React__default.NamedExoticComponent<React__default.PropsWithChildren<Props$7>>;
|
|
2301
2347
|
|
|
2302
|
-
declare const _default$
|
|
2348
|
+
declare const _default$D: React__default.NamedExoticComponent<React__default.PropsWithChildren<React__default.HTMLAttributes<HTMLButtonElement>>>;
|
|
2303
2349
|
|
|
2304
2350
|
type Props$6 = {
|
|
2305
2351
|
className?: string;
|
|
@@ -2878,6 +2924,14 @@ declare const IconGlobe: React$1.FC<IconProps$D>;
|
|
|
2878
2924
|
|
|
2879
2925
|
declare const IconAppStoreRating: React$1.FC<IconProps$D>;
|
|
2880
2926
|
|
|
2927
|
+
declare const IconCompare: React$1.FC<IconProps$D>;
|
|
2928
|
+
|
|
2929
|
+
declare const IconChart: React$1.FC<IconProps$D>;
|
|
2930
|
+
|
|
2931
|
+
declare const IconPaywall: React$1.FC<IconProps$D>;
|
|
2932
|
+
|
|
2933
|
+
declare const IconRadioPartial: FC<IconProps$D>;
|
|
2934
|
+
|
|
2881
2935
|
declare const formatByDigits: (value: number) => string;
|
|
2882
2936
|
declare const roundToPrecision: (value: number, decimals?: number) => number;
|
|
2883
2937
|
declare const getDateLocale: (locale: string) => Locale;
|
|
@@ -2966,9 +3020,9 @@ type SlotsGridItemProps = {
|
|
|
2966
3020
|
onSelectionChange: () => void;
|
|
2967
3021
|
};
|
|
2968
3022
|
|
|
2969
|
-
declare const _default$
|
|
3023
|
+
declare const _default$C: React__default.NamedExoticComponent<SlotsGridProps>;
|
|
2970
3024
|
|
|
2971
|
-
declare const _default$
|
|
3025
|
+
declare const _default$B: React$1.NamedExoticComponent<SlotsGridItemProps>;
|
|
2972
3026
|
|
|
2973
3027
|
type PushNotificationsModalProps = {
|
|
2974
3028
|
onApplyPermission: () => void;
|
|
@@ -3082,23 +3136,23 @@ type ShareModalFeatureProps = {
|
|
|
3082
3136
|
};
|
|
3083
3137
|
declare const ShareModalFeature: FC<ShareModalFeatureProps>;
|
|
3084
3138
|
|
|
3085
|
-
declare const _default$
|
|
3139
|
+
declare const _default$A: React__default.NamedExoticComponent<SpecialistPaymentConsultationDetailsType & TranslationType>;
|
|
3086
3140
|
|
|
3087
|
-
declare const _default$
|
|
3141
|
+
declare const _default$z: React__default.NamedExoticComponent<SpecialistPaymentCardProps & TranslationType>;
|
|
3088
3142
|
|
|
3089
3143
|
type SpecialistPaymentCommonCardSkeletonType = {
|
|
3090
3144
|
className?: string;
|
|
3091
3145
|
};
|
|
3092
3146
|
declare const SpecialistPaymentCommonCardSkeleton: (props: SpecialistPaymentCommonCardSkeletonType) => JSX.Element;
|
|
3093
3147
|
|
|
3094
|
-
declare const _default$
|
|
3148
|
+
declare const _default$y: React__default.NamedExoticComponent<SpecialistPaymentConsultationsProps & TranslationType>;
|
|
3095
3149
|
|
|
3096
3150
|
type ConsultationsListProps = {
|
|
3097
3151
|
consultations: SpecialistConsultation[];
|
|
3098
3152
|
locale?: string;
|
|
3099
3153
|
consultationClick?: (consultation: SpecialistConsultation) => void;
|
|
3100
3154
|
};
|
|
3101
|
-
declare const _default$
|
|
3155
|
+
declare const _default$x: React__default.NamedExoticComponent<ConsultationsListProps>;
|
|
3102
3156
|
|
|
3103
3157
|
type ConsultationsListSkeletonType = {
|
|
3104
3158
|
className?: string;
|
|
@@ -3113,9 +3167,9 @@ type CalendarPickerFeatureProps = {
|
|
|
3113
3167
|
dateCallback: (date: Date) => void;
|
|
3114
3168
|
lastDate: Date;
|
|
3115
3169
|
};
|
|
3116
|
-
declare const _default$
|
|
3170
|
+
declare const _default$w: React__default.NamedExoticComponent<CalendarPickerFeatureProps & TranslationType>;
|
|
3117
3171
|
|
|
3118
|
-
declare const _default$
|
|
3172
|
+
declare const _default$v: React__default.NamedExoticComponent<PaymentCalendarFeatureProps & TranslationType>;
|
|
3119
3173
|
|
|
3120
3174
|
type GoogleCalendarModalFeatureProps = {
|
|
3121
3175
|
isOpen: boolean;
|
|
@@ -3130,7 +3184,7 @@ type GoogleCalendarModalFeatureProps = {
|
|
|
3130
3184
|
declare function GoogleCalendarModalFeature({ status, isOpen, onSync, isLoading, presentingElement, imageUrl, onDidDismiss, t, }: GoogleCalendarModalFeatureProps): JSX.Element;
|
|
3131
3185
|
|
|
3132
3186
|
type ReviewCardFeatureVariantType = 'default' | 'outlined' | 'full' | 'store';
|
|
3133
|
-
declare const _default$
|
|
3187
|
+
declare const _default$u: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
|
|
3134
3188
|
avatarSrc?: string | undefined;
|
|
3135
3189
|
name: string;
|
|
3136
3190
|
date: number;
|
|
@@ -3231,7 +3285,7 @@ type ScreenInputFormFeatureProps = {
|
|
|
3231
3285
|
icon?: ReactNode | string;
|
|
3232
3286
|
isKeyboardShown?: boolean;
|
|
3233
3287
|
};
|
|
3234
|
-
declare const _default$
|
|
3288
|
+
declare const _default$t: React__default.NamedExoticComponent<ScreenInputFormFeatureProps>;
|
|
3235
3289
|
|
|
3236
3290
|
type SelectionType = {
|
|
3237
3291
|
value: any;
|
|
@@ -3249,7 +3303,7 @@ type SpecialistDrumPickerWidgetProps = {
|
|
|
3249
3303
|
onTouchStart?: () => void;
|
|
3250
3304
|
onTouchEnd?: () => void;
|
|
3251
3305
|
};
|
|
3252
|
-
declare const _default$
|
|
3306
|
+
declare const _default$s: React__default.NamedExoticComponent<SpecialistDrumPickerWidgetProps>;
|
|
3253
3307
|
|
|
3254
3308
|
type TextAreaFormFeatureProps = {
|
|
3255
3309
|
title?: string;
|
|
@@ -3265,7 +3319,7 @@ type TextAreaFormFeatureProps = {
|
|
|
3265
3319
|
maxlength?: number;
|
|
3266
3320
|
HeaderComponent?: FC;
|
|
3267
3321
|
};
|
|
3268
|
-
declare const _default$
|
|
3322
|
+
declare const _default$r: React__default.NamedExoticComponent<TextAreaFormFeatureProps>;
|
|
3269
3323
|
|
|
3270
3324
|
type AcceptAgreementFeatureProps = {
|
|
3271
3325
|
isAccepted: boolean;
|
|
@@ -3286,7 +3340,7 @@ type SelectWithSearchFormFeatureProps = {
|
|
|
3286
3340
|
otherText?: string;
|
|
3287
3341
|
buttonLabel?: string;
|
|
3288
3342
|
} & WithTranslation;
|
|
3289
|
-
declare const _default$
|
|
3343
|
+
declare const _default$q: React__default.NamedExoticComponent<SelectWithSearchFormFeatureProps>;
|
|
3290
3344
|
|
|
3291
3345
|
type MarkdownContainerFeatureProps = {
|
|
3292
3346
|
children?: string | null;
|
|
@@ -3294,25 +3348,26 @@ type MarkdownContainerFeatureProps = {
|
|
|
3294
3348
|
className?: string;
|
|
3295
3349
|
forceBlock?: boolean;
|
|
3296
3350
|
};
|
|
3297
|
-
declare const _default$
|
|
3351
|
+
declare const _default$p: React__default.NamedExoticComponent<MarkdownContainerFeatureProps>;
|
|
3298
3352
|
|
|
3299
|
-
declare const _default$
|
|
3353
|
+
declare const _default$o: React__default.NamedExoticComponent<OnBoardingStartScreenType>;
|
|
3300
3354
|
|
|
3301
|
-
declare const _default$
|
|
3355
|
+
declare const _default$n: React__default.NamedExoticComponent<OnBoardingInfoScreenType>;
|
|
3302
3356
|
|
|
3303
3357
|
type OnBoardingMultiSelectionScreenPreviewFeatureProps = {
|
|
3304
3358
|
onChange?: (value: string[]) => void;
|
|
3305
3359
|
defaultValues?: string[];
|
|
3306
3360
|
variant?: OnboardingVariant;
|
|
3307
3361
|
} & OnBoardingMultiSelectScreenType;
|
|
3308
|
-
declare const _default$
|
|
3362
|
+
declare const _default$m: React__default.NamedExoticComponent<OnBoardingMultiSelectionScreenPreviewFeatureProps>;
|
|
3309
3363
|
|
|
3310
3364
|
type OnBoardingSingleSelectionScreenPreviewFeatureProps = {
|
|
3311
3365
|
onChange?: (value: string) => void;
|
|
3312
3366
|
defaultValues?: string[];
|
|
3313
3367
|
variant?: OnboardingVariant;
|
|
3314
|
-
|
|
3315
|
-
|
|
3368
|
+
template?: 'radio' | 'image';
|
|
3369
|
+
} & OnBoardingSingleSelectScreenType & OnBoardingSingleImageSelectScreenType;
|
|
3370
|
+
declare const _default$l: React__default.NamedExoticComponent<OnBoardingSingleSelectionScreenPreviewFeatureProps>;
|
|
3316
3371
|
|
|
3317
3372
|
declare const OnBoardingLoaderScreenPreviewFeature: FC<OnBoardingLoaderScreenType & {
|
|
3318
3373
|
t?: WithTranslation['t'];
|
|
@@ -3328,29 +3383,29 @@ type OnBoardingProgressFeatureProps = {
|
|
|
3328
3383
|
startAdornment?: React__default.ReactNode;
|
|
3329
3384
|
variant?: OnboardingVariant;
|
|
3330
3385
|
};
|
|
3331
|
-
declare const _default$
|
|
3386
|
+
declare const _default$k: React__default.NamedExoticComponent<OnBoardingProgressFeatureProps>;
|
|
3332
3387
|
|
|
3333
|
-
declare const _default$
|
|
3388
|
+
declare const _default$j: React__default.NamedExoticComponent<OnBoardingReviewsScreenType>;
|
|
3334
3389
|
|
|
3335
|
-
declare const _default$
|
|
3390
|
+
declare const _default$i: React__default.NamedExoticComponent<OnBoardingEmailScreenType>;
|
|
3336
3391
|
|
|
3337
|
-
declare const _default$
|
|
3392
|
+
declare const _default$h: React__default.NamedExoticComponent<OnBoardingConfirmScreenType>;
|
|
3338
3393
|
|
|
3339
3394
|
type OnBoardingPaywallScreenPreviewFeatureProps$1 = {
|
|
3340
3395
|
variant?: OnboardingVariant;
|
|
3341
3396
|
className?: string;
|
|
3342
3397
|
titleClassName?: string;
|
|
3343
3398
|
} & OnBoardingCompareScreenType;
|
|
3344
|
-
declare const
|
|
3399
|
+
declare const OnBoardingCompareScreenPreviewFeature: FC<OnBoardingPaywallScreenPreviewFeatureProps$1>;
|
|
3345
3400
|
|
|
3346
3401
|
type OnBoardingPaywallScreenPreviewFeatureProps = {
|
|
3347
3402
|
variant?: OnboardingVariant;
|
|
3348
3403
|
specialists: Specialist[];
|
|
3349
3404
|
reviews: MindlyReview[];
|
|
3350
|
-
|
|
3351
|
-
|
|
3405
|
+
locale?: string;
|
|
3406
|
+
useAdditionalDiscount?: boolean;
|
|
3352
3407
|
} & OnBoardingPaywallScreenType;
|
|
3353
|
-
declare const
|
|
3408
|
+
declare const OnBoardingPaywallScreenPreviewFeature: FC<OnBoardingPaywallScreenPreviewFeatureProps>;
|
|
3354
3409
|
|
|
3355
3410
|
type OnBoardingChartScreenPreviewFeatureProps = {
|
|
3356
3411
|
className?: string;
|
|
@@ -3358,7 +3413,7 @@ type OnBoardingChartScreenPreviewFeatureProps = {
|
|
|
3358
3413
|
isPreview?: boolean;
|
|
3359
3414
|
variant?: OnboardingVariant;
|
|
3360
3415
|
} & OnBoardingChartScreenType;
|
|
3361
|
-
declare const
|
|
3416
|
+
declare const OnBoardingChartScreenPreviewFeature: FC<OnBoardingChartScreenPreviewFeatureProps>;
|
|
3362
3417
|
|
|
3363
3418
|
type SpecialistAreaByMatch = {
|
|
3364
3419
|
text: string;
|
|
@@ -3698,20 +3753,21 @@ declare const MindlyReviewFeature: React__default.FC<MindlyReviewFeatureProps>;
|
|
|
3698
3753
|
type TariffFeatureProps = {
|
|
3699
3754
|
className?: string;
|
|
3700
3755
|
t?: WithTranslation['t'];
|
|
3701
|
-
|
|
3756
|
+
label: string;
|
|
3702
3757
|
priceBefore?: number;
|
|
3703
3758
|
price: number;
|
|
3704
|
-
|
|
3759
|
+
locale?: string;
|
|
3705
3760
|
id: string;
|
|
3706
3761
|
isSelected: boolean;
|
|
3707
|
-
|
|
3762
|
+
badge?: string;
|
|
3708
3763
|
variant: VariantEnum;
|
|
3709
3764
|
description?: string;
|
|
3710
3765
|
advantagesList?: {
|
|
3711
3766
|
id: string;
|
|
3712
|
-
|
|
3767
|
+
label: string;
|
|
3713
3768
|
}[];
|
|
3714
3769
|
initialIsInfoOpen?: boolean;
|
|
3770
|
+
isPreview?: boolean;
|
|
3715
3771
|
onSelect(id: string): void;
|
|
3716
3772
|
};
|
|
3717
3773
|
|
|
@@ -4306,4 +4362,4 @@ type SpecialistPreviewWidgetProps = {
|
|
|
4306
4362
|
|
|
4307
4363
|
declare const _default: React__default.NamedExoticComponent<SpecialistPreviewWidgetProps>;
|
|
4308
4364
|
|
|
4309
|
-
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, 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, OnBoardingScreenOptions, OnBoardingScreenPasswordType, OnBoardingScreenPrivacyType, OnBoardingScreenSkipButtonType, OnBoardingScreenStyleOptions, OnBoardingScreenTranslationsType, OnBoardingScreensType, 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 };
|
|
4365
|
+
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 };
|