@mindly/ui-components 5.84.0 → 5.85.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.
Files changed (46) hide show
  1. package/dist/cjs/index.js +7 -7
  2. package/dist/cjs/lib2/features/MarkdownContainerFeature/MarkdownContainerFeature.d.ts +9 -0
  3. package/dist/cjs/lib2/features/MarkdownContainerFeature/index.d.ts +1 -0
  4. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingInfoScreenPreviewFeature/OnBoardingInfoScreenPreviewFeature.d.ts +4 -0
  5. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingInfoScreenPreviewFeature/index.d.ts +1 -0
  6. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingLoaderScreenPreviewFeature/OnBoardingLoaderScreenPreviewFeature.d.ts +4 -0
  7. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingLoaderScreenPreviewFeature/index.d.ts +1 -0
  8. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingMultiSelectionScreenPreviewFeature/OnBoardingMultiSelectionScreenPreviewFeature.d.ts +8 -0
  9. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingMultiSelectionScreenPreviewFeature/index.d.ts +1 -0
  10. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingProgressFeature/OnBoardingProgressFeature.d.ts +11 -0
  11. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingProgressFeature/index.d.ts +1 -0
  12. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingSingleSelectionScreenPreviewFeature/OnBoardingSingleSelectionScreenPreviewFeature.d.ts +8 -0
  13. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingSingleSelectionScreenPreviewFeature/index.d.ts +1 -0
  14. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingStartScreenPreviewFeature/OnBoardingStartScreenPreviewFeature.d.ts +4 -0
  15. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingStartScreenPreviewFeature/index.d.ts +1 -0
  16. package/dist/cjs/lib2/features/OnBoardingFlow/index.d.ts +6 -0
  17. package/dist/cjs/lib2/features/index.d.ts +2 -0
  18. package/dist/cjs/lib2/shared/index.d.ts +1 -0
  19. package/dist/cjs/lib2/shared/types/index.d.ts +2 -0
  20. package/dist/cjs/lib2/shared/types/onBoardingFlow.type.d.ts +93 -0
  21. package/dist/cjs/lib2/shared/types/responseFileType.d.ts +9 -0
  22. package/dist/cjs/lib2/widgets/SpecialistPaymentWidget/SpecialistPaymentWidget.d.ts +1 -1
  23. package/dist/esm/index.js +7 -7
  24. package/dist/esm/lib2/features/MarkdownContainerFeature/MarkdownContainerFeature.d.ts +9 -0
  25. package/dist/esm/lib2/features/MarkdownContainerFeature/index.d.ts +1 -0
  26. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingInfoScreenPreviewFeature/OnBoardingInfoScreenPreviewFeature.d.ts +4 -0
  27. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingInfoScreenPreviewFeature/index.d.ts +1 -0
  28. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingLoaderScreenPreviewFeature/OnBoardingLoaderScreenPreviewFeature.d.ts +4 -0
  29. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingLoaderScreenPreviewFeature/index.d.ts +1 -0
  30. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingMultiSelectionScreenPreviewFeature/OnBoardingMultiSelectionScreenPreviewFeature.d.ts +8 -0
  31. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingMultiSelectionScreenPreviewFeature/index.d.ts +1 -0
  32. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingProgressFeature/OnBoardingProgressFeature.d.ts +11 -0
  33. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingProgressFeature/index.d.ts +1 -0
  34. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingSingleSelectionScreenPreviewFeature/OnBoardingSingleSelectionScreenPreviewFeature.d.ts +8 -0
  35. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingSingleSelectionScreenPreviewFeature/index.d.ts +1 -0
  36. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingStartScreenPreviewFeature/OnBoardingStartScreenPreviewFeature.d.ts +4 -0
  37. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingStartScreenPreviewFeature/index.d.ts +1 -0
  38. package/dist/esm/lib2/features/OnBoardingFlow/index.d.ts +6 -0
  39. package/dist/esm/lib2/features/index.d.ts +2 -0
  40. package/dist/esm/lib2/shared/index.d.ts +1 -0
  41. package/dist/esm/lib2/shared/types/index.d.ts +2 -0
  42. package/dist/esm/lib2/shared/types/onBoardingFlow.type.d.ts +93 -0
  43. package/dist/esm/lib2/shared/types/responseFileType.d.ts +9 -0
  44. package/dist/esm/lib2/widgets/SpecialistPaymentWidget/SpecialistPaymentWidget.d.ts +1 -1
  45. package/dist/index.d.ts +244 -68
  46. package/package.json +2 -1
package/dist/index.d.ts CHANGED
@@ -13,6 +13,7 @@ import { AriaListBoxProps, AriaCalendarProps, DateValue, AriaTabListProps } from
13
13
  import { ToastStateProps, ToastState } from '@react-stately/toast';
14
14
  import { AriaToastRegionProps } from '@react-aria/toast';
15
15
  import { IonSearchbarCustomEvent, SearchbarChangeEventDetail } from '@ionic/core';
16
+ import { MarkdownToJSX } from 'markdown-to-jsx';
16
17
 
