@mindly/ui-components 5.105.1-hotfix → 5.105.2-dev.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/configs/tailwind/colors.d.ts +8 -0
- package/dist/cjs/index.js +16 -8
- package/dist/cjs/lib/AppHeader/AppHeader.d.ts +1 -0
- package/dist/cjs/lib2/features/Charts/ChartAreaFeature/ChartAreaFeature.d.ts +8 -0
- package/dist/cjs/lib2/features/Charts/ChartAreaFeature/index.d.ts +1 -0
- package/dist/cjs/lib2/features/Charts/ChartLinesFeature/ChartLinesFeature.d.ts +9 -0
- package/dist/cjs/lib2/features/Charts/ChartLinesFeature/index.d.ts +1 -0
- package/dist/cjs/lib2/features/Charts/components/DotLabel.d.ts +18 -0
- package/dist/cjs/lib2/features/Charts/config.d.ts +32 -0
- package/dist/cjs/lib2/features/Charts/index.d.ts +2 -0
- package/dist/cjs/lib2/features/Charts/types.d.ts +30 -0
- package/dist/cjs/lib2/features/DropdownFeature/DropdownFeature.d.ts +4 -0
- package/dist/cjs/lib2/features/DropdownFeature/DropdownFeature.stories.d.ts +7 -0
- package/dist/cjs/lib2/features/DropdownFeature/index.d.ts +1 -0
- package/dist/cjs/lib2/features/DropdownFeature/types.d.ts +8 -0
- package/dist/cjs/lib2/features/MarkdownContainerFeature/MarkdownContainerFeature.d.ts +1 -0
- package/dist/cjs/lib2/features/MindlyReviewFeature/MindlyReviewFeature.d.ts +21 -0
- package/dist/cjs/lib2/features/MindlyReviewFeature/index.d.ts +1 -0
- package/dist/cjs/lib2/features/MobilePickerFeature/MobilePickerFeature.d.ts +3 -9
- package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingChartScreenPreviewFeature/OnBoardingChartScreenPreviewFeature.d.ts +10 -0
- package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingChartScreenPreviewFeature/index.d.ts +1 -0
- package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingCompareScreenPreviewFeature /OnBoardingCompareScreenPreviewFeature.d.ts +9 -0
- package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingCompareScreenPreviewFeature /index.d.ts +1 -0
- package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingConfirmScreenPreviewFeature/OnBoardingConfirmScreenPreviewFeature.d.ts +13 -0
- package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingConfirmScreenPreviewFeature/index.d.ts +1 -0
- package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingEmailScreenPreviewFeature/OnBoardingEmailScreenPreviewFeature.d.ts +10 -0
- package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingEmailScreenPreviewFeature/index.d.ts +1 -0
- package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingLoaderScreenPreviewFeature/OnBoardingLoaderScreenPreviewFeature.d.ts +7 -3
- package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingMultiSelectionScreenPreviewFeature/OnBoardingMultiSelectionScreenPreviewFeature.d.ts +2 -0
- package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/OnBoardingPaywallScreenPreviewFeature.d.ts +15 -0
- package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/components/HowItWorksItem.d.ts +7 -0
- package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/components/TrustItem.d.ts +7 -0
- package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/conts.d.ts +41 -0
- package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/index.d.ts +1 -0
- package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/styles.d.ts +76 -0
- package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingProgressFeature/OnBoardingProgressFeature.d.ts +2 -0
- package/dist/cjs/lib2/features/OnBoardingFlow/OnBoardingSingleSelectionScreenPreviewFeature/OnBoardingSingleSelectionScreenPreviewFeature.d.ts +5 -2
- package/dist/cjs/lib2/features/OnBoardingFlow/components/OnBoardingSelectionHeader.d.ts +8 -0
- package/dist/cjs/lib2/features/OnBoardingFlow/index.d.ts +5 -0
- package/dist/cjs/lib2/features/PoweredByStripeFeature/PoweredByStripeFeature.d.ts +4 -0
- package/dist/cjs/lib2/features/PoweredByStripeFeature/PoweredByStripeFeature.stories.d.ts +6 -0
- package/dist/cjs/lib2/features/PoweredByStripeFeature/index.d.ts +1 -0
- package/dist/cjs/lib2/features/PoweredByStripeFeature/types.d.ts +4 -0
- package/dist/cjs/lib2/features/ReviewCardFeature/ReviewCardFeature.d.ts +7 -2
- package/dist/cjs/lib2/features/ReviewCardFeature/styles.d.ts +190 -16
- package/dist/cjs/lib2/features/ReviewListFeature/ReviewListFeature.d.ts +3 -0
- package/dist/cjs/lib2/features/SessionReviewsFeature/ReviewSubscriptionSessionFeature/ReviewSubscriptionSessionFeature.d.ts +3 -2
- package/dist/cjs/lib2/features/SessionReviewsFeature/ReviewSubscriptionSessionFeature/SpecialistReview.d.ts +2 -0
- package/dist/cjs/lib2/features/TariffFeature/TariffFeature.d.ts +4 -0
- package/dist/cjs/lib2/features/TariffFeature/TariffFeature.stories.d.ts +10 -0
- package/dist/cjs/lib2/features/TariffFeature/index.d.ts +1 -0
- package/dist/cjs/lib2/features/TariffFeature/styles.d.ts +215 -0
- package/dist/cjs/lib2/features/TariffFeature/types.d.ts +22 -0
- package/dist/cjs/lib2/features/index.d.ts +4 -0
- package/dist/cjs/lib2/shared/assets/icons/IconAmEx.d.ts +3 -0
- package/dist/cjs/lib2/shared/assets/icons/IconAppStoreRating.d.ts +3 -0
- package/dist/cjs/lib2/shared/assets/icons/IconApplePay.d.ts +3 -0
- package/dist/cjs/lib2/shared/assets/icons/IconCalendarMonth.d.ts +2 -6
- package/dist/cjs/lib2/shared/assets/icons/IconCancelBold.d.ts +3 -0
- package/dist/cjs/lib2/shared/assets/icons/IconChart.d.ts +3 -0
- package/dist/cjs/lib2/shared/assets/icons/IconCheckboxChecked.d.ts +1 -1
- package/dist/cjs/lib2/shared/assets/icons/IconCheckboxCheckedBold.d.ts +7 -0
- package/dist/cjs/lib2/shared/assets/icons/IconCompare.d.ts +3 -0
- package/dist/cjs/lib2/shared/assets/icons/IconDivider.d.ts +3 -0
- package/dist/cjs/lib2/shared/assets/icons/IconDoubleArrow.d.ts +3 -0
- package/dist/cjs/lib2/shared/assets/icons/IconGlobe.d.ts +3 -0
- package/dist/cjs/lib2/shared/assets/icons/IconGooglePay.d.ts +3 -0
- package/dist/cjs/lib2/shared/assets/icons/IconInfo.d.ts +3 -0
- package/dist/cjs/lib2/shared/assets/icons/IconMaestro.d.ts +3 -0
- package/dist/cjs/lib2/shared/assets/icons/IconMastercard.d.ts +3 -0
- package/dist/cjs/lib2/shared/assets/icons/IconMatching.d.ts +7 -0
- package/dist/cjs/lib2/shared/assets/icons/IconPaperPencil.d.ts +7 -0
- package/dist/cjs/lib2/shared/assets/icons/IconPaywall.d.ts +3 -0
- package/dist/cjs/lib2/shared/assets/icons/IconPoweredByStripe.d.ts +3 -0
- package/dist/cjs/lib2/shared/assets/icons/IconRadioButtonChecked.d.ts +6 -2
- package/dist/cjs/lib2/shared/assets/icons/IconRadioPartial.d.ts +3 -0
- package/dist/cjs/lib2/shared/assets/icons/IconSecure.d.ts +3 -0
- package/dist/cjs/lib2/shared/assets/icons/IconSwitch.d.ts +3 -0
- package/dist/cjs/lib2/shared/assets/icons/IconVisa.d.ts +3 -0
- package/dist/cjs/lib2/shared/assets/icons/index.d.ts +22 -0
- package/dist/cjs/lib2/shared/hooks/useCircleRating.d.ts +7 -3
- package/dist/cjs/lib2/shared/types/common.d.ts +6 -0
- package/dist/cjs/lib2/shared/types/index.d.ts +1 -0
- package/dist/cjs/lib2/shared/types/onBoardingFlow.type.d.ts +79 -2
- package/dist/cjs/lib2/shared/types/ratingCircleTypes.d.ts +4 -0
- package/dist/cjs/lib2/shared/types/review.d.ts +10 -0
- package/dist/cjs/lib2/shared/types/tariff.d.ts +14 -0
- package/dist/cjs/lib2/shared/types/variant.d.ts +4 -0
- package/dist/cjs/lib2/shared/ui/Badge/types.d.ts +1 -1
- package/dist/cjs/lib2/shared/ui/Button_v2/Button_v2.d.ts +2 -18
- package/dist/cjs/lib2/shared/ui/Button_v2/Button_v2.style.d.ts +1 -0
- package/dist/cjs/lib2/shared/ui/Button_v2/types.d.ts +19 -0
- package/dist/cjs/lib2/shared/ui/Flag_v2/flags/Pl.d.ts +2 -0
- package/dist/cjs/lib2/shared/ui/Flag_v2/flags/Uk.d.ts +2 -0
- package/dist/cjs/lib2/shared/ui/Input/Input.d.ts +4 -0
- package/dist/cjs/lib2/shared/ui/Input/types.d.ts +4 -0
- package/dist/cjs/lib2/shared/ui/ListBox/ListBox.d.ts +1 -1
- package/dist/cjs/lib2/shared/ui/ListBox/types.d.ts +11 -2
- package/dist/cjs/lib2/shared/ui/ListBoxItem/ListBoxImageItem.d.ts +17 -0
- package/dist/cjs/lib2/shared/ui/ListBoxItem/constants.d.ts +2 -0
- package/dist/cjs/lib2/shared/ui/ListBoxItem/types.d.ts +16 -2
- package/dist/cjs/lib2/shared/ui/ProgressBar_v2/ProgressBar_v2.d.ts +1 -1
- package/dist/cjs/lib2/shared/ui/Rating/types.d.ts +2 -1
- package/dist/cjs/lib2/shared/ui/RatingCircle/RatingCircleWrapper.d.ts +1 -1
- package/dist/cjs/lib2/shared/ui/RatingCircle/styles.d.ts +49 -0
- package/dist/cjs/lib2/shared/ui/SolidInput/SolidInput.d.ts +4 -0
- package/dist/cjs/lib2/shared/ui/SolidInput/SolidInput.stories.d.ts +8 -0
- package/dist/cjs/lib2/shared/ui/SolidInput/index.d.ts +1 -0
- package/dist/cjs/lib2/shared/ui/SolidInput/types.d.ts +16 -0
- package/dist/cjs/lib2/shared/ui/Typography/types.d.ts +1 -0
- package/dist/cjs/lib2/shared/ui/Video/Video.d.ts +3 -0
- package/dist/cjs/lib2/shared/ui/Video/styles.d.ts +189 -0
- package/dist/cjs/lib2/shared/ui/index.d.ts +1 -0
- package/dist/cjs/lib2/shared/utils/format.d.ts +1 -0
- package/dist/cjs/lib2/shared/utils/index.d.ts +2 -0
- package/dist/cjs/lib2/shared/utils/onboarding.d.ts +4 -0
- package/dist/cjs/lib2/widgets/SpecialistDetailWidget/index.d.ts +1 -0
- package/dist/cjs/lib2/widgets/SpecialistDetailWidget/types.d.ts +1 -0
- package/dist/cjs/lib2/widgets/SpecialistPreviewWidget/SpecialistPreviewWidget.d.ts +4 -0
- package/dist/cjs/lib2/widgets/SpecialistPreviewWidget/SpecialistPreviewWidget.stories.d.ts +7 -0
- package/dist/cjs/lib2/widgets/SpecialistPreviewWidget/index.d.ts +1 -0
- package/dist/cjs/lib2/widgets/SpecialistPreviewWidget/types.d.ts +9 -0
- package/dist/cjs/lib2/widgets/index.d.ts +1 -0
- package/dist/esm/configs/tailwind/colors.d.ts +8 -0
- package/dist/esm/index.js +16 -8
- package/dist/esm/lib/AppHeader/AppHeader.d.ts +1 -0
- package/dist/esm/lib2/features/Charts/ChartAreaFeature/ChartAreaFeature.d.ts +8 -0
- package/dist/esm/lib2/features/Charts/ChartAreaFeature/index.d.ts +1 -0
- package/dist/esm/lib2/features/Charts/ChartLinesFeature/ChartLinesFeature.d.ts +9 -0
- package/dist/esm/lib2/features/Charts/ChartLinesFeature/index.d.ts +1 -0
- package/dist/esm/lib2/features/Charts/components/DotLabel.d.ts +18 -0
- package/dist/esm/lib2/features/Charts/config.d.ts +32 -0
- package/dist/esm/lib2/features/Charts/index.d.ts +2 -0
- package/dist/esm/lib2/features/Charts/types.d.ts +30 -0
- package/dist/esm/lib2/features/DropdownFeature/DropdownFeature.d.ts +4 -0
- package/dist/esm/lib2/features/DropdownFeature/DropdownFeature.stories.d.ts +7 -0
- package/dist/esm/lib2/features/DropdownFeature/index.d.ts +1 -0
- package/dist/esm/lib2/features/DropdownFeature/types.d.ts +8 -0
- package/dist/esm/lib2/features/MarkdownContainerFeature/MarkdownContainerFeature.d.ts +1 -0
- package/dist/esm/lib2/features/MindlyReviewFeature/MindlyReviewFeature.d.ts +21 -0
- package/dist/esm/lib2/features/MindlyReviewFeature/index.d.ts +1 -0
- package/dist/esm/lib2/features/MobilePickerFeature/MobilePickerFeature.d.ts +3 -9
- package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingChartScreenPreviewFeature/OnBoardingChartScreenPreviewFeature.d.ts +10 -0
- package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingChartScreenPreviewFeature/index.d.ts +1 -0
- package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingCompareScreenPreviewFeature /OnBoardingCompareScreenPreviewFeature.d.ts +9 -0
- package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingCompareScreenPreviewFeature /index.d.ts +1 -0
- package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingConfirmScreenPreviewFeature/OnBoardingConfirmScreenPreviewFeature.d.ts +13 -0
- package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingConfirmScreenPreviewFeature/index.d.ts +1 -0
- package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingEmailScreenPreviewFeature/OnBoardingEmailScreenPreviewFeature.d.ts +10 -0
- package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingEmailScreenPreviewFeature/index.d.ts +1 -0
- package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingLoaderScreenPreviewFeature/OnBoardingLoaderScreenPreviewFeature.d.ts +7 -3
- package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingMultiSelectionScreenPreviewFeature/OnBoardingMultiSelectionScreenPreviewFeature.d.ts +2 -0
- package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/OnBoardingPaywallScreenPreviewFeature.d.ts +15 -0
- package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/components/HowItWorksItem.d.ts +7 -0
- package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/components/TrustItem.d.ts +7 -0
- package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/conts.d.ts +41 -0
- package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/index.d.ts +1 -0
- package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingPaywallScreenPreviewFeature/styles.d.ts +76 -0
- package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingProgressFeature/OnBoardingProgressFeature.d.ts +2 -0
- package/dist/esm/lib2/features/OnBoardingFlow/OnBoardingSingleSelectionScreenPreviewFeature/OnBoardingSingleSelectionScreenPreviewFeature.d.ts +5 -2
- package/dist/esm/lib2/features/OnBoardingFlow/components/OnBoardingSelectionHeader.d.ts +8 -0
- package/dist/esm/lib2/features/OnBoardingFlow/index.d.ts +5 -0
- package/dist/esm/lib2/features/PoweredByStripeFeature/PoweredByStripeFeature.d.ts +4 -0
- package/dist/esm/lib2/features/PoweredByStripeFeature/PoweredByStripeFeature.stories.d.ts +6 -0
- package/dist/esm/lib2/features/PoweredByStripeFeature/index.d.ts +1 -0
- package/dist/esm/lib2/features/PoweredByStripeFeature/types.d.ts +4 -0
- package/dist/esm/lib2/features/ReviewCardFeature/ReviewCardFeature.d.ts +7 -2
- package/dist/esm/lib2/features/ReviewCardFeature/styles.d.ts +190 -16
- package/dist/esm/lib2/features/ReviewListFeature/ReviewListFeature.d.ts +3 -0
- package/dist/esm/lib2/features/SessionReviewsFeature/ReviewSubscriptionSessionFeature/ReviewSubscriptionSessionFeature.d.ts +3 -2
- package/dist/esm/lib2/features/SessionReviewsFeature/ReviewSubscriptionSessionFeature/SpecialistReview.d.ts +2 -0
- package/dist/esm/lib2/features/TariffFeature/TariffFeature.d.ts +4 -0
- package/dist/esm/lib2/features/TariffFeature/TariffFeature.stories.d.ts +10 -0
- package/dist/esm/lib2/features/TariffFeature/index.d.ts +1 -0
- package/dist/esm/lib2/features/TariffFeature/styles.d.ts +215 -0
- package/dist/esm/lib2/features/TariffFeature/types.d.ts +22 -0
- package/dist/esm/lib2/features/index.d.ts +4 -0
- package/dist/esm/lib2/shared/assets/icons/IconAmEx.d.ts +3 -0
- package/dist/esm/lib2/shared/assets/icons/IconAppStoreRating.d.ts +3 -0
- package/dist/esm/lib2/shared/assets/icons/IconApplePay.d.ts +3 -0
- package/dist/esm/lib2/shared/assets/icons/IconCalendarMonth.d.ts +2 -6
- package/dist/esm/lib2/shared/assets/icons/IconCancelBold.d.ts +3 -0
- package/dist/esm/lib2/shared/assets/icons/IconChart.d.ts +3 -0
- package/dist/esm/lib2/shared/assets/icons/IconCheckboxChecked.d.ts +1 -1
- package/dist/esm/lib2/shared/assets/icons/IconCheckboxCheckedBold.d.ts +7 -0
- package/dist/esm/lib2/shared/assets/icons/IconCompare.d.ts +3 -0
- package/dist/esm/lib2/shared/assets/icons/IconDivider.d.ts +3 -0
- package/dist/esm/lib2/shared/assets/icons/IconDoubleArrow.d.ts +3 -0
- package/dist/esm/lib2/shared/assets/icons/IconGlobe.d.ts +3 -0
- package/dist/esm/lib2/shared/assets/icons/IconGooglePay.d.ts +3 -0
- package/dist/esm/lib2/shared/assets/icons/IconInfo.d.ts +3 -0
- package/dist/esm/lib2/shared/assets/icons/IconMaestro.d.ts +3 -0
- package/dist/esm/lib2/shared/assets/icons/IconMastercard.d.ts +3 -0
- package/dist/esm/lib2/shared/assets/icons/IconMatching.d.ts +7 -0
- package/dist/esm/lib2/shared/assets/icons/IconPaperPencil.d.ts +7 -0
- package/dist/esm/lib2/shared/assets/icons/IconPaywall.d.ts +3 -0
- package/dist/esm/lib2/shared/assets/icons/IconPoweredByStripe.d.ts +3 -0
- package/dist/esm/lib2/shared/assets/icons/IconRadioButtonChecked.d.ts +6 -2
- package/dist/esm/lib2/shared/assets/icons/IconRadioPartial.d.ts +3 -0
- package/dist/esm/lib2/shared/assets/icons/IconSecure.d.ts +3 -0
- package/dist/esm/lib2/shared/assets/icons/IconSwitch.d.ts +3 -0
- package/dist/esm/lib2/shared/assets/icons/IconVisa.d.ts +3 -0
- package/dist/esm/lib2/shared/assets/icons/index.d.ts +22 -0
- package/dist/esm/lib2/shared/hooks/useCircleRating.d.ts +7 -3
- package/dist/esm/lib2/shared/types/common.d.ts +6 -0
- package/dist/esm/lib2/shared/types/index.d.ts +1 -0
- package/dist/esm/lib2/shared/types/onBoardingFlow.type.d.ts +79 -2
- package/dist/esm/lib2/shared/types/ratingCircleTypes.d.ts +4 -0
- package/dist/esm/lib2/shared/types/review.d.ts +10 -0
- package/dist/esm/lib2/shared/types/tariff.d.ts +14 -0
- package/dist/esm/lib2/shared/types/variant.d.ts +4 -0
- package/dist/esm/lib2/shared/ui/Badge/types.d.ts +1 -1
- package/dist/esm/lib2/shared/ui/Button_v2/Button_v2.d.ts +2 -18
- package/dist/esm/lib2/shared/ui/Button_v2/Button_v2.style.d.ts +1 -0
- package/dist/esm/lib2/shared/ui/Button_v2/types.d.ts +19 -0
- package/dist/esm/lib2/shared/ui/Flag_v2/flags/Pl.d.ts +2 -0
- package/dist/esm/lib2/shared/ui/Flag_v2/flags/Uk.d.ts +2 -0
- package/dist/esm/lib2/shared/ui/Input/Input.d.ts +4 -0
- package/dist/esm/lib2/shared/ui/Input/types.d.ts +4 -0
- package/dist/esm/lib2/shared/ui/ListBox/ListBox.d.ts +1 -1
- package/dist/esm/lib2/shared/ui/ListBox/types.d.ts +11 -2
- package/dist/esm/lib2/shared/ui/ListBoxItem/ListBoxImageItem.d.ts +17 -0
- package/dist/esm/lib2/shared/ui/ListBoxItem/constants.d.ts +2 -0
- package/dist/esm/lib2/shared/ui/ListBoxItem/types.d.ts +16 -2
- package/dist/esm/lib2/shared/ui/ProgressBar_v2/ProgressBar_v2.d.ts +1 -1
- package/dist/esm/lib2/shared/ui/Rating/types.d.ts +2 -1
- package/dist/esm/lib2/shared/ui/RatingCircle/RatingCircleWrapper.d.ts +1 -1
- package/dist/esm/lib2/shared/ui/RatingCircle/styles.d.ts +49 -0
- package/dist/esm/lib2/shared/ui/SolidInput/SolidInput.d.ts +4 -0
- package/dist/esm/lib2/shared/ui/SolidInput/SolidInput.stories.d.ts +8 -0
- package/dist/esm/lib2/shared/ui/SolidInput/index.d.ts +1 -0
- package/dist/esm/lib2/shared/ui/SolidInput/types.d.ts +16 -0
- package/dist/esm/lib2/shared/ui/Typography/types.d.ts +1 -0
- package/dist/esm/lib2/shared/ui/Video/Video.d.ts +3 -0
- package/dist/esm/lib2/shared/ui/Video/styles.d.ts +189 -0
- package/dist/esm/lib2/shared/ui/index.d.ts +1 -0
- package/dist/esm/lib2/shared/utils/format.d.ts +1 -0
- package/dist/esm/lib2/shared/utils/index.d.ts +2 -0
- package/dist/esm/lib2/shared/utils/onboarding.d.ts +4 -0
- package/dist/esm/lib2/widgets/SpecialistDetailWidget/index.d.ts +1 -0
- package/dist/esm/lib2/widgets/SpecialistDetailWidget/types.d.ts +1 -0
- package/dist/esm/lib2/widgets/SpecialistPreviewWidget/SpecialistPreviewWidget.d.ts +4 -0
- package/dist/esm/lib2/widgets/SpecialistPreviewWidget/SpecialistPreviewWidget.stories.d.ts +7 -0
- package/dist/esm/lib2/widgets/SpecialistPreviewWidget/index.d.ts +1 -0
- package/dist/esm/lib2/widgets/SpecialistPreviewWidget/types.d.ts +9 -0
- package/dist/esm/lib2/widgets/index.d.ts +1 -0
- package/dist/index.d.ts +667 -231
- package/package.json +9 -8
- package/dist/cjs/lib2/features/MobilePickerFeature/utils.d.ts +0 -3
- package/dist/cjs/lib2/features/SessionReviewsModal/SubscriptionSession/Container.d.ts +0 -18
- package/dist/cjs/lib2/features/SessionReviewsModal/SubscriptionSession/SessionReview.d.ts +0 -19
- package/dist/cjs/lib2/features/SessionReviewsModal/SubscriptionSession/SpecialistReview.d.ts +0 -17
- package/dist/cjs/lib2/features/SessionReviewsModal/SubscriptionSession/constants.d.ts +0 -8
- package/dist/cjs/lib2/features/SessionReviewsModal/SubscriptionSession/index.d.ts +0 -2
- package/dist/cjs/lib2/features/SessionReviewsModal/TrialSession/SessionReview.d.ts +0 -23
- package/dist/cjs/lib2/features/SessionReviewsModal/TrialSession/constants.d.ts +0 -8
- package/dist/cjs/lib2/features/SessionReviewsModal/TrialSession/index.d.ts +0 -2
- package/dist/cjs/lib2/features/SessionReviewsModal/components/StarRating.d.ts +0 -7
- package/dist/cjs/lib2/features/SessionReviewsModal/components/TagsList.d.ts +0 -16
- package/dist/cjs/lib2/features/SessionReviewsModal/index.d.ts +0 -4
- package/dist/cjs/lib2/shared/ui/ListItems/ListItem.d.ts +0 -15
- package/dist/cjs/lib2/widgets/SpecialistPaymentConsultationDetailsWidget/SpecialistPaymentConsultationDetailsWidget.d.ts +0 -4
- package/dist/cjs/lib2/widgets/SpecialistPaymentConsultationDetailsWidget/index.d.ts +0 -1
- package/dist/esm/lib2/features/MobilePickerFeature/utils.d.ts +0 -3
- package/dist/esm/lib2/features/SessionReviewsModal/SubscriptionSession/Container.d.ts +0 -18
- package/dist/esm/lib2/features/SessionReviewsModal/SubscriptionSession/SessionReview.d.ts +0 -19
- package/dist/esm/lib2/features/SessionReviewsModal/SubscriptionSession/SpecialistReview.d.ts +0 -17
- package/dist/esm/lib2/features/SessionReviewsModal/SubscriptionSession/constants.d.ts +0 -8
- package/dist/esm/lib2/features/SessionReviewsModal/SubscriptionSession/index.d.ts +0 -2
- package/dist/esm/lib2/features/SessionReviewsModal/TrialSession/SessionReview.d.ts +0 -23
- package/dist/esm/lib2/features/SessionReviewsModal/TrialSession/constants.d.ts +0 -8
- package/dist/esm/lib2/features/SessionReviewsModal/TrialSession/index.d.ts +0 -2
- package/dist/esm/lib2/features/SessionReviewsModal/components/StarRating.d.ts +0 -7
- package/dist/esm/lib2/features/SessionReviewsModal/components/TagsList.d.ts +0 -16
- package/dist/esm/lib2/features/SessionReviewsModal/index.d.ts +0 -4
- package/dist/esm/lib2/shared/ui/ListItems/ListItem.d.ts +0 -15
- package/dist/esm/lib2/widgets/SpecialistPaymentConsultationDetailsWidget/SpecialistPaymentConsultationDetailsWidget.d.ts +0 -4
- package/dist/esm/lib2/widgets/SpecialistPaymentConsultationDetailsWidget/index.d.ts +0 -1
|
@@ -0,0 +1,215 @@
|
|
|
1
|
+
export declare const tariffFeatureStyle: import("tailwind-variants").TVReturnType<{
|
|
2
|
+
variant: {
|
|
3
|
+
default: {
|
|
4
|
+
label: string;
|
|
5
|
+
checkbox: string;
|
|
6
|
+
};
|
|
7
|
+
blue: {
|
|
8
|
+
label: string;
|
|
9
|
+
checkbox: string;
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
isSelected: {
|
|
13
|
+
true: "";
|
|
14
|
+
false: "";
|
|
15
|
+
};
|
|
16
|
+
isInfoOpen: {
|
|
17
|
+
true: "";
|
|
18
|
+
false: {
|
|
19
|
+
info: string;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
22
|
+
isPreview: {
|
|
23
|
+
true: {
|
|
24
|
+
checkbox: string;
|
|
25
|
+
info: string;
|
|
26
|
+
content: string;
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
}, {
|
|
30
|
+
root: string;
|
|
31
|
+
label: string;
|
|
32
|
+
content: string;
|
|
33
|
+
info: string;
|
|
34
|
+
checkbox: string;
|
|
35
|
+
}, undefined, import("tailwind-variants/dist/config").TVConfig<{
|
|
36
|
+
variant: {
|
|
37
|
+
default: {
|
|
38
|
+
label: string;
|
|
39
|
+
checkbox: string;
|
|
40
|
+
};
|
|
41
|
+
blue: {
|
|
42
|
+
label: string;
|
|
43
|
+
checkbox: string;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
isSelected: {
|
|
47
|
+
true: "";
|
|
48
|
+
false: "";
|
|
49
|
+
};
|
|
50
|
+
isInfoOpen: {
|
|
51
|
+
true: "";
|
|
52
|
+
false: {
|
|
53
|
+
info: string;
|
|
54
|
+
};
|
|
55
|
+
};
|
|
56
|
+
isPreview: {
|
|
57
|
+
true: {
|
|
58
|
+
checkbox: string;
|
|
59
|
+
info: string;
|
|
60
|
+
content: string;
|
|
61
|
+
};
|
|
62
|
+
};
|
|
63
|
+
}, {
|
|
64
|
+
variant: {
|
|
65
|
+
default: {
|
|
66
|
+
label: string;
|
|
67
|
+
checkbox: string;
|
|
68
|
+
};
|
|
69
|
+
blue: {
|
|
70
|
+
label: string;
|
|
71
|
+
checkbox: string;
|
|
72
|
+
};
|
|
73
|
+
};
|
|
74
|
+
isSelected: {
|
|
75
|
+
true: "";
|
|
76
|
+
false: "";
|
|
77
|
+
};
|
|
78
|
+
isInfoOpen: {
|
|
79
|
+
true: "";
|
|
80
|
+
false: {
|
|
81
|
+
info: string;
|
|
82
|
+
};
|
|
83
|
+
};
|
|
84
|
+
isPreview: {
|
|
85
|
+
true: {
|
|
86
|
+
checkbox: string;
|
|
87
|
+
info: string;
|
|
88
|
+
content: string;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
91
|
+
}>, {
|
|
92
|
+
variant: {
|
|
93
|
+
default: {
|
|
94
|
+
label: string;
|
|
95
|
+
checkbox: string;
|
|
96
|
+
};
|
|
97
|
+
blue: {
|
|
98
|
+
label: string;
|
|
99
|
+
checkbox: string;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
102
|
+
isSelected: {
|
|
103
|
+
true: "";
|
|
104
|
+
false: "";
|
|
105
|
+
};
|
|
106
|
+
isInfoOpen: {
|
|
107
|
+
true: "";
|
|
108
|
+
false: {
|
|
109
|
+
info: string;
|
|
110
|
+
};
|
|
111
|
+
};
|
|
112
|
+
isPreview: {
|
|
113
|
+
true: {
|
|
114
|
+
checkbox: string;
|
|
115
|
+
info: string;
|
|
116
|
+
content: string;
|
|
117
|
+
};
|
|
118
|
+
};
|
|
119
|
+
}, {
|
|
120
|
+
root: string;
|
|
121
|
+
label: string;
|
|
122
|
+
content: string;
|
|
123
|
+
info: string;
|
|
124
|
+
checkbox: string;
|
|
125
|
+
}, import("tailwind-variants").TVReturnType<{
|
|
126
|
+
variant: {
|
|
127
|
+
default: {
|
|
128
|
+
label: string;
|
|
129
|
+
checkbox: string;
|
|
130
|
+
};
|
|
131
|
+
blue: {
|
|
132
|
+
label: string;
|
|
133
|
+
checkbox: string;
|
|
134
|
+
};
|
|
135
|
+
};
|
|
136
|
+
isSelected: {
|
|
137
|
+
true: "";
|
|
138
|
+
false: "";
|
|
139
|
+
};
|
|
140
|
+
isInfoOpen: {
|
|
141
|
+
true: "";
|
|
142
|
+
false: {
|
|
143
|
+
info: string;
|
|
144
|
+
};
|
|
145
|
+
};
|
|
146
|
+
isPreview: {
|
|
147
|
+
true: {
|
|
148
|
+
checkbox: string;
|
|
149
|
+
info: string;
|
|
150
|
+
content: string;
|
|
151
|
+
};
|
|
152
|
+
};
|
|
153
|
+
}, {
|
|
154
|
+
root: string;
|
|
155
|
+
label: string;
|
|
156
|
+
content: string;
|
|
157
|
+
info: string;
|
|
158
|
+
checkbox: string;
|
|
159
|
+
}, undefined, import("tailwind-variants/dist/config").TVConfig<{
|
|
160
|
+
variant: {
|
|
161
|
+
default: {
|
|
162
|
+
label: string;
|
|
163
|
+
checkbox: string;
|
|
164
|
+
};
|
|
165
|
+
blue: {
|
|
166
|
+
label: string;
|
|
167
|
+
checkbox: string;
|
|
168
|
+
};
|
|
169
|
+
};
|
|
170
|
+
isSelected: {
|
|
171
|
+
true: "";
|
|
172
|
+
false: "";
|
|
173
|
+
};
|
|
174
|
+
isInfoOpen: {
|
|
175
|
+
true: "";
|
|
176
|
+
false: {
|
|
177
|
+
info: string;
|
|
178
|
+
};
|
|
179
|
+
};
|
|
180
|
+
isPreview: {
|
|
181
|
+
true: {
|
|
182
|
+
checkbox: string;
|
|
183
|
+
info: string;
|
|
184
|
+
content: string;
|
|
185
|
+
};
|
|
186
|
+
};
|
|
187
|
+
}, {
|
|
188
|
+
variant: {
|
|
189
|
+
default: {
|
|
190
|
+
label: string;
|
|
191
|
+
checkbox: string;
|
|
192
|
+
};
|
|
193
|
+
blue: {
|
|
194
|
+
label: string;
|
|
195
|
+
checkbox: string;
|
|
196
|
+
};
|
|
197
|
+
};
|
|
198
|
+
isSelected: {
|
|
199
|
+
true: "";
|
|
200
|
+
false: "";
|
|
201
|
+
};
|
|
202
|
+
isInfoOpen: {
|
|
203
|
+
true: "";
|
|
204
|
+
false: {
|
|
205
|
+
info: string;
|
|
206
|
+
};
|
|
207
|
+
};
|
|
208
|
+
isPreview: {
|
|
209
|
+
true: {
|
|
210
|
+
checkbox: string;
|
|
211
|
+
info: string;
|
|
212
|
+
content: string;
|
|
213
|
+
};
|
|
214
|
+
};
|
|
215
|
+
}>, unknown, unknown, undefined>>;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { WithTranslation } from 'react-i18next';
|
|
2
|
+
import { VariantEnum } from '../../shared/types/variant';
|
|
3
|
+
export type TariffFeatureProps = {
|
|
4
|
+
className?: string;
|
|
5
|
+
t?: WithTranslation['t'];
|
|
6
|
+
label: string;
|
|
7
|
+
priceBefore?: number;
|
|
8
|
+
price: number;
|
|
9
|
+
locale?: string;
|
|
10
|
+
id: string;
|
|
11
|
+
isSelected: boolean;
|
|
12
|
+
badge?: string;
|
|
13
|
+
variant: VariantEnum;
|
|
14
|
+
description?: string;
|
|
15
|
+
advantagesList?: {
|
|
16
|
+
id: string;
|
|
17
|
+
label: string;
|
|
18
|
+
}[];
|
|
19
|
+
initialIsInfoOpen?: boolean;
|
|
20
|
+
isPreview?: boolean;
|
|
21
|
+
onSelect(id: string): void;
|
|
22
|
+
};
|
|
@@ -44,3 +44,7 @@ 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,7 +1,3 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
color?: string;
|
|
5
|
-
}
|
|
6
|
-
export declare function IconCalendarMonth({ color, size, ...other }: IconProps): JSX.Element;
|
|
7
|
-
export {};
|
|
2
|
+
import { IconProps } from '../../types';
|
|
3
|
+
export declare const IconCalendarMonth: React.FC<IconProps>;
|
|
@@ -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 const IconCheckboxChecked: ({ color, size, ...other }: IconProps) => JSX.Element;
|
|
7
7
|
export {};
|
|
@@ -1,2 +1,6 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
interface IconProps extends React.SVGAttributes<SVGElement> {
|
|
3
|
+
color?: string;
|
|
4
|
+
}
|
|
5
|
+
export declare const IconRadioButtonChecked: ({ color, ...rest }: IconProps) => JSX.Element;
|
|
6
|
+
export {};
|
|
@@ -40,6 +40,7 @@ export * from './IconGiftNew';
|
|
|
40
40
|
export * from './IconCreditCard';
|
|
41
41
|
export * from './IconQuestion';
|
|
42
42
|
export * from './IconPaper';
|
|
43
|
+
export * from './IconPaperPencil';
|
|
43
44
|
export * from './IconChat3d';
|
|
44
45
|
export * from './IconChat3dSmaller';
|
|
45
46
|
export * from './IconNotficationMuted';
|
|
@@ -111,3 +112,24 @@ export * from './IconExperience';
|
|
|
111
112
|
export * from './IconSpecialistsEnded';
|
|
112
113
|
export * from './IconReviewSessionSubscription';
|
|
113
114
|
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 }: ProgressRangeProps): number;
|
|
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,11 +13,15 @@ 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, }: CircleRatingLegendProps): string[];
|
|
17
|
-
export declare function useRatingCircleContentValue({ progress, isPercentage, decimal, }: {
|
|
16
|
+
export declare function useRatingCircleLegend({ ranges, t, isReverse, isPercentage, isShowLegend, }: CircleRatingLegendProps): string[];
|
|
17
|
+
export declare function useRatingCircleContentValue({ progress, isPercentage, decimal, isWithAnimation, animationDuration, targetPercentage, onProgressEnd, }: {
|
|
18
18
|
progress: number;
|
|
19
19
|
isPercentage?: boolean;
|
|
20
20
|
decimal?: number;
|
|
21
|
+
isWithAnimation?: boolean;
|
|
22
|
+
animationDuration?: number;
|
|
23
|
+
targetPercentage?: number;
|
|
24
|
+
onProgressEnd?: () => void;
|
|
21
25
|
}): string;
|
|
22
26
|
export declare function useRatingCircleBreakPoints({ ranges, maxValue, isReverse, }: {
|
|
23
27
|
ranges: CircleRatingRange[];
|
|
@@ -34,4 +34,10 @@ 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
|
+
}
|
|
37
43
|
export declare const StripeSupportedCurrency: SupportedCurrency[];
|
|
@@ -1,6 +1,9 @@
|
|
|
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';
|
|
4
7
|
export declare enum ConditionRulesType {
|
|
5
8
|
IS = "is"
|
|
6
9
|
}
|
|
@@ -22,9 +25,15 @@ export declare enum OnBoardingScreenOptions {
|
|
|
22
25
|
START = "START",
|
|
23
26
|
MULTI_SELECT = "MULTI_SELECT",
|
|
24
27
|
SINGLE_SELECT = "SINGLE_SELECT",
|
|
28
|
+
SINGLE_IMAGE_SELECT = "SINGLE_IMAGE_SELECT",
|
|
25
29
|
INFO = "INFO",
|
|
26
30
|
LOADER = "LOADER",
|
|
27
|
-
REVIEWS = "REVIEWS"
|
|
31
|
+
REVIEWS = "REVIEWS",
|
|
32
|
+
EMAIL = "EMAIL",
|
|
33
|
+
CONFIRM = "CONFIRM",
|
|
34
|
+
PAYWALL = "PAYWALL",
|
|
35
|
+
COMPARE = "COMPARE",
|
|
36
|
+
CHART = "CHART"
|
|
28
37
|
}
|
|
29
38
|
export type OnBoardingScreenOptionType = {
|
|
30
39
|
id: string;
|
|
@@ -33,6 +42,9 @@ export type OnBoardingScreenOptionType = {
|
|
|
33
42
|
isDefault?: boolean;
|
|
34
43
|
filtrationAnswerId?: string;
|
|
35
44
|
};
|
|
45
|
+
export type OnBoardingScreenOptionWithImageType = OnBoardingScreenOptionType & {
|
|
46
|
+
image?: ResponseFileType | null;
|
|
47
|
+
};
|
|
36
48
|
export type OnBoardingScreenButtonType = {
|
|
37
49
|
buttonText?: string | null;
|
|
38
50
|
buttonColor?: string | null;
|
|
@@ -50,6 +62,26 @@ export type OnBoardingScreenDescriptionType = {
|
|
|
50
62
|
title?: string | null;
|
|
51
63
|
description?: string | null;
|
|
52
64
|
};
|
|
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
|
+
};
|
|
53
85
|
export type OnBoardingBaseScreenType = {
|
|
54
86
|
id: string;
|
|
55
87
|
type: OnBoardingScreenOptions;
|
|
@@ -67,6 +99,7 @@ export type OnBoardingBaseScreenType = {
|
|
|
67
99
|
isPreview?: boolean;
|
|
68
100
|
isPageView?: boolean;
|
|
69
101
|
hideTimer?: boolean;
|
|
102
|
+
isStartScreen?: boolean;
|
|
70
103
|
};
|
|
71
104
|
export type OnBoardingStartScreenType = OnBoardingBaseScreenType & OnBoardingScreenButtonType & OnBoardingScreenSkipButtonType & OnBoardingScreenBgType & OnBoardingScreenDescriptionType & {
|
|
72
105
|
image?: ResponseFileType | null;
|
|
@@ -78,8 +111,13 @@ export type OnBoardingMultiSelectScreenType = OnBoardingBaseScreenType & OnBoard
|
|
|
78
111
|
options: OnBoardingScreenOptionType[];
|
|
79
112
|
};
|
|
80
113
|
export type OnBoardingSingleSelectScreenType = OnBoardingBaseScreenType & OnBoardingScreenDescriptionType & {
|
|
114
|
+
legalText?: string;
|
|
81
115
|
options: OnBoardingScreenOptionType[];
|
|
82
116
|
};
|
|
117
|
+
export type OnBoardingSingleImageSelectScreenType = OnBoardingBaseScreenType & OnBoardingScreenDescriptionType & {
|
|
118
|
+
legalText?: string;
|
|
119
|
+
options: OnBoardingScreenOptionWithImageType[];
|
|
120
|
+
};
|
|
83
121
|
export type OnBoardingLoaderScreenType = OnBoardingBaseScreenType & {
|
|
84
122
|
title?: string | null;
|
|
85
123
|
additionalText?: string;
|
|
@@ -87,6 +125,11 @@ export type OnBoardingLoaderScreenType = OnBoardingBaseScreenType & {
|
|
|
87
125
|
answerScreenId?: string[];
|
|
88
126
|
allScreens?: Record<string, OnBoardingScreensType>;
|
|
89
127
|
selectedAnswers?: Record<string, string[]>;
|
|
128
|
+
loadingItemDuration?: number;
|
|
129
|
+
listItems?: {
|
|
130
|
+
id: string;
|
|
131
|
+
label: string;
|
|
132
|
+
}[];
|
|
90
133
|
};
|
|
91
134
|
export type OnBoardingReviewsScreenType = OnBoardingBaseScreenType & OnBoardingScreenButtonType & TranslationType & {
|
|
92
135
|
title?: string | null;
|
|
@@ -94,7 +137,36 @@ export type OnBoardingReviewsScreenType = OnBoardingBaseScreenType & OnBoardingS
|
|
|
94
137
|
reviews: ISpecialistReview[];
|
|
95
138
|
isLoading?: boolean;
|
|
96
139
|
};
|
|
97
|
-
export type
|
|
140
|
+
export type OnBoardingEmailScreenType = OnBoardingBaseScreenType & OnBoardingScreenButtonType & OnBoardingScreenTranslationsType & OnBoardingScreenErrorsType & OnBoardingScreenEmailType & OnBoardingScreenPrivacyType & {
|
|
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;
|
|
98
170
|
export type OnBoardingFlowType = {
|
|
99
171
|
id: string;
|
|
100
172
|
locale: string;
|
|
@@ -114,4 +186,9 @@ export type OnBoardingFlowType = {
|
|
|
114
186
|
promocode_duration_min?: number | null;
|
|
115
187
|
duration_min?: number | null;
|
|
116
188
|
isDefault?: boolean;
|
|
189
|
+
theme?: OnboardingVariant;
|
|
117
190
|
};
|
|
191
|
+
export declare enum OnboardingVariant {
|
|
192
|
+
default = "default",
|
|
193
|
+
blue = "blue"
|
|
194
|
+
}
|
|
@@ -52,6 +52,7 @@ export type CircleRatingLegendProps = {
|
|
|
52
52
|
t: WithTranslation['t'];
|
|
53
53
|
isReverse?: boolean;
|
|
54
54
|
isPercentage?: boolean;
|
|
55
|
+
isShowLegend?: boolean;
|
|
55
56
|
};
|
|
56
57
|
export type CircleRatingComponentProps = {
|
|
57
58
|
size: keyof typeof CircleRatingSize;
|
|
@@ -68,7 +69,10 @@ export type CircleRatingComponentProps = {
|
|
|
68
69
|
isZeroTransparent?: boolean;
|
|
69
70
|
isWithOverlap?: boolean;
|
|
70
71
|
isWithAnimation?: boolean;
|
|
72
|
+
isPrimaryColor?: boolean;
|
|
73
|
+
isProgressWithAnimation?: boolean;
|
|
71
74
|
className?: string;
|
|
75
|
+
onProgressEnd?: () => void;
|
|
72
76
|
};
|
|
73
77
|
export type CircleRatingContextProps = CircleRatingComponentProps & {
|
|
74
78
|
legend?: string[];
|
|
@@ -16,4 +16,14 @@ 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;
|
|
19
29
|
};
|