@redneckz/wildless-cms-uni-blocks 0.7.1 → 0.7.3

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 (1501) hide show
  1. package/bundle/blocks.schema.json +1 -1
  2. package/bundle/bundle.umd.js +290 -491
  3. package/bundle/bundle.umd.min.js +1 -1
  4. package/bundle/components/BaseTile/BaseTile.d.ts +1 -4
  5. package/bundle/components/BaseTile/BaseTileProps.d.ts +3 -4
  6. package/bundle/components/Calculator/BonusCalculatorForm.d.ts +1 -1
  7. package/bundle/components/Calculator/CreditCalculatorForm.d.ts +1 -1
  8. package/bundle/components/Carousel/CarouselContent.d.ts +2 -0
  9. package/bundle/components/CarouselCard/CarouselCardContent.d.ts +1 -1
  10. package/bundle/components/CarouselCatalogCard/CarouselCatalogCard.d.ts +2 -4
  11. package/bundle/components/CarouselProductCard/CarouselProductCardContent.d.ts +3 -3
  12. package/bundle/components/CarouselRecommendationCard/CarouselRecommendationCard.d.ts +1 -1
  13. package/bundle/components/CarouselRecommendationCard/CarouselRecommendationCardContent.d.ts +0 -2
  14. package/bundle/components/CarouselTariffsCard/CarouselTariffsCard.d.ts +1 -1
  15. package/bundle/components/Footer/MediaButton.d.ts +2 -2
  16. package/bundle/components/Footer/SocialMedia.d.ts +1 -3
  17. package/bundle/components/Footer/SocialMedia.mobile.d.ts +0 -2
  18. package/bundle/components/Gallery/GalleryContainer.d.ts +1 -1
  19. package/bundle/components/Gallery/GalleryInner.d.ts +1 -1
  20. package/bundle/components/Header/DropdownMenu.d.ts +0 -2
  21. package/bundle/components/Header/HeaderSecondaryMenu.d.ts +2 -2
  22. package/bundle/components/Header/HeaderSubMenu.d.ts +0 -2
  23. package/bundle/components/Header/HeaderSubMenuItem.d.ts +0 -2
  24. package/bundle/components/Headline/HeadlineContent.d.ts +0 -2
  25. package/bundle/components/HorizontalLayout/HorizontalLayoutContent.d.ts +0 -2
  26. package/bundle/components/HorizontalLayout/gapStyles.d.ts +2 -0
  27. package/bundle/components/ParagraphBlock/ParagraphBlockContent.d.ts +5 -2
  28. package/bundle/components/ProductGallery/ProductGalleryContent.d.ts +1 -0
  29. package/bundle/components/ProductTile/renderAdditionalDescription.d.ts +1 -2
  30. package/bundle/components/ProductTile/renderBenefit.d.ts +1 -2
  31. package/bundle/components/Recommendation/RecommendationCard.d.ts +2 -4
  32. package/bundle/components/StepsBlock/StepsBlockStyleMaps.d.ts +0 -2
  33. package/bundle/components/Tabs/tabItemClasses.d.ts +2 -2
  34. package/bundle/components/TariffsTable/EmbeddableCellData.d.ts +1 -1
  35. package/bundle/components/Tile/Tile.d.ts +0 -1
  36. package/bundle/components/VerticalLayout/VerticalLayoutContent.d.ts +3 -7
  37. package/bundle/components/Video/getPaddings.d.ts +1 -1
  38. package/bundle/icons/IconName.d.ts +6 -4
  39. package/bundle/model/BlockVersion.d.ts +6 -20
  40. package/bundle/model/ButtonVersion.d.ts +3 -3
  41. package/bundle/model/JSXBlock.d.ts +2 -0
  42. package/bundle/ui-kit/BlockWrapper.d.ts +2 -0
  43. package/bundle/ui-kit/Button/renderButtonsSection.d.ts +9 -0
  44. package/bundle/ui-kit/Foldable/Foldable.d.ts +1 -0
  45. package/bundle/ui-kit/Foldable/FoldablePartProps.d.ts +1 -1
  46. package/bundle/ui-kit/List/ListItem.d.ts +1 -2
  47. package/bundle/ui-kit/List/ListProps.d.ts +0 -6
  48. package/bundle/ui-kit/Text/TextProps.d.ts +2 -1
  49. package/bundle/ui-kit/TopItem/TopItem.d.ts +0 -2
  50. package/bundle/utils/getColSpan.d.ts +1 -1
  51. package/bundle/utils/style.d.ts +3 -1
  52. package/cosmos-static/icons/YoutubeIcon.svg +1 -0
  53. package/dist/BlockRenderer/renderBlock.js +4 -3
  54. package/dist/BlockRenderer/renderBlock.js.map +1 -1
  55. package/dist/components/Accordion/Accordion.js +1 -1
  56. package/dist/components/Accordion/Accordion.js.map +1 -1
  57. package/dist/components/Accordion/Accordion.mobile.js +1 -1
  58. package/dist/components/Accordion/Accordion.mobile.js.map +1 -1
  59. package/dist/components/AccordionItem/AccordionItem.js +1 -1
  60. package/dist/components/AccordionItem/AccordionItem.js.map +1 -1
  61. package/dist/components/BaseTile/BaseTile.d.ts +1 -4
  62. package/dist/components/BaseTile/BaseTile.js.map +1 -1
  63. package/dist/components/BaseTile/BaseTileProps.d.ts +3 -4
  64. package/dist/components/BenefitsBlock/BenefitsBlock.js +5 -19
  65. package/dist/components/BenefitsBlock/BenefitsBlock.js.map +1 -1
  66. package/dist/components/Bonus/Bonus.js +5 -7
  67. package/dist/components/Bonus/Bonus.js.map +1 -1
  68. package/dist/components/BonusBenefitsBlock/BonusBenefitsBlock.js +1 -1
  69. package/dist/components/BonusBenefitsBlock/BonusBenefitsBlock.js.map +1 -1
  70. package/dist/components/BusinessBlock/BusinessBlock.js +1 -1
  71. package/dist/components/BusinessBlock/BusinessBlock.js.map +1 -1
  72. package/dist/components/BusinessBlock/BusinessCard.js +2 -2
  73. package/dist/components/BusinessBlock/BusinessCard.js.map +1 -1
  74. package/dist/components/ButtonBlock/ButtonBlock.js +2 -5
  75. package/dist/components/ButtonBlock/ButtonBlock.js.map +1 -1
  76. package/dist/components/Calculator/BonusCalculatorForm.d.ts +1 -1
  77. package/dist/components/Calculator/BonusCalculatorForm.js +2 -2
  78. package/dist/components/Calculator/BonusCalculatorForm.js.map +1 -1
  79. package/dist/components/Calculator/Calculator.js +1 -1
  80. package/dist/components/Calculator/Calculator.js.map +1 -1
  81. package/dist/components/Calculator/CreditCalculatorForm.d.ts +1 -1
  82. package/dist/components/Calculator/CreditCalculatorForm.js +2 -2
  83. package/dist/components/Calculator/CreditCalculatorForm.js.map +1 -1
  84. package/dist/components/Calculator/DepositCalculatorForm.js +2 -2
  85. package/dist/components/Calculator/DepositCalculatorForm.js.map +1 -1
  86. package/dist/components/CardTransfer/CardTransfer.js +1 -1
  87. package/dist/components/CardTransfer/CardTransfer.js.map +1 -1
  88. package/dist/components/Carousel/Carousel.js +5 -3
  89. package/dist/components/Carousel/Carousel.js.map +1 -1
  90. package/dist/components/Carousel/CarouselContent.d.ts +2 -0
  91. package/dist/components/CarouselCard/CarouselCard.js +2 -2
  92. package/dist/components/CarouselCard/CarouselCard.js.map +1 -1
  93. package/dist/components/CarouselCard/CarouselCardContent.d.ts +1 -1
  94. package/dist/components/CarouselCatalogCard/CarouselCatalogCard.d.ts +2 -4
  95. package/dist/components/CarouselCatalogCard/CarouselCatalogCard.js +3 -3
  96. package/dist/components/CarouselCatalogCard/CarouselCatalogCard.js.map +1 -1
  97. package/dist/components/CarouselInvestmentCard/CarouselInvestmentCard.js +6 -9
  98. package/dist/components/CarouselInvestmentCard/CarouselInvestmentCard.js.map +1 -1
  99. package/dist/components/CarouselLinks/CarouselLinks.js +3 -3
  100. package/dist/components/CarouselLinks/CarouselLinks.js.map +1 -1
  101. package/dist/components/CarouselProductCard/CarouselProductCard.js +8 -19
  102. package/dist/components/CarouselProductCard/CarouselProductCard.js.map +1 -1
  103. package/dist/components/CarouselProductCard/CarouselProductCardContent.d.ts +3 -3
  104. package/dist/components/CarouselProgramsCard/CarouselProgramsCard.js +1 -2
  105. package/dist/components/CarouselProgramsCard/CarouselProgramsCard.js.map +1 -1
  106. package/dist/components/CarouselRecommendationCard/CarouselRecommendationCard.d.ts +1 -1
  107. package/dist/components/CarouselRecommendationCard/CarouselRecommendationCard.js +7 -11
  108. package/dist/components/CarouselRecommendationCard/CarouselRecommendationCard.js.map +1 -1
  109. package/dist/components/CarouselRecommendationCard/CarouselRecommendationCardContent.d.ts +0 -2
  110. package/dist/components/CarouselTariffsCard/CarouselTariffsCard.d.ts +1 -1
  111. package/dist/components/CarouselTariffsCard/CarouselTariffsCard.js +3 -4
  112. package/dist/components/CarouselTariffsCard/CarouselTariffsCard.js.map +1 -1
  113. package/dist/components/Catalog/Catalog.js +1 -1
  114. package/dist/components/Catalog/Catalog.js.map +1 -1
  115. package/dist/components/Catalog/CatalogCard.js +2 -2
  116. package/dist/components/Catalog/CatalogCard.js.map +1 -1
  117. package/dist/components/ComparisonTable/ComparisonTable.js +1 -1
  118. package/dist/components/ComparisonTable/ComparisonTable.js.map +1 -1
  119. package/dist/components/ContactsBlock/ContactsBlock.js +3 -4
  120. package/dist/components/ContactsBlock/ContactsBlock.js.map +1 -1
  121. package/dist/components/ContentPage/ContentPage.js +2 -2
  122. package/dist/components/ContentPage/ContentPage.js.map +1 -1
  123. package/dist/components/ExchangeRateTile/ExchangeRateTile.js +1 -1
  124. package/dist/components/ExchangeRateTile/ExchangeRateTile.js.map +1 -1
  125. package/dist/components/Footer/Footer.js +2 -2
  126. package/dist/components/Footer/Footer.js.map +1 -1
  127. package/dist/components/Footer/MediaButton.d.ts +2 -2
  128. package/dist/components/Footer/MediaButton.js +12 -13
  129. package/dist/components/Footer/MediaButton.js.map +1 -1
  130. package/dist/components/Footer/SocialMedia.d.ts +1 -3
  131. package/dist/components/Footer/SocialMedia.js +1 -1
  132. package/dist/components/Footer/SocialMedia.js.map +1 -1
  133. package/dist/components/Footer/SocialMedia.mobile.d.ts +0 -2
  134. package/dist/components/Footer/SocialMedia.mobile.js +1 -1
  135. package/dist/components/Footer/SocialMedia.mobile.js.map +1 -1
  136. package/dist/components/Gallery/Gallery.js +1 -1
  137. package/dist/components/Gallery/Gallery.js.map +1 -1
  138. package/dist/components/Gallery/Gallery.mobile.js +6 -7
  139. package/dist/components/Gallery/Gallery.mobile.js.map +1 -1
  140. package/dist/components/Gallery/GalleryCardInner.js +8 -11
  141. package/dist/components/Gallery/GalleryCardInner.js.map +1 -1
  142. package/dist/components/Gallery/GalleryContainer.d.ts +1 -1
  143. package/dist/components/Gallery/GalleryContainer.js +5 -4
  144. package/dist/components/Gallery/GalleryContainer.js.map +1 -1
  145. package/dist/components/Gallery/GalleryInner.d.ts +1 -1
  146. package/dist/components/Gallery/GalleryInner.js +5 -5
  147. package/dist/components/Gallery/GalleryInner.js.map +1 -1
  148. package/dist/components/GracePeriod/GracePeriod.js +1 -1
  149. package/dist/components/GracePeriod/GracePeriod.js.map +1 -1
  150. package/dist/components/Header/DropdownMenu.d.ts +0 -2
  151. package/dist/components/Header/DropdownMenu.js +4 -7
  152. package/dist/components/Header/DropdownMenu.js.map +1 -1
  153. package/dist/components/Header/Header.js +6 -6
  154. package/dist/components/Header/Header.js.map +1 -1
  155. package/dist/components/Header/Header.mobile.js +7 -2
  156. package/dist/components/Header/Header.mobile.js.map +1 -1
  157. package/dist/components/Header/HeaderSecondaryMenu.d.ts +2 -2
  158. package/dist/components/Header/HeaderSecondaryMenu.js +7 -18
  159. package/dist/components/Header/HeaderSecondaryMenu.js.map +1 -1
  160. package/dist/components/Header/HeaderSubMenu.d.ts +0 -2
  161. package/dist/components/Header/HeaderSubMenu.js +2 -2
  162. package/dist/components/Header/HeaderSubMenu.js.map +1 -1
  163. package/dist/components/Header/HeaderSubMenuItem.d.ts +0 -2
  164. package/dist/components/Header/HeaderSubMenuItem.js +2 -2
  165. package/dist/components/Header/HeaderSubMenuItem.js.map +1 -1
  166. package/dist/components/Header/HeaderTop.js +1 -1
  167. package/dist/components/Header/HeaderTop.js.map +1 -1
  168. package/dist/components/Headline/Headline.js +4 -5
  169. package/dist/components/Headline/Headline.js.map +1 -1
  170. package/dist/components/Headline/HeadlineContent.d.ts +0 -2
  171. package/dist/components/HorizontalLayout/HorizontalLayout.js +3 -13
  172. package/dist/components/HorizontalLayout/HorizontalLayout.js.map +1 -1
  173. package/dist/components/HorizontalLayout/HorizontalLayoutContent.d.ts +0 -2
  174. package/dist/components/HorizontalLayout/gapStyles.d.ts +2 -0
  175. package/dist/components/HorizontalLayout/gapStyles.js +12 -0
  176. package/dist/components/HorizontalLayout/gapStyles.js.map +1 -0
  177. package/dist/components/InsuranceAmountBlock/InsuranceAmountBlock.js +1 -1
  178. package/dist/components/InsuranceAmountBlock/InsuranceAmountBlock.js.map +1 -1
  179. package/dist/components/InvestmentInfo/InvestmentInfo.js +1 -1
  180. package/dist/components/InvestmentInfo/InvestmentInfo.js.map +1 -1
  181. package/dist/components/LinkDocs/LinkDocs.js +2 -1
  182. package/dist/components/LinkDocs/LinkDocs.js.map +1 -1
  183. package/dist/components/LinkDocs/LinkDocs.mobile.js +3 -1
  184. package/dist/components/LinkDocs/LinkDocs.mobile.js.map +1 -1
  185. package/dist/components/LinkDocs/LinkDocsList.js +1 -1
  186. package/dist/components/LinkDocs/LinkDocsList.js.map +1 -1
  187. package/dist/components/LinkDocs/LinkDocsListItem.js +1 -1
  188. package/dist/components/LinkDocs/LinkDocsListItem.js.map +1 -1
  189. package/dist/components/LinkList/LinkList.js +1 -1
  190. package/dist/components/LinkList/LinkList.js.map +1 -1
  191. package/dist/components/MiniGallery/MiniGallery.js +1 -1
  192. package/dist/components/MiniGallery/MiniGallery.js.map +1 -1
  193. package/dist/components/MobileAppTile/MobileAppTile.js +7 -11
  194. package/dist/components/MobileAppTile/MobileAppTile.js.map +1 -1
  195. package/dist/components/OfficeServicesBlock/OfficeServicesBlock.js +1 -1
  196. package/dist/components/OfficeServicesBlock/OfficeServicesBlock.js.map +1 -1
  197. package/dist/components/ParagraphBlock/ParagraphBlock.js +1 -4
  198. package/dist/components/ParagraphBlock/ParagraphBlock.js.map +1 -1
  199. package/dist/components/ParagraphBlock/ParagraphBlockContent.d.ts +5 -2
  200. package/dist/components/PictureText/PictureText.js +1 -2
  201. package/dist/components/PictureText/PictureText.js.map +1 -1
  202. package/dist/components/Placeholder/Placeholder.js +2 -1
  203. package/dist/components/Placeholder/Placeholder.js.map +1 -1
  204. package/dist/components/ProductBlock/ProductBlock.js +3 -7
  205. package/dist/components/ProductBlock/ProductBlock.js.map +1 -1
  206. package/dist/components/ProductBlock/ProductBlock.mobile.js +3 -3
  207. package/dist/components/ProductBlock/ProductBlock.mobile.js.map +1 -1
  208. package/dist/components/ProductBlock/ProductBlockInner.js +4 -3
  209. package/dist/components/ProductBlock/ProductBlockInner.js.map +1 -1
  210. package/dist/components/ProductBlock/ProductBlockInner.mobile.js +5 -9
  211. package/dist/components/ProductBlock/ProductBlockInner.mobile.js.map +1 -1
  212. package/dist/components/ProductGallery/ProductGallery.js +7 -20
  213. package/dist/components/ProductGallery/ProductGallery.js.map +1 -1
  214. package/dist/components/ProductGallery/ProductGalleryContent.d.ts +1 -0
  215. package/dist/components/ProductTile/ProductTile.js +5 -6
  216. package/dist/components/ProductTile/ProductTile.js.map +1 -1
  217. package/dist/components/ProductTile/renderAdditionalDescription.d.ts +1 -2
  218. package/dist/components/ProductTile/renderAdditionalDescription.js +2 -6
  219. package/dist/components/ProductTile/renderAdditionalDescription.js.map +1 -1
  220. package/dist/components/ProductTile/renderBenefit.d.ts +1 -2
  221. package/dist/components/ProductTile/renderBenefit.js +2 -6
  222. package/dist/components/ProductTile/renderBenefit.js.map +1 -1
  223. package/dist/components/PromoTile/PromoTile.js +3 -3
  224. package/dist/components/PromoTile/PromoTile.js.map +1 -1
  225. package/dist/components/Recommendation/Recommendation.js +2 -4
  226. package/dist/components/Recommendation/Recommendation.js.map +1 -1
  227. package/dist/components/Recommendation/RecommendationCard.d.ts +2 -4
  228. package/dist/components/Recommendation/RecommendationCard.js +4 -3
  229. package/dist/components/Recommendation/RecommendationCard.js.map +1 -1
  230. package/dist/components/RollupItem/RollupItem.js +7 -15
  231. package/dist/components/RollupItem/RollupItem.js.map +1 -1
  232. package/dist/components/SafeDepositRental/SafeDepositRental.js +1 -1
  233. package/dist/components/SafeDepositRental/SafeDepositRental.js.map +1 -1
  234. package/dist/components/StepsBlock/StepsBlock.js +3 -6
  235. package/dist/components/StepsBlock/StepsBlock.js.map +1 -1
  236. package/dist/components/StepsBlock/StepsBlock.mobile.js +4 -4
  237. package/dist/components/StepsBlock/StepsBlock.mobile.js.map +1 -1
  238. package/dist/components/StepsBlock/StepsBlockStyleMaps.d.ts +0 -2
  239. package/dist/components/StepsBlock/StepsBlockStyleMaps.js +23 -4
  240. package/dist/components/StepsBlock/StepsBlockStyleMaps.js.map +1 -1
  241. package/dist/components/StepsBlock/renderStepContent.js +2 -7
  242. package/dist/components/StepsBlock/renderStepContent.js.map +1 -1
  243. package/dist/components/Tabs/renderGroupTab.js +1 -1
  244. package/dist/components/Tabs/renderGroupTab.js.map +1 -1
  245. package/dist/components/Tabs/tabItemClasses.d.ts +2 -2
  246. package/dist/components/Tabs/tabItemClasses.js +2 -2
  247. package/dist/components/Tabs/tabItemClasses.js.map +1 -1
  248. package/dist/components/TariffsTable/EmbeddableCellData.d.ts +1 -1
  249. package/dist/components/TariffsTable/EmbeddableCellData.js +5 -6
  250. package/dist/components/TariffsTable/EmbeddableCellData.js.map +1 -1
  251. package/dist/components/TariffsTable/EmbeddableCellData.mobile.js +6 -7
  252. package/dist/components/TariffsTable/EmbeddableCellData.mobile.js.map +1 -1
  253. package/dist/components/TariffsTable/TariffsTable.js +1 -1
  254. package/dist/components/TariffsTable/TariffsTable.js.map +1 -1
  255. package/dist/components/TextBlock/TextBlock.mobile.js +1 -2
  256. package/dist/components/TextBlock/TextBlock.mobile.js.map +1 -1
  257. package/dist/components/Tile/Tile.d.ts +0 -1
  258. package/dist/components/Tile/Tile.js +5 -10
  259. package/dist/components/Tile/Tile.js.map +1 -1
  260. package/dist/components/VerticalLayout/VerticalLayout.js +4 -15
  261. package/dist/components/VerticalLayout/VerticalLayout.js.map +1 -1
  262. package/dist/components/VerticalLayout/VerticalLayoutContent.d.ts +3 -7
  263. package/dist/components/Video/Video.js +2 -4
  264. package/dist/components/Video/Video.js.map +1 -1
  265. package/dist/components/Video/getPaddings.d.ts +1 -1
  266. package/dist/components/Video/getPaddings.js.map +1 -1
  267. package/dist/icons/IconName.d.ts +6 -4
  268. package/dist/icons/IconName.js +2 -0
  269. package/dist/icons/IconName.js.map +1 -1
  270. package/dist/model/BlockVersion.d.ts +6 -20
  271. package/dist/model/BlockVersion.js +0 -33
  272. package/dist/model/BlockVersion.js.map +1 -1
  273. package/dist/model/ButtonVersion.d.ts +3 -3
  274. package/dist/model/JSXBlock.d.ts +2 -0
  275. package/dist/ui-kit/BenefitItem/BenefitItem.js +1 -9
  276. package/dist/ui-kit/BenefitItem/BenefitItem.js.map +1 -1
  277. package/dist/ui-kit/BlockWrapper.d.ts +2 -0
  278. package/dist/ui-kit/BlockWrapper.js +11 -3
  279. package/dist/ui-kit/BlockWrapper.js.map +1 -1
  280. package/dist/ui-kit/Button/ArrowButton.js +2 -2
  281. package/dist/ui-kit/Button/ArrowButton.js.map +1 -1
  282. package/dist/ui-kit/Button/ButtonInner.js +1 -1
  283. package/dist/ui-kit/Button/ButtonInner.js.map +1 -1
  284. package/dist/ui-kit/Button/buttonClassNameConstants.js +9 -3
  285. package/dist/ui-kit/Button/buttonClassNameConstants.js.map +1 -1
  286. package/dist/ui-kit/Button/renderButtonsSection.d.ts +9 -0
  287. package/dist/ui-kit/Button/renderButtonsSection.js +16 -0
  288. package/dist/ui-kit/Button/renderButtonsSection.js.map +1 -0
  289. package/dist/ui-kit/Checkbox/Checkbox.js +1 -1
  290. package/dist/ui-kit/Checkbox/Checkbox.js.map +1 -1
  291. package/dist/ui-kit/Foldable/Foldable.d.ts +1 -0
  292. package/dist/ui-kit/Foldable/Foldable.js +2 -2
  293. package/dist/ui-kit/Foldable/Foldable.js.map +1 -1
  294. package/dist/ui-kit/Foldable/FoldablePartProps.d.ts +1 -1
  295. package/dist/ui-kit/HeaderItem/HeaderItem.js +5 -17
  296. package/dist/ui-kit/HeaderItem/HeaderItem.js.map +1 -1
  297. package/dist/ui-kit/HeaderItem/HeaderItem.mobile.js +8 -17
  298. package/dist/ui-kit/HeaderItem/HeaderItem.mobile.js.map +1 -1
  299. package/dist/ui-kit/Heading/Heading.js +2 -5
  300. package/dist/ui-kit/Heading/Heading.js.map +1 -1
  301. package/dist/ui-kit/Icon/Icon.js +3 -8
  302. package/dist/ui-kit/Icon/Icon.js.map +1 -1
  303. package/dist/ui-kit/LinkButton/LinkButton.js +2 -2
  304. package/dist/ui-kit/LinkButton/LinkButton.js.map +1 -1
  305. package/dist/ui-kit/List/List.js +1 -12
  306. package/dist/ui-kit/List/List.js.map +1 -1
  307. package/dist/ui-kit/List/ListItem.d.ts +1 -2
  308. package/dist/ui-kit/List/ListItem.js +1 -8
  309. package/dist/ui-kit/List/ListItem.js.map +1 -1
  310. package/dist/ui-kit/List/ListProps.d.ts +0 -6
  311. package/dist/ui-kit/Location/Location.js +1 -1
  312. package/dist/ui-kit/Location/Location.js.map +1 -1
  313. package/dist/ui-kit/Paragraph/Paragraph.js +1 -1
  314. package/dist/ui-kit/Paragraph/Paragraph.js.map +1 -1
  315. package/dist/ui-kit/SwipeListControl/SwipeListContainer.js +8 -3
  316. package/dist/ui-kit/SwipeListControl/SwipeListContainer.js.map +1 -1
  317. package/dist/ui-kit/Text/Text.js +1 -1
  318. package/dist/ui-kit/Text/Text.js.map +1 -1
  319. package/dist/ui-kit/Text/TextProps.d.ts +2 -1
  320. package/dist/ui-kit/TopItem/TopItem.d.ts +0 -2
  321. package/dist/ui-kit/TopItem/TopItem.js +9 -18
  322. package/dist/ui-kit/TopItem/TopItem.js.map +1 -1
  323. package/dist/utils/getColSpan.d.ts +1 -1
  324. package/dist/utils/getColSpan.js +1 -1
  325. package/dist/utils/getColSpan.js.map +1 -1
  326. package/dist/utils/style.d.ts +3 -1
  327. package/dist/utils/style.js +4 -1
  328. package/dist/utils/style.js.map +1 -1
  329. package/lib/BlockRenderer/renderBlock.js +4 -3
  330. package/lib/BlockRenderer/renderBlock.js.map +1 -1
  331. package/lib/common.css +1 -1
  332. package/lib/components/Accordion/Accordion.js +1 -1
  333. package/lib/components/Accordion/Accordion.js.map +1 -1
  334. package/lib/components/Accordion/Accordion.mobile.js +1 -1
  335. package/lib/components/Accordion/Accordion.mobile.js.map +1 -1
  336. package/lib/components/AccordionItem/AccordionItem.js +1 -1
  337. package/lib/components/AccordionItem/AccordionItem.js.map +1 -1
  338. package/lib/components/BaseTile/BaseTile.d.ts +1 -4
  339. package/lib/components/BaseTile/BaseTile.js.map +1 -1
  340. package/lib/components/BaseTile/BaseTileProps.d.ts +3 -4
  341. package/lib/components/BenefitsBlock/BenefitsBlock.js +5 -19
  342. package/lib/components/BenefitsBlock/BenefitsBlock.js.map +1 -1
  343. package/lib/components/Bonus/Bonus.js +5 -7
  344. package/lib/components/Bonus/Bonus.js.map +1 -1
  345. package/lib/components/BonusBenefitsBlock/BonusBenefitsBlock.js +1 -1
  346. package/lib/components/BonusBenefitsBlock/BonusBenefitsBlock.js.map +1 -1
  347. package/lib/components/BusinessBlock/BusinessBlock.js +1 -1
  348. package/lib/components/BusinessBlock/BusinessBlock.js.map +1 -1
  349. package/lib/components/BusinessBlock/BusinessCard.js +2 -2
  350. package/lib/components/BusinessBlock/BusinessCard.js.map +1 -1
  351. package/lib/components/ButtonBlock/ButtonBlock.js +2 -5
  352. package/lib/components/ButtonBlock/ButtonBlock.js.map +1 -1
  353. package/lib/components/Calculator/BonusCalculatorForm.d.ts +1 -1
  354. package/lib/components/Calculator/BonusCalculatorForm.js +2 -2
  355. package/lib/components/Calculator/BonusCalculatorForm.js.map +1 -1
  356. package/lib/components/Calculator/Calculator.js +1 -1
  357. package/lib/components/Calculator/Calculator.js.map +1 -1
  358. package/lib/components/Calculator/CreditCalculatorForm.d.ts +1 -1
  359. package/lib/components/Calculator/CreditCalculatorForm.js +2 -2
  360. package/lib/components/Calculator/CreditCalculatorForm.js.map +1 -1
  361. package/lib/components/Calculator/DepositCalculatorForm.js +2 -2
  362. package/lib/components/Calculator/DepositCalculatorForm.js.map +1 -1
  363. package/lib/components/CardTransfer/CardTransfer.js +1 -1
  364. package/lib/components/CardTransfer/CardTransfer.js.map +1 -1
  365. package/lib/components/Carousel/Carousel.js +5 -3
  366. package/lib/components/Carousel/Carousel.js.map +1 -1
  367. package/lib/components/Carousel/CarouselContent.d.ts +2 -0
  368. package/lib/components/CarouselCard/CarouselCard.js +2 -2
  369. package/lib/components/CarouselCard/CarouselCard.js.map +1 -1
  370. package/lib/components/CarouselCard/CarouselCardContent.d.ts +1 -1
  371. package/lib/components/CarouselCatalogCard/CarouselCatalogCard.d.ts +2 -4
  372. package/lib/components/CarouselCatalogCard/CarouselCatalogCard.js +3 -3
  373. package/lib/components/CarouselCatalogCard/CarouselCatalogCard.js.map +1 -1
  374. package/lib/components/CarouselInvestmentCard/CarouselInvestmentCard.js +6 -9
  375. package/lib/components/CarouselInvestmentCard/CarouselInvestmentCard.js.map +1 -1
  376. package/lib/components/CarouselLinks/CarouselLinks.js +3 -3
  377. package/lib/components/CarouselLinks/CarouselLinks.js.map +1 -1
  378. package/lib/components/CarouselProductCard/CarouselProductCard.js +8 -19
  379. package/lib/components/CarouselProductCard/CarouselProductCard.js.map +1 -1
  380. package/lib/components/CarouselProductCard/CarouselProductCardContent.d.ts +3 -3
  381. package/lib/components/CarouselProgramsCard/CarouselProgramsCard.js +1 -2
  382. package/lib/components/CarouselProgramsCard/CarouselProgramsCard.js.map +1 -1
  383. package/lib/components/CarouselRecommendationCard/CarouselRecommendationCard.d.ts +1 -1
  384. package/lib/components/CarouselRecommendationCard/CarouselRecommendationCard.js +7 -11
  385. package/lib/components/CarouselRecommendationCard/CarouselRecommendationCard.js.map +1 -1
  386. package/lib/components/CarouselRecommendationCard/CarouselRecommendationCardContent.d.ts +0 -2
  387. package/lib/components/CarouselTariffsCard/CarouselTariffsCard.d.ts +1 -1
  388. package/lib/components/CarouselTariffsCard/CarouselTariffsCard.js +3 -4
  389. package/lib/components/CarouselTariffsCard/CarouselTariffsCard.js.map +1 -1
  390. package/lib/components/Catalog/Catalog.js +1 -1
  391. package/lib/components/Catalog/Catalog.js.map +1 -1
  392. package/lib/components/Catalog/CatalogCard.js +2 -2
  393. package/lib/components/Catalog/CatalogCard.js.map +1 -1
  394. package/lib/components/ComparisonTable/ComparisonTable.js +1 -1
  395. package/lib/components/ComparisonTable/ComparisonTable.js.map +1 -1
  396. package/lib/components/ContactsBlock/ContactsBlock.js +3 -4
  397. package/lib/components/ContactsBlock/ContactsBlock.js.map +1 -1
  398. package/lib/components/ContentPage/ContentPage.js +2 -2
  399. package/lib/components/ContentPage/ContentPage.js.map +1 -1
  400. package/lib/components/ExchangeRateTile/ExchangeRateTile.js +1 -1
  401. package/lib/components/ExchangeRateTile/ExchangeRateTile.js.map +1 -1
  402. package/lib/components/Footer/Footer.js +2 -2
  403. package/lib/components/Footer/Footer.js.map +1 -1
  404. package/lib/components/Footer/MediaButton.d.ts +2 -2
  405. package/lib/components/Footer/MediaButton.js +12 -13
  406. package/lib/components/Footer/MediaButton.js.map +1 -1
  407. package/lib/components/Footer/SocialMedia.d.ts +1 -3
  408. package/lib/components/Footer/SocialMedia.js +1 -1
  409. package/lib/components/Footer/SocialMedia.js.map +1 -1
  410. package/lib/components/Footer/SocialMedia.mobile.d.ts +0 -2
  411. package/lib/components/Footer/SocialMedia.mobile.js +1 -1
  412. package/lib/components/Footer/SocialMedia.mobile.js.map +1 -1
  413. package/lib/components/Gallery/Gallery.js +1 -1
  414. package/lib/components/Gallery/Gallery.js.map +1 -1
  415. package/lib/components/Gallery/Gallery.mobile.js +6 -7
  416. package/lib/components/Gallery/Gallery.mobile.js.map +1 -1
  417. package/lib/components/Gallery/GalleryCardInner.js +8 -11
  418. package/lib/components/Gallery/GalleryCardInner.js.map +1 -1
  419. package/lib/components/Gallery/GalleryContainer.d.ts +1 -1
  420. package/lib/components/Gallery/GalleryContainer.js +5 -4
  421. package/lib/components/Gallery/GalleryContainer.js.map +1 -1
  422. package/lib/components/Gallery/GalleryInner.d.ts +1 -1
  423. package/lib/components/Gallery/GalleryInner.js +5 -5
  424. package/lib/components/Gallery/GalleryInner.js.map +1 -1
  425. package/lib/components/GracePeriod/GracePeriod.js +1 -1
  426. package/lib/components/GracePeriod/GracePeriod.js.map +1 -1
  427. package/lib/components/Header/DropdownMenu.d.ts +0 -2
  428. package/lib/components/Header/DropdownMenu.js +4 -7
  429. package/lib/components/Header/DropdownMenu.js.map +1 -1
  430. package/lib/components/Header/Header.js +6 -6
  431. package/lib/components/Header/Header.js.map +1 -1
  432. package/lib/components/Header/Header.mobile.js +7 -2
  433. package/lib/components/Header/Header.mobile.js.map +1 -1
  434. package/lib/components/Header/HeaderSecondaryMenu.d.ts +2 -2
  435. package/lib/components/Header/HeaderSecondaryMenu.js +8 -19
  436. package/lib/components/Header/HeaderSecondaryMenu.js.map +1 -1
  437. package/lib/components/Header/HeaderSubMenu.d.ts +0 -2
  438. package/lib/components/Header/HeaderSubMenu.js +2 -2
  439. package/lib/components/Header/HeaderSubMenu.js.map +1 -1
  440. package/lib/components/Header/HeaderSubMenuItem.d.ts +0 -2
  441. package/lib/components/Header/HeaderSubMenuItem.js +2 -2
  442. package/lib/components/Header/HeaderSubMenuItem.js.map +1 -1
  443. package/lib/components/Header/HeaderTop.js +1 -1
  444. package/lib/components/Header/HeaderTop.js.map +1 -1
  445. package/lib/components/Headline/Headline.fixture.d.ts +0 -2
  446. package/lib/components/Headline/Headline.js +4 -5
  447. package/lib/components/Headline/Headline.js.map +1 -1
  448. package/lib/components/Headline/HeadlineContent.d.ts +0 -2
  449. package/lib/components/HorizontalLayout/HorizontalLayout.js +3 -13
  450. package/lib/components/HorizontalLayout/HorizontalLayout.js.map +1 -1
  451. package/lib/components/HorizontalLayout/HorizontalLayoutContent.d.ts +0 -2
  452. package/lib/components/HorizontalLayout/gapStyles.d.ts +2 -0
  453. package/lib/components/HorizontalLayout/gapStyles.js +10 -0
  454. package/lib/components/HorizontalLayout/gapStyles.js.map +1 -0
  455. package/lib/components/InsuranceAmountBlock/InsuranceAmountBlock.js +1 -1
  456. package/lib/components/InsuranceAmountBlock/InsuranceAmountBlock.js.map +1 -1
  457. package/lib/components/InvestmentInfo/InvestmentInfo.js +1 -1
  458. package/lib/components/InvestmentInfo/InvestmentInfo.js.map +1 -1
  459. package/lib/components/LinkDocs/LinkDocs.js +2 -1
  460. package/lib/components/LinkDocs/LinkDocs.js.map +1 -1
  461. package/lib/components/LinkDocs/LinkDocs.mobile.js +3 -1
  462. package/lib/components/LinkDocs/LinkDocs.mobile.js.map +1 -1
  463. package/lib/components/LinkDocs/LinkDocsList.js +1 -1
  464. package/lib/components/LinkDocs/LinkDocsList.js.map +1 -1
  465. package/lib/components/LinkDocs/LinkDocsListItem.js +1 -1
  466. package/lib/components/LinkDocs/LinkDocsListItem.js.map +1 -1
  467. package/lib/components/LinkList/LinkList.js +1 -1
  468. package/lib/components/LinkList/LinkList.js.map +1 -1
  469. package/lib/components/MiniGallery/MiniGallery.js +1 -1
  470. package/lib/components/MiniGallery/MiniGallery.js.map +1 -1
  471. package/lib/components/MobileAppTile/MobileAppTile.js +7 -11
  472. package/lib/components/MobileAppTile/MobileAppTile.js.map +1 -1
  473. package/lib/components/OfficeServicesBlock/OfficeServicesBlock.js +1 -1
  474. package/lib/components/OfficeServicesBlock/OfficeServicesBlock.js.map +1 -1
  475. package/lib/components/ParagraphBlock/ParagraphBlock.js +1 -4
  476. package/lib/components/ParagraphBlock/ParagraphBlock.js.map +1 -1
  477. package/lib/components/ParagraphBlock/ParagraphBlockContent.d.ts +5 -2
  478. package/lib/components/PictureText/PictureText.js +1 -2
  479. package/lib/components/PictureText/PictureText.js.map +1 -1
  480. package/lib/components/Placeholder/Placeholder.js +2 -1
  481. package/lib/components/Placeholder/Placeholder.js.map +1 -1
  482. package/lib/components/ProductBlock/ProductBlock.js +3 -7
  483. package/lib/components/ProductBlock/ProductBlock.js.map +1 -1
  484. package/lib/components/ProductBlock/ProductBlock.mobile.js +3 -3
  485. package/lib/components/ProductBlock/ProductBlock.mobile.js.map +1 -1
  486. package/lib/components/ProductBlock/ProductBlockInner.js +4 -3
  487. package/lib/components/ProductBlock/ProductBlockInner.js.map +1 -1
  488. package/lib/components/ProductBlock/ProductBlockInner.mobile.js +5 -9
  489. package/lib/components/ProductBlock/ProductBlockInner.mobile.js.map +1 -1
  490. package/lib/components/ProductGallery/ProductGallery.js +7 -20
  491. package/lib/components/ProductGallery/ProductGallery.js.map +1 -1
  492. package/lib/components/ProductGallery/ProductGalleryContent.d.ts +1 -0
  493. package/lib/components/ProductTile/ProductTile.js +5 -6
  494. package/lib/components/ProductTile/ProductTile.js.map +1 -1
  495. package/lib/components/ProductTile/renderAdditionalDescription.d.ts +1 -2
  496. package/lib/components/ProductTile/renderAdditionalDescription.js +2 -6
  497. package/lib/components/ProductTile/renderAdditionalDescription.js.map +1 -1
  498. package/lib/components/ProductTile/renderBenefit.d.ts +1 -2
  499. package/lib/components/ProductTile/renderBenefit.js +2 -6
  500. package/lib/components/ProductTile/renderBenefit.js.map +1 -1
  501. package/lib/components/PromoTile/PromoTile.js +3 -3
  502. package/lib/components/PromoTile/PromoTile.js.map +1 -1
  503. package/lib/components/Recommendation/Recommendation.js +2 -4
  504. package/lib/components/Recommendation/Recommendation.js.map +1 -1
  505. package/lib/components/Recommendation/RecommendationCard.d.ts +2 -4
  506. package/lib/components/Recommendation/RecommendationCard.js +4 -3
  507. package/lib/components/Recommendation/RecommendationCard.js.map +1 -1
  508. package/lib/components/RollupItem/RollupItem.js +7 -15
  509. package/lib/components/RollupItem/RollupItem.js.map +1 -1
  510. package/lib/components/SafeDepositRental/SafeDepositRental.js +1 -1
  511. package/lib/components/SafeDepositRental/SafeDepositRental.js.map +1 -1
  512. package/lib/components/StepsBlock/StepsBlock.js +3 -6
  513. package/lib/components/StepsBlock/StepsBlock.js.map +1 -1
  514. package/lib/components/StepsBlock/StepsBlock.mobile.js +4 -4
  515. package/lib/components/StepsBlock/StepsBlock.mobile.js.map +1 -1
  516. package/lib/components/StepsBlock/StepsBlockStyleMaps.d.ts +0 -2
  517. package/lib/components/StepsBlock/StepsBlockStyleMaps.js +23 -4
  518. package/lib/components/StepsBlock/StepsBlockStyleMaps.js.map +1 -1
  519. package/lib/components/StepsBlock/renderStepContent.js +3 -8
  520. package/lib/components/StepsBlock/renderStepContent.js.map +1 -1
  521. package/lib/components/Tabs/renderGroupTab.js +1 -1
  522. package/lib/components/Tabs/renderGroupTab.js.map +1 -1
  523. package/lib/components/Tabs/tabItemClasses.d.ts +2 -2
  524. package/lib/components/Tabs/tabItemClasses.js +2 -2
  525. package/lib/components/Tabs/tabItemClasses.js.map +1 -1
  526. package/lib/components/TariffsTable/EmbeddableCellData.d.ts +1 -1
  527. package/lib/components/TariffsTable/EmbeddableCellData.js +6 -7
  528. package/lib/components/TariffsTable/EmbeddableCellData.js.map +1 -1
  529. package/lib/components/TariffsTable/EmbeddableCellData.mobile.js +6 -7
  530. package/lib/components/TariffsTable/EmbeddableCellData.mobile.js.map +1 -1
  531. package/lib/components/TariffsTable/TariffsTable.js +1 -1
  532. package/lib/components/TariffsTable/TariffsTable.js.map +1 -1
  533. package/lib/components/TextBlock/TextBlock.mobile.js +1 -2
  534. package/lib/components/TextBlock/TextBlock.mobile.js.map +1 -1
  535. package/lib/components/Tile/Tile.d.ts +0 -1
  536. package/lib/components/Tile/Tile.js +5 -10
  537. package/lib/components/Tile/Tile.js.map +1 -1
  538. package/lib/components/VerticalLayout/VerticalLayout.js +4 -15
  539. package/lib/components/VerticalLayout/VerticalLayout.js.map +1 -1
  540. package/lib/components/VerticalLayout/VerticalLayoutContent.d.ts +3 -7
  541. package/lib/components/Video/Video.js +2 -4
  542. package/lib/components/Video/Video.js.map +1 -1
  543. package/lib/components/Video/getPaddings.d.ts +1 -1
  544. package/lib/components/Video/getPaddings.js.map +1 -1
  545. package/lib/icons/IconName.d.ts +6 -4
  546. package/lib/icons/IconName.js +2 -0
  547. package/lib/icons/IconName.js.map +1 -1
  548. package/lib/model/BlockVersion.d.ts +6 -20
  549. package/lib/model/BlockVersion.js +1 -32
  550. package/lib/model/BlockVersion.js.map +1 -1
  551. package/lib/model/ButtonVersion.d.ts +3 -3
  552. package/lib/model/JSXBlock.d.ts +2 -0
  553. package/lib/ui-kit/BenefitItem/BenefitItem.js +1 -9
  554. package/lib/ui-kit/BenefitItem/BenefitItem.js.map +1 -1
  555. package/lib/ui-kit/BlockWrapper.d.ts +2 -0
  556. package/lib/ui-kit/BlockWrapper.js +10 -2
  557. package/lib/ui-kit/BlockWrapper.js.map +1 -1
  558. package/lib/ui-kit/Button/ArrowButton.js +2 -2
  559. package/lib/ui-kit/Button/ArrowButton.js.map +1 -1
  560. package/lib/ui-kit/Button/ButtonInner.js +1 -1
  561. package/lib/ui-kit/Button/ButtonInner.js.map +1 -1
  562. package/lib/ui-kit/Button/buttonClassNameConstants.js +9 -3
  563. package/lib/ui-kit/Button/buttonClassNameConstants.js.map +1 -1
  564. package/lib/ui-kit/Button/renderButtonsSection.d.ts +8 -0
  565. package/lib/ui-kit/Button/renderButtonsSection.js +13 -0
  566. package/lib/ui-kit/Button/renderButtonsSection.js.map +1 -0
  567. package/lib/ui-kit/Checkbox/Checkbox.js +1 -1
  568. package/lib/ui-kit/Checkbox/Checkbox.js.map +1 -1
  569. package/lib/ui-kit/Foldable/Foldable.d.ts +1 -0
  570. package/lib/ui-kit/Foldable/Foldable.js +2 -2
  571. package/lib/ui-kit/Foldable/Foldable.js.map +1 -1
  572. package/lib/ui-kit/Foldable/FoldablePartProps.d.ts +1 -1
  573. package/lib/ui-kit/HeaderItem/HeaderItem.js +5 -17
  574. package/lib/ui-kit/HeaderItem/HeaderItem.js.map +1 -1
  575. package/lib/ui-kit/HeaderItem/HeaderItem.mobile.js +8 -17
  576. package/lib/ui-kit/HeaderItem/HeaderItem.mobile.js.map +1 -1
  577. package/lib/ui-kit/Heading/Heading.js +2 -5
  578. package/lib/ui-kit/Heading/Heading.js.map +1 -1
  579. package/lib/ui-kit/Icon/Icon.js +3 -8
  580. package/lib/ui-kit/Icon/Icon.js.map +1 -1
  581. package/lib/ui-kit/LinkButton/LinkButton.js +2 -2
  582. package/lib/ui-kit/LinkButton/LinkButton.js.map +1 -1
  583. package/lib/ui-kit/List/List.fixture.d.ts +0 -2
  584. package/lib/ui-kit/List/List.js +1 -12
  585. package/lib/ui-kit/List/List.js.map +1 -1
  586. package/lib/ui-kit/List/ListItem.d.ts +1 -2
  587. package/lib/ui-kit/List/ListItem.js +1 -8
  588. package/lib/ui-kit/List/ListItem.js.map +1 -1
  589. package/lib/ui-kit/List/ListProps.d.ts +0 -6
  590. package/lib/ui-kit/Location/Location.js +1 -1
  591. package/lib/ui-kit/Location/Location.js.map +1 -1
  592. package/lib/ui-kit/Paragraph/Paragraph.js +1 -1
  593. package/lib/ui-kit/Paragraph/Paragraph.js.map +1 -1
  594. package/lib/ui-kit/SwipeListControl/SwipeListContainer.js +8 -3
  595. package/lib/ui-kit/SwipeListControl/SwipeListContainer.js.map +1 -1
  596. package/lib/ui-kit/SwipeListControl/SwipeListControl.fixture.d.ts +12 -0
  597. package/lib/ui-kit/Text/Text.js +1 -1
  598. package/lib/ui-kit/Text/Text.js.map +1 -1
  599. package/lib/ui-kit/Text/TextProps.d.ts +2 -1
  600. package/lib/ui-kit/TopItem/TopItem.d.ts +0 -2
  601. package/lib/ui-kit/TopItem/TopItem.js +9 -18
  602. package/lib/ui-kit/TopItem/TopItem.js.map +1 -1
  603. package/lib/utils/getColSpan.d.ts +1 -1
  604. package/lib/utils/getColSpan.js +1 -1
  605. package/lib/utils/getColSpan.js.map +1 -1
  606. package/lib/utils/style.d.ts +3 -1
  607. package/lib/utils/style.js +4 -1
  608. package/lib/utils/style.js.map +1 -1
  609. package/mobile/bundle/bundle.umd.js +155 -164
  610. package/mobile/bundle/bundle.umd.min.js +1 -1
  611. package/mobile/bundle/components/BaseTile/BaseTile.d.ts +1 -4
  612. package/mobile/bundle/components/BaseTile/BaseTileProps.d.ts +3 -4
  613. package/mobile/bundle/components/Calculator/BonusCalculatorForm.d.ts +1 -1
  614. package/mobile/bundle/components/Calculator/CreditCalculatorForm.d.ts +1 -1
  615. package/mobile/bundle/components/Carousel/CarouselContent.d.ts +2 -0
  616. package/mobile/bundle/components/CarouselCard/CarouselCardContent.d.ts +1 -1
  617. package/mobile/bundle/components/CarouselCatalogCard/CarouselCatalogCard.d.ts +2 -4
  618. package/mobile/bundle/components/CarouselProductCard/CarouselProductCardContent.d.ts +3 -3
  619. package/mobile/bundle/components/CarouselRecommendationCard/CarouselRecommendationCard.d.ts +1 -1
  620. package/mobile/bundle/components/CarouselRecommendationCard/CarouselRecommendationCardContent.d.ts +0 -2
  621. package/mobile/bundle/components/CarouselTariffsCard/CarouselTariffsCard.d.ts +1 -1
  622. package/mobile/bundle/components/Footer/MediaButton.d.ts +2 -2
  623. package/mobile/bundle/components/Footer/SocialMedia.d.ts +0 -2
  624. package/mobile/bundle/components/Gallery/GalleryContainer.d.ts +1 -1
  625. package/mobile/bundle/components/Gallery/GalleryInner.d.ts +1 -1
  626. package/mobile/bundle/components/Header/DropdownMenu.d.ts +0 -2
  627. package/mobile/bundle/components/Header/HeaderSecondaryMenu.d.ts +2 -2
  628. package/mobile/bundle/components/Header/HeaderSubMenu.d.ts +0 -2
  629. package/mobile/bundle/components/Header/HeaderSubMenuItem.d.ts +0 -2
  630. package/mobile/bundle/components/Headline/HeadlineContent.d.ts +0 -2
  631. package/mobile/bundle/components/HorizontalLayout/HorizontalLayoutContent.d.ts +0 -2
  632. package/mobile/bundle/components/HorizontalLayout/gapStyles.d.ts +2 -0
  633. package/mobile/bundle/components/ParagraphBlock/ParagraphBlockContent.d.ts +5 -2
  634. package/mobile/bundle/components/ProductGallery/ProductGalleryContent.d.ts +1 -0
  635. package/mobile/bundle/components/ProductTile/renderAdditionalDescription.d.ts +1 -2
  636. package/mobile/bundle/components/ProductTile/renderBenefit.d.ts +1 -2
  637. package/mobile/bundle/components/Recommendation/RecommendationCard.d.ts +2 -4
  638. package/mobile/bundle/components/StepsBlock/StepsBlockStyleMaps.d.ts +0 -2
  639. package/mobile/bundle/components/Tabs/tabItemClasses.d.ts +2 -2
  640. package/mobile/bundle/components/Tile/Tile.d.ts +0 -1
  641. package/mobile/bundle/components/VerticalLayout/VerticalLayoutContent.d.ts +3 -7
  642. package/mobile/bundle/components/Video/getPaddings.d.ts +1 -1
  643. package/mobile/bundle/icons/IconName.d.ts +6 -4
  644. package/mobile/bundle/model/BlockVersion.d.ts +6 -20
  645. package/mobile/bundle/model/ButtonVersion.d.ts +3 -3
  646. package/mobile/bundle/model/JSXBlock.d.ts +2 -0
  647. package/mobile/bundle/ui-kit/BlockWrapper.d.ts +2 -0
  648. package/mobile/bundle/ui-kit/Button/renderButtonsSection.d.ts +9 -0
  649. package/mobile/bundle/ui-kit/Foldable/Foldable.d.ts +1 -0
  650. package/mobile/bundle/ui-kit/Foldable/FoldablePartProps.d.ts +1 -1
  651. package/mobile/bundle/ui-kit/List/ListItem.d.ts +1 -2
  652. package/mobile/bundle/ui-kit/List/ListProps.d.ts +0 -6
  653. package/mobile/bundle/ui-kit/Text/TextProps.d.ts +2 -1
  654. package/mobile/bundle/ui-kit/TopItem/TopItem.d.ts +0 -2
  655. package/mobile/bundle/utils/getColSpan.d.ts +1 -1
  656. package/mobile/bundle/utils/style.d.ts +3 -1
  657. package/mobile/dist/BlockRenderer/renderBlock.js +4 -3
  658. package/mobile/dist/BlockRenderer/renderBlock.js.map +1 -1
  659. package/mobile/dist/components/Accordion/Accordion.js +1 -1
  660. package/mobile/dist/components/Accordion/Accordion.js.map +1 -1
  661. package/mobile/dist/components/BaseTile/BaseTile.d.ts +1 -4
  662. package/mobile/dist/components/BaseTile/BaseTile.js.map +1 -1
  663. package/mobile/dist/components/BaseTile/BaseTileProps.d.ts +3 -4
  664. package/mobile/dist/components/BenefitsBlock/BenefitsBlock.js +5 -19
  665. package/mobile/dist/components/BenefitsBlock/BenefitsBlock.js.map +1 -1
  666. package/mobile/dist/components/Bonus/Bonus.js +5 -7
  667. package/mobile/dist/components/Bonus/Bonus.js.map +1 -1
  668. package/mobile/dist/components/BonusBenefitsBlock/BonusBenefitsBlock.js +1 -1
  669. package/mobile/dist/components/BonusBenefitsBlock/BonusBenefitsBlock.js.map +1 -1
  670. package/mobile/dist/components/BusinessBlock/BusinessBlock.js +1 -1
  671. package/mobile/dist/components/BusinessBlock/BusinessBlock.js.map +1 -1
  672. package/mobile/dist/components/BusinessBlock/BusinessCard.js +2 -2
  673. package/mobile/dist/components/BusinessBlock/BusinessCard.js.map +1 -1
  674. package/mobile/dist/components/ButtonBlock/ButtonBlock.js +2 -5
  675. package/mobile/dist/components/ButtonBlock/ButtonBlock.js.map +1 -1
  676. package/mobile/dist/components/Calculator/BonusCalculatorForm.d.ts +1 -1
  677. package/mobile/dist/components/Calculator/BonusCalculatorForm.js +2 -2
  678. package/mobile/dist/components/Calculator/BonusCalculatorForm.js.map +1 -1
  679. package/mobile/dist/components/Calculator/Calculator.js +1 -1
  680. package/mobile/dist/components/Calculator/Calculator.js.map +1 -1
  681. package/mobile/dist/components/Calculator/CreditCalculatorForm.d.ts +1 -1
  682. package/mobile/dist/components/Calculator/CreditCalculatorForm.js +2 -2
  683. package/mobile/dist/components/Calculator/CreditCalculatorForm.js.map +1 -1
  684. package/mobile/dist/components/Calculator/DepositCalculatorForm.js +2 -2
  685. package/mobile/dist/components/Calculator/DepositCalculatorForm.js.map +1 -1
  686. package/mobile/dist/components/CardTransfer/CardTransfer.js +1 -1
  687. package/mobile/dist/components/CardTransfer/CardTransfer.js.map +1 -1
  688. package/mobile/dist/components/Carousel/Carousel.js +5 -3
  689. package/mobile/dist/components/Carousel/Carousel.js.map +1 -1
  690. package/mobile/dist/components/Carousel/CarouselContent.d.ts +2 -0
  691. package/mobile/dist/components/CarouselCard/CarouselCard.js +2 -2
  692. package/mobile/dist/components/CarouselCard/CarouselCard.js.map +1 -1
  693. package/mobile/dist/components/CarouselCard/CarouselCardContent.d.ts +1 -1
  694. package/mobile/dist/components/CarouselCatalogCard/CarouselCatalogCard.d.ts +2 -4
  695. package/mobile/dist/components/CarouselCatalogCard/CarouselCatalogCard.js +3 -3
  696. package/mobile/dist/components/CarouselCatalogCard/CarouselCatalogCard.js.map +1 -1
  697. package/mobile/dist/components/CarouselInvestmentCard/CarouselInvestmentCard.js +6 -9
  698. package/mobile/dist/components/CarouselInvestmentCard/CarouselInvestmentCard.js.map +1 -1
  699. package/mobile/dist/components/CarouselLinks/CarouselLinks.js +3 -3
  700. package/mobile/dist/components/CarouselLinks/CarouselLinks.js.map +1 -1
  701. package/mobile/dist/components/CarouselProductCard/CarouselProductCard.js +8 -19
  702. package/mobile/dist/components/CarouselProductCard/CarouselProductCard.js.map +1 -1
  703. package/mobile/dist/components/CarouselProductCard/CarouselProductCardContent.d.ts +3 -3
  704. package/mobile/dist/components/CarouselProgramsCard/CarouselProgramsCard.js +1 -2
  705. package/mobile/dist/components/CarouselProgramsCard/CarouselProgramsCard.js.map +1 -1
  706. package/mobile/dist/components/CarouselRecommendationCard/CarouselRecommendationCard.d.ts +1 -1
  707. package/mobile/dist/components/CarouselRecommendationCard/CarouselRecommendationCard.js +7 -11
  708. package/mobile/dist/components/CarouselRecommendationCard/CarouselRecommendationCard.js.map +1 -1
  709. package/mobile/dist/components/CarouselRecommendationCard/CarouselRecommendationCardContent.d.ts +0 -2
  710. package/mobile/dist/components/CarouselTariffsCard/CarouselTariffsCard.d.ts +1 -1
  711. package/mobile/dist/components/CarouselTariffsCard/CarouselTariffsCard.js +3 -4
  712. package/mobile/dist/components/CarouselTariffsCard/CarouselTariffsCard.js.map +1 -1
  713. package/mobile/dist/components/Catalog/Catalog.js +1 -1
  714. package/mobile/dist/components/Catalog/Catalog.js.map +1 -1
  715. package/mobile/dist/components/Catalog/CatalogCard.js +2 -2
  716. package/mobile/dist/components/Catalog/CatalogCard.js.map +1 -1
  717. package/mobile/dist/components/ContactsBlock/ContactsBlock.js +3 -4
  718. package/mobile/dist/components/ContactsBlock/ContactsBlock.js.map +1 -1
  719. package/mobile/dist/components/ContentPage/ContentPage.js +2 -2
  720. package/mobile/dist/components/ContentPage/ContentPage.js.map +1 -1
  721. package/mobile/dist/components/ExchangeRateTile/ExchangeRateTile.js +1 -1
  722. package/mobile/dist/components/ExchangeRateTile/ExchangeRateTile.js.map +1 -1
  723. package/mobile/dist/components/Footer/MediaButton.d.ts +2 -2
  724. package/mobile/dist/components/Footer/MediaButton.js +12 -13
  725. package/mobile/dist/components/Footer/MediaButton.js.map +1 -1
  726. package/mobile/dist/components/Footer/SocialMedia.d.ts +0 -2
  727. package/mobile/dist/components/Footer/SocialMedia.js +1 -1
  728. package/mobile/dist/components/Footer/SocialMedia.js.map +1 -1
  729. package/mobile/dist/components/Gallery/Gallery.js +6 -7
  730. package/mobile/dist/components/Gallery/Gallery.js.map +1 -1
  731. package/mobile/dist/components/Gallery/GalleryCardInner.js +8 -11
  732. package/mobile/dist/components/Gallery/GalleryCardInner.js.map +1 -1
  733. package/mobile/dist/components/Gallery/GalleryContainer.d.ts +1 -1
  734. package/mobile/dist/components/Gallery/GalleryContainer.js +5 -4
  735. package/mobile/dist/components/Gallery/GalleryContainer.js.map +1 -1
  736. package/mobile/dist/components/Gallery/GalleryInner.d.ts +1 -1
  737. package/mobile/dist/components/Gallery/GalleryInner.js +5 -5
  738. package/mobile/dist/components/Gallery/GalleryInner.js.map +1 -1
  739. package/mobile/dist/components/GracePeriod/GracePeriod.js +1 -1
  740. package/mobile/dist/components/GracePeriod/GracePeriod.js.map +1 -1
  741. package/mobile/dist/components/Header/DropdownMenu.d.ts +0 -2
  742. package/mobile/dist/components/Header/DropdownMenu.js +4 -7
  743. package/mobile/dist/components/Header/DropdownMenu.js.map +1 -1
  744. package/mobile/dist/components/Header/Header.js +7 -2
  745. package/mobile/dist/components/Header/Header.js.map +1 -1
  746. package/mobile/dist/components/Header/HeaderSecondaryMenu.d.ts +2 -2
  747. package/mobile/dist/components/Header/HeaderSecondaryMenu.js +7 -18
  748. package/mobile/dist/components/Header/HeaderSecondaryMenu.js.map +1 -1
  749. package/mobile/dist/components/Header/HeaderSubMenu.d.ts +0 -2
  750. package/mobile/dist/components/Header/HeaderSubMenu.js +2 -2
  751. package/mobile/dist/components/Header/HeaderSubMenu.js.map +1 -1
  752. package/mobile/dist/components/Header/HeaderSubMenuItem.d.ts +0 -2
  753. package/mobile/dist/components/Header/HeaderSubMenuItem.js +2 -2
  754. package/mobile/dist/components/Header/HeaderSubMenuItem.js.map +1 -1
  755. package/mobile/dist/components/Header/HeaderTop.js +1 -1
  756. package/mobile/dist/components/Header/HeaderTop.js.map +1 -1
  757. package/mobile/dist/components/Headline/Headline.js +6 -5
  758. package/mobile/dist/components/Headline/Headline.js.map +1 -1
  759. package/mobile/dist/components/Headline/HeadlineContent.d.ts +0 -2
  760. package/mobile/dist/components/HorizontalLayout/HorizontalLayout.js +3 -13
  761. package/mobile/dist/components/HorizontalLayout/HorizontalLayout.js.map +1 -1
  762. package/mobile/dist/components/HorizontalLayout/HorizontalLayoutContent.d.ts +0 -2
  763. package/mobile/dist/components/HorizontalLayout/gapStyles.d.ts +2 -0
  764. package/mobile/dist/components/HorizontalLayout/gapStyles.js +12 -0
  765. package/mobile/dist/components/HorizontalLayout/gapStyles.js.map +1 -0
  766. package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlock.js +1 -1
  767. package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlock.js.map +1 -1
  768. package/mobile/dist/components/InvestmentInfo/InvestmentInfo.js +1 -1
  769. package/mobile/dist/components/InvestmentInfo/InvestmentInfo.js.map +1 -1
  770. package/mobile/dist/components/LinkDocs/LinkDocs.js +3 -1
  771. package/mobile/dist/components/LinkDocs/LinkDocs.js.map +1 -1
  772. package/mobile/dist/components/LinkDocs/LinkDocsList.js +1 -1
  773. package/mobile/dist/components/LinkDocs/LinkDocsList.js.map +1 -1
  774. package/mobile/dist/components/LinkList/LinkList.js +1 -1
  775. package/mobile/dist/components/LinkList/LinkList.js.map +1 -1
  776. package/mobile/dist/components/MiniGallery/MiniGallery.js +1 -1
  777. package/mobile/dist/components/MiniGallery/MiniGallery.js.map +1 -1
  778. package/mobile/dist/components/OfficeServicesBlock/OfficeServicesBlock.js +1 -1
  779. package/mobile/dist/components/OfficeServicesBlock/OfficeServicesBlock.js.map +1 -1
  780. package/mobile/dist/components/ParagraphBlock/ParagraphBlock.js +1 -4
  781. package/mobile/dist/components/ParagraphBlock/ParagraphBlock.js.map +1 -1
  782. package/mobile/dist/components/ParagraphBlock/ParagraphBlockContent.d.ts +5 -2
  783. package/mobile/dist/components/PictureText/PictureText.js +1 -2
  784. package/mobile/dist/components/PictureText/PictureText.js.map +1 -1
  785. package/mobile/dist/components/Placeholder/Placeholder.js +2 -1
  786. package/mobile/dist/components/Placeholder/Placeholder.js.map +1 -1
  787. package/mobile/dist/components/ProductBlock/ProductBlock.js +3 -3
  788. package/mobile/dist/components/ProductBlock/ProductBlock.js.map +1 -1
  789. package/mobile/dist/components/ProductBlock/ProductBlockInner.js +5 -9
  790. package/mobile/dist/components/ProductBlock/ProductBlockInner.js.map +1 -1
  791. package/mobile/dist/components/ProductGallery/ProductGallery.js +7 -20
  792. package/mobile/dist/components/ProductGallery/ProductGallery.js.map +1 -1
  793. package/mobile/dist/components/ProductGallery/ProductGalleryContent.d.ts +1 -0
  794. package/mobile/dist/components/ProductTile/ProductTile.js +5 -6
  795. package/mobile/dist/components/ProductTile/ProductTile.js.map +1 -1
  796. package/mobile/dist/components/ProductTile/renderAdditionalDescription.d.ts +1 -2
  797. package/mobile/dist/components/ProductTile/renderAdditionalDescription.js +2 -6
  798. package/mobile/dist/components/ProductTile/renderAdditionalDescription.js.map +1 -1
  799. package/mobile/dist/components/ProductTile/renderBenefit.d.ts +1 -2
  800. package/mobile/dist/components/ProductTile/renderBenefit.js +2 -6
  801. package/mobile/dist/components/ProductTile/renderBenefit.js.map +1 -1
  802. package/mobile/dist/components/PromoTile/PromoTile.js +3 -3
  803. package/mobile/dist/components/PromoTile/PromoTile.js.map +1 -1
  804. package/mobile/dist/components/Recommendation/Recommendation.js +2 -4
  805. package/mobile/dist/components/Recommendation/Recommendation.js.map +1 -1
  806. package/mobile/dist/components/Recommendation/RecommendationCard.d.ts +2 -4
  807. package/mobile/dist/components/Recommendation/RecommendationCard.js +4 -3
  808. package/mobile/dist/components/Recommendation/RecommendationCard.js.map +1 -1
  809. package/mobile/dist/components/RollupItem/RollupItem.js +7 -15
  810. package/mobile/dist/components/RollupItem/RollupItem.js.map +1 -1
  811. package/mobile/dist/components/SafeDepositRental/SafeDepositRental.js +1 -1
  812. package/mobile/dist/components/SafeDepositRental/SafeDepositRental.js.map +1 -1
  813. package/mobile/dist/components/StepsBlock/StepsBlock.js +4 -4
  814. package/mobile/dist/components/StepsBlock/StepsBlock.js.map +1 -1
  815. package/mobile/dist/components/StepsBlock/StepsBlockStyleMaps.d.ts +0 -2
  816. package/mobile/dist/components/StepsBlock/StepsBlockStyleMaps.js +23 -4
  817. package/mobile/dist/components/StepsBlock/StepsBlockStyleMaps.js.map +1 -1
  818. package/mobile/dist/components/StepsBlock/renderStepContent.js +2 -7
  819. package/mobile/dist/components/StepsBlock/renderStepContent.js.map +1 -1
  820. package/mobile/dist/components/Tabs/renderGroupTab.js +1 -1
  821. package/mobile/dist/components/Tabs/renderGroupTab.js.map +1 -1
  822. package/mobile/dist/components/Tabs/tabItemClasses.d.ts +2 -2
  823. package/mobile/dist/components/Tabs/tabItemClasses.js +2 -2
  824. package/mobile/dist/components/Tabs/tabItemClasses.js.map +1 -1
  825. package/mobile/dist/components/TariffsTable/EmbeddableCellData.js +6 -7
  826. package/mobile/dist/components/TariffsTable/EmbeddableCellData.js.map +1 -1
  827. package/mobile/dist/components/TextBlock/TextBlock.js +1 -2
  828. package/mobile/dist/components/TextBlock/TextBlock.js.map +1 -1
  829. package/mobile/dist/components/Tile/Tile.d.ts +0 -1
  830. package/mobile/dist/components/Tile/Tile.js +5 -10
  831. package/mobile/dist/components/Tile/Tile.js.map +1 -1
  832. package/mobile/dist/components/VerticalLayout/VerticalLayout.js +4 -15
  833. package/mobile/dist/components/VerticalLayout/VerticalLayout.js.map +1 -1
  834. package/mobile/dist/components/VerticalLayout/VerticalLayoutContent.d.ts +3 -7
  835. package/mobile/dist/components/Video/Video.js +2 -4
  836. package/mobile/dist/components/Video/Video.js.map +1 -1
  837. package/mobile/dist/components/Video/getPaddings.d.ts +1 -1
  838. package/mobile/dist/components/Video/getPaddings.js.map +1 -1
  839. package/mobile/dist/icons/IconName.d.ts +6 -4
  840. package/mobile/dist/icons/IconName.js +2 -0
  841. package/mobile/dist/icons/IconName.js.map +1 -1
  842. package/mobile/dist/model/BlockVersion.d.ts +6 -20
  843. package/mobile/dist/model/BlockVersion.js +0 -33
  844. package/mobile/dist/model/BlockVersion.js.map +1 -1
  845. package/mobile/dist/model/ButtonVersion.d.ts +3 -3
  846. package/mobile/dist/model/JSXBlock.d.ts +2 -0
  847. package/mobile/dist/ui-kit/BenefitItem/BenefitItem.js +1 -9
  848. package/mobile/dist/ui-kit/BenefitItem/BenefitItem.js.map +1 -1
  849. package/mobile/dist/ui-kit/BlockWrapper.d.ts +2 -0
  850. package/mobile/dist/ui-kit/BlockWrapper.js +11 -3
  851. package/mobile/dist/ui-kit/BlockWrapper.js.map +1 -1
  852. package/mobile/dist/ui-kit/Button/ArrowButton.js +2 -2
  853. package/mobile/dist/ui-kit/Button/ArrowButton.js.map +1 -1
  854. package/mobile/dist/ui-kit/Button/ButtonInner.js +1 -1
  855. package/mobile/dist/ui-kit/Button/ButtonInner.js.map +1 -1
  856. package/mobile/dist/ui-kit/Button/buttonClassNameConstants.js +9 -3
  857. package/mobile/dist/ui-kit/Button/buttonClassNameConstants.js.map +1 -1
  858. package/mobile/dist/ui-kit/Button/renderButtonsSection.d.ts +9 -0
  859. package/mobile/dist/ui-kit/Button/renderButtonsSection.js +16 -0
  860. package/mobile/dist/ui-kit/Button/renderButtonsSection.js.map +1 -0
  861. package/mobile/dist/ui-kit/Checkbox/Checkbox.js +1 -1
  862. package/mobile/dist/ui-kit/Checkbox/Checkbox.js.map +1 -1
  863. package/mobile/dist/ui-kit/Foldable/Foldable.d.ts +1 -0
  864. package/mobile/dist/ui-kit/Foldable/Foldable.js +2 -2
  865. package/mobile/dist/ui-kit/Foldable/Foldable.js.map +1 -1
  866. package/mobile/dist/ui-kit/Foldable/FoldablePartProps.d.ts +1 -1
  867. package/mobile/dist/ui-kit/HeaderItem/HeaderItem.js +8 -17
  868. package/mobile/dist/ui-kit/HeaderItem/HeaderItem.js.map +1 -1
  869. package/mobile/dist/ui-kit/Icon/Icon.js +3 -8
  870. package/mobile/dist/ui-kit/Icon/Icon.js.map +1 -1
  871. package/mobile/dist/ui-kit/LinkButton/LinkButton.js +2 -2
  872. package/mobile/dist/ui-kit/LinkButton/LinkButton.js.map +1 -1
  873. package/mobile/dist/ui-kit/List/List.js +1 -12
  874. package/mobile/dist/ui-kit/List/List.js.map +1 -1
  875. package/mobile/dist/ui-kit/List/ListItem.d.ts +1 -2
  876. package/mobile/dist/ui-kit/List/ListItem.js +1 -8
  877. package/mobile/dist/ui-kit/List/ListItem.js.map +1 -1
  878. package/mobile/dist/ui-kit/List/ListProps.d.ts +0 -6
  879. package/mobile/dist/ui-kit/Location/Location.js +1 -1
  880. package/mobile/dist/ui-kit/Location/Location.js.map +1 -1
  881. package/mobile/dist/ui-kit/Paragraph/Paragraph.js +1 -1
  882. package/mobile/dist/ui-kit/Paragraph/Paragraph.js.map +1 -1
  883. package/mobile/dist/ui-kit/SwipeListControl/SwipeListContainer.js +8 -3
  884. package/mobile/dist/ui-kit/SwipeListControl/SwipeListContainer.js.map +1 -1
  885. package/mobile/dist/ui-kit/Text/Text.js +1 -1
  886. package/mobile/dist/ui-kit/Text/Text.js.map +1 -1
  887. package/mobile/dist/ui-kit/Text/TextProps.d.ts +2 -1
  888. package/mobile/dist/ui-kit/TopItem/TopItem.d.ts +0 -2
  889. package/mobile/dist/ui-kit/TopItem/TopItem.js +9 -18
  890. package/mobile/dist/ui-kit/TopItem/TopItem.js.map +1 -1
  891. package/mobile/dist/utils/getColSpan.d.ts +1 -1
  892. package/mobile/dist/utils/getColSpan.js +1 -1
  893. package/mobile/dist/utils/getColSpan.js.map +1 -1
  894. package/mobile/dist/utils/style.d.ts +3 -1
  895. package/mobile/dist/utils/style.js +4 -1
  896. package/mobile/dist/utils/style.js.map +1 -1
  897. package/mobile/lib/BlockRenderer/renderBlock.js +4 -3
  898. package/mobile/lib/BlockRenderer/renderBlock.js.map +1 -1
  899. package/mobile/lib/components/Accordion/Accordion.js +1 -1
  900. package/mobile/lib/components/Accordion/Accordion.js.map +1 -1
  901. package/mobile/lib/components/BaseTile/BaseTile.d.ts +1 -4
  902. package/mobile/lib/components/BaseTile/BaseTile.js.map +1 -1
  903. package/mobile/lib/components/BaseTile/BaseTileProps.d.ts +3 -4
  904. package/mobile/lib/components/BenefitsBlock/BenefitsBlock.js +5 -19
  905. package/mobile/lib/components/BenefitsBlock/BenefitsBlock.js.map +1 -1
  906. package/mobile/lib/components/Bonus/Bonus.js +5 -7
  907. package/mobile/lib/components/Bonus/Bonus.js.map +1 -1
  908. package/mobile/lib/components/BonusBenefitsBlock/BonusBenefitsBlock.js +1 -1
  909. package/mobile/lib/components/BonusBenefitsBlock/BonusBenefitsBlock.js.map +1 -1
  910. package/mobile/lib/components/BusinessBlock/BusinessBlock.js +1 -1
  911. package/mobile/lib/components/BusinessBlock/BusinessBlock.js.map +1 -1
  912. package/mobile/lib/components/BusinessBlock/BusinessCard.js +2 -2
  913. package/mobile/lib/components/BusinessBlock/BusinessCard.js.map +1 -1
  914. package/mobile/lib/components/ButtonBlock/ButtonBlock.js +2 -5
  915. package/mobile/lib/components/ButtonBlock/ButtonBlock.js.map +1 -1
  916. package/mobile/lib/components/Calculator/BonusCalculatorForm.d.ts +1 -1
  917. package/mobile/lib/components/Calculator/BonusCalculatorForm.js +2 -2
  918. package/mobile/lib/components/Calculator/BonusCalculatorForm.js.map +1 -1
  919. package/mobile/lib/components/Calculator/Calculator.js +1 -1
  920. package/mobile/lib/components/Calculator/Calculator.js.map +1 -1
  921. package/mobile/lib/components/Calculator/CreditCalculatorForm.d.ts +1 -1
  922. package/mobile/lib/components/Calculator/CreditCalculatorForm.js +2 -2
  923. package/mobile/lib/components/Calculator/CreditCalculatorForm.js.map +1 -1
  924. package/mobile/lib/components/Calculator/DepositCalculatorForm.js +2 -2
  925. package/mobile/lib/components/Calculator/DepositCalculatorForm.js.map +1 -1
  926. package/mobile/lib/components/CardTransfer/CardTransfer.js +1 -1
  927. package/mobile/lib/components/CardTransfer/CardTransfer.js.map +1 -1
  928. package/mobile/lib/components/Carousel/Carousel.js +5 -3
  929. package/mobile/lib/components/Carousel/Carousel.js.map +1 -1
  930. package/mobile/lib/components/Carousel/CarouselContent.d.ts +2 -0
  931. package/mobile/lib/components/CarouselCard/CarouselCard.js +2 -2
  932. package/mobile/lib/components/CarouselCard/CarouselCard.js.map +1 -1
  933. package/mobile/lib/components/CarouselCard/CarouselCardContent.d.ts +1 -1
  934. package/mobile/lib/components/CarouselCatalogCard/CarouselCatalogCard.d.ts +2 -4
  935. package/mobile/lib/components/CarouselCatalogCard/CarouselCatalogCard.js +3 -3
  936. package/mobile/lib/components/CarouselCatalogCard/CarouselCatalogCard.js.map +1 -1
  937. package/mobile/lib/components/CarouselInvestmentCard/CarouselInvestmentCard.js +6 -9
  938. package/mobile/lib/components/CarouselInvestmentCard/CarouselInvestmentCard.js.map +1 -1
  939. package/mobile/lib/components/CarouselLinks/CarouselLinks.js +3 -3
  940. package/mobile/lib/components/CarouselLinks/CarouselLinks.js.map +1 -1
  941. package/mobile/lib/components/CarouselProductCard/CarouselProductCard.js +8 -19
  942. package/mobile/lib/components/CarouselProductCard/CarouselProductCard.js.map +1 -1
  943. package/mobile/lib/components/CarouselProductCard/CarouselProductCardContent.d.ts +3 -3
  944. package/mobile/lib/components/CarouselProgramsCard/CarouselProgramsCard.js +1 -2
  945. package/mobile/lib/components/CarouselProgramsCard/CarouselProgramsCard.js.map +1 -1
  946. package/mobile/lib/components/CarouselRecommendationCard/CarouselRecommendationCard.d.ts +1 -1
  947. package/mobile/lib/components/CarouselRecommendationCard/CarouselRecommendationCard.js +7 -11
  948. package/mobile/lib/components/CarouselRecommendationCard/CarouselRecommendationCard.js.map +1 -1
  949. package/mobile/lib/components/CarouselRecommendationCard/CarouselRecommendationCardContent.d.ts +0 -2
  950. package/mobile/lib/components/CarouselTariffsCard/CarouselTariffsCard.d.ts +1 -1
  951. package/mobile/lib/components/CarouselTariffsCard/CarouselTariffsCard.js +3 -4
  952. package/mobile/lib/components/CarouselTariffsCard/CarouselTariffsCard.js.map +1 -1
  953. package/mobile/lib/components/Catalog/Catalog.js +1 -1
  954. package/mobile/lib/components/Catalog/Catalog.js.map +1 -1
  955. package/mobile/lib/components/Catalog/CatalogCard.js +2 -2
  956. package/mobile/lib/components/Catalog/CatalogCard.js.map +1 -1
  957. package/mobile/lib/components/ContactsBlock/ContactsBlock.js +3 -4
  958. package/mobile/lib/components/ContactsBlock/ContactsBlock.js.map +1 -1
  959. package/mobile/lib/components/ContentPage/ContentPage.js +2 -2
  960. package/mobile/lib/components/ContentPage/ContentPage.js.map +1 -1
  961. package/mobile/lib/components/ExchangeRateTile/ExchangeRateTile.js +1 -1
  962. package/mobile/lib/components/ExchangeRateTile/ExchangeRateTile.js.map +1 -1
  963. package/mobile/lib/components/Footer/MediaButton.d.ts +2 -2
  964. package/mobile/lib/components/Footer/MediaButton.js +12 -13
  965. package/mobile/lib/components/Footer/MediaButton.js.map +1 -1
  966. package/mobile/lib/components/Footer/SocialMedia.d.ts +0 -2
  967. package/mobile/lib/components/Footer/SocialMedia.js +1 -1
  968. package/mobile/lib/components/Footer/SocialMedia.js.map +1 -1
  969. package/mobile/lib/components/Gallery/Gallery.js +6 -7
  970. package/mobile/lib/components/Gallery/Gallery.js.map +1 -1
  971. package/mobile/lib/components/Gallery/GalleryCardInner.js +8 -11
  972. package/mobile/lib/components/Gallery/GalleryCardInner.js.map +1 -1
  973. package/mobile/lib/components/Gallery/GalleryContainer.d.ts +1 -1
  974. package/mobile/lib/components/Gallery/GalleryContainer.js +5 -4
  975. package/mobile/lib/components/Gallery/GalleryContainer.js.map +1 -1
  976. package/mobile/lib/components/Gallery/GalleryInner.d.ts +1 -1
  977. package/mobile/lib/components/Gallery/GalleryInner.js +5 -5
  978. package/mobile/lib/components/Gallery/GalleryInner.js.map +1 -1
  979. package/mobile/lib/components/GracePeriod/GracePeriod.js +1 -1
  980. package/mobile/lib/components/GracePeriod/GracePeriod.js.map +1 -1
  981. package/mobile/lib/components/Header/DropdownMenu.d.ts +0 -2
  982. package/mobile/lib/components/Header/DropdownMenu.js +4 -7
  983. package/mobile/lib/components/Header/DropdownMenu.js.map +1 -1
  984. package/mobile/lib/components/Header/Header.js +7 -2
  985. package/mobile/lib/components/Header/Header.js.map +1 -1
  986. package/mobile/lib/components/Header/HeaderSecondaryMenu.d.ts +2 -2
  987. package/mobile/lib/components/Header/HeaderSecondaryMenu.js +8 -19
  988. package/mobile/lib/components/Header/HeaderSecondaryMenu.js.map +1 -1
  989. package/mobile/lib/components/Header/HeaderSubMenu.d.ts +0 -2
  990. package/mobile/lib/components/Header/HeaderSubMenu.js +2 -2
  991. package/mobile/lib/components/Header/HeaderSubMenu.js.map +1 -1
  992. package/mobile/lib/components/Header/HeaderSubMenuItem.d.ts +0 -2
  993. package/mobile/lib/components/Header/HeaderSubMenuItem.js +2 -2
  994. package/mobile/lib/components/Header/HeaderSubMenuItem.js.map +1 -1
  995. package/mobile/lib/components/Header/HeaderTop.js +1 -1
  996. package/mobile/lib/components/Header/HeaderTop.js.map +1 -1
  997. package/mobile/lib/components/Headline/Headline.js +6 -5
  998. package/mobile/lib/components/Headline/Headline.js.map +1 -1
  999. package/mobile/lib/components/Headline/HeadlineContent.d.ts +0 -2
  1000. package/mobile/lib/components/HorizontalLayout/HorizontalLayout.js +3 -13
  1001. package/mobile/lib/components/HorizontalLayout/HorizontalLayout.js.map +1 -1
  1002. package/mobile/lib/components/HorizontalLayout/HorizontalLayoutContent.d.ts +0 -2
  1003. package/mobile/lib/components/HorizontalLayout/gapStyles.d.ts +2 -0
  1004. package/mobile/lib/components/HorizontalLayout/gapStyles.js +10 -0
  1005. package/mobile/lib/components/HorizontalLayout/gapStyles.js.map +1 -0
  1006. package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlock.js +1 -1
  1007. package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlock.js.map +1 -1
  1008. package/mobile/lib/components/InvestmentInfo/InvestmentInfo.js +1 -1
  1009. package/mobile/lib/components/InvestmentInfo/InvestmentInfo.js.map +1 -1
  1010. package/mobile/lib/components/LinkDocs/LinkDocs.js +3 -1
  1011. package/mobile/lib/components/LinkDocs/LinkDocs.js.map +1 -1
  1012. package/mobile/lib/components/LinkDocs/LinkDocsList.js +1 -1
  1013. package/mobile/lib/components/LinkDocs/LinkDocsList.js.map +1 -1
  1014. package/mobile/lib/components/LinkList/LinkList.js +1 -1
  1015. package/mobile/lib/components/LinkList/LinkList.js.map +1 -1
  1016. package/mobile/lib/components/MiniGallery/MiniGallery.js +1 -1
  1017. package/mobile/lib/components/MiniGallery/MiniGallery.js.map +1 -1
  1018. package/mobile/lib/components/OfficeServicesBlock/OfficeServicesBlock.js +1 -1
  1019. package/mobile/lib/components/OfficeServicesBlock/OfficeServicesBlock.js.map +1 -1
  1020. package/mobile/lib/components/ParagraphBlock/ParagraphBlock.js +1 -4
  1021. package/mobile/lib/components/ParagraphBlock/ParagraphBlock.js.map +1 -1
  1022. package/mobile/lib/components/ParagraphBlock/ParagraphBlockContent.d.ts +5 -2
  1023. package/mobile/lib/components/PictureText/PictureText.js +1 -2
  1024. package/mobile/lib/components/PictureText/PictureText.js.map +1 -1
  1025. package/mobile/lib/components/Placeholder/Placeholder.js +2 -1
  1026. package/mobile/lib/components/Placeholder/Placeholder.js.map +1 -1
  1027. package/mobile/lib/components/ProductBlock/ProductBlock.js +3 -3
  1028. package/mobile/lib/components/ProductBlock/ProductBlock.js.map +1 -1
  1029. package/mobile/lib/components/ProductBlock/ProductBlockInner.js +5 -9
  1030. package/mobile/lib/components/ProductBlock/ProductBlockInner.js.map +1 -1
  1031. package/mobile/lib/components/ProductGallery/ProductGallery.js +7 -20
  1032. package/mobile/lib/components/ProductGallery/ProductGallery.js.map +1 -1
  1033. package/mobile/lib/components/ProductGallery/ProductGalleryContent.d.ts +1 -0
  1034. package/mobile/lib/components/ProductTile/ProductTile.js +5 -6
  1035. package/mobile/lib/components/ProductTile/ProductTile.js.map +1 -1
  1036. package/mobile/lib/components/ProductTile/renderAdditionalDescription.d.ts +1 -2
  1037. package/mobile/lib/components/ProductTile/renderAdditionalDescription.js +2 -6
  1038. package/mobile/lib/components/ProductTile/renderAdditionalDescription.js.map +1 -1
  1039. package/mobile/lib/components/ProductTile/renderBenefit.d.ts +1 -2
  1040. package/mobile/lib/components/ProductTile/renderBenefit.js +2 -6
  1041. package/mobile/lib/components/ProductTile/renderBenefit.js.map +1 -1
  1042. package/mobile/lib/components/PromoTile/PromoTile.js +3 -3
  1043. package/mobile/lib/components/PromoTile/PromoTile.js.map +1 -1
  1044. package/mobile/lib/components/Recommendation/Recommendation.js +2 -4
  1045. package/mobile/lib/components/Recommendation/Recommendation.js.map +1 -1
  1046. package/mobile/lib/components/Recommendation/RecommendationCard.d.ts +2 -4
  1047. package/mobile/lib/components/Recommendation/RecommendationCard.js +4 -3
  1048. package/mobile/lib/components/Recommendation/RecommendationCard.js.map +1 -1
  1049. package/mobile/lib/components/RollupItem/RollupItem.js +7 -15
  1050. package/mobile/lib/components/RollupItem/RollupItem.js.map +1 -1
  1051. package/mobile/lib/components/SafeDepositRental/SafeDepositRental.js +1 -1
  1052. package/mobile/lib/components/SafeDepositRental/SafeDepositRental.js.map +1 -1
  1053. package/mobile/lib/components/StepsBlock/StepsBlock.js +4 -4
  1054. package/mobile/lib/components/StepsBlock/StepsBlock.js.map +1 -1
  1055. package/mobile/lib/components/StepsBlock/StepsBlockStyleMaps.d.ts +0 -2
  1056. package/mobile/lib/components/StepsBlock/StepsBlockStyleMaps.js +23 -4
  1057. package/mobile/lib/components/StepsBlock/StepsBlockStyleMaps.js.map +1 -1
  1058. package/mobile/lib/components/StepsBlock/renderStepContent.js +3 -8
  1059. package/mobile/lib/components/StepsBlock/renderStepContent.js.map +1 -1
  1060. package/mobile/lib/components/Tabs/renderGroupTab.js +1 -1
  1061. package/mobile/lib/components/Tabs/renderGroupTab.js.map +1 -1
  1062. package/mobile/lib/components/Tabs/tabItemClasses.d.ts +2 -2
  1063. package/mobile/lib/components/Tabs/tabItemClasses.js +2 -2
  1064. package/mobile/lib/components/Tabs/tabItemClasses.js.map +1 -1
  1065. package/mobile/lib/components/TariffsTable/EmbeddableCellData.js +6 -7
  1066. package/mobile/lib/components/TariffsTable/EmbeddableCellData.js.map +1 -1
  1067. package/mobile/lib/components/TextBlock/TextBlock.js +1 -2
  1068. package/mobile/lib/components/TextBlock/TextBlock.js.map +1 -1
  1069. package/mobile/lib/components/Tile/Tile.d.ts +0 -1
  1070. package/mobile/lib/components/Tile/Tile.js +5 -10
  1071. package/mobile/lib/components/Tile/Tile.js.map +1 -1
  1072. package/mobile/lib/components/VerticalLayout/VerticalLayout.js +4 -15
  1073. package/mobile/lib/components/VerticalLayout/VerticalLayout.js.map +1 -1
  1074. package/mobile/lib/components/VerticalLayout/VerticalLayoutContent.d.ts +3 -7
  1075. package/mobile/lib/components/Video/Video.js +2 -4
  1076. package/mobile/lib/components/Video/Video.js.map +1 -1
  1077. package/mobile/lib/components/Video/getPaddings.d.ts +1 -1
  1078. package/mobile/lib/components/Video/getPaddings.js.map +1 -1
  1079. package/mobile/lib/icons/IconName.d.ts +6 -4
  1080. package/mobile/lib/icons/IconName.js +2 -0
  1081. package/mobile/lib/icons/IconName.js.map +1 -1
  1082. package/mobile/lib/model/BlockVersion.d.ts +6 -20
  1083. package/mobile/lib/model/BlockVersion.js +1 -32
  1084. package/mobile/lib/model/BlockVersion.js.map +1 -1
  1085. package/mobile/lib/model/ButtonVersion.d.ts +3 -3
  1086. package/mobile/lib/model/JSXBlock.d.ts +2 -0
  1087. package/mobile/lib/ui-kit/BenefitItem/BenefitItem.js +1 -9
  1088. package/mobile/lib/ui-kit/BenefitItem/BenefitItem.js.map +1 -1
  1089. package/mobile/lib/ui-kit/BlockWrapper.d.ts +2 -0
  1090. package/mobile/lib/ui-kit/BlockWrapper.js +10 -2
  1091. package/mobile/lib/ui-kit/BlockWrapper.js.map +1 -1
  1092. package/mobile/lib/ui-kit/Button/ArrowButton.js +2 -2
  1093. package/mobile/lib/ui-kit/Button/ArrowButton.js.map +1 -1
  1094. package/mobile/lib/ui-kit/Button/ButtonInner.js +1 -1
  1095. package/mobile/lib/ui-kit/Button/ButtonInner.js.map +1 -1
  1096. package/mobile/lib/ui-kit/Button/buttonClassNameConstants.js +9 -3
  1097. package/mobile/lib/ui-kit/Button/buttonClassNameConstants.js.map +1 -1
  1098. package/mobile/lib/ui-kit/Button/renderButtonsSection.d.ts +9 -0
  1099. package/mobile/lib/ui-kit/Button/renderButtonsSection.js +13 -0
  1100. package/mobile/lib/ui-kit/Button/renderButtonsSection.js.map +1 -0
  1101. package/mobile/lib/ui-kit/Checkbox/Checkbox.js +1 -1
  1102. package/mobile/lib/ui-kit/Checkbox/Checkbox.js.map +1 -1
  1103. package/mobile/lib/ui-kit/Foldable/Foldable.d.ts +1 -0
  1104. package/mobile/lib/ui-kit/Foldable/Foldable.js +2 -2
  1105. package/mobile/lib/ui-kit/Foldable/Foldable.js.map +1 -1
  1106. package/mobile/lib/ui-kit/Foldable/FoldablePartProps.d.ts +1 -1
  1107. package/mobile/lib/ui-kit/HeaderItem/HeaderItem.js +8 -17
  1108. package/mobile/lib/ui-kit/HeaderItem/HeaderItem.js.map +1 -1
  1109. package/mobile/lib/ui-kit/Icon/Icon.js +3 -8
  1110. package/mobile/lib/ui-kit/Icon/Icon.js.map +1 -1
  1111. package/mobile/lib/ui-kit/LinkButton/LinkButton.js +2 -2
  1112. package/mobile/lib/ui-kit/LinkButton/LinkButton.js.map +1 -1
  1113. package/mobile/lib/ui-kit/List/List.js +1 -12
  1114. package/mobile/lib/ui-kit/List/List.js.map +1 -1
  1115. package/mobile/lib/ui-kit/List/ListItem.d.ts +1 -2
  1116. package/mobile/lib/ui-kit/List/ListItem.js +1 -8
  1117. package/mobile/lib/ui-kit/List/ListItem.js.map +1 -1
  1118. package/mobile/lib/ui-kit/List/ListProps.d.ts +0 -6
  1119. package/mobile/lib/ui-kit/Location/Location.js +1 -1
  1120. package/mobile/lib/ui-kit/Location/Location.js.map +1 -1
  1121. package/mobile/lib/ui-kit/Paragraph/Paragraph.js +1 -1
  1122. package/mobile/lib/ui-kit/Paragraph/Paragraph.js.map +1 -1
  1123. package/mobile/lib/ui-kit/SwipeListControl/SwipeListContainer.js +8 -3
  1124. package/mobile/lib/ui-kit/SwipeListControl/SwipeListContainer.js.map +1 -1
  1125. package/mobile/lib/ui-kit/Text/Text.js +1 -1
  1126. package/mobile/lib/ui-kit/Text/Text.js.map +1 -1
  1127. package/mobile/lib/ui-kit/Text/TextProps.d.ts +2 -1
  1128. package/mobile/lib/ui-kit/TopItem/TopItem.d.ts +0 -2
  1129. package/mobile/lib/ui-kit/TopItem/TopItem.js +9 -18
  1130. package/mobile/lib/ui-kit/TopItem/TopItem.js.map +1 -1
  1131. package/mobile/lib/utils/getColSpan.d.ts +1 -1
  1132. package/mobile/lib/utils/getColSpan.js +1 -1
  1133. package/mobile/lib/utils/getColSpan.js.map +1 -1
  1134. package/mobile/lib/utils/style.d.ts +3 -1
  1135. package/mobile/lib/utils/style.js +4 -1
  1136. package/mobile/lib/utils/style.js.map +1 -1
  1137. package/mobile/src/BlockRenderer/renderBlock.tsx +8 -3
  1138. package/mobile/src/components/Accordion/Accordion.tsx +1 -1
  1139. package/mobile/src/components/BaseTile/BaseTile.tsx +1 -5
  1140. package/mobile/src/components/BaseTile/BaseTileProps.ts +3 -4
  1141. package/mobile/src/components/BenefitsBlock/BenefitsBlock.tsx +18 -40
  1142. package/mobile/src/components/Bonus/Bonus.tsx +19 -27
  1143. package/mobile/src/components/BonusBenefitsBlock/BonusBenefitsBlock.tsx +1 -7
  1144. package/mobile/src/components/BusinessBlock/BusinessBlock.tsx +1 -1
  1145. package/mobile/src/components/BusinessBlock/BusinessCard.tsx +2 -2
  1146. package/mobile/src/components/ButtonBlock/ButtonBlock.tsx +4 -10
  1147. package/mobile/src/components/Calculator/BonusCalculatorForm.tsx +3 -3
  1148. package/mobile/src/components/Calculator/Calculator.tsx +1 -4
  1149. package/mobile/src/components/Calculator/CreditCalculatorForm.tsx +3 -3
  1150. package/mobile/src/components/Calculator/DepositCalculatorForm.tsx +2 -2
  1151. package/mobile/src/components/CardTransfer/CardTransfer.tsx +1 -4
  1152. package/mobile/src/components/Carousel/Carousel.example.json +2 -1
  1153. package/mobile/src/components/Carousel/Carousel.tsx +14 -3
  1154. package/mobile/src/components/Carousel/CarouselContent.ts +2 -0
  1155. package/mobile/src/components/CarouselCard/CarouselCard.tsx +6 -4
  1156. package/mobile/src/components/CarouselCard/CarouselCardContent.ts +1 -1
  1157. package/mobile/src/components/CarouselCatalogCard/CarouselCatalogCard.tsx +10 -12
  1158. package/mobile/src/components/CarouselInvestmentCard/CarouselInvestmentCard.tsx +8 -15
  1159. package/mobile/src/components/CarouselLinks/CarouselLinks.tsx +14 -5
  1160. package/mobile/src/components/CarouselProductCard/CarouselProductCard.tsx +26 -31
  1161. package/mobile/src/components/CarouselProductCard/CarouselProductCardContent.ts +3 -3
  1162. package/mobile/src/components/CarouselProgramsCard/CarouselProgramsCard.tsx +2 -6
  1163. package/mobile/src/components/CarouselRecommendationCard/CarouselRecommendationCard.tsx +14 -25
  1164. package/mobile/src/components/CarouselRecommendationCard/CarouselRecommendationCardContent.ts +0 -2
  1165. package/mobile/src/components/CarouselTariffsCard/CarouselTariffsCard.tsx +13 -12
  1166. package/mobile/src/components/Catalog/Catalog.tsx +1 -4
  1167. package/mobile/src/components/Catalog/CatalogCard.tsx +2 -2
  1168. package/mobile/src/components/ContactsBlock/ContactsBlock.tsx +9 -9
  1169. package/mobile/src/components/ContentPage/ContentPage.tsx +2 -5
  1170. package/mobile/src/components/ExchangeRateTile/ExchangeRateTile.tsx +1 -4
  1171. package/mobile/src/components/Footer/MediaButton.tsx +27 -25
  1172. package/mobile/src/components/Footer/SocialMedia.tsx +2 -4
  1173. package/mobile/src/components/Gallery/Gallery.tsx +23 -24
  1174. package/mobile/src/components/Gallery/GalleryCardInner.tsx +21 -26
  1175. package/mobile/src/components/Gallery/GalleryContainer.tsx +22 -10
  1176. package/mobile/src/components/Gallery/GalleryInner.tsx +12 -7
  1177. package/mobile/src/components/GracePeriod/GracePeriod.tsx +2 -8
  1178. package/mobile/src/components/Header/DropdownMenu.tsx +41 -47
  1179. package/mobile/src/components/Header/Header.tsx +57 -48
  1180. package/mobile/src/components/Header/HeaderSecondaryMenu.tsx +16 -35
  1181. package/mobile/src/components/Header/HeaderSubMenu.tsx +1 -5
  1182. package/mobile/src/components/Header/HeaderSubMenuItem.tsx +2 -4
  1183. package/mobile/src/components/Header/HeaderTop.tsx +2 -5
  1184. package/mobile/src/components/Headline/Headline.tsx +28 -16
  1185. package/mobile/src/components/Headline/HeadlineContent.ts +0 -2
  1186. package/mobile/src/components/HorizontalLayout/HorizontalLayout.tsx +11 -28
  1187. package/mobile/src/components/HorizontalLayout/HorizontalLayoutContent.ts +0 -3
  1188. package/mobile/src/components/HorizontalLayout/gapStyles.ts +11 -0
  1189. package/mobile/src/components/InsuranceAmountBlock/InsuranceAmountBlock.tsx +1 -1
  1190. package/mobile/src/components/InvestmentInfo/InvestmentInfo.tsx +1 -1
  1191. package/mobile/src/components/LinkDocs/LinkDocs.tsx +8 -5
  1192. package/mobile/src/components/LinkDocs/LinkDocsList.tsx +1 -1
  1193. package/mobile/src/components/LinkList/LinkList.tsx +1 -1
  1194. package/mobile/src/components/MiniGallery/MiniGallery.tsx +1 -1
  1195. package/mobile/src/components/OfficeServicesBlock/OfficeServicesBlock.tsx +1 -1
  1196. package/mobile/src/components/ParagraphBlock/ParagraphBlock.tsx +7 -9
  1197. package/mobile/src/components/ParagraphBlock/ParagraphBlockContent.ts +5 -2
  1198. package/mobile/src/components/PictureText/PictureText.tsx +3 -14
  1199. package/mobile/src/components/Placeholder/Placeholder.tsx +6 -3
  1200. package/mobile/src/components/ProductBlock/ProductBlock.tsx +4 -4
  1201. package/mobile/src/components/ProductBlock/ProductBlockInner.tsx +30 -41
  1202. package/mobile/src/components/ProductGallery/ProductGallery.tsx +10 -31
  1203. package/mobile/src/components/ProductGallery/ProductGalleryContent.ts +1 -0
  1204. package/mobile/src/components/ProductTile/ProductTile.tsx +14 -17
  1205. package/mobile/src/components/ProductTile/renderAdditionalDescription.tsx +2 -13
  1206. package/mobile/src/components/ProductTile/renderBenefit.tsx +6 -9
  1207. package/mobile/src/components/PromoTile/PromoTile.tsx +12 -13
  1208. package/mobile/src/components/Recommendation/Recommendation.tsx +3 -4
  1209. package/mobile/src/components/Recommendation/RecommendationCard.tsx +12 -14
  1210. package/mobile/src/components/RollupItem/RollupItem.tsx +36 -41
  1211. package/mobile/src/components/SafeDepositRental/SafeDepositRental.tsx +1 -1
  1212. package/mobile/src/components/StepsBlock/StepsBlock.tsx +10 -9
  1213. package/mobile/src/components/StepsBlock/StepsBlockStyleMaps.ts +23 -6
  1214. package/mobile/src/components/StepsBlock/renderStepContent.tsx +9 -8
  1215. package/mobile/src/components/Tabs/renderGroupTab.tsx +2 -1
  1216. package/mobile/src/components/Tabs/tabItemClasses.ts +2 -2
  1217. package/mobile/src/components/TariffsTable/EmbeddableCellData.tsx +6 -13
  1218. package/mobile/src/components/TextBlock/TextBlock.tsx +1 -7
  1219. package/mobile/src/components/Tile/Tile.tsx +22 -42
  1220. package/mobile/src/components/VerticalLayout/VerticalLayout.tsx +8 -12
  1221. package/mobile/src/components/VerticalLayout/VerticalLayoutContent.ts +3 -8
  1222. package/mobile/src/components/Video/Video.tsx +17 -20
  1223. package/mobile/src/components/Video/getPaddings.ts +1 -1
  1224. package/mobile/src/icons/IconName.ts +4 -4
  1225. package/mobile/src/icons/YoutubeIcon.svg +3 -0
  1226. package/mobile/src/model/BlockVersion.ts +11 -53
  1227. package/mobile/src/model/ButtonVersion.ts +3 -3
  1228. package/mobile/src/model/JSXBlock.ts +2 -0
  1229. package/mobile/src/ui-kit/BenefitItem/BenefitItem.tsx +6 -12
  1230. package/mobile/src/ui-kit/BlockWrapper.tsx +17 -2
  1231. package/mobile/src/ui-kit/Button/ArrowButton.tsx +2 -2
  1232. package/mobile/src/ui-kit/Button/ButtonInner.tsx +1 -1
  1233. package/mobile/src/ui-kit/Button/buttonClassNameConstants.ts +9 -3
  1234. package/mobile/src/ui-kit/Button/renderButtonsSection.tsx +52 -0
  1235. package/mobile/src/ui-kit/Checkbox/Checkbox.tsx +2 -2
  1236. package/mobile/src/ui-kit/Foldable/Foldable.tsx +4 -2
  1237. package/mobile/src/ui-kit/Foldable/FoldablePartProps.ts +1 -1
  1238. package/mobile/src/ui-kit/HeaderItem/HeaderItem.tsx +20 -22
  1239. package/mobile/src/ui-kit/Icon/Icon.tsx +6 -9
  1240. package/mobile/src/ui-kit/LinkButton/LinkButton.tsx +4 -4
  1241. package/mobile/src/ui-kit/List/List.tsx +23 -43
  1242. package/mobile/src/ui-kit/List/ListItem.tsx +13 -22
  1243. package/mobile/src/ui-kit/List/ListProps.ts +0 -7
  1244. package/mobile/src/ui-kit/Location/Location.tsx +1 -1
  1245. package/mobile/src/ui-kit/Paragraph/Paragraph.tsx +2 -2
  1246. package/mobile/src/ui-kit/SwipeListControl/SwipeListContainer.tsx +9 -4
  1247. package/mobile/src/ui-kit/Text/Text.tsx +2 -4
  1248. package/mobile/src/ui-kit/Text/TextProps.ts +5 -2
  1249. package/mobile/src/ui-kit/TopItem/TopItem.tsx +21 -27
  1250. package/mobile/src/utils/getColSpan.ts +2 -2
  1251. package/mobile/src/utils/style.ts +7 -2
  1252. package/package.json +1 -1
  1253. package/src/BlockRenderer/renderBlock.tsx +8 -3
  1254. package/src/components/Accordion/Accordion.mobile.tsx +1 -1
  1255. package/src/components/Accordion/Accordion.tsx +1 -4
  1256. package/src/components/AccordionItem/AccordionItem.tsx +1 -1
  1257. package/src/components/BaseTile/BaseTile.tsx +1 -5
  1258. package/src/components/BaseTile/BaseTileProps.ts +3 -4
  1259. package/src/components/BenefitsBlock/BenefitsBlock.tsx +18 -40
  1260. package/src/components/Bonus/Bonus.tsx +19 -27
  1261. package/src/components/BonusBenefitsBlock/BonusBenefitsBlock.tsx +1 -7
  1262. package/src/components/BusinessBlock/BusinessBlock.tsx +1 -1
  1263. package/src/components/BusinessBlock/BusinessCard.tsx +2 -2
  1264. package/src/components/ButtonBlock/ButtonBlock.tsx +4 -10
  1265. package/src/components/Calculator/BonusCalculatorForm.tsx +3 -3
  1266. package/src/components/Calculator/Calculator.tsx +1 -4
  1267. package/src/components/Calculator/CreditCalculatorForm.tsx +3 -3
  1268. package/src/components/Calculator/DepositCalculatorForm.tsx +2 -2
  1269. package/src/components/CardTransfer/CardTransfer.tsx +1 -4
  1270. package/src/components/Carousel/Carousel.example.json +2 -1
  1271. package/src/components/Carousel/Carousel.fixture.tsx +20 -28
  1272. package/src/components/Carousel/Carousel.tsx +14 -3
  1273. package/src/components/Carousel/CarouselContent.ts +2 -0
  1274. package/src/components/CarouselCard/CarouselCard.fixture.tsx +3 -3
  1275. package/src/components/CarouselCard/CarouselCard.tsx +6 -4
  1276. package/src/components/CarouselCard/CarouselCardContent.ts +1 -1
  1277. package/src/components/CarouselCatalogCard/CarouselCatalogCard.tsx +10 -12
  1278. package/src/components/CarouselInvestmentCard/CarouselInvestmentCard.tsx +8 -15
  1279. package/src/components/CarouselLinks/CarouselLinks.tsx +14 -5
  1280. package/src/components/CarouselProductCard/CarouselProductCard.tsx +26 -31
  1281. package/src/components/CarouselProductCard/CarouselProductCardContent.ts +3 -3
  1282. package/src/components/CarouselProgramsCard/CarouselProgramsCard.tsx +2 -6
  1283. package/src/components/CarouselRecommendationCard/CarouselRecommendationCard.tsx +14 -25
  1284. package/src/components/CarouselRecommendationCard/CarouselRecommendationCardContent.ts +0 -2
  1285. package/src/components/CarouselTariffsCard/CarouselTariffsCard.tsx +13 -12
  1286. package/src/components/Catalog/Catalog.tsx +1 -4
  1287. package/src/components/Catalog/CatalogCard.tsx +2 -2
  1288. package/src/components/ComparisonTable/ComparisonTable.tsx +1 -4
  1289. package/src/components/ContactsBlock/ContactsBlock.tsx +9 -9
  1290. package/src/components/ContentPage/ContentPage.tsx +2 -5
  1291. package/src/components/ExchangeRateTile/ExchangeRateTile.tsx +1 -4
  1292. package/src/components/Footer/Footer.tsx +2 -2
  1293. package/src/components/Footer/MediaButton.tsx +27 -25
  1294. package/src/components/Footer/SocialMedia.mobile.tsx +2 -4
  1295. package/src/components/Footer/SocialMedia.tsx +4 -12
  1296. package/src/components/Gallery/Gallery.fixture.tsx +1 -1
  1297. package/src/components/Gallery/Gallery.mobile.tsx +23 -24
  1298. package/src/components/Gallery/Gallery.tsx +3 -1
  1299. package/src/components/Gallery/GalleryCardInner.tsx +21 -26
  1300. package/src/components/Gallery/GalleryContainer.tsx +22 -10
  1301. package/src/components/Gallery/GalleryInner.tsx +12 -7
  1302. package/src/components/GracePeriod/GracePeriod.tsx +2 -8
  1303. package/src/components/Header/DropdownMenu.tsx +41 -47
  1304. package/src/components/Header/Header.mobile.tsx +57 -48
  1305. package/src/components/Header/Header.tsx +21 -17
  1306. package/src/components/Header/HeaderSecondaryMenu.tsx +16 -35
  1307. package/src/components/Header/HeaderSubMenu.tsx +1 -5
  1308. package/src/components/Header/HeaderSubMenuItem.tsx +2 -4
  1309. package/src/components/Header/HeaderTop.tsx +2 -5
  1310. package/src/components/Headline/Headline.fixture.tsx +40 -43
  1311. package/src/components/Headline/Headline.tsx +11 -11
  1312. package/src/components/Headline/HeadlineContent.ts +0 -2
  1313. package/src/components/HorizontalLayout/HorizontalLayout.fixture.tsx +0 -1
  1314. package/src/components/HorizontalLayout/HorizontalLayout.tsx +11 -28
  1315. package/src/components/HorizontalLayout/HorizontalLayoutContent.ts +0 -3
  1316. package/src/components/HorizontalLayout/gapStyles.ts +11 -0
  1317. package/src/components/InsuranceAmountBlock/InsuranceAmountBlock.tsx +1 -1
  1318. package/src/components/InvestmentInfo/InvestmentInfo.tsx +1 -1
  1319. package/src/components/LinkDocs/LinkDocs.mobile.tsx +8 -5
  1320. package/src/components/LinkDocs/LinkDocs.tsx +2 -2
  1321. package/src/components/LinkDocs/LinkDocsList.tsx +1 -1
  1322. package/src/components/LinkDocs/LinkDocsListItem.tsx +1 -1
  1323. package/src/components/LinkList/LinkList.tsx +1 -1
  1324. package/src/components/MiniGallery/MiniGallery.tsx +1 -1
  1325. package/src/components/MobileAppTile/MobileAppTile.tsx +13 -19
  1326. package/src/components/OfficeServicesBlock/OfficeServicesBlock.tsx +1 -1
  1327. package/src/components/ParagraphBlock/ParagraphBlock.fixture.tsx +2 -7
  1328. package/src/components/ParagraphBlock/ParagraphBlock.tsx +7 -9
  1329. package/src/components/ParagraphBlock/ParagraphBlockContent.ts +5 -2
  1330. package/src/components/PictureText/PictureText.tsx +3 -14
  1331. package/src/components/Placeholder/Placeholder.tsx +6 -3
  1332. package/src/components/ProductBlock/ProductBlock.mobile.tsx +4 -4
  1333. package/src/components/ProductBlock/ProductBlock.tsx +5 -13
  1334. package/src/components/ProductBlock/ProductBlockInner.mobile.tsx +30 -41
  1335. package/src/components/ProductBlock/ProductBlockInner.tsx +6 -15
  1336. package/src/components/ProductGallery/ProductGallery.tsx +10 -31
  1337. package/src/components/ProductGallery/ProductGalleryContent.ts +1 -0
  1338. package/src/components/ProductTile/ProductTile.tsx +14 -17
  1339. package/src/components/ProductTile/renderAdditionalDescription.tsx +2 -13
  1340. package/src/components/ProductTile/renderBenefit.tsx +6 -9
  1341. package/src/components/PromoTile/PromoTile.tsx +12 -13
  1342. package/src/components/Recommendation/Recommendation.tsx +3 -4
  1343. package/src/components/Recommendation/RecommendationCard.tsx +12 -14
  1344. package/src/components/RollupItem/RollupItem.tsx +36 -41
  1345. package/src/components/SafeDepositRental/SafeDepositRental.tsx +1 -1
  1346. package/src/components/StepsBlock/StepsBlock.mobile.tsx +10 -9
  1347. package/src/components/StepsBlock/StepsBlock.tsx +3 -5
  1348. package/src/components/StepsBlock/StepsBlockStyleMaps.ts +23 -6
  1349. package/src/components/StepsBlock/renderStepContent.tsx +9 -8
  1350. package/src/components/SwipeListControlBlock/SwipeListControlBlock.fixture.tsx +1 -1
  1351. package/src/components/Tabs/renderGroupTab.tsx +2 -1
  1352. package/src/components/Tabs/tabItemClasses.ts +2 -2
  1353. package/src/components/TariffsTable/EmbeddableCellData.mobile.tsx +6 -13
  1354. package/src/components/TariffsTable/EmbeddableCellData.tsx +8 -13
  1355. package/src/components/TariffsTable/TariffsTable.tsx +1 -3
  1356. package/src/components/TextBlock/TextBlock.mobile.tsx +1 -7
  1357. package/src/components/Tile/Tile.tsx +22 -42
  1358. package/src/components/VerticalLayout/VerticalLayout.tsx +8 -12
  1359. package/src/components/VerticalLayout/VerticalLayoutContent.ts +3 -8
  1360. package/src/components/Video/Video.tsx +17 -20
  1361. package/src/components/Video/getPaddings.ts +1 -1
  1362. package/src/icons/IconName.ts +5 -2
  1363. package/src/icons/YoutubeIcon.svg +3 -0
  1364. package/src/model/BlockVersion.ts +11 -53
  1365. package/src/model/ButtonVersion.ts +3 -3
  1366. package/src/model/JSXBlock.ts +2 -0
  1367. package/src/ui-kit/BenefitItem/BenefitItem.tsx +6 -12
  1368. package/src/ui-kit/BlockWrapper.tsx +17 -2
  1369. package/src/ui-kit/Button/ArrowButton.tsx +2 -2
  1370. package/src/ui-kit/Button/ButtonInner.tsx +1 -1
  1371. package/src/ui-kit/Button/buttonClassNameConstants.ts +9 -3
  1372. package/src/ui-kit/Button/renderButtonsSection.tsx +52 -0
  1373. package/src/ui-kit/Checkbox/Checkbox.tsx +2 -2
  1374. package/src/ui-kit/Foldable/Foldable.tsx +4 -2
  1375. package/src/ui-kit/Foldable/FoldablePartProps.ts +1 -1
  1376. package/src/ui-kit/HeaderItem/HeaderItem.mobile.tsx +20 -22
  1377. package/src/ui-kit/HeaderItem/HeaderItem.tsx +15 -22
  1378. package/src/ui-kit/Heading/Heading.tsx +6 -8
  1379. package/src/ui-kit/Icon/Icon.tsx +6 -9
  1380. package/src/ui-kit/LinkButton/LinkButton.tsx +4 -4
  1381. package/src/ui-kit/List/List.fixture.tsx +4 -14
  1382. package/src/ui-kit/List/List.tsx +23 -43
  1383. package/src/ui-kit/List/ListItem.tsx +13 -22
  1384. package/src/ui-kit/List/ListProps.ts +0 -7
  1385. package/src/ui-kit/Location/Location.tsx +1 -1
  1386. package/src/ui-kit/Paragraph/Paragraph.tsx +2 -2
  1387. package/src/ui-kit/SwipeListControl/SwipeListContainer.tsx +9 -4
  1388. package/src/ui-kit/SwipeListControl/SwipeListControl.fixture.mobile.tsx +2 -2
  1389. package/src/ui-kit/SwipeListControl/SwipeListControl.fixture.tsx +53 -0
  1390. package/src/ui-kit/Text/Text.tsx +2 -4
  1391. package/src/ui-kit/Text/TextProps.ts +5 -2
  1392. package/src/ui-kit/TopItem/TopItem.tsx +21 -27
  1393. package/src/utils/getColSpan.ts +2 -2
  1394. package/src/utils/style.ts +7 -2
  1395. package/tailwind.config.cjs +6 -0
  1396. package/bundle/components/Calculator/renderButtonSection.d.ts +0 -3
  1397. package/bundle/components/Headline/Headline.mobile.d.ts +0 -5
  1398. package/bundle/components/Headline/headlineStyles.d.ts +0 -7
  1399. package/bundle/components/StepsBlock/renderItems.d.ts +0 -8
  1400. package/bundle/model/BorderVersion.d.ts +0 -6
  1401. package/bundle/ui-kit/Button/ButtonSection.d.ts +0 -13
  1402. package/bundle/utils/style2className.d.ts +0 -1
  1403. package/dist/components/Calculator/renderButtonSection.d.ts +0 -3
  1404. package/dist/components/Calculator/renderButtonSection.js +0 -9
  1405. package/dist/components/Calculator/renderButtonSection.js.map +0 -1
  1406. package/dist/components/Headline/Headline.mobile.d.ts +0 -5
  1407. package/dist/components/Headline/Headline.mobile.js +0 -13
  1408. package/dist/components/Headline/Headline.mobile.js.map +0 -1
  1409. package/dist/components/Headline/headlineStyles.d.ts +0 -7
  1410. package/dist/components/Headline/headlineStyles.js +0 -18
  1411. package/dist/components/Headline/headlineStyles.js.map +0 -1
  1412. package/dist/components/StepsBlock/renderItems.d.ts +0 -8
  1413. package/dist/components/StepsBlock/renderItems.js +0 -7
  1414. package/dist/components/StepsBlock/renderItems.js.map +0 -1
  1415. package/dist/model/BorderVersion.d.ts +0 -6
  1416. package/dist/model/BorderVersion.js +0 -7
  1417. package/dist/model/BorderVersion.js.map +0 -1
  1418. package/dist/ui-kit/Button/ButtonSection.d.ts +0 -13
  1419. package/dist/ui-kit/Button/ButtonSection.js +0 -23
  1420. package/dist/ui-kit/Button/ButtonSection.js.map +0 -1
  1421. package/dist/utils/style2className.d.ts +0 -1
  1422. package/dist/utils/style2className.js +0 -7
  1423. package/dist/utils/style2className.js.map +0 -1
  1424. package/lib/components/Calculator/renderButtonSection.d.ts +0 -3
  1425. package/lib/components/Calculator/renderButtonSection.js +0 -6
  1426. package/lib/components/Calculator/renderButtonSection.js.map +0 -1
  1427. package/lib/components/Headline/Headline.fixture.mobile.d.ts +0 -20
  1428. package/lib/components/Headline/Headline.mobile.d.ts +0 -5
  1429. package/lib/components/Headline/Headline.mobile.js +0 -11
  1430. package/lib/components/Headline/Headline.mobile.js.map +0 -1
  1431. package/lib/components/Headline/headlineStyles.d.ts +0 -7
  1432. package/lib/components/Headline/headlineStyles.js +0 -16
  1433. package/lib/components/Headline/headlineStyles.js.map +0 -1
  1434. package/lib/components/StepsBlock/renderItems.d.ts +0 -8
  1435. package/lib/components/StepsBlock/renderItems.js +0 -4
  1436. package/lib/components/StepsBlock/renderItems.js.map +0 -1
  1437. package/lib/model/BorderVersion.d.ts +0 -6
  1438. package/lib/model/BorderVersion.js +0 -5
  1439. package/lib/model/BorderVersion.js.map +0 -1
  1440. package/lib/ui-kit/Button/ButtonSection.d.ts +0 -13
  1441. package/lib/ui-kit/Button/ButtonSection.js +0 -20
  1442. package/lib/ui-kit/Button/ButtonSection.js.map +0 -1
  1443. package/lib/utils/style2className.d.ts +0 -1
  1444. package/lib/utils/style2className.js +0 -4
  1445. package/lib/utils/style2className.js.map +0 -1
  1446. package/mobile/bundle/components/Calculator/renderButtonSection.d.ts +0 -3
  1447. package/mobile/bundle/components/Headline/headlineStyles.d.ts +0 -7
  1448. package/mobile/bundle/components/StepsBlock/renderItems.d.ts +0 -8
  1449. package/mobile/bundle/model/BorderVersion.d.ts +0 -6
  1450. package/mobile/bundle/ui-kit/Button/ButtonSection.d.ts +0 -13
  1451. package/mobile/bundle/utils/style2className.d.ts +0 -1
  1452. package/mobile/dist/components/Calculator/renderButtonSection.d.ts +0 -3
  1453. package/mobile/dist/components/Calculator/renderButtonSection.js +0 -9
  1454. package/mobile/dist/components/Calculator/renderButtonSection.js.map +0 -1
  1455. package/mobile/dist/components/Headline/headlineStyles.d.ts +0 -7
  1456. package/mobile/dist/components/Headline/headlineStyles.js +0 -18
  1457. package/mobile/dist/components/Headline/headlineStyles.js.map +0 -1
  1458. package/mobile/dist/components/StepsBlock/renderItems.d.ts +0 -8
  1459. package/mobile/dist/components/StepsBlock/renderItems.js +0 -7
  1460. package/mobile/dist/components/StepsBlock/renderItems.js.map +0 -1
  1461. package/mobile/dist/model/BorderVersion.d.ts +0 -6
  1462. package/mobile/dist/model/BorderVersion.js +0 -7
  1463. package/mobile/dist/model/BorderVersion.js.map +0 -1
  1464. package/mobile/dist/ui-kit/Button/ButtonSection.d.ts +0 -13
  1465. package/mobile/dist/ui-kit/Button/ButtonSection.js +0 -23
  1466. package/mobile/dist/ui-kit/Button/ButtonSection.js.map +0 -1
  1467. package/mobile/dist/utils/style2className.d.ts +0 -1
  1468. package/mobile/dist/utils/style2className.js +0 -7
  1469. package/mobile/dist/utils/style2className.js.map +0 -1
  1470. package/mobile/lib/components/Calculator/renderButtonSection.d.ts +0 -3
  1471. package/mobile/lib/components/Calculator/renderButtonSection.js +0 -6
  1472. package/mobile/lib/components/Calculator/renderButtonSection.js.map +0 -1
  1473. package/mobile/lib/components/Headline/headlineStyles.d.ts +0 -7
  1474. package/mobile/lib/components/Headline/headlineStyles.js +0 -16
  1475. package/mobile/lib/components/Headline/headlineStyles.js.map +0 -1
  1476. package/mobile/lib/components/StepsBlock/renderItems.d.ts +0 -8
  1477. package/mobile/lib/components/StepsBlock/renderItems.js +0 -4
  1478. package/mobile/lib/components/StepsBlock/renderItems.js.map +0 -1
  1479. package/mobile/lib/model/BorderVersion.d.ts +0 -6
  1480. package/mobile/lib/model/BorderVersion.js +0 -5
  1481. package/mobile/lib/model/BorderVersion.js.map +0 -1
  1482. package/mobile/lib/ui-kit/Button/ButtonSection.d.ts +0 -13
  1483. package/mobile/lib/ui-kit/Button/ButtonSection.js +0 -20
  1484. package/mobile/lib/ui-kit/Button/ButtonSection.js.map +0 -1
  1485. package/mobile/lib/utils/style2className.d.ts +0 -1
  1486. package/mobile/lib/utils/style2className.js +0 -4
  1487. package/mobile/lib/utils/style2className.js.map +0 -1
  1488. package/mobile/src/components/Calculator/renderButtonSection.tsx +0 -8
  1489. package/mobile/src/components/Headline/headlineStyles.ts +0 -25
  1490. package/mobile/src/components/StepsBlock/renderItems.tsx +0 -23
  1491. package/mobile/src/model/BorderVersion.ts +0 -10
  1492. package/mobile/src/ui-kit/Button/ButtonSection.tsx +0 -51
  1493. package/mobile/src/utils/style2className.ts +0 -3
  1494. package/src/components/Calculator/renderButtonSection.tsx +0 -8
  1495. package/src/components/Headline/Headline.fixture.mobile.tsx +0 -128
  1496. package/src/components/Headline/Headline.mobile.tsx +0 -40
  1497. package/src/components/Headline/headlineStyles.ts +0 -25
  1498. package/src/components/StepsBlock/renderItems.tsx +0 -23
  1499. package/src/model/BorderVersion.ts +0 -10
  1500. package/src/ui-kit/Button/ButtonSection.tsx +0 -51
  1501. package/src/utils/style2className.ts +0 -3
