@mindly/ui-components 5.90.2 → 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 (166) hide show
  1. package/dist/cjs/index.js +8 -8
  2. package/dist/cjs/lib/Inputs/CustomRadioButton/CustomRadioButton.d.ts +1 -0
  3. package/dist/cjs/lib2/features/ReviewCardFeature/ReviewCardFeature.d.ts +9 -5
  4. package/dist/cjs/lib2/features/ReviewCardFeature/styles.d.ts +348 -17
  5. package/dist/cjs/lib2/features/ReviewListFeature/ReviewListFeature.d.ts +14 -0
  6. package/dist/cjs/lib2/features/ReviewListFeature/index.d.ts +1 -0
  7. package/dist/cjs/lib2/features/SpecialistAreaListFeature/SpecialistAreaListFeature.d.ts +4 -0
  8. package/dist/cjs/lib2/features/SpecialistAreaListFeature/SpecialistAreaListFeature.stories.d.ts +8 -0
  9. package/dist/cjs/lib2/features/SpecialistAreaListFeature/index.d.ts +1 -0
  10. package/dist/cjs/lib2/features/SpecialistAreaListFeature/types.d.ts +15 -0
  11. package/dist/cjs/lib2/features/SpecialistEducationsFeature/SpecialistEducationsFeature.d.ts +12 -0
  12. package/dist/cjs/lib2/features/SpecialistEducationsFeature/SpecialistEducationsFeature.stories.d.ts +6 -0
  13. package/dist/cjs/lib2/features/SpecialistEducationsFeature/index.d.ts +1 -0
  14. package/dist/cjs/lib2/features/SpecialistInfoColumnFeature/SpecialistInfoColumnFeature.d.ts +9 -5
  15. package/dist/cjs/lib2/features/SpecialistInfoColumnFeature/index.d.ts +1 -1
  16. package/dist/cjs/lib2/features/SpecialistShortInfoItemFeature/SpecialistShortInfoItemFeature.d.ts +11 -3
  17. package/dist/cjs/lib2/features/SpecialistShortInfoItemFeature/SpecialistShortInfoItemFeature.stories.d.ts +1 -0
  18. package/dist/cjs/lib2/features/TextWithClampFeature/TextWithClampFeature.d.ts +4 -0
  19. package/dist/cjs/lib2/features/TextWithClampFeature/index.d.ts +1 -0
  20. package/dist/cjs/lib2/features/TextWithClampFeature/types.d.ts +12 -0
  21. package/dist/cjs/lib2/features/index.d.ts +4 -0
  22. package/dist/cjs/lib2/shared/assets/icons/IconDot.d.ts +3 -0
  23. package/dist/cjs/lib2/shared/assets/icons/IconHeart.d.ts +3 -0
  24. package/dist/cjs/lib2/shared/assets/icons/IconMindly.d.ts +3 -0
  25. package/dist/cjs/lib2/shared/assets/icons/IconMindlyColored.d.ts +3 -0
  26. package/dist/cjs/lib2/shared/assets/icons/IconPlay.d.ts +3 -0
  27. package/dist/cjs/lib2/shared/assets/icons/IconRenew.d.ts +3 -0
  28. package/dist/cjs/lib2/shared/assets/icons/IconStudyHat.d.ts +3 -0
  29. package/dist/cjs/lib2/shared/assets/icons/index.d.ts +7 -0
  30. package/dist/cjs/lib2/shared/types/common.d.ts +1 -0
  31. package/dist/cjs/lib2/shared/types/contract.d.ts +12 -0
  32. package/dist/cjs/lib2/shared/types/iconProps.d.ts +1 -0
  33. package/dist/cjs/lib2/shared/types/index.d.ts +4 -0
  34. package/dist/cjs/lib2/shared/types/review.d.ts +19 -0
  35. package/dist/cjs/lib2/shared/types/specialistTypes.d.ts +65 -0
  36. package/dist/cjs/lib2/shared/types/user.d.ts +33 -0
  37. package/dist/cjs/lib2/shared/ui/Avatar_v2/Avatar_v2.d.ts +2 -2
  38. package/dist/cjs/lib2/shared/ui/Avatar_v2/index.d.ts +1 -0
  39. package/dist/cjs/lib2/shared/ui/Badge/styles.d.ts +2 -2
  40. package/dist/cjs/lib2/shared/ui/Badge/types.d.ts +1 -0
  41. package/dist/cjs/lib2/shared/ui/Button_v2/Button_v2.d.ts +1 -0
  42. package/dist/cjs/lib2/shared/ui/EducationCard_v2/EducationCard.d.ts +11 -0
  43. package/dist/cjs/lib2/shared/ui/EducationCard_v2/index.d.ts +1 -0
  44. package/dist/cjs/lib2/shared/ui/ListItemWithColumns/ListItemWithColumns.d.ts +7 -0
  45. package/dist/cjs/lib2/shared/ui/ListItemWithColumns/index.d.ts +1 -0
  46. package/dist/cjs/lib2/shared/ui/MatchProgress/MatchProgress.d.ts +7 -0
  47. package/dist/cjs/lib2/shared/ui/MatchProgress/index.d.ts +1 -0
  48. package/dist/cjs/lib2/shared/ui/ModalSheet/ModalSheet.d.ts +1 -0
  49. package/dist/cjs/lib2/shared/ui/ModalSheet/types.d.ts +1 -0
  50. package/dist/cjs/lib2/shared/ui/ReviewsSummary/ReviewsSummary.d.ts +13 -0
  51. package/dist/cjs/lib2/shared/ui/ReviewsSummary/ReviewsSummary.stories.d.ts +8 -0
  52. package/dist/cjs/lib2/shared/ui/ReviewsSummary/index.d.ts +1 -0
  53. package/dist/cjs/lib2/shared/ui/ReviewsSummary/styles.d.ts +140 -0
  54. package/dist/cjs/lib2/shared/ui/ShowMore/ShowMore.d.ts +3 -0
  55. package/dist/cjs/lib2/shared/ui/ShowMore/index.d.ts +1 -0
  56. package/dist/cjs/lib2/shared/ui/SuperSpecialist/SuperSpecialist.d.ts +4 -0
  57. package/dist/cjs/lib2/shared/ui/SuperSpecialist/SuperSpecialist.stories.d.ts +7 -0
  58. package/dist/cjs/lib2/shared/ui/SuperSpecialist/index.d.ts +1 -0
  59. package/dist/cjs/lib2/shared/ui/SuperSpecialist/styles.d.ts +105 -0
  60. package/dist/cjs/lib2/shared/ui/SuperSpecialist/types.d.ts +6 -0
  61. package/dist/cjs/lib2/shared/ui/Typography/Typography.d.ts +2 -12
  62. package/dist/cjs/lib2/shared/ui/Typography/types.d.ts +14 -1
  63. package/dist/cjs/lib2/shared/ui/Video/Video.d.ts +10 -3
  64. package/dist/cjs/lib2/shared/ui/Video/Video.stories.d.ts +1 -0
  65. package/dist/cjs/lib2/shared/ui/index.d.ts +5 -0
  66. package/dist/cjs/lib2/shared/utils/format.d.ts +1 -0
  67. package/dist/cjs/lib2/shared/utils/index.d.ts +1 -0
  68. package/dist/cjs/lib2/shared/utils/matching.d.ts +6 -0
  69. package/dist/cjs/lib2/shared/utils/mock.d.ts +5 -0
  70. package/dist/cjs/lib2/shared/utils/priceNormalizer.d.ts +2 -1
  71. package/dist/cjs/lib2/widgets/SpecialistCardListWidget/SpecialistCardListWidget.d.ts +11 -5
  72. package/dist/cjs/lib2/widgets/SpecialistCardListWidget/SpecialistCardListWidget.stories.d.ts +1 -0
  73. package/dist/cjs/lib2/widgets/SpecialistCardListWidget/SpecialistCardListWidgetSkeleton.d.ts +3 -0
  74. package/dist/cjs/lib2/widgets/SpecialistCardWidget/SpecialistCardSkeleton.d.ts +2 -1
  75. package/dist/cjs/lib2/widgets/SpecialistCardWidget/SpecialistCardWidget.stories.d.ts +3 -0
  76. package/dist/cjs/lib2/widgets/SpecialistCardWidget/types.d.ts +17 -9
  77. package/dist/cjs/lib2/widgets/SpecialistDetailWidget/SpecialistDetailWidget.d.ts +4 -0
  78. package/dist/cjs/lib2/widgets/SpecialistDetailWidget/SpecialistDetailWidget.stories.d.ts +9 -0
  79. package/dist/cjs/lib2/widgets/SpecialistDetailWidget/SpecialistDetailWidgetSkeleton.d.ts +3 -0
  80. package/dist/cjs/lib2/widgets/SpecialistDetailWidget/index.d.ts +1 -0
  81. package/dist/cjs/lib2/widgets/SpecialistDetailWidget/types.d.ts +19 -0
  82. package/dist/cjs/lib2/widgets/index.d.ts +1 -0
  83. package/dist/esm/index.js +8 -8
  84. package/dist/esm/lib/Inputs/CustomRadioButton/CustomRadioButton.d.ts +1 -0
  85. package/dist/esm/lib2/features/ReviewCardFeature/ReviewCardFeature.d.ts +9 -5
  86. package/dist/esm/lib2/features/ReviewCardFeature/styles.d.ts +348 -17
  87. package/dist/esm/lib2/features/ReviewListFeature/ReviewListFeature.d.ts +14 -0
  88. package/dist/esm/lib2/features/ReviewListFeature/index.d.ts +1 -0
  89. package/dist/esm/lib2/features/SpecialistAreaListFeature/SpecialistAreaListFeature.d.ts +4 -0
  90. package/dist/esm/lib2/features/SpecialistAreaListFeature/SpecialistAreaListFeature.stories.d.ts +8 -0
  91. package/dist/esm/lib2/features/SpecialistAreaListFeature/index.d.ts +1 -0
  92. package/dist/esm/lib2/features/SpecialistAreaListFeature/types.d.ts +15 -0
  93. package/dist/esm/lib2/features/SpecialistEducationsFeature/SpecialistEducationsFeature.d.ts +12 -0
  94. package/dist/esm/lib2/features/SpecialistEducationsFeature/SpecialistEducationsFeature.stories.d.ts +6 -0
  95. package/dist/esm/lib2/features/SpecialistEducationsFeature/index.d.ts +1 -0
  96. package/dist/esm/lib2/features/SpecialistInfoColumnFeature/SpecialistInfoColumnFeature.d.ts +9 -5
  97. package/dist/esm/lib2/features/SpecialistInfoColumnFeature/index.d.ts +1 -1
  98. package/dist/esm/lib2/features/SpecialistShortInfoItemFeature/SpecialistShortInfoItemFeature.d.ts +11 -3
  99. package/dist/esm/lib2/features/SpecialistShortInfoItemFeature/SpecialistShortInfoItemFeature.stories.d.ts +1 -0
  100. package/dist/esm/lib2/features/TextWithClampFeature/TextWithClampFeature.d.ts +4 -0
  101. package/dist/esm/lib2/features/TextWithClampFeature/index.d.ts +1 -0
  102. package/dist/esm/lib2/features/TextWithClampFeature/types.d.ts +12 -0
  103. package/dist/esm/lib2/features/index.d.ts +4 -0
  104. package/dist/esm/lib2/shared/assets/icons/IconDot.d.ts +3 -0
  105. package/dist/esm/lib2/shared/assets/icons/IconHeart.d.ts +3 -0
  106. package/dist/esm/lib2/shared/assets/icons/IconMindly.d.ts +3 -0
  107. package/dist/esm/lib2/shared/assets/icons/IconMindlyColored.d.ts +3 -0
  108. package/dist/esm/lib2/shared/assets/icons/IconPlay.d.ts +3 -0
  109. package/dist/esm/lib2/shared/assets/icons/IconRenew.d.ts +3 -0
  110. package/dist/esm/lib2/shared/assets/icons/IconStudyHat.d.ts +3 -0
  111. package/dist/esm/lib2/shared/assets/icons/index.d.ts +7 -0
  112. package/dist/esm/lib2/shared/types/common.d.ts +1 -0
  113. package/dist/esm/lib2/shared/types/contract.d.ts +12 -0
  114. package/dist/esm/lib2/shared/types/iconProps.d.ts +1 -0
  115. package/dist/esm/lib2/shared/types/index.d.ts +4 -0
  116. package/dist/esm/lib2/shared/types/review.d.ts +19 -0
  117. package/dist/esm/lib2/shared/types/specialistTypes.d.ts +65 -0
  118. package/dist/esm/lib2/shared/types/user.d.ts +33 -0
  119. package/dist/esm/lib2/shared/ui/Avatar_v2/Avatar_v2.d.ts +2 -2
  120. package/dist/esm/lib2/shared/ui/Avatar_v2/index.d.ts +1 -0
  121. package/dist/esm/lib2/shared/ui/Badge/styles.d.ts +2 -2
  122. package/dist/esm/lib2/shared/ui/Badge/types.d.ts +1 -0
  123. package/dist/esm/lib2/shared/ui/Button_v2/Button_v2.d.ts +1 -0
  124. package/dist/esm/lib2/shared/ui/EducationCard_v2/EducationCard.d.ts +11 -0
  125. package/dist/esm/lib2/shared/ui/EducationCard_v2/index.d.ts +1 -0
  126. package/dist/esm/lib2/shared/ui/ListItemWithColumns/ListItemWithColumns.d.ts +7 -0
  127. package/dist/esm/lib2/shared/ui/ListItemWithColumns/index.d.ts +1 -0
  128. package/dist/esm/lib2/shared/ui/MatchProgress/MatchProgress.d.ts +7 -0
  129. package/dist/esm/lib2/shared/ui/MatchProgress/index.d.ts +1 -0
  130. package/dist/esm/lib2/shared/ui/ModalSheet/ModalSheet.d.ts +1 -0
  131. package/dist/esm/lib2/shared/ui/ModalSheet/types.d.ts +1 -0
  132. package/dist/esm/lib2/shared/ui/ReviewsSummary/ReviewsSummary.d.ts +13 -0
  133. package/dist/esm/lib2/shared/ui/ReviewsSummary/ReviewsSummary.stories.d.ts +8 -0
  134. package/dist/esm/lib2/shared/ui/ReviewsSummary/index.d.ts +1 -0
  135. package/dist/esm/lib2/shared/ui/ReviewsSummary/styles.d.ts +140 -0
  136. package/dist/esm/lib2/shared/ui/ShowMore/ShowMore.d.ts +3 -0
  137. package/dist/esm/lib2/shared/ui/ShowMore/index.d.ts +1 -0
  138. package/dist/esm/lib2/shared/ui/SuperSpecialist/SuperSpecialist.d.ts +4 -0
  139. package/dist/esm/lib2/shared/ui/SuperSpecialist/SuperSpecialist.stories.d.ts +7 -0
  140. package/dist/esm/lib2/shared/ui/SuperSpecialist/index.d.ts +1 -0
  141. package/dist/esm/lib2/shared/ui/SuperSpecialist/styles.d.ts +105 -0
  142. package/dist/esm/lib2/shared/ui/SuperSpecialist/types.d.ts +6 -0
  143. package/dist/esm/lib2/shared/ui/Typography/Typography.d.ts +2 -12
  144. package/dist/esm/lib2/shared/ui/Typography/types.d.ts +14 -1
  145. package/dist/esm/lib2/shared/ui/Video/Video.d.ts +10 -3
  146. package/dist/esm/lib2/shared/ui/Video/Video.stories.d.ts +1 -0
  147. package/dist/esm/lib2/shared/ui/index.d.ts +5 -0
  148. package/dist/esm/lib2/shared/utils/format.d.ts +1 -0
  149. package/dist/esm/lib2/shared/utils/index.d.ts +1 -0
  150. package/dist/esm/lib2/shared/utils/matching.d.ts +6 -0
  151. package/dist/esm/lib2/shared/utils/mock.d.ts +5 -0
  152. package/dist/esm/lib2/shared/utils/priceNormalizer.d.ts +2 -1
  153. package/dist/esm/lib2/widgets/SpecialistCardListWidget/SpecialistCardListWidget.d.ts +11 -5
  154. package/dist/esm/lib2/widgets/SpecialistCardListWidget/SpecialistCardListWidget.stories.d.ts +1 -0
  155. package/dist/esm/lib2/widgets/SpecialistCardListWidget/SpecialistCardListWidgetSkeleton.d.ts +3 -0
  156. package/dist/esm/lib2/widgets/SpecialistCardWidget/SpecialistCardSkeleton.d.ts +2 -1
  157. package/dist/esm/lib2/widgets/SpecialistCardWidget/SpecialistCardWidget.stories.d.ts +3 -0
  158. package/dist/esm/lib2/widgets/SpecialistCardWidget/types.d.ts +17 -9
  159. package/dist/esm/lib2/widgets/SpecialistDetailWidget/SpecialistDetailWidget.d.ts +4 -0
  160. package/dist/esm/lib2/widgets/SpecialistDetailWidget/SpecialistDetailWidget.stories.d.ts +9 -0
  161. package/dist/esm/lib2/widgets/SpecialistDetailWidget/SpecialistDetailWidgetSkeleton.d.ts +3 -0
  162. package/dist/esm/lib2/widgets/SpecialistDetailWidget/index.d.ts +1 -0
  163. package/dist/esm/lib2/widgets/SpecialistDetailWidget/types.d.ts +19 -0
  164. package/dist/esm/lib2/widgets/index.d.ts +1 -0
  165. package/dist/index.d.ts +490 -219
  166. 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;
