@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
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  type AcceptAgreementFeatureProps = {
2
3
  isAccepted: boolean;
3
4
  setIsAccepted: (isAccepted: boolean) => void;
@@ -1,8 +1,9 @@
1
1
  import { FC } from 'react';
2
- import { OnboardingVariant } from '../../../shared';
2
+ import { OnBoardingThemeV2Type, OnboardingVariant } from '../../../shared';
3
3
  import { ChartData } from '../types';
4
4
  type ChartAreaProps = Omit<ChartData<'area'>, 'chartType'> & {
5
5
  variant?: OnboardingVariant;
6
+ onboardingTheme?: OnBoardingThemeV2Type;
6
7
  };
7
8
  declare const ChartAreaFeature: FC<ChartAreaProps>;
8
9
  export default ChartAreaFeature;
@@ -1,8 +1,6 @@
1
1
  import { FC } from 'react';
2
- import { OnboardingVariant } from '../../../shared';
3
2
  import { ChartData } from '../types';
4
3
  type ChartLinesProps = Omit<ChartData<'lines'>, 'chartType'> & {
5
- variant?: OnboardingVariant;
6
4
  locale: string;
7
5
  };
8
6
  declare const ChartLines: FC<ChartLinesProps>;
@@ -1,5 +1,5 @@
1
1
  import { FC } from 'react';
2
- import { OnboardingVariant } from '../../../shared';
2
+ import { OnBoardingThemeV2Type, OnboardingVariant } from '../../../shared';
3
3
  type DotLabelProps = {
4
4
  label: string;
5
5
  x: number;
@@ -10,6 +10,7 @@ type DotLabelProps = {
10
10
  height: number;
11
11
  };
12
12
  variant?: OnboardingVariant;
13
+ onboardingTheme?: OnBoardingThemeV2Type;
13
14
  fillColor?: string;
14
15
  placement?: 'top' | 'inner';
15
16
  chartLabelsId: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { WithTranslation } from 'react-i18next';
2
3
  type GoogleCalendarModalFeatureProps = {
3
4
  isOpen: boolean;
@@ -1,10 +1,10 @@
1
1
  import { FC } from 'react';
2
- import { OnBoardingChartScreenType, OnboardingVariant } from '../../../shared';
2
+ import { OnBoardingChartScreenType, OnBoardingThemeV2Type } from '../../../shared';
3
3
  type OnBoardingChartScreenPreviewFeatureProps = {
4
4
  className?: string;
5
5
  locale: string;
6
6
  isPreview?: boolean;
7
- variant?: OnboardingVariant;
7
+ theme?: OnBoardingThemeV2Type;
8
8
  } & OnBoardingChartScreenType;
9
9
  declare const OnBoardingChartScreenPreviewFeature: FC<OnBoardingChartScreenPreviewFeatureProps>;
10
10
  export default OnBoardingChartScreenPreviewFeature;
@@ -1,9 +1,9 @@
1
1
  import { FC } from 'react';
2
- import { OnboardingVariant, OnBoardingCompareScreenType } from '../../../shared';
2
+ import { OnBoardingCompareScreenType, OnBoardingThemeV2Type } from '../../../shared';
3
3
  type OnBoardingPaywallScreenPreviewFeatureProps = {
4
- variant?: OnboardingVariant;
5
4
  className?: string;
6
5
  titleClassName?: string;
6
+ theme?: OnBoardingThemeV2Type;
7
7
  } & OnBoardingCompareScreenType;
8
8
  declare const OnBoardingCompareScreenPreviewFeature: FC<OnBoardingPaywallScreenPreviewFeatureProps>;
9
9
  export default OnBoardingCompareScreenPreviewFeature;
@@ -1,11 +1,10 @@
1
1
  import React from 'react';
2
- import { OnBoardingGoalSelectScreenType } from '../../../shared';
3
- import { OnboardingVariant } from '../../../shared';
2
+ import { OnBoardingGoalSelectScreenType, OnBoardingThemeV2Type } from '../../../shared';
4
3
  import { WithTranslation } from 'react-i18next';
5
4
  type OnBoardingGoalSelectionScreenPreviewFeatureProps = {
6
5
  onChange?: (value: string[]) => void;
7
6
  defaultValues?: string[];
8
- variant?: OnboardingVariant;
7
+ theme?: OnBoardingThemeV2Type;
9
8
  template?: 'checkbox' | 'icon';
10
9
  currentSelectionScreenCount?: number;
11
10
  categoryLabel?: string;
@@ -1,5 +1,7 @@
1
1
  import { FC } from 'react';
2
- import { OnBoardingGraphScreenType } from '../../../shared';
3
- type OnBoardingPaywallScreenPreviewFeatureProps = OnBoardingGraphScreenType;
4
- declare const OnBoardingGraphScreenPreviewFeature: FC<OnBoardingPaywallScreenPreviewFeatureProps>;
2
+ import { OnBoardingGraphScreenType, OnBoardingThemeV2Type } from '../../../shared';
3
+ type OnBoardingGraphScreenPreviewFeatureProps = OnBoardingGraphScreenType & {
4
+ theme?: OnBoardingThemeV2Type;
5
+ };
6
+ declare const OnBoardingGraphScreenPreviewFeature: FC<OnBoardingGraphScreenPreviewFeatureProps>;
5
7
  export default OnBoardingGraphScreenPreviewFeature;
@@ -1,10 +1,10 @@
1
1
  import { FC } from 'react';
2
- import { OnBoardingLoaderScreenType, OnboardingVariant } from '../../../shared';
2
+ import { OnBoardingLoaderScreenType, OnBoardingThemeV2Type } from '../../../shared';
3
3
  import { WithTranslation } from 'react-i18next';
4
4
  declare const OnBoardingLoaderScreenPreviewFeature: FC<OnBoardingLoaderScreenType & {
5
5
  t?: WithTranslation['t'];
6
6
  onProgressEnd?: () => void;
7
- variant?: OnboardingVariant;
7
+ theme?: OnBoardingThemeV2Type;
8
8
  onChange?: (value: string[]) => void;
9
9
  defaultValues?: string[];
10
10
  }>;
@@ -1,5 +1,5 @@
1
1
  import { FC } from 'react';
2
- import { OnboardingVariant } from '../../../../shared';
2
+ import { OnBoardingThemeV2Type } from '../../../../shared';
3
3
  import { WithTranslation } from 'react-i18next';
4
4
  import { ISpecialistReview } from '../../../../../lib/ReviewSwiperSection';
5
5
  import 'slick-carousel/slick/slick.css';
@@ -19,7 +19,7 @@ declare const ListTemplateLoader: FC<{
19
19
  id: string;
20
20
  label: string;
21
21
  }[];
22
- variant?: OnboardingVariant;
22
+ theme?: OnBoardingThemeV2Type;
23
23
  onProgressEnd?: () => void;
24
24
  t?: WithTranslation['t'];
25
25
  onSelectionChange?: (value: 'yes' | 'no', index: number) => void;
@@ -1,4 +1,5 @@
1
1
  import { FC } from 'react';
2
+ import { OnBoardingThemeV2Type } from '../../../../shared';
2
3
  declare const ListTemplateItem: FC<{
3
4
  label: string;
4
5
  duration: number;
@@ -8,5 +9,6 @@ declare const ListTemplateItem: FC<{
8
9
  isDisabled: boolean;
9
10
  isPaused: boolean;
10
11
  handleProgressEnd: () => void;
12
+ theme?: OnBoardingThemeV2Type;
11
13
  }>;
12
14
  export default ListTemplateItem;
@@ -1,5 +1,5 @@
1
1
  import { FC } from 'react';
2
- import { OnboardingVariant } from '../../../../shared';
2
+ import { OnBoardingThemeV2Type } from '../../../../shared';
3
3
  import 'slick-carousel/slick/slick.css';
4
4
  import 'slick-carousel/slick/slick-theme.css';
5
5
  import { WithTranslation } from 'react-i18next';
@@ -7,7 +7,7 @@ declare const ListTemplateLoaderModal: FC<{
7
7
  isOpen: boolean;
8
8
  label: string;
9
9
  isPreview?: boolean;
10
- variant?: OnboardingVariant;
10
+ theme?: OnBoardingThemeV2Type;
11
11
  handleDismissModal: () => void;
12
12
  t?: WithTranslation['t'];
13
13
  onSelectionChange?: (value: 'yes' | 'no', index: number) => void;
@@ -1,10 +1,9 @@
1
1
  import React from 'react';
2
- import { OnBoardingMultiSelectScreenType } from '../../../shared';
3
- import { OnboardingVariant } from '../../../shared';
2
+ import { OnBoardingMultiSelectScreenType, OnBoardingThemeV2Type } from '../../../shared';
4
3
  type OnBoardingMultiSelectionScreenPreviewFeatureProps = {
5
4
  onChange?: (value: string[]) => void;
6
5
  defaultValues?: string[];
7
- variant?: OnboardingVariant;
6
+ theme?: OnBoardingThemeV2Type;
8
7
  template?: 'checkbox' | 'icon';
9
8
  } & OnBoardingMultiSelectScreenType;
10
9
  declare const _default: React.NamedExoticComponent<OnBoardingMultiSelectionScreenPreviewFeatureProps>;
@@ -1,10 +1,9 @@
1
1
  import { FC } from 'react';
2
- import { OnBoardingPaywallScreenType, OnboardingVariant, Specialist } from '../../../shared';
2
+ import { OnBoardingPaywallScreenType, Specialist, OnBoardingThemeV2Type } from '../../../shared';
3
3
  import 'slick-carousel/slick/slick.css';
4
4
  import 'slick-carousel/slick/slick-theme.css';
5
5
  import { ISpecialistReview } from '../../../..';
6
6
  type OnBoardingPaywallScreenPreviewFeatureProps = {
7
- variant?: OnboardingVariant;
8
7
  specialists: Specialist[];
9
8
  reviews: ISpecialistReview[];
10
9
  locale?: string;
@@ -13,6 +12,7 @@ type OnBoardingPaywallScreenPreviewFeatureProps = {
13
12
  isLoading?: boolean;
14
13
  termsOfUseLink?: string;
15
14
  onTrackTariffEvent: (tariffData: OnBoardingPaywallScreenType['tariffs'][number], eventName: 'FUNNEL_PAYWALL_PLAN_INFO_VIEWED' | 'FUNNEL_PAYWALL_PURCHASE_BUTTON_CLICKED') => void;
15
+ theme?: OnBoardingThemeV2Type;
16
16
  } & OnBoardingPaywallScreenType;
17
17
  declare const OnBoardingPaywallScreenPreviewFeature: FC<OnBoardingPaywallScreenPreviewFeatureProps>;
18
18
  export default OnBoardingPaywallScreenPreviewFeature;
@@ -6,6 +6,9 @@ export declare const onBoardingPaywallScreenPreviewFeatureStyle: import("tailwin
6
6
  blue: {
7
7
  dots: string;
8
8
  };
9
+ custom: {
10
+ dots: string;
11
+ };
9
12
  };
10
13
  }, {
11
14
  dots: string;
@@ -19,6 +22,9 @@ export declare const onBoardingPaywallScreenPreviewFeatureStyle: import("tailwin
19
22
  blue: {
20
23
  dots: string;
21
24
  };
25
+ custom: {
26
+ dots: string;
27
+ };
22
28
  };
23
29
  }, {
24
30
  variant: {
@@ -28,6 +34,9 @@ export declare const onBoardingPaywallScreenPreviewFeatureStyle: import("tailwin
28
34
  blue: {
29
35
  dots: string;
30
36
  };
37
+ custom: {
38
+ dots: string;
39
+ };
31
40
  };
32
41
  }>, {
33
42
  variant: {
@@ -37,6 +46,9 @@ export declare const onBoardingPaywallScreenPreviewFeatureStyle: import("tailwin
37
46
  blue: {
38
47
  dots: string;
39
48
  };
49
+ custom: {
50
+ dots: string;
51
+ };
40
52
  };
41
53
  }, {
42
54
  dots: string;
@@ -50,6 +62,9 @@ export declare const onBoardingPaywallScreenPreviewFeatureStyle: import("tailwin
50
62
  blue: {
51
63
  dots: string;
52
64
  };
65
+ custom: {
66
+ dots: string;
67
+ };
53
68
  };
54
69
  }, {
55
70
  dots: string;
@@ -63,6 +78,9 @@ export declare const onBoardingPaywallScreenPreviewFeatureStyle: import("tailwin
63
78
  blue: {
64
79
  dots: string;
65
80
  };
81
+ custom: {
82
+ dots: string;
83
+ };
66
84
  };
67
85
  }, {
68
86
  variant: {
@@ -72,5 +90,8 @@ export declare const onBoardingPaywallScreenPreviewFeatureStyle: import("tailwin
72
90
  blue: {
73
91
  dots: string;
74
92
  };
93
+ custom: {
94
+ dots: string;
95
+ };
75
96
  };
76
97
  }>, unknown, unknown, undefined>>;
@@ -1,6 +1,5 @@
1
1
  import React from 'react';
2
- import { OnBoardingScreenStyleOptions, ResponseFileType, OnBoardingProgressSettingsScreenType } from '../../../shared';
3
- import { OnboardingVariant } from '../../../shared';
2
+ import { OnBoardingScreenStyleOptions, ResponseFileType, OnBoardingProgressSettingsScreenType, OnBoardingThemeV2Type } from '../../../shared';
4
3
  type CounterProgressProps = {
5
4
  progress: number;
6
5
  isPreview?: boolean;
@@ -8,7 +7,7 @@ type CounterProgressProps = {
8
7
  onBackButtonClick?: () => void;
9
8
  contentStyle?: OnBoardingScreenStyleOptions;
10
9
  startAdornment?: React.ReactNode;
11
- variant?: OnboardingVariant;
10
+ theme?: OnBoardingThemeV2Type;
12
11
  empty?: boolean;
13
12
  totalCount?: number;
14
13
  currentCount?: number;
@@ -1,6 +1,5 @@
1
1
  import React from 'react';
2
- import { OnBoardingScreenStyleOptions } from '../../../shared';
3
- import { OnboardingVariant } from '../../../shared';
2
+ import { OnBoardingScreenStyleOptions, OnBoardingThemeV2Type } from '../../../shared';
4
3
  type DefaultProgressProps = {
5
4
  progress: number;
6
5
  isPreview?: boolean;
@@ -8,7 +7,7 @@ type DefaultProgressProps = {
8
7
  onBackButtonClick?: () => void;
9
8
  contentStyle?: OnBoardingScreenStyleOptions;
10
9
  startAdornment?: React.ReactNode;
11
- variant?: OnboardingVariant;
10
+ theme?: OnBoardingThemeV2Type;
12
11
  empty?: boolean;
13
12
  };
14
13
  declare const _default: React.NamedExoticComponent<DefaultProgressProps>;
@@ -1,6 +1,5 @@
1
1
  import React from 'react';
2
- import { OnBoardingProgressSettingsScreenType, OnBoardingScreenStyleOptions, ResponseFileType } from '../../../shared';
3
- import { OnboardingVariant } from '../../../shared';
2
+ import { OnBoardingProgressSettingsScreenType, OnBoardingScreenStyleOptions, OnBoardingThemeV2Type, ResponseFileType } from '../../../shared';
4
3
  type OnBoardingProgressFeatureProps = {
5
4
  progress: number;
6
5
  isPreview?: boolean;
@@ -8,7 +7,7 @@ type OnBoardingProgressFeatureProps = {
8
7
  onBackButtonClick?: () => void;
9
8
  contentStyle?: OnBoardingScreenStyleOptions;
10
9
  startAdornment?: React.ReactNode;
11
- variant?: OnboardingVariant;
10
+ theme?: OnBoardingThemeV2Type;
12
11
  empty?: boolean;
13
12
  template?: 'default' | 'counter';
14
13
  totalCount?: number;
@@ -1,10 +1,9 @@
1
1
  import React from 'react';
2
- import { OnBoardingSingleSelectScreenType, OnBoardingSingleImageSelectScreenType, OnBoardingSingleScaleSelectScreenType, OnBoardingSingleRoundImageSelectScreenType } from '../../../shared';
3
- import { OnboardingVariant } from '../../../shared/';
2
+ import { OnBoardingSingleSelectScreenType, OnBoardingSingleImageSelectScreenType, OnBoardingSingleScaleSelectScreenType, OnBoardingSingleRoundImageSelectScreenType, OnBoardingThemeV2Type } from '../../../shared';
4
3
  type OnBoardingSingleSelectionScreenPreviewFeatureProps = {
5
4
  onChange?: (value: string) => void;
6
5
  defaultValues?: string[];
7
- variant?: OnboardingVariant;
6
+ theme?: OnBoardingThemeV2Type;
8
7
  template?: 'radio' | 'image' | 'roundImage' | 'emoji' | 'icon';
9
8
  } & OnBoardingSingleSelectScreenType & OnBoardingSingleImageSelectScreenType & OnBoardingSingleRoundImageSelectScreenType & OnBoardingSingleScaleSelectScreenType;
10
9
  declare const _default: React.NamedExoticComponent<OnBoardingSingleSelectionScreenPreviewFeatureProps>;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { OutdatedPersonalDataFeatureProps } from './types';
2
3
  export declare function OutdatedPersonalDataFeature({ isOpen, presentingElement, onApply, onDismiss, subtitle, title, applyText, }: OutdatedPersonalDataFeatureProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { PushNotificationsIsDisabledBannerProps } from './types';
2
3
  export declare function PushNotificationsIsDisabledBanner({ onOpenNativeSettings, className, title, description, buttonText, }: PushNotificationsIsDisabledBannerProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { PushNotificationsModalProps } from './types';
2
3
  export declare function PushNotificationsModal({ onApplyPermission, isOpen, title, description, image, applyPermissionText, ...props }: PushNotificationsModalProps): JSX.Element;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { ScheduleFeatureProps } from './types';
3
+ declare const ScheduleFeature: React.FC<ScheduleFeatureProps>;
4
+ export default ScheduleFeature;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { ScheduleFeatureProps } from './types';
3
+ declare const ScheduleSkeleton: React.FC<ScheduleFeatureProps>;
4
+ export default ScheduleSkeleton;
@@ -0,0 +1 @@
1
+ export { default as ScheduleFeature } from './ScheduleFeature';
@@ -0,0 +1,11 @@
1
+ import { WithTranslation } from 'react-i18next';
2
+ import { Schedule, ScheduleDate, ScheduleSlot } from '../../shared/types';
3
+ export type ScheduleFeatureProps = {
4
+ isLoading?: boolean;
5
+ className?: string;
6
+ t?: WithTranslation['t'];
7
+ schedule?: Schedule;
8
+ locale?: string;
9
+ onDateClick?: (date: ScheduleDate, slots: ScheduleSlot[]) => void;
10
+ onSlotClick?: (slot: ScheduleSlot) => void;
11
+ };
@@ -6,6 +6,9 @@ export declare const tariffFeatureStyle: import("tailwind-variants").TVReturnTyp
6
6
  blue: {
7
7
  checkbox: string;
8
8
  };
9
+ custom: {
10
+ checkbox: string;
11
+ };
9
12
  };
10
13
  isSelected: {
11
14
  true: "";
@@ -38,6 +41,9 @@ export declare const tariffFeatureStyle: import("tailwind-variants").TVReturnTyp
38
41
  blue: {
39
42
  checkbox: string;
40
43
  };
44
+ custom: {
45
+ checkbox: string;
46
+ };
41
47
  };
42
48
  isSelected: {
43
49
  true: "";
@@ -64,6 +70,9 @@ export declare const tariffFeatureStyle: import("tailwind-variants").TVReturnTyp
64
70
  blue: {
65
71
  checkbox: string;
66
72
  };
73
+ custom: {
74
+ checkbox: string;
75
+ };
67
76
  };
68
77
  isSelected: {
69
78
  true: "";
@@ -90,6 +99,9 @@ export declare const tariffFeatureStyle: import("tailwind-variants").TVReturnTyp
90
99
  blue: {
91
100
  checkbox: string;
92
101
  };
102
+ custom: {
103
+ checkbox: string;
104
+ };
93
105
  };
94
106
  isSelected: {
95
107
  true: "";
@@ -122,6 +134,9 @@ export declare const tariffFeatureStyle: import("tailwind-variants").TVReturnTyp
122
134
  blue: {
123
135
  checkbox: string;
124
136
  };
137
+ custom: {
138
+ checkbox: string;
139
+ };
125
140
  };
126
141
  isSelected: {
127
142
  true: "";
@@ -154,6 +169,9 @@ export declare const tariffFeatureStyle: import("tailwind-variants").TVReturnTyp
154
169
  blue: {
155
170
  checkbox: string;
156
171
  };
172
+ custom: {
173
+ checkbox: string;
174
+ };
157
175
  };
158
176
  isSelected: {
159
177
  true: "";
@@ -180,6 +198,9 @@ export declare const tariffFeatureStyle: import("tailwind-variants").TVReturnTyp
180
198
  blue: {
181
199
  checkbox: string;
182
200
  };
201
+ custom: {
202
+ checkbox: string;
203
+ };
183
204
  };
184
205
  isSelected: {
185
206
  true: "";
@@ -1,5 +1,6 @@
1
1
  import { WithTranslation } from 'react-i18next';
2
2
  import { VariantEnum } from '../../shared/types/variant';
3
+ import { OnBoardingThemeV2Type } from '../../shared';
3
4
  export type TariffFeatureProps = {
4
5
  className?: string;
5
6
  t?: WithTranslation['t'];
@@ -11,6 +12,7 @@ export type TariffFeatureProps = {
11
12
  isSelected: boolean;
12
13
  badge?: string;
13
14
  variant: VariantEnum;
15
+ onboardingTheme?: OnBoardingThemeV2Type;
14
16
  description?: string;
15
17
  advantagesList?: {
16
18
  id: string;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { IconProps } from '../../types';
2
3
  export declare function IconMinus({ color, size, ...other }: IconProps): JSX.Element;
@@ -3,4 +3,3 @@ export * from './ToastProvider';
3
3
  export * from './CircleRatingProvider';
4
4
  export * from './VideoProvider';
5
5
  export * from './SpecialistScheduleProvider';
6
- export * from './AuthProvider';
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { WithTranslation } from 'react-i18next';
2
3
  export type TranslationMock = {
3
4
  t: (v1: any, v2?: any) => string;
@@ -41,3 +42,6 @@ export declare enum ShortTranscriptionCurrencySignByLocale {
41
42
  'es' = "US"
42
43
  }
43
44
  export declare const StripeSupportedCurrency: SupportedCurrency[];
45
+ export type CSSVarStyles = React.CSSProperties & {
46
+ [key: `--${string}`]: string | number;
47
+ };
@@ -66,6 +66,11 @@ export type OnBoardingScreenProgressType = {
66
66
  template?: OnboardingProgressTemplate;
67
67
  image?: ResponseFileType | null;
68
68
  };
69
+ export type OnBoardingThemeV2Type = {
70
+ template: OnboardingVariant;
71
+ customColor?: string | null;
72
+ customTextColor?: string | null;
73
+ };
69
74
  export type OnBoardingScreenSkipButtonType = {
70
75
  skipButtonText?: string | null;
71
76
  showSkipButton?: boolean;
@@ -262,11 +267,13 @@ export type OnBoardingFlowType = {
262
267
  duration_min?: number | null;
263
268
  isDefault?: boolean;
264
269
  theme?: OnboardingVariant;
270
+ theme_v2?: OnBoardingThemeV2Type;
265
271
  progress?: OnBoardingScreenProgressType;
266
272
  };
267
273
  export declare enum OnboardingVariant {
268
274
  default = "default",
269
- blue = "blue"
275
+ blue = "blue",
276
+ custom = "custom"
270
277
  }
271
278
  export declare enum OnboardingProgressTemplate {
272
279
  default = "default",
@@ -39,6 +39,7 @@ export type Specialist = {
39
39
  about?: string;
40
40
  areas_of_work: Array<string> | [];
41
41
  areas_of_work_by_client_problem: Array<string> | [];
42
+ localized_areas_of_work_by_client_problem: string[];
42
43
  therapy_description?: string;
43
44
  avatar_link?: string;
44
45
  time_zone: string;
@@ -1,4 +1,5 @@
1
1
  export declare enum VariantEnum {
2
2
  default = "default",
3
- blue = "blue"
3
+ blue = "blue",
4
+ custom = "custom"
4
5
  }
@@ -17,7 +17,7 @@ export declare const ButtonStyled: import("styled-components").StyledComponent<i
17
17
  isLoading?: boolean | undefined;
18
18
  icon?: import("react").ReactNode;
19
19
  iconPosition?: "center" | "start" | undefined;
20
- style?: import("react").CSSProperties | undefined;
20
+ style?: import("../..").CSSVarStyles | undefined;
21
21
  id?: string | undefined;
22
- variant?: "default" | "blue" | undefined;
22
+ variant?: "default" | "blue" | "custom" | undefined;
23
23
  } & import("@ionic/core/dist/types/components").JSX.IonButton, never>;
@@ -1,5 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { JSX } from '@ionic/core/components';
3
+ import { CSSVarStyles } from '../../types';
3
4
  export type ButtonProps = {
4
5
  fill?: 'outline' | 'clear';
5
6
  size?: 'default' | 'large' | 'small';
@@ -13,7 +14,7 @@ export type ButtonProps = {
13
14
  isLoading?: boolean;
14
15
  icon?: React.ReactNode;
15
16
  iconPosition?: 'start' | 'center';
16
- style?: React.CSSProperties;
17
+ style?: CSSVarStyles;
17
18
  id?: string;
18
- variant?: 'default' | 'blue';
19
+ variant?: 'default' | 'blue' | 'custom';
19
20
  } & JSX.IonButton;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { CalendarProps } from './types';
2
3
  export declare function Calendar({ maxValue, minValue, timeZone, locale, isShowWeekNames, isShowMonthNavigation, selectionMode, onSelectionChange, defaultSelectDates, onDatePress, renderCustomDateContent, fullWidth, ...props }: CalendarProps): JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { CalendarProps } from './types';
2
3
  type VerticalCalendarProps = CalendarProps & {
3
4
  visibleDuration?: number;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  type VerticalCalendarMonthSkeletonProps = {
2
3
  days: number;
3
4
  };
@@ -1 +1,2 @@
1
+ /// <reference types="react" />
1
2
  export declare function VerticalCalendarSkeleton(): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { ListBoxProps } from './types';
2
- export default function ListBox<T extends Record<string, unknown>>({ selectedIconProps, type, selectionPosition, enableSelection, className, variant, isOnboardingPreview, isTransparent, isRoundCorners, maxSelectionCount, initialVisibleCount, t, ...props }: ListBoxProps<T>): JSX.Element;
3
+ export default 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;
@@ -1,5 +1,5 @@
1
1
  import { AriaListBoxProps } from 'react-aria';
2
- import { IconProps, ResponseFileType } from '../../types';
2
+ import { IconProps, OnBoardingThemeV2Type, ResponseFileType } from '../../types';
3
3
  import { WithTranslation } from 'react-i18next';
4
4
  export declare enum ListBoxSelectionType {
5
5
  Checkbox = "checkbox",
@@ -9,7 +9,7 @@ export declare enum ListBoxSelectionType {
9
9
  Emoji = "emoji",
10
10
  Icon = "icon"
11
11
  }
12
- export type VariantType = 'default' | 'blue';
12
+ export type VariantType = 'default' | 'blue' | 'custom';
13
13
  export type ListBoxProps<T> = AriaListBoxProps<T> & {
14
14
  type?: `${ListBoxSelectionType}`;
15
15
  enableSelection?: boolean;
@@ -17,6 +17,7 @@ export type ListBoxProps<T> = AriaListBoxProps<T> & {
17
17
  selectionPosition?: 'start' | 'end';
18
18
  className?: string;
19
19
  variant?: VariantType;
20
+ onboardingTheme?: OnBoardingThemeV2Type;
20
21
  image?: ResponseFileType;
21
22
  isOnboardingPreview?: boolean;
22
23
  selectionMode?: 'single' | 'multiple' | 'none';
@@ -1,18 +1,19 @@
1
1
  import React from 'react';
2
2
  import { Node } from 'react-stately';
3
3
  import { VariantType } from '../ListBox/types';
4
- import { IconProps } from '../../types';
5
- declare const _default: React.MemoExoticComponent<({ item, isSelected, selectionPosition, enableSelection, selectedIconProps, selectionIconClassName, variant, labelProps, customContent, className, type, }: {
4
+ import { IconProps, OnBoardingThemeV2Type } from '../../types';
5
+ declare const _default: React.MemoExoticComponent<({ item, isSelected, selectionPosition, enableSelection, selectedIconProps, selectionIconClassName, variant, onboardingTheme, labelProps, customContent, className, type, }: {
6
6
  isSelected: boolean;
7
7
  selectionIconClassName: string;
8
8
  labelProps: React.DOMAttributes<HTMLDivElement>;
9
9
  customContent: boolean;
10
10
  className: string;
11
11
  variant: VariantType;
12
+ onboardingTheme?: OnBoardingThemeV2Type | undefined;
12
13
  item: Node<unknown>;
13
14
  selectionPosition: "end" | "start";
14
15
  enableSelection: boolean;
15
16
  selectedIconProps: IconProps;
16
- type: "image" | "checkbox" | "radio" | "icon" | "emoji" | "roundImage";
17
+ type: "image" | "icon" | "checkbox" | "radio" | "emoji" | "roundImage";
17
18
  }) => import("react/jsx-runtime").JSX.Element>;
18
19
  export default _default;