@redneckz/wildless-cms-uni-blocks 0.10.9 → 0.11.0
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/bin/migration-scripts/0.10.10.js +44 -0
- package/bin/migration-scripts/0.11.0.js +29 -0
- package/bundle/blocks.schema.json +1 -1
- package/bundle/bundle.umd.js +372 -329
- package/bundle/bundle.umd.min.js +1 -1
- package/bundle/components/BaseTile/BaseTile.d.ts +12 -2
- package/bundle/components/DepositFiltration/DepositFiltration.d.ts +6 -0
- package/bundle/components/DepositFiltration/DepositFiltrationContent.d.ts +32 -0
- package/bundle/components/Footer/buttonStylesWithText.d.ts +2 -0
- package/bundle/components/Footer/buttonStylesWithText.mobile.d.ts +2 -0
- package/bundle/components/Footer/horizontalNavigationLinkStyles.d.ts +1 -0
- package/bundle/components/Footer/horizontalNavigationLinkStyles.mobile.d.ts +1 -0
- package/bundle/components/Footer/textInformationTextSize.d.ts +1 -0
- package/bundle/components/Footer/textInformationTextSize.mobile.d.ts +1 -0
- package/bundle/components/MortgageFiltration/MortgageFiltration.d.ts +6 -0
- package/bundle/components/MortgageFiltration/MortgageFiltrationContent.d.ts +18 -0
- package/bundle/components/OfficeMap/useOfficeMap.d.ts +2 -0
- package/bundle/components/ProductBlock/ProductBlockContent.d.ts +0 -13
- package/bundle/components/ProductBlock/renderBackwardButton.d.ts +1 -1
- package/bundle/components/ProductBlock/renderBenefit.d.ts +2 -2
- package/bundle/components/RollupItem/RollupItemContent.d.ts +2 -0
- package/bundle/components/RollupItem/foldableSectionStyles.d.ts +1 -0
- package/bundle/components/RollupItem/foldableSectionStyles.mobile.d.ts +1 -0
- package/bundle/components/RollupItem/getIconName.d.ts +1 -0
- package/bundle/components/RollupItem/getIconName.mobile.d.ts +1 -0
- package/bundle/components/RollupItem/labelSize.d.ts +1 -0
- package/bundle/components/RollupItem/labelSize.mobile.d.ts +1 -0
- package/bundle/components/RollupItem/rollupIconVersion.d.ts +1 -0
- package/bundle/components/RollupItem/rollupIconVersion.mobile.d.ts +1 -0
- package/bundle/components/RollupItem/rollupItemStyles.d.ts +1 -0
- package/bundle/components/RollupItem/rollupItemStyles.mobile.d.ts +1 -0
- package/bundle/content-page-repository/transformDocumentLink.d.ts +3 -0
- package/bundle/hooks/useForm.d.ts +8 -4
- package/bundle/hooks/useNormalizedInput.d.ts +11 -0
- package/bundle/icons/IconName.d.ts +12 -2
- package/bundle/services/sitemap/SitemapData.d.ts +1 -1
- package/{dist/components/Filtration/FiltrationContent.d.ts → bundle/ui-kit/BaseFiltration/BaseFiltrationContent.d.ts} +36 -22
- package/bundle/ui-kit/BaseFiltration/BaseFiltrationInner.d.ts +7 -0
- package/bundle/ui-kit/BaseFiltration/renderFiltrationForm.d.ts +15 -0
- package/bundle/ui-kit/ControlProps.d.ts +1 -1
- package/bundle/ui-kit/CurrencyInput/CurrencyInput.d.ts +2 -2
- package/bundle/ui-kit/Icon/IconProps.d.ts +4 -0
- package/bundle/ui-kit/Icon/RoundedIcon.d.ts +2 -0
- package/bundle/ui-kit/Input/Input.d.ts +1 -1
- package/bundle/ui-kit/Input/InputProps.d.ts +4 -5
- package/bundle/ui-kit/InputRange/InputRangeProps.d.ts +2 -4
- package/bundle/ui-kit/LinkList/LinkList.d.ts +2 -0
- package/bundle/ui-kit/LinkList/LinkListProps.d.ts +5 -0
- package/bundle/ui-kit/LinkList/linkListStyles.d.ts +1 -0
- package/bundle/ui-kit/LinkList/linkListStyles.mobile.d.ts +1 -0
- package/bundle/ui-kit/List/ListProps.d.ts +0 -2
- package/bundle/ui-kit/NumberInput/NumberInput.d.ts +8 -0
- package/bundle/ui-kit/PhoneInput/PhoneInput.d.ts +1 -1
- package/bundle/ui-kit/SearchBar/SearchBar.d.ts +5 -2
- package/bundle/ui-kit/SearchDialog/SearchInput.d.ts +0 -1
- package/bundle/utils/identity.d.ts +1 -0
- package/bundle/utils/isEmpty.d.ts +1 -0
- package/bundle/utils/joinList.d.ts +1 -1
- package/bundle/utils/toLocalNumberFormat.d.ts +1 -0
- package/cosmos-static/icons/ArrowDownSolidIcon.svg +1 -0
- package/cosmos-static/icons/ArrowUpSolidIcon.svg +1 -0
- package/cosmos-static/icons/BagIcon.svg +1 -0
- package/cosmos-static/icons/BriefcaseIcon.svg +1 -0
- package/cosmos-static/icons/ClientIcon.svg +1 -0
- package/dist/components/ApplicationForm/ApplicationFormDeposit.js +1 -1
- package/dist/components/ApplicationForm/ApplicationFormDeposit.js.map +1 -1
- package/dist/components/ApplicationForm/renderAcquiringDataOrganization.js +1 -1
- package/dist/components/ApplicationForm/renderAcquiringDataOrganization.js.map +1 -1
- package/dist/components/ApplicationForm/renderBusinessCardDataOrganization.js +1 -1
- package/dist/components/ApplicationForm/renderBusinessCardDataOrganization.js.map +1 -1
- package/dist/components/ApplicationForm/renderCreditDataOrganization.js +1 -1
- package/dist/components/ApplicationForm/renderCreditDataOrganization.js.map +1 -1
- package/dist/components/ApplicationForm/renderWedDataOrganization.js +1 -1
- package/dist/components/ApplicationForm/renderWedDataOrganization.js.map +1 -1
- package/dist/components/BaseTile/BaseTile.d.ts +12 -2
- package/dist/components/BaseTile/BaseTile.js +2 -1
- package/dist/components/BaseTile/BaseTile.js.map +1 -1
- package/dist/components/Blocks.js +6 -4
- package/dist/components/Blocks.js.map +1 -1
- package/dist/components/Blocks.mobile.js +0 -2
- package/dist/components/Blocks.mobile.js.map +1 -1
- package/dist/components/Calculator/CalculatorValueBlock.js +2 -2
- package/dist/components/Calculator/CalculatorValueBlock.js.map +1 -1
- package/dist/components/Calculator/renderInitialFeeInput.js +3 -3
- package/dist/components/Calculator/renderInitialFeeInput.js.map +1 -1
- package/dist/components/Calculator/renderProposal.js +2 -2
- package/dist/components/Calculator/renderProposal.js.map +1 -1
- package/dist/components/Calculator/renderRealEstateValue.js +2 -2
- package/dist/components/Calculator/renderRealEstateValue.js.map +1 -1
- package/dist/components/Calculator/renderWantedSumInput.js +3 -3
- package/dist/components/Calculator/renderWantedSumInput.js.map +1 -1
- package/dist/components/CardTransfer/CardTransfer.js +10 -8
- package/dist/components/CardTransfer/CardTransfer.js.map +1 -1
- package/dist/components/CarouselInvestmentCard/CarouselInvestmentCard.js +2 -9
- package/dist/components/CarouselInvestmentCard/CarouselInvestmentCard.js.map +1 -1
- package/dist/components/CarouselProductCard/CarouselProductCard.js +1 -1
- package/dist/components/CarouselProductCard/CarouselProductCard.js.map +1 -1
- package/dist/components/CarouselRecommendationCard/CarouselRecommendationCard.js +1 -1
- package/dist/components/CarouselRecommendationCard/CarouselRecommendationCard.js.map +1 -1
- package/dist/components/ContentPage/ContentPage.page.json +0 -1
- package/dist/components/DepositFiltration/DepositFiltration.d.ts +6 -0
- package/dist/components/DepositFiltration/DepositFiltration.js +34 -0
- package/dist/components/DepositFiltration/DepositFiltration.js.map +1 -0
- package/dist/components/DepositFiltration/DepositFiltrationContent.d.ts +32 -0
- package/dist/{ui-kit/CurrencyInput/CurrencyInputProps.js → components/DepositFiltration/DepositFiltrationContent.js} +1 -1
- package/dist/components/DepositFiltration/DepositFiltrationContent.js.map +1 -0
- package/dist/components/Footer/Footer.mobile.js +3 -9
- package/dist/components/Footer/Footer.mobile.js.map +1 -1
- package/dist/components/Footer/HorizontalNavigation.mobile.js +2 -1
- package/dist/components/Footer/HorizontalNavigation.mobile.js.map +1 -1
- package/dist/components/Footer/HorizontalNavigationLink.js +3 -1
- package/dist/components/Footer/HorizontalNavigationLink.js.map +1 -1
- package/dist/components/Footer/MediaButton.js +2 -8
- package/dist/components/Footer/MediaButton.js.map +1 -1
- package/dist/components/Footer/TextInformation.js +3 -1
- package/dist/components/Footer/TextInformation.js.map +1 -1
- package/dist/components/Footer/buttonStylesWithText.d.ts +2 -0
- package/dist/components/Footer/buttonStylesWithText.js +12 -0
- package/dist/components/Footer/buttonStylesWithText.js.map +1 -0
- package/dist/components/Footer/buttonStylesWithText.mobile.d.ts +2 -0
- package/dist/components/Footer/buttonStylesWithText.mobile.js +12 -0
- package/dist/components/Footer/buttonStylesWithText.mobile.js.map +1 -0
- package/dist/components/Footer/horizontalNavigationLinkStyles.d.ts +1 -0
- package/dist/components/Footer/horizontalNavigationLinkStyles.js +4 -0
- package/dist/components/Footer/horizontalNavigationLinkStyles.js.map +1 -0
- package/dist/components/Footer/horizontalNavigationLinkStyles.mobile.d.ts +1 -0
- package/dist/components/Footer/horizontalNavigationLinkStyles.mobile.js +4 -0
- package/dist/components/Footer/horizontalNavigationLinkStyles.mobile.js.map +1 -0
- package/dist/components/Footer/textInformationTextSize.d.ts +1 -0
- package/dist/components/Footer/textInformationTextSize.js +4 -0
- package/dist/components/Footer/textInformationTextSize.js.map +1 -0
- package/dist/components/Footer/textInformationTextSize.mobile.d.ts +1 -0
- package/dist/components/Footer/textInformationTextSize.mobile.js +4 -0
- package/dist/components/Footer/textInformationTextSize.mobile.js.map +1 -0
- package/dist/components/Header/Header.mobile.js +2 -2
- package/dist/components/Header/Header.mobile.js.map +1 -1
- package/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js +2 -2
- package/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js.map +1 -1
- package/dist/components/InvestmentInfo/InvestmentInfo.js +1 -1
- package/dist/components/InvestmentInfo/InvestmentInfo.js.map +1 -1
- package/dist/components/MobileAppTile/MobileAppTile.js +1 -1
- package/dist/components/MobileAppTile/MobileAppTile.js.map +1 -1
- package/dist/components/MobileAppTile/MobileAppTile.mobile.js +2 -1
- package/dist/components/MobileAppTile/MobileAppTile.mobile.js.map +1 -1
- package/dist/components/MortgageFiltration/MortgageFiltration.d.ts +6 -0
- package/dist/components/MortgageFiltration/MortgageFiltration.js +17 -0
- package/dist/components/MortgageFiltration/MortgageFiltration.js.map +1 -0
- package/dist/components/MortgageFiltration/MortgageFiltrationContent.d.ts +18 -0
- package/dist/components/MortgageFiltration/MortgageFiltrationContent.js +2 -0
- package/dist/components/MortgageFiltration/MortgageFiltrationContent.js.map +1 -0
- package/dist/components/OfficeMap/OfficeMap.js +2 -2
- package/dist/components/OfficeMap/OfficeMap.js.map +1 -1
- package/dist/components/OfficeMap/useOfficeMap.d.ts +2 -0
- package/dist/components/OfficeMap/useOfficeMap.js +1 -2
- package/dist/components/OfficeMap/useOfficeMap.js.map +1 -1
- package/dist/components/PictureText/PictureText.js +2 -2
- package/dist/components/PictureText/PictureText.js.map +1 -1
- package/dist/components/ProductBlock/ProductBlock.js +3 -8
- package/dist/components/ProductBlock/ProductBlock.js.map +1 -1
- package/dist/components/ProductBlock/ProductBlockContent.d.ts +0 -13
- package/dist/components/ProductBlock/ProductBlockInner.js +4 -8
- package/dist/components/ProductBlock/ProductBlockInner.js.map +1 -1
- package/dist/components/ProductBlock/renderBackwardButton.d.ts +1 -1
- package/dist/components/ProductBlock/renderBackwardButton.js +7 -5
- package/dist/components/ProductBlock/renderBackwardButton.js.map +1 -1
- package/dist/components/ProductBlock/renderBenefit.d.ts +2 -2
- package/dist/components/ProductBlock/renderBenefit.js +1 -1
- package/dist/components/ProductBlock/renderBenefit.js.map +1 -1
- package/dist/components/ProductGallery/ProductGallery.js +9 -18
- package/dist/components/ProductGallery/ProductGallery.js.map +1 -1
- package/dist/components/RollupItem/RollupItem.js +19 -4
- package/dist/components/RollupItem/RollupItem.js.map +1 -1
- package/dist/components/RollupItem/RollupItemContent.d.ts +2 -0
- package/dist/components/RollupItem/foldableSectionStyles.d.ts +1 -0
- package/dist/components/RollupItem/foldableSectionStyles.js +4 -0
- package/dist/components/RollupItem/foldableSectionStyles.js.map +1 -0
- package/dist/components/RollupItem/foldableSectionStyles.mobile.d.ts +1 -0
- package/dist/components/RollupItem/foldableSectionStyles.mobile.js +4 -0
- package/dist/components/RollupItem/foldableSectionStyles.mobile.js.map +1 -0
- package/dist/components/RollupItem/getIconName.d.ts +1 -0
- package/dist/components/RollupItem/getIconName.js +5 -0
- package/dist/components/RollupItem/getIconName.js.map +1 -0
- package/dist/components/RollupItem/getIconName.mobile.d.ts +1 -0
- package/dist/components/RollupItem/getIconName.mobile.js +5 -0
- package/dist/components/RollupItem/getIconName.mobile.js.map +1 -0
- package/dist/components/RollupItem/labelSize.d.ts +1 -0
- package/dist/components/RollupItem/labelSize.js +4 -0
- package/dist/components/RollupItem/labelSize.js.map +1 -0
- package/dist/components/RollupItem/labelSize.mobile.d.ts +1 -0
- package/dist/components/RollupItem/labelSize.mobile.js +4 -0
- package/dist/components/RollupItem/labelSize.mobile.js.map +1 -0
- package/dist/components/RollupItem/rollupIconVersion.d.ts +1 -0
- package/dist/components/RollupItem/rollupIconVersion.js +4 -0
- package/dist/components/RollupItem/rollupIconVersion.js.map +1 -0
- package/dist/components/RollupItem/rollupIconVersion.mobile.d.ts +1 -0
- package/dist/components/RollupItem/rollupIconVersion.mobile.js +4 -0
- package/dist/components/RollupItem/rollupIconVersion.mobile.js.map +1 -0
- package/dist/components/RollupItem/rollupItemStyles.d.ts +1 -0
- package/dist/components/RollupItem/rollupItemStyles.js +4 -0
- package/dist/components/RollupItem/rollupItemStyles.js.map +1 -0
- package/dist/components/RollupItem/rollupItemStyles.mobile.d.ts +1 -0
- package/dist/components/RollupItem/rollupItemStyles.mobile.js +4 -0
- package/dist/components/RollupItem/rollupItemStyles.mobile.js.map +1 -0
- package/dist/components/Tile/Tile.js +2 -2
- package/dist/components/Tile/Tile.js.map +1 -1
- package/dist/content-page-repository/transformContentPage.js +12 -4
- package/dist/content-page-repository/transformContentPage.js.map +1 -1
- package/dist/content-page-repository/transformDocumentLink.d.ts +3 -0
- package/dist/content-page-repository/transformDocumentLink.js +32 -0
- package/dist/content-page-repository/transformDocumentLink.js.map +1 -0
- package/dist/hooks/useForm.d.ts +8 -4
- package/dist/hooks/useForm.js +5 -3
- package/dist/hooks/useForm.js.map +1 -1
- package/dist/hooks/useNormalizedInput.d.ts +11 -0
- package/dist/hooks/useNormalizedInput.js +23 -0
- package/dist/hooks/useNormalizedInput.js.map +1 -0
- package/dist/hooks/useSWRResource.js +2 -1
- package/dist/hooks/useSWRResource.js.map +1 -1
- package/dist/icons/IconName.d.ts +12 -2
- package/dist/icons/IconName.js +11 -1
- package/dist/icons/IconName.js.map +1 -1
- package/dist/services/search/useSearch.js +3 -2
- package/dist/services/search/useSearch.js.map +1 -1
- package/dist/services/sitemap/SitemapData.d.ts +1 -1
- package/{lib/components/Filtration/FiltrationContent.d.ts → dist/ui-kit/BaseFiltration/BaseFiltrationContent.d.ts} +36 -22
- package/dist/{components/Filtration/FiltrationContent.js → ui-kit/BaseFiltration/BaseFiltrationContent.js} +1 -1
- package/dist/ui-kit/BaseFiltration/BaseFiltrationContent.js.map +1 -0
- package/dist/ui-kit/BaseFiltration/BaseFiltrationInner.d.ts +7 -0
- package/{mobile/dist/components/Filtration/FiltrationInner.js → dist/ui-kit/BaseFiltration/BaseFiltrationInner.js} +9 -9
- package/dist/ui-kit/BaseFiltration/BaseFiltrationInner.js.map +1 -0
- package/dist/ui-kit/BaseFiltration/checkShouldRenderBlock.js +32 -0
- package/dist/ui-kit/BaseFiltration/checkShouldRenderBlock.js.map +1 -0
- package/dist/ui-kit/BaseFiltration/renderFiltrationForm.d.ts +15 -0
- package/dist/{components/Filtration/renderFormItem.js → ui-kit/BaseFiltration/renderFiltrationForm.js} +8 -7
- package/dist/ui-kit/BaseFiltration/renderFiltrationForm.js.map +1 -0
- package/dist/ui-kit/BenefitItem/BenefitItem.js +4 -5
- package/dist/ui-kit/BenefitItem/BenefitItem.js.map +1 -1
- package/dist/ui-kit/BlockWrapper.js +1 -1
- package/dist/ui-kit/BlockWrapper.js.map +1 -1
- package/dist/ui-kit/Button/renderButtonsSection.js +1 -1
- package/dist/ui-kit/Button/renderButtonsSection.js.map +1 -1
- package/dist/ui-kit/ControlProps.d.ts +1 -1
- package/dist/ui-kit/CurrencyInput/CurrencyInput.d.ts +2 -2
- package/dist/ui-kit/CurrencyInput/CurrencyInput.js +3 -16
- package/dist/ui-kit/CurrencyInput/CurrencyInput.js.map +1 -1
- package/dist/ui-kit/Foldable/DefaultFoldButton.js +1 -1
- package/dist/ui-kit/Icon/IconProps.d.ts +4 -0
- package/dist/ui-kit/Icon/RoundedIcon.d.ts +2 -0
- package/dist/ui-kit/Icon/RoundedIcon.js +13 -0
- package/dist/ui-kit/Icon/RoundedIcon.js.map +1 -0
- package/dist/ui-kit/Input/Input.d.ts +1 -1
- package/dist/ui-kit/Input/Input.js +3 -2
- package/dist/ui-kit/Input/Input.js.map +1 -1
- package/dist/ui-kit/Input/InputProps.d.ts +4 -5
- package/dist/ui-kit/InputRange/InputRange.js +9 -11
- package/dist/ui-kit/InputRange/InputRange.js.map +1 -1
- package/dist/ui-kit/InputRange/InputRangeProps.d.ts +2 -4
- package/dist/ui-kit/LinkList/LinkList.d.ts +2 -0
- package/dist/ui-kit/LinkList/LinkList.js +12 -0
- package/dist/ui-kit/LinkList/LinkList.js.map +1 -0
- package/dist/ui-kit/LinkList/LinkListProps.d.ts +5 -0
- package/dist/{components/BaseTile/BaseTileProps.js → ui-kit/LinkList/LinkListProps.js} +1 -1
- package/dist/ui-kit/LinkList/LinkListProps.js.map +1 -0
- package/dist/ui-kit/LinkList/linkListStyles.d.ts +1 -0
- package/dist/ui-kit/LinkList/linkListStyles.js +4 -0
- package/dist/ui-kit/LinkList/linkListStyles.js.map +1 -0
- package/dist/ui-kit/LinkList/linkListStyles.mobile.d.ts +1 -0
- package/dist/ui-kit/LinkList/linkListStyles.mobile.js +4 -0
- package/dist/ui-kit/LinkList/linkListStyles.mobile.js.map +1 -0
- package/dist/ui-kit/List/List.js +2 -1
- package/dist/ui-kit/List/List.js.map +1 -1
- package/dist/ui-kit/List/ListItem.js +5 -4
- package/dist/ui-kit/List/ListItem.js.map +1 -1
- package/dist/ui-kit/List/ListProps.d.ts +0 -2
- package/dist/ui-kit/NumberInput/NumberInput.d.ts +8 -0
- package/dist/ui-kit/NumberInput/NumberInput.js +22 -0
- package/dist/ui-kit/NumberInput/NumberInput.js.map +1 -0
- package/dist/ui-kit/PhoneInput/PhoneInput.d.ts +1 -1
- package/dist/ui-kit/PhoneInput/PhoneInput.js +2 -2
- package/dist/ui-kit/PhoneInput/PhoneInput.js.map +1 -1
- package/dist/ui-kit/SearchBar/SearchBar.d.ts +5 -2
- package/dist/ui-kit/SearchBar/SearchBar.js +21 -2
- package/dist/ui-kit/SearchBar/SearchBar.js.map +1 -1
- package/dist/ui-kit/SearchDialog/SearchDialog.js +1 -1
- package/dist/ui-kit/SearchDialog/SearchDialog.js.map +1 -1
- package/dist/ui-kit/SearchDialog/SearchInput.d.ts +0 -1
- package/dist/ui-kit/SearchDialog/SearchInput.js +2 -2
- package/dist/ui-kit/SearchDialog/SearchInput.js.map +1 -1
- package/dist/ui-kit/SlideCheckboxGroup/SlideCheckboxGroup.js +5 -3
- package/dist/ui-kit/SlideCheckboxGroup/SlideCheckboxGroup.js.map +1 -1
- package/dist/utils/identity.d.ts +1 -0
- package/dist/utils/identity.js +5 -0
- package/dist/utils/identity.js.map +1 -0
- package/dist/utils/isEmpty.d.ts +1 -0
- package/dist/utils/isEmpty.js +9 -0
- package/dist/utils/isEmpty.js.map +1 -0
- package/dist/utils/joinList.d.ts +1 -1
- package/dist/utils/joinList.js +1 -3
- package/dist/utils/joinList.js.map +1 -1
- package/dist/utils/toLocalNumberFormat.d.ts +1 -0
- package/dist/utils/toLocalNumberFormat.js +8 -0
- package/dist/utils/toLocalNumberFormat.js.map +1 -0
- package/lib/common.css +1 -1
- package/lib/components/ApplicationForm/ApplicationFormDeposit.js +1 -1
- package/lib/components/ApplicationForm/ApplicationFormDeposit.js.map +1 -1
- package/lib/components/ApplicationForm/renderAcquiringDataOrganization.js +1 -1
- package/lib/components/ApplicationForm/renderAcquiringDataOrganization.js.map +1 -1
- package/lib/components/ApplicationForm/renderBusinessCardDataOrganization.js +1 -1
- package/lib/components/ApplicationForm/renderBusinessCardDataOrganization.js.map +1 -1
- package/lib/components/ApplicationForm/renderCreditDataOrganization.js +1 -1
- package/lib/components/ApplicationForm/renderCreditDataOrganization.js.map +1 -1
- package/lib/components/ApplicationForm/renderWedDataOrganization.js +1 -1
- package/lib/components/ApplicationForm/renderWedDataOrganization.js.map +1 -1
- package/lib/components/BaseTile/BaseTile.d.ts +12 -2
- package/lib/components/BaseTile/BaseTile.js +2 -1
- package/lib/components/BaseTile/BaseTile.js.map +1 -1
- package/lib/components/Blocks.js +6 -4
- package/lib/components/Blocks.js.map +1 -1
- package/lib/components/Blocks.mobile.js +0 -2
- package/lib/components/Blocks.mobile.js.map +1 -1
- package/lib/components/Calculator/CalculatorValueBlock.js +2 -2
- package/lib/components/Calculator/CalculatorValueBlock.js.map +1 -1
- package/lib/components/Calculator/renderInitialFeeInput.js +3 -3
- package/lib/components/Calculator/renderInitialFeeInput.js.map +1 -1
- package/lib/components/Calculator/renderProposal.js +2 -2
- package/lib/components/Calculator/renderProposal.js.map +1 -1
- package/lib/components/Calculator/renderRealEstateValue.js +2 -2
- package/lib/components/Calculator/renderRealEstateValue.js.map +1 -1
- package/lib/components/Calculator/renderWantedSumInput.js +3 -3
- package/lib/components/Calculator/renderWantedSumInput.js.map +1 -1
- package/lib/components/CardTransfer/CardTransfer.js +10 -8
- package/lib/components/CardTransfer/CardTransfer.js.map +1 -1
- package/lib/components/CarouselBankHistoryCard/CarouselBankHistoryCard.fixture.d.ts +1 -0
- package/lib/components/CarouselCatalogCard/CarouselCatalogCard.fixture.d.ts +1 -0
- package/lib/components/CarouselEventCard/CarouselEventCard.fixture.d.ts +1 -0
- package/lib/components/CarouselInvestmentCard/CarouselInvestmentCard.js +2 -9
- package/lib/components/CarouselInvestmentCard/CarouselInvestmentCard.js.map +1 -1
- package/lib/components/CarouselLinks/CarouselLinks.fixture.d.ts +1 -0
- package/lib/components/CarouselProductCard/CarouselProductCard.fixture.d.ts +1 -0
- package/lib/components/CarouselProductCard/CarouselProductCard.js +1 -1
- package/lib/components/CarouselProductCard/CarouselProductCard.js.map +1 -1
- package/lib/components/CarouselProgramsCard/CarouselProgramsCard.fixture.d.ts +1 -0
- package/lib/components/CarouselRecommendationCard/CarouselRecommendationCard.js +1 -1
- package/lib/components/CarouselRecommendationCard/CarouselRecommendationCard.js.map +1 -1
- package/lib/components/CarouselRichTextCard/CarouselRichTextCard.fixture.d.ts +1 -0
- package/lib/components/CarouselTariffsCard/CarouselTariffsCard.fixture.d.ts +1 -0
- package/lib/components/CarouselTariffsCard/CarouselTariffsCard.fixture.mobile.d.ts +1 -0
- package/lib/components/ContentPage/ContentPage.page.json +0 -1
- package/lib/components/DepositFiltration/DepositFiltration.d.ts +6 -0
- package/lib/components/DepositFiltration/DepositFiltration.js +32 -0
- package/lib/components/DepositFiltration/DepositFiltration.js.map +1 -0
- package/lib/components/DepositFiltration/DepositFiltrationContent.d.ts +32 -0
- package/lib/components/DepositFiltration/DepositFiltrationContent.js +2 -0
- package/lib/components/DepositFiltration/DepositFiltrationContent.js.map +1 -0
- package/lib/components/Footer/Footer.mobile.js +3 -9
- package/lib/components/Footer/Footer.mobile.js.map +1 -1
- package/lib/components/Footer/HorizontalNavigation.mobile.js +2 -1
- package/lib/components/Footer/HorizontalNavigation.mobile.js.map +1 -1
- package/lib/components/Footer/HorizontalNavigationLink.js +3 -1
- package/lib/components/Footer/HorizontalNavigationLink.js.map +1 -1
- package/lib/components/Footer/MediaButton.js +1 -7
- package/lib/components/Footer/MediaButton.js.map +1 -1
- package/lib/components/Footer/TextInformation.js +3 -1
- package/lib/components/Footer/TextInformation.js.map +1 -1
- package/lib/components/Footer/buttonStylesWithText.d.ts +2 -0
- package/lib/components/Footer/buttonStylesWithText.js +9 -0
- package/lib/components/Footer/buttonStylesWithText.js.map +1 -0
- package/lib/components/Footer/buttonStylesWithText.mobile.d.ts +2 -0
- package/lib/components/Footer/buttonStylesWithText.mobile.js +9 -0
- package/lib/components/Footer/buttonStylesWithText.mobile.js.map +1 -0
- package/lib/components/Footer/horizontalNavigationLinkStyles.d.ts +1 -0
- package/lib/components/Footer/horizontalNavigationLinkStyles.js +2 -0
- package/lib/components/Footer/horizontalNavigationLinkStyles.js.map +1 -0
- package/lib/components/Footer/horizontalNavigationLinkStyles.mobile.d.ts +1 -0
- package/lib/components/Footer/horizontalNavigationLinkStyles.mobile.js +2 -0
- package/lib/components/Footer/horizontalNavigationLinkStyles.mobile.js.map +1 -0
- package/lib/components/Footer/textInformationTextSize.d.ts +1 -0
- package/lib/components/Footer/textInformationTextSize.js +2 -0
- package/lib/components/Footer/textInformationTextSize.js.map +1 -0
- package/lib/components/Footer/textInformationTextSize.mobile.d.ts +1 -0
- package/lib/components/Footer/textInformationTextSize.mobile.js +2 -0
- package/lib/components/Footer/textInformationTextSize.mobile.js.map +1 -0
- package/lib/components/Header/Header.mobile.js +2 -2
- package/lib/components/Header/Header.mobile.js.map +1 -1
- package/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js +2 -2
- package/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js.map +1 -1
- package/lib/components/InvestmentInfo/InvestmentInfo.js +1 -1
- package/lib/components/InvestmentInfo/InvestmentInfo.js.map +1 -1
- package/lib/components/MobileAppTile/MobileAppTile.js +1 -1
- package/lib/components/MobileAppTile/MobileAppTile.js.map +1 -1
- package/lib/components/MobileAppTile/MobileAppTile.mobile.js +2 -1
- package/lib/components/MobileAppTile/MobileAppTile.mobile.js.map +1 -1
- package/lib/components/MortgageFiltration/MortgageFiltration.d.ts +6 -0
- package/lib/components/{Filtration/Filtration.fixture.d.ts → MortgageFiltration/MortgageFiltration.fixture.d.ts} +1 -0
- package/lib/components/MortgageFiltration/MortgageFiltration.js +15 -0
- package/lib/components/MortgageFiltration/MortgageFiltration.js.map +1 -0
- package/lib/components/MortgageFiltration/MortgageFiltrationContent.d.ts +18 -0
- package/lib/components/MortgageFiltration/MortgageFiltrationContent.js +2 -0
- package/lib/components/MortgageFiltration/MortgageFiltrationContent.js.map +1 -0
- package/lib/components/OfficeMap/OfficeMap.js +2 -2
- package/lib/components/OfficeMap/OfficeMap.js.map +1 -1
- package/lib/components/OfficeMap/useOfficeMap.d.ts +2 -0
- package/lib/components/OfficeMap/useOfficeMap.js +1 -2
- package/lib/components/OfficeMap/useOfficeMap.js.map +1 -1
- package/lib/components/PictureText/PictureText.js +2 -2
- package/lib/components/PictureText/PictureText.js.map +1 -1
- package/lib/components/ProductBlock/ProductBlock.js +3 -8
- package/lib/components/ProductBlock/ProductBlock.js.map +1 -1
- package/lib/components/ProductBlock/ProductBlockContent.d.ts +0 -13
- package/lib/components/ProductBlock/ProductBlockInner.js +4 -8
- package/lib/components/ProductBlock/ProductBlockInner.js.map +1 -1
- package/lib/components/ProductBlock/renderBackwardButton.d.ts +1 -1
- package/lib/components/ProductBlock/renderBackwardButton.js +7 -5
- package/lib/components/ProductBlock/renderBackwardButton.js.map +1 -1
- package/lib/components/ProductBlock/renderBenefit.d.ts +2 -2
- package/lib/components/ProductBlock/renderBenefit.js +1 -1
- package/lib/components/ProductBlock/renderBenefit.js.map +1 -1
- package/lib/components/ProductGallery/ProductGallery.js +10 -19
- package/lib/components/ProductGallery/ProductGallery.js.map +1 -1
- package/lib/components/RollupItem/RollupItem.fixture.d.ts +1 -0
- package/lib/components/RollupItem/RollupItem.fixture.mobile.d.ts +2 -0
- package/lib/components/RollupItem/RollupItem.js +19 -4
- package/lib/components/RollupItem/RollupItem.js.map +1 -1
- package/lib/components/RollupItem/RollupItemContent.d.ts +2 -0
- package/lib/components/RollupItem/foldableSectionStyles.d.ts +1 -0
- package/lib/components/RollupItem/foldableSectionStyles.js +2 -0
- package/lib/components/RollupItem/foldableSectionStyles.js.map +1 -0
- package/lib/components/RollupItem/foldableSectionStyles.mobile.d.ts +1 -0
- package/lib/components/RollupItem/foldableSectionStyles.mobile.js +2 -0
- package/lib/components/RollupItem/foldableSectionStyles.mobile.js.map +1 -0
- package/lib/components/RollupItem/getIconName.d.ts +1 -0
- package/lib/components/RollupItem/getIconName.js +2 -0
- package/lib/components/RollupItem/getIconName.js.map +1 -0
- package/lib/components/RollupItem/getIconName.mobile.d.ts +1 -0
- package/lib/components/RollupItem/getIconName.mobile.js +2 -0
- package/lib/components/RollupItem/getIconName.mobile.js.map +1 -0
- package/lib/components/RollupItem/labelSize.d.ts +1 -0
- package/lib/components/RollupItem/labelSize.js +2 -0
- package/lib/components/RollupItem/labelSize.js.map +1 -0
- package/lib/components/RollupItem/labelSize.mobile.d.ts +1 -0
- package/lib/components/RollupItem/labelSize.mobile.js +2 -0
- package/lib/components/RollupItem/labelSize.mobile.js.map +1 -0
- package/lib/components/RollupItem/rollupIconVersion.d.ts +1 -0
- package/lib/components/RollupItem/rollupIconVersion.js +2 -0
- package/lib/components/RollupItem/rollupIconVersion.js.map +1 -0
- package/lib/components/RollupItem/rollupIconVersion.mobile.d.ts +1 -0
- package/lib/components/RollupItem/rollupIconVersion.mobile.js +2 -0
- package/lib/components/RollupItem/rollupIconVersion.mobile.js.map +1 -0
- package/lib/components/RollupItem/rollupItemStyles.d.ts +1 -0
- package/lib/components/RollupItem/rollupItemStyles.js +2 -0
- package/lib/components/RollupItem/rollupItemStyles.js.map +1 -0
- package/lib/components/RollupItem/rollupItemStyles.mobile.d.ts +1 -0
- package/lib/components/RollupItem/rollupItemStyles.mobile.js +2 -0
- package/lib/components/RollupItem/rollupItemStyles.mobile.js.map +1 -0
- package/lib/components/SwipeListControlBlock/SwipeListControlBlock.fixture.d.ts +1 -0
- package/lib/components/Tile/Tile.js +2 -2
- package/lib/components/Tile/Tile.js.map +1 -1
- package/lib/components/VerticalLayout/VerticalLayout.fixture.d.ts +0 -2
- package/lib/components/VerticalLayout/VerticalLayout.fixture.mobile.d.ts +1 -0
- package/lib/components/Video/Video.fixture.d.ts +1 -0
- package/lib/content-page-repository/transformContentPage.js +12 -4
- package/lib/content-page-repository/transformContentPage.js.map +1 -1
- package/lib/content-page-repository/transformDocumentLink.d.ts +3 -0
- package/lib/content-page-repository/transformDocumentLink.js +26 -0
- package/lib/content-page-repository/transformDocumentLink.js.map +1 -0
- package/lib/hooks/useForm.d.ts +8 -4
- package/lib/hooks/useForm.js +5 -3
- package/lib/hooks/useForm.js.map +1 -1
- package/lib/hooks/useNormalizedInput.d.ts +11 -0
- package/lib/hooks/useNormalizedInput.js +20 -0
- package/lib/hooks/useNormalizedInput.js.map +1 -0
- package/lib/hooks/useSWRResource.js +2 -1
- package/lib/hooks/useSWRResource.js.map +1 -1
- package/lib/icons/IconName.d.ts +12 -2
- package/lib/icons/IconName.js +11 -1
- package/lib/icons/IconName.js.map +1 -1
- package/lib/services/search/useSearch.js +3 -2
- package/lib/services/search/useSearch.js.map +1 -1
- package/lib/services/sitemap/SitemapData.d.ts +1 -1
- package/{bundle/components/Filtration/FiltrationContent.d.ts → lib/ui-kit/BaseFiltration/BaseFiltrationContent.d.ts} +36 -22
- package/lib/ui-kit/BaseFiltration/BaseFiltrationContent.js +2 -0
- package/lib/ui-kit/BaseFiltration/BaseFiltrationContent.js.map +1 -0
- package/lib/ui-kit/BaseFiltration/BaseFiltrationInner.d.ts +7 -0
- package/lib/{components/Filtration/FiltrationInner.js → ui-kit/BaseFiltration/BaseFiltrationInner.js} +8 -8
- package/lib/ui-kit/BaseFiltration/BaseFiltrationInner.js.map +1 -0
- package/lib/ui-kit/BaseFiltration/checkShouldRenderBlock.js +29 -0
- package/lib/ui-kit/BaseFiltration/checkShouldRenderBlock.js.map +1 -0
- package/lib/ui-kit/BaseFiltration/renderFiltrationForm.d.ts +15 -0
- package/lib/ui-kit/BaseFiltration/renderFiltrationForm.js +20 -0
- package/lib/ui-kit/BaseFiltration/renderFiltrationForm.js.map +1 -0
- package/lib/ui-kit/BenefitItem/BenefitItem.js +4 -5
- package/lib/ui-kit/BenefitItem/BenefitItem.js.map +1 -1
- package/lib/ui-kit/BlockWrapper.js +1 -1
- package/lib/ui-kit/BlockWrapper.js.map +1 -1
- package/lib/ui-kit/Button/renderButtonsSection.js +1 -1
- package/lib/ui-kit/Button/renderButtonsSection.js.map +1 -1
- package/lib/ui-kit/ControlProps.d.ts +1 -1
- package/lib/ui-kit/CurrencyInput/CurrencyInput.d.ts +2 -2
- package/lib/ui-kit/CurrencyInput/CurrencyInput.js +3 -16
- package/lib/ui-kit/CurrencyInput/CurrencyInput.js.map +1 -1
- package/lib/ui-kit/Foldable/DefaultFoldButton.js +1 -1
- package/lib/ui-kit/Heading/Heading.fixture.d.ts +1 -0
- package/lib/ui-kit/Heading/Heading.fixture.mobile.d.ts +1 -0
- package/lib/ui-kit/Icon/IconProps.d.ts +4 -0
- package/lib/ui-kit/Icon/RoundedIcon.d.ts +2 -0
- package/lib/ui-kit/Icon/RoundedIcon.js +11 -0
- package/lib/ui-kit/Icon/RoundedIcon.js.map +1 -0
- package/lib/ui-kit/Input/Input.d.ts +1 -1
- package/lib/ui-kit/Input/Input.js +3 -2
- package/lib/ui-kit/Input/Input.js.map +1 -1
- package/lib/ui-kit/Input/InputProps.d.ts +4 -5
- package/lib/ui-kit/InputRange/InputRange.js +10 -12
- package/lib/ui-kit/InputRange/InputRange.js.map +1 -1
- package/lib/ui-kit/InputRange/InputRangeProps.d.ts +2 -4
- package/lib/ui-kit/LinkButton/LinkButton.fixture.d.ts +1 -0
- package/lib/ui-kit/LinkList/LinkList.d.ts +2 -0
- package/lib/ui-kit/LinkList/LinkList.fixture.d.ts +8 -0
- package/lib/ui-kit/LinkList/LinkList.js +10 -0
- package/lib/ui-kit/LinkList/LinkList.js.map +1 -0
- package/lib/ui-kit/LinkList/LinkListProps.d.ts +5 -0
- package/lib/ui-kit/LinkList/LinkListProps.js +2 -0
- package/lib/ui-kit/LinkList/LinkListProps.js.map +1 -0
- package/lib/ui-kit/LinkList/linkListStyles.d.ts +1 -0
- package/lib/ui-kit/LinkList/linkListStyles.js +2 -0
- package/lib/ui-kit/LinkList/linkListStyles.js.map +1 -0
- package/lib/ui-kit/LinkList/linkListStyles.mobile.d.ts +1 -0
- package/lib/ui-kit/LinkList/linkListStyles.mobile.js +2 -0
- package/lib/ui-kit/LinkList/linkListStyles.mobile.js.map +1 -0
- package/lib/ui-kit/List/List.js +2 -1
- package/lib/ui-kit/List/List.js.map +1 -1
- package/lib/ui-kit/List/ListItem.js +5 -4
- package/lib/ui-kit/List/ListItem.js.map +1 -1
- package/lib/ui-kit/List/ListProps.d.ts +0 -2
- package/lib/ui-kit/NumberInput/NumberInput.d.ts +8 -0
- package/lib/ui-kit/NumberInput/NumberInput.fixture.d.ts +7 -0
- package/lib/ui-kit/NumberInput/NumberInput.js +20 -0
- package/lib/ui-kit/NumberInput/NumberInput.js.map +1 -0
- package/lib/ui-kit/PhoneInput/PhoneInput.d.ts +1 -1
- package/lib/ui-kit/PhoneInput/PhoneInput.js +2 -2
- package/lib/ui-kit/PhoneInput/PhoneInput.js.map +1 -1
- package/lib/ui-kit/RichText/RichText.fixture.d.ts +1 -0
- package/lib/ui-kit/SearchBar/SearchBar.d.ts +5 -2
- package/lib/ui-kit/SearchBar/SearchBar.js +22 -3
- package/lib/ui-kit/SearchBar/SearchBar.js.map +1 -1
- package/lib/ui-kit/SearchDialog/SearchDialog.js +1 -1
- package/lib/ui-kit/SearchDialog/SearchDialog.js.map +1 -1
- package/lib/ui-kit/SearchDialog/SearchInput.d.ts +0 -1
- package/lib/ui-kit/SearchDialog/SearchInput.js +2 -2
- package/lib/ui-kit/SearchDialog/SearchInput.js.map +1 -1
- package/lib/ui-kit/Select/Select.fixture.d.ts +1 -0
- package/lib/ui-kit/SlideCheckbox/SlideCheckbox.fixture.d.ts +1 -0
- package/lib/ui-kit/SlideCheckboxGroup/SlideCheckboxGroup.js +5 -3
- package/lib/ui-kit/SlideCheckboxGroup/SlideCheckboxGroup.js.map +1 -1
- package/lib/ui-kit/Tags/Tags.fixture.d.ts +1 -0
- package/lib/utils/identity.d.ts +1 -0
- package/lib/utils/identity.js +2 -0
- package/lib/utils/identity.js.map +1 -0
- package/lib/utils/isEmpty.d.ts +1 -0
- package/lib/utils/isEmpty.js +6 -0
- package/lib/utils/isEmpty.js.map +1 -0
- package/lib/utils/joinList.d.ts +1 -1
- package/lib/utils/joinList.js +1 -3
- package/lib/utils/joinList.js.map +1 -1
- package/lib/utils/toLocalNumberFormat.d.ts +1 -0
- package/lib/utils/toLocalNumberFormat.js +5 -0
- package/lib/utils/toLocalNumberFormat.js.map +1 -0
- package/mobile/bundle/bundle.umd.js +267 -242
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/bundle/components/BaseTile/BaseTile.d.ts +12 -2
- package/mobile/bundle/components/DepositFiltration/DepositFiltration.d.ts +6 -0
- package/mobile/bundle/components/DepositFiltration/DepositFiltrationContent.d.ts +32 -0
- package/mobile/bundle/components/Footer/buttonStylesWithText.d.ts +2 -0
- package/mobile/bundle/components/Footer/horizontalNavigationLinkStyles.d.ts +1 -0
- package/mobile/bundle/components/Footer/textInformationTextSize.d.ts +1 -0
- package/mobile/bundle/components/MortgageFiltration/MortgageFiltration.d.ts +6 -0
- package/mobile/bundle/components/MortgageFiltration/MortgageFiltrationContent.d.ts +18 -0
- package/mobile/bundle/components/OfficeMap/useOfficeMap.d.ts +2 -0
- package/mobile/bundle/components/ProductBlock/ProductBlockContent.d.ts +0 -13
- package/mobile/bundle/components/ProductBlock/renderBackwardButton.d.ts +1 -1
- package/mobile/bundle/components/ProductBlock/renderBenefit.d.ts +2 -2
- package/mobile/bundle/components/RollupItem/RollupItemContent.d.ts +2 -0
- package/mobile/bundle/components/RollupItem/foldableSectionStyles.d.ts +1 -0
- package/mobile/bundle/components/RollupItem/getIconName.d.ts +1 -0
- package/mobile/bundle/components/RollupItem/labelSize.d.ts +1 -0
- package/mobile/bundle/components/RollupItem/rollupIconVersion.d.ts +1 -0
- package/mobile/bundle/components/RollupItem/rollupItemStyles.d.ts +1 -0
- package/mobile/bundle/content-page-repository/transformDocumentLink.d.ts +3 -0
- package/mobile/bundle/hooks/useForm.d.ts +8 -4
- package/mobile/bundle/hooks/useNormalizedInput.d.ts +11 -0
- package/mobile/bundle/icons/IconName.d.ts +12 -2
- package/mobile/bundle/services/sitemap/SitemapData.d.ts +1 -1
- package/mobile/bundle/{components/Filtration/FiltrationContent.d.ts → ui-kit/BaseFiltration/BaseFiltrationContent.d.ts} +36 -22
- package/mobile/bundle/ui-kit/BaseFiltration/BaseFiltrationInner.d.ts +7 -0
- package/mobile/bundle/ui-kit/BaseFiltration/renderFiltrationForm.d.ts +15 -0
- package/mobile/bundle/ui-kit/ControlProps.d.ts +1 -1
- package/mobile/bundle/ui-kit/CurrencyInput/CurrencyInput.d.ts +2 -2
- package/mobile/bundle/ui-kit/Icon/IconProps.d.ts +4 -0
- package/mobile/bundle/ui-kit/Icon/RoundedIcon.d.ts +2 -0
- package/mobile/bundle/ui-kit/Input/Input.d.ts +1 -1
- package/mobile/bundle/ui-kit/Input/InputProps.d.ts +4 -5
- package/mobile/bundle/ui-kit/InputRange/InputRangeProps.d.ts +2 -4
- package/mobile/bundle/ui-kit/LinkList/LinkList.d.ts +2 -0
- package/mobile/bundle/ui-kit/LinkList/LinkListProps.d.ts +5 -0
- package/mobile/bundle/ui-kit/LinkList/linkListStyles.d.ts +1 -0
- package/mobile/bundle/ui-kit/List/ListProps.d.ts +0 -2
- package/mobile/bundle/ui-kit/NumberInput/NumberInput.d.ts +8 -0
- package/mobile/bundle/ui-kit/PhoneInput/PhoneInput.d.ts +1 -1
- package/mobile/bundle/ui-kit/SearchBar/SearchBar.d.ts +5 -2
- package/mobile/bundle/ui-kit/SearchDialog/SearchInput.d.ts +0 -1
- package/mobile/bundle/utils/identity.d.ts +1 -0
- package/mobile/bundle/utils/isEmpty.d.ts +1 -0
- package/mobile/bundle/utils/joinList.d.ts +1 -1
- package/mobile/bundle/utils/toLocalNumberFormat.d.ts +1 -0
- package/mobile/dist/components/ApplicationForm/ApplicationFormDeposit.js +1 -1
- package/mobile/dist/components/ApplicationForm/ApplicationFormDeposit.js.map +1 -1
- package/mobile/dist/components/ApplicationForm/renderAcquiringDataOrganization.js +1 -1
- package/mobile/dist/components/ApplicationForm/renderAcquiringDataOrganization.js.map +1 -1
- package/mobile/dist/components/ApplicationForm/renderBusinessCardDataOrganization.js +1 -1
- package/mobile/dist/components/ApplicationForm/renderBusinessCardDataOrganization.js.map +1 -1
- package/mobile/dist/components/ApplicationForm/renderCreditDataOrganization.js +1 -1
- package/mobile/dist/components/ApplicationForm/renderCreditDataOrganization.js.map +1 -1
- package/mobile/dist/components/ApplicationForm/renderWedDataOrganization.js +1 -1
- package/mobile/dist/components/ApplicationForm/renderWedDataOrganization.js.map +1 -1
- package/mobile/dist/components/BaseTile/BaseTile.d.ts +12 -2
- package/mobile/dist/components/BaseTile/BaseTile.js +2 -1
- package/mobile/dist/components/BaseTile/BaseTile.js.map +1 -1
- package/mobile/dist/components/Blocks.js +0 -2
- package/mobile/dist/components/Blocks.js.map +1 -1
- package/mobile/dist/components/Calculator/CalculatorValueBlock.js +2 -2
- package/mobile/dist/components/Calculator/CalculatorValueBlock.js.map +1 -1
- package/mobile/dist/components/Calculator/renderInitialFeeInput.js +3 -3
- package/mobile/dist/components/Calculator/renderInitialFeeInput.js.map +1 -1
- package/mobile/dist/components/Calculator/renderProposal.js +2 -2
- package/mobile/dist/components/Calculator/renderProposal.js.map +1 -1
- package/mobile/dist/components/Calculator/renderRealEstateValue.js +2 -2
- package/mobile/dist/components/Calculator/renderRealEstateValue.js.map +1 -1
- package/mobile/dist/components/Calculator/renderWantedSumInput.js +3 -3
- package/mobile/dist/components/Calculator/renderWantedSumInput.js.map +1 -1
- package/mobile/dist/components/CardTransfer/CardTransfer.js +10 -8
- package/mobile/dist/components/CardTransfer/CardTransfer.js.map +1 -1
- package/mobile/dist/components/CarouselInvestmentCard/CarouselInvestmentCard.js +2 -9
- package/mobile/dist/components/CarouselInvestmentCard/CarouselInvestmentCard.js.map +1 -1
- package/mobile/dist/components/CarouselProductCard/CarouselProductCard.js +1 -1
- package/mobile/dist/components/CarouselProductCard/CarouselProductCard.js.map +1 -1
- package/mobile/dist/components/ContentPage/ContentPage.page.json +0 -1
- package/mobile/dist/components/DepositFiltration/DepositFiltration.d.ts +6 -0
- package/mobile/dist/components/DepositFiltration/DepositFiltration.js +34 -0
- package/mobile/dist/components/DepositFiltration/DepositFiltration.js.map +1 -0
- package/mobile/dist/components/DepositFiltration/DepositFiltrationContent.d.ts +32 -0
- package/mobile/dist/components/DepositFiltration/DepositFiltrationContent.js +2 -0
- package/mobile/dist/components/DepositFiltration/DepositFiltrationContent.js.map +1 -0
- package/mobile/dist/components/Footer/Footer.js +3 -9
- package/mobile/dist/components/Footer/Footer.js.map +1 -1
- package/mobile/dist/components/Footer/HorizontalNavigation.js +2 -1
- package/mobile/dist/components/Footer/HorizontalNavigation.js.map +1 -1
- package/mobile/dist/components/Footer/HorizontalNavigationLink.js +3 -1
- package/mobile/dist/components/Footer/HorizontalNavigationLink.js.map +1 -1
- package/mobile/dist/components/Footer/MediaButton.js +2 -8
- package/mobile/dist/components/Footer/MediaButton.js.map +1 -1
- package/mobile/dist/components/Footer/TextInformation.js +3 -3
- package/mobile/dist/components/Footer/TextInformation.js.map +1 -1
- package/mobile/dist/components/Footer/buttonStylesWithText.d.ts +2 -0
- package/mobile/dist/components/Footer/buttonStylesWithText.js +12 -0
- package/mobile/dist/components/Footer/buttonStylesWithText.js.map +1 -0
- package/mobile/dist/components/Footer/horizontalNavigationLinkStyles.d.ts +1 -0
- package/mobile/dist/components/Footer/horizontalNavigationLinkStyles.js +4 -0
- package/mobile/dist/components/Footer/horizontalNavigationLinkStyles.js.map +1 -0
- package/mobile/dist/components/Footer/textInformationTextSize.d.ts +1 -0
- package/mobile/dist/components/Footer/textInformationTextSize.js +4 -0
- package/mobile/dist/components/Footer/textInformationTextSize.js.map +1 -0
- package/mobile/dist/components/Header/Header.js +2 -2
- package/mobile/dist/components/Header/Header.js.map +1 -1
- package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js +2 -2
- package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js.map +1 -1
- package/mobile/dist/components/InvestmentInfo/InvestmentInfo.js +1 -1
- package/mobile/dist/components/InvestmentInfo/InvestmentInfo.js.map +1 -1
- package/mobile/dist/components/MobileAppTile/MobileAppTile.js +2 -1
- package/mobile/dist/components/MobileAppTile/MobileAppTile.js.map +1 -1
- package/mobile/dist/components/MortgageFiltration/MortgageFiltration.d.ts +6 -0
- package/mobile/dist/components/MortgageFiltration/MortgageFiltration.js +17 -0
- package/mobile/dist/components/MortgageFiltration/MortgageFiltration.js.map +1 -0
- package/mobile/dist/components/MortgageFiltration/MortgageFiltrationContent.d.ts +18 -0
- package/mobile/dist/components/MortgageFiltration/MortgageFiltrationContent.js +2 -0
- package/mobile/dist/components/MortgageFiltration/MortgageFiltrationContent.js.map +1 -0
- package/mobile/dist/components/OfficeMap/OfficeMap.js +2 -2
- package/mobile/dist/components/OfficeMap/OfficeMap.js.map +1 -1
- package/mobile/dist/components/OfficeMap/useOfficeMap.d.ts +2 -0
- package/mobile/dist/components/OfficeMap/useOfficeMap.js +1 -2
- package/mobile/dist/components/OfficeMap/useOfficeMap.js.map +1 -1
- package/mobile/dist/components/PictureText/PictureText.js +2 -2
- package/mobile/dist/components/PictureText/PictureText.js.map +1 -1
- package/mobile/dist/components/ProductBlock/ProductBlock.js +5 -4
- package/mobile/dist/components/ProductBlock/ProductBlock.js.map +1 -1
- package/mobile/dist/components/ProductBlock/ProductBlockContent.d.ts +0 -13
- package/mobile/dist/components/ProductBlock/ProductBlockInner.js +6 -7
- package/mobile/dist/components/ProductBlock/ProductBlockInner.js.map +1 -1
- package/mobile/dist/components/ProductBlock/renderBackwardButton.d.ts +1 -1
- package/mobile/dist/components/ProductBlock/renderBackwardButton.js +7 -5
- package/mobile/dist/components/ProductBlock/renderBackwardButton.js.map +1 -1
- package/mobile/dist/components/ProductBlock/renderBenefit.d.ts +2 -2
- package/mobile/dist/components/ProductBlock/renderBenefit.js +1 -1
- package/mobile/dist/components/ProductBlock/renderBenefit.js.map +1 -1
- package/mobile/dist/components/ProductGallery/ProductGallery.js +9 -18
- package/mobile/dist/components/ProductGallery/ProductGallery.js.map +1 -1
- package/mobile/dist/components/RollupItem/RollupItem.js +18 -8
- package/mobile/dist/components/RollupItem/RollupItem.js.map +1 -1
- package/mobile/dist/components/RollupItem/RollupItemContent.d.ts +2 -0
- package/mobile/dist/components/RollupItem/foldableSectionStyles.d.ts +1 -0
- package/mobile/dist/components/RollupItem/foldableSectionStyles.js +4 -0
- package/mobile/dist/components/RollupItem/foldableSectionStyles.js.map +1 -0
- package/mobile/dist/components/RollupItem/getIconName.d.ts +1 -0
- package/mobile/dist/components/RollupItem/getIconName.js +5 -0
- package/mobile/dist/components/RollupItem/getIconName.js.map +1 -0
- package/mobile/dist/components/RollupItem/labelSize.d.ts +1 -0
- package/mobile/dist/components/RollupItem/labelSize.js +4 -0
- package/mobile/dist/components/RollupItem/labelSize.js.map +1 -0
- package/mobile/dist/components/RollupItem/rollupIconVersion.d.ts +1 -0
- package/mobile/dist/components/RollupItem/rollupIconVersion.js +4 -0
- package/mobile/dist/components/RollupItem/rollupIconVersion.js.map +1 -0
- package/mobile/dist/components/RollupItem/rollupItemStyles.d.ts +1 -0
- package/mobile/dist/components/RollupItem/rollupItemStyles.js +4 -0
- package/mobile/dist/components/RollupItem/rollupItemStyles.js.map +1 -0
- package/mobile/dist/components/Tile/Tile.js +2 -2
- package/mobile/dist/components/Tile/Tile.js.map +1 -1
- package/mobile/dist/content-page-repository/transformContentPage.js +12 -4
- package/mobile/dist/content-page-repository/transformContentPage.js.map +1 -1
- package/mobile/dist/content-page-repository/transformDocumentLink.d.ts +3 -0
- package/mobile/dist/content-page-repository/transformDocumentLink.js +32 -0
- package/mobile/dist/content-page-repository/transformDocumentLink.js.map +1 -0
- package/mobile/dist/hooks/useForm.d.ts +8 -4
- package/mobile/dist/hooks/useForm.js +5 -3
- package/mobile/dist/hooks/useForm.js.map +1 -1
- package/mobile/dist/hooks/useNormalizedInput.d.ts +11 -0
- package/mobile/dist/hooks/useNormalizedInput.js +23 -0
- package/mobile/dist/hooks/useNormalizedInput.js.map +1 -0
- package/mobile/dist/hooks/useSWRResource.js +2 -1
- package/mobile/dist/hooks/useSWRResource.js.map +1 -1
- package/mobile/dist/icons/IconName.d.ts +12 -2
- package/mobile/dist/icons/IconName.js +11 -1
- package/mobile/dist/icons/IconName.js.map +1 -1
- package/mobile/dist/services/search/useSearch.js +3 -2
- package/mobile/dist/services/search/useSearch.js.map +1 -1
- package/mobile/dist/services/sitemap/SitemapData.d.ts +1 -1
- package/mobile/dist/ui-kit/BaseFiltration/BaseFiltrationContent.d.ts +102 -0
- package/{dist/components/LinkList/LinkListContent.js → mobile/dist/ui-kit/BaseFiltration/BaseFiltrationContent.js} +1 -1
- package/mobile/dist/ui-kit/BaseFiltration/BaseFiltrationContent.js.map +1 -0
- package/mobile/dist/ui-kit/BaseFiltration/BaseFiltrationInner.d.ts +7 -0
- package/{dist/components/Filtration/FiltrationInner.js → mobile/dist/ui-kit/BaseFiltration/BaseFiltrationInner.js} +9 -9
- package/mobile/dist/ui-kit/BaseFiltration/BaseFiltrationInner.js.map +1 -0
- package/mobile/dist/ui-kit/BaseFiltration/checkShouldRenderBlock.js +32 -0
- package/mobile/dist/ui-kit/BaseFiltration/checkShouldRenderBlock.js.map +1 -0
- package/mobile/dist/ui-kit/BaseFiltration/renderFiltrationForm.d.ts +15 -0
- package/mobile/dist/{components/Filtration/renderFormItem.js → ui-kit/BaseFiltration/renderFiltrationForm.js} +8 -7
- package/mobile/dist/ui-kit/BaseFiltration/renderFiltrationForm.js.map +1 -0
- package/mobile/dist/ui-kit/BenefitItem/BenefitItem.js +4 -5
- package/mobile/dist/ui-kit/BenefitItem/BenefitItem.js.map +1 -1
- package/mobile/dist/ui-kit/BlockWrapper.js +1 -1
- package/mobile/dist/ui-kit/BlockWrapper.js.map +1 -1
- package/mobile/dist/ui-kit/Button/renderButtonsSection.js +1 -1
- package/mobile/dist/ui-kit/Button/renderButtonsSection.js.map +1 -1
- package/mobile/dist/ui-kit/ControlProps.d.ts +1 -1
- package/mobile/dist/ui-kit/CurrencyInput/CurrencyInput.d.ts +2 -2
- package/mobile/dist/ui-kit/CurrencyInput/CurrencyInput.js +3 -16
- package/mobile/dist/ui-kit/CurrencyInput/CurrencyInput.js.map +1 -1
- package/mobile/dist/ui-kit/Foldable/DefaultFoldButton.js +1 -1
- package/mobile/dist/ui-kit/Icon/IconProps.d.ts +4 -0
- package/mobile/dist/ui-kit/Icon/RoundedIcon.d.ts +2 -0
- package/mobile/dist/ui-kit/Icon/RoundedIcon.js +13 -0
- package/mobile/dist/ui-kit/Icon/RoundedIcon.js.map +1 -0
- package/mobile/dist/ui-kit/Input/Input.d.ts +1 -1
- package/mobile/dist/ui-kit/Input/Input.js +3 -2
- package/mobile/dist/ui-kit/Input/Input.js.map +1 -1
- package/mobile/dist/ui-kit/Input/InputProps.d.ts +4 -5
- package/mobile/dist/ui-kit/InputRange/InputRange.js +9 -11
- package/mobile/dist/ui-kit/InputRange/InputRange.js.map +1 -1
- package/mobile/dist/ui-kit/InputRange/InputRangeProps.d.ts +2 -4
- package/mobile/dist/ui-kit/LinkList/LinkList.d.ts +2 -0
- package/mobile/dist/ui-kit/LinkList/LinkList.js +12 -0
- package/mobile/dist/ui-kit/LinkList/LinkList.js.map +1 -0
- package/mobile/dist/ui-kit/LinkList/LinkListProps.d.ts +5 -0
- package/mobile/dist/{components/BaseTile/BaseTileProps.js → ui-kit/LinkList/LinkListProps.js} +1 -1
- package/mobile/dist/ui-kit/LinkList/LinkListProps.js.map +1 -0
- package/mobile/dist/ui-kit/LinkList/linkListStyles.d.ts +1 -0
- package/mobile/dist/ui-kit/LinkList/linkListStyles.js +4 -0
- package/mobile/dist/ui-kit/LinkList/linkListStyles.js.map +1 -0
- package/mobile/dist/ui-kit/List/List.js +2 -1
- package/mobile/dist/ui-kit/List/List.js.map +1 -1
- package/mobile/dist/ui-kit/List/ListItem.js +5 -4
- package/mobile/dist/ui-kit/List/ListItem.js.map +1 -1
- package/mobile/dist/ui-kit/List/ListProps.d.ts +0 -2
- package/mobile/dist/ui-kit/NumberInput/NumberInput.d.ts +8 -0
- package/mobile/dist/ui-kit/NumberInput/NumberInput.js +22 -0
- package/mobile/dist/ui-kit/NumberInput/NumberInput.js.map +1 -0
- package/mobile/dist/ui-kit/PhoneInput/PhoneInput.d.ts +1 -1
- package/mobile/dist/ui-kit/PhoneInput/PhoneInput.js +2 -2
- package/mobile/dist/ui-kit/PhoneInput/PhoneInput.js.map +1 -1
- package/mobile/dist/ui-kit/SearchBar/SearchBar.d.ts +5 -2
- package/mobile/dist/ui-kit/SearchBar/SearchBar.js +21 -2
- package/mobile/dist/ui-kit/SearchBar/SearchBar.js.map +1 -1
- package/mobile/dist/ui-kit/SearchDialog/SearchDialog.js +1 -1
- package/mobile/dist/ui-kit/SearchDialog/SearchDialog.js.map +1 -1
- package/mobile/dist/ui-kit/SearchDialog/SearchInput.d.ts +0 -1
- package/mobile/dist/ui-kit/SearchDialog/SearchInput.js +2 -2
- package/mobile/dist/ui-kit/SearchDialog/SearchInput.js.map +1 -1
- package/mobile/dist/ui-kit/SlideCheckboxGroup/SlideCheckboxGroup.js +5 -3
- package/mobile/dist/ui-kit/SlideCheckboxGroup/SlideCheckboxGroup.js.map +1 -1
- package/mobile/dist/utils/identity.d.ts +1 -0
- package/mobile/dist/utils/identity.js +5 -0
- package/mobile/dist/utils/identity.js.map +1 -0
- package/mobile/dist/utils/isEmpty.d.ts +1 -0
- package/mobile/dist/utils/isEmpty.js +9 -0
- package/mobile/dist/utils/isEmpty.js.map +1 -0
- package/mobile/dist/utils/joinList.d.ts +1 -1
- package/mobile/dist/utils/joinList.js +1 -3
- package/mobile/dist/utils/joinList.js.map +1 -1
- package/mobile/dist/utils/toLocalNumberFormat.d.ts +1 -0
- package/mobile/dist/utils/toLocalNumberFormat.js +8 -0
- package/mobile/dist/utils/toLocalNumberFormat.js.map +1 -0
- package/mobile/lib/common.css +1 -1
- package/mobile/lib/components/ApplicationForm/ApplicationFormDeposit.js +1 -1
- package/mobile/lib/components/ApplicationForm/ApplicationFormDeposit.js.map +1 -1
- package/mobile/lib/components/ApplicationForm/renderAcquiringDataOrganization.js +1 -1
- package/mobile/lib/components/ApplicationForm/renderAcquiringDataOrganization.js.map +1 -1
- package/mobile/lib/components/ApplicationForm/renderBusinessCardDataOrganization.js +1 -1
- package/mobile/lib/components/ApplicationForm/renderBusinessCardDataOrganization.js.map +1 -1
- package/mobile/lib/components/ApplicationForm/renderCreditDataOrganization.js +1 -1
- package/mobile/lib/components/ApplicationForm/renderCreditDataOrganization.js.map +1 -1
- package/mobile/lib/components/ApplicationForm/renderWedDataOrganization.js +1 -1
- package/mobile/lib/components/ApplicationForm/renderWedDataOrganization.js.map +1 -1
- package/mobile/lib/components/BaseTile/BaseTile.d.ts +12 -2
- package/mobile/lib/components/BaseTile/BaseTile.js +2 -1
- package/mobile/lib/components/BaseTile/BaseTile.js.map +1 -1
- package/mobile/lib/components/Blocks.js +0 -2
- package/mobile/lib/components/Blocks.js.map +1 -1
- package/mobile/lib/components/Calculator/CalculatorValueBlock.js +2 -2
- package/mobile/lib/components/Calculator/CalculatorValueBlock.js.map +1 -1
- package/mobile/lib/components/Calculator/renderInitialFeeInput.js +3 -3
- package/mobile/lib/components/Calculator/renderInitialFeeInput.js.map +1 -1
- package/mobile/lib/components/Calculator/renderProposal.js +2 -2
- package/mobile/lib/components/Calculator/renderProposal.js.map +1 -1
- package/mobile/lib/components/Calculator/renderRealEstateValue.js +2 -2
- package/mobile/lib/components/Calculator/renderRealEstateValue.js.map +1 -1
- package/mobile/lib/components/Calculator/renderWantedSumInput.js +3 -3
- package/mobile/lib/components/Calculator/renderWantedSumInput.js.map +1 -1
- package/mobile/lib/components/CardTransfer/CardTransfer.js +10 -8
- package/mobile/lib/components/CardTransfer/CardTransfer.js.map +1 -1
- package/mobile/lib/components/CarouselInvestmentCard/CarouselInvestmentCard.js +2 -9
- package/mobile/lib/components/CarouselInvestmentCard/CarouselInvestmentCard.js.map +1 -1
- package/mobile/lib/components/CarouselProductCard/CarouselProductCard.js +1 -1
- package/mobile/lib/components/CarouselProductCard/CarouselProductCard.js.map +1 -1
- package/mobile/lib/components/ContentPage/ContentPage.page.json +0 -1
- package/mobile/lib/components/DepositFiltration/DepositFiltration.d.ts +6 -0
- package/mobile/lib/components/DepositFiltration/DepositFiltration.js +32 -0
- package/mobile/lib/components/DepositFiltration/DepositFiltration.js.map +1 -0
- package/mobile/lib/components/DepositFiltration/DepositFiltrationContent.d.ts +32 -0
- package/mobile/lib/components/DepositFiltration/DepositFiltrationContent.js +2 -0
- package/mobile/lib/components/DepositFiltration/DepositFiltrationContent.js.map +1 -0
- package/mobile/lib/components/Footer/Footer.js +3 -9
- package/mobile/lib/components/Footer/Footer.js.map +1 -1
- package/mobile/lib/components/Footer/HorizontalNavigation.js +2 -1
- package/mobile/lib/components/Footer/HorizontalNavigation.js.map +1 -1
- package/mobile/lib/components/Footer/HorizontalNavigationLink.js +3 -1
- package/mobile/lib/components/Footer/HorizontalNavigationLink.js.map +1 -1
- package/mobile/lib/components/Footer/MediaButton.js +1 -7
- package/mobile/lib/components/Footer/MediaButton.js.map +1 -1
- package/mobile/lib/components/Footer/TextInformation.js +3 -3
- package/mobile/lib/components/Footer/TextInformation.js.map +1 -1
- package/mobile/lib/components/Footer/buttonStylesWithText.d.ts +2 -0
- package/mobile/lib/components/Footer/buttonStylesWithText.js +9 -0
- package/mobile/lib/components/Footer/buttonStylesWithText.js.map +1 -0
- package/mobile/lib/components/Footer/horizontalNavigationLinkStyles.d.ts +1 -0
- package/mobile/lib/components/Footer/horizontalNavigationLinkStyles.js +2 -0
- package/mobile/lib/components/Footer/horizontalNavigationLinkStyles.js.map +1 -0
- package/mobile/lib/components/Footer/textInformationTextSize.d.ts +1 -0
- package/mobile/lib/components/Footer/textInformationTextSize.js +2 -0
- package/mobile/lib/components/Footer/textInformationTextSize.js.map +1 -0
- package/mobile/lib/components/Header/Header.js +2 -2
- package/mobile/lib/components/Header/Header.js.map +1 -1
- package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js +2 -2
- package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js.map +1 -1
- package/mobile/lib/components/InvestmentInfo/InvestmentInfo.js +1 -1
- package/mobile/lib/components/InvestmentInfo/InvestmentInfo.js.map +1 -1
- package/mobile/lib/components/MobileAppTile/MobileAppTile.js +2 -1
- package/mobile/lib/components/MobileAppTile/MobileAppTile.js.map +1 -1
- package/mobile/lib/components/MortgageFiltration/MortgageFiltration.d.ts +6 -0
- package/mobile/lib/components/MortgageFiltration/MortgageFiltration.js +15 -0
- package/mobile/lib/components/MortgageFiltration/MortgageFiltration.js.map +1 -0
- package/mobile/lib/components/MortgageFiltration/MortgageFiltrationContent.d.ts +18 -0
- package/mobile/lib/components/MortgageFiltration/MortgageFiltrationContent.js +2 -0
- package/mobile/lib/components/MortgageFiltration/MortgageFiltrationContent.js.map +1 -0
- package/mobile/lib/components/OfficeMap/OfficeMap.js +2 -2
- package/mobile/lib/components/OfficeMap/OfficeMap.js.map +1 -1
- package/mobile/lib/components/OfficeMap/useOfficeMap.d.ts +2 -0
- package/mobile/lib/components/OfficeMap/useOfficeMap.js +1 -2
- package/mobile/lib/components/OfficeMap/useOfficeMap.js.map +1 -1
- package/mobile/lib/components/PictureText/PictureText.js +2 -2
- package/mobile/lib/components/PictureText/PictureText.js.map +1 -1
- package/mobile/lib/components/ProductBlock/ProductBlock.js +6 -5
- package/mobile/lib/components/ProductBlock/ProductBlock.js.map +1 -1
- package/mobile/lib/components/ProductBlock/ProductBlockContent.d.ts +0 -13
- package/mobile/lib/components/ProductBlock/ProductBlockInner.js +6 -7
- package/mobile/lib/components/ProductBlock/ProductBlockInner.js.map +1 -1
- package/mobile/lib/components/ProductBlock/renderBackwardButton.d.ts +1 -1
- package/mobile/lib/components/ProductBlock/renderBackwardButton.js +7 -5
- package/mobile/lib/components/ProductBlock/renderBackwardButton.js.map +1 -1
- package/mobile/lib/components/ProductBlock/renderBenefit.d.ts +2 -2
- package/mobile/lib/components/ProductBlock/renderBenefit.js +1 -1
- package/mobile/lib/components/ProductBlock/renderBenefit.js.map +1 -1
- package/mobile/lib/components/ProductGallery/ProductGallery.js +10 -19
- package/mobile/lib/components/ProductGallery/ProductGallery.js.map +1 -1
- package/mobile/lib/components/RollupItem/RollupItem.js +18 -8
- package/mobile/lib/components/RollupItem/RollupItem.js.map +1 -1
- package/mobile/lib/components/RollupItem/RollupItemContent.d.ts +2 -0
- package/mobile/lib/components/RollupItem/foldableSectionStyles.d.ts +1 -0
- package/mobile/lib/components/RollupItem/foldableSectionStyles.js +2 -0
- package/mobile/lib/components/RollupItem/foldableSectionStyles.js.map +1 -0
- package/mobile/lib/components/RollupItem/getIconName.d.ts +1 -0
- package/mobile/lib/components/RollupItem/getIconName.js +2 -0
- package/mobile/lib/components/RollupItem/getIconName.js.map +1 -0
- package/mobile/lib/components/RollupItem/labelSize.d.ts +1 -0
- package/mobile/lib/components/RollupItem/labelSize.js +2 -0
- package/mobile/lib/components/RollupItem/labelSize.js.map +1 -0
- package/mobile/lib/components/RollupItem/rollupIconVersion.d.ts +1 -0
- package/mobile/lib/components/RollupItem/rollupIconVersion.js +2 -0
- package/mobile/lib/components/RollupItem/rollupIconVersion.js.map +1 -0
- package/mobile/lib/components/RollupItem/rollupItemStyles.d.ts +1 -0
- package/mobile/lib/components/RollupItem/rollupItemStyles.js +2 -0
- package/mobile/lib/components/RollupItem/rollupItemStyles.js.map +1 -0
- package/mobile/lib/components/Tile/Tile.js +2 -2
- package/mobile/lib/components/Tile/Tile.js.map +1 -1
- package/mobile/lib/content-page-repository/transformContentPage.js +12 -4
- package/mobile/lib/content-page-repository/transformContentPage.js.map +1 -1
- package/mobile/lib/content-page-repository/transformDocumentLink.d.ts +3 -0
- package/mobile/lib/content-page-repository/transformDocumentLink.js +26 -0
- package/mobile/lib/content-page-repository/transformDocumentLink.js.map +1 -0
- package/mobile/lib/hooks/useForm.d.ts +8 -4
- package/mobile/lib/hooks/useForm.js +5 -3
- package/mobile/lib/hooks/useForm.js.map +1 -1
- package/mobile/lib/hooks/useNormalizedInput.d.ts +11 -0
- package/mobile/lib/hooks/useNormalizedInput.js +20 -0
- package/mobile/lib/hooks/useNormalizedInput.js.map +1 -0
- package/mobile/lib/hooks/useSWRResource.js +2 -1
- package/mobile/lib/hooks/useSWRResource.js.map +1 -1
- package/mobile/lib/icons/IconName.d.ts +12 -2
- package/mobile/lib/icons/IconName.js +11 -1
- package/mobile/lib/icons/IconName.js.map +1 -1
- package/mobile/lib/services/search/useSearch.js +3 -2
- package/mobile/lib/services/search/useSearch.js.map +1 -1
- package/mobile/lib/services/sitemap/SitemapData.d.ts +1 -1
- package/mobile/lib/ui-kit/BaseFiltration/BaseFiltrationContent.d.ts +102 -0
- package/mobile/lib/ui-kit/BaseFiltration/BaseFiltrationContent.js +2 -0
- package/mobile/lib/ui-kit/BaseFiltration/BaseFiltrationContent.js.map +1 -0
- package/mobile/lib/ui-kit/BaseFiltration/BaseFiltrationInner.d.ts +7 -0
- package/mobile/lib/{components/Filtration/FiltrationInner.js → ui-kit/BaseFiltration/BaseFiltrationInner.js} +8 -8
- package/mobile/lib/ui-kit/BaseFiltration/BaseFiltrationInner.js.map +1 -0
- package/mobile/lib/ui-kit/BaseFiltration/checkShouldRenderBlock.js +29 -0
- package/mobile/lib/ui-kit/BaseFiltration/checkShouldRenderBlock.js.map +1 -0
- package/mobile/lib/ui-kit/BaseFiltration/renderFiltrationForm.d.ts +15 -0
- package/mobile/lib/ui-kit/BaseFiltration/renderFiltrationForm.js +20 -0
- package/mobile/lib/ui-kit/BaseFiltration/renderFiltrationForm.js.map +1 -0
- package/mobile/lib/ui-kit/BenefitItem/BenefitItem.js +4 -5
- package/mobile/lib/ui-kit/BenefitItem/BenefitItem.js.map +1 -1
- package/mobile/lib/ui-kit/BlockWrapper.js +1 -1
- package/mobile/lib/ui-kit/BlockWrapper.js.map +1 -1
- package/mobile/lib/ui-kit/Button/renderButtonsSection.js +1 -1
- package/mobile/lib/ui-kit/Button/renderButtonsSection.js.map +1 -1
- package/mobile/lib/ui-kit/ControlProps.d.ts +1 -1
- package/mobile/lib/ui-kit/CurrencyInput/CurrencyInput.d.ts +2 -2
- package/mobile/lib/ui-kit/CurrencyInput/CurrencyInput.js +3 -16
- package/mobile/lib/ui-kit/CurrencyInput/CurrencyInput.js.map +1 -1
- package/mobile/lib/ui-kit/Foldable/DefaultFoldButton.js +1 -1
- package/mobile/lib/ui-kit/Icon/IconProps.d.ts +4 -0
- package/mobile/lib/ui-kit/Icon/RoundedIcon.d.ts +2 -0
- package/mobile/lib/ui-kit/Icon/RoundedIcon.js +11 -0
- package/mobile/lib/ui-kit/Icon/RoundedIcon.js.map +1 -0
- package/mobile/lib/ui-kit/Input/Input.d.ts +1 -1
- package/mobile/lib/ui-kit/Input/Input.js +3 -2
- package/mobile/lib/ui-kit/Input/Input.js.map +1 -1
- package/mobile/lib/ui-kit/Input/InputProps.d.ts +4 -5
- package/mobile/lib/ui-kit/InputRange/InputRange.js +10 -12
- package/mobile/lib/ui-kit/InputRange/InputRange.js.map +1 -1
- package/mobile/lib/ui-kit/InputRange/InputRangeProps.d.ts +2 -4
- package/mobile/lib/ui-kit/LinkList/LinkList.d.ts +2 -0
- package/mobile/lib/ui-kit/LinkList/LinkList.js +10 -0
- package/mobile/lib/ui-kit/LinkList/LinkList.js.map +1 -0
- package/mobile/lib/ui-kit/LinkList/LinkListProps.d.ts +5 -0
- package/mobile/lib/ui-kit/LinkList/LinkListProps.js +2 -0
- package/mobile/lib/ui-kit/LinkList/LinkListProps.js.map +1 -0
- package/mobile/lib/ui-kit/LinkList/linkListStyles.d.ts +1 -0
- package/mobile/lib/ui-kit/LinkList/linkListStyles.js +2 -0
- package/mobile/lib/ui-kit/LinkList/linkListStyles.js.map +1 -0
- package/mobile/lib/ui-kit/List/List.js +2 -1
- package/mobile/lib/ui-kit/List/List.js.map +1 -1
- package/mobile/lib/ui-kit/List/ListItem.js +5 -4
- package/mobile/lib/ui-kit/List/ListItem.js.map +1 -1
- package/mobile/lib/ui-kit/List/ListProps.d.ts +0 -2
- package/mobile/lib/ui-kit/NumberInput/NumberInput.d.ts +8 -0
- package/mobile/lib/ui-kit/NumberInput/NumberInput.js +20 -0
- package/mobile/lib/ui-kit/NumberInput/NumberInput.js.map +1 -0
- package/mobile/lib/ui-kit/PhoneInput/PhoneInput.d.ts +1 -1
- package/mobile/lib/ui-kit/PhoneInput/PhoneInput.js +2 -2
- package/mobile/lib/ui-kit/PhoneInput/PhoneInput.js.map +1 -1
- package/mobile/lib/ui-kit/SearchBar/SearchBar.d.ts +5 -2
- package/mobile/lib/ui-kit/SearchBar/SearchBar.js +22 -3
- package/mobile/lib/ui-kit/SearchBar/SearchBar.js.map +1 -1
- package/mobile/lib/ui-kit/SearchDialog/SearchDialog.js +1 -1
- package/mobile/lib/ui-kit/SearchDialog/SearchDialog.js.map +1 -1
- package/mobile/lib/ui-kit/SearchDialog/SearchInput.d.ts +0 -1
- package/mobile/lib/ui-kit/SearchDialog/SearchInput.js +2 -2
- package/mobile/lib/ui-kit/SearchDialog/SearchInput.js.map +1 -1
- package/mobile/lib/ui-kit/SlideCheckboxGroup/SlideCheckboxGroup.js +5 -3
- package/mobile/lib/ui-kit/SlideCheckboxGroup/SlideCheckboxGroup.js.map +1 -1
- package/mobile/lib/utils/identity.d.ts +1 -0
- package/mobile/lib/utils/identity.js +2 -0
- package/mobile/lib/utils/identity.js.map +1 -0
- package/mobile/lib/utils/isEmpty.d.ts +1 -0
- package/mobile/lib/utils/isEmpty.js +6 -0
- package/mobile/lib/utils/isEmpty.js.map +1 -0
- package/mobile/lib/utils/joinList.d.ts +1 -1
- package/mobile/lib/utils/joinList.js +1 -3
- package/mobile/lib/utils/joinList.js.map +1 -1
- package/mobile/lib/utils/toLocalNumberFormat.d.ts +1 -0
- package/mobile/lib/utils/toLocalNumberFormat.js +5 -0
- package/mobile/lib/utils/toLocalNumberFormat.js.map +1 -0
- package/mobile/src/components/ApplicationForm/ApplicationFormDeposit.tsx +2 -2
- package/mobile/src/components/ApplicationForm/renderAcquiringDataOrganization.tsx +4 -4
- package/mobile/src/components/ApplicationForm/renderBusinessCardDataOrganization.tsx +4 -4
- package/mobile/src/components/ApplicationForm/renderCreditDataOrganization.tsx +6 -10
- package/mobile/src/components/ApplicationForm/renderWedDataOrganization.tsx +4 -4
- package/mobile/src/components/BaseTile/BaseTile.tsx +32 -9
- package/mobile/src/components/Blocks.ts +0 -2
- package/mobile/src/components/Calculator/CalculatorValueBlock.tsx +2 -2
- package/mobile/src/components/Calculator/renderInitialFeeInput.tsx +3 -3
- package/mobile/src/components/Calculator/renderProposal.tsx +2 -2
- package/mobile/src/components/Calculator/renderRealEstateValue.tsx +2 -2
- package/mobile/src/components/Calculator/renderWantedSumInput.tsx +3 -3
- package/mobile/src/components/CardTransfer/CardTransfer.tsx +16 -12
- package/mobile/src/components/CarouselInvestmentCard/CarouselInvestmentCard.tsx +39 -40
- package/mobile/src/components/CarouselProductCard/CarouselProductCard.tsx +4 -2
- package/mobile/src/components/ContentPage/ContentPage.page.json +0 -1
- package/mobile/src/components/DepositFiltration/DepositFiltration.example.json +61 -0
- package/mobile/src/components/DepositFiltration/DepositFiltration.tsx +66 -0
- package/mobile/src/components/DepositFiltration/DepositFiltrationContent.ts +39 -0
- package/mobile/src/components/Footer/Footer.tsx +21 -30
- package/mobile/src/components/Footer/HorizontalNavigation.tsx +4 -3
- package/mobile/src/components/Footer/HorizontalNavigationLink.tsx +3 -1
- package/mobile/src/components/Footer/MediaButton.tsx +1 -10
- package/mobile/src/components/Footer/TextInformation.tsx +17 -17
- package/mobile/src/components/Footer/buttonStylesWithText.ts +15 -0
- package/mobile/src/components/Footer/horizontalNavigationLinkStyles.ts +1 -0
- package/mobile/src/components/Footer/textInformationTextSize.ts +1 -0
- package/mobile/src/components/Header/Header.tsx +2 -2
- package/mobile/src/components/InsuranceAmountBlock/InsuranceAmountBlockInner.tsx +2 -2
- package/mobile/src/components/InvestmentInfo/InvestmentInfo.tsx +1 -6
- package/mobile/src/components/LinkDocs/LinkDocs.ui.json +9 -1
- package/mobile/src/components/MobileAppTile/MobileAppTile.tsx +5 -1
- package/mobile/src/components/MortgageFiltration/MortgageFiltration.tsx +29 -0
- package/mobile/src/components/MortgageFiltration/MortgageFiltrationContent.ts +23 -0
- package/mobile/src/components/OfficeMap/OfficeMap.tsx +2 -2
- package/mobile/src/components/OfficeMap/useOfficeMap.ts +1 -3
- package/mobile/src/components/PictureText/PictureText.tsx +2 -2
- package/mobile/src/components/ProductBlock/ProductBlock.tsx +16 -9
- package/mobile/src/components/ProductBlock/ProductBlockContent.ts +0 -13
- package/mobile/src/components/ProductBlock/ProductBlockInner.tsx +43 -45
- package/mobile/src/components/ProductBlock/renderBackwardButton.tsx +11 -14
- package/mobile/src/components/ProductBlock/renderBenefit.tsx +3 -12
- package/mobile/src/components/ProductGallery/ProductGallery.tsx +50 -73
- package/mobile/src/components/RollupItem/RollupItem.tsx +52 -38
- package/mobile/src/components/RollupItem/RollupItemContent.ts +2 -0
- package/mobile/src/components/RollupItem/foldableSectionStyles.ts +1 -0
- package/mobile/src/components/RollupItem/getIconName.tsx +2 -0
- package/mobile/src/components/RollupItem/labelSize.tsx +1 -0
- package/mobile/src/components/RollupItem/rollupIconVersion.tsx +1 -0
- package/mobile/src/components/RollupItem/rollupItemStyles.ts +1 -0
- package/mobile/src/components/Tile/Tile.tsx +2 -8
- package/mobile/src/content-page-repository/transformContentPage.ts +19 -7
- package/mobile/src/content-page-repository/transformDocumentLink.ts +37 -0
- package/mobile/src/hooks/useForm.ts +16 -8
- package/mobile/src/hooks/useNormalizedInput.ts +33 -0
- package/mobile/src/hooks/useSWRResource.ts +3 -1
- package/mobile/src/icons/ArrowDownSolidIcon.svg +1 -0
- package/mobile/src/icons/ArrowUpSolidIcon.svg +1 -0
- package/mobile/src/icons/BagIcon.svg +1 -0
- package/mobile/src/icons/BriefcaseIcon.svg +7 -0
- package/mobile/src/icons/ClientIcon.svg +1 -0
- package/mobile/src/icons/IconName.ts +5 -5
- package/mobile/src/services/search/useSearch.ts +3 -2
- package/mobile/src/services/sitemap/SitemapData.ts +1 -1
- package/mobile/src/{components/Filtration/FiltrationContent.ts → ui-kit/BaseFiltration/BaseFiltrationContent.ts} +38 -24
- package/mobile/src/{components/Filtration/FiltrationInner.tsx → ui-kit/BaseFiltration/BaseFiltrationInner.tsx} +9 -9
- package/mobile/src/ui-kit/BaseFiltration/checkShouldRenderBlock.ts +49 -0
- package/mobile/src/ui-kit/BaseFiltration/renderFiltrationForm.tsx +75 -0
- package/mobile/src/ui-kit/BenefitItem/BenefitItem.tsx +17 -19
- package/mobile/src/ui-kit/BlockWrapper.tsx +1 -9
- package/mobile/src/ui-kit/Button/renderButtonsSection.tsx +1 -1
- package/mobile/src/ui-kit/ControlProps.ts +1 -1
- package/mobile/src/ui-kit/CurrencyInput/CurrencyInput.tsx +12 -38
- package/mobile/src/ui-kit/Foldable/DefaultFoldButton.tsx +1 -1
- package/mobile/src/ui-kit/Icon/IconProps.ts +5 -0
- package/mobile/src/ui-kit/Icon/RoundedIcon.tsx +16 -0
- package/mobile/src/ui-kit/Input/Input.tsx +33 -16
- package/mobile/src/ui-kit/Input/InputProps.ts +4 -5
- package/mobile/src/ui-kit/InputRange/InputRange.tsx +43 -49
- package/mobile/src/ui-kit/InputRange/InputRangeProps.ts +2 -4
- package/mobile/src/ui-kit/LinkList/LinkList.tsx +25 -0
- package/mobile/src/ui-kit/LinkList/LinkListProps.tsx +6 -0
- package/mobile/src/ui-kit/LinkList/linkListStyles.ts +1 -0
- package/mobile/src/ui-kit/List/List.tsx +10 -11
- package/mobile/src/ui-kit/List/ListItem.tsx +11 -7
- package/mobile/src/ui-kit/List/ListProps.ts +0 -2
- package/mobile/src/ui-kit/NumberInput/NumberInput.tsx +35 -0
- package/mobile/src/ui-kit/PhoneInput/PhoneInput.tsx +2 -3
- package/mobile/src/ui-kit/SearchBar/SearchBar.tsx +36 -4
- package/mobile/src/ui-kit/SearchDialog/SearchDialog.tsx +1 -1
- package/mobile/src/ui-kit/SearchDialog/SearchInput.tsx +1 -3
- package/mobile/src/ui-kit/SlideCheckboxGroup/SlideCheckboxGroup.tsx +9 -5
- package/mobile/src/utils/identity.ts +1 -0
- package/mobile/src/utils/isEmpty.ts +6 -0
- package/mobile/src/utils/joinList.ts +4 -4
- package/mobile/src/utils/toLocalNumberFormat.ts +7 -0
- package/package.json +3 -3
- package/src/components/ApplicationForm/ApplicationForm.fixture.tsx +1 -0
- package/src/components/ApplicationForm/ApplicationFormDeposit.tsx +2 -2
- package/src/components/ApplicationForm/renderAcquiringDataOrganization.tsx +4 -4
- package/src/components/ApplicationForm/renderBusinessCardDataOrganization.tsx +4 -4
- package/src/components/ApplicationForm/renderCreditDataOrganization.tsx +6 -10
- package/src/components/ApplicationForm/renderWedDataOrganization.tsx +4 -4
- package/src/components/BaseTile/BaseTile.tsx +32 -9
- package/src/components/Blocks.mobile.ts +0 -2
- package/src/components/Blocks.ts +6 -4
- package/src/components/Bonus/Bonus.fixture.tsx +2 -1
- package/src/components/BusinessBlock/BusinessBlock.fixture.tsx +1 -0
- package/src/components/ButtonBlock/ButtonBlock.fixture.tsx +1 -0
- package/src/components/Calculator/Calculator.fixture.tsx +1 -1
- package/src/components/Calculator/CalculatorValueBlock.tsx +2 -2
- package/src/components/Calculator/renderInitialFeeInput.tsx +3 -3
- package/src/components/Calculator/renderProposal.tsx +2 -2
- package/src/components/Calculator/renderRealEstateValue.tsx +2 -2
- package/src/components/Calculator/renderWantedSumInput.tsx +3 -3
- package/src/components/CardTransfer/CardTransfer.fixture.tsx +1 -0
- package/src/components/CardTransfer/CardTransfer.tsx +16 -12
- package/src/components/Carousel/Carousel.fixture.mobile.tsx +2 -1
- package/src/components/Carousel/Carousel.fixture.tsx +2 -1
- package/src/components/CarouselBankHistoryCard/CarouselBankHistoryCard.fixture.tsx +2 -0
- package/src/components/CarouselCard/CarouselCard.fixture.tsx +1 -0
- package/src/components/CarouselCatalogCard/CarouselCatalogCard.fixture.tsx +2 -0
- package/src/components/CarouselEventCard/CarouselEventCard.fixture.tsx +3 -1
- package/src/components/CarouselInvestmentCard/CarouselInvestmentCard.fixture.tsx +2 -1
- package/src/components/CarouselInvestmentCard/CarouselInvestmentCard.tsx +39 -40
- package/src/components/CarouselLinks/CarouselLinks.fixture.tsx +2 -0
- package/src/components/CarouselProductCard/CarouselProductCard.fixture.tsx +2 -0
- package/src/components/CarouselProductCard/CarouselProductCard.tsx +4 -2
- package/src/components/CarouselProgramsCard/CarouselProgramsCard.fixture.tsx +2 -0
- package/src/components/CarouselRecommendationCard/CarouselRecommendationCard.fixture.mobile.tsx +2 -1
- package/src/components/CarouselRecommendationCard/CarouselRecommendationCard.fixture.tsx +2 -1
- package/src/components/CarouselRecommendationCard/CarouselRecommendationCard.tsx +1 -3
- package/src/components/CarouselRichTextCard/CarouselRichTextCard.fixture.tsx +2 -0
- package/src/components/CarouselTariffsCard/CarouselTariffsCard.fixture.mobile.tsx +2 -0
- package/src/components/CarouselTariffsCard/CarouselTariffsCard.fixture.tsx +2 -0
- package/src/components/ComparisonTable/ComparisonTable.fixture.mobile.tsx +2 -1
- package/src/components/ComparisonTable/ComparisonTable.fixture.tsx +2 -1
- package/src/components/ContactsBlock/ContactsBlock.fixture.tsx +2 -7
- package/src/components/ContentPage/ContentPage.page.json +0 -1
- package/src/components/DepositFiltration/DepositFiltration.example.json +61 -0
- package/src/components/DepositFiltration/DepositFiltration.fixture.tsx +190 -0
- package/src/components/DepositFiltration/DepositFiltration.tsx +66 -0
- package/src/components/DepositFiltration/DepositFiltrationContent.ts +39 -0
- package/src/components/ErrorBlock/ErrorBlock.fixture.tsx +2 -1
- package/src/components/ExchangeRateOffice/ExchangeRateOffice.fixture.tsx +1 -0
- package/src/components/Footer/Footer.fixture.mobile.tsx +1 -0
- package/src/components/Footer/Footer.fixture.tsx +1 -0
- package/src/components/Footer/Footer.mobile.tsx +21 -30
- package/src/components/Footer/HorizontalNavigation.mobile.tsx +4 -3
- package/src/components/Footer/HorizontalNavigationLink.tsx +3 -1
- package/src/components/Footer/MediaButton.tsx +1 -10
- package/src/components/Footer/TextInformation.tsx +5 -3
- package/src/components/Footer/buttonStylesWithText.mobile.ts +15 -0
- package/src/components/Footer/buttonStylesWithText.ts +15 -0
- package/src/components/Footer/horizontalNavigationLinkStyles.mobile.ts +1 -0
- package/src/components/Footer/horizontalNavigationLinkStyles.ts +1 -0
- package/src/components/Footer/textInformationTextSize.mobile.ts +1 -0
- package/src/components/Footer/textInformationTextSize.ts +1 -0
- package/src/components/Header/Header.fixture.mobile.tsx +1 -0
- package/src/components/Header/Header.fixture.tsx +1 -0
- package/src/components/Header/Header.mobile.tsx +2 -2
- package/src/components/Headline/Headline.fixture.mobile.tsx +2 -1
- package/src/components/Headline/Headline.fixture.tsx +2 -1
- package/src/components/HorizontalLayout/HorizontalLayout.fixture.tsx +2 -1
- package/src/components/ImgBlock/ImgBlock.fixture.mobile.tsx +2 -1
- package/src/components/ImgBlock/ImgBlock.fixture.tsx +2 -1
- package/src/components/InsuranceAmountBlock/InsuranceAmountBlock.fixture.tsx +1 -0
- package/src/components/InsuranceAmountBlock/InsuranceAmountBlockInner.tsx +2 -2
- package/src/components/InvestmentInfo/InvestmentInfo.fixture.tsx +1 -0
- package/src/components/InvestmentInfo/InvestmentInfo.tsx +1 -6
- package/src/components/LinkDocs/LinkDocs.fixture.mobile.tsx +1 -0
- package/src/components/LinkDocs/LinkDocs.fixture.tsx +1 -0
- package/src/components/LinkDocs/LinkDocs.ui.json +9 -1
- package/src/components/MobileAppTile/MobileAppTile.fixture.tsx +2 -1
- package/src/components/MobileAppTile/MobileAppTile.mobile.tsx +5 -1
- package/src/components/MobileAppTile/MobileAppTile.tsx +1 -1
- package/src/components/{Filtration/Filtration.fixture.tsx → MortgageFiltration/MortgageFiltration.fixture.tsx} +7 -5
- package/src/components/MortgageFiltration/MortgageFiltration.tsx +29 -0
- package/src/components/MortgageFiltration/MortgageFiltrationContent.ts +23 -0
- package/src/components/OfficeMap/OfficeMap.fixture.tsx +1 -0
- package/src/components/OfficeMap/OfficeMap.tsx +2 -2
- package/src/components/OfficeMap/useOfficeMap.ts +1 -3
- package/src/components/OfficeServicesBlock/OfficeServicesBlock.fixture.tsx +1 -0
- package/src/components/ParagraphBlock/ParagraphBlock.fixture.tsx +1 -0
- package/src/components/PictureText/PictureText.fixture.tsx +2 -1
- package/src/components/PictureText/PictureText.tsx +2 -2
- package/src/components/ProductBlock/ProductBlock.fixture.mobile.tsx +2 -1
- package/src/components/ProductBlock/ProductBlock.fixture.tsx +3 -3
- package/src/components/ProductBlock/ProductBlock.tsx +14 -31
- package/src/components/ProductBlock/ProductBlockContent.ts +0 -13
- package/src/components/ProductBlock/ProductBlockInner.tsx +29 -46
- package/src/components/ProductBlock/renderBackwardButton.tsx +11 -14
- package/src/components/ProductBlock/renderBenefit.tsx +3 -12
- package/src/components/ProductGallery/ProductGallery.fixture.tsx +2 -1
- package/src/components/ProductGallery/ProductGallery.tsx +50 -73
- package/src/components/ProductTile/ProductTile.fixture.tsx +2 -1
- package/src/components/PromoTile/PromoTile.fixture.tsx +1 -0
- package/src/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.fixture.tsx +1 -0
- package/src/components/RichTextBlock/RichTextBlock.fixture.mobile.tsx +1 -0
- package/src/components/RichTextBlock/RichTextBlock.fixture.tsx +1 -0
- package/src/components/RollupItem/RollupItem.fixture.mobile.tsx +24 -3
- package/src/components/RollupItem/RollupItem.fixture.tsx +2 -0
- package/src/components/RollupItem/RollupItem.tsx +73 -34
- package/src/components/RollupItem/RollupItemContent.ts +2 -0
- package/src/components/RollupItem/foldableSectionStyles.mobile.ts +1 -0
- package/src/components/RollupItem/foldableSectionStyles.ts +1 -0
- package/src/components/RollupItem/getIconName.mobile.tsx +2 -0
- package/src/components/RollupItem/getIconName.tsx +1 -0
- package/src/components/RollupItem/labelSize.mobile.tsx +1 -0
- package/src/components/RollupItem/labelSize.tsx +1 -0
- package/src/components/RollupItem/rollupIconVersion.mobile.tsx +1 -0
- package/src/components/RollupItem/rollupIconVersion.tsx +1 -0
- package/src/components/RollupItem/rollupItemStyles.mobile.ts +1 -0
- package/src/components/RollupItem/rollupItemStyles.ts +2 -0
- package/src/components/SafeDepositRental/SafeDepositRental.fixture.tsx +1 -0
- package/src/components/StepsBlock/StepsBlock.fixture.mobile.tsx +1 -0
- package/src/components/StepsBlock/StepsBlock.fixture.tsx +1 -0
- package/src/components/SwipeListControlBlock/SwipeListControlBlock.fixture.tsx +2 -0
- package/src/components/Tabs/Tabs.fixture.tsx +1 -0
- package/src/components/TariffsTable/TariffsTable.fixture.mobile.tsx +1 -0
- package/src/components/TariffsTable/TariffsTable.fixture.tsx +1 -0
- package/src/components/TextBlock/TextBlock.fixture.mobile.tsx +2 -1
- package/src/components/TextBlock/TextBlock.fixture.tsx +2 -1
- package/src/components/Tile/Tile.fixture.tsx +2 -1
- package/src/components/Tile/Tile.tsx +2 -8
- package/src/components/VerticalLayout/VerticalLayout.fixture.mobile.tsx +71 -2
- package/src/components/VerticalLayout/VerticalLayout.fixture.tsx +3 -2
- package/src/components/Video/Video.fixture.tsx +2 -0
- package/src/content-page-repository/transformContentPage.ts +19 -7
- package/src/content-page-repository/transformDocumentLink.ts +37 -0
- package/src/hooks/useForm.ts +16 -8
- package/src/hooks/useNormalizedInput.ts +33 -0
- package/src/hooks/useSWRResource.ts +3 -1
- package/src/icons/ArrowDownSolidIcon.svg +1 -0
- package/src/icons/ArrowUpSolidIcon.svg +1 -0
- package/src/icons/BagIcon.svg +1 -0
- package/src/icons/BriefcaseIcon.svg +7 -0
- package/src/icons/ClientIcon.svg +1 -0
- package/src/icons/IconName.ts +19 -1
- package/src/services/search/useSearch.ts +3 -2
- package/src/services/sitemap/SitemapData.ts +1 -1
- package/src/{components/Filtration/FiltrationContent.ts → ui-kit/BaseFiltration/BaseFiltrationContent.ts} +38 -24
- package/src/{components/Filtration/FiltrationInner.tsx → ui-kit/BaseFiltration/BaseFiltrationInner.tsx} +9 -9
- package/src/ui-kit/BaseFiltration/checkShouldRenderBlock.ts +49 -0
- package/src/ui-kit/BaseFiltration/renderFiltrationForm.tsx +75 -0
- package/src/ui-kit/BenefitItem/BenefitItem.tsx +17 -19
- package/src/ui-kit/BlockWrapper.tsx +1 -9
- package/src/ui-kit/Button/Button.fixture.tsx +1 -0
- package/src/ui-kit/Button/renderButtonsSection.tsx +1 -1
- package/src/ui-kit/ControlProps.ts +1 -1
- package/src/ui-kit/CurrencyInput/CurrencyInput.tsx +12 -38
- package/src/ui-kit/Foldable/DefaultFoldButton.tsx +1 -1
- package/src/ui-kit/Heading/Heading.fixture.mobile.tsx +2 -0
- package/src/ui-kit/Heading/Heading.fixture.tsx +2 -0
- package/src/ui-kit/Icon/Icon.fixture.tsx +2 -1
- package/src/ui-kit/Icon/IconProps.ts +5 -0
- package/src/ui-kit/Icon/RoundedIcon.tsx +16 -0
- package/src/ui-kit/Input/Input.tsx +33 -16
- package/src/ui-kit/Input/InputProps.ts +4 -5
- package/src/ui-kit/InputRange/InputRange.tsx +43 -49
- package/src/ui-kit/InputRange/InputRangeProps.ts +2 -4
- package/src/ui-kit/LinkButton/LinkButton.fixture.tsx +2 -0
- package/{mobile/src/components/LinkList/linkListContentExample.ts → src/ui-kit/LinkList/LinkList.fixture.tsx} +13 -3
- package/src/ui-kit/LinkList/LinkList.tsx +25 -0
- package/src/ui-kit/LinkList/LinkListProps.tsx +6 -0
- package/src/ui-kit/LinkList/linkListStyles.mobile.ts +1 -0
- package/src/ui-kit/LinkList/linkListStyles.ts +1 -0
- package/src/ui-kit/List/List.fixture.tsx +1 -0
- package/src/ui-kit/List/List.tsx +10 -11
- package/src/ui-kit/List/ListItem.tsx +11 -7
- package/src/ui-kit/List/ListProps.ts +0 -2
- package/src/ui-kit/LocationDialog/LocationDialog.fixture.tsx +2 -1
- package/src/ui-kit/NumberInput/NumberInput.fixture.tsx +31 -0
- package/src/ui-kit/NumberInput/NumberInput.tsx +35 -0
- package/src/ui-kit/PhoneInput/PhoneInput.tsx +2 -3
- package/src/ui-kit/RadioButtonGroup/RadioButtonGroup.fixture.tsx +1 -0
- package/src/ui-kit/RichText/RichText.fixture.tsx +2 -0
- package/src/ui-kit/SearchBar/SearchBar.tsx +36 -2
- package/src/ui-kit/SearchDialog/SearchDialog.tsx +1 -1
- package/src/ui-kit/SearchDialog/SearchInput.tsx +1 -3
- package/src/ui-kit/Select/Select.fixture.tsx +2 -0
- package/src/ui-kit/SlideCheckbox/SlideCheckbox.fixture.tsx +2 -0
- package/src/ui-kit/SlideCheckboxGroup/SlideCheckboxGroup.tsx +9 -5
- package/src/ui-kit/SwipeListControl/SwipeListControl.fixture.mobile.tsx +2 -1
- package/src/ui-kit/SwipeListControl/SwipeListControl.fixture.tsx +2 -1
- package/src/ui-kit/Tags/Tags.fixture.tsx +2 -0
- package/src/utils/identity.ts +1 -0
- package/src/utils/isEmpty.ts +6 -0
- package/src/utils/joinList.ts +4 -4
- package/src/utils/toLocalNumberFormat.ts +7 -0
- package/tailwind.config.cjs +10 -5
- package/bundle/components/BaseTile/BaseTileProps.d.ts +0 -14
- package/bundle/components/Filtration/Filtration.d.ts +0 -6
- package/bundle/components/Filtration/FiltrationInner.d.ts +0 -7
- package/bundle/components/Filtration/renderFormItem.d.ts +0 -4
- package/bundle/components/Footer/TextInformation.mobile.d.ts +0 -2
- package/bundle/components/LinkList/LinkList.d.ts +0 -5
- package/bundle/components/LinkList/LinkListContent.d.ts +0 -9
- package/bundle/components/LinkList/linkListContentExample.d.ts +0 -2
- package/bundle/components/ProductBlock/ProductBlock.mobile.d.ts +0 -5
- package/bundle/components/ProductBlock/ProductBlockInner.mobile.d.ts +0 -4
- package/bundle/components/RollupItem/RollupItem.mobile.d.ts +0 -5
- package/bundle/ui-kit/CurrencyInput/CurrencyInputProps.d.ts +0 -5
- package/bundle/ui-kit/SearchBar/SearchBar.mobile.d.ts +0 -2
- package/bundle/ui-kit/SearchBar/SearchBarInner.d.ts +0 -5
- package/bundle/utils/addSpacesBetweenNumbers.d.ts +0 -1
- package/dist/components/BaseTile/BaseTileProps.d.ts +0 -14
- package/dist/components/BaseTile/BaseTileProps.js.map +0 -1
- package/dist/components/Filtration/Filtration.d.ts +0 -6
- package/dist/components/Filtration/Filtration.js +0 -18
- package/dist/components/Filtration/Filtration.js.map +0 -1
- package/dist/components/Filtration/FiltrationContent.js.map +0 -1
- package/dist/components/Filtration/FiltrationInner.d.ts +0 -7
- package/dist/components/Filtration/FiltrationInner.js.map +0 -1
- package/dist/components/Filtration/checkShouldRenderBlock.js +0 -11
- package/dist/components/Filtration/checkShouldRenderBlock.js.map +0 -1
- package/dist/components/Filtration/renderFormItem.d.ts +0 -4
- package/dist/components/Filtration/renderFormItem.js.map +0 -1
- package/dist/components/Footer/TextInformation.mobile.d.ts +0 -2
- package/dist/components/Footer/TextInformation.mobile.js +0 -9
- package/dist/components/Footer/TextInformation.mobile.js.map +0 -1
- package/dist/components/LinkList/LinkList.d.ts +0 -5
- package/dist/components/LinkList/LinkList.js +0 -13
- package/dist/components/LinkList/LinkList.js.map +0 -1
- package/dist/components/LinkList/LinkListContent.d.ts +0 -9
- package/dist/components/LinkList/LinkListContent.js.map +0 -1
- package/dist/components/LinkList/linkListContentExample.d.ts +0 -2
- package/dist/components/LinkList/linkListContentExample.js +0 -23
- package/dist/components/LinkList/linkListContentExample.js.map +0 -1
- package/dist/components/ProductBlock/ProductBlock.mobile.d.ts +0 -5
- package/dist/components/ProductBlock/ProductBlock.mobile.js +0 -11
- package/dist/components/ProductBlock/ProductBlock.mobile.js.map +0 -1
- package/dist/components/ProductBlock/ProductBlockInner.mobile.d.ts +0 -4
- package/dist/components/ProductBlock/ProductBlockInner.mobile.js +0 -18
- package/dist/components/ProductBlock/ProductBlockInner.mobile.js.map +0 -1
- package/dist/components/RollupItem/RollupItem.mobile.d.ts +0 -5
- package/dist/components/RollupItem/RollupItem.mobile.js +0 -30
- package/dist/components/RollupItem/RollupItem.mobile.js.map +0 -1
- package/dist/ui-kit/CurrencyInput/CurrencyInputProps.d.ts +0 -5
- package/dist/ui-kit/CurrencyInput/CurrencyInputProps.js.map +0 -1
- package/dist/ui-kit/SearchBar/SearchBar.mobile.d.ts +0 -2
- package/dist/ui-kit/SearchBar/SearchBar.mobile.js +0 -7
- package/dist/ui-kit/SearchBar/SearchBar.mobile.js.map +0 -1
- package/dist/ui-kit/SearchBar/SearchBarInner.d.ts +0 -5
- package/dist/ui-kit/SearchBar/SearchBarInner.js +0 -26
- package/dist/ui-kit/SearchBar/SearchBarInner.js.map +0 -1
- package/dist/utils/addSpacesBetweenNumbers.d.ts +0 -1
- package/dist/utils/addSpacesBetweenNumbers.js +0 -5
- package/dist/utils/addSpacesBetweenNumbers.js.map +0 -1
- package/lib/components/BaseTile/BaseTileProps.d.ts +0 -14
- package/lib/components/BaseTile/BaseTileProps.js +0 -2
- package/lib/components/BaseTile/BaseTileProps.js.map +0 -1
- package/lib/components/Filtration/Filtration.d.ts +0 -6
- package/lib/components/Filtration/Filtration.js +0 -16
- package/lib/components/Filtration/Filtration.js.map +0 -1
- package/lib/components/Filtration/FiltrationContent.js +0 -2
- package/lib/components/Filtration/FiltrationContent.js.map +0 -1
- package/lib/components/Filtration/FiltrationInner.d.ts +0 -7
- package/lib/components/Filtration/FiltrationInner.js.map +0 -1
- package/lib/components/Filtration/checkShouldRenderBlock.js +0 -8
- package/lib/components/Filtration/checkShouldRenderBlock.js.map +0 -1
- package/lib/components/Filtration/renderFormItem.d.ts +0 -4
- package/lib/components/Filtration/renderFormItem.js +0 -19
- package/lib/components/Filtration/renderFormItem.js.map +0 -1
- package/lib/components/Footer/TextInformation.mobile.d.ts +0 -2
- package/lib/components/Footer/TextInformation.mobile.js +0 -7
- package/lib/components/Footer/TextInformation.mobile.js.map +0 -1
- package/lib/components/LinkList/LinkList.d.ts +0 -5
- package/lib/components/LinkList/LinkList.js +0 -11
- package/lib/components/LinkList/LinkList.js.map +0 -1
- package/lib/components/LinkList/LinkListContent.d.ts +0 -9
- package/lib/components/LinkList/LinkListContent.js +0 -2
- package/lib/components/LinkList/LinkListContent.js.map +0 -1
- package/lib/components/LinkList/linkListContentExample.d.ts +0 -2
- package/lib/components/LinkList/linkListContentExample.js +0 -21
- package/lib/components/LinkList/linkListContentExample.js.map +0 -1
- package/lib/components/ProductBlock/ProductBlock.mobile.d.ts +0 -5
- package/lib/components/ProductBlock/ProductBlock.mobile.js +0 -9
- package/lib/components/ProductBlock/ProductBlock.mobile.js.map +0 -1
- package/lib/components/ProductBlock/ProductBlockInner.mobile.d.ts +0 -4
- package/lib/components/ProductBlock/ProductBlockInner.mobile.js +0 -16
- package/lib/components/ProductBlock/ProductBlockInner.mobile.js.map +0 -1
- package/lib/components/RollupItem/RollupItem.mobile.d.ts +0 -5
- package/lib/components/RollupItem/RollupItem.mobile.js +0 -28
- package/lib/components/RollupItem/RollupItem.mobile.js.map +0 -1
- package/lib/ui-kit/CurrencyInput/CurrencyInputProps.d.ts +0 -5
- package/lib/ui-kit/CurrencyInput/CurrencyInputProps.js +0 -2
- package/lib/ui-kit/CurrencyInput/CurrencyInputProps.js.map +0 -1
- package/lib/ui-kit/SearchBar/SearchBar.mobile.d.ts +0 -2
- package/lib/ui-kit/SearchBar/SearchBar.mobile.js +0 -5
- package/lib/ui-kit/SearchBar/SearchBar.mobile.js.map +0 -1
- package/lib/ui-kit/SearchBar/SearchBarInner.d.ts +0 -5
- package/lib/ui-kit/SearchBar/SearchBarInner.js +0 -24
- package/lib/ui-kit/SearchBar/SearchBarInner.js.map +0 -1
- package/lib/utils/addSpacesBetweenNumbers.d.ts +0 -1
- package/lib/utils/addSpacesBetweenNumbers.js +0 -2
- package/lib/utils/addSpacesBetweenNumbers.js.map +0 -1
- package/mobile/bundle/components/BaseTile/BaseTileProps.d.ts +0 -14
- package/mobile/bundle/components/Filtration/Filtration.d.ts +0 -6
- package/mobile/bundle/components/Filtration/FiltrationInner.d.ts +0 -7
- package/mobile/bundle/components/Filtration/renderFormItem.d.ts +0 -4
- package/mobile/bundle/components/LinkList/LinkList.d.ts +0 -5
- package/mobile/bundle/components/LinkList/LinkListContent.d.ts +0 -9
- package/mobile/bundle/components/LinkList/linkListContentExample.d.ts +0 -2
- package/mobile/bundle/ui-kit/CurrencyInput/CurrencyInputProps.d.ts +0 -5
- package/mobile/bundle/ui-kit/SearchBar/SearchBarInner.d.ts +0 -5
- package/mobile/bundle/utils/addSpacesBetweenNumbers.d.ts +0 -1
- package/mobile/dist/components/BaseTile/BaseTileProps.d.ts +0 -14
- package/mobile/dist/components/BaseTile/BaseTileProps.js.map +0 -1
- package/mobile/dist/components/Filtration/Filtration.d.ts +0 -6
- package/mobile/dist/components/Filtration/Filtration.js +0 -18
- package/mobile/dist/components/Filtration/Filtration.js.map +0 -1
- package/mobile/dist/components/Filtration/FiltrationContent.d.ts +0 -88
- package/mobile/dist/components/Filtration/FiltrationContent.js +0 -2
- package/mobile/dist/components/Filtration/FiltrationContent.js.map +0 -1
- package/mobile/dist/components/Filtration/FiltrationInner.d.ts +0 -7
- package/mobile/dist/components/Filtration/FiltrationInner.js.map +0 -1
- package/mobile/dist/components/Filtration/checkShouldRenderBlock.js +0 -11
- package/mobile/dist/components/Filtration/checkShouldRenderBlock.js.map +0 -1
- package/mobile/dist/components/Filtration/renderFormItem.d.ts +0 -4
- package/mobile/dist/components/Filtration/renderFormItem.js.map +0 -1
- package/mobile/dist/components/LinkList/LinkList.d.ts +0 -5
- package/mobile/dist/components/LinkList/LinkList.js +0 -13
- package/mobile/dist/components/LinkList/LinkList.js.map +0 -1
- package/mobile/dist/components/LinkList/LinkListContent.d.ts +0 -9
- package/mobile/dist/components/LinkList/LinkListContent.js +0 -2
- package/mobile/dist/components/LinkList/LinkListContent.js.map +0 -1
- package/mobile/dist/components/LinkList/linkListContentExample.d.ts +0 -2
- package/mobile/dist/components/LinkList/linkListContentExample.js +0 -23
- package/mobile/dist/components/LinkList/linkListContentExample.js.map +0 -1
- package/mobile/dist/ui-kit/CurrencyInput/CurrencyInputProps.d.ts +0 -5
- package/mobile/dist/ui-kit/CurrencyInput/CurrencyInputProps.js +0 -2
- package/mobile/dist/ui-kit/CurrencyInput/CurrencyInputProps.js.map +0 -1
- package/mobile/dist/ui-kit/SearchBar/SearchBarInner.d.ts +0 -5
- package/mobile/dist/ui-kit/SearchBar/SearchBarInner.js +0 -26
- package/mobile/dist/ui-kit/SearchBar/SearchBarInner.js.map +0 -1
- package/mobile/dist/utils/addSpacesBetweenNumbers.d.ts +0 -1
- package/mobile/dist/utils/addSpacesBetweenNumbers.js +0 -5
- package/mobile/dist/utils/addSpacesBetweenNumbers.js.map +0 -1
- package/mobile/lib/components/BaseTile/BaseTileProps.d.ts +0 -14
- package/mobile/lib/components/BaseTile/BaseTileProps.js +0 -2
- package/mobile/lib/components/BaseTile/BaseTileProps.js.map +0 -1
- package/mobile/lib/components/Filtration/Filtration.d.ts +0 -6
- package/mobile/lib/components/Filtration/Filtration.js +0 -16
- package/mobile/lib/components/Filtration/Filtration.js.map +0 -1
- package/mobile/lib/components/Filtration/FiltrationContent.d.ts +0 -88
- package/mobile/lib/components/Filtration/FiltrationContent.js +0 -2
- package/mobile/lib/components/Filtration/FiltrationContent.js.map +0 -1
- package/mobile/lib/components/Filtration/FiltrationInner.d.ts +0 -7
- package/mobile/lib/components/Filtration/FiltrationInner.js.map +0 -1
- package/mobile/lib/components/Filtration/checkShouldRenderBlock.js +0 -8
- package/mobile/lib/components/Filtration/checkShouldRenderBlock.js.map +0 -1
- package/mobile/lib/components/Filtration/renderFormItem.d.ts +0 -4
- package/mobile/lib/components/Filtration/renderFormItem.js +0 -19
- package/mobile/lib/components/Filtration/renderFormItem.js.map +0 -1
- package/mobile/lib/components/LinkList/LinkList.d.ts +0 -5
- package/mobile/lib/components/LinkList/LinkList.js +0 -11
- package/mobile/lib/components/LinkList/LinkList.js.map +0 -1
- package/mobile/lib/components/LinkList/LinkListContent.d.ts +0 -9
- package/mobile/lib/components/LinkList/LinkListContent.js +0 -2
- package/mobile/lib/components/LinkList/LinkListContent.js.map +0 -1
- package/mobile/lib/components/LinkList/linkListContentExample.d.ts +0 -2
- package/mobile/lib/components/LinkList/linkListContentExample.js +0 -21
- package/mobile/lib/components/LinkList/linkListContentExample.js.map +0 -1
- package/mobile/lib/ui-kit/CurrencyInput/CurrencyInputProps.d.ts +0 -5
- package/mobile/lib/ui-kit/CurrencyInput/CurrencyInputProps.js +0 -2
- package/mobile/lib/ui-kit/CurrencyInput/CurrencyInputProps.js.map +0 -1
- package/mobile/lib/ui-kit/SearchBar/SearchBarInner.d.ts +0 -5
- package/mobile/lib/ui-kit/SearchBar/SearchBarInner.js +0 -24
- package/mobile/lib/ui-kit/SearchBar/SearchBarInner.js.map +0 -1
- package/mobile/lib/utils/addSpacesBetweenNumbers.d.ts +0 -1
- package/mobile/lib/utils/addSpacesBetweenNumbers.js +0 -2
- package/mobile/lib/utils/addSpacesBetweenNumbers.js.map +0 -1
- package/mobile/src/components/BaseTile/BaseTileProps.ts +0 -15
- package/mobile/src/components/Filtration/Filtration.tsx +0 -38
- package/mobile/src/components/Filtration/checkShouldRenderBlock.ts +0 -18
- package/mobile/src/components/Filtration/renderFormItem.tsx +0 -36
- package/mobile/src/components/LinkList/LinkList.example.json +0 -23
- package/mobile/src/components/LinkList/LinkList.tsx +0 -29
- package/mobile/src/components/LinkList/LinkListContent.ts +0 -10
- package/mobile/src/ui-kit/CurrencyInput/CurrencyInputProps.ts +0 -6
- package/mobile/src/ui-kit/SearchBar/SearchBarInner.tsx +0 -41
- package/mobile/src/utils/addSpacesBetweenNumbers.ts +0 -2
- package/src/components/BaseTile/BaseTileProps.ts +0 -15
- package/src/components/Filtration/Filtration.tsx +0 -38
- package/src/components/Filtration/Filtration.ui.json +0 -1
- package/src/components/Filtration/checkShouldRenderBlock.ts +0 -18
- package/src/components/Filtration/renderFormItem.tsx +0 -36
- package/src/components/Footer/TextInformation.mobile.tsx +0 -22
- package/src/components/Gallery/Gallery.ui.json +0 -1
- package/src/components/LinkList/LinkList.example.json +0 -23
- package/src/components/LinkList/LinkList.fixture.tsx +0 -11
- package/src/components/LinkList/LinkList.tsx +0 -29
- package/src/components/LinkList/LinkList.ui.json +0 -1
- package/src/components/LinkList/LinkListContent.ts +0 -10
- package/src/components/LinkList/linkListContentExample.ts +0 -22
- package/src/components/MiniGallery/MiniGallery.ui.json +0 -1
- package/src/components/ProductBlock/ProductBlock.mobile.tsx +0 -17
- package/src/components/ProductBlock/ProductBlockInner.mobile.tsx +0 -65
- package/src/components/RollupItem/RollupItem.mobile.tsx +0 -122
- package/src/ui-kit/CurrencyInput/CurrencyInputProps.ts +0 -6
- package/src/ui-kit/SearchBar/SearchBar.mobile.tsx +0 -6
- package/src/ui-kit/SearchBar/SearchBarInner.tsx +0 -41
- package/src/utils/addSpacesBetweenNumbers.ts +0 -2
- /package/bundle/{components/Filtration → ui-kit/BaseFiltration}/checkShouldRenderBlock.d.ts +0 -0
- /package/dist/{components/Filtration → ui-kit/BaseFiltration}/checkShouldRenderBlock.d.ts +0 -0
- /package/lib/components/{LinkList/LinkList.fixture.d.ts → DepositFiltration/DepositFiltration.fixture.d.ts} +0 -0
- /package/lib/{components/Filtration → ui-kit/BaseFiltration}/checkShouldRenderBlock.d.ts +0 -0
- /package/mobile/bundle/{components/Filtration → ui-kit/BaseFiltration}/checkShouldRenderBlock.d.ts +0 -0
- /package/mobile/dist/{components/Filtration → ui-kit/BaseFiltration}/checkShouldRenderBlock.d.ts +0 -0
- /package/mobile/lib/{components/Filtration → ui-kit/BaseFiltration}/checkShouldRenderBlock.d.ts +0 -0
- /package/mobile/src/components/{Filtration/Filtration.ui.json → DepositFiltration/DepositFiltration.ui.json} +0 -0
- /package/mobile/src/components/{Filtration/Filtration.example.json → MortgageFiltration/MortgageFiltration.example.json} +0 -0
- /package/mobile/src/components/{Gallery/Gallery.ui.json → MortgageFiltration/MortgageFiltration.ui.json} +0 -0
- /package/{mobile/src/components/LinkList/LinkList.ui.json → src/components/DepositFiltration/DepositFiltration.ui.json} +0 -0
- /package/src/components/{Filtration/Filtration.example.json → MortgageFiltration/MortgageFiltration.example.json} +0 -0
- /package/{mobile/src/components/MiniGallery/MiniGallery.ui.json → src/components/MortgageFiltration/MortgageFiltration.ui.json} +0 -0
|
@@ -1,98 +1,75 @@
|
|
|
1
1
|
import { JSX } from '@redneckz/uni-jsx';
|
|
2
|
-
import {
|
|
3
|
-
import type { HeadlineCommonProps } from '../../model/HeadlineType';
|
|
2
|
+
import { useState } from '@redneckz/uni-jsx/lib/hooks';
|
|
4
3
|
import type { UniBlockProps } from '../../model/JSXBlock';
|
|
5
4
|
import { BlockWrapper } from '../../ui-kit/BlockWrapper';
|
|
6
|
-
import
|
|
5
|
+
import { style } from '../../utils/style';
|
|
7
6
|
import { ProductBlockInner } from '../ProductBlock/ProductBlockInner';
|
|
8
|
-
import type { ProductGalleryContent } from './ProductGalleryContent';
|
|
7
|
+
import type { ProductGalleryContent, ProductSlide } from './ProductGalleryContent';
|
|
9
8
|
|
|
10
9
|
export interface ProductGalleryProps extends ProductGalleryContent, UniBlockProps {}
|
|
11
10
|
|
|
12
|
-
interface NavButtonProps {
|
|
13
|
-
slide?: HeadlineCommonProps;
|
|
14
|
-
i: number;
|
|
15
|
-
isActive: boolean;
|
|
16
|
-
onClick: () => void;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
11
|
export const ProductGallery = JSX<ProductGalleryProps>(
|
|
20
12
|
({ className = '', slides = [], ...rest }) => {
|
|
21
|
-
const galleryNav = slides.map((s) => s.nav);
|
|
22
|
-
const galleryBlocks = slides.map((s) => s.productBlock);
|
|
23
13
|
const [activeSlideIndex, setActiveSlideIndex] = useState(0);
|
|
24
|
-
const handleActiveSlideIndex = useCallback((_: number) => setActiveSlideIndex(_), []);
|
|
25
14
|
|
|
26
15
|
return (
|
|
27
|
-
<BlockWrapper
|
|
28
|
-
className={`box-border pt-12 overflow-hidden relative w-100 mb-6 ${className}`}
|
|
29
|
-
{...rest}
|
|
30
|
-
>
|
|
16
|
+
<BlockWrapper className={style('box-border py-default overflow-hidden', className)} {...rest}>
|
|
31
17
|
<div
|
|
32
|
-
className="flex duration-1000
|
|
33
|
-
style={{ transform: `translateX(-${activeSlideIndex}
|
|
18
|
+
className="flex duration-1000"
|
|
19
|
+
style={{ transform: `translateX(-${activeSlideIndex * 100}%)` }}
|
|
34
20
|
role="list"
|
|
35
21
|
>
|
|
36
|
-
{
|
|
22
|
+
{slides.map(({ productBlock }, i) => (
|
|
23
|
+
<div key={String(i)} className="box-border grow-0 shrink-0 basis-full" role="listitem">
|
|
24
|
+
<ProductBlockInner
|
|
25
|
+
className="pl-default h-full"
|
|
26
|
+
headlineVersion="XXL"
|
|
27
|
+
{...productBlock}
|
|
28
|
+
{...rest}
|
|
29
|
+
/>
|
|
30
|
+
</div>
|
|
31
|
+
))}
|
|
37
32
|
</div>
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
{galleryNav.map((slide, i) =>
|
|
41
|
-
renderNavButton({
|
|
42
|
-
slide,
|
|
43
|
-
i,
|
|
44
|
-
isActive: Boolean(i === activeSlideIndex),
|
|
45
|
-
onClick: () => handleActiveSlideIndex(i),
|
|
46
|
-
}),
|
|
47
|
-
)}
|
|
33
|
+
<div className="h-28 px-6 mt-6 -mb-6 flex items-center gap-2 box-border">
|
|
34
|
+
{slides.map(renderNavButton({ activeSlideIndex, onClick: setActiveSlideIndex }))}
|
|
48
35
|
</div>
|
|
49
36
|
</BlockWrapper>
|
|
50
37
|
);
|
|
51
38
|
},
|
|
52
39
|
);
|
|
53
40
|
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
key={String(i)}
|
|
58
|
-
className="box-border relative flex grow-0 shrink-0 basis-full"
|
|
59
|
-
role="listitem"
|
|
60
|
-
>
|
|
61
|
-
<div className="flex grow">
|
|
62
|
-
<ProductBlockInner
|
|
63
|
-
className="pl-12 z-10 group-data-secondary:text-white"
|
|
64
|
-
textBlockClassName="mb-[154px]"
|
|
65
|
-
headlineVersion="XXL"
|
|
66
|
-
{...block}
|
|
67
|
-
/>
|
|
68
|
-
</div>
|
|
69
|
-
</section>
|
|
70
|
-
);
|
|
41
|
+
interface NavButtonProps {
|
|
42
|
+
activeSlideIndex: number;
|
|
43
|
+
onClick: (i: number) => void;
|
|
71
44
|
}
|
|
72
45
|
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
46
|
+
const renderNavButton =
|
|
47
|
+
({ activeSlideIndex, onClick }: NavButtonProps) =>
|
|
48
|
+
({ nav }: ProductSlide, i: number) => {
|
|
49
|
+
const isActive = i === activeSlideIndex;
|
|
50
|
+
const btnClassName = isActive
|
|
51
|
+
? 'min-w-[350px] bg-white shadow-dark-blue border-none p-6'
|
|
52
|
+
: 'min-w-[290px] ease-in duration-300 bg-white/10 px-6 py-5 hover:py-6 backdrop-blur';
|
|
53
|
+
const btnTitleClassName = isActive
|
|
54
|
+
? 'text-primary-text text-h6 py-2'
|
|
55
|
+
: 'text-l pb-1 text-secondary-text group-data-secondary:text-white';
|
|
56
|
+
const btnDescClassName = isActive
|
|
57
|
+
? 'text-secondary-text text-l-light'
|
|
58
|
+
: 'text-m-light text-secondary-text group-data-secondary:text-white/80';
|
|
83
59
|
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
60
|
+
return (
|
|
61
|
+
<button
|
|
62
|
+
type="button"
|
|
63
|
+
key={String(i)}
|
|
64
|
+
onClick={() => onClick(i)}
|
|
65
|
+
aria-label={nav?.title}
|
|
66
|
+
className={style(
|
|
67
|
+
'relative px-6 box-border overflow-hidden text-left grow basis-0 border border-gray group-data-secondary:border-white/50',
|
|
68
|
+
btnClassName,
|
|
69
|
+
)}
|
|
70
|
+
>
|
|
71
|
+
<div className={btnTitleClassName}>{nav?.title}</div>
|
|
72
|
+
<div className={btnDescClassName}>{nav?.description}</div>
|
|
73
|
+
</button>
|
|
74
|
+
);
|
|
75
|
+
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import type { Picture } from '../../model/Picture';
|
|
2
1
|
import '../../setup-fixture';
|
|
2
|
+
|
|
3
|
+
import type { Picture } from '../../model/Picture';
|
|
3
4
|
import type { ButtonProps } from '../../ui-kit/Button/ButtonProps';
|
|
4
5
|
import { ProductTile } from './ProductTile';
|
|
5
6
|
import type { Benefit, ProductTileContent } from './ProductTileContent';
|
|
@@ -1,9 +1,11 @@
|
|
|
1
|
+
import '../../setup-fixture';
|
|
2
|
+
|
|
1
3
|
import type { BlockRendererOptions } from '../../BlockRenderer/BlockRendererOptions';
|
|
2
4
|
import { BlockDef } from '../../model/ContentPageDef';
|
|
3
5
|
import { Blocks } from '../Blocks.mobile';
|
|
4
|
-
|
|
6
|
+
import type { Picture } from '../../model/Picture';
|
|
5
7
|
import { TEXT_BLOCK } from '../TextBlock/TextBlock.fixture.mobile';
|
|
6
|
-
import { RollupItem } from './RollupItem
|
|
8
|
+
import { RollupItem } from './RollupItem';
|
|
7
9
|
|
|
8
10
|
const options = {
|
|
9
11
|
blocksRegistry: Blocks,
|
|
@@ -13,7 +15,6 @@ export const ROLLUP_ITEM: BlockDef = {
|
|
|
13
15
|
type: 'RollupItem',
|
|
14
16
|
content: {
|
|
15
17
|
label: 'RollupItem label 1',
|
|
16
|
-
labelIcon: { icon: 'CardIcon' },
|
|
17
18
|
isExpanded: true,
|
|
18
19
|
},
|
|
19
20
|
blocks: [
|
|
@@ -21,13 +22,33 @@ export const ROLLUP_ITEM: BlockDef = {
|
|
|
21
22
|
{ type: 'TextBlock', content: TEXT_BLOCK },
|
|
22
23
|
],
|
|
23
24
|
};
|
|
25
|
+
const labelIcon: Picture = { icon: 'BriefcaseIcon' };
|
|
24
26
|
|
|
25
27
|
export default {
|
|
26
28
|
default: (
|
|
27
29
|
<div>
|
|
28
30
|
<div className="list-none m-0 p-0">
|
|
31
|
+
<RollupItem
|
|
32
|
+
{...ROLLUP_ITEM.content}
|
|
33
|
+
version="secondary"
|
|
34
|
+
block={ROLLUP_ITEM}
|
|
35
|
+
options={options}
|
|
36
|
+
/>
|
|
29
37
|
<RollupItem {...ROLLUP_ITEM.content} block={ROLLUP_ITEM} options={options} />
|
|
30
38
|
</div>
|
|
31
39
|
</div>
|
|
32
40
|
),
|
|
41
|
+
labelIcon: (
|
|
42
|
+
<div>
|
|
43
|
+
<div className="list-none m-0 p-0">
|
|
44
|
+
<RollupItem
|
|
45
|
+
label="RollupItem label 1"
|
|
46
|
+
labelIcon={labelIcon}
|
|
47
|
+
isExpanded={true}
|
|
48
|
+
block={ROLLUP_ITEM}
|
|
49
|
+
options={options}
|
|
50
|
+
/>
|
|
51
|
+
</div>
|
|
52
|
+
</div>
|
|
53
|
+
),
|
|
33
54
|
};
|
|
@@ -2,15 +2,23 @@ import { JSX } from '@redneckz/uni-jsx';
|
|
|
2
2
|
import { renderChildren } from '../../BlockRenderer/renderChildren';
|
|
3
3
|
import type { BlockVersion } from '../../model/BlockVersion';
|
|
4
4
|
import type { JSXBlock, UniBlockProps } from '../../model/JSXBlock';
|
|
5
|
+
import type { Picture } from '../../model/Picture';
|
|
5
6
|
import { BlockWrapper } from '../../ui-kit/BlockWrapper';
|
|
6
7
|
import { DefaultFoldButton } from '../../ui-kit/Foldable/DefaultFoldButton';
|
|
7
8
|
import { Foldable } from '../../ui-kit/Foldable/Foldable';
|
|
8
9
|
import type { FoldablePartProps } from '../../ui-kit/Foldable/FoldablePartProps';
|
|
9
10
|
import { FoldableSection } from '../../ui-kit/Foldable/FoldableSection';
|
|
10
11
|
import { Icon } from '../../ui-kit/Icon/Icon';
|
|
11
|
-
import type { IconName } from '../../ui-kit/Icon/IconProps';
|
|
12
|
+
import type { IconName, IconProps } from '../../ui-kit/Icon/IconProps';
|
|
13
|
+
import { RoundedIcon } from '../../ui-kit/Icon/RoundedIcon';
|
|
12
14
|
import { Text } from '../../ui-kit/Text/Text';
|
|
15
|
+
import { style } from '../../utils/style';
|
|
16
|
+
import { foldableSectionStyles } from './foldableSectionStyles';
|
|
17
|
+
import { getIconName } from './getIconName';
|
|
18
|
+
import { labelSize } from './labelSize';
|
|
19
|
+
import { rollupIconVersion } from './rollupIconVersion';
|
|
13
20
|
import type { RollupItemContent } from './RollupItemContent';
|
|
21
|
+
import { rollupItemStyles } from './rollupItemStyles';
|
|
14
22
|
|
|
15
23
|
export interface RollupItemProps extends RollupItemContent, UniBlockProps {}
|
|
16
24
|
|
|
@@ -18,31 +26,37 @@ export const RollupItem: JSXBlock<RollupItemProps> = JSX<RollupItemProps>(
|
|
|
18
26
|
({
|
|
19
27
|
className = '',
|
|
20
28
|
label = 'Развернуть',
|
|
29
|
+
labelIcon,
|
|
21
30
|
isExpanded,
|
|
22
31
|
isFoldButtonOnTop = true,
|
|
23
32
|
version = 'primary',
|
|
24
33
|
...rest
|
|
25
|
-
}) =>
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
34
|
+
}) => {
|
|
35
|
+
return (
|
|
36
|
+
<BlockWrapper
|
|
37
|
+
className={style('w-full', rollupItemStyles, className)}
|
|
38
|
+
tag="div"
|
|
39
|
+
version="transparent"
|
|
40
|
+
{...rest}
|
|
41
|
+
>
|
|
42
|
+
<Foldable
|
|
43
|
+
isFoldButtonOnTop={isFoldButtonOnTop}
|
|
44
|
+
unfoldedByDefault={isExpanded}
|
|
45
|
+
renderFoldableSection={({ isUnfolded }) => (
|
|
46
|
+
<FoldableSection
|
|
47
|
+
className={style('gap-5 [&>*]:p-0', foldableSectionStyles)}
|
|
48
|
+
isUnfolded={isUnfolded}
|
|
49
|
+
>
|
|
50
|
+
{renderChildren(rest)}
|
|
51
|
+
</FoldableSection>
|
|
52
|
+
)}
|
|
53
|
+
renderFoldButton={({ isUnfolded, onToggle }) =>
|
|
54
|
+
renderFoldButton({ version, label, labelIcon, isUnfolded, onToggle })
|
|
55
|
+
}
|
|
56
|
+
/>
|
|
57
|
+
</BlockWrapper>
|
|
58
|
+
);
|
|
59
|
+
},
|
|
46
60
|
);
|
|
47
61
|
|
|
48
62
|
RollupItem.childrenTypes = {
|
|
@@ -52,12 +66,14 @@ RollupItem.childrenTypes = {
|
|
|
52
66
|
interface FoldButtonProps extends FoldablePartProps {
|
|
53
67
|
version?: BlockVersion;
|
|
54
68
|
label?: string;
|
|
69
|
+
labelIcon?: IconProps;
|
|
55
70
|
isPadding?: boolean;
|
|
56
71
|
}
|
|
57
72
|
|
|
58
73
|
const renderFoldButton = ({
|
|
59
74
|
version,
|
|
60
75
|
label: defaultLabel,
|
|
76
|
+
labelIcon,
|
|
61
77
|
isUnfolded,
|
|
62
78
|
onToggle,
|
|
63
79
|
}: FoldButtonProps) => {
|
|
@@ -66,7 +82,8 @@ const renderFoldButton = ({
|
|
|
66
82
|
return version === 'primary' ? (
|
|
67
83
|
renderPrimaryFoldButton({
|
|
68
84
|
label,
|
|
69
|
-
|
|
85
|
+
labelIcon,
|
|
86
|
+
icon: getIconName(isUnfolded),
|
|
70
87
|
onToggle,
|
|
71
88
|
})
|
|
72
89
|
) : (
|
|
@@ -82,16 +99,38 @@ interface PrimaryFoldButtonProps {
|
|
|
82
99
|
label?: string;
|
|
83
100
|
icon?: IconName;
|
|
84
101
|
onToggle?: () => void;
|
|
102
|
+
labelIcon?: Picture;
|
|
85
103
|
}
|
|
86
104
|
|
|
87
|
-
const renderPrimaryFoldButton = ({ label, icon, onToggle }: PrimaryFoldButtonProps) =>
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
)
|
|
105
|
+
const renderPrimaryFoldButton = ({ label, icon, onToggle, labelIcon }: PrimaryFoldButtonProps) => {
|
|
106
|
+
const iconWidth = String(labelIcon?.size?.width || 24);
|
|
107
|
+
const iconHeight = String(labelIcon?.size?.height || 24);
|
|
108
|
+
const iconName = labelIcon?.icon;
|
|
109
|
+
|
|
110
|
+
return (
|
|
111
|
+
<button
|
|
112
|
+
className={style(
|
|
113
|
+
'border-none bg-transparent px-0 flex justify-between items-center w-full cursor-pointer group/button',
|
|
114
|
+
iconName ? 'py-2' : 'py-5',
|
|
115
|
+
)}
|
|
116
|
+
onClick={onToggle}
|
|
117
|
+
>
|
|
118
|
+
<div className="flex items-center group-hover/button:text-primary-main">
|
|
119
|
+
{iconName ? (
|
|
120
|
+
<RoundedIcon
|
|
121
|
+
name={iconName}
|
|
122
|
+
width={iconWidth}
|
|
123
|
+
height={iconHeight}
|
|
124
|
+
iconVersion={labelIcon?.iconVersion}
|
|
125
|
+
/>
|
|
126
|
+
) : null}
|
|
127
|
+
{label ? (
|
|
128
|
+
<Text size={labelSize} font="font-normal">
|
|
129
|
+
{label}
|
|
130
|
+
</Text>
|
|
131
|
+
) : null}
|
|
132
|
+
</div>
|
|
133
|
+
{icon ? <Icon name={icon} iconVersion={rollupIconVersion} width="24" height="24" /> : null}
|
|
134
|
+
</button>
|
|
135
|
+
);
|
|
136
|
+
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { LabelProps } from '../../model/HeadlineType';
|
|
2
2
|
import type { UniBlockContent } from '../../model/JSXBlock';
|
|
3
|
+
import type { IconProps } from '../../ui-kit/Icon/IconProps';
|
|
3
4
|
|
|
4
5
|
/**
|
|
5
6
|
* @title Сворачивающаяся секция
|
|
@@ -10,4 +11,5 @@ export type RollupItemContent = UniBlockContent &
|
|
|
10
11
|
isExpanded?: boolean;
|
|
11
12
|
/** @title Кнопка сверху */
|
|
12
13
|
isFoldButtonOnTop?: boolean;
|
|
14
|
+
labelIcon?: IconProps; // TODO: только для мобильной версии
|
|
13
15
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const foldableSectionStyles = 'flex flex-wrap group-last:last:pb-0';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const foldableSectionStyles = 'grid grid-cols-12 [&>*]:pb-4';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const getIconName = (isUnfolded?: boolean) => (isUnfolded ? 'MinusIcon' : 'PlusIcon');
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const labelSize = 'text-l';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const labelSize = 'text-h6';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const rollupIconVersion = 'normal';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const rollupIconVersion = 'color';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const rollupItemStyles = '';
|
|
@@ -7,11 +7,11 @@ import { Img } from '../../ui-kit/Img/Img';
|
|
|
7
7
|
import { List } from '../../ui-kit/List/List';
|
|
8
8
|
import { RichText } from '../../ui-kit/RichText/RichText';
|
|
9
9
|
import { Tags } from '../../ui-kit/Tags/Tags';
|
|
10
|
+
import { style } from '../../utils/style';
|
|
10
11
|
import { BaseTile } from '../BaseTile/BaseTile';
|
|
11
12
|
import { getTileMinHeight } from '../BaseTile/getTileMinHeight';
|
|
12
13
|
import { getTileRightPadding } from '../BaseTile/getTileRightPadding';
|
|
13
14
|
import type { TileContent } from './TileContent';
|
|
14
|
-
import { style } from '../../utils/style';
|
|
15
15
|
|
|
16
16
|
export interface TileProps extends TileContent, UniBlockProps {}
|
|
17
17
|
|
|
@@ -66,13 +66,7 @@ export const Tile = JSX<TileProps>(
|
|
|
66
66
|
</div>
|
|
67
67
|
) : null}
|
|
68
68
|
{children}
|
|
69
|
-
<List
|
|
70
|
-
className="mt-2.5"
|
|
71
|
-
itemClassName="mb-1.5"
|
|
72
|
-
items={items}
|
|
73
|
-
isDotted={isDotted}
|
|
74
|
-
listItemSize={listItemSize}
|
|
75
|
-
/>
|
|
69
|
+
<List className="mt-2.5" items={items} isDotted={isDotted} listItemSize={listItemSize} />
|
|
76
70
|
{tags?.length ? <Tags tags={tags} className="mt-5" /> : null}
|
|
77
71
|
</div>
|
|
78
72
|
</BaseTile>
|