@mindly/ui-components 7.3.2 → 7.4.0-dev.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (268) hide show
  1. package/dist/cjs/b7649e1531c181af.svg +69 -0
  2. package/dist/cjs/deprecated/SpecialistEducationCard/EmptyInstitutionLogo.d.ts +3 -0
  3. package/dist/cjs/deprecated/SpecialistEducationCard/SpecialistEducationCard.d.ts +12 -0
  4. package/dist/cjs/deprecated/SpecialistEducationCard/SpecialistEducationCard.style.d.ts +6 -0
  5. package/dist/cjs/deprecated/SpecialistEducationCard/index.d.ts +1 -0
  6. package/dist/cjs/deprecated/SpecialistProfileViewCard/PlayVideoIcon/PlayVideoIcon.d.ts +3 -0
  7. package/dist/cjs/deprecated/SpecialistProfileViewCard/SpecialistProfileViewCard.d.ts +14 -0
  8. package/dist/cjs/deprecated/SpecialistProfileViewCard/SpecialistProfileViewCard.style.d.ts +11 -0
  9. package/dist/cjs/deprecated/SpecialistProfileViewCard/index.d.ts +1 -0
  10. package/dist/cjs/deprecated/SpecialistStatisticsCard/SpecialistStatisticsCard.d.ts +11 -0
  11. package/dist/cjs/deprecated/SpecialistStatisticsCard/SpecialistStatisticsCard.style.d.ts +5 -0
  12. package/dist/cjs/deprecated/SpecialistStatisticsCard/index.d.ts +1 -0
  13. package/dist/cjs/deprecated/SpecialistStatisticsCard/utils.d.ts +1 -0
  14. package/dist/cjs/deprecated/SpecialistWorkDirections/SpecialistWorkDirections.d.ts +11 -0
  15. package/dist/cjs/deprecated/SpecialistWorkDirections/SpecialistWorkDirections.style.d.ts +2 -0
  16. package/dist/cjs/deprecated/SpecialistWorkDirections/index.d.ts +1 -0
  17. package/dist/cjs/deprecated/therapist-card/TherapistCard.d.ts +16 -0
  18. package/dist/cjs/deprecated/therapist-card/TherapistCard.style.d.ts +5 -0
  19. package/dist/cjs/index.js +7 -7
  20. package/dist/cjs/lib/ChangeLangModal/ChangeLangModal.d.ts +15 -0
  21. package/dist/cjs/lib/ChangeLangModal/ChangeLangModal.style.d.ts +4 -0
  22. package/dist/cjs/lib/ChangeLangModal/index.d.ts +2 -0
  23. package/dist/cjs/lib/Chat/ChatListItem/ChatListItem.d.ts +19 -0
  24. package/dist/cjs/lib/Chat/ChatListItem/ChatListItem.style.d.ts +12 -0
  25. package/dist/cjs/lib/Chat/ChatListItem/index.d.ts +1 -0
  26. package/dist/cjs/lib/Chat/ChatListSkeleton/ChatListSkeleton.d.ts +3 -0
  27. package/dist/cjs/lib/Chat/ChatListSkeleton/ChatListSkeleton.style.d.ts +1 -0
  28. package/dist/cjs/lib/Chat/ChatListSkeleton/index.d.ts +1 -0
  29. package/dist/cjs/lib/Chat/ChatMessage/ChatMessage.d.ts +29 -0
  30. package/dist/cjs/lib/Chat/ChatMessage/ChatMessage.style.d.ts +36 -0
  31. package/dist/cjs/lib/Chat/ChatMessage/index.d.ts +1 -0
  32. package/dist/cjs/lib/Chat/ChatMessageSkeleton/ChatMessageSkeleton.d.ts +2 -0
  33. package/dist/cjs/lib/Chat/ChatMessageSkeleton/ChatMessageSkeleton.style.d.ts +7 -0
  34. package/dist/cjs/lib/Chat/ChatMessageSkeleton/index.d.ts +1 -0
  35. package/dist/cjs/lib/Chat/EmptyChatList/EmptyChatList.d.ts +11 -0
  36. package/dist/cjs/lib/Chat/EmptyChatList/EmptyChatList.style.d.ts +3 -0
  37. package/dist/cjs/lib/Chat/EmptyChatList/index.d.ts +1 -0
  38. package/dist/cjs/lib/Chat/EmptyChatMessages/EmptyChatMessages.d.ts +7 -0
  39. package/dist/cjs/lib/Chat/EmptyChatMessages/EmptyChatMessages.style.d.ts +3 -0
  40. package/dist/cjs/lib/Chat/EmptyChatMessages/index.d.ts +1 -0
  41. package/dist/cjs/lib/Chat/LouseConnect/LouseConnect.d.ts +6 -0
  42. package/dist/cjs/lib/Chat/LouseConnect/LouseConnect.style.d.ts +3 -0
  43. package/dist/cjs/lib/Chat/LouseConnect/index.d.ts +1 -0
  44. package/dist/cjs/lib/Chat/Textarea/Textarea.d.ts +21 -0
  45. package/dist/cjs/lib/Chat/Textarea/Textarea.style.d.ts +11 -0
  46. package/dist/cjs/lib/Chat/Textarea/index.d.ts +1 -0
  47. package/dist/cjs/lib/Chat/Textarea/utils.d.ts +2 -0
  48. package/dist/cjs/lib/Chat/utils.d.ts +1 -0
  49. package/dist/cjs/lib/EntryNotFound/EntryNotFound.d.ts +5 -0
  50. package/dist/cjs/lib/EntryNotFound/EntryNotFound.style.d.ts +2 -0
  51. package/dist/cjs/lib/EntryNotFound/index.d.ts +1 -0
  52. package/dist/cjs/lib/HorisontalCalendar/HorizontalCalendar.d.ts +40 -0
  53. package/dist/cjs/lib/HorisontalCalendar/HorizontalCalendar.styled.d.ts +2 -0
  54. package/dist/cjs/lib/HorisontalCalendar/index.d.ts +1 -0
  55. package/dist/cjs/lib/Modal/Modal.d.ts +8 -0
  56. package/dist/cjs/lib/Modal/Modal.style.d.ts +6 -0
  57. package/dist/cjs/lib/Modal/index.d.ts +1 -0
  58. package/dist/cjs/lib/ModalCalendar/ModalCalendar.d.ts +10 -0
  59. package/dist/cjs/lib/ModalCalendar/ModalCalendar.styled.d.ts +12 -0
  60. package/dist/cjs/lib/PersonDateTimeCard/PersonDateTimeCard.d.ts +8 -0
  61. package/dist/cjs/lib/PersonDateTimeCard/PersonDateTimeCard.styled.d.ts +2 -0
  62. package/dist/cjs/lib/SelectImpressionEmoji/ImpressionEmojiEnum.d.ts +8 -0
  63. package/dist/cjs/lib/SelectImpressionEmoji/SelectImpressionEmoji.d.ts +4 -0
  64. package/dist/cjs/lib/SelectImpressionEmoji/SelectImpressionEmoji.styled.d.ts +2 -0
  65. package/dist/cjs/lib/SelectImpressionEmoji/SelectImpressionEmojiProps.d.ts +6 -0
  66. package/dist/cjs/lib/SelectImpressionEmoji/emojis.d.ts +5 -0
  67. package/dist/cjs/lib/SelectImpressionEmoji/index.d.ts +4 -0
  68. package/dist/cjs/lib/StatusTag/StatusTag.d.ts +7 -0
  69. package/dist/cjs/lib/StatusTag/StatusTag.style.d.ts +6 -0
  70. package/dist/cjs/lib/StatusTag/index.d.ts +1 -0
  71. package/dist/cjs/lib/UsersPsychologistScrollList/UserPsychologistScrollList.styled.d.ts +6 -0
  72. package/dist/cjs/lib/UsersPsychologistScrollList/UsersPsychologistScrollList.d.ts +10 -0
  73. package/dist/cjs/lib/archived-consultation-card/ArchivedConsultationCard.d.ts +14 -0
  74. package/dist/cjs/lib/archived-consultation-card/ArchivedConsultationCard.style.d.ts +4 -0
  75. package/dist/cjs/lib/content-card/ContentCard.d.ts +15 -0
  76. package/dist/cjs/lib/content-card/ContentCard.style.d.ts +11 -0
  77. package/dist/cjs/lib/floating-button/FloatingButton.d.ts +8 -0
  78. package/dist/cjs/lib/floating-button/FloatingButton.style.d.ts +6 -0
  79. package/dist/cjs/lib/footer-for-booking/FooterForBooking.d.ts +9 -0
  80. package/dist/cjs/lib/footer-for-booking/FooterForBooking.style.d.ts +6 -0
  81. package/dist/cjs/lib/footer-for-booking/index.d.ts +1 -0
  82. package/dist/cjs/lib/list-button/ListButton.d.ts +9 -0
  83. package/dist/cjs/lib/list-button/ListButton.style.d.ts +2 -0
  84. package/dist/cjs/lib/navigation-bar/NavigationBar.d.ts +8 -0
  85. package/dist/cjs/lib/navigation-bar/NavigationBar.style.d.ts +8 -0
  86. package/dist/cjs/lib/notes-card-text/NotesCardText.d.ts +6 -0
  87. package/dist/cjs/lib/notes-card-text/NotesCardText.style.d.ts +1 -0
  88. package/dist/cjs/lib/notes-card-text/index.d.ts +1 -0
  89. package/dist/cjs/lib/notes-editor/NotesEditor.d.ts +5 -0
  90. package/dist/cjs/lib/notes-editor/NotesEditor.styled.d.ts +2 -0
  91. package/dist/cjs/lib/scroll-tabs/ScrollTabs.d.ts +7 -0
  92. package/dist/cjs/lib/scroll-tabs/ScrollTabs.style.d.ts +3 -0
  93. package/dist/cjs/lib/tab-bar/TabBar.d.ts +6 -0
  94. package/dist/cjs/lib/tab-bar/TabBar.style.d.ts +5 -0
  95. package/dist/cjs/lib/therapist-information-component/TherapistInformationComponent.d.ts +10 -0
  96. package/dist/cjs/lib/therapist-information-component/TherapistInformationComponent.style.d.ts +2 -0
  97. package/dist/cjs/lib/your-local-time-block/YourLocalTimeBlock.d.ts +6 -0
  98. package/dist/cjs/lib/your-local-time-block/YourLocalTimeBlock.styled.d.ts +2 -0
  99. package/dist/cjs/lib2/features/AppNotSupporedFeature/AppNotSupportedFeature.d.ts +2 -3
  100. package/dist/cjs/lib2/features/ExploreCardSwiperFeature/ExploreCardSwiperFeature.d.ts +6 -0
  101. package/dist/cjs/lib2/features/ExploreCardSwiperFeature/index.d.ts +2 -0
  102. package/dist/cjs/lib2/features/ExploreCardSwiperFeature/styles.d.ts +7 -0
  103. package/dist/cjs/lib2/features/ExploreCardSwiperFeature/types.d.ts +26 -0
  104. package/dist/cjs/lib2/features/ExploreCardSwiperFeature/useSlidesToShow.d.ts +1 -0
  105. package/dist/cjs/lib2/features/PromptCardsFeature/PromptCardsFeature.d.ts +6 -0
  106. package/dist/cjs/lib2/features/PromptCardsFeature/index.d.ts +2 -0
  107. package/dist/cjs/lib2/features/PromptCardsFeature/styles.d.ts +7 -0
  108. package/dist/cjs/lib2/features/PromptCardsFeature/types.d.ts +12 -0
  109. package/dist/cjs/lib2/features/index.d.ts +2 -0
  110. package/dist/cjs/lib2/shared/assets/icons/IconArrowUp.d.ts +3 -0
  111. package/dist/cjs/lib2/shared/assets/icons/index.d.ts +1 -0
  112. package/dist/cjs/lib2/shared/types/ratingCircleTypes.d.ts +2 -0
  113. package/dist/cjs/lib2/shared/ui/AppHeader_v2/AppHeader_v2.stories.d.ts +1 -0
  114. package/dist/cjs/lib2/shared/ui/Badge/styles.d.ts +7 -0
  115. package/dist/cjs/lib2/shared/ui/Badge/types.d.ts +1 -1
  116. package/dist/cjs/lib2/shared/ui/ExploreCard/ExploreCard.d.ts +4 -0
  117. package/dist/cjs/lib2/shared/ui/ExploreCard/index.d.ts +2 -0
  118. package/dist/cjs/lib2/shared/ui/ExploreCard/styles.d.ts +1 -0
  119. package/dist/cjs/lib2/shared/ui/ExploreCard/types.d.ts +9 -0
  120. package/dist/cjs/lib2/shared/ui/ProgressCard/ProgressCard.d.ts +4 -0
  121. package/dist/cjs/lib2/shared/ui/ProgressCard/index.d.ts +2 -0
  122. package/dist/cjs/lib2/shared/ui/ProgressCard/styles.d.ts +1 -0
  123. package/dist/cjs/lib2/shared/ui/ProgressCard/types.d.ts +11 -0
  124. package/dist/cjs/lib2/shared/ui/PromptCard/PromptCard.d.ts +4 -0
  125. package/dist/cjs/lib2/shared/ui/PromptCard/index.d.ts +2 -0
  126. package/dist/cjs/lib2/shared/ui/PromptCard/styles.d.ts +1 -0
  127. package/dist/cjs/lib2/shared/ui/PromptCard/types.d.ts +8 -0
  128. package/dist/cjs/lib2/shared/ui/RatingCircle/styles.d.ts +3 -0
  129. package/dist/cjs/lib2/shared/ui/SimpleTabs/SimpleTabs.d.ts +13 -0
  130. package/dist/cjs/lib2/shared/ui/SimpleTabs/index.d.ts +3 -0
  131. package/dist/cjs/lib2/shared/ui/SolidInput/SolidInput.stories.d.ts +1 -0
  132. package/dist/cjs/lib2/shared/ui/SolidInput/types.d.ts +6 -0
  133. package/dist/cjs/lib2/shared/ui/index.d.ts +4 -0
  134. package/dist/esm/b7649e1531c181af.svg +69 -0
  135. package/dist/esm/deprecated/SpecialistEducationCard/EmptyInstitutionLogo.d.ts +3 -0
  136. package/dist/esm/deprecated/SpecialistEducationCard/SpecialistEducationCard.d.ts +12 -0
  137. package/dist/esm/deprecated/SpecialistEducationCard/SpecialistEducationCard.style.d.ts +6 -0
  138. package/dist/esm/deprecated/SpecialistEducationCard/index.d.ts +1 -0
  139. package/dist/esm/deprecated/SpecialistProfileViewCard/PlayVideoIcon/PlayVideoIcon.d.ts +3 -0
  140. package/dist/esm/deprecated/SpecialistProfileViewCard/SpecialistProfileViewCard.d.ts +14 -0
  141. package/dist/esm/deprecated/SpecialistProfileViewCard/SpecialistProfileViewCard.style.d.ts +11 -0
  142. package/dist/esm/deprecated/SpecialistProfileViewCard/index.d.ts +1 -0
  143. package/dist/esm/deprecated/SpecialistStatisticsCard/SpecialistStatisticsCard.d.ts +11 -0
  144. package/dist/esm/deprecated/SpecialistStatisticsCard/SpecialistStatisticsCard.style.d.ts +5 -0
  145. package/dist/esm/deprecated/SpecialistStatisticsCard/index.d.ts +1 -0
  146. package/dist/esm/deprecated/SpecialistStatisticsCard/utils.d.ts +1 -0
  147. package/dist/esm/deprecated/SpecialistWorkDirections/SpecialistWorkDirections.d.ts +11 -0
  148. package/dist/esm/deprecated/SpecialistWorkDirections/SpecialistWorkDirections.style.d.ts +2 -0
  149. package/dist/esm/deprecated/SpecialistWorkDirections/index.d.ts +1 -0
  150. package/dist/esm/deprecated/therapist-card/TherapistCard.d.ts +16 -0
  151. package/dist/esm/deprecated/therapist-card/TherapistCard.style.d.ts +5 -0
  152. package/dist/esm/index.js +8 -8
  153. package/dist/esm/lib/ChangeLangModal/ChangeLangModal.d.ts +15 -0
  154. package/dist/esm/lib/ChangeLangModal/ChangeLangModal.style.d.ts +4 -0
  155. package/dist/esm/lib/ChangeLangModal/index.d.ts +2 -0
  156. package/dist/esm/lib/Chat/ChatListItem/ChatListItem.d.ts +19 -0
  157. package/dist/esm/lib/Chat/ChatListItem/ChatListItem.style.d.ts +12 -0
  158. package/dist/esm/lib/Chat/ChatListItem/index.d.ts +1 -0
  159. package/dist/esm/lib/Chat/ChatListSkeleton/ChatListSkeleton.d.ts +3 -0
  160. package/dist/esm/lib/Chat/ChatListSkeleton/ChatListSkeleton.style.d.ts +1 -0
  161. package/dist/esm/lib/Chat/ChatListSkeleton/index.d.ts +1 -0
  162. package/dist/esm/lib/Chat/ChatMessage/ChatMessage.d.ts +29 -0
  163. package/dist/esm/lib/Chat/ChatMessage/ChatMessage.style.d.ts +36 -0
  164. package/dist/esm/lib/Chat/ChatMessage/index.d.ts +1 -0
  165. package/dist/esm/lib/Chat/ChatMessageSkeleton/ChatMessageSkeleton.d.ts +2 -0
  166. package/dist/esm/lib/Chat/ChatMessageSkeleton/ChatMessageSkeleton.style.d.ts +7 -0
  167. package/dist/esm/lib/Chat/ChatMessageSkeleton/index.d.ts +1 -0
  168. package/dist/esm/lib/Chat/EmptyChatList/EmptyChatList.d.ts +11 -0
  169. package/dist/esm/lib/Chat/EmptyChatList/EmptyChatList.style.d.ts +3 -0
  170. package/dist/esm/lib/Chat/EmptyChatList/index.d.ts +1 -0
  171. package/dist/esm/lib/Chat/EmptyChatMessages/EmptyChatMessages.d.ts +7 -0
  172. package/dist/esm/lib/Chat/EmptyChatMessages/EmptyChatMessages.style.d.ts +3 -0
  173. package/dist/esm/lib/Chat/EmptyChatMessages/index.d.ts +1 -0
  174. package/dist/esm/lib/Chat/LouseConnect/LouseConnect.d.ts +6 -0
  175. package/dist/esm/lib/Chat/LouseConnect/LouseConnect.style.d.ts +3 -0
  176. package/dist/esm/lib/Chat/LouseConnect/index.d.ts +1 -0
  177. package/dist/esm/lib/Chat/Textarea/Textarea.d.ts +21 -0
  178. package/dist/esm/lib/Chat/Textarea/Textarea.style.d.ts +11 -0
  179. package/dist/esm/lib/Chat/Textarea/index.d.ts +1 -0
  180. package/dist/esm/lib/Chat/Textarea/utils.d.ts +2 -0
  181. package/dist/esm/lib/Chat/utils.d.ts +1 -0
  182. package/dist/esm/lib/EntryNotFound/EntryNotFound.d.ts +5 -0
  183. package/dist/esm/lib/EntryNotFound/EntryNotFound.style.d.ts +2 -0
  184. package/dist/esm/lib/EntryNotFound/index.d.ts +1 -0
  185. package/dist/esm/lib/HorisontalCalendar/HorizontalCalendar.d.ts +40 -0
  186. package/dist/esm/lib/HorisontalCalendar/HorizontalCalendar.styled.d.ts +2 -0
  187. package/dist/esm/lib/HorisontalCalendar/index.d.ts +1 -0
  188. package/dist/esm/lib/Modal/Modal.d.ts +8 -0
  189. package/dist/esm/lib/Modal/Modal.style.d.ts +6 -0
  190. package/dist/esm/lib/Modal/index.d.ts +1 -0
  191. package/dist/esm/lib/ModalCalendar/ModalCalendar.d.ts +10 -0
  192. package/dist/esm/lib/ModalCalendar/ModalCalendar.styled.d.ts +12 -0
  193. package/dist/esm/lib/PersonDateTimeCard/PersonDateTimeCard.d.ts +8 -0
  194. package/dist/esm/lib/PersonDateTimeCard/PersonDateTimeCard.styled.d.ts +2 -0
  195. package/dist/esm/lib/SelectImpressionEmoji/ImpressionEmojiEnum.d.ts +8 -0
  196. package/dist/esm/lib/SelectImpressionEmoji/SelectImpressionEmoji.d.ts +4 -0
  197. package/dist/esm/lib/SelectImpressionEmoji/SelectImpressionEmoji.styled.d.ts +2 -0
  198. package/dist/esm/lib/SelectImpressionEmoji/SelectImpressionEmojiProps.d.ts +6 -0
  199. package/dist/esm/lib/SelectImpressionEmoji/emojis.d.ts +5 -0
  200. package/dist/esm/lib/SelectImpressionEmoji/index.d.ts +4 -0
  201. package/dist/esm/lib/StatusTag/StatusTag.d.ts +7 -0
  202. package/dist/esm/lib/StatusTag/StatusTag.style.d.ts +6 -0
  203. package/dist/esm/lib/StatusTag/index.d.ts +1 -0
  204. package/dist/esm/lib/UsersPsychologistScrollList/UserPsychologistScrollList.styled.d.ts +6 -0
  205. package/dist/esm/lib/UsersPsychologistScrollList/UsersPsychologistScrollList.d.ts +10 -0
  206. package/dist/esm/lib/archived-consultation-card/ArchivedConsultationCard.d.ts +14 -0
  207. package/dist/esm/lib/archived-consultation-card/ArchivedConsultationCard.style.d.ts +4 -0
  208. package/dist/esm/lib/content-card/ContentCard.d.ts +15 -0
  209. package/dist/esm/lib/content-card/ContentCard.style.d.ts +11 -0
  210. package/dist/esm/lib/floating-button/FloatingButton.d.ts +8 -0
  211. package/dist/esm/lib/floating-button/FloatingButton.style.d.ts +6 -0
  212. package/dist/esm/lib/footer-for-booking/FooterForBooking.d.ts +9 -0
  213. package/dist/esm/lib/footer-for-booking/FooterForBooking.style.d.ts +6 -0
  214. package/dist/esm/lib/footer-for-booking/index.d.ts +1 -0
  215. package/dist/esm/lib/list-button/ListButton.d.ts +9 -0
  216. package/dist/esm/lib/list-button/ListButton.style.d.ts +2 -0
  217. package/dist/esm/lib/navigation-bar/NavigationBar.d.ts +8 -0
  218. package/dist/esm/lib/navigation-bar/NavigationBar.style.d.ts +8 -0
  219. package/dist/esm/lib/notes-card-text/NotesCardText.d.ts +6 -0
  220. package/dist/esm/lib/notes-card-text/NotesCardText.style.d.ts +1 -0
  221. package/dist/esm/lib/notes-card-text/index.d.ts +1 -0
  222. package/dist/esm/lib/notes-editor/NotesEditor.d.ts +5 -0
  223. package/dist/esm/lib/notes-editor/NotesEditor.styled.d.ts +2 -0
  224. package/dist/esm/lib/scroll-tabs/ScrollTabs.d.ts +7 -0
  225. package/dist/esm/lib/scroll-tabs/ScrollTabs.style.d.ts +3 -0
  226. package/dist/esm/lib/tab-bar/TabBar.d.ts +6 -0
  227. package/dist/esm/lib/tab-bar/TabBar.style.d.ts +5 -0
  228. package/dist/esm/lib/therapist-information-component/TherapistInformationComponent.d.ts +10 -0
  229. package/dist/esm/lib/therapist-information-component/TherapistInformationComponent.style.d.ts +2 -0
  230. package/dist/esm/lib/your-local-time-block/YourLocalTimeBlock.d.ts +6 -0
  231. package/dist/esm/lib/your-local-time-block/YourLocalTimeBlock.styled.d.ts +2 -0
  232. package/dist/esm/lib2/features/AppNotSupporedFeature/AppNotSupportedFeature.d.ts +2 -3
  233. package/dist/esm/lib2/features/ExploreCardSwiperFeature/ExploreCardSwiperFeature.d.ts +6 -0
  234. package/dist/esm/lib2/features/ExploreCardSwiperFeature/index.d.ts +2 -0
  235. package/dist/esm/lib2/features/ExploreCardSwiperFeature/styles.d.ts +7 -0
  236. package/dist/esm/lib2/features/ExploreCardSwiperFeature/types.d.ts +26 -0
  237. package/dist/esm/lib2/features/ExploreCardSwiperFeature/useSlidesToShow.d.ts +1 -0
  238. package/dist/esm/lib2/features/PromptCardsFeature/PromptCardsFeature.d.ts +6 -0
  239. package/dist/esm/lib2/features/PromptCardsFeature/index.d.ts +2 -0
  240. package/dist/esm/lib2/features/PromptCardsFeature/styles.d.ts +7 -0
  241. package/dist/esm/lib2/features/PromptCardsFeature/types.d.ts +12 -0
  242. package/dist/esm/lib2/features/index.d.ts +2 -0
  243. package/dist/esm/lib2/shared/assets/icons/IconArrowUp.d.ts +3 -0
  244. package/dist/esm/lib2/shared/assets/icons/index.d.ts +1 -0
  245. package/dist/esm/lib2/shared/types/ratingCircleTypes.d.ts +2 -0
  246. package/dist/esm/lib2/shared/ui/AppHeader_v2/AppHeader_v2.stories.d.ts +1 -0
  247. package/dist/esm/lib2/shared/ui/Badge/styles.d.ts +7 -0
  248. package/dist/esm/lib2/shared/ui/Badge/types.d.ts +1 -1
  249. package/dist/esm/lib2/shared/ui/ExploreCard/ExploreCard.d.ts +4 -0
  250. package/dist/esm/lib2/shared/ui/ExploreCard/index.d.ts +2 -0
  251. package/dist/esm/lib2/shared/ui/ExploreCard/styles.d.ts +1 -0
  252. package/dist/esm/lib2/shared/ui/ExploreCard/types.d.ts +9 -0
  253. package/dist/esm/lib2/shared/ui/ProgressCard/ProgressCard.d.ts +4 -0
  254. package/dist/esm/lib2/shared/ui/ProgressCard/index.d.ts +2 -0
  255. package/dist/esm/lib2/shared/ui/ProgressCard/styles.d.ts +1 -0
  256. package/dist/esm/lib2/shared/ui/ProgressCard/types.d.ts +11 -0
  257. package/dist/esm/lib2/shared/ui/PromptCard/PromptCard.d.ts +4 -0
  258. package/dist/esm/lib2/shared/ui/PromptCard/index.d.ts +2 -0
  259. package/dist/esm/lib2/shared/ui/PromptCard/styles.d.ts +1 -0
  260. package/dist/esm/lib2/shared/ui/PromptCard/types.d.ts +8 -0
  261. package/dist/esm/lib2/shared/ui/RatingCircle/styles.d.ts +3 -0
  262. package/dist/esm/lib2/shared/ui/SimpleTabs/SimpleTabs.d.ts +13 -0
  263. package/dist/esm/lib2/shared/ui/SimpleTabs/index.d.ts +3 -0
  264. package/dist/esm/lib2/shared/ui/SolidInput/SolidInput.stories.d.ts +1 -0
  265. package/dist/esm/lib2/shared/ui/SolidInput/types.d.ts +6 -0
  266. package/dist/esm/lib2/shared/ui/index.d.ts +4 -0
  267. package/dist/index.d.ts +153 -53
  268. package/package.json +3 -2
