@redneckz/wildless-cms-uni-blocks 0.14.487 → 0.15.0-beta
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/bundle/BlockRenderer/BlockRendererOptions.d.ts +11 -11
- package/bundle/BlockRenderer/defaultBlockDecorator.d.ts +2 -2
- package/bundle/BlockRenderer/getParentBlockContent.d.ts +2 -2
- package/bundle/BlockRenderer/getParentBlockDef.d.ts +3 -3
- package/bundle/BlockRenderer/renderBlock.d.ts +5 -5
- package/bundle/BlockRenderer/renderBlockList.d.ts +12 -12
- package/bundle/BlockRenderer/renderChildren.d.ts +11 -11
- package/bundle/Env.d.ts +7 -7
- package/bundle/EventBus/EventBus.d.ts +8 -8
- package/bundle/EventBus/defaultEventBus.d.ts +15 -15
- package/bundle/EventBus/useLatestEvent.d.ts +2 -2
- package/bundle/ProjectSettings.d.ts +13 -13
- package/bundle/UniBlock/UniBlock.d.ts +17 -17
- package/bundle/UniBlock/UniBlockProps.d.ts +25 -25
- package/bundle/UniBlock/extractContent.d.ts +6 -6
- package/bundle/api/DaDataAPI.d.ts +15 -15
- package/bundle/api/LeadServiceAPI.d.ts +24 -24
- package/bundle/bundle.umd.js +5725 -5646
- package/bundle/bundle.umd.min.js +1 -1
- package/bundle/components/AdTile/AdTile.d.ts +6 -6
- package/bundle/components/AdTile/AdTileContent.d.ts +5 -5
- package/bundle/components/ApplicationForm/AcquiringField.d.ts +5 -5
- package/bundle/components/ApplicationForm/AddressBranchField.d.ts +6 -6
- package/bundle/components/ApplicationForm/AmountField.d.ts +2 -2
- package/bundle/components/ApplicationForm/ApplicationForm.d.ts +6 -6
- package/bundle/components/ApplicationForm/ApplicationFormContent.d.ts +107 -107
- package/bundle/components/ApplicationForm/CommentField.d.ts +2 -2
- package/bundle/components/ApplicationForm/CustomFieldProps.d.ts +6 -6
- package/bundle/components/ApplicationForm/FeedbackMethodField.d.ts +2 -2
- package/bundle/components/ApplicationForm/FeedbackTypeField.d.ts +2 -2
- package/bundle/components/ApplicationForm/Footnote.d.ts +7 -7
- package/bundle/components/ApplicationForm/IsClientField.d.ts +2 -2
- package/bundle/components/ApplicationForm/OnlineCheckoutField.d.ts +2 -2
- package/bundle/components/ApplicationForm/PartnerCommentsField.d.ts +2 -2
- package/bundle/components/ApplicationForm/PosTerminalField.d.ts +2 -2
- package/bundle/components/ApplicationForm/RegionField.d.ts +2 -2
- package/bundle/components/ApplicationForm/RegionPremiumField.d.ts +2 -2
- package/bundle/components/ApplicationForm/ServiceDirectionField.d.ts +2 -2
- package/bundle/components/ApplicationForm/TermField.d.ts +2 -2
- package/bundle/components/ApplicationForm/UltraPremiumField.d.ts +2 -2
- package/bundle/components/ApplicationForm/VedField.d.ts +3 -3
- package/bundle/components/ApplicationForm/contants.d.ts +5 -5
- package/bundle/components/ApplicationForm/getField.d.ts +8 -8
- package/bundle/components/ApplicationForm/getFormatData.d.ts +2 -2
- package/bundle/components/ApplicationForm/getInitialFormState.d.ts +24 -24
- package/bundle/components/ApplicationForm/getNamesFromInput.d.ts +2 -2
- package/bundle/components/ApplicationForm/getObjectValidator.d.ts +4 -4
- package/bundle/components/ApplicationForm/getPartnerComments.d.ts +2 -2
- package/bundle/components/ApplicationForm/getValidation.d.ts +3 -3
- package/bundle/components/ApplicationForm/renderAgreementSubmit.d.ts +5 -5
- package/bundle/components/ApplicationForm/renderContacts.d.ts +2 -2
- package/bundle/components/ApplicationForm/renderSubmitButton.d.ts +3 -3
- package/bundle/components/ApplicationForm/validators.d.ts +6 -6
- package/bundle/components/BankAccountFiltration/BankAccountFiltration.d.ts +6 -6
- package/bundle/components/BankAccountFiltration/BankAccountFiltrationContent.d.ts +22 -22
- package/bundle/components/BenefitsBlock/BenefitsBlock.d.ts +6 -6
- package/bundle/components/BenefitsBlock/BenefitsBlockContent.d.ts +21 -21
- package/bundle/components/BenefitsBlock/defaultIconSize.d.ts +1 -1
- package/bundle/components/BenefitsBlock/defaultIconSize.mobile.d.ts +1 -1
- package/bundle/components/Blocks.d.ts +2 -2
- package/bundle/components/Blocks.mobile.d.ts +2 -2
- package/bundle/components/BonusBenefitsBlock/BonusBenefitsBlock.d.ts +5 -5
- package/bundle/components/BonusBenefitsBlock/BonusBenefitsBlockContent.d.ts +26 -26
- package/bundle/components/BonusBenefitsBlock/bonusBenefitStyles.d.ts +1 -1
- package/bundle/components/BonusBenefitsBlock/bonusBenefitStyles.mobile.d.ts +1 -1
- package/bundle/components/BonusBenefitsBlock/renderBonusBenefit.d.ts +4 -4
- package/bundle/components/BonusBenefitsBlock/renderBonusBenefits.d.ts +4 -4
- package/bundle/components/BonusBenefitsBlock/renderBonusBenefits.mobile.d.ts +4 -4
- package/bundle/components/ButtonsBlock/ButtonsBlock.d.ts +6 -6
- package/bundle/components/ButtonsBlock/ButtonsBlockContent.d.ts +10 -10
- package/bundle/components/CalculatorBonus/CalculatorBonus.d.ts +9 -9
- package/bundle/components/CalculatorBonus/CalculatorBonusContent.d.ts +6 -6
- package/bundle/components/CalculatorBonus/getBonus.d.ts +2 -2
- package/bundle/components/CalculatorBonus/getBonusCalculatorParams.d.ts +36 -36
- package/bundle/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.d.ts +5 -5
- package/bundle/components/CalculatorBusinessDeposit/CalculatorBusinessDepositContent.d.ts +52 -52
- package/bundle/components/CalculatorBusinessDeposit/useBusinessDepositParams.d.ts +26 -26
- package/bundle/components/CalculatorBusinessDeposit/useBusinessDepositRates.d.ts +4 -4
- package/bundle/components/CalculatorCredit/CalculatorCredit.d.ts +8 -8
- package/bundle/components/CalculatorCredit/CalculatorCreditContent.d.ts +53 -53
- package/bundle/components/CalculatorCredit/checkCreditSourceBookRowCommonParams.d.ts +8 -8
- package/bundle/components/CalculatorCredit/defaultCreditCalculatorParams.d.ts +2 -2
- package/bundle/components/CalculatorCredit/getCreditCalculatorLimitParams.d.ts +8 -8
- package/bundle/components/CalculatorCredit/getCreditCalculatorParams.d.ts +2 -2
- package/bundle/components/CalculatorCredit/getCreditCalculatorRateParams.d.ts +9 -9
- package/bundle/components/CalculatorCredit/isDefaultParams.d.ts +2 -2
- package/bundle/components/CalculatorDeposit/CalculatorDeposit.d.ts +9 -9
- package/bundle/components/CalculatorDeposit/CalculatorDepositContent.d.ts +41 -41
- package/bundle/components/CalculatorDeposit/getDepositCalculatorParams.d.ts +27 -27
- package/bundle/components/CalculatorDeposit/isNotRubles.d.ts +1 -1
- package/bundle/components/CalculatorDeposit/renderDepositParamsForm.d.ts +5 -5
- package/bundle/components/CalculatorDeposit/renderDepositResult.d.ts +13 -13
- package/bundle/components/CalculatorDeposit/renderPaymentType.d.ts +3 -3
- package/bundle/components/CalculatorDeposit/renderRegistrationType.d.ts +3 -3
- package/bundle/components/CalculatorRefinancing/CalculatorRefinancing.d.ts +9 -9
- package/bundle/components/CalculatorRefinancing/CalculatorRefinancingContent.d.ts +10 -10
- package/bundle/components/CalculatorRefinancing/checkRefinancingSourceBookRowCommonParams.d.ts +9 -9
- package/bundle/components/CalculatorRefinancing/getRefinancingCalculatorLimitParams.d.ts +9 -9
- package/bundle/components/CalculatorRefinancing/getRefinancingCalculatorParams.d.ts +32 -32
- package/bundle/components/CalculatorRefinancing/getRefinancingCalculatorRateParams.d.ts +13 -13
- package/bundle/components/CardTransfer/CardTransfer.d.ts +5 -5
- package/bundle/components/CardTransfer/CardTransferContent.d.ts +14 -14
- package/bundle/components/Carousel/Carousel.d.ts +6 -6
- package/bundle/components/Carousel/CarouselContent.d.ts +20 -20
- package/bundle/components/Carousel/itemsGap.d.ts +1 -1
- package/bundle/components/Carousel/renderCardHighlight.d.ts +7 -7
- package/bundle/components/Carousel/renderCarouselCards.d.ts +6 -6
- package/bundle/components/Carousel/visibleItemCount.d.ts +1 -1
- package/bundle/components/Carousel/visibleItemCount.mobile.d.ts +1 -1
- package/bundle/components/Carousel/visibleItemCountStyle.d.ts +1 -1
- package/bundle/components/Carousel/visibleItemCountStyle.mobile.d.ts +1 -1
- package/bundle/components/CarouselCard/CarouselCard.d.ts +5 -5
- package/bundle/components/CarouselCard/CarouselCardContent.d.ts +11 -11
- package/bundle/components/CarouselCard/constants.d.ts +2 -2
- package/bundle/components/CarouselCard/titleSize.d.ts +1 -1
- package/bundle/components/CarouselCard/titleSize.mobile.d.ts +1 -1
- package/bundle/components/CarouselCatalogCard/CarouselCatalogCard.d.ts +5 -5
- package/bundle/components/CarouselCatalogCard/CarouselCatalogCardContent.d.ts +15 -15
- package/bundle/components/CarouselLinks/CarouselLinkButton.d.ts +5 -5
- package/bundle/components/CarouselLinks/CarouselLinks.d.ts +6 -6
- package/bundle/components/CarouselLinks/CarouselLinksContent.d.ts +15 -15
- package/bundle/components/CarouselRecommendationCard/CarouselRecommendationCard.d.ts +5 -5
- package/bundle/components/CarouselRecommendationCard/CarouselRecommendationCardContent.d.ts +18 -18
- package/bundle/components/CarouselRecommendationCard/ImageAlwaysOnRight.d.ts +1 -1
- package/bundle/components/CarouselRecommendationCard/ImageAlwaysOnRight.mobile.d.ts +1 -1
- package/bundle/components/CarouselTariffsCard/CarouselTariffsCard.d.ts +5 -5
- package/bundle/components/CarouselTariffsCard/CarouselTariffsCardAction.d.ts +6 -6
- package/bundle/components/CarouselTariffsCard/CarouselTariffsCardContent.d.ts +21 -21
- package/bundle/components/CarouselTariffsCard/renderCardInfo.d.ts +3 -3
- package/bundle/components/ComparisonTable/ComparisonTable.d.ts +5 -5
- package/bundle/components/ComparisonTable/ComparisonTable.mobile.d.ts +5 -5
- package/bundle/components/ComparisonTable/ComparisonTableBody.d.ts +11 -11
- package/bundle/components/ComparisonTable/ComparisonTableColumnHeaders.d.ts +7 -7
- package/bundle/components/ComparisonTable/ComparisonTableContent.d.ts +40 -40
- package/bundle/components/ComparisonTable/ComparisonTableRows.d.ts +14 -14
- package/bundle/components/ComparisonTable/HeaderCell.d.ts +10 -10
- package/bundle/components/ComparisonTable/HeaderCell.mobile.d.ts +9 -9
- package/bundle/components/ComparisonTable/TableCarouselContainer.d.ts +7 -7
- package/bundle/components/ComparisonTable/TableCell.d.ts +9 -9
- package/bundle/components/ComparisonTable/TableCell.mobile.d.ts +9 -9
- package/bundle/components/ComparisonTable/TableColumn.d.ts +15 -15
- package/bundle/components/ComparisonTable/TableRow.d.ts +15 -15
- package/bundle/components/ComparisonTable/TableRowContainer.d.ts +1 -1
- package/bundle/components/ComparisonTable/constants.d.ts +6 -6
- package/bundle/components/ContactsBlock/ContactsBlock.d.ts +5 -5
- package/bundle/components/ContactsBlock/ContactsBlockContent.d.ts +25 -25
- package/bundle/components/ContentPage/ContentPage.d.ts +11 -11
- package/bundle/components/ContentPage/renderContentPageHead.d.ts +4 -4
- package/bundle/components/ContentPage/useContentPageData.d.ts +3 -3
- package/bundle/components/DepositFiltration/DepositFiltration.d.ts +6 -6
- package/bundle/components/DepositFiltration/DepositFiltrationContent.d.ts +29 -29
- package/bundle/components/DepositFiltration/isRateRow.d.ts +5 -5
- package/bundle/components/DepositFiltration/numberRange.d.ts +1 -1
- package/bundle/components/Depository/Depository.d.ts +11 -11
- package/bundle/components/Depository/DepositoryContent.d.ts +5 -5
- package/bundle/components/Depository/DepositoryFilter.d.ts +9 -9
- package/bundle/components/Depository/DepositoryItem.d.ts +3 -3
- package/bundle/components/Depository/useDepository.d.ts +15 -15
- package/bundle/components/ErrorBlock/ErrorBlock.d.ts +5 -5
- package/bundle/components/ErrorBlock/ErrorBlockContent.d.ts +30 -30
- package/bundle/components/ExchangeRateTile/CurrencyProps.d.ts +6 -6
- package/bundle/components/ExchangeRateTile/CurrencyTable.d.ts +7 -7
- package/bundle/components/ExchangeRateTile/CurrentLocation.d.ts +6 -6
- package/bundle/components/ExchangeRateTile/ExchangeCurrencyCalculator.d.ts +24 -24
- package/bundle/components/ExchangeRateTile/ExchangeRateTile.d.ts +5 -5
- package/bundle/components/ExchangeRateTile/ExchangeRateTileContent.d.ts +9 -9
- package/bundle/components/ExchangeRateTile/calculateResult.d.ts +2 -2
- package/bundle/components/ExchangeRateTile/callbackCurrencySelect.d.ts +8 -8
- package/bundle/components/ExchangeRateTile/formatCurrency.d.ts +1 -1
- package/bundle/components/ExchangeRateTile/renderInput.d.ts +13 -13
- package/bundle/components/ExchangeRateTile/useFetchExchangeRateData.d.ts +9 -9
- package/bundle/components/Footer/Contacts.d.ts +6 -6
- package/bundle/components/Footer/Footer.d.ts +2 -2
- package/bundle/components/Footer/FooterContent.d.ts +9 -9
- package/bundle/components/Footer/FooterLink.d.ts +6 -6
- package/bundle/components/Footer/FooterProps.d.ts +7 -7
- package/bundle/components/Footer/HorizontalNavigation.d.ts +5 -5
- package/bundle/components/Footer/HorizontalNavigationLink.d.ts +8 -8
- package/bundle/components/Footer/LinkList.d.ts +7 -7
- package/bundle/components/Footer/SocialMedia.d.ts +10 -10
- package/bundle/components/Footer/TextInformation.d.ts +2 -2
- package/bundle/components/Footer/TextInformationLink.d.ts +8 -8
- package/bundle/components/Footer/cookieReplaceData.d.ts +1 -1
- package/bundle/components/Footer/findIconByHref.d.ts +2 -2
- package/bundle/components/Footer/iconsMap.d.ts +7 -7
- package/bundle/components/Footer/renderLogoSearchBar.d.ts +4 -4
- package/bundle/components/Footer/renderLogoSearchBar.mobile.d.ts +3 -3
- package/bundle/components/GracePeriod/GracePeriod.d.ts +5 -5
- package/bundle/components/GracePeriod/GracePeriodContent.d.ts +22 -22
- package/bundle/components/GrantSupport/GrantSupport.d.ts +6 -6
- package/bundle/components/GrantSupport/GrantSupportContent.d.ts +20 -20
- package/bundle/components/Header/DropdownMenu.d.ts +12 -12
- package/bundle/components/Header/Header.d.ts +2 -2
- package/bundle/components/Header/Header.mobile.d.ts +2 -2
- package/bundle/components/Header/HeaderChatBotButton.d.ts +11 -11
- package/bundle/components/Header/HeaderContent.d.ts +13 -13
- package/bundle/components/Header/HeaderProps.d.ts +16 -16
- package/bundle/components/Header/HeaderSecondaryMenu.d.ts +13 -13
- package/bundle/components/Header/HeaderSecondaryMenuButton.d.ts +13 -13
- package/bundle/components/Header/HeaderSubMenu.d.ts +11 -11
- package/bundle/components/Header/HeaderSubMenuItem.d.ts +9 -9
- package/bundle/components/Header/HeaderTop.d.ts +13 -13
- package/bundle/components/Header/HeaderTopMenu.d.ts +19 -19
- package/bundle/components/Header/HeaderTopMenuItem.d.ts +9 -9
- package/bundle/components/Header/InternetBankButton.d.ts +2 -2
- package/bundle/components/Header/getTextInternetButton.d.ts +2 -2
- package/bundle/components/Header/getTextInternetButton.mobile.d.ts +2 -2
- package/bundle/components/Header/useChatBot.d.ts +2 -2
- package/bundle/components/Headline/Headline.d.ts +5 -5
- package/bundle/components/Headline/HeadlineContent.d.ts +12 -12
- package/bundle/components/Headline/headlineVersionStyles.d.ts +9 -9
- package/bundle/components/HorizontalLayout/HorizontalLayout.d.ts +6 -6
- package/bundle/components/HorizontalLayout/HorizontalLayout.mobile.d.ts +5 -5
- package/bundle/components/HorizontalLayout/HorizontalLayoutContent.d.ts +11 -11
- package/bundle/components/HorizontalLayout/gapStyles.d.ts +2 -2
- package/bundle/components/ImgBlock/ImgBlock.d.ts +6 -6
- package/bundle/components/ImgBlock/ImgBlockContent.d.ts +9 -9
- package/bundle/components/InsuranceAmountBlock/InsuranceAmountBlock.d.ts +5 -5
- package/bundle/components/InsuranceAmountBlock/InsuranceAmountBlockContent.d.ts +31 -31
- package/bundle/components/InsuranceAmountBlock/InsuranceAmountBlockInner.d.ts +7 -7
- package/bundle/components/InvestmentInfo/InvestmentInfo.d.ts +5 -5
- package/bundle/components/InvestmentInfo/InvestmentInfoContent.d.ts +43 -43
- package/bundle/components/LinkDocs/LinkDocItem.d.ts +6 -6
- package/bundle/components/LinkDocs/LinkDocs.d.ts +5 -5
- package/bundle/components/LinkDocs/LinkDocsContent.d.ts +72 -72
- package/bundle/components/LinkDocs/RepordDialogButton.d.ts +2 -2
- package/bundle/components/LinkDocs/linkDocsContentExample.d.ts +2 -2
- package/bundle/components/LinkDocs/linkIconStyle.d.ts +1 -1
- package/bundle/components/LinkDocs/linkIconStyle.mobile.d.ts +1 -1
- package/bundle/components/LinkDocs/renderDefaultItem.d.ts +5 -5
- package/bundle/components/MobileAppTile/MobileAppTile.d.ts +5 -5
- package/bundle/components/MobileAppTile/MobileAppTileContent.d.ts +15 -15
- package/bundle/components/MortgageFiltration/MortgageFiltration.d.ts +6 -6
- package/bundle/components/MortgageFiltration/MortgageFiltrationContent.d.ts +35 -35
- package/bundle/components/OfficesAtmsMap/AtmsMap.d.ts +6 -6
- package/bundle/components/OfficesAtmsMap/Badge.d.ts +11 -11
- package/bundle/components/OfficesAtmsMap/CardCell.d.ts +11 -11
- package/bundle/components/OfficesAtmsMap/CardRow.d.ts +4 -4
- package/bundle/components/OfficesAtmsMap/OfficesAtmsMap.d.ts +5 -5
- package/bundle/components/OfficesAtmsMap/OfficesAtmsMapContent.d.ts +43 -43
- package/bundle/components/OfficesAtmsMap/OfficesAtmsMapLayout.d.ts +19 -19
- package/bundle/components/OfficesAtmsMap/OfficesAtmsMapProps.d.ts +106 -106
- package/bundle/components/OfficesAtmsMap/OfficesMap.d.ts +4 -4
- package/bundle/components/OfficesAtmsMap/YandexMapProps.d.ts +11 -11
- package/bundle/components/OfficesAtmsMap/getScheduleDescription.d.ts +5 -5
- package/bundle/components/OfficesAtmsMap/getWorkScheduleWeek.d.ts +3 -3
- package/bundle/components/OfficesAtmsMap/renderAtmCard.d.ts +7 -7
- package/bundle/components/OfficesAtmsMap/renderBusinessSchedule.d.ts +8 -8
- package/bundle/components/OfficesAtmsMap/renderCurrency.d.ts +3 -3
- package/bundle/components/OfficesAtmsMap/renderCurrentDaySchedule.d.ts +3 -3
- package/bundle/components/OfficesAtmsMap/renderDay.d.ts +3 -3
- package/bundle/components/OfficesAtmsMap/renderDescriptionBlock.d.ts +3 -3
- package/bundle/components/OfficesAtmsMap/renderFiltrationForm.d.ts +8 -8
- package/bundle/components/OfficesAtmsMap/renderFoldButton.d.ts +3 -3
- package/bundle/components/OfficesAtmsMap/renderOfficeCard.d.ts +7 -7
- package/bundle/components/OfficesAtmsMap/renderRemoteWorkplaceCard.d.ts +7 -7
- package/bundle/components/OfficesAtmsMap/renderWorkSchedule.d.ts +2 -2
- package/bundle/components/OfficesAtmsMap/useAtms.d.ts +2 -2
- package/bundle/components/OfficesAtmsMap/useOffices.d.ts +5 -5
- package/bundle/components/Placeholder/Placeholder.d.ts +5 -5
- package/bundle/components/Placeholder/PlaceholderContent.d.ts +6 -6
- package/bundle/components/ProductBlock/ProductBlock.d.ts +5 -5
- package/bundle/components/ProductBlock/ProductBlockContent.d.ts +9 -9
- package/bundle/components/ProductBlock/renderBackwardButton.d.ts +10 -10
- package/bundle/components/ProductGallery/ProductGallery.d.ts +5 -5
- package/bundle/components/ProductGallery/ProductGallery.mobile.d.ts +5 -5
- package/bundle/components/ProductGallery/ProductGalleryContent.d.ts +24 -24
- package/bundle/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.d.ts +5 -5
- package/bundle/components/RepresentativeOfficeInfo/RepresentativeOfficeInfoContent.d.ts +18 -18
- package/bundle/components/RichTextBlock/RichTextBlock.d.ts +6 -6
- package/bundle/components/RichTextBlock/RichTextBlockContent.d.ts +6 -6
- package/bundle/components/RollupItem/AccordionFoldButton.d.ts +12 -12
- package/bundle/components/RollupItem/RollupItem.d.ts +11 -11
- package/bundle/components/RollupItem/RollupItemContent.d.ts +17 -17
- package/bundle/components/RollupItem/foldableSectionStyles.d.ts +1 -1
- package/bundle/components/RollupItem/foldableSectionStyles.mobile.d.ts +1 -1
- package/bundle/components/RollupItem/getIconName.d.ts +1 -1
- package/bundle/components/RollupItem/getIconName.mobile.d.ts +1 -1
- package/bundle/components/RollupItem/renderRoundedIcon.d.ts +3 -3
- package/bundle/components/RollupItem/renderRoundedIcon.mobile.d.ts +4 -4
- package/bundle/components/RollupItem/rollupIconVersion.d.ts +1 -1
- package/bundle/components/RollupItem/rollupIconVersion.mobile.d.ts +1 -1
- package/bundle/components/RollupItem/rollupItemStyles.d.ts +1 -1
- package/bundle/components/RollupItem/rollupItemStyles.mobile.d.ts +1 -1
- package/bundle/components/SafeDepositRental/RadioButtons.d.ts +6 -6
- package/bundle/components/SafeDepositRental/RegionsAndBranches.d.ts +12 -12
- package/bundle/components/SafeDepositRental/RentalPeriod.d.ts +6 -6
- package/bundle/components/SafeDepositRental/SafeBoxCases.d.ts +11 -11
- package/bundle/components/SafeDepositRental/SafeDepositRental.d.ts +5 -5
- package/bundle/components/SafeDepositRental/SafeDepositRentalContent.d.ts +7 -7
- package/bundle/components/SafeDepositRental/SafeDepositRentalFields.d.ts +12 -12
- package/bundle/components/SafeDepositRental/SafeDepositRentalForm.d.ts +11 -11
- package/bundle/components/SafeDepositRental/SafeDepositRentalTotal.d.ts +6 -6
- package/bundle/components/SafeDepositRental/SafeDepositRentalTypes.d.ts +8 -8
- package/bundle/components/SafeDepositRental/WrapperSelect.d.ts +11 -11
- package/bundle/components/SafeDepositRental/useGetRegions.d.ts +6 -6
- package/bundle/components/SafeDepositRental/useSafeBoxes.d.ts +20 -20
- package/bundle/components/SafeDepositRental/utils.d.ts +4 -4
- package/bundle/components/StepsBlock/StepsBlock.d.ts +5 -5
- package/bundle/components/StepsBlock/StepsBlock.mobile.d.ts +5 -5
- package/bundle/components/StepsBlock/StepsBlockContent.d.ts +34 -34
- package/bundle/components/StepsBlock/StepsBlockStyleMaps.d.ts +8 -8
- package/bundle/components/StepsBlock/getIconTextStyle.d.ts +2 -2
- package/bundle/components/StepsBlock/renderStep.d.ts +11 -11
- package/bundle/components/StickyBottomMenu/ActiveSubMenuItem.d.ts +7 -7
- package/bundle/components/StickyBottomMenu/BurgerMenuDialog.d.ts +12 -12
- package/bundle/components/StickyBottomMenu/StickyBottomMenu.d.ts +2 -2
- package/bundle/components/StickyBottomMenu/StickyBottomMenu.mobile.d.ts +2 -2
- package/bundle/components/StickyBottomMenu/StickyBottomMenuContent.d.ts +5 -5
- package/bundle/components/StickyBottomMenu/StickyBottomMenuDialog.d.ts +9 -9
- package/bundle/components/StickyBottomMenu/StickyBottomMenuItem.d.ts +9 -9
- package/bundle/components/StickyBottomMenu/StickyBottomMenuProps.d.ts +9 -9
- package/bundle/components/StickyBottomMenu/useBottomMenuItemDialog.d.ts +19 -19
- package/bundle/components/StickyBottomMenu/useBurgerMenuDialog.d.ts +20 -20
- package/bundle/components/Tabs/TabActivationEvent.d.ts +6 -6
- package/bundle/components/Tabs/Tabs.d.ts +5 -5
- package/bundle/components/Tabs/TabsContent.d.ts +49 -49
- package/bundle/components/Tabs/renderTabs.d.ts +12 -12
- package/bundle/components/TabsLayout/TabsLayout.d.ts +5 -5
- package/bundle/components/TabsLayout/TabsLayoutContent.d.ts +49 -49
- package/bundle/components/TabsLayout/renderTabsLayout.d.ts +12 -12
- package/bundle/components/TariffsTable/EmbeddableCellData.d.ts +21 -21
- package/bundle/components/TariffsTable/TableTileHeader.d.ts +2 -2
- package/bundle/components/TariffsTable/TariffsTable.d.ts +5 -5
- package/bundle/components/TariffsTable/TariffsTableCell.d.ts +15 -15
- package/bundle/components/TariffsTable/TariffsTableContent.d.ts +106 -106
- package/bundle/components/TariffsTable/TariffsTableHorizontal.d.ts +2 -2
- package/bundle/components/TariffsTable/TariffsTableRenderCell.d.ts +12 -12
- package/bundle/components/TariffsTable/TariffsTableRow.d.ts +8 -8
- package/bundle/components/TariffsTable/TariffsTableRowContainer.d.ts +7 -7
- package/bundle/components/TariffsTable/TariffsTableTileCell.d.ts +6 -6
- package/bundle/components/TariffsTable/TariffsTableVertical.d.ts +2 -2
- package/bundle/components/TariffsTable/TariffsTableWrapper.d.ts +6 -6
- package/bundle/components/TariffsTable/constants.d.ts +4 -4
- package/bundle/components/TariffsTable/dataFixture.d.ts +5 -5
- package/bundle/components/TariffsTable/utils/getButtonAriaLabel.d.ts +2 -2
- package/bundle/components/TextBlock/TextBlock.d.ts +5 -5
- package/bundle/components/TextBlock/TextBlockContent.d.ts +15 -15
- package/bundle/components/UnitBlock/UnitBlock.d.ts +6 -6
- package/bundle/components/UnitBlock/UnitBlockContent.d.ts +6 -6
- package/bundle/components/VerticalLayout/VerticalLayout.d.ts +5 -5
- package/bundle/components/VerticalLayout/VerticalLayoutContent.d.ts +14 -14
- package/bundle/components/Video/Video.d.ts +6 -6
- package/bundle/components/Video/VideoContent.d.ts +12 -12
- package/bundle/components/Video/getPaddings.d.ts +1 -1
- package/bundle/data/CommonData.d.ts +14 -14
- package/bundle/data/FooterData.d.ts +39 -39
- package/bundle/data/HeaderData.d.ts +26 -26
- package/bundle/data/JSONRefObject.d.ts +4 -4
- package/bundle/data/NavigationData.d.ts +25 -25
- package/bundle/data/PortalData.d.ts +4 -4
- package/bundle/data/StickyMobileData.d.ts +14 -14
- package/bundle/hooks/handlerDecorator.d.ts +5 -5
- package/bundle/hooks/useActiveRoute.d.ts +2 -2
- package/bundle/hooks/useAspects/applyAspects.d.ts +3 -3
- package/bundle/hooks/useAspects/aspects/forwardQuery.d.ts +2 -2
- package/bundle/hooks/useAspects/aspects/getAspectsWithInclude.d.ts +2 -2
- package/bundle/hooks/useAspects/handleAspects.d.ts +8 -8
- package/bundle/hooks/useAspects/useAspects.d.ts +19 -19
- package/bundle/hooks/useBranches.d.ts +20 -20
- package/bundle/hooks/useBranchesByRegions.d.ts +8 -8
- package/bundle/hooks/useCarouselControls.d.ts +13 -13
- package/bundle/hooks/useClickHandler.d.ts +1 -1
- package/bundle/hooks/useExternalNS.d.ts +3 -3
- package/bundle/hooks/useForm.d.ts +22 -22
- package/bundle/hooks/useIntersectionObserver.d.ts +9 -9
- package/bundle/hooks/useJSONRef/fetchRefs.d.ts +2 -2
- package/bundle/hooks/useJSONRef/resolveBlockProps.d.ts +1 -1
- package/bundle/hooks/useJSONRef/useJSONRef.d.ts +1 -1
- package/bundle/hooks/useLink.d.ts +7 -7
- package/bundle/hooks/useLocation.d.ts +2 -2
- package/bundle/hooks/useMediaQuery.d.ts +3 -0
- package/bundle/hooks/useMobileMode.d.ts +1 -1
- package/bundle/hooks/useNormalizedInput.d.ts +12 -12
- package/bundle/hooks/useRegions.d.ts +7 -7
- package/bundle/hooks/useResizeObserver.d.ts +3 -3
- package/bundle/hooks/useRouter.d.ts +15 -19
- package/bundle/hooks/useSWRResource.d.ts +7 -7
- package/bundle/icons/IconName.d.ts +246 -246
- package/bundle/index.d.ts +11 -11
- package/bundle/model/Align.d.ts +5 -5
- package/bundle/model/AlignJustifyStyle.d.ts +2 -2
- package/bundle/model/AlignStyles.d.ts +2 -2
- package/bundle/model/AlignStyles.mobile.d.ts +1 -1
- package/bundle/model/AspectsProps.d.ts +40 -40
- package/bundle/model/Attachment.d.ts +6 -6
- package/bundle/model/BgColorVersion.d.ts +8 -8
- package/bundle/model/BlockDecorator.d.ts +16 -16
- package/bundle/model/BlockVersion.d.ts +8 -8
- package/bundle/model/BlocksRegistry.d.ts +2 -2
- package/bundle/model/Bullets.d.ts +7 -7
- package/bundle/model/ButtonVersion.d.ts +5 -5
- package/bundle/model/ContentPageBase.d.ts +25 -25
- package/bundle/model/ContentPageDef.d.ts +32 -32
- package/bundle/model/ContentPageMeta.d.ts +101 -101
- package/bundle/model/DefaultListItemType.d.ts +4 -4
- package/bundle/model/EmptyOptionType.d.ts +2 -2
- package/bundle/model/Fallback.d.ts +4 -5
- package/bundle/model/Footnote.d.ts +4 -4
- package/bundle/model/HeadlineType.d.ts +41 -41
- package/bundle/model/IconVersion.d.ts +13 -13
- package/bundle/model/ImageSize.d.ts +6 -6
- package/bundle/model/InputTypes.d.ts +1 -1
- package/bundle/model/LinkButtonVersion.d.ts +6 -6
- package/bundle/model/LinkProps.d.ts +25 -25
- package/bundle/model/ListOrientation.d.ts +8 -8
- package/bundle/model/LogoType.d.ts +14 -14
- package/bundle/model/Picture.d.ts +42 -42
- package/bundle/model/ProductColorVersion.d.ts +4 -4
- package/bundle/model/SizeVersion.d.ts +8 -8
- package/bundle/model/TableVersion.d.ts +1 -1
- package/bundle/model/VNode.d.ts +1 -1
- package/bundle/services/regionsGrantSupport/RegionsGrantSupportData.d.ts +7 -7
- package/bundle/services/search/joinMaps.d.ts +1 -1
- package/bundle/services/search/search.d.ts +12 -12
- package/bundle/services/search/textRank.d.ts +1 -1
- package/bundle/services/search/tokenize.d.ts +1 -1
- package/bundle/services/search/useSearch.d.ts +13 -13
- package/bundle/setup-fixture.d.ts +1 -1
- package/bundle/ui-kit/ARIAProps.d.ts +4 -4
- package/bundle/ui-kit/ApplicationFormLayout/ApplicationFormLayout.d.ts +5 -5
- package/bundle/ui-kit/ApplicationFormLayout/ApplicationFormLayoutContent.d.ts +9 -9
- package/bundle/ui-kit/Badge/Badge.d.ts +6 -6
- package/bundle/ui-kit/BaseFiltration/BaseFiltrationContent.d.ts +48 -48
- package/bundle/ui-kit/BaseFiltration/FilteredBlocks.d.ts +8 -8
- package/bundle/ui-kit/BaseFiltration/FiltrationForm.d.ts +13 -13
- package/bundle/ui-kit/BaseFiltration/FiltrationSchemaContent.d.ts +61 -61
- package/bundle/ui-kit/BaseFiltration/HotFilterBase.d.ts +5 -5
- package/bundle/ui-kit/BaseFiltration/filterBlocks.d.ts +2 -2
- package/bundle/ui-kit/BaseFiltration/getBadgeCount.d.ts +3 -3
- package/bundle/ui-kit/BaseFiltration/hotFilterRecordCmp.d.ts +1 -1
- package/bundle/ui-kit/BaseFiltration/renderCarouselBlocks.d.ts +6 -6
- package/bundle/ui-kit/BaseFiltration/renderGridBlocks.d.ts +10 -10
- package/bundle/ui-kit/BaseFiltration/targetMatchPattern.d.ts +1 -1
- package/bundle/ui-kit/BaseFiltration/useFiltrationForm.d.ts +12 -12
- package/bundle/ui-kit/BaseFiltration/useHotFilters.d.ts +14 -14
- package/bundle/ui-kit/BaseProductTile/BaseProductTile.d.ts +15 -15
- package/bundle/ui-kit/BaseProductTile/BaseProductTileContent.d.ts +32 -32
- package/bundle/ui-kit/BaseTile/BaseTile.d.ts +16 -16
- package/bundle/ui-kit/BenefitItem/BenefitItem.d.ts +7 -7
- package/bundle/ui-kit/BenefitItem/BenefitItemContent.d.ts +7 -7
- package/bundle/ui-kit/BenefitItem/renderBenefitDescription.d.ts +2 -2
- package/bundle/ui-kit/BenefitItem/renderBenefitIcon.d.ts +4 -4
- package/bundle/ui-kit/BenefitItem/renderBenefitLabel.d.ts +2 -2
- package/bundle/ui-kit/BenefitItem/renderBenefitText.d.ts +6 -6
- package/bundle/ui-kit/BenefitsList/BenefitsList.d.ts +2 -2
- package/bundle/ui-kit/BenefitsList/BenefitsListContent.d.ts +16 -16
- package/bundle/ui-kit/BenefitsList/BenefitsListProps.d.ts +5 -5
- package/bundle/ui-kit/BenefitsList/DefaultBenefitsList.d.ts +2 -2
- package/bundle/ui-kit/BenefitsList/TabularBenefitsList.d.ts +2 -2
- package/bundle/ui-kit/BlockWrapper.d.ts +10 -10
- package/bundle/ui-kit/Button/Button.d.ts +13 -13
- package/bundle/ui-kit/Button/useButton.d.ts +2 -2
- package/bundle/ui-kit/Calculator/CalculatorLayout.d.ts +5 -5
- package/bundle/ui-kit/Calculator/CalculatorProps.d.ts +29 -29
- package/bundle/ui-kit/Calculator/CalculatorStyle.d.ts +7 -7
- package/bundle/ui-kit/Calculator/CalculatorValueBlock.d.ts +12 -12
- package/bundle/ui-kit/Calculator/Rate.d.ts +11 -11
- package/bundle/ui-kit/Calculator/UnknownRate.d.ts +5 -5
- package/bundle/ui-kit/Calculator/calculatorConstants.d.ts +5 -5
- package/bundle/ui-kit/Calculator/getDefaultParams.d.ts +5 -5
- package/bundle/ui-kit/Calculator/getDefaultValues.d.ts +3 -3
- package/bundle/ui-kit/Calculator/getMonthlyPayment.d.ts +11 -11
- package/bundle/ui-kit/Calculator/rangeHelpers.d.ts +7 -7
- package/bundle/ui-kit/Calculator/renderBinaryRadioButtonGroup.d.ts +14 -14
- package/bundle/ui-kit/Calculator/renderDaysInput.d.ts +3 -3
- package/bundle/ui-kit/Calculator/renderFootnote.d.ts +2 -2
- package/bundle/ui-kit/Calculator/renderMonthsInput.d.ts +7 -7
- package/bundle/ui-kit/Calculator/renderPaymentType.d.ts +3 -3
- package/bundle/ui-kit/Calculator/renderPayout.d.ts +3 -3
- package/bundle/ui-kit/Calculator/renderRate.d.ts +10 -10
- package/bundle/ui-kit/Calculator/renderWantedSumInput.d.ts +8 -8
- package/bundle/ui-kit/Calculator/setDefaultParamsCalc.d.ts +12 -12
- package/bundle/ui-kit/Checkbox/Checkbox.d.ts +2 -2
- package/bundle/ui-kit/Checkbox/CheckboxProps.d.ts +9 -9
- package/bundle/ui-kit/Checkbox/CheckboxWithError.d.ts +2 -2
- package/bundle/ui-kit/Checkbox/checkboxStyle.d.ts +1 -1
- package/bundle/ui-kit/ClientOnly.d.ts +1 -1
- package/bundle/ui-kit/ControlProps.d.ts +4 -4
- package/bundle/ui-kit/ControlStateProps.d.ts +4 -4
- package/bundle/ui-kit/CookiePopup/CookiePopup.d.ts +6 -6
- package/bundle/ui-kit/CurrencyInput/CurrencyInput.d.ts +2 -2
- package/bundle/ui-kit/CurrencyInput/adjustValue.d.ts +3 -3
- package/bundle/ui-kit/DatePicker/Calendar.d.ts +10 -10
- package/bundle/ui-kit/DatePicker/DatePicker.d.ts +10 -10
- package/bundle/ui-kit/DatePicker/DatePickerControl.d.ts +9 -9
- package/bundle/ui-kit/DatePicker/getYears.d.ts +1 -1
- package/bundle/ui-kit/DatePicker/months.d.ts +1 -1
- package/bundle/ui-kit/DatePicker/renderCalendarCells.d.ts +12 -12
- package/bundle/ui-kit/DatePicker/useDatePickerManager.d.ts +26 -26
- package/bundle/ui-kit/DialogManager/CloseButton.d.ts +7 -7
- package/bundle/ui-kit/DialogManager/Dialog.d.ts +9 -9
- package/bundle/ui-kit/DialogManager/DialogAction.d.ts +12 -12
- package/bundle/ui-kit/DialogManager/DialogManager.d.ts +2 -2
- package/bundle/ui-kit/DialogManager/isDialogOpen.d.ts +2 -2
- package/bundle/ui-kit/DialogManager/useDialogManager.d.ts +10 -10
- package/bundle/ui-kit/DialogManager/useDialogsList.d.ts +7 -7
- package/bundle/ui-kit/Foldable/DefaultFoldButton.d.ts +15 -15
- package/bundle/ui-kit/Foldable/Foldable.d.ts +10 -10
- package/bundle/ui-kit/Foldable/FoldablePartProps.d.ts +4 -4
- package/bundle/ui-kit/Foldable/FoldableSection.d.ts +5 -5
- package/bundle/ui-kit/HeaderItem/HeaderItem.d.ts +2 -2
- package/bundle/ui-kit/HeaderItem/HeaderItem.mobile.d.ts +3 -3
- package/bundle/ui-kit/Heading/Heading.d.ts +2 -2
- package/bundle/ui-kit/Heading/HeadingProps.d.ts +19 -19
- package/bundle/ui-kit/Heading/headingTag.d.ts +2 -2
- package/bundle/ui-kit/Heading/headingTag.mobile.d.ts +2 -2
- package/bundle/ui-kit/Icon/Icon.d.ts +2 -2
- package/bundle/ui-kit/Icon/IconProps.d.ts +29 -29
- package/bundle/ui-kit/Icon/RoundedIcon.d.ts +7 -7
- package/bundle/ui-kit/Img/Img.d.ts +2 -2
- package/bundle/ui-kit/Img/ImgAsPicture.d.ts +2 -2
- package/bundle/ui-kit/Img/ImgProps.d.ts +9 -9
- package/bundle/ui-kit/InnerTable/InnerTable.d.ts +5 -5
- package/bundle/ui-kit/InnerTable/InnerTableBody.d.ts +6 -6
- package/bundle/ui-kit/InnerTable/InnerTableBodyItem.d.ts +5 -5
- package/bundle/ui-kit/InnerTable/InnerTableBodyItem.mobile.d.ts +5 -5
- package/bundle/ui-kit/InnerTable/InnerTableButton.d.ts +8 -8
- package/bundle/ui-kit/InnerTable/InnerTableHeader.d.ts +7 -7
- package/bundle/ui-kit/InnerTable/InnerTableProps.d.ts +21 -21
- package/bundle/ui-kit/InnerTable/getHorizontalShift.d.ts +2 -2
- package/bundle/ui-kit/InnerTable/linkButtonVersion.d.ts +1 -1
- package/bundle/ui-kit/InnerTable/linkButtonVersion.mobile.d.ts +1 -1
- package/bundle/ui-kit/InnerTable/renderInnerTableRow.d.ts +3 -3
- package/bundle/ui-kit/InnerTable/useTariffsInnerTableData.d.ts +1 -1
- package/bundle/ui-kit/Input/Input.d.ts +2 -2
- package/bundle/ui-kit/Input/InputControl.d.ts +2 -2
- package/bundle/ui-kit/Input/InputPhoneControl.d.ts +2 -2
- package/bundle/ui-kit/Input/InputProps.d.ts +20 -20
- package/bundle/ui-kit/Input/inputValidStyle.d.ts +1 -1
- package/bundle/ui-kit/Input/renderErrorText.d.ts +2 -2
- package/bundle/ui-kit/Input/renderLabel.d.ts +2 -2
- package/bundle/ui-kit/InputRange/InputRange.d.ts +2 -2
- package/bundle/ui-kit/InputRange/InputRangeProps.d.ts +11 -11
- package/bundle/ui-kit/InputRange/parseDecimal.d.ts +1 -1
- package/bundle/ui-kit/InputRange/renderRangeWithTicks.d.ts +12 -12
- package/bundle/ui-kit/LinkButton/ArrowButton.d.ts +7 -7
- package/bundle/ui-kit/LinkButton/ButtonInner.d.ts +3 -3
- package/bundle/ui-kit/LinkButton/ButtonsSectionContent.d.ts +8 -8
- package/bundle/ui-kit/LinkButton/GetButtonClassParams.d.ts +7 -7
- package/bundle/ui-kit/LinkButton/LinkButton.d.ts +3 -3
- package/bundle/ui-kit/LinkButton/LinkButtonContent.d.ts +23 -23
- package/bundle/ui-kit/LinkButton/LinkButtonProps.d.ts +17 -17
- package/bundle/ui-kit/LinkButton/buttonClassNameConstants.d.ts +9 -9
- package/bundle/ui-kit/LinkButton/getDisabledButtonClasses.d.ts +3 -3
- package/bundle/ui-kit/LinkButton/getRegularButtonClasses.d.ts +3 -3
- package/bundle/ui-kit/LinkButton/renderArrows.d.ts +13 -13
- package/bundle/ui-kit/LinkButton/renderButtonsSection.d.ts +10 -10
- package/bundle/ui-kit/LinkButton/useFormSubmit.d.ts +4 -4
- package/bundle/ui-kit/LinkWrapper/LinkWrapper.d.ts +10 -10
- package/bundle/ui-kit/ListControlProps.d.ts +4 -4
- package/bundle/ui-kit/LocationDialog/LocationDialog.d.ts +6 -6
- package/bundle/ui-kit/LocationDialog/SearchBar.d.ts +6 -6
- package/bundle/ui-kit/LocationDialog/renderForeignOffices.d.ts +3 -3
- package/bundle/ui-kit/LocationDialog/renderRegion.d.ts +6 -6
- package/bundle/ui-kit/LocationDialog/renderRegionGroup.d.ts +4 -4
- package/bundle/ui-kit/LocationDialog/useLocationDialog.d.ts +6 -6
- package/bundle/ui-kit/Logo/Logo.d.ts +12 -12
- package/bundle/ui-kit/Logo/iconSize.d.ts +4 -4
- package/bundle/ui-kit/Logo/iconSize.mobile.d.ts +4 -4
- package/bundle/ui-kit/Logo/logoTitleSizeStyle.d.ts +1 -1
- package/bundle/ui-kit/Logo/logoTitleSizeStyle.mobile.d.ts +1 -1
- package/bundle/ui-kit/Logo/renderImage.d.ts +6 -6
- package/bundle/ui-kit/NotFound/NotFound.d.ts +2 -2
- package/bundle/ui-kit/NumberInput/NumberInput.d.ts +8 -8
- package/bundle/ui-kit/Pagination/PageSizeSelector.d.ts +7 -7
- package/bundle/ui-kit/Pagination/Pagination.d.ts +9 -9
- package/bundle/ui-kit/Pagination/PaginationContainer.d.ts +7 -7
- package/bundle/ui-kit/Pagination/paginationBlockStyle.d.ts +1 -1
- package/bundle/ui-kit/Pagination/renderPages.d.ts +3 -3
- package/bundle/ui-kit/Pagination/shouldRenderPage.d.ts +1 -1
- package/bundle/ui-kit/Paragraph/Paragraph.d.ts +2 -2
- package/bundle/ui-kit/Paragraph/ParagraphProps.d.ts +7 -7
- package/bundle/ui-kit/PhoneInput/PhoneInput.d.ts +2 -2
- package/bundle/ui-kit/PhoneInput/normalizePhone.d.ts +1 -1
- package/bundle/ui-kit/PopupManager/PopupAction.d.ts +16 -16
- package/bundle/ui-kit/PopupManager/PopupManager.d.ts +2 -2
- package/bundle/ui-kit/PopupManager/usePopupManager.d.ts +7 -7
- package/bundle/ui-kit/PreventableEvent.d.ts +7 -7
- package/bundle/ui-kit/PriceList/PriceList.d.ts +2 -2
- package/bundle/ui-kit/PriceList/PriceListProps.d.ts +9 -9
- package/bundle/ui-kit/Radio/Radio.d.ts +2 -2
- package/bundle/ui-kit/Radio/RadioProps.d.ts +8 -8
- package/bundle/ui-kit/RadioButtonGroup/RadioButtonGroup.d.ts +15 -15
- package/bundle/ui-kit/ReportDialog/ReportDialog.d.ts +5 -5
- package/bundle/ui-kit/ReportDialog/useReportDialog.d.ts +6 -6
- package/bundle/ui-kit/ResponseTypeDialog/ResponseTypeDialog.d.ts +4 -4
- package/bundle/ui-kit/ResponseTypeDialog/useResponseTypeDialog.d.ts +8 -8
- package/bundle/ui-kit/RichText/RichText.d.ts +2 -2
- package/bundle/ui-kit/RichText/RichTextProps.d.ts +20 -20
- package/bundle/ui-kit/RichText/getHtmlText.d.ts +1 -1
- package/bundle/ui-kit/SVG.d.ts +21 -21
- package/bundle/ui-kit/SearchBar/SearchBar.d.ts +9 -9
- package/bundle/ui-kit/SearchDialog/SearchDialog.d.ts +6 -6
- package/bundle/ui-kit/SearchDialog/SearchInput.d.ts +9 -9
- package/bundle/ui-kit/SearchDialog/useSearchDialog.d.ts +6 -6
- package/bundle/ui-kit/Select/Option.d.ts +4 -4
- package/bundle/ui-kit/Select/Select.d.ts +16 -16
- package/bundle/ui-kit/Select/SelectControl.d.ts +9 -9
- package/bundle/ui-kit/Select/SelectPopup.d.ts +13 -13
- package/bundle/ui-kit/Select/filterOptions.d.ts +2 -2
- package/bundle/ui-kit/Select/formatOption.d.ts +2 -2
- package/bundle/ui-kit/Select/useSelectPopup.d.ts +9 -9
- package/bundle/ui-kit/Shimmer/Shimmer.d.ts +5 -5
- package/bundle/ui-kit/Sitemap/Sitemap.d.ts +2 -2
- package/bundle/ui-kit/Sitemap/Sitemap.mobile.d.ts +2 -2
- package/bundle/ui-kit/Sitemap/SitemapProps.d.ts +5 -5
- package/bundle/ui-kit/Sitemap/isVisibleItem.d.ts +2 -2
- package/bundle/ui-kit/SlideCheckbox/SlideCheckbox.d.ts +8 -8
- package/bundle/ui-kit/SlideCheckboxGroup/SlideCheckboxGroup.d.ts +11 -11
- package/bundle/ui-kit/SwipeListControl/SwipeListContainer.d.ts +22 -22
- package/bundle/ui-kit/SwipeListControl/SwipeListControl.d.ts +14 -14
- package/bundle/ui-kit/SwipeListControl/SwipeListControlContent.d.ts +33 -33
- package/bundle/ui-kit/SwipeListControl/SwipeListDots.d.ts +14 -14
- package/bundle/ui-kit/SwipeListControl/SwipeListItem.d.ts +14 -14
- package/bundle/ui-kit/SwipeListControl/SwipeListScrollButtons.d.ts +8 -8
- package/bundle/ui-kit/SwipeListControl/getContainerHeight.d.ts +4 -4
- package/bundle/ui-kit/SwipeListControl/scrollBy.d.ts +1 -1
- package/bundle/ui-kit/SwipeListControl/scrollToEnd.d.ts +1 -1
- package/bundle/ui-kit/SwipeListControl/scrollToStart.d.ts +1 -1
- package/bundle/ui-kit/SwipeListControl/useSwipeListScroll.d.ts +17 -17
- package/bundle/ui-kit/TableArrowScrollControl/TableArrowScrollControl.d.ts +2 -2
- package/bundle/ui-kit/TableArrowScrollControl/TableArrowScrollControlProps.d.ts +9 -9
- package/bundle/ui-kit/TabsControl/ScrollableTabsControl.d.ts +2 -2
- package/bundle/ui-kit/TabsControl/TabItem.d.ts +17 -17
- package/bundle/ui-kit/TabsControl/TabItemInner.d.ts +7 -7
- package/bundle/ui-kit/TabsControl/TabsControl.d.ts +2 -2
- package/bundle/ui-kit/TabsControl/TabsControlProps.d.ts +20 -20
- package/bundle/ui-kit/TabsControl/renderTab.d.ts +4 -4
- package/bundle/ui-kit/TabsControl/renderTabItemInner.d.ts +11 -11
- package/bundle/ui-kit/Tags/Tags.d.ts +6 -6
- package/bundle/ui-kit/Tags/TagsContent.d.ts +6 -6
- package/bundle/ui-kit/Text/Text.d.ts +9 -9
- package/bundle/ui-kit/Text/TextProps.d.ts +28 -28
- package/bundle/ui-kit/TextWithIcon/TextWithIcon.d.ts +13 -13
- package/bundle/ui-kit/TopItem/TopItem.d.ts +11 -11
- package/bundle/ui-kit/Unit/Unit.d.ts +2 -2
- package/bundle/ui-kit/Unit/UnitProps.d.ts +8 -8
- package/bundle/ui-kit/YandexMap/YandexMap.d.ts +8 -8
- package/bundle/ui-kit/YandexMap/ZoomButton.d.ts +7 -7
- package/bundle/ui-kit/YandexMap/defaultStyle.d.ts +6 -6
- package/bundle/ui-kit/YandexMap/mockPoints.d.ts +5 -5
- package/bundle/ui-kit/YandexMap/renderClusterer.d.ts +7 -7
- package/bundle/ui-kit/YandexMap/renderSearchField.d.ts +4 -4
- package/bundle/ui-kit/YandexMap/renderUserGeolocation.d.ts +5 -5
- package/bundle/ui-kit/YandexMap/useYandexMaps.d.ts +2 -2
- package/bundle/utils/BoolComparator.d.ts +11 -11
- package/bundle/utils/Comparator.d.ts +4 -4
- package/bundle/utils/Nullable.d.ts +1 -1
- package/bundle/utils/adjustBase.d.ts +1 -1
- package/bundle/utils/adjustHref.d.ts +5 -5
- package/bundle/utils/adjustSessionQuery.d.ts +1 -1
- package/bundle/utils/adjustSrc.d.ts +2 -2
- package/bundle/utils/appendSlash.d.ts +1 -1
- package/bundle/utils/areArraysEqual.d.ts +1 -1
- package/bundle/utils/arrayByRange.d.ts +1 -1
- package/bundle/utils/assertNonEmpty.d.ts +1 -1
- package/bundle/utils/assertUnreachable.d.ts +1 -1
- package/bundle/utils/avg.d.ts +1 -1
- package/bundle/utils/clamp.d.ts +1 -1
- package/bundle/utils/dataAttributes.d.ts +6 -6
- package/bundle/utils/debounce.d.ts +5 -5
- package/bundle/utils/deviation.d.ts +1 -1
- package/bundle/utils/dirname.d.ts +1 -1
- package/bundle/utils/fetchJSON.d.ts +3 -3
- package/bundle/utils/fetchMultitudeJSON.d.ts +2 -2
- package/bundle/utils/formatBytes.d.ts +1 -1
- package/bundle/utils/formatDate.d.ts +1 -1
- package/bundle/utils/formatPhone.d.ts +1 -1
- package/bundle/utils/getBasePath.d.ts +1 -1
- package/bundle/utils/getBorderStyle.d.ts +1 -1
- package/bundle/utils/getColSpan.d.ts +1 -1
- package/bundle/utils/getCurrentDate.d.ts +1 -1
- package/bundle/utils/getGeolocation.d.ts +1 -1
- package/bundle/utils/getInnerPadding.d.ts +2 -2
- package/bundle/utils/getSanitizedValue.d.ts +1 -1
- package/bundle/utils/getSessionQuery.d.ts +1 -1
- package/bundle/utils/getUrlParams.d.ts +1 -1
- package/bundle/utils/getVersion.d.ts +2 -2
- package/bundle/utils/groupBy.d.ts +1 -1
- package/bundle/utils/identity.d.ts +1 -1
- package/bundle/utils/isEmpty.d.ts +1 -1
- package/bundle/utils/isIcon.d.ts +2 -2
- package/bundle/utils/isOdd.d.ts +1 -1
- package/bundle/utils/isOnlyDigits.d.ts +1 -1
- package/bundle/utils/isPictureSizeEmpty.d.ts +2 -2
- package/bundle/utils/isUUID.d.ts +1 -1
- package/bundle/utils/jaroWinklerDistance.d.ts +1 -1
- package/bundle/utils/joinList.d.ts +1 -1
- package/bundle/utils/mapChildren.d.ts +2 -2
- package/bundle/utils/mapCookie.d.ts +1 -1
- package/bundle/utils/maxBy.d.ts +3 -3
- package/bundle/utils/mergeIntervals.d.ts +1 -1
- package/bundle/utils/minBy.d.ts +2 -2
- package/bundle/utils/noop.d.ts +1 -1
- package/bundle/utils/roundTo.d.ts +1 -1
- package/bundle/utils/style.d.ts +5 -5
- package/bundle/utils/sum.d.ts +1 -1
- package/bundle/utils/tableFunc.d.ts +17 -17
- package/bundle/utils/toLocalNumberFormat.d.ts +3 -3
- package/bundle/utils/unique.d.ts +1 -1
- package/bundle/utils/url.d.ts +7 -7
- package/bundle/utils/zip.d.ts +4 -4
- package/bundle/validation/and.d.ts +2 -2
- package/bundle/validation/objectValidator.d.ts +2 -2
- package/bundle/validation/pattern.d.ts +1 -1
- package/bundle/validation/required.d.ts +1 -1
- package/bundle/validation/validator.d.ts +10 -10
- package/bundle/validation/withValidator.d.ts +10 -10
- package/dist/BlockRenderer/BlockRendererOptions.d.ts +11 -11
- package/dist/BlockRenderer/BlockRendererOptions.js +1 -1
- package/dist/BlockRenderer/defaultBlockDecorator.d.ts +2 -2
- package/dist/BlockRenderer/defaultBlockDecorator.js +4 -4
- package/dist/BlockRenderer/getParentBlockContent.d.ts +2 -2
- package/dist/BlockRenderer/getParentBlockContent.js +8 -8
- package/dist/BlockRenderer/getParentBlockDef.d.ts +3 -3
- package/dist/BlockRenderer/getParentBlockDef.js +6 -6
- package/dist/BlockRenderer/renderBlock.d.ts +5 -5
- package/dist/BlockRenderer/renderBlock.js +26 -26
- package/dist/BlockRenderer/renderBlockList.d.ts +12 -12
- package/dist/BlockRenderer/renderBlockList.js +18 -18
- package/dist/BlockRenderer/renderChildren.d.ts +11 -11
- package/dist/BlockRenderer/renderChildren.js +12 -12
- package/dist/Env.d.ts +7 -7
- package/dist/Env.js +12 -12
- package/dist/EventBus/EventBus.d.ts +8 -8
- package/dist/EventBus/EventBus.js +30 -30
- package/dist/EventBus/defaultEventBus.d.ts +15 -15
- package/dist/EventBus/defaultEventBus.js +4 -4
- package/dist/EventBus/useLatestEvent.d.ts +2 -2
- package/dist/EventBus/useLatestEvent.js +10 -10
- package/dist/ProjectSettings.d.ts +13 -13
- package/dist/ProjectSettings.js +15 -15
- package/dist/UniBlock/UniBlock.d.ts +17 -17
- package/dist/UniBlock/UniBlock.js +16 -16
- package/dist/UniBlock/UniBlockProps.d.ts +25 -25
- package/dist/UniBlock/UniBlockProps.js +1 -1
- package/dist/UniBlock/extractContent.d.ts +6 -6
- package/dist/UniBlock/extractContent.js +4 -4
- package/dist/api/DaDataAPI.d.ts +15 -15
- package/dist/api/DaDataAPI.js +32 -32
- package/dist/api/LeadServiceAPI.d.ts +24 -24
- package/dist/api/LeadServiceAPI.js +60 -60
- package/dist/components/AdTile/AdTile.d.ts +6 -6
- package/dist/components/AdTile/AdTile.js +15 -15
- package/dist/components/AdTile/AdTileContent.d.ts +5 -5
- package/dist/components/AdTile/AdTileContent.js +1 -1
- package/dist/components/ApplicationForm/AcquiringField.d.ts +5 -5
- package/dist/components/ApplicationForm/AcquiringField.js +28 -28
- package/dist/components/ApplicationForm/AddressBranchField.d.ts +6 -6
- package/dist/components/ApplicationForm/AddressBranchField.js +27 -27
- package/dist/components/ApplicationForm/AmountField.d.ts +2 -2
- package/dist/components/ApplicationForm/AmountField.js +9 -9
- package/dist/components/ApplicationForm/ApplicationForm.d.ts +6 -6
- package/dist/components/ApplicationForm/ApplicationForm.js +68 -68
- package/dist/components/ApplicationForm/ApplicationFormContent.d.ts +107 -107
- package/dist/components/ApplicationForm/ApplicationFormContent.js +2 -2
- package/dist/components/ApplicationForm/CommentField.d.ts +2 -2
- package/dist/components/ApplicationForm/CommentField.js +8 -8
- package/dist/components/ApplicationForm/CustomFieldProps.d.ts +6 -6
- package/dist/components/ApplicationForm/CustomFieldProps.js +1 -1
- package/dist/components/ApplicationForm/FeedbackMethodField.d.ts +2 -2
- package/dist/components/ApplicationForm/FeedbackMethodField.js +9 -9
- package/dist/components/ApplicationForm/FeedbackTypeField.d.ts +2 -2
- package/dist/components/ApplicationForm/FeedbackTypeField.js +18 -18
- package/dist/components/ApplicationForm/Footnote.d.ts +7 -7
- package/dist/components/ApplicationForm/Footnote.js +8 -8
- package/dist/components/ApplicationForm/IsClientField.d.ts +2 -2
- package/dist/components/ApplicationForm/IsClientField.js +6 -6
- package/dist/components/ApplicationForm/OnlineCheckoutField.d.ts +2 -2
- package/dist/components/ApplicationForm/OnlineCheckoutField.js +7 -7
- package/dist/components/ApplicationForm/PartnerCommentsField.d.ts +2 -2
- package/dist/components/ApplicationForm/PartnerCommentsField.js +13 -13
- package/dist/components/ApplicationForm/PosTerminalField.d.ts +2 -2
- package/dist/components/ApplicationForm/PosTerminalField.js +7 -7
- package/dist/components/ApplicationForm/RegionField.d.ts +2 -2
- package/dist/components/ApplicationForm/RegionField.js +13 -13
- package/dist/components/ApplicationForm/RegionPremiumField.d.ts +2 -2
- package/dist/components/ApplicationForm/RegionPremiumField.js +17 -17
- package/dist/components/ApplicationForm/ServiceDirectionField.d.ts +2 -2
- package/dist/components/ApplicationForm/ServiceDirectionField.js +9 -9
- package/dist/components/ApplicationForm/TermField.d.ts +2 -2
- package/dist/components/ApplicationForm/TermField.js +9 -9
- package/dist/components/ApplicationForm/UltraPremiumField.d.ts +2 -2
- package/dist/components/ApplicationForm/UltraPremiumField.js +9 -9
- package/dist/components/ApplicationForm/VedField.d.ts +3 -3
- package/dist/components/ApplicationForm/VedField.js +22 -22
- package/dist/components/ApplicationForm/contants.d.ts +5 -5
- package/dist/components/ApplicationForm/contants.js +24 -24
- package/dist/components/ApplicationForm/getField.d.ts +8 -8
- package/dist/components/ApplicationForm/getField.js +70 -70
- package/dist/components/ApplicationForm/getFormatData.d.ts +2 -2
- package/dist/components/ApplicationForm/getFormatData.js +25 -25
- package/dist/components/ApplicationForm/getInitialFormState.d.ts +24 -24
- package/dist/components/ApplicationForm/getInitialFormState.js +43 -43
- package/dist/components/ApplicationForm/getNamesFromInput.d.ts +2 -2
- package/dist/components/ApplicationForm/getNamesFromInput.js +4 -4
- package/dist/components/ApplicationForm/getObjectValidator.d.ts +4 -4
- package/dist/components/ApplicationForm/getObjectValidator.js +32 -32
- package/dist/components/ApplicationForm/getPartnerComments.d.ts +2 -2
- package/dist/components/ApplicationForm/getPartnerComments.js +15 -15
- package/dist/components/ApplicationForm/getValidation.d.ts +3 -3
- package/dist/components/ApplicationForm/getValidation.js +5 -5
- package/dist/components/ApplicationForm/renderAgreementSubmit.d.ts +5 -5
- package/dist/components/ApplicationForm/renderAgreementSubmit.js +12 -12
- package/dist/components/ApplicationForm/renderContacts.d.ts +2 -2
- package/dist/components/ApplicationForm/renderContacts.js +7 -7
- package/dist/components/ApplicationForm/renderSubmitButton.d.ts +3 -3
- package/dist/components/ApplicationForm/renderSubmitButton.js +7 -7
- package/dist/components/ApplicationForm/validators.d.ts +6 -6
- package/dist/components/ApplicationForm/validators.js +12 -12
- package/dist/components/BankAccountFiltration/BankAccountFiltration.d.ts +6 -6
- package/dist/components/BankAccountFiltration/BankAccountFiltration.js +35 -35
- package/dist/components/BankAccountFiltration/BankAccountFiltrationContent.d.ts +22 -22
- package/dist/components/BankAccountFiltration/BankAccountFiltrationContent.js +1 -1
- package/dist/components/BenefitsBlock/BenefitsBlock.d.ts +6 -6
- package/dist/components/BenefitsBlock/BenefitsBlock.js +14 -14
- package/dist/components/BenefitsBlock/BenefitsBlockContent.d.ts +21 -21
- package/dist/components/BenefitsBlock/BenefitsBlockContent.js +1 -1
- package/dist/components/BenefitsBlock/defaultIconSize.d.ts +1 -1
- package/dist/components/BenefitsBlock/defaultIconSize.js +3 -3
- package/dist/components/BenefitsBlock/defaultIconSize.mobile.d.ts +1 -1
- package/dist/components/BenefitsBlock/defaultIconSize.mobile.js +3 -3
- package/dist/components/Blocks.d.ts +2 -2
- package/dist/components/Blocks.js +110 -110
- package/dist/components/Blocks.mobile.d.ts +2 -2
- package/dist/components/Blocks.mobile.js +100 -100
- package/dist/components/BonusBenefitsBlock/BonusBenefitsBlock.d.ts +5 -5
- package/dist/components/BonusBenefitsBlock/BonusBenefitsBlock.js +11 -11
- package/dist/components/BonusBenefitsBlock/BonusBenefitsBlockContent.d.ts +26 -26
- package/dist/components/BonusBenefitsBlock/BonusBenefitsBlockContent.js +1 -1
- package/dist/components/BonusBenefitsBlock/bonusBenefitStyles.d.ts +1 -1
- package/dist/components/BonusBenefitsBlock/bonusBenefitStyles.js +3 -3
- package/dist/components/BonusBenefitsBlock/bonusBenefitStyles.mobile.d.ts +1 -1
- package/dist/components/BonusBenefitsBlock/bonusBenefitStyles.mobile.js +3 -3
- package/dist/components/BonusBenefitsBlock/renderBonusBenefit.d.ts +4 -4
- package/dist/components/BonusBenefitsBlock/renderBonusBenefit.js +9 -9
- package/dist/components/BonusBenefitsBlock/renderBonusBenefits.d.ts +4 -4
- package/dist/components/BonusBenefitsBlock/renderBonusBenefits.js +18 -18
- package/dist/components/BonusBenefitsBlock/renderBonusBenefits.mobile.d.ts +4 -4
- package/dist/components/BonusBenefitsBlock/renderBonusBenefits.mobile.js +7 -7
- package/dist/components/ButtonsBlock/ButtonsBlock.d.ts +6 -6
- package/dist/components/ButtonsBlock/ButtonsBlock.js +12 -12
- package/dist/components/ButtonsBlock/ButtonsBlockContent.d.ts +10 -10
- package/dist/components/ButtonsBlock/ButtonsBlockContent.js +1 -1
- package/dist/components/CalculatorBonus/CalculatorBonus.d.ts +9 -9
- package/dist/components/CalculatorBonus/CalculatorBonus.js +47 -47
- package/dist/components/CalculatorBonus/CalculatorBonusContent.d.ts +6 -6
- package/dist/components/CalculatorBonus/CalculatorBonusContent.js +1 -1
- package/dist/components/CalculatorBonus/getBonus.d.ts +2 -2
- package/dist/components/CalculatorBonus/getBonus.js +24 -24
- package/dist/components/CalculatorBonus/getBonusCalculatorParams.d.ts +36 -36
- package/dist/components/CalculatorBonus/getBonusCalculatorParams.js +26 -26
- package/dist/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.d.ts +5 -5
- package/dist/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.js +59 -59
- package/dist/components/CalculatorBusinessDeposit/CalculatorBusinessDepositContent.d.ts +52 -52
- package/dist/components/CalculatorBusinessDeposit/CalculatorBusinessDepositContent.js +1 -1
- package/dist/components/CalculatorBusinessDeposit/useBusinessDepositParams.d.ts +26 -26
- package/dist/components/CalculatorBusinessDeposit/useBusinessDepositParams.js +69 -69
- package/dist/components/CalculatorBusinessDeposit/useBusinessDepositRates.d.ts +4 -4
- package/dist/components/CalculatorBusinessDeposit/useBusinessDepositRates.js +14 -14
- package/dist/components/CalculatorCredit/CalculatorCredit.d.ts +8 -8
- package/dist/components/CalculatorCredit/CalculatorCredit.js +87 -87
- package/dist/components/CalculatorCredit/CalculatorCreditContent.d.ts +53 -53
- package/dist/components/CalculatorCredit/CalculatorCreditContent.js +1 -1
- package/dist/components/CalculatorCredit/checkCreditSourceBookRowCommonParams.d.ts +8 -8
- package/dist/components/CalculatorCredit/checkCreditSourceBookRowCommonParams.js +27 -27
- package/dist/components/CalculatorCredit/defaultCreditCalculatorParams.d.ts +2 -2
- package/dist/components/CalculatorCredit/defaultCreditCalculatorParams.js +16 -16
- package/dist/components/CalculatorCredit/getCreditCalculatorLimitParams.d.ts +8 -8
- package/dist/components/CalculatorCredit/getCreditCalculatorLimitParams.js +9 -9
- package/dist/components/CalculatorCredit/getCreditCalculatorParams.d.ts +2 -2
- package/dist/components/CalculatorCredit/getCreditCalculatorParams.js +40 -40
- package/dist/components/CalculatorCredit/getCreditCalculatorRateParams.d.ts +9 -9
- package/dist/components/CalculatorCredit/getCreditCalculatorRateParams.js +13 -13
- package/dist/components/CalculatorCredit/isDefaultParams.d.ts +2 -2
- package/dist/components/CalculatorCredit/isDefaultParams.js +4 -4
- package/dist/components/CalculatorDeposit/CalculatorDeposit.d.ts +9 -9
- package/dist/components/CalculatorDeposit/CalculatorDeposit.js +130 -130
- package/dist/components/CalculatorDeposit/CalculatorDepositContent.d.ts +41 -41
- package/dist/components/CalculatorDeposit/CalculatorDepositContent.js +1 -1
- package/dist/components/CalculatorDeposit/getDepositCalculatorParams.d.ts +27 -27
- package/dist/components/CalculatorDeposit/getDepositCalculatorParams.js +80 -80
- package/dist/components/CalculatorDeposit/isNotRubles.d.ts +1 -1
- package/dist/components/CalculatorDeposit/isNotRubles.js +4 -4
- package/dist/components/CalculatorDeposit/renderDepositParamsForm.d.ts +5 -5
- package/dist/components/CalculatorDeposit/renderDepositParamsForm.js +49 -49
- package/dist/components/CalculatorDeposit/renderDepositResult.d.ts +13 -13
- package/dist/components/CalculatorDeposit/renderDepositResult.js +10 -10
- package/dist/components/CalculatorDeposit/renderPaymentType.d.ts +3 -3
- package/dist/components/CalculatorDeposit/renderPaymentType.js +12 -12
- package/dist/components/CalculatorDeposit/renderRegistrationType.d.ts +3 -3
- package/dist/components/CalculatorDeposit/renderRegistrationType.js +11 -11
- package/dist/components/CalculatorRefinancing/CalculatorRefinancing.d.ts +9 -9
- package/dist/components/CalculatorRefinancing/CalculatorRefinancing.js +71 -71
- package/dist/components/CalculatorRefinancing/CalculatorRefinancingContent.d.ts +10 -10
- package/dist/components/CalculatorRefinancing/CalculatorRefinancingContent.js +1 -1
- package/dist/components/CalculatorRefinancing/checkRefinancingSourceBookRowCommonParams.d.ts +9 -9
- package/dist/components/CalculatorRefinancing/checkRefinancingSourceBookRowCommonParams.js +17 -17
- package/dist/components/CalculatorRefinancing/getRefinancingCalculatorLimitParams.d.ts +9 -9
- package/dist/components/CalculatorRefinancing/getRefinancingCalculatorLimitParams.js +9 -9
- package/dist/components/CalculatorRefinancing/getRefinancingCalculatorParams.d.ts +32 -32
- package/dist/components/CalculatorRefinancing/getRefinancingCalculatorParams.js +45 -45
- package/dist/components/CalculatorRefinancing/getRefinancingCalculatorRateParams.d.ts +13 -13
- package/dist/components/CalculatorRefinancing/getRefinancingCalculatorRateParams.js +36 -36
- package/dist/components/CardTransfer/CardTransfer.d.ts +5 -5
- package/dist/components/CardTransfer/CardTransfer.js +30 -30
- package/dist/components/CardTransfer/CardTransferContent.d.ts +14 -14
- package/dist/components/CardTransfer/CardTransferContent.js +1 -1
- package/dist/components/Carousel/Carousel.d.ts +6 -6
- package/dist/components/Carousel/Carousel.js +28 -28
- package/dist/components/Carousel/CarouselContent.d.ts +20 -20
- package/dist/components/Carousel/CarouselContent.js +1 -1
- package/dist/components/Carousel/itemsGap.d.ts +1 -1
- package/dist/components/Carousel/itemsGap.js +3 -3
- package/dist/components/Carousel/renderCardHighlight.d.ts +7 -7
- package/dist/components/Carousel/renderCardHighlight.js +8 -8
- package/dist/components/Carousel/renderCarouselCards.d.ts +6 -6
- package/dist/components/Carousel/renderCarouselCards.js +36 -36
- package/dist/components/Carousel/visibleItemCount.d.ts +1 -1
- package/dist/components/Carousel/visibleItemCount.js +3 -3
- package/dist/components/Carousel/visibleItemCount.mobile.d.ts +1 -1
- package/dist/components/Carousel/visibleItemCount.mobile.js +3 -3
- package/dist/components/Carousel/visibleItemCountStyle.d.ts +1 -1
- package/dist/components/Carousel/visibleItemCountStyle.js +3 -3
- package/dist/components/Carousel/visibleItemCountStyle.mobile.d.ts +1 -1
- package/dist/components/Carousel/visibleItemCountStyle.mobile.js +3 -3
- package/dist/components/CarouselCard/CarouselCard.d.ts +5 -5
- package/dist/components/CarouselCard/CarouselCard.js +15 -15
- package/dist/components/CarouselCard/CarouselCardContent.d.ts +11 -11
- package/dist/components/CarouselCard/CarouselCardContent.js +1 -1
- package/dist/components/CarouselCard/constants.d.ts +2 -2
- package/dist/components/CarouselCard/constants.js +6 -6
- package/dist/components/CarouselCard/titleSize.d.ts +1 -1
- package/dist/components/CarouselCard/titleSize.js +3 -3
- package/dist/components/CarouselCard/titleSize.mobile.d.ts +1 -1
- package/dist/components/CarouselCard/titleSize.mobile.js +3 -3
- package/dist/components/CarouselCatalogCard/CarouselCatalogCard.d.ts +5 -5
- package/dist/components/CarouselCatalogCard/CarouselCatalogCard.js +17 -17
- package/dist/components/CarouselCatalogCard/CarouselCatalogCardContent.d.ts +15 -15
- package/dist/components/CarouselCatalogCard/CarouselCatalogCardContent.js +1 -1
- package/dist/components/CarouselLinks/CarouselLinkButton.d.ts +5 -5
- package/dist/components/CarouselLinks/CarouselLinkButton.js +16 -16
- package/dist/components/CarouselLinks/CarouselLinks.d.ts +6 -6
- package/dist/components/CarouselLinks/CarouselLinks.js +10 -10
- package/dist/components/CarouselLinks/CarouselLinksContent.d.ts +15 -15
- package/dist/components/CarouselLinks/CarouselLinksContent.js +1 -1
- package/dist/components/CarouselRecommendationCard/CarouselRecommendationCard.d.ts +5 -5
- package/dist/components/CarouselRecommendationCard/CarouselRecommendationCard.js +21 -21
- package/dist/components/CarouselRecommendationCard/CarouselRecommendationCardContent.d.ts +18 -18
- package/dist/components/CarouselRecommendationCard/CarouselRecommendationCardContent.js +1 -1
- package/dist/components/CarouselRecommendationCard/ImageAlwaysOnRight.d.ts +1 -1
- package/dist/components/CarouselRecommendationCard/ImageAlwaysOnRight.js +3 -3
- package/dist/components/CarouselRecommendationCard/ImageAlwaysOnRight.mobile.d.ts +1 -1
- package/dist/components/CarouselRecommendationCard/ImageAlwaysOnRight.mobile.js +3 -3
- package/dist/components/CarouselTariffsCard/CarouselTariffsCard.d.ts +5 -5
- package/dist/components/CarouselTariffsCard/CarouselTariffsCard.js +37 -37
- package/dist/components/CarouselTariffsCard/CarouselTariffsCardAction.d.ts +6 -6
- package/dist/components/CarouselTariffsCard/CarouselTariffsCardAction.js +1 -1
- package/dist/components/CarouselTariffsCard/CarouselTariffsCardContent.d.ts +21 -21
- package/dist/components/CarouselTariffsCard/CarouselTariffsCardContent.js +1 -1
- package/dist/components/CarouselTariffsCard/renderCardInfo.d.ts +3 -3
- package/dist/components/CarouselTariffsCard/renderCardInfo.js +10 -10
- package/dist/components/ComparisonTable/ComparisonTable.d.ts +5 -5
- package/dist/components/ComparisonTable/ComparisonTable.js +19 -19
- package/dist/components/ComparisonTable/ComparisonTable.mobile.d.ts +5 -5
- package/dist/components/ComparisonTable/ComparisonTable.mobile.js +23 -23
- package/dist/components/ComparisonTable/ComparisonTableBody.d.ts +11 -11
- package/dist/components/ComparisonTable/ComparisonTableBody.js +24 -24
- package/dist/components/ComparisonTable/ComparisonTableColumnHeaders.d.ts +7 -7
- package/dist/components/ComparisonTable/ComparisonTableColumnHeaders.js +9 -9
- package/dist/components/ComparisonTable/ComparisonTableContent.d.ts +40 -40
- package/dist/components/ComparisonTable/ComparisonTableContent.js +1 -1
- package/dist/components/ComparisonTable/ComparisonTableRows.d.ts +14 -14
- package/dist/components/ComparisonTable/ComparisonTableRows.js +17 -17
- package/dist/components/ComparisonTable/HeaderCell.d.ts +10 -10
- package/dist/components/ComparisonTable/HeaderCell.js +11 -11
- package/dist/components/ComparisonTable/HeaderCell.mobile.d.ts +9 -9
- package/dist/components/ComparisonTable/HeaderCell.mobile.js +9 -9
- package/dist/components/ComparisonTable/TableCarouselContainer.d.ts +7 -7
- package/dist/components/ComparisonTable/TableCarouselContainer.js +9 -9
- package/dist/components/ComparisonTable/TableCell.d.ts +9 -9
- package/dist/components/ComparisonTable/TableCell.js +14 -14
- package/dist/components/ComparisonTable/TableCell.mobile.d.ts +9 -9
- package/dist/components/ComparisonTable/TableCell.mobile.js +12 -12
- package/dist/components/ComparisonTable/TableColumn.d.ts +15 -15
- package/dist/components/ComparisonTable/TableColumn.js +19 -19
- package/dist/components/ComparisonTable/TableRow.d.ts +15 -15
- package/dist/components/ComparisonTable/TableRow.js +12 -12
- package/dist/components/ComparisonTable/TableRowContainer.d.ts +1 -1
- package/dist/components/ComparisonTable/TableRowContainer.js +5 -5
- package/dist/components/ComparisonTable/constants.d.ts +6 -6
- package/dist/components/ComparisonTable/constants.js +8 -8
- package/dist/components/ContactsBlock/ContactsBlock.d.ts +5 -5
- package/dist/components/ContactsBlock/ContactsBlock.js +12 -12
- package/dist/components/ContactsBlock/ContactsBlockContent.d.ts +25 -25
- package/dist/components/ContactsBlock/ContactsBlockContent.js +1 -1
- package/dist/components/ContentPage/ContentPage.d.ts +11 -11
- package/dist/components/ContentPage/ContentPage.js +40 -40
- package/dist/components/ContentPage/ContentPage.page.json +57 -57
- package/dist/components/ContentPage/renderContentPageHead.d.ts +4 -4
- package/dist/components/ContentPage/renderContentPageHead.js +34 -34
- package/dist/components/ContentPage/useContentPageData.d.ts +3 -3
- package/dist/components/ContentPage/useContentPageData.js +62 -62
- package/dist/components/DepositFiltration/DepositFiltration.d.ts +6 -6
- package/dist/components/DepositFiltration/DepositFiltration.js +52 -52
- package/dist/components/DepositFiltration/DepositFiltrationContent.d.ts +29 -29
- package/dist/components/DepositFiltration/DepositFiltrationContent.js +1 -1
- package/dist/components/DepositFiltration/isRateRow.d.ts +5 -5
- package/dist/components/DepositFiltration/isRateRow.js +6 -6
- package/dist/components/DepositFiltration/numberRange.d.ts +1 -1
- package/dist/components/DepositFiltration/numberRange.js +4 -4
- package/dist/components/Depository/Depository.d.ts +11 -11
- package/dist/components/Depository/Depository.js +41 -41
- package/dist/components/Depository/DepositoryContent.d.ts +5 -5
- package/dist/components/Depository/DepositoryContent.js +1 -1
- package/dist/components/Depository/DepositoryFilter.d.ts +9 -9
- package/dist/components/Depository/DepositoryFilter.js +8 -8
- package/dist/components/Depository/DepositoryItem.d.ts +3 -3
- package/dist/components/Depository/DepositoryItem.js +12 -12
- package/dist/components/Depository/useDepository.d.ts +15 -15
- package/dist/components/Depository/useDepository.js +20 -20
- package/dist/components/ErrorBlock/ErrorBlock.d.ts +5 -5
- package/dist/components/ErrorBlock/ErrorBlock.js +19 -19
- package/dist/components/ErrorBlock/ErrorBlockContent.d.ts +30 -30
- package/dist/components/ErrorBlock/ErrorBlockContent.js +1 -1
- package/dist/components/ExchangeRateTile/CurrencyProps.d.ts +6 -6
- package/dist/components/ExchangeRateTile/CurrencyProps.js +9 -9
- package/dist/components/ExchangeRateTile/CurrencyTable.d.ts +7 -7
- package/dist/components/ExchangeRateTile/CurrencyTable.js +22 -22
- package/dist/components/ExchangeRateTile/CurrentLocation.d.ts +6 -6
- package/dist/components/ExchangeRateTile/CurrentLocation.js +9 -9
- package/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.d.ts +24 -24
- package/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.js +72 -72
- package/dist/components/ExchangeRateTile/ExchangeRateTile.d.ts +5 -5
- package/dist/components/ExchangeRateTile/ExchangeRateTile.js +27 -27
- package/dist/components/ExchangeRateTile/ExchangeRateTileContent.d.ts +9 -9
- package/dist/components/ExchangeRateTile/ExchangeRateTileContent.js +1 -1
- package/dist/components/ExchangeRateTile/calculateResult.d.ts +2 -2
- package/dist/components/ExchangeRateTile/calculateResult.js +10 -10
- package/dist/components/ExchangeRateTile/callbackCurrencySelect.d.ts +8 -8
- package/dist/components/ExchangeRateTile/callbackCurrencySelect.js +20 -20
- package/dist/components/ExchangeRateTile/formatCurrency.d.ts +1 -1
- package/dist/components/ExchangeRateTile/formatCurrency.js +9 -9
- package/dist/components/ExchangeRateTile/renderInput.d.ts +13 -13
- package/dist/components/ExchangeRateTile/renderInput.js +15 -15
- package/dist/components/ExchangeRateTile/useFetchExchangeRateData.d.ts +9 -9
- package/dist/components/ExchangeRateTile/useFetchExchangeRateData.js +11 -11
- package/dist/components/Footer/Contacts.d.ts +6 -6
- package/dist/components/Footer/Contacts.js +21 -21
- package/dist/components/Footer/Footer.d.ts +2 -2
- package/dist/components/Footer/Footer.js +21 -21
- package/dist/components/Footer/FooterContent.d.ts +9 -9
- package/dist/components/Footer/FooterContent.js +1 -1
- package/dist/components/Footer/FooterLink.d.ts +6 -6
- package/dist/components/Footer/FooterLink.js +1 -1
- package/dist/components/Footer/FooterProps.d.ts +7 -7
- package/dist/components/Footer/FooterProps.js +1 -1
- package/dist/components/Footer/HorizontalNavigation.d.ts +5 -5
- package/dist/components/Footer/HorizontalNavigation.js +7 -7
- package/dist/components/Footer/HorizontalNavigationLink.d.ts +8 -8
- package/dist/components/Footer/HorizontalNavigationLink.js +11 -11
- package/dist/components/Footer/LinkList.d.ts +7 -7
- package/dist/components/Footer/LinkList.js +18 -18
- package/dist/components/Footer/SocialMedia.d.ts +10 -10
- package/dist/components/Footer/SocialMedia.js +38 -38
- package/dist/components/Footer/TextInformation.d.ts +2 -2
- package/dist/components/Footer/TextInformation.js +8 -8
- package/dist/components/Footer/TextInformationLink.d.ts +8 -8
- package/dist/components/Footer/TextInformationLink.js +11 -11
- package/dist/components/Footer/cookieReplaceData.d.ts +1 -1
- package/dist/components/Footer/cookieReplaceData.js +3 -3
- package/dist/components/Footer/findIconByHref.d.ts +2 -2
- package/dist/components/Footer/findIconByHref.js +5 -5
- package/dist/components/Footer/iconsMap.d.ts +7 -7
- package/dist/components/Footer/iconsMap.js +44 -44
- package/dist/components/Footer/renderLogoSearchBar.d.ts +4 -4
- package/dist/components/Footer/renderLogoSearchBar.js +12 -12
- package/dist/components/Footer/renderLogoSearchBar.mobile.d.ts +3 -3
- package/dist/components/Footer/renderLogoSearchBar.mobile.js +5 -5
- package/dist/components/GracePeriod/GracePeriod.d.ts +5 -5
- package/dist/components/GracePeriod/GracePeriod.js +24 -24
- package/dist/components/GracePeriod/GracePeriodContent.d.ts +22 -22
- package/dist/components/GracePeriod/GracePeriodContent.js +1 -1
- package/dist/components/GrantSupport/GrantSupport.d.ts +6 -6
- package/dist/components/GrantSupport/GrantSupport.js +23 -23
- package/dist/components/GrantSupport/GrantSupportContent.d.ts +20 -20
- package/dist/components/GrantSupport/GrantSupportContent.js +1 -1
- package/dist/components/Header/DropdownMenu.d.ts +12 -12
- package/dist/components/Header/DropdownMenu.js +46 -46
- package/dist/components/Header/Header.d.ts +2 -2
- package/dist/components/Header/Header.js +29 -29
- package/dist/components/Header/Header.mobile.d.ts +2 -2
- package/dist/components/Header/Header.mobile.js +16 -16
- package/dist/components/Header/HeaderChatBotButton.d.ts +11 -11
- package/dist/components/Header/HeaderChatBotButton.js +10 -10
- package/dist/components/Header/HeaderContent.d.ts +13 -13
- package/dist/components/Header/HeaderContent.js +1 -1
- package/dist/components/Header/HeaderProps.d.ts +16 -16
- package/dist/components/Header/HeaderProps.js +1 -1
- package/dist/components/Header/HeaderSecondaryMenu.d.ts +13 -13
- package/dist/components/Header/HeaderSecondaryMenu.js +22 -21
- package/dist/components/Header/HeaderSecondaryMenu.js.map +1 -1
- package/dist/components/Header/HeaderSecondaryMenuButton.d.ts +13 -13
- package/dist/components/Header/HeaderSecondaryMenuButton.js +14 -14
- package/dist/components/Header/HeaderSubMenu.d.ts +11 -11
- package/dist/components/Header/HeaderSubMenu.js +27 -27
- package/dist/components/Header/HeaderSubMenuItem.d.ts +9 -9
- package/dist/components/Header/HeaderSubMenuItem.js +19 -19
- package/dist/components/Header/HeaderTop.d.ts +13 -13
- package/dist/components/Header/HeaderTop.js +20 -20
- package/dist/components/Header/HeaderTopMenu.d.ts +19 -19
- package/dist/components/Header/HeaderTopMenu.js +25 -25
- package/dist/components/Header/HeaderTopMenuItem.d.ts +9 -9
- package/dist/components/Header/HeaderTopMenuItem.js +19 -19
- package/dist/components/Header/InternetBankButton.d.ts +2 -2
- package/dist/components/Header/InternetBankButton.js +15 -15
- package/dist/components/Header/InternetBankButton.js.map +1 -1
- package/dist/components/Header/getTextInternetButton.d.ts +2 -2
- package/dist/components/Header/getTextInternetButton.js +4 -4
- package/dist/components/Header/getTextInternetButton.mobile.d.ts +2 -2
- package/dist/components/Header/getTextInternetButton.mobile.js +4 -4
- package/dist/components/Header/useChatBot.d.ts +2 -2
- package/dist/components/Header/useChatBot.js +35 -35
- package/dist/components/Headline/Headline.d.ts +5 -5
- package/dist/components/Headline/Headline.js +14 -14
- package/dist/components/Headline/HeadlineContent.d.ts +12 -12
- package/dist/components/Headline/HeadlineContent.js +1 -1
- package/dist/components/Headline/headlineVersionStyles.d.ts +9 -9
- package/dist/components/Headline/headlineVersionStyles.js +40 -40
- package/dist/components/HorizontalLayout/HorizontalLayout.d.ts +6 -6
- package/dist/components/HorizontalLayout/HorizontalLayout.js +19 -19
- package/dist/components/HorizontalLayout/HorizontalLayout.mobile.d.ts +5 -5
- package/dist/components/HorizontalLayout/HorizontalLayout.mobile.js +6 -6
- package/dist/components/HorizontalLayout/HorizontalLayoutContent.d.ts +11 -11
- package/dist/components/HorizontalLayout/HorizontalLayoutContent.js +1 -1
- package/dist/components/HorizontalLayout/gapStyles.d.ts +2 -2
- package/dist/components/HorizontalLayout/gapStyles.js +11 -11
- package/dist/components/ImgBlock/ImgBlock.d.ts +6 -6
- package/dist/components/ImgBlock/ImgBlock.js +13 -13
- package/dist/components/ImgBlock/ImgBlockContent.d.ts +9 -9
- package/dist/components/ImgBlock/ImgBlockContent.js +1 -1
- package/dist/components/InsuranceAmountBlock/InsuranceAmountBlock.d.ts +5 -5
- package/dist/components/InsuranceAmountBlock/InsuranceAmountBlock.js +32 -32
- package/dist/components/InsuranceAmountBlock/InsuranceAmountBlockContent.d.ts +31 -31
- package/dist/components/InsuranceAmountBlock/InsuranceAmountBlockContent.js +1 -1
- package/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.d.ts +7 -7
- package/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js +57 -57
- package/dist/components/InvestmentInfo/InvestmentInfo.d.ts +5 -5
- package/dist/components/InvestmentInfo/InvestmentInfo.js +45 -45
- package/dist/components/InvestmentInfo/InvestmentInfoContent.d.ts +43 -43
- package/dist/components/InvestmentInfo/InvestmentInfoContent.js +1 -1
- package/dist/components/LinkDocs/LinkDocItem.d.ts +6 -6
- package/dist/components/LinkDocs/LinkDocItem.js +13 -13
- package/dist/components/LinkDocs/LinkDocs.d.ts +5 -5
- package/dist/components/LinkDocs/LinkDocs.js +40 -40
- package/dist/components/LinkDocs/LinkDocsContent.d.ts +72 -72
- package/dist/components/LinkDocs/LinkDocsContent.js +1 -1
- package/dist/components/LinkDocs/RepordDialogButton.d.ts +2 -2
- package/dist/components/LinkDocs/RepordDialogButton.js +14 -14
- package/dist/components/LinkDocs/linkDocsContentExample.d.ts +2 -2
- package/dist/components/LinkDocs/linkDocsContentExample.js +76 -76
- package/dist/components/LinkDocs/linkIconStyle.d.ts +1 -1
- package/dist/components/LinkDocs/linkIconStyle.js +3 -3
- package/dist/components/LinkDocs/linkIconStyle.mobile.d.ts +1 -1
- package/dist/components/LinkDocs/linkIconStyle.mobile.js +3 -3
- package/dist/components/LinkDocs/renderDefaultItem.d.ts +5 -5
- package/dist/components/LinkDocs/renderDefaultItem.js +28 -28
- package/dist/components/MobileAppTile/MobileAppTile.d.ts +5 -5
- package/dist/components/MobileAppTile/MobileAppTile.js +17 -17
- package/dist/components/MobileAppTile/MobileAppTileContent.d.ts +15 -15
- package/dist/components/MobileAppTile/MobileAppTileContent.js +1 -1
- package/dist/components/MortgageFiltration/MortgageFiltration.d.ts +6 -6
- package/dist/components/MortgageFiltration/MortgageFiltration.js +35 -35
- package/dist/components/MortgageFiltration/MortgageFiltrationContent.d.ts +35 -35
- package/dist/components/MortgageFiltration/MortgageFiltrationContent.js +1 -1
- package/dist/components/OfficesAtmsMap/AtmsMap.d.ts +6 -6
- package/dist/components/OfficesAtmsMap/AtmsMap.js +42 -42
- package/dist/components/OfficesAtmsMap/Badge.d.ts +11 -11
- package/dist/components/OfficesAtmsMap/Badge.js +14 -14
- package/dist/components/OfficesAtmsMap/CardCell.d.ts +11 -11
- package/dist/components/OfficesAtmsMap/CardCell.js +16 -16
- package/dist/components/OfficesAtmsMap/CardRow.d.ts +4 -4
- package/dist/components/OfficesAtmsMap/CardRow.js +6 -6
- package/dist/components/OfficesAtmsMap/OfficesAtmsMap.d.ts +5 -5
- package/dist/components/OfficesAtmsMap/OfficesAtmsMap.js +12 -12
- package/dist/components/OfficesAtmsMap/OfficesAtmsMapContent.d.ts +43 -43
- package/dist/components/OfficesAtmsMap/OfficesAtmsMapContent.js +1 -1
- package/dist/components/OfficesAtmsMap/OfficesAtmsMapLayout.d.ts +19 -19
- package/dist/components/OfficesAtmsMap/OfficesAtmsMapLayout.js +59 -59
- package/dist/components/OfficesAtmsMap/OfficesAtmsMapProps.d.ts +106 -106
- package/dist/components/OfficesAtmsMap/OfficesAtmsMapProps.js +1 -1
- package/dist/components/OfficesAtmsMap/OfficesMap.d.ts +4 -4
- package/dist/components/OfficesAtmsMap/OfficesMap.js +43 -43
- package/dist/components/OfficesAtmsMap/YandexMapProps.d.ts +11 -11
- package/dist/components/OfficesAtmsMap/YandexMapProps.js +1 -1
- package/dist/components/OfficesAtmsMap/getScheduleDescription.d.ts +5 -5
- package/dist/components/OfficesAtmsMap/getScheduleDescription.js +40 -40
- package/dist/components/OfficesAtmsMap/getWorkScheduleWeek.d.ts +3 -3
- package/dist/components/OfficesAtmsMap/getWorkScheduleWeek.js +27 -27
- package/dist/components/OfficesAtmsMap/renderAtmCard.d.ts +7 -7
- package/dist/components/OfficesAtmsMap/renderAtmCard.js +43 -43
- package/dist/components/OfficesAtmsMap/renderBusinessSchedule.d.ts +8 -8
- package/dist/components/OfficesAtmsMap/renderBusinessSchedule.js +31 -31
- package/dist/components/OfficesAtmsMap/renderCurrency.d.ts +3 -3
- package/dist/components/OfficesAtmsMap/renderCurrency.js +6 -6
- package/dist/components/OfficesAtmsMap/renderCurrentDaySchedule.d.ts +3 -3
- package/dist/components/OfficesAtmsMap/renderCurrentDaySchedule.js +15 -15
- package/dist/components/OfficesAtmsMap/renderDay.d.ts +3 -3
- package/dist/components/OfficesAtmsMap/renderDay.js +12 -12
- package/dist/components/OfficesAtmsMap/renderDescriptionBlock.d.ts +3 -3
- package/dist/components/OfficesAtmsMap/renderDescriptionBlock.js +8 -8
- package/dist/components/OfficesAtmsMap/renderFiltrationForm.d.ts +8 -8
- package/dist/components/OfficesAtmsMap/renderFiltrationForm.js +46 -46
- package/dist/components/OfficesAtmsMap/renderFoldButton.d.ts +3 -3
- package/dist/components/OfficesAtmsMap/renderFoldButton.js +8 -8
- package/dist/components/OfficesAtmsMap/renderOfficeCard.d.ts +7 -7
- package/dist/components/OfficesAtmsMap/renderOfficeCard.js +63 -63
- package/dist/components/OfficesAtmsMap/renderRemoteWorkplaceCard.d.ts +7 -7
- package/dist/components/OfficesAtmsMap/renderRemoteWorkplaceCard.js +34 -34
- package/dist/components/OfficesAtmsMap/renderWorkSchedule.d.ts +2 -2
- package/dist/components/OfficesAtmsMap/renderWorkSchedule.js +24 -24
- package/dist/components/OfficesAtmsMap/useAtms.d.ts +2 -2
- package/dist/components/OfficesAtmsMap/useAtms.js +14 -14
- package/dist/components/OfficesAtmsMap/useOffices.d.ts +5 -5
- package/dist/components/OfficesAtmsMap/useOffices.js +16 -16
- package/dist/components/Placeholder/Placeholder.d.ts +5 -5
- package/dist/components/Placeholder/Placeholder.js +9 -9
- package/dist/components/Placeholder/PlaceholderContent.d.ts +6 -6
- package/dist/components/Placeholder/PlaceholderContent.js +1 -1
- package/dist/components/ProductBlock/ProductBlock.d.ts +5 -5
- package/dist/components/ProductBlock/ProductBlock.js +8 -8
- package/dist/components/ProductBlock/ProductBlockContent.d.ts +9 -9
- package/dist/components/ProductBlock/ProductBlockContent.js +1 -1
- package/dist/components/ProductBlock/renderBackwardButton.d.ts +10 -10
- package/dist/components/ProductBlock/renderBackwardButton.js +20 -20
- package/dist/components/ProductGallery/ProductGallery.d.ts +5 -5
- package/dist/components/ProductGallery/ProductGallery.js +32 -32
- package/dist/components/ProductGallery/ProductGallery.mobile.d.ts +5 -5
- package/dist/components/ProductGallery/ProductGallery.mobile.js +11 -11
- package/dist/components/ProductGallery/ProductGalleryContent.d.ts +24 -24
- package/dist/components/ProductGallery/ProductGalleryContent.js +1 -1
- package/dist/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.d.ts +5 -5
- package/dist/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.js +25 -25
- package/dist/components/RepresentativeOfficeInfo/RepresentativeOfficeInfoContent.d.ts +18 -18
- package/dist/components/RepresentativeOfficeInfo/RepresentativeOfficeInfoContent.js +1 -1
- package/dist/components/RichTextBlock/RichTextBlock.d.ts +6 -6
- package/dist/components/RichTextBlock/RichTextBlock.js +10 -10
- package/dist/components/RichTextBlock/RichTextBlockContent.d.ts +6 -6
- package/dist/components/RichTextBlock/RichTextBlockContent.js +1 -1
- package/dist/components/RollupItem/AccordionFoldButton.d.ts +12 -12
- package/dist/components/RollupItem/AccordionFoldButton.js +11 -11
- package/dist/components/RollupItem/RollupItem.d.ts +11 -11
- package/dist/components/RollupItem/RollupItem.js +34 -34
- package/dist/components/RollupItem/RollupItemContent.d.ts +17 -17
- package/dist/components/RollupItem/RollupItemContent.js +1 -1
- package/dist/components/RollupItem/foldableSectionStyles.d.ts +1 -1
- package/dist/components/RollupItem/foldableSectionStyles.js +3 -3
- package/dist/components/RollupItem/foldableSectionStyles.mobile.d.ts +1 -1
- package/dist/components/RollupItem/foldableSectionStyles.mobile.js +3 -3
- package/dist/components/RollupItem/getIconName.d.ts +1 -1
- package/dist/components/RollupItem/getIconName.js +4 -4
- package/dist/components/RollupItem/getIconName.mobile.d.ts +1 -1
- package/dist/components/RollupItem/getIconName.mobile.js +4 -4
- package/dist/components/RollupItem/renderRoundedIcon.d.ts +3 -3
- package/dist/components/RollupItem/renderRoundedIcon.js +5 -5
- package/dist/components/RollupItem/renderRoundedIcon.mobile.d.ts +4 -4
- package/dist/components/RollupItem/renderRoundedIcon.mobile.js +6 -6
- package/dist/components/RollupItem/rollupIconVersion.d.ts +1 -1
- package/dist/components/RollupItem/rollupIconVersion.js +3 -3
- package/dist/components/RollupItem/rollupIconVersion.mobile.d.ts +1 -1
- package/dist/components/RollupItem/rollupIconVersion.mobile.js +3 -3
- package/dist/components/RollupItem/rollupItemStyles.d.ts +1 -1
- package/dist/components/RollupItem/rollupItemStyles.js +3 -3
- package/dist/components/RollupItem/rollupItemStyles.mobile.d.ts +1 -1
- package/dist/components/RollupItem/rollupItemStyles.mobile.js +3 -3
- package/dist/components/SafeDepositRental/RadioButtons.d.ts +6 -6
- package/dist/components/SafeDepositRental/RadioButtons.js +12 -12
- package/dist/components/SafeDepositRental/RegionsAndBranches.d.ts +12 -12
- package/dist/components/SafeDepositRental/RegionsAndBranches.js +6 -6
- package/dist/components/SafeDepositRental/RentalPeriod.d.ts +6 -6
- package/dist/components/SafeDepositRental/RentalPeriod.js +10 -10
- package/dist/components/SafeDepositRental/SafeBoxCases.d.ts +11 -11
- package/dist/components/SafeDepositRental/SafeBoxCases.js +8 -8
- package/dist/components/SafeDepositRental/SafeDepositRental.d.ts +5 -5
- package/dist/components/SafeDepositRental/SafeDepositRental.js +32 -32
- package/dist/components/SafeDepositRental/SafeDepositRentalContent.d.ts +7 -7
- package/dist/components/SafeDepositRental/SafeDepositRentalContent.js +1 -1
- package/dist/components/SafeDepositRental/SafeDepositRentalFields.d.ts +12 -12
- package/dist/components/SafeDepositRental/SafeDepositRentalFields.js +19 -19
- package/dist/components/SafeDepositRental/SafeDepositRentalForm.d.ts +11 -11
- package/dist/components/SafeDepositRental/SafeDepositRentalForm.js +26 -26
- package/dist/components/SafeDepositRental/SafeDepositRentalTotal.d.ts +6 -6
- package/dist/components/SafeDepositRental/SafeDepositRentalTotal.js +35 -35
- package/dist/components/SafeDepositRental/SafeDepositRentalTypes.d.ts +8 -8
- package/dist/components/SafeDepositRental/SafeDepositRentalTypes.js +1 -1
- package/dist/components/SafeDepositRental/WrapperSelect.d.ts +11 -11
- package/dist/components/SafeDepositRental/WrapperSelect.js +12 -12
- package/dist/components/SafeDepositRental/useGetRegions.d.ts +6 -6
- package/dist/components/SafeDepositRental/useGetRegions.js +11 -11
- package/dist/components/SafeDepositRental/useSafeBoxes.d.ts +20 -20
- package/dist/components/SafeDepositRental/useSafeBoxes.js +15 -15
- package/dist/components/SafeDepositRental/utils.d.ts +4 -4
- package/dist/components/SafeDepositRental/utils.js +20 -20
- package/dist/components/StepsBlock/StepsBlock.d.ts +5 -5
- package/dist/components/StepsBlock/StepsBlock.js +30 -30
- package/dist/components/StepsBlock/StepsBlock.mobile.d.ts +5 -5
- package/dist/components/StepsBlock/StepsBlock.mobile.js +34 -34
- package/dist/components/StepsBlock/StepsBlockContent.d.ts +34 -34
- package/dist/components/StepsBlock/StepsBlockContent.js +1 -1
- package/dist/components/StepsBlock/StepsBlockStyleMaps.d.ts +8 -8
- package/dist/components/StepsBlock/StepsBlockStyleMaps.js +9 -9
- package/dist/components/StepsBlock/getIconTextStyle.d.ts +2 -2
- package/dist/components/StepsBlock/getIconTextStyle.js +4 -4
- package/dist/components/StepsBlock/renderStep.d.ts +11 -11
- package/dist/components/StepsBlock/renderStep.js +16 -16
- package/dist/components/StickyBottomMenu/ActiveSubMenuItem.d.ts +7 -7
- package/dist/components/StickyBottomMenu/ActiveSubMenuItem.js +12 -12
- package/dist/components/StickyBottomMenu/BurgerMenuDialog.d.ts +12 -12
- package/dist/components/StickyBottomMenu/BurgerMenuDialog.js +49 -49
- package/dist/components/StickyBottomMenu/BurgerMenuDialog.js.map +1 -1
- package/dist/components/StickyBottomMenu/StickyBottomMenu.d.ts +2 -2
- package/dist/components/StickyBottomMenu/StickyBottomMenu.js +5 -5
- package/dist/components/StickyBottomMenu/StickyBottomMenu.mobile.d.ts +2 -2
- package/dist/components/StickyBottomMenu/StickyBottomMenu.mobile.js +67 -67
- package/dist/components/StickyBottomMenu/StickyBottomMenuContent.d.ts +5 -5
- package/dist/components/StickyBottomMenu/StickyBottomMenuContent.js +1 -1
- package/dist/components/StickyBottomMenu/StickyBottomMenuDialog.d.ts +9 -9
- package/dist/components/StickyBottomMenu/StickyBottomMenuDialog.js +16 -16
- package/dist/components/StickyBottomMenu/StickyBottomMenuItem.d.ts +9 -9
- package/dist/components/StickyBottomMenu/StickyBottomMenuItem.js +9 -9
- package/dist/components/StickyBottomMenu/StickyBottomMenuProps.d.ts +9 -9
- package/dist/components/StickyBottomMenu/StickyBottomMenuProps.js +1 -1
- package/dist/components/StickyBottomMenu/useBottomMenuItemDialog.d.ts +19 -19
- package/dist/components/StickyBottomMenu/useBottomMenuItemDialog.js +18 -18
- package/dist/components/StickyBottomMenu/useBurgerMenuDialog.d.ts +20 -20
- package/dist/components/StickyBottomMenu/useBurgerMenuDialog.js +24 -24
- package/dist/components/Tabs/TabActivationEvent.d.ts +6 -6
- package/dist/components/Tabs/TabActivationEvent.js +1 -1
- package/dist/components/Tabs/Tabs.d.ts +5 -5
- package/dist/components/Tabs/Tabs.js +72 -72
- package/dist/components/Tabs/Tabs.js.map +1 -1
- package/dist/components/Tabs/TabsContent.d.ts +49 -49
- package/dist/components/Tabs/TabsContent.js +1 -1
- package/dist/components/Tabs/renderTabs.d.ts +12 -12
- package/dist/components/Tabs/renderTabs.js +16 -16
- package/dist/components/TabsLayout/TabsLayout.d.ts +5 -5
- package/dist/components/TabsLayout/TabsLayout.js +77 -77
- package/dist/components/TabsLayout/TabsLayout.js.map +1 -1
- package/dist/components/TabsLayout/TabsLayoutContent.d.ts +49 -49
- package/dist/components/TabsLayout/TabsLayoutContent.js +1 -1
- package/dist/components/TabsLayout/renderTabsLayout.d.ts +12 -12
- package/dist/components/TabsLayout/renderTabsLayout.js +21 -21
- package/dist/components/TariffsTable/EmbeddableCellData.d.ts +21 -21
- package/dist/components/TariffsTable/EmbeddableCellData.js +24 -24
- package/dist/components/TariffsTable/TableTileHeader.d.ts +2 -2
- package/dist/components/TariffsTable/TableTileHeader.js +7 -7
- package/dist/components/TariffsTable/TariffsTable.d.ts +5 -5
- package/dist/components/TariffsTable/TariffsTable.js +29 -29
- package/dist/components/TariffsTable/TariffsTableCell.d.ts +15 -15
- package/dist/components/TariffsTable/TariffsTableCell.js +10 -10
- package/dist/components/TariffsTable/TariffsTableContent.d.ts +106 -106
- package/dist/components/TariffsTable/TariffsTableContent.js +1 -1
- package/dist/components/TariffsTable/TariffsTableHorizontal.d.ts +2 -2
- package/dist/components/TariffsTable/TariffsTableHorizontal.js +7 -7
- package/dist/components/TariffsTable/TariffsTableRenderCell.d.ts +12 -12
- package/dist/components/TariffsTable/TariffsTableRenderCell.js +40 -40
- package/dist/components/TariffsTable/TariffsTableRow.d.ts +8 -8
- package/dist/components/TariffsTable/TariffsTableRow.js +20 -20
- package/dist/components/TariffsTable/TariffsTableRowContainer.d.ts +7 -7
- package/dist/components/TariffsTable/TariffsTableRowContainer.js +8 -8
- package/dist/components/TariffsTable/TariffsTableTileCell.d.ts +6 -6
- package/dist/components/TariffsTable/TariffsTableTileCell.js +16 -16
- package/dist/components/TariffsTable/TariffsTableVertical.d.ts +2 -2
- package/dist/components/TariffsTable/TariffsTableVertical.js +6 -6
- package/dist/components/TariffsTable/TariffsTableWrapper.d.ts +6 -6
- package/dist/components/TariffsTable/TariffsTableWrapper.js +13 -13
- package/dist/components/TariffsTable/constants.d.ts +4 -4
- package/dist/components/TariffsTable/constants.js +6 -6
- package/dist/components/TariffsTable/dataFixture.d.ts +5 -5
- package/dist/components/TariffsTable/dataFixture.js +143 -143
- package/dist/components/TariffsTable/utils/getButtonAriaLabel.d.ts +2 -2
- package/dist/components/TariffsTable/utils/getButtonAriaLabel.js +4 -4
- package/dist/components/TextBlock/TextBlock.d.ts +5 -5
- package/dist/components/TextBlock/TextBlock.js +12 -12
- package/dist/components/TextBlock/TextBlockContent.d.ts +15 -15
- package/dist/components/TextBlock/TextBlockContent.js +1 -1
- package/dist/components/UnitBlock/UnitBlock.d.ts +6 -6
- package/dist/components/UnitBlock/UnitBlock.js +10 -10
- package/dist/components/UnitBlock/UnitBlockContent.d.ts +6 -6
- package/dist/components/UnitBlock/UnitBlockContent.js +1 -1
- package/dist/components/VerticalLayout/VerticalLayout.d.ts +5 -5
- package/dist/components/VerticalLayout/VerticalLayout.js +24 -24
- package/dist/components/VerticalLayout/VerticalLayoutContent.d.ts +14 -14
- package/dist/components/VerticalLayout/VerticalLayoutContent.js +1 -1
- package/dist/components/Video/Video.d.ts +6 -6
- package/dist/components/Video/Video.js +13 -13
- package/dist/components/Video/VideoContent.d.ts +12 -12
- package/dist/components/Video/VideoContent.js +1 -1
- package/dist/components/Video/getPaddings.d.ts +1 -1
- package/dist/components/Video/getPaddings.js +6 -6
- package/dist/data/CommonData.d.ts +14 -14
- package/dist/data/CommonData.js +1 -1
- package/dist/data/FooterData.d.ts +39 -39
- package/dist/data/FooterData.js +1 -1
- package/dist/data/HeaderData.d.ts +26 -26
- package/dist/data/HeaderData.js +1 -1
- package/dist/data/JSONRefObject.d.ts +4 -4
- package/dist/data/JSONRefObject.js +1 -1
- package/dist/data/NavigationData.d.ts +25 -25
- package/dist/data/NavigationData.js +1 -1
- package/dist/data/PortalData.d.ts +4 -4
- package/dist/data/PortalData.js +1 -1
- package/dist/data/StickyMobileData.d.ts +14 -14
- package/dist/data/StickyMobileData.js +1 -1
- package/dist/hooks/handlerDecorator.d.ts +5 -5
- package/dist/hooks/handlerDecorator.js +11 -11
- package/dist/hooks/useActiveRoute.d.ts +2 -2
- package/dist/hooks/useActiveRoute.js +25 -25
- package/dist/hooks/useActiveRoute.js.map +1 -1
- package/dist/hooks/useAspects/applyAspects.d.ts +3 -3
- package/dist/hooks/useAspects/applyAspects.js +16 -16
- package/dist/hooks/useAspects/aspects/forwardQuery.d.ts +2 -2
- package/dist/hooks/useAspects/aspects/forwardQuery.js +29 -29
- package/dist/hooks/useAspects/aspects/getAspectsWithInclude.d.ts +2 -2
- package/dist/hooks/useAspects/aspects/getAspectsWithInclude.js +7 -7
- package/dist/hooks/useAspects/handleAspects.d.ts +8 -8
- package/dist/hooks/useAspects/handleAspects.js +8 -8
- package/dist/hooks/useAspects/useAspects.d.ts +19 -19
- package/dist/hooks/useAspects/useAspects.js +13 -13
- package/dist/hooks/useBranches.d.ts +20 -20
- package/dist/hooks/useBranches.js +15 -15
- package/dist/hooks/useBranchesByRegions.d.ts +8 -8
- package/dist/hooks/useBranchesByRegions.js +10 -10
- package/dist/hooks/useCarouselControls.d.ts +13 -13
- package/dist/hooks/useCarouselControls.js +25 -25
- package/dist/hooks/useClickHandler.d.ts +1 -1
- package/dist/hooks/useClickHandler.js +15 -15
- package/dist/hooks/useExternalNS.d.ts +3 -3
- package/dist/hooks/useExternalNS.js +64 -64
- package/dist/hooks/useForm.d.ts +22 -22
- package/dist/hooks/useForm.js +50 -50
- package/dist/hooks/useIntersectionObserver.d.ts +9 -9
- package/dist/hooks/useIntersectionObserver.js +27 -27
- package/dist/hooks/useJSONRef/fetchRefs.d.ts +2 -2
- package/dist/hooks/useJSONRef/fetchRefs.js +15 -15
- package/dist/hooks/useJSONRef/resolveBlockProps.d.ts +1 -1
- package/dist/hooks/useJSONRef/resolveBlockProps.js +5 -5
- package/dist/hooks/useJSONRef/useJSONRef.d.ts +1 -1
- package/dist/hooks/useJSONRef/useJSONRef.js +17 -17
- package/dist/hooks/useLink.d.ts +7 -7
- package/dist/hooks/useLink.js +39 -39
- package/dist/hooks/useLocation.d.ts +2 -2
- package/dist/hooks/useLocation.js +42 -42
- package/dist/hooks/useMediaQuery.d.ts +3 -0
- package/dist/hooks/useMediaQuery.js +20 -0
- package/dist/hooks/useMediaQuery.js.map +1 -0
- package/dist/hooks/useMobileMode.d.ts +1 -1
- package/dist/hooks/useMobileMode.js +7 -23
- package/dist/hooks/useMobileMode.js.map +1 -1
- package/dist/hooks/useNormalizedInput.d.ts +12 -12
- package/dist/hooks/useNormalizedInput.js +22 -22
- package/dist/hooks/useRegions.d.ts +7 -7
- package/dist/hooks/useRegions.js +10 -10
- package/dist/hooks/useResizeObserver.d.ts +3 -3
- package/dist/hooks/useResizeObserver.js +21 -21
- package/dist/hooks/useRouter.d.ts +15 -19
- package/dist/hooks/useRouter.js +21 -24
- package/dist/hooks/useRouter.js.map +1 -1
- package/dist/hooks/useSWRResource.d.ts +7 -7
- package/dist/hooks/useSWRResource.js +12 -12
- package/dist/icons/IconName.d.ts +246 -246
- package/dist/icons/IconName.js +245 -245
- package/dist/index.d.ts +11 -11
- package/dist/index.js +45 -45
- package/dist/model/Align.d.ts +5 -5
- package/dist/model/Align.js +1 -1
- package/dist/model/AlignJustifyStyle.d.ts +2 -2
- package/dist/model/AlignJustifyStyle.js +7 -7
- package/dist/model/AlignStyles.d.ts +2 -2
- package/dist/model/AlignStyles.js +4 -4
- package/dist/model/AlignStyles.mobile.d.ts +1 -1
- package/dist/model/AlignStyles.mobile.js +3 -3
- package/dist/model/AspectsProps.d.ts +40 -40
- package/dist/model/AspectsProps.js +1 -1
- package/dist/model/Attachment.d.ts +6 -6
- package/dist/model/Attachment.js +1 -1
- package/dist/model/BgColorVersion.d.ts +8 -8
- package/dist/model/BgColorVersion.js +1 -1
- package/dist/model/BlockDecorator.d.ts +16 -16
- package/dist/model/BlockDecorator.js +3 -3
- package/dist/model/BlockVersion.d.ts +8 -8
- package/dist/model/BlockVersion.js +1 -1
- package/dist/model/BlocksRegistry.d.ts +2 -2
- package/dist/model/BlocksRegistry.js +1 -1
- package/dist/model/Bullets.d.ts +7 -7
- package/dist/model/Bullets.js +1 -1
- package/dist/model/ButtonVersion.d.ts +5 -5
- package/dist/model/ButtonVersion.js +1 -1
- package/dist/model/ContentPageBase.d.ts +25 -25
- package/dist/model/ContentPageBase.js +1 -1
- package/dist/model/ContentPageDef.d.ts +32 -32
- package/dist/model/ContentPageDef.js +1 -1
- package/dist/model/ContentPageMeta.d.ts +101 -101
- package/dist/model/ContentPageMeta.js +1 -1
- package/dist/model/DefaultListItemType.d.ts +4 -4
- package/dist/model/DefaultListItemType.js +1 -1
- package/dist/model/EmptyOptionType.d.ts +2 -2
- package/dist/model/EmptyOptionType.js +1 -1
- package/dist/model/Fallback.d.ts +4 -5
- package/dist/model/Fallback.js +1 -1
- package/dist/model/Footnote.d.ts +4 -4
- package/dist/model/Footnote.js +1 -1
- package/dist/model/HeadlineType.d.ts +41 -41
- package/dist/model/HeadlineType.js +1 -1
- package/dist/model/IconVersion.d.ts +13 -13
- package/dist/model/IconVersion.js +13 -13
- package/dist/model/ImageSize.d.ts +6 -6
- package/dist/model/ImageSize.js +1 -1
- package/dist/model/InputTypes.d.ts +1 -1
- package/dist/model/InputTypes.js +1 -1
- package/dist/model/LinkButtonVersion.d.ts +6 -6
- package/dist/model/LinkButtonVersion.js +1 -1
- package/dist/model/LinkProps.d.ts +25 -25
- package/dist/model/LinkProps.js +1 -1
- package/dist/model/ListOrientation.d.ts +8 -8
- package/dist/model/ListOrientation.js +1 -1
- package/dist/model/LogoType.d.ts +14 -14
- package/dist/model/LogoType.js +1 -1
- package/dist/model/Picture.d.ts +42 -42
- package/dist/model/Picture.js +1 -1
- package/dist/model/ProductColorVersion.d.ts +4 -4
- package/dist/model/ProductColorVersion.js +1 -1
- package/dist/model/SizeVersion.d.ts +8 -8
- package/dist/model/SizeVersion.js +1 -1
- package/dist/model/TableVersion.d.ts +1 -1
- package/dist/model/TableVersion.js +1 -1
- package/dist/model/VNode.d.ts +1 -1
- package/dist/model/VNode.js +1 -1
- package/dist/services/regionsGrantSupport/RegionsGrantSupportData.d.ts +7 -7
- package/dist/services/regionsGrantSupport/RegionsGrantSupportData.js +1 -1
- package/dist/services/search/joinMaps.d.ts +1 -1
- package/dist/services/search/joinMaps.js +9 -9
- package/dist/services/search/search.d.ts +12 -12
- package/dist/services/search/search.js +38 -38
- package/dist/services/search/textRank.d.ts +1 -1
- package/dist/services/search/textRank.js +13 -13
- package/dist/services/search/tokenize.d.ts +1 -1
- package/dist/services/search/tokenize.js +8 -8
- package/dist/services/search/useSearch.d.ts +13 -13
- package/dist/services/search/useSearch.js +27 -27
- package/dist/setup-fixture.d.ts +1 -1
- package/dist/setup-fixture.js +43 -46
- package/dist/setup-fixture.js.map +1 -1
- package/dist/ui-kit/ARIAProps.d.ts +4 -4
- package/dist/ui-kit/ARIAProps.js +1 -1
- package/dist/ui-kit/ApplicationFormLayout/ApplicationFormLayout.d.ts +5 -5
- package/dist/ui-kit/ApplicationFormLayout/ApplicationFormLayout.js +10 -10
- package/dist/ui-kit/ApplicationFormLayout/ApplicationFormLayoutContent.d.ts +9 -9
- package/dist/ui-kit/ApplicationFormLayout/ApplicationFormLayoutContent.js +1 -1
- package/dist/ui-kit/Badge/Badge.d.ts +6 -6
- package/dist/ui-kit/Badge/Badge.js +15 -21
- package/dist/ui-kit/Badge/Badge.js.map +1 -1
- package/dist/ui-kit/BaseFiltration/BaseFiltrationContent.d.ts +48 -48
- package/dist/ui-kit/BaseFiltration/BaseFiltrationContent.js +1 -1
- package/dist/ui-kit/BaseFiltration/FilteredBlocks.d.ts +8 -8
- package/dist/ui-kit/BaseFiltration/FilteredBlocks.js +18 -18
- package/dist/ui-kit/BaseFiltration/FiltrationForm.d.ts +13 -13
- package/dist/ui-kit/BaseFiltration/FiltrationForm.js +23 -23
- package/dist/ui-kit/BaseFiltration/FiltrationSchemaContent.d.ts +61 -61
- package/dist/ui-kit/BaseFiltration/FiltrationSchemaContent.js +1 -1
- package/dist/ui-kit/BaseFiltration/HotFilterBase.d.ts +5 -5
- package/dist/ui-kit/BaseFiltration/HotFilterBase.js +1 -1
- package/dist/ui-kit/BaseFiltration/filterBlocks.d.ts +2 -2
- package/dist/ui-kit/BaseFiltration/filterBlocks.js +8 -8
- package/dist/ui-kit/BaseFiltration/getBadgeCount.d.ts +3 -3
- package/dist/ui-kit/BaseFiltration/getBadgeCount.js +5 -5
- package/dist/ui-kit/BaseFiltration/hotFilterRecordCmp.d.ts +1 -1
- package/dist/ui-kit/BaseFiltration/hotFilterRecordCmp.js +4 -4
- package/dist/ui-kit/BaseFiltration/renderCarouselBlocks.d.ts +6 -6
- package/dist/ui-kit/BaseFiltration/renderCarouselBlocks.js +14 -14
- package/dist/ui-kit/BaseFiltration/renderGridBlocks.d.ts +10 -10
- package/dist/ui-kit/BaseFiltration/renderGridBlocks.js +19 -19
- package/dist/ui-kit/BaseFiltration/targetMatchPattern.d.ts +1 -1
- package/dist/ui-kit/BaseFiltration/targetMatchPattern.js +32 -32
- package/dist/ui-kit/BaseFiltration/useFiltrationForm.d.ts +12 -12
- package/dist/ui-kit/BaseFiltration/useFiltrationForm.js +18 -18
- package/dist/ui-kit/BaseFiltration/useHotFilters.d.ts +14 -14
- package/dist/ui-kit/BaseFiltration/useHotFilters.js +25 -25
- package/dist/ui-kit/BaseProductTile/BaseProductTile.d.ts +15 -15
- package/dist/ui-kit/BaseProductTile/BaseProductTile.js +31 -31
- package/dist/ui-kit/BaseProductTile/BaseProductTileContent.d.ts +32 -32
- package/dist/ui-kit/BaseProductTile/BaseProductTileContent.js +1 -1
- package/dist/ui-kit/BaseTile/BaseTile.d.ts +16 -16
- package/dist/ui-kit/BaseTile/BaseTile.js +37 -37
- package/dist/ui-kit/BenefitItem/BenefitItem.d.ts +7 -7
- package/dist/ui-kit/BenefitItem/BenefitItem.js +8 -8
- package/dist/ui-kit/BenefitItem/BenefitItemContent.d.ts +7 -7
- package/dist/ui-kit/BenefitItem/BenefitItemContent.js +1 -1
- package/dist/ui-kit/BenefitItem/renderBenefitDescription.d.ts +2 -2
- package/dist/ui-kit/BenefitItem/renderBenefitDescription.js +6 -6
- package/dist/ui-kit/BenefitItem/renderBenefitIcon.d.ts +4 -4
- package/dist/ui-kit/BenefitItem/renderBenefitIcon.js +9 -9
- package/dist/ui-kit/BenefitItem/renderBenefitLabel.d.ts +2 -2
- package/dist/ui-kit/BenefitItem/renderBenefitLabel.js +6 -6
- package/dist/ui-kit/BenefitItem/renderBenefitText.d.ts +6 -6
- package/dist/ui-kit/BenefitItem/renderBenefitText.js +14 -14
- package/dist/ui-kit/BenefitsList/BenefitsList.d.ts +2 -2
- package/dist/ui-kit/BenefitsList/BenefitsList.js +7 -7
- package/dist/ui-kit/BenefitsList/BenefitsListContent.d.ts +16 -16
- package/dist/ui-kit/BenefitsList/BenefitsListContent.js +1 -1
- package/dist/ui-kit/BenefitsList/BenefitsListProps.d.ts +5 -5
- package/dist/ui-kit/BenefitsList/BenefitsListProps.js +1 -1
- package/dist/ui-kit/BenefitsList/DefaultBenefitsList.d.ts +2 -2
- package/dist/ui-kit/BenefitsList/DefaultBenefitsList.js +13 -13
- package/dist/ui-kit/BenefitsList/TabularBenefitsList.d.ts +2 -2
- package/dist/ui-kit/BenefitsList/TabularBenefitsList.js +7 -7
- package/dist/ui-kit/BlockWrapper.d.ts +10 -10
- package/dist/ui-kit/BlockWrapper.js +28 -28
- package/dist/ui-kit/Button/Button.d.ts +13 -13
- package/dist/ui-kit/Button/Button.js +23 -23
- package/dist/ui-kit/Button/useButton.d.ts +2 -2
- package/dist/ui-kit/Button/useButton.js +15 -15
- package/dist/ui-kit/Calculator/CalculatorLayout.d.ts +5 -5
- package/dist/ui-kit/Calculator/CalculatorLayout.js +8 -8
- package/dist/ui-kit/Calculator/CalculatorProps.d.ts +29 -29
- package/dist/ui-kit/Calculator/CalculatorProps.js +1 -1
- package/dist/ui-kit/Calculator/CalculatorStyle.d.ts +7 -7
- package/dist/ui-kit/Calculator/CalculatorStyle.js +9 -9
- package/dist/ui-kit/Calculator/CalculatorValueBlock.d.ts +12 -12
- package/dist/ui-kit/Calculator/CalculatorValueBlock.js +11 -11
- package/dist/ui-kit/Calculator/Rate.d.ts +11 -11
- package/dist/ui-kit/Calculator/Rate.js +7 -7
- package/dist/ui-kit/Calculator/UnknownRate.d.ts +5 -5
- package/dist/ui-kit/Calculator/UnknownRate.js +8 -8
- package/dist/ui-kit/Calculator/calculatorConstants.d.ts +5 -5
- package/dist/ui-kit/Calculator/calculatorConstants.js +7 -7
- package/dist/ui-kit/Calculator/getDefaultParams.d.ts +5 -5
- package/dist/ui-kit/Calculator/getDefaultParams.js +24 -24
- package/dist/ui-kit/Calculator/getDefaultValues.d.ts +3 -3
- package/dist/ui-kit/Calculator/getDefaultValues.js +11 -11
- package/dist/ui-kit/Calculator/getMonthlyPayment.d.ts +11 -11
- package/dist/ui-kit/Calculator/getMonthlyPayment.js +26 -26
- package/dist/ui-kit/Calculator/rangeHelpers.d.ts +7 -7
- package/dist/ui-kit/Calculator/rangeHelpers.js +22 -22
- package/dist/ui-kit/Calculator/renderBinaryRadioButtonGroup.d.ts +14 -14
- package/dist/ui-kit/Calculator/renderBinaryRadioButtonGroup.js +7 -7
- package/dist/ui-kit/Calculator/renderDaysInput.d.ts +3 -3
- package/dist/ui-kit/Calculator/renderDaysInput.js +8 -8
- package/dist/ui-kit/Calculator/renderFootnote.d.ts +2 -2
- package/dist/ui-kit/Calculator/renderFootnote.js +6 -6
- package/dist/ui-kit/Calculator/renderMonthsInput.d.ts +7 -7
- package/dist/ui-kit/Calculator/renderMonthsInput.js +8 -8
- package/dist/ui-kit/Calculator/renderPaymentType.d.ts +3 -3
- package/dist/ui-kit/Calculator/renderPaymentType.js +12 -12
- package/dist/ui-kit/Calculator/renderPayout.d.ts +3 -3
- package/dist/ui-kit/Calculator/renderPayout.js +11 -11
- package/dist/ui-kit/Calculator/renderRate.d.ts +10 -10
- package/dist/ui-kit/Calculator/renderRate.js +8 -8
- package/dist/ui-kit/Calculator/renderWantedSumInput.d.ts +8 -8
- package/dist/ui-kit/Calculator/renderWantedSumInput.js +13 -13
- package/dist/ui-kit/Calculator/setDefaultParamsCalc.d.ts +12 -12
- package/dist/ui-kit/Calculator/setDefaultParamsCalc.js +10 -10
- package/dist/ui-kit/Checkbox/Checkbox.d.ts +2 -2
- package/dist/ui-kit/Checkbox/Checkbox.js +32 -32
- package/dist/ui-kit/Checkbox/CheckboxProps.d.ts +9 -9
- package/dist/ui-kit/Checkbox/CheckboxProps.js +1 -1
- package/dist/ui-kit/Checkbox/CheckboxWithError.d.ts +2 -2
- package/dist/ui-kit/Checkbox/CheckboxWithError.js +8 -8
- package/dist/ui-kit/Checkbox/checkboxStyle.d.ts +1 -1
- package/dist/ui-kit/Checkbox/checkboxStyle.js +3 -3
- package/dist/ui-kit/ClientOnly.d.ts +1 -1
- package/dist/ui-kit/ClientOnly.js +6 -6
- package/dist/ui-kit/ControlProps.d.ts +4 -4
- package/dist/ui-kit/ControlProps.js +1 -1
- package/dist/ui-kit/ControlStateProps.d.ts +4 -4
- package/dist/ui-kit/ControlStateProps.js +1 -1
- package/dist/ui-kit/CookiePopup/CookiePopup.d.ts +6 -6
- package/dist/ui-kit/CookiePopup/CookiePopup.js +24 -24
- package/dist/ui-kit/CurrencyInput/CurrencyInput.d.ts +2 -2
- package/dist/ui-kit/CurrencyInput/CurrencyInput.js +7 -7
- package/dist/ui-kit/CurrencyInput/adjustValue.d.ts +3 -3
- package/dist/ui-kit/CurrencyInput/adjustValue.js +23 -23
- package/dist/ui-kit/DatePicker/Calendar.d.ts +10 -10
- package/dist/ui-kit/DatePicker/Calendar.js +25 -25
- package/dist/ui-kit/DatePicker/DatePicker.d.ts +10 -10
- package/dist/ui-kit/DatePicker/DatePicker.js +43 -43
- package/dist/ui-kit/DatePicker/DatePickerControl.d.ts +9 -9
- package/dist/ui-kit/DatePicker/DatePickerControl.js +8 -8
- package/dist/ui-kit/DatePicker/getYears.d.ts +1 -1
- package/dist/ui-kit/DatePicker/getYears.js +5 -5
- package/dist/ui-kit/DatePicker/months.d.ts +1 -1
- package/dist/ui-kit/DatePicker/months.js +16 -16
- package/dist/ui-kit/DatePicker/renderCalendarCells.d.ts +12 -12
- package/dist/ui-kit/DatePicker/renderCalendarCells.js +34 -34
- package/dist/ui-kit/DatePicker/useDatePickerManager.d.ts +26 -26
- package/dist/ui-kit/DatePicker/useDatePickerManager.js +47 -47
- package/dist/ui-kit/DialogManager/CloseButton.d.ts +7 -7
- package/dist/ui-kit/DialogManager/CloseButton.js +7 -7
- package/dist/ui-kit/DialogManager/Dialog.d.ts +9 -9
- package/dist/ui-kit/DialogManager/Dialog.js +16 -16
- package/dist/ui-kit/DialogManager/DialogAction.d.ts +12 -12
- package/dist/ui-kit/DialogManager/DialogAction.js +1 -1
- package/dist/ui-kit/DialogManager/DialogManager.d.ts +2 -2
- package/dist/ui-kit/DialogManager/DialogManager.js +38 -38
- package/dist/ui-kit/DialogManager/isDialogOpen.d.ts +2 -2
- package/dist/ui-kit/DialogManager/isDialogOpen.js +4 -4
- package/dist/ui-kit/DialogManager/useDialogManager.d.ts +10 -10
- package/dist/ui-kit/DialogManager/useDialogManager.js +9 -9
- package/dist/ui-kit/DialogManager/useDialogsList.d.ts +7 -7
- package/dist/ui-kit/DialogManager/useDialogsList.js +36 -36
- package/dist/ui-kit/Foldable/DefaultFoldButton.d.ts +15 -15
- package/dist/ui-kit/Foldable/DefaultFoldButton.js +20 -20
- package/dist/ui-kit/Foldable/Foldable.d.ts +10 -10
- package/dist/ui-kit/Foldable/Foldable.js +14 -14
- package/dist/ui-kit/Foldable/FoldablePartProps.d.ts +4 -4
- package/dist/ui-kit/Foldable/FoldablePartProps.js +1 -1
- package/dist/ui-kit/Foldable/FoldableSection.d.ts +5 -5
- package/dist/ui-kit/Foldable/FoldableSection.js +17 -17
- package/dist/ui-kit/HeaderItem/HeaderItem.d.ts +2 -2
- package/dist/ui-kit/HeaderItem/HeaderItem.js +13 -13
- package/dist/ui-kit/HeaderItem/HeaderItem.mobile.d.ts +3 -3
- package/dist/ui-kit/HeaderItem/HeaderItem.mobile.js +12 -12
- package/dist/ui-kit/Heading/Heading.d.ts +2 -2
- package/dist/ui-kit/Heading/Heading.js +19 -19
- package/dist/ui-kit/Heading/HeadingProps.d.ts +19 -19
- package/dist/ui-kit/Heading/HeadingProps.js +1 -1
- package/dist/ui-kit/Heading/headingTag.d.ts +2 -2
- package/dist/ui-kit/Heading/headingTag.js +4 -4
- package/dist/ui-kit/Heading/headingTag.mobile.d.ts +2 -2
- package/dist/ui-kit/Heading/headingTag.mobile.js +12 -12
- package/dist/ui-kit/Icon/Icon.d.ts +2 -2
- package/dist/ui-kit/Icon/Icon.js +36 -36
- package/dist/ui-kit/Icon/IconProps.d.ts +29 -29
- package/dist/ui-kit/Icon/IconProps.js +1 -1
- package/dist/ui-kit/Icon/RoundedIcon.d.ts +7 -7
- package/dist/ui-kit/Icon/RoundedIcon.js +19 -19
- package/dist/ui-kit/Img/Img.d.ts +2 -2
- package/dist/ui-kit/Img/Img.js +12 -12
- package/dist/ui-kit/Img/ImgAsPicture.d.ts +2 -2
- package/dist/ui-kit/Img/ImgAsPicture.js +24 -24
- package/dist/ui-kit/Img/ImgProps.d.ts +9 -9
- package/dist/ui-kit/Img/ImgProps.js +1 -1
- package/dist/ui-kit/InnerTable/InnerTable.d.ts +5 -5
- package/dist/ui-kit/InnerTable/InnerTable.js +19 -19
- package/dist/ui-kit/InnerTable/InnerTableBody.d.ts +6 -6
- package/dist/ui-kit/InnerTable/InnerTableBody.js +12 -12
- package/dist/ui-kit/InnerTable/InnerTableBodyItem.d.ts +5 -5
- package/dist/ui-kit/InnerTable/InnerTableBodyItem.js +20 -20
- package/dist/ui-kit/InnerTable/InnerTableBodyItem.mobile.d.ts +5 -5
- package/dist/ui-kit/InnerTable/InnerTableBodyItem.mobile.js +7 -7
- package/dist/ui-kit/InnerTable/InnerTableButton.d.ts +8 -8
- package/dist/ui-kit/InnerTable/InnerTableButton.js +7 -7
- package/dist/ui-kit/InnerTable/InnerTableHeader.d.ts +7 -7
- package/dist/ui-kit/InnerTable/InnerTableHeader.js +11 -11
- package/dist/ui-kit/InnerTable/InnerTableProps.d.ts +21 -21
- package/dist/ui-kit/InnerTable/InnerTableProps.js +1 -1
- package/dist/ui-kit/InnerTable/getHorizontalShift.d.ts +2 -2
- package/dist/ui-kit/InnerTable/getHorizontalShift.js +6 -6
- package/dist/ui-kit/InnerTable/linkButtonVersion.d.ts +1 -1
- package/dist/ui-kit/InnerTable/linkButtonVersion.js +3 -3
- package/dist/ui-kit/InnerTable/linkButtonVersion.mobile.d.ts +1 -1
- package/dist/ui-kit/InnerTable/linkButtonVersion.mobile.js +3 -3
- package/dist/ui-kit/InnerTable/renderInnerTableRow.d.ts +3 -3
- package/dist/ui-kit/InnerTable/renderInnerTableRow.js +18 -18
- package/dist/ui-kit/InnerTable/useTariffsInnerTableData.d.ts +1 -1
- package/dist/ui-kit/InnerTable/useTariffsInnerTableData.js +15 -15
- package/dist/ui-kit/Input/Input.d.ts +2 -2
- package/dist/ui-kit/Input/Input.js +24 -24
- package/dist/ui-kit/Input/InputControl.d.ts +2 -2
- package/dist/ui-kit/Input/InputControl.js +8 -8
- package/dist/ui-kit/Input/InputPhoneControl.d.ts +2 -2
- package/dist/ui-kit/Input/InputPhoneControl.js +8 -8
- package/dist/ui-kit/Input/InputProps.d.ts +20 -20
- package/dist/ui-kit/Input/InputProps.js +1 -1
- package/dist/ui-kit/Input/inputValidStyle.d.ts +1 -1
- package/dist/ui-kit/Input/inputValidStyle.js +3 -3
- package/dist/ui-kit/Input/renderErrorText.d.ts +2 -2
- package/dist/ui-kit/Input/renderErrorText.js +6 -6
- package/dist/ui-kit/Input/renderLabel.d.ts +2 -2
- package/dist/ui-kit/Input/renderLabel.js +6 -6
- package/dist/ui-kit/InputRange/InputRange.d.ts +2 -2
- package/dist/ui-kit/InputRange/InputRange.js +29 -29
- package/dist/ui-kit/InputRange/InputRangeProps.d.ts +11 -11
- package/dist/ui-kit/InputRange/InputRangeProps.js +1 -1
- package/dist/ui-kit/InputRange/parseDecimal.d.ts +1 -1
- package/dist/ui-kit/InputRange/parseDecimal.js +8 -8
- package/dist/ui-kit/InputRange/renderRangeWithTicks.d.ts +12 -12
- package/dist/ui-kit/InputRange/renderRangeWithTicks.js +19 -19
- package/dist/ui-kit/LinkButton/ArrowButton.d.ts +7 -7
- package/dist/ui-kit/LinkButton/ArrowButton.js +15 -15
- package/dist/ui-kit/LinkButton/ButtonInner.d.ts +3 -3
- package/dist/ui-kit/LinkButton/ButtonInner.js +21 -21
- package/dist/ui-kit/LinkButton/ButtonsSectionContent.d.ts +8 -8
- package/dist/ui-kit/LinkButton/ButtonsSectionContent.js +1 -1
- package/dist/ui-kit/LinkButton/GetButtonClassParams.d.ts +7 -7
- package/dist/ui-kit/LinkButton/GetButtonClassParams.js +1 -1
- package/dist/ui-kit/LinkButton/LinkButton.d.ts +3 -3
- package/dist/ui-kit/LinkButton/LinkButton.js +20 -20
- package/dist/ui-kit/LinkButton/LinkButtonContent.d.ts +23 -23
- package/dist/ui-kit/LinkButton/LinkButtonContent.js +1 -1
- package/dist/ui-kit/LinkButton/LinkButtonProps.d.ts +17 -17
- package/dist/ui-kit/LinkButton/LinkButtonProps.js +1 -1
- package/dist/ui-kit/LinkButton/buttonClassNameConstants.d.ts +9 -9
- package/dist/ui-kit/LinkButton/buttonClassNameConstants.js +35 -35
- package/dist/ui-kit/LinkButton/getDisabledButtonClasses.d.ts +3 -3
- package/dist/ui-kit/LinkButton/getDisabledButtonClasses.js +12 -12
- package/dist/ui-kit/LinkButton/getRegularButtonClasses.d.ts +3 -3
- package/dist/ui-kit/LinkButton/getRegularButtonClasses.js +12 -12
- package/dist/ui-kit/LinkButton/renderArrows.d.ts +13 -13
- package/dist/ui-kit/LinkButton/renderArrows.js +14 -14
- package/dist/ui-kit/LinkButton/renderButtonsSection.d.ts +10 -10
- package/dist/ui-kit/LinkButton/renderButtonsSection.js +24 -24
- package/dist/ui-kit/LinkButton/useFormSubmit.d.ts +4 -4
- package/dist/ui-kit/LinkButton/useFormSubmit.js +25 -25
- package/dist/ui-kit/LinkWrapper/LinkWrapper.d.ts +10 -10
- package/dist/ui-kit/LinkWrapper/LinkWrapper.js +13 -13
- package/dist/ui-kit/ListControlProps.d.ts +4 -4
- package/dist/ui-kit/ListControlProps.js +1 -1
- package/dist/ui-kit/LocationDialog/LocationDialog.d.ts +6 -6
- package/dist/ui-kit/LocationDialog/LocationDialog.js +41 -41
- package/dist/ui-kit/LocationDialog/SearchBar.d.ts +6 -6
- package/dist/ui-kit/LocationDialog/SearchBar.js +9 -9
- package/dist/ui-kit/LocationDialog/renderForeignOffices.d.ts +3 -3
- package/dist/ui-kit/LocationDialog/renderForeignOffices.js +14 -14
- package/dist/ui-kit/LocationDialog/renderRegion.d.ts +6 -6
- package/dist/ui-kit/LocationDialog/renderRegion.js +8 -8
- package/dist/ui-kit/LocationDialog/renderRegionGroup.d.ts +4 -4
- package/dist/ui-kit/LocationDialog/renderRegionGroup.js +7 -7
- package/dist/ui-kit/LocationDialog/useLocationDialog.d.ts +6 -6
- package/dist/ui-kit/LocationDialog/useLocationDialog.js +13 -13
- package/dist/ui-kit/Logo/Logo.d.ts +12 -12
- package/dist/ui-kit/Logo/Logo.js +17 -17
- package/dist/ui-kit/Logo/iconSize.d.ts +4 -4
- package/dist/ui-kit/Logo/iconSize.js +3 -3
- package/dist/ui-kit/Logo/iconSize.mobile.d.ts +4 -4
- package/dist/ui-kit/Logo/iconSize.mobile.js +3 -3
- package/dist/ui-kit/Logo/logoTitleSizeStyle.d.ts +1 -1
- package/dist/ui-kit/Logo/logoTitleSizeStyle.js +3 -3
- package/dist/ui-kit/Logo/logoTitleSizeStyle.mobile.d.ts +1 -1
- package/dist/ui-kit/Logo/logoTitleSizeStyle.mobile.js +3 -3
- package/dist/ui-kit/Logo/renderImage.d.ts +6 -6
- package/dist/ui-kit/Logo/renderImage.js +22 -22
- package/dist/ui-kit/NotFound/NotFound.d.ts +2 -2
- package/dist/ui-kit/NotFound/NotFound.js +8 -11
- package/dist/ui-kit/NotFound/NotFound.js.map +1 -1
- package/dist/ui-kit/NumberInput/NumberInput.d.ts +8 -8
- package/dist/ui-kit/NumberInput/NumberInput.js +21 -21
- package/dist/ui-kit/Pagination/PageSizeSelector.d.ts +7 -7
- package/dist/ui-kit/Pagination/PageSizeSelector.js +11 -11
- package/dist/ui-kit/Pagination/Pagination.d.ts +9 -9
- package/dist/ui-kit/Pagination/Pagination.js +7 -7
- package/dist/ui-kit/Pagination/PaginationContainer.d.ts +7 -7
- package/dist/ui-kit/Pagination/PaginationContainer.js +30 -30
- package/dist/ui-kit/Pagination/paginationBlockStyle.d.ts +1 -1
- package/dist/ui-kit/Pagination/paginationBlockStyle.js +3 -3
- package/dist/ui-kit/Pagination/renderPages.d.ts +3 -3
- package/dist/ui-kit/Pagination/renderPages.js +17 -17
- package/dist/ui-kit/Pagination/shouldRenderPage.d.ts +1 -1
- package/dist/ui-kit/Pagination/shouldRenderPage.js +8 -8
- package/dist/ui-kit/Paragraph/Paragraph.d.ts +2 -2
- package/dist/ui-kit/Paragraph/Paragraph.js +6 -6
- package/dist/ui-kit/Paragraph/ParagraphProps.d.ts +7 -7
- package/dist/ui-kit/Paragraph/ParagraphProps.js +1 -1
- package/dist/ui-kit/PhoneInput/PhoneInput.d.ts +2 -2
- package/dist/ui-kit/PhoneInput/PhoneInput.js +14 -14
- package/dist/ui-kit/PhoneInput/normalizePhone.d.ts +1 -1
- package/dist/ui-kit/PhoneInput/normalizePhone.js +16 -16
- package/dist/ui-kit/PopupManager/PopupAction.d.ts +16 -16
- package/dist/ui-kit/PopupManager/PopupAction.js +1 -1
- package/dist/ui-kit/PopupManager/PopupManager.d.ts +2 -2
- package/dist/ui-kit/PopupManager/PopupManager.js +39 -39
- package/dist/ui-kit/PopupManager/usePopupManager.d.ts +7 -7
- package/dist/ui-kit/PopupManager/usePopupManager.js +9 -9
- package/dist/ui-kit/PreventableEvent.d.ts +7 -7
- package/dist/ui-kit/PreventableEvent.js +1 -1
- package/dist/ui-kit/PriceList/PriceList.d.ts +2 -2
- package/dist/ui-kit/PriceList/PriceList.js +8 -8
- package/dist/ui-kit/PriceList/PriceListProps.d.ts +9 -9
- package/dist/ui-kit/PriceList/PriceListProps.js +1 -1
- package/dist/ui-kit/Radio/Radio.d.ts +2 -2
- package/dist/ui-kit/Radio/Radio.js +9 -9
- package/dist/ui-kit/Radio/RadioProps.d.ts +8 -8
- package/dist/ui-kit/Radio/RadioProps.js +1 -1
- package/dist/ui-kit/RadioButtonGroup/RadioButtonGroup.d.ts +15 -15
- package/dist/ui-kit/RadioButtonGroup/RadioButtonGroup.js +11 -11
- package/dist/ui-kit/ReportDialog/ReportDialog.d.ts +5 -5
- package/dist/ui-kit/ReportDialog/ReportDialog.js +21 -21
- package/dist/ui-kit/ReportDialog/useReportDialog.d.ts +6 -6
- package/dist/ui-kit/ReportDialog/useReportDialog.js +13 -13
- package/dist/ui-kit/ResponseTypeDialog/ResponseTypeDialog.d.ts +4 -4
- package/dist/ui-kit/ResponseTypeDialog/ResponseTypeDialog.js +19 -19
- package/dist/ui-kit/ResponseTypeDialog/useResponseTypeDialog.d.ts +8 -8
- package/dist/ui-kit/ResponseTypeDialog/useResponseTypeDialog.js +13 -13
- package/dist/ui-kit/RichText/RichText.d.ts +2 -2
- package/dist/ui-kit/RichText/RichText.js +14 -14
- package/dist/ui-kit/RichText/RichTextProps.d.ts +20 -20
- package/dist/ui-kit/RichText/RichTextProps.js +1 -1
- package/dist/ui-kit/RichText/getHtmlText.d.ts +1 -1
- package/dist/ui-kit/RichText/getHtmlText.js +4 -4
- package/dist/ui-kit/SVG.d.ts +21 -21
- package/dist/ui-kit/SVG.js +10 -10
- package/dist/ui-kit/SearchBar/SearchBar.d.ts +9 -9
- package/dist/ui-kit/SearchBar/SearchBar.js +23 -23
- package/dist/ui-kit/SearchDialog/SearchDialog.d.ts +6 -6
- package/dist/ui-kit/SearchDialog/SearchDialog.js +26 -26
- package/dist/ui-kit/SearchDialog/SearchInput.d.ts +9 -9
- package/dist/ui-kit/SearchDialog/SearchInput.js +14 -14
- package/dist/ui-kit/SearchDialog/useSearchDialog.d.ts +6 -6
- package/dist/ui-kit/SearchDialog/useSearchDialog.js +13 -13
- package/dist/ui-kit/Select/Option.d.ts +4 -4
- package/dist/ui-kit/Select/Option.js +1 -1
- package/dist/ui-kit/Select/Select.d.ts +16 -16
- package/dist/ui-kit/Select/Select.js +36 -36
- package/dist/ui-kit/Select/SelectControl.d.ts +9 -9
- package/dist/ui-kit/Select/SelectControl.js +7 -7
- package/dist/ui-kit/Select/SelectPopup.d.ts +13 -13
- package/dist/ui-kit/Select/SelectPopup.js +14 -14
- package/dist/ui-kit/Select/filterOptions.d.ts +2 -2
- package/dist/ui-kit/Select/filterOptions.js +9 -9
- package/dist/ui-kit/Select/formatOption.d.ts +2 -2
- package/dist/ui-kit/Select/formatOption.js +4 -4
- package/dist/ui-kit/Select/useSelectPopup.d.ts +9 -9
- package/dist/ui-kit/Select/useSelectPopup.js +34 -34
- package/dist/ui-kit/Shimmer/Shimmer.d.ts +5 -5
- package/dist/ui-kit/Shimmer/Shimmer.js +12 -12
- package/dist/ui-kit/Sitemap/Sitemap.d.ts +2 -2
- package/dist/ui-kit/Sitemap/Sitemap.js +19 -19
- package/dist/ui-kit/Sitemap/Sitemap.mobile.d.ts +2 -2
- package/dist/ui-kit/Sitemap/Sitemap.mobile.js +10 -10
- package/dist/ui-kit/Sitemap/SitemapProps.d.ts +5 -5
- package/dist/ui-kit/Sitemap/SitemapProps.js +1 -1
- package/dist/ui-kit/Sitemap/isVisibleItem.d.ts +2 -2
- package/dist/ui-kit/Sitemap/isVisibleItem.js +4 -4
- package/dist/ui-kit/SlideCheckbox/SlideCheckbox.d.ts +8 -8
- package/dist/ui-kit/SlideCheckbox/SlideCheckbox.js +7 -7
- package/dist/ui-kit/SlideCheckboxGroup/SlideCheckboxGroup.d.ts +11 -11
- package/dist/ui-kit/SlideCheckboxGroup/SlideCheckboxGroup.js +20 -20
- package/dist/ui-kit/SwipeListControl/SwipeListContainer.d.ts +22 -22
- package/dist/ui-kit/SwipeListControl/SwipeListContainer.js +44 -44
- package/dist/ui-kit/SwipeListControl/SwipeListControl.d.ts +14 -14
- package/dist/ui-kit/SwipeListControl/SwipeListControl.js +25 -25
- package/dist/ui-kit/SwipeListControl/SwipeListControlContent.d.ts +33 -33
- package/dist/ui-kit/SwipeListControl/SwipeListControlContent.js +1 -1
- package/dist/ui-kit/SwipeListControl/SwipeListDots.d.ts +14 -14
- package/dist/ui-kit/SwipeListControl/SwipeListDots.js +28 -28
- package/dist/ui-kit/SwipeListControl/SwipeListItem.d.ts +14 -14
- package/dist/ui-kit/SwipeListControl/SwipeListItem.js +16 -16
- package/dist/ui-kit/SwipeListControl/SwipeListScrollButtons.d.ts +8 -8
- package/dist/ui-kit/SwipeListControl/SwipeListScrollButtons.js +13 -13
- package/dist/ui-kit/SwipeListControl/getContainerHeight.d.ts +4 -4
- package/dist/ui-kit/SwipeListControl/getContainerHeight.js +12 -12
- package/dist/ui-kit/SwipeListControl/scrollBy.d.ts +1 -1
- package/dist/ui-kit/SwipeListControl/scrollBy.js +7 -7
- package/dist/ui-kit/SwipeListControl/scrollToEnd.d.ts +1 -1
- package/dist/ui-kit/SwipeListControl/scrollToEnd.js +6 -6
- package/dist/ui-kit/SwipeListControl/scrollToStart.d.ts +1 -1
- package/dist/ui-kit/SwipeListControl/scrollToStart.js +6 -6
- package/dist/ui-kit/SwipeListControl/useSwipeListScroll.d.ts +17 -17
- package/dist/ui-kit/SwipeListControl/useSwipeListScroll.js +66 -66
- package/dist/ui-kit/TableArrowScrollControl/TableArrowScrollControl.d.ts +2 -2
- package/dist/ui-kit/TableArrowScrollControl/TableArrowScrollControl.js +16 -16
- package/dist/ui-kit/TableArrowScrollControl/TableArrowScrollControlProps.d.ts +9 -9
- package/dist/ui-kit/TableArrowScrollControl/TableArrowScrollControlProps.js +1 -1
- package/dist/ui-kit/TabsControl/ScrollableTabsControl.d.ts +2 -2
- package/dist/ui-kit/TabsControl/ScrollableTabsControl.js +44 -44
- package/dist/ui-kit/TabsControl/TabItem.d.ts +17 -17
- package/dist/ui-kit/TabsControl/TabItem.js +23 -23
- package/dist/ui-kit/TabsControl/TabItemInner.d.ts +7 -7
- package/dist/ui-kit/TabsControl/TabItemInner.js +41 -41
- package/dist/ui-kit/TabsControl/TabItemInner.js.map +1 -1
- package/dist/ui-kit/TabsControl/TabsControl.d.ts +2 -2
- package/dist/ui-kit/TabsControl/TabsControl.js +7 -7
- package/dist/ui-kit/TabsControl/TabsControlProps.d.ts +20 -20
- package/dist/ui-kit/TabsControl/TabsControlProps.js +1 -1
- package/dist/ui-kit/TabsControl/renderTab.d.ts +4 -4
- package/dist/ui-kit/TabsControl/renderTab.js +6 -6
- package/dist/ui-kit/TabsControl/renderTabItemInner.d.ts +11 -11
- package/dist/ui-kit/TabsControl/renderTabItemInner.js +22 -22
- package/dist/ui-kit/Tags/Tags.d.ts +6 -6
- package/dist/ui-kit/Tags/Tags.js +8 -8
- package/dist/ui-kit/Tags/TagsContent.d.ts +6 -6
- package/dist/ui-kit/Tags/TagsContent.js +1 -1
- package/dist/ui-kit/Text/Text.d.ts +9 -9
- package/dist/ui-kit/Text/Text.js +6 -6
- package/dist/ui-kit/Text/TextProps.d.ts +28 -28
- package/dist/ui-kit/Text/TextProps.js +1 -1
- package/dist/ui-kit/TextWithIcon/TextWithIcon.d.ts +13 -13
- package/dist/ui-kit/TextWithIcon/TextWithIcon.js +9 -9
- package/dist/ui-kit/TopItem/TopItem.d.ts +11 -11
- package/dist/ui-kit/TopItem/TopItem.js +19 -19
- package/dist/ui-kit/Unit/Unit.d.ts +2 -2
- package/dist/ui-kit/Unit/Unit.js +8 -8
- package/dist/ui-kit/Unit/UnitProps.d.ts +8 -8
- package/dist/ui-kit/Unit/UnitProps.js +1 -1
- package/dist/ui-kit/YandexMap/YandexMap.d.ts +8 -8
- package/dist/ui-kit/YandexMap/YandexMap.js +55 -55
- package/dist/ui-kit/YandexMap/ZoomButton.d.ts +7 -7
- package/dist/ui-kit/YandexMap/ZoomButton.js +23 -23
- package/dist/ui-kit/YandexMap/defaultStyle.d.ts +6 -6
- package/dist/ui-kit/YandexMap/defaultStyle.js +8 -8
- package/dist/ui-kit/YandexMap/mockPoints.d.ts +5 -5
- package/dist/ui-kit/YandexMap/mockPoints.js +27 -27
- package/dist/ui-kit/YandexMap/renderClusterer.d.ts +7 -7
- package/dist/ui-kit/YandexMap/renderClusterer.js +56 -56
- package/dist/ui-kit/YandexMap/renderSearchField.d.ts +4 -4
- package/dist/ui-kit/YandexMap/renderSearchField.js +31 -31
- package/dist/ui-kit/YandexMap/renderUserGeolocation.d.ts +5 -5
- package/dist/ui-kit/YandexMap/renderUserGeolocation.js +27 -27
- package/dist/ui-kit/YandexMap/useYandexMaps.d.ts +2 -2
- package/dist/ui-kit/YandexMap/useYandexMaps.js +10 -10
- package/dist/utils/BoolComparator.d.ts +11 -11
- package/dist/utils/BoolComparator.js +18 -18
- package/dist/utils/Comparator.d.ts +4 -4
- package/dist/utils/Comparator.js +8 -8
- package/dist/utils/Nullable.d.ts +1 -1
- package/dist/utils/Nullable.js +1 -1
- package/dist/utils/adjustBase.d.ts +1 -1
- package/dist/utils/adjustBase.js +4 -4
- package/dist/utils/adjustHref.d.ts +5 -5
- package/dist/utils/adjustHref.js +24 -24
- package/dist/utils/adjustSessionQuery.d.ts +1 -1
- package/dist/utils/adjustSessionQuery.js +16 -16
- package/dist/utils/adjustSrc.d.ts +2 -2
- package/dist/utils/adjustSrc.js +11 -11
- package/dist/utils/appendSlash.d.ts +1 -1
- package/dist/utils/appendSlash.js +4 -4
- package/dist/utils/areArraysEqual.d.ts +1 -1
- package/dist/utils/areArraysEqual.js +4 -4
- package/dist/utils/arrayByRange.d.ts +1 -1
- package/dist/utils/arrayByRange.js +4 -4
- package/dist/utils/assertNonEmpty.d.ts +1 -1
- package/dist/utils/assertNonEmpty.js +9 -9
- package/dist/utils/assertUnreachable.d.ts +1 -1
- package/dist/utils/assertUnreachable.js +6 -6
- package/dist/utils/avg.d.ts +1 -1
- package/dist/utils/avg.js +5 -5
- package/dist/utils/clamp.d.ts +1 -1
- package/dist/utils/clamp.js +4 -4
- package/dist/utils/dataAttributes.d.ts +6 -6
- package/dist/utils/dataAttributes.js +16 -16
- package/dist/utils/debounce.d.ts +5 -5
- package/dist/utils/debounce.js +18 -18
- package/dist/utils/deviation.d.ts +1 -1
- package/dist/utils/deviation.js +5 -5
- package/dist/utils/dirname.d.ts +1 -1
- package/dist/utils/dirname.js +4 -4
- package/dist/utils/fetchJSON.d.ts +3 -3
- package/dist/utils/fetchJSON.js +23 -23
- package/dist/utils/fetchMultitudeJSON.d.ts +2 -2
- package/dist/utils/fetchMultitudeJSON.js +8 -8
- package/dist/utils/formatBytes.d.ts +1 -1
- package/dist/utils/formatBytes.js +12 -12
- package/dist/utils/formatDate.d.ts +1 -1
- package/dist/utils/formatDate.js +14 -14
- package/dist/utils/formatPhone.d.ts +1 -1
- package/dist/utils/formatPhone.js +4 -4
- package/dist/utils/getBasePath.d.ts +1 -1
- package/dist/utils/getBasePath.js +12 -12
- package/dist/utils/getBorderStyle.d.ts +1 -1
- package/dist/utils/getBorderStyle.js +6 -6
- package/dist/utils/getColSpan.d.ts +1 -1
- package/dist/utils/getColSpan.js +8 -8
- package/dist/utils/getCurrentDate.d.ts +1 -1
- package/dist/utils/getCurrentDate.js +6 -6
- package/dist/utils/getGeolocation.d.ts +1 -1
- package/dist/utils/getGeolocation.js +4 -4
- package/dist/utils/getInnerPadding.d.ts +2 -2
- package/dist/utils/getInnerPadding.js +4 -4
- package/dist/utils/getSanitizedValue.d.ts +1 -1
- package/dist/utils/getSanitizedValue.js +4 -4
- package/dist/utils/getSessionQuery.d.ts +1 -1
- package/dist/utils/getSessionQuery.js +11 -11
- package/dist/utils/getUrlParams.d.ts +1 -1
- package/dist/utils/getUrlParams.js +7 -7
- package/dist/utils/getVersion.d.ts +2 -2
- package/dist/utils/getVersion.js +4 -4
- package/dist/utils/groupBy.d.ts +1 -1
- package/dist/utils/groupBy.js +12 -12
- package/dist/utils/identity.d.ts +1 -1
- package/dist/utils/identity.js +4 -4
- package/dist/utils/isEmpty.d.ts +1 -1
- package/dist/utils/isEmpty.js +8 -8
- package/dist/utils/isIcon.d.ts +2 -2
- package/dist/utils/isIcon.js +4 -4
- package/dist/utils/isOdd.d.ts +1 -1
- package/dist/utils/isOdd.js +4 -4
- package/dist/utils/isOnlyDigits.d.ts +1 -1
- package/dist/utils/isOnlyDigits.js +4 -4
- package/dist/utils/isPictureSizeEmpty.d.ts +2 -2
- package/dist/utils/isPictureSizeEmpty.js +6 -6
- package/dist/utils/isUUID.d.ts +1 -1
- package/dist/utils/isUUID.js +6 -6
- package/dist/utils/jaroWinklerDistance.d.ts +1 -1
- package/dist/utils/jaroWinklerDistance.js +66 -66
- package/dist/utils/joinList.d.ts +1 -1
- package/dist/utils/joinList.js +4 -4
- package/dist/utils/mapChildren.d.ts +2 -2
- package/dist/utils/mapChildren.js +9 -9
- package/dist/utils/mapCookie.d.ts +1 -1
- package/dist/utils/mapCookie.js +10 -10
- package/dist/utils/maxBy.d.ts +3 -3
- package/dist/utils/maxBy.js +7 -7
- package/dist/utils/mergeIntervals.d.ts +1 -1
- package/dist/utils/mergeIntervals.js +19 -19
- package/dist/utils/minBy.d.ts +2 -2
- package/dist/utils/minBy.js +6 -6
- package/dist/utils/noop.d.ts +1 -1
- package/dist/utils/noop.js +6 -6
- package/dist/utils/roundTo.d.ts +1 -1
- package/dist/utils/roundTo.js +7 -7
- package/dist/utils/style.d.ts +5 -5
- package/dist/utils/style.js +15 -15
- package/dist/utils/sum.d.ts +1 -1
- package/dist/utils/sum.js +4 -4
- package/dist/utils/tableFunc.d.ts +17 -17
- package/dist/utils/tableFunc.js +36 -36
- package/dist/utils/toLocalNumberFormat.d.ts +3 -3
- package/dist/utils/toLocalNumberFormat.js +7 -7
- package/dist/utils/unique.d.ts +1 -1
- package/dist/utils/unique.js +4 -4
- package/dist/utils/url.d.ts +7 -7
- package/dist/utils/url.js +25 -25
- package/dist/utils/zip.d.ts +4 -4
- package/dist/utils/zip.js +6 -6
- package/dist/validation/and.d.ts +2 -2
- package/dist/validation/and.js +4 -4
- package/dist/validation/objectValidator.d.ts +2 -2
- package/dist/validation/objectValidator.js +6 -6
- package/dist/validation/pattern.d.ts +1 -1
- package/dist/validation/pattern.js +5 -5
- package/dist/validation/required.d.ts +1 -1
- package/dist/validation/required.js +4 -4
- package/dist/validation/validator.d.ts +10 -10
- package/dist/validation/validator.js +8 -8
- package/dist/validation/withValidator.d.ts +10 -10
- package/dist/validation/withValidator.js +12 -12
- package/dist/wlc.json +5 -5
- package/lib/BlockRenderer/BlockRendererOptions.d.ts +11 -11
- package/lib/BlockRenderer/BlockRendererOptions.js +1 -1
- package/lib/BlockRenderer/defaultBlockDecorator.d.ts +2 -2
- package/lib/BlockRenderer/defaultBlockDecorator.js +1 -1
- package/lib/BlockRenderer/getParentBlockContent.d.ts +2 -2
- package/lib/BlockRenderer/getParentBlockContent.js +5 -5
- package/lib/BlockRenderer/getParentBlockDef.d.ts +3 -3
- package/lib/BlockRenderer/getParentBlockDef.js +3 -3
- package/lib/BlockRenderer/renderBlock.d.ts +5 -5
- package/lib/BlockRenderer/renderBlock.js +23 -23
- package/lib/BlockRenderer/renderBlockList.d.ts +12 -12
- package/lib/BlockRenderer/renderBlockList.js +15 -15
- package/lib/BlockRenderer/renderChildren.d.ts +11 -11
- package/lib/BlockRenderer/renderChildren.js +9 -9
- package/lib/Env.d.ts +7 -7
- package/lib/Env.js +10 -10
- package/lib/EventBus/EventBus.d.ts +8 -8
- package/lib/EventBus/EventBus.js +27 -27
- package/lib/EventBus/defaultEventBus.d.ts +15 -15
- package/lib/EventBus/defaultEventBus.js +2 -2
- package/lib/EventBus/useLatestEvent.d.ts +2 -2
- package/lib/EventBus/useLatestEvent.js +7 -7
- package/lib/ProjectSettings.d.ts +13 -13
- package/lib/ProjectSettings.js +13 -13
- package/lib/UniBlock/UniBlock.d.ts +17 -17
- package/lib/UniBlock/UniBlock.js +13 -13
- package/lib/UniBlock/UniBlockProps.d.ts +25 -25
- package/lib/UniBlock/UniBlockProps.js +1 -1
- package/lib/UniBlock/extractContent.d.ts +6 -6
- package/lib/UniBlock/extractContent.js +1 -1
- package/lib/api/DaDataAPI.d.ts +15 -15
- package/lib/api/DaDataAPI.js +29 -29
- package/lib/api/LeadServiceAPI.d.ts +24 -24
- package/lib/api/LeadServiceAPI.js +57 -57
- package/lib/common.css +1 -1
- package/lib/components/AdTile/AdTile.d.ts +6 -6
- package/lib/components/AdTile/AdTile.fixture.d.ts +6 -6
- package/lib/components/AdTile/AdTile.js +13 -13
- package/lib/components/AdTile/AdTileContent.d.ts +5 -5
- package/lib/components/AdTile/AdTileContent.js +1 -1
- package/lib/components/ApplicationForm/AcquiringField.d.ts +5 -5
- package/lib/components/ApplicationForm/AcquiringField.js +25 -25
- package/lib/components/ApplicationForm/AddressBranchField.d.ts +6 -6
- package/lib/components/ApplicationForm/AddressBranchField.js +25 -25
- package/lib/components/ApplicationForm/AmountField.d.ts +2 -2
- package/lib/components/ApplicationForm/AmountField.js +7 -7
- package/lib/components/ApplicationForm/ApplicationForm.d.ts +6 -6
- package/lib/components/ApplicationForm/ApplicationForm.fixture.d.ts +21 -21
- package/lib/components/ApplicationForm/ApplicationForm.fixture.mobile.d.ts +21 -21
- package/lib/components/ApplicationForm/ApplicationForm.js +66 -66
- package/lib/components/ApplicationForm/ApplicationFormContent.d.ts +107 -107
- package/lib/components/ApplicationForm/ApplicationFormContent.js +2 -2
- package/lib/components/ApplicationForm/CommentField.d.ts +2 -2
- package/lib/components/ApplicationForm/CommentField.js +6 -6
- package/lib/components/ApplicationForm/CustomFieldProps.d.ts +6 -6
- package/lib/components/ApplicationForm/CustomFieldProps.js +1 -1
- package/lib/components/ApplicationForm/FeedbackMethodField.d.ts +2 -2
- package/lib/components/ApplicationForm/FeedbackMethodField.js +7 -7
- package/lib/components/ApplicationForm/FeedbackTypeField.d.ts +2 -2
- package/lib/components/ApplicationForm/FeedbackTypeField.js +16 -16
- package/lib/components/ApplicationForm/Footnote.d.ts +7 -7
- package/lib/components/ApplicationForm/Footnote.js +6 -6
- package/lib/components/ApplicationForm/IsClientField.d.ts +2 -2
- package/lib/components/ApplicationForm/IsClientField.js +4 -4
- package/lib/components/ApplicationForm/OnlineCheckoutField.d.ts +2 -2
- package/lib/components/ApplicationForm/OnlineCheckoutField.js +5 -5
- package/lib/components/ApplicationForm/PartnerCommentsField.d.ts +2 -2
- package/lib/components/ApplicationForm/PartnerCommentsField.js +11 -11
- package/lib/components/ApplicationForm/PosTerminalField.d.ts +2 -2
- package/lib/components/ApplicationForm/PosTerminalField.js +5 -5
- package/lib/components/ApplicationForm/RegionField.d.ts +2 -2
- package/lib/components/ApplicationForm/RegionField.js +11 -11
- package/lib/components/ApplicationForm/RegionPremiumField.d.ts +2 -2
- package/lib/components/ApplicationForm/RegionPremiumField.js +15 -15
- package/lib/components/ApplicationForm/ServiceDirectionField.d.ts +2 -2
- package/lib/components/ApplicationForm/ServiceDirectionField.js +7 -7
- package/lib/components/ApplicationForm/TermField.d.ts +2 -2
- package/lib/components/ApplicationForm/TermField.js +7 -7
- package/lib/components/ApplicationForm/UltraPremiumField.d.ts +2 -2
- package/lib/components/ApplicationForm/UltraPremiumField.js +7 -7
- package/lib/components/ApplicationForm/VedField.d.ts +3 -3
- package/lib/components/ApplicationForm/VedField.js +20 -20
- package/lib/components/ApplicationForm/contants.d.ts +5 -5
- package/lib/components/ApplicationForm/contants.js +22 -22
- package/lib/components/ApplicationForm/getField.d.ts +7 -7
- package/lib/components/ApplicationForm/getField.js +66 -66
- package/lib/components/ApplicationForm/getFormatData.d.ts +2 -2
- package/lib/components/ApplicationForm/getFormatData.js +22 -22
- package/lib/components/ApplicationForm/getInitialFormState.d.ts +24 -24
- package/lib/components/ApplicationForm/getInitialFormState.js +40 -40
- package/lib/components/ApplicationForm/getNamesFromInput.d.ts +2 -2
- package/lib/components/ApplicationForm/getNamesFromInput.js +1 -1
- package/lib/components/ApplicationForm/getObjectValidator.d.ts +4 -4
- package/lib/components/ApplicationForm/getObjectValidator.js +29 -29
- package/lib/components/ApplicationForm/getPartnerComments.d.ts +2 -2
- package/lib/components/ApplicationForm/getPartnerComments.js +12 -12
- package/lib/components/ApplicationForm/getValidation.d.ts +3 -3
- package/lib/components/ApplicationForm/getValidation.js +2 -2
- package/lib/components/ApplicationForm/renderAgreementSubmit.d.ts +4 -4
- package/lib/components/ApplicationForm/renderAgreementSubmit.js +9 -9
- package/lib/components/ApplicationForm/renderContacts.d.ts +1 -1
- package/lib/components/ApplicationForm/renderContacts.js +4 -4
- package/lib/components/ApplicationForm/renderSubmitButton.d.ts +2 -2
- package/lib/components/ApplicationForm/renderSubmitButton.js +4 -4
- package/lib/components/ApplicationForm/validators.d.ts +6 -6
- package/lib/components/ApplicationForm/validators.js +10 -10
- package/lib/components/BankAccountFiltration/BankAccountFiltration.d.ts +6 -6
- package/lib/components/BankAccountFiltration/BankAccountFiltration.fixture.d.ts +7 -7
- package/lib/components/BankAccountFiltration/BankAccountFiltration.fixture.mobile.d.ts +7 -7
- package/lib/components/BankAccountFiltration/BankAccountFiltration.js +33 -33
- package/lib/components/BankAccountFiltration/BankAccountFiltrationContent.d.ts +22 -22
- package/lib/components/BankAccountFiltration/BankAccountFiltrationContent.js +1 -1
- package/lib/components/BenefitsBlock/BenefitsBlock.d.ts +6 -6
- package/lib/components/BenefitsBlock/BenefitsBlock.fixture.d.ts +10 -10
- package/lib/components/BenefitsBlock/BenefitsBlock.fixture.mobile.d.ts +7 -7
- package/lib/components/BenefitsBlock/BenefitsBlock.js +12 -12
- package/lib/components/BenefitsBlock/BenefitsBlockContent.d.ts +21 -21
- package/lib/components/BenefitsBlock/BenefitsBlockContent.js +1 -1
- package/lib/components/BenefitsBlock/defaultIconSize.d.ts +1 -1
- package/lib/components/BenefitsBlock/defaultIconSize.js +1 -1
- package/lib/components/BenefitsBlock/defaultIconSize.mobile.d.ts +1 -1
- package/lib/components/BenefitsBlock/defaultIconSize.mobile.js +1 -1
- package/lib/components/Blocks.d.ts +2 -2
- package/lib/components/Blocks.js +108 -108
- package/lib/components/Blocks.mobile.d.ts +2 -2
- package/lib/components/Blocks.mobile.js +98 -98
- package/lib/components/BonusBenefitsBlock/BonusBenefitsBlock.d.ts +5 -5
- package/lib/components/BonusBenefitsBlock/BonusBenefitsBlock.fixture.d.ts +8 -8
- package/lib/components/BonusBenefitsBlock/BonusBenefitsBlock.fixture.mobile.d.ts +7 -7
- package/lib/components/BonusBenefitsBlock/BonusBenefitsBlock.js +9 -9
- package/lib/components/BonusBenefitsBlock/BonusBenefitsBlockContent.d.ts +26 -26
- package/lib/components/BonusBenefitsBlock/BonusBenefitsBlockContent.js +1 -1
- package/lib/components/BonusBenefitsBlock/bonusBenefitStyles.d.ts +1 -1
- package/lib/components/BonusBenefitsBlock/bonusBenefitStyles.js +1 -1
- package/lib/components/BonusBenefitsBlock/bonusBenefitStyles.mobile.d.ts +1 -1
- package/lib/components/BonusBenefitsBlock/bonusBenefitStyles.mobile.js +1 -1
- package/lib/components/BonusBenefitsBlock/renderBonusBenefit.d.ts +3 -3
- package/lib/components/BonusBenefitsBlock/renderBonusBenefit.js +6 -6
- package/lib/components/BonusBenefitsBlock/renderBonusBenefits.d.ts +4 -4
- package/lib/components/BonusBenefitsBlock/renderBonusBenefits.js +15 -15
- package/lib/components/BonusBenefitsBlock/renderBonusBenefits.mobile.d.ts +3 -3
- package/lib/components/BonusBenefitsBlock/renderBonusBenefits.mobile.js +4 -4
- package/lib/components/ButtonsBlock/ButtonsBlock.d.ts +6 -6
- package/lib/components/ButtonsBlock/ButtonsBlock.fixture.d.ts +6 -6
- package/lib/components/ButtonsBlock/ButtonsBlock.fixture.mobile.d.ts +6 -6
- package/lib/components/ButtonsBlock/ButtonsBlock.js +10 -10
- package/lib/components/ButtonsBlock/ButtonsBlockContent.d.ts +10 -10
- package/lib/components/ButtonsBlock/ButtonsBlockContent.js +1 -1
- package/lib/components/CalculatorBonus/CalculatorBonus.d.ts +9 -9
- package/lib/components/CalculatorBonus/CalculatorBonus.fixture.d.ts +6 -6
- package/lib/components/CalculatorBonus/CalculatorBonus.fixture.mobile.d.ts +6 -6
- package/lib/components/CalculatorBonus/CalculatorBonus.js +45 -45
- package/lib/components/CalculatorBonus/CalculatorBonusContent.d.ts +6 -6
- package/lib/components/CalculatorBonus/CalculatorBonusContent.js +1 -1
- package/lib/components/CalculatorBonus/getBonus.d.ts +2 -2
- package/lib/components/CalculatorBonus/getBonus.js +21 -21
- package/lib/components/CalculatorBonus/getBonusCalculatorParams.d.ts +36 -36
- package/lib/components/CalculatorBonus/getBonusCalculatorParams.js +23 -23
- package/lib/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.d.ts +5 -5
- package/lib/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.fixture.d.ts +6 -6
- package/lib/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.fixture.mobile.d.ts +6 -6
- package/lib/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.js +57 -57
- package/lib/components/CalculatorBusinessDeposit/CalculatorBusinessDepositContent.d.ts +52 -52
- package/lib/components/CalculatorBusinessDeposit/CalculatorBusinessDepositContent.js +1 -1
- package/lib/components/CalculatorBusinessDeposit/useBusinessDepositParams.d.ts +26 -26
- package/lib/components/CalculatorBusinessDeposit/useBusinessDepositParams.js +66 -66
- package/lib/components/CalculatorBusinessDeposit/useBusinessDepositRates.d.ts +4 -4
- package/lib/components/CalculatorBusinessDeposit/useBusinessDepositRates.js +11 -11
- package/lib/components/CalculatorCredit/CalculatorCredit.d.ts +8 -8
- package/lib/components/CalculatorCredit/CalculatorCredit.fixture.d.ts +7 -7
- package/lib/components/CalculatorCredit/CalculatorCredit.js +85 -85
- package/lib/components/CalculatorCredit/CalculatorCreditContent.d.ts +53 -53
- package/lib/components/CalculatorCredit/CalculatorCreditContent.js +1 -1
- package/lib/components/CalculatorCredit/checkCreditSourceBookRowCommonParams.d.ts +8 -8
- package/lib/components/CalculatorCredit/checkCreditSourceBookRowCommonParams.js +24 -24
- package/lib/components/CalculatorCredit/defaultCreditCalculatorParams.d.ts +2 -2
- package/lib/components/CalculatorCredit/defaultCreditCalculatorParams.js +14 -14
- package/lib/components/CalculatorCredit/getCreditCalculatorLimitParams.d.ts +8 -8
- package/lib/components/CalculatorCredit/getCreditCalculatorLimitParams.js +6 -6
- package/lib/components/CalculatorCredit/getCreditCalculatorParams.d.ts +2 -2
- package/lib/components/CalculatorCredit/getCreditCalculatorParams.js +37 -37
- package/lib/components/CalculatorCredit/getCreditCalculatorRateParams.d.ts +9 -9
- package/lib/components/CalculatorCredit/getCreditCalculatorRateParams.js +10 -10
- package/lib/components/CalculatorCredit/isDefaultParams.d.ts +2 -2
- package/lib/components/CalculatorCredit/isDefaultParams.js +1 -1
- package/lib/components/CalculatorDeposit/CalculatorDeposit.d.ts +9 -9
- package/lib/components/CalculatorDeposit/CalculatorDeposit.fixture.d.ts +9 -9
- package/lib/components/CalculatorDeposit/CalculatorDeposit.fixture.mobile.d.ts +6 -6
- package/lib/components/CalculatorDeposit/CalculatorDeposit.js +128 -128
- package/lib/components/CalculatorDeposit/CalculatorDepositContent.d.ts +41 -41
- package/lib/components/CalculatorDeposit/CalculatorDepositContent.js +1 -1
- package/lib/components/CalculatorDeposit/getDepositCalculatorParams.d.ts +27 -27
- package/lib/components/CalculatorDeposit/getDepositCalculatorParams.js +77 -77
- package/lib/components/CalculatorDeposit/isNotRubles.d.ts +1 -1
- package/lib/components/CalculatorDeposit/isNotRubles.js +1 -1
- package/lib/components/CalculatorDeposit/renderDepositParamsForm.d.ts +4 -4
- package/lib/components/CalculatorDeposit/renderDepositParamsForm.js +46 -46
- package/lib/components/CalculatorDeposit/renderDepositResult.d.ts +12 -12
- package/lib/components/CalculatorDeposit/renderDepositResult.js +7 -7
- package/lib/components/CalculatorDeposit/renderPaymentType.d.ts +3 -3
- package/lib/components/CalculatorDeposit/renderPaymentType.js +9 -9
- package/lib/components/CalculatorDeposit/renderRegistrationType.d.ts +2 -2
- package/lib/components/CalculatorDeposit/renderRegistrationType.js +8 -8
- package/lib/components/CalculatorRefinancing/CalculatorRefinancing.d.ts +9 -9
- package/lib/components/CalculatorRefinancing/CalculatorRefinancing.fixture.d.ts +6 -6
- package/lib/components/CalculatorRefinancing/CalculatorRefinancing.fixture.mobile.d.ts +6 -6
- package/lib/components/CalculatorRefinancing/CalculatorRefinancing.js +69 -69
- package/lib/components/CalculatorRefinancing/CalculatorRefinancingContent.d.ts +10 -10
- package/lib/components/CalculatorRefinancing/CalculatorRefinancingContent.js +1 -1
- package/lib/components/CalculatorRefinancing/checkRefinancingSourceBookRowCommonParams.d.ts +9 -9
- package/lib/components/CalculatorRefinancing/checkRefinancingSourceBookRowCommonParams.js +14 -14
- package/lib/components/CalculatorRefinancing/getRefinancingCalculatorLimitParams.d.ts +9 -9
- package/lib/components/CalculatorRefinancing/getRefinancingCalculatorLimitParams.js +6 -6
- package/lib/components/CalculatorRefinancing/getRefinancingCalculatorParams.d.ts +32 -32
- package/lib/components/CalculatorRefinancing/getRefinancingCalculatorParams.js +42 -42
- package/lib/components/CalculatorRefinancing/getRefinancingCalculatorRateParams.d.ts +13 -13
- package/lib/components/CalculatorRefinancing/getRefinancingCalculatorRateParams.js +33 -33
- package/lib/components/CardTransfer/CardTransfer.d.ts +5 -5
- package/lib/components/CardTransfer/CardTransfer.fixture.d.ts +6 -6
- package/lib/components/CardTransfer/CardTransfer.fixture.mobile.d.ts +6 -6
- package/lib/components/CardTransfer/CardTransfer.js +28 -28
- package/lib/components/CardTransfer/CardTransferContent.d.ts +14 -14
- package/lib/components/CardTransfer/CardTransferContent.js +1 -1
- package/lib/components/Carousel/Carousel.d.ts +6 -6
- package/lib/components/Carousel/Carousel.fixture.d.ts +14 -14
- package/lib/components/Carousel/Carousel.fixture.mobile.d.ts +11 -11
- package/lib/components/Carousel/Carousel.js +26 -26
- package/lib/components/Carousel/CarouselContent.d.ts +20 -20
- package/lib/components/Carousel/CarouselContent.js +1 -1
- package/lib/components/Carousel/itemsGap.d.ts +1 -1
- package/lib/components/Carousel/itemsGap.js +1 -1
- package/lib/components/Carousel/renderCardHighlight.d.ts +6 -6
- package/lib/components/Carousel/renderCardHighlight.js +5 -5
- package/lib/components/Carousel/renderCarouselCards.d.ts +6 -6
- package/lib/components/Carousel/renderCarouselCards.js +33 -33
- package/lib/components/Carousel/visibleItemCount.d.ts +1 -1
- package/lib/components/Carousel/visibleItemCount.js +1 -1
- package/lib/components/Carousel/visibleItemCount.mobile.d.ts +1 -1
- package/lib/components/Carousel/visibleItemCount.mobile.js +1 -1
- package/lib/components/Carousel/visibleItemCountStyle.d.ts +1 -1
- package/lib/components/Carousel/visibleItemCountStyle.js +1 -1
- package/lib/components/Carousel/visibleItemCountStyle.mobile.d.ts +1 -1
- package/lib/components/Carousel/visibleItemCountStyle.mobile.js +1 -1
- package/lib/components/CarouselCard/CarouselCard.d.ts +5 -5
- package/lib/components/CarouselCard/CarouselCard.fixture.d.ts +12 -12
- package/lib/components/CarouselCard/CarouselCard.fixture.mobile.d.ts +8 -8
- package/lib/components/CarouselCard/CarouselCard.js +13 -13
- package/lib/components/CarouselCard/CarouselCardContent.d.ts +11 -11
- package/lib/components/CarouselCard/CarouselCardContent.js +1 -1
- package/lib/components/CarouselCard/constants.d.ts +2 -2
- package/lib/components/CarouselCard/constants.js +4 -4
- package/lib/components/CarouselCard/titleSize.d.ts +1 -1
- package/lib/components/CarouselCard/titleSize.js +1 -1
- package/lib/components/CarouselCard/titleSize.mobile.d.ts +1 -1
- package/lib/components/CarouselCard/titleSize.mobile.js +1 -1
- package/lib/components/CarouselCatalogCard/CarouselCatalogCard.d.ts +5 -5
- package/lib/components/CarouselCatalogCard/CarouselCatalogCard.fixture.d.ts +22 -22
- package/lib/components/CarouselCatalogCard/CarouselCatalogCard.fixture.mobile.d.ts +22 -22
- package/lib/components/CarouselCatalogCard/CarouselCatalogCard.js +15 -15
- package/lib/components/CarouselCatalogCard/CarouselCatalogCardContent.d.ts +15 -15
- package/lib/components/CarouselCatalogCard/CarouselCatalogCardContent.js +1 -1
- package/lib/components/CarouselLinks/CarouselLinkButton.d.ts +5 -5
- package/lib/components/CarouselLinks/CarouselLinkButton.js +14 -14
- package/lib/components/CarouselLinks/CarouselLinks.d.ts +6 -6
- package/lib/components/CarouselLinks/CarouselLinks.fixture.d.ts +6 -6
- package/lib/components/CarouselLinks/CarouselLinks.fixture.mobile.d.ts +6 -6
- package/lib/components/CarouselLinks/CarouselLinks.js +8 -8
- package/lib/components/CarouselLinks/CarouselLinksContent.d.ts +15 -15
- package/lib/components/CarouselLinks/CarouselLinksContent.js +1 -1
- package/lib/components/CarouselRecommendationCard/CarouselRecommendationCard.d.ts +5 -5
- package/lib/components/CarouselRecommendationCard/CarouselRecommendationCard.fixture.d.ts +20 -20
- package/lib/components/CarouselRecommendationCard/CarouselRecommendationCard.fixture.mobile.d.ts +18 -18
- package/lib/components/CarouselRecommendationCard/CarouselRecommendationCard.js +19 -19
- package/lib/components/CarouselRecommendationCard/CarouselRecommendationCardContent.d.ts +18 -18
- package/lib/components/CarouselRecommendationCard/CarouselRecommendationCardContent.js +1 -1
- package/lib/components/CarouselRecommendationCard/ImageAlwaysOnRight.d.ts +1 -1
- package/lib/components/CarouselRecommendationCard/ImageAlwaysOnRight.js +1 -1
- package/lib/components/CarouselRecommendationCard/ImageAlwaysOnRight.mobile.d.ts +1 -1
- package/lib/components/CarouselRecommendationCard/ImageAlwaysOnRight.mobile.js +1 -1
- package/lib/components/CarouselTariffsCard/CarouselTariffsCard.d.ts +5 -5
- package/lib/components/CarouselTariffsCard/CarouselTariffsCard.fixture.d.ts +9 -9
- package/lib/components/CarouselTariffsCard/CarouselTariffsCard.fixture.mobile.d.ts +9 -9
- package/lib/components/CarouselTariffsCard/CarouselTariffsCard.js +35 -35
- package/lib/components/CarouselTariffsCard/CarouselTariffsCardAction.d.ts +6 -6
- package/lib/components/CarouselTariffsCard/CarouselTariffsCardAction.js +1 -1
- package/lib/components/CarouselTariffsCard/CarouselTariffsCardContent.d.ts +21 -21
- package/lib/components/CarouselTariffsCard/CarouselTariffsCardContent.js +1 -1
- package/lib/components/CarouselTariffsCard/renderCardInfo.d.ts +3 -3
- package/lib/components/CarouselTariffsCard/renderCardInfo.js +7 -7
- package/lib/components/ComparisonTable/ComparisonTable.d.ts +5 -5
- package/lib/components/ComparisonTable/ComparisonTable.fixture.d.ts +10 -10
- package/lib/components/ComparisonTable/ComparisonTable.fixture.mobile.d.ts +7 -7
- package/lib/components/ComparisonTable/ComparisonTable.js +17 -17
- package/lib/components/ComparisonTable/ComparisonTable.mobile.d.ts +5 -5
- package/lib/components/ComparisonTable/ComparisonTable.mobile.js +21 -21
- package/lib/components/ComparisonTable/ComparisonTableBody.d.ts +11 -11
- package/lib/components/ComparisonTable/ComparisonTableBody.js +22 -22
- package/lib/components/ComparisonTable/ComparisonTableColumnHeaders.d.ts +7 -7
- package/lib/components/ComparisonTable/ComparisonTableColumnHeaders.js +7 -7
- package/lib/components/ComparisonTable/ComparisonTableContent.d.ts +40 -40
- package/lib/components/ComparisonTable/ComparisonTableContent.js +1 -1
- package/lib/components/ComparisonTable/ComparisonTableRows.d.ts +14 -14
- package/lib/components/ComparisonTable/ComparisonTableRows.js +15 -15
- package/lib/components/ComparisonTable/HeaderCell.d.ts +10 -10
- package/lib/components/ComparisonTable/HeaderCell.js +9 -9
- package/lib/components/ComparisonTable/HeaderCell.mobile.d.ts +9 -9
- package/lib/components/ComparisonTable/HeaderCell.mobile.js +7 -7
- package/lib/components/ComparisonTable/TableCarouselContainer.d.ts +7 -7
- package/lib/components/ComparisonTable/TableCarouselContainer.js +7 -7
- package/lib/components/ComparisonTable/TableCell.d.ts +9 -9
- package/lib/components/ComparisonTable/TableCell.js +12 -12
- package/lib/components/ComparisonTable/TableCell.mobile.d.ts +9 -9
- package/lib/components/ComparisonTable/TableCell.mobile.js +10 -10
- package/lib/components/ComparisonTable/TableColumn.d.ts +15 -15
- package/lib/components/ComparisonTable/TableColumn.js +17 -17
- package/lib/components/ComparisonTable/TableRow.d.ts +15 -15
- package/lib/components/ComparisonTable/TableRow.js +10 -10
- package/lib/components/ComparisonTable/TableRowContainer.d.ts +1 -1
- package/lib/components/ComparisonTable/TableRowContainer.js +3 -3
- package/lib/components/ComparisonTable/constants.d.ts +6 -6
- package/lib/components/ComparisonTable/constants.js +6 -6
- package/lib/components/ContactsBlock/ContactsBlock.d.ts +5 -5
- package/lib/components/ContactsBlock/ContactsBlock.fixture.d.ts +7 -7
- package/lib/components/ContactsBlock/ContactsBlock.js +10 -10
- package/lib/components/ContactsBlock/ContactsBlockContent.d.ts +25 -25
- package/lib/components/ContactsBlock/ContactsBlockContent.js +1 -1
- package/lib/components/ContentPage/ContentPage.d.ts +11 -11
- package/lib/components/ContentPage/ContentPage.fixture.d.ts +7 -7
- package/lib/components/ContentPage/ContentPage.fixture.mobile.d.ts +6 -6
- package/lib/components/ContentPage/ContentPage.js +38 -38
- package/lib/components/ContentPage/ContentPage.page.json +57 -57
- package/lib/components/ContentPage/renderContentPageHead.d.ts +4 -4
- package/lib/components/ContentPage/renderContentPageHead.js +31 -31
- package/lib/components/ContentPage/useContentPageData.d.ts +3 -3
- package/lib/components/ContentPage/useContentPageData.js +33 -33
- package/lib/components/DepositFiltration/DepositFiltration.d.ts +6 -6
- package/lib/components/DepositFiltration/DepositFiltration.fixture.d.ts +7 -7
- package/lib/components/DepositFiltration/DepositFiltration.fixture.mobile.d.ts +7 -7
- package/lib/components/DepositFiltration/DepositFiltration.js +50 -50
- package/lib/components/DepositFiltration/DepositFiltrationContent.d.ts +29 -29
- package/lib/components/DepositFiltration/DepositFiltrationContent.js +1 -1
- package/lib/components/DepositFiltration/isRateRow.d.ts +5 -5
- package/lib/components/DepositFiltration/isRateRow.js +3 -3
- package/lib/components/DepositFiltration/numberRange.d.ts +1 -1
- package/lib/components/DepositFiltration/numberRange.js +1 -1
- package/lib/components/Depository/Depository.d.ts +11 -11
- package/lib/components/Depository/Depository.fixture.d.ts +6 -6
- package/lib/components/Depository/Depository.fixture.mobile.d.ts +6 -6
- package/lib/components/Depository/Depository.js +39 -39
- package/lib/components/Depository/DepositoryContent.d.ts +5 -5
- package/lib/components/Depository/DepositoryContent.js +1 -1
- package/lib/components/Depository/DepositoryFilter.d.ts +9 -9
- package/lib/components/Depository/DepositoryFilter.js +6 -6
- package/lib/components/Depository/DepositoryItem.d.ts +2 -2
- package/lib/components/Depository/DepositoryItem.js +9 -9
- package/lib/components/Depository/useDepository.d.ts +15 -15
- package/lib/components/Depository/useDepository.js +17 -17
- package/lib/components/ErrorBlock/ErrorBlock.d.ts +5 -5
- package/lib/components/ErrorBlock/ErrorBlock.fixture.d.ts +7 -7
- package/lib/components/ErrorBlock/ErrorBlock.fixture.mobile.d.ts +7 -7
- package/lib/components/ErrorBlock/ErrorBlock.js +17 -17
- package/lib/components/ErrorBlock/ErrorBlockContent.d.ts +30 -30
- package/lib/components/ErrorBlock/ErrorBlockContent.js +1 -1
- package/lib/components/ExchangeRateTile/CurrencyProps.d.ts +6 -6
- package/lib/components/ExchangeRateTile/CurrencyProps.js +7 -7
- package/lib/components/ExchangeRateTile/CurrencyTable.d.ts +7 -7
- package/lib/components/ExchangeRateTile/CurrencyTable.js +20 -20
- package/lib/components/ExchangeRateTile/CurrentLocation.d.ts +6 -6
- package/lib/components/ExchangeRateTile/CurrentLocation.js +7 -7
- package/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.d.ts +24 -24
- package/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.js +70 -70
- package/lib/components/ExchangeRateTile/ExchangeRateTile.d.ts +5 -5
- package/lib/components/ExchangeRateTile/ExchangeRateTile.fixture.d.ts +6 -6
- package/lib/components/ExchangeRateTile/ExchangeRateTile.fixture.mobile.d.ts +6 -6
- package/lib/components/ExchangeRateTile/ExchangeRateTile.js +25 -25
- package/lib/components/ExchangeRateTile/ExchangeRateTileContent.d.ts +9 -9
- package/lib/components/ExchangeRateTile/ExchangeRateTileContent.js +1 -1
- package/lib/components/ExchangeRateTile/calculateResult.d.ts +2 -2
- package/lib/components/ExchangeRateTile/calculateResult.js +6 -6
- package/lib/components/ExchangeRateTile/callbackCurrencySelect.d.ts +8 -8
- package/lib/components/ExchangeRateTile/callbackCurrencySelect.js +17 -17
- package/lib/components/ExchangeRateTile/formatCurrency.d.ts +1 -1
- package/lib/components/ExchangeRateTile/formatCurrency.js +6 -6
- package/lib/components/ExchangeRateTile/renderInput.d.ts +13 -13
- package/lib/components/ExchangeRateTile/renderInput.js +12 -12
- package/lib/components/ExchangeRateTile/useFetchExchangeRateData.d.ts +9 -9
- package/lib/components/ExchangeRateTile/useFetchExchangeRateData.js +8 -8
- package/lib/components/Footer/Contacts.d.ts +6 -6
- package/lib/components/Footer/Contacts.js +19 -19
- package/lib/components/Footer/Footer.d.ts +2 -2
- package/lib/components/Footer/Footer.fixture.d.ts +7 -7
- package/lib/components/Footer/Footer.fixture.mobile.d.ts +7 -7
- package/lib/components/Footer/Footer.js +19 -19
- package/lib/components/Footer/FooterContent.d.ts +9 -9
- package/lib/components/Footer/FooterContent.js +1 -1
- package/lib/components/Footer/FooterLink.d.ts +6 -6
- package/lib/components/Footer/FooterLink.js +1 -1
- package/lib/components/Footer/FooterProps.d.ts +7 -7
- package/lib/components/Footer/FooterProps.js +1 -1
- package/lib/components/Footer/HorizontalNavigation.d.ts +5 -5
- package/lib/components/Footer/HorizontalNavigation.js +5 -5
- package/lib/components/Footer/HorizontalNavigationLink.d.ts +8 -8
- package/lib/components/Footer/HorizontalNavigationLink.js +9 -9
- package/lib/components/Footer/LinkList.d.ts +7 -7
- package/lib/components/Footer/LinkList.js +16 -16
- package/lib/components/Footer/SocialMedia.d.ts +10 -10
- package/lib/components/Footer/SocialMedia.js +36 -36
- package/lib/components/Footer/TextInformation.d.ts +2 -2
- package/lib/components/Footer/TextInformation.js +6 -6
- package/lib/components/Footer/TextInformationLink.d.ts +8 -8
- package/lib/components/Footer/TextInformationLink.js +9 -9
- package/lib/components/Footer/cookieReplaceData.d.ts +1 -1
- package/lib/components/Footer/cookieReplaceData.js +1 -1
- package/lib/components/Footer/findIconByHref.d.ts +2 -2
- package/lib/components/Footer/findIconByHref.js +2 -2
- package/lib/components/Footer/iconsMap.d.ts +7 -7
- package/lib/components/Footer/iconsMap.js +42 -42
- package/lib/components/Footer/renderLogoSearchBar.d.ts +4 -4
- package/lib/components/Footer/renderLogoSearchBar.js +9 -9
- package/lib/components/Footer/renderLogoSearchBar.mobile.d.ts +3 -3
- package/lib/components/Footer/renderLogoSearchBar.mobile.js +2 -2
- package/lib/components/GracePeriod/GracePeriod.d.ts +5 -5
- package/lib/components/GracePeriod/GracePeriod.fixture.d.ts +8 -8
- package/lib/components/GracePeriod/GracePeriod.js +22 -22
- package/lib/components/GracePeriod/GracePeriodContent.d.ts +22 -22
- package/lib/components/GracePeriod/GracePeriodContent.js +1 -1
- package/lib/components/GrantSupport/GrantSupport.d.ts +6 -6
- package/lib/components/GrantSupport/GrantSupport.fixture.d.ts +5 -5
- package/lib/components/GrantSupport/GrantSupport.fixture.mobile.d.ts +5 -5
- package/lib/components/GrantSupport/GrantSupport.js +21 -21
- package/lib/components/GrantSupport/GrantSupportContent.d.ts +20 -20
- package/lib/components/GrantSupport/GrantSupportContent.js +1 -1
- package/lib/components/Header/DropdownMenu.d.ts +12 -12
- package/lib/components/Header/DropdownMenu.js +44 -44
- package/lib/components/Header/Header.d.ts +2 -2
- package/lib/components/Header/Header.fixture.d.ts +8 -8
- package/lib/components/Header/Header.fixture.mobile.d.ts +7 -7
- package/lib/components/Header/Header.js +27 -27
- package/lib/components/Header/Header.mobile.d.ts +2 -2
- package/lib/components/Header/Header.mobile.js +14 -14
- package/lib/components/Header/HeaderChatBotButton.d.ts +11 -11
- package/lib/components/Header/HeaderChatBotButton.js +8 -8
- package/lib/components/Header/HeaderContent.d.ts +13 -13
- package/lib/components/Header/HeaderContent.js +1 -1
- package/lib/components/Header/HeaderProps.d.ts +16 -16
- package/lib/components/Header/HeaderProps.js +1 -1
- package/lib/components/Header/HeaderSecondaryMenu.d.ts +13 -13
- package/lib/components/Header/HeaderSecondaryMenu.js +20 -19
- package/lib/components/Header/HeaderSecondaryMenu.js.map +1 -1
- package/lib/components/Header/HeaderSecondaryMenuButton.d.ts +13 -13
- package/lib/components/Header/HeaderSecondaryMenuButton.js +12 -12
- package/lib/components/Header/HeaderSubMenu.d.ts +11 -11
- package/lib/components/Header/HeaderSubMenu.js +25 -25
- package/lib/components/Header/HeaderSubMenuItem.d.ts +9 -9
- package/lib/components/Header/HeaderSubMenuItem.js +17 -17
- package/lib/components/Header/HeaderTop.d.ts +13 -13
- package/lib/components/Header/HeaderTop.js +18 -18
- package/lib/components/Header/HeaderTopMenu.d.ts +19 -19
- package/lib/components/Header/HeaderTopMenu.js +23 -23
- package/lib/components/Header/HeaderTopMenuItem.d.ts +9 -9
- package/lib/components/Header/HeaderTopMenuItem.js +17 -17
- package/lib/components/Header/InternetBankButton.d.ts +2 -2
- package/lib/components/Header/InternetBankButton.js +13 -13
- package/lib/components/Header/InternetBankButton.js.map +1 -1
- package/lib/components/Header/getTextInternetButton.d.ts +2 -2
- package/lib/components/Header/getTextInternetButton.js +1 -1
- package/lib/components/Header/getTextInternetButton.mobile.d.ts +2 -2
- package/lib/components/Header/getTextInternetButton.mobile.js +1 -1
- package/lib/components/Header/useChatBot.d.ts +2 -2
- package/lib/components/Header/useChatBot.js +32 -32
- package/lib/components/Headline/Headline.d.ts +5 -5
- package/lib/components/Headline/Headline.fixture.d.ts +21 -21
- package/lib/components/Headline/Headline.fixture.mobile.d.ts +22 -22
- package/lib/components/Headline/Headline.js +12 -12
- package/lib/components/Headline/HeadlineContent.d.ts +12 -12
- package/lib/components/Headline/HeadlineContent.js +1 -1
- package/lib/components/Headline/headlineVersionStyles.d.ts +9 -9
- package/lib/components/Headline/headlineVersionStyles.js +38 -38
- package/lib/components/HorizontalLayout/HorizontalLayout.d.ts +6 -6
- package/lib/components/HorizontalLayout/HorizontalLayout.fixture.d.ts +12 -12
- package/lib/components/HorizontalLayout/HorizontalLayout.fixture.mobile.d.ts +8 -8
- package/lib/components/HorizontalLayout/HorizontalLayout.js +17 -17
- package/lib/components/HorizontalLayout/HorizontalLayout.mobile.d.ts +5 -5
- package/lib/components/HorizontalLayout/HorizontalLayout.mobile.js +4 -4
- package/lib/components/HorizontalLayout/HorizontalLayoutContent.d.ts +11 -11
- package/lib/components/HorizontalLayout/HorizontalLayoutContent.js +1 -1
- package/lib/components/HorizontalLayout/gapStyles.d.ts +2 -2
- package/lib/components/HorizontalLayout/gapStyles.js +9 -9
- package/lib/components/ImgBlock/ImgBlock.d.ts +6 -6
- package/lib/components/ImgBlock/ImgBlock.fixture.d.ts +6 -6
- package/lib/components/ImgBlock/ImgBlock.fixture.mobile.d.ts +6 -6
- package/lib/components/ImgBlock/ImgBlock.js +11 -11
- package/lib/components/ImgBlock/ImgBlockContent.d.ts +9 -9
- package/lib/components/ImgBlock/ImgBlockContent.js +1 -1
- package/lib/components/InsuranceAmountBlock/InsuranceAmountBlock.d.ts +5 -5
- package/lib/components/InsuranceAmountBlock/InsuranceAmountBlock.fixture.d.ts +6 -6
- package/lib/components/InsuranceAmountBlock/InsuranceAmountBlock.js +30 -30
- package/lib/components/InsuranceAmountBlock/InsuranceAmountBlockContent.d.ts +31 -31
- package/lib/components/InsuranceAmountBlock/InsuranceAmountBlockContent.js +1 -1
- package/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.d.ts +7 -7
- package/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js +55 -55
- package/lib/components/InvestmentInfo/InvestmentInfo.d.ts +5 -5
- package/lib/components/InvestmentInfo/InvestmentInfo.fixture.d.ts +8 -8
- package/lib/components/InvestmentInfo/InvestmentInfo.js +43 -43
- package/lib/components/InvestmentInfo/InvestmentInfoContent.d.ts +43 -43
- package/lib/components/InvestmentInfo/InvestmentInfoContent.js +1 -1
- package/lib/components/LinkDocs/LinkDocItem.d.ts +6 -6
- package/lib/components/LinkDocs/LinkDocItem.js +11 -11
- package/lib/components/LinkDocs/LinkDocs.d.ts +5 -5
- package/lib/components/LinkDocs/LinkDocs.fixture.d.ts +9 -9
- package/lib/components/LinkDocs/LinkDocs.fixture.mobile.d.ts +6 -6
- package/lib/components/LinkDocs/LinkDocs.js +38 -38
- package/lib/components/LinkDocs/LinkDocsContent.d.ts +72 -72
- package/lib/components/LinkDocs/LinkDocsContent.js +1 -1
- package/lib/components/LinkDocs/RepordDialogButton.d.ts +2 -2
- package/lib/components/LinkDocs/RepordDialogButton.js +12 -12
- package/lib/components/LinkDocs/linkDocsContentExample.d.ts +2 -2
- package/lib/components/LinkDocs/linkDocsContentExample.js +74 -74
- package/lib/components/LinkDocs/linkIconStyle.d.ts +1 -1
- package/lib/components/LinkDocs/linkIconStyle.js +1 -1
- package/lib/components/LinkDocs/linkIconStyle.mobile.d.ts +1 -1
- package/lib/components/LinkDocs/linkIconStyle.mobile.js +1 -1
- package/lib/components/LinkDocs/renderDefaultItem.d.ts +4 -4
- package/lib/components/LinkDocs/renderDefaultItem.js +25 -25
- package/lib/components/MobileAppTile/MobileAppTile.d.ts +5 -5
- package/lib/components/MobileAppTile/MobileAppTile.fixture.d.ts +9 -9
- package/lib/components/MobileAppTile/MobileAppTile.fixture.mobile.d.ts +7 -7
- package/lib/components/MobileAppTile/MobileAppTile.js +15 -15
- package/lib/components/MobileAppTile/MobileAppTileContent.d.ts +15 -15
- package/lib/components/MobileAppTile/MobileAppTileContent.js +1 -1
- package/lib/components/MortgageFiltration/MortgageFiltration.d.ts +6 -6
- package/lib/components/MortgageFiltration/MortgageFiltration.fixture.d.ts +7 -7
- package/lib/components/MortgageFiltration/MortgageFiltration.fixture.mobile.d.ts +7 -7
- package/lib/components/MortgageFiltration/MortgageFiltration.js +33 -33
- package/lib/components/MortgageFiltration/MortgageFiltrationContent.d.ts +35 -35
- package/lib/components/MortgageFiltration/MortgageFiltrationContent.js +1 -1
- package/lib/components/OfficesAtmsMap/AtmsMap.d.ts +6 -6
- package/lib/components/OfficesAtmsMap/AtmsMap.js +40 -40
- package/lib/components/OfficesAtmsMap/Badge.d.ts +11 -11
- package/lib/components/OfficesAtmsMap/Badge.js +12 -12
- package/lib/components/OfficesAtmsMap/CardCell.d.ts +11 -11
- package/lib/components/OfficesAtmsMap/CardCell.js +14 -14
- package/lib/components/OfficesAtmsMap/CardRow.d.ts +4 -4
- package/lib/components/OfficesAtmsMap/CardRow.js +4 -4
- package/lib/components/OfficesAtmsMap/OfficesAtmsMap.d.ts +5 -5
- package/lib/components/OfficesAtmsMap/OfficesAtmsMap.fixture.d.ts +7 -7
- package/lib/components/OfficesAtmsMap/OfficesAtmsMap.fixture.mobile.d.ts +7 -7
- package/lib/components/OfficesAtmsMap/OfficesAtmsMap.js +10 -10
- package/lib/components/OfficesAtmsMap/OfficesAtmsMapContent.d.ts +43 -43
- package/lib/components/OfficesAtmsMap/OfficesAtmsMapContent.js +1 -1
- package/lib/components/OfficesAtmsMap/OfficesAtmsMapLayout.d.ts +19 -19
- package/lib/components/OfficesAtmsMap/OfficesAtmsMapLayout.js +57 -57
- package/lib/components/OfficesAtmsMap/OfficesAtmsMapProps.d.ts +106 -106
- package/lib/components/OfficesAtmsMap/OfficesAtmsMapProps.js +1 -1
- package/lib/components/OfficesAtmsMap/OfficesMap.d.ts +4 -4
- package/lib/components/OfficesAtmsMap/OfficesMap.js +41 -41
- package/lib/components/OfficesAtmsMap/YandexMapProps.d.ts +11 -11
- package/lib/components/OfficesAtmsMap/YandexMapProps.js +1 -1
- package/lib/components/OfficesAtmsMap/getScheduleDescription.d.ts +4 -4
- package/lib/components/OfficesAtmsMap/getScheduleDescription.js +35 -35
- package/lib/components/OfficesAtmsMap/getWorkScheduleWeek.d.ts +3 -3
- package/lib/components/OfficesAtmsMap/getWorkScheduleWeek.js +24 -24
- package/lib/components/OfficesAtmsMap/renderAtmCard.d.ts +6 -6
- package/lib/components/OfficesAtmsMap/renderAtmCard.js +39 -39
- package/lib/components/OfficesAtmsMap/renderBusinessSchedule.d.ts +7 -7
- package/lib/components/OfficesAtmsMap/renderBusinessSchedule.js +26 -26
- package/lib/components/OfficesAtmsMap/renderCurrency.d.ts +2 -2
- package/lib/components/OfficesAtmsMap/renderCurrency.js +3 -3
- package/lib/components/OfficesAtmsMap/renderCurrentDaySchedule.d.ts +2 -2
- package/lib/components/OfficesAtmsMap/renderCurrentDaySchedule.js +12 -12
- package/lib/components/OfficesAtmsMap/renderDay.d.ts +2 -2
- package/lib/components/OfficesAtmsMap/renderDay.js +9 -9
- package/lib/components/OfficesAtmsMap/renderDescriptionBlock.d.ts +2 -2
- package/lib/components/OfficesAtmsMap/renderDescriptionBlock.js +5 -5
- package/lib/components/OfficesAtmsMap/renderFiltrationForm.d.ts +7 -7
- package/lib/components/OfficesAtmsMap/renderFiltrationForm.js +42 -42
- package/lib/components/OfficesAtmsMap/renderFoldButton.d.ts +3 -3
- package/lib/components/OfficesAtmsMap/renderFoldButton.js +5 -5
- package/lib/components/OfficesAtmsMap/renderOfficeCard.d.ts +6 -6
- package/lib/components/OfficesAtmsMap/renderOfficeCard.js +59 -59
- package/lib/components/OfficesAtmsMap/renderRemoteWorkplaceCard.d.ts +6 -6
- package/lib/components/OfficesAtmsMap/renderRemoteWorkplaceCard.js +30 -30
- package/lib/components/OfficesAtmsMap/renderWorkSchedule.d.ts +2 -2
- package/lib/components/OfficesAtmsMap/renderWorkSchedule.js +21 -21
- package/lib/components/OfficesAtmsMap/useAtms.d.ts +2 -2
- package/lib/components/OfficesAtmsMap/useAtms.js +11 -11
- package/lib/components/OfficesAtmsMap/useOffices.d.ts +5 -5
- package/lib/components/OfficesAtmsMap/useOffices.js +13 -13
- package/lib/components/Placeholder/Placeholder.d.ts +5 -5
- package/lib/components/Placeholder/Placeholder.fixture.d.ts +6 -6
- package/lib/components/Placeholder/Placeholder.fixture.mobile.d.ts +4 -4
- package/lib/components/Placeholder/Placeholder.js +7 -7
- package/lib/components/Placeholder/PlaceholderContent.d.ts +6 -6
- package/lib/components/Placeholder/PlaceholderContent.js +1 -1
- package/lib/components/ProductBlock/ProductBlock.d.ts +5 -5
- package/lib/components/ProductBlock/ProductBlock.fixture.d.ts +22 -22
- package/lib/components/ProductBlock/ProductBlock.fixture.mobile.d.ts +13 -13
- package/lib/components/ProductBlock/ProductBlock.js +6 -6
- package/lib/components/ProductBlock/ProductBlockContent.d.ts +9 -9
- package/lib/components/ProductBlock/ProductBlockContent.js +1 -1
- package/lib/components/ProductBlock/renderBackwardButton.d.ts +10 -10
- package/lib/components/ProductBlock/renderBackwardButton.js +17 -17
- package/lib/components/ProductGallery/ProductGallery.d.ts +5 -5
- package/lib/components/ProductGallery/ProductGallery.fixture.d.ts +7 -7
- package/lib/components/ProductGallery/ProductGallery.fixture.mobile.d.ts +7 -7
- package/lib/components/ProductGallery/ProductGallery.js +30 -30
- package/lib/components/ProductGallery/ProductGallery.mobile.d.ts +5 -5
- package/lib/components/ProductGallery/ProductGallery.mobile.js +9 -9
- package/lib/components/ProductGallery/ProductGalleryContent.d.ts +24 -24
- package/lib/components/ProductGallery/ProductGalleryContent.js +1 -1
- package/lib/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.d.ts +5 -5
- package/lib/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.fixture.d.ts +6 -6
- package/lib/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.fixture.mobile.d.ts +6 -6
- package/lib/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.js +23 -23
- package/lib/components/RepresentativeOfficeInfo/RepresentativeOfficeInfoContent.d.ts +18 -18
- package/lib/components/RepresentativeOfficeInfo/RepresentativeOfficeInfoContent.js +1 -1
- package/lib/components/RichTextBlock/RichTextBlock.d.ts +6 -6
- package/lib/components/RichTextBlock/RichTextBlock.fixture.d.ts +11 -11
- package/lib/components/RichTextBlock/RichTextBlock.fixture.mobile.d.ts +11 -11
- package/lib/components/RichTextBlock/RichTextBlock.js +8 -8
- package/lib/components/RichTextBlock/RichTextBlockContent.d.ts +6 -6
- package/lib/components/RichTextBlock/RichTextBlockContent.js +1 -1
- package/lib/components/RollupItem/AccordionFoldButton.d.ts +12 -12
- package/lib/components/RollupItem/AccordionFoldButton.js +9 -9
- package/lib/components/RollupItem/RollupItem.d.ts +11 -11
- package/lib/components/RollupItem/RollupItem.fixture.d.ts +8 -8
- package/lib/components/RollupItem/RollupItem.fixture.mobile.d.ts +9 -9
- package/lib/components/RollupItem/RollupItem.js +32 -32
- package/lib/components/RollupItem/RollupItemContent.d.ts +17 -17
- package/lib/components/RollupItem/RollupItemContent.js +1 -1
- package/lib/components/RollupItem/foldableSectionStyles.d.ts +1 -1
- package/lib/components/RollupItem/foldableSectionStyles.js +1 -1
- package/lib/components/RollupItem/foldableSectionStyles.mobile.d.ts +1 -1
- package/lib/components/RollupItem/foldableSectionStyles.mobile.js +1 -1
- package/lib/components/RollupItem/getIconName.d.ts +1 -1
- package/lib/components/RollupItem/getIconName.js +1 -1
- package/lib/components/RollupItem/getIconName.mobile.d.ts +1 -1
- package/lib/components/RollupItem/getIconName.mobile.js +1 -1
- package/lib/components/RollupItem/renderRoundedIcon.d.ts +3 -3
- package/lib/components/RollupItem/renderRoundedIcon.js +2 -2
- package/lib/components/RollupItem/renderRoundedIcon.mobile.d.ts +3 -3
- package/lib/components/RollupItem/renderRoundedIcon.mobile.js +3 -3
- package/lib/components/RollupItem/rollupIconVersion.d.ts +1 -1
- package/lib/components/RollupItem/rollupIconVersion.js +1 -1
- package/lib/components/RollupItem/rollupIconVersion.mobile.d.ts +1 -1
- package/lib/components/RollupItem/rollupIconVersion.mobile.js +1 -1
- package/lib/components/RollupItem/rollupItemStyles.d.ts +1 -1
- package/lib/components/RollupItem/rollupItemStyles.js +1 -1
- package/lib/components/RollupItem/rollupItemStyles.mobile.d.ts +1 -1
- package/lib/components/RollupItem/rollupItemStyles.mobile.js +1 -1
- package/lib/components/SafeDepositRental/RadioButtons.d.ts +6 -6
- package/lib/components/SafeDepositRental/RadioButtons.js +10 -10
- package/lib/components/SafeDepositRental/RegionsAndBranches.d.ts +12 -12
- package/lib/components/SafeDepositRental/RegionsAndBranches.js +4 -4
- package/lib/components/SafeDepositRental/RentalPeriod.d.ts +6 -6
- package/lib/components/SafeDepositRental/RentalPeriod.js +8 -8
- package/lib/components/SafeDepositRental/SafeBoxCases.d.ts +11 -11
- package/lib/components/SafeDepositRental/SafeBoxCases.js +6 -6
- package/lib/components/SafeDepositRental/SafeDepositRental.d.ts +5 -5
- package/lib/components/SafeDepositRental/SafeDepositRental.fixture.d.ts +6 -6
- package/lib/components/SafeDepositRental/SafeDepositRental.fixture.mobile.d.ts +6 -6
- package/lib/components/SafeDepositRental/SafeDepositRental.js +30 -30
- package/lib/components/SafeDepositRental/SafeDepositRentalContent.d.ts +7 -7
- package/lib/components/SafeDepositRental/SafeDepositRentalContent.js +1 -1
- package/lib/components/SafeDepositRental/SafeDepositRentalFields.d.ts +12 -12
- package/lib/components/SafeDepositRental/SafeDepositRentalFields.js +17 -17
- package/lib/components/SafeDepositRental/SafeDepositRentalForm.d.ts +11 -11
- package/lib/components/SafeDepositRental/SafeDepositRentalForm.js +24 -24
- package/lib/components/SafeDepositRental/SafeDepositRentalTotal.d.ts +6 -6
- package/lib/components/SafeDepositRental/SafeDepositRentalTotal.js +33 -33
- package/lib/components/SafeDepositRental/SafeDepositRentalTypes.d.ts +8 -8
- package/lib/components/SafeDepositRental/SafeDepositRentalTypes.js +1 -1
- package/lib/components/SafeDepositRental/WrapperSelect.d.ts +11 -11
- package/lib/components/SafeDepositRental/WrapperSelect.js +10 -10
- package/lib/components/SafeDepositRental/useGetRegions.d.ts +6 -6
- package/lib/components/SafeDepositRental/useGetRegions.js +8 -8
- package/lib/components/SafeDepositRental/useSafeBoxes.d.ts +20 -20
- package/lib/components/SafeDepositRental/useSafeBoxes.js +12 -12
- package/lib/components/SafeDepositRental/utils.d.ts +4 -4
- package/lib/components/SafeDepositRental/utils.js +16 -16
- package/lib/components/StepsBlock/StepsBlock.d.ts +5 -5
- package/lib/components/StepsBlock/StepsBlock.fixture.d.ts +15 -15
- package/lib/components/StepsBlock/StepsBlock.fixture.mobile.d.ts +13 -13
- package/lib/components/StepsBlock/StepsBlock.js +28 -28
- package/lib/components/StepsBlock/StepsBlock.mobile.d.ts +5 -5
- package/lib/components/StepsBlock/StepsBlock.mobile.js +32 -32
- package/lib/components/StepsBlock/StepsBlockContent.d.ts +34 -34
- package/lib/components/StepsBlock/StepsBlockContent.js +1 -1
- package/lib/components/StepsBlock/StepsBlockStyleMaps.d.ts +8 -8
- package/lib/components/StepsBlock/StepsBlockStyleMaps.js +7 -7
- package/lib/components/StepsBlock/getIconTextStyle.d.ts +2 -2
- package/lib/components/StepsBlock/getIconTextStyle.js +1 -1
- package/lib/components/StepsBlock/renderStep.d.ts +11 -11
- package/lib/components/StepsBlock/renderStep.js +13 -13
- package/lib/components/StickyBottomMenu/ActiveSubMenuItem.d.ts +7 -7
- package/lib/components/StickyBottomMenu/ActiveSubMenuItem.js +10 -10
- package/lib/components/StickyBottomMenu/BurgerMenuDialog.d.ts +12 -12
- package/lib/components/StickyBottomMenu/BurgerMenuDialog.js +47 -47
- package/lib/components/StickyBottomMenu/BurgerMenuDialog.js.map +1 -1
- package/lib/components/StickyBottomMenu/StickyBottomMenu.d.ts +2 -2
- package/lib/components/StickyBottomMenu/StickyBottomMenu.fixture.d.ts +6 -6
- package/lib/components/StickyBottomMenu/StickyBottomMenu.fixture.mobile.d.ts +6 -6
- package/lib/components/StickyBottomMenu/StickyBottomMenu.js +3 -3
- package/lib/components/StickyBottomMenu/StickyBottomMenu.mobile.d.ts +2 -2
- package/lib/components/StickyBottomMenu/StickyBottomMenu.mobile.js +65 -65
- package/lib/components/StickyBottomMenu/StickyBottomMenuContent.d.ts +5 -5
- package/lib/components/StickyBottomMenu/StickyBottomMenuContent.js +1 -1
- package/lib/components/StickyBottomMenu/StickyBottomMenuDialog.d.ts +9 -9
- package/lib/components/StickyBottomMenu/StickyBottomMenuDialog.js +14 -14
- package/lib/components/StickyBottomMenu/StickyBottomMenuItem.d.ts +9 -9
- package/lib/components/StickyBottomMenu/StickyBottomMenuItem.js +7 -7
- package/lib/components/StickyBottomMenu/StickyBottomMenuProps.d.ts +9 -9
- package/lib/components/StickyBottomMenu/StickyBottomMenuProps.js +1 -1
- package/lib/components/StickyBottomMenu/useBottomMenuItemDialog.d.ts +19 -19
- package/lib/components/StickyBottomMenu/useBottomMenuItemDialog.js +15 -15
- package/lib/components/StickyBottomMenu/useBurgerMenuDialog.d.ts +20 -20
- package/lib/components/StickyBottomMenu/useBurgerMenuDialog.js +21 -21
- package/lib/components/Tabs/TabActivationEvent.d.ts +6 -6
- package/lib/components/Tabs/TabActivationEvent.js +1 -1
- package/lib/components/Tabs/Tabs.d.ts +5 -5
- package/lib/components/Tabs/Tabs.fixture.d.ts +7 -7
- package/lib/components/Tabs/Tabs.fixture.mobile.d.ts +7 -7
- package/lib/components/Tabs/Tabs.js +70 -70
- package/lib/components/Tabs/Tabs.js.map +1 -1
- package/lib/components/Tabs/TabsContent.d.ts +49 -49
- package/lib/components/Tabs/TabsContent.js +1 -1
- package/lib/components/Tabs/renderTabs.d.ts +11 -11
- package/lib/components/Tabs/renderTabs.js +13 -13
- package/lib/components/TabsLayout/TabsLayout.d.ts +5 -5
- package/lib/components/TabsLayout/TabsLayout.fixture.d.ts +12 -12
- package/lib/components/TabsLayout/TabsLayout.fixture.mobile.d.ts +10 -10
- package/lib/components/TabsLayout/TabsLayout.js +75 -75
- package/lib/components/TabsLayout/TabsLayout.js.map +1 -1
- package/lib/components/TabsLayout/TabsLayoutContent.d.ts +49 -49
- package/lib/components/TabsLayout/TabsLayoutContent.js +1 -1
- package/lib/components/TabsLayout/renderTabsLayout.d.ts +11 -11
- package/lib/components/TabsLayout/renderTabsLayout.js +18 -18
- package/lib/components/TariffsTable/EmbeddableCellData.d.ts +20 -20
- package/lib/components/TariffsTable/EmbeddableCellData.js +22 -22
- package/lib/components/TariffsTable/TableTileHeader.d.ts +2 -2
- package/lib/components/TariffsTable/TableTileHeader.js +5 -5
- package/lib/components/TariffsTable/TariffsTable.d.ts +5 -5
- package/lib/components/TariffsTable/TariffsTable.fixture.d.ts +9 -9
- package/lib/components/TariffsTable/TariffsTable.fixture.mobile.d.ts +7 -7
- package/lib/components/TariffsTable/TariffsTable.js +27 -27
- package/lib/components/TariffsTable/TariffsTableCell.d.ts +15 -15
- package/lib/components/TariffsTable/TariffsTableCell.js +8 -8
- package/lib/components/TariffsTable/TariffsTableContent.d.ts +106 -106
- package/lib/components/TariffsTable/TariffsTableContent.js +1 -1
- package/lib/components/TariffsTable/TariffsTableHorizontal.d.ts +2 -2
- package/lib/components/TariffsTable/TariffsTableHorizontal.js +5 -5
- package/lib/components/TariffsTable/TariffsTableRenderCell.d.ts +12 -12
- package/lib/components/TariffsTable/TariffsTableRenderCell.js +38 -38
- package/lib/components/TariffsTable/TariffsTableRow.d.ts +8 -8
- package/lib/components/TariffsTable/TariffsTableRow.js +18 -18
- package/lib/components/TariffsTable/TariffsTableRowContainer.d.ts +7 -7
- package/lib/components/TariffsTable/TariffsTableRowContainer.js +6 -6
- package/lib/components/TariffsTable/TariffsTableTileCell.d.ts +6 -6
- package/lib/components/TariffsTable/TariffsTableTileCell.js +14 -14
- package/lib/components/TariffsTable/TariffsTableVertical.d.ts +2 -2
- package/lib/components/TariffsTable/TariffsTableVertical.js +4 -4
- package/lib/components/TariffsTable/TariffsTableWrapper.d.ts +6 -6
- package/lib/components/TariffsTable/TariffsTableWrapper.js +11 -11
- package/lib/components/TariffsTable/constants.d.ts +4 -4
- package/lib/components/TariffsTable/constants.js +4 -4
- package/lib/components/TariffsTable/dataFixture.d.ts +5 -5
- package/lib/components/TariffsTable/dataFixture.js +141 -141
- package/lib/components/TariffsTable/utils/getButtonAriaLabel.d.ts +2 -2
- package/lib/components/TariffsTable/utils/getButtonAriaLabel.js +1 -1
- package/lib/components/TextBlock/TextBlock.d.ts +5 -5
- package/lib/components/TextBlock/TextBlock.fixture.d.ts +10 -10
- package/lib/components/TextBlock/TextBlock.fixture.mobile.d.ts +12 -12
- package/lib/components/TextBlock/TextBlock.js +10 -10
- package/lib/components/TextBlock/TextBlockContent.d.ts +15 -15
- package/lib/components/TextBlock/TextBlockContent.js +1 -1
- package/lib/components/UnitBlock/UnitBlock.d.ts +6 -6
- package/lib/components/UnitBlock/UnitBlock.fixture.d.ts +7 -7
- package/lib/components/UnitBlock/UnitBlock.fixture.mobile.d.ts +7 -7
- package/lib/components/UnitBlock/UnitBlock.js +8 -8
- package/lib/components/UnitBlock/UnitBlockContent.d.ts +6 -6
- package/lib/components/UnitBlock/UnitBlockContent.js +1 -1
- package/lib/components/VerticalLayout/VerticalLayout.d.ts +5 -5
- package/lib/components/VerticalLayout/VerticalLayout.fixture.d.ts +15 -15
- package/lib/components/VerticalLayout/VerticalLayout.fixture.mobile.d.ts +10 -10
- package/lib/components/VerticalLayout/VerticalLayout.js +22 -22
- package/lib/components/VerticalLayout/VerticalLayoutContent.d.ts +14 -14
- package/lib/components/VerticalLayout/VerticalLayoutContent.js +1 -1
- package/lib/components/Video/Video.d.ts +6 -6
- package/lib/components/Video/Video.fixture.d.ts +9 -9
- package/lib/components/Video/Video.js +11 -11
- package/lib/components/Video/VideoContent.d.ts +12 -12
- package/lib/components/Video/VideoContent.js +1 -1
- package/lib/components/Video/getPaddings.d.ts +1 -1
- package/lib/components/Video/getPaddings.js +3 -3
- package/lib/cosmos.decorator.d.ts +5 -5
- package/lib/data/CommonData.d.ts +14 -14
- package/lib/data/CommonData.js +1 -1
- package/lib/data/FooterData.d.ts +39 -39
- package/lib/data/FooterData.js +1 -1
- package/lib/data/HeaderData.d.ts +26 -26
- package/lib/data/HeaderData.js +1 -1
- package/lib/data/JSONRefObject.d.ts +4 -4
- package/lib/data/JSONRefObject.js +1 -1
- package/lib/data/NavigationData.d.ts +25 -25
- package/lib/data/NavigationData.js +1 -1
- package/lib/data/PortalData.d.ts +4 -4
- package/lib/data/PortalData.js +1 -1
- package/lib/data/StickyMobileData.d.ts +14 -14
- package/lib/data/StickyMobileData.js +1 -1
- package/lib/hooks/handlerDecorator.d.ts +5 -5
- package/lib/hooks/handlerDecorator.js +8 -8
- package/lib/hooks/useActiveRoute.d.ts +2 -2
- package/lib/hooks/useActiveRoute.js +22 -22
- package/lib/hooks/useActiveRoute.js.map +1 -1
- package/lib/hooks/useAspects/applyAspects.d.ts +3 -3
- package/lib/hooks/useAspects/applyAspects.js +13 -13
- package/lib/hooks/useAspects/aspects/forwardQuery.d.ts +2 -2
- package/lib/hooks/useAspects/aspects/forwardQuery.js +26 -26
- package/lib/hooks/useAspects/aspects/getAspectsWithInclude.d.ts +2 -2
- package/lib/hooks/useAspects/aspects/getAspectsWithInclude.js +4 -4
- package/lib/hooks/useAspects/handleAspects.d.ts +8 -8
- package/lib/hooks/useAspects/handleAspects.js +5 -5
- package/lib/hooks/useAspects/useAspects.d.ts +19 -19
- package/lib/hooks/useAspects/useAspects.js +10 -10
- package/lib/hooks/useBranches.d.ts +20 -20
- package/lib/hooks/useBranches.js +12 -12
- package/lib/hooks/useBranchesByRegions.d.ts +8 -8
- package/lib/hooks/useBranchesByRegions.js +7 -7
- package/lib/hooks/useCarouselControls.d.ts +13 -13
- package/lib/hooks/useCarouselControls.js +22 -22
- package/lib/hooks/useClickHandler.d.ts +1 -1
- package/lib/hooks/useClickHandler.js +13 -13
- package/lib/hooks/useExternalNS.d.ts +3 -3
- package/lib/hooks/useExternalNS.js +59 -59
- package/lib/hooks/useForm.d.ts +22 -22
- package/lib/hooks/useForm.js +47 -47
- package/lib/hooks/useIntersectionObserver.d.ts +9 -9
- package/lib/hooks/useIntersectionObserver.js +24 -24
- package/lib/hooks/useJSONRef/fetchRefs.d.ts +2 -2
- package/lib/hooks/useJSONRef/fetchRefs.js +12 -12
- package/lib/hooks/useJSONRef/resolveBlockProps.d.ts +1 -1
- package/lib/hooks/useJSONRef/resolveBlockProps.js +2 -2
- package/lib/hooks/useJSONRef/useJSONRef.d.ts +1 -1
- package/lib/hooks/useJSONRef/useJSONRef.js +14 -14
- package/lib/hooks/useLink.d.ts +7 -7
- package/lib/hooks/useLink.js +36 -36
- package/lib/hooks/useLocation.d.ts +2 -2
- package/lib/hooks/useLocation.js +39 -39
- package/lib/hooks/useMediaQuery.d.ts +3 -0
- package/lib/hooks/useMediaQuery.js +17 -0
- package/lib/hooks/useMediaQuery.js.map +1 -0
- package/lib/hooks/useMobileMode.d.ts +1 -1
- package/lib/hooks/useMobileMode.js +4 -20
- package/lib/hooks/useMobileMode.js.map +1 -1
- package/lib/hooks/useNormalizedInput.d.ts +12 -12
- package/lib/hooks/useNormalizedInput.js +19 -19
- package/lib/hooks/useRegions.d.ts +7 -7
- package/lib/hooks/useRegions.js +7 -7
- package/lib/hooks/useResizeObserver.d.ts +3 -3
- package/lib/hooks/useResizeObserver.js +18 -18
- package/lib/hooks/useRouter.d.ts +15 -19
- package/lib/hooks/useRouter.js +18 -21
- package/lib/hooks/useRouter.js.map +1 -1
- package/lib/hooks/useSWRResource.d.ts +7 -7
- package/lib/hooks/useSWRResource.js +9 -9
- package/lib/icons/IconName.d.ts +246 -246
- package/lib/icons/IconName.js +243 -243
- package/lib/index.d.ts +11 -11
- package/lib/index.js +11 -11
- package/lib/model/Align.d.ts +5 -5
- package/lib/model/Align.js +1 -1
- package/lib/model/AlignJustifyStyle.d.ts +2 -2
- package/lib/model/AlignJustifyStyle.js +5 -5
- package/lib/model/AlignStyles.d.ts +2 -2
- package/lib/model/AlignStyles.js +2 -2
- package/lib/model/AlignStyles.mobile.d.ts +1 -1
- package/lib/model/AlignStyles.mobile.js +1 -1
- package/lib/model/AspectsProps.d.ts +40 -40
- package/lib/model/AspectsProps.js +1 -1
- package/lib/model/Attachment.d.ts +6 -6
- package/lib/model/Attachment.js +1 -1
- package/lib/model/BgColorVersion.d.ts +8 -8
- package/lib/model/BgColorVersion.js +1 -1
- package/lib/model/BlockDecorator.d.ts +16 -16
- package/lib/model/BlockDecorator.js +1 -1
- package/lib/model/BlockVersion.d.ts +8 -8
- package/lib/model/BlockVersion.js +1 -1
- package/lib/model/BlocksRegistry.d.ts +2 -2
- package/lib/model/BlocksRegistry.js +1 -1
- package/lib/model/Bullets.d.ts +7 -7
- package/lib/model/Bullets.js +1 -1
- package/lib/model/ButtonVersion.d.ts +5 -5
- package/lib/model/ButtonVersion.js +1 -1
- package/lib/model/ContentPageBase.d.ts +25 -25
- package/lib/model/ContentPageBase.js +1 -1
- package/lib/model/ContentPageDef.d.ts +32 -32
- package/lib/model/ContentPageDef.js +1 -1
- package/lib/model/ContentPageMeta.d.ts +101 -101
- package/lib/model/ContentPageMeta.js +1 -1
- package/lib/model/DefaultListItemType.d.ts +4 -4
- package/lib/model/DefaultListItemType.js +1 -1
- package/lib/model/EmptyOptionType.d.ts +2 -2
- package/lib/model/EmptyOptionType.js +1 -1
- package/lib/model/Fallback.d.ts +4 -5
- package/lib/model/Fallback.js +1 -1
- package/lib/model/Footnote.d.ts +4 -4
- package/lib/model/Footnote.js +1 -1
- package/lib/model/HeadlineType.d.ts +41 -41
- package/lib/model/HeadlineType.js +1 -1
- package/lib/model/IconVersion.d.ts +13 -13
- package/lib/model/IconVersion.js +13 -13
- package/lib/model/ImageSize.d.ts +6 -6
- package/lib/model/ImageSize.js +1 -1
- package/lib/model/InputTypes.d.ts +1 -1
- package/lib/model/InputTypes.js +1 -1
- package/lib/model/LinkButtonVersion.d.ts +6 -6
- package/lib/model/LinkButtonVersion.js +1 -1
- package/lib/model/LinkProps.d.ts +25 -25
- package/lib/model/LinkProps.js +1 -1
- package/lib/model/ListOrientation.d.ts +8 -8
- package/lib/model/ListOrientation.js +1 -1
- package/lib/model/LogoType.d.ts +14 -14
- package/lib/model/LogoType.js +1 -1
- package/lib/model/Picture.d.ts +42 -42
- package/lib/model/Picture.js +1 -1
- package/lib/model/ProductColorVersion.d.ts +4 -4
- package/lib/model/ProductColorVersion.js +1 -1
- package/lib/model/SizeVersion.d.ts +8 -8
- package/lib/model/SizeVersion.js +1 -1
- package/lib/model/TableVersion.d.ts +1 -1
- package/lib/model/TableVersion.js +1 -1
- package/lib/model/VNode.d.ts +1 -1
- package/lib/model/VNode.js +1 -1
- package/lib/services/regionsGrantSupport/RegionsGrantSupportData.d.ts +7 -7
- package/lib/services/regionsGrantSupport/RegionsGrantSupportData.js +1 -1
- package/lib/services/search/joinMaps.d.ts +1 -1
- package/lib/services/search/joinMaps.js +6 -6
- package/lib/services/search/search.d.ts +12 -12
- package/lib/services/search/search.js +35 -35
- package/lib/services/search/textRank.d.ts +1 -1
- package/lib/services/search/textRank.js +10 -10
- package/lib/services/search/tokenize.d.ts +1 -1
- package/lib/services/search/tokenize.js +5 -5
- package/lib/services/search/useSearch.d.ts +13 -13
- package/lib/services/search/useSearch.js +24 -24
- package/lib/setup-fixture.d.ts +1 -1
- package/lib/setup-fixture.js +39 -42
- package/lib/setup-fixture.js.map +1 -1
- package/lib/ui-kit/ARIAProps.d.ts +4 -4
- package/lib/ui-kit/ARIAProps.js +1 -1
- package/lib/ui-kit/ApplicationFormLayout/ApplicationFormLayout.d.ts +5 -5
- package/lib/ui-kit/ApplicationFormLayout/ApplicationFormLayout.js +8 -8
- package/lib/ui-kit/ApplicationFormLayout/ApplicationFormLayoutContent.d.ts +9 -9
- package/lib/ui-kit/ApplicationFormLayout/ApplicationFormLayoutContent.js +1 -1
- package/lib/ui-kit/Badge/Badge.d.ts +6 -6
- package/lib/ui-kit/Badge/Badge.fixture.d.ts +6 -6
- package/lib/ui-kit/Badge/Badge.js +13 -19
- package/lib/ui-kit/Badge/Badge.js.map +1 -1
- package/lib/ui-kit/BaseFiltration/BaseFiltrationContent.d.ts +48 -48
- package/lib/ui-kit/BaseFiltration/BaseFiltrationContent.js +1 -1
- package/lib/ui-kit/BaseFiltration/FilteredBlocks.d.ts +8 -8
- package/lib/ui-kit/BaseFiltration/FilteredBlocks.js +16 -16
- package/lib/ui-kit/BaseFiltration/FiltrationForm.d.ts +13 -13
- package/lib/ui-kit/BaseFiltration/FiltrationForm.js +21 -21
- package/lib/ui-kit/BaseFiltration/FiltrationSchemaContent.d.ts +61 -61
- package/lib/ui-kit/BaseFiltration/FiltrationSchemaContent.js +1 -1
- package/lib/ui-kit/BaseFiltration/HotFilterBase.d.ts +5 -5
- package/lib/ui-kit/BaseFiltration/HotFilterBase.js +1 -1
- package/lib/ui-kit/BaseFiltration/filterBlocks.d.ts +2 -2
- package/lib/ui-kit/BaseFiltration/filterBlocks.js +5 -5
- package/lib/ui-kit/BaseFiltration/getBadgeCount.d.ts +3 -3
- package/lib/ui-kit/BaseFiltration/getBadgeCount.js +2 -2
- package/lib/ui-kit/BaseFiltration/hotFilterRecordCmp.d.ts +1 -1
- package/lib/ui-kit/BaseFiltration/hotFilterRecordCmp.js +2 -2
- package/lib/ui-kit/BaseFiltration/renderCarouselBlocks.d.ts +5 -5
- package/lib/ui-kit/BaseFiltration/renderCarouselBlocks.js +11 -11
- package/lib/ui-kit/BaseFiltration/renderGridBlocks.d.ts +9 -9
- package/lib/ui-kit/BaseFiltration/renderGridBlocks.js +16 -16
- package/lib/ui-kit/BaseFiltration/targetMatchPattern.d.ts +1 -1
- package/lib/ui-kit/BaseFiltration/targetMatchPattern.js +29 -29
- package/lib/ui-kit/BaseFiltration/useFiltrationForm.d.ts +12 -12
- package/lib/ui-kit/BaseFiltration/useFiltrationForm.js +15 -15
- package/lib/ui-kit/BaseFiltration/useHotFilters.d.ts +14 -14
- package/lib/ui-kit/BaseFiltration/useHotFilters.js +22 -22
- package/lib/ui-kit/BaseProductTile/BaseProductTile.d.ts +15 -15
- package/lib/ui-kit/BaseProductTile/BaseProductTile.js +28 -28
- package/lib/ui-kit/BaseProductTile/BaseProductTileContent.d.ts +32 -32
- package/lib/ui-kit/BaseProductTile/BaseProductTileContent.js +1 -1
- package/lib/ui-kit/BaseTile/BaseTile.d.ts +16 -16
- package/lib/ui-kit/BaseTile/BaseTile.js +35 -35
- package/lib/ui-kit/BenefitItem/BenefitItem.d.ts +7 -7
- package/lib/ui-kit/BenefitItem/BenefitItem.js +6 -6
- package/lib/ui-kit/BenefitItem/BenefitItemContent.d.ts +7 -7
- package/lib/ui-kit/BenefitItem/BenefitItemContent.js +1 -1
- package/lib/ui-kit/BenefitItem/renderBenefitDescription.d.ts +1 -1
- package/lib/ui-kit/BenefitItem/renderBenefitDescription.js +3 -3
- package/lib/ui-kit/BenefitItem/renderBenefitIcon.d.ts +3 -3
- package/lib/ui-kit/BenefitItem/renderBenefitIcon.js +6 -6
- package/lib/ui-kit/BenefitItem/renderBenefitLabel.d.ts +1 -1
- package/lib/ui-kit/BenefitItem/renderBenefitLabel.js +3 -3
- package/lib/ui-kit/BenefitItem/renderBenefitText.d.ts +5 -5
- package/lib/ui-kit/BenefitItem/renderBenefitText.js +11 -11
- package/lib/ui-kit/BenefitsList/BenefitsList.d.ts +2 -2
- package/lib/ui-kit/BenefitsList/BenefitsList.fixture.d.ts +8 -8
- package/lib/ui-kit/BenefitsList/BenefitsList.js +5 -5
- package/lib/ui-kit/BenefitsList/BenefitsListContent.d.ts +16 -16
- package/lib/ui-kit/BenefitsList/BenefitsListContent.js +1 -1
- package/lib/ui-kit/BenefitsList/BenefitsListProps.d.ts +5 -5
- package/lib/ui-kit/BenefitsList/BenefitsListProps.js +1 -1
- package/lib/ui-kit/BenefitsList/DefaultBenefitsList.d.ts +2 -2
- package/lib/ui-kit/BenefitsList/DefaultBenefitsList.js +11 -11
- package/lib/ui-kit/BenefitsList/TabularBenefitsList.d.ts +2 -2
- package/lib/ui-kit/BenefitsList/TabularBenefitsList.js +5 -5
- package/lib/ui-kit/BlockWrapper.d.ts +10 -10
- package/lib/ui-kit/BlockWrapper.js +26 -26
- package/lib/ui-kit/Button/Button.d.ts +13 -13
- package/lib/ui-kit/Button/Button.fixture.d.ts +6 -6
- package/lib/ui-kit/Button/Button.js +21 -21
- package/lib/ui-kit/Button/useButton.d.ts +2 -2
- package/lib/ui-kit/Button/useButton.js +12 -12
- package/lib/ui-kit/Calculator/CalculatorLayout.d.ts +5 -5
- package/lib/ui-kit/Calculator/CalculatorLayout.js +6 -6
- package/lib/ui-kit/Calculator/CalculatorProps.d.ts +29 -29
- package/lib/ui-kit/Calculator/CalculatorProps.js +1 -1
- package/lib/ui-kit/Calculator/CalculatorStyle.d.ts +7 -7
- package/lib/ui-kit/Calculator/CalculatorStyle.js +7 -7
- package/lib/ui-kit/Calculator/CalculatorValueBlock.d.ts +12 -12
- package/lib/ui-kit/Calculator/CalculatorValueBlock.js +9 -9
- package/lib/ui-kit/Calculator/Rate.d.ts +11 -11
- package/lib/ui-kit/Calculator/Rate.js +5 -5
- package/lib/ui-kit/Calculator/UnknownRate.d.ts +5 -5
- package/lib/ui-kit/Calculator/UnknownRate.js +6 -6
- package/lib/ui-kit/Calculator/calculatorConstants.d.ts +5 -5
- package/lib/ui-kit/Calculator/calculatorConstants.js +5 -5
- package/lib/ui-kit/Calculator/getDefaultParams.d.ts +5 -5
- package/lib/ui-kit/Calculator/getDefaultParams.js +20 -20
- package/lib/ui-kit/Calculator/getDefaultValues.d.ts +3 -3
- package/lib/ui-kit/Calculator/getDefaultValues.js +7 -7
- package/lib/ui-kit/Calculator/getMonthlyPayment.d.ts +11 -11
- package/lib/ui-kit/Calculator/getMonthlyPayment.js +23 -23
- package/lib/ui-kit/Calculator/rangeHelpers.d.ts +7 -7
- package/lib/ui-kit/Calculator/rangeHelpers.js +17 -17
- package/lib/ui-kit/Calculator/renderBinaryRadioButtonGroup.d.ts +13 -13
- package/lib/ui-kit/Calculator/renderBinaryRadioButtonGroup.js +4 -4
- package/lib/ui-kit/Calculator/renderDaysInput.d.ts +2 -2
- package/lib/ui-kit/Calculator/renderDaysInput.js +5 -5
- package/lib/ui-kit/Calculator/renderFootnote.d.ts +1 -1
- package/lib/ui-kit/Calculator/renderFootnote.js +3 -3
- package/lib/ui-kit/Calculator/renderMonthsInput.d.ts +6 -6
- package/lib/ui-kit/Calculator/renderMonthsInput.js +5 -5
- package/lib/ui-kit/Calculator/renderPaymentType.d.ts +2 -2
- package/lib/ui-kit/Calculator/renderPaymentType.js +9 -9
- package/lib/ui-kit/Calculator/renderPayout.d.ts +2 -2
- package/lib/ui-kit/Calculator/renderPayout.js +8 -8
- package/lib/ui-kit/Calculator/renderRate.d.ts +9 -9
- package/lib/ui-kit/Calculator/renderRate.js +5 -5
- package/lib/ui-kit/Calculator/renderWantedSumInput.d.ts +7 -7
- package/lib/ui-kit/Calculator/renderWantedSumInput.js +10 -10
- package/lib/ui-kit/Calculator/setDefaultParamsCalc.d.ts +12 -12
- package/lib/ui-kit/Calculator/setDefaultParamsCalc.js +7 -7
- package/lib/ui-kit/Checkbox/Checkbox.d.ts +2 -2
- package/lib/ui-kit/Checkbox/Checkbox.js +30 -30
- package/lib/ui-kit/Checkbox/CheckboxProps.d.ts +9 -9
- package/lib/ui-kit/Checkbox/CheckboxProps.js +1 -1
- package/lib/ui-kit/Checkbox/CheckboxWithError.d.ts +2 -2
- package/lib/ui-kit/Checkbox/CheckboxWithError.js +6 -6
- package/lib/ui-kit/Checkbox/checkboxStyle.d.ts +1 -1
- package/lib/ui-kit/Checkbox/checkboxStyle.js +1 -1
- package/lib/ui-kit/ClientOnly.d.ts +1 -1
- package/lib/ui-kit/ClientOnly.js +4 -4
- package/lib/ui-kit/ControlProps.d.ts +4 -4
- package/lib/ui-kit/ControlProps.js +1 -1
- package/lib/ui-kit/ControlStateProps.d.ts +4 -4
- package/lib/ui-kit/ControlStateProps.js +1 -1
- package/lib/ui-kit/CookiePopup/CookiePopup.d.ts +6 -6
- package/lib/ui-kit/CookiePopup/CookiePopup.js +22 -22
- package/lib/ui-kit/CurrencyInput/CurrencyInput.d.ts +2 -2
- package/lib/ui-kit/CurrencyInput/CurrencyInput.js +5 -5
- package/lib/ui-kit/CurrencyInput/adjustValue.d.ts +3 -3
- package/lib/ui-kit/CurrencyInput/adjustValue.js +18 -18
- package/lib/ui-kit/DatePicker/Calendar.d.ts +10 -10
- package/lib/ui-kit/DatePicker/Calendar.js +23 -23
- package/lib/ui-kit/DatePicker/DatePicker.d.ts +10 -10
- package/lib/ui-kit/DatePicker/DatePicker.js +41 -41
- package/lib/ui-kit/DatePicker/DatePickerControl.d.ts +9 -9
- package/lib/ui-kit/DatePicker/DatePickerControl.js +6 -6
- package/lib/ui-kit/DatePicker/getYears.d.ts +1 -1
- package/lib/ui-kit/DatePicker/getYears.js +2 -2
- package/lib/ui-kit/DatePicker/months.d.ts +1 -1
- package/lib/ui-kit/DatePicker/months.js +14 -14
- package/lib/ui-kit/DatePicker/renderCalendarCells.d.ts +12 -12
- package/lib/ui-kit/DatePicker/renderCalendarCells.js +31 -31
- package/lib/ui-kit/DatePicker/useDatePickerManager.d.ts +26 -26
- package/lib/ui-kit/DatePicker/useDatePickerManager.js +44 -44
- package/lib/ui-kit/DialogManager/CloseButton.d.ts +7 -7
- package/lib/ui-kit/DialogManager/CloseButton.js +5 -5
- package/lib/ui-kit/DialogManager/Dialog.d.ts +9 -9
- package/lib/ui-kit/DialogManager/Dialog.js +14 -14
- package/lib/ui-kit/DialogManager/DialogAction.d.ts +12 -12
- package/lib/ui-kit/DialogManager/DialogAction.js +1 -1
- package/lib/ui-kit/DialogManager/DialogManager.d.ts +2 -2
- package/lib/ui-kit/DialogManager/DialogManager.js +36 -36
- package/lib/ui-kit/DialogManager/isDialogOpen.d.ts +2 -2
- package/lib/ui-kit/DialogManager/isDialogOpen.js +1 -1
- package/lib/ui-kit/DialogManager/useDialogManager.d.ts +10 -10
- package/lib/ui-kit/DialogManager/useDialogManager.js +6 -6
- package/lib/ui-kit/DialogManager/useDialogsList.d.ts +7 -7
- package/lib/ui-kit/DialogManager/useDialogsList.js +33 -33
- package/lib/ui-kit/Foldable/DefaultFoldButton.d.ts +14 -14
- package/lib/ui-kit/Foldable/DefaultFoldButton.js +17 -17
- package/lib/ui-kit/Foldable/Foldable.d.ts +10 -10
- package/lib/ui-kit/Foldable/Foldable.js +12 -12
- package/lib/ui-kit/Foldable/FoldablePartProps.d.ts +4 -4
- package/lib/ui-kit/Foldable/FoldablePartProps.js +1 -1
- package/lib/ui-kit/Foldable/FoldableSection.d.ts +5 -5
- package/lib/ui-kit/Foldable/FoldableSection.js +15 -15
- package/lib/ui-kit/HeaderItem/HeaderItem.d.ts +2 -2
- package/lib/ui-kit/HeaderItem/HeaderItem.fixture.d.ts +7 -7
- package/lib/ui-kit/HeaderItem/HeaderItem.js +11 -11
- package/lib/ui-kit/HeaderItem/HeaderItem.mobile.d.ts +3 -3
- package/lib/ui-kit/HeaderItem/HeaderItem.mobile.js +10 -10
- package/lib/ui-kit/Heading/Heading.d.ts +2 -2
- package/lib/ui-kit/Heading/Heading.fixture.d.ts +6 -6
- package/lib/ui-kit/Heading/Heading.js +17 -17
- package/lib/ui-kit/Heading/HeadingProps.d.ts +19 -19
- package/lib/ui-kit/Heading/HeadingProps.js +1 -1
- package/lib/ui-kit/Heading/headingTag.d.ts +2 -2
- package/lib/ui-kit/Heading/headingTag.js +1 -1
- package/lib/ui-kit/Heading/headingTag.mobile.d.ts +2 -2
- package/lib/ui-kit/Heading/headingTag.mobile.js +9 -9
- package/lib/ui-kit/Icon/Icon.d.ts +2 -2
- package/lib/ui-kit/Icon/Icon.fixture.d.ts +9 -9
- package/lib/ui-kit/Icon/Icon.js +34 -34
- package/lib/ui-kit/Icon/IconProps.d.ts +29 -29
- package/lib/ui-kit/Icon/IconProps.js +1 -1
- package/lib/ui-kit/Icon/RoundedIcon.d.ts +7 -7
- package/lib/ui-kit/Icon/RoundedIcon.js +17 -17
- package/lib/ui-kit/Img/Img.d.ts +2 -2
- package/lib/ui-kit/Img/Img.js +10 -10
- package/lib/ui-kit/Img/ImgAsPicture.d.ts +2 -2
- package/lib/ui-kit/Img/ImgAsPicture.js +22 -22
- package/lib/ui-kit/Img/ImgProps.d.ts +9 -9
- package/lib/ui-kit/Img/ImgProps.js +1 -1
- package/lib/ui-kit/InnerTable/InnerTable.d.ts +5 -5
- package/lib/ui-kit/InnerTable/InnerTable.fixture.d.ts +6 -6
- package/lib/ui-kit/InnerTable/InnerTable.fixture.mobile.d.ts +6 -6
- package/lib/ui-kit/InnerTable/InnerTable.js +17 -17
- package/lib/ui-kit/InnerTable/InnerTableBody.d.ts +6 -6
- package/lib/ui-kit/InnerTable/InnerTableBody.js +10 -10
- package/lib/ui-kit/InnerTable/InnerTableBodyItem.d.ts +5 -5
- package/lib/ui-kit/InnerTable/InnerTableBodyItem.js +18 -18
- package/lib/ui-kit/InnerTable/InnerTableBodyItem.mobile.d.ts +5 -5
- package/lib/ui-kit/InnerTable/InnerTableBodyItem.mobile.js +5 -5
- package/lib/ui-kit/InnerTable/InnerTableButton.d.ts +8 -8
- package/lib/ui-kit/InnerTable/InnerTableButton.fixture.mobile.d.ts +6 -6
- package/lib/ui-kit/InnerTable/InnerTableButton.js +5 -5
- package/lib/ui-kit/InnerTable/InnerTableHeader.d.ts +7 -7
- package/lib/ui-kit/InnerTable/InnerTableHeader.js +9 -9
- package/lib/ui-kit/InnerTable/InnerTableProps.d.ts +21 -21
- package/lib/ui-kit/InnerTable/InnerTableProps.js +1 -1
- package/lib/ui-kit/InnerTable/getHorizontalShift.d.ts +2 -2
- package/lib/ui-kit/InnerTable/getHorizontalShift.js +3 -3
- package/lib/ui-kit/InnerTable/linkButtonVersion.d.ts +1 -1
- package/lib/ui-kit/InnerTable/linkButtonVersion.js +1 -1
- package/lib/ui-kit/InnerTable/linkButtonVersion.mobile.d.ts +1 -1
- package/lib/ui-kit/InnerTable/linkButtonVersion.mobile.js +1 -1
- package/lib/ui-kit/InnerTable/renderInnerTableRow.d.ts +2 -2
- package/lib/ui-kit/InnerTable/renderInnerTableRow.js +15 -15
- package/lib/ui-kit/InnerTable/useTariffsInnerTableData.d.ts +1 -1
- package/lib/ui-kit/InnerTable/useTariffsInnerTableData.js +12 -12
- package/lib/ui-kit/Input/Input.d.ts +2 -2
- package/lib/ui-kit/Input/Input.js +22 -22
- package/lib/ui-kit/Input/InputControl.d.ts +2 -2
- package/lib/ui-kit/Input/InputControl.js +6 -6
- package/lib/ui-kit/Input/InputPhoneControl.d.ts +2 -2
- package/lib/ui-kit/Input/InputPhoneControl.js +6 -6
- package/lib/ui-kit/Input/InputProps.d.ts +20 -20
- package/lib/ui-kit/Input/InputProps.js +1 -1
- package/lib/ui-kit/Input/inputValidStyle.d.ts +1 -1
- package/lib/ui-kit/Input/inputValidStyle.js +1 -1
- package/lib/ui-kit/Input/renderErrorText.d.ts +1 -1
- package/lib/ui-kit/Input/renderErrorText.js +3 -3
- package/lib/ui-kit/Input/renderLabel.d.ts +1 -1
- package/lib/ui-kit/Input/renderLabel.js +3 -3
- package/lib/ui-kit/InputRange/InputRange.d.ts +2 -2
- package/lib/ui-kit/InputRange/InputRange.js +27 -27
- package/lib/ui-kit/InputRange/InputRangeProps.d.ts +11 -11
- package/lib/ui-kit/InputRange/InputRangeProps.js +1 -1
- package/lib/ui-kit/InputRange/parseDecimal.d.ts +1 -1
- package/lib/ui-kit/InputRange/parseDecimal.js +5 -5
- package/lib/ui-kit/InputRange/renderRangeWithTicks.d.ts +12 -12
- package/lib/ui-kit/InputRange/renderRangeWithTicks.js +16 -16
- package/lib/ui-kit/LinkButton/ArrowButton.d.ts +7 -7
- package/lib/ui-kit/LinkButton/ArrowButton.js +13 -13
- package/lib/ui-kit/LinkButton/ButtonInner.d.ts +3 -3
- package/lib/ui-kit/LinkButton/ButtonInner.js +19 -19
- package/lib/ui-kit/LinkButton/ButtonsSectionContent.d.ts +8 -8
- package/lib/ui-kit/LinkButton/ButtonsSectionContent.js +1 -1
- package/lib/ui-kit/LinkButton/GetButtonClassParams.d.ts +7 -7
- package/lib/ui-kit/LinkButton/GetButtonClassParams.js +1 -1
- package/lib/ui-kit/LinkButton/LinkButton.d.ts +3 -3
- package/lib/ui-kit/LinkButton/LinkButton.fixture.d.ts +14 -14
- package/lib/ui-kit/LinkButton/LinkButton.fixture.mobile.d.ts +14 -14
- package/lib/ui-kit/LinkButton/LinkButton.js +18 -18
- package/lib/ui-kit/LinkButton/LinkButtonContent.d.ts +23 -23
- package/lib/ui-kit/LinkButton/LinkButtonContent.js +1 -1
- package/lib/ui-kit/LinkButton/LinkButtonProps.d.ts +17 -17
- package/lib/ui-kit/LinkButton/LinkButtonProps.js +1 -1
- package/lib/ui-kit/LinkButton/buttonClassNameConstants.d.ts +9 -9
- package/lib/ui-kit/LinkButton/buttonClassNameConstants.js +33 -33
- package/lib/ui-kit/LinkButton/getDisabledButtonClasses.d.ts +3 -3
- package/lib/ui-kit/LinkButton/getDisabledButtonClasses.js +9 -9
- package/lib/ui-kit/LinkButton/getRegularButtonClasses.d.ts +3 -3
- package/lib/ui-kit/LinkButton/getRegularButtonClasses.js +9 -9
- package/lib/ui-kit/LinkButton/renderArrows.d.ts +13 -13
- package/lib/ui-kit/LinkButton/renderArrows.js +11 -11
- package/lib/ui-kit/LinkButton/renderButtonsSection.d.ts +9 -9
- package/lib/ui-kit/LinkButton/renderButtonsSection.js +21 -21
- package/lib/ui-kit/LinkButton/useFormSubmit.d.ts +4 -4
- package/lib/ui-kit/LinkButton/useFormSubmit.js +22 -22
- package/lib/ui-kit/LinkWrapper/LinkWrapper.d.ts +10 -10
- package/lib/ui-kit/LinkWrapper/LinkWrapper.js +11 -11
- package/lib/ui-kit/ListControlProps.d.ts +4 -4
- package/lib/ui-kit/ListControlProps.js +1 -1
- package/lib/ui-kit/LocationDialog/LocationDialog.d.ts +6 -6
- package/lib/ui-kit/LocationDialog/LocationDialog.fixture.d.ts +6 -6
- package/lib/ui-kit/LocationDialog/LocationDialog.js +39 -39
- package/lib/ui-kit/LocationDialog/SearchBar.d.ts +6 -6
- package/lib/ui-kit/LocationDialog/SearchBar.js +7 -7
- package/lib/ui-kit/LocationDialog/renderForeignOffices.d.ts +2 -2
- package/lib/ui-kit/LocationDialog/renderForeignOffices.js +11 -11
- package/lib/ui-kit/LocationDialog/renderRegion.d.ts +5 -5
- package/lib/ui-kit/LocationDialog/renderRegion.js +5 -5
- package/lib/ui-kit/LocationDialog/renderRegionGroup.d.ts +3 -3
- package/lib/ui-kit/LocationDialog/renderRegionGroup.js +4 -4
- package/lib/ui-kit/LocationDialog/useLocationDialog.d.ts +6 -6
- package/lib/ui-kit/LocationDialog/useLocationDialog.js +10 -10
- package/lib/ui-kit/Logo/Logo.d.ts +12 -12
- package/lib/ui-kit/Logo/Logo.fixture.d.ts +4 -4
- package/lib/ui-kit/Logo/Logo.js +15 -15
- package/lib/ui-kit/Logo/iconSize.d.ts +4 -4
- package/lib/ui-kit/Logo/iconSize.js +1 -1
- package/lib/ui-kit/Logo/iconSize.mobile.d.ts +4 -4
- package/lib/ui-kit/Logo/iconSize.mobile.js +1 -1
- package/lib/ui-kit/Logo/logoTitleSizeStyle.d.ts +1 -1
- package/lib/ui-kit/Logo/logoTitleSizeStyle.js +1 -1
- package/lib/ui-kit/Logo/logoTitleSizeStyle.mobile.d.ts +1 -1
- package/lib/ui-kit/Logo/logoTitleSizeStyle.mobile.js +1 -1
- package/lib/ui-kit/Logo/renderImage.d.ts +5 -5
- package/lib/ui-kit/Logo/renderImage.js +19 -19
- package/lib/ui-kit/NotFound/NotFound.d.ts +2 -2
- package/lib/ui-kit/NotFound/NotFound.js +6 -9
- package/lib/ui-kit/NotFound/NotFound.js.map +1 -1
- package/lib/ui-kit/NumberInput/NumberInput.d.ts +8 -8
- package/lib/ui-kit/NumberInput/NumberInput.fixture.d.ts +7 -7
- package/lib/ui-kit/NumberInput/NumberInput.js +19 -19
- package/lib/ui-kit/Pagination/PageSizeSelector.d.ts +6 -6
- package/lib/ui-kit/Pagination/PageSizeSelector.js +8 -8
- package/lib/ui-kit/Pagination/Pagination.d.ts +8 -8
- package/lib/ui-kit/Pagination/Pagination.js +4 -4
- package/lib/ui-kit/Pagination/PaginationContainer.d.ts +6 -6
- package/lib/ui-kit/Pagination/PaginationContainer.js +27 -27
- package/lib/ui-kit/Pagination/paginationBlockStyle.d.ts +1 -1
- package/lib/ui-kit/Pagination/paginationBlockStyle.js +1 -1
- package/lib/ui-kit/Pagination/renderPages.d.ts +2 -2
- package/lib/ui-kit/Pagination/renderPages.js +14 -14
- package/lib/ui-kit/Pagination/shouldRenderPage.d.ts +1 -1
- package/lib/ui-kit/Pagination/shouldRenderPage.js +5 -5
- package/lib/ui-kit/Paragraph/Paragraph.d.ts +2 -2
- package/lib/ui-kit/Paragraph/Paragraph.js +4 -4
- package/lib/ui-kit/Paragraph/ParagraphProps.d.ts +7 -7
- package/lib/ui-kit/Paragraph/ParagraphProps.js +1 -1
- package/lib/ui-kit/PhoneInput/PhoneInput.d.ts +2 -2
- package/lib/ui-kit/PhoneInput/PhoneInput.js +12 -12
- package/lib/ui-kit/PhoneInput/normalizePhone.d.ts +1 -1
- package/lib/ui-kit/PhoneInput/normalizePhone.js +13 -13
- package/lib/ui-kit/PopupManager/PopupAction.d.ts +16 -16
- package/lib/ui-kit/PopupManager/PopupAction.js +1 -1
- package/lib/ui-kit/PopupManager/PopupManager.d.ts +2 -2
- package/lib/ui-kit/PopupManager/PopupManager.js +37 -37
- package/lib/ui-kit/PopupManager/usePopupManager.d.ts +7 -7
- package/lib/ui-kit/PopupManager/usePopupManager.js +6 -6
- package/lib/ui-kit/PreventableEvent.d.ts +7 -7
- package/lib/ui-kit/PreventableEvent.js +1 -1
- package/lib/ui-kit/PriceList/PriceList.d.ts +2 -2
- package/lib/ui-kit/PriceList/PriceList.fixture.d.ts +6 -6
- package/lib/ui-kit/PriceList/PriceList.js +6 -6
- package/lib/ui-kit/PriceList/PriceListProps.d.ts +9 -9
- package/lib/ui-kit/PriceList/PriceListProps.js +1 -1
- package/lib/ui-kit/Radio/Radio.d.ts +2 -2
- package/lib/ui-kit/Radio/Radio.js +7 -7
- package/lib/ui-kit/Radio/RadioProps.d.ts +8 -8
- package/lib/ui-kit/Radio/RadioProps.js +1 -1
- package/lib/ui-kit/RadioButtonGroup/RadioButtonGroup.d.ts +15 -15
- package/lib/ui-kit/RadioButtonGroup/RadioButtonGroup.fixture.d.ts +6 -6
- package/lib/ui-kit/RadioButtonGroup/RadioButtonGroup.js +9 -9
- package/lib/ui-kit/ReportDialog/ReportDialog.d.ts +5 -5
- package/lib/ui-kit/ReportDialog/ReportDialog.fixture.d.ts +6 -6
- package/lib/ui-kit/ReportDialog/ReportDialog.js +19 -19
- package/lib/ui-kit/ReportDialog/useReportDialog.d.ts +6 -6
- package/lib/ui-kit/ReportDialog/useReportDialog.js +10 -10
- package/lib/ui-kit/ResponseTypeDialog/ResponseTypeDialog.d.ts +4 -4
- package/lib/ui-kit/ResponseTypeDialog/ResponseTypeDialog.fixture.d.ts +6 -6
- package/lib/ui-kit/ResponseTypeDialog/ResponseTypeDialog.js +17 -17
- package/lib/ui-kit/ResponseTypeDialog/useResponseTypeDialog.d.ts +8 -8
- package/lib/ui-kit/ResponseTypeDialog/useResponseTypeDialog.js +10 -10
- package/lib/ui-kit/RichText/RichText.d.ts +2 -2
- package/lib/ui-kit/RichText/RichText.fixture.d.ts +10 -10
- package/lib/ui-kit/RichText/RichText.js +12 -12
- package/lib/ui-kit/RichText/RichTextProps.d.ts +20 -20
- package/lib/ui-kit/RichText/RichTextProps.js +1 -1
- package/lib/ui-kit/RichText/getHtmlText.d.ts +1 -1
- package/lib/ui-kit/RichText/getHtmlText.js +1 -1
- package/lib/ui-kit/SVG.d.ts +21 -21
- package/lib/ui-kit/SVG.js +8 -8
- package/lib/ui-kit/SearchBar/SearchBar.d.ts +9 -9
- package/lib/ui-kit/SearchBar/SearchBar.js +21 -21
- package/lib/ui-kit/SearchDialog/SearchDialog.d.ts +6 -6
- package/lib/ui-kit/SearchDialog/SearchDialog.js +24 -24
- package/lib/ui-kit/SearchDialog/SearchInput.d.ts +9 -9
- package/lib/ui-kit/SearchDialog/SearchInput.js +12 -12
- package/lib/ui-kit/SearchDialog/useSearchDialog.d.ts +6 -6
- package/lib/ui-kit/SearchDialog/useSearchDialog.js +10 -10
- package/lib/ui-kit/Select/Option.d.ts +4 -4
- package/lib/ui-kit/Select/Option.js +1 -1
- package/lib/ui-kit/Select/Select.d.ts +16 -16
- package/lib/ui-kit/Select/Select.fixture.d.ts +7 -7
- package/lib/ui-kit/Select/Select.js +34 -34
- package/lib/ui-kit/Select/SelectControl.d.ts +9 -9
- package/lib/ui-kit/Select/SelectControl.js +5 -5
- package/lib/ui-kit/Select/SelectPopup.d.ts +13 -13
- package/lib/ui-kit/Select/SelectPopup.js +12 -12
- package/lib/ui-kit/Select/filterOptions.d.ts +2 -2
- package/lib/ui-kit/Select/filterOptions.js +6 -6
- package/lib/ui-kit/Select/formatOption.d.ts +2 -2
- package/lib/ui-kit/Select/formatOption.js +1 -1
- package/lib/ui-kit/Select/useSelectPopup.d.ts +9 -9
- package/lib/ui-kit/Select/useSelectPopup.js +31 -31
- package/lib/ui-kit/Shimmer/Shimmer.d.ts +5 -5
- package/lib/ui-kit/Shimmer/Shimmer.js +10 -10
- package/lib/ui-kit/Sitemap/Sitemap.d.ts +2 -2
- package/lib/ui-kit/Sitemap/Sitemap.js +17 -17
- package/lib/ui-kit/Sitemap/Sitemap.mobile.d.ts +2 -2
- package/lib/ui-kit/Sitemap/Sitemap.mobile.js +8 -8
- package/lib/ui-kit/Sitemap/SitemapProps.d.ts +5 -5
- package/lib/ui-kit/Sitemap/SitemapProps.js +1 -1
- package/lib/ui-kit/Sitemap/isVisibleItem.d.ts +2 -2
- package/lib/ui-kit/Sitemap/isVisibleItem.js +1 -1
- package/lib/ui-kit/SlideCheckbox/SlideCheckbox.d.ts +8 -8
- package/lib/ui-kit/SlideCheckbox/SlideCheckbox.fixture.d.ts +6 -6
- package/lib/ui-kit/SlideCheckbox/SlideCheckbox.js +5 -5
- package/lib/ui-kit/SlideCheckboxGroup/SlideCheckboxGroup.d.ts +11 -11
- package/lib/ui-kit/SlideCheckboxGroup/SlideCheckboxGroup.js +18 -18
- package/lib/ui-kit/SwipeListControl/SwipeListContainer.d.ts +22 -22
- package/lib/ui-kit/SwipeListControl/SwipeListContainer.js +42 -42
- package/lib/ui-kit/SwipeListControl/SwipeListControl.d.ts +14 -14
- package/lib/ui-kit/SwipeListControl/SwipeListControl.fixture.d.ts +12 -12
- package/lib/ui-kit/SwipeListControl/SwipeListControl.fixture.mobile.d.ts +12 -12
- package/lib/ui-kit/SwipeListControl/SwipeListControl.js +23 -23
- package/lib/ui-kit/SwipeListControl/SwipeListControlContent.d.ts +33 -33
- package/lib/ui-kit/SwipeListControl/SwipeListControlContent.js +1 -1
- package/lib/ui-kit/SwipeListControl/SwipeListDots.d.ts +14 -14
- package/lib/ui-kit/SwipeListControl/SwipeListDots.js +26 -26
- package/lib/ui-kit/SwipeListControl/SwipeListItem.d.ts +14 -14
- package/lib/ui-kit/SwipeListControl/SwipeListItem.js +14 -14
- package/lib/ui-kit/SwipeListControl/SwipeListScrollButtons.d.ts +8 -8
- package/lib/ui-kit/SwipeListControl/SwipeListScrollButtons.js +11 -11
- package/lib/ui-kit/SwipeListControl/getContainerHeight.d.ts +4 -4
- package/lib/ui-kit/SwipeListControl/getContainerHeight.js +9 -9
- package/lib/ui-kit/SwipeListControl/scrollBy.d.ts +1 -1
- package/lib/ui-kit/SwipeListControl/scrollBy.js +4 -4
- package/lib/ui-kit/SwipeListControl/scrollToEnd.d.ts +1 -1
- package/lib/ui-kit/SwipeListControl/scrollToEnd.js +3 -3
- package/lib/ui-kit/SwipeListControl/scrollToStart.d.ts +1 -1
- package/lib/ui-kit/SwipeListControl/scrollToStart.js +3 -3
- package/lib/ui-kit/SwipeListControl/useSwipeListScroll.d.ts +17 -17
- package/lib/ui-kit/SwipeListControl/useSwipeListScroll.js +63 -63
- package/lib/ui-kit/TableArrowScrollControl/TableArrowScrollControl.d.ts +2 -2
- package/lib/ui-kit/TableArrowScrollControl/TableArrowScrollControl.js +14 -14
- package/lib/ui-kit/TableArrowScrollControl/TableArrowScrollControlProps.d.ts +9 -9
- package/lib/ui-kit/TableArrowScrollControl/TableArrowScrollControlProps.js +1 -1
- package/lib/ui-kit/TabsControl/ScrollableTabsControl.d.ts +2 -2
- package/lib/ui-kit/TabsControl/ScrollableTabsControl.js +42 -42
- package/lib/ui-kit/TabsControl/TabItem.d.ts +17 -17
- package/lib/ui-kit/TabsControl/TabItem.js +21 -21
- package/lib/ui-kit/TabsControl/TabItemInner.d.ts +7 -7
- package/lib/ui-kit/TabsControl/TabItemInner.js +39 -39
- package/lib/ui-kit/TabsControl/TabItemInner.js.map +1 -1
- package/lib/ui-kit/TabsControl/TabsControl.d.ts +2 -2
- package/lib/ui-kit/TabsControl/TabsControl.fixture.d.ts +8 -8
- package/lib/ui-kit/TabsControl/TabsControl.js +5 -5
- package/lib/ui-kit/TabsControl/TabsControlProps.d.ts +20 -20
- package/lib/ui-kit/TabsControl/TabsControlProps.js +1 -1
- package/lib/ui-kit/TabsControl/renderTab.d.ts +3 -3
- package/lib/ui-kit/TabsControl/renderTab.js +3 -3
- package/lib/ui-kit/TabsControl/renderTabItemInner.d.ts +10 -10
- package/lib/ui-kit/TabsControl/renderTabItemInner.js +19 -19
- package/lib/ui-kit/Tags/Tags.d.ts +6 -6
- package/lib/ui-kit/Tags/Tags.fixture.d.ts +4 -4
- package/lib/ui-kit/Tags/Tags.js +6 -6
- package/lib/ui-kit/Tags/TagsContent.d.ts +6 -6
- package/lib/ui-kit/Tags/TagsContent.js +1 -1
- package/lib/ui-kit/Text/Text.d.ts +9 -9
- package/lib/ui-kit/Text/Text.js +4 -4
- package/lib/ui-kit/Text/TextProps.d.ts +28 -28
- package/lib/ui-kit/Text/TextProps.js +1 -1
- package/lib/ui-kit/TextWithIcon/TextWithIcon.d.ts +13 -13
- package/lib/ui-kit/TextWithIcon/TextWithIcon.js +7 -7
- package/lib/ui-kit/TopItem/TopItem.d.ts +11 -11
- package/lib/ui-kit/TopItem/TopItem.fixture.d.ts +7 -7
- package/lib/ui-kit/TopItem/TopItem.js +17 -17
- package/lib/ui-kit/Unit/Unit.d.ts +2 -2
- package/lib/ui-kit/Unit/Unit.js +6 -6
- package/lib/ui-kit/Unit/UnitProps.d.ts +8 -8
- package/lib/ui-kit/Unit/UnitProps.js +1 -1
- package/lib/ui-kit/YandexMap/YandexMap.d.ts +8 -8
- package/lib/ui-kit/YandexMap/YandexMap.js +53 -53
- package/lib/ui-kit/YandexMap/ZoomButton.d.ts +7 -7
- package/lib/ui-kit/YandexMap/ZoomButton.js +21 -21
- package/lib/ui-kit/YandexMap/defaultStyle.d.ts +6 -6
- package/lib/ui-kit/YandexMap/defaultStyle.js +6 -6
- package/lib/ui-kit/YandexMap/mockPoints.d.ts +5 -5
- package/lib/ui-kit/YandexMap/mockPoints.js +25 -25
- package/lib/ui-kit/YandexMap/renderClusterer.d.ts +7 -7
- package/lib/ui-kit/YandexMap/renderClusterer.js +53 -53
- package/lib/ui-kit/YandexMap/renderSearchField.d.ts +4 -4
- package/lib/ui-kit/YandexMap/renderSearchField.js +28 -28
- package/lib/ui-kit/YandexMap/renderUserGeolocation.d.ts +4 -4
- package/lib/ui-kit/YandexMap/renderUserGeolocation.js +24 -24
- package/lib/ui-kit/YandexMap/useYandexMaps.d.ts +2 -2
- package/lib/ui-kit/YandexMap/useYandexMaps.js +7 -7
- package/lib/utils/BoolComparator.d.ts +11 -11
- package/lib/utils/BoolComparator.js +11 -11
- package/lib/utils/Comparator.d.ts +4 -4
- package/lib/utils/Comparator.js +3 -3
- package/lib/utils/Nullable.d.ts +1 -1
- package/lib/utils/Nullable.js +1 -1
- package/lib/utils/adjustBase.d.ts +1 -1
- package/lib/utils/adjustBase.js +1 -1
- package/lib/utils/adjustHref.d.ts +5 -5
- package/lib/utils/adjustHref.js +21 -21
- package/lib/utils/adjustSessionQuery.d.ts +1 -1
- package/lib/utils/adjustSessionQuery.js +13 -13
- package/lib/utils/adjustSrc.d.ts +2 -2
- package/lib/utils/adjustSrc.js +8 -8
- package/lib/utils/appendSlash.d.ts +1 -1
- package/lib/utils/appendSlash.js +1 -1
- package/lib/utils/areArraysEqual.d.ts +1 -1
- package/lib/utils/areArraysEqual.js +1 -1
- package/lib/utils/arrayByRange.d.ts +1 -1
- package/lib/utils/arrayByRange.js +1 -1
- package/lib/utils/assertNonEmpty.d.ts +1 -1
- package/lib/utils/assertNonEmpty.js +6 -6
- package/lib/utils/assertUnreachable.d.ts +1 -1
- package/lib/utils/assertUnreachable.js +3 -3
- package/lib/utils/avg.d.ts +1 -1
- package/lib/utils/avg.js +2 -2
- package/lib/utils/clamp.d.ts +1 -1
- package/lib/utils/clamp.js +1 -1
- package/lib/utils/dataAttributes.d.ts +6 -6
- package/lib/utils/dataAttributes.js +13 -13
- package/lib/utils/debounce.d.ts +5 -5
- package/lib/utils/debounce.js +15 -15
- package/lib/utils/deviation.d.ts +1 -1
- package/lib/utils/deviation.js +2 -2
- package/lib/utils/dirname.d.ts +1 -1
- package/lib/utils/dirname.js +1 -1
- package/lib/utils/fetchJSON.d.ts +3 -3
- package/lib/utils/fetchJSON.js +19 -19
- package/lib/utils/fetchMultitudeJSON.d.ts +2 -2
- package/lib/utils/fetchMultitudeJSON.js +5 -5
- package/lib/utils/formatBytes.d.ts +1 -1
- package/lib/utils/formatBytes.js +9 -9
- package/lib/utils/formatDate.d.ts +1 -1
- package/lib/utils/formatDate.js +11 -11
- package/lib/utils/formatPhone.d.ts +1 -1
- package/lib/utils/formatPhone.js +1 -1
- package/lib/utils/getBasePath.d.ts +1 -1
- package/lib/utils/getBasePath.js +9 -9
- package/lib/utils/getBorderStyle.d.ts +1 -1
- package/lib/utils/getBorderStyle.js +3 -3
- package/lib/utils/getColSpan.d.ts +1 -1
- package/lib/utils/getColSpan.js +5 -5
- package/lib/utils/getCurrentDate.d.ts +1 -1
- package/lib/utils/getCurrentDate.js +3 -3
- package/lib/utils/getGeolocation.d.ts +1 -1
- package/lib/utils/getGeolocation.js +1 -1
- package/lib/utils/getInnerPadding.d.ts +2 -2
- package/lib/utils/getInnerPadding.js +1 -1
- package/lib/utils/getSanitizedValue.d.ts +1 -1
- package/lib/utils/getSanitizedValue.js +1 -1
- package/lib/utils/getSessionQuery.d.ts +1 -1
- package/lib/utils/getSessionQuery.js +8 -8
- package/lib/utils/getUrlParams.d.ts +1 -1
- package/lib/utils/getUrlParams.js +4 -4
- package/lib/utils/getVersion.d.ts +2 -2
- package/lib/utils/getVersion.js +1 -1
- package/lib/utils/groupBy.d.ts +1 -1
- package/lib/utils/groupBy.js +9 -9
- package/lib/utils/identity.d.ts +1 -1
- package/lib/utils/identity.js +1 -1
- package/lib/utils/isEmpty.d.ts +1 -1
- package/lib/utils/isEmpty.js +5 -5
- package/lib/utils/isIcon.d.ts +2 -2
- package/lib/utils/isIcon.js +1 -1
- package/lib/utils/isOdd.d.ts +1 -1
- package/lib/utils/isOdd.js +1 -1
- package/lib/utils/isOnlyDigits.d.ts +1 -1
- package/lib/utils/isOnlyDigits.js +1 -1
- package/lib/utils/isPictureSizeEmpty.d.ts +2 -2
- package/lib/utils/isPictureSizeEmpty.js +3 -3
- package/lib/utils/isUUID.d.ts +1 -1
- package/lib/utils/isUUID.js +3 -3
- package/lib/utils/jaroWinklerDistance.d.ts +1 -1
- package/lib/utils/jaroWinklerDistance.js +63 -63
- package/lib/utils/joinList.d.ts +1 -1
- package/lib/utils/joinList.js +1 -1
- package/lib/utils/mapChildren.d.ts +2 -2
- package/lib/utils/mapChildren.js +6 -6
- package/lib/utils/mapCookie.d.ts +1 -1
- package/lib/utils/mapCookie.js +7 -7
- package/lib/utils/maxBy.d.ts +3 -3
- package/lib/utils/maxBy.js +3 -3
- package/lib/utils/mergeIntervals.d.ts +1 -1
- package/lib/utils/mergeIntervals.js +16 -16
- package/lib/utils/minBy.d.ts +2 -2
- package/lib/utils/minBy.js +3 -3
- package/lib/utils/noop.d.ts +1 -1
- package/lib/utils/noop.js +3 -3
- package/lib/utils/roundTo.d.ts +1 -1
- package/lib/utils/roundTo.js +4 -4
- package/lib/utils/style.d.ts +5 -5
- package/lib/utils/style.js +12 -12
- package/lib/utils/sum.d.ts +1 -1
- package/lib/utils/sum.js +1 -1
- package/lib/utils/tableFunc.d.ts +17 -17
- package/lib/utils/tableFunc.js +33 -33
- package/lib/utils/toLocalNumberFormat.d.ts +3 -3
- package/lib/utils/toLocalNumberFormat.js +4 -4
- package/lib/utils/unique.d.ts +1 -1
- package/lib/utils/unique.js +1 -1
- package/lib/utils/url.d.ts +7 -7
- package/lib/utils/url.js +17 -17
- package/lib/utils/zip.d.ts +4 -4
- package/lib/utils/zip.js +3 -3
- package/lib/validation/and.d.ts +2 -2
- package/lib/validation/and.js +1 -1
- package/lib/validation/objectValidator.d.ts +2 -2
- package/lib/validation/objectValidator.js +3 -3
- package/lib/validation/pattern.d.ts +1 -1
- package/lib/validation/pattern.js +2 -2
- package/lib/validation/required.d.ts +1 -1
- package/lib/validation/required.js +2 -2
- package/lib/validation/validator.d.ts +10 -10
- package/lib/validation/validator.js +3 -3
- package/lib/validation/withValidator.d.ts +10 -10
- package/lib/validation/withValidator.js +9 -9
- package/lib/wlc.json +5 -5
- package/mobile/bundle/BlockRenderer/BlockRendererOptions.d.ts +11 -11
- package/mobile/bundle/BlockRenderer/defaultBlockDecorator.d.ts +2 -2
- package/mobile/bundle/BlockRenderer/getParentBlockContent.d.ts +2 -2
- package/mobile/bundle/BlockRenderer/getParentBlockDef.d.ts +3 -3
- package/mobile/bundle/BlockRenderer/renderBlock.d.ts +5 -5
- package/mobile/bundle/BlockRenderer/renderBlockList.d.ts +12 -12
- package/mobile/bundle/BlockRenderer/renderChildren.d.ts +11 -11
- package/mobile/bundle/Env.d.ts +7 -7
- package/mobile/bundle/EventBus/EventBus.d.ts +8 -8
- package/mobile/bundle/EventBus/defaultEventBus.d.ts +15 -15
- package/mobile/bundle/EventBus/useLatestEvent.d.ts +2 -2
- package/mobile/bundle/ProjectSettings.d.ts +13 -13
- package/mobile/bundle/UniBlock/UniBlock.d.ts +17 -17
- package/mobile/bundle/UniBlock/UniBlockProps.d.ts +25 -25
- package/mobile/bundle/UniBlock/extractContent.d.ts +6 -6
- package/mobile/bundle/api/DaDataAPI.d.ts +15 -15
- package/mobile/bundle/api/LeadServiceAPI.d.ts +24 -24
- package/mobile/bundle/bundle.umd.js +5358 -5279
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/bundle/components/AdTile/AdTile.d.ts +6 -6
- package/mobile/bundle/components/AdTile/AdTileContent.d.ts +5 -5
- package/mobile/bundle/components/ApplicationForm/AcquiringField.d.ts +5 -5
- package/mobile/bundle/components/ApplicationForm/AddressBranchField.d.ts +6 -6
- package/mobile/bundle/components/ApplicationForm/AmountField.d.ts +2 -2
- package/mobile/bundle/components/ApplicationForm/ApplicationForm.d.ts +6 -6
- package/mobile/bundle/components/ApplicationForm/ApplicationFormContent.d.ts +107 -107
- package/mobile/bundle/components/ApplicationForm/CommentField.d.ts +2 -2
- package/mobile/bundle/components/ApplicationForm/CustomFieldProps.d.ts +6 -6
- package/mobile/bundle/components/ApplicationForm/FeedbackMethodField.d.ts +2 -2
- package/mobile/bundle/components/ApplicationForm/FeedbackTypeField.d.ts +2 -2
- package/mobile/bundle/components/ApplicationForm/Footnote.d.ts +7 -7
- package/mobile/bundle/components/ApplicationForm/IsClientField.d.ts +2 -2
- package/mobile/bundle/components/ApplicationForm/OnlineCheckoutField.d.ts +2 -2
- package/mobile/bundle/components/ApplicationForm/PartnerCommentsField.d.ts +2 -2
- package/mobile/bundle/components/ApplicationForm/PosTerminalField.d.ts +2 -2
- package/mobile/bundle/components/ApplicationForm/RegionField.d.ts +2 -2
- package/mobile/bundle/components/ApplicationForm/RegionPremiumField.d.ts +2 -2
- package/mobile/bundle/components/ApplicationForm/ServiceDirectionField.d.ts +2 -2
- package/mobile/bundle/components/ApplicationForm/TermField.d.ts +2 -2
- package/mobile/bundle/components/ApplicationForm/UltraPremiumField.d.ts +2 -2
- package/mobile/bundle/components/ApplicationForm/VedField.d.ts +3 -3
- package/mobile/bundle/components/ApplicationForm/contants.d.ts +5 -5
- package/mobile/bundle/components/ApplicationForm/getField.d.ts +8 -8
- package/mobile/bundle/components/ApplicationForm/getFormatData.d.ts +2 -2
- package/mobile/bundle/components/ApplicationForm/getInitialFormState.d.ts +24 -24
- package/mobile/bundle/components/ApplicationForm/getNamesFromInput.d.ts +2 -2
- package/mobile/bundle/components/ApplicationForm/getObjectValidator.d.ts +4 -4
- package/mobile/bundle/components/ApplicationForm/getPartnerComments.d.ts +2 -2
- package/mobile/bundle/components/ApplicationForm/getValidation.d.ts +3 -3
- package/mobile/bundle/components/ApplicationForm/renderAgreementSubmit.d.ts +5 -5
- package/mobile/bundle/components/ApplicationForm/renderContacts.d.ts +2 -2
- package/mobile/bundle/components/ApplicationForm/renderSubmitButton.d.ts +3 -3
- package/mobile/bundle/components/ApplicationForm/validators.d.ts +6 -6
- package/mobile/bundle/components/BankAccountFiltration/BankAccountFiltration.d.ts +6 -6
- package/mobile/bundle/components/BankAccountFiltration/BankAccountFiltrationContent.d.ts +22 -22
- package/mobile/bundle/components/BenefitsBlock/BenefitsBlock.d.ts +6 -6
- package/mobile/bundle/components/BenefitsBlock/BenefitsBlockContent.d.ts +21 -21
- package/mobile/bundle/components/BenefitsBlock/defaultIconSize.d.ts +1 -1
- package/mobile/bundle/components/Blocks.d.ts +2 -2
- package/mobile/bundle/components/BonusBenefitsBlock/BonusBenefitsBlock.d.ts +5 -5
- package/mobile/bundle/components/BonusBenefitsBlock/BonusBenefitsBlockContent.d.ts +26 -26
- package/mobile/bundle/components/BonusBenefitsBlock/bonusBenefitStyles.d.ts +1 -1
- package/mobile/bundle/components/BonusBenefitsBlock/renderBonusBenefit.d.ts +4 -4
- package/mobile/bundle/components/BonusBenefitsBlock/renderBonusBenefits.d.ts +4 -4
- package/mobile/bundle/components/ButtonsBlock/ButtonsBlock.d.ts +6 -6
- package/mobile/bundle/components/ButtonsBlock/ButtonsBlockContent.d.ts +10 -10
- package/mobile/bundle/components/CalculatorBonus/CalculatorBonus.d.ts +9 -9
- package/mobile/bundle/components/CalculatorBonus/CalculatorBonusContent.d.ts +6 -6
- package/mobile/bundle/components/CalculatorBonus/getBonus.d.ts +2 -2
- package/mobile/bundle/components/CalculatorBonus/getBonusCalculatorParams.d.ts +36 -36
- package/mobile/bundle/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.d.ts +5 -5
- package/mobile/bundle/components/CalculatorBusinessDeposit/CalculatorBusinessDepositContent.d.ts +52 -52
- package/mobile/bundle/components/CalculatorBusinessDeposit/useBusinessDepositParams.d.ts +26 -26
- package/mobile/bundle/components/CalculatorBusinessDeposit/useBusinessDepositRates.d.ts +4 -4
- package/mobile/bundle/components/CalculatorCredit/CalculatorCredit.d.ts +8 -8
- package/mobile/bundle/components/CalculatorCredit/CalculatorCreditContent.d.ts +53 -53
- package/mobile/bundle/components/CalculatorCredit/checkCreditSourceBookRowCommonParams.d.ts +8 -8
- package/mobile/bundle/components/CalculatorCredit/defaultCreditCalculatorParams.d.ts +2 -2
- package/mobile/bundle/components/CalculatorCredit/getCreditCalculatorLimitParams.d.ts +8 -8
- package/mobile/bundle/components/CalculatorCredit/getCreditCalculatorParams.d.ts +2 -2
- package/mobile/bundle/components/CalculatorCredit/getCreditCalculatorRateParams.d.ts +9 -9
- package/mobile/bundle/components/CalculatorCredit/isDefaultParams.d.ts +2 -2
- package/mobile/bundle/components/CalculatorDeposit/CalculatorDeposit.d.ts +9 -9
- package/mobile/bundle/components/CalculatorDeposit/CalculatorDepositContent.d.ts +41 -41
- package/mobile/bundle/components/CalculatorDeposit/getDepositCalculatorParams.d.ts +27 -27
- package/mobile/bundle/components/CalculatorDeposit/isNotRubles.d.ts +1 -1
- package/mobile/bundle/components/CalculatorDeposit/renderDepositParamsForm.d.ts +5 -5
- package/mobile/bundle/components/CalculatorDeposit/renderDepositResult.d.ts +13 -13
- package/mobile/bundle/components/CalculatorDeposit/renderPaymentType.d.ts +3 -3
- package/mobile/bundle/components/CalculatorDeposit/renderRegistrationType.d.ts +3 -3
- package/mobile/bundle/components/CalculatorRefinancing/CalculatorRefinancing.d.ts +9 -9
- package/mobile/bundle/components/CalculatorRefinancing/CalculatorRefinancingContent.d.ts +10 -10
- package/mobile/bundle/components/CalculatorRefinancing/checkRefinancingSourceBookRowCommonParams.d.ts +9 -9
- package/mobile/bundle/components/CalculatorRefinancing/getRefinancingCalculatorLimitParams.d.ts +9 -9
- package/mobile/bundle/components/CalculatorRefinancing/getRefinancingCalculatorParams.d.ts +32 -32
- package/mobile/bundle/components/CalculatorRefinancing/getRefinancingCalculatorRateParams.d.ts +13 -13
- package/mobile/bundle/components/CardTransfer/CardTransfer.d.ts +5 -5
- package/mobile/bundle/components/CardTransfer/CardTransferContent.d.ts +14 -14
- package/mobile/bundle/components/Carousel/Carousel.d.ts +6 -6
- package/mobile/bundle/components/Carousel/CarouselContent.d.ts +20 -20
- package/mobile/bundle/components/Carousel/itemsGap.d.ts +1 -1
- package/mobile/bundle/components/Carousel/renderCardHighlight.d.ts +7 -7
- package/mobile/bundle/components/Carousel/renderCarouselCards.d.ts +6 -6
- package/mobile/bundle/components/Carousel/visibleItemCount.d.ts +1 -1
- package/mobile/bundle/components/Carousel/visibleItemCountStyle.d.ts +1 -1
- package/mobile/bundle/components/CarouselCard/CarouselCard.d.ts +5 -5
- package/mobile/bundle/components/CarouselCard/CarouselCardContent.d.ts +11 -11
- package/mobile/bundle/components/CarouselCard/constants.d.ts +2 -2
- package/mobile/bundle/components/CarouselCard/titleSize.d.ts +1 -1
- package/mobile/bundle/components/CarouselCatalogCard/CarouselCatalogCard.d.ts +5 -5
- package/mobile/bundle/components/CarouselCatalogCard/CarouselCatalogCardContent.d.ts +15 -15
- package/mobile/bundle/components/CarouselLinks/CarouselLinkButton.d.ts +5 -5
- package/mobile/bundle/components/CarouselLinks/CarouselLinks.d.ts +6 -6
- package/mobile/bundle/components/CarouselLinks/CarouselLinksContent.d.ts +15 -15
- package/mobile/bundle/components/CarouselRecommendationCard/CarouselRecommendationCard.d.ts +5 -5
- package/mobile/bundle/components/CarouselRecommendationCard/CarouselRecommendationCardContent.d.ts +18 -18
- package/mobile/bundle/components/CarouselRecommendationCard/ImageAlwaysOnRight.d.ts +1 -1
- package/mobile/bundle/components/CarouselTariffsCard/CarouselTariffsCard.d.ts +5 -5
- package/mobile/bundle/components/CarouselTariffsCard/CarouselTariffsCardAction.d.ts +6 -6
- package/mobile/bundle/components/CarouselTariffsCard/CarouselTariffsCardContent.d.ts +21 -21
- package/mobile/bundle/components/CarouselTariffsCard/renderCardInfo.d.ts +3 -3
- package/mobile/bundle/components/ComparisonTable/ComparisonTable.d.ts +5 -5
- package/mobile/bundle/components/ComparisonTable/ComparisonTableBody.d.ts +11 -11
- package/mobile/bundle/components/ComparisonTable/ComparisonTableColumnHeaders.d.ts +7 -7
- package/mobile/bundle/components/ComparisonTable/ComparisonTableContent.d.ts +40 -40
- package/mobile/bundle/components/ComparisonTable/ComparisonTableRows.d.ts +14 -14
- package/mobile/bundle/components/ComparisonTable/HeaderCell.d.ts +9 -9
- package/mobile/bundle/components/ComparisonTable/TableCarouselContainer.d.ts +7 -7
- package/mobile/bundle/components/ComparisonTable/TableCell.d.ts +9 -9
- package/mobile/bundle/components/ComparisonTable/TableColumn.d.ts +15 -15
- package/mobile/bundle/components/ComparisonTable/TableRow.d.ts +15 -15
- package/mobile/bundle/components/ComparisonTable/TableRowContainer.d.ts +1 -1
- package/mobile/bundle/components/ComparisonTable/constants.d.ts +6 -6
- package/mobile/bundle/components/ContactsBlock/ContactsBlock.d.ts +5 -5
- package/mobile/bundle/components/ContactsBlock/ContactsBlockContent.d.ts +25 -25
- package/mobile/bundle/components/ContentPage/ContentPage.d.ts +11 -11
- package/mobile/bundle/components/ContentPage/renderContentPageHead.d.ts +4 -4
- package/mobile/bundle/components/ContentPage/useContentPageData.d.ts +3 -3
- package/mobile/bundle/components/DepositFiltration/DepositFiltration.d.ts +6 -6
- package/mobile/bundle/components/DepositFiltration/DepositFiltrationContent.d.ts +29 -29
- package/mobile/bundle/components/DepositFiltration/isRateRow.d.ts +5 -5
- package/mobile/bundle/components/DepositFiltration/numberRange.d.ts +1 -1
- package/mobile/bundle/components/Depository/Depository.d.ts +11 -11
- package/mobile/bundle/components/Depository/DepositoryContent.d.ts +5 -5
- package/mobile/bundle/components/Depository/DepositoryFilter.d.ts +9 -9
- package/mobile/bundle/components/Depository/DepositoryItem.d.ts +3 -3
- package/mobile/bundle/components/Depository/useDepository.d.ts +15 -15
- package/mobile/bundle/components/ErrorBlock/ErrorBlock.d.ts +5 -5
- package/mobile/bundle/components/ErrorBlock/ErrorBlockContent.d.ts +30 -30
- package/mobile/bundle/components/ExchangeRateTile/CurrencyProps.d.ts +6 -6
- package/mobile/bundle/components/ExchangeRateTile/CurrencyTable.d.ts +7 -7
- package/mobile/bundle/components/ExchangeRateTile/CurrentLocation.d.ts +6 -6
- package/mobile/bundle/components/ExchangeRateTile/ExchangeCurrencyCalculator.d.ts +24 -24
- package/mobile/bundle/components/ExchangeRateTile/ExchangeRateTile.d.ts +5 -5
- package/mobile/bundle/components/ExchangeRateTile/ExchangeRateTileContent.d.ts +9 -9
- package/mobile/bundle/components/ExchangeRateTile/calculateResult.d.ts +2 -2
- package/mobile/bundle/components/ExchangeRateTile/callbackCurrencySelect.d.ts +8 -8
- package/mobile/bundle/components/ExchangeRateTile/formatCurrency.d.ts +1 -1
- package/mobile/bundle/components/ExchangeRateTile/renderInput.d.ts +13 -13
- package/mobile/bundle/components/ExchangeRateTile/useFetchExchangeRateData.d.ts +9 -9
- package/mobile/bundle/components/Footer/Contacts.d.ts +6 -6
- package/mobile/bundle/components/Footer/Footer.d.ts +2 -2
- package/mobile/bundle/components/Footer/FooterContent.d.ts +9 -9
- package/mobile/bundle/components/Footer/FooterLink.d.ts +6 -6
- package/mobile/bundle/components/Footer/FooterProps.d.ts +7 -7
- package/mobile/bundle/components/Footer/HorizontalNavigation.d.ts +5 -5
- package/mobile/bundle/components/Footer/HorizontalNavigationLink.d.ts +8 -8
- package/mobile/bundle/components/Footer/LinkList.d.ts +7 -7
- package/mobile/bundle/components/Footer/SocialMedia.d.ts +10 -10
- package/mobile/bundle/components/Footer/TextInformation.d.ts +2 -2
- package/mobile/bundle/components/Footer/TextInformationLink.d.ts +8 -8
- package/mobile/bundle/components/Footer/cookieReplaceData.d.ts +1 -1
- package/mobile/bundle/components/Footer/findIconByHref.d.ts +2 -2
- package/mobile/bundle/components/Footer/iconsMap.d.ts +7 -7
- package/mobile/bundle/components/Footer/renderLogoSearchBar.d.ts +3 -3
- package/mobile/bundle/components/GracePeriod/GracePeriod.d.ts +5 -5
- package/mobile/bundle/components/GracePeriod/GracePeriodContent.d.ts +22 -22
- package/mobile/bundle/components/GrantSupport/GrantSupport.d.ts +6 -6
- package/mobile/bundle/components/GrantSupport/GrantSupportContent.d.ts +20 -20
- package/mobile/bundle/components/Header/DropdownMenu.d.ts +12 -12
- package/mobile/bundle/components/Header/Header.d.ts +2 -2
- package/mobile/bundle/components/Header/HeaderChatBotButton.d.ts +11 -11
- package/mobile/bundle/components/Header/HeaderContent.d.ts +13 -13
- package/mobile/bundle/components/Header/HeaderProps.d.ts +16 -16
- package/mobile/bundle/components/Header/HeaderSecondaryMenu.d.ts +13 -13
- package/mobile/bundle/components/Header/HeaderSecondaryMenuButton.d.ts +13 -13
- package/mobile/bundle/components/Header/HeaderSubMenu.d.ts +11 -11
- package/mobile/bundle/components/Header/HeaderSubMenuItem.d.ts +9 -9
- package/mobile/bundle/components/Header/HeaderTop.d.ts +13 -13
- package/mobile/bundle/components/Header/HeaderTopMenu.d.ts +19 -19
- package/mobile/bundle/components/Header/HeaderTopMenuItem.d.ts +9 -9
- package/mobile/bundle/components/Header/InternetBankButton.d.ts +2 -2
- package/mobile/bundle/components/Header/getTextInternetButton.d.ts +2 -2
- package/mobile/bundle/components/Header/useChatBot.d.ts +2 -2
- package/mobile/bundle/components/Headline/Headline.d.ts +5 -5
- package/mobile/bundle/components/Headline/HeadlineContent.d.ts +12 -12
- package/mobile/bundle/components/Headline/headlineVersionStyles.d.ts +9 -9
- package/mobile/bundle/components/HorizontalLayout/HorizontalLayout.d.ts +5 -5
- package/mobile/bundle/components/HorizontalLayout/HorizontalLayoutContent.d.ts +11 -11
- package/mobile/bundle/components/HorizontalLayout/gapStyles.d.ts +2 -2
- package/mobile/bundle/components/ImgBlock/ImgBlock.d.ts +6 -6
- package/mobile/bundle/components/ImgBlock/ImgBlockContent.d.ts +9 -9
- package/mobile/bundle/components/InsuranceAmountBlock/InsuranceAmountBlock.d.ts +5 -5
- package/mobile/bundle/components/InsuranceAmountBlock/InsuranceAmountBlockContent.d.ts +31 -31
- package/mobile/bundle/components/InsuranceAmountBlock/InsuranceAmountBlockInner.d.ts +7 -7
- package/mobile/bundle/components/InvestmentInfo/InvestmentInfo.d.ts +5 -5
- package/mobile/bundle/components/InvestmentInfo/InvestmentInfoContent.d.ts +43 -43
- package/mobile/bundle/components/LinkDocs/LinkDocItem.d.ts +6 -6
- package/mobile/bundle/components/LinkDocs/LinkDocs.d.ts +5 -5
- package/mobile/bundle/components/LinkDocs/LinkDocsContent.d.ts +72 -72
- package/mobile/bundle/components/LinkDocs/RepordDialogButton.d.ts +2 -2
- package/mobile/bundle/components/LinkDocs/linkDocsContentExample.d.ts +2 -2
- package/mobile/bundle/components/LinkDocs/linkIconStyle.d.ts +1 -1
- package/mobile/bundle/components/LinkDocs/renderDefaultItem.d.ts +5 -5
- package/mobile/bundle/components/MobileAppTile/MobileAppTile.d.ts +5 -5
- package/mobile/bundle/components/MobileAppTile/MobileAppTileContent.d.ts +15 -15
- package/mobile/bundle/components/MortgageFiltration/MortgageFiltration.d.ts +6 -6
- package/mobile/bundle/components/MortgageFiltration/MortgageFiltrationContent.d.ts +35 -35
- package/mobile/bundle/components/OfficesAtmsMap/AtmsMap.d.ts +6 -6
- package/mobile/bundle/components/OfficesAtmsMap/Badge.d.ts +11 -11
- package/mobile/bundle/components/OfficesAtmsMap/CardCell.d.ts +11 -11
- package/mobile/bundle/components/OfficesAtmsMap/CardRow.d.ts +4 -4
- package/mobile/bundle/components/OfficesAtmsMap/OfficesAtmsMap.d.ts +5 -5
- package/mobile/bundle/components/OfficesAtmsMap/OfficesAtmsMapContent.d.ts +43 -43
- package/mobile/bundle/components/OfficesAtmsMap/OfficesAtmsMapLayout.d.ts +19 -19
- package/mobile/bundle/components/OfficesAtmsMap/OfficesAtmsMapProps.d.ts +106 -106
- package/mobile/bundle/components/OfficesAtmsMap/OfficesMap.d.ts +4 -4
- package/mobile/bundle/components/OfficesAtmsMap/YandexMapProps.d.ts +11 -11
- package/mobile/bundle/components/OfficesAtmsMap/getScheduleDescription.d.ts +5 -5
- package/mobile/bundle/components/OfficesAtmsMap/getWorkScheduleWeek.d.ts +3 -3
- package/mobile/bundle/components/OfficesAtmsMap/renderAtmCard.d.ts +7 -7
- package/mobile/bundle/components/OfficesAtmsMap/renderBusinessSchedule.d.ts +8 -8
- package/mobile/bundle/components/OfficesAtmsMap/renderCurrency.d.ts +3 -3
- package/mobile/bundle/components/OfficesAtmsMap/renderCurrentDaySchedule.d.ts +3 -3
- package/mobile/bundle/components/OfficesAtmsMap/renderDay.d.ts +3 -3
- package/mobile/bundle/components/OfficesAtmsMap/renderDescriptionBlock.d.ts +3 -3
- package/mobile/bundle/components/OfficesAtmsMap/renderFiltrationForm.d.ts +8 -8
- package/mobile/bundle/components/OfficesAtmsMap/renderFoldButton.d.ts +3 -3
- package/mobile/bundle/components/OfficesAtmsMap/renderOfficeCard.d.ts +7 -7
- package/mobile/bundle/components/OfficesAtmsMap/renderRemoteWorkplaceCard.d.ts +7 -7
- package/mobile/bundle/components/OfficesAtmsMap/renderWorkSchedule.d.ts +2 -2
- package/mobile/bundle/components/OfficesAtmsMap/useAtms.d.ts +2 -2
- package/mobile/bundle/components/OfficesAtmsMap/useOffices.d.ts +5 -5
- package/mobile/bundle/components/Placeholder/Placeholder.d.ts +5 -5
- package/mobile/bundle/components/Placeholder/PlaceholderContent.d.ts +6 -6
- package/mobile/bundle/components/ProductBlock/ProductBlock.d.ts +5 -5
- package/mobile/bundle/components/ProductBlock/ProductBlockContent.d.ts +9 -9
- package/mobile/bundle/components/ProductBlock/renderBackwardButton.d.ts +10 -10
- package/mobile/bundle/components/ProductGallery/ProductGallery.d.ts +5 -5
- package/mobile/bundle/components/ProductGallery/ProductGalleryContent.d.ts +24 -24
- package/mobile/bundle/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.d.ts +5 -5
- package/mobile/bundle/components/RepresentativeOfficeInfo/RepresentativeOfficeInfoContent.d.ts +18 -18
- package/mobile/bundle/components/RichTextBlock/RichTextBlock.d.ts +6 -6
- package/mobile/bundle/components/RichTextBlock/RichTextBlockContent.d.ts +6 -6
- package/mobile/bundle/components/RollupItem/AccordionFoldButton.d.ts +12 -12
- package/mobile/bundle/components/RollupItem/RollupItem.d.ts +11 -11
- package/mobile/bundle/components/RollupItem/RollupItemContent.d.ts +17 -17
- package/mobile/bundle/components/RollupItem/foldableSectionStyles.d.ts +1 -1
- package/mobile/bundle/components/RollupItem/getIconName.d.ts +1 -1
- package/mobile/bundle/components/RollupItem/renderRoundedIcon.d.ts +4 -4
- package/mobile/bundle/components/RollupItem/rollupIconVersion.d.ts +1 -1
- package/mobile/bundle/components/RollupItem/rollupItemStyles.d.ts +1 -1
- package/mobile/bundle/components/SafeDepositRental/RadioButtons.d.ts +6 -6
- package/mobile/bundle/components/SafeDepositRental/RegionsAndBranches.d.ts +12 -12
- package/mobile/bundle/components/SafeDepositRental/RentalPeriod.d.ts +6 -6
- package/mobile/bundle/components/SafeDepositRental/SafeBoxCases.d.ts +11 -11
- package/mobile/bundle/components/SafeDepositRental/SafeDepositRental.d.ts +5 -5
- package/mobile/bundle/components/SafeDepositRental/SafeDepositRentalContent.d.ts +7 -7
- package/mobile/bundle/components/SafeDepositRental/SafeDepositRentalFields.d.ts +12 -12
- package/mobile/bundle/components/SafeDepositRental/SafeDepositRentalForm.d.ts +11 -11
- package/mobile/bundle/components/SafeDepositRental/SafeDepositRentalTotal.d.ts +6 -6
- package/mobile/bundle/components/SafeDepositRental/SafeDepositRentalTypes.d.ts +8 -8
- package/mobile/bundle/components/SafeDepositRental/WrapperSelect.d.ts +11 -11
- package/mobile/bundle/components/SafeDepositRental/useGetRegions.d.ts +6 -6
- package/mobile/bundle/components/SafeDepositRental/useSafeBoxes.d.ts +20 -20
- package/mobile/bundle/components/SafeDepositRental/utils.d.ts +4 -4
- package/mobile/bundle/components/StepsBlock/StepsBlock.d.ts +5 -5
- package/mobile/bundle/components/StepsBlock/StepsBlockContent.d.ts +34 -34
- package/mobile/bundle/components/StepsBlock/StepsBlockStyleMaps.d.ts +8 -8
- package/mobile/bundle/components/StepsBlock/getIconTextStyle.d.ts +2 -2
- package/mobile/bundle/components/StepsBlock/renderStep.d.ts +11 -11
- package/mobile/bundle/components/StickyBottomMenu/ActiveSubMenuItem.d.ts +7 -7
- package/mobile/bundle/components/StickyBottomMenu/BurgerMenuDialog.d.ts +12 -12
- package/mobile/bundle/components/StickyBottomMenu/StickyBottomMenu.d.ts +2 -2
- package/mobile/bundle/components/StickyBottomMenu/StickyBottomMenuContent.d.ts +5 -5
- package/mobile/bundle/components/StickyBottomMenu/StickyBottomMenuDialog.d.ts +9 -9
- package/mobile/bundle/components/StickyBottomMenu/StickyBottomMenuItem.d.ts +9 -9
- package/mobile/bundle/components/StickyBottomMenu/StickyBottomMenuProps.d.ts +9 -9
- package/mobile/bundle/components/StickyBottomMenu/useBottomMenuItemDialog.d.ts +19 -19
- package/mobile/bundle/components/StickyBottomMenu/useBurgerMenuDialog.d.ts +20 -20
- package/mobile/bundle/components/Tabs/TabActivationEvent.d.ts +6 -6
- package/mobile/bundle/components/Tabs/Tabs.d.ts +5 -5
- package/mobile/bundle/components/Tabs/TabsContent.d.ts +49 -49
- package/mobile/bundle/components/Tabs/renderTabs.d.ts +12 -12
- package/mobile/bundle/components/TabsLayout/TabsLayout.d.ts +5 -5
- package/mobile/bundle/components/TabsLayout/TabsLayoutContent.d.ts +49 -49
- package/mobile/bundle/components/TabsLayout/renderTabsLayout.d.ts +12 -12
- package/mobile/bundle/components/TariffsTable/EmbeddableCellData.d.ts +21 -21
- package/mobile/bundle/components/TariffsTable/TableTileHeader.d.ts +2 -2
- package/mobile/bundle/components/TariffsTable/TariffsTable.d.ts +5 -5
- package/mobile/bundle/components/TariffsTable/TariffsTableCell.d.ts +15 -15
- package/mobile/bundle/components/TariffsTable/TariffsTableContent.d.ts +106 -106
- package/mobile/bundle/components/TariffsTable/TariffsTableHorizontal.d.ts +2 -2
- package/mobile/bundle/components/TariffsTable/TariffsTableRenderCell.d.ts +12 -12
- package/mobile/bundle/components/TariffsTable/TariffsTableRow.d.ts +8 -8
- package/mobile/bundle/components/TariffsTable/TariffsTableRowContainer.d.ts +7 -7
- package/mobile/bundle/components/TariffsTable/TariffsTableTileCell.d.ts +6 -6
- package/mobile/bundle/components/TariffsTable/TariffsTableVertical.d.ts +2 -2
- package/mobile/bundle/components/TariffsTable/TariffsTableWrapper.d.ts +6 -6
- package/mobile/bundle/components/TariffsTable/constants.d.ts +4 -4
- package/mobile/bundle/components/TariffsTable/dataFixture.d.ts +5 -5
- package/mobile/bundle/components/TariffsTable/utils/getButtonAriaLabel.d.ts +2 -2
- package/mobile/bundle/components/TextBlock/TextBlock.d.ts +5 -5
- package/mobile/bundle/components/TextBlock/TextBlockContent.d.ts +15 -15
- package/mobile/bundle/components/UnitBlock/UnitBlock.d.ts +6 -6
- package/mobile/bundle/components/UnitBlock/UnitBlockContent.d.ts +6 -6
- package/mobile/bundle/components/VerticalLayout/VerticalLayout.d.ts +5 -5
- package/mobile/bundle/components/VerticalLayout/VerticalLayoutContent.d.ts +14 -14
- package/mobile/bundle/components/Video/Video.d.ts +6 -6
- package/mobile/bundle/components/Video/VideoContent.d.ts +12 -12
- package/mobile/bundle/components/Video/getPaddings.d.ts +1 -1
- package/mobile/bundle/data/CommonData.d.ts +14 -14
- package/mobile/bundle/data/FooterData.d.ts +39 -39
- package/mobile/bundle/data/HeaderData.d.ts +26 -26
- package/mobile/bundle/data/JSONRefObject.d.ts +4 -4
- package/mobile/bundle/data/NavigationData.d.ts +25 -25
- package/mobile/bundle/data/PortalData.d.ts +4 -4
- package/mobile/bundle/data/StickyMobileData.d.ts +14 -14
- package/mobile/bundle/hooks/handlerDecorator.d.ts +5 -5
- package/mobile/bundle/hooks/useActiveRoute.d.ts +2 -2
- package/mobile/bundle/hooks/useAspects/applyAspects.d.ts +3 -3
- package/mobile/bundle/hooks/useAspects/aspects/forwardQuery.d.ts +2 -2
- package/mobile/bundle/hooks/useAspects/aspects/getAspectsWithInclude.d.ts +2 -2
- package/mobile/bundle/hooks/useAspects/handleAspects.d.ts +8 -8
- package/mobile/bundle/hooks/useAspects/useAspects.d.ts +19 -19
- package/mobile/bundle/hooks/useBranches.d.ts +20 -20
- package/mobile/bundle/hooks/useBranchesByRegions.d.ts +8 -8
- package/mobile/bundle/hooks/useCarouselControls.d.ts +13 -13
- package/mobile/bundle/hooks/useClickHandler.d.ts +1 -1
- package/mobile/bundle/hooks/useExternalNS.d.ts +3 -3
- package/mobile/bundle/hooks/useForm.d.ts +22 -22
- package/mobile/bundle/hooks/useIntersectionObserver.d.ts +9 -9
- package/mobile/bundle/hooks/useJSONRef/fetchRefs.d.ts +2 -2
- package/mobile/bundle/hooks/useJSONRef/resolveBlockProps.d.ts +1 -1
- package/mobile/bundle/hooks/useJSONRef/useJSONRef.d.ts +1 -1
- package/mobile/bundle/hooks/useLink.d.ts +7 -7
- package/mobile/bundle/hooks/useLocation.d.ts +2 -2
- package/mobile/bundle/hooks/useMediaQuery.d.ts +3 -0
- package/mobile/bundle/hooks/useMobileMode.d.ts +1 -1
- package/mobile/bundle/hooks/useNormalizedInput.d.ts +12 -12
- package/mobile/bundle/hooks/useRegions.d.ts +7 -7
- package/mobile/bundle/hooks/useResizeObserver.d.ts +3 -3
- package/mobile/bundle/hooks/useRouter.d.ts +15 -19
- package/mobile/bundle/hooks/useSWRResource.d.ts +7 -7
- package/mobile/bundle/icons/IconName.d.ts +246 -246
- package/mobile/bundle/index.d.ts +11 -11
- package/mobile/bundle/model/Align.d.ts +5 -5
- package/mobile/bundle/model/AlignJustifyStyle.d.ts +2 -2
- package/mobile/bundle/model/AlignStyles.d.ts +1 -1
- package/mobile/bundle/model/AspectsProps.d.ts +40 -40
- package/mobile/bundle/model/Attachment.d.ts +6 -6
- package/mobile/bundle/model/BgColorVersion.d.ts +8 -8
- package/mobile/bundle/model/BlockDecorator.d.ts +16 -16
- package/mobile/bundle/model/BlockVersion.d.ts +8 -8
- package/mobile/bundle/model/BlocksRegistry.d.ts +2 -2
- package/mobile/bundle/model/Bullets.d.ts +7 -7
- package/mobile/bundle/model/ButtonVersion.d.ts +5 -5
- package/mobile/bundle/model/ContentPageBase.d.ts +25 -25
- package/mobile/bundle/model/ContentPageDef.d.ts +32 -32
- package/mobile/bundle/model/ContentPageMeta.d.ts +101 -101
- package/mobile/bundle/model/DefaultListItemType.d.ts +4 -4
- package/mobile/bundle/model/EmptyOptionType.d.ts +2 -2
- package/mobile/bundle/model/Fallback.d.ts +4 -5
- package/mobile/bundle/model/Footnote.d.ts +4 -4
- package/mobile/bundle/model/HeadlineType.d.ts +41 -41
- package/mobile/bundle/model/IconVersion.d.ts +13 -13
- package/mobile/bundle/model/ImageSize.d.ts +6 -6
- package/mobile/bundle/model/InputTypes.d.ts +1 -1
- package/mobile/bundle/model/LinkButtonVersion.d.ts +6 -6
- package/mobile/bundle/model/LinkProps.d.ts +25 -25
- package/mobile/bundle/model/ListOrientation.d.ts +8 -8
- package/mobile/bundle/model/LogoType.d.ts +14 -14
- package/mobile/bundle/model/Picture.d.ts +42 -42
- package/mobile/bundle/model/ProductColorVersion.d.ts +4 -4
- package/mobile/bundle/model/SizeVersion.d.ts +8 -8
- package/mobile/bundle/model/TableVersion.d.ts +1 -1
- package/mobile/bundle/model/VNode.d.ts +1 -1
- package/mobile/bundle/services/regionsGrantSupport/RegionsGrantSupportData.d.ts +7 -7
- package/mobile/bundle/services/search/joinMaps.d.ts +1 -1
- package/mobile/bundle/services/search/search.d.ts +12 -12
- package/mobile/bundle/services/search/textRank.d.ts +1 -1
- package/mobile/bundle/services/search/tokenize.d.ts +1 -1
- package/mobile/bundle/services/search/useSearch.d.ts +13 -13
- package/mobile/bundle/setup-fixture.d.ts +1 -1
- package/mobile/bundle/ui-kit/ARIAProps.d.ts +4 -4
- package/mobile/bundle/ui-kit/ApplicationFormLayout/ApplicationFormLayout.d.ts +5 -5
- package/mobile/bundle/ui-kit/ApplicationFormLayout/ApplicationFormLayoutContent.d.ts +9 -9
- package/mobile/bundle/ui-kit/Badge/Badge.d.ts +6 -6
- package/mobile/bundle/ui-kit/BaseFiltration/BaseFiltrationContent.d.ts +48 -48
- package/mobile/bundle/ui-kit/BaseFiltration/FilteredBlocks.d.ts +8 -8
- package/mobile/bundle/ui-kit/BaseFiltration/FiltrationForm.d.ts +13 -13
- package/mobile/bundle/ui-kit/BaseFiltration/FiltrationSchemaContent.d.ts +61 -61
- package/mobile/bundle/ui-kit/BaseFiltration/HotFilterBase.d.ts +5 -5
- package/mobile/bundle/ui-kit/BaseFiltration/filterBlocks.d.ts +2 -2
- package/mobile/bundle/ui-kit/BaseFiltration/getBadgeCount.d.ts +3 -3
- package/mobile/bundle/ui-kit/BaseFiltration/hotFilterRecordCmp.d.ts +1 -1
- package/mobile/bundle/ui-kit/BaseFiltration/renderCarouselBlocks.d.ts +6 -6
- package/mobile/bundle/ui-kit/BaseFiltration/renderGridBlocks.d.ts +10 -10
- package/mobile/bundle/ui-kit/BaseFiltration/targetMatchPattern.d.ts +1 -1
- package/mobile/bundle/ui-kit/BaseFiltration/useFiltrationForm.d.ts +12 -12
- package/mobile/bundle/ui-kit/BaseFiltration/useHotFilters.d.ts +14 -14
- package/mobile/bundle/ui-kit/BaseProductTile/BaseProductTile.d.ts +15 -15
- package/mobile/bundle/ui-kit/BaseProductTile/BaseProductTileContent.d.ts +32 -32
- package/mobile/bundle/ui-kit/BaseTile/BaseTile.d.ts +16 -16
- package/mobile/bundle/ui-kit/BenefitItem/BenefitItem.d.ts +7 -7
- package/mobile/bundle/ui-kit/BenefitItem/BenefitItemContent.d.ts +7 -7
- package/mobile/bundle/ui-kit/BenefitItem/renderBenefitDescription.d.ts +2 -2
- package/mobile/bundle/ui-kit/BenefitItem/renderBenefitIcon.d.ts +4 -4
- package/mobile/bundle/ui-kit/BenefitItem/renderBenefitLabel.d.ts +2 -2
- package/mobile/bundle/ui-kit/BenefitItem/renderBenefitText.d.ts +6 -6
- package/mobile/bundle/ui-kit/BenefitsList/BenefitsList.d.ts +2 -2
- package/mobile/bundle/ui-kit/BenefitsList/BenefitsListContent.d.ts +16 -16
- package/mobile/bundle/ui-kit/BenefitsList/BenefitsListProps.d.ts +5 -5
- package/mobile/bundle/ui-kit/BenefitsList/DefaultBenefitsList.d.ts +2 -2
- package/mobile/bundle/ui-kit/BenefitsList/TabularBenefitsList.d.ts +2 -2
- package/mobile/bundle/ui-kit/BlockWrapper.d.ts +10 -10
- package/mobile/bundle/ui-kit/Button/Button.d.ts +13 -13
- package/mobile/bundle/ui-kit/Button/useButton.d.ts +2 -2
- package/mobile/bundle/ui-kit/Calculator/CalculatorLayout.d.ts +5 -5
- package/mobile/bundle/ui-kit/Calculator/CalculatorProps.d.ts +29 -29
- package/mobile/bundle/ui-kit/Calculator/CalculatorStyle.d.ts +7 -7
- package/mobile/bundle/ui-kit/Calculator/CalculatorValueBlock.d.ts +12 -12
- package/mobile/bundle/ui-kit/Calculator/Rate.d.ts +11 -11
- package/mobile/bundle/ui-kit/Calculator/UnknownRate.d.ts +5 -5
- package/mobile/bundle/ui-kit/Calculator/calculatorConstants.d.ts +5 -5
- package/mobile/bundle/ui-kit/Calculator/getDefaultParams.d.ts +5 -5
- package/mobile/bundle/ui-kit/Calculator/getDefaultValues.d.ts +3 -3
- package/mobile/bundle/ui-kit/Calculator/getMonthlyPayment.d.ts +11 -11
- package/mobile/bundle/ui-kit/Calculator/rangeHelpers.d.ts +7 -7
- package/mobile/bundle/ui-kit/Calculator/renderBinaryRadioButtonGroup.d.ts +14 -14
- package/mobile/bundle/ui-kit/Calculator/renderDaysInput.d.ts +3 -3
- package/mobile/bundle/ui-kit/Calculator/renderFootnote.d.ts +2 -2
- package/mobile/bundle/ui-kit/Calculator/renderMonthsInput.d.ts +7 -7
- package/mobile/bundle/ui-kit/Calculator/renderPaymentType.d.ts +3 -3
- package/mobile/bundle/ui-kit/Calculator/renderPayout.d.ts +3 -3
- package/mobile/bundle/ui-kit/Calculator/renderRate.d.ts +10 -10
- package/mobile/bundle/ui-kit/Calculator/renderWantedSumInput.d.ts +8 -8
- package/mobile/bundle/ui-kit/Calculator/setDefaultParamsCalc.d.ts +12 -12
- package/mobile/bundle/ui-kit/Checkbox/Checkbox.d.ts +2 -2
- package/mobile/bundle/ui-kit/Checkbox/CheckboxProps.d.ts +9 -9
- package/mobile/bundle/ui-kit/Checkbox/CheckboxWithError.d.ts +2 -2
- package/mobile/bundle/ui-kit/Checkbox/checkboxStyle.d.ts +1 -1
- package/mobile/bundle/ui-kit/ClientOnly.d.ts +1 -1
- package/mobile/bundle/ui-kit/ControlProps.d.ts +4 -4
- package/mobile/bundle/ui-kit/ControlStateProps.d.ts +4 -4
- package/mobile/bundle/ui-kit/CookiePopup/CookiePopup.d.ts +6 -6
- package/mobile/bundle/ui-kit/CurrencyInput/CurrencyInput.d.ts +2 -2
- package/mobile/bundle/ui-kit/CurrencyInput/adjustValue.d.ts +3 -3
- package/mobile/bundle/ui-kit/DatePicker/Calendar.d.ts +10 -10
- package/mobile/bundle/ui-kit/DatePicker/DatePicker.d.ts +10 -10
- package/mobile/bundle/ui-kit/DatePicker/DatePickerControl.d.ts +9 -9
- package/mobile/bundle/ui-kit/DatePicker/getYears.d.ts +1 -1
- package/mobile/bundle/ui-kit/DatePicker/months.d.ts +1 -1
- package/mobile/bundle/ui-kit/DatePicker/renderCalendarCells.d.ts +12 -12
- package/mobile/bundle/ui-kit/DatePicker/useDatePickerManager.d.ts +26 -26
- package/mobile/bundle/ui-kit/DialogManager/CloseButton.d.ts +7 -7
- package/mobile/bundle/ui-kit/DialogManager/Dialog.d.ts +9 -9
- package/mobile/bundle/ui-kit/DialogManager/DialogAction.d.ts +12 -12
- package/mobile/bundle/ui-kit/DialogManager/DialogManager.d.ts +2 -2
- package/mobile/bundle/ui-kit/DialogManager/isDialogOpen.d.ts +2 -2
- package/mobile/bundle/ui-kit/DialogManager/useDialogManager.d.ts +10 -10
- package/mobile/bundle/ui-kit/DialogManager/useDialogsList.d.ts +7 -7
- package/mobile/bundle/ui-kit/Foldable/DefaultFoldButton.d.ts +15 -15
- package/mobile/bundle/ui-kit/Foldable/Foldable.d.ts +10 -10
- package/mobile/bundle/ui-kit/Foldable/FoldablePartProps.d.ts +4 -4
- package/mobile/bundle/ui-kit/Foldable/FoldableSection.d.ts +5 -5
- package/mobile/bundle/ui-kit/HeaderItem/HeaderItem.d.ts +3 -3
- package/mobile/bundle/ui-kit/Heading/Heading.d.ts +2 -2
- package/mobile/bundle/ui-kit/Heading/HeadingProps.d.ts +19 -19
- package/mobile/bundle/ui-kit/Heading/headingTag.d.ts +2 -2
- package/mobile/bundle/ui-kit/Icon/Icon.d.ts +2 -2
- package/mobile/bundle/ui-kit/Icon/IconProps.d.ts +29 -29
- package/mobile/bundle/ui-kit/Icon/RoundedIcon.d.ts +7 -7
- package/mobile/bundle/ui-kit/Img/Img.d.ts +2 -2
- package/mobile/bundle/ui-kit/Img/ImgAsPicture.d.ts +2 -2
- package/mobile/bundle/ui-kit/Img/ImgProps.d.ts +9 -9
- package/mobile/bundle/ui-kit/InnerTable/InnerTable.d.ts +5 -5
- package/mobile/bundle/ui-kit/InnerTable/InnerTableBody.d.ts +6 -6
- package/mobile/bundle/ui-kit/InnerTable/InnerTableBodyItem.d.ts +5 -5
- package/mobile/bundle/ui-kit/InnerTable/InnerTableButton.d.ts +8 -8
- package/mobile/bundle/ui-kit/InnerTable/InnerTableHeader.d.ts +7 -7
- package/mobile/bundle/ui-kit/InnerTable/InnerTableProps.d.ts +21 -21
- package/mobile/bundle/ui-kit/InnerTable/getHorizontalShift.d.ts +2 -2
- package/mobile/bundle/ui-kit/InnerTable/linkButtonVersion.d.ts +1 -1
- package/mobile/bundle/ui-kit/InnerTable/renderInnerTableRow.d.ts +3 -3
- package/mobile/bundle/ui-kit/InnerTable/useTariffsInnerTableData.d.ts +1 -1
- package/mobile/bundle/ui-kit/Input/Input.d.ts +2 -2
- package/mobile/bundle/ui-kit/Input/InputControl.d.ts +2 -2
- package/mobile/bundle/ui-kit/Input/InputPhoneControl.d.ts +2 -2
- package/mobile/bundle/ui-kit/Input/InputProps.d.ts +20 -20
- package/mobile/bundle/ui-kit/Input/inputValidStyle.d.ts +1 -1
- package/mobile/bundle/ui-kit/Input/renderErrorText.d.ts +2 -2
- package/mobile/bundle/ui-kit/Input/renderLabel.d.ts +2 -2
- package/mobile/bundle/ui-kit/InputRange/InputRange.d.ts +2 -2
- package/mobile/bundle/ui-kit/InputRange/InputRangeProps.d.ts +11 -11
- package/mobile/bundle/ui-kit/InputRange/parseDecimal.d.ts +1 -1
- package/mobile/bundle/ui-kit/InputRange/renderRangeWithTicks.d.ts +12 -12
- package/mobile/bundle/ui-kit/LinkButton/ArrowButton.d.ts +7 -7
- package/mobile/bundle/ui-kit/LinkButton/ButtonInner.d.ts +3 -3
- package/mobile/bundle/ui-kit/LinkButton/ButtonsSectionContent.d.ts +8 -8
- package/mobile/bundle/ui-kit/LinkButton/GetButtonClassParams.d.ts +7 -7
- package/mobile/bundle/ui-kit/LinkButton/LinkButton.d.ts +3 -3
- package/mobile/bundle/ui-kit/LinkButton/LinkButtonContent.d.ts +23 -23
- package/mobile/bundle/ui-kit/LinkButton/LinkButtonProps.d.ts +17 -17
- package/mobile/bundle/ui-kit/LinkButton/buttonClassNameConstants.d.ts +9 -9
- package/mobile/bundle/ui-kit/LinkButton/getDisabledButtonClasses.d.ts +3 -3
- package/mobile/bundle/ui-kit/LinkButton/getRegularButtonClasses.d.ts +3 -3
- package/mobile/bundle/ui-kit/LinkButton/renderArrows.d.ts +13 -13
- package/mobile/bundle/ui-kit/LinkButton/renderButtonsSection.d.ts +10 -10
- package/mobile/bundle/ui-kit/LinkButton/useFormSubmit.d.ts +4 -4
- package/mobile/bundle/ui-kit/LinkWrapper/LinkWrapper.d.ts +10 -10
- package/mobile/bundle/ui-kit/ListControlProps.d.ts +4 -4
- package/mobile/bundle/ui-kit/LocationDialog/LocationDialog.d.ts +6 -6
- package/mobile/bundle/ui-kit/LocationDialog/SearchBar.d.ts +6 -6
- package/mobile/bundle/ui-kit/LocationDialog/renderForeignOffices.d.ts +3 -3
- package/mobile/bundle/ui-kit/LocationDialog/renderRegion.d.ts +6 -6
- package/mobile/bundle/ui-kit/LocationDialog/renderRegionGroup.d.ts +4 -4
- package/mobile/bundle/ui-kit/LocationDialog/useLocationDialog.d.ts +6 -6
- package/mobile/bundle/ui-kit/Logo/Logo.d.ts +12 -12
- package/mobile/bundle/ui-kit/Logo/iconSize.d.ts +4 -4
- package/mobile/bundle/ui-kit/Logo/logoTitleSizeStyle.d.ts +1 -1
- package/mobile/bundle/ui-kit/Logo/renderImage.d.ts +6 -6
- package/mobile/bundle/ui-kit/NotFound/NotFound.d.ts +2 -2
- package/mobile/bundle/ui-kit/NumberInput/NumberInput.d.ts +8 -8
- package/mobile/bundle/ui-kit/Pagination/PageSizeSelector.d.ts +7 -7
- package/mobile/bundle/ui-kit/Pagination/Pagination.d.ts +9 -9
- package/mobile/bundle/ui-kit/Pagination/PaginationContainer.d.ts +7 -7
- package/mobile/bundle/ui-kit/Pagination/paginationBlockStyle.d.ts +1 -1
- package/mobile/bundle/ui-kit/Pagination/renderPages.d.ts +3 -3
- package/mobile/bundle/ui-kit/Pagination/shouldRenderPage.d.ts +1 -1
- package/mobile/bundle/ui-kit/Paragraph/Paragraph.d.ts +2 -2
- package/mobile/bundle/ui-kit/Paragraph/ParagraphProps.d.ts +7 -7
- package/mobile/bundle/ui-kit/PhoneInput/PhoneInput.d.ts +2 -2
- package/mobile/bundle/ui-kit/PhoneInput/normalizePhone.d.ts +1 -1
- package/mobile/bundle/ui-kit/PopupManager/PopupAction.d.ts +16 -16
- package/mobile/bundle/ui-kit/PopupManager/PopupManager.d.ts +2 -2
- package/mobile/bundle/ui-kit/PopupManager/usePopupManager.d.ts +7 -7
- package/mobile/bundle/ui-kit/PreventableEvent.d.ts +7 -7
- package/mobile/bundle/ui-kit/PriceList/PriceList.d.ts +2 -2
- package/mobile/bundle/ui-kit/PriceList/PriceListProps.d.ts +9 -9
- package/mobile/bundle/ui-kit/Radio/Radio.d.ts +2 -2
- package/mobile/bundle/ui-kit/Radio/RadioProps.d.ts +8 -8
- package/mobile/bundle/ui-kit/RadioButtonGroup/RadioButtonGroup.d.ts +15 -15
- package/mobile/bundle/ui-kit/ReportDialog/ReportDialog.d.ts +5 -5
- package/mobile/bundle/ui-kit/ReportDialog/useReportDialog.d.ts +6 -6
- package/mobile/bundle/ui-kit/ResponseTypeDialog/ResponseTypeDialog.d.ts +4 -4
- package/mobile/bundle/ui-kit/ResponseTypeDialog/useResponseTypeDialog.d.ts +8 -8
- package/mobile/bundle/ui-kit/RichText/RichText.d.ts +2 -2
- package/mobile/bundle/ui-kit/RichText/RichTextProps.d.ts +20 -20
- package/mobile/bundle/ui-kit/RichText/getHtmlText.d.ts +1 -1
- package/mobile/bundle/ui-kit/SVG.d.ts +21 -21
- package/mobile/bundle/ui-kit/SearchBar/SearchBar.d.ts +9 -9
- package/mobile/bundle/ui-kit/SearchDialog/SearchDialog.d.ts +6 -6
- package/mobile/bundle/ui-kit/SearchDialog/SearchInput.d.ts +9 -9
- package/mobile/bundle/ui-kit/SearchDialog/useSearchDialog.d.ts +6 -6
- package/mobile/bundle/ui-kit/Select/Option.d.ts +4 -4
- package/mobile/bundle/ui-kit/Select/Select.d.ts +16 -16
- package/mobile/bundle/ui-kit/Select/SelectControl.d.ts +9 -9
- package/mobile/bundle/ui-kit/Select/SelectPopup.d.ts +13 -13
- package/mobile/bundle/ui-kit/Select/filterOptions.d.ts +2 -2
- package/mobile/bundle/ui-kit/Select/formatOption.d.ts +2 -2
- package/mobile/bundle/ui-kit/Select/useSelectPopup.d.ts +9 -9
- package/mobile/bundle/ui-kit/Shimmer/Shimmer.d.ts +5 -5
- package/mobile/bundle/ui-kit/Sitemap/Sitemap.d.ts +2 -2
- package/mobile/bundle/ui-kit/Sitemap/SitemapProps.d.ts +5 -5
- package/mobile/bundle/ui-kit/Sitemap/isVisibleItem.d.ts +2 -2
- package/mobile/bundle/ui-kit/SlideCheckbox/SlideCheckbox.d.ts +8 -8
- package/mobile/bundle/ui-kit/SlideCheckboxGroup/SlideCheckboxGroup.d.ts +11 -11
- package/mobile/bundle/ui-kit/SwipeListControl/SwipeListContainer.d.ts +22 -22
- package/mobile/bundle/ui-kit/SwipeListControl/SwipeListControl.d.ts +14 -14
- package/mobile/bundle/ui-kit/SwipeListControl/SwipeListControlContent.d.ts +33 -33
- package/mobile/bundle/ui-kit/SwipeListControl/SwipeListDots.d.ts +14 -14
- package/mobile/bundle/ui-kit/SwipeListControl/SwipeListItem.d.ts +14 -14
- package/mobile/bundle/ui-kit/SwipeListControl/SwipeListScrollButtons.d.ts +8 -8
- package/mobile/bundle/ui-kit/SwipeListControl/getContainerHeight.d.ts +4 -4
- package/mobile/bundle/ui-kit/SwipeListControl/scrollBy.d.ts +1 -1
- package/mobile/bundle/ui-kit/SwipeListControl/scrollToEnd.d.ts +1 -1
- package/mobile/bundle/ui-kit/SwipeListControl/scrollToStart.d.ts +1 -1
- package/mobile/bundle/ui-kit/SwipeListControl/useSwipeListScroll.d.ts +17 -17
- package/mobile/bundle/ui-kit/TableArrowScrollControl/TableArrowScrollControl.d.ts +2 -2
- package/mobile/bundle/ui-kit/TableArrowScrollControl/TableArrowScrollControlProps.d.ts +9 -9
- package/mobile/bundle/ui-kit/TabsControl/ScrollableTabsControl.d.ts +2 -2
- package/mobile/bundle/ui-kit/TabsControl/TabItem.d.ts +17 -17
- package/mobile/bundle/ui-kit/TabsControl/TabItemInner.d.ts +7 -7
- package/mobile/bundle/ui-kit/TabsControl/TabsControl.d.ts +2 -2
- package/mobile/bundle/ui-kit/TabsControl/TabsControlProps.d.ts +20 -20
- package/mobile/bundle/ui-kit/TabsControl/renderTab.d.ts +4 -4
- package/mobile/bundle/ui-kit/TabsControl/renderTabItemInner.d.ts +11 -11
- package/mobile/bundle/ui-kit/Tags/Tags.d.ts +6 -6
- package/mobile/bundle/ui-kit/Tags/TagsContent.d.ts +6 -6
- package/mobile/bundle/ui-kit/Text/Text.d.ts +9 -9
- package/mobile/bundle/ui-kit/Text/TextProps.d.ts +28 -28
- package/mobile/bundle/ui-kit/TextWithIcon/TextWithIcon.d.ts +13 -13
- package/mobile/bundle/ui-kit/TopItem/TopItem.d.ts +11 -11
- package/mobile/bundle/ui-kit/Unit/Unit.d.ts +2 -2
- package/mobile/bundle/ui-kit/Unit/UnitProps.d.ts +8 -8
- package/mobile/bundle/ui-kit/YandexMap/YandexMap.d.ts +8 -8
- package/mobile/bundle/ui-kit/YandexMap/ZoomButton.d.ts +7 -7
- package/mobile/bundle/ui-kit/YandexMap/defaultStyle.d.ts +6 -6
- package/mobile/bundle/ui-kit/YandexMap/mockPoints.d.ts +5 -5
- package/mobile/bundle/ui-kit/YandexMap/renderClusterer.d.ts +7 -7
- package/mobile/bundle/ui-kit/YandexMap/renderSearchField.d.ts +4 -4
- package/mobile/bundle/ui-kit/YandexMap/renderUserGeolocation.d.ts +5 -5
- package/mobile/bundle/ui-kit/YandexMap/useYandexMaps.d.ts +2 -2
- package/mobile/bundle/utils/BoolComparator.d.ts +11 -11
- package/mobile/bundle/utils/Comparator.d.ts +4 -4
- package/mobile/bundle/utils/Nullable.d.ts +1 -1
- package/mobile/bundle/utils/adjustBase.d.ts +1 -1
- package/mobile/bundle/utils/adjustHref.d.ts +5 -5
- package/mobile/bundle/utils/adjustSessionQuery.d.ts +1 -1
- package/mobile/bundle/utils/adjustSrc.d.ts +2 -2
- package/mobile/bundle/utils/appendSlash.d.ts +1 -1
- package/mobile/bundle/utils/areArraysEqual.d.ts +1 -1
- package/mobile/bundle/utils/arrayByRange.d.ts +1 -1
- package/mobile/bundle/utils/assertNonEmpty.d.ts +1 -1
- package/mobile/bundle/utils/assertUnreachable.d.ts +1 -1
- package/mobile/bundle/utils/avg.d.ts +1 -1
- package/mobile/bundle/utils/clamp.d.ts +1 -1
- package/mobile/bundle/utils/dataAttributes.d.ts +6 -6
- package/mobile/bundle/utils/debounce.d.ts +5 -5
- package/mobile/bundle/utils/deviation.d.ts +1 -1
- package/mobile/bundle/utils/dirname.d.ts +1 -1
- package/mobile/bundle/utils/fetchJSON.d.ts +3 -3
- package/mobile/bundle/utils/fetchMultitudeJSON.d.ts +2 -2
- package/mobile/bundle/utils/formatBytes.d.ts +1 -1
- package/mobile/bundle/utils/formatDate.d.ts +1 -1
- package/mobile/bundle/utils/formatPhone.d.ts +1 -1
- package/mobile/bundle/utils/getBasePath.d.ts +1 -1
- package/mobile/bundle/utils/getBorderStyle.d.ts +1 -1
- package/mobile/bundle/utils/getColSpan.d.ts +1 -1
- package/mobile/bundle/utils/getCurrentDate.d.ts +1 -1
- package/mobile/bundle/utils/getGeolocation.d.ts +1 -1
- package/mobile/bundle/utils/getInnerPadding.d.ts +2 -2
- package/mobile/bundle/utils/getSanitizedValue.d.ts +1 -1
- package/mobile/bundle/utils/getSessionQuery.d.ts +1 -1
- package/mobile/bundle/utils/getUrlParams.d.ts +1 -1
- package/mobile/bundle/utils/getVersion.d.ts +2 -2
- package/mobile/bundle/utils/groupBy.d.ts +1 -1
- package/mobile/bundle/utils/identity.d.ts +1 -1
- package/mobile/bundle/utils/isEmpty.d.ts +1 -1
- package/mobile/bundle/utils/isIcon.d.ts +2 -2
- package/mobile/bundle/utils/isOdd.d.ts +1 -1
- package/mobile/bundle/utils/isOnlyDigits.d.ts +1 -1
- package/mobile/bundle/utils/isPictureSizeEmpty.d.ts +2 -2
- package/mobile/bundle/utils/isUUID.d.ts +1 -1
- package/mobile/bundle/utils/jaroWinklerDistance.d.ts +1 -1
- package/mobile/bundle/utils/joinList.d.ts +1 -1
- package/mobile/bundle/utils/mapChildren.d.ts +2 -2
- package/mobile/bundle/utils/mapCookie.d.ts +1 -1
- package/mobile/bundle/utils/maxBy.d.ts +3 -3
- package/mobile/bundle/utils/mergeIntervals.d.ts +1 -1
- package/mobile/bundle/utils/minBy.d.ts +2 -2
- package/mobile/bundle/utils/noop.d.ts +1 -1
- package/mobile/bundle/utils/roundTo.d.ts +1 -1
- package/mobile/bundle/utils/style.d.ts +5 -5
- package/mobile/bundle/utils/sum.d.ts +1 -1
- package/mobile/bundle/utils/tableFunc.d.ts +17 -17
- package/mobile/bundle/utils/toLocalNumberFormat.d.ts +3 -3
- package/mobile/bundle/utils/unique.d.ts +1 -1
- package/mobile/bundle/utils/url.d.ts +7 -7
- package/mobile/bundle/utils/zip.d.ts +4 -4
- package/mobile/bundle/validation/and.d.ts +2 -2
- package/mobile/bundle/validation/objectValidator.d.ts +2 -2
- package/mobile/bundle/validation/pattern.d.ts +1 -1
- package/mobile/bundle/validation/required.d.ts +1 -1
- package/mobile/bundle/validation/validator.d.ts +10 -10
- package/mobile/bundle/validation/withValidator.d.ts +10 -10
- package/mobile/dist/BlockRenderer/BlockRendererOptions.d.ts +11 -11
- package/mobile/dist/BlockRenderer/BlockRendererOptions.js +1 -1
- package/mobile/dist/BlockRenderer/defaultBlockDecorator.d.ts +2 -2
- package/mobile/dist/BlockRenderer/defaultBlockDecorator.js +4 -4
- package/mobile/dist/BlockRenderer/getParentBlockContent.d.ts +2 -2
- package/mobile/dist/BlockRenderer/getParentBlockContent.js +8 -8
- package/mobile/dist/BlockRenderer/getParentBlockDef.d.ts +3 -3
- package/mobile/dist/BlockRenderer/getParentBlockDef.js +6 -6
- package/mobile/dist/BlockRenderer/renderBlock.d.ts +5 -5
- package/mobile/dist/BlockRenderer/renderBlock.js +26 -26
- package/mobile/dist/BlockRenderer/renderBlockList.d.ts +12 -12
- package/mobile/dist/BlockRenderer/renderBlockList.js +18 -18
- package/mobile/dist/BlockRenderer/renderChildren.d.ts +11 -11
- package/mobile/dist/BlockRenderer/renderChildren.js +12 -12
- package/mobile/dist/Env.d.ts +7 -7
- package/mobile/dist/Env.js +12 -12
- package/mobile/dist/EventBus/EventBus.d.ts +8 -8
- package/mobile/dist/EventBus/EventBus.js +30 -30
- package/mobile/dist/EventBus/defaultEventBus.d.ts +15 -15
- package/mobile/dist/EventBus/defaultEventBus.js +4 -4
- package/mobile/dist/EventBus/useLatestEvent.d.ts +2 -2
- package/mobile/dist/EventBus/useLatestEvent.js +10 -10
- package/mobile/dist/ProjectSettings.d.ts +13 -13
- package/mobile/dist/ProjectSettings.js +15 -15
- package/mobile/dist/UniBlock/UniBlock.d.ts +17 -17
- package/mobile/dist/UniBlock/UniBlock.js +16 -16
- package/mobile/dist/UniBlock/UniBlockProps.d.ts +25 -25
- package/mobile/dist/UniBlock/UniBlockProps.js +1 -1
- package/mobile/dist/UniBlock/extractContent.d.ts +6 -6
- package/mobile/dist/UniBlock/extractContent.js +4 -4
- package/mobile/dist/api/DaDataAPI.d.ts +15 -15
- package/mobile/dist/api/DaDataAPI.js +32 -32
- package/mobile/dist/api/LeadServiceAPI.d.ts +24 -24
- package/mobile/dist/api/LeadServiceAPI.js +60 -60
- package/mobile/dist/components/AdTile/AdTile.d.ts +6 -6
- package/mobile/dist/components/AdTile/AdTile.js +15 -15
- package/mobile/dist/components/AdTile/AdTileContent.d.ts +5 -5
- package/mobile/dist/components/AdTile/AdTileContent.js +1 -1
- package/mobile/dist/components/ApplicationForm/AcquiringField.d.ts +5 -5
- package/mobile/dist/components/ApplicationForm/AcquiringField.js +28 -28
- package/mobile/dist/components/ApplicationForm/AddressBranchField.d.ts +6 -6
- package/mobile/dist/components/ApplicationForm/AddressBranchField.js +27 -27
- package/mobile/dist/components/ApplicationForm/AmountField.d.ts +2 -2
- package/mobile/dist/components/ApplicationForm/AmountField.js +9 -9
- package/mobile/dist/components/ApplicationForm/ApplicationForm.d.ts +6 -6
- package/mobile/dist/components/ApplicationForm/ApplicationForm.js +68 -68
- package/mobile/dist/components/ApplicationForm/ApplicationFormContent.d.ts +107 -107
- package/mobile/dist/components/ApplicationForm/ApplicationFormContent.js +2 -2
- package/mobile/dist/components/ApplicationForm/CommentField.d.ts +2 -2
- package/mobile/dist/components/ApplicationForm/CommentField.js +8 -8
- package/mobile/dist/components/ApplicationForm/CustomFieldProps.d.ts +6 -6
- package/mobile/dist/components/ApplicationForm/CustomFieldProps.js +1 -1
- package/mobile/dist/components/ApplicationForm/FeedbackMethodField.d.ts +2 -2
- package/mobile/dist/components/ApplicationForm/FeedbackMethodField.js +9 -9
- package/mobile/dist/components/ApplicationForm/FeedbackTypeField.d.ts +2 -2
- package/mobile/dist/components/ApplicationForm/FeedbackTypeField.js +18 -18
- package/mobile/dist/components/ApplicationForm/Footnote.d.ts +7 -7
- package/mobile/dist/components/ApplicationForm/Footnote.js +8 -8
- package/mobile/dist/components/ApplicationForm/IsClientField.d.ts +2 -2
- package/mobile/dist/components/ApplicationForm/IsClientField.js +6 -6
- package/mobile/dist/components/ApplicationForm/OnlineCheckoutField.d.ts +2 -2
- package/mobile/dist/components/ApplicationForm/OnlineCheckoutField.js +7 -7
- package/mobile/dist/components/ApplicationForm/PartnerCommentsField.d.ts +2 -2
- package/mobile/dist/components/ApplicationForm/PartnerCommentsField.js +13 -13
- package/mobile/dist/components/ApplicationForm/PosTerminalField.d.ts +2 -2
- package/mobile/dist/components/ApplicationForm/PosTerminalField.js +7 -7
- package/mobile/dist/components/ApplicationForm/RegionField.d.ts +2 -2
- package/mobile/dist/components/ApplicationForm/RegionField.js +13 -13
- package/mobile/dist/components/ApplicationForm/RegionPremiumField.d.ts +2 -2
- package/mobile/dist/components/ApplicationForm/RegionPremiumField.js +17 -17
- package/mobile/dist/components/ApplicationForm/ServiceDirectionField.d.ts +2 -2
- package/mobile/dist/components/ApplicationForm/ServiceDirectionField.js +9 -9
- package/mobile/dist/components/ApplicationForm/TermField.d.ts +2 -2
- package/mobile/dist/components/ApplicationForm/TermField.js +9 -9
- package/mobile/dist/components/ApplicationForm/UltraPremiumField.d.ts +2 -2
- package/mobile/dist/components/ApplicationForm/UltraPremiumField.js +9 -9
- package/mobile/dist/components/ApplicationForm/VedField.d.ts +3 -3
- package/mobile/dist/components/ApplicationForm/VedField.js +22 -22
- package/mobile/dist/components/ApplicationForm/contants.d.ts +5 -5
- package/mobile/dist/components/ApplicationForm/contants.js +24 -24
- package/mobile/dist/components/ApplicationForm/getField.d.ts +8 -8
- package/mobile/dist/components/ApplicationForm/getField.js +70 -70
- package/mobile/dist/components/ApplicationForm/getFormatData.d.ts +2 -2
- package/mobile/dist/components/ApplicationForm/getFormatData.js +25 -25
- package/mobile/dist/components/ApplicationForm/getInitialFormState.d.ts +24 -24
- package/mobile/dist/components/ApplicationForm/getInitialFormState.js +43 -43
- package/mobile/dist/components/ApplicationForm/getNamesFromInput.d.ts +2 -2
- package/mobile/dist/components/ApplicationForm/getNamesFromInput.js +4 -4
- package/mobile/dist/components/ApplicationForm/getObjectValidator.d.ts +4 -4
- package/mobile/dist/components/ApplicationForm/getObjectValidator.js +32 -32
- package/mobile/dist/components/ApplicationForm/getPartnerComments.d.ts +2 -2
- package/mobile/dist/components/ApplicationForm/getPartnerComments.js +15 -15
- package/mobile/dist/components/ApplicationForm/getValidation.d.ts +3 -3
- package/mobile/dist/components/ApplicationForm/getValidation.js +5 -5
- package/mobile/dist/components/ApplicationForm/renderAgreementSubmit.d.ts +5 -5
- package/mobile/dist/components/ApplicationForm/renderAgreementSubmit.js +12 -12
- package/mobile/dist/components/ApplicationForm/renderContacts.d.ts +2 -2
- package/mobile/dist/components/ApplicationForm/renderContacts.js +7 -7
- package/mobile/dist/components/ApplicationForm/renderSubmitButton.d.ts +3 -3
- package/mobile/dist/components/ApplicationForm/renderSubmitButton.js +7 -7
- package/mobile/dist/components/ApplicationForm/validators.d.ts +6 -6
- package/mobile/dist/components/ApplicationForm/validators.js +12 -12
- package/mobile/dist/components/BankAccountFiltration/BankAccountFiltration.d.ts +6 -6
- package/mobile/dist/components/BankAccountFiltration/BankAccountFiltration.js +35 -35
- package/mobile/dist/components/BankAccountFiltration/BankAccountFiltrationContent.d.ts +22 -22
- package/mobile/dist/components/BankAccountFiltration/BankAccountFiltrationContent.js +1 -1
- package/mobile/dist/components/BenefitsBlock/BenefitsBlock.d.ts +6 -6
- package/mobile/dist/components/BenefitsBlock/BenefitsBlock.js +14 -14
- package/mobile/dist/components/BenefitsBlock/BenefitsBlockContent.d.ts +21 -21
- package/mobile/dist/components/BenefitsBlock/BenefitsBlockContent.js +1 -1
- package/mobile/dist/components/BenefitsBlock/defaultIconSize.d.ts +1 -1
- package/mobile/dist/components/BenefitsBlock/defaultIconSize.js +3 -3
- package/mobile/dist/components/Blocks.d.ts +2 -2
- package/mobile/dist/components/Blocks.js +100 -100
- package/mobile/dist/components/BonusBenefitsBlock/BonusBenefitsBlock.d.ts +5 -5
- package/mobile/dist/components/BonusBenefitsBlock/BonusBenefitsBlock.js +11 -11
- package/mobile/dist/components/BonusBenefitsBlock/BonusBenefitsBlockContent.d.ts +26 -26
- package/mobile/dist/components/BonusBenefitsBlock/BonusBenefitsBlockContent.js +1 -1
- package/mobile/dist/components/BonusBenefitsBlock/bonusBenefitStyles.d.ts +1 -1
- package/mobile/dist/components/BonusBenefitsBlock/bonusBenefitStyles.js +3 -3
- package/mobile/dist/components/BonusBenefitsBlock/renderBonusBenefit.d.ts +4 -4
- package/mobile/dist/components/BonusBenefitsBlock/renderBonusBenefit.js +9 -9
- package/mobile/dist/components/BonusBenefitsBlock/renderBonusBenefits.d.ts +4 -4
- package/mobile/dist/components/BonusBenefitsBlock/renderBonusBenefits.js +7 -7
- package/mobile/dist/components/ButtonsBlock/ButtonsBlock.d.ts +6 -6
- package/mobile/dist/components/ButtonsBlock/ButtonsBlock.js +12 -12
- package/mobile/dist/components/ButtonsBlock/ButtonsBlockContent.d.ts +10 -10
- package/mobile/dist/components/ButtonsBlock/ButtonsBlockContent.js +1 -1
- package/mobile/dist/components/CalculatorBonus/CalculatorBonus.d.ts +9 -9
- package/mobile/dist/components/CalculatorBonus/CalculatorBonus.js +47 -47
- package/mobile/dist/components/CalculatorBonus/CalculatorBonusContent.d.ts +6 -6
- package/mobile/dist/components/CalculatorBonus/CalculatorBonusContent.js +1 -1
- package/mobile/dist/components/CalculatorBonus/getBonus.d.ts +2 -2
- package/mobile/dist/components/CalculatorBonus/getBonus.js +24 -24
- package/mobile/dist/components/CalculatorBonus/getBonusCalculatorParams.d.ts +36 -36
- package/mobile/dist/components/CalculatorBonus/getBonusCalculatorParams.js +26 -26
- package/mobile/dist/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.d.ts +5 -5
- package/mobile/dist/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.js +59 -59
- package/mobile/dist/components/CalculatorBusinessDeposit/CalculatorBusinessDepositContent.d.ts +52 -52
- package/mobile/dist/components/CalculatorBusinessDeposit/CalculatorBusinessDepositContent.js +1 -1
- package/mobile/dist/components/CalculatorBusinessDeposit/useBusinessDepositParams.d.ts +26 -26
- package/mobile/dist/components/CalculatorBusinessDeposit/useBusinessDepositParams.js +69 -69
- package/mobile/dist/components/CalculatorBusinessDeposit/useBusinessDepositRates.d.ts +4 -4
- package/mobile/dist/components/CalculatorBusinessDeposit/useBusinessDepositRates.js +14 -14
- package/mobile/dist/components/CalculatorCredit/CalculatorCredit.d.ts +8 -8
- package/mobile/dist/components/CalculatorCredit/CalculatorCredit.js +87 -87
- package/mobile/dist/components/CalculatorCredit/CalculatorCreditContent.d.ts +53 -53
- package/mobile/dist/components/CalculatorCredit/CalculatorCreditContent.js +1 -1
- package/mobile/dist/components/CalculatorCredit/checkCreditSourceBookRowCommonParams.d.ts +8 -8
- package/mobile/dist/components/CalculatorCredit/checkCreditSourceBookRowCommonParams.js +27 -27
- package/mobile/dist/components/CalculatorCredit/defaultCreditCalculatorParams.d.ts +2 -2
- package/mobile/dist/components/CalculatorCredit/defaultCreditCalculatorParams.js +16 -16
- package/mobile/dist/components/CalculatorCredit/getCreditCalculatorLimitParams.d.ts +8 -8
- package/mobile/dist/components/CalculatorCredit/getCreditCalculatorLimitParams.js +9 -9
- package/mobile/dist/components/CalculatorCredit/getCreditCalculatorParams.d.ts +2 -2
- package/mobile/dist/components/CalculatorCredit/getCreditCalculatorParams.js +40 -40
- package/mobile/dist/components/CalculatorCredit/getCreditCalculatorRateParams.d.ts +9 -9
- package/mobile/dist/components/CalculatorCredit/getCreditCalculatorRateParams.js +13 -13
- package/mobile/dist/components/CalculatorCredit/isDefaultParams.d.ts +2 -2
- package/mobile/dist/components/CalculatorCredit/isDefaultParams.js +4 -4
- package/mobile/dist/components/CalculatorDeposit/CalculatorDeposit.d.ts +9 -9
- package/mobile/dist/components/CalculatorDeposit/CalculatorDeposit.js +130 -130
- package/mobile/dist/components/CalculatorDeposit/CalculatorDepositContent.d.ts +41 -41
- package/mobile/dist/components/CalculatorDeposit/CalculatorDepositContent.js +1 -1
- package/mobile/dist/components/CalculatorDeposit/getDepositCalculatorParams.d.ts +27 -27
- package/mobile/dist/components/CalculatorDeposit/getDepositCalculatorParams.js +80 -80
- package/mobile/dist/components/CalculatorDeposit/isNotRubles.d.ts +1 -1
- package/mobile/dist/components/CalculatorDeposit/isNotRubles.js +4 -4
- package/mobile/dist/components/CalculatorDeposit/renderDepositParamsForm.d.ts +5 -5
- package/mobile/dist/components/CalculatorDeposit/renderDepositParamsForm.js +49 -49
- package/mobile/dist/components/CalculatorDeposit/renderDepositResult.d.ts +13 -13
- package/mobile/dist/components/CalculatorDeposit/renderDepositResult.js +10 -10
- package/mobile/dist/components/CalculatorDeposit/renderPaymentType.d.ts +3 -3
- package/mobile/dist/components/CalculatorDeposit/renderPaymentType.js +12 -12
- package/mobile/dist/components/CalculatorDeposit/renderRegistrationType.d.ts +3 -3
- package/mobile/dist/components/CalculatorDeposit/renderRegistrationType.js +11 -11
- package/mobile/dist/components/CalculatorRefinancing/CalculatorRefinancing.d.ts +9 -9
- package/mobile/dist/components/CalculatorRefinancing/CalculatorRefinancing.js +71 -71
- package/mobile/dist/components/CalculatorRefinancing/CalculatorRefinancingContent.d.ts +10 -10
- package/mobile/dist/components/CalculatorRefinancing/CalculatorRefinancingContent.js +1 -1
- package/mobile/dist/components/CalculatorRefinancing/checkRefinancingSourceBookRowCommonParams.d.ts +9 -9
- package/mobile/dist/components/CalculatorRefinancing/checkRefinancingSourceBookRowCommonParams.js +17 -17
- package/mobile/dist/components/CalculatorRefinancing/getRefinancingCalculatorLimitParams.d.ts +9 -9
- package/mobile/dist/components/CalculatorRefinancing/getRefinancingCalculatorLimitParams.js +9 -9
- package/mobile/dist/components/CalculatorRefinancing/getRefinancingCalculatorParams.d.ts +32 -32
- package/mobile/dist/components/CalculatorRefinancing/getRefinancingCalculatorParams.js +45 -45
- package/mobile/dist/components/CalculatorRefinancing/getRefinancingCalculatorRateParams.d.ts +13 -13
- package/mobile/dist/components/CalculatorRefinancing/getRefinancingCalculatorRateParams.js +36 -36
- package/mobile/dist/components/CardTransfer/CardTransfer.d.ts +5 -5
- package/mobile/dist/components/CardTransfer/CardTransfer.js +30 -30
- package/mobile/dist/components/CardTransfer/CardTransferContent.d.ts +14 -14
- package/mobile/dist/components/CardTransfer/CardTransferContent.js +1 -1
- package/mobile/dist/components/Carousel/Carousel.d.ts +6 -6
- package/mobile/dist/components/Carousel/Carousel.js +28 -28
- package/mobile/dist/components/Carousel/CarouselContent.d.ts +20 -20
- package/mobile/dist/components/Carousel/CarouselContent.js +1 -1
- package/mobile/dist/components/Carousel/itemsGap.d.ts +1 -1
- package/mobile/dist/components/Carousel/itemsGap.js +3 -3
- package/mobile/dist/components/Carousel/renderCardHighlight.d.ts +7 -7
- package/mobile/dist/components/Carousel/renderCardHighlight.js +8 -8
- package/mobile/dist/components/Carousel/renderCarouselCards.d.ts +6 -6
- package/mobile/dist/components/Carousel/renderCarouselCards.js +36 -36
- package/mobile/dist/components/Carousel/visibleItemCount.d.ts +1 -1
- package/mobile/dist/components/Carousel/visibleItemCount.js +3 -3
- package/mobile/dist/components/Carousel/visibleItemCountStyle.d.ts +1 -1
- package/mobile/dist/components/Carousel/visibleItemCountStyle.js +3 -3
- package/mobile/dist/components/CarouselCard/CarouselCard.d.ts +5 -5
- package/mobile/dist/components/CarouselCard/CarouselCard.js +15 -15
- package/mobile/dist/components/CarouselCard/CarouselCardContent.d.ts +11 -11
- package/mobile/dist/components/CarouselCard/CarouselCardContent.js +1 -1
- package/mobile/dist/components/CarouselCard/constants.d.ts +2 -2
- package/mobile/dist/components/CarouselCard/constants.js +6 -6
- package/mobile/dist/components/CarouselCard/titleSize.d.ts +1 -1
- package/mobile/dist/components/CarouselCard/titleSize.js +3 -3
- package/mobile/dist/components/CarouselCatalogCard/CarouselCatalogCard.d.ts +5 -5
- package/mobile/dist/components/CarouselCatalogCard/CarouselCatalogCard.js +17 -17
- package/mobile/dist/components/CarouselCatalogCard/CarouselCatalogCardContent.d.ts +15 -15
- package/mobile/dist/components/CarouselCatalogCard/CarouselCatalogCardContent.js +1 -1
- package/mobile/dist/components/CarouselLinks/CarouselLinkButton.d.ts +5 -5
- package/mobile/dist/components/CarouselLinks/CarouselLinkButton.js +16 -16
- package/mobile/dist/components/CarouselLinks/CarouselLinks.d.ts +6 -6
- package/mobile/dist/components/CarouselLinks/CarouselLinks.js +10 -10
- package/mobile/dist/components/CarouselLinks/CarouselLinksContent.d.ts +15 -15
- package/mobile/dist/components/CarouselLinks/CarouselLinksContent.js +1 -1
- package/mobile/dist/components/CarouselRecommendationCard/CarouselRecommendationCard.d.ts +5 -5
- package/mobile/dist/components/CarouselRecommendationCard/CarouselRecommendationCard.js +21 -21
- package/mobile/dist/components/CarouselRecommendationCard/CarouselRecommendationCardContent.d.ts +18 -18
- package/mobile/dist/components/CarouselRecommendationCard/CarouselRecommendationCardContent.js +1 -1
- package/mobile/dist/components/CarouselRecommendationCard/ImageAlwaysOnRight.d.ts +1 -1
- package/mobile/dist/components/CarouselRecommendationCard/ImageAlwaysOnRight.js +3 -3
- package/mobile/dist/components/CarouselTariffsCard/CarouselTariffsCard.d.ts +5 -5
- package/mobile/dist/components/CarouselTariffsCard/CarouselTariffsCard.js +37 -37
- package/mobile/dist/components/CarouselTariffsCard/CarouselTariffsCardAction.d.ts +6 -6
- package/mobile/dist/components/CarouselTariffsCard/CarouselTariffsCardAction.js +1 -1
- package/mobile/dist/components/CarouselTariffsCard/CarouselTariffsCardContent.d.ts +21 -21
- package/mobile/dist/components/CarouselTariffsCard/CarouselTariffsCardContent.js +1 -1
- package/mobile/dist/components/CarouselTariffsCard/renderCardInfo.d.ts +3 -3
- package/mobile/dist/components/CarouselTariffsCard/renderCardInfo.js +10 -10
- package/mobile/dist/components/ComparisonTable/ComparisonTable.d.ts +5 -5
- package/mobile/dist/components/ComparisonTable/ComparisonTable.js +23 -23
- package/mobile/dist/components/ComparisonTable/ComparisonTableBody.d.ts +11 -11
- package/mobile/dist/components/ComparisonTable/ComparisonTableBody.js +24 -24
- package/mobile/dist/components/ComparisonTable/ComparisonTableColumnHeaders.d.ts +7 -7
- package/mobile/dist/components/ComparisonTable/ComparisonTableColumnHeaders.js +9 -9
- package/mobile/dist/components/ComparisonTable/ComparisonTableContent.d.ts +40 -40
- package/mobile/dist/components/ComparisonTable/ComparisonTableContent.js +1 -1
- package/mobile/dist/components/ComparisonTable/ComparisonTableRows.d.ts +14 -14
- package/mobile/dist/components/ComparisonTable/ComparisonTableRows.js +17 -17
- package/mobile/dist/components/ComparisonTable/HeaderCell.d.ts +9 -9
- package/mobile/dist/components/ComparisonTable/HeaderCell.js +9 -9
- package/mobile/dist/components/ComparisonTable/TableCarouselContainer.d.ts +7 -7
- package/mobile/dist/components/ComparisonTable/TableCarouselContainer.js +9 -9
- package/mobile/dist/components/ComparisonTable/TableCell.d.ts +9 -9
- package/mobile/dist/components/ComparisonTable/TableCell.js +12 -12
- package/mobile/dist/components/ComparisonTable/TableColumn.d.ts +15 -15
- package/mobile/dist/components/ComparisonTable/TableColumn.js +19 -19
- package/mobile/dist/components/ComparisonTable/TableRow.d.ts +15 -15
- package/mobile/dist/components/ComparisonTable/TableRow.js +12 -12
- package/mobile/dist/components/ComparisonTable/TableRowContainer.d.ts +1 -1
- package/mobile/dist/components/ComparisonTable/TableRowContainer.js +5 -5
- package/mobile/dist/components/ComparisonTable/constants.d.ts +6 -6
- package/mobile/dist/components/ComparisonTable/constants.js +8 -8
- package/mobile/dist/components/ContactsBlock/ContactsBlock.d.ts +5 -5
- package/mobile/dist/components/ContactsBlock/ContactsBlock.js +12 -12
- package/mobile/dist/components/ContactsBlock/ContactsBlockContent.d.ts +25 -25
- package/mobile/dist/components/ContactsBlock/ContactsBlockContent.js +1 -1
- package/mobile/dist/components/ContentPage/ContentPage.d.ts +11 -11
- package/mobile/dist/components/ContentPage/ContentPage.js +40 -40
- package/mobile/dist/components/ContentPage/ContentPage.page.json +57 -57
- package/mobile/dist/components/ContentPage/renderContentPageHead.d.ts +4 -4
- package/mobile/dist/components/ContentPage/renderContentPageHead.js +34 -34
- package/mobile/dist/components/ContentPage/useContentPageData.d.ts +3 -3
- package/mobile/dist/components/ContentPage/useContentPageData.js +62 -62
- package/mobile/dist/components/DepositFiltration/DepositFiltration.d.ts +6 -6
- package/mobile/dist/components/DepositFiltration/DepositFiltration.js +52 -52
- package/mobile/dist/components/DepositFiltration/DepositFiltrationContent.d.ts +29 -29
- package/mobile/dist/components/DepositFiltration/DepositFiltrationContent.js +1 -1
- package/mobile/dist/components/DepositFiltration/isRateRow.d.ts +5 -5
- package/mobile/dist/components/DepositFiltration/isRateRow.js +6 -6
- package/mobile/dist/components/DepositFiltration/numberRange.d.ts +1 -1
- package/mobile/dist/components/DepositFiltration/numberRange.js +4 -4
- package/mobile/dist/components/Depository/Depository.d.ts +11 -11
- package/mobile/dist/components/Depository/Depository.js +41 -41
- package/mobile/dist/components/Depository/DepositoryContent.d.ts +5 -5
- package/mobile/dist/components/Depository/DepositoryContent.js +1 -1
- package/mobile/dist/components/Depository/DepositoryFilter.d.ts +9 -9
- package/mobile/dist/components/Depository/DepositoryFilter.js +8 -8
- package/mobile/dist/components/Depository/DepositoryItem.d.ts +3 -3
- package/mobile/dist/components/Depository/DepositoryItem.js +12 -12
- package/mobile/dist/components/Depository/useDepository.d.ts +15 -15
- package/mobile/dist/components/Depository/useDepository.js +20 -20
- package/mobile/dist/components/ErrorBlock/ErrorBlock.d.ts +5 -5
- package/mobile/dist/components/ErrorBlock/ErrorBlock.js +19 -19
- package/mobile/dist/components/ErrorBlock/ErrorBlockContent.d.ts +30 -30
- package/mobile/dist/components/ErrorBlock/ErrorBlockContent.js +1 -1
- package/mobile/dist/components/ExchangeRateTile/CurrencyProps.d.ts +6 -6
- package/mobile/dist/components/ExchangeRateTile/CurrencyProps.js +9 -9
- package/mobile/dist/components/ExchangeRateTile/CurrencyTable.d.ts +7 -7
- package/mobile/dist/components/ExchangeRateTile/CurrencyTable.js +22 -22
- package/mobile/dist/components/ExchangeRateTile/CurrentLocation.d.ts +6 -6
- package/mobile/dist/components/ExchangeRateTile/CurrentLocation.js +9 -9
- package/mobile/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.d.ts +24 -24
- package/mobile/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.js +72 -72
- package/mobile/dist/components/ExchangeRateTile/ExchangeRateTile.d.ts +5 -5
- package/mobile/dist/components/ExchangeRateTile/ExchangeRateTile.js +27 -27
- package/mobile/dist/components/ExchangeRateTile/ExchangeRateTileContent.d.ts +9 -9
- package/mobile/dist/components/ExchangeRateTile/ExchangeRateTileContent.js +1 -1
- package/mobile/dist/components/ExchangeRateTile/calculateResult.d.ts +2 -2
- package/mobile/dist/components/ExchangeRateTile/calculateResult.js +10 -10
- package/mobile/dist/components/ExchangeRateTile/callbackCurrencySelect.d.ts +8 -8
- package/mobile/dist/components/ExchangeRateTile/callbackCurrencySelect.js +20 -20
- package/mobile/dist/components/ExchangeRateTile/formatCurrency.d.ts +1 -1
- package/mobile/dist/components/ExchangeRateTile/formatCurrency.js +9 -9
- package/mobile/dist/components/ExchangeRateTile/renderInput.d.ts +13 -13
- package/mobile/dist/components/ExchangeRateTile/renderInput.js +15 -15
- package/mobile/dist/components/ExchangeRateTile/useFetchExchangeRateData.d.ts +9 -9
- package/mobile/dist/components/ExchangeRateTile/useFetchExchangeRateData.js +11 -11
- package/mobile/dist/components/Footer/Contacts.d.ts +6 -6
- package/mobile/dist/components/Footer/Contacts.js +21 -21
- package/mobile/dist/components/Footer/Footer.d.ts +2 -2
- package/mobile/dist/components/Footer/Footer.js +21 -21
- package/mobile/dist/components/Footer/FooterContent.d.ts +9 -9
- package/mobile/dist/components/Footer/FooterContent.js +1 -1
- package/mobile/dist/components/Footer/FooterLink.d.ts +6 -6
- package/mobile/dist/components/Footer/FooterLink.js +1 -1
- package/mobile/dist/components/Footer/FooterProps.d.ts +7 -7
- package/mobile/dist/components/Footer/FooterProps.js +1 -1
- package/mobile/dist/components/Footer/HorizontalNavigation.d.ts +5 -5
- package/mobile/dist/components/Footer/HorizontalNavigation.js +7 -7
- package/mobile/dist/components/Footer/HorizontalNavigationLink.d.ts +8 -8
- package/mobile/dist/components/Footer/HorizontalNavigationLink.js +11 -11
- package/mobile/dist/components/Footer/LinkList.d.ts +7 -7
- package/mobile/dist/components/Footer/LinkList.js +18 -18
- package/mobile/dist/components/Footer/SocialMedia.d.ts +10 -10
- package/mobile/dist/components/Footer/SocialMedia.js +38 -38
- package/mobile/dist/components/Footer/TextInformation.d.ts +2 -2
- package/mobile/dist/components/Footer/TextInformation.js +8 -8
- package/mobile/dist/components/Footer/TextInformationLink.d.ts +8 -8
- package/mobile/dist/components/Footer/TextInformationLink.js +11 -11
- package/mobile/dist/components/Footer/cookieReplaceData.d.ts +1 -1
- package/mobile/dist/components/Footer/cookieReplaceData.js +3 -3
- package/mobile/dist/components/Footer/findIconByHref.d.ts +2 -2
- package/mobile/dist/components/Footer/findIconByHref.js +5 -5
- package/mobile/dist/components/Footer/iconsMap.d.ts +7 -7
- package/mobile/dist/components/Footer/iconsMap.js +44 -44
- package/mobile/dist/components/Footer/renderLogoSearchBar.d.ts +3 -3
- package/mobile/dist/components/Footer/renderLogoSearchBar.js +5 -5
- package/mobile/dist/components/GracePeriod/GracePeriod.d.ts +5 -5
- package/mobile/dist/components/GracePeriod/GracePeriod.js +24 -24
- package/mobile/dist/components/GracePeriod/GracePeriodContent.d.ts +22 -22
- package/mobile/dist/components/GracePeriod/GracePeriodContent.js +1 -1
- package/mobile/dist/components/GrantSupport/GrantSupport.d.ts +6 -6
- package/mobile/dist/components/GrantSupport/GrantSupport.js +23 -23
- package/mobile/dist/components/GrantSupport/GrantSupportContent.d.ts +20 -20
- package/mobile/dist/components/GrantSupport/GrantSupportContent.js +1 -1
- package/mobile/dist/components/Header/DropdownMenu.d.ts +12 -12
- package/mobile/dist/components/Header/DropdownMenu.js +46 -46
- package/mobile/dist/components/Header/Header.d.ts +2 -2
- package/mobile/dist/components/Header/Header.js +16 -16
- package/mobile/dist/components/Header/HeaderChatBotButton.d.ts +11 -11
- package/mobile/dist/components/Header/HeaderChatBotButton.js +10 -10
- package/mobile/dist/components/Header/HeaderContent.d.ts +13 -13
- package/mobile/dist/components/Header/HeaderContent.js +1 -1
- package/mobile/dist/components/Header/HeaderProps.d.ts +16 -16
- package/mobile/dist/components/Header/HeaderProps.js +1 -1
- package/mobile/dist/components/Header/HeaderSecondaryMenu.d.ts +13 -13
- package/mobile/dist/components/Header/HeaderSecondaryMenu.js +22 -21
- package/mobile/dist/components/Header/HeaderSecondaryMenu.js.map +1 -1
- package/mobile/dist/components/Header/HeaderSecondaryMenuButton.d.ts +13 -13
- package/mobile/dist/components/Header/HeaderSecondaryMenuButton.js +14 -14
- package/mobile/dist/components/Header/HeaderSubMenu.d.ts +11 -11
- package/mobile/dist/components/Header/HeaderSubMenu.js +27 -27
- package/mobile/dist/components/Header/HeaderSubMenuItem.d.ts +9 -9
- package/mobile/dist/components/Header/HeaderSubMenuItem.js +19 -19
- package/mobile/dist/components/Header/HeaderTop.d.ts +13 -13
- package/mobile/dist/components/Header/HeaderTop.js +20 -20
- package/mobile/dist/components/Header/HeaderTopMenu.d.ts +19 -19
- package/mobile/dist/components/Header/HeaderTopMenu.js +25 -25
- package/mobile/dist/components/Header/HeaderTopMenuItem.d.ts +9 -9
- package/mobile/dist/components/Header/HeaderTopMenuItem.js +19 -19
- package/mobile/dist/components/Header/InternetBankButton.d.ts +2 -2
- package/mobile/dist/components/Header/InternetBankButton.js +15 -15
- package/mobile/dist/components/Header/InternetBankButton.js.map +1 -1
- package/mobile/dist/components/Header/getTextInternetButton.d.ts +2 -2
- package/mobile/dist/components/Header/getTextInternetButton.js +4 -4
- package/mobile/dist/components/Header/useChatBot.d.ts +2 -2
- package/mobile/dist/components/Header/useChatBot.js +35 -35
- package/mobile/dist/components/Headline/Headline.d.ts +5 -5
- package/mobile/dist/components/Headline/Headline.js +14 -14
- package/mobile/dist/components/Headline/HeadlineContent.d.ts +12 -12
- package/mobile/dist/components/Headline/HeadlineContent.js +1 -1
- package/mobile/dist/components/Headline/headlineVersionStyles.d.ts +9 -9
- package/mobile/dist/components/Headline/headlineVersionStyles.js +40 -40
- package/mobile/dist/components/HorizontalLayout/HorizontalLayout.d.ts +5 -5
- package/mobile/dist/components/HorizontalLayout/HorizontalLayout.js +6 -6
- package/mobile/dist/components/HorizontalLayout/HorizontalLayoutContent.d.ts +11 -11
- package/mobile/dist/components/HorizontalLayout/HorizontalLayoutContent.js +1 -1
- package/mobile/dist/components/HorizontalLayout/gapStyles.d.ts +2 -2
- package/mobile/dist/components/HorizontalLayout/gapStyles.js +11 -11
- package/mobile/dist/components/ImgBlock/ImgBlock.d.ts +6 -6
- package/mobile/dist/components/ImgBlock/ImgBlock.js +13 -13
- package/mobile/dist/components/ImgBlock/ImgBlockContent.d.ts +9 -9
- package/mobile/dist/components/ImgBlock/ImgBlockContent.js +1 -1
- package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlock.d.ts +5 -5
- package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlock.js +32 -32
- package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlockContent.d.ts +31 -31
- package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlockContent.js +1 -1
- package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.d.ts +7 -7
- package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js +57 -57
- package/mobile/dist/components/InvestmentInfo/InvestmentInfo.d.ts +5 -5
- package/mobile/dist/components/InvestmentInfo/InvestmentInfo.js +45 -45
- package/mobile/dist/components/InvestmentInfo/InvestmentInfoContent.d.ts +43 -43
- package/mobile/dist/components/InvestmentInfo/InvestmentInfoContent.js +1 -1
- package/mobile/dist/components/LinkDocs/LinkDocItem.d.ts +6 -6
- package/mobile/dist/components/LinkDocs/LinkDocItem.js +13 -13
- package/mobile/dist/components/LinkDocs/LinkDocs.d.ts +5 -5
- package/mobile/dist/components/LinkDocs/LinkDocs.js +40 -40
- package/mobile/dist/components/LinkDocs/LinkDocsContent.d.ts +72 -72
- package/mobile/dist/components/LinkDocs/LinkDocsContent.js +1 -1
- package/mobile/dist/components/LinkDocs/RepordDialogButton.d.ts +2 -2
- package/mobile/dist/components/LinkDocs/RepordDialogButton.js +14 -14
- package/mobile/dist/components/LinkDocs/linkDocsContentExample.d.ts +2 -2
- package/mobile/dist/components/LinkDocs/linkDocsContentExample.js +76 -76
- package/mobile/dist/components/LinkDocs/linkIconStyle.d.ts +1 -1
- package/mobile/dist/components/LinkDocs/linkIconStyle.js +3 -3
- package/mobile/dist/components/LinkDocs/renderDefaultItem.d.ts +5 -5
- package/mobile/dist/components/LinkDocs/renderDefaultItem.js +28 -28
- package/mobile/dist/components/MobileAppTile/MobileAppTile.d.ts +5 -5
- package/mobile/dist/components/MobileAppTile/MobileAppTile.js +17 -17
- package/mobile/dist/components/MobileAppTile/MobileAppTileContent.d.ts +15 -15
- package/mobile/dist/components/MobileAppTile/MobileAppTileContent.js +1 -1
- package/mobile/dist/components/MortgageFiltration/MortgageFiltration.d.ts +6 -6
- package/mobile/dist/components/MortgageFiltration/MortgageFiltration.js +35 -35
- package/mobile/dist/components/MortgageFiltration/MortgageFiltrationContent.d.ts +35 -35
- package/mobile/dist/components/MortgageFiltration/MortgageFiltrationContent.js +1 -1
- package/mobile/dist/components/OfficesAtmsMap/AtmsMap.d.ts +6 -6
- package/mobile/dist/components/OfficesAtmsMap/AtmsMap.js +42 -42
- package/mobile/dist/components/OfficesAtmsMap/Badge.d.ts +11 -11
- package/mobile/dist/components/OfficesAtmsMap/Badge.js +14 -14
- package/mobile/dist/components/OfficesAtmsMap/CardCell.d.ts +11 -11
- package/mobile/dist/components/OfficesAtmsMap/CardCell.js +16 -16
- package/mobile/dist/components/OfficesAtmsMap/CardRow.d.ts +4 -4
- package/mobile/dist/components/OfficesAtmsMap/CardRow.js +6 -6
- package/mobile/dist/components/OfficesAtmsMap/OfficesAtmsMap.d.ts +5 -5
- package/mobile/dist/components/OfficesAtmsMap/OfficesAtmsMap.js +12 -12
- package/mobile/dist/components/OfficesAtmsMap/OfficesAtmsMapContent.d.ts +43 -43
- package/mobile/dist/components/OfficesAtmsMap/OfficesAtmsMapContent.js +1 -1
- package/mobile/dist/components/OfficesAtmsMap/OfficesAtmsMapLayout.d.ts +19 -19
- package/mobile/dist/components/OfficesAtmsMap/OfficesAtmsMapLayout.js +59 -59
- package/mobile/dist/components/OfficesAtmsMap/OfficesAtmsMapProps.d.ts +106 -106
- package/mobile/dist/components/OfficesAtmsMap/OfficesAtmsMapProps.js +1 -1
- package/mobile/dist/components/OfficesAtmsMap/OfficesMap.d.ts +4 -4
- package/mobile/dist/components/OfficesAtmsMap/OfficesMap.js +43 -43
- package/mobile/dist/components/OfficesAtmsMap/YandexMapProps.d.ts +11 -11
- package/mobile/dist/components/OfficesAtmsMap/YandexMapProps.js +1 -1
- package/mobile/dist/components/OfficesAtmsMap/getScheduleDescription.d.ts +5 -5
- package/mobile/dist/components/OfficesAtmsMap/getScheduleDescription.js +40 -40
- package/mobile/dist/components/OfficesAtmsMap/getWorkScheduleWeek.d.ts +3 -3
- package/mobile/dist/components/OfficesAtmsMap/getWorkScheduleWeek.js +27 -27
- package/mobile/dist/components/OfficesAtmsMap/renderAtmCard.d.ts +7 -7
- package/mobile/dist/components/OfficesAtmsMap/renderAtmCard.js +43 -43
- package/mobile/dist/components/OfficesAtmsMap/renderBusinessSchedule.d.ts +8 -8
- package/mobile/dist/components/OfficesAtmsMap/renderBusinessSchedule.js +31 -31
- package/mobile/dist/components/OfficesAtmsMap/renderCurrency.d.ts +3 -3
- package/mobile/dist/components/OfficesAtmsMap/renderCurrency.js +6 -6
- package/mobile/dist/components/OfficesAtmsMap/renderCurrentDaySchedule.d.ts +3 -3
- package/mobile/dist/components/OfficesAtmsMap/renderCurrentDaySchedule.js +15 -15
- package/mobile/dist/components/OfficesAtmsMap/renderDay.d.ts +3 -3
- package/mobile/dist/components/OfficesAtmsMap/renderDay.js +12 -12
- package/mobile/dist/components/OfficesAtmsMap/renderDescriptionBlock.d.ts +3 -3
- package/mobile/dist/components/OfficesAtmsMap/renderDescriptionBlock.js +8 -8
- package/mobile/dist/components/OfficesAtmsMap/renderFiltrationForm.d.ts +8 -8
- package/mobile/dist/components/OfficesAtmsMap/renderFiltrationForm.js +46 -46
- package/mobile/dist/components/OfficesAtmsMap/renderFoldButton.d.ts +3 -3
- package/mobile/dist/components/OfficesAtmsMap/renderFoldButton.js +8 -8
- package/mobile/dist/components/OfficesAtmsMap/renderOfficeCard.d.ts +7 -7
- package/mobile/dist/components/OfficesAtmsMap/renderOfficeCard.js +63 -63
- package/mobile/dist/components/OfficesAtmsMap/renderRemoteWorkplaceCard.d.ts +7 -7
- package/mobile/dist/components/OfficesAtmsMap/renderRemoteWorkplaceCard.js +34 -34
- package/mobile/dist/components/OfficesAtmsMap/renderWorkSchedule.d.ts +2 -2
- package/mobile/dist/components/OfficesAtmsMap/renderWorkSchedule.js +24 -24
- package/mobile/dist/components/OfficesAtmsMap/useAtms.d.ts +2 -2
- package/mobile/dist/components/OfficesAtmsMap/useAtms.js +14 -14
- package/mobile/dist/components/OfficesAtmsMap/useOffices.d.ts +5 -5
- package/mobile/dist/components/OfficesAtmsMap/useOffices.js +16 -16
- package/mobile/dist/components/Placeholder/Placeholder.d.ts +5 -5
- package/mobile/dist/components/Placeholder/Placeholder.js +9 -9
- package/mobile/dist/components/Placeholder/PlaceholderContent.d.ts +6 -6
- package/mobile/dist/components/Placeholder/PlaceholderContent.js +1 -1
- package/mobile/dist/components/ProductBlock/ProductBlock.d.ts +5 -5
- package/mobile/dist/components/ProductBlock/ProductBlock.js +8 -8
- package/mobile/dist/components/ProductBlock/ProductBlockContent.d.ts +9 -9
- package/mobile/dist/components/ProductBlock/ProductBlockContent.js +1 -1
- package/mobile/dist/components/ProductBlock/renderBackwardButton.d.ts +10 -10
- package/mobile/dist/components/ProductBlock/renderBackwardButton.js +20 -20
- package/mobile/dist/components/ProductGallery/ProductGallery.d.ts +5 -5
- package/mobile/dist/components/ProductGallery/ProductGallery.js +11 -11
- package/mobile/dist/components/ProductGallery/ProductGalleryContent.d.ts +24 -24
- package/mobile/dist/components/ProductGallery/ProductGalleryContent.js +1 -1
- package/mobile/dist/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.d.ts +5 -5
- package/mobile/dist/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.js +25 -25
- package/mobile/dist/components/RepresentativeOfficeInfo/RepresentativeOfficeInfoContent.d.ts +18 -18
- package/mobile/dist/components/RepresentativeOfficeInfo/RepresentativeOfficeInfoContent.js +1 -1
- package/mobile/dist/components/RichTextBlock/RichTextBlock.d.ts +6 -6
- package/mobile/dist/components/RichTextBlock/RichTextBlock.js +10 -10
- package/mobile/dist/components/RichTextBlock/RichTextBlockContent.d.ts +6 -6
- package/mobile/dist/components/RichTextBlock/RichTextBlockContent.js +1 -1
- package/mobile/dist/components/RollupItem/AccordionFoldButton.d.ts +12 -12
- package/mobile/dist/components/RollupItem/AccordionFoldButton.js +11 -11
- package/mobile/dist/components/RollupItem/RollupItem.d.ts +11 -11
- package/mobile/dist/components/RollupItem/RollupItem.js +34 -34
- package/mobile/dist/components/RollupItem/RollupItemContent.d.ts +17 -17
- package/mobile/dist/components/RollupItem/RollupItemContent.js +1 -1
- package/mobile/dist/components/RollupItem/foldableSectionStyles.d.ts +1 -1
- package/mobile/dist/components/RollupItem/foldableSectionStyles.js +3 -3
- package/mobile/dist/components/RollupItem/getIconName.d.ts +1 -1
- package/mobile/dist/components/RollupItem/getIconName.js +4 -4
- package/mobile/dist/components/RollupItem/renderRoundedIcon.d.ts +4 -4
- package/mobile/dist/components/RollupItem/renderRoundedIcon.js +6 -6
- package/mobile/dist/components/RollupItem/rollupIconVersion.d.ts +1 -1
- package/mobile/dist/components/RollupItem/rollupIconVersion.js +3 -3
- package/mobile/dist/components/RollupItem/rollupItemStyles.d.ts +1 -1
- package/mobile/dist/components/RollupItem/rollupItemStyles.js +3 -3
- package/mobile/dist/components/SafeDepositRental/RadioButtons.d.ts +6 -6
- package/mobile/dist/components/SafeDepositRental/RadioButtons.js +12 -12
- package/mobile/dist/components/SafeDepositRental/RegionsAndBranches.d.ts +12 -12
- package/mobile/dist/components/SafeDepositRental/RegionsAndBranches.js +6 -6
- package/mobile/dist/components/SafeDepositRental/RentalPeriod.d.ts +6 -6
- package/mobile/dist/components/SafeDepositRental/RentalPeriod.js +10 -10
- package/mobile/dist/components/SafeDepositRental/SafeBoxCases.d.ts +11 -11
- package/mobile/dist/components/SafeDepositRental/SafeBoxCases.js +8 -8
- package/mobile/dist/components/SafeDepositRental/SafeDepositRental.d.ts +5 -5
- package/mobile/dist/components/SafeDepositRental/SafeDepositRental.js +32 -32
- package/mobile/dist/components/SafeDepositRental/SafeDepositRentalContent.d.ts +7 -7
- package/mobile/dist/components/SafeDepositRental/SafeDepositRentalContent.js +1 -1
- package/mobile/dist/components/SafeDepositRental/SafeDepositRentalFields.d.ts +12 -12
- package/mobile/dist/components/SafeDepositRental/SafeDepositRentalFields.js +19 -19
- package/mobile/dist/components/SafeDepositRental/SafeDepositRentalForm.d.ts +11 -11
- package/mobile/dist/components/SafeDepositRental/SafeDepositRentalForm.js +26 -26
- package/mobile/dist/components/SafeDepositRental/SafeDepositRentalTotal.d.ts +6 -6
- package/mobile/dist/components/SafeDepositRental/SafeDepositRentalTotal.js +35 -35
- package/mobile/dist/components/SafeDepositRental/SafeDepositRentalTypes.d.ts +8 -8
- package/mobile/dist/components/SafeDepositRental/SafeDepositRentalTypes.js +1 -1
- package/mobile/dist/components/SafeDepositRental/WrapperSelect.d.ts +11 -11
- package/mobile/dist/components/SafeDepositRental/WrapperSelect.js +12 -12
- package/mobile/dist/components/SafeDepositRental/useGetRegions.d.ts +6 -6
- package/mobile/dist/components/SafeDepositRental/useGetRegions.js +11 -11
- package/mobile/dist/components/SafeDepositRental/useSafeBoxes.d.ts +20 -20
- package/mobile/dist/components/SafeDepositRental/useSafeBoxes.js +15 -15
- package/mobile/dist/components/SafeDepositRental/utils.d.ts +4 -4
- package/mobile/dist/components/SafeDepositRental/utils.js +20 -20
- package/mobile/dist/components/StepsBlock/StepsBlock.d.ts +5 -5
- package/mobile/dist/components/StepsBlock/StepsBlock.js +34 -34
- package/mobile/dist/components/StepsBlock/StepsBlockContent.d.ts +34 -34
- package/mobile/dist/components/StepsBlock/StepsBlockContent.js +1 -1
- package/mobile/dist/components/StepsBlock/StepsBlockStyleMaps.d.ts +8 -8
- package/mobile/dist/components/StepsBlock/StepsBlockStyleMaps.js +9 -9
- package/mobile/dist/components/StepsBlock/getIconTextStyle.d.ts +2 -2
- package/mobile/dist/components/StepsBlock/getIconTextStyle.js +4 -4
- package/mobile/dist/components/StepsBlock/renderStep.d.ts +11 -11
- package/mobile/dist/components/StepsBlock/renderStep.js +16 -16
- package/mobile/dist/components/StickyBottomMenu/ActiveSubMenuItem.d.ts +7 -7
- package/mobile/dist/components/StickyBottomMenu/ActiveSubMenuItem.js +12 -12
- package/mobile/dist/components/StickyBottomMenu/BurgerMenuDialog.d.ts +12 -12
- package/mobile/dist/components/StickyBottomMenu/BurgerMenuDialog.js +49 -49
- package/mobile/dist/components/StickyBottomMenu/BurgerMenuDialog.js.map +1 -1
- package/mobile/dist/components/StickyBottomMenu/StickyBottomMenu.d.ts +2 -2
- package/mobile/dist/components/StickyBottomMenu/StickyBottomMenu.js +67 -67
- package/mobile/dist/components/StickyBottomMenu/StickyBottomMenuContent.d.ts +5 -5
- package/mobile/dist/components/StickyBottomMenu/StickyBottomMenuContent.js +1 -1
- package/mobile/dist/components/StickyBottomMenu/StickyBottomMenuDialog.d.ts +9 -9
- package/mobile/dist/components/StickyBottomMenu/StickyBottomMenuDialog.js +16 -16
- package/mobile/dist/components/StickyBottomMenu/StickyBottomMenuItem.d.ts +9 -9
- package/mobile/dist/components/StickyBottomMenu/StickyBottomMenuItem.js +9 -9
- package/mobile/dist/components/StickyBottomMenu/StickyBottomMenuProps.d.ts +9 -9
- package/mobile/dist/components/StickyBottomMenu/StickyBottomMenuProps.js +1 -1
- package/mobile/dist/components/StickyBottomMenu/useBottomMenuItemDialog.d.ts +19 -19
- package/mobile/dist/components/StickyBottomMenu/useBottomMenuItemDialog.js +18 -18
- package/mobile/dist/components/StickyBottomMenu/useBurgerMenuDialog.d.ts +20 -20
- package/mobile/dist/components/StickyBottomMenu/useBurgerMenuDialog.js +24 -24
- package/mobile/dist/components/Tabs/TabActivationEvent.d.ts +6 -6
- package/mobile/dist/components/Tabs/TabActivationEvent.js +1 -1
- package/mobile/dist/components/Tabs/Tabs.d.ts +5 -5
- package/mobile/dist/components/Tabs/Tabs.js +72 -72
- package/mobile/dist/components/Tabs/Tabs.js.map +1 -1
- package/mobile/dist/components/Tabs/TabsContent.d.ts +49 -49
- package/mobile/dist/components/Tabs/TabsContent.js +1 -1
- package/mobile/dist/components/Tabs/renderTabs.d.ts +12 -12
- package/mobile/dist/components/Tabs/renderTabs.js +16 -16
- package/mobile/dist/components/TabsLayout/TabsLayout.d.ts +5 -5
- package/mobile/dist/components/TabsLayout/TabsLayout.js +77 -77
- package/mobile/dist/components/TabsLayout/TabsLayout.js.map +1 -1
- package/mobile/dist/components/TabsLayout/TabsLayoutContent.d.ts +49 -49
- package/mobile/dist/components/TabsLayout/TabsLayoutContent.js +1 -1
- package/mobile/dist/components/TabsLayout/renderTabsLayout.d.ts +12 -12
- package/mobile/dist/components/TabsLayout/renderTabsLayout.js +21 -21
- package/mobile/dist/components/TariffsTable/EmbeddableCellData.d.ts +21 -21
- package/mobile/dist/components/TariffsTable/EmbeddableCellData.js +24 -24
- package/mobile/dist/components/TariffsTable/TableTileHeader.d.ts +2 -2
- package/mobile/dist/components/TariffsTable/TableTileHeader.js +7 -7
- package/mobile/dist/components/TariffsTable/TariffsTable.d.ts +5 -5
- package/mobile/dist/components/TariffsTable/TariffsTable.js +29 -29
- package/mobile/dist/components/TariffsTable/TariffsTableCell.d.ts +15 -15
- package/mobile/dist/components/TariffsTable/TariffsTableCell.js +10 -10
- package/mobile/dist/components/TariffsTable/TariffsTableContent.d.ts +106 -106
- package/mobile/dist/components/TariffsTable/TariffsTableContent.js +1 -1
- package/mobile/dist/components/TariffsTable/TariffsTableHorizontal.d.ts +2 -2
- package/mobile/dist/components/TariffsTable/TariffsTableHorizontal.js +7 -7
- package/mobile/dist/components/TariffsTable/TariffsTableRenderCell.d.ts +12 -12
- package/mobile/dist/components/TariffsTable/TariffsTableRenderCell.js +40 -40
- package/mobile/dist/components/TariffsTable/TariffsTableRow.d.ts +8 -8
- package/mobile/dist/components/TariffsTable/TariffsTableRow.js +20 -20
- package/mobile/dist/components/TariffsTable/TariffsTableRowContainer.d.ts +7 -7
- package/mobile/dist/components/TariffsTable/TariffsTableRowContainer.js +8 -8
- package/mobile/dist/components/TariffsTable/TariffsTableTileCell.d.ts +6 -6
- package/mobile/dist/components/TariffsTable/TariffsTableTileCell.js +16 -16
- package/mobile/dist/components/TariffsTable/TariffsTableVertical.d.ts +2 -2
- package/mobile/dist/components/TariffsTable/TariffsTableVertical.js +6 -6
- package/mobile/dist/components/TariffsTable/TariffsTableWrapper.d.ts +6 -6
- package/mobile/dist/components/TariffsTable/TariffsTableWrapper.js +13 -13
- package/mobile/dist/components/TariffsTable/constants.d.ts +4 -4
- package/mobile/dist/components/TariffsTable/constants.js +6 -6
- package/mobile/dist/components/TariffsTable/dataFixture.d.ts +5 -5
- package/mobile/dist/components/TariffsTable/dataFixture.js +143 -143
- package/mobile/dist/components/TariffsTable/utils/getButtonAriaLabel.d.ts +2 -2
- package/mobile/dist/components/TariffsTable/utils/getButtonAriaLabel.js +4 -4
- package/mobile/dist/components/TextBlock/TextBlock.d.ts +5 -5
- package/mobile/dist/components/TextBlock/TextBlock.js +12 -12
- package/mobile/dist/components/TextBlock/TextBlockContent.d.ts +15 -15
- package/mobile/dist/components/TextBlock/TextBlockContent.js +1 -1
- package/mobile/dist/components/UnitBlock/UnitBlock.d.ts +6 -6
- package/mobile/dist/components/UnitBlock/UnitBlock.js +10 -10
- package/mobile/dist/components/UnitBlock/UnitBlockContent.d.ts +6 -6
- package/mobile/dist/components/UnitBlock/UnitBlockContent.js +1 -1
- package/mobile/dist/components/VerticalLayout/VerticalLayout.d.ts +5 -5
- package/mobile/dist/components/VerticalLayout/VerticalLayout.js +24 -24
- package/mobile/dist/components/VerticalLayout/VerticalLayoutContent.d.ts +14 -14
- package/mobile/dist/components/VerticalLayout/VerticalLayoutContent.js +1 -1
- package/mobile/dist/components/Video/Video.d.ts +6 -6
- package/mobile/dist/components/Video/Video.js +13 -13
- package/mobile/dist/components/Video/VideoContent.d.ts +12 -12
- package/mobile/dist/components/Video/VideoContent.js +1 -1
- package/mobile/dist/components/Video/getPaddings.d.ts +1 -1
- package/mobile/dist/components/Video/getPaddings.js +6 -6
- package/mobile/dist/data/CommonData.d.ts +14 -14
- package/mobile/dist/data/CommonData.js +1 -1
- package/mobile/dist/data/FooterData.d.ts +39 -39
- package/mobile/dist/data/FooterData.js +1 -1
- package/mobile/dist/data/HeaderData.d.ts +26 -26
- package/mobile/dist/data/HeaderData.js +1 -1
- package/mobile/dist/data/JSONRefObject.d.ts +4 -4
- package/mobile/dist/data/JSONRefObject.js +1 -1
- package/mobile/dist/data/NavigationData.d.ts +25 -25
- package/mobile/dist/data/NavigationData.js +1 -1
- package/mobile/dist/data/PortalData.d.ts +4 -4
- package/mobile/dist/data/PortalData.js +1 -1
- package/mobile/dist/data/StickyMobileData.d.ts +14 -14
- package/mobile/dist/data/StickyMobileData.js +1 -1
- package/mobile/dist/hooks/handlerDecorator.d.ts +5 -5
- package/mobile/dist/hooks/handlerDecorator.js +11 -11
- package/mobile/dist/hooks/useActiveRoute.d.ts +2 -2
- package/mobile/dist/hooks/useActiveRoute.js +25 -25
- package/mobile/dist/hooks/useActiveRoute.js.map +1 -1
- package/mobile/dist/hooks/useAspects/applyAspects.d.ts +3 -3
- package/mobile/dist/hooks/useAspects/applyAspects.js +16 -16
- package/mobile/dist/hooks/useAspects/aspects/forwardQuery.d.ts +2 -2
- package/mobile/dist/hooks/useAspects/aspects/forwardQuery.js +29 -29
- package/mobile/dist/hooks/useAspects/aspects/getAspectsWithInclude.d.ts +2 -2
- package/mobile/dist/hooks/useAspects/aspects/getAspectsWithInclude.js +7 -7
- package/mobile/dist/hooks/useAspects/handleAspects.d.ts +8 -8
- package/mobile/dist/hooks/useAspects/handleAspects.js +8 -8
- package/mobile/dist/hooks/useAspects/useAspects.d.ts +19 -19
- package/mobile/dist/hooks/useAspects/useAspects.js +13 -13
- package/mobile/dist/hooks/useBranches.d.ts +20 -20
- package/mobile/dist/hooks/useBranches.js +15 -15
- package/mobile/dist/hooks/useBranchesByRegions.d.ts +8 -8
- package/mobile/dist/hooks/useBranchesByRegions.js +10 -10
- package/mobile/dist/hooks/useCarouselControls.d.ts +13 -13
- package/mobile/dist/hooks/useCarouselControls.js +25 -25
- package/mobile/dist/hooks/useClickHandler.d.ts +1 -1
- package/mobile/dist/hooks/useClickHandler.js +15 -15
- package/mobile/dist/hooks/useExternalNS.d.ts +3 -3
- package/mobile/dist/hooks/useExternalNS.js +64 -64
- package/mobile/dist/hooks/useForm.d.ts +22 -22
- package/mobile/dist/hooks/useForm.js +50 -50
- package/mobile/dist/hooks/useIntersectionObserver.d.ts +9 -9
- package/mobile/dist/hooks/useIntersectionObserver.js +27 -27
- package/mobile/dist/hooks/useJSONRef/fetchRefs.d.ts +2 -2
- package/mobile/dist/hooks/useJSONRef/fetchRefs.js +15 -15
- package/mobile/dist/hooks/useJSONRef/resolveBlockProps.d.ts +1 -1
- package/mobile/dist/hooks/useJSONRef/resolveBlockProps.js +5 -5
- package/mobile/dist/hooks/useJSONRef/useJSONRef.d.ts +1 -1
- package/mobile/dist/hooks/useJSONRef/useJSONRef.js +17 -17
- package/mobile/dist/hooks/useLink.d.ts +7 -7
- package/mobile/dist/hooks/useLink.js +39 -39
- package/mobile/dist/hooks/useLocation.d.ts +2 -2
- package/mobile/dist/hooks/useLocation.js +42 -42
- package/mobile/dist/hooks/useMediaQuery.d.ts +3 -0
- package/mobile/dist/hooks/useMediaQuery.js +20 -0
- package/mobile/dist/hooks/useMediaQuery.js.map +1 -0
- package/mobile/dist/hooks/useMobileMode.d.ts +1 -1
- package/mobile/dist/hooks/useMobileMode.js +7 -23
- package/mobile/dist/hooks/useMobileMode.js.map +1 -1
- package/mobile/dist/hooks/useNormalizedInput.d.ts +12 -12
- package/mobile/dist/hooks/useNormalizedInput.js +22 -22
- package/mobile/dist/hooks/useRegions.d.ts +7 -7
- package/mobile/dist/hooks/useRegions.js +10 -10
- package/mobile/dist/hooks/useResizeObserver.d.ts +3 -3
- package/mobile/dist/hooks/useResizeObserver.js +21 -21
- package/mobile/dist/hooks/useRouter.d.ts +15 -19
- package/mobile/dist/hooks/useRouter.js +21 -24
- package/mobile/dist/hooks/useRouter.js.map +1 -1
- package/mobile/dist/hooks/useSWRResource.d.ts +7 -7
- package/mobile/dist/hooks/useSWRResource.js +12 -12
- package/mobile/dist/icons/IconName.d.ts +246 -246
- package/mobile/dist/icons/IconName.js +245 -245
- package/mobile/dist/index.d.ts +11 -11
- package/mobile/dist/index.js +45 -45
- package/mobile/dist/model/Align.d.ts +5 -5
- package/mobile/dist/model/Align.js +1 -1
- package/mobile/dist/model/AlignJustifyStyle.d.ts +2 -2
- package/mobile/dist/model/AlignJustifyStyle.js +7 -7
- package/mobile/dist/model/AlignStyles.d.ts +1 -1
- package/mobile/dist/model/AlignStyles.js +3 -3
- package/mobile/dist/model/AspectsProps.d.ts +40 -40
- package/mobile/dist/model/AspectsProps.js +1 -1
- package/mobile/dist/model/Attachment.d.ts +6 -6
- package/mobile/dist/model/Attachment.js +1 -1
- package/mobile/dist/model/BgColorVersion.d.ts +8 -8
- package/mobile/dist/model/BgColorVersion.js +1 -1
- package/mobile/dist/model/BlockDecorator.d.ts +16 -16
- package/mobile/dist/model/BlockDecorator.js +3 -3
- package/mobile/dist/model/BlockVersion.d.ts +8 -8
- package/mobile/dist/model/BlockVersion.js +1 -1
- package/mobile/dist/model/BlocksRegistry.d.ts +2 -2
- package/mobile/dist/model/BlocksRegistry.js +1 -1
- package/mobile/dist/model/Bullets.d.ts +7 -7
- package/mobile/dist/model/Bullets.js +1 -1
- package/mobile/dist/model/ButtonVersion.d.ts +5 -5
- package/mobile/dist/model/ButtonVersion.js +1 -1
- package/mobile/dist/model/ContentPageBase.d.ts +25 -25
- package/mobile/dist/model/ContentPageBase.js +1 -1
- package/mobile/dist/model/ContentPageDef.d.ts +32 -32
- package/mobile/dist/model/ContentPageDef.js +1 -1
- package/mobile/dist/model/ContentPageMeta.d.ts +101 -101
- package/mobile/dist/model/ContentPageMeta.js +1 -1
- package/mobile/dist/model/DefaultListItemType.d.ts +4 -4
- package/mobile/dist/model/DefaultListItemType.js +1 -1
- package/mobile/dist/model/EmptyOptionType.d.ts +2 -2
- package/mobile/dist/model/EmptyOptionType.js +1 -1
- package/mobile/dist/model/Fallback.d.ts +4 -5
- package/mobile/dist/model/Fallback.js +1 -1
- package/mobile/dist/model/Footnote.d.ts +4 -4
- package/mobile/dist/model/Footnote.js +1 -1
- package/mobile/dist/model/HeadlineType.d.ts +41 -41
- package/mobile/dist/model/HeadlineType.js +1 -1
- package/mobile/dist/model/IconVersion.d.ts +13 -13
- package/mobile/dist/model/IconVersion.js +13 -13
- package/mobile/dist/model/ImageSize.d.ts +6 -6
- package/mobile/dist/model/ImageSize.js +1 -1
- package/mobile/dist/model/InputTypes.d.ts +1 -1
- package/mobile/dist/model/InputTypes.js +1 -1
- package/mobile/dist/model/LinkButtonVersion.d.ts +6 -6
- package/mobile/dist/model/LinkButtonVersion.js +1 -1
- package/mobile/dist/model/LinkProps.d.ts +25 -25
- package/mobile/dist/model/LinkProps.js +1 -1
- package/mobile/dist/model/ListOrientation.d.ts +8 -8
- package/mobile/dist/model/ListOrientation.js +1 -1
- package/mobile/dist/model/LogoType.d.ts +14 -14
- package/mobile/dist/model/LogoType.js +1 -1
- package/mobile/dist/model/Picture.d.ts +42 -42
- package/mobile/dist/model/Picture.js +1 -1
- package/mobile/dist/model/ProductColorVersion.d.ts +4 -4
- package/mobile/dist/model/ProductColorVersion.js +1 -1
- package/mobile/dist/model/SizeVersion.d.ts +8 -8
- package/mobile/dist/model/SizeVersion.js +1 -1
- package/mobile/dist/model/TableVersion.d.ts +1 -1
- package/mobile/dist/model/TableVersion.js +1 -1
- package/mobile/dist/model/VNode.d.ts +1 -1
- package/mobile/dist/model/VNode.js +1 -1
- package/mobile/dist/services/regionsGrantSupport/RegionsGrantSupportData.d.ts +7 -7
- package/mobile/dist/services/regionsGrantSupport/RegionsGrantSupportData.js +1 -1
- package/mobile/dist/services/search/joinMaps.d.ts +1 -1
- package/mobile/dist/services/search/joinMaps.js +9 -9
- package/mobile/dist/services/search/search.d.ts +12 -12
- package/mobile/dist/services/search/search.js +38 -38
- package/mobile/dist/services/search/textRank.d.ts +1 -1
- package/mobile/dist/services/search/textRank.js +13 -13
- package/mobile/dist/services/search/tokenize.d.ts +1 -1
- package/mobile/dist/services/search/tokenize.js +8 -8
- package/mobile/dist/services/search/useSearch.d.ts +13 -13
- package/mobile/dist/services/search/useSearch.js +27 -27
- package/mobile/dist/setup-fixture.d.ts +1 -1
- package/mobile/dist/setup-fixture.js +43 -46
- package/mobile/dist/setup-fixture.js.map +1 -1
- package/mobile/dist/ui-kit/ARIAProps.d.ts +4 -4
- package/mobile/dist/ui-kit/ARIAProps.js +1 -1
- package/mobile/dist/ui-kit/ApplicationFormLayout/ApplicationFormLayout.d.ts +5 -5
- package/mobile/dist/ui-kit/ApplicationFormLayout/ApplicationFormLayout.js +10 -10
- package/mobile/dist/ui-kit/ApplicationFormLayout/ApplicationFormLayoutContent.d.ts +9 -9
- package/mobile/dist/ui-kit/ApplicationFormLayout/ApplicationFormLayoutContent.js +1 -1
- package/mobile/dist/ui-kit/Badge/Badge.d.ts +6 -6
- package/mobile/dist/ui-kit/Badge/Badge.js +15 -21
- package/mobile/dist/ui-kit/Badge/Badge.js.map +1 -1
- package/mobile/dist/ui-kit/BaseFiltration/BaseFiltrationContent.d.ts +48 -48
- package/mobile/dist/ui-kit/BaseFiltration/BaseFiltrationContent.js +1 -1
- package/mobile/dist/ui-kit/BaseFiltration/FilteredBlocks.d.ts +8 -8
- package/mobile/dist/ui-kit/BaseFiltration/FilteredBlocks.js +18 -18
- package/mobile/dist/ui-kit/BaseFiltration/FiltrationForm.d.ts +13 -13
- package/mobile/dist/ui-kit/BaseFiltration/FiltrationForm.js +23 -23
- package/mobile/dist/ui-kit/BaseFiltration/FiltrationSchemaContent.d.ts +61 -61
- package/mobile/dist/ui-kit/BaseFiltration/FiltrationSchemaContent.js +1 -1
- package/mobile/dist/ui-kit/BaseFiltration/HotFilterBase.d.ts +5 -5
- package/mobile/dist/ui-kit/BaseFiltration/HotFilterBase.js +1 -1
- package/mobile/dist/ui-kit/BaseFiltration/filterBlocks.d.ts +2 -2
- package/mobile/dist/ui-kit/BaseFiltration/filterBlocks.js +8 -8
- package/mobile/dist/ui-kit/BaseFiltration/getBadgeCount.d.ts +3 -3
- package/mobile/dist/ui-kit/BaseFiltration/getBadgeCount.js +5 -5
- package/mobile/dist/ui-kit/BaseFiltration/hotFilterRecordCmp.d.ts +1 -1
- package/mobile/dist/ui-kit/BaseFiltration/hotFilterRecordCmp.js +4 -4
- package/mobile/dist/ui-kit/BaseFiltration/renderCarouselBlocks.d.ts +6 -6
- package/mobile/dist/ui-kit/BaseFiltration/renderCarouselBlocks.js +14 -14
- package/mobile/dist/ui-kit/BaseFiltration/renderGridBlocks.d.ts +10 -10
- package/mobile/dist/ui-kit/BaseFiltration/renderGridBlocks.js +19 -19
- package/mobile/dist/ui-kit/BaseFiltration/targetMatchPattern.d.ts +1 -1
- package/mobile/dist/ui-kit/BaseFiltration/targetMatchPattern.js +32 -32
- package/mobile/dist/ui-kit/BaseFiltration/useFiltrationForm.d.ts +12 -12
- package/mobile/dist/ui-kit/BaseFiltration/useFiltrationForm.js +18 -18
- package/mobile/dist/ui-kit/BaseFiltration/useHotFilters.d.ts +14 -14
- package/mobile/dist/ui-kit/BaseFiltration/useHotFilters.js +25 -25
- package/mobile/dist/ui-kit/BaseProductTile/BaseProductTile.d.ts +15 -15
- package/mobile/dist/ui-kit/BaseProductTile/BaseProductTile.js +31 -31
- package/mobile/dist/ui-kit/BaseProductTile/BaseProductTileContent.d.ts +32 -32
- package/mobile/dist/ui-kit/BaseProductTile/BaseProductTileContent.js +1 -1
- package/mobile/dist/ui-kit/BaseTile/BaseTile.d.ts +16 -16
- package/mobile/dist/ui-kit/BaseTile/BaseTile.js +37 -37
- package/mobile/dist/ui-kit/BenefitItem/BenefitItem.d.ts +7 -7
- package/mobile/dist/ui-kit/BenefitItem/BenefitItem.js +8 -8
- package/mobile/dist/ui-kit/BenefitItem/BenefitItemContent.d.ts +7 -7
- package/mobile/dist/ui-kit/BenefitItem/BenefitItemContent.js +1 -1
- package/mobile/dist/ui-kit/BenefitItem/renderBenefitDescription.d.ts +2 -2
- package/mobile/dist/ui-kit/BenefitItem/renderBenefitDescription.js +6 -6
- package/mobile/dist/ui-kit/BenefitItem/renderBenefitIcon.d.ts +4 -4
- package/mobile/dist/ui-kit/BenefitItem/renderBenefitIcon.js +9 -9
- package/mobile/dist/ui-kit/BenefitItem/renderBenefitLabel.d.ts +2 -2
- package/mobile/dist/ui-kit/BenefitItem/renderBenefitLabel.js +6 -6
- package/mobile/dist/ui-kit/BenefitItem/renderBenefitText.d.ts +6 -6
- package/mobile/dist/ui-kit/BenefitItem/renderBenefitText.js +14 -14
- package/mobile/dist/ui-kit/BenefitsList/BenefitsList.d.ts +2 -2
- package/mobile/dist/ui-kit/BenefitsList/BenefitsList.js +7 -7
- package/mobile/dist/ui-kit/BenefitsList/BenefitsListContent.d.ts +16 -16
- package/mobile/dist/ui-kit/BenefitsList/BenefitsListContent.js +1 -1
- package/mobile/dist/ui-kit/BenefitsList/BenefitsListProps.d.ts +5 -5
- package/mobile/dist/ui-kit/BenefitsList/BenefitsListProps.js +1 -1
- package/mobile/dist/ui-kit/BenefitsList/DefaultBenefitsList.d.ts +2 -2
- package/mobile/dist/ui-kit/BenefitsList/DefaultBenefitsList.js +13 -13
- package/mobile/dist/ui-kit/BenefitsList/TabularBenefitsList.d.ts +2 -2
- package/mobile/dist/ui-kit/BenefitsList/TabularBenefitsList.js +7 -7
- package/mobile/dist/ui-kit/BlockWrapper.d.ts +10 -10
- package/mobile/dist/ui-kit/BlockWrapper.js +28 -28
- package/mobile/dist/ui-kit/Button/Button.d.ts +13 -13
- package/mobile/dist/ui-kit/Button/Button.js +23 -23
- package/mobile/dist/ui-kit/Button/useButton.d.ts +2 -2
- package/mobile/dist/ui-kit/Button/useButton.js +15 -15
- package/mobile/dist/ui-kit/Calculator/CalculatorLayout.d.ts +5 -5
- package/mobile/dist/ui-kit/Calculator/CalculatorLayout.js +8 -8
- package/mobile/dist/ui-kit/Calculator/CalculatorProps.d.ts +29 -29
- package/mobile/dist/ui-kit/Calculator/CalculatorProps.js +1 -1
- package/mobile/dist/ui-kit/Calculator/CalculatorStyle.d.ts +7 -7
- package/mobile/dist/ui-kit/Calculator/CalculatorStyle.js +9 -9
- package/mobile/dist/ui-kit/Calculator/CalculatorValueBlock.d.ts +12 -12
- package/mobile/dist/ui-kit/Calculator/CalculatorValueBlock.js +11 -11
- package/mobile/dist/ui-kit/Calculator/Rate.d.ts +11 -11
- package/mobile/dist/ui-kit/Calculator/Rate.js +7 -7
- package/mobile/dist/ui-kit/Calculator/UnknownRate.d.ts +5 -5
- package/mobile/dist/ui-kit/Calculator/UnknownRate.js +8 -8
- package/mobile/dist/ui-kit/Calculator/calculatorConstants.d.ts +5 -5
- package/mobile/dist/ui-kit/Calculator/calculatorConstants.js +7 -7
- package/mobile/dist/ui-kit/Calculator/getDefaultParams.d.ts +5 -5
- package/mobile/dist/ui-kit/Calculator/getDefaultParams.js +24 -24
- package/mobile/dist/ui-kit/Calculator/getDefaultValues.d.ts +3 -3
- package/mobile/dist/ui-kit/Calculator/getDefaultValues.js +11 -11
- package/mobile/dist/ui-kit/Calculator/getMonthlyPayment.d.ts +11 -11
- package/mobile/dist/ui-kit/Calculator/getMonthlyPayment.js +26 -26
- package/mobile/dist/ui-kit/Calculator/rangeHelpers.d.ts +7 -7
- package/mobile/dist/ui-kit/Calculator/rangeHelpers.js +22 -22
- package/mobile/dist/ui-kit/Calculator/renderBinaryRadioButtonGroup.d.ts +14 -14
- package/mobile/dist/ui-kit/Calculator/renderBinaryRadioButtonGroup.js +7 -7
- package/mobile/dist/ui-kit/Calculator/renderDaysInput.d.ts +3 -3
- package/mobile/dist/ui-kit/Calculator/renderDaysInput.js +8 -8
- package/mobile/dist/ui-kit/Calculator/renderFootnote.d.ts +2 -2
- package/mobile/dist/ui-kit/Calculator/renderFootnote.js +6 -6
- package/mobile/dist/ui-kit/Calculator/renderMonthsInput.d.ts +7 -7
- package/mobile/dist/ui-kit/Calculator/renderMonthsInput.js +8 -8
- package/mobile/dist/ui-kit/Calculator/renderPaymentType.d.ts +3 -3
- package/mobile/dist/ui-kit/Calculator/renderPaymentType.js +12 -12
- package/mobile/dist/ui-kit/Calculator/renderPayout.d.ts +3 -3
- package/mobile/dist/ui-kit/Calculator/renderPayout.js +11 -11
- package/mobile/dist/ui-kit/Calculator/renderRate.d.ts +10 -10
- package/mobile/dist/ui-kit/Calculator/renderRate.js +8 -8
- package/mobile/dist/ui-kit/Calculator/renderWantedSumInput.d.ts +8 -8
- package/mobile/dist/ui-kit/Calculator/renderWantedSumInput.js +13 -13
- package/mobile/dist/ui-kit/Calculator/setDefaultParamsCalc.d.ts +12 -12
- package/mobile/dist/ui-kit/Calculator/setDefaultParamsCalc.js +10 -10
- package/mobile/dist/ui-kit/Checkbox/Checkbox.d.ts +2 -2
- package/mobile/dist/ui-kit/Checkbox/Checkbox.js +32 -32
- package/mobile/dist/ui-kit/Checkbox/CheckboxProps.d.ts +9 -9
- package/mobile/dist/ui-kit/Checkbox/CheckboxProps.js +1 -1
- package/mobile/dist/ui-kit/Checkbox/CheckboxWithError.d.ts +2 -2
- package/mobile/dist/ui-kit/Checkbox/CheckboxWithError.js +8 -8
- package/mobile/dist/ui-kit/Checkbox/checkboxStyle.d.ts +1 -1
- package/mobile/dist/ui-kit/Checkbox/checkboxStyle.js +3 -3
- package/mobile/dist/ui-kit/ClientOnly.d.ts +1 -1
- package/mobile/dist/ui-kit/ClientOnly.js +6 -6
- package/mobile/dist/ui-kit/ControlProps.d.ts +4 -4
- package/mobile/dist/ui-kit/ControlProps.js +1 -1
- package/mobile/dist/ui-kit/ControlStateProps.d.ts +4 -4
- package/mobile/dist/ui-kit/ControlStateProps.js +1 -1
- package/mobile/dist/ui-kit/CookiePopup/CookiePopup.d.ts +6 -6
- package/mobile/dist/ui-kit/CookiePopup/CookiePopup.js +24 -24
- package/mobile/dist/ui-kit/CurrencyInput/CurrencyInput.d.ts +2 -2
- package/mobile/dist/ui-kit/CurrencyInput/CurrencyInput.js +7 -7
- package/mobile/dist/ui-kit/CurrencyInput/adjustValue.d.ts +3 -3
- package/mobile/dist/ui-kit/CurrencyInput/adjustValue.js +23 -23
- package/mobile/dist/ui-kit/DatePicker/Calendar.d.ts +10 -10
- package/mobile/dist/ui-kit/DatePicker/Calendar.js +25 -25
- package/mobile/dist/ui-kit/DatePicker/DatePicker.d.ts +10 -10
- package/mobile/dist/ui-kit/DatePicker/DatePicker.js +43 -43
- package/mobile/dist/ui-kit/DatePicker/DatePickerControl.d.ts +9 -9
- package/mobile/dist/ui-kit/DatePicker/DatePickerControl.js +8 -8
- package/mobile/dist/ui-kit/DatePicker/getYears.d.ts +1 -1
- package/mobile/dist/ui-kit/DatePicker/getYears.js +5 -5
- package/mobile/dist/ui-kit/DatePicker/months.d.ts +1 -1
- package/mobile/dist/ui-kit/DatePicker/months.js +16 -16
- package/mobile/dist/ui-kit/DatePicker/renderCalendarCells.d.ts +12 -12
- package/mobile/dist/ui-kit/DatePicker/renderCalendarCells.js +34 -34
- package/mobile/dist/ui-kit/DatePicker/useDatePickerManager.d.ts +26 -26
- package/mobile/dist/ui-kit/DatePicker/useDatePickerManager.js +47 -47
- package/mobile/dist/ui-kit/DialogManager/CloseButton.d.ts +7 -7
- package/mobile/dist/ui-kit/DialogManager/CloseButton.js +7 -7
- package/mobile/dist/ui-kit/DialogManager/Dialog.d.ts +9 -9
- package/mobile/dist/ui-kit/DialogManager/Dialog.js +16 -16
- package/mobile/dist/ui-kit/DialogManager/DialogAction.d.ts +12 -12
- package/mobile/dist/ui-kit/DialogManager/DialogAction.js +1 -1
- package/mobile/dist/ui-kit/DialogManager/DialogManager.d.ts +2 -2
- package/mobile/dist/ui-kit/DialogManager/DialogManager.js +38 -38
- package/mobile/dist/ui-kit/DialogManager/isDialogOpen.d.ts +2 -2
- package/mobile/dist/ui-kit/DialogManager/isDialogOpen.js +4 -4
- package/mobile/dist/ui-kit/DialogManager/useDialogManager.d.ts +10 -10
- package/mobile/dist/ui-kit/DialogManager/useDialogManager.js +9 -9
- package/mobile/dist/ui-kit/DialogManager/useDialogsList.d.ts +7 -7
- package/mobile/dist/ui-kit/DialogManager/useDialogsList.js +36 -36
- package/mobile/dist/ui-kit/Foldable/DefaultFoldButton.d.ts +15 -15
- package/mobile/dist/ui-kit/Foldable/DefaultFoldButton.js +20 -20
- package/mobile/dist/ui-kit/Foldable/Foldable.d.ts +10 -10
- package/mobile/dist/ui-kit/Foldable/Foldable.js +14 -14
- package/mobile/dist/ui-kit/Foldable/FoldablePartProps.d.ts +4 -4
- package/mobile/dist/ui-kit/Foldable/FoldablePartProps.js +1 -1
- package/mobile/dist/ui-kit/Foldable/FoldableSection.d.ts +5 -5
- package/mobile/dist/ui-kit/Foldable/FoldableSection.js +17 -17
- package/mobile/dist/ui-kit/HeaderItem/HeaderItem.d.ts +3 -3
- package/mobile/dist/ui-kit/HeaderItem/HeaderItem.js +12 -12
- package/mobile/dist/ui-kit/Heading/Heading.d.ts +2 -2
- package/mobile/dist/ui-kit/Heading/Heading.js +19 -19
- package/mobile/dist/ui-kit/Heading/HeadingProps.d.ts +19 -19
- package/mobile/dist/ui-kit/Heading/HeadingProps.js +1 -1
- package/mobile/dist/ui-kit/Heading/headingTag.d.ts +2 -2
- package/mobile/dist/ui-kit/Heading/headingTag.js +12 -12
- package/mobile/dist/ui-kit/Icon/Icon.d.ts +2 -2
- package/mobile/dist/ui-kit/Icon/Icon.js +36 -36
- package/mobile/dist/ui-kit/Icon/IconProps.d.ts +29 -29
- package/mobile/dist/ui-kit/Icon/IconProps.js +1 -1
- package/mobile/dist/ui-kit/Icon/RoundedIcon.d.ts +7 -7
- package/mobile/dist/ui-kit/Icon/RoundedIcon.js +19 -19
- package/mobile/dist/ui-kit/Img/Img.d.ts +2 -2
- package/mobile/dist/ui-kit/Img/Img.js +12 -12
- package/mobile/dist/ui-kit/Img/ImgAsPicture.d.ts +2 -2
- package/mobile/dist/ui-kit/Img/ImgAsPicture.js +24 -24
- package/mobile/dist/ui-kit/Img/ImgProps.d.ts +9 -9
- package/mobile/dist/ui-kit/Img/ImgProps.js +1 -1
- package/mobile/dist/ui-kit/InnerTable/InnerTable.d.ts +5 -5
- package/mobile/dist/ui-kit/InnerTable/InnerTable.js +19 -19
- package/mobile/dist/ui-kit/InnerTable/InnerTableBody.d.ts +6 -6
- package/mobile/dist/ui-kit/InnerTable/InnerTableBody.js +12 -12
- package/mobile/dist/ui-kit/InnerTable/InnerTableBodyItem.d.ts +5 -5
- package/mobile/dist/ui-kit/InnerTable/InnerTableBodyItem.js +7 -7
- package/mobile/dist/ui-kit/InnerTable/InnerTableButton.d.ts +8 -8
- package/mobile/dist/ui-kit/InnerTable/InnerTableButton.js +7 -7
- package/mobile/dist/ui-kit/InnerTable/InnerTableHeader.d.ts +7 -7
- package/mobile/dist/ui-kit/InnerTable/InnerTableHeader.js +11 -11
- package/mobile/dist/ui-kit/InnerTable/InnerTableProps.d.ts +21 -21
- package/mobile/dist/ui-kit/InnerTable/InnerTableProps.js +1 -1
- package/mobile/dist/ui-kit/InnerTable/getHorizontalShift.d.ts +2 -2
- package/mobile/dist/ui-kit/InnerTable/getHorizontalShift.js +6 -6
- package/mobile/dist/ui-kit/InnerTable/linkButtonVersion.d.ts +1 -1
- package/mobile/dist/ui-kit/InnerTable/linkButtonVersion.js +3 -3
- package/mobile/dist/ui-kit/InnerTable/renderInnerTableRow.d.ts +3 -3
- package/mobile/dist/ui-kit/InnerTable/renderInnerTableRow.js +18 -18
- package/mobile/dist/ui-kit/InnerTable/useTariffsInnerTableData.d.ts +1 -1
- package/mobile/dist/ui-kit/InnerTable/useTariffsInnerTableData.js +15 -15
- package/mobile/dist/ui-kit/Input/Input.d.ts +2 -2
- package/mobile/dist/ui-kit/Input/Input.js +24 -24
- package/mobile/dist/ui-kit/Input/InputControl.d.ts +2 -2
- package/mobile/dist/ui-kit/Input/InputControl.js +8 -8
- package/mobile/dist/ui-kit/Input/InputPhoneControl.d.ts +2 -2
- package/mobile/dist/ui-kit/Input/InputPhoneControl.js +8 -8
- package/mobile/dist/ui-kit/Input/InputProps.d.ts +20 -20
- package/mobile/dist/ui-kit/Input/InputProps.js +1 -1
- package/mobile/dist/ui-kit/Input/inputValidStyle.d.ts +1 -1
- package/mobile/dist/ui-kit/Input/inputValidStyle.js +3 -3
- package/mobile/dist/ui-kit/Input/renderErrorText.d.ts +2 -2
- package/mobile/dist/ui-kit/Input/renderErrorText.js +6 -6
- package/mobile/dist/ui-kit/Input/renderLabel.d.ts +2 -2
- package/mobile/dist/ui-kit/Input/renderLabel.js +6 -6
- package/mobile/dist/ui-kit/InputRange/InputRange.d.ts +2 -2
- package/mobile/dist/ui-kit/InputRange/InputRange.js +29 -29
- package/mobile/dist/ui-kit/InputRange/InputRangeProps.d.ts +11 -11
- package/mobile/dist/ui-kit/InputRange/InputRangeProps.js +1 -1
- package/mobile/dist/ui-kit/InputRange/parseDecimal.d.ts +1 -1
- package/mobile/dist/ui-kit/InputRange/parseDecimal.js +8 -8
- package/mobile/dist/ui-kit/InputRange/renderRangeWithTicks.d.ts +12 -12
- package/mobile/dist/ui-kit/InputRange/renderRangeWithTicks.js +19 -19
- package/mobile/dist/ui-kit/LinkButton/ArrowButton.d.ts +7 -7
- package/mobile/dist/ui-kit/LinkButton/ArrowButton.js +15 -15
- package/mobile/dist/ui-kit/LinkButton/ButtonInner.d.ts +3 -3
- package/mobile/dist/ui-kit/LinkButton/ButtonInner.js +21 -21
- package/mobile/dist/ui-kit/LinkButton/ButtonsSectionContent.d.ts +8 -8
- package/mobile/dist/ui-kit/LinkButton/ButtonsSectionContent.js +1 -1
- package/mobile/dist/ui-kit/LinkButton/GetButtonClassParams.d.ts +7 -7
- package/mobile/dist/ui-kit/LinkButton/GetButtonClassParams.js +1 -1
- package/mobile/dist/ui-kit/LinkButton/LinkButton.d.ts +3 -3
- package/mobile/dist/ui-kit/LinkButton/LinkButton.js +20 -20
- package/mobile/dist/ui-kit/LinkButton/LinkButtonContent.d.ts +23 -23
- package/mobile/dist/ui-kit/LinkButton/LinkButtonContent.js +1 -1
- package/mobile/dist/ui-kit/LinkButton/LinkButtonProps.d.ts +17 -17
- package/mobile/dist/ui-kit/LinkButton/LinkButtonProps.js +1 -1
- package/mobile/dist/ui-kit/LinkButton/buttonClassNameConstants.d.ts +9 -9
- package/mobile/dist/ui-kit/LinkButton/buttonClassNameConstants.js +35 -35
- package/mobile/dist/ui-kit/LinkButton/getDisabledButtonClasses.d.ts +3 -3
- package/mobile/dist/ui-kit/LinkButton/getDisabledButtonClasses.js +12 -12
- package/mobile/dist/ui-kit/LinkButton/getRegularButtonClasses.d.ts +3 -3
- package/mobile/dist/ui-kit/LinkButton/getRegularButtonClasses.js +12 -12
- package/mobile/dist/ui-kit/LinkButton/renderArrows.d.ts +13 -13
- package/mobile/dist/ui-kit/LinkButton/renderArrows.js +14 -14
- package/mobile/dist/ui-kit/LinkButton/renderButtonsSection.d.ts +10 -10
- package/mobile/dist/ui-kit/LinkButton/renderButtonsSection.js +24 -24
- package/mobile/dist/ui-kit/LinkButton/useFormSubmit.d.ts +4 -4
- package/mobile/dist/ui-kit/LinkButton/useFormSubmit.js +25 -25
- package/mobile/dist/ui-kit/LinkWrapper/LinkWrapper.d.ts +10 -10
- package/mobile/dist/ui-kit/LinkWrapper/LinkWrapper.js +13 -13
- package/mobile/dist/ui-kit/ListControlProps.d.ts +4 -4
- package/mobile/dist/ui-kit/ListControlProps.js +1 -1
- package/mobile/dist/ui-kit/LocationDialog/LocationDialog.d.ts +6 -6
- package/mobile/dist/ui-kit/LocationDialog/LocationDialog.js +41 -41
- package/mobile/dist/ui-kit/LocationDialog/SearchBar.d.ts +6 -6
- package/mobile/dist/ui-kit/LocationDialog/SearchBar.js +9 -9
- package/mobile/dist/ui-kit/LocationDialog/renderForeignOffices.d.ts +3 -3
- package/mobile/dist/ui-kit/LocationDialog/renderForeignOffices.js +14 -14
- package/mobile/dist/ui-kit/LocationDialog/renderRegion.d.ts +6 -6
- package/mobile/dist/ui-kit/LocationDialog/renderRegion.js +8 -8
- package/mobile/dist/ui-kit/LocationDialog/renderRegionGroup.d.ts +4 -4
- package/mobile/dist/ui-kit/LocationDialog/renderRegionGroup.js +7 -7
- package/mobile/dist/ui-kit/LocationDialog/useLocationDialog.d.ts +6 -6
- package/mobile/dist/ui-kit/LocationDialog/useLocationDialog.js +13 -13
- package/mobile/dist/ui-kit/Logo/Logo.d.ts +12 -12
- package/mobile/dist/ui-kit/Logo/Logo.js +17 -17
- package/mobile/dist/ui-kit/Logo/iconSize.d.ts +4 -4
- package/mobile/dist/ui-kit/Logo/iconSize.js +3 -3
- package/mobile/dist/ui-kit/Logo/logoTitleSizeStyle.d.ts +1 -1
- package/mobile/dist/ui-kit/Logo/logoTitleSizeStyle.js +3 -3
- package/mobile/dist/ui-kit/Logo/renderImage.d.ts +6 -6
- package/mobile/dist/ui-kit/Logo/renderImage.js +22 -22
- package/mobile/dist/ui-kit/NotFound/NotFound.d.ts +2 -2
- package/mobile/dist/ui-kit/NotFound/NotFound.js +8 -11
- package/mobile/dist/ui-kit/NotFound/NotFound.js.map +1 -1
- package/mobile/dist/ui-kit/NumberInput/NumberInput.d.ts +8 -8
- package/mobile/dist/ui-kit/NumberInput/NumberInput.js +21 -21
- package/mobile/dist/ui-kit/Pagination/PageSizeSelector.d.ts +7 -7
- package/mobile/dist/ui-kit/Pagination/PageSizeSelector.js +11 -11
- package/mobile/dist/ui-kit/Pagination/Pagination.d.ts +9 -9
- package/mobile/dist/ui-kit/Pagination/Pagination.js +7 -7
- package/mobile/dist/ui-kit/Pagination/PaginationContainer.d.ts +7 -7
- package/mobile/dist/ui-kit/Pagination/PaginationContainer.js +30 -30
- package/mobile/dist/ui-kit/Pagination/paginationBlockStyle.d.ts +1 -1
- package/mobile/dist/ui-kit/Pagination/paginationBlockStyle.js +3 -3
- package/mobile/dist/ui-kit/Pagination/renderPages.d.ts +3 -3
- package/mobile/dist/ui-kit/Pagination/renderPages.js +17 -17
- package/mobile/dist/ui-kit/Pagination/shouldRenderPage.d.ts +1 -1
- package/mobile/dist/ui-kit/Pagination/shouldRenderPage.js +8 -8
- package/mobile/dist/ui-kit/Paragraph/Paragraph.d.ts +2 -2
- package/mobile/dist/ui-kit/Paragraph/Paragraph.js +6 -6
- package/mobile/dist/ui-kit/Paragraph/ParagraphProps.d.ts +7 -7
- package/mobile/dist/ui-kit/Paragraph/ParagraphProps.js +1 -1
- package/mobile/dist/ui-kit/PhoneInput/PhoneInput.d.ts +2 -2
- package/mobile/dist/ui-kit/PhoneInput/PhoneInput.js +14 -14
- package/mobile/dist/ui-kit/PhoneInput/normalizePhone.d.ts +1 -1
- package/mobile/dist/ui-kit/PhoneInput/normalizePhone.js +16 -16
- package/mobile/dist/ui-kit/PopupManager/PopupAction.d.ts +16 -16
- package/mobile/dist/ui-kit/PopupManager/PopupAction.js +1 -1
- package/mobile/dist/ui-kit/PopupManager/PopupManager.d.ts +2 -2
- package/mobile/dist/ui-kit/PopupManager/PopupManager.js +39 -39
- package/mobile/dist/ui-kit/PopupManager/usePopupManager.d.ts +7 -7
- package/mobile/dist/ui-kit/PopupManager/usePopupManager.js +9 -9
- package/mobile/dist/ui-kit/PreventableEvent.d.ts +7 -7
- package/mobile/dist/ui-kit/PreventableEvent.js +1 -1
- package/mobile/dist/ui-kit/PriceList/PriceList.d.ts +2 -2
- package/mobile/dist/ui-kit/PriceList/PriceList.js +8 -8
- package/mobile/dist/ui-kit/PriceList/PriceListProps.d.ts +9 -9
- package/mobile/dist/ui-kit/PriceList/PriceListProps.js +1 -1
- package/mobile/dist/ui-kit/Radio/Radio.d.ts +2 -2
- package/mobile/dist/ui-kit/Radio/Radio.js +9 -9
- package/mobile/dist/ui-kit/Radio/RadioProps.d.ts +8 -8
- package/mobile/dist/ui-kit/Radio/RadioProps.js +1 -1
- package/mobile/dist/ui-kit/RadioButtonGroup/RadioButtonGroup.d.ts +15 -15
- package/mobile/dist/ui-kit/RadioButtonGroup/RadioButtonGroup.js +11 -11
- package/mobile/dist/ui-kit/ReportDialog/ReportDialog.d.ts +5 -5
- package/mobile/dist/ui-kit/ReportDialog/ReportDialog.js +21 -21
- package/mobile/dist/ui-kit/ReportDialog/useReportDialog.d.ts +6 -6
- package/mobile/dist/ui-kit/ReportDialog/useReportDialog.js +13 -13
- package/mobile/dist/ui-kit/ResponseTypeDialog/ResponseTypeDialog.d.ts +4 -4
- package/mobile/dist/ui-kit/ResponseTypeDialog/ResponseTypeDialog.js +19 -19
- package/mobile/dist/ui-kit/ResponseTypeDialog/useResponseTypeDialog.d.ts +8 -8
- package/mobile/dist/ui-kit/ResponseTypeDialog/useResponseTypeDialog.js +13 -13
- package/mobile/dist/ui-kit/RichText/RichText.d.ts +2 -2
- package/mobile/dist/ui-kit/RichText/RichText.js +14 -14
- package/mobile/dist/ui-kit/RichText/RichTextProps.d.ts +20 -20
- package/mobile/dist/ui-kit/RichText/RichTextProps.js +1 -1
- package/mobile/dist/ui-kit/RichText/getHtmlText.d.ts +1 -1
- package/mobile/dist/ui-kit/RichText/getHtmlText.js +4 -4
- package/mobile/dist/ui-kit/SVG.d.ts +21 -21
- package/mobile/dist/ui-kit/SVG.js +10 -10
- package/mobile/dist/ui-kit/SearchBar/SearchBar.d.ts +9 -9
- package/mobile/dist/ui-kit/SearchBar/SearchBar.js +23 -23
- package/mobile/dist/ui-kit/SearchDialog/SearchDialog.d.ts +6 -6
- package/mobile/dist/ui-kit/SearchDialog/SearchDialog.js +26 -26
- package/mobile/dist/ui-kit/SearchDialog/SearchInput.d.ts +9 -9
- package/mobile/dist/ui-kit/SearchDialog/SearchInput.js +14 -14
- package/mobile/dist/ui-kit/SearchDialog/useSearchDialog.d.ts +6 -6
- package/mobile/dist/ui-kit/SearchDialog/useSearchDialog.js +13 -13
- package/mobile/dist/ui-kit/Select/Option.d.ts +4 -4
- package/mobile/dist/ui-kit/Select/Option.js +1 -1
- package/mobile/dist/ui-kit/Select/Select.d.ts +16 -16
- package/mobile/dist/ui-kit/Select/Select.js +36 -36
- package/mobile/dist/ui-kit/Select/SelectControl.d.ts +9 -9
- package/mobile/dist/ui-kit/Select/SelectControl.js +7 -7
- package/mobile/dist/ui-kit/Select/SelectPopup.d.ts +13 -13
- package/mobile/dist/ui-kit/Select/SelectPopup.js +14 -14
- package/mobile/dist/ui-kit/Select/filterOptions.d.ts +2 -2
- package/mobile/dist/ui-kit/Select/filterOptions.js +9 -9
- package/mobile/dist/ui-kit/Select/formatOption.d.ts +2 -2
- package/mobile/dist/ui-kit/Select/formatOption.js +4 -4
- package/mobile/dist/ui-kit/Select/useSelectPopup.d.ts +9 -9
- package/mobile/dist/ui-kit/Select/useSelectPopup.js +34 -34
- package/mobile/dist/ui-kit/Shimmer/Shimmer.d.ts +5 -5
- package/mobile/dist/ui-kit/Shimmer/Shimmer.js +12 -12
- package/mobile/dist/ui-kit/Sitemap/Sitemap.d.ts +2 -2
- package/mobile/dist/ui-kit/Sitemap/Sitemap.js +10 -10
- package/mobile/dist/ui-kit/Sitemap/SitemapProps.d.ts +5 -5
- package/mobile/dist/ui-kit/Sitemap/SitemapProps.js +1 -1
- package/mobile/dist/ui-kit/Sitemap/isVisibleItem.d.ts +2 -2
- package/mobile/dist/ui-kit/Sitemap/isVisibleItem.js +4 -4
- package/mobile/dist/ui-kit/SlideCheckbox/SlideCheckbox.d.ts +8 -8
- package/mobile/dist/ui-kit/SlideCheckbox/SlideCheckbox.js +7 -7
- package/mobile/dist/ui-kit/SlideCheckboxGroup/SlideCheckboxGroup.d.ts +11 -11
- package/mobile/dist/ui-kit/SlideCheckboxGroup/SlideCheckboxGroup.js +20 -20
- package/mobile/dist/ui-kit/SwipeListControl/SwipeListContainer.d.ts +22 -22
- package/mobile/dist/ui-kit/SwipeListControl/SwipeListContainer.js +44 -44
- package/mobile/dist/ui-kit/SwipeListControl/SwipeListControl.d.ts +14 -14
- package/mobile/dist/ui-kit/SwipeListControl/SwipeListControl.js +25 -25
- package/mobile/dist/ui-kit/SwipeListControl/SwipeListControlContent.d.ts +33 -33
- package/mobile/dist/ui-kit/SwipeListControl/SwipeListControlContent.js +1 -1
- package/mobile/dist/ui-kit/SwipeListControl/SwipeListDots.d.ts +14 -14
- package/mobile/dist/ui-kit/SwipeListControl/SwipeListDots.js +28 -28
- package/mobile/dist/ui-kit/SwipeListControl/SwipeListItem.d.ts +14 -14
- package/mobile/dist/ui-kit/SwipeListControl/SwipeListItem.js +16 -16
- package/mobile/dist/ui-kit/SwipeListControl/SwipeListScrollButtons.d.ts +8 -8
- package/mobile/dist/ui-kit/SwipeListControl/SwipeListScrollButtons.js +13 -13
- package/mobile/dist/ui-kit/SwipeListControl/getContainerHeight.d.ts +4 -4
- package/mobile/dist/ui-kit/SwipeListControl/getContainerHeight.js +12 -12
- package/mobile/dist/ui-kit/SwipeListControl/scrollBy.d.ts +1 -1
- package/mobile/dist/ui-kit/SwipeListControl/scrollBy.js +7 -7
- package/mobile/dist/ui-kit/SwipeListControl/scrollToEnd.d.ts +1 -1
- package/mobile/dist/ui-kit/SwipeListControl/scrollToEnd.js +6 -6
- package/mobile/dist/ui-kit/SwipeListControl/scrollToStart.d.ts +1 -1
- package/mobile/dist/ui-kit/SwipeListControl/scrollToStart.js +6 -6
- package/mobile/dist/ui-kit/SwipeListControl/useSwipeListScroll.d.ts +17 -17
- package/mobile/dist/ui-kit/SwipeListControl/useSwipeListScroll.js +66 -66
- package/mobile/dist/ui-kit/TableArrowScrollControl/TableArrowScrollControl.d.ts +2 -2
- package/mobile/dist/ui-kit/TableArrowScrollControl/TableArrowScrollControl.js +16 -16
- package/mobile/dist/ui-kit/TableArrowScrollControl/TableArrowScrollControlProps.d.ts +9 -9
- package/mobile/dist/ui-kit/TableArrowScrollControl/TableArrowScrollControlProps.js +1 -1
- package/mobile/dist/ui-kit/TabsControl/ScrollableTabsControl.d.ts +2 -2
- package/mobile/dist/ui-kit/TabsControl/ScrollableTabsControl.js +44 -44
- package/mobile/dist/ui-kit/TabsControl/TabItem.d.ts +17 -17
- package/mobile/dist/ui-kit/TabsControl/TabItem.js +23 -23
- package/mobile/dist/ui-kit/TabsControl/TabItemInner.d.ts +7 -7
- package/mobile/dist/ui-kit/TabsControl/TabItemInner.js +41 -41
- package/mobile/dist/ui-kit/TabsControl/TabItemInner.js.map +1 -1
- package/mobile/dist/ui-kit/TabsControl/TabsControl.d.ts +2 -2
- package/mobile/dist/ui-kit/TabsControl/TabsControl.js +7 -7
- package/mobile/dist/ui-kit/TabsControl/TabsControlProps.d.ts +20 -20
- package/mobile/dist/ui-kit/TabsControl/TabsControlProps.js +1 -1
- package/mobile/dist/ui-kit/TabsControl/renderTab.d.ts +4 -4
- package/mobile/dist/ui-kit/TabsControl/renderTab.js +6 -6
- package/mobile/dist/ui-kit/TabsControl/renderTabItemInner.d.ts +11 -11
- package/mobile/dist/ui-kit/TabsControl/renderTabItemInner.js +22 -22
- package/mobile/dist/ui-kit/Tags/Tags.d.ts +6 -6
- package/mobile/dist/ui-kit/Tags/Tags.js +8 -8
- package/mobile/dist/ui-kit/Tags/TagsContent.d.ts +6 -6
- package/mobile/dist/ui-kit/Tags/TagsContent.js +1 -1
- package/mobile/dist/ui-kit/Text/Text.d.ts +9 -9
- package/mobile/dist/ui-kit/Text/Text.js +6 -6
- package/mobile/dist/ui-kit/Text/TextProps.d.ts +28 -28
- package/mobile/dist/ui-kit/Text/TextProps.js +1 -1
- package/mobile/dist/ui-kit/TextWithIcon/TextWithIcon.d.ts +13 -13
- package/mobile/dist/ui-kit/TextWithIcon/TextWithIcon.js +9 -9
- package/mobile/dist/ui-kit/TopItem/TopItem.d.ts +11 -11
- package/mobile/dist/ui-kit/TopItem/TopItem.js +19 -19
- package/mobile/dist/ui-kit/Unit/Unit.d.ts +2 -2
- package/mobile/dist/ui-kit/Unit/Unit.js +8 -8
- package/mobile/dist/ui-kit/Unit/UnitProps.d.ts +8 -8
- package/mobile/dist/ui-kit/Unit/UnitProps.js +1 -1
- package/mobile/dist/ui-kit/YandexMap/YandexMap.d.ts +8 -8
- package/mobile/dist/ui-kit/YandexMap/YandexMap.js +55 -55
- package/mobile/dist/ui-kit/YandexMap/ZoomButton.d.ts +7 -7
- package/mobile/dist/ui-kit/YandexMap/ZoomButton.js +23 -23
- package/mobile/dist/ui-kit/YandexMap/defaultStyle.d.ts +6 -6
- package/mobile/dist/ui-kit/YandexMap/defaultStyle.js +8 -8
- package/mobile/dist/ui-kit/YandexMap/mockPoints.d.ts +5 -5
- package/mobile/dist/ui-kit/YandexMap/mockPoints.js +27 -27
- package/mobile/dist/ui-kit/YandexMap/renderClusterer.d.ts +7 -7
- package/mobile/dist/ui-kit/YandexMap/renderClusterer.js +56 -56
- package/mobile/dist/ui-kit/YandexMap/renderSearchField.d.ts +4 -4
- package/mobile/dist/ui-kit/YandexMap/renderSearchField.js +31 -31
- package/mobile/dist/ui-kit/YandexMap/renderUserGeolocation.d.ts +5 -5
- package/mobile/dist/ui-kit/YandexMap/renderUserGeolocation.js +27 -27
- package/mobile/dist/ui-kit/YandexMap/useYandexMaps.d.ts +2 -2
- package/mobile/dist/ui-kit/YandexMap/useYandexMaps.js +10 -10
- package/mobile/dist/utils/BoolComparator.d.ts +11 -11
- package/mobile/dist/utils/BoolComparator.js +18 -18
- package/mobile/dist/utils/Comparator.d.ts +4 -4
- package/mobile/dist/utils/Comparator.js +8 -8
- package/mobile/dist/utils/Nullable.d.ts +1 -1
- package/mobile/dist/utils/Nullable.js +1 -1
- package/mobile/dist/utils/adjustBase.d.ts +1 -1
- package/mobile/dist/utils/adjustBase.js +4 -4
- package/mobile/dist/utils/adjustHref.d.ts +5 -5
- package/mobile/dist/utils/adjustHref.js +24 -24
- package/mobile/dist/utils/adjustSessionQuery.d.ts +1 -1
- package/mobile/dist/utils/adjustSessionQuery.js +16 -16
- package/mobile/dist/utils/adjustSrc.d.ts +2 -2
- package/mobile/dist/utils/adjustSrc.js +11 -11
- package/mobile/dist/utils/appendSlash.d.ts +1 -1
- package/mobile/dist/utils/appendSlash.js +4 -4
- package/mobile/dist/utils/areArraysEqual.d.ts +1 -1
- package/mobile/dist/utils/areArraysEqual.js +4 -4
- package/mobile/dist/utils/arrayByRange.d.ts +1 -1
- package/mobile/dist/utils/arrayByRange.js +4 -4
- package/mobile/dist/utils/assertNonEmpty.d.ts +1 -1
- package/mobile/dist/utils/assertNonEmpty.js +9 -9
- package/mobile/dist/utils/assertUnreachable.d.ts +1 -1
- package/mobile/dist/utils/assertUnreachable.js +6 -6
- package/mobile/dist/utils/avg.d.ts +1 -1
- package/mobile/dist/utils/avg.js +5 -5
- package/mobile/dist/utils/clamp.d.ts +1 -1
- package/mobile/dist/utils/clamp.js +4 -4
- package/mobile/dist/utils/dataAttributes.d.ts +6 -6
- package/mobile/dist/utils/dataAttributes.js +16 -16
- package/mobile/dist/utils/debounce.d.ts +5 -5
- package/mobile/dist/utils/debounce.js +18 -18
- package/mobile/dist/utils/deviation.d.ts +1 -1
- package/mobile/dist/utils/deviation.js +5 -5
- package/mobile/dist/utils/dirname.d.ts +1 -1
- package/mobile/dist/utils/dirname.js +4 -4
- package/mobile/dist/utils/fetchJSON.d.ts +3 -3
- package/mobile/dist/utils/fetchJSON.js +23 -23
- package/mobile/dist/utils/fetchMultitudeJSON.d.ts +2 -2
- package/mobile/dist/utils/fetchMultitudeJSON.js +8 -8
- package/mobile/dist/utils/formatBytes.d.ts +1 -1
- package/mobile/dist/utils/formatBytes.js +12 -12
- package/mobile/dist/utils/formatDate.d.ts +1 -1
- package/mobile/dist/utils/formatDate.js +14 -14
- package/mobile/dist/utils/formatPhone.d.ts +1 -1
- package/mobile/dist/utils/formatPhone.js +4 -4
- package/mobile/dist/utils/getBasePath.d.ts +1 -1
- package/mobile/dist/utils/getBasePath.js +12 -12
- package/mobile/dist/utils/getBorderStyle.d.ts +1 -1
- package/mobile/dist/utils/getBorderStyle.js +6 -6
- package/mobile/dist/utils/getColSpan.d.ts +1 -1
- package/mobile/dist/utils/getColSpan.js +8 -8
- package/mobile/dist/utils/getCurrentDate.d.ts +1 -1
- package/mobile/dist/utils/getCurrentDate.js +6 -6
- package/mobile/dist/utils/getGeolocation.d.ts +1 -1
- package/mobile/dist/utils/getGeolocation.js +4 -4
- package/mobile/dist/utils/getInnerPadding.d.ts +2 -2
- package/mobile/dist/utils/getInnerPadding.js +4 -4
- package/mobile/dist/utils/getSanitizedValue.d.ts +1 -1
- package/mobile/dist/utils/getSanitizedValue.js +4 -4
- package/mobile/dist/utils/getSessionQuery.d.ts +1 -1
- package/mobile/dist/utils/getSessionQuery.js +11 -11
- package/mobile/dist/utils/getUrlParams.d.ts +1 -1
- package/mobile/dist/utils/getUrlParams.js +7 -7
- package/mobile/dist/utils/getVersion.d.ts +2 -2
- package/mobile/dist/utils/getVersion.js +4 -4
- package/mobile/dist/utils/groupBy.d.ts +1 -1
- package/mobile/dist/utils/groupBy.js +12 -12
- package/mobile/dist/utils/identity.d.ts +1 -1
- package/mobile/dist/utils/identity.js +4 -4
- package/mobile/dist/utils/isEmpty.d.ts +1 -1
- package/mobile/dist/utils/isEmpty.js +8 -8
- package/mobile/dist/utils/isIcon.d.ts +2 -2
- package/mobile/dist/utils/isIcon.js +4 -4
- package/mobile/dist/utils/isOdd.d.ts +1 -1
- package/mobile/dist/utils/isOdd.js +4 -4
- package/mobile/dist/utils/isOnlyDigits.d.ts +1 -1
- package/mobile/dist/utils/isOnlyDigits.js +4 -4
- package/mobile/dist/utils/isPictureSizeEmpty.d.ts +2 -2
- package/mobile/dist/utils/isPictureSizeEmpty.js +6 -6
- package/mobile/dist/utils/isUUID.d.ts +1 -1
- package/mobile/dist/utils/isUUID.js +6 -6
- package/mobile/dist/utils/jaroWinklerDistance.d.ts +1 -1
- package/mobile/dist/utils/jaroWinklerDistance.js +66 -66
- package/mobile/dist/utils/joinList.d.ts +1 -1
- package/mobile/dist/utils/joinList.js +4 -4
- package/mobile/dist/utils/mapChildren.d.ts +2 -2
- package/mobile/dist/utils/mapChildren.js +9 -9
- package/mobile/dist/utils/mapCookie.d.ts +1 -1
- package/mobile/dist/utils/mapCookie.js +10 -10
- package/mobile/dist/utils/maxBy.d.ts +3 -3
- package/mobile/dist/utils/maxBy.js +7 -7
- package/mobile/dist/utils/mergeIntervals.d.ts +1 -1
- package/mobile/dist/utils/mergeIntervals.js +19 -19
- package/mobile/dist/utils/minBy.d.ts +2 -2
- package/mobile/dist/utils/minBy.js +6 -6
- package/mobile/dist/utils/noop.d.ts +1 -1
- package/mobile/dist/utils/noop.js +6 -6
- package/mobile/dist/utils/roundTo.d.ts +1 -1
- package/mobile/dist/utils/roundTo.js +7 -7
- package/mobile/dist/utils/style.d.ts +5 -5
- package/mobile/dist/utils/style.js +15 -15
- package/mobile/dist/utils/sum.d.ts +1 -1
- package/mobile/dist/utils/sum.js +4 -4
- package/mobile/dist/utils/tableFunc.d.ts +17 -17
- package/mobile/dist/utils/tableFunc.js +36 -36
- package/mobile/dist/utils/toLocalNumberFormat.d.ts +3 -3
- package/mobile/dist/utils/toLocalNumberFormat.js +7 -7
- package/mobile/dist/utils/unique.d.ts +1 -1
- package/mobile/dist/utils/unique.js +4 -4
- package/mobile/dist/utils/url.d.ts +7 -7
- package/mobile/dist/utils/url.js +25 -25
- package/mobile/dist/utils/zip.d.ts +4 -4
- package/mobile/dist/utils/zip.js +6 -6
- package/mobile/dist/validation/and.d.ts +2 -2
- package/mobile/dist/validation/and.js +4 -4
- package/mobile/dist/validation/objectValidator.d.ts +2 -2
- package/mobile/dist/validation/objectValidator.js +6 -6
- package/mobile/dist/validation/pattern.d.ts +1 -1
- package/mobile/dist/validation/pattern.js +5 -5
- package/mobile/dist/validation/required.d.ts +1 -1
- package/mobile/dist/validation/required.js +4 -4
- package/mobile/dist/validation/validator.d.ts +10 -10
- package/mobile/dist/validation/validator.js +8 -8
- package/mobile/dist/validation/withValidator.d.ts +10 -10
- package/mobile/dist/validation/withValidator.js +12 -12
- package/mobile/dist/wlc.json +5 -5
- package/mobile/lib/BlockRenderer/BlockRendererOptions.d.ts +11 -11
- package/mobile/lib/BlockRenderer/BlockRendererOptions.js +1 -1
- package/mobile/lib/BlockRenderer/defaultBlockDecorator.d.ts +2 -2
- package/mobile/lib/BlockRenderer/defaultBlockDecorator.js +1 -1
- package/mobile/lib/BlockRenderer/getParentBlockContent.d.ts +2 -2
- package/mobile/lib/BlockRenderer/getParentBlockContent.js +5 -5
- package/mobile/lib/BlockRenderer/getParentBlockDef.d.ts +3 -3
- package/mobile/lib/BlockRenderer/getParentBlockDef.js +3 -3
- package/mobile/lib/BlockRenderer/renderBlock.d.ts +5 -5
- package/mobile/lib/BlockRenderer/renderBlock.js +23 -23
- package/mobile/lib/BlockRenderer/renderBlockList.d.ts +12 -12
- package/mobile/lib/BlockRenderer/renderBlockList.js +15 -15
- package/mobile/lib/BlockRenderer/renderChildren.d.ts +11 -11
- package/mobile/lib/BlockRenderer/renderChildren.js +9 -9
- package/mobile/lib/Env.d.ts +7 -7
- package/mobile/lib/Env.js +10 -10
- package/mobile/lib/EventBus/EventBus.d.ts +8 -8
- package/mobile/lib/EventBus/EventBus.js +27 -27
- package/mobile/lib/EventBus/defaultEventBus.d.ts +15 -15
- package/mobile/lib/EventBus/defaultEventBus.js +2 -2
- package/mobile/lib/EventBus/useLatestEvent.d.ts +2 -2
- package/mobile/lib/EventBus/useLatestEvent.js +7 -7
- package/mobile/lib/ProjectSettings.d.ts +13 -13
- package/mobile/lib/ProjectSettings.js +13 -13
- package/mobile/lib/UniBlock/UniBlock.d.ts +17 -17
- package/mobile/lib/UniBlock/UniBlock.js +13 -13
- package/mobile/lib/UniBlock/UniBlockProps.d.ts +25 -25
- package/mobile/lib/UniBlock/UniBlockProps.js +1 -1
- package/mobile/lib/UniBlock/extractContent.d.ts +6 -6
- package/mobile/lib/UniBlock/extractContent.js +1 -1
- package/mobile/lib/api/DaDataAPI.d.ts +15 -15
- package/mobile/lib/api/DaDataAPI.js +29 -29
- package/mobile/lib/api/LeadServiceAPI.d.ts +24 -24
- package/mobile/lib/api/LeadServiceAPI.js +57 -57
- package/mobile/lib/common.css +1 -1
- package/mobile/lib/components/AdTile/AdTile.d.ts +6 -6
- package/mobile/lib/components/AdTile/AdTile.js +13 -13
- package/mobile/lib/components/AdTile/AdTileContent.d.ts +5 -5
- package/mobile/lib/components/AdTile/AdTileContent.js +1 -1
- package/mobile/lib/components/ApplicationForm/AcquiringField.d.ts +5 -5
- package/mobile/lib/components/ApplicationForm/AcquiringField.js +25 -25
- package/mobile/lib/components/ApplicationForm/AddressBranchField.d.ts +6 -6
- package/mobile/lib/components/ApplicationForm/AddressBranchField.js +25 -25
- package/mobile/lib/components/ApplicationForm/AmountField.d.ts +2 -2
- package/mobile/lib/components/ApplicationForm/AmountField.js +7 -7
- package/mobile/lib/components/ApplicationForm/ApplicationForm.d.ts +6 -6
- package/mobile/lib/components/ApplicationForm/ApplicationForm.js +66 -66
- package/mobile/lib/components/ApplicationForm/ApplicationFormContent.d.ts +107 -107
- package/mobile/lib/components/ApplicationForm/ApplicationFormContent.js +2 -2
- package/mobile/lib/components/ApplicationForm/CommentField.d.ts +2 -2
- package/mobile/lib/components/ApplicationForm/CommentField.js +6 -6
- package/mobile/lib/components/ApplicationForm/CustomFieldProps.d.ts +6 -6
- package/mobile/lib/components/ApplicationForm/CustomFieldProps.js +1 -1
- package/mobile/lib/components/ApplicationForm/FeedbackMethodField.d.ts +2 -2
- package/mobile/lib/components/ApplicationForm/FeedbackMethodField.js +7 -7
- package/mobile/lib/components/ApplicationForm/FeedbackTypeField.d.ts +2 -2
- package/mobile/lib/components/ApplicationForm/FeedbackTypeField.js +16 -16
- package/mobile/lib/components/ApplicationForm/Footnote.d.ts +7 -7
- package/mobile/lib/components/ApplicationForm/Footnote.js +6 -6
- package/mobile/lib/components/ApplicationForm/IsClientField.d.ts +2 -2
- package/mobile/lib/components/ApplicationForm/IsClientField.js +4 -4
- package/mobile/lib/components/ApplicationForm/OnlineCheckoutField.d.ts +2 -2
- package/mobile/lib/components/ApplicationForm/OnlineCheckoutField.js +5 -5
- package/mobile/lib/components/ApplicationForm/PartnerCommentsField.d.ts +2 -2
- package/mobile/lib/components/ApplicationForm/PartnerCommentsField.js +11 -11
- package/mobile/lib/components/ApplicationForm/PosTerminalField.d.ts +2 -2
- package/mobile/lib/components/ApplicationForm/PosTerminalField.js +5 -5
- package/mobile/lib/components/ApplicationForm/RegionField.d.ts +2 -2
- package/mobile/lib/components/ApplicationForm/RegionField.js +11 -11
- package/mobile/lib/components/ApplicationForm/RegionPremiumField.d.ts +2 -2
- package/mobile/lib/components/ApplicationForm/RegionPremiumField.js +15 -15
- package/mobile/lib/components/ApplicationForm/ServiceDirectionField.d.ts +2 -2
- package/mobile/lib/components/ApplicationForm/ServiceDirectionField.js +7 -7
- package/mobile/lib/components/ApplicationForm/TermField.d.ts +2 -2
- package/mobile/lib/components/ApplicationForm/TermField.js +7 -7
- package/mobile/lib/components/ApplicationForm/UltraPremiumField.d.ts +2 -2
- package/mobile/lib/components/ApplicationForm/UltraPremiumField.js +7 -7
- package/mobile/lib/components/ApplicationForm/VedField.d.ts +3 -3
- package/mobile/lib/components/ApplicationForm/VedField.js +20 -20
- package/mobile/lib/components/ApplicationForm/contants.d.ts +5 -5
- package/mobile/lib/components/ApplicationForm/contants.js +22 -22
- package/mobile/lib/components/ApplicationForm/getField.d.ts +8 -8
- package/mobile/lib/components/ApplicationForm/getField.js +66 -66
- package/mobile/lib/components/ApplicationForm/getFormatData.d.ts +2 -2
- package/mobile/lib/components/ApplicationForm/getFormatData.js +22 -22
- package/mobile/lib/components/ApplicationForm/getInitialFormState.d.ts +24 -24
- package/mobile/lib/components/ApplicationForm/getInitialFormState.js +40 -40
- package/mobile/lib/components/ApplicationForm/getNamesFromInput.d.ts +2 -2
- package/mobile/lib/components/ApplicationForm/getNamesFromInput.js +1 -1
- package/mobile/lib/components/ApplicationForm/getObjectValidator.d.ts +4 -4
- package/mobile/lib/components/ApplicationForm/getObjectValidator.js +29 -29
- package/mobile/lib/components/ApplicationForm/getPartnerComments.d.ts +2 -2
- package/mobile/lib/components/ApplicationForm/getPartnerComments.js +12 -12
- package/mobile/lib/components/ApplicationForm/getValidation.d.ts +3 -3
- package/mobile/lib/components/ApplicationForm/getValidation.js +2 -2
- package/mobile/lib/components/ApplicationForm/renderAgreementSubmit.d.ts +5 -5
- package/mobile/lib/components/ApplicationForm/renderAgreementSubmit.js +9 -9
- package/mobile/lib/components/ApplicationForm/renderContacts.d.ts +2 -2
- package/mobile/lib/components/ApplicationForm/renderContacts.js +4 -4
- package/mobile/lib/components/ApplicationForm/renderSubmitButton.d.ts +3 -3
- package/mobile/lib/components/ApplicationForm/renderSubmitButton.js +4 -4
- package/mobile/lib/components/ApplicationForm/validators.d.ts +6 -6
- package/mobile/lib/components/ApplicationForm/validators.js +10 -10
- package/mobile/lib/components/BankAccountFiltration/BankAccountFiltration.d.ts +6 -6
- package/mobile/lib/components/BankAccountFiltration/BankAccountFiltration.js +33 -33
- package/mobile/lib/components/BankAccountFiltration/BankAccountFiltrationContent.d.ts +22 -22
- package/mobile/lib/components/BankAccountFiltration/BankAccountFiltrationContent.js +1 -1
- package/mobile/lib/components/BenefitsBlock/BenefitsBlock.d.ts +6 -6
- package/mobile/lib/components/BenefitsBlock/BenefitsBlock.js +12 -12
- package/mobile/lib/components/BenefitsBlock/BenefitsBlockContent.d.ts +21 -21
- package/mobile/lib/components/BenefitsBlock/BenefitsBlockContent.js +1 -1
- package/mobile/lib/components/BenefitsBlock/defaultIconSize.d.ts +1 -1
- package/mobile/lib/components/BenefitsBlock/defaultIconSize.js +1 -1
- package/mobile/lib/components/Blocks.d.ts +2 -2
- package/mobile/lib/components/Blocks.js +98 -98
- package/mobile/lib/components/BonusBenefitsBlock/BonusBenefitsBlock.d.ts +5 -5
- package/mobile/lib/components/BonusBenefitsBlock/BonusBenefitsBlock.js +9 -9
- package/mobile/lib/components/BonusBenefitsBlock/BonusBenefitsBlockContent.d.ts +26 -26
- package/mobile/lib/components/BonusBenefitsBlock/BonusBenefitsBlockContent.js +1 -1
- package/mobile/lib/components/BonusBenefitsBlock/bonusBenefitStyles.d.ts +1 -1
- package/mobile/lib/components/BonusBenefitsBlock/bonusBenefitStyles.js +1 -1
- package/mobile/lib/components/BonusBenefitsBlock/renderBonusBenefit.d.ts +4 -4
- package/mobile/lib/components/BonusBenefitsBlock/renderBonusBenefit.js +6 -6
- package/mobile/lib/components/BonusBenefitsBlock/renderBonusBenefits.d.ts +4 -4
- package/mobile/lib/components/BonusBenefitsBlock/renderBonusBenefits.js +4 -4
- package/mobile/lib/components/ButtonsBlock/ButtonsBlock.d.ts +6 -6
- package/mobile/lib/components/ButtonsBlock/ButtonsBlock.js +10 -10
- package/mobile/lib/components/ButtonsBlock/ButtonsBlockContent.d.ts +10 -10
- package/mobile/lib/components/ButtonsBlock/ButtonsBlockContent.js +1 -1
- package/mobile/lib/components/CalculatorBonus/CalculatorBonus.d.ts +9 -9
- package/mobile/lib/components/CalculatorBonus/CalculatorBonus.js +45 -45
- package/mobile/lib/components/CalculatorBonus/CalculatorBonusContent.d.ts +6 -6
- package/mobile/lib/components/CalculatorBonus/CalculatorBonusContent.js +1 -1
- package/mobile/lib/components/CalculatorBonus/getBonus.d.ts +2 -2
- package/mobile/lib/components/CalculatorBonus/getBonus.js +21 -21
- package/mobile/lib/components/CalculatorBonus/getBonusCalculatorParams.d.ts +36 -36
- package/mobile/lib/components/CalculatorBonus/getBonusCalculatorParams.js +23 -23
- package/mobile/lib/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.d.ts +5 -5
- package/mobile/lib/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.js +57 -57
- package/mobile/lib/components/CalculatorBusinessDeposit/CalculatorBusinessDepositContent.d.ts +52 -52
- package/mobile/lib/components/CalculatorBusinessDeposit/CalculatorBusinessDepositContent.js +1 -1
- package/mobile/lib/components/CalculatorBusinessDeposit/useBusinessDepositParams.d.ts +26 -26
- package/mobile/lib/components/CalculatorBusinessDeposit/useBusinessDepositParams.js +66 -66
- package/mobile/lib/components/CalculatorBusinessDeposit/useBusinessDepositRates.d.ts +4 -4
- package/mobile/lib/components/CalculatorBusinessDeposit/useBusinessDepositRates.js +11 -11
- package/mobile/lib/components/CalculatorCredit/CalculatorCredit.d.ts +8 -8
- package/mobile/lib/components/CalculatorCredit/CalculatorCredit.js +85 -85
- package/mobile/lib/components/CalculatorCredit/CalculatorCreditContent.d.ts +53 -53
- package/mobile/lib/components/CalculatorCredit/CalculatorCreditContent.js +1 -1
- package/mobile/lib/components/CalculatorCredit/checkCreditSourceBookRowCommonParams.d.ts +8 -8
- package/mobile/lib/components/CalculatorCredit/checkCreditSourceBookRowCommonParams.js +24 -24
- package/mobile/lib/components/CalculatorCredit/defaultCreditCalculatorParams.d.ts +2 -2
- package/mobile/lib/components/CalculatorCredit/defaultCreditCalculatorParams.js +14 -14
- package/mobile/lib/components/CalculatorCredit/getCreditCalculatorLimitParams.d.ts +8 -8
- package/mobile/lib/components/CalculatorCredit/getCreditCalculatorLimitParams.js +6 -6
- package/mobile/lib/components/CalculatorCredit/getCreditCalculatorParams.d.ts +2 -2
- package/mobile/lib/components/CalculatorCredit/getCreditCalculatorParams.js +37 -37
- package/mobile/lib/components/CalculatorCredit/getCreditCalculatorRateParams.d.ts +9 -9
- package/mobile/lib/components/CalculatorCredit/getCreditCalculatorRateParams.js +10 -10
- package/mobile/lib/components/CalculatorCredit/isDefaultParams.d.ts +2 -2
- package/mobile/lib/components/CalculatorCredit/isDefaultParams.js +1 -1
- package/mobile/lib/components/CalculatorDeposit/CalculatorDeposit.d.ts +9 -9
- package/mobile/lib/components/CalculatorDeposit/CalculatorDeposit.js +128 -128
- package/mobile/lib/components/CalculatorDeposit/CalculatorDepositContent.d.ts +41 -41
- package/mobile/lib/components/CalculatorDeposit/CalculatorDepositContent.js +1 -1
- package/mobile/lib/components/CalculatorDeposit/getDepositCalculatorParams.d.ts +27 -27
- package/mobile/lib/components/CalculatorDeposit/getDepositCalculatorParams.js +77 -77
- package/mobile/lib/components/CalculatorDeposit/isNotRubles.d.ts +1 -1
- package/mobile/lib/components/CalculatorDeposit/isNotRubles.js +1 -1
- package/mobile/lib/components/CalculatorDeposit/renderDepositParamsForm.d.ts +5 -5
- package/mobile/lib/components/CalculatorDeposit/renderDepositParamsForm.js +46 -46
- package/mobile/lib/components/CalculatorDeposit/renderDepositResult.d.ts +13 -13
- package/mobile/lib/components/CalculatorDeposit/renderDepositResult.js +7 -7
- package/mobile/lib/components/CalculatorDeposit/renderPaymentType.d.ts +3 -3
- package/mobile/lib/components/CalculatorDeposit/renderPaymentType.js +9 -9
- package/mobile/lib/components/CalculatorDeposit/renderRegistrationType.d.ts +3 -3
- package/mobile/lib/components/CalculatorDeposit/renderRegistrationType.js +8 -8
- package/mobile/lib/components/CalculatorRefinancing/CalculatorRefinancing.d.ts +9 -9
- package/mobile/lib/components/CalculatorRefinancing/CalculatorRefinancing.js +69 -69
- package/mobile/lib/components/CalculatorRefinancing/CalculatorRefinancingContent.d.ts +10 -10
- package/mobile/lib/components/CalculatorRefinancing/CalculatorRefinancingContent.js +1 -1
- package/mobile/lib/components/CalculatorRefinancing/checkRefinancingSourceBookRowCommonParams.d.ts +9 -9
- package/mobile/lib/components/CalculatorRefinancing/checkRefinancingSourceBookRowCommonParams.js +14 -14
- package/mobile/lib/components/CalculatorRefinancing/getRefinancingCalculatorLimitParams.d.ts +9 -9
- package/mobile/lib/components/CalculatorRefinancing/getRefinancingCalculatorLimitParams.js +6 -6
- package/mobile/lib/components/CalculatorRefinancing/getRefinancingCalculatorParams.d.ts +32 -32
- package/mobile/lib/components/CalculatorRefinancing/getRefinancingCalculatorParams.js +42 -42
- package/mobile/lib/components/CalculatorRefinancing/getRefinancingCalculatorRateParams.d.ts +13 -13
- package/mobile/lib/components/CalculatorRefinancing/getRefinancingCalculatorRateParams.js +33 -33
- package/mobile/lib/components/CardTransfer/CardTransfer.d.ts +5 -5
- package/mobile/lib/components/CardTransfer/CardTransfer.js +28 -28
- package/mobile/lib/components/CardTransfer/CardTransferContent.d.ts +14 -14
- package/mobile/lib/components/CardTransfer/CardTransferContent.js +1 -1
- package/mobile/lib/components/Carousel/Carousel.d.ts +6 -6
- package/mobile/lib/components/Carousel/Carousel.js +26 -26
- package/mobile/lib/components/Carousel/CarouselContent.d.ts +20 -20
- package/mobile/lib/components/Carousel/CarouselContent.js +1 -1
- package/mobile/lib/components/Carousel/itemsGap.d.ts +1 -1
- package/mobile/lib/components/Carousel/itemsGap.js +1 -1
- package/mobile/lib/components/Carousel/renderCardHighlight.d.ts +7 -7
- package/mobile/lib/components/Carousel/renderCardHighlight.js +5 -5
- package/mobile/lib/components/Carousel/renderCarouselCards.d.ts +6 -6
- package/mobile/lib/components/Carousel/renderCarouselCards.js +33 -33
- package/mobile/lib/components/Carousel/visibleItemCount.d.ts +1 -1
- package/mobile/lib/components/Carousel/visibleItemCount.js +1 -1
- package/mobile/lib/components/Carousel/visibleItemCountStyle.d.ts +1 -1
- package/mobile/lib/components/Carousel/visibleItemCountStyle.js +1 -1
- package/mobile/lib/components/CarouselCard/CarouselCard.d.ts +5 -5
- package/mobile/lib/components/CarouselCard/CarouselCard.js +13 -13
- package/mobile/lib/components/CarouselCard/CarouselCardContent.d.ts +11 -11
- package/mobile/lib/components/CarouselCard/CarouselCardContent.js +1 -1
- package/mobile/lib/components/CarouselCard/constants.d.ts +2 -2
- package/mobile/lib/components/CarouselCard/constants.js +4 -4
- package/mobile/lib/components/CarouselCard/titleSize.d.ts +1 -1
- package/mobile/lib/components/CarouselCard/titleSize.js +1 -1
- package/mobile/lib/components/CarouselCatalogCard/CarouselCatalogCard.d.ts +5 -5
- package/mobile/lib/components/CarouselCatalogCard/CarouselCatalogCard.js +15 -15
- package/mobile/lib/components/CarouselCatalogCard/CarouselCatalogCardContent.d.ts +15 -15
- package/mobile/lib/components/CarouselCatalogCard/CarouselCatalogCardContent.js +1 -1
- package/mobile/lib/components/CarouselLinks/CarouselLinkButton.d.ts +5 -5
- package/mobile/lib/components/CarouselLinks/CarouselLinkButton.js +14 -14
- package/mobile/lib/components/CarouselLinks/CarouselLinks.d.ts +6 -6
- package/mobile/lib/components/CarouselLinks/CarouselLinks.js +8 -8
- package/mobile/lib/components/CarouselLinks/CarouselLinksContent.d.ts +15 -15
- package/mobile/lib/components/CarouselLinks/CarouselLinksContent.js +1 -1
- package/mobile/lib/components/CarouselRecommendationCard/CarouselRecommendationCard.d.ts +5 -5
- package/mobile/lib/components/CarouselRecommendationCard/CarouselRecommendationCard.js +19 -19
- package/mobile/lib/components/CarouselRecommendationCard/CarouselRecommendationCardContent.d.ts +18 -18
- package/mobile/lib/components/CarouselRecommendationCard/CarouselRecommendationCardContent.js +1 -1
- package/mobile/lib/components/CarouselRecommendationCard/ImageAlwaysOnRight.d.ts +1 -1
- package/mobile/lib/components/CarouselRecommendationCard/ImageAlwaysOnRight.js +1 -1
- package/mobile/lib/components/CarouselTariffsCard/CarouselTariffsCard.d.ts +5 -5
- package/mobile/lib/components/CarouselTariffsCard/CarouselTariffsCard.js +35 -35
- package/mobile/lib/components/CarouselTariffsCard/CarouselTariffsCardAction.d.ts +6 -6
- package/mobile/lib/components/CarouselTariffsCard/CarouselTariffsCardAction.js +1 -1
- package/mobile/lib/components/CarouselTariffsCard/CarouselTariffsCardContent.d.ts +21 -21
- package/mobile/lib/components/CarouselTariffsCard/CarouselTariffsCardContent.js +1 -1
- package/mobile/lib/components/CarouselTariffsCard/renderCardInfo.d.ts +3 -3
- package/mobile/lib/components/CarouselTariffsCard/renderCardInfo.js +7 -7
- package/mobile/lib/components/ComparisonTable/ComparisonTable.d.ts +5 -5
- package/mobile/lib/components/ComparisonTable/ComparisonTable.js +21 -21
- package/mobile/lib/components/ComparisonTable/ComparisonTableBody.d.ts +11 -11
- package/mobile/lib/components/ComparisonTable/ComparisonTableBody.js +22 -22
- package/mobile/lib/components/ComparisonTable/ComparisonTableColumnHeaders.d.ts +7 -7
- package/mobile/lib/components/ComparisonTable/ComparisonTableColumnHeaders.js +7 -7
- package/mobile/lib/components/ComparisonTable/ComparisonTableContent.d.ts +40 -40
- package/mobile/lib/components/ComparisonTable/ComparisonTableContent.js +1 -1
- package/mobile/lib/components/ComparisonTable/ComparisonTableRows.d.ts +14 -14
- package/mobile/lib/components/ComparisonTable/ComparisonTableRows.js +15 -15
- package/mobile/lib/components/ComparisonTable/HeaderCell.d.ts +9 -9
- package/mobile/lib/components/ComparisonTable/HeaderCell.js +7 -7
- package/mobile/lib/components/ComparisonTable/TableCarouselContainer.d.ts +7 -7
- package/mobile/lib/components/ComparisonTable/TableCarouselContainer.js +7 -7
- package/mobile/lib/components/ComparisonTable/TableCell.d.ts +9 -9
- package/mobile/lib/components/ComparisonTable/TableCell.js +10 -10
- package/mobile/lib/components/ComparisonTable/TableColumn.d.ts +15 -15
- package/mobile/lib/components/ComparisonTable/TableColumn.js +17 -17
- package/mobile/lib/components/ComparisonTable/TableRow.d.ts +15 -15
- package/mobile/lib/components/ComparisonTable/TableRow.js +10 -10
- package/mobile/lib/components/ComparisonTable/TableRowContainer.d.ts +1 -1
- package/mobile/lib/components/ComparisonTable/TableRowContainer.js +3 -3
- package/mobile/lib/components/ComparisonTable/constants.d.ts +6 -6
- package/mobile/lib/components/ComparisonTable/constants.js +6 -6
- package/mobile/lib/components/ContactsBlock/ContactsBlock.d.ts +5 -5
- package/mobile/lib/components/ContactsBlock/ContactsBlock.js +10 -10
- package/mobile/lib/components/ContactsBlock/ContactsBlockContent.d.ts +25 -25
- package/mobile/lib/components/ContactsBlock/ContactsBlockContent.js +1 -1
- package/mobile/lib/components/ContentPage/ContentPage.d.ts +11 -11
- package/mobile/lib/components/ContentPage/ContentPage.js +38 -38
- package/mobile/lib/components/ContentPage/ContentPage.page.json +57 -57
- package/mobile/lib/components/ContentPage/renderContentPageHead.d.ts +4 -4
- package/mobile/lib/components/ContentPage/renderContentPageHead.js +31 -31
- package/mobile/lib/components/ContentPage/useContentPageData.d.ts +3 -3
- package/mobile/lib/components/ContentPage/useContentPageData.js +33 -33
- package/mobile/lib/components/DepositFiltration/DepositFiltration.d.ts +6 -6
- package/mobile/lib/components/DepositFiltration/DepositFiltration.js +50 -50
- package/mobile/lib/components/DepositFiltration/DepositFiltrationContent.d.ts +29 -29
- package/mobile/lib/components/DepositFiltration/DepositFiltrationContent.js +1 -1
- package/mobile/lib/components/DepositFiltration/isRateRow.d.ts +5 -5
- package/mobile/lib/components/DepositFiltration/isRateRow.js +3 -3
- package/mobile/lib/components/DepositFiltration/numberRange.d.ts +1 -1
- package/mobile/lib/components/DepositFiltration/numberRange.js +1 -1
- package/mobile/lib/components/Depository/Depository.d.ts +11 -11
- package/mobile/lib/components/Depository/Depository.js +39 -39
- package/mobile/lib/components/Depository/DepositoryContent.d.ts +5 -5
- package/mobile/lib/components/Depository/DepositoryContent.js +1 -1
- package/mobile/lib/components/Depository/DepositoryFilter.d.ts +9 -9
- package/mobile/lib/components/Depository/DepositoryFilter.js +6 -6
- package/mobile/lib/components/Depository/DepositoryItem.d.ts +3 -3
- package/mobile/lib/components/Depository/DepositoryItem.js +9 -9
- package/mobile/lib/components/Depository/useDepository.d.ts +15 -15
- package/mobile/lib/components/Depository/useDepository.js +17 -17
- package/mobile/lib/components/ErrorBlock/ErrorBlock.d.ts +5 -5
- package/mobile/lib/components/ErrorBlock/ErrorBlock.js +17 -17
- package/mobile/lib/components/ErrorBlock/ErrorBlockContent.d.ts +30 -30
- package/mobile/lib/components/ErrorBlock/ErrorBlockContent.js +1 -1
- package/mobile/lib/components/ExchangeRateTile/CurrencyProps.d.ts +6 -6
- package/mobile/lib/components/ExchangeRateTile/CurrencyProps.js +7 -7
- package/mobile/lib/components/ExchangeRateTile/CurrencyTable.d.ts +7 -7
- package/mobile/lib/components/ExchangeRateTile/CurrencyTable.js +20 -20
- package/mobile/lib/components/ExchangeRateTile/CurrentLocation.d.ts +6 -6
- package/mobile/lib/components/ExchangeRateTile/CurrentLocation.js +7 -7
- package/mobile/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.d.ts +24 -24
- package/mobile/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.js +70 -70
- package/mobile/lib/components/ExchangeRateTile/ExchangeRateTile.d.ts +5 -5
- package/mobile/lib/components/ExchangeRateTile/ExchangeRateTile.js +25 -25
- package/mobile/lib/components/ExchangeRateTile/ExchangeRateTileContent.d.ts +9 -9
- package/mobile/lib/components/ExchangeRateTile/ExchangeRateTileContent.js +1 -1
- package/mobile/lib/components/ExchangeRateTile/calculateResult.d.ts +2 -2
- package/mobile/lib/components/ExchangeRateTile/calculateResult.js +6 -6
- package/mobile/lib/components/ExchangeRateTile/callbackCurrencySelect.d.ts +8 -8
- package/mobile/lib/components/ExchangeRateTile/callbackCurrencySelect.js +17 -17
- package/mobile/lib/components/ExchangeRateTile/formatCurrency.d.ts +1 -1
- package/mobile/lib/components/ExchangeRateTile/formatCurrency.js +6 -6
- package/mobile/lib/components/ExchangeRateTile/renderInput.d.ts +13 -13
- package/mobile/lib/components/ExchangeRateTile/renderInput.js +12 -12
- package/mobile/lib/components/ExchangeRateTile/useFetchExchangeRateData.d.ts +9 -9
- package/mobile/lib/components/ExchangeRateTile/useFetchExchangeRateData.js +8 -8
- package/mobile/lib/components/Footer/Contacts.d.ts +6 -6
- package/mobile/lib/components/Footer/Contacts.js +19 -19
- package/mobile/lib/components/Footer/Footer.d.ts +2 -2
- package/mobile/lib/components/Footer/Footer.js +19 -19
- package/mobile/lib/components/Footer/FooterContent.d.ts +9 -9
- package/mobile/lib/components/Footer/FooterContent.js +1 -1
- package/mobile/lib/components/Footer/FooterLink.d.ts +6 -6
- package/mobile/lib/components/Footer/FooterLink.js +1 -1
- package/mobile/lib/components/Footer/FooterProps.d.ts +7 -7
- package/mobile/lib/components/Footer/FooterProps.js +1 -1
- package/mobile/lib/components/Footer/HorizontalNavigation.d.ts +5 -5
- package/mobile/lib/components/Footer/HorizontalNavigation.js +5 -5
- package/mobile/lib/components/Footer/HorizontalNavigationLink.d.ts +8 -8
- package/mobile/lib/components/Footer/HorizontalNavigationLink.js +9 -9
- package/mobile/lib/components/Footer/LinkList.d.ts +7 -7
- package/mobile/lib/components/Footer/LinkList.js +16 -16
- package/mobile/lib/components/Footer/SocialMedia.d.ts +10 -10
- package/mobile/lib/components/Footer/SocialMedia.js +36 -36
- package/mobile/lib/components/Footer/TextInformation.d.ts +2 -2
- package/mobile/lib/components/Footer/TextInformation.js +6 -6
- package/mobile/lib/components/Footer/TextInformationLink.d.ts +8 -8
- package/mobile/lib/components/Footer/TextInformationLink.js +9 -9
- package/mobile/lib/components/Footer/cookieReplaceData.d.ts +1 -1
- package/mobile/lib/components/Footer/cookieReplaceData.js +1 -1
- package/mobile/lib/components/Footer/findIconByHref.d.ts +2 -2
- package/mobile/lib/components/Footer/findIconByHref.js +2 -2
- package/mobile/lib/components/Footer/iconsMap.d.ts +7 -7
- package/mobile/lib/components/Footer/iconsMap.js +42 -42
- package/mobile/lib/components/Footer/renderLogoSearchBar.d.ts +3 -3
- package/mobile/lib/components/Footer/renderLogoSearchBar.js +2 -2
- package/mobile/lib/components/GracePeriod/GracePeriod.d.ts +5 -5
- package/mobile/lib/components/GracePeriod/GracePeriod.js +22 -22
- package/mobile/lib/components/GracePeriod/GracePeriodContent.d.ts +22 -22
- package/mobile/lib/components/GracePeriod/GracePeriodContent.js +1 -1
- package/mobile/lib/components/GrantSupport/GrantSupport.d.ts +6 -6
- package/mobile/lib/components/GrantSupport/GrantSupport.js +21 -21
- package/mobile/lib/components/GrantSupport/GrantSupportContent.d.ts +20 -20
- package/mobile/lib/components/GrantSupport/GrantSupportContent.js +1 -1
- package/mobile/lib/components/Header/DropdownMenu.d.ts +12 -12
- package/mobile/lib/components/Header/DropdownMenu.js +44 -44
- package/mobile/lib/components/Header/Header.d.ts +2 -2
- package/mobile/lib/components/Header/Header.js +14 -14
- package/mobile/lib/components/Header/HeaderChatBotButton.d.ts +11 -11
- package/mobile/lib/components/Header/HeaderChatBotButton.js +8 -8
- package/mobile/lib/components/Header/HeaderContent.d.ts +13 -13
- package/mobile/lib/components/Header/HeaderContent.js +1 -1
- package/mobile/lib/components/Header/HeaderProps.d.ts +16 -16
- package/mobile/lib/components/Header/HeaderProps.js +1 -1
- package/mobile/lib/components/Header/HeaderSecondaryMenu.d.ts +13 -13
- package/mobile/lib/components/Header/HeaderSecondaryMenu.js +20 -19
- package/mobile/lib/components/Header/HeaderSecondaryMenu.js.map +1 -1
- package/mobile/lib/components/Header/HeaderSecondaryMenuButton.d.ts +13 -13
- package/mobile/lib/components/Header/HeaderSecondaryMenuButton.js +12 -12
- package/mobile/lib/components/Header/HeaderSubMenu.d.ts +11 -11
- package/mobile/lib/components/Header/HeaderSubMenu.js +25 -25
- package/mobile/lib/components/Header/HeaderSubMenuItem.d.ts +9 -9
- package/mobile/lib/components/Header/HeaderSubMenuItem.js +17 -17
- package/mobile/lib/components/Header/HeaderTop.d.ts +13 -13
- package/mobile/lib/components/Header/HeaderTop.js +18 -18
- package/mobile/lib/components/Header/HeaderTopMenu.d.ts +19 -19
- package/mobile/lib/components/Header/HeaderTopMenu.js +23 -23
- package/mobile/lib/components/Header/HeaderTopMenuItem.d.ts +9 -9
- package/mobile/lib/components/Header/HeaderTopMenuItem.js +17 -17
- package/mobile/lib/components/Header/InternetBankButton.d.ts +2 -2
- package/mobile/lib/components/Header/InternetBankButton.js +13 -13
- package/mobile/lib/components/Header/InternetBankButton.js.map +1 -1
- package/mobile/lib/components/Header/getTextInternetButton.d.ts +2 -2
- package/mobile/lib/components/Header/getTextInternetButton.js +1 -1
- package/mobile/lib/components/Header/useChatBot.d.ts +2 -2
- package/mobile/lib/components/Header/useChatBot.js +32 -32
- package/mobile/lib/components/Headline/Headline.d.ts +5 -5
- package/mobile/lib/components/Headline/Headline.js +12 -12
- package/mobile/lib/components/Headline/HeadlineContent.d.ts +12 -12
- package/mobile/lib/components/Headline/HeadlineContent.js +1 -1
- package/mobile/lib/components/Headline/headlineVersionStyles.d.ts +9 -9
- package/mobile/lib/components/Headline/headlineVersionStyles.js +38 -38
- package/mobile/lib/components/HorizontalLayout/HorizontalLayout.d.ts +5 -5
- package/mobile/lib/components/HorizontalLayout/HorizontalLayout.js +4 -4
- package/mobile/lib/components/HorizontalLayout/HorizontalLayoutContent.d.ts +11 -11
- package/mobile/lib/components/HorizontalLayout/HorizontalLayoutContent.js +1 -1
- package/mobile/lib/components/HorizontalLayout/gapStyles.d.ts +2 -2
- package/mobile/lib/components/HorizontalLayout/gapStyles.js +9 -9
- package/mobile/lib/components/ImgBlock/ImgBlock.d.ts +6 -6
- package/mobile/lib/components/ImgBlock/ImgBlock.js +11 -11
- package/mobile/lib/components/ImgBlock/ImgBlockContent.d.ts +9 -9
- package/mobile/lib/components/ImgBlock/ImgBlockContent.js +1 -1
- package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlock.d.ts +5 -5
- package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlock.js +30 -30
- package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlockContent.d.ts +31 -31
- package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlockContent.js +1 -1
- package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.d.ts +7 -7
- package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js +55 -55
- package/mobile/lib/components/InvestmentInfo/InvestmentInfo.d.ts +5 -5
- package/mobile/lib/components/InvestmentInfo/InvestmentInfo.js +43 -43
- package/mobile/lib/components/InvestmentInfo/InvestmentInfoContent.d.ts +43 -43
- package/mobile/lib/components/InvestmentInfo/InvestmentInfoContent.js +1 -1
- package/mobile/lib/components/LinkDocs/LinkDocItem.d.ts +6 -6
- package/mobile/lib/components/LinkDocs/LinkDocItem.js +11 -11
- package/mobile/lib/components/LinkDocs/LinkDocs.d.ts +5 -5
- package/mobile/lib/components/LinkDocs/LinkDocs.js +38 -38
- package/mobile/lib/components/LinkDocs/LinkDocsContent.d.ts +72 -72
- package/mobile/lib/components/LinkDocs/LinkDocsContent.js +1 -1
- package/mobile/lib/components/LinkDocs/RepordDialogButton.d.ts +2 -2
- package/mobile/lib/components/LinkDocs/RepordDialogButton.js +12 -12
- package/mobile/lib/components/LinkDocs/linkDocsContentExample.d.ts +2 -2
- package/mobile/lib/components/LinkDocs/linkDocsContentExample.js +74 -74
- package/mobile/lib/components/LinkDocs/linkIconStyle.d.ts +1 -1
- package/mobile/lib/components/LinkDocs/linkIconStyle.js +1 -1
- package/mobile/lib/components/LinkDocs/renderDefaultItem.d.ts +5 -5
- package/mobile/lib/components/LinkDocs/renderDefaultItem.js +25 -25
- package/mobile/lib/components/MobileAppTile/MobileAppTile.d.ts +5 -5
- package/mobile/lib/components/MobileAppTile/MobileAppTile.js +15 -15
- package/mobile/lib/components/MobileAppTile/MobileAppTileContent.d.ts +15 -15
- package/mobile/lib/components/MobileAppTile/MobileAppTileContent.js +1 -1
- package/mobile/lib/components/MortgageFiltration/MortgageFiltration.d.ts +6 -6
- package/mobile/lib/components/MortgageFiltration/MortgageFiltration.js +33 -33
- package/mobile/lib/components/MortgageFiltration/MortgageFiltrationContent.d.ts +35 -35
- package/mobile/lib/components/MortgageFiltration/MortgageFiltrationContent.js +1 -1
- package/mobile/lib/components/OfficesAtmsMap/AtmsMap.d.ts +6 -6
- package/mobile/lib/components/OfficesAtmsMap/AtmsMap.js +40 -40
- package/mobile/lib/components/OfficesAtmsMap/Badge.d.ts +11 -11
- package/mobile/lib/components/OfficesAtmsMap/Badge.js +12 -12
- package/mobile/lib/components/OfficesAtmsMap/CardCell.d.ts +11 -11
- package/mobile/lib/components/OfficesAtmsMap/CardCell.js +14 -14
- package/mobile/lib/components/OfficesAtmsMap/CardRow.d.ts +4 -4
- package/mobile/lib/components/OfficesAtmsMap/CardRow.js +4 -4
- package/mobile/lib/components/OfficesAtmsMap/OfficesAtmsMap.d.ts +5 -5
- package/mobile/lib/components/OfficesAtmsMap/OfficesAtmsMap.js +10 -10
- package/mobile/lib/components/OfficesAtmsMap/OfficesAtmsMapContent.d.ts +43 -43
- package/mobile/lib/components/OfficesAtmsMap/OfficesAtmsMapContent.js +1 -1
- package/mobile/lib/components/OfficesAtmsMap/OfficesAtmsMapLayout.d.ts +19 -19
- package/mobile/lib/components/OfficesAtmsMap/OfficesAtmsMapLayout.js +57 -57
- package/mobile/lib/components/OfficesAtmsMap/OfficesAtmsMapProps.d.ts +106 -106
- package/mobile/lib/components/OfficesAtmsMap/OfficesAtmsMapProps.js +1 -1
- package/mobile/lib/components/OfficesAtmsMap/OfficesMap.d.ts +4 -4
- package/mobile/lib/components/OfficesAtmsMap/OfficesMap.js +41 -41
- package/mobile/lib/components/OfficesAtmsMap/YandexMapProps.d.ts +11 -11
- package/mobile/lib/components/OfficesAtmsMap/YandexMapProps.js +1 -1
- package/mobile/lib/components/OfficesAtmsMap/getScheduleDescription.d.ts +5 -5
- package/mobile/lib/components/OfficesAtmsMap/getScheduleDescription.js +35 -35
- package/mobile/lib/components/OfficesAtmsMap/getWorkScheduleWeek.d.ts +3 -3
- package/mobile/lib/components/OfficesAtmsMap/getWorkScheduleWeek.js +24 -24
- package/mobile/lib/components/OfficesAtmsMap/renderAtmCard.d.ts +7 -7
- package/mobile/lib/components/OfficesAtmsMap/renderAtmCard.js +39 -39
- package/mobile/lib/components/OfficesAtmsMap/renderBusinessSchedule.d.ts +8 -8
- package/mobile/lib/components/OfficesAtmsMap/renderBusinessSchedule.js +26 -26
- package/mobile/lib/components/OfficesAtmsMap/renderCurrency.d.ts +3 -3
- package/mobile/lib/components/OfficesAtmsMap/renderCurrency.js +3 -3
- package/mobile/lib/components/OfficesAtmsMap/renderCurrentDaySchedule.d.ts +3 -3
- package/mobile/lib/components/OfficesAtmsMap/renderCurrentDaySchedule.js +12 -12
- package/mobile/lib/components/OfficesAtmsMap/renderDay.d.ts +3 -3
- package/mobile/lib/components/OfficesAtmsMap/renderDay.js +9 -9
- package/mobile/lib/components/OfficesAtmsMap/renderDescriptionBlock.d.ts +3 -3
- package/mobile/lib/components/OfficesAtmsMap/renderDescriptionBlock.js +5 -5
- package/mobile/lib/components/OfficesAtmsMap/renderFiltrationForm.d.ts +8 -8
- package/mobile/lib/components/OfficesAtmsMap/renderFiltrationForm.js +42 -42
- package/mobile/lib/components/OfficesAtmsMap/renderFoldButton.d.ts +3 -3
- package/mobile/lib/components/OfficesAtmsMap/renderFoldButton.js +5 -5
- package/mobile/lib/components/OfficesAtmsMap/renderOfficeCard.d.ts +7 -7
- package/mobile/lib/components/OfficesAtmsMap/renderOfficeCard.js +59 -59
- package/mobile/lib/components/OfficesAtmsMap/renderRemoteWorkplaceCard.d.ts +7 -7
- package/mobile/lib/components/OfficesAtmsMap/renderRemoteWorkplaceCard.js +30 -30
- package/mobile/lib/components/OfficesAtmsMap/renderWorkSchedule.d.ts +2 -2
- package/mobile/lib/components/OfficesAtmsMap/renderWorkSchedule.js +21 -21
- package/mobile/lib/components/OfficesAtmsMap/useAtms.d.ts +2 -2
- package/mobile/lib/components/OfficesAtmsMap/useAtms.js +11 -11
- package/mobile/lib/components/OfficesAtmsMap/useOffices.d.ts +5 -5
- package/mobile/lib/components/OfficesAtmsMap/useOffices.js +13 -13
- package/mobile/lib/components/Placeholder/Placeholder.d.ts +5 -5
- package/mobile/lib/components/Placeholder/Placeholder.js +7 -7
- package/mobile/lib/components/Placeholder/PlaceholderContent.d.ts +6 -6
- package/mobile/lib/components/Placeholder/PlaceholderContent.js +1 -1
- package/mobile/lib/components/ProductBlock/ProductBlock.d.ts +5 -5
- package/mobile/lib/components/ProductBlock/ProductBlock.js +6 -6
- package/mobile/lib/components/ProductBlock/ProductBlockContent.d.ts +9 -9
- package/mobile/lib/components/ProductBlock/ProductBlockContent.js +1 -1
- package/mobile/lib/components/ProductBlock/renderBackwardButton.d.ts +10 -10
- package/mobile/lib/components/ProductBlock/renderBackwardButton.js +17 -17
- package/mobile/lib/components/ProductGallery/ProductGallery.d.ts +5 -5
- package/mobile/lib/components/ProductGallery/ProductGallery.js +9 -9
- package/mobile/lib/components/ProductGallery/ProductGalleryContent.d.ts +24 -24
- package/mobile/lib/components/ProductGallery/ProductGalleryContent.js +1 -1
- package/mobile/lib/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.d.ts +5 -5
- package/mobile/lib/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.js +23 -23
- package/mobile/lib/components/RepresentativeOfficeInfo/RepresentativeOfficeInfoContent.d.ts +18 -18
- package/mobile/lib/components/RepresentativeOfficeInfo/RepresentativeOfficeInfoContent.js +1 -1
- package/mobile/lib/components/RichTextBlock/RichTextBlock.d.ts +6 -6
- package/mobile/lib/components/RichTextBlock/RichTextBlock.js +8 -8
- package/mobile/lib/components/RichTextBlock/RichTextBlockContent.d.ts +6 -6
- package/mobile/lib/components/RichTextBlock/RichTextBlockContent.js +1 -1
- package/mobile/lib/components/RollupItem/AccordionFoldButton.d.ts +12 -12
- package/mobile/lib/components/RollupItem/AccordionFoldButton.js +9 -9
- package/mobile/lib/components/RollupItem/RollupItem.d.ts +11 -11
- package/mobile/lib/components/RollupItem/RollupItem.js +32 -32
- package/mobile/lib/components/RollupItem/RollupItemContent.d.ts +17 -17
- package/mobile/lib/components/RollupItem/RollupItemContent.js +1 -1
- package/mobile/lib/components/RollupItem/foldableSectionStyles.d.ts +1 -1
- package/mobile/lib/components/RollupItem/foldableSectionStyles.js +1 -1
- package/mobile/lib/components/RollupItem/getIconName.d.ts +1 -1
- package/mobile/lib/components/RollupItem/getIconName.js +1 -1
- package/mobile/lib/components/RollupItem/renderRoundedIcon.d.ts +4 -4
- package/mobile/lib/components/RollupItem/renderRoundedIcon.js +3 -3
- package/mobile/lib/components/RollupItem/rollupIconVersion.d.ts +1 -1
- package/mobile/lib/components/RollupItem/rollupIconVersion.js +1 -1
- package/mobile/lib/components/RollupItem/rollupItemStyles.d.ts +1 -1
- package/mobile/lib/components/RollupItem/rollupItemStyles.js +1 -1
- package/mobile/lib/components/SafeDepositRental/RadioButtons.d.ts +6 -6
- package/mobile/lib/components/SafeDepositRental/RadioButtons.js +10 -10
- package/mobile/lib/components/SafeDepositRental/RegionsAndBranches.d.ts +12 -12
- package/mobile/lib/components/SafeDepositRental/RegionsAndBranches.js +4 -4
- package/mobile/lib/components/SafeDepositRental/RentalPeriod.d.ts +6 -6
- package/mobile/lib/components/SafeDepositRental/RentalPeriod.js +8 -8
- package/mobile/lib/components/SafeDepositRental/SafeBoxCases.d.ts +11 -11
- package/mobile/lib/components/SafeDepositRental/SafeBoxCases.js +6 -6
- package/mobile/lib/components/SafeDepositRental/SafeDepositRental.d.ts +5 -5
- package/mobile/lib/components/SafeDepositRental/SafeDepositRental.js +30 -30
- package/mobile/lib/components/SafeDepositRental/SafeDepositRentalContent.d.ts +7 -7
- package/mobile/lib/components/SafeDepositRental/SafeDepositRentalContent.js +1 -1
- package/mobile/lib/components/SafeDepositRental/SafeDepositRentalFields.d.ts +12 -12
- package/mobile/lib/components/SafeDepositRental/SafeDepositRentalFields.js +17 -17
- package/mobile/lib/components/SafeDepositRental/SafeDepositRentalForm.d.ts +11 -11
- package/mobile/lib/components/SafeDepositRental/SafeDepositRentalForm.js +24 -24
- package/mobile/lib/components/SafeDepositRental/SafeDepositRentalTotal.d.ts +6 -6
- package/mobile/lib/components/SafeDepositRental/SafeDepositRentalTotal.js +33 -33
- package/mobile/lib/components/SafeDepositRental/SafeDepositRentalTypes.d.ts +8 -8
- package/mobile/lib/components/SafeDepositRental/SafeDepositRentalTypes.js +1 -1
- package/mobile/lib/components/SafeDepositRental/WrapperSelect.d.ts +11 -11
- package/mobile/lib/components/SafeDepositRental/WrapperSelect.js +10 -10
- package/mobile/lib/components/SafeDepositRental/useGetRegions.d.ts +6 -6
- package/mobile/lib/components/SafeDepositRental/useGetRegions.js +8 -8
- package/mobile/lib/components/SafeDepositRental/useSafeBoxes.d.ts +20 -20
- package/mobile/lib/components/SafeDepositRental/useSafeBoxes.js +12 -12
- package/mobile/lib/components/SafeDepositRental/utils.d.ts +4 -4
- package/mobile/lib/components/SafeDepositRental/utils.js +16 -16
- package/mobile/lib/components/StepsBlock/StepsBlock.d.ts +5 -5
- package/mobile/lib/components/StepsBlock/StepsBlock.js +32 -32
- package/mobile/lib/components/StepsBlock/StepsBlockContent.d.ts +34 -34
- package/mobile/lib/components/StepsBlock/StepsBlockContent.js +1 -1
- package/mobile/lib/components/StepsBlock/StepsBlockStyleMaps.d.ts +8 -8
- package/mobile/lib/components/StepsBlock/StepsBlockStyleMaps.js +7 -7
- package/mobile/lib/components/StepsBlock/getIconTextStyle.d.ts +2 -2
- package/mobile/lib/components/StepsBlock/getIconTextStyle.js +1 -1
- package/mobile/lib/components/StepsBlock/renderStep.d.ts +11 -11
- package/mobile/lib/components/StepsBlock/renderStep.js +13 -13
- package/mobile/lib/components/StickyBottomMenu/ActiveSubMenuItem.d.ts +7 -7
- package/mobile/lib/components/StickyBottomMenu/ActiveSubMenuItem.js +10 -10
- package/mobile/lib/components/StickyBottomMenu/BurgerMenuDialog.d.ts +12 -12
- package/mobile/lib/components/StickyBottomMenu/BurgerMenuDialog.js +47 -47
- package/mobile/lib/components/StickyBottomMenu/BurgerMenuDialog.js.map +1 -1
- package/mobile/lib/components/StickyBottomMenu/StickyBottomMenu.d.ts +2 -2
- package/mobile/lib/components/StickyBottomMenu/StickyBottomMenu.js +65 -65
- package/mobile/lib/components/StickyBottomMenu/StickyBottomMenuContent.d.ts +5 -5
- package/mobile/lib/components/StickyBottomMenu/StickyBottomMenuContent.js +1 -1
- package/mobile/lib/components/StickyBottomMenu/StickyBottomMenuDialog.d.ts +9 -9
- package/mobile/lib/components/StickyBottomMenu/StickyBottomMenuDialog.js +14 -14
- package/mobile/lib/components/StickyBottomMenu/StickyBottomMenuItem.d.ts +9 -9
- package/mobile/lib/components/StickyBottomMenu/StickyBottomMenuItem.js +7 -7
- package/mobile/lib/components/StickyBottomMenu/StickyBottomMenuProps.d.ts +9 -9
- package/mobile/lib/components/StickyBottomMenu/StickyBottomMenuProps.js +1 -1
- package/mobile/lib/components/StickyBottomMenu/useBottomMenuItemDialog.d.ts +19 -19
- package/mobile/lib/components/StickyBottomMenu/useBottomMenuItemDialog.js +15 -15
- package/mobile/lib/components/StickyBottomMenu/useBurgerMenuDialog.d.ts +20 -20
- package/mobile/lib/components/StickyBottomMenu/useBurgerMenuDialog.js +21 -21
- package/mobile/lib/components/Tabs/TabActivationEvent.d.ts +6 -6
- package/mobile/lib/components/Tabs/TabActivationEvent.js +1 -1
- package/mobile/lib/components/Tabs/Tabs.d.ts +5 -5
- package/mobile/lib/components/Tabs/Tabs.js +70 -70
- package/mobile/lib/components/Tabs/Tabs.js.map +1 -1
- package/mobile/lib/components/Tabs/TabsContent.d.ts +49 -49
- package/mobile/lib/components/Tabs/TabsContent.js +1 -1
- package/mobile/lib/components/Tabs/renderTabs.d.ts +12 -12
- package/mobile/lib/components/Tabs/renderTabs.js +13 -13
- package/mobile/lib/components/TabsLayout/TabsLayout.d.ts +5 -5
- package/mobile/lib/components/TabsLayout/TabsLayout.js +75 -75
- package/mobile/lib/components/TabsLayout/TabsLayout.js.map +1 -1
- package/mobile/lib/components/TabsLayout/TabsLayoutContent.d.ts +49 -49
- package/mobile/lib/components/TabsLayout/TabsLayoutContent.js +1 -1
- package/mobile/lib/components/TabsLayout/renderTabsLayout.d.ts +12 -12
- package/mobile/lib/components/TabsLayout/renderTabsLayout.js +18 -18
- package/mobile/lib/components/TariffsTable/EmbeddableCellData.d.ts +21 -21
- package/mobile/lib/components/TariffsTable/EmbeddableCellData.js +22 -22
- package/mobile/lib/components/TariffsTable/TableTileHeader.d.ts +2 -2
- package/mobile/lib/components/TariffsTable/TableTileHeader.js +5 -5
- package/mobile/lib/components/TariffsTable/TariffsTable.d.ts +5 -5
- package/mobile/lib/components/TariffsTable/TariffsTable.js +27 -27
- package/mobile/lib/components/TariffsTable/TariffsTableCell.d.ts +15 -15
- package/mobile/lib/components/TariffsTable/TariffsTableCell.js +8 -8
- package/mobile/lib/components/TariffsTable/TariffsTableContent.d.ts +106 -106
- package/mobile/lib/components/TariffsTable/TariffsTableContent.js +1 -1
- package/mobile/lib/components/TariffsTable/TariffsTableHorizontal.d.ts +2 -2
- package/mobile/lib/components/TariffsTable/TariffsTableHorizontal.js +5 -5
- package/mobile/lib/components/TariffsTable/TariffsTableRenderCell.d.ts +12 -12
- package/mobile/lib/components/TariffsTable/TariffsTableRenderCell.js +38 -38
- package/mobile/lib/components/TariffsTable/TariffsTableRow.d.ts +8 -8
- package/mobile/lib/components/TariffsTable/TariffsTableRow.js +18 -18
- package/mobile/lib/components/TariffsTable/TariffsTableRowContainer.d.ts +7 -7
- package/mobile/lib/components/TariffsTable/TariffsTableRowContainer.js +6 -6
- package/mobile/lib/components/TariffsTable/TariffsTableTileCell.d.ts +6 -6
- package/mobile/lib/components/TariffsTable/TariffsTableTileCell.js +14 -14
- package/mobile/lib/components/TariffsTable/TariffsTableVertical.d.ts +2 -2
- package/mobile/lib/components/TariffsTable/TariffsTableVertical.js +4 -4
- package/mobile/lib/components/TariffsTable/TariffsTableWrapper.d.ts +6 -6
- package/mobile/lib/components/TariffsTable/TariffsTableWrapper.js +11 -11
- package/mobile/lib/components/TariffsTable/constants.d.ts +4 -4
- package/mobile/lib/components/TariffsTable/constants.js +4 -4
- package/mobile/lib/components/TariffsTable/dataFixture.d.ts +5 -5
- package/mobile/lib/components/TariffsTable/dataFixture.js +141 -141
- package/mobile/lib/components/TariffsTable/utils/getButtonAriaLabel.d.ts +2 -2
- package/mobile/lib/components/TariffsTable/utils/getButtonAriaLabel.js +1 -1
- package/mobile/lib/components/TextBlock/TextBlock.d.ts +5 -5
- package/mobile/lib/components/TextBlock/TextBlock.js +10 -10
- package/mobile/lib/components/TextBlock/TextBlockContent.d.ts +15 -15
- package/mobile/lib/components/TextBlock/TextBlockContent.js +1 -1
- package/mobile/lib/components/UnitBlock/UnitBlock.d.ts +6 -6
- package/mobile/lib/components/UnitBlock/UnitBlock.js +8 -8
- package/mobile/lib/components/UnitBlock/UnitBlockContent.d.ts +6 -6
- package/mobile/lib/components/UnitBlock/UnitBlockContent.js +1 -1
- package/mobile/lib/components/VerticalLayout/VerticalLayout.d.ts +5 -5
- package/mobile/lib/components/VerticalLayout/VerticalLayout.js +22 -22
- package/mobile/lib/components/VerticalLayout/VerticalLayoutContent.d.ts +14 -14
- package/mobile/lib/components/VerticalLayout/VerticalLayoutContent.js +1 -1
- package/mobile/lib/components/Video/Video.d.ts +6 -6
- package/mobile/lib/components/Video/Video.js +11 -11
- package/mobile/lib/components/Video/VideoContent.d.ts +12 -12
- package/mobile/lib/components/Video/VideoContent.js +1 -1
- package/mobile/lib/components/Video/getPaddings.d.ts +1 -1
- package/mobile/lib/components/Video/getPaddings.js +3 -3
- package/mobile/lib/data/CommonData.d.ts +14 -14
- package/mobile/lib/data/CommonData.js +1 -1
- package/mobile/lib/data/FooterData.d.ts +39 -39
- package/mobile/lib/data/FooterData.js +1 -1
- package/mobile/lib/data/HeaderData.d.ts +26 -26
- package/mobile/lib/data/HeaderData.js +1 -1
- package/mobile/lib/data/JSONRefObject.d.ts +4 -4
- package/mobile/lib/data/JSONRefObject.js +1 -1
- package/mobile/lib/data/NavigationData.d.ts +25 -25
- package/mobile/lib/data/NavigationData.js +1 -1
- package/mobile/lib/data/PortalData.d.ts +4 -4
- package/mobile/lib/data/PortalData.js +1 -1
- package/mobile/lib/data/StickyMobileData.d.ts +14 -14
- package/mobile/lib/data/StickyMobileData.js +1 -1
- package/mobile/lib/hooks/handlerDecorator.d.ts +5 -5
- package/mobile/lib/hooks/handlerDecorator.js +8 -8
- package/mobile/lib/hooks/useActiveRoute.d.ts +2 -2
- package/mobile/lib/hooks/useActiveRoute.js +22 -22
- package/mobile/lib/hooks/useActiveRoute.js.map +1 -1
- package/mobile/lib/hooks/useAspects/applyAspects.d.ts +3 -3
- package/mobile/lib/hooks/useAspects/applyAspects.js +13 -13
- package/mobile/lib/hooks/useAspects/aspects/forwardQuery.d.ts +2 -2
- package/mobile/lib/hooks/useAspects/aspects/forwardQuery.js +26 -26
- package/mobile/lib/hooks/useAspects/aspects/getAspectsWithInclude.d.ts +2 -2
- package/mobile/lib/hooks/useAspects/aspects/getAspectsWithInclude.js +4 -4
- package/mobile/lib/hooks/useAspects/handleAspects.d.ts +8 -8
- package/mobile/lib/hooks/useAspects/handleAspects.js +5 -5
- package/mobile/lib/hooks/useAspects/useAspects.d.ts +19 -19
- package/mobile/lib/hooks/useAspects/useAspects.js +10 -10
- package/mobile/lib/hooks/useBranches.d.ts +20 -20
- package/mobile/lib/hooks/useBranches.js +12 -12
- package/mobile/lib/hooks/useBranchesByRegions.d.ts +8 -8
- package/mobile/lib/hooks/useBranchesByRegions.js +7 -7
- package/mobile/lib/hooks/useCarouselControls.d.ts +13 -13
- package/mobile/lib/hooks/useCarouselControls.js +22 -22
- package/mobile/lib/hooks/useClickHandler.d.ts +1 -1
- package/mobile/lib/hooks/useClickHandler.js +13 -13
- package/mobile/lib/hooks/useExternalNS.d.ts +3 -3
- package/mobile/lib/hooks/useExternalNS.js +59 -59
- package/mobile/lib/hooks/useForm.d.ts +22 -22
- package/mobile/lib/hooks/useForm.js +47 -47
- package/mobile/lib/hooks/useIntersectionObserver.d.ts +9 -9
- package/mobile/lib/hooks/useIntersectionObserver.js +24 -24
- package/mobile/lib/hooks/useJSONRef/fetchRefs.d.ts +2 -2
- package/mobile/lib/hooks/useJSONRef/fetchRefs.js +12 -12
- package/mobile/lib/hooks/useJSONRef/resolveBlockProps.d.ts +1 -1
- package/mobile/lib/hooks/useJSONRef/resolveBlockProps.js +2 -2
- package/mobile/lib/hooks/useJSONRef/useJSONRef.d.ts +1 -1
- package/mobile/lib/hooks/useJSONRef/useJSONRef.js +14 -14
- package/mobile/lib/hooks/useLink.d.ts +7 -7
- package/mobile/lib/hooks/useLink.js +36 -36
- package/mobile/lib/hooks/useLocation.d.ts +2 -2
- package/mobile/lib/hooks/useLocation.js +39 -39
- package/mobile/lib/hooks/useMediaQuery.d.ts +3 -0
- package/mobile/lib/hooks/useMediaQuery.js +17 -0
- package/mobile/lib/hooks/useMediaQuery.js.map +1 -0
- package/mobile/lib/hooks/useMobileMode.d.ts +1 -1
- package/mobile/lib/hooks/useMobileMode.js +4 -20
- package/mobile/lib/hooks/useMobileMode.js.map +1 -1
- package/mobile/lib/hooks/useNormalizedInput.d.ts +12 -12
- package/mobile/lib/hooks/useNormalizedInput.js +19 -19
- package/mobile/lib/hooks/useRegions.d.ts +7 -7
- package/mobile/lib/hooks/useRegions.js +7 -7
- package/mobile/lib/hooks/useResizeObserver.d.ts +3 -3
- package/mobile/lib/hooks/useResizeObserver.js +18 -18
- package/mobile/lib/hooks/useRouter.d.ts +15 -19
- package/mobile/lib/hooks/useRouter.js +18 -21
- package/mobile/lib/hooks/useRouter.js.map +1 -1
- package/mobile/lib/hooks/useSWRResource.d.ts +7 -7
- package/mobile/lib/hooks/useSWRResource.js +9 -9
- package/mobile/lib/icons/IconName.d.ts +246 -246
- package/mobile/lib/icons/IconName.js +243 -243
- package/mobile/lib/index.d.ts +11 -11
- package/mobile/lib/index.js +11 -11
- package/mobile/lib/model/Align.d.ts +5 -5
- package/mobile/lib/model/Align.js +1 -1
- package/mobile/lib/model/AlignJustifyStyle.d.ts +2 -2
- package/mobile/lib/model/AlignJustifyStyle.js +5 -5
- package/mobile/lib/model/AlignStyles.d.ts +1 -1
- package/mobile/lib/model/AlignStyles.js +1 -1
- package/mobile/lib/model/AspectsProps.d.ts +40 -40
- package/mobile/lib/model/AspectsProps.js +1 -1
- package/mobile/lib/model/Attachment.d.ts +6 -6
- package/mobile/lib/model/Attachment.js +1 -1
- package/mobile/lib/model/BgColorVersion.d.ts +8 -8
- package/mobile/lib/model/BgColorVersion.js +1 -1
- package/mobile/lib/model/BlockDecorator.d.ts +16 -16
- package/mobile/lib/model/BlockDecorator.js +1 -1
- package/mobile/lib/model/BlockVersion.d.ts +8 -8
- package/mobile/lib/model/BlockVersion.js +1 -1
- package/mobile/lib/model/BlocksRegistry.d.ts +2 -2
- package/mobile/lib/model/BlocksRegistry.js +1 -1
- package/mobile/lib/model/Bullets.d.ts +7 -7
- package/mobile/lib/model/Bullets.js +1 -1
- package/mobile/lib/model/ButtonVersion.d.ts +5 -5
- package/mobile/lib/model/ButtonVersion.js +1 -1
- package/mobile/lib/model/ContentPageBase.d.ts +25 -25
- package/mobile/lib/model/ContentPageBase.js +1 -1
- package/mobile/lib/model/ContentPageDef.d.ts +32 -32
- package/mobile/lib/model/ContentPageDef.js +1 -1
- package/mobile/lib/model/ContentPageMeta.d.ts +101 -101
- package/mobile/lib/model/ContentPageMeta.js +1 -1
- package/mobile/lib/model/DefaultListItemType.d.ts +4 -4
- package/mobile/lib/model/DefaultListItemType.js +1 -1
- package/mobile/lib/model/EmptyOptionType.d.ts +2 -2
- package/mobile/lib/model/EmptyOptionType.js +1 -1
- package/mobile/lib/model/Fallback.d.ts +4 -5
- package/mobile/lib/model/Fallback.js +1 -1
- package/mobile/lib/model/Footnote.d.ts +4 -4
- package/mobile/lib/model/Footnote.js +1 -1
- package/mobile/lib/model/HeadlineType.d.ts +41 -41
- package/mobile/lib/model/HeadlineType.js +1 -1
- package/mobile/lib/model/IconVersion.d.ts +13 -13
- package/mobile/lib/model/IconVersion.js +13 -13
- package/mobile/lib/model/ImageSize.d.ts +6 -6
- package/mobile/lib/model/ImageSize.js +1 -1
- package/mobile/lib/model/InputTypes.d.ts +1 -1
- package/mobile/lib/model/InputTypes.js +1 -1
- package/mobile/lib/model/LinkButtonVersion.d.ts +6 -6
- package/mobile/lib/model/LinkButtonVersion.js +1 -1
- package/mobile/lib/model/LinkProps.d.ts +25 -25
- package/mobile/lib/model/LinkProps.js +1 -1
- package/mobile/lib/model/ListOrientation.d.ts +8 -8
- package/mobile/lib/model/ListOrientation.js +1 -1
- package/mobile/lib/model/LogoType.d.ts +14 -14
- package/mobile/lib/model/LogoType.js +1 -1
- package/mobile/lib/model/Picture.d.ts +42 -42
- package/mobile/lib/model/Picture.js +1 -1
- package/mobile/lib/model/ProductColorVersion.d.ts +4 -4
- package/mobile/lib/model/ProductColorVersion.js +1 -1
- package/mobile/lib/model/SizeVersion.d.ts +8 -8
- package/mobile/lib/model/SizeVersion.js +1 -1
- package/mobile/lib/model/TableVersion.d.ts +1 -1
- package/mobile/lib/model/TableVersion.js +1 -1
- package/mobile/lib/model/VNode.d.ts +1 -1
- package/mobile/lib/model/VNode.js +1 -1
- package/mobile/lib/services/regionsGrantSupport/RegionsGrantSupportData.d.ts +7 -7
- package/mobile/lib/services/regionsGrantSupport/RegionsGrantSupportData.js +1 -1
- package/mobile/lib/services/search/joinMaps.d.ts +1 -1
- package/mobile/lib/services/search/joinMaps.js +6 -6
- package/mobile/lib/services/search/search.d.ts +12 -12
- package/mobile/lib/services/search/search.js +35 -35
- package/mobile/lib/services/search/textRank.d.ts +1 -1
- package/mobile/lib/services/search/textRank.js +10 -10
- package/mobile/lib/services/search/tokenize.d.ts +1 -1
- package/mobile/lib/services/search/tokenize.js +5 -5
- package/mobile/lib/services/search/useSearch.d.ts +13 -13
- package/mobile/lib/services/search/useSearch.js +24 -24
- package/mobile/lib/setup-fixture.d.ts +1 -1
- package/mobile/lib/setup-fixture.js +39 -42
- package/mobile/lib/setup-fixture.js.map +1 -1
- package/mobile/lib/ui-kit/ARIAProps.d.ts +4 -4
- package/mobile/lib/ui-kit/ARIAProps.js +1 -1
- package/mobile/lib/ui-kit/ApplicationFormLayout/ApplicationFormLayout.d.ts +5 -5
- package/mobile/lib/ui-kit/ApplicationFormLayout/ApplicationFormLayout.js +8 -8
- package/mobile/lib/ui-kit/ApplicationFormLayout/ApplicationFormLayoutContent.d.ts +9 -9
- package/mobile/lib/ui-kit/ApplicationFormLayout/ApplicationFormLayoutContent.js +1 -1
- package/mobile/lib/ui-kit/Badge/Badge.d.ts +6 -6
- package/mobile/lib/ui-kit/Badge/Badge.js +13 -19
- package/mobile/lib/ui-kit/Badge/Badge.js.map +1 -1
- package/mobile/lib/ui-kit/BaseFiltration/BaseFiltrationContent.d.ts +48 -48
- package/mobile/lib/ui-kit/BaseFiltration/BaseFiltrationContent.js +1 -1
- package/mobile/lib/ui-kit/BaseFiltration/FilteredBlocks.d.ts +8 -8
- package/mobile/lib/ui-kit/BaseFiltration/FilteredBlocks.js +16 -16
- package/mobile/lib/ui-kit/BaseFiltration/FiltrationForm.d.ts +13 -13
- package/mobile/lib/ui-kit/BaseFiltration/FiltrationForm.js +21 -21
- package/mobile/lib/ui-kit/BaseFiltration/FiltrationSchemaContent.d.ts +61 -61
- package/mobile/lib/ui-kit/BaseFiltration/FiltrationSchemaContent.js +1 -1
- package/mobile/lib/ui-kit/BaseFiltration/HotFilterBase.d.ts +5 -5
- package/mobile/lib/ui-kit/BaseFiltration/HotFilterBase.js +1 -1
- package/mobile/lib/ui-kit/BaseFiltration/filterBlocks.d.ts +2 -2
- package/mobile/lib/ui-kit/BaseFiltration/filterBlocks.js +5 -5
- package/mobile/lib/ui-kit/BaseFiltration/getBadgeCount.d.ts +3 -3
- package/mobile/lib/ui-kit/BaseFiltration/getBadgeCount.js +2 -2
- package/mobile/lib/ui-kit/BaseFiltration/hotFilterRecordCmp.d.ts +1 -1
- package/mobile/lib/ui-kit/BaseFiltration/hotFilterRecordCmp.js +2 -2
- package/mobile/lib/ui-kit/BaseFiltration/renderCarouselBlocks.d.ts +6 -6
- package/mobile/lib/ui-kit/BaseFiltration/renderCarouselBlocks.js +11 -11
- package/mobile/lib/ui-kit/BaseFiltration/renderGridBlocks.d.ts +10 -10
- package/mobile/lib/ui-kit/BaseFiltration/renderGridBlocks.js +16 -16
- package/mobile/lib/ui-kit/BaseFiltration/targetMatchPattern.d.ts +1 -1
- package/mobile/lib/ui-kit/BaseFiltration/targetMatchPattern.js +29 -29
- package/mobile/lib/ui-kit/BaseFiltration/useFiltrationForm.d.ts +12 -12
- package/mobile/lib/ui-kit/BaseFiltration/useFiltrationForm.js +15 -15
- package/mobile/lib/ui-kit/BaseFiltration/useHotFilters.d.ts +14 -14
- package/mobile/lib/ui-kit/BaseFiltration/useHotFilters.js +22 -22
- package/mobile/lib/ui-kit/BaseProductTile/BaseProductTile.d.ts +15 -15
- package/mobile/lib/ui-kit/BaseProductTile/BaseProductTile.js +28 -28
- package/mobile/lib/ui-kit/BaseProductTile/BaseProductTileContent.d.ts +32 -32
- package/mobile/lib/ui-kit/BaseProductTile/BaseProductTileContent.js +1 -1
- package/mobile/lib/ui-kit/BaseTile/BaseTile.d.ts +16 -16
- package/mobile/lib/ui-kit/BaseTile/BaseTile.js +35 -35
- package/mobile/lib/ui-kit/BenefitItem/BenefitItem.d.ts +7 -7
- package/mobile/lib/ui-kit/BenefitItem/BenefitItem.js +6 -6
- package/mobile/lib/ui-kit/BenefitItem/BenefitItemContent.d.ts +7 -7
- package/mobile/lib/ui-kit/BenefitItem/BenefitItemContent.js +1 -1
- package/mobile/lib/ui-kit/BenefitItem/renderBenefitDescription.d.ts +2 -2
- package/mobile/lib/ui-kit/BenefitItem/renderBenefitDescription.js +3 -3
- package/mobile/lib/ui-kit/BenefitItem/renderBenefitIcon.d.ts +4 -4
- package/mobile/lib/ui-kit/BenefitItem/renderBenefitIcon.js +6 -6
- package/mobile/lib/ui-kit/BenefitItem/renderBenefitLabel.d.ts +2 -2
- package/mobile/lib/ui-kit/BenefitItem/renderBenefitLabel.js +3 -3
- package/mobile/lib/ui-kit/BenefitItem/renderBenefitText.d.ts +6 -6
- package/mobile/lib/ui-kit/BenefitItem/renderBenefitText.js +11 -11
- package/mobile/lib/ui-kit/BenefitsList/BenefitsList.d.ts +2 -2
- package/mobile/lib/ui-kit/BenefitsList/BenefitsList.js +5 -5
- package/mobile/lib/ui-kit/BenefitsList/BenefitsListContent.d.ts +16 -16
- package/mobile/lib/ui-kit/BenefitsList/BenefitsListContent.js +1 -1
- package/mobile/lib/ui-kit/BenefitsList/BenefitsListProps.d.ts +5 -5
- package/mobile/lib/ui-kit/BenefitsList/BenefitsListProps.js +1 -1
- package/mobile/lib/ui-kit/BenefitsList/DefaultBenefitsList.d.ts +2 -2
- package/mobile/lib/ui-kit/BenefitsList/DefaultBenefitsList.js +11 -11
- package/mobile/lib/ui-kit/BenefitsList/TabularBenefitsList.d.ts +2 -2
- package/mobile/lib/ui-kit/BenefitsList/TabularBenefitsList.js +5 -5
- package/mobile/lib/ui-kit/BlockWrapper.d.ts +10 -10
- package/mobile/lib/ui-kit/BlockWrapper.js +26 -26
- package/mobile/lib/ui-kit/Button/Button.d.ts +13 -13
- package/mobile/lib/ui-kit/Button/Button.js +21 -21
- package/mobile/lib/ui-kit/Button/useButton.d.ts +2 -2
- package/mobile/lib/ui-kit/Button/useButton.js +12 -12
- package/mobile/lib/ui-kit/Calculator/CalculatorLayout.d.ts +5 -5
- package/mobile/lib/ui-kit/Calculator/CalculatorLayout.js +6 -6
- package/mobile/lib/ui-kit/Calculator/CalculatorProps.d.ts +29 -29
- package/mobile/lib/ui-kit/Calculator/CalculatorProps.js +1 -1
- package/mobile/lib/ui-kit/Calculator/CalculatorStyle.d.ts +7 -7
- package/mobile/lib/ui-kit/Calculator/CalculatorStyle.js +7 -7
- package/mobile/lib/ui-kit/Calculator/CalculatorValueBlock.d.ts +12 -12
- package/mobile/lib/ui-kit/Calculator/CalculatorValueBlock.js +9 -9
- package/mobile/lib/ui-kit/Calculator/Rate.d.ts +11 -11
- package/mobile/lib/ui-kit/Calculator/Rate.js +5 -5
- package/mobile/lib/ui-kit/Calculator/UnknownRate.d.ts +5 -5
- package/mobile/lib/ui-kit/Calculator/UnknownRate.js +6 -6
- package/mobile/lib/ui-kit/Calculator/calculatorConstants.d.ts +5 -5
- package/mobile/lib/ui-kit/Calculator/calculatorConstants.js +5 -5
- package/mobile/lib/ui-kit/Calculator/getDefaultParams.d.ts +5 -5
- package/mobile/lib/ui-kit/Calculator/getDefaultParams.js +20 -20
- package/mobile/lib/ui-kit/Calculator/getDefaultValues.d.ts +3 -3
- package/mobile/lib/ui-kit/Calculator/getDefaultValues.js +7 -7
- package/mobile/lib/ui-kit/Calculator/getMonthlyPayment.d.ts +11 -11
- package/mobile/lib/ui-kit/Calculator/getMonthlyPayment.js +23 -23
- package/mobile/lib/ui-kit/Calculator/rangeHelpers.d.ts +7 -7
- package/mobile/lib/ui-kit/Calculator/rangeHelpers.js +17 -17
- package/mobile/lib/ui-kit/Calculator/renderBinaryRadioButtonGroup.d.ts +14 -14
- package/mobile/lib/ui-kit/Calculator/renderBinaryRadioButtonGroup.js +4 -4
- package/mobile/lib/ui-kit/Calculator/renderDaysInput.d.ts +3 -3
- package/mobile/lib/ui-kit/Calculator/renderDaysInput.js +5 -5
- package/mobile/lib/ui-kit/Calculator/renderFootnote.d.ts +2 -2
- package/mobile/lib/ui-kit/Calculator/renderFootnote.js +3 -3
- package/mobile/lib/ui-kit/Calculator/renderMonthsInput.d.ts +7 -7
- package/mobile/lib/ui-kit/Calculator/renderMonthsInput.js +5 -5
- package/mobile/lib/ui-kit/Calculator/renderPaymentType.d.ts +3 -3
- package/mobile/lib/ui-kit/Calculator/renderPaymentType.js +9 -9
- package/mobile/lib/ui-kit/Calculator/renderPayout.d.ts +3 -3
- package/mobile/lib/ui-kit/Calculator/renderPayout.js +8 -8
- package/mobile/lib/ui-kit/Calculator/renderRate.d.ts +10 -10
- package/mobile/lib/ui-kit/Calculator/renderRate.js +5 -5
- package/mobile/lib/ui-kit/Calculator/renderWantedSumInput.d.ts +8 -8
- package/mobile/lib/ui-kit/Calculator/renderWantedSumInput.js +10 -10
- package/mobile/lib/ui-kit/Calculator/setDefaultParamsCalc.d.ts +12 -12
- package/mobile/lib/ui-kit/Calculator/setDefaultParamsCalc.js +7 -7
- package/mobile/lib/ui-kit/Checkbox/Checkbox.d.ts +2 -2
- package/mobile/lib/ui-kit/Checkbox/Checkbox.js +30 -30
- package/mobile/lib/ui-kit/Checkbox/CheckboxProps.d.ts +9 -9
- package/mobile/lib/ui-kit/Checkbox/CheckboxProps.js +1 -1
- package/mobile/lib/ui-kit/Checkbox/CheckboxWithError.d.ts +2 -2
- package/mobile/lib/ui-kit/Checkbox/CheckboxWithError.js +6 -6
- package/mobile/lib/ui-kit/Checkbox/checkboxStyle.d.ts +1 -1
- package/mobile/lib/ui-kit/Checkbox/checkboxStyle.js +1 -1
- package/mobile/lib/ui-kit/ClientOnly.d.ts +1 -1
- package/mobile/lib/ui-kit/ClientOnly.js +4 -4
- package/mobile/lib/ui-kit/ControlProps.d.ts +4 -4
- package/mobile/lib/ui-kit/ControlProps.js +1 -1
- package/mobile/lib/ui-kit/ControlStateProps.d.ts +4 -4
- package/mobile/lib/ui-kit/ControlStateProps.js +1 -1
- package/mobile/lib/ui-kit/CookiePopup/CookiePopup.d.ts +6 -6
- package/mobile/lib/ui-kit/CookiePopup/CookiePopup.js +22 -22
- package/mobile/lib/ui-kit/CurrencyInput/CurrencyInput.d.ts +2 -2
- package/mobile/lib/ui-kit/CurrencyInput/CurrencyInput.js +5 -5
- package/mobile/lib/ui-kit/CurrencyInput/adjustValue.d.ts +3 -3
- package/mobile/lib/ui-kit/CurrencyInput/adjustValue.js +18 -18
- package/mobile/lib/ui-kit/DatePicker/Calendar.d.ts +10 -10
- package/mobile/lib/ui-kit/DatePicker/Calendar.js +23 -23
- package/mobile/lib/ui-kit/DatePicker/DatePicker.d.ts +10 -10
- package/mobile/lib/ui-kit/DatePicker/DatePicker.js +41 -41
- package/mobile/lib/ui-kit/DatePicker/DatePickerControl.d.ts +9 -9
- package/mobile/lib/ui-kit/DatePicker/DatePickerControl.js +6 -6
- package/mobile/lib/ui-kit/DatePicker/getYears.d.ts +1 -1
- package/mobile/lib/ui-kit/DatePicker/getYears.js +2 -2
- package/mobile/lib/ui-kit/DatePicker/months.d.ts +1 -1
- package/mobile/lib/ui-kit/DatePicker/months.js +14 -14
- package/mobile/lib/ui-kit/DatePicker/renderCalendarCells.d.ts +12 -12
- package/mobile/lib/ui-kit/DatePicker/renderCalendarCells.js +31 -31
- package/mobile/lib/ui-kit/DatePicker/useDatePickerManager.d.ts +26 -26
- package/mobile/lib/ui-kit/DatePicker/useDatePickerManager.js +44 -44
- package/mobile/lib/ui-kit/DialogManager/CloseButton.d.ts +7 -7
- package/mobile/lib/ui-kit/DialogManager/CloseButton.js +5 -5
- package/mobile/lib/ui-kit/DialogManager/Dialog.d.ts +9 -9
- package/mobile/lib/ui-kit/DialogManager/Dialog.js +14 -14
- package/mobile/lib/ui-kit/DialogManager/DialogAction.d.ts +12 -12
- package/mobile/lib/ui-kit/DialogManager/DialogAction.js +1 -1
- package/mobile/lib/ui-kit/DialogManager/DialogManager.d.ts +2 -2
- package/mobile/lib/ui-kit/DialogManager/DialogManager.js +36 -36
- package/mobile/lib/ui-kit/DialogManager/isDialogOpen.d.ts +2 -2
- package/mobile/lib/ui-kit/DialogManager/isDialogOpen.js +1 -1
- package/mobile/lib/ui-kit/DialogManager/useDialogManager.d.ts +10 -10
- package/mobile/lib/ui-kit/DialogManager/useDialogManager.js +6 -6
- package/mobile/lib/ui-kit/DialogManager/useDialogsList.d.ts +7 -7
- package/mobile/lib/ui-kit/DialogManager/useDialogsList.js +33 -33
- package/mobile/lib/ui-kit/Foldable/DefaultFoldButton.d.ts +15 -15
- package/mobile/lib/ui-kit/Foldable/DefaultFoldButton.js +17 -17
- package/mobile/lib/ui-kit/Foldable/Foldable.d.ts +10 -10
- package/mobile/lib/ui-kit/Foldable/Foldable.js +12 -12
- package/mobile/lib/ui-kit/Foldable/FoldablePartProps.d.ts +4 -4
- package/mobile/lib/ui-kit/Foldable/FoldablePartProps.js +1 -1
- package/mobile/lib/ui-kit/Foldable/FoldableSection.d.ts +5 -5
- package/mobile/lib/ui-kit/Foldable/FoldableSection.js +15 -15
- package/mobile/lib/ui-kit/HeaderItem/HeaderItem.d.ts +3 -3
- package/mobile/lib/ui-kit/HeaderItem/HeaderItem.js +10 -10
- package/mobile/lib/ui-kit/Heading/Heading.d.ts +2 -2
- package/mobile/lib/ui-kit/Heading/Heading.js +17 -17
- package/mobile/lib/ui-kit/Heading/HeadingProps.d.ts +19 -19
- package/mobile/lib/ui-kit/Heading/HeadingProps.js +1 -1
- package/mobile/lib/ui-kit/Heading/headingTag.d.ts +2 -2
- package/mobile/lib/ui-kit/Heading/headingTag.js +9 -9
- package/mobile/lib/ui-kit/Icon/Icon.d.ts +2 -2
- package/mobile/lib/ui-kit/Icon/Icon.js +34 -34
- package/mobile/lib/ui-kit/Icon/IconProps.d.ts +29 -29
- package/mobile/lib/ui-kit/Icon/IconProps.js +1 -1
- package/mobile/lib/ui-kit/Icon/RoundedIcon.d.ts +7 -7
- package/mobile/lib/ui-kit/Icon/RoundedIcon.js +17 -17
- package/mobile/lib/ui-kit/Img/Img.d.ts +2 -2
- package/mobile/lib/ui-kit/Img/Img.js +10 -10
- package/mobile/lib/ui-kit/Img/ImgAsPicture.d.ts +2 -2
- package/mobile/lib/ui-kit/Img/ImgAsPicture.js +22 -22
- package/mobile/lib/ui-kit/Img/ImgProps.d.ts +9 -9
- package/mobile/lib/ui-kit/Img/ImgProps.js +1 -1
- package/mobile/lib/ui-kit/InnerTable/InnerTable.d.ts +5 -5
- package/mobile/lib/ui-kit/InnerTable/InnerTable.js +17 -17
- package/mobile/lib/ui-kit/InnerTable/InnerTableBody.d.ts +6 -6
- package/mobile/lib/ui-kit/InnerTable/InnerTableBody.js +10 -10
- package/mobile/lib/ui-kit/InnerTable/InnerTableBodyItem.d.ts +5 -5
- package/mobile/lib/ui-kit/InnerTable/InnerTableBodyItem.js +5 -5
- package/mobile/lib/ui-kit/InnerTable/InnerTableButton.d.ts +8 -8
- package/mobile/lib/ui-kit/InnerTable/InnerTableButton.js +5 -5
- package/mobile/lib/ui-kit/InnerTable/InnerTableHeader.d.ts +7 -7
- package/mobile/lib/ui-kit/InnerTable/InnerTableHeader.js +9 -9
- package/mobile/lib/ui-kit/InnerTable/InnerTableProps.d.ts +21 -21
- package/mobile/lib/ui-kit/InnerTable/InnerTableProps.js +1 -1
- package/mobile/lib/ui-kit/InnerTable/getHorizontalShift.d.ts +2 -2
- package/mobile/lib/ui-kit/InnerTable/getHorizontalShift.js +3 -3
- package/mobile/lib/ui-kit/InnerTable/linkButtonVersion.d.ts +1 -1
- package/mobile/lib/ui-kit/InnerTable/linkButtonVersion.js +1 -1
- package/mobile/lib/ui-kit/InnerTable/renderInnerTableRow.d.ts +3 -3
- package/mobile/lib/ui-kit/InnerTable/renderInnerTableRow.js +15 -15
- package/mobile/lib/ui-kit/InnerTable/useTariffsInnerTableData.d.ts +1 -1
- package/mobile/lib/ui-kit/InnerTable/useTariffsInnerTableData.js +12 -12
- package/mobile/lib/ui-kit/Input/Input.d.ts +2 -2
- package/mobile/lib/ui-kit/Input/Input.js +22 -22
- package/mobile/lib/ui-kit/Input/InputControl.d.ts +2 -2
- package/mobile/lib/ui-kit/Input/InputControl.js +6 -6
- package/mobile/lib/ui-kit/Input/InputPhoneControl.d.ts +2 -2
- package/mobile/lib/ui-kit/Input/InputPhoneControl.js +6 -6
- package/mobile/lib/ui-kit/Input/InputProps.d.ts +20 -20
- package/mobile/lib/ui-kit/Input/InputProps.js +1 -1
- package/mobile/lib/ui-kit/Input/inputValidStyle.d.ts +1 -1
- package/mobile/lib/ui-kit/Input/inputValidStyle.js +1 -1
- package/mobile/lib/ui-kit/Input/renderErrorText.d.ts +2 -2
- package/mobile/lib/ui-kit/Input/renderErrorText.js +3 -3
- package/mobile/lib/ui-kit/Input/renderLabel.d.ts +2 -2
- package/mobile/lib/ui-kit/Input/renderLabel.js +3 -3
- package/mobile/lib/ui-kit/InputRange/InputRange.d.ts +2 -2
- package/mobile/lib/ui-kit/InputRange/InputRange.js +27 -27
- package/mobile/lib/ui-kit/InputRange/InputRangeProps.d.ts +11 -11
- package/mobile/lib/ui-kit/InputRange/InputRangeProps.js +1 -1
- package/mobile/lib/ui-kit/InputRange/parseDecimal.d.ts +1 -1
- package/mobile/lib/ui-kit/InputRange/parseDecimal.js +5 -5
- package/mobile/lib/ui-kit/InputRange/renderRangeWithTicks.d.ts +12 -12
- package/mobile/lib/ui-kit/InputRange/renderRangeWithTicks.js +16 -16
- package/mobile/lib/ui-kit/LinkButton/ArrowButton.d.ts +7 -7
- package/mobile/lib/ui-kit/LinkButton/ArrowButton.js +13 -13
- package/mobile/lib/ui-kit/LinkButton/ButtonInner.d.ts +3 -3
- package/mobile/lib/ui-kit/LinkButton/ButtonInner.js +19 -19
- package/mobile/lib/ui-kit/LinkButton/ButtonsSectionContent.d.ts +8 -8
- package/mobile/lib/ui-kit/LinkButton/ButtonsSectionContent.js +1 -1
- package/mobile/lib/ui-kit/LinkButton/GetButtonClassParams.d.ts +7 -7
- package/mobile/lib/ui-kit/LinkButton/GetButtonClassParams.js +1 -1
- package/mobile/lib/ui-kit/LinkButton/LinkButton.d.ts +3 -3
- package/mobile/lib/ui-kit/LinkButton/LinkButton.js +18 -18
- package/mobile/lib/ui-kit/LinkButton/LinkButtonContent.d.ts +23 -23
- package/mobile/lib/ui-kit/LinkButton/LinkButtonContent.js +1 -1
- package/mobile/lib/ui-kit/LinkButton/LinkButtonProps.d.ts +17 -17
- package/mobile/lib/ui-kit/LinkButton/LinkButtonProps.js +1 -1
- package/mobile/lib/ui-kit/LinkButton/buttonClassNameConstants.d.ts +9 -9
- package/mobile/lib/ui-kit/LinkButton/buttonClassNameConstants.js +33 -33
- package/mobile/lib/ui-kit/LinkButton/getDisabledButtonClasses.d.ts +3 -3
- package/mobile/lib/ui-kit/LinkButton/getDisabledButtonClasses.js +9 -9
- package/mobile/lib/ui-kit/LinkButton/getRegularButtonClasses.d.ts +3 -3
- package/mobile/lib/ui-kit/LinkButton/getRegularButtonClasses.js +9 -9
- package/mobile/lib/ui-kit/LinkButton/renderArrows.d.ts +13 -13
- package/mobile/lib/ui-kit/LinkButton/renderArrows.js +11 -11
- package/mobile/lib/ui-kit/LinkButton/renderButtonsSection.d.ts +10 -10
- package/mobile/lib/ui-kit/LinkButton/renderButtonsSection.js +21 -21
- package/mobile/lib/ui-kit/LinkButton/useFormSubmit.d.ts +4 -4
- package/mobile/lib/ui-kit/LinkButton/useFormSubmit.js +22 -22
- package/mobile/lib/ui-kit/LinkWrapper/LinkWrapper.d.ts +10 -10
- package/mobile/lib/ui-kit/LinkWrapper/LinkWrapper.js +11 -11
- package/mobile/lib/ui-kit/ListControlProps.d.ts +4 -4
- package/mobile/lib/ui-kit/ListControlProps.js +1 -1
- package/mobile/lib/ui-kit/LocationDialog/LocationDialog.d.ts +6 -6
- package/mobile/lib/ui-kit/LocationDialog/LocationDialog.js +39 -39
- package/mobile/lib/ui-kit/LocationDialog/SearchBar.d.ts +6 -6
- package/mobile/lib/ui-kit/LocationDialog/SearchBar.js +7 -7
- package/mobile/lib/ui-kit/LocationDialog/renderForeignOffices.d.ts +3 -3
- package/mobile/lib/ui-kit/LocationDialog/renderForeignOffices.js +11 -11
- package/mobile/lib/ui-kit/LocationDialog/renderRegion.d.ts +6 -6
- package/mobile/lib/ui-kit/LocationDialog/renderRegion.js +5 -5
- package/mobile/lib/ui-kit/LocationDialog/renderRegionGroup.d.ts +4 -4
- package/mobile/lib/ui-kit/LocationDialog/renderRegionGroup.js +4 -4
- package/mobile/lib/ui-kit/LocationDialog/useLocationDialog.d.ts +6 -6
- package/mobile/lib/ui-kit/LocationDialog/useLocationDialog.js +10 -10
- package/mobile/lib/ui-kit/Logo/Logo.d.ts +12 -12
- package/mobile/lib/ui-kit/Logo/Logo.js +15 -15
- package/mobile/lib/ui-kit/Logo/iconSize.d.ts +4 -4
- package/mobile/lib/ui-kit/Logo/iconSize.js +1 -1
- package/mobile/lib/ui-kit/Logo/logoTitleSizeStyle.d.ts +1 -1
- package/mobile/lib/ui-kit/Logo/logoTitleSizeStyle.js +1 -1
- package/mobile/lib/ui-kit/Logo/renderImage.d.ts +6 -6
- package/mobile/lib/ui-kit/Logo/renderImage.js +19 -19
- package/mobile/lib/ui-kit/NotFound/NotFound.d.ts +2 -2
- package/mobile/lib/ui-kit/NotFound/NotFound.js +6 -9
- package/mobile/lib/ui-kit/NotFound/NotFound.js.map +1 -1
- package/mobile/lib/ui-kit/NumberInput/NumberInput.d.ts +8 -8
- package/mobile/lib/ui-kit/NumberInput/NumberInput.js +19 -19
- package/mobile/lib/ui-kit/Pagination/PageSizeSelector.d.ts +7 -7
- package/mobile/lib/ui-kit/Pagination/PageSizeSelector.js +8 -8
- package/mobile/lib/ui-kit/Pagination/Pagination.d.ts +9 -9
- package/mobile/lib/ui-kit/Pagination/Pagination.js +4 -4
- package/mobile/lib/ui-kit/Pagination/PaginationContainer.d.ts +7 -7
- package/mobile/lib/ui-kit/Pagination/PaginationContainer.js +27 -27
- package/mobile/lib/ui-kit/Pagination/paginationBlockStyle.d.ts +1 -1
- package/mobile/lib/ui-kit/Pagination/paginationBlockStyle.js +1 -1
- package/mobile/lib/ui-kit/Pagination/renderPages.d.ts +3 -3
- package/mobile/lib/ui-kit/Pagination/renderPages.js +14 -14
- package/mobile/lib/ui-kit/Pagination/shouldRenderPage.d.ts +1 -1
- package/mobile/lib/ui-kit/Pagination/shouldRenderPage.js +5 -5
- package/mobile/lib/ui-kit/Paragraph/Paragraph.d.ts +2 -2
- package/mobile/lib/ui-kit/Paragraph/Paragraph.js +4 -4
- package/mobile/lib/ui-kit/Paragraph/ParagraphProps.d.ts +7 -7
- package/mobile/lib/ui-kit/Paragraph/ParagraphProps.js +1 -1
- package/mobile/lib/ui-kit/PhoneInput/PhoneInput.d.ts +2 -2
- package/mobile/lib/ui-kit/PhoneInput/PhoneInput.js +12 -12
- package/mobile/lib/ui-kit/PhoneInput/normalizePhone.d.ts +1 -1
- package/mobile/lib/ui-kit/PhoneInput/normalizePhone.js +13 -13
- package/mobile/lib/ui-kit/PopupManager/PopupAction.d.ts +16 -16
- package/mobile/lib/ui-kit/PopupManager/PopupAction.js +1 -1
- package/mobile/lib/ui-kit/PopupManager/PopupManager.d.ts +2 -2
- package/mobile/lib/ui-kit/PopupManager/PopupManager.js +37 -37
- package/mobile/lib/ui-kit/PopupManager/usePopupManager.d.ts +7 -7
- package/mobile/lib/ui-kit/PopupManager/usePopupManager.js +6 -6
- package/mobile/lib/ui-kit/PreventableEvent.d.ts +7 -7
- package/mobile/lib/ui-kit/PreventableEvent.js +1 -1
- package/mobile/lib/ui-kit/PriceList/PriceList.d.ts +2 -2
- package/mobile/lib/ui-kit/PriceList/PriceList.js +6 -6
- package/mobile/lib/ui-kit/PriceList/PriceListProps.d.ts +9 -9
- package/mobile/lib/ui-kit/PriceList/PriceListProps.js +1 -1
- package/mobile/lib/ui-kit/Radio/Radio.d.ts +2 -2
- package/mobile/lib/ui-kit/Radio/Radio.js +7 -7
- package/mobile/lib/ui-kit/Radio/RadioProps.d.ts +8 -8
- package/mobile/lib/ui-kit/Radio/RadioProps.js +1 -1
- package/mobile/lib/ui-kit/RadioButtonGroup/RadioButtonGroup.d.ts +15 -15
- package/mobile/lib/ui-kit/RadioButtonGroup/RadioButtonGroup.js +9 -9
- package/mobile/lib/ui-kit/ReportDialog/ReportDialog.d.ts +5 -5
- package/mobile/lib/ui-kit/ReportDialog/ReportDialog.js +19 -19
- package/mobile/lib/ui-kit/ReportDialog/useReportDialog.d.ts +6 -6
- package/mobile/lib/ui-kit/ReportDialog/useReportDialog.js +10 -10
- package/mobile/lib/ui-kit/ResponseTypeDialog/ResponseTypeDialog.d.ts +4 -4
- package/mobile/lib/ui-kit/ResponseTypeDialog/ResponseTypeDialog.js +17 -17
- package/mobile/lib/ui-kit/ResponseTypeDialog/useResponseTypeDialog.d.ts +8 -8
- package/mobile/lib/ui-kit/ResponseTypeDialog/useResponseTypeDialog.js +10 -10
- package/mobile/lib/ui-kit/RichText/RichText.d.ts +2 -2
- package/mobile/lib/ui-kit/RichText/RichText.js +12 -12
- package/mobile/lib/ui-kit/RichText/RichTextProps.d.ts +20 -20
- package/mobile/lib/ui-kit/RichText/RichTextProps.js +1 -1
- package/mobile/lib/ui-kit/RichText/getHtmlText.d.ts +1 -1
- package/mobile/lib/ui-kit/RichText/getHtmlText.js +1 -1
- package/mobile/lib/ui-kit/SVG.d.ts +21 -21
- package/mobile/lib/ui-kit/SVG.js +8 -8
- package/mobile/lib/ui-kit/SearchBar/SearchBar.d.ts +9 -9
- package/mobile/lib/ui-kit/SearchBar/SearchBar.js +21 -21
- package/mobile/lib/ui-kit/SearchDialog/SearchDialog.d.ts +6 -6
- package/mobile/lib/ui-kit/SearchDialog/SearchDialog.js +24 -24
- package/mobile/lib/ui-kit/SearchDialog/SearchInput.d.ts +9 -9
- package/mobile/lib/ui-kit/SearchDialog/SearchInput.js +12 -12
- package/mobile/lib/ui-kit/SearchDialog/useSearchDialog.d.ts +6 -6
- package/mobile/lib/ui-kit/SearchDialog/useSearchDialog.js +10 -10
- package/mobile/lib/ui-kit/Select/Option.d.ts +4 -4
- package/mobile/lib/ui-kit/Select/Option.js +1 -1
- package/mobile/lib/ui-kit/Select/Select.d.ts +16 -16
- package/mobile/lib/ui-kit/Select/Select.js +34 -34
- package/mobile/lib/ui-kit/Select/SelectControl.d.ts +9 -9
- package/mobile/lib/ui-kit/Select/SelectControl.js +5 -5
- package/mobile/lib/ui-kit/Select/SelectPopup.d.ts +13 -13
- package/mobile/lib/ui-kit/Select/SelectPopup.js +12 -12
- package/mobile/lib/ui-kit/Select/filterOptions.d.ts +2 -2
- package/mobile/lib/ui-kit/Select/filterOptions.js +6 -6
- package/mobile/lib/ui-kit/Select/formatOption.d.ts +2 -2
- package/mobile/lib/ui-kit/Select/formatOption.js +1 -1
- package/mobile/lib/ui-kit/Select/useSelectPopup.d.ts +9 -9
- package/mobile/lib/ui-kit/Select/useSelectPopup.js +31 -31
- package/mobile/lib/ui-kit/Shimmer/Shimmer.d.ts +5 -5
- package/mobile/lib/ui-kit/Shimmer/Shimmer.js +10 -10
- package/mobile/lib/ui-kit/Sitemap/Sitemap.d.ts +2 -2
- package/mobile/lib/ui-kit/Sitemap/Sitemap.js +8 -8
- package/mobile/lib/ui-kit/Sitemap/SitemapProps.d.ts +5 -5
- package/mobile/lib/ui-kit/Sitemap/SitemapProps.js +1 -1
- package/mobile/lib/ui-kit/Sitemap/isVisibleItem.d.ts +2 -2
- package/mobile/lib/ui-kit/Sitemap/isVisibleItem.js +1 -1
- package/mobile/lib/ui-kit/SlideCheckbox/SlideCheckbox.d.ts +8 -8
- package/mobile/lib/ui-kit/SlideCheckbox/SlideCheckbox.js +5 -5
- package/mobile/lib/ui-kit/SlideCheckboxGroup/SlideCheckboxGroup.d.ts +11 -11
- package/mobile/lib/ui-kit/SlideCheckboxGroup/SlideCheckboxGroup.js +18 -18
- package/mobile/lib/ui-kit/SwipeListControl/SwipeListContainer.d.ts +22 -22
- package/mobile/lib/ui-kit/SwipeListControl/SwipeListContainer.js +42 -42
- package/mobile/lib/ui-kit/SwipeListControl/SwipeListControl.d.ts +14 -14
- package/mobile/lib/ui-kit/SwipeListControl/SwipeListControl.js +23 -23
- package/mobile/lib/ui-kit/SwipeListControl/SwipeListControlContent.d.ts +33 -33
- package/mobile/lib/ui-kit/SwipeListControl/SwipeListControlContent.js +1 -1
- package/mobile/lib/ui-kit/SwipeListControl/SwipeListDots.d.ts +14 -14
- package/mobile/lib/ui-kit/SwipeListControl/SwipeListDots.js +26 -26
- package/mobile/lib/ui-kit/SwipeListControl/SwipeListItem.d.ts +14 -14
- package/mobile/lib/ui-kit/SwipeListControl/SwipeListItem.js +14 -14
- package/mobile/lib/ui-kit/SwipeListControl/SwipeListScrollButtons.d.ts +8 -8
- package/mobile/lib/ui-kit/SwipeListControl/SwipeListScrollButtons.js +11 -11
- package/mobile/lib/ui-kit/SwipeListControl/getContainerHeight.d.ts +4 -4
- package/mobile/lib/ui-kit/SwipeListControl/getContainerHeight.js +9 -9
- package/mobile/lib/ui-kit/SwipeListControl/scrollBy.d.ts +1 -1
- package/mobile/lib/ui-kit/SwipeListControl/scrollBy.js +4 -4
- package/mobile/lib/ui-kit/SwipeListControl/scrollToEnd.d.ts +1 -1
- package/mobile/lib/ui-kit/SwipeListControl/scrollToEnd.js +3 -3
- package/mobile/lib/ui-kit/SwipeListControl/scrollToStart.d.ts +1 -1
- package/mobile/lib/ui-kit/SwipeListControl/scrollToStart.js +3 -3
- package/mobile/lib/ui-kit/SwipeListControl/useSwipeListScroll.d.ts +17 -17
- package/mobile/lib/ui-kit/SwipeListControl/useSwipeListScroll.js +63 -63
- package/mobile/lib/ui-kit/TableArrowScrollControl/TableArrowScrollControl.d.ts +2 -2
- package/mobile/lib/ui-kit/TableArrowScrollControl/TableArrowScrollControl.js +14 -14
- package/mobile/lib/ui-kit/TableArrowScrollControl/TableArrowScrollControlProps.d.ts +9 -9
- package/mobile/lib/ui-kit/TableArrowScrollControl/TableArrowScrollControlProps.js +1 -1
- package/mobile/lib/ui-kit/TabsControl/ScrollableTabsControl.d.ts +2 -2
- package/mobile/lib/ui-kit/TabsControl/ScrollableTabsControl.js +42 -42
- package/mobile/lib/ui-kit/TabsControl/TabItem.d.ts +17 -17
- package/mobile/lib/ui-kit/TabsControl/TabItem.js +21 -21
- package/mobile/lib/ui-kit/TabsControl/TabItemInner.d.ts +7 -7
- package/mobile/lib/ui-kit/TabsControl/TabItemInner.js +39 -39
- package/mobile/lib/ui-kit/TabsControl/TabItemInner.js.map +1 -1
- package/mobile/lib/ui-kit/TabsControl/TabsControl.d.ts +2 -2
- package/mobile/lib/ui-kit/TabsControl/TabsControl.js +5 -5
- package/mobile/lib/ui-kit/TabsControl/TabsControlProps.d.ts +20 -20
- package/mobile/lib/ui-kit/TabsControl/TabsControlProps.js +1 -1
- package/mobile/lib/ui-kit/TabsControl/renderTab.d.ts +4 -4
- package/mobile/lib/ui-kit/TabsControl/renderTab.js +3 -3
- package/mobile/lib/ui-kit/TabsControl/renderTabItemInner.d.ts +11 -11
- package/mobile/lib/ui-kit/TabsControl/renderTabItemInner.js +19 -19
- package/mobile/lib/ui-kit/Tags/Tags.d.ts +6 -6
- package/mobile/lib/ui-kit/Tags/Tags.js +6 -6
- package/mobile/lib/ui-kit/Tags/TagsContent.d.ts +6 -6
- package/mobile/lib/ui-kit/Tags/TagsContent.js +1 -1
- package/mobile/lib/ui-kit/Text/Text.d.ts +9 -9
- package/mobile/lib/ui-kit/Text/Text.js +4 -4
- package/mobile/lib/ui-kit/Text/TextProps.d.ts +28 -28
- package/mobile/lib/ui-kit/Text/TextProps.js +1 -1
- package/mobile/lib/ui-kit/TextWithIcon/TextWithIcon.d.ts +13 -13
- package/mobile/lib/ui-kit/TextWithIcon/TextWithIcon.js +7 -7
- package/mobile/lib/ui-kit/TopItem/TopItem.d.ts +11 -11
- package/mobile/lib/ui-kit/TopItem/TopItem.js +17 -17
- package/mobile/lib/ui-kit/Unit/Unit.d.ts +2 -2
- package/mobile/lib/ui-kit/Unit/Unit.js +6 -6
- package/mobile/lib/ui-kit/Unit/UnitProps.d.ts +8 -8
- package/mobile/lib/ui-kit/Unit/UnitProps.js +1 -1
- package/mobile/lib/ui-kit/YandexMap/YandexMap.d.ts +8 -8
- package/mobile/lib/ui-kit/YandexMap/YandexMap.js +53 -53
- package/mobile/lib/ui-kit/YandexMap/ZoomButton.d.ts +7 -7
- package/mobile/lib/ui-kit/YandexMap/ZoomButton.js +21 -21
- package/mobile/lib/ui-kit/YandexMap/defaultStyle.d.ts +6 -6
- package/mobile/lib/ui-kit/YandexMap/defaultStyle.js +6 -6
- package/mobile/lib/ui-kit/YandexMap/mockPoints.d.ts +5 -5
- package/mobile/lib/ui-kit/YandexMap/mockPoints.js +25 -25
- package/mobile/lib/ui-kit/YandexMap/renderClusterer.d.ts +7 -7
- package/mobile/lib/ui-kit/YandexMap/renderClusterer.js +53 -53
- package/mobile/lib/ui-kit/YandexMap/renderSearchField.d.ts +4 -4
- package/mobile/lib/ui-kit/YandexMap/renderSearchField.js +28 -28
- package/mobile/lib/ui-kit/YandexMap/renderUserGeolocation.d.ts +5 -5
- package/mobile/lib/ui-kit/YandexMap/renderUserGeolocation.js +24 -24
- package/mobile/lib/ui-kit/YandexMap/useYandexMaps.d.ts +2 -2
- package/mobile/lib/ui-kit/YandexMap/useYandexMaps.js +7 -7
- package/mobile/lib/utils/BoolComparator.d.ts +11 -11
- package/mobile/lib/utils/BoolComparator.js +11 -11
- package/mobile/lib/utils/Comparator.d.ts +4 -4
- package/mobile/lib/utils/Comparator.js +3 -3
- package/mobile/lib/utils/Nullable.d.ts +1 -1
- package/mobile/lib/utils/Nullable.js +1 -1
- package/mobile/lib/utils/adjustBase.d.ts +1 -1
- package/mobile/lib/utils/adjustBase.js +1 -1
- package/mobile/lib/utils/adjustHref.d.ts +5 -5
- package/mobile/lib/utils/adjustHref.js +21 -21
- package/mobile/lib/utils/adjustSessionQuery.d.ts +1 -1
- package/mobile/lib/utils/adjustSessionQuery.js +13 -13
- package/mobile/lib/utils/adjustSrc.d.ts +2 -2
- package/mobile/lib/utils/adjustSrc.js +8 -8
- package/mobile/lib/utils/appendSlash.d.ts +1 -1
- package/mobile/lib/utils/appendSlash.js +1 -1
- package/mobile/lib/utils/areArraysEqual.d.ts +1 -1
- package/mobile/lib/utils/areArraysEqual.js +1 -1
- package/mobile/lib/utils/arrayByRange.d.ts +1 -1
- package/mobile/lib/utils/arrayByRange.js +1 -1
- package/mobile/lib/utils/assertNonEmpty.d.ts +1 -1
- package/mobile/lib/utils/assertNonEmpty.js +6 -6
- package/mobile/lib/utils/assertUnreachable.d.ts +1 -1
- package/mobile/lib/utils/assertUnreachable.js +3 -3
- package/mobile/lib/utils/avg.d.ts +1 -1
- package/mobile/lib/utils/avg.js +2 -2
- package/mobile/lib/utils/clamp.d.ts +1 -1
- package/mobile/lib/utils/clamp.js +1 -1
- package/mobile/lib/utils/dataAttributes.d.ts +6 -6
- package/mobile/lib/utils/dataAttributes.js +13 -13
- package/mobile/lib/utils/debounce.d.ts +5 -5
- package/mobile/lib/utils/debounce.js +15 -15
- package/mobile/lib/utils/deviation.d.ts +1 -1
- package/mobile/lib/utils/deviation.js +2 -2
- package/mobile/lib/utils/dirname.d.ts +1 -1
- package/mobile/lib/utils/dirname.js +1 -1
- package/mobile/lib/utils/fetchJSON.d.ts +3 -3
- package/mobile/lib/utils/fetchJSON.js +19 -19
- package/mobile/lib/utils/fetchMultitudeJSON.d.ts +2 -2
- package/mobile/lib/utils/fetchMultitudeJSON.js +5 -5
- package/mobile/lib/utils/formatBytes.d.ts +1 -1
- package/mobile/lib/utils/formatBytes.js +9 -9
- package/mobile/lib/utils/formatDate.d.ts +1 -1
- package/mobile/lib/utils/formatDate.js +11 -11
- package/mobile/lib/utils/formatPhone.d.ts +1 -1
- package/mobile/lib/utils/formatPhone.js +1 -1
- package/mobile/lib/utils/getBasePath.d.ts +1 -1
- package/mobile/lib/utils/getBasePath.js +9 -9
- package/mobile/lib/utils/getBorderStyle.d.ts +1 -1
- package/mobile/lib/utils/getBorderStyle.js +3 -3
- package/mobile/lib/utils/getColSpan.d.ts +1 -1
- package/mobile/lib/utils/getColSpan.js +5 -5
- package/mobile/lib/utils/getCurrentDate.d.ts +1 -1
- package/mobile/lib/utils/getCurrentDate.js +3 -3
- package/mobile/lib/utils/getGeolocation.d.ts +1 -1
- package/mobile/lib/utils/getGeolocation.js +1 -1
- package/mobile/lib/utils/getInnerPadding.d.ts +2 -2
- package/mobile/lib/utils/getInnerPadding.js +1 -1
- package/mobile/lib/utils/getSanitizedValue.d.ts +1 -1
- package/mobile/lib/utils/getSanitizedValue.js +1 -1
- package/mobile/lib/utils/getSessionQuery.d.ts +1 -1
- package/mobile/lib/utils/getSessionQuery.js +8 -8
- package/mobile/lib/utils/getUrlParams.d.ts +1 -1
- package/mobile/lib/utils/getUrlParams.js +4 -4
- package/mobile/lib/utils/getVersion.d.ts +2 -2
- package/mobile/lib/utils/getVersion.js +1 -1
- package/mobile/lib/utils/groupBy.d.ts +1 -1
- package/mobile/lib/utils/groupBy.js +9 -9
- package/mobile/lib/utils/identity.d.ts +1 -1
- package/mobile/lib/utils/identity.js +1 -1
- package/mobile/lib/utils/isEmpty.d.ts +1 -1
- package/mobile/lib/utils/isEmpty.js +5 -5
- package/mobile/lib/utils/isIcon.d.ts +2 -2
- package/mobile/lib/utils/isIcon.js +1 -1
- package/mobile/lib/utils/isOdd.d.ts +1 -1
- package/mobile/lib/utils/isOdd.js +1 -1
- package/mobile/lib/utils/isOnlyDigits.d.ts +1 -1
- package/mobile/lib/utils/isOnlyDigits.js +1 -1
- package/mobile/lib/utils/isPictureSizeEmpty.d.ts +2 -2
- package/mobile/lib/utils/isPictureSizeEmpty.js +3 -3
- package/mobile/lib/utils/isUUID.d.ts +1 -1
- package/mobile/lib/utils/isUUID.js +3 -3
- package/mobile/lib/utils/jaroWinklerDistance.d.ts +1 -1
- package/mobile/lib/utils/jaroWinklerDistance.js +63 -63
- package/mobile/lib/utils/joinList.d.ts +1 -1
- package/mobile/lib/utils/joinList.js +1 -1
- package/mobile/lib/utils/mapChildren.d.ts +2 -2
- package/mobile/lib/utils/mapChildren.js +6 -6
- package/mobile/lib/utils/mapCookie.d.ts +1 -1
- package/mobile/lib/utils/mapCookie.js +7 -7
- package/mobile/lib/utils/maxBy.d.ts +3 -3
- package/mobile/lib/utils/maxBy.js +3 -3
- package/mobile/lib/utils/mergeIntervals.d.ts +1 -1
- package/mobile/lib/utils/mergeIntervals.js +16 -16
- package/mobile/lib/utils/minBy.d.ts +2 -2
- package/mobile/lib/utils/minBy.js +3 -3
- package/mobile/lib/utils/noop.d.ts +1 -1
- package/mobile/lib/utils/noop.js +3 -3
- package/mobile/lib/utils/roundTo.d.ts +1 -1
- package/mobile/lib/utils/roundTo.js +4 -4
- package/mobile/lib/utils/style.d.ts +5 -5
- package/mobile/lib/utils/style.js +12 -12
- package/mobile/lib/utils/sum.d.ts +1 -1
- package/mobile/lib/utils/sum.js +1 -1
- package/mobile/lib/utils/tableFunc.d.ts +17 -17
- package/mobile/lib/utils/tableFunc.js +33 -33
- package/mobile/lib/utils/toLocalNumberFormat.d.ts +3 -3
- package/mobile/lib/utils/toLocalNumberFormat.js +4 -4
- package/mobile/lib/utils/unique.d.ts +1 -1
- package/mobile/lib/utils/unique.js +1 -1
- package/mobile/lib/utils/url.d.ts +7 -7
- package/mobile/lib/utils/url.js +17 -17
- package/mobile/lib/utils/zip.d.ts +4 -4
- package/mobile/lib/utils/zip.js +3 -3
- package/mobile/lib/validation/and.d.ts +2 -2
- package/mobile/lib/validation/and.js +1 -1
- package/mobile/lib/validation/objectValidator.d.ts +2 -2
- package/mobile/lib/validation/objectValidator.js +3 -3
- package/mobile/lib/validation/pattern.d.ts +1 -1
- package/mobile/lib/validation/pattern.js +2 -2
- package/mobile/lib/validation/required.d.ts +1 -1
- package/mobile/lib/validation/required.js +2 -2
- package/mobile/lib/validation/validator.d.ts +10 -10
- package/mobile/lib/validation/validator.js +3 -3
- package/mobile/lib/validation/withValidator.d.ts +10 -10
- package/mobile/lib/validation/withValidator.js +9 -9
- package/mobile/lib/wlc.json +5 -5
- package/mobile/src/components/Header/HeaderSecondaryMenu.tsx +12 -9
- package/mobile/src/components/Header/InternetBankButton.tsx +1 -1
- package/mobile/src/components/StickyBottomMenu/BurgerMenuDialog.tsx +8 -6
- package/mobile/src/components/Tabs/Tabs.tsx +7 -8
- package/mobile/src/components/TabsLayout/TabsLayout.tsx +23 -17
- package/mobile/src/hooks/useActiveRoute.ts +1 -1
- package/mobile/src/hooks/useMediaQuery.ts +23 -0
- package/mobile/src/hooks/useMobileMode.ts +2 -24
- package/mobile/src/hooks/useRouter.ts +2 -9
- package/mobile/src/model/Fallback.ts +0 -1
- package/mobile/src/setup-fixture.ts +0 -3
- package/mobile/src/ui-kit/Badge/Badge.tsx +16 -22
- package/mobile/src/ui-kit/NotFound/NotFound.tsx +14 -17
- package/mobile/src/ui-kit/TabsControl/TabItemInner.tsx +1 -1
- package/package.json +5 -35
- package/src/components/ContentPage/ContentPage.fixture.mobile.tsx +1 -4
- package/src/components/ContentPage/ContentPage.fixture.tsx +2 -7
- package/src/components/Header/HeaderSecondaryMenu.tsx +12 -9
- package/src/components/Header/InternetBankButton.tsx +1 -1
- package/src/components/StickyBottomMenu/BurgerMenuDialog.tsx +8 -6
- package/src/components/Tabs/Tabs.tsx +7 -8
- package/src/components/TabsLayout/TabsLayout.fixture.tsx +6 -6
- package/src/components/TabsLayout/TabsLayout.tsx +23 -17
- package/src/hooks/useActiveRoute.ts +1 -1
- package/src/hooks/useMediaQuery.ts +23 -0
- package/src/hooks/useMobileMode.ts +2 -24
- package/src/hooks/useRouter.ts +2 -9
- package/src/model/Fallback.ts +0 -1
- package/src/setup-fixture.ts +0 -3
- package/src/ui-kit/Badge/Badge.tsx +16 -22
- package/src/ui-kit/NotFound/NotFound.tsx +14 -17
- package/src/ui-kit/TabsControl/TabItemInner.tsx +1 -1
- package/bundle/components/ContentPage/computeAPIFallback.d.ts +0 -4
- package/bundle/components/ContentPage/loadModuleFallback.d.ts +0 -2
- package/bundle/components/ContentPage/mapSlot.d.ts +0 -2
- package/bundle/components/ContentPage/normalizeBlock.d.ts +0 -3
- package/bundle/components/ContentPage/normalizeBlock.mobile.d.ts +0 -3
- package/bundle/components/ContentPage/normalizePage.d.ts +0 -3
- package/bundle/components/ContentPage/toMobileBlock.d.ts +0 -2
- package/bundle/content-page-repository/ContentPageRepository.d.ts +0 -10
- package/bundle/content-page-repository/JSONDocContentBox.d.ts +0 -8
- package/bundle/content-page-repository/TransformationOptions.d.ts +0 -4
- package/bundle/content-page-repository/clearAttachmentHref.d.ts +0 -2
- package/bundle/content-page-repository/computeImgOutputPath.d.ts +0 -3
- package/bundle/content-page-repository/extensions.d.ts +0 -3
- package/bundle/content-page-repository/index.d.ts +0 -3
- package/bundle/content-page-repository/mapJSON.d.ts +0 -1
- package/bundle/content-page-repository/mergePages.d.ts +0 -2
- package/bundle/content-page-repository/replaceHeadingTags.d.ts +0 -1
- package/bundle/content-page-repository/resizeImg.d.ts +0 -3
- package/bundle/content-page-repository/transformAttachmentLink.d.ts +0 -3
- package/bundle/content-page-repository/transformContentPage.d.ts +0 -4
- package/bundle/content-page-repository/transformDocument.d.ts +0 -3
- package/bundle/content-page-repository/transformHTML.d.ts +0 -1
- package/bundle/content-page-repository/transformImg.d.ts +0 -12
- package/bundle/content-page-repository/transformMarkdown.d.ts +0 -1
- package/bundle/content-page-repository/transformPicture.d.ts +0 -3
- package/bundle/hooks/initialMobileMode.d.ts +0 -1
- package/bundle/hooks/initialMobileMode.mobile.d.ts +0 -1
- package/dist/components/ContentPage/computeAPIFallback.d.ts +0 -4
- package/dist/components/ContentPage/computeAPIFallback.js +0 -36
- package/dist/components/ContentPage/computeAPIFallback.js.map +0 -1
- package/dist/components/ContentPage/loadModuleFallback.d.ts +0 -2
- package/dist/components/ContentPage/loadModuleFallback.js +0 -36
- package/dist/components/ContentPage/loadModuleFallback.js.map +0 -1
- package/dist/components/ContentPage/mapSlot.d.ts +0 -2
- package/dist/components/ContentPage/mapSlot.js +0 -16
- package/dist/components/ContentPage/mapSlot.js.map +0 -1
- package/dist/components/ContentPage/normalizeBlock.d.ts +0 -3
- package/dist/components/ContentPage/normalizeBlock.js +0 -15
- package/dist/components/ContentPage/normalizeBlock.js.map +0 -1
- package/dist/components/ContentPage/normalizeBlock.mobile.d.ts +0 -3
- package/dist/components/ContentPage/normalizeBlock.mobile.js +0 -18
- package/dist/components/ContentPage/normalizeBlock.mobile.js.map +0 -1
- package/dist/components/ContentPage/normalizePage.d.ts +0 -3
- package/dist/components/ContentPage/normalizePage.js +0 -6
- package/dist/components/ContentPage/normalizePage.js.map +0 -1
- package/dist/components/ContentPage/toMobileBlock.d.ts +0 -2
- package/dist/components/ContentPage/toMobileBlock.js +0 -12
- package/dist/components/ContentPage/toMobileBlock.js.map +0 -1
- package/dist/content-page-repository/ContentPageRepository.d.ts +0 -10
- package/dist/content-page-repository/ContentPageRepository.js +0 -32
- package/dist/content-page-repository/ContentPageRepository.js.map +0 -1
- package/dist/content-page-repository/JSONDocContentBox.d.ts +0 -8
- package/dist/content-page-repository/JSONDocContentBox.js +0 -39
- package/dist/content-page-repository/JSONDocContentBox.js.map +0 -1
- package/dist/content-page-repository/TransformationOptions.d.ts +0 -4
- package/dist/content-page-repository/TransformationOptions.js +0 -2
- package/dist/content-page-repository/TransformationOptions.js.map +0 -1
- package/dist/content-page-repository/clearAttachmentHref.d.ts +0 -2
- package/dist/content-page-repository/clearAttachmentHref.js +0 -6
- package/dist/content-page-repository/clearAttachmentHref.js.map +0 -1
- package/dist/content-page-repository/computeImgOutputPath.d.ts +0 -3
- package/dist/content-page-repository/computeImgOutputPath.js +0 -18
- package/dist/content-page-repository/computeImgOutputPath.js.map +0 -1
- package/dist/content-page-repository/extensions.d.ts +0 -3
- package/dist/content-page-repository/extensions.js +0 -18
- package/dist/content-page-repository/extensions.js.map +0 -1
- package/dist/content-page-repository/index.d.ts +0 -3
- package/dist/content-page-repository/index.js +0 -9
- package/dist/content-page-repository/index.js.map +0 -1
- package/dist/content-page-repository/mapJSON.d.ts +0 -1
- package/dist/content-page-repository/mapJSON.js +0 -26
- package/dist/content-page-repository/mapJSON.js.map +0 -1
- package/dist/content-page-repository/mergePages.d.ts +0 -2
- package/dist/content-page-repository/mergePages.js +0 -7
- package/dist/content-page-repository/mergePages.js.map +0 -1
- package/dist/content-page-repository/replaceHeadingTags.d.ts +0 -1
- package/dist/content-page-repository/replaceHeadingTags.js +0 -5
- package/dist/content-page-repository/replaceHeadingTags.js.map +0 -1
- package/dist/content-page-repository/resizeImg.d.ts +0 -3
- package/dist/content-page-repository/resizeImg.js +0 -19
- package/dist/content-page-repository/resizeImg.js.map +0 -1
- package/dist/content-page-repository/transformAttachmentLink.d.ts +0 -3
- package/dist/content-page-repository/transformAttachmentLink.js +0 -40
- package/dist/content-page-repository/transformAttachmentLink.js.map +0 -1
- package/dist/content-page-repository/transformContentPage.d.ts +0 -4
- package/dist/content-page-repository/transformContentPage.js +0 -78
- package/dist/content-page-repository/transformContentPage.js.map +0 -1
- package/dist/content-page-repository/transformDocument.d.ts +0 -3
- package/dist/content-page-repository/transformDocument.js +0 -38
- package/dist/content-page-repository/transformDocument.js.map +0 -1
- package/dist/content-page-repository/transformHTML.d.ts +0 -1
- package/dist/content-page-repository/transformHTML.js +0 -53
- package/dist/content-page-repository/transformHTML.js.map +0 -1
- package/dist/content-page-repository/transformImg.d.ts +0 -12
- package/dist/content-page-repository/transformImg.js +0 -51
- package/dist/content-page-repository/transformImg.js.map +0 -1
- package/dist/content-page-repository/transformMarkdown.d.ts +0 -1
- package/dist/content-page-repository/transformMarkdown.js +0 -18
- package/dist/content-page-repository/transformMarkdown.js.map +0 -1
- package/dist/content-page-repository/transformPicture.d.ts +0 -3
- package/dist/content-page-repository/transformPicture.js +0 -28
- package/dist/content-page-repository/transformPicture.js.map +0 -1
- package/dist/hooks/initialMobileMode.d.ts +0 -1
- package/dist/hooks/initialMobileMode.js +0 -4
- package/dist/hooks/initialMobileMode.js.map +0 -1
- package/dist/hooks/initialMobileMode.mobile.d.ts +0 -1
- package/dist/hooks/initialMobileMode.mobile.js +0 -4
- package/dist/hooks/initialMobileMode.mobile.js.map +0 -1
- package/lib/components/ContentPage/computeAPIFallback.d.ts +0 -4
- package/lib/components/ContentPage/computeAPIFallback.js +0 -33
- package/lib/components/ContentPage/computeAPIFallback.js.map +0 -1
- package/lib/components/ContentPage/loadModuleFallback.d.ts +0 -2
- package/lib/components/ContentPage/loadModuleFallback.js +0 -10
- package/lib/components/ContentPage/loadModuleFallback.js.map +0 -1
- package/lib/components/ContentPage/mapSlot.d.ts +0 -2
- package/lib/components/ContentPage/mapSlot.js +0 -13
- package/lib/components/ContentPage/mapSlot.js.map +0 -1
- package/lib/components/ContentPage/normalizeBlock.d.ts +0 -3
- package/lib/components/ContentPage/normalizeBlock.js +0 -12
- package/lib/components/ContentPage/normalizeBlock.js.map +0 -1
- package/lib/components/ContentPage/normalizeBlock.mobile.d.ts +0 -3
- package/lib/components/ContentPage/normalizeBlock.mobile.js +0 -15
- package/lib/components/ContentPage/normalizeBlock.mobile.js.map +0 -1
- package/lib/components/ContentPage/normalizePage.d.ts +0 -3
- package/lib/components/ContentPage/normalizePage.js +0 -3
- package/lib/components/ContentPage/normalizePage.js.map +0 -1
- package/lib/components/ContentPage/toMobileBlock.d.ts +0 -2
- package/lib/components/ContentPage/toMobileBlock.js +0 -9
- package/lib/components/ContentPage/toMobileBlock.js.map +0 -1
- package/lib/content-page-repository/ContentPageRepository.d.ts +0 -10
- package/lib/content-page-repository/ContentPageRepository.js +0 -26
- package/lib/content-page-repository/ContentPageRepository.js.map +0 -1
- package/lib/content-page-repository/JSONDocContentBox.d.ts +0 -8
- package/lib/content-page-repository/JSONDocContentBox.js +0 -36
- package/lib/content-page-repository/JSONDocContentBox.js.map +0 -1
- package/lib/content-page-repository/TransformationOptions.d.ts +0 -4
- package/lib/content-page-repository/TransformationOptions.js +0 -2
- package/lib/content-page-repository/TransformationOptions.js.map +0 -1
- package/lib/content-page-repository/clearAttachmentHref.d.ts +0 -2
- package/lib/content-page-repository/clearAttachmentHref.js +0 -3
- package/lib/content-page-repository/clearAttachmentHref.js.map +0 -1
- package/lib/content-page-repository/computeImgOutputPath.d.ts +0 -3
- package/lib/content-page-repository/computeImgOutputPath.js +0 -12
- package/lib/content-page-repository/computeImgOutputPath.js.map +0 -1
- package/lib/content-page-repository/extensions.d.ts +0 -3
- package/lib/content-page-repository/extensions.js +0 -16
- package/lib/content-page-repository/extensions.js.map +0 -1
- package/lib/content-page-repository/index.d.ts +0 -3
- package/lib/content-page-repository/index.js +0 -4
- package/lib/content-page-repository/index.js.map +0 -1
- package/lib/content-page-repository/mapJSON.d.ts +0 -1
- package/lib/content-page-repository/mapJSON.js +0 -23
- package/lib/content-page-repository/mapJSON.js.map +0 -1
- package/lib/content-page-repository/mergePages.d.ts +0 -2
- package/lib/content-page-repository/mergePages.js +0 -4
- package/lib/content-page-repository/mergePages.js.map +0 -1
- package/lib/content-page-repository/replaceHeadingTags.d.ts +0 -1
- package/lib/content-page-repository/replaceHeadingTags.js +0 -2
- package/lib/content-page-repository/replaceHeadingTags.js.map +0 -1
- package/lib/content-page-repository/resizeImg.d.ts +0 -3
- package/lib/content-page-repository/resizeImg.js +0 -13
- package/lib/content-page-repository/resizeImg.js.map +0 -1
- package/lib/content-page-repository/transformAttachmentLink.d.ts +0 -3
- package/lib/content-page-repository/transformAttachmentLink.js +0 -34
- package/lib/content-page-repository/transformAttachmentLink.js.map +0 -1
- package/lib/content-page-repository/transformContentPage.d.ts +0 -4
- package/lib/content-page-repository/transformContentPage.js +0 -71
- package/lib/content-page-repository/transformContentPage.js.map +0 -1
- package/lib/content-page-repository/transformDocument.d.ts +0 -3
- package/lib/content-page-repository/transformDocument.js +0 -32
- package/lib/content-page-repository/transformDocument.js.map +0 -1
- package/lib/content-page-repository/transformHTML.d.ts +0 -1
- package/lib/content-page-repository/transformHTML.js +0 -24
- package/lib/content-page-repository/transformHTML.js.map +0 -1
- package/lib/content-page-repository/transformImg.d.ts +0 -12
- package/lib/content-page-repository/transformImg.js +0 -45
- package/lib/content-page-repository/transformImg.js.map +0 -1
- package/lib/content-page-repository/transformMarkdown.d.ts +0 -1
- package/lib/content-page-repository/transformMarkdown.js +0 -12
- package/lib/content-page-repository/transformMarkdown.js.map +0 -1
- package/lib/content-page-repository/transformPicture.d.ts +0 -3
- package/lib/content-page-repository/transformPicture.js +0 -22
- package/lib/content-page-repository/transformPicture.js.map +0 -1
- package/lib/hooks/initialMobileMode.d.ts +0 -1
- package/lib/hooks/initialMobileMode.js +0 -2
- package/lib/hooks/initialMobileMode.js.map +0 -1
- package/lib/hooks/initialMobileMode.mobile.d.ts +0 -1
- package/lib/hooks/initialMobileMode.mobile.js +0 -2
- package/lib/hooks/initialMobileMode.mobile.js.map +0 -1
- package/mobile/bundle/components/ContentPage/computeAPIFallback.d.ts +0 -4
- package/mobile/bundle/components/ContentPage/loadModuleFallback.d.ts +0 -2
- package/mobile/bundle/components/ContentPage/mapSlot.d.ts +0 -2
- package/mobile/bundle/components/ContentPage/normalizeBlock.d.ts +0 -3
- package/mobile/bundle/components/ContentPage/normalizePage.d.ts +0 -3
- package/mobile/bundle/components/ContentPage/toMobileBlock.d.ts +0 -2
- package/mobile/bundle/content-page-repository/ContentPageRepository.d.ts +0 -10
- package/mobile/bundle/content-page-repository/JSONDocContentBox.d.ts +0 -8
- package/mobile/bundle/content-page-repository/TransformationOptions.d.ts +0 -4
- package/mobile/bundle/content-page-repository/clearAttachmentHref.d.ts +0 -2
- package/mobile/bundle/content-page-repository/computeImgOutputPath.d.ts +0 -3
- package/mobile/bundle/content-page-repository/extensions.d.ts +0 -3
- package/mobile/bundle/content-page-repository/index.d.ts +0 -3
- package/mobile/bundle/content-page-repository/mapJSON.d.ts +0 -1
- package/mobile/bundle/content-page-repository/mergePages.d.ts +0 -2
- package/mobile/bundle/content-page-repository/replaceHeadingTags.d.ts +0 -1
- package/mobile/bundle/content-page-repository/resizeImg.d.ts +0 -3
- package/mobile/bundle/content-page-repository/transformAttachmentLink.d.ts +0 -3
- package/mobile/bundle/content-page-repository/transformContentPage.d.ts +0 -4
- package/mobile/bundle/content-page-repository/transformDocument.d.ts +0 -3
- package/mobile/bundle/content-page-repository/transformHTML.d.ts +0 -1
- package/mobile/bundle/content-page-repository/transformImg.d.ts +0 -12
- package/mobile/bundle/content-page-repository/transformMarkdown.d.ts +0 -1
- package/mobile/bundle/content-page-repository/transformPicture.d.ts +0 -3
- package/mobile/bundle/hooks/initialMobileMode.d.ts +0 -1
- package/mobile/dist/components/ContentPage/computeAPIFallback.d.ts +0 -4
- package/mobile/dist/components/ContentPage/computeAPIFallback.js +0 -36
- package/mobile/dist/components/ContentPage/computeAPIFallback.js.map +0 -1
- package/mobile/dist/components/ContentPage/loadModuleFallback.d.ts +0 -2
- package/mobile/dist/components/ContentPage/loadModuleFallback.js +0 -36
- package/mobile/dist/components/ContentPage/loadModuleFallback.js.map +0 -1
- package/mobile/dist/components/ContentPage/mapSlot.d.ts +0 -2
- package/mobile/dist/components/ContentPage/mapSlot.js +0 -16
- package/mobile/dist/components/ContentPage/mapSlot.js.map +0 -1
- package/mobile/dist/components/ContentPage/normalizeBlock.d.ts +0 -3
- package/mobile/dist/components/ContentPage/normalizeBlock.js +0 -18
- package/mobile/dist/components/ContentPage/normalizeBlock.js.map +0 -1
- package/mobile/dist/components/ContentPage/normalizePage.d.ts +0 -3
- package/mobile/dist/components/ContentPage/normalizePage.js +0 -6
- package/mobile/dist/components/ContentPage/normalizePage.js.map +0 -1
- package/mobile/dist/components/ContentPage/toMobileBlock.d.ts +0 -2
- package/mobile/dist/components/ContentPage/toMobileBlock.js +0 -12
- package/mobile/dist/components/ContentPage/toMobileBlock.js.map +0 -1
- package/mobile/dist/content-page-repository/ContentPageRepository.d.ts +0 -10
- package/mobile/dist/content-page-repository/ContentPageRepository.js +0 -32
- package/mobile/dist/content-page-repository/ContentPageRepository.js.map +0 -1
- package/mobile/dist/content-page-repository/JSONDocContentBox.d.ts +0 -8
- package/mobile/dist/content-page-repository/JSONDocContentBox.js +0 -39
- package/mobile/dist/content-page-repository/JSONDocContentBox.js.map +0 -1
- package/mobile/dist/content-page-repository/TransformationOptions.d.ts +0 -4
- package/mobile/dist/content-page-repository/TransformationOptions.js +0 -2
- package/mobile/dist/content-page-repository/TransformationOptions.js.map +0 -1
- package/mobile/dist/content-page-repository/clearAttachmentHref.d.ts +0 -2
- package/mobile/dist/content-page-repository/clearAttachmentHref.js +0 -6
- package/mobile/dist/content-page-repository/clearAttachmentHref.js.map +0 -1
- package/mobile/dist/content-page-repository/computeImgOutputPath.d.ts +0 -3
- package/mobile/dist/content-page-repository/computeImgOutputPath.js +0 -18
- package/mobile/dist/content-page-repository/computeImgOutputPath.js.map +0 -1
- package/mobile/dist/content-page-repository/extensions.d.ts +0 -3
- package/mobile/dist/content-page-repository/extensions.js +0 -18
- package/mobile/dist/content-page-repository/extensions.js.map +0 -1
- package/mobile/dist/content-page-repository/index.d.ts +0 -3
- package/mobile/dist/content-page-repository/index.js +0 -9
- package/mobile/dist/content-page-repository/index.js.map +0 -1
- package/mobile/dist/content-page-repository/mapJSON.d.ts +0 -1
- package/mobile/dist/content-page-repository/mapJSON.js +0 -26
- package/mobile/dist/content-page-repository/mapJSON.js.map +0 -1
- package/mobile/dist/content-page-repository/mergePages.d.ts +0 -2
- package/mobile/dist/content-page-repository/mergePages.js +0 -7
- package/mobile/dist/content-page-repository/mergePages.js.map +0 -1
- package/mobile/dist/content-page-repository/replaceHeadingTags.d.ts +0 -1
- package/mobile/dist/content-page-repository/replaceHeadingTags.js +0 -5
- package/mobile/dist/content-page-repository/replaceHeadingTags.js.map +0 -1
- package/mobile/dist/content-page-repository/resizeImg.d.ts +0 -3
- package/mobile/dist/content-page-repository/resizeImg.js +0 -19
- package/mobile/dist/content-page-repository/resizeImg.js.map +0 -1
- package/mobile/dist/content-page-repository/transformAttachmentLink.d.ts +0 -3
- package/mobile/dist/content-page-repository/transformAttachmentLink.js +0 -40
- package/mobile/dist/content-page-repository/transformAttachmentLink.js.map +0 -1
- package/mobile/dist/content-page-repository/transformContentPage.d.ts +0 -4
- package/mobile/dist/content-page-repository/transformContentPage.js +0 -78
- package/mobile/dist/content-page-repository/transformContentPage.js.map +0 -1
- package/mobile/dist/content-page-repository/transformDocument.d.ts +0 -3
- package/mobile/dist/content-page-repository/transformDocument.js +0 -38
- package/mobile/dist/content-page-repository/transformDocument.js.map +0 -1
- package/mobile/dist/content-page-repository/transformHTML.d.ts +0 -1
- package/mobile/dist/content-page-repository/transformHTML.js +0 -53
- package/mobile/dist/content-page-repository/transformHTML.js.map +0 -1
- package/mobile/dist/content-page-repository/transformImg.d.ts +0 -12
- package/mobile/dist/content-page-repository/transformImg.js +0 -51
- package/mobile/dist/content-page-repository/transformImg.js.map +0 -1
- package/mobile/dist/content-page-repository/transformMarkdown.d.ts +0 -1
- package/mobile/dist/content-page-repository/transformMarkdown.js +0 -18
- package/mobile/dist/content-page-repository/transformMarkdown.js.map +0 -1
- package/mobile/dist/content-page-repository/transformPicture.d.ts +0 -3
- package/mobile/dist/content-page-repository/transformPicture.js +0 -28
- package/mobile/dist/content-page-repository/transformPicture.js.map +0 -1
- package/mobile/dist/hooks/initialMobileMode.d.ts +0 -1
- package/mobile/dist/hooks/initialMobileMode.js +0 -4
- package/mobile/dist/hooks/initialMobileMode.js.map +0 -1
- package/mobile/lib/components/ContentPage/computeAPIFallback.d.ts +0 -4
- package/mobile/lib/components/ContentPage/computeAPIFallback.js +0 -33
- package/mobile/lib/components/ContentPage/computeAPIFallback.js.map +0 -1
- package/mobile/lib/components/ContentPage/loadModuleFallback.d.ts +0 -2
- package/mobile/lib/components/ContentPage/loadModuleFallback.js +0 -10
- package/mobile/lib/components/ContentPage/loadModuleFallback.js.map +0 -1
- package/mobile/lib/components/ContentPage/mapSlot.d.ts +0 -2
- package/mobile/lib/components/ContentPage/mapSlot.js +0 -13
- package/mobile/lib/components/ContentPage/mapSlot.js.map +0 -1
- package/mobile/lib/components/ContentPage/normalizeBlock.d.ts +0 -3
- package/mobile/lib/components/ContentPage/normalizeBlock.js +0 -15
- package/mobile/lib/components/ContentPage/normalizeBlock.js.map +0 -1
- package/mobile/lib/components/ContentPage/normalizePage.d.ts +0 -3
- package/mobile/lib/components/ContentPage/normalizePage.js +0 -3
- package/mobile/lib/components/ContentPage/normalizePage.js.map +0 -1
- package/mobile/lib/components/ContentPage/toMobileBlock.d.ts +0 -2
- package/mobile/lib/components/ContentPage/toMobileBlock.js +0 -9
- package/mobile/lib/components/ContentPage/toMobileBlock.js.map +0 -1
- package/mobile/lib/content-page-repository/ContentPageRepository.d.ts +0 -10
- package/mobile/lib/content-page-repository/ContentPageRepository.js +0 -26
- package/mobile/lib/content-page-repository/ContentPageRepository.js.map +0 -1
- package/mobile/lib/content-page-repository/JSONDocContentBox.d.ts +0 -8
- package/mobile/lib/content-page-repository/JSONDocContentBox.js +0 -36
- package/mobile/lib/content-page-repository/JSONDocContentBox.js.map +0 -1
- package/mobile/lib/content-page-repository/TransformationOptions.d.ts +0 -4
- package/mobile/lib/content-page-repository/TransformationOptions.js +0 -2
- package/mobile/lib/content-page-repository/TransformationOptions.js.map +0 -1
- package/mobile/lib/content-page-repository/clearAttachmentHref.d.ts +0 -2
- package/mobile/lib/content-page-repository/clearAttachmentHref.js +0 -3
- package/mobile/lib/content-page-repository/clearAttachmentHref.js.map +0 -1
- package/mobile/lib/content-page-repository/computeImgOutputPath.d.ts +0 -3
- package/mobile/lib/content-page-repository/computeImgOutputPath.js +0 -12
- package/mobile/lib/content-page-repository/computeImgOutputPath.js.map +0 -1
- package/mobile/lib/content-page-repository/extensions.d.ts +0 -3
- package/mobile/lib/content-page-repository/extensions.js +0 -16
- package/mobile/lib/content-page-repository/extensions.js.map +0 -1
- package/mobile/lib/content-page-repository/index.d.ts +0 -3
- package/mobile/lib/content-page-repository/index.js +0 -4
- package/mobile/lib/content-page-repository/index.js.map +0 -1
- package/mobile/lib/content-page-repository/mapJSON.d.ts +0 -1
- package/mobile/lib/content-page-repository/mapJSON.js +0 -23
- package/mobile/lib/content-page-repository/mapJSON.js.map +0 -1
- package/mobile/lib/content-page-repository/mergePages.d.ts +0 -2
- package/mobile/lib/content-page-repository/mergePages.js +0 -4
- package/mobile/lib/content-page-repository/mergePages.js.map +0 -1
- package/mobile/lib/content-page-repository/replaceHeadingTags.d.ts +0 -1
- package/mobile/lib/content-page-repository/replaceHeadingTags.js +0 -2
- package/mobile/lib/content-page-repository/replaceHeadingTags.js.map +0 -1
- package/mobile/lib/content-page-repository/resizeImg.d.ts +0 -3
- package/mobile/lib/content-page-repository/resizeImg.js +0 -13
- package/mobile/lib/content-page-repository/resizeImg.js.map +0 -1
- package/mobile/lib/content-page-repository/transformAttachmentLink.d.ts +0 -3
- package/mobile/lib/content-page-repository/transformAttachmentLink.js +0 -34
- package/mobile/lib/content-page-repository/transformAttachmentLink.js.map +0 -1
- package/mobile/lib/content-page-repository/transformContentPage.d.ts +0 -4
- package/mobile/lib/content-page-repository/transformContentPage.js +0 -71
- package/mobile/lib/content-page-repository/transformContentPage.js.map +0 -1
- package/mobile/lib/content-page-repository/transformDocument.d.ts +0 -3
- package/mobile/lib/content-page-repository/transformDocument.js +0 -32
- package/mobile/lib/content-page-repository/transformDocument.js.map +0 -1
- package/mobile/lib/content-page-repository/transformHTML.d.ts +0 -1
- package/mobile/lib/content-page-repository/transformHTML.js +0 -24
- package/mobile/lib/content-page-repository/transformHTML.js.map +0 -1
- package/mobile/lib/content-page-repository/transformImg.d.ts +0 -12
- package/mobile/lib/content-page-repository/transformImg.js +0 -45
- package/mobile/lib/content-page-repository/transformImg.js.map +0 -1
- package/mobile/lib/content-page-repository/transformMarkdown.d.ts +0 -1
- package/mobile/lib/content-page-repository/transformMarkdown.js +0 -12
- package/mobile/lib/content-page-repository/transformMarkdown.js.map +0 -1
- package/mobile/lib/content-page-repository/transformPicture.d.ts +0 -3
- package/mobile/lib/content-page-repository/transformPicture.js +0 -22
- package/mobile/lib/content-page-repository/transformPicture.js.map +0 -1
- package/mobile/lib/hooks/initialMobileMode.d.ts +0 -1
- package/mobile/lib/hooks/initialMobileMode.js +0 -2
- package/mobile/lib/hooks/initialMobileMode.js.map +0 -1
- package/mobile/src/components/ContentPage/computeAPIFallback.ts +0 -67
- package/mobile/src/components/ContentPage/loadModuleFallback.ts +0 -11
- package/mobile/src/components/ContentPage/mapSlot.ts +0 -18
- package/mobile/src/components/ContentPage/normalizeBlock.ts +0 -25
- package/mobile/src/components/ContentPage/normalizePage.ts +0 -8
- package/mobile/src/components/ContentPage/toMobileBlock.ts +0 -11
- package/mobile/src/content-page-repository/ContentPageRepository.ts +0 -32
- package/mobile/src/content-page-repository/JSONDocContentBox.ts +0 -56
- package/mobile/src/content-page-repository/TransformationOptions.ts +0 -4
- package/mobile/src/content-page-repository/clearAttachmentHref.ts +0 -3
- package/mobile/src/content-page-repository/computeImgOutputPath.ts +0 -21
- package/mobile/src/content-page-repository/extensions.ts +0 -17
- package/mobile/src/content-page-repository/index.ts +0 -3
- package/mobile/src/content-page-repository/mapJSON.ts +0 -30
- package/mobile/src/content-page-repository/mergePages.ts +0 -8
- package/mobile/src/content-page-repository/replaceHeadingTags.ts +0 -2
- package/mobile/src/content-page-repository/resizeImg.ts +0 -17
- package/mobile/src/content-page-repository/transformAttachmentLink.ts +0 -46
- package/mobile/src/content-page-repository/transformContentPage.ts +0 -102
- package/mobile/src/content-page-repository/transformDocument.ts +0 -43
- package/mobile/src/content-page-repository/transformHTML.ts +0 -27
- package/mobile/src/content-page-repository/transformImg.ts +0 -81
- package/mobile/src/content-page-repository/transformMarkdown.ts +0 -14
- package/mobile/src/content-page-repository/transformPicture.ts +0 -35
- package/mobile/src/hooks/initialMobileMode.ts +0 -1
- package/src/components/ContentPage/computeAPIFallback.ts +0 -67
- package/src/components/ContentPage/loadModuleFallback.ts +0 -11
- package/src/components/ContentPage/mapSlot.ts +0 -18
- package/src/components/ContentPage/normalizeBlock.mobile.ts +0 -25
- package/src/components/ContentPage/normalizeBlock.ts +0 -21
- package/src/components/ContentPage/normalizePage.ts +0 -8
- package/src/components/ContentPage/toMobileBlock.ts +0 -11
- package/src/content-page-repository/ContentPageRepository.ts +0 -32
- package/src/content-page-repository/JSONDocContentBox.ts +0 -56
- package/src/content-page-repository/TransformationOptions.ts +0 -4
- package/src/content-page-repository/clearAttachmentHref.ts +0 -3
- package/src/content-page-repository/computeImgOutputPath.ts +0 -21
- package/src/content-page-repository/extensions.ts +0 -17
- package/src/content-page-repository/index.ts +0 -3
- package/src/content-page-repository/mapJSON.ts +0 -30
- package/src/content-page-repository/mergePages.ts +0 -8
- package/src/content-page-repository/replaceHeadingTags.ts +0 -2
- package/src/content-page-repository/resizeImg.ts +0 -17
- package/src/content-page-repository/transformAttachmentLink.ts +0 -46
- package/src/content-page-repository/transformContentPage.ts +0 -102
- package/src/content-page-repository/transformDocument.ts +0 -43
- package/src/content-page-repository/transformHTML.ts +0 -27
- package/src/content-page-repository/transformImg.ts +0 -81
- package/src/content-page-repository/transformMarkdown.ts +0 -14
- package/src/content-page-repository/transformPicture.ts +0 -35
- package/src/hooks/initialMobileMode.mobile.ts +0 -1
- package/src/hooks/initialMobileMode.ts +0 -1
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { type ContentPageDef } from '../model/ContentPageDef';
|
|
2
|
-
import { type TransformationOptions } from './TransformationOptions';
|
|
3
|
-
export declare class ContentPageRepository {
|
|
4
|
-
private readonly options;
|
|
5
|
-
static readonly inst: ContentPageRepository;
|
|
6
|
-
constructor(options?: TransformationOptions);
|
|
7
|
-
listAllContentPages(): Promise<string[]>;
|
|
8
|
-
readPage(filePath: string): Promise<ContentPageDef>;
|
|
9
|
-
generatePage(filePath: string): Promise<ContentPageDef>;
|
|
10
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { JSONBoxDefault, type JSONBox, type JSONNode } from '@redneckz/json-op';
|
|
2
|
-
import { type JSONPathElement } from '@redneckz/json-op/lib/JSONPath';
|
|
3
|
-
export declare class JSONDocContentBox extends JSONBoxDefault {
|
|
4
|
-
size(): number;
|
|
5
|
-
entries(): Array<[p: JSONPathElement, child: JSONBox]>;
|
|
6
|
-
get(p?: JSONPathElement): JSONBox;
|
|
7
|
-
set(p: JSONPathElement | undefined, child: JSONNode): JSONBox;
|
|
8
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { type ImgSource } from '../model/Picture';
|
|
2
|
-
import { type TransformationOptions } from './TransformationOptions';
|
|
3
|
-
export declare function computeImgOutputPath(imgInputPath: string, { contentDir, publicDir, format, size }: TransformationOptions & ImgSource, withoutTransform?: boolean): string;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function mapJSON<T>(data: T, mapper: <In, Out = In>(value: In, key: string[]) => Promise<Out>, keyParts?: string[]): Promise<T>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const replaceHeadingTags: (html: string) => string;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import type { ContentPageDef } from '../model/ContentPageDef';
|
|
2
|
-
import type { TransformationOptions } from './TransformationOptions';
|
|
3
|
-
export declare function transformContentPage(pagePath: string, options: TransformationOptions): Promise<ContentPageDef>;
|
|
4
|
-
export declare const generatedPagePath: (pagePath: string) => string;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function transformHTML(html: string | null | undefined): Promise<string>;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { type ImageSize } from '../model/ImageSize';
|
|
2
|
-
import { type ImgSource } from '../model/Picture';
|
|
3
|
-
import { type TransformationOptions } from './TransformationOptions';
|
|
4
|
-
declare type ImgOutputPath = string;
|
|
5
|
-
declare type TransformationTaskKey = ImgOutputPath;
|
|
6
|
-
declare type TransformationTasksCache = Map<TransformationTaskKey, Promise<ImgOutputPath>>;
|
|
7
|
-
declare type TransformImgOptions = TransformationOptions & ImgSource & {
|
|
8
|
-
containerSize?: ImageSize;
|
|
9
|
-
cache?: TransformationTasksCache;
|
|
10
|
-
};
|
|
11
|
-
export declare function transformImg(src: string, pagePath: string, options: TransformImgOptions): ImgOutputPath | Promise<ImgOutputPath>;
|
|
12
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function transformMarkdown(markdown: string | null | undefined): Promise<string>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const INITIAL_MOBILE_MODE = false;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const INITIAL_MOBILE_MODE = true;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { type BlocksRegistry } from '../../model/BlocksRegistry';
|
|
2
|
-
import { type ContentPageDef } from '../../model/ContentPageDef';
|
|
3
|
-
import { type Fallback } from '../../model/Fallback';
|
|
4
|
-
export declare const computeAPIFallback: (blocksRegistry: BlocksRegistry, contentPageData: ContentPageDef) => Promise<Fallback>;
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2
|
-
exports.computeAPIFallback = void 0;
|
|
3
|
-
const json_ref_1 = require("@redneckz/json-ref");
|
|
4
|
-
const ContentPageRepository_1 = require("../../content-page-repository/ContentPageRepository");
|
|
5
|
-
const unique_1 = require("../../utils/unique");
|
|
6
|
-
const url_1 = require("../../utils/url");
|
|
7
|
-
const loadModuleFallback_1 = require("./loadModuleFallback");
|
|
8
|
-
const BASE_DIR = 'content';
|
|
9
|
-
const computeAPIFallback = async (blocksRegistry, contentPageData) => {
|
|
10
|
-
return Object.fromEntries((await Promise.all([
|
|
11
|
-
computeFallbackFromModules(blocksRegistry),
|
|
12
|
-
computeFallbackFromContentRefs(contentPageData),
|
|
13
|
-
]))
|
|
14
|
-
.flatMap((_) => _)
|
|
15
|
-
.filter(([key, data]) => key && data));
|
|
16
|
-
};
|
|
17
|
-
exports.computeAPIFallback = computeAPIFallback;
|
|
18
|
-
const computeFallbackFromModules = async (blocksRegistry) => {
|
|
19
|
-
const fallbackMap = (await Promise.all(Object.keys(blocksRegistry).map(loadModuleFallback_1.loadModuleFallback)))
|
|
20
|
-
.filter((_) => Boolean(_))
|
|
21
|
-
.reduce((acc, _) => ({ ...acc, ..._ }), {});
|
|
22
|
-
return (await Promise.allSettled(Object.entries(fallbackMap).map(async ([key, fetcher]) => [key, await fetcher()])))
|
|
23
|
-
.filter((_) => _.status === 'fulfilled')
|
|
24
|
-
.map(({ value }) => value);
|
|
25
|
-
};
|
|
26
|
-
const computeFallbackFromContentRefs = async (contentPageData) => {
|
|
27
|
-
const refs = (0, unique_1.unique)((0, json_ref_1.collectRef)(contentPageData));
|
|
28
|
-
return (await Promise.allSettled(refs.map(async (_) => [
|
|
29
|
-
_,
|
|
30
|
-
(await ContentPageRepository_1.ContentPageRepository.inst.generatePage((0, url_1.joinPath)(BASE_DIR, _))),
|
|
31
|
-
])))
|
|
32
|
-
.filter((_) => _.status === 'fulfilled')
|
|
33
|
-
.map(({ value }) => value)
|
|
34
|
-
.map(([ref, data]) => [ref, (0, json_ref_1.resolveJPointer)(data, ref)]);
|
|
35
|
-
};
|
|
36
|
-
//# sourceMappingURL=computeAPIFallback.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"computeAPIFallback.js","sourceRoot":"","sources":["../../../src/components/ContentPage/computeAPIFallback.ts"],"names":[],"mappings":";;AACA,iDAAiE;AACjE,+FAA4F;AAI5F,+CAA4C;AAC5C,yCAA2C;AAC3C,6DAA0D;AAI1D,MAAM,QAAQ,GAAG,SAAS,CAAC;AAEpB,MAAM,kBAAkB,GAAG,KAAK,EACrC,cAA8B,EAC9B,eAA+B,EACZ,EAAE;IACrB,OAAO,MAAM,CAAC,WAAW,CACvB,CACE,MAAM,OAAO,CAAC,GAAG,CAAC;QAChB,0BAA0B,CAAC,cAAc,CAAC;QAC1C,8BAA8B,CAAC,eAAe,CAAC;KAChD,CAAC,CACH;SACE,OAAO,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC;SACjB,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,IAAI,CAAC,EAAE,EAAE,CAAC,GAAG,IAAI,IAAI,CAAC,CACxC,CAAC;AACJ,CAAC,CAAC;AAdW,QAAA,kBAAkB,sBAc7B;AAEF,MAAM,0BAA0B,GAAG,KAAK,EACtC,cAA8B,EACJ,EAAE;IAC5B,MAAM,WAAW,GAAgB,CAC/B,MAAM,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC,GAAG,CAAC,uCAAkB,CAAC,CAAC,CACvE;SACE,MAAM,CAAC,CAAC,CAAC,EAAoB,EAAE,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC;SAC3C,MAAM,CAAC,CAAC,GAAG,EAAE,CAAC,EAAE,EAAE,CAAC,CAAC,EAAE,GAAG,GAAG,EAAE,GAAG,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,CAAC;IAE9C,OAAO,CACL,MAAM,OAAO,CAAC,UAAU,CACtB,MAAM,CAAC,OAAO,CAAC,WAAW,CAAC,CAAC,GAAG,CAC7B,KAAK,EAAE,CAAC,GAAG,EAAE,OAAO,CAAC,EAA0B,EAAE,CAAC,CAAC,GAAG,EAAE,MAAM,OAAO,EAAE,CAAC,CACzE,CACF,CACF;SACE,MAAM,CAAC,CAAC,CAAC,EAA8C,EAAE,CAAC,CAAC,CAAC,MAAM,KAAK,WAAW,CAAC;SACnF,GAAG,CAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,KAAK,CAAC,CAAC;AAC/B,CAAC,CAAC;AAEF,MAAM,8BAA8B,GAAG,KAAK,EAC1C,eAA+B,EACL,EAAE;IAC5B,MAAM,IAAI,GAAG,IAAA,eAAM,EAAC,IAAA,qBAAU,EAAC,eAA2B,CAAC,CAAC,CAAC;IAE7D,OAAO,CACL,MAAM,OAAO,CAAC,UAAU,CACtB,IAAI,CAAC,GAAG,CAAC,KAAK,EAAE,CAAC,EAAE,EAAE,CAAC;QACpB,CAAC;QACD,CAAC,MAAM,6CAAqB,CAAC,IAAI,CAAC,YAAY,CAAC,IAAA,cAAQ,EAAC,QAAQ,EAAE,CAAC,CAAC,CAAC,CAAa;KACnF,CAAC,CACH,CACF;SACE,MAAM,CAAC,CAAC,CAAC,EAA8C,EAAE,CAAC,CAAC,CAAC,MAAM,KAAK,WAAW,CAAC;SACnF,GAAG,CAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,KAAK,CAAC;SACzB,GAAG,CAAC,CAAC,CAAC,GAAG,EAAE,IAAI,CAAC,EAAE,EAAE,CAAC,CAAC,GAAG,EAAE,IAAA,0BAAe,EAAC,IAAI,EAAE,GAAG,CAAC,CAAC,CAAC,CAAC;AAC7D,CAAC,CAAC"}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
2
|
-
if (k2 === undefined) k2 = k;
|
|
3
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
4
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
5
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
6
|
-
}
|
|
7
|
-
Object.defineProperty(o, k2, desc);
|
|
8
|
-
}) : (function(o, m, k, k2) {
|
|
9
|
-
if (k2 === undefined) k2 = k;
|
|
10
|
-
o[k2] = m[k];
|
|
11
|
-
}));
|
|
12
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
13
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
14
|
-
}) : function(o, v) {
|
|
15
|
-
o["default"] = v;
|
|
16
|
-
});
|
|
17
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
18
|
-
if (mod && mod.__esModule) return mod;
|
|
19
|
-
var result = {};
|
|
20
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
21
|
-
__setModuleDefault(result, mod);
|
|
22
|
-
return result;
|
|
23
|
-
};
|
|
24
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25
|
-
exports.loadModuleFallback = void 0;
|
|
26
|
-
const loadModuleFallback = async (blockName) => {
|
|
27
|
-
try {
|
|
28
|
-
const blockFallback = await Promise.resolve().then(() => __importStar(require(`../${blockName}/${blockName}.fallback`)));
|
|
29
|
-
return blockFallback?.fallback ? await blockFallback.fallback() : undefined;
|
|
30
|
-
}
|
|
31
|
-
catch (error) {
|
|
32
|
-
return undefined;
|
|
33
|
-
}
|
|
34
|
-
};
|
|
35
|
-
exports.loadModuleFallback = loadModuleFallback;
|
|
36
|
-
//# sourceMappingURL=loadModuleFallback.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"loadModuleFallback.js","sourceRoot":"","sources":["../../../src/components/ContentPage/loadModuleFallback.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AAEO,MAAM,kBAAkB,GAAG,KAAK,EAAE,SAAiB,EAAoC,EAAE;IAC9F,IAAI;QACF,MAAM,aAAa,GAAG,wDAAa,MAAM,SAAS,IAAI,SAAS,WAAW,GAAC,CAAC;QAE5E,OAAO,aAAa,EAAE,QAAQ,CAAC,CAAC,CAAC,MAAM,aAAa,CAAC,QAAQ,EAAE,CAAC,CAAC,CAAC,SAAS,CAAC;KAC7E;IAAC,OAAO,KAAK,EAAE;QACd,OAAO,SAAS,CAAC;KAClB;AACH,CAAC,CAAC;AARW,QAAA,kBAAkB,sBAQ7B"}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2
|
-
exports.mapSlot = void 0;
|
|
3
|
-
const mapSlot = (mapper) => (slot) => ({
|
|
4
|
-
...slot,
|
|
5
|
-
...(slot.blocks ? { blocks: mapper(slot.blocks) } : {}),
|
|
6
|
-
...(slot.slots
|
|
7
|
-
? {
|
|
8
|
-
slots: Object.fromEntries(Object.entries(slot.slots).map(([slotKey, slotBlocks]) => [
|
|
9
|
-
slotKey,
|
|
10
|
-
mapper(slotBlocks),
|
|
11
|
-
])),
|
|
12
|
-
}
|
|
13
|
-
: {}),
|
|
14
|
-
});
|
|
15
|
-
exports.mapSlot = mapSlot;
|
|
16
|
-
//# sourceMappingURL=mapSlot.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mapSlot.js","sourceRoot":"","sources":["../../../src/components/ContentPage/mapSlot.ts"],"names":[],"mappings":";;AAEO,MAAM,OAAO,GAClB,CAAC,MAA2C,EAAE,EAAE,CAChD,CAAiB,IAAO,EAAK,EAAE,CAAC,CAAC;IAC/B,GAAG,IAAI;IACP,GAAG,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,MAAM,EAAE,MAAM,CAAC,IAAI,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC;IACvD,GAAG,CAAC,IAAI,CAAC,KAAK;QACZ,CAAC,CAAC;YACE,KAAK,EAAE,MAAM,CAAC,WAAW,CACvB,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,OAAO,EAAE,UAAU,CAAC,EAAE,EAAE,CAAC;gBACxD,OAAO;gBACP,MAAM,CAAC,UAAU,CAAC;aACnB,CAAC,CACH;SACF;QACH,CAAC,CAAC,EAAE,CAAC;CACR,CAAC,CAAC;AAfQ,QAAA,OAAO,WAef"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2
|
-
exports.normalizeBlock = void 0;
|
|
3
|
-
const mapSlot_1 = require("./mapSlot");
|
|
4
|
-
function normalizeBlock(block, blocksRegistry) {
|
|
5
|
-
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
6
|
-
const { mobile, ...result } = (block || {});
|
|
7
|
-
return (0, mapSlot_1.mapSlot)(filterBlocks(blocksRegistry))({ ...result });
|
|
8
|
-
}
|
|
9
|
-
exports.normalizeBlock = normalizeBlock;
|
|
10
|
-
const filterBlocks = (blocksRegistry) => (blocks) => blocks
|
|
11
|
-
? blocks
|
|
12
|
-
?.filter((block) => blocksRegistry && (block?.type || '') in blocksRegistry && !block?.hidden)
|
|
13
|
-
.map((block) => normalizeBlock(block, blocksRegistry))
|
|
14
|
-
: [];
|
|
15
|
-
//# sourceMappingURL=normalizeBlock.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"normalizeBlock.js","sourceRoot":"","sources":["../../../src/components/ContentPage/normalizeBlock.ts"],"names":[],"mappings":";;AAEA,uCAAoC;AAEpC,SAAgB,cAAc,CAAiB,KAAS,EAAE,cAA+B;IACvF,6DAA6D;IAC7D,MAAM,EAAE,MAAM,EAAE,GAAG,MAAM,EAAE,GAAG,CAAC,KAAK,IAAI,EAAE,CAAa,CAAC;IAExD,OAAO,IAAA,iBAAO,EAAC,YAAY,CAAC,cAAc,CAAC,CAAC,CAAC,EAAE,GAAG,MAAM,EAAE,CAAM,CAAC;AACnE,CAAC;AALD,wCAKC;AAED,MAAM,YAAY,GAChB,CAAC,cAA+B,EAAE,EAAE,CACpC,CAAC,MAAmB,EAAc,EAAE,CAClC,MAAM;IACJ,CAAC,CAAC,MAAM;QACJ,EAAE,MAAM,CACN,CAAC,KAAK,EAAE,EAAE,CAAC,cAAc,IAAI,CAAC,KAAK,EAAE,IAAI,IAAI,EAAE,CAAC,IAAI,cAAc,IAAI,CAAC,KAAK,EAAE,MAAM,CACrF;SACA,GAAG,CAAC,CAAC,KAAK,EAAE,EAAE,CAAC,cAAc,CAAC,KAAK,EAAE,cAAc,CAAC,CAAC;IAC1D,CAAC,CAAC,EAAE,CAAC"}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2
|
-
exports.normalizeBlock = void 0;
|
|
3
|
-
const mapSlot_1 = require("./mapSlot");
|
|
4
|
-
const toMobileBlock_1 = require("./toMobileBlock");
|
|
5
|
-
function normalizeBlock(block, blocksRegistry) {
|
|
6
|
-
const { mobile } = (block || {});
|
|
7
|
-
return (0, mapSlot_1.mapSlot)(filterBlocks(blocksRegistry))((mobile ? (0, toMobileBlock_1.toMobileBlock)(block) : block) || {});
|
|
8
|
-
}
|
|
9
|
-
exports.normalizeBlock = normalizeBlock;
|
|
10
|
-
const filterBlocks = (blocksRegistry) => (blocks) => blocks
|
|
11
|
-
? blocks
|
|
12
|
-
?.filter((block) => blocksRegistry &&
|
|
13
|
-
(block?.type || block?.mobile?.type || '') in blocksRegistry &&
|
|
14
|
-
!block.mobile?.hidden &&
|
|
15
|
-
!block?.hidden)
|
|
16
|
-
.map((block) => normalizeBlock(block, blocksRegistry))
|
|
17
|
-
: [];
|
|
18
|
-
//# sourceMappingURL=normalizeBlock.mobile.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"normalizeBlock.mobile.js","sourceRoot":"","sources":["../../../src/components/ContentPage/normalizeBlock.mobile.ts"],"names":[],"mappings":";;AAEA,uCAAoC;AACpC,mDAAgD;AAEhD,SAAgB,cAAc,CAAiB,KAAS,EAAE,cAA+B;IACvF,MAAM,EAAE,MAAM,EAAE,GAAG,CAAC,KAAK,IAAI,EAAE,CAAa,CAAC;IAE7C,OAAO,IAAA,iBAAO,EAAC,YAAY,CAAC,cAAc,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,IAAA,6BAAa,EAAC,KAAK,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,EAAE,CAAM,CAAC;AACnG,CAAC;AAJD,wCAIC;AAED,MAAM,YAAY,GAChB,CAAC,cAA+B,EAAE,EAAE,CACpC,CAAC,MAAmB,EAAc,EAAE,CAClC,MAAM;IACJ,CAAC,CAAC,MAAM;QACJ,EAAE,MAAM,CACN,CAAC,KAAK,EAAE,EAAE,CACR,cAAc;QACd,CAAC,KAAK,EAAE,IAAI,IAAI,KAAK,EAAE,MAAM,EAAE,IAAI,IAAI,EAAE,CAAC,IAAI,cAAc;QAC5D,CAAC,KAAK,CAAC,MAAM,EAAE,MAAM;QACrB,CAAC,KAAK,EAAE,MAAM,CACjB;SACA,GAAG,CAAC,CAAC,KAAK,EAAE,EAAE,CAAC,cAAc,CAAC,KAAK,EAAE,cAAc,CAAC,CAAC;IAC1D,CAAC,CAAC,EAAE,CAAC"}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2
|
-
exports.normalizePage = void 0;
|
|
3
|
-
const normalizeBlock_1 = require("./normalizeBlock");
|
|
4
|
-
const normalizePage = (blocksRegistry) => (contentPage) => contentPage ? (0, normalizeBlock_1.normalizeBlock)(contentPage, blocksRegistry) : {};
|
|
5
|
-
exports.normalizePage = normalizePage;
|
|
6
|
-
//# sourceMappingURL=normalizePage.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"normalizePage.js","sourceRoot":"","sources":["../../../src/components/ContentPage/normalizePage.ts"],"names":[],"mappings":";;AAEA,qDAAkD;AAE3C,MAAM,aAAa,GACxB,CAAC,cAA8B,EAAE,EAAE,CACnC,CAAC,WAA8C,EAAkB,EAAE,CACjE,WAAW,CAAC,CAAC,CAAC,IAAA,+BAAc,EAAC,WAAW,EAAE,cAAc,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC;AAHtD,QAAA,aAAa,iBAGyC"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2
|
-
exports.toMobileBlock = void 0;
|
|
3
|
-
function toMobileBlock(block = {}) {
|
|
4
|
-
const { mobile, ...desktop } = block;
|
|
5
|
-
return {
|
|
6
|
-
...desktop,
|
|
7
|
-
...(mobile?.style ? { style: mobile.style } : {}),
|
|
8
|
-
...(mobile?.content ? { content: mobile.content } : {}),
|
|
9
|
-
};
|
|
10
|
-
}
|
|
11
|
-
exports.toMobileBlock = toMobileBlock;
|
|
12
|
-
//# sourceMappingURL=toMobileBlock.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"toMobileBlock.js","sourceRoot":"","sources":["../../../src/components/ContentPage/toMobileBlock.ts"],"names":[],"mappings":";;AAEA,SAAgB,aAAa,CAAC,QAAkB,EAAE;IAChD,MAAM,EAAE,MAAM,EAAE,GAAG,OAAO,EAAE,GAAG,KAAK,CAAC;IAErC,OAAO;QACL,GAAG,OAAO;QACV,GAAG,CAAC,MAAM,EAAE,KAAK,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,MAAM,CAAC,KAAK,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC;QACjD,GAAG,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,EAAE,OAAO,EAAE,MAAM,CAAC,OAAO,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC;KACxD,CAAC;AACJ,CAAC;AARD,sCAQC"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { type ContentPageDef } from '../model/ContentPageDef';
|
|
2
|
-
import { type TransformationOptions } from './TransformationOptions';
|
|
3
|
-
export declare class ContentPageRepository {
|
|
4
|
-
private readonly options;
|
|
5
|
-
static readonly inst: ContentPageRepository;
|
|
6
|
-
constructor(options?: TransformationOptions);
|
|
7
|
-
listAllContentPages(): Promise<string[]>;
|
|
8
|
-
readPage(filePath: string): Promise<ContentPageDef>;
|
|
9
|
-
generatePage(filePath: string): Promise<ContentPageDef>;
|
|
10
|
-
}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
2
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
3
|
-
};
|
|
4
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.ContentPageRepository = void 0;
|
|
6
|
-
const fs_1 = __importDefault(require("fs"));
|
|
7
|
-
const glob_1 = __importDefault(require("glob"));
|
|
8
|
-
const util_1 = __importDefault(require("util"));
|
|
9
|
-
const transformContentPage_1 = require("./transformContentPage");
|
|
10
|
-
const find = util_1.default.promisify(glob_1.default);
|
|
11
|
-
const readFile = util_1.default.promisify(fs_1.default.readFile);
|
|
12
|
-
class ContentPageRepository {
|
|
13
|
-
options;
|
|
14
|
-
static inst = new ContentPageRepository();
|
|
15
|
-
constructor(options = {
|
|
16
|
-
contentDir: 'content',
|
|
17
|
-
publicDir: 'public',
|
|
18
|
-
}) {
|
|
19
|
-
this.options = options;
|
|
20
|
-
}
|
|
21
|
-
listAllContentPages() {
|
|
22
|
-
return find(`${this.options.contentDir}/**/*.page.json`);
|
|
23
|
-
}
|
|
24
|
-
async readPage(filePath) {
|
|
25
|
-
return JSON.parse(await readFile((0, transformContentPage_1.generatedPagePath)(filePath), 'utf-8'));
|
|
26
|
-
}
|
|
27
|
-
generatePage(filePath) {
|
|
28
|
-
return (0, transformContentPage_1.transformContentPage)(filePath, this.options);
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
exports.ContentPageRepository = ContentPageRepository;
|
|
32
|
-
//# sourceMappingURL=ContentPageRepository.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ContentPageRepository.js","sourceRoot":"","sources":["../../src/content-page-repository/ContentPageRepository.ts"],"names":[],"mappings":";;;;;AAAA,4CAAoB;AACpB,gDAAwB;AACxB,gDAAwB;AAGxB,iEAAiF;AAEjF,MAAM,IAAI,GAAG,cAAI,CAAC,SAAS,CAAC,cAAI,CAAC,CAAC;AAClC,MAAM,QAAQ,GAAG,cAAI,CAAC,SAAS,CAAC,YAAE,CAAC,QAAQ,CAAC,CAAC;AAE7C,MAAa,qBAAqB;IAIb;IAHZ,MAAM,CAAU,IAAI,GAAG,IAAI,qBAAqB,EAAE,CAAC;IAE1D,YACmB,UAAiC;QAChD,UAAU,EAAE,SAAS;QACrB,SAAS,EAAE,QAAQ;KACpB;QAHgB,YAAO,GAAP,OAAO,CAGvB;IACA,CAAC;IAEJ,mBAAmB;QACjB,OAAO,IAAI,CAAC,GAAG,IAAI,CAAC,OAAO,CAAC,UAAU,iBAAiB,CAAC,CAAC;IAC3D,CAAC;IAED,KAAK,CAAC,QAAQ,CAAC,QAAgB;QAC7B,OAAO,IAAI,CAAC,KAAK,CAAC,MAAM,QAAQ,CAAC,IAAA,wCAAiB,EAAC,QAAQ,CAAC,EAAE,OAAO,CAAC,CAAC,CAAC;IAC1E,CAAC;IAED,YAAY,CAAC,QAAgB;QAC3B,OAAO,IAAA,2CAAoB,EAAC,QAAQ,EAAE,IAAI,CAAC,OAAO,CAAC,CAAC;IACtD,CAAC;;AApBH,sDAqBC"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { JSONBoxDefault, type JSONBox, type JSONNode } from '@redneckz/json-op';
|
|
2
|
-
import { type JSONPathElement } from '@redneckz/json-op/lib/JSONPath';
|
|
3
|
-
export declare class JSONDocContentBox extends JSONBoxDefault {
|
|
4
|
-
size(): number;
|
|
5
|
-
entries(): Array<[p: JSONPathElement, child: JSONBox]>;
|
|
6
|
-
get(p?: JSONPathElement): JSONBox;
|
|
7
|
-
set(p: JSONPathElement | undefined, child: JSONNode): JSONBox;
|
|
8
|
-
}
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2
|
-
exports.JSONDocContentBox = void 0;
|
|
3
|
-
const json_op_1 = require("@redneckz/json-op");
|
|
4
|
-
const isAtomicArray = (node) => (0, json_op_1.isJSONArray)(node) && !node.some(nodeId);
|
|
5
|
-
const ID_PREFIX = 'id:';
|
|
6
|
-
const nodeId = (node) => (0, json_op_1.isJSONRecord)(node) && '__id' in node ? node.__id : undefined;
|
|
7
|
-
const keyToId = (p) => typeof p === 'string' && p.startsWith(ID_PREFIX) ? p.substring(ID_PREFIX.length) : undefined;
|
|
8
|
-
const findIndexById = (_, id) => id && (0, json_op_1.isJSONArray)(_) ? _.findIndex((node) => id === nodeId(node)) : -1;
|
|
9
|
-
class JSONDocContentBox extends json_op_1.JSONBoxDefault {
|
|
10
|
-
size() {
|
|
11
|
-
return isAtomicArray(this._) ? 0 : super.size();
|
|
12
|
-
}
|
|
13
|
-
entries() {
|
|
14
|
-
if (isAtomicArray(this._)) {
|
|
15
|
-
return [];
|
|
16
|
-
}
|
|
17
|
-
else if ((0, json_op_1.isJSONArray)(this._)) {
|
|
18
|
-
return this._.map((node, i) => [
|
|
19
|
-
nodeId(node) ? `${ID_PREFIX}${nodeId(node)}` : i,
|
|
20
|
-
new JSONDocContentBox(node),
|
|
21
|
-
]);
|
|
22
|
-
}
|
|
23
|
-
else {
|
|
24
|
-
return super.entries();
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
get(p) {
|
|
28
|
-
const id = keyToId(p);
|
|
29
|
-
return super.get(id ? findIndexById(this._, id) : p);
|
|
30
|
-
}
|
|
31
|
-
set(p, child) {
|
|
32
|
-
const id = keyToId(p);
|
|
33
|
-
const index = findIndexById(this._, id);
|
|
34
|
-
const adjustedIndex = index >= 0 ? index : this.size();
|
|
35
|
-
return super.set(id ? adjustedIndex : p, id ? { ...child, __id: id } : child);
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
exports.JSONDocContentBox = JSONDocContentBox;
|
|
39
|
-
//# sourceMappingURL=JSONDocContentBox.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"JSONDocContentBox.js","sourceRoot":"","sources":["../../src/content-page-repository/JSONDocContentBox.ts"],"names":[],"mappings":";;AAAA,+CAO2B;AAG3B,MAAM,aAAa,GAAG,CAAC,IAA0B,EAAW,EAAE,CAC5D,IAAA,qBAAW,EAAC,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;AAE1C,MAAM,SAAS,GAAG,KAAK,CAAC;AAExB,MAAM,MAAM,GAAG,CAAC,IAA0B,EAAsB,EAAE,CAChE,IAAA,sBAAY,EAAC,IAAI,CAAC,IAAI,MAAM,IAAI,IAAI,CAAC,CAAC,CAAE,IAAI,CAAC,IAAe,CAAC,CAAC,CAAC,SAAS,CAAC;AAE3E,MAAM,OAAO,GAAG,CAAC,CAA8B,EAAsB,EAAE,CACrE,OAAO,CAAC,KAAK,QAAQ,IAAI,CAAC,CAAC,UAAU,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,SAAS,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;AAE/F,MAAM,aAAa,GAAG,CAAC,CAAuB,EAAE,EAAsB,EAAe,EAAE,CACrF,EAAE,IAAI,IAAA,qBAAW,EAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,EAAE,KAAK,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;AAEzE,MAAa,iBAAkB,SAAQ,wBAAc;IACnD,IAAI;QACF,OAAO,aAAa,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,EAAE,CAAC;IAClD,CAAC;IAED,OAAO;QACL,IAAI,aAAa,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE;YACzB,OAAO,EAAE,CAAC;SACX;aAAM,IAAI,IAAA,qBAAW,EAAC,IAAI,CAAC,CAAC,CAAC,EAAE;YAC9B,OAAO,IAAI,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,CAAC,EAAE,EAAE,CAAC;gBAC7B,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,GAAG,SAAS,GAAG,MAAM,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;gBAChD,IAAI,iBAAiB,CAAC,IAAI,CAAC;aAC5B,CAAC,CAAC;SACJ;aAAM;YACL,OAAO,KAAK,CAAC,OAAO,EAAE,CAAC;SACxB;IACH,CAAC;IAED,GAAG,CAAC,CAAmB;QACrB,MAAM,EAAE,GAAG,OAAO,CAAC,CAAC,CAAC,CAAC;QAEtB,OAAO,KAAK,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC,CAAC,aAAa,CAAC,IAAI,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;IACvD,CAAC;IAED,GAAG,CAAC,CAA8B,EAAE,KAAe;QACjD,MAAM,EAAE,GAAG,OAAO,CAAC,CAAC,CAAC,CAAC;QACtB,MAAM,KAAK,GAAG,aAAa,CAAC,IAAI,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC;QACxC,MAAM,aAAa,GAAG,KAAK,IAAI,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,EAAE,CAAC;QAEvD,OAAO,KAAK,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC,CAAC,aAAa,CAAC,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,GAAI,KAAoB,EAAE,IAAI,EAAE,EAAE,EAAE,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC;IAChG,CAAC;CACF;AA/BD,8CA+BC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"TransformationOptions.js","sourceRoot":"","sources":["../../src/content-page-repository/TransformationOptions.ts"],"names":[],"mappings":""}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2
|
-
exports.clearAttachmentHref = exports.ATTACHMENT_PREFIX = void 0;
|
|
3
|
-
exports.ATTACHMENT_PREFIX = 'file://';
|
|
4
|
-
const clearAttachmentHref = (href) => href.replace(exports.ATTACHMENT_PREFIX, '');
|
|
5
|
-
exports.clearAttachmentHref = clearAttachmentHref;
|
|
6
|
-
//# sourceMappingURL=clearAttachmentHref.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"clearAttachmentHref.js","sourceRoot":"","sources":["../../src/content-page-repository/clearAttachmentHref.ts"],"names":[],"mappings":";;AAAa,QAAA,iBAAiB,GAAG,SAAS,CAAC;AAEpC,MAAM,mBAAmB,GAAG,CAAC,IAAY,EAAU,EAAE,CAAC,IAAI,CAAC,OAAO,CAAC,yBAAiB,EAAE,EAAE,CAAC,CAAC;AAApF,QAAA,mBAAmB,uBAAiE"}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { type ImgSource } from '../model/Picture';
|
|
2
|
-
import { type TransformationOptions } from './TransformationOptions';
|
|
3
|
-
export declare function computeImgOutputPath(imgInputPath: string, { contentDir, publicDir, format, size }: TransformationOptions & ImgSource, withoutTransform?: boolean): string;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
2
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
3
|
-
};
|
|
4
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.computeImgOutputPath = void 0;
|
|
6
|
-
const path_1 = __importDefault(require("path"));
|
|
7
|
-
function computeImgOutputPath(imgInputPath, { contentDir, publicDir, format, size }, withoutTransform = false) {
|
|
8
|
-
const imgRelativePath = path_1.default.relative(contentDir, imgInputPath);
|
|
9
|
-
const imgDir = path_1.default.dirname(imgRelativePath);
|
|
10
|
-
const inputExt = path_1.default.extname(imgRelativePath);
|
|
11
|
-
const fileName = path_1.default.basename(imgRelativePath, inputExt);
|
|
12
|
-
const suffixParts = [size?.width, size?.height].filter(Boolean);
|
|
13
|
-
const suffix = suffixParts.length && !withoutTransform ? `-${suffixParts.join('-')}` : '';
|
|
14
|
-
const ext = format && !withoutTransform ? `.${format}` : inputExt;
|
|
15
|
-
return path_1.default.join(publicDir, imgDir, `${fileName}${suffix}${ext}`);
|
|
16
|
-
}
|
|
17
|
-
exports.computeImgOutputPath = computeImgOutputPath;
|
|
18
|
-
//# sourceMappingURL=computeImgOutputPath.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"computeImgOutputPath.js","sourceRoot":"","sources":["../../src/content-page-repository/computeImgOutputPath.ts"],"names":[],"mappings":";;;;;AAAA,gDAAwB;AAIxB,SAAgB,oBAAoB,CAClC,YAAoB,EACpB,EAAE,UAAU,EAAE,SAAS,EAAE,MAAM,EAAE,IAAI,EAAqC,EAC1E,gBAAgB,GAAG,KAAK;IAExB,MAAM,eAAe,GAAG,cAAI,CAAC,QAAQ,CAAC,UAAU,EAAE,YAAY,CAAC,CAAC;IAEhE,MAAM,MAAM,GAAG,cAAI,CAAC,OAAO,CAAC,eAAe,CAAC,CAAC;IAE7C,MAAM,QAAQ,GAAG,cAAI,CAAC,OAAO,CAAC,eAAe,CAAC,CAAC;IAC/C,MAAM,QAAQ,GAAG,cAAI,CAAC,QAAQ,CAAC,eAAe,EAAE,QAAQ,CAAC,CAAC;IAC1D,MAAM,WAAW,GAAG,CAAC,IAAI,EAAE,KAAK,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC;IAChE,MAAM,MAAM,GAAG,WAAW,CAAC,MAAM,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,IAAI,WAAW,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC;IAC1F,MAAM,GAAG,GAAG,MAAM,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,IAAI,MAAM,EAAE,CAAC,CAAC,CAAC,QAAQ,CAAC;IAElE,OAAO,cAAI,CAAC,IAAI,CAAC,SAAS,EAAE,MAAM,EAAE,GAAG,QAAQ,GAAG,MAAM,GAAG,GAAG,EAAE,CAAC,CAAC;AACpE,CAAC;AAhBD,oDAgBC"}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2
|
-
exports.IMAGE_EXT_LIST = exports.DOCUMENT_EXT_LIST = exports.OUTPUT_SUFFIX = void 0;
|
|
3
|
-
exports.OUTPUT_SUFFIX = '.static';
|
|
4
|
-
exports.DOCUMENT_EXT_LIST = [
|
|
5
|
-
'.txt',
|
|
6
|
-
'.doc',
|
|
7
|
-
'.docx',
|
|
8
|
-
'.xls',
|
|
9
|
-
'.xlsx',
|
|
10
|
-
'.xlsb',
|
|
11
|
-
'.ppt',
|
|
12
|
-
'.pptx',
|
|
13
|
-
'.pdf',
|
|
14
|
-
'.zip',
|
|
15
|
-
'.7z',
|
|
16
|
-
];
|
|
17
|
-
exports.IMAGE_EXT_LIST = ['.jpeg', '.jpg', '.png', '.gif', '.webp', '.heif', '.avif', '.svg'];
|
|
18
|
-
//# sourceMappingURL=extensions.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"extensions.js","sourceRoot":"","sources":["../../src/content-page-repository/extensions.ts"],"names":[],"mappings":";;AAAa,QAAA,aAAa,GAAG,SAAS,CAAC;AAE1B,QAAA,iBAAiB,GAAG;IAC/B,MAAM;IACN,MAAM;IACN,OAAO;IACP,MAAM;IACN,OAAO;IACP,OAAO;IACP,MAAM;IACN,OAAO;IACP,MAAM;IACN,MAAM;IACN,KAAK;CACN,CAAC;AAEW,QAAA,cAAc,GAAG,CAAC,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,MAAM,CAAC,CAAC"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2
|
-
exports.transformContentPage = exports.ContentPageRepository = exports.clearAttachmentHref = void 0;
|
|
3
|
-
var clearAttachmentHref_1 = require("./clearAttachmentHref");
|
|
4
|
-
Object.defineProperty(exports, "clearAttachmentHref", { enumerable: true, get: function () { return clearAttachmentHref_1.clearAttachmentHref; } });
|
|
5
|
-
var ContentPageRepository_1 = require("./ContentPageRepository");
|
|
6
|
-
Object.defineProperty(exports, "ContentPageRepository", { enumerable: true, get: function () { return ContentPageRepository_1.ContentPageRepository; } });
|
|
7
|
-
var transformContentPage_1 = require("./transformContentPage");
|
|
8
|
-
Object.defineProperty(exports, "transformContentPage", { enumerable: true, get: function () { return transformContentPage_1.transformContentPage; } });
|
|
9
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/content-page-repository/index.ts"],"names":[],"mappings":";;AAAA,6DAA4D;AAAnD,0HAAA,mBAAmB,OAAA;AAC5B,iEAAgE;AAAvD,8HAAA,qBAAqB,OAAA;AAC9B,+DAA8D;AAArD,4HAAA,oBAAoB,OAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function mapJSON<T>(data: T, mapper: <In, Out = In>(value: In, key: string[]) => Promise<Out>, keyParts?: string[]): Promise<T>;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2
|
-
exports.mapJSON = void 0;
|
|
3
|
-
async function mapJSON(data, mapper, keyParts = []) {
|
|
4
|
-
if (data === null || data === undefined) {
|
|
5
|
-
return data;
|
|
6
|
-
}
|
|
7
|
-
const mappedData = await mapper(data, keyParts);
|
|
8
|
-
if (mappedData !== data) {
|
|
9
|
-
return mappedData;
|
|
10
|
-
}
|
|
11
|
-
if (Array.isArray(data)) {
|
|
12
|
-
const values = data.map((_, i) => mapJSON(_, mapper, [String(i)].concat(keyParts)));
|
|
13
|
-
return Promise.all(values);
|
|
14
|
-
}
|
|
15
|
-
else if (typeof data === 'object' && data.toString() === '[object Object]') {
|
|
16
|
-
const subKeys = Object.keys(data);
|
|
17
|
-
const values = subKeys.map((k) => mapJSON(data[k], mapper, [k].concat(keyParts)));
|
|
18
|
-
const pairs = (await Promise.all(values)).map((_, i) => ({
|
|
19
|
-
[subKeys[i]]: _,
|
|
20
|
-
}));
|
|
21
|
-
return Object.assign({}, ...pairs);
|
|
22
|
-
}
|
|
23
|
-
return mapper(data, keyParts);
|
|
24
|
-
}
|
|
25
|
-
exports.mapJSON = mapJSON;
|
|
26
|
-
//# sourceMappingURL=mapJSON.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mapJSON.js","sourceRoot":"","sources":["../../src/content-page-repository/mapJSON.ts"],"names":[],"mappings":";;AAAO,KAAK,UAAU,OAAO,CAC3B,IAAO,EACP,MAAgE,EAChE,WAAqB,EAAE;IAEvB,IAAI,IAAI,KAAK,IAAI,IAAI,IAAI,KAAK,SAAS,EAAE;QACvC,OAAO,IAAI,CAAC;KACb;IAED,MAAM,UAAU,GAAG,MAAM,MAAM,CAAC,IAAI,EAAE,QAAQ,CAAC,CAAC;IAChD,IAAI,UAAU,KAAK,IAAI,EAAE;QACvB,OAAO,UAAe,CAAC;KACxB;IAED,IAAI,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,EAAE;QACvB,MAAM,MAAM,GAAG,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,OAAO,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC;QAEpF,OAAO,OAAO,CAAC,GAAG,CAAC,MAAM,CAAQ,CAAC;KACnC;SAAM,IAAI,OAAO,IAAI,KAAK,QAAQ,IAAK,IAAY,CAAC,QAAQ,EAAE,KAAK,iBAAiB,EAAE;QACrF,MAAM,OAAO,GAAG,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QAClC,MAAM,MAAM,GAAG,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC;QAClF,MAAM,KAAK,GAAG,CAAC,MAAM,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,CAAC;YACvD,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC;SAChB,CAAC,CAAC,CAAC;QAEJ,OAAO,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,GAAG,KAAK,CAAC,CAAC;KACpC;IAED,OAAO,MAAM,CAAI,IAAI,EAAE,QAAQ,CAAC,CAAC;AACnC,CAAC;AA7BD,0BA6BC"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2
|
-
exports.mergePages = void 0;
|
|
3
|
-
const json_op_1 = require("@redneckz/json-op");
|
|
4
|
-
const JSONDocContentBox_1 = require("./JSONDocContentBox");
|
|
5
|
-
const mergePages = (page, diffs) => (0, json_op_1.merge)(new JSONDocContentBox_1.JSONDocContentBox(page), (0, json_op_1.leafs)(new JSONDocContentBox_1.JSONDocContentBox(diffs)));
|
|
6
|
-
exports.mergePages = mergePages;
|
|
7
|
-
//# sourceMappingURL=mergePages.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mergePages.js","sourceRoot":"","sources":["../../src/content-page-repository/mergePages.ts"],"names":[],"mappings":";;AAAA,+CAAkE;AAClE,2DAAwD;AAEjD,MAAM,UAAU,GAAG,CAAC,IAAgB,EAAE,KAAiB,EAAc,EAAE,CAC5E,IAAA,eAAK,EACH,IAAI,qCAAiB,CAAC,IAAkB,CAAC,EACzC,IAAA,eAAK,EAAC,IAAI,qCAAiB,CAAC,KAAmB,CAAC,CAAC,CACpC,CAAC;AAJL,QAAA,UAAU,cAIL"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const replaceHeadingTags: (html: string) => string;
|