@@ -1,81 +1,59 @@
1
1
  import { JSX } from '@redneckz/uni-jsx';
2
- import { BlockVersion, VersionStyleMap } from '../../model/BlockVersion';
3
2
  import type { UniBlockProps } from '../../model/JSXBlock';
4
3
  import { BlockWrapper } from '../../ui-kit/BlockWrapper';
5
4
  import { Heading } from '../../ui-kit/Heading/Heading';
6
5
  import { Img } from '../../ui-kit/Img/Img';
7
- import { getIconWithVersion } from '../../utils/getIconWithVersion';
8
- import type { BenefitsBlockContent, ListBenefitDef, TextBenefitDef } from './BenefitsBlockContent';
9
- import { BenefitBlockItemProps, DescriptionDef } from './BenefitsBlockContent';
10
-
11
- const benefitsTextStyleMap = {
12
- primary: '',
13
- secondary: 'text-white',
14
- };
15
-
16
- const benefitsDescriptionStyleMap = {
17
- primary: 'text-secondary-text',
18
- secondary: 'text-white opacity-80',
19
- };
20
-
21
- const benefitsIconStyleMap = {
22
- primary: 'bg-main-divider text-primary-main',
23
- secondary: 'bg-white/30 text-black',
24
- };
6
+ import type {
7
+ BenefitBlockItemProps,
8
+ BenefitsBlockContent,
9
+ DescriptionDef,
10
+ ListBenefitDef,
11
+ TextBenefitDef,
12
+ } from './BenefitsBlockContent';
25
13
 
