@mindly/ui-components 5.49.5 → 5.51.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 +6 -6
- package/dist/cjs/lib2/features/ReviewCardFeature/ReviewCardFeature.d.ts +12 -0
- package/dist/cjs/lib2/features/ReviewCardFeature/index.d.ts +1 -0
- package/dist/cjs/lib2/features/ReviewCardFeature/styles.d.ts +104 -0
- package/dist/cjs/lib2/features/index.d.ts +1 -0
- package/dist/cjs/lib2/shared/ui/Avatar_v2/Avatar_v2.d.ts +1 -1
- package/dist/cjs/lib2/shared/ui/Button_v2/Button_v2.d.ts +2 -0
- package/dist/cjs/lib2/shared/ui/ProgressBar_v2/ProgressBar_v2.d.ts +1 -1
- package/dist/cjs/lib2/shared/ui/Typography/types.d.ts +6 -1
- package/dist/cjs/lib2/shared/utils/index.d.ts +1 -0
- package/dist/cjs/lib2/shared/utils/newShade.d.ts +1 -0
- package/dist/esm/index.js +6 -6
- package/dist/esm/lib2/features/ReviewCardFeature/ReviewCardFeature.d.ts +12 -0
- package/dist/esm/lib2/features/ReviewCardFeature/index.d.ts +1 -0
- package/dist/esm/lib2/features/ReviewCardFeature/styles.d.ts +104 -0
- package/dist/esm/lib2/features/index.d.ts +1 -0
- package/dist/esm/lib2/shared/ui/Avatar_v2/Avatar_v2.d.ts +1 -1
- package/dist/esm/lib2/shared/ui/Button_v2/Button_v2.d.ts +2 -0
- package/dist/esm/lib2/shared/ui/ProgressBar_v2/ProgressBar_v2.d.ts +1 -1
- package/dist/esm/lib2/shared/ui/Typography/types.d.ts +6 -1
- package/dist/esm/lib2/shared/utils/index.d.ts +1 -0
- package/dist/esm/lib2/shared/utils/newShade.d.ts +1 -0
- package/dist/index.d.ts +85 -66
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -224,7 +224,7 @@ type LetterAvatarProps = {
|
|
|
224
224
|
fontSize?: number;
|
|
225
225
|
onClick?: () => void;
|
|
226
226
|
};
|
|
227
|
-
declare const _default$
|
|
227
|
+
declare const _default$11: React__default.NamedExoticComponent<LetterAvatarProps>;
|
|
228
228
|
|
|
229
229
|
type ImageWithFallbackProps = JSX.IntrinsicElements['img'] & {
|
|
230
230
|
onErrorContent: React__default.ReactElement;
|
|
@@ -236,7 +236,7 @@ type PersonDateTimeCardProps = {
|
|
|
236
236
|
name: string;
|
|
237
237
|
dateTime: Date;
|
|
238
238
|
};
|
|
239
|
-
declare const _default
|
|
239
|
+
declare const _default$10: React__default.NamedExoticComponent<PersonDateTimeCardProps>;
|
|
240
240
|
|
|
241
241
|
type PsychologistProfileType = {
|
|
242
242
|
id: string;
|
|
@@ -402,7 +402,7 @@ type SelectImpressionEmojiProps = {
|
|
|
402
402
|
onChange?: (val: ImpressionEmojiEnum) => void;
|
|
403
403
|
};
|
|
404
404
|
|
|
405
|
-
declare const _default
|
|
405
|
+
declare const _default$$: React__default.NamedExoticComponent<SelectImpressionEmojiProps>;
|
|
406
406
|
|
|
407
407
|
interface FooterForBookingProps {
|
|
408
408
|
eventHandler: (props?: React__default.SyntheticEvent) => void;
|
|
@@ -434,7 +434,7 @@ type MediaPlayerProps<TCameraTrack extends Playable | undefined, TAudioTrack ext
|
|
|
434
434
|
showControls: boolean;
|
|
435
435
|
isScreenSharing?: boolean;
|
|
436
436
|
} & HTMLAttributes<HTMLDivElement>;
|
|
437
|
-
declare const _default$
|
|
437
|
+
declare const _default$_: <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;
|
|
438
438
|
|
|
439
439
|
type RoundButtonPropsType = {
|
|
440
440
|
disabled?: boolean;
|
|
@@ -462,7 +462,7 @@ type ChatListItemProps = {
|
|
|
462
462
|
isDisabled?: boolean;
|
|
463
463
|
t?: WithTranslation['t'];
|
|
464
464
|
};
|
|
465
|
-
declare const _default$
|
|
465
|
+
declare const _default$Z: React__default.NamedExoticComponent<ChatListItemProps>;
|
|
466
466
|
|
|
467
467
|
type ChatMessageProps = {
|
|
468
468
|
message: string | File;
|
|
@@ -480,11 +480,11 @@ type ChatMessageProps = {
|
|
|
480
480
|
};
|
|
481
481
|
locale?: string;
|
|
482
482
|
};
|
|
483
|
-
declare const _default$
|
|
483
|
+
declare const _default$Y: React__default.NamedExoticComponent<ChatMessageProps>;
|
|
484
484
|
|
|
485
485
|
declare const ChatMessageSkeleton: () => JSX.Element;
|
|
486
486
|
|
|
487
|
-
declare const _default$
|
|
487
|
+
declare const _default$X: React__default.MemoExoticComponent<() => JSX.Element>;
|
|
488
488
|
|
|
489
489
|
type EmptyChatList = {
|
|
490
490
|
title?: string;
|
|
@@ -494,7 +494,7 @@ type EmptyChatList = {
|
|
|
494
494
|
onClick?: () => void;
|
|
495
495
|
};
|
|
496
496
|
declare const EmptyChatList: FC<EmptyChatList>;
|
|
497
|
-
declare const _default$
|
|
497
|
+
declare const _default$W: React__default.NamedExoticComponent<EmptyChatList>;
|
|
498
498
|
|
|
499
499
|
type EmptyChatMessagesProps = {
|
|
500
500
|
title?: string;
|
|
@@ -519,7 +519,7 @@ type TextareaProps = {
|
|
|
519
519
|
onFileSelect?: (file: File | null, type: 'file' | 'image' | 'video', fileInfo: FileInfoType) => void;
|
|
520
520
|
t?: WithTranslation['t'];
|
|
521
521
|
};
|
|
522
|
-
declare const _default$
|
|
522
|
+
declare const _default$V: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<TextareaProps & React__default.RefAttributes<HTMLIonFooterElement>>>;
|
|
523
523
|
|
|
524
524
|
type LouseConnectProps = {
|
|
525
525
|
onClick?: () => void;
|
|
@@ -598,7 +598,7 @@ type SpecialistEducationCardProps$1 = {
|
|
|
598
598
|
yearEnd?: number | null;
|
|
599
599
|
showLoader?: boolean;
|
|
600
600
|
};
|
|
601
|
-
declare const _default$
|
|
601
|
+
declare const _default$U: React__default.NamedExoticComponent<SpecialistEducationCardProps$1>;
|
|
602
602
|
|
|
603
603
|
type SpecialistProfileViewCardProps$1 = {
|
|
604
604
|
avatarLink?: string | null;
|
|
@@ -611,7 +611,7 @@ type SpecialistProfileViewCardProps$1 = {
|
|
|
611
611
|
videoLinkUrl?: string | null;
|
|
612
612
|
showLoader?: boolean;
|
|
613
613
|
} & React__default.DetailedHTMLProps<React__default.HTMLAttributes<HTMLDivElement>, HTMLDivElement>;
|
|
614
|
-
declare const _default$
|
|
614
|
+
declare const _default$T: React__default.NamedExoticComponent<SpecialistProfileViewCardProps$1>;
|
|
615
615
|
|
|
616
616
|
type SpecialistStatisticsCardProps$1 = {
|
|
617
617
|
activeClients?: number;
|
|
@@ -647,7 +647,7 @@ type VideoPlayerProps = {
|
|
|
647
647
|
closeModalHandler?: () => void;
|
|
648
648
|
onErrorContent: React__default.ReactElement;
|
|
649
649
|
} & JSX$1.IonModal;
|
|
650
|
-
declare const _default$
|
|
650
|
+
declare const _default$S: React__default.NamedExoticComponent<VideoPlayerProps>;
|
|
651
651
|
|
|
652
652
|
type NotSupportModalProps = {
|
|
653
653
|
closeModal?: () => void;
|
|
@@ -683,7 +683,7 @@ type VideoCallInfoProps = {
|
|
|
683
683
|
abbreviatedSeconds: string;
|
|
684
684
|
};
|
|
685
685
|
};
|
|
686
|
-
declare const _default$
|
|
686
|
+
declare const _default$R: React__default.NamedExoticComponent<VideoCallInfoProps>;
|
|
687
687
|
|
|
688
688
|
declare enum ConsultationCardType {
|
|
689
689
|
FEATURE = "feature",
|
|
@@ -718,14 +718,14 @@ type ConsultationCardProps = {
|
|
|
718
718
|
};
|
|
719
719
|
};
|
|
720
720
|
|
|
721
|
-
declare const _default$
|
|
721
|
+
declare const _default$Q: React__default.NamedExoticComponent<ConsultationCardProps>;
|
|
722
722
|
|
|
723
723
|
type SignUpSessionButtonProps = {
|
|
724
724
|
label: string;
|
|
725
725
|
isLoading?: boolean;
|
|
726
726
|
onClick?: () => void;
|
|
727
727
|
};
|
|
728
|
-
declare const _default$
|
|
728
|
+
declare const _default$P: React__default.NamedExoticComponent<SignUpSessionButtonProps>;
|
|
729
729
|
|
|
730
730
|
type EmptyConsultationsProps = {
|
|
731
731
|
title: string;
|
|
@@ -733,7 +733,7 @@ type EmptyConsultationsProps = {
|
|
|
733
733
|
buttonLabel?: string;
|
|
734
734
|
onClick?: () => void;
|
|
735
735
|
};
|
|
736
|
-
declare const _default$
|
|
736
|
+
declare const _default$O: React__default.NamedExoticComponent<EmptyConsultationsProps>;
|
|
737
737
|
|
|
738
738
|
type ConsultationModalProps = {
|
|
739
739
|
isOpen: boolean;
|
|
@@ -768,7 +768,7 @@ type ConsultationModalProps = {
|
|
|
768
768
|
started?: string;
|
|
769
769
|
};
|
|
770
770
|
};
|
|
771
|
-
declare const _default$
|
|
771
|
+
declare const _default$N: React__default.NamedExoticComponent<ConsultationModalProps>;
|
|
772
772
|
|
|
773
773
|
type SpecialistData = {
|
|
774
774
|
id: string;
|
|
@@ -785,7 +785,7 @@ type SignUpSessionModalProps = {
|
|
|
785
785
|
title: string;
|
|
786
786
|
cancelBtnLabel: string;
|
|
787
787
|
};
|
|
788
|
-
declare const _default$
|
|
788
|
+
declare const _default$M: React__default.NamedExoticComponent<SignUpSessionModalProps>;
|
|
789
789
|
|
|
790
790
|
type ConsultationSpecialistCardProps = {
|
|
791
791
|
id: string;
|
|
@@ -796,7 +796,7 @@ type ConsultationSpecialistCardProps = {
|
|
|
796
796
|
onSignUp?: (id: string) => void;
|
|
797
797
|
signInBtnLabel: string;
|
|
798
798
|
};
|
|
799
|
-
declare const _default$
|
|
799
|
+
declare const _default$L: React__default.NamedExoticComponent<ConsultationSpecialistCardProps>;
|
|
800
800
|
|
|
801
801
|
type UserInfoModalProps = {
|
|
802
802
|
isOpen: boolean;
|
|
@@ -861,7 +861,7 @@ type ReScheduleProps = {
|
|
|
861
861
|
btnLabel: string;
|
|
862
862
|
};
|
|
863
863
|
};
|
|
864
|
-
declare const _default$
|
|
864
|
+
declare const _default$K: React__default.NamedExoticComponent<ReScheduleProps>;
|
|
865
865
|
|
|
866
866
|
type ReScheduleSuccessProps = {
|
|
867
867
|
name: string;
|
|
@@ -899,7 +899,7 @@ type DaySliderProps = JSX$1.IonSlides & HTMLAttributes<HTMLIonSlidesElement> & R
|
|
|
899
899
|
tomorrow?: string;
|
|
900
900
|
};
|
|
901
901
|
};
|
|
902
|
-
declare const _default$
|
|
902
|
+
declare const _default$J: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<Omit<DaySliderProps, "ref"> & React__default.RefAttributes<HTMLIonSlidesElement>>>;
|
|
903
903
|
|
|
904
904
|
type SpecialistWorkDirectionsPropsType = {
|
|
905
905
|
workDirections?: string[] | [];
|
|
@@ -908,7 +908,7 @@ type SpecialistWorkDirectionsPropsType = {
|
|
|
908
908
|
moreLabel?: string;
|
|
909
909
|
hideLabel?: string;
|
|
910
910
|
};
|
|
911
|
-
declare const _default$
|
|
911
|
+
declare const _default$I: React__default.NamedExoticComponent<SpecialistWorkDirectionsPropsType>;
|
|
912
912
|
|
|
913
913
|
type SpecialistProfileViewCardProps = {
|
|
914
914
|
videoLink?: string;
|
|
@@ -918,7 +918,7 @@ type SpecialistProfileViewCardProps = {
|
|
|
918
918
|
isLoading?: boolean;
|
|
919
919
|
videoDurationSeconds?: number;
|
|
920
920
|
};
|
|
921
|
-
declare const _default$
|
|
921
|
+
declare const _default$H: React__default.NamedExoticComponent<SpecialistProfileViewCardProps>;
|
|
922
922
|
|
|
923
923
|
type SpecialistAboutProps = {
|
|
924
924
|
text?: string;
|
|
@@ -927,7 +927,7 @@ type SpecialistAboutProps = {
|
|
|
927
927
|
moreLabel?: string;
|
|
928
928
|
hideLabel?: string;
|
|
929
929
|
};
|
|
930
|
-
declare const _default$
|
|
930
|
+
declare const _default$G: React__default.NamedExoticComponent<SpecialistAboutProps>;
|
|
931
931
|
|
|
932
932
|
type SpecialistEducationCardProps = {
|
|
933
933
|
institutionName?: string;
|
|
@@ -938,7 +938,7 @@ type SpecialistEducationCardProps = {
|
|
|
938
938
|
yearEnd?: number | null;
|
|
939
939
|
showLoader?: boolean;
|
|
940
940
|
};
|
|
941
|
-
declare const _default$
|
|
941
|
+
declare const _default$F: React__default.NamedExoticComponent<SpecialistEducationCardProps>;
|
|
942
942
|
|
|
943
943
|
type SpecialistStatisticsCardProps = {
|
|
944
944
|
trust?: boolean;
|
|
@@ -984,7 +984,7 @@ type BookingScheduleTimeProps = {
|
|
|
984
984
|
onClick?: (index: number, item: string) => void;
|
|
985
985
|
isLoading?: boolean;
|
|
986
986
|
};
|
|
987
|
-
declare const _default$
|
|
987
|
+
declare const _default$E: React__default.NamedExoticComponent<BookingScheduleTimeProps>;
|
|
988
988
|
|
|
989
989
|
type BookingSpecialistInfoProps = {
|
|
990
990
|
name: string;
|
|
@@ -993,7 +993,7 @@ type BookingSpecialistInfoProps = {
|
|
|
993
993
|
avatar?: string;
|
|
994
994
|
isLoading?: boolean;
|
|
995
995
|
};
|
|
996
|
-
declare const _default$
|
|
996
|
+
declare const _default$D: React__default.NamedExoticComponent<BookingSpecialistInfoProps>;
|
|
997
997
|
|
|
998
998
|
type SpecialistCardProps = {
|
|
999
999
|
fullName?: string;
|
|
@@ -1042,7 +1042,7 @@ type SpecialistCardProps = {
|
|
|
1042
1042
|
};
|
|
1043
1043
|
declare const SpecialistCard$1: React__default.FC<SpecialistCardProps>;
|
|
1044
1044
|
|
|
1045
|
-
declare const _default$
|
|
1045
|
+
declare const _default$C: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
|
|
1046
1046
|
isError?: boolean | undefined;
|
|
1047
1047
|
errorStyle?: "filled" | "unfilled" | undefined;
|
|
1048
1048
|
type?: "number" | "text" | "email" | undefined;
|
|
@@ -1066,11 +1066,11 @@ declare const PasswordInput: React__default.ForwardRefExoticComponent<{
|
|
|
1066
1066
|
error?: string | null | undefined;
|
|
1067
1067
|
} & Omit<React__default.InputHTMLAttributes<HTMLInputElement>, "type"> & React__default.RefAttributes<HTMLInputElement>>;
|
|
1068
1068
|
|
|
1069
|
-
declare const _default$
|
|
1069
|
+
declare const _default$B: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
|
|
1070
1070
|
isError?: boolean | undefined;
|
|
1071
1071
|
} & React__default.TextareaHTMLAttributes<HTMLTextAreaElement> & React__default.RefAttributes<HTMLTextAreaElement>>>;
|
|
1072
1072
|
|
|
1073
|
-
declare const _default$
|
|
1073
|
+
declare const _default$A: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
|
|
1074
1074
|
options: {
|
|
1075
1075
|
id: string | number;
|
|
1076
1076
|
label: string | number;
|
|
@@ -1102,7 +1102,7 @@ type CustomCheckboxProps = {
|
|
|
1102
1102
|
isCheckbox?: boolean;
|
|
1103
1103
|
onChange?: (e: ChangeEvent<HTMLInputElement>) => void;
|
|
1104
1104
|
};
|
|
1105
|
-
declare const _default$
|
|
1105
|
+
declare const _default$z: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<CustomCheckboxProps & React__default.RefAttributes<HTMLInputElement>>>;
|
|
1106
1106
|
|
|
1107
1107
|
type CheckboxListItem = {
|
|
1108
1108
|
id: ReactText;
|
|
@@ -1130,7 +1130,7 @@ type CheckboxListProps = {
|
|
|
1130
1130
|
from: string;
|
|
1131
1131
|
};
|
|
1132
1132
|
};
|
|
1133
|
-
declare const _default$
|
|
1133
|
+
declare const _default$y: React__default.NamedExoticComponent<CheckboxListProps>;
|
|
1134
1134
|
|
|
1135
1135
|
type BookingHeaderProps = {
|
|
1136
1136
|
title?: string;
|
|
@@ -1144,9 +1144,9 @@ type ProgressBarProps = {
|
|
|
1144
1144
|
progress: number;
|
|
1145
1145
|
loaderTitle?: string;
|
|
1146
1146
|
};
|
|
1147
|
-
declare const _default$
|
|
1147
|
+
declare const _default$x: React__default.NamedExoticComponent<ProgressBarProps>;
|
|
1148
1148
|
|
|
1149
|
-
declare const _default$
|
|
1149
|
+
declare const _default$w: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
|
|
1150
1150
|
title: string;
|
|
1151
1151
|
subTitle?: string | undefined;
|
|
1152
1152
|
isError?: boolean | undefined;
|
|
@@ -1178,7 +1178,7 @@ type FlagProps$1 = {
|
|
|
1178
1178
|
dimensions?: number;
|
|
1179
1179
|
className?: string;
|
|
1180
1180
|
};
|
|
1181
|
-
declare const _default$
|
|
1181
|
+
declare const _default$v: React__default.NamedExoticComponent<FlagProps$1>;
|
|
1182
1182
|
|
|
1183
1183
|
type SpecialistLangsProps = {
|
|
1184
1184
|
showLoader?: boolean;
|
|
@@ -1218,7 +1218,7 @@ type ProfileInformationProps = {
|
|
|
1218
1218
|
reviews: string[];
|
|
1219
1219
|
};
|
|
1220
1220
|
} & React__default.HTMLAttributes<HTMLDivElement>;
|
|
1221
|
-
declare const _default$
|
|
1221
|
+
declare const _default$u: React__default.NamedExoticComponent<ProfileInformationProps>;
|
|
1222
1222
|
|
|
1223
1223
|
type SpecialistMatchProps = {
|
|
1224
1224
|
specialistFirstName?: string;
|
|
@@ -1230,7 +1230,7 @@ type SpecialistMatchProps = {
|
|
|
1230
1230
|
howWeMatchThis: string;
|
|
1231
1231
|
};
|
|
1232
1232
|
} & React__default.HTMLAttributes<HTMLDivElement>;
|
|
1233
|
-
declare const _default$
|
|
1233
|
+
declare const _default$t: React__default.NamedExoticComponent<SpecialistMatchProps>;
|
|
1234
1234
|
|
|
1235
1235
|
type SpecialistStatisticProps = {
|
|
1236
1236
|
learnMoreClick: () => void;
|
|
@@ -1250,7 +1250,7 @@ type SpecialistStatisticProps = {
|
|
|
1250
1250
|
bookedSession: string;
|
|
1251
1251
|
};
|
|
1252
1252
|
} & React__default.HTMLAttributes<HTMLDivElement>;
|
|
1253
|
-
declare const _default$
|
|
1253
|
+
declare const _default$s: React__default.NamedExoticComponent<SpecialistStatisticProps>;
|
|
1254
1254
|
|
|
1255
1255
|
type RatingWithLabelProps = {
|
|
1256
1256
|
countOfReviews?: number;
|
|
@@ -1406,6 +1406,8 @@ declare enum TypographyVariantsEnum {
|
|
|
1406
1406
|
Title24Semi = "Title/24 Semi",
|
|
1407
1407
|
Title20Semi = "Title/20 Semi",
|
|
1408
1408
|
Title18Semi = "Title/18 Semi",
|
|
1409
|
+
Title14Semi = "Title/14 Semi",
|
|
1410
|
+
Title12Semi = "Title/12 Semi",
|
|
1409
1411
|
Text48Semi = "Text/48 Semi",
|
|
1410
1412
|
Text32Semi = "Text/32 Semi",
|
|
1411
1413
|
Text24Semi = "Text/24 Semi",
|
|
@@ -1421,7 +1423,10 @@ declare enum TypographyVariantsEnum {
|
|
|
1421
1423
|
Text13Semi = "Text/13 Semi",
|
|
1422
1424
|
Text13Regular = "Text/13 Regular",
|
|
1423
1425
|
Text12Regular = "Text/12 Regular",
|
|
1424
|
-
Tabbar10Medium = "Tabbar/10 Medium"
|
|
1426
|
+
Tabbar10Medium = "Tabbar/10 Medium",
|
|
1427
|
+
Text8Regular = "Text/8 Regular",
|
|
1428
|
+
Text7Regular = "Text/7 Regular",
|
|
1429
|
+
Text6Regular = "Text/6 Regular"
|
|
1425
1430
|
}
|
|
1426
1431
|
type TypographyAlignType = 'left' | 'center' | 'right';
|
|
1427
1432
|
type TypographyOpacityType = 100 | 65 | 50 | 45 | 35 | 30 | 15 | 10 | 8 | 6;
|
|
@@ -1435,7 +1440,7 @@ type TypographyProps = {
|
|
|
1435
1440
|
children: React__default.ReactNode;
|
|
1436
1441
|
onClick?: (args: any) => typeof args;
|
|
1437
1442
|
};
|
|
1438
|
-
declare const _default$
|
|
1443
|
+
declare const _default$r: React__default.NamedExoticComponent<TypographyProps>;
|
|
1439
1444
|
|
|
1440
1445
|
type AppFooterProps = {
|
|
1441
1446
|
children?: React__default.ReactNode;
|
|
@@ -1443,30 +1448,31 @@ type AppFooterProps = {
|
|
|
1443
1448
|
bottomSaveArea?: boolean;
|
|
1444
1449
|
borderTop?: boolean;
|
|
1445
1450
|
};
|
|
1446
|
-
declare const _default$
|
|
1451
|
+
declare const _default$q: React__default.NamedExoticComponent<AppFooterProps>;
|
|
1447
1452
|
|
|
1448
1453
|
type AvatarRoundVariants = 'circle' | 'drop';
|
|
1449
1454
|
|
|
1450
1455
|
type AvatarProps = {
|
|
1451
|
-
variant?: 'small' | 'medium';
|
|
1456
|
+
variant?: 'small' | 'medium' | 'smaller';
|
|
1452
1457
|
round?: AvatarRoundVariants;
|
|
1453
1458
|
className?: string;
|
|
1454
1459
|
src?: string;
|
|
1455
1460
|
alt?: string;
|
|
1456
1461
|
showSkeleton?: boolean;
|
|
1457
1462
|
};
|
|
1458
|
-
declare const _default$
|
|
1463
|
+
declare const _default$p: React__default.NamedExoticComponent<AvatarProps>;
|
|
1459
1464
|
|
|
1460
1465
|
type SkeletonProps = {
|
|
1461
1466
|
animated?: boolean;
|
|
1462
1467
|
className?: string;
|
|
1463
1468
|
style?: React__default.CSSProperties;
|
|
1464
1469
|
};
|
|
1465
|
-
declare const _default$
|
|
1470
|
+
declare const _default$o: React__default.NamedExoticComponent<SkeletonProps>;
|
|
1466
1471
|
|
|
1467
1472
|
type ButtonProps = {
|
|
1468
1473
|
fill?: 'outline' | 'clear';
|
|
1469
1474
|
size?: 'default' | 'large' | 'small';
|
|
1475
|
+
customSize?: 'smaller';
|
|
1470
1476
|
color?: undefined;
|
|
1471
1477
|
fullWidth?: boolean;
|
|
1472
1478
|
className?: string;
|
|
@@ -1475,6 +1481,7 @@ type ButtonProps = {
|
|
|
1475
1481
|
isLoading?: boolean;
|
|
1476
1482
|
icon?: React__default.ReactNode;
|
|
1477
1483
|
iconPosition?: 'start' | 'center';
|
|
1484
|
+
style?: React__default.CSSProperties;
|
|
1478
1485
|
} & JSX$1.IonButton;
|
|
1479
1486
|
declare const Button_v2: FC<ButtonProps>;
|
|
1480
1487
|
|
|
@@ -1495,7 +1502,7 @@ type FlagProps = {
|
|
|
1495
1502
|
name: string;
|
|
1496
1503
|
className?: string;
|
|
1497
1504
|
};
|
|
1498
|
-
declare const _default$
|
|
1505
|
+
declare const _default$n: React__default.NamedExoticComponent<FlagProps>;
|
|
1499
1506
|
|
|
1500
1507
|
type PictureProps = {
|
|
1501
1508
|
width: number;
|
|
@@ -1510,7 +1517,7 @@ type PictureProps = {
|
|
|
1510
1517
|
alt?: string;
|
|
1511
1518
|
className?: string;
|
|
1512
1519
|
};
|
|
1513
|
-
declare const _default$
|
|
1520
|
+
declare const _default$m: React__default.NamedExoticComponent<PictureProps>;
|
|
1514
1521
|
|
|
1515
1522
|
type BadgeType = 'default' | 'accent';
|
|
1516
1523
|
type BadgeVariants = 'attention' | 'neutral' | 'success' | 'warning' | 'brand' | 'info';
|
|
@@ -1520,7 +1527,7 @@ type BadgeProps = React.ComponentPropsWithoutRef<'span'> & {
|
|
|
1520
1527
|
type?: BadgeType;
|
|
1521
1528
|
};
|
|
1522
1529
|
|
|
1523
|
-
declare const _default$
|
|
1530
|
+
declare const _default$l: React.NamedExoticComponent<BadgeProps>;
|
|
1524
1531
|
|
|
1525
1532
|
type ItemCardVariants = 'neutral' | 'transparent';
|
|
1526
1533
|
type ItemCardProps = React.ComponentPropsWithoutRef<'div'> & {
|
|
@@ -1528,7 +1535,7 @@ type ItemCardProps = React.ComponentPropsWithoutRef<'div'> & {
|
|
|
1528
1535
|
size?: 'M' | 'M4';
|
|
1529
1536
|
};
|
|
1530
1537
|
|
|
1531
|
-
declare const _default$
|
|
1538
|
+
declare const _default$k: React.NamedExoticComponent<ItemCardProps>;
|
|
1532
1539
|
|
|
1533
1540
|
type AppHeaderProps = {
|
|
1534
1541
|
fullwidth?: boolean;
|
|
@@ -1797,7 +1804,7 @@ interface TextareaV2Props extends Omit<JSX$1.IonTextarea, 'color' | 'enterkeyhin
|
|
|
1797
1804
|
className?: string;
|
|
1798
1805
|
}
|
|
1799
1806
|
|
|
1800
|
-
declare const _default$
|
|
1807
|
+
declare const _default$j: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<TextareaV2Props & React__default.RefAttributes<HTMLIonTextareaElement>>>;
|
|
1801
1808
|
|
|
1802
1809
|
type RatingProps = {
|
|
1803
1810
|
initialRating?: number;
|
|
@@ -1809,7 +1816,7 @@ type RatingProps = {
|
|
|
1809
1816
|
readonly?: boolean;
|
|
1810
1817
|
};
|
|
1811
1818
|
|
|
1812
|
-
declare const _default$
|
|
1819
|
+
declare const _default$i: React__default.NamedExoticComponent<RatingProps>;
|
|
1813
1820
|
|
|
1814
1821
|
declare const RatingCircleWrapper: FC<CircleRatingComponentProps & {
|
|
1815
1822
|
t: WithTranslation | any;
|
|
@@ -1823,7 +1830,7 @@ type IconButtonProps = {
|
|
|
1823
1830
|
fill?: 'clear' | 'filled';
|
|
1824
1831
|
type?: 'button' | 'submit' | 'reset';
|
|
1825
1832
|
};
|
|
1826
|
-
declare const _default$
|
|
1833
|
+
declare const _default$h: React__default.NamedExoticComponent<IconButtonProps>;
|
|
1827
1834
|
|
|
1828
1835
|
type ToastProviderProps = ToastStateProps;
|
|
1829
1836
|
type MindlyToastProps = {
|
|
@@ -1858,22 +1865,22 @@ declare const ModalSheet: React.ForwardRefExoticComponent<_ionic_core_dist_types
|
|
|
1858
1865
|
} & React.RefAttributes<HTMLIonModalElement>>;
|
|
1859
1866
|
|
|
1860
1867
|
type ProgressBar_v2Props = {
|
|
1861
|
-
variant?: 'default' | 'danger' | 'success';
|
|
1868
|
+
variant?: 'default' | 'danger' | 'success' | 'dark' | 'light';
|
|
1862
1869
|
progress: number;
|
|
1863
1870
|
className?: string;
|
|
1864
1871
|
reversed?: boolean;
|
|
1865
1872
|
};
|
|
1866
|
-
declare const _default$
|
|
1873
|
+
declare const _default$g: React__default.NamedExoticComponent<ProgressBar_v2Props>;
|
|
1867
1874
|
|
|
1868
1875
|
type LoadingProps = {
|
|
1869
1876
|
isOpen: boolean;
|
|
1870
1877
|
};
|
|
1871
|
-
declare const _default$
|
|
1878
|
+
declare const _default$f: React__default.NamedExoticComponent<LoadingProps>;
|
|
1872
1879
|
|
|
1873
1880
|
type ListItemsProps = React.HTMLAttributes<HTMLIonListElement> & {
|
|
1874
1881
|
withBorders?: boolean;
|
|
1875
1882
|
};
|
|
1876
|
-
declare const _default$
|
|
1883
|
+
declare const _default$e: React.NamedExoticComponent<ListItemsProps>;
|
|
1877
1884
|
|
|
1878
1885
|
type ItemProps = React.HTMLAttributes<HTMLIonItemElement> & {
|
|
1879
1886
|
leftContent?: React.ReactNode;
|
|
@@ -1881,14 +1888,14 @@ type ItemProps = React.HTMLAttributes<HTMLIonItemElement> & {
|
|
|
1881
1888
|
withBorders?: boolean;
|
|
1882
1889
|
isDisabled?: boolean;
|
|
1883
1890
|
};
|
|
1884
|
-
declare const _default$
|
|
1891
|
+
declare const _default$d: React.NamedExoticComponent<ItemProps>;
|
|
1885
1892
|
|
|
1886
1893
|
type VideoProps = {
|
|
1887
1894
|
src: string;
|
|
1888
1895
|
isMuted: boolean;
|
|
1889
1896
|
onMuteToggle: () => void;
|
|
1890
1897
|
};
|
|
1891
|
-
declare const _default$
|
|
1898
|
+
declare const _default$c: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<VideoProps & React__default.RefAttributes<HTMLVideoElement>>>;
|
|
1892
1899
|
|
|
1893
1900
|
type UlLiProps = {
|
|
1894
1901
|
list: string[];
|
|
@@ -2357,6 +2364,8 @@ type PriceNormilizeProps = {
|
|
|
2357
2364
|
};
|
|
2358
2365
|
declare const priceNormalize: ({ price, locale, currency, side, mode, }: PriceNormilizeProps) => string;
|
|
2359
2366
|
|
|
2367
|
+
declare const newShade: (hexColor: string, magnitude: number) => string;
|
|
2368
|
+
|
|
2360
2369
|
type CountryOfOriginModalProps = {
|
|
2361
2370
|
countries: string[];
|
|
2362
2371
|
onSearchChange: (event: IonSearchbarCustomEvent$1<SearchbarChangeEventDetail>) => void;
|
|
@@ -2419,9 +2428,9 @@ type SlotsGridItemProps = {
|
|
|
2419
2428
|
onSelectionChange: () => void;
|
|
2420
2429
|
};
|
|
2421
2430
|
|
|
2422
|
-
declare const _default$
|
|
2431
|
+
declare const _default$b: React__default.NamedExoticComponent<SlotsGridProps>;
|
|
2423
2432
|
|
|
2424
|
-
declare const _default$
|
|
2433
|
+
declare const _default$a: React.NamedExoticComponent<SlotsGridItemProps>;
|
|
2425
2434
|
|
|
2426
2435
|
type PushNotificationsModalProps = {
|
|
2427
2436
|
onApplyPermission: () => void;
|
|
@@ -2521,23 +2530,23 @@ type ShareModalFeatureProps = {
|
|
|
2521
2530
|
};
|
|
2522
2531
|
declare const ShareModalFeature: FC<ShareModalFeatureProps>;
|
|
2523
2532
|
|
|
2524
|
-
declare const _default$
|
|
2533
|
+
declare const _default$9: React__default.NamedExoticComponent<SpecialistPaymentConsultationDetailsType & TranslationType>;
|
|
2525
2534
|
|
|
2526
|
-
declare const _default$
|
|
2535
|
+
declare const _default$8: React__default.NamedExoticComponent<SpecialistPaymentCardProps & TranslationType>;
|
|
2527
2536
|
|
|
2528
2537
|
type SpecialistPaymentCommonCardSkeletonType = {
|
|
2529
2538
|
className?: string;
|
|
2530
2539
|
};
|
|
2531
2540
|
declare const SpecialistPaymentCommonCardSkeleton: (props: SpecialistPaymentCommonCardSkeletonType) => JSX.Element;
|
|
2532
2541
|
|
|
2533
|
-
declare const _default$
|
|
2542
|
+
declare const _default$7: React__default.NamedExoticComponent<SpecialistPaymentConsultationsProps & TranslationType>;
|
|
2534
2543
|
|
|
2535
2544
|
type ConsultationsListProps = {
|
|
2536
2545
|
consultations: SpecialistConsultation[];
|
|
2537
2546
|
locale?: string;
|
|
2538
2547
|
consultationClick?: (consultation: SpecialistConsultation) => void;
|
|
2539
2548
|
};
|
|
2540
|
-
declare const _default$
|
|
2549
|
+
declare const _default$6: React__default.NamedExoticComponent<ConsultationsListProps>;
|
|
2541
2550
|
|
|
2542
2551
|
type ConsultationsListSkeletonType = {
|
|
2543
2552
|
className?: string;
|
|
@@ -2552,9 +2561,9 @@ type CalendarPickerFeatureProps = {
|
|
|
2552
2561
|
monthsMore?: number;
|
|
2553
2562
|
dateCallback: (date: Date) => void;
|
|
2554
2563
|
};
|
|
2555
|
-
declare const _default$
|
|
2564
|
+
declare const _default$5: React__default.NamedExoticComponent<CalendarPickerFeatureProps & TranslationType>;
|
|
2556
2565
|
|
|
2557
|
-
declare const _default$
|
|
2566
|
+
declare const _default$4: React__default.NamedExoticComponent<PaymentCalendarFeatureProps & TranslationType>;
|
|
2558
2567
|
|
|
2559
2568
|
type GoogleCalendarModalFeatureProps = {
|
|
2560
2569
|
isOpen: boolean;
|
|
@@ -2568,6 +2577,16 @@ type GoogleCalendarModalFeatureProps = {
|
|
|
2568
2577
|
};
|
|
2569
2578
|
declare function GoogleCalendarModalFeature({ status, isOpen, onSync, isLoading, presentingElement, imageUrl, onDidDismiss, t, }: GoogleCalendarModalFeatureProps): JSX.Element;
|
|
2570
2579
|
|
|
2580
|
+
type ReviewCardFeatureProps = {
|
|
2581
|
+
avatarSrc?: string;
|
|
2582
|
+
name: string;
|
|
2583
|
+
date: number;
|
|
2584
|
+
rating: number;
|
|
2585
|
+
review: string;
|
|
2586
|
+
size?: 'default' | 'small';
|
|
2587
|
+
} & TranslationType;
|
|
2588
|
+
declare const _default$3: React__default.NamedExoticComponent<ReviewCardFeatureProps>;
|
|
2589
|
+
|
|
2571
2590
|
type SpecialistCardWidgetProps = {
|
|
2572
2591
|
t?: WithTranslation['t'];
|
|
2573
2592
|
loading: boolean;
|
|
@@ -2614,4 +2633,4 @@ declare const _default$1: React__default.NamedExoticComponent<SpecialistPaymentC
|
|
|
2614
2633
|
|
|
2615
2634
|
declare const _default: React__default.NamedExoticComponent<SpecialistPaymentCardProps & SpecialistPaymentConsultationsProps & TranslationType>;
|
|
2616
2635
|
|
|
2617
|
-
export { AppFooter, _default$
|
|
2636
|
+
export { AppFooter, _default$q as AppFooter_v2, AppHeader, AppHeader_v2, ArchivedConsultationCard, Avatar, AvatarProps$1 as AvatarProps, _default$p as Avatar_v2, BREAKPOINT_ICON_SIZE, _default$l as Badge, _default$E as BookingScheduleTime, _default$D as BookingSpecialistInfo, Button, Button_v2, Calendar, _default$5 as CalendarPickerFeature, CancelSession, CardModal, ChangeLangModal, ChangeLanguageModal, _default$Z as ChatListItem, _default$X as ChatListSkeleton, _default$Y as ChatMessage, ChatMessageSkeleton, CheckBoxItem, CheckBoxListFeature, CheckBoxSectionListFeature, _default$y as CheckboxList, CheckboxListCategory, CheckboxListItem, CheckboxTypes, ChevronHeader, CircleRatingContext, CircleRatingProvider, CollapsableText, _default$Q as ConsultationCard, ConsultationCardProps, ConsultationCardType, _default$N as ConsultationModal, _default$9 as ConsultationPricingFeature, _default$L as ConsultationSpecialistCard, ConsultationsListSkeleton, Container, Container_v2, ContentCard, CountdownTimerFeature, CountryOfOriginModal, CustomButton, _default$z as CustomCheckbox, CustomRadioButton, _default$A as CustomSelect, _default$B as CustomTextarea, DatePicker, _default$J as DaySlider, DayToRender, DrumListPicker, _default$F as EducationCard, _default$W as EmptyChatList, EmptyChatMessages, _default$O as EmptyConsultations, EntryNotFound, EntryNotFoundProps, _default$v as Flag, FlagTypes, _default$n as Flag_v2, FloatingButton, FooterForBooking, FrequentlyAskedQuestions, GoogleCalendarModalFeature, HeaderWithRedirect, HorizontalCalendar, HorizontalCalendarProps, ISpecialistReview, IconAddModerator, IconApple, IconArrowDown, IconArrowLeft, IconArrowRight, IconAttachMoney, IconBeachAccess, IconBookmark, IconBookmarkOutlined, _default$h as IconButton, IconCalendar, IconCalendarFilled, IconCalendarMonth, IconCancel, IconCancelRounded, IconCapFilled, IconChat3d, IconChatFilled, IconChatOutline, IconCheck, IconCheckCircle, IconCheckSmall, IconCheckboxChecked, IconCheckboxUnchecked, IconClient, IconClientFilled, IconClose, IconCopy, IconCreditCard, IconDelete, IconEcgHeart, IconEdit, IconEditCalendar, IconEventBusy, IconEye, IconEyeOff, IconGallery, IconGift, IconGoogle, IconHome, IconInvisible, IconLanguage, IconLeftArrow, IconLetter, IconLink, IconLogout, IconManageAccounts, IconMute, IconNotificationMuted, IconPaid, IconPaper, IconPause, IconPlus, IconProfileChecked, IconProfileCircle, IconProfileSetting, IconProfileUnderReview, IconPromocode, IconQueryStats, IconQuestion, IconRadioButtonChecked, IconResume, IconSchema, IconSearch, IconSend, IconSettings, IconShare, IconSpinner, IconStar, IconStarFilled, IconSuccess, IconText, IconTime, IconTimeAdd, IconUnmute, IconUserNotFound, IconVerifiedUser, IconVisible, IconWarning, ImageInput, ImageWithFallback, ImpressionEmojiEnum, Input, InputSearch, _default$d as Item, _default$k as ItemCard, LabelArrowRedirect, LanguagesList, _default$11 as LetterAvatar, _default$w as LineFileInput, ListBox, ListBoxItem, ListBoxItemProps, ListBoxProps, ListBoxSelectionType, ListButton, ListItemType, _default$e as ListItems, ListOption, ListOptionsProps, ListSelect, ListSelectProps, ListSimple, _default$f as Loading, LouseConnect, _default$_ as MediaPlayer, Modal, ModalCalendar, ModalSheet, NavigationBar, NoInternetConnection, NotSupportModal, NotesCardText, NotesEditor, PasswordInput, _default$4 as PaymentCalendarFeature, _default$6 as PaymentSessionsList, _default$10 as PersonDateTimeCard, _default$m as Picture, _default$u as ProfileInformation, _default$H as ProfileView, _default$x as ProgressBar, ProgressBarDashed, _default$g as ProgressBar_v2, PushNotificationsIsDisabledBanner, PushNotificationsModal, Range, _default$i as Rating, RatingCircleWrapper, _default$K as ReSchedule, ReScheduleSuccess, Refresher, ReviewCard, _default$3 as ReviewCardFeature, ReviewStatistics, ReviewSwiperSection, RoundButton, RowItemType, RowSelect, RowSelectProps, SIZES, ScreenInput, ScrollTabs, SectionHeading, Segment, SegmentColor, SegmentType, _default$$ as SelectImpressionEmoji, SelectItemType, ShareModalFeature, _default$P as SignUpSessionButton, _default$M as SignUpSessionModal, Skeleton, _default$o as Skeleton_v2, _default$b as SlotsGrid, _default$a as SlotsGridItem, _default$G as SpecialistAbout, SpecialistCard$1 as SpecialistCard, SpecialistCardListWidget, _default$2 as SpecialistCardWidget, _default$U as SpecialistEducationCard, SpecialistInfoColumnFeature as SpecialistInfoColumn, SpecialistLangs, _default$t as SpecialistMatch, _default$8 as SpecialistPaymentCommonCardFeature, SpecialistPaymentCommonCardSkeleton, _default$7 as SpecialistPaymentConsultationsFeature, _default as SpecialistPaymentResumeWidget, _default$1 as SpecialistPaymentWidget, _default$T as SpecialistProfileViewCard, SpecialistShortInfoItemFeature as SpecialistShortInfoItem, _default$s as SpecialistStatistic, SpecialistStatisticsCard, SpecialistWorkDirections, Spinner, Spinner_v2, StarRating, StatisticsScroll, StatusTag, SuccessScreen, SwitchDeviceCard, TabBar, Tag, _default$C as TextInput, _default$V as Textarea, _default$j as Textarea_v2, ThemeProvider, ThemeProviderProps, TherapistCard, TherapistInformationComponent, Toast, ToastButton, ToastContext, ToastProps, ToastProvider, ToastRegion, Toggle, TooltipComponent, _default$r as Typography, TypographyVariantsEnum, UpdatesCard, UserInfoModal, UsersPsychologistScrollList, VerticalCalendar, VerticalCalendarMonthSkeleton, VerticalCalendarSkeleton, _default$c as Video, _default$R as VideoCallInfo, _default$S as VideoPlayer, _default$I as WorkDirections, YourLocalTimeBlock, appThemes, decOfNum, getProgressForBreakPoint, mergeRefs, newShade, priceNormalize, toast, useAutoFocus, useBreakPointsPosition, useCircleRatingRenderData, useDomRef, useEvent, useRangeIndex, useRatingCircleBreakPoints, useRatingCircleContentValue, useRatingCircleLegend, useRatingContext, useToastContext };
|