@mindly/ui-components 5.25.0 → 5.26.0
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 +4 -4
- package/dist/cjs/lib2/features/SpecialistInfoColumnFeature/SpecialistInfoColumnFeature.d.ts +13 -0
- package/dist/cjs/lib2/features/SpecialistInfoColumnFeature/SpecialistInfoColumnFeature.stories.d.ts +6 -0
- package/dist/cjs/lib2/features/SpecialistInfoColumnFeature/index.d.ts +1 -0
- package/dist/cjs/lib2/features/SpecialistShortInfoItemFeature/SpecialistShortInfoItemFeature.d.ts +12 -0
- package/dist/cjs/lib2/features/SpecialistShortInfoItemFeature/SpecialistShortInfoItemFeature.stories.d.ts +6 -0
- package/dist/cjs/lib2/features/SpecialistShortInfoItemFeature/index.d.ts +1 -0
- package/dist/cjs/lib2/features/index.d.ts +2 -0
- package/dist/cjs/lib2/shared/assets/icons/IconBookmarkOutlined.d.ts +7 -0
- package/dist/cjs/lib2/shared/assets/icons/IconMute.d.ts +7 -0
- package/dist/cjs/lib2/shared/assets/icons/IconUnmute.d.ts +7 -0
- package/dist/cjs/lib2/shared/assets/icons/index.d.ts +4 -0
- package/dist/cjs/lib2/shared/hooks/useCircleRating.d.ts +1 -1
- package/dist/cjs/lib2/shared/types/ratingCircleTypes.d.ts +1 -0
- package/dist/cjs/lib2/shared/ui/ListSimple/ListSimple.d.ts +6 -0
- package/dist/cjs/lib2/shared/ui/ListSimple/ListSimple.stories.d.ts +6 -0
- package/dist/cjs/lib2/shared/ui/ListSimple/index.d.ts +1 -0
- package/dist/cjs/lib2/shared/ui/Typography/types.d.ts +1 -0
- package/dist/cjs/lib2/shared/ui/Video/Video.d.ts +8 -0
- package/dist/cjs/lib2/shared/ui/Video/Video.stories.d.ts +6 -0
- package/dist/cjs/lib2/shared/ui/Video/index.d.ts +1 -0
- package/dist/cjs/lib2/shared/ui/index.d.ts +2 -0
- package/dist/cjs/lib2/widgets/SpecialistCardListWidget/SpecialistCardListWidget.d.ts +11 -0
- package/dist/cjs/lib2/widgets/SpecialistCardListWidget/SpecialistCardListWidget.stories.d.ts +6 -0
- package/dist/cjs/lib2/widgets/SpecialistCardListWidget/index.d.ts +1 -0
- package/dist/cjs/lib2/widgets/SpecialistCardWidget/SpecialistCardSkeleton.d.ts +2 -0
- package/dist/cjs/lib2/widgets/SpecialistCardWidget/SpecialistCardWidget.d.ts +3 -0
- package/dist/cjs/lib2/widgets/SpecialistCardWidget/SpecialistCardWidget.stories.d.ts +6 -0
- package/dist/cjs/lib2/widgets/SpecialistCardWidget/index.d.ts +1 -0
- package/dist/cjs/lib2/widgets/SpecialistCardWidget/types.d.ts +30 -0
- package/dist/cjs/lib2/widgets/index.d.ts +1 -0
- package/dist/esm/index.js +4 -4
- package/dist/esm/lib2/features/SpecialistInfoColumnFeature/SpecialistInfoColumnFeature.d.ts +13 -0
- package/dist/esm/lib2/features/SpecialistInfoColumnFeature/SpecialistInfoColumnFeature.stories.d.ts +6 -0
- package/dist/esm/lib2/features/SpecialistInfoColumnFeature/index.d.ts +1 -0
- package/dist/esm/lib2/features/SpecialistShortInfoItemFeature/SpecialistShortInfoItemFeature.d.ts +12 -0
- package/dist/esm/lib2/features/SpecialistShortInfoItemFeature/SpecialistShortInfoItemFeature.stories.d.ts +6 -0
- package/dist/esm/lib2/features/SpecialistShortInfoItemFeature/index.d.ts +1 -0
- package/dist/esm/lib2/features/index.d.ts +2 -0
- package/dist/esm/lib2/shared/assets/icons/IconBookmarkOutlined.d.ts +7 -0
- package/dist/esm/lib2/shared/assets/icons/IconMute.d.ts +7 -0
- package/dist/esm/lib2/shared/assets/icons/IconUnmute.d.ts +7 -0
- package/dist/esm/lib2/shared/assets/icons/index.d.ts +4 -0
- package/dist/esm/lib2/shared/hooks/useCircleRating.d.ts +1 -1
- package/dist/esm/lib2/shared/types/ratingCircleTypes.d.ts +1 -0
- package/dist/esm/lib2/shared/ui/ListSimple/ListSimple.d.ts +6 -0
- package/dist/esm/lib2/shared/ui/ListSimple/ListSimple.stories.d.ts +6 -0
- package/dist/esm/lib2/shared/ui/ListSimple/index.d.ts +1 -0
- package/dist/esm/lib2/shared/ui/Typography/types.d.ts +1 -0
- package/dist/esm/lib2/shared/ui/Video/Video.d.ts +8 -0
- package/dist/esm/lib2/shared/ui/Video/Video.stories.d.ts +6 -0
- package/dist/esm/lib2/shared/ui/Video/index.d.ts +1 -0
- package/dist/esm/lib2/shared/ui/index.d.ts +2 -0
- package/dist/esm/lib2/widgets/SpecialistCardListWidget/SpecialistCardListWidget.d.ts +11 -0
- package/dist/esm/lib2/widgets/SpecialistCardListWidget/SpecialistCardListWidget.stories.d.ts +6 -0
- package/dist/esm/lib2/widgets/SpecialistCardListWidget/index.d.ts +1 -0
- package/dist/esm/lib2/widgets/SpecialistCardWidget/SpecialistCardSkeleton.d.ts +2 -0
- package/dist/esm/lib2/widgets/SpecialistCardWidget/SpecialistCardWidget.d.ts +3 -0
- package/dist/esm/lib2/widgets/SpecialistCardWidget/SpecialistCardWidget.stories.d.ts +6 -0
- package/dist/esm/lib2/widgets/SpecialistCardWidget/index.d.ts +1 -0
- package/dist/esm/lib2/widgets/SpecialistCardWidget/types.d.ts +30 -0
- package/dist/esm/lib2/widgets/index.d.ts +1 -0
- package/dist/index.d.ts +162 -109
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -223,7 +223,7 @@ type LetterAvatarProps = {
|
|
|
223
223
|
fontSize?: number;
|
|
224
224
|
onClick?: () => void;
|
|
225
225
|
};
|
|
226
|
-
declare const _default$
|
|
226
|
+
declare const _default$S: React__default.NamedExoticComponent<LetterAvatarProps>;
|
|
227
227
|
|
|
228
228
|
type ImageWithFallbackProps = JSX.IntrinsicElements['img'] & {
|
|
229
229
|
onErrorContent: React__default.ReactElement;
|
|
@@ -235,7 +235,7 @@ type PersonDateTimeCardProps = {
|
|
|
235
235
|
name: string;
|
|
236
236
|
dateTime: Date;
|
|
237
237
|
};
|
|
238
|
-
declare const _default$
|
|
238
|
+
declare const _default$R: React__default.NamedExoticComponent<PersonDateTimeCardProps>;
|
|
239
239
|
|
|
240
240
|
type PsychologistProfileType = {
|
|
241
241
|
id: string;
|
|
@@ -401,7 +401,7 @@ type SelectImpressionEmojiProps = {
|
|
|
401
401
|
onChange?: (val: ImpressionEmojiEnum) => void;
|
|
402
402
|
};
|
|
403
403
|
|
|
404
|
-
declare const _default$
|
|
404
|
+
declare const _default$Q: React__default.NamedExoticComponent<SelectImpressionEmojiProps>;
|
|
405
405
|
|
|
406
406
|
interface FooterForBookingProps {
|
|
407
407
|
eventHandler: (props?: React__default.SyntheticEvent) => void;
|
|
@@ -433,7 +433,7 @@ type MediaPlayerProps<TCameraTrack extends Playable | undefined, TAudioTrack ext
|
|
|
433
433
|
showControls: boolean;
|
|
434
434
|
isScreenSharing?: boolean;
|
|
435
435
|
} & HTMLAttributes<HTMLDivElement>;
|
|
436
|
-
declare const _default$
|
|
436
|
+
declare const _default$P: <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;
|
|
437
437
|
|
|
438
438
|
type RoundButtonPropsType = {
|
|
439
439
|
disabled?: boolean;
|
|
@@ -459,7 +459,7 @@ type ChatListItemProps = {
|
|
|
459
459
|
lastMessageType?: 'text' | 'file' | 'image' | 'video' | 'system';
|
|
460
460
|
locale?: string;
|
|
461
461
|
};
|
|
462
|
-
declare const _default$
|
|
462
|
+
declare const _default$O: React__default.NamedExoticComponent<ChatListItemProps>;
|
|
463
463
|
|
|
464
464
|
type ChatMessageProps = {
|
|
465
465
|
message: string | File;
|
|
@@ -477,11 +477,11 @@ type ChatMessageProps = {
|
|
|
477
477
|
};
|
|
478
478
|
locale?: string;
|
|
479
479
|
};
|
|
480
|
-
declare const _default$
|
|
480
|
+
declare const _default$N: React__default.NamedExoticComponent<ChatMessageProps>;
|
|
481
481
|
|
|
482
482
|
declare const ChatMessageSkeleton: () => JSX.Element;
|
|
483
483
|
|
|
484
|
-
declare const _default$
|
|
484
|
+
declare const _default$M: React__default.MemoExoticComponent<() => JSX.Element>;
|
|
485
485
|
|
|
486
486
|
type EmptyChatList = {
|
|
487
487
|
title?: string;
|
|
@@ -491,7 +491,7 @@ type EmptyChatList = {
|
|
|
491
491
|
onClick?: () => void;
|
|
492
492
|
};
|
|
493
493
|
declare const EmptyChatList: FC<EmptyChatList>;
|
|
494
|
-
declare const _default$
|
|
494
|
+
declare const _default$L: React__default.NamedExoticComponent<EmptyChatList>;
|
|
495
495
|
|
|
496
496
|
type EmptyChatMessagesProps = {
|
|
497
497
|
title?: string;
|
|
@@ -515,7 +515,7 @@ type TextareaProps = {
|
|
|
515
515
|
onError?: (message: string) => void;
|
|
516
516
|
onFileSelect?: (file: File | null, type: 'file' | 'image' | 'video', fileInfo: FileInfoType) => void;
|
|
517
517
|
};
|
|
518
|
-
declare const _default$
|
|
518
|
+
declare const _default$K: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<TextareaProps & React__default.RefAttributes<HTMLIonFooterElement>>>;
|
|
519
519
|
|
|
520
520
|
type LouseConnectProps = {
|
|
521
521
|
onClick?: () => void;
|
|
@@ -594,7 +594,7 @@ type SpecialistEducationCardProps$1 = {
|
|
|
594
594
|
yearEnd?: number | null;
|
|
595
595
|
showLoader?: boolean;
|
|
596
596
|
};
|
|
597
|
-
declare const _default$
|
|
597
|
+
declare const _default$J: React__default.NamedExoticComponent<SpecialistEducationCardProps$1>;
|
|
598
598
|
|
|
599
599
|
type SpecialistProfileViewCardProps$1 = {
|
|
600
600
|
avatarLink?: string | null;
|
|
@@ -607,7 +607,7 @@ type SpecialistProfileViewCardProps$1 = {
|
|
|
607
607
|
videoLinkUrl?: string | null;
|
|
608
608
|
showLoader?: boolean;
|
|
609
609
|
} & React__default.DetailedHTMLProps<React__default.HTMLAttributes<HTMLDivElement>, HTMLDivElement>;
|
|
610
|
-
declare const _default$
|
|
610
|
+
declare const _default$I: React__default.NamedExoticComponent<SpecialistProfileViewCardProps$1>;
|
|
611
611
|
|
|
612
612
|
type SpecialistStatisticsCardProps$1 = {
|
|
613
613
|
activeClients?: number;
|
|
@@ -643,7 +643,7 @@ type VideoPlayerProps = {
|
|
|
643
643
|
closeModalHandler?: () => void;
|
|
644
644
|
onErrorContent: React__default.ReactElement;
|
|
645
645
|
} & JSX$1.IonModal;
|
|
646
|
-
declare const _default$
|
|
646
|
+
declare const _default$H: React__default.NamedExoticComponent<VideoPlayerProps>;
|
|
647
647
|
|
|
648
648
|
type NotSupportModalProps = {
|
|
649
649
|
closeModal?: () => void;
|
|
@@ -679,7 +679,7 @@ type VideoCallInfoProps = {
|
|
|
679
679
|
abbreviatedSeconds: string;
|
|
680
680
|
};
|
|
681
681
|
};
|
|
682
|
-
declare const _default$
|
|
682
|
+
declare const _default$G: React__default.NamedExoticComponent<VideoCallInfoProps>;
|
|
683
683
|
|
|
684
684
|
declare enum ConsultationCardType {
|
|
685
685
|
FEATURE = "feature",
|
|
@@ -714,14 +714,14 @@ type ConsultationCardProps = {
|
|
|
714
714
|
};
|
|
715
715
|
};
|
|
716
716
|
|
|
717
|
-
declare const _default$
|
|
717
|
+
declare const _default$F: React__default.NamedExoticComponent<ConsultationCardProps>;
|
|
718
718
|
|
|
719
719
|
type SignUpSessionButtonProps = {
|
|
720
720
|
label: string;
|
|
721
721
|
isLoading?: boolean;
|
|
722
722
|
onClick?: () => void;
|
|
723
723
|
};
|
|
724
|
-
declare const _default$
|
|
724
|
+
declare const _default$E: React__default.NamedExoticComponent<SignUpSessionButtonProps>;
|
|
725
725
|
|
|
726
726
|
type EmptyConsultationsProps = {
|
|
727
727
|
title: string;
|
|
@@ -729,7 +729,7 @@ type EmptyConsultationsProps = {
|
|
|
729
729
|
buttonLabel?: string;
|
|
730
730
|
onClick?: () => void;
|
|
731
731
|
};
|
|
732
|
-
declare const _default$
|
|
732
|
+
declare const _default$D: React__default.NamedExoticComponent<EmptyConsultationsProps>;
|
|
733
733
|
|
|
734
734
|
type ConsultationModalProps = {
|
|
735
735
|
isOpen: boolean;
|
|
@@ -764,7 +764,7 @@ type ConsultationModalProps = {
|
|
|
764
764
|
started?: string;
|
|
765
765
|
};
|
|
766
766
|
};
|
|
767
|
-
declare const _default$
|
|
767
|
+
declare const _default$C: React__default.NamedExoticComponent<ConsultationModalProps>;
|
|
768
768
|
|
|
769
769
|
type SpecialistData = {
|
|
770
770
|
id: string;
|
|
@@ -781,7 +781,7 @@ type SignUpSessionModalProps = {
|
|
|
781
781
|
title: string;
|
|
782
782
|
cancelBtnLabel: string;
|
|
783
783
|
};
|
|
784
|
-
declare const _default$
|
|
784
|
+
declare const _default$B: React__default.NamedExoticComponent<SignUpSessionModalProps>;
|
|
785
785
|
|
|
786
786
|
type ConsultationSpecialistCardProps = {
|
|
787
787
|
id: string;
|
|
@@ -792,7 +792,7 @@ type ConsultationSpecialistCardProps = {
|
|
|
792
792
|
onSignUp?: (id: string) => void;
|
|
793
793
|
signInBtnLabel: string;
|
|
794
794
|
};
|
|
795
|
-
declare const _default$
|
|
795
|
+
declare const _default$A: React__default.NamedExoticComponent<ConsultationSpecialistCardProps>;
|
|
796
796
|
|
|
797
797
|
type UserInfoModalProps = {
|
|
798
798
|
isOpen: boolean;
|
|
@@ -857,7 +857,7 @@ type ReScheduleProps = {
|
|
|
857
857
|
btnLabel: string;
|
|
858
858
|
};
|
|
859
859
|
};
|
|
860
|
-
declare const _default$
|
|
860
|
+
declare const _default$z: React__default.NamedExoticComponent<ReScheduleProps>;
|
|
861
861
|
|
|
862
862
|
type ReScheduleSuccessProps = {
|
|
863
863
|
name: string;
|
|
@@ -895,7 +895,7 @@ type DaySliderProps = JSX$1.IonSlides & HTMLAttributes<HTMLIonSlidesElement> & R
|
|
|
895
895
|
tomorrow?: string;
|
|
896
896
|
};
|
|
897
897
|
};
|
|
898
|
-
declare const _default$
|
|
898
|
+
declare const _default$y: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<Omit<DaySliderProps, "ref"> & React__default.RefAttributes<HTMLIonSlidesElement>>>;
|
|
899
899
|
|
|
900
900
|
type SpecialistWorkDirectionsPropsType = {
|
|
901
901
|
workDirections?: string[] | [];
|
|
@@ -904,7 +904,7 @@ type SpecialistWorkDirectionsPropsType = {
|
|
|
904
904
|
moreLabel?: string;
|
|
905
905
|
hideLabel?: string;
|
|
906
906
|
};
|
|
907
|
-
declare const _default$
|
|
907
|
+
declare const _default$x: React__default.NamedExoticComponent<SpecialistWorkDirectionsPropsType>;
|
|
908
908
|
|
|
909
909
|
type SpecialistProfileViewCardProps = {
|
|
910
910
|
videoLink?: string;
|
|
@@ -914,7 +914,7 @@ type SpecialistProfileViewCardProps = {
|
|
|
914
914
|
isLoading?: boolean;
|
|
915
915
|
videoDurationSeconds?: number;
|
|
916
916
|
};
|
|
917
|
-
declare const _default$
|
|
917
|
+
declare const _default$w: React__default.NamedExoticComponent<SpecialistProfileViewCardProps>;
|
|
918
918
|
|
|
919
919
|
type SpecialistAboutProps = {
|
|
920
920
|
text?: string;
|
|
@@ -923,7 +923,7 @@ type SpecialistAboutProps = {
|
|
|
923
923
|
moreLabel?: string;
|
|
924
924
|
hideLabel?: string;
|
|
925
925
|
};
|
|
926
|
-
declare const _default$
|
|
926
|
+
declare const _default$v: React__default.NamedExoticComponent<SpecialistAboutProps>;
|
|
927
927
|
|
|
928
928
|
type SpecialistEducationCardProps = {
|
|
929
929
|
institutionName?: string;
|
|
@@ -934,7 +934,7 @@ type SpecialistEducationCardProps = {
|
|
|
934
934
|
yearEnd?: number | null;
|
|
935
935
|
showLoader?: boolean;
|
|
936
936
|
};
|
|
937
|
-
declare const _default$
|
|
937
|
+
declare const _default$u: React__default.NamedExoticComponent<SpecialistEducationCardProps>;
|
|
938
938
|
|
|
939
939
|
type SpecialistStatisticsCardProps = {
|
|
940
940
|
trust?: boolean;
|
|
@@ -980,7 +980,7 @@ type BookingScheduleTimeProps = {
|
|
|
980
980
|
onClick?: (index: number, item: string) => void;
|
|
981
981
|
isLoading?: boolean;
|
|
982
982
|
};
|
|
983
|
-
declare const _default$
|
|
983
|
+
declare const _default$t: React__default.NamedExoticComponent<BookingScheduleTimeProps>;
|
|
984
984
|
|
|
985
985
|
type BookingSpecialistInfoProps = {
|
|
986
986
|
name: string;
|
|
@@ -989,7 +989,7 @@ type BookingSpecialistInfoProps = {
|
|
|
989
989
|
avatar?: string;
|
|
990
990
|
isLoading?: boolean;
|
|
991
991
|
};
|
|
992
|
-
declare const _default$
|
|
992
|
+
declare const _default$s: React__default.NamedExoticComponent<BookingSpecialistInfoProps>;
|
|
993
993
|
|
|
994
994
|
type SpecialistCardProps = {
|
|
995
995
|
fullName?: string;
|
|
@@ -1038,7 +1038,7 @@ type SpecialistCardProps = {
|
|
|
1038
1038
|
};
|
|
1039
1039
|
declare const SpecialistCard: React__default.FC<SpecialistCardProps>;
|
|
1040
1040
|
|
|
1041
|
-
declare const _default$
|
|
1041
|
+
declare const _default$r: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
|
|
1042
1042
|
isError?: boolean | undefined;
|
|
1043
1043
|
errorStyle?: "filled" | "unfilled" | undefined;
|
|
1044
1044
|
type?: "number" | "text" | "email" | undefined;
|
|
@@ -1062,11 +1062,11 @@ declare const PasswordInput: React__default.ForwardRefExoticComponent<{
|
|
|
1062
1062
|
error?: string | null | undefined;
|
|
1063
1063
|
} & Omit<React__default.InputHTMLAttributes<HTMLInputElement>, "type"> & React__default.RefAttributes<HTMLInputElement>>;
|
|
1064
1064
|
|
|
1065
|
-
declare const _default$
|
|
1065
|
+
declare const _default$q: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
|
|
1066
1066
|
isError?: boolean | undefined;
|
|
1067
1067
|
} & React__default.TextareaHTMLAttributes<HTMLTextAreaElement> & React__default.RefAttributes<HTMLTextAreaElement>>>;
|
|
1068
1068
|
|
|
1069
|
-
declare const _default$
|
|
1069
|
+
declare const _default$p: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
|
|
1070
1070
|
options: {
|
|
1071
1071
|
id: string | number;
|
|
1072
1072
|
label: string | number;
|
|
@@ -1098,7 +1098,7 @@ type CustomCheckboxProps = {
|
|
|
1098
1098
|
isCheckbox?: boolean;
|
|
1099
1099
|
onChange?: (e: ChangeEvent<HTMLInputElement>) => void;
|
|
1100
1100
|
};
|
|
1101
|
-
declare const _default$
|
|
1101
|
+
declare const _default$o: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<CustomCheckboxProps & React__default.RefAttributes<HTMLInputElement>>>;
|
|
1102
1102
|
|
|
1103
1103
|
type CheckboxListItem = {
|
|
1104
1104
|
id: ReactText;
|
|
@@ -1126,7 +1126,7 @@ type CheckboxListProps = {
|
|
|
1126
1126
|
from: string;
|
|
1127
1127
|
};
|
|
1128
1128
|
};
|
|
1129
|
-
declare const _default$
|
|
1129
|
+
declare const _default$n: React__default.NamedExoticComponent<CheckboxListProps>;
|
|
1130
1130
|
|
|
1131
1131
|
type BookingHeaderProps = {
|
|
1132
1132
|
title?: string;
|
|
@@ -1140,9 +1140,9 @@ type ProgressBarProps = {
|
|
|
1140
1140
|
progress: number;
|
|
1141
1141
|
loaderTitle?: string;
|
|
1142
1142
|
};
|
|
1143
|
-
declare const _default$
|
|
1143
|
+
declare const _default$m: React__default.NamedExoticComponent<ProgressBarProps>;
|
|
1144
1144
|
|
|
1145
|
-
declare const _default$
|
|
1145
|
+
declare const _default$l: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
|
|
1146
1146
|
title: string;
|
|
1147
1147
|
subTitle?: string | undefined;
|
|
1148
1148
|
isError?: boolean | undefined;
|
|
@@ -1173,7 +1173,7 @@ type FlagProps$1 = {
|
|
|
1173
1173
|
dimensions?: number;
|
|
1174
1174
|
className?: string;
|
|
1175
1175
|
};
|
|
1176
|
-
declare const _default$
|
|
1176
|
+
declare const _default$k: React__default.NamedExoticComponent<FlagProps$1>;
|
|
1177
1177
|
|
|
1178
1178
|
type SpecialistLangsProps = {
|
|
1179
1179
|
showLoader?: boolean;
|
|
@@ -1213,7 +1213,7 @@ type ProfileInformationProps = {
|
|
|
1213
1213
|
reviews: string[];
|
|
1214
1214
|
};
|
|
1215
1215
|
} & React__default.HTMLAttributes<HTMLDivElement>;
|
|
1216
|
-
declare const _default$
|
|
1216
|
+
declare const _default$j: React__default.NamedExoticComponent<ProfileInformationProps>;
|
|
1217
1217
|
|
|
1218
1218
|
type SpecialistMatchProps = {
|
|
1219
1219
|
specialistFirstName?: string;
|
|
@@ -1225,7 +1225,7 @@ type SpecialistMatchProps = {
|
|
|
1225
1225
|
howWeMatchThis: string;
|
|
1226
1226
|
};
|
|
1227
1227
|
} & React__default.HTMLAttributes<HTMLDivElement>;
|
|
1228
|
-
declare const _default$
|
|
1228
|
+
declare const _default$i: React__default.NamedExoticComponent<SpecialistMatchProps>;
|
|
1229
1229
|
|
|
1230
1230
|
type SpecialistStatisticProps = {
|
|
1231
1231
|
learnMoreClick: () => void;
|
|
@@ -1245,7 +1245,7 @@ type SpecialistStatisticProps = {
|
|
|
1245
1245
|
bookedSession: string;
|
|
1246
1246
|
};
|
|
1247
1247
|
} & React__default.HTMLAttributes<HTMLDivElement>;
|
|
1248
|
-
declare const _default$
|
|
1248
|
+
declare const _default$h: React__default.NamedExoticComponent<SpecialistStatisticProps>;
|
|
1249
1249
|
|
|
1250
1250
|
type RatingWithLabelProps = {
|
|
1251
1251
|
countOfReviews?: number;
|
|
@@ -1404,6 +1404,7 @@ declare enum TypographyVariantsEnum {
|
|
|
1404
1404
|
Text24Semi = "Text/24 Semi",
|
|
1405
1405
|
Text20Semi = "Text/20 Semi",
|
|
1406
1406
|
Text18Regular = "Text/18 Regular",
|
|
1407
|
+
Text18Semi = "Text/18 Semi",
|
|
1407
1408
|
Text16Semi = "Text/16 Semi",
|
|
1408
1409
|
Text16Regular = "Text/16 Regular",
|
|
1409
1410
|
Text15Semi = "Text/15 Semi",
|
|
@@ -1426,7 +1427,7 @@ type TypographyProps = {
|
|
|
1426
1427
|
className?: string;
|
|
1427
1428
|
children: React__default.ReactNode;
|
|
1428
1429
|
};
|
|
1429
|
-
declare const _default$
|
|
1430
|
+
declare const _default$g: React__default.NamedExoticComponent<TypographyProps>;
|
|
1430
1431
|
|
|
1431
1432
|
type AppFooterProps = {
|
|
1432
1433
|
children?: React__default.ReactNode;
|
|
@@ -1434,7 +1435,7 @@ type AppFooterProps = {
|
|
|
1434
1435
|
bottomSaveArea?: boolean;
|
|
1435
1436
|
borderTop?: boolean;
|
|
1436
1437
|
};
|
|
1437
|
-
declare const _default$
|
|
1438
|
+
declare const _default$f: React__default.NamedExoticComponent<AppFooterProps>;
|
|
1438
1439
|
|
|
1439
1440
|
type AvatarRoundVariants = 'circle' | 'drop';
|
|
1440
1441
|
|
|
@@ -1446,14 +1447,14 @@ type AvatarProps = {
|
|
|
1446
1447
|
alt?: string;
|
|
1447
1448
|
showSkeleton?: boolean;
|
|
1448
1449
|
};
|
|
1449
|
-
declare const _default$
|
|
1450
|
+
declare const _default$e: React__default.NamedExoticComponent<AvatarProps>;
|
|
1450
1451
|
|
|
1451
1452
|
type SkeletonProps = {
|
|
1452
1453
|
animated?: boolean;
|
|
1453
1454
|
className?: string;
|
|
1454
1455
|
style?: React__default.CSSProperties;
|
|
1455
1456
|
};
|
|
1456
|
-
declare const _default$
|
|
1457
|
+
declare const _default$d: React__default.NamedExoticComponent<SkeletonProps>;
|
|
1457
1458
|
|
|
1458
1459
|
type ButtonProps = {
|
|
1459
1460
|
fill?: 'outline' | 'clear';
|
|
@@ -1486,7 +1487,7 @@ type FlagProps = {
|
|
|
1486
1487
|
name: string;
|
|
1487
1488
|
className?: string;
|
|
1488
1489
|
};
|
|
1489
|
-
declare const _default$
|
|
1490
|
+
declare const _default$c: React__default.NamedExoticComponent<FlagProps>;
|
|
1490
1491
|
|
|
1491
1492
|
type PictureProps = {
|
|
1492
1493
|
width: number;
|
|
@@ -1501,7 +1502,7 @@ type PictureProps = {
|
|
|
1501
1502
|
alt?: string;
|
|
1502
1503
|
className?: string;
|
|
1503
1504
|
};
|
|
1504
|
-
declare const _default$
|
|
1505
|
+
declare const _default$b: React__default.NamedExoticComponent<PictureProps>;
|
|
1505
1506
|
|
|
1506
1507
|
type BadgeType = 'default' | 'accent';
|
|
1507
1508
|
type BadgeVariants = 'attention' | 'neutral' | 'success' | 'warning' | 'brand' | 'info';
|
|
@@ -1511,7 +1512,7 @@ type BadgeProps = React.ComponentPropsWithoutRef<'span'> & {
|
|
|
1511
1512
|
type?: BadgeType;
|
|
1512
1513
|
};
|
|
1513
1514
|
|
|
1514
|
-
declare const _default$
|
|
1515
|
+
declare const _default$a: React.NamedExoticComponent<BadgeProps>;
|
|
1515
1516
|
|
|
1516
1517
|
type ItemCardVariants = 'neutral' | 'transparent';
|
|
1517
1518
|
type ItemCardProps = React.ComponentPropsWithoutRef<'div'> & {
|
|
@@ -1519,7 +1520,7 @@ type ItemCardProps = React.ComponentPropsWithoutRef<'div'> & {
|
|
|
1519
1520
|
size?: 'M' | 'M4';
|
|
1520
1521
|
};
|
|
1521
1522
|
|
|
1522
|
-
declare const _default$
|
|
1523
|
+
declare const _default$9: React.NamedExoticComponent<ItemCardProps>;
|
|
1523
1524
|
|
|
1524
1525
|
type AppHeaderProps = {
|
|
1525
1526
|
fullwidth?: boolean;
|
|
@@ -1589,7 +1590,7 @@ interface TextareaV2Props extends Omit<JSX$1.IonTextarea, 'color' | 'enterkeyhin
|
|
|
1589
1590
|
className?: string;
|
|
1590
1591
|
}
|
|
1591
1592
|
|
|
1592
|
-
declare const _default$
|
|
1593
|
+
declare const _default$8: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<TextareaV2Props & React__default.RefAttributes<HTMLIonTextareaElement>>>;
|
|
1593
1594
|
|
|
1594
1595
|
type RatingProps = {
|
|
1595
1596
|
initialRating?: number;
|
|
@@ -1598,7 +1599,7 @@ type RatingProps = {
|
|
|
1598
1599
|
onHover?: (value: number) => void;
|
|
1599
1600
|
};
|
|
1600
1601
|
|
|
1601
|
-
declare const _default$
|
|
1602
|
+
declare const _default$7: React__default.NamedExoticComponent<RatingProps>;
|
|
1602
1603
|
|
|
1603
1604
|
declare enum CircleRatingSize {
|
|
1604
1605
|
'S' = "S",
|
|
@@ -1618,6 +1619,7 @@ type CircleRatingDataProps = {
|
|
|
1618
1619
|
size: keyof typeof CircleRatingSize;
|
|
1619
1620
|
maxValue: number;
|
|
1620
1621
|
isReverse?: boolean;
|
|
1622
|
+
isShowBreakPoints?: boolean;
|
|
1621
1623
|
};
|
|
1622
1624
|
type CircleRatingDataResult = {
|
|
1623
1625
|
circleSize: number;
|
|
@@ -1688,7 +1690,7 @@ type IconButtonProps = {
|
|
|
1688
1690
|
onClick?: (e: React__default.MouseEvent<HTMLIonButtonElement>) => void;
|
|
1689
1691
|
fill?: 'clear' | 'filled';
|
|
1690
1692
|
};
|
|
1691
|
-
declare const _default$
|
|
1693
|
+
declare const _default$6: React__default.NamedExoticComponent<IconButtonProps>;
|
|
1692
1694
|
|
|
1693
1695
|
type ToastProviderProps = ToastStateProps;
|
|
1694
1696
|
type MindlyToastProps = {
|
|
@@ -1726,17 +1728,17 @@ type ProgressBar_v2Props = {
|
|
|
1726
1728
|
progress: number;
|
|
1727
1729
|
className?: string;
|
|
1728
1730
|
};
|
|
1729
|
-
declare const _default$
|
|
1731
|
+
declare const _default$5: React__default.NamedExoticComponent<ProgressBar_v2Props>;
|
|
1730
1732
|
|
|
1731
1733
|
type LoadingProps = {
|
|
1732
1734
|
isOpen: boolean;
|
|
1733
1735
|
};
|
|
1734
|
-
declare const _default$
|
|
1736
|
+
declare const _default$4: React__default.NamedExoticComponent<LoadingProps>;
|
|
1735
1737
|
|
|
1736
1738
|
type ListItemsProps = React.HTMLAttributes<HTMLIonListElement> & {
|
|
1737
1739
|
withBorders?: boolean;
|
|
1738
1740
|
};
|
|
1739
|
-
declare const _default$
|
|
1741
|
+
declare const _default$3: React.NamedExoticComponent<ListItemsProps>;
|
|
1740
1742
|
|
|
1741
1743
|
type ItemProps = React.HTMLAttributes<HTMLIonItemElement> & {
|
|
1742
1744
|
leftContent?: React.ReactNode;
|
|
@@ -1744,7 +1746,19 @@ type ItemProps = React.HTMLAttributes<HTMLIonItemElement> & {
|
|
|
1744
1746
|
withBorders?: boolean;
|
|
1745
1747
|
isDisabled?: boolean;
|
|
1746
1748
|
};
|
|
1747
|
-
declare const _default$
|
|
1749
|
+
declare const _default$2: React.NamedExoticComponent<ItemProps>;
|
|
1750
|
+
|
|
1751
|
+
type VideoProps = {
|
|
1752
|
+
src: string;
|
|
1753
|
+
isMuted: boolean;
|
|
1754
|
+
onMuteToggle: () => void;
|
|
1755
|
+
};
|
|
1756
|
+
declare const _default$1: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<VideoProps & React__default.RefAttributes<HTMLVideoElement>>>;
|
|
1757
|
+
|
|
1758
|
+
type UlLiProps = {
|
|
1759
|
+
list: string[];
|
|
1760
|
+
};
|
|
1761
|
+
declare const ListSimple: FC<UlLiProps>;
|
|
1748
1762
|
|
|
1749
1763
|
declare enum appThemes {
|
|
1750
1764
|
client = "client",
|
|
@@ -1784,7 +1798,7 @@ declare function useToastContext(): ToastState<MindlyToastProps>;
|
|
|
1784
1798
|
|
|
1785
1799
|
declare const SIZES: SizeValues;
|
|
1786
1800
|
declare const BREAKPOINT_ICON_SIZE = 20;
|
|
1787
|
-
declare function useCircleRatingRenderData({ progress, size, maxValue, isReverse, }: CircleRatingDataProps): CircleRatingDataResult;
|
|
1801
|
+
declare function useCircleRatingRenderData({ progress, size, maxValue, isReverse, isShowBreakPoints, }: CircleRatingDataProps): CircleRatingDataResult;
|
|
1788
1802
|
declare function useRangeIndex({ progress, maxValue, ranges, isReverse }: ProgressRangeProps): number;
|
|
1789
1803
|
declare function getProgressForBreakPoint({ maxValue, breakPoint, }: {
|
|
1790
1804
|
maxValue: number;
|
|
@@ -1809,126 +1823,126 @@ declare function useRatingCircleBreakPoints({ ranges, maxValue, isReverse, }: {
|
|
|
1809
1823
|
}): number[];
|
|
1810
1824
|
declare function useRatingContext(): CircleRatingContextData;
|
|
1811
1825
|
|
|
1812
|
-
interface IconProps$
|
|
1826
|
+
interface IconProps$s extends React.SVGAttributes<SVGElement> {
|
|
1813
1827
|
size?: number | string;
|
|
1814
1828
|
color?: string;
|
|
1815
1829
|
}
|
|
1816
|
-
declare function IconArrowLeft({ color, size, ...other }: IconProps$
|
|
1830
|
+
declare function IconArrowLeft({ color, size, ...other }: IconProps$s): JSX.Element;
|
|
1817
1831
|
|
|
1818
|
-
interface IconProps$
|
|
1832
|
+
interface IconProps$r extends React.SVGAttributes<SVGElement> {
|
|
1819
1833
|
size?: number | string;
|
|
1820
1834
|
color?: string;
|
|
1821
1835
|
}
|
|
1822
|
-
declare function IconArrowRight({ color, size, ...other }: IconProps$
|
|
1836
|
+
declare function IconArrowRight({ color, size, ...other }: IconProps$r): JSX.Element;
|
|
1823
1837
|
|
|
1824
|
-
interface IconProps$
|
|
1838
|
+
interface IconProps$q extends React.SVGAttributes<SVGElement> {
|
|
1825
1839
|
size?: number | string;
|
|
1826
1840
|
color?: string;
|
|
1827
1841
|
}
|
|
1828
|
-
declare function IconBeachAccess({ color, size, ...other }: IconProps$
|
|
1842
|
+
declare function IconBeachAccess({ color, size, ...other }: IconProps$q): JSX.Element;
|
|
1829
1843
|
|
|
1830
|
-
interface IconProps$
|
|
1844
|
+
interface IconProps$p extends React.SVGAttributes<SVGElement> {
|
|
1831
1845
|
size?: number | string;
|
|
1832
1846
|
color?: string;
|
|
1833
1847
|
}
|
|
1834
|
-
declare function IconCalendar({ color, size, ...other }: IconProps$
|
|
1848
|
+
declare function IconCalendar({ color, size, ...other }: IconProps$p): JSX.Element;
|
|
1835
1849
|
|
|
1836
|
-
interface IconProps$
|
|
1850
|
+
interface IconProps$o extends React.SVGAttributes<SVGElement> {
|
|
1837
1851
|
size?: number | string;
|
|
1838
1852
|
color?: string;
|
|
1839
1853
|
}
|
|
1840
|
-
declare function IconCalendarMonth({ color, size, ...other }: IconProps$
|
|
1854
|
+
declare function IconCalendarMonth({ color, size, ...other }: IconProps$o): JSX.Element;
|
|
1841
1855
|
|
|
1842
|
-
interface IconProps$
|
|
1856
|
+
interface IconProps$n extends React.SVGAttributes<SVGElement> {
|
|
1843
1857
|
size?: number | string;
|
|
1844
1858
|
color?: string;
|
|
1845
1859
|
}
|
|
1846
|
-
declare function IconChatOutline({ color, size, ...other }: IconProps$
|
|
1860
|
+
declare function IconChatOutline({ color, size, ...other }: IconProps$n): JSX.Element;
|
|
1847
1861
|
|
|
1848
|
-
interface IconProps$
|
|
1862
|
+
interface IconProps$m extends React.SVGAttributes<SVGElement> {
|
|
1849
1863
|
size?: number | string;
|
|
1850
1864
|
color?: string;
|
|
1851
1865
|
}
|
|
1852
|
-
declare function IconCheckboxChecked({ color, size, ...other }: IconProps$
|
|
1866
|
+
declare function IconCheckboxChecked({ color, size, ...other }: IconProps$m): JSX.Element;
|
|
1853
1867
|
|
|
1854
|
-
interface IconProps$
|
|
1868
|
+
interface IconProps$l extends React.SVGAttributes<SVGElement> {
|
|
1855
1869
|
size?: number | string;
|
|
1856
1870
|
color?: string;
|
|
1857
1871
|
}
|
|
1858
|
-
declare function IconCheckboxUnchecked({ color, size, ...other }: IconProps$
|
|
1872
|
+
declare function IconCheckboxUnchecked({ color, size, ...other }: IconProps$l): JSX.Element;
|
|
1859
1873
|
|
|
1860
1874
|
declare const IconClose: FC<React.SVGAttributes<SVGElement>>;
|
|
1861
1875
|
|
|
1862
|
-
interface IconProps$
|
|
1876
|
+
interface IconProps$k extends React.SVGAttributes<SVGElement> {
|
|
1863
1877
|
size?: number | string;
|
|
1864
1878
|
color?: string;
|
|
1865
1879
|
}
|
|
1866
|
-
declare function IconEditCalendar({ color, size, ...props }: IconProps$
|
|
1880
|
+
declare function IconEditCalendar({ color, size, ...props }: IconProps$k): JSX.Element;
|
|
1867
1881
|
|
|
1868
|
-
interface IconProps$
|
|
1882
|
+
interface IconProps$j extends React.SVGAttributes<SVGElement> {
|
|
1869
1883
|
size?: number | string;
|
|
1870
1884
|
color?: string;
|
|
1871
1885
|
}
|
|
1872
|
-
declare function IconInvisible({ color, size, ...other }: IconProps$
|
|
1886
|
+
declare function IconInvisible({ color, size, ...other }: IconProps$j): JSX.Element;
|
|
1873
1887
|
|
|
1874
|
-
interface IconProps$
|
|
1888
|
+
interface IconProps$i extends React.SVGAttributes<SVGElement> {
|
|
1875
1889
|
size?: number | string;
|
|
1876
1890
|
color?: string;
|
|
1877
1891
|
}
|
|
1878
|
-
declare function IconLanguage({ color, size, ...other }: IconProps$
|
|
1892
|
+
declare function IconLanguage({ color, size, ...other }: IconProps$i): JSX.Element;
|
|
1879
1893
|
|
|
1880
1894
|
declare const IconLeftArrow: FC<React.SVGAttributes<SVGElement>>;
|
|
1881
1895
|
|
|
1882
|
-
interface IconProps$
|
|
1896
|
+
interface IconProps$h extends React.SVGAttributes<SVGElement> {
|
|
1883
1897
|
size?: number | string;
|
|
1884
1898
|
color?: string;
|
|
1885
1899
|
}
|
|
1886
|
-
declare function IconLogout({ color, size, ...other }: IconProps$
|
|
1900
|
+
declare function IconLogout({ color, size, ...other }: IconProps$h): JSX.Element;
|
|
1887
1901
|
|
|
1888
|
-
interface IconProps$
|
|
1902
|
+
interface IconProps$g extends React.SVGAttributes<SVGElement> {
|
|
1889
1903
|
size?: number | string;
|
|
1890
1904
|
color?: string;
|
|
1891
1905
|
}
|
|
1892
|
-
declare function IconPause({ color, size, ...other }: IconProps$
|
|
1906
|
+
declare function IconPause({ color, size, ...other }: IconProps$g): JSX.Element;
|
|
1893
1907
|
|
|
1894
1908
|
type IconPlusProps = React.SVGProps<any>;
|
|
1895
1909
|
declare function IconPlus({ color, ...props }: IconPlusProps): JSX.Element;
|
|
1896
1910
|
|
|
1897
|
-
interface IconProps$
|
|
1911
|
+
interface IconProps$f extends React.SVGAttributes<SVGElement> {
|
|
1898
1912
|
size?: number | string;
|
|
1899
1913
|
color?: string;
|
|
1900
1914
|
}
|
|
1901
|
-
declare function IconProfileChecked({ color, size, ...other }: IconProps$
|
|
1915
|
+
declare function IconProfileChecked({ color, size, ...other }: IconProps$f): JSX.Element;
|
|
1902
1916
|
|
|
1903
|
-
interface IconProps$
|
|
1917
|
+
interface IconProps$e extends React.SVGAttributes<SVGElement> {
|
|
1904
1918
|
size?: number | string;
|
|
1905
1919
|
color?: string;
|
|
1906
1920
|
}
|
|
1907
|
-
declare function IconProfileCircle({ color, size, ...other }: IconProps$
|
|
1921
|
+
declare function IconProfileCircle({ color, size, ...other }: IconProps$e): JSX.Element;
|
|
1908
1922
|
|
|
1909
|
-
interface IconProps$
|
|
1923
|
+
interface IconProps$d extends React.SVGAttributes<SVGElement> {
|
|
1910
1924
|
size?: number | string;
|
|
1911
1925
|
color?: string;
|
|
1912
1926
|
}
|
|
1913
|
-
declare function IconProfileSetting({ color, size, ...other }: IconProps$
|
|
1927
|
+
declare function IconProfileSetting({ color, size, ...other }: IconProps$d): JSX.Element;
|
|
1914
1928
|
|
|
1915
|
-
interface IconProps$
|
|
1929
|
+
interface IconProps$c extends React.SVGAttributes<SVGElement> {
|
|
1916
1930
|
size?: number | string;
|
|
1917
1931
|
color?: string;
|
|
1918
1932
|
}
|
|
1919
|
-
declare function IconProfileUnderReview({ color, size, ...other }: IconProps$
|
|
1933
|
+
declare function IconProfileUnderReview({ color, size, ...other }: IconProps$c): JSX.Element;
|
|
1920
1934
|
|
|
1921
|
-
interface IconProps$
|
|
1935
|
+
interface IconProps$b extends React.SVGAttributes<SVGElement> {
|
|
1922
1936
|
size?: number | string;
|
|
1923
1937
|
color?: string;
|
|
1924
1938
|
}
|
|
1925
|
-
declare function IconResume({ color, size, ...other }: IconProps$
|
|
1939
|
+
declare function IconResume({ color, size, ...other }: IconProps$b): JSX.Element;
|
|
1926
1940
|
|
|
1927
|
-
interface IconProps$
|
|
1941
|
+
interface IconProps$a extends React.SVGAttributes<SVGElement> {
|
|
1928
1942
|
size?: number | string;
|
|
1929
1943
|
color?: string;
|
|
1930
1944
|
}
|
|
1931
|
-
declare function IconSettings({ color, size, ...other }: IconProps$
|
|
1945
|
+
declare function IconSettings({ color, size, ...other }: IconProps$a): JSX.Element;
|
|
1932
1946
|
|
|
1933
1947
|
declare const IconStar: FC<React.SVGAttributes<SVGElement>>;
|
|
1934
1948
|
|
|
@@ -1936,23 +1950,23 @@ declare const IconStarFilled: FC<React.SVGAttributes<SVGElement>>;
|
|
|
1936
1950
|
|
|
1937
1951
|
declare const IconSuccess: FC<React.SVGAttributes<SVGElement>>;
|
|
1938
1952
|
|
|
1939
|
-
interface IconProps$
|
|
1953
|
+
interface IconProps$9 extends React.SVGAttributes<SVGElement> {
|
|
1940
1954
|
size?: number | string;
|
|
1941
1955
|
color?: string;
|
|
1942
1956
|
}
|
|
1943
|
-
declare function IconTime({ color, size, ...other }: IconProps$
|
|
1957
|
+
declare function IconTime({ color, size, ...other }: IconProps$9): JSX.Element;
|
|
1944
1958
|
|
|
1945
|
-
interface IconProps$
|
|
1959
|
+
interface IconProps$8 extends React.SVGAttributes<SVGElement> {
|
|
1946
1960
|
size?: number | string;
|
|
1947
1961
|
color?: string;
|
|
1948
1962
|
}
|
|
1949
|
-
declare function IconVerifiedUser({ color, size, ...other }: IconProps$
|
|
1963
|
+
declare function IconVerifiedUser({ color, size, ...other }: IconProps$8): JSX.Element;
|
|
1950
1964
|
|
|
1951
|
-
interface IconProps$
|
|
1965
|
+
interface IconProps$7 extends React.SVGAttributes<SVGElement> {
|
|
1952
1966
|
size?: number | string;
|
|
1953
1967
|
color?: string;
|
|
1954
1968
|
}
|
|
1955
|
-
declare function IconVisible({ color, size, ...other }: IconProps$
|
|
1969
|
+
declare function IconVisible({ color, size, ...other }: IconProps$7): JSX.Element;
|
|
1956
1970
|
|
|
1957
1971
|
declare const IconApple: FC<React.SVGAttributes<SVGElement>>;
|
|
1958
1972
|
|
|
@@ -1966,11 +1980,11 @@ declare const IconEye: FC<React.SVGAttributes<SVGElement>>;
|
|
|
1966
1980
|
|
|
1967
1981
|
declare const IconEyeOff: FC<React.SVGAttributes<SVGElement>>;
|
|
1968
1982
|
|
|
1969
|
-
interface IconProps$
|
|
1983
|
+
interface IconProps$6 extends React.SVGAttributes<SVGElement> {
|
|
1970
1984
|
size?: number | string;
|
|
1971
1985
|
color?: string;
|
|
1972
1986
|
}
|
|
1973
|
-
declare function IconWarning({ color, size, ...other }: IconProps$
|
|
1987
|
+
declare function IconWarning({ color, size, ...other }: IconProps$6): JSX.Element;
|
|
1974
1988
|
|
|
1975
1989
|
declare const IconGift: React.FC<React.SVGAttributes<SVGElement>>;
|
|
1976
1990
|
|
|
@@ -1986,29 +2000,49 @@ declare const IconNotificationMuted: (props: SVGProps<SVGSVGElement>) => JSX.Ele
|
|
|
1986
2000
|
|
|
1987
2001
|
declare const IconCheckSmall: React.FC<React.SVGAttributes<SVGElement>>;
|
|
1988
2002
|
|
|
1989
|
-
interface IconProps$
|
|
2003
|
+
interface IconProps$5 extends React.SVGAttributes<SVGElement> {
|
|
1990
2004
|
size?: number | string;
|
|
1991
2005
|
color?: string;
|
|
1992
2006
|
className?: string;
|
|
1993
2007
|
style?: React.CSSProperties;
|
|
1994
2008
|
}
|
|
1995
|
-
declare function IconCheck({ color, size, ...other }: IconProps$
|
|
2009
|
+
declare function IconCheck({ color, size, ...other }: IconProps$5): JSX.Element;
|
|
1996
2010
|
|
|
1997
|
-
interface IconProps$
|
|
2011
|
+
interface IconProps$4 extends React.SVGAttributes<SVGElement> {
|
|
1998
2012
|
size?: number | string;
|
|
1999
2013
|
color?: string;
|
|
2000
2014
|
className?: string;
|
|
2001
2015
|
style?: React.CSSProperties;
|
|
2002
2016
|
}
|
|
2003
|
-
declare const IconCapFilled: FC<IconProps$
|
|
2017
|
+
declare const IconCapFilled: FC<IconProps$4>;
|
|
2004
2018
|
|
|
2005
|
-
interface IconProps extends React.SVGAttributes<SVGElement> {
|
|
2019
|
+
interface IconProps$3 extends React.SVGAttributes<SVGElement> {
|
|
2006
2020
|
size?: number | string;
|
|
2007
2021
|
color?: string;
|
|
2008
2022
|
className?: string;
|
|
2009
2023
|
style?: React.CSSProperties;
|
|
2010
2024
|
}
|
|
2011
|
-
declare function IconCancelRounded({ color, size, ...other }: IconProps): JSX.Element;
|
|
2025
|
+
declare function IconCancelRounded({ color, size, ...other }: IconProps$3): JSX.Element;
|
|
2026
|
+
|
|
2027
|
+
interface IconProps$2 extends React.SVGAttributes<SVGElement> {
|
|
2028
|
+
size?: number | string;
|
|
2029
|
+
color?: string;
|
|
2030
|
+
}
|
|
2031
|
+
declare function IconMute({ color, size, ...other }: IconProps$2): JSX.Element;
|
|
2032
|
+
|
|
2033
|
+
interface IconProps$1 extends React.SVGAttributes<SVGElement> {
|
|
2034
|
+
size?: number | string;
|
|
2035
|
+
color?: string;
|
|
2036
|
+
}
|
|
2037
|
+
declare function IconUnmute({ color, size, ...other }: IconProps$1): JSX.Element;
|
|
2038
|
+
|
|
2039
|
+
declare const IconBookmark: ({ width, height, color, ...other }: SVGProps<SVGSVGElement>) => JSX.Element;
|
|
2040
|
+
|
|
2041
|
+
interface IconProps extends React.SVGAttributes<SVGElement> {
|
|
2042
|
+
size?: number | string;
|
|
2043
|
+
color?: string;
|
|
2044
|
+
}
|
|
2045
|
+
declare function IconBookmarkOutlined({ size, color, ...other }: IconProps): JSX.Element;
|
|
2012
2046
|
|
|
2013
2047
|
declare const IconUserNotFound: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
|
2014
2048
|
|
|
@@ -2026,8 +2060,6 @@ declare const IconCancel: ({ width, height, color, ...other }: SVGProps<SVGSVGEl
|
|
|
2026
2060
|
|
|
2027
2061
|
declare const IconCalendarFilled: ({ width, height, color, ...props }: SVGProps<SVGSVGElement>) => JSX.Element;
|
|
2028
2062
|
|
|
2029
|
-
declare const IconBookmark: ({ width, height, color, ...other }: SVGProps<SVGSVGElement>) => JSX.Element;
|
|
2030
|
-
|
|
2031
2063
|
declare const IconArrowDown: ({ width, height, color, ...other }: SVGProps<SVGSVGElement>) => JSX.Element;
|
|
2032
2064
|
|
|
2033
2065
|
type AnyRef = React__default.Ref<any>;
|
|
@@ -2115,4 +2147,25 @@ type PushNotificationsIsDisabledBannerProps = {
|
|
|
2115
2147
|
|
|
2116
2148
|
declare function PushNotificationsIsDisabledBanner({ onOpenNativeSettings, className, title, description, buttonText, }: PushNotificationsIsDisabledBannerProps): JSX.Element;
|
|
2117
2149
|
|
|
2118
|
-
|
|
2150
|
+
type SpecialistShortInfoItemFeatureProps = {
|
|
2151
|
+
t?: WithTranslation['t'];
|
|
2152
|
+
match: number;
|
|
2153
|
+
fullName: string;
|
|
2154
|
+
avatarLink: string;
|
|
2155
|
+
countryCode: string;
|
|
2156
|
+
yearsOfExperience: number;
|
|
2157
|
+
};
|
|
2158
|
+
declare const SpecialistShortInfoItemFeature: FC<SpecialistShortInfoItemFeatureProps & WithTranslation['t']>;
|
|
2159
|
+
|
|
2160
|
+
type SpecialistInfoColumnFeatureProps = {
|
|
2161
|
+
t?: WithTranslation['t'];
|
|
2162
|
+
rating: string;
|
|
2163
|
+
reviews: number;
|
|
2164
|
+
sessionPrice: string;
|
|
2165
|
+
isAddedToBookmark: boolean;
|
|
2166
|
+
sessionDurationMinutes: number;
|
|
2167
|
+
onAddDeleteBookmark: () => void;
|
|
2168
|
+
};
|
|
2169
|
+
declare const SpecialistInfoColumnFeature: FC<SpecialistInfoColumnFeatureProps & WithTranslation['t']>;
|
|
2170
|
+
|
|
2171
|
+
export { AppFooter, _default$f as AppFooter_v2, AppHeader, AppHeader_v2, ArchivedConsultationCard, Avatar, AvatarProps$1 as AvatarProps, _default$e as Avatar_v2, BREAKPOINT_ICON_SIZE, _default$a as Badge, _default$t as BookingScheduleTime, _default$s as BookingSpecialistInfo, Button, Button_v2, Calendar, CancelSession, CardModal, ChangeLangModal, ChangeLanguageModal, _default$O as ChatListItem, _default$M as ChatListSkeleton, _default$N as ChatMessage, ChatMessageSkeleton, _default$n as CheckboxList, CheckboxListCategory, CheckboxListItem, CheckboxTypes, ChevronHeader, CircleRatingContext, CircleRatingProvider, _default$F as ConsultationCard, ConsultationCardProps, ConsultationCardType, _default$C as ConsultationModal, _default$A as ConsultationSpecialistCard, Container, Container_v2, ContentCard, CountryOfOriginModal, CustomButton, _default$o as CustomCheckbox, CustomRadioButton, _default$p as CustomSelect, _default$q as CustomTextarea, DatePicker, _default$y as DaySlider, DayToRender, _default$u as EducationCard, _default$L as EmptyChatList, EmptyChatMessages, _default$D as EmptyConsultations, EntryNotFound, EntryNotFoundProps, _default$k as Flag, FlagTypes, _default$c as Flag_v2, FloatingButton, FooterForBooking, FrequentlyAskedQuestions, HorizontalCalendar, HorizontalCalendarProps, ISpecialistReview, IconApple, IconArrowDown, IconArrowLeft, IconArrowRight, IconBeachAccess, IconBookmark, IconBookmarkOutlined, _default$6 as IconButton, IconCalendar, IconCalendarFilled, IconCalendarMonth, IconCancel, IconCancelRounded, IconCapFilled, IconChat3d, IconChatFilled, IconChatOutline, IconCheck, IconCheckSmall, IconCheckboxChecked, IconCheckboxUnchecked, IconClient, IconClientFilled, IconClose, IconCreditCard, IconEditCalendar, IconEye, IconEyeOff, IconGift, IconGoogle, IconInvisible, IconLanguage, IconLeftArrow, IconLetter, IconLogout, IconMute, IconNotificationMuted, IconPaid, IconPaper, IconPause, IconPlus, IconProfileChecked, IconProfileCircle, IconProfileSetting, IconProfileUnderReview, IconQuestion, IconResume, IconSearch, IconSettings, IconSpinner, IconStar, IconStarFilled, IconSuccess, IconTime, IconUnmute, IconUserNotFound, IconVerifiedUser, IconVisible, IconWarning, ImageInput, ImageWithFallback, ImpressionEmojiEnum, Input, _default$2 as Item, _default$9 as ItemCard, LanguagesList, _default$S as LetterAvatar, _default$l as LineFileInput, ListBox, ListBoxItem, ListButton, ListItemType, _default$3 as ListItems, ListOption, ListSelect, ListSelectProps, ListSimple, _default$4 as Loading, LouseConnect, _default$P as MediaPlayer, Modal, ModalCalendar, ModalSheet, NavigationBar, NoInternetConnection, NotSupportModal, NotesCardText, NotesEditor, PasswordInput, _default$R as PersonDateTimeCard, _default$b as Picture, _default$j as ProfileInformation, _default$w as ProfileView, _default$m as ProgressBar, _default$5 as ProgressBar_v2, PushNotificationsIsDisabledBanner, PushNotificationsModal, Range, _default$7 as Rating, RatingCircleWrapper, _default$z as ReSchedule, ReScheduleSuccess, Refresher, ReviewCard, ReviewStatistics, ReviewSwiperSection, RoundButton, RowItemType, RowSelect, RowSelectProps, SIZES, ScreenInput, ScrollTabs, SectionHeading, Segment, SegmentColor, SegmentType, _default$Q as SelectImpressionEmoji, _default$E as SignUpSessionButton, _default$B as SignUpSessionModal, Skeleton, _default$d as Skeleton_v2, _default as SlotsGrid, _default$v as SpecialistAbout, SpecialistCard, _default$J as SpecialistEducationCard, SpecialistInfoColumnFeature as SpecialistInfoColumn, SpecialistLangs, _default$i as SpecialistMatch, _default$I as SpecialistProfileViewCard, SpecialistShortInfoItemFeature as SpecialistShortInfoItem, _default$h as SpecialistStatistic, SpecialistStatisticsCard, SpecialistWorkDirections, Spinner, Spinner_v2, StarRating, StatisticsScroll, StatusTag, SuccessScreen, SwitchDeviceCard, TabBar, Tag, _default$r as TextInput, _default$K as Textarea, _default$8 as Textarea_v2, ThemeProvider, ThemeProviderProps, TherapistCard, TherapistInformationComponent, Toast, ToastButton, ToastContext, ToastProps, ToastProvider, ToastRegion, Toggle, TooltipComponent, _default$g as Typography, TypographyVariantsEnum, UpdatesCard, UserInfoModal, UsersPsychologistScrollList, VerticalCalendar, VerticalCalendarMonthSkeleton, VerticalCalendarSkeleton, _default$1 as Video, _default$G as VideoCallInfo, _default$H as VideoPlayer, _default$x as WorkDirections, YourLocalTimeBlock, appThemes, decOfNum, getProgressForBreakPoint, mergeRefs, toast, useAutoFocus, useBreakPointsPosition, useCircleRatingRenderData, useDomRef, useEvent, useRangeIndex, useRatingCircleBreakPoints, useRatingCircleContentValue, useRatingCircleLegend, useRatingContext, useToastContext };
|