26
14
  interface BenefitsBlockProps extends BenefitsBlockContent, UniBlockProps {}
27
15
 
28
16
  export const BenefitsBlock = JSX<BenefitsBlockProps>(
29
- ({ className = '', title, benefitList, version = 'primary', ...rest }) => (
30
- <BlockWrapper
31
- className={`font-sans text-primary-text p-12 flex flex-col items-center ${className} ${VersionStyleMap[version]}`}
32
- {...rest}
33
- >
17
+ ({ className = '', title, benefitList, ...rest }) => (
18
+ <BlockWrapper className={`p-12 flex flex-col items-center ${className}`} {...rest}>
34
19
  {title ? (
35
- <Heading
36
- headingType="h3"
37
- as="h2"
38
- className={`max-w-[47rem] text-center ${benefitsTextStyleMap[version]}`}
39
- title={title}
40
- />
20
+ <Heading headingType="h3" as="h2" className="max-w-[47rem] text-center" title={title} />
41
21
  ) : null}
42
22
  {benefitList?.length ? (
43
23
  <div className="flex flex-wrap w-full justify-center gap-x-20 mt-8">
44
- {benefitList.map(renderStep(version))}
24
+ {benefitList.map(renderStep)}
45
25
  </div>
46
26
  ) : null}
47
27
  </BlockWrapper>
48
28
  ),
49
29
  );
50
30
 
51
- const renderStep = (version: BlockVersion) => (benefit: BenefitBlockItemProps, i: number) => {
31
+ const renderStep = (benefit: BenefitBlockItemProps, i: number) => {
52
32
  const description = benefit.description;
53
33
 
54
34
  return (
55
35
  <div key={String(i)} className="flex items-center basis-1/2 max-w-[500px] mb-14">
56
36
  {benefit?.icon?.icon ? (
57
37
  <Img
58
- className={`w-12 h-12 min-w-12 p-3 rounded-full ${benefitsIconStyleMap[version]}`}
59
- image={getIconWithVersion(benefit.icon, version)}
38
+ className="w-12 h-12 min-w-12 p-3 rounded-full bg-main-divider text-primary-main group-data-secondary:bg-white/30 group-data-secondary:text-black"
39
+ image={benefit.icon}
60
40
  asSVG
61
41
  />
62
42
  ) : null}
63
43
  {benefit?.icon?.src ? <Img image={benefit.icon} /> : null}
64
44
  <div className="ml-5">
65
- {benefit?.label ? (
66
- <h3 className={`text-h6 m-0 ${benefitsTextStyleMap[version]}`}>{benefit.label}</h3>
67
- ) : null}
68
- {renderDescription(description, version)}
45
+ {benefit?.label ? <Heading headingType="h6">{benefit.label}</Heading> : null}
46
+ {renderDescription(description)}
69
47
  </div>
70
48
  </div>
71
49
  );
72
50
  };
73
51
 
74
- const renderDescription = (description: DescriptionDef | undefined, version: BlockVersion) => {
52
+ const renderDescription = (description: DescriptionDef | undefined) => {
75
53
  const benefitType = description?.benefitType || null;
76
54
 
77
55
  return description && benefitType ? (
78
- <div className={`text-l-light mt-2 ${benefitsDescriptionStyleMap[version]}`}>
56
+ <div className="mt-2 text-l-light text-secondary-text group-data-secondary:text-white/80">
79
57
  {benefitType === 'list'
80
58
  ? renderListBenefit(description as ListBenefitDef)
81
59
  : renderTextBenefit(description as TextBenefitDef)}
@@ -1,7 +1,7 @@
1
1
  import { JSX } from '@redneckz/uni-jsx';
2
2
  import type { UniBlockProps } from '../../model/JSXBlock';
3
3
  import { BlockWrapper } from '../../ui-kit/BlockWrapper';
4
- import { ButtonSection } from '../../ui-kit/Button/ButtonSection';
4
+ import { renderButtonsSection } from '../../ui-kit/Button/renderButtonsSection';
5
5
  import { Img } from '../../ui-kit/Img/Img';
6
6
  import { Headline } from '../Headline/Headline';
7
7
  import type { BonusContent, BonusCountDef, BonusImageDef } from './BonusContent';
@@ -12,38 +12,30 @@ export const Bonus = JSX<BonusProps>((props) => {
12
12
  const { className = '', title, description, bonusItems, ...rest } = props;
13
13
 
14
14
  return (
15
- <BlockWrapper className={`font-sans bg-white p-12 pb-9 ${className}`} {...rest}>
15
+ <BlockWrapper className={`p-12 pb-9 ${className}`} {...rest}>
16
16
  <div className="container">
17
- <Headline
18
- className="!p-0"
19
- title={title}
20
- description={description}
21
- headlineVersion="M"
22
- {...rest}
23
- />
17
+ <Headline className="!p-0" title={title} description={description} headlineVersion="M" />
24
18
  <div className="flex flex-wrap w-full mt-9">
25
19
  {bonusItems?.length
26
- ? bonusItems.map((_, i) => {
27
- return (
28
- <div
29
- key={String(i)}
30
- className="flex-grow w-[49%] border border-gray p-9 mb-3 mx-2 even:mr-0 odd:ml-0 last:odd:mx-0"
31
- >
32
- <div className="flex justify-between w-full">
33
- <div className="flex flex-col justify-between mr-4">
34
- <div>
35
- <div className="text-h4">{_.title}</div>
36
- <div className="text-xl-light mt-2 max-w-[488px]">{_.description}</div>
37
- </div>
38
- {_?.buttons?.length ? <ButtonSection buttons={_?.buttons} /> : null}
20
+ ? bonusItems.map((_, i) => (
21
+ <div
22
+ key={String(i)}
23
+ className="flex-grow w-[49%] border border-gray p-9 mb-3 mx-2 even:mr-0 odd:ml-0 last:odd:mx-0"
24
+ >
25
+ <div className="flex justify-between w-full">
26
+ <div className="flex flex-col justify-between mr-4">
27
+ <div>
28
+ <div className="text-h4">{_.title}</div>
29
+ <div className="text-xl-light mt-2 max-w-[488px]">{_.description}</div>
39
30
  </div>
40
- {_.bonusItemContent?.bonusType
41
- ? renderBonusItemContent(_.bonusItemContent)
42
- : null}
31
+ {renderButtonsSection(_?.buttons)}
43
32
  </div>
33
+ {_.bonusItemContent?.bonusType
34
+ ? renderBonusItemContent(_.bonusItemContent)
35
+ : null}
44
36
  </div>
45
- );
46
- })
37
+ </div>
38
+ ))
47
39
  : null}
48
40
  </div>
49
41
  </div>
@@ -26,13 +26,7 @@ export const BonusBenefitsBlock = JSX<BenefitsBlockProps>(
26
26
  className={`font-sans text-primary-text bg-white p-12 flex flex-col text-center ${className}`}
27
27
  {...rest}
28
28
  >
29
- <Headline
30
- className="!p-0 mb-8"
31
- title={title}
32
- description={subtitle}
33
- headlineVersion="M"
34
- {...rest}
35
- />
29
+ <Headline className="!p-0 mb-8" title={title} description={subtitle} headlineVersion="M" />
36
30
  {bonusBenefits?.length ? (
37
31
  <div
38
32
  className={`grid gap-1 ${AlignText[cardTextAlign]} ${getElementsColsValue(columnsCount)}`}
@@ -9,7 +9,7 @@ export interface BusinessBlockProps extends BusinessBlockContent, UniBlockProps
9
9
 
10
10
  export const BusinessBlock = JSX<BusinessBlockProps>(
11
11
  ({ className = '', title, cards, ...rest }) => (
12
- <BlockWrapper className={`font-sans bg-white p-12 pb-9 ${className}`} {...rest}>
12
+ <BlockWrapper className={`p-12 pb-9 ${className}`} {...rest}>
13
13
  <Heading headingType="h3" title={title} className="text-center mb-8" />
14
14
  <div className="flex gap-5">
15
15
  {cards?.length ? cards.map((_, i) => <BusinessCard key={String(i)} {..._} />) : null}
@@ -1,5 +1,5 @@
1
1
  import { JSX } from '@redneckz/uni-jsx';
2
- import { renderButton } from '../../ui-kit/Button/ButtonSection';
2
+ import { renderButtonsSection } from '../../ui-kit/Button/renderButtonsSection';
3
3
  import { Heading } from '../../ui-kit/Heading/Heading';
4
4
  import { Img } from '../../ui-kit/Img/Img';
5
5
  import type { BusinessCardItemProps, BusinessCardProps } from './BusinessBlockContent';
@@ -17,7 +17,7 @@ export const BusinessCard = JSX<BusinessCardProps>((props) => {
17
17
  ) : null}
18
18
  {title ? <Heading headingType="h4" title={title} className="mb-6" /> : null}
19
19
  {cardItems?.length ? <ul>{cardItems.map((_, i) => renderItem(_, String(i)))}</ul> : null}
20
- {button?.text ? renderButton({ button, buttonClassName: 'mt-6' }) : null}
20
+ {renderButtonsSection([button], { buttonClassName: 'mt-6' })}
21
21
  </div>
22
22
  );
23
23
  });
@@ -1,17 +1,11 @@
1
1
  import { JSX } from '@redneckz/uni-jsx';
2
2
  import type { UniBlockProps } from '../../model/JSXBlock';
3
3
  import { BlockWrapper } from '../../ui-kit/BlockWrapper';
4
- import { renderButton } from '../../ui-kit/Button/ButtonSection';
4
+ import { renderButtonsSection } from '../../ui-kit/Button/renderButtonsSection';
5
5
  import type { ButtonBlockContent } from './ButtonBlockContent';
6
6
 
7
7
  interface ButtonBlockProps extends ButtonBlockContent, UniBlockProps {}
8
8
 
9
- export const ButtonBlock = JSX<ButtonBlockProps>((props) => {
10
- const { className, button, ...rest } = props;
11
-
12
- return (
13
- <BlockWrapper className={className} {...rest}>
14
- {button ? renderButton({ button }) : null}
15
- </BlockWrapper>
16
- );
17
- });
9
+ export const ButtonBlock = JSX<ButtonBlockProps>(({ button, ...rest }) => (
10
+ <BlockWrapper {...rest}>{renderButtonsSection([button])}</BlockWrapper>
11
+ ));
@@ -1,10 +1,10 @@
1
1
  import { JSX } from '@redneckz/uni-jsx';
2
2
  import { useCallback, useState } from '@redneckz/uni-jsx/lib/hooks';
3
- import { CommonCalculatorProps } from './CalculatorContent';
3
+ import { renderButtonsSection } from '../../ui-kit/Button/renderButtonsSection';
4
+ import type { CommonCalculatorProps } from './CalculatorContent';
4
5
  import { CalculatorValueBlock } from './CalculatorValueBlock';
5
6
  import { DEFAULT_REST_MIN_SUM, DEFAULT_TRAVEL_MIN_SUM } from './constants';
6
7
  import { Rate } from './Rate';
7
- import { renderButtonSection } from './renderButtonSection';
8
8
  import { renderFootnote } from './renderFootnote';
9
9
  import { renderWantedSumInput } from './renderWantedSumInput';
10
10
  import { useBonusCalculatorParams } from './useBonusCalculatorParams';
@@ -60,7 +60,7 @@ export const BonusCalculatorForm = JSX<BonusCalculatorProps>(
60
60
  </div>
61
61
  <div className="w-full max-w-[350px]">
62
62
  {yearBonus >= 0 ? <CalculatorValueBlock title="Баллов за год" value={yearBonus} /> : null}
63
- {renderButtonSection(buttons)}
63
+ {renderButtonsSection(buttons, { className: 'mt-7', isVertical: true })}
64
64
  {renderFootnote(footnote)}
65
65
  </div>
66
66
  </section>
@@ -40,10 +40,7 @@ export const Calculator = JSX<CalculatorProps>(
40
40
  });
41
41
 
42
42
  return (
43
- <BlockWrapper
44
- className={`box-border overflow-hidden relative font-sans w-100 text-primary-text bg-white ${className}`}
45
- {...rest}
46
- >
43
+ <BlockWrapper className={`box-border overflow-hidden relative w-100 ${className}`} {...rest}>
47
44
  <div className="bg-white">
48
45
  {tabsNav.length > 1
49
46
  ? renderTabs({ activeIndex, tabsNav, slideIndexShift, onClick: handleSlideIndexShift })
@@ -1,12 +1,12 @@
1
1
  import { JSX } from '@redneckz/uni-jsx';
2
2
  import { useCallback, useState } from '@redneckz/uni-jsx/lib/hooks';
3
+ import { renderButtonsSection } from '../../ui-kit/Button/renderButtonsSection';
3
4
  import { Checkbox } from '../../ui-kit/Checkbox/Checkbox';
4
5
  import { RadioButtonGroup } from '../../ui-kit/RadioButtonGroup/RadioButtonGroup';
5
- import { CommonCalculatorProps } from './CalculatorContent';
6
+ import type { CommonCalculatorProps } from './CalculatorContent';
6
7
  import { CalculatorValueBlock } from './CalculatorValueBlock';
7
8
  import { DEFAULT_MONTHS, DEFAULT_SUM } from './constants';
8
9
  import { Rate } from './Rate';
9
- import { renderButtonSection } from './renderButtonSection';
10
10
  import { renderFootnote } from './renderFootnote';
11
11
  import { renderMonthsInput } from './renderMonthsInput';
12
12
  import { renderWantedSumInput } from './renderWantedSumInput';
@@ -96,7 +96,7 @@ export const CreditCalculatorForm = JSX<CreditCalculatorProp>(
96
96
  checkedItem={isAnnuity ? ANNUITY : DIFFERENTIAL}
97
97
  onChange={(text: string) => toggleIsAnnuity(text === ANNUITY)}
98
98
  />
99
- {renderButtonSection(buttons)}
99
+ {renderButtonsSection(buttons, { className: 'mt-7', isVertical: true })}
100
100
  {renderFootnote(footnote)}
101
101
  </div>
102
102
  </section>
@@ -2,12 +2,12 @@
2
2
 
3
3
  import { JSX } from '@redneckz/uni-jsx';
4
4
  import { useCallback, useState } from '@redneckz/uni-jsx/lib/hooks';
5
+ import { renderButtonsSection } from '../../ui-kit/Button/renderButtonsSection';
5
6
  import { RadioButtonGroup } from '../../ui-kit/RadioButtonGroup/RadioButtonGroup';
6
7
  import { CommonCalculatorProps, DepositCalculatorParams } from './CalculatorContent';
7
8
  import { CalculatorValueBlock } from './CalculatorValueBlock';
8
9
  import { DEFAULT_MONTHS, DEFAULT_SUM } from './constants';
9
10
  import { Rate } from './Rate';
10
- import { renderButtonSection } from './renderButtonSection';
11
11
  import { renderFootnote } from './renderFootnote';
12
12
  import { renderMonthsInput } from './renderMonthsInput';
13
13
  import { renderWantedSumInput } from './renderWantedSumInput';
@@ -78,7 +78,7 @@ export const DepositCalculatorForm = JSX<DepositCalculatorProp>(
78
78
  checkedItem={isMonthlyInterestPayment ? EVERY_MONTH : AT_END_TERM}
79
79
  onChange={(text: string) => toggleIsMonthlyInterestPayment(text === EVERY_MONTH)}
80
80
  />
81
- {renderButtonSection(buttons)}
81
+ {renderButtonsSection(buttons, { className: 'mt-7', isVertical: true })}
82
82
  {renderFootnote(footnote)}
83
83
  </div>
84
84
  </section>
@@ -37,10 +37,7 @@ export const CardTransfer = JSX<CardTransferProps>(
37
37
  const link = useLink();
38
38
 
39
39
  return (
40
- <BlockWrapper
41
- className={`p-12 flex flex-col items-center font-sans bg-white ${className}`}
42
- {...rest}
43
- >
40
+ <BlockWrapper className={`p-12 flex flex-col items-center ${className}`} {...rest}>
44
41
  {title ? <Heading className="max-w-[684px] pb-9" headingType="h2" title={title} /> : null}
45
42
  <form className="w-[468px]" method="POST" action={FORM_URL}>
46
43
  <CurrencyInput
@@ -1,5 +1,6 @@
1
1
  {
2
2
  "isBlur": false,
3
3
  "visibleItemCount": 1,
4
- "isCycle": false
4
+ "isCycle": false,
5
+ "isPadding": true
5
6
  }
@@ -1,14 +1,14 @@
1
+ import type { BlockRendererOptions } from '../../BlockRenderer/BlockRendererOptions';
1
2
  import '../../setup-fixture';
2
3
  import { Blocks } from '../Blocks';
3
- import { BUSINESS_CARD } from '../CarouselProgramsCard/CarouselProgramsCard.fixture';
4
4
  import { CARD, CARD_MINI, CARD_NEW } from '../CarouselCard/CarouselCard.fixture';
5
- import { Carousel } from './Carousel';
6
- import { CAROUSEL_RECOMMENDATION_CARD } from '../CarouselRecommendationCard/CarouselRecommendationCard.fixture';
7
5
  import { CATALOG_CARD } from '../CarouselCatalogCard/CarouselCatalogCard.fixture';
8
6
  import { INVESTMENT_CARD_WITH_SINGLE_COLUMN } from '../CarouselInvestmentCard/CarouselInvestmentCard.fixture';
9
7
  import { PRODUCT_CARD } from '../CarouselProductCard/CarouselProductCard.fixture';
8
+ import { BUSINESS_CARD } from '../CarouselProgramsCard/CarouselProgramsCard.fixture';
9
+ import { CAROUSEL_RECOMMENDATION_CARD } from '../CarouselRecommendationCard/CarouselRecommendationCard.fixture';
10
10
  import { TARIFFS_CARD, TARIFFS_CARD_HIT } from '../CarouselTariffsCard/CarouselTariffsCard.fixture';
11
- import type { BlockRendererOptions } from '../../BlockRenderer/BlockRendererOptions';
11
+ import { Carousel } from './Carousel';
12
12
 
13
13
  const options = {
14
14
  blocksRegistry: Blocks,
@@ -59,12 +59,10 @@ export default {
59
59
  isBlur={false}
60
60
  block={{
61
61
  type: 'Carousel',
62
- blocks: new Array(6)
63
- .fill({
64
- type: 'CarouselCatalogCard',
65
- content: CATALOG_CARD,
66
- })
67
- .map((_, i) => (i === 1 ? { ..._, content: CATALOG_CARD } : _)),
62
+ blocks: new Array(6).fill({
63
+ type: 'CarouselCatalogCard',
64
+ content: CATALOG_CARD,
65
+ }),
68
66
  }}
69
67
  options={options}
70
68
  />
@@ -98,12 +96,10 @@ export default {
98
96
  isBlur={true}
99
97
  block={{
100
98
  type: 'Carousel',
101
- blocks: new Array(6)
102
- .fill({
103
- type: 'CarouselProductCard',
104
- content: PRODUCT_CARD,
105
- })
106
- .map((_, i) => (i === 1 ? { ..._, content: PRODUCT_CARD } : _)),
99
+ blocks: new Array(6).fill({
100
+ type: 'CarouselProductCard',
101
+ content: PRODUCT_CARD,
102
+ }),
107
103
  }}
108
104
  options={options}
109
105
  />
@@ -117,12 +113,10 @@ export default {
117
113
  isBlur={true}
118
114
  block={{
119
115
  type: 'Carousel',
120
- blocks: new Array(6)
121
- .fill({
122
- type: 'CarouselProductCard',
123
- content: PRODUCT_CARD,
124
- })
125
- .map((_, i) => (i === 1 ? { ..._, content: PRODUCT_CARD } : _)),
116
+ blocks: new Array(6).fill({
117
+ type: 'CarouselProductCard',
118
+ content: PRODUCT_CARD,
119
+ }),
126
120
  }}
127
121
  options={options}
128
122
  />
@@ -136,12 +130,10 @@ export default {
136
130
  isBlur={false}
137
131
  block={{
138
132
  type: 'Carousel',
139
- blocks: new Array(6)
140
- .fill({
141
- type: 'CarouselProgramsCard',
142
- content: BUSINESS_CARD,
143
- })
144
- .map((_, i) => (i === 1 ? { ..._, content: BUSINESS_CARD } : _)),
133
+ blocks: new Array(6).fill({
134
+ type: 'CarouselProgramsCard',
135
+ content: BUSINESS_CARD,
136
+ }),
145
137
  }}
146
138
  options={options}
147
139
  />
@@ -9,6 +9,7 @@ import {
9
9
  useSwipeListScroll,
10
10
  } from '../../ui-kit/SwipeListControl/useSwipeListScroll';
11
11
  import type { CarouselContent } from './CarouselContent';
12
+ import { style } from '../../utils/style';
12
13
 
13
14
  export interface CarouselProps extends CarouselContent, UniBlockProps {
14
15
  itemCount?: number;
@@ -16,11 +17,19 @@ export interface CarouselProps extends CarouselContent, UniBlockProps {
16
17
 
17
18
  const ITEMS_GAP = 4;
18
19
 
19
- const blurBaseStyle = 'absolute top-0 bottom-0 z-50 w-[84px]';
20
+ const blurBaseStyle = 'absolute top-0 bottom-0 z-50 w-[84px] pointer-events-none';
20
21
  const scrollButtonStyle = 'absolute top-[calc(50%-12px)] z-50';
21
22
 
22
23
  export const Carousel: JSXBlock<CarouselProps> = JSX<CarouselProps>(
23
- ({ className = '', itemCount, visibleItemCount, isBlur = true, isCyclic = false, ...rest }) => {
24
+ ({
25
+ className = '',
26
+ itemCount,
27
+ visibleItemCount,
28
+ isBlur = true,
29
+ isCyclic = false,
30
+ isPadding = true,
31
+ ...rest
32
+ }) => {
24
33
  const { blocks: childBlocks } = rest.block || {};
25
34
  const count = itemCount || childBlocks?.length || 0;
26
35
 
@@ -30,7 +39,7 @@ export const Carousel: JSXBlock<CarouselProps> = JSX<CarouselProps>(
30
39
  });
31
40
 
32
41
  return (
33
- <BlockWrapper className={`font-sans p-12 ${className}`} {...rest}>
42
+ <BlockWrapper className={style(getPaddingStyle(isPadding), className)} {...rest}>
34
43
  <div className="relative max-w-full">
35
44
  <SwipeListContainer
36
45
  containerRef={containerRef}
@@ -80,3 +89,5 @@ const renderScrollButtons = ({
80
89
  ) : null}
81
90
  </div>
82
91
  );
92
+
93
+ const getPaddingStyle = (isPadding: boolean): string => (isPadding ? 'p-12' : '');
@@ -11,4 +11,6 @@ export interface CarouselContent {
11
11
  isBlur?: boolean;
12
12
  /** @title Цикличность */
13
13
  isCyclic?: boolean;
14
+ /** @title Внутренний отступ */
15
+ isPadding?: boolean;
14
16
  }
@@ -13,21 +13,21 @@ export const CARD: CarouselCardContent = {
13
13
  title: 'Хочешь попасть на практику в РСХБ?',
14
14
  description: 'Стажировка в Россельхозбанке — это возможность реализовать смелые идеи и проекты.',
15
15
  button,
16
- version: 'normal',
16
+ carouselVersion: 'normal',
17
17
  };
18
18
 
19
19
  export const CARD_NEW: CarouselCardContent = {
20
20
  title: 'РСХБ?',
21
21
  description: 'Стажировка в Россельхозбанке — это возможность реализовать смелые идеи и проекты.',
22
22
  button,
23
- version: 'normal',
23
+ carouselVersion: 'normal',
24
24
  };
25
25
 
26
26
  export const CARD_MINI: CarouselCardContent = {
27
27
  title: 'Хочешь попасть на практику в РСХБ?',
28
28
  description: 'Стажировка в Россельхозбанке — это возможность реализовать смелые идеи и проекты.',
29
29
  button,
30
- version: 'mini',
30
+ carouselVersion: 'mini',
31
31
  };
32
32
 
33
33
  export default {
@@ -1,7 +1,7 @@
1
1
  import { JSX } from '@redneckz/uni-jsx';
2
2
  import type { CarouselCardVersion } from '../../model/CarouselCardVersion';
3
3
  import type { UniBlockProps } from '../../model/JSXBlock';
4
- import { renderButton } from '../../ui-kit/Button/ButtonSection';
4
+ import { renderButtonsSection } from '../../ui-kit/Button/renderButtonsSection';
5
5
  import { Headline } from '../Headline/Headline';
6
6
  import type { CarouselCardContent } from './CarouselCardContent';
7
7
 
@@ -15,8 +15,10 @@ const CARD_WIDTH_MAP: Record<CarouselCardVersion, string> = {
15
15
  };
16
16
 
17
17
  export const CarouselCard = JSX<CarouselCardProps>(
18
- ({ className = '', button, description, title, version = 'normal' }) => (
19
- <section className={`flex pb-9 pl-12 border-box ${CARD_WIDTH_MAP[version]} ${className}`}>
18
+ ({ className = '', button, description, title, carouselVersion = 'normal' }) => (
19
+ <section
20
+ className={`flex pb-9 pl-12 border-box ${CARD_WIDTH_MAP[carouselVersion]} ${className}`}
21
+ >
20
22
  <div className="relative w-full">
21
23
  <div className={`${BLOCK_CLASSES} z-10 top-9 right-12 bg-green-dark`} />
22
24
  <div className={`${BLOCK_CLASSES} z-10 top-6 right-8 bg-green`} />
@@ -29,7 +31,7 @@ export const CarouselCard = JSX<CarouselCardProps>(
29
31
  headlineVersion="L"
30
32
  align="text-left"
31
33
  />
32
- {button ? <div className="mt-14">{renderButton({ button })}</div> : null}
34
+ {renderButtonsSection([button], { className: 'mt-14' })}
33
35
  </div>
34
36
  </div>
35
37
  </section>
@@ -14,5 +14,5 @@ export interface CarouselCardContent extends HeadlineCommonProps {
14
14
  * }
15
15
  */
16
16
  button?: ButtonWithIconProps;
17
- version?: CarouselCardVersion;
17
+ carouselVersion?: CarouselCardVersion;
18
18
  }
@@ -1,18 +1,15 @@
1
1
  import { JSX } from '@redneckz/uni-jsx';
2
- import type { BlockVersion } from '../../model/BlockVersion';
3
- import { VersionStyleMap } from '../../model/BlockVersion';
2
+ import type { UniBlockProps } from '../../model/JSXBlock';
4
3
  import type { ProductColorVersion } from '../../model/ProductColorVersion';
5
- import { renderButton } from '../../ui-kit/Button/ButtonSection';
4
+ import { BlockWrapper } from '../../ui-kit/BlockWrapper';
5
+ import { renderButtonsSection } from '../../ui-kit/Button/renderButtonsSection';
6
6
  import { Heading } from '../../ui-kit/Heading/Heading';
7
7
  import { Img } from '../../ui-kit/Img/Img';
8
8
  import { Paragraph } from '../../ui-kit/Paragraph/Paragraph';
9
9
  import { Text } from '../../ui-kit/Text/Text';
10
10
  import type { CarouselCatalogCardContent } from './CarouselCatalogCardContent';
11
11
 
12
- export interface CarouselCatalogCardProps extends CarouselCatalogCardContent {
13
- className?: string;
14
- version?: BlockVersion;
15
- }
12
+ export interface CarouselCatalogCardProps extends CarouselCatalogCardContent, UniBlockProps {}
16
13
 
17
14
  const cardStyleMap: Record<ProductColorVersion, string> = {
18
15
  black: 'bg-black',
@@ -20,10 +17,11 @@ const cardStyleMap: Record<ProductColorVersion, string> = {
20
17
  };
21
18
 
22
19
  export const CarouselCatalogCard = JSX<CarouselCatalogCardProps>(
23
- ({ className = '', title, description, image, price, button, colors, version = 'primary' }) => (
24
- <section
25
- className={`border box-border border-gray p-7 min-w-[392px] flex flex-col justify-left ${VersionStyleMap[version]} ${className}`}
20
+ ({ className = '', title, description, image, price, button, colors, ...rest }) => (
21
+ <BlockWrapper
22
+ className={`border box-border border-gray p-7 min-w-[392px] flex flex-col justify-left ${className}`}
26
23
  role="listitem"
24
+ {...rest}
27
25
  >
28
26
  {image?.src ? <Img className="mb-5 flex justify-center" image={image} /> : null}
29
27
  {title ? (
@@ -49,8 +47,8 @@ export const CarouselCatalogCard = JSX<CarouselCatalogCardProps>(
49
47
  {price}&nbsp;₽
50
48
  </Text>
51
49
  ) : null}
52
- {button ? renderButton({ button, buttonClassName: 'mt-5 w-full' }) : null}
53
- </section>
50
+ {renderButtonsSection([button], { buttonClassName: 'mt-5 w-full' })}
51
+ </BlockWrapper>
54
52
  ),
55
53
  );
56
54