@mindly/ui-components 5.105.1-dev.1 → 5.105.1-hotfix
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/configs/tailwind/colors.d.ts +0 -8
- package/dist/cjs/index.js +8 -16
- package/dist/cjs/lib/AppHeader/AppHeader.d.ts +0 -1
- package/dist/cjs/lib2/features/MarkdownContainerFeature/MarkdownContainerFeature.d.ts +0 -1
- package/dist/cjs/lib2/features/MobilePickerFeature/MobilePickerFeature.d.ts +9 -3
- package/dist/cjs/lib2/features/MobilePickerFeature/utils.d.ts +3 -0
- package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingLoaderScreenPreviewFeature/OnBoardingLoaderScreenPreviewFeature.d.ts +3 -7
- package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingMultiSelectionScreenPreviewFeature/OnBoardingMultiSelectionScreenPreviewFeature.d.ts +0 -2
- package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingProgressFeature/OnBoardingProgressFeature.d.ts +0 -2
- package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingSingleSelectionScreenPreviewFeature/OnBoardingSingleSelectionScreenPreviewFeature.d.ts +2 -5
- package/dist/cjs/lib2/features/OnBoardingFlow/index.d.ts +0 -5
- package/dist/cjs/lib2/features/ReviewCardFeature/ReviewCardFeature.d.ts +2 -7
- package/dist/cjs/lib2/features/ReviewCardFeature/styles.d.ts +16 -190
- package/dist/cjs/lib2/features/ReviewListFeature/ReviewListFeature.d.ts +0 -3
- package/dist/cjs/lib2/features/SessionReviewsFeature/ReviewSubscriptionSessionFeature/ReviewSubscriptionSessionFeature.d.ts +2 -3
- package/dist/cjs/lib2/features/SessionReviewsFeature/ReviewSubscriptionSessionFeature/SpecialistReview.d.ts +0 -2
- package/dist/cjs/lib2/features/SessionReviewsModal/SubscriptionSession/Container.d.ts +18 -0
- package/dist/cjs/lib2/features/SessionReviewsModal/SubscriptionSession/SessionReview.d.ts +19 -0
- package/dist/cjs/lib2/features/SessionReviewsModal/SubscriptionSession/SpecialistReview.d.ts +17 -0
- package/dist/cjs/lib2/features/SessionReviewsModal/SubscriptionSession/constants.d.ts +8 -0
- package/dist/cjs/lib2/features/SessionReviewsModal/SubscriptionSession/index.d.ts +2 -0
- package/dist/cjs/lib2/features/SessionReviewsModal/TrialSession/SessionReview.d.ts +23 -0
- package/dist/cjs/lib2/features/SessionReviewsModal/TrialSession/constants.d.ts +8 -0
- package/dist/cjs/lib2/features/SessionReviewsModal/TrialSession/index.d.ts +2 -0
- package/dist/cjs/lib2/features/SessionReviewsModal/components/StarRating.d.ts +7 -0
- package/dist/cjs/lib2/features/SessionReviewsModal/components/TagsList.d.ts +16 -0
- package/dist/cjs/lib2/features/SessionReviewsModal/index.d.ts +4 -0
- package/dist/cjs/lib2/features/index.d.ts +0 -4
- package/dist/cjs/lib2/shared/assets/icons/IconCalendarMonth.d.ts +6 -2
- package/dist/cjs/lib2/shared/assets/icons/IconCheckboxChecked.d.ts +1 -1
- package/dist/cjs/lib2/shared/assets/icons/IconRadioButtonChecked.d.ts +2 -6
- package/dist/cjs/lib2/shared/assets/icons/index.d.ts +0 -22
- package/dist/cjs/lib2/shared/hooks/useCircleRating.d.ts +3 -7
- package/dist/cjs/lib2/shared/types/common.d.ts +0 -6
- package/dist/cjs/lib2/shared/types/index.d.ts +0 -1
- package/dist/cjs/lib2/shared/types/onBoardingFlow.type.d.ts +2 -79
- package/dist/cjs/lib2/shared/types/ratingCircleTypes.d.ts +0 -4
- package/dist/cjs/lib2/shared/types/review.d.ts +0 -10
- package/dist/cjs/lib2/shared/ui/Badge/types.d.ts +1 -1
- package/dist/cjs/lib2/shared/ui/Button_v2/Button_v2.d.ts +18 -2
- package/dist/cjs/lib2/shared/ui/Button_v2/Button_v2.style.d.ts +0 -1
- package/dist/cjs/lib2/shared/ui/ListBox/ListBox.d.ts +1 -1
- package/dist/cjs/lib2/shared/ui/ListBox/types.d.ts +2 -11
- package/dist/cjs/lib2/shared/ui/ListBoxItem/types.d.ts +2 -16
- package/dist/cjs/lib2/shared/ui/ListItems/ListItem.d.ts +15 -0
- package/dist/cjs/lib2/shared/ui/ProgressBar_v2/ProgressBar_v2.d.ts +1 -1
- package/dist/cjs/lib2/shared/ui/Rating/types.d.ts +1 -2
- package/dist/cjs/lib2/shared/ui/RatingCircle/RatingCircleWrapper.d.ts +1 -1
- package/dist/cjs/lib2/shared/ui/RatingCircle/styles.d.ts +0 -49
- package/dist/cjs/lib2/shared/ui/Typography/types.d.ts +0 -1
- package/dist/cjs/lib2/shared/ui/Video/Video.d.ts +0 -3
- package/dist/cjs/lib2/shared/ui/index.d.ts +0 -1
- package/dist/cjs/lib2/shared/utils/format.d.ts +0 -1
- package/dist/cjs/lib2/shared/utils/index.d.ts +0 -1
- package/dist/cjs/lib2/widgets/SpecialistDetailWidget/index.d.ts +0 -1
- package/dist/cjs/lib2/widgets/SpecialistDetailWidget/types.d.ts +0 -1
- package/dist/cjs/lib2/widgets/SpecialistPaymentConsultationDetailsWidget/SpecialistPaymentConsultationDetailsWidget.d.ts +4 -0
- package/dist/cjs/lib2/widgets/SpecialistPaymentConsultationDetailsWidget/index.d.ts +1 -0
- package/dist/cjs/lib2/widgets/index.d.ts +0 -1
- package/dist/esm/configs/tailwind/colors.d.ts +0 -8
- package/dist/esm/index.js +8 -16
- package/dist/esm/lib/AppHeader/AppHeader.d.ts +0 -1
- package/dist/esm/lib2/features/MarkdownContainerFeature/MarkdownContainerFeature.d.ts +0 -1
- package/dist/esm/lib2/features/MobilePickerFeature/MobilePickerFeature.d.ts +9 -3
- package/dist/esm/lib2/features/MobilePickerFeature/utils.d.ts +3 -0
- package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingLoaderScreenPreviewFeature/OnBoardingLoaderScreenPreviewFeature.d.ts +3 -7
- package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingMultiSelectionScreenPreviewFeature/OnBoardingMultiSelectionScreenPreviewFeature.d.ts +0 -2
- package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingProgressFeature/OnBoardingProgressFeature.d.ts +0 -2
- package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingSingleSelectionScreenPreviewFeature/OnBoardingSingleSelectionScreenPreviewFeature.d.ts +2 -5
- package/dist/esm/lib2/features/OnBoardingFlow/index.d.ts +0 -5
- package/dist/esm/lib2/features/ReviewCardFeature/ReviewCardFeature.d.ts +2 -7
- package/dist/esm/lib2/features/ReviewCardFeature/styles.d.ts +16 -190
- package/dist/esm/lib2/features/ReviewListFeature/ReviewListFeature.d.ts +0 -3
- package/dist/esm/lib2/features/SessionReviewsFeature/ReviewSubscriptionSessionFeature/ReviewSubscriptionSessionFeature.d.ts +2 -3
- package/dist/esm/lib2/features/SessionReviewsFeature/ReviewSubscriptionSessionFeature/SpecialistReview.d.ts +0 -2
- package/dist/esm/lib2/features/SessionReviewsModal/SubscriptionSession/Container.d.ts +18 -0
- package/dist/esm/lib2/features/SessionReviewsModal/SubscriptionSession/SessionReview.d.ts +19 -0
- package/dist/esm/lib2/features/SessionReviewsModal/SubscriptionSession/SpecialistReview.d.ts +17 -0
- package/dist/esm/lib2/features/SessionReviewsModal/SubscriptionSession/constants.d.ts +8 -0
- package/dist/esm/lib2/features/SessionReviewsModal/SubscriptionSession/index.d.ts +2 -0
- package/dist/esm/lib2/features/SessionReviewsModal/TrialSession/SessionReview.d.ts +23 -0
- package/dist/esm/lib2/features/SessionReviewsModal/TrialSession/constants.d.ts +8 -0
- package/dist/esm/lib2/features/SessionReviewsModal/TrialSession/index.d.ts +2 -0
- package/dist/esm/lib2/features/SessionReviewsModal/components/StarRating.d.ts +7 -0
- package/dist/esm/lib2/features/SessionReviewsModal/components/TagsList.d.ts +16 -0
- package/dist/esm/lib2/features/SessionReviewsModal/index.d.ts +4 -0
- package/dist/esm/lib2/features/index.d.ts +0 -4
- package/dist/esm/lib2/shared/assets/icons/IconCalendarMonth.d.ts +6 -2
- package/dist/esm/lib2/shared/assets/icons/IconCheckboxChecked.d.ts +1 -1
- package/dist/esm/lib2/shared/assets/icons/IconRadioButtonChecked.d.ts +2 -6
- package/dist/esm/lib2/shared/assets/icons/index.d.ts +0 -22
- package/dist/esm/lib2/shared/hooks/useCircleRating.d.ts +3 -7
- package/dist/esm/lib2/shared/types/common.d.ts +0 -6
- package/dist/esm/lib2/shared/types/index.d.ts +0 -1
- package/dist/esm/lib2/shared/types/onBoardingFlow.type.d.ts +2 -79
- package/dist/esm/lib2/shared/types/ratingCircleTypes.d.ts +0 -4
- package/dist/esm/lib2/shared/types/review.d.ts +0 -10
- package/dist/esm/lib2/shared/ui/Badge/types.d.ts +1 -1
- package/dist/esm/lib2/shared/ui/Button_v2/Button_v2.d.ts +18 -2
- package/dist/esm/lib2/shared/ui/Button_v2/Button_v2.style.d.ts +0 -1
- package/dist/esm/lib2/shared/ui/ListBox/ListBox.d.ts +1 -1
- package/dist/esm/lib2/shared/ui/ListBox/types.d.ts +2 -11
- package/dist/esm/lib2/shared/ui/ListBoxItem/types.d.ts +2 -16
- package/dist/esm/lib2/shared/ui/ListItems/ListItem.d.ts +15 -0
- package/dist/esm/lib2/shared/ui/ProgressBar_v2/ProgressBar_v2.d.ts +1 -1
- package/dist/esm/lib2/shared/ui/Rating/types.d.ts +1 -2
- package/dist/esm/lib2/shared/ui/RatingCircle/RatingCircleWrapper.d.ts +1 -1
- package/dist/esm/lib2/shared/ui/RatingCircle/styles.d.ts +0 -49
- package/dist/esm/lib2/shared/ui/Typography/types.d.ts +0 -1
- package/dist/esm/lib2/shared/ui/Video/Video.d.ts +0 -3
- package/dist/esm/lib2/shared/ui/index.d.ts +0 -1
- package/dist/esm/lib2/shared/utils/format.d.ts +0 -1
- package/dist/esm/lib2/shared/utils/index.d.ts +0 -1
- package/dist/esm/lib2/widgets/SpecialistDetailWidget/index.d.ts +0 -1
- package/dist/esm/lib2/widgets/SpecialistDetailWidget/types.d.ts +0 -1
- package/dist/esm/lib2/widgets/SpecialistPaymentConsultationDetailsWidget/SpecialistPaymentConsultationDetailsWidget.d.ts +4 -0
- package/dist/esm/lib2/widgets/SpecialistPaymentConsultationDetailsWidget/index.d.ts +1 -0
- package/dist/esm/lib2/widgets/index.d.ts +0 -1
- package/dist/index.d.ts +231 -622
- package/package.json +8 -9
- package/dist/cjs/lib2/features/Charts/ChartAreaFeature/ChartAreaFeature.d.ts +0 -8
- package/dist/cjs/lib2/features/Charts/ChartAreaFeature/index.d.ts +0 -1
- package/dist/cjs/lib2/features/Charts/ChartLinesFeature/ChartLinesFeature.d.ts +0 -9
- package/dist/cjs/lib2/features/Charts/ChartLinesFeature/index.d.ts +0 -1
- package/dist/cjs/lib2/features/Charts/components/DotLabel.d.ts +0 -18
- package/dist/cjs/lib2/features/Charts/config.d.ts +0 -32
- package/dist/cjs/lib2/features/Charts/index.d.ts +0 -2
- package/dist/cjs/lib2/features/Charts/types.d.ts +0 -30
- package/dist/cjs/lib2/features/DropdownFeature/DropdownFeature.d.ts +0 -4
- package/dist/cjs/lib2/features/DropdownFeature/DropdownFeature.stories.d.ts +0 -7
- package/dist/cjs/lib2/features/DropdownFeature/index.d.ts +0 -1
- package/dist/cjs/lib2/features/DropdownFeature/types.d.ts +0 -8
- package/dist/cjs/lib2/features/MindlyReviewFeature/MindlyReviewFeature.d.ts +0 -21
- package/dist/cjs/lib2/features/MindlyReviewFeature/index.d.ts +0 -1
- package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingChartScreenPreviewFeature/OnBoardingChartScreenPreviewFeature.d.ts +0 -10
- package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingChartScreenPreviewFeature/index.d.ts +0 -1
- package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingCompareScreenPreviewFeature /OnBoardingCompareScreenPreviewFeature.d.ts +0 -9
- package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingCompareScreenPreviewFeature /index.d.ts +0 -1
- package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingConfirmScreenPreviewFeature/OnBoardingConfirmScreenPreviewFeature.d.ts +0 -13
- package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingConfirmScreenPreviewFeature/index.d.ts +0 -1
- package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingEmailScreenPreviewFeature/OnBoardingEmailScreenPreviewFeature.d.ts +0 -10
- package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingEmailScreenPreviewFeature/index.d.ts +0 -1
- package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/OnBoardingPaywallScreenPreviewFeature.d.ts +0 -15
- package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/components/HowItWorksItem.d.ts +0 -7
- package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/components/TrustItem.d.ts +0 -7
- package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/conts.d.ts +0 -40
- package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/index.d.ts +0 -1
- package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/styles.d.ts +0 -76
- package/dist/cjs/lib2/features/OnBoardingFlow/components/OnBoardingSelectionHeader.d.ts +0 -8
- package/dist/cjs/lib2/features/PoweredByStripeFeature/PoweredByStripeFeature.d.ts +0 -4
- package/dist/cjs/lib2/features/PoweredByStripeFeature/PoweredByStripeFeature.stories.d.ts +0 -6
- package/dist/cjs/lib2/features/PoweredByStripeFeature/index.d.ts +0 -1
- package/dist/cjs/lib2/features/PoweredByStripeFeature/types.d.ts +0 -4
- package/dist/cjs/lib2/features/TariffFeature/TariffFeature.d.ts +0 -4
- package/dist/cjs/lib2/features/TariffFeature/TariffFeature.stories.d.ts +0 -10
- package/dist/cjs/lib2/features/TariffFeature/index.d.ts +0 -1
- package/dist/cjs/lib2/features/TariffFeature/styles.d.ts +0 -215
- package/dist/cjs/lib2/features/TariffFeature/types.d.ts +0 -22
- package/dist/cjs/lib2/shared/assets/icons/IconAmEx.d.ts +0 -3
- package/dist/cjs/lib2/shared/assets/icons/IconAppStoreRating.d.ts +0 -3
- package/dist/cjs/lib2/shared/assets/icons/IconApplePay.d.ts +0 -3
- package/dist/cjs/lib2/shared/assets/icons/IconCancelBold.d.ts +0 -3
- package/dist/cjs/lib2/shared/assets/icons/IconChart.d.ts +0 -3
- package/dist/cjs/lib2/shared/assets/icons/IconCheckboxCheckedBold.d.ts +0 -7
- package/dist/cjs/lib2/shared/assets/icons/IconCompare.d.ts +0 -3
- package/dist/cjs/lib2/shared/assets/icons/IconDivider.d.ts +0 -3
- package/dist/cjs/lib2/shared/assets/icons/IconDoubleArrow.d.ts +0 -3
- package/dist/cjs/lib2/shared/assets/icons/IconGlobe.d.ts +0 -3
- package/dist/cjs/lib2/shared/assets/icons/IconGooglePay.d.ts +0 -3
- package/dist/cjs/lib2/shared/assets/icons/IconInfo.d.ts +0 -3
- package/dist/cjs/lib2/shared/assets/icons/IconMaestro.d.ts +0 -3
- package/dist/cjs/lib2/shared/assets/icons/IconMastercard.d.ts +0 -3
- package/dist/cjs/lib2/shared/assets/icons/IconMatching.d.ts +0 -7
- package/dist/cjs/lib2/shared/assets/icons/IconPaperPencil.d.ts +0 -7
- package/dist/cjs/lib2/shared/assets/icons/IconPaywall.d.ts +0 -3
- package/dist/cjs/lib2/shared/assets/icons/IconPoweredByStripe.d.ts +0 -3
- package/dist/cjs/lib2/shared/assets/icons/IconRadioPartial.d.ts +0 -3
- package/dist/cjs/lib2/shared/assets/icons/IconSecure.d.ts +0 -3
- package/dist/cjs/lib2/shared/assets/icons/IconSwitch.d.ts +0 -3
- package/dist/cjs/lib2/shared/assets/icons/IconVisa.d.ts +0 -3
- package/dist/cjs/lib2/shared/types/tariff.d.ts +0 -14
- package/dist/cjs/lib2/shared/types/variant.d.ts +0 -4
- package/dist/cjs/lib2/shared/ui/Button_v2/types.d.ts +0 -19
- package/dist/cjs/lib2/shared/ui/Flag_v2/flags/Pl.d.ts +0 -2
- package/dist/cjs/lib2/shared/ui/Flag_v2/flags/Uk.d.ts +0 -2
- package/dist/cjs/lib2/shared/ui/Input/Input.d.ts +0 -4
- package/dist/cjs/lib2/shared/ui/Input/types.d.ts +0 -4
- package/dist/cjs/lib2/shared/ui/ListBoxItem/ListBoxImageItem.d.ts +0 -17
- package/dist/cjs/lib2/shared/ui/ListBoxItem/constants.d.ts +0 -2
- package/dist/cjs/lib2/shared/ui/SolidInput/SolidInput.d.ts +0 -4
- package/dist/cjs/lib2/shared/ui/SolidInput/SolidInput.stories.d.ts +0 -8
- package/dist/cjs/lib2/shared/ui/SolidInput/index.d.ts +0 -1
- package/dist/cjs/lib2/shared/ui/SolidInput/types.d.ts +0 -16
- package/dist/cjs/lib2/shared/ui/Video/styles.d.ts +0 -189
- package/dist/cjs/lib2/shared/utils/onboarding.d.ts +0 -4
- package/dist/cjs/lib2/widgets/SpecialistPreviewWidget/SpecialistPreviewWidget.d.ts +0 -4
- package/dist/cjs/lib2/widgets/SpecialistPreviewWidget/SpecialistPreviewWidget.stories.d.ts +0 -7
- package/dist/cjs/lib2/widgets/SpecialistPreviewWidget/index.d.ts +0 -1
- package/dist/cjs/lib2/widgets/SpecialistPreviewWidget/types.d.ts +0 -9
- package/dist/esm/lib2/features/Charts/ChartAreaFeature/ChartAreaFeature.d.ts +0 -8
- package/dist/esm/lib2/features/Charts/ChartAreaFeature/index.d.ts +0 -1
- package/dist/esm/lib2/features/Charts/ChartLinesFeature/ChartLinesFeature.d.ts +0 -9
- package/dist/esm/lib2/features/Charts/ChartLinesFeature/index.d.ts +0 -1
- package/dist/esm/lib2/features/Charts/components/DotLabel.d.ts +0 -18
- package/dist/esm/lib2/features/Charts/config.d.ts +0 -32
- package/dist/esm/lib2/features/Charts/index.d.ts +0 -2
- package/dist/esm/lib2/features/Charts/types.d.ts +0 -30
- package/dist/esm/lib2/features/DropdownFeature/DropdownFeature.d.ts +0 -4
- package/dist/esm/lib2/features/DropdownFeature/DropdownFeature.stories.d.ts +0 -7
- package/dist/esm/lib2/features/DropdownFeature/index.d.ts +0 -1
- package/dist/esm/lib2/features/DropdownFeature/types.d.ts +0 -8
- package/dist/esm/lib2/features/MindlyReviewFeature/MindlyReviewFeature.d.ts +0 -21
- package/dist/esm/lib2/features/MindlyReviewFeature/index.d.ts +0 -1
- package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingChartScreenPreviewFeature/OnBoardingChartScreenPreviewFeature.d.ts +0 -10
- package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingChartScreenPreviewFeature/index.d.ts +0 -1
- package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingCompareScreenPreviewFeature /OnBoardingCompareScreenPreviewFeature.d.ts +0 -9
- package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingCompareScreenPreviewFeature /index.d.ts +0 -1
- package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingConfirmScreenPreviewFeature/OnBoardingConfirmScreenPreviewFeature.d.ts +0 -13
- package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingConfirmScreenPreviewFeature/index.d.ts +0 -1
- package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingEmailScreenPreviewFeature/OnBoardingEmailScreenPreviewFeature.d.ts +0 -10
- package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingEmailScreenPreviewFeature/index.d.ts +0 -1
- package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/OnBoardingPaywallScreenPreviewFeature.d.ts +0 -15
- package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/components/HowItWorksItem.d.ts +0 -7
- package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/components/TrustItem.d.ts +0 -7
- package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/conts.d.ts +0 -40
- package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/index.d.ts +0 -1
- package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/styles.d.ts +0 -76
- package/dist/esm/lib2/features/OnBoardingFlow/components/OnBoardingSelectionHeader.d.ts +0 -8
- package/dist/esm/lib2/features/PoweredByStripeFeature/PoweredByStripeFeature.d.ts +0 -4
- package/dist/esm/lib2/features/PoweredByStripeFeature/PoweredByStripeFeature.stories.d.ts +0 -6
- package/dist/esm/lib2/features/PoweredByStripeFeature/index.d.ts +0 -1
- package/dist/esm/lib2/features/PoweredByStripeFeature/types.d.ts +0 -4
- package/dist/esm/lib2/features/TariffFeature/TariffFeature.d.ts +0 -4
- package/dist/esm/lib2/features/TariffFeature/TariffFeature.stories.d.ts +0 -10
- package/dist/esm/lib2/features/TariffFeature/index.d.ts +0 -1
- package/dist/esm/lib2/features/TariffFeature/styles.d.ts +0 -215
- package/dist/esm/lib2/features/TariffFeature/types.d.ts +0 -22
- package/dist/esm/lib2/shared/assets/icons/IconAmEx.d.ts +0 -3
- package/dist/esm/lib2/shared/assets/icons/IconAppStoreRating.d.ts +0 -3
- package/dist/esm/lib2/shared/assets/icons/IconApplePay.d.ts +0 -3
- package/dist/esm/lib2/shared/assets/icons/IconCancelBold.d.ts +0 -3
- package/dist/esm/lib2/shared/assets/icons/IconChart.d.ts +0 -3
- package/dist/esm/lib2/shared/assets/icons/IconCheckboxCheckedBold.d.ts +0 -7
- package/dist/esm/lib2/shared/assets/icons/IconCompare.d.ts +0 -3
- package/dist/esm/lib2/shared/assets/icons/IconDivider.d.ts +0 -3
- package/dist/esm/lib2/shared/assets/icons/IconDoubleArrow.d.ts +0 -3
- package/dist/esm/lib2/shared/assets/icons/IconGlobe.d.ts +0 -3
- package/dist/esm/lib2/shared/assets/icons/IconGooglePay.d.ts +0 -3
- package/dist/esm/lib2/shared/assets/icons/IconInfo.d.ts +0 -3
- package/dist/esm/lib2/shared/assets/icons/IconMaestro.d.ts +0 -3
- package/dist/esm/lib2/shared/assets/icons/IconMastercard.d.ts +0 -3
- package/dist/esm/lib2/shared/assets/icons/IconMatching.d.ts +0 -7
- package/dist/esm/lib2/shared/assets/icons/IconPaperPencil.d.ts +0 -7
- package/dist/esm/lib2/shared/assets/icons/IconPaywall.d.ts +0 -3
- package/dist/esm/lib2/shared/assets/icons/IconPoweredByStripe.d.ts +0 -3
- package/dist/esm/lib2/shared/assets/icons/IconRadioPartial.d.ts +0 -3
- package/dist/esm/lib2/shared/assets/icons/IconSecure.d.ts +0 -3
- package/dist/esm/lib2/shared/assets/icons/IconSwitch.d.ts +0 -3
- package/dist/esm/lib2/shared/assets/icons/IconVisa.d.ts +0 -3
- package/dist/esm/lib2/shared/types/tariff.d.ts +0 -14
- package/dist/esm/lib2/shared/types/variant.d.ts +0 -4
- package/dist/esm/lib2/shared/ui/Button_v2/types.d.ts +0 -19
- package/dist/esm/lib2/shared/ui/Flag_v2/flags/Pl.d.ts +0 -2
- package/dist/esm/lib2/shared/ui/Flag_v2/flags/Uk.d.ts +0 -2
- package/dist/esm/lib2/shared/ui/Input/Input.d.ts +0 -4
- package/dist/esm/lib2/shared/ui/Input/types.d.ts +0 -4
- package/dist/esm/lib2/shared/ui/ListBoxItem/ListBoxImageItem.d.ts +0 -17
- package/dist/esm/lib2/shared/ui/ListBoxItem/constants.d.ts +0 -2
- package/dist/esm/lib2/shared/ui/SolidInput/SolidInput.d.ts +0 -4
- package/dist/esm/lib2/shared/ui/SolidInput/SolidInput.stories.d.ts +0 -8
- package/dist/esm/lib2/shared/ui/SolidInput/index.d.ts +0 -1
- package/dist/esm/lib2/shared/ui/SolidInput/types.d.ts +0 -16
- package/dist/esm/lib2/shared/ui/Video/styles.d.ts +0 -189
- package/dist/esm/lib2/shared/utils/onboarding.d.ts +0 -4
- package/dist/esm/lib2/widgets/SpecialistPreviewWidget/SpecialistPreviewWidget.d.ts +0 -4
- package/dist/esm/lib2/widgets/SpecialistPreviewWidget/SpecialistPreviewWidget.stories.d.ts +0 -7
- package/dist/esm/lib2/widgets/SpecialistPreviewWidget/index.d.ts +0 -1
- package/dist/esm/lib2/widgets/SpecialistPreviewWidget/types.d.ts +0 -9
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import * as React$1 from 'react';
|
|
3
|
-
import React__default, { ReactNode, CSSProperties, HTMLAttributes, RefAttributes, FC, SVGAttributes, KeyboardEvent, InputHTMLAttributes,
|
|
3
|
+
import React__default, { ReactNode, CSSProperties, HTMLAttributes, RefAttributes, FC, SVGAttributes, KeyboardEvent, InputHTMLAttributes, RefObject, EffectCallback, SVGProps, PropsWithChildren, ReactText, ReactElement, ChangeEvent } from 'react';
|
|
4
4
|
import { JSX as JSX$1 } from '@ionic/core/components';
|
|
5
5
|
import { WithTranslation } from 'react-i18next';
|
|
6
6
|
import { RatingComponentProps } from 'react-rating';
|
|
@@ -12,7 +12,7 @@ export { Selection } from 'react-stately';
|
|
|
12
12
|
import { AriaListBoxProps, AriaCalendarProps, DateValue, AriaTabListProps } from 'react-aria';
|
|
13
13
|
import { ToastStateProps, ToastState } from '@react-stately/toast';
|
|
14
14
|
import { AriaToastRegionProps } from '@react-aria/toast';
|
|
15
|
-
import { IonSearchbarCustomEvent, SearchbarChangeEventDetail
|
|
15
|
+
import { IonSearchbarCustomEvent, SearchbarChangeEventDetail } from '@ionic/core';
|
|
16
16
|
import { MarkdownToJSX } from 'markdown-to-jsx';
|
|
17
17
|
|
|
18
18
|
interface ButtonProps$2 {
|
|
@@ -225,7 +225,7 @@ type LetterAvatarProps = {
|
|
|
225
225
|
fontSize?: number;
|
|
226
226
|
onClick?: () => void;
|
|
227
227
|
};
|
|
228
|
-
declare const _default$
|
|
228
|
+
declare const _default$1j: React__default.NamedExoticComponent<LetterAvatarProps>;
|
|
229
229
|
|
|
230
230
|
type ImageWithFallbackProps = JSX.IntrinsicElements['img'] & {
|
|
231
231
|
onErrorContent: React__default.ReactElement;
|
|
@@ -237,7 +237,7 @@ type PersonDateTimeCardProps = {
|
|
|
237
237
|
name: string;
|
|
238
238
|
dateTime: Date;
|
|
239
239
|
};
|
|
240
|
-
declare const _default$
|
|
240
|
+
declare const _default$1i: React__default.NamedExoticComponent<PersonDateTimeCardProps>;
|
|
241
241
|
|
|
242
242
|
type PsychologistProfileType = {
|
|
243
243
|
id: string;
|
|
@@ -363,7 +363,6 @@ declare const Avatar: FC<AvatarProps$1>;
|
|
|
363
363
|
type AppHeaderProps$1 = {
|
|
364
364
|
fullwidth?: boolean;
|
|
365
365
|
className?: string;
|
|
366
|
-
toolbarClassName?: string;
|
|
367
366
|
};
|
|
368
367
|
declare const AppHeader: FC<AppHeaderProps$1>;
|
|
369
368
|
|
|
@@ -404,7 +403,7 @@ type SelectImpressionEmojiProps = {
|
|
|
404
403
|
onChange?: (val: ImpressionEmojiEnum) => void;
|
|
405
404
|
};
|
|
406
405
|
|
|
407
|
-
declare const _default$
|
|
406
|
+
declare const _default$1h: React__default.NamedExoticComponent<SelectImpressionEmojiProps>;
|
|
408
407
|
|
|
409
408
|
interface FooterForBookingProps {
|
|
410
409
|
eventHandler: (props?: React__default.SyntheticEvent) => void;
|
|
@@ -436,7 +435,7 @@ type MediaPlayerProps<TCameraTrack extends Playable | undefined, TAudioTrack ext
|
|
|
436
435
|
showControls: boolean;
|
|
437
436
|
isScreenSharing?: boolean;
|
|
438
437
|
} & HTMLAttributes<HTMLDivElement>;
|
|
439
|
-
declare const _default$
|
|
438
|
+
declare const _default$1g: <TCameraTrack extends Playable | undefined, TAudioTrack extends Playable | undefined>({ fullwidth, cameraTrack, audioTrack, isVideoTrackMuted, isAudioTrackMuted, networkQuality, fallbackAvatar, fallbackAvatarDimensions, fallbackName, showControls, isScreenSharing, ...props }: MediaPlayerProps<TCameraTrack, TAudioTrack>) => JSX.Element;
|
|
440
439
|
|
|
441
440
|
type RoundButtonPropsType = {
|
|
442
441
|
disabled?: boolean;
|
|
@@ -465,7 +464,7 @@ type ChatListItemProps = {
|
|
|
465
464
|
isDisabled?: boolean;
|
|
466
465
|
t?: WithTranslation['t'];
|
|
467
466
|
};
|
|
468
|
-
declare const _default$
|
|
467
|
+
declare const _default$1f: React__default.NamedExoticComponent<ChatListItemProps>;
|
|
469
468
|
|
|
470
469
|
type ChatMessageProps = {
|
|
471
470
|
message: string | File;
|
|
@@ -493,11 +492,11 @@ type ChatMessageProps = {
|
|
|
493
492
|
onClickHandler: () => void;
|
|
494
493
|
}[] | null;
|
|
495
494
|
};
|
|
496
|
-
declare const _default$
|
|
495
|
+
declare const _default$1e: React__default.NamedExoticComponent<ChatMessageProps>;
|
|
497
496
|
|
|
498
497
|
declare const ChatMessageSkeleton: () => JSX.Element;
|
|
499
498
|
|
|
500
|
-
declare const _default$
|
|
499
|
+
declare const _default$1d: React__default.MemoExoticComponent<() => JSX.Element>;
|
|
501
500
|
|
|
502
501
|
type EmptyChatList = {
|
|
503
502
|
title?: string;
|
|
@@ -507,7 +506,7 @@ type EmptyChatList = {
|
|
|
507
506
|
onClick?: () => void;
|
|
508
507
|
};
|
|
509
508
|
declare const EmptyChatList: FC<EmptyChatList>;
|
|
510
|
-
declare const _default$
|
|
509
|
+
declare const _default$1c: React__default.NamedExoticComponent<EmptyChatList>;
|
|
511
510
|
|
|
512
511
|
type EmptyChatMessagesProps = {
|
|
513
512
|
title?: string;
|
|
@@ -532,7 +531,7 @@ type TextareaProps = {
|
|
|
532
531
|
onFileSelect?: (file: File | null, type: 'file' | 'image' | 'video', fileInfo: FileInfoType) => void;
|
|
533
532
|
t?: WithTranslation['t'];
|
|
534
533
|
};
|
|
535
|
-
declare const _default$
|
|
534
|
+
declare const _default$1b: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<TextareaProps & React__default.RefAttributes<HTMLIonFooterElement>>>;
|
|
536
535
|
|
|
537
536
|
type LouseConnectProps = {
|
|
538
537
|
onClick?: () => void;
|
|
@@ -611,7 +610,7 @@ type SpecialistEducationCardProps$1 = {
|
|
|
611
610
|
yearEnd?: number | null;
|
|
612
611
|
showLoader?: boolean;
|
|
613
612
|
};
|
|
614
|
-
declare const _default$
|
|
613
|
+
declare const _default$1a: React__default.NamedExoticComponent<SpecialistEducationCardProps$1>;
|
|
615
614
|
|
|
616
615
|
type SpecialistProfileViewCardProps$1 = {
|
|
617
616
|
avatarLink?: string | null;
|
|
@@ -624,7 +623,7 @@ type SpecialistProfileViewCardProps$1 = {
|
|
|
624
623
|
videoLinkUrl?: string | null;
|
|
625
624
|
showLoader?: boolean;
|
|
626
625
|
} & React__default.DetailedHTMLProps<React__default.HTMLAttributes<HTMLDivElement>, HTMLDivElement>;
|
|
627
|
-
declare const _default$
|
|
626
|
+
declare const _default$19: React__default.NamedExoticComponent<SpecialistProfileViewCardProps$1>;
|
|
628
627
|
|
|
629
628
|
type SpecialistStatisticsCardProps$1 = {
|
|
630
629
|
activeClients?: number;
|
|
@@ -660,7 +659,7 @@ type VideoPlayerProps = {
|
|
|
660
659
|
closeModalHandler?: () => void;
|
|
661
660
|
onErrorContent: React__default.ReactElement;
|
|
662
661
|
} & JSX$1.IonModal;
|
|
663
|
-
declare const _default$
|
|
662
|
+
declare const _default$18: React__default.NamedExoticComponent<VideoPlayerProps>;
|
|
664
663
|
|
|
665
664
|
type NotSupportModalProps = {
|
|
666
665
|
closeModal?: () => void;
|
|
@@ -696,7 +695,7 @@ type VideoCallInfoProps = {
|
|
|
696
695
|
abbreviatedSeconds: string;
|
|
697
696
|
};
|
|
698
697
|
};
|
|
699
|
-
declare const _default$
|
|
698
|
+
declare const _default$17: React__default.NamedExoticComponent<VideoCallInfoProps>;
|
|
700
699
|
|
|
701
700
|
declare enum ConsultationCardType {
|
|
702
701
|
FEATURE = "feature",
|
|
@@ -732,14 +731,14 @@ type ConsultationCardProps = {
|
|
|
732
731
|
isBlockedText?: string;
|
|
733
732
|
};
|
|
734
733
|
|
|
735
|
-
declare const _default$
|
|
734
|
+
declare const _default$16: React__default.NamedExoticComponent<ConsultationCardProps>;
|
|
736
735
|
|
|
737
736
|
type SignUpSessionButtonProps = {
|
|
738
737
|
label: string;
|
|
739
738
|
isLoading?: boolean;
|
|
740
739
|
onClick?: () => void;
|
|
741
740
|
};
|
|
742
|
-
declare const _default$
|
|
741
|
+
declare const _default$15: React__default.NamedExoticComponent<SignUpSessionButtonProps>;
|
|
743
742
|
|
|
744
743
|
type EmptyConsultationsProps = {
|
|
745
744
|
title: string;
|
|
@@ -747,7 +746,7 @@ type EmptyConsultationsProps = {
|
|
|
747
746
|
buttonLabel?: string;
|
|
748
747
|
onClick?: () => void;
|
|
749
748
|
};
|
|
750
|
-
declare const _default$
|
|
749
|
+
declare const _default$14: React__default.NamedExoticComponent<EmptyConsultationsProps>;
|
|
751
750
|
|
|
752
751
|
type ConsultationModalProps = {
|
|
753
752
|
isOpen: boolean;
|
|
@@ -783,7 +782,7 @@ type ConsultationModalProps = {
|
|
|
783
782
|
started?: string;
|
|
784
783
|
};
|
|
785
784
|
};
|
|
786
|
-
declare const _default$
|
|
785
|
+
declare const _default$13: React__default.NamedExoticComponent<ConsultationModalProps>;
|
|
787
786
|
|
|
788
787
|
type SpecialistData = {
|
|
789
788
|
id: string;
|
|
@@ -801,7 +800,7 @@ type SignUpSessionModalProps = {
|
|
|
801
800
|
title: string;
|
|
802
801
|
cancelBtnLabel: string;
|
|
803
802
|
};
|
|
804
|
-
declare const _default$
|
|
803
|
+
declare const _default$12: React__default.NamedExoticComponent<SignUpSessionModalProps>;
|
|
805
804
|
|
|
806
805
|
type ConsultationSpecialistCardProps = {
|
|
807
806
|
id: string;
|
|
@@ -813,7 +812,7 @@ type ConsultationSpecialistCardProps = {
|
|
|
813
812
|
signInBtnLabel: string;
|
|
814
813
|
isBlockedText?: string;
|
|
815
814
|
};
|
|
816
|
-
declare const _default$
|
|
815
|
+
declare const _default$11: React__default.NamedExoticComponent<ConsultationSpecialistCardProps>;
|
|
817
816
|
|
|
818
817
|
type UserInfoModalProps = {
|
|
819
818
|
isOpen: boolean;
|
|
@@ -884,7 +883,7 @@ type ReScheduleProps = {
|
|
|
884
883
|
btnLabel: string;
|
|
885
884
|
};
|
|
886
885
|
};
|
|
887
|
-
declare const _default$
|
|
886
|
+
declare const _default$10: React__default.NamedExoticComponent<ReScheduleProps>;
|
|
888
887
|
|
|
889
888
|
type ReScheduleSuccessProps = {
|
|
890
889
|
name: string;
|
|
@@ -922,7 +921,7 @@ type DaySliderProps = JSX$1.IonSlides & HTMLAttributes<HTMLIonSlidesElement> & R
|
|
|
922
921
|
tomorrow?: string;
|
|
923
922
|
};
|
|
924
923
|
};
|
|
925
|
-
declare const _default
|
|
924
|
+
declare const _default$$: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<Omit<DaySliderProps, "ref"> & React__default.RefAttributes<HTMLIonSlidesElement>>>;
|
|
926
925
|
|
|
927
926
|
type SpecialistWorkDirectionsPropsType = {
|
|
928
927
|
workDirections?: string[] | [];
|
|
@@ -931,7 +930,7 @@ type SpecialistWorkDirectionsPropsType = {
|
|
|
931
930
|
moreLabel?: string;
|
|
932
931
|
hideLabel?: string;
|
|
933
932
|
};
|
|
934
|
-
declare const _default$
|
|
933
|
+
declare const _default$_: React__default.NamedExoticComponent<SpecialistWorkDirectionsPropsType>;
|
|
935
934
|
|
|
936
935
|
type SpecialistProfileViewCardProps = {
|
|
937
936
|
videoLink?: string;
|
|
@@ -941,7 +940,7 @@ type SpecialistProfileViewCardProps = {
|
|
|
941
940
|
isLoading?: boolean;
|
|
942
941
|
videoDurationSeconds?: number;
|
|
943
942
|
};
|
|
944
|
-
declare const _default
|
|
943
|
+
declare const _default$Z: React__default.NamedExoticComponent<SpecialistProfileViewCardProps>;
|
|
945
944
|
|
|
946
945
|
type SpecialistAboutProps = {
|
|
947
946
|
text?: string;
|
|
@@ -950,7 +949,7 @@ type SpecialistAboutProps = {
|
|
|
950
949
|
moreLabel?: string;
|
|
951
950
|
hideLabel?: string;
|
|
952
951
|
};
|
|
953
|
-
declare const _default$
|
|
952
|
+
declare const _default$Y: React__default.NamedExoticComponent<SpecialistAboutProps>;
|
|
954
953
|
|
|
955
954
|
type SpecialistEducationCardProps = {
|
|
956
955
|
institutionName?: string;
|
|
@@ -961,7 +960,7 @@ type SpecialistEducationCardProps = {
|
|
|
961
960
|
yearEnd?: number | null;
|
|
962
961
|
showLoader?: boolean;
|
|
963
962
|
};
|
|
964
|
-
declare const _default$
|
|
963
|
+
declare const _default$X: React__default.NamedExoticComponent<SpecialistEducationCardProps>;
|
|
965
964
|
|
|
966
965
|
type SpecialistStatisticsCardProps = {
|
|
967
966
|
trust?: boolean;
|
|
@@ -1007,7 +1006,7 @@ type BookingScheduleTimeProps = {
|
|
|
1007
1006
|
onClick?: (index: number, item: string) => void;
|
|
1008
1007
|
isLoading?: boolean;
|
|
1009
1008
|
};
|
|
1010
|
-
declare const _default$
|
|
1009
|
+
declare const _default$W: React__default.NamedExoticComponent<BookingScheduleTimeProps>;
|
|
1011
1010
|
|
|
1012
1011
|
type BookingSpecialistInfoProps = {
|
|
1013
1012
|
name: string;
|
|
@@ -1016,7 +1015,7 @@ type BookingSpecialistInfoProps = {
|
|
|
1016
1015
|
avatar?: string;
|
|
1017
1016
|
isLoading?: boolean;
|
|
1018
1017
|
};
|
|
1019
|
-
declare const _default$
|
|
1018
|
+
declare const _default$V: React__default.NamedExoticComponent<BookingSpecialistInfoProps>;
|
|
1020
1019
|
|
|
1021
1020
|
declare enum TypographyVariantsEnum {
|
|
1022
1021
|
Title48Bold = "Title/48 Bold",
|
|
@@ -1059,13 +1058,12 @@ type TypographyProps = {
|
|
|
1059
1058
|
opacity?: TypographyOpacityType;
|
|
1060
1059
|
isAppearCase?: boolean;
|
|
1061
1060
|
className?: string;
|
|
1062
|
-
style?: React.CSSProperties;
|
|
1063
1061
|
children: React.ReactNode;
|
|
1064
1062
|
onClick?: (args: any) => typeof args;
|
|
1065
1063
|
isError?: boolean;
|
|
1066
1064
|
};
|
|
1067
1065
|
|
|
1068
|
-
declare const _default$
|
|
1066
|
+
declare const _default$U: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<TypographyProps & React__default.RefAttributes<HTMLDivElement>>>;
|
|
1069
1067
|
|
|
1070
1068
|
type AlertCardVariants = 'transparent' | 'yellow' | 'blue';
|
|
1071
1069
|
type AlertCardProps = React$1.ComponentPropsWithoutRef<'div'> & {
|
|
@@ -1081,7 +1079,7 @@ type AlertCardProps = React$1.ComponentPropsWithoutRef<'div'> & {
|
|
|
1081
1079
|
};
|
|
1082
1080
|
};
|
|
1083
1081
|
|
|
1084
|
-
declare const _default$
|
|
1082
|
+
declare const _default$T: React$1.NamedExoticComponent<AlertCardProps>;
|
|
1085
1083
|
|
|
1086
1084
|
type AppFooterProps = {
|
|
1087
1085
|
children?: React__default.ReactNode;
|
|
@@ -1092,7 +1090,7 @@ type AppFooterProps = {
|
|
|
1092
1090
|
toolbarStyle?: CSSProperties;
|
|
1093
1091
|
className?: string;
|
|
1094
1092
|
};
|
|
1095
|
-
declare const _default$
|
|
1093
|
+
declare const _default$S: React__default.NamedExoticComponent<AppFooterProps>;
|
|
1096
1094
|
|
|
1097
1095
|
type AvatarRoundVariants = 'circle' | 'drop' | 'small';
|
|
1098
1096
|
|
|
@@ -1107,14 +1105,14 @@ type AvatarProps = {
|
|
|
1107
1105
|
onClick?(): void;
|
|
1108
1106
|
border?: boolean | string;
|
|
1109
1107
|
};
|
|
1110
|
-
declare const _default$
|
|
1108
|
+
declare const _default$R: React__default.NamedExoticComponent<AvatarProps>;
|
|
1111
1109
|
|
|
1112
1110
|
type SkeletonProps = {
|
|
1113
1111
|
animated?: boolean;
|
|
1114
1112
|
className?: string;
|
|
1115
1113
|
style?: React__default.CSSProperties;
|
|
1116
1114
|
};
|
|
1117
|
-
declare const _default$
|
|
1115
|
+
declare const _default$Q: React__default.NamedExoticComponent<SkeletonProps>;
|
|
1118
1116
|
|
|
1119
1117
|
type ButtonProps$1 = {
|
|
1120
1118
|
fill?: 'outline' | 'clear';
|
|
@@ -1125,15 +1123,13 @@ type ButtonProps$1 = {
|
|
|
1125
1123
|
fullWidth?: boolean;
|
|
1126
1124
|
className?: string;
|
|
1127
1125
|
routerLink?: string;
|
|
1128
|
-
onClick?: (e:
|
|
1126
|
+
onClick?: (e: React__default.MouseEvent<HTMLIonButtonElement>) => void;
|
|
1129
1127
|
isLoading?: boolean;
|
|
1130
|
-
icon?:
|
|
1128
|
+
icon?: React__default.ReactNode;
|
|
1131
1129
|
iconPosition?: 'start' | 'center';
|
|
1132
|
-
style?:
|
|
1130
|
+
style?: React__default.CSSProperties;
|
|
1133
1131
|
id?: string;
|
|
1134
|
-
variant?: 'default' | 'blue';
|
|
1135
1132
|
} & JSX$1.IonButton;
|
|
1136
|
-
|
|
1137
1133
|
declare const Button_v2: FC<ButtonProps$1>;
|
|
1138
1134
|
|
|
1139
1135
|
type ContainerProps = {
|
|
@@ -1153,7 +1149,7 @@ type FlagProps$1 = {
|
|
|
1153
1149
|
name: string;
|
|
1154
1150
|
className?: string;
|
|
1155
1151
|
};
|
|
1156
|
-
declare const _default$
|
|
1152
|
+
declare const _default$P: React__default.NamedExoticComponent<FlagProps$1>;
|
|
1157
1153
|
|
|
1158
1154
|
type PictureProps = {
|
|
1159
1155
|
width: number;
|
|
@@ -1170,7 +1166,7 @@ type PictureProps = {
|
|
|
1170
1166
|
responsive?: boolean;
|
|
1171
1167
|
containerWidth?: number;
|
|
1172
1168
|
};
|
|
1173
|
-
declare const _default$
|
|
1169
|
+
declare const _default$O: React__default.NamedExoticComponent<PictureProps>;
|
|
1174
1170
|
|
|
1175
1171
|
type BadgeType = 'default' | 'accent';
|
|
1176
1172
|
type BadgeVariants = 'attention' | 'neutral' | 'success' | 'warning' | 'brand' | 'info';
|
|
@@ -1178,10 +1174,10 @@ type BadgeProps = React$1.ComponentPropsWithoutRef<'span'> & {
|
|
|
1178
1174
|
variant: BadgeVariants;
|
|
1179
1175
|
size?: 'S' | 'M';
|
|
1180
1176
|
type?: BadgeType;
|
|
1181
|
-
iconType?: 'check'
|
|
1177
|
+
iconType?: 'check';
|
|
1182
1178
|
};
|
|
1183
1179
|
|
|
1184
|
-
declare const _default$
|
|
1180
|
+
declare const _default$N: React$1.NamedExoticComponent<BadgeProps>;
|
|
1185
1181
|
|
|
1186
1182
|
type ItemCardVariants = 'neutral' | 'transparent' | 'transparent20';
|
|
1187
1183
|
type ItemCardProps = React$1.ComponentPropsWithoutRef<'div'> & {
|
|
@@ -1189,7 +1185,7 @@ type ItemCardProps = React$1.ComponentPropsWithoutRef<'div'> & {
|
|
|
1189
1185
|
size?: 'M' | 'M4' | 'M45';
|
|
1190
1186
|
};
|
|
1191
1187
|
|
|
1192
|
-
declare const _default$
|
|
1188
|
+
declare const _default$M: React$1.NamedExoticComponent<ItemCardProps>;
|
|
1193
1189
|
|
|
1194
1190
|
type AppHeaderProps = {
|
|
1195
1191
|
fullwidth?: boolean;
|
|
@@ -1253,7 +1249,6 @@ type CircleRatingLegendProps = {
|
|
|
1253
1249
|
t: WithTranslation['t'];
|
|
1254
1250
|
isReverse?: boolean;
|
|
1255
1251
|
isPercentage?: boolean;
|
|
1256
|
-
isShowLegend?: boolean;
|
|
1257
1252
|
};
|
|
1258
1253
|
type CircleRatingComponentProps = {
|
|
1259
1254
|
size: keyof typeof CircleRatingSize;
|
|
@@ -1270,10 +1265,7 @@ type CircleRatingComponentProps = {
|
|
|
1270
1265
|
isZeroTransparent?: boolean;
|
|
1271
1266
|
isWithOverlap?: boolean;
|
|
1272
1267
|
isWithAnimation?: boolean;
|
|
1273
|
-
isPrimaryColor?: boolean;
|
|
1274
|
-
isProgressWithAnimation?: boolean;
|
|
1275
1268
|
className?: string;
|
|
1276
|
-
onProgressEnd?: () => void;
|
|
1277
1269
|
};
|
|
1278
1270
|
type CircleRatingContextProps = CircleRatingComponentProps & {
|
|
1279
1271
|
legend?: string[];
|
|
@@ -1384,7 +1376,7 @@ type SpecialistPaymentConsultationDetailsType = {
|
|
|
1384
1376
|
onUserClick?: () => void;
|
|
1385
1377
|
};
|
|
1386
1378
|
|
|
1387
|
-
interface IconProps$
|
|
1379
|
+
interface IconProps$B extends SVGAttributes<SVGElement> {
|
|
1388
1380
|
size?: number | string;
|
|
1389
1381
|
width?: number | string;
|
|
1390
1382
|
height?: number | string;
|
|
@@ -1428,12 +1420,6 @@ declare enum ShortCurrencySignByLocale {
|
|
|
1428
1420
|
'eur' = "EUR",
|
|
1429
1421
|
'es' = "USD"
|
|
1430
1422
|
}
|
|
1431
|
-
declare enum ShortTranscriptionCurrencySignByLocale {
|
|
1432
|
-
'uk' = "\u0433\u0440",
|
|
1433
|
-
'pl' = "z\u0142o",
|
|
1434
|
-
'eur' = "EUR",
|
|
1435
|
-
'es' = "US"
|
|
1436
|
-
}
|
|
1437
1423
|
declare const StripeSupportedCurrency: SupportedCurrency[];
|
|
1438
1424
|
|
|
1439
1425
|
declare enum SupportedLangs {
|
|
@@ -1490,52 +1476,6 @@ type ReviewSwiperProps = {
|
|
|
1490
1476
|
};
|
|
1491
1477
|
declare const ReviewSwiperSection: React__default.FC<ReviewSwiperProps>;
|
|
1492
1478
|
|
|
1493
|
-
type ChartType = 'area' | 'lines';
|
|
1494
|
-
type ChartData<T = ChartType> = T extends 'area' ? {
|
|
1495
|
-
chartType: 'area';
|
|
1496
|
-
gradientDirection: 'leftToRight' | 'rightToLeft' | 'topToBottom' | 'bottomToTop';
|
|
1497
|
-
gradientColors: {
|
|
1498
|
-
color: string;
|
|
1499
|
-
offset: string;
|
|
1500
|
-
}[];
|
|
1501
|
-
gradientOpacity?: number;
|
|
1502
|
-
strokeWidth?: number;
|
|
1503
|
-
strokeColor?: string;
|
|
1504
|
-
fillColor?: string;
|
|
1505
|
-
data: {
|
|
1506
|
-
label: string;
|
|
1507
|
-
tooltip?: string;
|
|
1508
|
-
dotBorderColor?: string;
|
|
1509
|
-
value: number;
|
|
1510
|
-
}[];
|
|
1511
|
-
} : {
|
|
1512
|
-
chartType: 'lines';
|
|
1513
|
-
strokeWidth?: number;
|
|
1514
|
-
strokeColors: Record<string, string>;
|
|
1515
|
-
labels: Record<string, string>;
|
|
1516
|
-
fillColor?: string;
|
|
1517
|
-
data: {
|
|
1518
|
-
[key: string]: string | number;
|
|
1519
|
-
label: string;
|
|
1520
|
-
}[];
|
|
1521
|
-
yAxisLabels: string[];
|
|
1522
|
-
};
|
|
1523
|
-
|
|
1524
|
-
type Tariff = {
|
|
1525
|
-
id: string;
|
|
1526
|
-
label: string;
|
|
1527
|
-
priceAfterDiscount: number;
|
|
1528
|
-
priceAfterAdditionalDiscount: number;
|
|
1529
|
-
priceBase: number;
|
|
1530
|
-
description: string;
|
|
1531
|
-
isMostPopular?: boolean;
|
|
1532
|
-
percentDiscount?: number;
|
|
1533
|
-
advantagesList: {
|
|
1534
|
-
id: string;
|
|
1535
|
-
label: string;
|
|
1536
|
-
}[];
|
|
1537
|
-
};
|
|
1538
|
-
|
|
1539
1479
|
declare enum ConditionRulesType {
|
|
1540
1480
|
IS = "is"
|
|
1541
1481
|
}
|
|
@@ -1557,15 +1497,9 @@ declare enum OnBoardingScreenOptions {
|
|
|
1557
1497
|
START = "START",
|
|
1558
1498
|
MULTI_SELECT = "MULTI_SELECT",
|
|
1559
1499
|
SINGLE_SELECT = "SINGLE_SELECT",
|
|
1560
|
-
SINGLE_IMAGE_SELECT = "SINGLE_IMAGE_SELECT",
|
|
1561
1500
|
INFO = "INFO",
|
|
1562
1501
|
LOADER = "LOADER",
|
|
1563
|
-
REVIEWS = "REVIEWS"
|
|
1564
|
-
EMAIL = "EMAIL",
|
|
1565
|
-
CONFIRM = "CONFIRM",
|
|
1566
|
-
PAYWALL = "PAYWALL",
|
|
1567
|
-
COMPARE = "COMPARE",
|
|
1568
|
-
CHART = "CHART"
|
|
1502
|
+
REVIEWS = "REVIEWS"
|
|
1569
1503
|
}
|
|
1570
1504
|
type OnBoardingScreenOptionType = {
|
|
1571
1505
|
id: string;
|
|
@@ -1574,9 +1508,6 @@ type OnBoardingScreenOptionType = {
|
|
|
1574
1508
|
isDefault?: boolean;
|
|
1575
1509
|
filtrationAnswerId?: string;
|
|
1576
1510
|
};
|
|
1577
|
-
type OnBoardingScreenOptionWithImageType = OnBoardingScreenOptionType & {
|
|
1578
|
-
image?: ResponseFileType | null;
|
|
1579
|
-
};
|
|
1580
1511
|
type OnBoardingScreenButtonType = {
|
|
1581
1512
|
buttonText?: string | null;
|
|
1582
1513
|
buttonColor?: string | null;
|
|
@@ -1594,26 +1525,6 @@ type OnBoardingScreenDescriptionType = {
|
|
|
1594
1525
|
title?: string | null;
|
|
1595
1526
|
description?: string | null;
|
|
1596
1527
|
};
|
|
1597
|
-
type OnBoardingScreenPrivacyType = {
|
|
1598
|
-
privacyText?: string;
|
|
1599
|
-
showPrivacyText?: boolean;
|
|
1600
|
-
};
|
|
1601
|
-
type OnBoardingScreenEmailType = {
|
|
1602
|
-
emailPlaceholder?: string;
|
|
1603
|
-
};
|
|
1604
|
-
type OnBoardingScreenPasswordType = {
|
|
1605
|
-
passwordPlaceholder?: string;
|
|
1606
|
-
};
|
|
1607
|
-
type OnBoardingScreenAlertType = {
|
|
1608
|
-
alertTitle?: string;
|
|
1609
|
-
alertText?: string;
|
|
1610
|
-
};
|
|
1611
|
-
type OnBoardingScreenTranslationsType = {
|
|
1612
|
-
t?: WithTranslation['t'];
|
|
1613
|
-
};
|
|
1614
|
-
type OnBoardingScreenErrorsType = {
|
|
1615
|
-
errors?: Record<string, string>;
|
|
1616
|
-
};
|
|
1617
1528
|
type OnBoardingBaseScreenType = {
|
|
1618
1529
|
id: string;
|
|
1619
1530
|
type: OnBoardingScreenOptions;
|
|
@@ -1631,7 +1542,6 @@ type OnBoardingBaseScreenType = {
|
|
|
1631
1542
|
isPreview?: boolean;
|
|
1632
1543
|
isPageView?: boolean;
|
|
1633
1544
|
hideTimer?: boolean;
|
|
1634
|
-
isStartScreen?: boolean;
|
|
1635
1545
|
};
|
|
1636
1546
|
type OnBoardingStartScreenType = OnBoardingBaseScreenType & OnBoardingScreenButtonType & OnBoardingScreenSkipButtonType & OnBoardingScreenBgType & OnBoardingScreenDescriptionType & {
|
|
1637
1547
|
image?: ResponseFileType | null;
|
|
@@ -1643,13 +1553,8 @@ type OnBoardingMultiSelectScreenType = OnBoardingBaseScreenType & OnBoardingScre
|
|
|
1643
1553
|
options: OnBoardingScreenOptionType[];
|
|
1644
1554
|
};
|
|
1645
1555
|
type OnBoardingSingleSelectScreenType = OnBoardingBaseScreenType & OnBoardingScreenDescriptionType & {
|
|
1646
|
-
legalText?: string;
|
|
1647
1556
|
options: OnBoardingScreenOptionType[];
|
|
1648
1557
|
};
|
|
1649
|
-
type OnBoardingSingleImageSelectScreenType = OnBoardingBaseScreenType & OnBoardingScreenDescriptionType & {
|
|
1650
|
-
legalText?: string;
|
|
1651
|
-
options: OnBoardingScreenOptionWithImageType[];
|
|
1652
|
-
};
|
|
1653
1558
|
type OnBoardingLoaderScreenType = OnBoardingBaseScreenType & {
|
|
1654
1559
|
title?: string | null;
|
|
1655
1560
|
additionalText?: string;
|
|
@@ -1657,11 +1562,6 @@ type OnBoardingLoaderScreenType = OnBoardingBaseScreenType & {
|
|
|
1657
1562
|
answerScreenId?: string[];
|
|
1658
1563
|
allScreens?: Record<string, OnBoardingScreensType>;
|
|
1659
1564
|
selectedAnswers?: Record<string, string[]>;
|
|
1660
|
-
loadingItemDuration?: number;
|
|
1661
|
-
listItems?: {
|
|
1662
|
-
id: string;
|
|
1663
|
-
label: string;
|
|
1664
|
-
}[];
|
|
1665
1565
|
};
|
|
1666
1566
|
type OnBoardingReviewsScreenType = OnBoardingBaseScreenType & OnBoardingScreenButtonType & TranslationType & {
|
|
1667
1567
|
title?: string | null;
|
|
@@ -1669,36 +1569,7 @@ type OnBoardingReviewsScreenType = OnBoardingBaseScreenType & OnBoardingScreenBu
|
|
|
1669
1569
|
reviews: ISpecialistReview[];
|
|
1670
1570
|
isLoading?: boolean;
|
|
1671
1571
|
};
|
|
1672
|
-
type
|
|
1673
|
-
title: string;
|
|
1674
|
-
};
|
|
1675
|
-
type OnBoardingConfirmScreenType = OnBoardingBaseScreenType & OnBoardingScreenButtonType & OnBoardingScreenTranslationsType & OnBoardingScreenErrorsType & OnBoardingScreenEmailType & OnBoardingScreenPasswordType & OnBoardingScreenAlertType & {
|
|
1676
|
-
title: string;
|
|
1677
|
-
};
|
|
1678
|
-
type OnBoardingPaywallScreenType = OnBoardingBaseScreenType & OnBoardingScreenButtonType & OnBoardingScreenTranslationsType & OnBoardingScreenErrorsType & {
|
|
1679
|
-
title: string;
|
|
1680
|
-
description?: string;
|
|
1681
|
-
tariffs: Tariff[];
|
|
1682
|
-
percentDiscount: number;
|
|
1683
|
-
additionalDiscount?: number;
|
|
1684
|
-
};
|
|
1685
|
-
type OnBoardingCompareScreenType = OnBoardingBaseScreenType & OnBoardingScreenButtonType & OnBoardingScreenTranslationsType & OnBoardingScreenErrorsType & {
|
|
1686
|
-
title: string;
|
|
1687
|
-
description?: string;
|
|
1688
|
-
otherPlatformsTitle?: string;
|
|
1689
|
-
listItems: {
|
|
1690
|
-
id: string;
|
|
1691
|
-
label: string;
|
|
1692
|
-
hasInMindly: boolean;
|
|
1693
|
-
hasInCompetitors: boolean;
|
|
1694
|
-
}[];
|
|
1695
|
-
};
|
|
1696
|
-
type OnBoardingChartScreenType = OnBoardingBaseScreenType & OnBoardingScreenButtonType & OnBoardingScreenTranslationsType & OnBoardingScreenErrorsType & {
|
|
1697
|
-
title?: string;
|
|
1698
|
-
disclaimer?: string;
|
|
1699
|
-
chart: ChartData;
|
|
1700
|
-
};
|
|
1701
|
-
type OnBoardingScreensType = OnBoardingStartScreenType | OnBoardingMultiSelectScreenType | OnBoardingSingleSelectScreenType | OnBoardingInfoScreenType | OnBoardingLoaderScreenType | OnBoardingReviewsScreenType | OnBoardingEmailScreenType | OnBoardingConfirmScreenType | OnBoardingCompareScreenType | OnBoardingPaywallScreenType | OnBoardingChartScreenType;
|
|
1572
|
+
type OnBoardingScreensType = OnBoardingStartScreenType | OnBoardingMultiSelectScreenType | OnBoardingSingleSelectScreenType | OnBoardingInfoScreenType | OnBoardingLoaderScreenType | OnBoardingReviewsScreenType;
|
|
1702
1573
|
type OnBoardingFlowType = {
|
|
1703
1574
|
id: string;
|
|
1704
1575
|
locale: string;
|
|
@@ -1718,12 +1589,7 @@ type OnBoardingFlowType = {
|
|
|
1718
1589
|
promocode_duration_min?: number | null;
|
|
1719
1590
|
duration_min?: number | null;
|
|
1720
1591
|
isDefault?: boolean;
|
|
1721
|
-
theme?: OnboardingVariant;
|
|
1722
1592
|
};
|
|
1723
|
-
declare enum OnboardingVariant {
|
|
1724
|
-
default = "default",
|
|
1725
|
-
blue = "blue"
|
|
1726
|
-
}
|
|
1727
1593
|
|
|
1728
1594
|
declare enum ContractStatusEnum {
|
|
1729
1595
|
active = "active",
|
|
@@ -1858,16 +1724,6 @@ type SpecialistReview$1 = {
|
|
|
1858
1724
|
*/
|
|
1859
1725
|
created_at: number;
|
|
1860
1726
|
review_status: 'on_review' | 'approved' | 'rejected';
|
|
1861
|
-
is_editable?: boolean;
|
|
1862
|
-
};
|
|
1863
|
-
type MindlyReview = {
|
|
1864
|
-
id: string;
|
|
1865
|
-
avatar: string | null;
|
|
1866
|
-
first_name: string;
|
|
1867
|
-
last_name?: string | null;
|
|
1868
|
-
review_rating: number;
|
|
1869
|
-
text_of_review: string | null;
|
|
1870
|
-
created_at: number;
|
|
1871
1727
|
};
|
|
1872
1728
|
|
|
1873
1729
|
type AllowFilterValueType = string | number | boolean;
|
|
@@ -1986,26 +1842,17 @@ type AutoComplete<T extends string> = T | (string & {});
|
|
|
1986
1842
|
|
|
1987
1843
|
declare enum ListBoxSelectionType {
|
|
1988
1844
|
Checkbox = "checkbox",
|
|
1989
|
-
Radio = "radio"
|
|
1990
|
-
Image = "image"
|
|
1845
|
+
Radio = "radio"
|
|
1991
1846
|
}
|
|
1992
|
-
type VariantType = 'default' | 'blue';
|
|
1993
1847
|
type ListBoxProps<T> = AriaListBoxProps<T> & {
|
|
1994
1848
|
type?: `${ListBoxSelectionType}`;
|
|
1995
1849
|
enableSelection?: boolean;
|
|
1996
|
-
selectedIconProps?: IconProps$
|
|
1850
|
+
selectedIconProps?: IconProps$B;
|
|
1997
1851
|
selectionPosition?: 'start' | 'end';
|
|
1998
|
-
selectionImageClassNames?: {
|
|
1999
|
-
label?: string;
|
|
2000
|
-
arrowIcon?: string;
|
|
2001
|
-
bottomContainer?: string;
|
|
2002
|
-
} | null;
|
|
2003
1852
|
className?: string;
|
|
2004
|
-
variant?: VariantType;
|
|
2005
|
-
image?: ResponseFileType;
|
|
2006
1853
|
};
|
|
2007
1854
|
|
|
2008
|
-
declare function ListBox<T extends Record<string, unknown>>({ selectedIconProps, type, selectionPosition, enableSelection, className,
|
|
1855
|
+
declare function ListBox<T extends Record<string, unknown>>({ selectedIconProps, type, selectionPosition, enableSelection, className, ...props }: ListBoxProps<T>): JSX.Element;
|
|
2009
1856
|
|
|
2010
1857
|
type ListOptionsProps = {
|
|
2011
1858
|
item: Node<unknown>;
|
|
@@ -2013,35 +1860,21 @@ type ListOptionsProps = {
|
|
|
2013
1860
|
icon?: React$1.ReactNode;
|
|
2014
1861
|
divider?: boolean;
|
|
2015
1862
|
value?: string;
|
|
2016
|
-
selectedIconProps?: IconProps$
|
|
1863
|
+
selectedIconProps?: IconProps$B;
|
|
2017
1864
|
type?: `${ListBoxSelectionType}`;
|
|
2018
1865
|
selectionPosition?: 'start' | 'end';
|
|
2019
1866
|
enableSelection?: boolean;
|
|
2020
|
-
variant?: VariantType;
|
|
2021
|
-
image?: ResponseFileType | null;
|
|
2022
|
-
selectionImageClassNames?: {
|
|
2023
|
-
label?: string;
|
|
2024
|
-
arrowIcon?: string;
|
|
2025
|
-
bottomContainer?: string;
|
|
2026
|
-
} | null;
|
|
2027
1867
|
};
|
|
2028
1868
|
type ListBoxItemProps = {
|
|
2029
1869
|
icon?: React$1.ReactNode;
|
|
2030
1870
|
type?: `${ListBoxSelectionType}`;
|
|
2031
|
-
selectedIconProps?: IconProps$
|
|
1871
|
+
selectedIconProps?: IconProps$B;
|
|
2032
1872
|
divider?: boolean;
|
|
2033
1873
|
value?: string;
|
|
2034
1874
|
children: React$1.ReactNode;
|
|
2035
1875
|
className?: string;
|
|
2036
|
-
sselectionImageClassNames?: {
|
|
2037
|
-
label?: string;
|
|
2038
|
-
arrowIcon?: string;
|
|
2039
|
-
bottomContainer?: string;
|
|
2040
|
-
} | null;
|
|
2041
1876
|
customContent?: boolean;
|
|
2042
1877
|
onClick?: HTMLIonItemElement['onclick'];
|
|
2043
|
-
variant?: VariantType;
|
|
2044
|
-
image?: ResponseFileType | null;
|
|
2045
1878
|
};
|
|
2046
1879
|
|
|
2047
1880
|
declare const ListOption: React$1.ForwardRefExoticComponent<ListOptionsProps & React$1.RefAttributes<HTMLIonItemElement>>;
|
|
@@ -2090,7 +1923,7 @@ interface TextareaV2Props extends Omit<JSX$1.IonTextarea, 'color' | 'enterkeyhin
|
|
|
2090
1923
|
onKeyPress?: (e: KeyboardEvent<HTMLIonTextareaElement>) => void;
|
|
2091
1924
|
}
|
|
2092
1925
|
|
|
2093
|
-
declare const _default$
|
|
1926
|
+
declare const _default$L: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<TextareaV2Props & React__default.RefAttributes<HTMLIonTextareaElement>>>;
|
|
2094
1927
|
|
|
2095
1928
|
type RatingProps = {
|
|
2096
1929
|
initialRating?: number;
|
|
@@ -2100,12 +1933,12 @@ type RatingProps = {
|
|
|
2100
1933
|
size?: number;
|
|
2101
1934
|
className?: string;
|
|
2102
1935
|
readonly?: boolean;
|
|
2103
|
-
}
|
|
1936
|
+
};
|
|
2104
1937
|
|
|
2105
|
-
declare const _default$
|
|
1938
|
+
declare const _default$K: React__default.NamedExoticComponent<RatingProps>;
|
|
2106
1939
|
|
|
2107
1940
|
declare const RatingCircleWrapper: FC<CircleRatingComponentProps & {
|
|
2108
|
-
t: WithTranslation
|
|
1941
|
+
t: WithTranslation | any;
|
|
2109
1942
|
}>;
|
|
2110
1943
|
|
|
2111
1944
|
type IconButtonProps = {
|
|
@@ -2116,7 +1949,7 @@ type IconButtonProps = {
|
|
|
2116
1949
|
fill?: 'clear' | 'filled';
|
|
2117
1950
|
type?: 'button' | 'submit' | 'reset';
|
|
2118
1951
|
};
|
|
2119
|
-
declare const _default$
|
|
1952
|
+
declare const _default$J: React__default.NamedExoticComponent<IconButtonProps>;
|
|
2120
1953
|
|
|
2121
1954
|
type ToastProviderProps = ToastStateProps;
|
|
2122
1955
|
type MindlyToastProps = {
|
|
@@ -2155,24 +1988,24 @@ declare const ModalSheet: React$1.ForwardRefExoticComponent<_ionic_core_dist_typ
|
|
|
2155
1988
|
} & React$1.RefAttributes<HTMLIonModalElement>>;
|
|
2156
1989
|
|
|
2157
1990
|
type ProgressBar_v2Props = {
|
|
2158
|
-
variant?: 'default' | 'danger' | 'success' | 'dark' | 'light'
|
|
1991
|
+
variant?: 'default' | 'danger' | 'success' | 'dark' | 'light';
|
|
2159
1992
|
progress: number;
|
|
2160
1993
|
className?: string;
|
|
2161
1994
|
reversed?: boolean;
|
|
2162
1995
|
animationDuration?: number;
|
|
2163
1996
|
onProgressEnd?: () => void;
|
|
2164
1997
|
};
|
|
2165
|
-
declare const _default$
|
|
1998
|
+
declare const _default$I: React__default.NamedExoticComponent<ProgressBar_v2Props>;
|
|
2166
1999
|
|
|
2167
2000
|
type LoadingProps = {
|
|
2168
2001
|
isOpen: boolean;
|
|
2169
2002
|
};
|
|
2170
|
-
declare const _default$
|
|
2003
|
+
declare const _default$H: React__default.NamedExoticComponent<LoadingProps>;
|
|
2171
2004
|
|
|
2172
2005
|
type ListItemsProps = React$1.HTMLAttributes<HTMLIonListElement> & {
|
|
2173
2006
|
withBorders?: boolean;
|
|
2174
2007
|
};
|
|
2175
|
-
declare const _default$
|
|
2008
|
+
declare const _default$G: React$1.NamedExoticComponent<ListItemsProps>;
|
|
2176
2009
|
|
|
2177
2010
|
type ItemProps = React$1.HTMLAttributes<HTMLIonItemElement> & {
|
|
2178
2011
|
leftContent?: React$1.ReactNode;
|
|
@@ -2184,21 +2017,14 @@ type ItemProps = React$1.HTMLAttributes<HTMLIonItemElement> & {
|
|
|
2184
2017
|
isError?: boolean;
|
|
2185
2018
|
status?: 'error' | 'attention';
|
|
2186
2019
|
};
|
|
2187
|
-
declare const _default$
|
|
2188
|
-
|
|
2189
|
-
declare enum VariantEnum {
|
|
2190
|
-
default = "default",
|
|
2191
|
-
blue = "blue"
|
|
2192
|
-
}
|
|
2020
|
+
declare const _default$F: React$1.NamedExoticComponent<ItemProps>;
|
|
2193
2021
|
|
|
2194
2022
|
type VideoProps = {
|
|
2195
2023
|
src: string;
|
|
2196
2024
|
isMuted?: boolean;
|
|
2197
2025
|
isWithWatermark?: boolean;
|
|
2198
2026
|
isWithPlay?: boolean;
|
|
2199
|
-
buttonPlacement?: 'top-left' | 'top-right' | 'bottom-left' | 'bottom-right' | 'center';
|
|
2200
2027
|
hiddenVideo?: boolean;
|
|
2201
|
-
variant?: VariantEnum;
|
|
2202
2028
|
preview?: string;
|
|
2203
2029
|
onMuteToggle?: () => void;
|
|
2204
2030
|
onPlay?(src: string): void;
|
|
@@ -2211,7 +2037,7 @@ type VideoMethods = {
|
|
|
2211
2037
|
play(): void;
|
|
2212
2038
|
};
|
|
2213
2039
|
type VideoRef = HTMLVideoElement | VideoMethods;
|
|
2214
|
-
declare const _default$
|
|
2040
|
+
declare const _default$E: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<VideoProps & {
|
|
2215
2041
|
children?: React__default.ReactNode;
|
|
2216
2042
|
} & React__default.RefAttributes<VideoRef>>>;
|
|
2217
2043
|
|
|
@@ -2328,15 +2154,15 @@ type MatchProgressProps = {
|
|
|
2328
2154
|
className?: string;
|
|
2329
2155
|
percentMatch: number;
|
|
2330
2156
|
};
|
|
2331
|
-
declare const _default$
|
|
2157
|
+
declare const _default$D: React__default.NamedExoticComponent<React__default.PropsWithChildren<MatchProgressProps>>;
|
|
2332
2158
|
|
|
2333
2159
|
interface Props$7 {
|
|
2334
2160
|
className?: string;
|
|
2335
2161
|
title: string;
|
|
2336
2162
|
}
|
|
2337
|
-
declare const _default$
|
|
2163
|
+
declare const _default$C: React__default.NamedExoticComponent<React__default.PropsWithChildren<Props$7>>;
|
|
2338
2164
|
|
|
2339
|
-
declare const _default$
|
|
2165
|
+
declare const _default$B: React__default.NamedExoticComponent<React__default.PropsWithChildren<React__default.HTMLAttributes<HTMLButtonElement>>>;
|
|
2340
2166
|
|
|
2341
2167
|
type Props$6 = {
|
|
2342
2168
|
className?: string;
|
|
@@ -2378,23 +2204,6 @@ type NewSpecialistProps = {
|
|
|
2378
2204
|
|
|
2379
2205
|
declare const NewSpecialist: React__default.FC<NewSpecialistProps>;
|
|
2380
2206
|
|
|
2381
|
-
type SolidInputProps = {
|
|
2382
|
-
placeholder: string;
|
|
2383
|
-
value?: string;
|
|
2384
|
-
name?: string;
|
|
2385
|
-
type?: TextFieldTypes;
|
|
2386
|
-
itemClassName?: string;
|
|
2387
|
-
inputClassName?: string;
|
|
2388
|
-
labelClassName?: string;
|
|
2389
|
-
errorText?: string;
|
|
2390
|
-
isInvalid?: boolean;
|
|
2391
|
-
showTogglePassword?: boolean;
|
|
2392
|
-
onChange?: (event: IonInputCustomEvent<InputChangeEventDetail>) => void;
|
|
2393
|
-
onKeyDown?: KeyboardEventHandler;
|
|
2394
|
-
};
|
|
2395
|
-
|
|
2396
|
-
declare const SolidInput: React__default.ForwardRefExoticComponent<SolidInputProps & React__default.RefAttributes<HTMLIonInputElement>>;
|
|
2397
|
-
|
|
2398
2207
|
declare enum appThemes {
|
|
2399
2208
|
client = "client",
|
|
2400
2209
|
specialist = "specialist"
|
|
@@ -2446,7 +2255,7 @@ declare function useToastContext(): ToastState<MindlyToastProps>;
|
|
|
2446
2255
|
declare const SIZES: SizeValues;
|
|
2447
2256
|
declare const BREAKPOINT_ICON_SIZE = 20;
|
|
2448
2257
|
declare function useCircleRatingRenderData({ progress, size, maxValue, isReverse, isShowBreakPoints, }: CircleRatingDataProps): CircleRatingDataResult;
|
|
2449
|
-
declare function useRangeIndex({ progress, maxValue, ranges, isReverse
|
|
2258
|
+
declare function useRangeIndex({ progress, maxValue, ranges, isReverse }: ProgressRangeProps): number;
|
|
2450
2259
|
declare function getProgressForBreakPoint({ maxValue, breakPoint, }: {
|
|
2451
2260
|
maxValue: number;
|
|
2452
2261
|
breakPoint: number;
|
|
@@ -2457,15 +2266,11 @@ declare function useBreakPointsPosition({ maxValue, breakPoints, radius, strokeW
|
|
|
2457
2266
|
radius?: number;
|
|
2458
2267
|
strokeWidth?: number;
|
|
2459
2268
|
}): BreakPointPositionResult[];
|
|
2460
|
-
declare function useRatingCircleLegend({ ranges, t, isReverse, isPercentage,
|
|
2461
|
-
declare function useRatingCircleContentValue({ progress, isPercentage, decimal,
|
|
2269
|
+
declare function useRatingCircleLegend({ ranges, t, isReverse, isPercentage, }: CircleRatingLegendProps): string[];
|
|
2270
|
+
declare function useRatingCircleContentValue({ progress, isPercentage, decimal, }: {
|
|
2462
2271
|
progress: number;
|
|
2463
2272
|
isPercentage?: boolean;
|
|
2464
2273
|
decimal?: number;
|
|
2465
|
-
isWithAnimation?: boolean;
|
|
2466
|
-
animationDuration?: number;
|
|
2467
|
-
targetPercentage?: number;
|
|
2468
|
-
onProgressEnd?: () => void;
|
|
2469
2274
|
}): string;
|
|
2470
2275
|
declare function useRatingCircleBreakPoints({ ranges, maxValue, isReverse, }: {
|
|
2471
2276
|
ranges: CircleRatingRange[];
|
|
@@ -2487,126 +2292,130 @@ declare const useDeepUpdateEffect: <T extends unknown[]>(effect: EffectCallback,
|
|
|
2487
2292
|
|
|
2488
2293
|
declare function useIsKeyBoardShown(): boolean;
|
|
2489
2294
|
|
|
2490
|
-
interface IconProps$
|
|
2295
|
+
interface IconProps$A extends React$1.SVGAttributes<SVGElement> {
|
|
2491
2296
|
size?: number | string;
|
|
2492
2297
|
color?: string;
|
|
2493
2298
|
}
|
|
2494
|
-
declare function IconArrowLeft({ color, size, ...other }: IconProps$
|
|
2299
|
+
declare function IconArrowLeft({ color, size, ...other }: IconProps$A): JSX.Element;
|
|
2495
2300
|
|
|
2496
|
-
interface IconProps$
|
|
2301
|
+
interface IconProps$z extends React$1.SVGAttributes<SVGElement> {
|
|
2497
2302
|
size?: number | string;
|
|
2498
2303
|
color?: string;
|
|
2499
2304
|
}
|
|
2500
|
-
declare function IconArrowRight({ color, size, ...other }: IconProps$
|
|
2305
|
+
declare function IconArrowRight({ color, size, ...other }: IconProps$z): JSX.Element;
|
|
2501
2306
|
|
|
2502
|
-
interface IconProps$
|
|
2307
|
+
interface IconProps$y extends React$1.SVGAttributes<SVGElement> {
|
|
2503
2308
|
size?: number | string;
|
|
2504
2309
|
color?: string;
|
|
2505
2310
|
}
|
|
2506
|
-
declare function IconBeachAccess({ color, size, ...other }: IconProps$
|
|
2311
|
+
declare function IconBeachAccess({ color, size, ...other }: IconProps$y): JSX.Element;
|
|
2507
2312
|
|
|
2508
|
-
interface IconProps$
|
|
2313
|
+
interface IconProps$x extends React$1.SVGAttributes<SVGElement> {
|
|
2509
2314
|
size?: number | string;
|
|
2510
2315
|
color?: string;
|
|
2511
2316
|
}
|
|
2512
|
-
declare function IconCalendar({ color, size, ...other }: IconProps$
|
|
2317
|
+
declare function IconCalendar({ color, size, ...other }: IconProps$x): JSX.Element;
|
|
2513
2318
|
|
|
2514
|
-
declare const IconCalendarNew: FC<IconProps$
|
|
2319
|
+
declare const IconCalendarNew: FC<IconProps$B>;
|
|
2515
2320
|
|
|
2516
|
-
|
|
2321
|
+
interface IconProps$w extends React$1.SVGAttributes<SVGElement> {
|
|
2322
|
+
size?: number | string;
|
|
2323
|
+
color?: string;
|
|
2324
|
+
}
|
|
2325
|
+
declare function IconCalendarMonth({ color, size, ...other }: IconProps$w): JSX.Element;
|
|
2517
2326
|
|
|
2518
|
-
interface IconProps$
|
|
2327
|
+
interface IconProps$v extends React$1.SVGAttributes<SVGElement> {
|
|
2519
2328
|
size?: number | string;
|
|
2520
2329
|
color?: string;
|
|
2521
2330
|
}
|
|
2522
|
-
declare function IconChatOutline({ color, size, ...other }: IconProps$
|
|
2331
|
+
declare function IconChatOutline({ color, size, ...other }: IconProps$v): JSX.Element;
|
|
2523
2332
|
|
|
2524
|
-
interface IconProps$
|
|
2333
|
+
interface IconProps$u extends React$1.SVGAttributes<SVGElement> {
|
|
2525
2334
|
size?: number | string;
|
|
2526
2335
|
color?: string;
|
|
2527
2336
|
}
|
|
2528
|
-
declare
|
|
2337
|
+
declare function IconCheckboxChecked({ color, size, ...other }: IconProps$u): JSX.Element;
|
|
2529
2338
|
|
|
2530
|
-
interface IconProps$
|
|
2339
|
+
interface IconProps$t extends React$1.SVGAttributes<SVGElement> {
|
|
2531
2340
|
size?: number | string;
|
|
2532
2341
|
color?: string;
|
|
2533
2342
|
}
|
|
2534
|
-
declare function IconCheckboxUnchecked({ color, size, ...other }: IconProps$
|
|
2343
|
+
declare function IconCheckboxUnchecked({ color, size, ...other }: IconProps$t): JSX.Element;
|
|
2535
2344
|
|
|
2536
2345
|
declare const IconClose: FC<React$1.SVGAttributes<SVGElement>>;
|
|
2537
2346
|
|
|
2538
|
-
interface IconProps$
|
|
2347
|
+
interface IconProps$s extends React$1.SVGAttributes<SVGElement> {
|
|
2539
2348
|
size?: number | string;
|
|
2540
2349
|
color?: string;
|
|
2541
2350
|
}
|
|
2542
|
-
declare function IconEditCalendar({ color, size, ...props }: IconProps$
|
|
2351
|
+
declare function IconEditCalendar({ color, size, ...props }: IconProps$s): JSX.Element;
|
|
2543
2352
|
|
|
2544
|
-
interface IconProps$
|
|
2353
|
+
interface IconProps$r extends React$1.SVGAttributes<SVGElement> {
|
|
2545
2354
|
size?: number | string;
|
|
2546
2355
|
color?: string;
|
|
2547
2356
|
}
|
|
2548
|
-
declare function IconInvisible({ color, size, ...other }: IconProps$
|
|
2357
|
+
declare function IconInvisible({ color, size, ...other }: IconProps$r): JSX.Element;
|
|
2549
2358
|
|
|
2550
|
-
interface IconProps$
|
|
2359
|
+
interface IconProps$q extends React$1.SVGAttributes<SVGElement> {
|
|
2551
2360
|
size?: number | string;
|
|
2552
2361
|
color?: string;
|
|
2553
2362
|
}
|
|
2554
|
-
declare function IconLanguage({ color, size, ...other }: IconProps$
|
|
2363
|
+
declare function IconLanguage({ color, size, ...other }: IconProps$q): JSX.Element;
|
|
2555
2364
|
|
|
2556
2365
|
declare const IconLeftArrow: FC<React$1.SVGAttributes<SVGElement>>;
|
|
2557
2366
|
|
|
2558
|
-
interface IconProps$
|
|
2367
|
+
interface IconProps$p extends React$1.SVGAttributes<SVGElement> {
|
|
2559
2368
|
size?: number | string;
|
|
2560
2369
|
color?: string;
|
|
2561
2370
|
}
|
|
2562
|
-
declare function IconLogout({ color, size, ...other }: IconProps$
|
|
2371
|
+
declare function IconLogout({ color, size, ...other }: IconProps$p): JSX.Element;
|
|
2563
2372
|
|
|
2564
|
-
interface IconProps$
|
|
2373
|
+
interface IconProps$o extends React$1.SVGAttributes<SVGElement> {
|
|
2565
2374
|
size?: number | string;
|
|
2566
2375
|
color?: string;
|
|
2567
2376
|
}
|
|
2568
|
-
declare function IconPause({ color, size, ...other }: IconProps$
|
|
2377
|
+
declare function IconPause({ color, size, ...other }: IconProps$o): JSX.Element;
|
|
2569
2378
|
|
|
2570
|
-
declare function IconMinus({ color, size, ...other }: IconProps$
|
|
2379
|
+
declare function IconMinus({ color, size, ...other }: IconProps$B): JSX.Element;
|
|
2571
2380
|
|
|
2572
2381
|
type IconPlusProps = React$1.SVGProps<any>;
|
|
2573
2382
|
declare function IconPlus({ color, ...props }: IconPlusProps): JSX.Element;
|
|
2574
2383
|
|
|
2575
|
-
interface IconProps$
|
|
2384
|
+
interface IconProps$n extends React$1.SVGAttributes<SVGElement> {
|
|
2576
2385
|
size?: number | string;
|
|
2577
2386
|
color?: string;
|
|
2578
2387
|
}
|
|
2579
|
-
declare function IconProfileChecked({ color, size, ...other }: IconProps$
|
|
2388
|
+
declare function IconProfileChecked({ color, size, ...other }: IconProps$n): JSX.Element;
|
|
2580
2389
|
|
|
2581
|
-
interface IconProps$
|
|
2390
|
+
interface IconProps$m extends React$1.SVGAttributes<SVGElement> {
|
|
2582
2391
|
size?: number | string;
|
|
2583
2392
|
color?: string;
|
|
2584
2393
|
}
|
|
2585
|
-
declare function IconProfileCircle({ color, size, ...other }: IconProps$
|
|
2394
|
+
declare function IconProfileCircle({ color, size, ...other }: IconProps$m): JSX.Element;
|
|
2586
2395
|
|
|
2587
|
-
interface IconProps$
|
|
2396
|
+
interface IconProps$l extends React$1.SVGAttributes<SVGElement> {
|
|
2588
2397
|
size?: number | string;
|
|
2589
2398
|
color?: string;
|
|
2590
2399
|
}
|
|
2591
|
-
declare function IconProfileSetting({ color, size, ...other }: IconProps$
|
|
2400
|
+
declare function IconProfileSetting({ color, size, ...other }: IconProps$l): JSX.Element;
|
|
2592
2401
|
|
|
2593
|
-
interface IconProps$
|
|
2402
|
+
interface IconProps$k extends React$1.SVGAttributes<SVGElement> {
|
|
2594
2403
|
size?: number | string;
|
|
2595
2404
|
color?: string;
|
|
2596
2405
|
}
|
|
2597
|
-
declare function IconProfileUnderReview({ color, size, ...other }: IconProps$
|
|
2406
|
+
declare function IconProfileUnderReview({ color, size, ...other }: IconProps$k): JSX.Element;
|
|
2598
2407
|
|
|
2599
|
-
interface IconProps$
|
|
2408
|
+
interface IconProps$j extends React$1.SVGAttributes<SVGElement> {
|
|
2600
2409
|
size?: number | string;
|
|
2601
2410
|
color?: string;
|
|
2602
2411
|
}
|
|
2603
|
-
declare function IconResume({ color, size, ...other }: IconProps$
|
|
2412
|
+
declare function IconResume({ color, size, ...other }: IconProps$j): JSX.Element;
|
|
2604
2413
|
|
|
2605
|
-
interface IconProps$
|
|
2414
|
+
interface IconProps$i extends React$1.SVGAttributes<SVGElement> {
|
|
2606
2415
|
size?: number | string;
|
|
2607
2416
|
color?: string;
|
|
2608
2417
|
}
|
|
2609
|
-
declare function IconSettings({ color, size, ...other }: IconProps$
|
|
2418
|
+
declare function IconSettings({ color, size, ...other }: IconProps$i): JSX.Element;
|
|
2610
2419
|
|
|
2611
2420
|
declare const IconStar: FC<React$1.SVGAttributes<SVGElement>>;
|
|
2612
2421
|
|
|
@@ -2614,23 +2423,23 @@ declare const IconStarFilled: FC<React$1.SVGAttributes<SVGElement>>;
|
|
|
2614
2423
|
|
|
2615
2424
|
declare const IconSuccess: FC<React$1.SVGAttributes<SVGElement>>;
|
|
2616
2425
|
|
|
2617
|
-
interface IconProps$
|
|
2426
|
+
interface IconProps$h extends React$1.SVGAttributes<SVGElement> {
|
|
2618
2427
|
size?: number | string;
|
|
2619
2428
|
color?: string;
|
|
2620
2429
|
}
|
|
2621
|
-
declare function IconTime({ color, size, ...other }: IconProps$
|
|
2430
|
+
declare function IconTime({ color, size, ...other }: IconProps$h): JSX.Element;
|
|
2622
2431
|
|
|
2623
|
-
interface IconProps$
|
|
2432
|
+
interface IconProps$g extends React$1.SVGAttributes<SVGElement> {
|
|
2624
2433
|
size?: number | string;
|
|
2625
2434
|
color?: string;
|
|
2626
2435
|
}
|
|
2627
|
-
declare function IconVerifiedUser({ color, size, ...other }: IconProps$
|
|
2436
|
+
declare function IconVerifiedUser({ color, size, ...other }: IconProps$g): JSX.Element;
|
|
2628
2437
|
|
|
2629
|
-
interface IconProps$
|
|
2438
|
+
interface IconProps$f extends React$1.SVGAttributes<SVGElement> {
|
|
2630
2439
|
size?: number | string;
|
|
2631
2440
|
color?: string;
|
|
2632
2441
|
}
|
|
2633
|
-
declare function IconVisible({ color, size, ...other }: IconProps$
|
|
2442
|
+
declare function IconVisible({ color, size, ...other }: IconProps$f): JSX.Element;
|
|
2634
2443
|
|
|
2635
2444
|
declare const IconApple: FC<React$1.SVGAttributes<SVGElement>>;
|
|
2636
2445
|
|
|
@@ -2644,15 +2453,15 @@ declare const IconEye: FC<React$1.SVGAttributes<SVGElement>>;
|
|
|
2644
2453
|
|
|
2645
2454
|
declare const IconEyeOff: FC<React$1.SVGAttributes<SVGElement>>;
|
|
2646
2455
|
|
|
2647
|
-
interface IconProps$
|
|
2456
|
+
interface IconProps$e extends React$1.SVGAttributes<SVGElement> {
|
|
2648
2457
|
size?: number | string;
|
|
2649
2458
|
color?: string;
|
|
2650
2459
|
}
|
|
2651
|
-
declare function IconWarning({ color, size, ...other }: IconProps$
|
|
2460
|
+
declare function IconWarning({ color, size, ...other }: IconProps$e): JSX.Element;
|
|
2652
2461
|
|
|
2653
2462
|
declare const IconGift: React$1.FC<React$1.SVGAttributes<SVGElement>>;
|
|
2654
2463
|
|
|
2655
|
-
declare const IconGiftNew: FC<IconProps$
|
|
2464
|
+
declare const IconGiftNew: FC<IconProps$B>;
|
|
2656
2465
|
|
|
2657
2466
|
declare const IconCreditCard: React$1.FC<React$1.SVGAttributes<SVGElement>>;
|
|
2658
2467
|
|
|
@@ -2660,13 +2469,6 @@ declare const IconQuestion: React$1.FC<React$1.SVGAttributes<SVGElement>>;
|
|
|
2660
2469
|
|
|
2661
2470
|
declare const IconPaper: React$1.FC<React$1.SVGAttributes<SVGElement>>;
|
|
2662
2471
|
|
|
2663
|
-
declare const IconPaperPencil: React$1.FC<React$1.SVGAttributes<SVGElement> & {
|
|
2664
|
-
primaryColor?: string;
|
|
2665
|
-
secondaryColor?: string;
|
|
2666
|
-
primaryLightColor?: string;
|
|
2667
|
-
backgroundColor?: string;
|
|
2668
|
-
}>;
|
|
2669
|
-
|
|
2670
2472
|
declare const IconChat3d: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
|
2671
2473
|
|
|
2672
2474
|
declare const IconChat3dSmaller: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
|
@@ -2675,49 +2477,49 @@ declare const IconNotificationMuted: (props: SVGProps<SVGSVGElement>) => JSX.Ele
|
|
|
2675
2477
|
|
|
2676
2478
|
declare const IconCheckSmall: React$1.FC<React$1.SVGAttributes<SVGElement>>;
|
|
2677
2479
|
|
|
2678
|
-
interface IconProps$
|
|
2480
|
+
interface IconProps$d extends React$1.SVGAttributes<SVGElement> {
|
|
2679
2481
|
size?: number | string;
|
|
2680
2482
|
color?: string;
|
|
2681
2483
|
className?: string;
|
|
2682
2484
|
style?: React$1.CSSProperties;
|
|
2683
2485
|
}
|
|
2684
|
-
declare function IconCheck({ color, size, ...other }: IconProps$
|
|
2486
|
+
declare function IconCheck({ color, size, ...other }: IconProps$d): JSX.Element;
|
|
2685
2487
|
|
|
2686
|
-
interface IconProps$
|
|
2488
|
+
interface IconProps$c extends React$1.SVGAttributes<SVGElement> {
|
|
2687
2489
|
size?: number | string;
|
|
2688
2490
|
color?: string;
|
|
2689
2491
|
className?: string;
|
|
2690
2492
|
style?: React$1.CSSProperties;
|
|
2691
2493
|
}
|
|
2692
|
-
declare const IconCapFilled: FC<IconProps$
|
|
2494
|
+
declare const IconCapFilled: FC<IconProps$c>;
|
|
2693
2495
|
|
|
2694
|
-
interface IconProps$
|
|
2496
|
+
interface IconProps$b extends React$1.SVGAttributes<SVGElement> {
|
|
2695
2497
|
size?: number | string;
|
|
2696
2498
|
color?: string;
|
|
2697
2499
|
className?: string;
|
|
2698
2500
|
style?: React$1.CSSProperties;
|
|
2699
2501
|
}
|
|
2700
|
-
declare function IconCancelRounded({ color, size, ...other }: IconProps$
|
|
2502
|
+
declare function IconCancelRounded({ color, size, ...other }: IconProps$b): JSX.Element;
|
|
2701
2503
|
|
|
2702
|
-
interface IconProps$
|
|
2504
|
+
interface IconProps$a extends React$1.SVGAttributes<SVGElement> {
|
|
2703
2505
|
size?: number | string;
|
|
2704
2506
|
color?: string;
|
|
2705
2507
|
}
|
|
2706
|
-
declare function IconMute({ color, size, ...other }: IconProps$
|
|
2508
|
+
declare function IconMute({ color, size, ...other }: IconProps$a): JSX.Element;
|
|
2707
2509
|
|
|
2708
|
-
interface IconProps$
|
|
2510
|
+
interface IconProps$9 extends React$1.SVGAttributes<SVGElement> {
|
|
2709
2511
|
size?: number | string;
|
|
2710
2512
|
color?: string;
|
|
2711
2513
|
}
|
|
2712
|
-
declare function IconUnmute({ color, size, ...other }: IconProps$
|
|
2514
|
+
declare function IconUnmute({ color, size, ...other }: IconProps$9): JSX.Element;
|
|
2713
2515
|
|
|
2714
2516
|
declare const IconBookmark: ({ width, height, color, ...other }: SVGProps<SVGSVGElement>) => JSX.Element;
|
|
2715
2517
|
|
|
2716
|
-
interface IconProps$
|
|
2518
|
+
interface IconProps$8 extends React$1.SVGAttributes<SVGElement> {
|
|
2717
2519
|
size?: number | string;
|
|
2718
2520
|
color?: string;
|
|
2719
2521
|
}
|
|
2720
|
-
declare function IconBookmarkOutlined({ size, color, ...other }: IconProps$
|
|
2522
|
+
declare function IconBookmarkOutlined({ size, color, ...other }: IconProps$8): JSX.Element;
|
|
2721
2523
|
|
|
2722
2524
|
declare const IconUserNotFound: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
|
2723
2525
|
|
|
@@ -2737,198 +2539,144 @@ declare const IconCalendarFilled: ({ width, height, color, ...props }: SVGProps<
|
|
|
2737
2539
|
|
|
2738
2540
|
declare const IconArrowDown: ({ width, height, color, ...other }: SVGProps<SVGSVGElement>) => JSX.Element;
|
|
2739
2541
|
|
|
2740
|
-
|
|
2741
|
-
color?: string;
|
|
2742
|
-
}
|
|
2743
|
-
declare const IconRadioButtonChecked: ({ color, ...rest }: IconProps$a) => JSX.Element;
|
|
2542
|
+
declare const IconRadioButtonChecked: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
|
2744
2543
|
|
|
2745
|
-
interface IconProps$
|
|
2544
|
+
interface IconProps$7 extends React$1.SVGAttributes<SVGElement> {
|
|
2746
2545
|
size?: number | string;
|
|
2747
2546
|
color?: string;
|
|
2748
2547
|
}
|
|
2749
|
-
declare function IconShare({ size, ...props }: IconProps$
|
|
2548
|
+
declare function IconShare({ size, ...props }: IconProps$7): JSX.Element;
|
|
2750
2549
|
|
|
2751
|
-
interface IconProps$
|
|
2550
|
+
interface IconProps$6 extends React$1.SVGAttributes<SVGElement> {
|
|
2752
2551
|
size?: number | string;
|
|
2753
2552
|
color?: string;
|
|
2754
2553
|
}
|
|
2755
|
-
declare function IconLink({ size, ...props }: IconProps$
|
|
2554
|
+
declare function IconLink({ size, ...props }: IconProps$6): JSX.Element;
|
|
2756
2555
|
|
|
2757
|
-
declare const IconHome: FC<IconProps$
|
|
2556
|
+
declare const IconHome: FC<IconProps$B>;
|
|
2758
2557
|
|
|
2759
|
-
declare const IconEcgHeart: FC<IconProps$
|
|
2558
|
+
declare const IconEcgHeart: FC<IconProps$B>;
|
|
2760
2559
|
|
|
2761
|
-
declare const IconAddModerator: FC<IconProps$
|
|
2560
|
+
declare const IconAddModerator: FC<IconProps$B>;
|
|
2762
2561
|
|
|
2763
|
-
declare const IconQueryStats: FC<IconProps$
|
|
2562
|
+
declare const IconQueryStats: FC<IconProps$B>;
|
|
2764
2563
|
|
|
2765
|
-
declare const IconSchema: FC<IconProps$
|
|
2564
|
+
declare const IconSchema: FC<IconProps$B>;
|
|
2766
2565
|
|
|
2767
|
-
declare const IconPromocode: FC<IconProps$
|
|
2566
|
+
declare const IconPromocode: FC<IconProps$B>;
|
|
2768
2567
|
|
|
2769
|
-
declare const IconEventBusy: FC<IconProps$
|
|
2568
|
+
declare const IconEventBusy: FC<IconProps$B>;
|
|
2770
2569
|
|
|
2771
|
-
declare const IconDelete: FC<IconProps$
|
|
2570
|
+
declare const IconDelete: FC<IconProps$B>;
|
|
2772
2571
|
|
|
2773
|
-
declare const IconLock: FC<IconProps$
|
|
2572
|
+
declare const IconLock: FC<IconProps$B>;
|
|
2774
2573
|
|
|
2775
|
-
declare const IconEdit: FC<IconProps$
|
|
2574
|
+
declare const IconEdit: FC<IconProps$B>;
|
|
2776
2575
|
|
|
2777
|
-
declare const IconCopy: FC<IconProps$
|
|
2576
|
+
declare const IconCopy: FC<IconProps$B>;
|
|
2778
2577
|
|
|
2779
|
-
interface IconProps$
|
|
2578
|
+
interface IconProps$5 extends React$1.SVGAttributes<SVGElement> {
|
|
2780
2579
|
size?: number | string;
|
|
2781
2580
|
color?: string;
|
|
2782
2581
|
}
|
|
2783
|
-
declare function IconTimeAdd({ color, size, ...other }: IconProps$
|
|
2582
|
+
declare function IconTimeAdd({ color, size, ...other }: IconProps$5): JSX.Element;
|
|
2784
2583
|
|
|
2785
|
-
declare const IconManageAccounts: FC<IconProps$
|
|
2584
|
+
declare const IconManageAccounts: FC<IconProps$B>;
|
|
2786
2585
|
|
|
2787
|
-
declare const IconSend: FC<IconProps$
|
|
2586
|
+
declare const IconSend: FC<IconProps$B>;
|
|
2788
2587
|
|
|
2789
|
-
interface IconProps$
|
|
2588
|
+
interface IconProps$4 extends React$1.SVGAttributes<SVGElement> {
|
|
2790
2589
|
size?: number | string;
|
|
2791
2590
|
color?: string;
|
|
2792
2591
|
}
|
|
2793
|
-
declare function IconGallery({ color, size, ...other }: IconProps$
|
|
2592
|
+
declare function IconGallery({ color, size, ...other }: IconProps$4): JSX.Element;
|
|
2794
2593
|
|
|
2795
|
-
interface IconProps$
|
|
2594
|
+
interface IconProps$3 extends React$1.SVGAttributes<SVGElement> {
|
|
2796
2595
|
size?: number | string;
|
|
2797
2596
|
color?: string;
|
|
2798
2597
|
}
|
|
2799
|
-
declare function IconText({ color, size, ...other }: IconProps$
|
|
2598
|
+
declare function IconText({ color, size, ...other }: IconProps$3): JSX.Element;
|
|
2800
2599
|
|
|
2801
|
-
interface IconProps$
|
|
2600
|
+
interface IconProps$2 extends React$1.SVGAttributes<SVGElement> {
|
|
2802
2601
|
size?: number | string;
|
|
2803
2602
|
color?: string;
|
|
2804
2603
|
className?: string;
|
|
2805
2604
|
style?: React$1.CSSProperties;
|
|
2806
2605
|
}
|
|
2807
|
-
declare function IconCheckCircle({ color, size, ...props }: IconProps$
|
|
2606
|
+
declare function IconCheckCircle({ color, size, ...props }: IconProps$2): JSX.Element;
|
|
2808
2607
|
|
|
2809
|
-
interface IconProps$
|
|
2608
|
+
interface IconProps$1 extends React$1.SVGAttributes<SVGElement> {
|
|
2810
2609
|
size?: number | string;
|
|
2811
2610
|
color?: string;
|
|
2812
2611
|
}
|
|
2813
|
-
declare function IconAttachMoney({ size, color, style, ...props }: IconProps$
|
|
2612
|
+
declare function IconAttachMoney({ size, color, style, ...props }: IconProps$1): JSX.Element;
|
|
2814
2613
|
|
|
2815
|
-
declare const IconArrowTopRight: FC<IconProps$
|
|
2614
|
+
declare const IconArrowTopRight: FC<IconProps$B>;
|
|
2816
2615
|
|
|
2817
|
-
declare const IconMoreVertical: FC<IconProps$
|
|
2616
|
+
declare const IconMoreVertical: FC<IconProps$B>;
|
|
2818
2617
|
|
|
2819
|
-
interface IconProps
|
|
2618
|
+
interface IconProps extends React$1.SVGAttributes<SVGElement> {
|
|
2820
2619
|
size?: number | string;
|
|
2821
2620
|
color?: string;
|
|
2822
2621
|
}
|
|
2823
|
-
declare const IconStylus: FC<IconProps
|
|
2824
|
-
|
|
2825
|
-
declare const IconDocument: FC<IconProps$D>;
|
|
2826
|
-
|
|
2827
|
-
declare const IconPersonAlert: FC<IconProps$D>;
|
|
2828
|
-
|
|
2829
|
-
declare const IconIdCard: FC<IconProps$D>;
|
|
2622
|
+
declare const IconStylus: FC<IconProps>;
|
|
2830
2623
|
|
|
2831
|
-
declare const
|
|
2624
|
+
declare const IconDocument: FC<IconProps$B>;
|
|
2832
2625
|
|
|
2833
|
-
declare const
|
|
2626
|
+
declare const IconPersonAlert: FC<IconProps$B>;
|
|
2834
2627
|
|
|
2835
|
-
declare const
|
|
2628
|
+
declare const IconIdCard: FC<IconProps$B>;
|
|
2836
2629
|
|
|
2837
|
-
declare const
|
|
2630
|
+
declare const IconProfile: FC<IconProps$B>;
|
|
2838
2631
|
|
|
2839
|
-
declare const
|
|
2632
|
+
declare const IconReceiptLong: FC<IconProps$B>;
|
|
2840
2633
|
|
|
2841
|
-
declare const
|
|
2634
|
+
declare const IconInvoice: FC<IconProps$B>;
|
|
2842
2635
|
|
|
2843
|
-
declare const
|
|
2636
|
+
declare const IconRenew: React$1.FC<IconProps$B>;
|
|
2844
2637
|
|
|
2845
|
-
declare const
|
|
2638
|
+
declare const IconDot: React$1.FC<IconProps$B>;
|
|
2846
2639
|
|
|
2847
|
-
declare const
|
|
2640
|
+
declare const IconHeart: React$1.FC<IconProps$B>;
|
|
2848
2641
|
|
|
2849
|
-
declare const
|
|
2642
|
+
declare const IconMindly: React$1.FC<IconProps$B>;
|
|
2850
2643
|
|
|
2851
|
-
declare const
|
|
2644
|
+
declare const IconPlay: React$1.FC<IconProps$B>;
|
|
2852
2645
|
|
|
2853
|
-
declare const
|
|
2646
|
+
declare const IconStudyHat: React$1.FC<IconProps$B>;
|
|
2854
2647
|
|
|
2855
|
-
declare const
|
|
2648
|
+
declare const IconMindlyColored: React$1.FC<IconProps$B>;
|
|
2856
2649
|
|
|
2857
|
-
declare const
|
|
2650
|
+
declare const IconUser: React$1.FC<IconProps$B>;
|
|
2858
2651
|
|
|
2859
|
-
declare const
|
|
2652
|
+
declare const IconFilters: React$1.FC<IconProps$B>;
|
|
2860
2653
|
|
|
2861
|
-
declare const
|
|
2654
|
+
declare const IconEmptyList: React$1.FC<IconProps$B>;
|
|
2862
2655
|
|
|
2863
|
-
declare const
|
|
2656
|
+
declare const IconChat: React$1.FC<IconProps$B>;
|
|
2864
2657
|
|
|
2865
|
-
declare const
|
|
2658
|
+
declare const IconMindlyMini: React$1.FC<IconProps$B>;
|
|
2866
2659
|
|
|
2867
|
-
declare const
|
|
2660
|
+
declare const IconSchedule: React$1.FC<IconProps$B>;
|
|
2868
2661
|
|
|
2869
|
-
declare const
|
|
2662
|
+
declare const IconContract: React$1.FC<IconProps$B>;
|
|
2870
2663
|
|
|
2871
|
-
declare const
|
|
2664
|
+
declare const IconReceipt: React$1.FC<IconProps$B>;
|
|
2872
2665
|
|
|
2873
|
-
declare const
|
|
2666
|
+
declare const IconCalendarWithDot: React$1.FC<IconProps$B>;
|
|
2874
2667
|
|
|
2875
|
-
declare const
|
|
2668
|
+
declare const IconExperience: React$1.FC<IconProps$B>;
|
|
2876
2669
|
|
|
2877
|
-
declare const
|
|
2670
|
+
declare const IconSpecialistsEnded: React$1.FC<IconProps$B>;
|
|
2878
2671
|
|
|
2879
|
-
declare const
|
|
2672
|
+
declare const IconReviewSessionSubscription: React$1.FC<IconProps$B>;
|
|
2880
2673
|
|
|
2881
|
-
declare const
|
|
2882
|
-
|
|
2883
|
-
declare const IconApplePay: React$1.FC<IconProps$D>;
|
|
2884
|
-
|
|
2885
|
-
declare const IconSecure: React$1.FC<IconProps$D>;
|
|
2886
|
-
|
|
2887
|
-
declare const IconGooglePay: React$1.FC<IconProps$D>;
|
|
2888
|
-
|
|
2889
|
-
declare const IconAmEx: React$1.FC<IconProps$D>;
|
|
2890
|
-
|
|
2891
|
-
declare const IconMaestro: React$1.FC<IconProps$D>;
|
|
2892
|
-
|
|
2893
|
-
declare const IconMastercard: React$1.FC<IconProps$D>;
|
|
2894
|
-
|
|
2895
|
-
declare const IconVisa: React$1.FC<IconProps$D>;
|
|
2896
|
-
|
|
2897
|
-
declare const IconPoweredByStripe: React$1.FC<IconProps$D>;
|
|
2898
|
-
|
|
2899
|
-
declare const IconCancelBold: React$1.FC<IconProps$D>;
|
|
2900
|
-
|
|
2901
|
-
interface IconProps$1 extends React$1.SVGAttributes<SVGElement> {
|
|
2902
|
-
size?: number | string;
|
|
2903
|
-
color?: string;
|
|
2904
|
-
}
|
|
2905
|
-
declare const IconCheckboxCheckedBold: React$1.FC<IconProps$1>;
|
|
2906
|
-
|
|
2907
|
-
interface IconProps extends React$1.SVGAttributes<SVGElement> {
|
|
2908
|
-
size?: number | string;
|
|
2909
|
-
color?: string;
|
|
2910
|
-
}
|
|
2911
|
-
declare const IconMatching: React$1.FC<IconProps>;
|
|
2912
|
-
|
|
2913
|
-
declare const IconSwitch: React$1.FC<IconProps$D>;
|
|
2914
|
-
|
|
2915
|
-
declare const IconGlobe: React$1.FC<IconProps$D>;
|
|
2916
|
-
|
|
2917
|
-
declare const IconAppStoreRating: React$1.FC<IconProps$D>;
|
|
2918
|
-
|
|
2919
|
-
declare const IconCompare: React$1.FC<IconProps$D>;
|
|
2920
|
-
|
|
2921
|
-
declare const IconChart: React$1.FC<IconProps$D>;
|
|
2922
|
-
|
|
2923
|
-
declare const IconPaywall: React$1.FC<IconProps$D>;
|
|
2924
|
-
|
|
2925
|
-
declare const IconRadioPartial: FC<IconProps$D>;
|
|
2674
|
+
declare const IconReviewSessionTrial: React$1.FC<IconProps$B>;
|
|
2926
2675
|
|
|
2927
2676
|
declare const formatByDigits: (value: number) => string;
|
|
2928
2677
|
declare const roundToPrecision: (value: number, decimals?: number) => number;
|
|
2929
2678
|
declare const getDateLocale: (locale: string) => Locale;
|
|
2930
2679
|
declare const getGMTOffset: (timeZone: string) => string;
|
|
2931
|
-
declare const getMonthNameInGenitive: (date: Date, locale: string) => string;
|
|
2932
2680
|
|
|
2933
2681
|
type AnyRef = React__default.Ref<any>;
|
|
2934
2682
|
declare const mergeRefs: <T extends unknown>(...refs: AnyRef[]) => React__default.Ref<T>;
|
|
@@ -3012,9 +2760,9 @@ type SlotsGridItemProps = {
|
|
|
3012
2760
|
onSelectionChange: () => void;
|
|
3013
2761
|
};
|
|
3014
2762
|
|
|
3015
|
-
declare const _default$
|
|
2763
|
+
declare const _default$A: React__default.NamedExoticComponent<SlotsGridProps>;
|
|
3016
2764
|
|
|
3017
|
-
declare const _default$
|
|
2765
|
+
declare const _default$z: React$1.NamedExoticComponent<SlotsGridItemProps>;
|
|
3018
2766
|
|
|
3019
2767
|
type PushNotificationsModalProps = {
|
|
3020
2768
|
onApplyPermission: () => void;
|
|
@@ -3128,23 +2876,23 @@ type ShareModalFeatureProps = {
|
|
|
3128
2876
|
};
|
|
3129
2877
|
declare const ShareModalFeature: FC<ShareModalFeatureProps>;
|
|
3130
2878
|
|
|
3131
|
-
declare const _default$
|
|
2879
|
+
declare const _default$y: React__default.NamedExoticComponent<SpecialistPaymentConsultationDetailsType & TranslationType>;
|
|
3132
2880
|
|
|
3133
|
-
declare const _default$
|
|
2881
|
+
declare const _default$x: React__default.NamedExoticComponent<SpecialistPaymentCardProps & TranslationType>;
|
|
3134
2882
|
|
|
3135
2883
|
type SpecialistPaymentCommonCardSkeletonType = {
|
|
3136
2884
|
className?: string;
|
|
3137
2885
|
};
|
|
3138
2886
|
declare const SpecialistPaymentCommonCardSkeleton: (props: SpecialistPaymentCommonCardSkeletonType) => JSX.Element;
|
|
3139
2887
|
|
|
3140
|
-
declare const _default$
|
|
2888
|
+
declare const _default$w: React__default.NamedExoticComponent<SpecialistPaymentConsultationsProps & TranslationType>;
|
|
3141
2889
|
|
|
3142
2890
|
type ConsultationsListProps = {
|
|
3143
2891
|
consultations: SpecialistConsultation[];
|
|
3144
2892
|
locale?: string;
|
|
3145
2893
|
consultationClick?: (consultation: SpecialistConsultation) => void;
|
|
3146
2894
|
};
|
|
3147
|
-
declare const _default$
|
|
2895
|
+
declare const _default$v: React__default.NamedExoticComponent<ConsultationsListProps>;
|
|
3148
2896
|
|
|
3149
2897
|
type ConsultationsListSkeletonType = {
|
|
3150
2898
|
className?: string;
|
|
@@ -3159,9 +2907,9 @@ type CalendarPickerFeatureProps = {
|
|
|
3159
2907
|
dateCallback: (date: Date) => void;
|
|
3160
2908
|
lastDate: Date;
|
|
3161
2909
|
};
|
|
3162
|
-
declare const _default$
|
|
2910
|
+
declare const _default$u: React__default.NamedExoticComponent<CalendarPickerFeatureProps & TranslationType>;
|
|
3163
2911
|
|
|
3164
|
-
declare const _default$
|
|
2912
|
+
declare const _default$t: React__default.NamedExoticComponent<PaymentCalendarFeatureProps & TranslationType>;
|
|
3165
2913
|
|
|
3166
2914
|
type GoogleCalendarModalFeatureProps = {
|
|
3167
2915
|
isOpen: boolean;
|
|
@@ -3175,9 +2923,8 @@ type GoogleCalendarModalFeatureProps = {
|
|
|
3175
2923
|
};
|
|
3176
2924
|
declare function GoogleCalendarModalFeature({ status, isOpen, onSync, isLoading, presentingElement, imageUrl, onDidDismiss, t, }: GoogleCalendarModalFeatureProps): JSX.Element;
|
|
3177
2925
|
|
|
3178
|
-
type ReviewCardFeatureVariantType = 'default' | 'outlined' | 'full'
|
|
3179
|
-
declare const _default$
|
|
3180
|
-
id?: string | undefined;
|
|
2926
|
+
type ReviewCardFeatureVariantType = 'default' | 'outlined' | 'full';
|
|
2927
|
+
declare const _default$s: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
|
|
3181
2928
|
avatarSrc?: string | undefined;
|
|
3182
2929
|
name: string;
|
|
3183
2930
|
date: number;
|
|
@@ -3188,10 +2935,6 @@ declare const _default$u: React__default.MemoExoticComponent<React__default.Forw
|
|
|
3188
2935
|
reviewTextClamp?: number | undefined;
|
|
3189
2936
|
onExpandReview?(): void;
|
|
3190
2937
|
className?: string | undefined;
|
|
3191
|
-
useDate?: boolean | undefined;
|
|
3192
|
-
locale?: string | undefined;
|
|
3193
|
-
isEditable?: boolean | undefined;
|
|
3194
|
-
onEditReview?: ((review: Pick<SpecialistReview$1, "id" | "review_rating" | "text_of_review">) => void) | undefined;
|
|
3195
2938
|
} & TranslationType & React__default.RefAttributes<HTMLDivElement>>>;
|
|
3196
2939
|
|
|
3197
2940
|
declare const ReviewsCardFeatureSkeleton: React__default.MemoExoticComponent<() => JSX.Element>;
|
|
@@ -3280,7 +3023,7 @@ type ScreenInputFormFeatureProps = {
|
|
|
3280
3023
|
icon?: ReactNode | string;
|
|
3281
3024
|
isKeyboardShown?: boolean;
|
|
3282
3025
|
};
|
|
3283
|
-
declare const _default$
|
|
3026
|
+
declare const _default$r: React__default.NamedExoticComponent<ScreenInputFormFeatureProps>;
|
|
3284
3027
|
|
|
3285
3028
|
type SelectionType = {
|
|
3286
3029
|
value: any;
|
|
@@ -3298,7 +3041,7 @@ type SpecialistDrumPickerWidgetProps = {
|
|
|
3298
3041
|
onTouchStart?: () => void;
|
|
3299
3042
|
onTouchEnd?: () => void;
|
|
3300
3043
|
};
|
|
3301
|
-
declare const _default$
|
|
3044
|
+
declare const _default$q: React__default.NamedExoticComponent<SpecialistDrumPickerWidgetProps>;
|
|
3302
3045
|
|
|
3303
3046
|
type TextAreaFormFeatureProps = {
|
|
3304
3047
|
title?: string;
|
|
@@ -3314,7 +3057,7 @@ type TextAreaFormFeatureProps = {
|
|
|
3314
3057
|
maxlength?: number;
|
|
3315
3058
|
HeaderComponent?: FC;
|
|
3316
3059
|
};
|
|
3317
|
-
declare const _default$
|
|
3060
|
+
declare const _default$p: React__default.NamedExoticComponent<TextAreaFormFeatureProps>;
|
|
3318
3061
|
|
|
3319
3062
|
type AcceptAgreementFeatureProps = {
|
|
3320
3063
|
isAccepted: boolean;
|
|
@@ -3335,39 +3078,32 @@ type SelectWithSearchFormFeatureProps = {
|
|
|
3335
3078
|
otherText?: string;
|
|
3336
3079
|
buttonLabel?: string;
|
|
3337
3080
|
} & WithTranslation;
|
|
3338
|
-
declare const _default$
|
|
3081
|
+
declare const _default$o: React__default.NamedExoticComponent<SelectWithSearchFormFeatureProps>;
|
|
3339
3082
|
|
|
3340
3083
|
type MarkdownContainerFeatureProps = {
|
|
3341
3084
|
children?: string | null;
|
|
3342
3085
|
options?: MarkdownToJSX.Options;
|
|
3343
3086
|
className?: string;
|
|
3344
|
-
forceBlock?: boolean;
|
|
3345
3087
|
};
|
|
3346
|
-
declare const _default$
|
|
3088
|
+
declare const _default$n: React__default.NamedExoticComponent<MarkdownContainerFeatureProps>;
|
|
3347
3089
|
|
|
3348
|
-
declare const _default$
|
|
3090
|
+
declare const _default$m: React__default.NamedExoticComponent<OnBoardingStartScreenType>;
|
|
3349
3091
|
|
|
3350
|
-
declare const _default$
|
|
3092
|
+
declare const _default$l: React__default.NamedExoticComponent<OnBoardingInfoScreenType>;
|
|
3351
3093
|
|
|
3352
3094
|
type OnBoardingMultiSelectionScreenPreviewFeatureProps = {
|
|
3353
3095
|
onChange?: (value: string[]) => void;
|
|
3354
3096
|
defaultValues?: string[];
|
|
3355
|
-
variant?: OnboardingVariant;
|
|
3356
3097
|
} & OnBoardingMultiSelectScreenType;
|
|
3357
|
-
declare const _default$
|
|
3098
|
+
declare const _default$k: React__default.NamedExoticComponent<OnBoardingMultiSelectionScreenPreviewFeatureProps>;
|
|
3358
3099
|
|
|
3359
3100
|
type OnBoardingSingleSelectionScreenPreviewFeatureProps = {
|
|
3360
3101
|
onChange?: (value: string) => void;
|
|
3361
3102
|
defaultValues?: string[];
|
|
3362
|
-
|
|
3363
|
-
|
|
3364
|
-
} & OnBoardingSingleSelectScreenType & OnBoardingSingleImageSelectScreenType;
|
|
3365
|
-
declare const _default$l: React__default.NamedExoticComponent<OnBoardingSingleSelectionScreenPreviewFeatureProps>;
|
|
3103
|
+
} & OnBoardingSingleSelectScreenType;
|
|
3104
|
+
declare const _default$j: React__default.NamedExoticComponent<OnBoardingSingleSelectionScreenPreviewFeatureProps>;
|
|
3366
3105
|
|
|
3367
|
-
declare const
|
|
3368
|
-
t?: WithTranslation['t'];
|
|
3369
|
-
onProgressEnd?: () => void;
|
|
3370
|
-
}>;
|
|
3106
|
+
declare const _default$i: React__default.NamedExoticComponent<OnBoardingLoaderScreenType>;
|
|
3371
3107
|
|
|
3372
3108
|
type OnBoardingProgressFeatureProps = {
|
|
3373
3109
|
progress: number;
|
|
@@ -3376,56 +3112,10 @@ type OnBoardingProgressFeatureProps = {
|
|
|
3376
3112
|
onBackButtonClick?: () => void;
|
|
3377
3113
|
contentStyle?: OnBoardingScreenStyleOptions;
|
|
3378
3114
|
startAdornment?: React__default.ReactNode;
|
|
3379
|
-
variant?: OnboardingVariant;
|
|
3380
|
-
};
|
|
3381
|
-
declare const _default$k: React__default.NamedExoticComponent<OnBoardingProgressFeatureProps>;
|
|
3382
|
-
|
|
3383
|
-
declare const _default$j: React__default.NamedExoticComponent<OnBoardingReviewsScreenType>;
|
|
3384
|
-
|
|
3385
|
-
type OnBoardingEmailScreenPreviewFeatureProps = OnBoardingEmailScreenType & {
|
|
3386
|
-
email: string | null;
|
|
3387
|
-
emailErrorText?: string;
|
|
3388
|
-
onChangeEmail?: (email: string) => void;
|
|
3389
|
-
onSubmit?: () => void;
|
|
3390
|
-
};
|
|
3391
|
-
declare const _default$i: React__default.NamedExoticComponent<OnBoardingEmailScreenPreviewFeatureProps>;
|
|
3392
|
-
|
|
3393
|
-
type OnBoardingConfirmScreenPreviewFeatureProps = OnBoardingConfirmScreenType & {
|
|
3394
|
-
email: string | null;
|
|
3395
|
-
emailErrorText?: string;
|
|
3396
|
-
onChangeEmail?: (email: string) => void;
|
|
3397
|
-
password: string | null;
|
|
3398
|
-
passwordErrorText?: string;
|
|
3399
|
-
onChangePassword?: (password: string) => void;
|
|
3400
|
-
onSubmit?: () => void;
|
|
3401
3115
|
};
|
|
3402
|
-
declare const _default$h: React__default.NamedExoticComponent<
|
|
3403
|
-
|
|
3404
|
-
type OnBoardingPaywallScreenPreviewFeatureProps$1 = {
|
|
3405
|
-
variant?: OnboardingVariant;
|
|
3406
|
-
className?: string;
|
|
3407
|
-
titleClassName?: string;
|
|
3408
|
-
} & OnBoardingCompareScreenType;
|
|
3409
|
-
declare const OnBoardingCompareScreenPreviewFeature: FC<OnBoardingPaywallScreenPreviewFeatureProps$1>;
|
|
3410
|
-
|
|
3411
|
-
type OnBoardingPaywallScreenPreviewFeatureProps = {
|
|
3412
|
-
variant?: OnboardingVariant;
|
|
3413
|
-
specialists: Specialist[];
|
|
3414
|
-
reviews: MindlyReview[];
|
|
3415
|
-
locale?: string;
|
|
3416
|
-
useAdditionalDiscount?: boolean;
|
|
3417
|
-
onBuyTariff?: (tariffId: string) => void;
|
|
3418
|
-
isLoading?: boolean;
|
|
3419
|
-
} & OnBoardingPaywallScreenType;
|
|
3420
|
-
declare const OnBoardingPaywallScreenPreviewFeature: FC<OnBoardingPaywallScreenPreviewFeatureProps>;
|
|
3116
|
+
declare const _default$h: React__default.NamedExoticComponent<OnBoardingProgressFeatureProps>;
|
|
3421
3117
|
|
|
3422
|
-
|
|
3423
|
-
className?: string;
|
|
3424
|
-
locale: string;
|
|
3425
|
-
isPreview?: boolean;
|
|
3426
|
-
variant?: OnboardingVariant;
|
|
3427
|
-
} & OnBoardingChartScreenType;
|
|
3428
|
-
declare const OnBoardingChartScreenPreviewFeature: FC<OnBoardingChartScreenPreviewFeatureProps>;
|
|
3118
|
+
declare const _default$g: React__default.NamedExoticComponent<OnBoardingReviewsScreenType>;
|
|
3429
3119
|
|
|
3430
3120
|
type SpecialistAreaByMatch = {
|
|
3431
3121
|
text: string;
|
|
@@ -3457,7 +3147,7 @@ interface Props$2 extends Omit<TypographyProps, 'children'> {
|
|
|
3457
3147
|
presentingElement?: HTMLElement;
|
|
3458
3148
|
}
|
|
3459
3149
|
|
|
3460
|
-
declare const _default$
|
|
3150
|
+
declare const _default$f: React__default.NamedExoticComponent<Props$2>;
|
|
3461
3151
|
|
|
3462
3152
|
type Props$1 = {
|
|
3463
3153
|
className?: string;
|
|
@@ -3468,9 +3158,6 @@ type Props$1 = {
|
|
|
3468
3158
|
t?: WithTranslation['t'];
|
|
3469
3159
|
onLoadMore?(): void;
|
|
3470
3160
|
presentingElement?: HTMLElement;
|
|
3471
|
-
onEditSpecialistReview?: (review: Pick<SpecialistReview$1, 'id' | 'review_rating' | 'text_of_review'>) => Promise<void>;
|
|
3472
|
-
specialistName: string;
|
|
3473
|
-
specialistAvatar: string;
|
|
3474
3161
|
};
|
|
3475
3162
|
interface ReviewListFeatureRef {
|
|
3476
3163
|
openModalReviews: () => void;
|
|
@@ -3716,8 +3403,6 @@ declare const SessionReview: React__default.FC<SessionReviewProps>;
|
|
|
3716
3403
|
type SpecialistReviewProps = {
|
|
3717
3404
|
specialistName: string;
|
|
3718
3405
|
specialistAvatar: string;
|
|
3719
|
-
currentRate?: number;
|
|
3720
|
-
currentComment?: string;
|
|
3721
3406
|
specialistReviewNeeded?: boolean;
|
|
3722
3407
|
onSubmit: (data: {
|
|
3723
3408
|
rate: number;
|
|
@@ -3735,8 +3420,8 @@ type ReviewSubscriptionSessionFeatureProps = {
|
|
|
3735
3420
|
specialistName: string;
|
|
3736
3421
|
specialistAvatar: string;
|
|
3737
3422
|
isOpen: boolean;
|
|
3738
|
-
specialistReviewNeeded
|
|
3739
|
-
sessionReviewProps
|
|
3423
|
+
specialistReviewNeeded: boolean;
|
|
3424
|
+
sessionReviewProps: React__default.ComponentProps<typeof SessionReview> & {
|
|
3740
3425
|
onModalAppeared?: () => void;
|
|
3741
3426
|
};
|
|
3742
3427
|
specialistReviewProps: React__default.ComponentProps<typeof SpecialistReview> & {
|
|
@@ -3745,69 +3430,9 @@ type ReviewSubscriptionSessionFeatureProps = {
|
|
|
3745
3430
|
onClose: () => void;
|
|
3746
3431
|
onCloseClick: (step: 'session' | 'specialist') => void;
|
|
3747
3432
|
t?: WithTranslation['t'];
|
|
3748
|
-
initialStep?: 'session' | 'specialist';
|
|
3749
3433
|
};
|
|
3750
3434
|
declare const ReviewSubscriptionSessionFeature: React__default.FC<ReviewSubscriptionSessionFeatureProps>;
|
|
3751
3435
|
|
|
3752
|
-
type MindlyReviewFeatureProps = {
|
|
3753
|
-
isOpen: boolean;
|
|
3754
|
-
locale: string;
|
|
3755
|
-
linkMapper: Record<string, string>;
|
|
3756
|
-
isCommentRequired?: boolean;
|
|
3757
|
-
isInterviewEnabled?: boolean;
|
|
3758
|
-
isInterviewNewVersion?: boolean;
|
|
3759
|
-
onModalAppeared?: () => void;
|
|
3760
|
-
onRateSubmited: (rate: number) => void;
|
|
3761
|
-
onCommentModalAppeared?: () => void;
|
|
3762
|
-
onCommentSubmited: (rate: number, comment: string) => void;
|
|
3763
|
-
onTriggerStoreReview?: () => void;
|
|
3764
|
-
onPromocodeModalAppeared?: () => void;
|
|
3765
|
-
onInterviewSubmited?: () => void;
|
|
3766
|
-
onModalClose?: () => void;
|
|
3767
|
-
t?: WithTranslation['t'];
|
|
3768
|
-
};
|
|
3769
|
-
declare const MindlyReviewFeature: React__default.FC<MindlyReviewFeatureProps>;
|
|
3770
|
-
|
|
3771
|
-
type TariffFeatureProps = {
|
|
3772
|
-
className?: string;
|
|
3773
|
-
t?: WithTranslation['t'];
|
|
3774
|
-
label: string;
|
|
3775
|
-
priceBefore?: number;
|
|
3776
|
-
price: number;
|
|
3777
|
-
locale?: string;
|
|
3778
|
-
id: string;
|
|
3779
|
-
isSelected: boolean;
|
|
3780
|
-
badge?: string;
|
|
3781
|
-
variant: VariantEnum;
|
|
3782
|
-
description?: string;
|
|
3783
|
-
advantagesList?: {
|
|
3784
|
-
id: string;
|
|
3785
|
-
label: string;
|
|
3786
|
-
}[];
|
|
3787
|
-
initialIsInfoOpen?: boolean;
|
|
3788
|
-
isPreview?: boolean;
|
|
3789
|
-
onSelect(id: string): void;
|
|
3790
|
-
};
|
|
3791
|
-
|
|
3792
|
-
declare const TariffFeature: React__default.FC<TariffFeatureProps>;
|
|
3793
|
-
|
|
3794
|
-
type PoweredByStripeFeatureProps = {
|
|
3795
|
-
className?: string;
|
|
3796
|
-
title?: string;
|
|
3797
|
-
};
|
|
3798
|
-
|
|
3799
|
-
declare const PoweredByStripeFeature: React__default.FC<PoweredByStripeFeatureProps>;
|
|
3800
|
-
|
|
3801
|
-
type DropdownFeatureProps = {
|
|
3802
|
-
className?: string;
|
|
3803
|
-
t?: WithTranslation['t'];
|
|
3804
|
-
title: string;
|
|
3805
|
-
description?: string;
|
|
3806
|
-
initialIsOpen?: boolean;
|
|
3807
|
-
};
|
|
3808
|
-
|
|
3809
|
-
declare const DropdownFeature: React__default.FC<DropdownFeatureProps>;
|
|
3810
|
-
|
|
3811
3436
|
type SupportedCountryLocale = string;
|
|
3812
3437
|
type Tabs = {
|
|
3813
3438
|
behavior: 'tax-country' | 'profile-lang';
|
|
@@ -3862,10 +3487,6 @@ declare const splitSessions: (sessions: Session[]) => Map<string, Session[]>;
|
|
|
3862
3487
|
declare const getSessionTimeLabel: (variant: SessionVariant, startSessionDate: Date, t: WithTranslation['t'], locale: string) => string;
|
|
3863
3488
|
declare const canManageSession: (sessionDate?: Date) => boolean;
|
|
3864
3489
|
|
|
3865
|
-
declare const ONBOARDING_THEME_DEFAULT_COLORS: Record<OnboardingVariant, {
|
|
3866
|
-
defaultThemeColor: string;
|
|
3867
|
-
}>;
|
|
3868
|
-
|
|
3869
3490
|
type SpecialistCardProps = {
|
|
3870
3491
|
fullName?: string;
|
|
3871
3492
|
specialization?: string;
|
|
@@ -3914,7 +3535,7 @@ type SpecialistCardProps = {
|
|
|
3914
3535
|
};
|
|
3915
3536
|
declare const SpecialistCard: React__default.FC<SpecialistCardProps>;
|
|
3916
3537
|
|
|
3917
|
-
declare const _default$
|
|
3538
|
+
declare const _default$e: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
|
|
3918
3539
|
isError?: boolean | undefined;
|
|
3919
3540
|
errorStyle?: "filled" | "unfilled" | undefined;
|
|
3920
3541
|
type?: "number" | "text" | "email" | undefined;
|
|
@@ -3938,11 +3559,11 @@ declare const PasswordInput: React__default.ForwardRefExoticComponent<{
|
|
|
3938
3559
|
error?: string | null | undefined;
|
|
3939
3560
|
} & Omit<React__default.InputHTMLAttributes<HTMLInputElement>, "type"> & React__default.RefAttributes<HTMLInputElement>>;
|
|
3940
3561
|
|
|
3941
|
-
declare const _default$
|
|
3562
|
+
declare const _default$d: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
|
|
3942
3563
|
isError?: boolean | undefined;
|
|
3943
3564
|
} & React__default.TextareaHTMLAttributes<HTMLTextAreaElement> & React__default.RefAttributes<HTMLTextAreaElement>>>;
|
|
3944
3565
|
|
|
3945
|
-
declare const _default$
|
|
3566
|
+
declare const _default$c: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
|
|
3946
3567
|
options: {
|
|
3947
3568
|
id: string | number;
|
|
3948
3569
|
label: string | number;
|
|
@@ -3974,7 +3595,7 @@ type CustomCheckboxProps = {
|
|
|
3974
3595
|
isCheckbox?: boolean;
|
|
3975
3596
|
onChange?: (e: ChangeEvent<HTMLInputElement>) => void;
|
|
3976
3597
|
};
|
|
3977
|
-
declare const _default$
|
|
3598
|
+
declare const _default$b: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<CustomCheckboxProps & React__default.RefAttributes<HTMLInputElement>>>;
|
|
3978
3599
|
|
|
3979
3600
|
type CheckboxListItem = {
|
|
3980
3601
|
id: ReactText;
|
|
@@ -4002,7 +3623,7 @@ type CheckboxListProps = {
|
|
|
4002
3623
|
from: string;
|
|
4003
3624
|
};
|
|
4004
3625
|
};
|
|
4005
|
-
declare const _default$
|
|
3626
|
+
declare const _default$a: React__default.NamedExoticComponent<CheckboxListProps>;
|
|
4006
3627
|
|
|
4007
3628
|
type BookingHeaderProps = {
|
|
4008
3629
|
title?: string;
|
|
@@ -4016,9 +3637,9 @@ type ProgressBarProps = {
|
|
|
4016
3637
|
progress: number;
|
|
4017
3638
|
loaderTitle?: string;
|
|
4018
3639
|
};
|
|
4019
|
-
declare const _default$
|
|
3640
|
+
declare const _default$9: React__default.NamedExoticComponent<ProgressBarProps>;
|
|
4020
3641
|
|
|
4021
|
-
declare const _default$
|
|
3642
|
+
declare const _default$8: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<{
|
|
4022
3643
|
title: string;
|
|
4023
3644
|
subTitle?: string | undefined;
|
|
4024
3645
|
isError?: boolean | undefined;
|
|
@@ -4050,7 +3671,7 @@ type FlagProps = {
|
|
|
4050
3671
|
dimensions?: number;
|
|
4051
3672
|
className?: string;
|
|
4052
3673
|
};
|
|
4053
|
-
declare const _default$
|
|
3674
|
+
declare const _default$7: React__default.NamedExoticComponent<FlagProps>;
|
|
4054
3675
|
|
|
4055
3676
|
type SpecialistLangsProps = {
|
|
4056
3677
|
showLoader?: boolean;
|
|
@@ -4090,7 +3711,7 @@ type ProfileInformationProps = {
|
|
|
4090
3711
|
reviews: string[];
|
|
4091
3712
|
};
|
|
4092
3713
|
} & React__default.HTMLAttributes<HTMLDivElement>;
|
|
4093
|
-
declare const _default$
|
|
3714
|
+
declare const _default$6: React__default.NamedExoticComponent<ProfileInformationProps>;
|
|
4094
3715
|
|
|
4095
3716
|
type SpecialistMatchProps = {
|
|
4096
3717
|
specialistFirstName?: string;
|
|
@@ -4102,7 +3723,7 @@ type SpecialistMatchProps = {
|
|
|
4102
3723
|
howWeMatchThis: string;
|
|
4103
3724
|
};
|
|
4104
3725
|
} & React__default.HTMLAttributes<HTMLDivElement>;
|
|
4105
|
-
declare const _default$
|
|
3726
|
+
declare const _default$5: React__default.NamedExoticComponent<SpecialistMatchProps>;
|
|
4106
3727
|
|
|
4107
3728
|
type SpecialistStatisticProps = {
|
|
4108
3729
|
learnMoreClick: () => void;
|
|
@@ -4122,7 +3743,7 @@ type SpecialistStatisticProps = {
|
|
|
4122
3743
|
bookedSession: string;
|
|
4123
3744
|
};
|
|
4124
3745
|
} & React__default.HTMLAttributes<HTMLDivElement>;
|
|
4125
|
-
declare const _default$
|
|
3746
|
+
declare const _default$4: React__default.NamedExoticComponent<SpecialistStatisticProps>;
|
|
4126
3747
|
|
|
4127
3748
|
type RatingWithLabelProps = {
|
|
4128
3749
|
countOfReviews?: number;
|
|
@@ -4246,7 +3867,7 @@ type SpecialistCardWidgetProps = {
|
|
|
4246
3867
|
currentUser?: UserType;
|
|
4247
3868
|
};
|
|
4248
3869
|
|
|
4249
|
-
declare const _default$
|
|
3870
|
+
declare const _default$3: React__default.NamedExoticComponent<SpecialistCardWidgetProps>;
|
|
4250
3871
|
|
|
4251
3872
|
type SpecialistCardListWidgetProps = {
|
|
4252
3873
|
t?: WithTranslation['t'];
|
|
@@ -4261,11 +3882,11 @@ type SpecialistCardListWidgetProps = {
|
|
|
4261
3882
|
};
|
|
4262
3883
|
declare const SpecialistCardListWidget: FC<SpecialistCardListWidgetProps>;
|
|
4263
3884
|
|
|
4264
|
-
declare const _default$
|
|
3885
|
+
declare const _default$2: React__default.NamedExoticComponent<SpecialistPaymentCardProps & {
|
|
4265
3886
|
routeClick: () => void;
|
|
4266
3887
|
} & TranslationType>;
|
|
4267
3888
|
|
|
4268
|
-
declare const _default$
|
|
3889
|
+
declare const _default$1: React__default.NamedExoticComponent<SpecialistPaymentCardProps & SpecialistPaymentConsultationsProps & TranslationType>;
|
|
4269
3890
|
|
|
4270
3891
|
type UpdateContractWidgetProps = {
|
|
4271
3892
|
isAccepted: boolean;
|
|
@@ -4299,12 +3920,9 @@ type SpecialistDetailWidgetProps = {
|
|
|
4299
3920
|
onRateSession?(): void;
|
|
4300
3921
|
onOpenSuperSpecialistArticle?(): void;
|
|
4301
3922
|
onOpenNewSpecialistArticle?(): void;
|
|
4302
|
-
onEditSpecialistReview?: (review: Pick<SpecialistReview$1, 'id' | 'review_rating' | 'text_of_review'>) => Promise<void>;
|
|
4303
3923
|
};
|
|
4304
3924
|
|
|
4305
|
-
declare const _default
|
|
4306
|
-
|
|
4307
|
-
declare const SpecialistDetailWidgetSkeleton: React__default.FC;
|
|
3925
|
+
declare const _default: React__default.NamedExoticComponent<SpecialistDetailWidgetProps>;
|
|
4308
3926
|
|
|
4309
3927
|
declare const FiltersWidget: FC<FiltersWidgetProps>;
|
|
4310
3928
|
|
|
@@ -4372,13 +3990,4 @@ type SessionPaymentsWidgetProps = {
|
|
|
4372
3990
|
|
|
4373
3991
|
declare const SessionPaymentsWidget: React__default.FC<SessionPaymentsWidgetProps>;
|
|
4374
3992
|
|
|
4375
|
-
type SpecialistPreviewWidgetProps = {
|
|
4376
|
-
t?: WithTranslation['t'];
|
|
4377
|
-
specialist: Specialist;
|
|
4378
|
-
variant?: VariantEnum;
|
|
4379
|
-
className?: string;
|
|
4380
|
-
};
|
|
4381
|
-
|
|
4382
|
-
declare const _default: React__default.NamedExoticComponent<SpecialistPreviewWidgetProps>;
|
|
4383
|
-
|
|
4384
|
-
export { AcceptAgreementFeature, Action, _default$V as AlertCard, AllowFilterValueType, AppFooter, _default$U as AppFooter_v2, AppHeader, AppHeaderPage as AppHeaderPageFeature, AppHeader_v2, AppNotSupportedFeature, ArchivedConsultationCard, AutoComplete, Avatar, AvatarProps$1 as AvatarProps, _default$T as Avatar_v2, AvatarProps as Avatar_v2Props, BREAKPOINT_ICON_SIZE, _default$P as Badge, _default$Y as BookingScheduleTime, _default$X as BookingSpecialistInfo, BreakPointPositionProps, BreakPointPositionResult, Button, Button_v2, CAN_MANAGE_SESSION_TIME_HOURS, COUNTRIES_MAPPER, Calendar, _default$w as CalendarPickerFeature, CancelSession, CardModal, ChangeLangModal, ChangeLanguageModal, _default$1h as ChatListItem, _default$1f as ChatListSkeleton, _default$1g as ChatMessage, ChatMessageSkeleton, CheckBoxItem, CheckBoxListFeature, CheckBoxSectionListFeature, _default$b as CheckboxList, CheckboxListCategory, CheckboxListItem, CheckboxTypes, ChevronHeader, CircleRatingComponentProps, CircleRatingContent, CircleRatingContext, CircleRatingContextData, CircleRatingContextProps, CircleRatingDataProps, CircleRatingDataResult, CircleRatingLegendProps, CircleRatingProvider, CircleRatingRange, CircleRatingSize, ClientCanAction, ClientCanParams, ClientSpecialistContractStatusEnum, CollapsableText, ConditionRulesType, Consultation, _default$18 as ConsultationCard, ConsultationCardProps, ConsultationCardType, _default$15 as ConsultationModal, _default$A as ConsultationPricingFeature, _default$13 as ConsultationSpecialistCard, ConsultationsListSkeleton, Container, Container_v2, ContentCard, ContentRendererProps, ContractDataFeature, ContractStatusEnum, ContentTree as ContractTreeFeature, CountdownTimerFeature, CountryOfOriginModal, CurrencyLocaleMapper, CurrencySignByLocale, CustomButton, _default$c as CustomCheckbox, CustomRadioButton, _default$d as CustomSelect, _default$e as CustomTextarea, DatePicker, _default$11 as DaySlider, DayToRender, DividerProps, DropdownFeature, DrumListPicker, DynamicCommissionValue, _default$Z as EducationCard, _default$1e as EmptyChatList, EmptyChatMessages, EmptyChatModalFeature, _default$16 as EmptyConsultations, EmptyList, EmptySpecialistListFeature, EntryNotFound, EntryNotFoundProps, ErrorCardFeature, FilterFeatureProps, FilterItem, FilterItemBoolean, FilterItemChips, FilterItemRange, FilterItemSelect, FilterOption, FilterOptionValue, FilterValue, FiltersWidget, FiltersWidgetProps, FirstChatMessageModalFeature, _default$8 as Flag, FlagTypes, _default$R as Flag_v2, FloatingButton, FooterForBooking, FrequentlyAskedQuestions, GoogleCalendarModalFeature, HeaderWithRedirect, HorizontalCalendar, HorizontalCalendarProps, ISpecialistReview, IconAddModerator, IconAmEx, IconAppStoreRating, IconApple, IconApplePay, IconArrowDown, IconArrowLeft, IconArrowRight, IconArrowTopRight, IconAttachMoney, IconBeachAccess, IconBookmark, IconBookmarkOutlined, _default$L as IconButton, IconCalendar, IconCalendarFilled, IconCalendarMonth, IconCalendarNew, IconCalendarWithDot, IconCancel, IconCancelBold, IconCancelRounded, IconCapFilled, IconChart, IconChat, IconChat3d, IconChat3dSmaller, IconChatFilled, IconChatOutline, IconCheck, IconCheckCircle, IconCheckSmall, IconCheckboxChecked, IconCheckboxCheckedBold, 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, IconLeftArrow, IconLetter, IconLink, IconLock, IconLogout, IconMaestro, IconManageAccounts, IconMastercard, IconMatching, IconMindly, IconMindlyColored, IconMindlyMini, IconMinus, IconMoreVertical, IconMute, IconNotificationMuted, IconPaid, IconPaper, IconPaperPencil, IconPause, IconPaywall, IconPersonAlert, IconPlay, IconPlus, IconPoweredByStripe, IconProfile, IconProfileChecked, IconProfileCircle, IconProfileSetting, IconProfileUnderReview, IconPromocode, IconProps$D as IconProps, IconQueryStats, IconQuestion, IconRadioButtonChecked, IconRadioPartial, IconReceipt, IconReceiptLong, IconRenew, IconResume, IconReviewSessionSubscription, IconReviewSessionTrial, IconSchedule, IconSchema, IconSearch, IconSecure, IconSend, IconSettings, IconShare, IconSpecialistsEnded, IconSpinner, IconStar, IconStarFilled, IconStudyHat, IconStylus, IconSuccess, IconSwitch, IconText, IconTime, IconTimeAdd, IconUnmute, IconUser, IconUserNotFound, IconVerifiedUser, IconVisa, IconVisible, IconWarning, ImageInput, ImageWithFallback, ImpressionEmojiEnum, Input, InputSearch, _default$H as Item, _default$O as ItemCard, LabelArrowRedirect, LanguagesList, _default$1l as LetterAvatar, _default$9 as LineFileInput, ListBox, ListBoxItem, ListBoxItemProps, ListBoxProps, ListBoxSelectionType, ListButton, ListItemType, _default$E as ListItemWithColumns, _default$I as ListItems, ListOption, ListOptionsProps, ListSelect, ListSelectProps, ListSimple, _default$J as Loading, LocaleCurrencyMapper, LouseConnect, MapStatusContractToUIStatus, _default$p as MarkdownContainerFeature, _default$F as MatchProgress, _default$1i as MediaPlayer, MenuFeature, MindlyReview, MindlyReviewFeature, Modal, ModalCalendar, ModalSheet, NEAR_SESSION_TIME_SECONDS, NavigationBar, NewSpecialist, NoInternetConnection, NotSupportModal, NotesCardText, NotesEditor, ONBOARDING_THEME_DEFAULT_COLORS, OnBoardingBaseScreenType, OnBoardingChartScreenPreviewFeature, OnBoardingChartScreenType, OnBoardingCompareScreenPreviewFeature, OnBoardingCompareScreenType, _default$h as OnBoardingConfirmScreenPreviewFeature, OnBoardingConfirmScreenType, _default$i as OnBoardingEmailScreenPreviewFeature, OnBoardingEmailScreenType, OnBoardingFlowType, _default$n as OnBoardingInfoScreenPreviewFeature, OnBoardingInfoScreenType, OnBoardingLoaderScreenPreviewFeature, OnBoardingLoaderScreenType, OnBoardingMultiSelectScreenType, _default$m as OnBoardingMultiSelectionScreenPreviewFeature, OnBoardingPaywallScreenPreviewFeature, OnBoardingPaywallScreenType, _default$k as OnBoardingProgressFeature, _default$j as OnBoardingReviewsScreenPreviewFeature, OnBoardingReviewsScreenType, OnBoardingScreenAlertType, OnBoardingScreenBgType, OnBoardingScreenButtonType, OnBoardingScreenDescriptionType, OnBoardingScreenEmailType, OnBoardingScreenErrorsType, OnBoardingScreenOptionType, OnBoardingScreenOptionWithImageType, OnBoardingScreenOptions, OnBoardingScreenPasswordType, OnBoardingScreenPrivacyType, OnBoardingScreenSkipButtonType, OnBoardingScreenStyleOptions, OnBoardingScreenTranslationsType, OnBoardingScreensType, OnBoardingSingleImageSelectScreenType, OnBoardingSingleSelectScreenType, _default$l as OnBoardingSingleSelectionScreenPreviewFeature, _default$o as OnBoardingStartScreenPreviewFeature, OnBoardingStartScreenType, OnboardingVariant, OutdatedPersonalDataFeature, PasswordInput, PaymentBadgeType, _default$v as PaymentCalendarFeature, PaymentCalendarFeatureProps, _default$x as PaymentSessionsList, _default$1k as PersonDateTimeCard, _default$Q as Picture, PoweredByStripeFeature, _default$7 as ProfileInformation, _default$$ as ProfileView, _default$a as ProgressBar, ProgressBarDashed, _default$K as ProgressBar_v2, ProgressRangeProps, PushNotificationsIsDisabledBanner, PushNotificationsModal, Range, _default$M as Rating, RatingCircleWrapper, _default$12 as ReSchedule, ReScheduleSuccess, Refresher, ResponseFileType, ReviewCard, _default$u as ReviewCardFeature, ReviewListFeature, ReviewStatistics, ReviewSubscriptionSessionFeature, ReviewSubscriptionSessionFeatureProps, ReviewSwiperSection, ReviewTrialSessionFeature, ReviewTrialSessionFeatureProps, ReviewsCardFeatureSkeleton, ReviewsSummary, RoundButton, RowItemType, RowSelect, RowSelectProps, Rule, SIZES, SOON_SESSION_TIME_SECONDS, _default$s as ScreenDrumPickerFormFeature, ScreenInput, _default$t as ScreenInputFormFeature, ScreenInputUpdateFeature, ScrollTabs, SectionHeading, Segment, SegmentColor, SegmentType, _default$1j as SelectImpressionEmoji, SelectItemType, _default$q as SelectWithSearchFormFeature, Session, SessionDetailWidget, SessionPaymentsWidget, SessionPreviewFeature, SessionReview$1 as SessionReview, SessionTime, SessionVariant, SessionsWidget as SessionsListWidget, SessionsWidgetProps, Sex, ShareModalFeature, ShortCurrencySignByLocale, ShortTranscriptionCurrencySignByLocale, _default$D as ShowMore, _default$17 as SignUpSessionButton, _default$14 as SignUpSessionModal, SizeValues, Skeleton, _default$S as Skeleton_v2, _default$C as SlotsGrid, _default$B as SlotsGridItem, SolidInput, Specialist, _default$_ as SpecialistAbout, SpecialistAreaList as SpecialistAreaListFeature, SpecialistCard, SpecialistCardListWidget, _default$4 as SpecialistCardWidget, SpecialistConsultation, SpecialistConsultationPayment, _default$1 as SpecialistDetailWidget, SpecialistDetailWidgetSkeleton, SpecialistEducation, _default$1c as SpecialistEducationCard, SpecialistEducationsFeature, SpecialistInfoColumnFeature, SpecialistLangs, _default$6 as SpecialistMatch, SpecialistOrderType, SpecialistPaymentCardProps, _default$z as SpecialistPaymentCommonCardFeature, SpecialistPaymentCommonCardSkeleton, SpecialistPaymentConsultationDetailsType, _default$y as SpecialistPaymentConsultationsFeature, SpecialistPaymentConsultationsProps, SpecialistPaymentCurrencyProps, _default$2 as SpecialistPaymentResumeWidget, SpecialistPaymentResumeWidgetType, SpecialistPaymentTabs, _default$3 as SpecialistPaymentWidget, SpecialistPaymentWidgetType, SpecialistPreviewFeature, SpecialistPreviewListWidget, _default as SpecialistPreviewWidget, SpecialistProfileNotFound, _default$1b as SpecialistProfileViewCard, SpecialistReview$1 as SpecialistReview, SpecialistShortInfoItemFeature as SpecialistShortInfoItem, _default$5 as SpecialistStatistic, SpecialistStatisticsCard, SpecialistWorkDirections, Spinner, Spinner_v2, StarRating, StatisticsScroll, StatusTag, StripeSupportedCurrency, Subscription, SubscriptionStatuses, SuccessScreen, SuperSpecialist, SupportedCurrency, SupportedLangs, SwitchDeviceCard, TabBar, TabItem, Tabs$1 as Tabs, TabsToolbarFeature, Tag, Tariff, TariffFeature, _default$r as TextAreaFormFeature, _default$f as TextInput, _default$g as TextWithClampFeature, _default$1d as Textarea, _default$N as Textarea_v2, ThemeProvider, ThemeProviderProps, TherapistCard, TherapistInformationComponent, Toast, ToastButton, ToastContext, ToastProps, ToastProvider, ToastRegion, Toggle, TooltipComponent, TranslationMock, TranslationType, TreeNode, _default$W as Typography, TypographyVariantsEnum, UpdateContractWidget, UpdatesCard, UserInfoModal, UserType, UsersPsychologistScrollList, VariantType, VerticalCalendar, VerticalCalendarMonthSkeleton, VerticalCalendarSkeleton, _default$G as Video, _default$19 as VideoCallInfo, _default$1a as VideoPlayer, VideoProvider, _default$10 as WorkDirections, YourLocalTimeBlock, appThemes, canManageSession, decOfNum, formatByDigits, getCountryKeyByName, getDateLocale, getFiltersQuery, getFiltersValues, getGMTOffset, getMappedFilterValue, getMonthNameInGenitive, getProgressForBreakPoint, getSessionTimeLabel, getSessionVariant, getSessionsByDay, getSessionsByMonth, getSessionsByYear, getSignAgreementsTabs, getStartSessionDate, getStartSessionTimestamp, isClientCan, isFilterSet, isNewSpecialist, isSpecialistActive, isSpecialistBlocked, isSpecialistPublic, isSuperSpecialist, mergeRefs, newShade, priceNormalize, replaceMarkdownWithReactElements, roundToPrecision, splitSessions, toast, useAutoFocus, useBreakPointsPosition, useCircleRatingRenderData, useDeepCompareEffect, useDeepUpdateEffect, useDomRef, useElementWidth, useEvent, useIsKeyBoardShown, useRangeIndex, useRatingCircleBreakPoints, useRatingCircleContentValue, useRatingCircleLegend, useRatingContext, useToastContext, useUpdateEffect, useVideoContext };
|
|
3993
|
+
export { AcceptAgreementFeature, Action, _default$T as AlertCard, AllowFilterValueType, AppFooter, _default$S as AppFooter_v2, AppHeader, AppHeaderPage as AppHeaderPageFeature, AppHeader_v2, AppNotSupportedFeature, ArchivedConsultationCard, AutoComplete, Avatar, AvatarProps$1 as AvatarProps, _default$R as Avatar_v2, AvatarProps as Avatar_v2Props, BREAKPOINT_ICON_SIZE, _default$N as Badge, _default$W as BookingScheduleTime, _default$V as BookingSpecialistInfo, BreakPointPositionProps, BreakPointPositionResult, Button, Button_v2, CAN_MANAGE_SESSION_TIME_HOURS, COUNTRIES_MAPPER, Calendar, _default$u as CalendarPickerFeature, CancelSession, CardModal, ChangeLangModal, ChangeLanguageModal, _default$1f as ChatListItem, _default$1d as ChatListSkeleton, _default$1e as ChatMessage, ChatMessageSkeleton, CheckBoxItem, CheckBoxListFeature, CheckBoxSectionListFeature, _default$a as CheckboxList, CheckboxListCategory, CheckboxListItem, CheckboxTypes, ChevronHeader, CircleRatingComponentProps, CircleRatingContent, CircleRatingContext, CircleRatingContextData, CircleRatingContextProps, CircleRatingDataProps, CircleRatingDataResult, CircleRatingLegendProps, CircleRatingProvider, CircleRatingRange, CircleRatingSize, ClientCanAction, ClientCanParams, ClientSpecialistContractStatusEnum, CollapsableText, ConditionRulesType, Consultation, _default$16 as ConsultationCard, ConsultationCardProps, ConsultationCardType, _default$13 as ConsultationModal, _default$y as ConsultationPricingFeature, _default$11 as ConsultationSpecialistCard, ConsultationsListSkeleton, Container, Container_v2, ContentCard, ContentRendererProps, ContractDataFeature, ContractStatusEnum, ContentTree as ContractTreeFeature, CountdownTimerFeature, CountryOfOriginModal, CurrencyLocaleMapper, CurrencySignByLocale, CustomButton, _default$b as CustomCheckbox, CustomRadioButton, _default$c as CustomSelect, _default$d as CustomTextarea, DatePicker, _default$$ as DaySlider, DayToRender, DividerProps, DrumListPicker, DynamicCommissionValue, _default$X as EducationCard, _default$1c as EmptyChatList, EmptyChatMessages, EmptyChatModalFeature, _default$14 as EmptyConsultations, EmptyList, EmptySpecialistListFeature, EntryNotFound, EntryNotFoundProps, ErrorCardFeature, FilterFeatureProps, FilterItem, FilterItemBoolean, FilterItemChips, FilterItemRange, FilterItemSelect, FilterOption, FilterOptionValue, FilterValue, FiltersWidget, FiltersWidgetProps, FirstChatMessageModalFeature, _default$7 as Flag, FlagTypes, _default$P as Flag_v2, FloatingButton, FooterForBooking, FrequentlyAskedQuestions, GoogleCalendarModalFeature, HeaderWithRedirect, HorizontalCalendar, HorizontalCalendarProps, ISpecialistReview, IconAddModerator, IconApple, IconArrowDown, IconArrowLeft, IconArrowRight, IconArrowTopRight, IconAttachMoney, IconBeachAccess, IconBookmark, IconBookmarkOutlined, _default$J as IconButton, IconCalendar, IconCalendarFilled, IconCalendarMonth, IconCalendarNew, IconCalendarWithDot, IconCancel, IconCancelRounded, IconCapFilled, IconChat, IconChat3d, IconChat3dSmaller, IconChatFilled, IconChatOutline, IconCheck, IconCheckCircle, IconCheckSmall, IconCheckboxChecked, IconCheckboxUnchecked, IconClient, IconClientFilled, IconClose, IconContract, IconCopy, IconCreditCard, IconDelete, IconDocument, IconDot, IconEcgHeart, IconEdit, IconEditCalendar, IconEmptyList, IconEventBusy, IconExperience, IconEye, IconEyeOff, IconFilters, IconGallery, IconGift, IconGiftNew, IconGoogle, IconHeart, IconHome, IconIdCard, IconInvisible, IconInvoice, IconLanguage, IconLeftArrow, IconLetter, IconLink, IconLock, IconLogout, IconManageAccounts, IconMindly, IconMindlyColored, IconMindlyMini, IconMinus, IconMoreVertical, IconMute, IconNotificationMuted, IconPaid, IconPaper, IconPause, IconPersonAlert, IconPlay, IconPlus, IconProfile, IconProfileChecked, IconProfileCircle, IconProfileSetting, IconProfileUnderReview, IconPromocode, IconProps$B as IconProps, IconQueryStats, IconQuestion, IconRadioButtonChecked, IconReceipt, IconReceiptLong, IconRenew, IconResume, IconReviewSessionSubscription, IconReviewSessionTrial, IconSchedule, IconSchema, IconSearch, IconSend, IconSettings, IconShare, IconSpecialistsEnded, IconSpinner, IconStar, IconStarFilled, IconStudyHat, IconStylus, IconSuccess, IconText, IconTime, IconTimeAdd, IconUnmute, IconUser, IconUserNotFound, IconVerifiedUser, IconVisible, IconWarning, ImageInput, ImageWithFallback, ImpressionEmojiEnum, Input, InputSearch, _default$F as Item, _default$M as ItemCard, LabelArrowRedirect, LanguagesList, _default$1j as LetterAvatar, _default$8 as LineFileInput, ListBox, ListBoxItem, ListBoxItemProps, ListBoxProps, ListBoxSelectionType, ListButton, ListItemType, _default$C as ListItemWithColumns, _default$G as ListItems, ListOption, ListOptionsProps, ListSelect, ListSelectProps, ListSimple, _default$H as Loading, LocaleCurrencyMapper, LouseConnect, MapStatusContractToUIStatus, _default$n as MarkdownContainerFeature, _default$D as MatchProgress, _default$1g as MediaPlayer, MenuFeature, Modal, ModalCalendar, ModalSheet, NEAR_SESSION_TIME_SECONDS, NavigationBar, NewSpecialist, NoInternetConnection, NotSupportModal, NotesCardText, NotesEditor, OnBoardingBaseScreenType, OnBoardingFlowType, _default$l as OnBoardingInfoScreenPreviewFeature, OnBoardingInfoScreenType, _default$i as OnBoardingLoaderScreenPreviewFeature, OnBoardingLoaderScreenType, OnBoardingMultiSelectScreenType, _default$k as OnBoardingMultiSelectionScreenPreviewFeature, _default$h as OnBoardingProgressFeature, _default$g as OnBoardingReviewsScreenPreviewFeature, OnBoardingReviewsScreenType, OnBoardingScreenBgType, OnBoardingScreenButtonType, OnBoardingScreenDescriptionType, OnBoardingScreenOptionType, OnBoardingScreenOptions, OnBoardingScreenSkipButtonType, OnBoardingScreenStyleOptions, OnBoardingScreensType, OnBoardingSingleSelectScreenType, _default$j as OnBoardingSingleSelectionScreenPreviewFeature, _default$m as OnBoardingStartScreenPreviewFeature, OnBoardingStartScreenType, OutdatedPersonalDataFeature, PasswordInput, PaymentBadgeType, _default$t as PaymentCalendarFeature, PaymentCalendarFeatureProps, _default$v as PaymentSessionsList, _default$1i as PersonDateTimeCard, _default$O as Picture, _default$6 as ProfileInformation, _default$Z as ProfileView, _default$9 as ProgressBar, ProgressBarDashed, _default$I as ProgressBar_v2, ProgressRangeProps, PushNotificationsIsDisabledBanner, PushNotificationsModal, Range, _default$K as Rating, RatingCircleWrapper, _default$10 as ReSchedule, ReScheduleSuccess, Refresher, ResponseFileType, ReviewCard, _default$s as ReviewCardFeature, ReviewListFeature, ReviewStatistics, ReviewSubscriptionSessionFeature, ReviewSubscriptionSessionFeatureProps, ReviewSwiperSection, ReviewTrialSessionFeature, ReviewTrialSessionFeatureProps, ReviewsCardFeatureSkeleton, ReviewsSummary, RoundButton, RowItemType, RowSelect, RowSelectProps, Rule, SIZES, SOON_SESSION_TIME_SECONDS, _default$q as ScreenDrumPickerFormFeature, ScreenInput, _default$r as ScreenInputFormFeature, ScreenInputUpdateFeature, ScrollTabs, SectionHeading, Segment, SegmentColor, SegmentType, _default$1h as SelectImpressionEmoji, SelectItemType, _default$o as SelectWithSearchFormFeature, Session, SessionDetailWidget, SessionPaymentsWidget, SessionPreviewFeature, SessionReview$1 as SessionReview, SessionTime, SessionVariant, SessionsWidget as SessionsListWidget, SessionsWidgetProps, Sex, ShareModalFeature, ShortCurrencySignByLocale, _default$B as ShowMore, _default$15 as SignUpSessionButton, _default$12 as SignUpSessionModal, SizeValues, Skeleton, _default$Q as Skeleton_v2, _default$A as SlotsGrid, _default$z as SlotsGridItem, Specialist, _default$Y as SpecialistAbout, SpecialistAreaList as SpecialistAreaListFeature, SpecialistCard, SpecialistCardListWidget, _default$3 as SpecialistCardWidget, SpecialistConsultation, SpecialistConsultationPayment, _default as SpecialistDetailWidget, SpecialistEducation, _default$1a as SpecialistEducationCard, SpecialistEducationsFeature, SpecialistInfoColumnFeature, SpecialistLangs, _default$5 as SpecialistMatch, SpecialistOrderType, SpecialistPaymentCardProps, _default$x as SpecialistPaymentCommonCardFeature, SpecialistPaymentCommonCardSkeleton, SpecialistPaymentConsultationDetailsType, _default$w as SpecialistPaymentConsultationsFeature, SpecialistPaymentConsultationsProps, SpecialistPaymentCurrencyProps, _default$1 as SpecialistPaymentResumeWidget, SpecialistPaymentResumeWidgetType, SpecialistPaymentTabs, _default$2 as SpecialistPaymentWidget, SpecialistPaymentWidgetType, SpecialistPreviewFeature, SpecialistPreviewListWidget, SpecialistProfileNotFound, _default$19 as SpecialistProfileViewCard, SpecialistReview$1 as SpecialistReview, SpecialistShortInfoItemFeature as SpecialistShortInfoItem, _default$4 as SpecialistStatistic, SpecialistStatisticsCard, SpecialistWorkDirections, Spinner, Spinner_v2, StarRating, StatisticsScroll, StatusTag, StripeSupportedCurrency, Subscription, SubscriptionStatuses, SuccessScreen, SuperSpecialist, SupportedCurrency, SupportedLangs, SwitchDeviceCard, TabBar, TabItem, Tabs$1 as Tabs, TabsToolbarFeature, Tag, _default$p as TextAreaFormFeature, _default$e as TextInput, _default$f as TextWithClampFeature, _default$1b as Textarea, _default$L as Textarea_v2, ThemeProvider, ThemeProviderProps, TherapistCard, TherapistInformationComponent, Toast, ToastButton, ToastContext, ToastProps, ToastProvider, ToastRegion, Toggle, TooltipComponent, TranslationMock, TranslationType, TreeNode, _default$U as Typography, TypographyVariantsEnum, UpdateContractWidget, UpdatesCard, UserInfoModal, UserType, UsersPsychologistScrollList, VerticalCalendar, VerticalCalendarMonthSkeleton, VerticalCalendarSkeleton, _default$E as Video, _default$17 as VideoCallInfo, _default$18 as VideoPlayer, VideoProvider, _default$_ as WorkDirections, YourLocalTimeBlock, appThemes, canManageSession, decOfNum, formatByDigits, getCountryKeyByName, getDateLocale, getFiltersQuery, getFiltersValues, getGMTOffset, getMappedFilterValue, getProgressForBreakPoint, getSessionTimeLabel, getSessionVariant, getSessionsByDay, getSessionsByMonth, getSessionsByYear, getSignAgreementsTabs, getStartSessionDate, getStartSessionTimestamp, isClientCan, isFilterSet, isNewSpecialist, isSpecialistActive, isSpecialistBlocked, isSpecialistPublic, isSuperSpecialist, mergeRefs, newShade, priceNormalize, replaceMarkdownWithReactElements, roundToPrecision, splitSessions, toast, useAutoFocus, useBreakPointsPosition, useCircleRatingRenderData, useDeepCompareEffect, useDeepUpdateEffect, useDomRef, useElementWidth, useEvent, useIsKeyBoardShown, useRangeIndex, useRatingCircleBreakPoints, useRatingCircleContentValue, useRatingCircleLegend, useRatingContext, useToastContext, useUpdateEffect, useVideoContext };
|