@@ -1387,6 +1388,7 @@ type CustomRadioButtonProps = {
1387
1388
  name?: string;
1388
1389
  value?: string;
1389
1390
  checked?: boolean;
1391
+ disabled?: boolean;
1390
1392
  onChange?: (e: ChangeEvent<HTMLInputElement>) => void;
1391
1393
  };
1392
1394
  declare const CustomRadioButton: React__default.ForwardRefExoticComponent<CustomRadioButtonProps & React__default.RefAttributes<HTMLInputElement>>;
@@ -1446,25 +1448,27 @@ declare enum TypographyVariantsEnum {
1446
1448
  Tabbar10Medium = "Tabbar/10 Medium",
1447
1449
  Text8Regular = "Text/8 Regular",
1448
1450
  Text7Regular = "Text/7 Regular",
1449
- Text6Regular = "Text/6 Regular"
1451
+ Text6Regular = "Text/6 Regular",
1452
+ Badge12Semi = "Badge/12 Semi",
1453
+ Badge12Regular = "Badge/12 Regular"
1450
1454
  }
1451
1455
  type TypographyAlignType = 'left' | 'center' | 'right';
1452
1456
  type TypographyOpacityType = 100 | 65 | 50 | 45 | 35 | 30 | 15 | 10 | 8 | 6;
