@mindly/ui-components 5.105.0 → 5.105.1-hotfix

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 (284) hide show
  1. package/dist/cjs/configs/tailwind/colors.d.ts +0 -8
  2. package/dist/cjs/index.js +8 -16
  3. package/dist/cjs/lib/AppHeader/AppHeader.d.ts +0 -1
  4. package/dist/cjs/lib2/features/MarkdownContainerFeature/MarkdownContainerFeature.d.ts +0 -1
  5. package/dist/cjs/lib2/features/MobilePickerFeature/MobilePickerFeature.d.ts +13 -0
  6. package/dist/cjs/lib2/features/MobilePickerFeature/index.d.ts +1 -0
  7. package/dist/cjs/lib2/features/MobilePickerFeature/utils.d.ts +3 -0
  8. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingLoaderScreenPreviewFeature/OnBoardingLoaderScreenPreviewFeature.d.ts +3 -7
  9. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingMultiSelectionScreenPreviewFeature/OnBoardingMultiSelectionScreenPreviewFeature.d.ts +0 -2
  10. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingProgressFeature/OnBoardingProgressFeature.d.ts +0 -2
  11. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingSingleSelectionScreenPreviewFeature/OnBoardingSingleSelectionScreenPreviewFeature.d.ts +2 -5
  12. package/dist/cjs/lib2/features/OnBoardingFlow/index.d.ts +0 -5
  13. package/dist/cjs/lib2/features/ReviewCardFeature/ReviewCardFeature.d.ts +2 -7
  14. package/dist/cjs/lib2/features/ReviewCardFeature/styles.d.ts +16 -190
  15. package/dist/cjs/lib2/features/ReviewListFeature/ReviewListFeature.d.ts +0 -3
  16. package/dist/cjs/lib2/features/SessionReviewsFeature/ReviewSubscriptionSessionFeature/ReviewSubscriptionSessionFeature.d.ts +2 -3
  17. package/dist/cjs/lib2/features/SessionReviewsFeature/ReviewSubscriptionSessionFeature/SpecialistReview.d.ts +0 -2
  18. package/dist/cjs/lib2/features/SessionReviewsFeature/ReviewSubscriptionSessionFeature/constants.d.ts +5 -4
  19. package/dist/cjs/lib2/features/SessionReviewsFeature/ReviewTrialSessionFeature/constants.d.ts +5 -4
  20. package/dist/cjs/lib2/features/SessionReviewsModal/SubscriptionSession/Container.d.ts +18 -0
  21. package/dist/cjs/lib2/features/SessionReviewsModal/SubscriptionSession/SessionReview.d.ts +19 -0
  22. package/dist/cjs/lib2/features/SessionReviewsModal/SubscriptionSession/SpecialistReview.d.ts +17 -0
  23. package/dist/cjs/lib2/features/SessionReviewsModal/SubscriptionSession/constants.d.ts +8 -0
  24. package/dist/cjs/lib2/features/SessionReviewsModal/SubscriptionSession/index.d.ts +2 -0
  25. package/dist/cjs/lib2/features/SessionReviewsModal/TrialSession/SessionReview.d.ts +23 -0
  26. package/dist/cjs/lib2/features/SessionReviewsModal/TrialSession/constants.d.ts +8 -0
  27. package/dist/cjs/lib2/features/SessionReviewsModal/TrialSession/index.d.ts +2 -0
  28. package/dist/cjs/lib2/features/SessionReviewsModal/components/StarRating.d.ts +7 -0
  29. package/dist/cjs/lib2/features/SessionReviewsModal/components/TagsList.d.ts +16 -0
  30. package/dist/cjs/lib2/features/SessionReviewsModal/index.d.ts +4 -0
  31. package/dist/cjs/lib2/features/index.d.ts +0 -4
  32. package/dist/cjs/lib2/shared/assets/icons/IconCalendarMonth.d.ts +6 -2
  33. package/dist/cjs/lib2/shared/assets/icons/IconCheckboxChecked.d.ts +1 -1
  34. package/dist/cjs/lib2/shared/assets/icons/IconRadioButtonChecked.d.ts +2 -6
  35. package/dist/cjs/lib2/shared/assets/icons/index.d.ts +0 -22
  36. package/dist/cjs/lib2/shared/hooks/useCircleRating.d.ts +3 -7
  37. package/dist/cjs/lib2/shared/providers/CircleRatingProvider/CircleRatingProvider.d.ts +1 -1
  38. package/dist/cjs/lib2/shared/types/common.d.ts +0 -6
  39. package/dist/cjs/lib2/shared/types/index.d.ts +0 -1
  40. package/dist/cjs/lib2/shared/types/onBoardingFlow.type.d.ts +2 -79
  41. package/dist/cjs/lib2/shared/types/ratingCircleTypes.d.ts +0 -4
  42. package/dist/cjs/lib2/shared/types/review.d.ts +0 -10
  43. package/dist/cjs/lib2/shared/ui/Badge/types.d.ts +1 -1
  44. package/dist/cjs/lib2/shared/ui/Button_v2/Button_v2.d.ts +18 -2
  45. package/dist/cjs/lib2/shared/ui/Button_v2/Button_v2.style.d.ts +0 -1
  46. package/dist/cjs/lib2/shared/ui/ListBox/ListBox.d.ts +1 -1
  47. package/dist/cjs/lib2/shared/ui/ListBox/types.d.ts +2 -11
  48. package/dist/cjs/lib2/shared/ui/ListBoxItem/types.d.ts +2 -16
  49. package/dist/cjs/lib2/shared/ui/ListItems/ListItem.d.ts +15 -0
  50. package/dist/cjs/lib2/shared/ui/ProgressBar_v2/ProgressBar_v2.d.ts +1 -1
  51. package/dist/cjs/lib2/shared/ui/Rating/types.d.ts +1 -2
  52. package/dist/cjs/lib2/shared/ui/RatingCircle/RatingCircleWrapper.d.ts +1 -1
  53. package/dist/cjs/lib2/shared/ui/RatingCircle/styles.d.ts +0 -49
  54. package/dist/cjs/lib2/shared/ui/Typography/types.d.ts +0 -1
  55. package/dist/cjs/lib2/shared/ui/Video/Video.d.ts +0 -3
  56. package/dist/cjs/lib2/shared/ui/index.d.ts +0 -1
  57. package/dist/cjs/lib2/shared/utils/format.d.ts +0 -1
  58. package/dist/cjs/lib2/shared/utils/index.d.ts +0 -1
  59. package/dist/cjs/lib2/shared/utils/matching.d.ts +2 -1
  60. package/dist/cjs/lib2/shared/utils/mock.d.ts +2 -1
  61. package/dist/cjs/lib2/shared/utils/session.d.ts +2 -1
  62. package/dist/cjs/lib2/widgets/SpecialistDetailWidget/index.d.ts +0 -1
  63. package/dist/cjs/lib2/widgets/SpecialistDetailWidget/types.d.ts +0 -1
  64. package/dist/cjs/lib2/widgets/SpecialistPaymentConsultationDetailsWidget/SpecialistPaymentConsultationDetailsWidget.d.ts +4 -0
  65. package/dist/cjs/lib2/widgets/SpecialistPaymentConsultationDetailsWidget/index.d.ts +1 -0
  66. package/dist/cjs/lib2/widgets/index.d.ts +0 -1
  67. package/dist/esm/configs/tailwind/colors.d.ts +0 -8
  68. package/dist/esm/index.js +8 -16
  69. package/dist/esm/lib/AppHeader/AppHeader.d.ts +0 -1
  70. package/dist/esm/lib2/features/MarkdownContainerFeature/MarkdownContainerFeature.d.ts +0 -1
  71. package/dist/esm/lib2/features/MobilePickerFeature/MobilePickerFeature.d.ts +13 -0
  72. package/dist/esm/lib2/features/MobilePickerFeature/index.d.ts +1 -0
  73. package/dist/esm/lib2/features/MobilePickerFeature/utils.d.ts +3 -0
  74. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingLoaderScreenPreviewFeature/OnBoardingLoaderScreenPreviewFeature.d.ts +3 -7
  75. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingMultiSelectionScreenPreviewFeature/OnBoardingMultiSelectionScreenPreviewFeature.d.ts +0 -2
  76. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingProgressFeature/OnBoardingProgressFeature.d.ts +0 -2
  77. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingSingleSelectionScreenPreviewFeature/OnBoardingSingleSelectionScreenPreviewFeature.d.ts +2 -5
  78. package/dist/esm/lib2/features/OnBoardingFlow/index.d.ts +0 -5
  79. package/dist/esm/lib2/features/ReviewCardFeature/ReviewCardFeature.d.ts +2 -7
  80. package/dist/esm/lib2/features/ReviewCardFeature/styles.d.ts +16 -190
  81. package/dist/esm/lib2/features/ReviewListFeature/ReviewListFeature.d.ts +0 -3
  82. package/dist/esm/lib2/features/SessionReviewsFeature/ReviewSubscriptionSessionFeature/ReviewSubscriptionSessionFeature.d.ts +2 -3
  83. package/dist/esm/lib2/features/SessionReviewsFeature/ReviewSubscriptionSessionFeature/SpecialistReview.d.ts +0 -2
  84. package/dist/esm/lib2/features/SessionReviewsFeature/ReviewSubscriptionSessionFeature/constants.d.ts +5 -4
  85. package/dist/esm/lib2/features/SessionReviewsFeature/ReviewTrialSessionFeature/constants.d.ts +5 -4
  86. package/dist/esm/lib2/features/SessionReviewsModal/SubscriptionSession/Container.d.ts +18 -0
  87. package/dist/esm/lib2/features/SessionReviewsModal/SubscriptionSession/SessionReview.d.ts +19 -0
  88. package/dist/esm/lib2/features/SessionReviewsModal/SubscriptionSession/SpecialistReview.d.ts +17 -0
  89. package/dist/esm/lib2/features/SessionReviewsModal/SubscriptionSession/constants.d.ts +8 -0
  90. package/dist/esm/lib2/features/SessionReviewsModal/SubscriptionSession/index.d.ts +2 -0
  91. package/dist/esm/lib2/features/SessionReviewsModal/TrialSession/SessionReview.d.ts +23 -0
  92. package/dist/esm/lib2/features/SessionReviewsModal/TrialSession/constants.d.ts +8 -0
  93. package/dist/esm/lib2/features/SessionReviewsModal/TrialSession/index.d.ts +2 -0
  94. package/dist/esm/lib2/features/SessionReviewsModal/components/StarRating.d.ts +7 -0
  95. package/dist/esm/lib2/features/SessionReviewsModal/components/TagsList.d.ts +16 -0
  96. package/dist/esm/lib2/features/SessionReviewsModal/index.d.ts +4 -0
  97. package/dist/esm/lib2/features/index.d.ts +0 -4
  98. package/dist/esm/lib2/shared/assets/icons/IconCalendarMonth.d.ts +6 -2
  99. package/dist/esm/lib2/shared/assets/icons/IconCheckboxChecked.d.ts +1 -1
  100. package/dist/esm/lib2/shared/assets/icons/IconRadioButtonChecked.d.ts +2 -6
  101. package/dist/esm/lib2/shared/assets/icons/index.d.ts +0 -22
  102. package/dist/esm/lib2/shared/hooks/useCircleRating.d.ts +3 -7
  103. package/dist/esm/lib2/shared/providers/CircleRatingProvider/CircleRatingProvider.d.ts +1 -1
  104. package/dist/esm/lib2/shared/types/common.d.ts +0 -6
  105. package/dist/esm/lib2/shared/types/index.d.ts +0 -1
  106. package/dist/esm/lib2/shared/types/onBoardingFlow.type.d.ts +2 -79
  107. package/dist/esm/lib2/shared/types/ratingCircleTypes.d.ts +0 -4
  108. package/dist/esm/lib2/shared/types/review.d.ts +0 -10
  109. package/dist/esm/lib2/shared/ui/Badge/types.d.ts +1 -1
  110. package/dist/esm/lib2/shared/ui/Button_v2/Button_v2.d.ts +18 -2
  111. package/dist/esm/lib2/shared/ui/Button_v2/Button_v2.style.d.ts +0 -1
  112. package/dist/esm/lib2/shared/ui/ListBox/ListBox.d.ts +1 -1
  113. package/dist/esm/lib2/shared/ui/ListBox/types.d.ts +2 -11
  114. package/dist/esm/lib2/shared/ui/ListBoxItem/types.d.ts +2 -16
  115. package/dist/esm/lib2/shared/ui/ListItems/ListItem.d.ts +15 -0
  116. package/dist/esm/lib2/shared/ui/ProgressBar_v2/ProgressBar_v2.d.ts +1 -1
  117. package/dist/esm/lib2/shared/ui/Rating/types.d.ts +1 -2
  118. package/dist/esm/lib2/shared/ui/RatingCircle/RatingCircleWrapper.d.ts +1 -1
  119. package/dist/esm/lib2/shared/ui/RatingCircle/styles.d.ts +0 -49
  120. package/dist/esm/lib2/shared/ui/Typography/types.d.ts +0 -1
  121. package/dist/esm/lib2/shared/ui/Video/Video.d.ts +0 -3
  122. package/dist/esm/lib2/shared/ui/index.d.ts +0 -1
  123. package/dist/esm/lib2/shared/utils/format.d.ts +0 -1
  124. package/dist/esm/lib2/shared/utils/index.d.ts +0 -1
  125. package/dist/esm/lib2/shared/utils/matching.d.ts +2 -1
  126. package/dist/esm/lib2/shared/utils/mock.d.ts +2 -1
  127. package/dist/esm/lib2/shared/utils/session.d.ts +2 -1
  128. package/dist/esm/lib2/widgets/SpecialistDetailWidget/index.d.ts +0 -1
  129. package/dist/esm/lib2/widgets/SpecialistDetailWidget/types.d.ts +0 -1
  130. package/dist/esm/lib2/widgets/SpecialistPaymentConsultationDetailsWidget/SpecialistPaymentConsultationDetailsWidget.d.ts +4 -0
  131. package/dist/esm/lib2/widgets/SpecialistPaymentConsultationDetailsWidget/index.d.ts +1 -0
  132. package/dist/esm/lib2/widgets/index.d.ts +0 -1
  133. package/dist/index.d.ts +233 -625
  134. package/package.json +1 -1
  135. package/dist/cjs/lib2/features/Charts/ChartAreaFeature/ChartAreaFeature.d.ts +0 -8
  136. package/dist/cjs/lib2/features/Charts/ChartAreaFeature/index.d.ts +0 -1
  137. package/dist/cjs/lib2/features/Charts/ChartLinesFeature/ChartLinesFeature.d.ts +0 -9
  138. package/dist/cjs/lib2/features/Charts/ChartLinesFeature/index.d.ts +0 -1
  139. package/dist/cjs/lib2/features/Charts/components/DotLabel.d.ts +0 -18
  140. package/dist/cjs/lib2/features/Charts/config.d.ts +0 -32
  141. package/dist/cjs/lib2/features/Charts/index.d.ts +0 -2
  142. package/dist/cjs/lib2/features/Charts/types.d.ts +0 -30
  143. package/dist/cjs/lib2/features/DropdownFeature/DropdownFeature.d.ts +0 -4
  144. package/dist/cjs/lib2/features/DropdownFeature/DropdownFeature.stories.d.ts +0 -7
  145. package/dist/cjs/lib2/features/DropdownFeature/index.d.ts +0 -1
  146. package/dist/cjs/lib2/features/DropdownFeature/types.d.ts +0 -8
  147. package/dist/cjs/lib2/features/MindlyReviewFeature/MindlyReviewFeature.d.ts +0 -21
  148. package/dist/cjs/lib2/features/MindlyReviewFeature/index.d.ts +0 -1
  149. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingChartScreenPreviewFeature/OnBoardingChartScreenPreviewFeature.d.ts +0 -10
  150. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingChartScreenPreviewFeature/index.d.ts +0 -1
  151. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingCompareScreenPreviewFeature /OnBoardingCompareScreenPreviewFeature.d.ts +0 -9
  152. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingCompareScreenPreviewFeature /index.d.ts +0 -1
  153. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingConfirmScreenPreviewFeature/OnBoardingConfirmScreenPreviewFeature.d.ts +0 -13
  154. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingConfirmScreenPreviewFeature/index.d.ts +0 -1
  155. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingEmailScreenPreviewFeature/OnBoardingEmailScreenPreviewFeature.d.ts +0 -10
  156. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingEmailScreenPreviewFeature/index.d.ts +0 -1
  157. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/OnBoardingPaywallScreenPreviewFeature.d.ts +0 -15
  158. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/components/HowItWorksItem.d.ts +0 -7
  159. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/components/TrustItem.d.ts +0 -7
  160. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/conts.d.ts +0 -40
  161. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/index.d.ts +0 -1
  162. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/styles.d.ts +0 -76
  163. package/dist/cjs/lib2/features/OnBoardingFlow/components/OnBoardingSelectionHeader.d.ts +0 -8
  164. package/dist/cjs/lib2/features/PoweredByStripeFeature/PoweredByStripeFeature.d.ts +0 -4
  165. package/dist/cjs/lib2/features/PoweredByStripeFeature/PoweredByStripeFeature.stories.d.ts +0 -6
  166. package/dist/cjs/lib2/features/PoweredByStripeFeature/index.d.ts +0 -1
  167. package/dist/cjs/lib2/features/PoweredByStripeFeature/types.d.ts +0 -4
  168. package/dist/cjs/lib2/features/TariffFeature/TariffFeature.d.ts +0 -4
  169. package/dist/cjs/lib2/features/TariffFeature/TariffFeature.stories.d.ts +0 -10
  170. package/dist/cjs/lib2/features/TariffFeature/index.d.ts +0 -1
  171. package/dist/cjs/lib2/features/TariffFeature/styles.d.ts +0 -215
  172. package/dist/cjs/lib2/features/TariffFeature/types.d.ts +0 -22
  173. package/dist/cjs/lib2/shared/assets/icons/IconAmEx.d.ts +0 -3
  174. package/dist/cjs/lib2/shared/assets/icons/IconAppStoreRating.d.ts +0 -3
  175. package/dist/cjs/lib2/shared/assets/icons/IconApplePay.d.ts +0 -3
  176. package/dist/cjs/lib2/shared/assets/icons/IconCancelBold.d.ts +0 -3
  177. package/dist/cjs/lib2/shared/assets/icons/IconChart.d.ts +0 -3
  178. package/dist/cjs/lib2/shared/assets/icons/IconCheckboxCheckedBold.d.ts +0 -7
  179. package/dist/cjs/lib2/shared/assets/icons/IconCompare.d.ts +0 -3
  180. package/dist/cjs/lib2/shared/assets/icons/IconDivider.d.ts +0 -3
  181. package/dist/cjs/lib2/shared/assets/icons/IconDoubleArrow.d.ts +0 -3
  182. package/dist/cjs/lib2/shared/assets/icons/IconGlobe.d.ts +0 -3
  183. package/dist/cjs/lib2/shared/assets/icons/IconGooglePay.d.ts +0 -3
  184. package/dist/cjs/lib2/shared/assets/icons/IconInfo.d.ts +0 -3
  185. package/dist/cjs/lib2/shared/assets/icons/IconMaestro.d.ts +0 -3
  186. package/dist/cjs/lib2/shared/assets/icons/IconMastercard.d.ts +0 -3
  187. package/dist/cjs/lib2/shared/assets/icons/IconMatching.d.ts +0 -7
  188. package/dist/cjs/lib2/shared/assets/icons/IconPaperPencil.d.ts +0 -7
  189. package/dist/cjs/lib2/shared/assets/icons/IconPaywall.d.ts +0 -3
  190. package/dist/cjs/lib2/shared/assets/icons/IconPoweredByStripe.d.ts +0 -3
  191. package/dist/cjs/lib2/shared/assets/icons/IconRadioPartial.d.ts +0 -3
  192. package/dist/cjs/lib2/shared/assets/icons/IconSecure.d.ts +0 -3
  193. package/dist/cjs/lib2/shared/assets/icons/IconSwitch.d.ts +0 -3
  194. package/dist/cjs/lib2/shared/assets/icons/IconVisa.d.ts +0 -3
  195. package/dist/cjs/lib2/shared/types/tariff.d.ts +0 -14
  196. package/dist/cjs/lib2/shared/types/variant.d.ts +0 -4
  197. package/dist/cjs/lib2/shared/ui/Button_v2/types.d.ts +0 -19
  198. package/dist/cjs/lib2/shared/ui/ListBoxItem/ListBoxImageItem.d.ts +0 -17
  199. package/dist/cjs/lib2/shared/ui/ListBoxItem/constants.d.ts +0 -2
  200. package/dist/cjs/lib2/shared/ui/SolidInput/SolidInput.d.ts +0 -4
  201. package/dist/cjs/lib2/shared/ui/SolidInput/SolidInput.stories.d.ts +0 -8
  202. package/dist/cjs/lib2/shared/ui/SolidInput/index.d.ts +0 -1
  203. package/dist/cjs/lib2/shared/ui/SolidInput/types.d.ts +0 -16
  204. package/dist/cjs/lib2/shared/ui/Video/styles.d.ts +0 -189
  205. package/dist/cjs/lib2/shared/utils/onboarding.d.ts +0 -4
  206. package/dist/cjs/lib2/widgets/SpecialistPreviewWidget/SpecialistPreviewWidget.d.ts +0 -4
  207. package/dist/cjs/lib2/widgets/SpecialistPreviewWidget/SpecialistPreviewWidget.stories.d.ts +0 -7
  208. package/dist/cjs/lib2/widgets/SpecialistPreviewWidget/index.d.ts +0 -1
  209. package/dist/cjs/lib2/widgets/SpecialistPreviewWidget/types.d.ts +0 -9
  210. package/dist/esm/lib2/features/Charts/ChartAreaFeature/ChartAreaFeature.d.ts +0 -8
  211. package/dist/esm/lib2/features/Charts/ChartAreaFeature/index.d.ts +0 -1
  212. package/dist/esm/lib2/features/Charts/ChartLinesFeature/ChartLinesFeature.d.ts +0 -9
  213. package/dist/esm/lib2/features/Charts/ChartLinesFeature/index.d.ts +0 -1
  214. package/dist/esm/lib2/features/Charts/components/DotLabel.d.ts +0 -18
  215. package/dist/esm/lib2/features/Charts/config.d.ts +0 -32
  216. package/dist/esm/lib2/features/Charts/index.d.ts +0 -2
  217. package/dist/esm/lib2/features/Charts/types.d.ts +0 -30
  218. package/dist/esm/lib2/features/DropdownFeature/DropdownFeature.d.ts +0 -4
  219. package/dist/esm/lib2/features/DropdownFeature/DropdownFeature.stories.d.ts +0 -7
  220. package/dist/esm/lib2/features/DropdownFeature/index.d.ts +0 -1
  221. package/dist/esm/lib2/features/DropdownFeature/types.d.ts +0 -8
  222. package/dist/esm/lib2/features/MindlyReviewFeature/MindlyReviewFeature.d.ts +0 -21
  223. package/dist/esm/lib2/features/MindlyReviewFeature/index.d.ts +0 -1
  224. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingChartScreenPreviewFeature/OnBoardingChartScreenPreviewFeature.d.ts +0 -10
  225. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingChartScreenPreviewFeature/index.d.ts +0 -1
  226. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingCompareScreenPreviewFeature /OnBoardingCompareScreenPreviewFeature.d.ts +0 -9
  227. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingCompareScreenPreviewFeature /index.d.ts +0 -1
  228. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingConfirmScreenPreviewFeature/OnBoardingConfirmScreenPreviewFeature.d.ts +0 -13
  229. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingConfirmScreenPreviewFeature/index.d.ts +0 -1
  230. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingEmailScreenPreviewFeature/OnBoardingEmailScreenPreviewFeature.d.ts +0 -10
  231. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingEmailScreenPreviewFeature/index.d.ts +0 -1
  232. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/OnBoardingPaywallScreenPreviewFeature.d.ts +0 -15
  233. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/components/HowItWorksItem.d.ts +0 -7
  234. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/components/TrustItem.d.ts +0 -7
  235. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/conts.d.ts +0 -40
  236. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/index.d.ts +0 -1
  237. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/styles.d.ts +0 -76
  238. package/dist/esm/lib2/features/OnBoardingFlow/components/OnBoardingSelectionHeader.d.ts +0 -8
  239. package/dist/esm/lib2/features/PoweredByStripeFeature/PoweredByStripeFeature.d.ts +0 -4
  240. package/dist/esm/lib2/features/PoweredByStripeFeature/PoweredByStripeFeature.stories.d.ts +0 -6
  241. package/dist/esm/lib2/features/PoweredByStripeFeature/index.d.ts +0 -1
  242. package/dist/esm/lib2/features/PoweredByStripeFeature/types.d.ts +0 -4
  243. package/dist/esm/lib2/features/TariffFeature/TariffFeature.d.ts +0 -4
  244. package/dist/esm/lib2/features/TariffFeature/TariffFeature.stories.d.ts +0 -10
  245. package/dist/esm/lib2/features/TariffFeature/index.d.ts +0 -1
  246. package/dist/esm/lib2/features/TariffFeature/styles.d.ts +0 -215
  247. package/dist/esm/lib2/features/TariffFeature/types.d.ts +0 -22
  248. package/dist/esm/lib2/shared/assets/icons/IconAmEx.d.ts +0 -3
  249. package/dist/esm/lib2/shared/assets/icons/IconAppStoreRating.d.ts +0 -3
  250. package/dist/esm/lib2/shared/assets/icons/IconApplePay.d.ts +0 -3
  251. package/dist/esm/lib2/shared/assets/icons/IconCancelBold.d.ts +0 -3
  252. package/dist/esm/lib2/shared/assets/icons/IconChart.d.ts +0 -3
  253. package/dist/esm/lib2/shared/assets/icons/IconCheckboxCheckedBold.d.ts +0 -7
  254. package/dist/esm/lib2/shared/assets/icons/IconCompare.d.ts +0 -3
  255. package/dist/esm/lib2/shared/assets/icons/IconDivider.d.ts +0 -3
  256. package/dist/esm/lib2/shared/assets/icons/IconDoubleArrow.d.ts +0 -3
  257. package/dist/esm/lib2/shared/assets/icons/IconGlobe.d.ts +0 -3
  258. package/dist/esm/lib2/shared/assets/icons/IconGooglePay.d.ts +0 -3
  259. package/dist/esm/lib2/shared/assets/icons/IconInfo.d.ts +0 -3
  260. package/dist/esm/lib2/shared/assets/icons/IconMaestro.d.ts +0 -3
  261. package/dist/esm/lib2/shared/assets/icons/IconMastercard.d.ts +0 -3
  262. package/dist/esm/lib2/shared/assets/icons/IconMatching.d.ts +0 -7
  263. package/dist/esm/lib2/shared/assets/icons/IconPaperPencil.d.ts +0 -7
  264. package/dist/esm/lib2/shared/assets/icons/IconPaywall.d.ts +0 -3
  265. package/dist/esm/lib2/shared/assets/icons/IconPoweredByStripe.d.ts +0 -3
  266. package/dist/esm/lib2/shared/assets/icons/IconRadioPartial.d.ts +0 -3
  267. package/dist/esm/lib2/shared/assets/icons/IconSecure.d.ts +0 -3
  268. package/dist/esm/lib2/shared/assets/icons/IconSwitch.d.ts +0 -3
  269. package/dist/esm/lib2/shared/assets/icons/IconVisa.d.ts +0 -3
  270. package/dist/esm/lib2/shared/types/tariff.d.ts +0 -14
  271. package/dist/esm/lib2/shared/types/variant.d.ts +0 -4
  272. package/dist/esm/lib2/shared/ui/Button_v2/types.d.ts +0 -19
  273. package/dist/esm/lib2/shared/ui/ListBoxItem/ListBoxImageItem.d.ts +0 -17
  274. package/dist/esm/lib2/shared/ui/ListBoxItem/constants.d.ts +0 -2
  275. package/dist/esm/lib2/shared/ui/SolidInput/SolidInput.d.ts +0 -4
  276. package/dist/esm/lib2/shared/ui/SolidInput/SolidInput.stories.d.ts +0 -8
  277. package/dist/esm/lib2/shared/ui/SolidInput/index.d.ts +0 -1
  278. package/dist/esm/lib2/shared/ui/SolidInput/types.d.ts +0 -16
  279. package/dist/esm/lib2/shared/ui/Video/styles.d.ts +0 -189
  280. package/dist/esm/lib2/shared/utils/onboarding.d.ts +0 -4
  281. package/dist/esm/lib2/widgets/SpecialistPreviewWidget/SpecialistPreviewWidget.d.ts +0 -4
  282. package/dist/esm/lib2/widgets/SpecialistPreviewWidget/SpecialistPreviewWidget.stories.d.ts +0 -7
  283. package/dist/esm/lib2/widgets/SpecialistPreviewWidget/index.d.ts +0 -1
  284. package/dist/esm/lib2/widgets/SpecialistPreviewWidget/types.d.ts +0 -9
