@mindly/ui-components 5.105.1-hotfix → 5.105.2-dev.1

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