@mindly/ui-components 6.6.1-dev.1 → 6.6.2
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/index.js +8 -8
- package/dist/cjs/lib2/features/Charts/ChartAreaFeature/ChartAreaFeature.d.ts +2 -1
- package/dist/cjs/lib2/features/Charts/ChartLinesFeature/ChartLinesFeature.d.ts +0 -2
- package/dist/cjs/lib2/features/Charts/components/DotLabel.d.ts +2 -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 +2 -3
- package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingGraphScreenPreviewFeature/OnBoardingGraphScreenPreviewFeature.d.ts +5 -3
- 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 +2 -0
- package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingLoaderScreenPreviewFeature/components/ListTemplateLoaderModal.d.ts +2 -2
- package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingMultiSelectionScreenPreviewFeature/OnBoardingMultiSelectionScreenPreviewFeature.d.ts +2 -3
- package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/OnBoardingPaywallScreenPreviewFeature.d.ts +2 -2
- package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/styles.d.ts +21 -0
- package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingProgressFeature/CounterProgress.d.ts +2 -3
- package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingProgressFeature/DefaultProgress.d.ts +2 -3
- package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingProgressFeature/OnBoardingProgressFeature.d.ts +2 -3
- package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingSingleSelectionScreenPreviewFeature/OnBoardingSingleSelectionScreenPreviewFeature.d.ts +2 -3
- package/dist/cjs/lib2/features/ScheduleFeature/ScheduleFeature.d.ts +4 -0
- package/dist/cjs/lib2/features/ScheduleFeature/ScheduleSkeletonFeature.d.ts +4 -0
- package/dist/cjs/lib2/features/ScheduleFeature/index.d.ts +1 -0
- package/dist/cjs/lib2/features/ScheduleFeature/types.d.ts +11 -0
- package/dist/cjs/lib2/features/TariffFeature/styles.d.ts +21 -0
- package/dist/cjs/lib2/features/TariffFeature/types.d.ts +2 -0
- package/dist/cjs/lib2/shared/types/common.d.ts +4 -0
- package/dist/cjs/lib2/shared/types/onBoardingFlow.type.d.ts +8 -1
- package/dist/cjs/lib2/shared/types/specialistTypes.d.ts +1 -0
- package/dist/cjs/lib2/shared/types/variant.d.ts +2 -1
- 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 +3 -2
- package/dist/cjs/lib2/shared/ui/ListBox/ListBox.d.ts +1 -1
- package/dist/cjs/lib2/shared/ui/ListBox/types.d.ts +3 -2
- package/dist/cjs/lib2/shared/ui/ListBoxItem/ListBoxDefaultItem.d.ts +3 -2
- package/dist/cjs/lib2/shared/ui/ListBoxItem/ListBoxEmojiItem.d.ts +3 -1
- package/dist/cjs/lib2/shared/ui/ListBoxItem/ListBoxIconItem.d.ts +3 -2
- package/dist/cjs/lib2/shared/ui/ListBoxItem/ListBoxImageItem.d.ts +3 -2
- 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 +3 -1
- package/dist/cjs/lib2/shared/ui/Video/styles.d.ts +28 -0
- package/dist/cjs/lib2/shared/utils/onboarding.d.ts +2 -2
- package/dist/cjs/lib2/widgets/SpecialistDetailWidget/SpecialistDetailWidgetSkeleton.d.ts +1 -0
- package/dist/cjs/lib2/widgets/SpecialistDetailWidget/types.d.ts +5 -0
- package/dist/cjs/lib2/widgets/SpecialistDetailWithTabsWidget/SpecialistDetailWithTabsSkeleton.d.ts +1 -0
- package/dist/cjs/lib2/widgets/SpecialistDetailWithTabsWidget/types.d.ts +5 -0
- package/dist/esm/index.js +7 -7
- package/dist/esm/lib2/features/Charts/ChartAreaFeature/ChartAreaFeature.d.ts +2 -1
- package/dist/esm/lib2/features/Charts/ChartLinesFeature/ChartLinesFeature.d.ts +0 -2
- package/dist/esm/lib2/features/Charts/components/DotLabel.d.ts +2 -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 +2 -3
- package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingGraphScreenPreviewFeature/OnBoardingGraphScreenPreviewFeature.d.ts +5 -3
- 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 +2 -0
- package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingLoaderScreenPreviewFeature/components/ListTemplateLoaderModal.d.ts +2 -2
- package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingMultiSelectionScreenPreviewFeature/OnBoardingMultiSelectionScreenPreviewFeature.d.ts +2 -3
- package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/OnBoardingPaywallScreenPreviewFeature.d.ts +2 -2
- package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/styles.d.ts +21 -0
- package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingProgressFeature/CounterProgress.d.ts +2 -3
- package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingProgressFeature/DefaultProgress.d.ts +2 -3
- package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingProgressFeature/OnBoardingProgressFeature.d.ts +2 -3
- package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingSingleSelectionScreenPreviewFeature/OnBoardingSingleSelectionScreenPreviewFeature.d.ts +2 -3
- package/dist/esm/lib2/features/ScheduleFeature/ScheduleFeature.d.ts +4 -0
- package/dist/esm/lib2/features/ScheduleFeature/ScheduleSkeletonFeature.d.ts +4 -0
- package/dist/esm/lib2/features/ScheduleFeature/index.d.ts +1 -0
- package/dist/esm/lib2/features/ScheduleFeature/types.d.ts +11 -0
- package/dist/esm/lib2/features/TariffFeature/styles.d.ts +21 -0
- package/dist/esm/lib2/features/TariffFeature/types.d.ts +2 -0
- package/dist/esm/lib2/shared/types/common.d.ts +4 -0
- package/dist/esm/lib2/shared/types/onBoardingFlow.type.d.ts +8 -1
- package/dist/esm/lib2/shared/types/specialistTypes.d.ts +1 -0
- package/dist/esm/lib2/shared/types/variant.d.ts +2 -1
- 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 +3 -2
- package/dist/esm/lib2/shared/ui/ListBox/ListBox.d.ts +1 -1
- package/dist/esm/lib2/shared/ui/ListBox/types.d.ts +3 -2
- package/dist/esm/lib2/shared/ui/ListBoxItem/ListBoxDefaultItem.d.ts +3 -2
- package/dist/esm/lib2/shared/ui/ListBoxItem/ListBoxEmojiItem.d.ts +3 -1
- package/dist/esm/lib2/shared/ui/ListBoxItem/ListBoxIconItem.d.ts +3 -2
- package/dist/esm/lib2/shared/ui/ListBoxItem/ListBoxImageItem.d.ts +3 -2
- 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 +3 -1
- package/dist/esm/lib2/shared/ui/Video/styles.d.ts +28 -0
- package/dist/esm/lib2/shared/utils/onboarding.d.ts +2 -2
- package/dist/esm/lib2/widgets/SpecialistDetailWidget/SpecialistDetailWidgetSkeleton.d.ts +1 -0
- package/dist/esm/lib2/widgets/SpecialistDetailWidget/types.d.ts +5 -0
- package/dist/esm/lib2/widgets/SpecialistDetailWithTabsWidget/SpecialistDetailWithTabsSkeleton.d.ts +1 -0
- package/dist/esm/lib2/widgets/SpecialistDetailWithTabsWidget/types.d.ts +5 -0
- package/dist/index.d.ts +135 -108
- package/package.json +1 -1
- package/src/lib2/shared/css/variables.css +2 -0
- package/dist/cjs/b7649e1531c181af.svg +0 -69
- package/dist/cjs/deprecated/SpecialistEducationCard/EmptyInstitutionLogo.d.ts +0 -3
- package/dist/cjs/deprecated/SpecialistEducationCard/SpecialistEducationCard.d.ts +0 -12
- package/dist/cjs/deprecated/SpecialistEducationCard/SpecialistEducationCard.style.d.ts +0 -6
- package/dist/cjs/deprecated/SpecialistEducationCard/index.d.ts +0 -1
- package/dist/cjs/deprecated/SpecialistProfileViewCard/PlayVideoIcon/PlayVideoIcon.d.ts +0 -3
- package/dist/cjs/deprecated/SpecialistProfileViewCard/SpecialistProfileViewCard.d.ts +0 -14
- package/dist/cjs/deprecated/SpecialistProfileViewCard/SpecialistProfileViewCard.style.d.ts +0 -11
- package/dist/cjs/deprecated/SpecialistProfileViewCard/index.d.ts +0 -1
- package/dist/cjs/deprecated/SpecialistStatisticsCard/SpecialistStatisticsCard.d.ts +0 -11
- package/dist/cjs/deprecated/SpecialistStatisticsCard/SpecialistStatisticsCard.style.d.ts +0 -5
- package/dist/cjs/deprecated/SpecialistStatisticsCard/index.d.ts +0 -1
- package/dist/cjs/deprecated/SpecialistStatisticsCard/utils.d.ts +0 -1
- package/dist/cjs/deprecated/SpecialistWorkDirections/SpecialistWorkDirections.d.ts +0 -11
- package/dist/cjs/deprecated/SpecialistWorkDirections/SpecialistWorkDirections.style.d.ts +0 -2
- package/dist/cjs/deprecated/SpecialistWorkDirections/index.d.ts +0 -1
- package/dist/cjs/deprecated/therapist-card/TherapistCard.d.ts +0 -16
- package/dist/cjs/deprecated/therapist-card/TherapistCard.style.d.ts +0 -5
- package/dist/cjs/lib/ChangeLangModal/ChangeLangModal.d.ts +0 -15
- package/dist/cjs/lib/ChangeLangModal/ChangeLangModal.style.d.ts +0 -4
- package/dist/cjs/lib/ChangeLangModal/index.d.ts +0 -2
- package/dist/cjs/lib/Chat/LouseConnect/LouseConnect.d.ts +0 -6
- package/dist/cjs/lib/Chat/LouseConnect/LouseConnect.style.d.ts +0 -3
- package/dist/cjs/lib/Chat/LouseConnect/index.d.ts +0 -1
- package/dist/cjs/lib/EntryNotFound/EntryNotFound.d.ts +0 -5
- package/dist/cjs/lib/EntryNotFound/EntryNotFound.style.d.ts +0 -2
- package/dist/cjs/lib/EntryNotFound/index.d.ts +0 -1
- package/dist/cjs/lib/HorisontalCalendar/HorizontalCalendar.d.ts +0 -40
- package/dist/cjs/lib/HorisontalCalendar/HorizontalCalendar.styled.d.ts +0 -2
- package/dist/cjs/lib/HorisontalCalendar/index.d.ts +0 -1
- package/dist/cjs/lib/Modal/Modal.d.ts +0 -8
- package/dist/cjs/lib/Modal/Modal.style.d.ts +0 -6
- package/dist/cjs/lib/Modal/index.d.ts +0 -1
- package/dist/cjs/lib/ModalCalendar/ModalCalendar.d.ts +0 -10
- package/dist/cjs/lib/ModalCalendar/ModalCalendar.styled.d.ts +0 -12
- package/dist/cjs/lib/PersonDateTimeCard/PersonDateTimeCard.d.ts +0 -8
- package/dist/cjs/lib/PersonDateTimeCard/PersonDateTimeCard.styled.d.ts +0 -2
- package/dist/cjs/lib/SelectImpressionEmoji/ImpressionEmojiEnum.d.ts +0 -8
- package/dist/cjs/lib/SelectImpressionEmoji/SelectImpressionEmoji.d.ts +0 -4
- package/dist/cjs/lib/SelectImpressionEmoji/SelectImpressionEmoji.styled.d.ts +0 -2
- package/dist/cjs/lib/SelectImpressionEmoji/SelectImpressionEmojiProps.d.ts +0 -6
- package/dist/cjs/lib/SelectImpressionEmoji/emojis.d.ts +0 -5
- package/dist/cjs/lib/SelectImpressionEmoji/index.d.ts +0 -4
- package/dist/cjs/lib/StatusTag/StatusTag.d.ts +0 -7
- package/dist/cjs/lib/StatusTag/StatusTag.style.d.ts +0 -6
- package/dist/cjs/lib/StatusTag/index.d.ts +0 -1
- package/dist/cjs/lib/UsersPsychologistScrollList/UserPsychologistScrollList.styled.d.ts +0 -6
- package/dist/cjs/lib/UsersPsychologistScrollList/UsersPsychologistScrollList.d.ts +0 -10
- package/dist/cjs/lib/archived-consultation-card/ArchivedConsultationCard.d.ts +0 -14
- package/dist/cjs/lib/archived-consultation-card/ArchivedConsultationCard.style.d.ts +0 -4
- package/dist/cjs/lib/content-card/ContentCard.d.ts +0 -15
- package/dist/cjs/lib/content-card/ContentCard.style.d.ts +0 -11
- package/dist/cjs/lib/floating-button/FloatingButton.d.ts +0 -8
- package/dist/cjs/lib/floating-button/FloatingButton.style.d.ts +0 -6
- package/dist/cjs/lib/footer-for-booking/FooterForBooking.d.ts +0 -9
- package/dist/cjs/lib/footer-for-booking/FooterForBooking.style.d.ts +0 -6
- package/dist/cjs/lib/footer-for-booking/index.d.ts +0 -1
- package/dist/cjs/lib/list-button/ListButton.d.ts +0 -9
- package/dist/cjs/lib/list-button/ListButton.style.d.ts +0 -2
- package/dist/cjs/lib/navigation-bar/NavigationBar.d.ts +0 -8
- package/dist/cjs/lib/navigation-bar/NavigationBar.style.d.ts +0 -8
- package/dist/cjs/lib/notes-card-text/NotesCardText.d.ts +0 -6
- package/dist/cjs/lib/notes-card-text/NotesCardText.style.d.ts +0 -1
- package/dist/cjs/lib/notes-card-text/index.d.ts +0 -1
- package/dist/cjs/lib/notes-editor/NotesEditor.d.ts +0 -5
- package/dist/cjs/lib/notes-editor/NotesEditor.styled.d.ts +0 -2
- package/dist/cjs/lib/scroll-tabs/ScrollTabs.d.ts +0 -7
- package/dist/cjs/lib/scroll-tabs/ScrollTabs.style.d.ts +0 -3
- package/dist/cjs/lib/tab-bar/TabBar.d.ts +0 -6
- package/dist/cjs/lib/tab-bar/TabBar.style.d.ts +0 -5
- package/dist/cjs/lib/therapist-information-component/TherapistInformationComponent.d.ts +0 -10
- package/dist/cjs/lib/therapist-information-component/TherapistInformationComponent.style.d.ts +0 -2
- package/dist/cjs/lib/your-local-time-block/YourLocalTimeBlock.d.ts +0 -6
- package/dist/cjs/lib/your-local-time-block/YourLocalTimeBlock.styled.d.ts +0 -2
- package/dist/esm/b7649e1531c181af.svg +0 -69
- package/dist/esm/deprecated/SpecialistEducationCard/EmptyInstitutionLogo.d.ts +0 -3
- package/dist/esm/deprecated/SpecialistEducationCard/SpecialistEducationCard.d.ts +0 -12
- package/dist/esm/deprecated/SpecialistEducationCard/SpecialistEducationCard.style.d.ts +0 -6
- package/dist/esm/deprecated/SpecialistEducationCard/index.d.ts +0 -1
- package/dist/esm/deprecated/SpecialistProfileViewCard/PlayVideoIcon/PlayVideoIcon.d.ts +0 -3
- package/dist/esm/deprecated/SpecialistProfileViewCard/SpecialistProfileViewCard.d.ts +0 -14
- package/dist/esm/deprecated/SpecialistProfileViewCard/SpecialistProfileViewCard.style.d.ts +0 -11
- package/dist/esm/deprecated/SpecialistProfileViewCard/index.d.ts +0 -1
- package/dist/esm/deprecated/SpecialistStatisticsCard/SpecialistStatisticsCard.d.ts +0 -11
- package/dist/esm/deprecated/SpecialistStatisticsCard/SpecialistStatisticsCard.style.d.ts +0 -5
- package/dist/esm/deprecated/SpecialistStatisticsCard/index.d.ts +0 -1
- package/dist/esm/deprecated/SpecialistStatisticsCard/utils.d.ts +0 -1
- package/dist/esm/deprecated/SpecialistWorkDirections/SpecialistWorkDirections.d.ts +0 -11
- package/dist/esm/deprecated/SpecialistWorkDirections/SpecialistWorkDirections.style.d.ts +0 -2
- package/dist/esm/deprecated/SpecialistWorkDirections/index.d.ts +0 -1
- package/dist/esm/deprecated/therapist-card/TherapistCard.d.ts +0 -16
- package/dist/esm/deprecated/therapist-card/TherapistCard.style.d.ts +0 -5
- package/dist/esm/lib/ChangeLangModal/ChangeLangModal.d.ts +0 -15
- package/dist/esm/lib/ChangeLangModal/ChangeLangModal.style.d.ts +0 -4
- package/dist/esm/lib/ChangeLangModal/index.d.ts +0 -2
- package/dist/esm/lib/Chat/LouseConnect/LouseConnect.d.ts +0 -6
- package/dist/esm/lib/Chat/LouseConnect/LouseConnect.style.d.ts +0 -3
- package/dist/esm/lib/Chat/LouseConnect/index.d.ts +0 -1
- package/dist/esm/lib/EntryNotFound/EntryNotFound.d.ts +0 -5
- package/dist/esm/lib/EntryNotFound/EntryNotFound.style.d.ts +0 -2
- package/dist/esm/lib/EntryNotFound/index.d.ts +0 -1
- package/dist/esm/lib/HorisontalCalendar/HorizontalCalendar.d.ts +0 -40
- package/dist/esm/lib/HorisontalCalendar/HorizontalCalendar.styled.d.ts +0 -2
- package/dist/esm/lib/HorisontalCalendar/index.d.ts +0 -1
- package/dist/esm/lib/Modal/Modal.d.ts +0 -8
- package/dist/esm/lib/Modal/Modal.style.d.ts +0 -6
- package/dist/esm/lib/Modal/index.d.ts +0 -1
- package/dist/esm/lib/ModalCalendar/ModalCalendar.d.ts +0 -10
- package/dist/esm/lib/ModalCalendar/ModalCalendar.styled.d.ts +0 -12
- package/dist/esm/lib/PersonDateTimeCard/PersonDateTimeCard.d.ts +0 -8
- package/dist/esm/lib/PersonDateTimeCard/PersonDateTimeCard.styled.d.ts +0 -2
- package/dist/esm/lib/SelectImpressionEmoji/ImpressionEmojiEnum.d.ts +0 -8
- package/dist/esm/lib/SelectImpressionEmoji/SelectImpressionEmoji.d.ts +0 -4
- package/dist/esm/lib/SelectImpressionEmoji/SelectImpressionEmoji.styled.d.ts +0 -2
- package/dist/esm/lib/SelectImpressionEmoji/SelectImpressionEmojiProps.d.ts +0 -6
- package/dist/esm/lib/SelectImpressionEmoji/emojis.d.ts +0 -5
- package/dist/esm/lib/SelectImpressionEmoji/index.d.ts +0 -4
- package/dist/esm/lib/StatusTag/StatusTag.d.ts +0 -7
- package/dist/esm/lib/StatusTag/StatusTag.style.d.ts +0 -6
- package/dist/esm/lib/StatusTag/index.d.ts +0 -1
- package/dist/esm/lib/UsersPsychologistScrollList/UserPsychologistScrollList.styled.d.ts +0 -6
- package/dist/esm/lib/UsersPsychologistScrollList/UsersPsychologistScrollList.d.ts +0 -10
- package/dist/esm/lib/archived-consultation-card/ArchivedConsultationCard.d.ts +0 -14
- package/dist/esm/lib/archived-consultation-card/ArchivedConsultationCard.style.d.ts +0 -4
- package/dist/esm/lib/content-card/ContentCard.d.ts +0 -15
- package/dist/esm/lib/content-card/ContentCard.style.d.ts +0 -11
- package/dist/esm/lib/floating-button/FloatingButton.d.ts +0 -8
- package/dist/esm/lib/floating-button/FloatingButton.style.d.ts +0 -6
- package/dist/esm/lib/footer-for-booking/FooterForBooking.d.ts +0 -9
- package/dist/esm/lib/footer-for-booking/FooterForBooking.style.d.ts +0 -6
- package/dist/esm/lib/footer-for-booking/index.d.ts +0 -1
- package/dist/esm/lib/list-button/ListButton.d.ts +0 -9
- package/dist/esm/lib/list-button/ListButton.style.d.ts +0 -2
- package/dist/esm/lib/navigation-bar/NavigationBar.d.ts +0 -8
- package/dist/esm/lib/navigation-bar/NavigationBar.style.d.ts +0 -8
- package/dist/esm/lib/notes-card-text/NotesCardText.d.ts +0 -6
- package/dist/esm/lib/notes-card-text/NotesCardText.style.d.ts +0 -1
- package/dist/esm/lib/notes-card-text/index.d.ts +0 -1
- package/dist/esm/lib/notes-editor/NotesEditor.d.ts +0 -5
- package/dist/esm/lib/notes-editor/NotesEditor.styled.d.ts +0 -2
- package/dist/esm/lib/scroll-tabs/ScrollTabs.d.ts +0 -7
- package/dist/esm/lib/scroll-tabs/ScrollTabs.style.d.ts +0 -3
- package/dist/esm/lib/tab-bar/TabBar.d.ts +0 -6
- package/dist/esm/lib/tab-bar/TabBar.style.d.ts +0 -5
- package/dist/esm/lib/therapist-information-component/TherapistInformationComponent.d.ts +0 -10
- package/dist/esm/lib/therapist-information-component/TherapistInformationComponent.style.d.ts +0 -2
- package/dist/esm/lib/your-local-time-block/YourLocalTimeBlock.d.ts +0 -6
- package/dist/esm/lib/your-local-time-block/YourLocalTimeBlock.styled.d.ts +0 -2
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ListState, Node } from 'react-stately';
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
import { ListBoxSelectionType, VariantType } from '../ListBox';
|
|
4
|
-
import { IconProps, ResponseFileType } from '../../types';
|
|
4
|
+
import { IconProps, OnBoardingThemeV2Type, ResponseFileType } from '../../types';
|
|
5
5
|
export type ListOptionsProps = {
|
|
6
6
|
item: Node<unknown>;
|
|
7
7
|
state: ListState<unknown>;
|
|
@@ -13,6 +13,7 @@ export type ListOptionsProps = {
|
|
|
13
13
|
selectionPosition?: 'start' | 'end';
|
|
14
14
|
enableSelection?: boolean;
|
|
15
15
|
variant?: VariantType;
|
|
16
|
+
onboardingTheme?: OnBoardingThemeV2Type;
|
|
16
17
|
image?: ResponseFileType | null;
|
|
17
18
|
isOnboardingPreview?: boolean;
|
|
18
19
|
selectionMode?: 'single' | 'multiple' | 'none';
|
|
@@ -29,7 +30,6 @@ export type ListBoxItemProps = {
|
|
|
29
30
|
className?: string;
|
|
30
31
|
customContent?: boolean;
|
|
31
32
|
onClick?: HTMLIonItemElement['onclick'];
|
|
32
|
-
variant?: VariantType;
|
|
33
33
|
image?: ResponseFileType | null;
|
|
34
34
|
maxSelectionCount?: number;
|
|
35
35
|
};
|
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
+
import { CSSVarStyles } from '../../types';
|
|
2
3
|
type ProgressBar_v2Props = {
|
|
3
|
-
variant?: 'default' | 'danger' | 'success' | 'dark' | 'light' | 'blue';
|
|
4
|
+
variant?: 'default' | 'danger' | 'success' | 'dark' | 'light' | 'blue' | 'custom';
|
|
4
5
|
progress: number;
|
|
5
6
|
className?: string;
|
|
6
7
|
reversed?: boolean;
|
|
7
8
|
animationDuration?: number;
|
|
8
9
|
onProgressEnd?: () => void;
|
|
10
|
+
style?: CSSVarStyles;
|
|
9
11
|
};
|
|
10
12
|
declare const _default: React.NamedExoticComponent<ProgressBar_v2Props>;
|
|
11
13
|
export default _default;
|
|
@@ -39,6 +39,10 @@ export declare const videoStyle: import("tailwind-variants").TVReturnType<{
|
|
|
39
39
|
playButton: string;
|
|
40
40
|
loadingIcon: string;
|
|
41
41
|
};
|
|
42
|
+
custom: {
|
|
43
|
+
playButton: string;
|
|
44
|
+
loadingIcon: string;
|
|
45
|
+
};
|
|
42
46
|
};
|
|
43
47
|
}, {
|
|
44
48
|
playButton: string;
|
|
@@ -85,6 +89,10 @@ export declare const videoStyle: import("tailwind-variants").TVReturnType<{
|
|
|
85
89
|
playButton: string;
|
|
86
90
|
loadingIcon: string;
|
|
87
91
|
};
|
|
92
|
+
custom: {
|
|
93
|
+
playButton: string;
|
|
94
|
+
loadingIcon: string;
|
|
95
|
+
};
|
|
88
96
|
};
|
|
89
97
|
}, {
|
|
90
98
|
buttonSize: {
|
|
@@ -127,6 +135,10 @@ export declare const videoStyle: import("tailwind-variants").TVReturnType<{
|
|
|
127
135
|
playButton: string;
|
|
128
136
|
loadingIcon: string;
|
|
129
137
|
};
|
|
138
|
+
custom: {
|
|
139
|
+
playButton: string;
|
|
140
|
+
loadingIcon: string;
|
|
141
|
+
};
|
|
130
142
|
};
|
|
131
143
|
}>, {
|
|
132
144
|
buttonSize: {
|
|
@@ -169,6 +181,10 @@ export declare const videoStyle: import("tailwind-variants").TVReturnType<{
|
|
|
169
181
|
playButton: string;
|
|
170
182
|
loadingIcon: string;
|
|
171
183
|
};
|
|
184
|
+
custom: {
|
|
185
|
+
playButton: string;
|
|
186
|
+
loadingIcon: string;
|
|
187
|
+
};
|
|
172
188
|
};
|
|
173
189
|
}, {
|
|
174
190
|
playButton: string;
|
|
@@ -215,6 +231,10 @@ export declare const videoStyle: import("tailwind-variants").TVReturnType<{
|
|
|
215
231
|
playButton: string;
|
|
216
232
|
loadingIcon: string;
|
|
217
233
|
};
|
|
234
|
+
custom: {
|
|
235
|
+
playButton: string;
|
|
236
|
+
loadingIcon: string;
|
|
237
|
+
};
|
|
218
238
|
};
|
|
219
239
|
}, {
|
|
220
240
|
playButton: string;
|
|
@@ -261,6 +281,10 @@ export declare const videoStyle: import("tailwind-variants").TVReturnType<{
|
|
|
261
281
|
playButton: string;
|
|
262
282
|
loadingIcon: string;
|
|
263
283
|
};
|
|
284
|
+
custom: {
|
|
285
|
+
playButton: string;
|
|
286
|
+
loadingIcon: string;
|
|
287
|
+
};
|
|
264
288
|
};
|
|
265
289
|
}, {
|
|
266
290
|
buttonSize: {
|
|
@@ -303,5 +327,9 @@ export declare const videoStyle: import("tailwind-variants").TVReturnType<{
|
|
|
303
327
|
playButton: string;
|
|
304
328
|
loadingIcon: string;
|
|
305
329
|
};
|
|
330
|
+
custom: {
|
|
331
|
+
playButton: string;
|
|
332
|
+
loadingIcon: string;
|
|
333
|
+
};
|
|
306
334
|
};
|
|
307
335
|
}>, unknown, unknown, undefined>>;
|
|
@@ -18,6 +18,11 @@ export type SpecialistDetailWidgetProps = {
|
|
|
18
18
|
onOpenContract?(): void;
|
|
19
19
|
onRateSession?(): void;
|
|
20
20
|
onEditSpecialistReview?: (review: Pick<SpecialistReview, 'id' | 'review_rating' | 'text_of_review'>) => Promise<void>;
|
|
21
|
+
areasOfWorkByClientProblem: {
|
|
22
|
+
names: string[];
|
|
23
|
+
label: string;
|
|
24
|
+
};
|
|
25
|
+
isLoadingAreasOfWorkByClientProblem?: boolean;
|
|
21
26
|
events: {
|
|
22
27
|
onSuperSpecialistArticleClick?(): void;
|
|
23
28
|
onNewSpecialistArticleClick?(): void;
|
|
@@ -13,6 +13,11 @@ export type SpecialistDetailWithTabsWidgetProps = {
|
|
|
13
13
|
currentUser?: UserType;
|
|
14
14
|
presentingElement?: HTMLElement;
|
|
15
15
|
onEditSpecialistReview?: (review: Pick<SpecialistReview, 'id' | 'review_rating' | 'text_of_review'>) => Promise<void>;
|
|
16
|
+
areasOfWorkByClientProblem: {
|
|
17
|
+
names: string[];
|
|
18
|
+
label: string;
|
|
19
|
+
};
|
|
20
|
+
isLoadingAreasOfWorkByClientProblem?: boolean;
|
|
16
21
|
events: {
|
|
17
22
|
onOpenSuperSpecialistArticle?(): void;
|
|
18
23
|
onOpenNewSpecialistArticle?(): void;
|
package/dist/index.d.ts
CHANGED
|
@@ -815,91 +815,6 @@ type SkeletonProps = {
|
|
|
815
815
|
};
|
|
816
816
|
declare const _default$V: React__default.NamedExoticComponent<SkeletonProps>;
|
|
817
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
|
-
|
|
903
818
|
declare enum CircleRatingSize {
|
|
904
819
|
'S' = "S",
|
|
905
820
|
'M' = "M",
|
|
@@ -1135,6 +1050,9 @@ declare enum ShortTranscriptionCurrencySignByLocale {
|
|
|
1135
1050
|
'es' = "US"
|
|
1136
1051
|
}
|
|
1137
1052
|
declare const StripeSupportedCurrency: SupportedCurrency[];
|
|
1053
|
+
type CSSVarStyles = React.CSSProperties & {
|
|
1054
|
+
[key: `--${string}`]: string | number;
|
|
1055
|
+
};
|
|
1138
1056
|
|
|
1139
1057
|
declare enum SupportedLangs {
|
|
1140
1058
|
en = "en",
|
|
@@ -1298,6 +1216,11 @@ type OnBoardingScreenProgressType = {
|
|
|
1298
1216
|
template?: OnboardingProgressTemplate;
|
|
1299
1217
|
image?: ResponseFileType | null;
|
|
1300
1218
|
};
|
|
1219
|
+
type OnBoardingThemeV2Type = {
|
|
1220
|
+
template: OnboardingVariant;
|
|
1221
|
+
customColor?: string | null;
|
|
1222
|
+
customTextColor?: string | null;
|
|
1223
|
+
};
|
|
1301
1224
|
type OnBoardingScreenSkipButtonType = {
|
|
1302
1225
|
skipButtonText?: string | null;
|
|
1303
1226
|
showSkipButton?: boolean;
|
|
@@ -1494,11 +1417,13 @@ type OnBoardingFlowType = {
|
|
|
1494
1417
|
duration_min?: number | null;
|
|
1495
1418
|
isDefault?: boolean;
|
|
1496
1419
|
theme?: OnboardingVariant;
|
|
1420
|
+
theme_v2?: OnBoardingThemeV2Type;
|
|
1497
1421
|
progress?: OnBoardingScreenProgressType;
|
|
1498
1422
|
};
|
|
1499
1423
|
declare enum OnboardingVariant {
|
|
1500
1424
|
default = "default",
|
|
1501
|
-
blue = "blue"
|
|
1425
|
+
blue = "blue",
|
|
1426
|
+
custom = "custom"
|
|
1502
1427
|
}
|
|
1503
1428
|
declare enum OnboardingProgressTemplate {
|
|
1504
1429
|
default = "default",
|
|
@@ -1598,6 +1523,7 @@ type Specialist = {
|
|
|
1598
1523
|
about?: string;
|
|
1599
1524
|
areas_of_work: Array<string> | [];
|
|
1600
1525
|
areas_of_work_by_client_problem: Array<string> | [];
|
|
1526
|
+
localized_areas_of_work_by_client_problem: string[];
|
|
1601
1527
|
therapy_description?: string;
|
|
1602
1528
|
avatar_link?: string;
|
|
1603
1529
|
time_zone: string;
|
|
@@ -1780,6 +1706,91 @@ type Consultation = Session;
|
|
|
1780
1706
|
|
|
1781
1707
|
type AutoComplete<T extends string> = T | (string & {});
|
|
1782
1708
|
|
|
1709
|
+
type ButtonProps$1 = {
|
|
1710
|
+
fill?: 'outline' | 'clear';
|
|
1711
|
+
size?: 'default' | 'large' | 'small';
|
|
1712
|
+
customSize?: 'smaller' | 'auto';
|
|
1713
|
+
withDefaultState?: boolean;
|
|
1714
|
+
color?: undefined;
|
|
1715
|
+
fullWidth?: boolean;
|
|
1716
|
+
className?: string;
|
|
1717
|
+
routerLink?: string;
|
|
1718
|
+
onClick?: (e: React.MouseEvent<HTMLIonButtonElement>) => void;
|
|
1719
|
+
isLoading?: boolean;
|
|
1720
|
+
icon?: React.ReactNode;
|
|
1721
|
+
iconPosition?: 'start' | 'center';
|
|
1722
|
+
style?: CSSVarStyles;
|
|
1723
|
+
id?: string;
|
|
1724
|
+
variant?: 'default' | 'blue' | 'custom';
|
|
1725
|
+
} & JSX$1.IonButton;
|
|
1726
|
+
|
|
1727
|
+
declare const Button_v2: FC<ButtonProps$1>;
|
|
1728
|
+
|
|
1729
|
+
type ContainerProps = {
|
|
1730
|
+
className?: string;
|
|
1731
|
+
scrollEvents?: boolean;
|
|
1732
|
+
onIonScroll?: (e: IonContentCustomEvent<ScrollDetail>) => void | undefined;
|
|
1733
|
+
onIonScrollStart?: (e: IonContentCustomEvent<ScrollBaseDetail>) => void | undefined;
|
|
1734
|
+
children: React__default.ReactNode;
|
|
1735
|
+
style?: CSSProperties;
|
|
1736
|
+
as?: React__default.ElementType;
|
|
1737
|
+
isFlexContainer?: boolean;
|
|
1738
|
+
flexGapInPx?: number;
|
|
1739
|
+
};
|
|
1740
|
+
declare const Container_v2: React__default.ForwardRefExoticComponent<ContainerProps & React__default.RefAttributes<HTMLIonContentElement>>;
|
|
1741
|
+
|
|
1742
|
+
type FlagProps$1 = {
|
|
1743
|
+
name: string;
|
|
1744
|
+
className?: string;
|
|
1745
|
+
};
|
|
1746
|
+
declare const _default$U: React__default.NamedExoticComponent<FlagProps$1>;
|
|
1747
|
+
|
|
1748
|
+
type PictureProps = {
|
|
1749
|
+
width: number;
|
|
1750
|
+
height: number;
|
|
1751
|
+
src: {
|
|
1752
|
+
webp?: string;
|
|
1753
|
+
webp2x?: string;
|
|
1754
|
+
src: string;
|
|
1755
|
+
src2x?: string;
|
|
1756
|
+
};
|
|
1757
|
+
srcType: string;
|
|
1758
|
+
alt?: string;
|
|
1759
|
+
className?: string;
|
|
1760
|
+
responsive?: boolean;
|
|
1761
|
+
containerWidth?: number;
|
|
1762
|
+
imageClassName?: string;
|
|
1763
|
+
};
|
|
1764
|
+
declare const _default$T: React__default.NamedExoticComponent<PictureProps>;
|
|
1765
|
+
|
|
1766
|
+
type BadgeType = 'default' | 'accent';
|
|
1767
|
+
type BadgeVariants = 'attention' | 'neutral' | 'success' | 'warning' | 'brand' | 'info';
|
|
1768
|
+
type BadgeProps = React$1.ComponentPropsWithoutRef<'span'> & {
|
|
1769
|
+
variant: BadgeVariants;
|
|
1770
|
+
size?: 'S' | 'M';
|
|
1771
|
+
type?: BadgeType;
|
|
1772
|
+
iconType?: 'check' | React$1.ReactNode;
|
|
1773
|
+
};
|
|
1774
|
+
|
|
1775
|
+
declare const _default$S: React$1.NamedExoticComponent<BadgeProps>;
|
|
1776
|
+
|
|
1777
|
+
type ItemCardVariants = 'neutral' | 'transparent' | 'transparent20';
|
|
1778
|
+
type ItemCardProps = React$1.ComponentPropsWithoutRef<'div'> & {
|
|
1779
|
+
variant: ItemCardVariants;
|
|
1780
|
+
size?: 'M' | 'M4' | 'M45';
|
|
1781
|
+
};
|
|
1782
|
+
|
|
1783
|
+
declare const _default$R: React$1.NamedExoticComponent<ItemCardProps>;
|
|
1784
|
+
|
|
1785
|
+
type AppHeaderProps = {
|
|
1786
|
+
fullwidth?: boolean;
|
|
1787
|
+
className?: string;
|
|
1788
|
+
style?: CSSProperties;
|
|
1789
|
+
toolbarClassName?: string;
|
|
1790
|
+
toolbarStyle?: CSSProperties;
|
|
1791
|
+
};
|
|
1792
|
+
declare const AppHeader_v2: FC<AppHeaderProps>;
|
|
1793
|
+
|
|
1783
1794
|
declare enum ListBoxSelectionType {
|
|
1784
1795
|
Checkbox = "checkbox",
|
|
1785
1796
|
Radio = "radio",
|
|
@@ -1788,7 +1799,7 @@ declare enum ListBoxSelectionType {
|
|
|
1788
1799
|
Emoji = "emoji",
|
|
1789
1800
|
Icon = "icon"
|
|
1790
1801
|
}
|
|
1791
|
-
type VariantType = 'default' | 'blue';
|
|
1802
|
+
type VariantType = 'default' | 'blue' | 'custom';
|
|
1792
1803
|
type ListBoxProps<T> = AriaListBoxProps<T> & {
|
|
1793
1804
|
type?: `${ListBoxSelectionType}`;
|
|
1794
1805
|
enableSelection?: boolean;
|
|
@@ -1796,6 +1807,7 @@ type ListBoxProps<T> = AriaListBoxProps<T> & {
|
|
|
1796
1807
|
selectionPosition?: 'start' | 'end';
|
|
1797
1808
|
className?: string;
|
|
1798
1809
|
variant?: VariantType;
|
|
1810
|
+
onboardingTheme?: OnBoardingThemeV2Type;
|
|
1799
1811
|
image?: ResponseFileType;
|
|
1800
1812
|
isOnboardingPreview?: boolean;
|
|
1801
1813
|
selectionMode?: 'single' | 'multiple' | 'none';
|
|
@@ -1806,7 +1818,7 @@ type ListBoxProps<T> = AriaListBoxProps<T> & {
|
|
|
1806
1818
|
t?: WithTranslation['t'];
|
|
1807
1819
|
};
|
|
1808
1820
|
|
|
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
|
+
declare function ListBox<T extends Record<string, unknown>>({ selectedIconProps, type, selectionPosition, enableSelection, className, variant, onboardingTheme, isOnboardingPreview, isTransparent, isRoundCorners, maxSelectionCount, initialVisibleCount, t, ...props }: ListBoxProps<T>): JSX.Element;
|
|
1810
1822
|
|
|
1811
1823
|
type ListOptionsProps = {
|
|
1812
1824
|
item: Node<unknown>;
|
|
@@ -1819,6 +1831,7 @@ type ListOptionsProps = {
|
|
|
1819
1831
|
selectionPosition?: 'start' | 'end';
|
|
1820
1832
|
enableSelection?: boolean;
|
|
1821
1833
|
variant?: VariantType;
|
|
1834
|
+
onboardingTheme?: OnBoardingThemeV2Type;
|
|
1822
1835
|
image?: ResponseFileType | null;
|
|
1823
1836
|
isOnboardingPreview?: boolean;
|
|
1824
1837
|
selectionMode?: 'single' | 'multiple' | 'none';
|
|
@@ -1835,7 +1848,6 @@ type ListBoxItemProps = {
|
|
|
1835
1848
|
className?: string;
|
|
1836
1849
|
customContent?: boolean;
|
|
1837
1850
|
onClick?: HTMLIonItemElement['onclick'];
|
|
1838
|
-
variant?: VariantType;
|
|
1839
1851
|
image?: ResponseFileType | null;
|
|
1840
1852
|
maxSelectionCount?: number;
|
|
1841
1853
|
};
|
|
@@ -1954,12 +1966,13 @@ declare const ModalSheet: React$1.ForwardRefExoticComponent<_ionic_core_dist_typ
|
|
|
1954
1966
|
} & React$1.RefAttributes<HTMLIonModalElement>>;
|
|
1955
1967
|
|
|
1956
1968
|
type ProgressBar_v2Props = {
|
|
1957
|
-
variant?: 'default' | 'danger' | 'success' | 'dark' | 'light' | 'blue';
|
|
1969
|
+
variant?: 'default' | 'danger' | 'success' | 'dark' | 'light' | 'blue' | 'custom';
|
|
1958
1970
|
progress: number;
|
|
1959
1971
|
className?: string;
|
|
1960
1972
|
reversed?: boolean;
|
|
1961
1973
|
animationDuration?: number;
|
|
1962
1974
|
onProgressEnd?: () => void;
|
|
1975
|
+
style?: CSSVarStyles;
|
|
1963
1976
|
};
|
|
1964
1977
|
declare const _default$N: React__default.NamedExoticComponent<ProgressBar_v2Props>;
|
|
1965
1978
|
|
|
@@ -1987,7 +2000,8 @@ declare const _default$K: React$1.NamedExoticComponent<ItemProps>;
|
|
|
1987
2000
|
|
|
1988
2001
|
declare enum VariantEnum {
|
|
1989
2002
|
default = "default",
|
|
1990
|
-
blue = "blue"
|
|
2003
|
+
blue = "blue",
|
|
2004
|
+
custom = "custom"
|
|
1991
2005
|
}
|
|
1992
2006
|
|
|
1993
2007
|
type VideoProps = {
|
|
@@ -3255,7 +3269,7 @@ declare const _default$q: React__default.NamedExoticComponent<OnBoardingInfoScre
|
|
|
3255
3269
|
type OnBoardingMultiSelectionScreenPreviewFeatureProps = {
|
|
3256
3270
|
onChange?: (value: string[]) => void;
|
|
3257
3271
|
defaultValues?: string[];
|
|
3258
|
-
|
|
3272
|
+
theme?: OnBoardingThemeV2Type;
|
|
3259
3273
|
template?: 'checkbox' | 'icon';
|
|
3260
3274
|
} & OnBoardingMultiSelectScreenType;
|
|
3261
3275
|
declare const _default$p: React__default.NamedExoticComponent<OnBoardingMultiSelectionScreenPreviewFeatureProps>;
|
|
@@ -3263,7 +3277,7 @@ declare const _default$p: React__default.NamedExoticComponent<OnBoardingMultiSel
|
|
|
3263
3277
|
type OnBoardingSingleSelectionScreenPreviewFeatureProps = {
|
|
3264
3278
|
onChange?: (value: string) => void;
|
|
3265
3279
|
defaultValues?: string[];
|
|
3266
|
-
|
|
3280
|
+
theme?: OnBoardingThemeV2Type;
|
|
3267
3281
|
template?: 'radio' | 'image' | 'roundImage' | 'emoji' | 'icon';
|
|
3268
3282
|
} & OnBoardingSingleSelectScreenType & OnBoardingSingleImageSelectScreenType & OnBoardingSingleRoundImageSelectScreenType & OnBoardingSingleScaleSelectScreenType;
|
|
3269
3283
|
declare const _default$o: React__default.NamedExoticComponent<OnBoardingSingleSelectionScreenPreviewFeatureProps>;
|
|
@@ -3271,7 +3285,7 @@ declare const _default$o: React__default.NamedExoticComponent<OnBoardingSingleSe
|
|
|
3271
3285
|
declare const OnBoardingLoaderScreenPreviewFeature: FC<OnBoardingLoaderScreenType & {
|
|
3272
3286
|
t?: WithTranslation['t'];
|
|
3273
3287
|
onProgressEnd?: () => void;
|
|
3274
|
-
|
|
3288
|
+
theme?: OnBoardingThemeV2Type;
|
|
3275
3289
|
onChange?: (value: string[]) => void;
|
|
3276
3290
|
defaultValues?: string[];
|
|
3277
3291
|
}>;
|
|
@@ -3283,7 +3297,7 @@ type OnBoardingProgressFeatureProps = {
|
|
|
3283
3297
|
onBackButtonClick?: () => void;
|
|
3284
3298
|
contentStyle?: OnBoardingScreenStyleOptions;
|
|
3285
3299
|
startAdornment?: React__default.ReactNode;
|
|
3286
|
-
|
|
3300
|
+
theme?: OnBoardingThemeV2Type;
|
|
3287
3301
|
empty?: boolean;
|
|
3288
3302
|
template?: 'default' | 'counter';
|
|
3289
3303
|
totalCount?: number;
|
|
@@ -3314,15 +3328,14 @@ type OnBoardingConfirmScreenPreviewFeatureProps = OnBoardingConfirmScreenType &
|
|
|
3314
3328
|
};
|
|
3315
3329
|
declare const _default$k: React__default.NamedExoticComponent<OnBoardingConfirmScreenPreviewFeatureProps>;
|
|
3316
3330
|
|
|
3317
|
-
type OnBoardingPaywallScreenPreviewFeatureProps$
|
|
3318
|
-
variant?: OnboardingVariant;
|
|
3331
|
+
type OnBoardingPaywallScreenPreviewFeatureProps$1 = {
|
|
3319
3332
|
className?: string;
|
|
3320
3333
|
titleClassName?: string;
|
|
3334
|
+
theme?: OnBoardingThemeV2Type;
|
|
3321
3335
|
} & OnBoardingCompareScreenType;
|
|
3322
|
-
declare const OnBoardingCompareScreenPreviewFeature: FC<OnBoardingPaywallScreenPreviewFeatureProps$
|
|
3336
|
+
declare const OnBoardingCompareScreenPreviewFeature: FC<OnBoardingPaywallScreenPreviewFeatureProps$1>;
|
|
3323
3337
|
|
|
3324
|
-
type OnBoardingPaywallScreenPreviewFeatureProps
|
|
3325
|
-
variant?: OnboardingVariant;
|
|
3338
|
+
type OnBoardingPaywallScreenPreviewFeatureProps = {
|
|
3326
3339
|
specialists: Specialist[];
|
|
3327
3340
|
reviews: ISpecialistReview[];
|
|
3328
3341
|
locale?: string;
|
|
@@ -3331,24 +3344,27 @@ type OnBoardingPaywallScreenPreviewFeatureProps$1 = {
|
|
|
3331
3344
|
isLoading?: boolean;
|
|
3332
3345
|
termsOfUseLink?: string;
|
|
3333
3346
|
onTrackTariffEvent: (tariffData: OnBoardingPaywallScreenType['tariffs'][number], eventName: 'FUNNEL_PAYWALL_PLAN_INFO_VIEWED' | 'FUNNEL_PAYWALL_PURCHASE_BUTTON_CLICKED') => void;
|
|
3347
|
+
theme?: OnBoardingThemeV2Type;
|
|
3334
3348
|
} & OnBoardingPaywallScreenType;
|
|
3335
|
-
declare const OnBoardingPaywallScreenPreviewFeature: FC<OnBoardingPaywallScreenPreviewFeatureProps
|
|
3349
|
+
declare const OnBoardingPaywallScreenPreviewFeature: FC<OnBoardingPaywallScreenPreviewFeatureProps>;
|
|
3336
3350
|
|
|
3337
3351
|
type OnBoardingChartScreenPreviewFeatureProps = {
|
|
3338
3352
|
className?: string;
|
|
3339
3353
|
locale: string;
|
|
3340
3354
|
isPreview?: boolean;
|
|
3341
|
-
|
|
3355
|
+
theme?: OnBoardingThemeV2Type;
|
|
3342
3356
|
} & OnBoardingChartScreenType;
|
|
3343
3357
|
declare const OnBoardingChartScreenPreviewFeature: FC<OnBoardingChartScreenPreviewFeatureProps>;
|
|
3344
3358
|
|
|
3345
|
-
type
|
|
3346
|
-
|
|
3359
|
+
type OnBoardingGraphScreenPreviewFeatureProps = OnBoardingGraphScreenType & {
|
|
3360
|
+
theme?: OnBoardingThemeV2Type;
|
|
3361
|
+
};
|
|
3362
|
+
declare const OnBoardingGraphScreenPreviewFeature: FC<OnBoardingGraphScreenPreviewFeatureProps>;
|
|
3347
3363
|
|
|
3348
3364
|
type OnBoardingGoalSelectionScreenPreviewFeatureProps = {
|
|
3349
3365
|
onChange?: (value: string[]) => void;
|
|
3350
3366
|
defaultValues?: string[];
|
|
3351
|
-
|
|
3367
|
+
theme?: OnBoardingThemeV2Type;
|
|
3352
3368
|
template?: 'checkbox' | 'icon';
|
|
3353
3369
|
currentSelectionScreenCount?: number;
|
|
3354
3370
|
categoryLabel?: string;
|
|
@@ -3723,6 +3739,7 @@ type TariffFeatureProps = {
|
|
|
3723
3739
|
isSelected: boolean;
|
|
3724
3740
|
badge?: string;
|
|
3725
3741
|
variant: VariantEnum;
|
|
3742
|
+
onboardingTheme?: OnBoardingThemeV2Type;
|
|
3726
3743
|
description?: string;
|
|
3727
3744
|
advantagesList?: {
|
|
3728
3745
|
id: string;
|
|
@@ -3888,9 +3905,9 @@ declare const mockSessions: {
|
|
|
3888
3905
|
}[];
|
|
3889
3906
|
declare const getMockSchedule: (dayCount: number, hoursStart?: number, hoursEnd?: number) => Schedule;
|
|
3890
3907
|
|
|
3891
|
-
declare const ONBOARDING_THEME_DEFAULT_COLORS: Record<OnboardingVariant, {
|
|
3908
|
+
declare const ONBOARDING_THEME_DEFAULT_COLORS: Partial<Record<OnboardingVariant, {
|
|
3892
3909
|
defaultThemeColor: string;
|
|
3893
|
-
}
|
|
3910
|
+
}>>;
|
|
3894
3911
|
|
|
3895
3912
|
/**
|
|
3896
3913
|
* Global Authentication State Manager
|
|
@@ -4447,6 +4464,11 @@ type SpecialistDetailWidgetProps = {
|
|
|
4447
4464
|
onOpenContract?(): void;
|
|
4448
4465
|
onRateSession?(): void;
|
|
4449
4466
|
onEditSpecialistReview?: (review: Pick<SpecialistReview$1, 'id' | 'review_rating' | 'text_of_review'>) => Promise<void>;
|
|
4467
|
+
areasOfWorkByClientProblem: {
|
|
4468
|
+
names: string[];
|
|
4469
|
+
label: string;
|
|
4470
|
+
};
|
|
4471
|
+
isLoadingAreasOfWorkByClientProblem?: boolean;
|
|
4450
4472
|
events: {
|
|
4451
4473
|
onSuperSpecialistArticleClick?(): void;
|
|
4452
4474
|
onNewSpecialistArticleClick?(): void;
|
|
@@ -4549,6 +4571,11 @@ type SpecialistDetailWithTabsWidgetProps = {
|
|
|
4549
4571
|
currentUser?: UserType;
|
|
4550
4572
|
presentingElement?: HTMLElement;
|
|
4551
4573
|
onEditSpecialistReview?: (review: Pick<SpecialistReview$1, 'id' | 'review_rating' | 'text_of_review'>) => Promise<void>;
|
|
4574
|
+
areasOfWorkByClientProblem: {
|
|
4575
|
+
names: string[];
|
|
4576
|
+
label: string;
|
|
4577
|
+
};
|
|
4578
|
+
isLoadingAreasOfWorkByClientProblem?: boolean;
|
|
4552
4579
|
events: {
|
|
4553
4580
|
onOpenSuperSpecialistArticle?(): void;
|
|
4554
4581
|
onOpenNewSpecialistArticle?(): void;
|
|
@@ -4588,4 +4615,4 @@ declare const _default: React__default.NamedExoticComponent<SpecialistCardWithSc
|
|
|
4588
4615
|
|
|
4589
4616
|
declare const SpecialistCardSkeleton: React__default.FC;
|
|
4590
4617
|
|
|
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 };
|
|
4618
|
+
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, 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, 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