package/dist/index.d.ts CHANGED
@@ -1,8 +1,7 @@
1
1
  /// <reference types="react" />
2
2
  import * as React$1 from 'react';
3
- import React__default, { ReactNode, CSSProperties, HTMLAttributes, RefAttributes, FC, SVGAttributes, KeyboardEvent, InputHTMLAttributes, KeyboardEventHandler, RefObject, EffectCallback, SVGProps, PropsWithChildren, ReactText, ReactElement, ChangeEvent } from 'react';
3
+ import React__default, { ReactNode, CSSProperties, HTMLAttributes, RefAttributes, FC, SVGAttributes, KeyboardEvent, InputHTMLAttributes, RefObject, EffectCallback, SVGProps, PropsWithChildren, ReactText, ReactElement, ChangeEvent } from 'react';
4
4
  import { JSX as JSX$1 } from '@ionic/core/components';
5
- import * as react_i18next from 'react-i18next';
6
5
  import { WithTranslation } from 'react-i18next';
7
6
  import { RatingComponentProps } from 'react-rating';
8
7
  import { ScrollDetail, ScrollBaseDetail, RefresherEventDetail } from '@ionic/react';
@@ -13,7 +12,7 @@ export { Selection } from 'react-stately';
13
12
  import { AriaListBoxProps, AriaCalendarProps, DateValue, AriaTabListProps } from 'react-aria';
14
13
  import { ToastStateProps, ToastState } from '@react-stately/toast';
15
14
  import { AriaToastRegionProps } from '@react-aria/toast';
16
- import { IonSearchbarCustomEvent, SearchbarChangeEventDetail, TextFieldTypes, IonInputCustomEvent, InputChangeEventDetail } from '@ionic/core';
15
+ import { IonSearchbarCustomEvent, SearchbarChangeEventDetail } from '@ionic/core';
17
16
  import { MarkdownToJSX } from 'markdown-to-jsx';
18
17
 
