@mindly/ui-components 6.6.0-dev.8 → 6.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (285) hide show
  1. package/dist/cjs/index.js +8 -8
  2. package/dist/cjs/lib2/features/AcceptAgreementFeature/AcceptAgreemnetFeature.d.ts +1 -0
  3. package/dist/cjs/lib2/features/Charts/ChartAreaFeature/ChartAreaFeature.d.ts +2 -1
  4. package/dist/cjs/lib2/features/Charts/ChartLinesFeature/ChartLinesFeature.d.ts +0 -2
  5. package/dist/cjs/lib2/features/Charts/components/DotLabel.d.ts +2 -1
  6. package/dist/cjs/lib2/features/GoogleCalendarModalFeature/GoogleCalendarModalFeature.d.ts +1 -0
  7. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingChartScreenPreviewFeature/OnBoardingChartScreenPreviewFeature.d.ts +2 -2
  8. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingCompareScreenPreviewFeature /OnBoardingCompareScreenPreviewFeature.d.ts +2 -2
  9. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingGoalSelectionScreenPreviewFeature/OnBoardingGoalSelectionScreenPreviewFeature.d.ts +2 -3
  10. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingGraphScreenPreviewFeature/OnBoardingGraphScreenPreviewFeature.d.ts +5 -3
  11. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingLoaderScreenPreviewFeature/OnBoardingLoaderScreenPreviewFeature.d.ts +2 -2
  12. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingLoaderScreenPreviewFeature/components/ListTemplateLoader.d.ts +2 -2
  13. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingLoaderScreenPreviewFeature/components/ListTemplateLoaderItem.d.ts +2 -0
  14. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingLoaderScreenPreviewFeature/components/ListTemplateLoaderModal.d.ts +2 -2
  15. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingMultiSelectionScreenPreviewFeature/OnBoardingMultiSelectionScreenPreviewFeature.d.ts +2 -3
  16. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/OnBoardingPaywallScreenPreviewFeature.d.ts +2 -2
  17. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/styles.d.ts +21 -0
  18. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingProgressFeature/CounterProgress.d.ts +2 -3
  19. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingProgressFeature/DefaultProgress.d.ts +2 -3
  20. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingProgressFeature/OnBoardingProgressFeature.d.ts +2 -3
  21. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingSingleSelectionScreenPreviewFeature/OnBoardingSingleSelectionScreenPreviewFeature.d.ts +2 -3
  22. package/dist/cjs/lib2/features/OutdatedPersonalDataFeature/OutdatedPersonalDataFeature.d.ts +1 -0
  23. package/dist/cjs/lib2/features/PushNotificationsIsDisabledBanner/PushNotificationsIsDisabledBanner.d.ts +1 -0
  24. package/dist/cjs/lib2/features/PushNotificationsModal/PushNotificationsModal.d.ts +1 -0
  25. package/dist/cjs/lib2/features/ScheduleFeature/ScheduleFeature.d.ts +4 -0
  26. package/dist/cjs/lib2/features/ScheduleFeature/ScheduleSkeletonFeature.d.ts +4 -0
  27. package/dist/cjs/lib2/features/ScheduleFeature/index.d.ts +1 -0
  28. package/dist/cjs/lib2/features/ScheduleFeature/types.d.ts +11 -0
  29. package/dist/cjs/lib2/features/TariffFeature/styles.d.ts +21 -0
  30. package/dist/cjs/lib2/features/TariffFeature/types.d.ts +2 -0
  31. package/dist/cjs/lib2/shared/assets/icons/IconMinus.d.ts +1 -0
  32. package/dist/cjs/lib2/shared/providers/index.d.ts +0 -1
  33. package/dist/cjs/lib2/shared/types/common.d.ts +4 -0
  34. package/dist/cjs/lib2/shared/types/onBoardingFlow.type.d.ts +8 -1
  35. package/dist/cjs/lib2/shared/types/specialistTypes.d.ts +1 -0
  36. package/dist/cjs/lib2/shared/types/variant.d.ts +2 -1
  37. package/dist/cjs/lib2/shared/ui/Button_v2/Button_v2.style.d.ts +2 -2
  38. package/dist/cjs/lib2/shared/ui/Button_v2/types.d.ts +3 -2
  39. package/dist/cjs/lib2/shared/ui/Calendar/Calendar.d.ts +1 -0
  40. package/dist/cjs/lib2/shared/ui/Calendar/VerticalCalendar.d.ts +1 -0
  41. package/dist/cjs/lib2/shared/ui/Calendar/VerticalCalendarMonthSkeleton.d.ts +1 -0
  42. package/dist/cjs/lib2/shared/ui/Calendar/VerticalCalendarSkeleton.d.ts +1 -0
  43. package/dist/cjs/lib2/shared/ui/ListBox/ListBox.d.ts +2 -1
  44. package/dist/cjs/lib2/shared/ui/ListBox/types.d.ts +3 -2
  45. package/dist/cjs/lib2/shared/ui/ListBoxItem/ListBoxDefaultItem.d.ts +4 -3
  46. package/dist/cjs/lib2/shared/ui/ListBoxItem/ListBoxEmojiItem.d.ts +3 -1
  47. package/dist/cjs/lib2/shared/ui/ListBoxItem/ListBoxIconItem.d.ts +4 -3
  48. package/dist/cjs/lib2/shared/ui/ListBoxItem/ListBoxImageItem.d.ts +3 -2
  49. package/dist/cjs/lib2/shared/ui/ListBoxItem/constants.d.ts +1 -1
  50. package/dist/cjs/lib2/shared/ui/ListBoxItem/types.d.ts +2 -2
  51. package/dist/cjs/lib2/shared/ui/ProgressBar_v2/ProgressBar_v2.d.ts +3 -1
  52. package/dist/cjs/lib2/shared/ui/RatingCircle/RatingCircleIcons.d.ts +1 -0
  53. package/dist/cjs/lib2/shared/ui/Tabs/Tab.d.ts +1 -0
  54. package/dist/cjs/lib2/shared/ui/Tabs/TabPanel.d.ts +1 -0
  55. package/dist/cjs/lib2/shared/ui/Tabs/Tabs.d.ts +1 -0
  56. package/dist/cjs/lib2/shared/ui/Video/styles.d.ts +28 -0
  57. package/dist/cjs/lib2/shared/utils/index.d.ts +0 -1
  58. package/dist/cjs/lib2/shared/utils/onboarding.d.ts +2 -2
  59. package/dist/cjs/lib2/widgets/SpecialistDetailWidget/SpecialistDetailWidgetSkeleton.d.ts +1 -0
  60. package/dist/cjs/lib2/widgets/SpecialistDetailWidget/types.d.ts +5 -0
  61. package/dist/cjs/lib2/widgets/SpecialistDetailWithTabsWidget/SpecialistDetailWithTabsSkeleton.d.ts +1 -0
  62. package/dist/cjs/lib2/widgets/SpecialistDetailWithTabsWidget/types.d.ts +5 -0
  63. package/dist/cjs/lib2/widgets/UpdateContractWidget/UpdateContractWidget.d.ts +1 -0
  64. package/dist/esm/index.js +8 -8
  65. package/dist/esm/lib2/features/AcceptAgreementFeature/AcceptAgreemnetFeature.d.ts +1 -0
  66. package/dist/esm/lib2/features/Charts/ChartAreaFeature/ChartAreaFeature.d.ts +2 -1
  67. package/dist/esm/lib2/features/Charts/ChartLinesFeature/ChartLinesFeature.d.ts +0 -2
  68. package/dist/esm/lib2/features/Charts/components/DotLabel.d.ts +2 -1
  69. package/dist/esm/lib2/features/GoogleCalendarModalFeature/GoogleCalendarModalFeature.d.ts +1 -0
  70. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingChartScreenPreviewFeature/OnBoardingChartScreenPreviewFeature.d.ts +2 -2
  71. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingCompareScreenPreviewFeature /OnBoardingCompareScreenPreviewFeature.d.ts +2 -2
  72. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingGoalSelectionScreenPreviewFeature/OnBoardingGoalSelectionScreenPreviewFeature.d.ts +2 -3
  73. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingGraphScreenPreviewFeature/OnBoardingGraphScreenPreviewFeature.d.ts +5 -3
  74. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingLoaderScreenPreviewFeature/OnBoardingLoaderScreenPreviewFeature.d.ts +2 -2
  75. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingLoaderScreenPreviewFeature/components/ListTemplateLoader.d.ts +2 -2
  76. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingLoaderScreenPreviewFeature/components/ListTemplateLoaderItem.d.ts +2 -0
  77. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingLoaderScreenPreviewFeature/components/ListTemplateLoaderModal.d.ts +2 -2
  78. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingMultiSelectionScreenPreviewFeature/OnBoardingMultiSelectionScreenPreviewFeature.d.ts +2 -3
  79. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/OnBoardingPaywallScreenPreviewFeature.d.ts +2 -2
  80. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/styles.d.ts +21 -0
  81. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingProgressFeature/CounterProgress.d.ts +2 -3
  82. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingProgressFeature/DefaultProgress.d.ts +2 -3
  83. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingProgressFeature/OnBoardingProgressFeature.d.ts +2 -3
  84. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingSingleSelectionScreenPreviewFeature/OnBoardingSingleSelectionScreenPreviewFeature.d.ts +2 -3
  85. package/dist/esm/lib2/features/OutdatedPersonalDataFeature/OutdatedPersonalDataFeature.d.ts +1 -0
  86. package/dist/esm/lib2/features/PushNotificationsIsDisabledBanner/PushNotificationsIsDisabledBanner.d.ts +1 -0
  87. package/dist/esm/lib2/features/PushNotificationsModal/PushNotificationsModal.d.ts +1 -0
  88. package/dist/esm/lib2/features/ScheduleFeature/ScheduleFeature.d.ts +4 -0
  89. package/dist/esm/lib2/features/ScheduleFeature/ScheduleSkeletonFeature.d.ts +4 -0
  90. package/dist/esm/lib2/features/ScheduleFeature/index.d.ts +1 -0
  91. package/dist/esm/lib2/features/ScheduleFeature/types.d.ts +11 -0
  92. package/dist/esm/lib2/features/TariffFeature/styles.d.ts +21 -0
  93. package/dist/esm/lib2/features/TariffFeature/types.d.ts +2 -0
  94. package/dist/esm/lib2/shared/assets/icons/IconMinus.d.ts +1 -0
  95. package/dist/esm/lib2/shared/providers/index.d.ts +0 -1
  96. package/dist/esm/lib2/shared/types/common.d.ts +4 -0
  97. package/dist/esm/lib2/shared/types/onBoardingFlow.type.d.ts +8 -1
  98. package/dist/esm/lib2/shared/types/specialistTypes.d.ts +1 -0
  99. package/dist/esm/lib2/shared/types/variant.d.ts +2 -1
  100. package/dist/esm/lib2/shared/ui/Button_v2/Button_v2.style.d.ts +2 -2
  101. package/dist/esm/lib2/shared/ui/Button_v2/types.d.ts +3 -2
  102. package/dist/esm/lib2/shared/ui/Calendar/Calendar.d.ts +1 -0
  103. package/dist/esm/lib2/shared/ui/Calendar/VerticalCalendar.d.ts +1 -0
  104. package/dist/esm/lib2/shared/ui/Calendar/VerticalCalendarMonthSkeleton.d.ts +1 -0
  105. package/dist/esm/lib2/shared/ui/Calendar/VerticalCalendarSkeleton.d.ts +1 -0
  106. package/dist/esm/lib2/shared/ui/ListBox/ListBox.d.ts +2 -1
  107. package/dist/esm/lib2/shared/ui/ListBox/types.d.ts +3 -2
  108. package/dist/esm/lib2/shared/ui/ListBoxItem/ListBoxDefaultItem.d.ts +4 -3
  109. package/dist/esm/lib2/shared/ui/ListBoxItem/ListBoxEmojiItem.d.ts +3 -1
  110. package/dist/esm/lib2/shared/ui/ListBoxItem/ListBoxIconItem.d.ts +4 -3
  111. package/dist/esm/lib2/shared/ui/ListBoxItem/ListBoxImageItem.d.ts +3 -2
  112. package/dist/esm/lib2/shared/ui/ListBoxItem/constants.d.ts +1 -1
  113. package/dist/esm/lib2/shared/ui/ListBoxItem/types.d.ts +2 -2
  114. package/dist/esm/lib2/shared/ui/ProgressBar_v2/ProgressBar_v2.d.ts +3 -1
  115. package/dist/esm/lib2/shared/ui/RatingCircle/RatingCircleIcons.d.ts +1 -0
  116. package/dist/esm/lib2/shared/ui/Tabs/Tab.d.ts +1 -0
  117. package/dist/esm/lib2/shared/ui/Tabs/TabPanel.d.ts +1 -0
  118. package/dist/esm/lib2/shared/ui/Tabs/Tabs.d.ts +1 -0
  119. package/dist/esm/lib2/shared/ui/Video/styles.d.ts +28 -0
  120. package/dist/esm/lib2/shared/utils/index.d.ts +0 -1
  121. package/dist/esm/lib2/shared/utils/onboarding.d.ts +2 -2
  122. package/dist/esm/lib2/widgets/SpecialistDetailWidget/SpecialistDetailWidgetSkeleton.d.ts +1 -0
  123. package/dist/esm/lib2/widgets/SpecialistDetailWidget/types.d.ts +5 -0
  124. package/dist/esm/lib2/widgets/SpecialistDetailWithTabsWidget/SpecialistDetailWithTabsSkeleton.d.ts +1 -0
  125. package/dist/esm/lib2/widgets/SpecialistDetailWithTabsWidget/types.d.ts +5 -0
  126. package/dist/esm/lib2/widgets/UpdateContractWidget/UpdateContractWidget.d.ts +1 -0
  127. package/dist/index.d.ts +135 -279
  128. package/package.json +1 -3
  129. package/src/lib2/shared/css/variables.css +2 -0
  130. package/dist/cjs/b7649e1531c181af.svg +0 -69
  131. package/dist/cjs/deprecated/SpecialistEducationCard/EmptyInstitutionLogo.d.ts +0 -3
  132. package/dist/cjs/deprecated/SpecialistEducationCard/SpecialistEducationCard.d.ts +0 -12
  133. package/dist/cjs/deprecated/SpecialistEducationCard/SpecialistEducationCard.style.d.ts +0 -6
  134. package/dist/cjs/deprecated/SpecialistEducationCard/index.d.ts +0 -1
  135. package/dist/cjs/deprecated/SpecialistProfileViewCard/PlayVideoIcon/PlayVideoIcon.d.ts +0 -3
  136. package/dist/cjs/deprecated/SpecialistProfileViewCard/SpecialistProfileViewCard.d.ts +0 -14
  137. package/dist/cjs/deprecated/SpecialistProfileViewCard/SpecialistProfileViewCard.style.d.ts +0 -11
  138. package/dist/cjs/deprecated/SpecialistProfileViewCard/index.d.ts +0 -1
  139. package/dist/cjs/deprecated/SpecialistStatisticsCard/SpecialistStatisticsCard.d.ts +0 -11
  140. package/dist/cjs/deprecated/SpecialistStatisticsCard/SpecialistStatisticsCard.style.d.ts +0 -5
  141. package/dist/cjs/deprecated/SpecialistStatisticsCard/index.d.ts +0 -1
  142. package/dist/cjs/deprecated/SpecialistStatisticsCard/utils.d.ts +0 -1
  143. package/dist/cjs/deprecated/SpecialistWorkDirections/SpecialistWorkDirections.d.ts +0 -11
  144. package/dist/cjs/deprecated/SpecialistWorkDirections/SpecialistWorkDirections.style.d.ts +0 -2
  145. package/dist/cjs/deprecated/SpecialistWorkDirections/index.d.ts +0 -1
  146. package/dist/cjs/deprecated/therapist-card/TherapistCard.d.ts +0 -16
  147. package/dist/cjs/deprecated/therapist-card/TherapistCard.style.d.ts +0 -5
  148. package/dist/cjs/lib/ChangeLangModal/ChangeLangModal.d.ts +0 -15
  149. package/dist/cjs/lib/ChangeLangModal/ChangeLangModal.style.d.ts +0 -4
  150. package/dist/cjs/lib/ChangeLangModal/index.d.ts +0 -2
  151. package/dist/cjs/lib/Chat/LouseConnect/LouseConnect.d.ts +0 -6
  152. package/dist/cjs/lib/Chat/LouseConnect/LouseConnect.style.d.ts +0 -3
  153. package/dist/cjs/lib/Chat/LouseConnect/index.d.ts +0 -1
  154. package/dist/cjs/lib/EntryNotFound/EntryNotFound.d.ts +0 -5
  155. package/dist/cjs/lib/EntryNotFound/EntryNotFound.style.d.ts +0 -2
  156. package/dist/cjs/lib/EntryNotFound/index.d.ts +0 -1
  157. package/dist/cjs/lib/HorisontalCalendar/HorizontalCalendar.d.ts +0 -40
  158. package/dist/cjs/lib/HorisontalCalendar/HorizontalCalendar.styled.d.ts +0 -2
  159. package/dist/cjs/lib/HorisontalCalendar/index.d.ts +0 -1
  160. package/dist/cjs/lib/Modal/Modal.d.ts +0 -8
  161. package/dist/cjs/lib/Modal/Modal.style.d.ts +0 -6
  162. package/dist/cjs/lib/Modal/index.d.ts +0 -1
  163. package/dist/cjs/lib/ModalCalendar/ModalCalendar.d.ts +0 -10
  164. package/dist/cjs/lib/ModalCalendar/ModalCalendar.styled.d.ts +0 -12
  165. package/dist/cjs/lib/PersonDateTimeCard/PersonDateTimeCard.d.ts +0 -8
  166. package/dist/cjs/lib/PersonDateTimeCard/PersonDateTimeCard.styled.d.ts +0 -2
  167. package/dist/cjs/lib/SelectImpressionEmoji/ImpressionEmojiEnum.d.ts +0 -8
  168. package/dist/cjs/lib/SelectImpressionEmoji/SelectImpressionEmoji.d.ts +0 -4
  169. package/dist/cjs/lib/SelectImpressionEmoji/SelectImpressionEmoji.styled.d.ts +0 -2
  170. package/dist/cjs/lib/SelectImpressionEmoji/SelectImpressionEmojiProps.d.ts +0 -6
  171. package/dist/cjs/lib/SelectImpressionEmoji/emojis.d.ts +0 -5
  172. package/dist/cjs/lib/SelectImpressionEmoji/index.d.ts +0 -4
  173. package/dist/cjs/lib/StatusTag/StatusTag.d.ts +0 -7
  174. package/dist/cjs/lib/StatusTag/StatusTag.style.d.ts +0 -6
  175. package/dist/cjs/lib/StatusTag/index.d.ts +0 -1
  176. package/dist/cjs/lib/UsersPsychologistScrollList/UserPsychologistScrollList.styled.d.ts +0 -6
  177. package/dist/cjs/lib/UsersPsychologistScrollList/UsersPsychologistScrollList.d.ts +0 -10
  178. package/dist/cjs/lib/archived-consultation-card/ArchivedConsultationCard.d.ts +0 -14
  179. package/dist/cjs/lib/archived-consultation-card/ArchivedConsultationCard.style.d.ts +0 -4
  180. package/dist/cjs/lib/content-card/ContentCard.d.ts +0 -15
  181. package/dist/cjs/lib/content-card/ContentCard.style.d.ts +0 -11
  182. package/dist/cjs/lib/floating-button/FloatingButton.d.ts +0 -8
  183. package/dist/cjs/lib/floating-button/FloatingButton.style.d.ts +0 -6
  184. package/dist/cjs/lib/footer-for-booking/FooterForBooking.d.ts +0 -9
  185. package/dist/cjs/lib/footer-for-booking/FooterForBooking.style.d.ts +0 -6
  186. package/dist/cjs/lib/footer-for-booking/index.d.ts +0 -1
  187. package/dist/cjs/lib/list-button/ListButton.d.ts +0 -9
  188. package/dist/cjs/lib/list-button/ListButton.style.d.ts +0 -2
  189. package/dist/cjs/lib/navigation-bar/NavigationBar.d.ts +0 -8
  190. package/dist/cjs/lib/navigation-bar/NavigationBar.style.d.ts +0 -8
  191. package/dist/cjs/lib/notes-card-text/NotesCardText.d.ts +0 -6
  192. package/dist/cjs/lib/notes-card-text/NotesCardText.style.d.ts +0 -1
  193. package/dist/cjs/lib/notes-card-text/index.d.ts +0 -1
  194. package/dist/cjs/lib/notes-editor/NotesEditor.d.ts +0 -5
  195. package/dist/cjs/lib/notes-editor/NotesEditor.styled.d.ts +0 -2
  196. package/dist/cjs/lib/scroll-tabs/ScrollTabs.d.ts +0 -7
  197. package/dist/cjs/lib/scroll-tabs/ScrollTabs.style.d.ts +0 -3
  198. package/dist/cjs/lib/tab-bar/TabBar.d.ts +0 -6
  199. package/dist/cjs/lib/tab-bar/TabBar.style.d.ts +0 -5
  200. package/dist/cjs/lib/therapist-information-component/TherapistInformationComponent.d.ts +0 -10
  201. package/dist/cjs/lib/therapist-information-component/TherapistInformationComponent.style.d.ts +0 -2
  202. package/dist/cjs/lib/your-local-time-block/YourLocalTimeBlock.d.ts +0 -6
  203. package/dist/cjs/lib/your-local-time-block/YourLocalTimeBlock.styled.d.ts +0 -2
  204. package/dist/cjs/lib2/shared/providers/AuthProvider/AuthProvider.d.ts +0 -12
  205. package/dist/cjs/lib2/shared/providers/AuthProvider/index.d.ts +0 -1
  206. package/dist/cjs/lib2/shared/providers/AuthProvider/types.d.ts +0 -19
  207. package/dist/cjs/lib2/shared/utils/globalAuthState.d.ts +0 -142
  208. package/dist/esm/b7649e1531c181af.svg +0 -69
  209. package/dist/esm/deprecated/SpecialistEducationCard/EmptyInstitutionLogo.d.ts +0 -3
  210. package/dist/esm/deprecated/SpecialistEducationCard/SpecialistEducationCard.d.ts +0 -12
  211. package/dist/esm/deprecated/SpecialistEducationCard/SpecialistEducationCard.style.d.ts +0 -6
  212. package/dist/esm/deprecated/SpecialistEducationCard/index.d.ts +0 -1
  213. package/dist/esm/deprecated/SpecialistProfileViewCard/PlayVideoIcon/PlayVideoIcon.d.ts +0 -3
  214. package/dist/esm/deprecated/SpecialistProfileViewCard/SpecialistProfileViewCard.d.ts +0 -14
  215. package/dist/esm/deprecated/SpecialistProfileViewCard/SpecialistProfileViewCard.style.d.ts +0 -11
  216. package/dist/esm/deprecated/SpecialistProfileViewCard/index.d.ts +0 -1
  217. package/dist/esm/deprecated/SpecialistStatisticsCard/SpecialistStatisticsCard.d.ts +0 -11
  218. package/dist/esm/deprecated/SpecialistStatisticsCard/SpecialistStatisticsCard.style.d.ts +0 -5
  219. package/dist/esm/deprecated/SpecialistStatisticsCard/index.d.ts +0 -1
  220. package/dist/esm/deprecated/SpecialistStatisticsCard/utils.d.ts +0 -1
  221. package/dist/esm/deprecated/SpecialistWorkDirections/SpecialistWorkDirections.d.ts +0 -11
  222. package/dist/esm/deprecated/SpecialistWorkDirections/SpecialistWorkDirections.style.d.ts +0 -2
  223. package/dist/esm/deprecated/SpecialistWorkDirections/index.d.ts +0 -1
  224. package/dist/esm/deprecated/therapist-card/TherapistCard.d.ts +0 -16
  225. package/dist/esm/deprecated/therapist-card/TherapistCard.style.d.ts +0 -5
  226. package/dist/esm/lib/ChangeLangModal/ChangeLangModal.d.ts +0 -15
  227. package/dist/esm/lib/ChangeLangModal/ChangeLangModal.style.d.ts +0 -4
  228. package/dist/esm/lib/ChangeLangModal/index.d.ts +0 -2
  229. package/dist/esm/lib/Chat/LouseConnect/LouseConnect.d.ts +0 -6
  230. package/dist/esm/lib/Chat/LouseConnect/LouseConnect.style.d.ts +0 -3
  231. package/dist/esm/lib/Chat/LouseConnect/index.d.ts +0 -1
  232. package/dist/esm/lib/EntryNotFound/EntryNotFound.d.ts +0 -5
  233. package/dist/esm/lib/EntryNotFound/EntryNotFound.style.d.ts +0 -2
  234. package/dist/esm/lib/EntryNotFound/index.d.ts +0 -1
  235. package/dist/esm/lib/HorisontalCalendar/HorizontalCalendar.d.ts +0 -40
  236. package/dist/esm/lib/HorisontalCalendar/HorizontalCalendar.styled.d.ts +0 -2
  237. package/dist/esm/lib/HorisontalCalendar/index.d.ts +0 -1
  238. package/dist/esm/lib/Modal/Modal.d.ts +0 -8
  239. package/dist/esm/lib/Modal/Modal.style.d.ts +0 -6
  240. package/dist/esm/lib/Modal/index.d.ts +0 -1
  241. package/dist/esm/lib/ModalCalendar/ModalCalendar.d.ts +0 -10
  242. package/dist/esm/lib/ModalCalendar/ModalCalendar.styled.d.ts +0 -12
  243. package/dist/esm/lib/PersonDateTimeCard/PersonDateTimeCard.d.ts +0 -8
  244. package/dist/esm/lib/PersonDateTimeCard/PersonDateTimeCard.styled.d.ts +0 -2
  245. package/dist/esm/lib/SelectImpressionEmoji/ImpressionEmojiEnum.d.ts +0 -8
  246. package/dist/esm/lib/SelectImpressionEmoji/SelectImpressionEmoji.d.ts +0 -4
  247. package/dist/esm/lib/SelectImpressionEmoji/SelectImpressionEmoji.styled.d.ts +0 -2
  248. package/dist/esm/lib/SelectImpressionEmoji/SelectImpressionEmojiProps.d.ts +0 -6
  249. package/dist/esm/lib/SelectImpressionEmoji/emojis.d.ts +0 -5
  250. package/dist/esm/lib/SelectImpressionEmoji/index.d.ts +0 -4
  251. package/dist/esm/lib/StatusTag/StatusTag.d.ts +0 -7
  252. package/dist/esm/lib/StatusTag/StatusTag.style.d.ts +0 -6
  253. package/dist/esm/lib/StatusTag/index.d.ts +0 -1
  254. package/dist/esm/lib/UsersPsychologistScrollList/UserPsychologistScrollList.styled.d.ts +0 -6
  255. package/dist/esm/lib/UsersPsychologistScrollList/UsersPsychologistScrollList.d.ts +0 -10
  256. package/dist/esm/lib/archived-consultation-card/ArchivedConsultationCard.d.ts +0 -14
  257. package/dist/esm/lib/archived-consultation-card/ArchivedConsultationCard.style.d.ts +0 -4
  258. package/dist/esm/lib/content-card/ContentCard.d.ts +0 -15
  259. package/dist/esm/lib/content-card/ContentCard.style.d.ts +0 -11
  260. package/dist/esm/lib/floating-button/FloatingButton.d.ts +0 -8
  261. package/dist/esm/lib/floating-button/FloatingButton.style.d.ts +0 -6
  262. package/dist/esm/lib/footer-for-booking/FooterForBooking.d.ts +0 -9
  263. package/dist/esm/lib/footer-for-booking/FooterForBooking.style.d.ts +0 -6
  264. package/dist/esm/lib/footer-for-booking/index.d.ts +0 -1
  265. package/dist/esm/lib/list-button/ListButton.d.ts +0 -9
  266. package/dist/esm/lib/list-button/ListButton.style.d.ts +0 -2
  267. package/dist/esm/lib/navigation-bar/NavigationBar.d.ts +0 -8
  268. package/dist/esm/lib/navigation-bar/NavigationBar.style.d.ts +0 -8
  269. package/dist/esm/lib/notes-card-text/NotesCardText.d.ts +0 -6
  270. package/dist/esm/lib/notes-card-text/NotesCardText.style.d.ts +0 -1
  271. package/dist/esm/lib/notes-card-text/index.d.ts +0 -1
  272. package/dist/esm/lib/notes-editor/NotesEditor.d.ts +0 -5
  273. package/dist/esm/lib/notes-editor/NotesEditor.styled.d.ts +0 -2
  274. package/dist/esm/lib/scroll-tabs/ScrollTabs.d.ts +0 -7
  275. package/dist/esm/lib/scroll-tabs/ScrollTabs.style.d.ts +0 -3
  276. package/dist/esm/lib/tab-bar/TabBar.d.ts +0 -6
  277. package/dist/esm/lib/tab-bar/TabBar.style.d.ts +0 -5
  278. package/dist/esm/lib/therapist-information-component/TherapistInformationComponent.d.ts +0 -10
  279. package/dist/esm/lib/therapist-information-component/TherapistInformationComponent.style.d.ts +0 -2
  280. package/dist/esm/lib/your-local-time-block/YourLocalTimeBlock.d.ts +0 -6
  281. package/dist/esm/lib/your-local-time-block/YourLocalTimeBlock.styled.d.ts +0 -2
  282. package/dist/esm/lib2/shared/providers/AuthProvider/AuthProvider.d.ts +0 -12
  283. package/dist/esm/lib2/shared/providers/AuthProvider/index.d.ts +0 -1
  284. package/dist/esm/lib2/shared/providers/AuthProvider/types.d.ts +0 -19
  285. package/dist/esm/lib2/shared/utils/globalAuthState.d.ts +0 -142
