@mindly/ui-components 6.2.14 → 6.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/configs/tailwind/colors.d.ts +1 -0
- package/dist/cjs/index.js +8 -8
- package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingSingleSelectionScreenPreviewFeature/OnBoardingSingleSelectionScreenPreviewFeature.d.ts +3 -3
- package/dist/cjs/lib2/features/OnBoardingFlow/components/OnBoardingSelectionHeader.d.ts +2 -0
- package/dist/cjs/lib2/features/SpecialistScheduleFeature/types.d.ts +8 -1
- package/dist/cjs/lib2/features/SpecialistShortInfoItemFeature/SpecialistShortInfoItemFeature.d.ts +1 -0
- package/dist/cjs/lib2/features/TextWithClampFeature/types.d.ts +1 -0
- package/dist/cjs/lib2/shared/assets/icons/IconAlignHorizontalTextCenter.d.ts +7 -0
- package/dist/cjs/lib2/shared/assets/icons/IconAlignHorizontalTextLeft.d.ts +7 -0
- package/dist/cjs/lib2/shared/assets/icons/IconAlignHorizontalTextRight.d.ts +7 -0
- package/dist/cjs/lib2/shared/assets/icons/index.d.ts +3 -0
- package/dist/cjs/lib2/shared/types/onBoardingFlow.type.d.ts +14 -7
- package/dist/cjs/lib2/shared/ui/Avatar_v2/Avatar_v2.d.ts +1 -1
- package/dist/cjs/lib2/shared/ui/ListBox/ListBox.d.ts +1 -1
- package/dist/cjs/lib2/shared/ui/ListBox/types.d.ts +3 -0
- package/dist/cjs/lib2/shared/ui/ListBoxItem/ListBoxDefaultItem.d.ts +1 -1
- package/dist/cjs/lib2/shared/ui/ListBoxItem/ListBoxIconItem.d.ts +1 -1
- package/dist/cjs/lib2/shared/ui/ListBoxItem/ListBoxImageItem.d.ts +4 -2
- package/dist/cjs/lib2/shared/ui/ListBoxItem/types.d.ts +2 -0
- package/dist/cjs/lib2/shared/ui/Picture/Picture.d.ts +1 -0
- package/dist/cjs/lib2/shared/ui/Video/Video.d.ts +1 -0
- package/dist/cjs/lib2/shared/ui/Video/styles.d.ts +101 -0
- package/dist/cjs/lib2/widgets/SpecialistCardWithScheduleWidget/SpecialistCardWithScheduleSkeleton.d.ts +3 -0
- package/dist/cjs/lib2/widgets/SpecialistCardWithScheduleWidget/SpecialistCardWithScheduleWidget.d.ts +4 -0
- package/dist/cjs/lib2/widgets/SpecialistCardWithScheduleWidget/index.d.ts +2 -0
- package/dist/cjs/lib2/widgets/SpecialistCardWithScheduleWidget/types.d.ts +18 -0
- package/dist/cjs/lib2/widgets/index.d.ts +1 -0
- package/dist/esm/configs/tailwind/colors.d.ts +1 -0
- package/dist/esm/index.js +8 -8
- package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingSingleSelectionScreenPreviewFeature/OnBoardingSingleSelectionScreenPreviewFeature.d.ts +3 -3
- package/dist/esm/lib2/features/OnBoardingFlow/components/OnBoardingSelectionHeader.d.ts +2 -0
- package/dist/esm/lib2/features/SpecialistScheduleFeature/types.d.ts +8 -1
- package/dist/esm/lib2/features/SpecialistShortInfoItemFeature/SpecialistShortInfoItemFeature.d.ts +1 -0
- package/dist/esm/lib2/features/TextWithClampFeature/types.d.ts +1 -0
- package/dist/esm/lib2/shared/assets/icons/IconAlignHorizontalTextCenter.d.ts +7 -0
- package/dist/esm/lib2/shared/assets/icons/IconAlignHorizontalTextLeft.d.ts +7 -0
- package/dist/esm/lib2/shared/assets/icons/IconAlignHorizontalTextRight.d.ts +7 -0
- package/dist/esm/lib2/shared/assets/icons/index.d.ts +3 -0
- package/dist/esm/lib2/shared/types/onBoardingFlow.type.d.ts +14 -7
- package/dist/esm/lib2/shared/ui/Avatar_v2/Avatar_v2.d.ts +1 -1
- package/dist/esm/lib2/shared/ui/ListBox/ListBox.d.ts +1 -1
- package/dist/esm/lib2/shared/ui/ListBox/types.d.ts +3 -0
- package/dist/esm/lib2/shared/ui/ListBoxItem/ListBoxDefaultItem.d.ts +1 -1
- package/dist/esm/lib2/shared/ui/ListBoxItem/ListBoxIconItem.d.ts +1 -1
- package/dist/esm/lib2/shared/ui/ListBoxItem/ListBoxImageItem.d.ts +4 -2
- package/dist/esm/lib2/shared/ui/ListBoxItem/types.d.ts +2 -0
- package/dist/esm/lib2/shared/ui/Picture/Picture.d.ts +1 -0
- package/dist/esm/lib2/shared/ui/Video/Video.d.ts +1 -0
- package/dist/esm/lib2/shared/ui/Video/styles.d.ts +101 -0
- package/dist/esm/lib2/widgets/SpecialistCardWithScheduleWidget/SpecialistCardWithScheduleSkeleton.d.ts +3 -0
- package/dist/esm/lib2/widgets/SpecialistCardWithScheduleWidget/SpecialistCardWithScheduleWidget.d.ts +4 -0
- package/dist/esm/lib2/widgets/SpecialistCardWithScheduleWidget/index.d.ts +2 -0
- package/dist/esm/lib2/widgets/SpecialistCardWithScheduleWidget/types.d.ts +18 -0
- package/dist/esm/lib2/widgets/index.d.ts +1 -0
- package/dist/index.d.ts +308 -246
- package/package.json +1 -1
- package/src/configs/tailwind/colors.ts +1 -0
package/dist/index.d.ts
CHANGED
|
@@ -79,7 +79,7 @@ type LetterAvatarProps = {
|
|
|
79
79
|
fontSize?: number;
|
|
80
80
|
onClick?: () => void;
|
|
81
81
|
};
|
|
82
|
-
declare const _default$
|
|
82
|
+
declare const _default$1j: React__default.NamedExoticComponent<LetterAvatarProps>;
|
|
83
83
|
|
|
84
84
|
type ImageWithFallbackProps = JSX.IntrinsicElements['img'] & {
|
|
85
85
|
onErrorContent: React__default.ReactElement;
|
|
@@ -178,7 +178,7 @@ type MediaPlayerProps<TCameraTrack extends Playable | undefined, TAudioTrack ext
|
|
|
178
178
|
showControls: boolean;
|
|
179
179
|
isScreenSharing?: boolean;
|
|
180
180
|
} & HTMLAttributes<HTMLDivElement>;
|
|
181
|
-
declare const _default$
|
|
181
|
+
declare const _default$1i: <TCameraTrack extends Playable | undefined, TAudioTrack extends Playable | undefined>({ fullwidth, cameraTrack, audioTrack, isVideoTrackMuted, isAudioTrackMuted, networkQuality, fallbackAvatar, fallbackAvatarDimensions, fallbackName, showControls, isScreenSharing, ...props }: MediaPlayerProps<TCameraTrack, TAudioTrack>) => JSX.Element;
|
|
182
182
|
|
|
183
183
|
type RoundButtonPropsType = {
|
|
184
184
|
disabled?: boolean;
|
|
@@ -207,7 +207,7 @@ type ChatListItemProps = {
|
|
|
207
207
|
isDisabled?: boolean;
|
|
208
208
|
t?: WithTranslation['t'];
|
|
209
209
|
};
|
|
210
|
-
declare const _default$
|
|
210
|
+
declare const _default$1h: React__default.NamedExoticComponent<ChatListItemProps>;
|
|
211
211
|
|
|
212
212
|
type ChatMessageProps = {
|
|
213
213
|
message: string | File;
|
|
@@ -235,11 +235,11 @@ type ChatMessageProps = {
|
|
|
235
235
|
onClickHandler: () => void;
|
|
236
236
|
}[] | null;
|
|
237
237
|
};
|
|
238
|
-
declare const _default$
|
|
238
|
+
declare const _default$1g: React__default.NamedExoticComponent<ChatMessageProps>;
|
|
239
239
|
|
|
240
240
|
declare const ChatMessageSkeleton: () => react_jsx_runtime.JSX.Element;
|
|
241
241
|
|
|
242
|
-
declare const _default$
|
|
242
|
+
declare const _default$1f: React__default.MemoExoticComponent<() => react_jsx_runtime.JSX.Element>;
|
|
243
243
|
|
|
244
244
|
type EmptyChatList = {
|
|
245
245
|
title?: string;
|
|
@@ -249,7 +249,7 @@ type EmptyChatList = {
|
|
|
249
249
|
onClick?: () => void;
|
|
250
250
|
};
|
|
251
251
|
declare const EmptyChatList: FC<EmptyChatList>;
|
|
252
|
-
declare const _default$
|
|
252
|
+
declare const _default$1e: React__default.NamedExoticComponent<EmptyChatList>;
|
|
253
253
|
|
|
254
254
|
type EmptyChatMessagesProps = {
|
|
255
255
|
title?: string;
|
|
@@ -274,7 +274,7 @@ type TextareaProps = {
|
|
|
274
274
|
onFileSelect?: (file: File | null, type: 'file' | 'image' | 'video', fileInfo: FileInfoType) => void;
|
|
275
275
|
t?: WithTranslation['t'];
|
|
276
276
|
};
|
|
277
|
-
declare const _default$
|
|
277
|
+
declare const _default$1d: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<TextareaProps & React__default.RefAttributes<HTMLIonFooterElement>>>;
|
|
278
278
|
|
|
279
279
|
type UpdatesPopupPropsType = {
|
|
280
280
|
text?: string;
|
|
@@ -356,7 +356,7 @@ type VideoPlayerProps = {
|
|
|
356
356
|
closeModalHandler?: () => void;
|
|
357
357
|
onErrorContent: React__default.ReactElement;
|
|
358
358
|
} & JSX$1.IonModal;
|
|
359
|
-
declare const _default$
|
|
359
|
+
declare const _default$1c: React__default.NamedExoticComponent<VideoPlayerProps>;
|
|
360
360
|
|
|
361
361
|
type NotSupportModalProps = {
|
|
362
362
|
closeModal?: () => void;
|
|
@@ -392,7 +392,7 @@ type VideoCallInfoProps = {
|
|
|
392
392
|
abbreviatedSeconds: string;
|
|
393
393
|
};
|
|
394
394
|
};
|
|
395
|
-
declare const _default$
|
|
395
|
+
declare const _default$1b: React__default.NamedExoticComponent<VideoCallInfoProps>;
|
|
396
396
|
|
|
397
397
|
declare enum ConsultationCardType {
|
|
398
398
|
FEATURE = "feature",
|
|
@@ -428,14 +428,14 @@ type ConsultationCardProps = {
|
|
|
428
428
|
isBlockedText?: string;
|
|
429
429
|
};
|
|
430
430
|
|
|
431
|
-
declare const _default$
|
|
431
|
+
declare const _default$1a: React__default.NamedExoticComponent<ConsultationCardProps>;
|
|
432
432
|
|
|
433
433
|
type SignUpSessionButtonProps = {
|
|
434
434
|
label: string;
|
|
435
435
|
isLoading?: boolean;
|
|
436
436
|
onClick?: () => void;
|
|
437
437
|
};
|
|
438
|
-
declare const _default$
|
|
438
|
+
declare const _default$19: React__default.NamedExoticComponent<SignUpSessionButtonProps>;
|
|
439
439
|
|
|
440
440
|
type EmptyConsultationsProps = {
|
|
441
441
|
title: string;
|
|
@@ -443,7 +443,7 @@ type EmptyConsultationsProps = {
|
|
|
443
443
|
buttonLabel?: string;
|
|
444
444
|
onClick?: () => void;
|
|
445
445
|
};
|
|
446
|
-
declare const _default$
|
|
446
|
+
declare const _default$18: React__default.NamedExoticComponent<EmptyConsultationsProps>;
|
|
447
447
|
|
|
448
448
|
type ConsultationModalProps = {
|
|
449
449
|
isOpen: boolean;
|
|
@@ -479,7 +479,7 @@ type ConsultationModalProps = {
|
|
|
479
479
|
started?: string;
|
|
480
480
|
};
|
|
481
481
|
};
|
|
482
|
-
declare const _default$
|
|
482
|
+
declare const _default$17: React__default.NamedExoticComponent<ConsultationModalProps>;
|
|
483
483
|
|
|
484
484
|
type SpecialistData = {
|
|
485
485
|
id: string;
|
|
@@ -497,7 +497,7 @@ type SignUpSessionModalProps = {
|
|
|
497
497
|
title: string;
|
|
498
498
|
cancelBtnLabel: string;
|
|
499
499
|
};
|
|
500
|
-
declare const _default$
|
|
500
|
+
declare const _default$16: React__default.NamedExoticComponent<SignUpSessionModalProps>;
|
|
501
501
|
|
|
502
502
|
type ConsultationSpecialistCardProps = {
|
|
503
503
|
id: string;
|
|
@@ -509,7 +509,7 @@ type ConsultationSpecialistCardProps = {
|
|
|
509
509
|
signInBtnLabel: string;
|
|
510
510
|
isBlockedText?: string;
|
|
511
511
|
};
|
|
512
|
-
declare const _default$
|
|
512
|
+
declare const _default$15: React__default.NamedExoticComponent<ConsultationSpecialistCardProps>;
|
|
513
513
|
|
|
514
514
|
type UserInfoModalProps = {
|
|
515
515
|
isOpen: boolean;
|
|
@@ -580,7 +580,7 @@ type ReScheduleProps = {
|
|
|
580
580
|
btnLabel: string;
|
|
581
581
|
};
|
|
582
582
|
};
|
|
583
|
-
declare const _default$
|
|
583
|
+
declare const _default$14: React__default.NamedExoticComponent<ReScheduleProps>;
|
|
584
584
|
|
|
585
585
|
type ReScheduleSuccessProps = {
|
|
586
586
|
name: string;
|
|
@@ -618,7 +618,7 @@ type DaySliderProps = JSX$1.IonSlides & HTMLAttributes<HTMLIonSlidesElement> & R
|
|
|
618
618
|
tomorrow?: string;
|
|
619
619
|
};
|
|
620
620
|
};
|
|
621
|
-
declare const _default$
|
|
621
|
+
declare const _default$13: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<Omit<DaySliderProps, "ref"> & React__default.RefAttributes<HTMLIonSlidesElement>>>;
|
|
622
622
|
|
|
623
623
|
type SpecialistWorkDirectionsPropsType = {
|
|
624
624
|
workDirections?: string[] | [];
|
|
@@ -627,7 +627,7 @@ type SpecialistWorkDirectionsPropsType = {
|
|
|
627
627
|
moreLabel?: string;
|
|
628
628
|
hideLabel?: string;
|
|
629
629
|
};
|
|
630
|
-
declare const _default$
|
|
630
|
+
declare const _default$12: React__default.NamedExoticComponent<SpecialistWorkDirectionsPropsType>;
|
|
631
631
|
|
|
632
632
|
type SpecialistProfileViewCardProps = {
|
|
633
633
|
videoLink?: string;
|
|
@@ -637,7 +637,7 @@ type SpecialistProfileViewCardProps = {
|
|
|
637
637
|
isLoading?: boolean;
|
|
638
638
|
videoDurationSeconds?: number;
|
|
639
639
|
};
|
|
640
|
-
declare const _default$
|
|
640
|
+
declare const _default$11: React__default.NamedExoticComponent<SpecialistProfileViewCardProps>;
|
|
641
641
|
|
|
642
642
|
type SpecialistAboutProps = {
|
|
643
643
|
text?: string;
|
|
@@ -646,7 +646,7 @@ type SpecialistAboutProps = {
|
|
|
646
646
|
moreLabel?: string;
|
|
647
647
|
hideLabel?: string;
|
|
648
648
|
};
|
|
649
|
-
declare const _default
|
|
649
|
+
declare const _default$10: React__default.NamedExoticComponent<SpecialistAboutProps>;
|
|
650
650
|
|
|
651
651
|
type SpecialistEducationCardProps = {
|
|
652
652
|
institutionName?: string;
|
|
@@ -657,7 +657,7 @@ type SpecialistEducationCardProps = {
|
|
|
657
657
|
yearEnd?: number | null;
|
|
658
658
|
showLoader?: boolean;
|
|
659
659
|
};
|
|
660
|
-
declare const _default
|
|
660
|
+
declare const _default$$: React__default.NamedExoticComponent<SpecialistEducationCardProps>;
|
|
661
661
|
|
|
662
662
|
type SpecialistStatisticsCardProps = {
|
|
663
663
|
trust?: boolean;
|
|
@@ -703,7 +703,7 @@ type BookingScheduleTimeProps = {
|
|
|
703
703
|
onClick?: (index: number, item: string) => void;
|
|
704
704
|
isLoading?: boolean;
|
|
705
705
|
};
|
|
706
|
-
declare const _default$
|
|
706
|
+
declare const _default$_: React__default.NamedExoticComponent<BookingScheduleTimeProps>;
|
|
707
707
|
|
|
708
708
|
type BookingSpecialistInfoProps = {
|
|
709
709
|
name: string;
|
|
@@ -712,7 +712,7 @@ type BookingSpecialistInfoProps = {
|
|
|
712
712
|
avatar?: string;
|
|
713
713
|
isLoading?: boolean;
|
|
714
714
|
};
|
|
715
|
-
declare const _default$
|
|
715
|
+
declare const _default$Z: React__default.NamedExoticComponent<BookingSpecialistInfoProps>;
|
|
716
716
|
|
|
717
717
|
declare enum TypographyVariantsEnum {
|
|
718
718
|
Title48Bold = "Title/48 Bold",
|
|
@@ -762,7 +762,7 @@ type TypographyProps = {
|
|
|
762
762
|
id?: string;
|
|
763
763
|
};
|
|
764
764
|
|
|
765
|
-
declare const _default$
|
|
765
|
+
declare const _default$Y: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<TypographyProps & React__default.RefAttributes<HTMLDivElement>>>;
|
|
766
766
|
|
|
767
767
|
type AlertCardVariants = 'transparent' | 'yellow' | 'blue';
|
|
768
768
|
type AlertCardProps = React$1.ComponentPropsWithoutRef<'div'> & {
|
|
@@ -778,7 +778,7 @@ type AlertCardProps = React$1.ComponentPropsWithoutRef<'div'> & {
|
|
|
778
778
|
};
|
|
779
779
|
};
|
|
780
780
|
|
|
781
|
-
declare const _default$
|
|
781
|
+
declare const _default$X: React$1.NamedExoticComponent<AlertCardProps>;
|
|
782
782
|
|
|
783
783
|
type AppFooterProps = {
|
|
784
784
|
children?: React__default.ReactNode;
|
|
@@ -789,7 +789,7 @@ type AppFooterProps = {
|
|
|
789
789
|
toolbarStyle?: CSSProperties;
|
|
790
790
|
className?: string;
|
|
791
791
|
};
|
|
792
|
-
declare const _default$
|
|
792
|
+
declare const _default$W: React__default.NamedExoticComponent<AppFooterProps>;
|
|
793
793
|
|
|
794
794
|
type AvatarRoundVariants = 'circle' | 'drop' | 'small';
|
|
795
795
|
|
|
@@ -801,17 +801,17 @@ type AvatarProps = {
|
|
|
801
801
|
src?: string;
|
|
802
802
|
alt?: string;
|
|
803
803
|
showSkeleton?: boolean;
|
|
804
|
-
onClick?(): void;
|
|
804
|
+
onClick?(e: React__default.MouseEvent<HTMLDivElement>): void;
|
|
805
805
|
border?: boolean | string;
|
|
806
806
|
};
|
|
807
|
-
declare const _default$
|
|
807
|
+
declare const _default$V: React__default.NamedExoticComponent<AvatarProps>;
|
|
808
808
|
|
|
809
809
|
type SkeletonProps = {
|
|
810
810
|
animated?: boolean;
|
|
811
811
|
className?: string;
|
|
812
812
|
style?: React__default.CSSProperties;
|
|
813
813
|
};
|
|
814
|
-
declare const _default$
|
|
814
|
+
declare const _default$U: React__default.NamedExoticComponent<SkeletonProps>;
|
|
815
815
|
|
|
816
816
|
type ButtonProps$1 = {
|
|
817
817
|
fill?: 'outline' | 'clear';
|
|
@@ -850,7 +850,7 @@ type FlagProps$1 = {
|
|
|
850
850
|
name: string;
|
|
851
851
|
className?: string;
|
|
852
852
|
};
|
|
853
|
-
declare const _default$
|
|
853
|
+
declare const _default$T: React__default.NamedExoticComponent<FlagProps$1>;
|
|
854
854
|
|
|
855
855
|
type PictureProps = {
|
|
856
856
|
width: number;
|
|
@@ -866,8 +866,9 @@ type PictureProps = {
|
|
|
866
866
|
className?: string;
|
|
867
867
|
responsive?: boolean;
|
|
868
868
|
containerWidth?: number;
|
|
869
|
+
imageClassName?: string;
|
|
869
870
|
};
|
|
870
|
-
declare const _default$
|
|
871
|
+
declare const _default$S: React__default.NamedExoticComponent<PictureProps>;
|
|
871
872
|
|
|
872
873
|
type BadgeType = 'default' | 'accent';
|
|
873
874
|
type BadgeVariants = 'attention' | 'neutral' | 'success' | 'warning' | 'brand' | 'info';
|
|
@@ -878,7 +879,7 @@ type BadgeProps = React$1.ComponentPropsWithoutRef<'span'> & {
|
|
|
878
879
|
iconType?: 'check' | React$1.ReactNode;
|
|
879
880
|
};
|
|
880
881
|
|
|
881
|
-
declare const _default$
|
|
882
|
+
declare const _default$R: React$1.NamedExoticComponent<BadgeProps>;
|
|
882
883
|
|
|
883
884
|
type ItemCardVariants = 'neutral' | 'transparent' | 'transparent20';
|
|
884
885
|
type ItemCardProps = React$1.ComponentPropsWithoutRef<'div'> & {
|
|
@@ -886,7 +887,7 @@ type ItemCardProps = React$1.ComponentPropsWithoutRef<'div'> & {
|
|
|
886
887
|
size?: 'M' | 'M4' | 'M45';
|
|
887
888
|
};
|
|
888
889
|
|
|
889
|
-
declare const _default$
|
|
890
|
+
declare const _default$Q: React$1.NamedExoticComponent<ItemCardProps>;
|
|
890
891
|
|
|
891
892
|
type AppHeaderProps = {
|
|
892
893
|
fullwidth?: boolean;
|
|
@@ -1081,7 +1082,7 @@ type SpecialistPaymentConsultationDetailsType = {
|
|
|
1081
1082
|
onUserClick?: () => void;
|
|
1082
1083
|
};
|
|
1083
1084
|
|
|
1084
|
-
interface IconProps$
|
|
1085
|
+
interface IconProps$H extends SVGAttributes<SVGElement> {
|
|
1085
1086
|
size?: number | string;
|
|
1086
1087
|
width?: number | string;
|
|
1087
1088
|
height?: number | string;
|
|
@@ -1255,6 +1256,7 @@ declare enum OnBoardingScreenOptions {
|
|
|
1255
1256
|
MULTI_SELECT = "MULTI_SELECT",
|
|
1256
1257
|
SINGLE_SELECT = "SINGLE_SELECT",
|
|
1257
1258
|
SINGLE_IMAGE_SELECT = "SINGLE_IMAGE_SELECT",
|
|
1259
|
+
SINGLE_ROUND_IMAGE_SELECT = "SINGLE_ROUND_IMAGE_SELECT",
|
|
1258
1260
|
SINGLE_SCALE_SELECT = "SINGLE_SCALE_SELECT",
|
|
1259
1261
|
INFO = "INFO",
|
|
1260
1262
|
LOADER = "LOADER",
|
|
@@ -1288,10 +1290,6 @@ type OnBoardingScreenSkipButtonType = {
|
|
|
1288
1290
|
skipButtonText?: string | null;
|
|
1289
1291
|
showSkipButton?: boolean;
|
|
1290
1292
|
};
|
|
1291
|
-
type OnBoardingScreenBgType = {
|
|
1292
|
-
backgroundColor?: string | null;
|
|
1293
|
-
contentStyle: OnBoardingScreenStyleOptions;
|
|
1294
|
-
};
|
|
1295
1293
|
type OnBoardingScreenDescriptionType = {
|
|
1296
1294
|
title?: string | null;
|
|
1297
1295
|
description?: string | null;
|
|
@@ -1334,11 +1332,13 @@ type OnBoardingBaseScreenType = {
|
|
|
1334
1332
|
isPageView?: boolean;
|
|
1335
1333
|
hideTimer?: boolean;
|
|
1336
1334
|
isStartScreen?: boolean;
|
|
1335
|
+
backgroundColor?: string | null;
|
|
1336
|
+
contentStyle: OnBoardingScreenStyleOptions;
|
|
1337
1337
|
};
|
|
1338
|
-
type OnBoardingStartScreenType = OnBoardingBaseScreenType & OnBoardingScreenButtonType & OnBoardingScreenSkipButtonType &
|
|
1338
|
+
type OnBoardingStartScreenType = OnBoardingBaseScreenType & OnBoardingScreenButtonType & OnBoardingScreenSkipButtonType & OnBoardingScreenDescriptionType & {
|
|
1339
1339
|
image?: ResponseFileType | null;
|
|
1340
1340
|
};
|
|
1341
|
-
type OnBoardingInfoScreenType = OnBoardingBaseScreenType & OnBoardingScreenButtonType &
|
|
1341
|
+
type OnBoardingInfoScreenType = OnBoardingBaseScreenType & OnBoardingScreenButtonType & OnBoardingScreenDescriptionType & {
|
|
1342
1342
|
image?: ResponseFileType | null;
|
|
1343
1343
|
};
|
|
1344
1344
|
type OnBoardingMultiSelectScreenType = OnBoardingBaseScreenType & OnBoardingScreenButtonType & OnBoardingScreenDescriptionType & {
|
|
@@ -1356,6 +1356,14 @@ type OnBoardingSingleImageSelectScreenType = OnBoardingBaseScreenType & OnBoardi
|
|
|
1356
1356
|
legalText?: string;
|
|
1357
1357
|
options: OnBoardingScreenOptionType[];
|
|
1358
1358
|
};
|
|
1359
|
+
type OnBoardingSingleRoundImageSelectScreenType = OnBoardingBaseScreenType & OnBoardingScreenDescriptionType & {
|
|
1360
|
+
legalText?: string;
|
|
1361
|
+
options: OnBoardingScreenOptionType[];
|
|
1362
|
+
isRoundCorners?: boolean;
|
|
1363
|
+
image?: ResponseFileType | null;
|
|
1364
|
+
horizontalImageAlignment?: 'left' | 'right' | 'center';
|
|
1365
|
+
subTitle?: string | null;
|
|
1366
|
+
};
|
|
1359
1367
|
type OnBoardingSingleScaleSelectScreenType = OnBoardingBaseScreenType & OnBoardingScreenDescriptionType & {
|
|
1360
1368
|
minLabel?: string;
|
|
1361
1369
|
maxLabel?: string;
|
|
@@ -1432,7 +1440,7 @@ type OnBoardingChartScreenType = OnBoardingBaseScreenType & OnBoardingScreenButt
|
|
|
1432
1440
|
disclaimer?: string;
|
|
1433
1441
|
chart: ChartData;
|
|
1434
1442
|
};
|
|
1435
|
-
type OnBoardingScreensType = OnBoardingStartScreenType | OnBoardingMultiSelectScreenType | OnBoardingSingleSelectScreenType | OnBoardingSingleImageSelectScreenType | OnBoardingSingleScaleSelectScreenType | OnBoardingInfoScreenType | OnBoardingLoaderScreenType | OnBoardingReviewsScreenType | OnBoardingEmailScreenType | OnBoardingConfirmScreenType | OnBoardingCompareScreenType | OnBoardingPaywallScreenType | OnBoardingChartScreenType | OnBoardingGraphScreenType;
|
|
1443
|
+
type OnBoardingScreensType = OnBoardingStartScreenType | OnBoardingMultiSelectScreenType | OnBoardingSingleSelectScreenType | OnBoardingSingleImageSelectScreenType | OnBoardingSingleRoundImageSelectScreenType | OnBoardingSingleScaleSelectScreenType | OnBoardingInfoScreenType | OnBoardingLoaderScreenType | OnBoardingReviewsScreenType | OnBoardingEmailScreenType | OnBoardingConfirmScreenType | OnBoardingCompareScreenType | OnBoardingPaywallScreenType | OnBoardingChartScreenType | OnBoardingGraphScreenType;
|
|
1436
1444
|
type OnBoardingFlowType = {
|
|
1437
1445
|
id: string;
|
|
1438
1446
|
locale: string;
|
|
@@ -1731,6 +1739,7 @@ declare enum ListBoxSelectionType {
|
|
|
1731
1739
|
Checkbox = "checkbox",
|
|
1732
1740
|
Radio = "radio",
|
|
1733
1741
|
Image = "image",
|
|
1742
|
+
RoundImage = "roundImage",
|
|
1734
1743
|
Emoji = "emoji",
|
|
1735
1744
|
Icon = "icon"
|
|
1736
1745
|
}
|
|
@@ -1738,16 +1747,18 @@ type VariantType = 'default' | 'blue';
|
|
|
1738
1747
|
type ListBoxProps<T> = AriaListBoxProps<T> & {
|
|
1739
1748
|
type?: `${ListBoxSelectionType}`;
|
|
1740
1749
|
enableSelection?: boolean;
|
|
1741
|
-
selectedIconProps?: IconProps$
|
|
1750
|
+
selectedIconProps?: IconProps$H;
|
|
1742
1751
|
selectionPosition?: 'start' | 'end';
|
|
1743
1752
|
className?: string;
|
|
1744
1753
|
variant?: VariantType;
|
|
1745
1754
|
image?: ResponseFileType;
|
|
1746
1755
|
isOnboardingPreview?: boolean;
|
|
1747
1756
|
selectionMode?: 'single' | 'multiple' | 'none';
|
|
1757
|
+
isTransparent?: boolean;
|
|
1758
|
+
isRoundCorners?: boolean;
|
|
1748
1759
|
};
|
|
1749
1760
|
|
|
1750
|
-
declare function ListBox<T extends Record<string, unknown>>({ selectedIconProps, type, selectionPosition, enableSelection, className, variant, isOnboardingPreview, ...props }: ListBoxProps<T>): JSX.Element;
|
|
1761
|
+
declare function ListBox<T extends Record<string, unknown>>({ selectedIconProps, type, selectionPosition, enableSelection, className, variant, isOnboardingPreview, isTransparent, isRoundCorners, ...props }: ListBoxProps<T>): JSX.Element;
|
|
1751
1762
|
|
|
1752
1763
|
type ListOptionsProps = {
|
|
1753
1764
|
item: Node<unknown>;
|
|
@@ -1755,7 +1766,7 @@ type ListOptionsProps = {
|
|
|
1755
1766
|
icon?: React$1.ReactNode;
|
|
1756
1767
|
divider?: boolean;
|
|
1757
1768
|
value?: string;
|
|
1758
|
-
selectedIconProps?: IconProps$
|
|
1769
|
+
selectedIconProps?: IconProps$H;
|
|
1759
1770
|
type?: `${ListBoxSelectionType}`;
|
|
1760
1771
|
selectionPosition?: 'start' | 'end';
|
|
1761
1772
|
enableSelection?: boolean;
|
|
@@ -1763,11 +1774,13 @@ type ListOptionsProps = {
|
|
|
1763
1774
|
image?: ResponseFileType | null;
|
|
1764
1775
|
isOnboardingPreview?: boolean;
|
|
1765
1776
|
selectionMode?: 'single' | 'multiple' | 'none';
|
|
1777
|
+
isTransparent?: boolean;
|
|
1778
|
+
isRoundCorners?: boolean;
|
|
1766
1779
|
};
|
|
1767
1780
|
type ListBoxItemProps = {
|
|
1768
1781
|
icon?: React$1.ReactNode;
|
|
1769
1782
|
type?: `${ListBoxSelectionType}`;
|
|
1770
|
-
selectedIconProps?: IconProps$
|
|
1783
|
+
selectedIconProps?: IconProps$H;
|
|
1771
1784
|
divider?: boolean;
|
|
1772
1785
|
value?: string;
|
|
1773
1786
|
children: React$1.ReactNode;
|
|
@@ -1824,7 +1837,7 @@ interface TextareaV2Props extends Omit<JSX$1.IonTextarea, 'color' | 'enterkeyhin
|
|
|
1824
1837
|
onKeyPress?: (e: KeyboardEvent<HTMLIonTextareaElement>) => void;
|
|
1825
1838
|
}
|
|
1826
1839
|
|
|
1827
|
-
declare const _default$
|
|
1840
|
+
declare const _default$P: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<TextareaV2Props & React__default.RefAttributes<HTMLIonTextareaElement>>>;
|
|
1828
1841
|
|
|
1829
1842
|
type RatingProps = {
|
|
1830
1843
|
initialRating?: number;
|
|
@@ -1837,7 +1850,7 @@ type RatingProps = {
|
|
|
1837
1850
|
readonly?: boolean;
|
|
1838
1851
|
} & RatingComponentProps;
|
|
1839
1852
|
|
|
1840
|
-
declare const _default$
|
|
1853
|
+
declare const _default$O: React__default.NamedExoticComponent<RatingProps>;
|
|
1841
1854
|
|
|
1842
1855
|
declare const RatingCircleWrapper: FC<CircleRatingComponentProps & {
|
|
1843
1856
|
t: WithTranslation['t'] | any;
|
|
@@ -1851,7 +1864,7 @@ type IconButtonProps = {
|
|
|
1851
1864
|
fill?: 'clear' | 'filled';
|
|
1852
1865
|
type?: 'button' | 'submit' | 'reset';
|
|
1853
1866
|
};
|
|
1854
|
-
declare const _default$
|
|
1867
|
+
declare const _default$N: React__default.NamedExoticComponent<IconButtonProps>;
|
|
1855
1868
|
|
|
1856
1869
|
type ToastProviderProps = ToastStateProps;
|
|
1857
1870
|
type MindlyToastProps = {
|
|
@@ -1897,17 +1910,17 @@ type ProgressBar_v2Props = {
|
|
|
1897
1910
|
animationDuration?: number;
|
|
1898
1911
|
onProgressEnd?: () => void;
|
|
1899
1912
|
};
|
|
1900
|
-
declare const _default$
|
|
1913
|
+
declare const _default$M: React__default.NamedExoticComponent<ProgressBar_v2Props>;
|
|
1901
1914
|
|
|
1902
1915
|
type LoadingProps = {
|
|
1903
1916
|
isOpen: boolean;
|
|
1904
1917
|
};
|
|
1905
|
-
declare const _default$
|
|
1918
|
+
declare const _default$L: React__default.NamedExoticComponent<LoadingProps>;
|
|
1906
1919
|
|
|
1907
1920
|
type ListItemsProps = React$1.HTMLAttributes<HTMLIonListElement> & {
|
|
1908
1921
|
withBorders?: boolean;
|
|
1909
1922
|
};
|
|
1910
|
-
declare const _default$
|
|
1923
|
+
declare const _default$K: React$1.NamedExoticComponent<ListItemsProps>;
|
|
1911
1924
|
|
|
1912
1925
|
type ItemProps = React$1.HTMLAttributes<HTMLIonItemElement> & {
|
|
1913
1926
|
leftContent?: React$1.ReactNode;
|
|
@@ -1919,7 +1932,7 @@ type ItemProps = React$1.HTMLAttributes<HTMLIonItemElement> & {
|
|
|
1919
1932
|
isError?: boolean;
|
|
1920
1933
|
status?: 'error' | 'attention';
|
|
1921
1934
|
};
|
|
1922
|
-
declare const _default$
|
|
1935
|
+
declare const _default$J: React$1.NamedExoticComponent<ItemProps>;
|
|
1923
1936
|
|
|
1924
1937
|
declare enum VariantEnum {
|
|
1925
1938
|
default = "default",
|
|
@@ -1932,6 +1945,7 @@ type VideoProps = {
|
|
|
1932
1945
|
isWithWatermark?: boolean;
|
|
1933
1946
|
isWithPlay?: boolean;
|
|
1934
1947
|
buttonPlacement?: 'top-left' | 'top-right' | 'bottom-left' | 'bottom-right' | 'center';
|
|
1948
|
+
buttonSize?: 'small' | 'medium' | 'large';
|
|
1935
1949
|
hiddenVideo?: boolean;
|
|
1936
1950
|
variant?: VariantEnum;
|
|
1937
1951
|
preview?: string;
|
|
@@ -1947,7 +1961,7 @@ type VideoMethods = {
|
|
|
1947
1961
|
play(): void;
|
|
1948
1962
|
};
|
|
1949
1963
|
type VideoRef = HTMLVideoElement | VideoMethods;
|
|
1950
|
-
declare const _default$
|
|
1964
|
+
declare const _default$I: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<VideoProps & {
|
|
1951
1965
|
children?: React__default.ReactNode;
|
|
1952
1966
|
} & React__default.RefAttributes<VideoRef>>>;
|
|
1953
1967
|
|
|
@@ -2065,15 +2079,15 @@ type MatchProgressProps = {
|
|
|
2065
2079
|
className?: string;
|
|
2066
2080
|
percentMatch: number;
|
|
2067
2081
|
};
|
|
2068
|
-
declare const _default$
|
|
2082
|
+
declare const _default$H: React__default.NamedExoticComponent<React__default.PropsWithChildren<MatchProgressProps>>;
|
|
2069
2083
|
|
|
2070
2084
|
interface Props$8 {
|
|
2071
2085
|
className?: string;
|
|
2072
2086
|
title: string;
|
|
2073
2087
|
}
|
|
2074
|
-
declare const _default$
|
|
2088
|
+
declare const _default$G: React__default.NamedExoticComponent<React__default.PropsWithChildren<Props$8>>;
|
|
2075
2089
|
|
|
2076
|
-
declare const _default$
|
|
2090
|
+
declare const _default$F: React__default.NamedExoticComponent<React__default.PropsWithChildren<React__default.HTMLAttributes<HTMLButtonElement>>>;
|
|
2077
2091
|
|
|
2078
2092
|
type Props$7 = {
|
|
2079
2093
|
className?: string;
|
|
@@ -2253,126 +2267,126 @@ declare const useDelayMount: (delay: number) => boolean;
|
|
|
2253
2267
|
|
|
2254
2268
|
declare const useStopPropagationEvent: (ref: React.RefObject<HTMLElement>, event: string) => void;
|
|
2255
2269
|
|
|
2256
|
-
interface IconProps$
|
|
2270
|
+
interface IconProps$G extends React$1.SVGAttributes<SVGElement> {
|
|
2257
2271
|
size?: number | string;
|
|
2258
2272
|
color?: string;
|
|
2259
2273
|
}
|
|
2260
|
-
declare function IconArrowLeft({ color, ...other }: IconProps$
|
|
2274
|
+
declare function IconArrowLeft({ color, ...other }: IconProps$G): react_jsx_runtime.JSX.Element;
|
|
2261
2275
|
|
|
2262
|
-
interface IconProps$
|
|
2276
|
+
interface IconProps$F extends React$1.SVGAttributes<SVGElement> {
|
|
2263
2277
|
size?: number | string;
|
|
2264
2278
|
color?: string;
|
|
2265
2279
|
}
|
|
2266
|
-
declare function IconArrowRight({ color, ...other }: IconProps$
|
|
2280
|
+
declare function IconArrowRight({ color, ...other }: IconProps$F): react_jsx_runtime.JSX.Element;
|
|
2267
2281
|
|
|
2268
|
-
interface IconProps$
|
|
2282
|
+
interface IconProps$E extends React$1.SVGAttributes<SVGElement> {
|
|
2269
2283
|
size?: number | string;
|
|
2270
2284
|
color?: string;
|
|
2271
2285
|
}
|
|
2272
|
-
declare function IconBeachAccess({ color, ...other }: IconProps$
|
|
2286
|
+
declare function IconBeachAccess({ color, ...other }: IconProps$E): react_jsx_runtime.JSX.Element;
|
|
2273
2287
|
|
|
2274
|
-
interface IconProps$
|
|
2288
|
+
interface IconProps$D extends React$1.SVGAttributes<SVGElement> {
|
|
2275
2289
|
size?: number | string;
|
|
2276
2290
|
color?: string;
|
|
2277
2291
|
}
|
|
2278
|
-
declare function IconCalendar({ color, ...other }: IconProps$
|
|
2292
|
+
declare function IconCalendar({ color, ...other }: IconProps$D): react_jsx_runtime.JSX.Element;
|
|
2279
2293
|
|
|
2280
|
-
declare const IconCalendarNew: FC<IconProps$
|
|
2294
|
+
declare const IconCalendarNew: FC<IconProps$H>;
|
|
2281
2295
|
|
|
2282
|
-
declare const IconCalendarMonth: React$1.FC<IconProps$
|
|
2296
|
+
declare const IconCalendarMonth: React$1.FC<IconProps$H>;
|
|
2283
2297
|
|
|
2284
|
-
interface IconProps$
|
|
2298
|
+
interface IconProps$C extends React$1.SVGAttributes<SVGElement> {
|
|
2285
2299
|
size?: number | string;
|
|
2286
2300
|
color?: string;
|
|
2287
2301
|
}
|
|
2288
|
-
declare function IconChatOutline({ color, ...other }: IconProps$
|
|
2302
|
+
declare function IconChatOutline({ color, ...other }: IconProps$C): react_jsx_runtime.JSX.Element;
|
|
2289
2303
|
|
|
2290
|
-
interface IconProps$
|
|
2304
|
+
interface IconProps$B extends React$1.SVGAttributes<SVGElement> {
|
|
2291
2305
|
size?: number | string;
|
|
2292
2306
|
color?: string;
|
|
2293
2307
|
}
|
|
2294
|
-
declare const IconCheckboxChecked: ({ color, size, ...other }: IconProps$
|
|
2308
|
+
declare const IconCheckboxChecked: ({ color, size, ...other }: IconProps$B) => JSX.Element;
|
|
2295
2309
|
|
|
2296
|
-
interface IconProps$
|
|
2310
|
+
interface IconProps$A extends React$1.SVGAttributes<SVGElement> {
|
|
2297
2311
|
size?: number | string;
|
|
2298
2312
|
color?: string;
|
|
2299
2313
|
}
|
|
2300
|
-
declare function IconCheckboxUnchecked({ color, ...other }: IconProps$
|
|
2314
|
+
declare function IconCheckboxUnchecked({ color, ...other }: IconProps$A): react_jsx_runtime.JSX.Element;
|
|
2301
2315
|
|
|
2302
2316
|
declare const IconClose: FC<React$1.SVGAttributes<SVGElement>>;
|
|
2303
2317
|
|
|
2304
|
-
interface IconProps$
|
|
2318
|
+
interface IconProps$z extends React$1.SVGAttributes<SVGElement> {
|
|
2305
2319
|
size?: number | string;
|
|
2306
2320
|
color?: string;
|
|
2307
2321
|
}
|
|
2308
|
-
declare function IconEditCalendar({ color, ...props }: IconProps$
|
|
2322
|
+
declare function IconEditCalendar({ color, ...props }: IconProps$z): react_jsx_runtime.JSX.Element;
|
|
2309
2323
|
|
|
2310
|
-
interface IconProps$
|
|
2324
|
+
interface IconProps$y extends React$1.SVGAttributes<SVGElement> {
|
|
2311
2325
|
size?: number | string;
|
|
2312
2326
|
color?: string;
|
|
2313
2327
|
}
|
|
2314
|
-
declare function IconInvisible({ color, ...other }: IconProps$
|
|
2328
|
+
declare function IconInvisible({ color, ...other }: IconProps$y): react_jsx_runtime.JSX.Element;
|
|
2315
2329
|
|
|
2316
|
-
interface IconProps$
|
|
2330
|
+
interface IconProps$x extends React$1.SVGAttributes<SVGElement> {
|
|
2317
2331
|
size?: number | string;
|
|
2318
2332
|
color?: string;
|
|
2319
2333
|
}
|
|
2320
|
-
declare function IconLanguage({ color, size, ...other }: IconProps$
|
|
2334
|
+
declare function IconLanguage({ color, size, ...other }: IconProps$x): react_jsx_runtime.JSX.Element;
|
|
2321
2335
|
|
|
2322
2336
|
declare const IconLeftArrow: FC<React$1.SVGAttributes<SVGElement>>;
|
|
2323
2337
|
|
|
2324
|
-
interface IconProps$
|
|
2338
|
+
interface IconProps$w extends React$1.SVGAttributes<SVGElement> {
|
|
2325
2339
|
size?: number | string;
|
|
2326
2340
|
color?: string;
|
|
2327
2341
|
}
|
|
2328
|
-
declare function IconLogout({ color, ...other }: IconProps$
|
|
2342
|
+
declare function IconLogout({ color, ...other }: IconProps$w): react_jsx_runtime.JSX.Element;
|
|
2329
2343
|
|
|
2330
|
-
interface IconProps$
|
|
2344
|
+
interface IconProps$v extends React$1.SVGAttributes<SVGElement> {
|
|
2331
2345
|
size?: number | string;
|
|
2332
2346
|
color?: string;
|
|
2333
2347
|
}
|
|
2334
|
-
declare function IconPause({ color, size, ...other }: IconProps$
|
|
2348
|
+
declare function IconPause({ color, size, ...other }: IconProps$v): react_jsx_runtime.JSX.Element;
|
|
2335
2349
|
|
|
2336
|
-
declare function IconMinus({ color, size, ...other }: IconProps$
|
|
2350
|
+
declare function IconMinus({ color, size, ...other }: IconProps$H): JSX.Element;
|
|
2337
2351
|
|
|
2338
2352
|
type IconPlusProps = React$1.SVGProps<any>;
|
|
2339
2353
|
declare function IconPlus({ color, ...props }: IconPlusProps): JSX.Element;
|
|
2340
2354
|
|
|
2341
|
-
interface IconProps$
|
|
2355
|
+
interface IconProps$u extends React$1.SVGAttributes<SVGElement> {
|
|
2342
2356
|
size?: number | string;
|
|
2343
2357
|
color?: string;
|
|
2344
2358
|
}
|
|
2345
|
-
declare function IconProfileChecked({ color, ...other }: IconProps$
|
|
2359
|
+
declare function IconProfileChecked({ color, ...other }: IconProps$u): react_jsx_runtime.JSX.Element;
|
|
2346
2360
|
|
|
2347
|
-
interface IconProps$
|
|
2361
|
+
interface IconProps$t extends React$1.SVGAttributes<SVGElement> {
|
|
2348
2362
|
size?: number | string;
|
|
2349
2363
|
color?: string;
|
|
2350
2364
|
}
|
|
2351
|
-
declare function IconProfileCircle({ color, ...other }: IconProps$
|
|
2365
|
+
declare function IconProfileCircle({ color, ...other }: IconProps$t): react_jsx_runtime.JSX.Element;
|
|
2352
2366
|
|
|
2353
|
-
interface IconProps$
|
|
2367
|
+
interface IconProps$s extends React$1.SVGAttributes<SVGElement> {
|
|
2354
2368
|
size?: number | string;
|
|
2355
2369
|
color?: string;
|
|
2356
2370
|
}
|
|
2357
|
-
declare function IconProfileSetting({ ...other }: IconProps$
|
|
2371
|
+
declare function IconProfileSetting({ ...other }: IconProps$s): react_jsx_runtime.JSX.Element;
|
|
2358
2372
|
|
|
2359
|
-
interface IconProps$
|
|
2373
|
+
interface IconProps$r extends React$1.SVGAttributes<SVGElement> {
|
|
2360
2374
|
size?: number | string;
|
|
2361
2375
|
color?: string;
|
|
2362
2376
|
}
|
|
2363
|
-
declare function IconProfileUnderReview({ ...other }: IconProps$
|
|
2377
|
+
declare function IconProfileUnderReview({ ...other }: IconProps$r): react_jsx_runtime.JSX.Element;
|
|
2364
2378
|
|
|
2365
|
-
interface IconProps$
|
|
2379
|
+
interface IconProps$q extends React$1.SVGAttributes<SVGElement> {
|
|
2366
2380
|
size?: number | string;
|
|
2367
2381
|
color?: string;
|
|
2368
2382
|
}
|
|
2369
|
-
declare function IconResume({ color, size, ...other }: IconProps$
|
|
2383
|
+
declare function IconResume({ color, size, ...other }: IconProps$q): react_jsx_runtime.JSX.Element;
|
|
2370
2384
|
|
|
2371
|
-
interface IconProps$
|
|
2385
|
+
interface IconProps$p extends React$1.SVGAttributes<SVGElement> {
|
|
2372
2386
|
size?: number | string;
|
|
2373
2387
|
color?: string;
|
|
2374
2388
|
}
|
|
2375
|
-
declare function IconSettings({ color, ...other }: IconProps$
|
|
2389
|
+
declare function IconSettings({ color, ...other }: IconProps$p): react_jsx_runtime.JSX.Element;
|
|
2376
2390
|
|
|
2377
2391
|
declare const IconStar: FC<React$1.SVGAttributes<SVGElement>>;
|
|
2378
2392
|
|
|
@@ -2380,23 +2394,23 @@ declare const IconStarFilled: FC<React$1.SVGAttributes<SVGElement>>;
|
|
|
2380
2394
|
|
|
2381
2395
|
declare const IconSuccess: FC<React$1.SVGAttributes<SVGElement>>;
|
|
2382
2396
|
|
|
2383
|
-
interface IconProps$
|
|
2397
|
+
interface IconProps$o extends React$1.SVGAttributes<SVGElement> {
|
|
2384
2398
|
size?: number | string;
|
|
2385
2399
|
color?: string;
|
|
2386
2400
|
}
|
|
2387
|
-
declare function IconTime({ color, ...other }: IconProps$
|
|
2401
|
+
declare function IconTime({ color, ...other }: IconProps$o): react_jsx_runtime.JSX.Element;
|
|
2388
2402
|
|
|
2389
|
-
interface IconProps$
|
|
2403
|
+
interface IconProps$n extends React$1.SVGAttributes<SVGElement> {
|
|
2390
2404
|
size?: number | string;
|
|
2391
2405
|
color?: string;
|
|
2392
2406
|
}
|
|
2393
|
-
declare function IconVerifiedUser({ color, size, ...other }: IconProps$
|
|
2407
|
+
declare function IconVerifiedUser({ color, size, ...other }: IconProps$n): react_jsx_runtime.JSX.Element;
|
|
2394
2408
|
|
|
2395
|
-
interface IconProps$
|
|
2409
|
+
interface IconProps$m extends React$1.SVGAttributes<SVGElement> {
|
|
2396
2410
|
size?: number | string;
|
|
2397
2411
|
color?: string;
|
|
2398
2412
|
}
|
|
2399
|
-
declare function IconVisible({ color, ...other }: IconProps$
|
|
2413
|
+
declare function IconVisible({ color, ...other }: IconProps$m): react_jsx_runtime.JSX.Element;
|
|
2400
2414
|
|
|
2401
2415
|
declare const IconApple: FC<React$1.SVGAttributes<SVGElement>>;
|
|
2402
2416
|
|
|
@@ -2410,15 +2424,15 @@ declare const IconEye: FC<React$1.SVGAttributes<SVGElement>>;
|
|
|
2410
2424
|
|
|
2411
2425
|
declare const IconEyeOff: FC<React$1.SVGAttributes<SVGElement>>;
|
|
2412
2426
|
|
|
2413
|
-
interface IconProps$
|
|
2427
|
+
interface IconProps$l extends React$1.SVGAttributes<SVGElement> {
|
|
2414
2428
|
size?: number | string;
|
|
2415
2429
|
color?: string;
|
|
2416
2430
|
}
|
|
2417
|
-
declare function IconWarning({ color, size, ...other }: IconProps$
|
|
2431
|
+
declare function IconWarning({ color, size, ...other }: IconProps$l): react_jsx_runtime.JSX.Element;
|
|
2418
2432
|
|
|
2419
2433
|
declare const IconGift: React$1.FC<React$1.SVGAttributes<SVGElement>>;
|
|
2420
2434
|
|
|
2421
|
-
declare const IconGiftNew: FC<IconProps$
|
|
2435
|
+
declare const IconGiftNew: FC<IconProps$H>;
|
|
2422
2436
|
|
|
2423
2437
|
declare const IconCreditCard: React$1.FC<React$1.SVGAttributes<SVGElement>>;
|
|
2424
2438
|
|
|
@@ -2441,49 +2455,49 @@ declare const IconNotificationMuted: (props: SVGProps<SVGSVGElement>) => react_j
|
|
|
2441
2455
|
|
|
2442
2456
|
declare const IconCheckSmall: React$1.FC<React$1.SVGAttributes<SVGElement>>;
|
|
2443
2457
|
|
|
2444
|
-
interface IconProps$
|
|
2458
|
+
interface IconProps$k extends React$1.SVGAttributes<SVGElement> {
|
|
2445
2459
|
size?: number | string;
|
|
2446
2460
|
color?: string;
|
|
2447
2461
|
className?: string;
|
|
2448
2462
|
style?: React$1.CSSProperties;
|
|
2449
2463
|
}
|
|
2450
|
-
declare function IconCheck({ color, size, ...other }: IconProps$
|
|
2464
|
+
declare function IconCheck({ color, size, ...other }: IconProps$k): react_jsx_runtime.JSX.Element;
|
|
2451
2465
|
|
|
2452
|
-
interface IconProps$
|
|
2466
|
+
interface IconProps$j extends React$1.SVGAttributes<SVGElement> {
|
|
2453
2467
|
size?: number | string;
|
|
2454
2468
|
color?: string;
|
|
2455
2469
|
className?: string;
|
|
2456
2470
|
style?: React$1.CSSProperties;
|
|
2457
2471
|
}
|
|
2458
|
-
declare const IconCapFilled: FC<IconProps$
|
|
2472
|
+
declare const IconCapFilled: FC<IconProps$j>;
|
|
2459
2473
|
|
|
2460
|
-
interface IconProps$
|
|
2474
|
+
interface IconProps$i extends React$1.SVGAttributes<SVGElement> {
|
|
2461
2475
|
size?: number | string;
|
|
2462
2476
|
color?: string;
|
|
2463
2477
|
className?: string;
|
|
2464
2478
|
style?: React$1.CSSProperties;
|
|
2465
2479
|
}
|
|
2466
|
-
declare function IconCancelRounded({ color, size, ...other }: IconProps$
|
|
2480
|
+
declare function IconCancelRounded({ color, size, ...other }: IconProps$i): react_jsx_runtime.JSX.Element;
|
|
2467
2481
|
|
|
2468
|
-
interface IconProps$
|
|
2482
|
+
interface IconProps$h extends React$1.SVGAttributes<SVGElement> {
|
|
2469
2483
|
size?: number | string;
|
|
2470
2484
|
color?: string;
|
|
2471
2485
|
}
|
|
2472
|
-
declare function IconMute({ color, size, ...other }: IconProps$
|
|
2486
|
+
declare function IconMute({ color, size, ...other }: IconProps$h): react_jsx_runtime.JSX.Element;
|
|
2473
2487
|
|
|
2474
|
-
interface IconProps$
|
|
2488
|
+
interface IconProps$g extends React$1.SVGAttributes<SVGElement> {
|
|
2475
2489
|
size?: number | string;
|
|
2476
2490
|
color?: string;
|
|
2477
2491
|
}
|
|
2478
|
-
declare function IconUnmute({ color, size, ...other }: IconProps$
|
|
2492
|
+
declare function IconUnmute({ color, size, ...other }: IconProps$g): react_jsx_runtime.JSX.Element;
|
|
2479
2493
|
|
|
2480
2494
|
declare const IconBookmark: ({ width, height, color, ...other }: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
2481
2495
|
|
|
2482
|
-
interface IconProps$
|
|
2496
|
+
interface IconProps$f extends React$1.SVGAttributes<SVGElement> {
|
|
2483
2497
|
size?: number | string;
|
|
2484
2498
|
color?: string;
|
|
2485
2499
|
}
|
|
2486
|
-
declare function IconBookmarkOutlined({ size, color, ...other }: IconProps$
|
|
2500
|
+
declare function IconBookmarkOutlined({ size, color, ...other }: IconProps$f): react_jsx_runtime.JSX.Element;
|
|
2487
2501
|
|
|
2488
2502
|
declare const IconUserNotFound: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
2489
2503
|
|
|
@@ -2503,204 +2517,222 @@ declare const IconCalendarFilled: ({ width, height, color, ...props }: SVGProps<
|
|
|
2503
2517
|
|
|
2504
2518
|
declare const IconArrowDown: ({ width, height, color, ...other }: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
2505
2519
|
|
|
2506
|
-
interface IconProps$
|
|
2520
|
+
interface IconProps$e extends React$1.SVGAttributes<SVGElement> {
|
|
2507
2521
|
color?: string;
|
|
2508
2522
|
}
|
|
2509
|
-
declare const IconRadioButtonChecked: ({ color, ...rest }: IconProps$
|
|
2523
|
+
declare const IconRadioButtonChecked: ({ color, ...rest }: IconProps$e) => JSX.Element;
|
|
2510
2524
|
|
|
2511
|
-
interface IconProps$
|
|
2525
|
+
interface IconProps$d extends React$1.SVGAttributes<SVGElement> {
|
|
2512
2526
|
size?: number | string;
|
|
2513
2527
|
color?: string;
|
|
2514
2528
|
}
|
|
2515
|
-
declare function IconShare({ size, ...props }: IconProps$
|
|
2529
|
+
declare function IconShare({ size, ...props }: IconProps$d): react_jsx_runtime.JSX.Element;
|
|
2516
2530
|
|
|
2517
|
-
interface IconProps$
|
|
2531
|
+
interface IconProps$c extends React$1.SVGAttributes<SVGElement> {
|
|
2518
2532
|
size?: number | string;
|
|
2519
2533
|
color?: string;
|
|
2520
2534
|
}
|
|
2521
|
-
declare function IconLink({ size, ...props }: IconProps$
|
|
2535
|
+
declare function IconLink({ size, ...props }: IconProps$c): react_jsx_runtime.JSX.Element;
|
|
2522
2536
|
|
|
2523
|
-
declare const IconHome: FC<IconProps$
|
|
2537
|
+
declare const IconHome: FC<IconProps$H>;
|
|
2524
2538
|
|
|
2525
|
-
declare const IconEcgHeart: FC<IconProps$
|
|
2539
|
+
declare const IconEcgHeart: FC<IconProps$H>;
|
|
2526
2540
|
|
|
2527
|
-
declare const IconAddModerator: FC<IconProps$
|
|
2541
|
+
declare const IconAddModerator: FC<IconProps$H>;
|
|
2528
2542
|
|
|
2529
|
-
declare const IconQueryStats: FC<IconProps$
|
|
2543
|
+
declare const IconQueryStats: FC<IconProps$H>;
|
|
2530
2544
|
|
|
2531
|
-
declare const IconSchema: FC<IconProps$
|
|
2545
|
+
declare const IconSchema: FC<IconProps$H>;
|
|
2532
2546
|
|
|
2533
|
-
declare const IconPromocode: FC<IconProps$
|
|
2547
|
+
declare const IconPromocode: FC<IconProps$H>;
|
|
2534
2548
|
|
|
2535
|
-
declare const IconEventBusy: FC<IconProps$
|
|
2549
|
+
declare const IconEventBusy: FC<IconProps$H>;
|
|
2536
2550
|
|
|
2537
|
-
declare const IconDelete: FC<IconProps$
|
|
2551
|
+
declare const IconDelete: FC<IconProps$H>;
|
|
2538
2552
|
|
|
2539
|
-
declare const IconLock: FC<IconProps$
|
|
2553
|
+
declare const IconLock: FC<IconProps$H>;
|
|
2540
2554
|
|
|
2541
|
-
declare const IconEdit: FC<IconProps$
|
|
2555
|
+
declare const IconEdit: FC<IconProps$H>;
|
|
2542
2556
|
|
|
2543
|
-
declare const IconCopy: FC<IconProps$
|
|
2557
|
+
declare const IconCopy: FC<IconProps$H>;
|
|
2544
2558
|
|
|
2545
|
-
interface IconProps$
|
|
2559
|
+
interface IconProps$b extends React$1.SVGAttributes<SVGElement> {
|
|
2546
2560
|
size?: number | string;
|
|
2547
2561
|
color?: string;
|
|
2548
2562
|
}
|
|
2549
|
-
declare function IconTimeAdd({ color, size, ...other }: IconProps$
|
|
2563
|
+
declare function IconTimeAdd({ color, size, ...other }: IconProps$b): react_jsx_runtime.JSX.Element;
|
|
2550
2564
|
|
|
2551
|
-
declare const IconManageAccounts: FC<IconProps$
|
|
2565
|
+
declare const IconManageAccounts: FC<IconProps$H>;
|
|
2552
2566
|
|
|
2553
|
-
declare const IconSend: FC<IconProps$
|
|
2567
|
+
declare const IconSend: FC<IconProps$H>;
|
|
2554
2568
|
|
|
2555
|
-
interface IconProps$
|
|
2569
|
+
interface IconProps$a extends React$1.SVGAttributes<SVGElement> {
|
|
2556
2570
|
size?: number | string;
|
|
2557
2571
|
color?: string;
|
|
2558
2572
|
}
|
|
2559
|
-
declare function IconGallery({ color, size, ...other }: IconProps$
|
|
2573
|
+
declare function IconGallery({ color, size, ...other }: IconProps$a): react_jsx_runtime.JSX.Element;
|
|
2560
2574
|
|
|
2561
|
-
interface IconProps$
|
|
2575
|
+
interface IconProps$9 extends React$1.SVGAttributes<SVGElement> {
|
|
2562
2576
|
size?: number | string;
|
|
2563
2577
|
color?: string;
|
|
2564
2578
|
}
|
|
2565
|
-
declare function IconText({ color, size, ...other }: IconProps$
|
|
2579
|
+
declare function IconText({ color, size, ...other }: IconProps$9): react_jsx_runtime.JSX.Element;
|
|
2566
2580
|
|
|
2567
|
-
interface IconProps$
|
|
2581
|
+
interface IconProps$8 extends React$1.SVGAttributes<SVGElement> {
|
|
2568
2582
|
size?: number | string;
|
|
2569
2583
|
color?: string;
|
|
2570
2584
|
className?: string;
|
|
2571
2585
|
style?: React$1.CSSProperties;
|
|
2572
2586
|
}
|
|
2573
|
-
declare function IconCheckCircle({ color, size, ...props }: IconProps$
|
|
2587
|
+
declare function IconCheckCircle({ color, size, ...props }: IconProps$8): JSX.Element;
|
|
2574
2588
|
|
|
2575
|
-
interface IconProps$
|
|
2589
|
+
interface IconProps$7 extends React$1.SVGAttributes<SVGElement> {
|
|
2576
2590
|
size?: number | string;
|
|
2577
2591
|
color?: string;
|
|
2578
2592
|
}
|
|
2579
|
-
declare function IconAttachMoney({ size, color, style, ...props }: IconProps$
|
|
2593
|
+
declare function IconAttachMoney({ size, color, style, ...props }: IconProps$7): react_jsx_runtime.JSX.Element;
|
|
2580
2594
|
|
|
2581
|
-
declare const IconArrowTopRight: FC<IconProps$
|
|
2595
|
+
declare const IconArrowTopRight: FC<IconProps$H>;
|
|
2582
2596
|
|
|
2583
|
-
declare const IconMoreVertical: FC<IconProps$
|
|
2597
|
+
declare const IconMoreVertical: FC<IconProps$H>;
|
|
2584
2598
|
|
|
2585
|
-
interface IconProps$
|
|
2599
|
+
interface IconProps$6 extends React$1.SVGAttributes<SVGElement> {
|
|
2586
2600
|
size?: number | string;
|
|
2587
2601
|
color?: string;
|
|
2588
2602
|
}
|
|
2589
|
-
declare const IconStylus: FC<IconProps$
|
|
2603
|
+
declare const IconStylus: FC<IconProps$6>;
|
|
2590
2604
|
|
|
2591
|
-
declare const IconDocument: FC<IconProps$
|
|
2605
|
+
declare const IconDocument: FC<IconProps$H>;
|
|
2592
2606
|
|
|
2593
|
-
declare const IconPersonAlert: FC<IconProps$
|
|
2607
|
+
declare const IconPersonAlert: FC<IconProps$H>;
|
|
2594
2608
|
|
|
2595
|
-
declare const IconIdCard: FC<IconProps$
|
|
2609
|
+
declare const IconIdCard: FC<IconProps$H>;
|
|
2596
2610
|
|
|
2597
|
-
declare const IconProfile: FC<IconProps$
|
|
2611
|
+
declare const IconProfile: FC<IconProps$H>;
|
|
2598
2612
|
|
|
2599
|
-
declare const IconReceiptLong: FC<IconProps$
|
|
2613
|
+
declare const IconReceiptLong: FC<IconProps$H>;
|
|
2600
2614
|
|
|
2601
|
-
declare const IconInvoice: FC<IconProps$
|
|
2615
|
+
declare const IconInvoice: FC<IconProps$H>;
|
|
2602
2616
|
|
|
2603
|
-
declare const IconRenew: React$1.FC<IconProps$
|
|
2617
|
+
declare const IconRenew: React$1.FC<IconProps$H>;
|
|
2604
2618
|
|
|
2605
|
-
declare const IconDot: React$1.FC<IconProps$
|
|
2619
|
+
declare const IconDot: React$1.FC<IconProps$H>;
|
|
2606
2620
|
|
|
2607
|
-
declare const IconHeart: React$1.FC<IconProps$
|
|
2621
|
+
declare const IconHeart: React$1.FC<IconProps$H>;
|
|
2608
2622
|
|
|
2609
|
-
declare const IconMindly: React$1.FC<IconProps$
|
|
2623
|
+
declare const IconMindly: React$1.FC<IconProps$H>;
|
|
2610
2624
|
|
|
2611
|
-
declare const IconPlay: React$1.FC<IconProps$
|
|
2625
|
+
declare const IconPlay: React$1.FC<IconProps$H>;
|
|
2612
2626
|
|
|
2613
|
-
declare const IconStudyHat: React$1.FC<IconProps$
|
|
2627
|
+
declare const IconStudyHat: React$1.FC<IconProps$H>;
|
|
2614
2628
|
|
|
2615
|
-
declare const IconMindlyColored: React$1.FC<IconProps$
|
|
2629
|
+
declare const IconMindlyColored: React$1.FC<IconProps$H>;
|
|
2616
2630
|
|
|
2617
|
-
declare const IconUser: React$1.FC<IconProps$
|
|
2631
|
+
declare const IconUser: React$1.FC<IconProps$H>;
|
|
2618
2632
|
|
|
2619
|
-
declare const IconFilters: React$1.FC<IconProps$
|
|
2633
|
+
declare const IconFilters: React$1.FC<IconProps$H>;
|
|
2620
2634
|
|
|
2621
|
-
declare const IconEmptyList: React$1.FC<IconProps$
|
|
2635
|
+
declare const IconEmptyList: React$1.FC<IconProps$H>;
|
|
2622
2636
|
|
|
2623
|
-
declare const IconChat: React$1.FC<IconProps$
|
|
2637
|
+
declare const IconChat: React$1.FC<IconProps$H>;
|
|
2624
2638
|
|
|
2625
|
-
declare const IconMindlyMini: React$1.FC<IconProps$
|
|
2639
|
+
declare const IconMindlyMini: React$1.FC<IconProps$H>;
|
|
2626
2640
|
|
|
2627
|
-
declare const IconSchedule: React$1.FC<IconProps$
|
|
2641
|
+
declare const IconSchedule: React$1.FC<IconProps$H>;
|
|
2628
2642
|
|
|
2629
|
-
declare const IconContract: React$1.FC<IconProps$
|
|
2643
|
+
declare const IconContract: React$1.FC<IconProps$H>;
|
|
2630
2644
|
|
|
2631
|
-
declare const IconReceipt: React$1.FC<IconProps$
|
|
2645
|
+
declare const IconReceipt: React$1.FC<IconProps$H>;
|
|
2632
2646
|
|
|
2633
|
-
declare const IconCalendarWithDot: React$1.FC<IconProps$
|
|
2647
|
+
declare const IconCalendarWithDot: React$1.FC<IconProps$H>;
|
|
2634
2648
|
|
|
2635
|
-
declare const IconExperience: React$1.FC<IconProps$
|
|
2649
|
+
declare const IconExperience: React$1.FC<IconProps$H>;
|
|
2636
2650
|
|
|
2637
|
-
declare const IconSpecialistsEnded: React$1.FC<IconProps$
|
|
2651
|
+
declare const IconSpecialistsEnded: React$1.FC<IconProps$H>;
|
|
2638
2652
|
|
|
2639
|
-
declare const IconReviewSessionSubscription: React$1.FC<IconProps$
|
|
2653
|
+
declare const IconReviewSessionSubscription: React$1.FC<IconProps$H>;
|
|
2640
2654
|
|
|
2641
|
-
declare const IconReviewSessionTrial: React$1.FC<IconProps$
|
|
2655
|
+
declare const IconReviewSessionTrial: React$1.FC<IconProps$H>;
|
|
2642
2656
|
|
|
2643
|
-
declare const IconDoubleArrow: React$1.FC<IconProps$
|
|
2657
|
+
declare const IconDoubleArrow: React$1.FC<IconProps$H>;
|
|
2644
2658
|
|
|
2645
|
-
declare const IconDivider: React$1.FC<IconProps$
|
|
2659
|
+
declare const IconDivider: React$1.FC<IconProps$H>;
|
|
2646
2660
|
|
|
2647
|
-
declare const IconInfo: React$1.FC<IconProps$
|
|
2661
|
+
declare const IconInfo: React$1.FC<IconProps$H>;
|
|
2648
2662
|
|
|
2649
|
-
declare const IconApplePay: React$1.FC<IconProps$
|
|
2663
|
+
declare const IconApplePay: React$1.FC<IconProps$H>;
|
|
2650
2664
|
|
|
2651
|
-
declare const IconSecure: React$1.FC<IconProps$
|
|
2665
|
+
declare const IconSecure: React$1.FC<IconProps$H>;
|
|
2652
2666
|
|
|
2653
|
-
declare const IconGooglePay: React$1.FC<IconProps$
|
|
2667
|
+
declare const IconGooglePay: React$1.FC<IconProps$H>;
|
|
2654
2668
|
|
|
2655
|
-
declare const IconAmEx: React$1.FC<IconProps$
|
|
2669
|
+
declare const IconAmEx: React$1.FC<IconProps$H>;
|
|
2656
2670
|
|
|
2657
|
-
declare const IconMaestro: React$1.FC<IconProps$
|
|
2671
|
+
declare const IconMaestro: React$1.FC<IconProps$H>;
|
|
2658
2672
|
|
|
2659
|
-
declare const IconMastercard: React$1.FC<IconProps$
|
|
2673
|
+
declare const IconMastercard: React$1.FC<IconProps$H>;
|
|
2660
2674
|
|
|
2661
|
-
declare const IconVisa: React$1.FC<IconProps$
|
|
2675
|
+
declare const IconVisa: React$1.FC<IconProps$H>;
|
|
2662
2676
|
|
|
2663
|
-
declare const IconPoweredByStripe: React$1.FC<IconProps$
|
|
2677
|
+
declare const IconPoweredByStripe: React$1.FC<IconProps$H>;
|
|
2664
2678
|
|
|
2665
|
-
declare const IconCancelBold: React$1.FC<IconProps$
|
|
2679
|
+
declare const IconCancelBold: React$1.FC<IconProps$H>;
|
|
2666
2680
|
|
|
2667
|
-
interface IconProps$
|
|
2681
|
+
interface IconProps$5 extends React$1.SVGAttributes<SVGElement> {
|
|
2668
2682
|
size?: number | string;
|
|
2669
2683
|
color?: string;
|
|
2670
2684
|
}
|
|
2671
|
-
declare const IconCheckboxCheckedBold: React$1.FC<IconProps$
|
|
2685
|
+
declare const IconCheckboxCheckedBold: React$1.FC<IconProps$5>;
|
|
2672
2686
|
|
|
2673
|
-
interface IconProps$
|
|
2687
|
+
interface IconProps$4 extends React$1.SVGAttributes<SVGElement> {
|
|
2674
2688
|
size?: number | string;
|
|
2675
2689
|
color?: string;
|
|
2676
2690
|
}
|
|
2677
|
-
declare const IconMatching: React$1.FC<IconProps$
|
|
2691
|
+
declare const IconMatching: React$1.FC<IconProps$4>;
|
|
2678
2692
|
|
|
2679
|
-
declare const IconSwitch: React$1.FC<IconProps$
|
|
2693
|
+
declare const IconSwitch: React$1.FC<IconProps$H>;
|
|
2680
2694
|
|
|
2681
|
-
declare const IconGlobe: React$1.FC<IconProps$
|
|
2695
|
+
declare const IconGlobe: React$1.FC<IconProps$H>;
|
|
2682
2696
|
|
|
2683
|
-
declare const IconAppStoreRating: React$1.FC<IconProps$
|
|
2697
|
+
declare const IconAppStoreRating: React$1.FC<IconProps$H>;
|
|
2684
2698
|
|
|
2685
|
-
declare const IconCompare: React$1.FC<IconProps$
|
|
2699
|
+
declare const IconCompare: React$1.FC<IconProps$H>;
|
|
2686
2700
|
|
|
2687
|
-
declare const IconChart: React$1.FC<IconProps$
|
|
2701
|
+
declare const IconChart: React$1.FC<IconProps$H>;
|
|
2688
2702
|
|
|
2689
|
-
declare const IconPaywall: React$1.FC<IconProps$
|
|
2703
|
+
declare const IconPaywall: React$1.FC<IconProps$H>;
|
|
2690
2704
|
|
|
2691
|
-
declare const IconRadioPartial: FC<IconProps$
|
|
2705
|
+
declare const IconRadioPartial: FC<IconProps$H>;
|
|
2692
2706
|
|
|
2693
|
-
declare const IconArrowRange: FC<IconProps$
|
|
2707
|
+
declare const IconArrowRange: FC<IconProps$H>;
|
|
2694
2708
|
|
|
2695
|
-
declare const IconLeaderboard: FC<IconProps$
|
|
2709
|
+
declare const IconLeaderboard: FC<IconProps$H>;
|
|
2696
2710
|
|
|
2697
|
-
interface IconProps extends React$1.SVGAttributes<SVGElement> {
|
|
2711
|
+
interface IconProps$3 extends React$1.SVGAttributes<SVGElement> {
|
|
2712
|
+
size?: number | string;
|
|
2713
|
+
color?: string;
|
|
2714
|
+
}
|
|
2715
|
+
declare const IconCheckboxThinUnchecked: React$1.FC<IconProps$3>;
|
|
2716
|
+
|
|
2717
|
+
declare const IconMooving: React$1.FC<IconProps$H>;
|
|
2718
|
+
|
|
2719
|
+
interface IconProps$2 extends React$1.SVGAttributes<SVGElement> {
|
|
2698
2720
|
size?: number | string;
|
|
2699
2721
|
color?: string;
|
|
2700
2722
|
}
|
|
2701
|
-
declare
|
|
2723
|
+
declare function IconAlignHorizontalTextCenter({ size, ...other }: IconProps$2): react_jsx_runtime.JSX.Element;
|
|
2702
2724
|
|
|
2703
|
-
|
|
2725
|
+
interface IconProps$1 extends React$1.SVGAttributes<SVGElement> {
|
|
2726
|
+
size?: number | string;
|
|
2727
|
+
color?: string;
|
|
2728
|
+
}
|
|
2729
|
+
declare function IconAlignHorizontalTextLeft({ size, ...other }: IconProps$1): react_jsx_runtime.JSX.Element;
|
|
2730
|
+
|
|
2731
|
+
interface IconProps extends React$1.SVGAttributes<SVGElement> {
|
|
2732
|
+
size?: number | string;
|
|
2733
|
+
color?: string;
|
|
2734
|
+
}
|
|
2735
|
+
declare function IconAlignHorizontalTextRight({ size, ...other }: IconProps): react_jsx_runtime.JSX.Element;
|
|
2704
2736
|
|
|
2705
2737
|
declare const formatByDigits: (value: number) => string;
|
|
2706
2738
|
declare const roundToPrecision: (value: number, decimals?: number) => number;
|
|
@@ -2790,9 +2822,9 @@ type SlotsGridItemProps = {
|
|
|
2790
2822
|
onSelectionChange: () => void;
|
|
2791
2823
|
};
|
|
2792
2824
|
|
|
2793
|
-
declare const _default$
|
|
2825
|
+
declare const _default$E: React__default.NamedExoticComponent<SlotsGridProps>;
|
|
2794
2826
|
|
|
2795
|
-
declare const _default$
|
|
2827
|
+
declare const _default$D: React$1.NamedExoticComponent<SlotsGridItemProps>;
|
|
2796
2828
|
|
|
2797
2829
|
type PushNotificationsModalProps = {
|
|
2798
2830
|
onApplyPermission: () => void;
|
|
@@ -2842,6 +2874,7 @@ type SpecialistShortInfoItemFeatureProps = {
|
|
|
2842
2874
|
video_link?: string;
|
|
2843
2875
|
onClickReview?(): void;
|
|
2844
2876
|
onToggleFavourite?(): void;
|
|
2877
|
+
onVideoPlay?(): void;
|
|
2845
2878
|
};
|
|
2846
2879
|
declare const SpecialistShortInfoItemFeature: FC<SpecialistShortInfoItemFeatureProps>;
|
|
2847
2880
|
|
|
@@ -2907,23 +2940,23 @@ type ShareModalFeatureProps = {
|
|
|
2907
2940
|
};
|
|
2908
2941
|
declare const ShareModalFeature: FC<ShareModalFeatureProps>;
|
|
2909
2942
|
|
|
2910
|
-
declare const _default$
|
|
2943
|
+
declare const _default$C: React__default.NamedExoticComponent<SpecialistPaymentConsultationDetailsType & TranslationType>;
|
|
2911
2944
|
|
|
2912
|
-
declare const _default$
|
|
2945
|
+
declare const _default$B: React__default.NamedExoticComponent<SpecialistPaymentCardProps & TranslationType>;
|
|
2913
2946
|
|
|
2914
2947
|
type SpecialistPaymentCommonCardSkeletonType = {
|
|
2915
2948
|
className?: string;
|
|
2916
2949
|
};
|
|
2917
2950
|
declare const SpecialistPaymentCommonCardSkeleton: (props: SpecialistPaymentCommonCardSkeletonType) => react_jsx_runtime.JSX.Element;
|
|
2918
2951
|
|
|
2919
|
-
declare const _default$
|
|
2952
|
+
declare const _default$A: React__default.NamedExoticComponent<SpecialistPaymentConsultationsProps & TranslationType>;
|
|
2920
2953
|
|
|
2921
2954
|
type ConsultationsListProps = {
|
|
2922
2955
|
consultations: SpecialistConsultation[];
|
|
2923
2956
|
locale?: string;
|
|
2924
2957
|
consultationClick?: (consultation: SpecialistConsultation) => void;
|
|
2925
2958
|
};
|
|
2926
|
-
declare const _default$
|
|
2959
|
+
declare const _default$z: React__default.NamedExoticComponent<ConsultationsListProps>;
|
|
2927
2960
|
|
|
2928
2961
|
type ConsultationsListSkeletonType = {
|
|
2929
2962
|
className?: string;
|
|
@@ -2938,9 +2971,9 @@ type CalendarPickerFeatureProps = {
|
|
|
2938
2971
|
dateCallback: (date: Date) => void;
|
|
2939
2972
|
lastDate: Date;
|
|
2940
2973
|
};
|
|
2941
|
-
declare const _default$
|
|
2974
|
+
declare const _default$y: React__default.NamedExoticComponent<CalendarPickerFeatureProps & TranslationType>;
|
|
2942
2975
|
|
|
2943
|
-
declare const _default$
|
|
2976
|
+
declare const _default$x: React__default.NamedExoticComponent<PaymentCalendarFeatureProps & TranslationType>;
|
|
2944
2977
|
|
|
2945
2978
|
type GoogleCalendarModalFeatureProps = {
|
|
2946
2979
|
isOpen: boolean;
|
|
@@ -2955,7 +2988,7 @@ type GoogleCalendarModalFeatureProps = {
|
|
|
2955
2988
|
declare function GoogleCalendarModalFeature({ status, isOpen, onSync, isLoading, presentingElement, imageUrl, onDidDismiss, t, }: GoogleCalendarModalFeatureProps): JSX.Element;
|
|
2956
2989
|
|
|
2957
2990
|
type ReviewCardFeatureVariantType = 'default' | 'outlined' | 'full' | 'store' | 'starFirst';
|
|
2958
|
-
declare const _default$
|
|
2991
|
+
declare const _default$w: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
|
|
2959
2992
|
id?: string | undefined;
|
|
2960
2993
|
avatarSrc?: string | undefined;
|
|
2961
2994
|
name: string;
|
|
@@ -3059,7 +3092,7 @@ type ScreenInputFormFeatureProps = {
|
|
|
3059
3092
|
icon?: ReactNode | string;
|
|
3060
3093
|
isKeyboardShown?: boolean;
|
|
3061
3094
|
};
|
|
3062
|
-
declare const _default$
|
|
3095
|
+
declare const _default$v: React__default.NamedExoticComponent<ScreenInputFormFeatureProps>;
|
|
3063
3096
|
|
|
3064
3097
|
type SelectionType = {
|
|
3065
3098
|
value: any;
|
|
@@ -3077,7 +3110,7 @@ type SpecialistDrumPickerWidgetProps = {
|
|
|
3077
3110
|
onTouchStart?: () => void;
|
|
3078
3111
|
onTouchEnd?: () => void;
|
|
3079
3112
|
};
|
|
3080
|
-
declare const _default$
|
|
3113
|
+
declare const _default$u: React__default.NamedExoticComponent<SpecialistDrumPickerWidgetProps>;
|
|
3081
3114
|
|
|
3082
3115
|
type TextAreaFormFeatureProps = {
|
|
3083
3116
|
title?: string;
|
|
@@ -3093,7 +3126,7 @@ type TextAreaFormFeatureProps = {
|
|
|
3093
3126
|
maxlength?: number;
|
|
3094
3127
|
HeaderComponent?: FC;
|
|
3095
3128
|
};
|
|
3096
|
-
declare const _default$
|
|
3129
|
+
declare const _default$t: React__default.NamedExoticComponent<TextAreaFormFeatureProps>;
|
|
3097
3130
|
|
|
3098
3131
|
type AcceptAgreementFeatureProps = {
|
|
3099
3132
|
isAccepted: boolean;
|
|
@@ -3114,7 +3147,7 @@ type SelectWithSearchFormFeatureProps = {
|
|
|
3114
3147
|
otherText?: string;
|
|
3115
3148
|
buttonLabel?: string;
|
|
3116
3149
|
} & WithTranslation;
|
|
3117
|
-
declare const _default$
|
|
3150
|
+
declare const _default$s: React__default.NamedExoticComponent<SelectWithSearchFormFeatureProps>;
|
|
3118
3151
|
|
|
3119
3152
|
type MarkdownContainerFeatureProps = {
|
|
3120
3153
|
children?: string | null;
|
|
@@ -3122,11 +3155,11 @@ type MarkdownContainerFeatureProps = {
|
|
|
3122
3155
|
className?: string;
|
|
3123
3156
|
forceBlock?: boolean;
|
|
3124
3157
|
};
|
|
3125
|
-
declare const _default$
|
|
3158
|
+
declare const _default$r: React__default.NamedExoticComponent<MarkdownContainerFeatureProps>;
|
|
3126
3159
|
|
|
3127
|
-
declare const _default$
|
|
3160
|
+
declare const _default$q: React__default.NamedExoticComponent<OnBoardingStartScreenType>;
|
|
3128
3161
|
|
|
3129
|
-
declare const _default$
|
|
3162
|
+
declare const _default$p: React__default.NamedExoticComponent<OnBoardingInfoScreenType>;
|
|
3130
3163
|
|
|
3131
3164
|
type OnBoardingMultiSelectionScreenPreviewFeatureProps = {
|
|
3132
3165
|
onChange?: (value: string[]) => void;
|
|
@@ -3134,15 +3167,15 @@ type OnBoardingMultiSelectionScreenPreviewFeatureProps = {
|
|
|
3134
3167
|
variant?: OnboardingVariant;
|
|
3135
3168
|
template?: 'checkbox' | 'icon';
|
|
3136
3169
|
} & OnBoardingMultiSelectScreenType;
|
|
3137
|
-
declare const _default$
|
|
3170
|
+
declare const _default$o: React__default.NamedExoticComponent<OnBoardingMultiSelectionScreenPreviewFeatureProps>;
|
|
3138
3171
|
|
|
3139
3172
|
type OnBoardingSingleSelectionScreenPreviewFeatureProps = {
|
|
3140
3173
|
onChange?: (value: string) => void;
|
|
3141
3174
|
defaultValues?: string[];
|
|
3142
3175
|
variant?: OnboardingVariant;
|
|
3143
|
-
template?: 'radio' | 'image' | 'emoji' | 'icon';
|
|
3144
|
-
} & OnBoardingSingleSelectScreenType & OnBoardingSingleImageSelectScreenType & OnBoardingSingleScaleSelectScreenType;
|
|
3145
|
-
declare const _default$
|
|
3176
|
+
template?: 'radio' | 'image' | 'roundImage' | 'emoji' | 'icon';
|
|
3177
|
+
} & OnBoardingSingleSelectScreenType & OnBoardingSingleImageSelectScreenType & OnBoardingSingleRoundImageSelectScreenType & OnBoardingSingleScaleSelectScreenType;
|
|
3178
|
+
declare const _default$n: React__default.NamedExoticComponent<OnBoardingSingleSelectionScreenPreviewFeatureProps>;
|
|
3146
3179
|
|
|
3147
3180
|
declare const OnBoardingLoaderScreenPreviewFeature: FC<OnBoardingLoaderScreenType & {
|
|
3148
3181
|
t?: WithTranslation['t'];
|
|
@@ -3162,9 +3195,9 @@ type OnBoardingProgressFeatureProps = {
|
|
|
3162
3195
|
variant?: OnboardingVariant;
|
|
3163
3196
|
empty?: boolean;
|
|
3164
3197
|
};
|
|
3165
|
-
declare const _default$
|
|
3198
|
+
declare const _default$m: React__default.NamedExoticComponent<OnBoardingProgressFeatureProps>;
|
|
3166
3199
|
|
|
3167
|
-
declare const _default$
|
|
3200
|
+
declare const _default$l: React__default.NamedExoticComponent<OnBoardingReviewsScreenType>;
|
|
3168
3201
|
|
|
3169
3202
|
type OnBoardingEmailScreenPreviewFeatureProps = OnBoardingEmailScreenType & {
|
|
3170
3203
|
email: string | null;
|
|
@@ -3172,7 +3205,7 @@ type OnBoardingEmailScreenPreviewFeatureProps = OnBoardingEmailScreenType & {
|
|
|
3172
3205
|
onChangeEmail?: (email: string) => void;
|
|
3173
3206
|
onSubmit?: () => void;
|
|
3174
3207
|
};
|
|
3175
|
-
declare const _default$
|
|
3208
|
+
declare const _default$k: React__default.NamedExoticComponent<OnBoardingEmailScreenPreviewFeatureProps>;
|
|
3176
3209
|
|
|
3177
3210
|
type OnBoardingConfirmScreenPreviewFeatureProps = OnBoardingConfirmScreenType & {
|
|
3178
3211
|
email: string | null;
|
|
@@ -3183,7 +3216,7 @@ type OnBoardingConfirmScreenPreviewFeatureProps = OnBoardingConfirmScreenType &
|
|
|
3183
3216
|
onChangePassword?: (password: string) => void;
|
|
3184
3217
|
onSubmit?: () => void;
|
|
3185
3218
|
};
|
|
3186
|
-
declare const _default$
|
|
3219
|
+
declare const _default$j: React__default.NamedExoticComponent<OnBoardingConfirmScreenPreviewFeatureProps>;
|
|
3187
3220
|
|
|
3188
3221
|
type OnBoardingPaywallScreenPreviewFeatureProps$2 = {
|
|
3189
3222
|
variant?: OnboardingVariant;
|
|
@@ -3248,9 +3281,10 @@ interface Props$2 extends Omit<TypographyProps, 'children'> {
|
|
|
3248
3281
|
t?: WithTranslation['t'];
|
|
3249
3282
|
presentingElement?: HTMLElement;
|
|
3250
3283
|
onMoreClick?(): void;
|
|
3284
|
+
hideShowMore?: boolean;
|
|
3251
3285
|
}
|
|
3252
3286
|
|
|
3253
|
-
declare const _default$
|
|
3287
|
+
declare const _default$i: React__default.NamedExoticComponent<Props$2>;
|
|
3254
3288
|
|
|
3255
3289
|
type Props$1 = {
|
|
3256
3290
|
className?: string;
|
|
@@ -3628,8 +3662,15 @@ type ScheduleFeatureProps = {
|
|
|
3628
3662
|
t?: WithTranslation['t'];
|
|
3629
3663
|
locale?: string;
|
|
3630
3664
|
forceLoading?: boolean;
|
|
3665
|
+
variant?: 'full' | 'flat';
|
|
3666
|
+
slotsLimit?: number;
|
|
3667
|
+
slotFormat?: string;
|
|
3668
|
+
useClosestDateFormat?: boolean;
|
|
3669
|
+
slotVariant?: TypographyVariantsEnum;
|
|
3670
|
+
isBookingLoading?: boolean;
|
|
3631
3671
|
onDateChange?: (date: ScheduleDate, slots: ScheduleSlot[]) => void;
|
|
3632
3672
|
onSlotChange?: (slot: ScheduleSlot | null) => void;
|
|
3673
|
+
onShowAll?: () => void;
|
|
3633
3674
|
};
|
|
3634
3675
|
|
|
3635
3676
|
declare const SpecialistScheduleFeature: React__default.FC<ScheduleFeatureProps>;
|
|
@@ -3788,7 +3829,7 @@ type SpecialistCardProps = {
|
|
|
3788
3829
|
};
|
|
3789
3830
|
declare const SpecialistCard: React__default.FC<SpecialistCardProps>;
|
|
3790
3831
|
|
|
3791
|
-
declare const _default$
|
|
3832
|
+
declare const _default$h: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
|
|
3792
3833
|
isError?: boolean | undefined;
|
|
3793
3834
|
errorStyle?: "filled" | "unfilled" | undefined;
|
|
3794
3835
|
type?: "number" | "text" | "email" | undefined;
|
|
@@ -3812,11 +3853,11 @@ declare const PasswordInput: React__default.ForwardRefExoticComponent<{
|
|
|
3812
3853
|
error?: string | null | undefined;
|
|
3813
3854
|
} & Omit<React__default.InputHTMLAttributes<HTMLInputElement>, "type"> & React__default.RefAttributes<HTMLInputElement>>;
|
|
3814
3855
|
|
|
3815
|
-
declare const _default$
|
|
3856
|
+
declare const _default$g: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
|
|
3816
3857
|
isError?: boolean | undefined;
|
|
3817
3858
|
} & React__default.TextareaHTMLAttributes<HTMLTextAreaElement> & React__default.RefAttributes<HTMLTextAreaElement>>>;
|
|
3818
3859
|
|
|
3819
|
-
declare const _default$
|
|
3860
|
+
declare const _default$f: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
|
|
3820
3861
|
options: {
|
|
3821
3862
|
id: string | number;
|
|
3822
3863
|
label: string | number;
|
|
@@ -3851,7 +3892,7 @@ type CustomCheckboxProps = {
|
|
|
3851
3892
|
isCheckbox?: boolean;
|
|
3852
3893
|
onChange?: (e: ChangeEvent<HTMLInputElement>) => void;
|
|
3853
3894
|
};
|
|
3854
|
-
declare const _default$
|
|
3895
|
+
declare const _default$e: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<CustomCheckboxProps & React__default.RefAttributes<HTMLInputElement>>>;
|
|
3855
3896
|
|
|
3856
3897
|
type CheckboxListItem = {
|
|
3857
3898
|
id: ReactText;
|
|
@@ -3879,7 +3920,7 @@ type CheckboxListProps = {
|
|
|
3879
3920
|
from: string;
|
|
3880
3921
|
};
|
|
3881
3922
|
};
|
|
3882
|
-
declare const _default$
|
|
3923
|
+
declare const _default$d: React__default.NamedExoticComponent<CheckboxListProps>;
|
|
3883
3924
|
|
|
3884
3925
|
type BookingHeaderProps = {
|
|
3885
3926
|
title?: string;
|
|
@@ -3893,9 +3934,9 @@ type ProgressBarProps = {
|
|
|
3893
3934
|
progress: number;
|
|
3894
3935
|
loaderTitle?: string;
|
|
3895
3936
|
};
|
|
3896
|
-
declare const _default$
|
|
3937
|
+
declare const _default$c: React__default.NamedExoticComponent<ProgressBarProps>;
|
|
3897
3938
|
|
|
3898
|
-
declare const _default$
|
|
3939
|
+
declare const _default$b: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
|
|
3899
3940
|
title: string;
|
|
3900
3941
|
subTitle?: string | undefined;
|
|
3901
3942
|
isError?: boolean | undefined;
|
|
@@ -3927,7 +3968,7 @@ type FlagProps = {
|
|
|
3927
3968
|
dimensions?: number;
|
|
3928
3969
|
className?: string;
|
|
3929
3970
|
};
|
|
3930
|
-
declare const _default$
|
|
3971
|
+
declare const _default$a: React__default.NamedExoticComponent<FlagProps>;
|
|
3931
3972
|
|
|
3932
3973
|
type SpecialistLangsProps = {
|
|
3933
3974
|
showLoader?: boolean;
|
|
@@ -3953,7 +3994,7 @@ type ProfileInformationProps = {
|
|
|
3953
3994
|
reviews: string[];
|
|
3954
3995
|
};
|
|
3955
3996
|
} & React__default.HTMLAttributes<HTMLDivElement>;
|
|
3956
|
-
declare const _default$
|
|
3997
|
+
declare const _default$9: React__default.NamedExoticComponent<ProfileInformationProps>;
|
|
3957
3998
|
|
|
3958
3999
|
type SpecialistMatchProps = {
|
|
3959
4000
|
specialistFirstName?: string;
|
|
@@ -3965,7 +4006,7 @@ type SpecialistMatchProps = {
|
|
|
3965
4006
|
howWeMatchThis: string;
|
|
3966
4007
|
};
|
|
3967
4008
|
} & React__default.HTMLAttributes<HTMLDivElement>;
|
|
3968
|
-
declare const _default$
|
|
4009
|
+
declare const _default$8: React__default.NamedExoticComponent<SpecialistMatchProps>;
|
|
3969
4010
|
|
|
3970
4011
|
type SpecialistStatisticProps = {
|
|
3971
4012
|
learnMoreClick: () => void;
|
|
@@ -3985,7 +4026,7 @@ type SpecialistStatisticProps = {
|
|
|
3985
4026
|
bookedSession: string;
|
|
3986
4027
|
};
|
|
3987
4028
|
} & React__default.HTMLAttributes<HTMLDivElement>;
|
|
3988
|
-
declare const _default$
|
|
4029
|
+
declare const _default$7: React__default.NamedExoticComponent<SpecialistStatisticProps>;
|
|
3989
4030
|
|
|
3990
4031
|
type RatingWithLabelProps = {
|
|
3991
4032
|
countOfReviews?: number;
|
|
@@ -4112,7 +4153,7 @@ type SpecialistCardWidgetProps = {
|
|
|
4112
4153
|
currentUser?: UserType;
|
|
4113
4154
|
};
|
|
4114
4155
|
|
|
4115
|
-
declare const _default$
|
|
4156
|
+
declare const _default$6: React__default.NamedExoticComponent<SpecialistCardWidgetProps>;
|
|
4116
4157
|
|
|
4117
4158
|
type SpecialistCardListWidgetProps = {
|
|
4118
4159
|
t?: WithTranslation['t'];
|
|
@@ -4127,11 +4168,11 @@ type SpecialistCardListWidgetProps = {
|
|
|
4127
4168
|
};
|
|
4128
4169
|
declare const SpecialistCardListWidget: FC<SpecialistCardListWidgetProps>;
|
|
4129
4170
|
|
|
4130
|
-
declare const _default$
|
|
4171
|
+
declare const _default$5: React__default.NamedExoticComponent<SpecialistPaymentCardProps & {
|
|
4131
4172
|
routeClick: () => void;
|
|
4132
4173
|
} & TranslationType>;
|
|
4133
4174
|
|
|
4134
|
-
declare const _default$
|
|
4175
|
+
declare const _default$4: React__default.NamedExoticComponent<SpecialistPaymentCardProps & SpecialistPaymentConsultationsProps & TranslationType>;
|
|
4135
4176
|
|
|
4136
4177
|
type UpdateContractWidgetProps = {
|
|
4137
4178
|
isAccepted: boolean;
|
|
@@ -4175,7 +4216,7 @@ type SpecialistDetailWidgetProps = {
|
|
|
4175
4216
|
};
|
|
4176
4217
|
};
|
|
4177
4218
|
|
|
4178
|
-
declare const _default$
|
|
4219
|
+
declare const _default$3: React__default.NamedExoticComponent<SpecialistDetailWidgetProps>;
|
|
4179
4220
|
|
|
4180
4221
|
declare const SpecialistDetailWidgetSkeleton: React__default.FC;
|
|
4181
4222
|
|
|
@@ -4252,7 +4293,7 @@ type SpecialistPreviewWidgetProps = {
|
|
|
4252
4293
|
className?: string;
|
|
4253
4294
|
};
|
|
4254
4295
|
|
|
4255
|
-
declare const _default$
|
|
4296
|
+
declare const _default$2: React__default.NamedExoticComponent<SpecialistPreviewWidgetProps>;
|
|
4256
4297
|
|
|
4257
4298
|
type SpecialistDetailWithTabsWidgetProps = {
|
|
4258
4299
|
t?: WithTranslation['t'];
|
|
@@ -4279,8 +4320,29 @@ type SpecialistDetailWithTabsWidgetProps = {
|
|
|
4279
4320
|
};
|
|
4280
4321
|
};
|
|
4281
4322
|
|
|
4282
|
-
declare const _default: React__default.NamedExoticComponent<SpecialistDetailWithTabsWidgetProps>;
|
|
4323
|
+
declare const _default$1: React__default.NamedExoticComponent<SpecialistDetailWithTabsWidgetProps>;
|
|
4283
4324
|
|
|
4284
4325
|
declare const SpecialistDetailWithTabsSkeleton: React__default.FC;
|
|
4285
4326
|
|
|
4286
|
-
export { AcceptAgreementFeature, Action, _default$W as AlertCard, AllowFilterValueType, AppFooter, _default$V as AppFooter_v2, AppHeader, AppHeaderPage as AppHeaderPageFeature, AppHeader_v2, AppNotSupportedFeature, AutoComplete, Avatar, AvatarProps$1 as AvatarProps, _default$U as Avatar_v2, AvatarProps as Avatar_v2Props, BREAKPOINT_ICON_SIZE, _default$Q as Badge, _default$Z as BookingScheduleTime, _default$Y as BookingSpecialistInfo, BreakPointPositionProps, BreakPointPositionResult, Button, Button_v2, CAN_MANAGE_SESSION_TIME_HOURS, COUNTRIES_MAPPER, Calendar, _default$x as CalendarPickerFeature, CancelSession, CardModal, ChangeLanguageModal, _default$1g as ChatListItem, _default$1e as ChatListSkeleton, _default$1f as ChatMessage, ChatMessageSkeleton, CheckBoxItem, CheckBoxListFeature, CheckBoxSectionListFeature, _default$c as CheckboxList, CheckboxListCategory, CheckboxListItem, CheckboxTypes, ChevronHeader, CircleRatingComponentProps, CircleRatingContent, CircleRatingContext, CircleRatingContextData, CircleRatingContextProps, CircleRatingDataProps, CircleRatingDataResult, CircleRatingLegendProps, CircleRatingProvider, CircleRatingRange, CircleRatingSize, ClientCanAction, ClientCanParams, ClientSpecialistContractStatusEnum, CollapsableText, ConditionRulesType, Consultation, _default$19 as ConsultationCard, ConsultationCardProps, ConsultationCardType, _default$16 as ConsultationModal, _default$B as ConsultationPricingFeature, _default$14 as ConsultationSpecialistCard, ConsultationsListSkeleton, Container, Container_v2, ContentRendererProps, ContractDataFeature, ContractStatusEnum, ContentTree as ContractTreeFeature, CountdownTimerFeature, CountryOfOriginModal, CurrencyLocaleMapper, CurrencySignByLocale, CustomButton, _default$d as CustomCheckbox, CustomRadioButton, _default$e as CustomSelect, _default$f as CustomTextarea, DatePicker, _default$12 as DaySlider, DividerProps, DropdownFeature, DrumListPicker, DynamicCommissionValue, _default$_ as EducationCard, _default$1d as EmptyChatList, EmptyChatMessages, EmptyChatModalFeature, _default$17 as EmptyConsultations, EmptyList, EmptySpecialistListFeature, ErrorCardFeature, FilterFeatureProps, FilterItem, FilterItemBoolean, FilterItemChips, FilterItemRange, FilterItemSelect, FilterOption, FilterOptionValue, FilterValue, FiltersWidget, FiltersWidgetProps, FirstChatMessageModalFeature, _default$9 as Flag, FlagTypes, _default$S as Flag_v2, FrequentlyAskedQuestions, GoogleCalendarModalFeature, HeaderWithRedirect, ISpecialistReview, IconAddModerator, IconAmEx, IconAppStoreRating, IconApple, IconApplePay, IconArrowDown, IconArrowLeft, IconArrowRange, IconArrowRight, IconArrowTopRight, IconAttachMoney, IconBeachAccess, IconBookmark, IconBookmarkOutlined, _default$M as IconButton, IconCalendar, IconCalendarFilled, IconCalendarMonth, IconCalendarNew, IconCalendarWithDot, IconCancel, IconCancelBold, IconCancelRounded, IconCapFilled, IconChart, IconChat, IconChat3d, IconChat3dSmaller, IconChatFilled, IconChatOutline, IconCheck, IconCheckCircle, IconCheckSmall, IconCheckboxChecked, IconCheckboxCheckedBold, IconCheckboxThinUnchecked, IconCheckboxUnchecked, IconClient, IconClientFilled, IconClose, IconCompare, IconContract, IconCopy, IconCreditCard, IconDelete, IconDivider, IconDocument, IconDot, IconDoubleArrow, IconEcgHeart, IconEdit, IconEditCalendar, IconEmptyList, IconEventBusy, IconExperience, IconEye, IconEyeOff, IconFilters, IconGallery, IconGift, IconGiftNew, IconGlobe, IconGoogle, IconGooglePay, IconHeart, IconHome, IconIdCard, IconInfo, IconInvisible, IconInvoice, IconLanguage, IconLeaderboard, IconLeftArrow, IconLetter, IconLink, IconLock, IconLogout, IconMaestro, IconManageAccounts, IconMastercard, IconMatching, IconMindly, IconMindlyColored, IconMindlyMini, IconMinus, IconMooving, IconMoreVertical, IconMute, IconNotificationMuted, IconPaid, IconPaper, IconPaperPencil, IconPause, IconPaywall, IconPersonAlert, IconPlay, IconPlus, IconPoweredByStripe, IconProfile, IconProfileChecked, IconProfileCircle, IconProfileSetting, IconProfileUnderReview, IconPromocode, IconProps$E as IconProps, IconQueryStats, IconQuestion, IconRadioButtonChecked, IconRadioPartial, IconReceipt, IconReceiptLong, IconRenew, IconResume, IconReviewSessionSubscription, IconReviewSessionTrial, IconSchedule, IconSchema, IconSearch, IconSecure, IconSend, IconSettings, IconShare, IconSpecialistsEnded, IconSpinner, IconStar, IconStarFilled, IconStudyHat, IconStylus, IconSuccess, IconSwitch, IconText, IconTime, IconTimeAdd, IconUnmute, IconUser, IconUserNotFound, IconVerifiedUser, IconVisa, IconVisible, IconWarning, ImageInput, ImageWithFallback, Input, InputSearch, _default$I as Item, _default$P as ItemCard, LabelArrowRedirect, _default$1i as LetterAvatar, _default$a as LineFileInput, ListBox, ListBoxItem, ListBoxItemProps, ListBoxProps, ListBoxSelectionType, ListItemType, _default$F as ListItemWithColumns, _default$J as ListItems, ListOption, ListOptionsProps, ListSelect, ListSelectProps, ListSimple, _default$K as Loading, LocaleCurrencyMapper, MapStatusContractToUIStatus, _default$q as MarkdownContainerFeature, _default$G as MatchProgress, _default$1h as MediaPlayer, MenuFeature, MindlyReview, MindlyReviewFeature, ModalSheet, NEAR_SESSION_TIME_SECONDS, NewSpecialist, NoInternetConnection, NotSupportModal, ONBOARDING_THEME_DEFAULT_COLORS, OnBoardingBaseScreenType, OnBoardingChartScreenPreviewFeature, OnBoardingChartScreenType, OnBoardingCompareScreenPreviewFeature, OnBoardingCompareScreenType, _default$i as OnBoardingConfirmScreenPreviewFeature, OnBoardingConfirmScreenType, _default$j as OnBoardingEmailScreenPreviewFeature, OnBoardingEmailScreenType, OnBoardingFlowType, OnBoardingGraphScreenPreviewFeature, OnBoardingGraphScreenType, _default$o as OnBoardingInfoScreenPreviewFeature, OnBoardingInfoScreenType, OnBoardingLoaderScreenPreviewFeature, OnBoardingLoaderScreenType, OnBoardingMultiSelectScreenType, _default$n as OnBoardingMultiSelectionScreenPreviewFeature, OnBoardingPaywallScreenPreviewFeature, OnBoardingPaywallScreenType, _default$l as OnBoardingProgressFeature, _default$k as OnBoardingReviewsScreenPreviewFeature, OnBoardingReviewsScreenType, OnBoardingScreenAlertType, OnBoardingScreenBgType, OnBoardingScreenButtonType, OnBoardingScreenDescriptionType, OnBoardingScreenEmailType, OnBoardingScreenErrorsType, OnBoardingScreenOptionType, OnBoardingScreenOptionWithScaleType, OnBoardingScreenOptions, OnBoardingScreenPasswordType, OnBoardingScreenPrivacyType, OnBoardingScreenSkipButtonType, OnBoardingScreenStyleOptions, OnBoardingScreenTranslationsType, OnBoardingScreensType, OnBoardingSingleImageSelectScreenType, OnBoardingSingleScaleSelectScreenType, OnBoardingSingleSelectScreenType, _default$m as OnBoardingSingleSelectionScreenPreviewFeature, _default$p as OnBoardingStartScreenPreviewFeature, OnBoardingStartScreenType, OnboardingVariant, OutdatedPersonalDataFeature, PasswordInput, PaymentBadgeType, _default$w as PaymentCalendarFeature, PaymentCalendarFeatureProps, _default$y as PaymentSessionsList, _default$R as Picture, PoweredByStripeFeature, _default$8 as ProfileInformation, _default$10 as ProfileView, _default$b as ProgressBar, ProgressBarDashed, _default$L as ProgressBar_v2, ProgressRangeProps, PushNotificationsIsDisabledBanner, PushNotificationsModal, Range, _default$N as Rating, RatingCircleWrapper, _default$13 as ReSchedule, ReScheduleSuccess, Refresher, ResponseFileType, ReviewCard, _default$v as ReviewCardFeature, ReviewListFeature, ReviewStatistics, ReviewSubscriptionSessionFeature, ReviewSubscriptionSessionFeatureProps, ReviewSwiperSection, ReviewTrialSessionFeature, ReviewTrialSessionFeatureProps, ReviewsCardFeatureSkeleton, ReviewsSummary, RoundButton, RowItemType, RowSelect, RowSelectProps, Rule, SIZES, SOON_SESSION_TIME_SECONDS, Schedule, ScheduleDate, ScheduleSlot, _default$t as ScreenDrumPickerFormFeature, ScreenInput, _default$u as ScreenInputFormFeature, ScreenInputUpdateFeature, SectionHeading, Segment, SegmentColor, SegmentType, SelectItemType, _default$r as SelectWithSearchFormFeature, Session, SessionDetailWidget, SessionPaymentsWidget, SessionPreviewFeature, SessionReview$1 as SessionReview, SessionTime, SessionVariant, SessionsWidget as SessionsListWidget, SessionsWidgetProps, Sex, ShareModalFeature, ShortCurrencySignByLocale, ShortTranscriptionCurrencySignByLocale, _default$E as ShowMore, _default$18 as SignUpSessionButton, _default$15 as SignUpSessionModal, SizeValues, Skeleton, _default$T as Skeleton_v2, _default$D as SlotsGrid, _default$C as SlotsGridItem, SolidInput, Specialist, _default$$ as SpecialistAbout, SpecialistAreaList as SpecialistAreaListFeature, SpecialistCard, SpecialistCardListWidget, _default$5 as SpecialistCardWidget, SpecialistConsultation, SpecialistConsultationPayment, _default$2 as SpecialistDetailWidget, SpecialistDetailWidgetSkeleton, SpecialistDetailWithTabsSkeleton, _default as SpecialistDetailWithTabsWidget, SpecialistEducation, SpecialistEducationsFeature, SpecialistInfoColumnFeature, SpecialistLangs, _default$7 as SpecialistMatch, SpecialistOrderType, SpecialistPaymentCardProps, _default$A as SpecialistPaymentCommonCardFeature, SpecialistPaymentCommonCardSkeleton, SpecialistPaymentConsultationDetailsType, _default$z as SpecialistPaymentConsultationsFeature, SpecialistPaymentConsultationsProps, SpecialistPaymentCurrencyProps, _default$3 as SpecialistPaymentResumeWidget, SpecialistPaymentResumeWidgetType, SpecialistPaymentTabs, _default$4 as SpecialistPaymentWidget, SpecialistPaymentWidgetType, SpecialistPreviewFeature, SpecialistPreviewListWidget, _default$1 as SpecialistPreviewWidget, SpecialistProfileNotFound, SpecialistReview$1 as SpecialistReview, SpecialistScheduleFeature, SpecialistScheduleProvider, SpecialistScheduleProviderRef, ScheduleSkeleton as SpecialistScheduleSkeletonFeature, SpecialistShortInfoItemFeature as SpecialistShortInfoItem, _default$6 as SpecialistStatistic, Spinner, Spinner_v2, StarRating, StatisticsScroll, StripeSupportedCurrency, Subscription, SubscriptionStatuses, SuccessScreen, SuperSpecialist, SupportedCurrency, SupportedLangs, SwitchDeviceCard, TabItem, Tabs$1 as Tabs, TabsFeature, TabsFeatureSkeleton, TabsToolbarFeature, Tag, Tariff, TariffFeature, _default$s as TextAreaFormFeature, _default$g as TextInput, _default$h as TextWithClampFeature, _default$1c as Textarea, _default$O as Textarea_v2, ThemeProvider, ThemeProviderProps, Toast, ToastButton, ToastContext, ToastProps, ToastProvider, ToastRegion, Toggle, TooltipComponent, TranslationMock, TranslationType, TreeNode, _default$X as Typography, TypographyVariantsEnum, UpdateContractWidget, UpdatesCard, UserInfoModal, UserType, VariantType, VerticalCalendar, VerticalCalendarMonthSkeleton, VerticalCalendarSkeleton, _default$H as Video, _default$1a as VideoCallInfo, _default$1b as VideoPlayer, VideoProvider, _default$11 as WorkDirections, appThemes, canManageSession, currentUser, decOfNum, formatByDigits, getCountryKeyByName, getDateLocale, getFiltersQuery, getFiltersValues, getGMTOffset, getMappedFilterValue, getMockSchedule, getMonthNameInGenitive, getProgressForBreakPoint, getSessionTimeLabel, getSessionVariant, getSessionsByDay, getSessionsByMonth, getSessionsByYear, getSignAgreementsTabs, getStartSessionDate, getStartSessionTimestamp, isClientCan, isFilterSet, isNewSpecialist, isSpecialistActive, isSpecialistBlocked, isSpecialistPublic, isSuperSpecialist, listReviews, mergeRefs, mockSession, mockSessions, mockT, newShade, priceNormalize, replaceMarkdownWithReactElements, roundToPrecision, specialist, splitSessions, toast, useAutoFocus, useBreakPointsPosition, useCircleRatingRenderData, useDeepCompareEffect, useDeepUpdateEffect, useDelayMount, useDomRef, useElementWidth, useEvent, useIsKeyBoardShown, useRangeIndex, useRatingCircleBreakPoints, useRatingCircleContentValue, useRatingCircleLegend, useRatingContext, useSpecialistScheduleContext, useStopPropagationEvent, useToastContext, useUpdateEffect, useVideoContext, withSpecialistScheduleContext };
|
|
4327
|
+
type SpecialistCardWithScheduleWidgetProps = {
|
|
4328
|
+
t?: WithTranslation['t'];
|
|
4329
|
+
loading?: boolean;
|
|
4330
|
+
specialist: Specialist;
|
|
4331
|
+
isFavourite?: boolean;
|
|
4332
|
+
onToggleFavourite(): void;
|
|
4333
|
+
onCardClick(): void;
|
|
4334
|
+
currentUser?: UserType;
|
|
4335
|
+
isBookingLoading?: boolean;
|
|
4336
|
+
events?: {
|
|
4337
|
+
onVideoClick?(): void;
|
|
4338
|
+
onScheduleDateChange?: (date: ScheduleDate, slots: ScheduleSlot[]) => void;
|
|
4339
|
+
onScheduleSlotChange?: (slot: ScheduleSlot | null) => void;
|
|
4340
|
+
onScheduleShowAll?: () => void;
|
|
4341
|
+
};
|
|
4342
|
+
};
|
|
4343
|
+
|
|
4344
|
+
declare const _default: React__default.NamedExoticComponent<SpecialistCardWithScheduleWidgetProps>;
|
|
4345
|
+
|
|
4346
|
+
declare const SpecialistCardSkeleton: React__default.FC;
|
|
4347
|
+
|
|
4348
|
+
export { AcceptAgreementFeature, Action, _default$X as AlertCard, AllowFilterValueType, AppFooter, _default$W as AppFooter_v2, AppHeader, AppHeaderPage as AppHeaderPageFeature, AppHeader_v2, AppNotSupportedFeature, AutoComplete, Avatar, AvatarProps$1 as AvatarProps, _default$V as Avatar_v2, AvatarProps as Avatar_v2Props, BREAKPOINT_ICON_SIZE, _default$R as Badge, _default$_ as BookingScheduleTime, _default$Z as BookingSpecialistInfo, BreakPointPositionProps, BreakPointPositionResult, Button, Button_v2, CAN_MANAGE_SESSION_TIME_HOURS, COUNTRIES_MAPPER, Calendar, _default$y as CalendarPickerFeature, CancelSession, CardModal, ChangeLanguageModal, _default$1h as ChatListItem, _default$1f as ChatListSkeleton, _default$1g as ChatMessage, ChatMessageSkeleton, CheckBoxItem, CheckBoxListFeature, CheckBoxSectionListFeature, _default$d as CheckboxList, CheckboxListCategory, CheckboxListItem, CheckboxTypes, ChevronHeader, CircleRatingComponentProps, CircleRatingContent, CircleRatingContext, CircleRatingContextData, CircleRatingContextProps, CircleRatingDataProps, CircleRatingDataResult, CircleRatingLegendProps, CircleRatingProvider, CircleRatingRange, CircleRatingSize, ClientCanAction, ClientCanParams, ClientSpecialistContractStatusEnum, CollapsableText, ConditionRulesType, Consultation, _default$1a as ConsultationCard, ConsultationCardProps, ConsultationCardType, _default$17 as ConsultationModal, _default$C as ConsultationPricingFeature, _default$15 as ConsultationSpecialistCard, ConsultationsListSkeleton, Container, Container_v2, ContentRendererProps, ContractDataFeature, ContractStatusEnum, ContentTree as ContractTreeFeature, CountdownTimerFeature, CountryOfOriginModal, CurrencyLocaleMapper, CurrencySignByLocale, CustomButton, _default$e as CustomCheckbox, CustomRadioButton, _default$f as CustomSelect, _default$g as CustomTextarea, DatePicker, _default$13 as DaySlider, DividerProps, DropdownFeature, DrumListPicker, DynamicCommissionValue, _default$$ as EducationCard, _default$1e as EmptyChatList, EmptyChatMessages, EmptyChatModalFeature, _default$18 as EmptyConsultations, EmptyList, EmptySpecialistListFeature, ErrorCardFeature, FilterFeatureProps, FilterItem, FilterItemBoolean, FilterItemChips, FilterItemRange, FilterItemSelect, FilterOption, FilterOptionValue, FilterValue, FiltersWidget, FiltersWidgetProps, FirstChatMessageModalFeature, _default$a as Flag, FlagTypes, _default$T as Flag_v2, FrequentlyAskedQuestions, GoogleCalendarModalFeature, HeaderWithRedirect, ISpecialistReview, IconAddModerator, IconAlignHorizontalTextCenter, IconAlignHorizontalTextLeft, IconAlignHorizontalTextRight, IconAmEx, IconAppStoreRating, IconApple, IconApplePay, IconArrowDown, IconArrowLeft, IconArrowRange, IconArrowRight, IconArrowTopRight, IconAttachMoney, IconBeachAccess, IconBookmark, IconBookmarkOutlined, _default$N as IconButton, IconCalendar, IconCalendarFilled, IconCalendarMonth, IconCalendarNew, IconCalendarWithDot, IconCancel, IconCancelBold, IconCancelRounded, IconCapFilled, IconChart, IconChat, IconChat3d, IconChat3dSmaller, IconChatFilled, IconChatOutline, IconCheck, IconCheckCircle, IconCheckSmall, IconCheckboxChecked, IconCheckboxCheckedBold, IconCheckboxThinUnchecked, IconCheckboxUnchecked, IconClient, IconClientFilled, IconClose, IconCompare, IconContract, IconCopy, IconCreditCard, IconDelete, IconDivider, IconDocument, IconDot, IconDoubleArrow, IconEcgHeart, IconEdit, IconEditCalendar, IconEmptyList, IconEventBusy, IconExperience, IconEye, IconEyeOff, IconFilters, IconGallery, IconGift, IconGiftNew, IconGlobe, IconGoogle, IconGooglePay, IconHeart, IconHome, IconIdCard, IconInfo, IconInvisible, IconInvoice, IconLanguage, IconLeaderboard, IconLeftArrow, IconLetter, IconLink, IconLock, IconLogout, IconMaestro, IconManageAccounts, IconMastercard, IconMatching, IconMindly, IconMindlyColored, IconMindlyMini, IconMinus, IconMooving, IconMoreVertical, IconMute, IconNotificationMuted, IconPaid, IconPaper, IconPaperPencil, IconPause, IconPaywall, IconPersonAlert, IconPlay, IconPlus, IconPoweredByStripe, IconProfile, IconProfileChecked, IconProfileCircle, IconProfileSetting, IconProfileUnderReview, IconPromocode, IconProps$H as IconProps, IconQueryStats, IconQuestion, IconRadioButtonChecked, IconRadioPartial, IconReceipt, IconReceiptLong, IconRenew, IconResume, IconReviewSessionSubscription, IconReviewSessionTrial, IconSchedule, IconSchema, IconSearch, IconSecure, IconSend, IconSettings, IconShare, IconSpecialistsEnded, IconSpinner, IconStar, IconStarFilled, IconStudyHat, IconStylus, IconSuccess, IconSwitch, IconText, IconTime, IconTimeAdd, IconUnmute, IconUser, IconUserNotFound, IconVerifiedUser, IconVisa, IconVisible, IconWarning, ImageInput, ImageWithFallback, Input, InputSearch, _default$J as Item, _default$Q as ItemCard, LabelArrowRedirect, _default$1j as LetterAvatar, _default$b as LineFileInput, ListBox, ListBoxItem, ListBoxItemProps, ListBoxProps, ListBoxSelectionType, ListItemType, _default$G as ListItemWithColumns, _default$K as ListItems, ListOption, ListOptionsProps, ListSelect, ListSelectProps, ListSimple, _default$L as Loading, LocaleCurrencyMapper, MapStatusContractToUIStatus, _default$r as MarkdownContainerFeature, _default$H as MatchProgress, _default$1i as MediaPlayer, MenuFeature, MindlyReview, MindlyReviewFeature, ModalSheet, NEAR_SESSION_TIME_SECONDS, NewSpecialist, NoInternetConnection, NotSupportModal, ONBOARDING_THEME_DEFAULT_COLORS, OnBoardingBaseScreenType, OnBoardingChartScreenPreviewFeature, OnBoardingChartScreenType, OnBoardingCompareScreenPreviewFeature, OnBoardingCompareScreenType, _default$j as OnBoardingConfirmScreenPreviewFeature, OnBoardingConfirmScreenType, _default$k as OnBoardingEmailScreenPreviewFeature, OnBoardingEmailScreenType, OnBoardingFlowType, OnBoardingGraphScreenPreviewFeature, OnBoardingGraphScreenType, _default$p as OnBoardingInfoScreenPreviewFeature, OnBoardingInfoScreenType, OnBoardingLoaderScreenPreviewFeature, OnBoardingLoaderScreenType, OnBoardingMultiSelectScreenType, _default$o as OnBoardingMultiSelectionScreenPreviewFeature, OnBoardingPaywallScreenPreviewFeature, OnBoardingPaywallScreenType, _default$m as OnBoardingProgressFeature, _default$l as OnBoardingReviewsScreenPreviewFeature, OnBoardingReviewsScreenType, OnBoardingScreenAlertType, OnBoardingScreenButtonType, OnBoardingScreenDescriptionType, OnBoardingScreenEmailType, OnBoardingScreenErrorsType, OnBoardingScreenOptionType, OnBoardingScreenOptionWithScaleType, OnBoardingScreenOptions, OnBoardingScreenPasswordType, OnBoardingScreenPrivacyType, OnBoardingScreenSkipButtonType, OnBoardingScreenStyleOptions, OnBoardingScreenTranslationsType, OnBoardingScreensType, OnBoardingSingleImageSelectScreenType, OnBoardingSingleRoundImageSelectScreenType, OnBoardingSingleScaleSelectScreenType, OnBoardingSingleSelectScreenType, _default$n as OnBoardingSingleSelectionScreenPreviewFeature, _default$q as OnBoardingStartScreenPreviewFeature, OnBoardingStartScreenType, OnboardingVariant, OutdatedPersonalDataFeature, PasswordInput, PaymentBadgeType, _default$x as PaymentCalendarFeature, PaymentCalendarFeatureProps, _default$z as PaymentSessionsList, _default$S as Picture, PoweredByStripeFeature, _default$9 as ProfileInformation, _default$11 as ProfileView, _default$c as ProgressBar, ProgressBarDashed, _default$M as ProgressBar_v2, ProgressRangeProps, PushNotificationsIsDisabledBanner, PushNotificationsModal, Range, _default$O as Rating, RatingCircleWrapper, _default$14 as ReSchedule, ReScheduleSuccess, Refresher, ResponseFileType, ReviewCard, _default$w as ReviewCardFeature, ReviewListFeature, ReviewStatistics, ReviewSubscriptionSessionFeature, ReviewSubscriptionSessionFeatureProps, ReviewSwiperSection, ReviewTrialSessionFeature, ReviewTrialSessionFeatureProps, ReviewsCardFeatureSkeleton, ReviewsSummary, RoundButton, RowItemType, RowSelect, RowSelectProps, Rule, SIZES, SOON_SESSION_TIME_SECONDS, Schedule, ScheduleDate, ScheduleSlot, _default$u as ScreenDrumPickerFormFeature, ScreenInput, _default$v as ScreenInputFormFeature, ScreenInputUpdateFeature, SectionHeading, Segment, SegmentColor, SegmentType, SelectItemType, _default$s as SelectWithSearchFormFeature, Session, SessionDetailWidget, SessionPaymentsWidget, SessionPreviewFeature, SessionReview$1 as SessionReview, SessionTime, SessionVariant, SessionsWidget as SessionsListWidget, SessionsWidgetProps, Sex, ShareModalFeature, ShortCurrencySignByLocale, ShortTranscriptionCurrencySignByLocale, _default$F as ShowMore, _default$19 as SignUpSessionButton, _default$16 as SignUpSessionModal, SizeValues, Skeleton, _default$U as Skeleton_v2, _default$E as SlotsGrid, _default$D as SlotsGridItem, SolidInput, Specialist, _default$10 as SpecialistAbout, SpecialistAreaList as SpecialistAreaListFeature, SpecialistCard, SpecialistCardListWidget, _default$6 as SpecialistCardWidget, SpecialistCardSkeleton as SpecialistCardWithScheduleSkeleton, _default as SpecialistCardWithScheduleWidget, SpecialistConsultation, SpecialistConsultationPayment, _default$3 as SpecialistDetailWidget, SpecialistDetailWidgetSkeleton, SpecialistDetailWithTabsSkeleton, _default$1 as SpecialistDetailWithTabsWidget, SpecialistEducation, SpecialistEducationsFeature, SpecialistInfoColumnFeature, SpecialistLangs, _default$8 as SpecialistMatch, SpecialistOrderType, SpecialistPaymentCardProps, _default$B as SpecialistPaymentCommonCardFeature, SpecialistPaymentCommonCardSkeleton, SpecialistPaymentConsultationDetailsType, _default$A as SpecialistPaymentConsultationsFeature, SpecialistPaymentConsultationsProps, SpecialistPaymentCurrencyProps, _default$4 as SpecialistPaymentResumeWidget, SpecialistPaymentResumeWidgetType, SpecialistPaymentTabs, _default$5 as SpecialistPaymentWidget, SpecialistPaymentWidgetType, SpecialistPreviewFeature, SpecialistPreviewListWidget, _default$2 as SpecialistPreviewWidget, SpecialistProfileNotFound, SpecialistReview$1 as SpecialistReview, SpecialistScheduleFeature, SpecialistScheduleProvider, SpecialistScheduleProviderRef, ScheduleSkeleton as SpecialistScheduleSkeletonFeature, SpecialistShortInfoItemFeature as SpecialistShortInfoItem, _default$7 as SpecialistStatistic, Spinner, Spinner_v2, StarRating, StatisticsScroll, StripeSupportedCurrency, Subscription, SubscriptionStatuses, SuccessScreen, SuperSpecialist, SupportedCurrency, SupportedLangs, SwitchDeviceCard, TabItem, Tabs$1 as Tabs, TabsFeature, TabsFeatureSkeleton, TabsToolbarFeature, Tag, Tariff, TariffFeature, _default$t as TextAreaFormFeature, _default$h as TextInput, _default$i as TextWithClampFeature, _default$1d as Textarea, _default$P as Textarea_v2, ThemeProvider, ThemeProviderProps, Toast, ToastButton, ToastContext, ToastProps, ToastProvider, ToastRegion, Toggle, TooltipComponent, TranslationMock, TranslationType, TreeNode, _default$Y as Typography, TypographyVariantsEnum, UpdateContractWidget, UpdatesCard, UserInfoModal, UserType, VariantType, VerticalCalendar, VerticalCalendarMonthSkeleton, VerticalCalendarSkeleton, _default$I as Video, _default$1b as VideoCallInfo, _default$1c as VideoPlayer, VideoProvider, _default$12 as WorkDirections, appThemes, canManageSession, currentUser, decOfNum, formatByDigits, getCountryKeyByName, getDateLocale, getFiltersQuery, getFiltersValues, getGMTOffset, getMappedFilterValue, getMockSchedule, getMonthNameInGenitive, getProgressForBreakPoint, getSessionTimeLabel, getSessionVariant, getSessionsByDay, getSessionsByMonth, getSessionsByYear, getSignAgreementsTabs, getStartSessionDate, getStartSessionTimestamp, isClientCan, isFilterSet, isNewSpecialist, isSpecialistActive, isSpecialistBlocked, isSpecialistPublic, isSuperSpecialist, listReviews, mergeRefs, mockSession, mockSessions, mockT, newShade, priceNormalize, replaceMarkdownWithReactElements, roundToPrecision, specialist, splitSessions, toast, useAutoFocus, useBreakPointsPosition, useCircleRatingRenderData, useDeepCompareEffect, useDeepUpdateEffect, useDelayMount, useDomRef, useElementWidth, useEvent, useIsKeyBoardShown, useRangeIndex, useRatingCircleBreakPoints, useRatingCircleContentValue, useRatingCircleLegend, useRatingContext, useSpecialistScheduleContext, useStopPropagationEvent, useToastContext, useUpdateEffect, useVideoContext, withSpecialistScheduleContext };
|