@redneckz/wildless-cms-uni-blocks 0.14.0 → 0.14.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundle/blocks.schema.json +1 -1
- package/bundle/bundle.umd.js +221 -315
- package/bundle/bundle.umd.min.js +1 -1
- package/bundle/components/MobileAppTile/MobileAppTileContent.d.ts +1 -1
- package/bundle/components/OfficesAtmsMap/Badge.d.ts +11 -0
- package/bundle/components/OfficesAtmsMap/CardCell.d.ts +9 -0
- package/bundle/components/OfficesAtmsMap/CardRow.d.ts +4 -0
- package/bundle/components/OfficesAtmsMap/OfficesAtmsMap.d.ts +5 -0
- package/bundle/components/OfficesAtmsMap/OfficesAtmsMapContent.d.ts +35 -0
- package/bundle/components/OfficesAtmsMap/renderAtmCard.d.ts +3 -0
- package/bundle/components/OfficesAtmsMap/renderLunchHour.d.ts +2 -0
- package/bundle/components/OfficesAtmsMap/renderOfficeCard.d.ts +6 -0
- package/bundle/components/OfficesAtmsMap/useOfficesAtmsMap.d.ts +90 -0
- package/bundle/ui-kit/BenefitItem/renderBenefitText.d.ts +4 -1
- package/bundle/ui-kit/BenefitsList/BenefitsListProps.d.ts +1 -0
- package/bundle/ui-kit/Text/TextProps.d.ts +1 -1
- package/bundle/ui-kit/YandexMap/YandexMap.d.ts +0 -1
- package/cosmos-static/icons/CloseIcon.svg +1 -1
- package/dist/components/ApplicationForm/ApplicationFormAcquiring.js +1 -1
- package/dist/components/ApplicationForm/ApplicationFormAcquiring.js.map +1 -1
- package/dist/components/ApplicationForm/ApplicationFormBusinessCard.js +1 -1
- package/dist/components/ApplicationForm/ApplicationFormBusinessCard.js.map +1 -1
- package/dist/components/ApplicationForm/ApplicationFormCredit.js +1 -1
- package/dist/components/ApplicationForm/ApplicationFormCredit.js.map +1 -1
- package/dist/components/ApplicationForm/ApplicationFormDeposit.js +1 -1
- package/dist/components/ApplicationForm/ApplicationFormDeposit.js.map +1 -1
- package/dist/components/ApplicationForm/ApplicationFormWed.js +2 -2
- package/dist/components/ApplicationForm/ApplicationFormWed.js.map +1 -1
- package/dist/components/Blocks.js +2 -6
- package/dist/components/Blocks.js.map +1 -1
- package/dist/components/CarouselCard/CarouselCard.js +2 -2
- package/dist/components/CarouselCard/CarouselCard.js.map +1 -1
- package/dist/components/CarouselLinks/CarouselLinkButton.js +2 -2
- package/dist/components/CarouselLinks/CarouselLinkButton.js.map +1 -1
- package/dist/components/CarouselProgramsCard/CarouselProgramsCard.js +1 -1
- package/dist/components/CarouselProgramsCard/CarouselProgramsCard.js.map +1 -1
- package/dist/components/Header/HeaderSubMenu.js +2 -1
- package/dist/components/Header/HeaderSubMenu.js.map +1 -1
- package/dist/components/MobileAppTile/MobileAppTile.js +3 -2
- package/dist/components/MobileAppTile/MobileAppTile.js.map +1 -1
- package/dist/components/MobileAppTile/MobileAppTileContent.d.ts +1 -1
- package/dist/components/OfficesAtmsMap/Badge.d.ts +11 -0
- package/dist/components/OfficesAtmsMap/Badge.js +14 -0
- package/dist/components/OfficesAtmsMap/Badge.js.map +1 -0
- package/dist/components/OfficesAtmsMap/CardCell.d.ts +9 -0
- package/dist/components/OfficesAtmsMap/CardCell.js +14 -0
- package/dist/components/OfficesAtmsMap/CardCell.js.map +1 -0
- package/dist/components/OfficesAtmsMap/CardRow.d.ts +4 -0
- package/dist/components/OfficesAtmsMap/CardRow.js +7 -0
- package/dist/components/OfficesAtmsMap/CardRow.js.map +1 -0
- package/dist/components/OfficesAtmsMap/OfficesAtmsMap.d.ts +5 -0
- package/dist/components/OfficesAtmsMap/OfficesAtmsMap.js +74 -0
- package/dist/components/OfficesAtmsMap/OfficesAtmsMap.js.map +1 -0
- package/dist/components/OfficesAtmsMap/OfficesAtmsMapContent.d.ts +35 -0
- package/dist/components/{OfficeMap/OfficeMapContent.js → OfficesAtmsMap/OfficesAtmsMapContent.js} +1 -1
- package/dist/components/OfficesAtmsMap/OfficesAtmsMapContent.js.map +1 -0
- package/dist/components/OfficesAtmsMap/renderAtmCard.d.ts +3 -0
- package/dist/components/OfficesAtmsMap/renderAtmCard.js +31 -0
- package/dist/components/OfficesAtmsMap/renderAtmCard.js.map +1 -0
- package/dist/components/OfficesAtmsMap/renderLunchHour.d.ts +2 -0
- package/dist/components/OfficesAtmsMap/renderLunchHour.js +10 -0
- package/dist/components/OfficesAtmsMap/renderLunchHour.js.map +1 -0
- package/dist/components/OfficesAtmsMap/renderOfficeCard.d.ts +6 -0
- package/dist/components/OfficesAtmsMap/renderOfficeCard.js +50 -0
- package/dist/components/OfficesAtmsMap/renderOfficeCard.js.map +1 -0
- package/dist/components/OfficesAtmsMap/useOfficesAtmsMap.d.ts +90 -0
- package/dist/components/OfficesAtmsMap/useOfficesAtmsMap.js +19 -0
- package/dist/components/OfficesAtmsMap/useOfficesAtmsMap.js.map +1 -0
- package/dist/components/PictureText/renderInsuranceSumMonth.js +2 -2
- package/dist/components/PictureText/renderInsuranceSumMonth.js.map +1 -1
- package/dist/components/ProductTile/ProductTile.js +1 -1
- package/dist/components/ProductTile/ProductTile.js.map +1 -1
- package/dist/ui-kit/BaseProductTile/BaseProductTile.js +3 -2
- package/dist/ui-kit/BaseProductTile/BaseProductTile.js.map +1 -1
- package/dist/ui-kit/BaseTile/BaseTile.js +5 -5
- package/dist/ui-kit/BaseTile/BaseTile.js.map +1 -1
- package/dist/ui-kit/BenefitItem/renderBenefitIcon.js +1 -1
- package/dist/ui-kit/BenefitItem/renderBenefitIcon.js.map +1 -1
- package/dist/ui-kit/BenefitItem/renderBenefitText.d.ts +4 -1
- package/dist/ui-kit/BenefitItem/renderBenefitText.js +1 -1
- package/dist/ui-kit/BenefitItem/renderBenefitText.js.map +1 -1
- package/dist/ui-kit/BenefitsList/BenefitsListProps.d.ts +1 -0
- package/dist/ui-kit/Button/renderButtonsSection.js +1 -1
- package/dist/ui-kit/Button/renderButtonsSection.js.map +1 -1
- package/dist/ui-kit/InnerTable/renderInnerTableRow.js +1 -1
- package/dist/ui-kit/InnerTable/renderInnerTableRow.js.map +1 -1
- package/dist/ui-kit/Sitemap/Sitemap.js +4 -4
- package/dist/ui-kit/Sitemap/Sitemap.js.map +1 -1
- package/dist/ui-kit/Text/TextProps.d.ts +1 -1
- package/dist/ui-kit/YandexMap/YandexMap.d.ts +0 -1
- package/dist/ui-kit/YandexMap/YandexMap.js +13 -22
- package/dist/ui-kit/YandexMap/YandexMap.js.map +1 -1
- package/dist/ui-kit/YandexMap/renderClusterer.js +2 -2
- package/dist/ui-kit/YandexMap/renderClusterer.js.map +1 -1
- package/dist/ui-kit/YandexMap/renderSearchField.js +2 -1
- package/dist/ui-kit/YandexMap/renderSearchField.js.map +1 -1
- package/dist/utils/fetchJSON.js +1 -1
- package/dist/utils/fetchJSON.js.map +1 -1
- package/lib/common.css +1 -1
- package/lib/components/ApplicationForm/ApplicationFormAcquiring.js +1 -1
- package/lib/components/ApplicationForm/ApplicationFormAcquiring.js.map +1 -1
- package/lib/components/ApplicationForm/ApplicationFormBusinessCard.js +1 -1
- package/lib/components/ApplicationForm/ApplicationFormBusinessCard.js.map +1 -1
- package/lib/components/ApplicationForm/ApplicationFormCredit.js +1 -1
- package/lib/components/ApplicationForm/ApplicationFormCredit.js.map +1 -1
- package/lib/components/ApplicationForm/ApplicationFormDeposit.js +1 -1
- package/lib/components/ApplicationForm/ApplicationFormDeposit.js.map +1 -1
- package/lib/components/ApplicationForm/ApplicationFormWed.js +2 -2
- package/lib/components/ApplicationForm/ApplicationFormWed.js.map +1 -1
- package/lib/components/Blocks.js +2 -6
- package/lib/components/Blocks.js.map +1 -1
- package/lib/components/CarouselCard/CarouselCard.js +2 -2
- package/lib/components/CarouselCard/CarouselCard.js.map +1 -1
- package/lib/components/CarouselLinks/CarouselLinkButton.js +2 -2
- package/lib/components/CarouselLinks/CarouselLinkButton.js.map +1 -1
- package/lib/components/CarouselProgramsCard/CarouselProgramsCard.js +1 -1
- package/lib/components/CarouselProgramsCard/CarouselProgramsCard.js.map +1 -1
- package/lib/components/Header/HeaderSubMenu.js +2 -1
- package/lib/components/Header/HeaderSubMenu.js.map +1 -1
- package/lib/components/MobileAppTile/MobileAppTile.js +3 -2
- package/lib/components/MobileAppTile/MobileAppTile.js.map +1 -1
- package/lib/components/MobileAppTile/MobileAppTileContent.d.ts +1 -1
- package/lib/components/OfficesAtmsMap/Badge.d.ts +11 -0
- package/lib/components/OfficesAtmsMap/Badge.js +12 -0
- package/lib/components/OfficesAtmsMap/Badge.js.map +1 -0
- package/lib/components/OfficesAtmsMap/CardCell.d.ts +9 -0
- package/lib/components/OfficesAtmsMap/CardCell.js +12 -0
- package/lib/components/OfficesAtmsMap/CardCell.js.map +1 -0
- package/lib/components/OfficesAtmsMap/CardRow.d.ts +4 -0
- package/lib/components/OfficesAtmsMap/CardRow.js +5 -0
- package/lib/components/OfficesAtmsMap/CardRow.js.map +1 -0
- package/lib/components/OfficesAtmsMap/OfficesAtmsMap.d.ts +5 -0
- package/lib/components/{OfficeMap/OfficeMap.fixture.d.ts → OfficesAtmsMap/OfficesAtmsMap.fixture.d.ts} +2 -2
- package/lib/components/OfficesAtmsMap/OfficesAtmsMap.js +72 -0
- package/lib/components/OfficesAtmsMap/OfficesAtmsMap.js.map +1 -0
- package/lib/components/OfficesAtmsMap/OfficesAtmsMapContent.d.ts +35 -0
- package/lib/components/OfficesAtmsMap/OfficesAtmsMapContent.js +2 -0
- package/lib/components/OfficesAtmsMap/OfficesAtmsMapContent.js.map +1 -0
- package/lib/components/OfficesAtmsMap/renderAtmCard.d.ts +3 -0
- package/lib/components/OfficesAtmsMap/renderAtmCard.js +28 -0
- package/lib/components/OfficesAtmsMap/renderAtmCard.js.map +1 -0
- package/lib/components/OfficesAtmsMap/renderLunchHour.d.ts +2 -0
- package/lib/components/OfficesAtmsMap/renderLunchHour.js +7 -0
- package/lib/components/OfficesAtmsMap/renderLunchHour.js.map +1 -0
- package/lib/components/OfficesAtmsMap/renderOfficeCard.d.ts +6 -0
- package/lib/components/OfficesAtmsMap/renderOfficeCard.js +44 -0
- package/lib/components/OfficesAtmsMap/renderOfficeCard.js.map +1 -0
- package/lib/components/OfficesAtmsMap/useOfficesAtmsMap.d.ts +90 -0
- package/lib/components/OfficesAtmsMap/useOfficesAtmsMap.js +16 -0
- package/lib/components/OfficesAtmsMap/useOfficesAtmsMap.js.map +1 -0
- package/lib/components/PictureText/renderInsuranceSumMonth.js +2 -2
- package/lib/components/PictureText/renderInsuranceSumMonth.js.map +1 -1
- package/lib/components/ProductTile/ProductTile.js +1 -1
- package/lib/components/ProductTile/ProductTile.js.map +1 -1
- package/lib/ui-kit/BaseProductTile/BaseProductTile.js +3 -2
- package/lib/ui-kit/BaseProductTile/BaseProductTile.js.map +1 -1
- package/lib/ui-kit/BaseTile/BaseTile.js +5 -5
- package/lib/ui-kit/BaseTile/BaseTile.js.map +1 -1
- package/lib/ui-kit/BenefitItem/renderBenefitIcon.js +1 -1
- package/lib/ui-kit/BenefitItem/renderBenefitIcon.js.map +1 -1
- package/lib/ui-kit/BenefitItem/renderBenefitText.d.ts +4 -1
- package/lib/ui-kit/BenefitItem/renderBenefitText.js +1 -1
- package/lib/ui-kit/BenefitItem/renderBenefitText.js.map +1 -1
- package/lib/ui-kit/BenefitsList/BenefitsListProps.d.ts +1 -0
- package/lib/ui-kit/Button/renderButtonsSection.js +1 -1
- package/lib/ui-kit/Button/renderButtonsSection.js.map +1 -1
- package/lib/ui-kit/InnerTable/renderInnerTableRow.js +1 -1
- package/lib/ui-kit/InnerTable/renderInnerTableRow.js.map +1 -1
- package/lib/ui-kit/Sitemap/Sitemap.js +4 -4
- package/lib/ui-kit/Sitemap/Sitemap.js.map +1 -1
- package/lib/ui-kit/Text/TextProps.d.ts +1 -1
- package/lib/ui-kit/YandexMap/YandexMap.d.ts +0 -1
- package/lib/ui-kit/YandexMap/YandexMap.js +13 -22
- package/lib/ui-kit/YandexMap/YandexMap.js.map +1 -1
- package/lib/ui-kit/YandexMap/renderClusterer.js +2 -2
- package/lib/ui-kit/YandexMap/renderClusterer.js.map +1 -1
- package/lib/ui-kit/YandexMap/renderSearchField.d.ts +1 -0
- package/lib/ui-kit/YandexMap/renderSearchField.js +2 -1
- package/lib/ui-kit/YandexMap/renderSearchField.js.map +1 -1
- package/lib/utils/fetchJSON.js +1 -1
- package/lib/utils/fetchJSON.js.map +1 -1
- package/mobile/bundle/bundle.umd.js +69 -135
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/bundle/components/MobileAppTile/MobileAppTileContent.d.ts +1 -1
- package/mobile/bundle/components/OfficesAtmsMap/Badge.d.ts +11 -0
- package/mobile/bundle/components/OfficesAtmsMap/CardCell.d.ts +9 -0
- package/mobile/bundle/components/OfficesAtmsMap/CardRow.d.ts +4 -0
- package/mobile/bundle/components/OfficesAtmsMap/OfficesAtmsMap.d.ts +5 -0
- package/mobile/bundle/components/OfficesAtmsMap/OfficesAtmsMapContent.d.ts +35 -0
- package/mobile/bundle/components/OfficesAtmsMap/renderAtmCard.d.ts +3 -0
- package/mobile/bundle/components/OfficesAtmsMap/renderLunchHour.d.ts +2 -0
- package/mobile/bundle/components/OfficesAtmsMap/renderOfficeCard.d.ts +6 -0
- package/mobile/bundle/components/OfficesAtmsMap/useOfficesAtmsMap.d.ts +90 -0
- package/mobile/bundle/ui-kit/BenefitItem/renderBenefitText.d.ts +4 -1
- package/mobile/bundle/ui-kit/BenefitsList/BenefitsListProps.d.ts +1 -0
- package/mobile/bundle/ui-kit/Text/TextProps.d.ts +1 -1
- package/mobile/bundle/ui-kit/YandexMap/YandexMap.d.ts +0 -1
- package/mobile/dist/components/ApplicationForm/ApplicationFormAcquiring.js +1 -1
- package/mobile/dist/components/ApplicationForm/ApplicationFormAcquiring.js.map +1 -1
- package/mobile/dist/components/ApplicationForm/ApplicationFormBusinessCard.js +1 -1
- package/mobile/dist/components/ApplicationForm/ApplicationFormBusinessCard.js.map +1 -1
- package/mobile/dist/components/ApplicationForm/ApplicationFormCredit.js +1 -1
- package/mobile/dist/components/ApplicationForm/ApplicationFormCredit.js.map +1 -1
- package/mobile/dist/components/ApplicationForm/ApplicationFormDeposit.js +1 -1
- package/mobile/dist/components/ApplicationForm/ApplicationFormDeposit.js.map +1 -1
- package/mobile/dist/components/ApplicationForm/ApplicationFormWed.js +2 -2
- package/mobile/dist/components/ApplicationForm/ApplicationFormWed.js.map +1 -1
- package/mobile/dist/components/CarouselCard/CarouselCard.js +2 -2
- package/mobile/dist/components/CarouselCard/CarouselCard.js.map +1 -1
- package/mobile/dist/components/CarouselLinks/CarouselLinkButton.js +2 -2
- package/mobile/dist/components/CarouselLinks/CarouselLinkButton.js.map +1 -1
- package/mobile/dist/components/CarouselProgramsCard/CarouselProgramsCard.js +1 -1
- package/mobile/dist/components/CarouselProgramsCard/CarouselProgramsCard.js.map +1 -1
- package/mobile/dist/components/Header/HeaderSubMenu.js +2 -1
- package/mobile/dist/components/Header/HeaderSubMenu.js.map +1 -1
- package/mobile/dist/components/MobileAppTile/MobileAppTile.js +3 -2
- package/mobile/dist/components/MobileAppTile/MobileAppTile.js.map +1 -1
- package/mobile/dist/components/MobileAppTile/MobileAppTileContent.d.ts +1 -1
- package/mobile/dist/components/OfficesAtmsMap/Badge.d.ts +11 -0
- package/mobile/dist/components/OfficesAtmsMap/Badge.js +14 -0
- package/mobile/dist/components/OfficesAtmsMap/Badge.js.map +1 -0
- package/mobile/dist/components/OfficesAtmsMap/CardCell.d.ts +9 -0
- package/mobile/dist/components/OfficesAtmsMap/CardCell.js +14 -0
- package/mobile/dist/components/OfficesAtmsMap/CardCell.js.map +1 -0
- package/mobile/dist/components/OfficesAtmsMap/CardRow.d.ts +4 -0
- package/mobile/dist/components/OfficesAtmsMap/CardRow.js +7 -0
- package/mobile/dist/components/OfficesAtmsMap/CardRow.js.map +1 -0
- package/mobile/dist/components/OfficesAtmsMap/OfficesAtmsMap.d.ts +5 -0
- package/mobile/dist/components/OfficesAtmsMap/OfficesAtmsMap.js +74 -0
- package/mobile/dist/components/OfficesAtmsMap/OfficesAtmsMap.js.map +1 -0
- package/mobile/dist/components/OfficesAtmsMap/OfficesAtmsMapContent.d.ts +35 -0
- package/mobile/dist/components/{OfficeMap/OfficeMapContent.js → OfficesAtmsMap/OfficesAtmsMapContent.js} +1 -1
- package/mobile/dist/components/OfficesAtmsMap/OfficesAtmsMapContent.js.map +1 -0
- package/mobile/dist/components/OfficesAtmsMap/renderAtmCard.d.ts +3 -0
- package/mobile/dist/components/OfficesAtmsMap/renderAtmCard.js +31 -0
- package/mobile/dist/components/OfficesAtmsMap/renderAtmCard.js.map +1 -0
- package/mobile/dist/components/OfficesAtmsMap/renderLunchHour.d.ts +2 -0
- package/mobile/dist/components/OfficesAtmsMap/renderLunchHour.js +10 -0
- package/mobile/dist/components/OfficesAtmsMap/renderLunchHour.js.map +1 -0
- package/mobile/dist/components/OfficesAtmsMap/renderOfficeCard.d.ts +6 -0
- package/mobile/dist/components/OfficesAtmsMap/renderOfficeCard.js +50 -0
- package/mobile/dist/components/OfficesAtmsMap/renderOfficeCard.js.map +1 -0
- package/mobile/dist/components/OfficesAtmsMap/useOfficesAtmsMap.d.ts +90 -0
- package/mobile/dist/components/OfficesAtmsMap/useOfficesAtmsMap.js +19 -0
- package/mobile/dist/components/OfficesAtmsMap/useOfficesAtmsMap.js.map +1 -0
- package/mobile/dist/components/PictureText/renderInsuranceSumMonth.js +2 -2
- package/mobile/dist/components/PictureText/renderInsuranceSumMonth.js.map +1 -1
- package/mobile/dist/components/ProductTile/ProductTile.js +1 -1
- package/mobile/dist/components/ProductTile/ProductTile.js.map +1 -1
- package/mobile/dist/ui-kit/BaseProductTile/BaseProductTile.js +3 -2
- package/mobile/dist/ui-kit/BaseProductTile/BaseProductTile.js.map +1 -1
- package/mobile/dist/ui-kit/BaseTile/BaseTile.js +5 -5
- package/mobile/dist/ui-kit/BaseTile/BaseTile.js.map +1 -1
- package/mobile/dist/ui-kit/BenefitItem/renderBenefitIcon.js +1 -1
- package/mobile/dist/ui-kit/BenefitItem/renderBenefitIcon.js.map +1 -1
- package/mobile/dist/ui-kit/BenefitItem/renderBenefitText.d.ts +4 -1
- package/mobile/dist/ui-kit/BenefitItem/renderBenefitText.js +1 -1
- package/mobile/dist/ui-kit/BenefitItem/renderBenefitText.js.map +1 -1
- package/mobile/dist/ui-kit/BenefitsList/BenefitsListProps.d.ts +1 -0
- 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/InnerTable/renderInnerTableRow.js +1 -1
- package/mobile/dist/ui-kit/InnerTable/renderInnerTableRow.js.map +1 -1
- package/mobile/dist/ui-kit/Sitemap/Sitemap.js +4 -4
- package/mobile/dist/ui-kit/Sitemap/Sitemap.js.map +1 -1
- package/mobile/dist/ui-kit/Text/TextProps.d.ts +1 -1
- package/mobile/dist/ui-kit/YandexMap/YandexMap.d.ts +0 -1
- package/mobile/dist/ui-kit/YandexMap/YandexMap.js +13 -22
- package/mobile/dist/ui-kit/YandexMap/YandexMap.js.map +1 -1
- package/mobile/dist/ui-kit/YandexMap/renderClusterer.js +2 -2
- package/mobile/dist/ui-kit/YandexMap/renderClusterer.js.map +1 -1
- package/mobile/dist/ui-kit/YandexMap/renderSearchField.js +2 -1
- package/mobile/dist/ui-kit/YandexMap/renderSearchField.js.map +1 -1
- package/mobile/dist/utils/fetchJSON.js +1 -1
- package/mobile/dist/utils/fetchJSON.js.map +1 -1
- package/mobile/lib/common.css +1 -1
- package/mobile/lib/components/ApplicationForm/ApplicationFormAcquiring.js +1 -1
- package/mobile/lib/components/ApplicationForm/ApplicationFormAcquiring.js.map +1 -1
- package/mobile/lib/components/ApplicationForm/ApplicationFormBusinessCard.js +1 -1
- package/mobile/lib/components/ApplicationForm/ApplicationFormBusinessCard.js.map +1 -1
- package/mobile/lib/components/ApplicationForm/ApplicationFormCredit.js +1 -1
- package/mobile/lib/components/ApplicationForm/ApplicationFormCredit.js.map +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/ApplicationFormWed.js +2 -2
- package/mobile/lib/components/ApplicationForm/ApplicationFormWed.js.map +1 -1
- package/mobile/lib/components/CarouselCard/CarouselCard.js +2 -2
- package/mobile/lib/components/CarouselCard/CarouselCard.js.map +1 -1
- package/mobile/lib/components/CarouselLinks/CarouselLinkButton.js +2 -2
- package/mobile/lib/components/CarouselLinks/CarouselLinkButton.js.map +1 -1
- package/mobile/lib/components/CarouselProgramsCard/CarouselProgramsCard.js +1 -1
- package/mobile/lib/components/CarouselProgramsCard/CarouselProgramsCard.js.map +1 -1
- package/mobile/lib/components/Header/HeaderSubMenu.js +2 -1
- package/mobile/lib/components/Header/HeaderSubMenu.js.map +1 -1
- package/mobile/lib/components/MobileAppTile/MobileAppTile.js +3 -2
- package/mobile/lib/components/MobileAppTile/MobileAppTile.js.map +1 -1
- package/mobile/lib/components/MobileAppTile/MobileAppTileContent.d.ts +1 -1
- package/mobile/lib/components/OfficesAtmsMap/Badge.d.ts +11 -0
- package/mobile/lib/components/OfficesAtmsMap/Badge.js +12 -0
- package/mobile/lib/components/OfficesAtmsMap/Badge.js.map +1 -0
- package/mobile/lib/components/OfficesAtmsMap/CardCell.d.ts +9 -0
- package/mobile/lib/components/OfficesAtmsMap/CardCell.js +12 -0
- package/mobile/lib/components/OfficesAtmsMap/CardCell.js.map +1 -0
- package/mobile/lib/components/OfficesAtmsMap/CardRow.d.ts +4 -0
- package/mobile/lib/components/OfficesAtmsMap/CardRow.js +5 -0
- package/mobile/lib/components/OfficesAtmsMap/CardRow.js.map +1 -0
- package/mobile/lib/components/OfficesAtmsMap/OfficesAtmsMap.d.ts +5 -0
- package/mobile/lib/components/OfficesAtmsMap/OfficesAtmsMap.js +72 -0
- package/mobile/lib/components/OfficesAtmsMap/OfficesAtmsMap.js.map +1 -0
- package/mobile/lib/components/OfficesAtmsMap/OfficesAtmsMapContent.d.ts +35 -0
- package/mobile/lib/components/OfficesAtmsMap/OfficesAtmsMapContent.js +2 -0
- package/mobile/lib/components/OfficesAtmsMap/OfficesAtmsMapContent.js.map +1 -0
- package/mobile/lib/components/OfficesAtmsMap/renderAtmCard.d.ts +3 -0
- package/mobile/lib/components/OfficesAtmsMap/renderAtmCard.js +28 -0
- package/mobile/lib/components/OfficesAtmsMap/renderAtmCard.js.map +1 -0
- package/mobile/lib/components/OfficesAtmsMap/renderLunchHour.d.ts +2 -0
- package/mobile/lib/components/OfficesAtmsMap/renderLunchHour.js +7 -0
- package/mobile/lib/components/OfficesAtmsMap/renderLunchHour.js.map +1 -0
- package/mobile/lib/components/OfficesAtmsMap/renderOfficeCard.d.ts +6 -0
- package/mobile/lib/components/OfficesAtmsMap/renderOfficeCard.js +44 -0
- package/mobile/lib/components/OfficesAtmsMap/renderOfficeCard.js.map +1 -0
- package/mobile/lib/components/OfficesAtmsMap/useOfficesAtmsMap.d.ts +90 -0
- package/mobile/lib/components/OfficesAtmsMap/useOfficesAtmsMap.js +16 -0
- package/mobile/lib/components/OfficesAtmsMap/useOfficesAtmsMap.js.map +1 -0
- package/mobile/lib/components/PictureText/renderInsuranceSumMonth.js +2 -2
- package/mobile/lib/components/PictureText/renderInsuranceSumMonth.js.map +1 -1
- package/mobile/lib/components/ProductTile/ProductTile.js +1 -1
- package/mobile/lib/components/ProductTile/ProductTile.js.map +1 -1
- package/mobile/lib/ui-kit/BaseProductTile/BaseProductTile.js +3 -2
- package/mobile/lib/ui-kit/BaseProductTile/BaseProductTile.js.map +1 -1
- package/mobile/lib/ui-kit/BaseTile/BaseTile.js +5 -5
- package/mobile/lib/ui-kit/BaseTile/BaseTile.js.map +1 -1
- package/mobile/lib/ui-kit/BenefitItem/renderBenefitIcon.js +1 -1
- package/mobile/lib/ui-kit/BenefitItem/renderBenefitIcon.js.map +1 -1
- package/mobile/lib/ui-kit/BenefitItem/renderBenefitText.d.ts +4 -1
- package/mobile/lib/ui-kit/BenefitItem/renderBenefitText.js +1 -1
- package/mobile/lib/ui-kit/BenefitItem/renderBenefitText.js.map +1 -1
- package/mobile/lib/ui-kit/BenefitsList/BenefitsListProps.d.ts +1 -0
- 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/InnerTable/renderInnerTableRow.js +1 -1
- package/mobile/lib/ui-kit/InnerTable/renderInnerTableRow.js.map +1 -1
- package/mobile/lib/ui-kit/Sitemap/Sitemap.js +4 -4
- package/mobile/lib/ui-kit/Sitemap/Sitemap.js.map +1 -1
- package/mobile/lib/ui-kit/Text/TextProps.d.ts +1 -1
- package/mobile/lib/ui-kit/YandexMap/YandexMap.d.ts +0 -1
- package/mobile/lib/ui-kit/YandexMap/YandexMap.js +13 -22
- package/mobile/lib/ui-kit/YandexMap/YandexMap.js.map +1 -1
- package/mobile/lib/ui-kit/YandexMap/renderClusterer.js +2 -2
- package/mobile/lib/ui-kit/YandexMap/renderClusterer.js.map +1 -1
- package/mobile/lib/ui-kit/YandexMap/renderSearchField.js +2 -1
- package/mobile/lib/ui-kit/YandexMap/renderSearchField.js.map +1 -1
- package/mobile/lib/utils/fetchJSON.js +1 -1
- package/mobile/lib/utils/fetchJSON.js.map +1 -1
- package/mobile/src/components/ApplicationForm/ApplicationFormAcquiring.tsx +1 -1
- package/mobile/src/components/ApplicationForm/ApplicationFormBusinessCard.tsx +1 -1
- package/mobile/src/components/ApplicationForm/ApplicationFormCredit.tsx +1 -1
- package/mobile/src/components/ApplicationForm/ApplicationFormDeposit.tsx +1 -1
- package/mobile/src/components/ApplicationForm/ApplicationFormWed.tsx +2 -2
- package/mobile/src/components/CarouselCard/CarouselCard.tsx +2 -2
- package/mobile/src/components/CarouselLinks/CarouselLinkButton.tsx +2 -2
- package/mobile/src/components/CarouselProgramsCard/CarouselProgramsCard.tsx +1 -1
- package/mobile/src/components/Header/HeaderSubMenu.tsx +6 -1
- package/mobile/src/components/MobileAppTile/MobileAppTile.tsx +19 -6
- package/mobile/src/components/MobileAppTile/MobileAppTileContent.ts +1 -1
- package/mobile/src/components/OfficesAtmsMap/Badge.tsx +30 -0
- package/mobile/src/components/OfficesAtmsMap/CardCell.tsx +40 -0
- package/mobile/src/components/OfficesAtmsMap/CardRow.tsx +17 -0
- package/mobile/src/components/OfficesAtmsMap/OfficesAtmsMap.tsx +165 -0
- package/mobile/src/components/OfficesAtmsMap/OfficesAtmsMapContent.ts +40 -0
- package/mobile/src/components/OfficesAtmsMap/renderAtmCard.tsx +60 -0
- package/mobile/src/components/OfficesAtmsMap/renderLunchHour.tsx +28 -0
- package/mobile/src/components/OfficesAtmsMap/renderOfficeCard.tsx +121 -0
- package/mobile/src/components/OfficesAtmsMap/useOfficesAtmsMap.ts +118 -0
- package/mobile/src/components/PictureText/renderInsuranceSumMonth.tsx +6 -6
- package/mobile/src/components/ProductTile/ProductTile.tsx +1 -1
- package/mobile/src/icons/CloseIcon.svg +4 -4
- package/mobile/src/ui-kit/BaseProductTile/BaseProductTile.tsx +22 -10
- package/mobile/src/ui-kit/BaseTile/BaseTile.tsx +5 -5
- package/mobile/src/ui-kit/BenefitItem/renderBenefitIcon.tsx +1 -1
- package/mobile/src/ui-kit/BenefitItem/renderBenefitText.tsx +10 -2
- package/mobile/src/ui-kit/BenefitsList/BenefitsListProps.ts +1 -0
- package/mobile/src/ui-kit/Button/renderButtonsSection.tsx +1 -1
- package/mobile/src/ui-kit/InnerTable/renderInnerTableRow.tsx +2 -2
- package/mobile/src/ui-kit/Sitemap/Sitemap.tsx +10 -6
- package/mobile/src/ui-kit/Text/TextProps.ts +2 -0
- package/mobile/src/ui-kit/YandexMap/YandexMap.tsx +70 -79
- package/mobile/src/ui-kit/YandexMap/renderClusterer.ts +2 -2
- package/mobile/src/ui-kit/YandexMap/renderSearchField.tsx +2 -1
- package/mobile/src/utils/fetchJSON.ts +1 -1
- package/package.json +1 -1
- package/src/components/ApplicationForm/ApplicationFormAcquiring.tsx +1 -1
- package/src/components/ApplicationForm/ApplicationFormBusinessCard.tsx +1 -1
- package/src/components/ApplicationForm/ApplicationFormCredit.tsx +1 -1
- package/src/components/ApplicationForm/ApplicationFormDeposit.tsx +1 -1
- package/src/components/ApplicationForm/ApplicationFormWed.tsx +2 -2
- package/src/components/Blocks.ts +2 -6
- package/src/components/CarouselCard/CarouselCard.fixture.mobile.tsx +1 -1
- package/src/components/CarouselCard/CarouselCard.fixture.tsx +3 -3
- package/src/components/CarouselCard/CarouselCard.tsx +2 -2
- package/src/components/CarouselLinks/CarouselLinkButton.tsx +2 -2
- package/src/components/CarouselProgramsCard/CarouselProgramsCard.tsx +1 -1
- package/src/components/Header/HeaderSubMenu.tsx +6 -1
- package/src/components/MobileAppTile/MobileAppTile.tsx +19 -6
- package/src/components/MobileAppTile/MobileAppTileContent.ts +1 -1
- package/src/components/OfficesAtmsMap/Badge.tsx +30 -0
- package/src/components/OfficesAtmsMap/CardCell.tsx +40 -0
- package/src/components/OfficesAtmsMap/CardRow.tsx +17 -0
- package/src/components/OfficesAtmsMap/OfficesAtmsMap.fixture.tsx +41 -0
- package/src/components/OfficesAtmsMap/OfficesAtmsMap.tsx +165 -0
- package/src/components/OfficesAtmsMap/OfficesAtmsMapContent.ts +40 -0
- package/src/components/OfficesAtmsMap/renderAtmCard.tsx +60 -0
- package/src/components/OfficesAtmsMap/renderLunchHour.tsx +28 -0
- package/src/components/OfficesAtmsMap/renderOfficeCard.tsx +121 -0
- package/src/components/OfficesAtmsMap/useOfficesAtmsMap.ts +118 -0
- package/src/components/PictureText/renderInsuranceSumMonth.tsx +6 -6
- package/src/components/ProductTile/ProductTile.fixture.mobile.tsx +7 -4
- package/src/components/ProductTile/ProductTile.tsx +1 -1
- package/src/icons/CloseIcon.svg +4 -4
- package/src/ui-kit/BaseProductTile/BaseProductTile.tsx +22 -10
- package/src/ui-kit/BaseTile/BaseTile.tsx +5 -5
- package/src/ui-kit/BenefitItem/renderBenefitIcon.tsx +1 -1
- package/src/ui-kit/BenefitItem/renderBenefitText.tsx +10 -2
- package/src/ui-kit/BenefitsList/BenefitsListProps.ts +1 -0
- package/src/ui-kit/Button/renderButtonsSection.tsx +1 -1
- package/src/ui-kit/InnerTable/renderInnerTableRow.tsx +2 -2
- package/src/ui-kit/Sitemap/Sitemap.tsx +10 -6
- package/src/ui-kit/Text/TextProps.ts +2 -0
- package/src/ui-kit/YandexMap/YandexMap.tsx +70 -79
- package/src/ui-kit/YandexMap/renderClusterer.ts +2 -2
- package/src/ui-kit/YandexMap/renderSearchField.tsx +2 -1
- package/src/utils/fetchJSON.ts +1 -1
- package/bundle/components/ExchangeRateOffice/Currencies.d.ts +0 -8
- package/bundle/components/ExchangeRateOffice/ExchangeRateOffice.d.ts +0 -5
- package/bundle/components/ExchangeRateOffice/ExchangeRateOfficeContent.d.ts +0 -36
- package/bundle/components/ExchangeRateOffice/renderCurrencies.d.ts +0 -3
- package/bundle/components/ExchangeRateOffice/renderTableHeader.d.ts +0 -2
- package/bundle/components/MobileAppTile/buttonsConditionStyle.d.ts +0 -3
- package/bundle/components/MobileAppTile/buttonsConditionStyle.mobile.d.ts +0 -3
- package/bundle/components/OfficeMap/OfficeMap.d.ts +0 -5
- package/bundle/components/OfficeMap/OfficeMapContent.d.ts +0 -38
- package/bundle/components/OfficeMap/mockOfficeMap.d.ts +0 -57
- package/bundle/components/OfficeMap/nearbyOffices.d.ts +0 -2
- package/bundle/components/OfficeMap/renderFunctions.d.ts +0 -5
- package/bundle/components/OfficeMap/useOfficeMap.d.ts +0 -59
- package/bundle/components/OfficeServicesBlock/OfficeServicesBlock.d.ts +0 -5
- package/bundle/components/OfficeServicesBlock/OfficeServicesBlockContent.d.ts +0 -11
- package/dist/components/ExchangeRateOffice/Currencies.d.ts +0 -8
- package/dist/components/ExchangeRateOffice/Currencies.js +0 -12
- package/dist/components/ExchangeRateOffice/Currencies.js.map +0 -1
- package/dist/components/ExchangeRateOffice/ExchangeRateOffice.d.ts +0 -5
- package/dist/components/ExchangeRateOffice/ExchangeRateOffice.js +0 -16
- package/dist/components/ExchangeRateOffice/ExchangeRateOffice.js.map +0 -1
- package/dist/components/ExchangeRateOffice/ExchangeRateOfficeContent.d.ts +0 -36
- package/dist/components/ExchangeRateOffice/ExchangeRateOfficeContent.js +0 -2
- package/dist/components/ExchangeRateOffice/ExchangeRateOfficeContent.js.map +0 -1
- package/dist/components/ExchangeRateOffice/renderCurrencies.d.ts +0 -3
- package/dist/components/ExchangeRateOffice/renderCurrencies.js +0 -30
- package/dist/components/ExchangeRateOffice/renderCurrencies.js.map +0 -1
- package/dist/components/ExchangeRateOffice/renderTableHeader.d.ts +0 -2
- package/dist/components/ExchangeRateOffice/renderTableHeader.js +0 -9
- package/dist/components/ExchangeRateOffice/renderTableHeader.js.map +0 -1
- package/dist/components/MobileAppTile/buttonsConditionStyle.d.ts +0 -3
- package/dist/components/MobileAppTile/buttonsConditionStyle.js +0 -6
- package/dist/components/MobileAppTile/buttonsConditionStyle.js.map +0 -1
- package/dist/components/MobileAppTile/buttonsConditionStyle.mobile.d.ts +0 -3
- package/dist/components/MobileAppTile/buttonsConditionStyle.mobile.js +0 -13
- package/dist/components/MobileAppTile/buttonsConditionStyle.mobile.js.map +0 -1
- package/dist/components/OfficeMap/OfficeMap.d.ts +0 -5
- package/dist/components/OfficeMap/OfficeMap.js +0 -43
- package/dist/components/OfficeMap/OfficeMap.js.map +0 -1
- package/dist/components/OfficeMap/OfficeMapContent.d.ts +0 -38
- package/dist/components/OfficeMap/OfficeMapContent.js.map +0 -1
- package/dist/components/OfficeMap/mockOfficeMap.d.ts +0 -57
- package/dist/components/OfficeMap/mockOfficeMap.js +0 -82
- package/dist/components/OfficeMap/mockOfficeMap.js.map +0 -1
- package/dist/components/OfficeMap/nearbyOffices.d.ts +0 -2
- package/dist/components/OfficeMap/nearbyOffices.js +0 -9
- package/dist/components/OfficeMap/nearbyOffices.js.map +0 -1
- package/dist/components/OfficeMap/renderFunctions.d.ts +0 -5
- package/dist/components/OfficeMap/renderFunctions.js +0 -20
- package/dist/components/OfficeMap/renderFunctions.js.map +0 -1
- package/dist/components/OfficeMap/useOfficeMap.d.ts +0 -59
- package/dist/components/OfficeMap/useOfficeMap.js +0 -20
- package/dist/components/OfficeMap/useOfficeMap.js.map +0 -1
- package/dist/components/OfficeServicesBlock/OfficeServicesBlock.d.ts +0 -5
- package/dist/components/OfficeServicesBlock/OfficeServicesBlock.js +0 -12
- package/dist/components/OfficeServicesBlock/OfficeServicesBlock.js.map +0 -1
- package/dist/components/OfficeServicesBlock/OfficeServicesBlockContent.d.ts +0 -11
- package/dist/components/OfficeServicesBlock/OfficeServicesBlockContent.js +0 -2
- package/dist/components/OfficeServicesBlock/OfficeServicesBlockContent.js.map +0 -1
- package/lib/components/ExchangeRateOffice/Currencies.d.ts +0 -8
- package/lib/components/ExchangeRateOffice/Currencies.js +0 -10
- package/lib/components/ExchangeRateOffice/Currencies.js.map +0 -1
- package/lib/components/ExchangeRateOffice/ExchangeRateOffice.d.ts +0 -5
- package/lib/components/ExchangeRateOffice/ExchangeRateOffice.fixture.d.ts +0 -6
- package/lib/components/ExchangeRateOffice/ExchangeRateOffice.js +0 -14
- package/lib/components/ExchangeRateOffice/ExchangeRateOffice.js.map +0 -1
- package/lib/components/ExchangeRateOffice/ExchangeRateOfficeContent.d.ts +0 -36
- package/lib/components/ExchangeRateOffice/ExchangeRateOfficeContent.js +0 -2
- package/lib/components/ExchangeRateOffice/ExchangeRateOfficeContent.js.map +0 -1
- package/lib/components/ExchangeRateOffice/renderCurrencies.d.ts +0 -3
- package/lib/components/ExchangeRateOffice/renderCurrencies.js +0 -27
- package/lib/components/ExchangeRateOffice/renderCurrencies.js.map +0 -1
- package/lib/components/ExchangeRateOffice/renderTableHeader.d.ts +0 -2
- package/lib/components/ExchangeRateOffice/renderTableHeader.js +0 -6
- package/lib/components/ExchangeRateOffice/renderTableHeader.js.map +0 -1
- package/lib/components/MobileAppTile/buttonsConditionStyle.d.ts +0 -3
- package/lib/components/MobileAppTile/buttonsConditionStyle.js +0 -3
- package/lib/components/MobileAppTile/buttonsConditionStyle.js.map +0 -1
- package/lib/components/MobileAppTile/buttonsConditionStyle.mobile.d.ts +0 -2
- package/lib/components/MobileAppTile/buttonsConditionStyle.mobile.js +0 -10
- package/lib/components/MobileAppTile/buttonsConditionStyle.mobile.js.map +0 -1
- package/lib/components/OfficeMap/OfficeMap.d.ts +0 -5
- package/lib/components/OfficeMap/OfficeMap.js +0 -41
- package/lib/components/OfficeMap/OfficeMap.js.map +0 -1
- package/lib/components/OfficeMap/OfficeMapContent.d.ts +0 -38
- package/lib/components/OfficeMap/OfficeMapContent.js +0 -2
- package/lib/components/OfficeMap/OfficeMapContent.js.map +0 -1
- package/lib/components/OfficeMap/mockOfficeMap.d.ts +0 -57
- package/lib/components/OfficeMap/mockOfficeMap.js +0 -80
- package/lib/components/OfficeMap/mockOfficeMap.js.map +0 -1
- package/lib/components/OfficeMap/nearbyOffices.d.ts +0 -2
- package/lib/components/OfficeMap/nearbyOffices.js +0 -7
- package/lib/components/OfficeMap/nearbyOffices.js.map +0 -1
- package/lib/components/OfficeMap/renderFunctions.d.ts +0 -5
- package/lib/components/OfficeMap/renderFunctions.js +0 -15
- package/lib/components/OfficeMap/renderFunctions.js.map +0 -1
- package/lib/components/OfficeMap/useOfficeMap.d.ts +0 -59
- package/lib/components/OfficeMap/useOfficeMap.js +0 -17
- package/lib/components/OfficeMap/useOfficeMap.js.map +0 -1
- package/lib/components/OfficeServicesBlock/OfficeServicesBlock.d.ts +0 -5
- package/lib/components/OfficeServicesBlock/OfficeServicesBlock.fixture.d.ts +0 -6
- package/lib/components/OfficeServicesBlock/OfficeServicesBlock.js +0 -10
- package/lib/components/OfficeServicesBlock/OfficeServicesBlock.js.map +0 -1
- package/lib/components/OfficeServicesBlock/OfficeServicesBlockContent.d.ts +0 -11
- package/lib/components/OfficeServicesBlock/OfficeServicesBlockContent.js +0 -2
- package/lib/components/OfficeServicesBlock/OfficeServicesBlockContent.js.map +0 -1
- package/mobile/bundle/components/ExchangeRateOffice/Currencies.d.ts +0 -8
- package/mobile/bundle/components/ExchangeRateOffice/ExchangeRateOffice.d.ts +0 -5
- package/mobile/bundle/components/ExchangeRateOffice/ExchangeRateOfficeContent.d.ts +0 -36
- package/mobile/bundle/components/ExchangeRateOffice/renderCurrencies.d.ts +0 -3
- package/mobile/bundle/components/ExchangeRateOffice/renderTableHeader.d.ts +0 -2
- package/mobile/bundle/components/MobileAppTile/buttonsConditionStyle.d.ts +0 -3
- package/mobile/bundle/components/OfficeMap/OfficeMap.d.ts +0 -5
- package/mobile/bundle/components/OfficeMap/OfficeMapContent.d.ts +0 -38
- package/mobile/bundle/components/OfficeMap/mockOfficeMap.d.ts +0 -57
- package/mobile/bundle/components/OfficeMap/nearbyOffices.d.ts +0 -2
- package/mobile/bundle/components/OfficeMap/renderFunctions.d.ts +0 -5
- package/mobile/bundle/components/OfficeMap/useOfficeMap.d.ts +0 -59
- package/mobile/bundle/components/OfficeServicesBlock/OfficeServicesBlock.d.ts +0 -5
- package/mobile/bundle/components/OfficeServicesBlock/OfficeServicesBlockContent.d.ts +0 -11
- package/mobile/dist/components/ExchangeRateOffice/Currencies.d.ts +0 -8
- package/mobile/dist/components/ExchangeRateOffice/Currencies.js +0 -12
- package/mobile/dist/components/ExchangeRateOffice/Currencies.js.map +0 -1
- package/mobile/dist/components/ExchangeRateOffice/ExchangeRateOffice.d.ts +0 -5
- package/mobile/dist/components/ExchangeRateOffice/ExchangeRateOffice.js +0 -16
- package/mobile/dist/components/ExchangeRateOffice/ExchangeRateOffice.js.map +0 -1
- package/mobile/dist/components/ExchangeRateOffice/ExchangeRateOfficeContent.d.ts +0 -36
- package/mobile/dist/components/ExchangeRateOffice/ExchangeRateOfficeContent.js +0 -2
- package/mobile/dist/components/ExchangeRateOffice/ExchangeRateOfficeContent.js.map +0 -1
- package/mobile/dist/components/ExchangeRateOffice/renderCurrencies.d.ts +0 -3
- package/mobile/dist/components/ExchangeRateOffice/renderCurrencies.js +0 -30
- package/mobile/dist/components/ExchangeRateOffice/renderCurrencies.js.map +0 -1
- package/mobile/dist/components/ExchangeRateOffice/renderTableHeader.d.ts +0 -2
- package/mobile/dist/components/ExchangeRateOffice/renderTableHeader.js +0 -9
- package/mobile/dist/components/ExchangeRateOffice/renderTableHeader.js.map +0 -1
- package/mobile/dist/components/MobileAppTile/buttonsConditionStyle.d.ts +0 -3
- package/mobile/dist/components/MobileAppTile/buttonsConditionStyle.js +0 -13
- package/mobile/dist/components/MobileAppTile/buttonsConditionStyle.js.map +0 -1
- package/mobile/dist/components/OfficeMap/OfficeMap.d.ts +0 -5
- package/mobile/dist/components/OfficeMap/OfficeMap.js +0 -43
- package/mobile/dist/components/OfficeMap/OfficeMap.js.map +0 -1
- package/mobile/dist/components/OfficeMap/OfficeMapContent.d.ts +0 -38
- package/mobile/dist/components/OfficeMap/OfficeMapContent.js.map +0 -1
- package/mobile/dist/components/OfficeMap/mockOfficeMap.d.ts +0 -57
- package/mobile/dist/components/OfficeMap/mockOfficeMap.js +0 -82
- package/mobile/dist/components/OfficeMap/mockOfficeMap.js.map +0 -1
- package/mobile/dist/components/OfficeMap/nearbyOffices.d.ts +0 -2
- package/mobile/dist/components/OfficeMap/nearbyOffices.js +0 -9
- package/mobile/dist/components/OfficeMap/nearbyOffices.js.map +0 -1
- package/mobile/dist/components/OfficeMap/renderFunctions.d.ts +0 -5
- package/mobile/dist/components/OfficeMap/renderFunctions.js +0 -20
- package/mobile/dist/components/OfficeMap/renderFunctions.js.map +0 -1
- package/mobile/dist/components/OfficeMap/useOfficeMap.d.ts +0 -59
- package/mobile/dist/components/OfficeMap/useOfficeMap.js +0 -20
- package/mobile/dist/components/OfficeMap/useOfficeMap.js.map +0 -1
- package/mobile/dist/components/OfficeServicesBlock/OfficeServicesBlock.d.ts +0 -5
- package/mobile/dist/components/OfficeServicesBlock/OfficeServicesBlock.js +0 -12
- package/mobile/dist/components/OfficeServicesBlock/OfficeServicesBlock.js.map +0 -1
- package/mobile/dist/components/OfficeServicesBlock/OfficeServicesBlockContent.d.ts +0 -11
- package/mobile/dist/components/OfficeServicesBlock/OfficeServicesBlockContent.js +0 -2
- package/mobile/dist/components/OfficeServicesBlock/OfficeServicesBlockContent.js.map +0 -1
- package/mobile/lib/components/ExchangeRateOffice/Currencies.d.ts +0 -8
- package/mobile/lib/components/ExchangeRateOffice/Currencies.js +0 -10
- package/mobile/lib/components/ExchangeRateOffice/Currencies.js.map +0 -1
- package/mobile/lib/components/ExchangeRateOffice/ExchangeRateOffice.d.ts +0 -5
- package/mobile/lib/components/ExchangeRateOffice/ExchangeRateOffice.js +0 -14
- package/mobile/lib/components/ExchangeRateOffice/ExchangeRateOffice.js.map +0 -1
- package/mobile/lib/components/ExchangeRateOffice/ExchangeRateOfficeContent.d.ts +0 -36
- package/mobile/lib/components/ExchangeRateOffice/ExchangeRateOfficeContent.js +0 -2
- package/mobile/lib/components/ExchangeRateOffice/ExchangeRateOfficeContent.js.map +0 -1
- package/mobile/lib/components/ExchangeRateOffice/renderCurrencies.d.ts +0 -3
- package/mobile/lib/components/ExchangeRateOffice/renderCurrencies.js +0 -27
- package/mobile/lib/components/ExchangeRateOffice/renderCurrencies.js.map +0 -1
- package/mobile/lib/components/ExchangeRateOffice/renderTableHeader.d.ts +0 -2
- package/mobile/lib/components/ExchangeRateOffice/renderTableHeader.js +0 -6
- package/mobile/lib/components/ExchangeRateOffice/renderTableHeader.js.map +0 -1
- package/mobile/lib/components/MobileAppTile/buttonsConditionStyle.d.ts +0 -3
- package/mobile/lib/components/MobileAppTile/buttonsConditionStyle.js +0 -10
- package/mobile/lib/components/MobileAppTile/buttonsConditionStyle.js.map +0 -1
- package/mobile/lib/components/OfficeMap/OfficeMap.d.ts +0 -5
- package/mobile/lib/components/OfficeMap/OfficeMap.js +0 -41
- package/mobile/lib/components/OfficeMap/OfficeMap.js.map +0 -1
- package/mobile/lib/components/OfficeMap/OfficeMapContent.d.ts +0 -38
- package/mobile/lib/components/OfficeMap/OfficeMapContent.js +0 -2
- package/mobile/lib/components/OfficeMap/OfficeMapContent.js.map +0 -1
- package/mobile/lib/components/OfficeMap/mockOfficeMap.d.ts +0 -57
- package/mobile/lib/components/OfficeMap/mockOfficeMap.js +0 -80
- package/mobile/lib/components/OfficeMap/mockOfficeMap.js.map +0 -1
- package/mobile/lib/components/OfficeMap/nearbyOffices.d.ts +0 -2
- package/mobile/lib/components/OfficeMap/nearbyOffices.js +0 -7
- package/mobile/lib/components/OfficeMap/nearbyOffices.js.map +0 -1
- package/mobile/lib/components/OfficeMap/renderFunctions.d.ts +0 -5
- package/mobile/lib/components/OfficeMap/renderFunctions.js +0 -15
- package/mobile/lib/components/OfficeMap/renderFunctions.js.map +0 -1
- package/mobile/lib/components/OfficeMap/useOfficeMap.d.ts +0 -59
- package/mobile/lib/components/OfficeMap/useOfficeMap.js +0 -17
- package/mobile/lib/components/OfficeMap/useOfficeMap.js.map +0 -1
- package/mobile/lib/components/OfficeServicesBlock/OfficeServicesBlock.d.ts +0 -5
- package/mobile/lib/components/OfficeServicesBlock/OfficeServicesBlock.js +0 -10
- package/mobile/lib/components/OfficeServicesBlock/OfficeServicesBlock.js.map +0 -1
- package/mobile/lib/components/OfficeServicesBlock/OfficeServicesBlockContent.d.ts +0 -11
- package/mobile/lib/components/OfficeServicesBlock/OfficeServicesBlockContent.js +0 -2
- package/mobile/lib/components/OfficeServicesBlock/OfficeServicesBlockContent.js.map +0 -1
- package/mobile/src/components/ExchangeRateOffice/Currencies.ts +0 -8
- package/mobile/src/components/ExchangeRateOffice/ExchangeRateOffice.example.json +0 -32
- package/mobile/src/components/ExchangeRateOffice/ExchangeRateOffice.tsx +0 -62
- package/mobile/src/components/ExchangeRateOffice/ExchangeRateOfficeContent.ts +0 -36
- package/mobile/src/components/ExchangeRateOffice/renderCurrencies.tsx +0 -73
- package/mobile/src/components/ExchangeRateOffice/renderTableHeader.tsx +0 -11
- package/mobile/src/components/MobileAppTile/buttonsConditionStyle.tsx +0 -12
- package/mobile/src/components/OfficeMap/OfficeMap.tsx +0 -76
- package/mobile/src/components/OfficeMap/OfficeMapContent.ts +0 -42
- package/mobile/src/components/OfficeMap/mockOfficeMap.ts +0 -79
- package/mobile/src/components/OfficeMap/nearbyOffices.ts +0 -8
- package/mobile/src/components/OfficeMap/renderFunctions.tsx +0 -75
- package/mobile/src/components/OfficeMap/useOfficeMap.ts +0 -24
- package/mobile/src/components/OfficeServicesBlock/OfficeServicesBlock.example.json +0 -49
- package/mobile/src/components/OfficeServicesBlock/OfficeServicesBlock.tsx +0 -37
- package/mobile/src/components/OfficeServicesBlock/OfficeServicesBlock.ui.json +0 -11
- package/mobile/src/components/OfficeServicesBlock/OfficeServicesBlockContent.ts +0 -14
- package/src/components/ExchangeRateOffice/Currencies.ts +0 -8
- package/src/components/ExchangeRateOffice/ExchangeRateOffice.example.json +0 -32
- package/src/components/ExchangeRateOffice/ExchangeRateOffice.fixture.tsx +0 -79
- package/src/components/ExchangeRateOffice/ExchangeRateOffice.tsx +0 -62
- package/src/components/ExchangeRateOffice/ExchangeRateOfficeContent.ts +0 -36
- package/src/components/ExchangeRateOffice/renderCurrencies.tsx +0 -73
- package/src/components/ExchangeRateOffice/renderTableHeader.tsx +0 -11
- package/src/components/MobileAppTile/buttonsConditionStyle.mobile.tsx +0 -12
- package/src/components/MobileAppTile/buttonsConditionStyle.tsx +0 -5
- package/src/components/OfficeMap/OfficeMap.fixture.tsx +0 -11
- package/src/components/OfficeMap/OfficeMap.tsx +0 -76
- package/src/components/OfficeMap/OfficeMapContent.ts +0 -42
- package/src/components/OfficeMap/mockOfficeMap.ts +0 -79
- package/src/components/OfficeMap/nearbyOffices.ts +0 -8
- package/src/components/OfficeMap/renderFunctions.tsx +0 -75
- package/src/components/OfficeMap/useOfficeMap.ts +0 -24
- package/src/components/OfficeServicesBlock/OfficeServicesBlock.example.json +0 -49
- package/src/components/OfficeServicesBlock/OfficeServicesBlock.fixture.tsx +0 -44
- package/src/components/OfficeServicesBlock/OfficeServicesBlock.tsx +0 -37
- package/src/components/OfficeServicesBlock/OfficeServicesBlock.ui.json +0 -11
- package/src/components/OfficeServicesBlock/OfficeServicesBlockContent.ts +0 -14
- /package/mobile/src/components/{ExchangeRateOffice/ExchangeRateOffice.ui.json → OfficesAtmsMap/OfficesAtmsMap.ui.json} +0 -0
- /package/mobile/src/components/{OfficeMap/OfficeMap.ui.json → OfficesAtmsMap/OfficesAtmsMaps.example.json} +0 -0
- /package/src/components/{ExchangeRateOffice/ExchangeRateOffice.ui.json → OfficesAtmsMap/OfficesAtmsMap.ui.json} +0 -0
- /package/src/components/{OfficeMap/OfficeMap.ui.json → OfficesAtmsMap/OfficesAtmsMaps.example.json} +0 -0
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import type { HeadlineCommonProps } from '../../model/HeadlineType';
|
|
2
2
|
import type { UniBlockContent } from '../../model/JSXBlock';
|
|
3
3
|
import type { Picture } from '../../model/Picture';
|
|
4
|
+
import type { ButtonsSectionContent } from '../../ui-kit/Button/ButtonsSectionContent';
|
|
4
5
|
import type { HeadingCommonProps } from '../../ui-kit/Heading/HeadingProps';
|
|
5
6
|
import type { ImageContent } from '../../ui-kit/Img/ImgProps';
|
|
6
7
|
import type { ListContent } from '../../ui-kit/List/ListContent';
|
|
7
|
-
import type { ButtonsSectionContent } from '../../ui-kit/Button/ButtonsSectionContent';
|
|
8
8
|
/**
|
|
9
9
|
* @title Мобильное приложение
|
|
10
10
|
*/
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { TextColor } from '../../ui-kit/Text/TextProps';
|
|
2
|
+
declare const colorStyle: Record<string, {
|
|
3
|
+
border: string;
|
|
4
|
+
text: TextColor;
|
|
5
|
+
}>;
|
|
6
|
+
export interface BadgeProps {
|
|
7
|
+
className?: string;
|
|
8
|
+
color?: keyof typeof colorStyle;
|
|
9
|
+
}
|
|
10
|
+
export declare const Badge: import("@redneckz/uni-jsx").UNIComponent<BadgeProps, any, any>;
|
|
11
|
+
export {};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { TextColor } from '../../ui-kit/Text/TextProps';
|
|
2
|
+
export interface CardCellProps {
|
|
3
|
+
className?: string;
|
|
4
|
+
label?: string;
|
|
5
|
+
value?: string;
|
|
6
|
+
subText?: string;
|
|
7
|
+
subColor?: TextColor;
|
|
8
|
+
}
|
|
9
|
+
export declare const CardCell: import("@redneckz/uni-jsx").UNIComponent<CardCellProps, any, any>;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { UniBlockProps } from '../../model/JSXBlock';
|
|
2
|
+
import type { OfficesAtmsMapContent } from './OfficesAtmsMapContent';
|
|
3
|
+
export interface OfficesAtmsMapProps extends OfficesAtmsMapContent, UniBlockProps {
|
|
4
|
+
}
|
|
5
|
+
export declare const OfficesAtmsMap: import("@redneckz/uni-jsx").UNIComponent<OfficesAtmsMapProps, any, any>;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { EmptyOption } from '../../model/EmptyOptionType';
|
|
2
|
+
import type { UniBlockContent } from '../../model/JSXBlock';
|
|
3
|
+
import type { Picture } from '../../model/Picture';
|
|
4
|
+
/**
|
|
5
|
+
* @title Пункт
|
|
6
|
+
*/
|
|
7
|
+
export declare type ItemList = {
|
|
8
|
+
text?: string;
|
|
9
|
+
image?: Picture;
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* @title Офисы
|
|
13
|
+
* @default {"dataType": "offices"}
|
|
14
|
+
*/
|
|
15
|
+
export declare type OfficesDef = {
|
|
16
|
+
dataType: 'offices';
|
|
17
|
+
};
|
|
18
|
+
/**
|
|
19
|
+
* @title Банкоматы
|
|
20
|
+
* @default {"dataType": "atms"}
|
|
21
|
+
*/
|
|
22
|
+
export declare type AtmsDef = {
|
|
23
|
+
dataType: 'atms';
|
|
24
|
+
/** @title Описание */
|
|
25
|
+
description: string;
|
|
26
|
+
/** @title Список */
|
|
27
|
+
list?: ItemList[];
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* @title Данные
|
|
31
|
+
*/
|
|
32
|
+
export declare type OfficesAtmsBlockDef = EmptyOption | OfficesDef | AtmsDef;
|
|
33
|
+
export declare type OfficesAtmsMapContent = UniBlockContent & {
|
|
34
|
+
data?: OfficesAtmsBlockDef;
|
|
35
|
+
};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { Branch, Currency, WorkScheduleWeek } from './useOfficesAtmsMap';
|
|
3
|
+
export declare const renderOfficeCard: ({ name, address, phone, fax, phoneBusiness, phoneNatural, phoneCallCentre, phoneCurrencyControl, workSchedule, exchangeRate, }: Branch, index: number) => JSX.Element;
|
|
4
|
+
export declare const renderCurrency: ({ currency, buyExchangeRate, saleExchangeRate }: Currency, i: number) => JSX.Element;
|
|
5
|
+
export declare const renderCurrentDaySchedule: (workScheduleWeek?: WorkScheduleWeek) => JSX.Element | null;
|
|
6
|
+
export declare const renderDay: ({ title, status, workTime, lunchHour, hasLunch }: WorkScheduleWeek, index: number) => JSX.Element;
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
import { IconName } from '../../icons/IconName';
|
|
2
|
+
declare const MAP_URL: {
|
|
3
|
+
offices: string;
|
|
4
|
+
atms: string;
|
|
5
|
+
};
|
|
6
|
+
export declare type DataType = keyof typeof MAP_URL;
|
|
7
|
+
export interface Currency {
|
|
8
|
+
buyExchangeRate?: number;
|
|
9
|
+
saleExchangeRate?: number;
|
|
10
|
+
currency?: {
|
|
11
|
+
id?: number;
|
|
12
|
+
code?: string;
|
|
13
|
+
currency?: string;
|
|
14
|
+
name?: string;
|
|
15
|
+
};
|
|
16
|
+
}
|
|
17
|
+
export interface ExchangeRate {
|
|
18
|
+
currencies?: Currency[];
|
|
19
|
+
}
|
|
20
|
+
export declare type WorkScheduleWeek = {
|
|
21
|
+
title?: string;
|
|
22
|
+
status?: boolean;
|
|
23
|
+
workTime?: string;
|
|
24
|
+
lunchHour?: string;
|
|
25
|
+
hasLunch?: boolean;
|
|
26
|
+
};
|
|
27
|
+
export declare type NearbyOffices = {
|
|
28
|
+
title?: string;
|
|
29
|
+
time?: string;
|
|
30
|
+
distance?: string;
|
|
31
|
+
icon?: IconName;
|
|
32
|
+
};
|
|
33
|
+
export declare type WorkSchedule = {
|
|
34
|
+
workTime?: string;
|
|
35
|
+
lunchHour?: string;
|
|
36
|
+
workTimeSaturday?: string;
|
|
37
|
+
lunchHourSaturday?: string;
|
|
38
|
+
workingMonday?: boolean;
|
|
39
|
+
workingTuesday?: boolean;
|
|
40
|
+
workingWednesday?: boolean;
|
|
41
|
+
workingThursday?: boolean;
|
|
42
|
+
workingFriday?: boolean;
|
|
43
|
+
workingSaturday?: boolean;
|
|
44
|
+
workingSunday?: boolean;
|
|
45
|
+
};
|
|
46
|
+
export declare type SafeBoxCaseTariff = {
|
|
47
|
+
id?: number;
|
|
48
|
+
tariffType?: string;
|
|
49
|
+
tariffValue?: number;
|
|
50
|
+
tariffTypeDescription?: string;
|
|
51
|
+
};
|
|
52
|
+
export declare type SafeBoxCase = {
|
|
53
|
+
id?: number;
|
|
54
|
+
count?: number;
|
|
55
|
+
safeBoxCasesSize?: string;
|
|
56
|
+
tariffs: SafeBoxCaseTariff[];
|
|
57
|
+
};
|
|
58
|
+
export declare type SafeBoxCaseVolume = {
|
|
59
|
+
volume?: string;
|
|
60
|
+
safeBoxCases?: SafeBoxCase[];
|
|
61
|
+
};
|
|
62
|
+
export interface Branch {
|
|
63
|
+
name?: string;
|
|
64
|
+
address?: string;
|
|
65
|
+
phone?: string;
|
|
66
|
+
fax?: string;
|
|
67
|
+
phoneBusiness?: string;
|
|
68
|
+
phoneNatural?: string;
|
|
69
|
+
phoneCurrencyControl?: string;
|
|
70
|
+
phoneCallCentre?: string;
|
|
71
|
+
workSchedule?: WorkSchedule;
|
|
72
|
+
gpsLatitude?: number;
|
|
73
|
+
gpsLongitude?: number;
|
|
74
|
+
exchangeRate?: ExchangeRate;
|
|
75
|
+
safeBoxCaseVolumes?: SafeBoxCaseVolume[];
|
|
76
|
+
}
|
|
77
|
+
export interface Atm {
|
|
78
|
+
location?: string;
|
|
79
|
+
address?: string;
|
|
80
|
+
billAcceptorType?: string;
|
|
81
|
+
terminalType?: string;
|
|
82
|
+
billAcceptorEnable?: boolean;
|
|
83
|
+
atmAccess?: string;
|
|
84
|
+
atmCode?: string;
|
|
85
|
+
workTime?: string;
|
|
86
|
+
gpsLatitude?: number;
|
|
87
|
+
gpsLongitude?: number;
|
|
88
|
+
}
|
|
89
|
+
export declare function useOfficesAtmsMap(regionCode?: string, type?: DataType): Branch[] | Atm[];
|
|
90
|
+
export {};
|
|
@@ -1,3 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import type { ComplexBenefitContent } from './BenefitItemContent';
|
|
3
|
-
export declare
|
|
3
|
+
export declare type BenefitTextProps = ComplexBenefitContent & {
|
|
4
|
+
descriptionClassName?: string;
|
|
5
|
+
};
|
|
6
|
+
export declare const renderBenefitText: (_: BenefitTextProps, i?: number) => JSX.Element | (JSX.Element | null)[];
|
|
@@ -10,7 +10,7 @@ export declare type TitleSize = '' | 'text-h6' | 'text-h5' | 'text-h4' | 'text-h
|
|
|
10
10
|
/**
|
|
11
11
|
* @title Цвет текста
|
|
12
12
|
*/
|
|
13
|
-
export declare type TextColor = BlockVersionMolecule<'' | 'text-main' | 'text-primary-text' | 'text-primary-main' | 'text-secondary-text' | 'text-secondary-light' | 'text-error' | 'text-white' | 'text-white/80' | 'text-green'>;
|
|
13
|
+
export declare type TextColor = BlockVersionMolecule<'' | 'text-main' | 'text-primary-text' | 'text-primary-main' | 'text-secondary-text' | 'text-secondary-light' | 'text-yellow' | 'text-error' | 'text-white' | 'text-white/80' | 'text-green' | 'text-green-dark'>;
|
|
14
14
|
/**
|
|
15
15
|
* @title Выравнивание
|
|
16
16
|
* @enumNames [
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg id="icon" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.703 5.112A.995.995 0 1 1 5.11 3.705l6.221 6.22a.995.995 0 0 1-1.407 1.408L3.703 5.112ZM12.668 14.077a.995.995 0 1 1 1.407-1.408l6.221 6.222a.995.995 0 1 1-1.407 1.407l-6.221-6.221ZM14.075 11.332a.995.995 0 1 1-1.407-1.407l6.22-6.222a.995.995 0 0 1 1.408 1.407l-6.221 6.222ZM5.11 20.226a.995.995 0 0 1-1.407-1.407l6.221-6.221a.995.995 0 0 1 1.407 1.407l-6.22 6.221Z" fill="
|
|
1
|
+
<svg id="icon" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.703 5.112A.995.995 0 1 1 5.11 3.705l6.221 6.22a.995.995 0 0 1-1.407 1.408L3.703 5.112ZM12.668 14.077a.995.995 0 1 1 1.407-1.408l6.221 6.222a.995.995 0 1 1-1.407 1.407l-6.221-6.221ZM14.075 11.332a.995.995 0 1 1-1.407-1.407l6.22-6.222a.995.995 0 0 1 1.408 1.407l-6.221 6.222ZM5.11 20.226a.995.995 0 0 1-1.407-1.407l6.221-6.221a.995.995 0 0 1 1.407 1.407l-6.22 6.221Z" fill="currentColor"/></svg>
|
|
@@ -43,7 +43,7 @@ exports.ApplicationFormAcquiring = (0, uni_jsx_1.JSX)((props) => {
|
|
|
43
43
|
fullName,
|
|
44
44
|
inn,
|
|
45
45
|
name,
|
|
46
|
-
phone,
|
|
46
|
+
phone: phone.replace(/[^+\d]/g, ''),
|
|
47
47
|
});
|
|
48
48
|
}, [onSubmit]);
|
|
49
49
|
const [, { field, ...formProps }] = (0, useForm_1.useForm)(initialFormState, handleSubmit);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ApplicationFormAcquiring.js","sourceRoot":"","sources":["../../../src/components/ApplicationForm/ApplicationFormAcquiring.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,uDAA0D;AAC1D,iDAA8C;AAC9C,0DAAuD;AACvD,sEAAmE;AACnE,0DAAiE;AACjE,sEAAmE;AAGnE,yCAAsC;AACtC,uFAAoF;AACpF,mEAAgE;AAChE,mEAAgE;AAChE,6DAA0D;AAC1D,6CAA6F;AAE7F,MAAM,gBAAgB,GAAuB;IAC3C,aAAa,EAAE,EAAE,GAAG,EAAE,oBAAoB,EAAE;IAC5C,QAAQ,EAAE,EAAE;IACZ,GAAG,EAAE,EAAE;IACP,IAAI,EAAE,EAAE;IACR,KAAK,EAAE,EAAE;IACT,cAAc,EAAE,KAAK;IACrB,WAAW,EAAE,KAAK;CACnB,CAAC;AAEF,MAAM,kBAAkB,GAAG,IAAA,iCAAe,EAAC;IACzC,aAAa,EAAE,6BAAgB;IAC/B,MAAM,EAAE,6BAAgB;IACxB,QAAQ,EAAE,6BAAgB;IAC1B,GAAG,EAAE,yBAAY;IACjB,IAAI,EAAE,0BAAa;IACnB,KAAK,EAAE,2BAAc;CACtB,CAAC,CAAC;AAEU,QAAA,wBAAwB,GAAG,IAAA,aAAG,EAAwB,CAAC,KAAK,EAAE,EAAE;IAC3E,MAAM,EAAE,MAAM,EAAE,IAAI,EAAE,QAAQ,EAAE,GAAG,KAAK,CAAC;IAEzC,MAAM,YAAY,GAAG,IAAA,mBAAW,EAC9B,CAAC,SAA6B,EAAE,EAAE;QAChC,MAAM,EAAE,aAAa,EAAE,MAAM,EAAE,QAAQ,EAAE,GAAG,EAAE,IAAI,EAAE,KAAK,EAAE,cAAc,EAAE,WAAW,EAAE,GACtF,SAAS,CAAC;QAEZ,IAAA,+BAAmB,EAAC,kBAAkB,CAAC,SAAS,CAAC,CAAC;YAChD,QAAQ,CAAC;gBACP,QAAQ,EAAE,MAAM;gBAChB,MAAM,EAAE,MAAM,EAAE,IAAI,IAAI,EAAE;gBAC1B,eAAe,EAAE,kBACf,aAAa,EAAE,GAAG,IAAI,EACxB,iBAAiB,cAAc,iBAAiB,WAAW,EAAE;gBAC7D,QAAQ;gBACR,GAAG;gBACH,IAAI;gBACJ,KAAK;
|
|
1
|
+
{"version":3,"file":"ApplicationFormAcquiring.js","sourceRoot":"","sources":["../../../src/components/ApplicationForm/ApplicationFormAcquiring.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,uDAA0D;AAC1D,iDAA8C;AAC9C,0DAAuD;AACvD,sEAAmE;AACnE,0DAAiE;AACjE,sEAAmE;AAGnE,yCAAsC;AACtC,uFAAoF;AACpF,mEAAgE;AAChE,mEAAgE;AAChE,6DAA0D;AAC1D,6CAA6F;AAE7F,MAAM,gBAAgB,GAAuB;IAC3C,aAAa,EAAE,EAAE,GAAG,EAAE,oBAAoB,EAAE;IAC5C,QAAQ,EAAE,EAAE;IACZ,GAAG,EAAE,EAAE;IACP,IAAI,EAAE,EAAE;IACR,KAAK,EAAE,EAAE;IACT,cAAc,EAAE,KAAK;IACrB,WAAW,EAAE,KAAK;CACnB,CAAC;AAEF,MAAM,kBAAkB,GAAG,IAAA,iCAAe,EAAC;IACzC,aAAa,EAAE,6BAAgB;IAC/B,MAAM,EAAE,6BAAgB;IACxB,QAAQ,EAAE,6BAAgB;IAC1B,GAAG,EAAE,yBAAY;IACjB,IAAI,EAAE,0BAAa;IACnB,KAAK,EAAE,2BAAc;CACtB,CAAC,CAAC;AAEU,QAAA,wBAAwB,GAAG,IAAA,aAAG,EAAwB,CAAC,KAAK,EAAE,EAAE;IAC3E,MAAM,EAAE,MAAM,EAAE,IAAI,EAAE,QAAQ,EAAE,GAAG,KAAK,CAAC;IAEzC,MAAM,YAAY,GAAG,IAAA,mBAAW,EAC9B,CAAC,SAA6B,EAAE,EAAE;QAChC,MAAM,EAAE,aAAa,EAAE,MAAM,EAAE,QAAQ,EAAE,GAAG,EAAE,IAAI,EAAE,KAAK,EAAE,cAAc,EAAE,WAAW,EAAE,GACtF,SAAS,CAAC;QAEZ,IAAA,+BAAmB,EAAC,kBAAkB,CAAC,SAAS,CAAC,CAAC;YAChD,QAAQ,CAAC;gBACP,QAAQ,EAAE,MAAM;gBAChB,MAAM,EAAE,MAAM,EAAE,IAAI,IAAI,EAAE;gBAC1B,eAAe,EAAE,kBACf,aAAa,EAAE,GAAG,IAAI,EACxB,iBAAiB,cAAc,iBAAiB,WAAW,EAAE;gBAC7D,QAAQ;gBACR,GAAG;gBACH,IAAI;gBACJ,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC,SAAS,EAAE,EAAE,CAAC;aACpC,CAAC,CAAC;IACP,CAAC,EACD,CAAC,QAAQ,CAAC,CACX,CAAC;IAEF,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE,GAAG,SAAS,EAAE,CAAC,GAAG,IAAA,iBAAO,EAAC,gBAAgB,EAAE,YAAY,CAAC,CAAC;IAE5E,MAAM,OAAO,GAAG,IAAA,6BAAa,GAAE,CAAC;IAEhC,OAAO,CACL,kCAAM,SAAS,EAAC,qBAAqB,EAAC,QAAQ,EAAE,SAAS,CAAC,QAAQ,aAChE,uBAAC,iBAAO,IAAC,WAAW,EAAC,IAAI,EAAC,KAAK,EAAC,6HAAyB,EAAC,SAAS,EAAC,iBAAiB,GAAG,EACvF,IAAA,6CAAqB,EAAC,EAAE,OAAO,EAAE,KAAK,EAAE,CAAC,EAC1C,uBAAC,iBAAO,IAAC,WAAW,EAAC,IAAI,EAAC,KAAK,EAAC,yGAAoB,EAAC,SAAS,EAAC,iBAAiB,GAAG,EAClF,IAAA,iEAA+B,EAAC,KAAK,CAAC,EACtC,IAAA,6CAAqB,EAAC,KAAK,CAAC,EAC5B,IAAA,uCAAkB,EAAC,MAAM,CAAC,EAC3B,uBAAC,mBAAQ,IAAC,IAAI,EAAE,IAAI,GAAI,IACnB,CACR,CAAC;AACJ,CAAC,CAAC,CAAC"}
|
|
@@ -34,9 +34,9 @@ exports.ApplicationFormBusinessCard = (0, uni_jsx_1.JSX)((props) => {
|
|
|
34
34
|
typeForm: 'bcrd',
|
|
35
35
|
region: region?.text || '',
|
|
36
36
|
name,
|
|
37
|
-
phone,
|
|
38
37
|
inn,
|
|
39
38
|
mail,
|
|
39
|
+
phone: phone.replace(/[^+\d]/g, ''),
|
|
40
40
|
});
|
|
41
41
|
}, [onSubmit]);
|
|
42
42
|
const [, { field, ...formProps }] = (0, useForm_1.useForm)(initialFormState, handleSubmit);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ApplicationFormBusinessCard.js","sourceRoot":"","sources":["../../../src/components/ApplicationForm/ApplicationFormBusinessCard.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,uDAA0D;AAC1D,iDAA8C;AAC9C,sEAAmE;AACnE,0DAAiE;AACjE,sEAAmE;AAGnE,yCAAsC;AACtC,6FAA0F;AAC1F,iDAA8C;AAC9C,6DAA0D;AAC1D,6CAA6F;AAE7F,MAAM,gBAAgB,GAA0B;IAC9C,IAAI,EAAE,EAAE;IACR,KAAK,EAAE,EAAE;IACT,GAAG,EAAE,EAAE;IACP,IAAI,EAAE,EAAE;CACT,CAAC;AAEF,MAAM,qBAAqB,GAAG,IAAA,iCAAe,EAAC;IAC5C,MAAM,EAAE,6BAAgB;IACxB,IAAI,EAAE,0BAAa;IACnB,KAAK,EAAE,2BAAc;IACrB,GAAG,EAAE,yBAAY;IACjB,IAAI,EAAE,6BAAgB;CACvB,CAAC,CAAC;AAEU,QAAA,2BAA2B,GAAG,IAAA,aAAG,EAAwB,CAAC,KAAK,EAAE,EAAE;IAC9E,MAAM,EAAE,MAAM,EAAE,IAAI,EAAE,QAAQ,EAAE,GAAG,KAAK,CAAC;IAEzC,MAAM,YAAY,GAAG,IAAA,mBAAW,EAC9B,CAAC,SAAgC,EAAE,EAAE;QACnC,MAAM,EAAE,MAAM,EAAE,IAAI,EAAE,KAAK,EAAE,GAAG,EAAE,IAAI,EAAE,GAAG,SAAS,CAAC;QAErD,IAAA,+BAAmB,EAAC,qBAAqB,CAAC,SAAS,CAAC,CAAC;YACnD,QAAQ,CAAC;gBACP,QAAQ,EAAE,MAAM;gBAChB,MAAM,EAAE,MAAM,EAAE,IAAI,IAAI,EAAE;gBAC1B,IAAI;gBACJ,
|
|
1
|
+
{"version":3,"file":"ApplicationFormBusinessCard.js","sourceRoot":"","sources":["../../../src/components/ApplicationForm/ApplicationFormBusinessCard.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,uDAA0D;AAC1D,iDAA8C;AAC9C,sEAAmE;AACnE,0DAAiE;AACjE,sEAAmE;AAGnE,yCAAsC;AACtC,6FAA0F;AAC1F,iDAA8C;AAC9C,6DAA0D;AAC1D,6CAA6F;AAE7F,MAAM,gBAAgB,GAA0B;IAC9C,IAAI,EAAE,EAAE;IACR,KAAK,EAAE,EAAE;IACT,GAAG,EAAE,EAAE;IACP,IAAI,EAAE,EAAE;CACT,CAAC;AAEF,MAAM,qBAAqB,GAAG,IAAA,iCAAe,EAAC;IAC5C,MAAM,EAAE,6BAAgB;IACxB,IAAI,EAAE,0BAAa;IACnB,KAAK,EAAE,2BAAc;IACrB,GAAG,EAAE,yBAAY;IACjB,IAAI,EAAE,6BAAgB;CACvB,CAAC,CAAC;AAEU,QAAA,2BAA2B,GAAG,IAAA,aAAG,EAAwB,CAAC,KAAK,EAAE,EAAE;IAC9E,MAAM,EAAE,MAAM,EAAE,IAAI,EAAE,QAAQ,EAAE,GAAG,KAAK,CAAC;IAEzC,MAAM,YAAY,GAAG,IAAA,mBAAW,EAC9B,CAAC,SAAgC,EAAE,EAAE;QACnC,MAAM,EAAE,MAAM,EAAE,IAAI,EAAE,KAAK,EAAE,GAAG,EAAE,IAAI,EAAE,GAAG,SAAS,CAAC;QAErD,IAAA,+BAAmB,EAAC,qBAAqB,CAAC,SAAS,CAAC,CAAC;YACnD,QAAQ,CAAC;gBACP,QAAQ,EAAE,MAAM;gBAChB,MAAM,EAAE,MAAM,EAAE,IAAI,IAAI,EAAE;gBAC1B,IAAI;gBACJ,GAAG;gBACH,IAAI;gBACJ,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC,SAAS,EAAE,EAAE,CAAC;aACpC,CAAC,CAAC;IACP,CAAC,EACD,CAAC,QAAQ,CAAC,CACX,CAAC;IAEF,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE,GAAG,SAAS,EAAE,CAAC,GAAG,IAAA,iBAAO,EAAC,gBAAgB,EAAE,YAAY,CAAC,CAAC;IAE5E,MAAM,OAAO,GAAG,IAAA,6BAAa,GAAE,CAAC;IAEhC,OAAO,CACL,kCAAM,SAAS,EAAC,qBAAqB,EAAC,QAAQ,EAAE,SAAS,CAAC,QAAQ,aAC/D,IAAA,2BAAY,EAAC,EAAE,OAAO,EAAE,KAAK,EAAE,CAAC,EAChC,IAAA,uEAAkC,EAAC,KAAK,CAAC,EACzC,IAAA,uCAAkB,EAAC,MAAM,CAAC,EAC3B,uBAAC,mBAAQ,IAAC,IAAI,EAAE,IAAI,GAAI,IACnB,CACR,CAAC;AACJ,CAAC,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ApplicationFormCredit.js","sourceRoot":"","sources":["../../../src/components/ApplicationForm/ApplicationFormCredit.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,uDAA0D;AAC1D,yDAAsD;AACtD,iDAA8C;AAC9C,0DAAuD;AACvD,sEAAmE;AACnE,0DAAiE;AACjE,sEAAmE;AAGnE,yDAAuD;AACvD,yCAAsC;AACtC,iFAA8E;AAC9E,qEAAkE;AAClE,qEAAkE;AAClE,6DAA0D;AAC1D,6CAA6F;AAE7F,MAAM,gBAAgB,GAAoB;IACxC,MAAM,EAAE,oCAAiB;IACzB,IAAI,EAAE,EAAE;IACR,QAAQ,EAAE,EAAE;IACZ,GAAG,EAAE,EAAE;IACP,IAAI,EAAE,EAAE;IACR,KAAK,EAAE,EAAE;IACT,IAAI,EAAE,EAAE;IACR,aAAa,EAAE,EAAE;CAClB,CAAC;AAEF,MAAM,eAAe,GAAG,IAAA,iCAAe,EAAC;IACtC,QAAQ,EAAE,6BAAgB;IAC1B,aAAa,EAAE,6BAAgB;IAC/B,GAAG,EAAE,yBAAY;IACjB,IAAI,EAAE,0BAAa;IACnB,KAAK,EAAE,2BAAc;IACrB,MAAM,EAAE,6BAAgB;IACxB,UAAU,EAAE,6BAAgB;CAC7B,CAAC,CAAC;AAEU,QAAA,qBAAqB,GAAG,IAAA,aAAG,EAAwB,CAAC,EAAE,MAAM,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE,EAAE;IAC7F,MAAM,YAAY,GAAG,IAAA,mBAAW,EAC9B,CAAC,SAA0B,EAAE,EAAE;QAC7B,MAAM,EAAE,MAAM,EAAE,IAAI,EAAE,QAAQ,EAAE,GAAG,EAAE,IAAI,EAAE,KAAK,EAAE,IAAI,EAAE,MAAM,EAAE,UAAU,EAAE,aAAa,EAAE,GACzF,SAAS,CAAC;QAEZ,IAAA,+BAAmB,EAAC,eAAe,CAAC,SAAS,CAAC,CAAC;YAC7C,QAAQ,CAAC;gBACP,QAAQ,EAAE,MAAM;gBAChB,QAAQ;gBACR,GAAG;gBACH,IAAI;gBACJ,KAAK;
|
|
1
|
+
{"version":3,"file":"ApplicationFormCredit.js","sourceRoot":"","sources":["../../../src/components/ApplicationForm/ApplicationFormCredit.tsx"],"names":[],"mappings":"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"}
|
|
@@ -29,7 +29,7 @@ exports.ApplicationFormDeposit = (0, uni_jsx_1.JSX)((props) => {
|
|
|
29
29
|
onSubmit({
|
|
30
30
|
typeForm: 'dpst',
|
|
31
31
|
name,
|
|
32
|
-
phone,
|
|
32
|
+
phone: phone.replace(/[^+\d]/g, ''),
|
|
33
33
|
});
|
|
34
34
|
}, [onSubmit]);
|
|
35
35
|
const [, { field, ...formProps }] = (0, useForm_1.useForm)(initialFormState, handleSubmit);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ApplicationFormDeposit.js","sourceRoot":"","sources":["../../../src/components/ApplicationForm/ApplicationFormDeposit.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,uDAA0D;AAC1D,iDAA8C;AAC9C,0DAAuD;AACvD,sEAAmE;AACnE,0DAAiE;AACjE,kEAA+D;AAG/D,yCAAsC;AACtC,iDAA8C;AAC9C,2DAAwD;AACxD,6DAA0D;AAC1D,6CAA6D;AAE7D,MAAM,gBAAgB,GAAqB;IACzC,IAAI,EAAE,EAAE;IACR,KAAK,EAAE,EAAE;CACV,CAAC;AAEF,MAAM,gBAAgB,GAAG,IAAA,iCAAe,EAAC;IACvC,IAAI,EAAE,0BAAa;IACnB,KAAK,EAAE,2BAAc;CACtB,CAAC,CAAC;AAEU,QAAA,sBAAsB,GAAG,IAAA,aAAG,EAAwB,CAAC,KAAK,EAAE,EAAE;IACzE,MAAM,EAAE,MAAM,EAAE,IAAI,EAAE,QAAQ,EAAE,GAAG,KAAK,CAAC;IAEzC,MAAM,YAAY,GAAG,IAAA,mBAAW,EAC9B,CAAC,SAA2B,EAAE,EAAE;QAC9B,MAAM,EAAE,IAAI,EAAE,KAAK,EAAE,GAAG,SAAS,CAAC;QAElC,IAAA,+BAAmB,EAAC,gBAAgB,CAAC,SAAS,CAAC,CAAC;YAC9C,QAAQ,CAAC;gBACP,QAAQ,EAAE,MAAM;gBAChB,IAAI;gBACJ,KAAK;
|
|
1
|
+
{"version":3,"file":"ApplicationFormDeposit.js","sourceRoot":"","sources":["../../../src/components/ApplicationForm/ApplicationFormDeposit.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,uDAA0D;AAC1D,iDAA8C;AAC9C,0DAAuD;AACvD,sEAAmE;AACnE,0DAAiE;AACjE,kEAA+D;AAG/D,yCAAsC;AACtC,iDAA8C;AAC9C,2DAAwD;AACxD,6DAA0D;AAC1D,6CAA6D;AAE7D,MAAM,gBAAgB,GAAqB;IACzC,IAAI,EAAE,EAAE;IACR,KAAK,EAAE,EAAE;CACV,CAAC;AAEF,MAAM,gBAAgB,GAAG,IAAA,iCAAe,EAAC;IACvC,IAAI,EAAE,0BAAa;IACnB,KAAK,EAAE,2BAAc;CACtB,CAAC,CAAC;AAEU,QAAA,sBAAsB,GAAG,IAAA,aAAG,EAAwB,CAAC,KAAK,EAAE,EAAE;IACzE,MAAM,EAAE,MAAM,EAAE,IAAI,EAAE,QAAQ,EAAE,GAAG,KAAK,CAAC;IAEzC,MAAM,YAAY,GAAG,IAAA,mBAAW,EAC9B,CAAC,SAA2B,EAAE,EAAE;QAC9B,MAAM,EAAE,IAAI,EAAE,KAAK,EAAE,GAAG,SAAS,CAAC;QAElC,IAAA,+BAAmB,EAAC,gBAAgB,CAAC,SAAS,CAAC,CAAC;YAC9C,QAAQ,CAAC;gBACP,QAAQ,EAAE,MAAM;gBAChB,IAAI;gBACJ,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC,SAAS,EAAE,EAAE,CAAC;aACpC,CAAC,CAAC;IACP,CAAC,EACD,CAAC,QAAQ,CAAC,CACX,CAAC;IAEF,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE,GAAG,SAAS,EAAE,CAAC,GAAG,IAAA,iBAAO,EAAC,gBAAgB,EAAE,YAAY,CAAC,CAAC;IAE5E,OAAO,CACL,kCAAM,SAAS,EAAC,WAAW,EAAC,QAAQ,EAAE,SAAS,CAAC,QAAQ,aACtD,uBAAC,iBAAO,IACN,WAAW,EAAC,IAAI,EAChB,KAAK,EAAC,iTAA4D,EAClE,SAAS,EAAC,sBAAsB,GAChC,EACF,iCAAK,SAAS,EAAC,gCAAgC,aAC7C,uBAAC,2BAAY,IACX,SAAS,EAAC,iBAAiB,EAC3B,KAAK,EAAC,oBAAK,KACP,IAAA,6BAAa,EAAC,KAAK,CAAC,MAAM,CAAC,EAAE,0BAAa,CAAC,GAC/C,EACF,uBAAC,qCAAiB,IAChB,SAAS,EAAC,iBAAiB,EAC3B,KAAK,EAAC,4CAAS,KACX,IAAA,6BAAa,EAAC,KAAK,CAAC,OAAO,CAAC,EAAE,2BAAc,CAAC,GACjD,IACE,EACN,iCAAK,SAAS,EAAC,0FAA0F,aACvG,gCAAK,SAAS,EAAC,QAAQ,YACrB,uBAAC,mBAAQ,IAAC,IAAI,EAAE,IAAI,GAAI,GACpB,EACL,IAAA,uCAAkB,EAAC,MAAM,CAAC,IACvB,IACD,CACR,CAAC;AACJ,CAAC,CAAC,CAAC"}
|
|
@@ -7,6 +7,7 @@ const useForm_1 = require("../../hooks/useForm");
|
|
|
7
7
|
const Heading_1 = require("../../ui-kit/Heading/Heading");
|
|
8
8
|
const objectValidator_1 = require("../../validation/objectValidator");
|
|
9
9
|
const validator_1 = require("../../validation/validator");
|
|
10
|
+
const useGetRegions_1 = require("../SafeDepositRental/useGetRegions");
|
|
10
11
|
const Footnote_1 = require("./Footnote");
|
|
11
12
|
const renderContacts_1 = require("./renderContacts");
|
|
12
13
|
const renderQuestionsInterested_1 = require("./renderQuestionsInterested");
|
|
@@ -14,7 +15,6 @@ const renderSubmitButton_1 = require("./renderSubmitButton");
|
|
|
14
15
|
const renderWedDataOrganization_1 = require("./renderWedDataOrganization");
|
|
15
16
|
const renderWedTextarea_1 = require("./renderWedTextarea");
|
|
16
17
|
const validators_1 = require("./validators");
|
|
17
|
-
const useGetRegions_1 = require("../SafeDepositRental/useGetRegions");
|
|
18
18
|
const initialFormState = {
|
|
19
19
|
fullName: '',
|
|
20
20
|
name: '',
|
|
@@ -53,7 +53,7 @@ exports.ApplicationFormWed = (0, uni_jsx_1.JSX)((props) => {
|
|
|
53
53
|
typeForm: 'KVED',
|
|
54
54
|
fullName,
|
|
55
55
|
name,
|
|
56
|
-
phone,
|
|
56
|
+
phone: phone.replace(/[^+\d]/g, ''),
|
|
57
57
|
text,
|
|
58
58
|
vedTypes: getVedTypes(vedTypes),
|
|
59
59
|
PartnerComments: text,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ApplicationFormWed.js","sourceRoot":"","sources":["../../../src/components/ApplicationForm/ApplicationFormWed.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,uDAA0D;AAC1D,iDAA8C;AAC9C,0DAAuD;AACvD,sEAAmE;AACnE,0DAAiE;
|
|
1
|
+
{"version":3,"file":"ApplicationFormWed.js","sourceRoot":"","sources":["../../../src/components/ApplicationForm/ApplicationFormWed.tsx"],"names":[],"mappings":"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"}
|
|
@@ -24,7 +24,6 @@ const ComparisonTable_1 = require("./ComparisonTable/ComparisonTable");
|
|
|
24
24
|
const ContactsBlock_1 = require("./ContactsBlock/ContactsBlock");
|
|
25
25
|
const DepositFiltration_1 = require("./DepositFiltration/DepositFiltration");
|
|
26
26
|
const ErrorBlock_1 = require("./ErrorBlock/ErrorBlock");
|
|
27
|
-
const ExchangeRateOffice_1 = require("./ExchangeRateOffice/ExchangeRateOffice");
|
|
28
27
|
const ExchangeRateTile_1 = require("./ExchangeRateTile/ExchangeRateTile");
|
|
29
28
|
const Footer_1 = require("./Footer/Footer");
|
|
30
29
|
const GracePeriod_1 = require("./GracePeriod/GracePeriod");
|
|
@@ -37,8 +36,7 @@ const InvestmentInfo_1 = require("./InvestmentInfo/InvestmentInfo");
|
|
|
37
36
|
const LinkDocs_1 = require("./LinkDocs/LinkDocs");
|
|
38
37
|
const MobileAppTile_1 = require("./MobileAppTile/MobileAppTile");
|
|
39
38
|
const MortgageFiltration_1 = require("./MortgageFiltration/MortgageFiltration");
|
|
40
|
-
const
|
|
41
|
-
const OfficeServicesBlock_1 = require("./OfficeServicesBlock/OfficeServicesBlock");
|
|
39
|
+
const OfficesAtmsMap_1 = require("./OfficesAtmsMap/OfficesAtmsMap");
|
|
42
40
|
const ParagraphBlock_1 = require("./ParagraphBlock/ParagraphBlock");
|
|
43
41
|
const PictureText_1 = require("./PictureText/PictureText");
|
|
44
42
|
const Placeholder_1 = require("./Placeholder/Placeholder");
|
|
@@ -96,8 +94,7 @@ exports.Blocks = {
|
|
|
96
94
|
LinkDocs: LinkDocs_1.LinkDocs,
|
|
97
95
|
MobileAppTile: MobileAppTile_1.MobileAppTile,
|
|
98
96
|
MortgageFiltration: MortgageFiltration_1.MortgageFiltration,
|
|
99
|
-
|
|
100
|
-
OfficeServicesBlock: OfficeServicesBlock_1.OfficeServicesBlock,
|
|
97
|
+
OfficesAtmsMap: OfficesAtmsMap_1.OfficesAtmsMap,
|
|
101
98
|
ParagraphBlock: ParagraphBlock_1.ParagraphBlock,
|
|
102
99
|
PictureText: PictureText_1.PictureText,
|
|
103
100
|
Placeholder: Placeholder_1.Placeholder,
|
|
@@ -118,6 +115,5 @@ exports.Blocks = {
|
|
|
118
115
|
Tile: Tile_1.Tile,
|
|
119
116
|
VerticalLayout: VerticalLayout_1.VerticalLayout,
|
|
120
117
|
Video: Video_1.Video,
|
|
121
|
-
ExchangeRateOffice: ExchangeRateOffice_1.ExchangeRateOffice,
|
|
122
118
|
};
|
|
123
119
|
//# sourceMappingURL=Blocks.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Blocks.js","sourceRoot":"","sources":["../../src/components/Blocks.ts"],"names":[],"mappings":";;AACA,uEAAoE;AACpE,iEAA8D;AAC9D,yCAAsC;AACtC,gFAA6E;AAC7E,iEAA8D;AAC9D,8DAA2D;AAC3D,wDAAqD;AACrD,8DAA2D;AAC3D,kDAA+C;AAC/C,+FAA4F;AAC5F,8DAA2D;AAC3D,mFAAgF;AAChF,6EAA0E;AAC1E,4FAAyF;AACzF,iEAA8D;AAC9D,mFAAgF;AAChF,sFAAmF;AACnF,wGAAqG;AACrG,sFAAmF;AACnF,mFAAgF;AAChF,uEAAoE;AACpE,iEAA8D;AAC9D,6EAA0E;AAC1E,wDAAqD;AACrD,
|
|
1
|
+
{"version":3,"file":"Blocks.js","sourceRoot":"","sources":["../../src/components/Blocks.ts"],"names":[],"mappings":"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"}
|
|
@@ -8,8 +8,8 @@ const style_1 = require("../../utils/style");
|
|
|
8
8
|
const Headline_1 = require("../Headline/Headline");
|
|
9
9
|
const titleSize_1 = require("./titleSize");
|
|
10
10
|
const layerBaseStyle = 'z-10 border border-solid w-full h-full';
|
|
11
|
-
const layerStyle = (0, style_1.style)(layerBaseStyle, 'absolute hidden
|
|
12
|
-
exports.CarouselCard = (0, uni_jsx_1.JSX)(({ className, title, description, button, ...rest }) => ((0, jsx_runtime_1.jsx)(BlockWrapper_1.BlockWrapper, { className: (0, style_1.style)('sm:pl-6xl sm:pb-4xl', className), defaultPadding: "p-0", ...rest, children: (0, jsx_runtime_1.jsxs)("div", { className: "relative", children: [(0, jsx_runtime_1.jsx)("div", { className: (0, style_1.style)(layerStyle, 'top-9 right-12 bg-green-dark') }), (0, jsx_runtime_1.jsx)("div", { className: (0, style_1.style)(layerStyle, 'top-6 right-8 bg-green') }), (0, jsx_runtime_1.jsx)("div", { className: (0, style_1.style)(layerStyle, 'top-3 right-4 bg-green-light') }), (0, jsx_runtime_1.jsxs)("div", { className: (0, style_1.style)(layerBaseStyle, 'relative p-xl sm:p-5xl bg-white border-transparent sm:border-green-light'), children: [(0, jsx_runtime_1.jsx)(Headline_1.Headline, { title: title, description: description, headlineVersion: titleSize_1.titleSize, align: "text-left", isEmbedded: true }), (0, renderButtonsSection_1.renderButtonsSection)([button], {
|
|
11
|
+
const layerStyle = (0, style_1.style)(layerBaseStyle, 'absolute hidden @xl:block border-transparent');
|
|
12
|
+
exports.CarouselCard = (0, uni_jsx_1.JSX)(({ className, title, description, button, ...rest }) => ((0, jsx_runtime_1.jsx)(BlockWrapper_1.BlockWrapper, { className: (0, style_1.style)('sm:pl-6xl sm:pb-4xl @container-normal', className), defaultPadding: "p-0", ...rest, children: (0, jsx_runtime_1.jsxs)("div", { className: "relative", children: [(0, jsx_runtime_1.jsx)("div", { className: (0, style_1.style)(layerStyle, 'top-9 right-12 bg-green-dark') }), (0, jsx_runtime_1.jsx)("div", { className: (0, style_1.style)(layerStyle, 'top-6 right-8 bg-green') }), (0, jsx_runtime_1.jsx)("div", { className: (0, style_1.style)(layerStyle, 'top-3 right-4 bg-green-light') }), (0, jsx_runtime_1.jsxs)("div", { className: (0, style_1.style)(layerBaseStyle, 'relative p-xl sm:p-5xl bg-white border-transparent sm:border-green-light'), children: [(0, jsx_runtime_1.jsx)(Headline_1.Headline, { title: title, description: description, headlineVersion: titleSize_1.titleSize, align: "text-left", isEmbedded: true }), (0, renderButtonsSection_1.renderButtonsSection)([button], {
|
|
13
13
|
className: 'mt-m sm:mt-6xl sm:justify-center',
|
|
14
14
|
isVertical: true,
|
|
15
15
|
})] })] }) })));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CarouselCard.js","sourceRoot":"","sources":["../../../src/components/CarouselCard/CarouselCard.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAExC,4DAAyD;AACzD,mFAAgF;AAChF,6CAA0C;AAC1C,mDAAgD;AAEhD,2CAAwC;AAIxC,MAAM,cAAc,GAAG,wCAAwC,CAAC;AAChE,MAAM,UAAU,GAAG,IAAA,aAAK,EAAC,cAAc,EAAE,
|
|
1
|
+
{"version":3,"file":"CarouselCard.js","sourceRoot":"","sources":["../../../src/components/CarouselCard/CarouselCard.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAExC,4DAAyD;AACzD,mFAAgF;AAChF,6CAA0C;AAC1C,mDAAgD;AAEhD,2CAAwC;AAIxC,MAAM,cAAc,GAAG,wCAAwC,CAAC;AAChE,MAAM,UAAU,GAAG,IAAA,aAAK,EAAC,cAAc,EAAE,8CAA8C,CAAC,CAAC;AAE5E,QAAA,YAAY,GAAG,IAAA,aAAG,EAC7B,CAAC,EAAE,SAAS,EAAE,KAAK,EAAE,WAAW,EAAE,MAAM,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,CAAC,CACtD,uBAAC,2BAAY,IACX,SAAS,EAAE,IAAA,aAAK,EAAC,uCAAuC,EAAE,SAAS,CAAC,EACpE,cAAc,EAAC,KAAK,KAChB,IAAI,YAER,iCAAK,SAAS,EAAC,UAAU,aACvB,gCAAK,SAAS,EAAE,IAAA,aAAK,EAAC,UAAU,EAAE,8BAA8B,CAAC,GAAI,EACrE,gCAAK,SAAS,EAAE,IAAA,aAAK,EAAC,UAAU,EAAE,wBAAwB,CAAC,GAAI,EAC/D,gCAAK,SAAS,EAAE,IAAA,aAAK,EAAC,UAAU,EAAE,8BAA8B,CAAC,GAAI,EACrE,iCACE,SAAS,EAAE,IAAA,aAAK,EACd,cAAc,EACd,0EAA0E,CAC3E,aAED,uBAAC,mBAAQ,IACP,KAAK,EAAE,KAAK,EACZ,WAAW,EAAE,WAAW,EACxB,eAAe,EAAE,qBAAS,EAC1B,KAAK,EAAC,WAAW,EACjB,UAAU,EAAE,IAAI,GAChB,EACD,IAAA,2CAAoB,EAAC,CAAC,MAAM,CAAC,EAAE;wBAC9B,SAAS,EAAE,kCAAkC;wBAC7C,UAAU,EAAE,IAAI;qBACjB,CAAC,IACE,IACF,GACO,CAChB,CACF,CAAC"}
|
|
@@ -4,14 +4,14 @@ const jsx_runtime_1 = require("@redneckz/uni-jsx/jsx-runtime");
|
|
|
4
4
|
const uni_jsx_1 = require("@redneckz/uni-jsx");
|
|
5
5
|
const useLink_1 = require("../../hooks/useLink");
|
|
6
6
|
const Img_1 = require("../../ui-kit/Img/Img");
|
|
7
|
-
const style_1 = require("../../utils/style");
|
|
8
7
|
const Text_1 = require("../../ui-kit/Text/Text");
|
|
8
|
+
const style_1 = require("../../utils/style");
|
|
9
9
|
const LINK_CLASS_NAME = `absolute border
|
|
10
10
|
bg-white flex justify-between group-hover/link:text-primary-main`;
|
|
11
11
|
const LINK_BORDER_CLASS_NAME = 'hidden xl:block absolute w-full h-full border border-white';
|
|
12
12
|
exports.CarouselLinkButton = (0, uni_jsx_1.JSX)(({ text, href = '', target = '', className = '' }) => {
|
|
13
13
|
const link = (0, useLink_1.useLink)();
|
|
14
14
|
const adjustedProps = link({ href, target });
|
|
15
|
-
return text ? ((0, jsx_runtime_1.jsx)("div", { className: (0, style_1.style)('flex relative group/link pl-s pb-s min-w-[16rem] xl:min-w-[20rem]', className), children: (0, jsx_runtime_1.jsxs)("div", { className: "relative min-h-16 w-full", children: [(0, jsx_runtime_1.jsxs)("a", { className: (0, style_1.style)(LINK_CLASS_NAME, 'sm:rounded-md rounded-none w-full px-xl py-lg whitespace-nowrap'), role: "link", ...adjustedProps, children: [(0, jsx_runtime_1.jsx)(Text_1.Text, { size: "text-l", font: "font-light", color: "text-primary-text", children: text }), (0, jsx_runtime_1.jsx)(Img_1.Img, { className: "group-hover/link:brightness-100 hidden xl:block ml-2xs", image: { icon: 'ArrowRightIcon', iconVersion: 'black' }, imageClassName: "group-hover/link:text-primary-main hidden xl:block", width: "24", height: "24" })] }), (0, jsx_runtime_1.jsx)("div", { className: (0, style_1.style)(LINK_BORDER_CLASS_NAME, '-bottom-1.5 -left-1.5') }), (0, jsx_runtime_1.jsx)("div", { className: (0, style_1.style)(LINK_BORDER_CLASS_NAME, '-bottom-3 -left-3') })] }) })) : null;
|
|
15
|
+
return text ? ((0, jsx_runtime_1.jsx)("div", { className: (0, style_1.style)('flex relative group/link pl-s pb-s min-w-[16rem] xl:min-w-[20rem]', className), children: (0, jsx_runtime_1.jsxs)("div", { className: "relative min-h-16 w-full", children: [(0, jsx_runtime_1.jsxs)("a", { className: (0, style_1.style)(LINK_CLASS_NAME, 'sm:rounded-md rounded-none w-full px-xl py-lg whitespace-nowrap z-10'), role: "link", ...adjustedProps, children: [(0, jsx_runtime_1.jsx)(Text_1.Text, { size: "text-l", font: "font-light", color: "text-primary-text", children: text }), (0, jsx_runtime_1.jsx)(Img_1.Img, { className: "group-hover/link:brightness-100 hidden xl:block ml-2xs", image: { icon: 'ArrowRightIcon', iconVersion: 'black' }, imageClassName: "group-hover/link:text-primary-main hidden xl:block", width: "24", height: "24" })] }), (0, jsx_runtime_1.jsx)("div", { className: (0, style_1.style)(LINK_BORDER_CLASS_NAME, '-bottom-1.5 -left-1.5') }), (0, jsx_runtime_1.jsx)("div", { className: (0, style_1.style)(LINK_BORDER_CLASS_NAME, '-bottom-3 -left-3') })] }) })) : null;
|
|
16
16
|
});
|
|
17
17
|
//# sourceMappingURL=CarouselLinkButton.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CarouselLinkButton.js","sourceRoot":"","sources":["../../../src/components/CarouselLinks/CarouselLinkButton.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,iDAA8C;AAE9C,8CAA2C;AAC3C,
|
|
1
|
+
{"version":3,"file":"CarouselLinkButton.js","sourceRoot":"","sources":["../../../src/components/CarouselLinks/CarouselLinkButton.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,iDAA8C;AAE9C,8CAA2C;AAC3C,iDAA8C;AAC9C,6CAA0C;AAE1C,MAAM,eAAe,GAAG;mEAC2C,CAAC;AAEpE,MAAM,sBAAsB,GAAG,4DAA4D,CAAC;AAM/E,QAAA,kBAAkB,GAAG,IAAA,aAAG,EACnC,CAAC,EAAE,IAAI,EAAE,IAAI,GAAG,EAAE,EAAE,MAAM,GAAG,EAAE,EAAE,SAAS,GAAG,EAAE,EAAE,EAAE,EAAE;IACnD,MAAM,IAAI,GAAG,IAAA,iBAAO,GAAE,CAAC;IACvB,MAAM,aAAa,GAAG,IAAI,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC,CAAC;IAE7C,OAAO,IAAI,CAAC,CAAC,CAAC,CACZ,gCACE,SAAS,EAAE,IAAA,aAAK,EACd,mEAAmE,EACnE,SAAS,CACV,YAED,iCAAK,SAAS,EAAC,0BAA0B,aACvC,+BACE,SAAS,EAAE,IAAA,aAAK,EACd,eAAe,EACf,sEAAsE,CACvE,EACD,IAAI,EAAC,MAAM,KACP,aAAa,aAEjB,uBAAC,WAAI,IAAC,IAAI,EAAC,QAAQ,EAAC,IAAI,EAAC,YAAY,EAAC,KAAK,EAAC,mBAAmB,YAC5D,IAAI,GACA,EACP,uBAAC,SAAG,IACF,SAAS,EAAC,wDAAwD,EAClE,KAAK,EAAE,EAAE,IAAI,EAAE,gBAAgB,EAAE,WAAW,EAAE,OAAO,EAAE,EACvD,cAAc,EAAC,oDAAoD,EACnE,KAAK,EAAC,IAAI,EACV,MAAM,EAAC,IAAI,GACX,IACA,EACJ,gCAAK,SAAS,EAAE,IAAA,aAAK,EAAC,sBAAsB,EAAE,uBAAuB,CAAC,GAAI,EAC1E,gCAAK,SAAS,EAAE,IAAA,aAAK,EAAC,sBAAsB,EAAE,mBAAmB,CAAC,GAAI,IAClE,GACF,CACP,CAAC,CAAC,CAAC,IAAI,CAAC;AACX,CAAC,CACF,CAAC"}
|
|
@@ -5,7 +5,7 @@ const uni_jsx_1 = require("@redneckz/uni-jsx");
|
|
|
5
5
|
const BaseProductTile_1 = require("../../ui-kit/BaseProductTile/BaseProductTile");
|
|
6
6
|
const BlockWrapper_1 = require("../../ui-kit/BlockWrapper");
|
|
7
7
|
const LinkWrapper_1 = require("../../ui-kit/LinkWrapper/LinkWrapper");
|
|
8
|
-
exports.CarouselProgramsCard = (0, uni_jsx_1.JSX)(({ className, title, icon, list, href, target, ...rest }) => ((0, jsx_runtime_1.jsx)(BlockWrapper_1.BlockWrapper, { className: className, defaultPadding: "p-3xl", ...rest, children: (0, jsx_runtime_1.jsx)(LinkWrapper_1.LinkWrapper, { className: "flex items-center h-full", href: href, target: target, children: (0, jsx_runtime_1.jsx)(BaseProductTile_1.BaseProductTile, { title: title, headlineVersion: "XS", image: icon, imageOptions: { directionRight:
|
|
8
|
+
exports.CarouselProgramsCard = (0, uni_jsx_1.JSX)(({ className, title, icon, list, href, target, ...rest }) => ((0, jsx_runtime_1.jsx)(BlockWrapper_1.BlockWrapper, { className: className, defaultPadding: "p-3xl", ...rest, children: (0, jsx_runtime_1.jsx)(LinkWrapper_1.LinkWrapper, { className: "flex items-center h-full", href: href, target: target, children: (0, jsx_runtime_1.jsx)(BaseProductTile_1.BaseProductTile, { title: title, headlineVersion: "XS", image: icon, imageOptions: { directionRight: true, imageAlign: 'center' }, benefits: list?.map((_) => ({
|
|
9
9
|
type: 'default',
|
|
10
10
|
label: _.title,
|
|
11
11
|
description: _.description,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CarouselProgramsCard.js","sourceRoot":"","sources":["../../../src/components/CarouselProgramsCard/CarouselProgramsCard.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAExC,kFAA+E;AAC/E,4DAAyD;AACzD,sEAAmE;AAKtD,QAAA,oBAAoB,GAAG,IAAA,aAAG,EACrC,CAAC,EAAE,SAAS,EAAE,KAAK,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,CAAC,CAC3D,uBAAC,2BAAY,IAAC,SAAS,EAAE,SAAS,EAAE,cAAc,EAAC,OAAO,KAAK,IAAI,YACjE,uBAAC,yBAAW,IAAC,SAAS,EAAC,0BAA0B,EAAC,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,YAC1E,uBAAC,iCAAe,IACd,KAAK,EAAE,KAAK,EACZ,eAAe,EAAC,IAAI,EACpB,KAAK,EAAE,IAAI,EACX,YAAY,EAAE,EAAE,cAAc,EAAE,
|
|
1
|
+
{"version":3,"file":"CarouselProgramsCard.js","sourceRoot":"","sources":["../../../src/components/CarouselProgramsCard/CarouselProgramsCard.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAExC,kFAA+E;AAC/E,4DAAyD;AACzD,sEAAmE;AAKtD,QAAA,oBAAoB,GAAG,IAAA,aAAG,EACrC,CAAC,EAAE,SAAS,EAAE,KAAK,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,CAAC,CAC3D,uBAAC,2BAAY,IAAC,SAAS,EAAE,SAAS,EAAE,cAAc,EAAC,OAAO,KAAK,IAAI,YACjE,uBAAC,yBAAW,IAAC,SAAS,EAAC,0BAA0B,EAAC,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,YAC1E,uBAAC,iCAAe,IACd,KAAK,EAAE,KAAK,EACZ,eAAe,EAAC,IAAI,EACpB,KAAK,EAAE,IAAI,EACX,YAAY,EAAE,EAAE,cAAc,EAAE,IAAI,EAAE,UAAU,EAAE,QAAQ,EAAE,EAC5D,QAAQ,EAAE,IAAI,EAAE,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC;gBAC1B,IAAI,EAAE,SAAS;gBACf,KAAK,EAAE,CAAC,CAAC,KAAK;gBACd,WAAW,EAAE,CAAC,CAAC,WAAW;aAC3B,CAAC,CAAC,GACH,GACU,GACD,CAChB,CACF,CAAC"}
|
|
@@ -10,10 +10,11 @@ const findActiveSubItem_1 = require("./findActiveSubItem");
|
|
|
10
10
|
const HeaderChatBotButton_1 = require("./HeaderChatBotButton");
|
|
11
11
|
const HeaderSubMenuItem_1 = require("./HeaderSubMenuItem");
|
|
12
12
|
const InternetBankButton_1 = require("./InternetBankButton");
|
|
13
|
+
const HEADER_AREA_KEY = 'header';
|
|
13
14
|
exports.HeaderSubMenu = (0, uni_jsx_1.JSX)(({ subItems = [], version, internetBankUrl }) => {
|
|
14
15
|
const iconVersion = version === 'transparent' ? 'white' : 'black';
|
|
15
16
|
const router = (0, useRouter_1.useRouter)();
|
|
16
|
-
const visibleSubItems = (0, hooks_1.useMemo)(() => subItems.filter((item) => !item.displayArea || item.displayArea ===
|
|
17
|
+
const visibleSubItems = (0, hooks_1.useMemo)(() => subItems.filter((item) => !item.displayArea || item.displayArea.toLowerCase() === HEADER_AREA_KEY), [subItems]);
|
|
17
18
|
const activeSubItem = (0, findActiveSubItem_1.findActiveSubItem)(router)(subItems);
|
|
18
19
|
const [visibleItemsCount, setVisibleItemsCount] = (0, hooks_1.useState)(visibleSubItems.length);
|
|
19
20
|
const dropDownMenuItems = visibleSubItems.slice(visibleItemsCount);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HeaderSubMenu.js","sourceRoot":"","sources":["../../../src/components/Header/HeaderSubMenu.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,uDAAwE;AAExE,qDAAkD;AAIlD,2DAAwD;AACxD,iDAA8C;AAC9C,2DAAwD;AACxD,+DAA4D;AAC5D,2DAAwD;AACxD,6DAA0D;
|
|
1
|
+
{"version":3,"file":"HeaderSubMenu.js","sourceRoot":"","sources":["../../../src/components/Header/HeaderSubMenu.tsx"],"names":[],"mappings":"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"}
|
|
@@ -4,14 +4,15 @@ const jsx_runtime_1 = require("@redneckz/uni-jsx/jsx-runtime");
|
|
|
4
4
|
const uni_jsx_1 = require("@redneckz/uni-jsx");
|
|
5
5
|
const BaseTile_1 = require("../../ui-kit/BaseTile/BaseTile");
|
|
6
6
|
const BlockWrapper_1 = require("../../ui-kit/BlockWrapper");
|
|
7
|
+
const renderButtonsSection_1 = require("../../ui-kit/Button/renderButtonsSection");
|
|
7
8
|
const Heading_1 = require("../../ui-kit/Heading/Heading");
|
|
8
9
|
const Img_1 = require("../../ui-kit/Img/Img");
|
|
9
10
|
const style_1 = require("../../utils/style");
|
|
10
11
|
const renderDescription_1 = require("./renderDescription");
|
|
11
12
|
const renderList_1 = require("./renderList");
|
|
12
|
-
const buttonsConditionStyle_1 = require("./buttonsConditionStyle");
|
|
13
13
|
exports.MobileAppTile = (0, uni_jsx_1.JSX)(({ className, padding, align = 'text-left', buttons = [], description, headingType = 'h4', image, items, listItemSize, qr, title = 'Мобильное приложение', version = 'primary', ...rest }) => {
|
|
14
14
|
const containerStyle = version === 'secondary' ? 'p-m min-w-32' : 'min-w-24';
|
|
15
|
-
|
|
15
|
+
const img = image?.src ? (0, jsx_runtime_1.jsx)(Img_1.Img, { className: "hidden lg:block", image: image }) : null;
|
|
16
|
+
return ((0, jsx_runtime_1.jsx)(BlockWrapper_1.BlockWrapper, { className: (0, style_1.style)('min-h-80', className), padding: "p-0", version: version, ...rest, children: (0, jsx_runtime_1.jsxs)(BaseTile_1.BaseTile, { className: "h-full", padding: padding, defaultPadding: "p-6xl", title: title ? ((0, jsx_runtime_1.jsx)(Heading_1.Heading, { headingType: headingType, title: title, className: (0, style_1.style)('whitespace-pre-wrap', align) })) : null, rightImage: img, buttons: (0, renderButtonsSection_1.renderButtonsSection)(buttons), children: [(0, renderDescription_1.renderDescription)(description), (0, jsx_runtime_1.jsxs)("div", { className: (0, style_1.style)('gap-m', 'flex flex-1 flex-col', 'flex-col items-start @4xl:flex-row @4xl:items-center'), children: [(0, renderList_1.renderList)(items, listItemSize), qr?.src ? ((0, jsx_runtime_1.jsx)("div", { className: (0, style_1.style)('flex justify-center bg-white rounded-md @4xl:-order-1', containerStyle), children: (0, jsx_runtime_1.jsx)(Img_1.Img, { className: "w-fit", image: qr }) })) : null, image?.src ? (0, jsx_runtime_1.jsx)(Img_1.Img, { className: "lg:hidden", image: image }) : null] })] }) }));
|
|
16
17
|
});
|
|
17
18
|
//# sourceMappingURL=MobileAppTile.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MobileAppTile.js","sourceRoot":"","sources":["../../../src/components/MobileAppTile/MobileAppTile.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAExC,6DAA0D;AAC1D,4DAAyD;AACzD,0DAAuD;AACvD,8CAA2C;AAC3C,6CAA0C;AAE1C,2DAAwD;AACxD,6CAA0C;
|
|
1
|
+
{"version":3,"file":"MobileAppTile.js","sourceRoot":"","sources":["../../../src/components/MobileAppTile/MobileAppTile.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAExC,6DAA0D;AAC1D,4DAAyD;AACzD,mFAAgF;AAChF,0DAAuD;AACvD,8CAA2C;AAC3C,6CAA0C;AAE1C,2DAAwD;AACxD,6CAA0C;AAI7B,QAAA,aAAa,GAAG,IAAA,aAAG,EAC9B,CAAC,EACC,SAAS,EACT,OAAO,EACP,KAAK,GAAG,WAAW,EACnB,OAAO,GAAG,EAAE,EACZ,WAAW,EACX,WAAW,GAAG,IAAI,EAClB,KAAK,EACL,KAAK,EACL,YAAY,EACZ,EAAE,EACF,KAAK,GAAG,sBAAsB,EAC9B,OAAO,GAAG,SAAS,EACnB,GAAG,IAAI,EACR,EAAE,EAAE;IACH,MAAM,cAAc,GAAG,OAAO,KAAK,WAAW,CAAC,CAAC,CAAC,cAAc,CAAC,CAAC,CAAC,UAAU,CAAC;IAE7E,MAAM,GAAG,GAAG,KAAK,EAAE,GAAG,CAAC,CAAC,CAAC,uBAAC,SAAG,IAAC,SAAS,EAAC,iBAAiB,EAAC,KAAK,EAAE,KAAK,GAAI,CAAC,CAAC,CAAC,IAAI,CAAC;IAElF,OAAO,CACL,uBAAC,2BAAY,IACX,SAAS,EAAE,IAAA,aAAK,EAAC,UAAU,EAAE,SAAS,CAAC,EACvC,OAAO,EAAC,KAAK,EACb,OAAO,EAAE,OAAO,KACZ,IAAI,YAER,wBAAC,mBAAQ,IACP,SAAS,EAAC,QAAQ,EAClB,OAAO,EAAE,OAAO,EAChB,cAAc,EAAC,OAAO,EACtB,KAAK,EACH,KAAK,CAAC,CAAC,CAAC,CACN,uBAAC,iBAAO,IACN,WAAW,EAAE,WAAW,EACxB,KAAK,EAAE,KAAK,EACZ,SAAS,EAAE,IAAA,aAAK,EAAC,qBAAqB,EAAE,KAAK,CAAC,GAC9C,CACH,CAAC,CAAC,CAAC,IAAI,EAEV,UAAU,EAAE,GAAG,EACf,OAAO,EAAE,IAAA,2CAAoB,EAAC,OAAO,CAAC,aAErC,IAAA,qCAAiB,EAAC,WAAW,CAAC,EAC/B,iCACE,SAAS,EAAE,IAAA,aAAK,EACd,OAAO,EACP,sBAAsB,EACtB,sDAAsD,CACvD,aAEA,IAAA,uBAAU,EAAC,KAAK,EAAE,YAAY,CAAC,EAC/B,EAAE,EAAE,GAAG,CAAC,CAAC,CAAC,CACT,gCACE,SAAS,EAAE,IAAA,aAAK,EACd,uDAAuD,EACvD,cAAc,CACf,YAED,uBAAC,SAAG,IAAC,SAAS,EAAC,OAAO,EAAC,KAAK,EAAE,EAAE,GAAI,GAChC,CACP,CAAC,CAAC,CAAC,IAAI,EACP,KAAK,EAAE,GAAG,CAAC,CAAC,CAAC,uBAAC,SAAG,IAAC,SAAS,EAAC,WAAW,EAAC,KAAK,EAAE,KAAK,GAAI,CAAC,CAAC,CAAC,IAAI,IAC5D,IACG,GACE,CAChB,CAAC;AACJ,CAAC,CACF,CAAC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import type { HeadlineCommonProps } from '../../model/HeadlineType';
|
|
2
2
|
import type { UniBlockContent } from '../../model/JSXBlock';
|
|
3
3
|
import type { Picture } from '../../model/Picture';
|
|
4
|
+
import type { ButtonsSectionContent } from '../../ui-kit/Button/ButtonsSectionContent';
|
|
4
5
|
import type { HeadingCommonProps } from '../../ui-kit/Heading/HeadingProps';
|
|
5
6
|
import type { ImageContent } from '../../ui-kit/Img/ImgProps';
|
|
6
7
|
import type { ListContent } from '../../ui-kit/List/ListContent';
|
|
7
|
-
import type { ButtonsSectionContent } from '../../ui-kit/Button/ButtonsSectionContent';
|
|
8
8
|
/**
|
|
9
9
|
* @title Мобильное приложение
|
|
10
10
|
*/
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { TextColor } from '../../ui-kit/Text/TextProps';
|
|
2
|
+
declare const colorStyle: Record<string, {
|
|
3
|
+
border: string;
|
|
4
|
+
text: TextColor;
|
|
5
|
+
}>;
|
|
6
|
+
export interface BadgeProps {
|
|
7
|
+
className?: string;
|
|
8
|
+
color?: keyof typeof colorStyle;
|
|
9
|
+
}
|
|
10
|
+
export declare const Badge: import("@redneckz/uni-jsx").UNIComponent<BadgeProps, any, any>;
|
|
11
|
+
export {};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2
|
+
exports.Badge = void 0;
|
|
3
|
+
const jsx_runtime_1 = require("@redneckz/uni-jsx/jsx-runtime");
|
|
4
|
+
const uni_jsx_1 = require("@redneckz/uni-jsx");
|
|
5
|
+
const Text_1 = require("../../ui-kit/Text/Text");
|
|
6
|
+
const style_1 = require("../../utils/style");
|
|
7
|
+
const colorStyle = {
|
|
8
|
+
yellow: { border: 'border-yellow-light', text: 'text-yellow' },
|
|
9
|
+
green: { border: 'border-green-light', text: 'text-green-dark' },
|
|
10
|
+
gray: { border: 'border-gray', text: 'text-secondary-text' },
|
|
11
|
+
red: { border: 'border-error', text: 'text-error' },
|
|
12
|
+
};
|
|
13
|
+
exports.Badge = (0, uni_jsx_1.JSX)(({ className, children, color = 'gray' }) => ((0, jsx_runtime_1.jsx)("div", { className: (0, style_1.style)('p-s border border-gray rounded-md flex items-center', colorStyle[color].border, className), children: (0, jsx_runtime_1.jsx)(Text_1.Text, { size: "text-m", color: colorStyle[color].text, children: children }) })));
|
|
14
|
+
//# sourceMappingURL=Badge.js.map
|