@mindly/ui-components 5.41.1 → 5.43.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (134) hide show
  1. package/dist/cjs/configs/tailwind/colors.d.ts +2 -0
  2. package/dist/cjs/index.js +15 -15
  3. package/dist/cjs/lib/Chat/ChatListItem/ChatListItem.d.ts +16 -1
  4. package/dist/cjs/lib2/features/CalendarPickerFeature/CalendarPickerFeature.d.ts +11 -0
  5. package/dist/cjs/lib2/features/CalendarPickerFeature/index.d.ts +1 -0
  6. package/dist/cjs/lib2/features/ConsultationPricingFeature/ConsultationPricingFeature.d.ts +4 -0
  7. package/dist/cjs/lib2/features/ConsultationPricingFeature/ConsultationPricingFeatureSkeleton.d.ts +5 -0
  8. package/dist/cjs/lib2/features/ConsultationPricingFeature/ConsultationUser.d.ts +11 -0
  9. package/dist/cjs/lib2/features/ConsultationPricingFeature/ConsultationUserSkeleton.d.ts +5 -0
  10. package/dist/cjs/lib2/features/ConsultationPricingFeature/index.d.ts +1 -0
  11. package/dist/cjs/lib2/features/PaymentCalendarFeature/PaymentCalendarFeature.d.ts +4 -0
  12. package/dist/cjs/lib2/features/PaymentCalendarFeature/index.d.ts +1 -0
  13. package/dist/cjs/lib2/features/SpecialistPaymentCommonCardFeature/PaymentBadge.d.ts +4 -0
  14. package/dist/cjs/lib2/features/SpecialistPaymentCommonCardFeature/SpecialistPaymentCommonCardFeature.d.ts +4 -0
  15. package/dist/cjs/lib2/features/SpecialistPaymentCommonCardFeature/SpecialistPaymentCommonCardSkeleton.d.ts +5 -0
  16. package/dist/cjs/lib2/features/SpecialistPaymentCommonCardFeature/index.d.ts +2 -0
  17. package/dist/cjs/lib2/features/SpecialistPaymentCommonCardFeature/styles.d.ts +85 -0
  18. package/dist/cjs/lib2/features/SpecialistPaymentConsultationsFeature/Consultations/ConsultationCard.d.ts +10 -0
  19. package/dist/cjs/lib2/features/SpecialistPaymentConsultationsFeature/Consultations/ConsultationsList.d.ts +11 -0
  20. package/dist/cjs/lib2/features/SpecialistPaymentConsultationsFeature/Consultations/ConsultationsListSkeleton.d.ts +6 -0
  21. package/dist/cjs/lib2/features/SpecialistPaymentConsultationsFeature/SpecialistPaymentConsultationsFeature.d.ts +4 -0
  22. package/dist/cjs/lib2/features/SpecialistPaymentConsultationsFeature/index.d.ts +1 -0
  23. package/dist/cjs/lib2/features/SpecialistPaymentConsultationsFeature/styles.d.ts +87 -0
  24. package/dist/cjs/lib2/features/index.d.ts +5 -1
  25. package/dist/cjs/lib2/shared/assets/icons/IconManageAccounts.d.ts +3 -0
  26. package/dist/cjs/lib2/shared/assets/icons/index.d.ts +1 -0
  27. package/dist/cjs/lib2/shared/hooks/useCalendarData.d.ts +9 -0
  28. package/dist/cjs/lib2/shared/hooks/useSpecialistPayments.d.ts +36 -0
  29. package/dist/cjs/lib2/shared/types/common.d.ts +24 -0
  30. package/dist/cjs/lib2/shared/types/index.d.ts +2 -0
  31. package/dist/cjs/lib2/shared/types/specialistPaymentTypes.d.ts +96 -0
  32. package/dist/cjs/lib2/shared/ui/CollapsableText/CollapsableText.d.ts +9 -0
  33. package/dist/cjs/lib2/shared/ui/CollapsableText/index.d.ts +1 -0
  34. package/dist/cjs/lib2/shared/ui/CollapsableText/styles.d.ts +62 -0
  35. package/dist/cjs/lib2/shared/ui/DrumListPicker/DrumListPicker.d.ts +13 -0
  36. package/dist/cjs/lib2/shared/ui/DrumListPicker/index.d.ts +1 -0
  37. package/dist/cjs/lib2/shared/ui/DrumListPicker/utils.d.ts +3 -0
  38. package/dist/cjs/lib2/shared/ui/HeaderWithRedirect/HeaderWithRedirect.d.ts +8 -0
  39. package/dist/cjs/lib2/shared/ui/HeaderWithRedirect/index.d.ts +1 -0
  40. package/dist/cjs/lib2/shared/ui/HeaderWithRedirect/styles.d.ts +5 -0
  41. package/dist/cjs/lib2/shared/ui/InputSearch/InputSearch.d.ts +1 -2
  42. package/dist/cjs/lib2/shared/ui/InputSearch/types.d.ts +2 -0
  43. package/dist/cjs/lib2/shared/ui/LabelArrowRedirect/LabelArrowRedirect.d.ts +9 -0
  44. package/dist/cjs/lib2/shared/ui/LabelArrowRedirect/index.d.ts +1 -0
  45. package/dist/cjs/lib2/shared/ui/LabelArrowRedirect/styles.d.ts +90 -0
  46. package/dist/cjs/lib2/shared/ui/ProgressBarDashed/ProgressBarDash.d.ts +15 -0
  47. package/dist/cjs/lib2/shared/ui/ProgressBarDashed/ProgressBarDashed.d.ts +15 -0
  48. package/dist/cjs/lib2/shared/ui/ProgressBarDashed/constants.d.ts +1 -0
  49. package/dist/cjs/lib2/shared/ui/ProgressBarDashed/index.d.ts +1 -0
  50. package/dist/cjs/lib2/shared/ui/ProgressBarDashed/styles.d.ts +45 -0
  51. package/dist/cjs/lib2/shared/ui/Typography/Typography.d.ts +1 -0
  52. package/dist/cjs/lib2/shared/ui/Typography/types.d.ts +1 -0
  53. package/dist/cjs/lib2/shared/ui/index.d.ts +5 -0
  54. package/dist/cjs/lib2/shared/utils/index.d.ts +1 -0
  55. package/dist/cjs/lib2/shared/utils/priceNormalizer.d.ts +10 -0
  56. package/dist/cjs/lib2/widgets/SpecialistCardWidget/SpecialistCardWidget.d.ts +2 -1
  57. package/dist/cjs/lib2/widgets/SpecialistCardWidget/types.d.ts +2 -2
  58. package/dist/cjs/lib2/widgets/SpecialistPaymentResumeWidget/SpecialistPaymentResumeWidget.d.ts +4 -0
  59. package/dist/cjs/lib2/widgets/SpecialistPaymentResumeWidget/index.d.ts +1 -0
  60. package/dist/cjs/lib2/widgets/SpecialistPaymentWidget/SpecialistPaymentWidget.d.ts +6 -0
  61. package/dist/cjs/lib2/widgets/SpecialistPaymentWidget/SpecialistPaymentWidget.stories.d.ts +6 -0
  62. package/dist/cjs/lib2/widgets/SpecialistPaymentWidget/index.d.ts +1 -0
  63. package/dist/cjs/lib2/widgets/index.d.ts +2 -0
  64. package/dist/esm/configs/tailwind/colors.d.ts +2 -0
  65. package/dist/esm/index.js +15 -15
  66. package/dist/esm/lib/Chat/ChatListItem/ChatListItem.d.ts +16 -1
  67. package/dist/esm/lib2/features/CalendarPickerFeature/CalendarPickerFeature.d.ts +11 -0
  68. package/dist/esm/lib2/features/CalendarPickerFeature/index.d.ts +1 -0
  69. package/dist/esm/lib2/features/ConsultationPricingFeature/ConsultationPricingFeature.d.ts +4 -0
  70. package/dist/esm/lib2/features/ConsultationPricingFeature/ConsultationPricingFeatureSkeleton.d.ts +5 -0
  71. package/dist/esm/lib2/features/ConsultationPricingFeature/ConsultationUser.d.ts +11 -0
  72. package/dist/esm/lib2/features/ConsultationPricingFeature/ConsultationUserSkeleton.d.ts +5 -0
  73. package/dist/esm/lib2/features/ConsultationPricingFeature/index.d.ts +1 -0
  74. package/dist/esm/lib2/features/PaymentCalendarFeature/PaymentCalendarFeature.d.ts +4 -0
  75. package/dist/esm/lib2/features/PaymentCalendarFeature/index.d.ts +1 -0
  76. package/dist/esm/lib2/features/SpecialistPaymentCommonCardFeature/PaymentBadge.d.ts +4 -0
  77. package/dist/esm/lib2/features/SpecialistPaymentCommonCardFeature/SpecialistPaymentCommonCardFeature.d.ts +4 -0
  78. package/dist/esm/lib2/features/SpecialistPaymentCommonCardFeature/SpecialistPaymentCommonCardSkeleton.d.ts +5 -0
  79. package/dist/esm/lib2/features/SpecialistPaymentCommonCardFeature/index.d.ts +2 -0
  80. package/dist/esm/lib2/features/SpecialistPaymentCommonCardFeature/styles.d.ts +85 -0
  81. package/dist/esm/lib2/features/SpecialistPaymentConsultationsFeature/Consultations/ConsultationCard.d.ts +10 -0
  82. package/dist/esm/lib2/features/SpecialistPaymentConsultationsFeature/Consultations/ConsultationsList.d.ts +11 -0
  83. package/dist/esm/lib2/features/SpecialistPaymentConsultationsFeature/Consultations/ConsultationsListSkeleton.d.ts +6 -0
  84. package/dist/esm/lib2/features/SpecialistPaymentConsultationsFeature/SpecialistPaymentConsultationsFeature.d.ts +4 -0
  85. package/dist/esm/lib2/features/SpecialistPaymentConsultationsFeature/index.d.ts +1 -0
  86. package/dist/esm/lib2/features/SpecialistPaymentConsultationsFeature/styles.d.ts +87 -0
  87. package/dist/esm/lib2/features/index.d.ts +5 -1
  88. package/dist/esm/lib2/shared/assets/icons/IconManageAccounts.d.ts +3 -0
  89. package/dist/esm/lib2/shared/assets/icons/index.d.ts +1 -0
  90. package/dist/esm/lib2/shared/hooks/useCalendarData.d.ts +9 -0
  91. package/dist/esm/lib2/shared/hooks/useSpecialistPayments.d.ts +36 -0
  92. package/dist/esm/lib2/shared/types/common.d.ts +24 -0
  93. package/dist/esm/lib2/shared/types/index.d.ts +2 -0
  94. package/dist/esm/lib2/shared/types/specialistPaymentTypes.d.ts +96 -0
  95. package/dist/esm/lib2/shared/ui/CollapsableText/CollapsableText.d.ts +9 -0
  96. package/dist/esm/lib2/shared/ui/CollapsableText/index.d.ts +1 -0
  97. package/dist/esm/lib2/shared/ui/CollapsableText/styles.d.ts +62 -0
  98. package/dist/esm/lib2/shared/ui/DrumListPicker/DrumListPicker.d.ts +13 -0
  99. package/dist/esm/lib2/shared/ui/DrumListPicker/index.d.ts +1 -0
  100. package/dist/esm/lib2/shared/ui/DrumListPicker/utils.d.ts +3 -0
  101. package/dist/esm/lib2/shared/ui/HeaderWithRedirect/HeaderWithRedirect.d.ts +8 -0
  102. package/dist/esm/lib2/shared/ui/HeaderWithRedirect/index.d.ts +1 -0
  103. package/dist/esm/lib2/shared/ui/HeaderWithRedirect/styles.d.ts +5 -0
  104. package/dist/esm/lib2/shared/ui/InputSearch/InputSearch.d.ts +1 -2
  105. package/dist/esm/lib2/shared/ui/InputSearch/types.d.ts +2 -0
  106. package/dist/esm/lib2/shared/ui/LabelArrowRedirect/LabelArrowRedirect.d.ts +9 -0
  107. package/dist/esm/lib2/shared/ui/LabelArrowRedirect/index.d.ts +1 -0
  108. package/dist/esm/lib2/shared/ui/LabelArrowRedirect/styles.d.ts +90 -0
  109. package/dist/esm/lib2/shared/ui/ProgressBarDashed/ProgressBarDash.d.ts +15 -0
  110. package/dist/esm/lib2/shared/ui/ProgressBarDashed/ProgressBarDashed.d.ts +15 -0
  111. package/dist/esm/lib2/shared/ui/ProgressBarDashed/constants.d.ts +1 -0
  112. package/dist/esm/lib2/shared/ui/ProgressBarDashed/index.d.ts +1 -0
  113. package/dist/esm/lib2/shared/ui/ProgressBarDashed/styles.d.ts +45 -0
  114. package/dist/esm/lib2/shared/ui/Typography/Typography.d.ts +1 -0
  115. package/dist/esm/lib2/shared/ui/Typography/types.d.ts +1 -0
  116. package/dist/esm/lib2/shared/ui/index.d.ts +5 -0
  117. package/dist/esm/lib2/shared/utils/index.d.ts +1 -0
  118. package/dist/esm/lib2/shared/utils/priceNormalizer.d.ts +10 -0
  119. package/dist/esm/lib2/widgets/SpecialistCardWidget/SpecialistCardWidget.d.ts +2 -1
  120. package/dist/esm/lib2/widgets/SpecialistCardWidget/types.d.ts +2 -2
  121. package/dist/esm/lib2/widgets/SpecialistPaymentResumeWidget/SpecialistPaymentResumeWidget.d.ts +4 -0
  122. package/dist/esm/lib2/widgets/SpecialistPaymentResumeWidget/index.d.ts +1 -0
  123. package/dist/esm/lib2/widgets/SpecialistPaymentWidget/SpecialistPaymentWidget.d.ts +6 -0
  124. package/dist/esm/lib2/widgets/SpecialistPaymentWidget/SpecialistPaymentWidget.stories.d.ts +6 -0
  125. package/dist/esm/lib2/widgets/SpecialistPaymentWidget/index.d.ts +1 -0
  126. package/dist/esm/lib2/widgets/index.d.ts +2 -0
  127. package/dist/index.d.ts +267 -66
  128. package/package.json +92 -92
  129. package/src/configs/tailwind/colors.ts +2 -0
  130. package/src/lib2/shared/css/tailwind.css +2 -0
  131. package/dist/cjs/lib2/features/MobilePickerFeature/MobilePickerFeature.d.ts +0 -7
  132. package/dist/cjs/lib2/features/MobilePickerFeature/index.d.ts +0 -1
  133. package/dist/esm/lib2/features/MobilePickerFeature/MobilePickerFeature.d.ts +0 -7
  134. 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;