package/dist/index.d.ts CHANGED
@@ -80,7 +80,7 @@ type LetterAvatarProps = {
80
80
  fontSize?: number;
81
81
  onClick?: () => void;
82
82
  };
83
- declare const _default$1g: React__default.NamedExoticComponent<LetterAvatarProps>;
83
+ declare const _default$1k: React__default.NamedExoticComponent<LetterAvatarProps>;
84
84
 
85
85
  type ImageWithFallbackProps = JSX.IntrinsicElements['img'] & {
86
86
  onErrorContent: React__default.ReactElement;
@@ -179,7 +179,7 @@ type MediaPlayerProps<TCameraTrack extends Playable | undefined, TAudioTrack ext
179
179
  showControls: boolean;
180
180
  isScreenSharing?: boolean;
181
181
  } & HTMLAttributes<HTMLDivElement>;
182
- declare const _default$1f: <TCameraTrack extends Playable | undefined, TAudioTrack extends Playable | undefined>({ fullwidth, cameraTrack, audioTrack, isVideoTrackMuted, isAudioTrackMuted, networkQuality, fallbackAvatar, fallbackAvatarDimensions, fallbackName, showControls, isScreenSharing, ...props }: MediaPlayerProps<TCameraTrack, TAudioTrack>) => JSX.Element;
182
+ declare const _default$1j: <TCameraTrack extends Playable | undefined, TAudioTrack extends Playable | undefined>({ fullwidth, cameraTrack, audioTrack, isVideoTrackMuted, isAudioTrackMuted, networkQuality, fallbackAvatar, fallbackAvatarDimensions, fallbackName, showControls, isScreenSharing, ...props }: MediaPlayerProps<TCameraTrack, TAudioTrack>) => JSX.Element;
183
183
 
