@mindly/ui-components 5.90.3 → 5.91.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 (164) hide show
  1. package/dist/cjs/index.js +7 -7
  2. package/dist/cjs/lib2/features/ReviewCardFeature/ReviewCardFeature.d.ts +9 -5
  3. package/dist/cjs/lib2/features/ReviewCardFeature/styles.d.ts +348 -17
  4. package/dist/cjs/lib2/features/ReviewListFeature/ReviewListFeature.d.ts +14 -0
  5. package/dist/cjs/lib2/features/ReviewListFeature/index.d.ts +1 -0
  6. package/dist/cjs/lib2/features/SpecialistAreaListFeature/SpecialistAreaListFeature.d.ts +4 -0
  7. package/dist/cjs/lib2/features/SpecialistAreaListFeature/SpecialistAreaListFeature.stories.d.ts +8 -0
  8. package/dist/cjs/lib2/features/SpecialistAreaListFeature/index.d.ts +1 -0
  9. package/dist/cjs/lib2/features/SpecialistAreaListFeature/types.d.ts +15 -0
  10. package/dist/cjs/lib2/features/SpecialistEducationsFeature/SpecialistEducationsFeature.d.ts +12 -0
  11. package/dist/cjs/lib2/features/SpecialistEducationsFeature/SpecialistEducationsFeature.stories.d.ts +6 -0
  12. package/dist/cjs/lib2/features/SpecialistEducationsFeature/index.d.ts +1 -0
  13. package/dist/cjs/lib2/features/SpecialistInfoColumnFeature/SpecialistInfoColumnFeature.d.ts +9 -5
  14. package/dist/cjs/lib2/features/SpecialistInfoColumnFeature/index.d.ts +1 -1
  15. package/dist/cjs/lib2/features/SpecialistShortInfoItemFeature/SpecialistShortInfoItemFeature.d.ts +11 -3
  16. package/dist/cjs/lib2/features/SpecialistShortInfoItemFeature/SpecialistShortInfoItemFeature.stories.d.ts +1 -0
  17. package/dist/cjs/lib2/features/TextWithClampFeature/TextWithClampFeature.d.ts +4 -0
  18. package/dist/cjs/lib2/features/TextWithClampFeature/index.d.ts +1 -0
  19. package/dist/cjs/lib2/features/TextWithClampFeature/types.d.ts +12 -0
  20. package/dist/cjs/lib2/features/index.d.ts +4 -0
  21. package/dist/cjs/lib2/shared/assets/icons/IconDot.d.ts +3 -0
  22. package/dist/cjs/lib2/shared/assets/icons/IconHeart.d.ts +3 -0
  23. package/dist/cjs/lib2/shared/assets/icons/IconMindly.d.ts +3 -0
  24. package/dist/cjs/lib2/shared/assets/icons/IconMindlyColored.d.ts +3 -0
  25. package/dist/cjs/lib2/shared/assets/icons/IconPlay.d.ts +3 -0
  26. package/dist/cjs/lib2/shared/assets/icons/IconRenew.d.ts +3 -0
  27. package/dist/cjs/lib2/shared/assets/icons/IconStudyHat.d.ts +3 -0
  28. package/dist/cjs/lib2/shared/assets/icons/index.d.ts +7 -0
  29. package/dist/cjs/lib2/shared/types/common.d.ts +1 -0
  30. package/dist/cjs/lib2/shared/types/contract.d.ts +12 -0
  31. package/dist/cjs/lib2/shared/types/iconProps.d.ts +1 -0
  32. package/dist/cjs/lib2/shared/types/index.d.ts +4 -0
  33. package/dist/cjs/lib2/shared/types/review.d.ts +19 -0
  34. package/dist/cjs/lib2/shared/types/specialistTypes.d.ts +65 -0
  35. package/dist/cjs/lib2/shared/types/user.d.ts +33 -0
  36. package/dist/cjs/lib2/shared/ui/Avatar_v2/Avatar_v2.d.ts +2 -2
  37. package/dist/cjs/lib2/shared/ui/Avatar_v2/index.d.ts +1 -0
  38. package/dist/cjs/lib2/shared/ui/Badge/styles.d.ts +2 -2
  39. package/dist/cjs/lib2/shared/ui/Badge/types.d.ts +1 -0
  40. package/dist/cjs/lib2/shared/ui/Button_v2/Button_v2.d.ts +1 -0
  41. package/dist/cjs/lib2/shared/ui/EducationCard_v2/EducationCard.d.ts +11 -0
  42. package/dist/cjs/lib2/shared/ui/EducationCard_v2/index.d.ts +1 -0
  43. package/dist/cjs/lib2/shared/ui/ListItemWithColumns/ListItemWithColumns.d.ts +7 -0
  44. package/dist/cjs/lib2/shared/ui/ListItemWithColumns/index.d.ts +1 -0
  45. package/dist/cjs/lib2/shared/ui/MatchProgress/MatchProgress.d.ts +7 -0
  46. package/dist/cjs/lib2/shared/ui/MatchProgress/index.d.ts +1 -0
  47. package/dist/cjs/lib2/shared/ui/ModalSheet/ModalSheet.d.ts +1 -0
  48. package/dist/cjs/lib2/shared/ui/ModalSheet/types.d.ts +1 -0
  49. package/dist/cjs/lib2/shared/ui/ReviewsSummary/ReviewsSummary.d.ts +13 -0
  50. package/dist/cjs/lib2/shared/ui/ReviewsSummary/ReviewsSummary.stories.d.ts +8 -0
  51. package/dist/cjs/lib2/shared/ui/ReviewsSummary/index.d.ts +1 -0
  52. package/dist/cjs/lib2/shared/ui/ReviewsSummary/styles.d.ts +140 -0
  53. package/dist/cjs/lib2/shared/ui/ShowMore/ShowMore.d.ts +3 -0
  54. package/dist/cjs/lib2/shared/ui/ShowMore/index.d.ts +1 -0
  55. package/dist/cjs/lib2/shared/ui/SuperSpecialist/SuperSpecialist.d.ts +4 -0
  56. package/dist/cjs/lib2/shared/ui/SuperSpecialist/SuperSpecialist.stories.d.ts +7 -0
  57. package/dist/cjs/lib2/shared/ui/SuperSpecialist/index.d.ts +1 -0
  58. package/dist/cjs/lib2/shared/ui/SuperSpecialist/styles.d.ts +105 -0
  59. package/dist/cjs/lib2/shared/ui/SuperSpecialist/types.d.ts +6 -0
  60. package/dist/cjs/lib2/shared/ui/Typography/Typography.d.ts +2 -12
  61. package/dist/cjs/lib2/shared/ui/Typography/types.d.ts +14 -1
  62. package/dist/cjs/lib2/shared/ui/Video/Video.d.ts +10 -3
  63. package/dist/cjs/lib2/shared/ui/Video/Video.stories.d.ts +1 -0
  64. package/dist/cjs/lib2/shared/ui/index.d.ts +5 -0
  65. package/dist/cjs/lib2/shared/utils/format.d.ts +1 -0
  66. package/dist/cjs/lib2/shared/utils/index.d.ts +1 -0
  67. package/dist/cjs/lib2/shared/utils/matching.d.ts +6 -0
  68. package/dist/cjs/lib2/shared/utils/mock.d.ts +5 -0
  69. package/dist/cjs/lib2/shared/utils/priceNormalizer.d.ts +2 -1
  70. package/dist/cjs/lib2/widgets/SpecialistCardListWidget/SpecialistCardListWidget.d.ts +11 -5
  71. package/dist/cjs/lib2/widgets/SpecialistCardListWidget/SpecialistCardListWidget.stories.d.ts +1 -0
  72. package/dist/cjs/lib2/widgets/SpecialistCardListWidget/SpecialistCardListWidgetSkeleton.d.ts +3 -0
  73. package/dist/cjs/lib2/widgets/SpecialistCardWidget/SpecialistCardSkeleton.d.ts +2 -1
  74. package/dist/cjs/lib2/widgets/SpecialistCardWidget/SpecialistCardWidget.stories.d.ts +3 -0
  75. package/dist/cjs/lib2/widgets/SpecialistCardWidget/types.d.ts +17 -9
  76. package/dist/cjs/lib2/widgets/SpecialistDetailWidget/SpecialistDetailWidget.d.ts +4 -0
  77. package/dist/cjs/lib2/widgets/SpecialistDetailWidget/SpecialistDetailWidget.stories.d.ts +9 -0
  78. package/dist/cjs/lib2/widgets/SpecialistDetailWidget/SpecialistDetailWidgetSkeleton.d.ts +3 -0
  79. package/dist/cjs/lib2/widgets/SpecialistDetailWidget/index.d.ts +1 -0
  80. package/dist/cjs/lib2/widgets/SpecialistDetailWidget/types.d.ts +19 -0
  81. package/dist/cjs/lib2/widgets/index.d.ts +1 -0
  82. package/dist/esm/index.js +7 -7
  83. package/dist/esm/lib2/features/ReviewCardFeature/ReviewCardFeature.d.ts +9 -5
  84. package/dist/esm/lib2/features/ReviewCardFeature/styles.d.ts +348 -17
  85. package/dist/esm/lib2/features/ReviewListFeature/ReviewListFeature.d.ts +14 -0
  86. package/dist/esm/lib2/features/ReviewListFeature/index.d.ts +1 -0
  87. package/dist/esm/lib2/features/SpecialistAreaListFeature/SpecialistAreaListFeature.d.ts +4 -0
  88. package/dist/esm/lib2/features/SpecialistAreaListFeature/SpecialistAreaListFeature.stories.d.ts +8 -0
  89. package/dist/esm/lib2/features/SpecialistAreaListFeature/index.d.ts +1 -0
  90. package/dist/esm/lib2/features/SpecialistAreaListFeature/types.d.ts +15 -0
  91. package/dist/esm/lib2/features/SpecialistEducationsFeature/SpecialistEducationsFeature.d.ts +12 -0
  92. package/dist/esm/lib2/features/SpecialistEducationsFeature/SpecialistEducationsFeature.stories.d.ts +6 -0
  93. package/dist/esm/lib2/features/SpecialistEducationsFeature/index.d.ts +1 -0
  94. package/dist/esm/lib2/features/SpecialistInfoColumnFeature/SpecialistInfoColumnFeature.d.ts +9 -5
  95. package/dist/esm/lib2/features/SpecialistInfoColumnFeature/index.d.ts +1 -1
  96. package/dist/esm/lib2/features/SpecialistShortInfoItemFeature/SpecialistShortInfoItemFeature.d.ts +11 -3
  97. package/dist/esm/lib2/features/SpecialistShortInfoItemFeature/SpecialistShortInfoItemFeature.stories.d.ts +1 -0
  98. package/dist/esm/lib2/features/TextWithClampFeature/TextWithClampFeature.d.ts +4 -0
  99. package/dist/esm/lib2/features/TextWithClampFeature/index.d.ts +1 -0
  100. package/dist/esm/lib2/features/TextWithClampFeature/types.d.ts +12 -0
  101. package/dist/esm/lib2/features/index.d.ts +4 -0
  102. package/dist/esm/lib2/shared/assets/icons/IconDot.d.ts +3 -0
  103. package/dist/esm/lib2/shared/assets/icons/IconHeart.d.ts +3 -0
  104. package/dist/esm/lib2/shared/assets/icons/IconMindly.d.ts +3 -0
  105. package/dist/esm/lib2/shared/assets/icons/IconMindlyColored.d.ts +3 -0
  106. package/dist/esm/lib2/shared/assets/icons/IconPlay.d.ts +3 -0
  107. package/dist/esm/lib2/shared/assets/icons/IconRenew.d.ts +3 -0
  108. package/dist/esm/lib2/shared/assets/icons/IconStudyHat.d.ts +3 -0
  109. package/dist/esm/lib2/shared/assets/icons/index.d.ts +7 -0
  110. package/dist/esm/lib2/shared/types/common.d.ts +1 -0
  111. package/dist/esm/lib2/shared/types/contract.d.ts +12 -0
  112. package/dist/esm/lib2/shared/types/iconProps.d.ts +1 -0
  113. package/dist/esm/lib2/shared/types/index.d.ts +4 -0
  114. package/dist/esm/lib2/shared/types/review.d.ts +19 -0
  115. package/dist/esm/lib2/shared/types/specialistTypes.d.ts +65 -0
  116. package/dist/esm/lib2/shared/types/user.d.ts +33 -0
  117. package/dist/esm/lib2/shared/ui/Avatar_v2/Avatar_v2.d.ts +2 -2
  118. package/dist/esm/lib2/shared/ui/Avatar_v2/index.d.ts +1 -0
  119. package/dist/esm/lib2/shared/ui/Badge/styles.d.ts +2 -2
  120. package/dist/esm/lib2/shared/ui/Badge/types.d.ts +1 -0
  121. package/dist/esm/lib2/shared/ui/Button_v2/Button_v2.d.ts +1 -0
  122. package/dist/esm/lib2/shared/ui/EducationCard_v2/EducationCard.d.ts +11 -0
  123. package/dist/esm/lib2/shared/ui/EducationCard_v2/index.d.ts +1 -0
  124. package/dist/esm/lib2/shared/ui/ListItemWithColumns/ListItemWithColumns.d.ts +7 -0
  125. package/dist/esm/lib2/shared/ui/ListItemWithColumns/index.d.ts +1 -0
  126. package/dist/esm/lib2/shared/ui/MatchProgress/MatchProgress.d.ts +7 -0
  127. package/dist/esm/lib2/shared/ui/MatchProgress/index.d.ts +1 -0
  128. package/dist/esm/lib2/shared/ui/ModalSheet/ModalSheet.d.ts +1 -0
  129. package/dist/esm/lib2/shared/ui/ModalSheet/types.d.ts +1 -0
  130. package/dist/esm/lib2/shared/ui/ReviewsSummary/ReviewsSummary.d.ts +13 -0
  131. package/dist/esm/lib2/shared/ui/ReviewsSummary/ReviewsSummary.stories.d.ts +8 -0
  132. package/dist/esm/lib2/shared/ui/ReviewsSummary/index.d.ts +1 -0
  133. package/dist/esm/lib2/shared/ui/ReviewsSummary/styles.d.ts +140 -0
  134. package/dist/esm/lib2/shared/ui/ShowMore/ShowMore.d.ts +3 -0
  135. package/dist/esm/lib2/shared/ui/ShowMore/index.d.ts +1 -0
  136. package/dist/esm/lib2/shared/ui/SuperSpecialist/SuperSpecialist.d.ts +4 -0
  137. package/dist/esm/lib2/shared/ui/SuperSpecialist/SuperSpecialist.stories.d.ts +7 -0
  138. package/dist/esm/lib2/shared/ui/SuperSpecialist/index.d.ts +1 -0
  139. package/dist/esm/lib2/shared/ui/SuperSpecialist/styles.d.ts +105 -0
  140. package/dist/esm/lib2/shared/ui/SuperSpecialist/types.d.ts +6 -0
  141. package/dist/esm/lib2/shared/ui/Typography/Typography.d.ts +2 -12
  142. package/dist/esm/lib2/shared/ui/Typography/types.d.ts +14 -1
  143. package/dist/esm/lib2/shared/ui/Video/Video.d.ts +10 -3
  144. package/dist/esm/lib2/shared/ui/Video/Video.stories.d.ts +1 -0
  145. package/dist/esm/lib2/shared/ui/index.d.ts +5 -0
  146. package/dist/esm/lib2/shared/utils/format.d.ts +1 -0
  147. package/dist/esm/lib2/shared/utils/index.d.ts +1 -0
  148. package/dist/esm/lib2/shared/utils/matching.d.ts +6 -0
  149. package/dist/esm/lib2/shared/utils/mock.d.ts +5 -0
  150. package/dist/esm/lib2/shared/utils/priceNormalizer.d.ts +2 -1
  151. package/dist/esm/lib2/widgets/SpecialistCardListWidget/SpecialistCardListWidget.d.ts +11 -5
  152. package/dist/esm/lib2/widgets/SpecialistCardListWidget/SpecialistCardListWidget.stories.d.ts +1 -0
  153. package/dist/esm/lib2/widgets/SpecialistCardListWidget/SpecialistCardListWidgetSkeleton.d.ts +3 -0
  154. package/dist/esm/lib2/widgets/SpecialistCardWidget/SpecialistCardSkeleton.d.ts +2 -1
  155. package/dist/esm/lib2/widgets/SpecialistCardWidget/SpecialistCardWidget.stories.d.ts +3 -0
  156. package/dist/esm/lib2/widgets/SpecialistCardWidget/types.d.ts +17 -9
  157. package/dist/esm/lib2/widgets/SpecialistDetailWidget/SpecialistDetailWidget.d.ts +4 -0
  158. package/dist/esm/lib2/widgets/SpecialistDetailWidget/SpecialistDetailWidget.stories.d.ts +9 -0
  159. package/dist/esm/lib2/widgets/SpecialistDetailWidget/SpecialistDetailWidgetSkeleton.d.ts +3 -0
  160. package/dist/esm/lib2/widgets/SpecialistDetailWidget/index.d.ts +1 -0
  161. package/dist/esm/lib2/widgets/SpecialistDetailWidget/types.d.ts +19 -0
  162. package/dist/esm/lib2/widgets/index.d.ts +1 -0
  163. package/dist/index.d.ts +489 -219
  164. package/package.json +5 -3