17
18
  interface ButtonProps$2 {
18
19
  buttonType: 'primary' | 'secondary' | 'actionButton' | 'actionButtonDisabled' | 'secondaryWithStroke' | 'secondaryCancel' | 'actionButtonActive' | 'actionButtonGreen';
@@ -224,7 +225,7 @@ type LetterAvatarProps = {
224
225
  fontSize?: number;
225
226
  onClick?: () => void;
226
227
  };
227
- declare const _default$15: React__default.NamedExoticComponent<LetterAvatarProps>;
228
+ declare const _default$1c: React__default.NamedExoticComponent<LetterAvatarProps>;
228
229
 
229
230
  type ImageWithFallbackProps = JSX.IntrinsicElements['img'] & {
230
231
  onErrorContent: React__default.ReactElement;
@@ -236,7 +237,7 @@ type PersonDateTimeCardProps = {
236
237
  name: string;
237
238
  dateTime: Date;
238
239
  };
239
- declare const _default$14: React__default.NamedExoticComponent<PersonDateTimeCardProps>;
240
+ declare const _default$1b: React__default.NamedExoticComponent<PersonDateTimeCardProps>;
240
241
 
241
242
  type PsychologistProfileType = {
242
243
  id: string;
@@ -402,7 +403,7 @@ type SelectImpressionEmojiProps = {
402
403
  onChange?: (val: ImpressionEmojiEnum) => void;
403
404
  };
404
405
 
405
- declare const _default$13: React__default.NamedExoticComponent<SelectImpressionEmojiProps>;
406
+ declare const _default$1a: React__default.NamedExoticComponent<SelectImpressionEmojiProps>;
406
407
 
407
408
  interface FooterForBookingProps {
408
409
  eventHandler: (props?: React__default.SyntheticEvent) => void;
@@ -434,7 +435,7 @@ type MediaPlayerProps<TCameraTrack extends Playable | undefined, TAudioTrack ext
434
435
  showControls: boolean;
435
436
  isScreenSharing?: boolean;
436
437
  } & HTMLAttributes<HTMLDivElement>;
437
- declare const _default$12: <TCameraTrack extends Playable | undefined, TAudioTrack extends Playable | undefined>({ fullwidth, cameraTrack, audioTrack, isVideoTrackMuted, isAudioTrackMuted, networkQuality, fallbackAvatar, fallbackAvatarDimensions, fallbackName, showControls, isScreenSharing, ...props }: MediaPlayerProps<TCameraTrack, TAudioTrack>) => JSX.Element;
438
+ declare const _default$19: <TCameraTrack extends Playable | undefined, TAudioTrack extends Playable | undefined>({ fullwidth, cameraTrack, audioTrack, isVideoTrackMuted, isAudioTrackMuted, networkQuality, fallbackAvatar, fallbackAvatarDimensions, fallbackName, showControls, isScreenSharing, ...props }: MediaPlayerProps<TCameraTrack, TAudioTrack>) => JSX.Element;
438
439
 
439
440
  type RoundButtonPropsType = {
440
441
  disabled?: boolean;
@@ -463,7 +464,7 @@ type ChatListItemProps = {
463
464
  isDisabled?: boolean;
464
465
  t?: WithTranslation['t'];
465
466
  };
466
- declare const _default$11: React__default.NamedExoticComponent<ChatListItemProps>;
467
+ declare const _default$18: React__default.NamedExoticComponent<ChatListItemProps>;
467
468
 
468
469
  type ChatMessageProps = {
469
470
  message: string | File;
@@ -491,11 +492,11 @@ type ChatMessageProps = {
491
492
  onClickHandler: () => void;
492
493
  }[] | null;
493
494
  };
494
- declare const _default$10: React__default.NamedExoticComponent<ChatMessageProps>;
495
+ declare const _default$17: React__default.NamedExoticComponent<ChatMessageProps>;
495
496
 
496
497
  declare const ChatMessageSkeleton: () => JSX.Element;
497
498
 
498
- declare const _default$$: React__default.MemoExoticComponent<() => JSX.Element>;
499
+ declare const _default$16: React__default.MemoExoticComponent<() => JSX.Element>;
499
500
 
500
501
  type EmptyChatList = {
501
502
  title?: string;
@@ -505,7 +506,7 @@ type EmptyChatList = {
505
506
  onClick?: () => void;
506
507
  };
507
508
  declare const EmptyChatList: FC<EmptyChatList>;
508
- declare const _default$_: React__default.NamedExoticComponent<EmptyChatList>;
509
+ declare const _default$15: React__default.NamedExoticComponent<EmptyChatList>;
509
510
 
510
511
  type EmptyChatMessagesProps = {
511
512
  title?: string;
@@ -530,7 +531,7 @@ type TextareaProps = {
530
531
  onFileSelect?: (file: File | null, type: 'file' | 'image' | 'video', fileInfo: FileInfoType) => void;
531
532
  t?: WithTranslation['t'];
532
533
  };
533
- declare const _default$Z: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<TextareaProps & React__default.RefAttributes<HTMLIonFooterElement>>>;
534
+ declare const _default$14: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<TextareaProps & React__default.RefAttributes<HTMLIonFooterElement>>>;
534
535
 
535
536
  type LouseConnectProps = {
536
537
  onClick?: () => void;
@@ -609,7 +610,7 @@ type SpecialistEducationCardProps$1 = {
609
610
  yearEnd?: number | null;
610
611
  showLoader?: boolean;
611
612
  };
612
- declare const _default$Y: React__default.NamedExoticComponent<SpecialistEducationCardProps$1>;
613
+ declare const _default$13: React__default.NamedExoticComponent<SpecialistEducationCardProps$1>;
613
614
 
614
615
  type SpecialistProfileViewCardProps$1 = {
615
616
  avatarLink?: string | null;
@@ -622,7 +623,7 @@ type SpecialistProfileViewCardProps$1 = {
622
623
  videoLinkUrl?: string | null;
623
624
  showLoader?: boolean;
624
625
  } & React__default.DetailedHTMLProps<React__default.HTMLAttributes<HTMLDivElement>, HTMLDivElement>;
625
- declare const _default$X: React__default.NamedExoticComponent<SpecialistProfileViewCardProps$1>;
626
+ declare const _default$12: React__default.NamedExoticComponent<SpecialistProfileViewCardProps$1>;
626
627
 
627
628
  type SpecialistStatisticsCardProps$1 = {
628
629
  activeClients?: number;
@@ -658,7 +659,7 @@ type VideoPlayerProps = {
658
659
  closeModalHandler?: () => void;
659
660
  onErrorContent: React__default.ReactElement;
660
661
  } & JSX$1.IonModal;
661
- declare const _default$W: React__default.NamedExoticComponent<VideoPlayerProps>;
662
+ declare const _default$11: React__default.NamedExoticComponent<VideoPlayerProps>;
662
663
 
663
664
  type NotSupportModalProps = {
664
665
  closeModal?: () => void;
@@ -694,7 +695,7 @@ type VideoCallInfoProps = {
694
695
  abbreviatedSeconds: string;
695
696
  };
696
697
  };
697
- declare const _default$V: React__default.NamedExoticComponent<VideoCallInfoProps>;
698
+ declare const _default$10: React__default.NamedExoticComponent<VideoCallInfoProps>;
698
699
 
699
700
  declare enum ConsultationCardType {
700
701
  FEATURE = "feature",
@@ -729,14 +730,14 @@ type ConsultationCardProps = {
729
730
  };
730
731
  };
731
732
 
732
- declare const _default$U: React__default.NamedExoticComponent<ConsultationCardProps>;
733
+ declare const _default$$: React__default.NamedExoticComponent<ConsultationCardProps>;
733
734
 
734
735
  type SignUpSessionButtonProps = {
735
736
  label: string;
736
737
  isLoading?: boolean;
737
738
  onClick?: () => void;
738
739
  };
739
- declare const _default$T: React__default.NamedExoticComponent<SignUpSessionButtonProps>;
740
+ declare const _default$_: React__default.NamedExoticComponent<SignUpSessionButtonProps>;
740
741
 
741
742
  type EmptyConsultationsProps = {
742
743
  title: string;
@@ -744,7 +745,7 @@ type EmptyConsultationsProps = {
744
745
  buttonLabel?: string;
745
746
  onClick?: () => void;
746
747
  };
747
- declare const _default$S: React__default.NamedExoticComponent<EmptyConsultationsProps>;
748
+ declare const _default$Z: React__default.NamedExoticComponent<EmptyConsultationsProps>;
748
749
 
749
750
  type ConsultationModalProps = {
750
751
  isOpen: boolean;
@@ -780,7 +781,7 @@ type ConsultationModalProps = {
780
781
  started?: string;
781
782
  };
782
783
  };
783
- declare const _default$R: React__default.NamedExoticComponent<ConsultationModalProps>;
784
+ declare const _default$Y: React__default.NamedExoticComponent<ConsultationModalProps>;
784
785
 
785
786
  type SpecialistData = {
786
787
  id: string;
@@ -797,7 +798,7 @@ type SignUpSessionModalProps = {
797
798
  title: string;
798
799
  cancelBtnLabel: string;
799
800
  };
800
- declare const _default$Q: React__default.NamedExoticComponent<SignUpSessionModalProps>;
801
+ declare const _default$X: React__default.NamedExoticComponent<SignUpSessionModalProps>;
801
802
 
802
803
  type ConsultationSpecialistCardProps = {
803
804
  id: string;
@@ -808,7 +809,7 @@ type ConsultationSpecialistCardProps = {
808
809
  onSignUp?: (id: string) => void;
809
810
  signInBtnLabel: string;
810
811
  };
811
- declare const _default$P: React__default.NamedExoticComponent<ConsultationSpecialistCardProps>;
812
+ declare const _default$W: React__default.NamedExoticComponent<ConsultationSpecialistCardProps>;
812
813
 
813
814
  type UserInfoModalProps = {
814
815
  isOpen: boolean;
@@ -879,7 +880,7 @@ type ReScheduleProps = {
879
880
  btnLabel: string;
880
881
  };
881
882
  };
882
- declare const _default$O: React__default.NamedExoticComponent<ReScheduleProps>;
883
+ declare const _default$V: React__default.NamedExoticComponent<ReScheduleProps>;
883
884
 
884
885
  type ReScheduleSuccessProps = {
885
886
  name: string;
@@ -917,7 +918,7 @@ type DaySliderProps = JSX$1.IonSlides & HTMLAttributes<HTMLIonSlidesElement> & R
917
918
  tomorrow?: string;
918
919
  };
919
920
  };
920
- declare const _default$N: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<Omit<DaySliderProps, "ref"> & React__default.RefAttributes<HTMLIonSlidesElement>>>;
921
+ declare const _default$U: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<Omit<DaySliderProps, "ref"> & React__default.RefAttributes<HTMLIonSlidesElement>>>;
921
922
 
922
923
  type SpecialistWorkDirectionsPropsType = {
923
924
  workDirections?: string[] | [];
@@ -926,7 +927,7 @@ type SpecialistWorkDirectionsPropsType = {
926
927
  moreLabel?: string;
927
928
  hideLabel?: string;
928
929
  };
929
- declare const _default$M: React__default.NamedExoticComponent<SpecialistWorkDirectionsPropsType>;
930
+ declare const _default$T: React__default.NamedExoticComponent<SpecialistWorkDirectionsPropsType>;
930
931
 
931
932
  type SpecialistProfileViewCardProps = {
932
933
  videoLink?: string;
@@ -936,7 +937,7 @@ type SpecialistProfileViewCardProps = {
936
937
  isLoading?: boolean;
937
938
  videoDurationSeconds?: number;
938
939
  };
939
- declare const _default$L: React__default.NamedExoticComponent<SpecialistProfileViewCardProps>;
940
+ declare const _default$S: React__default.NamedExoticComponent<SpecialistProfileViewCardProps>;
940
941
 
941
942
  type SpecialistAboutProps = {
942
943
  text?: string;
@@ -945,7 +946,7 @@ type SpecialistAboutProps = {
945
946
  moreLabel?: string;
946
947
  hideLabel?: string;
947
948
  };
948
- declare const _default$K: React__default.NamedExoticComponent<SpecialistAboutProps>;
949
+ declare const _default$R: React__default.NamedExoticComponent<SpecialistAboutProps>;
949
950
 
950
951
  type SpecialistEducationCardProps = {
951
952
  institutionName?: string;
@@ -956,7 +957,7 @@ type SpecialistEducationCardProps = {
956
957
  yearEnd?: number | null;
957
958
  showLoader?: boolean;
958
959
  };
959
- declare const _default$J: React__default.NamedExoticComponent<SpecialistEducationCardProps>;
960
+ declare const _default$Q: React__default.NamedExoticComponent<SpecialistEducationCardProps>;
960
961
 
961
962
  type SpecialistStatisticsCardProps = {
962
963
  trust?: boolean;
@@ -1002,7 +1003,7 @@ type BookingScheduleTimeProps = {
1002
1003
  onClick?: (index: number, item: string) => void;
1003
1004
  isLoading?: boolean;
1004
1005
  };
1005
- declare const _default$I: React__default.NamedExoticComponent<BookingScheduleTimeProps>;
1006
+ declare const _default$P: React__default.NamedExoticComponent<BookingScheduleTimeProps>;
1006
1007
 
1007
1008
  type BookingSpecialistInfoProps = {
1008
1009
  name: string;
@@ -1011,7 +1012,7 @@ type BookingSpecialistInfoProps = {
1011
1012
  avatar?: string;
1012
1013
  isLoading?: boolean;
1013
1014
  };
1014
- declare const _default$H: React__default.NamedExoticComponent<BookingSpecialistInfoProps>;
1015
+ declare const _default$O: React__default.NamedExoticComponent<BookingSpecialistInfoProps>;
1015
1016
 
1016
1017
  type SpecialistCardProps = {
1017
1018
  fullName?: string;
@@ -1060,7 +1061,7 @@ type SpecialistCardProps = {
1060
1061
  };
1061
1062
  declare const SpecialistCard$1: React__default.FC<SpecialistCardProps>;
1062
1063
 
1063
- declare const _default$G: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
1064
+ declare const _default$N: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
1064
1065
  isError?: boolean | undefined;
1065
1066
  errorStyle?: "filled" | "unfilled" | undefined;
1066
1067
  type?: "number" | "text" | "email" | undefined;
@@ -1084,11 +1085,11 @@ declare const PasswordInput: React__default.ForwardRefExoticComponent<{
1084
1085
  error?: string | null | undefined;
1085
1086
  } & Omit<React__default.InputHTMLAttributes<HTMLInputElement>, "type"> & React__default.RefAttributes<HTMLInputElement>>;
1086
1087
 
1087
- declare const _default$F: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
1088
+ declare const _default$M: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
1088
1089
  isError?: boolean | undefined;
1089
1090
  } & React__default.TextareaHTMLAttributes<HTMLTextAreaElement> & React__default.RefAttributes<HTMLTextAreaElement>>>;
1090
1091
 
1091
- declare const _default$E: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
1092
+ declare const _default$L: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
1092
1093
  options: {
1093
1094
  id: string | number;
1094
1095
  label: string | number;
@@ -1120,7 +1121,7 @@ type CustomCheckboxProps = {
1120
1121
  isCheckbox?: boolean;
1121
1122
  onChange?: (e: ChangeEvent<HTMLInputElement>) => void;
1122
1123
  };
1123
- declare const _default$D: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<CustomCheckboxProps & React__default.RefAttributes<HTMLInputElement>>>;
1124
+ declare const _default$K: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<CustomCheckboxProps & React__default.RefAttributes<HTMLInputElement>>>;
1124
1125
 
1125
1126
  type CheckboxListItem = {
1126
1127
  id: ReactText;
@@ -1148,7 +1149,7 @@ type CheckboxListProps = {
1148
1149
  from: string;
1149
1150
  };
1150
1151
  };
1151
- declare const _default$C: React__default.NamedExoticComponent<CheckboxListProps>;
1152
+ declare const _default$J: React__default.NamedExoticComponent<CheckboxListProps>;
1152
1153
 
1153
1154
  type BookingHeaderProps = {
1154
1155
  title?: string;
@@ -1162,9 +1163,9 @@ type ProgressBarProps = {
1162
1163
  progress: number;
1163
1164
  loaderTitle?: string;
1164
1165
  };
1165
- declare const _default$B: React__default.NamedExoticComponent<ProgressBarProps>;
1166
+ declare const _default$I: React__default.NamedExoticComponent<ProgressBarProps>;
1166
1167
 
1167
- declare const _default$A: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
1168
+ declare const _default$H: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
1168
1169
  title: string;
1169
1170
  subTitle?: string | undefined;
1170
1171
  isError?: boolean | undefined;
@@ -1196,7 +1197,7 @@ type FlagProps$1 = {
1196
1197
  dimensions?: number;
1197
1198
  className?: string;
1198
1199
  };
1199
- declare const _default$z: React__default.NamedExoticComponent<FlagProps$1>;
1200
+ declare const _default$G: React__default.NamedExoticComponent<FlagProps$1>;
1200
1201
 
1201
1202
  type SpecialistLangsProps = {
1202
1203
  showLoader?: boolean;
@@ -1236,7 +1237,7 @@ type ProfileInformationProps = {
1236
1237
  reviews: string[];
1237
1238
  };
1238
1239
  } & React__default.HTMLAttributes<HTMLDivElement>;
1239
- declare const _default$y: React__default.NamedExoticComponent<ProfileInformationProps>;
1240
+ declare const _default$F: React__default.NamedExoticComponent<ProfileInformationProps>;
1240
1241
 
1241
1242
  type SpecialistMatchProps = {
1242
1243
  specialistFirstName?: string;
@@ -1248,7 +1249,7 @@ type SpecialistMatchProps = {
1248
1249
  howWeMatchThis: string;
1249
1250
  };
1250
1251
  } & React__default.HTMLAttributes<HTMLDivElement>;
1251
- declare const _default$x: React__default.NamedExoticComponent<SpecialistMatchProps>;
1252
+ declare const _default$E: React__default.NamedExoticComponent<SpecialistMatchProps>;
1252
1253
 
1253
1254
  type SpecialistStatisticProps = {
1254
1255
  learnMoreClick: () => void;
@@ -1268,7 +1269,7 @@ type SpecialistStatisticProps = {
1268
1269
  bookedSession: string;
1269
1270
  };
1270
1271
  } & React__default.HTMLAttributes<HTMLDivElement>;
1271
- declare const _default$w: React__default.NamedExoticComponent<SpecialistStatisticProps>;
1272
+ declare const _default$D: React__default.NamedExoticComponent<SpecialistStatisticProps>;
1272
1273
 
1273
1274
  type RatingWithLabelProps = {
1274
1275
  countOfReviews?: number;
@@ -1459,7 +1460,7 @@ type TypographyProps = {
1459
1460
  onClick?: (args: any) => typeof args;
1460
1461
  isError?: boolean;
1461
1462
  };
1462
- declare const _default$v: React__default.NamedExoticComponent<TypographyProps>;
1463
+ declare const _default$C: React__default.NamedExoticComponent<TypographyProps>;
1463
1464
 
1464
1465
  type AppFooterProps = {
1465
1466
  children?: React__default.ReactNode;
@@ -1470,7 +1471,7 @@ type AppFooterProps = {
1470
1471
  toolbarStyle?: CSSProperties;
1471
1472
  className?: string;
1472
1473
  };
1473
- declare const _default$u: React__default.NamedExoticComponent<AppFooterProps>;
1474
+ declare const _default$B: React__default.NamedExoticComponent<AppFooterProps>;
1474
1475
 
1475
1476
  type AvatarRoundVariants = 'circle' | 'drop';
1476
1477
 
@@ -1482,14 +1483,14 @@ type AvatarProps = {
1482
1483
  alt?: string;
1483
1484
  showSkeleton?: boolean;
1484
1485
  };
1485
- declare const _default$t: React__default.NamedExoticComponent<AvatarProps>;
1486
+ declare const _default$A: React__default.NamedExoticComponent<AvatarProps>;
1486
1487
 
1487
1488
  type SkeletonProps = {
1488
1489
  animated?: boolean;
1489
1490
  className?: string;
1490
1491
  style?: React__default.CSSProperties;
1491
1492
  };
1492
- declare const _default$s: React__default.NamedExoticComponent<SkeletonProps>;
1493
+ declare const _default$z: React__default.NamedExoticComponent<SkeletonProps>;
1493
1494
 
1494
1495
  type ButtonProps = {
1495
1496
  fill?: 'outline' | 'clear';
@@ -1524,7 +1525,7 @@ type FlagProps = {
1524
1525
  name: string;
1525
1526
  className?: string;
1526
1527
  };
1527
- declare const _default$r: React__default.NamedExoticComponent<FlagProps>;
1528
+ declare const _default$y: React__default.NamedExoticComponent<FlagProps>;
1528
1529
 
1529
1530
  type PictureProps = {
1530
1531
  width: number;
@@ -1539,7 +1540,7 @@ type PictureProps = {
1539
1540
  alt?: string;
1540
1541
  className?: string;
1541
1542
  };
1542
- declare const _default$q: React__default.NamedExoticComponent<PictureProps>;
1543
+ declare const _default$x: React__default.NamedExoticComponent<PictureProps>;
1543
1544
 
1544
1545
  type BadgeType = 'default' | 'accent';
1545
1546
  type BadgeVariants = 'attention' | 'neutral' | 'success' | 'warning' | 'brand' | 'info';
@@ -1549,7 +1550,7 @@ type BadgeProps = React.ComponentPropsWithoutRef<'span'> & {
1549
1550
  type?: BadgeType;
1550
1551
  };
1551
1552
 
1552
- declare const _default$p: React.NamedExoticComponent<BadgeProps>;
1553
+ declare const _default$w: React.NamedExoticComponent<BadgeProps>;
1553
1554
 
1554
1555
  type ItemCardVariants = 'neutral' | 'transparent' | 'transparent20';
1555
1556
  type ItemCardProps = React.ComponentPropsWithoutRef<'div'> & {
@@ -1557,7 +1558,7 @@ type ItemCardProps = React.ComponentPropsWithoutRef<'div'> & {
1557
1558
  size?: 'M' | 'M4' | 'M45';
1558
1559
  };
1559
1560
 
1560
- declare const _default$o: React.NamedExoticComponent<ItemCardProps>;
1561
+ declare const _default$v: React.NamedExoticComponent<ItemCardProps>;
1561
1562
 
1562
1563
  type AppHeaderProps = {
1563
1564
  fullwidth?: boolean;
@@ -1607,6 +1608,11 @@ type ProgressRangeProps = {
1607
1608
  ranges: CircleRatingRange[];
1608
1609
  isReverse?: boolean;
1609
1610
  };
1611
+ type BreakPointPositionProps = {
1612
+ radius?: number;
1613
+ strokeWidth?: number;
1614
+ progress?: number;
1615
+ };
1610
1616
  type BreakPointPositionResult = {
1611
1617
  top: number;
1612
1618
  left: number;
@@ -1656,6 +1662,10 @@ type DynamicCommissionValue = {
1656
1662
  999: number;
1657
1663
  [key: number]: number | undefined;
1658
1664
  };
1665
+ type SpecialistPaymentTabs = {
1666
+ value: string;
1667
+ label: string;
1668
+ };
1659
1669
  type SpecialistConsultationPayment = {
1660
1670
  currency_local: keyof typeof SupportedCurrency;
1661
1671
  currency_default: keyof typeof SupportedCurrency;
@@ -1715,6 +1725,15 @@ type SpecialistPaymentCardProps = {
1715
1725
  futureSessionsCount: number;
1716
1726
  hideProgressBar?: boolean;
1717
1727
  };
1728
+ type SpecialistPaymentWidgetType = SpecialistPaymentCardProps & {
1729
+ routeClick: () => void;
1730
+ };
1731
+ type SpecialistPaymentResumeWidgetType = SpecialistPaymentCardProps & SpecialistPaymentConsultationsProps;
1732
+ type PaymentBadgeType = {
1733
+ date: Date;
1734
+ locale?: string;
1735
+ className?: string;
1736
+ };
1718
1737
  type PaymentCalendarFeatureProps = {
1719
1738
  date: Date;
1720
1739
  locale?: string;
@@ -1748,6 +1767,24 @@ declare enum SupportedCurrency {
1748
1767
  'PLN' = "PLN",
1749
1768
  'USD' = "USD"
1750
1769
  }
1770
+ declare const CurrencyLocaleMapper: {
1771
+ UAH: string;
1772
+ EUR: string;
1773
+ PLN: string;
1774
+ USD: string;
1775
+ };
1776
+ declare enum CurrencySignByLocale {
1777
+ 'uk' = "\u20B4",
1778
+ 'pl' = "z\u0142",
1779
+ 'eur' = "\u20AC",
1780
+ 'es' = "$"
1781
+ }
1782
+ declare enum ShortCurrencySignByLocale {
1783
+ 'uk' = "\u0433\u0440\u043D",
1784
+ 'pl' = "z\u0142o",
1785
+ 'eur' = "EUR",
1786
+ 'es' = "USD"
1787
+ }
1751
1788
 
1752
1789
  declare enum SupportedLangs {
1753
1790
  en = "en",
@@ -1755,6 +1792,111 @@ declare enum SupportedLangs {
1755
1792
  pl = "pl",
1756
1793
  es = "es"
1757
1794
  }
1795
+ declare const COUNTRIES_MAPPER: Record<string, SupportedLangs>;
1796
+ declare const getCountryKeyByName: (countryName: string) => SupportedLangs;
1797
+
1798
+ type ResponseFileType = {
1799
+ file_path: string;
1800
+ file_url: string;
1801
+ file_name: string;
1802
+ size: number;
1803
+ type: string;
1804
+ width?: number;
1805
+ height?: number;
1806
+ };
1807
+
1808
+ declare enum ConditionRulesType {
1809
+ IS = "is"
1810
+ }
1811
+ interface Action {
1812
+ type: 'go_to_screen';
1813
+ target: string;
1814
+ }
1815
+ interface Rule {
1816
+ condition: ConditionRulesType;
1817
+ value: string;
1818
+ action: Action;
1819
+ }
1820
+ declare enum OnBoardingScreenStyleOptions {
1821
+ DARK = "DARK",
1822
+ LIGHT = "LIGHT"
1823
+ }
1824
+ declare enum OnBoardingScreenOptions {
1825
+ START = "START",
1826
+ MULTI_SELECT = "MULTI_SELECT",
1827
+ SINGLE_SELECT = "SINGLE_SELECT",
1828
+ INFO = "INFO",
1829
+ LOADER = "LOADER",
1830
+ REVIEWS = "REVIEWS"
1831
+ }
1832
+ type OnBoardingScreenOptionType = {
1833
+ id: string;
1834
+ label: string;
1835
+ alphabeticalOrder?: string | null;
1836
+ isDefault?: boolean;
1837
+ filtrationAnswerId?: string;
1838
+ };
1839
+ type OnBoardingScreenButtonType = {
1840
+ buttonText?: string | null;
1841
+ buttonColor?: string | null;
1842
+ buttonTextColor?: string | null;
1843
+ };
1844
+ type OnBoardingScreenBgType = {
1845
+ backgroundColor?: string | null;
1846
+ contentStyle: OnBoardingScreenStyleOptions;
1847
+ };
1848
+ type OnBoardingScreenDescriptionType = {
1849
+ title?: string | null;
1850
+ description?: string | null;
1851
+ };
1852
+ type OnBoardingBaseScreenType = {
1853
+ id: string;
1854
+ type: OnBoardingScreenOptions;
1855
+ name: string | null;
1856
+ isDefault?: boolean;
1857
+ filtrationQuestionId?: string;
1858
+ order: number;
1859
+ position: {
1860
+ x: number;
1861
+ y: number;
1862
+ };
1863
+ rules: {
1864
+ [ruleId: string]: Rule;
1865
+ };
1866
+ isPreview?: boolean;
1867
+ isPageView?: boolean;
1868
+ };
1869
+ type OnBoardingStartScreenType = OnBoardingBaseScreenType & OnBoardingScreenButtonType & OnBoardingScreenBgType & OnBoardingScreenDescriptionType & {
1870
+ image?: ResponseFileType | null;
1871
+ };
1872
+ type OnBoardingInfoScreenType = OnBoardingBaseScreenType & OnBoardingScreenButtonType & OnBoardingScreenBgType & OnBoardingScreenDescriptionType & {
1873
+ image?: ResponseFileType | null;
1874
+ };
1875
+ type OnBoardingMultiSelectScreenType = OnBoardingBaseScreenType & OnBoardingScreenButtonType & OnBoardingScreenDescriptionType & {
1876
+ options: OnBoardingScreenOptionType[];
1877
+ };
1878
+ type OnBoardingSingleSelectScreenType = OnBoardingBaseScreenType & OnBoardingScreenDescriptionType & {
1879
+ options: OnBoardingScreenOptionType[];
1880
+ };
1881
+ type OnBoardingLoaderScreenType = OnBoardingBaseScreenType & {
1882
+ title?: string | null;
1883
+ additionalText?: string;
1884
+ loaderText: string;
1885
+ answerScreenId?: string[];
1886
+ allScreens?: Record<string, OnBoardingScreensType>;
1887
+ selectedAnswers?: Record<string, string[]>;
1888
+ };
1889
+ type OnBoardingReviewsScreenType = OnBoardingBaseScreenType & OnBoardingScreenButtonType & {
1890
+ title?: string | null;
1891
+ reviewLocale: string;
1892
+ };
1893
+ type OnBoardingScreensType = OnBoardingStartScreenType | OnBoardingMultiSelectScreenType | OnBoardingSingleSelectScreenType | OnBoardingInfoScreenType | OnBoardingLoaderScreenType | OnBoardingReviewsScreenType;
1894
+ type OnBoardingFlowType = {
1895
+ id: string;
1896
+ locale: string;
1897
+ name: string;
1898
+ screens: Record<string, OnBoardingScreensType>;
1899
+ };
1758
1900
 
1759
1901
  declare enum ListBoxSelectionType {
1760
1902
  Checkbox = "checkbox",
@@ -1837,7 +1979,7 @@ interface TextareaV2Props extends Omit<JSX$1.IonTextarea, 'color' | 'enterkeyhin
1837
1979
  onKeyPress?: (e: KeyboardEvent<HTMLIonTextareaElement>) => void;
1838
1980
  }
1839
1981
 
1840
- declare const _default$n: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<TextareaV2Props & React__default.RefAttributes<HTMLIonTextareaElement>>>;
1982
+ declare const _default$u: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<TextareaV2Props & React__default.RefAttributes<HTMLIonTextareaElement>>>;
1841
1983
 
1842
1984
  type RatingProps = {
1843
1985
  initialRating?: number;
@@ -1849,7 +1991,7 @@ type RatingProps = {
1849
1991
  readonly?: boolean;
1850
1992
  };
1851
1993
 
1852
- declare const _default$m: React__default.NamedExoticComponent<RatingProps>;
1994
+ declare const _default$t: React__default.NamedExoticComponent<RatingProps>;
1853
1995
 
1854
1996
  declare const RatingCircleWrapper: FC<CircleRatingComponentProps & {
1855
1997
  t: WithTranslation | any;
@@ -1863,7 +2005,7 @@ type IconButtonProps = {
1863
2005
  fill?: 'clear' | 'filled';
1864
2006
  type?: 'button' | 'submit' | 'reset';
1865
2007
  };
1866
- declare const _default$l: React__default.NamedExoticComponent<IconButtonProps>;
2008
+ declare const _default$s: React__default.NamedExoticComponent<IconButtonProps>;
1867
2009
 
1868
2010
  type ToastProviderProps = ToastStateProps;
1869
2011
  type MindlyToastProps = {
@@ -1908,17 +2050,17 @@ type ProgressBar_v2Props = {
1908
2050
  animationDuration?: number;
1909
2051
  onProgressEnd?: () => void;
1910
2052
  };
1911
- declare const _default$k: React__default.NamedExoticComponent<ProgressBar_v2Props>;
2053
+ declare const _default$r: React__default.NamedExoticComponent<ProgressBar_v2Props>;
1912
2054
 
1913
2055
  type LoadingProps = {
1914
2056
  isOpen: boolean;
1915
2057
  };
1916
- declare const _default$j: React__default.NamedExoticComponent<LoadingProps>;
2058
+ declare const _default$q: React__default.NamedExoticComponent<LoadingProps>;
1917
2059
 
1918
2060
  type ListItemsProps = React.HTMLAttributes<HTMLIonListElement> & {
1919
2061
  withBorders?: boolean;
1920
2062
  };
1921
- declare const _default$i: React.NamedExoticComponent<ListItemsProps>;
2063
+ declare const _default$p: React.NamedExoticComponent<ListItemsProps>;
1922
2064
 
1923
2065
  type ItemProps = React.HTMLAttributes<HTMLIonItemElement> & {
1924
2066
  leftContent?: React.ReactNode;
@@ -1930,14 +2072,14 @@ type ItemProps = React.HTMLAttributes<HTMLIonItemElement> & {
1930
2072
  isError?: boolean;
1931
2073
  status?: 'error' | 'attention';
1932
2074
  };
1933
- declare const _default$h: React.NamedExoticComponent<ItemProps>;
2075
+ declare const _default$o: React.NamedExoticComponent<ItemProps>;
1934
2076
 
1935
2077
  type VideoProps = {
1936
2078
  src: string;
1937
2079
  isMuted: boolean;
1938
2080
  onMuteToggle: () => void;
1939
2081
  };
1940
- declare const _default$g: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<VideoProps & React__default.RefAttributes<HTMLVideoElement>>>;
2082
+ declare const _default$n: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<VideoProps & React__default.RefAttributes<HTMLVideoElement>>>;
1941
2083
 
1942
2084
  type UlLiProps = {
1943
2085
  list: string[];
@@ -2514,9 +2656,9 @@ type SlotsGridItemProps = {
2514
2656
  onSelectionChange: () => void;
2515
2657
  };
2516
2658
 
2517
- declare const _default$f: React__default.NamedExoticComponent<SlotsGridProps>;
2659
+ declare const _default$m: React__default.NamedExoticComponent<SlotsGridProps>;
2518
2660
 
2519
- declare const _default$e: React.NamedExoticComponent<SlotsGridItemProps>;
2661
+ declare const _default$l: React.NamedExoticComponent<SlotsGridItemProps>;
2520
2662
 
2521
2663
  type PushNotificationsModalProps = {
2522
2664
  onApplyPermission: () => void;
@@ -2616,23 +2758,23 @@ type ShareModalFeatureProps = {
2616
2758
  };
2617
2759
  declare const ShareModalFeature: FC<ShareModalFeatureProps>;
2618
2760
 
2619
- declare const _default$d: React__default.NamedExoticComponent<SpecialistPaymentConsultationDetailsType & TranslationType>;
2761
+ declare const _default$k: React__default.NamedExoticComponent<SpecialistPaymentConsultationDetailsType & TranslationType>;
2620
2762
 
2621
- declare const _default$c: React__default.NamedExoticComponent<SpecialistPaymentCardProps & TranslationType>;
2763
+ declare const _default$j: React__default.NamedExoticComponent<SpecialistPaymentCardProps & TranslationType>;
2622
2764
 
2623
2765
  type SpecialistPaymentCommonCardSkeletonType = {
2624
2766
  className?: string;
2625
2767
  };
2626
2768
  declare const SpecialistPaymentCommonCardSkeleton: (props: SpecialistPaymentCommonCardSkeletonType) => JSX.Element;
2627
2769
 
2628
- declare const _default$b: React__default.NamedExoticComponent<SpecialistPaymentConsultationsProps & TranslationType>;
2770
+ declare const _default$i: React__default.NamedExoticComponent<SpecialistPaymentConsultationsProps & TranslationType>;
2629
2771
 
2630
2772
  type ConsultationsListProps = {
2631
2773
  consultations: SpecialistConsultation[];
2632
2774
  locale?: string;
2633
2775
  consultationClick?: (consultation: SpecialistConsultation) => void;
2634
2776
  };
2635
- declare const _default$a: React__default.NamedExoticComponent<ConsultationsListProps>;
2777
+ declare const _default$h: React__default.NamedExoticComponent<ConsultationsListProps>;
2636
2778
 
2637
2779
  type ConsultationsListSkeletonType = {
2638
2780
  className?: string;
@@ -2647,9 +2789,9 @@ type CalendarPickerFeatureProps = {
2647
2789
  monthsMore?: number;
2648
2790
  dateCallback: (date: Date) => void;
2649
2791
  };
2650
- declare const _default$9: React__default.NamedExoticComponent<CalendarPickerFeatureProps & TranslationType>;
2792
+ declare const _default$g: React__default.NamedExoticComponent<CalendarPickerFeatureProps & TranslationType>;
2651
2793
 
2652
- declare const _default$8: React__default.NamedExoticComponent<PaymentCalendarFeatureProps & TranslationType>;
2794
+ declare const _default$f: React__default.NamedExoticComponent<PaymentCalendarFeatureProps & TranslationType>;
2653
2795
 
2654
2796
  type GoogleCalendarModalFeatureProps = {
2655
2797
  isOpen: boolean;
@@ -2671,7 +2813,7 @@ type ReviewCardFeatureProps = {
2671
2813
  review: string;
2672
2814
  size?: 'default' | 'small';
2673
2815
  } & TranslationType;
2674
- declare const _default$7: React__default.NamedExoticComponent<ReviewCardFeatureProps>;
2816
+ declare const _default$e: React__default.NamedExoticComponent<ReviewCardFeatureProps>;
2675
2817
 
2676
2818
  type AppNotSupportedProps = {
2677
2819
  isOpen: boolean;
@@ -2757,7 +2899,7 @@ type ScreenInputFormFeatureProps = {
2757
2899
  icon?: ReactNode | string;
2758
2900
  isKeyboardShown?: boolean;
2759
2901
  };
2760
- declare const _default$6: React__default.NamedExoticComponent<ScreenInputFormFeatureProps>;
2902
+ declare const _default$d: React__default.NamedExoticComponent<ScreenInputFormFeatureProps>;
2761
2903
 
2762
2904
  type SelectionType = {
2763
2905
  value: any;
@@ -2775,7 +2917,7 @@ type SpecialistDrumPickerWidgetProps = {
2775
2917
  onTouchStart?: () => void;
2776
2918
  onTouchEnd?: () => void;
2777
2919
  };
2778
- declare const _default$5: React__default.NamedExoticComponent<SpecialistDrumPickerWidgetProps>;
2920
+ declare const _default$c: React__default.NamedExoticComponent<SpecialistDrumPickerWidgetProps>;
2779
2921
 
2780
2922
  type TextAreaFormFeatureProps = {
2781
2923
  title?: string;
@@ -2789,7 +2931,7 @@ type TextAreaFormFeatureProps = {
2789
2931
  isFocus?: boolean;
2790
2932
  isKeyboardShown?: boolean;
2791
2933
  };
2792
- declare const _default$4: React__default.NamedExoticComponent<TextAreaFormFeatureProps>;
2934
+ declare const _default$b: React__default.NamedExoticComponent<TextAreaFormFeatureProps>;
2793
2935
 
2794
2936
  type AcceptAgreementFeatureProps = {
2795
2937
  isAccepted: boolean;
@@ -2810,7 +2952,41 @@ type SelectWithSearchFormFeatureProps = {
2810
2952
  otherText?: string;
2811
2953
  buttonLabel?: string;
2812
2954
  } & WithTranslation;
2813
- declare const _default$3: React__default.NamedExoticComponent<SelectWithSearchFormFeatureProps>;
2955
+ declare const _default$a: React__default.NamedExoticComponent<SelectWithSearchFormFeatureProps>;
2956
+
2957
+ type MarkdownContainerFeatureProps = {
2958
+ children?: string | null;
2959
+ options?: MarkdownToJSX.Options;
2960
+ className?: string;
2961
+ };
2962
+ declare const _default$9: React__default.NamedExoticComponent<MarkdownContainerFeatureProps>;
2963
+
2964
+ declare const _default$8: React__default.NamedExoticComponent<OnBoardingStartScreenType>;
2965
+
2966
+ declare const _default$7: React__default.NamedExoticComponent<OnBoardingInfoScreenType>;
2967
+
2968
+ type OnBoardingMultiSelectionScreenPreviewFeatureProps = {
2969
+ onChange?: (value: string[]) => void;
2970
+ defaultValues?: string[];
2971
+ } & OnBoardingMultiSelectScreenType;
2972
+ declare const _default$6: React__default.NamedExoticComponent<OnBoardingMultiSelectionScreenPreviewFeatureProps>;
2973
+
2974
+ type OnBoardingSingleSelectionScreenPreviewFeatureProps = {
2975
+ onChange?: (value: string) => void;
2976
+ defaultValues?: string[];
2977
+ } & OnBoardingSingleSelectScreenType;
2978
+ declare const _default$5: React__default.NamedExoticComponent<OnBoardingSingleSelectionScreenPreviewFeatureProps>;
2979
+
2980
+ declare const _default$4: React__default.NamedExoticComponent<OnBoardingLoaderScreenType>;
2981
+
2982
+ type OnBoardingProgressFeatureProps = {
2983
+ progress: number;
2984
+ isPreview?: boolean;
2985
+ isBackButtonDisabled?: boolean;
2986
+ onBackButtonClick?: () => void;
2987
+ contentStyle?: OnBoardingScreenStyleOptions;
2988
+ };
2989
+ declare const _default$3: React__default.NamedExoticComponent<OnBoardingProgressFeatureProps>;
2814
2990
 
2815
2991
  type SupportedCountryLocale = string;
2816
2992
  type Tabs = {
@@ -2896,4 +3072,4 @@ type UpdateContractWidgetProps = {
2896
3072
  };
2897
3073
  declare function UpdateContractWidget({ applyText, onApply, heading, image, avatar, agreementText, handlePressLink, isAccepted, setIsAccepted, isLoading, }: UpdateContractWidgetProps): JSX.Element;
2898
3074
 
2899
- export { AcceptAgreementFeature, AppFooter, _default$u as AppFooter_v2, AppHeader, AppHeader_v2, AppNotSupportedFeature, ArchivedConsultationCard, Avatar, AvatarProps$1 as AvatarProps, _default$t as Avatar_v2, BREAKPOINT_ICON_SIZE, _default$p as Badge, _default$I as BookingScheduleTime, _default$H as BookingSpecialistInfo, Button, Button_v2, Calendar, _default$9 as CalendarPickerFeature, CancelSession, CardModal, ChangeLangModal, ChangeLanguageModal, _default$11 as ChatListItem, _default$$ as ChatListSkeleton, _default$10 as ChatMessage, ChatMessageSkeleton, CheckBoxItem, CheckBoxListFeature, CheckBoxSectionListFeature, _default$C as CheckboxList, CheckboxListCategory, CheckboxListItem, CheckboxTypes, ChevronHeader, CircleRatingContext, CircleRatingProvider, CollapsableText, _default$U as ConsultationCard, ConsultationCardProps, ConsultationCardType, _default$R as ConsultationModal, _default$d as ConsultationPricingFeature, _default$P as ConsultationSpecialistCard, ConsultationsListSkeleton, Container, Container_v2, ContentCard, ContentRendererProps, ContentTree as ContractTreeFeature, CountdownTimerFeature, CountryOfOriginModal, CustomButton, _default$D as CustomCheckbox, CustomRadioButton, _default$E as CustomSelect, _default$F as CustomTextarea, DatePicker, _default$N as DaySlider, DayToRender, DrumListPicker, _default$J as EducationCard, _default$_ as EmptyChatList, EmptyChatMessages, _default$S as EmptyConsultations, EntryNotFound, EntryNotFoundProps, ErrorCardFeature, _default$z as Flag, FlagTypes, _default$r as Flag_v2, FloatingButton, FooterForBooking, FrequentlyAskedQuestions, GoogleCalendarModalFeature, HeaderWithRedirect, HorizontalCalendar, HorizontalCalendarProps, ISpecialistReview, IconAddModerator, IconApple, IconArrowDown, IconArrowLeft, IconArrowRight, IconArrowTopRight, IconAttachMoney, IconBeachAccess, IconBookmark, IconBookmarkOutlined, _default$l as IconButton, IconCalendar, IconCalendarFilled, IconCalendarMonth, IconCancel, IconCancelRounded, IconCapFilled, IconChat3d, IconChatFilled, IconChatOutline, IconCheck, IconCheckCircle, IconCheckSmall, IconCheckboxChecked, IconCheckboxUnchecked, IconClient, IconClientFilled, IconClose, IconCopy, IconCreditCard, IconDelete, IconDocument, IconEcgHeart, IconEdit, IconEditCalendar, IconEventBusy, IconEye, IconEyeOff, IconGallery, IconGift, IconGoogle, IconHome, IconIdCard, IconInvisible, IconInvoice, IconLanguage, IconLeftArrow, IconLetter, IconLink, IconLock, IconLogout, IconManageAccounts, IconMinus, IconMoreVertical, IconMute, IconNotificationMuted, IconPaid, IconPaper, IconPause, IconPersonAlert, IconPlus, IconProfile, IconProfileChecked, IconProfileCircle, IconProfileSetting, IconProfileUnderReview, IconPromocode, IconQueryStats, IconQuestion, IconRadioButtonChecked, IconReceiptLong, IconResume, IconSchema, IconSearch, IconSend, IconSettings, IconShare, IconSpinner, IconStar, IconStarFilled, IconStylus, IconSuccess, IconText, IconTime, IconTimeAdd, IconUnmute, IconUserNotFound, IconVerifiedUser, IconVisible, IconWarning, ImageInput, ImageWithFallback, ImpressionEmojiEnum, Input, InputSearch, _default$h as Item, _default$o as ItemCard, LabelArrowRedirect, LanguagesList, _default$15 as LetterAvatar, _default$A as LineFileInput, ListBox, ListBoxItem, ListBoxItemProps, ListBoxProps, ListBoxSelectionType, ListButton, ListItemType, _default$i as ListItems, ListOption, ListOptionsProps, ListSelect, ListSelectProps, ListSimple, _default$j as Loading, LouseConnect, _default$12 as MediaPlayer, Modal, ModalCalendar, ModalSheet, NavigationBar, NoInternetConnection, NotSupportModal, NotesCardText, NotesEditor, OutdatedPersonalDataFeature, PasswordInput, _default$8 as PaymentCalendarFeature, _default$a as PaymentSessionsList, _default$14 as PersonDateTimeCard, _default$q as Picture, _default$y as ProfileInformation, _default$L as ProfileView, _default$B as ProgressBar, ProgressBarDashed, _default$k as ProgressBar_v2, PushNotificationsIsDisabledBanner, PushNotificationsModal, Range, _default$m as Rating, RatingCircleWrapper, _default$O as ReSchedule, ReScheduleSuccess, Refresher, ReviewCard, _default$7 as ReviewCardFeature, ReviewStatistics, ReviewSwiperSection, RoundButton, RowItemType, RowSelect, RowSelectProps, SIZES, _default$5 as ScreenDrumPickerFormFeature, ScreenInput, _default$6 as ScreenInputFormFeature, ScreenInputUpdateFeature, ScrollTabs, SectionHeading, Segment, SegmentColor, SegmentType, _default$13 as SelectImpressionEmoji, SelectItemType, _default$3 as SelectWithSearchFormFeature, ShareModalFeature, _default$T as SignUpSessionButton, _default$Q as SignUpSessionModal, Skeleton, _default$s as Skeleton_v2, _default$f as SlotsGrid, _default$e as SlotsGridItem, _default$K as SpecialistAbout, SpecialistCard$1 as SpecialistCard, SpecialistCardListWidget, _default$2 as SpecialistCardWidget, _default$Y as SpecialistEducationCard, SpecialistInfoColumnFeature as SpecialistInfoColumn, SpecialistLangs, _default$x as SpecialistMatch, _default$c as SpecialistPaymentCommonCardFeature, SpecialistPaymentCommonCardSkeleton, _default$b as SpecialistPaymentConsultationsFeature, _default as SpecialistPaymentResumeWidget, _default$1 as SpecialistPaymentWidget, _default$X as SpecialistProfileViewCard, SpecialistShortInfoItemFeature as SpecialistShortInfoItem, _default$w as SpecialistStatistic, SpecialistStatisticsCard, SpecialistWorkDirections, Spinner, Spinner_v2, StarRating, StatisticsScroll, StatusTag, SuccessScreen, SwitchDeviceCard, TabBar, TabItem, Tabs$1 as Tabs, Tag, _default$4 as TextAreaFormFeature, _default$G as TextInput, _default$Z as Textarea, _default$n as Textarea_v2, ThemeProvider, ThemeProviderProps, TherapistCard, TherapistInformationComponent, Toast, ToastButton, ToastContext, ToastProps, ToastProvider, ToastRegion, Toggle, TooltipComponent, TreeNode, _default$v as Typography, TypographyVariantsEnum, UpdateContractWidget, UpdatesCard, UserInfoModal, UsersPsychologistScrollList, VerticalCalendar, VerticalCalendarMonthSkeleton, VerticalCalendarSkeleton, _default$g as Video, _default$V as VideoCallInfo, _default$W as VideoPlayer, _default$M as WorkDirections, YourLocalTimeBlock, appThemes, decOfNum, getProgressForBreakPoint, getSignAgreementsTabs, mergeRefs, newShade, priceNormalize, replaceMarkdownWithReactElements, toast, useAutoFocus, useBreakPointsPosition, useCircleRatingRenderData, useDomRef, useEvent, useRangeIndex, useRatingCircleBreakPoints, useRatingCircleContentValue, useRatingCircleLegend, useRatingContext, useToastContext };
3075
+ export { AcceptAgreementFeature, Action, AppFooter, _default$B as AppFooter_v2, AppHeader, AppHeader_v2, AppNotSupportedFeature, ArchivedConsultationCard, Avatar, AvatarProps$1 as AvatarProps, _default$A as Avatar_v2, BREAKPOINT_ICON_SIZE, _default$w as Badge, _default$P as BookingScheduleTime, _default$O as BookingSpecialistInfo, BreakPointPositionProps, BreakPointPositionResult, Button, Button_v2, COUNTRIES_MAPPER, Calendar, _default$g as CalendarPickerFeature, CancelSession, CardModal, ChangeLangModal, ChangeLanguageModal, _default$18 as ChatListItem, _default$16 as ChatListSkeleton, _default$17 as ChatMessage, ChatMessageSkeleton, CheckBoxItem, CheckBoxListFeature, CheckBoxSectionListFeature, _default$J as CheckboxList, CheckboxListCategory, CheckboxListItem, CheckboxTypes, ChevronHeader, CircleRatingComponentProps, CircleRatingContent, CircleRatingContext, CircleRatingContextData, CircleRatingContextProps, CircleRatingDataProps, CircleRatingDataResult, CircleRatingLegendProps, CircleRatingProvider, CircleRatingRange, CircleRatingSize, CollapsableText, ConditionRulesType, _default$$ as ConsultationCard, ConsultationCardProps, ConsultationCardType, _default$Y as ConsultationModal, _default$k as ConsultationPricingFeature, _default$W as ConsultationSpecialistCard, ConsultationsListSkeleton, Container, Container_v2, ContentCard, ContentRendererProps, ContentTree as ContractTreeFeature, CountdownTimerFeature, CountryOfOriginModal, CurrencyLocaleMapper, CurrencySignByLocale, CustomButton, _default$K as CustomCheckbox, CustomRadioButton, _default$L as CustomSelect, _default$M as CustomTextarea, DatePicker, _default$U as DaySlider, DayToRender, DrumListPicker, DynamicCommissionValue, _default$Q as EducationCard, _default$15 as EmptyChatList, EmptyChatMessages, _default$Z as EmptyConsultations, EntryNotFound, EntryNotFoundProps, ErrorCardFeature, _default$G as Flag, FlagTypes, _default$y as Flag_v2, FloatingButton, FooterForBooking, FrequentlyAskedQuestions, GoogleCalendarModalFeature, HeaderWithRedirect, HorizontalCalendar, HorizontalCalendarProps, ISpecialistReview, IconAddModerator, IconApple, IconArrowDown, IconArrowLeft, IconArrowRight, IconArrowTopRight, IconAttachMoney, IconBeachAccess, IconBookmark, IconBookmarkOutlined, _default$s as IconButton, IconCalendar, IconCalendarFilled, IconCalendarMonth, IconCancel, IconCancelRounded, IconCapFilled, IconChat3d, IconChatFilled, IconChatOutline, IconCheck, IconCheckCircle, IconCheckSmall, IconCheckboxChecked, IconCheckboxUnchecked, IconClient, IconClientFilled, IconClose, IconCopy, IconCreditCard, IconDelete, IconDocument, IconEcgHeart, IconEdit, IconEditCalendar, IconEventBusy, IconEye, IconEyeOff, IconGallery, IconGift, IconGoogle, IconHome, IconIdCard, IconInvisible, IconInvoice, IconLanguage, IconLeftArrow, IconLetter, IconLink, IconLock, IconLogout, IconManageAccounts, IconMinus, IconMoreVertical, IconMute, IconNotificationMuted, IconPaid, IconPaper, IconPause, IconPersonAlert, IconPlus, IconProfile, IconProfileChecked, IconProfileCircle, IconProfileSetting, IconProfileUnderReview, IconPromocode, IconProps$B as IconProps, IconQueryStats, IconQuestion, IconRadioButtonChecked, IconReceiptLong, IconResume, IconSchema, IconSearch, IconSend, IconSettings, IconShare, IconSpinner, IconStar, IconStarFilled, IconStylus, IconSuccess, IconText, IconTime, IconTimeAdd, IconUnmute, IconUserNotFound, IconVerifiedUser, IconVisible, IconWarning, ImageInput, ImageWithFallback, ImpressionEmojiEnum, Input, InputSearch, _default$o as Item, _default$v as ItemCard, LabelArrowRedirect, LanguagesList, _default$1c as LetterAvatar, _default$H as LineFileInput, ListBox, ListBoxItem, ListBoxItemProps, ListBoxProps, ListBoxSelectionType, ListButton, ListItemType, _default$p as ListItems, ListOption, ListOptionsProps, ListSelect, ListSelectProps, ListSimple, _default$q as Loading, LouseConnect, _default$9 as MarkdownContainerFeature, _default$19 as MediaPlayer, Modal, ModalCalendar, ModalSheet, NavigationBar, NoInternetConnection, NotSupportModal, NotesCardText, NotesEditor, OnBoardingBaseScreenType, OnBoardingFlowType, _default$7 as OnBoardingInfoScreenPreviewFeature, OnBoardingInfoScreenType, _default$4 as OnBoardingLoaderScreenPreviewFeature, OnBoardingLoaderScreenType, OnBoardingMultiSelectScreenType, _default$6 as OnBoardingMultiSelectionScreenPreviewFeature, _default$3 as OnBoardingProgressFeature, OnBoardingReviewsScreenType, OnBoardingScreenBgType, OnBoardingScreenButtonType, OnBoardingScreenDescriptionType, OnBoardingScreenOptionType, OnBoardingScreenOptions, OnBoardingScreenStyleOptions, OnBoardingScreensType, OnBoardingSingleSelectScreenType, _default$5 as OnBoardingSingleSelectionScreenPreviewFeature, _default$8 as OnBoardingStartScreenPreviewFeature, OnBoardingStartScreenType, OutdatedPersonalDataFeature, PasswordInput, PaymentBadgeType, _default$f as PaymentCalendarFeature, PaymentCalendarFeatureProps, _default$h as PaymentSessionsList, _default$1b as PersonDateTimeCard, _default$x as Picture, _default$F as ProfileInformation, _default$S as ProfileView, _default$I as ProgressBar, ProgressBarDashed, _default$r as ProgressBar_v2, ProgressRangeProps, PushNotificationsIsDisabledBanner, PushNotificationsModal, Range, _default$t as Rating, RatingCircleWrapper, _default$V as ReSchedule, ReScheduleSuccess, Refresher, ResponseFileType, ReviewCard, _default$e as ReviewCardFeature, ReviewStatistics, ReviewSwiperSection, RoundButton, RowItemType, RowSelect, RowSelectProps, Rule, SIZES, _default$c as ScreenDrumPickerFormFeature, ScreenInput, _default$d as ScreenInputFormFeature, ScreenInputUpdateFeature, ScrollTabs, SectionHeading, Segment, SegmentColor, SegmentType, _default$1a as SelectImpressionEmoji, SelectItemType, _default$a as SelectWithSearchFormFeature, ShareModalFeature, ShortCurrencySignByLocale, _default$_ as SignUpSessionButton, _default$X as SignUpSessionModal, SizeValues, Skeleton, _default$z as Skeleton_v2, _default$m as SlotsGrid, _default$l as SlotsGridItem, _default$R as SpecialistAbout, SpecialistCard$1 as SpecialistCard, SpecialistCardListWidget, _default$2 as SpecialistCardWidget, SpecialistConsultation, SpecialistConsultationPayment, _default$13 as SpecialistEducationCard, SpecialistInfoColumnFeature as SpecialistInfoColumn, SpecialistLangs, _default$E as SpecialistMatch, SpecialistPaymentCardProps, _default$j as SpecialistPaymentCommonCardFeature, SpecialistPaymentCommonCardSkeleton, SpecialistPaymentConsultationDetailsType, _default$i as SpecialistPaymentConsultationsFeature, SpecialistPaymentConsultationsProps, SpecialistPaymentCurrencyProps, _default as SpecialistPaymentResumeWidget, SpecialistPaymentResumeWidgetType, SpecialistPaymentTabs, _default$1 as SpecialistPaymentWidget, SpecialistPaymentWidgetType, _default$12 as SpecialistProfileViewCard, SpecialistShortInfoItemFeature as SpecialistShortInfoItem, _default$D as SpecialistStatistic, SpecialistStatisticsCard, SpecialistWorkDirections, Spinner, Spinner_v2, StarRating, StatisticsScroll, StatusTag, SuccessScreen, SupportedCurrency, SupportedLangs, SwitchDeviceCard, TabBar, TabItem, Tabs$1 as Tabs, Tag, _default$b as TextAreaFormFeature, _default$N as TextInput, _default$14 as Textarea, _default$u as Textarea_v2, ThemeProvider, ThemeProviderProps, TherapistCard, TherapistInformationComponent, Toast, ToastButton, ToastContext, ToastProps, ToastProvider, ToastRegion, Toggle, TooltipComponent, TranslationMock, TranslationType, TreeNode, _default$C as Typography, TypographyVariantsEnum, UpdateContractWidget, UpdatesCard, UserInfoModal, UsersPsychologistScrollList, VerticalCalendar, VerticalCalendarMonthSkeleton, VerticalCalendarSkeleton, _default$n as Video, _default$10 as VideoCallInfo, _default$11 as VideoPlayer, _default$T as WorkDirections, YourLocalTimeBlock, appThemes, decOfNum, getCountryKeyByName, getProgressForBreakPoint, getSignAgreementsTabs, mergeRefs, newShade, priceNormalize, replaceMarkdownWithReactElements, toast, useAutoFocus, useBreakPointsPosition, useCircleRatingRenderData, useDomRef, useEvent, useRangeIndex, useRatingCircleBreakPoints, useRatingCircleContentValue, useRatingCircleLegend, useRatingContext, useToastContext };