@mindly/ui-components 5.42.0 → 5.43.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 (122) hide show
  1. package/dist/cjs/configs/tailwind/colors.d.ts +2 -0
  2. package/dist/cjs/index.js +15 -6
  3. package/dist/cjs/lib2/features/CalendarPickerFeature/CalendarPickerFeature.d.ts +12 -0
  4. package/dist/cjs/lib2/features/CalendarPickerFeature/index.d.ts +1 -0
  5. package/dist/cjs/lib2/features/ConsultationPricingFeature/ConsultationPricingFeature.d.ts +4 -0
  6. package/dist/cjs/lib2/features/ConsultationPricingFeature/ConsultationPricingFeatureSkeleton.d.ts +5 -0
  7. package/dist/cjs/lib2/features/ConsultationPricingFeature/ConsultationUser.d.ts +11 -0
  8. package/dist/cjs/lib2/features/ConsultationPricingFeature/ConsultationUserSkeleton.d.ts +5 -0
  9. package/dist/cjs/lib2/features/ConsultationPricingFeature/index.d.ts +1 -0
  10. package/dist/cjs/lib2/features/PaymentCalendarFeature/PaymentCalendarFeature.d.ts +4 -0
  11. package/dist/cjs/lib2/features/PaymentCalendarFeature/index.d.ts +1 -0
  12. package/dist/cjs/lib2/features/SpecialistPaymentCommonCardFeature/PaymentBadge.d.ts +4 -0
  13. package/dist/cjs/lib2/features/SpecialistPaymentCommonCardFeature/SpecialistPaymentCommonCardFeature.d.ts +4 -0
  14. package/dist/cjs/lib2/features/SpecialistPaymentCommonCardFeature/SpecialistPaymentCommonCardSkeleton.d.ts +5 -0
  15. package/dist/cjs/lib2/features/SpecialistPaymentCommonCardFeature/index.d.ts +2 -0
  16. package/dist/cjs/lib2/features/SpecialistPaymentCommonCardFeature/styles.d.ts +85 -0
  17. package/dist/cjs/lib2/features/SpecialistPaymentConsultationsFeature/Consultations/ConsultationCard.d.ts +9 -0
  18. package/dist/cjs/lib2/features/SpecialistPaymentConsultationsFeature/Consultations/ConsultationsList.d.ts +9 -0
  19. package/dist/cjs/lib2/features/SpecialistPaymentConsultationsFeature/Consultations/ConsultationsListSkeleton.d.ts +6 -0
  20. package/dist/cjs/lib2/features/SpecialistPaymentConsultationsFeature/SpecialistPaymentConsultationsFeature.d.ts +4 -0
  21. package/dist/cjs/lib2/features/SpecialistPaymentConsultationsFeature/index.d.ts +2 -0
  22. package/dist/cjs/lib2/features/SpecialistPaymentConsultationsFeature/styles.d.ts +87 -0
  23. package/dist/cjs/lib2/features/index.d.ts +5 -1
  24. package/dist/cjs/lib2/shared/hooks/useCalendarData.d.ts +10 -0
  25. package/dist/cjs/lib2/shared/hooks/useSpecialistPayments.d.ts +34 -0
  26. package/dist/cjs/lib2/shared/translators/specialistPayments.d.ts +2 -0
  27. package/dist/cjs/lib2/shared/types/common.d.ts +31 -0
  28. package/dist/cjs/lib2/shared/types/index.d.ts +2 -0
  29. package/dist/cjs/lib2/shared/types/specialistPaymentTypes.d.ts +91 -0
  30. package/dist/cjs/lib2/shared/ui/CollapsableText/CollapsableText.d.ts +9 -0
  31. package/dist/cjs/lib2/shared/ui/CollapsableText/index.d.ts +1 -0
  32. package/dist/cjs/lib2/shared/ui/CollapsableText/styles.d.ts +62 -0
  33. package/dist/cjs/lib2/shared/ui/DrumListPicker/DrumListPicker.d.ts +13 -0
  34. package/dist/cjs/lib2/shared/ui/DrumListPicker/index.d.ts +1 -0
  35. package/dist/cjs/lib2/shared/ui/DrumListPicker/utils.d.ts +3 -0
  36. package/dist/cjs/lib2/shared/ui/HeaderWithRedirect/HeaderWithRedirect.d.ts +8 -0
  37. package/dist/cjs/lib2/shared/ui/HeaderWithRedirect/index.d.ts +1 -0
  38. package/dist/cjs/lib2/shared/ui/HeaderWithRedirect/styles.d.ts +5 -0
  39. package/dist/cjs/lib2/shared/ui/LabelArrowRedirect/LabelArrowRedirect.d.ts +9 -0
  40. package/dist/cjs/lib2/shared/ui/LabelArrowRedirect/index.d.ts +1 -0
  41. package/dist/cjs/lib2/shared/ui/LabelArrowRedirect/styles.d.ts +90 -0
  42. package/dist/cjs/lib2/shared/ui/ProgressBarDashed/ProgressBarDash.d.ts +15 -0
  43. package/dist/cjs/lib2/shared/ui/ProgressBarDashed/ProgressBarDashed.d.ts +15 -0
  44. package/dist/cjs/lib2/shared/ui/ProgressBarDashed/constants.d.ts +1 -0
  45. package/dist/cjs/lib2/shared/ui/ProgressBarDashed/index.d.ts +1 -0
  46. package/dist/cjs/lib2/shared/ui/ProgressBarDashed/styles.d.ts +45 -0
  47. package/dist/cjs/lib2/shared/ui/Typography/Typography.d.ts +1 -0
  48. package/dist/cjs/lib2/shared/ui/Typography/types.d.ts +1 -0
  49. package/dist/cjs/lib2/shared/ui/index.d.ts +5 -0
  50. package/dist/cjs/lib2/shared/utils/index.d.ts +1 -0
  51. package/dist/cjs/lib2/shared/utils/priceNormalizer.d.ts +10 -0
  52. package/dist/cjs/lib2/widgets/SpecialistPaymentResumeWidget/SpecialistPaymentResumeWidget.d.ts +4 -0
  53. package/dist/cjs/lib2/widgets/SpecialistPaymentResumeWidget/index.d.ts +1 -0
  54. package/dist/cjs/lib2/widgets/SpecialistPaymentWidget/SpecialistPaymentWidget.d.ts +6 -0
  55. package/dist/cjs/lib2/widgets/SpecialistPaymentWidget/SpecialistPaymentWidget.stories.d.ts +6 -0
  56. package/dist/cjs/lib2/widgets/SpecialistPaymentWidget/index.d.ts +1 -0
  57. package/dist/cjs/lib2/widgets/index.d.ts +2 -0
  58. package/dist/esm/configs/tailwind/colors.d.ts +2 -0
  59. package/dist/esm/index.js +15 -6
  60. package/dist/esm/lib2/features/CalendarPickerFeature/CalendarPickerFeature.d.ts +12 -0
  61. package/dist/esm/lib2/features/CalendarPickerFeature/index.d.ts +1 -0
  62. package/dist/esm/lib2/features/ConsultationPricingFeature/ConsultationPricingFeature.d.ts +4 -0
  63. package/dist/esm/lib2/features/ConsultationPricingFeature/ConsultationPricingFeatureSkeleton.d.ts +5 -0
  64. package/dist/esm/lib2/features/ConsultationPricingFeature/ConsultationUser.d.ts +11 -0
  65. package/dist/esm/lib2/features/ConsultationPricingFeature/ConsultationUserSkeleton.d.ts +5 -0
  66. package/dist/esm/lib2/features/ConsultationPricingFeature/index.d.ts +1 -0
  67. package/dist/esm/lib2/features/PaymentCalendarFeature/PaymentCalendarFeature.d.ts +4 -0
  68. package/dist/esm/lib2/features/PaymentCalendarFeature/index.d.ts +1 -0
  69. package/dist/esm/lib2/features/SpecialistPaymentCommonCardFeature/PaymentBadge.d.ts +4 -0
  70. package/dist/esm/lib2/features/SpecialistPaymentCommonCardFeature/SpecialistPaymentCommonCardFeature.d.ts +4 -0
  71. package/dist/esm/lib2/features/SpecialistPaymentCommonCardFeature/SpecialistPaymentCommonCardSkeleton.d.ts +5 -0
  72. package/dist/esm/lib2/features/SpecialistPaymentCommonCardFeature/index.d.ts +2 -0
  73. package/dist/esm/lib2/features/SpecialistPaymentCommonCardFeature/styles.d.ts +85 -0
  74. package/dist/esm/lib2/features/SpecialistPaymentConsultationsFeature/Consultations/ConsultationCard.d.ts +9 -0
  75. package/dist/esm/lib2/features/SpecialistPaymentConsultationsFeature/Consultations/ConsultationsList.d.ts +9 -0
  76. package/dist/esm/lib2/features/SpecialistPaymentConsultationsFeature/Consultations/ConsultationsListSkeleton.d.ts +6 -0
  77. package/dist/esm/lib2/features/SpecialistPaymentConsultationsFeature/SpecialistPaymentConsultationsFeature.d.ts +4 -0
  78. package/dist/esm/lib2/features/SpecialistPaymentConsultationsFeature/index.d.ts +2 -0
  79. package/dist/esm/lib2/features/SpecialistPaymentConsultationsFeature/styles.d.ts +87 -0
  80. package/dist/esm/lib2/features/index.d.ts +5 -1
  81. package/dist/esm/lib2/shared/hooks/useCalendarData.d.ts +10 -0
  82. package/dist/esm/lib2/shared/hooks/useSpecialistPayments.d.ts +34 -0
  83. package/dist/esm/lib2/shared/translators/specialistPayments.d.ts +2 -0
  84. package/dist/esm/lib2/shared/types/common.d.ts +31 -0
  85. package/dist/esm/lib2/shared/types/index.d.ts +2 -0
  86. package/dist/esm/lib2/shared/types/specialistPaymentTypes.d.ts +91 -0
  87. package/dist/esm/lib2/shared/ui/CollapsableText/CollapsableText.d.ts +9 -0
  88. package/dist/esm/lib2/shared/ui/CollapsableText/index.d.ts +1 -0
  89. package/dist/esm/lib2/shared/ui/CollapsableText/styles.d.ts +62 -0
  90. package/dist/esm/lib2/shared/ui/DrumListPicker/DrumListPicker.d.ts +13 -0
  91. package/dist/esm/lib2/shared/ui/DrumListPicker/index.d.ts +1 -0
  92. package/dist/esm/lib2/shared/ui/DrumListPicker/utils.d.ts +3 -0
  93. package/dist/esm/lib2/shared/ui/HeaderWithRedirect/HeaderWithRedirect.d.ts +8 -0
  94. package/dist/esm/lib2/shared/ui/HeaderWithRedirect/index.d.ts +1 -0
  95. package/dist/esm/lib2/shared/ui/HeaderWithRedirect/styles.d.ts +5 -0
  96. package/dist/esm/lib2/shared/ui/LabelArrowRedirect/LabelArrowRedirect.d.ts +9 -0
  97. package/dist/esm/lib2/shared/ui/LabelArrowRedirect/index.d.ts +1 -0
  98. package/dist/esm/lib2/shared/ui/LabelArrowRedirect/styles.d.ts +90 -0
  99. package/dist/esm/lib2/shared/ui/ProgressBarDashed/ProgressBarDash.d.ts +15 -0
  100. package/dist/esm/lib2/shared/ui/ProgressBarDashed/ProgressBarDashed.d.ts +15 -0
  101. package/dist/esm/lib2/shared/ui/ProgressBarDashed/constants.d.ts +1 -0
  102. package/dist/esm/lib2/shared/ui/ProgressBarDashed/index.d.ts +1 -0
  103. package/dist/esm/lib2/shared/ui/ProgressBarDashed/styles.d.ts +45 -0
  104. package/dist/esm/lib2/shared/ui/Typography/Typography.d.ts +1 -0
  105. package/dist/esm/lib2/shared/ui/Typography/types.d.ts +1 -0
  106. package/dist/esm/lib2/shared/ui/index.d.ts +5 -0
  107. package/dist/esm/lib2/shared/utils/index.d.ts +1 -0
  108. package/dist/esm/lib2/shared/utils/priceNormalizer.d.ts +10 -0
  109. package/dist/esm/lib2/widgets/SpecialistPaymentResumeWidget/SpecialistPaymentResumeWidget.d.ts +4 -0
  110. package/dist/esm/lib2/widgets/SpecialistPaymentResumeWidget/index.d.ts +1 -0
  111. package/dist/esm/lib2/widgets/SpecialistPaymentWidget/SpecialistPaymentWidget.d.ts +6 -0
  112. package/dist/esm/lib2/widgets/SpecialistPaymentWidget/SpecialistPaymentWidget.stories.d.ts +6 -0
  113. package/dist/esm/lib2/widgets/SpecialistPaymentWidget/index.d.ts +1 -0
  114. package/dist/esm/lib2/widgets/index.d.ts +2 -0
  115. package/dist/index.d.ts +243 -64
  116. package/package.json +1 -1
  117. package/src/configs/tailwind/colors.ts +2 -0
  118. package/src/lib2/shared/css/tailwind.css +2 -0
  119. package/dist/cjs/lib2/features/MobilePickerFeature/MobilePickerFeature.d.ts +0 -7
  120. package/dist/cjs/lib2/features/MobilePickerFeature/index.d.ts +0 -1
  121. package/dist/esm/lib2/features/MobilePickerFeature/MobilePickerFeature.d.ts +0 -7
  122. package/dist/esm/lib2/features/MobilePickerFeature/index.d.ts +0 -1
