@redneckz/wildless-cms-uni-blocks 0.6.21 → 0.6.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundle/blocks.schema.json +1 -1
- package/bundle/bundle.umd.js +135 -128
- package/bundle/bundle.umd.min.js +1 -1
- package/bundle/components/Calculator/CalculatorContent.d.ts +4 -50
- package/bundle/components/ContactsBlock/ContactsBlockContent.d.ts +2 -1
- package/bundle/components/ContentPage/useContentPageData.d.ts +3 -0
- package/bundle/components/Headline/HeadlineContent.d.ts +1 -0
- package/bundle/components/InvestmentInfo/InvestmentInfoContent.d.ts +1 -2
- package/bundle/components/ProductBlock/renderBackwardButton.d.ts +2 -2
- package/bundle/components/TariffsTable/TariffsTableContent.d.ts +1 -1
- package/bundle/components/Tile/TileContent.d.ts +2 -1
- package/bundle/icons/IconName.d.ts +4 -2
- package/bundle/ui-kit/IntersectionObserverTag.d.ts +1 -0
- package/bundle/ui-kit/Tags/Tags.d.ts +6 -0
- package/bundle/ui-kit/Tags/TagsContent.d.ts +6 -0
- package/cosmos-static/icons/DocumentText2Icon.svg +1 -0
- package/dist/components/Calculator/CalculatorContent.d.ts +4 -50
- package/dist/components/Catalog/Catalog.js +1 -1
- package/dist/components/Catalog/Catalog.js.map +1 -1
- package/dist/components/Catalog/CatalogCard.js +1 -1
- package/dist/components/ContactsBlock/ContactsBlock.js +2 -2
- package/dist/components/ContactsBlock/ContactsBlock.js.map +1 -1
- package/dist/components/ContactsBlock/ContactsBlockContent.d.ts +2 -1
- package/dist/components/ContentPage/ContentPage.page.json +35 -0
- package/dist/components/ContentPage/useContentPageData.d.ts +3 -0
- package/dist/components/ContentPage/useContentPageData.js +67 -0
- package/dist/components/ContentPage/useContentPageData.js.map +1 -0
- package/dist/components/ErrorBlock/ErrorBlock.js +1 -1
- package/dist/components/ErrorBlock/ErrorBlock.js.map +1 -1
- package/dist/components/ExchangeRateTile/CurrentLocation.js +1 -1
- package/dist/components/ExchangeRateTile/CurrentLocation.js.map +1 -1
- package/dist/components/Headline/HeadlineContent.d.ts +1 -0
- package/dist/components/InvestmentInfo/InvestmentInfo.js +4 -4
- package/dist/components/InvestmentInfo/InvestmentInfo.js.map +1 -1
- package/dist/components/InvestmentInfo/InvestmentInfoContent.d.ts +1 -2
- package/dist/components/MobileAppTile/MobileAppTile.js +1 -1
- package/dist/components/MobileAppTile/MobileAppTile.js.map +1 -1
- package/dist/components/OfficeMap/OfficeMap.js +3 -3
- package/dist/components/OfficeMap/OfficeMap.js.map +1 -1
- package/dist/components/OfficeServicesBlock/OfficeServicesBlock.js +1 -1
- package/dist/components/OfficeServicesBlock/OfficeServicesBlock.js.map +1 -1
- package/dist/components/ProductBlock/ProductBlock.js +2 -1
- package/dist/components/ProductBlock/ProductBlock.js.map +1 -1
- package/dist/components/ProductBlock/renderBackwardButton.d.ts +2 -2
- package/dist/components/ProductBlock/renderBackwardButton.js.map +1 -1
- package/dist/components/Tabs/renderLinkTab.js +1 -1
- package/dist/components/Tabs/renderLinkTab.js.map +1 -1
- package/dist/components/TariffsTable/TariffsTableContent.d.ts +1 -1
- package/dist/components/Tile/Tile.js +3 -2
- package/dist/components/Tile/Tile.js.map +1 -1
- package/dist/components/Tile/TileContent.d.ts +2 -1
- package/dist/icons/IconName.d.ts +4 -2
- package/dist/icons/IconName.js +2 -0
- package/dist/icons/IconName.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/ui-kit/BlockWrapper.js +2 -2
- package/dist/ui-kit/BlockWrapper.js.map +1 -1
- package/dist/ui-kit/InnerTable/InnerTableHeader.js +1 -1
- package/dist/ui-kit/InnerTable/InnerTableHeader.js.map +1 -1
- package/dist/ui-kit/IntersectionObserverTag.d.ts +1 -0
- package/dist/ui-kit/IntersectionObserverTag.js +2 -2
- package/dist/ui-kit/IntersectionObserverTag.js.map +1 -1
- package/dist/ui-kit/Tags/Tags.d.ts +6 -0
- package/dist/ui-kit/Tags/Tags.js +10 -0
- package/dist/ui-kit/Tags/Tags.js.map +1 -0
- package/dist/ui-kit/Tags/TagsContent.d.ts +6 -0
- package/dist/ui-kit/Tags/TagsContent.js +2 -0
- package/dist/ui-kit/Tags/TagsContent.js.map +1 -0
- package/lib/common.css +1 -1
- package/lib/components/Calculator/CalculatorContent.d.ts +4 -50
- package/lib/components/Catalog/Catalog.js +1 -1
- package/lib/components/Catalog/Catalog.js.map +1 -1
- package/lib/components/Catalog/CatalogCard.js +1 -1
- package/lib/components/ContactsBlock/ContactsBlock.fixture.d.ts +2 -1
- package/lib/components/ContactsBlock/ContactsBlock.js +2 -2
- package/lib/components/ContactsBlock/ContactsBlock.js.map +1 -1
- package/lib/components/ContactsBlock/ContactsBlockContent.d.ts +2 -1
- package/lib/components/ContentPage/ContentPage.fixture.d.ts +2 -2
- package/lib/components/ContentPage/ContentPage.fixture.mobile.d.ts +1 -1
- package/lib/components/ContentPage/ContentPage.page.json +35 -0
- package/lib/components/ContentPage/useContentPageData.d.ts +3 -0
- package/lib/components/ContentPage/useContentPageData.js +38 -0
- package/lib/components/ContentPage/useContentPageData.js.map +1 -0
- package/lib/components/ErrorBlock/ErrorBlock.js +1 -1
- package/lib/components/ErrorBlock/ErrorBlock.js.map +1 -1
- package/lib/components/ExchangeRateTile/CurrentLocation.js +1 -1
- package/lib/components/ExchangeRateTile/CurrentLocation.js.map +1 -1
- package/lib/components/Headline/HeadlineContent.d.ts +1 -0
- package/lib/components/InvestmentInfo/InvestmentInfo.js +4 -4
- package/lib/components/InvestmentInfo/InvestmentInfo.js.map +1 -1
- package/lib/components/InvestmentInfo/InvestmentInfoContent.d.ts +1 -2
- package/lib/components/MobileAppTile/MobileAppTile.js +1 -1
- package/lib/components/MobileAppTile/MobileAppTile.js.map +1 -1
- package/lib/components/OfficeMap/OfficeMap.js +3 -3
- package/lib/components/OfficeMap/OfficeMap.js.map +1 -1
- package/lib/components/OfficeServicesBlock/OfficeServicesBlock.js +1 -1
- package/lib/components/OfficeServicesBlock/OfficeServicesBlock.js.map +1 -1
- package/lib/components/ProductBlock/ProductBlock.js +2 -1
- package/lib/components/ProductBlock/ProductBlock.js.map +1 -1
- package/lib/components/ProductBlock/renderBackwardButton.d.ts +2 -2
- package/lib/components/ProductBlock/renderBackwardButton.js.map +1 -1
- package/lib/components/Tabs/renderLinkTab.js +1 -1
- package/lib/components/Tabs/renderLinkTab.js.map +1 -1
- package/lib/components/TariffsTable/TariffsTableContent.d.ts +1 -1
- package/lib/components/Tile/Tile.fixture.d.ts +1 -0
- package/lib/components/Tile/Tile.js +3 -2
- package/lib/components/Tile/Tile.js.map +1 -1
- package/lib/components/Tile/TileContent.d.ts +2 -1
- package/lib/icons/IconName.d.ts +4 -2
- package/lib/icons/IconName.js +2 -0
- package/lib/icons/IconName.js.map +1 -1
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/lib/ui-kit/BlockWrapper.js +2 -2
- package/lib/ui-kit/BlockWrapper.js.map +1 -1
- package/lib/ui-kit/InnerTable/InnerTableHeader.js +1 -1
- package/lib/ui-kit/InnerTable/InnerTableHeader.js.map +1 -1
- package/lib/ui-kit/IntersectionObserverTag.d.ts +1 -0
- package/lib/ui-kit/IntersectionObserverTag.js +2 -2
- package/lib/ui-kit/IntersectionObserverTag.js.map +1 -1
- package/lib/ui-kit/Tags/Tags.d.ts +6 -0
- package/lib/ui-kit/Tags/Tags.fixture.d.ts +3 -0
- package/lib/ui-kit/Tags/Tags.js +8 -0
- package/lib/ui-kit/Tags/Tags.js.map +1 -0
- package/lib/ui-kit/Tags/TagsContent.d.ts +6 -0
- package/lib/ui-kit/Tags/TagsContent.js +2 -0
- package/lib/ui-kit/Tags/TagsContent.js.map +1 -0
- package/mobile/bundle/bundle.umd.js +5 -5
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/bundle/components/Calculator/CalculatorContent.d.ts +4 -50
- package/mobile/bundle/components/ContactsBlock/ContactsBlockContent.d.ts +2 -1
- package/mobile/bundle/components/ContentPage/useContentPageData.d.ts +3 -0
- package/mobile/bundle/components/Headline/HeadlineContent.d.ts +1 -0
- package/mobile/bundle/components/InvestmentInfo/InvestmentInfoContent.d.ts +1 -2
- package/mobile/bundle/components/ProductBlock/renderBackwardButton.d.ts +2 -2
- package/mobile/bundle/components/TariffsTable/TariffsTableContent.d.ts +1 -1
- package/mobile/bundle/components/Tile/TileContent.d.ts +2 -1
- package/mobile/bundle/icons/IconName.d.ts +4 -2
- package/mobile/bundle/ui-kit/IntersectionObserverTag.d.ts +1 -0
- package/mobile/bundle/ui-kit/Tags/Tags.d.ts +6 -0
- package/mobile/bundle/ui-kit/Tags/TagsContent.d.ts +6 -0
- package/mobile/dist/components/Calculator/CalculatorContent.d.ts +4 -50
- package/mobile/dist/components/Catalog/Catalog.js +1 -1
- package/mobile/dist/components/Catalog/Catalog.js.map +1 -1
- package/mobile/dist/components/Catalog/CatalogCard.js +1 -1
- package/mobile/dist/components/ContactsBlock/ContactsBlock.js +2 -2
- package/mobile/dist/components/ContactsBlock/ContactsBlock.js.map +1 -1
- package/mobile/dist/components/ContactsBlock/ContactsBlockContent.d.ts +2 -1
- package/mobile/dist/components/ContentPage/ContentPage.page.json +35 -0
- package/mobile/dist/components/ContentPage/useContentPageData.d.ts +3 -0
- package/mobile/dist/components/ContentPage/useContentPageData.js +67 -0
- package/mobile/dist/components/ContentPage/useContentPageData.js.map +1 -0
- package/mobile/dist/components/ErrorBlock/ErrorBlock.js +1 -1
- package/mobile/dist/components/ErrorBlock/ErrorBlock.js.map +1 -1
- package/mobile/dist/components/ExchangeRateTile/CurrentLocation.js +1 -1
- package/mobile/dist/components/ExchangeRateTile/CurrentLocation.js.map +1 -1
- package/mobile/dist/components/Headline/HeadlineContent.d.ts +1 -0
- package/mobile/dist/components/InvestmentInfo/InvestmentInfo.js +4 -4
- package/mobile/dist/components/InvestmentInfo/InvestmentInfo.js.map +1 -1
- package/mobile/dist/components/InvestmentInfo/InvestmentInfoContent.d.ts +1 -2
- package/mobile/dist/components/OfficeMap/OfficeMap.js +3 -3
- package/mobile/dist/components/OfficeMap/OfficeMap.js.map +1 -1
- package/mobile/dist/components/OfficeServicesBlock/OfficeServicesBlock.js +1 -1
- package/mobile/dist/components/OfficeServicesBlock/OfficeServicesBlock.js.map +1 -1
- package/mobile/dist/components/ProductBlock/renderBackwardButton.d.ts +2 -2
- package/mobile/dist/components/ProductBlock/renderBackwardButton.js.map +1 -1
- package/mobile/dist/components/Tabs/renderLinkTab.js +1 -1
- package/mobile/dist/components/Tabs/renderLinkTab.js.map +1 -1
- package/mobile/dist/components/TariffsTable/TariffsTableContent.d.ts +1 -1
- package/mobile/dist/components/Tile/Tile.js +3 -2
- package/mobile/dist/components/Tile/Tile.js.map +1 -1
- package/mobile/dist/components/Tile/TileContent.d.ts +2 -1
- package/mobile/dist/icons/IconName.d.ts +4 -2
- package/mobile/dist/icons/IconName.js +2 -0
- package/mobile/dist/icons/IconName.js.map +1 -1
- package/mobile/dist/index.js +1 -1
- package/mobile/dist/index.js.map +1 -1
- package/mobile/dist/ui-kit/BlockWrapper.js +2 -2
- package/mobile/dist/ui-kit/BlockWrapper.js.map +1 -1
- package/mobile/dist/ui-kit/InnerTable/InnerTableHeader.js +1 -1
- package/mobile/dist/ui-kit/InnerTable/InnerTableHeader.js.map +1 -1
- package/mobile/dist/ui-kit/IntersectionObserverTag.d.ts +1 -0
- package/mobile/dist/ui-kit/IntersectionObserverTag.js +2 -2
- package/mobile/dist/ui-kit/IntersectionObserverTag.js.map +1 -1
- package/mobile/dist/ui-kit/Tags/Tags.d.ts +6 -0
- package/mobile/dist/ui-kit/Tags/Tags.js +10 -0
- package/mobile/dist/ui-kit/Tags/Tags.js.map +1 -0
- package/mobile/dist/ui-kit/Tags/TagsContent.d.ts +6 -0
- package/mobile/dist/ui-kit/Tags/TagsContent.js +2 -0
- package/mobile/dist/ui-kit/Tags/TagsContent.js.map +1 -0
- package/mobile/lib/components/Calculator/CalculatorContent.d.ts +4 -50
- package/mobile/lib/components/Catalog/Catalog.js +1 -1
- package/mobile/lib/components/Catalog/Catalog.js.map +1 -1
- package/mobile/lib/components/Catalog/CatalogCard.js +1 -1
- package/mobile/lib/components/ContactsBlock/ContactsBlock.js +2 -2
- package/mobile/lib/components/ContactsBlock/ContactsBlock.js.map +1 -1
- package/mobile/lib/components/ContactsBlock/ContactsBlockContent.d.ts +2 -1
- package/mobile/lib/components/ContentPage/ContentPage.page.json +35 -0
- package/mobile/lib/components/ContentPage/useContentPageData.d.ts +3 -0
- package/mobile/lib/components/ContentPage/useContentPageData.js +38 -0
- package/mobile/lib/components/ContentPage/useContentPageData.js.map +1 -0
- package/mobile/lib/components/ErrorBlock/ErrorBlock.js +1 -1
- package/mobile/lib/components/ErrorBlock/ErrorBlock.js.map +1 -1
- package/mobile/lib/components/ExchangeRateTile/CurrentLocation.js +1 -1
- package/mobile/lib/components/ExchangeRateTile/CurrentLocation.js.map +1 -1
- package/mobile/lib/components/Headline/HeadlineContent.d.ts +1 -0
- package/mobile/lib/components/InvestmentInfo/InvestmentInfo.js +4 -4
- package/mobile/lib/components/InvestmentInfo/InvestmentInfo.js.map +1 -1
- package/mobile/lib/components/InvestmentInfo/InvestmentInfoContent.d.ts +1 -2
- package/mobile/lib/components/OfficeMap/OfficeMap.js +3 -3
- package/mobile/lib/components/OfficeMap/OfficeMap.js.map +1 -1
- package/mobile/lib/components/OfficeServicesBlock/OfficeServicesBlock.js +1 -1
- package/mobile/lib/components/OfficeServicesBlock/OfficeServicesBlock.js.map +1 -1
- package/mobile/lib/components/ProductBlock/renderBackwardButton.d.ts +2 -2
- package/mobile/lib/components/ProductBlock/renderBackwardButton.js.map +1 -1
- package/mobile/lib/components/Tabs/renderLinkTab.js +1 -1
- package/mobile/lib/components/Tabs/renderLinkTab.js.map +1 -1
- package/mobile/lib/components/TariffsTable/TariffsTableContent.d.ts +1 -1
- package/mobile/lib/components/Tile/Tile.js +3 -2
- package/mobile/lib/components/Tile/Tile.js.map +1 -1
- package/mobile/lib/components/Tile/TileContent.d.ts +2 -1
- package/mobile/lib/icons/IconName.d.ts +4 -2
- package/mobile/lib/icons/IconName.js +2 -0
- package/mobile/lib/icons/IconName.js.map +1 -1
- package/mobile/lib/index.js +1 -1
- package/mobile/lib/index.js.map +1 -1
- package/mobile/lib/ui-kit/BlockWrapper.js +2 -2
- package/mobile/lib/ui-kit/BlockWrapper.js.map +1 -1
- package/mobile/lib/ui-kit/InnerTable/InnerTableHeader.js +1 -1
- package/mobile/lib/ui-kit/InnerTable/InnerTableHeader.js.map +1 -1
- package/mobile/lib/ui-kit/IntersectionObserverTag.d.ts +1 -0
- package/mobile/lib/ui-kit/IntersectionObserverTag.js +2 -2
- package/mobile/lib/ui-kit/IntersectionObserverTag.js.map +1 -1
- package/mobile/lib/ui-kit/Tags/Tags.d.ts +6 -0
- package/mobile/lib/ui-kit/Tags/Tags.js +8 -0
- package/mobile/lib/ui-kit/Tags/Tags.js.map +1 -0
- package/mobile/lib/ui-kit/Tags/TagsContent.d.ts +6 -0
- package/mobile/lib/ui-kit/Tags/TagsContent.js +2 -0
- package/mobile/lib/ui-kit/Tags/TagsContent.js.map +1 -0
- package/mobile/src/components/Accordion/Accordion.example.json +52 -2
- package/mobile/src/components/AccordionItem/AccordionItem.example.json +23 -5
- package/mobile/src/components/BenefitsBlock/BenefitsBlock.example.json +32 -30
- package/mobile/src/components/Bonus/Bonus.example.json +10 -8
- package/mobile/src/components/Bonus/Bonus.ui.json +10 -0
- package/mobile/src/components/BonusBenefitsBlock/BonusBenefitsBlock.example.json +94 -91
- package/mobile/src/components/Calculator/Calculator.example.json +21 -19
- package/mobile/src/components/Calculator/CalculatorContent.ts +2 -53
- package/mobile/src/components/CardTransfer/CardTransfer.example.json +10 -8
- package/mobile/src/components/Catalog/Catalog.example.json +51 -49
- package/mobile/src/components/Catalog/Catalog.tsx +1 -1
- package/mobile/src/components/Catalog/CatalogCard.tsx +1 -1
- package/mobile/src/components/ComparisonTable/ComparisonTable.example.json +79 -77
- package/mobile/src/components/ContactsBlock/ContactsBlock.example.json +45 -43
- package/mobile/src/components/ContactsBlock/ContactsBlock.tsx +2 -2
- package/mobile/src/components/ContactsBlock/ContactsBlockContent.ts +2 -1
- package/mobile/src/components/ContentPage/ContentPage.page.json +3 -2318
- package/mobile/src/components/ContentPage/useContentPageData.ts +49 -0
- package/mobile/src/components/ErrorBlock/ErrorBlock.example.json +12 -10
- package/mobile/src/components/ErrorBlock/ErrorBlock.tsx +1 -4
- package/mobile/src/components/ExchangeRateTile/CurrentLocation.tsx +1 -1
- package/mobile/src/components/ExchangeRateTile/ExchangeRateTile.example.json +7 -5
- package/mobile/src/components/Gallery/Gallery.example.json +62 -60
- package/mobile/src/components/Gallery/Gallery.ui.json +11 -0
- package/mobile/src/components/GracePeriod/GracePeriod.example.json +61 -74
- package/mobile/src/components/Header/Header.example.json +6 -4
- package/mobile/src/components/Headline/Headline.example.json +15 -13
- package/mobile/src/components/Headline/HeadlineContent.ts +1 -0
- package/mobile/src/components/InsuranceAmountBlock/InsuranceAmountBlock.example.json +76 -74
- package/mobile/src/components/InvestmentInfo/InvestmentInfo.example.json +48 -45
- package/mobile/src/components/InvestmentInfo/InvestmentInfo.tsx +14 -10
- package/mobile/src/components/InvestmentInfo/InvestmentInfo.ui.json +5 -12
- package/mobile/src/components/InvestmentInfo/InvestmentInfoContent.ts +1 -2
- package/mobile/src/components/LinkDocs/LinkDocs.example.json +31 -29
- package/mobile/src/components/LinkList/LinkList.example.json +21 -19
- package/mobile/src/components/MiniGallery/MiniGallery.example.json +51 -49
- package/mobile/src/components/MiniGallery/MiniGallery.ui.json +19 -1
- package/mobile/src/components/MobileAppTile/MobileAppTile.example.json +33 -30
- package/mobile/src/components/OfficeMap/OfficeMap.tsx +3 -3
- package/mobile/src/components/OfficeMap/OfficeMap.ui.json +1 -0
- package/mobile/src/components/OfficeServicesBlock/OfficeServicesBlock.example.json +47 -45
- package/mobile/src/components/OfficeServicesBlock/OfficeServicesBlock.tsx +3 -1
- package/mobile/src/components/OtherProducts/OtherProducts.example.json +28 -1
- package/mobile/src/components/OtherProductsItem/OtherProductsItem.example.json +20 -2
- package/mobile/src/components/PictureText/PictureText.example.json +28 -26
- package/mobile/src/components/ProductBlock/ProductBlock.example.json +37 -35
- package/mobile/src/components/ProductBlock/renderBackwardButton.tsx +3 -3
- package/mobile/src/components/ProductGallery/ProductGallery.example.json +66 -64
- package/mobile/src/components/ProductTile/ProductTile.example.json +31 -29
- package/mobile/src/components/PromoTile/PromoTile.example.json +14 -12
- package/mobile/src/components/Recommendation/Recommendation.example.json +52 -50
- package/mobile/src/components/StepsBlock/StepsBlock.example.json +54 -52
- package/mobile/src/components/Tabs/Tabs.example.json +20 -18
- package/mobile/src/components/Tabs/renderLinkTab.tsx +1 -0
- package/mobile/src/components/TariffsTable/TariffsTable.example.json +91 -89
- package/mobile/src/components/TariffsTable/TariffsTableContent.ts +1 -1
- package/mobile/src/components/TextBlock/TextBlock.example.json +14 -12
- package/mobile/src/components/Tile/Tile.example.json +21 -19
- package/mobile/src/components/Tile/Tile.tsx +3 -0
- package/mobile/src/components/Tile/TileContent.ts +3 -1
- package/mobile/src/icons/DocumentText2Icon.svg +8 -0
- package/mobile/src/icons/IconName.ts +4 -4
- package/mobile/src/index.ts +1 -1
- package/mobile/src/ui-kit/BlockWrapper.tsx +5 -2
- package/mobile/src/ui-kit/InnerTable/InnerTableHeader.tsx +5 -5
- package/mobile/src/ui-kit/IntersectionObserverTag.tsx +3 -1
- package/mobile/src/ui-kit/Tags/Tags.tsx +26 -0
- package/mobile/src/ui-kit/Tags/TagsContent.ts +6 -0
- package/package.json +22 -2
- package/src/components/Accordion/Accordion.example.json +52 -2
- package/src/components/AccordionItem/AccordionItem.example.json +23 -5
- package/src/components/BenefitsBlock/BenefitsBlock.example.json +32 -30
- package/src/components/Bonus/Bonus.example.json +10 -8
- package/src/components/Bonus/Bonus.ui.json +10 -0
- package/src/components/BonusBenefitsBlock/BonusBenefitsBlock.example.json +94 -91
- package/src/components/Calculator/Calculator.example.json +21 -19
- package/src/components/Calculator/CalculatorContent.ts +2 -53
- package/src/components/CardTransfer/CardTransfer.example.json +10 -8
- package/src/components/Catalog/Catalog.example.json +51 -49
- package/src/components/Catalog/Catalog.tsx +1 -1
- package/src/components/Catalog/CatalogCard.tsx +1 -1
- package/src/components/ComparisonTable/ComparisonTable.example.json +79 -77
- package/src/components/ContactsBlock/ContactsBlock.example.json +45 -43
- package/src/components/ContactsBlock/ContactsBlock.fixture.tsx +46 -39
- package/src/components/ContactsBlock/ContactsBlock.tsx +2 -2
- package/src/components/ContactsBlock/ContactsBlockContent.ts +2 -1
- package/src/components/ContentPage/ContentPage.fixture.mobile.tsx +13 -10
- package/src/components/ContentPage/ContentPage.fixture.tsx +24 -16
- package/src/components/ContentPage/ContentPage.page.json +3 -2318
- package/src/components/ContentPage/useContentPageData.ts +49 -0
- package/src/components/ErrorBlock/ErrorBlock.example.json +12 -10
- package/src/components/ErrorBlock/ErrorBlock.tsx +1 -4
- package/src/components/ExchangeRateTile/CurrentLocation.tsx +1 -1
- package/src/components/ExchangeRateTile/ExchangeRateTile.example.json +7 -5
- package/src/components/Gallery/Gallery.example.json +62 -60
- package/src/components/Gallery/Gallery.ui.json +11 -0
- package/src/components/GracePeriod/GracePeriod.example.json +61 -74
- package/src/components/Header/Header.example.json +6 -4
- package/src/components/Headline/Headline.example.json +15 -13
- package/src/components/Headline/HeadlineContent.ts +1 -0
- package/src/components/InsuranceAmountBlock/InsuranceAmountBlock.example.json +76 -74
- package/src/components/InvestmentInfo/InvestmentInfo.example.json +48 -45
- package/src/components/InvestmentInfo/InvestmentInfo.fixture.tsx +3 -4
- package/src/components/InvestmentInfo/InvestmentInfo.tsx +14 -10
- package/src/components/InvestmentInfo/InvestmentInfo.ui.json +5 -12
- package/src/components/InvestmentInfo/InvestmentInfoContent.ts +1 -2
- package/src/components/LinkDocs/LinkDocs.example.json +31 -29
- package/src/components/LinkList/LinkList.example.json +21 -19
- package/src/components/MiniGallery/MiniGallery.example.json +51 -49
- package/src/components/MiniGallery/MiniGallery.ui.json +19 -1
- package/src/components/MobileAppTile/MobileAppTile.example.json +33 -30
- package/src/components/MobileAppTile/MobileAppTile.tsx +1 -1
- package/src/components/OfficeMap/OfficeMap.tsx +3 -3
- package/src/components/OfficeMap/OfficeMap.ui.json +1 -0
- package/src/components/OfficeServicesBlock/OfficeServicesBlock.example.json +47 -45
- package/src/components/OfficeServicesBlock/OfficeServicesBlock.tsx +3 -1
- package/src/components/OtherProducts/OtherProducts.example.json +28 -1
- package/src/components/OtherProductsItem/OtherProductsItem.example.json +20 -2
- package/src/components/PictureText/PictureText.example.json +28 -26
- package/src/components/ProductBlock/ProductBlock.example.json +37 -35
- package/src/components/ProductBlock/ProductBlock.tsx +2 -1
- package/src/components/ProductBlock/renderBackwardButton.tsx +3 -3
- package/src/components/ProductGallery/ProductGallery.example.json +66 -64
- package/src/components/ProductTile/ProductTile.example.json +31 -29
- package/src/components/PromoTile/PromoTile.example.json +14 -12
- package/src/components/Recommendation/Recommendation.example.json +52 -50
- package/src/components/StepsBlock/StepsBlock.example.json +54 -52
- package/src/components/Tabs/Tabs.example.json +20 -18
- package/src/components/Tabs/renderLinkTab.tsx +1 -0
- package/src/components/TariffsTable/TariffsTable.example.json +91 -89
- package/src/components/TariffsTable/TariffsTableContent.ts +1 -1
- package/src/components/TextBlock/TextBlock.example.json +14 -12
- package/src/components/Tile/Tile.example.json +21 -19
- package/src/components/Tile/Tile.fixture.tsx +7 -0
- package/src/components/Tile/Tile.tsx +3 -0
- package/src/components/Tile/TileContent.ts +3 -1
- package/src/icons/DocumentText2Icon.svg +8 -0
- package/src/icons/IconName.ts +4 -1
- package/src/index.ts +1 -1
- package/src/ui-kit/BlockWrapper.tsx +5 -2
- package/src/ui-kit/InnerTable/InnerTableHeader.tsx +5 -5
- package/src/ui-kit/IntersectionObserverTag.tsx +3 -1
- package/src/ui-kit/Tags/Tags.fixture.tsx +9 -0
- package/src/ui-kit/Tags/Tags.tsx +26 -0
- package/src/ui-kit/Tags/TagsContent.ts +6 -0
- package/tailwind.config.cjs +2 -1
|
@@ -1,86 +1,88 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
"
|
|
12
|
-
|
|
13
|
-
"
|
|
14
|
-
|
|
2
|
+
"content": {
|
|
3
|
+
"title": "Заголовок",
|
|
4
|
+
"insuranceTabs": [
|
|
5
|
+
{
|
|
6
|
+
"title": "Описание 1",
|
|
7
|
+
"cards": [
|
|
8
|
+
{
|
|
9
|
+
"sum": 200000,
|
|
10
|
+
"fee": 2100,
|
|
11
|
+
"icon": {
|
|
12
|
+
"format": "webp",
|
|
13
|
+
"size": {
|
|
14
|
+
"width": 70,
|
|
15
|
+
"height": 70
|
|
16
|
+
},
|
|
17
|
+
"icon": "ActualBalanceIcon"
|
|
15
18
|
},
|
|
16
|
-
"
|
|
19
|
+
"href": ""
|
|
17
20
|
},
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
"
|
|
21
|
+
{
|
|
22
|
+
"sum": 200000,
|
|
23
|
+
"fee": 2100,
|
|
24
|
+
"icon": {
|
|
25
|
+
"format": "webp",
|
|
26
|
+
"size": {
|
|
27
|
+
"width": 70,
|
|
28
|
+
"height": 70
|
|
29
|
+
},
|
|
30
|
+
"icon": "ActualBalanceIcon"
|
|
28
31
|
},
|
|
29
|
-
"
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
"
|
|
32
|
+
"href": ""
|
|
33
|
+
}
|
|
34
|
+
]
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"title": "Описание 2",
|
|
38
|
+
"cards": [
|
|
39
|
+
{
|
|
40
|
+
"sum": 200000,
|
|
41
|
+
"fee": 2100,
|
|
42
|
+
"icon": {
|
|
43
|
+
"format": "webp",
|
|
44
|
+
"size": {
|
|
45
|
+
"width": 70,
|
|
46
|
+
"height": 70
|
|
47
|
+
},
|
|
48
|
+
"icon": "ActualBalanceIcon"
|
|
46
49
|
},
|
|
47
|
-
"
|
|
50
|
+
"href": ""
|
|
48
51
|
},
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
"
|
|
52
|
+
{
|
|
53
|
+
"sum": 200000,
|
|
54
|
+
"fee": 2100,
|
|
55
|
+
"icon": {
|
|
56
|
+
"format": "webp",
|
|
57
|
+
"size": {
|
|
58
|
+
"width": 70,
|
|
59
|
+
"height": 70
|
|
60
|
+
},
|
|
61
|
+
"icon": "ActualBalanceIcon"
|
|
59
62
|
},
|
|
60
|
-
"
|
|
63
|
+
"href": ""
|
|
61
64
|
},
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
"
|
|
65
|
+
{
|
|
66
|
+
"sum": 200000,
|
|
67
|
+
"fee": 2100,
|
|
68
|
+
"icon": {
|
|
69
|
+
"format": "webp",
|
|
70
|
+
"size": {
|
|
71
|
+
"width": 70,
|
|
72
|
+
"height": 70
|
|
73
|
+
},
|
|
74
|
+
"icon": "ActualBalanceIcon"
|
|
72
75
|
},
|
|
73
|
-
"
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
76
|
+
"href": ""
|
|
77
|
+
}
|
|
78
|
+
]
|
|
79
|
+
}
|
|
80
|
+
],
|
|
81
|
+
"button": {
|
|
82
|
+
"href": "",
|
|
83
|
+
"text": "Выбрать программу",
|
|
84
|
+
"target": "_self",
|
|
85
|
+
"version": "primary"
|
|
78
86
|
}
|
|
79
|
-
],
|
|
80
|
-
"button": {
|
|
81
|
-
"href": "",
|
|
82
|
-
"text": "Выбрать программу",
|
|
83
|
-
"target": "_self",
|
|
84
|
-
"version": "primary"
|
|
85
87
|
}
|
|
86
88
|
}
|
|
@@ -1,48 +1,51 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
|
|
4
|
-
"
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
{
|
|
8
|
-
"title": "Название 2",
|
|
9
|
-
"cells": [
|
|
10
|
-
{
|
|
11
|
-
"text": "Ячейка 2-1",
|
|
12
|
-
"cellColor": "green-dark",
|
|
13
|
-
"cellSize": "S"
|
|
14
|
-
}
|
|
15
|
-
]
|
|
2
|
+
"content": {
|
|
3
|
+
"items": ["Пункт 1", "Пункт 2", "Пункт 3"],
|
|
4
|
+
"isDotted": true,
|
|
5
|
+
"investmentZeroColumn": {
|
|
6
|
+
"title": "Название 1"
|
|
16
7
|
},
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
8
|
+
"investmentColumns": [
|
|
9
|
+
{
|
|
10
|
+
"title": "Название 2",
|
|
11
|
+
"cells": [
|
|
12
|
+
{
|
|
13
|
+
"text": "Ячейка 2-1",
|
|
14
|
+
"cellColor": "green-dark",
|
|
15
|
+
"cellSize": "S"
|
|
16
|
+
}
|
|
17
|
+
]
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"title": "Название 3",
|
|
21
|
+
"cells": [
|
|
22
|
+
{
|
|
23
|
+
"text": "Ячейка 3-1",
|
|
24
|
+
"cellColor": "green-dark",
|
|
25
|
+
"cellSize": "S"
|
|
26
|
+
}
|
|
27
|
+
]
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"title": "Название 4",
|
|
31
|
+
"cells": [
|
|
32
|
+
{
|
|
33
|
+
"text": "Ячейка 4-1",
|
|
34
|
+
"cellColor": "green-dark",
|
|
35
|
+
"cellSize": "L"
|
|
36
|
+
}
|
|
37
|
+
]
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"title": "Название 5",
|
|
41
|
+
"cells": [
|
|
42
|
+
{
|
|
43
|
+
"text": "Ячейка 5-1",
|
|
44
|
+
"cellColor": "green-dark",
|
|
45
|
+
"cellSize": "XL"
|
|
46
|
+
}
|
|
47
|
+
]
|
|
48
|
+
}
|
|
49
|
+
]
|
|
50
|
+
}
|
|
48
51
|
}
|
|
@@ -4,10 +4,9 @@ import type { InvestmentInfoContent } from './InvestmentInfoContent';
|
|
|
4
4
|
|
|
5
5
|
export const INVESTMENT_INFO: InvestmentInfoContent = {
|
|
6
6
|
items: [
|
|
7
|
-
'
|
|
8
|
-
'
|
|
9
|
-
'
|
|
10
|
-
'Подробная база вакансий для жителей сельской местности',
|
|
7
|
+
'Пример с ежегодным взносом 400 000 ₽',
|
|
8
|
+
'Срок использования ИИС вы определяете сами. Но для получения налоговых вычетов он должен быть открыт не менее 3 лет',
|
|
9
|
+
'Вы можете возвращать до 52 000 ₽ каждый год',
|
|
11
10
|
],
|
|
12
11
|
investmentZeroColumn: {
|
|
13
12
|
title: 'Открытие ИИС',
|
|
@@ -46,21 +46,21 @@ export const InvestmentInfo = JSX<InvestmentInfoProps>((props) => {
|
|
|
46
46
|
|
|
47
47
|
return (
|
|
48
48
|
<BlockWrapper
|
|
49
|
-
className={`font-sans bg-white
|
|
49
|
+
className={`font-sans bg-white px-9 py-12 ${className}`}
|
|
50
50
|
context={context}
|
|
51
51
|
{...rest}
|
|
52
52
|
>
|
|
53
53
|
<div className="container text-m-light">
|
|
54
54
|
{colums?.length ? (
|
|
55
55
|
<div>
|
|
56
|
-
<div className="flex items-end
|
|
56
|
+
<div className="flex items-end relative pl-9 pr-5 text-white">
|
|
57
57
|
{joinList(<div className="w-px h-4 bg-main-stroke" />)(
|
|
58
58
|
colums.map(renderInvestmentColumn),
|
|
59
59
|
)}
|
|
60
|
-
<div className="w-px h-4 bg-main-stroke" />
|
|
60
|
+
<div className="absolute right-[30px] w-px h-4 bg-main-stroke" />
|
|
61
61
|
</div>
|
|
62
|
-
<div className="border-t border-main-stroke -mt-2
|
|
63
|
-
<div className="flex justify-between mt-3 -mx-10">
|
|
62
|
+
<div className="border-t border-main-stroke -mt-2 ml-9 mr-8" />
|
|
63
|
+
<div className="flex justify-between text-primary-text mt-3 -mx-10">
|
|
64
64
|
{colums.map(renderInvestmentColumnTitle)}
|
|
65
65
|
</div>
|
|
66
66
|
</div>
|
|
@@ -68,7 +68,7 @@ export const InvestmentInfo = JSX<InvestmentInfoProps>((props) => {
|
|
|
68
68
|
|
|
69
69
|
{items?.length ? (
|
|
70
70
|
<List
|
|
71
|
-
className="mt-9 text-
|
|
71
|
+
className="mt-9 text-l-light max-w-[657px]"
|
|
72
72
|
items={items}
|
|
73
73
|
itemClassName="mb-[7px]"
|
|
74
74
|
isDotted={isDotted}
|
|
@@ -93,8 +93,12 @@ const renderInvestmentColumn = (
|
|
|
93
93
|
className={`${getColumnClasses(isSecondColumn, isLastColumn, column.cells)}`}
|
|
94
94
|
>
|
|
95
95
|
{column.cells?.length ? (
|
|
96
|
-
<div
|
|
97
|
-
{
|
|
96
|
+
<div
|
|
97
|
+
className={`w-full ${
|
|
98
|
+
isLastColumn ? 'border-4 border-green-more-dark p-1.5 min-w-[290px]' : ''
|
|
99
|
+
}`}
|
|
100
|
+
>
|
|
101
|
+
{column.cells.reverse().map(renderInvestmentCell)}
|
|
98
102
|
</div>
|
|
99
103
|
) : null}
|
|
100
104
|
</div>
|
|
@@ -109,7 +113,7 @@ const getColumnClasses = (
|
|
|
109
113
|
[
|
|
110
114
|
cells.length ? 'flex-1' : 'flex-0',
|
|
111
115
|
cells.length && !isSecondColumn && !isLastColumn ? 'pl-2.5' : '',
|
|
112
|
-
cells.length && !isLastColumn ? 'pr-2.5 pb-8' : 'pb-
|
|
116
|
+
cells.length && !isLastColumn ? 'pr-2.5 pb-8' : 'pb-[22px]',
|
|
113
117
|
].join(' ');
|
|
114
118
|
|
|
115
119
|
const renderInvestmentCell = (cell: InvestmentCell, i: number) => {
|
|
@@ -140,7 +144,7 @@ const renderInvestmentColumnTitle = (
|
|
|
140
144
|
<div
|
|
141
145
|
key={`title_${i}`}
|
|
142
146
|
className={`flex-1 max-w-[180px] text-center px-2 ${isFirstColumn ? 'pl-9' : ''} ${
|
|
143
|
-
isLastColumn ? '
|
|
147
|
+
isLastColumn ? 'mr-3.5' : ' '
|
|
144
148
|
}`}
|
|
145
149
|
>
|
|
146
150
|
{column.title}
|
|
@@ -1,16 +1,9 @@
|
|
|
1
1
|
{
|
|
2
|
-
"content": {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
"ui:widget": "hidden"
|
|
8
|
-
},
|
|
9
|
-
"image": {
|
|
10
|
-
"ui:field": "icon"
|
|
11
|
-
}
|
|
12
|
-
}
|
|
13
|
-
}
|
|
2
|
+
"content": {},
|
|
3
|
+
"style": {
|
|
4
|
+
"ui:options": {
|
|
5
|
+
"minCols": 12,
|
|
6
|
+
"maxCols": 12
|
|
14
7
|
}
|
|
15
8
|
}
|
|
16
9
|
}
|
|
@@ -2,13 +2,12 @@ import type { ListContent } from '../../ui-kit/List/ListContent';
|
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* @title Цвет
|
|
5
|
-
* @enumNames ["
|
|
5
|
+
* @enumNames ["Оранжевый", "Светло-зеленый", "Зеленый", "Тёмно-зеленый"]
|
|
6
6
|
*/
|
|
7
7
|
export type InvestmentCellColor = 'yellow' | 'green-light' | 'green' | 'green-dark';
|
|
8
8
|
|
|
9
9
|
/**
|
|
10
10
|
* @title Высота
|
|
11
|
-
* @enumNames ["Очень большой", "Большой", "Средний", "Маленький", "Очень маленький"]
|
|
12
11
|
*/
|
|
13
12
|
export type InvestmentCellSize = 'XL' | 'L' | 'M' | 'S' | 'XS';
|
|
14
13
|
|
|
@@ -1,32 +1,34 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
"icon":
|
|
7
|
-
|
|
8
|
-
"documents": [
|
|
9
|
-
{
|
|
10
|
-
"text": "Документ №1",
|
|
11
|
-
"href": "/documents/document1.doc",
|
|
12
|
-
"fileSize": "123КБ"
|
|
2
|
+
"content": {
|
|
3
|
+
"title": "Список документов",
|
|
4
|
+
"description": "Описание",
|
|
5
|
+
"headlineVersion": "M",
|
|
6
|
+
"icon": {
|
|
7
|
+
"icon": "DocIcon"
|
|
13
8
|
},
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
9
|
+
"documents": [
|
|
10
|
+
{
|
|
11
|
+
"text": "Документ №1",
|
|
12
|
+
"href": "/documents/document1.doc",
|
|
13
|
+
"fileSize": "123КБ"
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"text": "Документ №2",
|
|
17
|
+
"href": "/documents/document2.rtf",
|
|
18
|
+
"target": "_blank"
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"text": "Документ №3",
|
|
22
|
+
"href": "/abc3/map.jpeg",
|
|
23
|
+
"fileSize": "2МБ"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"text": "Документ №4",
|
|
27
|
+
"href": "/abc/map.rar"
|
|
28
|
+
}
|
|
29
|
+
],
|
|
30
|
+
"columnsMode": "double",
|
|
31
|
+
"orientation": "vertical",
|
|
32
|
+
"hasBorder": true
|
|
33
|
+
}
|
|
32
34
|
}
|
|
@@ -1,21 +1,23 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
2
|
+
"content": {
|
|
3
|
+
"documents": [
|
|
4
|
+
{
|
|
5
|
+
"text": "Документ №1",
|
|
6
|
+
"href": "/documents/document1.doc"
|
|
7
|
+
},
|
|
8
|
+
{
|
|
9
|
+
"text": "Документ №2",
|
|
10
|
+
"href": "/documents/document2.rtf",
|
|
11
|
+
"target": "_blank"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"text": "Документ №3",
|
|
15
|
+
"href": "/abc3/map.jpeg"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"text": "Документ №4",
|
|
19
|
+
"href": "/abc/map.rar"
|
|
20
|
+
}
|
|
21
|
+
]
|
|
22
|
+
}
|
|
21
23
|
}
|
|
@@ -1,54 +1,56 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
"
|
|
8
|
-
|
|
9
|
-
"
|
|
10
|
-
|
|
11
|
-
|
|
2
|
+
"content": {
|
|
3
|
+
"title": "Мини-галерея",
|
|
4
|
+
"description": "Описание",
|
|
5
|
+
"cards": [
|
|
6
|
+
{
|
|
7
|
+
"image": {
|
|
8
|
+
"format": "webp",
|
|
9
|
+
"size": {
|
|
10
|
+
"width": 120,
|
|
11
|
+
"height": 70
|
|
12
|
+
}
|
|
13
|
+
},
|
|
14
|
+
"title": "Заголовок 1",
|
|
15
|
+
"description": "Описание 1",
|
|
16
|
+
"version": "primary"
|
|
12
17
|
},
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
18
|
+
{
|
|
19
|
+
"image": {
|
|
20
|
+
"format": "webp",
|
|
21
|
+
"size": {
|
|
22
|
+
"width": 120,
|
|
23
|
+
"height": 70
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
"title": "Заголовок 2",
|
|
27
|
+
"description": "Описание 2",
|
|
28
|
+
"version": "primary"
|
|
24
29
|
},
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
30
|
+
{
|
|
31
|
+
"image": {
|
|
32
|
+
"format": "webp",
|
|
33
|
+
"size": {
|
|
34
|
+
"width": 120,
|
|
35
|
+
"height": 70
|
|
36
|
+
}
|
|
37
|
+
},
|
|
38
|
+
"title": "Заголовок 3",
|
|
39
|
+
"description": "Описание 3",
|
|
40
|
+
"version": "primary"
|
|
36
41
|
},
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
"version": "primary"
|
|
52
|
-
}
|
|
53
|
-
]
|
|
42
|
+
{
|
|
43
|
+
"image": {
|
|
44
|
+
"format": "webp",
|
|
45
|
+
"size": {
|
|
46
|
+
"width": 120,
|
|
47
|
+
"height": 70
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
"title": "Заголовок 4",
|
|
51
|
+
"description": "Описание 4",
|
|
52
|
+
"version": "primary"
|
|
53
|
+
}
|
|
54
|
+
]
|
|
55
|
+
}
|
|
54
56
|
}
|