184
184
  type RoundButtonPropsType = {
185
185
  disabled?: boolean;
@@ -273,7 +273,7 @@ type VideoPlayerProps = {
273
273
  closeModalHandler?: () => void;
274
274
  onErrorContent: React__default.ReactElement;
275
275
  } & JSX$1.IonModal;
276
- declare const _default$1e: React__default.NamedExoticComponent<VideoPlayerProps>;
276
+ declare const _default$1i: React__default.NamedExoticComponent<VideoPlayerProps>;
277
277
 
278
278
  type NotSupportModalProps = {
279
279
  closeModal?: () => void;
@@ -339,7 +339,7 @@ type TypographyProps = {
339
339
  id?: string;
340
340
  };
341
341
 
342
- declare const _default$1d: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<TypographyProps & React__default.RefAttributes<HTMLDivElement>>>;
342
+ declare const _default$1h: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<TypographyProps & React__default.RefAttributes<HTMLDivElement>>>;
343
343
 
344
344
  type AlertCardVariants = 'transparent' | 'yellow' | 'blue';
345
345
  type AlertCardProps = React$1.ComponentPropsWithoutRef<'div'> & {
@@ -355,7 +355,7 @@ type AlertCardProps = React$1.ComponentPropsWithoutRef<'div'> & {
355
355
  };
356
356
  };
357
357
 
358
- declare const _default$1c: React$1.NamedExoticComponent<AlertCardProps>;
358
+ declare const _default$1g: React$1.NamedExoticComponent<AlertCardProps>;
359
359
 
360
360
  type AppFooterProps = {
361
361
  children?: React__default.ReactNode;
@@ -366,7 +366,7 @@ type AppFooterProps = {
366
366
  toolbarStyle?: CSSProperties;
367
367
  className?: string;
368
368
  };
369
- declare const _default$1b: React__default.NamedExoticComponent<AppFooterProps>;
369
+ declare const _default$1f: React__default.NamedExoticComponent<AppFooterProps>;
370
370
 
371
371
  type AvatarRoundVariants = 'circle' | 'drop' | 'small';
372
372
 
@@ -381,14 +381,14 @@ type AvatarProps = {
381
381
  onClick?(e: React__default.MouseEvent<HTMLDivElement>): void;
382
382
  border?: boolean | string;
383
383
  };
384
- declare const _default$1a: React__default.NamedExoticComponent<AvatarProps>;
384
+ declare const _default$1e: React__default.NamedExoticComponent<AvatarProps>;
385
385
 
386
386
  type SkeletonProps = {
387
387
  animated?: boolean;
388
388
  className?: string;
389
389
  style?: React__default.CSSProperties;
390
390
  };
391
- declare const _default$19: React__default.NamedExoticComponent<SkeletonProps>;
391
+ declare const _default$1d: React__default.NamedExoticComponent<SkeletonProps>;
392
392
 
393
393
  declare enum CircleRatingSize {
394
394
  'S' = "S",
@@ -402,6 +402,7 @@ type CircleRatingContent = {
402
402
  text?: string;
403
403
  isPercentage?: boolean;
404
404
  showIcon?: boolean;
405
+ hideValue?: boolean;
405
406
  };
406
407
  type CircleRatingDataProps = {
407
408
  progress: number;
@@ -462,6 +463,7 @@ type CircleRatingComponentProps = {
462
463
  isWithAnimation?: boolean;
463
464
  isPrimaryColor?: boolean;
464
465
  isProgressWithAnimation?: boolean;
466
+ isWhiteBackgroundStroke?: boolean;
465
467
  className?: string;
466
468
  onProgressEnd?: () => void;
467
469
  };
@@ -1373,7 +1375,7 @@ type FlagProps$1 = {
1373
1375
  name: string;
1374
1376
  className?: string;
1375
1377
  };
1376
- declare const _default$18: React__default.NamedExoticComponent<FlagProps$1>;
1378
+ declare const _default$1c: React__default.NamedExoticComponent<FlagProps$1>;
1377
1379
 
1378
1380
  type PictureProps = {
1379
1381
  width: number;
@@ -1391,10 +1393,10 @@ type PictureProps = {
1391
1393
  containerWidth?: number;
1392
1394
  imageClassName?: string;
1393
1395
  };
1394
- declare const _default$17: React__default.NamedExoticComponent<PictureProps>;
1396
+ declare const _default$1b: React__default.NamedExoticComponent<PictureProps>;
1395
1397
 
1396
1398
  type BadgeType = 'default' | 'accent';
1397
- type BadgeVariants = 'attention' | 'neutral' | 'success' | 'warning' | 'brand' | 'info';
1399
+ type BadgeVariants = 'attention' | 'neutral' | 'success' | 'warning' | 'brand' | 'info' | 'personalized';
1398
1400
  type BadgeProps = React$1.ComponentPropsWithoutRef<'span'> & {
1399
1401
  variant: BadgeVariants;
1400
1402
  size?: 'S' | 'M';
@@ -1402,7 +1404,7 @@ type BadgeProps = React$1.ComponentPropsWithoutRef<'span'> & {
1402
1404
  iconType?: 'check' | React$1.ReactNode;
1403
1405
  };
1404
1406
 
1405
- declare const _default$16: React$1.NamedExoticComponent<BadgeProps>;
1407
+ declare const _default$1a: React$1.NamedExoticComponent<BadgeProps>;
1406
1408
 
1407
1409
  type ItemCardVariants = 'neutral' | 'transparent' | 'transparent20';
1408
1410
  type ItemCardProps = React$1.ComponentPropsWithoutRef<'div'> & {
@@ -1410,7 +1412,7 @@ type ItemCardProps = React$1.ComponentPropsWithoutRef<'div'> & {
1410
1412
  size?: 'M' | 'M4' | 'M45';
1411
1413
  };
1412
1414
 
1413
- declare const _default$15: React$1.NamedExoticComponent<ItemCardProps>;
1415
+ declare const _default$19: React$1.NamedExoticComponent<ItemCardProps>;
1414
1416
 
1415
1417
  type AppHeaderProps = {
1416
1418
  fullwidth?: boolean;
@@ -1530,7 +1532,7 @@ interface TextareaV2Props extends Omit<JSX$1.IonTextarea, 'color' | 'enterkeyhin
1530
1532
  onKeyPress?: (e: KeyboardEvent<HTMLIonTextareaElement>) => void;
1531
1533
  }
1532
1534
 
1533
- declare const _default$14: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<TextareaV2Props & React__default.RefAttributes<HTMLIonTextareaElement>>>;
1535
+ declare const _default$18: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<TextareaV2Props & React__default.RefAttributes<HTMLIonTextareaElement>>>;
1534
1536
 
1535
1537
  type RatingProps = {
1536
1538
  initialRating?: number;
@@ -1543,7 +1545,7 @@ type RatingProps = {
1543
1545
  readonly?: boolean;
1544
1546
  } & RatingComponentProps;
1545
1547
 
1546
- declare const _default$13: React__default.NamedExoticComponent<RatingProps>;
1548
+ declare const _default$17: React__default.NamedExoticComponent<RatingProps>;
1547
1549
 
1548
1550
  declare const RatingCircleWrapper: FC<CircleRatingComponentProps & {
1549
1551
  t: WithTranslation['t'] | any;
@@ -1557,7 +1559,7 @@ type IconButtonProps = {
1557
1559
  fill?: 'clear' | 'filled';
1558
1560
  type?: 'button' | 'submit' | 'reset';
1559
1561
  };
1560
- declare const _default$12: React__default.NamedExoticComponent<IconButtonProps>;
1562
+ declare const _default$16: React__default.NamedExoticComponent<IconButtonProps>;
1561
1563
 
1562
1564
  type ToastProviderProps = ToastStateProps;
1563
1565
  type MindlyToastProps = {
@@ -1604,17 +1606,17 @@ type ProgressBar_v2Props = {
1604
1606
  onProgressEnd?: () => void;
1605
1607
  style?: CSSVarStyles;
1606
1608
  };
1607
- declare const _default$11: React__default.NamedExoticComponent<ProgressBar_v2Props>;
1609
+ declare const _default$15: React__default.NamedExoticComponent<ProgressBar_v2Props>;
1608
1610
 
1609
1611
  type LoadingProps = {
1610
1612
  isOpen: boolean;
1611
1613
  };
1612
- declare const _default$10: React__default.NamedExoticComponent<LoadingProps>;
1614
+ declare const _default$14: React__default.NamedExoticComponent<LoadingProps>;
1613
1615
 
1614
1616
  type ListItemsProps = React$1.HTMLAttributes<HTMLIonListElement> & {
1615
1617
  withBorders?: boolean;
1616
1618
  };
1617
- declare const _default$$: React$1.NamedExoticComponent<ListItemsProps>;
1619
+ declare const _default$13: React$1.NamedExoticComponent<ListItemsProps>;
1618
1620
 
1619
1621
  type ItemProps = React$1.HTMLAttributes<HTMLIonItemElement> & {
1620
1622
  leftContent?: React$1.ReactNode;
@@ -1626,7 +1628,7 @@ type ItemProps = React$1.HTMLAttributes<HTMLIonItemElement> & {
1626
1628
  isError?: boolean;
1627
1629
  status?: 'error' | 'attention';
1628
1630
  };
1629
- declare const _default$_: React$1.NamedExoticComponent<ItemProps>;
1631
+ declare const _default$12: React$1.NamedExoticComponent<ItemProps>;
1630
1632
 
1631
1633
  declare enum VariantEnum {
1632
1634
  default = "default",
@@ -1656,7 +1658,7 @@ type VideoMethods = {
1656
1658
  play(): void;
1657
1659
  };
1658
1660
  type VideoRef = HTMLVideoElement | VideoMethods;
1659
- declare const _default$Z: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<VideoProps & {
1661
+ declare const _default$11: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<VideoProps & {
1660
1662
  children?: React__default.ReactNode;
1661
1663
  } & React__default.RefAttributes<VideoRef>>>;
1662
1664
 
@@ -1760,6 +1762,18 @@ declare const TabItem: (props: ItemProps$1<unknown> & {
1760
1762
  textTransform?: 'uppercase' | 'capitalize' | 'lowercase' | 'none';
1761
1763
  }) => JSX.Element;
1762
1764
 
1765
+ type SimpleTabsProps = {
1766
+ tabs: {
1767
+ id: string;
1768
+ title: string;
1769
+ }[];
1770
+ className?: string;
1771
+ fullWidth?: boolean;
1772
+ defaultActiveTab?: string;
1773
+ onTabChange?(tabId: string): void;
1774
+ };
1775
+ declare const SimpleTabs: React__default.FC<SimpleTabsProps>;
1776
+
1763
1777
  type SuperSpecialistProps = {
1764
1778
  t?: WithTranslation['t'];
1765
1779
  variant?: 'default' | 'full' | 'badge';
@@ -1774,15 +1788,15 @@ type MatchProgressProps = {
1774
1788
  className?: string;
1775
1789
  percentMatch: number;
1776
1790
  };
1777
- declare const _default$Y: React__default.NamedExoticComponent<React__default.PropsWithChildren<MatchProgressProps>>;
1791
+ declare const _default$10: React__default.NamedExoticComponent<React__default.PropsWithChildren<MatchProgressProps>>;
1778
1792
 
1779
1793
  interface Props$8 {
1780
1794
  className?: string;
1781
1795
  title: string;
1782
1796
  }
1783
- declare const _default$X: React__default.NamedExoticComponent<React__default.PropsWithChildren<Props$8>>;
1797
+ declare const _default$$: React__default.NamedExoticComponent<React__default.PropsWithChildren<Props$8>>;
1784
1798
 
1785
- declare const _default$W: React__default.NamedExoticComponent<React__default.PropsWithChildren<React__default.HTMLAttributes<HTMLButtonElement>>>;
1799
+ declare const _default$_: React__default.NamedExoticComponent<React__default.PropsWithChildren<React__default.HTMLAttributes<HTMLButtonElement>>>;
1786
1800
 
1787
1801
  type Props$7 = {
1788
1802
  className?: string;
@@ -1837,8 +1851,14 @@ type SolidInputProps = {
1837
1851
  errorText?: string;
1838
1852
  isInvalid?: boolean;
1839
1853
  showTogglePassword?: boolean;
1854
+ /** Whether to show a button at the end of the input field */
1855
+ showButton?: boolean;
1856
+ /** Callback function called when the button is clicked */
1857
+ onButtonClick?: () => void;
1840
1858
  onChange?: (event: IonInputCustomEvent<InputChangeEventDetail>) => void;
1841
1859
  onKeyDown?: KeyboardEventHandler;
1860
+ readonly?: boolean;
1861
+ onClick?: () => void;
1842
1862
  };
1843
1863
 
1844
1864
  declare const SolidInput: React__default.ForwardRefExoticComponent<SolidInputProps & React__default.RefAttributes<HTMLIonInputElement>>;
@@ -1851,6 +1871,42 @@ type CounterProps = {
1851
1871
 
1852
1872
  declare const Counter: React__default.FC<CounterProps>;
1853
1873
 
1874
+ type PromptCardProps = React$1.ComponentPropsWithoutRef<'div'> & {
1875
+ title?: string;
1876
+ description?: string;
1877
+ badgeText?: string;
1878
+ onStartConversation?: () => void;
1879
+ isLoading?: boolean;
1880
+ };
1881
+
1882
+ declare const _default$Z: React$1.NamedExoticComponent<PromptCardProps>;
1883
+
1884
+ interface ExploreCardProps {
1885
+ title: string;
1886
+ description: string;
1887
+ badgeText?: string;
1888
+ badgeVariant?: 'success' | 'info' | 'attention' | 'warning' | 'neutral' | 'brand';
1889
+ placeholder?: string;
1890
+ onInputClicked?: () => void;
1891
+ className?: string;
1892
+ }
1893
+
1894
+ declare const _default$Y: React$1.NamedExoticComponent<ExploreCardProps>;
1895
+
1896
+ interface ProgressCardProps {
1897
+ title: string;
1898
+ description: string;
1899
+ currentMessageCount: number;
1900
+ requiredMessageCount: number;
1901
+ className?: string;
1902
+ loadingImage: string;
1903
+ placeholder: string;
1904
+ circleText: string;
1905
+ onInputClicked?: () => void;
1906
+ }
1907
+
1908
+ declare const _default$X: React$1.NamedExoticComponent<ProgressCardProps>;
1909
+
1854
1910
  declare enum appThemes {
1855
1911
  client = "client",
1856
1912
  specialist = "specialist"
@@ -2013,6 +2069,8 @@ interface IconProps$F extends React$1.SVGAttributes<SVGElement> {
2013
2069
  }
2014
2070
  declare function IconArrowRight({ color, ...other }: IconProps$F): react_jsx_runtime.JSX.Element;
2015
2071
 
2072
+ declare const IconArrowUp: FC<React$1.SVGAttributes<SVGElement>>;
2073
+
2016
2074
  interface IconProps$E extends React$1.SVGAttributes<SVGElement> {
2017
2075
  size?: number | string;
2018
2076
  color?: string;
@@ -2577,9 +2635,9 @@ type SlotsGridItemProps = {
2577
2635
  onSelectionChange: () => void;
2578
2636
  };
2579
2637
 
2580
- declare const _default$V: React__default.NamedExoticComponent<SlotsGridProps>;
2638
+ declare const _default$W: React__default.NamedExoticComponent<SlotsGridProps>;
2581
2639
 
2582
- declare const _default$U: React$1.NamedExoticComponent<SlotsGridItemProps>;
2640
+ declare const _default$V: React$1.NamedExoticComponent<SlotsGridItemProps>;
2583
2641
 
2584
2642
  type PushNotificationsModalProps = {
2585
2643
  onApplyPermission: () => void;
@@ -2696,23 +2754,23 @@ type ShareModalFeatureProps = {
2696
2754
  };
2697
2755
  declare const ShareModalFeature: FC<ShareModalFeatureProps>;
2698
2756
 
2699
- declare const _default$T: React__default.NamedExoticComponent<SpecialistPaymentConsultationDetailsType & TranslationType>;
2757
+ declare const _default$U: React__default.NamedExoticComponent<SpecialistPaymentConsultationDetailsType & TranslationType>;
2700
2758
 
2701
- declare const _default$S: React__default.NamedExoticComponent<SpecialistPaymentCardProps & TranslationType>;
2759
+ declare const _default$T: React__default.NamedExoticComponent<SpecialistPaymentCardProps & TranslationType>;
2702
2760
 
2703
2761
  type SpecialistPaymentCommonCardSkeletonType = {
2704
2762
  className?: string;
2705
2763
  };
2706
2764
  declare const SpecialistPaymentCommonCardSkeleton: (props: SpecialistPaymentCommonCardSkeletonType) => react_jsx_runtime.JSX.Element;
2707
2765
 
2708
- declare const _default$R: React__default.NamedExoticComponent<SpecialistPaymentConsultationsProps & TranslationType>;
2766
+ declare const _default$S: React__default.NamedExoticComponent<SpecialistPaymentConsultationsProps & TranslationType>;
2709
2767
 
2710
2768
  type ConsultationsListProps = {
2711
2769
  locale: SupportedLocales;
2712
2770
  consultations: SpecialistConsultation[];
2713
2771
  consultationClick?: (consultation: SpecialistConsultation) => void;
2714
2772
  };
2715
- declare const _default$Q: React__default.NamedExoticComponent<ConsultationsListProps>;
2773
+ declare const _default$R: React__default.NamedExoticComponent<ConsultationsListProps>;
2716
2774
 
2717
2775
  type ConsultationsListSkeletonType = {
2718
2776
  className?: string;
@@ -2727,9 +2785,9 @@ type CalendarPickerFeatureProps = {
2727
2785
  dateCallback: (date: Date) => void;
2728
2786
  lastDate: Date;
2729
2787
  };
2730
- declare const _default$P: React__default.NamedExoticComponent<CalendarPickerFeatureProps & TranslationType>;
2788
+ declare const _default$Q: React__default.NamedExoticComponent<CalendarPickerFeatureProps & TranslationType>;
2731
2789
 
2732
- declare const _default$O: React__default.NamedExoticComponent<PaymentCalendarFeatureProps & TranslationType>;
2790
+ declare const _default$P: React__default.NamedExoticComponent<PaymentCalendarFeatureProps & TranslationType>;
2733
2791
 
2734
2792
  type GoogleCalendarModalFeatureProps = {
2735
2793
  isOpen: boolean;
@@ -2744,7 +2802,7 @@ type GoogleCalendarModalFeatureProps = {
2744
2802
  declare function GoogleCalendarModalFeature({ status, isOpen, onSync, isLoading, presentingElement, imageUrl, onDidDismiss, t, }: GoogleCalendarModalFeatureProps): JSX.Element;
2745
2803
 
2746
2804
  type ReviewCardFeatureVariantType = 'default' | 'outlined' | 'full' | 'store' | 'starFirst';
2747
- declare const _default$N: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
2805
+ declare const _default$O: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
2748
2806
  id?: string | undefined;
2749
2807
  avatarSrc?: string | undefined;
2750
2808
  name: string;
@@ -2766,10 +2824,9 @@ declare const ReviewsCardFeatureSkeleton: React__default.MemoExoticComponent<()
2766
2824
 
2767
2825
  type AppNotSupportedProps = {
2768
2826
  isOpen: boolean;
2769
- onUpdate?: () => void;
2770
- redirectToWeb?: () => void;
2827
+ showMessenger: () => void;
2771
2828
  } & TranslationType;
2772
- declare function AppNotSupportedFeature({ isOpen, t, children, onUpdate, redirectToWeb, }: PropsWithChildren<AppNotSupportedProps>): JSX.Element;
2829
+ declare function AppNotSupportedFeature({ isOpen, showMessenger, t, children, }: PropsWithChildren<AppNotSupportedProps>): JSX.Element;
2773
2830
 
2774
2831
  type ScreenInputUpdateFeatureProps = {
2775
2832
  children?: any;
@@ -2849,7 +2906,7 @@ type ScreenInputFormFeatureProps = {
2849
2906
  icon?: ReactNode | string;
2850
2907
  isKeyboardShown?: boolean;
2851
2908
  };
2852
- declare const _default$M: React__default.NamedExoticComponent<ScreenInputFormFeatureProps>;
2909
+ declare const _default$N: React__default.NamedExoticComponent<ScreenInputFormFeatureProps>;
2853
2910
 
2854
2911
  type SelectionType = {
2855
2912
  value: any;
@@ -2867,7 +2924,7 @@ type SpecialistDrumPickerWidgetProps = {
2867
2924
  onTouchStart?: () => void;
2868
2925
  onTouchEnd?: () => void;
2869
2926
  };
2870
- declare const _default$L: React__default.NamedExoticComponent<SpecialistDrumPickerWidgetProps>;
2927
+ declare const _default$M: React__default.NamedExoticComponent<SpecialistDrumPickerWidgetProps>;
2871
2928
 
2872
2929
  type TextAreaFormFeatureProps = {
2873
2930
  title?: string;
@@ -2883,7 +2940,7 @@ type TextAreaFormFeatureProps = {
2883
2940
  maxlength?: number;
2884
2941
  HeaderComponent?: FC;
2885
2942
  };
2886
- declare const _default$K: React__default.NamedExoticComponent<TextAreaFormFeatureProps>;
2943
+ declare const _default$L: React__default.NamedExoticComponent<TextAreaFormFeatureProps>;
2887
2944
 
2888
2945
  type AcceptAgreementFeatureProps = {
2889
2946
  isAccepted: boolean;
@@ -2906,7 +2963,7 @@ type SelectWithSearchFormFeatureProps = {
2906
2963
  searchPlaceholder?: string;
2907
2964
  enableSearch?: boolean;
2908
2965
  } & WithTranslation;
2909
- declare const _default$J: React__default.NamedExoticComponent<SelectWithSearchFormFeatureProps>;
2966
+ declare const _default$K: React__default.NamedExoticComponent<SelectWithSearchFormFeatureProps>;
2910
2967
 
2911
2968
  type MarkdownContainerFeatureProps = {
2912
2969
  children?: string | null;
@@ -2914,11 +2971,11 @@ type MarkdownContainerFeatureProps = {
2914
2971
  className?: string;
2915
2972
  forceBlock?: boolean;
2916
2973
  };
2917
- declare const _default$I: React__default.NamedExoticComponent<MarkdownContainerFeatureProps>;
2974
+ declare const _default$J: React__default.NamedExoticComponent<MarkdownContainerFeatureProps>;
2918
2975
 
2919
- declare const _default$H: React__default.NamedExoticComponent<OnBoardingStartScreenType>;
2976
+ declare const _default$I: React__default.NamedExoticComponent<OnBoardingStartScreenType>;
2920
2977
 
2921
- declare const _default$G: React__default.NamedExoticComponent<OnBoardingInfoScreenType>;
2978
+ declare const _default$H: React__default.NamedExoticComponent<OnBoardingInfoScreenType>;
2922
2979
 
2923
2980
  type OnBoardingMultiSelectionScreenPreviewFeatureProps = {
2924
2981
  onChange?: (value: string[]) => void;
@@ -2926,7 +2983,7 @@ type OnBoardingMultiSelectionScreenPreviewFeatureProps = {
2926
2983
  theme?: OnBoardingThemeV2Type;
2927
2984
  template?: 'checkbox' | 'icon';
2928
2985
  } & OnBoardingMultiSelectScreenType;
2929
- declare const _default$F: React__default.NamedExoticComponent<OnBoardingMultiSelectionScreenPreviewFeatureProps>;
2986
+ declare const _default$G: React__default.NamedExoticComponent<OnBoardingMultiSelectionScreenPreviewFeatureProps>;
2930
2987
 
2931
2988
  type OnBoardingSingleSelectionScreenPreviewFeatureProps = {
2932
2989
  onChange?: (value: string) => void;
@@ -2934,7 +2991,7 @@ type OnBoardingSingleSelectionScreenPreviewFeatureProps = {
2934
2991
  theme?: OnBoardingThemeV2Type;
2935
2992
  template?: 'radio' | 'image' | 'roundImage' | 'emoji' | 'icon';
2936
2993
  } & OnBoardingSingleSelectScreenType & OnBoardingSingleImageSelectScreenType & OnBoardingSingleRoundImageSelectScreenType & OnBoardingSingleScaleSelectScreenType;
2937
- declare const _default$E: React__default.NamedExoticComponent<OnBoardingSingleSelectionScreenPreviewFeatureProps>;
2994
+ declare const _default$F: React__default.NamedExoticComponent<OnBoardingSingleSelectionScreenPreviewFeatureProps>;
2938
2995
 
2939
2996
  declare const OnBoardingLoaderScreenPreviewFeature: FC<OnBoardingLoaderScreenType & {
2940
2997
  t?: WithTranslation['t'];
@@ -2959,9 +3016,9 @@ type OnBoardingProgressFeatureProps = {
2959
3016
  image?: ResponseFileType | null;
2960
3017
  progressSettings?: OnBoardingProgressSettingsScreenType | null;
2961
3018
  };
2962
- declare const _default$D: React__default.NamedExoticComponent<OnBoardingProgressFeatureProps>;
3019
+ declare const _default$E: React__default.NamedExoticComponent<OnBoardingProgressFeatureProps>;
2963
3020
 
2964
- declare const _default$C: React__default.NamedExoticComponent<OnBoardingReviewsScreenType>;
3021
+ declare const _default$D: React__default.NamedExoticComponent<OnBoardingReviewsScreenType>;
2965
3022
 
2966
3023
  type OnBoardingEmailScreenPreviewFeatureProps = OnBoardingEmailScreenType & {
2967
3024
  email: string | null;
@@ -2969,7 +3026,7 @@ type OnBoardingEmailScreenPreviewFeatureProps = OnBoardingEmailScreenType & {
2969
3026
  onChangeEmail?: (email: string) => void;
2970
3027
  onSubmit?: () => void;
2971
3028
  };
2972
- declare const _default$B: React__default.NamedExoticComponent<OnBoardingEmailScreenPreviewFeatureProps>;
3029
+ declare const _default$C: React__default.NamedExoticComponent<OnBoardingEmailScreenPreviewFeatureProps>;
2973
3030
 
2974
3031
  type OnBoardingConfirmScreenPreviewFeatureProps = OnBoardingConfirmScreenType & {
2975
3032
  email: string | null;
@@ -2980,7 +3037,7 @@ type OnBoardingConfirmScreenPreviewFeatureProps = OnBoardingConfirmScreenType &
2980
3037
  onChangePassword?: (password: string) => void;
2981
3038
  onSubmit?: () => void;
2982
3039
  };
2983
- declare const _default$A: React__default.NamedExoticComponent<OnBoardingConfirmScreenPreviewFeatureProps>;
3040
+ declare const _default$B: React__default.NamedExoticComponent<OnBoardingConfirmScreenPreviewFeatureProps>;
2984
3041
 
2985
3042
  type OnBoardingPaywallScreenPreviewFeatureProps$1 = {
2986
3043
  className?: string;
@@ -3025,7 +3082,7 @@ type OnBoardingGoalSelectionScreenPreviewFeatureProps = {
3025
3082
  initialVisibleCount?: number;
3026
3083
  t?: WithTranslation['t'];
3027
3084
  } & OnBoardingGoalSelectScreenType;
3028
- declare const _default$z: React__default.NamedExoticComponent<OnBoardingGoalSelectionScreenPreviewFeatureProps>;
3085
+ declare const _default$A: React__default.NamedExoticComponent<OnBoardingGoalSelectionScreenPreviewFeatureProps>;
3029
3086
 
3030
3087
  type SpecialistAreaByMatch = {
3031
3088
  text: string;
@@ -3062,7 +3119,7 @@ interface Props$2 extends Omit<TypographyProps, 'children'> {
3062
3119
  hideShowMore?: boolean;
3063
3120
  }
3064
3121
 
3065
- declare const _default$y: React__default.NamedExoticComponent<Props$2>;
3122
+ declare const _default$z: React__default.NamedExoticComponent<Props$2>;
3066
3123
 
3067
3124
  type Props$1 = {
3068
3125
  className?: string;
@@ -3475,7 +3532,7 @@ type SelectionListFeatureProps = {
3475
3532
  selectionMode?: 'single' | 'multiple';
3476
3533
  };
3477
3534
 
3478
- declare const _default$x: React__default.NamedExoticComponent<SelectionListFeatureProps & WithTranslation<undefined, undefined>>;
3535
+ declare const _default$y: React__default.NamedExoticComponent<SelectionListFeatureProps & WithTranslation<undefined, undefined>>;
3479
3536
 
3480
3537
  type CoupleTherapySheetModalFeatureProps = {
3481
3538
  isOpen: boolean;
@@ -3486,6 +3543,49 @@ type CoupleTherapySheetModalFeatureProps = {
3486
3543
 
3487
3544
  declare const CoupleTherapySheetModalFeature: FC<CoupleTherapySheetModalFeatureProps>;
3488
3545
 
3546
+ interface PromptCardData {
3547
+ id: string;
3548
+ title: string;
3549
+ description: string;
3550
+ badgeText?: string;
3551
+ }
3552
+ type PromptCardsFeatureProps = React$1.ComponentPropsWithoutRef<'div'> & {
3553
+ cards?: PromptCardData[];
3554
+ onCardClick?: (cardId: string) => void;
3555
+ isLoading?: boolean;
3556
+ };
3557
+
3558
+ declare const _default$x: React$1.NamedExoticComponent<PromptCardsFeatureProps>;
3559
+
3560
+ interface ExploreCardData {
3561
+ id: string;
3562
+ title: string;
3563
+ description: string;
3564
+ badgeText?: string;
3565
+ badgeVariant?: 'success' | 'info' | 'attention' | 'warning' | 'neutral' | 'brand';
3566
+ placeholder?: string;
3567
+ isProgressState?: boolean;
3568
+ currentMessageCount?: number;
3569
+ requiredMessageCount?: number;
3570
+ }
3571
+ interface ExploreCardSwiperFeatureProps {
3572
+ cards?: ExploreCardData[];
3573
+ className?: string;
3574
+ onInputClicked: (cardId?: string) => void;
3575
+ isLoading?: boolean;
3576
+ slidesToShow?: number;
3577
+ progressImage: string;
3578
+ progressPlaceholder: string;
3579
+ progressSentCount: number;
3580
+ progressNeededCount: number;
3581
+ progressTitle: string;
3582
+ progressDescription: string;
3583
+ progressCircleText: string;
3584
+ showProgress: boolean;
3585
+ }
3586
+
3587
+ declare const ExploreCardSwiperFeature: React$1.ForwardRefExoticComponent<ExploreCardSwiperFeatureProps & React$1.RefAttributes<HTMLDivElement>>;
3588
+
3489
3589
  type SupportedCountryLocale = string;
3490
3590
  type Tabs = {
3491
3591
  behavior: 'tax-country' | 'profile-lang';
@@ -4643,4 +4743,4 @@ type RowSelectProps = {
4643
4743
 
4644
4744
  declare const RowSelect: FC<RowSelectProps>;
4645
4745
 
4646
- export { AcceptAgreementFeature, Action, _default$1c as AlertCard, AllowFilterValueType, AppFooter, _default$1b as AppFooter_v2, AppHeader, AppHeaderPage as AppHeaderPageFeature, AppHeader_v2, AppNotSupportedFeature, AuthContext, AuthProvider, AutoComplete, Avatar, AvatarProps$1 as AvatarProps, _default$1a as Avatar_v2, AvatarProps as Avatar_v2Props, BREAKPOINT_ICON_SIZE, _default$16 as Badge, _default$c as BookingScheduleTime, _default$b as BookingSpecialistInfo, BreakPointPositionProps, BreakPointPositionResult, Button, Button_v2, CAN_MANAGE_SESSION_TIME_HOURS, COUNTRIES_MAPPER, CSSVarStyles, Calendar, _default$P as CalendarPickerFeature, CancelSession, CardModal, ChangeLanguageModal, CheckBoxItem, CheckBoxListFeature, CheckBoxSectionListFeature, _default$6 as CheckboxList, CheckboxListCategory, CheckboxListItem, CheckboxTypes, ChevronHeader, CircleRatingComponentProps, CircleRatingContent, CircleRatingContext, CircleRatingContextData, CircleRatingContextProps, CircleRatingDataProps, CircleRatingDataResult, CircleRatingLegendProps, CircleRatingProvider, CircleRatingRange, CircleRatingSize, ClientCanAction, ClientCanParams, ClientSpecialistContractStatusEnum, CollapsableText, ConditionRulesType, Consultation, _default$o as ConsultationCard, ConsultationCardProps, ConsultationCardType, _default$l as ConsultationModal, _default$T as ConsultationPricingFeature, _default$j as ConsultationSpecialistCard, ConsultationsListSkeleton, Container, Container_v2, ContentRendererProps, ContractDataFeature, ContractStatusEnum, ContentTree as ContractTreeFeature, CountdownTimerFeature, Counter, CounterProps, CountryOfOriginModal, CoupleTherapySheetModalFeature, CoupleTherapySheetModalFeatureProps, CurrencyLocaleMapper, CurrencySignByLocale, CustomButton, _default$7 as CustomCheckbox, CustomRadioButton, _default$8 as CustomSelect, _default$9 as CustomTextarea, DatePicker, _default$h as DaySlider, Divider, DividerProps, DropdownFeature, DrumListPicker, DynamicCommissionValue, _default$d as EducationCard, EmptyChatModalFeature, _default$m as EmptyConsultations, EmptyList, EmptySpecialistListFeature, ErrorCardFeature, FilterFeatureProps, FilterItem, FilterItemBoolean, FilterItemChips, FilterItemRange, FilterItemSelect, FilterOption, FilterOptionValue, FilterValue, FiltersWidget, FiltersWidgetProps, FirstChatMessageModalFeature, _default$3 as Flag, FlagTypes, _default$18 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$12 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, IconCouple, IconCreditCard, IconDelete, IconDivercity, 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, IconReschedule, 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$_ as Item, _default$15 as ItemCard, LabelArrowRedirect, _default$1g as LetterAvatar, _default$4 as LineFileInput, ListBox, ListBoxItem, ListBoxItemProps, ListBoxProps, ListBoxSelectionType, ListItemType, _default$X as ListItemWithColumns, _default$$ as ListItems, ListOption, ListOptionsProps, ListSelect, ListSelectProps, ListSimple, _default$10 as Loading, LocaleCurrencyMapper, MapStatusContractToUIStatus, _default$I as MarkdownContainerFeature, _default$Y as MatchProgress, _default$1f as MediaPlayer, MenuFeature, MindlyReview, MindlyReviewFeature, ModalSheet, NEAR_SESSION_TIME_SECONDS, NewSpecialist, NoInternetConnection, NotSupportModal, ONBOARDING_THEME_DEFAULT_COLORS, OnBoardingAreasOfWorkSelectScreenType, OnBoardingBaseScreenType, OnBoardingChartScreenPreviewFeature, OnBoardingChartScreenType, OnBoardingCompareScreenPreviewFeature, OnBoardingCompareScreenType, _default$A as OnBoardingConfirmScreenPreviewFeature, OnBoardingConfirmScreenType, _default$B as OnBoardingEmailScreenPreviewFeature, OnBoardingEmailScreenType, OnBoardingFlowType, OnBoardingGoalSelectScreenType, _default$z as OnBoardingGoalSelectionScreenPreviewFeature, OnBoardingGraphScreenPreviewFeature, OnBoardingGraphScreenType, _default$G as OnBoardingInfoScreenPreviewFeature, OnBoardingInfoScreenType, OnBoardingLoaderScreenPreviewFeature, OnBoardingLoaderScreenType, OnBoardingMultiSelectScreenType, _default$F as OnBoardingMultiSelectionScreenPreviewFeature, OnBoardingPaywallScreenPreviewFeature, OnBoardingPaywallScreenType, _default$D as OnBoardingProgressFeature, OnBoardingProgressSettingsScreenType, _default$C as OnBoardingReviewsScreenPreviewFeature, OnBoardingReviewsScreenType, OnBoardingScreenAlertType, OnBoardingScreenButtonType, OnBoardingScreenDescriptionType, OnBoardingScreenEmailType, OnBoardingScreenErrorsType, OnBoardingScreenOptionType, OnBoardingScreenOptionWithScaleType, OnBoardingScreenOptions, OnBoardingScreenPasswordType, OnBoardingScreenPrivacyType, OnBoardingScreenProgressType, OnBoardingScreenSkipButtonType, OnBoardingScreenStyleOptions, OnBoardingScreenSubgoalButtonType, OnBoardingScreenTranslationsType, OnBoardingScreensType, OnBoardingSingleImageSelectScreenType, OnBoardingSingleRoundImageSelectScreenType, OnBoardingSingleScaleSelectScreenType, OnBoardingSingleSelectScreenType, _default$E as OnBoardingSingleSelectionScreenPreviewFeature, OnBoardingSpecializationSelectScreenType, _default$H as OnBoardingStartScreenPreviewFeature, OnBoardingStartScreenType, OnBoardingThemeV2Type, OnboardingProgressTemplate, OnboardingVariant, OutdatedPersonalDataFeature, PasswordInput, PaymentBadgeType, _default$O as PaymentCalendarFeature, PaymentCalendarFeatureProps, _default$Q as PaymentSessionsList, PayoutCurrencySignByLocale, PayoutShortCurrencySignByLocale, _default$17 as Picture, PoweredByStripeFeature, _default$2 as ProfileInformation, _default$f as ProfileView, _default$5 as ProgressBar, ProgressBarDashed, _default$11 as ProgressBar_v2, ProgressRangeProps, PushNotificationsIsDisabledBanner, PushNotificationsModal, Range, _default$13 as Rating, RatingCircleWrapper, _default$i as ReSchedule, ReScheduleSuccess, Refresher, ResponseFileType, ReviewCard, _default$N 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$L as ScreenDrumPickerFormFeature, ScreenInput, _default$M as ScreenInputFormFeature, ScreenInputUpdateFeature, SectionHeading, Segment, SegmentColor, SegmentType, SelectItemType, _default$J as SelectWithSearchFormFeature, _default$x as SelectionListFeature, Session, SessionDetailWidget, SessionPaymentsWidget, SessionPreviewFeature, SessionReview$1 as SessionReview, SessionTime, SessionVariant, SessionsWidget as SessionsListWidget, SessionsWidgetProps, Sex, ShareModalFeature, ShortCurrencySignByLocale, ShortTranscriptionCurrencySignByLocale, _default$W as ShowMore, _default$n as SignUpSessionButton, _default$k as SignUpSessionModal, SizeValues, Skeleton, _default$19 as Skeleton_v2, _default$V as SlotsGrid, _default$U as SlotsGridItem, SolidInput, Sort, SortDirection, SortKey, SortValue, Specialist, _default$e as SpecialistAbout, SpecialistAreaList as SpecialistAreaListFeature, SpecialistCard, SpecialistCardListWidget, _default$w as SpecialistCardWidget, SpecialistCardSkeleton as SpecialistCardWithScheduleSkeleton, _default$q as SpecialistCardWithScheduleWidget, SpecialistConsultation, SpecialistConsultationPayment, _default$t as SpecialistDetailWidget, SpecialistDetailWidgetSkeleton, SpecialistDetailWithTabsSkeleton, _default$r as SpecialistDetailWithTabsWidget, SpecialistEducation, SpecialistEducationsFeature, SpecialistInfoColumnFeature, SpecialistLangs, _default$1 as SpecialistMatch, SpecialistOrderType, SpecialistPaymentCardProps, _default$S as SpecialistPaymentCommonCardFeature, SpecialistPaymentCommonCardSkeleton, SpecialistPaymentConsultationDetailsType, _default$R as SpecialistPaymentConsultationsFeature, SpecialistPaymentConsultationsProps, SpecialistPaymentCurrencyProps, _default$u as SpecialistPaymentResumeWidget, SpecialistPaymentResumeWidgetType, SpecialistPaymentTabs, _default$v as SpecialistPaymentWidget, SpecialistPaymentWidgetType, SpecialistPreviewFeature, SpecialistPreviewListWidget, _default$s as SpecialistPreviewWidget, SpecialistProfileNotFound, SpecialistReview$1 as SpecialistReview, SpecialistScheduleFeature, SpecialistScheduleProvider, SpecialistScheduleProviderRef, ScheduleSkeleton as SpecialistScheduleSkeletonFeature, SpecialistShortInfoItemFeature as SpecialistShortInfoItem, _default as SpecialistStatistic, Spinner, Spinner_v2, StarRating, StatisticsScroll, StripeSupportedCurrency, Subscription, SubscriptionStatuses, SuccessScreen, SuperSpecialist, SupportedCurrency, SupportedLangs, SupportedLocales, SwitchDeviceCard, TabItem, Tabs$1 as Tabs, TabsFeature, TabsFeatureSkeleton, TabsToolbarFeature, Tag, Tariff, TariffFeature, _default$K as TextAreaFormFeature, _default$a as TextInput, _default$y as TextWithClampFeature, _default$14 as Textarea_v2, ThemeProvider, ThemeProviderProps, Toast, ToastButton, ToastContext, ToastProps, ToastProvider, ToastRegion, Toggle, TooltipComponent, TranslationMock, TranslationType, TreeNode, _default$1d as Typography, TypographyVariantsEnum, UpdateContractWidget, UpdatesCard, UserInfoModal, UserType, VariantType, VerticalCalendar, VerticalCalendarMonthSkeleton, VerticalCalendarSkeleton, _default$Z as Video, _default$p as VideoCallInfo, _default$1e as VideoPlayer, VideoProvider, _default$g 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, payoutPriceNormalize, 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 };
4746
+ export { AcceptAgreementFeature, Action, _default$1g as AlertCard, AllowFilterValueType, AppFooter, _default$1f as AppFooter_v2, AppHeader, AppHeaderPage as AppHeaderPageFeature, AppHeader_v2, AppNotSupportedFeature, AuthContext, AuthProvider, AutoComplete, Avatar, AvatarProps$1 as AvatarProps, _default$1e as Avatar_v2, AvatarProps as Avatar_v2Props, BREAKPOINT_ICON_SIZE, _default$1a as Badge, _default$c as BookingScheduleTime, _default$b as BookingSpecialistInfo, BreakPointPositionProps, BreakPointPositionResult, Button, Button_v2, CAN_MANAGE_SESSION_TIME_HOURS, COUNTRIES_MAPPER, CSSVarStyles, Calendar, _default$Q as CalendarPickerFeature, CancelSession, CardModal, ChangeLanguageModal, CheckBoxItem, CheckBoxListFeature, CheckBoxSectionListFeature, _default$6 as CheckboxList, CheckboxListCategory, CheckboxListItem, CheckboxTypes, ChevronHeader, CircleRatingComponentProps, CircleRatingContent, CircleRatingContext, CircleRatingContextData, CircleRatingContextProps, CircleRatingDataProps, CircleRatingDataResult, CircleRatingLegendProps, CircleRatingProvider, CircleRatingRange, CircleRatingSize, ClientCanAction, ClientCanParams, ClientSpecialistContractStatusEnum, CollapsableText, ConditionRulesType, Consultation, _default$o as ConsultationCard, ConsultationCardProps, ConsultationCardType, _default$l as ConsultationModal, _default$U as ConsultationPricingFeature, _default$j as ConsultationSpecialistCard, ConsultationsListSkeleton, Container, Container_v2, ContentRendererProps, ContractDataFeature, ContractStatusEnum, ContentTree as ContractTreeFeature, CountdownTimerFeature, Counter, CounterProps, CountryOfOriginModal, CoupleTherapySheetModalFeature, CoupleTherapySheetModalFeatureProps, CurrencyLocaleMapper, CurrencySignByLocale, CustomButton, _default$7 as CustomCheckbox, CustomRadioButton, _default$8 as CustomSelect, _default$9 as CustomTextarea, DatePicker, _default$h as DaySlider, Divider, DividerProps, DropdownFeature, DrumListPicker, DynamicCommissionValue, _default$d as EducationCard, EmptyChatModalFeature, _default$m as EmptyConsultations, EmptyList, EmptySpecialistListFeature, ErrorCardFeature, _default$Y as ExploreCard, ExploreCardData, ExploreCardProps, ExploreCardSwiperFeature, ExploreCardSwiperFeatureProps, FilterFeatureProps, FilterItem, FilterItemBoolean, FilterItemChips, FilterItemRange, FilterItemSelect, FilterOption, FilterOptionValue, FilterValue, FiltersWidget, FiltersWidgetProps, FirstChatMessageModalFeature, _default$3 as Flag, FlagTypes, _default$1c as Flag_v2, FrequentlyAskedQuestions, GoogleCalendarModalFeature, HeaderWithRedirect, ISpecialistReview, IconAddModerator, IconAlignHorizontalTextCenter, IconAlignHorizontalTextLeft, IconAlignHorizontalTextRight, IconAmEx, IconAppStoreRating, IconApple, IconApplePay, IconArrowDown, IconArrowLeft, IconArrowRange, IconArrowRight, IconArrowTopRight, IconArrowUp, IconAttachMoney, IconBeachAccess, IconBookmark, IconBookmarkOutlined, _default$16 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, IconCouple, IconCreditCard, IconDelete, IconDivercity, 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, IconReschedule, 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$12 as Item, _default$19 as ItemCard, LabelArrowRedirect, _default$1k as LetterAvatar, _default$4 as LineFileInput, ListBox, ListBoxItem, ListBoxItemProps, ListBoxProps, ListBoxSelectionType, ListItemType, _default$$ as ListItemWithColumns, _default$13 as ListItems, ListOption, ListOptionsProps, ListSelect, ListSelectProps, ListSimple, _default$14 as Loading, LocaleCurrencyMapper, MapStatusContractToUIStatus, _default$J as MarkdownContainerFeature, _default$10 as MatchProgress, _default$1j as MediaPlayer, MenuFeature, MindlyReview, MindlyReviewFeature, ModalSheet, NEAR_SESSION_TIME_SECONDS, NewSpecialist, NoInternetConnection, NotSupportModal, ONBOARDING_THEME_DEFAULT_COLORS, OnBoardingAreasOfWorkSelectScreenType, OnBoardingBaseScreenType, OnBoardingChartScreenPreviewFeature, OnBoardingChartScreenType, OnBoardingCompareScreenPreviewFeature, OnBoardingCompareScreenType, _default$B as OnBoardingConfirmScreenPreviewFeature, OnBoardingConfirmScreenType, _default$C as OnBoardingEmailScreenPreviewFeature, OnBoardingEmailScreenType, OnBoardingFlowType, OnBoardingGoalSelectScreenType, _default$A as OnBoardingGoalSelectionScreenPreviewFeature, OnBoardingGraphScreenPreviewFeature, OnBoardingGraphScreenType, _default$H as OnBoardingInfoScreenPreviewFeature, OnBoardingInfoScreenType, OnBoardingLoaderScreenPreviewFeature, OnBoardingLoaderScreenType, OnBoardingMultiSelectScreenType, _default$G as OnBoardingMultiSelectionScreenPreviewFeature, OnBoardingPaywallScreenPreviewFeature, OnBoardingPaywallScreenType, _default$E as OnBoardingProgressFeature, OnBoardingProgressSettingsScreenType, _default$D as OnBoardingReviewsScreenPreviewFeature, OnBoardingReviewsScreenType, OnBoardingScreenAlertType, OnBoardingScreenButtonType, OnBoardingScreenDescriptionType, OnBoardingScreenEmailType, OnBoardingScreenErrorsType, OnBoardingScreenOptionType, OnBoardingScreenOptionWithScaleType, OnBoardingScreenOptions, OnBoardingScreenPasswordType, OnBoardingScreenPrivacyType, OnBoardingScreenProgressType, OnBoardingScreenSkipButtonType, OnBoardingScreenStyleOptions, OnBoardingScreenSubgoalButtonType, OnBoardingScreenTranslationsType, OnBoardingScreensType, OnBoardingSingleImageSelectScreenType, OnBoardingSingleRoundImageSelectScreenType, OnBoardingSingleScaleSelectScreenType, OnBoardingSingleSelectScreenType, _default$F as OnBoardingSingleSelectionScreenPreviewFeature, OnBoardingSpecializationSelectScreenType, _default$I as OnBoardingStartScreenPreviewFeature, OnBoardingStartScreenType, OnBoardingThemeV2Type, OnboardingProgressTemplate, OnboardingVariant, OutdatedPersonalDataFeature, PasswordInput, PaymentBadgeType, _default$P as PaymentCalendarFeature, PaymentCalendarFeatureProps, _default$R as PaymentSessionsList, PayoutCurrencySignByLocale, PayoutShortCurrencySignByLocale, _default$1b as Picture, PoweredByStripeFeature, _default$2 as ProfileInformation, _default$f as ProfileView, _default$5 as ProgressBar, ProgressBarDashed, _default$15 as ProgressBar_v2, _default$X as ProgressCard, ProgressCardProps, ProgressRangeProps, _default$Z as PromptCard, PromptCardData, PromptCardProps, _default$x as PromptCardsFeature, PromptCardsFeatureProps, PushNotificationsIsDisabledBanner, PushNotificationsModal, Range, _default$17 as Rating, RatingCircleWrapper, _default$i as ReSchedule, ReScheduleSuccess, Refresher, ResponseFileType, ReviewCard, _default$O 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$M as ScreenDrumPickerFormFeature, ScreenInput, _default$N as ScreenInputFormFeature, ScreenInputUpdateFeature, SectionHeading, Segment, SegmentColor, SegmentType, SelectItemType, _default$K as SelectWithSearchFormFeature, _default$y as SelectionListFeature, Session, SessionDetailWidget, SessionPaymentsWidget, SessionPreviewFeature, SessionReview$1 as SessionReview, SessionTime, SessionVariant, SessionsWidget as SessionsListWidget, SessionsWidgetProps, Sex, ShareModalFeature, ShortCurrencySignByLocale, ShortTranscriptionCurrencySignByLocale, _default$_ as ShowMore, _default$n as SignUpSessionButton, _default$k as SignUpSessionModal, SimpleTabs, SimpleTabsProps, SizeValues, Skeleton, _default$1d as Skeleton_v2, _default$W as SlotsGrid, _default$V as SlotsGridItem, SolidInput, Sort, SortDirection, SortKey, SortValue, Specialist, _default$e as SpecialistAbout, SpecialistAreaList as SpecialistAreaListFeature, SpecialistCard, SpecialistCardListWidget, _default$w as SpecialistCardWidget, SpecialistCardSkeleton as SpecialistCardWithScheduleSkeleton, _default$q as SpecialistCardWithScheduleWidget, SpecialistConsultation, SpecialistConsultationPayment, _default$t as SpecialistDetailWidget, SpecialistDetailWidgetSkeleton, SpecialistDetailWithTabsSkeleton, _default$r as SpecialistDetailWithTabsWidget, SpecialistEducation, SpecialistEducationsFeature, SpecialistInfoColumnFeature, SpecialistLangs, _default$1 as SpecialistMatch, SpecialistOrderType, SpecialistPaymentCardProps, _default$T as SpecialistPaymentCommonCardFeature, SpecialistPaymentCommonCardSkeleton, SpecialistPaymentConsultationDetailsType, _default$S as SpecialistPaymentConsultationsFeature, SpecialistPaymentConsultationsProps, SpecialistPaymentCurrencyProps, _default$u as SpecialistPaymentResumeWidget, SpecialistPaymentResumeWidgetType, SpecialistPaymentTabs, _default$v as SpecialistPaymentWidget, SpecialistPaymentWidgetType, SpecialistPreviewFeature, SpecialistPreviewListWidget, _default$s as SpecialistPreviewWidget, SpecialistProfileNotFound, SpecialistReview$1 as SpecialistReview, SpecialistScheduleFeature, SpecialistScheduleProvider, SpecialistScheduleProviderRef, ScheduleSkeleton as SpecialistScheduleSkeletonFeature, SpecialistShortInfoItemFeature as SpecialistShortInfoItem, _default as SpecialistStatistic, Spinner, Spinner_v2, StarRating, StatisticsScroll, StripeSupportedCurrency, Subscription, SubscriptionStatuses, SuccessScreen, SuperSpecialist, SupportedCurrency, SupportedLangs, SupportedLocales, SwitchDeviceCard, TabItem, Tabs$1 as Tabs, TabsFeature, TabsFeatureSkeleton, TabsToolbarFeature, Tag, Tariff, TariffFeature, _default$L as TextAreaFormFeature, _default$a as TextInput, _default$z as TextWithClampFeature, _default$18 as Textarea_v2, ThemeProvider, ThemeProviderProps, Toast, ToastButton, ToastContext, ToastProps, ToastProvider, ToastRegion, Toggle, TooltipComponent, TranslationMock, TranslationType, TreeNode, _default$1h as Typography, TypographyVariantsEnum, UpdateContractWidget, UpdatesCard, UserInfoModal, UserType, VariantType, VerticalCalendar, VerticalCalendarMonthSkeleton, VerticalCalendarSkeleton, _default$11 as Video, _default$p as VideoCallInfo, _default$1i as VideoPlayer, VideoProvider, _default$g 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, payoutPriceNormalize, 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": "7.3.2",
3
+ "version": "7.4.0-dev.1",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "clean": "rimraf dist",
@@ -16,6 +16,7 @@
16
16
  },
17
17
  "dependencies": {
18
18
  "@babel/polyfill": "7.12.1",
19
+ "@capacitor/core": "7.4.1",
19
20
  "@capacitor/app": "7.0.1",
20
21
  "@capacitor/clipboard": "7.0.1",
21
22
  "@capacitor/haptics": "7.0.1",
@@ -43,7 +44,7 @@
43
44
  "react-mobile-picker": "1.0.0",
44
45
  "react-photo-view": "1.2.4",
45
46
  "react-rating": "2.0.5",
46
- "react-slick": "^0.30.3",
47
+ "react-slick": "^0.31.0",
47
48
  "react-stately": "3.24.0",
48
49
  "recharts": "^2.15.4",
49
50
  "slick-carousel": "^1.8.1",