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