@mindly/ui-components 5.25.1 → 5.27.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 +17 -16
- package/dist/cjs/lib/Chat/ChatListItem/ChatListItem.d.ts +1 -13
- package/dist/cjs/lib/Filters/ListSelect/ListSelect.style.d.ts +1 -1
- 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/ui/Button_v2/Button_v2.style.d.ts +1 -1
- 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 +18 -17
- package/dist/esm/lib/Chat/ChatListItem/ChatListItem.d.ts +1 -13
- package/dist/esm/lib/Filters/ListSelect/ListSelect.style.d.ts +1 -1
- 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/ui/Button_v2/Button_v2.style.d.ts +1 -1
- 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 +160 -120
- 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;
|
|
@@ -447,19 +447,7 @@ type RoundButtonPropsType = {
|
|
|
447
447
|
};
|
|
448
448
|
declare const RoundButton: React__default.FC<RoundButtonPropsType>;
|
|
449
449
|
|
|
450
|
-
|
|
451
|
-
name: string;
|
|
452
|
-
message?: string;
|
|
453
|
-
avatar?: string;
|
|
454
|
-
newMessagesCount?: number;
|
|
455
|
-
onClick?: () => void;
|
|
456
|
-
status?: 'sent' | 'viewed';
|
|
457
|
-
time?: number;
|
|
458
|
-
timeZone?: string;
|
|
459
|
-
lastMessageType?: 'text' | 'file' | 'image' | 'video' | 'system';
|
|
460
|
-
locale?: string;
|
|
461
|
-
};
|
|
462
|
-
declare const _default$N: React__default.NamedExoticComponent<ChatListItemProps>;
|
|
450
|
+
declare const _default$O: React__default.NamedExoticComponent<any>;
|
|
463
451
|
|
|
464
452
|
type ChatMessageProps = {
|
|
465
453
|
message: string | File;
|
|
@@ -477,11 +465,11 @@ type ChatMessageProps = {
|
|
|
477
465
|
};
|
|
478
466
|
locale?: string;
|
|
479
467
|
};
|
|
480
|
-
declare const _default$
|
|
468
|
+
declare const _default$N: React__default.NamedExoticComponent<ChatMessageProps>;
|
|
481
469
|
|
|
482
470
|
declare const ChatMessageSkeleton: () => JSX.Element;
|
|
483
471
|
|
|
484
|
-
declare const _default$
|
|
472
|
+
declare const _default$M: React__default.MemoExoticComponent<() => JSX.Element>;
|
|
485
473
|
|
|
486
474
|
type EmptyChatList = {
|
|
487
475
|
title?: string;
|
|
@@ -491,7 +479,7 @@ type EmptyChatList = {
|
|
|
491
479
|
onClick?: () => void;
|
|
492
480
|
};
|
|
493
481
|
declare const EmptyChatList: FC<EmptyChatList>;
|
|
494
|
-
declare const _default$
|
|
482
|
+
declare const _default$L: React__default.NamedExoticComponent<EmptyChatList>;
|
|
495
483
|
|
|
496
484
|
type EmptyChatMessagesProps = {
|
|
497
485
|
title?: string;
|
|
@@ -515,7 +503,7 @@ type TextareaProps = {
|
|
|
515
503
|
onError?: (message: string) => void;
|
|
516
504
|
onFileSelect?: (file: File | null, type: 'file' | 'image' | 'video', fileInfo: FileInfoType) => void;
|
|
517
505
|
};
|
|
518
|
-
declare const _default$
|
|
506
|
+
declare const _default$K: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<TextareaProps & React__default.RefAttributes<HTMLIonFooterElement>>>;
|
|
519
507
|
|
|
520
508
|
type LouseConnectProps = {
|
|
521
509
|
onClick?: () => void;
|
|
@@ -594,7 +582,7 @@ type SpecialistEducationCardProps$1 = {
|
|
|
594
582
|
yearEnd?: number | null;
|
|
595
583
|
showLoader?: boolean;
|
|
596
584
|
};
|
|
597
|
-
declare const _default$
|
|
585
|
+
declare const _default$J: React__default.NamedExoticComponent<SpecialistEducationCardProps$1>;
|
|
598
586
|
|
|
599
587
|
type SpecialistProfileViewCardProps$1 = {
|
|
600
588
|
avatarLink?: string | null;
|
|
@@ -607,7 +595,7 @@ type SpecialistProfileViewCardProps$1 = {
|
|
|
607
595
|
videoLinkUrl?: string | null;
|
|
608
596
|
showLoader?: boolean;
|
|
609
597
|
} & React__default.DetailedHTMLProps<React__default.HTMLAttributes<HTMLDivElement>, HTMLDivElement>;
|
|
610
|
-
declare const _default$
|
|
598
|
+
declare const _default$I: React__default.NamedExoticComponent<SpecialistProfileViewCardProps$1>;
|
|
611
599
|
|
|
612
600
|
type SpecialistStatisticsCardProps$1 = {
|
|
613
601
|
activeClients?: number;
|
|
@@ -643,7 +631,7 @@ type VideoPlayerProps = {
|
|
|
643
631
|
closeModalHandler?: () => void;
|
|
644
632
|
onErrorContent: React__default.ReactElement;
|
|
645
633
|
} & JSX$1.IonModal;
|
|
646
|
-
declare const _default$
|
|
634
|
+
declare const _default$H: React__default.NamedExoticComponent<VideoPlayerProps>;
|
|
647
635
|
|
|
648
636
|
type NotSupportModalProps = {
|
|
649
637
|
closeModal?: () => void;
|
|
@@ -679,7 +667,7 @@ type VideoCallInfoProps = {
|
|
|
679
667
|
abbreviatedSeconds: string;
|
|
680
668
|
};
|
|
681
669
|
};
|
|
682
|
-
declare const _default$
|
|
670
|
+
declare const _default$G: React__default.NamedExoticComponent<VideoCallInfoProps>;
|
|
683
671
|
|
|
684
672
|
declare enum ConsultationCardType {
|
|
685
673
|
FEATURE = "feature",
|
|
@@ -714,14 +702,14 @@ type ConsultationCardProps = {
|
|
|
714
702
|
};
|
|
715
703
|
};
|
|
716
704
|
|
|
717
|
-
declare const _default$
|
|
705
|
+
declare const _default$F: React__default.NamedExoticComponent<ConsultationCardProps>;
|
|
718
706
|
|
|
719
707
|
type SignUpSessionButtonProps = {
|
|
720
708
|
label: string;
|
|
721
709
|
isLoading?: boolean;
|
|
722
710
|
onClick?: () => void;
|
|
723
711
|
};
|
|
724
|
-
declare const _default$
|
|
712
|
+
declare const _default$E: React__default.NamedExoticComponent<SignUpSessionButtonProps>;
|
|
725
713
|
|
|
726
714
|
type EmptyConsultationsProps = {
|
|
727
715
|
title: string;
|
|
@@ -729,7 +717,7 @@ type EmptyConsultationsProps = {
|
|
|
729
717
|
buttonLabel?: string;
|
|
730
718
|
onClick?: () => void;
|
|
731
719
|
};
|
|
732
|
-
declare const _default$
|
|
720
|
+
declare const _default$D: React__default.NamedExoticComponent<EmptyConsultationsProps>;
|
|
733
721
|
|
|
734
722
|
type ConsultationModalProps = {
|
|
735
723
|
isOpen: boolean;
|
|
@@ -764,7 +752,7 @@ type ConsultationModalProps = {
|
|
|
764
752
|
started?: string;
|
|
765
753
|
};
|
|
766
754
|
};
|
|
767
|
-
declare const _default$
|
|
755
|
+
declare const _default$C: React__default.NamedExoticComponent<ConsultationModalProps>;
|
|
768
756
|
|
|
769
757
|
type SpecialistData = {
|
|
770
758
|
id: string;
|
|
@@ -781,7 +769,7 @@ type SignUpSessionModalProps = {
|
|
|
781
769
|
title: string;
|
|
782
770
|
cancelBtnLabel: string;
|
|
783
771
|
};
|
|
784
|
-
declare const _default$
|
|
772
|
+
declare const _default$B: React__default.NamedExoticComponent<SignUpSessionModalProps>;
|
|
785
773
|
|
|
786
774
|
type ConsultationSpecialistCardProps = {
|
|
787
775
|
id: string;
|
|
@@ -792,7 +780,7 @@ type ConsultationSpecialistCardProps = {
|
|
|
792
780
|
onSignUp?: (id: string) => void;
|
|
793
781
|
signInBtnLabel: string;
|
|
794
782
|
};
|
|
795
|
-
declare const _default$
|
|
783
|
+
declare const _default$A: React__default.NamedExoticComponent<ConsultationSpecialistCardProps>;
|
|
796
784
|
|
|
797
785
|
type UserInfoModalProps = {
|
|
798
786
|
isOpen: boolean;
|
|
@@ -857,7 +845,7 @@ type ReScheduleProps = {
|
|
|
857
845
|
btnLabel: string;
|
|
858
846
|
};
|
|
859
847
|
};
|
|
860
|
-
declare const _default$
|
|
848
|
+
declare const _default$z: React__default.NamedExoticComponent<ReScheduleProps>;
|
|
861
849
|
|
|
862
850
|
type ReScheduleSuccessProps = {
|
|
863
851
|
name: string;
|
|
@@ -895,7 +883,7 @@ type DaySliderProps = JSX$1.IonSlides & HTMLAttributes<HTMLIonSlidesElement> & R
|
|
|
895
883
|
tomorrow?: string;
|
|
896
884
|
};
|
|
897
885
|
};
|
|
898
|
-
declare const _default$
|
|
886
|
+
declare const _default$y: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<Omit<DaySliderProps, "ref"> & React__default.RefAttributes<HTMLIonSlidesElement>>>;
|
|
899
887
|
|
|
900
888
|
type SpecialistWorkDirectionsPropsType = {
|
|
901
889
|
workDirections?: string[] | [];
|
|
@@ -904,7 +892,7 @@ type SpecialistWorkDirectionsPropsType = {
|
|
|
904
892
|
moreLabel?: string;
|
|
905
893
|
hideLabel?: string;
|
|
906
894
|
};
|
|
907
|
-
declare const _default$
|
|
895
|
+
declare const _default$x: React__default.NamedExoticComponent<SpecialistWorkDirectionsPropsType>;
|
|
908
896
|
|
|
909
897
|
type SpecialistProfileViewCardProps = {
|
|
910
898
|
videoLink?: string;
|
|
@@ -914,7 +902,7 @@ type SpecialistProfileViewCardProps = {
|
|
|
914
902
|
isLoading?: boolean;
|
|
915
903
|
videoDurationSeconds?: number;
|
|
916
904
|
};
|
|
917
|
-
declare const _default$
|
|
905
|
+
declare const _default$w: React__default.NamedExoticComponent<SpecialistProfileViewCardProps>;
|
|
918
906
|
|
|
919
907
|
type SpecialistAboutProps = {
|
|
920
908
|
text?: string;
|
|
@@ -923,7 +911,7 @@ type SpecialistAboutProps = {
|
|
|
923
911
|
moreLabel?: string;
|
|
924
912
|
hideLabel?: string;
|
|
925
913
|
};
|
|
926
|
-
declare const _default$
|
|
914
|
+
declare const _default$v: React__default.NamedExoticComponent<SpecialistAboutProps>;
|
|
927
915
|
|
|
928
916
|
type SpecialistEducationCardProps = {
|
|
929
917
|
institutionName?: string;
|
|
@@ -934,7 +922,7 @@ type SpecialistEducationCardProps = {
|
|
|
934
922
|
yearEnd?: number | null;
|
|
935
923
|
showLoader?: boolean;
|
|
936
924
|
};
|
|
937
|
-
declare const _default$
|
|
925
|
+
declare const _default$u: React__default.NamedExoticComponent<SpecialistEducationCardProps>;
|
|
938
926
|
|
|
939
927
|
type SpecialistStatisticsCardProps = {
|
|
940
928
|
trust?: boolean;
|
|
@@ -980,7 +968,7 @@ type BookingScheduleTimeProps = {
|
|
|
980
968
|
onClick?: (index: number, item: string) => void;
|
|
981
969
|
isLoading?: boolean;
|
|
982
970
|
};
|
|
983
|
-
declare const _default$
|
|
971
|
+
declare const _default$t: React__default.NamedExoticComponent<BookingScheduleTimeProps>;
|
|
984
972
|
|
|
985
973
|
type BookingSpecialistInfoProps = {
|
|
986
974
|
name: string;
|
|
@@ -989,7 +977,7 @@ type BookingSpecialistInfoProps = {
|
|
|
989
977
|
avatar?: string;
|
|
990
978
|
isLoading?: boolean;
|
|
991
979
|
};
|
|
992
|
-
declare const _default$
|
|
980
|
+
declare const _default$s: React__default.NamedExoticComponent<BookingSpecialistInfoProps>;
|
|
993
981
|
|
|
994
982
|
type SpecialistCardProps = {
|
|
995
983
|
fullName?: string;
|
|
@@ -1038,7 +1026,7 @@ type SpecialistCardProps = {
|
|
|
1038
1026
|
};
|
|
1039
1027
|
declare const SpecialistCard: React__default.FC<SpecialistCardProps>;
|
|
1040
1028
|
|
|
1041
|
-
declare const _default$
|
|
1029
|
+
declare const _default$r: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
|
|
1042
1030
|
isError?: boolean | undefined;
|
|
1043
1031
|
errorStyle?: "filled" | "unfilled" | undefined;
|
|
1044
1032
|
type?: "number" | "text" | "email" | undefined;
|
|
@@ -1062,11 +1050,11 @@ declare const PasswordInput: React__default.ForwardRefExoticComponent<{
|
|
|
1062
1050
|
error?: string | null | undefined;
|
|
1063
1051
|
} & Omit<React__default.InputHTMLAttributes<HTMLInputElement>, "type"> & React__default.RefAttributes<HTMLInputElement>>;
|
|
1064
1052
|
|
|
1065
|
-
declare const _default$
|
|
1053
|
+
declare const _default$q: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
|
|
1066
1054
|
isError?: boolean | undefined;
|
|
1067
1055
|
} & React__default.TextareaHTMLAttributes<HTMLTextAreaElement> & React__default.RefAttributes<HTMLTextAreaElement>>>;
|
|
1068
1056
|
|
|
1069
|
-
declare const _default$
|
|
1057
|
+
declare const _default$p: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
|
|
1070
1058
|
options: {
|
|
1071
1059
|
id: string | number;
|
|
1072
1060
|
label: string | number;
|
|
@@ -1098,7 +1086,7 @@ type CustomCheckboxProps = {
|
|
|
1098
1086
|
isCheckbox?: boolean;
|
|
1099
1087
|
onChange?: (e: ChangeEvent<HTMLInputElement>) => void;
|
|
1100
1088
|
};
|
|
1101
|
-
declare const _default$
|
|
1089
|
+
declare const _default$o: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<CustomCheckboxProps & React__default.RefAttributes<HTMLInputElement>>>;
|
|
1102
1090
|
|
|
1103
1091
|
type CheckboxListItem = {
|
|
1104
1092
|
id: ReactText;
|
|
@@ -1126,7 +1114,7 @@ type CheckboxListProps = {
|
|
|
1126
1114
|
from: string;
|
|
1127
1115
|
};
|
|
1128
1116
|
};
|
|
1129
|
-
declare const _default$
|
|
1117
|
+
declare const _default$n: React__default.NamedExoticComponent<CheckboxListProps>;
|
|
1130
1118
|
|
|
1131
1119
|
type BookingHeaderProps = {
|
|
1132
1120
|
title?: string;
|
|
@@ -1140,9 +1128,9 @@ type ProgressBarProps = {
|
|
|
1140
1128
|
progress: number;
|
|
1141
1129
|
loaderTitle?: string;
|
|
1142
1130
|
};
|
|
1143
|
-
declare const _default$
|
|
1131
|
+
declare const _default$m: React__default.NamedExoticComponent<ProgressBarProps>;
|
|
1144
1132
|
|
|
1145
|
-
declare const _default$
|
|
1133
|
+
declare const _default$l: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
|
|
1146
1134
|
title: string;
|
|
1147
1135
|
subTitle?: string | undefined;
|
|
1148
1136
|
isError?: boolean | undefined;
|
|
@@ -1173,7 +1161,7 @@ type FlagProps$1 = {
|
|
|
1173
1161
|
dimensions?: number;
|
|
1174
1162
|
className?: string;
|
|
1175
1163
|
};
|
|
1176
|
-
declare const _default$
|
|
1164
|
+
declare const _default$k: React__default.NamedExoticComponent<FlagProps$1>;
|
|
1177
1165
|
|
|
1178
1166
|
type SpecialistLangsProps = {
|
|
1179
1167
|
showLoader?: boolean;
|
|
@@ -1213,7 +1201,7 @@ type ProfileInformationProps = {
|
|
|
1213
1201
|
reviews: string[];
|
|
1214
1202
|
};
|
|
1215
1203
|
} & React__default.HTMLAttributes<HTMLDivElement>;
|
|
1216
|
-
declare const _default$
|
|
1204
|
+
declare const _default$j: React__default.NamedExoticComponent<ProfileInformationProps>;
|
|
1217
1205
|
|
|
1218
1206
|
type SpecialistMatchProps = {
|
|
1219
1207
|
specialistFirstName?: string;
|
|
@@ -1225,7 +1213,7 @@ type SpecialistMatchProps = {
|
|
|
1225
1213
|
howWeMatchThis: string;
|
|
1226
1214
|
};
|
|
1227
1215
|
} & React__default.HTMLAttributes<HTMLDivElement>;
|
|
1228
|
-
declare const _default$
|
|
1216
|
+
declare const _default$i: React__default.NamedExoticComponent<SpecialistMatchProps>;
|
|
1229
1217
|
|
|
1230
1218
|
type SpecialistStatisticProps = {
|
|
1231
1219
|
learnMoreClick: () => void;
|
|
@@ -1245,7 +1233,7 @@ type SpecialistStatisticProps = {
|
|
|
1245
1233
|
bookedSession: string;
|
|
1246
1234
|
};
|
|
1247
1235
|
} & React__default.HTMLAttributes<HTMLDivElement>;
|
|
1248
|
-
declare const _default$
|
|
1236
|
+
declare const _default$h: React__default.NamedExoticComponent<SpecialistStatisticProps>;
|
|
1249
1237
|
|
|
1250
1238
|
type RatingWithLabelProps = {
|
|
1251
1239
|
countOfReviews?: number;
|
|
@@ -1404,6 +1392,7 @@ declare enum TypographyVariantsEnum {
|
|
|
1404
1392
|
Text24Semi = "Text/24 Semi",
|
|
1405
1393
|
Text20Semi = "Text/20 Semi",
|
|
1406
1394
|
Text18Regular = "Text/18 Regular",
|
|
1395
|
+
Text18Semi = "Text/18 Semi",
|
|
1407
1396
|
Text16Semi = "Text/16 Semi",
|
|
1408
1397
|
Text16Regular = "Text/16 Regular",
|
|
1409
1398
|
Text15Semi = "Text/15 Semi",
|
|
@@ -1426,7 +1415,7 @@ type TypographyProps = {
|
|
|
1426
1415
|
className?: string;
|
|
1427
1416
|
children: React__default.ReactNode;
|
|
1428
1417
|
};
|
|
1429
|
-
declare const _default$
|
|
1418
|
+
declare const _default$g: React__default.NamedExoticComponent<TypographyProps>;
|
|
1430
1419
|
|
|
1431
1420
|
type AppFooterProps = {
|
|
1432
1421
|
children?: React__default.ReactNode;
|
|
@@ -1434,7 +1423,7 @@ type AppFooterProps = {
|
|
|
1434
1423
|
bottomSaveArea?: boolean;
|
|
1435
1424
|
borderTop?: boolean;
|
|
1436
1425
|
};
|
|
1437
|
-
declare const _default$
|
|
1426
|
+
declare const _default$f: React__default.NamedExoticComponent<AppFooterProps>;
|
|
1438
1427
|
|
|
1439
1428
|
type AvatarRoundVariants = 'circle' | 'drop';
|
|
1440
1429
|
|
|
@@ -1446,14 +1435,14 @@ type AvatarProps = {
|
|
|
1446
1435
|
alt?: string;
|
|
1447
1436
|
showSkeleton?: boolean;
|
|
1448
1437
|
};
|
|
1449
|
-
declare const _default$
|
|
1438
|
+
declare const _default$e: React__default.NamedExoticComponent<AvatarProps>;
|
|
1450
1439
|
|
|
1451
1440
|
type SkeletonProps = {
|
|
1452
1441
|
animated?: boolean;
|
|
1453
1442
|
className?: string;
|
|
1454
1443
|
style?: React__default.CSSProperties;
|
|
1455
1444
|
};
|
|
1456
|
-
declare const _default$
|
|
1445
|
+
declare const _default$d: React__default.NamedExoticComponent<SkeletonProps>;
|
|
1457
1446
|
|
|
1458
1447
|
type ButtonProps = {
|
|
1459
1448
|
fill?: 'outline' | 'clear';
|
|
@@ -1486,7 +1475,7 @@ type FlagProps = {
|
|
|
1486
1475
|
name: string;
|
|
1487
1476
|
className?: string;
|
|
1488
1477
|
};
|
|
1489
|
-
declare const _default$
|
|
1478
|
+
declare const _default$c: React__default.NamedExoticComponent<FlagProps>;
|
|
1490
1479
|
|
|
1491
1480
|
type PictureProps = {
|
|
1492
1481
|
width: number;
|
|
@@ -1501,7 +1490,7 @@ type PictureProps = {
|
|
|
1501
1490
|
alt?: string;
|
|
1502
1491
|
className?: string;
|
|
1503
1492
|
};
|
|
1504
|
-
declare const _default$
|
|
1493
|
+
declare const _default$b: React__default.NamedExoticComponent<PictureProps>;
|
|
1505
1494
|
|
|
1506
1495
|
type BadgeType = 'default' | 'accent';
|
|
1507
1496
|
type BadgeVariants = 'attention' | 'neutral' | 'success' | 'warning' | 'brand' | 'info';
|
|
@@ -1511,7 +1500,7 @@ type BadgeProps = React.ComponentPropsWithoutRef<'span'> & {
|
|
|
1511
1500
|
type?: BadgeType;
|
|
1512
1501
|
};
|
|
1513
1502
|
|
|
1514
|
-
declare const _default$
|
|
1503
|
+
declare const _default$a: React.NamedExoticComponent<BadgeProps>;
|
|
1515
1504
|
|
|
1516
1505
|
type ItemCardVariants = 'neutral' | 'transparent';
|
|
1517
1506
|
type ItemCardProps = React.ComponentPropsWithoutRef<'div'> & {
|
|
@@ -1519,7 +1508,7 @@ type ItemCardProps = React.ComponentPropsWithoutRef<'div'> & {
|
|
|
1519
1508
|
size?: 'M' | 'M4';
|
|
1520
1509
|
};
|
|
1521
1510
|
|
|
1522
|
-
declare const _default$
|
|
1511
|
+
declare const _default$9: React.NamedExoticComponent<ItemCardProps>;
|
|
1523
1512
|
|
|
1524
1513
|
type AppHeaderProps = {
|
|
1525
1514
|
fullwidth?: boolean;
|
|
@@ -1589,7 +1578,7 @@ interface TextareaV2Props extends Omit<JSX$1.IonTextarea, 'color' | 'enterkeyhin
|
|
|
1589
1578
|
className?: string;
|
|
1590
1579
|
}
|
|
1591
1580
|
|
|
1592
|
-
declare const _default$
|
|
1581
|
+
declare const _default$8: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<TextareaV2Props & React__default.RefAttributes<HTMLIonTextareaElement>>>;
|
|
1593
1582
|
|
|
1594
1583
|
type RatingProps = {
|
|
1595
1584
|
initialRating?: number;
|
|
@@ -1598,7 +1587,7 @@ type RatingProps = {
|
|
|
1598
1587
|
onHover?: (value: number) => void;
|
|
1599
1588
|
};
|
|
1600
1589
|
|
|
1601
|
-
declare const _default$
|
|
1590
|
+
declare const _default$7: React__default.NamedExoticComponent<RatingProps>;
|
|
1602
1591
|
|
|
1603
1592
|
declare enum CircleRatingSize {
|
|
1604
1593
|
'S' = "S",
|
|
@@ -1689,7 +1678,7 @@ type IconButtonProps = {
|
|
|
1689
1678
|
onClick?: (e: React__default.MouseEvent<HTMLIonButtonElement>) => void;
|
|
1690
1679
|
fill?: 'clear' | 'filled';
|
|
1691
1680
|
};
|
|
1692
|
-
declare const _default$
|
|
1681
|
+
declare const _default$6: React__default.NamedExoticComponent<IconButtonProps>;
|
|
1693
1682
|
|
|
1694
1683
|
type ToastProviderProps = ToastStateProps;
|
|
1695
1684
|
type MindlyToastProps = {
|
|
@@ -1727,17 +1716,17 @@ type ProgressBar_v2Props = {
|
|
|
1727
1716
|
progress: number;
|
|
1728
1717
|
className?: string;
|
|
1729
1718
|
};
|
|
1730
|
-
declare const _default$
|
|
1719
|
+
declare const _default$5: React__default.NamedExoticComponent<ProgressBar_v2Props>;
|
|
1731
1720
|
|
|
1732
1721
|
type LoadingProps = {
|
|
1733
1722
|
isOpen: boolean;
|
|
1734
1723
|
};
|
|
1735
|
-
declare const _default$
|
|
1724
|
+
declare const _default$4: React__default.NamedExoticComponent<LoadingProps>;
|
|
1736
1725
|
|
|
1737
1726
|
type ListItemsProps = React.HTMLAttributes<HTMLIonListElement> & {
|
|
1738
1727
|
withBorders?: boolean;
|
|
1739
1728
|
};
|
|
1740
|
-
declare const _default$
|
|
1729
|
+
declare const _default$3: React.NamedExoticComponent<ListItemsProps>;
|
|
1741
1730
|
|
|
1742
1731
|
type ItemProps = React.HTMLAttributes<HTMLIonItemElement> & {
|
|
1743
1732
|
leftContent?: React.ReactNode;
|
|
@@ -1745,7 +1734,19 @@ type ItemProps = React.HTMLAttributes<HTMLIonItemElement> & {
|
|
|
1745
1734
|
withBorders?: boolean;
|
|
1746
1735
|
isDisabled?: boolean;
|
|
1747
1736
|
};
|
|
1748
|
-
declare const _default$
|
|
1737
|
+
declare const _default$2: React.NamedExoticComponent<ItemProps>;
|
|
1738
|
+
|
|
1739
|
+
type VideoProps = {
|
|
1740
|
+
src: string;
|
|
1741
|
+
isMuted: boolean;
|
|
1742
|
+
onMuteToggle: () => void;
|
|
1743
|
+
};
|
|
1744
|
+
declare const _default$1: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<VideoProps & React__default.RefAttributes<HTMLVideoElement>>>;
|
|
1745
|
+
|
|
1746
|
+
type UlLiProps = {
|
|
1747
|
+
list: string[];
|
|
1748
|
+
};
|
|
1749
|
+
declare const ListSimple: FC<UlLiProps>;
|
|
1749
1750
|
|
|
1750
1751
|
declare enum appThemes {
|
|
1751
1752
|
client = "client",
|
|
@@ -1810,126 +1811,126 @@ declare function useRatingCircleBreakPoints({ ranges, maxValue, isReverse, }: {
|
|
|
1810
1811
|
}): number[];
|
|
1811
1812
|
declare function useRatingContext(): CircleRatingContextData;
|
|
1812
1813
|
|
|
1813
|
-
interface IconProps$
|
|
1814
|
+
interface IconProps$s extends React.SVGAttributes<SVGElement> {
|
|
1814
1815
|
size?: number | string;
|
|
1815
1816
|
color?: string;
|
|
1816
1817
|
}
|
|
1817
|
-
declare function IconArrowLeft({ color, size, ...other }: IconProps$
|
|
1818
|
+
declare function IconArrowLeft({ color, size, ...other }: IconProps$s): JSX.Element;
|
|
1818
1819
|
|
|
1819
|
-
interface IconProps$
|
|
1820
|
+
interface IconProps$r extends React.SVGAttributes<SVGElement> {
|
|
1820
1821
|
size?: number | string;
|
|
1821
1822
|
color?: string;
|
|
1822
1823
|
}
|
|
1823
|
-
declare function IconArrowRight({ color, size, ...other }: IconProps$
|
|
1824
|
+
declare function IconArrowRight({ color, size, ...other }: IconProps$r): JSX.Element;
|
|
1824
1825
|
|
|
1825
|
-
interface IconProps$
|
|
1826
|
+
interface IconProps$q extends React.SVGAttributes<SVGElement> {
|
|
1826
1827
|
size?: number | string;
|
|
1827
1828
|
color?: string;
|
|
1828
1829
|
}
|
|
1829
|
-
declare function IconBeachAccess({ color, size, ...other }: IconProps$
|
|
1830
|
+
declare function IconBeachAccess({ color, size, ...other }: IconProps$q): JSX.Element;
|
|
1830
1831
|
|
|
1831
|
-
interface IconProps$
|
|
1832
|
+
interface IconProps$p extends React.SVGAttributes<SVGElement> {
|
|
1832
1833
|
size?: number | string;
|
|
1833
1834
|
color?: string;
|
|
1834
1835
|
}
|
|
1835
|
-
declare function IconCalendar({ color, size, ...other }: IconProps$
|
|
1836
|
+
declare function IconCalendar({ color, size, ...other }: IconProps$p): JSX.Element;
|
|
1836
1837
|
|
|
1837
|
-
interface IconProps$
|
|
1838
|
+
interface IconProps$o extends React.SVGAttributes<SVGElement> {
|
|
1838
1839
|
size?: number | string;
|
|
1839
1840
|
color?: string;
|
|
1840
1841
|
}
|
|
1841
|
-
declare function IconCalendarMonth({ color, size, ...other }: IconProps$
|
|
1842
|
+
declare function IconCalendarMonth({ color, size, ...other }: IconProps$o): JSX.Element;
|
|
1842
1843
|
|
|
1843
|
-
interface IconProps$
|
|
1844
|
+
interface IconProps$n extends React.SVGAttributes<SVGElement> {
|
|
1844
1845
|
size?: number | string;
|
|
1845
1846
|
color?: string;
|
|
1846
1847
|
}
|
|
1847
|
-
declare function IconChatOutline({ color, size, ...other }: IconProps$
|
|
1848
|
+
declare function IconChatOutline({ color, size, ...other }: IconProps$n): JSX.Element;
|
|
1848
1849
|
|
|
1849
|
-
interface IconProps$
|
|
1850
|
+
interface IconProps$m extends React.SVGAttributes<SVGElement> {
|
|
1850
1851
|
size?: number | string;
|
|
1851
1852
|
color?: string;
|
|
1852
1853
|
}
|
|
1853
|
-
declare function IconCheckboxChecked({ color, size, ...other }: IconProps$
|
|
1854
|
+
declare function IconCheckboxChecked({ color, size, ...other }: IconProps$m): JSX.Element;
|
|
1854
1855
|
|
|
1855
|
-
interface IconProps$
|
|
1856
|
+
interface IconProps$l extends React.SVGAttributes<SVGElement> {
|
|
1856
1857
|
size?: number | string;
|
|
1857
1858
|
color?: string;
|
|
1858
1859
|
}
|
|
1859
|
-
declare function IconCheckboxUnchecked({ color, size, ...other }: IconProps$
|
|
1860
|
+
declare function IconCheckboxUnchecked({ color, size, ...other }: IconProps$l): JSX.Element;
|
|
1860
1861
|
|
|
1861
1862
|
declare const IconClose: FC<React.SVGAttributes<SVGElement>>;
|
|
1862
1863
|
|
|
1863
|
-
interface IconProps$
|
|
1864
|
+
interface IconProps$k extends React.SVGAttributes<SVGElement> {
|
|
1864
1865
|
size?: number | string;
|
|
1865
1866
|
color?: string;
|
|
1866
1867
|
}
|
|
1867
|
-
declare function IconEditCalendar({ color, size, ...props }: IconProps$
|
|
1868
|
+
declare function IconEditCalendar({ color, size, ...props }: IconProps$k): JSX.Element;
|
|
1868
1869
|
|
|
1869
|
-
interface IconProps$
|
|
1870
|
+
interface IconProps$j extends React.SVGAttributes<SVGElement> {
|
|
1870
1871
|
size?: number | string;
|
|
1871
1872
|
color?: string;
|
|
1872
1873
|
}
|
|
1873
|
-
declare function IconInvisible({ color, size, ...other }: IconProps$
|
|
1874
|
+
declare function IconInvisible({ color, size, ...other }: IconProps$j): JSX.Element;
|
|
1874
1875
|
|
|
1875
|
-
interface IconProps$
|
|
1876
|
+
interface IconProps$i extends React.SVGAttributes<SVGElement> {
|
|
1876
1877
|
size?: number | string;
|
|
1877
1878
|
color?: string;
|
|
1878
1879
|
}
|
|
1879
|
-
declare function IconLanguage({ color, size, ...other }: IconProps$
|
|
1880
|
+
declare function IconLanguage({ color, size, ...other }: IconProps$i): JSX.Element;
|
|
1880
1881
|
|
|
1881
1882
|
declare const IconLeftArrow: FC<React.SVGAttributes<SVGElement>>;
|
|
1882
1883
|
|
|
1883
|
-
interface IconProps$
|
|
1884
|
+
interface IconProps$h extends React.SVGAttributes<SVGElement> {
|
|
1884
1885
|
size?: number | string;
|
|
1885
1886
|
color?: string;
|
|
1886
1887
|
}
|
|
1887
|
-
declare function IconLogout({ color, size, ...other }: IconProps$
|
|
1888
|
+
declare function IconLogout({ color, size, ...other }: IconProps$h): JSX.Element;
|
|
1888
1889
|
|
|
1889
|
-
interface IconProps$
|
|
1890
|
+
interface IconProps$g extends React.SVGAttributes<SVGElement> {
|
|
1890
1891
|
size?: number | string;
|
|
1891
1892
|
color?: string;
|
|
1892
1893
|
}
|
|
1893
|
-
declare function IconPause({ color, size, ...other }: IconProps$
|
|
1894
|
+
declare function IconPause({ color, size, ...other }: IconProps$g): JSX.Element;
|
|
1894
1895
|
|
|
1895
1896
|
type IconPlusProps = React.SVGProps<any>;
|
|
1896
1897
|
declare function IconPlus({ color, ...props }: IconPlusProps): JSX.Element;
|
|
1897
1898
|
|
|
1898
|
-
interface IconProps$
|
|
1899
|
+
interface IconProps$f extends React.SVGAttributes<SVGElement> {
|
|
1899
1900
|
size?: number | string;
|
|
1900
1901
|
color?: string;
|
|
1901
1902
|
}
|
|
1902
|
-
declare function IconProfileChecked({ color, size, ...other }: IconProps$
|
|
1903
|
+
declare function IconProfileChecked({ color, size, ...other }: IconProps$f): JSX.Element;
|
|
1903
1904
|
|
|
1904
|
-
interface IconProps$
|
|
1905
|
+
interface IconProps$e extends React.SVGAttributes<SVGElement> {
|
|
1905
1906
|
size?: number | string;
|
|
1906
1907
|
color?: string;
|
|
1907
1908
|
}
|
|
1908
|
-
declare function IconProfileCircle({ color, size, ...other }: IconProps$
|
|
1909
|
+
declare function IconProfileCircle({ color, size, ...other }: IconProps$e): JSX.Element;
|
|
1909
1910
|
|
|
1910
|
-
interface IconProps$
|
|
1911
|
+
interface IconProps$d extends React.SVGAttributes<SVGElement> {
|
|
1911
1912
|
size?: number | string;
|
|
1912
1913
|
color?: string;
|
|
1913
1914
|
}
|
|
1914
|
-
declare function IconProfileSetting({ color, size, ...other }: IconProps$
|
|
1915
|
+
declare function IconProfileSetting({ color, size, ...other }: IconProps$d): JSX.Element;
|
|
1915
1916
|
|
|
1916
|
-
interface IconProps$
|
|
1917
|
+
interface IconProps$c extends React.SVGAttributes<SVGElement> {
|
|
1917
1918
|
size?: number | string;
|
|
1918
1919
|
color?: string;
|
|
1919
1920
|
}
|
|
1920
|
-
declare function IconProfileUnderReview({ color, size, ...other }: IconProps$
|
|
1921
|
+
declare function IconProfileUnderReview({ color, size, ...other }: IconProps$c): JSX.Element;
|
|
1921
1922
|
|
|
1922
|
-
interface IconProps$
|
|
1923
|
+
interface IconProps$b extends React.SVGAttributes<SVGElement> {
|
|
1923
1924
|
size?: number | string;
|
|
1924
1925
|
color?: string;
|
|
1925
1926
|
}
|
|
1926
|
-
declare function IconResume({ color, size, ...other }: IconProps$
|
|
1927
|
+
declare function IconResume({ color, size, ...other }: IconProps$b): JSX.Element;
|
|
1927
1928
|
|
|
1928
|
-
interface IconProps$
|
|
1929
|
+
interface IconProps$a extends React.SVGAttributes<SVGElement> {
|
|
1929
1930
|
size?: number | string;
|
|
1930
1931
|
color?: string;
|
|
1931
1932
|
}
|
|
1932
|
-
declare function IconSettings({ color, size, ...other }: IconProps$
|
|
1933
|
+
declare function IconSettings({ color, size, ...other }: IconProps$a): JSX.Element;
|
|
1933
1934
|
|
|
1934
1935
|
declare const IconStar: FC<React.SVGAttributes<SVGElement>>;
|
|
1935
1936
|
|
|
@@ -1937,23 +1938,23 @@ declare const IconStarFilled: FC<React.SVGAttributes<SVGElement>>;
|
|
|
1937
1938
|
|
|
1938
1939
|
declare const IconSuccess: FC<React.SVGAttributes<SVGElement>>;
|
|
1939
1940
|
|
|
1940
|
-
interface IconProps$
|
|
1941
|
+
interface IconProps$9 extends React.SVGAttributes<SVGElement> {
|
|
1941
1942
|
size?: number | string;
|
|
1942
1943
|
color?: string;
|
|
1943
1944
|
}
|
|
1944
|
-
declare function IconTime({ color, size, ...other }: IconProps$
|
|
1945
|
+
declare function IconTime({ color, size, ...other }: IconProps$9): JSX.Element;
|
|
1945
1946
|
|
|
1946
|
-
interface IconProps$
|
|
1947
|
+
interface IconProps$8 extends React.SVGAttributes<SVGElement> {
|
|
1947
1948
|
size?: number | string;
|
|
1948
1949
|
color?: string;
|
|
1949
1950
|
}
|
|
1950
|
-
declare function IconVerifiedUser({ color, size, ...other }: IconProps$
|
|
1951
|
+
declare function IconVerifiedUser({ color, size, ...other }: IconProps$8): JSX.Element;
|
|
1951
1952
|
|
|
1952
|
-
interface IconProps$
|
|
1953
|
+
interface IconProps$7 extends React.SVGAttributes<SVGElement> {
|
|
1953
1954
|
size?: number | string;
|
|
1954
1955
|
color?: string;
|
|
1955
1956
|
}
|
|
1956
|
-
declare function IconVisible({ color, size, ...other }: IconProps$
|
|
1957
|
+
declare function IconVisible({ color, size, ...other }: IconProps$7): JSX.Element;
|
|
1957
1958
|
|
|
1958
1959
|
declare const IconApple: FC<React.SVGAttributes<SVGElement>>;
|
|
1959
1960
|
|
|
@@ -1967,11 +1968,11 @@ declare const IconEye: FC<React.SVGAttributes<SVGElement>>;
|
|
|
1967
1968
|
|
|
1968
1969
|
declare const IconEyeOff: FC<React.SVGAttributes<SVGElement>>;
|
|
1969
1970
|
|
|
1970
|
-
interface IconProps$
|
|
1971
|
+
interface IconProps$6 extends React.SVGAttributes<SVGElement> {
|
|
1971
1972
|
size?: number | string;
|
|
1972
1973
|
color?: string;
|
|
1973
1974
|
}
|
|
1974
|
-
declare function IconWarning({ color, size, ...other }: IconProps$
|
|
1975
|
+
declare function IconWarning({ color, size, ...other }: IconProps$6): JSX.Element;
|
|
1975
1976
|
|
|
1976
1977
|
declare const IconGift: React.FC<React.SVGAttributes<SVGElement>>;
|
|
1977
1978
|
|
|
@@ -1987,29 +1988,49 @@ declare const IconNotificationMuted: (props: SVGProps<SVGSVGElement>) => JSX.Ele
|
|
|
1987
1988
|
|
|
1988
1989
|
declare const IconCheckSmall: React.FC<React.SVGAttributes<SVGElement>>;
|
|
1989
1990
|
|
|
1990
|
-
interface IconProps$
|
|
1991
|
+
interface IconProps$5 extends React.SVGAttributes<SVGElement> {
|
|
1991
1992
|
size?: number | string;
|
|
1992
1993
|
color?: string;
|
|
1993
1994
|
className?: string;
|
|
1994
1995
|
style?: React.CSSProperties;
|
|
1995
1996
|
}
|
|
1996
|
-
declare function IconCheck({ color, size, ...other }: IconProps$
|
|
1997
|
+
declare function IconCheck({ color, size, ...other }: IconProps$5): JSX.Element;
|
|
1997
1998
|
|
|
1998
|
-
interface IconProps$
|
|
1999
|
+
interface IconProps$4 extends React.SVGAttributes<SVGElement> {
|
|
1999
2000
|
size?: number | string;
|
|
2000
2001
|
color?: string;
|
|
2001
2002
|
className?: string;
|
|
2002
2003
|
style?: React.CSSProperties;
|
|
2003
2004
|
}
|
|
2004
|
-
declare const IconCapFilled: FC<IconProps$
|
|
2005
|
+
declare const IconCapFilled: FC<IconProps$4>;
|
|
2005
2006
|
|
|
2006
|
-
interface IconProps extends React.SVGAttributes<SVGElement> {
|
|
2007
|
+
interface IconProps$3 extends React.SVGAttributes<SVGElement> {
|
|
2007
2008
|
size?: number | string;
|
|
2008
2009
|
color?: string;
|
|
2009
2010
|
className?: string;
|
|
2010
2011
|
style?: React.CSSProperties;
|
|
2011
2012
|
}
|
|
2012
|
-
declare function IconCancelRounded({ color, size, ...other }: IconProps): JSX.Element;
|
|
2013
|
+
declare function IconCancelRounded({ color, size, ...other }: IconProps$3): JSX.Element;
|
|
2014
|
+
|
|
2015
|
+
interface IconProps$2 extends React.SVGAttributes<SVGElement> {
|
|
2016
|
+
size?: number | string;
|
|
2017
|
+
color?: string;
|
|
2018
|
+
}
|
|
2019
|
+
declare function IconMute({ color, size, ...other }: IconProps$2): JSX.Element;
|
|
2020
|
+
|
|
2021
|
+
interface IconProps$1 extends React.SVGAttributes<SVGElement> {
|
|
2022
|
+
size?: number | string;
|
|
2023
|
+
color?: string;
|
|
2024
|
+
}
|
|
2025
|
+
declare function IconUnmute({ color, size, ...other }: IconProps$1): JSX.Element;
|
|
2026
|
+
|
|
2027
|
+
declare const IconBookmark: ({ width, height, color, ...other }: SVGProps<SVGSVGElement>) => JSX.Element;
|
|
2028
|
+
|
|
2029
|
+
interface IconProps extends React.SVGAttributes<SVGElement> {
|
|
2030
|
+
size?: number | string;
|
|
2031
|
+
color?: string;
|
|
2032
|
+
}
|
|
2033
|
+
declare function IconBookmarkOutlined({ size, color, ...other }: IconProps): JSX.Element;
|
|
2013
2034
|
|
|
2014
2035
|
declare const IconUserNotFound: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
|
2015
2036
|
|
|
@@ -2027,8 +2048,6 @@ declare const IconCancel: ({ width, height, color, ...other }: SVGProps<SVGSVGEl
|
|
|
2027
2048
|
|
|
2028
2049
|
declare const IconCalendarFilled: ({ width, height, color, ...props }: SVGProps<SVGSVGElement>) => JSX.Element;
|
|
2029
2050
|
|
|
2030
|
-
declare const IconBookmark: ({ width, height, color, ...other }: SVGProps<SVGSVGElement>) => JSX.Element;
|
|
2031
|
-
|
|
2032
2051
|
declare const IconArrowDown: ({ width, height, color, ...other }: SVGProps<SVGSVGElement>) => JSX.Element;
|
|
2033
2052
|
|
|
2034
2053
|
type AnyRef = React__default.Ref<any>;
|
|
@@ -2116,4 +2135,25 @@ type PushNotificationsIsDisabledBannerProps = {
|
|
|
2116
2135
|
|
|
2117
2136
|
declare function PushNotificationsIsDisabledBanner({ onOpenNativeSettings, className, title, description, buttonText, }: PushNotificationsIsDisabledBannerProps): JSX.Element;
|
|
2118
2137
|
|
|
2119
|
-
|
|
2138
|
+
type SpecialistShortInfoItemFeatureProps = {
|
|
2139
|
+
t?: WithTranslation['t'];
|
|
2140
|
+
match: number;
|
|
2141
|
+
fullName: string;
|
|
2142
|
+
avatarLink: string;
|
|
2143
|
+
countryCode: string;
|
|
2144
|
+
yearsOfExperience: number;
|
|
2145
|
+
};
|
|
2146
|
+
declare const SpecialistShortInfoItemFeature: FC<SpecialistShortInfoItemFeatureProps & WithTranslation['t']>;
|
|
2147
|
+
|
|
2148
|
+
type SpecialistInfoColumnFeatureProps = {
|
|
2149
|
+
t?: WithTranslation['t'];
|
|
2150
|
+
rating: string;
|
|
2151
|
+
reviews: number;
|
|
2152
|
+
sessionPrice: string;
|
|
2153
|
+
isAddedToBookmark: boolean;
|
|
2154
|
+
sessionDurationMinutes: number;
|
|
2155
|
+
onAddDeleteBookmark: () => void;
|
|
2156
|
+
};
|
|
2157
|
+
declare const SpecialistInfoColumnFeature: FC<SpecialistInfoColumnFeatureProps & WithTranslation['t']>;
|
|
2158
|
+
|
|
2159
|
+
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 };
|