@mindly/ui-components 5.103.1 → 5.104.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 (162) hide show
  1. package/dist/cjs/configs/tailwind/colors.d.ts +2 -0
  2. package/dist/cjs/index.js +15 -7
  3. package/dist/cjs/lib2/features/Charts/ChartAreaFeature/ChartAreaFeature.d.ts +8 -0
  4. package/dist/cjs/lib2/features/Charts/ChartAreaFeature/index.d.ts +1 -0
  5. package/dist/cjs/lib2/features/Charts/ChartLinesFeature/ChartLinesFeature.d.ts +9 -0
  6. package/dist/cjs/lib2/features/Charts/ChartLinesFeature/index.d.ts +1 -0
  7. package/dist/cjs/lib2/features/Charts/components/DotLabel.d.ts +18 -0
  8. package/dist/cjs/lib2/features/Charts/config.d.ts +32 -0
  9. package/dist/cjs/lib2/features/Charts/index.d.ts +2 -0
  10. package/dist/cjs/lib2/features/Charts/types.d.ts +30 -0
  11. package/dist/cjs/lib2/features/DropdownFeature/DropdownFeature.d.ts +4 -0
  12. package/dist/cjs/lib2/features/DropdownFeature/DropdownFeature.stories.d.ts +7 -0
  13. package/dist/cjs/lib2/features/DropdownFeature/index.d.ts +1 -0
  14. package/dist/cjs/lib2/features/DropdownFeature/types.d.ts +8 -0
  15. package/dist/cjs/lib2/features/MarkdownContainerFeature/MarkdownContainerFeature.d.ts +1 -0
  16. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingChartScreenPreviewFeature/OnBoardingChartScreenPreviewFeature.d.ts +10 -0
  17. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingChartScreenPreviewFeature/index.d.ts +1 -0
  18. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingCompareScreenPreviewFeature /OnBoardingCompareScreenPreviewFeature.d.ts +9 -0
  19. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingCompareScreenPreviewFeature /index.d.ts +1 -0
  20. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/OnBoardingPaywallScreenPreviewFeature.d.ts +13 -0
  21. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/components/HowItWorksItem.d.ts +7 -0
  22. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/components/TrustItem.d.ts +7 -0
  23. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/conts.d.ts +63 -0
  24. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/index.d.ts +1 -0
  25. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/styles.d.ts +76 -0
  26. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingSingleSelectionScreenPreviewFeature/OnBoardingSingleSelectionScreenPreviewFeature.d.ts +3 -2
  27. package/dist/cjs/lib2/features/OnBoardingFlow/components/OnBoardingSelectionHeader.d.ts +8 -0
  28. package/dist/cjs/lib2/features/OnBoardingFlow/index.d.ts +3 -0
  29. package/dist/cjs/lib2/features/PoweredByStripeFeature/PoweredByStripeFeature.d.ts +4 -0
  30. package/dist/cjs/lib2/features/PoweredByStripeFeature/PoweredByStripeFeature.stories.d.ts +6 -0
  31. package/dist/cjs/lib2/features/PoweredByStripeFeature/index.d.ts +1 -0
  32. package/dist/cjs/lib2/features/PoweredByStripeFeature/types.d.ts +4 -0
  33. package/dist/cjs/lib2/features/ReviewCardFeature/ReviewCardFeature.d.ts +3 -1
  34. package/dist/cjs/lib2/features/ReviewCardFeature/styles.d.ts +85 -0
  35. package/dist/cjs/lib2/features/TariffFeature/TariffFeature.d.ts +4 -0
  36. package/dist/cjs/lib2/features/TariffFeature/TariffFeature.stories.d.ts +9 -0
  37. package/dist/cjs/lib2/features/TariffFeature/index.d.ts +1 -0
  38. package/dist/cjs/lib2/features/TariffFeature/styles.d.ts +166 -0
  39. package/dist/cjs/lib2/features/TariffFeature/types.d.ts +22 -0
  40. package/dist/cjs/lib2/features/index.d.ts +3 -0
  41. package/dist/cjs/lib2/shared/assets/icons/IconAmEx.d.ts +3 -0
  42. package/dist/cjs/lib2/shared/assets/icons/IconAppStoreRating.d.ts +3 -0
  43. package/dist/cjs/lib2/shared/assets/icons/IconApplePay.d.ts +3 -0
  44. package/dist/cjs/lib2/shared/assets/icons/IconCalendarMonth.d.ts +2 -6
  45. package/dist/cjs/lib2/shared/assets/icons/IconCancelBold.d.ts +3 -0
  46. package/dist/cjs/lib2/shared/assets/icons/IconCheckboxCheckedBold.d.ts +7 -0
  47. package/dist/cjs/lib2/shared/assets/icons/IconDivider.d.ts +3 -0
  48. package/dist/cjs/lib2/shared/assets/icons/IconDoubleArrow.d.ts +3 -0
  49. package/dist/cjs/lib2/shared/assets/icons/IconGlobe.d.ts +3 -0
  50. package/dist/cjs/lib2/shared/assets/icons/IconGooglePay.d.ts +3 -0
  51. package/dist/cjs/lib2/shared/assets/icons/IconInfo.d.ts +3 -0
  52. package/dist/cjs/lib2/shared/assets/icons/IconMaestro.d.ts +3 -0
  53. package/dist/cjs/lib2/shared/assets/icons/IconMastercard.d.ts +3 -0
  54. package/dist/cjs/lib2/shared/assets/icons/IconMatching.d.ts +7 -0
  55. package/dist/cjs/lib2/shared/assets/icons/IconPoweredByStripe.d.ts +3 -0
  56. package/dist/cjs/lib2/shared/assets/icons/IconRadioPartial.d.ts +3 -0
  57. package/dist/cjs/lib2/shared/assets/icons/IconSecure.d.ts +3 -0
  58. package/dist/cjs/lib2/shared/assets/icons/IconSwitch.d.ts +3 -0
  59. package/dist/cjs/lib2/shared/assets/icons/IconVisa.d.ts +3 -0
  60. package/dist/cjs/lib2/shared/assets/icons/index.d.ts +18 -0
  61. package/dist/cjs/lib2/shared/types/common.d.ts +6 -0
  62. package/dist/cjs/lib2/shared/types/onBoardingFlow.type.d.ts +35 -2
  63. package/dist/cjs/lib2/shared/types/review.d.ts +9 -0
  64. package/dist/cjs/lib2/shared/types/variant.d.ts +4 -0
  65. package/dist/cjs/lib2/shared/ui/Badge/types.d.ts +1 -1
  66. package/dist/cjs/lib2/shared/ui/ListBox/ListBox.d.ts +1 -1
  67. package/dist/cjs/lib2/shared/ui/ListBox/types.d.ts +9 -2
  68. package/dist/cjs/lib2/shared/ui/ListBoxItem/ListBoxImageItem.d.ts +17 -0
  69. package/dist/cjs/lib2/shared/ui/ListBoxItem/types.d.ts +13 -1
  70. package/dist/cjs/lib2/shared/ui/Rating/types.d.ts +2 -1
  71. package/dist/cjs/lib2/shared/ui/Typography/types.d.ts +1 -0
  72. package/dist/cjs/lib2/shared/ui/Video/Video.d.ts +3 -0
  73. package/dist/cjs/lib2/shared/ui/Video/styles.d.ts +189 -0
  74. package/dist/cjs/lib2/shared/utils/format.d.ts +1 -0
  75. package/dist/cjs/lib2/widgets/SpecialistPreviewWidget/SpecialistPreviewWidget.d.ts +4 -0
  76. package/dist/cjs/lib2/widgets/SpecialistPreviewWidget/SpecialistPreviewWidget.stories.d.ts +7 -0
  77. package/dist/cjs/lib2/widgets/SpecialistPreviewWidget/index.d.ts +1 -0
  78. package/dist/cjs/lib2/widgets/SpecialistPreviewWidget/types.d.ts +9 -0
  79. package/dist/cjs/lib2/widgets/index.d.ts +1 -0
  80. package/dist/esm/configs/tailwind/colors.d.ts +2 -0
  81. package/dist/esm/index.js +15 -7
  82. package/dist/esm/lib2/features/Charts/ChartAreaFeature/ChartAreaFeature.d.ts +8 -0
  83. package/dist/esm/lib2/features/Charts/ChartAreaFeature/index.d.ts +1 -0
  84. package/dist/esm/lib2/features/Charts/ChartLinesFeature/ChartLinesFeature.d.ts +9 -0
  85. package/dist/esm/lib2/features/Charts/ChartLinesFeature/index.d.ts +1 -0
  86. package/dist/esm/lib2/features/Charts/components/DotLabel.d.ts +18 -0
  87. package/dist/esm/lib2/features/Charts/config.d.ts +32 -0
  88. package/dist/esm/lib2/features/Charts/index.d.ts +2 -0
  89. package/dist/esm/lib2/features/Charts/types.d.ts +30 -0
  90. package/dist/esm/lib2/features/DropdownFeature/DropdownFeature.d.ts +4 -0
  91. package/dist/esm/lib2/features/DropdownFeature/DropdownFeature.stories.d.ts +7 -0
  92. package/dist/esm/lib2/features/DropdownFeature/index.d.ts +1 -0
  93. package/dist/esm/lib2/features/DropdownFeature/types.d.ts +8 -0
  94. package/dist/esm/lib2/features/MarkdownContainerFeature/MarkdownContainerFeature.d.ts +1 -0
  95. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingChartScreenPreviewFeature/OnBoardingChartScreenPreviewFeature.d.ts +10 -0
  96. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingChartScreenPreviewFeature/index.d.ts +1 -0
  97. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingCompareScreenPreviewFeature /OnBoardingCompareScreenPreviewFeature.d.ts +9 -0
  98. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingCompareScreenPreviewFeature /index.d.ts +1 -0
  99. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/OnBoardingPaywallScreenPreviewFeature.d.ts +13 -0
  100. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/components/HowItWorksItem.d.ts +7 -0
  101. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/components/TrustItem.d.ts +7 -0
  102. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/conts.d.ts +63 -0
  103. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/index.d.ts +1 -0
  104. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/styles.d.ts +76 -0
  105. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingSingleSelectionScreenPreviewFeature/OnBoardingSingleSelectionScreenPreviewFeature.d.ts +3 -2
  106. package/dist/esm/lib2/features/OnBoardingFlow/components/OnBoardingSelectionHeader.d.ts +8 -0
  107. package/dist/esm/lib2/features/OnBoardingFlow/index.d.ts +3 -0
  108. package/dist/esm/lib2/features/PoweredByStripeFeature/PoweredByStripeFeature.d.ts +4 -0
  109. package/dist/esm/lib2/features/PoweredByStripeFeature/PoweredByStripeFeature.stories.d.ts +6 -0
  110. package/dist/esm/lib2/features/PoweredByStripeFeature/index.d.ts +1 -0
  111. package/dist/esm/lib2/features/PoweredByStripeFeature/types.d.ts +4 -0
  112. package/dist/esm/lib2/features/ReviewCardFeature/ReviewCardFeature.d.ts +3 -1
  113. package/dist/esm/lib2/features/ReviewCardFeature/styles.d.ts +85 -0
  114. package/dist/esm/lib2/features/TariffFeature/TariffFeature.d.ts +4 -0
  115. package/dist/esm/lib2/features/TariffFeature/TariffFeature.stories.d.ts +9 -0
  116. package/dist/esm/lib2/features/TariffFeature/index.d.ts +1 -0
  117. package/dist/esm/lib2/features/TariffFeature/styles.d.ts +166 -0
  118. package/dist/esm/lib2/features/TariffFeature/types.d.ts +22 -0
  119. package/dist/esm/lib2/features/index.d.ts +3 -0
  120. package/dist/esm/lib2/shared/assets/icons/IconAmEx.d.ts +3 -0
  121. package/dist/esm/lib2/shared/assets/icons/IconAppStoreRating.d.ts +3 -0
  122. package/dist/esm/lib2/shared/assets/icons/IconApplePay.d.ts +3 -0
  123. package/dist/esm/lib2/shared/assets/icons/IconCalendarMonth.d.ts +2 -6
  124. package/dist/esm/lib2/shared/assets/icons/IconCancelBold.d.ts +3 -0
  125. package/dist/esm/lib2/shared/assets/icons/IconCheckboxCheckedBold.d.ts +7 -0
  126. package/dist/esm/lib2/shared/assets/icons/IconDivider.d.ts +3 -0
  127. package/dist/esm/lib2/shared/assets/icons/IconDoubleArrow.d.ts +3 -0
  128. package/dist/esm/lib2/shared/assets/icons/IconGlobe.d.ts +3 -0
  129. package/dist/esm/lib2/shared/assets/icons/IconGooglePay.d.ts +3 -0
  130. package/dist/esm/lib2/shared/assets/icons/IconInfo.d.ts +3 -0
  131. package/dist/esm/lib2/shared/assets/icons/IconMaestro.d.ts +3 -0
  132. package/dist/esm/lib2/shared/assets/icons/IconMastercard.d.ts +3 -0
  133. package/dist/esm/lib2/shared/assets/icons/IconMatching.d.ts +7 -0
  134. package/dist/esm/lib2/shared/assets/icons/IconPoweredByStripe.d.ts +3 -0
  135. package/dist/esm/lib2/shared/assets/icons/IconRadioPartial.d.ts +3 -0
  136. package/dist/esm/lib2/shared/assets/icons/IconSecure.d.ts +3 -0
  137. package/dist/esm/lib2/shared/assets/icons/IconSwitch.d.ts +3 -0
  138. package/dist/esm/lib2/shared/assets/icons/IconVisa.d.ts +3 -0
  139. package/dist/esm/lib2/shared/assets/icons/index.d.ts +18 -0
  140. package/dist/esm/lib2/shared/types/common.d.ts +6 -0
  141. package/dist/esm/lib2/shared/types/onBoardingFlow.type.d.ts +35 -2
  142. package/dist/esm/lib2/shared/types/review.d.ts +9 -0
  143. package/dist/esm/lib2/shared/types/variant.d.ts +4 -0
  144. package/dist/esm/lib2/shared/ui/Badge/types.d.ts +1 -1
  145. package/dist/esm/lib2/shared/ui/ListBox/ListBox.d.ts +1 -1
  146. package/dist/esm/lib2/shared/ui/ListBox/types.d.ts +9 -2
  147. package/dist/esm/lib2/shared/ui/ListBoxItem/ListBoxImageItem.d.ts +17 -0
  148. package/dist/esm/lib2/shared/ui/ListBoxItem/types.d.ts +13 -1
  149. package/dist/esm/lib2/shared/ui/Rating/types.d.ts +2 -1
  150. package/dist/esm/lib2/shared/ui/Typography/types.d.ts +1 -0
  151. package/dist/esm/lib2/shared/ui/Video/Video.d.ts +3 -0
  152. package/dist/esm/lib2/shared/ui/Video/styles.d.ts +189 -0
  153. package/dist/esm/lib2/shared/utils/format.d.ts +1 -0
  154. package/dist/esm/lib2/widgets/SpecialistPreviewWidget/SpecialistPreviewWidget.d.ts +4 -0
  155. package/dist/esm/lib2/widgets/SpecialistPreviewWidget/SpecialistPreviewWidget.stories.d.ts +7 -0
  156. package/dist/esm/lib2/widgets/SpecialistPreviewWidget/index.d.ts +1 -0
  157. package/dist/esm/lib2/widgets/SpecialistPreviewWidget/types.d.ts +9 -0
  158. package/dist/esm/lib2/widgets/index.d.ts +1 -0
  159. package/dist/index.d.ts +439 -217
  160. package/package.json +6 -1
  161. package/src/configs/tailwind/colors.ts +3 -0
  162. package/src/lib2/shared/css/tailwind.css +1 -0
package/dist/index.d.ts CHANGED
@@ -226,7 +226,7 @@ type LetterAvatarProps = {
226
226
  fontSize?: number;
227
227
  onClick?: () => void;
228
228
  };
229
- declare const _default$1k: React__default.NamedExoticComponent<LetterAvatarProps>;
229
+ declare const _default$1o: React__default.NamedExoticComponent<LetterAvatarProps>;
230
230
 
