@mindly/ui-components 6.1.0 → 6.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (58) hide show
  1. package/dist/cjs/index.js +8 -8
  2. package/dist/cjs/lib2/features/ScheduleFeature/ScheduleFeature.d.ts +4 -0
  3. package/dist/cjs/lib2/features/ScheduleFeature/ScheduleSkeletonFeature.d.ts +4 -0
  4. package/dist/cjs/lib2/features/ScheduleFeature/index.d.ts +1 -0
  5. package/dist/cjs/lib2/features/ScheduleFeature/types.d.ts +11 -0
  6. package/dist/cjs/lib2/features/SpecialistEducationsFeature/SpecialistEducationsFeature.d.ts +1 -0
  7. package/dist/cjs/lib2/features/TabsFeature/TabsFeature.d.ts +4 -0
  8. package/dist/cjs/lib2/features/TabsFeature/TabsFeatureSkeleton.d.ts +4 -0
  9. package/dist/cjs/lib2/features/TabsFeature/index.d.ts +2 -0
  10. package/dist/cjs/lib2/features/TabsFeature/types.d.ts +10 -0
  11. package/dist/cjs/lib2/features/index.d.ts +2 -0
  12. package/dist/cjs/lib2/shared/assets/icons/IconMooving.d.ts +3 -0
  13. package/dist/cjs/lib2/shared/assets/icons/index.d.ts +1 -0
  14. package/dist/cjs/lib2/shared/hooks/index.d.ts +1 -0
  15. package/dist/cjs/lib2/shared/hooks/useDelayMount.d.ts +1 -0
  16. package/dist/cjs/lib2/shared/types/index.d.ts +1 -0
  17. package/dist/cjs/lib2/shared/types/schedule.d.ts +3 -0
  18. package/dist/cjs/lib2/shared/types/specialistTypes.d.ts +2 -0
  19. package/dist/cjs/lib2/shared/ui/EducationCard_v2/EducationCard.d.ts +1 -0
  20. package/dist/cjs/lib2/shared/ui/Typography/types.d.ts +1 -0
  21. package/dist/cjs/lib2/shared/ui/Video/Video.d.ts +1 -0
  22. package/dist/cjs/lib2/shared/ui/Video/styles.d.ts +17 -0
  23. package/dist/cjs/lib2/shared/utils/mock.d.ts +2 -1
  24. package/dist/cjs/lib2/widgets/SpecialistDetailWithTabsWidget/SpecialistDetailWithTabsSkeleton.d.ts +3 -0
  25. package/dist/cjs/lib2/widgets/SpecialistDetailWithTabsWidget/SpecialistDetailWithTabsWidget.d.ts +4 -0
  26. package/dist/cjs/lib2/widgets/SpecialistDetailWithTabsWidget/index.d.ts +2 -0
  27. package/dist/cjs/lib2/widgets/SpecialistDetailWithTabsWidget/types.d.ts +21 -0
  28. package/dist/cjs/lib2/widgets/index.d.ts +1 -0
  29. package/dist/esm/index.js +8 -8
  30. package/dist/esm/lib2/features/ScheduleFeature/ScheduleFeature.d.ts +4 -0
  31. package/dist/esm/lib2/features/ScheduleFeature/ScheduleSkeletonFeature.d.ts +4 -0
  32. package/dist/esm/lib2/features/ScheduleFeature/index.d.ts +1 -0
  33. package/dist/esm/lib2/features/ScheduleFeature/types.d.ts +11 -0
  34. package/dist/esm/lib2/features/SpecialistEducationsFeature/SpecialistEducationsFeature.d.ts +1 -0
  35. package/dist/esm/lib2/features/TabsFeature/TabsFeature.d.ts +4 -0
  36. package/dist/esm/lib2/features/TabsFeature/TabsFeatureSkeleton.d.ts +4 -0
  37. package/dist/esm/lib2/features/TabsFeature/index.d.ts +2 -0
  38. package/dist/esm/lib2/features/TabsFeature/types.d.ts +10 -0
  39. package/dist/esm/lib2/features/index.d.ts +2 -0
  40. package/dist/esm/lib2/shared/assets/icons/IconMooving.d.ts +3 -0
  41. package/dist/esm/lib2/shared/assets/icons/index.d.ts +1 -0
  42. package/dist/esm/lib2/shared/hooks/index.d.ts +1 -0
  43. package/dist/esm/lib2/shared/hooks/useDelayMount.d.ts +1 -0
  44. package/dist/esm/lib2/shared/types/index.d.ts +1 -0
  45. package/dist/esm/lib2/shared/types/schedule.d.ts +3 -0
  46. package/dist/esm/lib2/shared/types/specialistTypes.d.ts +2 -0
  47. package/dist/esm/lib2/shared/ui/EducationCard_v2/EducationCard.d.ts +1 -0
  48. package/dist/esm/lib2/shared/ui/Typography/types.d.ts +1 -0
  49. package/dist/esm/lib2/shared/ui/Video/Video.d.ts +1 -0
  50. package/dist/esm/lib2/shared/ui/Video/styles.d.ts +17 -0
  51. package/dist/esm/lib2/shared/utils/mock.d.ts +2 -1
  52. package/dist/esm/lib2/widgets/SpecialistDetailWithTabsWidget/SpecialistDetailWithTabsSkeleton.d.ts +3 -0
  53. package/dist/esm/lib2/widgets/SpecialistDetailWithTabsWidget/SpecialistDetailWithTabsWidget.d.ts +4 -0
  54. package/dist/esm/lib2/widgets/SpecialistDetailWithTabsWidget/index.d.ts +2 -0
  55. package/dist/esm/lib2/widgets/SpecialistDetailWithTabsWidget/types.d.ts +21 -0
  56. package/dist/esm/lib2/widgets/index.d.ts +1 -0
  57. package/dist/index.d.ts +145 -83
  58. package/package.json +5 -3
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$1h: React__default.NamedExoticComponent<LetterAvatarProps>;
82
+ declare const _default$1i: 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$1g: <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;
181
+ declare const _default$1h: <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$1f: React__default.NamedExoticComponent<ChatListItemProps>;
210
+ declare const _default$1g: 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$1e: React__default.NamedExoticComponent<ChatMessageProps>;
238
+ declare const _default$1f: React__default.NamedExoticComponent<ChatMessageProps>;
239
239
 
240
240
  declare const ChatMessageSkeleton: () => react_jsx_runtime.JSX.Element;
241
241
 