package/dist/index.d.ts CHANGED
@@ -1,4 +1,5 @@
1
- import * as React from 'react';
1
+ /// <reference types="react" />
2
+ import * as React$1 from 'react';
2
3
  import React__default, { ReactNode, CSSProperties, HTMLAttributes, RefAttributes, FC, ReactText, ReactElement, ChangeEvent, SVGAttributes, KeyboardEvent, InputHTMLAttributes, RefObject, SVGProps, PropsWithChildren } from 'react';
3
4
  import { JSX as JSX$1 } from '@ionic/core/components';
4
5
  import * as react_i18next from 'react-i18next';
@@ -225,7 +226,7 @@ type LetterAvatarProps = {
225
226
  fontSize?: number;
226
227
  onClick?: () => void;
227
228
  };
228
- declare const _default$1e: React__default.NamedExoticComponent<LetterAvatarProps>;
229
+ declare const _default$1j: React__default.NamedExoticComponent<LetterAvatarProps>;
229
230
 
230
231
  type ImageWithFallbackProps = JSX.IntrinsicElements['img'] & {
231
232
  onErrorContent: React__default.ReactElement;
@@ -237,7 +238,7 @@ type PersonDateTimeCardProps = {
237
238
  name: string;
238
239
  dateTime: Date;
239
240
  };
240
- declare const _default$1d: React__default.NamedExoticComponent<PersonDateTimeCardProps>;
241
+ declare const _default$1i: React__default.NamedExoticComponent<PersonDateTimeCardProps>;
241
242
 
242
243
  type PsychologistProfileType = {
243
244
  id: string;
@@ -403,7 +404,7 @@ type SelectImpressionEmojiProps = {
403
404
  onChange?: (val: ImpressionEmojiEnum) => void;
404
405
  };
405
406
 
406
- declare const _default$1c: React__default.NamedExoticComponent<SelectImpressionEmojiProps>;
407
+ declare const _default$1h: React__default.NamedExoticComponent<SelectImpressionEmojiProps>;
407
408
 
408
409
  interface FooterForBookingProps {
409
410
  eventHandler: (props?: React__default.SyntheticEvent) => void;
@@ -435,7 +436,7 @@ type MediaPlayerProps<TCameraTrack extends Playable | undefined, TAudioTrack ext
435
436
  showControls: boolean;
436
437
  isScreenSharing?: boolean;
437
438
  } & HTMLAttributes<HTMLDivElement>;
438
- declare const _default$1b: <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;
439
+ declare const _default$1g: <TCameraTrack extends Playable | undefined, TAudioTrack extends Playable | undefined>({ fullwidth, cameraTrack, audioTrack, isVideoTrackMuted, isAudioTrackMuted, networkQuality, fallbackAvatar, fallbackAvatarDimensions, fallbackName, showControls, isScreenSharing, ...props }: MediaPlayerProps<TCameraTrack, TAudioTrack>) => JSX.Element;
439
440
 
440
441
  type RoundButtonPropsType = {
441
442
  disabled?: boolean;
@@ -464,7 +465,7 @@ type ChatListItemProps = {
464
465
  isDisabled?: boolean;
465
466
  t?: WithTranslation['t'];
466
467
  };
467
- declare const _default$1a: React__default.NamedExoticComponent<ChatListItemProps>;
468
+ declare const _default$1f: React__default.NamedExoticComponent<ChatListItemProps>;
468
469
 
469
470
  type ChatMessageProps = {
470
471
  message: string | File;
@@ -492,11 +493,11 @@ type ChatMessageProps = {
492
493
  onClickHandler: () => void;
493
494
  }[] | null;
494
495
  };
495
- declare const _default$19: React__default.NamedExoticComponent<ChatMessageProps>;
496
+ declare const _default$1e: React__default.NamedExoticComponent<ChatMessageProps>;
496
497
 
497
498
  declare const ChatMessageSkeleton: () => JSX.Element;
498
499
 
499
- declare const _default$18: React__default.MemoExoticComponent<() => JSX.Element>;
500
+ declare const _default$1d: React__default.MemoExoticComponent<() => JSX.Element>;
500
501
 
501
502
  type EmptyChatList = {
502
503
  title?: string;
@@ -506,7 +507,7 @@ type EmptyChatList = {
506
507
  onClick?: () => void;
507
508
  };
508
509
  declare const EmptyChatList: FC<EmptyChatList>;
509
- declare const _default$17: React__default.NamedExoticComponent<EmptyChatList>;
510
+ declare const _default$1c: React__default.NamedExoticComponent<EmptyChatList>;
510
511
 
511
512
  type EmptyChatMessagesProps = {
512
513
  title?: string;
@@ -531,7 +532,7 @@ type TextareaProps = {
531
532
  onFileSelect?: (file: File | null, type: 'file' | 'image' | 'video', fileInfo: FileInfoType) => void;
532
533
  t?: WithTranslation['t'];
533
534
  };
534
- declare const _default$16: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<TextareaProps & React__default.RefAttributes<HTMLIonFooterElement>>>;
535
+ declare const _default$1b: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<TextareaProps & React__default.RefAttributes<HTMLIonFooterElement>>>;
535
536
 
536
537
  type LouseConnectProps = {
537
538
  onClick?: () => void;
@@ -610,7 +611,7 @@ type SpecialistEducationCardProps$1 = {
610
611
  yearEnd?: number | null;
611
612
  showLoader?: boolean;
612
613
  };
613
- declare const _default$15: React__default.NamedExoticComponent<SpecialistEducationCardProps$1>;
614
+ declare const _default$1a: React__default.NamedExoticComponent<SpecialistEducationCardProps$1>;
614
615
 
615
616
  type SpecialistProfileViewCardProps$1 = {
616
617
  avatarLink?: string | null;
@@ -623,7 +624,7 @@ type SpecialistProfileViewCardProps$1 = {
623
624
  videoLinkUrl?: string | null;
624
625
  showLoader?: boolean;
625
626
  } & React__default.DetailedHTMLProps<React__default.HTMLAttributes<HTMLDivElement>, HTMLDivElement>;
626
- declare const _default$14: React__default.NamedExoticComponent<SpecialistProfileViewCardProps$1>;
627
+ declare const _default$19: React__default.NamedExoticComponent<SpecialistProfileViewCardProps$1>;
627
628
 
628
629
  type SpecialistStatisticsCardProps$1 = {
629
630
  activeClients?: number;
@@ -659,7 +660,7 @@ type VideoPlayerProps = {
659
660
  closeModalHandler?: () => void;
660
661
  onErrorContent: React__default.ReactElement;
661
662
  } & JSX$1.IonModal;
662
- declare const _default$13: React__default.NamedExoticComponent<VideoPlayerProps>;
663
+ declare const _default$18: React__default.NamedExoticComponent<VideoPlayerProps>;
663
664
 
664
665
  type NotSupportModalProps = {
665
666
  closeModal?: () => void;
@@ -695,7 +696,7 @@ type VideoCallInfoProps = {
695
696
  abbreviatedSeconds: string;
696
697
  };
697
698
  };
698
- declare const _default$12: React__default.NamedExoticComponent<VideoCallInfoProps>;
699
+ declare const _default$17: React__default.NamedExoticComponent<VideoCallInfoProps>;
699
700
 
700
701
  declare enum ConsultationCardType {
701
702
  FEATURE = "feature",
@@ -730,14 +731,14 @@ type ConsultationCardProps = {
730
731
  };
731
732
  };
732
733
 
733
- declare const _default$11: React__default.NamedExoticComponent<ConsultationCardProps>;
734
+ declare const _default$16: React__default.NamedExoticComponent<ConsultationCardProps>;
734
735
 
735
736
  type SignUpSessionButtonProps = {
736
737
  label: string;
737
738
  isLoading?: boolean;
738
739
  onClick?: () => void;
739
740
  };
740
- declare const _default$10: React__default.NamedExoticComponent<SignUpSessionButtonProps>;
741
+ declare const _default$15: React__default.NamedExoticComponent<SignUpSessionButtonProps>;
741
742
 
742
743
  type EmptyConsultationsProps = {
743
744
  title: string;
@@ -745,7 +746,7 @@ type EmptyConsultationsProps = {
745
746
  buttonLabel?: string;
746
747
  onClick?: () => void;
747
748
  };
748
- declare const _default$$: React__default.NamedExoticComponent<EmptyConsultationsProps>;
749
+ declare const _default$14: React__default.NamedExoticComponent<EmptyConsultationsProps>;
749
750
 
750
751
  type ConsultationModalProps = {
751
752
  isOpen: boolean;
@@ -781,7 +782,7 @@ type ConsultationModalProps = {
781
782
  started?: string;
782
783
  };
783
784
  };
784
- declare const _default$_: React__default.NamedExoticComponent<ConsultationModalProps>;
785
+ declare const _default$13: React__default.NamedExoticComponent<ConsultationModalProps>;
785
786
 
786
787
  type SpecialistData = {
787
788
  id: string;
@@ -798,7 +799,7 @@ type SignUpSessionModalProps = {
798
799
  title: string;
799
800
  cancelBtnLabel: string;
800
801
  };
801
- declare const _default$Z: React__default.NamedExoticComponent<SignUpSessionModalProps>;
802
+ declare const _default$12: React__default.NamedExoticComponent<SignUpSessionModalProps>;
802
803
 
803
804
  type ConsultationSpecialistCardProps = {
804
805
  id: string;
@@ -809,7 +810,7 @@ type ConsultationSpecialistCardProps = {
809
810
  onSignUp?: (id: string) => void;
810
811
  signInBtnLabel: string;
811
812
  };
812
- declare const _default$Y: React__default.NamedExoticComponent<ConsultationSpecialistCardProps>;
813
+ declare const _default$11: React__default.NamedExoticComponent<ConsultationSpecialistCardProps>;
813
814
 
814
815
  type UserInfoModalProps = {
815
816
  isOpen: boolean;
@@ -880,7 +881,7 @@ type ReScheduleProps = {
880
881
  btnLabel: string;
881
882
  };
882
883
  };
883
- declare const _default$X: React__default.NamedExoticComponent<ReScheduleProps>;
884
+ declare const _default$10: React__default.NamedExoticComponent<ReScheduleProps>;
884
885
 
885
886
  type ReScheduleSuccessProps = {
886
887
  name: string;
@@ -918,7 +919,7 @@ type DaySliderProps = JSX$1.IonSlides & HTMLAttributes<HTMLIonSlidesElement> & R
918
919
  tomorrow?: string;
919
920
  };
920
921
  };
921
- declare const _default$W: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<Omit<DaySliderProps, "ref"> & React__default.RefAttributes<HTMLIonSlidesElement>>>;
922
+ declare const _default$$: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<Omit<DaySliderProps, "ref"> & React__default.RefAttributes<HTMLIonSlidesElement>>>;
922
923
 
923
924
  type SpecialistWorkDirectionsPropsType = {
924
925
  workDirections?: string[] | [];
@@ -927,7 +928,7 @@ type SpecialistWorkDirectionsPropsType = {
927
928
  moreLabel?: string;
928
929
  hideLabel?: string;
929
930
  };
930
- declare const _default$V: React__default.NamedExoticComponent<SpecialistWorkDirectionsPropsType>;
931
+ declare const _default$_: React__default.NamedExoticComponent<SpecialistWorkDirectionsPropsType>;
931
932
 
932
933
  type SpecialistProfileViewCardProps = {
933
934
  videoLink?: string;
@@ -937,7 +938,7 @@ type SpecialistProfileViewCardProps = {
937
938
  isLoading?: boolean;
938
939
  videoDurationSeconds?: number;
939
940
  };
940
- declare const _default$U: React__default.NamedExoticComponent<SpecialistProfileViewCardProps>;
941
+ declare const _default$Z: React__default.NamedExoticComponent<SpecialistProfileViewCardProps>;
941
942
 
942
943
  type SpecialistAboutProps = {
943
944
  text?: string;
@@ -946,7 +947,7 @@ type SpecialistAboutProps = {
946
947
  moreLabel?: string;
947
948
  hideLabel?: string;
948
949
  };
949
- declare const _default$T: React__default.NamedExoticComponent<SpecialistAboutProps>;
950
+ declare const _default$Y: React__default.NamedExoticComponent<SpecialistAboutProps>;
950
951
 
951
952
  type SpecialistEducationCardProps = {
952
953
  institutionName?: string;
@@ -957,7 +958,7 @@ type SpecialistEducationCardProps = {
957
958
  yearEnd?: number | null;
958
959
  showLoader?: boolean;
959
960
  };
960
- declare const _default$S: React__default.NamedExoticComponent<SpecialistEducationCardProps>;
961
+ declare const _default$X: React__default.NamedExoticComponent<SpecialistEducationCardProps>;
961
962
 
962
963
  type SpecialistStatisticsCardProps = {
963
964
  trust?: boolean;
@@ -1003,7 +1004,7 @@ type BookingScheduleTimeProps = {
1003
1004
  onClick?: (index: number, item: string) => void;
1004
1005
  isLoading?: boolean;
1005
1006
  };
1006
- declare const _default$R: React__default.NamedExoticComponent<BookingScheduleTimeProps>;
1007
+ declare const _default$W: React__default.NamedExoticComponent<BookingScheduleTimeProps>;
1007
1008
 
1008
1009
  type BookingSpecialistInfoProps = {
1009
1010
  name: string;
@@ -1012,7 +1013,7 @@ type BookingSpecialistInfoProps = {
1012
1013
  avatar?: string;
1013
1014
  isLoading?: boolean;
1014
1015
  };
1015
- declare const _default$Q: React__default.NamedExoticComponent<BookingSpecialistInfoProps>;
1016
+ declare const _default$V: React__default.NamedExoticComponent<BookingSpecialistInfoProps>;
1016
1017
 
1017
1018
  type SpecialistCardProps = {
1018
1019
  fullName?: string;
@@ -1059,9 +1060,9 @@ type SpecialistCardProps = {
1059
1060
  uploadButton?: boolean;
1060
1061
  onUploadButtonClick?: () => void;
1061
1062
  };
1062
- declare const SpecialistCard$1: React__default.FC<SpecialistCardProps>;
1063
+ declare const SpecialistCard: React__default.FC<SpecialistCardProps>;
1063
1064
 
1064
- declare const _default$P: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
1065
+ declare const _default$U: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
1065
1066
  isError?: boolean | undefined;
1066
1067
  errorStyle?: "filled" | "unfilled" | undefined;
1067
1068
  type?: "number" | "text" | "email" | undefined;
@@ -1085,11 +1086,11 @@ declare const PasswordInput: React__default.ForwardRefExoticComponent<{
1085
1086
  error?: string | null | undefined;
1086
1087
  } & Omit<React__default.InputHTMLAttributes<HTMLInputElement>, "type"> & React__default.RefAttributes<HTMLInputElement>>;
1087
1088
 
1088
- declare const _default$O: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
1089
+ declare const _default$T: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
1089
1090
  isError?: boolean | undefined;
1090
1091
  } & React__default.TextareaHTMLAttributes<HTMLTextAreaElement> & React__default.RefAttributes<HTMLTextAreaElement>>>;
1091
1092
 
1092
- declare const _default$N: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
1093
+ declare const _default$S: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
1093
1094
  options: {
1094
1095
  id: string | number;
1095
1096
  label: string | number;
@@ -1121,7 +1122,7 @@ type CustomCheckboxProps = {
1121
1122
  isCheckbox?: boolean;
1122
1123
  onChange?: (e: ChangeEvent<HTMLInputElement>) => void;
1123
1124
  };
1124
- declare const _default$M: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<CustomCheckboxProps & React__default.RefAttributes<HTMLInputElement>>>;
1125
+ declare const _default$R: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<CustomCheckboxProps & React__default.RefAttributes<HTMLInputElement>>>;
1125
1126
 
1126
1127
  type CheckboxListItem = {
1127
1128
  id: ReactText;
@@ -1149,7 +1150,7 @@ type CheckboxListProps = {
1149
1150
  from: string;
1150
1151
  };
1151
1152
  };
1152
- declare const _default$L: React__default.NamedExoticComponent<CheckboxListProps>;
1153
+ declare const _default$Q: React__default.NamedExoticComponent<CheckboxListProps>;
1153
1154
 
1154
1155
  type BookingHeaderProps = {
1155
1156
  title?: string;
@@ -1163,9 +1164,9 @@ type ProgressBarProps = {
1163
1164
  progress: number;
1164
1165
  loaderTitle?: string;
1165
1166
  };
1166
- declare const _default$K: React__default.NamedExoticComponent<ProgressBarProps>;
1167
+ declare const _default$P: React__default.NamedExoticComponent<ProgressBarProps>;
1167
1168
 
1168
- declare const _default$J: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
1169
+ declare const _default$O: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
1169
1170
  title: string;
1170
1171
  subTitle?: string | undefined;
1171
1172
  isError?: boolean | undefined;
@@ -1197,7 +1198,7 @@ type FlagProps$1 = {
1197
1198
  dimensions?: number;
1198
1199
  className?: string;
1199
1200
  };
1200
- declare const _default$I: React__default.NamedExoticComponent<FlagProps$1>;
1201
+ declare const _default$N: React__default.NamedExoticComponent<FlagProps$1>;
1201
1202
 
1202
1203
  type SpecialistLangsProps = {
1203
1204
  showLoader?: boolean;
@@ -1237,7 +1238,7 @@ type ProfileInformationProps = {
1237
1238
  reviews: string[];
1238
1239
  };
1239
1240
  } & React__default.HTMLAttributes<HTMLDivElement>;
1240
- declare const _default$H: React__default.NamedExoticComponent<ProfileInformationProps>;
1241
+ declare const _default$M: React__default.NamedExoticComponent<ProfileInformationProps>;
1241
1242
 
1242
1243
  type SpecialistMatchProps = {
1243
1244
  specialistFirstName?: string;
@@ -1249,7 +1250,7 @@ type SpecialistMatchProps = {
1249
1250
  howWeMatchThis: string;
1250
1251
  };
1251
1252
  } & React__default.HTMLAttributes<HTMLDivElement>;
1252
- declare const _default$G: React__default.NamedExoticComponent<SpecialistMatchProps>;
1253
+ declare const _default$L: React__default.NamedExoticComponent<SpecialistMatchProps>;
1253
1254
 
1254
1255
  type SpecialistStatisticProps = {
1255
1256
  learnMoreClick: () => void;
@@ -1269,7 +1270,7 @@ type SpecialistStatisticProps = {
1269
1270
  bookedSession: string;
1270
1271
  };
1271
1272
  } & React__default.HTMLAttributes<HTMLDivElement>;
1272
- declare const _default$F: React__default.NamedExoticComponent<SpecialistStatisticProps>;
1273
+ declare const _default$K: React__default.NamedExoticComponent<SpecialistStatisticProps>;
1273
1274
 
1274
1275
  type RatingWithLabelProps = {
1275
1276
  countOfReviews?: number;
@@ -1447,25 +1448,27 @@ declare enum TypographyVariantsEnum {
1447
1448
  Tabbar10Medium = "Tabbar/10 Medium",
1448
1449
  Text8Regular = "Text/8 Regular",
1449
1450
  Text7Regular = "Text/7 Regular",
1450
- Text6Regular = "Text/6 Regular"
1451
+ Text6Regular = "Text/6 Regular",
1452
+ Badge12Semi = "Badge/12 Semi",
1453
+ Badge12Regular = "Badge/12 Regular"
1451
1454
  }
1452
1455
  type TypographyAlignType = 'left' | 'center' | 'right';
1453
1456
  type TypographyOpacityType = 100 | 65 | 50 | 45 | 35 | 30 | 15 | 10 | 8 | 6;
1454
-
1455
1457
  type TypographyProps = {
1456
1458
  variant?: TypographyVariantsEnum;
1457
1459
  align?: TypographyAlignType;
1458
1460
  opacity?: TypographyOpacityType;
1459
1461
  isAppearCase?: boolean;
1460
1462
  className?: string;
1461
- children: React__default.ReactNode;
1463
+ children: React.ReactNode;
1462
1464
  onClick?: (args: any) => typeof args;
1463
1465
  isError?: boolean;
1464
1466
  };
1465
- declare const _default$E: React__default.NamedExoticComponent<TypographyProps>;
1467
+
1468
+ declare const _default$J: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<TypographyProps & React__default.RefAttributes<HTMLDivElement>>>;
1466
1469
 
1467
1470
  type AlertCardVariants = 'transparent' | 'yellow' | 'blue';
1468
- type AlertCardProps = React.ComponentPropsWithoutRef<'div'> & {
1471
+ type AlertCardProps = React$1.ComponentPropsWithoutRef<'div'> & {
1469
1472
  variant: AlertCardVariants;
1470
1473
  size?: 'XY4' | 'X5Y4' | 'XY5';
1471
1474
  title?: string;
@@ -1478,7 +1481,7 @@ type AlertCardProps = React.ComponentPropsWithoutRef<'div'> & {
1478
1481
  };
1479
1482
  };
1480
1483
 
1481
- declare const _default$D: React.NamedExoticComponent<AlertCardProps>;
1484
+ declare const _default$I: React$1.NamedExoticComponent<AlertCardProps>;
1482
1485
 
1483
1486
  type AppFooterProps = {
1484
1487
  children?: React__default.ReactNode;
@@ -1489,26 +1492,26 @@ type AppFooterProps = {
1489
1492
  toolbarStyle?: CSSProperties;
1490
1493
  className?: string;
1491
1494
  };
1492
- declare const _default$C: React__default.NamedExoticComponent<AppFooterProps>;
1495
+ declare const _default$H: React__default.NamedExoticComponent<AppFooterProps>;
1493
1496
 
1494
1497
  type AvatarRoundVariants = 'circle' | 'drop';
1495
1498
 
1496
1499
  type AvatarProps = {
1497
- variant?: 'small' | 'medium' | 'smaller';
1500
+ variant?: 'small' | 'medium' | 'smaller' | 'large';
1498
1501
  round?: AvatarRoundVariants;
1499
1502
  className?: string;
1500
1503
  src?: string;
1501
1504
  alt?: string;
1502
1505
  showSkeleton?: boolean;
1503
1506
  };
1504
- declare const _default$B: React__default.NamedExoticComponent<AvatarProps>;
1507
+ declare const _default$G: React__default.NamedExoticComponent<AvatarProps>;
1505
1508
 
1506
1509
  type SkeletonProps = {
1507
1510
  animated?: boolean;
1508
1511
  className?: string;
1509
1512
  style?: React__default.CSSProperties;
1510
1513
  };
1511
- declare const _default$A: React__default.NamedExoticComponent<SkeletonProps>;
1514
+ declare const _default$F: React__default.NamedExoticComponent<SkeletonProps>;
1512
1515
 
1513
1516
  type ButtonProps = {
1514
1517
  fill?: 'outline' | 'clear';
@@ -1523,6 +1526,7 @@ type ButtonProps = {
1523
1526
  icon?: React__default.ReactNode;
1524
1527
  iconPosition?: 'start' | 'center';
1525
1528
  style?: React__default.CSSProperties;
1529
+ id?: string;
1526
1530
  } & JSX$1.IonButton;
1527
1531
  declare const Button_v2: FC<ButtonProps>;
1528
1532
 
@@ -1543,7 +1547,7 @@ type FlagProps = {
1543
1547
  name: string;
1544
1548
  className?: string;
1545
1549
  };
1546
- declare const _default$z: React__default.NamedExoticComponent<FlagProps>;
1550
+ declare const _default$E: React__default.NamedExoticComponent<FlagProps>;
1547
1551
 
1548
1552
  type PictureProps = {
1549
1553
  width: number;
@@ -1560,25 +1564,26 @@ type PictureProps = {
1560
1564
  responsive?: boolean;
1561
1565
  containerWidth?: number;
1562
1566
  };
1563
- declare const _default$y: React__default.NamedExoticComponent<PictureProps>;
1567
+ declare const _default$D: React__default.NamedExoticComponent<PictureProps>;
1564
1568
 
1565
1569
  type BadgeType = 'default' | 'accent';
1566
1570
  type BadgeVariants = 'attention' | 'neutral' | 'success' | 'warning' | 'brand' | 'info';
1567
- type BadgeProps = React.ComponentPropsWithoutRef<'span'> & {
1571
+ type BadgeProps = React$1.ComponentPropsWithoutRef<'span'> & {
1568
1572
  variant: BadgeVariants;
1569
1573
  size?: 'S' | 'M';
1570
1574
  type?: BadgeType;
1575
+ iconType?: 'check';
1571
1576
  };
1572
1577
 
1573
- declare const _default$x: React.NamedExoticComponent<BadgeProps>;
1578
+ declare const _default$C: React$1.NamedExoticComponent<BadgeProps>;
1574
1579
 
1575
1580
  type ItemCardVariants = 'neutral' | 'transparent' | 'transparent20';
1576
- type ItemCardProps = React.ComponentPropsWithoutRef<'div'> & {
1581
+ type ItemCardProps = React$1.ComponentPropsWithoutRef<'div'> & {
1577
1582
  variant: ItemCardVariants;
1578
1583
  size?: 'M' | 'M4' | 'M45';
1579
1584
  };
1580
1585
 
1581
- declare const _default$w: React.NamedExoticComponent<ItemCardProps>;
1586
+ declare const _default$B: React$1.NamedExoticComponent<ItemCardProps>;
1582
1587
 
1583
1588
  type AppHeaderProps = {
1584
1589
  fullwidth?: boolean;
@@ -1773,6 +1778,7 @@ interface IconProps$B extends SVGAttributes<SVGElement> {
1773
1778
  size?: number | string;
1774
1779
  color?: string;
1775
1780
  className?: string;
1781
+ filled?: boolean;
1776
1782
  }
1777
1783
 
1778
1784
  type TranslationMock = {
@@ -1805,6 +1811,7 @@ declare enum ShortCurrencySignByLocale {
1805
1811
  'eur' = "EUR",
1806
1812
  'es' = "USD"
1807
1813
  }
1814
+ declare const StripeSupportedCurrency: SupportedCurrency[];
1808
1815
 
1809
1816
  declare enum SupportedLangs {
1810
1817
  en = "en",
@@ -1920,6 +1927,136 @@ type OnBoardingFlowType = {
1920
1927
  screens: Record<string, OnBoardingScreensType>;
1921
1928
  };
1922
1929
 
1930
+ declare enum ContractStatusEnum {
1931
+ active = "active",
1932
+ pending = "pending",
1933
+ expired = "expired",
1934
+ outdated = "outdated"
1935
+ }
1936
+ declare enum ClientSpecialistContractStatusEnum {
1937
+ active = "active",
1938
+ signed_by_specialist = "signed_by_specialist",
1939
+ signed_by_client = "signed_by_client",
1940
+ expired = "expired"
1941
+ }
1942
+
1943
+ type Sex = 'male' | 'female';
1944
+ type SpecialistOrderType = {
1945
+ specialist_id: string;
1946
+ match: number;
1947
+ matching_by_areas?: string[];
1948
+ matching_by_specialization?: string[];
1949
+ };
1950
+ type UserType = {
1951
+ id?: string | undefined;
1952
+ avatar: string;
1953
+ display_name: string;
1954
+ last_name?: string;
1955
+ displayName?: string;
1956
+ email: string;
1957
+ phone_number: string;
1958
+ phoneNumber?: string;
1959
+ user_psychologists?: Array<string> | string;
1960
+ time_zone: string;
1961
+ favourite_specialist_ids?: Array<string> | null;
1962
+ app_lang: string;
1963
+ app_reviewed_after_consultation_count?: number;
1964
+ onBoardingAnswers?: {
1965
+ [key: string]: string[];
1966
+ };
1967
+ specialist_order?: SpecialistOrderType[] | null;
1968
+ onboarding_key?: string | null;
1969
+ /**
1970
+ * Date of birth in format 'dd.mm.yyyy'
1971
+ */
1972
+ dob?: string;
1973
+ country?: string;
1974
+ tax_id?: string;
1975
+ };
1976
+
1977
+ type SpecialistEducation = {
1978
+ institution_name: string;
1979
+ institution_logo_link?: string;
1980
+ certificate_link?: string;
1981
+ faculty?: string;
1982
+ year_start?: number;
1983
+ year_end?: number;
1984
+ };
1985
+ type Specialist = {
1986
+ id: string;
1987
+ slug: string;
1988
+ first_name: string;
1989
+ last_name: string;
1990
+ specialization?: string;
1991
+ session_price_uah: number;
1992
+ session_price: number;
1993
+ session_price_type: SupportedCurrency;
1994
+ session_duration_minutes: number;
1995
+ video_link?: string;
1996
+ video_cover_link: string;
1997
+ video_duration_seconds: number;
1998
+ super_specialist: boolean;
1999
+ reviews_average_rating: number;
2000
+ reviews_count: number;
2001
+ profile_lang: string;
2002
+ summary: string;
2003
+ years_of_experience: number;
2004
+ hours_of_practice?: number;
2005
+ specialist_list_photo_link?: string;
2006
+ is_active: boolean;
2007
+ is_public?: boolean;
2008
+ full_name_in_instrumental_case: string;
2009
+ profile_photo_link?: string;
2010
+ video_calling_photo_link?: string;
2011
+ about?: string;
2012
+ areas_of_work: Array<string> | [];
2013
+ areas_of_work_by_client_problem: Array<string> | [];
2014
+ therapy_description?: string;
2015
+ avatar_link?: string;
2016
+ time_zone: string;
2017
+ mindly_contract_status?: ContractStatusEnum;
2018
+ client?: {
2019
+ specialist_client_contract_id?: string;
2020
+ specialist_client_contract_status?: ClientSpecialistContractStatusEnum;
2021
+ };
2022
+ education: SpecialistEducation[];
2023
+ sex: Sex;
2024
+ active_clients?: number;
2025
+ sessions_count?: number;
2026
+ country_of_birthday?: string;
2027
+ languages: Array<string> | [];
2028
+ year_of_birthday?: number;
2029
+ reviews_count_by_stars: {
2030
+ [key: string]: number;
2031
+ };
2032
+ percent_match: number;
2033
+ session_count_by_3_days?: number;
2034
+ favourite?: boolean;
2035
+ app_lang?: string;
2036
+ isFavourite?: boolean;
2037
+ subscription_discounts?: Record<string, number>;
2038
+ };
2039
+
2040
+ type SpecialistReview = {
2041
+ id: string;
2042
+ specialist_id: string;
2043
+ client_id: string;
2044
+ client_avatar: string | null;
2045
+ client_country: string;
2046
+ client_first_name: string;
2047
+ client_last_name?: string | null;
2048
+ /**
2049
+ * Count of stars that client gave to specialist (1-5)
2050
+ */
2051
+ review_rating: number;
2052
+ text_of_review: string | null;
2053
+ /**
2054
+ * Timestamp of review creation
2055
+ */
2056
+ created_at: number;
2057
+ review_status: 'on_review' | 'approved' | 'rejected';
2058
+ };
2059
+
1923
2060
  declare enum ListBoxSelectionType {
1924
2061
  Checkbox = "checkbox",
1925
2062
  Radio = "radio"
@@ -1937,7 +2074,7 @@ declare function ListBox<T extends Record<string, unknown>>({ selectedIconProps,
1937
2074
  type ListOptionsProps = {
1938
2075
  item: Node<unknown>;
1939
2076
  state: ListState<unknown>;
1940
- icon?: React.ReactNode;
2077
+ icon?: React$1.ReactNode;
1941
2078
  divider?: boolean;
1942
2079
  value?: string;
1943
2080
  selectedIconProps?: IconProps$B;
@@ -1946,26 +2083,26 @@ type ListOptionsProps = {
1946
2083
  enableSelection?: boolean;
1947
2084
  };
1948
2085
  type ListBoxItemProps = {
1949
- icon?: React.ReactNode;
2086
+ icon?: React$1.ReactNode;
1950
2087
  type?: `${ListBoxSelectionType}`;
1951
2088
  selectedIconProps?: IconProps$B;
1952
2089
  divider?: boolean;
1953
2090
  value?: string;
1954
- children: React.ReactNode;
2091
+ children: React$1.ReactNode;
1955
2092
  className?: string;
1956
2093
  customContent?: boolean;
1957
2094
  onClick?: HTMLIonItemElement['onclick'];
1958
2095
  };
1959
2096
 
1960
- declare const ListOption: React.ForwardRefExoticComponent<ListOptionsProps & React.RefAttributes<HTMLIonItemElement>>;
2097
+ declare const ListOption: React$1.ForwardRefExoticComponent<ListOptionsProps & React$1.RefAttributes<HTMLIonItemElement>>;
1961
2098
  declare const ListBoxItem: (props: ItemProps$1<unknown> & ListBoxItemProps) => JSX.Element;
1962
2099
 
1963
2100
  type BaseTypeProps = {
1964
- onDatePress?: (date: string, evt: React.MouseEvent<HTMLButtonElement>) => void;
2101
+ onDatePress?: (date: string, evt: React$1.MouseEvent<HTMLButtonElement>) => void;
1965
2102
  locale: string;
1966
2103
  timeZone?: string;
1967
2104
  selectionMode?: SelectionMode;
1968
- renderCustomDateContent?: (date: string, formattedDate: string, isSelected: boolean, isToday: boolean) => React.ReactNode;
2105
+ renderCustomDateContent?: (date: string, formattedDate: string, isSelected: boolean, isToday: boolean) => React$1.ReactNode;
1969
2106
  };
1970
2107
  type CalendarProps = Omit<AriaCalendarProps<DateValue>, 'minValue' | 'defaultValue' | 'maxValue'> & BaseTypeProps & {
1971
2108
  minValue?: string;
@@ -2001,7 +2138,7 @@ interface TextareaV2Props extends Omit<JSX$1.IonTextarea, 'color' | 'enterkeyhin
2001
2138
  onKeyPress?: (e: KeyboardEvent<HTMLIonTextareaElement>) => void;
2002
2139
  }
2003
2140
 
2004
- declare const _default$v: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<TextareaV2Props & React__default.RefAttributes<HTMLIonTextareaElement>>>;
2141
+ declare const _default$A: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<TextareaV2Props & React__default.RefAttributes<HTMLIonTextareaElement>>>;
2005
2142
 
2006
2143
  type RatingProps = {
2007
2144
  initialRating?: number;
@@ -2013,7 +2150,7 @@ type RatingProps = {
2013
2150
  readonly?: boolean;
2014
2151
  };
2015
2152
 
2016
- declare const _default$u: React__default.NamedExoticComponent<RatingProps>;
2153
+ declare const _default$z: React__default.NamedExoticComponent<RatingProps>;
2017
2154
 
2018
2155
  declare const RatingCircleWrapper: FC<CircleRatingComponentProps & {
2019
2156
  t: WithTranslation | any;
@@ -2027,7 +2164,7 @@ type IconButtonProps = {
2027
2164
  fill?: 'clear' | 'filled';
2028
2165
  type?: 'button' | 'submit' | 'reset';
2029
2166
  };
2030
- declare const _default$t: React__default.NamedExoticComponent<IconButtonProps>;
2167
+ declare const _default$y: React__default.NamedExoticComponent<IconButtonProps>;
2031
2168
 
2032
2169
  type ToastProviderProps = ToastStateProps;
2033
2170
  type MindlyToastProps = {
@@ -2038,7 +2175,7 @@ interface ToastRegionProps<T> extends AriaToastRegionProps {
2038
2175
  state: ToastState<T>;
2039
2176
  }
2040
2177
 
2041
- declare function ToastRegion<T extends React.ReactNode>({ state, ...props }: ToastRegionProps<T>): JSX.Element;
2178
+ declare function ToastRegion<T extends React$1.ReactNode>({ state, ...props }: ToastRegionProps<T>): JSX.Element;
2042
2179
 
2043
2180
  interface ScreenInputProps extends InputHTMLAttributes<HTMLInputElement> {
2044
2181
  variant?: 'default' | 'large';
@@ -2057,12 +2194,13 @@ type SpinnerProps = {
2057
2194
  };
2058
2195
  declare const Spinner_v2: FC<SpinnerProps>;
2059
2196
 
2060
- declare const ModalSheet: React.ForwardRefExoticComponent<_ionic_core_dist_types_components.JSX.IonModal & {
2061
- children?: React.ReactNode;
2197
+ declare const ModalSheet: React$1.ForwardRefExoticComponent<_ionic_core_dist_types_components.JSX.IonModal & {
2198
+ children?: React$1.ReactNode;
2062
2199
  } & {
2063
2200
  heightInPx?: number | undefined;
2064
2201
  className?: string | undefined;
2065
- } & React.RefAttributes<HTMLIonModalElement>>;
2202
+ withCloseButton?: boolean | undefined;
2203
+ } & React$1.RefAttributes<HTMLIonModalElement>>;
2066
2204
 
2067
2205
  type ProgressBar_v2Props = {
2068
2206
  variant?: 'default' | 'danger' | 'success' | 'dark' | 'light';
@@ -2072,21 +2210,21 @@ type ProgressBar_v2Props = {
2072
2210
  animationDuration?: number;
2073
2211
  onProgressEnd?: () => void;
2074
2212
  };
2075
- declare const _default$s: React__default.NamedExoticComponent<ProgressBar_v2Props>;
2213
+ declare const _default$x: React__default.NamedExoticComponent<ProgressBar_v2Props>;
2076
2214
 
2077
2215
  type LoadingProps = {
2078
2216
  isOpen: boolean;
2079
2217
  };
2080
- declare const _default$r: React__default.NamedExoticComponent<LoadingProps>;
2218
+ declare const _default$w: React__default.NamedExoticComponent<LoadingProps>;
2081
2219
 
2082
- type ListItemsProps = React.HTMLAttributes<HTMLIonListElement> & {
2220
+ type ListItemsProps = React$1.HTMLAttributes<HTMLIonListElement> & {
2083
2221
  withBorders?: boolean;
2084
2222
  };
2085
- declare const _default$q: React.NamedExoticComponent<ListItemsProps>;
2223
+ declare const _default$v: React$1.NamedExoticComponent<ListItemsProps>;
2086
2224
 
2087
- type ItemProps = React.HTMLAttributes<HTMLIonItemElement> & {
2088
- leftContent?: React.ReactNode;
2089
- rightContent?: React.ReactNode;
2225
+ type ItemProps = React$1.HTMLAttributes<HTMLIonItemElement> & {
2226
+ leftContent?: React$1.ReactNode;
2227
+ rightContent?: React$1.ReactNode;
2090
2228
  innerItemClassName?: string;
2091
2229
  withBorders?: boolean;
2092
2230
  isDisabled?: boolean;
@@ -2094,14 +2232,21 @@ type ItemProps = React.HTMLAttributes<HTMLIonItemElement> & {
2094
2232
  isError?: boolean;
2095
2233
  status?: 'error' | 'attention';
2096
2234
  };
2097
- declare const _default$p: React.NamedExoticComponent<ItemProps>;
2235
+ declare const _default$u: React$1.NamedExoticComponent<ItemProps>;
2098
2236
 
2099
2237
  type VideoProps = {
2100
2238
  src: string;
2101
- isMuted: boolean;
2102
- onMuteToggle: () => void;
2103
- };
2104
- declare const _default$o: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<VideoProps & React__default.RefAttributes<HTMLVideoElement>>>;
2239
+ isMuted?: boolean;
2240
+ isWithWatermark?: boolean;
2241
+ isWithPlay?: boolean;
2242
+ hiddenVideo?: boolean;
2243
+ preview?: string;
2244
+ onMuteToggle?: () => void;
2245
+ onPlay?(src: string): void;
2246
+ };
2247
+ declare const _default$t: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<VideoProps & {
2248
+ children?: React__default.ReactNode;
2249
+ } & React__default.RefAttributes<HTMLVideoElement>>>;
2105
2250
 
2106
2251
  type UlLiProps = {
2107
2252
  list: string[];
@@ -2112,7 +2257,7 @@ declare enum SelectItemType {
2112
2257
  Checkbox = "checkbox",
2113
2258
  Radio = "radio"
2114
2259
  }
2115
- type Props$3 = {
2260
+ type Props$8 = {
2116
2261
  type: SelectItemType;
2117
2262
  id: string;
2118
2263
  label: string;
@@ -2121,7 +2266,7 @@ type Props$3 = {
2121
2266
  checked: boolean;
2122
2267
  onChange?: (value: string) => void;
2123
2268
  };
2124
- declare const CheckBoxItem: React__default.ForwardRefExoticComponent<Props$3 & React__default.RefAttributes<HTMLInputElement>>;
2269
+ declare const CheckBoxItem: React__default.ForwardRefExoticComponent<Props$8 & React__default.RefAttributes<HTMLInputElement>>;
2125
2270
 
2126
2271
  type FieldSearchType = {
2127
2272
  className?: string;
@@ -2134,7 +2279,7 @@ type FieldSearchType = {
2134
2279
  t?: WithTranslation['t'];
2135
2280
  };
2136
2281
 
2137
- declare const InputSearch: React.FC<FieldSearchType>;
2282
+ declare const InputSearch: React$1.FC<FieldSearchType>;
2138
2283
 
2139
2284
  type LabelArrowRedirectProps = {
2140
2285
  transparent?: boolean;
@@ -2171,7 +2316,7 @@ type SelectionType$1 = {
2171
2316
  value: any;
2172
2317
  label: string;
2173
2318
  };
2174
- type Props$2 = {
2319
+ type Props$7 = {
2175
2320
  height?: number | undefined;
2176
2321
  selections: Record<string, SelectionType$1[]>;
2177
2322
  defaults?: Record<string, string>;
@@ -2179,7 +2324,7 @@ type Props$2 = {
2179
2324
  className?: string;
2180
2325
  compareBy?: 'value' | 'label';
2181
2326
  };
2182
- declare const DrumListPicker: ({ height, selections, defaults, onChange, className, compareBy, }: Props$2) => JSX.Element;
2327
+ declare const DrumListPicker: ({ height, selections, defaults, onChange, className, compareBy, }: Props$7) => JSX.Element;
2183
2328
 
2184
2329
  type FontWeight = 'Regular' | 'Semi' | 'Bold';
2185
2330
  type CollapsableTextProps = {
@@ -2201,6 +2346,39 @@ declare const TabItem: (props: ItemProps$1<unknown> & {
2201
2346
  textTransform?: 'uppercase' | 'capitalize' | 'lowercase' | 'none';
2202
2347
  }) => JSX.Element;
2203
2348
 
2349
+ type SuperSpecialistProps = {
2350
+ t?: WithTranslation['t'];
2351
+ variant?: 'default' | 'full';
2352
+ percent?: number;
2353
+ };
2354
+
2355
+ declare const SuperSpecialist: FC<SuperSpecialistProps>;
2356
+
2357
+ type MatchProgressProps = {
2358
+ className?: string;
2359
+ percentMatch: number;
2360
+ };
2361
+ declare const _default$s: React__default.NamedExoticComponent<React__default.PropsWithChildren<MatchProgressProps>>;
2362
+
2363
+ interface Props$6 {
2364
+ className?: string;
2365
+ title: string;
2366
+ }
2367
+ declare const _default$r: React__default.NamedExoticComponent<React__default.PropsWithChildren<Props$6>>;
2368
+
2369
+ declare const _default$q: React__default.NamedExoticComponent<React__default.PropsWithChildren<React__default.HTMLAttributes<HTMLButtonElement>>>;
2370
+
2371
+ type Props$5 = {
2372
+ className?: string;
2373
+ rating: number;
2374
+ reviews: number;
2375
+ t?: WithTranslation['t'];
2376
+ size?: 'default' | 'small' | 'large';
2377
+ endAdornment?: React__default.ReactNode;
2378
+ onClick?(): void;
2379
+ };
2380
+ declare const ReviewsSummary: FC<Props$5>;
2381
+
2204
2382
  declare enum appThemes {
2205
2383
  client = "client",
2206
2384
  specialist = "specialist"
@@ -2211,8 +2389,8 @@ type ThemeProviderProps = {
2211
2389
 
2212
2390
  declare const ThemeProvider: FC<ThemeProviderProps>;
2213
2391
 
2214
- declare const ToastContext: React.Context<ToastState<MindlyToastProps> | undefined>;
2215
- declare function ToastProvider({ children, ...props }: React.PropsWithChildren<ToastProviderProps>): JSX.Element;
2392
+ declare const ToastContext: React$1.Context<ToastState<MindlyToastProps> | undefined>;
2393
+ declare function ToastProvider({ children, ...props }: React$1.PropsWithChildren<ToastProviderProps>): JSX.Element;
2216
2394
 
2217
2395
  declare const CircleRatingContext: React__default.Context<CircleRatingContextData>;
2218
2396
  declare const CircleRatingProvider: ({ children, data, t, }: {
@@ -2221,7 +2399,7 @@ declare const CircleRatingProvider: ({ children, data, t, }: {
2221
2399
  t: TFunction<react_i18next.FallbackNs<Ns>, KPrefix>;
2222
2400
  }) => JSX.Element | null;
2223
2401
 
2224
- declare function useDomRef<T extends HTMLElement = HTMLElement>(ref: React.RefObject<T | null> | React.ForwardedRef<T | null>): React.RefObject<T>;
2402
+ declare function useDomRef<T extends HTMLElement = HTMLElement>(ref: React$1.RefObject<T | null> | React$1.ForwardedRef<T | null>): React$1.RefObject<T>;
2225
2403
 
2226
2404
  type AnyFunction = (...args: any[]) => any;
2227
2405
  /**
@@ -2233,7 +2411,7 @@ type AnyFunction = (...args: any[]) => any;
2233
2411
  declare function useEvent<TCallback extends AnyFunction>(callback: TCallback): TCallback;
2234
2412
 
2235
2413
  type InputRefType = HTMLIonInputElement | HTMLIonTextareaElement;
2236
- declare function useAutoFocus<T extends InputRefType>(): React.RefObject<T>;
2414
+ declare function useAutoFocus<T extends InputRefType>(): React$1.RefObject<T>;
2237
2415
 
2238
2416
  declare function useToastContext(): ToastState<MindlyToastProps>;
2239
2417
 
@@ -2269,83 +2447,83 @@ declare function useElementWidth<T extends HTMLElement>(): [
2269
2447
  RefObject<T>
2270
2448
  ];
2271
2449
 
2272
- interface IconProps$A extends React.SVGAttributes<SVGElement> {
2450
+ interface IconProps$A extends React$1.SVGAttributes<SVGElement> {
2273
2451
  size?: number | string;
2274
2452
  color?: string;
2275
2453
  }
2276
2454
  declare function IconArrowLeft({ color, size, ...other }: IconProps$A): JSX.Element;
2277
2455
 
2278
- interface IconProps$z extends React.SVGAttributes<SVGElement> {
2456
+ interface IconProps$z extends React$1.SVGAttributes<SVGElement> {
2279
2457
  size?: number | string;
2280
2458
  color?: string;
2281
2459
  }
2282
2460
  declare function IconArrowRight({ color, size, ...other }: IconProps$z): JSX.Element;
2283
2461
 
2284
- interface IconProps$y extends React.SVGAttributes<SVGElement> {
2462
+ interface IconProps$y extends React$1.SVGAttributes<SVGElement> {
2285
2463
  size?: number | string;
2286
2464
  color?: string;
2287
2465
  }
2288
2466
  declare function IconBeachAccess({ color, size, ...other }: IconProps$y): JSX.Element;
2289
2467
 
2290
- interface IconProps$x extends React.SVGAttributes<SVGElement> {
2468
+ interface IconProps$x extends React$1.SVGAttributes<SVGElement> {
2291
2469
  size?: number | string;
2292
2470
  color?: string;
2293
2471
  }
2294
2472
  declare function IconCalendar({ color, size, ...other }: IconProps$x): JSX.Element;
2295
2473
 
2296
- interface IconProps$w extends React.SVGAttributes<SVGElement> {
2474
+ interface IconProps$w extends React$1.SVGAttributes<SVGElement> {
2297
2475
  size?: number | string;
2298
2476
  color?: string;
2299
2477
  }
2300
2478
  declare function IconCalendarMonth({ color, size, ...other }: IconProps$w): JSX.Element;
2301
2479
 
2302
- interface IconProps$v extends React.SVGAttributes<SVGElement> {
2480
+ interface IconProps$v extends React$1.SVGAttributes<SVGElement> {
2303
2481
  size?: number | string;
2304
2482
  color?: string;
2305
2483
  }
2306
2484
  declare function IconChatOutline({ color, size, ...other }: IconProps$v): JSX.Element;
2307
2485
 
2308
- interface IconProps$u extends React.SVGAttributes<SVGElement> {
2486
+ interface IconProps$u extends React$1.SVGAttributes<SVGElement> {
2309
2487
  size?: number | string;
2310
2488
  color?: string;
2311
2489
  }
2312
2490
  declare function IconCheckboxChecked({ color, size, ...other }: IconProps$u): JSX.Element;
2313
2491
 
2314
- interface IconProps$t extends React.SVGAttributes<SVGElement> {
2492
+ interface IconProps$t extends React$1.SVGAttributes<SVGElement> {
2315
2493
  size?: number | string;
2316
2494
  color?: string;
2317
2495
  }
2318
2496
  declare function IconCheckboxUnchecked({ color, size, ...other }: IconProps$t): JSX.Element;
2319
2497
 
2320
- declare const IconClose: FC<React.SVGAttributes<SVGElement>>;
2498
+ declare const IconClose: FC<React$1.SVGAttributes<SVGElement>>;
2321
2499
 
2322
- interface IconProps$s extends React.SVGAttributes<SVGElement> {
2500
+ interface IconProps$s extends React$1.SVGAttributes<SVGElement> {
2323
2501
  size?: number | string;
2324
2502
  color?: string;
2325
2503
  }
2326
2504
  declare function IconEditCalendar({ color, size, ...props }: IconProps$s): JSX.Element;
2327
2505
 
2328
- interface IconProps$r extends React.SVGAttributes<SVGElement> {
2506
+ interface IconProps$r extends React$1.SVGAttributes<SVGElement> {
2329
2507
  size?: number | string;
2330
2508
  color?: string;
2331
2509
  }
2332
2510
  declare function IconInvisible({ color, size, ...other }: IconProps$r): JSX.Element;
2333
2511
 
2334
- interface IconProps$q extends React.SVGAttributes<SVGElement> {
2512
+ interface IconProps$q extends React$1.SVGAttributes<SVGElement> {
2335
2513
  size?: number | string;
2336
2514
  color?: string;
2337
2515
  }
2338
2516
  declare function IconLanguage({ color, size, ...other }: IconProps$q): JSX.Element;
2339
2517
 
2340
- declare const IconLeftArrow: FC<React.SVGAttributes<SVGElement>>;
2518
+ declare const IconLeftArrow: FC<React$1.SVGAttributes<SVGElement>>;
2341
2519
 
2342
- interface IconProps$p extends React.SVGAttributes<SVGElement> {
2520
+ interface IconProps$p extends React$1.SVGAttributes<SVGElement> {
2343
2521
  size?: number | string;
2344
2522
  color?: string;
2345
2523
  }
2346
2524
  declare function IconLogout({ color, size, ...other }: IconProps$p): JSX.Element;
2347
2525
 
2348
- interface IconProps$o extends React.SVGAttributes<SVGElement> {
2526
+ interface IconProps$o extends React$1.SVGAttributes<SVGElement> {
2349
2527
  size?: number | string;
2350
2528
  color?: string;
2351
2529
  }
@@ -2353,132 +2531,132 @@ declare function IconPause({ color, size, ...other }: IconProps$o): JSX.Element;
2353
2531
 
2354
2532
  declare function IconMinus({ color, size, ...other }: IconProps$B): JSX.Element;
2355
2533
 
2356
- type IconPlusProps = React.SVGProps<any>;
2534
+ type IconPlusProps = React$1.SVGProps<any>;
2357
2535
  declare function IconPlus({ color, ...props }: IconPlusProps): JSX.Element;
2358
2536
 
2359
- interface IconProps$n extends React.SVGAttributes<SVGElement> {
2537
+ interface IconProps$n extends React$1.SVGAttributes<SVGElement> {
2360
2538
  size?: number | string;
2361
2539
  color?: string;
2362
2540
  }
2363
2541
  declare function IconProfileChecked({ color, size, ...other }: IconProps$n): JSX.Element;
2364
2542
 
2365
- interface IconProps$m extends React.SVGAttributes<SVGElement> {
2543
+ interface IconProps$m extends React$1.SVGAttributes<SVGElement> {
2366
2544
  size?: number | string;
2367
2545
  color?: string;
2368
2546
  }
2369
2547
  declare function IconProfileCircle({ color, size, ...other }: IconProps$m): JSX.Element;
2370
2548
 
2371
- interface IconProps$l extends React.SVGAttributes<SVGElement> {
2549
+ interface IconProps$l extends React$1.SVGAttributes<SVGElement> {
2372
2550
  size?: number | string;
2373
2551
  color?: string;
2374
2552
  }
2375
2553
  declare function IconProfileSetting({ color, size, ...other }: IconProps$l): JSX.Element;
2376
2554
 
2377
- interface IconProps$k extends React.SVGAttributes<SVGElement> {
2555
+ interface IconProps$k extends React$1.SVGAttributes<SVGElement> {
2378
2556
  size?: number | string;
2379
2557
  color?: string;
2380
2558
  }
2381
2559
  declare function IconProfileUnderReview({ color, size, ...other }: IconProps$k): JSX.Element;
2382
2560
 
2383
- interface IconProps$j extends React.SVGAttributes<SVGElement> {
2561
+ interface IconProps$j extends React$1.SVGAttributes<SVGElement> {
2384
2562
  size?: number | string;
2385
2563
  color?: string;
2386
2564
  }
2387
2565
  declare function IconResume({ color, size, ...other }: IconProps$j): JSX.Element;
2388
2566
 
2389
- interface IconProps$i extends React.SVGAttributes<SVGElement> {
2567
+ interface IconProps$i extends React$1.SVGAttributes<SVGElement> {
2390
2568
  size?: number | string;
2391
2569
  color?: string;
2392
2570
  }
2393
2571
  declare function IconSettings({ color, size, ...other }: IconProps$i): JSX.Element;
2394
2572
 
2395
- declare const IconStar: FC<React.SVGAttributes<SVGElement>>;
2573
+ declare const IconStar: FC<React$1.SVGAttributes<SVGElement>>;
2396
2574
 
2397
- declare const IconStarFilled: FC<React.SVGAttributes<SVGElement>>;
2575
+ declare const IconStarFilled: FC<React$1.SVGAttributes<SVGElement>>;
2398
2576
 
2399
- declare const IconSuccess: FC<React.SVGAttributes<SVGElement>>;
2577
+ declare const IconSuccess: FC<React$1.SVGAttributes<SVGElement>>;
2400
2578
 
2401
- interface IconProps$h extends React.SVGAttributes<SVGElement> {
2579
+ interface IconProps$h extends React$1.SVGAttributes<SVGElement> {
2402
2580
  size?: number | string;
2403
2581
  color?: string;
2404
2582
  }
2405
2583
  declare function IconTime({ color, size, ...other }: IconProps$h): JSX.Element;
2406
2584
 
2407
- interface IconProps$g extends React.SVGAttributes<SVGElement> {
2585
+ interface IconProps$g extends React$1.SVGAttributes<SVGElement> {
2408
2586
  size?: number | string;
2409
2587
  color?: string;
2410
2588
  }
2411
2589
  declare function IconVerifiedUser({ color, size, ...other }: IconProps$g): JSX.Element;
2412
2590
 
2413
- interface IconProps$f extends React.SVGAttributes<SVGElement> {
2591
+ interface IconProps$f extends React$1.SVGAttributes<SVGElement> {
2414
2592
  size?: number | string;
2415
2593
  color?: string;
2416
2594
  }
2417
2595
  declare function IconVisible({ color, size, ...other }: IconProps$f): JSX.Element;
2418
2596
 
2419
- declare const IconApple: FC<React.SVGAttributes<SVGElement>>;
2597
+ declare const IconApple: FC<React$1.SVGAttributes<SVGElement>>;
2420
2598
 
2421
- declare const IconGoogle: FC<React.SVGAttributes<SVGElement>>;
2599
+ declare const IconGoogle: FC<React$1.SVGAttributes<SVGElement>>;
2422
2600
 
2423
- declare const IconLetter: FC<React.SVGAttributes<SVGElement>>;
2601
+ declare const IconLetter: FC<React$1.SVGAttributes<SVGElement>>;
2424
2602
 
2425
- declare const IconSpinner: FC<React.SVGAttributes<SVGElement>>;
2603
+ declare const IconSpinner: FC<React$1.SVGAttributes<SVGElement>>;
2426
2604
 
2427
- declare const IconEye: FC<React.SVGAttributes<SVGElement>>;
2605
+ declare const IconEye: FC<React$1.SVGAttributes<SVGElement>>;
2428
2606
 
2429
- declare const IconEyeOff: FC<React.SVGAttributes<SVGElement>>;
2607
+ declare const IconEyeOff: FC<React$1.SVGAttributes<SVGElement>>;
2430
2608
 
2431
- interface IconProps$e extends React.SVGAttributes<SVGElement> {
2609
+ interface IconProps$e extends React$1.SVGAttributes<SVGElement> {
2432
2610
  size?: number | string;
2433
2611
  color?: string;
2434
2612
  }
2435
2613
  declare function IconWarning({ color, size, ...other }: IconProps$e): JSX.Element;
2436
2614
 
2437
- declare const IconGift: React.FC<React.SVGAttributes<SVGElement>>;
2615
+ declare const IconGift: React$1.FC<React$1.SVGAttributes<SVGElement>>;
2438
2616
 
2439
- declare const IconCreditCard: React.FC<React.SVGAttributes<SVGElement>>;
2617
+ declare const IconCreditCard: React$1.FC<React$1.SVGAttributes<SVGElement>>;
2440
2618
 
2441
- declare const IconQuestion: React.FC<React.SVGAttributes<SVGElement>>;
2619
+ declare const IconQuestion: React$1.FC<React$1.SVGAttributes<SVGElement>>;
2442
2620
 
2443
- declare const IconPaper: React.FC<React.SVGAttributes<SVGElement>>;
2621
+ declare const IconPaper: React$1.FC<React$1.SVGAttributes<SVGElement>>;
2444
2622
 
2445
2623
  declare const IconChat3d: (props: SVGProps<SVGSVGElement>) => JSX.Element;
2446
2624
 
2447
2625
  declare const IconNotificationMuted: (props: SVGProps<SVGSVGElement>) => JSX.Element;
2448
2626
 
2449
- declare const IconCheckSmall: React.FC<React.SVGAttributes<SVGElement>>;
2627
+ declare const IconCheckSmall: React$1.FC<React$1.SVGAttributes<SVGElement>>;
2450
2628
 
2451
- interface IconProps$d extends React.SVGAttributes<SVGElement> {
2629
+ interface IconProps$d extends React$1.SVGAttributes<SVGElement> {
2452
2630
  size?: number | string;
2453
2631
  color?: string;
2454
2632
  className?: string;
2455
- style?: React.CSSProperties;
2633
+ style?: React$1.CSSProperties;
2456
2634
  }
2457
2635
  declare function IconCheck({ color, size, ...other }: IconProps$d): JSX.Element;
2458
2636
 
2459
- interface IconProps$c extends React.SVGAttributes<SVGElement> {
2637
+ interface IconProps$c extends React$1.SVGAttributes<SVGElement> {
2460
2638
  size?: number | string;
2461
2639
  color?: string;
2462
2640
  className?: string;
2463
- style?: React.CSSProperties;
2641
+ style?: React$1.CSSProperties;
2464
2642
  }
2465
2643
  declare const IconCapFilled: FC<IconProps$c>;
2466
2644
 
2467
- interface IconProps$b extends React.SVGAttributes<SVGElement> {
2645
+ interface IconProps$b extends React$1.SVGAttributes<SVGElement> {
2468
2646
  size?: number | string;
2469
2647
  color?: string;
2470
2648
  className?: string;
2471
- style?: React.CSSProperties;
2649
+ style?: React$1.CSSProperties;
2472
2650
  }
2473
2651
  declare function IconCancelRounded({ color, size, ...other }: IconProps$b): JSX.Element;
2474
2652
 
2475
- interface IconProps$a extends React.SVGAttributes<SVGElement> {
2653
+ interface IconProps$a extends React$1.SVGAttributes<SVGElement> {
2476
2654
  size?: number | string;
2477
2655
  color?: string;
2478
2656
  }
2479
2657
  declare function IconMute({ color, size, ...other }: IconProps$a): JSX.Element;
2480
2658
 
2481
- interface IconProps$9 extends React.SVGAttributes<SVGElement> {
2659
+ interface IconProps$9 extends React$1.SVGAttributes<SVGElement> {
2482
2660
  size?: number | string;
2483
2661
  color?: string;
2484
2662
  }
@@ -2486,7 +2664,7 @@ declare function IconUnmute({ color, size, ...other }: IconProps$9): JSX.Element
2486
2664
 
2487
2665
  declare const IconBookmark: ({ width, height, color, ...other }: SVGProps<SVGSVGElement>) => JSX.Element;
2488
2666
 
2489
- interface IconProps$8 extends React.SVGAttributes<SVGElement> {
2667
+ interface IconProps$8 extends React$1.SVGAttributes<SVGElement> {
2490
2668
  size?: number | string;
2491
2669
  color?: string;
2492
2670
  }
@@ -2512,13 +2690,13 @@ declare const IconArrowDown: ({ width, height, color, ...other }: SVGProps<SVGSV
2512
2690
 
2513
2691
  declare const IconRadioButtonChecked: (props: SVGProps<SVGSVGElement>) => JSX.Element;
2514
2692
 
2515
- interface IconProps$7 extends React.SVGAttributes<SVGElement> {
2693
+ interface IconProps$7 extends React$1.SVGAttributes<SVGElement> {
2516
2694
  size?: number | string;
2517
2695
  color?: string;
2518
2696
  }
2519
2697
  declare function IconShare({ size, ...props }: IconProps$7): JSX.Element;
2520
2698
 
2521
- interface IconProps$6 extends React.SVGAttributes<SVGElement> {
2699
+ interface IconProps$6 extends React$1.SVGAttributes<SVGElement> {
2522
2700
  size?: number | string;
2523
2701
  color?: string;
2524
2702
  }
@@ -2546,7 +2724,7 @@ declare const IconEdit: FC<IconProps$B>;
2546
2724
 
2547
2725
  declare const IconCopy: FC<IconProps$B>;
2548
2726
 
2549
- interface IconProps$5 extends React.SVGAttributes<SVGElement> {
2727
+ interface IconProps$5 extends React$1.SVGAttributes<SVGElement> {
2550
2728
  size?: number | string;
2551
2729
  color?: string;
2552
2730
  }
@@ -2556,27 +2734,27 @@ declare const IconManageAccounts: FC<IconProps$B>;
2556
2734
 
2557
2735
  declare const IconSend: FC<IconProps$B>;
2558
2736
 
2559
- interface IconProps$4 extends React.SVGAttributes<SVGElement> {
2737
+ interface IconProps$4 extends React$1.SVGAttributes<SVGElement> {
2560
2738
  size?: number | string;
2561
2739
  color?: string;
2562
2740
  }
2563
2741
  declare function IconGallery({ color, size, ...other }: IconProps$4): JSX.Element;
2564
2742
 
2565
- interface IconProps$3 extends React.SVGAttributes<SVGElement> {
2743
+ interface IconProps$3 extends React$1.SVGAttributes<SVGElement> {
2566
2744
  size?: number | string;
2567
2745
  color?: string;
2568
2746
  }
2569
2747
  declare function IconText({ color, size, ...other }: IconProps$3): JSX.Element;
2570
2748
 
2571
- interface IconProps$2 extends React.SVGAttributes<SVGElement> {
2749
+ interface IconProps$2 extends React$1.SVGAttributes<SVGElement> {
2572
2750
  size?: number | string;
2573
2751
  color?: string;
2574
2752
  className?: string;
2575
- style?: React.CSSProperties;
2753
+ style?: React$1.CSSProperties;
2576
2754
  }
2577
2755
  declare function IconCheckCircle({ color, size, ...props }: IconProps$2): JSX.Element;
2578
2756
 
2579
- interface IconProps$1 extends React.SVGAttributes<SVGElement> {
2757
+ interface IconProps$1 extends React$1.SVGAttributes<SVGElement> {
2580
2758
  size?: number | string;
2581
2759
  color?: string;
2582
2760
  }
@@ -2586,7 +2764,7 @@ declare const IconArrowTopRight: FC<IconProps$B>;
2586
2764
 
2587
2765
  declare const IconMoreVertical: FC<IconProps$B>;
2588
2766
 
2589
- interface IconProps extends React.SVGAttributes<SVGElement> {
2767
+ interface IconProps extends React$1.SVGAttributes<SVGElement> {
2590
2768
  size?: number | string;
2591
2769
  color?: string;
2592
2770
  }
@@ -2604,6 +2782,22 @@ declare const IconReceiptLong: FC<IconProps$B>;
2604
2782
 
2605
2783
  declare const IconInvoice: FC<IconProps$B>;
2606
2784
 
2785
+ declare const IconRenew: React$1.FC<IconProps$B>;
2786
+
2787
+ declare const IconDot: React$1.FC<IconProps$B>;
2788
+
2789
+ declare const IconHeart: React$1.FC<IconProps$B>;
2790
+
2791
+ declare const IconMindly: React$1.FC<IconProps$B>;
2792
+
2793
+ declare const IconPlay: React$1.FC<IconProps$B>;
2794
+
2795
+ declare const IconStudyHat: React$1.FC<IconProps$B>;
2796
+
2797
+ declare const IconMindlyColored: React$1.FC<IconProps$B>;
2798
+
2799
+ declare const formatByDigits: (value: number) => string;
2800
+
2607
2801
  type AnyRef = React__default.Ref<any>;
2608
2802
  declare const mergeRefs: <T extends unknown>(...refs: AnyRef[]) => React__default.Ref<T>;
2609
2803
 
@@ -2613,8 +2807,9 @@ type PriceNormilizeProps = {
2613
2807
  currency?: SupportedCurrency;
2614
2808
  side?: 'left' | 'right';
2615
2809
  mode?: 'sign' | 'transcription';
2810
+ roundingTo?: number;
2616
2811
  };
2617
- declare const priceNormalize: ({ price, locale, currency, side, mode, }: PriceNormilizeProps) => string;
2812
+ declare const priceNormalize: ({ price, locale, currency, side, mode, roundingTo, }: PriceNormilizeProps) => string;
2618
2813
 
2619
2814
  declare const newShade: (hexColor: string, magnitude: number) => string;
2620
2815
 
@@ -2683,9 +2878,9 @@ type SlotsGridItemProps = {
2683
2878
  onSelectionChange: () => void;
2684
2879
  };
2685
2880
 
2686
- declare const _default$n: React__default.NamedExoticComponent<SlotsGridProps>;
2881
+ declare const _default$p: React__default.NamedExoticComponent<SlotsGridProps>;
2687
2882
 
2688
- declare const _default$m: React.NamedExoticComponent<SlotsGridItemProps>;
2883
+ declare const _default$o: React$1.NamedExoticComponent<SlotsGridItemProps>;
2689
2884
 
2690
2885
  type PushNotificationsModalProps = {
2691
2886
  onApplyPermission: () => void;
@@ -2701,7 +2896,7 @@ type PushNotificationsModalProps = {
2701
2896
  renderHeader?: (props: {
2702
2897
  backButton?: boolean;
2703
2898
  onClose: () => void;
2704
- }) => React.ReactNode;
2899
+ }) => React$1.ReactNode;
2705
2900
  };
2706
2901
 
2707
2902
  declare function PushNotificationsModal({ onApplyPermission, isOpen, title, description, image, applyPermissionText, ...props }: PushNotificationsModalProps): JSX.Element;
@@ -2719,23 +2914,33 @@ declare function PushNotificationsIsDisabledBanner({ onOpenNativeSettings, class
2719
2914
  type SpecialistShortInfoItemFeatureProps = {
2720
2915
  t?: WithTranslation['t'];
2721
2916
  match: number;
2917
+ matchVariant?: 'badge' | 'avatar';
2722
2918
  fullName: string;
2723
2919
  avatarLink: string;
2724
- countryCode: string;
2725
- yearsOfExperience: number;
2920
+ countryCode?: string;
2921
+ yearsOfExperience?: number;
2922
+ className?: string;
2923
+ avatarProps?: AvatarProps;
2924
+ reviews?: number;
2925
+ rating?: number;
2926
+ isSpecialistUnAvailable?: boolean;
2927
+ isAuth?: boolean;
2726
2928
  };
2727
- declare const SpecialistShortInfoItemFeature: FC<SpecialistShortInfoItemFeatureProps & WithTranslation['t']>;
2929
+ declare const SpecialistShortInfoItemFeature: FC<SpecialistShortInfoItemFeatureProps>;
2728
2930
 
2729
2931
  type SpecialistInfoColumnFeatureProps = {
2730
2932
  t?: WithTranslation['t'];
2731
- rating: string;
2933
+ rating: number;
2732
2934
  reviews: number;
2733
- sessionPrice: string;
2734
- isAddedToBookmark: boolean;
2935
+ yearsOfExperience: number;
2936
+ hoursOfPractice?: number;
2937
+ sessionPrice: number;
2938
+ isFavourite?: boolean;
2735
2939
  sessionDurationMinutes: number;
2736
- onAddDeleteBookmark: () => void;
2940
+ currentPriceType: SupportedCurrency;
2941
+ onToggleFavourite: () => void;
2737
2942
  };
2738
- declare const SpecialistInfoColumnFeature: FC<SpecialistInfoColumnFeatureProps & WithTranslation['t']>;
2943
+ declare const SpecialistInfoColumnFeature: FC<SpecialistInfoColumnFeatureProps>;
2739
2944
 
2740
2945
  type CountdownTimerFeatureProps = {
2741
2946
  minutes: number;
@@ -2745,7 +2950,7 @@ type CountdownTimerFeatureProps = {
2745
2950
  };
2746
2951
  declare const CountdownTimerFeature: FC<CountdownTimerFeatureProps>;
2747
2952
 
2748
- type Props$1 = {
2953
+ type Props$4 = {
2749
2954
  sections: {
2750
2955
  name: string;
2751
2956
  items: {
@@ -2758,9 +2963,9 @@ type Props$1 = {
2758
2963
  name: string;
2759
2964
  onChange(values: string[]): void;
2760
2965
  };
2761
- declare const CheckBoxSectionListFeature: ({ sections, name, defaultChecked, onChange, }: Props$1) => JSX.Element;
2966
+ declare const CheckBoxSectionListFeature: ({ sections, name, defaultChecked, onChange, }: Props$4) => JSX.Element;
2762
2967
 
2763
- type Props = {
2968
+ type Props$3 = {
2764
2969
  items: {
2765
2970
  id: string;
2766
2971
  label: string;
@@ -2771,7 +2976,7 @@ type Props = {
2771
2976
  name: string;
2772
2977
  onChange(values: string[]): void;
2773
2978
  };
2774
- declare const CheckBoxListFeature: ({ items, name, type, onChange, values, }: Props) => JSX.Element;
2979
+ declare const CheckBoxListFeature: ({ items, name, type, onChange, values, }: Props$3) => JSX.Element;
2775
2980
 
2776
2981
  type ShareModalFeatureProps = {
2777
2982
  isOpen: boolean;
@@ -2785,23 +2990,23 @@ type ShareModalFeatureProps = {
2785
2990
  };
2786
2991
  declare const ShareModalFeature: FC<ShareModalFeatureProps>;
2787
2992
 
2788
- declare const _default$l: React__default.NamedExoticComponent<SpecialistPaymentConsultationDetailsType & TranslationType>;
2993
+ declare const _default$n: React__default.NamedExoticComponent<SpecialistPaymentConsultationDetailsType & TranslationType>;
2789
2994
 
2790
- declare const _default$k: React__default.NamedExoticComponent<SpecialistPaymentCardProps & TranslationType>;
2995
+ declare const _default$m: React__default.NamedExoticComponent<SpecialistPaymentCardProps & TranslationType>;
2791
2996
 
2792
2997
  type SpecialistPaymentCommonCardSkeletonType = {
2793
2998
  className?: string;
2794
2999
  };
2795
3000
  declare const SpecialistPaymentCommonCardSkeleton: (props: SpecialistPaymentCommonCardSkeletonType) => JSX.Element;
2796
3001
 
2797
- declare const _default$j: React__default.NamedExoticComponent<SpecialistPaymentConsultationsProps & TranslationType>;
3002
+ declare const _default$l: React__default.NamedExoticComponent<SpecialistPaymentConsultationsProps & TranslationType>;
2798
3003
 
2799
3004
  type ConsultationsListProps = {
2800
3005
  consultations: SpecialistConsultation[];
2801
3006
  locale?: string;
2802
3007
  consultationClick?: (consultation: SpecialistConsultation) => void;
2803
3008
  };
2804
- declare const _default$i: React__default.NamedExoticComponent<ConsultationsListProps>;
3009
+ declare const _default$k: React__default.NamedExoticComponent<ConsultationsListProps>;
2805
3010
 
2806
3011
  type ConsultationsListSkeletonType = {
2807
3012
  className?: string;
@@ -2816,9 +3021,9 @@ type CalendarPickerFeatureProps = {
2816
3021
  dateCallback: (date: Date) => void;
2817
3022
  lastDate: Date;
2818
3023
  };
2819
- declare const _default$h: React__default.NamedExoticComponent<CalendarPickerFeatureProps & TranslationType>;
3024
+ declare const _default$j: React__default.NamedExoticComponent<CalendarPickerFeatureProps & TranslationType>;
2820
3025
 
2821
- declare const _default$g: React__default.NamedExoticComponent<PaymentCalendarFeatureProps & TranslationType>;
3026
+ declare const _default$i: React__default.NamedExoticComponent<PaymentCalendarFeatureProps & TranslationType>;
2822
3027
 
2823
3028
  type GoogleCalendarModalFeatureProps = {
2824
3029
  isOpen: boolean;
@@ -2832,15 +3037,19 @@ type GoogleCalendarModalFeatureProps = {
2832
3037
  };
2833
3038
  declare function GoogleCalendarModalFeature({ status, isOpen, onSync, isLoading, presentingElement, imageUrl, onDidDismiss, t, }: GoogleCalendarModalFeatureProps): JSX.Element;
2834
3039
 
2835
- type ReviewCardFeatureProps = {
2836
- avatarSrc?: string;
3040
+ type ReviewCardFeatureVariantType = 'default' | 'outlined' | 'full';
3041
+ declare const _default$h: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
3042
+ avatarSrc?: string | undefined;
2837
3043
  name: string;
2838
3044
  date: number;
2839
3045
  rating: number;
2840
3046
  review: string;
2841
- size?: 'default' | 'small';
2842
- } & TranslationType;
2843
- declare const _default$f: React__default.NamedExoticComponent<ReviewCardFeatureProps>;
3047
+ size?: "small" | "default" | "large" | undefined;
3048
+ variant?: ReviewCardFeatureVariantType | undefined;
3049
+ reviewTextClamp?: number | undefined;
3050
+ onExpandReview?(): void;
3051
+ className?: string | undefined;
3052
+ } & TranslationType & React__default.RefAttributes<HTMLDivElement>>>;
2844
3053
 
2845
3054
  declare const ReviewsCardFeatureSkeleton: React__default.MemoExoticComponent<() => JSX.Element>;
2846
3055
 
@@ -2928,7 +3137,7 @@ type ScreenInputFormFeatureProps = {
2928
3137
  icon?: ReactNode | string;
2929
3138
  isKeyboardShown?: boolean;
2930
3139
  };
2931
- declare const _default$e: React__default.NamedExoticComponent<ScreenInputFormFeatureProps>;
3140
+ declare const _default$g: React__default.NamedExoticComponent<ScreenInputFormFeatureProps>;
2932
3141
 
2933
3142
  type SelectionType = {
2934
3143
  value: any;
@@ -2946,7 +3155,7 @@ type SpecialistDrumPickerWidgetProps = {
2946
3155
  onTouchStart?: () => void;
2947
3156
  onTouchEnd?: () => void;
2948
3157
  };
2949
- declare const _default$d: React__default.NamedExoticComponent<SpecialistDrumPickerWidgetProps>;
3158
+ declare const _default$f: React__default.NamedExoticComponent<SpecialistDrumPickerWidgetProps>;
2950
3159
 
2951
3160
  type TextAreaFormFeatureProps = {
2952
3161
  title?: string;
@@ -2960,7 +3169,7 @@ type TextAreaFormFeatureProps = {
2960
3169
  isFocus?: boolean;
2961
3170
  isKeyboardShown?: boolean;
2962
3171
  };
2963
- declare const _default$c: React__default.NamedExoticComponent<TextAreaFormFeatureProps>;
3172
+ declare const _default$e: React__default.NamedExoticComponent<TextAreaFormFeatureProps>;
2964
3173
 
2965
3174
  type AcceptAgreementFeatureProps = {
2966
3175
  isAccepted: boolean;
@@ -2981,32 +3190,32 @@ type SelectWithSearchFormFeatureProps = {
2981
3190
  otherText?: string;
2982
3191
  buttonLabel?: string;
2983
3192
  } & WithTranslation;
2984
- declare const _default$b: React__default.NamedExoticComponent<SelectWithSearchFormFeatureProps>;
3193
+ declare const _default$d: React__default.NamedExoticComponent<SelectWithSearchFormFeatureProps>;
2985
3194
 
2986
3195
  type MarkdownContainerFeatureProps = {
2987
3196
  children?: string | null;
2988
3197
  options?: MarkdownToJSX.Options;
2989
3198
  className?: string;
2990
3199
  };
2991
- declare const _default$a: React__default.NamedExoticComponent<MarkdownContainerFeatureProps>;
3200
+ declare const _default$c: React__default.NamedExoticComponent<MarkdownContainerFeatureProps>;
2992
3201
 
2993
- declare const _default$9: React__default.NamedExoticComponent<OnBoardingStartScreenType>;
3202
+ declare const _default$b: React__default.NamedExoticComponent<OnBoardingStartScreenType>;
2994
3203
 
2995
- declare const _default$8: React__default.NamedExoticComponent<OnBoardingInfoScreenType>;
3204
+ declare const _default$a: React__default.NamedExoticComponent<OnBoardingInfoScreenType>;
2996
3205
 
2997
3206
  type OnBoardingMultiSelectionScreenPreviewFeatureProps = {
2998
3207
  onChange?: (value: string[]) => void;
2999
3208
  defaultValues?: string[];
3000
3209
  } & OnBoardingMultiSelectScreenType;
3001
- declare const _default$7: React__default.NamedExoticComponent<OnBoardingMultiSelectionScreenPreviewFeatureProps>;
3210
+ declare const _default$9: React__default.NamedExoticComponent<OnBoardingMultiSelectionScreenPreviewFeatureProps>;
3002
3211
 
3003
3212
  type OnBoardingSingleSelectionScreenPreviewFeatureProps = {
3004
3213
  onChange?: (value: string) => void;
3005
3214
  defaultValues?: string[];
3006
3215
  } & OnBoardingSingleSelectScreenType;
3007
- declare const _default$6: React__default.NamedExoticComponent<OnBoardingSingleSelectionScreenPreviewFeatureProps>;
3216
+ declare const _default$8: React__default.NamedExoticComponent<OnBoardingSingleSelectionScreenPreviewFeatureProps>;
3008
3217
 
3009
- declare const _default$5: React__default.NamedExoticComponent<OnBoardingLoaderScreenType>;
3218
+ declare const _default$7: React__default.NamedExoticComponent<OnBoardingLoaderScreenType>;
3010
3219
 
3011
3220
  type OnBoardingProgressFeatureProps = {
3012
3221
  progress: number;
@@ -3015,9 +3224,58 @@ type OnBoardingProgressFeatureProps = {
3015
3224
  onBackButtonClick?: () => void;
3016
3225
  contentStyle?: OnBoardingScreenStyleOptions;
3017
3226
  };
3018
- declare const _default$4: React__default.NamedExoticComponent<OnBoardingProgressFeatureProps>;
3227
+ declare const _default$6: React__default.NamedExoticComponent<OnBoardingProgressFeatureProps>;
3228
+
3229
+ declare const _default$5: React__default.NamedExoticComponent<OnBoardingReviewsScreenType>;
3230
+
3231
+ type SpecialistAreaByMatch = {
3232
+ text: string;
3233
+ hasMatch: boolean;
3234
+ };
3235
+ type SpecialistAreaListProps = {
3236
+ list: SpecialistAreaByMatch[];
3237
+ title?: React.ReactNode;
3238
+ className?: string;
3239
+ classNameTitle?: string;
3240
+ limit?: number;
3241
+ t?: WithTranslation['t'];
3242
+ fillTextWithMatch?: boolean;
3243
+ };
3244
+
3245
+ declare const SpecialistAreaList: FC<SpecialistAreaListProps>;
3246
+
3247
+ interface Props$2 extends Omit<TypographyProps, 'children'> {
3248
+ className?: string;
3249
+ text: string;
3250
+ title?: string;
3251
+ countLines?: number;
3252
+ expandType?: 'inline' | 'modal';
3253
+ classNameTitle?: string;
3254
+ onExpand?(): void;
3255
+ t?: WithTranslation['t'];
3256
+ }
3257
+
3258
+ declare const _default$4: React__default.NamedExoticComponent<Props$2>;
3259
+
3260
+ type Props$1 = {
3261
+ className?: string;
3262
+ list: SpecialistReview[];
3263
+ rating: number;
3264
+ reviews: number;
3265
+ limit: number;
3266
+ t?: WithTranslation['t'];
3267
+ onLoadMore?(): void;
3268
+ };
3269
+ declare const ReviewListFeature: FC<Props$1>;
3019
3270
 
3020
- declare const _default$3: React__default.NamedExoticComponent<OnBoardingReviewsScreenType>;
3271
+ type Props = {
3272
+ list: SpecialistEducation[];
3273
+ limit?: number;
3274
+ className?: string;
3275
+ classNameTitle?: string;
3276
+ t?: WithTranslation['t'];
3277
+ };
3278
+ declare const SpecialistEducationsFeature: FC<Props>;
3021
3279
 
3022
3280
  type SupportedCountryLocale = string;
3023
3281
  type Tabs = {
@@ -3045,49 +3303,42 @@ declare function getSignAgreementsTabs({ behavior, localeOrCountry, jsonTree, t,
3045
3303
 
3046
3304
  type SpecialistCardWidgetProps = {
3047
3305
  t?: WithTranslation['t'];
3048
- loading: boolean;
3306
+ loading?: boolean;
3049
3307
  videoPlayer: {
3050
- isMuted: boolean;
3051
- onMuteToggle: () => void;
3052
- videoRef: (ref: HTMLVideoElement) => void;
3308
+ isMuted?: boolean;
3309
+ onMuteToggle?(): void;
3310
+ videoRef?(ref: HTMLVideoElement): void;
3311
+ onPlay?(src: string): void;
3053
3312
  };
3054
- specialist: SpecialistCard;
3055
- isAddedToBookmark: boolean;
3056
- onChooseVisitTime: () => void;
3057
- onAddDeleteBookmark: () => void;
3058
- };
3059
- type SpecialistCard = {
3060
- id: string;
3061
- isAddedToBookmark: boolean;
3062
- areas: string[];
3063
- reviews: number;
3064
- lastName: string;
3065
- firstName: string;
3066
- videoLink: string;
3067
- avatarLink: string;
3068
- percentMatch: number;
3069
- formattedRating: string;
3070
- countryOfBirthday: string;
3071
- yearsOfExperience: number;
3072
- formattedSessionPrice: string;
3073
- sessionDurationMinutes: number;
3313
+ specialist: Specialist;
3314
+ isFavourite?: boolean;
3315
+ onChooseVisitTime(): void;
3316
+ onToggleFavourite(): void;
3317
+ onCardClick(): void;
3318
+ currentUser?: UserType;
3074
3319
  };
3075
3320
 
3076
- declare const _default$2: React__default.NamedExoticComponent<SpecialistCardWidgetProps>;
3321
+ declare const _default$3: React__default.NamedExoticComponent<SpecialistCardWidgetProps>;
3077
3322
 
3078
3323
  type SpecialistCardListWidgetProps = {
3079
3324
  t?: WithTranslation['t'];
3080
- specialists: SpecialistCard[];
3081
- onAddDeleteBookmark: (specialist: SpecialistCard) => void;
3082
- onChooseVisitTime: (specialist: SpecialistCard) => void;
3325
+ specialists: Specialist[];
3326
+ onToggleFavourite: (specialist: Specialist) => void;
3327
+ onChooseVisitTime: (specialist: Specialist) => void;
3328
+ onVideoPlay?: (src: string) => void;
3329
+ onRefreshClick?(): void;
3330
+ onFavoriteClick?(): void;
3331
+ onCardClick?(id: string): void;
3332
+ isLoading?: boolean;
3333
+ currentUser?: UserType;
3083
3334
  };
3084
- declare const SpecialistCardListWidget: FC<SpecialistCardListWidgetProps & WithTranslation['t']>;
3335
+ declare const SpecialistCardListWidget: FC<SpecialistCardListWidgetProps>;
3085
3336
 
3086
- declare const _default$1: React__default.NamedExoticComponent<SpecialistPaymentCardProps & {
3337
+ declare const _default$2: React__default.NamedExoticComponent<SpecialistPaymentCardProps & {
3087
3338
  routeClick: () => void;
3088
3339
  } & TranslationType>;
3089
3340
 
3090
- declare const _default: React__default.NamedExoticComponent<SpecialistPaymentCardProps & SpecialistPaymentConsultationsProps & TranslationType>;
3341
+ declare const _default$1: React__default.NamedExoticComponent<SpecialistPaymentCardProps & SpecialistPaymentConsultationsProps & TranslationType>;
3091
3342
 
3092
3343
  type UpdateContractWidgetProps = {
3093
3344
  isAccepted: boolean;
@@ -3103,4 +3354,23 @@ type UpdateContractWidgetProps = {
3103
3354
  };
3104
3355
  declare function UpdateContractWidget({ applyText, onApply, heading, image, avatar, agreementText, handlePressLink, isAccepted, setIsAccepted, isLoading, }: UpdateContractWidgetProps): JSX.Element;
3105
3356
 
3106
- export { AcceptAgreementFeature, Action, _default$D as AlertCard, AppFooter, _default$C as AppFooter_v2, AppHeader, AppHeader_v2, AppNotSupportedFeature, ArchivedConsultationCard, Avatar, AvatarProps$1 as AvatarProps, _default$B as Avatar_v2, BREAKPOINT_ICON_SIZE, _default$x as Badge, _default$R as BookingScheduleTime, _default$Q as BookingSpecialistInfo, BreakPointPositionProps, BreakPointPositionResult, Button, Button_v2, COUNTRIES_MAPPER, Calendar, _default$h as CalendarPickerFeature, CancelSession, CardModal, ChangeLangModal, ChangeLanguageModal, _default$1a as ChatListItem, _default$18 as ChatListSkeleton, _default$19 as ChatMessage, ChatMessageSkeleton, CheckBoxItem, CheckBoxListFeature, CheckBoxSectionListFeature, _default$L as CheckboxList, CheckboxListCategory, CheckboxListItem, CheckboxTypes, ChevronHeader, CircleRatingComponentProps, CircleRatingContent, CircleRatingContext, CircleRatingContextData, CircleRatingContextProps, CircleRatingDataProps, CircleRatingDataResult, CircleRatingLegendProps, CircleRatingProvider, CircleRatingRange, CircleRatingSize, CollapsableText, ConditionRulesType, _default$11 as ConsultationCard, ConsultationCardProps, ConsultationCardType, _default$_ as ConsultationModal, _default$l as ConsultationPricingFeature, _default$Y as ConsultationSpecialistCard, ConsultationsListSkeleton, Container, Container_v2, ContentCard, ContentRendererProps, ContentTree as ContractTreeFeature, CountdownTimerFeature, CountryOfOriginModal, CurrencyLocaleMapper, CurrencySignByLocale, CustomButton, _default$M as CustomCheckbox, CustomRadioButton, _default$N as CustomSelect, _default$O as CustomTextarea, DatePicker, _default$W as DaySlider, DayToRender, DrumListPicker, DynamicCommissionValue, _default$S as EducationCard, _default$17 as EmptyChatList, EmptyChatMessages, _default$$ as EmptyConsultations, EntryNotFound, EntryNotFoundProps, ErrorCardFeature, _default$I as Flag, FlagTypes, _default$z as Flag_v2, FloatingButton, FooterForBooking, FrequentlyAskedQuestions, GoogleCalendarModalFeature, HeaderWithRedirect, HorizontalCalendar, HorizontalCalendarProps, ISpecialistReview, IconAddModerator, IconApple, IconArrowDown, IconArrowLeft, IconArrowRight, IconArrowTopRight, IconAttachMoney, IconBeachAccess, IconBookmark, IconBookmarkOutlined, _default$t as IconButton, IconCalendar, IconCalendarFilled, IconCalendarMonth, IconCancel, IconCancelRounded, IconCapFilled, IconChat3d, IconChatFilled, IconChatOutline, IconCheck, IconCheckCircle, IconCheckSmall, IconCheckboxChecked, IconCheckboxUnchecked, IconClient, IconClientFilled, IconClose, IconCopy, IconCreditCard, IconDelete, IconDocument, IconEcgHeart, IconEdit, IconEditCalendar, IconEventBusy, IconEye, IconEyeOff, IconGallery, IconGift, IconGoogle, IconHome, IconIdCard, IconInvisible, IconInvoice, IconLanguage, IconLeftArrow, IconLetter, IconLink, IconLock, IconLogout, IconManageAccounts, IconMinus, IconMoreVertical, IconMute, IconNotificationMuted, IconPaid, IconPaper, IconPause, IconPersonAlert, IconPlus, IconProfile, IconProfileChecked, IconProfileCircle, IconProfileSetting, IconProfileUnderReview, IconPromocode, IconProps$B as IconProps, IconQueryStats, IconQuestion, IconRadioButtonChecked, IconReceiptLong, IconResume, IconSchema, IconSearch, IconSend, IconSettings, IconShare, IconSpinner, IconStar, IconStarFilled, IconStylus, IconSuccess, IconText, IconTime, IconTimeAdd, IconUnmute, IconUserNotFound, IconVerifiedUser, IconVisible, IconWarning, ImageInput, ImageWithFallback, ImpressionEmojiEnum, Input, InputSearch, _default$p as Item, _default$w as ItemCard, LabelArrowRedirect, LanguagesList, _default$1e as LetterAvatar, _default$J as LineFileInput, ListBox, ListBoxItem, ListBoxItemProps, ListBoxProps, ListBoxSelectionType, ListButton, ListItemType, _default$q as ListItems, ListOption, ListOptionsProps, ListSelect, ListSelectProps, ListSimple, _default$r as Loading, LouseConnect, _default$a as MarkdownContainerFeature, _default$1b as MediaPlayer, Modal, ModalCalendar, ModalSheet, NavigationBar, NoInternetConnection, NotSupportModal, NotesCardText, NotesEditor, OnBoardingBaseScreenType, OnBoardingFlowType, _default$8 as OnBoardingInfoScreenPreviewFeature, OnBoardingInfoScreenType, _default$5 as OnBoardingLoaderScreenPreviewFeature, OnBoardingLoaderScreenType, OnBoardingMultiSelectScreenType, _default$7 as OnBoardingMultiSelectionScreenPreviewFeature, _default$4 as OnBoardingProgressFeature, _default$3 as OnBoardingReviewsScreenPreviewFeature, OnBoardingReviewsScreenType, OnBoardingScreenBgType, OnBoardingScreenButtonType, OnBoardingScreenDescriptionType, OnBoardingScreenOptionType, OnBoardingScreenOptions, OnBoardingScreenStyleOptions, OnBoardingScreensType, OnBoardingSingleSelectScreenType, _default$6 as OnBoardingSingleSelectionScreenPreviewFeature, _default$9 as OnBoardingStartScreenPreviewFeature, OnBoardingStartScreenType, OutdatedPersonalDataFeature, PasswordInput, PaymentBadgeType, _default$g as PaymentCalendarFeature, PaymentCalendarFeatureProps, _default$i as PaymentSessionsList, _default$1d as PersonDateTimeCard, _default$y as Picture, _default$H as ProfileInformation, _default$U as ProfileView, _default$K as ProgressBar, ProgressBarDashed, _default$s as ProgressBar_v2, ProgressRangeProps, PushNotificationsIsDisabledBanner, PushNotificationsModal, Range, _default$u as Rating, RatingCircleWrapper, _default$X as ReSchedule, ReScheduleSuccess, Refresher, ResponseFileType, ReviewCard, _default$f as ReviewCardFeature, ReviewStatistics, ReviewSwiperSection, ReviewsCardFeatureSkeleton, RoundButton, RowItemType, RowSelect, RowSelectProps, Rule, SIZES, _default$d as ScreenDrumPickerFormFeature, ScreenInput, _default$e as ScreenInputFormFeature, ScreenInputUpdateFeature, ScrollTabs, SectionHeading, Segment, SegmentColor, SegmentType, _default$1c as SelectImpressionEmoji, SelectItemType, _default$b as SelectWithSearchFormFeature, ShareModalFeature, ShortCurrencySignByLocale, _default$10 as SignUpSessionButton, _default$Z as SignUpSessionModal, SizeValues, Skeleton, _default$A as Skeleton_v2, _default$n as SlotsGrid, _default$m as SlotsGridItem, _default$T as SpecialistAbout, SpecialistCard$1 as SpecialistCard, SpecialistCardListWidget, _default$2 as SpecialistCardWidget, SpecialistConsultation, SpecialistConsultationPayment, _default$15 as SpecialistEducationCard, SpecialistInfoColumnFeature as SpecialistInfoColumn, SpecialistLangs, _default$G as SpecialistMatch, SpecialistPaymentCardProps, _default$k as SpecialistPaymentCommonCardFeature, SpecialistPaymentCommonCardSkeleton, SpecialistPaymentConsultationDetailsType, _default$j as SpecialistPaymentConsultationsFeature, SpecialistPaymentConsultationsProps, SpecialistPaymentCurrencyProps, _default as SpecialistPaymentResumeWidget, SpecialistPaymentResumeWidgetType, SpecialistPaymentTabs, _default$1 as SpecialistPaymentWidget, SpecialistPaymentWidgetType, _default$14 as SpecialistProfileViewCard, SpecialistShortInfoItemFeature as SpecialistShortInfoItem, _default$F as SpecialistStatistic, SpecialistStatisticsCard, SpecialistWorkDirections, Spinner, Spinner_v2, StarRating, StatisticsScroll, StatusTag, SuccessScreen, SupportedCurrency, SupportedLangs, SwitchDeviceCard, TabBar, TabItem, Tabs$1 as Tabs, Tag, _default$c as TextAreaFormFeature, _default$P as TextInput, _default$16 as Textarea, _default$v as Textarea_v2, ThemeProvider, ThemeProviderProps, TherapistCard, TherapistInformationComponent, Toast, ToastButton, ToastContext, ToastProps, ToastProvider, ToastRegion, Toggle, TooltipComponent, TranslationMock, TranslationType, TreeNode, _default$E as Typography, TypographyVariantsEnum, UpdateContractWidget, UpdatesCard, UserInfoModal, UsersPsychologistScrollList, VerticalCalendar, VerticalCalendarMonthSkeleton, VerticalCalendarSkeleton, _default$o as Video, _default$12 as VideoCallInfo, _default$13 as VideoPlayer, _default$V as WorkDirections, YourLocalTimeBlock, appThemes, decOfNum, getCountryKeyByName, getProgressForBreakPoint, getSignAgreementsTabs, mergeRefs, newShade, priceNormalize, replaceMarkdownWithReactElements, toast, useAutoFocus, useBreakPointsPosition, useCircleRatingRenderData, useDomRef, useElementWidth, useEvent, useRangeIndex, useRatingCircleBreakPoints, useRatingCircleContentValue, useRatingCircleLegend, useRatingContext, useToastContext };
3357
+ type SpecialistDetailWidgetProps = {
3358
+ t?: WithTranslation['t'];
3359
+ isLoading?: boolean;
3360
+ specialist: Specialist;
3361
+ reviews?: SpecialistReview[];
3362
+ country: string;
3363
+ isAuth?: boolean;
3364
+ isSpecialistUnAvailable?: boolean;
3365
+ onLoadMoreReviews?(): void;
3366
+ currentUser?: UserType;
3367
+ hasSessions?: boolean;
3368
+ showContract?: boolean;
3369
+ showReview?: boolean;
3370
+ onOpenContract?(): void;
3371
+ onRateSession?(): void;
3372
+ };
3373
+
3374
+ declare const _default: React__default.NamedExoticComponent<SpecialistDetailWidgetProps>;
3375
+
3376
+ export { AcceptAgreementFeature, Action, _default$I as AlertCard, AppFooter, _default$H as AppFooter_v2, AppHeader, AppHeader_v2, AppNotSupportedFeature, ArchivedConsultationCard, Avatar, AvatarProps$1 as AvatarProps, _default$G as Avatar_v2, AvatarProps as Avatar_v2Props, BREAKPOINT_ICON_SIZE, _default$C as Badge, _default$W as BookingScheduleTime, _default$V as BookingSpecialistInfo, BreakPointPositionProps, BreakPointPositionResult, Button, Button_v2, COUNTRIES_MAPPER, Calendar, _default$j as CalendarPickerFeature, CancelSession, CardModal, ChangeLangModal, ChangeLanguageModal, _default$1f as ChatListItem, _default$1d as ChatListSkeleton, _default$1e as ChatMessage, ChatMessageSkeleton, CheckBoxItem, CheckBoxListFeature, CheckBoxSectionListFeature, _default$Q as CheckboxList, CheckboxListCategory, CheckboxListItem, CheckboxTypes, ChevronHeader, CircleRatingComponentProps, CircleRatingContent, CircleRatingContext, CircleRatingContextData, CircleRatingContextProps, CircleRatingDataProps, CircleRatingDataResult, CircleRatingLegendProps, CircleRatingProvider, CircleRatingRange, CircleRatingSize, ClientSpecialistContractStatusEnum, CollapsableText, ConditionRulesType, _default$16 as ConsultationCard, ConsultationCardProps, ConsultationCardType, _default$13 as ConsultationModal, _default$n as ConsultationPricingFeature, _default$11 as ConsultationSpecialistCard, ConsultationsListSkeleton, Container, Container_v2, ContentCard, ContentRendererProps, ContractStatusEnum, ContentTree as ContractTreeFeature, CountdownTimerFeature, CountryOfOriginModal, CurrencyLocaleMapper, CurrencySignByLocale, CustomButton, _default$R as CustomCheckbox, CustomRadioButton, _default$S as CustomSelect, _default$T as CustomTextarea, DatePicker, _default$$ as DaySlider, DayToRender, DrumListPicker, DynamicCommissionValue, _default$X as EducationCard, _default$1c as EmptyChatList, EmptyChatMessages, _default$14 as EmptyConsultations, EntryNotFound, EntryNotFoundProps, ErrorCardFeature, _default$N as Flag, FlagTypes, _default$E as Flag_v2, FloatingButton, FooterForBooking, FrequentlyAskedQuestions, GoogleCalendarModalFeature, HeaderWithRedirect, HorizontalCalendar, HorizontalCalendarProps, ISpecialistReview, IconAddModerator, IconApple, IconArrowDown, IconArrowLeft, IconArrowRight, IconArrowTopRight, IconAttachMoney, IconBeachAccess, IconBookmark, IconBookmarkOutlined, _default$y as IconButton, IconCalendar, IconCalendarFilled, IconCalendarMonth, IconCancel, IconCancelRounded, IconCapFilled, IconChat3d, IconChatFilled, IconChatOutline, IconCheck, IconCheckCircle, IconCheckSmall, IconCheckboxChecked, IconCheckboxUnchecked, IconClient, IconClientFilled, IconClose, IconCopy, IconCreditCard, IconDelete, IconDocument, IconDot, IconEcgHeart, IconEdit, IconEditCalendar, IconEventBusy, IconEye, IconEyeOff, IconGallery, IconGift, IconGoogle, IconHeart, IconHome, IconIdCard, IconInvisible, IconInvoice, IconLanguage, IconLeftArrow, IconLetter, IconLink, IconLock, IconLogout, IconManageAccounts, IconMindly, IconMindlyColored, IconMinus, IconMoreVertical, IconMute, IconNotificationMuted, IconPaid, IconPaper, IconPause, IconPersonAlert, IconPlay, IconPlus, IconProfile, IconProfileChecked, IconProfileCircle, IconProfileSetting, IconProfileUnderReview, IconPromocode, IconProps$B as IconProps, IconQueryStats, IconQuestion, IconRadioButtonChecked, IconReceiptLong, IconRenew, IconResume, IconSchema, IconSearch, IconSend, IconSettings, IconShare, IconSpinner, IconStar, IconStarFilled, IconStudyHat, IconStylus, IconSuccess, IconText, IconTime, IconTimeAdd, IconUnmute, IconUserNotFound, IconVerifiedUser, IconVisible, IconWarning, ImageInput, ImageWithFallback, ImpressionEmojiEnum, Input, InputSearch, _default$u as Item, _default$B as ItemCard, LabelArrowRedirect, LanguagesList, _default$1j as LetterAvatar, _default$O as LineFileInput, ListBox, ListBoxItem, ListBoxItemProps, ListBoxProps, ListBoxSelectionType, ListButton, ListItemType, _default$r as ListItemWithColumns, _default$v as ListItems, ListOption, ListOptionsProps, ListSelect, ListSelectProps, ListSimple, _default$w as Loading, LouseConnect, _default$c as MarkdownContainerFeature, _default$s as MatchProgress, _default$1g as MediaPlayer, Modal, ModalCalendar, ModalSheet, NavigationBar, NoInternetConnection, NotSupportModal, NotesCardText, NotesEditor, OnBoardingBaseScreenType, OnBoardingFlowType, _default$a as OnBoardingInfoScreenPreviewFeature, OnBoardingInfoScreenType, _default$7 as OnBoardingLoaderScreenPreviewFeature, OnBoardingLoaderScreenType, OnBoardingMultiSelectScreenType, _default$9 as OnBoardingMultiSelectionScreenPreviewFeature, _default$6 as OnBoardingProgressFeature, _default$5 as OnBoardingReviewsScreenPreviewFeature, OnBoardingReviewsScreenType, OnBoardingScreenBgType, OnBoardingScreenButtonType, OnBoardingScreenDescriptionType, OnBoardingScreenOptionType, OnBoardingScreenOptions, OnBoardingScreenStyleOptions, OnBoardingScreensType, OnBoardingSingleSelectScreenType, _default$8 as OnBoardingSingleSelectionScreenPreviewFeature, _default$b as OnBoardingStartScreenPreviewFeature, OnBoardingStartScreenType, OutdatedPersonalDataFeature, PasswordInput, PaymentBadgeType, _default$i as PaymentCalendarFeature, PaymentCalendarFeatureProps, _default$k as PaymentSessionsList, _default$1i as PersonDateTimeCard, _default$D as Picture, _default$M as ProfileInformation, _default$Z as ProfileView, _default$P as ProgressBar, ProgressBarDashed, _default$x as ProgressBar_v2, ProgressRangeProps, PushNotificationsIsDisabledBanner, PushNotificationsModal, Range, _default$z as Rating, RatingCircleWrapper, _default$10 as ReSchedule, ReScheduleSuccess, Refresher, ResponseFileType, ReviewCard, _default$h as ReviewCardFeature, ReviewListFeature, ReviewStatistics, ReviewSwiperSection, ReviewsCardFeatureSkeleton, ReviewsSummary, RoundButton, RowItemType, RowSelect, RowSelectProps, Rule, SIZES, _default$f as ScreenDrumPickerFormFeature, ScreenInput, _default$g as ScreenInputFormFeature, ScreenInputUpdateFeature, ScrollTabs, SectionHeading, Segment, SegmentColor, SegmentType, _default$1h as SelectImpressionEmoji, SelectItemType, _default$d as SelectWithSearchFormFeature, Sex, ShareModalFeature, ShortCurrencySignByLocale, _default$q as ShowMore, _default$15 as SignUpSessionButton, _default$12 as SignUpSessionModal, SizeValues, Skeleton, _default$F as Skeleton_v2, _default$p as SlotsGrid, _default$o as SlotsGridItem, Specialist, _default$Y as SpecialistAbout, SpecialistAreaList as SpecialistAreaListFeature, SpecialistCard, SpecialistCardListWidget, _default$3 as SpecialistCardWidget, SpecialistConsultation, SpecialistConsultationPayment, _default as SpecialistDetailWidget, SpecialistEducation, _default$1a as SpecialistEducationCard, SpecialistEducationsFeature, SpecialistInfoColumnFeature, SpecialistLangs, _default$L as SpecialistMatch, SpecialistOrderType, SpecialistPaymentCardProps, _default$m as SpecialistPaymentCommonCardFeature, SpecialistPaymentCommonCardSkeleton, SpecialistPaymentConsultationDetailsType, _default$l as SpecialistPaymentConsultationsFeature, SpecialistPaymentConsultationsProps, SpecialistPaymentCurrencyProps, _default$1 as SpecialistPaymentResumeWidget, SpecialistPaymentResumeWidgetType, SpecialistPaymentTabs, _default$2 as SpecialistPaymentWidget, SpecialistPaymentWidgetType, _default$19 as SpecialistProfileViewCard, SpecialistReview, SpecialistShortInfoItemFeature as SpecialistShortInfoItem, _default$K as SpecialistStatistic, SpecialistStatisticsCard, SpecialistWorkDirections, Spinner, Spinner_v2, StarRating, StatisticsScroll, StatusTag, StripeSupportedCurrency, SuccessScreen, SuperSpecialist, SupportedCurrency, SupportedLangs, SwitchDeviceCard, TabBar, TabItem, Tabs$1 as Tabs, Tag, _default$e as TextAreaFormFeature, _default$U as TextInput, _default$4 as TextWithClampFeature, _default$1b as Textarea, _default$A as Textarea_v2, ThemeProvider, ThemeProviderProps, TherapistCard, TherapistInformationComponent, Toast, ToastButton, ToastContext, ToastProps, ToastProvider, ToastRegion, Toggle, TooltipComponent, TranslationMock, TranslationType, TreeNode, _default$J as Typography, TypographyVariantsEnum, UpdateContractWidget, UpdatesCard, UserInfoModal, UserType, UsersPsychologistScrollList, VerticalCalendar, VerticalCalendarMonthSkeleton, VerticalCalendarSkeleton, _default$t as Video, _default$17 as VideoCallInfo, _default$18 as VideoPlayer, _default$_ as WorkDirections, YourLocalTimeBlock, appThemes, decOfNum, formatByDigits, getCountryKeyByName, getProgressForBreakPoint, getSignAgreementsTabs, mergeRefs, newShade, priceNormalize, replaceMarkdownWithReactElements, toast, useAutoFocus, useBreakPointsPosition, useCircleRatingRenderData, useDomRef, useElementWidth, useEvent, useRangeIndex, useRatingCircleBreakPoints, useRatingCircleContentValue, useRatingCircleLegend, useRatingContext, useToastContext };