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