@mindly/ui-components 6.5.0-dev.6 → 6.5.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 (218) hide show
  1. package/dist/cjs/index.js +8 -1928
  2. package/dist/cjs/lib2/features/AcceptAgreementFeature/AcceptAgreemnetFeature.d.ts +1 -0
  3. package/dist/cjs/lib2/features/GoogleCalendarModalFeature/GoogleCalendarModalFeature.d.ts +1 -0
  4. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingProgressFeature/CounterProgress.d.ts +19 -0
  5. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingProgressFeature/DefaultProgress.d.ts +15 -0
  6. package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingProgressFeature/OnBoardingProgressFeature.d.ts +6 -1
  7. package/dist/cjs/lib2/features/OutdatedPersonalDataFeature/OutdatedPersonalDataFeature.d.ts +1 -0
  8. package/dist/cjs/lib2/features/PushNotificationsIsDisabledBanner/PushNotificationsIsDisabledBanner.d.ts +1 -0
  9. package/dist/cjs/lib2/features/PushNotificationsModal/PushNotificationsModal.d.ts +1 -0
  10. package/dist/cjs/lib2/features/ScheduleFeature/ScheduleFeature.d.ts +4 -0
  11. package/dist/cjs/lib2/features/ScheduleFeature/ScheduleSkeletonFeature.d.ts +4 -0
  12. package/dist/cjs/lib2/features/ScheduleFeature/index.d.ts +1 -0
  13. package/dist/cjs/lib2/features/ScheduleFeature/types.d.ts +11 -0
  14. package/dist/cjs/lib2/shared/assets/icons/IconArrowLeft.d.ts +1 -1
  15. package/dist/cjs/lib2/shared/assets/icons/IconMinus.d.ts +1 -0
  16. package/dist/cjs/lib2/shared/providers/index.d.ts +0 -1
  17. package/dist/cjs/lib2/shared/types/onBoardingFlow.type.d.ts +18 -0
  18. package/dist/cjs/lib2/shared/ui/Calendar/Calendar.d.ts +1 -0
  19. package/dist/cjs/lib2/shared/ui/Calendar/VerticalCalendar.d.ts +1 -0
  20. package/dist/cjs/lib2/shared/ui/Calendar/VerticalCalendarMonthSkeleton.d.ts +1 -0
  21. package/dist/cjs/lib2/shared/ui/Calendar/VerticalCalendarSkeleton.d.ts +1 -0
  22. package/dist/cjs/lib2/shared/ui/ListBox/ListBox.d.ts +1 -0
  23. package/dist/cjs/lib2/shared/ui/ListBoxItem/ListBoxDefaultItem.d.ts +1 -1
  24. package/dist/cjs/lib2/shared/ui/ListBoxItem/ListBoxIconItem.d.ts +1 -1
  25. package/dist/cjs/lib2/shared/ui/RatingCircle/RatingCircleIcons.d.ts +1 -0
  26. package/dist/cjs/lib2/shared/ui/Tabs/Tab.d.ts +1 -0
  27. package/dist/cjs/lib2/shared/ui/Tabs/TabPanel.d.ts +1 -0
  28. package/dist/cjs/lib2/shared/ui/Tabs/Tabs.d.ts +1 -0
  29. package/dist/cjs/lib2/shared/utils/index.d.ts +0 -1
  30. package/dist/cjs/lib2/widgets/UpdateContractWidget/UpdateContractWidget.d.ts +1 -0
  31. package/dist/esm/index.js +8 -1928
  32. package/dist/esm/lib2/features/AcceptAgreementFeature/AcceptAgreemnetFeature.d.ts +1 -0
  33. package/dist/esm/lib2/features/GoogleCalendarModalFeature/GoogleCalendarModalFeature.d.ts +1 -0
  34. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingProgressFeature/CounterProgress.d.ts +19 -0
  35. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingProgressFeature/DefaultProgress.d.ts +15 -0
  36. package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingProgressFeature/OnBoardingProgressFeature.d.ts +6 -1
  37. package/dist/esm/lib2/features/OutdatedPersonalDataFeature/OutdatedPersonalDataFeature.d.ts +1 -0
  38. package/dist/esm/lib2/features/PushNotificationsIsDisabledBanner/PushNotificationsIsDisabledBanner.d.ts +1 -0
  39. package/dist/esm/lib2/features/PushNotificationsModal/PushNotificationsModal.d.ts +1 -0
  40. package/dist/esm/lib2/features/ScheduleFeature/ScheduleFeature.d.ts +4 -0
  41. package/dist/esm/lib2/features/ScheduleFeature/ScheduleSkeletonFeature.d.ts +4 -0
  42. package/dist/esm/lib2/features/ScheduleFeature/index.d.ts +1 -0
  43. package/dist/esm/lib2/features/ScheduleFeature/types.d.ts +11 -0
  44. package/dist/esm/lib2/shared/assets/icons/IconArrowLeft.d.ts +1 -1
  45. package/dist/esm/lib2/shared/assets/icons/IconMinus.d.ts +1 -0
  46. package/dist/esm/lib2/shared/providers/index.d.ts +0 -1
  47. package/dist/esm/lib2/shared/types/onBoardingFlow.type.d.ts +18 -0
  48. package/dist/esm/lib2/shared/ui/Calendar/Calendar.d.ts +1 -0
  49. package/dist/esm/lib2/shared/ui/Calendar/VerticalCalendar.d.ts +1 -0
  50. package/dist/esm/lib2/shared/ui/Calendar/VerticalCalendarMonthSkeleton.d.ts +1 -0
  51. package/dist/esm/lib2/shared/ui/Calendar/VerticalCalendarSkeleton.d.ts +1 -0
  52. package/dist/esm/lib2/shared/ui/ListBox/ListBox.d.ts +1 -0
  53. package/dist/esm/lib2/shared/ui/ListBoxItem/ListBoxDefaultItem.d.ts +1 -1
  54. package/dist/esm/lib2/shared/ui/ListBoxItem/ListBoxIconItem.d.ts +1 -1
  55. package/dist/esm/lib2/shared/ui/RatingCircle/RatingCircleIcons.d.ts +1 -0
  56. package/dist/esm/lib2/shared/ui/Tabs/Tab.d.ts +1 -0
  57. package/dist/esm/lib2/shared/ui/Tabs/TabPanel.d.ts +1 -0
  58. package/dist/esm/lib2/shared/ui/Tabs/Tabs.d.ts +1 -0
  59. package/dist/esm/lib2/shared/utils/index.d.ts +0 -1
  60. package/dist/esm/lib2/widgets/UpdateContractWidget/UpdateContractWidget.d.ts +1 -0
  61. package/dist/index.d.ts +25 -167
  62. package/package.json +1 -3
  63. package/dist/cjs/b7649e1531c181af.svg +0 -69
  64. package/dist/cjs/deprecated/SpecialistEducationCard/EmptyInstitutionLogo.d.ts +0 -3
  65. package/dist/cjs/deprecated/SpecialistEducationCard/SpecialistEducationCard.d.ts +0 -12
  66. package/dist/cjs/deprecated/SpecialistEducationCard/SpecialistEducationCard.style.d.ts +0 -6
  67. package/dist/cjs/deprecated/SpecialistEducationCard/index.d.ts +0 -1
  68. package/dist/cjs/deprecated/SpecialistProfileViewCard/PlayVideoIcon/PlayVideoIcon.d.ts +0 -3
  69. package/dist/cjs/deprecated/SpecialistProfileViewCard/SpecialistProfileViewCard.d.ts +0 -14
  70. package/dist/cjs/deprecated/SpecialistProfileViewCard/SpecialistProfileViewCard.style.d.ts +0 -11
  71. package/dist/cjs/deprecated/SpecialistProfileViewCard/index.d.ts +0 -1
  72. package/dist/cjs/deprecated/SpecialistStatisticsCard/SpecialistStatisticsCard.d.ts +0 -11
  73. package/dist/cjs/deprecated/SpecialistStatisticsCard/SpecialistStatisticsCard.style.d.ts +0 -5
  74. package/dist/cjs/deprecated/SpecialistStatisticsCard/index.d.ts +0 -1
  75. package/dist/cjs/deprecated/SpecialistStatisticsCard/utils.d.ts +0 -1
  76. package/dist/cjs/deprecated/SpecialistWorkDirections/SpecialistWorkDirections.d.ts +0 -11
  77. package/dist/cjs/deprecated/SpecialistWorkDirections/SpecialistWorkDirections.style.d.ts +0 -2
  78. package/dist/cjs/deprecated/SpecialistWorkDirections/index.d.ts +0 -1
  79. package/dist/cjs/deprecated/therapist-card/TherapistCard.d.ts +0 -16
  80. package/dist/cjs/deprecated/therapist-card/TherapistCard.style.d.ts +0 -5
  81. package/dist/cjs/lib/ChangeLangModal/ChangeLangModal.d.ts +0 -15
  82. package/dist/cjs/lib/ChangeLangModal/ChangeLangModal.style.d.ts +0 -4
  83. package/dist/cjs/lib/ChangeLangModal/index.d.ts +0 -2
  84. package/dist/cjs/lib/Chat/LouseConnect/LouseConnect.d.ts +0 -6
  85. package/dist/cjs/lib/Chat/LouseConnect/LouseConnect.style.d.ts +0 -3
  86. package/dist/cjs/lib/Chat/LouseConnect/index.d.ts +0 -1
  87. package/dist/cjs/lib/EntryNotFound/EntryNotFound.d.ts +0 -5
  88. package/dist/cjs/lib/EntryNotFound/EntryNotFound.style.d.ts +0 -2
  89. package/dist/cjs/lib/EntryNotFound/index.d.ts +0 -1
  90. package/dist/cjs/lib/HorisontalCalendar/HorizontalCalendar.d.ts +0 -40
  91. package/dist/cjs/lib/HorisontalCalendar/HorizontalCalendar.styled.d.ts +0 -2
  92. package/dist/cjs/lib/HorisontalCalendar/index.d.ts +0 -1
  93. package/dist/cjs/lib/Modal/Modal.d.ts +0 -8
  94. package/dist/cjs/lib/Modal/Modal.style.d.ts +0 -6
  95. package/dist/cjs/lib/Modal/index.d.ts +0 -1
  96. package/dist/cjs/lib/ModalCalendar/ModalCalendar.d.ts +0 -10
  97. package/dist/cjs/lib/ModalCalendar/ModalCalendar.styled.d.ts +0 -12
  98. package/dist/cjs/lib/PersonDateTimeCard/PersonDateTimeCard.d.ts +0 -8
  99. package/dist/cjs/lib/PersonDateTimeCard/PersonDateTimeCard.styled.d.ts +0 -2
  100. package/dist/cjs/lib/SelectImpressionEmoji/ImpressionEmojiEnum.d.ts +0 -8
  101. package/dist/cjs/lib/SelectImpressionEmoji/SelectImpressionEmoji.d.ts +0 -4
  102. package/dist/cjs/lib/SelectImpressionEmoji/SelectImpressionEmoji.styled.d.ts +0 -2
  103. package/dist/cjs/lib/SelectImpressionEmoji/SelectImpressionEmojiProps.d.ts +0 -6
  104. package/dist/cjs/lib/SelectImpressionEmoji/emojis.d.ts +0 -5
  105. package/dist/cjs/lib/SelectImpressionEmoji/index.d.ts +0 -4
  106. package/dist/cjs/lib/StatusTag/StatusTag.d.ts +0 -7
  107. package/dist/cjs/lib/StatusTag/StatusTag.style.d.ts +0 -6
  108. package/dist/cjs/lib/StatusTag/index.d.ts +0 -1
  109. package/dist/cjs/lib/UsersPsychologistScrollList/UserPsychologistScrollList.styled.d.ts +0 -6
  110. package/dist/cjs/lib/UsersPsychologistScrollList/UsersPsychologistScrollList.d.ts +0 -10
  111. package/dist/cjs/lib/archived-consultation-card/ArchivedConsultationCard.d.ts +0 -14
  112. package/dist/cjs/lib/archived-consultation-card/ArchivedConsultationCard.style.d.ts +0 -4
  113. package/dist/cjs/lib/content-card/ContentCard.d.ts +0 -15
  114. package/dist/cjs/lib/content-card/ContentCard.style.d.ts +0 -11
  115. package/dist/cjs/lib/floating-button/FloatingButton.d.ts +0 -8
  116. package/dist/cjs/lib/floating-button/FloatingButton.style.d.ts +0 -6
  117. package/dist/cjs/lib/footer-for-booking/FooterForBooking.d.ts +0 -9
  118. package/dist/cjs/lib/footer-for-booking/FooterForBooking.style.d.ts +0 -6
  119. package/dist/cjs/lib/footer-for-booking/index.d.ts +0 -1
  120. package/dist/cjs/lib/list-button/ListButton.d.ts +0 -9
  121. package/dist/cjs/lib/list-button/ListButton.style.d.ts +0 -2
  122. package/dist/cjs/lib/navigation-bar/NavigationBar.d.ts +0 -8
  123. package/dist/cjs/lib/navigation-bar/NavigationBar.style.d.ts +0 -8
  124. package/dist/cjs/lib/notes-card-text/NotesCardText.d.ts +0 -6
  125. package/dist/cjs/lib/notes-card-text/NotesCardText.style.d.ts +0 -1
  126. package/dist/cjs/lib/notes-card-text/index.d.ts +0 -1
  127. package/dist/cjs/lib/notes-editor/NotesEditor.d.ts +0 -5
  128. package/dist/cjs/lib/notes-editor/NotesEditor.styled.d.ts +0 -2
  129. package/dist/cjs/lib/scroll-tabs/ScrollTabs.d.ts +0 -7
  130. package/dist/cjs/lib/scroll-tabs/ScrollTabs.style.d.ts +0 -3
  131. package/dist/cjs/lib/tab-bar/TabBar.d.ts +0 -6
  132. package/dist/cjs/lib/tab-bar/TabBar.style.d.ts +0 -5
  133. package/dist/cjs/lib/therapist-information-component/TherapistInformationComponent.d.ts +0 -10
  134. package/dist/cjs/lib/therapist-information-component/TherapistInformationComponent.style.d.ts +0 -2
  135. package/dist/cjs/lib/your-local-time-block/YourLocalTimeBlock.d.ts +0 -6
  136. package/dist/cjs/lib/your-local-time-block/YourLocalTimeBlock.styled.d.ts +0 -2
  137. package/dist/cjs/lib2/shared/providers/AuthProvider/AuthProvider.d.ts +0 -4
  138. package/dist/cjs/lib2/shared/providers/AuthProvider/index.d.ts +0 -1
  139. package/dist/cjs/lib2/shared/providers/AuthProvider/types.d.ts +0 -19
  140. package/dist/cjs/lib2/shared/utils/globalAuthState.d.ts +0 -142
  141. package/dist/esm/b7649e1531c181af.svg +0 -69
  142. package/dist/esm/deprecated/SpecialistEducationCard/EmptyInstitutionLogo.d.ts +0 -3
  143. package/dist/esm/deprecated/SpecialistEducationCard/SpecialistEducationCard.d.ts +0 -12
  144. package/dist/esm/deprecated/SpecialistEducationCard/SpecialistEducationCard.style.d.ts +0 -6
  145. package/dist/esm/deprecated/SpecialistEducationCard/index.d.ts +0 -1
  146. package/dist/esm/deprecated/SpecialistProfileViewCard/PlayVideoIcon/PlayVideoIcon.d.ts +0 -3
  147. package/dist/esm/deprecated/SpecialistProfileViewCard/SpecialistProfileViewCard.d.ts +0 -14
  148. package/dist/esm/deprecated/SpecialistProfileViewCard/SpecialistProfileViewCard.style.d.ts +0 -11
  149. package/dist/esm/deprecated/SpecialistProfileViewCard/index.d.ts +0 -1
  150. package/dist/esm/deprecated/SpecialistStatisticsCard/SpecialistStatisticsCard.d.ts +0 -11
  151. package/dist/esm/deprecated/SpecialistStatisticsCard/SpecialistStatisticsCard.style.d.ts +0 -5
  152. package/dist/esm/deprecated/SpecialistStatisticsCard/index.d.ts +0 -1
  153. package/dist/esm/deprecated/SpecialistStatisticsCard/utils.d.ts +0 -1
  154. package/dist/esm/deprecated/SpecialistWorkDirections/SpecialistWorkDirections.d.ts +0 -11
  155. package/dist/esm/deprecated/SpecialistWorkDirections/SpecialistWorkDirections.style.d.ts +0 -2
  156. package/dist/esm/deprecated/SpecialistWorkDirections/index.d.ts +0 -1
  157. package/dist/esm/deprecated/therapist-card/TherapistCard.d.ts +0 -16
  158. package/dist/esm/deprecated/therapist-card/TherapistCard.style.d.ts +0 -5
  159. package/dist/esm/lib/ChangeLangModal/ChangeLangModal.d.ts +0 -15
  160. package/dist/esm/lib/ChangeLangModal/ChangeLangModal.style.d.ts +0 -4
  161. package/dist/esm/lib/ChangeLangModal/index.d.ts +0 -2
  162. package/dist/esm/lib/Chat/LouseConnect/LouseConnect.d.ts +0 -6
  163. package/dist/esm/lib/Chat/LouseConnect/LouseConnect.style.d.ts +0 -3
  164. package/dist/esm/lib/Chat/LouseConnect/index.d.ts +0 -1
  165. package/dist/esm/lib/EntryNotFound/EntryNotFound.d.ts +0 -5
  166. package/dist/esm/lib/EntryNotFound/EntryNotFound.style.d.ts +0 -2
  167. package/dist/esm/lib/EntryNotFound/index.d.ts +0 -1
  168. package/dist/esm/lib/HorisontalCalendar/HorizontalCalendar.d.ts +0 -40
  169. package/dist/esm/lib/HorisontalCalendar/HorizontalCalendar.styled.d.ts +0 -2
  170. package/dist/esm/lib/HorisontalCalendar/index.d.ts +0 -1
  171. package/dist/esm/lib/Modal/Modal.d.ts +0 -8
  172. package/dist/esm/lib/Modal/Modal.style.d.ts +0 -6
  173. package/dist/esm/lib/Modal/index.d.ts +0 -1
  174. package/dist/esm/lib/ModalCalendar/ModalCalendar.d.ts +0 -10
  175. package/dist/esm/lib/ModalCalendar/ModalCalendar.styled.d.ts +0 -12
  176. package/dist/esm/lib/PersonDateTimeCard/PersonDateTimeCard.d.ts +0 -8
  177. package/dist/esm/lib/PersonDateTimeCard/PersonDateTimeCard.styled.d.ts +0 -2
  178. package/dist/esm/lib/SelectImpressionEmoji/ImpressionEmojiEnum.d.ts +0 -8
  179. package/dist/esm/lib/SelectImpressionEmoji/SelectImpressionEmoji.d.ts +0 -4
  180. package/dist/esm/lib/SelectImpressionEmoji/SelectImpressionEmoji.styled.d.ts +0 -2
  181. package/dist/esm/lib/SelectImpressionEmoji/SelectImpressionEmojiProps.d.ts +0 -6
  182. package/dist/esm/lib/SelectImpressionEmoji/emojis.d.ts +0 -5
  183. package/dist/esm/lib/SelectImpressionEmoji/index.d.ts +0 -4
  184. package/dist/esm/lib/StatusTag/StatusTag.d.ts +0 -7
  185. package/dist/esm/lib/StatusTag/StatusTag.style.d.ts +0 -6
  186. package/dist/esm/lib/StatusTag/index.d.ts +0 -1
  187. package/dist/esm/lib/UsersPsychologistScrollList/UserPsychologistScrollList.styled.d.ts +0 -6
  188. package/dist/esm/lib/UsersPsychologistScrollList/UsersPsychologistScrollList.d.ts +0 -10
  189. package/dist/esm/lib/archived-consultation-card/ArchivedConsultationCard.d.ts +0 -14
  190. package/dist/esm/lib/archived-consultation-card/ArchivedConsultationCard.style.d.ts +0 -4
  191. package/dist/esm/lib/content-card/ContentCard.d.ts +0 -15
  192. package/dist/esm/lib/content-card/ContentCard.style.d.ts +0 -11
  193. package/dist/esm/lib/floating-button/FloatingButton.d.ts +0 -8
  194. package/dist/esm/lib/floating-button/FloatingButton.style.d.ts +0 -6
  195. package/dist/esm/lib/footer-for-booking/FooterForBooking.d.ts +0 -9
  196. package/dist/esm/lib/footer-for-booking/FooterForBooking.style.d.ts +0 -6
  197. package/dist/esm/lib/footer-for-booking/index.d.ts +0 -1
  198. package/dist/esm/lib/list-button/ListButton.d.ts +0 -9
  199. package/dist/esm/lib/list-button/ListButton.style.d.ts +0 -2
  200. package/dist/esm/lib/navigation-bar/NavigationBar.d.ts +0 -8
  201. package/dist/esm/lib/navigation-bar/NavigationBar.style.d.ts +0 -8
  202. package/dist/esm/lib/notes-card-text/NotesCardText.d.ts +0 -6
  203. package/dist/esm/lib/notes-card-text/NotesCardText.style.d.ts +0 -1
  204. package/dist/esm/lib/notes-card-text/index.d.ts +0 -1
  205. package/dist/esm/lib/notes-editor/NotesEditor.d.ts +0 -5
  206. package/dist/esm/lib/notes-editor/NotesEditor.styled.d.ts +0 -2
  207. package/dist/esm/lib/scroll-tabs/ScrollTabs.d.ts +0 -7
  208. package/dist/esm/lib/scroll-tabs/ScrollTabs.style.d.ts +0 -3
  209. package/dist/esm/lib/tab-bar/TabBar.d.ts +0 -6
  210. package/dist/esm/lib/tab-bar/TabBar.style.d.ts +0 -5
  211. package/dist/esm/lib/therapist-information-component/TherapistInformationComponent.d.ts +0 -10
  212. package/dist/esm/lib/therapist-information-component/TherapistInformationComponent.style.d.ts +0 -2
  213. package/dist/esm/lib/your-local-time-block/YourLocalTimeBlock.d.ts +0 -6
  214. package/dist/esm/lib/your-local-time-block/YourLocalTimeBlock.styled.d.ts +0 -2
  215. package/dist/esm/lib2/shared/providers/AuthProvider/AuthProvider.d.ts +0 -4
  216. package/dist/esm/lib2/shared/providers/AuthProvider/index.d.ts +0 -1
  217. package/dist/esm/lib2/shared/providers/AuthProvider/types.d.ts +0 -19
  218. 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,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { WithTranslation } from 'react-i18next';