242
- declare const _default$1d: React__default.MemoExoticComponent<() => react_jsx_runtime.JSX.Element>;
242
+ declare const _default$1e: 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$1c: React__default.NamedExoticComponent<EmptyChatList>;
252
+ declare const _default$1d: 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$1b: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<TextareaProps & React__default.RefAttributes<HTMLIonFooterElement>>>;
277
+ declare const _default$1c: 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$1a: React__default.NamedExoticComponent<VideoPlayerProps>;
359
+ declare const _default$1b: 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$19: React__default.NamedExoticComponent<VideoCallInfoProps>;
395
+ declare const _default$1a: 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$18: React__default.NamedExoticComponent<ConsultationCardProps>;
431
+ declare const _default$19: 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$17: React__default.NamedExoticComponent<SignUpSessionButtonProps>;
438
+ declare const _default$18: 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$16: React__default.NamedExoticComponent<EmptyConsultationsProps>;
446
+ declare const _default$17: 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$15: React__default.NamedExoticComponent<ConsultationModalProps>;
482
+ declare const _default$16: 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$14: React__default.NamedExoticComponent<SignUpSessionModalProps>;
500
+ declare const _default$15: 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$13: React__default.NamedExoticComponent<ConsultationSpecialistCardProps>;
512
+ declare const _default$14: 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$12: React__default.NamedExoticComponent<ReScheduleProps>;
583
+ declare const _default$13: 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$11: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<Omit<DaySliderProps, "ref"> & React__default.RefAttributes<HTMLIonSlidesElement>>>;
621
+ declare const _default$12: 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$10: React__default.NamedExoticComponent<SpecialistWorkDirectionsPropsType>;
630
+ declare const _default$11: 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$$: React__default.NamedExoticComponent<SpecialistProfileViewCardProps>;
640
+ declare const _default$10: 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$_: React__default.NamedExoticComponent<SpecialistAboutProps>;
649
+ declare const _default$$: 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$Z: React__default.NamedExoticComponent<SpecialistEducationCardProps>;
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$Y: React__default.NamedExoticComponent<BookingScheduleTimeProps>;
706
+ declare const _default$Z: 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$X: React__default.NamedExoticComponent<BookingSpecialistInfoProps>;
715
+ declare const _default$Y: React__default.NamedExoticComponent<BookingSpecialistInfoProps>;
716
716
 