@@ -447,7 +447,21 @@ type RoundButtonPropsType = {
447
447
  };
448
448
  declare const RoundButton: React__default.FC<RoundButtonPropsType>;
449
449
 
450
- declare const _default$P: React__default.NamedExoticComponent<any>;
450
+ type ChatListItemProps = {
451
+ name: string;
452
+ message?: string;
453
+ avatar?: string;
454
+ newMessagesCount?: number;
455
+ onClick?: () => void;
456
+ status?: 'sent' | 'viewed';
457
+ time?: number;
458
+ timeZone?: string;
459
+ lastMessageType?: 'text' | 'file' | 'image' | 'video' | 'system';
460
+ locale?: string;
461
+ isDisabled?: boolean;
462
+ t?: WithTranslation['t'];
463
+ };
464
+ declare const _default$W: React__default.NamedExoticComponent<ChatListItemProps>;
451
465
 
452
466
  type ChatMessageProps = {
453
467
  message: string | File;
@@ -465,11 +479,11 @@ type ChatMessageProps = {
465
479
  };
466
480
  locale?: string;
467
481
  };
468
- declare const _default$O: React__default.NamedExoticComponent<ChatMessageProps>;
482
+ declare const _default$V: React__default.NamedExoticComponent<ChatMessageProps>;
469
483
 
