@newskit-render/my-account 7.143.1-766ef5871.1 → 7.143.1-a2a4fe282.15
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/Components/Elements/CancelSubscriptionModal/CancelSubscriptionModal.d.ts +6 -0
- package/dist/cjs/Components/Elements/CancelSubscriptionModal/CancelSubscriptionModal.js +66 -0
- package/dist/cjs/Components/Elements/CancelSubscriptionModal/CancelSubscriptionModal.js.map +1 -0
- package/dist/cjs/Components/Elements/CancelSubscriptionModal/index.d.ts +1 -0
- package/dist/cjs/Components/Elements/CancelSubscriptionModal/index.js +18 -0
- package/dist/cjs/Components/Elements/CancelSubscriptionModal/index.js.map +1 -0
- package/dist/cjs/Components/Elements/CancellationButtons/CancellationButtons.d.ts +7 -0
- package/dist/cjs/Components/Elements/CancellationButtons/CancellationButtons.js +43 -0
- package/dist/cjs/Components/Elements/CancellationButtons/CancellationButtons.js.map +1 -0
- package/dist/cjs/Components/Elements/CancellationButtons/index.d.ts +1 -0
- package/dist/cjs/Components/Elements/CancellationButtons/index.js +18 -0
- package/dist/cjs/Components/Elements/CancellationButtons/index.js.map +1 -0
- package/dist/cjs/Components/Elements/CancellationPolicy/CancellationPolicy.d.ts +13 -0
- package/dist/cjs/Components/Elements/CancellationPolicy/CancellationPolicy.js +36 -0
- package/dist/cjs/Components/Elements/CancellationPolicy/CancellationPolicy.js.map +1 -0
- package/dist/cjs/Components/Elements/CancellationPolicy/index.d.ts +1 -0
- package/dist/cjs/Components/Elements/CancellationPolicy/index.js +6 -0
- package/dist/cjs/Components/Elements/CancellationPolicy/index.js.map +1 -0
- package/dist/cjs/Components/Elements/CancellationReasonSelector/CancellationReasonSelector.d.ts +19 -0
- package/dist/cjs/Components/Elements/CancellationReasonSelector/CancellationReasonSelector.js +42 -0
- package/dist/cjs/Components/Elements/CancellationReasonSelector/CancellationReasonSelector.js.map +1 -0
- package/dist/cjs/Components/Elements/CancellationReasonSelector/index.d.ts +1 -0
- package/dist/cjs/Components/Elements/CancellationReasonSelector/index.js +6 -0
- package/dist/cjs/Components/Elements/CancellationReasonSelector/index.js.map +1 -0
- package/dist/cjs/Components/Elements/NewsletterCard/NewsletterCard.js +1 -1
- package/dist/cjs/Components/Elements/NewsletterCard/NewsletterCard.js.map +1 -1
- package/dist/cjs/Components/Elements/SectionListItem/SectionListItem.js +6 -5
- package/dist/cjs/Components/Elements/SectionListItem/SectionListItem.js.map +1 -1
- package/dist/cjs/Components/Elements/SectionListItem/types.d.ts +2 -0
- package/dist/cjs/Components/Elements/SunArticleCard/SunArticleCard.d.ts +23 -0
- package/dist/cjs/Components/Elements/SunArticleCard/SunArticleCard.js +39 -0
- package/dist/cjs/Components/Elements/SunArticleCard/SunArticleCard.js.map +1 -0
- package/dist/cjs/Components/Elements/SunArticleCard/index.d.ts +1 -0
- package/dist/cjs/Components/Elements/SunArticleCard/index.js +6 -0
- package/dist/cjs/Components/Elements/SunArticleCard/index.js.map +1 -0
- package/dist/cjs/Components/Elements/SunArticleGrid/SunArticleGrid.d.ts +12 -0
- package/dist/cjs/Components/Elements/SunArticleGrid/SunArticleGrid.js +27 -0
- package/dist/cjs/Components/Elements/SunArticleGrid/SunArticleGrid.js.map +1 -0
- package/dist/cjs/Components/Elements/SunArticleGrid/index.d.ts +1 -0
- package/dist/cjs/Components/Elements/SunArticleGrid/index.js +6 -0
- package/dist/cjs/Components/Elements/SunArticleGrid/index.js.map +1 -0
- package/dist/cjs/Components/Elements/SunOfferCard/SunOfferCard.d.ts +21 -0
- package/dist/cjs/Components/Elements/SunOfferCard/SunOfferCard.js +38 -0
- package/dist/cjs/Components/Elements/SunOfferCard/SunOfferCard.js.map +1 -0
- package/dist/cjs/Components/Elements/SunOfferCard/index.d.ts +1 -0
- package/dist/cjs/Components/Elements/SunOfferCard/index.js +6 -0
- package/dist/cjs/Components/Elements/SunOfferCard/index.js.map +1 -0
- package/dist/cjs/Components/Elements/SunOfferGrid/SunOfferGrid.d.ts +12 -0
- package/dist/cjs/Components/Elements/SunOfferGrid/SunOfferGrid.js +27 -0
- package/dist/cjs/Components/Elements/SunOfferGrid/SunOfferGrid.js.map +1 -0
- package/dist/cjs/Components/Elements/SunOfferGrid/index.d.ts +1 -0
- package/dist/cjs/Components/Elements/SunOfferGrid/index.js +6 -0
- package/dist/cjs/Components/Elements/SunOfferGrid/index.js.map +1 -0
- package/dist/cjs/Components/Sections/CancelSubscription/CancelSubscription.js +1 -5
- package/dist/cjs/Components/Sections/CancelSubscription/CancelSubscription.js.map +1 -1
- package/dist/cjs/Components/Sections/CancelSubscription/types.d.ts +0 -1
- package/dist/cjs/Components/Sections/CancellationOffers/CancellationOffers.js +9 -1
- package/dist/cjs/Components/Sections/CancellationOffers/CancellationOffers.js.map +1 -1
- package/dist/cjs/Components/Sections/CancellationOffers/types.d.ts +2 -1
- package/dist/cjs/Components/Sections/CancellationReasons/CancellationReasons.d.ts +2 -1
- package/dist/cjs/Components/Sections/CancellationReasons/CancellationReasons.js +15 -3
- package/dist/cjs/Components/Sections/CancellationReasons/CancellationReasons.js.map +1 -1
- package/dist/cjs/Components/Sections/CardContentContainer/CardContentContainer.js +1 -1
- package/dist/cjs/Components/Sections/CardContentContainer/CardContentContainer.js.map +1 -1
- package/dist/cjs/Components/Sections/ConfirmCancellation/ConfirmCancellation.d.ts +1 -18
- package/dist/cjs/Components/Sections/ConfirmCancellation/ConfirmCancellation.js.map +1 -1
- package/dist/cjs/Components/Sections/ConfirmCancellation/ConfirmCancellationExp2.d.ts +2 -0
- package/dist/cjs/Components/Sections/ConfirmCancellation/ConfirmCancellationExp2.js +59 -0
- package/dist/cjs/Components/Sections/ConfirmCancellation/ConfirmCancellationExp2.js.map +1 -0
- package/dist/cjs/Components/Sections/ConfirmCancellation/index.d.ts +89 -0
- package/dist/cjs/Components/Sections/ConfirmCancellation/index.js +47 -0
- package/dist/cjs/Components/Sections/ConfirmCancellation/index.js.map +1 -0
- package/dist/cjs/Components/Sections/ConfirmSubscriptionOffer/ConfirmSubscriptionOffer.d.ts +2 -0
- package/dist/cjs/Components/Sections/ConfirmSubscriptionOffer/ConfirmSubscriptionOffer.js +95 -0
- package/dist/cjs/Components/Sections/ConfirmSubscriptionOffer/ConfirmSubscriptionOffer.js.map +1 -0
- package/dist/cjs/Components/Sections/ConfirmSubscriptionOffer/index.d.ts +26 -0
- package/dist/cjs/Components/Sections/ConfirmSubscriptionOffer/index.js +18 -0
- package/dist/cjs/Components/Sections/ConfirmSubscriptionOffer/index.js.map +1 -0
- package/dist/cjs/Components/Sections/ContactSupport/ContactSupport.d.ts +1 -1
- package/dist/cjs/Components/Sections/ContactSupport/ContactSupport.js +4 -4
- package/dist/cjs/Components/Sections/ContactSupport/ContactSupport.js.map +1 -1
- package/dist/cjs/Components/Sections/ContactSupport/types.d.ts +2 -2
- package/dist/cjs/Components/Sections/ContentContainer/BelowContentExtra.js +1 -1
- package/dist/cjs/Components/Sections/ContentContainer/ContentContainer.js +99 -55
- package/dist/cjs/Components/Sections/ContentContainer/ContentContainer.js.map +1 -1
- package/dist/cjs/Components/Sections/ContentContainer/PaginationButton.d.ts +11 -0
- package/dist/cjs/Components/Sections/ContentContainer/{InvoiceHistoryButton.js → PaginationButton.js} +13 -16
- package/dist/cjs/Components/Sections/ContentContainer/PaginationButton.js.map +1 -0
- package/dist/cjs/Components/Sections/ContentContainer/types.d.ts +4 -3
- package/dist/cjs/Components/Sections/Form/Vouchers/Vouchers.js +1 -1
- package/dist/cjs/Components/Sections/Form/Vouchers/Vouchers.js.map +1 -1
- package/dist/cjs/Components/Sections/NavigationSecondary/NavigationSecondary.js +1 -0
- package/dist/cjs/Components/Sections/NavigationSecondary/NavigationSecondary.js.map +1 -1
- package/dist/cjs/Components/Sections/SectionContainer/ListSection.js +1 -11
- package/dist/cjs/Components/Sections/SectionContainer/ListSection.js.map +1 -1
- package/dist/cjs/Components/Sections/SectionContainer/types.d.ts +2 -2
- package/dist/cjs/Components/Sections/SectionContainer/utils.js +6 -7
- package/dist/cjs/Components/Sections/SectionContainer/utils.js.map +1 -1
- package/dist/cjs/Components/Sections/UserHub/BaseSection.d.ts +3 -0
- package/dist/cjs/Components/Sections/UserHub/BaseSection.js +3 -13
- package/dist/cjs/Components/Sections/UserHub/BaseSection.js.map +1 -1
- package/dist/cjs/Components/Sections/UserHub/NewslettersSection.js +1 -1
- package/dist/cjs/Components/Sections/UserHub/NewslettersSection.js.map +1 -1
- package/dist/cjs/Components/Sections/UserHub/SubscriptionDetailsSection.d.ts +6 -0
- package/dist/cjs/Components/Sections/UserHub/SubscriptionDetailsSection.js +54 -0
- package/dist/cjs/Components/Sections/UserHub/SubscriptionDetailsSection.js.map +1 -0
- package/dist/cjs/Components/Templates/CancellationStepperRender.d.ts +58 -3
- package/dist/cjs/Components/Templates/CancellationStepperRender.js +14 -12
- package/dist/cjs/Components/Templates/CancellationStepperRender.js.map +1 -1
- package/dist/cjs/Components/Templates/DisplayRenderer.js +1 -1
- package/dist/cjs/Components/Templates/DisplayRenderer.js.map +1 -1
- package/dist/cjs/Components/Templates/SubscriptionAndBillingRender.js +9 -1
- package/dist/cjs/Components/Templates/SubscriptionAndBillingRender.js.map +1 -1
- package/dist/cjs/Components/Templates/SunCancellationFlowRender.d.ts +3 -0
- package/dist/cjs/Components/Templates/SunCancellationFlowRender.js +124 -0
- package/dist/cjs/Components/Templates/SunCancellationFlowRender.js.map +1 -0
- package/dist/cjs/Components/Templates/UserHubRender.js +17 -5
- package/dist/cjs/Components/Templates/UserHubRender.js.map +1 -1
- package/dist/cjs/Components/index.d.ts +1 -0
- package/dist/cjs/context/index.d.ts +3 -2
- package/dist/cjs/context/index.js +1 -0
- package/dist/cjs/context/index.js.map +1 -1
- package/dist/cjs/context/types.d.ts +30 -4
- package/dist/cjs/context/types.js +9 -1
- package/dist/cjs/context/types.js.map +1 -1
- package/dist/cjs/getProviderPropsTimes.js +13 -13
- package/dist/cjs/getProviderPropsTimes.js.map +1 -1
- package/dist/cjs/helpers/cancellationUtils.js +2 -1
- package/dist/cjs/helpers/cancellationUtils.js.map +1 -1
- package/dist/cjs/helpers/dataUtils.d.ts +5 -2
- package/dist/cjs/helpers/dataUtils.js +22 -13
- package/dist/cjs/helpers/dataUtils.js.map +1 -1
- package/dist/cjs/helpers/dateUtils.d.ts +1 -1
- package/dist/cjs/helpers/dateUtils.js +11 -8
- package/dist/cjs/helpers/dateUtils.js.map +1 -1
- package/dist/cjs/helpers/entitlementUtils.d.ts +2 -2
- package/dist/cjs/helpers/entitlementUtils.js +7 -4
- package/dist/cjs/helpers/entitlementUtils.js.map +1 -1
- package/dist/cjs/helpers/index.d.ts +2 -0
- package/dist/cjs/helpers/index.js +2 -0
- package/dist/cjs/helpers/index.js.map +1 -1
- package/dist/cjs/helpers/providerUtilsTimes.js +2 -3
- package/dist/cjs/helpers/providerUtilsTimes.js.map +1 -1
- package/dist/cjs/helpers/randomizeReasons.d.ts +2 -0
- package/dist/cjs/helpers/randomizeReasons.js +37 -0
- package/dist/cjs/helpers/randomizeReasons.js.map +1 -0
- package/dist/cjs/helpers/subscriptionsUtils.d.ts +4 -1
- package/dist/cjs/helpers/subscriptionsUtils.js +29 -8
- package/dist/cjs/helpers/subscriptionsUtils.js.map +1 -1
- package/dist/cjs/hooks/index.d.ts +1 -0
- package/dist/cjs/hooks/index.js +1 -0
- package/dist/cjs/hooks/index.js.map +1 -1
- package/dist/cjs/hooks/useCancelSubscriptionModal.d.ts +6 -0
- package/dist/cjs/hooks/useCancelSubscriptionModal.js +31 -0
- package/dist/cjs/hooks/useCancelSubscriptionModal.js.map +1 -0
- package/dist/cjs/index.d.ts +7 -2
- package/dist/cjs/index.js +5 -0
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/pages/CancellationStepper/CancellationStepper.js +1 -1
- package/dist/cjs/pages/CancellationStepper/CancellationStepper.js.map +1 -1
- package/dist/cjs/pages/CancellationStepper/CancellationStepperContext.js +653 -569
- package/dist/cjs/pages/CancellationStepper/CancellationStepperContext.js.map +1 -1
- package/dist/cjs/pages/HolidayStop/HolidayStopContext.js +1 -1
- package/dist/cjs/pages/HolidayStop/HolidayStopContext.js.map +1 -1
- package/dist/cjs/pages/HolidayStopList/HolidayStopListContext.js +1 -1
- package/dist/cjs/pages/HolidayStopList/HolidayStopListContext.js.map +1 -1
- package/dist/cjs/pages/Newsletters/NewslettersContext.js +3 -3
- package/dist/cjs/pages/Newsletters/NewslettersContext.js.map +1 -1
- package/dist/cjs/pages/SubscriptionAndBilling/Sections/CancelSubscriptionSectionContext.js +14 -2
- package/dist/cjs/pages/SubscriptionAndBilling/Sections/CancelSubscriptionSectionContext.js.map +1 -1
- package/dist/cjs/pages/SubscriptionAndBilling/SubscriptionAndBillingContext.js +46 -0
- package/dist/cjs/pages/SubscriptionAndBilling/SubscriptionAndBillingContext.js.map +1 -1
- package/dist/cjs/pages/SunCancellationFlow/SunCancellationFlow.d.ts +7 -0
- package/dist/cjs/pages/SunCancellationFlow/SunCancellationFlow.js +34 -0
- package/dist/cjs/pages/SunCancellationFlow/SunCancellationFlow.js.map +1 -0
- package/dist/cjs/pages/SunCancellationFlow/SunCancellationFlowContext.d.ts +215 -0
- package/dist/cjs/pages/SunCancellationFlow/SunCancellationFlowContext.js +259 -0
- package/dist/cjs/pages/SunCancellationFlow/SunCancellationFlowContext.js.map +1 -0
- package/dist/cjs/pages/SunCancellationFlow/index.d.ts +2 -0
- package/dist/cjs/pages/SunCancellationFlow/index.js +19 -0
- package/dist/cjs/pages/SunCancellationFlow/index.js.map +1 -0
- package/dist/cjs/pages/UserHub/UserHubContext.js +65 -0
- package/dist/cjs/pages/UserHub/UserHubContext.js.map +1 -1
- package/dist/cjs/pages/types.d.ts +19 -1
- package/dist/cjs/providers/index.d.ts +1 -0
- package/dist/cjs/providers/index.js +1 -0
- package/dist/cjs/providers/index.js.map +1 -1
- package/dist/cjs/providers/sunCancellationProvider.d.ts +1 -0
- package/dist/cjs/providers/sunCancellationProvider.js +6 -0
- package/dist/cjs/providers/sunCancellationProvider.js.map +1 -0
- package/dist/cjs/queries/getContractPhases.d.ts +1 -0
- package/dist/cjs/queries/getContractPhases.js +11 -0
- package/dist/cjs/queries/getContractPhases.js.map +1 -0
- package/dist/cjs/queries/getPropositionFeatures.d.ts +1 -0
- package/dist/cjs/queries/getPropositionFeatures.js +11 -0
- package/dist/cjs/queries/getPropositionFeatures.js.map +1 -0
- package/dist/cjs/queries/getUserGroupAccounts.js +1 -1
- package/dist/cjs/queries/getUserGroupAccounts.js.map +1 -1
- package/dist/cjs/queries/getUserIncentives.js +1 -1
- package/dist/cjs/queries/getUserIncentives.js.map +1 -1
- package/dist/cjs/queries/getUserSubscription.js +3 -1
- package/dist/cjs/queries/getUserSubscription.js.map +1 -1
- package/dist/cjs/queries/getUserWithNewsletters.js +4 -1
- package/dist/cjs/queries/getUserWithNewsletters.js.map +1 -1
- package/dist/cjs/queries/mutateSendFamilyMemberInvite.js +2 -1
- package/dist/cjs/queries/mutateSendFamilyMemberInvite.js.map +1 -1
- package/dist/esm/Components/Elements/CancelSubscriptionModal/CancelSubscriptionModal.d.ts +6 -0
- package/dist/esm/Components/Elements/CancelSubscriptionModal/CancelSubscriptionModal.js +59 -0
- package/dist/esm/Components/Elements/CancelSubscriptionModal/CancelSubscriptionModal.js.map +1 -0
- package/dist/esm/Components/Elements/CancelSubscriptionModal/index.d.ts +1 -0
- package/dist/esm/Components/Elements/CancelSubscriptionModal/index.js +2 -0
- package/dist/esm/Components/Elements/CancelSubscriptionModal/index.js.map +1 -0
- package/dist/esm/Components/Elements/CancellationButtons/CancellationButtons.d.ts +7 -0
- package/dist/esm/Components/Elements/CancellationButtons/CancellationButtons.js +36 -0
- package/dist/esm/Components/Elements/CancellationButtons/CancellationButtons.js.map +1 -0
- package/dist/esm/Components/Elements/CancellationButtons/index.d.ts +1 -0
- package/dist/esm/Components/Elements/CancellationButtons/index.js +2 -0
- package/dist/esm/Components/Elements/CancellationButtons/index.js.map +1 -0
- package/dist/esm/Components/Elements/CancellationPolicy/CancellationPolicy.d.ts +13 -0
- package/dist/esm/Components/Elements/CancellationPolicy/CancellationPolicy.js +29 -0
- package/dist/esm/Components/Elements/CancellationPolicy/CancellationPolicy.js.map +1 -0
- package/dist/esm/Components/Elements/CancellationPolicy/index.d.ts +1 -0
- package/dist/esm/Components/Elements/CancellationPolicy/index.js +2 -0
- package/dist/esm/Components/Elements/CancellationPolicy/index.js.map +1 -0
- package/dist/esm/Components/Elements/CancellationReasonSelector/CancellationReasonSelector.d.ts +19 -0
- package/dist/esm/Components/Elements/CancellationReasonSelector/CancellationReasonSelector.js +35 -0
- package/dist/esm/Components/Elements/CancellationReasonSelector/CancellationReasonSelector.js.map +1 -0
- package/dist/esm/Components/Elements/CancellationReasonSelector/index.d.ts +1 -0
- package/dist/esm/Components/Elements/CancellationReasonSelector/index.js +2 -0
- package/dist/esm/Components/Elements/CancellationReasonSelector/index.js.map +1 -0
- package/dist/esm/Components/Elements/NewsletterCard/NewsletterCard.js +1 -1
- package/dist/esm/Components/Elements/NewsletterCard/NewsletterCard.js.map +1 -1
- package/dist/esm/Components/Elements/SectionListItem/SectionListItem.js +6 -5
- package/dist/esm/Components/Elements/SectionListItem/SectionListItem.js.map +1 -1
- package/dist/esm/Components/Elements/SectionListItem/types.d.ts +2 -0
- package/dist/esm/Components/Elements/SunArticleCard/SunArticleCard.d.ts +23 -0
- package/dist/esm/Components/Elements/SunArticleCard/SunArticleCard.js +32 -0
- package/dist/esm/Components/Elements/SunArticleCard/SunArticleCard.js.map +1 -0
- package/dist/esm/Components/Elements/SunArticleCard/index.d.ts +1 -0
- package/dist/esm/Components/Elements/SunArticleCard/index.js +2 -0
- package/dist/esm/Components/Elements/SunArticleCard/index.js.map +1 -0
- package/dist/esm/Components/Elements/SunArticleGrid/SunArticleGrid.d.ts +12 -0
- package/dist/esm/Components/Elements/SunArticleGrid/SunArticleGrid.js +20 -0
- package/dist/esm/Components/Elements/SunArticleGrid/SunArticleGrid.js.map +1 -0
- package/dist/esm/Components/Elements/SunArticleGrid/index.d.ts +1 -0
- package/dist/esm/Components/Elements/SunArticleGrid/index.js +2 -0
- package/dist/esm/Components/Elements/SunArticleGrid/index.js.map +1 -0
- package/dist/esm/Components/Elements/SunOfferCard/SunOfferCard.d.ts +21 -0
- package/dist/esm/Components/Elements/SunOfferCard/SunOfferCard.js +31 -0
- package/dist/esm/Components/Elements/SunOfferCard/SunOfferCard.js.map +1 -0
- package/dist/esm/Components/Elements/SunOfferCard/index.d.ts +1 -0
- package/dist/esm/Components/Elements/SunOfferCard/index.js +2 -0
- package/dist/esm/Components/Elements/SunOfferCard/index.js.map +1 -0
- package/dist/esm/Components/Elements/SunOfferGrid/SunOfferGrid.d.ts +12 -0
- package/dist/esm/Components/Elements/SunOfferGrid/SunOfferGrid.js +20 -0
- package/dist/esm/Components/Elements/SunOfferGrid/SunOfferGrid.js.map +1 -0
- package/dist/esm/Components/Elements/SunOfferGrid/index.d.ts +1 -0
- package/dist/esm/Components/Elements/SunOfferGrid/index.js +2 -0
- package/dist/esm/Components/Elements/SunOfferGrid/index.js.map +1 -0
- package/dist/esm/Components/Sections/CancelSubscription/CancelSubscription.js +1 -5
- package/dist/esm/Components/Sections/CancelSubscription/CancelSubscription.js.map +1 -1
- package/dist/esm/Components/Sections/CancelSubscription/types.d.ts +0 -1
- package/dist/esm/Components/Sections/CancellationOffers/CancellationOffers.js +11 -3
- package/dist/esm/Components/Sections/CancellationOffers/CancellationOffers.js.map +1 -1
- package/dist/esm/Components/Sections/CancellationOffers/types.d.ts +2 -1
- package/dist/esm/Components/Sections/CancellationReasons/CancellationReasons.d.ts +2 -1
- package/dist/esm/Components/Sections/CancellationReasons/CancellationReasons.js +13 -2
- package/dist/esm/Components/Sections/CancellationReasons/CancellationReasons.js.map +1 -1
- package/dist/esm/Components/Sections/CardContentContainer/CardContentContainer.js +2 -2
- package/dist/esm/Components/Sections/CardContentContainer/CardContentContainer.js.map +1 -1
- package/dist/esm/Components/Sections/ConfirmCancellation/ConfirmCancellation.d.ts +1 -18
- package/dist/esm/Components/Sections/ConfirmCancellation/ConfirmCancellation.js +1 -1
- package/dist/esm/Components/Sections/ConfirmCancellation/ConfirmCancellation.js.map +1 -1
- package/dist/esm/Components/Sections/ConfirmCancellation/ConfirmCancellationExp2.d.ts +2 -0
- package/dist/esm/Components/Sections/ConfirmCancellation/ConfirmCancellationExp2.js +52 -0
- package/dist/esm/Components/Sections/ConfirmCancellation/ConfirmCancellationExp2.js.map +1 -0
- package/dist/esm/Components/Sections/ConfirmCancellation/index.d.ts +89 -0
- package/dist/esm/Components/Sections/ConfirmCancellation/index.js +40 -0
- package/dist/esm/Components/Sections/ConfirmCancellation/index.js.map +1 -0
- package/dist/esm/Components/Sections/ConfirmSubscriptionOffer/ConfirmSubscriptionOffer.d.ts +2 -0
- package/dist/esm/Components/Sections/ConfirmSubscriptionOffer/ConfirmSubscriptionOffer.js +88 -0
- package/dist/esm/Components/Sections/ConfirmSubscriptionOffer/ConfirmSubscriptionOffer.js.map +1 -0
- package/dist/esm/Components/Sections/ConfirmSubscriptionOffer/index.d.ts +26 -0
- package/dist/esm/Components/Sections/ConfirmSubscriptionOffer/index.js +2 -0
- package/dist/esm/Components/Sections/ConfirmSubscriptionOffer/index.js.map +1 -0
- package/dist/esm/Components/Sections/ContactSupport/ContactSupport.d.ts +1 -1
- package/dist/esm/Components/Sections/ContactSupport/ContactSupport.js +4 -4
- package/dist/esm/Components/Sections/ContactSupport/ContactSupport.js.map +1 -1
- package/dist/esm/Components/Sections/ContactSupport/types.d.ts +2 -2
- package/dist/esm/Components/Sections/ContentContainer/BelowContentExtra.js +1 -1
- package/dist/esm/Components/Sections/ContentContainer/ContentContainer.js +100 -56
- package/dist/esm/Components/Sections/ContentContainer/ContentContainer.js.map +1 -1
- package/dist/esm/Components/Sections/ContentContainer/PaginationButton.d.ts +11 -0
- package/dist/esm/Components/Sections/ContentContainer/PaginationButton.js +37 -0
- package/dist/esm/Components/Sections/ContentContainer/PaginationButton.js.map +1 -0
- package/dist/esm/Components/Sections/ContentContainer/types.d.ts +4 -3
- package/dist/esm/Components/Sections/Form/Vouchers/Vouchers.js +2 -2
- package/dist/esm/Components/Sections/Form/Vouchers/Vouchers.js.map +1 -1
- package/dist/esm/Components/Sections/NavigationSecondary/NavigationSecondary.js +1 -0
- package/dist/esm/Components/Sections/NavigationSecondary/NavigationSecondary.js.map +1 -1
- package/dist/esm/Components/Sections/SectionContainer/ListSection.js +2 -12
- package/dist/esm/Components/Sections/SectionContainer/ListSection.js.map +1 -1
- package/dist/esm/Components/Sections/SectionContainer/types.d.ts +2 -2
- package/dist/esm/Components/Sections/SectionContainer/utils.js +6 -7
- package/dist/esm/Components/Sections/SectionContainer/utils.js.map +1 -1
- package/dist/esm/Components/Sections/UserHub/BaseSection.d.ts +3 -0
- package/dist/esm/Components/Sections/UserHub/BaseSection.js +2 -12
- package/dist/esm/Components/Sections/UserHub/BaseSection.js.map +1 -1
- package/dist/esm/Components/Sections/UserHub/NewslettersSection.js +1 -1
- package/dist/esm/Components/Sections/UserHub/NewslettersSection.js.map +1 -1
- package/dist/esm/Components/Sections/UserHub/SubscriptionDetailsSection.d.ts +6 -0
- package/dist/esm/Components/Sections/UserHub/SubscriptionDetailsSection.js +47 -0
- package/dist/esm/Components/Sections/UserHub/SubscriptionDetailsSection.js.map +1 -0
- package/dist/esm/Components/Templates/CancellationStepperRender.d.ts +58 -3
- package/dist/esm/Components/Templates/CancellationStepperRender.js +14 -12
- package/dist/esm/Components/Templates/CancellationStepperRender.js.map +1 -1
- package/dist/esm/Components/Templates/DisplayRenderer.js +1 -1
- package/dist/esm/Components/Templates/DisplayRenderer.js.map +1 -1
- package/dist/esm/Components/Templates/SubscriptionAndBillingRender.js +10 -2
- package/dist/esm/Components/Templates/SubscriptionAndBillingRender.js.map +1 -1
- package/dist/esm/Components/Templates/SunCancellationFlowRender.d.ts +3 -0
- package/dist/esm/Components/Templates/SunCancellationFlowRender.js +99 -0
- package/dist/esm/Components/Templates/SunCancellationFlowRender.js.map +1 -0
- package/dist/esm/Components/Templates/UserHubRender.js +17 -5
- package/dist/esm/Components/Templates/UserHubRender.js.map +1 -1
- package/dist/esm/Components/index.d.ts +1 -0
- package/dist/esm/context/index.d.ts +3 -2
- package/dist/esm/context/index.js +1 -0
- package/dist/esm/context/index.js.map +1 -1
- package/dist/esm/context/types.d.ts +30 -4
- package/dist/esm/context/types.js +8 -0
- package/dist/esm/context/types.js.map +1 -1
- package/dist/esm/getProviderPropsTimes.js +13 -13
- package/dist/esm/getProviderPropsTimes.js.map +1 -1
- package/dist/esm/helpers/cancellationUtils.js +2 -1
- package/dist/esm/helpers/cancellationUtils.js.map +1 -1
- package/dist/esm/helpers/dataUtils.d.ts +5 -2
- package/dist/esm/helpers/dataUtils.js +16 -8
- package/dist/esm/helpers/dataUtils.js.map +1 -1
- package/dist/esm/helpers/dateUtils.d.ts +1 -1
- package/dist/esm/helpers/dateUtils.js +9 -6
- package/dist/esm/helpers/dateUtils.js.map +1 -1
- package/dist/esm/helpers/entitlementUtils.d.ts +2 -2
- package/dist/esm/helpers/entitlementUtils.js +7 -4
- package/dist/esm/helpers/entitlementUtils.js.map +1 -1
- package/dist/esm/helpers/index.d.ts +2 -0
- package/dist/esm/helpers/index.js +2 -0
- package/dist/esm/helpers/index.js.map +1 -1
- package/dist/esm/helpers/providerUtilsTimes.js +2 -3
- package/dist/esm/helpers/providerUtilsTimes.js.map +1 -1
- package/dist/esm/helpers/randomizeReasons.d.ts +2 -0
- package/dist/esm/helpers/randomizeReasons.js +33 -0
- package/dist/esm/helpers/randomizeReasons.js.map +1 -0
- package/dist/esm/helpers/subscriptionsUtils.d.ts +4 -1
- package/dist/esm/helpers/subscriptionsUtils.js +26 -7
- package/dist/esm/helpers/subscriptionsUtils.js.map +1 -1
- package/dist/esm/hooks/index.d.ts +1 -0
- package/dist/esm/hooks/index.js +1 -0
- package/dist/esm/hooks/index.js.map +1 -1
- package/dist/esm/hooks/useCancelSubscriptionModal.d.ts +6 -0
- package/dist/esm/hooks/useCancelSubscriptionModal.js +27 -0
- package/dist/esm/hooks/useCancelSubscriptionModal.js.map +1 -0
- package/dist/esm/index.d.ts +7 -2
- package/dist/esm/index.js +5 -0
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/pages/CancellationStepper/CancellationStepper.js +1 -1
- package/dist/esm/pages/CancellationStepper/CancellationStepper.js.map +1 -1
- package/dist/esm/pages/CancellationStepper/CancellationStepperContext.js +654 -570
- package/dist/esm/pages/CancellationStepper/CancellationStepperContext.js.map +1 -1
- package/dist/esm/pages/HolidayStop/HolidayStopContext.js +1 -1
- package/dist/esm/pages/HolidayStop/HolidayStopContext.js.map +1 -1
- package/dist/esm/pages/HolidayStopList/HolidayStopListContext.js +1 -1
- package/dist/esm/pages/HolidayStopList/HolidayStopListContext.js.map +1 -1
- package/dist/esm/pages/Newsletters/NewslettersContext.js +3 -3
- package/dist/esm/pages/Newsletters/NewslettersContext.js.map +1 -1
- package/dist/esm/pages/SubscriptionAndBilling/Sections/CancelSubscriptionSectionContext.js +14 -2
- package/dist/esm/pages/SubscriptionAndBilling/Sections/CancelSubscriptionSectionContext.js.map +1 -1
- package/dist/esm/pages/SubscriptionAndBilling/SubscriptionAndBillingContext.js +46 -0
- package/dist/esm/pages/SubscriptionAndBilling/SubscriptionAndBillingContext.js.map +1 -1
- package/dist/esm/pages/SunCancellationFlow/SunCancellationFlow.d.ts +7 -0
- package/dist/esm/pages/SunCancellationFlow/SunCancellationFlow.js +27 -0
- package/dist/esm/pages/SunCancellationFlow/SunCancellationFlow.js.map +1 -0
- package/dist/esm/pages/SunCancellationFlow/SunCancellationFlowContext.d.ts +215 -0
- package/dist/esm/pages/SunCancellationFlow/SunCancellationFlowContext.js +256 -0
- package/dist/esm/pages/SunCancellationFlow/SunCancellationFlowContext.js.map +1 -0
- package/dist/esm/pages/SunCancellationFlow/index.d.ts +2 -0
- package/dist/esm/pages/SunCancellationFlow/index.js +3 -0
- package/dist/esm/pages/SunCancellationFlow/index.js.map +1 -0
- package/dist/esm/pages/UserHub/UserHubContext.js +65 -0
- package/dist/esm/pages/UserHub/UserHubContext.js.map +1 -1
- package/dist/esm/pages/types.d.ts +19 -1
- package/dist/esm/providers/index.d.ts +1 -0
- package/dist/esm/providers/index.js +1 -0
- package/dist/esm/providers/index.js.map +1 -1
- package/dist/esm/providers/sunCancellationProvider.d.ts +1 -0
- package/dist/esm/providers/sunCancellationProvider.js +2 -0
- package/dist/esm/providers/sunCancellationProvider.js.map +1 -0
- package/dist/esm/queries/getContractPhases.d.ts +1 -0
- package/dist/esm/queries/getContractPhases.js +8 -0
- package/dist/esm/queries/getContractPhases.js.map +1 -0
- package/dist/esm/queries/getPropositionFeatures.d.ts +1 -0
- package/dist/esm/queries/getPropositionFeatures.js +8 -0
- package/dist/esm/queries/getPropositionFeatures.js.map +1 -0
- package/dist/esm/queries/getUserGroupAccounts.js +1 -1
- package/dist/esm/queries/getUserGroupAccounts.js.map +1 -1
- package/dist/esm/queries/getUserIncentives.js +1 -1
- package/dist/esm/queries/getUserIncentives.js.map +1 -1
- package/dist/esm/queries/getUserSubscription.js +3 -1
- package/dist/esm/queries/getUserSubscription.js.map +1 -1
- package/dist/esm/queries/getUserWithNewsletters.js +4 -1
- package/dist/esm/queries/getUserWithNewsletters.js.map +1 -1
- package/dist/esm/queries/mutateSendFamilyMemberInvite.js +2 -1
- package/dist/esm/queries/mutateSendFamilyMemberInvite.js.map +1 -1
- package/package.json +3 -3
- package/dist/cjs/Components/Sections/ContentContainer/InvoiceHistoryButton.d.ts +0 -10
- package/dist/cjs/Components/Sections/ContentContainer/InvoiceHistoryButton.js.map +0 -1
- package/dist/esm/Components/Sections/ContentContainer/InvoiceHistoryButton.d.ts +0 -10
- package/dist/esm/Components/Sections/ContentContainer/InvoiceHistoryButton.js +0 -40
- package/dist/esm/Components/Sections/ContentContainer/InvoiceHistoryButton.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@newskit-render/my-account",
|
|
3
|
-
"version": "7.143.1-
|
|
3
|
+
"version": "7.143.1-a2a4fe282.15+a2a4fe282",
|
|
4
4
|
"description": "Newskit Render",
|
|
5
5
|
"author": "",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"@hookform/resolvers": "2.9.10",
|
|
37
37
|
"@newskit-render/api": "^1.18.0",
|
|
38
38
|
"@newskit-render/feature-flags": "^1.15.0",
|
|
39
|
-
"@newskit-render/shared-components": "^4.
|
|
39
|
+
"@newskit-render/shared-components": "^4.65.0",
|
|
40
40
|
"@newskit-render/validation": "^1.22.1",
|
|
41
41
|
"@stripe/react-stripe-js": "2.1.1",
|
|
42
42
|
"@stripe/stripe-js": "1.54.1",
|
|
@@ -118,5 +118,5 @@
|
|
|
118
118
|
"publishConfig": {
|
|
119
119
|
"access": "public"
|
|
120
120
|
},
|
|
121
|
-
"gitHead": "
|
|
121
|
+
"gitHead": "a2a4fe282687fe446a742b8b2d4047bc68f16a89"
|
|
122
122
|
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { MQ } from 'newskit';
|
|
3
|
-
import { ContextName } from '../../../context/types';
|
|
4
|
-
export interface InvoiceHistoryButtonProps {
|
|
5
|
-
contextName: ContextName;
|
|
6
|
-
currentInvoicePageSize: number;
|
|
7
|
-
setCurrentInvoicePageSize: (size: number) => void;
|
|
8
|
-
marginBlockEnd?: MQ<string>;
|
|
9
|
-
}
|
|
10
|
-
export declare const InvoiceHistoryButton: React.FC<InvoiceHistoryButtonProps>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"InvoiceHistoryButton.js","sourceRoot":"","sources":["../../../../../src/Components/Sections/ContentContainer/InvoiceHistoryButton.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAAuC;AACvC,mCAA+D;AAC/D,4CAGyB;AACzB,uEAAoE;AAUpE,IAAM,WAAW,GAAG,CAAC,CAAA;AAEd,IAAM,oBAAoB,GAAwC,UAAC,EAKzE;;QAJC,WAAW,iBAAA,EACX,sBAAsB,4BAAA,EACtB,yBAAyB,+BAAA,EACzB,cAAc,oBAAA;IAEd,IAAM,cAAc,GAAG,IAAA,2BAAiB,EACtC,WAAW,CACwB,CAAA;IAEvB,IAAA,cAAc,GACxB,cAAc,wBADU,CACV;IACV,IAAA,SAAS,GAAK,IAAA,4BAAkB,GAAE,UAAzB,CAAyB;IAEpC,IAAA,KAA8B,IAAA,gBAAQ,EAAC,KAAK,CAAC,EAA5C,UAAU,QAAA,EAAE,aAAa,QAAmB,CAAA;IAEnD,IAAM,YAAY,GAAG,CAAA,MAAA,cAAc,aAAd,cAAc,uBAAd,cAAc,CAAE,IAAI,0CAAE,OAAO,CAAC,MAAM,KAAI,CAAC,CAAA;IAC9D,IAAM,WAAW,GAAG,OAAO,CAAC,YAAY,GAAG,CAAC,CAAC,CAAA;IAE7C,IAAM,qBAAqB,GAAG;QAC5B,SAAS,CACP,IAAA,oCAAgB,EACd,mBAAmB,EACnB,0BAA0B,EAC1B,SAAS,EACT,SAAS,EACT,yBAAyB,EACzB,YAAY,CACb,CACF,CAAA;QAED,IAAM,YAAY,GAAG,sBAAsB,GAAG,WAAW,CAAA;QAEzD,IAAI,YAAY,IAAI,YAAY,EAAE,CAAC;YACjC,aAAa,CAAC,IAAI,CAAC,CAAA;QACrB,CAAC;QAED,yBAAyB,CAAC,YAAY,CAAC,CAAA;IACzC,CAAC,CAAA;IAED,IAAM,cAAc,GAAG;QACrB,SAAS,CACP,IAAA,oCAAgB,EACd,mBAAmB,EACnB,0BAA0B,EAC1B,SAAS,EACT,SAAS,EACT,yBAAyB,EACzB,YAAY,CACb,CACF,CAAA;QAED,aAAa,CAAC,KAAK,CAAC,CAAA;QACpB,yBAAyB,CAAC,WAAW,CAAC,CAAA;IACxC,CAAC,CAAA;IAED,IAAI,CAAC,WAAW,EAAE,CAAC;QACjB,OAAO,IAAI,CAAA;IACb,CAAC;IAED,OAAO,CACL,8BAAC,eAAK,IACJ,IAAI,EAAC,iBAAiB,EACtB,iBAAiB,EAAC,QAAQ,EAC1B,cAAc,EAAE,cAAc;QAE9B,8BAAC,gBAAM,IACL,IAAI,EAAC,QAAQ,EACb,SAAS,EAAE;gBACT,WAAW,EAAE,gCAAgC;gBAC7C,aAAa,EAAE;oBACb,EAAE,EAAE,UAAU;oBACd,EAAE,EAAE,UAAU;iBACf;aACF,EACD,OAAO,EAAE,UAAU,CAAC,CAAC,CAAC,cAAc,CAAC,CAAC,CAAC,qBAAqB,IAE3D,UAAU,CAAC,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,MAAM,CAC3B,CACH,CACT,CAAA;AACH,CAAC,CAAA;AAjFY,QAAA,oBAAoB,wBAiFhC"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { MQ } from 'newskit';
|
|
3
|
-
import { ContextName } from '../../../context/types';
|
|
4
|
-
export interface InvoiceHistoryButtonProps {
|
|
5
|
-
contextName: ContextName;
|
|
6
|
-
currentInvoicePageSize: number;
|
|
7
|
-
setCurrentInvoicePageSize: (size: number) => void;
|
|
8
|
-
marginBlockEnd?: MQ<string>;
|
|
9
|
-
}
|
|
10
|
-
export declare const InvoiceHistoryButton: React.FC<InvoiceHistoryButtonProps>;
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import React, { useState } from 'react';
|
|
2
|
-
import { useInstrumentation, Button, Stack } from 'newskit';
|
|
3
|
-
import { useAccountContext, } from '../../../context';
|
|
4
|
-
import { createClickEvent } from '@newskit-render/shared-components';
|
|
5
|
-
var minPageSize = 3;
|
|
6
|
-
export var InvoiceHistoryButton = function (_a) {
|
|
7
|
-
var _b;
|
|
8
|
-
var contextName = _a.contextName, currentInvoicePageSize = _a.currentInvoicePageSize, setCurrentInvoicePageSize = _a.setCurrentInvoicePageSize, marginBlockEnd = _a.marginBlockEnd;
|
|
9
|
-
var accountContext = useAccountContext(contextName);
|
|
10
|
-
var invoiceHistory = accountContext.userData.invoiceHistory;
|
|
11
|
-
var fireEvent = useInstrumentation().fireEvent;
|
|
12
|
-
var _c = useState(false), isShowLess = _c[0], setIsShowLess = _c[1];
|
|
13
|
-
var resultsCount = ((_b = invoiceHistory === null || invoiceHistory === void 0 ? void 0 : invoiceHistory.page) === null || _b === void 0 ? void 0 : _b.content.length) || 0;
|
|
14
|
-
var hasNextPage = Boolean(resultsCount > 3);
|
|
15
|
-
var handleMoreButtonClick = function () {
|
|
16
|
-
fireEvent(createClickEvent('content-list-view', 'button : invoices : more', undefined, undefined, 'Subscriptions & Billing', 'navigation'));
|
|
17
|
-
var nextPageSize = currentInvoicePageSize + minPageSize;
|
|
18
|
-
if (nextPageSize >= resultsCount) {
|
|
19
|
-
setIsShowLess(true);
|
|
20
|
-
}
|
|
21
|
-
setCurrentInvoicePageSize(nextPageSize);
|
|
22
|
-
};
|
|
23
|
-
var handleShowLess = function () {
|
|
24
|
-
fireEvent(createClickEvent('content-list-view', 'button : invoices : less', undefined, undefined, 'Subscriptions & Billing', 'navigation'));
|
|
25
|
-
setIsShowLess(false);
|
|
26
|
-
setCurrentInvoicePageSize(minPageSize);
|
|
27
|
-
};
|
|
28
|
-
if (!hasNextPage) {
|
|
29
|
-
return null;
|
|
30
|
-
}
|
|
31
|
-
return (React.createElement(Stack, { flow: "vertical-center", stackDistribution: "center", marginBlockEnd: marginBlockEnd },
|
|
32
|
-
React.createElement(Button, { size: "medium", overrides: {
|
|
33
|
-
stylePreset: 'buttonGroupOutlinedTransparent',
|
|
34
|
-
paddingInline: {
|
|
35
|
-
xs: 'space110',
|
|
36
|
-
sm: 'space120',
|
|
37
|
-
},
|
|
38
|
-
}, onClick: isShowLess ? handleShowLess : handleMoreButtonClick }, isShowLess ? 'Show less' : 'More')));
|
|
39
|
-
};
|
|
40
|
-
//# sourceMappingURL=InvoiceHistoryButton.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"InvoiceHistoryButton.js","sourceRoot":"","sources":["../../../../../src/Components/Sections/ContentContainer/InvoiceHistoryButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAA;AACvC,OAAO,EAAE,kBAAkB,EAAE,MAAM,EAAE,KAAK,EAAM,MAAM,SAAS,CAAA;AAC/D,OAAO,EAEL,iBAAiB,GAClB,MAAM,kBAAkB,CAAA;AACzB,OAAO,EAAE,gBAAgB,EAAE,MAAM,mCAAmC,CAAA;AAUpE,IAAM,WAAW,GAAG,CAAC,CAAA;AAErB,MAAM,CAAC,IAAM,oBAAoB,GAAwC,UAAC,EAKzE;;QAJC,WAAW,iBAAA,EACX,sBAAsB,4BAAA,EACtB,yBAAyB,+BAAA,EACzB,cAAc,oBAAA;IAEd,IAAM,cAAc,GAAG,iBAAiB,CACtC,WAAW,CACwB,CAAA;IAEvB,IAAA,cAAc,GACxB,cAAc,wBADU,CACV;IACV,IAAA,SAAS,GAAK,kBAAkB,EAAE,UAAzB,CAAyB;IAEpC,IAAA,KAA8B,QAAQ,CAAC,KAAK,CAAC,EAA5C,UAAU,QAAA,EAAE,aAAa,QAAmB,CAAA;IAEnD,IAAM,YAAY,GAAG,CAAA,MAAA,cAAc,aAAd,cAAc,uBAAd,cAAc,CAAE,IAAI,0CAAE,OAAO,CAAC,MAAM,KAAI,CAAC,CAAA;IAC9D,IAAM,WAAW,GAAG,OAAO,CAAC,YAAY,GAAG,CAAC,CAAC,CAAA;IAE7C,IAAM,qBAAqB,GAAG;QAC5B,SAAS,CACP,gBAAgB,CACd,mBAAmB,EACnB,0BAA0B,EAC1B,SAAS,EACT,SAAS,EACT,yBAAyB,EACzB,YAAY,CACb,CACF,CAAA;QAED,IAAM,YAAY,GAAG,sBAAsB,GAAG,WAAW,CAAA;QAEzD,IAAI,YAAY,IAAI,YAAY,EAAE,CAAC;YACjC,aAAa,CAAC,IAAI,CAAC,CAAA;QACrB,CAAC;QAED,yBAAyB,CAAC,YAAY,CAAC,CAAA;IACzC,CAAC,CAAA;IAED,IAAM,cAAc,GAAG;QACrB,SAAS,CACP,gBAAgB,CACd,mBAAmB,EACnB,0BAA0B,EAC1B,SAAS,EACT,SAAS,EACT,yBAAyB,EACzB,YAAY,CACb,CACF,CAAA;QAED,aAAa,CAAC,KAAK,CAAC,CAAA;QACpB,yBAAyB,CAAC,WAAW,CAAC,CAAA;IACxC,CAAC,CAAA;IAED,IAAI,CAAC,WAAW,EAAE,CAAC;QACjB,OAAO,IAAI,CAAA;IACb,CAAC;IAED,OAAO,CACL,oBAAC,KAAK,IACJ,IAAI,EAAC,iBAAiB,EACtB,iBAAiB,EAAC,QAAQ,EAC1B,cAAc,EAAE,cAAc;QAE9B,oBAAC,MAAM,IACL,IAAI,EAAC,QAAQ,EACb,SAAS,EAAE;gBACT,WAAW,EAAE,gCAAgC;gBAC7C,aAAa,EAAE;oBACb,EAAE,EAAE,UAAU;oBACd,EAAE,EAAE,UAAU;iBACf;aACF,EACD,OAAO,EAAE,UAAU,CAAC,CAAC,CAAC,cAAc,CAAC,CAAC,CAAC,qBAAqB,IAE3D,UAAU,CAAC,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,MAAM,CAC3B,CACH,CACT,CAAA;AACH,CAAC,CAAA"}
|