package/dist/index.d.ts CHANGED
@@ -223,7 +223,7 @@ type LetterAvatarProps = {
223
223
  fontSize?: number;
224
224
  onClick?: () => void;
225
225
  };
226
- declare const _default$T: React__default.NamedExoticComponent<LetterAvatarProps>;
226
+ declare const _default$_: React__default.NamedExoticComponent<LetterAvatarProps>;
227
227
 
228
228
  type ImageWithFallbackProps = JSX.IntrinsicElements['img'] & {
229
229
  onErrorContent: React__default.ReactElement;
@@ -235,7 +235,7 @@ type PersonDateTimeCardProps = {
235
235
  name: string;
236
236
  dateTime: Date;
237
237
  };
238
- declare const _default$S: React__default.NamedExoticComponent<PersonDateTimeCardProps>;
238
+ declare const _default$Z: React__default.NamedExoticComponent<PersonDateTimeCardProps>;
239
239
 
240
240
  type PsychologistProfileType = {
241
241
  id: string;
@@ -401,7 +401,7 @@ type SelectImpressionEmojiProps = {
401
401
  onChange?: (val: ImpressionEmojiEnum) => void;
402
402
  };
403
403
 
404
- declare const _default$R: React__default.NamedExoticComponent<SelectImpressionEmojiProps>;
404
+ declare const _default$Y: React__default.NamedExoticComponent<SelectImpressionEmojiProps>;
405
405
 
406
406
  interface FooterForBookingProps {
407
407
  eventHandler: (props?: React__default.SyntheticEvent) => void;
@@ -433,7 +433,7 @@ type MediaPlayerProps<TCameraTrack extends Playable | undefined, TAudioTrack ext
433
433
  showControls: boolean;
434
434
  isScreenSharing?: boolean;
435
435
  } & HTMLAttributes<HTMLDivElement>;
436
- declare const _default$Q: <TCameraTrack extends Playable | undefined, TAudioTrack extends Playable | undefined>({ fullwidth, cameraTrack, audioTrack, isVideoTrackMuted, isAudioTrackMuted, networkQuality, fallbackAvatar, fallbackAvatarDimensions, fallbackName, showControls, isScreenSharing, ...props }: MediaPlayerProps<TCameraTrack, TAudioTrack>) => JSX.Element;
436
+ declare const _default$X: <TCameraTrack extends Playable | undefined, TAudioTrack extends Playable | undefined>({ fullwidth, cameraTrack, audioTrack, isVideoTrackMuted, isAudioTrackMuted, networkQuality, fallbackAvatar, fallbackAvatarDimensions, fallbackName, showControls, isScreenSharing, ...props }: MediaPlayerProps<TCameraTrack, TAudioTrack>) => JSX.Element;
437
437
 
438
438
  type RoundButtonPropsType = {
439
439
  disabled?: boolean;
@@ -461,7 +461,7 @@ type ChatListItemProps = {
461
461
  isDisabled?: boolean;
462
462
  t?: WithTranslation['t'];
463
463
  };
464
- declare const _default$P: React__default.NamedExoticComponent<ChatListItemProps>;
464
+ declare const _default$W: React__default.NamedExoticComponent<ChatListItemProps>;
465
465
 
466
466
  type ChatMessageProps = {
467
467
  message: string | File;
@@ -479,11 +479,11 @@ type ChatMessageProps = {
479
479
  };
480
480
  locale?: string;
481
481
  };
482
- declare const _default$O: React__default.NamedExoticComponent<ChatMessageProps>;
482
+ declare const _default$V: React__default.NamedExoticComponent<ChatMessageProps>;
483
483
 
484
484
  declare const ChatMessageSkeleton: () => JSX.Element;
485
485
 
486
- declare const _default$N: React__default.MemoExoticComponent<() => JSX.Element>;
486
+ declare const _default$U: React__default.MemoExoticComponent<() => JSX.Element>;
487
487
 
488
488
  type EmptyChatList = {
489
489
  title?: string;
@@ -493,7 +493,7 @@ type EmptyChatList = {
493
493
  onClick?: () => void;
494
494
  };
495
495
  declare const EmptyChatList: FC<EmptyChatList>;
496
- declare const _default$M: React__default.NamedExoticComponent<EmptyChatList>;
496
+ declare const _default$T: React__default.NamedExoticComponent<EmptyChatList>;
497
497
 
498
498
  type EmptyChatMessagesProps = {
499
499
  title?: string;
@@ -518,7 +518,7 @@ type TextareaProps = {
518
518
  onFileSelect?: (file: File | null, type: 'file' | 'image' | 'video', fileInfo: FileInfoType) => void;
519
519
  t?: WithTranslation['t'];
520
520
  };
521
- declare const _default$L: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<TextareaProps & React__default.RefAttributes<HTMLIonFooterElement>>>;
521
+ declare const _default$S: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<TextareaProps & React__default.RefAttributes<HTMLIonFooterElement>>>;
522
522
 
523
523
  type LouseConnectProps = {
524
524
  onClick?: () => void;
@@ -597,7 +597,7 @@ type SpecialistEducationCardProps$1 = {
597
597
  yearEnd?: number | null;
598
598
  showLoader?: boolean;
599
599
  };
600
- declare const _default$K: React__default.NamedExoticComponent<SpecialistEducationCardProps$1>;
600
+ declare const _default$R: React__default.NamedExoticComponent<SpecialistEducationCardProps$1>;
601
601
 
602
602
  type SpecialistProfileViewCardProps$1 = {
603
603
  avatarLink?: string | null;
@@ -610,7 +610,7 @@ type SpecialistProfileViewCardProps$1 = {
610
610
  videoLinkUrl?: string | null;
611
611
  showLoader?: boolean;
612
612
  } & React__default.DetailedHTMLProps<React__default.HTMLAttributes<HTMLDivElement>, HTMLDivElement>;
613
- declare const _default$J: React__default.NamedExoticComponent<SpecialistProfileViewCardProps$1>;
613
+ declare const _default$Q: React__default.NamedExoticComponent<SpecialistProfileViewCardProps$1>;
614
614
 
615
615
  type SpecialistStatisticsCardProps$1 = {
616
616
  activeClients?: number;
@@ -646,7 +646,7 @@ type VideoPlayerProps = {
646
646
  closeModalHandler?: () => void;
647
647
  onErrorContent: React__default.ReactElement;
648
648
  } & JSX$1.IonModal;
649
- declare const _default$I: React__default.NamedExoticComponent<VideoPlayerProps>;
649
+ declare const _default$P: React__default.NamedExoticComponent<VideoPlayerProps>;
650
650
 
651
651
  type NotSupportModalProps = {
652
652
  closeModal?: () => void;
@@ -682,7 +682,7 @@ type VideoCallInfoProps = {
682
682
  abbreviatedSeconds: string;
683
683
  };
684
684
  };
685
- declare const _default$H: React__default.NamedExoticComponent<VideoCallInfoProps>;
685
+ declare const _default$O: React__default.NamedExoticComponent<VideoCallInfoProps>;
686
686
 
687
687
  declare enum ConsultationCardType {
688
688
  FEATURE = "feature",
@@ -717,14 +717,14 @@ type ConsultationCardProps = {
717
717
  };
718
718
  };
719
719
 
720
- declare const _default$G: React__default.NamedExoticComponent<ConsultationCardProps>;
720
+ declare const _default$N: React__default.NamedExoticComponent<ConsultationCardProps>;
721
721
 
722
722
  type SignUpSessionButtonProps = {
723
723
  label: string;
724
724
  isLoading?: boolean;
725
725
  onClick?: () => void;
726
726
  };
727
- declare const _default$F: React__default.NamedExoticComponent<SignUpSessionButtonProps>;
727
+ declare const _default$M: React__default.NamedExoticComponent<SignUpSessionButtonProps>;
728
728
 
729
729
  type EmptyConsultationsProps = {
730
730
  title: string;
@@ -732,7 +732,7 @@ type EmptyConsultationsProps = {
732
732
  buttonLabel?: string;
733
733
  onClick?: () => void;
734
734
  };
735
- declare const _default$E: React__default.NamedExoticComponent<EmptyConsultationsProps>;
735
+ declare const _default$L: React__default.NamedExoticComponent<EmptyConsultationsProps>;
736
736
 
737
737
  type ConsultationModalProps = {
738
738
  isOpen: boolean;
@@ -767,7 +767,7 @@ type ConsultationModalProps = {
767
767
  started?: string;
768
768
  };
769
769
  };
770
- declare const _default$D: React__default.NamedExoticComponent<ConsultationModalProps>;
770
+ declare const _default$K: React__default.NamedExoticComponent<ConsultationModalProps>;
771
771
 
772
772
  type SpecialistData = {
773
773
  id: string;
@@ -784,7 +784,7 @@ type SignUpSessionModalProps = {
784
784
  title: string;
785
785
  cancelBtnLabel: string;
786
786
  };
787
- declare const _default$C: React__default.NamedExoticComponent<SignUpSessionModalProps>;
787
+ declare const _default$J: React__default.NamedExoticComponent<SignUpSessionModalProps>;
788
788
 
789
789
  type ConsultationSpecialistCardProps = {
790
790
  id: string;
@@ -795,7 +795,7 @@ type ConsultationSpecialistCardProps = {
795
795
  onSignUp?: (id: string) => void;
796
796
  signInBtnLabel: string;
797
797
  };
798
- declare const _default$B: React__default.NamedExoticComponent<ConsultationSpecialistCardProps>;
798
+ declare const _default$I: React__default.NamedExoticComponent<ConsultationSpecialistCardProps>;
799
799
 
800
800
  type UserInfoModalProps = {
801
801
  isOpen: boolean;
@@ -860,7 +860,7 @@ type ReScheduleProps = {
860
860
  btnLabel: string;
861
861
  };
862
862
  };
863
- declare const _default$A: React__default.NamedExoticComponent<ReScheduleProps>;
863
+ declare const _default$H: React__default.NamedExoticComponent<ReScheduleProps>;
864
864
 
865
865
  type ReScheduleSuccessProps = {
866
866
  name: string;
@@ -898,7 +898,7 @@ type DaySliderProps = JSX$1.IonSlides & HTMLAttributes<HTMLIonSlidesElement> & R
898
898
  tomorrow?: string;
899
899
  };
900
900
  };
901
- declare const _default$z: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<Omit<DaySliderProps, "ref"> & React__default.RefAttributes<HTMLIonSlidesElement>>>;
901
+ declare const _default$G: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<Omit<DaySliderProps, "ref"> & React__default.RefAttributes<HTMLIonSlidesElement>>>;
902
902
 
903
903
  type SpecialistWorkDirectionsPropsType = {
904
904
  workDirections?: string[] | [];
@@ -907,7 +907,7 @@ type SpecialistWorkDirectionsPropsType = {
907
907
  moreLabel?: string;
908
908
  hideLabel?: string;
909
909
  };
910
- declare const _default$y: React__default.NamedExoticComponent<SpecialistWorkDirectionsPropsType>;
910
+ declare const _default$F: React__default.NamedExoticComponent<SpecialistWorkDirectionsPropsType>;
911
911
 
912
912
  type SpecialistProfileViewCardProps = {
913
913
  videoLink?: string;
@@ -917,7 +917,7 @@ type SpecialistProfileViewCardProps = {
917
917
  isLoading?: boolean;
918
918
  videoDurationSeconds?: number;
919
919
  };
920
- declare const _default$x: React__default.NamedExoticComponent<SpecialistProfileViewCardProps>;
920
+ declare const _default$E: React__default.NamedExoticComponent<SpecialistProfileViewCardProps>;
921
921
 
922
922
  type SpecialistAboutProps = {
923
923
  text?: string;
@@ -926,7 +926,7 @@ type SpecialistAboutProps = {
926
926
  moreLabel?: string;
927
927
  hideLabel?: string;
928
928
  };
929
- declare const _default$w: React__default.NamedExoticComponent<SpecialistAboutProps>;
929
+ declare const _default$D: React__default.NamedExoticComponent<SpecialistAboutProps>;
930
930
 
931
931
  type SpecialistEducationCardProps = {
932
932
  institutionName?: string;
@@ -937,7 +937,7 @@ type SpecialistEducationCardProps = {
937
937
  yearEnd?: number | null;
938
938
  showLoader?: boolean;
939
939
  };
940
- declare const _default$v: React__default.NamedExoticComponent<SpecialistEducationCardProps>;
940
+ declare const _default$C: React__default.NamedExoticComponent<SpecialistEducationCardProps>;
941
941
 
942
942
  type SpecialistStatisticsCardProps = {
943
943
  trust?: boolean;
@@ -983,7 +983,7 @@ type BookingScheduleTimeProps = {
983
983
  onClick?: (index: number, item: string) => void;
984
984
  isLoading?: boolean;
985
985
  };
986
- declare const _default$u: React__default.NamedExoticComponent<BookingScheduleTimeProps>;
986
+ declare const _default$B: React__default.NamedExoticComponent<BookingScheduleTimeProps>;
987
987
 
988
988
  type BookingSpecialistInfoProps = {
989
989
  name: string;
@@ -992,7 +992,7 @@ type BookingSpecialistInfoProps = {
992
992
  avatar?: string;
993
993
  isLoading?: boolean;
994
994
  };
995
- declare const _default$t: React__default.NamedExoticComponent<BookingSpecialistInfoProps>;
995
+ declare const _default$A: React__default.NamedExoticComponent<BookingSpecialistInfoProps>;
996
996
 
997
997
  type SpecialistCardProps = {
998
998
  fullName?: string;
@@ -1041,7 +1041,7 @@ type SpecialistCardProps = {
1041
1041
  };
1042
1042
  declare const SpecialistCard$1: React__default.FC<SpecialistCardProps>;
1043
1043
 
1044
- declare const _default$s: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
1044
+ declare const _default$z: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
1045
1045
  isError?: boolean | undefined;
1046
1046
  errorStyle?: "filled" | "unfilled" | undefined;
1047
1047
  type?: "number" | "text" | "email" | undefined;
@@ -1065,11 +1065,11 @@ declare const PasswordInput: React__default.ForwardRefExoticComponent<{
1065
1065
  error?: string | null | undefined;
1066
1066
  } & Omit<React__default.InputHTMLAttributes<HTMLInputElement>, "type"> & React__default.RefAttributes<HTMLInputElement>>;
1067
1067
 
1068
- declare const _default$r: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
1068
+ declare const _default$y: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
1069
1069
  isError?: boolean | undefined;
1070
1070
  } & React__default.TextareaHTMLAttributes<HTMLTextAreaElement> & React__default.RefAttributes<HTMLTextAreaElement>>>;
1071
1071
 
1072
- declare const _default$q: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
1072
+ declare const _default$x: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
1073
1073
  options: {
1074
1074
  id: string | number;
1075
1075
  label: string | number;
@@ -1101,7 +1101,7 @@ type CustomCheckboxProps = {
1101
1101
  isCheckbox?: boolean;
1102
1102
  onChange?: (e: ChangeEvent<HTMLInputElement>) => void;
1103
1103
  };
1104
- declare const _default$p: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<CustomCheckboxProps & React__default.RefAttributes<HTMLInputElement>>>;
1104
+ declare const _default$w: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<CustomCheckboxProps & React__default.RefAttributes<HTMLInputElement>>>;
1105
1105
 
1106
1106
  type CheckboxListItem = {
1107
1107
  id: ReactText;
@@ -1129,7 +1129,7 @@ type CheckboxListProps = {
1129
1129
  from: string;
1130
1130
  };
1131
1131
  };
1132
- declare const _default$o: React__default.NamedExoticComponent<CheckboxListProps>;
1132
+ declare const _default$v: React__default.NamedExoticComponent<CheckboxListProps>;
1133
1133
 
1134
1134
  type BookingHeaderProps = {
1135
1135
  title?: string;
@@ -1143,9 +1143,9 @@ type ProgressBarProps = {
1143
1143
  progress: number;
1144
1144
  loaderTitle?: string;
1145
1145
  };
1146
- declare const _default$n: React__default.NamedExoticComponent<ProgressBarProps>;
1146
+ declare const _default$u: React__default.NamedExoticComponent<ProgressBarProps>;
1147
1147
 
1148
- declare const _default$m: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
1148
+ declare const _default$t: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
1149
1149
  title: string;
1150
1150
  subTitle?: string | undefined;
1151
1151
  isError?: boolean | undefined;
@@ -1176,7 +1176,7 @@ type FlagProps$1 = {
1176
1176
  dimensions?: number;
1177
1177
  className?: string;
1178
1178
  };
1179
- declare const _default$l: React__default.NamedExoticComponent<FlagProps$1>;
1179
+ declare const _default$s: React__default.NamedExoticComponent<FlagProps$1>;
1180
1180
 
1181
1181
  type SpecialistLangsProps = {
1182
1182
  showLoader?: boolean;
@@ -1216,7 +1216,7 @@ type ProfileInformationProps = {
1216
1216
  reviews: string[];
1217
1217
  };
1218
1218
  } & React__default.HTMLAttributes<HTMLDivElement>;
1219
- declare const _default$k: React__default.NamedExoticComponent<ProfileInformationProps>;
1219
+ declare const _default$r: React__default.NamedExoticComponent<ProfileInformationProps>;
1220
1220
 
1221
1221
  type SpecialistMatchProps = {
1222
1222
  specialistFirstName?: string;
@@ -1228,7 +1228,7 @@ type SpecialistMatchProps = {
1228
1228
  howWeMatchThis: string;
1229
1229
  };
1230
1230
  } & React__default.HTMLAttributes<HTMLDivElement>;
1231
- declare const _default$j: React__default.NamedExoticComponent<SpecialistMatchProps>;
1231
+ declare const _default$q: React__default.NamedExoticComponent<SpecialistMatchProps>;
1232
1232
 
1233
1233
  type SpecialistStatisticProps = {
1234
1234
  learnMoreClick: () => void;
@@ -1248,7 +1248,7 @@ type SpecialistStatisticProps = {
1248
1248
  bookedSession: string;
1249
1249
  };
1250
1250
  } & React__default.HTMLAttributes<HTMLDivElement>;
1251
- declare const _default$i: React__default.NamedExoticComponent<SpecialistStatisticProps>;
1251
+ declare const _default$p: React__default.NamedExoticComponent<SpecialistStatisticProps>;
1252
1252
 
1253
1253
  type RatingWithLabelProps = {
1254
1254
  countOfReviews?: number;
@@ -1403,6 +1403,7 @@ declare enum TypographyVariantsEnum {
1403
1403
  Title28Semi = "Title/28 Semi",
1404
1404
  Title24Semi = "Title/24 Semi",
1405
1405
  Title20Semi = "Title/20 Semi",
1406
+ Title18Semi = "Title/18 Semi",
1406
1407
  Text48Semi = "Text/48 Semi",
1407
1408
  Text32Semi = "Text/32 Semi",
1408
1409
  Text24Semi = "Text/24 Semi",
@@ -1430,8 +1431,9 @@ type TypographyProps = {
1430
1431
  isAppearCase?: boolean;
1431
1432
  className?: string;
1432
1433
  children: React__default.ReactNode;
1434
+ onClick?: (args: any) => typeof args;
1433
1435
  };
1434
- declare const _default$h: React__default.NamedExoticComponent<TypographyProps>;
1436
+ declare const _default$o: React__default.NamedExoticComponent<TypographyProps>;
1435
1437
 
1436
1438
  type AppFooterProps = {
1437
1439
  children?: React__default.ReactNode;
@@ -1439,7 +1441,7 @@ type AppFooterProps = {
1439
1441
  bottomSaveArea?: boolean;
1440
1442
  borderTop?: boolean;
1441
1443
  };
1442
- declare const _default$g: React__default.NamedExoticComponent<AppFooterProps>;
1444
+ declare const _default$n: React__default.NamedExoticComponent<AppFooterProps>;
1443
1445
 
1444
1446
  type AvatarRoundVariants = 'circle' | 'drop';
1445
1447
 
@@ -1451,14 +1453,14 @@ type AvatarProps = {
1451
1453
  alt?: string;
1452
1454
  showSkeleton?: boolean;
1453
1455
  };
1454
- declare const _default$f: React__default.NamedExoticComponent<AvatarProps>;
1456
+ declare const _default$m: React__default.NamedExoticComponent<AvatarProps>;
1455
1457
 
1456
1458
  type SkeletonProps = {
1457
1459
  animated?: boolean;
1458
1460
  className?: string;
1459
1461
  style?: React__default.CSSProperties;
1460
1462
  };
1461
- declare const _default$e: React__default.NamedExoticComponent<SkeletonProps>;
1463
+ declare const _default$l: React__default.NamedExoticComponent<SkeletonProps>;
1462
1464
 
1463
1465
  type ButtonProps = {
1464
1466
  fill?: 'outline' | 'clear';
@@ -1491,7 +1493,7 @@ type FlagProps = {
1491
1493
  name: string;
1492
1494
  className?: string;
1493
1495
  };
1494
- declare const _default$d: React__default.NamedExoticComponent<FlagProps>;
1496
+ declare const _default$k: React__default.NamedExoticComponent<FlagProps>;
1495
1497
 
1496
1498
  type PictureProps = {
1497
1499
  width: number;
@@ -1506,7 +1508,7 @@ type PictureProps = {
1506
1508
  alt?: string;
1507
1509
  className?: string;
1508
1510
  };
1509
- declare const _default$c: React__default.NamedExoticComponent<PictureProps>;
1511
+ declare const _default$j: React__default.NamedExoticComponent<PictureProps>;
1510
1512
 
1511
1513
  type BadgeType = 'default' | 'accent';
1512
1514
  type BadgeVariants = 'attention' | 'neutral' | 'success' | 'warning' | 'brand' | 'info';
@@ -1516,7 +1518,7 @@ type BadgeProps = React.ComponentPropsWithoutRef<'span'> & {
1516
1518
  type?: BadgeType;
1517
1519
  };
1518
1520
 
1519
- declare const _default$b: React.NamedExoticComponent<BadgeProps>;
1521
+ declare const _default$i: React.NamedExoticComponent<BadgeProps>;
1520
1522
 
1521
1523
  type ItemCardVariants = 'neutral' | 'transparent';
1522
1524
  type ItemCardProps = React.ComponentPropsWithoutRef<'div'> & {
@@ -1524,7 +1526,7 @@ type ItemCardProps = React.ComponentPropsWithoutRef<'div'> & {
1524
1526
  size?: 'M' | 'M4';
1525
1527
  };
1526
1528
 
1527
- declare const _default$a: React.NamedExoticComponent<ItemCardProps>;
1529
+ declare const _default$h: React.NamedExoticComponent<ItemCardProps>;
1528
1530
 
1529
1531
  type AppHeaderProps = {
1530
1532
  fullwidth?: boolean;
@@ -1594,7 +1596,7 @@ interface TextareaV2Props extends Omit<JSX$1.IonTextarea, 'color' | 'enterkeyhin
1594
1596
  className?: string;
1595
1597
  }
1596
1598
 
1597
- declare const _default$9: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<TextareaV2Props & React__default.RefAttributes<HTMLIonTextareaElement>>>;
1599
+ declare const _default$g: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<TextareaV2Props & React__default.RefAttributes<HTMLIonTextareaElement>>>;
1598
1600
 
1599
1601
  type RatingProps = {
1600
1602
  initialRating?: number;
@@ -1603,7 +1605,7 @@ type RatingProps = {
1603
1605
  onHover?: (value: number) => void;
1604
1606
  };
1605
1607
 
1606
- declare const _default$8: React__default.NamedExoticComponent<RatingProps>;
1608
+ declare const _default$f: React__default.NamedExoticComponent<RatingProps>;
1607
1609
 
1608
1610
  declare enum CircleRatingSize {
1609
1611
  'S' = "S",
@@ -1688,12 +1690,103 @@ type CircleRatingContextData = CircleRatingContextProps & {
1688
1690
  styles: any;
1689
1691
  };
1690
1692
 
1693
+ type DynamicCommissionValue = {
1694
+ 1: number;
1695
+ 999: number;
1696
+ [key: number]: number | undefined;
1697
+ };
1698
+ type SpecialistConsultationPayment = {
1699
+ currency_local: keyof typeof SupportedCurrency;
1700
+ currency_default: keyof typeof SupportedCurrency;
1701
+ exchange_rate: number;
1702
+ subscription_discount: number;
1703
+ subscription_sessions_count: number;
1704
+ subscription_interval_in_month: number;
1705
+ price_default_in_cents: number;
1706
+ price_local_by_exchange_rate_in_cents: number;
1707
+ price_default_discount_in_cents: number;
1708
+ price_local_discount_by_exchange_rate_in_cents: number;
1709
+ price_default_original_in_cents: number;
1710
+ price_local_original_by_exchange_rate_in_cents: number;
1711
+ commission: number;
1712
+ price_default_commission_in_cents: number;
1713
+ price_local_commission_by_exchange_rate_in_cents: number;
1714
+ price_default_after_commission_in_cents: number;
1715
+ price_local_after_commission_by_exchange_rate_in_cents: number;
1716
+ };
1717
+ type SpecialistConsultation = {
1718
+ id: string;
1719
+ name: string;
1720
+ avatar: string;
1721
+ date: Date;
1722
+ subscriptionId?: string | undefined | null;
1723
+ payment?: Partial<SpecialistConsultationPayment>;
1724
+ };
1725
+ type SpecialistPaymentConsultationsProps = {
1726
+ consultations: SpecialistConsultation[];
1727
+ calendarDate: Date;
1728
+ futureCount?: number;
1729
+ previousCount?: number;
1730
+ locale?: string;
1731
+ defaultTab?: string;
1732
+ consultationsModeTrigger: (data: {
1733
+ startDate?: Date;
1734
+ endDate?: Date;
1735
+ }) => void;
1736
+ consultationClick?: (consultation: SpecialistConsultation) => void;
1737
+ };
1738
+ type SpecialistPaymentCurrencyProps = {
1739
+ side?: 'left' | 'right';
1740
+ mode?: 'sign' | 'transcription';
1741
+ };
1742
+ type SpecialistPaymentCardProps = {
1743
+ isLoading?: boolean;
1744
+ calendarDate: Date;
1745
+ locale?: string;
1746
+ revenue?: number;
1747
+ currency?: SupportedCurrency | undefined;
1748
+ showRevenue: boolean;
1749
+ currencyProps?: SpecialistPaymentCurrencyProps;
1750
+ showCommission?: boolean;
1751
+ commissionRates: Partial<DynamicCommissionValue>;
1752
+ commissionValue: number;
1753
+ totalSessions: number;
1754
+ futureSessions: number;
1755
+ hideProgressBar?: boolean;
1756
+ };
1757
+ type PaymentCalendarFeatureProps = {
1758
+ date: Date;
1759
+ locale?: string;
1760
+ dateCallback: (date: Date) => void;
1761
+ className?: string;
1762
+ monthsMore?: number;
1763
+ };
1764
+ type SpecialistPaymentConsultationDetailsType = {
1765
+ consultation: SpecialistConsultation;
1766
+ isLoading: boolean;
1767
+ timezone: string;
1768
+ locale: string;
1769
+ };
1770
+
1691
1771
  interface IconProps$w extends SVGAttributes<SVGElement> {
1692
1772
  size?: number | string;
1693
1773
  color?: string;
1694
1774
  className?: string;
1695
1775
  }
1696
1776
 
1777
+ type TranslationMock = {
1778
+ t: (v1: any, v2?: any) => string;
1779
+ };
1780
+ type TranslationType = {
1781
+ t: WithTranslation['t'] | TranslationMock['t'];
1782
+ };
1783
+ declare enum SupportedCurrency {
1784
+ 'UAH' = "UAH",
1785
+ 'EUR' = "EUR",
1786
+ 'PLN' = "PLN",
1787
+ 'USD' = "USD"
1788
+ }
1789
+
1697
1790
  declare const RatingCircleWrapper: FC<CircleRatingComponentProps & {
1698
1791
  t: WithTranslation | any;
1699
1792
  }>;
@@ -1705,7 +1798,7 @@ type IconButtonProps = {
1705
1798
  onClick?: (e: React__default.MouseEvent<HTMLIonButtonElement>) => void;
1706
1799
  fill?: 'clear' | 'filled';
1707
1800
  };
1708
- declare const _default$7: React__default.NamedExoticComponent<IconButtonProps>;
1801
+ declare const _default$e: React__default.NamedExoticComponent<IconButtonProps>;
1709
1802
 
1710
1803
  type ToastProviderProps = ToastStateProps;
1711
1804
  type MindlyToastProps = {
@@ -1745,17 +1838,17 @@ type ProgressBar_v2Props = {
1745
1838
  className?: string;
1746
1839
  reversed?: boolean;
1747
1840
  };
1748
- declare const _default$6: React__default.NamedExoticComponent<ProgressBar_v2Props>;
1841
+ declare const _default$d: React__default.NamedExoticComponent<ProgressBar_v2Props>;
1749
1842
 
1750
1843
  type LoadingProps = {
1751
1844
  isOpen: boolean;
1752
1845
  };
1753
- declare const _default$5: React__default.NamedExoticComponent<LoadingProps>;
1846
+ declare const _default$c: React__default.NamedExoticComponent<LoadingProps>;
1754
1847
 
1755
1848
  type ListItemsProps = React.HTMLAttributes<HTMLIonListElement> & {
1756
1849
  withBorders?: boolean;
1757
1850
  };
1758
- declare const _default$4: React.NamedExoticComponent<ListItemsProps>;
1851
+ declare const _default$b: React.NamedExoticComponent<ListItemsProps>;
1759
1852
 
1760
1853
  type ItemProps = React.HTMLAttributes<HTMLIonItemElement> & {
1761
1854
  leftContent?: React.ReactNode;
@@ -1763,14 +1856,14 @@ type ItemProps = React.HTMLAttributes<HTMLIonItemElement> & {
1763
1856
  withBorders?: boolean;
1764
1857
  isDisabled?: boolean;
1765
1858
  };
1766
- declare const _default$3: React.NamedExoticComponent<ItemProps>;
1859
+ declare const _default$a: React.NamedExoticComponent<ItemProps>;
1767
1860
 
1768
1861
  type VideoProps = {
1769
1862
  src: string;
1770
1863
  isMuted: boolean;
1771
1864
  onMuteToggle: () => void;
1772
1865
  };
1773
- declare const _default$2: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<VideoProps & React__default.RefAttributes<HTMLVideoElement>>>;
1866
+ declare const _default$9: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<VideoProps & React__default.RefAttributes<HTMLVideoElement>>>;
1774
1867
 
1775
1868
  type UlLiProps = {
1776
1869
  list: string[];
@@ -1805,6 +1898,56 @@ type FieldSearchType = {
1805
1898
 
1806
1899
  declare const InputSearch: React.FC<FieldSearchType>;
1807
1900
 
1901
+ type LabelArrowRedirectProps = {
1902
+ transparent?: boolean;
1903
+ disabled?: boolean;
1904
+ label?: string;
1905
+ routeClick: () => void;
1906
+ };
1907
+ declare const LabelArrowRedirect: FC<LabelArrowRedirectProps>;
1908
+
1909
+ type HeaderWithRedirectProps = {
1910
+ title: string;
1911
+ label: string;
1912
+ routeClick: () => void;
1913
+ };
1914
+ declare const HeaderWithRedirect: FC<HeaderWithRedirectProps>;
1915
+
1916
+ type ProgressRangeType = {
1917
+ start: number;
1918
+ end: number;
1919
+ value: number;
1920
+ };
1921
+ type ProgressBarDashedProps = {
1922
+ t: any;
1923
+ maxValue: number;
1924
+ ranges: ProgressRangeType[];
1925
+ progress: number | undefined;
1926
+ className?: string;
1927
+ };
1928
+ declare const ProgressBarDashed: FC<ProgressBarDashedProps>;
1929
+
1930
+ type SelectionType = {
1931
+ value: any;
1932
+ label: string;
1933
+ };
1934
+ type Props$2 = {
1935
+ height?: number | undefined;
1936
+ selections: Record<string, SelectionType[]>;
1937
+ defaults?: Record<string, string>;
1938
+ onChange(value: any): void;
1939
+ className?: string;
1940
+ };
1941
+ declare const DrumListPicker: ({ height, selections, defaults, onChange, className, }: Props$2) => JSX.Element;
1942
+
1943
+ type FontWeight = 'Regular' | 'Semi' | 'Bold';
1944
+ type CollapsableTextProps = {
1945
+ text: string;
1946
+ size?: number;
1947
+ fontWeight?: FontWeight;
1948
+ };
1949
+ declare function CollapsableText({ t, text, size, fontWeight, }: CollapsableTextProps & TranslationType): JSX.Element;
1950
+
1808
1951
  declare enum appThemes {
1809
1952
  client = "client",
1810
1953
  specialist = "specialist"
@@ -2152,6 +2295,15 @@ declare const IconManageAccounts: FC<IconProps$w>;
2152
2295
  type AnyRef = React__default.Ref<any>;
2153
2296
  declare const mergeRefs: <T extends unknown>(...refs: AnyRef[]) => React__default.Ref<T>;
2154
2297
 
2298
+ type PriceNormilizeProps = {
2299
+ price: number;
2300
+ locale?: string;
2301
+ currency?: SupportedCurrency;
2302
+ side?: 'left' | 'right';
2303
+ mode?: 'sign' | 'transcription';
2304
+ };
2305
+ declare const priceNormalize: ({ price, locale, currency, side, mode, }: PriceNormilizeProps) => string;
2306
+
2155
2307
  type CountryOfOriginModalProps = {
2156
2308
  countries: string[];
2157
2309
  onSearchChange: (event: IonSearchbarCustomEvent$1<SearchbarChangeEventDetail>) => void;
@@ -2203,7 +2355,7 @@ type SlotsGridProps = {
2203
2355
  isDisabled?: boolean;
2204
2356
  };
2205
2357
 
2206
- declare const _default$1: React__default.NamedExoticComponent<SlotsGridProps>;
2358
+ declare const _default$8: React__default.NamedExoticComponent<SlotsGridProps>;
2207
2359
 
2208
2360
  type PushNotificationsModalProps = {
2209
2361
  onApplyPermission: () => void;
@@ -2263,13 +2415,6 @@ type CountdownTimerFeatureProps = {
2263
2415
  };
2264
2416
  declare const CountdownTimerFeature: FC<CountdownTimerFeatureProps>;
2265
2417
 
2266
- type Props$2 = {
2267
- selections: Record<string, string[]>;
2268
- defaults?: Record<string, string>;
2269
- onChange(value: Record<string, string>): void;
2270
- };
2271
- declare const MobilePickerFeature: ({ selections, defaults, onChange, }: Props$2) => JSX.Element;
2272
-
2273
2418
  type Props$1 = {
2274
2419
  sections: {
2275
2420
  name: string;
@@ -2310,6 +2455,34 @@ type ShareModalFeatureProps = {
2310
2455
  };
2311
2456
  declare const ShareModalFeature: FC<ShareModalFeatureProps>;
2312
2457
 
2458
+ declare const _default$7: React__default.NamedExoticComponent<SpecialistPaymentConsultationDetailsType & TranslationType>;
2459
+
2460
+ declare const _default$6: React__default.NamedExoticComponent<SpecialistPaymentCardProps & TranslationType>;
2461
+
2462
+ type SpecialistPaymentCommonCardSkeletonType = {
2463
+ className?: string;
2464
+ };
2465
+ declare const SpecialistPaymentCommonCardSkeleton: (props: SpecialistPaymentCommonCardSkeletonType) => JSX.Element;
2466
+
2467
+ declare const _default$5: React__default.NamedExoticComponent<SpecialistPaymentConsultationsProps & TranslationType>;
2468
+
2469
+ type ConsultationsListSkeletonType = {
2470
+ className?: string;
2471
+ };
2472
+ declare const ConsultationsListSkeleton: FC<ConsultationsListSkeletonType>;
2473
+
2474
+ type CalendarPickerFeatureProps = {
2475
+ date: Date;
2476
+ locale?: string;
2477
+ mode: 'button' | 'auto' | undefined;
2478
+ opened?: boolean;
2479
+ monthsMore?: number;
2480
+ dateCallback: (date: Date) => void;
2481
+ };
2482
+ declare const _default$4: React__default.NamedExoticComponent<CalendarPickerFeatureProps & TranslationType>;
2483
+
2484
+ declare const _default$3: React__default.NamedExoticComponent<PaymentCalendarFeatureProps & TranslationType>;
2485
+
2313
2486
  type GoogleCalendarModalFeatureProps = {
2314
2487
  isOpen: boolean;
2315
2488
  status: 'active' | 'inactive' | 'access_denied';
@@ -2352,7 +2525,7 @@ type SpecialistCard = {
2352
2525
  sessionDurationMinutes: number;
2353
2526
  };
2354
2527
 
2355
- declare const _default: React__default.NamedExoticComponent<SpecialistCardWidgetProps>;
2528
+ declare const _default$2: React__default.NamedExoticComponent<SpecialistCardWidgetProps>;
2356
2529
 
2357
2530
  type SpecialistCardListWidgetProps = {
2358
2531
  t?: WithTranslation['t'];
@@ -2362,4 +2535,10 @@ type SpecialistCardListWidgetProps = {
2362
2535
  };
2363
2536
  declare const SpecialistCardListWidget: FC<SpecialistCardListWidgetProps & WithTranslation['t']>;
2364
2537
 
2365
- export { AppFooter, _default$g as AppFooter_v2, AppHeader, AppHeader_v2, ArchivedConsultationCard, Avatar, AvatarProps$1 as AvatarProps, _default$f as Avatar_v2, BREAKPOINT_ICON_SIZE, _default$b as Badge, _default$u as BookingScheduleTime, _default$t as BookingSpecialistInfo, Button, Button_v2, Calendar, CancelSession, CardModal, ChangeLangModal, ChangeLanguageModal, _default$P as ChatListItem, _default$N as ChatListSkeleton, _default$O as ChatMessage, ChatMessageSkeleton, CheckBoxItem, CheckBoxListFeature, CheckBoxSectionListFeature, _default$o as CheckboxList, CheckboxListCategory, CheckboxListItem, CheckboxTypes, ChevronHeader, CircleRatingContext, CircleRatingProvider, _default$G as ConsultationCard, ConsultationCardProps, ConsultationCardType, _default$D as ConsultationModal, _default$B as ConsultationSpecialistCard, Container, Container_v2, ContentCard, CountdownTimerFeature, CountryOfOriginModal, CustomButton, _default$p as CustomCheckbox, CustomRadioButton, _default$q as CustomSelect, _default$r as CustomTextarea, DatePicker, _default$z as DaySlider, DayToRender, _default$v as EducationCard, _default$M as EmptyChatList, EmptyChatMessages, _default$E as EmptyConsultations, EntryNotFound, EntryNotFoundProps, _default$l as Flag, FlagTypes, _default$d as Flag_v2, FloatingButton, FooterForBooking, FrequentlyAskedQuestions, GoogleCalendarModalFeature, HorizontalCalendar, HorizontalCalendarProps, ISpecialistReview, IconAddModerator, IconApple, IconArrowDown, IconArrowLeft, IconArrowRight, IconBeachAccess, IconBookmark, IconBookmarkOutlined, _default$7 as IconButton, IconCalendar, IconCalendarFilled, IconCalendarMonth, IconCancel, IconCancelRounded, IconCapFilled, IconChat3d, IconChatFilled, IconChatOutline, IconCheck, IconCheckSmall, IconCheckboxChecked, IconCheckboxUnchecked, IconClient, IconClientFilled, IconClose, IconCopy, IconCreditCard, IconDelete, IconEcgHeart, IconEdit, IconEditCalendar, IconEventBusy, IconEye, IconEyeOff, IconGift, IconGoogle, IconHome, IconInvisible, IconLanguage, IconLeftArrow, IconLetter, IconLink, IconLogout, IconManageAccounts, IconMute, IconNotificationMuted, IconPaid, IconPaper, IconPause, IconPlus, IconProfileChecked, IconProfileCircle, IconProfileSetting, IconProfileUnderReview, IconPromocode, IconQueryStats, IconQuestion, IconRadioButtonChecked, IconResume, IconSchema, IconSearch, IconSettings, IconShare, IconSpinner, IconStar, IconStarFilled, IconSuccess, IconTime, IconTimeAdd, IconUnmute, IconUserNotFound, IconVerifiedUser, IconVisible, IconWarning, ImageInput, ImageWithFallback, ImpressionEmojiEnum, Input, InputSearch, _default$3 as Item, _default$a as ItemCard, LanguagesList, _default$T as LetterAvatar, _default$m as LineFileInput, ListBox, ListBoxItem, ListButton, ListItemType, _default$4 as ListItems, ListOption, ListSelect, ListSelectProps, ListSimple, _default$5 as Loading, LouseConnect, _default$Q as MediaPlayer, MobilePickerFeature, Modal, ModalCalendar, ModalSheet, NavigationBar, NoInternetConnection, NotSupportModal, NotesCardText, NotesEditor, PasswordInput, _default$S as PersonDateTimeCard, _default$c as Picture, _default$k as ProfileInformation, _default$x as ProfileView, _default$n as ProgressBar, _default$6 as ProgressBar_v2, PushNotificationsIsDisabledBanner, PushNotificationsModal, Range, _default$8 as Rating, RatingCircleWrapper, _default$A as ReSchedule, ReScheduleSuccess, Refresher, ReviewCard, ReviewStatistics, ReviewSwiperSection, RoundButton, RowItemType, RowSelect, RowSelectProps, SIZES, ScreenInput, ScrollTabs, SectionHeading, Segment, SegmentColor, SegmentType, _default$R as SelectImpressionEmoji, SelectItemType, ShareModalFeature, _default$F as SignUpSessionButton, _default$C as SignUpSessionModal, Skeleton, _default$e as Skeleton_v2, _default$1 as SlotsGrid, _default$w as SpecialistAbout, SpecialistCard$1 as SpecialistCard, SpecialistCardListWidget, _default as SpecialistCardWidget, _default$K as SpecialistEducationCard, SpecialistInfoColumnFeature as SpecialistInfoColumn, SpecialistLangs, _default$j as SpecialistMatch, _default$J as SpecialistProfileViewCard, SpecialistShortInfoItemFeature as SpecialistShortInfoItem, _default$i as SpecialistStatistic, SpecialistStatisticsCard, SpecialistWorkDirections, Spinner, Spinner_v2, StarRating, StatisticsScroll, StatusTag, SuccessScreen, SwitchDeviceCard, TabBar, Tag, _default$s as TextInput, _default$L as Textarea, _default$9 as Textarea_v2, ThemeProvider, ThemeProviderProps, TherapistCard, TherapistInformationComponent, Toast, ToastButton, ToastContext, ToastProps, ToastProvider, ToastRegion, Toggle, TooltipComponent, _default$h as Typography, TypographyVariantsEnum, UpdatesCard, UserInfoModal, UsersPsychologistScrollList, VerticalCalendar, VerticalCalendarMonthSkeleton, VerticalCalendarSkeleton, _default$2 as Video, _default$H as VideoCallInfo, _default$I as VideoPlayer, _default$y as WorkDirections, YourLocalTimeBlock, appThemes, decOfNum, getProgressForBreakPoint, mergeRefs, toast, useAutoFocus, useBreakPointsPosition, useCircleRatingRenderData, useDomRef, useEvent, useRangeIndex, useRatingCircleBreakPoints, useRatingCircleContentValue, useRatingCircleLegend, useRatingContext, useToastContext };
2538
+ declare const _default$1: React__default.NamedExoticComponent<SpecialistPaymentCardProps & {
2539
+ routeClick: () => void;
2540
+ } & TranslationType>;
2541
+
2542
+ declare const _default: React__default.NamedExoticComponent<SpecialistPaymentCardProps & SpecialistPaymentConsultationsProps & TranslationType>;
2543
+
2544
+ export { AppFooter, _default$n as AppFooter_v2, AppHeader, AppHeader_v2, ArchivedConsultationCard, Avatar, AvatarProps$1 as AvatarProps, _default$m as Avatar_v2, BREAKPOINT_ICON_SIZE, _default$i as Badge, _default$B as BookingScheduleTime, _default$A as BookingSpecialistInfo, Button, Button_v2, Calendar, _default$4 as CalendarPickerFeature, CancelSession, CardModal, ChangeLangModal, ChangeLanguageModal, _default$W as ChatListItem, _default$U as ChatListSkeleton, _default$V as ChatMessage, ChatMessageSkeleton, CheckBoxItem, CheckBoxListFeature, CheckBoxSectionListFeature, _default$v as CheckboxList, CheckboxListCategory, CheckboxListItem, CheckboxTypes, ChevronHeader, CircleRatingContext, CircleRatingProvider, CollapsableText, _default$N as ConsultationCard, ConsultationCardProps, ConsultationCardType, _default$K as ConsultationModal, _default$7 as ConsultationPricingFeature, _default$I as ConsultationSpecialistCard, ConsultationsListSkeleton, Container, Container_v2, ContentCard, CountdownTimerFeature, CountryOfOriginModal, CustomButton, _default$w as CustomCheckbox, CustomRadioButton, _default$x as CustomSelect, _default$y as CustomTextarea, DatePicker, _default$G as DaySlider, DayToRender, DrumListPicker, _default$C as EducationCard, _default$T as EmptyChatList, EmptyChatMessages, _default$L as EmptyConsultations, EntryNotFound, EntryNotFoundProps, _default$s as Flag, FlagTypes, _default$k as Flag_v2, FloatingButton, FooterForBooking, FrequentlyAskedQuestions, GoogleCalendarModalFeature, HeaderWithRedirect, HorizontalCalendar, HorizontalCalendarProps, ISpecialistReview, IconAddModerator, IconApple, IconArrowDown, IconArrowLeft, IconArrowRight, IconBeachAccess, IconBookmark, IconBookmarkOutlined, _default$e as IconButton, IconCalendar, IconCalendarFilled, IconCalendarMonth, IconCancel, IconCancelRounded, IconCapFilled, IconChat3d, IconChatFilled, IconChatOutline, IconCheck, IconCheckSmall, IconCheckboxChecked, IconCheckboxUnchecked, IconClient, IconClientFilled, IconClose, IconCopy, IconCreditCard, IconDelete, IconEcgHeart, IconEdit, IconEditCalendar, IconEventBusy, IconEye, IconEyeOff, IconGift, IconGoogle, IconHome, IconInvisible, IconLanguage, IconLeftArrow, IconLetter, IconLink, IconLogout, IconManageAccounts, IconMute, IconNotificationMuted, IconPaid, IconPaper, IconPause, IconPlus, IconProfileChecked, IconProfileCircle, IconProfileSetting, IconProfileUnderReview, IconPromocode, IconQueryStats, IconQuestion, IconRadioButtonChecked, IconResume, IconSchema, IconSearch, IconSettings, IconShare, IconSpinner, IconStar, IconStarFilled, IconSuccess, IconTime, IconTimeAdd, IconUnmute, IconUserNotFound, IconVerifiedUser, IconVisible, IconWarning, ImageInput, ImageWithFallback, ImpressionEmojiEnum, Input, InputSearch, _default$a as Item, _default$h as ItemCard, LabelArrowRedirect, LanguagesList, _default$_ as LetterAvatar, _default$t as LineFileInput, ListBox, ListBoxItem, ListButton, ListItemType, _default$b as ListItems, ListOption, ListSelect, ListSelectProps, ListSimple, _default$c as Loading, LouseConnect, _default$X as MediaPlayer, Modal, ModalCalendar, ModalSheet, NavigationBar, NoInternetConnection, NotSupportModal, NotesCardText, NotesEditor, PasswordInput, _default$3 as PaymentCalendarFeature, _default$Z as PersonDateTimeCard, _default$j as Picture, _default$r as ProfileInformation, _default$E as ProfileView, _default$u as ProgressBar, ProgressBarDashed, _default$d as ProgressBar_v2, PushNotificationsIsDisabledBanner, PushNotificationsModal, Range, _default$f as Rating, RatingCircleWrapper, _default$H as ReSchedule, ReScheduleSuccess, Refresher, ReviewCard, ReviewStatistics, ReviewSwiperSection, RoundButton, RowItemType, RowSelect, RowSelectProps, SIZES, ScreenInput, ScrollTabs, SectionHeading, Segment, SegmentColor, SegmentType, _default$Y as SelectImpressionEmoji, SelectItemType, ShareModalFeature, _default$M as SignUpSessionButton, _default$J as SignUpSessionModal, Skeleton, _default$l as Skeleton_v2, _default$8 as SlotsGrid, _default$D as SpecialistAbout, SpecialistCard$1 as SpecialistCard, SpecialistCardListWidget, _default$2 as SpecialistCardWidget, _default$R as SpecialistEducationCard, SpecialistInfoColumnFeature as SpecialistInfoColumn, SpecialistLangs, _default$q as SpecialistMatch, _default$6 as SpecialistPaymentCommonCardFeature, SpecialistPaymentCommonCardSkeleton, _default$5 as SpecialistPaymentConsultationsFeature, _default as SpecialistPaymentResumeWidget, _default$1 as SpecialistPaymentWidget, _default$Q as SpecialistProfileViewCard, SpecialistShortInfoItemFeature as SpecialistShortInfoItem, _default$p as SpecialistStatistic, SpecialistStatisticsCard, SpecialistWorkDirections, Spinner, Spinner_v2, StarRating, StatisticsScroll, StatusTag, SuccessScreen, SwitchDeviceCard, TabBar, Tag, _default$z as TextInput, _default$S as Textarea, _default$g as Textarea_v2, ThemeProvider, ThemeProviderProps, TherapistCard, TherapistInformationComponent, Toast, ToastButton, ToastContext, ToastProps, ToastProvider, ToastRegion, Toggle, TooltipComponent, _default$o as Typography, TypographyVariantsEnum, UpdatesCard, UserInfoModal, UsersPsychologistScrollList, VerticalCalendar, VerticalCalendarMonthSkeleton, VerticalCalendarSkeleton, _default$9 as Video, _default$O as VideoCallInfo, _default$P as VideoPlayer, _default$F as WorkDirections, YourLocalTimeBlock, appThemes, decOfNum, getProgressForBreakPoint, mergeRefs, priceNormalize, toast, useAutoFocus, useBreakPointsPosition, useCircleRatingRenderData, useDomRef, useEvent, useRangeIndex, useRatingCircleBreakPoints, useRatingCircleContentValue, useRatingCircleLegend, useRatingContext, useToastContext };