@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.
Files changed (71) hide show
  1. package/bundle/bundle.umd.js +1 -1
  2. package/bundle/bundle.umd.min.js +1 -1
  3. package/mobile/bundle/bundle.umd.js +1 -1
  4. package/mobile/bundle/bundle.umd.min.js +1 -1
  5. package/mobile/src/components/AdTile/AdTile.example.json +6 -1
  6. package/mobile/src/components/ApplicationForm/ApplicationForm.example.json +2 -1
  7. package/mobile/src/components/ApplicationFormCustom/ApplicationFormCustom.example.json +2 -0
  8. package/mobile/src/components/BankAccountFiltration/BankAccountFiltration.example.json +2 -0
  9. package/mobile/src/components/CardTransfer/CardTransfer.example.json +2 -0
  10. package/mobile/src/components/Carousel/Carousel.example.json +11 -7
  11. package/mobile/src/components/CarouselBankHistoryCard/CarouselBankHistoryCard.example.json +6 -2
  12. package/mobile/src/components/CarouselCard/CarouselCard.example.json +13 -10
  13. package/mobile/src/components/CarouselCatalogCard/CarouselCatalogCard.example.json +18 -14
  14. package/mobile/src/components/CarouselLinks/CarouselLinks.example.json +57 -54
  15. package/mobile/src/components/CarouselRecommendationCard/CarouselRecommendationCard.example.json +2 -1
  16. package/mobile/src/components/CarouselTariffsCard/CarouselTariffsCard.example.json +40 -36
  17. package/mobile/src/components/ComparisonTable/ComparisonTable.example.json +2 -0
  18. package/mobile/src/components/Depository/Depository.example.json +6 -1
  19. package/mobile/src/components/ExchangeRateTile/ExchangeRateTile.example.json +2 -0
  20. package/mobile/src/components/GracePeriod/GracePeriod.example.json +2 -0
  21. package/mobile/src/components/Header/Header.example.json +2 -0
  22. package/mobile/src/components/Headline/Headline.example.json +2 -0
  23. package/mobile/src/components/HorizontalLayout/HorizontalLayout.example.json +1 -0
  24. package/mobile/src/components/InvestmentInfo/InvestmentInfo.example.json +2 -0
  25. package/mobile/src/components/LinkDocs/LinkDocs.example.json +2 -0
  26. package/mobile/src/components/MobileAppTile/MobileAppTile.example.json +2 -1
  27. package/mobile/src/components/OfficesAtmsMap/OfficesAtmsMap.example.json +6 -1
  28. package/mobile/src/components/ProductBlock/ProductBlock.example.json +1 -0
  29. package/mobile/src/components/ProductGallery/ProductGallery.example.json +3 -2
  30. package/mobile/src/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.example.json +14 -10
  31. package/mobile/src/components/RollupItem/RollupItem.example.json +2 -0
  32. package/mobile/src/components/StickyBottomMenu/StickyBottomMenu.example.json +6 -1
  33. package/mobile/src/components/Tabs/Tabs.example.json +2 -0
  34. package/mobile/src/components/TabsLayout/TabsLayout.example.json +2 -0
  35. package/mobile/src/components/TariffsTable/TariffsTable.example.json +2 -0
  36. package/mobile/src/components/VerticalLayout/VerticalLayout.example.json +1 -2
  37. package/mobile/src/components/Video/Video.example.json +2 -0
  38. package/package.json +1 -1
  39. package/src/components/AdTile/AdTile.example.json +6 -1
  40. package/src/components/ApplicationForm/ApplicationForm.example.json +2 -1
  41. package/src/components/ApplicationFormCustom/ApplicationFormCustom.example.json +2 -0
  42. package/src/components/BankAccountFiltration/BankAccountFiltration.example.json +2 -0
  43. package/src/components/CardTransfer/CardTransfer.example.json +2 -0
  44. package/src/components/Carousel/Carousel.example.json +11 -7
  45. package/src/components/CarouselBankHistoryCard/CarouselBankHistoryCard.example.json +6 -2
  46. package/src/components/CarouselCard/CarouselCard.example.json +13 -10
  47. package/src/components/CarouselCatalogCard/CarouselCatalogCard.example.json +18 -14
  48. package/src/components/CarouselLinks/CarouselLinks.example.json +57 -54
  49. package/src/components/CarouselRecommendationCard/CarouselRecommendationCard.example.json +2 -1
  50. package/src/components/CarouselTariffsCard/CarouselTariffsCard.example.json +40 -36
  51. package/src/components/ComparisonTable/ComparisonTable.example.json +2 -0
  52. package/src/components/Depository/Depository.example.json +6 -1
  53. package/src/components/ExchangeRateTile/ExchangeRateTile.example.json +2 -0
  54. package/src/components/GracePeriod/GracePeriod.example.json +2 -0
  55. package/src/components/Header/Header.example.json +2 -0
  56. package/src/components/Headline/Headline.example.json +2 -0
  57. package/src/components/HorizontalLayout/HorizontalLayout.example.json +1 -0
  58. package/src/components/InvestmentInfo/InvestmentInfo.example.json +2 -0
  59. package/src/components/LinkDocs/LinkDocs.example.json +2 -0
  60. package/src/components/MobileAppTile/MobileAppTile.example.json +2 -1
  61. package/src/components/OfficesAtmsMap/OfficesAtmsMap.example.json +6 -1
  62. package/src/components/ProductBlock/ProductBlock.example.json +1 -0
  63. package/src/components/ProductGallery/ProductGallery.example.json +3 -2
  64. package/src/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.example.json +14 -10
  65. package/src/components/RollupItem/RollupItem.example.json +2 -0
  66. package/src/components/StickyBottomMenu/StickyBottomMenu.example.json +6 -1
  67. package/src/components/Tabs/Tabs.example.json +2 -0
  68. package/src/components/TabsLayout/TabsLayout.example.json +2 -0
  69. package/src/components/TariffsTable/TariffsTable.example.json +2 -0
  70. package/src/components/VerticalLayout/VerticalLayout.example.json +1 -2
  71. package/src/components/Video/Video.example.json +2 -0
@@ -6135,7 +6135,7 @@
6135
6135
  slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
6136
6136
  });
6137
6137
 
6138
- const packageVersion = "0.14.259";
6138
+ const packageVersion = "0.14.260";
6139
6139
 
6140
6140
  exports.Blocks = Blocks;
6141
6141
  exports.ContentPage = ContentPage;