717
717
  declare enum TypographyVariantsEnum {
718
718
  Title48Bold = "Title/48 Bold",
@@ -759,9 +759,10 @@ type TypographyProps = {
759
759
  children: React.ReactNode;
760
760
  onClick?: (args: any) => typeof args;
761
761
  isError?: boolean;
762
+ id?: string;
762
763
  };
763
764
 
764
- declare const _default$W: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<TypographyProps & React__default.RefAttributes<HTMLDivElement>>>;
765
+ declare const _default$X: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<TypographyProps & React__default.RefAttributes<HTMLDivElement>>>;
765
766
 
766
767
  type AlertCardVariants = 'transparent' | 'yellow' | 'blue';
767
768
  type AlertCardProps = React$1.ComponentPropsWithoutRef<'div'> & {
@@ -777,7 +778,7 @@ type AlertCardProps = React$1.ComponentPropsWithoutRef<'div'> & {
777
778
  };
778
779
  };
779
780
 
780
- declare const _default$V: React$1.NamedExoticComponent<AlertCardProps>;
781
+ declare const _default$W: React$1.NamedExoticComponent<AlertCardProps>;
781
782
 
782
783
  type AppFooterProps = {
783
784
  children?: React__default.ReactNode;
@@ -788,7 +789,7 @@ type AppFooterProps = {
788
789
  toolbarStyle?: CSSProperties;
789
790
  className?: string;
790
791
  };
791
- declare const _default$U: React__default.NamedExoticComponent<AppFooterProps>;
792
+ declare const _default$V: React__default.NamedExoticComponent<AppFooterProps>;
792
793
 
793
794
  type AvatarRoundVariants = 'circle' | 'drop' | 'small';
794
795
 
@@ -803,14 +804,14 @@ type AvatarProps = {
803
804
  onClick?(): void;
804
805
  border?: boolean | string;
805
806
  };
806
- declare const _default$T: React__default.NamedExoticComponent<AvatarProps>;
807
+ declare const _default$U: React__default.NamedExoticComponent<AvatarProps>;
807
808
 
808
809
  type SkeletonProps = {
809
810
  animated?: boolean;
810
811
  className?: string;
811
812
  style?: React__default.CSSProperties;
812
813
  };
813
- declare const _default$S: React__default.NamedExoticComponent<SkeletonProps>;
814
+ declare const _default$T: React__default.NamedExoticComponent<SkeletonProps>;
814
815
 
815
816
  type ButtonProps$1 = {
816
817
  fill?: 'outline' | 'clear';
@@ -849,7 +850,7 @@ type FlagProps$1 = {
849
850
  name: string;
850
851
  className?: string;
851
852
  };
852
- declare const _default$R: React__default.NamedExoticComponent<FlagProps$1>;
853
+ declare const _default$S: React__default.NamedExoticComponent<FlagProps$1>;
853
854
 
854
855
  type PictureProps = {
855
856
  width: number;
@@ -866,7 +867,7 @@ type PictureProps = {
866
867
  responsive?: boolean;
867
868
  containerWidth?: number;
868
869
  };
869
- declare const _default$Q: React__default.NamedExoticComponent<PictureProps>;
870
+ declare const _default$R: React__default.NamedExoticComponent<PictureProps>;
870
871
 
871
872
  type BadgeType = 'default' | 'accent';
872
873
  type BadgeVariants = 'attention' | 'neutral' | 'success' | 'warning' | 'brand' | 'info';
@@ -877,7 +878,7 @@ type BadgeProps = React$1.ComponentPropsWithoutRef<'span'> & {
877
878
  iconType?: 'check' | React$1.ReactNode;
878
879
  };
879
880
 
880
- declare const _default$P: React$1.NamedExoticComponent<BadgeProps>;
881
+ declare const _default$Q: React$1.NamedExoticComponent<BadgeProps>;
881
882
 
882
883
  type ItemCardVariants = 'neutral' | 'transparent' | 'transparent20';
883
884
  type ItemCardProps = React$1.ComponentPropsWithoutRef<'div'> & {
@@ -885,7 +886,7 @@ type ItemCardProps = React$1.ComponentPropsWithoutRef<'div'> & {
885
886
  size?: 'M' | 'M4' | 'M45';
886
887
  };
887
888
 
888
- declare const _default$O: React$1.NamedExoticComponent<ItemCardProps>;
889
+ declare const _default$P: React$1.NamedExoticComponent<ItemCardProps>;
889
890
 
890
891
  type AppHeaderProps = {
891
892
  fullwidth?: boolean;
@@ -1472,6 +1473,10 @@ declare enum ClientSpecialistContractStatusEnum {
1472
1473
  }
1473
1474
  declare const MapStatusContractToUIStatus: Record<ClientSpecialistContractStatusEnum, 'active' | 'pending' | 'not_signed' | 'expired'>;
1474
1475
 
1476
+ type ScheduleSlot = string;
1477
+ type ScheduleDate = string;
1478
+ type Schedule = Record<ScheduleDate, ScheduleSlot[]>;
1479
+
1475
1480
  type Sex = 'male' | 'female';
1476
1481
  type SpecialistOrderType = {
1477
1482
  specialist_id: string;
@@ -1575,6 +1580,7 @@ type Specialist = {
1575
1580
  activated_at?: number;
1576
1581
  matching_by_areas?: string[];
1577
1582
  matching_by_specialization?: string[];
1583
+ available_schedule?: Schedule;
1578
1584
  };
1579
1585
 
1580
1586
  type SpecialistReview$1 = {
@@ -1818,7 +1824,7 @@ interface TextareaV2Props extends Omit<JSX$1.IonTextarea, 'color' | 'enterkeyhin
1818
1824
  onKeyPress?: (e: KeyboardEvent<HTMLIonTextareaElement>) => void;
1819
1825
  }
1820
1826
 
1821
- declare const _default$N: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<TextareaV2Props & React__default.RefAttributes<HTMLIonTextareaElement>>>;
1827
+ declare const _default$O: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<TextareaV2Props & React__default.RefAttributes<HTMLIonTextareaElement>>>;
1822
1828
 
1823
1829
  type RatingProps = {
1824
1830
  initialRating?: number;
@@ -1831,7 +1837,7 @@ type RatingProps = {
1831
1837
  readonly?: boolean;
1832
1838
  } & RatingComponentProps;
1833
1839
 
1834
- declare const _default$M: React__default.NamedExoticComponent<RatingProps>;
1840
+ declare const _default$N: React__default.NamedExoticComponent<RatingProps>;
1835
1841
 
1836
1842
  declare const RatingCircleWrapper: FC<CircleRatingComponentProps & {
1837
1843
  t: WithTranslation['t'] | any;
@@ -1845,7 +1851,7 @@ type IconButtonProps = {
1845
1851
  fill?: 'clear' | 'filled';
1846
1852
  type?: 'button' | 'submit' | 'reset';
1847
1853
  };
1848
- declare const _default$L: React__default.NamedExoticComponent<IconButtonProps>;
1854
+ declare const _default$M: React__default.NamedExoticComponent<IconButtonProps>;
1849
1855
 
1850
1856
  type ToastProviderProps = ToastStateProps;
1851
1857
  type MindlyToastProps = {
@@ -1891,17 +1897,17 @@ type ProgressBar_v2Props = {
1891
1897
  animationDuration?: number;
1892
1898
  onProgressEnd?: () => void;
1893
1899
  };
1894
- declare const _default$K: React__default.NamedExoticComponent<ProgressBar_v2Props>;
1900
+ declare const _default$L: React__default.NamedExoticComponent<ProgressBar_v2Props>;
1895
1901
 
1896
1902
  type LoadingProps = {
1897
1903
  isOpen: boolean;
1898
1904
  };
1899
- declare const _default$J: React__default.NamedExoticComponent<LoadingProps>;
1905
+ declare const _default$K: React__default.NamedExoticComponent<LoadingProps>;
1900
1906
 
1901
1907
  type ListItemsProps = React$1.HTMLAttributes<HTMLIonListElement> & {
1902
1908
  withBorders?: boolean;
1903
1909
  };
1904
- declare const _default$I: React$1.NamedExoticComponent<ListItemsProps>;
1910
+ declare const _default$J: React$1.NamedExoticComponent<ListItemsProps>;
1905
1911
 
1906
1912
  type ItemProps = React$1.HTMLAttributes<HTMLIonItemElement> & {
1907
1913
  leftContent?: React$1.ReactNode;
@@ -1913,7 +1919,7 @@ type ItemProps = React$1.HTMLAttributes<HTMLIonItemElement> & {
1913
1919
  isError?: boolean;
1914
1920
  status?: 'error' | 'attention';
1915
1921
  };
1916
- declare const _default$H: React$1.NamedExoticComponent<ItemProps>;
1922
+ declare const _default$I: React$1.NamedExoticComponent<ItemProps>;
1917
1923
 
1918
1924
  declare enum VariantEnum {
1919
1925
  default = "default",
@@ -1929,6 +1935,7 @@ type VideoProps = {
1929
1935
  hiddenVideo?: boolean;
1930
1936
  variant?: VariantEnum;
1931
1937
  preview?: string;
1938
+ className?: string;
1932
1939
  onMuteToggle?: () => void;
1933
1940
  onPlay?(src: string): void;
1934
1941
  children?: React__default.ReactNode | ((props: {
@@ -1940,7 +1947,7 @@ type VideoMethods = {
1940
1947
  play(): void;
1941
1948
  };
1942
1949
  type VideoRef = HTMLVideoElement | VideoMethods;
1943
- declare const _default$G: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<VideoProps & {
1950
+ declare const _default$H: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<VideoProps & {
1944
1951
  children?: React__default.ReactNode;
1945
1952
  } & React__default.RefAttributes<VideoRef>>>;
1946
1953
 
@@ -2057,15 +2064,15 @@ type MatchProgressProps = {
2057
2064
  className?: string;
2058
2065
  percentMatch: number;
2059
2066
  };
2060
- declare const _default$F: React__default.NamedExoticComponent<React__default.PropsWithChildren<MatchProgressProps>>;
2067
+ declare const _default$G: React__default.NamedExoticComponent<React__default.PropsWithChildren<MatchProgressProps>>;
2061
2068
 
2062
2069
  interface Props$7 {
2063
2070
  className?: string;
2064
2071
  title: string;
2065
2072
  }
2066
- declare const _default$E: React__default.NamedExoticComponent<React__default.PropsWithChildren<Props$7>>;
2073
+ declare const _default$F: React__default.NamedExoticComponent<React__default.PropsWithChildren<Props$7>>;
2067
2074
 
2068
- declare const _default$D: React__default.NamedExoticComponent<React__default.PropsWithChildren<React__default.HTMLAttributes<HTMLButtonElement>>>;
2075
+ declare const _default$E: React__default.NamedExoticComponent<React__default.PropsWithChildren<React__default.HTMLAttributes<HTMLButtonElement>>>;
2069
2076
 
2070
2077
  type Props$6 = {
2071
2078
  className?: string;
@@ -2216,6 +2223,8 @@ declare const useDeepUpdateEffect: <T extends unknown[]>(effect: EffectCallback,
2216
2223
 
2217
2224
  declare function useIsKeyBoardShown(): boolean;
2218
2225
 
2226
+ declare const useDelayMount: (delay: number) => boolean;
2227
+
2219
2228
  interface IconProps$D extends React$1.SVGAttributes<SVGElement> {
2220
2229
  size?: number | string;
2221
2230
  color?: string;
@@ -2663,6 +2672,8 @@ interface IconProps extends React$1.SVGAttributes<SVGElement> {
2663
2672
  }
2664
2673
  declare const IconCheckboxThinUnchecked: React$1.FC<IconProps>;
2665
2674
 
2675
+ declare const IconMooving: React$1.FC<IconProps$E>;
2676
+
2666
2677
  declare const formatByDigits: (value: number) => string;
2667
2678
  declare const roundToPrecision: (value: number, decimals?: number) => number;
2668
2679
  declare const getDateLocale: (locale: string) => Locale;
@@ -2751,9 +2762,9 @@ type SlotsGridItemProps = {
2751
2762
  onSelectionChange: () => void;
2752
2763
  };
2753
2764
 
2754
- declare const _default$C: React__default.NamedExoticComponent<SlotsGridProps>;
2765
+ declare const _default$D: React__default.NamedExoticComponent<SlotsGridProps>;
2755
2766
 
2756
- declare const _default$B: React$1.NamedExoticComponent<SlotsGridItemProps>;
2767
+ declare const _default$C: React$1.NamedExoticComponent<SlotsGridItemProps>;
2757
2768
 
2758
2769
  type PushNotificationsModalProps = {
2759
2770
  onApplyPermission: () => void;
@@ -2868,23 +2879,23 @@ type ShareModalFeatureProps = {
2868
2879
  };
2869
2880
  declare const ShareModalFeature: FC<ShareModalFeatureProps>;
2870
2881
 
2871
- declare const _default$A: React__default.NamedExoticComponent<SpecialistPaymentConsultationDetailsType & TranslationType>;
2882
+ declare const _default$B: React__default.NamedExoticComponent<SpecialistPaymentConsultationDetailsType & TranslationType>;
2872
2883
 
2873
- declare const _default$z: React__default.NamedExoticComponent<SpecialistPaymentCardProps & TranslationType>;
2884
+ declare const _default$A: React__default.NamedExoticComponent<SpecialistPaymentCardProps & TranslationType>;
2874
2885
 
2875
2886
  type SpecialistPaymentCommonCardSkeletonType = {
2876
2887
  className?: string;
2877
2888
  };
2878
2889
  declare const SpecialistPaymentCommonCardSkeleton: (props: SpecialistPaymentCommonCardSkeletonType) => react_jsx_runtime.JSX.Element;
2879
2890
 
2880
- declare const _default$y: React__default.NamedExoticComponent<SpecialistPaymentConsultationsProps & TranslationType>;
2891
+ declare const _default$z: React__default.NamedExoticComponent<SpecialistPaymentConsultationsProps & TranslationType>;
2881
2892
 
2882
2893
  type ConsultationsListProps = {
2883
2894
  consultations: SpecialistConsultation[];
2884
2895
  locale?: string;
2885
2896
  consultationClick?: (consultation: SpecialistConsultation) => void;
2886
2897
  };
2887
- declare const _default$x: React__default.NamedExoticComponent<ConsultationsListProps>;
2898
+ declare const _default$y: React__default.NamedExoticComponent<ConsultationsListProps>;
2888
2899
 
2889
2900
  type ConsultationsListSkeletonType = {
2890
2901
  className?: string;
@@ -2899,9 +2910,9 @@ type CalendarPickerFeatureProps = {
2899
2910
  dateCallback: (date: Date) => void;
2900
2911
  lastDate: Date;
2901
2912
  };
2902
- declare const _default$w: React__default.NamedExoticComponent<CalendarPickerFeatureProps & TranslationType>;
2913
+ declare const _default$x: React__default.NamedExoticComponent<CalendarPickerFeatureProps & TranslationType>;
2903
2914
 
2904
- declare const _default$v: React__default.NamedExoticComponent<PaymentCalendarFeatureProps & TranslationType>;
2915
+ declare const _default$w: React__default.NamedExoticComponent<PaymentCalendarFeatureProps & TranslationType>;
2905
2916
 
2906
2917
  type GoogleCalendarModalFeatureProps = {
2907
2918
  isOpen: boolean;
@@ -2916,7 +2927,7 @@ type GoogleCalendarModalFeatureProps = {
2916
2927
  declare function GoogleCalendarModalFeature({ status, isOpen, onSync, isLoading, presentingElement, imageUrl, onDidDismiss, t, }: GoogleCalendarModalFeatureProps): JSX.Element;
2917
2928
 
2918
2929
  type ReviewCardFeatureVariantType = 'default' | 'outlined' | 'full' | 'store' | 'starFirst';
2919
- declare const _default$u: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
2930
+ declare const _default$v: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
2920
2931
  id?: string | undefined;
2921
2932
  avatarSrc?: string | undefined;
2922
2933
  name: string;
@@ -3020,7 +3031,7 @@ type ScreenInputFormFeatureProps = {
3020
3031
  icon?: ReactNode | string;
3021
3032
  isKeyboardShown?: boolean;
3022
3033
  };
3023
- declare const _default$t: React__default.NamedExoticComponent<ScreenInputFormFeatureProps>;
3034
+ declare const _default$u: React__default.NamedExoticComponent<ScreenInputFormFeatureProps>;
3024
3035
 
3025
3036
  type SelectionType = {
3026
3037
  value: any;
@@ -3038,7 +3049,7 @@ type SpecialistDrumPickerWidgetProps = {
3038
3049
  onTouchStart?: () => void;
3039
3050
  onTouchEnd?: () => void;
3040
3051
  };
3041
- declare const _default$s: React__default.NamedExoticComponent<SpecialistDrumPickerWidgetProps>;
3052
+ declare const _default$t: React__default.NamedExoticComponent<SpecialistDrumPickerWidgetProps>;
3042
3053
 
3043
3054
  type TextAreaFormFeatureProps = {
3044
3055
  title?: string;
@@ -3054,7 +3065,7 @@ type TextAreaFormFeatureProps = {
3054
3065
  maxlength?: number;
3055
3066
  HeaderComponent?: FC;
3056
3067
  };
3057
- declare const _default$r: React__default.NamedExoticComponent<TextAreaFormFeatureProps>;
3068
+ declare const _default$s: React__default.NamedExoticComponent<TextAreaFormFeatureProps>;
3058
3069
 
3059
3070
  type AcceptAgreementFeatureProps = {
3060
3071
  isAccepted: boolean;
@@ -3075,7 +3086,7 @@ type SelectWithSearchFormFeatureProps = {
3075
3086
  otherText?: string;
3076
3087
  buttonLabel?: string;
3077
3088
  } & WithTranslation;
3078
- declare const _default$q: React__default.NamedExoticComponent<SelectWithSearchFormFeatureProps>;
3089
+ declare const _default$r: React__default.NamedExoticComponent<SelectWithSearchFormFeatureProps>;
3079
3090
 
3080
3091
  type MarkdownContainerFeatureProps = {
3081
3092
  children?: string | null;
@@ -3083,11 +3094,11 @@ type MarkdownContainerFeatureProps = {
3083
3094
  className?: string;
3084
3095
  forceBlock?: boolean;
3085
3096
  };
3086
- declare const _default$p: React__default.NamedExoticComponent<MarkdownContainerFeatureProps>;
3097
+ declare const _default$q: React__default.NamedExoticComponent<MarkdownContainerFeatureProps>;
3087
3098
 
3088
- declare const _default$o: React__default.NamedExoticComponent<OnBoardingStartScreenType>;
3099
+ declare const _default$p: React__default.NamedExoticComponent<OnBoardingStartScreenType>;
3089
3100
 
3090
- declare const _default$n: React__default.NamedExoticComponent<OnBoardingInfoScreenType>;
3101
+ declare const _default$o: React__default.NamedExoticComponent<OnBoardingInfoScreenType>;
3091
3102
 
3092
3103
  type OnBoardingMultiSelectionScreenPreviewFeatureProps = {
3093
3104
  onChange?: (value: string[]) => void;
@@ -3095,7 +3106,7 @@ type OnBoardingMultiSelectionScreenPreviewFeatureProps = {
3095
3106
  variant?: OnboardingVariant;
3096
3107
  template?: 'checkbox' | 'icon';
3097
3108
  } & OnBoardingMultiSelectScreenType;
3098
- declare const _default$m: React__default.NamedExoticComponent<OnBoardingMultiSelectionScreenPreviewFeatureProps>;
3109
+ declare const _default$n: React__default.NamedExoticComponent<OnBoardingMultiSelectionScreenPreviewFeatureProps>;
3099
3110
 
3100
3111
  type OnBoardingSingleSelectionScreenPreviewFeatureProps = {
3101
3112
  onChange?: (value: string) => void;
@@ -3103,7 +3114,7 @@ type OnBoardingSingleSelectionScreenPreviewFeatureProps = {
3103
3114
  variant?: OnboardingVariant;
3104
3115
  template?: 'radio' | 'image' | 'emoji' | 'icon';
3105
3116
  } & OnBoardingSingleSelectScreenType & OnBoardingSingleImageSelectScreenType & OnBoardingSingleScaleSelectScreenType;
3106
- declare const _default$l: React__default.NamedExoticComponent<OnBoardingSingleSelectionScreenPreviewFeatureProps>;
3117
+ declare const _default$m: React__default.NamedExoticComponent<OnBoardingSingleSelectionScreenPreviewFeatureProps>;
3107
3118
 
3108
3119
  declare const OnBoardingLoaderScreenPreviewFeature: FC<OnBoardingLoaderScreenType & {
3109
3120
  t?: WithTranslation['t'];
@@ -3122,9 +3133,9 @@ type OnBoardingProgressFeatureProps = {
3122
3133
  variant?: OnboardingVariant;
3123
3134
  empty?: boolean;
3124
3135
  };
3125
- declare const _default$k: React__default.NamedExoticComponent<OnBoardingProgressFeatureProps>;
3136
+ declare const _default$l: React__default.NamedExoticComponent<OnBoardingProgressFeatureProps>;
3126
3137
 
3127
- declare const _default$j: React__default.NamedExoticComponent<OnBoardingReviewsScreenType>;
3138
+ declare const _default$k: React__default.NamedExoticComponent<OnBoardingReviewsScreenType>;
3128
3139
 
3129
3140
  type OnBoardingEmailScreenPreviewFeatureProps = OnBoardingEmailScreenType & {
3130
3141
  email: string | null;
@@ -3132,7 +3143,7 @@ type OnBoardingEmailScreenPreviewFeatureProps = OnBoardingEmailScreenType & {
3132
3143
  onChangeEmail?: (email: string) => void;
3133
3144
  onSubmit?: () => void;
3134
3145
  };
3135
- declare const _default$i: React__default.NamedExoticComponent<OnBoardingEmailScreenPreviewFeatureProps>;
3146
+ declare const _default$j: React__default.NamedExoticComponent<OnBoardingEmailScreenPreviewFeatureProps>;
3136
3147
 
3137
3148
  type OnBoardingConfirmScreenPreviewFeatureProps = OnBoardingConfirmScreenType & {
3138
3149
  email: string | null;
@@ -3143,7 +3154,7 @@ type OnBoardingConfirmScreenPreviewFeatureProps = OnBoardingConfirmScreenType &
3143
3154
  onChangePassword?: (password: string) => void;
3144
3155
  onSubmit?: () => void;
3145
3156
  };
3146
- declare const _default$h: React__default.NamedExoticComponent<OnBoardingConfirmScreenPreviewFeatureProps>;
3157
+ declare const _default$i: React__default.NamedExoticComponent<OnBoardingConfirmScreenPreviewFeatureProps>;
3147
3158
 
3148
3159
  type OnBoardingPaywallScreenPreviewFeatureProps$2 = {
3149
3160
  variant?: OnboardingVariant;
@@ -3206,7 +3217,7 @@ interface Props$2 extends Omit<TypographyProps, 'children'> {
3206
3217
  presentingElement?: HTMLElement;
3207
3218
  }
3208
3219
 
3209
- declare const _default$g: React__default.NamedExoticComponent<Props$2>;
3220
+ declare const _default$h: React__default.NamedExoticComponent<Props$2>;
3210
3221
 
3211
3222
  type Props$1 = {
3212
3223
  className?: string;
@@ -3233,6 +3244,7 @@ type Props = {
3233
3244
  classNameTitle?: string;
3234
3245
  t?: WithTranslation['t'];
3235
3246
  presentingElement?: HTMLElement;
3247
+ withPreview?: boolean;
3236
3248
  };
3237
3249
  declare const SpecialistEducationsFeature: FC<Props>;
3238
3250
 
@@ -3560,6 +3572,32 @@ type DropdownFeatureProps = {
3560
3572
 
3561
3573
  declare const DropdownFeature: React__default.FC<DropdownFeatureProps>;
3562
3574
 
3575
+ type TabsFeatureProps = {
3576
+ tabs: {
3577
+ title: string;
3578
+ content?: React.ReactNode;
3579
+ anchor?: string;
3580
+ }[];
3581
+ className?: string;
3582
+ isLoading?: boolean;
3583
+ };
3584
+
3585
+ declare const TabsFeature: React__default.FC<TabsFeatureProps>;
3586
+
3587
+ declare const TabsFeatureSkeleton: React__default.FC<Partial<TabsFeatureProps>>;
3588
+
3589
+ type ScheduleFeatureProps = {
3590
+ isLoading?: boolean;
3591
+ className?: string;
3592
+ t?: WithTranslation['t'];
3593
+ schedule?: Schedule;
3594
+ locale?: string;
3595
+ onDateClick?: (date: ScheduleDate, slots: ScheduleSlot[]) => void;
3596
+ onSlotClick?: (slot: ScheduleSlot) => void;
3597
+ };
3598
+
3599
+ declare const ScheduleFeature: React__default.FC<ScheduleFeatureProps>;
3600
+
3563
3601
  type SupportedCountryLocale = string;
3564
3602
  type Tabs = {
3565
3603
  behavior: 'tax-country' | 'profile-lang';
@@ -3658,6 +3696,7 @@ declare const mockSessions: {
3658
3696
  subscription?: Subscription | undefined;
3659
3697
  session_review?: SessionReview$1 | undefined;
3660
3698
  }[];
3699
+ declare const getMockSchedule: (dayCount: number, hoursStart?: number, hoursEnd?: number) => Schedule;
3661
3700
 
3662
3701
  declare const ONBOARDING_THEME_DEFAULT_COLORS: Record<OnboardingVariant, {
3663
3702
  defaultThemeColor: string;
@@ -3711,7 +3750,7 @@ type SpecialistCardProps = {
3711
3750
  };
3712
3751
  declare const SpecialistCard: React__default.FC<SpecialistCardProps>;
3713
3752
 
3714
- declare const _default$f: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
3753
+ declare const _default$g: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
3715
3754
  isError?: boolean | undefined;
3716
3755
  errorStyle?: "filled" | "unfilled" | undefined;
3717
3756
  type?: "number" | "text" | "email" | undefined;
@@ -3735,11 +3774,11 @@ declare const PasswordInput: React__default.ForwardRefExoticComponent<{
3735
3774
  error?: string | null | undefined;
3736
3775
  } & Omit<React__default.InputHTMLAttributes<HTMLInputElement>, "type"> & React__default.RefAttributes<HTMLInputElement>>;
3737
3776
 
3738
- declare const _default$e: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
3777
+ declare const _default$f: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
3739
3778
  isError?: boolean | undefined;
3740
3779
  } & React__default.TextareaHTMLAttributes<HTMLTextAreaElement> & React__default.RefAttributes<HTMLTextAreaElement>>>;
3741
3780
 
3742
- declare const _default$d: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
3781
+ declare const _default$e: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
3743
3782
  options: {
3744
3783
  id: string | number;
3745
3784
  label: string | number;
@@ -3774,7 +3813,7 @@ type CustomCheckboxProps = {
3774
3813
  isCheckbox?: boolean;
3775
3814
  onChange?: (e: ChangeEvent<HTMLInputElement>) => void;
3776
3815
  };
3777
- declare const _default$c: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<CustomCheckboxProps & React__default.RefAttributes<HTMLInputElement>>>;
3816
+ declare const _default$d: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<CustomCheckboxProps & React__default.RefAttributes<HTMLInputElement>>>;
3778
3817
 
3779
3818
  type CheckboxListItem = {
3780
3819
  id: ReactText;
@@ -3802,7 +3841,7 @@ type CheckboxListProps = {
3802
3841
  from: string;
3803
3842
  };
3804
3843
  };
3805
- declare const _default$b: React__default.NamedExoticComponent<CheckboxListProps>;
3844
+ declare const _default$c: React__default.NamedExoticComponent<CheckboxListProps>;
3806
3845
 
3807
3846
  type BookingHeaderProps = {
3808
3847
  title?: string;
@@ -3816,9 +3855,9 @@ type ProgressBarProps = {
3816
3855
  progress: number;
3817
3856
  loaderTitle?: string;
3818
3857
  };
3819
- declare const _default$a: React__default.NamedExoticComponent<ProgressBarProps>;
3858
+ declare const _default$b: React__default.NamedExoticComponent<ProgressBarProps>;
3820
3859
 
3821
- declare const _default$9: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
3860
+ declare const _default$a: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
3822
3861
  title: string;
3823
3862
  subTitle?: string | undefined;
3824
3863
  isError?: boolean | undefined;
@@ -3850,7 +3889,7 @@ type FlagProps = {
3850
3889
  dimensions?: number;
3851
3890
  className?: string;
3852
3891
  };
3853
- declare const _default$8: React__default.NamedExoticComponent<FlagProps>;
3892
+ declare const _default$9: React__default.NamedExoticComponent<FlagProps>;
3854
3893
 
3855
3894
  type SpecialistLangsProps = {
3856
3895
  showLoader?: boolean;
@@ -3876,7 +3915,7 @@ type ProfileInformationProps = {
3876
3915
  reviews: string[];
3877
3916
  };
3878
3917
  } & React__default.HTMLAttributes<HTMLDivElement>;
3879
- declare const _default$7: React__default.NamedExoticComponent<ProfileInformationProps>;
3918
+ declare const _default$8: React__default.NamedExoticComponent<ProfileInformationProps>;
3880
3919
 
3881
3920
  type SpecialistMatchProps = {
3882
3921
  specialistFirstName?: string;
@@ -3888,7 +3927,7 @@ type SpecialistMatchProps = {
3888
3927
  howWeMatchThis: string;
3889
3928
  };
3890
3929
  } & React__default.HTMLAttributes<HTMLDivElement>;
3891
- declare const _default$6: React__default.NamedExoticComponent<SpecialistMatchProps>;
3930
+ declare const _default$7: React__default.NamedExoticComponent<SpecialistMatchProps>;
3892
3931
 
3893
3932
  type SpecialistStatisticProps = {
3894
3933
  learnMoreClick: () => void;
@@ -3908,7 +3947,7 @@ type SpecialistStatisticProps = {
3908
3947
  bookedSession: string;
3909
3948
  };
3910
3949
  } & React__default.HTMLAttributes<HTMLDivElement>;
3911
- declare const _default$5: React__default.NamedExoticComponent<SpecialistStatisticProps>;
3950
+ declare const _default$6: React__default.NamedExoticComponent<SpecialistStatisticProps>;
3912
3951
 
3913
3952
  type RatingWithLabelProps = {
3914
3953
  countOfReviews?: number;
@@ -4035,7 +4074,7 @@ type SpecialistCardWidgetProps = {
4035
4074
  currentUser?: UserType;
4036
4075
  };
4037
4076
 
4038
- declare const _default$4: React__default.NamedExoticComponent<SpecialistCardWidgetProps>;
4077
+ declare const _default$5: React__default.NamedExoticComponent<SpecialistCardWidgetProps>;
4039
4078
 
4040
4079
  type SpecialistCardListWidgetProps = {
4041
4080
  t?: WithTranslation['t'];
@@ -4050,11 +4089,11 @@ type SpecialistCardListWidgetProps = {
4050
4089
  };
4051
4090
  declare const SpecialistCardListWidget: FC<SpecialistCardListWidgetProps>;
4052
4091
 
4053
- declare const _default$3: React__default.NamedExoticComponent<SpecialistPaymentCardProps & {
4092
+ declare const _default$4: React__default.NamedExoticComponent<SpecialistPaymentCardProps & {
4054
4093
  routeClick: () => void;
4055
4094
  } & TranslationType>;
4056
4095
 
4057
- declare const _default$2: React__default.NamedExoticComponent<SpecialistPaymentCardProps & SpecialistPaymentConsultationsProps & TranslationType>;
4096
+ declare const _default$3: React__default.NamedExoticComponent<SpecialistPaymentCardProps & SpecialistPaymentConsultationsProps & TranslationType>;
4058
4097
 
4059
4098
  type UpdateContractWidgetProps = {
4060
4099
  isAccepted: boolean;
@@ -4091,7 +4130,7 @@ type SpecialistDetailWidgetProps = {
4091
4130
  onEditSpecialistReview?: (review: Pick<SpecialistReview$1, 'id' | 'review_rating' | 'text_of_review'>) => Promise<void>;
4092
4131
  };
4093
4132
 
4094
- declare const _default$1: React__default.NamedExoticComponent<SpecialistDetailWidgetProps>;
4133
+ declare const _default$2: React__default.NamedExoticComponent<SpecialistDetailWidgetProps>;
4095
4134
 
4096
4135
  declare const SpecialistDetailWidgetSkeleton: React__default.FC;
4097
4136
 
@@ -4168,6 +4207,29 @@ type SpecialistPreviewWidgetProps = {
4168
4207
  className?: string;
4169
4208
  };
4170
4209
 
4171
- declare const _default: React__default.NamedExoticComponent<SpecialistPreviewWidgetProps>;
4210
+ declare const _default$1: React__default.NamedExoticComponent<SpecialistPreviewWidgetProps>;
4211
+
4212
+ type SpecialistDetailWithTabsWidgetProps = {
4213
+ t?: WithTranslation['t'];
4214
+ isLoading?: boolean;
4215
+ isLoadingSchedule?: boolean;
4216
+ specialist: Specialist;
4217
+ reviews?: SpecialistReview$1[];
4218
+ country: string;
4219
+ isAuth?: boolean;
4220
+ isSpecialistUnAvailable?: boolean;
4221
+ onLoadMoreReviews?(): void;
4222
+ currentUser?: UserType;
4223
+ presentingElement?: HTMLElement;
4224
+ onScheduleDateClick?: (date: ScheduleDate) => void;
4225
+ onScheduleSlotClick?: (slot: ScheduleSlot) => void;
4226
+ onOpenSuperSpecialistArticle?(): void;
4227
+ onOpenNewSpecialistArticle?(): void;
4228
+ onEditSpecialistReview?: (review: Pick<SpecialistReview$1, 'id' | 'review_rating' | 'text_of_review'>) => Promise<void>;
4229
+ };
4230
+
4231
+ declare const _default: React__default.NamedExoticComponent<SpecialistDetailWithTabsWidgetProps>;
4232
+
4233
+ declare const SpecialistDetailWithTabsSkeleton: React__default.FC;
4172
4234
 
4173
- export { AcceptAgreementFeature, Action, _default$V as AlertCard, AllowFilterValueType, AppFooter, _default$U as AppFooter_v2, AppHeader, AppHeaderPage as AppHeaderPageFeature, AppHeader_v2, AppNotSupportedFeature, AutoComplete, Avatar, AvatarProps$1 as AvatarProps, _default$T as Avatar_v2, AvatarProps as Avatar_v2Props, BREAKPOINT_ICON_SIZE, _default$P as Badge, _default$Y as BookingScheduleTime, _default$X as BookingSpecialistInfo, BreakPointPositionProps, BreakPointPositionResult, Button, Button_v2, CAN_MANAGE_SESSION_TIME_HOURS, COUNTRIES_MAPPER, Calendar, _default$w as CalendarPickerFeature, CancelSession, CardModal, ChangeLanguageModal, _default$1f as ChatListItem, _default$1d as ChatListSkeleton, _default$1e as ChatMessage, ChatMessageSkeleton, CheckBoxItem, CheckBoxListFeature, CheckBoxSectionListFeature, _default$b as CheckboxList, CheckboxListCategory, CheckboxListItem, CheckboxTypes, ChevronHeader, CircleRatingComponentProps, CircleRatingContent, CircleRatingContext, CircleRatingContextData, CircleRatingContextProps, CircleRatingDataProps, CircleRatingDataResult, CircleRatingLegendProps, CircleRatingProvider, CircleRatingRange, CircleRatingSize, ClientCanAction, ClientCanParams, ClientSpecialistContractStatusEnum, CollapsableText, ConditionRulesType, Consultation, _default$18 as ConsultationCard, ConsultationCardProps, ConsultationCardType, _default$15 as ConsultationModal, _default$A as ConsultationPricingFeature, _default$13 as ConsultationSpecialistCard, ConsultationsListSkeleton, Container, Container_v2, ContentRendererProps, ContractDataFeature, ContractStatusEnum, ContentTree as ContractTreeFeature, CountdownTimerFeature, CountryOfOriginModal, CurrencyLocaleMapper, CurrencySignByLocale, CustomButton, _default$c as CustomCheckbox, CustomRadioButton, _default$d as CustomSelect, _default$e as CustomTextarea, DatePicker, _default$11 as DaySlider, DividerProps, DropdownFeature, DrumListPicker, DynamicCommissionValue, _default$Z as EducationCard, _default$1c as EmptyChatList, EmptyChatMessages, EmptyChatModalFeature, _default$16 as EmptyConsultations, EmptyList, EmptySpecialistListFeature, ErrorCardFeature, FilterFeatureProps, FilterItem, FilterItemBoolean, FilterItemChips, FilterItemRange, FilterItemSelect, FilterOption, FilterOptionValue, FilterValue, FiltersWidget, FiltersWidgetProps, FirstChatMessageModalFeature, _default$8 as Flag, FlagTypes, _default$R as Flag_v2, FrequentlyAskedQuestions, GoogleCalendarModalFeature, HeaderWithRedirect, ISpecialistReview, IconAddModerator, IconAmEx, IconAppStoreRating, IconApple, IconApplePay, IconArrowDown, IconArrowLeft, IconArrowRange, IconArrowRight, IconArrowTopRight, IconAttachMoney, IconBeachAccess, IconBookmark, IconBookmarkOutlined, _default$L 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, 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$H as Item, _default$O as ItemCard, LabelArrowRedirect, _default$1h as LetterAvatar, _default$9 as LineFileInput, ListBox, ListBoxItem, ListBoxItemProps, ListBoxProps, ListBoxSelectionType, ListItemType, _default$E as ListItemWithColumns, _default$I as ListItems, ListOption, ListOptionsProps, ListSelect, ListSelectProps, ListSimple, _default$J as Loading, LocaleCurrencyMapper, MapStatusContractToUIStatus, _default$p as MarkdownContainerFeature, _default$F as MatchProgress, _default$1g as MediaPlayer, MenuFeature, MindlyReview, MindlyReviewFeature, ModalSheet, NEAR_SESSION_TIME_SECONDS, NewSpecialist, NoInternetConnection, NotSupportModal, ONBOARDING_THEME_DEFAULT_COLORS, OnBoardingBaseScreenType, OnBoardingChartScreenPreviewFeature, OnBoardingChartScreenType, OnBoardingCompareScreenPreviewFeature, OnBoardingCompareScreenType, _default$h as OnBoardingConfirmScreenPreviewFeature, OnBoardingConfirmScreenType, _default$i as OnBoardingEmailScreenPreviewFeature, OnBoardingEmailScreenType, OnBoardingFlowType, OnBoardingGraphScreenPreviewFeature, OnBoardingGraphScreenType, _default$n as OnBoardingInfoScreenPreviewFeature, OnBoardingInfoScreenType, OnBoardingLoaderScreenPreviewFeature, OnBoardingLoaderScreenType, OnBoardingMultiSelectScreenType, _default$m as OnBoardingMultiSelectionScreenPreviewFeature, OnBoardingPaywallScreenPreviewFeature, OnBoardingPaywallScreenType, _default$k as OnBoardingProgressFeature, _default$j as OnBoardingReviewsScreenPreviewFeature, OnBoardingReviewsScreenType, OnBoardingScreenAlertType, OnBoardingScreenBgType, OnBoardingScreenButtonType, OnBoardingScreenDescriptionType, OnBoardingScreenEmailType, OnBoardingScreenErrorsType, OnBoardingScreenOptionType, OnBoardingScreenOptionWithScaleType, OnBoardingScreenOptions, OnBoardingScreenPasswordType, OnBoardingScreenPrivacyType, OnBoardingScreenSkipButtonType, OnBoardingScreenStyleOptions, OnBoardingScreenTranslationsType, OnBoardingScreensType, OnBoardingSingleImageSelectScreenType, OnBoardingSingleScaleSelectScreenType, OnBoardingSingleSelectScreenType, _default$l as OnBoardingSingleSelectionScreenPreviewFeature, _default$o as OnBoardingStartScreenPreviewFeature, OnBoardingStartScreenType, OnboardingVariant, OutdatedPersonalDataFeature, PasswordInput, PaymentBadgeType, _default$v as PaymentCalendarFeature, PaymentCalendarFeatureProps, _default$x as PaymentSessionsList, _default$Q as Picture, PoweredByStripeFeature, _default$7 as ProfileInformation, _default$$ as ProfileView, _default$a as ProgressBar, ProgressBarDashed, _default$K as ProgressBar_v2, ProgressRangeProps, PushNotificationsIsDisabledBanner, PushNotificationsModal, Range, _default$M as Rating, RatingCircleWrapper, _default$12 as ReSchedule, ReScheduleSuccess, Refresher, ResponseFileType, ReviewCard, _default$u as ReviewCardFeature, ReviewListFeature, ReviewStatistics, ReviewSubscriptionSessionFeature, ReviewSubscriptionSessionFeatureProps, ReviewSwiperSection, ReviewTrialSessionFeature, ReviewTrialSessionFeatureProps, ReviewsCardFeatureSkeleton, ReviewsSummary, RoundButton, RowItemType, RowSelect, RowSelectProps, Rule, SIZES, SOON_SESSION_TIME_SECONDS, _default$s as ScreenDrumPickerFormFeature, ScreenInput, _default$t as ScreenInputFormFeature, ScreenInputUpdateFeature, SectionHeading, Segment, SegmentColor, SegmentType, SelectItemType, _default$q as SelectWithSearchFormFeature, Session, SessionDetailWidget, SessionPaymentsWidget, SessionPreviewFeature, SessionReview$1 as SessionReview, SessionTime, SessionVariant, SessionsWidget as SessionsListWidget, SessionsWidgetProps, Sex, ShareModalFeature, ShortCurrencySignByLocale, ShortTranscriptionCurrencySignByLocale, _default$D as ShowMore, _default$17 as SignUpSessionButton, _default$14 as SignUpSessionModal, SizeValues, Skeleton, _default$S as Skeleton_v2, _default$C as SlotsGrid, _default$B as SlotsGridItem, SolidInput, Specialist, _default$_ as SpecialistAbout, SpecialistAreaList as SpecialistAreaListFeature, SpecialistCard, SpecialistCardListWidget, _default$4 as SpecialistCardWidget, SpecialistConsultation, SpecialistConsultationPayment, _default$1 as SpecialistDetailWidget, SpecialistDetailWidgetSkeleton, SpecialistEducation, SpecialistEducationsFeature, SpecialistInfoColumnFeature, SpecialistLangs, _default$6 as SpecialistMatch, SpecialistOrderType, SpecialistPaymentCardProps, _default$z as SpecialistPaymentCommonCardFeature, SpecialistPaymentCommonCardSkeleton, SpecialistPaymentConsultationDetailsType, _default$y as SpecialistPaymentConsultationsFeature, SpecialistPaymentConsultationsProps, SpecialistPaymentCurrencyProps, _default$2 as SpecialistPaymentResumeWidget, SpecialistPaymentResumeWidgetType, SpecialistPaymentTabs, _default$3 as SpecialistPaymentWidget, SpecialistPaymentWidgetType, SpecialistPreviewFeature, SpecialistPreviewListWidget, _default as SpecialistPreviewWidget, SpecialistProfileNotFound, SpecialistReview$1 as SpecialistReview, SpecialistShortInfoItemFeature as SpecialistShortInfoItem, _default$5 as SpecialistStatistic, Spinner, Spinner_v2, StarRating, StatisticsScroll, StripeSupportedCurrency, Subscription, SubscriptionStatuses, SuccessScreen, SuperSpecialist, SupportedCurrency, SupportedLangs, SwitchDeviceCard, TabItem, Tabs$1 as Tabs, TabsToolbarFeature, Tag, Tariff, TariffFeature, _default$r as TextAreaFormFeature, _default$f as TextInput, _default$g as TextWithClampFeature, _default$1b as Textarea, _default$N as Textarea_v2, ThemeProvider, ThemeProviderProps, Toast, ToastButton, ToastContext, ToastProps, ToastProvider, ToastRegion, Toggle, TooltipComponent, TranslationMock, TranslationType, TreeNode, _default$W as Typography, TypographyVariantsEnum, UpdateContractWidget, UpdatesCard, UserInfoModal, UserType, VariantType, VerticalCalendar, VerticalCalendarMonthSkeleton, VerticalCalendarSkeleton, _default$G as Video, _default$19 as VideoCallInfo, _default$1a as VideoPlayer, VideoProvider, _default$10 as WorkDirections, appThemes, canManageSession, currentUser, decOfNum, formatByDigits, getCountryKeyByName, getDateLocale, getFiltersQuery, getFiltersValues, getGMTOffset, getMappedFilterValue, 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, useDomRef, useElementWidth, useEvent, useIsKeyBoardShown, useRangeIndex, useRatingCircleBreakPoints, useRatingCircleContentValue, useRatingCircleLegend, useRatingContext, useToastContext, useUpdateEffect, useVideoContext };
4235
+ 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, ScheduleFeature, 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, 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, useToastContext, useUpdateEffect, useVideoContext };