@mindly/ui-components 5.27.1 → 5.27.3
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/index.d.ts +1 -0
- package/dist/cjs/lib2/widgets/SpecialistCardListWidget/index.d.ts +1 -1
- package/dist/cjs/lib2/widgets/SpecialistCardWidget/index.d.ts +1 -1
- package/dist/cjs/lib2/widgets/index.d.ts +1 -0
- package/dist/esm/index.js +4 -4
- package/dist/esm/lib2/index.d.ts +1 -0
- package/dist/esm/lib2/widgets/SpecialistCardListWidget/index.d.ts +1 -1
- package/dist/esm/lib2/widgets/SpecialistCardWidget/index.d.ts +1 -1
- package/dist/esm/lib2/widgets/index.d.ts +1 -0
- package/dist/index.d.ts +83 -57
- package/package.json +1 -1
package/dist/esm/lib2/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { default as SpecialistCardListWidget } from './SpecialistCardListWidget';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { default as SpecialistCardWidget } from './SpecialistCardWidget';
|
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$T: 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$S: 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$R: 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$Q: <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,7 +447,7 @@ type RoundButtonPropsType = {
|
|
|
447
447
|
};
|
|
448
448
|
declare const RoundButton: React__default.FC<RoundButtonPropsType>;
|
|
449
449
|
|
|
450
|
-
declare const _default$
|
|
450
|
+
declare const _default$P: React__default.NamedExoticComponent<any>;
|
|
451
451
|
|
|
452
452
|
type ChatMessageProps = {
|
|
453
453
|
message: string | File;
|
|
@@ -465,11 +465,11 @@ type ChatMessageProps = {
|
|
|
465
465
|
};
|
|
466
466
|
locale?: string;
|
|
467
467
|
};
|
|
468
|
-
declare const _default$
|
|
468
|
+
declare const _default$O: React__default.NamedExoticComponent<ChatMessageProps>;
|
|
469
469
|
|
|
470
470
|
declare const ChatMessageSkeleton: () => JSX.Element;
|
|
471
471
|
|
|
472
|
-
declare const _default$
|
|
472
|
+
declare const _default$N: React__default.MemoExoticComponent<() => JSX.Element>;
|
|
473
473
|
|
|
474
474
|
type EmptyChatList = {
|
|
475
475
|
title?: string;
|
|
@@ -479,7 +479,7 @@ type EmptyChatList = {
|
|
|
479
479
|
onClick?: () => void;
|
|
480
480
|
};
|
|
481
481
|
declare const EmptyChatList: FC<EmptyChatList>;
|
|
482
|
-
declare const _default$
|
|
482
|
+
declare const _default$M: React__default.NamedExoticComponent<EmptyChatList>;
|
|
483
483
|
|
|
484
484
|
type EmptyChatMessagesProps = {
|
|
485
485
|
title?: string;
|
|
@@ -503,7 +503,7 @@ type TextareaProps = {
|
|
|
503
503
|
onError?: (message: string) => void;
|
|
504
504
|
onFileSelect?: (file: File | null, type: 'file' | 'image' | 'video', fileInfo: FileInfoType) => void;
|
|
505
505
|
};
|
|
506
|
-
declare const _default$
|
|
506
|
+
declare const _default$L: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<TextareaProps & React__default.RefAttributes<HTMLIonFooterElement>>>;
|
|
507
507
|
|
|
508
508
|
type LouseConnectProps = {
|
|
509
509
|
onClick?: () => void;
|
|
@@ -582,7 +582,7 @@ type SpecialistEducationCardProps$1 = {
|
|
|
582
582
|
yearEnd?: number | null;
|
|
583
583
|
showLoader?: boolean;
|
|
584
584
|
};
|
|
585
|
-
declare const _default$
|
|
585
|
+
declare const _default$K: React__default.NamedExoticComponent<SpecialistEducationCardProps$1>;
|
|
586
586
|
|
|
587
587
|
type SpecialistProfileViewCardProps$1 = {
|
|
588
588
|
avatarLink?: string | null;
|
|
@@ -595,7 +595,7 @@ type SpecialistProfileViewCardProps$1 = {
|
|
|
595
595
|
videoLinkUrl?: string | null;
|
|
596
596
|
showLoader?: boolean;
|
|
597
597
|
} & React__default.DetailedHTMLProps<React__default.HTMLAttributes<HTMLDivElement>, HTMLDivElement>;
|
|
598
|
-
declare const _default$
|
|
598
|
+
declare const _default$J: React__default.NamedExoticComponent<SpecialistProfileViewCardProps$1>;
|
|
599
599
|
|
|
600
600
|
type SpecialistStatisticsCardProps$1 = {
|
|
601
601
|
activeClients?: number;
|
|
@@ -631,7 +631,7 @@ type VideoPlayerProps = {
|
|
|
631
631
|
closeModalHandler?: () => void;
|
|
632
632
|
onErrorContent: React__default.ReactElement;
|
|
633
633
|
} & JSX$1.IonModal;
|
|
634
|
-
declare const _default$
|
|
634
|
+
declare const _default$I: React__default.NamedExoticComponent<VideoPlayerProps>;
|
|
635
635
|
|
|
636
636
|
type NotSupportModalProps = {
|
|
637
637
|
closeModal?: () => void;
|
|
@@ -667,7 +667,7 @@ type VideoCallInfoProps = {
|
|
|
667
667
|
abbreviatedSeconds: string;
|
|
668
668
|
};
|
|
669
669
|
};
|
|
670
|
-
declare const _default$
|
|
670
|
+
declare const _default$H: React__default.NamedExoticComponent<VideoCallInfoProps>;
|
|
671
671
|
|
|
672
672
|
declare enum ConsultationCardType {
|
|
673
673
|
FEATURE = "feature",
|
|
@@ -702,14 +702,14 @@ type ConsultationCardProps = {
|
|
|
702
702
|
};
|
|
703
703
|
};
|
|
704
704
|
|
|
705
|
-
declare const _default$
|
|
705
|
+
declare const _default$G: React__default.NamedExoticComponent<ConsultationCardProps>;
|
|
706
706
|
|
|
707
707
|
type SignUpSessionButtonProps = {
|
|
708
708
|
label: string;
|
|
709
709
|
isLoading?: boolean;
|
|
710
710
|
onClick?: () => void;
|
|
711
711
|
};
|
|
712
|
-
declare const _default$
|
|
712
|
+
declare const _default$F: React__default.NamedExoticComponent<SignUpSessionButtonProps>;
|
|
713
713
|
|
|
714
714
|
type EmptyConsultationsProps = {
|
|
715
715
|
title: string;
|
|
@@ -717,7 +717,7 @@ type EmptyConsultationsProps = {
|
|
|
717
717
|
buttonLabel?: string;
|
|
718
718
|
onClick?: () => void;
|
|
719
719
|
};
|
|
720
|
-
declare const _default$
|
|
720
|
+
declare const _default$E: React__default.NamedExoticComponent<EmptyConsultationsProps>;
|
|
721
721
|
|
|
722
722
|
type ConsultationModalProps = {
|
|
723
723
|
isOpen: boolean;
|
|
@@ -752,7 +752,7 @@ type ConsultationModalProps = {
|
|
|
752
752
|
started?: string;
|
|
753
753
|
};
|
|
754
754
|
};
|
|
755
|
-
declare const _default$
|
|
755
|
+
declare const _default$D: React__default.NamedExoticComponent<ConsultationModalProps>;
|
|
756
756
|
|
|
757
757
|
type SpecialistData = {
|
|
758
758
|
id: string;
|
|
@@ -769,7 +769,7 @@ type SignUpSessionModalProps = {
|
|
|
769
769
|
title: string;
|
|
770
770
|
cancelBtnLabel: string;
|
|
771
771
|
};
|
|
772
|
-
declare const _default$
|
|
772
|
+
declare const _default$C: React__default.NamedExoticComponent<SignUpSessionModalProps>;
|
|
773
773
|
|
|
774
774
|
type ConsultationSpecialistCardProps = {
|
|
775
775
|
id: string;
|
|
@@ -780,7 +780,7 @@ type ConsultationSpecialistCardProps = {
|
|
|
780
780
|
onSignUp?: (id: string) => void;
|
|
781
781
|
signInBtnLabel: string;
|
|
782
782
|
};
|
|
783
|
-
declare const _default$
|
|
783
|
+
declare const _default$B: React__default.NamedExoticComponent<ConsultationSpecialistCardProps>;
|
|
784
784
|
|
|
785
785
|
type UserInfoModalProps = {
|
|
786
786
|
isOpen: boolean;
|
|
@@ -845,7 +845,7 @@ type ReScheduleProps = {
|
|
|
845
845
|
btnLabel: string;
|
|
846
846
|
};
|
|
847
847
|
};
|
|
848
|
-
declare const _default$
|
|
848
|
+
declare const _default$A: React__default.NamedExoticComponent<ReScheduleProps>;
|
|
849
849
|
|
|
850
850
|
type ReScheduleSuccessProps = {
|
|
851
851
|
name: string;
|
|
@@ -883,7 +883,7 @@ type DaySliderProps = JSX$1.IonSlides & HTMLAttributes<HTMLIonSlidesElement> & R
|
|
|
883
883
|
tomorrow?: string;
|
|
884
884
|
};
|
|
885
885
|
};
|
|
886
|
-
declare const _default$
|
|
886
|
+
declare const _default$z: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<Omit<DaySliderProps, "ref"> & React__default.RefAttributes<HTMLIonSlidesElement>>>;
|
|
887
887
|
|
|
888
888
|
type SpecialistWorkDirectionsPropsType = {
|
|
889
889
|
workDirections?: string[] | [];
|
|
@@ -892,7 +892,7 @@ type SpecialistWorkDirectionsPropsType = {
|
|
|
892
892
|
moreLabel?: string;
|
|
893
893
|
hideLabel?: string;
|
|
894
894
|
};
|
|
895
|
-
declare const _default$
|
|
895
|
+
declare const _default$y: React__default.NamedExoticComponent<SpecialistWorkDirectionsPropsType>;
|
|
896
896
|
|
|
897
897
|
type SpecialistProfileViewCardProps = {
|
|
898
898
|
videoLink?: string;
|
|
@@ -902,7 +902,7 @@ type SpecialistProfileViewCardProps = {
|
|
|
902
902
|
isLoading?: boolean;
|
|
903
903
|
videoDurationSeconds?: number;
|
|
904
904
|
};
|
|
905
|
-
declare const _default$
|
|
905
|
+
declare const _default$x: React__default.NamedExoticComponent<SpecialistProfileViewCardProps>;
|
|
906
906
|
|
|
907
907
|
type SpecialistAboutProps = {
|
|
908
908
|
text?: string;
|
|
@@ -911,7 +911,7 @@ type SpecialistAboutProps = {
|
|
|
911
911
|
moreLabel?: string;
|
|
912
912
|
hideLabel?: string;
|
|
913
913
|
};
|
|
914
|
-
declare const _default$
|
|
914
|
+
declare const _default$w: React__default.NamedExoticComponent<SpecialistAboutProps>;
|
|
915
915
|
|
|
916
916
|
type SpecialistEducationCardProps = {
|
|
917
917
|
institutionName?: string;
|
|
@@ -922,7 +922,7 @@ type SpecialistEducationCardProps = {
|
|
|
922
922
|
yearEnd?: number | null;
|
|
923
923
|
showLoader?: boolean;
|
|
924
924
|
};
|
|
925
|
-
declare const _default$
|
|
925
|
+
declare const _default$v: React__default.NamedExoticComponent<SpecialistEducationCardProps>;
|
|
926
926
|
|
|
927
927
|
type SpecialistStatisticsCardProps = {
|
|
928
928
|
trust?: boolean;
|
|
@@ -968,7 +968,7 @@ type BookingScheduleTimeProps = {
|
|
|
968
968
|
onClick?: (index: number, item: string) => void;
|
|
969
969
|
isLoading?: boolean;
|
|
970
970
|
};
|
|
971
|
-
declare const _default$
|
|
971
|
+
declare const _default$u: React__default.NamedExoticComponent<BookingScheduleTimeProps>;
|
|
972
972
|
|
|
973
973
|
type BookingSpecialistInfoProps = {
|
|
974
974
|
name: string;
|
|
@@ -977,7 +977,7 @@ type BookingSpecialistInfoProps = {
|
|
|
977
977
|
avatar?: string;
|
|
978
978
|
isLoading?: boolean;
|
|
979
979
|
};
|
|
980
|
-
declare const _default$
|
|
980
|
+
declare const _default$t: React__default.NamedExoticComponent<BookingSpecialistInfoProps>;
|
|
981
981
|
|
|
982
982
|
type SpecialistCardProps = {
|
|
983
983
|
fullName?: string;
|
|
@@ -1024,9 +1024,9 @@ type SpecialistCardProps = {
|
|
|
1024
1024
|
uploadButton?: boolean;
|
|
1025
1025
|
onUploadButtonClick?: () => void;
|
|
1026
1026
|
};
|
|
1027
|
-
declare const SpecialistCard: React__default.FC<SpecialistCardProps>;
|
|
1027
|
+
declare const SpecialistCard$1: React__default.FC<SpecialistCardProps>;
|
|
1028
1028
|
|
|
1029
|
-
declare const _default$
|
|
1029
|
+
declare const _default$s: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
|
|
1030
1030
|
isError?: boolean | undefined;
|
|
1031
1031
|
errorStyle?: "filled" | "unfilled" | undefined;
|
|
1032
1032
|
type?: "number" | "text" | "email" | undefined;
|
|
@@ -1050,11 +1050,11 @@ declare const PasswordInput: React__default.ForwardRefExoticComponent<{
|
|
|
1050
1050
|
error?: string | null | undefined;
|
|
1051
1051
|
} & Omit<React__default.InputHTMLAttributes<HTMLInputElement>, "type"> & React__default.RefAttributes<HTMLInputElement>>;
|
|
1052
1052
|
|
|
1053
|
-
declare const _default$
|
|
1053
|
+
declare const _default$r: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
|
|
1054
1054
|
isError?: boolean | undefined;
|
|
1055
1055
|
} & React__default.TextareaHTMLAttributes<HTMLTextAreaElement> & React__default.RefAttributes<HTMLTextAreaElement>>>;
|
|
1056
1056
|
|
|
1057
|
-
declare const _default$
|
|
1057
|
+
declare const _default$q: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
|
|
1058
1058
|
options: {
|
|
1059
1059
|
id: string | number;
|
|
1060
1060
|
label: string | number;
|
|
@@ -1086,7 +1086,7 @@ type CustomCheckboxProps = {
|
|
|
1086
1086
|
isCheckbox?: boolean;
|
|
1087
1087
|
onChange?: (e: ChangeEvent<HTMLInputElement>) => void;
|
|
1088
1088
|
};
|
|
1089
|
-
declare const _default$
|
|
1089
|
+
declare const _default$p: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<CustomCheckboxProps & React__default.RefAttributes<HTMLInputElement>>>;
|
|
1090
1090
|
|
|
1091
1091
|
type CheckboxListItem = {
|
|
1092
1092
|
id: ReactText;
|
|
@@ -1114,7 +1114,7 @@ type CheckboxListProps = {
|
|
|
1114
1114
|
from: string;
|
|
1115
1115
|
};
|
|
1116
1116
|
};
|
|
1117
|
-
declare const _default$
|
|
1117
|
+
declare const _default$o: React__default.NamedExoticComponent<CheckboxListProps>;
|
|
1118
1118
|
|
|
1119
1119
|
type BookingHeaderProps = {
|
|
1120
1120
|
title?: string;
|
|
@@ -1128,9 +1128,9 @@ type ProgressBarProps = {
|
|
|
1128
1128
|
progress: number;
|
|
1129
1129
|
loaderTitle?: string;
|
|
1130
1130
|
};
|
|
1131
|
-
declare const _default$
|
|
1131
|
+
declare const _default$n: React__default.NamedExoticComponent<ProgressBarProps>;
|
|
1132
1132
|
|
|
1133
|
-
declare const _default$
|
|
1133
|
+
declare const _default$m: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
|
|
1134
1134
|
title: string;
|
|
1135
1135
|
subTitle?: string | undefined;
|
|
1136
1136
|
isError?: boolean | undefined;
|
|
@@ -1161,7 +1161,7 @@ type FlagProps$1 = {
|
|
|
1161
1161
|
dimensions?: number;
|
|
1162
1162
|
className?: string;
|
|
1163
1163
|
};
|
|
1164
|
-
declare const _default$
|
|
1164
|
+
declare const _default$l: React__default.NamedExoticComponent<FlagProps$1>;
|
|
1165
1165
|
|
|
1166
1166
|
type SpecialistLangsProps = {
|
|
1167
1167
|
showLoader?: boolean;
|
|
@@ -1201,7 +1201,7 @@ type ProfileInformationProps = {
|
|
|
1201
1201
|
reviews: string[];
|
|
1202
1202
|
};
|
|
1203
1203
|
} & React__default.HTMLAttributes<HTMLDivElement>;
|
|
1204
|
-
declare const _default$
|
|
1204
|
+
declare const _default$k: React__default.NamedExoticComponent<ProfileInformationProps>;
|
|
1205
1205
|
|
|
1206
1206
|
type SpecialistMatchProps = {
|
|
1207
1207
|
specialistFirstName?: string;
|
|
@@ -1213,7 +1213,7 @@ type SpecialistMatchProps = {
|
|
|
1213
1213
|
howWeMatchThis: string;
|
|
1214
1214
|
};
|
|
1215
1215
|
} & React__default.HTMLAttributes<HTMLDivElement>;
|
|
1216
|
-
declare const _default$
|
|
1216
|
+
declare const _default$j: React__default.NamedExoticComponent<SpecialistMatchProps>;
|
|
1217
1217
|
|
|
1218
1218
|
type SpecialistStatisticProps = {
|
|
1219
1219
|
learnMoreClick: () => void;
|
|
@@ -1233,7 +1233,7 @@ type SpecialistStatisticProps = {
|
|
|
1233
1233
|
bookedSession: string;
|
|
1234
1234
|
};
|
|
1235
1235
|
} & React__default.HTMLAttributes<HTMLDivElement>;
|
|
1236
|
-
declare const _default$
|
|
1236
|
+
declare const _default$i: React__default.NamedExoticComponent<SpecialistStatisticProps>;
|
|
1237
1237
|
|
|
1238
1238
|
type RatingWithLabelProps = {
|
|
1239
1239
|
countOfReviews?: number;
|
|
@@ -1415,7 +1415,7 @@ type TypographyProps = {
|
|
|
1415
1415
|
className?: string;
|
|
1416
1416
|
children: React__default.ReactNode;
|
|
1417
1417
|
};
|
|
1418
|
-
declare const _default$
|
|
1418
|
+
declare const _default$h: React__default.NamedExoticComponent<TypographyProps>;
|
|
1419
1419
|
|
|
1420
1420
|
type AppFooterProps = {
|
|
1421
1421
|
children?: React__default.ReactNode;
|
|
@@ -1423,7 +1423,7 @@ type AppFooterProps = {
|
|
|
1423
1423
|
bottomSaveArea?: boolean;
|
|
1424
1424
|
borderTop?: boolean;
|
|
1425
1425
|
};
|
|
1426
|
-
declare const _default$
|
|
1426
|
+
declare const _default$g: React__default.NamedExoticComponent<AppFooterProps>;
|
|
1427
1427
|
|
|
1428
1428
|
type AvatarRoundVariants = 'circle' | 'drop';
|
|
1429
1429
|
|
|
@@ -1435,14 +1435,14 @@ type AvatarProps = {
|
|
|
1435
1435
|
alt?: string;
|
|
1436
1436
|
showSkeleton?: boolean;
|
|
1437
1437
|
};
|
|
1438
|
-
declare const _default$
|
|
1438
|
+
declare const _default$f: React__default.NamedExoticComponent<AvatarProps>;
|
|
1439
1439
|
|
|
1440
1440
|
type SkeletonProps = {
|
|
1441
1441
|
animated?: boolean;
|
|
1442
1442
|
className?: string;
|
|
1443
1443
|
style?: React__default.CSSProperties;
|
|
1444
1444
|
};
|
|
1445
|
-
declare const _default$
|
|
1445
|
+
declare const _default$e: React__default.NamedExoticComponent<SkeletonProps>;
|
|
1446
1446
|
|
|
1447
1447
|
type ButtonProps = {
|
|
1448
1448
|
fill?: 'outline' | 'clear';
|
|
@@ -1475,7 +1475,7 @@ type FlagProps = {
|
|
|
1475
1475
|
name: string;
|
|
1476
1476
|
className?: string;
|
|
1477
1477
|
};
|
|
1478
|
-
declare const _default$
|
|
1478
|
+
declare const _default$d: React__default.NamedExoticComponent<FlagProps>;
|
|
1479
1479
|
|
|
1480
1480
|
type PictureProps = {
|
|
1481
1481
|
width: number;
|
|
@@ -1490,7 +1490,7 @@ type PictureProps = {
|
|
|
1490
1490
|
alt?: string;
|
|
1491
1491
|
className?: string;
|
|
1492
1492
|
};
|
|
1493
|
-
declare const _default$
|
|
1493
|
+
declare const _default$c: React__default.NamedExoticComponent<PictureProps>;
|
|
1494
1494
|
|
|
1495
1495
|
type BadgeType = 'default' | 'accent';
|
|
1496
1496
|
type BadgeVariants = 'attention' | 'neutral' | 'success' | 'warning' | 'brand' | 'info';
|
|
@@ -1500,7 +1500,7 @@ type BadgeProps = React.ComponentPropsWithoutRef<'span'> & {
|
|
|
1500
1500
|
type?: BadgeType;
|
|
1501
1501
|
};
|
|
1502
1502
|
|
|
1503
|
-
declare const _default$
|
|
1503
|
+
declare const _default$b: React.NamedExoticComponent<BadgeProps>;
|
|
1504
1504
|
|
|
1505
1505
|
type ItemCardVariants = 'neutral' | 'transparent';
|
|
1506
1506
|
type ItemCardProps = React.ComponentPropsWithoutRef<'div'> & {
|
|
@@ -1508,7 +1508,7 @@ type ItemCardProps = React.ComponentPropsWithoutRef<'div'> & {
|
|
|
1508
1508
|
size?: 'M' | 'M4';
|
|
1509
1509
|
};
|
|
1510
1510
|
|
|
1511
|
-
declare const _default$
|
|
1511
|
+
declare const _default$a: React.NamedExoticComponent<ItemCardProps>;
|
|
1512
1512
|
|
|
1513
1513
|
type AppHeaderProps = {
|
|
1514
1514
|
fullwidth?: boolean;
|
|
@@ -1578,7 +1578,7 @@ interface TextareaV2Props extends Omit<JSX$1.IonTextarea, 'color' | 'enterkeyhin
|
|
|
1578
1578
|
className?: string;
|
|
1579
1579
|
}
|
|
1580
1580
|
|
|
1581
|
-
declare const _default$
|
|
1581
|
+
declare const _default$9: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<TextareaV2Props & React__default.RefAttributes<HTMLIonTextareaElement>>>;
|
|
1582
1582
|
|
|
1583
1583
|
type RatingProps = {
|
|
1584
1584
|
initialRating?: number;
|
|
@@ -1587,7 +1587,7 @@ type RatingProps = {
|
|
|
1587
1587
|
onHover?: (value: number) => void;
|
|
1588
1588
|
};
|
|
1589
1589
|
|
|
1590
|
-
declare const _default$
|
|
1590
|
+
declare const _default$8: React__default.NamedExoticComponent<RatingProps>;
|
|
1591
1591
|
|
|
1592
1592
|
declare enum CircleRatingSize {
|
|
1593
1593
|
'S' = "S",
|
|
@@ -1678,7 +1678,7 @@ type IconButtonProps = {
|
|
|
1678
1678
|
onClick?: (e: React__default.MouseEvent<HTMLIonButtonElement>) => void;
|
|
1679
1679
|
fill?: 'clear' | 'filled';
|
|
1680
1680
|
};
|
|
1681
|
-
declare const _default$
|
|
1681
|
+
declare const _default$7: React__default.NamedExoticComponent<IconButtonProps>;
|
|
1682
1682
|
|
|
1683
1683
|
type ToastProviderProps = ToastStateProps;
|
|
1684
1684
|
type MindlyToastProps = {
|
|
@@ -1716,17 +1716,17 @@ type ProgressBar_v2Props = {
|
|
|
1716
1716
|
progress: number;
|
|
1717
1717
|
className?: string;
|
|
1718
1718
|
};
|
|
1719
|
-
declare const _default$
|
|
1719
|
+
declare const _default$6: React__default.NamedExoticComponent<ProgressBar_v2Props>;
|
|
1720
1720
|
|
|
1721
1721
|
type LoadingProps = {
|
|
1722
1722
|
isOpen: boolean;
|
|
1723
1723
|
};
|
|
1724
|
-
declare const _default$
|
|
1724
|
+
declare const _default$5: React__default.NamedExoticComponent<LoadingProps>;
|
|
1725
1725
|
|
|
1726
1726
|
type ListItemsProps = React.HTMLAttributes<HTMLIonListElement> & {
|
|
1727
1727
|
withBorders?: boolean;
|
|
1728
1728
|
};
|
|
1729
|
-
declare const _default$
|
|
1729
|
+
declare const _default$4: React.NamedExoticComponent<ListItemsProps>;
|
|
1730
1730
|
|
|
1731
1731
|
type ItemProps = React.HTMLAttributes<HTMLIonItemElement> & {
|
|
1732
1732
|
leftContent?: React.ReactNode;
|
|
@@ -1734,14 +1734,14 @@ type ItemProps = React.HTMLAttributes<HTMLIonItemElement> & {
|
|
|
1734
1734
|
withBorders?: boolean;
|
|
1735
1735
|
isDisabled?: boolean;
|
|
1736
1736
|
};
|
|
1737
|
-
declare const _default$
|
|
1737
|
+
declare const _default$3: React.NamedExoticComponent<ItemProps>;
|
|
1738
1738
|
|
|
1739
1739
|
type VideoProps = {
|
|
1740
1740
|
src: string;
|
|
1741
1741
|
isMuted: boolean;
|
|
1742
1742
|
onMuteToggle: () => void;
|
|
1743
1743
|
};
|
|
1744
|
-
declare const _default$
|
|
1744
|
+
declare const _default$2: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<VideoProps & React__default.RefAttributes<HTMLVideoElement>>>;
|
|
1745
1745
|
|
|
1746
1746
|
type UlLiProps = {
|
|
1747
1747
|
list: string[];
|
|
@@ -2104,7 +2104,7 @@ type SlotsGridProps = {
|
|
|
2104
2104
|
isDisabled?: boolean;
|
|
2105
2105
|
};
|
|
2106
2106
|
|
|
2107
|
-
declare const _default: React__default.NamedExoticComponent<SlotsGridProps>;
|
|
2107
|
+
declare const _default$1: React__default.NamedExoticComponent<SlotsGridProps>;
|
|
2108
2108
|
|
|
2109
2109
|
type PushNotificationsModalProps = {
|
|
2110
2110
|
onApplyPermission: () => void;
|
|
@@ -2156,4 +2156,30 @@ type SpecialistInfoColumnFeatureProps = {
|
|
|
2156
2156
|
};
|
|
2157
2157
|
declare const SpecialistInfoColumnFeature: FC<SpecialistInfoColumnFeatureProps & WithTranslation['t']>;
|
|
2158
2158
|
|
|
2159
|
-
|
|
2159
|
+
declare const _default: React__default.NamedExoticComponent<any>;
|
|
2160
|
+
|
|
2161
|
+
type SpecialistCard = {
|
|
2162
|
+
id: string;
|
|
2163
|
+
areas: string[];
|
|
2164
|
+
reviews: number;
|
|
2165
|
+
lastName: string;
|
|
2166
|
+
firstName: string;
|
|
2167
|
+
videoLink: string;
|
|
2168
|
+
avatarLink: string;
|
|
2169
|
+
percentMatch: number;
|
|
2170
|
+
formattedRating: string;
|
|
2171
|
+
countryOfBirthday: string;
|
|
2172
|
+
yearsOfExperience: number;
|
|
2173
|
+
formattedSessionPrice: string;
|
|
2174
|
+
sessionDurationMinutes: number;
|
|
2175
|
+
};
|
|
2176
|
+
|
|
2177
|
+
type SpecialistCardListWidgetProps = {
|
|
2178
|
+
t?: WithTranslation['t'];
|
|
2179
|
+
specialists: SpecialistCard[];
|
|
2180
|
+
onAddDeleteBookmark: (specialist: SpecialistCard) => void;
|
|
2181
|
+
onChooseVisitTime: (specialist: SpecialistCard) => void;
|
|
2182
|
+
};
|
|
2183
|
+
declare const SpecialistCardListWidget: FC<SpecialistCardListWidgetProps & WithTranslation['t']>;
|
|
2184
|
+
|
|
2185
|
+
export { AppFooter, _default$g as AppFooter_v2, AppHeader, AppHeader_v2, ArchivedConsultationCard, Avatar, AvatarProps$1 as AvatarProps, _default$f as Avatar_v2, BREAKPOINT_ICON_SIZE, _default$b as Badge, _default$u as BookingScheduleTime, _default$t as BookingSpecialistInfo, Button, Button_v2, Calendar, CancelSession, CardModal, ChangeLangModal, ChangeLanguageModal, _default$P as ChatListItem, _default$N as ChatListSkeleton, _default$O as ChatMessage, ChatMessageSkeleton, _default$o as CheckboxList, CheckboxListCategory, CheckboxListItem, CheckboxTypes, ChevronHeader, CircleRatingContext, CircleRatingProvider, _default$G as ConsultationCard, ConsultationCardProps, ConsultationCardType, _default$D as ConsultationModal, _default$B as ConsultationSpecialistCard, Container, Container_v2, ContentCard, CountryOfOriginModal, CustomButton, _default$p as CustomCheckbox, CustomRadioButton, _default$q as CustomSelect, _default$r as CustomTextarea, DatePicker, _default$z as DaySlider, DayToRender, _default$v as EducationCard, _default$M as EmptyChatList, EmptyChatMessages, _default$E as EmptyConsultations, EntryNotFound, EntryNotFoundProps, _default$l as Flag, FlagTypes, _default$d as Flag_v2, FloatingButton, FooterForBooking, FrequentlyAskedQuestions, HorizontalCalendar, HorizontalCalendarProps, ISpecialistReview, IconApple, IconArrowDown, IconArrowLeft, IconArrowRight, IconBeachAccess, IconBookmark, IconBookmarkOutlined, _default$7 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$3 as Item, _default$a as ItemCard, LanguagesList, _default$T as LetterAvatar, _default$m as LineFileInput, ListBox, ListBoxItem, ListButton, ListItemType, _default$4 as ListItems, ListOption, ListSelect, ListSelectProps, ListSimple, _default$5 as Loading, LouseConnect, _default$Q as MediaPlayer, Modal, ModalCalendar, ModalSheet, NavigationBar, NoInternetConnection, NotSupportModal, NotesCardText, NotesEditor, PasswordInput, _default$S as PersonDateTimeCard, _default$c as Picture, _default$k as ProfileInformation, _default$x as ProfileView, _default$n as ProgressBar, _default$6 as ProgressBar_v2, PushNotificationsIsDisabledBanner, PushNotificationsModal, Range, _default$8 as Rating, RatingCircleWrapper, _default$A as ReSchedule, ReScheduleSuccess, Refresher, ReviewCard, ReviewStatistics, ReviewSwiperSection, RoundButton, RowItemType, RowSelect, RowSelectProps, SIZES, ScreenInput, ScrollTabs, SectionHeading, Segment, SegmentColor, SegmentType, _default$R as SelectImpressionEmoji, _default$F as SignUpSessionButton, _default$C as SignUpSessionModal, Skeleton, _default$e as Skeleton_v2, _default$1 as SlotsGrid, _default$w as SpecialistAbout, SpecialistCard$1 as SpecialistCard, SpecialistCardListWidget, _default as SpecialistCardWidget, _default$K as SpecialistEducationCard, SpecialistInfoColumnFeature as SpecialistInfoColumn, SpecialistLangs, _default$j as SpecialistMatch, _default$J as SpecialistProfileViewCard, SpecialistShortInfoItemFeature as SpecialistShortInfoItem, _default$i as SpecialistStatistic, SpecialistStatisticsCard, SpecialistWorkDirections, Spinner, Spinner_v2, StarRating, StatisticsScroll, StatusTag, SuccessScreen, SwitchDeviceCard, TabBar, Tag, _default$s as TextInput, _default$L as Textarea, _default$9 as Textarea_v2, ThemeProvider, ThemeProviderProps, TherapistCard, TherapistInformationComponent, Toast, ToastButton, ToastContext, ToastProps, ToastProvider, ToastRegion, Toggle, TooltipComponent, _default$h as Typography, TypographyVariantsEnum, UpdatesCard, UserInfoModal, UsersPsychologistScrollList, VerticalCalendar, VerticalCalendarMonthSkeleton, VerticalCalendarSkeleton, _default$2 as Video, _default$H as VideoCallInfo, _default$I as VideoPlayer, _default$y as WorkDirections, YourLocalTimeBlock, appThemes, decOfNum, getProgressForBreakPoint, mergeRefs, toast, useAutoFocus, useBreakPointsPosition, useCircleRatingRenderData, useDomRef, useEvent, useRangeIndex, useRatingCircleBreakPoints, useRatingCircleContentValue, useRatingCircleLegend, useRatingContext, useToastContext };
|