@redneckz/wildless-cms-uni-blocks 0.6.35 → 0.6.37
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/migration-scripts/0.6.32.js +6 -0
- package/bundle/blocks.schema.json +1 -1
- package/bundle/bundle.umd.js +276 -160
- package/bundle/bundle.umd.min.js +1 -1
- package/bundle/components/CarouselInvestmentCard/CarouselInvestmentCard.d.ts +5 -0
- package/{lib/components/InvestmentGallery/InvestmentGalleryContent.d.ts → bundle/components/CarouselInvestmentCard/CarouselInvestmentCardContent.d.ts} +19 -23
- package/bundle/components/CarouselProgramsCard/CarouselProgramsCard.d.ts +5 -0
- package/bundle/components/CarouselProgramsCard/CarouselProgramsCardContent.d.ts +12 -0
- package/bundle/components/CarouselTariffsCard/CarouselTariffsCard.d.ts +1 -1
- package/bundle/components/Gallery/GalleryContent.d.ts +5 -0
- package/bundle/components/Header/HeaderSubMenuItem.d.ts +2 -1
- package/bundle/components/ImgBlock/ImgBlock.d.ts +6 -0
- package/bundle/components/ImgBlock/ImgBlockContent.d.ts +7 -0
- package/bundle/components/ParagraphBlock/ParagraphBlock.d.ts +6 -0
- package/bundle/components/ParagraphBlock/ParagraphBlockContent.d.ts +8 -0
- package/bundle/components/SafeDepositRental/SafeDepositRentalFields.d.ts +1 -1
- package/bundle/components/SafeDepositRental/SafeDepositRentalForm.d.ts +1 -1
- package/bundle/components/Video/VideoContent.d.ts +1 -0
- package/bundle/hooks/useIntersectionObserver.d.ts +7 -1
- package/bundle/ui-kit/Button/ArrowButton.d.ts +2 -0
- package/bundle/ui-kit/Paragraph/Paragraph.d.ts +1 -8
- package/bundle/ui-kit/Paragraph/ParagraphProps.d.ts +7 -0
- package/bundle/ui-kit/Radio/RadioProps.d.ts +1 -2
- package/bundle/ui-kit/SwipeListControl/SwipeListContainer.d.ts +19 -0
- package/bundle/ui-kit/SwipeListControl/SwipeListControlDots.d.ts +7 -4
- package/bundle/ui-kit/SwipeListControl/SwipeListControlProps.d.ts +3 -3
- package/bundle/ui-kit/SwipeListControl/SwipeListItem.d.ts +14 -0
- package/bundle/ui-kit/SwipeListControl/scrollBy.d.ts +1 -0
- package/bundle/ui-kit/SwipeListControl/scrollToEnd.d.ts +1 -0
- package/bundle/ui-kit/SwipeListControl/scrollToStart.d.ts +1 -0
- package/bundle/ui-kit/SwipeListControl/useSwipeListScroll.d.ts +17 -0
- package/bundle/ui-kit/Text/Text.d.ts +1 -26
- package/bundle/ui-kit/Text/TextProps.d.ts +26 -0
- package/bundle/utils/areArraysEqual.d.ts +1 -0
- package/bundle/utils/mapChildren.d.ts +2 -0
- package/bundle/utils/maxBy.d.ts +2 -2
- package/bundle/utils/minBy.d.ts +1 -0
- package/dist/components/Blocks.js +9 -3
- package/dist/components/Blocks.js.map +1 -1
- package/dist/components/Calculator/BonusCalculatorForm.js +4 -2
- package/dist/components/Calculator/BonusCalculatorForm.js.map +1 -1
- package/dist/components/Calculator/CreditCalculatorForm.js +3 -1
- package/dist/components/Calculator/CreditCalculatorForm.js.map +1 -1
- package/dist/components/Calculator/DepositCalculatorForm.js +5 -2
- package/dist/components/Calculator/DepositCalculatorForm.js.map +1 -1
- package/dist/components/Carousel/Carousel.js +15 -15
- package/dist/components/Carousel/Carousel.js.map +1 -1
- package/dist/components/CarouselCard/CarouselCard.js +2 -2
- package/dist/components/CarouselCard/CarouselCard.js.map +1 -1
- package/dist/components/CarouselInvestmentCard/CarouselInvestmentCard.d.ts +5 -0
- package/dist/components/CarouselInvestmentCard/CarouselInvestmentCard.js +28 -0
- package/dist/components/CarouselInvestmentCard/CarouselInvestmentCard.js.map +1 -0
- package/dist/components/{InvestmentGallery/InvestmentGalleryContent.d.ts → CarouselInvestmentCard/CarouselInvestmentCardContent.d.ts} +19 -23
- package/dist/components/CarouselInvestmentCard/CarouselInvestmentCardContent.js +2 -0
- package/dist/components/CarouselInvestmentCard/CarouselInvestmentCardContent.js.map +1 -0
- package/dist/components/CarouselProgramsCard/CarouselProgramsCard.d.ts +5 -0
- package/dist/components/CarouselProgramsCard/CarouselProgramsCard.js +12 -0
- package/dist/components/CarouselProgramsCard/CarouselProgramsCard.js.map +1 -0
- package/dist/components/CarouselProgramsCard/CarouselProgramsCardContent.d.ts +12 -0
- package/dist/components/CarouselProgramsCard/CarouselProgramsCardContent.js +2 -0
- package/dist/components/CarouselProgramsCard/CarouselProgramsCardContent.js.map +1 -0
- package/dist/components/CarouselTariffsCard/CarouselTariffsCard.d.ts +1 -1
- package/dist/components/CarouselTariffsCard/CarouselTariffsCard.js +10 -14
- package/dist/components/CarouselTariffsCard/CarouselTariffsCard.js.map +1 -1
- package/dist/components/ComparisonTable/ComparisonTable.js +2 -2
- package/dist/components/ComparisonTable/ComparisonTable.js.map +1 -1
- package/dist/components/ComparisonTable/ComparisonTable.mobile.js +1 -1
- package/dist/components/ComparisonTable/ComparisonTable.mobile.js.map +1 -1
- package/dist/components/Gallery/Gallery.mobile.js +1 -1
- package/dist/components/Gallery/GalleryCardInner.js +6 -1
- package/dist/components/Gallery/GalleryCardInner.js.map +1 -1
- package/dist/components/Gallery/GalleryContent.d.ts +5 -0
- package/dist/components/Gallery/GalleryInner.js.map +1 -1
- package/dist/components/Header/Header.mobile.js +2 -2
- package/dist/components/Header/Header.mobile.js.map +1 -1
- package/dist/components/Header/HeaderSubMenu.js +1 -1
- package/dist/components/Header/HeaderSubMenu.js.map +1 -1
- package/dist/components/Header/HeaderSubMenuItem.d.ts +2 -1
- package/dist/components/Header/HeaderSubMenuItem.js.map +1 -1
- package/dist/components/ImgBlock/ImgBlock.d.ts +6 -0
- package/dist/components/ImgBlock/ImgBlock.js +11 -0
- package/dist/components/ImgBlock/ImgBlock.js.map +1 -0
- package/dist/components/ImgBlock/ImgBlockContent.d.ts +7 -0
- package/dist/components/{InvestmentGallery/InvestmentGalleryContent.js → ImgBlock/ImgBlockContent.js} +1 -1
- package/dist/components/ImgBlock/ImgBlockContent.js.map +1 -0
- package/dist/components/InsuranceAmountBlock/InsuranceAmountBlock.js +5 -7
- package/dist/components/InsuranceAmountBlock/InsuranceAmountBlock.js.map +1 -1
- package/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js +2 -2
- package/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js.map +1 -1
- package/dist/components/ParagraphBlock/ParagraphBlock.d.ts +6 -0
- package/dist/components/ParagraphBlock/ParagraphBlock.js +11 -0
- package/dist/components/ParagraphBlock/ParagraphBlock.js.map +1 -0
- package/dist/components/ParagraphBlock/ParagraphBlockContent.d.ts +8 -0
- package/{mobile/dist/components/InvestmentGallery/InvestmentGalleryContent.js → dist/components/ParagraphBlock/ParagraphBlockContent.js} +1 -1
- package/dist/components/ParagraphBlock/ParagraphBlockContent.js.map +1 -0
- package/dist/components/ProductGallery/ProductGallery.js +7 -7
- package/dist/components/ProductGallery/ProductGallery.js.map +1 -1
- package/dist/components/RollupItem/RollupItem.js +10 -1
- package/dist/components/RollupItem/RollupItem.js.map +1 -1
- package/dist/components/SafeDepositRental/RegionsAndBranches.js +1 -3
- package/dist/components/SafeDepositRental/RegionsAndBranches.js.map +1 -1
- package/dist/components/SafeDepositRental/RenderRadioButtons.js +1 -1
- package/dist/components/SafeDepositRental/RenderRadioButtons.js.map +1 -1
- package/dist/components/SafeDepositRental/SafeDepositRental.js +2 -4
- package/dist/components/SafeDepositRental/SafeDepositRental.js.map +1 -1
- package/dist/components/SafeDepositRental/SafeDepositRentalFields.d.ts +1 -1
- package/dist/components/SafeDepositRental/SafeDepositRentalFields.js +2 -2
- package/dist/components/SafeDepositRental/SafeDepositRentalFields.js.map +1 -1
- package/dist/components/SafeDepositRental/SafeDepositRentalForm.d.ts +1 -1
- package/dist/components/SafeDepositRental/SafeDepositRentalForm.js +2 -2
- package/dist/components/SafeDepositRental/SafeDepositRentalForm.js.map +1 -1
- package/dist/components/StepsBlock/StepsBlock.js +1 -3
- package/dist/components/StepsBlock/StepsBlock.js.map +1 -1
- package/dist/components/TariffsTable/TableTileHeader.js +1 -3
- package/dist/components/TariffsTable/TableTileHeader.js.map +1 -1
- package/dist/components/TariffsTable/TariffsTable.js +6 -6
- package/dist/components/TariffsTable/TariffsTable.js.map +1 -1
- package/dist/components/TariffsTable/TariffsTableRow.js +3 -1
- package/dist/components/TariffsTable/TariffsTableRow.js.map +1 -1
- package/dist/components/Video/VideoContent.d.ts +1 -0
- package/dist/hooks/useIntersectionObserver.d.ts +7 -1
- package/dist/hooks/useIntersectionObserver.js +10 -1
- package/dist/hooks/useIntersectionObserver.js.map +1 -1
- package/dist/hooks/useLink.js +1 -1
- package/dist/hooks/useLink.js.map +1 -1
- package/dist/ui-kit/BlockWrapper.js +1 -11
- package/dist/ui-kit/BlockWrapper.js.map +1 -1
- package/dist/ui-kit/Button/ArrowButton.d.ts +2 -0
- package/dist/ui-kit/Button/ArrowButton.js +3 -1
- package/dist/ui-kit/Button/ArrowButton.js.map +1 -1
- package/dist/ui-kit/Foldable/FoldableSection.js +1 -1
- package/dist/ui-kit/Foldable/FoldableSection.js.map +1 -1
- package/dist/ui-kit/InnerTable/InnerTable.js +3 -2
- package/dist/ui-kit/InnerTable/InnerTable.js.map +1 -1
- package/dist/ui-kit/InnerTable/InnerTableBody.js +2 -4
- package/dist/ui-kit/InnerTable/InnerTableBody.js.map +1 -1
- package/dist/ui-kit/Paragraph/Paragraph.d.ts +1 -8
- package/dist/ui-kit/Paragraph/Paragraph.js.map +1 -1
- package/dist/ui-kit/Paragraph/ParagraphProps.d.ts +7 -0
- package/dist/ui-kit/Paragraph/ParagraphProps.js +2 -0
- package/dist/ui-kit/Paragraph/ParagraphProps.js.map +1 -0
- package/dist/ui-kit/Radio/Radio.js +1 -1
- package/dist/ui-kit/Radio/Radio.js.map +1 -1
- package/dist/ui-kit/Radio/RadioProps.d.ts +1 -2
- package/dist/ui-kit/Select/Select.js.map +1 -1
- package/dist/ui-kit/SwipeListControl/SwipeListContainer.d.ts +19 -0
- package/dist/ui-kit/SwipeListControl/SwipeListContainer.js +35 -0
- package/dist/ui-kit/SwipeListControl/SwipeListContainer.js.map +1 -0
- package/dist/ui-kit/SwipeListControl/SwipeListControl.js +17 -38
- package/dist/ui-kit/SwipeListControl/SwipeListControl.js.map +1 -1
- package/dist/ui-kit/SwipeListControl/SwipeListControlDots.d.ts +7 -4
- package/dist/ui-kit/SwipeListControl/SwipeListControlDots.js +10 -27
- package/dist/ui-kit/SwipeListControl/SwipeListControlDots.js.map +1 -1
- package/dist/ui-kit/SwipeListControl/SwipeListControlProps.d.ts +3 -3
- package/dist/ui-kit/SwipeListControl/SwipeListItem.d.ts +14 -0
- package/dist/ui-kit/SwipeListControl/SwipeListItem.js +16 -0
- package/dist/ui-kit/SwipeListControl/SwipeListItem.js.map +1 -0
- package/dist/ui-kit/SwipeListControl/scrollBy.d.ts +1 -0
- package/dist/ui-kit/SwipeListControl/scrollBy.js +8 -0
- package/dist/ui-kit/SwipeListControl/scrollBy.js.map +1 -0
- package/dist/ui-kit/SwipeListControl/scrollToEnd.d.ts +1 -0
- package/dist/ui-kit/SwipeListControl/scrollToEnd.js +7 -0
- package/dist/ui-kit/SwipeListControl/scrollToEnd.js.map +1 -0
- package/dist/ui-kit/SwipeListControl/scrollToStart.d.ts +1 -0
- package/dist/ui-kit/SwipeListControl/scrollToStart.js +7 -0
- package/dist/ui-kit/SwipeListControl/scrollToStart.js.map +1 -0
- package/dist/ui-kit/SwipeListControl/useSwipeListScroll.d.ts +17 -0
- package/dist/ui-kit/SwipeListControl/useSwipeListScroll.js +57 -0
- package/dist/ui-kit/SwipeListControl/useSwipeListScroll.js.map +1 -0
- package/dist/ui-kit/Text/Text.d.ts +1 -26
- package/dist/ui-kit/Text/Text.js.map +1 -1
- package/dist/ui-kit/Text/TextProps.d.ts +26 -0
- package/dist/ui-kit/Text/TextProps.js +2 -0
- package/dist/ui-kit/Text/TextProps.js.map +1 -0
- package/dist/utils/areArraysEqual.d.ts +1 -0
- package/dist/utils/areArraysEqual.js +5 -0
- package/dist/utils/areArraysEqual.js.map +1 -0
- package/dist/utils/mapChildren.d.ts +2 -0
- package/dist/utils/mapChildren.js +10 -0
- package/dist/utils/mapChildren.js.map +1 -0
- package/dist/utils/maxBy.d.ts +2 -2
- package/dist/utils/maxBy.js +4 -4
- package/dist/utils/maxBy.js.map +1 -1
- package/dist/utils/minBy.d.ts +1 -0
- package/dist/utils/minBy.js +6 -0
- package/dist/utils/minBy.js.map +1 -0
- package/lib/common.css +1 -1
- package/lib/components/Blocks.js +9 -3
- package/lib/components/Blocks.js.map +1 -1
- package/lib/components/Calculator/BonusCalculatorForm.js +5 -3
- package/lib/components/Calculator/BonusCalculatorForm.js.map +1 -1
- package/lib/components/Calculator/CreditCalculatorForm.js +4 -2
- package/lib/components/Calculator/CreditCalculatorForm.js.map +1 -1
- package/lib/components/Calculator/DepositCalculatorForm.js +6 -3
- package/lib/components/Calculator/DepositCalculatorForm.js.map +1 -1
- package/lib/components/Carousel/Carousel.fixture.d.ts +2 -0
- package/lib/components/Carousel/Carousel.js +15 -15
- package/lib/components/Carousel/Carousel.js.map +1 -1
- package/lib/components/CarouselCard/CarouselCard.js +2 -2
- package/lib/components/CarouselCard/CarouselCard.js.map +1 -1
- package/lib/components/CarouselInvestmentCard/CarouselInvestmentCard.d.ts +5 -0
- package/lib/components/CarouselInvestmentCard/CarouselInvestmentCard.fixture.d.ts +10 -0
- package/lib/components/CarouselInvestmentCard/CarouselInvestmentCard.js +26 -0
- package/lib/components/CarouselInvestmentCard/CarouselInvestmentCard.js.map +1 -0
- package/{mobile/bundle/components/InvestmentGallery/InvestmentGalleryContent.d.ts → lib/components/CarouselInvestmentCard/CarouselInvestmentCardContent.d.ts} +19 -23
- package/lib/components/CarouselInvestmentCard/CarouselInvestmentCardContent.js +2 -0
- package/lib/components/CarouselInvestmentCard/CarouselInvestmentCardContent.js.map +1 -0
- package/lib/components/CarouselProgramsCard/CarouselProgramsCard.d.ts +5 -0
- package/lib/components/CarouselProgramsCard/CarouselProgramsCard.fixture.d.ts +8 -0
- package/lib/components/CarouselProgramsCard/CarouselProgramsCard.js +10 -0
- package/lib/components/CarouselProgramsCard/CarouselProgramsCard.js.map +1 -0
- package/lib/components/CarouselProgramsCard/CarouselProgramsCardContent.d.ts +12 -0
- package/lib/components/CarouselProgramsCard/CarouselProgramsCardContent.js +2 -0
- package/lib/components/CarouselProgramsCard/CarouselProgramsCardContent.js.map +1 -0
- package/lib/components/CarouselTariffsCard/CarouselTariffsCard.d.ts +1 -1
- package/lib/components/CarouselTariffsCard/CarouselTariffsCard.fixture.d.ts +1 -1
- package/lib/components/CarouselTariffsCard/CarouselTariffsCard.js +10 -14
- package/lib/components/CarouselTariffsCard/CarouselTariffsCard.js.map +1 -1
- package/lib/components/ComparisonTable/ComparisonTable.js +2 -2
- package/lib/components/ComparisonTable/ComparisonTable.js.map +1 -1
- package/lib/components/ComparisonTable/ComparisonTable.mobile.js +1 -1
- package/lib/components/ComparisonTable/ComparisonTable.mobile.js.map +1 -1
- package/lib/components/Gallery/Gallery.mobile.js +1 -1
- package/lib/components/Gallery/GalleryCardInner.js +6 -1
- package/lib/components/Gallery/GalleryCardInner.js.map +1 -1
- package/lib/components/Gallery/GalleryContent.d.ts +5 -0
- package/lib/components/Gallery/GalleryInner.js.map +1 -1
- package/lib/components/Header/Header.mobile.js +3 -3
- package/lib/components/Header/Header.mobile.js.map +1 -1
- package/lib/components/Header/HeaderSubMenu.js +1 -1
- package/lib/components/Header/HeaderSubMenu.js.map +1 -1
- package/lib/components/Header/HeaderSubMenuItem.d.ts +2 -1
- package/lib/components/Header/HeaderSubMenuItem.js +1 -1
- package/lib/components/Header/HeaderSubMenuItem.js.map +1 -1
- package/lib/components/ImgBlock/ImgBlock.d.ts +6 -0
- package/lib/components/{InvestmentGallery/InvestmentGallery.fixture.d.ts → ImgBlock/ImgBlock.fixture.d.ts} +0 -2
- package/lib/components/ImgBlock/ImgBlock.js +9 -0
- package/lib/components/ImgBlock/ImgBlock.js.map +1 -0
- package/lib/components/ImgBlock/ImgBlockContent.d.ts +7 -0
- package/lib/components/ImgBlock/ImgBlockContent.js +2 -0
- package/lib/components/ImgBlock/ImgBlockContent.js.map +1 -0
- package/lib/components/InsuranceAmountBlock/InsuranceAmountBlock.js +6 -8
- package/lib/components/InsuranceAmountBlock/InsuranceAmountBlock.js.map +1 -1
- package/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js +2 -2
- package/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js.map +1 -1
- package/lib/components/ParagraphBlock/ParagraphBlock.d.ts +6 -0
- package/lib/components/ParagraphBlock/ParagraphBlock.fixture.d.ts +9 -0
- package/lib/components/ParagraphBlock/ParagraphBlock.js +9 -0
- package/lib/components/ParagraphBlock/ParagraphBlock.js.map +1 -0
- package/lib/components/ParagraphBlock/ParagraphBlockContent.d.ts +8 -0
- package/lib/components/ParagraphBlock/ParagraphBlockContent.js +2 -0
- package/lib/components/ParagraphBlock/ParagraphBlockContent.js.map +1 -0
- package/lib/components/ProductGallery/ProductGallery.js +8 -8
- package/lib/components/ProductGallery/ProductGallery.js.map +1 -1
- package/lib/components/RollupItem/RollupItem.js +10 -1
- package/lib/components/RollupItem/RollupItem.js.map +1 -1
- package/lib/components/SafeDepositRental/RegionsAndBranches.js +1 -3
- package/lib/components/SafeDepositRental/RegionsAndBranches.js.map +1 -1
- package/lib/components/SafeDepositRental/RenderRadioButtons.js +2 -2
- package/lib/components/SafeDepositRental/RenderRadioButtons.js.map +1 -1
- package/lib/components/SafeDepositRental/SafeDepositRental.js +2 -4
- package/lib/components/SafeDepositRental/SafeDepositRental.js.map +1 -1
- package/lib/components/SafeDepositRental/SafeDepositRentalFields.d.ts +1 -1
- package/lib/components/SafeDepositRental/SafeDepositRentalFields.js +2 -2
- package/lib/components/SafeDepositRental/SafeDepositRentalFields.js.map +1 -1
- package/lib/components/SafeDepositRental/SafeDepositRentalForm.d.ts +1 -1
- package/lib/components/SafeDepositRental/SafeDepositRentalForm.js +2 -2
- package/lib/components/SafeDepositRental/SafeDepositRentalForm.js.map +1 -1
- package/lib/components/StepsBlock/StepsBlock.js +1 -3
- package/lib/components/StepsBlock/StepsBlock.js.map +1 -1
- package/lib/components/TariffsTable/TableTileHeader.js +1 -3
- package/lib/components/TariffsTable/TableTileHeader.js.map +1 -1
- package/lib/components/TariffsTable/TariffsTable.js +6 -6
- package/lib/components/TariffsTable/TariffsTable.js.map +1 -1
- package/lib/components/TariffsTable/TariffsTableRow.js +4 -2
- package/lib/components/TariffsTable/TariffsTableRow.js.map +1 -1
- package/lib/components/Video/VideoContent.d.ts +1 -0
- package/lib/hooks/useIntersectionObserver.d.ts +7 -1
- package/lib/hooks/useIntersectionObserver.js +11 -2
- package/lib/hooks/useIntersectionObserver.js.map +1 -1
- package/lib/hooks/useLink.js +2 -2
- package/lib/hooks/useLink.js.map +1 -1
- package/lib/ui-kit/BlockWrapper.js +1 -11
- package/lib/ui-kit/BlockWrapper.js.map +1 -1
- package/lib/ui-kit/Button/ArrowButton.d.ts +2 -0
- package/lib/ui-kit/Button/ArrowButton.js +2 -0
- package/lib/ui-kit/Button/ArrowButton.js.map +1 -1
- package/lib/ui-kit/Foldable/FoldableSection.js +1 -1
- package/lib/ui-kit/Foldable/FoldableSection.js.map +1 -1
- package/lib/ui-kit/InnerTable/InnerTable.js +4 -3
- package/lib/ui-kit/InnerTable/InnerTable.js.map +1 -1
- package/lib/ui-kit/InnerTable/InnerTableBody.js +3 -5
- package/lib/ui-kit/InnerTable/InnerTableBody.js.map +1 -1
- package/lib/ui-kit/Paragraph/Paragraph.d.ts +1 -8
- package/lib/ui-kit/Paragraph/Paragraph.js.map +1 -1
- package/lib/ui-kit/Paragraph/ParagraphProps.d.ts +7 -0
- package/lib/ui-kit/Paragraph/ParagraphProps.js +2 -0
- package/lib/ui-kit/Paragraph/ParagraphProps.js.map +1 -0
- package/lib/ui-kit/Radio/Radio.js +1 -1
- package/lib/ui-kit/Radio/Radio.js.map +1 -1
- package/lib/ui-kit/Radio/RadioProps.d.ts +1 -2
- package/lib/ui-kit/Select/Select.js.map +1 -1
- package/lib/ui-kit/SwipeListControl/SwipeListContainer.d.ts +19 -0
- package/lib/ui-kit/SwipeListControl/SwipeListContainer.js +33 -0
- package/lib/ui-kit/SwipeListControl/SwipeListContainer.js.map +1 -0
- package/lib/ui-kit/SwipeListControl/SwipeListControl.js +17 -38
- package/lib/ui-kit/SwipeListControl/SwipeListControl.js.map +1 -1
- package/lib/ui-kit/SwipeListControl/SwipeListControlDots.d.ts +7 -4
- package/lib/ui-kit/SwipeListControl/SwipeListControlDots.js +10 -27
- package/lib/ui-kit/SwipeListControl/SwipeListControlDots.js.map +1 -1
- package/lib/ui-kit/SwipeListControl/SwipeListControlProps.d.ts +3 -3
- package/lib/ui-kit/SwipeListControl/SwipeListItem.d.ts +14 -0
- package/lib/ui-kit/SwipeListControl/SwipeListItem.js +14 -0
- package/lib/ui-kit/SwipeListControl/SwipeListItem.js.map +1 -0
- package/lib/ui-kit/SwipeListControl/scrollBy.d.ts +1 -0
- package/lib/ui-kit/SwipeListControl/scrollBy.js +5 -0
- package/lib/ui-kit/SwipeListControl/scrollBy.js.map +1 -0
- package/lib/ui-kit/SwipeListControl/scrollToEnd.d.ts +1 -0
- package/lib/ui-kit/SwipeListControl/scrollToEnd.js +4 -0
- package/lib/ui-kit/SwipeListControl/scrollToEnd.js.map +1 -0
- package/lib/ui-kit/SwipeListControl/scrollToStart.d.ts +1 -0
- package/lib/ui-kit/SwipeListControl/scrollToStart.js +4 -0
- package/lib/ui-kit/SwipeListControl/scrollToStart.js.map +1 -0
- package/lib/ui-kit/SwipeListControl/useSwipeListScroll.d.ts +17 -0
- package/lib/ui-kit/SwipeListControl/useSwipeListScroll.js +54 -0
- package/lib/ui-kit/SwipeListControl/useSwipeListScroll.js.map +1 -0
- package/lib/ui-kit/Text/Text.d.ts +1 -26
- package/lib/ui-kit/Text/Text.js.map +1 -1
- package/lib/ui-kit/Text/TextProps.d.ts +26 -0
- package/lib/ui-kit/Text/TextProps.js +2 -0
- package/lib/ui-kit/Text/TextProps.js.map +1 -0
- package/lib/utils/areArraysEqual.d.ts +1 -0
- package/lib/utils/areArraysEqual.js +2 -0
- package/lib/utils/areArraysEqual.js.map +1 -0
- package/lib/utils/mapChildren.d.ts +2 -0
- package/lib/utils/mapChildren.js +7 -0
- package/lib/utils/mapChildren.js.map +1 -0
- package/lib/utils/maxBy.d.ts +2 -2
- package/lib/utils/maxBy.js +2 -2
- package/lib/utils/maxBy.js.map +1 -1
- package/lib/utils/minBy.d.ts +1 -0
- package/lib/utils/minBy.js +3 -0
- package/lib/utils/minBy.js.map +1 -0
- package/mobile/bundle/bundle.umd.js +144 -145
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/bundle/components/CarouselInvestmentCard/CarouselInvestmentCard.d.ts +5 -0
- package/{bundle/components/InvestmentGallery/InvestmentGalleryContent.d.ts → mobile/bundle/components/CarouselInvestmentCard/CarouselInvestmentCardContent.d.ts} +19 -23
- package/mobile/bundle/components/CarouselProgramsCard/CarouselProgramsCard.d.ts +5 -0
- package/mobile/bundle/components/CarouselProgramsCard/CarouselProgramsCardContent.d.ts +12 -0
- package/mobile/bundle/components/CarouselTariffsCard/CarouselTariffsCard.d.ts +1 -1
- package/mobile/bundle/components/Gallery/GalleryContent.d.ts +5 -0
- package/mobile/bundle/components/Header/HeaderSubMenuItem.d.ts +2 -1
- package/mobile/bundle/components/ImgBlock/ImgBlock.d.ts +6 -0
- package/mobile/bundle/components/ImgBlock/ImgBlockContent.d.ts +7 -0
- package/mobile/bundle/components/ParagraphBlock/ParagraphBlock.d.ts +6 -0
- package/mobile/bundle/components/ParagraphBlock/ParagraphBlockContent.d.ts +8 -0
- package/mobile/bundle/components/SafeDepositRental/SafeDepositRentalFields.d.ts +1 -1
- package/mobile/bundle/components/SafeDepositRental/SafeDepositRentalForm.d.ts +1 -1
- package/mobile/bundle/components/Video/VideoContent.d.ts +1 -0
- package/mobile/bundle/hooks/useIntersectionObserver.d.ts +7 -1
- package/mobile/bundle/ui-kit/Button/ArrowButton.d.ts +2 -0
- package/mobile/bundle/ui-kit/Paragraph/Paragraph.d.ts +1 -8
- package/mobile/bundle/ui-kit/Paragraph/ParagraphProps.d.ts +7 -0
- package/mobile/bundle/ui-kit/Radio/RadioProps.d.ts +1 -2
- package/mobile/bundle/ui-kit/SwipeListControl/SwipeListContainer.d.ts +19 -0
- package/mobile/bundle/ui-kit/SwipeListControl/SwipeListControlDots.d.ts +7 -4
- package/mobile/bundle/ui-kit/SwipeListControl/SwipeListControlProps.d.ts +3 -3
- package/mobile/bundle/ui-kit/SwipeListControl/SwipeListItem.d.ts +14 -0
- package/mobile/bundle/ui-kit/SwipeListControl/scrollBy.d.ts +1 -0
- package/mobile/bundle/ui-kit/SwipeListControl/scrollToEnd.d.ts +1 -0
- package/mobile/bundle/ui-kit/SwipeListControl/scrollToStart.d.ts +1 -0
- package/mobile/bundle/ui-kit/SwipeListControl/useSwipeListScroll.d.ts +17 -0
- package/mobile/bundle/ui-kit/Text/Text.d.ts +1 -26
- package/mobile/bundle/ui-kit/Text/TextProps.d.ts +26 -0
- package/mobile/bundle/utils/areArraysEqual.d.ts +1 -0
- package/mobile/bundle/utils/mapChildren.d.ts +2 -0
- package/mobile/bundle/utils/maxBy.d.ts +2 -2
- package/mobile/bundle/utils/minBy.d.ts +1 -0
- package/mobile/dist/components/Calculator/BonusCalculatorForm.js +4 -2
- package/mobile/dist/components/Calculator/BonusCalculatorForm.js.map +1 -1
- package/mobile/dist/components/Calculator/CreditCalculatorForm.js +3 -1
- package/mobile/dist/components/Calculator/CreditCalculatorForm.js.map +1 -1
- package/mobile/dist/components/Calculator/DepositCalculatorForm.js +5 -2
- package/mobile/dist/components/Calculator/DepositCalculatorForm.js.map +1 -1
- package/mobile/dist/components/Carousel/Carousel.js +15 -15
- package/mobile/dist/components/Carousel/Carousel.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/CarouselInvestmentCard/CarouselInvestmentCard.d.ts +5 -0
- package/mobile/dist/components/CarouselInvestmentCard/CarouselInvestmentCard.js +28 -0
- package/mobile/dist/components/CarouselInvestmentCard/CarouselInvestmentCard.js.map +1 -0
- package/mobile/dist/components/CarouselInvestmentCard/CarouselInvestmentCardContent.d.ts +46 -0
- package/mobile/dist/components/CarouselInvestmentCard/CarouselInvestmentCardContent.js +2 -0
- package/mobile/dist/components/CarouselInvestmentCard/CarouselInvestmentCardContent.js.map +1 -0
- package/mobile/dist/components/CarouselProgramsCard/CarouselProgramsCard.d.ts +5 -0
- package/mobile/dist/components/CarouselProgramsCard/CarouselProgramsCard.js +12 -0
- package/mobile/dist/components/CarouselProgramsCard/CarouselProgramsCard.js.map +1 -0
- package/mobile/dist/components/CarouselProgramsCard/CarouselProgramsCardContent.d.ts +12 -0
- package/mobile/dist/components/CarouselProgramsCard/CarouselProgramsCardContent.js +2 -0
- package/mobile/dist/components/CarouselProgramsCard/CarouselProgramsCardContent.js.map +1 -0
- package/mobile/dist/components/CarouselTariffsCard/CarouselTariffsCard.d.ts +1 -1
- package/mobile/dist/components/CarouselTariffsCard/CarouselTariffsCard.js +10 -14
- package/mobile/dist/components/CarouselTariffsCard/CarouselTariffsCard.js.map +1 -1
- package/mobile/dist/components/ComparisonTable/ComparisonTable.js +1 -1
- package/mobile/dist/components/ComparisonTable/ComparisonTable.js.map +1 -1
- package/mobile/dist/components/Gallery/Gallery.js +1 -1
- package/mobile/dist/components/Gallery/GalleryCardInner.js +6 -1
- package/mobile/dist/components/Gallery/GalleryCardInner.js.map +1 -1
- package/mobile/dist/components/Gallery/GalleryContent.d.ts +5 -0
- package/mobile/dist/components/Gallery/GalleryInner.js.map +1 -1
- package/mobile/dist/components/Header/Header.js +2 -2
- package/mobile/dist/components/Header/Header.js.map +1 -1
- package/mobile/dist/components/Header/HeaderSubMenu.js +1 -1
- package/mobile/dist/components/Header/HeaderSubMenu.js.map +1 -1
- package/mobile/dist/components/Header/HeaderSubMenuItem.d.ts +2 -1
- package/mobile/dist/components/Header/HeaderSubMenuItem.js.map +1 -1
- package/mobile/dist/components/ImgBlock/ImgBlock.d.ts +6 -0
- package/mobile/dist/components/ImgBlock/ImgBlock.js +11 -0
- package/mobile/dist/components/ImgBlock/ImgBlock.js.map +1 -0
- package/mobile/dist/components/ImgBlock/ImgBlockContent.d.ts +7 -0
- package/mobile/dist/components/ImgBlock/ImgBlockContent.js +2 -0
- package/mobile/dist/components/ImgBlock/ImgBlockContent.js.map +1 -0
- package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlock.js +5 -7
- package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlock.js.map +1 -1
- package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js +2 -2
- package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js.map +1 -1
- package/mobile/dist/components/ParagraphBlock/ParagraphBlock.d.ts +6 -0
- package/mobile/dist/components/ParagraphBlock/ParagraphBlock.js +11 -0
- package/mobile/dist/components/ParagraphBlock/ParagraphBlock.js.map +1 -0
- package/mobile/dist/components/ParagraphBlock/ParagraphBlockContent.d.ts +8 -0
- package/mobile/dist/components/ParagraphBlock/ParagraphBlockContent.js +2 -0
- package/mobile/dist/components/ParagraphBlock/ParagraphBlockContent.js.map +1 -0
- package/mobile/dist/components/ProductGallery/ProductGallery.js +7 -7
- package/mobile/dist/components/ProductGallery/ProductGallery.js.map +1 -1
- package/mobile/dist/components/RollupItem/RollupItem.js +10 -1
- package/mobile/dist/components/RollupItem/RollupItem.js.map +1 -1
- package/mobile/dist/components/SafeDepositRental/RegionsAndBranches.js +1 -3
- package/mobile/dist/components/SafeDepositRental/RegionsAndBranches.js.map +1 -1
- package/mobile/dist/components/SafeDepositRental/RenderRadioButtons.js +1 -1
- package/mobile/dist/components/SafeDepositRental/RenderRadioButtons.js.map +1 -1
- package/mobile/dist/components/SafeDepositRental/SafeDepositRental.js +2 -4
- package/mobile/dist/components/SafeDepositRental/SafeDepositRental.js.map +1 -1
- package/mobile/dist/components/SafeDepositRental/SafeDepositRentalFields.d.ts +1 -1
- package/mobile/dist/components/SafeDepositRental/SafeDepositRentalFields.js +2 -2
- package/mobile/dist/components/SafeDepositRental/SafeDepositRentalFields.js.map +1 -1
- package/mobile/dist/components/SafeDepositRental/SafeDepositRentalForm.d.ts +1 -1
- package/mobile/dist/components/SafeDepositRental/SafeDepositRentalForm.js +2 -2
- package/mobile/dist/components/SafeDepositRental/SafeDepositRentalForm.js.map +1 -1
- package/mobile/dist/components/TariffsTable/TableTileHeader.js +1 -3
- package/mobile/dist/components/TariffsTable/TableTileHeader.js.map +1 -1
- package/mobile/dist/components/TariffsTable/TariffsTableRow.js +3 -1
- package/mobile/dist/components/TariffsTable/TariffsTableRow.js.map +1 -1
- package/mobile/dist/components/Video/VideoContent.d.ts +1 -0
- package/mobile/dist/hooks/useIntersectionObserver.d.ts +7 -1
- package/mobile/dist/hooks/useIntersectionObserver.js +10 -1
- package/mobile/dist/hooks/useIntersectionObserver.js.map +1 -1
- package/mobile/dist/hooks/useLink.js +1 -1
- package/mobile/dist/hooks/useLink.js.map +1 -1
- package/mobile/dist/ui-kit/BlockWrapper.js +1 -11
- package/mobile/dist/ui-kit/BlockWrapper.js.map +1 -1
- package/mobile/dist/ui-kit/Button/ArrowButton.d.ts +2 -0
- package/mobile/dist/ui-kit/Button/ArrowButton.js +3 -1
- package/mobile/dist/ui-kit/Button/ArrowButton.js.map +1 -1
- package/mobile/dist/ui-kit/Foldable/FoldableSection.js +1 -1
- package/mobile/dist/ui-kit/Foldable/FoldableSection.js.map +1 -1
- package/mobile/dist/ui-kit/InnerTable/InnerTable.js +3 -2
- package/mobile/dist/ui-kit/InnerTable/InnerTable.js.map +1 -1
- package/mobile/dist/ui-kit/InnerTable/InnerTableBody.js +2 -4
- package/mobile/dist/ui-kit/InnerTable/InnerTableBody.js.map +1 -1
- package/mobile/dist/ui-kit/Paragraph/Paragraph.d.ts +1 -8
- package/mobile/dist/ui-kit/Paragraph/Paragraph.js.map +1 -1
- package/mobile/dist/ui-kit/Paragraph/ParagraphProps.d.ts +7 -0
- package/mobile/dist/ui-kit/Paragraph/ParagraphProps.js +2 -0
- package/mobile/dist/ui-kit/Paragraph/ParagraphProps.js.map +1 -0
- package/mobile/dist/ui-kit/Radio/Radio.js +1 -1
- package/mobile/dist/ui-kit/Radio/Radio.js.map +1 -1
- package/mobile/dist/ui-kit/Radio/RadioProps.d.ts +1 -2
- package/mobile/dist/ui-kit/Select/Select.js.map +1 -1
- package/mobile/dist/ui-kit/SwipeListControl/SwipeListContainer.d.ts +19 -0
- package/mobile/dist/ui-kit/SwipeListControl/SwipeListContainer.js +35 -0
- package/mobile/dist/ui-kit/SwipeListControl/SwipeListContainer.js.map +1 -0
- package/mobile/dist/ui-kit/SwipeListControl/SwipeListControl.js +17 -38
- package/mobile/dist/ui-kit/SwipeListControl/SwipeListControl.js.map +1 -1
- package/mobile/dist/ui-kit/SwipeListControl/SwipeListControlDots.d.ts +7 -4
- package/mobile/dist/ui-kit/SwipeListControl/SwipeListControlDots.js +10 -27
- package/mobile/dist/ui-kit/SwipeListControl/SwipeListControlDots.js.map +1 -1
- package/mobile/dist/ui-kit/SwipeListControl/SwipeListControlProps.d.ts +3 -3
- package/mobile/dist/ui-kit/SwipeListControl/SwipeListItem.d.ts +14 -0
- package/mobile/dist/ui-kit/SwipeListControl/SwipeListItem.js +16 -0
- package/mobile/dist/ui-kit/SwipeListControl/SwipeListItem.js.map +1 -0
- package/mobile/dist/ui-kit/SwipeListControl/scrollBy.d.ts +1 -0
- package/mobile/dist/ui-kit/SwipeListControl/scrollBy.js +8 -0
- package/mobile/dist/ui-kit/SwipeListControl/scrollBy.js.map +1 -0
- package/mobile/dist/ui-kit/SwipeListControl/scrollToEnd.d.ts +1 -0
- package/mobile/dist/ui-kit/SwipeListControl/scrollToEnd.js +7 -0
- package/mobile/dist/ui-kit/SwipeListControl/scrollToEnd.js.map +1 -0
- package/mobile/dist/ui-kit/SwipeListControl/scrollToStart.d.ts +1 -0
- package/mobile/dist/ui-kit/SwipeListControl/scrollToStart.js +7 -0
- package/mobile/dist/ui-kit/SwipeListControl/scrollToStart.js.map +1 -0
- package/mobile/dist/ui-kit/SwipeListControl/useSwipeListScroll.d.ts +17 -0
- package/mobile/dist/ui-kit/SwipeListControl/useSwipeListScroll.js +57 -0
- package/mobile/dist/ui-kit/SwipeListControl/useSwipeListScroll.js.map +1 -0
- package/mobile/dist/ui-kit/Text/Text.d.ts +1 -26
- package/mobile/dist/ui-kit/Text/Text.js.map +1 -1
- package/mobile/dist/ui-kit/Text/TextProps.d.ts +26 -0
- package/mobile/dist/ui-kit/Text/TextProps.js +2 -0
- package/mobile/dist/ui-kit/Text/TextProps.js.map +1 -0
- package/mobile/dist/utils/areArraysEqual.d.ts +1 -0
- package/mobile/dist/utils/areArraysEqual.js +5 -0
- package/mobile/dist/utils/areArraysEqual.js.map +1 -0
- package/mobile/dist/utils/mapChildren.d.ts +2 -0
- package/mobile/dist/utils/mapChildren.js +10 -0
- package/mobile/dist/utils/mapChildren.js.map +1 -0
- package/mobile/dist/utils/maxBy.d.ts +2 -2
- package/mobile/dist/utils/maxBy.js +4 -4
- package/mobile/dist/utils/maxBy.js.map +1 -1
- package/mobile/dist/utils/minBy.d.ts +1 -0
- package/mobile/dist/utils/minBy.js +6 -0
- package/mobile/dist/utils/minBy.js.map +1 -0
- package/mobile/lib/components/Calculator/BonusCalculatorForm.js +5 -3
- package/mobile/lib/components/Calculator/BonusCalculatorForm.js.map +1 -1
- package/mobile/lib/components/Calculator/CreditCalculatorForm.js +4 -2
- package/mobile/lib/components/Calculator/CreditCalculatorForm.js.map +1 -1
- package/mobile/lib/components/Calculator/DepositCalculatorForm.js +6 -3
- package/mobile/lib/components/Calculator/DepositCalculatorForm.js.map +1 -1
- package/mobile/lib/components/Carousel/Carousel.js +15 -15
- package/mobile/lib/components/Carousel/Carousel.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/CarouselInvestmentCard/CarouselInvestmentCard.d.ts +5 -0
- package/mobile/lib/components/CarouselInvestmentCard/CarouselInvestmentCard.js +26 -0
- package/mobile/lib/components/CarouselInvestmentCard/CarouselInvestmentCard.js.map +1 -0
- package/mobile/lib/components/CarouselInvestmentCard/CarouselInvestmentCardContent.d.ts +46 -0
- package/mobile/lib/components/CarouselInvestmentCard/CarouselInvestmentCardContent.js +2 -0
- package/mobile/lib/components/CarouselInvestmentCard/CarouselInvestmentCardContent.js.map +1 -0
- package/mobile/lib/components/CarouselProgramsCard/CarouselProgramsCard.d.ts +5 -0
- package/mobile/lib/components/CarouselProgramsCard/CarouselProgramsCard.js +10 -0
- package/mobile/lib/components/CarouselProgramsCard/CarouselProgramsCard.js.map +1 -0
- package/mobile/lib/components/CarouselProgramsCard/CarouselProgramsCardContent.d.ts +12 -0
- package/mobile/lib/components/CarouselProgramsCard/CarouselProgramsCardContent.js +2 -0
- package/mobile/lib/components/CarouselProgramsCard/CarouselProgramsCardContent.js.map +1 -0
- package/mobile/lib/components/CarouselTariffsCard/CarouselTariffsCard.d.ts +1 -1
- package/mobile/lib/components/CarouselTariffsCard/CarouselTariffsCard.js +10 -14
- package/mobile/lib/components/CarouselTariffsCard/CarouselTariffsCard.js.map +1 -1
- package/mobile/lib/components/ComparisonTable/ComparisonTable.js +1 -1
- package/mobile/lib/components/ComparisonTable/ComparisonTable.js.map +1 -1
- package/mobile/lib/components/Gallery/Gallery.js +1 -1
- package/mobile/lib/components/Gallery/GalleryCardInner.js +6 -1
- package/mobile/lib/components/Gallery/GalleryCardInner.js.map +1 -1
- package/mobile/lib/components/Gallery/GalleryContent.d.ts +5 -0
- package/mobile/lib/components/Gallery/GalleryInner.js.map +1 -1
- package/mobile/lib/components/Header/Header.js +3 -3
- package/mobile/lib/components/Header/Header.js.map +1 -1
- package/mobile/lib/components/Header/HeaderSubMenu.js +1 -1
- package/mobile/lib/components/Header/HeaderSubMenu.js.map +1 -1
- package/mobile/lib/components/Header/HeaderSubMenuItem.d.ts +2 -1
- package/mobile/lib/components/Header/HeaderSubMenuItem.js +1 -1
- package/mobile/lib/components/Header/HeaderSubMenuItem.js.map +1 -1
- package/mobile/lib/components/ImgBlock/ImgBlock.d.ts +6 -0
- package/mobile/lib/components/ImgBlock/ImgBlock.js +9 -0
- package/mobile/lib/components/ImgBlock/ImgBlock.js.map +1 -0
- package/mobile/lib/components/ImgBlock/ImgBlockContent.d.ts +7 -0
- package/mobile/lib/components/ImgBlock/ImgBlockContent.js +2 -0
- package/mobile/lib/components/ImgBlock/ImgBlockContent.js.map +1 -0
- package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlock.js +6 -8
- package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlock.js.map +1 -1
- package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js +2 -2
- package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js.map +1 -1
- package/mobile/lib/components/ParagraphBlock/ParagraphBlock.d.ts +6 -0
- package/mobile/lib/components/ParagraphBlock/ParagraphBlock.js +9 -0
- package/mobile/lib/components/ParagraphBlock/ParagraphBlock.js.map +1 -0
- package/mobile/lib/components/ParagraphBlock/ParagraphBlockContent.d.ts +8 -0
- package/mobile/lib/components/ParagraphBlock/ParagraphBlockContent.js +2 -0
- package/mobile/lib/components/ParagraphBlock/ParagraphBlockContent.js.map +1 -0
- package/mobile/lib/components/ProductGallery/ProductGallery.js +8 -8
- package/mobile/lib/components/ProductGallery/ProductGallery.js.map +1 -1
- package/mobile/lib/components/RollupItem/RollupItem.js +10 -1
- package/mobile/lib/components/RollupItem/RollupItem.js.map +1 -1
- package/mobile/lib/components/SafeDepositRental/RegionsAndBranches.js +1 -3
- package/mobile/lib/components/SafeDepositRental/RegionsAndBranches.js.map +1 -1
- package/mobile/lib/components/SafeDepositRental/RenderRadioButtons.js +2 -2
- package/mobile/lib/components/SafeDepositRental/RenderRadioButtons.js.map +1 -1
- package/mobile/lib/components/SafeDepositRental/SafeDepositRental.js +2 -4
- package/mobile/lib/components/SafeDepositRental/SafeDepositRental.js.map +1 -1
- package/mobile/lib/components/SafeDepositRental/SafeDepositRentalFields.d.ts +1 -1
- package/mobile/lib/components/SafeDepositRental/SafeDepositRentalFields.js +2 -2
- package/mobile/lib/components/SafeDepositRental/SafeDepositRentalFields.js.map +1 -1
- package/mobile/lib/components/SafeDepositRental/SafeDepositRentalForm.d.ts +1 -1
- package/mobile/lib/components/SafeDepositRental/SafeDepositRentalForm.js +2 -2
- package/mobile/lib/components/SafeDepositRental/SafeDepositRentalForm.js.map +1 -1
- package/mobile/lib/components/TariffsTable/TableTileHeader.js +1 -3
- package/mobile/lib/components/TariffsTable/TableTileHeader.js.map +1 -1
- package/mobile/lib/components/TariffsTable/TariffsTableRow.js +4 -2
- package/mobile/lib/components/TariffsTable/TariffsTableRow.js.map +1 -1
- package/mobile/lib/components/Video/VideoContent.d.ts +1 -0
- package/mobile/lib/hooks/useIntersectionObserver.d.ts +7 -1
- package/mobile/lib/hooks/useIntersectionObserver.js +11 -2
- package/mobile/lib/hooks/useIntersectionObserver.js.map +1 -1
- package/mobile/lib/hooks/useLink.js +2 -2
- package/mobile/lib/hooks/useLink.js.map +1 -1
- package/mobile/lib/ui-kit/BlockWrapper.js +1 -11
- package/mobile/lib/ui-kit/BlockWrapper.js.map +1 -1
- package/mobile/lib/ui-kit/Button/ArrowButton.d.ts +2 -0
- package/mobile/lib/ui-kit/Button/ArrowButton.js +2 -0
- package/mobile/lib/ui-kit/Button/ArrowButton.js.map +1 -1
- package/mobile/lib/ui-kit/Foldable/FoldableSection.js +1 -1
- package/mobile/lib/ui-kit/Foldable/FoldableSection.js.map +1 -1
- package/mobile/lib/ui-kit/InnerTable/InnerTable.js +4 -3
- package/mobile/lib/ui-kit/InnerTable/InnerTable.js.map +1 -1
- package/mobile/lib/ui-kit/InnerTable/InnerTableBody.js +3 -5
- package/mobile/lib/ui-kit/InnerTable/InnerTableBody.js.map +1 -1
- package/mobile/lib/ui-kit/Paragraph/Paragraph.d.ts +1 -8
- package/mobile/lib/ui-kit/Paragraph/Paragraph.js.map +1 -1
- package/mobile/lib/ui-kit/Paragraph/ParagraphProps.d.ts +7 -0
- package/mobile/lib/ui-kit/Paragraph/ParagraphProps.js +2 -0
- package/mobile/lib/ui-kit/Paragraph/ParagraphProps.js.map +1 -0
- package/mobile/lib/ui-kit/Radio/Radio.js +1 -1
- package/mobile/lib/ui-kit/Radio/Radio.js.map +1 -1
- package/mobile/lib/ui-kit/Radio/RadioProps.d.ts +1 -2
- package/mobile/lib/ui-kit/Select/Select.js.map +1 -1
- package/mobile/lib/ui-kit/SwipeListControl/SwipeListContainer.d.ts +19 -0
- package/mobile/lib/ui-kit/SwipeListControl/SwipeListContainer.js +33 -0
- package/mobile/lib/ui-kit/SwipeListControl/SwipeListContainer.js.map +1 -0
- package/mobile/lib/ui-kit/SwipeListControl/SwipeListControl.js +17 -38
- package/mobile/lib/ui-kit/SwipeListControl/SwipeListControl.js.map +1 -1
- package/mobile/lib/ui-kit/SwipeListControl/SwipeListControlDots.d.ts +7 -4
- package/mobile/lib/ui-kit/SwipeListControl/SwipeListControlDots.js +10 -27
- package/mobile/lib/ui-kit/SwipeListControl/SwipeListControlDots.js.map +1 -1
- package/mobile/lib/ui-kit/SwipeListControl/SwipeListControlProps.d.ts +3 -3
- package/mobile/lib/ui-kit/SwipeListControl/SwipeListItem.d.ts +14 -0
- package/mobile/lib/ui-kit/SwipeListControl/SwipeListItem.js +14 -0
- package/mobile/lib/ui-kit/SwipeListControl/SwipeListItem.js.map +1 -0
- package/mobile/lib/ui-kit/SwipeListControl/scrollBy.d.ts +1 -0
- package/mobile/lib/ui-kit/SwipeListControl/scrollBy.js +5 -0
- package/mobile/lib/ui-kit/SwipeListControl/scrollBy.js.map +1 -0
- package/mobile/lib/ui-kit/SwipeListControl/scrollToEnd.d.ts +1 -0
- package/mobile/lib/ui-kit/SwipeListControl/scrollToEnd.js +4 -0
- package/mobile/lib/ui-kit/SwipeListControl/scrollToEnd.js.map +1 -0
- package/mobile/lib/ui-kit/SwipeListControl/scrollToStart.d.ts +1 -0
- package/mobile/lib/ui-kit/SwipeListControl/scrollToStart.js +4 -0
- package/mobile/lib/ui-kit/SwipeListControl/scrollToStart.js.map +1 -0
- package/mobile/lib/ui-kit/SwipeListControl/useSwipeListScroll.d.ts +17 -0
- package/mobile/lib/ui-kit/SwipeListControl/useSwipeListScroll.js +54 -0
- package/mobile/lib/ui-kit/SwipeListControl/useSwipeListScroll.js.map +1 -0
- package/mobile/lib/ui-kit/Text/Text.d.ts +1 -26
- package/mobile/lib/ui-kit/Text/Text.js.map +1 -1
- package/mobile/lib/ui-kit/Text/TextProps.d.ts +26 -0
- package/mobile/lib/ui-kit/Text/TextProps.js +2 -0
- package/mobile/lib/ui-kit/Text/TextProps.js.map +1 -0
- package/mobile/lib/utils/areArraysEqual.d.ts +1 -0
- package/mobile/lib/utils/areArraysEqual.js +2 -0
- package/mobile/lib/utils/areArraysEqual.js.map +1 -0
- package/mobile/lib/utils/mapChildren.d.ts +2 -0
- package/mobile/lib/utils/mapChildren.js +7 -0
- package/mobile/lib/utils/mapChildren.js.map +1 -0
- package/mobile/lib/utils/maxBy.d.ts +2 -2
- package/mobile/lib/utils/maxBy.js +2 -2
- package/mobile/lib/utils/maxBy.js.map +1 -1
- package/mobile/lib/utils/minBy.d.ts +1 -0
- package/mobile/lib/utils/minBy.js +3 -0
- package/mobile/lib/utils/minBy.js.map +1 -0
- package/mobile/src/common.css +0 -7
- package/mobile/src/components/Calculator/BonusCalculatorForm.tsx +5 -3
- package/mobile/src/components/Calculator/CreditCalculatorForm.tsx +5 -3
- package/mobile/src/components/Calculator/DepositCalculatorForm.tsx +6 -3
- package/mobile/src/components/Carousel/Carousel.tsx +42 -23
- package/mobile/src/components/CarouselCard/CarouselCard.tsx +2 -2
- package/mobile/src/components/CarouselInvestmentCard/CarouselInvestmentCard.example.json +28 -0
- package/mobile/src/components/CarouselInvestmentCard/CarouselInvestmentCard.tsx +83 -0
- package/mobile/src/components/CarouselInvestmentCard/CarouselInvestmentCard.ui.json +9 -0
- package/mobile/src/components/{InvestmentGallery/InvestmentGalleryContent.ts → CarouselInvestmentCard/CarouselInvestmentCardContent.ts} +20 -25
- package/mobile/src/components/CarouselProgramsCard/CarouselProgramsCard.example.json +25 -0
- package/mobile/src/components/CarouselProgramsCard/CarouselProgramsCard.tsx +36 -0
- package/mobile/src/components/CarouselProgramsCard/CarouselProgramsCard.ui.json +1 -0
- package/mobile/src/components/CarouselProgramsCard/CarouselProgramsCardContent.ts +13 -0
- package/mobile/src/components/CarouselTariffsCard/CarouselTariffsCard.tsx +25 -29
- package/mobile/src/components/ComparisonTable/ComparisonTable.tsx +1 -1
- package/mobile/src/components/Gallery/Gallery.tsx +1 -1
- package/mobile/src/components/Gallery/GalleryCardInner.tsx +7 -1
- package/mobile/src/components/Gallery/GalleryContent.ts +5 -0
- package/mobile/src/components/Gallery/GalleryInner.tsx +0 -1
- package/mobile/src/components/Header/Header.tsx +4 -6
- package/mobile/src/components/Header/HeaderSubMenu.tsx +3 -4
- package/mobile/src/components/Header/HeaderSubMenuItem.tsx +5 -2
- package/mobile/src/components/ImgBlock/ImgBlock.example.json +11 -0
- package/mobile/src/components/ImgBlock/ImgBlock.tsx +17 -0
- package/mobile/src/components/ImgBlock/ImgBlock.ui.json +7 -0
- package/mobile/src/components/ImgBlock/ImgBlockContent.ts +8 -0
- package/mobile/src/components/InsuranceAmountBlock/InsuranceAmountBlock.tsx +8 -11
- package/mobile/src/components/InsuranceAmountBlock/InsuranceAmountBlockInner.tsx +3 -3
- package/mobile/src/components/ParagraphBlock/ParagraphBlock.example.json +5 -0
- package/mobile/src/components/ParagraphBlock/ParagraphBlock.tsx +19 -0
- package/mobile/src/components/ParagraphBlock/ParagraphBlock.ui.json +1 -0
- package/mobile/src/components/ParagraphBlock/ParagraphBlockContent.ts +9 -0
- package/mobile/src/components/ProductGallery/ProductGallery.tsx +13 -13
- package/mobile/src/components/RollupItem/RollupItem.tsx +10 -1
- package/mobile/src/components/SafeDepositRental/RegionsAndBranches.tsx +24 -26
- package/mobile/src/components/SafeDepositRental/RenderRadioButtons.tsx +2 -3
- package/mobile/src/components/SafeDepositRental/SafeDepositRental.tsx +2 -5
- package/mobile/src/components/SafeDepositRental/SafeDepositRentalFields.tsx +3 -3
- package/mobile/src/components/SafeDepositRental/SafeDepositRentalForm.tsx +3 -3
- package/mobile/src/components/TariffsTable/TableTileHeader.tsx +8 -10
- package/mobile/src/components/TariffsTable/TariffsTableRow.tsx +11 -4
- package/mobile/src/components/Video/VideoContent.ts +1 -0
- package/mobile/src/hooks/useIntersectionObserver.ts +23 -2
- package/mobile/src/hooks/useLink.ts +2 -2
- package/mobile/src/ui-kit/BlockWrapper.tsx +1 -16
- package/mobile/src/ui-kit/Button/ArrowButton.tsx +13 -0
- package/mobile/src/ui-kit/Foldable/FoldableSection.tsx +3 -1
- package/mobile/src/ui-kit/InnerTable/InnerTable.tsx +4 -5
- package/mobile/src/ui-kit/InnerTable/InnerTableBody.tsx +6 -5
- package/mobile/src/ui-kit/Paragraph/Paragraph.tsx +1 -8
- package/mobile/src/ui-kit/Paragraph/ParagraphProps.ts +8 -0
- package/mobile/src/ui-kit/Radio/Radio.tsx +1 -1
- package/mobile/src/ui-kit/Radio/RadioProps.ts +1 -1
- package/mobile/src/ui-kit/Select/Select.tsx +0 -1
- package/mobile/src/ui-kit/SwipeListControl/SwipeListContainer.tsx +97 -0
- package/mobile/src/ui-kit/SwipeListControl/SwipeListControl.tsx +31 -55
- package/mobile/src/ui-kit/SwipeListControl/SwipeListControlDots.tsx +25 -59
- package/mobile/src/ui-kit/SwipeListControl/SwipeListControlProps.ts +3 -3
- package/mobile/src/ui-kit/SwipeListControl/SwipeListItem.tsx +44 -0
- package/mobile/src/ui-kit/SwipeListControl/scrollBy.ts +10 -0
- package/mobile/src/ui-kit/SwipeListControl/scrollToEnd.ts +3 -0
- package/mobile/src/ui-kit/SwipeListControl/scrollToStart.ts +3 -0
- package/mobile/src/ui-kit/SwipeListControl/useSwipeListScroll.ts +84 -0
- package/mobile/src/ui-kit/Text/Text.tsx +1 -63
- package/mobile/src/ui-kit/Text/TextProps.ts +63 -0
- package/mobile/src/utils/areArraysEqual.ts +2 -0
- package/mobile/src/utils/mapChildren.ts +11 -0
- package/mobile/src/utils/maxBy.ts +3 -4
- package/mobile/src/utils/minBy.ts +5 -0
- package/package.json +2 -2
- package/src/common.css +0 -7
- package/src/components/Blocks.ts +9 -3
- package/src/components/Calculator/BonusCalculatorForm.tsx +5 -3
- package/src/components/Calculator/CreditCalculatorForm.tsx +5 -3
- package/src/components/Calculator/DepositCalculatorForm.tsx +6 -3
- package/src/components/Carousel/Carousel.fixture.tsx +40 -1
- package/src/components/Carousel/Carousel.tsx +42 -23
- package/src/components/CarouselCard/CarouselCard.fixture.tsx +1 -1
- package/src/components/CarouselCard/CarouselCard.tsx +2 -2
- package/src/components/CarouselInvestmentCard/CarouselInvestmentCard.example.json +28 -0
- package/src/components/{InvestmentGallery/InvestmentGallery.fixture.tsx → CarouselInvestmentCard/CarouselInvestmentCard.fixture.tsx} +21 -27
- package/src/components/CarouselInvestmentCard/CarouselInvestmentCard.tsx +83 -0
- package/src/components/CarouselInvestmentCard/CarouselInvestmentCard.ui.json +9 -0
- package/src/components/{InvestmentGallery/InvestmentGalleryContent.ts → CarouselInvestmentCard/CarouselInvestmentCardContent.ts} +20 -25
- package/src/components/CarouselProgramsCard/CarouselProgramsCard.example.json +25 -0
- package/src/components/CarouselProgramsCard/CarouselProgramsCard.fixture.tsx +38 -0
- package/src/components/CarouselProgramsCard/CarouselProgramsCard.tsx +36 -0
- package/src/components/CarouselProgramsCard/CarouselProgramsCard.ui.json +1 -0
- package/src/components/CarouselProgramsCard/CarouselProgramsCardContent.ts +13 -0
- package/src/components/CarouselTariffsCard/CarouselTariffsCard.fixture.tsx +2 -2
- package/src/components/CarouselTariffsCard/CarouselTariffsCard.tsx +25 -29
- package/src/components/ComparisonTable/ComparisonTable.mobile.tsx +1 -1
- package/src/components/ComparisonTable/ComparisonTable.tsx +2 -2
- package/src/components/Gallery/Gallery.mobile.tsx +1 -1
- package/src/components/Gallery/GalleryCardInner.tsx +7 -1
- package/src/components/Gallery/GalleryContent.ts +5 -0
- package/src/components/Gallery/GalleryInner.tsx +0 -1
- package/src/components/Header/Header.mobile.tsx +4 -6
- package/src/components/Header/HeaderSubMenu.tsx +3 -4
- package/src/components/Header/HeaderSubMenuItem.tsx +5 -2
- package/src/components/ImgBlock/ImgBlock.example.json +11 -0
- package/src/components/ImgBlock/ImgBlock.fixture.tsx +21 -0
- package/src/components/ImgBlock/ImgBlock.tsx +17 -0
- package/src/components/ImgBlock/ImgBlock.ui.json +7 -0
- package/src/components/ImgBlock/ImgBlockContent.ts +8 -0
- package/src/components/InsuranceAmountBlock/InsuranceAmountBlock.tsx +8 -11
- package/src/components/InsuranceAmountBlock/InsuranceAmountBlockInner.tsx +3 -3
- package/src/components/ParagraphBlock/ParagraphBlock.example.json +5 -0
- package/src/components/ParagraphBlock/ParagraphBlock.fixture.tsx +45 -0
- package/src/components/ParagraphBlock/ParagraphBlock.tsx +19 -0
- package/src/components/ParagraphBlock/ParagraphBlock.ui.json +1 -0
- package/src/components/ParagraphBlock/ParagraphBlockContent.ts +9 -0
- package/src/components/ProductGallery/ProductGallery.tsx +13 -13
- package/src/components/RollupItem/RollupItem.tsx +10 -1
- package/src/components/SafeDepositRental/RegionsAndBranches.tsx +24 -26
- package/src/components/SafeDepositRental/RenderRadioButtons.tsx +2 -3
- package/src/components/SafeDepositRental/SafeDepositRental.tsx +2 -5
- package/src/components/SafeDepositRental/SafeDepositRentalFields.tsx +3 -3
- package/src/components/SafeDepositRental/SafeDepositRentalForm.tsx +3 -3
- package/src/components/StepsBlock/StepsBlock.tsx +2 -3
- package/src/components/TariffsTable/TableTileHeader.tsx +8 -10
- package/src/components/TariffsTable/TariffsTable.tsx +20 -22
- package/src/components/TariffsTable/TariffsTableRow.tsx +11 -4
- package/src/components/Video/VideoContent.ts +1 -0
- package/src/hooks/useIntersectionObserver.ts +23 -2
- package/src/hooks/useLink.ts +2 -2
- package/src/ui-kit/BlockWrapper.tsx +1 -16
- package/src/ui-kit/Button/ArrowButton.tsx +13 -0
- package/src/ui-kit/Foldable/FoldableSection.tsx +3 -1
- package/src/ui-kit/InnerTable/InnerTable.tsx +4 -5
- package/src/ui-kit/InnerTable/InnerTableBody.tsx +6 -5
- package/src/ui-kit/Paragraph/Paragraph.tsx +1 -8
- package/src/ui-kit/Paragraph/ParagraphProps.ts +8 -0
- package/src/ui-kit/Radio/Radio.tsx +1 -1
- package/src/ui-kit/Radio/RadioProps.ts +1 -1
- package/src/ui-kit/Select/Select.tsx +0 -1
- package/src/ui-kit/SwipeListControl/SwipeListContainer.tsx +97 -0
- package/src/ui-kit/SwipeListControl/SwipeListControl.tsx +31 -55
- package/src/ui-kit/SwipeListControl/SwipeListControlDots.tsx +25 -59
- package/src/ui-kit/SwipeListControl/SwipeListControlProps.ts +3 -3
- package/src/ui-kit/SwipeListControl/SwipeListItem.tsx +44 -0
- package/src/ui-kit/SwipeListControl/scrollBy.ts +10 -0
- package/src/ui-kit/SwipeListControl/scrollToEnd.ts +3 -0
- package/src/ui-kit/SwipeListControl/scrollToStart.ts +3 -0
- package/src/ui-kit/SwipeListControl/useSwipeListScroll.ts +84 -0
- package/src/ui-kit/Text/Text.tsx +1 -63
- package/src/ui-kit/Text/TextProps.ts +63 -0
- package/src/utils/areArraysEqual.ts +2 -0
- package/src/utils/mapChildren.ts +11 -0
- package/src/utils/maxBy.ts +3 -4
- package/src/utils/minBy.ts +5 -0
- package/tailwind.config.cjs +8 -0
- package/bundle/components/Carousel/CarouselContainer.d.ts +0 -10
- package/bundle/components/InvestmentGallery/InvestmentGallery.d.ts +0 -5
- package/bundle/components/InvestmentGallery/InvestmentGalleryCard.d.ts +0 -7
- package/bundle/ui-kit/SwipeListControl/SwipeListControlItem.d.ts +0 -9
- package/bundle/ui-kit/SwipeListControl/SwipeListControlList.d.ts +0 -11
- package/bundle/ui-kit/SwipeListControl/constants.d.ts +0 -2
- package/bundle/ui-kit/SwipeListControl/utils/getContainerStyle.d.ts +0 -1
- package/bundle/ui-kit/SwipeListControl/utils/getIndexParts.d.ts +0 -4
- package/bundle/ui-kit/SwipeListControl/utils/getScrollPoints.d.ts +0 -8
- package/dist/components/Carousel/CarouselContainer.d.ts +0 -10
- package/dist/components/Carousel/CarouselContainer.js +0 -14
- package/dist/components/Carousel/CarouselContainer.js.map +0 -1
- package/dist/components/InvestmentGallery/InvestmentGallery.d.ts +0 -5
- package/dist/components/InvestmentGallery/InvestmentGallery.js +0 -26
- package/dist/components/InvestmentGallery/InvestmentGallery.js.map +0 -1
- package/dist/components/InvestmentGallery/InvestmentGalleryCard.d.ts +0 -7
- package/dist/components/InvestmentGallery/InvestmentGalleryCard.js +0 -23
- package/dist/components/InvestmentGallery/InvestmentGalleryCard.js.map +0 -1
- package/dist/components/InvestmentGallery/InvestmentGalleryContent.js.map +0 -1
- package/dist/ui-kit/SwipeListControl/SwipeListControlItem.d.ts +0 -9
- package/dist/ui-kit/SwipeListControl/SwipeListControlItem.js +0 -8
- package/dist/ui-kit/SwipeListControl/SwipeListControlItem.js.map +0 -1
- package/dist/ui-kit/SwipeListControl/SwipeListControlList.d.ts +0 -11
- package/dist/ui-kit/SwipeListControl/SwipeListControlList.js +0 -11
- package/dist/ui-kit/SwipeListControl/SwipeListControlList.js.map +0 -1
- package/dist/ui-kit/SwipeListControl/constants.d.ts +0 -2
- package/dist/ui-kit/SwipeListControl/constants.js +0 -12
- package/dist/ui-kit/SwipeListControl/constants.js.map +0 -1
- package/dist/ui-kit/SwipeListControl/utils/getContainerStyle.d.ts +0 -1
- package/dist/ui-kit/SwipeListControl/utils/getContainerStyle.js +0 -13
- package/dist/ui-kit/SwipeListControl/utils/getContainerStyle.js.map +0 -1
- package/dist/ui-kit/SwipeListControl/utils/getIndexParts.d.ts +0 -4
- package/dist/ui-kit/SwipeListControl/utils/getIndexParts.js +0 -19
- package/dist/ui-kit/SwipeListControl/utils/getIndexParts.js.map +0 -1
- package/dist/ui-kit/SwipeListControl/utils/getScrollPoints.d.ts +0 -8
- package/dist/ui-kit/SwipeListControl/utils/getScrollPoints.js +0 -33
- package/dist/ui-kit/SwipeListControl/utils/getScrollPoints.js.map +0 -1
- package/lib/components/Carousel/CarouselContainer.d.ts +0 -10
- package/lib/components/Carousel/CarouselContainer.js +0 -12
- package/lib/components/Carousel/CarouselContainer.js.map +0 -1
- package/lib/components/InvestmentGallery/InvestmentGallery.d.ts +0 -5
- package/lib/components/InvestmentGallery/InvestmentGallery.js +0 -24
- package/lib/components/InvestmentGallery/InvestmentGallery.js.map +0 -1
- package/lib/components/InvestmentGallery/InvestmentGalleryCard.d.ts +0 -7
- package/lib/components/InvestmentGallery/InvestmentGalleryCard.js +0 -21
- package/lib/components/InvestmentGallery/InvestmentGalleryCard.js.map +0 -1
- package/lib/components/InvestmentGallery/InvestmentGalleryContent.js +0 -2
- package/lib/components/InvestmentGallery/InvestmentGalleryContent.js.map +0 -1
- package/lib/ui-kit/SwipeListControl/SwipeListControlItem.d.ts +0 -9
- package/lib/ui-kit/SwipeListControl/SwipeListControlItem.js +0 -6
- package/lib/ui-kit/SwipeListControl/SwipeListControlItem.js.map +0 -1
- package/lib/ui-kit/SwipeListControl/SwipeListControlList.d.ts +0 -11
- package/lib/ui-kit/SwipeListControl/SwipeListControlList.js +0 -9
- package/lib/ui-kit/SwipeListControl/SwipeListControlList.js.map +0 -1
- package/lib/ui-kit/SwipeListControl/constants.d.ts +0 -2
- package/lib/ui-kit/SwipeListControl/constants.js +0 -10
- package/lib/ui-kit/SwipeListControl/constants.js.map +0 -1
- package/lib/ui-kit/SwipeListControl/utils/getContainerStyle.d.ts +0 -1
- package/lib/ui-kit/SwipeListControl/utils/getContainerStyle.js +0 -10
- package/lib/ui-kit/SwipeListControl/utils/getContainerStyle.js.map +0 -1
- package/lib/ui-kit/SwipeListControl/utils/getIndexParts.d.ts +0 -7
- package/lib/ui-kit/SwipeListControl/utils/getIndexParts.js +0 -16
- package/lib/ui-kit/SwipeListControl/utils/getIndexParts.js.map +0 -1
- package/lib/ui-kit/SwipeListControl/utils/getScrollPoints.d.ts +0 -11
- package/lib/ui-kit/SwipeListControl/utils/getScrollPoints.js +0 -30
- package/lib/ui-kit/SwipeListControl/utils/getScrollPoints.js.map +0 -1
- package/mobile/bundle/components/Carousel/CarouselContainer.d.ts +0 -10
- package/mobile/bundle/components/InvestmentGallery/InvestmentGallery.d.ts +0 -5
- package/mobile/bundle/components/InvestmentGallery/InvestmentGalleryCard.d.ts +0 -7
- package/mobile/bundle/ui-kit/SwipeListControl/SwipeListControlItem.d.ts +0 -9
- package/mobile/bundle/ui-kit/SwipeListControl/SwipeListControlList.d.ts +0 -11
- package/mobile/bundle/ui-kit/SwipeListControl/constants.d.ts +0 -2
- package/mobile/bundle/ui-kit/SwipeListControl/utils/getContainerStyle.d.ts +0 -1
- package/mobile/bundle/ui-kit/SwipeListControl/utils/getIndexParts.d.ts +0 -4
- package/mobile/bundle/ui-kit/SwipeListControl/utils/getScrollPoints.d.ts +0 -8
- package/mobile/dist/components/Carousel/CarouselContainer.d.ts +0 -10
- package/mobile/dist/components/Carousel/CarouselContainer.js +0 -14
- package/mobile/dist/components/Carousel/CarouselContainer.js.map +0 -1
- package/mobile/dist/components/InvestmentGallery/InvestmentGallery.d.ts +0 -5
- package/mobile/dist/components/InvestmentGallery/InvestmentGallery.js +0 -26
- package/mobile/dist/components/InvestmentGallery/InvestmentGallery.js.map +0 -1
- package/mobile/dist/components/InvestmentGallery/InvestmentGalleryCard.d.ts +0 -7
- package/mobile/dist/components/InvestmentGallery/InvestmentGalleryCard.js +0 -23
- package/mobile/dist/components/InvestmentGallery/InvestmentGalleryCard.js.map +0 -1
- package/mobile/dist/components/InvestmentGallery/InvestmentGalleryContent.d.ts +0 -50
- package/mobile/dist/components/InvestmentGallery/InvestmentGalleryContent.js.map +0 -1
- package/mobile/dist/ui-kit/SwipeListControl/SwipeListControlItem.d.ts +0 -9
- package/mobile/dist/ui-kit/SwipeListControl/SwipeListControlItem.js +0 -8
- package/mobile/dist/ui-kit/SwipeListControl/SwipeListControlItem.js.map +0 -1
- package/mobile/dist/ui-kit/SwipeListControl/SwipeListControlList.d.ts +0 -11
- package/mobile/dist/ui-kit/SwipeListControl/SwipeListControlList.js +0 -11
- package/mobile/dist/ui-kit/SwipeListControl/SwipeListControlList.js.map +0 -1
- package/mobile/dist/ui-kit/SwipeListControl/constants.d.ts +0 -2
- package/mobile/dist/ui-kit/SwipeListControl/constants.js +0 -12
- package/mobile/dist/ui-kit/SwipeListControl/constants.js.map +0 -1
- package/mobile/dist/ui-kit/SwipeListControl/utils/getContainerStyle.d.ts +0 -1
- package/mobile/dist/ui-kit/SwipeListControl/utils/getContainerStyle.js +0 -13
- package/mobile/dist/ui-kit/SwipeListControl/utils/getContainerStyle.js.map +0 -1
- package/mobile/dist/ui-kit/SwipeListControl/utils/getIndexParts.d.ts +0 -4
- package/mobile/dist/ui-kit/SwipeListControl/utils/getIndexParts.js +0 -19
- package/mobile/dist/ui-kit/SwipeListControl/utils/getIndexParts.js.map +0 -1
- package/mobile/dist/ui-kit/SwipeListControl/utils/getScrollPoints.d.ts +0 -8
- package/mobile/dist/ui-kit/SwipeListControl/utils/getScrollPoints.js +0 -33
- package/mobile/dist/ui-kit/SwipeListControl/utils/getScrollPoints.js.map +0 -1
- package/mobile/lib/components/Carousel/CarouselContainer.d.ts +0 -10
- package/mobile/lib/components/Carousel/CarouselContainer.js +0 -12
- package/mobile/lib/components/Carousel/CarouselContainer.js.map +0 -1
- package/mobile/lib/components/InvestmentGallery/InvestmentGallery.d.ts +0 -5
- package/mobile/lib/components/InvestmentGallery/InvestmentGallery.js +0 -24
- package/mobile/lib/components/InvestmentGallery/InvestmentGallery.js.map +0 -1
- package/mobile/lib/components/InvestmentGallery/InvestmentGalleryCard.d.ts +0 -7
- package/mobile/lib/components/InvestmentGallery/InvestmentGalleryCard.js +0 -21
- package/mobile/lib/components/InvestmentGallery/InvestmentGalleryCard.js.map +0 -1
- package/mobile/lib/components/InvestmentGallery/InvestmentGalleryContent.d.ts +0 -50
- package/mobile/lib/components/InvestmentGallery/InvestmentGalleryContent.js +0 -2
- package/mobile/lib/components/InvestmentGallery/InvestmentGalleryContent.js.map +0 -1
- package/mobile/lib/ui-kit/SwipeListControl/SwipeListControlItem.d.ts +0 -9
- package/mobile/lib/ui-kit/SwipeListControl/SwipeListControlItem.js +0 -6
- package/mobile/lib/ui-kit/SwipeListControl/SwipeListControlItem.js.map +0 -1
- package/mobile/lib/ui-kit/SwipeListControl/SwipeListControlList.d.ts +0 -11
- package/mobile/lib/ui-kit/SwipeListControl/SwipeListControlList.js +0 -9
- package/mobile/lib/ui-kit/SwipeListControl/SwipeListControlList.js.map +0 -1
- package/mobile/lib/ui-kit/SwipeListControl/constants.d.ts +0 -2
- package/mobile/lib/ui-kit/SwipeListControl/constants.js +0 -10
- package/mobile/lib/ui-kit/SwipeListControl/constants.js.map +0 -1
- package/mobile/lib/ui-kit/SwipeListControl/utils/getContainerStyle.d.ts +0 -1
- package/mobile/lib/ui-kit/SwipeListControl/utils/getContainerStyle.js +0 -10
- package/mobile/lib/ui-kit/SwipeListControl/utils/getContainerStyle.js.map +0 -1
- package/mobile/lib/ui-kit/SwipeListControl/utils/getIndexParts.d.ts +0 -4
- package/mobile/lib/ui-kit/SwipeListControl/utils/getIndexParts.js +0 -16
- package/mobile/lib/ui-kit/SwipeListControl/utils/getIndexParts.js.map +0 -1
- package/mobile/lib/ui-kit/SwipeListControl/utils/getScrollPoints.d.ts +0 -8
- package/mobile/lib/ui-kit/SwipeListControl/utils/getScrollPoints.js +0 -30
- package/mobile/lib/ui-kit/SwipeListControl/utils/getScrollPoints.js.map +0 -1
- package/mobile/src/components/Carousel/CarouselContainer.tsx +0 -34
- package/mobile/src/components/InvestmentGallery/InvestmentGallery.example.json +0 -64
- package/mobile/src/components/InvestmentGallery/InvestmentGallery.tsx +0 -66
- package/mobile/src/components/InvestmentGallery/InvestmentGallery.ui.json +0 -11
- package/mobile/src/components/InvestmentGallery/InvestmentGalleryCard.tsx +0 -84
- package/mobile/src/ui-kit/SwipeListControl/SwipeListControlItem.tsx +0 -24
- package/mobile/src/ui-kit/SwipeListControl/SwipeListControlList.tsx +0 -50
- package/mobile/src/ui-kit/SwipeListControl/constants.ts +0 -10
- package/mobile/src/ui-kit/SwipeListControl/utils/getContainerStyle.ts +0 -9
- package/mobile/src/ui-kit/SwipeListControl/utils/getIndexParts.ts +0 -25
- package/mobile/src/ui-kit/SwipeListControl/utils/getScrollPoints.ts +0 -49
- package/src/components/Carousel/CarouselContainer.tsx +0 -34
- package/src/components/InvestmentGallery/InvestmentGallery.example.json +0 -64
- package/src/components/InvestmentGallery/InvestmentGallery.tsx +0 -66
- package/src/components/InvestmentGallery/InvestmentGallery.ui.json +0 -11
- package/src/components/InvestmentGallery/InvestmentGalleryCard.tsx +0 -84
- package/src/ui-kit/SwipeListControl/SwipeListControlItem.tsx +0 -24
- package/src/ui-kit/SwipeListControl/SwipeListControlList.tsx +0 -50
- package/src/ui-kit/SwipeListControl/constants.ts +0 -10
- package/src/ui-kit/SwipeListControl/utils/getContainerStyle.ts +0 -9
- package/src/ui-kit/SwipeListControl/utils/getIndexParts.ts +0 -25
- package/src/ui-kit/SwipeListControl/utils/getScrollPoints.ts +0 -49
|
@@ -13,6 +13,12 @@ export default (unitPath, content) => {
|
|
|
13
13
|
};
|
|
14
14
|
|
|
15
15
|
function adjustContactsBlock(block) {
|
|
16
|
+
if ('blocks' in block && Array.isArray(block.blocks)) {
|
|
17
|
+
for (const _block of block.blocks) {
|
|
18
|
+
adjustContactsBlock(_block);
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
|
|
16
22
|
if (
|
|
17
23
|
block.type !== 'ContactsBlock' ||
|
|
18
24
|
!block.content ||
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"$schema":"http://json-schema.org/draft-07/schema#","definitions":{"AccordionContent":{"type":"object","properties":{"accordionAlignTitle":{"$ref":"#/definitions/AlignType","title":"Выравнивание заголовка","default":"center"},"bordered":{"type":"boolean","title":"Отображать/скрывать обводку у элемента списка","default":false},"title":{"type":"string","title":"Заголовок"},"description":{"type":"string","title":"Описание"},"version":{"$ref":"#/definitions/BlockVersion"}},"title":"Аккордеон"},"HeadlineCommonProps":{"type":"object","properties":{"title":{"type":"string","title":"Заголовок"},"description":{"type":"string","title":"Описание"}}},"TitleProps":{"type":"object","properties":{"title":{"type":"string","title":"Заголовок"}}},"DescriptionProps":{"type":"object","properties":{"description":{"type":"string","title":"Описание"}}},"AlignType":{"type":"string","enum":["left","center","right"],"title":"Выравнивание","enumNames":["По левому краю","По центру","По правому краю"]},"BlockVersion":{"type":"string","enum":["primary","secondary"],"title":"Цвет блока","enumNames":["Основная","Второстепенная"]},"AccordionItemContent":{"type":"object","properties":{"isExpanded":{"type":"boolean","title":"Отображать в раскрытом виде"},"labelIcon":{"$ref":"#/definitions/Picture"},"label":{"type":"string","title":"Название","default":"Список"}},"title":"Элемент аккордиона"},"Picture":{"type":"object","properties":{"alignment":{"$ref":"#/definitions/ImgAlignment"},"src":{"type":"string","title":"Картинка"},"format":{"$ref":"#/definitions/ImgFormats","title":"Формат"},"media":{"$ref":"#/definitions/MediaQuery"},"size":{"type":"object","properties":{"width":{"type":"number","title":"Ширина"},"height":{"type":"number","title":"Высота"}},"title":"Размер изображения"},"alt":{"type":"string","title":"Альтернативный текст (alt)","default":""},"sources":{"type":"array","items":{"$ref":"#/definitions/ImgSource"},"title":"Другие форматы"},"className":{"type":"string"},"title":{"type":"string","title":"Текст подсказки (title)","default":""},"iconVersion":{"$ref":"#/definitions/IconVersion","title":"Версия иконки"},"icon":{"$ref":"#/definitions/IconName","title":"Иконка"}},"title":"Изображение"},"Img":{"type":"object","properties":{"src":{"type":"string","title":"Картинка"},"alt":{"type":"string","title":"Альтернативный текст (alt)","default":""},"title":{"type":"string","title":"Текст подсказки (title)","default":""}}},"ImgSource":{"type":"object","properties":{"alignment":{"$ref":"#/definitions/ImgAlignment"},"src":{"type":"string","title":"Картинка"},"format":{"$ref":"#/definitions/ImgFormats","title":"Формат"},"media":{"$ref":"#/definitions/MediaQuery"},"size":{"type":"object","properties":{"width":{"type":"number","title":"Ширина"},"height":{"type":"number","title":"Высота"}},"title":"Размер изображения"},"iconVersion":{"$ref":"#/definitions/IconVersion","title":"Версия иконки"},"icon":{"$ref":"#/definitions/IconName","title":"Иконка"}}},"ImgAlignment":{"type":"string","enum":["northwest","north","northeast","west","center","east","southwest","south","southeast"],"title":"Позиционирование","enumNames":["Сверху слева","Сверху по центру","Сверху справа","Посередине слева","Посередине по центру","Посередине справа","Снизу слева","Снизу по центру","Снизу справа"],"default":"center"},"IconName":{"type":"string","enum":["","ActualBalanceIcon","AirPlaneIcon","AppleIcon","ArrowDownIcon","ArrowLeftIcon","ArrowRightIcon","ArrowUpIcon","AtmIcon","BankIcon","BuildingIcon","BurgerIcon","Calendar2Icon","CalendarCircleIcon","CalendarIcon","CalendarTickIcon","Car2Icon","CardIcon","CardPosIcon","CardTickIcon","CardWithGemIcon","CarIcon","ChartSquareIcon","CinemaIcon","ClockIcon","CloseIcon","ComfortableCompIcon","CreditCardsIcon","DiscountShapeIcon","DocDownloadIcon","DocIcon","DocIconMonoColor","DocsIcon","DocumentText2Icon","DocumentTextIcon","DollarIcon","DoneIcon","DoneSimpleIcon","EarthIcon","EmptyWalletChangeIcon","EmptyWalletIcon","EuroIcon","FullScreenIcon","GeolocationIcon","GlassIcon","GlobalIcon","GpsIcon","GridIcon","HeartIcon","HuaweiIcon","InterestGrowthIcon","InterestIcon","JCBIcon","LogoIcon","LoupeIcon","MapMarkerClusterIcon","MapMarkerSingleIcon","MasterCardIcon","MetroIcon","MinusIcon","MirIcon","MoneyIcon","MoneyInsuranceIcon","MoneysIcon","MonitorMobileIcon","NewDocIcon","OfficeIcon","OkIcon","PackA4Icon","PassSendIcon","PercentageRoundIcon","PercentageSquareIcon","PersonalCardIcon","PlayMarketIcon","PlusIcon","PowerIcon","Profile2UserIcon","ProfileIcon","PumpkinIcon","RoundRubleIcon","SafeIcon","ShieldTickIcon","SignDocsIcon","SmallClockIcon","SoundIcon","StrongBoxIcon","TelegramIcon","UnionPayIcon","UserGeoLocationIcon","UserSquareIcon","UserTickIcon","VisaIcon","VKIcon","WalletAdd2Icon","WalletAddIcon","WalletIcon","WalletWithMoneyIcon","WateringCanIcon"],"title":"Иконка","enumNames":["","Деньги","Самолёт","Лого «Apple»","Стрелка 'Вниз'","Стрелка 'Влево'","Стрелка 'Вправо'","Стрелка 'Вверх'","Банкомат","Банк","Здание с деревом","Бургер","Календарь 2","Скруглённый календарь","Календарь","Календарь с галочкой","Машина2","Кред. карта","Кред. карта под наклоном","Кред. карта с галочкой","Карта с драгоценностями","Машина","Деньги внутри кошелька","Кинотеатр","Часы","Крестик","Кресло","Кредитные карты","Скидка","Скачать документ","Документ","Документ (одноцветный)","Документы","Документы-2","Документ с текстом","Доллар","Зелёная 'галочка' в круге","Зелёная 'галочка'","Земля","Пустой кошелёк с возвратом","Пустой кошелёк","Евро","FullScreenIcon","Геолокация","Зеркало","Глобус","Gps","Сетка (белая)","Сердце","Лого «Huawei»","Диаграмма роста","Скидка","JCB","Logo","Лупа","Маркер карты","Маркер карты РСХБ","MasterCard","Лого Метро","Минус","МИР","Деньги","Денежное страхование","Купюры","Монитор и мобильный","Новый документ","Офис","Лого «Одноклассники»","Пачка бумаги А4","Бизнес","Проценты (круг.)","Проценты","Персональная карта","Лого «PlayMarket»","Плюс","Щит","Профиль, 2 персоны","Профиль","Тыква","Рубль (круг.)","Сейф","Безопасность","Подписанные документы","Маленькие часы","Звук","Ящик с замочной скважиной","Лого «Telegram»","UnionPay","UserGeoLocationIcon","Пользователь в рамке","Пользователь","Visa","Лого «VK»","Пополнение карты","Кошелёк с плюсом","Кошелёк","Кошелёк с деньгами","Добавить продукт"]},"IconVersion":{"type":"string","enum":["normal","color","white","black"],"title":"Цвет иконки","default":"normal","enumNames":["по умолчанию","Цветной","Белый","Чёрный"]},"ImgFormats":{"type":"string","enum":["jpeg","jpg","png","gif","webp","heif","avif"]},"MediaQuery":{"type":"number","enum":[1919,1439,1279],"title":"Брейкпоинт","enumNames":["Меньше 1920px","Меньше 1440px","Меньше 1280px"]},"TextBenefitDef":{"type":"object","properties":{"name":{"type":"string","title":"Описание"},"benefitType":{"type":"string","const":"text","default":"text"}},"title":"Пункты описания"},"ListBenefitDef":{"type":"object","properties":{"bullets":{"type":"boolean","title":"Буллиты"},"benefitType":{"type":"string","const":"list","default":"list"},"items":{"type":"array","items":{"type":"string"},"title":"Пункты","default":["Пункт 1"]}},"title":"Список"},"DescriptionDef":{"anyOf":[{"$ref":"#/definitions/EmptyOption"},{"$ref":"#/definitions/TextBenefitDef"},{"$ref":"#/definitions/ListBenefitDef"}],"title":"Вид контента"},"EmptyOption":{"type":"null","title":"Выберите блок"},"BenefitBlockItemProps":{"type":"object","properties":{"label":{"type":"string","title":"Название"},"description":{"$ref":"#/definitions/DescriptionDef","title":"Описание"},"icon":{"$ref":"#/definitions/Picture","title":"Иконка"}},"title":"Преимущество"},"LabelProps":{"type":"object","properties":{"label":{"type":"string","title":"Название"}}},"IconProps":{"type":"object","properties":{"icon":{"$ref":"#/definitions/Picture","title":"Иконка"}}},"BenefitsBlockContent":{"type":"object","properties":{"title":{"type":"string","title":"Заголовок"},"benefitList":{"type":"array","items":{"$ref":"#/definitions/BenefitBlockItemProps"},"title":"Список преимуществ","maxItems":6},"version":{"$ref":"#/definitions/BlockVersion","default":"primary"}},"title":"Блок преимущества"},"BonusImageDef":{"type":"object","properties":{"bonusType":{"type":"string","const":"image","default":"image"},"image":{"$ref":"#/definitions/Picture"}},"title":"Изображение"},"BonusCountDef":{"type":"object","properties":{"bonusType":{"type":"string","const":"count","default":"count"},"bonusCount":{"type":"string","title":"Количество баллов"},"bonusName":{"type":"string","title":"Наименование"}},"title":"Баллы"},"BonusItemContentDef":{"anyOf":[{"$ref":"#/definitions/EmptyOption"},{"$ref":"#/definitions/BonusImageDef"},{"$ref":"#/definitions/BonusCountDef"}],"title":"Вид контента"},"BonusItem":{"type":"object","properties":{"title":{"type":"string","title":"Заголовок"},"description":{"type":"string","title":"Описание"},"bonusItemContent":{"$ref":"#/definitions/BonusItemContentDef"},"buttons":{"type":"array","items":{"$ref":"#/definitions/ButtonWithIconProps"},"title":"Кнопка","maxItems":1,"default":[{"version":"secondary","target":"_self"}]}},"title":"Плитка"},"ButtonWithIconProps":{"type":"object","properties":{"text":{"type":"string","title":"Текст","default":"Кнопка"},"icon":{"$ref":"#/definitions/Picture","title":"Иконка слева"},"version":{"$ref":"#/definitions/ButtonVersion"},"aboveText":{"type":"string","title":"Верхний текст"},"iconRight":{"$ref":"#/definitions/Picture","title":"Иконка справа"},"href":{"type":"string","title":"URL (href)"},"target":{"$ref":"#/definitions/Target","default":""},"rounded":{"type":"boolean","title":"Закругленные углы"}}},"ButtonProps":{"type":"object","properties":{"text":{"type":"string","title":"Текст","default":"Кнопка"},"version":{"$ref":"#/definitions/ButtonVersion"},"href":{"type":"string","title":"URL (href)"},"target":{"$ref":"#/definitions/Target","default":""},"rounded":{"type":"boolean","title":"Закругленные углы"}},"title":"Кнопка"},"LinkProps":{"type":"object","properties":{"text":{"type":"string","title":"Текст"},"href":{"type":"string","title":"URL (href)"},"target":{"$ref":"#/definitions/Target","default":""}},"title":"Ссылка","required":["text","href"]},"LinkCommonProps":{"type":"object","properties":{"href":{"type":"string","title":"URL (href)"},"target":{"$ref":"#/definitions/Target","default":""}}},"Target":{"type":"string","enum":["","_self","_blank","_parent","_top"],"title":"Таргет (target)","enumNames":["","self (текущее окно или фрейм)","blank (новое окно)","parent (фрейм-родитель)","top (текущее окно)"]},"ButtonVersion":{"type":"string","enum":["primary","secondary","white","link"],"title":"Цвет кнопки","enumNames":["Основная","Второстепенная","Белая","Ссылка"],"default":"primary"},"BonusContent":{"type":"object","properties":{"title":{"type":"string","title":"Заголовок"},"description":{"type":"string","title":"Описание"},"bonusItems":{"type":"array","items":{"$ref":"#/definitions/BonusItem"},"title":"Список плиток"}},"title":"Блок Бонусы"},"ColumnsCount":{"type":"string","enum":["3","4","5"],"title":"Количество элементов в строке","enumNames":["Три колонки","Четыре колонки","Пять колонок"]},"BonusBenefit":{"type":"object","properties":{"label":{"type":"string","title":"Название"},"description":{"type":"string","title":"Описание"},"icon":{"$ref":"#/definitions/Picture","title":"Иконка"}},"title":"Бонус и преимущество"},"BonusBenefitsBlockContent":{"type":"object","properties":{"cardTextAlign":{"$ref":"#/definitions/AlignType"},"title":{"type":"string","title":"Заголовок"},"subtitle":{"type":"string","title":"Подзаголовок"},"bonusBenefits":{"type":"array","items":{"$ref":"#/definitions/BonusBenefit"},"title":"Список бонусов"},"columnsCount":{"$ref":"#/definitions/ColumnsCount"}},"title":"Блок бонусов и преимуществ"},"BusinessCardItemProps":{"type":"object","properties":{"text":{"type":"string","title":"Текст"},"icon":{"$ref":"#/definitions/Picture","title":"Иконка"}}},"BusinessCardProps":{"type":"object","properties":{"title":{"type":"string","title":"Заголовок карточки"},"image":{"$ref":"#/definitions/Picture"},"cardItems":{"type":"array","items":{"$ref":"#/definitions/BusinessCardItemProps"},"title":"Список"},"button":{"$ref":"#/definitions/ButtonWithIconProps","title":"Кнопка"}}},"BusinessBlockContent":{"type":"object","properties":{"title":{"type":"string","title":"Заголовок блока"},"cards":{"type":"array","items":{"$ref":"#/definitions/BusinessCardProps"},"title":"Карточки","minItems":2,"maxItems":2}},"title":"Бизнес блок"},"CommonCalculatorProps":{"type":"object","properties":{"sourceBookDir":{"type":"string","title":"Адрес справочника"},"footnote":{"type":"string","title":"Сноска"},"buttons":{"type":"array","items":{"$ref":"#/definitions/ButtonWithIconProps"},"title":"Кнопки"}}},"Footnote":{"type":"object","properties":{"footnote":{"type":"string","title":"Сноска"}}},"DepositCalculatorParams":{"type":"object","description":"TODO: данные из справочника"},"def-hidden":{"additionalProperties":false},"CreditCalculatorParamsDef":{"type":"object","properties":{"calcType":{"type":"string","const":"CreditCalculatorForm"},"sourceBookDir":{"type":"string","title":"Адрес справочника"},"title":{"type":"string","title":"Заголовок"},"footnote":{"type":"string","title":"Сноска"},"buttons":{"type":"array","items":{"$ref":"#/definitions/ButtonWithIconProps"},"title":"Кнопки"}},"required":["calcType"],"title":"Кредитный калькулятор","default":{"calcType":"CreditCalculatorForm"}},"DepositCalculatorParamsDef":{"type":"object","properties":{"calcType":{"type":"string","const":"DepositCalculatorForm"},"sourceBookDir":{"type":"string","title":"Адрес справочника"},"title":{"type":"string","title":"Заголовок"},"footnote":{"type":"string","title":"Сноска"},"buttons":{"type":"array","items":{"$ref":"#/definitions/ButtonWithIconProps"},"title":"Кнопки"}},"required":["calcType"],"title":"Калькулятор вкладов","default":{"calcType":"DepositCalculatorForm"}},"BonusCalculatorParamsDef":{"type":"object","properties":{"calcType":{"type":"string","const":"BonusCalculatorForm"},"sourceBookDir":{"type":"string","title":"Адрес справочника"},"title":{"type":"string","title":"Заголовок"},"footnote":{"type":"string","title":"Сноска"},"buttons":{"type":"array","items":{"$ref":"#/definitions/ButtonWithIconProps"},"title":"Кнопки"}},"required":["calcType"],"title":"Калькулятор бонусов","default":{"calcType":"BonusCalculatorForm"}},"CalculatorBlockDef":{"anyOf":[{"$ref":"#/definitions/EmptyOption"},{"$ref":"#/definitions/CreditCalculatorParamsDef"},{"$ref":"#/definitions/DepositCalculatorParamsDef"},{"$ref":"#/definitions/BonusCalculatorParamsDef"}],"title":"Настройки калькулятора"},"CalculatorNav":{"type":"object","properties":{"title":{"type":"string","title":"Заголовок"},"description":{"type":"string","title":"Описание"},"icon":{"$ref":"#/definitions/Picture","title":"Иконка"}},"title":"Кнопка навигации"},"CalculatorTab":{"type":"object","properties":{"nav":{"$ref":"#/definitions/CalculatorNav"},"calculatorBlock":{"$ref":"#/definitions/CalculatorBlockDef"}},"title":"Вкладка"},"CalculatorContent":{"type":"object","properties":{"calculatorTabs":{"type":"array","items":{"$ref":"#/definitions/CalculatorTab"},"title":"Вкладки"}},"title":"Калькулятор"},"CardTransferContent":{"type":"object","properties":{"title":{"type":"string","title":"Заголовок"},"label":{"type":"string","title":"Название"},"placeholder":{"type":"string","title":"Плейсхолдер"},"button":{"$ref":"#/definitions/ButtonProps"}},"title":"Перевод с карты на карту"},"CarouselContent":{"type":"object","properties":{"visibleItemCount":{"type":"number","enum":[0,1,2,3],"title":"Количество видимых карточек","enumNames":["auto","1","2","3"]},"isBlur":{"type":"boolean","title":"Добавление блюра"},"isCyclic":{"type":"boolean","title":"Цикличность"}},"title":"Карусель"},"CarouselCardContent":{"type":"object","properties":{"title":{"type":"string","title":"Заголовок"},"description":{"type":"string","title":"Описание"},"button":{"$ref":"#/definitions/ButtonWithIconProps","title":"Кнопка","default":{"icon":{"format":"webp","size":{"width":24,"height":24}},"iconRight":{"format":"webp","size":{"width":24,"height":24}}}},"version":{"$ref":"#/definitions/CarouselCardVersion"}},"title":"Карточка какусели"},"CarouselCardVersion":{"type":"string","enum":["normal","mini"]},"CarouselLinksContent":{"type":"object","properties":{"links":{"type":"array","items":{"$ref":"#/definitions/LinkProps"},"title":"Ссылки"},"title":{"type":"string","title":"Заголовок"},"description":{"type":"string","title":"Описание"},"additionalDescription":{"type":"string","title":"Дополнительное описание"}},"title":"Карусель с ссылками"},"CarouselTariffsCardContent":{"type":"object","properties":{"isHighlighting":{"type":"boolean","title":"Выделить карточку"},"rows":{"type":"array","items":{"$ref":"#/definitions/HeadlineCommonProps"},"title":"Ячейка"},"title":{"type":"string","title":"Заголовок"},"icon":{"$ref":"#/definitions/Picture"},"button":{"$ref":"#/definitions/ButtonProps","title":"Кнопка"}},"title":"Карточка тарифной карусели"},"CatalogCardType":{"type":"object","properties":{"title":{"type":"string","title":"Заголовок"},"description":{"type":"string","title":"Описание"},"colors":{"type":"array","items":{"$ref":"#/definitions/ProductColorVersion"},"title":"Доступные цвета"},"price":{"type":"number","title":"Цена в рублях"},"image":{"$ref":"#/definitions/Picture"},"button":{"$ref":"#/definitions/ButtonWithIconProps","title":"Кнопка","default":{"icon":{"format":"webp","size":{"width":24,"height":24}},"iconRight":{"format":"webp","size":{"width":24,"height":24}}}}}},"ImageContent":{"type":"object","properties":{"image":{"$ref":"#/definitions/Picture"}}},"ProductColorVersion":{"type":"string","enum":["black","white"],"enumNames":["Черный","Белый"]},"CatalogContent":{"type":"object","properties":{"title":{"type":"string","title":"Заголовок"},"description":{"type":"string","title":"Описание"},"cards":{"type":"array","items":{"$ref":"#/definitions/CatalogCardType"},"title":"Список карточек"},"version":{"$ref":"#/definitions/BlockVersion"}},"title":"Каталог"},"CellData":{"type":"object","properties":{"label":{"type":"string","title":"Название"},"description":{"type":"string","title":"Описание"}},"title":"Ячейка"},"ColumnHeader":{"type":"object","properties":{"link":{"$ref":"#/definitions/LinkProps"},"title":{"type":"string","title":"Заголовок"},"subtitle":{"type":"string","title":"Подзаголовок"},"image":{"$ref":"#/definitions/Picture","default":{"format":"webp","size":{"width":100}}},"icon":{"$ref":"#/definitions/Picture","default":{"format":"webp","size":{"width":24}}}},"title":"Шапка колонки"},"Column":{"type":"object","properties":{"header":{"$ref":"#/definitions/ColumnHeader"},"data":{"type":"array","items":{"type":"array","items":{"$ref":"#/definitions/CellData"}},"title":"Данные"}},"title":"Продукт"},"RowHeader":{"type":"object","properties":{"title":{"type":"string","title":"Заголовок"}},"title":"Параметр"},"ComparisonTableContent":{"type":"object","properties":{"title":{"type":"string","title":"Заголовок"},"columns":{"type":"array","items":{"$ref":"#/definitions/Column"},"title":"Продукты"},"orientation":{"$ref":"#/definitions/ListOrientation","title":"Отображать элементы в моб. версии (прокрутка shift+mouseScroll)"},"rowHeaders":{"type":"array","items":{"$ref":"#/definitions/TitleProps"},"title":"Параметры"},"isColoredFirstColumn":{"type":"boolean","title":"Закрасить первую колонку"},"visibleRowLength":{"type":"number","title":"Отображать заданное количество строк"}},"title":"Сравнительная таблица"},"ListOrientation":{"type":"string","enum":["vertical","horizontal"],"title":"Направление списка","enumNames":["Вертикально","Горизонтально"]},"ContactBlockProps":{"type":"object","properties":{"title":{"type":"string","title":"Заголовок"},"description":{"type":"string","title":"Описание"},"additionalDescription":{"type":"string","title":"Дополнительное описание"},"button":{"$ref":"#/definitions/ButtonProps","title":"Кнопка"}},"title":"Элемент плитки"},"ContactsBlockContent":{"type":"object","properties":{"info":{"type":"array","items":{"type":"array","items":{"$ref":"#/definitions/ContactBlockProps"}},"title":"Данные","maxItems":2},"contacts":{"type":"array","items":{"type":"array","items":{"$ref":"#/definitions/ContactBlockProps"}},"title":"Контакты","maxItems":2},"version":{"$ref":"#/definitions/BlockVersion"}},"title":"Контакты"},"ErrorImageDef":{"type":"object","properties":{"errorContentType":{"type":"string","const":"Image","default":"Image"},"image":{"$ref":"#/definitions/Picture","default":{"format":"webp","size":{"width":460},"sources":[{"media":1279,"width":276,"format":"webp","alignment":"center"}]}}},"required":["errorContentType"],"title":"Изображение"},"ErrorCodeDef":{"type":"object","properties":{"errorContentType":{"type":"string","const":"Code","default":"Code"},"code":{"$ref":"#/definitions/ErrorType","default":404}},"required":["errorContentType"],"title":"Код ошибки"},"ErrorType":{"type":"string","enum":["","400","401","402","403","404","500","501","502","503","504","505"],"title":"Код"},"ErrorContentDef":{"anyOf":[{"$ref":"#/definitions/ErrorCodeDef"},{"$ref":"#/definitions/ErrorImageDef"}],"title":"Вид контента"},"ErrorBlockContent":{"type":"object","properties":{"title":{"type":"string","title":"Заголовок"},"subtitle":{"type":"string","title":"Описание"},"error":{"$ref":"#/definitions/ErrorContentDef"},"button":{"$ref":"#/definitions/ButtonProps","title":"Кнопка"}},"title":"Блок ошибки"},"ExchangeRateTileContent":{"type":"object","properties":{"title":{"type":"string","title":"Заголовок"},"button":{"$ref":"#/definitions/ButtonProps"}},"title":"Курсы обмена валют"},"ContactType":{"type":"string","enum":["tel","email"],"title":"Тип контакта","enumNames":["Телефон","Почта"]},"ContactInfo":{"type":"object","properties":{"type":{"$ref":"#/definitions/ContactType"},"text":{"type":"string","title":"Текст"},"description":{"type":"string","title":"Описание"}},"title":"Контакт"},"SubMenuItem":{"type":"object","properties":{"text":{"type":"string","title":"Текст"},"icon":{"$ref":"#/definitions/Picture","title":"Иконка"},"href":{"type":"string","title":"URL (href)"},"target":{"$ref":"#/definitions/Target","default":""}},"title":"Пункт подменю"},"GalleryItemProps":{"type":"object","properties":{"title":{"type":"string","title":"Заголовок (моб.)"},"text":{"type":"string","title":"Текст"}},"title":"Элемент списка"},"GalleryCardProps":{"type":"object","properties":{"headlineSmallVersion":{"$ref":"#/definitions/HeadlineSmallVersion"},"title":{"type":"string","title":"Заголовок"},"align":{"$ref":"#/definitions/AlignType","title":"Выравнивание","default":"center"},"description":{"type":"string","title":"Описание"},"isDotted":{"type":"boolean","title":"Буллиты","default":true},"items":{"type":"array","items":{"$ref":"#/definitions/GalleryItemProps"},"title":"Список"},"additionalDescription":{"type":"string","title":"Дополнительное описание"},"icon":{"$ref":"#/definitions/Picture","default":{"format":"webp","size":{"width":140},"sources":[{"media":1279,"width":84,"format":"webp","alignment":"center"}]}},"button":{"$ref":"#/definitions/ButtonWithIconProps","title":"Кнопка"},"version":{"$ref":"#/definitions/BlockVersion"}},"title":"Карточка","default":{"headlineSmallVersion":"XL_L"}},"HeadlineSmallProps":{"type":"object","properties":{"headlineSmallVersion":{"$ref":"#/definitions/HeadlineSmallVersion"},"title":{"type":"string","title":"Заголовок"},"description":{"type":"string","title":"Описание"}}},"HeadlineSmallVersion":{"type":"string","enum":["H6","XL_L","XL_R","L_L","L_R","M","S","XS"],"title":"Размер заголовка","enumNames":["Заголовок","Самый большой тонкий","Самый большой","Очень большой тонкий","Очень большой","Большой","Средний","Маленький"]},"GalleryContent":{"type":"object","properties":{"title":{"type":"string","title":"Заголовок"},"headlineVersion":{"$ref":"#/definitions/HeadlineVersion"},"description":{"type":"string","title":"Описание"},"orientation":{"$ref":"#/definitions/ListOrientation","title":"Отображать элементы в моб. версии (прокрутка shift+mouseScroll)"},"cards":{"type":"array","items":{"$ref":"#/definitions/GalleryCardProps"},"title":"Карточки","minItems":3},"button":{"$ref":"#/definitions/ButtonWithIconProps"}},"title":"Галерея"},"HeadlineProps":{"type":"object","properties":{"title":{"type":"string","title":"Заголовок"},"headlineVersion":{"$ref":"#/definitions/HeadlineVersion"},"description":{"type":"string","title":"Описание"}}},"HeadlineVersion":{"type":"string","enum":["XXL","XL","L","M","S","XS"],"title":"Размер заголовка","enumNames":["Самый большой","Очень большой","Большой","Средний","Маленький","Самый маленький"]},"Month":{"type":"object","properties":{"text":{"type":"string","title":"Название месяца"},"image":{"$ref":"#/definitions/Picture","title":"Изображение календарного месяца","default":"{\n\"format\": \"webp\",\n\"size\": {\n\"width\": 210\n\"height\": 190\n}\n}"}}},"CalendarItem":{"type":"object","properties":{"month":{"type":"array","items":{"$ref":"#/definitions/Month"},"title":"Месяцы"},"greenText":{"type":"string","title":"Вспомогательный текст"},"text":{"type":"string","title":"Основной текст"}}},"GracePeriodContent":{"type":"object","properties":{"title":{"type":"string","title":"Заголовок"},"description":{"type":"string","title":"Описание"},"calendar":{"type":"array","items":{"$ref":"#/definitions/CalendarItem"},"title":"Периоды"}},"title":"Льготный период"},"DispositionItem":{"type":"object","properties":{"text":{"type":"string","title":"Текст"},"href":{"type":"string","title":"URL (href)"},"target":{"$ref":"#/definitions/Target","default":""}},"title":"Ссылка дополнительного меню","required":["text","href"]},"Logo":{"type":"object","properties":{"title":{"type":"string","title":"Текст логотипа"},"image":{"$ref":"#/definitions/Picture","title":"Иконка логотипа"}},"title":"Логотип"},"HeaderContent":{"type":"object","title":"Шапка (для мобильных горизонтальная прокрутка shift+mouseScroll)","required":["defaultLocation","topItems"]},"HeadlineContent":{"type":"object","properties":{"title":{"type":"string","title":"Заголовок"},"headlineVersion":{"$ref":"#/definitions/HeadlineVersion"},"bgColorHeadline":{"$ref":"#/definitions/BlockVersionWithTransparent"},"align":{"$ref":"#/definitions/AlignType"},"description":{"type":"string","title":"Описание"},"image":{"$ref":"#/definitions/Picture","title":"Изображение (моб.)"}},"title":"Заголовок"},"BlockVersionWithTransparent":{"type":"string","enum":["transparent","primary","secondary"],"title":"Цвет блока","enumNames":["Прозрачная","Основная","Второстепенная"]},"CardItem":{"type":"object","properties":{"fee":{"type":"number","title":"Страховой взнос"},"sum":{"type":"number","title":"Страховая сумма"},"icon":{"$ref":"#/definitions/Picture","title":"Иконка"},"href":{"type":"string","title":"Ссылка на программу"}},"title":"Кнопка выбора программы"},"InsuranceAmountBlockTab":{"type":"object","properties":{"title":{"type":"string","title":"Заголовок"},"cards":{"type":"array","items":{"$ref":"#/definitions/CardItem"},"title":"Содержимое вкладки"}},"title":"Вкладка"},"InsuranceAmountBlockContent":{"type":"object","properties":{"title":{"type":"string","title":"Заголовок"},"insuranceTabs":{"type":"array","items":{"$ref":"#/definitions/InsuranceAmountBlockTab"},"title":"Список вкладок"},"button":{"$ref":"#/definitions/ButtonProps","title":"Кнопка"}},"title":"Страховые суммы"},"CardColumnsMode":{"type":"string","enum":["single","double"],"title":"Количество колонок в списке","enumNames":["1 колонка","2 колонки"]},"InvestmentGalleryCardTypes":{"type":"object","properties":{"cardList":{"type":"array","items":{"$ref":"#/definitions/CardListItem"},"title":"Описание пункта"},"title":{"type":"string","title":"Заголовок"},"description":{"type":"string","title":"Описание"},"image":{"$ref":"#/definitions/Picture","default":{"format":"webp","size":{"width":290},"sources":[{"media":1279,"width":174,"format":"webp","alignment":"southeast"}]}},"columnsMode":{"$ref":"#/definitions/CardColumnsMode"},"additionalDescription":{"type":"string","title":"Доп. описание карточки"}},"title":"Карточка"},"CardListItem":{"type":"object","properties":{"parameter":{"type":"string","title":"Параметр"},"parameterDesccription":{"type":"string","title":"Описание"}}},"InvestmentGalleryContent":{"type":"object","properties":{"title":{"type":"string","title":"Заголовок"},"cards":{"type":"array","items":{"$ref":"#/definitions/InvestmentGalleryCardTypes"},"title":"Карточки"},"version":{"$ref":"#/definitions/BlockVersion"}},"title":"Карточка"},"InvestmentCellColor":{"type":"string","enum":["yellow","green-light","green","green-dark"],"title":"Цвет","enumNames":["Оранжевый","Светло-зеленый","Зеленый","Тёмно-зеленый"]},"InvestmentCellSize":{"type":"string","enum":["XL","L","M","S","XS"],"title":"Высота"},"InvestmentCell":{"type":"object","properties":{"text":{"type":"string","title":"Текст"},"cellColor":{"$ref":"#/definitions/InvestmentCellColor"},"cellSize":{"$ref":"#/definitions/InvestmentCellSize"}},"title":"Ячейка"},"InvestmentZeroColumn":{"type":"object","properties":{"title":{"type":"string","title":"Название"}},"title":"Элемент данных 1"},"InvestmentColumn":{"type":"object","properties":{"title":{"type":"string","title":"Название"},"cells":{"type":"array","items":{"$ref":"#/definitions/InvestmentCell"},"title":"Ячейки"}},"title":"Элемент данных"},"InvestmentInfoContent":{"type":"object","properties":{"isDotted":{"type":"boolean","title":"Буллиты"},"items":{"type":"array","items":{"type":"string"},"title":"Список"},"investmentZeroColumn":{"$ref":"#/definitions/InvestmentZeroColumn","title":"Элемент данных 1"},"investmentColumns":{"type":"array","items":{"$ref":"#/definitions/InvestmentColumn"},"title":"Остальные элементы данных"}},"title":"Блок инвестиций"},"ListContent":{"type":"object","properties":{"items":{"type":"array","items":{"type":"string"},"title":"Список"}}},"LinkColumnsMode":{"type":"string","enum":["single","double"],"title":"Отображение списка","enumNames":["Одна колонка","Две колонки"]},"LinkDocsItem":{"type":"object","properties":{"text":{"type":"string","title":"Текст"},"fileSize":{"type":"string","title":"размер файла"},"href":{"type":"string","title":"URL (href)"},"target":{"$ref":"#/definitions/Target","default":""}},"title":"Элемент списка"},"LinkDocsContent":{"type":"object","properties":{"title":{"type":"string","title":"Заголовок"},"align":{"$ref":"#/definitions/AlignType"},"description":{"type":"string","title":"Описание"},"orientation":{"$ref":"#/definitions/ListOrientation","title":"Отображать элементы в моб. версии (прокрутка shift+mouseScroll)"},"columnsMode":{"$ref":"#/definitions/LinkColumnsMode"},"hasBorder":{"type":"boolean","title":"Рамка элементов (моб.)"},"icon":{"$ref":"#/definitions/Picture","title":"Иконка","default":{"size":{"width":24,"height":24},"format":"webp"}},"documents":{"type":"array","items":{"$ref":"#/definitions/LinkDocsItem"},"title":"Список"}},"title":"Список документов"},"LinkListContent":{"type":"object","properties":{"documents":{"type":"array","items":{"$ref":"#/definitions/LinkProps"},"title":"Список"}},"title":"Список документов"},"MiniGalleryContent":{"type":"object","properties":{"title":{"type":"string","title":"Заголовок"},"headlineVersion":{"$ref":"#/definitions/HeadlineVersion"},"description":{"type":"string","title":"Описание"},"orientation":{"$ref":"#/definitions/ListOrientation","title":"Отображать элементы в моб. версии (прокрутка shift+mouseScroll)"},"cards":{"type":"array","items":{"$ref":"#/definitions/GalleryCardProps"},"title":"Карточки","minItems":4},"button":{"$ref":"#/definitions/ButtonWithIconProps"}},"title":"Мини-галерея","default":{"headlineVersion":"L"}},"MobileAppTileContent":{"type":"object","properties":{"title":{"type":"string","title":"Заголовок"},"headingType":{"$ref":"#/definitions/HeadingType"},"alignTitle":{"$ref":"#/definitions/AlignType","title":"Выравнивание заголовка","default":"left"},"description":{"type":"string","title":"Описание"},"image":{"$ref":"#/definitions/Picture","default":{"format":"webp","size":{"width":600},"sources":[{"media":1279,"width":360,"format":"webp","alignment":"center"}]}},"items":{"type":"array","items":{"type":"string"},"title":"Список"},"qr":{"$ref":"#/definitions/Picture","title":"QR-код"},"buttons":{"type":"array","items":{"$ref":"#/definitions/ButtonWithIconProps"},"title":"Кнопки","maxItems":4},"version":{"$ref":"#/definitions/BlockVersion"},"href":{"type":"string","title":"Ссылка"}},"title":"Мобильное приложение"},"HeadingCommonProps":{"type":"object","properties":{"title":{"type":"string","title":"Заголовок"},"headingType":{"$ref":"#/definitions/HeadingType"}}},"HeadingType":{"type":"string","enum":["h0","h1","h2","h3","h4","h5","h6"],"title":"Размер заголовка","enumNames":["h0","h1","h2","h3","h4","h5","h6"]},"ButtonContent":{"type":"object","properties":{"buttons":{"type":"array","items":{"$ref":"#/definitions/ButtonWithIconProps"},"title":"Кнопки","maxItems":4}}},"WorkSchedule":{"type":"object","properties":{"workTime":{"type":"string"},"lunchHour":{"type":"string"},"workTimeSaturday":{"type":"string"},"lunchHourSaturday":{"type":"string"},"workingMonday":{"type":"boolean"},"workingTuesday":{"type":"boolean"},"workingWednesday":{"type":"boolean"},"workingThursday":{"type":"boolean"},"workingFriday":{"type":"boolean"},"workingSaturday":{"type":"boolean"},"workingSunday":{"type":"boolean"}},"required":["workTime","lunchHour","workTimeSaturday","lunchHourSaturday","workingMonday","workingTuesday","workingWednesday","workingThursday","workingFriday","workingSaturday","workingSunday"]},"OfficeMapProps":{"type":"object","properties":{"name":{"type":"string"},"address":{"type":"string"},"workSchedule":{"$ref":"#/definitions/WorkSchedule"},"gpsLatitude":{"type":"number"},"gpsLongitude":{"type":"number"}},"required":["address","workSchedule"]},"WorkScheduleWeek":{"type":"object","properties":{"status":{"type":"boolean"},"workTime":{"type":"string"},"lunchHour":{"type":"string"},"title":{"type":"string"},"description":{"type":"string"}}},"NearbyOffices":{"type":"object","properties":{"time":{"type":"string"},"distance":{"type":"string"},"title":{"type":"string"},"icon":{"$ref":"#/definitions/IconName"}}},"OfficeServicesBlockList":{"type":"object","properties":{"label":{"type":"string","title":"Название"},"icon":{"$ref":"#/definitions/Picture","title":"Иконка"}}},"OfficeServicesBlockContent":{"type":"object","properties":{"title":{"type":"string","title":"Заголовок"},"servicesList":{"type":"array","items":{"$ref":"#/definitions/OfficeServicesBlockList"},"title":"Список услуг"}},"title":"Офисные услуги"},"OtherProductsContent":{"type":"object","properties":{"colorPalette":{"$ref":"#/definitions/ColorPalette"},"title":{"type":"string","title":"Заголовок"}},"title":"Другие продукты"},"ColorPalette":{"type":"string","enum":["","pc","bc","eo"],"title":"Цветовая палитра","enumNames":["","Частным клиентам","Бизнес клиентам","Экосистема Своё"]},"OtherProductsItemContent":{"type":"object","properties":{"isUnfolded":{"type":"boolean","title":"Отображать в раскрытом виде"},"label":{"type":"string","title":"Название","default":"Список"}},"title":"Элемент списка"},"PictureTextContent":{"type":"object","properties":{"directionRight":{"type":"boolean","title":"Картинка справа/текст слева","default":false},"title":{"type":"string","title":"Заголовок"},"description":{"type":"string","title":"Описание"},"image":{"$ref":"#/definitions/Picture","default":{"format":"webp","size":{"width":400},"sources":[{"media":1279,"width":240,"format":"webp","alignment":"center"}]}},"benefits":{"type":"array","items":{"$ref":"#/definitions/BenefitItemProps"},"title":"Список преимуществ"},"sum":{"type":"number","title":"Страховая сумма"},"monthLimit":{"type":"number","title":"Ежемесячный лимит"},"version":{"$ref":"#/definitions/BlockVersion"}},"title":"Картинка с текстом"},"BenefitsProps":{"type":"object","properties":{"benefits":{"type":"array","items":{"$ref":"#/definitions/BenefitItemProps"},"title":"Список преимуществ"}},"title":"Преимущество"},"BenefitItemCommonProps":{"type":"object"},"BenefitItemProps":{"type":"object","properties":{"label":{"type":"string","title":"Название"},"description":{"type":"string","title":"Описание"},"icon":{"$ref":"#/definitions/Picture","title":"Иконка"}}},"ProductBlockInnerContent":{"type":"object","properties":{"title":{"type":"string","title":"Заголовок"},"headlineVersion":{"$ref":"#/definitions/HeadlineVersion"},"footnote":{"type":"string","title":"Сноска"},"label":{"type":"string","title":"Лейбл (моб.)"},"description":{"type":"string","title":"Описание"},"image":{"$ref":"#/definitions/Picture","default":{"format":"webp","size":{"width":600},"sources":[{"media":1279,"width":360,"format":"webp","alignment":"northeast"}]}},"benefitsCountOfRow":{"type":"number","enum":[2,3],"title":"Количество преимуществ в строке","default":3,"enumNames":["2","3"]},"benefitsVersion":{"$ref":"#/definitions/IconVersion"},"benefits":{"type":"array","items":{"$ref":"#/definitions/BenefitItemProps"},"title":"Список преимуществ","minItems":2,"maxItems":4},"isDotted":{"type":"boolean","title":"Буллиты","default":true},"items":{"type":"array","items":{"type":"string"},"title":"Список"},"buttons":{"type":"array","items":{"$ref":"#/definitions/ButtonWithIconProps"},"title":"Кнопки","maxItems":4},"version":{"$ref":"#/definitions/BlockVersion"}}},"ProductBlockContent":{"type":"object","properties":{"title":{"type":"string","title":"Заголовок"},"headlineVersion":{"$ref":"#/definitions/HeadlineVersion"},"footnote":{"type":"string","title":"Сноска"},"label":{"type":"string","title":"Лейбл (моб.)"},"description":{"type":"string","title":"Описание"},"image":{"$ref":"#/definitions/Picture","default":{"format":"webp","size":{"width":600},"sources":[{"media":1279,"width":360,"format":"webp","alignment":"northeast"}]}},"backwardButton":{"$ref":"#/definitions/BackwardButtonProps","title":"Кнопка возврата"},"breadcrumbs":{"type":"array","items":{"$ref":"#/definitions/LinkProps"},"title":"Хлебные крошки"},"benefitsCountOfRow":{"type":"number","enum":[2,3],"title":"Количество преимуществ в строке","default":3,"enumNames":["2","3"]},"benefitsVersion":{"$ref":"#/definitions/IconVersion"},"benefits":{"type":"array","items":{"$ref":"#/definitions/BenefitItemProps"},"title":"Список преимуществ","minItems":2,"maxItems":4},"isDotted":{"type":"boolean","title":"Буллиты","default":true},"items":{"type":"array","items":{"type":"string"},"title":"Список"},"buttons":{"type":"array","items":{"$ref":"#/definitions/ButtonWithIconProps"},"title":"Кнопки","maxItems":4},"version":{"$ref":"#/definitions/BlockVersion"}},"title":"Продуктовый блок"},"BackwardButtonProps":{"type":"object","properties":{"text":{"type":"string","title":"Текст","default":"Кнопка"},"icon":{"$ref":"#/definitions/Picture","title":"Иконка"},"version":{"$ref":"#/definitions/ButtonVersion"},"aboveText":{"type":"string","title":"Верхний текст"},"href":{"type":"string","title":"URL (href)"},"target":{"$ref":"#/definitions/Target","default":""},"rounded":{"type":"boolean","title":"Закругленные углы"}}},"ProductGalleryNav":{"type":"object","properties":{"title":{"type":"string"},"description":{"type":"string","title":"Описание"}},"required":["title","description"],"title":"Кнопка под слайдом"},"ProductSlide":{"type":"object","properties":{"nav":{"$ref":"#/definitions/ProductGalleryNav","title":"Превью содержимого слайда на навигации"},"productBlock":{"$ref":"#/definitions/ProductBlockInnerContent","title":"Содержимое слайда"}},"required":["productBlock"],"title":"Слайд"},"ProductGalleryContent":{"type":"object","properties":{"slides":{"type":"array","items":{"$ref":"#/definitions/ProductSlide"},"title":"Слайды","minItems":2},"version":{"$ref":"#/definitions/BlockVersion"}},"title":"Продуктовая галерея"},"TextBenefit":{"type":"object","properties":{"label":{"type":"string","title":"Название"},"description":{"type":"string","title":"Описание"}}},"ProductTileContent":{"type":"object","properties":{"title":{"type":"string","title":"Заголовок"},"headlineVersion":{"$ref":"#/definitions/HeadlineVersion"},"description":{"type":"string","title":"Описание"},"image":{"$ref":"#/definitions/Picture","default":{"format":"webp","size":{"width":320},"sources":[{"media":1279,"width":192,"format":"webp","alignment":"southeast"}]}},"benefits":{"type":"array","items":{"$ref":"#/definitions/TextBenefit"},"title":"Преимущества","maxItems":7},"additionalDescription":{"type":"string","title":"Дополнительное описание"},"buttons":{"type":"array","items":{"$ref":"#/definitions/ButtonWithIconProps"},"title":"Кнопки","maxItems":4},"version":{"$ref":"#/definitions/BlockVersion"}},"title":"Продуктовая плитка"},"PromoTileContent":{"type":"object","properties":{"title":{"type":"string","title":"Заголовок"},"headingType":{"$ref":"#/definitions/HeadingType"},"date":{"type":"string","title":"Дата публикации"},"description":{"type":"string","title":"Описание"},"buttons":{"type":"array","items":{"$ref":"#/definitions/ButtonWithIconProps"},"title":"Кнопки","maxItems":4},"version":{"$ref":"#/definitions/BlockVersion"}},"title":"Акции"},"RecommendationCardTypes":{"type":"object","properties":{"title":{"type":"string","title":"Заголовок"},"description":{"type":"string","title":"Описание"},"image":{"$ref":"#/definitions/Picture","default":{"format":"webp","size":{"width":290},"sources":[{"media":1279,"width":174,"format":"webp","alignment":"southeast"}]}},"items":{"type":"array","items":{"type":"string"},"title":"Список"},"socialMedia":{"type":"array","items":{"$ref":"#/definitions/LinkCommonProps"},"title":"Соц сети","minItems":3,"default":[{"href":"https://t.me"},{"href":"https://vk.com"},{"href":"https://ok.ru"}]},"button":{"$ref":"#/definitions/ButtonProps","default":{"text":"","version":"secondary"}}},"title":"Карточка"},"RecommendationContent":{"type":"object","properties":{"title":{"type":"string","title":"Заголовок"},"recommendations":{"type":"array","items":{"$ref":"#/definitions/RecommendationCardTypes"},"title":"Карточки"},"version":{"$ref":"#/definitions/BlockVersion"}},"title":"Рекомендации"},"RollupItemContent":{"type":"object","properties":{"isExpanded":{"type":"boolean","title":"Отображать в раскрытом виде"},"isFoldButtonOnTop":{"type":"boolean","title":"Кнопка сверху"},"label":{"type":"string","title":"Название"},"version":{"$ref":"#/definitions/BlockVersion"}},"title":"Сворачивающаяся секция"},"SafeDepositRentalContent":{"type":"object","properties":{"title":{"type":"string","title":"Заголовок"},"footnote":{"type":"string","title":"Сноска"}},"title":"Аренда сейфовых ячеек"},"Step":{"type":"object","properties":{"label":{"type":"string","title":"Название"},"description":{"type":"string","title":"Описание"},"isDotted":{"type":"boolean","title":"Буллиты","default":true},"items":{"type":"array","items":{"type":"string"},"title":"Список"},"icon":{"$ref":"#/definitions/Picture","title":"Иконка"},"button":{"$ref":"#/definitions/ButtonWithIconProps","title":"Кнопка"}},"title":"Шаг"},"StepsBlockContent":{"type":"object","properties":{"showLines":{"type":"boolean","title":"Линии","default":true},"size":{"$ref":"#/definitions/SizeVersion","title":"Размер шагов (моб.)","default":"normal"},"title":{"type":"string","title":"Заголовок"},"description":{"type":"string","title":"Описание"},"steps":{"type":"array","items":{"$ref":"#/definitions/Step"},"title":"Шаги","minItems":2,"maxItems":5},"button":{"$ref":"#/definitions/ButtonWithIconProps","title":"Кнопка"},"version":{"$ref":"#/definitions/BlockVersion"}},"title":"Блок шаги"},"SizeVersion":{"type":"string","enum":["normal","small"],"title":"Размер","enumNames":["Обычный","Уменьшенный"]},"GroupTabData":{"type":"object","properties":{"type":{"type":"string","const":"group","default":"group"},"ref":{"type":"string","title":"Тег"},"title":{"type":"string","title":"Заголовок"}},"required":["type"],"title":"Группа"},"LinkTabData":{"type":"object","properties":{"type":{"type":"string","const":"link","default":"link"},"text":{"type":"string","title":"Текст"},"href":{"type":"string","title":"URL (href)"},"target":{"$ref":"#/definitions/Target","default":""}},"required":["type"],"title":"Ссылка"},"TabData":{"anyOf":[{"$ref":"#/definitions/GroupTabData"},{"$ref":"#/definitions/LinkTabData"}],"title":"Таб","default":{"type":"group"}},"TabsContent":{"type":"object","properties":{"tabs":{"type":"array","items":{"$ref":"#/definitions/TabData"},"title":"Табы"},"isSticky":{"type":"boolean","title":"Закрепить сверху"},"showCounter":{"type":"boolean","title":"Показывать счетчик блоков во вкладках"}},"title":"Вкладки"},"TariffsTableRowHeader":{"type":"object","properties":{"title":{"type":"string","title":"Заголовок"},"icon":{"$ref":"#/definitions/Picture","default":{"format":"webp","size":{"width":24,"height":24}}}},"title":"Параметр"},"ImageCellDef":{"type":"object","properties":{"tableCellType":{"type":"string","const":"Img","default":"Img"},"image":{"$ref":"#/definitions/Picture","default":{"format":"webp","size":{"width":24,"height":24}}}},"required":["tableCellType"],"title":"Изображение"},"ButtonsCellDef":{"type":"object","properties":{"tableCellType":{"type":"string","const":"Buttons","default":"Buttons"},"buttons":{"type":"array","items":{"$ref":"#/definitions/ButtonWithIconProps"},"title":"Кнопки","maxItems":4}},"required":["tableCellType"],"title":"Кнопки"},"LabelDescriptionCell":{"type":"object","properties":{"label":{"type":"string","title":"Название"},"description":{"type":"string","title":"Описание"}},"title":"Заголовок и описание"},"LabelDescriptionCellDef":{"type":"object","properties":{"tableCellType":{"type":"string","const":"LabelDescription","default":"LabelDescription"},"label":{"type":"string","title":"Название"},"description":{"type":"string","title":"Описание"}},"required":["tableCellType"],"title":"Заголовок и описание"},"ListBlockDef":{"type":"object","properties":{"tableCellType":{"type":"string","const":"List","default":"List"},"hasIndent":{"type":"boolean","title":"Отступ"},"isDotted":{"type":"boolean","title":"Буллиты"},"listItemSize":{"$ref":"#/definitions/ListItemSize"},"items":{"type":"array","items":{"type":"string"},"title":"Список"},"version":{"$ref":"#/definitions/ListItemVersion"}},"required":["tableCellType"],"title":"Список"},"ListProps":{"type":"object","properties":{"hasIndent":{"type":"boolean","title":"Отступ"},"isDotted":{"type":"boolean","title":"Буллиты"},"listItemSize":{"$ref":"#/definitions/ListItemSize"},"items":{"type":"array","items":{"type":"string"},"title":"Список"},"version":{"$ref":"#/definitions/ListItemVersion"}},"title":"Содержимое списка"},"ListItemSize":{"type":"string","enum":["S","M","L"],"title":"Размер пунктов списка","enumNames":["Маленький","Средний","Большой"]},"ListItemVersion":{"type":"string","enum":["primary","secondary","gray"],"title":"Версия списка","enumNames":["Основной","Второстепенный","Серый"]},"InnerTableBlockDef":{"type":"object","properties":{"tableCellType":{"type":"string","const":"Table","default":"Table"},"dataUrl":{"type":"string","title":"Справочник"},"pdfUrl":{"type":"string","title":"Ссылка PDF-файл"}},"required":["tableCellType"],"title":"Таблица"},"TariffsTableInnerContent":{"type":"object","properties":{"dataUrl":{"type":"string","title":"Справочник"},"pdfUrl":{"type":"string","title":"Ссылка PDF-файл"}}},"CellDef":{"anyOf":[{"$ref":"#/definitions/EmptyOption"},{"$ref":"#/definitions/ImageCellDef"},{"$ref":"#/definitions/ButtonsCellDef"},{"$ref":"#/definitions/LabelDescriptionCellDef"},{"$ref":"#/definitions/ListBlockDef"},{"$ref":"#/definitions/InnerTableBlockDef"}],"title":"Содержимое ячейки"},"TariffsTableColumn":{"type":"object","properties":{"data":{"type":"array","items":{"type":"array","items":{"$ref":"#/definitions/CellDef"}},"title":"Данные"}},"title":"Колонка"},"TariffsTableContent":{"type":"object","properties":{"tariffsColumns":{"type":"array","items":{"$ref":"#/definitions/TariffsTableColumn"},"title":"Колонки"},"hiddenRowsNum":{"type":"number","title":"Скрывать строк"},"title":{"type":"string","title":"Заголовок"},"description":{"type":"string","title":"Описание"},"orientation":{"$ref":"#/definitions/ListOrientation","title":"Отображать элементы в моб. версии (прокрутка shift+mouseScroll)"},"rowHeaders":{"type":"array","items":{"$ref":"#/definitions/TariffsTableRowHeader"},"title":"Параметры"}},"title":"Таблица тарифов"},"TextBlockVersion":{"type":"string","enum":["primary","secondary","secondary-light"],"title":"Цвет блока","enumNames":["Основная","Второстепенная","Второстепенная прозрачная"]},"TextBlockIconVersion":{"type":"string","enum":["none","small","big"],"title":"Размер иконки","enumNames":["Нет","Маленькая","Большая"]},"TextBlockContent":{"type":"object","properties":{"title":{"type":"string","title":"Заголовок"},"description":{"type":"string","title":"Описание"},"image":{"$ref":"#/definitions/Picture"},"isDotted":{"type":"boolean","title":"Буллиты"},"items":{"type":"array","items":{"type":"string"},"title":"Список (моб.)"},"iconVersion":{"$ref":"#/definitions/TextBlockIconVersion"},"blockVersion":{"$ref":"#/definitions/TextBlockVersion"}},"title":"Текстовый блок"},"TileContent":{"type":"object","properties":{"tags":{"type":"array","items":{"type":"string"},"title":"Теги"},"title":{"type":"string","title":"Заголовок"},"headingType":{"$ref":"#/definitions/HeadingType"},"description":{"type":"string","title":"Описание"},"image":{"$ref":"#/definitions/Picture","default":{"format":"webp","size":{"width":320},"sources":[{"media":1279,"width":192,"format":"webp","alignment":"southeast"}]}},"isDotted":{"type":"boolean","title":"Буллиты","default":true},"listItemSize":{"$ref":"#/definitions/ListItemSize"},"items":{"type":"array","items":{"type":"string"},"title":"Список"},"buttons":{"type":"array","items":{"$ref":"#/definitions/ButtonWithIconProps"},"title":"Кнопки","maxItems":4},"version":{"$ref":"#/definitions/BlockVersion"}},"title":"Плитка"},"TagsContent":{"type":"object","properties":{"tags":{"type":"array","items":{"type":"string"},"title":"Теги"}}},"GapVersion":{"type":"string","enum":["XXL","XL","L","M","S","XS",""],"title":"Отсуп между компонентами","enumNames":["Самый большой","Очень большой","Большой","Средний","Маленький","Самый маленький","Без отступа"]},"VerticalLayoutContent":{"type":"object","properties":{"colorPalette":{"$ref":"#/definitions/ColorPalette"},"gap":{"$ref":"#/definitions/GapVersion"},"align":{"$ref":"#/definitions/AlignType"},"version":{"$ref":"#/definitions/BlockVersionWithTransparent"}},"title":"Вертикальный компоновщик"},"VideoContent":{"type":"object","properties":{"src":{"type":"string","title":"URL"},"previewImg":{"$ref":"#/definitions/Picture","title":"Заставка"},"title":{"type":"string","title":"Заголовок"}}}}}
|
|
1
|
+
{"$schema":"http://json-schema.org/draft-07/schema#","definitions":{"AccordionContent":{"type":"object","properties":{"accordionAlignTitle":{"$ref":"#/definitions/AlignType","title":"Выравнивание заголовка","default":"center"},"bordered":{"type":"boolean","title":"Отображать/скрывать обводку у элемента списка","default":false},"title":{"type":"string","title":"Заголовок"},"description":{"type":"string","title":"Описание"},"version":{"$ref":"#/definitions/BlockVersion"}},"title":"Аккордеон"},"HeadlineCommonProps":{"type":"object","properties":{"title":{"type":"string","title":"Заголовок"},"description":{"type":"string","title":"Описание"}}},"TitleProps":{"type":"object","properties":{"title":{"type":"string","title":"Заголовок"}}},"DescriptionProps":{"type":"object","properties":{"description":{"type":"string","title":"Описание"}}},"AlignType":{"type":"string","enum":["left","center","right"],"title":"Выравнивание","enumNames":["По левому краю","По центру","По правому краю"]},"BlockVersion":{"type":"string","enum":["primary","secondary"],"title":"Цвет блока","enumNames":["Основная","Второстепенная"]},"AccordionItemContent":{"type":"object","properties":{"isExpanded":{"type":"boolean","title":"Отображать в раскрытом виде"},"labelIcon":{"$ref":"#/definitions/Picture"},"label":{"type":"string","title":"Название","default":"Список"}},"title":"Элемент аккордиона"},"Picture":{"type":"object","properties":{"alignment":{"$ref":"#/definitions/ImgAlignment"},"src":{"type":"string","title":"Картинка"},"format":{"$ref":"#/definitions/ImgFormats","title":"Формат"},"media":{"$ref":"#/definitions/MediaQuery"},"size":{"type":"object","properties":{"width":{"type":"number","title":"Ширина"},"height":{"type":"number","title":"Высота"}},"title":"Размер изображения"},"alt":{"type":"string","title":"Альтернативный текст (alt)","default":""},"sources":{"type":"array","items":{"$ref":"#/definitions/ImgSource"},"title":"Другие форматы"},"className":{"type":"string"},"title":{"type":"string","title":"Текст подсказки (title)","default":""},"iconVersion":{"$ref":"#/definitions/IconVersion","title":"Версия иконки"},"icon":{"$ref":"#/definitions/IconName","title":"Иконка"}},"title":"Изображение"},"Img":{"type":"object","properties":{"src":{"type":"string","title":"Картинка"},"alt":{"type":"string","title":"Альтернативный текст (alt)","default":""},"title":{"type":"string","title":"Текст подсказки (title)","default":""}}},"ImgSource":{"type":"object","properties":{"alignment":{"$ref":"#/definitions/ImgAlignment"},"src":{"type":"string","title":"Картинка"},"format":{"$ref":"#/definitions/ImgFormats","title":"Формат"},"media":{"$ref":"#/definitions/MediaQuery"},"size":{"type":"object","properties":{"width":{"type":"number","title":"Ширина"},"height":{"type":"number","title":"Высота"}},"title":"Размер изображения"},"iconVersion":{"$ref":"#/definitions/IconVersion","title":"Версия иконки"},"icon":{"$ref":"#/definitions/IconName","title":"Иконка"}}},"ImgAlignment":{"type":"string","enum":["northwest","north","northeast","west","center","east","southwest","south","southeast"],"title":"Позиционирование","enumNames":["Сверху слева","Сверху по центру","Сверху справа","Посередине слева","Посередине по центру","Посередине справа","Снизу слева","Снизу по центру","Снизу справа"],"default":"center"},"IconName":{"type":"string","enum":["","ActualBalanceIcon","AirPlaneIcon","AppleIcon","ArrowDownIcon","ArrowLeftIcon","ArrowRightIcon","ArrowUpIcon","AtmIcon","BankIcon","BuildingIcon","BurgerIcon","Calendar2Icon","CalendarCircleIcon","CalendarIcon","CalendarTickIcon","Car2Icon","CardIcon","CardPosIcon","CardTickIcon","CardWithGemIcon","CarIcon","ChartSquareIcon","CinemaIcon","ClockIcon","CloseIcon","ComfortableCompIcon","CreditCardsIcon","DiscountShapeIcon","DocDownloadIcon","DocIcon","DocIconMonoColor","DocsIcon","DocumentText2Icon","DocumentTextIcon","DollarIcon","DoneIcon","DoneSimpleIcon","EarthIcon","EmptyWalletChangeIcon","EmptyWalletIcon","EuroIcon","FullScreenIcon","GeolocationIcon","GlassIcon","GlobalIcon","GpsIcon","GridIcon","HeartIcon","HuaweiIcon","InterestGrowthIcon","InterestIcon","JCBIcon","LogoIcon","LoupeIcon","MapMarkerClusterIcon","MapMarkerSingleIcon","MasterCardIcon","MetroIcon","MinusIcon","MirIcon","MoneyIcon","MoneyInsuranceIcon","MoneysIcon","MonitorMobileIcon","NewDocIcon","OfficeIcon","OkIcon","PackA4Icon","PassSendIcon","PercentageRoundIcon","PercentageSquareIcon","PersonalCardIcon","PlayMarketIcon","PlusIcon","PowerIcon","Profile2UserIcon","ProfileIcon","PumpkinIcon","RoundRubleIcon","SafeIcon","ShieldTickIcon","SignDocsIcon","SmallClockIcon","SoundIcon","StrongBoxIcon","TelegramIcon","UnionPayIcon","UserGeoLocationIcon","UserSquareIcon","UserTickIcon","VisaIcon","VKIcon","WalletAdd2Icon","WalletAddIcon","WalletIcon","WalletWithMoneyIcon","WateringCanIcon"],"title":"Иконка","enumNames":["","Деньги","Самолёт","Лого «Apple»","Стрелка 'Вниз'","Стрелка 'Влево'","Стрелка 'Вправо'","Стрелка 'Вверх'","Банкомат","Банк","Здание с деревом","Бургер","Календарь 2","Скруглённый календарь","Календарь","Календарь с галочкой","Машина2","Кред. карта","Кред. карта под наклоном","Кред. карта с галочкой","Карта с драгоценностями","Машина","Деньги внутри кошелька","Кинотеатр","Часы","Крестик","Кресло","Кредитные карты","Скидка","Скачать документ","Документ","Документ (одноцветный)","Документы","Документы-2","Документ с текстом","Доллар","Зелёная 'галочка' в круге","Зелёная 'галочка'","Земля","Пустой кошелёк с возвратом","Пустой кошелёк","Евро","FullScreenIcon","Геолокация","Зеркало","Глобус","Gps","Сетка (белая)","Сердце","Лого «Huawei»","Диаграмма роста","Скидка","JCB","Logo","Лупа","Маркер карты","Маркер карты РСХБ","MasterCard","Лого Метро","Минус","МИР","Деньги","Денежное страхование","Купюры","Монитор и мобильный","Новый документ","Офис","Лого «Одноклассники»","Пачка бумаги А4","Бизнес","Проценты (круг.)","Проценты","Персональная карта","Лого «PlayMarket»","Плюс","Щит","Профиль, 2 персоны","Профиль","Тыква","Рубль (круг.)","Сейф","Безопасность","Подписанные документы","Маленькие часы","Звук","Ящик с замочной скважиной","Лого «Telegram»","UnionPay","UserGeoLocationIcon","Пользователь в рамке","Пользователь","Visa","Лого «VK»","Пополнение карты","Кошелёк с плюсом","Кошелёк","Кошелёк с деньгами","Добавить продукт"]},"IconVersion":{"type":"string","enum":["normal","color","white","black"],"title":"Цвет иконки","default":"normal","enumNames":["по умолчанию","Цветной","Белый","Чёрный"]},"ImgFormats":{"type":"string","enum":["jpeg","jpg","png","gif","webp","heif","avif"]},"MediaQuery":{"type":"number","enum":[1919,1439,1279],"title":"Брейкпоинт","enumNames":["Меньше 1920px","Меньше 1440px","Меньше 1280px"]},"TextBenefitDef":{"type":"object","properties":{"name":{"type":"string","title":"Описание"},"benefitType":{"type":"string","const":"text","default":"text"}},"title":"Пункты описания"},"ListBenefitDef":{"type":"object","properties":{"bullets":{"type":"boolean","title":"Буллиты"},"benefitType":{"type":"string","const":"list","default":"list"},"items":{"type":"array","items":{"type":"string"},"title":"Пункты","default":["Пункт 1"]}},"title":"Список"},"DescriptionDef":{"anyOf":[{"$ref":"#/definitions/EmptyOption"},{"$ref":"#/definitions/TextBenefitDef"},{"$ref":"#/definitions/ListBenefitDef"}],"title":"Вид контента"},"EmptyOption":{"type":"null","title":"Выберите блок"},"BenefitBlockItemProps":{"type":"object","properties":{"label":{"type":"string","title":"Название"},"description":{"$ref":"#/definitions/DescriptionDef","title":"Описание"},"icon":{"$ref":"#/definitions/Picture","title":"Иконка"}},"title":"Преимущество"},"LabelProps":{"type":"object","properties":{"label":{"type":"string","title":"Название"}}},"IconProps":{"type":"object","properties":{"icon":{"$ref":"#/definitions/Picture","title":"Иконка"}}},"BenefitsBlockContent":{"type":"object","properties":{"title":{"type":"string","title":"Заголовок"},"benefitList":{"type":"array","items":{"$ref":"#/definitions/BenefitBlockItemProps"},"title":"Список преимуществ","maxItems":6},"version":{"$ref":"#/definitions/BlockVersion","default":"primary"}},"title":"Блок преимущества"},"BonusImageDef":{"type":"object","properties":{"bonusType":{"type":"string","const":"image","default":"image"},"image":{"$ref":"#/definitions/Picture"}},"title":"Изображение"},"BonusCountDef":{"type":"object","properties":{"bonusType":{"type":"string","const":"count","default":"count"},"bonusCount":{"type":"string","title":"Количество баллов"},"bonusName":{"type":"string","title":"Наименование"}},"title":"Баллы"},"BonusItemContentDef":{"anyOf":[{"$ref":"#/definitions/EmptyOption"},{"$ref":"#/definitions/BonusImageDef"},{"$ref":"#/definitions/BonusCountDef"}],"title":"Вид контента"},"BonusItem":{"type":"object","properties":{"title":{"type":"string","title":"Заголовок"},"description":{"type":"string","title":"Описание"},"bonusItemContent":{"$ref":"#/definitions/BonusItemContentDef"},"buttons":{"type":"array","items":{"$ref":"#/definitions/ButtonWithIconProps"},"title":"Кнопка","maxItems":1,"default":[{"version":"secondary","target":"_self"}]}},"title":"Плитка"},"ButtonWithIconProps":{"type":"object","properties":{"text":{"type":"string","title":"Текст","default":"Кнопка"},"icon":{"$ref":"#/definitions/Picture","title":"Иконка слева"},"version":{"$ref":"#/definitions/ButtonVersion"},"aboveText":{"type":"string","title":"Верхний текст"},"iconRight":{"$ref":"#/definitions/Picture","title":"Иконка справа"},"href":{"type":"string","title":"URL (href)"},"target":{"$ref":"#/definitions/Target","default":""},"rounded":{"type":"boolean","title":"Закругленные углы"}}},"ButtonProps":{"type":"object","properties":{"text":{"type":"string","title":"Текст","default":"Кнопка"},"version":{"$ref":"#/definitions/ButtonVersion"},"href":{"type":"string","title":"URL (href)"},"target":{"$ref":"#/definitions/Target","default":""},"rounded":{"type":"boolean","title":"Закругленные углы"}},"title":"Кнопка"},"LinkProps":{"type":"object","properties":{"text":{"type":"string","title":"Текст"},"href":{"type":"string","title":"URL (href)"},"target":{"$ref":"#/definitions/Target","default":""}},"title":"Ссылка","required":["text","href"]},"LinkCommonProps":{"type":"object","properties":{"href":{"type":"string","title":"URL (href)"},"target":{"$ref":"#/definitions/Target","default":""}}},"Target":{"type":"string","enum":["","_self","_blank","_parent","_top"],"title":"Таргет (target)","enumNames":["","self (текущее окно или фрейм)","blank (новое окно)","parent (фрейм-родитель)","top (текущее окно)"]},"ButtonVersion":{"type":"string","enum":["primary","secondary","white","link"],"title":"Цвет кнопки","enumNames":["Основная","Второстепенная","Белая","Ссылка"],"default":"primary"},"BonusContent":{"type":"object","properties":{"title":{"type":"string","title":"Заголовок"},"description":{"type":"string","title":"Описание"},"bonusItems":{"type":"array","items":{"$ref":"#/definitions/BonusItem"},"title":"Список плиток"}},"title":"Блок Бонусы"},"ColumnsCount":{"type":"string","enum":["3","4","5"],"title":"Количество элементов в строке","enumNames":["Три колонки","Четыре колонки","Пять колонок"]},"BonusBenefit":{"type":"object","properties":{"label":{"type":"string","title":"Название"},"description":{"type":"string","title":"Описание"},"icon":{"$ref":"#/definitions/Picture","title":"Иконка"}},"title":"Бонус и преимущество"},"BonusBenefitsBlockContent":{"type":"object","properties":{"cardTextAlign":{"$ref":"#/definitions/AlignType"},"title":{"type":"string","title":"Заголовок"},"subtitle":{"type":"string","title":"Подзаголовок"},"bonusBenefits":{"type":"array","items":{"$ref":"#/definitions/BonusBenefit"},"title":"Список бонусов"},"columnsCount":{"$ref":"#/definitions/ColumnsCount"}},"title":"Блок бонусов и преимуществ"},"BusinessCardItemProps":{"type":"object","properties":{"text":{"type":"string","title":"Текст"},"icon":{"$ref":"#/definitions/Picture","title":"Иконка"}}},"BusinessCardProps":{"type":"object","properties":{"title":{"type":"string","title":"Заголовок карточки"},"image":{"$ref":"#/definitions/Picture"},"cardItems":{"type":"array","items":{"$ref":"#/definitions/BusinessCardItemProps"},"title":"Список"},"button":{"$ref":"#/definitions/ButtonWithIconProps","title":"Кнопка"}}},"BusinessBlockContent":{"type":"object","properties":{"title":{"type":"string","title":"Заголовок блока"},"cards":{"type":"array","items":{"$ref":"#/definitions/BusinessCardProps"},"title":"Карточки","minItems":2,"maxItems":2}},"title":"Бизнес блок"},"CommonCalculatorProps":{"type":"object","properties":{"sourceBookDir":{"type":"string","title":"Адрес справочника"},"footnote":{"type":"string","title":"Сноска"},"buttons":{"type":"array","items":{"$ref":"#/definitions/ButtonWithIconProps"},"title":"Кнопки"}}},"Footnote":{"type":"object","properties":{"footnote":{"type":"string","title":"Сноска"}}},"DepositCalculatorParams":{"type":"object","description":"TODO: данные из справочника"},"def-hidden":{"additionalProperties":false},"CreditCalculatorParamsDef":{"type":"object","properties":{"calcType":{"type":"string","const":"CreditCalculatorForm"},"sourceBookDir":{"type":"string","title":"Адрес справочника"},"title":{"type":"string","title":"Заголовок"},"footnote":{"type":"string","title":"Сноска"},"buttons":{"type":"array","items":{"$ref":"#/definitions/ButtonWithIconProps"},"title":"Кнопки"}},"required":["calcType"],"title":"Кредитный калькулятор","default":{"calcType":"CreditCalculatorForm"}},"DepositCalculatorParamsDef":{"type":"object","properties":{"calcType":{"type":"string","const":"DepositCalculatorForm"},"sourceBookDir":{"type":"string","title":"Адрес справочника"},"title":{"type":"string","title":"Заголовок"},"footnote":{"type":"string","title":"Сноска"},"buttons":{"type":"array","items":{"$ref":"#/definitions/ButtonWithIconProps"},"title":"Кнопки"}},"required":["calcType"],"title":"Калькулятор вкладов","default":{"calcType":"DepositCalculatorForm"}},"BonusCalculatorParamsDef":{"type":"object","properties":{"calcType":{"type":"string","const":"BonusCalculatorForm"},"sourceBookDir":{"type":"string","title":"Адрес справочника"},"title":{"type":"string","title":"Заголовок"},"footnote":{"type":"string","title":"Сноска"},"buttons":{"type":"array","items":{"$ref":"#/definitions/ButtonWithIconProps"},"title":"Кнопки"}},"required":["calcType"],"title":"Калькулятор бонусов","default":{"calcType":"BonusCalculatorForm"}},"CalculatorBlockDef":{"anyOf":[{"$ref":"#/definitions/EmptyOption"},{"$ref":"#/definitions/CreditCalculatorParamsDef"},{"$ref":"#/definitions/DepositCalculatorParamsDef"},{"$ref":"#/definitions/BonusCalculatorParamsDef"}],"title":"Настройки калькулятора"},"CalculatorNav":{"type":"object","properties":{"title":{"type":"string","title":"Заголовок"},"description":{"type":"string","title":"Описание"},"icon":{"$ref":"#/definitions/Picture","title":"Иконка"}},"title":"Кнопка навигации"},"CalculatorTab":{"type":"object","properties":{"nav":{"$ref":"#/definitions/CalculatorNav"},"calculatorBlock":{"$ref":"#/definitions/CalculatorBlockDef"}},"title":"Вкладка"},"CalculatorContent":{"type":"object","properties":{"calculatorTabs":{"type":"array","items":{"$ref":"#/definitions/CalculatorTab"},"title":"Вкладки"}},"title":"Калькулятор"},"CardTransferContent":{"type":"object","properties":{"title":{"type":"string","title":"Заголовок"},"label":{"type":"string","title":"Название"},"placeholder":{"type":"string","title":"Плейсхолдер"},"button":{"$ref":"#/definitions/ButtonProps"}},"title":"Перевод с карты на карту"},"CarouselContent":{"type":"object","properties":{"visibleItemCount":{"type":"number","enum":[0,1,2,3],"title":"Количество видимых карточек","enumNames":["auto","1","2","3"]},"isBlur":{"type":"boolean","title":"Добавление блюра"},"isCyclic":{"type":"boolean","title":"Цикличность"}},"title":"Карусель"},"CarouselCardContent":{"type":"object","properties":{"title":{"type":"string","title":"Заголовок"},"description":{"type":"string","title":"Описание"},"button":{"$ref":"#/definitions/ButtonWithIconProps","title":"Кнопка","default":{"icon":{"format":"webp","size":{"width":24,"height":24}},"iconRight":{"format":"webp","size":{"width":24,"height":24}}}},"version":{"$ref":"#/definitions/CarouselCardVersion"}},"title":"Карточка какусели"},"CarouselCardVersion":{"type":"string","enum":["normal","mini"]},"CardColumnsMode":{"type":"number","enum":[1,2],"title":"Количество колонок","enumNames":["1 колонка","2 колонки"]},"CardsListItem":{"type":"object","properties":{"parameter":{"type":"string","title":"Параметр"},"parameterDescription":{"type":"string","title":"Описание"}}},"CarouselInvestmentCardContent":{"type":"object","properties":{"title":{"type":"string","title":"Заголовок"},"description":{"type":"string","title":"Описание"},"image":{"$ref":"#/definitions/Picture","default":{"format":"webp","size":{"width":290},"sources":[{"media":1279,"width":174,"format":"webp","alignment":"southeast"}]}},"additionalDescription":{"type":"string","title":"Доп. описание карточки"},"columnsMode":{"$ref":"#/definitions/CardColumnsMode","default":1},"cardsList":{"type":"array","items":{"$ref":"#/definitions/CardsListItem"},"title":"Список"},"version":{"$ref":"#/definitions/BlockVersion"}}},"CarouselLinksContent":{"type":"object","properties":{"links":{"type":"array","items":{"$ref":"#/definitions/LinkProps"},"title":"Ссылки"},"title":{"type":"string","title":"Заголовок"},"description":{"type":"string","title":"Описание"},"additionalDescription":{"type":"string","title":"Дополнительное описание"}},"title":"Карусель с ссылками"},"CarouselProgramsCardContent":{"type":"object","properties":{"title":{"type":"string","title":"Заголовок"},"list":{"type":"array","items":{"$ref":"#/definitions/HeadlineCommonProps"},"title":"Список"},"icon":{"$ref":"#/definitions/Picture"},"version":{"$ref":"#/definitions/BlockVersion"}},"title":"Карточка программ карусели"},"CarouselTariffsCardContent":{"type":"object","properties":{"isHighlighting":{"type":"boolean","title":"Выделить карточку"},"rows":{"type":"array","items":{"$ref":"#/definitions/HeadlineCommonProps"},"title":"Ячейка"},"title":{"type":"string","title":"Заголовок"},"icon":{"$ref":"#/definitions/Picture"},"button":{"$ref":"#/definitions/ButtonProps","title":"Кнопка"}},"title":"Карточка тарифной карусели"},"CatalogCardType":{"type":"object","properties":{"title":{"type":"string","title":"Заголовок"},"description":{"type":"string","title":"Описание"},"colors":{"type":"array","items":{"$ref":"#/definitions/ProductColorVersion"},"title":"Доступные цвета"},"price":{"type":"number","title":"Цена в рублях"},"image":{"$ref":"#/definitions/Picture"},"button":{"$ref":"#/definitions/ButtonWithIconProps","title":"Кнопка","default":{"icon":{"format":"webp","size":{"width":24,"height":24}},"iconRight":{"format":"webp","size":{"width":24,"height":24}}}}}},"ImageContent":{"type":"object","properties":{"image":{"$ref":"#/definitions/Picture"}}},"ProductColorVersion":{"type":"string","enum":["black","white"],"enumNames":["Черный","Белый"]},"CatalogContent":{"type":"object","properties":{"title":{"type":"string","title":"Заголовок"},"description":{"type":"string","title":"Описание"},"cards":{"type":"array","items":{"$ref":"#/definitions/CatalogCardType"},"title":"Список карточек"},"version":{"$ref":"#/definitions/BlockVersion"}},"title":"Каталог"},"CellData":{"type":"object","properties":{"label":{"type":"string","title":"Название"},"description":{"type":"string","title":"Описание"}},"title":"Ячейка"},"ColumnHeader":{"type":"object","properties":{"link":{"$ref":"#/definitions/LinkProps"},"title":{"type":"string","title":"Заголовок"},"subtitle":{"type":"string","title":"Подзаголовок"},"image":{"$ref":"#/definitions/Picture","default":{"format":"webp","size":{"width":100}}},"icon":{"$ref":"#/definitions/Picture","default":{"format":"webp","size":{"width":24}}}},"title":"Шапка колонки"},"Column":{"type":"object","properties":{"header":{"$ref":"#/definitions/ColumnHeader"},"data":{"type":"array","items":{"type":"array","items":{"$ref":"#/definitions/CellData"}},"title":"Данные"}},"title":"Продукт"},"RowHeader":{"type":"object","properties":{"title":{"type":"string","title":"Заголовок"}},"title":"Параметр"},"ComparisonTableContent":{"type":"object","properties":{"title":{"type":"string","title":"Заголовок"},"columns":{"type":"array","items":{"$ref":"#/definitions/Column"},"title":"Продукты"},"orientation":{"$ref":"#/definitions/ListOrientation","title":"Отображать элементы в моб. версии (прокрутка shift+mouseScroll)"},"rowHeaders":{"type":"array","items":{"$ref":"#/definitions/TitleProps"},"title":"Параметры"},"isColoredFirstColumn":{"type":"boolean","title":"Закрасить первую колонку"},"visibleRowLength":{"type":"number","title":"Отображать заданное количество строк"}},"title":"Сравнительная таблица"},"ListOrientation":{"type":"string","enum":["vertical","horizontal"],"title":"Направление списка","enumNames":["Вертикально","Горизонтально"]},"ContactBlockProps":{"type":"object","properties":{"title":{"type":"string","title":"Заголовок"},"description":{"type":"string","title":"Описание"},"additionalDescription":{"type":"string","title":"Дополнительное описание"},"button":{"$ref":"#/definitions/ButtonProps","title":"Кнопка"}},"title":"Элемент плитки"},"ContactsBlockContent":{"type":"object","properties":{"info":{"type":"array","items":{"type":"array","items":{"$ref":"#/definitions/ContactBlockProps"}},"title":"Данные","maxItems":2},"contacts":{"type":"array","items":{"type":"array","items":{"$ref":"#/definitions/ContactBlockProps"}},"title":"Контакты","maxItems":2},"version":{"$ref":"#/definitions/BlockVersion"}},"title":"Контакты"},"ErrorImageDef":{"type":"object","properties":{"errorContentType":{"type":"string","const":"Image","default":"Image"},"image":{"$ref":"#/definitions/Picture","default":{"format":"webp","size":{"width":460},"sources":[{"media":1279,"width":276,"format":"webp","alignment":"center"}]}}},"required":["errorContentType"],"title":"Изображение"},"ErrorCodeDef":{"type":"object","properties":{"errorContentType":{"type":"string","const":"Code","default":"Code"},"code":{"$ref":"#/definitions/ErrorType","default":404}},"required":["errorContentType"],"title":"Код ошибки"},"ErrorType":{"type":"string","enum":["","400","401","402","403","404","500","501","502","503","504","505"],"title":"Код"},"ErrorContentDef":{"anyOf":[{"$ref":"#/definitions/ErrorCodeDef"},{"$ref":"#/definitions/ErrorImageDef"}],"title":"Вид контента"},"ErrorBlockContent":{"type":"object","properties":{"title":{"type":"string","title":"Заголовок"},"subtitle":{"type":"string","title":"Описание"},"error":{"$ref":"#/definitions/ErrorContentDef"},"button":{"$ref":"#/definitions/ButtonProps","title":"Кнопка"}},"title":"Блок ошибки"},"ExchangeRateTileContent":{"type":"object","properties":{"title":{"type":"string","title":"Заголовок"},"button":{"$ref":"#/definitions/ButtonProps"}},"title":"Курсы обмена валют"},"ContactType":{"type":"string","enum":["tel","email"],"title":"Тип контакта","enumNames":["Телефон","Почта"]},"ContactInfo":{"type":"object","properties":{"type":{"$ref":"#/definitions/ContactType"},"text":{"type":"string","title":"Текст"},"description":{"type":"string","title":"Описание"}},"title":"Контакт"},"SubMenuItem":{"type":"object","properties":{"text":{"type":"string","title":"Текст"},"icon":{"$ref":"#/definitions/Picture","title":"Иконка"},"href":{"type":"string","title":"URL (href)"},"target":{"$ref":"#/definitions/Target","default":""}},"title":"Пункт подменю"},"GalleryItemProps":{"type":"object","properties":{"title":{"type":"string","title":"Заголовок (моб.)"},"text":{"type":"string","title":"Текст"}},"title":"Элемент списка"},"GalleryCardProps":{"type":"object","properties":{"headlineSmallVersion":{"$ref":"#/definitions/HeadlineSmallVersion"},"title":{"type":"string","title":"Заголовок"},"align":{"$ref":"#/definitions/AlignType","title":"Выравнивание","default":"center"},"description":{"type":"string","title":"Описание"},"isDotted":{"type":"boolean","title":"Буллиты","default":true},"items":{"type":"array","items":{"$ref":"#/definitions/GalleryItemProps"},"title":"Список"},"additionalDescription":{"type":"string","title":"Дополнительное описание"},"icon":{"$ref":"#/definitions/Picture","default":{"format":"webp","size":{"width":140},"sources":[{"media":1279,"width":84,"format":"webp","alignment":"center"}]}},"isFullWidth":{"type":"boolean","title":"Кнопка по всей ширине","default":true},"button":{"$ref":"#/definitions/ButtonWithIconProps","title":"Кнопка"},"version":{"$ref":"#/definitions/BlockVersion"}},"title":"Карточка","default":{"headlineSmallVersion":"XL_L"}},"HeadlineSmallProps":{"type":"object","properties":{"headlineSmallVersion":{"$ref":"#/definitions/HeadlineSmallVersion"},"title":{"type":"string","title":"Заголовок"},"description":{"type":"string","title":"Описание"}}},"HeadlineSmallVersion":{"type":"string","enum":["H6","XL_L","XL_R","L_L","L_R","M","S","XS"],"title":"Размер заголовка","enumNames":["Заголовок","Самый большой тонкий","Самый большой","Очень большой тонкий","Очень большой","Большой","Средний","Маленький"]},"GalleryContent":{"type":"object","properties":{"title":{"type":"string","title":"Заголовок"},"headlineVersion":{"$ref":"#/definitions/HeadlineVersion"},"description":{"type":"string","title":"Описание"},"orientation":{"$ref":"#/definitions/ListOrientation","title":"Отображать элементы в моб. версии (прокрутка shift+mouseScroll)"},"cards":{"type":"array","items":{"$ref":"#/definitions/GalleryCardProps"},"title":"Карточки","minItems":3},"button":{"$ref":"#/definitions/ButtonWithIconProps"}},"title":"Галерея"},"HeadlineProps":{"type":"object","properties":{"title":{"type":"string","title":"Заголовок"},"headlineVersion":{"$ref":"#/definitions/HeadlineVersion"},"description":{"type":"string","title":"Описание"}}},"HeadlineVersion":{"type":"string","enum":["XXL","XL","L","M","S","XS"],"title":"Размер заголовка","enumNames":["Самый большой","Очень большой","Большой","Средний","Маленький","Самый маленький"]},"Month":{"type":"object","properties":{"text":{"type":"string","title":"Название месяца"},"image":{"$ref":"#/definitions/Picture","title":"Изображение календарного месяца","default":"{\n\"format\": \"webp\",\n\"size\": {\n\"width\": 210\n\"height\": 190\n}\n}"}}},"CalendarItem":{"type":"object","properties":{"month":{"type":"array","items":{"$ref":"#/definitions/Month"},"title":"Месяцы"},"greenText":{"type":"string","title":"Вспомогательный текст"},"text":{"type":"string","title":"Основной текст"}}},"GracePeriodContent":{"type":"object","properties":{"title":{"type":"string","title":"Заголовок"},"description":{"type":"string","title":"Описание"},"calendar":{"type":"array","items":{"$ref":"#/definitions/CalendarItem"},"title":"Периоды"}},"title":"Льготный период"},"DispositionItem":{"type":"object","properties":{"text":{"type":"string","title":"Текст"},"href":{"type":"string","title":"URL (href)"},"target":{"$ref":"#/definitions/Target","default":""}},"title":"Ссылка дополнительного меню","required":["text","href"]},"Logo":{"type":"object","properties":{"title":{"type":"string","title":"Текст логотипа"},"image":{"$ref":"#/definitions/Picture","title":"Иконка логотипа"}},"title":"Логотип"},"HeaderContent":{"type":"object","title":"Шапка (для мобильных горизонтальная прокрутка shift+mouseScroll)","required":["defaultLocation","topItems"]},"HeadlineContent":{"type":"object","properties":{"title":{"type":"string","title":"Заголовок"},"headlineVersion":{"$ref":"#/definitions/HeadlineVersion"},"bgColorHeadline":{"$ref":"#/definitions/BlockVersionWithTransparent"},"align":{"$ref":"#/definitions/AlignType"},"description":{"type":"string","title":"Описание"},"image":{"$ref":"#/definitions/Picture","title":"Изображение (моб.)"}},"title":"Заголовок"},"BlockVersionWithTransparent":{"type":"string","enum":["transparent","primary","secondary"],"title":"Цвет блока","enumNames":["Прозрачная","Основная","Второстепенная"]},"ImgBlockContent":{"type":"object","properties":{"image":{"$ref":"#/definitions/Picture"}},"title":"Картинка"},"CardItem":{"type":"object","properties":{"fee":{"type":"number","title":"Страховой взнос"},"sum":{"type":"number","title":"Страховая сумма"},"icon":{"$ref":"#/definitions/Picture","title":"Иконка"},"href":{"type":"string","title":"Ссылка на программу"}},"title":"Кнопка выбора программы"},"InsuranceAmountBlockTab":{"type":"object","properties":{"title":{"type":"string","title":"Заголовок"},"cards":{"type":"array","items":{"$ref":"#/definitions/CardItem"},"title":"Содержимое вкладки"}},"title":"Вкладка"},"InsuranceAmountBlockContent":{"type":"object","properties":{"title":{"type":"string","title":"Заголовок"},"insuranceTabs":{"type":"array","items":{"$ref":"#/definitions/InsuranceAmountBlockTab"},"title":"Список вкладок"},"button":{"$ref":"#/definitions/ButtonProps","title":"Кнопка"}},"title":"Страховые суммы"},"InvestmentCellColor":{"type":"string","enum":["yellow","green-light","green","green-dark"],"title":"Цвет","enumNames":["Оранжевый","Светло-зеленый","Зеленый","Тёмно-зеленый"]},"InvestmentCellSize":{"type":"string","enum":["XL","L","M","S","XS"],"title":"Высота"},"InvestmentCell":{"type":"object","properties":{"text":{"type":"string","title":"Текст"},"cellColor":{"$ref":"#/definitions/InvestmentCellColor"},"cellSize":{"$ref":"#/definitions/InvestmentCellSize"}},"title":"Ячейка"},"InvestmentZeroColumn":{"type":"object","properties":{"title":{"type":"string","title":"Название"}},"title":"Элемент данных 1"},"InvestmentColumn":{"type":"object","properties":{"title":{"type":"string","title":"Название"},"cells":{"type":"array","items":{"$ref":"#/definitions/InvestmentCell"},"title":"Ячейки"}},"title":"Элемент данных"},"InvestmentInfoContent":{"type":"object","properties":{"isDotted":{"type":"boolean","title":"Буллиты"},"items":{"type":"array","items":{"type":"string"},"title":"Список"},"investmentZeroColumn":{"$ref":"#/definitions/InvestmentZeroColumn","title":"Элемент данных 1"},"investmentColumns":{"type":"array","items":{"$ref":"#/definitions/InvestmentColumn"},"title":"Остальные элементы данных"}},"title":"Блок инвестиций"},"ListContent":{"type":"object","properties":{"items":{"type":"array","items":{"type":"string"},"title":"Список"}}},"LinkColumnsMode":{"type":"string","enum":["single","double"],"title":"Отображение списка","enumNames":["Одна колонка","Две колонки"]},"LinkDocsItem":{"type":"object","properties":{"text":{"type":"string","title":"Текст"},"fileSize":{"type":"string","title":"размер файла"},"href":{"type":"string","title":"URL (href)"},"target":{"$ref":"#/definitions/Target","default":""}},"title":"Элемент списка"},"LinkDocsContent":{"type":"object","properties":{"title":{"type":"string","title":"Заголовок"},"align":{"$ref":"#/definitions/AlignType"},"description":{"type":"string","title":"Описание"},"orientation":{"$ref":"#/definitions/ListOrientation","title":"Отображать элементы в моб. версии (прокрутка shift+mouseScroll)"},"columnsMode":{"$ref":"#/definitions/LinkColumnsMode"},"hasBorder":{"type":"boolean","title":"Рамка элементов (моб.)"},"icon":{"$ref":"#/definitions/Picture","title":"Иконка","default":{"size":{"width":24,"height":24},"format":"webp"}},"documents":{"type":"array","items":{"$ref":"#/definitions/LinkDocsItem"},"title":"Список"}},"title":"Список документов"},"LinkListContent":{"type":"object","properties":{"documents":{"type":"array","items":{"$ref":"#/definitions/LinkProps"},"title":"Список"}},"title":"Список документов"},"MiniGalleryContent":{"type":"object","properties":{"title":{"type":"string","title":"Заголовок"},"headlineVersion":{"$ref":"#/definitions/HeadlineVersion"},"description":{"type":"string","title":"Описание"},"orientation":{"$ref":"#/definitions/ListOrientation","title":"Отображать элементы в моб. версии (прокрутка shift+mouseScroll)"},"cards":{"type":"array","items":{"$ref":"#/definitions/GalleryCardProps"},"title":"Карточки","minItems":4},"button":{"$ref":"#/definitions/ButtonWithIconProps"}},"title":"Мини-галерея","default":{"headlineVersion":"L"}},"MobileAppTileContent":{"type":"object","properties":{"title":{"type":"string","title":"Заголовок"},"headingType":{"$ref":"#/definitions/HeadingType"},"alignTitle":{"$ref":"#/definitions/AlignType","title":"Выравнивание заголовка","default":"left"},"description":{"type":"string","title":"Описание"},"image":{"$ref":"#/definitions/Picture","default":{"format":"webp","size":{"width":600},"sources":[{"media":1279,"width":360,"format":"webp","alignment":"center"}]}},"items":{"type":"array","items":{"type":"string"},"title":"Список"},"qr":{"$ref":"#/definitions/Picture","title":"QR-код"},"buttons":{"type":"array","items":{"$ref":"#/definitions/ButtonWithIconProps"},"title":"Кнопки","maxItems":4},"version":{"$ref":"#/definitions/BlockVersion"},"href":{"type":"string","title":"Ссылка"}},"title":"Мобильное приложение"},"HeadingCommonProps":{"type":"object","properties":{"title":{"type":"string","title":"Заголовок"},"headingType":{"$ref":"#/definitions/HeadingType"}}},"HeadingType":{"type":"string","enum":["h0","h1","h2","h3","h4","h5","h6"],"title":"Размер заголовка","enumNames":["h0","h1","h2","h3","h4","h5","h6"]},"ButtonContent":{"type":"object","properties":{"buttons":{"type":"array","items":{"$ref":"#/definitions/ButtonWithIconProps"},"title":"Кнопки","maxItems":4}}},"WorkSchedule":{"type":"object","properties":{"workTime":{"type":"string"},"lunchHour":{"type":"string"},"workTimeSaturday":{"type":"string"},"lunchHourSaturday":{"type":"string"},"workingMonday":{"type":"boolean"},"workingTuesday":{"type":"boolean"},"workingWednesday":{"type":"boolean"},"workingThursday":{"type":"boolean"},"workingFriday":{"type":"boolean"},"workingSaturday":{"type":"boolean"},"workingSunday":{"type":"boolean"}},"required":["workTime","lunchHour","workTimeSaturday","lunchHourSaturday","workingMonday","workingTuesday","workingWednesday","workingThursday","workingFriday","workingSaturday","workingSunday"]},"OfficeMapProps":{"type":"object","properties":{"name":{"type":"string"},"address":{"type":"string"},"workSchedule":{"$ref":"#/definitions/WorkSchedule"},"gpsLatitude":{"type":"number"},"gpsLongitude":{"type":"number"}},"required":["address","workSchedule"]},"WorkScheduleWeek":{"type":"object","properties":{"status":{"type":"boolean"},"workTime":{"type":"string"},"lunchHour":{"type":"string"},"title":{"type":"string"},"description":{"type":"string"}}},"NearbyOffices":{"type":"object","properties":{"time":{"type":"string"},"distance":{"type":"string"},"title":{"type":"string"},"icon":{"$ref":"#/definitions/IconName"}}},"OfficeServicesBlockList":{"type":"object","properties":{"label":{"type":"string","title":"Название"},"icon":{"$ref":"#/definitions/Picture","title":"Иконка"}}},"OfficeServicesBlockContent":{"type":"object","properties":{"title":{"type":"string","title":"Заголовок"},"servicesList":{"type":"array","items":{"$ref":"#/definitions/OfficeServicesBlockList"},"title":"Список услуг"}},"title":"Офисные услуги"},"OtherProductsContent":{"type":"object","properties":{"colorPalette":{"$ref":"#/definitions/ColorPalette"},"title":{"type":"string","title":"Заголовок"}},"title":"Другие продукты"},"ColorPalette":{"type":"string","enum":["","pc","bc","eo"],"title":"Цветовая палитра","enumNames":["","Частным клиентам","Бизнес клиентам","Экосистема Своё"]},"OtherProductsItemContent":{"type":"object","properties":{"isUnfolded":{"type":"boolean","title":"Отображать в раскрытом виде"},"label":{"type":"string","title":"Название","default":"Список"}},"title":"Элемент списка"},"ParagraphBlockContent":{"type":"object","properties":{"size":{"$ref":"#/definitions/TextSize"},"color":{"$ref":"#/definitions/TextColor"},"font":{"$ref":"#/definitions/FontWeight"},"align":{"$ref":"#/definitions/TextAlign"},"text":{"type":"string","title":"Текст"}},"title":"Параграф"},"ParagraphProps":{"type":"object","properties":{"size":{"$ref":"#/definitions/TextSize"},"color":{"$ref":"#/definitions/TextColor"},"font":{"$ref":"#/definitions/FontWeight"},"align":{"$ref":"#/definitions/TextAlign"}}},"TextSize":{"type":"string","enum":["","text-xs","text-xs-light","text-s-light","text-s","text-m-light","text-m","text-l-light","text-l","text-xl-light","text-xl"],"title":"Размер текста"},"TextColor":{"type":"string","enum":["","text-main","text-primary-text","text-primary-main","text-secondary-text","text-secondary-light","text-error","text-white","text-green"],"title":"Цвет текста"},"TextAlign":{"type":"string","enum":["","text-left","text-center","text-right"],"title":"Выравнивание","enumNames":["По умолчанию","По левому краю","По центру","По правому краю"]},"FontWeight":{"type":"string","enum":["","font-light","font-normal","font-medium"],"title":"Насыщенность шрифта"},"PictureTextContent":{"type":"object","properties":{"directionRight":{"type":"boolean","title":"Картинка справа/текст слева","default":false},"title":{"type":"string","title":"Заголовок"},"description":{"type":"string","title":"Описание"},"image":{"$ref":"#/definitions/Picture","default":{"format":"webp","size":{"width":400},"sources":[{"media":1279,"width":240,"format":"webp","alignment":"center"}]}},"benefits":{"type":"array","items":{"$ref":"#/definitions/BenefitItemProps"},"title":"Список преимуществ"},"sum":{"type":"number","title":"Страховая сумма"},"monthLimit":{"type":"number","title":"Ежемесячный лимит"},"version":{"$ref":"#/definitions/BlockVersion"}},"title":"Картинка с текстом"},"BenefitsProps":{"type":"object","properties":{"benefits":{"type":"array","items":{"$ref":"#/definitions/BenefitItemProps"},"title":"Список преимуществ"}},"title":"Преимущество"},"BenefitItemCommonProps":{"type":"object"},"BenefitItemProps":{"type":"object","properties":{"label":{"type":"string","title":"Название"},"description":{"type":"string","title":"Описание"},"icon":{"$ref":"#/definitions/Picture","title":"Иконка"}}},"ProductBlockInnerContent":{"type":"object","properties":{"title":{"type":"string","title":"Заголовок"},"headlineVersion":{"$ref":"#/definitions/HeadlineVersion"},"footnote":{"type":"string","title":"Сноска"},"label":{"type":"string","title":"Лейбл (моб.)"},"description":{"type":"string","title":"Описание"},"image":{"$ref":"#/definitions/Picture","default":{"format":"webp","size":{"width":600},"sources":[{"media":1279,"width":360,"format":"webp","alignment":"northeast"}]}},"benefitsCountOfRow":{"type":"number","enum":[2,3],"title":"Количество преимуществ в строке","default":3,"enumNames":["2","3"]},"benefitsVersion":{"$ref":"#/definitions/IconVersion"},"benefits":{"type":"array","items":{"$ref":"#/definitions/BenefitItemProps"},"title":"Список преимуществ","minItems":2,"maxItems":4},"isDotted":{"type":"boolean","title":"Буллиты","default":true},"items":{"type":"array","items":{"type":"string"},"title":"Список"},"buttons":{"type":"array","items":{"$ref":"#/definitions/ButtonWithIconProps"},"title":"Кнопки","maxItems":4},"version":{"$ref":"#/definitions/BlockVersion"}}},"ProductBlockContent":{"type":"object","properties":{"title":{"type":"string","title":"Заголовок"},"headlineVersion":{"$ref":"#/definitions/HeadlineVersion"},"footnote":{"type":"string","title":"Сноска"},"label":{"type":"string","title":"Лейбл (моб.)"},"description":{"type":"string","title":"Описание"},"image":{"$ref":"#/definitions/Picture","default":{"format":"webp","size":{"width":600},"sources":[{"media":1279,"width":360,"format":"webp","alignment":"northeast"}]}},"backwardButton":{"$ref":"#/definitions/BackwardButtonProps","title":"Кнопка возврата"},"breadcrumbs":{"type":"array","items":{"$ref":"#/definitions/LinkProps"},"title":"Хлебные крошки"},"benefitsCountOfRow":{"type":"number","enum":[2,3],"title":"Количество преимуществ в строке","default":3,"enumNames":["2","3"]},"benefitsVersion":{"$ref":"#/definitions/IconVersion"},"benefits":{"type":"array","items":{"$ref":"#/definitions/BenefitItemProps"},"title":"Список преимуществ","minItems":2,"maxItems":4},"isDotted":{"type":"boolean","title":"Буллиты","default":true},"items":{"type":"array","items":{"type":"string"},"title":"Список"},"buttons":{"type":"array","items":{"$ref":"#/definitions/ButtonWithIconProps"},"title":"Кнопки","maxItems":4},"version":{"$ref":"#/definitions/BlockVersion"}},"title":"Продуктовый блок"},"BackwardButtonProps":{"type":"object","properties":{"text":{"type":"string","title":"Текст","default":"Кнопка"},"icon":{"$ref":"#/definitions/Picture","title":"Иконка"},"version":{"$ref":"#/definitions/ButtonVersion"},"aboveText":{"type":"string","title":"Верхний текст"},"href":{"type":"string","title":"URL (href)"},"target":{"$ref":"#/definitions/Target","default":""},"rounded":{"type":"boolean","title":"Закругленные углы"}}},"ProductGalleryNav":{"type":"object","properties":{"title":{"type":"string"},"description":{"type":"string","title":"Описание"}},"required":["title","description"],"title":"Кнопка под слайдом"},"ProductSlide":{"type":"object","properties":{"nav":{"$ref":"#/definitions/ProductGalleryNav","title":"Превью содержимого слайда на навигации"},"productBlock":{"$ref":"#/definitions/ProductBlockInnerContent","title":"Содержимое слайда"}},"required":["productBlock"],"title":"Слайд"},"ProductGalleryContent":{"type":"object","properties":{"slides":{"type":"array","items":{"$ref":"#/definitions/ProductSlide"},"title":"Слайды","minItems":2},"version":{"$ref":"#/definitions/BlockVersion"}},"title":"Продуктовая галерея"},"TextBenefit":{"type":"object","properties":{"label":{"type":"string","title":"Название"},"description":{"type":"string","title":"Описание"}}},"ProductTileContent":{"type":"object","properties":{"title":{"type":"string","title":"Заголовок"},"headlineVersion":{"$ref":"#/definitions/HeadlineVersion"},"description":{"type":"string","title":"Описание"},"image":{"$ref":"#/definitions/Picture","default":{"format":"webp","size":{"width":320},"sources":[{"media":1279,"width":192,"format":"webp","alignment":"southeast"}]}},"benefits":{"type":"array","items":{"$ref":"#/definitions/TextBenefit"},"title":"Преимущества","maxItems":7},"additionalDescription":{"type":"string","title":"Дополнительное описание"},"buttons":{"type":"array","items":{"$ref":"#/definitions/ButtonWithIconProps"},"title":"Кнопки","maxItems":4},"version":{"$ref":"#/definitions/BlockVersion"}},"title":"Продуктовая плитка"},"PromoTileContent":{"type":"object","properties":{"title":{"type":"string","title":"Заголовок"},"headingType":{"$ref":"#/definitions/HeadingType"},"date":{"type":"string","title":"Дата публикации"},"description":{"type":"string","title":"Описание"},"buttons":{"type":"array","items":{"$ref":"#/definitions/ButtonWithIconProps"},"title":"Кнопки","maxItems":4},"version":{"$ref":"#/definitions/BlockVersion"}},"title":"Акции"},"RecommendationCardTypes":{"type":"object","properties":{"title":{"type":"string","title":"Заголовок"},"description":{"type":"string","title":"Описание"},"image":{"$ref":"#/definitions/Picture","default":{"format":"webp","size":{"width":290},"sources":[{"media":1279,"width":174,"format":"webp","alignment":"southeast"}]}},"items":{"type":"array","items":{"type":"string"},"title":"Список"},"socialMedia":{"type":"array","items":{"$ref":"#/definitions/LinkCommonProps"},"title":"Соц сети","minItems":3,"default":[{"href":"https://t.me"},{"href":"https://vk.com"},{"href":"https://ok.ru"}]},"button":{"$ref":"#/definitions/ButtonProps","default":{"text":"","version":"secondary"}}},"title":"Карточка"},"RecommendationContent":{"type":"object","properties":{"title":{"type":"string","title":"Заголовок"},"recommendations":{"type":"array","items":{"$ref":"#/definitions/RecommendationCardTypes"},"title":"Карточки"},"version":{"$ref":"#/definitions/BlockVersion"}},"title":"Рекомендации"},"RollupItemContent":{"type":"object","properties":{"isExpanded":{"type":"boolean","title":"Отображать в раскрытом виде"},"isFoldButtonOnTop":{"type":"boolean","title":"Кнопка сверху"},"label":{"type":"string","title":"Название"},"version":{"$ref":"#/definitions/BlockVersion"}},"title":"Сворачивающаяся секция"},"SafeDepositRentalContent":{"type":"object","properties":{"title":{"type":"string","title":"Заголовок"},"footnote":{"type":"string","title":"Сноска"}},"title":"Аренда сейфовых ячеек"},"Step":{"type":"object","properties":{"label":{"type":"string","title":"Название"},"description":{"type":"string","title":"Описание"},"isDotted":{"type":"boolean","title":"Буллиты","default":true},"items":{"type":"array","items":{"type":"string"},"title":"Список"},"icon":{"$ref":"#/definitions/Picture","title":"Иконка"},"button":{"$ref":"#/definitions/ButtonWithIconProps","title":"Кнопка"}},"title":"Шаг"},"StepsBlockContent":{"type":"object","properties":{"showLines":{"type":"boolean","title":"Линии","default":true},"size":{"$ref":"#/definitions/SizeVersion","title":"Размер шагов (моб.)","default":"normal"},"title":{"type":"string","title":"Заголовок"},"description":{"type":"string","title":"Описание"},"steps":{"type":"array","items":{"$ref":"#/definitions/Step"},"title":"Шаги","minItems":2,"maxItems":5},"button":{"$ref":"#/definitions/ButtonWithIconProps","title":"Кнопка"},"version":{"$ref":"#/definitions/BlockVersion"}},"title":"Блок шаги"},"SizeVersion":{"type":"string","enum":["normal","small"],"title":"Размер","enumNames":["Обычный","Уменьшенный"]},"GroupTabData":{"type":"object","properties":{"type":{"type":"string","const":"group","default":"group"},"ref":{"type":"string","title":"Тег"},"title":{"type":"string","title":"Заголовок"}},"required":["type"],"title":"Группа"},"LinkTabData":{"type":"object","properties":{"type":{"type":"string","const":"link","default":"link"},"text":{"type":"string","title":"Текст"},"href":{"type":"string","title":"URL (href)"},"target":{"$ref":"#/definitions/Target","default":""}},"required":["type"],"title":"Ссылка"},"TabData":{"anyOf":[{"$ref":"#/definitions/GroupTabData"},{"$ref":"#/definitions/LinkTabData"}],"title":"Таб","default":{"type":"group"}},"TabsContent":{"type":"object","properties":{"tabs":{"type":"array","items":{"$ref":"#/definitions/TabData"},"title":"Табы"},"isSticky":{"type":"boolean","title":"Закрепить сверху"},"showCounter":{"type":"boolean","title":"Показывать счетчик блоков во вкладках"}},"title":"Вкладки"},"TariffsTableRowHeader":{"type":"object","properties":{"title":{"type":"string","title":"Заголовок"},"icon":{"$ref":"#/definitions/Picture","default":{"format":"webp","size":{"width":24,"height":24}}}},"title":"Параметр"},"ImageCellDef":{"type":"object","properties":{"tableCellType":{"type":"string","const":"Img","default":"Img"},"image":{"$ref":"#/definitions/Picture","default":{"format":"webp","size":{"width":24,"height":24}}}},"required":["tableCellType"],"title":"Изображение"},"ButtonsCellDef":{"type":"object","properties":{"tableCellType":{"type":"string","const":"Buttons","default":"Buttons"},"buttons":{"type":"array","items":{"$ref":"#/definitions/ButtonWithIconProps"},"title":"Кнопки","maxItems":4}},"required":["tableCellType"],"title":"Кнопки"},"LabelDescriptionCell":{"type":"object","properties":{"label":{"type":"string","title":"Название"},"description":{"type":"string","title":"Описание"}},"title":"Заголовок и описание"},"LabelDescriptionCellDef":{"type":"object","properties":{"tableCellType":{"type":"string","const":"LabelDescription","default":"LabelDescription"},"label":{"type":"string","title":"Название"},"description":{"type":"string","title":"Описание"}},"required":["tableCellType"],"title":"Заголовок и описание"},"ListBlockDef":{"type":"object","properties":{"tableCellType":{"type":"string","const":"List","default":"List"},"hasIndent":{"type":"boolean","title":"Отступ"},"isDotted":{"type":"boolean","title":"Буллиты"},"listItemSize":{"$ref":"#/definitions/ListItemSize"},"items":{"type":"array","items":{"type":"string"},"title":"Список"},"version":{"$ref":"#/definitions/ListItemVersion"}},"required":["tableCellType"],"title":"Список"},"ListProps":{"type":"object","properties":{"hasIndent":{"type":"boolean","title":"Отступ"},"isDotted":{"type":"boolean","title":"Буллиты"},"listItemSize":{"$ref":"#/definitions/ListItemSize"},"items":{"type":"array","items":{"type":"string"},"title":"Список"},"version":{"$ref":"#/definitions/ListItemVersion"}},"title":"Содержимое списка"},"ListItemSize":{"type":"string","enum":["S","M","L"],"title":"Размер пунктов списка","enumNames":["Маленький","Средний","Большой"]},"ListItemVersion":{"type":"string","enum":["primary","secondary","gray"],"title":"Версия списка","enumNames":["Основной","Второстепенный","Серый"]},"InnerTableBlockDef":{"type":"object","properties":{"tableCellType":{"type":"string","const":"Table","default":"Table"},"dataUrl":{"type":"string","title":"Справочник"},"pdfUrl":{"type":"string","title":"Ссылка PDF-файл"}},"required":["tableCellType"],"title":"Таблица"},"TariffsTableInnerContent":{"type":"object","properties":{"dataUrl":{"type":"string","title":"Справочник"},"pdfUrl":{"type":"string","title":"Ссылка PDF-файл"}}},"CellDef":{"anyOf":[{"$ref":"#/definitions/EmptyOption"},{"$ref":"#/definitions/ImageCellDef"},{"$ref":"#/definitions/ButtonsCellDef"},{"$ref":"#/definitions/LabelDescriptionCellDef"},{"$ref":"#/definitions/ListBlockDef"},{"$ref":"#/definitions/InnerTableBlockDef"}],"title":"Содержимое ячейки"},"TariffsTableColumn":{"type":"object","properties":{"data":{"type":"array","items":{"type":"array","items":{"$ref":"#/definitions/CellDef"}},"title":"Данные"}},"title":"Колонка"},"TariffsTableContent":{"type":"object","properties":{"tariffsColumns":{"type":"array","items":{"$ref":"#/definitions/TariffsTableColumn"},"title":"Колонки"},"hiddenRowsNum":{"type":"number","title":"Скрывать строк"},"title":{"type":"string","title":"Заголовок"},"description":{"type":"string","title":"Описание"},"orientation":{"$ref":"#/definitions/ListOrientation","title":"Отображать элементы в моб. версии (прокрутка shift+mouseScroll)"},"rowHeaders":{"type":"array","items":{"$ref":"#/definitions/TariffsTableRowHeader"},"title":"Параметры"}},"title":"Таблица тарифов"},"TextBlockVersion":{"type":"string","enum":["primary","secondary","secondary-light"],"title":"Цвет блока","enumNames":["Основная","Второстепенная","Второстепенная прозрачная"]},"TextBlockIconVersion":{"type":"string","enum":["none","small","big"],"title":"Размер иконки","enumNames":["Нет","Маленькая","Большая"]},"TextBlockContent":{"type":"object","properties":{"title":{"type":"string","title":"Заголовок"},"description":{"type":"string","title":"Описание"},"image":{"$ref":"#/definitions/Picture"},"isDotted":{"type":"boolean","title":"Буллиты"},"items":{"type":"array","items":{"type":"string"},"title":"Список (моб.)"},"iconVersion":{"$ref":"#/definitions/TextBlockIconVersion"},"blockVersion":{"$ref":"#/definitions/TextBlockVersion"}},"title":"Текстовый блок"},"TileContent":{"type":"object","properties":{"tags":{"type":"array","items":{"type":"string"},"title":"Теги"},"title":{"type":"string","title":"Заголовок"},"headingType":{"$ref":"#/definitions/HeadingType"},"description":{"type":"string","title":"Описание"},"image":{"$ref":"#/definitions/Picture","default":{"format":"webp","size":{"width":320},"sources":[{"media":1279,"width":192,"format":"webp","alignment":"southeast"}]}},"isDotted":{"type":"boolean","title":"Буллиты","default":true},"listItemSize":{"$ref":"#/definitions/ListItemSize"},"items":{"type":"array","items":{"type":"string"},"title":"Список"},"buttons":{"type":"array","items":{"$ref":"#/definitions/ButtonWithIconProps"},"title":"Кнопки","maxItems":4},"version":{"$ref":"#/definitions/BlockVersion"}},"title":"Плитка"},"TagsContent":{"type":"object","properties":{"tags":{"type":"array","items":{"type":"string"},"title":"Теги"}}},"GapVersion":{"type":"string","enum":["XXL","XL","L","M","S","XS",""],"title":"Отсуп между компонентами","enumNames":["Самый большой","Очень большой","Большой","Средний","Маленький","Самый маленький","Без отступа"]},"VerticalLayoutContent":{"type":"object","properties":{"colorPalette":{"$ref":"#/definitions/ColorPalette"},"gap":{"$ref":"#/definitions/GapVersion"},"align":{"$ref":"#/definitions/AlignType"},"version":{"$ref":"#/definitions/BlockVersionWithTransparent"}},"title":"Вертикальный компоновщик"},"VideoContent":{"type":"object","properties":{"src":{"type":"string","title":"URL"},"previewImg":{"$ref":"#/definitions/Picture","title":"Заставка"},"title":{"type":"string","title":"Заголовок"}},"title":"Блок Видео"}}}
|