@mindly/ui-components 5.105.0 → 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 +13 -0
- package/dist/cjs/lib2/features/MobilePickerFeature/index.d.ts +1 -0
- 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/SessionReviewsFeature/ReviewSubscriptionSessionFeature/constants.d.ts +5 -4
- package/dist/cjs/lib2/features/SessionReviewsFeature/ReviewTrialSessionFeature/constants.d.ts +5 -4
- 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/providers/CircleRatingProvider/CircleRatingProvider.d.ts +1 -1
- 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/shared/utils/matching.d.ts +2 -1
- package/dist/cjs/lib2/shared/utils/mock.d.ts +2 -1
- package/dist/cjs/lib2/shared/utils/session.d.ts +2 -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 +13 -0
- package/dist/esm/lib2/features/MobilePickerFeature/index.d.ts +1 -0
- 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/SessionReviewsFeature/ReviewSubscriptionSessionFeature/constants.d.ts +5 -4
- package/dist/esm/lib2/features/SessionReviewsFeature/ReviewTrialSessionFeature/constants.d.ts +5 -4
- 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/providers/CircleRatingProvider/CircleRatingProvider.d.ts +1 -1
- 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/shared/utils/matching.d.ts +2 -1
- package/dist/esm/lib2/shared/utils/mock.d.ts +2 -1
- package/dist/esm/lib2/shared/utils/session.d.ts +2 -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 +233 -625
- package/package.json +1 -1
- 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/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/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
|
@@ -10,9 +10,6 @@ type Props = {
|
|
|
10
10
|
t?: WithTranslation['t'];
|
|
11
11
|
onLoadMore?(): void;
|
|
12
12
|
presentingElement?: HTMLElement;
|
|
13
|
-
onEditSpecialistReview?: (review: Pick<SpecialistReview, 'id' | 'review_rating' | 'text_of_review'>) => Promise<void>;
|
|
14
|
-
specialistName: string;
|
|
15
|
-
specialistAvatar: string;
|
|
16
13
|
};
|
|
17
14
|
export interface ReviewListFeatureRef {
|
|
18
15
|
openModalReviews: () => void;
|
|
@@ -6,8 +6,8 @@ export type ReviewSubscriptionSessionFeatureProps = {
|
|
|
6
6
|
specialistName: string;
|
|
7
7
|
specialistAvatar: string;
|
|
8
8
|
isOpen: boolean;
|
|
9
|
-
specialistReviewNeeded
|
|
10
|
-
sessionReviewProps
|
|
9
|
+
specialistReviewNeeded: boolean;
|
|
10
|
+
sessionReviewProps: React.ComponentProps<typeof SessionReview> & {
|
|
11
11
|
onModalAppeared?: () => void;
|
|
12
12
|
};
|
|
13
13
|
specialistReviewProps: React.ComponentProps<typeof SpecialistReview> & {
|
|
@@ -16,7 +16,6 @@ export type ReviewSubscriptionSessionFeatureProps = {
|
|
|
16
16
|
onClose: () => void;
|
|
17
17
|
onCloseClick: (step: 'session' | 'specialist') => void;
|
|
18
18
|
t?: WithTranslation['t'];
|
|
19
|
-
initialStep?: 'session' | 'specialist';
|
|
20
19
|
};
|
|
21
20
|
declare const ReviewSubscriptionSessionFeature: React.FC<ReviewSubscriptionSessionFeatureProps>;
|
|
22
21
|
export default ReviewSubscriptionSessionFeature;
|
package/dist/cjs/lib2/features/SessionReviewsFeature/ReviewSubscriptionSessionFeature/constants.d.ts
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
|
+
import { WithTranslation } from 'react-i18next';
|
|
1
2
|
export type Tag = {
|
|
2
3
|
id: string;
|
|
3
4
|
name: string;
|
|
4
5
|
};
|
|
5
|
-
export declare const TAGS_LIST_1_SUBSCRIPTION: (t?:
|
|
6
|
-
export declare const TAGS_LIST_2_SUBSCRIPTION: (t?:
|
|
7
|
-
export declare const TAGS_LIST_3_SUBSCRIPTION: (t?:
|
|
8
|
-
export declare const TAGS_BY_RATING_SUBSCRIPTION: (t?:
|
|
6
|
+
export declare const TAGS_LIST_1_SUBSCRIPTION: (t?: WithTranslation['t']) => Tag[];
|
|
7
|
+
export declare const TAGS_LIST_2_SUBSCRIPTION: (t?: WithTranslation['t']) => Tag[];
|
|
8
|
+
export declare const TAGS_LIST_3_SUBSCRIPTION: (t?: WithTranslation['t']) => Tag[];
|
|
9
|
+
export declare const TAGS_BY_RATING_SUBSCRIPTION: (t?: WithTranslation['t']) => Record<number, Tag[]>;
|
package/dist/cjs/lib2/features/SessionReviewsFeature/ReviewTrialSessionFeature/constants.d.ts
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
|
+
import { WithTranslation } from 'react-i18next';
|
|
1
2
|
export type Tag = {
|
|
2
3
|
id: string;
|
|
3
4
|
name: string;
|
|
4
5
|
};
|
|
5
|
-
export declare const TAGS_LIST_1_TRIAL: (t?:
|
|
6
|
-
export declare const TAGS_LIST_2_TRIAL: (t?:
|
|
7
|
-
export declare const TAGS_LIST_3_TRIAL: (t?:
|
|
8
|
-
export declare const TAGS_BY_RATING_TRIAL: (t?:
|
|
6
|
+
export declare const TAGS_LIST_1_TRIAL: (t?: WithTranslation['t']) => Tag[];
|
|
7
|
+
export declare const TAGS_LIST_2_TRIAL: (t?: WithTranslation['t']) => Tag[];
|
|
8
|
+
export declare const TAGS_LIST_3_TRIAL: (t?: WithTranslation['t']) => Tag[];
|
|
9
|
+
export declare const TAGS_BY_RATING_TRIAL: (t?: WithTranslation['t']) => Record<number, Tag[]>;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { SessionReview } from './SessionReview';
|
|
3
|
+
import { SpecialistReview } from './SpecialistReview';
|
|
4
|
+
export type ReviewSubscriptionSessionModalProps = {
|
|
5
|
+
specialistName: string;
|
|
6
|
+
specialistAvatar: string;
|
|
7
|
+
isOpen: boolean;
|
|
8
|
+
specialistReviewNeeded: boolean;
|
|
9
|
+
sessionReviewProps: React.ComponentProps<typeof SessionReview> & {
|
|
10
|
+
onModalAppeared?: () => void;
|
|
11
|
+
};
|
|
12
|
+
specialistReviewProps: React.ComponentProps<typeof SpecialistReview> & {
|
|
13
|
+
onModalAppeared?: () => void;
|
|
14
|
+
};
|
|
15
|
+
onClose: () => void;
|
|
16
|
+
};
|
|
17
|
+
declare const ReviewSubscriptionSessionModal: React.FC<ReviewSubscriptionSessionModalProps>;
|
|
18
|
+
export default ReviewSubscriptionSessionModal;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
type SessionReviewProps = {
|
|
3
|
+
specialistName: string;
|
|
4
|
+
onSubmit: (data: {
|
|
5
|
+
rate: number;
|
|
6
|
+
reason: string;
|
|
7
|
+
is_custom_reason: boolean;
|
|
8
|
+
comment?: string;
|
|
9
|
+
}) => Promise<void>;
|
|
10
|
+
specialistReviewNeeded?: boolean;
|
|
11
|
+
onModalAppeared?: () => void;
|
|
12
|
+
onStarsClick?: (rate: number) => void;
|
|
13
|
+
onReasonClick?: (rate: number, reason: string, is_custom_reason: boolean) => void;
|
|
14
|
+
onCommentBlur?: (rate: number, reason: string, is_custom_reason: boolean, comment: string) => void;
|
|
15
|
+
onContinueClick?: (rate: number, reason: string, is_custom_reason: boolean, comment: string) => void;
|
|
16
|
+
t?: (key: string) => string;
|
|
17
|
+
};
|
|
18
|
+
export declare const SessionReview: React.FC<SessionReviewProps>;
|
|
19
|
+
export {};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
type SpecialistReviewProps = {
|
|
3
|
+
specialistName: string;
|
|
4
|
+
specialistAvatar: string;
|
|
5
|
+
specialistReviewNeeded?: boolean;
|
|
6
|
+
onSubmit: (data: {
|
|
7
|
+
rate: number;
|
|
8
|
+
comment?: string;
|
|
9
|
+
}) => Promise<void>;
|
|
10
|
+
onModalAppeared?: () => void;
|
|
11
|
+
onStarsClick?: (rate: number) => void;
|
|
12
|
+
onCommentBlur?: (rate: number, comment: string) => void;
|
|
13
|
+
onContinueClick?: (rate: number, comment: string) => void;
|
|
14
|
+
t?: (key: string) => string;
|
|
15
|
+
};
|
|
16
|
+
export declare const SpecialistReview: React.FC<SpecialistReviewProps>;
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export type ReviewTrialSessionModalProps = {
|
|
3
|
+
specialistName: string;
|
|
4
|
+
specialistAvatar: string;
|
|
5
|
+
isOpen: boolean;
|
|
6
|
+
onSubmit: (data: {
|
|
7
|
+
rate: number;
|
|
8
|
+
reason: string;
|
|
9
|
+
is_custom_reason: boolean;
|
|
10
|
+
comment?: string;
|
|
11
|
+
}) => void;
|
|
12
|
+
showMotivation?: () => void;
|
|
13
|
+
continueTherapy?: () => void;
|
|
14
|
+
onModalAppeared?: () => void;
|
|
15
|
+
onStarsClick?: (rate: number) => void;
|
|
16
|
+
onReasonClick?: (rate: number, reason: string, is_custom_reason: boolean) => void;
|
|
17
|
+
onCommentBlur?: (rate: number, reason: string, is_custom_reason: boolean, comment: string) => void;
|
|
18
|
+
onContinueClick?: (rate: number, reason: string, is_custom_reason: boolean, comment: string) => void;
|
|
19
|
+
onClose?: () => void;
|
|
20
|
+
t?: (key: string) => string;
|
|
21
|
+
};
|
|
22
|
+
declare const ReviewTrialSessionModal: React.FC<ReviewTrialSessionModalProps>;
|
|
23
|
+
export default ReviewTrialSessionModal;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
type Tag = {
|
|
3
|
+
id: string;
|
|
4
|
+
name: string;
|
|
5
|
+
};
|
|
6
|
+
type TagsListProps = {
|
|
7
|
+
tags: Tag[];
|
|
8
|
+
selected: Tag | null;
|
|
9
|
+
onClick: (tag: Tag) => void;
|
|
10
|
+
comment: string;
|
|
11
|
+
onCommentChange: (comment: string) => void;
|
|
12
|
+
onCommentBlur: () => void;
|
|
13
|
+
t?: (key: string) => string;
|
|
14
|
+
};
|
|
15
|
+
export declare const TagsList: React.FC<TagsListProps>;
|
|
16
|
+
export {};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export { ReviewTrialSessionModal } from './TrialSession';
|
|
2
|
+
export { ReviewSubscriptionSessionModal } from './SubscriptionSession';
|
|
3
|
+
export type { ReviewTrialSessionModalProps } from './TrialSession';
|
|
4
|
+
export type { ReviewSubscriptionSessionModalProps } from './SubscriptionSession';
|
|
@@ -44,7 +44,3 @@ export * from './ContractDataFeature';
|
|
|
44
44
|
export * from './MenuFeature';
|
|
45
45
|
export * from './EmptySpecialistListFeature';
|
|
46
46
|
export * from './SessionReviewsFeature';
|
|
47
|
-
export * from './MindlyReviewFeature';
|
|
48
|
-
export * from './TariffFeature';
|
|
49
|
-
export * from './PoweredByStripeFeature';
|
|
50
|
-
export * from './DropdownFeature';
|
|
@@ -1,3 +1,7 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
|
|
3
|
-
|
|
2
|
+
interface IconProps extends React.SVGAttributes<SVGElement> {
|
|
3
|
+
size?: number | string;
|
|
4
|
+
color?: string;
|
|
5
|
+
}
|
|
6
|
+
export declare function IconCalendarMonth({ color, size, ...other }: IconProps): JSX.Element;
|
|
7
|
+
export {};
|
|
@@ -3,5 +3,5 @@ interface IconProps extends React.SVGAttributes<SVGElement> {
|
|
|
3
3
|
size?: number | string;
|
|
4
4
|
color?: string;
|
|
5
5
|
}
|
|
6
|
-
export declare
|
|
6
|
+
export declare function IconCheckboxChecked({ color, size, ...other }: IconProps): JSX.Element;
|
|
7
7
|
export {};
|
|
@@ -1,6 +1,2 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
color?: string;
|
|
4
|
-
}
|
|
5
|
-
export declare const IconRadioButtonChecked: ({ color, ...rest }: IconProps) => JSX.Element;
|
|
6
|
-
export {};
|
|
1
|
+
import { SVGProps } from 'react';
|
|
2
|
+
export declare const IconRadioButtonChecked: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
|
@@ -40,7 +40,6 @@ export * from './IconGiftNew';
|
|
|
40
40
|
export * from './IconCreditCard';
|
|
41
41
|
export * from './IconQuestion';
|
|
42
42
|
export * from './IconPaper';
|
|
43
|
-
export * from './IconPaperPencil';
|
|
44
43
|
export * from './IconChat3d';
|
|
45
44
|
export * from './IconChat3dSmaller';
|
|
46
45
|
export * from './IconNotficationMuted';
|
|
@@ -112,24 +111,3 @@ export * from './IconExperience';
|
|
|
112
111
|
export * from './IconSpecialistsEnded';
|
|
113
112
|
export * from './IconReviewSessionSubscription';
|
|
114
113
|
export * from './IconReviewSessionTrial';
|
|
115
|
-
export * from './IconDoubleArrow';
|
|
116
|
-
export * from './IconDivider';
|
|
117
|
-
export * from './IconInfo';
|
|
118
|
-
export * from './IconApplePay';
|
|
119
|
-
export * from './IconSecure';
|
|
120
|
-
export * from './IconGooglePay';
|
|
121
|
-
export * from './IconAmEx';
|
|
122
|
-
export * from './IconMaestro';
|
|
123
|
-
export * from './IconMastercard';
|
|
124
|
-
export * from './IconVisa';
|
|
125
|
-
export * from './IconPoweredByStripe';
|
|
126
|
-
export * from './IconCancelBold';
|
|
127
|
-
export * from './IconCheckboxCheckedBold';
|
|
128
|
-
export * from './IconMatching';
|
|
129
|
-
export * from './IconSwitch';
|
|
130
|
-
export * from './IconGlobe';
|
|
131
|
-
export * from './IconAppStoreRating';
|
|
132
|
-
export * from './IconCompare';
|
|
133
|
-
export * from './IconChart';
|
|
134
|
-
export * from './IconPaywall';
|
|
135
|
-
export * from './IconRadioPartial';
|
|
@@ -2,7 +2,7 @@ import { SizeValues, CircleRatingRange, CircleRatingDataProps, CircleRatingDataR
|
|
|
2
2
|
export declare const SIZES: SizeValues;
|
|
3
3
|
export declare const BREAKPOINT_ICON_SIZE = 20;
|
|
4
4
|
export declare function useCircleRatingRenderData({ progress, size, maxValue, isReverse, isShowBreakPoints, }: CircleRatingDataProps): CircleRatingDataResult;
|
|
5
|
-
export declare function useRangeIndex({ progress, maxValue, ranges, isReverse
|
|
5
|
+
export declare function useRangeIndex({ progress, maxValue, ranges, isReverse }: ProgressRangeProps): number;
|
|
6
6
|
export declare function getProgressForBreakPoint({ maxValue, breakPoint, }: {
|
|
7
7
|
maxValue: number;
|
|
8
8
|
breakPoint: number;
|
|
@@ -13,15 +13,11 @@ export declare function useBreakPointsPosition({ maxValue, breakPoints, radius,
|
|
|
13
13
|
radius?: number;
|
|
14
14
|
strokeWidth?: number;
|
|
15
15
|
}): BreakPointPositionResult[];
|
|
16
|
-
export declare function useRatingCircleLegend({ ranges, t, isReverse, isPercentage,
|
|
17
|
-
export declare function useRatingCircleContentValue({ progress, isPercentage, decimal,
|
|
16
|
+
export declare function useRatingCircleLegend({ ranges, t, isReverse, isPercentage, }: CircleRatingLegendProps): string[];
|
|
17
|
+
export declare function useRatingCircleContentValue({ progress, isPercentage, decimal, }: {
|
|
18
18
|
progress: number;
|
|
19
19
|
isPercentage?: boolean;
|
|
20
20
|
decimal?: number;
|
|
21
|
-
isWithAnimation?: boolean;
|
|
22
|
-
animationDuration?: number;
|
|
23
|
-
targetPercentage?: number;
|
|
24
|
-
onProgressEnd?: () => void;
|
|
25
21
|
}): string;
|
|
26
22
|
export declare function useRatingCircleBreakPoints({ ranges, maxValue, isReverse, }: {
|
|
27
23
|
ranges: CircleRatingRange[];
|
|
@@ -5,5 +5,5 @@ export declare const CircleRatingContext: React.Context<CircleRatingContextData>
|
|
|
5
5
|
export declare const CircleRatingProvider: ({ children, data, t, }: {
|
|
6
6
|
children: JSX.Element;
|
|
7
7
|
data: CircleRatingContextProps;
|
|
8
|
-
t:
|
|
8
|
+
t: WithTranslation['t'];
|
|
9
9
|
}) => JSX.Element | null;
|
|
@@ -34,10 +34,4 @@ export declare enum ShortCurrencySignByLocale {
|
|
|
34
34
|
'eur' = "EUR",
|
|
35
35
|
'es' = "USD"
|
|
36
36
|
}
|
|
37
|
-
export declare enum ShortTranscriptionCurrencySignByLocale {
|
|
38
|
-
'uk' = "\u0433\u0440",
|
|
39
|
-
'pl' = "z\u0142o",
|
|
40
|
-
'eur' = "EUR",
|
|
41
|
-
'es' = "US"
|
|
42
|
-
}
|
|
43
37
|
export declare const StripeSupportedCurrency: SupportedCurrency[];
|
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
import { ResponseFileType } from './responseFileType';
|
|
2
2
|
import { ISpecialistReview } from '../../../lib/ReviewSwiperSection';
|
|
3
3
|
import { TranslationType } from './common';
|
|
4
|
-
import { WithTranslation } from 'react-i18next';
|
|
5
|
-
import { ChartData } from '../../features/Charts/types';
|
|
6
|
-
import { Tariff } from './tariff';
|
|
7
4
|
export declare enum ConditionRulesType {
|
|
8
5
|
IS = "is"
|
|
9
6
|
}
|
|
@@ -25,15 +22,9 @@ export declare enum OnBoardingScreenOptions {
|
|
|
25
22
|
START = "START",
|
|
26
23
|
MULTI_SELECT = "MULTI_SELECT",
|
|
27
24
|
SINGLE_SELECT = "SINGLE_SELECT",
|
|
28
|
-
SINGLE_IMAGE_SELECT = "SINGLE_IMAGE_SELECT",
|
|
29
25
|
INFO = "INFO",
|
|
30
26
|
LOADER = "LOADER",
|
|
31
|
-
REVIEWS = "REVIEWS"
|
|
32
|
-
EMAIL = "EMAIL",
|
|
33
|
-
CONFIRM = "CONFIRM",
|
|
34
|
-
PAYWALL = "PAYWALL",
|
|
35
|
-
COMPARE = "COMPARE",
|
|
36
|
-
CHART = "CHART"
|
|
27
|
+
REVIEWS = "REVIEWS"
|
|
37
28
|
}
|
|
38
29
|
export type OnBoardingScreenOptionType = {
|
|
39
30
|
id: string;
|
|
@@ -42,9 +33,6 @@ export type OnBoardingScreenOptionType = {
|
|
|
42
33
|
isDefault?: boolean;
|
|
43
34
|
filtrationAnswerId?: string;
|
|
44
35
|
};
|
|
45
|
-
export type OnBoardingScreenOptionWithImageType = OnBoardingScreenOptionType & {
|
|
46
|
-
image?: ResponseFileType | null;
|
|
47
|
-
};
|
|
48
36
|
export type OnBoardingScreenButtonType = {
|
|
49
37
|
buttonText?: string | null;
|
|
50
38
|
buttonColor?: string | null;
|
|
@@ -62,26 +50,6 @@ export type OnBoardingScreenDescriptionType = {
|
|
|
62
50
|
title?: string | null;
|
|
63
51
|
description?: string | null;
|
|
64
52
|
};
|
|
65
|
-
export type OnBoardingScreenPrivacyType = {
|
|
66
|
-
privacyText?: string;
|
|
67
|
-
showPrivacyText?: boolean;
|
|
68
|
-
};
|
|
69
|
-
export type OnBoardingScreenEmailType = {
|
|
70
|
-
emailPlaceholder?: string;
|
|
71
|
-
};
|
|
72
|
-
export type OnBoardingScreenPasswordType = {
|
|
73
|
-
passwordPlaceholder?: string;
|
|
74
|
-
};
|
|
75
|
-
export type OnBoardingScreenAlertType = {
|
|
76
|
-
alertTitle?: string;
|
|
77
|
-
alertText?: string;
|
|
78
|
-
};
|
|
79
|
-
export type OnBoardingScreenTranslationsType = {
|
|
80
|
-
t?: WithTranslation['t'];
|
|
81
|
-
};
|
|
82
|
-
export type OnBoardingScreenErrorsType = {
|
|
83
|
-
errors?: Record<string, string>;
|
|
84
|
-
};
|
|
85
53
|
export type OnBoardingBaseScreenType = {
|
|
86
54
|
id: string;
|
|
87
55
|
type: OnBoardingScreenOptions;
|
|
@@ -99,7 +67,6 @@ export type OnBoardingBaseScreenType = {
|
|
|
99
67
|
isPreview?: boolean;
|
|
100
68
|
isPageView?: boolean;
|
|
101
69
|
hideTimer?: boolean;
|
|
102
|
-
isStartScreen?: boolean;
|
|
103
70
|
};
|
|
104
71
|
export type OnBoardingStartScreenType = OnBoardingBaseScreenType & OnBoardingScreenButtonType & OnBoardingScreenSkipButtonType & OnBoardingScreenBgType & OnBoardingScreenDescriptionType & {
|
|
105
72
|
image?: ResponseFileType | null;
|
|
@@ -111,13 +78,8 @@ export type OnBoardingMultiSelectScreenType = OnBoardingBaseScreenType & OnBoard
|
|
|
111
78
|
options: OnBoardingScreenOptionType[];
|
|
112
79
|
};
|
|
113
80
|
export type OnBoardingSingleSelectScreenType = OnBoardingBaseScreenType & OnBoardingScreenDescriptionType & {
|
|
114
|
-
legalText?: string;
|
|
115
81
|
options: OnBoardingScreenOptionType[];
|
|
116
82
|
};
|
|
117
|
-
export type OnBoardingSingleImageSelectScreenType = OnBoardingBaseScreenType & OnBoardingScreenDescriptionType & {
|
|
118
|
-
legalText?: string;
|
|
119
|
-
options: OnBoardingScreenOptionWithImageType[];
|
|
120
|
-
};
|
|
121
83
|
export type OnBoardingLoaderScreenType = OnBoardingBaseScreenType & {
|
|
122
84
|
title?: string | null;
|
|
123
85
|
additionalText?: string;
|
|
@@ -125,11 +87,6 @@ export type OnBoardingLoaderScreenType = OnBoardingBaseScreenType & {
|
|
|
125
87
|
answerScreenId?: string[];
|
|
126
88
|
allScreens?: Record<string, OnBoardingScreensType>;
|
|
127
89
|
selectedAnswers?: Record<string, string[]>;
|
|
128
|
-
loadingItemDuration?: number;
|
|
129
|
-
listItems?: {
|
|
130
|
-
id: string;
|
|
131
|
-
label: string;
|
|
132
|
-
}[];
|
|
133
90
|
};
|
|
134
91
|
export type OnBoardingReviewsScreenType = OnBoardingBaseScreenType & OnBoardingScreenButtonType & TranslationType & {
|
|
135
92
|
title?: string | null;
|
|
@@ -137,36 +94,7 @@ export type OnBoardingReviewsScreenType = OnBoardingBaseScreenType & OnBoardingS
|
|
|
137
94
|
reviews: ISpecialistReview[];
|
|
138
95
|
isLoading?: boolean;
|
|
139
96
|
};
|
|
140
|
-
export type
|
|
141
|
-
title: string;
|
|
142
|
-
};
|
|
143
|
-
export type OnBoardingConfirmScreenType = OnBoardingBaseScreenType & OnBoardingScreenButtonType & OnBoardingScreenTranslationsType & OnBoardingScreenErrorsType & OnBoardingScreenEmailType & OnBoardingScreenPasswordType & OnBoardingScreenAlertType & {
|
|
144
|
-
title: string;
|
|
145
|
-
};
|
|
146
|
-
export type OnBoardingPaywallScreenType = OnBoardingBaseScreenType & OnBoardingScreenButtonType & OnBoardingScreenTranslationsType & OnBoardingScreenErrorsType & {
|
|
147
|
-
title: string;
|
|
148
|
-
description?: string;
|
|
149
|
-
tariffs: Tariff[];
|
|
150
|
-
percentDiscount: number;
|
|
151
|
-
additionalDiscount?: number;
|
|
152
|
-
};
|
|
153
|
-
export type OnBoardingCompareScreenType = OnBoardingBaseScreenType & OnBoardingScreenButtonType & OnBoardingScreenTranslationsType & OnBoardingScreenErrorsType & {
|
|
154
|
-
title: string;
|
|
155
|
-
description?: string;
|
|
156
|
-
otherPlatformsTitle?: string;
|
|
157
|
-
listItems: {
|
|
158
|
-
id: string;
|
|
159
|
-
label: string;
|
|
160
|
-
hasInMindly: boolean;
|
|
161
|
-
hasInCompetitors: boolean;
|
|
162
|
-
}[];
|
|
163
|
-
};
|
|
164
|
-
export type OnBoardingChartScreenType = OnBoardingBaseScreenType & OnBoardingScreenButtonType & OnBoardingScreenTranslationsType & OnBoardingScreenErrorsType & {
|
|
165
|
-
title?: string;
|
|
166
|
-
disclaimer?: string;
|
|
167
|
-
chart: ChartData;
|
|
168
|
-
};
|
|
169
|
-
export type OnBoardingScreensType = OnBoardingStartScreenType | OnBoardingMultiSelectScreenType | OnBoardingSingleSelectScreenType | OnBoardingInfoScreenType | OnBoardingLoaderScreenType | OnBoardingReviewsScreenType | OnBoardingEmailScreenType | OnBoardingConfirmScreenType | OnBoardingCompareScreenType | OnBoardingPaywallScreenType | OnBoardingChartScreenType;
|
|
97
|
+
export type OnBoardingScreensType = OnBoardingStartScreenType | OnBoardingMultiSelectScreenType | OnBoardingSingleSelectScreenType | OnBoardingInfoScreenType | OnBoardingLoaderScreenType | OnBoardingReviewsScreenType;
|
|
170
98
|
export type OnBoardingFlowType = {
|
|
171
99
|
id: string;
|
|
172
100
|
locale: string;
|
|
@@ -186,9 +114,4 @@ export type OnBoardingFlowType = {
|
|
|
186
114
|
promocode_duration_min?: number | null;
|
|
187
115
|
duration_min?: number | null;
|
|
188
116
|
isDefault?: boolean;
|
|
189
|
-
theme?: OnboardingVariant;
|
|
190
117
|
};
|
|
191
|
-
export declare enum OnboardingVariant {
|
|
192
|
-
default = "default",
|
|
193
|
-
blue = "blue"
|
|
194
|
-
}
|
|
@@ -52,7 +52,6 @@ export type CircleRatingLegendProps = {
|
|
|
52
52
|
t: WithTranslation['t'];
|
|
53
53
|
isReverse?: boolean;
|
|
54
54
|
isPercentage?: boolean;
|
|
55
|
-
isShowLegend?: boolean;
|
|
56
55
|
};
|
|
57
56
|
export type CircleRatingComponentProps = {
|
|
58
57
|
size: keyof typeof CircleRatingSize;
|
|
@@ -69,10 +68,7 @@ export type CircleRatingComponentProps = {
|
|
|
69
68
|
isZeroTransparent?: boolean;
|
|
70
69
|
isWithOverlap?: boolean;
|
|
71
70
|
isWithAnimation?: boolean;
|
|
72
|
-
isPrimaryColor?: boolean;
|
|
73
|
-
isProgressWithAnimation?: boolean;
|
|
74
71
|
className?: string;
|
|
75
|
-
onProgressEnd?: () => void;
|
|
76
72
|
};
|
|
77
73
|
export type CircleRatingContextProps = CircleRatingComponentProps & {
|
|
78
74
|
legend?: string[];
|
|
@@ -16,14 +16,4 @@ export type SpecialistReview = {
|
|
|
16
16
|
*/
|
|
17
17
|
created_at: number;
|
|
18
18
|
review_status: 'on_review' | 'approved' | 'rejected';
|
|
19
|
-
is_editable?: boolean;
|
|
20
|
-
};
|
|
21
|
-
export type MindlyReview = {
|
|
22
|
-
id: string;
|
|
23
|
-
avatar: string | null;
|
|
24
|
-
first_name: string;
|
|
25
|
-
last_name?: string | null;
|
|
26
|
-
review_rating: number;
|
|
27
|
-
text_of_review: string | null;
|
|
28
|
-
created_at: number;
|
|
29
19
|
};
|
|
@@ -1,4 +1,20 @@
|
|
|
1
|
-
import { FC } from 'react';
|
|
2
|
-
import {
|
|
1
|
+
import React, { FC } from 'react';
|
|
2
|
+
import { JSX } from '@ionic/core/components';
|
|
3
|
+
export type ButtonProps = {
|
|
4
|
+
fill?: 'outline' | 'clear';
|
|
5
|
+
size?: 'default' | 'large' | 'small';
|
|
6
|
+
customSize?: 'smaller' | 'auto';
|
|
7
|
+
withDefaultState?: boolean;
|
|
8
|
+
color?: undefined;
|
|
9
|
+
fullWidth?: boolean;
|
|
10
|
+
className?: string;
|
|
11
|
+
routerLink?: string;
|
|
12
|
+
onClick?: (e: React.MouseEvent<HTMLIonButtonElement>) => void;
|
|
13
|
+
isLoading?: boolean;
|
|
14
|
+
icon?: React.ReactNode;
|
|
15
|
+
iconPosition?: 'start' | 'center';
|
|
16
|
+
style?: React.CSSProperties;
|
|
17
|
+
id?: string;
|
|
18
|
+
} & JSX.IonButton;
|
|
3
19
|
declare const Button_v2: FC<ButtonProps>;
|
|
4
20
|
export default Button_v2;
|
|
@@ -19,5 +19,4 @@ export declare const ButtonStyled: import("styled-components").StyledComponent<i
|
|
|
19
19
|
iconPosition?: "center" | "start" | undefined;
|
|
20
20
|
style?: import("react").CSSProperties | undefined;
|
|
21
21
|
id?: string | undefined;
|
|
22
|
-
variant?: "default" | "blue" | undefined;
|
|
23
22
|
} & import("@ionic/core/dist/types/components").JSX.IonButton, never>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { ListBoxProps } from './types';
|
|
2
|
-
export default function ListBox<T extends Record<string, unknown>>({ selectedIconProps, type, selectionPosition, enableSelection, className,
|
|
2
|
+
export default function ListBox<T extends Record<string, unknown>>({ selectedIconProps, type, selectionPosition, enableSelection, className, ...props }: ListBoxProps<T>): JSX.Element;
|
|
@@ -1,22 +1,13 @@
|
|
|
1
1
|
import { AriaListBoxProps } from 'react-aria';
|
|
2
|
-
import { IconProps
|
|
2
|
+
import { IconProps } from '../../types';
|
|
3
3
|
export declare enum ListBoxSelectionType {
|
|
4
4
|
Checkbox = "checkbox",
|
|
5
|
-
Radio = "radio"
|
|
6
|
-
Image = "image"
|
|
5
|
+
Radio = "radio"
|
|
7
6
|
}
|
|
8
|
-
export type VariantType = 'default' | 'blue';
|
|
9
7
|
export type ListBoxProps<T> = AriaListBoxProps<T> & {
|
|
10
8
|
type?: `${ListBoxSelectionType}`;
|
|
11
9
|
enableSelection?: boolean;
|
|
12
10
|
selectedIconProps?: IconProps;
|
|
13
11
|
selectionPosition?: 'start' | 'end';
|
|
14
|
-
selectionImageClassNames?: {
|
|
15
|
-
label?: string;
|
|
16
|
-
arrowIcon?: string;
|
|
17
|
-
bottomContainer?: string;
|
|
18
|
-
} | null;
|
|
19
12
|
className?: string;
|
|
20
|
-
variant?: VariantType;
|
|
21
|
-
image?: ResponseFileType;
|
|
22
13
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ListState, Node } from 'react-stately';
|
|
2
2
|
import * as React from 'react';
|
|
3
|
-
import { ListBoxSelectionType
|
|
4
|
-
import { IconProps
|
|
3
|
+
import { ListBoxSelectionType } from '../ListBox';
|
|
4
|
+
import { IconProps } from '../../types';
|
|
5
5
|
export type ListOptionsProps = {
|
|
6
6
|
item: Node<unknown>;
|
|
7
7
|
state: ListState<unknown>;
|
|
@@ -12,13 +12,6 @@ export type ListOptionsProps = {
|
|
|
12
12
|
type?: `${ListBoxSelectionType}`;
|
|
13
13
|
selectionPosition?: 'start' | 'end';
|
|
14
14
|
enableSelection?: boolean;
|
|
15
|
-
variant?: VariantType;
|
|
16
|
-
image?: ResponseFileType | null;
|
|
17
|
-
selectionImageClassNames?: {
|
|
18
|
-
label?: string;
|
|
19
|
-
arrowIcon?: string;
|
|
20
|
-
bottomContainer?: string;
|
|
21
|
-
} | null;
|
|
22
15
|
};
|
|
23
16
|
export type ListBoxItemProps = {
|
|
24
17
|
icon?: React.ReactNode;
|
|
@@ -28,14 +21,7 @@ export type ListBoxItemProps = {
|
|
|
28
21
|
value?: string;
|
|
29
22
|
children: React.ReactNode;
|
|
30
23
|
className?: string;
|
|
31
|
-
sselectionImageClassNames?: {
|
|
32
|
-
label?: string;
|
|
33
|
-
arrowIcon?: string;
|
|
34
|
-
bottomContainer?: string;
|
|
35
|
-
} | null;
|
|
36
24
|
customContent?: boolean;
|
|
37
25
|
onClick?: HTMLIonItemElement['onclick'];
|
|
38
|
-
variant?: VariantType;
|
|
39
|
-
image?: ResponseFileType | null;
|
|
40
26
|
};
|
|
41
27
|
export type { Selection } from 'react-stately';
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
type ListItemProps = React.HTMLAttributes<HTMLIonItemElement> & {
|
|
3
|
+
leftContent?: React.ReactNode;
|
|
4
|
+
rightContent?: React.ReactNode;
|
|
5
|
+
withBorders?: boolean;
|
|
6
|
+
isDisabled?: boolean;
|
|
7
|
+
};
|
|
8
|
+
export declare const ListItem: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLIonItemElement> & {
|
|
9
|
+
leftContent?: React.ReactNode;
|
|
10
|
+
rightContent?: React.ReactNode;
|
|
11
|
+
withBorders?: boolean | undefined;
|
|
12
|
+
isDisabled?: boolean | undefined;
|
|
13
|
+
} & React.RefAttributes<HTMLIonItemElement>>;
|
|
14
|
+
declare const _default: React.NamedExoticComponent<ListItemProps>;
|
|
15
|
+
export default _default;
|