package/dist/index.d.ts CHANGED
@@ -14,7 +14,6 @@ import { AriaListBoxProps, AriaCalendarProps, DateValue, AriaTabListProps } from
14
14
  import { ToastStateProps, ToastState } from '@react-stately/toast';
15
15
  import { AriaToastRegionProps } from '@react-aria/toast';
16
16
  import { IonSearchbarCustomEvent, SearchbarChangeEventDetail, TextFieldTypes, IonInputCustomEvent, InputChangeEventDetail } from '@ionic/core';
17
- import { User, SignInResult, SignInWithEmailAndPasswordOptions, LinkWithEmailAndPasswordOptions, CreateUserWithEmailAndPasswordOptions, SendPasswordResetEmailOptions } from '@capacitor-firebase/authentication';
18
17
  import { MarkdownToJSX } from 'markdown-to-jsx';
19
18
 
20
19
  interface ButtonProps$2 {
@@ -815,91 +814,6 @@ type SkeletonProps = {
815
814
  };
816
815
  declare const _default$V: React__default.NamedExoticComponent<SkeletonProps>;
817
816
 
818
- type ButtonProps$1 = {
819
- fill?: 'outline' | 'clear';
820
- size?: 'default' | 'large' | 'small';
821
- customSize?: 'smaller' | 'auto';
822
- withDefaultState?: boolean;
823
- color?: undefined;
824
- fullWidth?: boolean;
825
- className?: string;
826
- routerLink?: string;
827
- onClick?: (e: React.MouseEvent<HTMLIonButtonElement>) => void;
828
- isLoading?: boolean;
829
- icon?: React.ReactNode;
830
- iconPosition?: 'start' | 'center';
831
- style?: React.CSSProperties;
832
- id?: string;
833
- variant?: 'default' | 'blue';
834
- } & JSX$1.IonButton;
835
-
836
- declare const Button_v2: FC<ButtonProps$1>;
837
-
838
- type ContainerProps = {
839
- className?: string;
840
- scrollEvents?: boolean;
841
- onIonScroll?: (e: IonContentCustomEvent<ScrollDetail>) => void | undefined;
842
- onIonScrollStart?: (e: IonContentCustomEvent<ScrollBaseDetail>) => void | undefined;
843
- children: React__default.ReactNode;
844
- style?: CSSProperties;
845
- as?: React__default.ElementType;
846
- isFlexContainer?: boolean;
847
- flexGapInPx?: number;
848
- };
849
- declare const Container_v2: React__default.ForwardRefExoticComponent<ContainerProps & React__default.RefAttributes<HTMLIonContentElement>>;
850
-
851
- type FlagProps$1 = {
852
- name: string;
853
- className?: string;
854
- };
855
- declare const _default$U: React__default.NamedExoticComponent<FlagProps$1>;
856
-
857
- type PictureProps = {
858
- width: number;
859
- height: number;
860
- src: {
861
- webp?: string;
862
- webp2x?: string;
863
- src: string;
864
- src2x?: string;
865
- };
866
- srcType: string;
867
- alt?: string;
868
- className?: string;
869
- responsive?: boolean;
870
- containerWidth?: number;
871
- imageClassName?: string;
872
- };
873
- declare const _default$T: React__default.NamedExoticComponent<PictureProps>;
874
-
875
- type BadgeType = 'default' | 'accent';
876
- type BadgeVariants = 'attention' | 'neutral' | 'success' | 'warning' | 'brand' | 'info';
877
- type BadgeProps = React$1.ComponentPropsWithoutRef<'span'> & {
878
- variant: BadgeVariants;
879
- size?: 'S' | 'M';
880
- type?: BadgeType;
881
- iconType?: 'check' | React$1.ReactNode;
882
- };
883
-
884
- declare const _default$S: React$1.NamedExoticComponent<BadgeProps>;
885
-
886
- type ItemCardVariants = 'neutral' | 'transparent' | 'transparent20';
887
- type ItemCardProps = React$1.ComponentPropsWithoutRef<'div'> & {
888
- variant: ItemCardVariants;
889
- size?: 'M' | 'M4' | 'M45';
890
- };
891
-
892
- declare const _default$R: React$1.NamedExoticComponent<ItemCardProps>;
893
-
894
- type AppHeaderProps = {
895
- fullwidth?: boolean;
896
- className?: string;
897
- style?: CSSProperties;
898
- toolbarClassName?: string;
899
- toolbarStyle?: CSSProperties;
900
- };
901
- declare const AppHeader_v2: FC<AppHeaderProps>;
902
-
903
817
  declare enum CircleRatingSize {
904
818
  'S' = "S",
905
819
  'M' = "M",
@@ -1135,6 +1049,9 @@ declare enum ShortTranscriptionCurrencySignByLocale {
1135
1049
  'es' = "US"
1136
1050
  }
1137
1051
  declare const StripeSupportedCurrency: SupportedCurrency[];
1052
+ type CSSVarStyles = React.CSSProperties & {
1053
+ [key: `--${string}`]: string | number;
1054
+ };
1138
1055
 
1139
1056
  declare enum SupportedLangs {
1140
1057
  en = "en",
@@ -1298,6 +1215,11 @@ type OnBoardingScreenProgressType = {
1298
1215
  template?: OnboardingProgressTemplate;
1299
1216
  image?: ResponseFileType | null;
1300
1217
  };
1218
+ type OnBoardingThemeV2Type = {
1219
+ template: OnboardingVariant;
1220
+ customColor?: string | null;
1221
+ customTextColor?: string | null;
1222
+ };
1301
1223
  type OnBoardingScreenSkipButtonType = {
1302
1224
  skipButtonText?: string | null;
1303
1225
  showSkipButton?: boolean;
@@ -1494,11 +1416,13 @@ type OnBoardingFlowType = {
1494
1416
  duration_min?: number | null;
1495
1417
  isDefault?: boolean;
1496
1418
  theme?: OnboardingVariant;
1419
+ theme_v2?: OnBoardingThemeV2Type;
1497
1420
  progress?: OnBoardingScreenProgressType;
1498
1421
  };
1499
1422
  declare enum OnboardingVariant {
1500
1423
  default = "default",
1501
- blue = "blue"
1424
+ blue = "blue",
1425
+ custom = "custom"
1502
1426
  }
1503
1427
  declare enum OnboardingProgressTemplate {
1504
1428
  default = "default",
@@ -1598,6 +1522,7 @@ type Specialist = {
1598
1522
  about?: string;
1599
1523
  areas_of_work: Array<string> | [];
1600
1524
  areas_of_work_by_client_problem: Array<string> | [];
1525
+ localized_areas_of_work_by_client_problem: string[];
1601
1526
  therapy_description?: string;
1602
1527
  avatar_link?: string;
1603
1528
  time_zone: string;
@@ -1780,6 +1705,91 @@ type Consultation = Session;
1780
1705
 
1781
1706
  type AutoComplete<T extends string> = T | (string & {});
1782
1707
 
1708
+ type ButtonProps$1 = {
1709
+ fill?: 'outline' | 'clear';
1710
+ size?: 'default' | 'large' | 'small';
1711
+ customSize?: 'smaller' | 'auto';
1712
+ withDefaultState?: boolean;
1713
+ color?: undefined;
1714
+ fullWidth?: boolean;
1715
+ className?: string;
1716
+ routerLink?: string;
1717
+ onClick?: (e: React.MouseEvent<HTMLIonButtonElement>) => void;
1718
+ isLoading?: boolean;
1719
+ icon?: React.ReactNode;
1720
+ iconPosition?: 'start' | 'center';
1721
+ style?: CSSVarStyles;
1722
+ id?: string;
1723
+ variant?: 'default' | 'blue' | 'custom';
1724
+ } & JSX$1.IonButton;
1725
+
1726
+ declare const Button_v2: FC<ButtonProps$1>;
1727
+
1728
+ type ContainerProps = {
1729
+ className?: string;
1730
+ scrollEvents?: boolean;
1731
+ onIonScroll?: (e: IonContentCustomEvent<ScrollDetail>) => void | undefined;
1732
+ onIonScrollStart?: (e: IonContentCustomEvent<ScrollBaseDetail>) => void | undefined;
1733
+ children: React__default.ReactNode;
1734
+ style?: CSSProperties;
1735
+ as?: React__default.ElementType;
1736
+ isFlexContainer?: boolean;
1737
+ flexGapInPx?: number;
1738
+ };
1739
+ declare const Container_v2: React__default.ForwardRefExoticComponent<ContainerProps & React__default.RefAttributes<HTMLIonContentElement>>;
1740
+
1741
+ type FlagProps$1 = {
1742
+ name: string;
1743
+ className?: string;
1744
+ };
1745
+ declare const _default$U: React__default.NamedExoticComponent<FlagProps$1>;
1746
+
1747
+ type PictureProps = {
1748
+ width: number;
1749
+ height: number;
1750
+ src: {
1751
+ webp?: string;
1752
+ webp2x?: string;
1753
+ src: string;
1754
+ src2x?: string;
1755
+ };
1756
+ srcType: string;
1757
+ alt?: string;
1758
+ className?: string;
1759
+ responsive?: boolean;
1760
+ containerWidth?: number;
1761
+ imageClassName?: string;
1762
+ };
1763
+ declare const _default$T: React__default.NamedExoticComponent<PictureProps>;
1764
+
1765
+ type BadgeType = 'default' | 'accent';
1766
+ type BadgeVariants = 'attention' | 'neutral' | 'success' | 'warning' | 'brand' | 'info';
1767
+ type BadgeProps = React$1.ComponentPropsWithoutRef<'span'> & {
1768
+ variant: BadgeVariants;
1769
+ size?: 'S' | 'M';
1770
+ type?: BadgeType;
1771
+ iconType?: 'check' | React$1.ReactNode;
1772
+ };
1773
+
1774
+ declare const _default$S: React$1.NamedExoticComponent<BadgeProps>;
1775
+
1776
+ type ItemCardVariants = 'neutral' | 'transparent' | 'transparent20';
1777
+ type ItemCardProps = React$1.ComponentPropsWithoutRef<'div'> & {
1778
+ variant: ItemCardVariants;
1779
+ size?: 'M' | 'M4' | 'M45';
1780
+ };
1781
+
1782
+ declare const _default$R: React$1.NamedExoticComponent<ItemCardProps>;
1783
+
1784
+ type AppHeaderProps = {
1785
+ fullwidth?: boolean;
1786
+ className?: string;
1787
+ style?: CSSProperties;
1788
+ toolbarClassName?: string;
1789
+ toolbarStyle?: CSSProperties;
1790
+ };
1791
+ declare const AppHeader_v2: FC<AppHeaderProps>;
1792
+
1783
1793
  declare enum ListBoxSelectionType {
1784
1794
  Checkbox = "checkbox",
1785
1795
  Radio = "radio",
@@ -1788,7 +1798,7 @@ declare enum ListBoxSelectionType {
1788
1798
  Emoji = "emoji",
1789
1799
  Icon = "icon"
1790
1800
  }
1791
- type VariantType = 'default' | 'blue';
1801
+ type VariantType = 'default' | 'blue' | 'custom';
1792
1802
  type ListBoxProps<T> = AriaListBoxProps<T> & {
1793
1803
  type?: `${ListBoxSelectionType}`;
1794
1804
  enableSelection?: boolean;
@@ -1796,6 +1806,7 @@ type ListBoxProps<T> = AriaListBoxProps<T> & {
1796
1806
  selectionPosition?: 'start' | 'end';
1797
1807
  className?: string;
1798
1808
  variant?: VariantType;
1809
+ onboardingTheme?: OnBoardingThemeV2Type;
1799
1810
  image?: ResponseFileType;
1800
1811
  isOnboardingPreview?: boolean;
1801
1812
  selectionMode?: 'single' | 'multiple' | 'none';
@@ -1806,7 +1817,7 @@ type ListBoxProps<T> = AriaListBoxProps<T> & {
1806
1817
  t?: WithTranslation['t'];
1807
1818
  };
1808
1819
 
1809
- declare function ListBox<T extends Record<string, unknown>>({ selectedIconProps, type, selectionPosition, enableSelection, className, variant, isOnboardingPreview, isTransparent, isRoundCorners, maxSelectionCount, initialVisibleCount, t, ...props }: ListBoxProps<T>): JSX.Element;
1820
+ declare function ListBox<T extends Record<string, unknown>>({ selectedIconProps, type, selectionPosition, enableSelection, className, variant, onboardingTheme, isOnboardingPreview, isTransparent, isRoundCorners, maxSelectionCount, initialVisibleCount, t, ...props }: ListBoxProps<T>): JSX.Element;
1810
1821
 
1811
1822
  type ListOptionsProps = {
1812
1823
  item: Node<unknown>;
@@ -1819,6 +1830,7 @@ type ListOptionsProps = {
1819
1830
  selectionPosition?: 'start' | 'end';
1820
1831
  enableSelection?: boolean;
1821
1832
  variant?: VariantType;
1833
+ onboardingTheme?: OnBoardingThemeV2Type;
1822
1834
  image?: ResponseFileType | null;
1823
1835
  isOnboardingPreview?: boolean;
1824
1836
  selectionMode?: 'single' | 'multiple' | 'none';
@@ -1835,7 +1847,6 @@ type ListBoxItemProps = {
1835
1847
  className?: string;
1836
1848
  customContent?: boolean;
1837
1849
  onClick?: HTMLIonItemElement['onclick'];
1838
- variant?: VariantType;
1839
1850
  image?: ResponseFileType | null;
1840
1851
  maxSelectionCount?: number;
1841
1852
  };
@@ -1954,12 +1965,13 @@ declare const ModalSheet: React$1.ForwardRefExoticComponent<_ionic_core_dist_typ
1954
1965
  } & React$1.RefAttributes<HTMLIonModalElement>>;
1955
1966
 
1956
1967
  type ProgressBar_v2Props = {
1957
- variant?: 'default' | 'danger' | 'success' | 'dark' | 'light' | 'blue';
1968
+ variant?: 'default' | 'danger' | 'success' | 'dark' | 'light' | 'blue' | 'custom';
1958
1969
  progress: number;
1959
1970
  className?: string;
1960
1971
  reversed?: boolean;
1961
1972
  animationDuration?: number;
1962
1973
  onProgressEnd?: () => void;
1974
+ style?: CSSVarStyles;
1963
1975
  };
1964
1976
  declare const _default$N: React__default.NamedExoticComponent<ProgressBar_v2Props>;
1965
1977
 
@@ -1987,7 +1999,8 @@ declare const _default$K: React$1.NamedExoticComponent<ItemProps>;
1987
1999
 
1988
2000
  declare enum VariantEnum {
1989
2001
  default = "default",
1990
- blue = "blue"
2002
+ blue = "blue",
2003
+ custom = "custom"
1991
2004
  }
1992
2005
 
1993
2006
  type VideoProps = {
@@ -2264,34 +2277,6 @@ type SpecialistScheduleProviderRef = {
2264
2277
  };
2265
2278
  declare const SpecialistScheduleProvider: React__default.FC<Props$5>;
2266
2279
 
2267
- type AuthContextType = {
2268
- isAuthLoading: boolean;
2269
- isAuthReady: boolean;
2270
- authUser: User | null;
2271
- signInAnonymously: () => Promise<SignInResult>;
2272
- signInWithApple: () => Promise<SignInResult>;
2273
- signInWithGoogle: () => Promise<SignInResult>;
2274
- signInWithCustomToken: (token: string) => Promise<SignInResult>;
2275
- signInWithEmailAndPassword: (options: SignInWithEmailAndPasswordOptions) => Promise<SignInResult>;
2276
- linkWithApple: () => Promise<SignInResult>;
2277
- linkWithGoogle: () => Promise<SignInResult>;
2278
- linkWithEmailAndPassword: (options: LinkWithEmailAndPasswordOptions) => Promise<SignInResult>;
2279
- signOut: () => Promise<void>;
2280
- createUserWithEmailAndPassword: (options: CreateUserWithEmailAndPasswordOptions) => Promise<SignInResult>;
2281
- sendPasswordResetEmail: (options: SendPasswordResetEmailOptions) => Promise<void>;
2282
- changePassword: (newPassword: string) => Promise<void>;
2283
- sendEmailVerification: () => Promise<void>;
2284
- };
2285
-
2286
- declare const AuthContext: React__default.Context<AuthContextType | null>;
2287
- type AuthProviderProps = {
2288
- /**
2289
- * REMOVE WHEN WE MOVE AUTH TO NATIVE CAPACITOR PLUGIN
2290
- */
2291
- webAuthListener?: (callback: (user: User | null) => void) => () => void;
2292
- };
2293
- declare const AuthProvider: FC<AuthProviderProps>;
2294
-
2295
2280
  declare function useDomRef<T extends HTMLElement = HTMLElement>(ref: React$1.RefObject<T | null> | React$1.ForwardedRef<T | null>): React$1.RefObject<T>;
2296
2281
 
2297
2282
  type AnyFunction = (...args: any[]) => any;
@@ -3255,7 +3240,7 @@ declare const _default$q: React__default.NamedExoticComponent<OnBoardingInfoScre
3255
3240
  type OnBoardingMultiSelectionScreenPreviewFeatureProps = {
3256
3241
  onChange?: (value: string[]) => void;
3257
3242
  defaultValues?: string[];
3258
- variant?: OnboardingVariant;
3243
+ theme?: OnBoardingThemeV2Type;
3259
3244
  template?: 'checkbox' | 'icon';
3260
3245
  } & OnBoardingMultiSelectScreenType;
3261
3246
  declare const _default$p: React__default.NamedExoticComponent<OnBoardingMultiSelectionScreenPreviewFeatureProps>;
@@ -3263,7 +3248,7 @@ declare const _default$p: React__default.NamedExoticComponent<OnBoardingMultiSel
3263
3248
  type OnBoardingSingleSelectionScreenPreviewFeatureProps = {
3264
3249
  onChange?: (value: string) => void;
3265
3250
  defaultValues?: string[];
3266
- variant?: OnboardingVariant;
3251
+ theme?: OnBoardingThemeV2Type;
3267
3252
  template?: 'radio' | 'image' | 'roundImage' | 'emoji' | 'icon';
3268
3253
  } & OnBoardingSingleSelectScreenType & OnBoardingSingleImageSelectScreenType & OnBoardingSingleRoundImageSelectScreenType & OnBoardingSingleScaleSelectScreenType;
3269
3254
  declare const _default$o: React__default.NamedExoticComponent<OnBoardingSingleSelectionScreenPreviewFeatureProps>;
@@ -3271,7 +3256,7 @@ declare const _default$o: React__default.NamedExoticComponent<OnBoardingSingleSe
3271
3256
  declare const OnBoardingLoaderScreenPreviewFeature: FC<OnBoardingLoaderScreenType & {
3272
3257
  t?: WithTranslation['t'];
3273
3258
  onProgressEnd?: () => void;
3274
- variant?: OnboardingVariant;
3259
+ theme?: OnBoardingThemeV2Type;
3275
3260
  onChange?: (value: string[]) => void;
3276
3261
  defaultValues?: string[];
3277
3262
  }>;
@@ -3283,7 +3268,7 @@ type OnBoardingProgressFeatureProps = {
3283
3268
  onBackButtonClick?: () => void;
3284
3269
  contentStyle?: OnBoardingScreenStyleOptions;
3285
3270
  startAdornment?: React__default.ReactNode;
3286
- variant?: OnboardingVariant;
3271
+ theme?: OnBoardingThemeV2Type;
3287
3272
  empty?: boolean;
3288
3273
  template?: 'default' | 'counter';
3289
3274
  totalCount?: number;
@@ -3314,15 +3299,14 @@ type OnBoardingConfirmScreenPreviewFeatureProps = OnBoardingConfirmScreenType &
3314
3299
  };
3315
3300
  declare const _default$k: React__default.NamedExoticComponent<OnBoardingConfirmScreenPreviewFeatureProps>;
3316
3301
 
3317
- type OnBoardingPaywallScreenPreviewFeatureProps$2 = {
3318
- variant?: OnboardingVariant;
3302
+ type OnBoardingPaywallScreenPreviewFeatureProps$1 = {
3319
3303
  className?: string;
3320
3304
  titleClassName?: string;
3305
+ theme?: OnBoardingThemeV2Type;
3321
3306
  } & OnBoardingCompareScreenType;
3322
- declare const OnBoardingCompareScreenPreviewFeature: FC<OnBoardingPaywallScreenPreviewFeatureProps$2>;
3307
+ declare const OnBoardingCompareScreenPreviewFeature: FC<OnBoardingPaywallScreenPreviewFeatureProps$1>;
3323
3308
 
3324
- type OnBoardingPaywallScreenPreviewFeatureProps$1 = {
3325
- variant?: OnboardingVariant;
3309
+ type OnBoardingPaywallScreenPreviewFeatureProps = {
3326
3310
  specialists: Specialist[];
3327
3311
  reviews: ISpecialistReview[];
3328
3312
  locale?: string;
@@ -3331,24 +3315,27 @@ type OnBoardingPaywallScreenPreviewFeatureProps$1 = {
3331
3315
  isLoading?: boolean;
3332
3316
  termsOfUseLink?: string;
3333
3317
  onTrackTariffEvent: (tariffData: OnBoardingPaywallScreenType['tariffs'][number], eventName: 'FUNNEL_PAYWALL_PLAN_INFO_VIEWED' | 'FUNNEL_PAYWALL_PURCHASE_BUTTON_CLICKED') => void;
3318
+ theme?: OnBoardingThemeV2Type;
3334
3319
  } & OnBoardingPaywallScreenType;
3335
- declare const OnBoardingPaywallScreenPreviewFeature: FC<OnBoardingPaywallScreenPreviewFeatureProps$1>;
3320
+ declare const OnBoardingPaywallScreenPreviewFeature: FC<OnBoardingPaywallScreenPreviewFeatureProps>;
3336
3321
 
3337
3322
  type OnBoardingChartScreenPreviewFeatureProps = {
3338
3323
  className?: string;
3339
3324
  locale: string;
3340
3325
  isPreview?: boolean;
3341
- variant?: OnboardingVariant;
3326
+ theme?: OnBoardingThemeV2Type;
3342
3327
  } & OnBoardingChartScreenType;
3343
3328
  declare const OnBoardingChartScreenPreviewFeature: FC<OnBoardingChartScreenPreviewFeatureProps>;
3344
3329
 
3345
- type OnBoardingPaywallScreenPreviewFeatureProps = OnBoardingGraphScreenType;
3346
- declare const OnBoardingGraphScreenPreviewFeature: FC<OnBoardingPaywallScreenPreviewFeatureProps>;
3330
+ type OnBoardingGraphScreenPreviewFeatureProps = OnBoardingGraphScreenType & {
3331
+ theme?: OnBoardingThemeV2Type;
3332
+ };
3333
+ declare const OnBoardingGraphScreenPreviewFeature: FC<OnBoardingGraphScreenPreviewFeatureProps>;
3347
3334
 
3348
3335
  type OnBoardingGoalSelectionScreenPreviewFeatureProps = {
3349
3336
  onChange?: (value: string[]) => void;
3350
3337
  defaultValues?: string[];
3351
- variant?: OnboardingVariant;
3338
+ theme?: OnBoardingThemeV2Type;
3352
3339
  template?: 'checkbox' | 'icon';
3353
3340
  currentSelectionScreenCount?: number;
3354
3341
  categoryLabel?: string;
@@ -3723,6 +3710,7 @@ type TariffFeatureProps = {
3723
3710
  isSelected: boolean;
3724
3711
  badge?: string;
3725
3712
  variant: VariantEnum;
3713
+ onboardingTheme?: OnBoardingThemeV2Type;
3726
3714
  description?: string;
3727
3715
  advantagesList?: {
3728
3716
  id: string;
@@ -3888,151 +3876,9 @@ declare const mockSessions: {
3888
3876
  }[];
3889
3877
  declare const getMockSchedule: (dayCount: number, hoursStart?: number, hoursEnd?: number) => Schedule;
3890
3878
 
3891
- declare const ONBOARDING_THEME_DEFAULT_COLORS: Record<OnboardingVariant, {
3879
+ declare const ONBOARDING_THEME_DEFAULT_COLORS: Partial<Record<OnboardingVariant, {
3892
3880
  defaultThemeColor: string;
3893
- }>;
3894
-
3895
- /**
3896
- * Global Authentication State Manager
3897
- *
3898
- * This utility class manages the authentication readiness state across the entire application.
3899
- * It ensures that HTTP requests and other auth-dependent operations wait for authentication
3900
- * initialization to complete before proceeding.
3901
- *
3902
- * ## Usage Pattern:
3903
- *
3904
- * 1. **UI Library Internal**: The UI library calls `setReady()` when authentication initialization
3905
- * is complete (e.g., after token validation, user session restoration, etc.)
3906
- *
3907
- * 2. **External Consumers**: Global states, HTTP interceptors, and other parts of the application
3908
- * use `waitForReady()` or `getIsReady()` to ensure auth is initialized before making requests
3909
- *
3910
- * ## Example:
3911
- *
3912
- * ```typescript
3913
- * // In UI library (AuthProvider):
3914
- * globalAuthState.setReady(); // Called after auth initialization
3915
- *
3916
- * // In global states or HTTP clients:
3917
- * await globalAuthState.waitForReady(); // Wait before making authenticated requests
3918
- *
3919
- * // In synchronous contexts:
3920
- * if (globalAuthState.getIsReady()) {
3921
- * // Proceed with auth-dependent operations
3922
- * }
3923
- * ```
3924
- *
3925
- * ## Thread Safety:
3926
- * This class is designed to be safe for concurrent access. Multiple consumers can wait
3927
- * for readiness simultaneously, and all will be notified when auth becomes ready.
3928
- */
3929
- declare class GlobalAuthState {
3930
- /** Internal flag tracking whether authentication is ready */
3931
- private isReady;
3932
- /** Promise that resolves when authentication becomes ready */
3933
- private readyPromise;
3934
- /** Function to resolve the readiness promise */
3935
- private resolveReady;
3936
- constructor();
3937
- /**
3938
- * Mark authentication as ready and notify all waiting consumers
3939
- *
3940
- * **INTERNAL USE ONLY**: This method should only be called by the UI library's
3941
- * authentication provider when auth initialization is complete.
3942
- *
3943
- * This method is idempotent - calling it multiple times has no additional effect.
3944
- *
3945
- * @example
3946
- * ```typescript
3947
- * // In AuthProvider after successful initialization
3948
- * globalAuthState.setReady();
3949
- * ```
3950
- */
3951
- setReady(): void;
3952
- /**
3953
- * Wait for authentication to be ready before proceeding
3954
- *
3955
- * **PUBLIC API**: This method is intended for use by global states, HTTP interceptors,
3956
- * and other parts of the application that need to ensure auth is ready before proceeding.
3957
- *
3958
- * If auth is already ready, this method returns immediately. Otherwise, it waits
3959
- * until `setReady()` is called.
3960
- *
3961
- * @returns Promise that resolves when authentication is ready
3962
- *
3963
- * @example
3964
- * ```typescript
3965
- * // In HTTP interceptor
3966
- * async function makeAuthenticatedRequest(url: string) {
3967
- * await globalAuthState.waitForReady();
3968
- * return fetch(url, { headers: { Authorization: getToken() } });
3969
- * }
3970
- *
3971
- * // In global state
3972
- * async function initializeUserData() {
3973
- * await globalAuthState.waitForReady();
3974
- * // Now safe to make authenticated API calls
3975
- * }
3976
- * ```
3977
- */
3978
- waitForReady(): Promise<void>;
3979
- /**
3980
- * Check if authentication is ready synchronously
3981
- *
3982
- * **PUBLIC API**: This method is intended for use in synchronous contexts where
3983
- * you need to check auth readiness without waiting.
3984
- *
3985
- * @returns `true` if authentication is ready, `false` otherwise
3986
- *
3987
- * @example
3988
- * ```typescript
3989
- * // In a synchronous context
3990
- * function canMakeAuthRequest(): boolean {
3991
- * return globalAuthState.getIsReady();
3992
- * }
3993
- *
3994
- * // In conditional logic
3995
- * if (globalAuthState.getIsReady()) {
3996
- * // Safe to access auth-dependent features
3997
- * showUserDashboard();
3998
- * } else {
3999
- * // Show loading state
4000
- * showAuthLoadingSpinner();
4001
- * }
4002
- * ```
4003
- */
4004
- getIsReady(): boolean;
4005
- /**
4006
- * Reset the authentication ready state
4007
- *
4008
- * **PRIVATE METHOD**: This method is for internal use only (testing, re-initialization).
4009
- * It should not be called by external consumers as it can cause race conditions
4010
- * and unexpected behavior in production.
4011
- *
4012
- * Resets the state to unready and creates a new promise that consumers will wait on.
4013
- */
4014
- private reset;
4015
- }
4016
- /**
4017
- * Global singleton instance of the authentication state manager
4018
- *
4019
- * This is the main interface for interacting with authentication readiness state.
4020
- * Import and use this instance throughout your application to coordinate auth-dependent operations.
4021
- *
4022
- * @example
4023
- * ```typescript
4024
- * import { globalAuthState } from './globalAuthState';
4025
- *
4026
- * // Wait for auth in async contexts
4027
- * await globalAuthState.waitForReady();
4028
- *
4029
- * // Check auth state synchronously
4030
- * if (globalAuthState.getIsReady()) {
4031
- * // Proceed with authenticated operations
4032
- * }
4033
- * ```
4034
- */
4035
- declare const globalAuthState: GlobalAuthState;
3881
+ }>>;
4036
3882
 
4037
3883
  type SpecialistCardProps = {
4038
3884
  fullName?: string;
@@ -4458,6 +4304,11 @@ type SpecialistDetailWidgetProps = {
4458
4304
  onOpenContract?(): void;
4459
4305
  onRateSession?(): void;
4460
4306
  onEditSpecialistReview?: (review: Pick<SpecialistReview$1, 'id' | 'review_rating' | 'text_of_review'>) => Promise<void>;
4307
+ areasOfWorkByClientProblem: {
4308
+ names: string[];
4309
+ label: string;
4310
+ };
4311
+ isLoadingAreasOfWorkByClientProblem?: boolean;
4461
4312
  events: {
4462
4313
  onSuperSpecialistArticleClick?(): void;
4463
4314
  onNewSpecialistArticleClick?(): void;
@@ -4560,6 +4411,11 @@ type SpecialistDetailWithTabsWidgetProps = {
4560
4411
  currentUser?: UserType;
4561
4412
  presentingElement?: HTMLElement;
4562
4413
  onEditSpecialistReview?: (review: Pick<SpecialistReview$1, 'id' | 'review_rating' | 'text_of_review'>) => Promise<void>;
4414
+ areasOfWorkByClientProblem: {
4415
+ names: string[];
4416
+ label: string;
4417
+ };
4418
+ isLoadingAreasOfWorkByClientProblem?: boolean;
4563
4419
  events: {
4564
4420
  onOpenSuperSpecialistArticle?(): void;
4565
4421
  onOpenNewSpecialistArticle?(): void;
@@ -4599,4 +4455,4 @@ declare const _default: React__default.NamedExoticComponent<SpecialistCardWithSc
4599
4455
 
4600
4456
  declare const SpecialistCardSkeleton: React__default.FC;
4601
4457
 
4602
- export { AcceptAgreementFeature, Action, _default$Y as AlertCard, AllowFilterValueType, AppFooter, _default$X as AppFooter_v2, AppHeader, AppHeaderPage as AppHeaderPageFeature, AppHeader_v2, AppNotSupportedFeature, AuthContext, AuthProvider, AutoComplete, Avatar, AvatarProps$1 as AvatarProps, _default$W as Avatar_v2, AvatarProps as Avatar_v2Props, BREAKPOINT_ICON_SIZE, _default$S as Badge, _default$$ as BookingScheduleTime, _default$_ as BookingSpecialistInfo, BreakPointPositionProps, BreakPointPositionResult, Button, Button_v2, CAN_MANAGE_SESSION_TIME_HOURS, COUNTRIES_MAPPER, Calendar, _default$z as CalendarPickerFeature, CancelSession, CardModal, ChangeLanguageModal, _default$1i as ChatListItem, _default$1g as ChatListSkeleton, _default$1h as ChatMessage, ChatMessageSkeleton, CheckBoxItem, CheckBoxListFeature, CheckBoxSectionListFeature, _default$d as CheckboxList, CheckboxListCategory, CheckboxListItem, CheckboxTypes, ChevronHeader, CircleRatingComponentProps, CircleRatingContent, CircleRatingContext, CircleRatingContextData, CircleRatingContextProps, CircleRatingDataProps, CircleRatingDataResult, CircleRatingLegendProps, CircleRatingProvider, CircleRatingRange, CircleRatingSize, ClientCanAction, ClientCanParams, ClientSpecialistContractStatusEnum, CollapsableText, ConditionRulesType, Consultation, _default$1b as ConsultationCard, ConsultationCardProps, ConsultationCardType, _default$18 as ConsultationModal, _default$D as ConsultationPricingFeature, _default$16 as ConsultationSpecialistCard, ConsultationsListSkeleton, Container, Container_v2, ContentRendererProps, ContractDataFeature, ContractStatusEnum, ContentTree as ContractTreeFeature, CountdownTimerFeature, Counter, CounterProps, CountryOfOriginModal, CurrencyLocaleMapper, CurrencySignByLocale, CustomButton, _default$e as CustomCheckbox, CustomRadioButton, _default$f as CustomSelect, _default$g as CustomTextarea, DatePicker, _default$14 as DaySlider, Divider, DividerProps, DropdownFeature, DrumListPicker, DynamicCommissionValue, _default$10 as EducationCard, _default$1f as EmptyChatList, EmptyChatMessages, EmptyChatModalFeature, _default$19 as EmptyConsultations, EmptyList, EmptySpecialistListFeature, ErrorCardFeature, FilterFeatureProps, FilterItem, FilterItemBoolean, FilterItemChips, FilterItemRange, FilterItemSelect, FilterOption, FilterOptionValue, FilterValue, FiltersWidget, FiltersWidgetProps, FirstChatMessageModalFeature, _default$a as Flag, FlagTypes, _default$U as Flag_v2, FrequentlyAskedQuestions, GoogleCalendarModalFeature, HeaderWithRedirect, ISpecialistReview, IconAddModerator, IconAlignHorizontalTextCenter, IconAlignHorizontalTextLeft, IconAlignHorizontalTextRight, IconAmEx, IconAppStoreRating, IconApple, IconApplePay, IconArrowDown, IconArrowLeft, IconArrowRange, IconArrowRight, IconArrowTopRight, IconAttachMoney, IconBeachAccess, IconBookmark, IconBookmarkOutlined, _default$O as IconButton, IconCalendar, IconCalendarFilled, IconCalendarMonth, IconCalendarNew, IconCalendarWithDot, IconCancel, IconCancelBold, IconCancelRounded, IconCapFilled, IconChart, IconChat, IconChat3d, IconChat3dSmaller, IconChatFilled, IconChatOutline, IconCheck, IconCheckCircle, IconCheckSmall, IconCheckboxChecked, IconCheckboxCheckedBold, IconCheckboxThinUnchecked, 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, IconLeaderboard, IconLeftArrow, IconLetter, IconLink, IconLock, IconLogout, IconMaestro, IconManageAccounts, IconMastercard, IconMatching, IconMindly, IconMindlyColored, IconMindlyMini, IconMinus, IconMooving, IconMoreVertical, IconMute, IconNotificationMuted, IconPaid, IconPaper, IconPaperPencil, IconPause, IconPaywall, IconPersonAlert, IconPlay, IconPlus, IconPoweredByStripe, IconProfile, IconProfileChecked, IconProfileCircle, IconProfileSetting, IconProfileUnderReview, IconPromocode, IconProps$H as IconProps, IconQueryStats, IconQuestion, IconRadioButtonChecked, IconRadioPartial, IconReceipt, IconReceiptLong, IconRenew, IconResume, IconReviewSessionSubscription, IconReviewSessionTrial, IconSchedule, IconSchema, IconSearch, IconSecure, IconSend, IconSettings, IconShare, IconSort, IconSpecialistsEnded, IconSpinner, IconStar, IconStarFilled, IconStudyHat, IconStylus, IconSuccess, IconSwitch, IconText, IconTime, IconTimeAdd, IconUnmute, IconUser, IconUserNotFound, IconVerifiedUser, IconVisa, IconVisible, IconWarning, ImageInput, ImageWithFallback, Input, InputSearch, _default$K as Item, _default$R as ItemCard, LabelArrowRedirect, _default$1k as LetterAvatar, _default$b as LineFileInput, ListBox, ListBoxItem, ListBoxItemProps, ListBoxProps, ListBoxSelectionType, ListItemType, _default$H as ListItemWithColumns, _default$L as ListItems, ListOption, ListOptionsProps, ListSelect, ListSelectProps, ListSimple, _default$M as Loading, LocaleCurrencyMapper, MapStatusContractToUIStatus, _default$s as MarkdownContainerFeature, _default$I as MatchProgress, _default$1j as MediaPlayer, MenuFeature, MindlyReview, MindlyReviewFeature, ModalSheet, NEAR_SESSION_TIME_SECONDS, NewSpecialist, NoInternetConnection, NotSupportModal, ONBOARDING_THEME_DEFAULT_COLORS, OnBoardingBaseScreenType, OnBoardingChartScreenPreviewFeature, OnBoardingChartScreenType, OnBoardingCompareScreenPreviewFeature, OnBoardingCompareScreenType, _default$k as OnBoardingConfirmScreenPreviewFeature, OnBoardingConfirmScreenType, _default$l as OnBoardingEmailScreenPreviewFeature, OnBoardingEmailScreenType, OnBoardingFlowType, OnBoardingGoalSelectScreenType, _default$j as OnBoardingGoalSelectionScreenPreviewFeature, OnBoardingGraphScreenPreviewFeature, OnBoardingGraphScreenType, _default$q as OnBoardingInfoScreenPreviewFeature, OnBoardingInfoScreenType, OnBoardingLoaderScreenPreviewFeature, OnBoardingLoaderScreenType, OnBoardingMultiSelectScreenType, _default$p as OnBoardingMultiSelectionScreenPreviewFeature, OnBoardingPaywallScreenPreviewFeature, OnBoardingPaywallScreenType, _default$n as OnBoardingProgressFeature, OnBoardingProgressSettingsScreenType, _default$m as OnBoardingReviewsScreenPreviewFeature, OnBoardingReviewsScreenType, OnBoardingScreenAlertType, OnBoardingScreenButtonType, OnBoardingScreenDescriptionType, OnBoardingScreenEmailType, OnBoardingScreenErrorsType, OnBoardingScreenOptionType, OnBoardingScreenOptionWithScaleType, OnBoardingScreenOptions, OnBoardingScreenPasswordType, OnBoardingScreenPrivacyType, OnBoardingScreenProgressType, OnBoardingScreenSkipButtonType, OnBoardingScreenStyleOptions, OnBoardingScreenSubgoalButtonType, OnBoardingScreenTranslationsType, OnBoardingScreensType, OnBoardingSingleImageSelectScreenType, OnBoardingSingleRoundImageSelectScreenType, OnBoardingSingleScaleSelectScreenType, OnBoardingSingleSelectScreenType, _default$o as OnBoardingSingleSelectionScreenPreviewFeature, _default$r as OnBoardingStartScreenPreviewFeature, OnBoardingStartScreenType, OnboardingProgressTemplate, OnboardingVariant, OutdatedPersonalDataFeature, PasswordInput, PaymentBadgeType, _default$y as PaymentCalendarFeature, PaymentCalendarFeatureProps, _default$A as PaymentSessionsList, _default$T as Picture, PoweredByStripeFeature, _default$9 as ProfileInformation, _default$12 as ProfileView, _default$c as ProgressBar, ProgressBarDashed, _default$N as ProgressBar_v2, ProgressRangeProps, PushNotificationsIsDisabledBanner, PushNotificationsModal, Range, _default$P as Rating, RatingCircleWrapper, _default$15 as ReSchedule, ReScheduleSuccess, Refresher, ResponseFileType, ReviewCard, _default$x as ReviewCardFeature, ReviewListFeature, ReviewStatistics, ReviewSubscriptionSessionFeature, ReviewSubscriptionSessionFeatureProps, ReviewSwiperSection, ReviewTrialSessionFeature, ReviewTrialSessionFeatureProps, ReviewsCardFeatureSkeleton, ReviewsSummary, RoundButton, RowItemType, RowSelect, RowSelectProps, Rule, SIZES, SOON_SESSION_TIME_SECONDS, Schedule, ScheduleDate, ScheduleSlot, _default$v as ScreenDrumPickerFormFeature, ScreenInput, _default$w as ScreenInputFormFeature, ScreenInputUpdateFeature, SectionHeading, Segment, SegmentColor, SegmentType, SelectItemType, _default$t as SelectWithSearchFormFeature, Session, SessionDetailWidget, SessionPaymentsWidget, SessionPreviewFeature, SessionReview$1 as SessionReview, SessionTime, SessionVariant, SessionsWidget as SessionsListWidget, SessionsWidgetProps, Sex, ShareModalFeature, ShortCurrencySignByLocale, ShortTranscriptionCurrencySignByLocale, _default$G as ShowMore, _default$1a as SignUpSessionButton, _default$17 as SignUpSessionModal, SizeValues, Skeleton, _default$V as Skeleton_v2, _default$F as SlotsGrid, _default$E as SlotsGridItem, SolidInput, Sort, SortDirection, SortKey, SortValue, Specialist, _default$11 as SpecialistAbout, SpecialistAreaList as SpecialistAreaListFeature, SpecialistCard, SpecialistCardListWidget, _default$6 as SpecialistCardWidget, SpecialistCardSkeleton as SpecialistCardWithScheduleSkeleton, _default as SpecialistCardWithScheduleWidget, SpecialistConsultation, SpecialistConsultationPayment, _default$3 as SpecialistDetailWidget, SpecialistDetailWidgetSkeleton, SpecialistDetailWithTabsSkeleton, _default$1 as SpecialistDetailWithTabsWidget, SpecialistEducation, SpecialistEducationsFeature, SpecialistInfoColumnFeature, SpecialistLangs, _default$8 as SpecialistMatch, SpecialistOrderType, SpecialistPaymentCardProps, _default$C as SpecialistPaymentCommonCardFeature, SpecialistPaymentCommonCardSkeleton, SpecialistPaymentConsultationDetailsType, _default$B as SpecialistPaymentConsultationsFeature, SpecialistPaymentConsultationsProps, SpecialistPaymentCurrencyProps, _default$4 as SpecialistPaymentResumeWidget, SpecialistPaymentResumeWidgetType, SpecialistPaymentTabs, _default$5 as SpecialistPaymentWidget, SpecialistPaymentWidgetType, SpecialistPreviewFeature, SpecialistPreviewListWidget, _default$2 as SpecialistPreviewWidget, SpecialistProfileNotFound, SpecialistReview$1 as SpecialistReview, SpecialistScheduleFeature, SpecialistScheduleProvider, SpecialistScheduleProviderRef, ScheduleSkeleton as SpecialistScheduleSkeletonFeature, SpecialistShortInfoItemFeature as SpecialistShortInfoItem, _default$7 as SpecialistStatistic, Spinner, Spinner_v2, StarRating, StatisticsScroll, StripeSupportedCurrency, Subscription, SubscriptionStatuses, SuccessScreen, SuperSpecialist, SupportedCurrency, SupportedLangs, SwitchDeviceCard, TabItem, Tabs$1 as Tabs, TabsFeature, TabsFeatureSkeleton, TabsToolbarFeature, Tag, Tariff, TariffFeature, _default$u as TextAreaFormFeature, _default$h as TextInput, _default$i as TextWithClampFeature, _default$1e as Textarea, _default$Q as Textarea_v2, ThemeProvider, ThemeProviderProps, Toast, ToastButton, ToastContext, ToastProps, ToastProvider, ToastRegion, Toggle, TooltipComponent, TranslationMock, TranslationType, TreeNode, _default$Z as Typography, TypographyVariantsEnum, UpdateContractWidget, UpdatesCard, UserInfoModal, UserType, VariantType, VerticalCalendar, VerticalCalendarMonthSkeleton, VerticalCalendarSkeleton, _default$J as Video, _default$1c as VideoCallInfo, _default$1d as VideoPlayer, VideoProvider, _default$13 as WorkDirections, appThemes, canManageSession, currentUser, decOfNum, formatByDigits, getCountryKeyByName, getDateLocale, getFilterCount, getFiltersQuery, getFiltersValues, getGMTOffset, getMappedFilterValue, getMockSchedule, getMonthNameInGenitive, getProgressForBreakPoint, getSessionTimeLabel, getSessionVariant, getSessionsByDay, getSessionsByMonth, getSessionsByYear, getSignAgreementsTabs, getSortFromKey, getSortKey, getStartSessionDate, getStartSessionTimestamp, globalAuthState, isClientCan, isFilterSet, isNewSpecialist, isSpecialistActive, isSpecialistBlocked, isSpecialistPublic, isSuperSpecialist, listReviews, mergeRefs, mockSession, mockSessions, mockT, newShade, priceNormalize, replaceMarkdownWithReactElements, roundToPrecision, specialist, splitSessions, toast, useAutoFocus, useBreakPointsPosition, useCircleRatingRenderData, useDeepCompareEffect, useDeepUpdateEffect, useDelayMount, useDomRef, useElementWidth, useEvent, useIsKeyBoardShown, useRangeIndex, useRatingCircleBreakPoints, useRatingCircleContentValue, useRatingCircleLegend, useRatingContext, useSpecialistScheduleContext, useStopPropagationEvent, useToastContext, useUpdateEffect, useVideoContext, withSpecialistScheduleContext };
4458
+ export { AcceptAgreementFeature, Action, _default$Y as AlertCard, AllowFilterValueType, AppFooter, _default$X as AppFooter_v2, AppHeader, AppHeaderPage as AppHeaderPageFeature, AppHeader_v2, AppNotSupportedFeature, AutoComplete, Avatar, AvatarProps$1 as AvatarProps, _default$W as Avatar_v2, AvatarProps as Avatar_v2Props, BREAKPOINT_ICON_SIZE, _default$S as Badge, _default$$ as BookingScheduleTime, _default$_ as BookingSpecialistInfo, BreakPointPositionProps, BreakPointPositionResult, Button, Button_v2, CAN_MANAGE_SESSION_TIME_HOURS, COUNTRIES_MAPPER, CSSVarStyles, Calendar, _default$z as CalendarPickerFeature, CancelSession, CardModal, ChangeLanguageModal, _default$1i as ChatListItem, _default$1g as ChatListSkeleton, _default$1h as ChatMessage, ChatMessageSkeleton, CheckBoxItem, CheckBoxListFeature, CheckBoxSectionListFeature, _default$d as CheckboxList, CheckboxListCategory, CheckboxListItem, CheckboxTypes, ChevronHeader, CircleRatingComponentProps, CircleRatingContent, CircleRatingContext, CircleRatingContextData, CircleRatingContextProps, CircleRatingDataProps, CircleRatingDataResult, CircleRatingLegendProps, CircleRatingProvider, CircleRatingRange, CircleRatingSize, ClientCanAction, ClientCanParams, ClientSpecialistContractStatusEnum, CollapsableText, ConditionRulesType, Consultation, _default$1b as ConsultationCard, ConsultationCardProps, ConsultationCardType, _default$18 as ConsultationModal, _default$D as ConsultationPricingFeature, _default$16 as ConsultationSpecialistCard, ConsultationsListSkeleton, Container, Container_v2, ContentRendererProps, ContractDataFeature, ContractStatusEnum, ContentTree as ContractTreeFeature, CountdownTimerFeature, Counter, CounterProps, CountryOfOriginModal, CurrencyLocaleMapper, CurrencySignByLocale, CustomButton, _default$e as CustomCheckbox, CustomRadioButton, _default$f as CustomSelect, _default$g as CustomTextarea, DatePicker, _default$14 as DaySlider, Divider, DividerProps, DropdownFeature, DrumListPicker, DynamicCommissionValue, _default$10 as EducationCard, _default$1f as EmptyChatList, EmptyChatMessages, EmptyChatModalFeature, _default$19 as EmptyConsultations, EmptyList, EmptySpecialistListFeature, ErrorCardFeature, FilterFeatureProps, FilterItem, FilterItemBoolean, FilterItemChips, FilterItemRange, FilterItemSelect, FilterOption, FilterOptionValue, FilterValue, FiltersWidget, FiltersWidgetProps, FirstChatMessageModalFeature, _default$a as Flag, FlagTypes, _default$U as Flag_v2, FrequentlyAskedQuestions, GoogleCalendarModalFeature, HeaderWithRedirect, ISpecialistReview, IconAddModerator, IconAlignHorizontalTextCenter, IconAlignHorizontalTextLeft, IconAlignHorizontalTextRight, IconAmEx, IconAppStoreRating, IconApple, IconApplePay, IconArrowDown, IconArrowLeft, IconArrowRange, IconArrowRight, IconArrowTopRight, IconAttachMoney, IconBeachAccess, IconBookmark, IconBookmarkOutlined, _default$O as IconButton, IconCalendar, IconCalendarFilled, IconCalendarMonth, IconCalendarNew, IconCalendarWithDot, IconCancel, IconCancelBold, IconCancelRounded, IconCapFilled, IconChart, IconChat, IconChat3d, IconChat3dSmaller, IconChatFilled, IconChatOutline, IconCheck, IconCheckCircle, IconCheckSmall, IconCheckboxChecked, IconCheckboxCheckedBold, IconCheckboxThinUnchecked, 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, IconLeaderboard, IconLeftArrow, IconLetter, IconLink, IconLock, IconLogout, IconMaestro, IconManageAccounts, IconMastercard, IconMatching, IconMindly, IconMindlyColored, IconMindlyMini, IconMinus, IconMooving, IconMoreVertical, IconMute, IconNotificationMuted, IconPaid, IconPaper, IconPaperPencil, IconPause, IconPaywall, IconPersonAlert, IconPlay, IconPlus, IconPoweredByStripe, IconProfile, IconProfileChecked, IconProfileCircle, IconProfileSetting, IconProfileUnderReview, IconPromocode, IconProps$H as IconProps, IconQueryStats, IconQuestion, IconRadioButtonChecked, IconRadioPartial, IconReceipt, IconReceiptLong, IconRenew, IconResume, IconReviewSessionSubscription, IconReviewSessionTrial, IconSchedule, IconSchema, IconSearch, IconSecure, IconSend, IconSettings, IconShare, IconSort, IconSpecialistsEnded, IconSpinner, IconStar, IconStarFilled, IconStudyHat, IconStylus, IconSuccess, IconSwitch, IconText, IconTime, IconTimeAdd, IconUnmute, IconUser, IconUserNotFound, IconVerifiedUser, IconVisa, IconVisible, IconWarning, ImageInput, ImageWithFallback, Input, InputSearch, _default$K as Item, _default$R as ItemCard, LabelArrowRedirect, _default$1k as LetterAvatar, _default$b as LineFileInput, ListBox, ListBoxItem, ListBoxItemProps, ListBoxProps, ListBoxSelectionType, ListItemType, _default$H as ListItemWithColumns, _default$L as ListItems, ListOption, ListOptionsProps, ListSelect, ListSelectProps, ListSimple, _default$M as Loading, LocaleCurrencyMapper, MapStatusContractToUIStatus, _default$s as MarkdownContainerFeature, _default$I as MatchProgress, _default$1j as MediaPlayer, MenuFeature, MindlyReview, MindlyReviewFeature, ModalSheet, NEAR_SESSION_TIME_SECONDS, NewSpecialist, NoInternetConnection, NotSupportModal, ONBOARDING_THEME_DEFAULT_COLORS, OnBoardingBaseScreenType, OnBoardingChartScreenPreviewFeature, OnBoardingChartScreenType, OnBoardingCompareScreenPreviewFeature, OnBoardingCompareScreenType, _default$k as OnBoardingConfirmScreenPreviewFeature, OnBoardingConfirmScreenType, _default$l as OnBoardingEmailScreenPreviewFeature, OnBoardingEmailScreenType, OnBoardingFlowType, OnBoardingGoalSelectScreenType, _default$j as OnBoardingGoalSelectionScreenPreviewFeature, OnBoardingGraphScreenPreviewFeature, OnBoardingGraphScreenType, _default$q as OnBoardingInfoScreenPreviewFeature, OnBoardingInfoScreenType, OnBoardingLoaderScreenPreviewFeature, OnBoardingLoaderScreenType, OnBoardingMultiSelectScreenType, _default$p as OnBoardingMultiSelectionScreenPreviewFeature, OnBoardingPaywallScreenPreviewFeature, OnBoardingPaywallScreenType, _default$n as OnBoardingProgressFeature, OnBoardingProgressSettingsScreenType, _default$m as OnBoardingReviewsScreenPreviewFeature, OnBoardingReviewsScreenType, OnBoardingScreenAlertType, OnBoardingScreenButtonType, OnBoardingScreenDescriptionType, OnBoardingScreenEmailType, OnBoardingScreenErrorsType, OnBoardingScreenOptionType, OnBoardingScreenOptionWithScaleType, OnBoardingScreenOptions, OnBoardingScreenPasswordType, OnBoardingScreenPrivacyType, OnBoardingScreenProgressType, OnBoardingScreenSkipButtonType, OnBoardingScreenStyleOptions, OnBoardingScreenSubgoalButtonType, OnBoardingScreenTranslationsType, OnBoardingScreensType, OnBoardingSingleImageSelectScreenType, OnBoardingSingleRoundImageSelectScreenType, OnBoardingSingleScaleSelectScreenType, OnBoardingSingleSelectScreenType, _default$o as OnBoardingSingleSelectionScreenPreviewFeature, _default$r as OnBoardingStartScreenPreviewFeature, OnBoardingStartScreenType, OnBoardingThemeV2Type, OnboardingProgressTemplate, OnboardingVariant, OutdatedPersonalDataFeature, PasswordInput, PaymentBadgeType, _default$y as PaymentCalendarFeature, PaymentCalendarFeatureProps, _default$A as PaymentSessionsList, _default$T as Picture, PoweredByStripeFeature, _default$9 as ProfileInformation, _default$12 as ProfileView, _default$c as ProgressBar, ProgressBarDashed, _default$N as ProgressBar_v2, ProgressRangeProps, PushNotificationsIsDisabledBanner, PushNotificationsModal, Range, _default$P as Rating, RatingCircleWrapper, _default$15 as ReSchedule, ReScheduleSuccess, Refresher, ResponseFileType, ReviewCard, _default$x as ReviewCardFeature, ReviewListFeature, ReviewStatistics, ReviewSubscriptionSessionFeature, ReviewSubscriptionSessionFeatureProps, ReviewSwiperSection, ReviewTrialSessionFeature, ReviewTrialSessionFeatureProps, ReviewsCardFeatureSkeleton, ReviewsSummary, RoundButton, RowItemType, RowSelect, RowSelectProps, Rule, SIZES, SOON_SESSION_TIME_SECONDS, Schedule, ScheduleDate, ScheduleSlot, _default$v as ScreenDrumPickerFormFeature, ScreenInput, _default$w as ScreenInputFormFeature, ScreenInputUpdateFeature, SectionHeading, Segment, SegmentColor, SegmentType, SelectItemType, _default$t as SelectWithSearchFormFeature, Session, SessionDetailWidget, SessionPaymentsWidget, SessionPreviewFeature, SessionReview$1 as SessionReview, SessionTime, SessionVariant, SessionsWidget as SessionsListWidget, SessionsWidgetProps, Sex, ShareModalFeature, ShortCurrencySignByLocale, ShortTranscriptionCurrencySignByLocale, _default$G as ShowMore, _default$1a as SignUpSessionButton, _default$17 as SignUpSessionModal, SizeValues, Skeleton, _default$V as Skeleton_v2, _default$F as SlotsGrid, _default$E as SlotsGridItem, SolidInput, Sort, SortDirection, SortKey, SortValue, Specialist, _default$11 as SpecialistAbout, SpecialistAreaList as SpecialistAreaListFeature, SpecialistCard, SpecialistCardListWidget, _default$6 as SpecialistCardWidget, SpecialistCardSkeleton as SpecialistCardWithScheduleSkeleton, _default as SpecialistCardWithScheduleWidget, SpecialistConsultation, SpecialistConsultationPayment, _default$3 as SpecialistDetailWidget, SpecialistDetailWidgetSkeleton, SpecialistDetailWithTabsSkeleton, _default$1 as SpecialistDetailWithTabsWidget, SpecialistEducation, SpecialistEducationsFeature, SpecialistInfoColumnFeature, SpecialistLangs, _default$8 as SpecialistMatch, SpecialistOrderType, SpecialistPaymentCardProps, _default$C as SpecialistPaymentCommonCardFeature, SpecialistPaymentCommonCardSkeleton, SpecialistPaymentConsultationDetailsType, _default$B as SpecialistPaymentConsultationsFeature, SpecialistPaymentConsultationsProps, SpecialistPaymentCurrencyProps, _default$4 as SpecialistPaymentResumeWidget, SpecialistPaymentResumeWidgetType, SpecialistPaymentTabs, _default$5 as SpecialistPaymentWidget, SpecialistPaymentWidgetType, SpecialistPreviewFeature, SpecialistPreviewListWidget, _default$2 as SpecialistPreviewWidget, SpecialistProfileNotFound, SpecialistReview$1 as SpecialistReview, SpecialistScheduleFeature, SpecialistScheduleProvider, SpecialistScheduleProviderRef, ScheduleSkeleton as SpecialistScheduleSkeletonFeature, SpecialistShortInfoItemFeature as SpecialistShortInfoItem, _default$7 as SpecialistStatistic, Spinner, Spinner_v2, StarRating, StatisticsScroll, StripeSupportedCurrency, Subscription, SubscriptionStatuses, SuccessScreen, SuperSpecialist, SupportedCurrency, SupportedLangs, SwitchDeviceCard, TabItem, Tabs$1 as Tabs, TabsFeature, TabsFeatureSkeleton, TabsToolbarFeature, Tag, Tariff, TariffFeature, _default$u as TextAreaFormFeature, _default$h as TextInput, _default$i as TextWithClampFeature, _default$1e as Textarea, _default$Q as Textarea_v2, ThemeProvider, ThemeProviderProps, Toast, ToastButton, ToastContext, ToastProps, ToastProvider, ToastRegion, Toggle, TooltipComponent, TranslationMock, TranslationType, TreeNode, _default$Z as Typography, TypographyVariantsEnum, UpdateContractWidget, UpdatesCard, UserInfoModal, UserType, VariantType, VerticalCalendar, VerticalCalendarMonthSkeleton, VerticalCalendarSkeleton, _default$J as Video, _default$1c as VideoCallInfo, _default$1d as VideoPlayer, VideoProvider, _default$13 as WorkDirections, appThemes, canManageSession, currentUser, decOfNum, formatByDigits, getCountryKeyByName, getDateLocale, getFilterCount, getFiltersQuery, getFiltersValues, getGMTOffset, getMappedFilterValue, getMockSchedule, getMonthNameInGenitive, getProgressForBreakPoint, getSessionTimeLabel, getSessionVariant, getSessionsByDay, getSessionsByMonth, getSessionsByYear, getSignAgreementsTabs, getSortFromKey, getSortKey, 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, useDelayMount, useDomRef, useElementWidth, useEvent, useIsKeyBoardShown, useRangeIndex, useRatingCircleBreakPoints, useRatingCircleContentValue, useRatingCircleLegend, useRatingContext, useSpecialistScheduleContext, useStopPropagationEvent, useToastContext, useUpdateEffect, useVideoContext, withSpecialistScheduleContext };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "6.6.0-dev.8",
3
+ "version": "6.6.0",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "clean": "rimraf dist",
@@ -16,8 +16,6 @@
16
16
  },
17
17
  "dependencies": {
18
18
  "@babel/polyfill": "7.12.1",
19
- "@capacitor-firebase/authentication": "7.3.0",
20
- "@capacitor/app": "7.0.1",
21
19
  "@capacitor/clipboard": "7.0.1",
22
20
  "@capacitor/haptics": "7.0.1",
23
21
  "@capacitor/keyboard": "7.0.1",