@redneckz/wildless-cms-uni-blocks 0.14.260 → 0.14.261
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/bundle.umd.js +1 -1
- package/bundle/bundle.umd.min.js +1 -1
- package/mobile/bundle/bundle.umd.js +1 -1
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/src/components/AdTile/AdTile.example.json +6 -1
- package/mobile/src/components/ApplicationForm/ApplicationForm.example.json +2 -1
- package/mobile/src/components/ApplicationFormCustom/ApplicationFormCustom.example.json +2 -0
- package/mobile/src/components/BankAccountFiltration/BankAccountFiltration.example.json +2 -0
- package/mobile/src/components/CardTransfer/CardTransfer.example.json +2 -0
- package/mobile/src/components/Carousel/Carousel.example.json +11 -7
- package/mobile/src/components/CarouselBankHistoryCard/CarouselBankHistoryCard.example.json +6 -2
- package/mobile/src/components/CarouselCard/CarouselCard.example.json +13 -10
- package/mobile/src/components/CarouselCatalogCard/CarouselCatalogCard.example.json +18 -14
- package/mobile/src/components/CarouselLinks/CarouselLinks.example.json +57 -54
- package/mobile/src/components/CarouselRecommendationCard/CarouselRecommendationCard.example.json +2 -1
- package/mobile/src/components/CarouselTariffsCard/CarouselTariffsCard.example.json +40 -36
- package/mobile/src/components/ComparisonTable/ComparisonTable.example.json +2 -0
- package/mobile/src/components/Depository/Depository.example.json +6 -1
- package/mobile/src/components/ExchangeRateTile/ExchangeRateTile.example.json +2 -0
- package/mobile/src/components/GracePeriod/GracePeriod.example.json +2 -0
- package/mobile/src/components/Header/Header.example.json +2 -0
- package/mobile/src/components/Headline/Headline.example.json +2 -0
- package/mobile/src/components/HorizontalLayout/HorizontalLayout.example.json +1 -0
- package/mobile/src/components/InvestmentInfo/InvestmentInfo.example.json +2 -0
- package/mobile/src/components/LinkDocs/LinkDocs.example.json +2 -0
- package/mobile/src/components/MobileAppTile/MobileAppTile.example.json +2 -1
- package/mobile/src/components/OfficesAtmsMap/OfficesAtmsMap.example.json +6 -1
- package/mobile/src/components/ProductBlock/ProductBlock.example.json +1 -0
- package/mobile/src/components/ProductGallery/ProductGallery.example.json +3 -2
- package/mobile/src/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.example.json +14 -10
- package/mobile/src/components/RollupItem/RollupItem.example.json +2 -0
- package/mobile/src/components/StickyBottomMenu/StickyBottomMenu.example.json +6 -1
- package/mobile/src/components/Tabs/Tabs.example.json +2 -0
- package/mobile/src/components/TabsLayout/TabsLayout.example.json +2 -0
- package/mobile/src/components/TariffsTable/TariffsTable.example.json +2 -0
- package/mobile/src/components/VerticalLayout/VerticalLayout.example.json +1 -2
- package/mobile/src/components/Video/Video.example.json +2 -0
- package/package.json +1 -1
- package/src/components/AdTile/AdTile.example.json +6 -1
- package/src/components/ApplicationForm/ApplicationForm.example.json +2 -1
- package/src/components/ApplicationFormCustom/ApplicationFormCustom.example.json +2 -0
- package/src/components/BankAccountFiltration/BankAccountFiltration.example.json +2 -0
- package/src/components/CardTransfer/CardTransfer.example.json +2 -0
- package/src/components/Carousel/Carousel.example.json +11 -7
- package/src/components/CarouselBankHistoryCard/CarouselBankHistoryCard.example.json +6 -2
- package/src/components/CarouselCard/CarouselCard.example.json +13 -10
- package/src/components/CarouselCatalogCard/CarouselCatalogCard.example.json +18 -14
- package/src/components/CarouselLinks/CarouselLinks.example.json +57 -54
- package/src/components/CarouselRecommendationCard/CarouselRecommendationCard.example.json +2 -1
- package/src/components/CarouselTariffsCard/CarouselTariffsCard.example.json +40 -36
- package/src/components/ComparisonTable/ComparisonTable.example.json +2 -0
- package/src/components/Depository/Depository.example.json +6 -1
- package/src/components/ExchangeRateTile/ExchangeRateTile.example.json +2 -0
- package/src/components/GracePeriod/GracePeriod.example.json +2 -0
- package/src/components/Header/Header.example.json +2 -0
- package/src/components/Headline/Headline.example.json +2 -0
- package/src/components/HorizontalLayout/HorizontalLayout.example.json +1 -0
- package/src/components/InvestmentInfo/InvestmentInfo.example.json +2 -0
- package/src/components/LinkDocs/LinkDocs.example.json +2 -0
- package/src/components/MobileAppTile/MobileAppTile.example.json +2 -1
- package/src/components/OfficesAtmsMap/OfficesAtmsMap.example.json +6 -1
- package/src/components/ProductBlock/ProductBlock.example.json +1 -0
- package/src/components/ProductGallery/ProductGallery.example.json +3 -2
- package/src/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.example.json +14 -10
- package/src/components/RollupItem/RollupItem.example.json +2 -0
- package/src/components/StickyBottomMenu/StickyBottomMenu.example.json +6 -1
- package/src/components/Tabs/Tabs.example.json +2 -0
- package/src/components/TabsLayout/TabsLayout.example.json +2 -0
- package/src/components/TariffsTable/TariffsTable.example.json +2 -0
- package/src/components/VerticalLayout/VerticalLayout.example.json +1 -2
- package/src/components/Video/Video.example.json +2 -0
package/bundle/bundle.umd.js
CHANGED