1453
-
1454
1457
  type TypographyProps = {
1455
1458
  variant?: TypographyVariantsEnum;
1456
1459
  align?: TypographyAlignType;
1457
1460
  opacity?: TypographyOpacityType;
1458
1461
  isAppearCase?: boolean;
1459
1462
  className?: string;
1460
- children: React__default.ReactNode;
1463
+ children: React.ReactNode;
1461
1464
  onClick?: (args: any) => typeof args;
1462
1465
  isError?: boolean;
1463
1466
  };
1464
- 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>>>;
1465
1469
 
1466
1470
  type AlertCardVariants = 'transparent' | 'yellow' | 'blue';
1467
- type AlertCardProps = React.ComponentPropsWithoutRef<'div'> & {
1471
+ type AlertCardProps = React$1.ComponentPropsWithoutRef<'div'> & {
1468
1472
  variant: AlertCardVariants;
1469
1473
  size?: 'XY4' | 'X5Y4' | 'XY5';
1470
1474
  title?: string;
@@ -1477,7 +1481,7 @@ type AlertCardProps = React.ComponentPropsWithoutRef<'div'> & {
1477
1481
  };
1478
1482
  };
1479
1483
 
1480
- declare const _default$D: React.NamedExoticComponent<AlertCardProps>;
1484
+ declare const _default$I: React$1.NamedExoticComponent<AlertCardProps>;
1481
1485
 
1482
1486
  type AppFooterProps = {
1483
1487
  children?: React__default.ReactNode;
@@ -1488,26 +1492,26 @@ type AppFooterProps = {
1488
1492
  toolbarStyle?: CSSProperties;
1489
1493
  className?: string;
1490
1494
  };
1491
- declare const _default$C: React__default.NamedExoticComponent<AppFooterProps>;
1495
+ declare const _default$H: React__default.NamedExoticComponent<AppFooterProps>;
1492
1496
 
1493
1497
  type AvatarRoundVariants = 'circle' | 'drop';
1494
1498
 
1495
1499
  type AvatarProps = {
1496
- variant?: 'small' | 'medium' | 'smaller';
1500
+ variant?: 'small' | 'medium' | 'smaller' | 'large';
1497
1501
  round?: AvatarRoundVariants;
1498
1502
  className?: string;
1499
1503
  src?: string;
1500
1504
  alt?: string;
1501
1505
  showSkeleton?: boolean;
1502
1506
  };
1503
- declare const _default$B: React__default.NamedExoticComponent<AvatarProps>;
1507
+ declare const _default$G: React__default.NamedExoticComponent<AvatarProps>;
1504
1508
 
1505
1509
  type SkeletonProps = {
1506
1510
  animated?: boolean;
1507
1511
  className?: string;
1508
1512
  style?: React__default.CSSProperties;
1509
1513
  };
1510
- declare const _default$A: React__default.NamedExoticComponent<SkeletonProps>;
1514
+ declare const _default$F: React__default.NamedExoticComponent<SkeletonProps>;
1511
1515
 
1512
1516
  type ButtonProps = {
1513
1517
  fill?: 'outline' | 'clear';
@@ -1522,6 +1526,7 @@ type ButtonProps = {
1522
1526
  icon?: React__default.ReactNode;
1523
1527
  iconPosition?: 'start' | 'center';
1524
1528
  style?: React__default.CSSProperties;
1529
+ id?: string;
1525
1530
  } & JSX$1.IonButton;
1526
1531
  declare const Button_v2: FC<ButtonProps>;
1527
1532
 
@@ -1542,7 +1547,7 @@ type FlagProps = {
1542
1547
  name: string;
1543
1548
  className?: string;
1544
1549
  };
1545
- declare const _default$z: React__default.NamedExoticComponent<FlagProps>;
1550
+ declare const _default$E: React__default.NamedExoticComponent<FlagProps>;
1546
1551
 
1547
1552
  type PictureProps = {
1548
1553
  width: number;
@@ -1559,25 +1564,26 @@ type PictureProps = {
1559
1564
  responsive?: boolean;
1560
1565
  containerWidth?: number;
1561
1566
  };
1562
- declare const _default$y: React__default.NamedExoticComponent<PictureProps>;
1567
+ declare const _default$D: React__default.NamedExoticComponent<PictureProps>;
1563
1568
 
1564
1569
  type BadgeType = 'default' | 'accent';
1565
1570
  type BadgeVariants = 'attention' | 'neutral' | 'success' | 'warning' | 'brand' | 'info';
1566
- type BadgeProps = React.ComponentPropsWithoutRef<'span'> & {
1571
+ type BadgeProps = React$1.ComponentPropsWithoutRef<'span'> & {
1567
1572
  variant: BadgeVariants;
1568
1573
  size?: 'S' | 'M';
1569
1574
  type?: BadgeType;
1575
+ iconType?: 'check';
1570
1576
  };
1571
1577
 
1572
- declare const _default$x: React.NamedExoticComponent<BadgeProps>;
1578
+ declare const _default$C: React$1.NamedExoticComponent<BadgeProps>;
1573
1579
 
1574
1580
  type ItemCardVariants = 'neutral' | 'transparent' | 'transparent20';
1575
- type ItemCardProps = React.ComponentPropsWithoutRef<'div'> & {
1581
+ type ItemCardProps = React$1.ComponentPropsWithoutRef<'div'> & {
1576
1582
  variant: ItemCardVariants;
1577
1583
  size?: 'M' | 'M4' | 'M45';
1578
1584
  };
1579
1585
 
1580
- declare const _default$w: React.NamedExoticComponent<ItemCardProps>;
1586
+ declare const _default$B: React$1.NamedExoticComponent<ItemCardProps>;
1581
1587
 
1582
1588
  type AppHeaderProps = {
1583
1589
  fullwidth?: boolean;
@@ -1772,6 +1778,7 @@ interface IconProps$B extends SVGAttributes<SVGElement> {
1772
1778
  size?: number | string;
1773
1779
  color?: string;
1774
1780
  className?: string;
1781
+ filled?: boolean;
1775
1782
  }
1776
1783
 
1777
1784
  type TranslationMock = {
@@ -1804,6 +1811,7 @@ declare enum ShortCurrencySignByLocale {
1804
1811
  'eur' = "EUR",
1805
1812
  'es' = "USD"
1806
1813
  }
1814
+ declare const StripeSupportedCurrency: SupportedCurrency[];
1807
1815
 
1808
1816
  declare enum SupportedLangs {
1809
1817
  en = "en",
@@ -1919,6 +1927,136 @@ type OnBoardingFlowType = {
1919
1927
  screens: Record<string, OnBoardingScreensType>;
1920
1928
  };
1921
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
+
1922
2060
  declare enum ListBoxSelectionType {
1923
2061
  Checkbox = "checkbox",
1924
2062
  Radio = "radio"
@@ -1936,7 +2074,7 @@ declare function ListBox<T extends Record<string, unknown>>({ selectedIconProps,
1936
2074
  type ListOptionsProps = {
1937
2075
  item: Node<unknown>;
1938
2076
  state: ListState<unknown>;
1939
- icon?: React.ReactNode;
2077
+ icon?: React$1.ReactNode;
1940
2078
  divider?: boolean;
1941
2079
  value?: string;
1942
2080
  selectedIconProps?: IconProps$B;
@@ -1945,26 +2083,26 @@ type ListOptionsProps = {
1945
2083
  enableSelection?: boolean;
1946
2084
  };
1947
2085
  type ListBoxItemProps = {
1948
- icon?: React.ReactNode;
2086
+ icon?: React$1.ReactNode;
1949
2087
  type?: `${ListBoxSelectionType}`;
1950
2088
  selectedIconProps?: IconProps$B;
1951
2089
  divider?: boolean;
1952
2090
  value?: string;
1953
- children: React.ReactNode;
2091
+ children: React$1.ReactNode;
1954
2092
  className?: string;
1955
2093
  customContent?: boolean;
1956
2094
  onClick?: HTMLIonItemElement['onclick'];
1957
2095
  };
1958
2096
 
1959
- declare const ListOption: React.ForwardRefExoticComponent<ListOptionsProps & React.RefAttributes<HTMLIonItemElement>>;
2097
+ declare const ListOption: React$1.ForwardRefExoticComponent<ListOptionsProps & React$1.RefAttributes<HTMLIonItemElement>>;
1960
2098
  declare const ListBoxItem: (props: ItemProps$1<unknown> & ListBoxItemProps) => JSX.Element;
1961
2099
 
1962
2100
  type BaseTypeProps = {
1963
- onDatePress?: (date: string, evt: React.MouseEvent<HTMLButtonElement>) => void;
2101
+ onDatePress?: (date: string, evt: React$1.MouseEvent<HTMLButtonElement>) => void;
1964
2102
  locale: string;
1965
2103
  timeZone?: string;
1966
2104
  selectionMode?: SelectionMode;
1967
- renderCustomDateContent?: (date: string, formattedDate: string, isSelected: boolean, isToday: boolean) => React.ReactNode;
2105
+ renderCustomDateContent?: (date: string, formattedDate: string, isSelected: boolean, isToday: boolean) => React$1.ReactNode;
1968
2106
  };
1969
2107
  type CalendarProps = Omit<AriaCalendarProps<DateValue>, 'minValue' | 'defaultValue' | 'maxValue'> & BaseTypeProps & {
1970
2108
  minValue?: string;
@@ -2000,7 +2138,7 @@ interface TextareaV2Props extends Omit<JSX$1.IonTextarea, 'color' | 'enterkeyhin
2000
2138
  onKeyPress?: (e: KeyboardEvent<HTMLIonTextareaElement>) => void;
2001
2139
  }
2002
2140
 
2003
- 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>>>;
2004
2142
 
2005
2143
  type RatingProps = {
2006
2144
  initialRating?: number;
@@ -2012,7 +2150,7 @@ type RatingProps = {
2012
2150
  readonly?: boolean;
2013
2151
  };
2014
2152
 
2015
- declare const _default$u: React__default.NamedExoticComponent<RatingProps>;
2153
+ declare const _default$z: React__default.NamedExoticComponent<RatingProps>;
2016
2154
 
2017
2155
  declare const RatingCircleWrapper: FC<CircleRatingComponentProps & {
2018
2156
  t: WithTranslation | any;
@@ -2026,7 +2164,7 @@ type IconButtonProps = {
2026
2164
  fill?: 'clear' | 'filled';
2027
2165
  type?: 'button' | 'submit' | 'reset';
2028
2166
  };
2029
- declare const _default$t: React__default.NamedExoticComponent<IconButtonProps>;
2167
+ declare const _default$y: React__default.NamedExoticComponent<IconButtonProps>;
2030
2168
 
2031
2169
  type ToastProviderProps = ToastStateProps;
2032
2170
  type MindlyToastProps = {
@@ -2037,7 +2175,7 @@ interface ToastRegionProps<T> extends AriaToastRegionProps {
2037
2175
  state: ToastState<T>;
2038
2176
  }
2039
2177
 
2040
- 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;
2041
2179
 
2042
2180
  interface ScreenInputProps extends InputHTMLAttributes<HTMLInputElement> {
2043
2181
  variant?: 'default' | 'large';
@@ -2056,12 +2194,13 @@ type SpinnerProps = {
2056
2194
  };
2057
2195
  declare const Spinner_v2: FC<SpinnerProps>;
2058
2196
 
2059
- declare const ModalSheet: React.ForwardRefExoticComponent<_ionic_core_dist_types_components.JSX.IonModal & {
2060
- children?: React.ReactNode;
2197
+ declare const ModalSheet: React$1.ForwardRefExoticComponent<_ionic_core_dist_types_components.JSX.IonModal & {
2198
+ children?: React$1.ReactNode;
2061
2199
  } & {
2062
2200
  heightInPx?: number | undefined;
2063
2201
  className?: string | undefined;
2064
- } & React.RefAttributes<HTMLIonModalElement>>;
2202
+ withCloseButton?: boolean | undefined;
2203
+ } & React$1.RefAttributes<HTMLIonModalElement>>;
2065
2204
 
2066
2205
  type ProgressBar_v2Props = {
2067
2206
  variant?: 'default' | 'danger' | 'success' | 'dark' | 'light';
@@ -2071,21 +2210,21 @@ type ProgressBar_v2Props = {
2071
2210
  animationDuration?: number;
2072
2211
  onProgressEnd?: () => void;
2073
2212
  };
2074
- declare const _default$s: React__default.NamedExoticComponent<ProgressBar_v2Props>;
2213
+ declare const _default$x: React__default.NamedExoticComponent<ProgressBar_v2Props>;
2075
2214
 
2076
2215
  type LoadingProps = {
2077
2216
  isOpen: boolean;
2078
2217
  };
2079
- declare const _default$r: React__default.NamedExoticComponent<LoadingProps>;
2218
+ declare const _default$w: React__default.NamedExoticComponent<LoadingProps>;
2080
2219
 
2081
- type ListItemsProps = React.HTMLAttributes<HTMLIonListElement> & {
2220
+ type ListItemsProps = React$1.HTMLAttributes<HTMLIonListElement> & {
2082
2221
  withBorders?: boolean;
2083
2222
  };
2084
- declare const _default$q: React.NamedExoticComponent<ListItemsProps>;
2223
+ declare const _default$v: React$1.NamedExoticComponent<ListItemsProps>;
2085
2224
 
2086
- type ItemProps = React.HTMLAttributes<HTMLIonItemElement> & {
2087
- leftContent?: React.ReactNode;
2088
- rightContent?: React.ReactNode;
2225
+ type ItemProps = React$1.HTMLAttributes<HTMLIonItemElement> & {
2226
+ leftContent?: React$1.ReactNode;
2227
+ rightContent?: React$1.ReactNode;
2089
2228
  innerItemClassName?: string;
2090
2229
  withBorders?: boolean;
2091
2230
  isDisabled?: boolean;
@@ -2093,14 +2232,21 @@ type ItemProps = React.HTMLAttributes<HTMLIonItemElement> & {
2093
2232
  isError?: boolean;
2094
2233
  status?: 'error' | 'attention';
2095
2234
  };
2096
- declare const _default$p: React.NamedExoticComponent<ItemProps>;
2235
+ declare const _default$u: React$1.NamedExoticComponent<ItemProps>;
2097
2236
 
2098
2237
  type VideoProps = {
2099
2238
  src: string;
2100
- isMuted: boolean;
2101
- onMuteToggle: () => void;
2102
- };
2103
- 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>>>;
2104
2250
 
2105
2251
  type UlLiProps = {
2106
2252
  list: string[];
@@ -2111,7 +2257,7 @@ declare enum SelectItemType {
2111
2257
  Checkbox = "checkbox",
2112
2258
  Radio = "radio"
2113
2259
  }
2114
- type Props$3 = {
2260
+ type Props$8 = {
2115
2261
  type: SelectItemType;
2116
2262
  id: string;
2117
2263
  label: string;
@@ -2120,7 +2266,7 @@ type Props$3 = {
2120
2266
  checked: boolean;
2121
2267
  onChange?: (value: string) => void;
2122
2268
  };
2123
- 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>>;
2124
2270
 
2125
2271
  type FieldSearchType = {
2126
2272
  className?: string;
@@ -2133,7 +2279,7 @@ type FieldSearchType = {
2133
2279
  t?: WithTranslation['t'];
2134
2280
  };
2135
2281
 
2136
- declare const InputSearch: React.FC<FieldSearchType>;
2282
+ declare const InputSearch: React$1.FC<FieldSearchType>;
2137
2283
 
2138
2284
  type LabelArrowRedirectProps = {
2139
2285
  transparent?: boolean;
@@ -2170,7 +2316,7 @@ type SelectionType$1 = {
2170
2316
  value: any;
2171
2317
  label: string;
2172
2318
  };
2173
- type Props$2 = {
2319
+ type Props$7 = {
2174
2320
  height?: number | undefined;
2175
2321
  selections: Record<string, SelectionType$1[]>;
2176
2322
  defaults?: Record<string, string>;
@@ -2178,7 +2324,7 @@ type Props$2 = {
2178
2324
  className?: string;
2179
2325
  compareBy?: 'value' | 'label';
2180
2326
  };
2181
- 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;
2182
2328
 
2183
2329
  type FontWeight = 'Regular' | 'Semi' | 'Bold';
2184
2330
  type CollapsableTextProps = {
@@ -2200,6 +2346,39 @@ declare const TabItem: (props: ItemProps$1<unknown> & {
2200
2346
  textTransform?: 'uppercase' | 'capitalize' | 'lowercase' | 'none';
2201
2347
  }) => JSX.Element;
2202
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
+
2203
2382
  declare enum appThemes {
2204
2383
  client = "client",
2205
2384
  specialist = "specialist"
@@ -2210,8 +2389,8 @@ type ThemeProviderProps = {
2210
2389
 
2211
2390
  declare const ThemeProvider: FC<ThemeProviderProps>;
2212
2391
 
2213
- declare const ToastContext: React.Context<ToastState<MindlyToastProps> | undefined>;
2214
- 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;
2215
2394
 
2216
2395
  declare const CircleRatingContext: React__default.Context<CircleRatingContextData>;
2217
2396
  declare const CircleRatingProvider: ({ children, data, t, }: {
@@ -2220,7 +2399,7 @@ declare const CircleRatingProvider: ({ children, data, t, }: {
2220
2399
  t: TFunction<react_i18next.FallbackNs<Ns>, KPrefix>;
2221
2400
  }) => JSX.Element | null;
2222
2401
 
2223
- 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>;
2224
2403
 
2225
2404
  type AnyFunction = (...args: any[]) => any;
2226
2405
  /**
@@ -2232,7 +2411,7 @@ type AnyFunction = (...args: any[]) => any;
2232
2411
  declare function useEvent<TCallback extends AnyFunction>(callback: TCallback): TCallback;
2233
2412
 
2234
2413
  type InputRefType = HTMLIonInputElement | HTMLIonTextareaElement;
2235
- declare function useAutoFocus<T extends InputRefType>(): React.RefObject<T>;
2414
+ declare function useAutoFocus<T extends InputRefType>(): React$1.RefObject<T>;
2236
2415
 
2237
2416
  declare function useToastContext(): ToastState<MindlyToastProps>;
2238
2417
 
@@ -2268,83 +2447,83 @@ declare function useElementWidth<T extends HTMLElement>(): [
2268
2447
  RefObject<T>
2269
2448
  ];
2270
2449
 
2271
- interface IconProps$A extends React.SVGAttributes<SVGElement> {
2450
+ interface IconProps$A extends React$1.SVGAttributes<SVGElement> {
2272
2451
  size?: number | string;
2273
2452
  color?: string;
2274
2453
  }
2275
2454
  declare function IconArrowLeft({ color, size, ...other }: IconProps$A): JSX.Element;
2276
2455
 
2277
- interface IconProps$z extends React.SVGAttributes<SVGElement> {
2456
+ interface IconProps$z extends React$1.SVGAttributes<SVGElement> {
2278
2457
  size?: number | string;
2279
2458
  color?: string;
2280
2459
  }
2281
2460
  declare function IconArrowRight({ color, size, ...other }: IconProps$z): JSX.Element;
2282
2461
 
2283
- interface IconProps$y extends React.SVGAttributes<SVGElement> {
2462
+ interface IconProps$y extends React$1.SVGAttributes<SVGElement> {
2284
2463
  size?: number | string;
2285
2464
  color?: string;
2286
2465
  }
2287
2466
  declare function IconBeachAccess({ color, size, ...other }: IconProps$y): JSX.Element;
2288
2467
 
2289
- interface IconProps$x extends React.SVGAttributes<SVGElement> {
2468
+ interface IconProps$x extends React$1.SVGAttributes<SVGElement> {
2290
2469
  size?: number | string;
2291
2470
  color?: string;
2292
2471
  }
2293
2472
  declare function IconCalendar({ color, size, ...other }: IconProps$x): JSX.Element;
2294
2473
 
2295
- interface IconProps$w extends React.SVGAttributes<SVGElement> {
2474
+ interface IconProps$w extends React$1.SVGAttributes<SVGElement> {
2296
2475
  size?: number | string;
2297
2476
  color?: string;
2298
2477
  }
2299
2478
  declare function IconCalendarMonth({ color, size, ...other }: IconProps$w): JSX.Element;
2300
2479
 
2301
- interface IconProps$v extends React.SVGAttributes<SVGElement> {
2480
+ interface IconProps$v extends React$1.SVGAttributes<SVGElement> {
2302
2481
  size?: number | string;
2303
2482
  color?: string;
2304
2483
  }
2305
2484
  declare function IconChatOutline({ color, size, ...other }: IconProps$v): JSX.Element;
2306
2485
 
2307
- interface IconProps$u extends React.SVGAttributes<SVGElement> {
2486
+ interface IconProps$u extends React$1.SVGAttributes<SVGElement> {
2308
2487
  size?: number | string;
2309
2488
  color?: string;
2310
2489
  }
2311
2490
  declare function IconCheckboxChecked({ color, size, ...other }: IconProps$u): JSX.Element;
2312
2491
 
2313
- interface IconProps$t extends React.SVGAttributes<SVGElement> {
2492
+ interface IconProps$t extends React$1.SVGAttributes<SVGElement> {
2314
2493
  size?: number | string;
2315
2494
  color?: string;
2316
2495
  }
2317
2496
  declare function IconCheckboxUnchecked({ color, size, ...other }: IconProps$t): JSX.Element;
2318
2497
 
2319
- declare const IconClose: FC<React.SVGAttributes<SVGElement>>;
2498
+ declare const IconClose: FC<React$1.SVGAttributes<SVGElement>>;
2320
2499
 
2321
- interface IconProps$s extends React.SVGAttributes<SVGElement> {
2500
+ interface IconProps$s extends React$1.SVGAttributes<SVGElement> {
2322
2501
  size?: number | string;
2323
2502
  color?: string;
2324
2503
  }
2325
2504
  declare function IconEditCalendar({ color, size, ...props }: IconProps$s): JSX.Element;
2326
2505
 
2327
- interface IconProps$r extends React.SVGAttributes<SVGElement> {
2506
+ interface IconProps$r extends React$1.SVGAttributes<SVGElement> {
2328
2507
  size?: number | string;
2329
2508
  color?: string;
2330
2509
  }
2331
2510
  declare function IconInvisible({ color, size, ...other }: IconProps$r): JSX.Element;
2332
2511
 
2333
- interface IconProps$q extends React.SVGAttributes<SVGElement> {
2512
+ interface IconProps$q extends React$1.SVGAttributes<SVGElement> {
2334
2513
  size?: number | string;
2335
2514
  color?: string;
2336
2515
  }
2337
2516
  declare function IconLanguage({ color, size, ...other }: IconProps$q): JSX.Element;
2338
2517
 
2339
- declare const IconLeftArrow: FC<React.SVGAttributes<SVGElement>>;
2518
+ declare const IconLeftArrow: FC<React$1.SVGAttributes<SVGElement>>;
2340
2519
 
2341
- interface IconProps$p extends React.SVGAttributes<SVGElement> {
2520
+ interface IconProps$p extends React$1.SVGAttributes<SVGElement> {
2342
2521
  size?: number | string;
2343
2522
  color?: string;
2344
2523
  }
2345
2524
  declare function IconLogout({ color, size, ...other }: IconProps$p): JSX.Element;
2346
2525
 
2347
- interface IconProps$o extends React.SVGAttributes<SVGElement> {
2526
+ interface IconProps$o extends React$1.SVGAttributes<SVGElement> {
2348
2527
  size?: number | string;
2349
2528
  color?: string;
2350
2529
  }
@@ -2352,132 +2531,132 @@ declare function IconPause({ color, size, ...other }: IconProps$o): JSX.Element;
2352
2531
 
2353
2532
  declare function IconMinus({ color, size, ...other }: IconProps$B): JSX.Element;
2354
2533
 
2355
- type IconPlusProps = React.SVGProps<any>;
2534
+ type IconPlusProps = React$1.SVGProps<any>;
2356
2535
  declare function IconPlus({ color, ...props }: IconPlusProps): JSX.Element;
2357
2536
 
2358
- interface IconProps$n extends React.SVGAttributes<SVGElement> {
2537
+ interface IconProps$n extends React$1.SVGAttributes<SVGElement> {
2359
2538
  size?: number | string;
2360
2539
  color?: string;
2361
2540
  }
2362
2541
  declare function IconProfileChecked({ color, size, ...other }: IconProps$n): JSX.Element;
2363
2542
 
2364
- interface IconProps$m extends React.SVGAttributes<SVGElement> {
2543
+ interface IconProps$m extends React$1.SVGAttributes<SVGElement> {
2365
2544
  size?: number | string;
2366
2545
  color?: string;
2367
2546
  }
2368
2547
  declare function IconProfileCircle({ color, size, ...other }: IconProps$m): JSX.Element;
2369
2548
 
2370
- interface IconProps$l extends React.SVGAttributes<SVGElement> {
2549
+ interface IconProps$l extends React$1.SVGAttributes<SVGElement> {
2371
2550
  size?: number | string;
2372
2551
  color?: string;
2373
2552
  }
2374
2553
  declare function IconProfileSetting({ color, size, ...other }: IconProps$l): JSX.Element;
2375
2554
 
2376
- interface IconProps$k extends React.SVGAttributes<SVGElement> {
2555
+ interface IconProps$k extends React$1.SVGAttributes<SVGElement> {
2377
2556
  size?: number | string;
2378
2557
  color?: string;
2379
2558
  }
2380
2559
  declare function IconProfileUnderReview({ color, size, ...other }: IconProps$k): JSX.Element;
2381
2560
 
2382
- interface IconProps$j extends React.SVGAttributes<SVGElement> {
2561
+ interface IconProps$j extends React$1.SVGAttributes<SVGElement> {
2383
2562
  size?: number | string;
2384
2563
  color?: string;
2385
2564
  }
2386
2565
  declare function IconResume({ color, size, ...other }: IconProps$j): JSX.Element;
2387
2566
 
2388
- interface IconProps$i extends React.SVGAttributes<SVGElement> {
2567
+ interface IconProps$i extends React$1.SVGAttributes<SVGElement> {
2389
2568
  size?: number | string;
2390
2569
  color?: string;
2391
2570
  }
2392
2571
  declare function IconSettings({ color, size, ...other }: IconProps$i): JSX.Element;
2393
2572
 
2394
- declare const IconStar: FC<React.SVGAttributes<SVGElement>>;
2573
+ declare const IconStar: FC<React$1.SVGAttributes<SVGElement>>;
2395
2574
 
2396
- declare const IconStarFilled: FC<React.SVGAttributes<SVGElement>>;
2575
+ declare const IconStarFilled: FC<React$1.SVGAttributes<SVGElement>>;
2397
2576
 
2398
- declare const IconSuccess: FC<React.SVGAttributes<SVGElement>>;
2577
+ declare const IconSuccess: FC<React$1.SVGAttributes<SVGElement>>;
2399
2578
 
2400
- interface IconProps$h extends React.SVGAttributes<SVGElement> {
2579
+ interface IconProps$h extends React$1.SVGAttributes<SVGElement> {
2401
2580
  size?: number | string;
2402
2581
  color?: string;
2403
2582
  }
2404
2583
  declare function IconTime({ color, size, ...other }: IconProps$h): JSX.Element;
2405
2584
 
2406
- interface IconProps$g extends React.SVGAttributes<SVGElement> {
2585
+ interface IconProps$g extends React$1.SVGAttributes<SVGElement> {
2407
2586
  size?: number | string;
2408
2587
  color?: string;
2409
2588
  }
2410
2589
  declare function IconVerifiedUser({ color, size, ...other }: IconProps$g): JSX.Element;
2411
2590
 
2412
- interface IconProps$f extends React.SVGAttributes<SVGElement> {
2591
+ interface IconProps$f extends React$1.SVGAttributes<SVGElement> {
2413
2592
  size?: number | string;
2414
2593
  color?: string;
2415
2594
  }
2416
2595
  declare function IconVisible({ color, size, ...other }: IconProps$f): JSX.Element;
2417
2596
 
2418
- declare const IconApple: FC<React.SVGAttributes<SVGElement>>;
2597
+ declare const IconApple: FC<React$1.SVGAttributes<SVGElement>>;
2419
2598
 
2420
- declare const IconGoogle: FC<React.SVGAttributes<SVGElement>>;
2599
+ declare const IconGoogle: FC<React$1.SVGAttributes<SVGElement>>;
2421
2600
 
2422
- declare const IconLetter: FC<React.SVGAttributes<SVGElement>>;
2601
+ declare const IconLetter: FC<React$1.SVGAttributes<SVGElement>>;
2423
2602
 
2424
- declare const IconSpinner: FC<React.SVGAttributes<SVGElement>>;
2603
+ declare const IconSpinner: FC<React$1.SVGAttributes<SVGElement>>;
2425
2604
 
2426
- declare const IconEye: FC<React.SVGAttributes<SVGElement>>;
2605
+ declare const IconEye: FC<React$1.SVGAttributes<SVGElement>>;
2427
2606
 
2428
- declare const IconEyeOff: FC<React.SVGAttributes<SVGElement>>;
2607
+ declare const IconEyeOff: FC<React$1.SVGAttributes<SVGElement>>;
2429
2608
 
2430
- interface IconProps$e extends React.SVGAttributes<SVGElement> {
2609
+ interface IconProps$e extends React$1.SVGAttributes<SVGElement> {
2431
2610
  size?: number | string;
2432
2611
  color?: string;
2433
2612
  }
2434
2613
  declare function IconWarning({ color, size, ...other }: IconProps$e): JSX.Element;
2435
2614
 
2436
- declare const IconGift: React.FC<React.SVGAttributes<SVGElement>>;
2615
+ declare const IconGift: React$1.FC<React$1.SVGAttributes<SVGElement>>;
2437
2616
 
2438
- declare const IconCreditCard: React.FC<React.SVGAttributes<SVGElement>>;
2617
+ declare const IconCreditCard: React$1.FC<React$1.SVGAttributes<SVGElement>>;
2439
2618
 
2440
- declare const IconQuestion: React.FC<React.SVGAttributes<SVGElement>>;
2619
+ declare const IconQuestion: React$1.FC<React$1.SVGAttributes<SVGElement>>;
2441
2620
 
2442
- declare const IconPaper: React.FC<React.SVGAttributes<SVGElement>>;
2621
+ declare const IconPaper: React$1.FC<React$1.SVGAttributes<SVGElement>>;
2443
2622
 
2444
2623
  declare const IconChat3d: (props: SVGProps<SVGSVGElement>) => JSX.Element;
2445
2624
 
2446
2625
  declare const IconNotificationMuted: (props: SVGProps<SVGSVGElement>) => JSX.Element;
2447
2626
 
2448
- declare const IconCheckSmall: React.FC<React.SVGAttributes<SVGElement>>;
2627
+ declare const IconCheckSmall: React$1.FC<React$1.SVGAttributes<SVGElement>>;
2449
2628
 
2450
- interface IconProps$d extends React.SVGAttributes<SVGElement> {
2629
+ interface IconProps$d extends React$1.SVGAttributes<SVGElement> {
2451
2630
  size?: number | string;
2452
2631
  color?: string;
2453
2632
  className?: string;
2454
- style?: React.CSSProperties;
2633
+ style?: React$1.CSSProperties;
2455
2634
  }
2456
2635
  declare function IconCheck({ color, size, ...other }: IconProps$d): JSX.Element;
2457
2636
 
2458
- interface IconProps$c extends React.SVGAttributes<SVGElement> {
2637
+ interface IconProps$c extends React$1.SVGAttributes<SVGElement> {
2459
2638
  size?: number | string;
2460
2639
  color?: string;
2461
2640
  className?: string;
2462
- style?: React.CSSProperties;
2641
+ style?: React$1.CSSProperties;
2463
2642
  }
2464
2643
  declare const IconCapFilled: FC<IconProps$c>;
2465
2644
 
2466
- interface IconProps$b extends React.SVGAttributes<SVGElement> {
2645
+ interface IconProps$b extends React$1.SVGAttributes<SVGElement> {
2467
2646
  size?: number | string;
2468
2647
  color?: string;
2469
2648
  className?: string;
2470
- style?: React.CSSProperties;
2649
+ style?: React$1.CSSProperties;
2471
2650
  }
2472
2651
  declare function IconCancelRounded({ color, size, ...other }: IconProps$b): JSX.Element;
2473
2652
 
2474
- interface IconProps$a extends React.SVGAttributes<SVGElement> {
2653
+ interface IconProps$a extends React$1.SVGAttributes<SVGElement> {
2475
2654
  size?: number | string;
2476
2655
  color?: string;
2477
2656
  }
2478
2657
  declare function IconMute({ color, size, ...other }: IconProps$a): JSX.Element;
2479
2658
 
2480
- interface IconProps$9 extends React.SVGAttributes<SVGElement> {
2659
+ interface IconProps$9 extends React$1.SVGAttributes<SVGElement> {
2481
2660
  size?: number | string;
2482
2661
  color?: string;
2483
2662
  }
@@ -2485,7 +2664,7 @@ declare function IconUnmute({ color, size, ...other }: IconProps$9): JSX.Element
2485
2664
 
2486
2665
  declare const IconBookmark: ({ width, height, color, ...other }: SVGProps<SVGSVGElement>) => JSX.Element;
2487
2666
 
2488
- interface IconProps$8 extends React.SVGAttributes<SVGElement> {
2667
+ interface IconProps$8 extends React$1.SVGAttributes<SVGElement> {
2489
2668
  size?: number | string;
2490
2669
  color?: string;
2491
2670
  }
@@ -2511,13 +2690,13 @@ declare const IconArrowDown: ({ width, height, color, ...other }: SVGProps<SVGSV
2511
2690
 
2512
2691
  declare const IconRadioButtonChecked: (props: SVGProps<SVGSVGElement>) => JSX.Element;
2513
2692
 
2514
- interface IconProps$7 extends React.SVGAttributes<SVGElement> {
2693
+ interface IconProps$7 extends React$1.SVGAttributes<SVGElement> {
2515
2694
  size?: number | string;
2516
2695
  color?: string;
2517
2696
  }
2518
2697
  declare function IconShare({ size, ...props }: IconProps$7): JSX.Element;
2519
2698
 
2520
- interface IconProps$6 extends React.SVGAttributes<SVGElement> {
2699
+ interface IconProps$6 extends React$1.SVGAttributes<SVGElement> {
2521
2700
  size?: number | string;
2522
2701
  color?: string;
2523
2702
  }
@@ -2545,7 +2724,7 @@ declare const IconEdit: FC<IconProps$B>;
2545
2724
 
2546
2725
  declare const IconCopy: FC<IconProps$B>;
2547
2726
 
2548
- interface IconProps$5 extends React.SVGAttributes<SVGElement> {
2727
+ interface IconProps$5 extends React$1.SVGAttributes<SVGElement> {
2549
2728
  size?: number | string;
2550
2729
  color?: string;
2551
2730
  }
@@ -2555,27 +2734,27 @@ declare const IconManageAccounts: FC<IconProps$B>;
2555
2734
 
2556
2735
  declare const IconSend: FC<IconProps$B>;
2557
2736
 
2558
- interface IconProps$4 extends React.SVGAttributes<SVGElement> {
2737
+ interface IconProps$4 extends React$1.SVGAttributes<SVGElement> {
2559
2738
  size?: number | string;
2560
2739
  color?: string;
2561
2740
  }
2562
2741
  declare function IconGallery({ color, size, ...other }: IconProps$4): JSX.Element;
2563
2742
 
2564
- interface IconProps$3 extends React.SVGAttributes<SVGElement> {
2743
+ interface IconProps$3 extends React$1.SVGAttributes<SVGElement> {
2565
2744
  size?: number | string;
2566
2745
  color?: string;
2567
2746
  }
2568
2747
  declare function IconText({ color, size, ...other }: IconProps$3): JSX.Element;
2569
2748
 
2570
- interface IconProps$2 extends React.SVGAttributes<SVGElement> {
2749
+ interface IconProps$2 extends React$1.SVGAttributes<SVGElement> {
2571
2750
  size?: number | string;
2572
2751
  color?: string;
2573
2752
  className?: string;
2574
- style?: React.CSSProperties;
2753
+ style?: React$1.CSSProperties;
2575
2754
  }
2576
2755
  declare function IconCheckCircle({ color, size, ...props }: IconProps$2): JSX.Element;
2577
2756
 
2578
- interface IconProps$1 extends React.SVGAttributes<SVGElement> {
2757
+ interface IconProps$1 extends React$1.SVGAttributes<SVGElement> {
2579
2758
  size?: number | string;
2580
2759
  color?: string;
2581
2760
  }
@@ -2585,7 +2764,7 @@ declare const IconArrowTopRight: FC<IconProps$B>;
2585
2764
 
2586
2765
  declare const IconMoreVertical: FC<IconProps$B>;
2587
2766
 
2588
- interface IconProps extends React.SVGAttributes<SVGElement> {
2767
+ interface IconProps extends React$1.SVGAttributes<SVGElement> {
2589
2768
  size?: number | string;
2590
2769
  color?: string;
2591
2770
  }
@@ -2603,6 +2782,22 @@ declare const IconReceiptLong: FC<IconProps$B>;
2603
2782
 
2604
2783
  declare const IconInvoice: FC<IconProps$B>;
2605
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
+
2606
2801
  type AnyRef = React__default.Ref<any>;
2607
2802
  declare const mergeRefs: <T extends unknown>(...refs: AnyRef[]) => React__default.Ref<T>;
2608
2803
 
@@ -2612,8 +2807,9 @@ type PriceNormilizeProps = {
2612
2807
  currency?: SupportedCurrency;
2613
2808
  side?: 'left' | 'right';
2614
2809
  mode?: 'sign' | 'transcription';
2810
+ roundingTo?: number;
2615
2811
  };
2616
- declare const priceNormalize: ({ price, locale, currency, side, mode, }: PriceNormilizeProps) => string;
2812
+ declare const priceNormalize: ({ price, locale, currency, side, mode, roundingTo, }: PriceNormilizeProps) => string;
2617
2813
 
2618
2814
  declare const newShade: (hexColor: string, magnitude: number) => string;
2619
2815
 
@@ -2682,9 +2878,9 @@ type SlotsGridItemProps = {
2682
2878
  onSelectionChange: () => void;
2683
2879
  };
2684
2880
 
2685
- declare const _default$n: React__default.NamedExoticComponent<SlotsGridProps>;
2881
+ declare const _default$p: React__default.NamedExoticComponent<SlotsGridProps>;
2686
2882
 
2687
- declare const _default$m: React.NamedExoticComponent<SlotsGridItemProps>;
2883
+ declare const _default$o: React$1.NamedExoticComponent<SlotsGridItemProps>;
2688
2884
 
2689
2885
  type PushNotificationsModalProps = {
2690
2886
  onApplyPermission: () => void;
@@ -2700,7 +2896,7 @@ type PushNotificationsModalProps = {
2700
2896
  renderHeader?: (props: {
2701
2897
  backButton?: boolean;
2702
2898
  onClose: () => void;
2703
- }) => React.ReactNode;
2899
+ }) => React$1.ReactNode;
2704
2900
  };
2705
2901
 
2706
2902
  declare function PushNotificationsModal({ onApplyPermission, isOpen, title, description, image, applyPermissionText, ...props }: PushNotificationsModalProps): JSX.Element;
@@ -2718,23 +2914,33 @@ declare function PushNotificationsIsDisabledBanner({ onOpenNativeSettings, class
2718
2914
  type SpecialistShortInfoItemFeatureProps = {
2719
2915
  t?: WithTranslation['t'];
2720
2916
  match: number;
2917
+ matchVariant?: 'badge' | 'avatar';
2721
2918
  fullName: string;
2722
2919
  avatarLink: string;
2723
- countryCode: string;
2724
- 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;
2725
2928
  };
2726
- declare const SpecialistShortInfoItemFeature: FC<SpecialistShortInfoItemFeatureProps & WithTranslation['t']>;
2929
+ declare const SpecialistShortInfoItemFeature: FC<SpecialistShortInfoItemFeatureProps>;
2727
2930
 
2728
2931
  type SpecialistInfoColumnFeatureProps = {
2729
2932
  t?: WithTranslation['t'];
2730
- rating: string;
2933
+ rating: number;
2731
2934
  reviews: number;
2732
- sessionPrice: string;
2733
- isAddedToBookmark: boolean;
2935
+ yearsOfExperience: number;
2936
+ hoursOfPractice?: number;
2937
+ sessionPrice: number;
2938
+ isFavourite?: boolean;
2734
2939
  sessionDurationMinutes: number;
2735
- onAddDeleteBookmark: () => void;
2940
+ currentPriceType: SupportedCurrency;
2941
+ onToggleFavourite: () => void;
2736
2942
  };
2737
- declare const SpecialistInfoColumnFeature: FC<SpecialistInfoColumnFeatureProps & WithTranslation['t']>;
2943
+ declare const SpecialistInfoColumnFeature: FC<SpecialistInfoColumnFeatureProps>;
2738
2944
 
2739
2945
  type CountdownTimerFeatureProps = {
2740
2946
  minutes: number;
@@ -2744,7 +2950,7 @@ type CountdownTimerFeatureProps = {
2744
2950
  };
2745
2951
  declare const CountdownTimerFeature: FC<CountdownTimerFeatureProps>;
2746
2952
 
2747
- type Props$1 = {
2953
+ type Props$4 = {
2748
2954
  sections: {
2749
2955
  name: string;
2750
2956
  items: {
@@ -2757,9 +2963,9 @@ type Props$1 = {
2757
2963
  name: string;
2758
2964
  onChange(values: string[]): void;
2759
2965
  };
2760
- declare const CheckBoxSectionListFeature: ({ sections, name, defaultChecked, onChange, }: Props$1) => JSX.Element;
2966
+ declare const CheckBoxSectionListFeature: ({ sections, name, defaultChecked, onChange, }: Props$4) => JSX.Element;
2761
2967
 
2762
- type Props = {
2968
+ type Props$3 = {
2763
2969
  items: {
2764
2970
  id: string;
2765
2971
  label: string;
@@ -2770,7 +2976,7 @@ type Props = {
2770
2976
  name: string;
2771
2977
  onChange(values: string[]): void;
2772
2978
  };
2773
- declare const CheckBoxListFeature: ({ items, name, type, onChange, values, }: Props) => JSX.Element;
2979
+ declare const CheckBoxListFeature: ({ items, name, type, onChange, values, }: Props$3) => JSX.Element;
2774
2980
 
2775
2981
  type ShareModalFeatureProps = {
2776
2982
  isOpen: boolean;
@@ -2784,23 +2990,23 @@ type ShareModalFeatureProps = {
2784
2990
  };
2785
2991
  declare const ShareModalFeature: FC<ShareModalFeatureProps>;
2786
2992
 
2787
- declare const _default$l: React__default.NamedExoticComponent<SpecialistPaymentConsultationDetailsType & TranslationType>;
2993
+ declare const _default$n: React__default.NamedExoticComponent<SpecialistPaymentConsultationDetailsType & TranslationType>;
2788
2994
 
2789
- declare const _default$k: React__default.NamedExoticComponent<SpecialistPaymentCardProps & TranslationType>;
2995
+ declare const _default$m: React__default.NamedExoticComponent<SpecialistPaymentCardProps & TranslationType>;
2790
2996
 
2791
2997
  type SpecialistPaymentCommonCardSkeletonType = {
2792
2998
  className?: string;
2793
2999
  };
2794
3000
  declare const SpecialistPaymentCommonCardSkeleton: (props: SpecialistPaymentCommonCardSkeletonType) => JSX.Element;
2795
3001
 
2796
- declare const _default$j: React__default.NamedExoticComponent<SpecialistPaymentConsultationsProps & TranslationType>;
3002
+ declare const _default$l: React__default.NamedExoticComponent<SpecialistPaymentConsultationsProps & TranslationType>;
2797
3003
 
2798
3004
  type ConsultationsListProps = {
2799
3005
  consultations: SpecialistConsultation[];
2800
3006
  locale?: string;
2801
3007
  consultationClick?: (consultation: SpecialistConsultation) => void;
2802
3008
  };
2803
- declare const _default$i: React__default.NamedExoticComponent<ConsultationsListProps>;
3009
+ declare const _default$k: React__default.NamedExoticComponent<ConsultationsListProps>;
2804
3010
 
2805
3011
  type ConsultationsListSkeletonType = {
2806
3012
  className?: string;
@@ -2815,9 +3021,9 @@ type CalendarPickerFeatureProps = {
2815
3021
  dateCallback: (date: Date) => void;
2816
3022
  lastDate: Date;
2817
3023
  };
2818
- declare const _default$h: React__default.NamedExoticComponent<CalendarPickerFeatureProps & TranslationType>;
3024
+ declare const _default$j: React__default.NamedExoticComponent<CalendarPickerFeatureProps & TranslationType>;
2819
3025
 
2820
- declare const _default$g: React__default.NamedExoticComponent<PaymentCalendarFeatureProps & TranslationType>;
3026
+ declare const _default$i: React__default.NamedExoticComponent<PaymentCalendarFeatureProps & TranslationType>;
2821
3027
 
2822
3028
  type GoogleCalendarModalFeatureProps = {
2823
3029
  isOpen: boolean;
@@ -2831,15 +3037,19 @@ type GoogleCalendarModalFeatureProps = {
2831
3037
  };
2832
3038
  declare function GoogleCalendarModalFeature({ status, isOpen, onSync, isLoading, presentingElement, imageUrl, onDidDismiss, t, }: GoogleCalendarModalFeatureProps): JSX.Element;
2833
3039
 
2834
- type ReviewCardFeatureProps = {
2835
- avatarSrc?: string;
3040
+ type ReviewCardFeatureVariantType = 'default' | 'outlined' | 'full';
3041
+ declare const _default$h: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
3042
+ avatarSrc?: string | undefined;
2836
3043
  name: string;
2837
3044
  date: number;
2838
3045
  rating: number;
2839
3046
  review: string;
2840
- size?: 'default' | 'small';
2841
- } & TranslationType;
2842
- 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>>>;
2843
3053
 
2844
3054
  declare const ReviewsCardFeatureSkeleton: React__default.MemoExoticComponent<() => JSX.Element>;
2845
3055
 
@@ -2927,7 +3137,7 @@ type ScreenInputFormFeatureProps = {
2927
3137
  icon?: ReactNode | string;
2928
3138
  isKeyboardShown?: boolean;
2929
3139
  };
2930
- declare const _default$e: React__default.NamedExoticComponent<ScreenInputFormFeatureProps>;
3140
+ declare const _default$g: React__default.NamedExoticComponent<ScreenInputFormFeatureProps>;
2931
3141
 
2932
3142
  type SelectionType = {
2933
3143
  value: any;
@@ -2945,7 +3155,7 @@ type SpecialistDrumPickerWidgetProps = {
2945
3155
  onTouchStart?: () => void;
2946
3156
  onTouchEnd?: () => void;
2947
3157
  };
2948
- declare const _default$d: React__default.NamedExoticComponent<SpecialistDrumPickerWidgetProps>;
3158
+ declare const _default$f: React__default.NamedExoticComponent<SpecialistDrumPickerWidgetProps>;
2949
3159
 
2950
3160
  type TextAreaFormFeatureProps = {
2951
3161
  title?: string;
@@ -2959,7 +3169,7 @@ type TextAreaFormFeatureProps = {
2959
3169
  isFocus?: boolean;
2960
3170
  isKeyboardShown?: boolean;
2961
3171
  };
2962
- declare const _default$c: React__default.NamedExoticComponent<TextAreaFormFeatureProps>;
3172
+ declare const _default$e: React__default.NamedExoticComponent<TextAreaFormFeatureProps>;
2963
3173
 
2964
3174
  type AcceptAgreementFeatureProps = {
2965
3175
  isAccepted: boolean;
@@ -2980,32 +3190,32 @@ type SelectWithSearchFormFeatureProps = {
2980
3190
  otherText?: string;
2981
3191
  buttonLabel?: string;
2982
3192
  } & WithTranslation;
2983
- declare const _default$b: React__default.NamedExoticComponent<SelectWithSearchFormFeatureProps>;
3193
+ declare const _default$d: React__default.NamedExoticComponent<SelectWithSearchFormFeatureProps>;
2984
3194
 
2985
3195
  type MarkdownContainerFeatureProps = {
2986
3196
  children?: string | null;
2987
3197
  options?: MarkdownToJSX.Options;
2988
3198
  className?: string;
2989
3199
  };
2990
- declare const _default$a: React__default.NamedExoticComponent<MarkdownContainerFeatureProps>;
3200
+ declare const _default$c: React__default.NamedExoticComponent<MarkdownContainerFeatureProps>;
2991
3201
 
2992
- declare const _default$9: React__default.NamedExoticComponent<OnBoardingStartScreenType>;
3202
+ declare const _default$b: React__default.NamedExoticComponent<OnBoardingStartScreenType>;
2993
3203
 
2994
- declare const _default$8: React__default.NamedExoticComponent<OnBoardingInfoScreenType>;
3204
+ declare const _default$a: React__default.NamedExoticComponent<OnBoardingInfoScreenType>;
2995
3205
 
2996
3206
  type OnBoardingMultiSelectionScreenPreviewFeatureProps = {
2997
3207
  onChange?: (value: string[]) => void;
2998
3208
  defaultValues?: string[];
2999
3209
  } & OnBoardingMultiSelectScreenType;
3000
- declare const _default$7: React__default.NamedExoticComponent<OnBoardingMultiSelectionScreenPreviewFeatureProps>;
3210
+ declare const _default$9: React__default.NamedExoticComponent<OnBoardingMultiSelectionScreenPreviewFeatureProps>;
3001
3211
 
3002
3212
  type OnBoardingSingleSelectionScreenPreviewFeatureProps = {
3003
3213
  onChange?: (value: string) => void;
3004
3214
  defaultValues?: string[];
3005
3215
  } & OnBoardingSingleSelectScreenType;
3006
- declare const _default$6: React__default.NamedExoticComponent<OnBoardingSingleSelectionScreenPreviewFeatureProps>;
3216
+ declare const _default$8: React__default.NamedExoticComponent<OnBoardingSingleSelectionScreenPreviewFeatureProps>;
3007
3217
 
3008
- declare const _default$5: React__default.NamedExoticComponent<OnBoardingLoaderScreenType>;
3218
+ declare const _default$7: React__default.NamedExoticComponent<OnBoardingLoaderScreenType>;
3009
3219
 
3010
3220
  type OnBoardingProgressFeatureProps = {
3011
3221
  progress: number;
@@ -3014,9 +3224,58 @@ type OnBoardingProgressFeatureProps = {
3014
3224
  onBackButtonClick?: () => void;
3015
3225
  contentStyle?: OnBoardingScreenStyleOptions;
3016
3226
  };
3017
- declare const _default$4: React__default.NamedExoticComponent<OnBoardingProgressFeatureProps>;
3227
+ declare const _default$6: React__default.NamedExoticComponent<OnBoardingProgressFeatureProps>;
3018
3228
 
3019
- declare const _default$3: React__default.NamedExoticComponent<OnBoardingReviewsScreenType>;
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>;
3270
+
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>;
3020
3279
 
3021
3280
  type SupportedCountryLocale = string;
3022
3281
  type Tabs = {
@@ -3044,49 +3303,42 @@ declare function getSignAgreementsTabs({ behavior, localeOrCountry, jsonTree, t,
3044
3303
 
3045
3304
  type SpecialistCardWidgetProps = {
3046
3305
  t?: WithTranslation['t'];
3047
- loading: boolean;
3306
+ loading?: boolean;
3048
3307
  videoPlayer: {
3049
- isMuted: boolean;
3050
- onMuteToggle: () => void;
3051
- videoRef: (ref: HTMLVideoElement) => void;
3308
+ isMuted?: boolean;
3309
+ onMuteToggle?(): void;
3310
+ videoRef?(ref: HTMLVideoElement): void;
3311
+ onPlay?(src: string): void;
3052
3312
  };
3053
- specialist: SpecialistCard;
3054
- isAddedToBookmark: boolean;
3055
- onChooseVisitTime: () => void;
3056
- onAddDeleteBookmark: () => void;
3057
- };
3058
- type SpecialistCard = {
3059
- id: string;
3060
- isAddedToBookmark: boolean;
3061
- areas: string[];
3062
- reviews: number;
3063
- lastName: string;
3064
- firstName: string;
3065
- videoLink: string;
3066
- avatarLink: string;
3067
- percentMatch: number;
3068
- formattedRating: string;
3069
- countryOfBirthday: string;
3070
- yearsOfExperience: number;
3071
- formattedSessionPrice: string;
3072
- sessionDurationMinutes: number;
3313
+ specialist: Specialist;
3314
+ isFavourite?: boolean;
3315
+ onChooseVisitTime(): void;
3316
+ onToggleFavourite(): void;
3317
+ onCardClick(): void;
3318
+ currentUser?: UserType;
3073
3319
  };
3074
3320
 
3075
- declare const _default$2: React__default.NamedExoticComponent<SpecialistCardWidgetProps>;
3321
+ declare const _default$3: React__default.NamedExoticComponent<SpecialistCardWidgetProps>;
3076
3322
 
3077
3323
  type SpecialistCardListWidgetProps = {
3078
3324
  t?: WithTranslation['t'];
3079
- specialists: SpecialistCard[];
3080
- onAddDeleteBookmark: (specialist: SpecialistCard) => void;
3081
- 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;
3082
3334
  };
3083
- declare const SpecialistCardListWidget: FC<SpecialistCardListWidgetProps & WithTranslation['t']>;
3335
+ declare const SpecialistCardListWidget: FC<SpecialistCardListWidgetProps>;
3084
3336
 
3085
- declare const _default$1: React__default.NamedExoticComponent<SpecialistPaymentCardProps & {
3337
+ declare const _default$2: React__default.NamedExoticComponent<SpecialistPaymentCardProps & {
3086
3338
  routeClick: () => void;
3087
3339
  } & TranslationType>;
3088
3340
 
3089
- declare const _default: React__default.NamedExoticComponent<SpecialistPaymentCardProps & SpecialistPaymentConsultationsProps & TranslationType>;
3341
+ declare const _default$1: React__default.NamedExoticComponent<SpecialistPaymentCardProps & SpecialistPaymentConsultationsProps & TranslationType>;
3090
3342
 
3091
3343
  type UpdateContractWidgetProps = {
3092
3344
  isAccepted: boolean;
@@ -3102,4 +3354,23 @@ type UpdateContractWidgetProps = {
3102
3354
  };
3103
3355
  declare function UpdateContractWidget({ applyText, onApply, heading, image, avatar, agreementText, handlePressLink, isAccepted, setIsAccepted, isLoading, }: UpdateContractWidgetProps): JSX.Element;
3104
3356
 
3105
- 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 };