231
231
  type ImageWithFallbackProps = JSX.IntrinsicElements['img'] & {
232
232
  onErrorContent: React__default.ReactElement;
@@ -238,7 +238,7 @@ type PersonDateTimeCardProps = {
238
238
  name: string;
239
239
  dateTime: Date;
240
240
  };
241
- declare const _default$1j: React__default.NamedExoticComponent<PersonDateTimeCardProps>;
241
+ declare const _default$1n: React__default.NamedExoticComponent<PersonDateTimeCardProps>;
242
242
 
243
243
  type PsychologistProfileType = {
244
244
  id: string;
@@ -405,7 +405,7 @@ type SelectImpressionEmojiProps = {
405
405
  onChange?: (val: ImpressionEmojiEnum) => void;
406
406
  };
407
407
 
408
- declare const _default$1i: React__default.NamedExoticComponent<SelectImpressionEmojiProps>;
408
+ declare const _default$1m: React__default.NamedExoticComponent<SelectImpressionEmojiProps>;
409
409
 
410
410
  interface FooterForBookingProps {
411
411
  eventHandler: (props?: React__default.SyntheticEvent) => void;
@@ -437,7 +437,7 @@ type MediaPlayerProps<TCameraTrack extends Playable | undefined, TAudioTrack ext
437
437
  showControls: boolean;
438
438
  isScreenSharing?: boolean;
439
439
  } & HTMLAttributes<HTMLDivElement>;
440
- declare const _default$1h: <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;
440
+ declare const _default$1l: <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;
441
441
 
442
442
  type RoundButtonPropsType = {
443
443
  disabled?: boolean;
@@ -466,7 +466,7 @@ type ChatListItemProps = {
466
466
  isDisabled?: boolean;
467
467
  t?: WithTranslation['t'];
468
468
  };
469
- declare const _default$1g: React__default.NamedExoticComponent<ChatListItemProps>;
469
+ declare const _default$1k: React__default.NamedExoticComponent<ChatListItemProps>;
470
470
 
471
471
  type ChatMessageProps = {
472
472
  message: string | File;
@@ -494,11 +494,11 @@ type ChatMessageProps = {
494
494
  onClickHandler: () => void;
495
495
  }[] | null;
496
496
  };
497
- declare const _default$1f: React__default.NamedExoticComponent<ChatMessageProps>;
497
+ declare const _default$1j: React__default.NamedExoticComponent<ChatMessageProps>;
498
498
 
499
499
  declare const ChatMessageSkeleton: () => JSX.Element;
500
500
 
501
- declare const _default$1e: React__default.MemoExoticComponent<() => JSX.Element>;
501
+ declare const _default$1i: React__default.MemoExoticComponent<() => JSX.Element>;
502
502
 
503
503
  type EmptyChatList = {
504
504
  title?: string;
@@ -508,7 +508,7 @@ type EmptyChatList = {
508
508
  onClick?: () => void;
509
509
  };
510
510
  declare const EmptyChatList: FC<EmptyChatList>;
511
- declare const _default$1d: React__default.NamedExoticComponent<EmptyChatList>;
511
+ declare const _default$1h: React__default.NamedExoticComponent<EmptyChatList>;
512
512
 
513
513
  type EmptyChatMessagesProps = {
514
514
  title?: string;
@@ -533,7 +533,7 @@ type TextareaProps = {
533
533
  onFileSelect?: (file: File | null, type: 'file' | 'image' | 'video', fileInfo: FileInfoType) => void;
534
534
  t?: WithTranslation['t'];
535
535
  };
536
- declare const _default$1c: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<TextareaProps & React__default.RefAttributes<HTMLIonFooterElement>>>;
536
+ declare const _default$1g: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<TextareaProps & React__default.RefAttributes<HTMLIonFooterElement>>>;
537
537
 
538
538
  type LouseConnectProps = {
539
539
  onClick?: () => void;
@@ -612,7 +612,7 @@ type SpecialistEducationCardProps$1 = {
612
612
  yearEnd?: number | null;
613
613
  showLoader?: boolean;
614
614
  };
615
- declare const _default$1b: React__default.NamedExoticComponent<SpecialistEducationCardProps$1>;
615
+ declare const _default$1f: React__default.NamedExoticComponent<SpecialistEducationCardProps$1>;
616
616
 
617
617
  type SpecialistProfileViewCardProps$1 = {
618
618
  avatarLink?: string | null;
@@ -625,7 +625,7 @@ type SpecialistProfileViewCardProps$1 = {
625
625
  videoLinkUrl?: string | null;
626
626
  showLoader?: boolean;
627
627
  } & React__default.DetailedHTMLProps<React__default.HTMLAttributes<HTMLDivElement>, HTMLDivElement>;
628
- declare const _default$1a: React__default.NamedExoticComponent<SpecialistProfileViewCardProps$1>;
628
+ declare const _default$1e: React__default.NamedExoticComponent<SpecialistProfileViewCardProps$1>;
629
629
 
630
630
  type SpecialistStatisticsCardProps$1 = {
631
631
  activeClients?: number;
@@ -661,7 +661,7 @@ type VideoPlayerProps = {
661
661
  closeModalHandler?: () => void;
662
662
  onErrorContent: React__default.ReactElement;
663
663
  } & JSX$1.IonModal;
664
- declare const _default$19: React__default.NamedExoticComponent<VideoPlayerProps>;
664
+ declare const _default$1d: React__default.NamedExoticComponent<VideoPlayerProps>;
665
665
 
666
666
  type NotSupportModalProps = {
667
667
  closeModal?: () => void;
@@ -697,7 +697,7 @@ type VideoCallInfoProps = {
697
697
  abbreviatedSeconds: string;
698
698
  };
699
699
  };
700
- declare const _default$18: React__default.NamedExoticComponent<VideoCallInfoProps>;
700
+ declare const _default$1c: React__default.NamedExoticComponent<VideoCallInfoProps>;
701
701
 
702
702
  declare enum ConsultationCardType {
703
703
  FEATURE = "feature",
@@ -733,14 +733,14 @@ type ConsultationCardProps = {
733
733
  isBlockedText?: string;
734
734
  };
735
735
 
736
- declare const _default$17: React__default.NamedExoticComponent<ConsultationCardProps>;
736
+ declare const _default$1b: React__default.NamedExoticComponent<ConsultationCardProps>;
737
737
 
738
738
  type SignUpSessionButtonProps = {
739
739
  label: string;
740
740
  isLoading?: boolean;
741
741
  onClick?: () => void;
742
742
  };
743
- declare const _default$16: React__default.NamedExoticComponent<SignUpSessionButtonProps>;
743
+ declare const _default$1a: React__default.NamedExoticComponent<SignUpSessionButtonProps>;
744
744
 
745
745
  type EmptyConsultationsProps = {
746
746
  title: string;
@@ -748,7 +748,7 @@ type EmptyConsultationsProps = {
748
748
  buttonLabel?: string;
749
749
  onClick?: () => void;
750
750
  };
751
- declare const _default$15: React__default.NamedExoticComponent<EmptyConsultationsProps>;
751
+ declare const _default$19: React__default.NamedExoticComponent<EmptyConsultationsProps>;
752
752
 
753
753
  type ConsultationModalProps = {
754
754
  isOpen: boolean;
@@ -784,7 +784,7 @@ type ConsultationModalProps = {
784
784
  started?: string;
785
785
  };
786
786
  };
787
- declare const _default$14: React__default.NamedExoticComponent<ConsultationModalProps>;
787
+ declare const _default$18: React__default.NamedExoticComponent<ConsultationModalProps>;
788
788
 
789
789
  type SpecialistData = {
790
790
  id: string;
@@ -802,7 +802,7 @@ type SignUpSessionModalProps = {
802
802
  title: string;
803
803
  cancelBtnLabel: string;
804
804
  };
805
- declare const _default$13: React__default.NamedExoticComponent<SignUpSessionModalProps>;
805
+ declare const _default$17: React__default.NamedExoticComponent<SignUpSessionModalProps>;
806
806
 
807
807
  type ConsultationSpecialistCardProps = {
808
808
  id: string;
@@ -814,7 +814,7 @@ type ConsultationSpecialistCardProps = {
814
814
  signInBtnLabel: string;
815
815
  isBlockedText?: string;
816
816
  };
817
- declare const _default$12: React__default.NamedExoticComponent<ConsultationSpecialistCardProps>;
817
+ declare const _default$16: React__default.NamedExoticComponent<ConsultationSpecialistCardProps>;
818
818
 
819
819
  type UserInfoModalProps = {
820
820
  isOpen: boolean;
@@ -885,7 +885,7 @@ type ReScheduleProps = {
885
885
  btnLabel: string;
886
886
  };
887
887
  };
888
- declare const _default$11: React__default.NamedExoticComponent<ReScheduleProps>;
888
+ declare const _default$15: React__default.NamedExoticComponent<ReScheduleProps>;
889
889
 
890
890
  type ReScheduleSuccessProps = {
891
891
  name: string;
@@ -923,7 +923,7 @@ type DaySliderProps = JSX$1.IonSlides & HTMLAttributes<HTMLIonSlidesElement> & R
923
923
  tomorrow?: string;
924
924
  };
925
925
  };
926
- declare const _default$10: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<Omit<DaySliderProps, "ref"> & React__default.RefAttributes<HTMLIonSlidesElement>>>;
926
+ declare const _default$14: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<Omit<DaySliderProps, "ref"> & React__default.RefAttributes<HTMLIonSlidesElement>>>;
927
927
 
928
928
  type SpecialistWorkDirectionsPropsType = {
929
929
  workDirections?: string[] | [];
@@ -932,7 +932,7 @@ type SpecialistWorkDirectionsPropsType = {
932
932
  moreLabel?: string;
933
933
  hideLabel?: string;
934
934
  };
935
- declare const _default$$: React__default.NamedExoticComponent<SpecialistWorkDirectionsPropsType>;
935
+ declare const _default$13: React__default.NamedExoticComponent<SpecialistWorkDirectionsPropsType>;
936
936
 
937
937
  type SpecialistProfileViewCardProps = {
938
938
  videoLink?: string;
@@ -942,7 +942,7 @@ type SpecialistProfileViewCardProps = {
942
942
  isLoading?: boolean;
943
943
  videoDurationSeconds?: number;
944
944
  };
945
- declare const _default$_: React__default.NamedExoticComponent<SpecialistProfileViewCardProps>;
945
+ declare const _default$12: React__default.NamedExoticComponent<SpecialistProfileViewCardProps>;
946
946
 
947
947
  type SpecialistAboutProps = {
948
948
  text?: string;
@@ -951,7 +951,7 @@ type SpecialistAboutProps = {
951
951
  moreLabel?: string;
952
952
  hideLabel?: string;
953
953
  };
954
- declare const _default$Z: React__default.NamedExoticComponent<SpecialistAboutProps>;
954
+ declare const _default$11: React__default.NamedExoticComponent<SpecialistAboutProps>;
955
955
 
956
956
  type SpecialistEducationCardProps = {
957
957
  institutionName?: string;
@@ -962,7 +962,7 @@ type SpecialistEducationCardProps = {
962
962
  yearEnd?: number | null;
963
963
  showLoader?: boolean;
964
964
  };
965
- declare const _default$Y: React__default.NamedExoticComponent<SpecialistEducationCardProps>;
965
+ declare const _default$10: React__default.NamedExoticComponent<SpecialistEducationCardProps>;
966
966
 
967
967
  type SpecialistStatisticsCardProps = {
968
968
  trust?: boolean;
@@ -1008,7 +1008,7 @@ type BookingScheduleTimeProps = {
1008
1008
  onClick?: (index: number, item: string) => void;
1009
1009
  isLoading?: boolean;
1010
1010
  };
1011
- declare const _default$X: React__default.NamedExoticComponent<BookingScheduleTimeProps>;
1011
+ declare const _default$$: React__default.NamedExoticComponent<BookingScheduleTimeProps>;
1012
1012
 
1013
1013
  type BookingSpecialistInfoProps = {
1014
1014
  name: string;
@@ -1017,7 +1017,7 @@ type BookingSpecialistInfoProps = {
1017
1017
  avatar?: string;
1018
1018
  isLoading?: boolean;
1019
1019
  };
1020
- declare const _default$W: React__default.NamedExoticComponent<BookingSpecialistInfoProps>;
1020
+ declare const _default$_: React__default.NamedExoticComponent<BookingSpecialistInfoProps>;
1021
1021
 
1022
1022
  declare enum TypographyVariantsEnum {
1023
1023
  Title48Bold = "Title/48 Bold",
@@ -1060,12 +1060,13 @@ type TypographyProps = {
1060
1060
  opacity?: TypographyOpacityType;
1061
1061
  isAppearCase?: boolean;
1062
1062
  className?: string;
1063
+ style?: React.CSSProperties;
1063
1064
  children: React.ReactNode;
1064
1065
  onClick?: (args: any) => typeof args;
1065
1066
  isError?: boolean;
1066
1067
  };
1067
1068
 
1068
- declare const _default$V: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<TypographyProps & React__default.RefAttributes<HTMLDivElement>>>;
1069
+ declare const _default$Z: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<TypographyProps & React__default.RefAttributes<HTMLDivElement>>>;
1069
1070
 
1070
1071
  type AlertCardVariants = 'transparent' | 'yellow' | 'blue';
1071
1072
  type AlertCardProps = React$1.ComponentPropsWithoutRef<'div'> & {
@@ -1081,7 +1082,7 @@ type AlertCardProps = React$1.ComponentPropsWithoutRef<'div'> & {
1081
1082
  };
1082
1083
  };
1083
1084
 
1084
- declare const _default$U: React$1.NamedExoticComponent<AlertCardProps>;
1085
+ declare const _default$Y: React$1.NamedExoticComponent<AlertCardProps>;
1085
1086
 
1086
1087
  type AppFooterProps = {
1087
1088
  children?: React__default.ReactNode;
@@ -1092,7 +1093,7 @@ type AppFooterProps = {
1092
1093
  toolbarStyle?: CSSProperties;
1093
1094
  className?: string;
1094
1095
  };
1095
- declare const _default$T: React__default.NamedExoticComponent<AppFooterProps>;
1096
+ declare const _default$X: React__default.NamedExoticComponent<AppFooterProps>;
1096
1097
 
1097
1098
  type AvatarRoundVariants = 'circle' | 'drop' | 'small';
1098
1099
 
@@ -1107,14 +1108,14 @@ type AvatarProps = {
1107
1108
  onClick?(): void;
1108
1109
  border?: boolean | string;
1109
1110
  };
1110
- declare const _default$S: React__default.NamedExoticComponent<AvatarProps>;
1111
+ declare const _default$W: React__default.NamedExoticComponent<AvatarProps>;
1111
1112
 
1112
1113
  type SkeletonProps = {
1113
1114
  animated?: boolean;
1114
1115
  className?: string;
1115
1116
  style?: React__default.CSSProperties;
1116
1117
  };
1117
- declare const _default$R: React__default.NamedExoticComponent<SkeletonProps>;
1118
+ declare const _default$V: React__default.NamedExoticComponent<SkeletonProps>;
1118
1119
 
1119
1120
  type ButtonProps$1 = {
1120
1121
  fill?: 'outline' | 'clear';
@@ -1153,7 +1154,7 @@ type FlagProps$1 = {
1153
1154
  name: string;
1154
1155
  className?: string;
1155
1156
  };
1156
- declare const _default$Q: React__default.NamedExoticComponent<FlagProps$1>;
1157
+ declare const _default$U: React__default.NamedExoticComponent<FlagProps$1>;
1157
1158
 
1158
1159
  type PictureProps = {
1159
1160
  width: number;
@@ -1170,7 +1171,7 @@ type PictureProps = {
1170
1171
  responsive?: boolean;
1171
1172
  containerWidth?: number;
1172
1173
  };
1173
- declare const _default$P: React__default.NamedExoticComponent<PictureProps>;
1174
+ declare const _default$T: React__default.NamedExoticComponent<PictureProps>;
1174
1175
 
1175
1176
  type BadgeType = 'default' | 'accent';
1176
1177
  type BadgeVariants = 'attention' | 'neutral' | 'success' | 'warning' | 'brand' | 'info';
@@ -1178,10 +1179,10 @@ type BadgeProps = React$1.ComponentPropsWithoutRef<'span'> & {
1178
1179
  variant: BadgeVariants;
1179
1180
  size?: 'S' | 'M';
1180
1181
  type?: BadgeType;
1181
- iconType?: 'check';
1182
+ iconType?: 'check' | React$1.ReactNode;
1182
1183
  };
1183
1184
 
1184
- declare const _default$O: React$1.NamedExoticComponent<BadgeProps>;
1185
+ declare const _default$S: React$1.NamedExoticComponent<BadgeProps>;
1185
1186
 
1186
1187
  type ItemCardVariants = 'neutral' | 'transparent' | 'transparent20';
1187
1188
  type ItemCardProps = React$1.ComponentPropsWithoutRef<'div'> & {
@@ -1189,7 +1190,7 @@ type ItemCardProps = React$1.ComponentPropsWithoutRef<'div'> & {
1189
1190
  size?: 'M' | 'M4' | 'M45';
1190
1191
  };
1191
1192
 
1192
- declare const _default$N: React$1.NamedExoticComponent<ItemCardProps>;
1193
+ declare const _default$R: React$1.NamedExoticComponent<ItemCardProps>;
1193
1194
 
1194
1195
  type AppHeaderProps = {
1195
1196
  fullwidth?: boolean;
@@ -1384,7 +1385,7 @@ type SpecialistPaymentConsultationDetailsType = {
1384
1385
  onUserClick?: () => void;
1385
1386
  };
1386
1387
 
1387
- interface IconProps$C extends SVGAttributes<SVGElement> {
1388
+ interface IconProps$D extends SVGAttributes<SVGElement> {
1388
1389
  size?: number | string;
1389
1390
  width?: number | string;
1390
1391
  height?: number | string;
@@ -1428,6 +1429,12 @@ declare enum ShortCurrencySignByLocale {
1428
1429
  'eur' = "EUR",
1429
1430
  'es' = "USD"
1430
1431
  }
1432
+ declare enum ShortTranscriptionCurrencySignByLocale {
1433
+ 'uk' = "\u0433\u0440",
1434
+ 'pl' = "z\u0142o",
1435
+ 'eur' = "EUR",
1436
+ 'es' = "US"
1437
+ }
1431
1438
  declare const StripeSupportedCurrency: SupportedCurrency[];
1432
1439
 
1433
1440
  declare enum SupportedLangs {
@@ -1484,6 +1491,37 @@ type ReviewSwiperProps = {
1484
1491
  };
1485
1492
  declare const ReviewSwiperSection: React__default.FC<ReviewSwiperProps>;
1486
1493
 
1494
+ type ChartType = 'area' | 'lines';
1495
+ type ChartData<T = ChartType> = T extends 'area' ? {
1496
+ chartType: 'area';
1497
+ gradientDirection: 'leftToRight' | 'rightToLeft' | 'topToBottom' | 'bottomToTop';
1498
+ gradientColors: {
1499
+ color: string;
1500
+ offset: string;
1501
+ }[];
1502
+ gradientOpacity?: number;
1503
+ strokeWidth?: number;
1504
+ strokeColor?: string;
1505
+ fillColor?: string;
1506
+ data: {
1507
+ name: string;
1508
+ label?: string;
1509
+ dotBorderColor?: string;
1510
+ value: number;
1511
+ }[];
1512
+ } : {
1513
+ chartType: 'lines';
1514
+ strokeWidth?: number;
1515
+ strokeColors: Record<string, string>;
1516
+ labels: Record<string, string>;
1517
+ fillColor?: string;
1518
+ data: {
1519
+ [key: string]: string | number | undefined;
1520
+ name: string;
1521
+ }[];
1522
+ yAxisLabels: string[];
1523
+ };
1524
+
1487
1525
  declare enum ConditionRulesType {
1488
1526
  IS = "is"
1489
1527
  }
@@ -1505,11 +1543,15 @@ declare enum OnBoardingScreenOptions {
1505
1543
  START = "START",
1506
1544
  MULTI_SELECT = "MULTI_SELECT",
1507
1545
  SINGLE_SELECT = "SINGLE_SELECT",
1546
+ SINGLE_IMAGE_SELECT = "SINGLE_IMAGE_SELECT",
1508
1547
  INFO = "INFO",
1509
1548
  LOADER = "LOADER",
1510
1549
  REVIEWS = "REVIEWS",
1511
1550
  EMAIL = "EMAIL",
1512
- CONFIRM = "CONFIRM"
1551
+ CONFIRM = "CONFIRM",
1552
+ PAYWALL = "PAYWALL",
1553
+ COMPARE = "COMPARE",
1554
+ CHART = "CHART"
1513
1555
  }
1514
1556
  type OnBoardingScreenOptionType = {
1515
1557
  id: string;
@@ -1518,6 +1560,9 @@ type OnBoardingScreenOptionType = {
1518
1560
  isDefault?: boolean;
1519
1561
  filtrationAnswerId?: string;
1520
1562
  };
1563
+ type OnBoardingScreenOptionWithImageType = OnBoardingScreenOptionType & {
1564
+ image?: ResponseFileType | null;
1565
+ };
1521
1566
  type OnBoardingScreenButtonType = {
1522
1567
  buttonText?: string | null;
1523
1568
  buttonColor?: string | null;
@@ -1584,8 +1629,13 @@ type OnBoardingMultiSelectScreenType = OnBoardingBaseScreenType & OnBoardingScre
1584
1629
  options: OnBoardingScreenOptionType[];
1585
1630
  };
1586
1631
  type OnBoardingSingleSelectScreenType = OnBoardingBaseScreenType & OnBoardingScreenDescriptionType & {
1632
+ legalText?: string;
1587
1633
  options: OnBoardingScreenOptionType[];
1588
1634
  };
1635
+ type OnBoardingSingleImageSelectScreenType = OnBoardingBaseScreenType & OnBoardingScreenDescriptionType & {
1636
+ legalText?: string;
1637
+ options: OnBoardingScreenOptionWithImageType[];
1638
+ };
1589
1639
  type OnBoardingLoaderScreenType = OnBoardingBaseScreenType & {
1590
1640
  title?: string | null;
1591
1641
  additionalText?: string;
@@ -1620,7 +1670,27 @@ type OnBoardingConfirmScreenType = OnBoardingBaseScreenType & OnBoardingScreenBu
1620
1670
  onChangeEmail?: (email: string) => void;
1621
1671
  onChangePassword?: (password: string) => void;
1622
1672
  };
1623
- type OnBoardingScreensType = OnBoardingStartScreenType | OnBoardingMultiSelectScreenType | OnBoardingSingleSelectScreenType | OnBoardingInfoScreenType | OnBoardingLoaderScreenType | OnBoardingReviewsScreenType | OnBoardingEmailScreenType | OnBoardingConfirmScreenType;
1673
+ type OnBoardingPaywallScreenType = OnBoardingBaseScreenType & OnBoardingScreenButtonType & OnBoardingScreenTranslationsType & OnBoardingScreenErrorsType & {
1674
+ title: string;
1675
+ description?: string;
1676
+ };
1677
+ type OnBoardingCompareScreenType = OnBoardingBaseScreenType & OnBoardingScreenButtonType & OnBoardingScreenTranslationsType & OnBoardingScreenErrorsType & {
1678
+ title: string;
1679
+ description?: string;
1680
+ otherPlatformsTitle?: string;
1681
+ items: {
1682
+ id: string;
1683
+ title: string;
1684
+ hasInMindly: boolean;
1685
+ hasInCompetitors: boolean;
1686
+ }[];
1687
+ };
1688
+ type OnBoardingChartScreenType = OnBoardingBaseScreenType & OnBoardingScreenButtonType & OnBoardingScreenTranslationsType & OnBoardingScreenErrorsType & {
1689
+ title?: string;
1690
+ disclaimer?: string;
1691
+ chart: ChartData;
1692
+ };
1693
+ type OnBoardingScreensType = OnBoardingStartScreenType | OnBoardingMultiSelectScreenType | OnBoardingSingleSelectScreenType | OnBoardingInfoScreenType | OnBoardingLoaderScreenType | OnBoardingReviewsScreenType | OnBoardingEmailScreenType | OnBoardingConfirmScreenType | OnBoardingCompareScreenType | OnBoardingPaywallScreenType | OnBoardingChartScreenType;
1624
1694
  type OnBoardingFlowType = {
1625
1695
  id: string;
1626
1696
  locale: string;
@@ -1781,6 +1851,15 @@ type SpecialistReview$1 = {
1781
1851
  created_at: number;
1782
1852
  review_status: 'on_review' | 'approved' | 'rejected';
1783
1853
  };
1854
+ type MindlyReview = {
1855
+ id: string;
1856
+ avatar: string | null;
1857
+ first_name: string;
1858
+ last_name?: string | null;
1859
+ review_rating: number;
1860
+ text_of_review: string | null;
1861
+ created_at: number;
1862
+ };
1784
1863
 
1785
1864
  type AllowFilterValueType = string | number | boolean;
1786
1865
  type FilterValue = AllowFilterValueType | AllowFilterValueType[];
@@ -1898,19 +1977,26 @@ type AutoComplete<T extends string> = T | (string & {});
1898
1977
 
1899
1978
  declare enum ListBoxSelectionType {
1900
1979
  Checkbox = "checkbox",
1901
- Radio = "radio"
1980
+ Radio = "radio",
1981
+ Image = "image"
1902
1982
  }
1903
1983
  type VariantType = 'default' | 'blue';
1904
1984
  type ListBoxProps<T> = AriaListBoxProps<T> & {
1905
1985
  type?: `${ListBoxSelectionType}`;
1906
1986
  enableSelection?: boolean;
1907
- selectedIconProps?: IconProps$C;
1987
+ selectedIconProps?: IconProps$D;
1908
1988
  selectionPosition?: 'start' | 'end';
1989
+ selectionImageClassNames?: {
1990
+ label?: string;
1991
+ arrowIcon?: string;
1992
+ bottomContainer?: string;
1993
+ } | null;
1909
1994
  className?: string;
1910
1995
  variant?: VariantType;
1996
+ image?: ResponseFileType;
1911
1997
  };
1912
1998
 
1913
- declare function ListBox<T extends Record<string, unknown>>({ selectedIconProps, type, selectionPosition, enableSelection, className, variant, ...props }: ListBoxProps<T>): JSX.Element;
1999
+ declare function ListBox<T extends Record<string, unknown>>({ selectedIconProps, type, selectionPosition, enableSelection, className, selectionImageClassNames, variant, ...props }: ListBoxProps<T>): JSX.Element;
1914
2000
 
1915
2001
  type ListOptionsProps = {
1916
2002
  item: Node<unknown>;
@@ -1918,23 +2004,35 @@ type ListOptionsProps = {
1918
2004
  icon?: React$1.ReactNode;
1919
2005
  divider?: boolean;
1920
2006
  value?: string;
1921
- selectedIconProps?: IconProps$C;
2007
+ selectedIconProps?: IconProps$D;
1922
2008
  type?: `${ListBoxSelectionType}`;
1923
2009
  selectionPosition?: 'start' | 'end';
1924
2010
  enableSelection?: boolean;
1925
2011
  variant?: VariantType;
2012
+ image?: ResponseFileType | null;
2013
+ selectionImageClassNames?: {
2014
+ label?: string;
2015
+ arrowIcon?: string;
2016
+ bottomContainer?: string;
2017
+ } | null;
1926
2018
  };
1927
2019
  type ListBoxItemProps = {
1928
2020
  icon?: React$1.ReactNode;
1929
2021
  type?: `${ListBoxSelectionType}`;
1930
- selectedIconProps?: IconProps$C;
2022
+ selectedIconProps?: IconProps$D;
1931
2023
  divider?: boolean;
1932
2024
  value?: string;
1933
2025
  children: React$1.ReactNode;
1934
2026
  className?: string;
2027
+ sselectionImageClassNames?: {
2028
+ label?: string;
2029
+ arrowIcon?: string;
2030
+ bottomContainer?: string;
2031
+ } | null;
1935
2032
  customContent?: boolean;
1936
2033
  onClick?: HTMLIonItemElement['onclick'];
1937
2034
  variant?: VariantType;
2035
+ image?: ResponseFileType | null;
1938
2036
  };
1939
2037
 
1940
2038
  declare const ListOption: React$1.ForwardRefExoticComponent<ListOptionsProps & React$1.RefAttributes<HTMLIonItemElement>>;
@@ -1983,7 +2081,7 @@ interface TextareaV2Props extends Omit<JSX$1.IonTextarea, 'color' | 'enterkeyhin
1983
2081
  onKeyPress?: (e: KeyboardEvent<HTMLIonTextareaElement>) => void;
1984
2082
  }
1985
2083
 
1986
- declare const _default$M: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<TextareaV2Props & React__default.RefAttributes<HTMLIonTextareaElement>>>;
2084
+ declare const _default$Q: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<TextareaV2Props & React__default.RefAttributes<HTMLIonTextareaElement>>>;
1987
2085
 
1988
2086
  type RatingProps = {
1989
2087
  initialRating?: number;
@@ -1993,9 +2091,9 @@ type RatingProps = {
1993
2091
  size?: number;
1994
2092
  className?: string;
1995
2093
  readonly?: boolean;
1996
- };
2094
+ } & RatingComponentProps;
1997
2095
 
1998
- declare const _default$L: React__default.NamedExoticComponent<RatingProps>;
2096
+ declare const _default$P: React__default.NamedExoticComponent<RatingProps>;
1999
2097
 
2000
2098
  declare const RatingCircleWrapper: FC<CircleRatingComponentProps & {
2001
2099
  t: WithTranslation['t'] | any;
@@ -2009,7 +2107,7 @@ type IconButtonProps = {
2009
2107
  fill?: 'clear' | 'filled';
2010
2108
  type?: 'button' | 'submit' | 'reset';
2011
2109
  };
2012
- declare const _default$K: React__default.NamedExoticComponent<IconButtonProps>;
2110
+ declare const _default$O: React__default.NamedExoticComponent<IconButtonProps>;
2013
2111
 
2014
2112
  type ToastProviderProps = ToastStateProps;
2015
2113
  type MindlyToastProps = {
@@ -2055,17 +2153,17 @@ type ProgressBar_v2Props = {
2055
2153
  animationDuration?: number;
2056
2154
  onProgressEnd?: () => void;
2057
2155
  };
2058
- declare const _default$J: React__default.NamedExoticComponent<ProgressBar_v2Props>;
2156
+ declare const _default$N: React__default.NamedExoticComponent<ProgressBar_v2Props>;
2059
2157
 
2060
2158
  type LoadingProps = {
2061
2159
  isOpen: boolean;
2062
2160
  };
2063
- declare const _default$I: React__default.NamedExoticComponent<LoadingProps>;
2161
+ declare const _default$M: React__default.NamedExoticComponent<LoadingProps>;
2064
2162
 
2065
2163
  type ListItemsProps = React$1.HTMLAttributes<HTMLIonListElement> & {
2066
2164
  withBorders?: boolean;
2067
2165
  };
2068
- declare const _default$H: React$1.NamedExoticComponent<ListItemsProps>;
2166
+ declare const _default$L: React$1.NamedExoticComponent<ListItemsProps>;
2069
2167
 
2070
2168
  type ItemProps = React$1.HTMLAttributes<HTMLIonItemElement> & {
2071
2169
  leftContent?: React$1.ReactNode;
@@ -2077,14 +2175,21 @@ type ItemProps = React$1.HTMLAttributes<HTMLIonItemElement> & {
2077
2175
  isError?: boolean;
2078
2176
  status?: 'error' | 'attention';
2079
2177
  };
2080
- declare const _default$G: React$1.NamedExoticComponent<ItemProps>;
2178
+ declare const _default$K: React$1.NamedExoticComponent<ItemProps>;
2179
+
2180
+ declare enum VariantEnum {
2181
+ default = "default",
2182
+ blue = "blue"
2183
+ }
2081
2184
 
2082
2185
  type VideoProps = {
2083
2186
  src: string;
2084
2187
  isMuted?: boolean;
2085
2188
  isWithWatermark?: boolean;
2086
2189
  isWithPlay?: boolean;
2190
+ buttonPlacement?: 'top-left' | 'top-right' | 'bottom-left' | 'bottom-right' | 'center';
2087
2191
  hiddenVideo?: boolean;
2192
+ variant?: VariantEnum;
2088
2193
  preview?: string;
2089
2194
  onMuteToggle?: () => void;
2090
2195
  onPlay?(src: string): void;
@@ -2097,7 +2202,7 @@ type VideoMethods = {
2097
2202
  play(): void;
2098
2203
  };
2099
2204
  type VideoRef = HTMLVideoElement | VideoMethods;
2100
- declare const _default$F: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<VideoProps & {
2205
+ declare const _default$J: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<VideoProps & {
2101
2206
  children?: React__default.ReactNode;
2102
2207
  } & React__default.RefAttributes<VideoRef>>>;
2103
2208
 
@@ -2214,15 +2319,15 @@ type MatchProgressProps = {
2214
2319
  className?: string;
2215
2320
  percentMatch: number;
2216
2321
  };
2217
- declare const _default$E: React__default.NamedExoticComponent<React__default.PropsWithChildren<MatchProgressProps>>;
2322
+ declare const _default$I: React__default.NamedExoticComponent<React__default.PropsWithChildren<MatchProgressProps>>;
2218
2323
 
2219
2324
  interface Props$7 {
2220
2325
  className?: string;
2221
2326
  title: string;
2222
2327
  }
2223
- declare const _default$D: React__default.NamedExoticComponent<React__default.PropsWithChildren<Props$7>>;
2328
+ declare const _default$H: React__default.NamedExoticComponent<React__default.PropsWithChildren<Props$7>>;
2224
2329
 
2225
- declare const _default$C: React__default.NamedExoticComponent<React__default.PropsWithChildren<React__default.HTMLAttributes<HTMLButtonElement>>>;
2330
+ declare const _default$G: React__default.NamedExoticComponent<React__default.PropsWithChildren<React__default.HTMLAttributes<HTMLButtonElement>>>;
2226
2331
 
2227
2332
  type Props$6 = {
2228
2333
  className?: string;
@@ -2372,130 +2477,126 @@ declare const useDeepUpdateEffect: <T extends unknown[]>(effect: EffectCallback,
2372
2477
 
2373
2478
  declare function useIsKeyBoardShown(): boolean;
2374
2479
 
2480
+ interface IconProps$C extends React$1.SVGAttributes<SVGElement> {
2481
+ size?: number | string;
2482
+ color?: string;
2483
+ }
2484
+ declare function IconArrowLeft({ color, size, ...other }: IconProps$C): JSX.Element;
2485
+
2375
2486
  interface IconProps$B extends React$1.SVGAttributes<SVGElement> {
2376
2487
  size?: number | string;
2377
2488
  color?: string;
2378
2489
  }
2379
- declare function IconArrowLeft({ color, size, ...other }: IconProps$B): JSX.Element;
2490
+ declare function IconArrowRight({ color, size, ...other }: IconProps$B): JSX.Element;
2380
2491
 
2381
2492
  interface IconProps$A extends React$1.SVGAttributes<SVGElement> {
2382
2493
  size?: number | string;
2383
2494
  color?: string;
2384
2495
  }
2385
- declare function IconArrowRight({ color, size, ...other }: IconProps$A): JSX.Element;
2496
+ declare function IconBeachAccess({ color, size, ...other }: IconProps$A): JSX.Element;
2386
2497
 
2387
2498
  interface IconProps$z extends React$1.SVGAttributes<SVGElement> {
2388
2499
  size?: number | string;
2389
2500
  color?: string;
2390
2501
  }
2391
- declare function IconBeachAccess({ color, size, ...other }: IconProps$z): JSX.Element;
2502
+ declare function IconCalendar({ color, size, ...other }: IconProps$z): JSX.Element;
2503
+
2504
+ declare const IconCalendarNew: FC<IconProps$D>;
2505
+
2506
+ declare const IconCalendarMonth: React$1.FC<IconProps$D>;
2392
2507
 
2393
2508
  interface IconProps$y extends React$1.SVGAttributes<SVGElement> {
2394
2509
  size?: number | string;
2395
2510
  color?: string;
2396
2511
  }
2397
- declare function IconCalendar({ color, size, ...other }: IconProps$y): JSX.Element;
2398
-
2399
- declare const IconCalendarNew: FC<IconProps$C>;
2512
+ declare function IconChatOutline({ color, size, ...other }: IconProps$y): JSX.Element;
2400
2513
 
2401
2514
  interface IconProps$x extends React$1.SVGAttributes<SVGElement> {
2402
2515
  size?: number | string;
2403
2516
  color?: string;
2404
2517
  }
2405
- declare function IconCalendarMonth({ color, size, ...other }: IconProps$x): JSX.Element;
2518
+ declare const IconCheckboxChecked: ({ color, size, ...other }: IconProps$x) => JSX.Element;
2406
2519
 
2407
2520
  interface IconProps$w extends React$1.SVGAttributes<SVGElement> {
2408
2521
  size?: number | string;
2409
2522
  color?: string;
2410
2523
  }
2411
- declare function IconChatOutline({ color, size, ...other }: IconProps$w): JSX.Element;
2524
+ declare function IconCheckboxUnchecked({ color, size, ...other }: IconProps$w): JSX.Element;
2525
+
2526
+ declare const IconClose: FC<React$1.SVGAttributes<SVGElement>>;
2412
2527
 
2413
2528
  interface IconProps$v extends React$1.SVGAttributes<SVGElement> {
2414
2529
  size?: number | string;
2415
2530
  color?: string;
2416
2531
  }
2417
- declare const IconCheckboxChecked: ({ color, size, ...other }: IconProps$v) => JSX.Element;
2532
+ declare function IconEditCalendar({ color, size, ...props }: IconProps$v): JSX.Element;
2418
2533
 
2419
2534
  interface IconProps$u extends React$1.SVGAttributes<SVGElement> {
2420
2535
  size?: number | string;
2421
2536
  color?: string;
2422
2537
  }
2423
- declare function IconCheckboxUnchecked({ color, size, ...other }: IconProps$u): JSX.Element;
2424
-
2425
- declare const IconClose: FC<React$1.SVGAttributes<SVGElement>>;
2538
+ declare function IconInvisible({ color, size, ...other }: IconProps$u): JSX.Element;
2426
2539
 
2427
2540
  interface IconProps$t extends React$1.SVGAttributes<SVGElement> {
2428
2541
  size?: number | string;
2429
2542
  color?: string;
2430
2543
  }
2431
- declare function IconEditCalendar({ color, size, ...props }: IconProps$t): JSX.Element;
2544
+ declare function IconLanguage({ color, size, ...other }: IconProps$t): JSX.Element;
2545
+
2546
+ declare const IconLeftArrow: FC<React$1.SVGAttributes<SVGElement>>;
2432
2547
 
2433
2548
  interface IconProps$s extends React$1.SVGAttributes<SVGElement> {
2434
2549
  size?: number | string;
2435
2550
  color?: string;
2436
2551
  }
2437
- declare function IconInvisible({ color, size, ...other }: IconProps$s): JSX.Element;
2552
+ declare function IconLogout({ color, size, ...other }: IconProps$s): JSX.Element;
2438
2553
 
2439
2554
  interface IconProps$r extends React$1.SVGAttributes<SVGElement> {
2440
2555
  size?: number | string;
2441
2556
  color?: string;
2442
2557
  }
2443
- declare function IconLanguage({ color, size, ...other }: IconProps$r): JSX.Element;
2558
+ declare function IconPause({ color, size, ...other }: IconProps$r): JSX.Element;
2444
2559
 
2445
- declare const IconLeftArrow: FC<React$1.SVGAttributes<SVGElement>>;
2560
+ declare function IconMinus({ color, size, ...other }: IconProps$D): JSX.Element;
2561
+
2562
+ type IconPlusProps = React$1.SVGProps<any>;
2563
+ declare function IconPlus({ color, ...props }: IconPlusProps): JSX.Element;
2446
2564
 
2447
2565
  interface IconProps$q extends React$1.SVGAttributes<SVGElement> {
2448
2566
  size?: number | string;
2449
2567
  color?: string;
2450
2568
  }
2451
- declare function IconLogout({ color, size, ...other }: IconProps$q): JSX.Element;
2569
+ declare function IconProfileChecked({ color, size, ...other }: IconProps$q): JSX.Element;
2452
2570
 
2453
2571
  interface IconProps$p extends React$1.SVGAttributes<SVGElement> {
2454
2572
  size?: number | string;
2455
2573
  color?: string;
2456
2574
  }
2457
- declare function IconPause({ color, size, ...other }: IconProps$p): JSX.Element;
2458
-
2459
- declare function IconMinus({ color, size, ...other }: IconProps$C): JSX.Element;
2460
-
2461
- type IconPlusProps = React$1.SVGProps<any>;
2462
- declare function IconPlus({ color, ...props }: IconPlusProps): JSX.Element;
2575
+ declare function IconProfileCircle({ color, size, ...other }: IconProps$p): JSX.Element;
2463
2576
 
2464
2577
  interface IconProps$o extends React$1.SVGAttributes<SVGElement> {
2465
2578
  size?: number | string;
2466
2579
  color?: string;
2467
2580
  }
2468
- declare function IconProfileChecked({ color, size, ...other }: IconProps$o): JSX.Element;
2581
+ declare function IconProfileSetting({ color, size, ...other }: IconProps$o): JSX.Element;
2469
2582
 
2470
2583
  interface IconProps$n extends React$1.SVGAttributes<SVGElement> {
2471
2584
  size?: number | string;
2472
2585
  color?: string;
2473
2586
  }
2474
- declare function IconProfileCircle({ color, size, ...other }: IconProps$n): JSX.Element;
2587
+ declare function IconProfileUnderReview({ color, size, ...other }: IconProps$n): JSX.Element;
2475
2588
 
2476
2589
  interface IconProps$m extends React$1.SVGAttributes<SVGElement> {
2477
2590
  size?: number | string;
2478
2591
  color?: string;
2479
2592
  }
2480
- declare function IconProfileSetting({ color, size, ...other }: IconProps$m): JSX.Element;
2593
+ declare function IconResume({ color, size, ...other }: IconProps$m): JSX.Element;
2481
2594
 
2482
2595
  interface IconProps$l extends React$1.SVGAttributes<SVGElement> {
2483
2596
  size?: number | string;
2484
2597
  color?: string;
2485
2598
  }
2486
- declare function IconProfileUnderReview({ color, size, ...other }: IconProps$l): JSX.Element;
2487
-
2488
- interface IconProps$k extends React$1.SVGAttributes<SVGElement> {
2489
- size?: number | string;
2490
- color?: string;
2491
- }
2492
- declare function IconResume({ color, size, ...other }: IconProps$k): JSX.Element;
2493
-
2494
- interface IconProps$j extends React$1.SVGAttributes<SVGElement> {
2495
- size?: number | string;
2496
- color?: string;
2497
- }
2498
- declare function IconSettings({ color, size, ...other }: IconProps$j): JSX.Element;
2599
+ declare function IconSettings({ color, size, ...other }: IconProps$l): JSX.Element;
2499
2600
 
2500
2601
  declare const IconStar: FC<React$1.SVGAttributes<SVGElement>>;
2501
2602
 
@@ -2503,23 +2604,23 @@ declare const IconStarFilled: FC<React$1.SVGAttributes<SVGElement>>;
2503
2604
 
2504
2605
  declare const IconSuccess: FC<React$1.SVGAttributes<SVGElement>>;
2505
2606
 
2506
- interface IconProps$i extends React$1.SVGAttributes<SVGElement> {
2607
+ interface IconProps$k extends React$1.SVGAttributes<SVGElement> {
2507
2608
  size?: number | string;
2508
2609
  color?: string;
2509
2610
  }
2510
- declare function IconTime({ color, size, ...other }: IconProps$i): JSX.Element;
2611
+ declare function IconTime({ color, size, ...other }: IconProps$k): JSX.Element;
2511
2612
 
2512
- interface IconProps$h extends React$1.SVGAttributes<SVGElement> {
2613
+ interface IconProps$j extends React$1.SVGAttributes<SVGElement> {
2513
2614
  size?: number | string;
2514
2615
  color?: string;
2515
2616
  }
2516
- declare function IconVerifiedUser({ color, size, ...other }: IconProps$h): JSX.Element;
2617
+ declare function IconVerifiedUser({ color, size, ...other }: IconProps$j): JSX.Element;
2517
2618
 
2518
- interface IconProps$g extends React$1.SVGAttributes<SVGElement> {
2619
+ interface IconProps$i extends React$1.SVGAttributes<SVGElement> {
2519
2620
  size?: number | string;
2520
2621
  color?: string;
2521
2622
  }
2522
- declare function IconVisible({ color, size, ...other }: IconProps$g): JSX.Element;
2623
+ declare function IconVisible({ color, size, ...other }: IconProps$i): JSX.Element;
2523
2624
 
2524
2625
  declare const IconApple: FC<React$1.SVGAttributes<SVGElement>>;
2525
2626
 
@@ -2533,15 +2634,15 @@ declare const IconEye: FC<React$1.SVGAttributes<SVGElement>>;
2533
2634
 
2534
2635
  declare const IconEyeOff: FC<React$1.SVGAttributes<SVGElement>>;
2535
2636
 
2536
- interface IconProps$f extends React$1.SVGAttributes<SVGElement> {
2637
+ interface IconProps$h extends React$1.SVGAttributes<SVGElement> {
2537
2638
  size?: number | string;
2538
2639
  color?: string;
2539
2640
  }
2540
- declare function IconWarning({ color, size, ...other }: IconProps$f): JSX.Element;
2641
+ declare function IconWarning({ color, size, ...other }: IconProps$h): JSX.Element;
2541
2642
 
2542
2643
  declare const IconGift: React$1.FC<React$1.SVGAttributes<SVGElement>>;
2543
2644
 
2544
- declare const IconGiftNew: FC<IconProps$C>;
2645
+ declare const IconGiftNew: FC<IconProps$D>;
2545
2646
 
2546
2647
  declare const IconCreditCard: React$1.FC<React$1.SVGAttributes<SVGElement>>;
2547
2648
 
@@ -2564,49 +2665,49 @@ declare const IconNotificationMuted: (props: SVGProps<SVGSVGElement>) => JSX.Ele
2564
2665
 
2565
2666
  declare const IconCheckSmall: React$1.FC<React$1.SVGAttributes<SVGElement>>;
2566
2667
 
2567
- interface IconProps$e extends React$1.SVGAttributes<SVGElement> {
2668
+ interface IconProps$g extends React$1.SVGAttributes<SVGElement> {
2568
2669
  size?: number | string;
2569
2670
  color?: string;
2570
2671
  className?: string;
2571
2672
  style?: React$1.CSSProperties;
2572
2673
  }
2573
- declare function IconCheck({ color, size, ...other }: IconProps$e): JSX.Element;
2674
+ declare function IconCheck({ color, size, ...other }: IconProps$g): JSX.Element;
2574
2675
 
2575
- interface IconProps$d extends React$1.SVGAttributes<SVGElement> {
2676
+ interface IconProps$f extends React$1.SVGAttributes<SVGElement> {
2576
2677
  size?: number | string;
2577
2678
  color?: string;
2578
2679
  className?: string;
2579
2680
  style?: React$1.CSSProperties;
2580
2681
  }
2581
- declare const IconCapFilled: FC<IconProps$d>;
2682
+ declare const IconCapFilled: FC<IconProps$f>;
2582
2683
 
2583
- interface IconProps$c extends React$1.SVGAttributes<SVGElement> {
2684
+ interface IconProps$e extends React$1.SVGAttributes<SVGElement> {
2584
2685
  size?: number | string;
2585
2686
  color?: string;
2586
2687
  className?: string;
2587
2688
  style?: React$1.CSSProperties;
2588
2689
  }
2589
- declare function IconCancelRounded({ color, size, ...other }: IconProps$c): JSX.Element;
2690
+ declare function IconCancelRounded({ color, size, ...other }: IconProps$e): JSX.Element;
2590
2691
 
2591
- interface IconProps$b extends React$1.SVGAttributes<SVGElement> {
2692
+ interface IconProps$d extends React$1.SVGAttributes<SVGElement> {
2592
2693
  size?: number | string;
2593
2694
  color?: string;
2594
2695
  }
2595
- declare function IconMute({ color, size, ...other }: IconProps$b): JSX.Element;
2696
+ declare function IconMute({ color, size, ...other }: IconProps$d): JSX.Element;
2596
2697
 
2597
- interface IconProps$a extends React$1.SVGAttributes<SVGElement> {
2698
+ interface IconProps$c extends React$1.SVGAttributes<SVGElement> {
2598
2699
  size?: number | string;
2599
2700
  color?: string;
2600
2701
  }
2601
- declare function IconUnmute({ color, size, ...other }: IconProps$a): JSX.Element;
2702
+ declare function IconUnmute({ color, size, ...other }: IconProps$c): JSX.Element;
2602
2703
 
2603
2704
  declare const IconBookmark: ({ width, height, color, ...other }: SVGProps<SVGSVGElement>) => JSX.Element;
2604
2705
 
2605
- interface IconProps$9 extends React$1.SVGAttributes<SVGElement> {
2706
+ interface IconProps$b extends React$1.SVGAttributes<SVGElement> {
2606
2707
  size?: number | string;
2607
2708
  color?: string;
2608
2709
  }
2609
- declare function IconBookmarkOutlined({ size, color, ...other }: IconProps$9): JSX.Element;
2710
+ declare function IconBookmarkOutlined({ size, color, ...other }: IconProps$b): JSX.Element;
2610
2711
 
2611
2712
  declare const IconUserNotFound: (props: SVGProps<SVGSVGElement>) => JSX.Element;
2612
2713
 
@@ -2626,147 +2727,192 @@ declare const IconCalendarFilled: ({ width, height, color, ...props }: SVGProps<
2626
2727
 
2627
2728
  declare const IconArrowDown: ({ width, height, color, ...other }: SVGProps<SVGSVGElement>) => JSX.Element;
2628
2729
 
2629
- interface IconProps$8 extends React$1.SVGAttributes<SVGElement> {
2730
+ interface IconProps$a extends React$1.SVGAttributes<SVGElement> {
2630
2731
  color?: string;
2631
2732
  }
2632
- declare const IconRadioButtonChecked: ({ color, ...rest }: IconProps$8) => JSX.Element;
2733
+ declare const IconRadioButtonChecked: ({ color, ...rest }: IconProps$a) => JSX.Element;
2633
2734
 
2634
- interface IconProps$7 extends React$1.SVGAttributes<SVGElement> {
2735
+ interface IconProps$9 extends React$1.SVGAttributes<SVGElement> {
2635
2736
  size?: number | string;
2636
2737
  color?: string;
2637
2738
  }
2638
- declare function IconShare({ size, ...props }: IconProps$7): JSX.Element;
2739
+ declare function IconShare({ size, ...props }: IconProps$9): JSX.Element;
2639
2740
 
2640
- interface IconProps$6 extends React$1.SVGAttributes<SVGElement> {
2741
+ interface IconProps$8 extends React$1.SVGAttributes<SVGElement> {
2641
2742
  size?: number | string;
2642
2743
  color?: string;
2643
2744
  }
2644
- declare function IconLink({ size, ...props }: IconProps$6): JSX.Element;
2745
+ declare function IconLink({ size, ...props }: IconProps$8): JSX.Element;
2645
2746
 
2646
- declare const IconHome: FC<IconProps$C>;
2747
+ declare const IconHome: FC<IconProps$D>;
2647
2748
 
2648
- declare const IconEcgHeart: FC<IconProps$C>;
2749
+ declare const IconEcgHeart: FC<IconProps$D>;
2649
2750
 
2650
- declare const IconAddModerator: FC<IconProps$C>;
2751
+ declare const IconAddModerator: FC<IconProps$D>;
2651
2752
 
2652
- declare const IconQueryStats: FC<IconProps$C>;
2753
+ declare const IconQueryStats: FC<IconProps$D>;
2653
2754
 
2654
- declare const IconSchema: FC<IconProps$C>;
2755
+ declare const IconSchema: FC<IconProps$D>;
2655
2756
 
2656
- declare const IconPromocode: FC<IconProps$C>;
2757
+ declare const IconPromocode: FC<IconProps$D>;
2657
2758
 
2658
- declare const IconEventBusy: FC<IconProps$C>;
2759
+ declare const IconEventBusy: FC<IconProps$D>;
2659
2760
 
2660
- declare const IconDelete: FC<IconProps$C>;
2761
+ declare const IconDelete: FC<IconProps$D>;
2661
2762
 
2662
- declare const IconLock: FC<IconProps$C>;
2763
+ declare const IconLock: FC<IconProps$D>;
2663
2764
 
2664
- declare const IconEdit: FC<IconProps$C>;
2765
+ declare const IconEdit: FC<IconProps$D>;
2665
2766
 
2666
- declare const IconCopy: FC<IconProps$C>;
2767
+ declare const IconCopy: FC<IconProps$D>;
2667
2768
 
2668
- interface IconProps$5 extends React$1.SVGAttributes<SVGElement> {
2769
+ interface IconProps$7 extends React$1.SVGAttributes<SVGElement> {
2669
2770
  size?: number | string;
2670
2771
  color?: string;
2671
2772
  }
2672
- declare function IconTimeAdd({ color, size, ...other }: IconProps$5): JSX.Element;
2773
+ declare function IconTimeAdd({ color, size, ...other }: IconProps$7): JSX.Element;
2673
2774
 
2674
- declare const IconManageAccounts: FC<IconProps$C>;
2775
+ declare const IconManageAccounts: FC<IconProps$D>;
2675
2776
 
2676
- declare const IconSend: FC<IconProps$C>;
2777
+ declare const IconSend: FC<IconProps$D>;
2677
2778
 
2678
- interface IconProps$4 extends React$1.SVGAttributes<SVGElement> {
2779
+ interface IconProps$6 extends React$1.SVGAttributes<SVGElement> {
2679
2780
  size?: number | string;
2680
2781
  color?: string;
2681
2782
  }
2682
- declare function IconGallery({ color, size, ...other }: IconProps$4): JSX.Element;
2783
+ declare function IconGallery({ color, size, ...other }: IconProps$6): JSX.Element;
2683
2784
 
2684
- interface IconProps$3 extends React$1.SVGAttributes<SVGElement> {
2785
+ interface IconProps$5 extends React$1.SVGAttributes<SVGElement> {
2685
2786
  size?: number | string;
2686
2787
  color?: string;
2687
2788
  }
2688
- declare function IconText({ color, size, ...other }: IconProps$3): JSX.Element;
2789
+ declare function IconText({ color, size, ...other }: IconProps$5): JSX.Element;
2689
2790
 
2690
- interface IconProps$2 extends React$1.SVGAttributes<SVGElement> {
2791
+ interface IconProps$4 extends React$1.SVGAttributes<SVGElement> {
2691
2792
  size?: number | string;
2692
2793
  color?: string;
2693
2794
  className?: string;
2694
2795
  style?: React$1.CSSProperties;
2695
2796
  }
2696
- declare function IconCheckCircle({ color, size, ...props }: IconProps$2): JSX.Element;
2797
+ declare function IconCheckCircle({ color, size, ...props }: IconProps$4): JSX.Element;
2697
2798
 
2698
- interface IconProps$1 extends React$1.SVGAttributes<SVGElement> {
2799
+ interface IconProps$3 extends React$1.SVGAttributes<SVGElement> {
2699
2800
  size?: number | string;
2700
2801
  color?: string;
2701
2802
  }
2702
- declare function IconAttachMoney({ size, color, style, ...props }: IconProps$1): JSX.Element;
2803
+ declare function IconAttachMoney({ size, color, style, ...props }: IconProps$3): JSX.Element;
2703
2804
 
2704
- declare const IconArrowTopRight: FC<IconProps$C>;
2805
+ declare const IconArrowTopRight: FC<IconProps$D>;
2705
2806
 
2706
- declare const IconMoreVertical: FC<IconProps$C>;
2807
+ declare const IconMoreVertical: FC<IconProps$D>;
2707
2808
 
2708
- interface IconProps extends React$1.SVGAttributes<SVGElement> {
2809
+ interface IconProps$2 extends React$1.SVGAttributes<SVGElement> {
2709
2810
  size?: number | string;
2710
2811
  color?: string;
2711
2812
  }
2712
- declare const IconStylus: FC<IconProps>;
2813
+ declare const IconStylus: FC<IconProps$2>;
2814
+
2815
+ declare const IconDocument: FC<IconProps$D>;
2816
+
2817
+ declare const IconPersonAlert: FC<IconProps$D>;
2818
+
2819
+ declare const IconIdCard: FC<IconProps$D>;
2820
+
2821
+ declare const IconProfile: FC<IconProps$D>;
2713
2822
 
2714
- declare const IconDocument: FC<IconProps$C>;
2823
+ declare const IconReceiptLong: FC<IconProps$D>;
2715
2824
 
2716
- declare const IconPersonAlert: FC<IconProps$C>;
2825
+ declare const IconInvoice: FC<IconProps$D>;
2717
2826
 
2718
- declare const IconIdCard: FC<IconProps$C>;
2827
+ declare const IconRenew: React$1.FC<IconProps$D>;
2719
2828
 
2720
- declare const IconProfile: FC<IconProps$C>;
2829
+ declare const IconDot: React$1.FC<IconProps$D>;
2721
2830
 
2722
- declare const IconReceiptLong: FC<IconProps$C>;
2831
+ declare const IconHeart: React$1.FC<IconProps$D>;
2723
2832
 
2724
- declare const IconInvoice: FC<IconProps$C>;
2833
+ declare const IconMindly: React$1.FC<IconProps$D>;
2725
2834
 
2726
- declare const IconRenew: React$1.FC<IconProps$C>;
2835
+ declare const IconPlay: React$1.FC<IconProps$D>;
2727
2836
 
2728
- declare const IconDot: React$1.FC<IconProps$C>;
2837
+ declare const IconStudyHat: React$1.FC<IconProps$D>;
2729
2838
 
2730
- declare const IconHeart: React$1.FC<IconProps$C>;
2839
+ declare const IconMindlyColored: React$1.FC<IconProps$D>;
2731
2840
 
2732
- declare const IconMindly: React$1.FC<IconProps$C>;
2841
+ declare const IconUser: React$1.FC<IconProps$D>;
2733
2842
 
2734
- declare const IconPlay: React$1.FC<IconProps$C>;
2843
+ declare const IconFilters: React$1.FC<IconProps$D>;
2735
2844
 
2736
- declare const IconStudyHat: React$1.FC<IconProps$C>;
2845
+ declare const IconEmptyList: React$1.FC<IconProps$D>;
2737
2846
 
2738
- declare const IconMindlyColored: React$1.FC<IconProps$C>;
2847
+ declare const IconChat: React$1.FC<IconProps$D>;
2739
2848
 
2740
- declare const IconUser: React$1.FC<IconProps$C>;
2849
+ declare const IconMindlyMini: React$1.FC<IconProps$D>;
2741
2850
 
2742
- declare const IconFilters: React$1.FC<IconProps$C>;
2851
+ declare const IconSchedule: React$1.FC<IconProps$D>;
2743
2852
 
2744
- declare const IconEmptyList: React$1.FC<IconProps$C>;
2853
+ declare const IconContract: React$1.FC<IconProps$D>;
2745
2854
 
2746
- declare const IconChat: React$1.FC<IconProps$C>;
2855
+ declare const IconReceipt: React$1.FC<IconProps$D>;
2747
2856
 
2748
- declare const IconMindlyMini: React$1.FC<IconProps$C>;
2857
+ declare const IconCalendarWithDot: React$1.FC<IconProps$D>;
2749
2858
 
2750
- declare const IconSchedule: React$1.FC<IconProps$C>;
2859
+ declare const IconExperience: React$1.FC<IconProps$D>;
2751
2860
 
2752
- declare const IconContract: React$1.FC<IconProps$C>;
2861
+ declare const IconSpecialistsEnded: React$1.FC<IconProps$D>;
2753
2862
 
2754
- declare const IconReceipt: React$1.FC<IconProps$C>;
2863
+ declare const IconReviewSessionSubscription: React$1.FC<IconProps$D>;
2755
2864
 
2756
- declare const IconCalendarWithDot: React$1.FC<IconProps$C>;
2865
+ declare const IconReviewSessionTrial: React$1.FC<IconProps$D>;
2757
2866
 
2758
- declare const IconExperience: React$1.FC<IconProps$C>;
2867
+ declare const IconDoubleArrow: React$1.FC<IconProps$D>;
2759
2868
 
2760
- declare const IconSpecialistsEnded: React$1.FC<IconProps$C>;
2869
+ declare const IconDivider: React$1.FC<IconProps$D>;
2761
2870
 
2762
- declare const IconReviewSessionSubscription: React$1.FC<IconProps$C>;
2871
+ declare const IconInfo: React$1.FC<IconProps$D>;
2763
2872
 
2764
- declare const IconReviewSessionTrial: React$1.FC<IconProps$C>;
2873
+ declare const IconApplePay: React$1.FC<IconProps$D>;
2874
+
2875
+ declare const IconSecure: React$1.FC<IconProps$D>;
2876
+
2877
+ declare const IconGooglePay: React$1.FC<IconProps$D>;
2878
+
2879
+ declare const IconAmEx: React$1.FC<IconProps$D>;
2880
+
2881
+ declare const IconMaestro: React$1.FC<IconProps$D>;
2882
+
2883
+ declare const IconMastercard: React$1.FC<IconProps$D>;
2884
+
2885
+ declare const IconVisa: React$1.FC<IconProps$D>;
2886
+
2887
+ declare const IconPoweredByStripe: React$1.FC<IconProps$D>;
2888
+
2889
+ declare const IconCancelBold: React$1.FC<IconProps$D>;
2890
+
2891
+ interface IconProps$1 extends React$1.SVGAttributes<SVGElement> {
2892
+ size?: number | string;
2893
+ color?: string;
2894
+ }
2895
+ declare const IconCheckboxCheckedBold: React$1.FC<IconProps$1>;
2896
+
2897
+ interface IconProps extends React$1.SVGAttributes<SVGElement> {
2898
+ size?: number | string;
2899
+ color?: string;
2900
+ }
2901
+ declare const IconMatching: React$1.FC<IconProps>;
2902
+
2903
+ declare const IconSwitch: React$1.FC<IconProps$D>;
2904
+
2905
+ declare const IconGlobe: React$1.FC<IconProps$D>;
2906
+
2907
+ declare const IconAppStoreRating: React$1.FC<IconProps$D>;
2908
+
2909
+ declare const IconRadioPartial: FC<IconProps$D>;
2765
2910
 
2766
2911
  declare const formatByDigits: (value: number) => string;
2767
2912
  declare const roundToPrecision: (value: number, decimals?: number) => number;
2768
2913
  declare const getDateLocale: (locale: string) => Locale;
2769
2914
  declare const getGMTOffset: (timeZone: string) => string;
2915
+ declare const getMonthNameInGenitive: (date: Date, locale: string) => string;
2770
2916
 
2771
2917
  type AnyRef = React__default.Ref<any>;
2772
2918
  declare const mergeRefs: <T extends unknown>(...refs: AnyRef[]) => React__default.Ref<T>;
@@ -2850,9 +2996,9 @@ type SlotsGridItemProps = {
2850
2996
  onSelectionChange: () => void;
2851
2997
  };
2852
2998
 
2853
- declare const _default$B: React__default.NamedExoticComponent<SlotsGridProps>;
2999
+ declare const _default$F: React__default.NamedExoticComponent<SlotsGridProps>;
2854
3000
 
2855
- declare const _default$A: React$1.NamedExoticComponent<SlotsGridItemProps>;
3001
+ declare const _default$E: React$1.NamedExoticComponent<SlotsGridItemProps>;
2856
3002
 
2857
3003
  type PushNotificationsModalProps = {
2858
3004
  onApplyPermission: () => void;
@@ -2966,23 +3112,23 @@ type ShareModalFeatureProps = {
2966
3112
  };
2967
3113
  declare const ShareModalFeature: FC<ShareModalFeatureProps>;
2968
3114
 
2969
- declare const _default$z: React__default.NamedExoticComponent<SpecialistPaymentConsultationDetailsType & TranslationType>;
3115
+ declare const _default$D: React__default.NamedExoticComponent<SpecialistPaymentConsultationDetailsType & TranslationType>;
2970
3116
 
2971
- declare const _default$y: React__default.NamedExoticComponent<SpecialistPaymentCardProps & TranslationType>;
3117
+ declare const _default$C: React__default.NamedExoticComponent<SpecialistPaymentCardProps & TranslationType>;
2972
3118
 
2973
3119
  type SpecialistPaymentCommonCardSkeletonType = {
2974
3120
  className?: string;
2975
3121
  };
2976
3122
  declare const SpecialistPaymentCommonCardSkeleton: (props: SpecialistPaymentCommonCardSkeletonType) => JSX.Element;
2977
3123
 
2978
- declare const _default$x: React__default.NamedExoticComponent<SpecialistPaymentConsultationsProps & TranslationType>;
3124
+ declare const _default$B: React__default.NamedExoticComponent<SpecialistPaymentConsultationsProps & TranslationType>;
2979
3125
 
2980
3126
  type ConsultationsListProps = {
2981
3127
  consultations: SpecialistConsultation[];
2982
3128
  locale?: string;
2983
3129
  consultationClick?: (consultation: SpecialistConsultation) => void;
2984
3130
  };
2985
- declare const _default$w: React__default.NamedExoticComponent<ConsultationsListProps>;
3131
+ declare const _default$A: React__default.NamedExoticComponent<ConsultationsListProps>;
2986
3132
 
2987
3133
  type ConsultationsListSkeletonType = {
2988
3134
  className?: string;
@@ -2997,9 +3143,9 @@ type CalendarPickerFeatureProps = {
2997
3143
  dateCallback: (date: Date) => void;
2998
3144
  lastDate: Date;
2999
3145
  };
3000
- declare const _default$v: React__default.NamedExoticComponent<CalendarPickerFeatureProps & TranslationType>;
3146
+ declare const _default$z: React__default.NamedExoticComponent<CalendarPickerFeatureProps & TranslationType>;
3001
3147
 
3002
- declare const _default$u: React__default.NamedExoticComponent<PaymentCalendarFeatureProps & TranslationType>;
3148
+ declare const _default$y: React__default.NamedExoticComponent<PaymentCalendarFeatureProps & TranslationType>;
3003
3149
 
3004
3150
  type GoogleCalendarModalFeatureProps = {
3005
3151
  isOpen: boolean;
@@ -3013,8 +3159,8 @@ type GoogleCalendarModalFeatureProps = {
3013
3159
  };
3014
3160
  declare function GoogleCalendarModalFeature({ status, isOpen, onSync, isLoading, presentingElement, imageUrl, onDidDismiss, t, }: GoogleCalendarModalFeatureProps): JSX.Element;
3015
3161
 
3016
- type ReviewCardFeatureVariantType = 'default' | 'outlined' | 'full';
3017
- declare const _default$t: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
3162
+ type ReviewCardFeatureVariantType = 'default' | 'outlined' | 'full' | 'store';
3163
+ declare const _default$x: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
3018
3164
  avatarSrc?: string | undefined;
3019
3165
  name: string;
3020
3166
  date: number;
@@ -3025,6 +3171,8 @@ declare const _default$t: React__default.MemoExoticComponent<React__default.Forw
3025
3171
  reviewTextClamp?: number | undefined;
3026
3172
  onExpandReview?(): void;
3027
3173
  className?: string | undefined;
3174
+ useDate?: boolean | undefined;
3175
+ locale?: string | undefined;
3028
3176
  } & TranslationType & React__default.RefAttributes<HTMLDivElement>>>;
3029
3177
 
3030
3178
  declare const ReviewsCardFeatureSkeleton: React__default.MemoExoticComponent<() => JSX.Element>;
@@ -3113,7 +3261,7 @@ type ScreenInputFormFeatureProps = {
3113
3261
  icon?: ReactNode | string;
3114
3262
  isKeyboardShown?: boolean;
3115
3263
  };
3116
- declare const _default$s: React__default.NamedExoticComponent<ScreenInputFormFeatureProps>;
3264
+ declare const _default$w: React__default.NamedExoticComponent<ScreenInputFormFeatureProps>;
3117
3265
 
3118
3266
  type SelectionType = {
3119
3267
  value: any;
@@ -3131,7 +3279,7 @@ type SpecialistDrumPickerWidgetProps = {
3131
3279
  onTouchStart?: () => void;
3132
3280
  onTouchEnd?: () => void;
3133
3281
  };
3134
- declare const _default$r: React__default.NamedExoticComponent<SpecialistDrumPickerWidgetProps>;
3282
+ declare const _default$v: React__default.NamedExoticComponent<SpecialistDrumPickerWidgetProps>;
3135
3283
 
3136
3284
  type TextAreaFormFeatureProps = {
3137
3285
  title?: string;
@@ -3147,7 +3295,7 @@ type TextAreaFormFeatureProps = {
3147
3295
  maxlength?: number;
3148
3296
  HeaderComponent?: FC;
3149
3297
  };
3150
- declare const _default$q: React__default.NamedExoticComponent<TextAreaFormFeatureProps>;
3298
+ declare const _default$u: React__default.NamedExoticComponent<TextAreaFormFeatureProps>;
3151
3299
 
3152
3300
  type AcceptAgreementFeatureProps = {
3153
3301
  isAccepted: boolean;
@@ -3168,32 +3316,34 @@ type SelectWithSearchFormFeatureProps = {
3168
3316
  otherText?: string;
3169
3317
  buttonLabel?: string;
3170
3318
  } & WithTranslation;
3171
- declare const _default$p: React__default.NamedExoticComponent<SelectWithSearchFormFeatureProps>;
3319
+ declare const _default$t: React__default.NamedExoticComponent<SelectWithSearchFormFeatureProps>;
3172
3320
 
3173
3321
  type MarkdownContainerFeatureProps = {
3174
3322
  children?: string | null;
3175
3323
  options?: MarkdownToJSX.Options;
3176
3324
  className?: string;
3325
+ forceBlock?: boolean;
3177
3326
  };
3178
- declare const _default$o: React__default.NamedExoticComponent<MarkdownContainerFeatureProps>;
3327
+ declare const _default$s: React__default.NamedExoticComponent<MarkdownContainerFeatureProps>;
3179
3328
 
3180
- declare const _default$n: React__default.NamedExoticComponent<OnBoardingStartScreenType>;
3329
+ declare const _default$r: React__default.NamedExoticComponent<OnBoardingStartScreenType>;
3181
3330
 
3182
- declare const _default$m: React__default.NamedExoticComponent<OnBoardingInfoScreenType>;
3331
+ declare const _default$q: React__default.NamedExoticComponent<OnBoardingInfoScreenType>;
3183
3332
 
3184
3333
  type OnBoardingMultiSelectionScreenPreviewFeatureProps = {
3185
3334
  onChange?: (value: string[]) => void;
3186
3335
  defaultValues?: string[];
3187
3336
  variant?: OnboardingVariant;
3188
3337
  } & OnBoardingMultiSelectScreenType;
3189
- declare const _default$l: React__default.NamedExoticComponent<OnBoardingMultiSelectionScreenPreviewFeatureProps>;
3338
+ declare const _default$p: React__default.NamedExoticComponent<OnBoardingMultiSelectionScreenPreviewFeatureProps>;
3190
3339
 
3191
3340
  type OnBoardingSingleSelectionScreenPreviewFeatureProps = {
3192
3341
  onChange?: (value: string) => void;
3193
3342
  defaultValues?: string[];
3194
3343
  variant?: OnboardingVariant;
3195
- } & OnBoardingSingleSelectScreenType;
3196
- declare const _default$k: React__default.NamedExoticComponent<OnBoardingSingleSelectionScreenPreviewFeatureProps>;
3344
+ template?: 'radio' | 'image';
3345
+ } & OnBoardingSingleSelectScreenType & OnBoardingSingleImageSelectScreenType;
3346
+ declare const _default$o: React__default.NamedExoticComponent<OnBoardingSingleSelectionScreenPreviewFeatureProps>;
3197
3347
 
3198
3348
  declare const OnBoardingLoaderScreenPreviewFeature: FC<OnBoardingLoaderScreenType & {
3199
3349
  t?: WithTranslation['t'];
@@ -3209,13 +3359,37 @@ type OnBoardingProgressFeatureProps = {
3209
3359
  startAdornment?: React__default.ReactNode;
3210
3360
  variant?: OnboardingVariant;
3211
3361
  };
3212
- declare const _default$j: React__default.NamedExoticComponent<OnBoardingProgressFeatureProps>;
3362
+ declare const _default$n: React__default.NamedExoticComponent<OnBoardingProgressFeatureProps>;
3363
+
3364
+ declare const _default$m: React__default.NamedExoticComponent<OnBoardingReviewsScreenType>;
3213
3365
 
3214
- declare const _default$i: React__default.NamedExoticComponent<OnBoardingReviewsScreenType>;
3366
+ declare const _default$l: React__default.NamedExoticComponent<OnBoardingEmailScreenType>;
3215
3367
 
3216
- declare const _default$h: React__default.NamedExoticComponent<OnBoardingEmailScreenType>;
3368
+ declare const _default$k: React__default.NamedExoticComponent<OnBoardingConfirmScreenType>;
3217
3369
 
3218
- declare const _default$g: React__default.NamedExoticComponent<OnBoardingConfirmScreenType>;
3370
+ type OnBoardingPaywallScreenPreviewFeatureProps$1 = {
3371
+ variant?: OnboardingVariant;
3372
+ className?: string;
3373
+ titleClassName?: string;
3374
+ } & OnBoardingCompareScreenType;
3375
+ declare const _default$j: React__default.NamedExoticComponent<OnBoardingPaywallScreenPreviewFeatureProps$1>;
3376
+
3377
+ type OnBoardingPaywallScreenPreviewFeatureProps = {
3378
+ variant?: OnboardingVariant;
3379
+ specialists: Specialist[];
3380
+ reviews: MindlyReview[];
3381
+ previuesDiscount?: number;
3382
+ currentDiscount?: number;
3383
+ } & OnBoardingPaywallScreenType;
3384
+ declare const _default$i: React__default.NamedExoticComponent<OnBoardingPaywallScreenPreviewFeatureProps>;
3385
+
3386
+ type OnBoardingChartScreenPreviewFeatureProps = {
3387
+ className?: string;
3388
+ locale: string;
3389
+ isPreview?: boolean;
3390
+ variant?: OnboardingVariant;
3391
+ } & OnBoardingChartScreenType;
3392
+ declare const _default$h: React__default.NamedExoticComponent<OnBoardingChartScreenPreviewFeatureProps>;
3219
3393
 
3220
3394
  type SpecialistAreaByMatch = {
3221
3395
  text: string;
@@ -3247,7 +3421,7 @@ interface Props$2 extends Omit<TypographyProps, 'children'> {
3247
3421
  presentingElement?: HTMLElement;
3248
3422
  }
3249
3423
 
3250
- declare const _default$f: React__default.NamedExoticComponent<Props$2>;
3424
+ declare const _default$g: React__default.NamedExoticComponent<Props$2>;
3251
3425
 
3252
3426
  type Props$1 = {
3253
3427
  className?: string;
@@ -3552,6 +3726,45 @@ type MindlyReviewFeatureProps = {
3552
3726
  };
3553
3727
  declare const MindlyReviewFeature: React__default.FC<MindlyReviewFeatureProps>;
3554
3728
 
3729
+ type TariffFeatureProps = {
3730
+ className?: string;
3731
+ t?: WithTranslation['t'];
3732
+ name: string;
3733
+ priceBefore?: number;
3734
+ price: number;
3735
+ currency: SupportedCurrency;
3736
+ id: string;
3737
+ isSelected: boolean;
3738
+ label?: string;
3739
+ variant: VariantEnum;
3740
+ description?: string;
3741
+ advantagesList?: {
3742
+ id: string;
3743
+ title: string;
3744
+ }[];
3745
+ initialIsInfoOpen?: boolean;
3746
+ onSelect(id: string): void;
3747
+ };
3748
+
3749
+ declare const TariffFeature: React__default.FC<TariffFeatureProps>;
3750
+
3751
+ type PoweredByStripeFeatureProps = {
3752
+ className?: string;
3753
+ title?: string;
3754
+ };
3755
+
3756
+ declare const PoweredByStripeFeature: React__default.FC<PoweredByStripeFeatureProps>;
3757
+
3758
+ type DropdownFeatureProps = {
3759
+ className?: string;
3760
+ t?: WithTranslation['t'];
3761
+ title: string;
3762
+ description?: string;
3763
+ initialIsOpen?: boolean;
3764
+ };
3765
+
3766
+ declare const DropdownFeature: React__default.FC<DropdownFeatureProps>;
3767
+
3555
3768
  type SupportedCountryLocale = string;
3556
3769
  type Tabs = {
3557
3770
  behavior: 'tax-country' | 'profile-lang';
@@ -3658,7 +3871,7 @@ type SpecialistCardProps = {
3658
3871
  };
3659
3872
  declare const SpecialistCard: React__default.FC<SpecialistCardProps>;
3660
3873
 
3661
- declare const _default$e: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
3874
+ declare const _default$f: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
3662
3875
  isError?: boolean | undefined;
3663
3876
  errorStyle?: "filled" | "unfilled" | undefined;
3664
3877
  type?: "number" | "text" | "email" | undefined;
@@ -3682,11 +3895,11 @@ declare const PasswordInput: React__default.ForwardRefExoticComponent<{
3682
3895
  error?: string | null | undefined;
3683
3896
  } & Omit<React__default.InputHTMLAttributes<HTMLInputElement>, "type"> & React__default.RefAttributes<HTMLInputElement>>;
3684
3897
 
3685
- declare const _default$d: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
3898
+ declare const _default$e: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
3686
3899
  isError?: boolean | undefined;
3687
3900
  } & React__default.TextareaHTMLAttributes<HTMLTextAreaElement> & React__default.RefAttributes<HTMLTextAreaElement>>>;
3688
3901
 
3689
- declare const _default$c: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
3902
+ declare const _default$d: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
3690
3903
  options: {
3691
3904
  id: string | number;
3692
3905
  label: string | number;
@@ -3718,7 +3931,7 @@ type CustomCheckboxProps = {
3718
3931
  isCheckbox?: boolean;
3719
3932
  onChange?: (e: ChangeEvent<HTMLInputElement>) => void;
3720
3933
  };
3721
- declare const _default$b: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<CustomCheckboxProps & React__default.RefAttributes<HTMLInputElement>>>;
3934
+ declare const _default$c: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<CustomCheckboxProps & React__default.RefAttributes<HTMLInputElement>>>;
3722
3935
 
3723
3936
  type CheckboxListItem = {
3724
3937
  id: ReactText;
@@ -3746,7 +3959,7 @@ type CheckboxListProps = {
3746
3959
  from: string;
3747
3960
  };
3748
3961
  };
3749
- declare const _default$a: React__default.NamedExoticComponent<CheckboxListProps>;
3962
+ declare const _default$b: React__default.NamedExoticComponent<CheckboxListProps>;
3750
3963
 
3751
3964
  type BookingHeaderProps = {
3752
3965
  title?: string;
@@ -3760,9 +3973,9 @@ type ProgressBarProps = {
3760
3973
  progress: number;
3761
3974
  loaderTitle?: string;
3762
3975
  };
3763
- declare const _default$9: React__default.NamedExoticComponent<ProgressBarProps>;
3976
+ declare const _default$a: React__default.NamedExoticComponent<ProgressBarProps>;
3764
3977
 
3765
- declare const _default$8: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
3978
+ declare const _default$9: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
3766
3979
  title: string;
3767
3980
  subTitle?: string | undefined;
3768
3981
  isError?: boolean | undefined;
@@ -3794,7 +4007,7 @@ type FlagProps = {
3794
4007
  dimensions?: number;
3795
4008
  className?: string;
3796
4009
  };
3797
- declare const _default$7: React__default.NamedExoticComponent<FlagProps>;
4010
+ declare const _default$8: React__default.NamedExoticComponent<FlagProps>;
3798
4011
 
3799
4012
  type SpecialistLangsProps = {
3800
4013
  showLoader?: boolean;
@@ -3834,7 +4047,7 @@ type ProfileInformationProps = {
3834
4047
  reviews: string[];
3835
4048
  };
3836
4049
  } & React__default.HTMLAttributes<HTMLDivElement>;
3837
- declare const _default$6: React__default.NamedExoticComponent<ProfileInformationProps>;
4050
+ declare const _default$7: React__default.NamedExoticComponent<ProfileInformationProps>;
3838
4051
 
3839
4052
  type SpecialistMatchProps = {
3840
4053
  specialistFirstName?: string;
@@ -3846,7 +4059,7 @@ type SpecialistMatchProps = {
3846
4059
  howWeMatchThis: string;
3847
4060
  };
3848
4061
  } & React__default.HTMLAttributes<HTMLDivElement>;
3849
- declare const _default$5: React__default.NamedExoticComponent<SpecialistMatchProps>;
4062
+ declare const _default$6: React__default.NamedExoticComponent<SpecialistMatchProps>;
3850
4063
 
3851
4064
  type SpecialistStatisticProps = {
3852
4065
  learnMoreClick: () => void;
@@ -3866,7 +4079,7 @@ type SpecialistStatisticProps = {
3866
4079
  bookedSession: string;
3867
4080
  };
3868
4081
  } & React__default.HTMLAttributes<HTMLDivElement>;
3869
- declare const _default$4: React__default.NamedExoticComponent<SpecialistStatisticProps>;
4082
+ declare const _default$5: React__default.NamedExoticComponent<SpecialistStatisticProps>;
3870
4083
 
3871
4084
  type RatingWithLabelProps = {
3872
4085
  countOfReviews?: number;
@@ -3990,7 +4203,7 @@ type SpecialistCardWidgetProps = {
3990
4203
  currentUser?: UserType;
3991
4204
  };
3992
4205
 
3993
- declare const _default$3: React__default.NamedExoticComponent<SpecialistCardWidgetProps>;
4206
+ declare const _default$4: React__default.NamedExoticComponent<SpecialistCardWidgetProps>;
3994
4207
 
3995
4208
  type SpecialistCardListWidgetProps = {
3996
4209
  t?: WithTranslation['t'];
@@ -4005,11 +4218,11 @@ type SpecialistCardListWidgetProps = {
4005
4218
  };
4006
4219
  declare const SpecialistCardListWidget: FC<SpecialistCardListWidgetProps>;
4007
4220
 
4008
- declare const _default$2: React__default.NamedExoticComponent<SpecialistPaymentCardProps & {
4221
+ declare const _default$3: React__default.NamedExoticComponent<SpecialistPaymentCardProps & {
4009
4222
  routeClick: () => void;
4010
4223
  } & TranslationType>;
4011
4224
 
4012
- declare const _default$1: React__default.NamedExoticComponent<SpecialistPaymentCardProps & SpecialistPaymentConsultationsProps & TranslationType>;
4225
+ declare const _default$2: React__default.NamedExoticComponent<SpecialistPaymentCardProps & SpecialistPaymentConsultationsProps & TranslationType>;
4013
4226
 
4014
4227
  type UpdateContractWidgetProps = {
4015
4228
  isAccepted: boolean;
@@ -4045,7 +4258,7 @@ type SpecialistDetailWidgetProps = {
4045
4258
  onOpenNewSpecialistArticle?(): void;
4046
4259
  };
4047
4260
 
4048
- declare const _default: React__default.NamedExoticComponent<SpecialistDetailWidgetProps>;
4261
+ declare const _default$1: React__default.NamedExoticComponent<SpecialistDetailWidgetProps>;
4049
4262
 
4050
4263
  declare const SpecialistDetailWidgetSkeleton: React__default.FC;
4051
4264
 
@@ -4115,4 +4328,13 @@ type SessionPaymentsWidgetProps = {
4115
4328
 
4116
4329
  declare const SessionPaymentsWidget: React__default.FC<SessionPaymentsWidgetProps>;
4117
4330
 
4118
- export { AcceptAgreementFeature, Action, _default$U as AlertCard, AllowFilterValueType, AppFooter, _default$T as AppFooter_v2, AppHeader, AppHeaderPage as AppHeaderPageFeature, AppHeader_v2, AppNotSupportedFeature, ArchivedConsultationCard, AutoComplete, Avatar, AvatarProps$1 as AvatarProps, _default$S as Avatar_v2, AvatarProps as Avatar_v2Props, BREAKPOINT_ICON_SIZE, _default$O as Badge, _default$X as BookingScheduleTime, _default$W as BookingSpecialistInfo, BreakPointPositionProps, BreakPointPositionResult, Button, Button_v2, CAN_MANAGE_SESSION_TIME_HOURS, COUNTRIES_MAPPER, Calendar, _default$v as CalendarPickerFeature, CancelSession, CardModal, ChangeLangModal, ChangeLanguageModal, _default$1g as ChatListItem, _default$1e as ChatListSkeleton, _default$1f as ChatMessage, ChatMessageSkeleton, CheckBoxItem, CheckBoxListFeature, CheckBoxSectionListFeature, _default$a as CheckboxList, CheckboxListCategory, CheckboxListItem, CheckboxTypes, ChevronHeader, CircleRatingComponentProps, CircleRatingContent, CircleRatingContext, CircleRatingContextData, CircleRatingContextProps, CircleRatingDataProps, CircleRatingDataResult, CircleRatingLegendProps, CircleRatingProvider, CircleRatingRange, CircleRatingSize, ClientCanAction, ClientCanParams, ClientSpecialistContractStatusEnum, CollapsableText, ConditionRulesType, Consultation, _default$17 as ConsultationCard, ConsultationCardProps, ConsultationCardType, _default$14 as ConsultationModal, _default$z as ConsultationPricingFeature, _default$12 as ConsultationSpecialistCard, ConsultationsListSkeleton, Container, Container_v2, ContentCard, ContentRendererProps, ContractDataFeature, ContractStatusEnum, ContentTree as ContractTreeFeature, CountdownTimerFeature, CountryOfOriginModal, CurrencyLocaleMapper, CurrencySignByLocale, CustomButton, _default$b as CustomCheckbox, CustomRadioButton, _default$c as CustomSelect, _default$d as CustomTextarea, DatePicker, _default$10 as DaySlider, DayToRender, DividerProps, DrumListPicker, DynamicCommissionValue, _default$Y as EducationCard, _default$1d as EmptyChatList, EmptyChatMessages, EmptyChatModalFeature, _default$15 as EmptyConsultations, EmptyList, EmptySpecialistListFeature, EntryNotFound, EntryNotFoundProps, ErrorCardFeature, FilterFeatureProps, FilterItem, FilterItemBoolean, FilterItemChips, FilterItemRange, FilterItemSelect, FilterOption, FilterOptionValue, FilterValue, FiltersWidget, FiltersWidgetProps, FirstChatMessageModalFeature, _default$7 as Flag, FlagTypes, _default$Q as Flag_v2, FloatingButton, FooterForBooking, FrequentlyAskedQuestions, GoogleCalendarModalFeature, HeaderWithRedirect, HorizontalCalendar, HorizontalCalendarProps, ISpecialistReview, IconAddModerator, IconApple, IconArrowDown, IconArrowLeft, IconArrowRight, IconArrowTopRight, IconAttachMoney, IconBeachAccess, IconBookmark, IconBookmarkOutlined, _default$K as IconButton, IconCalendar, IconCalendarFilled, IconCalendarMonth, IconCalendarNew, IconCalendarWithDot, IconCancel, IconCancelRounded, IconCapFilled, IconChat, IconChat3d, IconChat3dSmaller, IconChatFilled, IconChatOutline, IconCheck, IconCheckCircle, IconCheckSmall, IconCheckboxChecked, IconCheckboxUnchecked, IconClient, IconClientFilled, IconClose, IconContract, IconCopy, IconCreditCard, IconDelete, IconDocument, IconDot, IconEcgHeart, IconEdit, IconEditCalendar, IconEmptyList, IconEventBusy, IconExperience, IconEye, IconEyeOff, IconFilters, IconGallery, IconGift, IconGiftNew, IconGoogle, IconHeart, IconHome, IconIdCard, IconInvisible, IconInvoice, IconLanguage, IconLeftArrow, IconLetter, IconLink, IconLock, IconLogout, IconManageAccounts, IconMindly, IconMindlyColored, IconMindlyMini, IconMinus, IconMoreVertical, IconMute, IconNotificationMuted, IconPaid, IconPaper, IconPaperPencil, IconPause, IconPersonAlert, IconPlay, IconPlus, IconProfile, IconProfileChecked, IconProfileCircle, IconProfileSetting, IconProfileUnderReview, IconPromocode, IconProps$C as IconProps, IconQueryStats, IconQuestion, IconRadioButtonChecked, IconReceipt, IconReceiptLong, IconRenew, IconResume, IconReviewSessionSubscription, IconReviewSessionTrial, IconSchedule, IconSchema, IconSearch, IconSend, IconSettings, IconShare, IconSpecialistsEnded, IconSpinner, IconStar, IconStarFilled, IconStudyHat, IconStylus, IconSuccess, IconText, IconTime, IconTimeAdd, IconUnmute, IconUser, IconUserNotFound, IconVerifiedUser, IconVisible, IconWarning, ImageInput, ImageWithFallback, ImpressionEmojiEnum, Input, InputSearch, _default$G as Item, _default$N as ItemCard, LabelArrowRedirect, LanguagesList, _default$1k as LetterAvatar, _default$8 as LineFileInput, ListBox, ListBoxItem, ListBoxItemProps, ListBoxProps, ListBoxSelectionType, ListButton, ListItemType, _default$D as ListItemWithColumns, _default$H as ListItems, ListOption, ListOptionsProps, ListSelect, ListSelectProps, ListSimple, _default$I as Loading, LocaleCurrencyMapper, LouseConnect, MapStatusContractToUIStatus, _default$o as MarkdownContainerFeature, _default$E as MatchProgress, _default$1h as MediaPlayer, MenuFeature, MindlyReviewFeature, Modal, ModalCalendar, ModalSheet, NEAR_SESSION_TIME_SECONDS, NavigationBar, NewSpecialist, NoInternetConnection, NotSupportModal, NotesCardText, NotesEditor, ONBOARDING_THEME_DEFAULT_COLORS, OnBoardingBaseScreenType, _default$g as OnBoardingConfirmScreenPreviewFeature, OnBoardingConfirmScreenType, _default$h as OnBoardingEmailScreenPreviewFeature, OnBoardingEmailScreenType, OnBoardingFlowType, _default$m as OnBoardingInfoScreenPreviewFeature, OnBoardingInfoScreenType, OnBoardingLoaderScreenPreviewFeature, OnBoardingLoaderScreenType, OnBoardingMultiSelectScreenType, _default$l as OnBoardingMultiSelectionScreenPreviewFeature, _default$j as OnBoardingProgressFeature, _default$i as OnBoardingReviewsScreenPreviewFeature, OnBoardingReviewsScreenType, OnBoardingScreenAlertType, OnBoardingScreenBgType, OnBoardingScreenButtonType, OnBoardingScreenDescriptionType, OnBoardingScreenEmailType, OnBoardingScreenErrorsType, OnBoardingScreenOptionType, OnBoardingScreenOptions, OnBoardingScreenPasswordType, OnBoardingScreenPrivacyType, OnBoardingScreenSkipButtonType, OnBoardingScreenStyleOptions, OnBoardingScreenTranslationsType, OnBoardingScreensType, OnBoardingSingleSelectScreenType, _default$k as OnBoardingSingleSelectionScreenPreviewFeature, _default$n as OnBoardingStartScreenPreviewFeature, OnBoardingStartScreenType, OnboardingVariant, OutdatedPersonalDataFeature, PasswordInput, PaymentBadgeType, _default$u as PaymentCalendarFeature, PaymentCalendarFeatureProps, _default$w as PaymentSessionsList, _default$1j as PersonDateTimeCard, _default$P as Picture, _default$6 as ProfileInformation, _default$_ as ProfileView, _default$9 as ProgressBar, ProgressBarDashed, _default$J as ProgressBar_v2, ProgressRangeProps, PushNotificationsIsDisabledBanner, PushNotificationsModal, Range, _default$L as Rating, RatingCircleWrapper, _default$11 as ReSchedule, ReScheduleSuccess, Refresher, ResponseFileType, ReviewCard, _default$t as ReviewCardFeature, ReviewListFeature, ReviewStatistics, ReviewSubscriptionSessionFeature, ReviewSubscriptionSessionFeatureProps, ReviewSwiperSection, ReviewTrialSessionFeature, ReviewTrialSessionFeatureProps, ReviewsCardFeatureSkeleton, ReviewsSummary, RoundButton, RowItemType, RowSelect, RowSelectProps, Rule, SIZES, SOON_SESSION_TIME_SECONDS, _default$r as ScreenDrumPickerFormFeature, ScreenInput, _default$s as ScreenInputFormFeature, ScreenInputUpdateFeature, ScrollTabs, SectionHeading, Segment, SegmentColor, SegmentType, _default$1i as SelectImpressionEmoji, SelectItemType, _default$p as SelectWithSearchFormFeature, Session, SessionDetailWidget, SessionPaymentsWidget, SessionPreviewFeature, SessionReview$1 as SessionReview, SessionTime, SessionVariant, SessionsWidget as SessionsListWidget, SessionsWidgetProps, Sex, ShareModalFeature, ShortCurrencySignByLocale, _default$C as ShowMore, _default$16 as SignUpSessionButton, _default$13 as SignUpSessionModal, SizeValues, Skeleton, _default$R as Skeleton_v2, _default$B as SlotsGrid, _default$A as SlotsGridItem, SolidInput, Specialist, _default$Z as SpecialistAbout, SpecialistAreaList as SpecialistAreaListFeature, SpecialistCard, SpecialistCardListWidget, _default$3 as SpecialistCardWidget, SpecialistConsultation, SpecialistConsultationPayment, _default as SpecialistDetailWidget, SpecialistDetailWidgetSkeleton, SpecialistEducation, _default$1b as SpecialistEducationCard, SpecialistEducationsFeature, SpecialistInfoColumnFeature, SpecialistLangs, _default$5 as SpecialistMatch, SpecialistOrderType, SpecialistPaymentCardProps, _default$y as SpecialistPaymentCommonCardFeature, SpecialistPaymentCommonCardSkeleton, SpecialistPaymentConsultationDetailsType, _default$x as SpecialistPaymentConsultationsFeature, SpecialistPaymentConsultationsProps, SpecialistPaymentCurrencyProps, _default$1 as SpecialistPaymentResumeWidget, SpecialistPaymentResumeWidgetType, SpecialistPaymentTabs, _default$2 as SpecialistPaymentWidget, SpecialistPaymentWidgetType, SpecialistPreviewFeature, SpecialistPreviewListWidget, SpecialistProfileNotFound, _default$1a as SpecialistProfileViewCard, SpecialistReview$1 as SpecialistReview, SpecialistShortInfoItemFeature as SpecialistShortInfoItem, _default$4 as SpecialistStatistic, SpecialistStatisticsCard, SpecialistWorkDirections, Spinner, Spinner_v2, StarRating, StatisticsScroll, StatusTag, StripeSupportedCurrency, Subscription, SubscriptionStatuses, SuccessScreen, SuperSpecialist, SupportedCurrency, SupportedLangs, SwitchDeviceCard, TabBar, TabItem, Tabs$1 as Tabs, TabsToolbarFeature, Tag, _default$q as TextAreaFormFeature, _default$e as TextInput, _default$f as TextWithClampFeature, _default$1c as Textarea, _default$M as Textarea_v2, ThemeProvider, ThemeProviderProps, TherapistCard, TherapistInformationComponent, Toast, ToastButton, ToastContext, ToastProps, ToastProvider, ToastRegion, Toggle, TooltipComponent, TranslationMock, TranslationType, TreeNode, _default$V as Typography, TypographyVariantsEnum, UpdateContractWidget, UpdatesCard, UserInfoModal, UserType, UsersPsychologistScrollList, VariantType, VerticalCalendar, VerticalCalendarMonthSkeleton, VerticalCalendarSkeleton, _default$F as Video, _default$18 as VideoCallInfo, _default$19 as VideoPlayer, VideoProvider, _default$$ as WorkDirections, YourLocalTimeBlock, appThemes, canManageSession, decOfNum, formatByDigits, getCountryKeyByName, getDateLocale, getFiltersQuery, getFiltersValues, getGMTOffset, getMappedFilterValue, getProgressForBreakPoint, getSessionTimeLabel, getSessionVariant, getSessionsByDay, getSessionsByMonth, getSessionsByYear, getSignAgreementsTabs, getStartSessionDate, getStartSessionTimestamp, isClientCan, isFilterSet, isNewSpecialist, isSpecialistActive, isSpecialistBlocked, isSpecialistPublic, isSuperSpecialist, mergeRefs, newShade, priceNormalize, replaceMarkdownWithReactElements, roundToPrecision, splitSessions, toast, useAutoFocus, useBreakPointsPosition, useCircleRatingRenderData, useDeepCompareEffect, useDeepUpdateEffect, useDomRef, useElementWidth, useEvent, useIsKeyBoardShown, useRangeIndex, useRatingCircleBreakPoints, useRatingCircleContentValue, useRatingCircleLegend, useRatingContext, useToastContext, useUpdateEffect, useVideoContext };
4331
+ type SpecialistPreviewWidgetProps = {
4332
+ t?: WithTranslation['t'];
4333
+ specialist: Specialist;
4334
+ variant?: VariantEnum;
4335
+ className?: string;
4336
+ };
4337
+
4338
+ declare const _default: React__default.NamedExoticComponent<SpecialistPreviewWidgetProps>;
4339
+
4340
+ export { AcceptAgreementFeature, Action, _default$Y as AlertCard, AllowFilterValueType, AppFooter, _default$X as AppFooter_v2, AppHeader, AppHeaderPage as AppHeaderPageFeature, AppHeader_v2, AppNotSupportedFeature, ArchivedConsultationCard, AutoComplete, Avatar, AvatarProps$1 as AvatarProps, _default$W as Avatar_v2, AvatarProps as Avatar_v2Props, BREAKPOINT_ICON_SIZE, _default$S as Badge, _default$$ as BookingScheduleTime, _default$_ as BookingSpecialistInfo, BreakPointPositionProps, BreakPointPositionResult, Button, Button_v2, CAN_MANAGE_SESSION_TIME_HOURS, COUNTRIES_MAPPER, Calendar, _default$z as CalendarPickerFeature, CancelSession, CardModal, ChangeLangModal, ChangeLanguageModal, _default$1k as ChatListItem, _default$1i as ChatListSkeleton, _default$1j as ChatMessage, ChatMessageSkeleton, CheckBoxItem, CheckBoxListFeature, CheckBoxSectionListFeature, _default$b as CheckboxList, CheckboxListCategory, CheckboxListItem, CheckboxTypes, ChevronHeader, CircleRatingComponentProps, CircleRatingContent, CircleRatingContext, CircleRatingContextData, CircleRatingContextProps, CircleRatingDataProps, CircleRatingDataResult, CircleRatingLegendProps, CircleRatingProvider, CircleRatingRange, CircleRatingSize, ClientCanAction, ClientCanParams, ClientSpecialistContractStatusEnum, CollapsableText, ConditionRulesType, Consultation, _default$1b as ConsultationCard, ConsultationCardProps, ConsultationCardType, _default$18 as ConsultationModal, _default$D as ConsultationPricingFeature, _default$16 as ConsultationSpecialistCard, ConsultationsListSkeleton, Container, Container_v2, ContentCard, ContentRendererProps, ContractDataFeature, ContractStatusEnum, ContentTree as ContractTreeFeature, CountdownTimerFeature, CountryOfOriginModal, CurrencyLocaleMapper, CurrencySignByLocale, CustomButton, _default$c as CustomCheckbox, CustomRadioButton, _default$d as CustomSelect, _default$e as CustomTextarea, DatePicker, _default$14 as DaySlider, DayToRender, DividerProps, DropdownFeature, DrumListPicker, DynamicCommissionValue, _default$10 as EducationCard, _default$1h as EmptyChatList, EmptyChatMessages, EmptyChatModalFeature, _default$19 as EmptyConsultations, EmptyList, EmptySpecialistListFeature, EntryNotFound, EntryNotFoundProps, ErrorCardFeature, FilterFeatureProps, FilterItem, FilterItemBoolean, FilterItemChips, FilterItemRange, FilterItemSelect, FilterOption, FilterOptionValue, FilterValue, FiltersWidget, FiltersWidgetProps, FirstChatMessageModalFeature, _default$8 as Flag, FlagTypes, _default$U as Flag_v2, FloatingButton, FooterForBooking, FrequentlyAskedQuestions, GoogleCalendarModalFeature, HeaderWithRedirect, HorizontalCalendar, HorizontalCalendarProps, ISpecialistReview, IconAddModerator, IconAmEx, IconAppStoreRating, IconApple, IconApplePay, IconArrowDown, IconArrowLeft, IconArrowRight, IconArrowTopRight, IconAttachMoney, IconBeachAccess, IconBookmark, IconBookmarkOutlined, _default$O as IconButton, IconCalendar, IconCalendarFilled, IconCalendarMonth, IconCalendarNew, IconCalendarWithDot, IconCancel, IconCancelBold, IconCancelRounded, IconCapFilled, IconChat, IconChat3d, IconChat3dSmaller, IconChatFilled, IconChatOutline, IconCheck, IconCheckCircle, IconCheckSmall, IconCheckboxChecked, IconCheckboxCheckedBold, IconCheckboxUnchecked, IconClient, IconClientFilled, IconClose, IconContract, IconCopy, IconCreditCard, IconDelete, IconDivider, IconDocument, IconDot, IconDoubleArrow, IconEcgHeart, IconEdit, IconEditCalendar, IconEmptyList, IconEventBusy, IconExperience, IconEye, IconEyeOff, IconFilters, IconGallery, IconGift, IconGiftNew, IconGlobe, IconGoogle, IconGooglePay, IconHeart, IconHome, IconIdCard, IconInfo, IconInvisible, IconInvoice, IconLanguage, IconLeftArrow, IconLetter, IconLink, IconLock, IconLogout, IconMaestro, IconManageAccounts, IconMastercard, IconMatching, IconMindly, IconMindlyColored, IconMindlyMini, IconMinus, IconMoreVertical, IconMute, IconNotificationMuted, IconPaid, IconPaper, IconPaperPencil, IconPause, IconPersonAlert, IconPlay, IconPlus, IconPoweredByStripe, IconProfile, IconProfileChecked, IconProfileCircle, IconProfileSetting, IconProfileUnderReview, IconPromocode, IconProps$D as IconProps, IconQueryStats, IconQuestion, IconRadioButtonChecked, IconRadioPartial, IconReceipt, IconReceiptLong, IconRenew, IconResume, IconReviewSessionSubscription, IconReviewSessionTrial, IconSchedule, IconSchema, IconSearch, IconSecure, IconSend, IconSettings, IconShare, IconSpecialistsEnded, IconSpinner, IconStar, IconStarFilled, IconStudyHat, IconStylus, IconSuccess, IconSwitch, IconText, IconTime, IconTimeAdd, IconUnmute, IconUser, IconUserNotFound, IconVerifiedUser, IconVisa, IconVisible, IconWarning, ImageInput, ImageWithFallback, ImpressionEmojiEnum, Input, InputSearch, _default$K as Item, _default$R as ItemCard, LabelArrowRedirect, LanguagesList, _default$1o as LetterAvatar, _default$9 as LineFileInput, ListBox, ListBoxItem, ListBoxItemProps, ListBoxProps, ListBoxSelectionType, ListButton, ListItemType, _default$H as ListItemWithColumns, _default$L as ListItems, ListOption, ListOptionsProps, ListSelect, ListSelectProps, ListSimple, _default$M as Loading, LocaleCurrencyMapper, LouseConnect, MapStatusContractToUIStatus, _default$s as MarkdownContainerFeature, _default$I as MatchProgress, _default$1l as MediaPlayer, MenuFeature, MindlyReview, MindlyReviewFeature, Modal, ModalCalendar, ModalSheet, NEAR_SESSION_TIME_SECONDS, NavigationBar, NewSpecialist, NoInternetConnection, NotSupportModal, NotesCardText, NotesEditor, ONBOARDING_THEME_DEFAULT_COLORS, OnBoardingBaseScreenType, _default$h as OnBoardingChartScreenPreviewFeature, OnBoardingChartScreenType, _default$j as OnBoardingCompareScreenPreviewFeature, OnBoardingCompareScreenType, _default$k as OnBoardingConfirmScreenPreviewFeature, OnBoardingConfirmScreenType, _default$l as OnBoardingEmailScreenPreviewFeature, OnBoardingEmailScreenType, OnBoardingFlowType, _default$q as OnBoardingInfoScreenPreviewFeature, OnBoardingInfoScreenType, OnBoardingLoaderScreenPreviewFeature, OnBoardingLoaderScreenType, OnBoardingMultiSelectScreenType, _default$p as OnBoardingMultiSelectionScreenPreviewFeature, _default$i as OnBoardingPaywallScreenPreviewFeature, OnBoardingPaywallScreenType, _default$n as OnBoardingProgressFeature, _default$m as OnBoardingReviewsScreenPreviewFeature, OnBoardingReviewsScreenType, OnBoardingScreenAlertType, OnBoardingScreenBgType, OnBoardingScreenButtonType, OnBoardingScreenDescriptionType, OnBoardingScreenEmailType, OnBoardingScreenErrorsType, OnBoardingScreenOptionType, OnBoardingScreenOptionWithImageType, OnBoardingScreenOptions, OnBoardingScreenPasswordType, OnBoardingScreenPrivacyType, OnBoardingScreenSkipButtonType, OnBoardingScreenStyleOptions, OnBoardingScreenTranslationsType, OnBoardingScreensType, OnBoardingSingleImageSelectScreenType, OnBoardingSingleSelectScreenType, _default$o as OnBoardingSingleSelectionScreenPreviewFeature, _default$r as OnBoardingStartScreenPreviewFeature, OnBoardingStartScreenType, OnboardingVariant, OutdatedPersonalDataFeature, PasswordInput, PaymentBadgeType, _default$y as PaymentCalendarFeature, PaymentCalendarFeatureProps, _default$A as PaymentSessionsList, _default$1n as PersonDateTimeCard, _default$T as Picture, PoweredByStripeFeature, _default$7 as ProfileInformation, _default$12 as ProfileView, _default$a as ProgressBar, ProgressBarDashed, _default$N as ProgressBar_v2, ProgressRangeProps, PushNotificationsIsDisabledBanner, PushNotificationsModal, Range, _default$P as Rating, RatingCircleWrapper, _default$15 as ReSchedule, ReScheduleSuccess, Refresher, ResponseFileType, ReviewCard, _default$x as ReviewCardFeature, ReviewListFeature, ReviewStatistics, ReviewSubscriptionSessionFeature, ReviewSubscriptionSessionFeatureProps, ReviewSwiperSection, ReviewTrialSessionFeature, ReviewTrialSessionFeatureProps, ReviewsCardFeatureSkeleton, ReviewsSummary, RoundButton, RowItemType, RowSelect, RowSelectProps, Rule, SIZES, SOON_SESSION_TIME_SECONDS, _default$v as ScreenDrumPickerFormFeature, ScreenInput, _default$w as ScreenInputFormFeature, ScreenInputUpdateFeature, ScrollTabs, SectionHeading, Segment, SegmentColor, SegmentType, _default$1m as SelectImpressionEmoji, SelectItemType, _default$t as SelectWithSearchFormFeature, Session, SessionDetailWidget, SessionPaymentsWidget, SessionPreviewFeature, SessionReview$1 as SessionReview, SessionTime, SessionVariant, SessionsWidget as SessionsListWidget, SessionsWidgetProps, Sex, ShareModalFeature, ShortCurrencySignByLocale, ShortTranscriptionCurrencySignByLocale, _default$G as ShowMore, _default$1a as SignUpSessionButton, _default$17 as SignUpSessionModal, SizeValues, Skeleton, _default$V as Skeleton_v2, _default$F as SlotsGrid, _default$E as SlotsGridItem, SolidInput, Specialist, _default$11 as SpecialistAbout, SpecialistAreaList as SpecialistAreaListFeature, SpecialistCard, SpecialistCardListWidget, _default$4 as SpecialistCardWidget, SpecialistConsultation, SpecialistConsultationPayment, _default$1 as SpecialistDetailWidget, SpecialistDetailWidgetSkeleton, SpecialistEducation, _default$1f as SpecialistEducationCard, SpecialistEducationsFeature, SpecialistInfoColumnFeature, SpecialistLangs, _default$6 as SpecialistMatch, SpecialistOrderType, SpecialistPaymentCardProps, _default$C as SpecialistPaymentCommonCardFeature, SpecialistPaymentCommonCardSkeleton, SpecialistPaymentConsultationDetailsType, _default$B as SpecialistPaymentConsultationsFeature, SpecialistPaymentConsultationsProps, SpecialistPaymentCurrencyProps, _default$2 as SpecialistPaymentResumeWidget, SpecialistPaymentResumeWidgetType, SpecialistPaymentTabs, _default$3 as SpecialistPaymentWidget, SpecialistPaymentWidgetType, SpecialistPreviewFeature, SpecialistPreviewListWidget, _default as SpecialistPreviewWidget, SpecialistProfileNotFound, _default$1e as SpecialistProfileViewCard, SpecialistReview$1 as SpecialistReview, SpecialistShortInfoItemFeature as SpecialistShortInfoItem, _default$5 as SpecialistStatistic, SpecialistStatisticsCard, SpecialistWorkDirections, Spinner, Spinner_v2, StarRating, StatisticsScroll, StatusTag, StripeSupportedCurrency, Subscription, SubscriptionStatuses, SuccessScreen, SuperSpecialist, SupportedCurrency, SupportedLangs, SwitchDeviceCard, TabBar, TabItem, Tabs$1 as Tabs, TabsToolbarFeature, Tag, TariffFeature, _default$u as TextAreaFormFeature, _default$f as TextInput, _default$g as TextWithClampFeature, _default$1g as Textarea, _default$Q as Textarea_v2, ThemeProvider, ThemeProviderProps, TherapistCard, TherapistInformationComponent, Toast, ToastButton, ToastContext, ToastProps, ToastProvider, ToastRegion, Toggle, TooltipComponent, TranslationMock, TranslationType, TreeNode, _default$Z as Typography, TypographyVariantsEnum, UpdateContractWidget, UpdatesCard, UserInfoModal, UserType, UsersPsychologistScrollList, VariantType, VerticalCalendar, VerticalCalendarMonthSkeleton, VerticalCalendarSkeleton, _default$J as Video, _default$1c as VideoCallInfo, _default$1d as VideoPlayer, VideoProvider, _default$13 as WorkDirections, YourLocalTimeBlock, appThemes, canManageSession, decOfNum, formatByDigits, getCountryKeyByName, getDateLocale, getFiltersQuery, getFiltersValues, getGMTOffset, getMappedFilterValue, getMonthNameInGenitive, getProgressForBreakPoint, getSessionTimeLabel, getSessionVariant, getSessionsByDay, getSessionsByMonth, getSessionsByYear, getSignAgreementsTabs, getStartSessionDate, getStartSessionTimestamp, isClientCan, isFilterSet, isNewSpecialist, isSpecialistActive, isSpecialistBlocked, isSpecialistPublic, isSuperSpecialist, mergeRefs, newShade, priceNormalize, replaceMarkdownWithReactElements, roundToPrecision, splitSessions, toast, useAutoFocus, useBreakPointsPosition, useCircleRatingRenderData, useDeepCompareEffect, useDeepUpdateEffect, useDomRef, useElementWidth, useEvent, useIsKeyBoardShown, useRangeIndex, useRatingCircleBreakPoints, useRatingCircleContentValue, useRatingCircleLegend, useRatingContext, useToastContext, useUpdateEffect, useVideoContext };