2
3
  type GoogleCalendarModalFeatureProps = {
3
4
  isOpen: boolean;
@@ -0,0 +1,19 @@
1
+ import React from 'react';
2
+ import { OnBoardingScreenStyleOptions, ResponseFileType, OnBoardingProgressSettingsScreenType } from '../../../shared';
3
+ import { OnboardingVariant } from '../../../shared';
4
+ type CounterProgressProps = {
5
+ progress: number;
6
+ isPreview?: boolean;
7
+ isBackButtonDisabled?: boolean;
8
+ onBackButtonClick?: () => void;
9
+ contentStyle?: OnBoardingScreenStyleOptions;
10
+ startAdornment?: React.ReactNode;
11
+ variant?: OnboardingVariant;
12
+ empty?: boolean;
13
+ totalCount?: number;
14
+ currentCount?: number;
15
+ image?: ResponseFileType | null;
16
+ progressSettings?: OnBoardingProgressSettingsScreenType | null;
17
+ };
18
+ declare const _default: React.NamedExoticComponent<CounterProgressProps>;
19
+ export default _default;
@@ -0,0 +1,15 @@
1
+ import React from 'react';
2
+ import { OnBoardingScreenStyleOptions } from '../../../shared';
3
+ import { OnboardingVariant } from '../../../shared';
4
+ type DefaultProgressProps = {
5
+ progress: number;
6
+ isPreview?: boolean;
7
+ isBackButtonDisabled?: boolean;
8
+ onBackButtonClick?: () => void;
9
+ contentStyle?: OnBoardingScreenStyleOptions;
10
+ startAdornment?: React.ReactNode;
11
+ variant?: OnboardingVariant;
12
+ empty?: boolean;
13
+ };
14
+ declare const _default: React.NamedExoticComponent<DefaultProgressProps>;
15
+ export default _default;
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { OnBoardingScreenStyleOptions } from '../../../shared';
2
+ import { OnBoardingProgressSettingsScreenType, OnBoardingScreenStyleOptions, ResponseFileType } from '../../../shared';
3
3
  import { OnboardingVariant } from '../../../shared';
4
4
  type OnBoardingProgressFeatureProps = {
5
5
  progress: number;
@@ -10,6 +10,11 @@ type OnBoardingProgressFeatureProps = {
10
10
  startAdornment?: React.ReactNode;
11
11
  variant?: OnboardingVariant;
12
12
  empty?: boolean;
13
+ template?: 'default' | 'counter';
14
+ totalCount?: number;
15
+ currentCount?: number;
16
+ image?: ResponseFileType | null;
17
+ progressSettings?: OnBoardingProgressSettingsScreenType | null;
13
18
  };
14
19
  declare const _default: React.NamedExoticComponent<OnBoardingProgressFeatureProps>;
15
20
  export default _default;
@@ -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
+ };
@@ -3,5 +3,5 @@ interface IconProps extends React.SVGAttributes<SVGElement> {
3
3
  size?: number | string;
4
4
  color?: string;
5
5
  }
6
- export declare function IconArrowLeft({ color, ...other }: IconProps): import("react/jsx-runtime").JSX.Element;
6
+ export declare function IconArrowLeft({ color, size, ...other }: IconProps): import("react/jsx-runtime").JSX.Element;
7
7
  export {};
@@ -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';
@@ -62,6 +62,10 @@ export type OnBoardingScreenSubgoalButtonType = {
62
62
  subgoalButtonColor?: string | null;
63
63
  subgoalButtonTextColor?: string | null;
64
64
  };
65
+ export type OnBoardingScreenProgressType = {
66
+ template?: OnboardingProgressTemplate;
67
+ image?: ResponseFileType | null;
68
+ };
65
69
  export type OnBoardingScreenSkipButtonType = {
66
70
  skipButtonText?: string | null;
67
71
  showSkipButton?: boolean;
@@ -90,6 +94,13 @@ export type OnBoardingScreenTranslationsType = {
90
94
  export type OnBoardingScreenErrorsType = {
91
95
  errors?: Record<string, string>;
92
96
  };
97
+ export type OnBoardingProgressSettingsScreenType = {
98
+ isBackButton?: boolean;
99
+ isLogo?: boolean;
100
+ isCounter?: boolean;
101
+ isProgress?: boolean;
102
+ horizontalImageAlignment?: 'left' | 'right' | 'center';
103
+ };
93
104
  export type OnBoardingBaseScreenType = {
94
105
  id: string;
95
106
  type: OnBoardingScreenOptions;
@@ -109,6 +120,8 @@ export type OnBoardingBaseScreenType = {
109
120
  isStartScreen?: boolean;
110
121
  backgroundColor?: string | null;
111
122
  contentStyle: OnBoardingScreenStyleOptions;
123
+ progressSettings?: OnBoardingProgressSettingsScreenType;
124
+ isProgressVisible?: boolean;
112
125
  /**
113
126
  * @deprecated This field is deprecated and will be removed in future versions
114
127
  */
@@ -249,8 +262,13 @@ export type OnBoardingFlowType = {
249
262
  duration_min?: number | null;
250
263
  isDefault?: boolean;
251
264
  theme?: OnboardingVariant;
265
+ progress?: OnBoardingScreenProgressType;
252
266
  };
253
267
  export declare enum OnboardingVariant {
254
268
  default = "default",
255
269
  blue = "blue"
256
270
  }
271
+ export declare enum OnboardingProgressTemplate {
272
+ default = "default",
273
+ counter = "counter"
274
+ }
@@ -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
3
  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;
@@ -13,6 +13,6 @@ declare const _default: React.MemoExoticComponent<({ item, isSelected, selection
13
13
  selectionPosition: "end" | "start";
14
14
  enableSelection: boolean;
15
15
  selectedIconProps: IconProps;
16
- type: "image" | "checkbox" | "radio" | "icon" | "emoji" | "roundImage";
16
+ type: "image" | "icon" | "checkbox" | "radio" | "emoji" | "roundImage";
17
17
  }) => import("react/jsx-runtime").JSX.Element>;
18
18
  export default _default;
@@ -8,7 +8,7 @@ declare const _default: React.MemoExoticComponent<({ item, isSelected, enableSel
8
8
  variant: VariantType;
9
9
  item: Node<unknown>;
10
10
  enableSelection: boolean;
11
- type: "image" | "checkbox" | "radio" | "icon" | "emoji" | "roundImage";
11
+ type: "image" | "icon" | "checkbox" | "radio" | "emoji" | "roundImage";
12
12
  isOnboardingPreview?: boolean | undefined;
13
13
  image?: ResponseFileType | null | undefined;
14
14
  selectionMode?: "none" | "multiple" | "single" | undefined;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export declare function CircleRatingIcon({ index, className, }: {
2
3
  index: number;
3
4
  className: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { ItemProps, Node, TabListState } from 'react-stately';
2
3
  type TabProps<T> = {
3
4
  item: Node<T> & {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { AriaTabPanelProps } from 'react-aria';
2
3
  import type { TabListState } from 'react-stately';
3
4
  type TabPanelProps<T> = AriaTabPanelProps & {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { AriaTabListProps } from 'react-aria';
2
3
  type TabsProps<T> = AriaTabListProps<T> & {
3
4
  className?: string;
@@ -10,4 +10,3 @@ export * from './filter';
10
10
  export * from './session';
11
11
  export * from './mock';
12
12
  export { ONBOARDING_THEME_DEFAULT_COLORS } from './onboarding';
13
- export * from './globalAuthState';
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  type UpdateContractWidgetProps = {
2
3
  isAccepted: boolean;
3
4
  setIsAccepted: (isAccepted: boolean) => void;
package/dist/index.d.ts CHANGED
@@ -14,7 +14,6 @@ import { AriaListBoxProps, AriaCalendarProps, DateValue, AriaTabListProps } from
14
14
  import { ToastStateProps, ToastState } from '@react-stately/toast';
15
15
  import { AriaToastRegionProps } from '@react-aria/toast';
16
16
  import { IonSearchbarCustomEvent, SearchbarChangeEventDetail, TextFieldTypes, IonInputCustomEvent, InputChangeEventDetail } from '@ionic/core';
17
- import { User, SignInResult, SignInWithEmailAndPasswordOptions, LinkWithEmailAndPasswordOptions, CreateUserWithEmailAndPasswordOptions, SendPasswordResetEmailOptions } from '@capacitor-firebase/authentication';
18
17
  import { MarkdownToJSX } from 'markdown-to-jsx';
19
18
 
20
19
  interface ButtonProps$2 {
@@ -1294,6 +1293,10 @@ type OnBoardingScreenSubgoalButtonType = {
1294
1293
  subgoalButtonColor?: string | null;
1295
1294
  subgoalButtonTextColor?: string | null;
1296
1295
  };
1296
+ type OnBoardingScreenProgressType = {
1297
+ template?: OnboardingProgressTemplate;
1298
+ image?: ResponseFileType | null;
1299
+ };
1297
1300
  type OnBoardingScreenSkipButtonType = {
1298
1301
  skipButtonText?: string | null;
1299
1302
  showSkipButton?: boolean;
@@ -1322,6 +1325,13 @@ type OnBoardingScreenTranslationsType = {
1322
1325
  type OnBoardingScreenErrorsType = {
1323
1326
  errors?: Record<string, string>;
1324
1327
  };
1328
+ type OnBoardingProgressSettingsScreenType = {
1329
+ isBackButton?: boolean;
1330
+ isLogo?: boolean;
1331
+ isCounter?: boolean;
1332
+ isProgress?: boolean;
1333
+ horizontalImageAlignment?: 'left' | 'right' | 'center';
1334
+ };
1325
1335
  type OnBoardingBaseScreenType = {
1326
1336
  id: string;
1327
1337
  type: OnBoardingScreenOptions;
@@ -1341,6 +1351,8 @@ type OnBoardingBaseScreenType = {
1341
1351
  isStartScreen?: boolean;
1342
1352
  backgroundColor?: string | null;
1343
1353
  contentStyle: OnBoardingScreenStyleOptions;
1354
+ progressSettings?: OnBoardingProgressSettingsScreenType;
1355
+ isProgressVisible?: boolean;
1344
1356
  /**
1345
1357
  * @deprecated This field is deprecated and will be removed in future versions
1346
1358
  */
@@ -1481,11 +1493,16 @@ type OnBoardingFlowType = {
1481
1493
  duration_min?: number | null;
1482
1494
  isDefault?: boolean;
1483
1495
  theme?: OnboardingVariant;
1496
+ progress?: OnBoardingScreenProgressType;
1484
1497
  };
1485
1498
  declare enum OnboardingVariant {
1486
1499
  default = "default",
1487
1500
  blue = "blue"
1488
1501
  }
1502
+ declare enum OnboardingProgressTemplate {
1503
+ default = "default",
1504
+ counter = "counter"
1505
+ }
1489
1506
 
1490
1507
  declare enum ContractStatusEnum {
1491
1508
  active = "active",
@@ -2246,28 +2263,6 @@ type SpecialistScheduleProviderRef = {
2246
2263
  };
2247
2264
  declare const SpecialistScheduleProvider: React__default.FC<Props$5>;
2248
2265
 
2249
- type AuthContextType = {
2250
- isAuthLoading: boolean;
2251
- isAuthReady: boolean;
2252
- authUser: User | null;
2253
- signInAnonymously: () => Promise<SignInResult>;
2254
- signInWithApple: () => Promise<SignInResult>;
2255
- signInWithGoogle: () => Promise<SignInResult>;
2256
- signInWithCustomToken: (token: string) => Promise<SignInResult>;
2257
- signInWithEmailAndPassword: (options: SignInWithEmailAndPasswordOptions) => Promise<SignInResult>;
2258
- linkWithApple: () => Promise<SignInResult>;
2259
- linkWithGoogle: () => Promise<SignInResult>;
2260
- linkWithEmailAndPassword: (options: LinkWithEmailAndPasswordOptions) => Promise<SignInResult>;
2261
- signOut: () => Promise<void>;
2262
- createUserWithEmailAndPassword: (options: CreateUserWithEmailAndPasswordOptions) => Promise<SignInResult>;
2263
- sendPasswordResetEmail: (options: SendPasswordResetEmailOptions) => Promise<void>;
2264
- changePassword: (newPassword: string) => Promise<void>;
2265
- sendEmailVerification: () => Promise<void>;
2266
- };
2267
-
2268
- declare const AuthContext: React__default.Context<AuthContextType | null>;
2269
- declare const AuthProvider: FC;
2270
-
2271
2266
  declare function useDomRef<T extends HTMLElement = HTMLElement>(ref: React$1.RefObject<T | null> | React$1.ForwardedRef<T | null>): React$1.RefObject<T>;
2272
2267
 
2273
2268
  type AnyFunction = (...args: any[]) => any;
@@ -2336,7 +2331,7 @@ interface IconProps$G extends React$1.SVGAttributes<SVGElement> {
2336
2331
  size?: number | string;
2337
2332
  color?: string;
2338
2333
  }
2339
- declare function IconArrowLeft({ color, ...other }: IconProps$G): react_jsx_runtime.JSX.Element;
2334
+ declare function IconArrowLeft({ color, size, ...other }: IconProps$G): react_jsx_runtime.JSX.Element;
2340
2335
 
2341
2336
  interface IconProps$F extends React$1.SVGAttributes<SVGElement> {
2342
2337
  size?: number | string;
@@ -3261,6 +3256,11 @@ type OnBoardingProgressFeatureProps = {
3261
3256
  startAdornment?: React__default.ReactNode;
3262
3257
  variant?: OnboardingVariant;
3263
3258
  empty?: boolean;
3259
+ template?: 'default' | 'counter';
3260
+ totalCount?: number;
3261
+ currentCount?: number;
3262
+ image?: ResponseFileType | null;
3263
+ progressSettings?: OnBoardingProgressSettingsScreenType | null;
3264
3264
  };
3265
3265
  declare const _default$n: React__default.NamedExoticComponent<OnBoardingProgressFeatureProps>;
3266
3266
 
@@ -3863,148 +3863,6 @@ declare const ONBOARDING_THEME_DEFAULT_COLORS: Record<OnboardingVariant, {
3863
3863
  defaultThemeColor: string;
3864
3864
  }>;
3865
3865
 
3866
- /**
3867
- * Global Authentication State Manager
3868
- *
3869
- * This utility class manages the authentication readiness state across the entire application.
3870
- * It ensures that HTTP requests and other auth-dependent operations wait for authentication
3871
- * initialization to complete before proceeding.
3872
- *
3873
- * ## Usage Pattern:
3874
- *
3875
- * 1. **UI Library Internal**: The UI library calls `setReady()` when authentication initialization
3876
- * is complete (e.g., after token validation, user session restoration, etc.)
3877
- *
3878
- * 2. **External Consumers**: Global states, HTTP interceptors, and other parts of the application
3879
- * use `waitForReady()` or `getIsReady()` to ensure auth is initialized before making requests
3880
- *
3881
- * ## Example:
3882
- *
3883
- * ```typescript
3884
- * // In UI library (AuthProvider):
3885
- * globalAuthState.setReady(); // Called after auth initialization
3886
- *
3887
- * // In global states or HTTP clients:
3888
- * await globalAuthState.waitForReady(); // Wait before making authenticated requests
3889
- *
3890
- * // In synchronous contexts:
3891
- * if (globalAuthState.getIsReady()) {
3892
- * // Proceed with auth-dependent operations
3893
- * }
3894
- * ```
3895
- *
3896
- * ## Thread Safety:
3897
- * This class is designed to be safe for concurrent access. Multiple consumers can wait
3898
- * for readiness simultaneously, and all will be notified when auth becomes ready.
3899
- */
3900
- declare class GlobalAuthState {
3901
- /** Internal flag tracking whether authentication is ready */
3902
- private isReady;
3903
- /** Promise that resolves when authentication becomes ready */
3904
- private readyPromise;
3905
- /** Function to resolve the readiness promise */
3906
- private resolveReady;
3907
- constructor();
3908
- /**
3909
- * Mark authentication as ready and notify all waiting consumers
3910
- *
3911
- * **INTERNAL USE ONLY**: This method should only be called by the UI library's
3912
- * authentication provider when auth initialization is complete.
3913
- *
3914
- * This method is idempotent - calling it multiple times has no additional effect.
3915
- *
3916
- * @example
3917
- * ```typescript
3918
- * // In AuthProvider after successful initialization
3919
- * globalAuthState.setReady();
3920
- * ```
3921
- */
3922
- setReady(): void;
3923
- /**
3924
- * Wait for authentication to be ready before proceeding
3925
- *
3926
- * **PUBLIC API**: This method is intended for use by global states, HTTP interceptors,
3927
- * and other parts of the application that need to ensure auth is ready before proceeding.
3928
- *
3929
- * If auth is already ready, this method returns immediately. Otherwise, it waits
3930
- * until `setReady()` is called.
3931
- *
3932
- * @returns Promise that resolves when authentication is ready
3933
- *
3934
- * @example
3935
- * ```typescript
3936
- * // In HTTP interceptor
3937
- * async function makeAuthenticatedRequest(url: string) {
3938
- * await globalAuthState.waitForReady();
3939
- * return fetch(url, { headers: { Authorization: getToken() } });
3940
- * }
3941
- *
3942
- * // In global state
3943
- * async function initializeUserData() {
3944
- * await globalAuthState.waitForReady();
3945
- * // Now safe to make authenticated API calls
3946
- * }
3947
- * ```
3948
- */
3949
- waitForReady(): Promise<void>;
3950
- /**
3951
- * Check if authentication is ready synchronously
3952
- *
3953
- * **PUBLIC API**: This method is intended for use in synchronous contexts where
3954
- * you need to check auth readiness without waiting.
3955
- *
3956
- * @returns `true` if authentication is ready, `false` otherwise
3957
- *
3958
- * @example
3959
- * ```typescript
3960
- * // In a synchronous context
3961
- * function canMakeAuthRequest(): boolean {
3962
- * return globalAuthState.getIsReady();
3963
- * }
3964
- *
3965
- * // In conditional logic
3966
- * if (globalAuthState.getIsReady()) {
3967
- * // Safe to access auth-dependent features
3968
- * showUserDashboard();
3969
- * } else {
3970
- * // Show loading state
3971
- * showAuthLoadingSpinner();
3972
- * }
3973
- * ```
3974
- */
3975
- getIsReady(): boolean;
3976
- /**
3977
- * Reset the authentication ready state
3978
- *
3979
- * **PRIVATE METHOD**: This method is for internal use only (testing, re-initialization).
3980
- * It should not be called by external consumers as it can cause race conditions
3981
- * and unexpected behavior in production.
3982
- *
3983
- * Resets the state to unready and creates a new promise that consumers will wait on.
3984
- */
3985
- private reset;
3986
- }
3987
- /**
3988
- * Global singleton instance of the authentication state manager
3989
- *
3990
- * This is the main interface for interacting with authentication readiness state.
3991
- * Import and use this instance throughout your application to coordinate auth-dependent operations.
3992
- *
3993
- * @example
3994
- * ```typescript
3995
- * import { globalAuthState } from './globalAuthState';
3996
- *
3997
- * // Wait for auth in async contexts
3998
- * await globalAuthState.waitForReady();
3999
- *
4000
- * // Check auth state synchronously
4001
- * if (globalAuthState.getIsReady()) {
4002
- * // Proceed with authenticated operations
4003
- * }
4004
- * ```
4005
- */
4006
- declare const globalAuthState: GlobalAuthState;
4007
-
4008
3866
  type SpecialistCardProps = {
4009
3867
  fullName?: string;
4010
3868
  specialization?: string;
@@ -4570,4 +4428,4 @@ declare const _default: React__default.NamedExoticComponent<SpecialistCardWithSc
4570
4428
 
4571
4429
  declare const SpecialistCardSkeleton: React__default.FC;
4572
4430
 
4573
- export { AcceptAgreementFeature, Action, _default$Y as AlertCard, AllowFilterValueType, AppFooter, _default$X as AppFooter_v2, AppHeader, AppHeaderPage as AppHeaderPageFeature, AppHeader_v2, AppNotSupportedFeature, AuthContext, AuthProvider, AutoComplete, Avatar, AvatarProps$1 as AvatarProps, _default$W as Avatar_v2, AvatarProps as Avatar_v2Props, BREAKPOINT_ICON_SIZE, _default$S as Badge, _default$$ as BookingScheduleTime, _default$_ as BookingSpecialistInfo, BreakPointPositionProps, BreakPointPositionResult, Button, Button_v2, CAN_MANAGE_SESSION_TIME_HOURS, COUNTRIES_MAPPER, Calendar, _default$z as CalendarPickerFeature, CancelSession, CardModal, ChangeLanguageModal, _default$1i as ChatListItem, _default$1g as ChatListSkeleton, _default$1h as ChatMessage, ChatMessageSkeleton, CheckBoxItem, CheckBoxListFeature, CheckBoxSectionListFeature, _default$d as CheckboxList, CheckboxListCategory, CheckboxListItem, CheckboxTypes, ChevronHeader, CircleRatingComponentProps, CircleRatingContent, CircleRatingContext, CircleRatingContextData, CircleRatingContextProps, CircleRatingDataProps, CircleRatingDataResult, CircleRatingLegendProps, CircleRatingProvider, CircleRatingRange, CircleRatingSize, ClientCanAction, ClientCanParams, ClientSpecialistContractStatusEnum, CollapsableText, ConditionRulesType, Consultation, _default$1b as ConsultationCard, ConsultationCardProps, ConsultationCardType, _default$18 as ConsultationModal, _default$D as ConsultationPricingFeature, _default$16 as ConsultationSpecialistCard, ConsultationsListSkeleton, Container, Container_v2, ContentRendererProps, ContractDataFeature, ContractStatusEnum, ContentTree as ContractTreeFeature, CountdownTimerFeature, Counter, CounterProps, CountryOfOriginModal, CurrencyLocaleMapper, CurrencySignByLocale, CustomButton, _default$e as CustomCheckbox, CustomRadioButton, _default$f as CustomSelect, _default$g as CustomTextarea, DatePicker, _default$14 as DaySlider, Divider, DividerProps, DropdownFeature, DrumListPicker, DynamicCommissionValue, _default$10 as EducationCard, _default$1f as EmptyChatList, EmptyChatMessages, EmptyChatModalFeature, _default$19 as EmptyConsultations, EmptyList, EmptySpecialistListFeature, ErrorCardFeature, FilterFeatureProps, FilterItem, FilterItemBoolean, FilterItemChips, FilterItemRange, FilterItemSelect, FilterOption, FilterOptionValue, FilterValue, FiltersWidget, FiltersWidgetProps, FirstChatMessageModalFeature, _default$a as Flag, FlagTypes, _default$U as Flag_v2, FrequentlyAskedQuestions, GoogleCalendarModalFeature, HeaderWithRedirect, ISpecialistReview, IconAddModerator, IconAlignHorizontalTextCenter, IconAlignHorizontalTextLeft, IconAlignHorizontalTextRight, IconAmEx, IconAppStoreRating, IconApple, IconApplePay, IconArrowDown, IconArrowLeft, IconArrowRange, IconArrowRight, IconArrowTopRight, IconAttachMoney, IconBeachAccess, IconBookmark, IconBookmarkOutlined, _default$O as IconButton, IconCalendar, IconCalendarFilled, IconCalendarMonth, IconCalendarNew, IconCalendarWithDot, IconCancel, IconCancelBold, IconCancelRounded, IconCapFilled, IconChart, IconChat, IconChat3d, IconChat3dSmaller, IconChatFilled, IconChatOutline, IconCheck, IconCheckCircle, IconCheckSmall, IconCheckboxChecked, IconCheckboxCheckedBold, IconCheckboxThinUnchecked, IconCheckboxUnchecked, IconClient, IconClientFilled, IconClose, IconCompare, IconContract, IconCopy, IconCreditCard, IconDelete, IconDivider, IconDocument, IconDot, IconDoubleArrow, IconEcgHeart, IconEdit, IconEditCalendar, IconEmptyList, IconEventBusy, IconExperience, IconEye, IconEyeOff, IconFilters, IconGallery, IconGift, IconGiftNew, IconGlobe, IconGoogle, IconGooglePay, IconHeart, IconHome, IconIdCard, IconInfo, IconInvisible, IconInvoice, IconLanguage, IconLeaderboard, IconLeftArrow, IconLetter, IconLink, IconLock, IconLogout, IconMaestro, IconManageAccounts, IconMastercard, IconMatching, IconMindly, IconMindlyColored, IconMindlyMini, IconMinus, IconMooving, IconMoreVertical, IconMute, IconNotificationMuted, IconPaid, IconPaper, IconPaperPencil, IconPause, IconPaywall, IconPersonAlert, IconPlay, IconPlus, IconPoweredByStripe, IconProfile, IconProfileChecked, IconProfileCircle, IconProfileSetting, IconProfileUnderReview, IconPromocode, IconProps$H as IconProps, IconQueryStats, IconQuestion, IconRadioButtonChecked, IconRadioPartial, IconReceipt, IconReceiptLong, IconRenew, IconResume, IconReviewSessionSubscription, IconReviewSessionTrial, IconSchedule, IconSchema, IconSearch, IconSecure, IconSend, IconSettings, IconShare, IconSort, IconSpecialistsEnded, IconSpinner, IconStar, IconStarFilled, IconStudyHat, IconStylus, IconSuccess, IconSwitch, IconText, IconTime, IconTimeAdd, IconUnmute, IconUser, IconUserNotFound, IconVerifiedUser, IconVisa, IconVisible, IconWarning, ImageInput, ImageWithFallback, Input, InputSearch, _default$K as Item, _default$R as ItemCard, LabelArrowRedirect, _default$1k as LetterAvatar, _default$b as LineFileInput, ListBox, ListBoxItem, ListBoxItemProps, ListBoxProps, ListBoxSelectionType, ListItemType, _default$H as ListItemWithColumns, _default$L as ListItems, ListOption, ListOptionsProps, ListSelect, ListSelectProps, ListSimple, _default$M as Loading, LocaleCurrencyMapper, MapStatusContractToUIStatus, _default$s as MarkdownContainerFeature, _default$I as MatchProgress, _default$1j as MediaPlayer, MenuFeature, MindlyReview, MindlyReviewFeature, ModalSheet, NEAR_SESSION_TIME_SECONDS, NewSpecialist, NoInternetConnection, NotSupportModal, ONBOARDING_THEME_DEFAULT_COLORS, OnBoardingBaseScreenType, OnBoardingChartScreenPreviewFeature, OnBoardingChartScreenType, OnBoardingCompareScreenPreviewFeature, OnBoardingCompareScreenType, _default$k as OnBoardingConfirmScreenPreviewFeature, OnBoardingConfirmScreenType, _default$l as OnBoardingEmailScreenPreviewFeature, OnBoardingEmailScreenType, OnBoardingFlowType, OnBoardingGoalSelectScreenType, _default$j as OnBoardingGoalSelectionScreenPreviewFeature, OnBoardingGraphScreenPreviewFeature, OnBoardingGraphScreenType, _default$q as OnBoardingInfoScreenPreviewFeature, OnBoardingInfoScreenType, OnBoardingLoaderScreenPreviewFeature, OnBoardingLoaderScreenType, OnBoardingMultiSelectScreenType, _default$p as OnBoardingMultiSelectionScreenPreviewFeature, OnBoardingPaywallScreenPreviewFeature, OnBoardingPaywallScreenType, _default$n as OnBoardingProgressFeature, _default$m as OnBoardingReviewsScreenPreviewFeature, OnBoardingReviewsScreenType, OnBoardingScreenAlertType, OnBoardingScreenButtonType, OnBoardingScreenDescriptionType, OnBoardingScreenEmailType, OnBoardingScreenErrorsType, OnBoardingScreenOptionType, OnBoardingScreenOptionWithScaleType, OnBoardingScreenOptions, OnBoardingScreenPasswordType, OnBoardingScreenPrivacyType, OnBoardingScreenSkipButtonType, OnBoardingScreenStyleOptions, OnBoardingScreenSubgoalButtonType, OnBoardingScreenTranslationsType, OnBoardingScreensType, OnBoardingSingleImageSelectScreenType, OnBoardingSingleRoundImageSelectScreenType, OnBoardingSingleScaleSelectScreenType, OnBoardingSingleSelectScreenType, _default$o as OnBoardingSingleSelectionScreenPreviewFeature, _default$r as OnBoardingStartScreenPreviewFeature, OnBoardingStartScreenType, OnboardingVariant, OutdatedPersonalDataFeature, PasswordInput, PaymentBadgeType, _default$y as PaymentCalendarFeature, PaymentCalendarFeatureProps, _default$A as PaymentSessionsList, _default$T as Picture, PoweredByStripeFeature, _default$9 as ProfileInformation, _default$12 as ProfileView, _default$c as ProgressBar, ProgressBarDashed, _default$N as ProgressBar_v2, ProgressRangeProps, PushNotificationsIsDisabledBanner, PushNotificationsModal, Range, _default$P as Rating, RatingCircleWrapper, _default$15 as ReSchedule, ReScheduleSuccess, Refresher, ResponseFileType, ReviewCard, _default$x as ReviewCardFeature, ReviewListFeature, ReviewStatistics, ReviewSubscriptionSessionFeature, ReviewSubscriptionSessionFeatureProps, ReviewSwiperSection, ReviewTrialSessionFeature, ReviewTrialSessionFeatureProps, ReviewsCardFeatureSkeleton, ReviewsSummary, RoundButton, RowItemType, RowSelect, RowSelectProps, Rule, SIZES, SOON_SESSION_TIME_SECONDS, Schedule, ScheduleDate, ScheduleSlot, _default$v as ScreenDrumPickerFormFeature, ScreenInput, _default$w as ScreenInputFormFeature, ScreenInputUpdateFeature, SectionHeading, Segment, SegmentColor, SegmentType, SelectItemType, _default$t as SelectWithSearchFormFeature, Session, SessionDetailWidget, SessionPaymentsWidget, SessionPreviewFeature, SessionReview$1 as SessionReview, SessionTime, SessionVariant, SessionsWidget as SessionsListWidget, SessionsWidgetProps, Sex, ShareModalFeature, ShortCurrencySignByLocale, ShortTranscriptionCurrencySignByLocale, _default$G as ShowMore, _default$1a as SignUpSessionButton, _default$17 as SignUpSessionModal, SizeValues, Skeleton, _default$V as Skeleton_v2, _default$F as SlotsGrid, _default$E as SlotsGridItem, SolidInput, Sort, SortDirection, SortKey, SortValue, Specialist, _default$11 as SpecialistAbout, SpecialistAreaList as SpecialistAreaListFeature, SpecialistCard, SpecialistCardListWidget, _default$6 as SpecialistCardWidget, SpecialistCardSkeleton as SpecialistCardWithScheduleSkeleton, _default as SpecialistCardWithScheduleWidget, SpecialistConsultation, SpecialistConsultationPayment, _default$3 as SpecialistDetailWidget, SpecialistDetailWidgetSkeleton, SpecialistDetailWithTabsSkeleton, _default$1 as SpecialistDetailWithTabsWidget, SpecialistEducation, SpecialistEducationsFeature, SpecialistInfoColumnFeature, SpecialistLangs, _default$8 as SpecialistMatch, SpecialistOrderType, SpecialistPaymentCardProps, _default$C as SpecialistPaymentCommonCardFeature, SpecialistPaymentCommonCardSkeleton, SpecialistPaymentConsultationDetailsType, _default$B as SpecialistPaymentConsultationsFeature, SpecialistPaymentConsultationsProps, SpecialistPaymentCurrencyProps, _default$4 as SpecialistPaymentResumeWidget, SpecialistPaymentResumeWidgetType, SpecialistPaymentTabs, _default$5 as SpecialistPaymentWidget, SpecialistPaymentWidgetType, SpecialistPreviewFeature, SpecialistPreviewListWidget, _default$2 as SpecialistPreviewWidget, SpecialistProfileNotFound, SpecialistReview$1 as SpecialistReview, SpecialistScheduleFeature, SpecialistScheduleProvider, SpecialistScheduleProviderRef, ScheduleSkeleton as SpecialistScheduleSkeletonFeature, SpecialistShortInfoItemFeature as SpecialistShortInfoItem, _default$7 as SpecialistStatistic, Spinner, Spinner_v2, StarRating, StatisticsScroll, StripeSupportedCurrency, Subscription, SubscriptionStatuses, SuccessScreen, SuperSpecialist, SupportedCurrency, SupportedLangs, SwitchDeviceCard, TabItem, Tabs$1 as Tabs, TabsFeature, TabsFeatureSkeleton, TabsToolbarFeature, Tag, Tariff, TariffFeature, _default$u as TextAreaFormFeature, _default$h as TextInput, _default$i as TextWithClampFeature, _default$1e as Textarea, _default$Q as Textarea_v2, ThemeProvider, ThemeProviderProps, Toast, ToastButton, ToastContext, ToastProps, ToastProvider, ToastRegion, Toggle, TooltipComponent, TranslationMock, TranslationType, TreeNode, _default$Z as Typography, TypographyVariantsEnum, UpdateContractWidget, UpdatesCard, UserInfoModal, UserType, VariantType, VerticalCalendar, VerticalCalendarMonthSkeleton, VerticalCalendarSkeleton, _default$J as Video, _default$1c as VideoCallInfo, _default$1d as VideoPlayer, VideoProvider, _default$13 as WorkDirections, appThemes, canManageSession, currentUser, decOfNum, formatByDigits, getCountryKeyByName, getDateLocale, getFilterCount, getFiltersQuery, getFiltersValues, getGMTOffset, getMappedFilterValue, getMockSchedule, getMonthNameInGenitive, getProgressForBreakPoint, getSessionTimeLabel, getSessionVariant, getSessionsByDay, getSessionsByMonth, getSessionsByYear, getSignAgreementsTabs, getSortFromKey, getSortKey, getStartSessionDate, getStartSessionTimestamp, globalAuthState, isClientCan, isFilterSet, isNewSpecialist, isSpecialistActive, isSpecialistBlocked, isSpecialistPublic, isSuperSpecialist, listReviews, mergeRefs, mockSession, mockSessions, mockT, newShade, priceNormalize, replaceMarkdownWithReactElements, roundToPrecision, specialist, splitSessions, toast, useAutoFocus, useBreakPointsPosition, useCircleRatingRenderData, useDeepCompareEffect, useDeepUpdateEffect, useDelayMount, useDomRef, useElementWidth, useEvent, useIsKeyBoardShown, useRangeIndex, useRatingCircleBreakPoints, useRatingCircleContentValue, useRatingCircleLegend, useRatingContext, useSpecialistScheduleContext, useStopPropagationEvent, useToastContext, useUpdateEffect, useVideoContext, withSpecialistScheduleContext };
4431
+ export { AcceptAgreementFeature, Action, _default$Y as AlertCard, AllowFilterValueType, AppFooter, _default$X as AppFooter_v2, AppHeader, AppHeaderPage as AppHeaderPageFeature, AppHeader_v2, AppNotSupportedFeature, AutoComplete, Avatar, AvatarProps$1 as AvatarProps, _default$W as Avatar_v2, AvatarProps as Avatar_v2Props, BREAKPOINT_ICON_SIZE, _default$S as Badge, _default$$ as BookingScheduleTime, _default$_ as BookingSpecialistInfo, BreakPointPositionProps, BreakPointPositionResult, Button, Button_v2, CAN_MANAGE_SESSION_TIME_HOURS, COUNTRIES_MAPPER, Calendar, _default$z as CalendarPickerFeature, CancelSession, CardModal, ChangeLanguageModal, _default$1i as ChatListItem, _default$1g as ChatListSkeleton, _default$1h as ChatMessage, ChatMessageSkeleton, CheckBoxItem, CheckBoxListFeature, CheckBoxSectionListFeature, _default$d as CheckboxList, CheckboxListCategory, CheckboxListItem, CheckboxTypes, ChevronHeader, CircleRatingComponentProps, CircleRatingContent, CircleRatingContext, CircleRatingContextData, CircleRatingContextProps, CircleRatingDataProps, CircleRatingDataResult, CircleRatingLegendProps, CircleRatingProvider, CircleRatingRange, CircleRatingSize, ClientCanAction, ClientCanParams, ClientSpecialistContractStatusEnum, CollapsableText, ConditionRulesType, Consultation, _default$1b as ConsultationCard, ConsultationCardProps, ConsultationCardType, _default$18 as ConsultationModal, _default$D as ConsultationPricingFeature, _default$16 as ConsultationSpecialistCard, ConsultationsListSkeleton, Container, Container_v2, ContentRendererProps, ContractDataFeature, ContractStatusEnum, ContentTree as ContractTreeFeature, CountdownTimerFeature, Counter, CounterProps, CountryOfOriginModal, CurrencyLocaleMapper, CurrencySignByLocale, CustomButton, _default$e as CustomCheckbox, CustomRadioButton, _default$f as CustomSelect, _default$g as CustomTextarea, DatePicker, _default$14 as DaySlider, Divider, DividerProps, DropdownFeature, DrumListPicker, DynamicCommissionValue, _default$10 as EducationCard, _default$1f as EmptyChatList, EmptyChatMessages, EmptyChatModalFeature, _default$19 as EmptyConsultations, EmptyList, EmptySpecialistListFeature, ErrorCardFeature, FilterFeatureProps, FilterItem, FilterItemBoolean, FilterItemChips, FilterItemRange, FilterItemSelect, FilterOption, FilterOptionValue, FilterValue, FiltersWidget, FiltersWidgetProps, FirstChatMessageModalFeature, _default$a as Flag, FlagTypes, _default$U as Flag_v2, FrequentlyAskedQuestions, GoogleCalendarModalFeature, HeaderWithRedirect, ISpecialistReview, IconAddModerator, IconAlignHorizontalTextCenter, IconAlignHorizontalTextLeft, IconAlignHorizontalTextRight, IconAmEx, IconAppStoreRating, IconApple, IconApplePay, IconArrowDown, IconArrowLeft, IconArrowRange, IconArrowRight, IconArrowTopRight, IconAttachMoney, IconBeachAccess, IconBookmark, IconBookmarkOutlined, _default$O as IconButton, IconCalendar, IconCalendarFilled, IconCalendarMonth, IconCalendarNew, IconCalendarWithDot, IconCancel, IconCancelBold, IconCancelRounded, IconCapFilled, IconChart, IconChat, IconChat3d, IconChat3dSmaller, IconChatFilled, IconChatOutline, IconCheck, IconCheckCircle, IconCheckSmall, IconCheckboxChecked, IconCheckboxCheckedBold, IconCheckboxThinUnchecked, IconCheckboxUnchecked, IconClient, IconClientFilled, IconClose, IconCompare, IconContract, IconCopy, IconCreditCard, IconDelete, IconDivider, IconDocument, IconDot, IconDoubleArrow, IconEcgHeart, IconEdit, IconEditCalendar, IconEmptyList, IconEventBusy, IconExperience, IconEye, IconEyeOff, IconFilters, IconGallery, IconGift, IconGiftNew, IconGlobe, IconGoogle, IconGooglePay, IconHeart, IconHome, IconIdCard, IconInfo, IconInvisible, IconInvoice, IconLanguage, IconLeaderboard, IconLeftArrow, IconLetter, IconLink, IconLock, IconLogout, IconMaestro, IconManageAccounts, IconMastercard, IconMatching, IconMindly, IconMindlyColored, IconMindlyMini, IconMinus, IconMooving, IconMoreVertical, IconMute, IconNotificationMuted, IconPaid, IconPaper, IconPaperPencil, IconPause, IconPaywall, IconPersonAlert, IconPlay, IconPlus, IconPoweredByStripe, IconProfile, IconProfileChecked, IconProfileCircle, IconProfileSetting, IconProfileUnderReview, IconPromocode, IconProps$H as IconProps, IconQueryStats, IconQuestion, IconRadioButtonChecked, IconRadioPartial, IconReceipt, IconReceiptLong, IconRenew, IconResume, IconReviewSessionSubscription, IconReviewSessionTrial, IconSchedule, IconSchema, IconSearch, IconSecure, IconSend, IconSettings, IconShare, IconSort, IconSpecialistsEnded, IconSpinner, IconStar, IconStarFilled, IconStudyHat, IconStylus, IconSuccess, IconSwitch, IconText, IconTime, IconTimeAdd, IconUnmute, IconUser, IconUserNotFound, IconVerifiedUser, IconVisa, IconVisible, IconWarning, ImageInput, ImageWithFallback, Input, InputSearch, _default$K as Item, _default$R as ItemCard, LabelArrowRedirect, _default$1k as LetterAvatar, _default$b as LineFileInput, ListBox, ListBoxItem, ListBoxItemProps, ListBoxProps, ListBoxSelectionType, ListItemType, _default$H as ListItemWithColumns, _default$L as ListItems, ListOption, ListOptionsProps, ListSelect, ListSelectProps, ListSimple, _default$M as Loading, LocaleCurrencyMapper, MapStatusContractToUIStatus, _default$s as MarkdownContainerFeature, _default$I as MatchProgress, _default$1j as MediaPlayer, MenuFeature, MindlyReview, MindlyReviewFeature, ModalSheet, NEAR_SESSION_TIME_SECONDS, NewSpecialist, NoInternetConnection, NotSupportModal, ONBOARDING_THEME_DEFAULT_COLORS, OnBoardingBaseScreenType, OnBoardingChartScreenPreviewFeature, OnBoardingChartScreenType, OnBoardingCompareScreenPreviewFeature, OnBoardingCompareScreenType, _default$k as OnBoardingConfirmScreenPreviewFeature, OnBoardingConfirmScreenType, _default$l as OnBoardingEmailScreenPreviewFeature, OnBoardingEmailScreenType, OnBoardingFlowType, OnBoardingGoalSelectScreenType, _default$j as OnBoardingGoalSelectionScreenPreviewFeature, OnBoardingGraphScreenPreviewFeature, OnBoardingGraphScreenType, _default$q as OnBoardingInfoScreenPreviewFeature, OnBoardingInfoScreenType, OnBoardingLoaderScreenPreviewFeature, OnBoardingLoaderScreenType, OnBoardingMultiSelectScreenType, _default$p as OnBoardingMultiSelectionScreenPreviewFeature, OnBoardingPaywallScreenPreviewFeature, OnBoardingPaywallScreenType, _default$n as OnBoardingProgressFeature, OnBoardingProgressSettingsScreenType, _default$m as OnBoardingReviewsScreenPreviewFeature, OnBoardingReviewsScreenType, OnBoardingScreenAlertType, OnBoardingScreenButtonType, OnBoardingScreenDescriptionType, OnBoardingScreenEmailType, OnBoardingScreenErrorsType, OnBoardingScreenOptionType, OnBoardingScreenOptionWithScaleType, OnBoardingScreenOptions, OnBoardingScreenPasswordType, OnBoardingScreenPrivacyType, OnBoardingScreenProgressType, OnBoardingScreenSkipButtonType, OnBoardingScreenStyleOptions, OnBoardingScreenSubgoalButtonType, OnBoardingScreenTranslationsType, OnBoardingScreensType, OnBoardingSingleImageSelectScreenType, OnBoardingSingleRoundImageSelectScreenType, OnBoardingSingleScaleSelectScreenType, OnBoardingSingleSelectScreenType, _default$o as OnBoardingSingleSelectionScreenPreviewFeature, _default$r as OnBoardingStartScreenPreviewFeature, OnBoardingStartScreenType, OnboardingProgressTemplate, OnboardingVariant, OutdatedPersonalDataFeature, PasswordInput, PaymentBadgeType, _default$y as PaymentCalendarFeature, PaymentCalendarFeatureProps, _default$A as PaymentSessionsList, _default$T as Picture, PoweredByStripeFeature, _default$9 as ProfileInformation, _default$12 as ProfileView, _default$c as ProgressBar, ProgressBarDashed, _default$N as ProgressBar_v2, ProgressRangeProps, PushNotificationsIsDisabledBanner, PushNotificationsModal, Range, _default$P as Rating, RatingCircleWrapper, _default$15 as ReSchedule, ReScheduleSuccess, Refresher, ResponseFileType, ReviewCard, _default$x as ReviewCardFeature, ReviewListFeature, ReviewStatistics, ReviewSubscriptionSessionFeature, ReviewSubscriptionSessionFeatureProps, ReviewSwiperSection, ReviewTrialSessionFeature, ReviewTrialSessionFeatureProps, ReviewsCardFeatureSkeleton, ReviewsSummary, RoundButton, RowItemType, RowSelect, RowSelectProps, Rule, SIZES, SOON_SESSION_TIME_SECONDS, Schedule, ScheduleDate, ScheduleSlot, _default$v as ScreenDrumPickerFormFeature, ScreenInput, _default$w as ScreenInputFormFeature, ScreenInputUpdateFeature, SectionHeading, Segment, SegmentColor, SegmentType, SelectItemType, _default$t as SelectWithSearchFormFeature, Session, SessionDetailWidget, SessionPaymentsWidget, SessionPreviewFeature, SessionReview$1 as SessionReview, SessionTime, SessionVariant, SessionsWidget as SessionsListWidget, SessionsWidgetProps, Sex, ShareModalFeature, ShortCurrencySignByLocale, ShortTranscriptionCurrencySignByLocale, _default$G as ShowMore, _default$1a as SignUpSessionButton, _default$17 as SignUpSessionModal, SizeValues, Skeleton, _default$V as Skeleton_v2, _default$F as SlotsGrid, _default$E as SlotsGridItem, SolidInput, Sort, SortDirection, SortKey, SortValue, Specialist, _default$11 as SpecialistAbout, SpecialistAreaList as SpecialistAreaListFeature, SpecialistCard, SpecialistCardListWidget, _default$6 as SpecialistCardWidget, SpecialistCardSkeleton as SpecialistCardWithScheduleSkeleton, _default as SpecialistCardWithScheduleWidget, SpecialistConsultation, SpecialistConsultationPayment, _default$3 as SpecialistDetailWidget, SpecialistDetailWidgetSkeleton, SpecialistDetailWithTabsSkeleton, _default$1 as SpecialistDetailWithTabsWidget, SpecialistEducation, SpecialistEducationsFeature, SpecialistInfoColumnFeature, SpecialistLangs, _default$8 as SpecialistMatch, SpecialistOrderType, SpecialistPaymentCardProps, _default$C as SpecialistPaymentCommonCardFeature, SpecialistPaymentCommonCardSkeleton, SpecialistPaymentConsultationDetailsType, _default$B as SpecialistPaymentConsultationsFeature, SpecialistPaymentConsultationsProps, SpecialistPaymentCurrencyProps, _default$4 as SpecialistPaymentResumeWidget, SpecialistPaymentResumeWidgetType, SpecialistPaymentTabs, _default$5 as SpecialistPaymentWidget, SpecialistPaymentWidgetType, SpecialistPreviewFeature, SpecialistPreviewListWidget, _default$2 as SpecialistPreviewWidget, SpecialistProfileNotFound, SpecialistReview$1 as SpecialistReview, SpecialistScheduleFeature, SpecialistScheduleProvider, SpecialistScheduleProviderRef, ScheduleSkeleton as SpecialistScheduleSkeletonFeature, SpecialistShortInfoItemFeature as SpecialistShortInfoItem, _default$7 as SpecialistStatistic, Spinner, Spinner_v2, StarRating, StatisticsScroll, StripeSupportedCurrency, Subscription, SubscriptionStatuses, SuccessScreen, SuperSpecialist, SupportedCurrency, SupportedLangs, SwitchDeviceCard, TabItem, Tabs$1 as Tabs, TabsFeature, TabsFeatureSkeleton, TabsToolbarFeature, Tag, Tariff, TariffFeature, _default$u as TextAreaFormFeature, _default$h as TextInput, _default$i as TextWithClampFeature, _default$1e as Textarea, _default$Q as Textarea_v2, ThemeProvider, ThemeProviderProps, Toast, ToastButton, ToastContext, ToastProps, ToastProvider, ToastRegion, Toggle, TooltipComponent, TranslationMock, TranslationType, TreeNode, _default$Z as Typography, TypographyVariantsEnum, UpdateContractWidget, UpdatesCard, UserInfoModal, UserType, VariantType, VerticalCalendar, VerticalCalendarMonthSkeleton, VerticalCalendarSkeleton, _default$J as Video, _default$1c as VideoCallInfo, _default$1d as VideoPlayer, VideoProvider, _default$13 as WorkDirections, appThemes, canManageSession, currentUser, decOfNum, formatByDigits, getCountryKeyByName, getDateLocale, getFilterCount, getFiltersQuery, getFiltersValues, getGMTOffset, getMappedFilterValue, getMockSchedule, getMonthNameInGenitive, getProgressForBreakPoint, getSessionTimeLabel, getSessionVariant, getSessionsByDay, getSessionsByMonth, getSessionsByYear, getSignAgreementsTabs, getSortFromKey, getSortKey, getStartSessionDate, getStartSessionTimestamp, isClientCan, isFilterSet, isNewSpecialist, isSpecialistActive, isSpecialistBlocked, isSpecialistPublic, isSuperSpecialist, listReviews, mergeRefs, mockSession, mockSessions, mockT, newShade, priceNormalize, replaceMarkdownWithReactElements, roundToPrecision, specialist, splitSessions, toast, useAutoFocus, useBreakPointsPosition, useCircleRatingRenderData, useDeepCompareEffect, useDeepUpdateEffect, useDelayMount, useDomRef, useElementWidth, useEvent, useIsKeyBoardShown, useRangeIndex, useRatingCircleBreakPoints, useRatingCircleContentValue, useRatingCircleLegend, useRatingContext, useSpecialistScheduleContext, useStopPropagationEvent, useToastContext, useUpdateEffect, useVideoContext, withSpecialistScheduleContext };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "6.5.0-dev.6",
3
+ "version": "6.5.0",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "clean": "rimraf dist",
@@ -16,7 +16,6 @@
16
16
  },
17
17
  "dependencies": {
18
18
  "@babel/polyfill": "7.12.1",
19
- "@capacitor-firebase/authentication": "^7.3.0",
20
19
  "@capacitor/clipboard": "7.0.1",
21
20
  "@capacitor/haptics": "7.0.1",
22
21
  "@capacitor/keyboard": "7.0.1",
@@ -29,7 +28,6 @@
29
28
  "@react-stately/toast": "3.0.0-beta.1",
30
29
  "classnames": "2.3.2",
31
30
  "date-fns": "2.30.0",
32
- "firebase": "^11.10.0",
33
31
  "html-react-parser": "3.0.16",
34
32
  "i18next": "^23.16.8",
35
33
  "luxon": "2.5.2",