@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
|
@@ -1,215 +0,0 @@
|
|
|
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>>;
|
|
@@ -1,22 +0,0 @@
|
|
|
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
|
-
};
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
export type Tariff = {
|
|
2
|
-
id: string;
|
|
3
|
-
label: string;
|
|
4
|
-
priceAfterDiscount: number;
|
|
5
|
-
priceAfterAdditionalDiscount: number;
|
|
6
|
-
priceBase: number;
|
|
7
|
-
description: string;
|
|
8
|
-
isMostPopular?: boolean;
|
|
9
|
-
percentDiscount?: number;
|
|
10
|
-
advantagesList: {
|
|
11
|
-
id: string;
|
|
12
|
-
label: string;
|
|
13
|
-
}[];
|
|
14
|
-
};
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
/// <reference types="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
|
-
variant?: 'default' | 'blue';
|
|
19
|
-
} & JSX.IonButton;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { Node } from 'react-stately';
|
|
3
|
-
import { ResponseFileType } from '../../types';
|
|
4
|
-
import { VariantType } from '../ListBox/types';
|
|
5
|
-
type ListBoxImageItemProps = {
|
|
6
|
-
isSelected: boolean;
|
|
7
|
-
item: Node<unknown>;
|
|
8
|
-
image?: ResponseFileType | null;
|
|
9
|
-
variant: VariantType;
|
|
10
|
-
selectionImageClassNames?: {
|
|
11
|
-
label?: string;
|
|
12
|
-
arrowIcon?: string;
|
|
13
|
-
bottomContainer?: string;
|
|
14
|
-
} | null;
|
|
15
|
-
};
|
|
16
|
-
declare const _default: React.MemoExoticComponent<({ isSelected, item, image, variant, selectionImageClassNames, }: ListBoxImageItemProps) => JSX.Element>;
|
|
17
|
-
export default _default;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { Meta, StoryObj } from '@storybook/react';
|
|
2
|
-
import SolidInput from './SolidInput';
|
|
3
|
-
declare const meta: Meta<typeof SolidInput>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof SolidInput>;
|
|
6
|
-
export declare const Default: Story;
|
|
7
|
-
export declare const WithError: Story;
|
|
8
|
-
export declare const Password: Story;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default as SolidInput } from './SolidInput';
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { InputChangeEventDetail, IonInputCustomEvent, TextFieldTypes } from '@ionic/core';
|
|
2
|
-
import { KeyboardEventHandler } from 'react';
|
|
3
|
-
export type SolidInputProps = {
|
|
4
|
-
placeholder: string;
|
|
5
|
-
value?: string;
|
|
6
|
-
name?: string;
|
|
7
|
-
type?: TextFieldTypes;
|
|
8
|
-
itemClassName?: string;
|
|
9
|
-
inputClassName?: string;
|
|
10
|
-
labelClassName?: string;
|
|
11
|
-
errorText?: string;
|
|
12
|
-
isInvalid?: boolean;
|
|
13
|
-
showTogglePassword?: boolean;
|
|
14
|
-
onChange?: (event: IonInputCustomEvent<InputChangeEventDetail>) => void;
|
|
15
|
-
onKeyDown?: KeyboardEventHandler;
|
|
16
|
-
};
|
|
@@ -1,189 +0,0 @@
|
|
|
1
|
-
export declare const videoStyle: import("tailwind-variants").TVReturnType<{
|
|
2
|
-
buttonPlacement: {
|
|
3
|
-
center: {
|
|
4
|
-
playButton: string;
|
|
5
|
-
};
|
|
6
|
-
'top-left': {
|
|
7
|
-
playButton: string;
|
|
8
|
-
};
|
|
9
|
-
'top-right': {
|
|
10
|
-
playButton: string;
|
|
11
|
-
};
|
|
12
|
-
'bottom-left': {
|
|
13
|
-
playButton: string;
|
|
14
|
-
};
|
|
15
|
-
'bottom-right': {
|
|
16
|
-
playButton: string;
|
|
17
|
-
};
|
|
18
|
-
};
|
|
19
|
-
variant: {
|
|
20
|
-
default: {
|
|
21
|
-
playButton: string;
|
|
22
|
-
};
|
|
23
|
-
blue: {
|
|
24
|
-
playButton: string;
|
|
25
|
-
};
|
|
26
|
-
};
|
|
27
|
-
}, {
|
|
28
|
-
playButton: string;
|
|
29
|
-
}, undefined, import("tailwind-variants/dist/config").TVConfig<{
|
|
30
|
-
buttonPlacement: {
|
|
31
|
-
center: {
|
|
32
|
-
playButton: string;
|
|
33
|
-
};
|
|
34
|
-
'top-left': {
|
|
35
|
-
playButton: string;
|
|
36
|
-
};
|
|
37
|
-
'top-right': {
|
|
38
|
-
playButton: string;
|
|
39
|
-
};
|
|
40
|
-
'bottom-left': {
|
|
41
|
-
playButton: string;
|
|
42
|
-
};
|
|
43
|
-
'bottom-right': {
|
|
44
|
-
playButton: string;
|
|
45
|
-
};
|
|
46
|
-
};
|
|
47
|
-
variant: {
|
|
48
|
-
default: {
|
|
49
|
-
playButton: string;
|
|
50
|
-
};
|
|
51
|
-
blue: {
|
|
52
|
-
playButton: string;
|
|
53
|
-
};
|
|
54
|
-
};
|
|
55
|
-
}, {
|
|
56
|
-
buttonPlacement: {
|
|
57
|
-
center: {
|
|
58
|
-
playButton: string;
|
|
59
|
-
};
|
|
60
|
-
'top-left': {
|
|
61
|
-
playButton: string;
|
|
62
|
-
};
|
|
63
|
-
'top-right': {
|
|
64
|
-
playButton: string;
|
|
65
|
-
};
|
|
66
|
-
'bottom-left': {
|
|
67
|
-
playButton: string;
|
|
68
|
-
};
|
|
69
|
-
'bottom-right': {
|
|
70
|
-
playButton: string;
|
|
71
|
-
};
|
|
72
|
-
};
|
|
73
|
-
variant: {
|
|
74
|
-
default: {
|
|
75
|
-
playButton: string;
|
|
76
|
-
};
|
|
77
|
-
blue: {
|
|
78
|
-
playButton: string;
|
|
79
|
-
};
|
|
80
|
-
};
|
|
81
|
-
}>, {
|
|
82
|
-
buttonPlacement: {
|
|
83
|
-
center: {
|
|
84
|
-
playButton: string;
|
|
85
|
-
};
|
|
86
|
-
'top-left': {
|
|
87
|
-
playButton: string;
|
|
88
|
-
};
|
|
89
|
-
'top-right': {
|
|
90
|
-
playButton: string;
|
|
91
|
-
};
|
|
92
|
-
'bottom-left': {
|
|
93
|
-
playButton: string;
|
|
94
|
-
};
|
|
95
|
-
'bottom-right': {
|
|
96
|
-
playButton: string;
|
|
97
|
-
};
|
|
98
|
-
};
|
|
99
|
-
variant: {
|
|
100
|
-
default: {
|
|
101
|
-
playButton: string;
|
|
102
|
-
};
|
|
103
|
-
blue: {
|
|
104
|
-
playButton: string;
|
|
105
|
-
};
|
|
106
|
-
};
|
|
107
|
-
}, {
|
|
108
|
-
playButton: string;
|
|
109
|
-
}, import("tailwind-variants").TVReturnType<{
|
|
110
|
-
buttonPlacement: {
|
|
111
|
-
center: {
|
|
112
|
-
playButton: string;
|
|
113
|
-
};
|
|
114
|
-
'top-left': {
|
|
115
|
-
playButton: string;
|
|
116
|
-
};
|
|
117
|
-
'top-right': {
|
|
118
|
-
playButton: string;
|
|
119
|
-
};
|
|
120
|
-
'bottom-left': {
|
|
121
|
-
playButton: string;
|
|
122
|
-
};
|
|
123
|
-
'bottom-right': {
|
|
124
|
-
playButton: string;
|
|
125
|
-
};
|
|
126
|
-
};
|
|
127
|
-
variant: {
|
|
128
|
-
default: {
|
|
129
|
-
playButton: string;
|
|
130
|
-
};
|
|
131
|
-
blue: {
|
|
132
|
-
playButton: string;
|
|
133
|
-
};
|
|
134
|
-
};
|
|
135
|
-
}, {
|
|
136
|
-
playButton: string;
|
|
137
|
-
}, undefined, import("tailwind-variants/dist/config").TVConfig<{
|
|
138
|
-
buttonPlacement: {
|
|
139
|
-
center: {
|
|
140
|
-
playButton: string;
|
|
141
|
-
};
|
|
142
|
-
'top-left': {
|
|
143
|
-
playButton: string;
|
|
144
|
-
};
|
|
145
|
-
'top-right': {
|
|
146
|
-
playButton: string;
|
|
147
|
-
};
|
|
148
|
-
'bottom-left': {
|
|
149
|
-
playButton: string;
|
|
150
|
-
};
|
|
151
|
-
'bottom-right': {
|
|
152
|
-
playButton: string;
|
|
153
|
-
};
|
|
154
|
-
};
|
|
155
|
-
variant: {
|
|
156
|
-
default: {
|
|
157
|
-
playButton: string;
|
|
158
|
-
};
|
|
159
|
-
blue: {
|
|
160
|
-
playButton: string;
|
|
161
|
-
};
|
|
162
|
-
};
|
|
163
|
-
}, {
|
|
164
|
-
buttonPlacement: {
|
|
165
|
-
center: {
|
|
166
|
-
playButton: string;
|
|
167
|
-
};
|
|
168
|
-
'top-left': {
|
|
169
|
-
playButton: string;
|
|
170
|
-
};
|
|
171
|
-
'top-right': {
|
|
172
|
-
playButton: string;
|
|
173
|
-
};
|
|
174
|
-
'bottom-left': {
|
|
175
|
-
playButton: string;
|
|
176
|
-
};
|
|
177
|
-
'bottom-right': {
|
|
178
|
-
playButton: string;
|
|
179
|
-
};
|
|
180
|
-
};
|
|
181
|
-
variant: {
|
|
182
|
-
default: {
|
|
183
|
-
playButton: string;
|
|
184
|
-
};
|
|
185
|
-
blue: {
|
|
186
|
-
playButton: string;
|
|
187
|
-
};
|
|
188
|
-
};
|
|
189
|
-
}>, unknown, unknown, undefined>>;
|