19
18
  interface ButtonProps$2 {
@@ -226,7 +225,7 @@ type LetterAvatarProps = {
226
225
  fontSize?: number;
227
226
  onClick?: () => void;
228
227
  };
229
- declare const _default$1l: React__default.NamedExoticComponent<LetterAvatarProps>;
228
+ declare const _default$1j: React__default.NamedExoticComponent<LetterAvatarProps>;
230
229
 
231
230
  type ImageWithFallbackProps = JSX.IntrinsicElements['img'] & {
232
231
  onErrorContent: React__default.ReactElement;
@@ -238,7 +237,7 @@ type PersonDateTimeCardProps = {
238
237
  name: string;
239
238
  dateTime: Date;
240
239
  };
241
- declare const _default$1k: React__default.NamedExoticComponent<PersonDateTimeCardProps>;
240
+ declare const _default$1i: React__default.NamedExoticComponent<PersonDateTimeCardProps>;
242
241
 
243
242
  type PsychologistProfileType = {
244
243
  id: string;
@@ -364,7 +363,6 @@ declare const Avatar: FC<AvatarProps$1>;
364
363
  type AppHeaderProps$1 = {
365
364
  fullwidth?: boolean;
366
365
  className?: string;
367
- toolbarClassName?: string;
368
366
  };
369
367
  declare const AppHeader: FC<AppHeaderProps$1>;
370
368
 
@@ -405,7 +403,7 @@ type SelectImpressionEmojiProps = {
405
403
  onChange?: (val: ImpressionEmojiEnum) => void;
406
404
  };
407
405
 
408
- declare const _default$1j: React__default.NamedExoticComponent<SelectImpressionEmojiProps>;
406
+ declare const _default$1h: React__default.NamedExoticComponent<SelectImpressionEmojiProps>;
409
407
 
410
408
  interface FooterForBookingProps {
411
409
  eventHandler: (props?: React__default.SyntheticEvent) => void;
@@ -437,7 +435,7 @@ type MediaPlayerProps<TCameraTrack extends Playable | undefined, TAudioTrack ext
437
435
  showControls: boolean;
438
436
  isScreenSharing?: boolean;
439
437
  } & HTMLAttributes<HTMLDivElement>;
440
- declare const _default$1i: <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;
438
+ declare const _default$1g: <TCameraTrack extends Playable | undefined, TAudioTrack extends Playable | undefined>({ fullwidth, cameraTrack, audioTrack, isVideoTrackMuted, isAudioTrackMuted, networkQuality, fallbackAvatar, fallbackAvatarDimensions, fallbackName, showControls, isScreenSharing, ...props }: MediaPlayerProps<TCameraTrack, TAudioTrack>) => JSX.Element;
441
439
 
442
440
  type RoundButtonPropsType = {
443
441
  disabled?: boolean;
@@ -466,7 +464,7 @@ type ChatListItemProps = {
466
464
  isDisabled?: boolean;
467
465
  t?: WithTranslation['t'];
468
466
  };
469
- declare const _default$1h: React__default.NamedExoticComponent<ChatListItemProps>;
467
+ declare const _default$1f: React__default.NamedExoticComponent<ChatListItemProps>;
470
468
 
471
469
  type ChatMessageProps = {
472
470
  message: string | File;
@@ -494,11 +492,11 @@ type ChatMessageProps = {
494
492
  onClickHandler: () => void;
495
493
  }[] | null;
496
494
  };
497
- declare const _default$1g: React__default.NamedExoticComponent<ChatMessageProps>;
495
+ declare const _default$1e: React__default.NamedExoticComponent<ChatMessageProps>;
498
496
 
499
497
  declare const ChatMessageSkeleton: () => JSX.Element;
500
498
 
501
- declare const _default$1f: React__default.MemoExoticComponent<() => JSX.Element>;
499
+ declare const _default$1d: React__default.MemoExoticComponent<() => JSX.Element>;
502
500
 
503
501
  type EmptyChatList = {
504
502
  title?: string;
@@ -508,7 +506,7 @@ type EmptyChatList = {
508
506
  onClick?: () => void;
509
507
  };
510
508
  declare const EmptyChatList: FC<EmptyChatList>;
511
- declare const _default$1e: React__default.NamedExoticComponent<EmptyChatList>;
509
+ declare const _default$1c: React__default.NamedExoticComponent<EmptyChatList>;
512
510
 
513
511
  type EmptyChatMessagesProps = {
514
512
  title?: string;
@@ -533,7 +531,7 @@ type TextareaProps = {
533
531
  onFileSelect?: (file: File | null, type: 'file' | 'image' | 'video', fileInfo: FileInfoType) => void;
534
532
  t?: WithTranslation['t'];
535
533
  };
536
- declare const _default$1d: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<TextareaProps & React__default.RefAttributes<HTMLIonFooterElement>>>;
534
+ declare const _default$1b: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<TextareaProps & React__default.RefAttributes<HTMLIonFooterElement>>>;
537
535
 
538
536
  type LouseConnectProps = {
539
537
  onClick?: () => void;
@@ -612,7 +610,7 @@ type SpecialistEducationCardProps$1 = {
612
610
  yearEnd?: number | null;
613
611
  showLoader?: boolean;
614
612
  };
615
- declare const _default$1c: React__default.NamedExoticComponent<SpecialistEducationCardProps$1>;
613
+ declare const _default$1a: React__default.NamedExoticComponent<SpecialistEducationCardProps$1>;
616
614
 
617
615
  type SpecialistProfileViewCardProps$1 = {
618
616
  avatarLink?: string | null;
@@ -625,7 +623,7 @@ type SpecialistProfileViewCardProps$1 = {
625
623
  videoLinkUrl?: string | null;
626
624
  showLoader?: boolean;
627
625
  } & React__default.DetailedHTMLProps<React__default.HTMLAttributes<HTMLDivElement>, HTMLDivElement>;
628
- declare const _default$1b: React__default.NamedExoticComponent<SpecialistProfileViewCardProps$1>;
626
+ declare const _default$19: React__default.NamedExoticComponent<SpecialistProfileViewCardProps$1>;
629
627
 
630
628
  type SpecialistStatisticsCardProps$1 = {
631
629
  activeClients?: number;
@@ -661,7 +659,7 @@ type VideoPlayerProps = {
661
659
  closeModalHandler?: () => void;
662
660
  onErrorContent: React__default.ReactElement;
663
661
  } & JSX$1.IonModal;
664
- declare const _default$1a: React__default.NamedExoticComponent<VideoPlayerProps>;
662
+ declare const _default$18: React__default.NamedExoticComponent<VideoPlayerProps>;
665
663
 
666
664
  type NotSupportModalProps = {
667
665
  closeModal?: () => void;
@@ -697,7 +695,7 @@ type VideoCallInfoProps = {
697
695
  abbreviatedSeconds: string;
698
696
  };
699
697
  };
700
- declare const _default$19: React__default.NamedExoticComponent<VideoCallInfoProps>;
698
+ declare const _default$17: React__default.NamedExoticComponent<VideoCallInfoProps>;
701
699
 
702
700
  declare enum ConsultationCardType {
703
701
  FEATURE = "feature",
@@ -733,14 +731,14 @@ type ConsultationCardProps = {
733
731
  isBlockedText?: string;
734
732
  };
735
733
 
736
- declare const _default$18: React__default.NamedExoticComponent<ConsultationCardProps>;
734
+ declare const _default$16: React__default.NamedExoticComponent<ConsultationCardProps>;
737
735
 
738
736
  type SignUpSessionButtonProps = {
739
737
  label: string;
740
738
  isLoading?: boolean;
741
739
  onClick?: () => void;
742
740
  };
743
- declare const _default$17: React__default.NamedExoticComponent<SignUpSessionButtonProps>;
741
+ declare const _default$15: React__default.NamedExoticComponent<SignUpSessionButtonProps>;
744
742
 
745
743
  type EmptyConsultationsProps = {
746
744
  title: string;
@@ -748,7 +746,7 @@ type EmptyConsultationsProps = {
748
746
  buttonLabel?: string;
749
747
  onClick?: () => void;
750
748
  };
751
- declare const _default$16: React__default.NamedExoticComponent<EmptyConsultationsProps>;
749
+ declare const _default$14: React__default.NamedExoticComponent<EmptyConsultationsProps>;
752
750
 
753
751
  type ConsultationModalProps = {
754
752
  isOpen: boolean;
@@ -784,7 +782,7 @@ type ConsultationModalProps = {
784
782
  started?: string;
785
783
  };
786
784
  };
787
- declare const _default$15: React__default.NamedExoticComponent<ConsultationModalProps>;
785
+ declare const _default$13: React__default.NamedExoticComponent<ConsultationModalProps>;
788
786
 
789
787
  type SpecialistData = {
790
788
  id: string;
@@ -802,7 +800,7 @@ type SignUpSessionModalProps = {
802
800
  title: string;
803
801
  cancelBtnLabel: string;
804
802
  };
805
- declare const _default$14: React__default.NamedExoticComponent<SignUpSessionModalProps>;
803
+ declare const _default$12: React__default.NamedExoticComponent<SignUpSessionModalProps>;
806
804
 
807
805
  type ConsultationSpecialistCardProps = {
808
806
  id: string;
@@ -814,7 +812,7 @@ type ConsultationSpecialistCardProps = {
814
812
  signInBtnLabel: string;
815
813
  isBlockedText?: string;
816
814
  };
817
- declare const _default$13: React__default.NamedExoticComponent<ConsultationSpecialistCardProps>;
815
+ declare const _default$11: React__default.NamedExoticComponent<ConsultationSpecialistCardProps>;
818
816
 
819
817
  type UserInfoModalProps = {
820
818
  isOpen: boolean;
@@ -885,7 +883,7 @@ type ReScheduleProps = {
885
883
  btnLabel: string;
886
884
  };
887
885
  };
888
- declare const _default$12: React__default.NamedExoticComponent<ReScheduleProps>;
886
+ declare const _default$10: React__default.NamedExoticComponent<ReScheduleProps>;
889
887
 
890
888
  type ReScheduleSuccessProps = {
891
889
  name: string;
@@ -923,7 +921,7 @@ type DaySliderProps = JSX$1.IonSlides & HTMLAttributes<HTMLIonSlidesElement> & R
923
921
  tomorrow?: string;
924
922
  };
925
923
  };
926
- declare const _default$11: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<Omit<DaySliderProps, "ref"> & React__default.RefAttributes<HTMLIonSlidesElement>>>;
924
+ declare const _default$$: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<Omit<DaySliderProps, "ref"> & React__default.RefAttributes<HTMLIonSlidesElement>>>;
927
925
 
928
926
  type SpecialistWorkDirectionsPropsType = {
929
927
  workDirections?: string[] | [];
@@ -932,7 +930,7 @@ type SpecialistWorkDirectionsPropsType = {
932
930
  moreLabel?: string;
933
931
  hideLabel?: string;
934
932
  };
935
- declare const _default$10: React__default.NamedExoticComponent<SpecialistWorkDirectionsPropsType>;
933
+ declare const _default$_: React__default.NamedExoticComponent<SpecialistWorkDirectionsPropsType>;
936
934
 
937
935
  type SpecialistProfileViewCardProps = {
938
936
  videoLink?: string;
@@ -942,7 +940,7 @@ type SpecialistProfileViewCardProps = {
942
940
  isLoading?: boolean;
943
941
  videoDurationSeconds?: number;
944
942
  };
945
- declare const _default$$: React__default.NamedExoticComponent<SpecialistProfileViewCardProps>;
943
+ declare const _default$Z: React__default.NamedExoticComponent<SpecialistProfileViewCardProps>;
946
944
 
947
945
  type SpecialistAboutProps = {
948
946
  text?: string;
@@ -951,7 +949,7 @@ type SpecialistAboutProps = {
951
949
  moreLabel?: string;
952
950
  hideLabel?: string;
953
951
  };
954
- declare const _default$_: React__default.NamedExoticComponent<SpecialistAboutProps>;
952
+ declare const _default$Y: React__default.NamedExoticComponent<SpecialistAboutProps>;
955
953
 
956
954
  type SpecialistEducationCardProps = {
957
955
  institutionName?: string;
@@ -962,7 +960,7 @@ type SpecialistEducationCardProps = {
962
960
  yearEnd?: number | null;
963
961
  showLoader?: boolean;
964
962
  };
965
- declare const _default$Z: React__default.NamedExoticComponent<SpecialistEducationCardProps>;
963
+ declare const _default$X: React__default.NamedExoticComponent<SpecialistEducationCardProps>;
966
964
 
967
965
  type SpecialistStatisticsCardProps = {
968
966
  trust?: boolean;
@@ -1008,7 +1006,7 @@ type BookingScheduleTimeProps = {
1008
1006
  onClick?: (index: number, item: string) => void;
1009
1007
  isLoading?: boolean;
1010
1008
  };
1011
- declare const _default$Y: React__default.NamedExoticComponent<BookingScheduleTimeProps>;
1009
+ declare const _default$W: React__default.NamedExoticComponent<BookingScheduleTimeProps>;
1012
1010
 
1013
1011
  type BookingSpecialistInfoProps = {
1014
1012
  name: string;
@@ -1017,7 +1015,7 @@ type BookingSpecialistInfoProps = {
1017
1015
  avatar?: string;
1018
1016
  isLoading?: boolean;
1019
1017
  };
1020
- declare const _default$X: React__default.NamedExoticComponent<BookingSpecialistInfoProps>;
1018
+ declare const _default$V: React__default.NamedExoticComponent<BookingSpecialistInfoProps>;
1021
1019
 
1022
1020
  declare enum TypographyVariantsEnum {
1023
1021
  Title48Bold = "Title/48 Bold",
@@ -1060,13 +1058,12 @@ type TypographyProps = {
1060
1058
  opacity?: TypographyOpacityType;
1061
1059
  isAppearCase?: boolean;
1062
1060
  className?: string;
1063
- style?: React.CSSProperties;
1064
1061
  children: React.ReactNode;
1065
1062
  onClick?: (args: any) => typeof args;
1066
1063
  isError?: boolean;
1067
1064
  };
1068
1065
 
1069
- declare const _default$W: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<TypographyProps & React__default.RefAttributes<HTMLDivElement>>>;
1066
+ declare const _default$U: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<TypographyProps & React__default.RefAttributes<HTMLDivElement>>>;
1070
1067
 
1071
1068
  type AlertCardVariants = 'transparent' | 'yellow' | 'blue';
1072
1069
  type AlertCardProps = React$1.ComponentPropsWithoutRef<'div'> & {
@@ -1082,7 +1079,7 @@ type AlertCardProps = React$1.ComponentPropsWithoutRef<'div'> & {
1082
1079
  };
1083
1080
  };
1084
1081
 
1085
- declare const _default$V: React$1.NamedExoticComponent<AlertCardProps>;
1082
+ declare const _default$T: React$1.NamedExoticComponent<AlertCardProps>;
1086
1083
 
1087
1084
  type AppFooterProps = {
1088
1085
  children?: React__default.ReactNode;
@@ -1093,7 +1090,7 @@ type AppFooterProps = {
1093
1090
  toolbarStyle?: CSSProperties;
1094
1091
  className?: string;
1095
1092
  };
1096
- declare const _default$U: React__default.NamedExoticComponent<AppFooterProps>;
1093
+ declare const _default$S: React__default.NamedExoticComponent<AppFooterProps>;
1097
1094
 
1098
1095
  type AvatarRoundVariants = 'circle' | 'drop' | 'small';
1099
1096
 
@@ -1108,14 +1105,14 @@ type AvatarProps = {
1108
1105
  onClick?(): void;
1109
1106
  border?: boolean | string;
1110
1107
  };
1111
- declare const _default$T: React__default.NamedExoticComponent<AvatarProps>;
1108
+ declare const _default$R: React__default.NamedExoticComponent<AvatarProps>;
1112
1109
 
1113
1110
  type SkeletonProps = {
1114
1111
  animated?: boolean;
1115
1112
  className?: string;
1116
1113
  style?: React__default.CSSProperties;
1117
1114
  };
1118
- declare const _default$S: React__default.NamedExoticComponent<SkeletonProps>;
1115
+ declare const _default$Q: React__default.NamedExoticComponent<SkeletonProps>;
1119
1116
 
1120
1117
  type ButtonProps$1 = {
1121
1118
  fill?: 'outline' | 'clear';
@@ -1126,15 +1123,13 @@ type ButtonProps$1 = {
1126
1123
  fullWidth?: boolean;
1127
1124
  className?: string;
1128
1125
  routerLink?: string;
1129
- onClick?: (e: React.MouseEvent<HTMLIonButtonElement>) => void;
1126
+ onClick?: (e: React__default.MouseEvent<HTMLIonButtonElement>) => void;
1130
1127
  isLoading?: boolean;
1131
- icon?: React.ReactNode;
1128
+ icon?: React__default.ReactNode;
1132
1129
  iconPosition?: 'start' | 'center';
1133
- style?: React.CSSProperties;
1130
+ style?: React__default.CSSProperties;
1134
1131
  id?: string;
1135
- variant?: 'default' | 'blue';
1136
1132
  } & JSX$1.IonButton;
1137
-
1138
1133
  declare const Button_v2: FC<ButtonProps$1>;
1139
1134
 
1140
1135
  type ContainerProps = {
@@ -1154,7 +1149,7 @@ type FlagProps$1 = {
1154
1149
  name: string;
1155
1150
  className?: string;
1156
1151
  };
1157
- declare const _default$R: React__default.NamedExoticComponent<FlagProps$1>;
1152
+ declare const _default$P: React__default.NamedExoticComponent<FlagProps$1>;
1158
1153
 
1159
1154
  type PictureProps = {
1160
1155
  width: number;
@@ -1171,7 +1166,7 @@ type PictureProps = {
1171
1166
  responsive?: boolean;
1172
1167
  containerWidth?: number;
1173
1168
  };
1174
- declare const _default$Q: React__default.NamedExoticComponent<PictureProps>;
1169
+ declare const _default$O: React__default.NamedExoticComponent<PictureProps>;
1175
1170
 
1176
1171
  type BadgeType = 'default' | 'accent';
1177
1172
  type BadgeVariants = 'attention' | 'neutral' | 'success' | 'warning' | 'brand' | 'info';
@@ -1179,10 +1174,10 @@ type BadgeProps = React$1.ComponentPropsWithoutRef<'span'> & {
1179
1174
  variant: BadgeVariants;
1180
1175
  size?: 'S' | 'M';
1181
1176
  type?: BadgeType;
1182
- iconType?: 'check' | React$1.ReactNode;
1177
+ iconType?: 'check';
1183
1178
  };
1184
1179
 
1185
- declare const _default$P: React$1.NamedExoticComponent<BadgeProps>;
1180
+ declare const _default$N: React$1.NamedExoticComponent<BadgeProps>;
1186
1181
 
1187
1182
  type ItemCardVariants = 'neutral' | 'transparent' | 'transparent20';
1188
1183
  type ItemCardProps = React$1.ComponentPropsWithoutRef<'div'> & {
@@ -1190,7 +1185,7 @@ type ItemCardProps = React$1.ComponentPropsWithoutRef<'div'> & {
1190
1185
  size?: 'M' | 'M4' | 'M45';
1191
1186
  };
1192
1187
 
1193
- declare const _default$O: React$1.NamedExoticComponent<ItemCardProps>;
1188
+ declare const _default$M: React$1.NamedExoticComponent<ItemCardProps>;
1194
1189
 
1195
1190
  type AppHeaderProps = {
1196
1191
  fullwidth?: boolean;
@@ -1254,7 +1249,6 @@ type CircleRatingLegendProps = {
1254
1249
  t: WithTranslation['t'];
1255
1250
  isReverse?: boolean;
1256
1251
  isPercentage?: boolean;
1257
- isShowLegend?: boolean;
1258
1252
  };
1259
1253
  type CircleRatingComponentProps = {
1260
1254
  size: keyof typeof CircleRatingSize;
@@ -1271,10 +1265,7 @@ type CircleRatingComponentProps = {
1271
1265
  isZeroTransparent?: boolean;
1272
1266
  isWithOverlap?: boolean;
1273
1267
  isWithAnimation?: boolean;
1274
- isPrimaryColor?: boolean;
1275
- isProgressWithAnimation?: boolean;
1276
1268
  className?: string;
1277
- onProgressEnd?: () => void;
1278
1269
  };
1279
1270
  type CircleRatingContextProps = CircleRatingComponentProps & {
1280
1271
  legend?: string[];
@@ -1385,7 +1376,7 @@ type SpecialistPaymentConsultationDetailsType = {
1385
1376
  onUserClick?: () => void;
1386
1377
  };
1387
1378
 
1388
- interface IconProps$D extends SVGAttributes<SVGElement> {
1379
+ interface IconProps$B extends SVGAttributes<SVGElement> {
1389
1380
  size?: number | string;
1390
1381
  width?: number | string;
1391
1382
  height?: number | string;
@@ -1429,12 +1420,6 @@ declare enum ShortCurrencySignByLocale {
1429
1420
  'eur' = "EUR",
1430
1421
  'es' = "USD"
1431
1422
  }
1432
- declare enum ShortTranscriptionCurrencySignByLocale {
1433
- 'uk' = "\u0433\u0440",
1434
- 'pl' = "z\u0142o",
1435
- 'eur' = "EUR",
1436
- 'es' = "US"
1437
- }
1438
1423
  declare const StripeSupportedCurrency: SupportedCurrency[];
1439
1424
 
1440
1425
  declare enum SupportedLangs {
@@ -1491,52 +1476,6 @@ type ReviewSwiperProps = {
1491
1476
  };
1492
1477
  declare const ReviewSwiperSection: React__default.FC<ReviewSwiperProps>;
1493
1478
 
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
- label: string;
1508
- tooltip?: 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;
1520
- label: string;
1521
- }[];
1522
- yAxisLabels: string[];
1523
- };
1524
-
1525
- type Tariff = {
1526
- id: string;
1527
- label: string;
1528
- priceAfterDiscount: number;
1529
- priceAfterAdditionalDiscount: number;
1530
- priceBase: number;
1531
- description: string;
1532
- isMostPopular?: boolean;
1533
- percentDiscount?: number;
1534
- advantagesList: {
1535
- id: string;
1536
- label: string;
1537
- }[];
1538
- };
1539
-
1540
1479
  declare enum ConditionRulesType {
1541
1480
  IS = "is"
1542
1481
  }
@@ -1558,15 +1497,9 @@ declare enum OnBoardingScreenOptions {
1558
1497
  START = "START",
1559
1498
  MULTI_SELECT = "MULTI_SELECT",
1560
1499
  SINGLE_SELECT = "SINGLE_SELECT",
1561
- SINGLE_IMAGE_SELECT = "SINGLE_IMAGE_SELECT",
1562
1500
  INFO = "INFO",
1563
1501
  LOADER = "LOADER",
1564
- REVIEWS = "REVIEWS",
1565
- EMAIL = "EMAIL",
1566
- CONFIRM = "CONFIRM",
1567
- PAYWALL = "PAYWALL",
1568
- COMPARE = "COMPARE",
1569
- CHART = "CHART"
1502
+ REVIEWS = "REVIEWS"
1570
1503
  }
1571
1504
  type OnBoardingScreenOptionType = {
1572
1505
  id: string;
@@ -1575,9 +1508,6 @@ type OnBoardingScreenOptionType = {
1575
1508
  isDefault?: boolean;
1576
1509
  filtrationAnswerId?: string;
1577
1510
  };
1578
- type OnBoardingScreenOptionWithImageType = OnBoardingScreenOptionType & {
1579
- image?: ResponseFileType | null;
1580
- };
1581
1511
  type OnBoardingScreenButtonType = {
1582
1512
  buttonText?: string | null;
1583
1513
  buttonColor?: string | null;
@@ -1595,26 +1525,6 @@ type OnBoardingScreenDescriptionType = {
1595
1525
  title?: string | null;
1596
1526
  description?: string | null;
1597
1527
  };
1598
- type OnBoardingScreenPrivacyType = {
1599
- privacyText?: string;
1600
- showPrivacyText?: boolean;
1601
- };
1602
- type OnBoardingScreenEmailType = {
1603
- emailPlaceholder?: string;
1604
- };
1605
- type OnBoardingScreenPasswordType = {
1606
- passwordPlaceholder?: string;
1607
- };
1608
- type OnBoardingScreenAlertType = {
1609
- alertTitle?: string;
1610
- alertText?: string;
1611
- };
1612
- type OnBoardingScreenTranslationsType = {
1613
- t?: WithTranslation['t'];
1614
- };
1615
- type OnBoardingScreenErrorsType = {
1616
- errors?: Record<string, string>;
1617
- };
1618
1528
  type OnBoardingBaseScreenType = {
1619
1529
  id: string;
1620
1530
  type: OnBoardingScreenOptions;
@@ -1632,7 +1542,6 @@ type OnBoardingBaseScreenType = {
1632
1542
  isPreview?: boolean;
1633
1543
  isPageView?: boolean;
1634
1544
  hideTimer?: boolean;
1635
- isStartScreen?: boolean;
1636
1545
  };
1637
1546
  type OnBoardingStartScreenType = OnBoardingBaseScreenType & OnBoardingScreenButtonType & OnBoardingScreenSkipButtonType & OnBoardingScreenBgType & OnBoardingScreenDescriptionType & {
1638
1547
  image?: ResponseFileType | null;
@@ -1644,13 +1553,8 @@ type OnBoardingMultiSelectScreenType = OnBoardingBaseScreenType & OnBoardingScre
1644
1553
  options: OnBoardingScreenOptionType[];
1645
1554
  };
1646
1555
  type OnBoardingSingleSelectScreenType = OnBoardingBaseScreenType & OnBoardingScreenDescriptionType & {
1647
- legalText?: string;
1648
1556
  options: OnBoardingScreenOptionType[];
1649
1557
  };
1650
- type OnBoardingSingleImageSelectScreenType = OnBoardingBaseScreenType & OnBoardingScreenDescriptionType & {
1651
- legalText?: string;
1652
- options: OnBoardingScreenOptionWithImageType[];
1653
- };
1654
1558
  type OnBoardingLoaderScreenType = OnBoardingBaseScreenType & {
1655
1559
  title?: string | null;
1656
1560
  additionalText?: string;
@@ -1658,11 +1562,6 @@ type OnBoardingLoaderScreenType = OnBoardingBaseScreenType & {
1658
1562
  answerScreenId?: string[];
1659
1563
  allScreens?: Record<string, OnBoardingScreensType>;
1660
1564
  selectedAnswers?: Record<string, string[]>;
1661
- loadingItemDuration?: number;
1662
- listItems?: {
1663
- id: string;
1664
- label: string;
1665
- }[];
1666
1565
  };
1667
1566
  type OnBoardingReviewsScreenType = OnBoardingBaseScreenType & OnBoardingScreenButtonType & TranslationType & {
1668
1567
  title?: string | null;
@@ -1670,36 +1569,7 @@ type OnBoardingReviewsScreenType = OnBoardingBaseScreenType & OnBoardingScreenBu
1670
1569
  reviews: ISpecialistReview[];
1671
1570
  isLoading?: boolean;
1672
1571
  };
1673
- type OnBoardingEmailScreenType = OnBoardingBaseScreenType & OnBoardingScreenButtonType & OnBoardingScreenTranslationsType & OnBoardingScreenErrorsType & OnBoardingScreenEmailType & OnBoardingScreenPrivacyType & {
1674
- title: string;
1675
- };
1676
- type OnBoardingConfirmScreenType = OnBoardingBaseScreenType & OnBoardingScreenButtonType & OnBoardingScreenTranslationsType & OnBoardingScreenErrorsType & OnBoardingScreenEmailType & OnBoardingScreenPasswordType & OnBoardingScreenAlertType & {
1677
- title: string;
1678
- };
1679
- type OnBoardingPaywallScreenType = OnBoardingBaseScreenType & OnBoardingScreenButtonType & OnBoardingScreenTranslationsType & OnBoardingScreenErrorsType & {
1680
- title: string;
1681
- description?: string;
1682
- tariffs: Tariff[];
1683
- percentDiscount: number;
1684
- additionalDiscount?: number;
1685
- };
1686
- type OnBoardingCompareScreenType = OnBoardingBaseScreenType & OnBoardingScreenButtonType & OnBoardingScreenTranslationsType & OnBoardingScreenErrorsType & {
1687
- title: string;
1688
- description?: string;
1689
- otherPlatformsTitle?: string;
1690
- listItems: {
1691
- id: string;
1692
- label: string;
1693
- hasInMindly: boolean;
1694
- hasInCompetitors: boolean;
1695
- }[];
1696
- };
1697
- type OnBoardingChartScreenType = OnBoardingBaseScreenType & OnBoardingScreenButtonType & OnBoardingScreenTranslationsType & OnBoardingScreenErrorsType & {
1698
- title?: string;
1699
- disclaimer?: string;
1700
- chart: ChartData;
1701
- };
1702
- type OnBoardingScreensType = OnBoardingStartScreenType | OnBoardingMultiSelectScreenType | OnBoardingSingleSelectScreenType | OnBoardingInfoScreenType | OnBoardingLoaderScreenType | OnBoardingReviewsScreenType | OnBoardingEmailScreenType | OnBoardingConfirmScreenType | OnBoardingCompareScreenType | OnBoardingPaywallScreenType | OnBoardingChartScreenType;
1572
+ type OnBoardingScreensType = OnBoardingStartScreenType | OnBoardingMultiSelectScreenType | OnBoardingSingleSelectScreenType | OnBoardingInfoScreenType | OnBoardingLoaderScreenType | OnBoardingReviewsScreenType;
1703
1573
  type OnBoardingFlowType = {
1704
1574
  id: string;
1705
1575
  locale: string;
@@ -1719,12 +1589,7 @@ type OnBoardingFlowType = {
1719
1589
  promocode_duration_min?: number | null;
1720
1590
  duration_min?: number | null;
1721
1591
  isDefault?: boolean;
1722
- theme?: OnboardingVariant;
1723
1592
  };
1724
- declare enum OnboardingVariant {
1725
- default = "default",
1726
- blue = "blue"
1727
- }
1728
1593
 
1729
1594
  declare enum ContractStatusEnum {
1730
1595
  active = "active",
@@ -1859,16 +1724,6 @@ type SpecialistReview$1 = {
1859
1724
  */
1860
1725
  created_at: number;
1861
1726
  review_status: 'on_review' | 'approved' | 'rejected';
1862
- is_editable?: boolean;
1863
- };
1864
- type MindlyReview = {
1865
- id: string;
1866
- avatar: string | null;
1867
- first_name: string;
1868
- last_name?: string | null;
1869
- review_rating: number;
1870
- text_of_review: string | null;
1871
- created_at: number;
1872
1727
  };
1873
1728
 
1874
1729
  type AllowFilterValueType = string | number | boolean;
@@ -1987,26 +1842,17 @@ type AutoComplete<T extends string> = T | (string & {});
1987
1842
 
1988
1843
  declare enum ListBoxSelectionType {
1989
1844
  Checkbox = "checkbox",
1990
- Radio = "radio",
1991
- Image = "image"
1845
+ Radio = "radio"
1992
1846
  }
1993
- type VariantType = 'default' | 'blue';
1994
1847
  type ListBoxProps<T> = AriaListBoxProps<T> & {
1995
1848
  type?: `${ListBoxSelectionType}`;
1996
1849
  enableSelection?: boolean;
1997
- selectedIconProps?: IconProps$D;
1850
+ selectedIconProps?: IconProps$B;
1998
1851
  selectionPosition?: 'start' | 'end';
1999
- selectionImageClassNames?: {
2000
- label?: string;
2001
- arrowIcon?: string;
2002
- bottomContainer?: string;
2003
- } | null;
2004
1852
  className?: string;
2005
- variant?: VariantType;
2006
- image?: ResponseFileType;
2007
1853
  };
2008
1854
 
2009
- declare function ListBox<T extends Record<string, unknown>>({ selectedIconProps, type, selectionPosition, enableSelection, className, selectionImageClassNames, variant, ...props }: ListBoxProps<T>): JSX.Element;
1855
+ declare function ListBox<T extends Record<string, unknown>>({ selectedIconProps, type, selectionPosition, enableSelection, className, ...props }: ListBoxProps<T>): JSX.Element;
2010
1856
 
2011
1857
  type ListOptionsProps = {
2012
1858
  item: Node<unknown>;
@@ -2014,35 +1860,21 @@ type ListOptionsProps = {
2014
1860
  icon?: React$1.ReactNode;
2015
1861
  divider?: boolean;
2016
1862
  value?: string;
2017
- selectedIconProps?: IconProps$D;
1863
+ selectedIconProps?: IconProps$B;
2018
1864
  type?: `${ListBoxSelectionType}`;
2019
1865
  selectionPosition?: 'start' | 'end';
2020
1866
  enableSelection?: boolean;
2021
- variant?: VariantType;
2022
- image?: ResponseFileType | null;
2023
- selectionImageClassNames?: {
2024
- label?: string;
2025
- arrowIcon?: string;
2026
- bottomContainer?: string;
2027
- } | null;
2028
1867
  };
2029
1868
  type ListBoxItemProps = {
2030
1869
  icon?: React$1.ReactNode;
2031
1870
  type?: `${ListBoxSelectionType}`;
2032
- selectedIconProps?: IconProps$D;
1871
+ selectedIconProps?: IconProps$B;
2033
1872
  divider?: boolean;
2034
1873
  value?: string;
2035
1874
  children: React$1.ReactNode;
2036
1875
  className?: string;
2037
- sselectionImageClassNames?: {
2038
- label?: string;
2039
- arrowIcon?: string;
2040
- bottomContainer?: string;
2041
- } | null;
2042
1876
  customContent?: boolean;
2043
1877
  onClick?: HTMLIonItemElement['onclick'];
2044
- variant?: VariantType;
2045
- image?: ResponseFileType | null;
2046
1878
  };
2047
1879
 
2048
1880
  declare const ListOption: React$1.ForwardRefExoticComponent<ListOptionsProps & React$1.RefAttributes<HTMLIonItemElement>>;
@@ -2091,7 +1923,7 @@ interface TextareaV2Props extends Omit<JSX$1.IonTextarea, 'color' | 'enterkeyhin
2091
1923
  onKeyPress?: (e: KeyboardEvent<HTMLIonTextareaElement>) => void;
2092
1924
  }
2093
1925
 
2094
- declare const _default$N: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<TextareaV2Props & React__default.RefAttributes<HTMLIonTextareaElement>>>;
1926
+ declare const _default$L: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<TextareaV2Props & React__default.RefAttributes<HTMLIonTextareaElement>>>;
2095
1927
 
2096
1928
  type RatingProps = {
2097
1929
  initialRating?: number;
@@ -2101,12 +1933,12 @@ type RatingProps = {
2101
1933
  size?: number;
2102
1934
  className?: string;
2103
1935
  readonly?: boolean;
2104
- } & RatingComponentProps;
1936
+ };
2105
1937
 
2106
- declare const _default$M: React__default.NamedExoticComponent<RatingProps>;
1938
+ declare const _default$K: React__default.NamedExoticComponent<RatingProps>;
2107
1939
 
2108
1940
  declare const RatingCircleWrapper: FC<CircleRatingComponentProps & {
2109
- t: WithTranslation['t'] | any;
1941
+ t: WithTranslation | any;
2110
1942
  }>;
2111
1943
 
2112
1944
  type IconButtonProps = {
@@ -2117,7 +1949,7 @@ type IconButtonProps = {
2117
1949
  fill?: 'clear' | 'filled';
2118
1950
  type?: 'button' | 'submit' | 'reset';
2119
1951
  };
2120
- declare const _default$L: React__default.NamedExoticComponent<IconButtonProps>;
1952
+ declare const _default$J: React__default.NamedExoticComponent<IconButtonProps>;
2121
1953
 
2122
1954
  type ToastProviderProps = ToastStateProps;
2123
1955
  type MindlyToastProps = {
@@ -2156,24 +1988,24 @@ declare const ModalSheet: React$1.ForwardRefExoticComponent<_ionic_core_dist_typ
2156
1988
  } & React$1.RefAttributes<HTMLIonModalElement>>;
2157
1989
 
2158
1990
  type ProgressBar_v2Props = {
2159
- variant?: 'default' | 'danger' | 'success' | 'dark' | 'light' | 'blue';
1991
+ variant?: 'default' | 'danger' | 'success' | 'dark' | 'light';
2160
1992
  progress: number;
2161
1993
  className?: string;
2162
1994
  reversed?: boolean;
2163
1995
  animationDuration?: number;
2164
1996
  onProgressEnd?: () => void;
2165
1997
  };
2166
- declare const _default$K: React__default.NamedExoticComponent<ProgressBar_v2Props>;
1998
+ declare const _default$I: React__default.NamedExoticComponent<ProgressBar_v2Props>;
2167
1999
 
2168
2000
  type LoadingProps = {
2169
2001
  isOpen: boolean;
2170
2002
  };
2171
- declare const _default$J: React__default.NamedExoticComponent<LoadingProps>;
2003
+ declare const _default$H: React__default.NamedExoticComponent<LoadingProps>;
2172
2004
 
2173
2005
  type ListItemsProps = React$1.HTMLAttributes<HTMLIonListElement> & {
2174
2006
  withBorders?: boolean;
2175
2007
  };
2176
- declare const _default$I: React$1.NamedExoticComponent<ListItemsProps>;
2008
+ declare const _default$G: React$1.NamedExoticComponent<ListItemsProps>;
2177
2009
 
2178
2010
  type ItemProps = React$1.HTMLAttributes<HTMLIonItemElement> & {
2179
2011
  leftContent?: React$1.ReactNode;
@@ -2185,21 +2017,14 @@ type ItemProps = React$1.HTMLAttributes<HTMLIonItemElement> & {
2185
2017
  isError?: boolean;
2186
2018
  status?: 'error' | 'attention';
2187
2019
  };
2188
- declare const _default$H: React$1.NamedExoticComponent<ItemProps>;
2189
-
2190
- declare enum VariantEnum {
2191
- default = "default",
2192
- blue = "blue"
2193
- }
2020
+ declare const _default$F: React$1.NamedExoticComponent<ItemProps>;
2194
2021
 
2195
2022
  type VideoProps = {
2196
2023
  src: string;
2197
2024
  isMuted?: boolean;
2198
2025
  isWithWatermark?: boolean;
2199
2026
  isWithPlay?: boolean;
2200
- buttonPlacement?: 'top-left' | 'top-right' | 'bottom-left' | 'bottom-right' | 'center';
2201
2027
  hiddenVideo?: boolean;
2202
- variant?: VariantEnum;
2203
2028
  preview?: string;
2204
2029
  onMuteToggle?: () => void;
2205
2030
  onPlay?(src: string): void;
@@ -2212,7 +2037,7 @@ type VideoMethods = {
2212
2037
  play(): void;
2213
2038
  };
2214
2039
  type VideoRef = HTMLVideoElement | VideoMethods;
2215
- declare const _default$G: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<VideoProps & {
2040
+ declare const _default$E: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<VideoProps & {
2216
2041
  children?: React__default.ReactNode;
2217
2042
  } & React__default.RefAttributes<VideoRef>>>;
2218
2043
 
@@ -2329,15 +2154,15 @@ type MatchProgressProps = {
2329
2154
  className?: string;
2330
2155
  percentMatch: number;
2331
2156
  };
2332
- declare const _default$F: React__default.NamedExoticComponent<React__default.PropsWithChildren<MatchProgressProps>>;
2157
+ declare const _default$D: React__default.NamedExoticComponent<React__default.PropsWithChildren<MatchProgressProps>>;
2333
2158
 
2334
2159
  interface Props$7 {
2335
2160
  className?: string;
2336
2161
  title: string;
2337
2162
  }
2338
- declare const _default$E: React__default.NamedExoticComponent<React__default.PropsWithChildren<Props$7>>;
2163
+ declare const _default$C: React__default.NamedExoticComponent<React__default.PropsWithChildren<Props$7>>;
2339
2164
 
2340
- declare const _default$D: React__default.NamedExoticComponent<React__default.PropsWithChildren<React__default.HTMLAttributes<HTMLButtonElement>>>;
2165
+ declare const _default$B: React__default.NamedExoticComponent<React__default.PropsWithChildren<React__default.HTMLAttributes<HTMLButtonElement>>>;
2341
2166
 
2342
2167
  type Props$6 = {
2343
2168
  className?: string;
@@ -2379,23 +2204,6 @@ type NewSpecialistProps = {
2379
2204
 
2380
2205
  declare const NewSpecialist: React__default.FC<NewSpecialistProps>;
2381
2206
 
2382
- type SolidInputProps = {
2383
- placeholder: string;
2384
- value?: string;
2385
- name?: string;
2386
- type?: TextFieldTypes;
2387
- itemClassName?: string;
2388
- inputClassName?: string;
2389
- labelClassName?: string;
2390
- errorText?: string;
2391
- isInvalid?: boolean;
2392
- showTogglePassword?: boolean;
2393
- onChange?: (event: IonInputCustomEvent<InputChangeEventDetail>) => void;
2394
- onKeyDown?: KeyboardEventHandler;
2395
- };
2396
-
2397
- declare const SolidInput: React__default.ForwardRefExoticComponent<SolidInputProps & React__default.RefAttributes<HTMLIonInputElement>>;
2398
-
2399
2207
  declare enum appThemes {
2400
2208
  client = "client",
2401
2209
  specialist = "specialist"
@@ -2413,7 +2221,7 @@ declare const CircleRatingContext: React__default.Context<CircleRatingContextDat
2413
2221
  declare const CircleRatingProvider: ({ children, data, t, }: {
2414
2222
  children: JSX.Element;
2415
2223
  data: CircleRatingContextProps;
2416
- t: TFunction<react_i18next.FallbackNs<Ns>, KPrefix>;
2224
+ t: WithTranslation['t'];
2417
2225
  }) => JSX.Element | null;
2418
2226
 
2419
2227
  type VideoContextValue = {
@@ -2447,7 +2255,7 @@ declare function useToastContext(): ToastState<MindlyToastProps>;
2447
2255
  declare const SIZES: SizeValues;
2448
2256
  declare const BREAKPOINT_ICON_SIZE = 20;
2449
2257
  declare function useCircleRatingRenderData({ progress, size, maxValue, isReverse, isShowBreakPoints, }: CircleRatingDataProps): CircleRatingDataResult;
2450
- declare function useRangeIndex({ progress, maxValue, ranges, isReverse, }: ProgressRangeProps): number;
2258
+ declare function useRangeIndex({ progress, maxValue, ranges, isReverse }: ProgressRangeProps): number;
2451
2259
  declare function getProgressForBreakPoint({ maxValue, breakPoint, }: {
2452
2260
  maxValue: number;
2453
2261
  breakPoint: number;
@@ -2458,15 +2266,11 @@ declare function useBreakPointsPosition({ maxValue, breakPoints, radius, strokeW
2458
2266
  radius?: number;
2459
2267
  strokeWidth?: number;
2460
2268
  }): BreakPointPositionResult[];
2461
- declare function useRatingCircleLegend({ ranges, t, isReverse, isPercentage, isShowLegend, }: CircleRatingLegendProps): string[];
2462
- declare function useRatingCircleContentValue({ progress, isPercentage, decimal, isWithAnimation, animationDuration, targetPercentage, onProgressEnd, }: {
2269
+ declare function useRatingCircleLegend({ ranges, t, isReverse, isPercentage, }: CircleRatingLegendProps): string[];
2270
+ declare function useRatingCircleContentValue({ progress, isPercentage, decimal, }: {
2463
2271
  progress: number;
2464
2272
  isPercentage?: boolean;
2465
2273
  decimal?: number;
2466
- isWithAnimation?: boolean;
2467
- animationDuration?: number;
2468
- targetPercentage?: number;
2469
- onProgressEnd?: () => void;
2470
2274
  }): string;
2471
2275
  declare function useRatingCircleBreakPoints({ ranges, maxValue, isReverse, }: {
2472
2276
  ranges: CircleRatingRange[];
@@ -2488,126 +2292,130 @@ declare const useDeepUpdateEffect: <T extends unknown[]>(effect: EffectCallback,
2488
2292
 
2489
2293
  declare function useIsKeyBoardShown(): boolean;
2490
2294
 
2491
- interface IconProps$C extends React$1.SVGAttributes<SVGElement> {
2295
+ interface IconProps$A extends React$1.SVGAttributes<SVGElement> {
2492
2296
  size?: number | string;
2493
2297
  color?: string;
2494
2298
  }
2495
- declare function IconArrowLeft({ color, size, ...other }: IconProps$C): JSX.Element;
2299
+ declare function IconArrowLeft({ color, size, ...other }: IconProps$A): JSX.Element;
2496
2300
 
2497
- interface IconProps$B extends React$1.SVGAttributes<SVGElement> {
2301
+ interface IconProps$z extends React$1.SVGAttributes<SVGElement> {
2498
2302
  size?: number | string;
2499
2303
  color?: string;
2500
2304
  }
2501
- declare function IconArrowRight({ color, size, ...other }: IconProps$B): JSX.Element;
2305
+ declare function IconArrowRight({ color, size, ...other }: IconProps$z): JSX.Element;
2502
2306
 
2503
- interface IconProps$A extends React$1.SVGAttributes<SVGElement> {
2307
+ interface IconProps$y extends React$1.SVGAttributes<SVGElement> {
2504
2308
  size?: number | string;
2505
2309
  color?: string;
2506
2310
  }
2507
- declare function IconBeachAccess({ color, size, ...other }: IconProps$A): JSX.Element;
2311
+ declare function IconBeachAccess({ color, size, ...other }: IconProps$y): JSX.Element;
2508
2312
 
2509
- interface IconProps$z extends React$1.SVGAttributes<SVGElement> {
2313
+ interface IconProps$x extends React$1.SVGAttributes<SVGElement> {
2510
2314
  size?: number | string;
2511
2315
  color?: string;
2512
2316
  }
2513
- declare function IconCalendar({ color, size, ...other }: IconProps$z): JSX.Element;
2317
+ declare function IconCalendar({ color, size, ...other }: IconProps$x): JSX.Element;
2514
2318
 
2515
- declare const IconCalendarNew: FC<IconProps$D>;
2319
+ declare const IconCalendarNew: FC<IconProps$B>;
2516
2320
 
2517
- declare const IconCalendarMonth: React$1.FC<IconProps$D>;
2321
+ interface IconProps$w extends React$1.SVGAttributes<SVGElement> {
2322
+ size?: number | string;
2323
+ color?: string;
2324
+ }
2325
+ declare function IconCalendarMonth({ color, size, ...other }: IconProps$w): JSX.Element;
2518
2326
 
2519
- interface IconProps$y extends React$1.SVGAttributes<SVGElement> {
2327
+ interface IconProps$v extends React$1.SVGAttributes<SVGElement> {
2520
2328
  size?: number | string;
2521
2329
  color?: string;
2522
2330
  }
2523
- declare function IconChatOutline({ color, size, ...other }: IconProps$y): JSX.Element;
2331
+ declare function IconChatOutline({ color, size, ...other }: IconProps$v): JSX.Element;
2524
2332
 
2525
- interface IconProps$x extends React$1.SVGAttributes<SVGElement> {
2333
+ interface IconProps$u extends React$1.SVGAttributes<SVGElement> {
2526
2334
  size?: number | string;
2527
2335
  color?: string;
2528
2336
  }
2529
- declare const IconCheckboxChecked: ({ color, size, ...other }: IconProps$x) => JSX.Element;
2337
+ declare function IconCheckboxChecked({ color, size, ...other }: IconProps$u): JSX.Element;
2530
2338
 
2531
- interface IconProps$w extends React$1.SVGAttributes<SVGElement> {
2339
+ interface IconProps$t extends React$1.SVGAttributes<SVGElement> {
2532
2340
  size?: number | string;
2533
2341
  color?: string;
2534
2342
  }
2535
- declare function IconCheckboxUnchecked({ color, size, ...other }: IconProps$w): JSX.Element;
2343
+ declare function IconCheckboxUnchecked({ color, size, ...other }: IconProps$t): JSX.Element;
2536
2344
 
2537
2345
  declare const IconClose: FC<React$1.SVGAttributes<SVGElement>>;
2538
2346
 
2539
- interface IconProps$v extends React$1.SVGAttributes<SVGElement> {
2347
+ interface IconProps$s extends React$1.SVGAttributes<SVGElement> {
2540
2348
  size?: number | string;
2541
2349
  color?: string;
2542
2350
  }
2543
- declare function IconEditCalendar({ color, size, ...props }: IconProps$v): JSX.Element;
2351
+ declare function IconEditCalendar({ color, size, ...props }: IconProps$s): JSX.Element;
2544
2352
 
2545
- interface IconProps$u extends React$1.SVGAttributes<SVGElement> {
2353
+ interface IconProps$r extends React$1.SVGAttributes<SVGElement> {
2546
2354
  size?: number | string;
2547
2355
  color?: string;
2548
2356
  }
2549
- declare function IconInvisible({ color, size, ...other }: IconProps$u): JSX.Element;
2357
+ declare function IconInvisible({ color, size, ...other }: IconProps$r): JSX.Element;
2550
2358
 
2551
- interface IconProps$t extends React$1.SVGAttributes<SVGElement> {
2359
+ interface IconProps$q extends React$1.SVGAttributes<SVGElement> {
2552
2360
  size?: number | string;
2553
2361
  color?: string;
2554
2362
  }
2555
- declare function IconLanguage({ color, size, ...other }: IconProps$t): JSX.Element;
2363
+ declare function IconLanguage({ color, size, ...other }: IconProps$q): JSX.Element;
2556
2364
 
2557
2365
  declare const IconLeftArrow: FC<React$1.SVGAttributes<SVGElement>>;
2558
2366
 
2559
- interface IconProps$s extends React$1.SVGAttributes<SVGElement> {
2367
+ interface IconProps$p extends React$1.SVGAttributes<SVGElement> {
2560
2368
  size?: number | string;
2561
2369
  color?: string;
2562
2370
  }
2563
- declare function IconLogout({ color, size, ...other }: IconProps$s): JSX.Element;
2371
+ declare function IconLogout({ color, size, ...other }: IconProps$p): JSX.Element;
2564
2372
 
2565
- interface IconProps$r extends React$1.SVGAttributes<SVGElement> {
2373
+ interface IconProps$o extends React$1.SVGAttributes<SVGElement> {
2566
2374
  size?: number | string;
2567
2375
  color?: string;
2568
2376
  }
2569
- declare function IconPause({ color, size, ...other }: IconProps$r): JSX.Element;
2377
+ declare function IconPause({ color, size, ...other }: IconProps$o): JSX.Element;
2570
2378
 
2571
- declare function IconMinus({ color, size, ...other }: IconProps$D): JSX.Element;
2379
+ declare function IconMinus({ color, size, ...other }: IconProps$B): JSX.Element;
2572
2380
 
2573
2381
  type IconPlusProps = React$1.SVGProps<any>;
2574
2382
  declare function IconPlus({ color, ...props }: IconPlusProps): JSX.Element;
2575
2383
 
2576
- interface IconProps$q extends React$1.SVGAttributes<SVGElement> {
2384
+ interface IconProps$n extends React$1.SVGAttributes<SVGElement> {
2577
2385
  size?: number | string;
2578
2386
  color?: string;
2579
2387
  }
2580
- declare function IconProfileChecked({ color, size, ...other }: IconProps$q): JSX.Element;
2388
+ declare function IconProfileChecked({ color, size, ...other }: IconProps$n): JSX.Element;
2581
2389
 
2582
- interface IconProps$p extends React$1.SVGAttributes<SVGElement> {
2390
+ interface IconProps$m extends React$1.SVGAttributes<SVGElement> {
2583
2391
  size?: number | string;
2584
2392
  color?: string;
2585
2393
  }
2586
- declare function IconProfileCircle({ color, size, ...other }: IconProps$p): JSX.Element;
2394
+ declare function IconProfileCircle({ color, size, ...other }: IconProps$m): JSX.Element;
2587
2395
 
2588
- interface IconProps$o extends React$1.SVGAttributes<SVGElement> {
2396
+ interface IconProps$l extends React$1.SVGAttributes<SVGElement> {
2589
2397
  size?: number | string;
2590
2398
  color?: string;
2591
2399
  }
2592
- declare function IconProfileSetting({ color, size, ...other }: IconProps$o): JSX.Element;
2400
+ declare function IconProfileSetting({ color, size, ...other }: IconProps$l): JSX.Element;
2593
2401
 
2594
- interface IconProps$n extends React$1.SVGAttributes<SVGElement> {
2402
+ interface IconProps$k extends React$1.SVGAttributes<SVGElement> {
2595
2403
  size?: number | string;
2596
2404
  color?: string;
2597
2405
  }
2598
- declare function IconProfileUnderReview({ color, size, ...other }: IconProps$n): JSX.Element;
2406
+ declare function IconProfileUnderReview({ color, size, ...other }: IconProps$k): JSX.Element;
2599
2407
 
2600
- interface IconProps$m extends React$1.SVGAttributes<SVGElement> {
2408
+ interface IconProps$j extends React$1.SVGAttributes<SVGElement> {
2601
2409
  size?: number | string;
2602
2410
  color?: string;
2603
2411
  }
2604
- declare function IconResume({ color, size, ...other }: IconProps$m): JSX.Element;
2412
+ declare function IconResume({ color, size, ...other }: IconProps$j): JSX.Element;
2605
2413
 
2606
- interface IconProps$l extends React$1.SVGAttributes<SVGElement> {
2414
+ interface IconProps$i extends React$1.SVGAttributes<SVGElement> {
2607
2415
  size?: number | string;
2608
2416
  color?: string;
2609
2417
  }
2610
- declare function IconSettings({ color, size, ...other }: IconProps$l): JSX.Element;
2418
+ declare function IconSettings({ color, size, ...other }: IconProps$i): JSX.Element;
2611
2419
 
2612
2420
  declare const IconStar: FC<React$1.SVGAttributes<SVGElement>>;
2613
2421
 
@@ -2615,23 +2423,23 @@ declare const IconStarFilled: FC<React$1.SVGAttributes<SVGElement>>;
2615
2423
 
2616
2424
  declare const IconSuccess: FC<React$1.SVGAttributes<SVGElement>>;
2617
2425
 
2618
- interface IconProps$k extends React$1.SVGAttributes<SVGElement> {
2426
+ interface IconProps$h extends React$1.SVGAttributes<SVGElement> {
2619
2427
  size?: number | string;
2620
2428
  color?: string;
2621
2429
  }
2622
- declare function IconTime({ color, size, ...other }: IconProps$k): JSX.Element;
2430
+ declare function IconTime({ color, size, ...other }: IconProps$h): JSX.Element;
2623
2431
 
2624
- interface IconProps$j extends React$1.SVGAttributes<SVGElement> {
2432
+ interface IconProps$g extends React$1.SVGAttributes<SVGElement> {
2625
2433
  size?: number | string;
2626
2434
  color?: string;
2627
2435
  }
2628
- declare function IconVerifiedUser({ color, size, ...other }: IconProps$j): JSX.Element;
2436
+ declare function IconVerifiedUser({ color, size, ...other }: IconProps$g): JSX.Element;
2629
2437
 
2630
- interface IconProps$i extends React$1.SVGAttributes<SVGElement> {
2438
+ interface IconProps$f extends React$1.SVGAttributes<SVGElement> {
2631
2439
  size?: number | string;
2632
2440
  color?: string;
2633
2441
  }
2634
- declare function IconVisible({ color, size, ...other }: IconProps$i): JSX.Element;
2442
+ declare function IconVisible({ color, size, ...other }: IconProps$f): JSX.Element;
2635
2443
 
2636
2444
  declare const IconApple: FC<React$1.SVGAttributes<SVGElement>>;
2637
2445
 
@@ -2645,15 +2453,15 @@ declare const IconEye: FC<React$1.SVGAttributes<SVGElement>>;
2645
2453
 
2646
2454
  declare const IconEyeOff: FC<React$1.SVGAttributes<SVGElement>>;
2647
2455
 
2648
- interface IconProps$h extends React$1.SVGAttributes<SVGElement> {
2456
+ interface IconProps$e extends React$1.SVGAttributes<SVGElement> {
2649
2457
  size?: number | string;
2650
2458
  color?: string;
2651
2459
  }
2652
- declare function IconWarning({ color, size, ...other }: IconProps$h): JSX.Element;
2460
+ declare function IconWarning({ color, size, ...other }: IconProps$e): JSX.Element;
2653
2461
 
2654
2462
  declare const IconGift: React$1.FC<React$1.SVGAttributes<SVGElement>>;
2655
2463
 
2656
- declare const IconGiftNew: FC<IconProps$D>;
2464
+ declare const IconGiftNew: FC<IconProps$B>;
2657
2465
 
2658
2466
  declare const IconCreditCard: React$1.FC<React$1.SVGAttributes<SVGElement>>;
2659
2467
 
@@ -2661,13 +2469,6 @@ declare const IconQuestion: React$1.FC<React$1.SVGAttributes<SVGElement>>;
2661
2469
 
2662
2470
  declare const IconPaper: React$1.FC<React$1.SVGAttributes<SVGElement>>;
2663
2471
 
2664
- declare const IconPaperPencil: React$1.FC<React$1.SVGAttributes<SVGElement> & {
2665
- primaryColor?: string;
2666
- secondaryColor?: string;
2667
- primaryLightColor?: string;
2668
- backgroundColor?: string;
2669
- }>;
2670
-
2671
2472
  declare const IconChat3d: (props: SVGProps<SVGSVGElement>) => JSX.Element;
2672
2473
 
2673
2474
  declare const IconChat3dSmaller: (props: SVGProps<SVGSVGElement>) => JSX.Element;
@@ -2676,49 +2477,49 @@ declare const IconNotificationMuted: (props: SVGProps<SVGSVGElement>) => JSX.Ele
2676
2477
 
2677
2478
  declare const IconCheckSmall: React$1.FC<React$1.SVGAttributes<SVGElement>>;
2678
2479
 
2679
- interface IconProps$g extends React$1.SVGAttributes<SVGElement> {
2480
+ interface IconProps$d extends React$1.SVGAttributes<SVGElement> {
2680
2481
  size?: number | string;
2681
2482
  color?: string;
2682
2483
  className?: string;
2683
2484
  style?: React$1.CSSProperties;
2684
2485
  }
2685
- declare function IconCheck({ color, size, ...other }: IconProps$g): JSX.Element;
2486
+ declare function IconCheck({ color, size, ...other }: IconProps$d): JSX.Element;
2686
2487
 
2687
- interface IconProps$f extends React$1.SVGAttributes<SVGElement> {
2488
+ interface IconProps$c extends React$1.SVGAttributes<SVGElement> {
2688
2489
  size?: number | string;
2689
2490
  color?: string;
2690
2491
  className?: string;
2691
2492
  style?: React$1.CSSProperties;
2692
2493
  }
2693
- declare const IconCapFilled: FC<IconProps$f>;
2494
+ declare const IconCapFilled: FC<IconProps$c>;
2694
2495
 
2695
- interface IconProps$e extends React$1.SVGAttributes<SVGElement> {
2496
+ interface IconProps$b extends React$1.SVGAttributes<SVGElement> {
2696
2497
  size?: number | string;
2697
2498
  color?: string;
2698
2499
  className?: string;
2699
2500
  style?: React$1.CSSProperties;
2700
2501
  }
2701
- declare function IconCancelRounded({ color, size, ...other }: IconProps$e): JSX.Element;
2502
+ declare function IconCancelRounded({ color, size, ...other }: IconProps$b): JSX.Element;
2702
2503
 
2703
- interface IconProps$d extends React$1.SVGAttributes<SVGElement> {
2504
+ interface IconProps$a extends React$1.SVGAttributes<SVGElement> {
2704
2505
  size?: number | string;
2705
2506
  color?: string;
2706
2507
  }
2707
- declare function IconMute({ color, size, ...other }: IconProps$d): JSX.Element;
2508
+ declare function IconMute({ color, size, ...other }: IconProps$a): JSX.Element;
2708
2509
 
2709
- interface IconProps$c extends React$1.SVGAttributes<SVGElement> {
2510
+ interface IconProps$9 extends React$1.SVGAttributes<SVGElement> {
2710
2511
  size?: number | string;
2711
2512
  color?: string;
2712
2513
  }
2713
- declare function IconUnmute({ color, size, ...other }: IconProps$c): JSX.Element;
2514
+ declare function IconUnmute({ color, size, ...other }: IconProps$9): JSX.Element;
2714
2515
 
2715
2516
  declare const IconBookmark: ({ width, height, color, ...other }: SVGProps<SVGSVGElement>) => JSX.Element;
2716
2517
 
2717
- interface IconProps$b extends React$1.SVGAttributes<SVGElement> {
2518
+ interface IconProps$8 extends React$1.SVGAttributes<SVGElement> {
2718
2519
  size?: number | string;
2719
2520
  color?: string;
2720
2521
  }
2721
- declare function IconBookmarkOutlined({ size, color, ...other }: IconProps$b): JSX.Element;
2522
+ declare function IconBookmarkOutlined({ size, color, ...other }: IconProps$8): JSX.Element;
2722
2523
 
2723
2524
  declare const IconUserNotFound: (props: SVGProps<SVGSVGElement>) => JSX.Element;
2724
2525
 
@@ -2738,198 +2539,144 @@ declare const IconCalendarFilled: ({ width, height, color, ...props }: SVGProps<
2738
2539
 
2739
2540
  declare const IconArrowDown: ({ width, height, color, ...other }: SVGProps<SVGSVGElement>) => JSX.Element;
2740
2541
 
2741
- interface IconProps$a extends React$1.SVGAttributes<SVGElement> {
2742
- color?: string;
2743
- }
2744
- declare const IconRadioButtonChecked: ({ color, ...rest }: IconProps$a) => JSX.Element;
2542
+ declare const IconRadioButtonChecked: (props: SVGProps<SVGSVGElement>) => JSX.Element;
2745
2543
 
2746
- interface IconProps$9 extends React$1.SVGAttributes<SVGElement> {
2544
+ interface IconProps$7 extends React$1.SVGAttributes<SVGElement> {
2747
2545
  size?: number | string;
2748
2546
  color?: string;
2749
2547
  }
2750
- declare function IconShare({ size, ...props }: IconProps$9): JSX.Element;
2548
+ declare function IconShare({ size, ...props }: IconProps$7): JSX.Element;
2751
2549
 
2752
- interface IconProps$8 extends React$1.SVGAttributes<SVGElement> {
2550
+ interface IconProps$6 extends React$1.SVGAttributes<SVGElement> {
2753
2551
  size?: number | string;
2754
2552
  color?: string;
2755
2553
  }
2756
- declare function IconLink({ size, ...props }: IconProps$8): JSX.Element;
2554
+ declare function IconLink({ size, ...props }: IconProps$6): JSX.Element;
2757
2555
 
2758
- declare const IconHome: FC<IconProps$D>;
2556
+ declare const IconHome: FC<IconProps$B>;
2759
2557
 
2760
- declare const IconEcgHeart: FC<IconProps$D>;
2558
+ declare const IconEcgHeart: FC<IconProps$B>;
2761
2559
 
2762
- declare const IconAddModerator: FC<IconProps$D>;
2560
+ declare const IconAddModerator: FC<IconProps$B>;
2763
2561
 
2764
- declare const IconQueryStats: FC<IconProps$D>;
2562
+ declare const IconQueryStats: FC<IconProps$B>;
2765
2563
 
2766
- declare const IconSchema: FC<IconProps$D>;
2564
+ declare const IconSchema: FC<IconProps$B>;
2767
2565
 
2768
- declare const IconPromocode: FC<IconProps$D>;
2566
+ declare const IconPromocode: FC<IconProps$B>;
2769
2567
 
2770
- declare const IconEventBusy: FC<IconProps$D>;
2568
+ declare const IconEventBusy: FC<IconProps$B>;
2771
2569
 
2772
- declare const IconDelete: FC<IconProps$D>;
2570
+ declare const IconDelete: FC<IconProps$B>;
2773
2571
 
2774
- declare const IconLock: FC<IconProps$D>;
2572
+ declare const IconLock: FC<IconProps$B>;
2775
2573
 
2776
- declare const IconEdit: FC<IconProps$D>;
2574
+ declare const IconEdit: FC<IconProps$B>;
2777
2575
 
2778
- declare const IconCopy: FC<IconProps$D>;
2576
+ declare const IconCopy: FC<IconProps$B>;
2779
2577
 
2780
- interface IconProps$7 extends React$1.SVGAttributes<SVGElement> {
2578
+ interface IconProps$5 extends React$1.SVGAttributes<SVGElement> {
2781
2579
  size?: number | string;
2782
2580
  color?: string;
2783
2581
  }
2784
- declare function IconTimeAdd({ color, size, ...other }: IconProps$7): JSX.Element;
2582
+ declare function IconTimeAdd({ color, size, ...other }: IconProps$5): JSX.Element;
2785
2583
 
2786
- declare const IconManageAccounts: FC<IconProps$D>;
2584
+ declare const IconManageAccounts: FC<IconProps$B>;
2787
2585
 
2788
- declare const IconSend: FC<IconProps$D>;
2586
+ declare const IconSend: FC<IconProps$B>;
2789
2587
 
2790
- interface IconProps$6 extends React$1.SVGAttributes<SVGElement> {
2588
+ interface IconProps$4 extends React$1.SVGAttributes<SVGElement> {
2791
2589
  size?: number | string;
2792
2590
  color?: string;
2793
2591
  }
2794
- declare function IconGallery({ color, size, ...other }: IconProps$6): JSX.Element;
2592
+ declare function IconGallery({ color, size, ...other }: IconProps$4): JSX.Element;
2795
2593
 
2796
- interface IconProps$5 extends React$1.SVGAttributes<SVGElement> {
2594
+ interface IconProps$3 extends React$1.SVGAttributes<SVGElement> {
2797
2595
  size?: number | string;
2798
2596
  color?: string;
2799
2597
  }
2800
- declare function IconText({ color, size, ...other }: IconProps$5): JSX.Element;
2598
+ declare function IconText({ color, size, ...other }: IconProps$3): JSX.Element;
2801
2599
 
2802
- interface IconProps$4 extends React$1.SVGAttributes<SVGElement> {
2600
+ interface IconProps$2 extends React$1.SVGAttributes<SVGElement> {
2803
2601
  size?: number | string;
2804
2602
  color?: string;
2805
2603
  className?: string;
2806
2604
  style?: React$1.CSSProperties;
2807
2605
  }
2808
- declare function IconCheckCircle({ color, size, ...props }: IconProps$4): JSX.Element;
2606
+ declare function IconCheckCircle({ color, size, ...props }: IconProps$2): JSX.Element;
2809
2607
 
2810
- interface IconProps$3 extends React$1.SVGAttributes<SVGElement> {
2608
+ interface IconProps$1 extends React$1.SVGAttributes<SVGElement> {
2811
2609
  size?: number | string;
2812
2610
  color?: string;
2813
2611
  }
2814
- declare function IconAttachMoney({ size, color, style, ...props }: IconProps$3): JSX.Element;
2612
+ declare function IconAttachMoney({ size, color, style, ...props }: IconProps$1): JSX.Element;
2815
2613
 
2816
- declare const IconArrowTopRight: FC<IconProps$D>;
2614
+ declare const IconArrowTopRight: FC<IconProps$B>;
2817
2615
 
2818
- declare const IconMoreVertical: FC<IconProps$D>;
2616
+ declare const IconMoreVertical: FC<IconProps$B>;
2819
2617
 
2820
- interface IconProps$2 extends React$1.SVGAttributes<SVGElement> {
2618
+ interface IconProps extends React$1.SVGAttributes<SVGElement> {
2821
2619
  size?: number | string;
2822
2620
  color?: string;
2823
2621
  }
2824
- declare const IconStylus: FC<IconProps$2>;
2825
-
2826
- declare const IconDocument: FC<IconProps$D>;
2827
-
2828
- declare const IconPersonAlert: FC<IconProps$D>;
2622
+ declare const IconStylus: FC<IconProps>;
2829
2623
 
2830
- declare const IconIdCard: FC<IconProps$D>;
2624
+ declare const IconDocument: FC<IconProps$B>;
2831
2625
 
2832
- declare const IconProfile: FC<IconProps$D>;
2626
+ declare const IconPersonAlert: FC<IconProps$B>;
2833
2627
 
2834
- declare const IconReceiptLong: FC<IconProps$D>;
2628
+ declare const IconIdCard: FC<IconProps$B>;
2835
2629
 
2836
- declare const IconInvoice: FC<IconProps$D>;
2630
+ declare const IconProfile: FC<IconProps$B>;
2837
2631
 
2838
- declare const IconRenew: React$1.FC<IconProps$D>;
2632
+ declare const IconReceiptLong: FC<IconProps$B>;
2839
2633
 
2840
- declare const IconDot: React$1.FC<IconProps$D>;
2634
+ declare const IconInvoice: FC<IconProps$B>;
2841
2635
 
2842
- declare const IconHeart: React$1.FC<IconProps$D>;
2636
+ declare const IconRenew: React$1.FC<IconProps$B>;
2843
2637
 
2844
- declare const IconMindly: React$1.FC<IconProps$D>;
2638
+ declare const IconDot: React$1.FC<IconProps$B>;
2845
2639
 
2846
- declare const IconPlay: React$1.FC<IconProps$D>;
2640
+ declare const IconHeart: React$1.FC<IconProps$B>;
2847
2641
 
2848
- declare const IconStudyHat: React$1.FC<IconProps$D>;
2642
+ declare const IconMindly: React$1.FC<IconProps$B>;
2849
2643
 
2850
- declare const IconMindlyColored: React$1.FC<IconProps$D>;
2644
+ declare const IconPlay: React$1.FC<IconProps$B>;
2851
2645
 
2852
- declare const IconUser: React$1.FC<IconProps$D>;
2646
+ declare const IconStudyHat: React$1.FC<IconProps$B>;
2853
2647
 
2854
- declare const IconFilters: React$1.FC<IconProps$D>;
2648
+ declare const IconMindlyColored: React$1.FC<IconProps$B>;
2855
2649
 
2856
- declare const IconEmptyList: React$1.FC<IconProps$D>;
2650
+ declare const IconUser: React$1.FC<IconProps$B>;
2857
2651
 
2858
- declare const IconChat: React$1.FC<IconProps$D>;
2652
+ declare const IconFilters: React$1.FC<IconProps$B>;
2859
2653
 
2860
- declare const IconMindlyMini: React$1.FC<IconProps$D>;
2654
+ declare const IconEmptyList: React$1.FC<IconProps$B>;
2861
2655
 
2862
- declare const IconSchedule: React$1.FC<IconProps$D>;
2656
+ declare const IconChat: React$1.FC<IconProps$B>;
2863
2657
 
2864
- declare const IconContract: React$1.FC<IconProps$D>;
2658
+ declare const IconMindlyMini: React$1.FC<IconProps$B>;
2865
2659
 
2866
- declare const IconReceipt: React$1.FC<IconProps$D>;
2660
+ declare const IconSchedule: React$1.FC<IconProps$B>;
2867
2661
 
2868
- declare const IconCalendarWithDot: React$1.FC<IconProps$D>;
2662
+ declare const IconContract: React$1.FC<IconProps$B>;
2869
2663
 
2870
- declare const IconExperience: React$1.FC<IconProps$D>;
2664
+ declare const IconReceipt: React$1.FC<IconProps$B>;
2871
2665
 
2872
- declare const IconSpecialistsEnded: React$1.FC<IconProps$D>;
2666
+ declare const IconCalendarWithDot: React$1.FC<IconProps$B>;
2873
2667
 
2874
- declare const IconReviewSessionSubscription: React$1.FC<IconProps$D>;
2668
+ declare const IconExperience: React$1.FC<IconProps$B>;
2875
2669
 
2876
- declare const IconReviewSessionTrial: React$1.FC<IconProps$D>;
2670
+ declare const IconSpecialistsEnded: React$1.FC<IconProps$B>;
2877
2671
 
2878
- declare const IconDoubleArrow: React$1.FC<IconProps$D>;
2672
+ declare const IconReviewSessionSubscription: React$1.FC<IconProps$B>;
2879
2673
 
2880
- declare const IconDivider: React$1.FC<IconProps$D>;
2881
-
2882
- declare const IconInfo: React$1.FC<IconProps$D>;
2883
-
2884
- declare const IconApplePay: React$1.FC<IconProps$D>;
2885
-
2886
- declare const IconSecure: React$1.FC<IconProps$D>;
2887
-
2888
- declare const IconGooglePay: React$1.FC<IconProps$D>;
2889
-
2890
- declare const IconAmEx: React$1.FC<IconProps$D>;
2891
-
2892
- declare const IconMaestro: React$1.FC<IconProps$D>;
2893
-
2894
- declare const IconMastercard: React$1.FC<IconProps$D>;
2895
-
2896
- declare const IconVisa: React$1.FC<IconProps$D>;
2897
-
2898
- declare const IconPoweredByStripe: React$1.FC<IconProps$D>;
2899
-
2900
- declare const IconCancelBold: React$1.FC<IconProps$D>;
2901
-
2902
- interface IconProps$1 extends React$1.SVGAttributes<SVGElement> {
2903
- size?: number | string;
2904
- color?: string;
2905
- }
2906
- declare const IconCheckboxCheckedBold: React$1.FC<IconProps$1>;
2907
-
2908
- interface IconProps extends React$1.SVGAttributes<SVGElement> {
2909
- size?: number | string;
2910
- color?: string;
2911
- }
2912
- declare const IconMatching: React$1.FC<IconProps>;
2913
-
2914
- declare const IconSwitch: React$1.FC<IconProps$D>;
2915
-
2916
- declare const IconGlobe: React$1.FC<IconProps$D>;
2917
-
2918
- declare const IconAppStoreRating: React$1.FC<IconProps$D>;
2919
-
2920
- declare const IconCompare: React$1.FC<IconProps$D>;
2921
-
2922
- declare const IconChart: React$1.FC<IconProps$D>;
2923
-
2924
- declare const IconPaywall: React$1.FC<IconProps$D>;
2925
-
2926
- declare const IconRadioPartial: FC<IconProps$D>;
2674
+ declare const IconReviewSessionTrial: React$1.FC<IconProps$B>;
2927
2675
 
2928
2676
  declare const formatByDigits: (value: number) => string;
2929
2677
  declare const roundToPrecision: (value: number, decimals?: number) => number;
2930
2678
  declare const getDateLocale: (locale: string) => Locale;
2931
2679
  declare const getGMTOffset: (timeZone: string) => string;
2932
- declare const getMonthNameInGenitive: (date: Date, locale: string) => string;
2933
2680
 
2934
2681
  type AnyRef = React__default.Ref<any>;
2935
2682
  declare const mergeRefs: <T extends unknown>(...refs: AnyRef[]) => React__default.Ref<T>;
@@ -3013,9 +2760,9 @@ type SlotsGridItemProps = {
3013
2760
  onSelectionChange: () => void;
3014
2761
  };
3015
2762
 
3016
- declare const _default$C: React__default.NamedExoticComponent<SlotsGridProps>;
2763
+ declare const _default$A: React__default.NamedExoticComponent<SlotsGridProps>;
3017
2764
 
3018
- declare const _default$B: React$1.NamedExoticComponent<SlotsGridItemProps>;
2765
+ declare const _default$z: React$1.NamedExoticComponent<SlotsGridItemProps>;
3019
2766
 
3020
2767
  type PushNotificationsModalProps = {
3021
2768
  onApplyPermission: () => void;
@@ -3129,23 +2876,23 @@ type ShareModalFeatureProps = {
3129
2876
  };
3130
2877
  declare const ShareModalFeature: FC<ShareModalFeatureProps>;
3131
2878
 
3132
- declare const _default$A: React__default.NamedExoticComponent<SpecialistPaymentConsultationDetailsType & TranslationType>;
2879
+ declare const _default$y: React__default.NamedExoticComponent<SpecialistPaymentConsultationDetailsType & TranslationType>;
3133
2880
 
3134
- declare const _default$z: React__default.NamedExoticComponent<SpecialistPaymentCardProps & TranslationType>;
2881
+ declare const _default$x: React__default.NamedExoticComponent<SpecialistPaymentCardProps & TranslationType>;
3135
2882
 
3136
2883
  type SpecialistPaymentCommonCardSkeletonType = {
3137
2884
  className?: string;
3138
2885
  };
3139
2886
  declare const SpecialistPaymentCommonCardSkeleton: (props: SpecialistPaymentCommonCardSkeletonType) => JSX.Element;
3140
2887
 
3141
- declare const _default$y: React__default.NamedExoticComponent<SpecialistPaymentConsultationsProps & TranslationType>;
2888
+ declare const _default$w: React__default.NamedExoticComponent<SpecialistPaymentConsultationsProps & TranslationType>;
3142
2889
 
3143
2890
  type ConsultationsListProps = {
3144
2891
  consultations: SpecialistConsultation[];
3145
2892
  locale?: string;
3146
2893
  consultationClick?: (consultation: SpecialistConsultation) => void;
3147
2894
  };
3148
- declare const _default$x: React__default.NamedExoticComponent<ConsultationsListProps>;
2895
+ declare const _default$v: React__default.NamedExoticComponent<ConsultationsListProps>;
3149
2896
 
3150
2897
  type ConsultationsListSkeletonType = {
3151
2898
  className?: string;
@@ -3160,9 +2907,9 @@ type CalendarPickerFeatureProps = {
3160
2907
  dateCallback: (date: Date) => void;
3161
2908
  lastDate: Date;
3162
2909
  };
3163
- declare const _default$w: React__default.NamedExoticComponent<CalendarPickerFeatureProps & TranslationType>;
2910
+ declare const _default$u: React__default.NamedExoticComponent<CalendarPickerFeatureProps & TranslationType>;
3164
2911
 
3165
- declare const _default$v: React__default.NamedExoticComponent<PaymentCalendarFeatureProps & TranslationType>;
2912
+ declare const _default$t: React__default.NamedExoticComponent<PaymentCalendarFeatureProps & TranslationType>;
3166
2913
 
3167
2914
  type GoogleCalendarModalFeatureProps = {
3168
2915
  isOpen: boolean;
@@ -3176,9 +2923,8 @@ type GoogleCalendarModalFeatureProps = {
3176
2923
  };
3177
2924
  declare function GoogleCalendarModalFeature({ status, isOpen, onSync, isLoading, presentingElement, imageUrl, onDidDismiss, t, }: GoogleCalendarModalFeatureProps): JSX.Element;
3178
2925
 
3179
- type ReviewCardFeatureVariantType = 'default' | 'outlined' | 'full' | 'store';
3180
- declare const _default$u: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
3181
- id?: string | undefined;
2926
+ type ReviewCardFeatureVariantType = 'default' | 'outlined' | 'full';
2927
+ declare const _default$s: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
3182
2928
  avatarSrc?: string | undefined;
3183
2929
  name: string;
3184
2930
  date: number;
@@ -3189,10 +2935,6 @@ declare const _default$u: React__default.MemoExoticComponent<React__default.Forw
3189
2935
  reviewTextClamp?: number | undefined;
3190
2936
  onExpandReview?(): void;
3191
2937
  className?: string | undefined;
3192
- useDate?: boolean | undefined;
3193
- locale?: string | undefined;
3194
- isEditable?: boolean | undefined;
3195
- onEditReview?: ((review: Pick<SpecialistReview$1, "id" | "review_rating" | "text_of_review">) => void) | undefined;
3196
2938
  } & TranslationType & React__default.RefAttributes<HTMLDivElement>>>;
3197
2939
 
3198
2940
  declare const ReviewsCardFeatureSkeleton: React__default.MemoExoticComponent<() => JSX.Element>;
@@ -3281,7 +3023,7 @@ type ScreenInputFormFeatureProps = {
3281
3023
  icon?: ReactNode | string;
3282
3024
  isKeyboardShown?: boolean;
3283
3025
  };
3284
- declare const _default$t: React__default.NamedExoticComponent<ScreenInputFormFeatureProps>;
3026
+ declare const _default$r: React__default.NamedExoticComponent<ScreenInputFormFeatureProps>;
3285
3027
 
3286
3028
  type SelectionType = {
3287
3029
  value: any;
@@ -3299,7 +3041,7 @@ type SpecialistDrumPickerWidgetProps = {
3299
3041
  onTouchStart?: () => void;
3300
3042
  onTouchEnd?: () => void;
3301
3043
  };
3302
- declare const _default$s: React__default.NamedExoticComponent<SpecialistDrumPickerWidgetProps>;
3044
+ declare const _default$q: React__default.NamedExoticComponent<SpecialistDrumPickerWidgetProps>;
3303
3045
 
3304
3046
  type TextAreaFormFeatureProps = {
3305
3047
  title?: string;
@@ -3315,7 +3057,7 @@ type TextAreaFormFeatureProps = {
3315
3057
  maxlength?: number;
3316
3058
  HeaderComponent?: FC;
3317
3059
  };
3318
- declare const _default$r: React__default.NamedExoticComponent<TextAreaFormFeatureProps>;
3060
+ declare const _default$p: React__default.NamedExoticComponent<TextAreaFormFeatureProps>;
3319
3061
 
3320
3062
  type AcceptAgreementFeatureProps = {
3321
3063
  isAccepted: boolean;
@@ -3336,39 +3078,32 @@ type SelectWithSearchFormFeatureProps = {
3336
3078
  otherText?: string;
3337
3079
  buttonLabel?: string;
3338
3080
  } & WithTranslation;
3339
- declare const _default$q: React__default.NamedExoticComponent<SelectWithSearchFormFeatureProps>;
3081
+ declare const _default$o: React__default.NamedExoticComponent<SelectWithSearchFormFeatureProps>;
3340
3082
 
3341
3083
  type MarkdownContainerFeatureProps = {
3342
3084
  children?: string | null;
3343
3085
  options?: MarkdownToJSX.Options;
3344
3086
  className?: string;
3345
- forceBlock?: boolean;
3346
3087
  };
3347
- declare const _default$p: React__default.NamedExoticComponent<MarkdownContainerFeatureProps>;
3088
+ declare const _default$n: React__default.NamedExoticComponent<MarkdownContainerFeatureProps>;
3348
3089
 
3349
- declare const _default$o: React__default.NamedExoticComponent<OnBoardingStartScreenType>;
3090
+ declare const _default$m: React__default.NamedExoticComponent<OnBoardingStartScreenType>;
3350
3091
 
3351
- declare const _default$n: React__default.NamedExoticComponent<OnBoardingInfoScreenType>;
3092
+ declare const _default$l: React__default.NamedExoticComponent<OnBoardingInfoScreenType>;
3352
3093
 
3353
3094
  type OnBoardingMultiSelectionScreenPreviewFeatureProps = {
3354
3095
  onChange?: (value: string[]) => void;
3355
3096
  defaultValues?: string[];
3356
- variant?: OnboardingVariant;
3357
3097
  } & OnBoardingMultiSelectScreenType;
3358
- declare const _default$m: React__default.NamedExoticComponent<OnBoardingMultiSelectionScreenPreviewFeatureProps>;
3098
+ declare const _default$k: React__default.NamedExoticComponent<OnBoardingMultiSelectionScreenPreviewFeatureProps>;
3359
3099
 
3360
3100
  type OnBoardingSingleSelectionScreenPreviewFeatureProps = {
3361
3101
  onChange?: (value: string) => void;
3362
3102
  defaultValues?: string[];
3363
- variant?: OnboardingVariant;
3364
- template?: 'radio' | 'image';
3365
- } & OnBoardingSingleSelectScreenType & OnBoardingSingleImageSelectScreenType;
3366
- declare const _default$l: React__default.NamedExoticComponent<OnBoardingSingleSelectionScreenPreviewFeatureProps>;
3103
+ } & OnBoardingSingleSelectScreenType;
3104
+ declare const _default$j: React__default.NamedExoticComponent<OnBoardingSingleSelectionScreenPreviewFeatureProps>;
3367
3105
 
3368
- declare const OnBoardingLoaderScreenPreviewFeature: FC<OnBoardingLoaderScreenType & {
3369
- t?: WithTranslation['t'];
3370
- onProgressEnd?: () => void;
3371
- }>;
3106
+ declare const _default$i: React__default.NamedExoticComponent<OnBoardingLoaderScreenType>;
3372
3107
 
3373
3108
  type OnBoardingProgressFeatureProps = {
3374
3109
  progress: number;
@@ -3377,56 +3112,10 @@ type OnBoardingProgressFeatureProps = {
3377
3112
  onBackButtonClick?: () => void;
3378
3113
  contentStyle?: OnBoardingScreenStyleOptions;
3379
3114
  startAdornment?: React__default.ReactNode;
3380
- variant?: OnboardingVariant;
3381
3115
  };
3382
- declare const _default$k: React__default.NamedExoticComponent<OnBoardingProgressFeatureProps>;
3116
+ declare const _default$h: React__default.NamedExoticComponent<OnBoardingProgressFeatureProps>;
3383
3117
 
3384
- declare const _default$j: React__default.NamedExoticComponent<OnBoardingReviewsScreenType>;
3385
-
3386
- type OnBoardingEmailScreenPreviewFeatureProps = OnBoardingEmailScreenType & {
3387
- email: string | null;
3388
- emailErrorText?: string;
3389
- onChangeEmail?: (email: string) => void;
3390
- onSubmit?: () => void;
3391
- };
3392
- declare const _default$i: React__default.NamedExoticComponent<OnBoardingEmailScreenPreviewFeatureProps>;
3393
-
3394
- type OnBoardingConfirmScreenPreviewFeatureProps = OnBoardingConfirmScreenType & {
3395
- email: string | null;
3396
- emailErrorText?: string;
3397
- onChangeEmail?: (email: string) => void;
3398
- password: string | null;
3399
- passwordErrorText?: string;
3400
- onChangePassword?: (password: string) => void;
3401
- onSubmit?: () => void;
3402
- };
3403
- declare const _default$h: React__default.NamedExoticComponent<OnBoardingConfirmScreenPreviewFeatureProps>;
3404
-
3405
- type OnBoardingPaywallScreenPreviewFeatureProps$1 = {
3406
- variant?: OnboardingVariant;
3407
- className?: string;
3408
- titleClassName?: string;
3409
- } & OnBoardingCompareScreenType;
3410
- declare const OnBoardingCompareScreenPreviewFeature: FC<OnBoardingPaywallScreenPreviewFeatureProps$1>;
3411
-
3412
- type OnBoardingPaywallScreenPreviewFeatureProps = {
3413
- variant?: OnboardingVariant;
3414
- specialists: Specialist[];
3415
- reviews: MindlyReview[];
3416
- locale?: string;
3417
- useAdditionalDiscount?: boolean;
3418
- onBuyTariff?: (tariffId: string) => void;
3419
- isLoading?: boolean;
3420
- } & OnBoardingPaywallScreenType;
3421
- declare const OnBoardingPaywallScreenPreviewFeature: FC<OnBoardingPaywallScreenPreviewFeatureProps>;
3422
-
3423
- type OnBoardingChartScreenPreviewFeatureProps = {
3424
- className?: string;
3425
- locale: string;
3426
- isPreview?: boolean;
3427
- variant?: OnboardingVariant;
3428
- } & OnBoardingChartScreenType;
3429
- declare const OnBoardingChartScreenPreviewFeature: FC<OnBoardingChartScreenPreviewFeatureProps>;
3118
+ declare const _default$g: React__default.NamedExoticComponent<OnBoardingReviewsScreenType>;
3430
3119
 
3431
3120
  type SpecialistAreaByMatch = {
3432
3121
  text: string;
@@ -3458,7 +3147,7 @@ interface Props$2 extends Omit<TypographyProps, 'children'> {
3458
3147
  presentingElement?: HTMLElement;
3459
3148
  }
3460
3149
 
3461
- declare const _default$g: React__default.NamedExoticComponent<Props$2>;
3150
+ declare const _default$f: React__default.NamedExoticComponent<Props$2>;
3462
3151
 
3463
3152
  type Props$1 = {
3464
3153
  className?: string;
@@ -3469,9 +3158,6 @@ type Props$1 = {
3469
3158
  t?: WithTranslation['t'];
3470
3159
  onLoadMore?(): void;
3471
3160
  presentingElement?: HTMLElement;
3472
- onEditSpecialistReview?: (review: Pick<SpecialistReview$1, 'id' | 'review_rating' | 'text_of_review'>) => Promise<void>;
3473
- specialistName: string;
3474
- specialistAvatar: string;
3475
3161
  };
3476
3162
  interface ReviewListFeatureRef {
3477
3163
  openModalReviews: () => void;
@@ -3717,8 +3403,6 @@ declare const SessionReview: React__default.FC<SessionReviewProps>;
3717
3403
  type SpecialistReviewProps = {
3718
3404
  specialistName: string;
3719
3405
  specialistAvatar: string;
3720
- currentRate?: number;
3721
- currentComment?: string;
3722
3406
  specialistReviewNeeded?: boolean;
3723
3407
  onSubmit: (data: {
3724
3408
  rate: number;
@@ -3736,8 +3420,8 @@ type ReviewSubscriptionSessionFeatureProps = {
3736
3420
  specialistName: string;
3737
3421
  specialistAvatar: string;
3738
3422
  isOpen: boolean;
3739
- specialistReviewNeeded?: boolean;
3740
- sessionReviewProps?: React__default.ComponentProps<typeof SessionReview> & {
3423
+ specialistReviewNeeded: boolean;
3424
+ sessionReviewProps: React__default.ComponentProps<typeof SessionReview> & {
3741
3425
  onModalAppeared?: () => void;
3742
3426
  };
3743
3427
  specialistReviewProps: React__default.ComponentProps<typeof SpecialistReview> & {
@@ -3746,69 +3430,9 @@ type ReviewSubscriptionSessionFeatureProps = {
3746
3430
  onClose: () => void;
3747
3431
  onCloseClick: (step: 'session' | 'specialist') => void;
3748
3432
  t?: WithTranslation['t'];
3749
- initialStep?: 'session' | 'specialist';
3750
3433
  };
3751
3434
  declare const ReviewSubscriptionSessionFeature: React__default.FC<ReviewSubscriptionSessionFeatureProps>;
3752
3435
 
3753
- type MindlyReviewFeatureProps = {
3754
- isOpen: boolean;
3755
- locale: string;
3756
- linkMapper: Record<string, string>;
3757
- isCommentRequired?: boolean;
3758
- isInterviewEnabled?: boolean;
3759
- isInterviewNewVersion?: boolean;
3760
- onModalAppeared?: () => void;
3761
- onRateSubmited: (rate: number) => void;
3762
- onCommentModalAppeared?: () => void;
3763
- onCommentSubmited: (rate: number, comment: string) => void;
3764
- onTriggerStoreReview?: () => void;
3765
- onPromocodeModalAppeared?: () => void;
3766
- onInterviewSubmited?: () => void;
3767
- onModalClose?: () => void;
3768
- t?: WithTranslation['t'];
3769
- };
3770
- declare const MindlyReviewFeature: React__default.FC<MindlyReviewFeatureProps>;
3771
-
3772
- type TariffFeatureProps = {
3773
- className?: string;
3774
- t?: WithTranslation['t'];
3775
- label: string;
3776
- priceBefore?: number;
3777
- price: number;
3778
- locale?: string;
3779
- id: string;
3780
- isSelected: boolean;
3781
- badge?: string;
3782
- variant: VariantEnum;
3783
- description?: string;
3784
- advantagesList?: {
3785
- id: string;
3786
- label: string;
3787
- }[];
3788
- initialIsInfoOpen?: boolean;
3789
- isPreview?: boolean;
3790
- onSelect(id: string): void;
3791
- };
3792
-
3793
- declare const TariffFeature: React__default.FC<TariffFeatureProps>;
3794
-
3795
- type PoweredByStripeFeatureProps = {
3796
- className?: string;
3797
- title?: string;
3798
- };
3799
-
3800
- declare const PoweredByStripeFeature: React__default.FC<PoweredByStripeFeatureProps>;
3801
-
3802
- type DropdownFeatureProps = {
3803
- className?: string;
3804
- t?: WithTranslation['t'];
3805
- title: string;
3806
- description?: string;
3807
- initialIsOpen?: boolean;
3808
- };
3809
-
3810
- declare const DropdownFeature: React__default.FC<DropdownFeatureProps>;
3811
-
3812
3436
  type SupportedCountryLocale = string;
3813
3437
  type Tabs = {
3814
3438
  behavior: 'tax-country' | 'profile-lang';
@@ -3860,13 +3484,9 @@ declare const getSessionsByYear: (sessions: Session[]) => Map<number, Session[]>
3860
3484
  declare const getSessionsByMonth: (sessions: Session[]) => Map<number, Session[]>;
3861
3485
  declare const getSessionsByDay: (sessions: Session[]) => Map<number, Session[]>;
3862
3486
  declare const splitSessions: (sessions: Session[]) => Map<string, Session[]>;
3863
- declare const getSessionTimeLabel: (variant: SessionVariant, startSessionDate: Date, t: TFunction<react_i18next.FallbackNs<Ns>, KPrefix>, locale: string) => string;
3487
+ declare const getSessionTimeLabel: (variant: SessionVariant, startSessionDate: Date, t: WithTranslation['t'], locale: string) => string;
3864
3488
  declare const canManageSession: (sessionDate?: Date) => boolean;
3865
3489
 
3866
- declare const ONBOARDING_THEME_DEFAULT_COLORS: Record<OnboardingVariant, {
3867
- defaultThemeColor: string;
3868
- }>;
3869
-
3870
3490
  type SpecialistCardProps = {
3871
3491
  fullName?: string;
3872
3492
  specialization?: string;
@@ -3915,7 +3535,7 @@ type SpecialistCardProps = {
3915
3535
  };
3916
3536
  declare const SpecialistCard: React__default.FC<SpecialistCardProps>;
3917
3537
 
3918
- declare const _default$f: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
3538
+ declare const _default$e: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
3919
3539
  isError?: boolean | undefined;
3920
3540
  errorStyle?: "filled" | "unfilled" | undefined;
3921
3541
  type?: "number" | "text" | "email" | undefined;
@@ -3939,11 +3559,11 @@ declare const PasswordInput: React__default.ForwardRefExoticComponent<{
3939
3559
  error?: string | null | undefined;
3940
3560
  } & Omit<React__default.InputHTMLAttributes<HTMLInputElement>, "type"> & React__default.RefAttributes<HTMLInputElement>>;
3941
3561
 
3942
- declare const _default$e: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
3562
+ declare const _default$d: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
3943
3563
  isError?: boolean | undefined;
3944
3564
  } & React__default.TextareaHTMLAttributes<HTMLTextAreaElement> & React__default.RefAttributes<HTMLTextAreaElement>>>;
3945
3565
 
3946
- declare const _default$d: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
3566
+ declare const _default$c: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
3947
3567
  options: {
3948
3568
  id: string | number;
3949
3569
  label: string | number;
@@ -3975,7 +3595,7 @@ type CustomCheckboxProps = {
3975
3595
  isCheckbox?: boolean;
3976
3596
  onChange?: (e: ChangeEvent<HTMLInputElement>) => void;
3977
3597
  };
3978
- declare const _default$c: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<CustomCheckboxProps & React__default.RefAttributes<HTMLInputElement>>>;
3598
+ declare const _default$b: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<CustomCheckboxProps & React__default.RefAttributes<HTMLInputElement>>>;
3979
3599
 
3980
3600
  type CheckboxListItem = {
3981
3601
  id: ReactText;
@@ -4003,7 +3623,7 @@ type CheckboxListProps = {
4003
3623
  from: string;
4004
3624
  };
4005
3625
  };
4006
- declare const _default$b: React__default.NamedExoticComponent<CheckboxListProps>;
3626
+ declare const _default$a: React__default.NamedExoticComponent<CheckboxListProps>;
4007
3627
 
4008
3628
  type BookingHeaderProps = {
4009
3629
  title?: string;
@@ -4017,9 +3637,9 @@ type ProgressBarProps = {
4017
3637
  progress: number;
4018
3638
  loaderTitle?: string;
4019
3639
  };
4020
- declare const _default$a: React__default.NamedExoticComponent<ProgressBarProps>;
3640
+ declare const _default$9: React__default.NamedExoticComponent<ProgressBarProps>;
4021
3641
 
4022
- declare const _default$9: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
3642
+ declare const _default$8: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
4023
3643
  title: string;
4024
3644
  subTitle?: string | undefined;
4025
3645
  isError?: boolean | undefined;
@@ -4051,7 +3671,7 @@ type FlagProps = {
4051
3671
  dimensions?: number;
4052
3672
  className?: string;
4053
3673
  };
4054
- declare const _default$8: React__default.NamedExoticComponent<FlagProps>;
3674
+ declare const _default$7: React__default.NamedExoticComponent<FlagProps>;
4055
3675
 
4056
3676
  type SpecialistLangsProps = {
4057
3677
  showLoader?: boolean;
@@ -4091,7 +3711,7 @@ type ProfileInformationProps = {
4091
3711
  reviews: string[];
4092
3712
  };
4093
3713
  } & React__default.HTMLAttributes<HTMLDivElement>;
4094
- declare const _default$7: React__default.NamedExoticComponent<ProfileInformationProps>;
3714
+ declare const _default$6: React__default.NamedExoticComponent<ProfileInformationProps>;
4095
3715
 
4096
3716
  type SpecialistMatchProps = {
4097
3717
  specialistFirstName?: string;
@@ -4103,7 +3723,7 @@ type SpecialistMatchProps = {
4103
3723
  howWeMatchThis: string;
4104
3724
  };
4105
3725
  } & React__default.HTMLAttributes<HTMLDivElement>;
4106
- declare const _default$6: React__default.NamedExoticComponent<SpecialistMatchProps>;
3726
+ declare const _default$5: React__default.NamedExoticComponent<SpecialistMatchProps>;
4107
3727
 
4108
3728
  type SpecialistStatisticProps = {
4109
3729
  learnMoreClick: () => void;
@@ -4123,7 +3743,7 @@ type SpecialistStatisticProps = {
4123
3743
  bookedSession: string;
4124
3744
  };
4125
3745
  } & React__default.HTMLAttributes<HTMLDivElement>;
4126
- declare const _default$5: React__default.NamedExoticComponent<SpecialistStatisticProps>;
3746
+ declare const _default$4: React__default.NamedExoticComponent<SpecialistStatisticProps>;
4127
3747
 
4128
3748
  type RatingWithLabelProps = {
4129
3749
  countOfReviews?: number;
@@ -4247,7 +3867,7 @@ type SpecialistCardWidgetProps = {
4247
3867
  currentUser?: UserType;
4248
3868
  };
4249
3869
 
4250
- declare const _default$4: React__default.NamedExoticComponent<SpecialistCardWidgetProps>;
3870
+ declare const _default$3: React__default.NamedExoticComponent<SpecialistCardWidgetProps>;
4251
3871
 
4252
3872
  type SpecialistCardListWidgetProps = {
4253
3873
  t?: WithTranslation['t'];
@@ -4262,11 +3882,11 @@ type SpecialistCardListWidgetProps = {
4262
3882
  };
4263
3883
  declare const SpecialistCardListWidget: FC<SpecialistCardListWidgetProps>;
4264
3884
 
4265
- declare const _default$3: React__default.NamedExoticComponent<SpecialistPaymentCardProps & {
3885
+ declare const _default$2: React__default.NamedExoticComponent<SpecialistPaymentCardProps & {
4266
3886
  routeClick: () => void;
4267
3887
  } & TranslationType>;
4268
3888
 
4269
- declare const _default$2: React__default.NamedExoticComponent<SpecialistPaymentCardProps & SpecialistPaymentConsultationsProps & TranslationType>;
3889
+ declare const _default$1: React__default.NamedExoticComponent<SpecialistPaymentCardProps & SpecialistPaymentConsultationsProps & TranslationType>;
4270
3890
 
4271
3891
  type UpdateContractWidgetProps = {
4272
3892
  isAccepted: boolean;
@@ -4300,12 +3920,9 @@ type SpecialistDetailWidgetProps = {
4300
3920
  onRateSession?(): void;
4301
3921
  onOpenSuperSpecialistArticle?(): void;
4302
3922
  onOpenNewSpecialistArticle?(): void;
4303
- onEditSpecialistReview?: (review: Pick<SpecialistReview$1, 'id' | 'review_rating' | 'text_of_review'>) => Promise<void>;
4304
3923
  };
4305
3924
 
4306
- declare const _default$1: React__default.NamedExoticComponent<SpecialistDetailWidgetProps>;
4307
-
4308
- declare const SpecialistDetailWidgetSkeleton: React__default.FC;
3925
+ declare const _default: React__default.NamedExoticComponent<SpecialistDetailWidgetProps>;
4309
3926
 
4310
3927
  declare const FiltersWidget: FC<FiltersWidgetProps>;
4311
3928
 
@@ -4373,13 +3990,4 @@ type SessionPaymentsWidgetProps = {
4373
3990
 
4374
3991
  declare const SessionPaymentsWidget: React__default.FC<SessionPaymentsWidgetProps>;
4375
3992
 
4376
- type SpecialistPreviewWidgetProps = {
4377
- t?: WithTranslation['t'];
4378
- specialist: Specialist;
4379
- variant?: VariantEnum;
4380
- className?: string;
4381
- };
4382
-
4383
- declare const _default: React__default.NamedExoticComponent<SpecialistPreviewWidgetProps>;
4384
-
4385
- export { AcceptAgreementFeature, Action, _default$V as AlertCard, AllowFilterValueType, AppFooter, _default$U as AppFooter_v2, AppHeader, AppHeaderPage as AppHeaderPageFeature, AppHeader_v2, AppNotSupportedFeature, ArchivedConsultationCard, AutoComplete, Avatar, AvatarProps$1 as AvatarProps, _default$T as Avatar_v2, AvatarProps as Avatar_v2Props, BREAKPOINT_ICON_SIZE, _default$P as Badge, _default$Y as BookingScheduleTime, _default$X as BookingSpecialistInfo, BreakPointPositionProps, BreakPointPositionResult, Button, Button_v2, CAN_MANAGE_SESSION_TIME_HOURS, COUNTRIES_MAPPER, Calendar, _default$w as CalendarPickerFeature, CancelSession, CardModal, ChangeLangModal, ChangeLanguageModal, _default$1h as ChatListItem, _default$1f as ChatListSkeleton, _default$1g 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$18 as ConsultationCard, ConsultationCardProps, ConsultationCardType, _default$15 as ConsultationModal, _default$A as ConsultationPricingFeature, _default$13 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$11 as DaySlider, DayToRender, DividerProps, DropdownFeature, DrumListPicker, DynamicCommissionValue, _default$Z as EducationCard, _default$1e as EmptyChatList, EmptyChatMessages, EmptyChatModalFeature, _default$16 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$R 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$L as IconButton, IconCalendar, IconCalendarFilled, IconCalendarMonth, IconCalendarNew, IconCalendarWithDot, IconCancel, IconCancelBold, IconCancelRounded, IconCapFilled, IconChart, IconChat, IconChat3d, IconChat3dSmaller, IconChatFilled, IconChatOutline, IconCheck, IconCheckCircle, IconCheckSmall, IconCheckboxChecked, IconCheckboxCheckedBold, IconCheckboxUnchecked, IconClient, IconClientFilled, IconClose, IconCompare, 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, IconPaywall, 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$H as Item, _default$O as ItemCard, LabelArrowRedirect, LanguagesList, _default$1l as LetterAvatar, _default$9 as LineFileInput, ListBox, ListBoxItem, ListBoxItemProps, ListBoxProps, ListBoxSelectionType, ListButton, ListItemType, _default$E as ListItemWithColumns, _default$I as ListItems, ListOption, ListOptionsProps, ListSelect, ListSelectProps, ListSimple, _default$J as Loading, LocaleCurrencyMapper, LouseConnect, MapStatusContractToUIStatus, _default$p as MarkdownContainerFeature, _default$F as MatchProgress, _default$1i as MediaPlayer, MenuFeature, MindlyReview, MindlyReviewFeature, Modal, ModalCalendar, ModalSheet, NEAR_SESSION_TIME_SECONDS, NavigationBar, NewSpecialist, NoInternetConnection, NotSupportModal, NotesCardText, NotesEditor, ONBOARDING_THEME_DEFAULT_COLORS, OnBoardingBaseScreenType, OnBoardingChartScreenPreviewFeature, OnBoardingChartScreenType, OnBoardingCompareScreenPreviewFeature, OnBoardingCompareScreenType, _default$h as OnBoardingConfirmScreenPreviewFeature, OnBoardingConfirmScreenType, _default$i as OnBoardingEmailScreenPreviewFeature, OnBoardingEmailScreenType, OnBoardingFlowType, _default$n as OnBoardingInfoScreenPreviewFeature, OnBoardingInfoScreenType, OnBoardingLoaderScreenPreviewFeature, OnBoardingLoaderScreenType, OnBoardingMultiSelectScreenType, _default$m as OnBoardingMultiSelectionScreenPreviewFeature, OnBoardingPaywallScreenPreviewFeature, OnBoardingPaywallScreenType, _default$k as OnBoardingProgressFeature, _default$j as OnBoardingReviewsScreenPreviewFeature, OnBoardingReviewsScreenType, OnBoardingScreenAlertType, OnBoardingScreenBgType, OnBoardingScreenButtonType, OnBoardingScreenDescriptionType, OnBoardingScreenEmailType, OnBoardingScreenErrorsType, OnBoardingScreenOptionType, OnBoardingScreenOptionWithImageType, OnBoardingScreenOptions, OnBoardingScreenPasswordType, OnBoardingScreenPrivacyType, OnBoardingScreenSkipButtonType, OnBoardingScreenStyleOptions, OnBoardingScreenTranslationsType, OnBoardingScreensType, OnBoardingSingleImageSelectScreenType, OnBoardingSingleSelectScreenType, _default$l as OnBoardingSingleSelectionScreenPreviewFeature, _default$o as OnBoardingStartScreenPreviewFeature, OnBoardingStartScreenType, OnboardingVariant, OutdatedPersonalDataFeature, PasswordInput, PaymentBadgeType, _default$v as PaymentCalendarFeature, PaymentCalendarFeatureProps, _default$x as PaymentSessionsList, _default$1k as PersonDateTimeCard, _default$Q as Picture, PoweredByStripeFeature, _default$7 as ProfileInformation, _default$$ as ProfileView, _default$a as ProgressBar, ProgressBarDashed, _default$K as ProgressBar_v2, ProgressRangeProps, PushNotificationsIsDisabledBanner, PushNotificationsModal, Range, _default$M as Rating, RatingCircleWrapper, _default$12 as ReSchedule, ReScheduleSuccess, Refresher, ResponseFileType, ReviewCard, _default$u as ReviewCardFeature, ReviewListFeature, ReviewStatistics, ReviewSubscriptionSessionFeature, ReviewSubscriptionSessionFeatureProps, ReviewSwiperSection, ReviewTrialSessionFeature, ReviewTrialSessionFeatureProps, ReviewsCardFeatureSkeleton, ReviewsSummary, RoundButton, RowItemType, RowSelect, RowSelectProps, Rule, SIZES, SOON_SESSION_TIME_SECONDS, _default$s as ScreenDrumPickerFormFeature, ScreenInput, _default$t as ScreenInputFormFeature, ScreenInputUpdateFeature, ScrollTabs, SectionHeading, Segment, SegmentColor, SegmentType, _default$1j as SelectImpressionEmoji, SelectItemType, _default$q as SelectWithSearchFormFeature, Session, SessionDetailWidget, SessionPaymentsWidget, SessionPreviewFeature, SessionReview$1 as SessionReview, SessionTime, SessionVariant, SessionsWidget as SessionsListWidget, SessionsWidgetProps, Sex, ShareModalFeature, ShortCurrencySignByLocale, ShortTranscriptionCurrencySignByLocale, _default$D as ShowMore, _default$17 as SignUpSessionButton, _default$14 as SignUpSessionModal, SizeValues, Skeleton, _default$S as Skeleton_v2, _default$C as SlotsGrid, _default$B as SlotsGridItem, SolidInput, Specialist, _default$_ as SpecialistAbout, SpecialistAreaList as SpecialistAreaListFeature, SpecialistCard, SpecialistCardListWidget, _default$4 as SpecialistCardWidget, SpecialistConsultation, SpecialistConsultationPayment, _default$1 as SpecialistDetailWidget, SpecialistDetailWidgetSkeleton, SpecialistEducation, _default$1c as SpecialistEducationCard, SpecialistEducationsFeature, SpecialistInfoColumnFeature, SpecialistLangs, _default$6 as SpecialistMatch, SpecialistOrderType, SpecialistPaymentCardProps, _default$z as SpecialistPaymentCommonCardFeature, SpecialistPaymentCommonCardSkeleton, SpecialistPaymentConsultationDetailsType, _default$y as SpecialistPaymentConsultationsFeature, SpecialistPaymentConsultationsProps, SpecialistPaymentCurrencyProps, _default$2 as SpecialistPaymentResumeWidget, SpecialistPaymentResumeWidgetType, SpecialistPaymentTabs, _default$3 as SpecialistPaymentWidget, SpecialistPaymentWidgetType, SpecialistPreviewFeature, SpecialistPreviewListWidget, _default as SpecialistPreviewWidget, SpecialistProfileNotFound, _default$1b 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, Tariff, TariffFeature, _default$r as TextAreaFormFeature, _default$f as TextInput, _default$g as TextWithClampFeature, _default$1d as Textarea, _default$N as Textarea_v2, ThemeProvider, ThemeProviderProps, TherapistCard, TherapistInformationComponent, Toast, ToastButton, ToastContext, ToastProps, ToastProvider, ToastRegion, Toggle, TooltipComponent, TranslationMock, TranslationType, TreeNode, _default$W as Typography, TypographyVariantsEnum, UpdateContractWidget, UpdatesCard, UserInfoModal, UserType, UsersPsychologistScrollList, VariantType, VerticalCalendar, VerticalCalendarMonthSkeleton, VerticalCalendarSkeleton, _default$G as Video, _default$19 as VideoCallInfo, _default$1a as VideoPlayer, VideoProvider, _default$10 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 };
3993
+ export { AcceptAgreementFeature, Action, _default$T as AlertCard, AllowFilterValueType, AppFooter, _default$S as AppFooter_v2, AppHeader, AppHeaderPage as AppHeaderPageFeature, AppHeader_v2, AppNotSupportedFeature, ArchivedConsultationCard, AutoComplete, Avatar, AvatarProps$1 as AvatarProps, _default$R as Avatar_v2, AvatarProps as Avatar_v2Props, BREAKPOINT_ICON_SIZE, _default$N as Badge, _default$W as BookingScheduleTime, _default$V as BookingSpecialistInfo, BreakPointPositionProps, BreakPointPositionResult, Button, Button_v2, CAN_MANAGE_SESSION_TIME_HOURS, COUNTRIES_MAPPER, Calendar, _default$u as CalendarPickerFeature, CancelSession, CardModal, ChangeLangModal, ChangeLanguageModal, _default$1f as ChatListItem, _default$1d as ChatListSkeleton, _default$1e 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$16 as ConsultationCard, ConsultationCardProps, ConsultationCardType, _default$13 as ConsultationModal, _default$y as ConsultationPricingFeature, _default$11 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$$ as DaySlider, DayToRender, DividerProps, DrumListPicker, DynamicCommissionValue, _default$X as EducationCard, _default$1c as EmptyChatList, EmptyChatMessages, EmptyChatModalFeature, _default$14 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$P as Flag_v2, FloatingButton, FooterForBooking, FrequentlyAskedQuestions, GoogleCalendarModalFeature, HeaderWithRedirect, HorizontalCalendar, HorizontalCalendarProps, ISpecialistReview, IconAddModerator, IconApple, IconArrowDown, IconArrowLeft, IconArrowRight, IconArrowTopRight, IconAttachMoney, IconBeachAccess, IconBookmark, IconBookmarkOutlined, _default$J 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, IconPause, IconPersonAlert, IconPlay, IconPlus, IconProfile, IconProfileChecked, IconProfileCircle, IconProfileSetting, IconProfileUnderReview, IconPromocode, IconProps$B 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$F as Item, _default$M as ItemCard, LabelArrowRedirect, LanguagesList, _default$1j as LetterAvatar, _default$8 as LineFileInput, ListBox, ListBoxItem, ListBoxItemProps, ListBoxProps, ListBoxSelectionType, ListButton, ListItemType, _default$C as ListItemWithColumns, _default$G as ListItems, ListOption, ListOptionsProps, ListSelect, ListSelectProps, ListSimple, _default$H as Loading, LocaleCurrencyMapper, LouseConnect, MapStatusContractToUIStatus, _default$n as MarkdownContainerFeature, _default$D as MatchProgress, _default$1g as MediaPlayer, MenuFeature, Modal, ModalCalendar, ModalSheet, NEAR_SESSION_TIME_SECONDS, NavigationBar, NewSpecialist, NoInternetConnection, NotSupportModal, NotesCardText, NotesEditor, OnBoardingBaseScreenType, OnBoardingFlowType, _default$l as OnBoardingInfoScreenPreviewFeature, OnBoardingInfoScreenType, _default$i as OnBoardingLoaderScreenPreviewFeature, OnBoardingLoaderScreenType, OnBoardingMultiSelectScreenType, _default$k as OnBoardingMultiSelectionScreenPreviewFeature, _default$h as OnBoardingProgressFeature, _default$g as OnBoardingReviewsScreenPreviewFeature, OnBoardingReviewsScreenType, OnBoardingScreenBgType, OnBoardingScreenButtonType, OnBoardingScreenDescriptionType, OnBoardingScreenOptionType, OnBoardingScreenOptions, OnBoardingScreenSkipButtonType, OnBoardingScreenStyleOptions, OnBoardingScreensType, OnBoardingSingleSelectScreenType, _default$j as OnBoardingSingleSelectionScreenPreviewFeature, _default$m as OnBoardingStartScreenPreviewFeature, OnBoardingStartScreenType, OutdatedPersonalDataFeature, PasswordInput, PaymentBadgeType, _default$t as PaymentCalendarFeature, PaymentCalendarFeatureProps, _default$v as PaymentSessionsList, _default$1i as PersonDateTimeCard, _default$O as Picture, _default$6 as ProfileInformation, _default$Z as ProfileView, _default$9 as ProgressBar, ProgressBarDashed, _default$I as ProgressBar_v2, ProgressRangeProps, PushNotificationsIsDisabledBanner, PushNotificationsModal, Range, _default$K as Rating, RatingCircleWrapper, _default$10 as ReSchedule, ReScheduleSuccess, Refresher, ResponseFileType, ReviewCard, _default$s as ReviewCardFeature, ReviewListFeature, ReviewStatistics, ReviewSubscriptionSessionFeature, ReviewSubscriptionSessionFeatureProps, ReviewSwiperSection, ReviewTrialSessionFeature, ReviewTrialSessionFeatureProps, ReviewsCardFeatureSkeleton, ReviewsSummary, RoundButton, RowItemType, RowSelect, RowSelectProps, Rule, SIZES, SOON_SESSION_TIME_SECONDS, _default$q as ScreenDrumPickerFormFeature, ScreenInput, _default$r as ScreenInputFormFeature, ScreenInputUpdateFeature, ScrollTabs, SectionHeading, Segment, SegmentColor, SegmentType, _default$1h as SelectImpressionEmoji, SelectItemType, _default$o as SelectWithSearchFormFeature, Session, SessionDetailWidget, SessionPaymentsWidget, SessionPreviewFeature, SessionReview$1 as SessionReview, SessionTime, SessionVariant, SessionsWidget as SessionsListWidget, SessionsWidgetProps, Sex, ShareModalFeature, ShortCurrencySignByLocale, _default$B as ShowMore, _default$15 as SignUpSessionButton, _default$12 as SignUpSessionModal, SizeValues, Skeleton, _default$Q as Skeleton_v2, _default$A as SlotsGrid, _default$z as SlotsGridItem, Specialist, _default$Y as SpecialistAbout, SpecialistAreaList as SpecialistAreaListFeature, SpecialistCard, SpecialistCardListWidget, _default$3 as SpecialistCardWidget, SpecialistConsultation, SpecialistConsultationPayment, _default as SpecialistDetailWidget, SpecialistEducation, _default$1a as SpecialistEducationCard, SpecialistEducationsFeature, SpecialistInfoColumnFeature, SpecialistLangs, _default$5 as SpecialistMatch, SpecialistOrderType, SpecialistPaymentCardProps, _default$x as SpecialistPaymentCommonCardFeature, SpecialistPaymentCommonCardSkeleton, SpecialistPaymentConsultationDetailsType, _default$w as SpecialistPaymentConsultationsFeature, SpecialistPaymentConsultationsProps, SpecialistPaymentCurrencyProps, _default$1 as SpecialistPaymentResumeWidget, SpecialistPaymentResumeWidgetType, SpecialistPaymentTabs, _default$2 as SpecialistPaymentWidget, SpecialistPaymentWidgetType, SpecialistPreviewFeature, SpecialistPreviewListWidget, SpecialistProfileNotFound, _default$19 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$p as TextAreaFormFeature, _default$e as TextInput, _default$f as TextWithClampFeature, _default$1b as Textarea, _default$L as Textarea_v2, ThemeProvider, ThemeProviderProps, TherapistCard, TherapistInformationComponent, Toast, ToastButton, ToastContext, ToastProps, ToastProvider, ToastRegion, Toggle, TooltipComponent, TranslationMock, TranslationType, TreeNode, _default$U as Typography, TypographyVariantsEnum, UpdateContractWidget, UpdatesCard, UserInfoModal, UserType, UsersPsychologistScrollList, VerticalCalendar, VerticalCalendarMonthSkeleton, VerticalCalendarSkeleton, _default$E as Video, _default$17 as VideoCallInfo, _default$18 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 };