470
484
  declare const ChatMessageSkeleton: () => JSX.Element;
471
485
 
472
- declare const _default$N: React__default.MemoExoticComponent<() => JSX.Element>;
486
+ declare const _default$U: React__default.MemoExoticComponent<() => JSX.Element>;
473
487
 
474
488
  type EmptyChatList = {
475
489
  title?: string;
@@ -479,7 +493,7 @@ type EmptyChatList = {
479
493
  onClick?: () => void;
480
494
  };
481
495
  declare const EmptyChatList: FC<EmptyChatList>;
482
- declare const _default$M: React__default.NamedExoticComponent<EmptyChatList>;
496
+ declare const _default$T: React__default.NamedExoticComponent<EmptyChatList>;
483
497
 
484
498
  type EmptyChatMessagesProps = {
485
499
  title?: string;
@@ -504,7 +518,7 @@ type TextareaProps = {
504
518
  onFileSelect?: (file: File | null, type: 'file' | 'image' | 'video', fileInfo: FileInfoType) => void;
505
519
  t?: WithTranslation['t'];
506
520
  };
507
- 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>>>;
508
522
 
509
523
  type LouseConnectProps = {
510
524
  onClick?: () => void;
@@ -583,7 +597,7 @@ type SpecialistEducationCardProps$1 = {
583
597
  yearEnd?: number | null;
584
598
  showLoader?: boolean;
585
599
  };
586
- declare const _default$K: React__default.NamedExoticComponent<SpecialistEducationCardProps$1>;
600
+ declare const _default$R: React__default.NamedExoticComponent<SpecialistEducationCardProps$1>;
587
601
 
588
602
  type SpecialistProfileViewCardProps$1 = {
589
603
  avatarLink?: string | null;
@@ -596,7 +610,7 @@ type SpecialistProfileViewCardProps$1 = {
596
610
  videoLinkUrl?: string | null;
597
611
  showLoader?: boolean;
598
612
  } & React__default.DetailedHTMLProps<React__default.HTMLAttributes<HTMLDivElement>, HTMLDivElement>;
599
- declare const _default$J: React__default.NamedExoticComponent<SpecialistProfileViewCardProps$1>;
613
+ declare const _default$Q: React__default.NamedExoticComponent<SpecialistProfileViewCardProps$1>;
600
614
 
601
615
  type SpecialistStatisticsCardProps$1 = {
602
616
  activeClients?: number;
@@ -632,7 +646,7 @@ type VideoPlayerProps = {
632
646
  closeModalHandler?: () => void;
633
647
  onErrorContent: React__default.ReactElement;
634
648
  } & JSX$1.IonModal;
635
- declare const _default$I: React__default.NamedExoticComponent<VideoPlayerProps>;
649
+ declare const _default$P: React__default.NamedExoticComponent<VideoPlayerProps>;
636
650
 
637
651
  type NotSupportModalProps = {
638
652
  closeModal?: () => void;
@@ -668,7 +682,7 @@ type VideoCallInfoProps = {
668
682
  abbreviatedSeconds: string;
669
683
  };
670
684
  };
671
- declare const _default$H: React__default.NamedExoticComponent<VideoCallInfoProps>;
685
+ declare const _default$O: React__default.NamedExoticComponent<VideoCallInfoProps>;
672
686
 
673
687
  declare enum ConsultationCardType {
674
688
  FEATURE = "feature",
@@ -703,14 +717,14 @@ type ConsultationCardProps = {
703
717
  };
704
718
  };
705
719
 
706
- declare const _default$G: React__default.NamedExoticComponent<ConsultationCardProps>;
720
+ declare const _default$N: React__default.NamedExoticComponent<ConsultationCardProps>;
707
721
 
708
722
  type SignUpSessionButtonProps = {
709
723
  label: string;
710
724
  isLoading?: boolean;
711
725
  onClick?: () => void;
712
726
  };
713
- declare const _default$F: React__default.NamedExoticComponent<SignUpSessionButtonProps>;
727
+ declare const _default$M: React__default.NamedExoticComponent<SignUpSessionButtonProps>;
714
728
 
715
729
  type EmptyConsultationsProps = {
716
730
  title: string;
@@ -718,7 +732,7 @@ type EmptyConsultationsProps = {
718
732
  buttonLabel?: string;
719
733
  onClick?: () => void;
720
734
  };
721
- declare const _default$E: React__default.NamedExoticComponent<EmptyConsultationsProps>;
735
+ declare const _default$L: React__default.NamedExoticComponent<EmptyConsultationsProps>;
722
736
 
723
737
  type ConsultationModalProps = {
724
738
  isOpen: boolean;
@@ -753,7 +767,7 @@ type ConsultationModalProps = {
753
767
  started?: string;
754
768
  };
755
769
  };
756
- declare const _default$D: React__default.NamedExoticComponent<ConsultationModalProps>;
770
+ declare const _default$K: React__default.NamedExoticComponent<ConsultationModalProps>;
757
771
 
758
772
  type SpecialistData = {
759
773
  id: string;
@@ -770,7 +784,7 @@ type SignUpSessionModalProps = {
770
784
  title: string;
771
785
  cancelBtnLabel: string;
772
786
  };
773
- declare const _default$C: React__default.NamedExoticComponent<SignUpSessionModalProps>;
787
+ declare const _default$J: React__default.NamedExoticComponent<SignUpSessionModalProps>;
774
788
 
775
789
  type ConsultationSpecialistCardProps = {
776
790
  id: string;
@@ -781,7 +795,7 @@ type ConsultationSpecialistCardProps = {
781
795
  onSignUp?: (id: string) => void;
782
796
  signInBtnLabel: string;
783
797
  };
784
- declare const _default$B: React__default.NamedExoticComponent<ConsultationSpecialistCardProps>;
798
+ declare const _default$I: React__default.NamedExoticComponent<ConsultationSpecialistCardProps>;
785
799
 
786
800
  type UserInfoModalProps = {
787
801
  isOpen: boolean;
@@ -846,7 +860,7 @@ type ReScheduleProps = {
846
860
  btnLabel: string;
847
861
  };
848
862
  };
849
- declare const _default$A: React__default.NamedExoticComponent<ReScheduleProps>;
863
+ declare const _default$H: React__default.NamedExoticComponent<ReScheduleProps>;
850
864
 
851
865
  type ReScheduleSuccessProps = {
852
866
  name: string;
@@ -884,7 +898,7 @@ type DaySliderProps = JSX$1.IonSlides & HTMLAttributes<HTMLIonSlidesElement> & R
884
898
  tomorrow?: string;
885
899
  };
886
900
  };
887
- 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>>>;
888
902
 
889
903
  type SpecialistWorkDirectionsPropsType = {
890
904
  workDirections?: string[] | [];
@@ -893,7 +907,7 @@ type SpecialistWorkDirectionsPropsType = {
893
907
  moreLabel?: string;
894
908
  hideLabel?: string;
895
909
  };
896
- declare const _default$y: React__default.NamedExoticComponent<SpecialistWorkDirectionsPropsType>;
910
+ declare const _default$F: React__default.NamedExoticComponent<SpecialistWorkDirectionsPropsType>;
897
911
 
898
912
  type SpecialistProfileViewCardProps = {
899
913
  videoLink?: string;
@@ -903,7 +917,7 @@ type SpecialistProfileViewCardProps = {
903
917
  isLoading?: boolean;
904
918
  videoDurationSeconds?: number;
905
919
  };
906
- declare const _default$x: React__default.NamedExoticComponent<SpecialistProfileViewCardProps>;
920
+ declare const _default$E: React__default.NamedExoticComponent<SpecialistProfileViewCardProps>;
907
921
 
908
922
  type SpecialistAboutProps = {
909
923
  text?: string;
@@ -912,7 +926,7 @@ type SpecialistAboutProps = {
912
926
  moreLabel?: string;
913
927
  hideLabel?: string;
914
928
  };
915
- declare const _default$w: React__default.NamedExoticComponent<SpecialistAboutProps>;
929
+ declare const _default$D: React__default.NamedExoticComponent<SpecialistAboutProps>;
916
930
 
917
931
  type SpecialistEducationCardProps = {
918
932
  institutionName?: string;
@@ -923,7 +937,7 @@ type SpecialistEducationCardProps = {
923
937
  yearEnd?: number | null;
924
938
  showLoader?: boolean;
925
939
  };
926
- declare const _default$v: React__default.NamedExoticComponent<SpecialistEducationCardProps>;
940
+ declare const _default$C: React__default.NamedExoticComponent<SpecialistEducationCardProps>;
927
941
 
928
942
  type SpecialistStatisticsCardProps = {
929
943
  trust?: boolean;
@@ -969,7 +983,7 @@ type BookingScheduleTimeProps = {
969
983
  onClick?: (index: number, item: string) => void;
970
984
  isLoading?: boolean;
971
985
  };
972
- declare const _default$u: React__default.NamedExoticComponent<BookingScheduleTimeProps>;
986
+ declare const _default$B: React__default.NamedExoticComponent<BookingScheduleTimeProps>;
973
987
 
974
988
  type BookingSpecialistInfoProps = {
975
989
  name: string;
@@ -978,7 +992,7 @@ type BookingSpecialistInfoProps = {
978
992
  avatar?: string;
979
993
  isLoading?: boolean;
980
994
  };
981
- declare const _default$t: React__default.NamedExoticComponent<BookingSpecialistInfoProps>;
995
+ declare const _default$A: React__default.NamedExoticComponent<BookingSpecialistInfoProps>;
982
996
 
983
997
  type SpecialistCardProps = {
984
998
  fullName?: string;
@@ -1027,7 +1041,7 @@ type SpecialistCardProps = {
1027
1041
  };
1028
1042
  declare const SpecialistCard$1: React__default.FC<SpecialistCardProps>;
1029
1043
 
1030
- declare const _default$s: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
1044
+ declare const _default$z: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
1031
1045
  isError?: boolean | undefined;
1032
1046
  errorStyle?: "filled" | "unfilled" | undefined;
1033
1047
  type?: "number" | "text" | "email" | undefined;
@@ -1051,11 +1065,11 @@ declare const PasswordInput: React__default.ForwardRefExoticComponent<{
1051
1065
  error?: string | null | undefined;
1052
1066
  } & Omit<React__default.InputHTMLAttributes<HTMLInputElement>, "type"> & React__default.RefAttributes<HTMLInputElement>>;
1053
1067
 
1054
- declare const _default$r: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
1068
+ declare const _default$y: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
1055
1069
  isError?: boolean | undefined;
1056
1070
  } & React__default.TextareaHTMLAttributes<HTMLTextAreaElement> & React__default.RefAttributes<HTMLTextAreaElement>>>;
1057
1071
 
1058
- declare const _default$q: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
1072
+ declare const _default$x: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
1059
1073
  options: {
1060
1074
  id: string | number;
1061
1075
  label: string | number;
@@ -1087,7 +1101,7 @@ type CustomCheckboxProps = {
1087
1101
  isCheckbox?: boolean;
1088
1102
  onChange?: (e: ChangeEvent<HTMLInputElement>) => void;
1089
1103
  };
1090
- 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>>>;
1091
1105
 
1092
1106
  type CheckboxListItem = {
1093
1107
  id: ReactText;
@@ -1115,7 +1129,7 @@ type CheckboxListProps = {
1115
1129
  from: string;
1116
1130
  };
1117
1131
  };
1118
- declare const _default$o: React__default.NamedExoticComponent<CheckboxListProps>;
1132
+ declare const _default$v: React__default.NamedExoticComponent<CheckboxListProps>;
1119
1133
 
1120
1134
  type BookingHeaderProps = {
1121
1135
  title?: string;
@@ -1129,9 +1143,9 @@ type ProgressBarProps = {
1129
1143
  progress: number;
1130
1144
  loaderTitle?: string;
1131
1145
  };
1132
- declare const _default$n: React__default.NamedExoticComponent<ProgressBarProps>;
1146
+ declare const _default$u: React__default.NamedExoticComponent<ProgressBarProps>;
1133
1147
 
1134
- declare const _default$m: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
1148
+ declare const _default$t: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
1135
1149
  title: string;
1136
1150
  subTitle?: string | undefined;
1137
1151
  isError?: boolean | undefined;
@@ -1162,7 +1176,7 @@ type FlagProps$1 = {
1162
1176
  dimensions?: number;
1163
1177
  className?: string;
1164
1178
  };
1165
- declare const _default$l: React__default.NamedExoticComponent<FlagProps$1>;
1179
+ declare const _default$s: React__default.NamedExoticComponent<FlagProps$1>;
1166
1180
 
1167
1181
  type SpecialistLangsProps = {
1168
1182
  showLoader?: boolean;
@@ -1202,7 +1216,7 @@ type ProfileInformationProps = {
1202
1216
  reviews: string[];
1203
1217
  };
1204
1218
  } & React__default.HTMLAttributes<HTMLDivElement>;
1205
- declare const _default$k: React__default.NamedExoticComponent<ProfileInformationProps>;
1219
+ declare const _default$r: React__default.NamedExoticComponent<ProfileInformationProps>;
1206
1220
 
1207
1221
  type SpecialistMatchProps = {
1208
1222
  specialistFirstName?: string;
@@ -1214,7 +1228,7 @@ type SpecialistMatchProps = {
1214
1228
  howWeMatchThis: string;
1215
1229
  };
1216
1230
  } & React__default.HTMLAttributes<HTMLDivElement>;
1217
- declare const _default$j: React__default.NamedExoticComponent<SpecialistMatchProps>;
1231
+ declare const _default$q: React__default.NamedExoticComponent<SpecialistMatchProps>;
1218
1232
 
1219
1233
  type SpecialistStatisticProps = {
1220
1234
  learnMoreClick: () => void;
@@ -1234,7 +1248,7 @@ type SpecialistStatisticProps = {
1234
1248
  bookedSession: string;
1235
1249
  };
1236
1250
  } & React__default.HTMLAttributes<HTMLDivElement>;
1237
- declare const _default$i: React__default.NamedExoticComponent<SpecialistStatisticProps>;
1251
+ declare const _default$p: React__default.NamedExoticComponent<SpecialistStatisticProps>;
1238
1252
 
1239
1253
  type RatingWithLabelProps = {
1240
1254
  countOfReviews?: number;
@@ -1389,6 +1403,7 @@ declare enum TypographyVariantsEnum {
1389
1403
  Title28Semi = "Title/28 Semi",
1390
1404
  Title24Semi = "Title/24 Semi",
1391
1405
  Title20Semi = "Title/20 Semi",
1406
+ Title18Semi = "Title/18 Semi",
1392
1407
  Text48Semi = "Text/48 Semi",
1393
1408
  Text32Semi = "Text/32 Semi",
1394
1409
  Text24Semi = "Text/24 Semi",
@@ -1416,8 +1431,9 @@ type TypographyProps = {
1416
1431
  isAppearCase?: boolean;
1417
1432
  className?: string;
1418
1433
  children: React__default.ReactNode;
1434
+ onClick?: (args: any) => typeof args;
1419
1435
  };
1420
- declare const _default$h: React__default.NamedExoticComponent<TypographyProps>;
1436
+ declare const _default$o: React__default.NamedExoticComponent<TypographyProps>;
1421
1437
 
1422
1438
  type AppFooterProps = {
1423
1439
  children?: React__default.ReactNode;
@@ -1425,7 +1441,7 @@ type AppFooterProps = {
1425
1441
  bottomSaveArea?: boolean;
1426
1442
  borderTop?: boolean;
1427
1443
  };
1428
- declare const _default$g: React__default.NamedExoticComponent<AppFooterProps>;
1444
+ declare const _default$n: React__default.NamedExoticComponent<AppFooterProps>;
1429
1445
 
1430
1446
  type AvatarRoundVariants = 'circle' | 'drop';
1431
1447
 
@@ -1437,14 +1453,14 @@ type AvatarProps = {
1437
1453
  alt?: string;
1438
1454
  showSkeleton?: boolean;
1439
1455
  };
1440
- declare const _default$f: React__default.NamedExoticComponent<AvatarProps>;
1456
+ declare const _default$m: React__default.NamedExoticComponent<AvatarProps>;
1441
1457
 
1442
1458
  type SkeletonProps = {
1443
1459
  animated?: boolean;
1444
1460
  className?: string;
1445
1461
  style?: React__default.CSSProperties;
1446
1462
  };
1447
- declare const _default$e: React__default.NamedExoticComponent<SkeletonProps>;
1463
+ declare const _default$l: React__default.NamedExoticComponent<SkeletonProps>;
1448
1464
 
1449
1465
  type ButtonProps = {
1450
1466
  fill?: 'outline' | 'clear';
@@ -1477,7 +1493,7 @@ type FlagProps = {
1477
1493
  name: string;
1478
1494
  className?: string;
1479
1495
  };
1480
- declare const _default$d: React__default.NamedExoticComponent<FlagProps>;
1496
+ declare const _default$k: React__default.NamedExoticComponent<FlagProps>;
1481
1497
 
1482
1498
  type PictureProps = {
1483
1499
  width: number;
@@ -1492,7 +1508,7 @@ type PictureProps = {
1492
1508
  alt?: string;
1493
1509
  className?: string;
1494
1510
  };
1495
- declare const _default$c: React__default.NamedExoticComponent<PictureProps>;
1511
+ declare const _default$j: React__default.NamedExoticComponent<PictureProps>;
1496
1512
 
1497
1513
  type BadgeType = 'default' | 'accent';
1498
1514
  type BadgeVariants = 'attention' | 'neutral' | 'success' | 'warning' | 'brand' | 'info';
@@ -1502,7 +1518,7 @@ type BadgeProps = React.ComponentPropsWithoutRef<'span'> & {
1502
1518
  type?: BadgeType;
1503
1519
  };
1504
1520
 
1505
- declare const _default$b: React.NamedExoticComponent<BadgeProps>;
1521
+ declare const _default$i: React.NamedExoticComponent<BadgeProps>;
1506
1522
 
1507
1523
  type ItemCardVariants = 'neutral' | 'transparent';
1508
1524
  type ItemCardProps = React.ComponentPropsWithoutRef<'div'> & {
@@ -1510,7 +1526,7 @@ type ItemCardProps = React.ComponentPropsWithoutRef<'div'> & {
1510
1526
  size?: 'M' | 'M4';
1511
1527
  };
1512
1528
 
1513
- declare const _default$a: React.NamedExoticComponent<ItemCardProps>;
1529
+ declare const _default$h: React.NamedExoticComponent<ItemCardProps>;
1514
1530
 
1515
1531
  type AppHeaderProps = {
1516
1532
  fullwidth?: boolean;
@@ -1580,7 +1596,7 @@ interface TextareaV2Props extends Omit<JSX$1.IonTextarea, 'color' | 'enterkeyhin
1580
1596
  className?: string;
1581
1597
  }
1582
1598
 
1583
- 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>>>;
1584
1600
 
1585
1601
  type RatingProps = {
1586
1602
  initialRating?: number;
@@ -1589,7 +1605,7 @@ type RatingProps = {
1589
1605
  onHover?: (value: number) => void;
1590
1606
  };
1591
1607
 
1592
- declare const _default$8: React__default.NamedExoticComponent<RatingProps>;
1608
+ declare const _default$f: React__default.NamedExoticComponent<RatingProps>;
1593
1609
 
1594
1610
  declare enum CircleRatingSize {
1595
1611
  'S' = "S",
@@ -1674,12 +1690,100 @@ type CircleRatingContextData = CircleRatingContextProps & {
1674
1690
  styles: any;
1675
1691
  };
1676
1692
 
1693
+ type TranslationMock = {
1694
+ t: (v1: any, v2?: any) => string;
1695
+ };
1696
+ type TranslationType = WithTranslation | TranslationMock;
1697
+ type DynamicCommissionValue = {
1698
+ 1: number;
1699
+ 999: number;
1700
+ [key: number]: number | undefined;
1701
+ };
1702
+ type SpecialistConsultationPayment = {
1703
+ currency_local: keyof typeof SupportedCurrency;
1704
+ currency_default: keyof typeof SupportedCurrency;
1705
+ exchange_rate: number;
1706
+ subscription_discount: number;
1707
+ subscription_sessions_count: number;
1708
+ subscription_interval_in_month: number;
1709
+ price_default_in_cents: number;
1710
+ price_local_by_exchange_rate_in_cents: number;
1711
+ price_default_discount_in_cents: number;
1712
+ price_local_discount_by_exchange_rate_in_cents: number;
1713
+ price_default_original_in_cents: number;
1714
+ price_local_original_by_exchange_rate_in_cents: number;
1715
+ commission: number;
1716
+ price_default_commission_in_cents: number;
1717
+ price_local_commission_by_exchange_rate_in_cents: number;
1718
+ price_default_after_commission_in_cents: number;
1719
+ price_local_after_commission_by_exchange_rate_in_cents: number;
1720
+ };
1721
+ type SpecialistConsultation = {
1722
+ id: string;
1723
+ name: string;
1724
+ avatar: string;
1725
+ date: Date;
1726
+ subscriptionId?: string | undefined | null;
1727
+ payment?: Partial<SpecialistConsultationPayment>;
1728
+ };
1729
+ type SpecialistPaymentConsultationsProps = {
1730
+ isConsultationsLoading: boolean;
1731
+ consultations: SpecialistConsultation[];
1732
+ calendarDate: Date;
1733
+ timezone?: string;
1734
+ locale?: string;
1735
+ consultationsModeTrigger: (data: {
1736
+ startDate?: Date;
1737
+ endDate?: Date;
1738
+ }) => void;
1739
+ consultationClick?: (consultation: SpecialistConsultation) => void;
1740
+ };
1741
+ type SpecialistPaymentCurrencyProps = {
1742
+ side?: 'left' | 'right';
1743
+ mode?: 'sign' | 'transcription';
1744
+ };
1745
+ type SpecialistPaymentCardProps = {
1746
+ isLoading?: boolean;
1747
+ calendarDate: Date;
1748
+ timezone?: string;
1749
+ locale?: string;
1750
+ revenue?: number;
1751
+ currency?: SupportedCurrency | undefined;
1752
+ showRevenue: boolean;
1753
+ currencyProps?: SpecialistPaymentCurrencyProps;
1754
+ showCommission?: boolean;
1755
+ commissionRates: Partial<DynamicCommissionValue>;
1756
+ commissionValue: number;
1757
+ totalSessions: number;
1758
+ futureSessions: number;
1759
+ hideProgressBar?: boolean;
1760
+ };
1761
+ type PaymentCalendarFeatureProps = {
1762
+ date: Date;
1763
+ locale?: string;
1764
+ dateCallback: (date: Date) => void;
1765
+ className?: string;
1766
+ };
1767
+ type SpecialistPaymentConsultationDetailsType = {
1768
+ consultation: SpecialistConsultation;
1769
+ isLoading: boolean;
1770
+ timezone: string;
1771
+ locale: string;
1772
+ };
1773
+
1677
1774
  interface IconProps$w extends SVGAttributes<SVGElement> {
1678
1775
  size?: number | string;
1679
1776
  color?: string;
1680
1777
  className?: string;
1681
1778
  }
1682
1779
 
1780
+ declare enum SupportedCurrency {
1781
+ 'UAH' = "UAH",
1782
+ 'EUR' = "EUR",
1783
+ 'PLN' = "PLN",
1784
+ 'USD' = "USD"
1785
+ }
1786
+
1683
1787
  declare const RatingCircleWrapper: FC<CircleRatingComponentProps & {
1684
1788
  t: WithTranslation | any;
1685
1789
  }>;
@@ -1691,7 +1795,7 @@ type IconButtonProps = {
1691
1795
  onClick?: (e: React__default.MouseEvent<HTMLIonButtonElement>) => void;
1692
1796
  fill?: 'clear' | 'filled';
1693
1797
  };
1694
- declare const _default$7: React__default.NamedExoticComponent<IconButtonProps>;
1798
+ declare const _default$e: React__default.NamedExoticComponent<IconButtonProps>;
1695
1799
 
1696
1800
  type ToastProviderProps = ToastStateProps;
1697
1801
  type MindlyToastProps = {
@@ -1731,17 +1835,17 @@ type ProgressBar_v2Props = {
1731
1835
  className?: string;
1732
1836
  reversed?: boolean;
1733
1837
  };
1734
- declare const _default$6: React__default.NamedExoticComponent<ProgressBar_v2Props>;
1838
+ declare const _default$d: React__default.NamedExoticComponent<ProgressBar_v2Props>;
1735
1839
 
1736
1840
  type LoadingProps = {
1737
1841
  isOpen: boolean;
1738
1842
  };
1739
- declare const _default$5: React__default.NamedExoticComponent<LoadingProps>;
1843
+ declare const _default$c: React__default.NamedExoticComponent<LoadingProps>;
1740
1844
 
1741
1845
  type ListItemsProps = React.HTMLAttributes<HTMLIonListElement> & {
1742
1846
  withBorders?: boolean;
1743
1847
  };
1744
- declare const _default$4: React.NamedExoticComponent<ListItemsProps>;
1848
+ declare const _default$b: React.NamedExoticComponent<ListItemsProps>;
1745
1849
 
1746
1850
  type ItemProps = React.HTMLAttributes<HTMLIonItemElement> & {
1747
1851
  leftContent?: React.ReactNode;
@@ -1749,14 +1853,14 @@ type ItemProps = React.HTMLAttributes<HTMLIonItemElement> & {
1749
1853
  withBorders?: boolean;
1750
1854
  isDisabled?: boolean;
1751
1855
  };
1752
- declare const _default$3: React.NamedExoticComponent<ItemProps>;
1856
+ declare const _default$a: React.NamedExoticComponent<ItemProps>;
1753
1857
 
1754
1858
  type VideoProps = {
1755
1859
  src: string;
1756
1860
  isMuted: boolean;
1757
1861
  onMuteToggle: () => void;
1758
1862
  };
1759
- declare const _default$2: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<VideoProps & React__default.RefAttributes<HTMLVideoElement>>>;
1863
+ declare const _default$9: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<VideoProps & React__default.RefAttributes<HTMLVideoElement>>>;
1760
1864
 
1761
1865
  type UlLiProps = {
1762
1866
  list: string[];
@@ -1786,9 +1890,60 @@ type FieldSearchType = {
1786
1890
  debounce?: number;
1787
1891
  placeholder?: string;
1788
1892
  hideButton?: boolean;
1893
+ t?: WithTranslation['t'];
1789
1894
  };
1790
1895
 
1791
- declare const InputSearch: React.FC<FieldSearchType & WithTranslation['t']>;
1896
+ declare const InputSearch: React.FC<FieldSearchType>;
1897
+
1898
+ type LabelArrowRedirectProps = {
1899
+ transparent?: boolean;
1900
+ disabled?: boolean;
1901
+ label?: string;
1902
+ routeClick: () => void;
1903
+ };
1904
+ declare const LabelArrowRedirect: FC<LabelArrowRedirectProps>;
1905
+
1906
+ type HeaderWithRedirectProps = {
1907
+ title: string;
1908
+ label: string;
1909
+ routeClick: () => void;
1910
+ };
1911
+ declare const HeaderWithRedirect: FC<HeaderWithRedirectProps>;
1912
+
1913
+ type ProgressRangeType = {
1914
+ start: number;
1915
+ end: number;
1916
+ value: number;
1917
+ };
1918
+ type ProgressBarDashedProps = {
1919
+ t: any;
1920
+ maxValue: number;
1921
+ ranges: ProgressRangeType[];
1922
+ progress: number | undefined;
1923
+ className?: string;
1924
+ };
1925
+ declare const ProgressBarDashed: FC<ProgressBarDashedProps>;
1926
+
1927
+ type SelectionType = {
1928
+ value: any;
1929
+ label: string;
1930
+ };
1931
+ type Props$2 = {
1932
+ height?: number | undefined;
1933
+ selections: Record<string, SelectionType[]>;
1934
+ defaults?: Record<string, string>;
1935
+ onChange(value: any): void;
1936
+ className?: string;
1937
+ };
1938
+ declare const DrumListPicker: ({ height, selections, defaults, onChange, className, }: Props$2) => JSX.Element;
1939
+
1940
+ type FontWeight = 'Regular' | 'Semi' | 'Bold';
1941
+ type CollapsableTextProps = {
1942
+ text: string;
1943
+ size?: number;
1944
+ fontWeight?: FontWeight;
1945
+ };
1946
+ declare function CollapsableText({ t, text, size, fontWeight, }: CollapsableTextProps & TranslationType): JSX.Element;
1792
1947
 
1793
1948
  declare enum appThemes {
1794
1949
  client = "client",
@@ -2132,9 +2287,20 @@ interface IconProps extends React.SVGAttributes<SVGElement> {
2132
2287
  }
2133
2288
  declare function IconTimeAdd({ color, size, ...other }: IconProps): JSX.Element;
2134
2289
 
2290
+ declare const IconManageAccounts: FC<IconProps$w>;
2291
+
2135
2292
  type AnyRef = React__default.Ref<any>;
2136
2293
  declare const mergeRefs: <T extends unknown>(...refs: AnyRef[]) => React__default.Ref<T>;
2137
2294
 
2295
+ type PriceNormilizeProps = {
2296
+ price: number;
2297
+ locale?: string;
2298
+ currency?: SupportedCurrency;
2299
+ side?: 'left' | 'right';
2300
+ mode?: 'sign' | 'transcription';
2301
+ };
2302
+ declare const priceNormalize: ({ price, locale, currency, side, mode, }: PriceNormilizeProps) => string;
2303
+
2138
2304
  type CountryOfOriginModalProps = {
2139
2305
  countries: string[];
2140
2306
  onSearchChange: (event: IonSearchbarCustomEvent$1<SearchbarChangeEventDetail>) => void;
@@ -2186,7 +2352,7 @@ type SlotsGridProps = {
2186
2352
  isDisabled?: boolean;
2187
2353
  };
2188
2354
 
2189
- declare const _default$1: React__default.NamedExoticComponent<SlotsGridProps>;
2355
+ declare const _default$8: React__default.NamedExoticComponent<SlotsGridProps>;
2190
2356
 
2191
2357
  type PushNotificationsModalProps = {
2192
2358
  onApplyPermission: () => void;
@@ -2246,13 +2412,6 @@ type CountdownTimerFeatureProps = {
2246
2412
  };
2247
2413
  declare const CountdownTimerFeature: FC<CountdownTimerFeatureProps>;
2248
2414
 
2249
- type Props$2 = {
2250
- selections: Record<string, string[]>;
2251
- defaults?: Record<string, string>;
2252
- onChange(value: Record<string, string>): void;
2253
- };
2254
- declare const MobilePickerFeature: ({ selections, defaults, onChange, }: Props$2) => JSX.Element;
2255
-
2256
2415
  type Props$1 = {
2257
2416
  sections: {
2258
2417
  name: string;
@@ -2293,6 +2452,28 @@ type ShareModalFeatureProps = {
2293
2452
  };
2294
2453
  declare const ShareModalFeature: FC<ShareModalFeatureProps>;
2295
2454
 
2455
+ declare const _default$7: React__default.NamedExoticComponent<SpecialistPaymentConsultationDetailsType & TranslationType>;
2456
+
2457
+ declare const _default$6: React__default.NamedExoticComponent<SpecialistPaymentCardProps & TranslationType>;
2458
+
2459
+ type SpecialistPaymentCommonCardSkeletonType = {
2460
+ className?: string;
2461
+ };
2462
+ declare const SpecialistPaymentCommonCardSkeleton: (props: SpecialistPaymentCommonCardSkeletonType) => JSX.Element;
2463
+
2464
+ declare const _default$5: React__default.NamedExoticComponent<SpecialistPaymentConsultationsProps & TranslationType>;
2465
+
2466
+ type CalendarPickerFeatureProps = {
2467
+ date: Date;
2468
+ locale?: string;
2469
+ mode: 'button' | 'auto' | undefined;
2470
+ opened?: boolean;
2471
+ dateCallback: (date: Date) => void;
2472
+ };
2473
+ declare const _default$4: React__default.NamedExoticComponent<CalendarPickerFeatureProps & TranslationType>;
2474
+
2475
+ declare const _default$3: React__default.NamedExoticComponent<PaymentCalendarFeatureProps & TranslationType>;
2476
+
2296
2477
  type GoogleCalendarModalFeatureProps = {
2297
2478
  isOpen: boolean;
2298
2479
  status: 'active' | 'inactive' | 'access_denied';
@@ -2305,10 +2486,22 @@ type GoogleCalendarModalFeatureProps = {
2305
2486
  };
2306
2487
  declare function GoogleCalendarModalFeature({ status, isOpen, onSync, isLoading, presentingElement, imageUrl, onDidDismiss, t, }: GoogleCalendarModalFeatureProps): JSX.Element;
2307
2488
 
2308
- declare const _default: React__default.NamedExoticComponent<any>;
2309
-
2489
+ type SpecialistCardWidgetProps = {
2490
+ t?: WithTranslation['t'];
2491
+ loading: boolean;
2492
+ videoPlayer: {
2493
+ isMuted: boolean;
2494
+ onMuteToggle: () => void;
2495
+ videoRef: (ref: HTMLVideoElement) => void;
2496
+ };
2497
+ specialist: SpecialistCard;
2498
+ isAddedToBookmark: boolean;
2499
+ onChooseVisitTime: () => void;
2500
+ onAddDeleteBookmark: () => void;
2501
+ };
2310
2502
  type SpecialistCard = {
2311
2503
  id: string;
2504
+ isAddedToBookmark: boolean;
2312
2505
  areas: string[];
2313
2506
  reviews: number;
2314
2507
  lastName: string;
@@ -2323,6 +2516,8 @@ type SpecialistCard = {
2323
2516
  sessionDurationMinutes: number;
2324
2517
  };
2325
2518
 
2519
+ declare const _default$2: React__default.NamedExoticComponent<SpecialistCardWidgetProps>;
2520
+
2326
2521
  type SpecialistCardListWidgetProps = {
2327
2522
  t?: WithTranslation['t'];
2328
2523
  specialists: SpecialistCard[];
@@ -2331,4 +2526,10 @@ type SpecialistCardListWidgetProps = {
2331
2526
  };
2332
2527
  declare const SpecialistCardListWidget: FC<SpecialistCardListWidgetProps & WithTranslation['t']>;
2333
2528
 
2334
- 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, 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 };
2529
+ declare const _default$1: React__default.NamedExoticComponent<SpecialistPaymentCardProps & {
2530
+ routeClick: () => void;
2531
+ } & TranslationType>;
2532
+
2533
+ declare const _default: React__default.NamedExoticComponent<SpecialistPaymentCardProps & SpecialistPaymentConsultationsProps & TranslationType>;
2534
+
2535
+ 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, 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 };