@redneckz/wildless-cms-uni-blocks 0.6.50 → 0.7.2

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 (1599) hide show
  1. package/bundle/blocks.schema.json +1 -1
  2. package/bundle/bundle.umd.js +346 -500
  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/CarouselTariffsCardContent.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/LinkDocs/LinkDocsContent.d.ts +4 -0
  28. package/bundle/components/ParagraphBlock/ParagraphBlockContent.d.ts +5 -2
  29. package/bundle/components/ProductGallery/ProductGalleryContent.d.ts +1 -0
  30. package/bundle/components/ProductTile/renderAdditionalDescription.d.ts +1 -2
  31. package/bundle/components/ProductTile/renderBenefit.d.ts +1 -2
  32. package/bundle/components/Recommendation/RecommendationCard.d.ts +2 -4
  33. package/bundle/components/StepsBlock/StepsBlockStyleMaps.d.ts +0 -2
  34. package/bundle/components/SwipeListControlBlock/SwipeListControlBlock.d.ts +6 -0
  35. package/bundle/components/SwipeListControlBlock/SwipeListControlBlockContent.d.ts +5 -0
  36. package/bundle/components/Tabs/tabItemClasses.d.ts +2 -2
  37. package/bundle/components/TariffsTable/EmbeddableCellData.d.ts +1 -1
  38. package/bundle/components/Tile/Tile.d.ts +0 -1
  39. package/bundle/components/VerticalLayout/VerticalLayoutContent.d.ts +3 -7
  40. package/bundle/components/Video/getPaddings.d.ts +1 -1
  41. package/bundle/icons/IconName.d.ts +6 -4
  42. package/bundle/model/BlockVersion.d.ts +6 -20
  43. package/bundle/model/ButtonVersion.d.ts +3 -3
  44. package/bundle/model/JSXBlock.d.ts +2 -0
  45. package/bundle/ui-kit/BlockWrapper.d.ts +2 -0
  46. package/bundle/ui-kit/Button/renderButtonsSection.d.ts +9 -0
  47. package/bundle/ui-kit/Foldable/Foldable.d.ts +1 -0
  48. package/bundle/ui-kit/Foldable/FoldablePartProps.d.ts +1 -1
  49. package/bundle/ui-kit/List/ListItem.d.ts +1 -2
  50. package/bundle/ui-kit/List/ListProps.d.ts +0 -6
  51. package/bundle/ui-kit/SwipeListControl/SwipeListContainer.d.ts +2 -1
  52. package/bundle/ui-kit/SwipeListControl/SwipeListControlDots.d.ts +2 -0
  53. package/bundle/ui-kit/SwipeListControl/SwipeListControlProps.d.ts +7 -0
  54. package/bundle/ui-kit/Text/TextProps.d.ts +2 -1
  55. package/bundle/ui-kit/TopItem/TopItem.d.ts +0 -2
  56. package/bundle/utils/getColSpan.d.ts +1 -1
  57. package/bundle/utils/style.d.ts +3 -0
  58. package/cosmos-static/icons/YoutubeIcon.svg +1 -0
  59. package/dist/BlockRenderer/renderBlock.js +4 -3
  60. package/dist/BlockRenderer/renderBlock.js.map +1 -1
  61. package/dist/components/Accordion/Accordion.js +1 -1
  62. package/dist/components/Accordion/Accordion.js.map +1 -1
  63. package/dist/components/Accordion/Accordion.mobile.js +1 -1
  64. package/dist/components/Accordion/Accordion.mobile.js.map +1 -1
  65. package/dist/components/AccordionItem/AccordionItem.js +1 -1
  66. package/dist/components/AccordionItem/AccordionItem.js.map +1 -1
  67. package/dist/components/BaseTile/BaseTile.d.ts +1 -4
  68. package/dist/components/BaseTile/BaseTile.js.map +1 -1
  69. package/dist/components/BaseTile/BaseTileProps.d.ts +3 -4
  70. package/dist/components/BenefitsBlock/BenefitsBlock.js +5 -19
  71. package/dist/components/BenefitsBlock/BenefitsBlock.js.map +1 -1
  72. package/dist/components/Blocks.js +2 -0
  73. package/dist/components/Blocks.js.map +1 -1
  74. package/dist/components/Bonus/Bonus.js +5 -7
  75. package/dist/components/Bonus/Bonus.js.map +1 -1
  76. package/dist/components/BonusBenefitsBlock/BonusBenefitsBlock.js +1 -1
  77. package/dist/components/BonusBenefitsBlock/BonusBenefitsBlock.js.map +1 -1
  78. package/dist/components/BusinessBlock/BusinessBlock.js +1 -1
  79. package/dist/components/BusinessBlock/BusinessBlock.js.map +1 -1
  80. package/dist/components/BusinessBlock/BusinessCard.js +2 -2
  81. package/dist/components/BusinessBlock/BusinessCard.js.map +1 -1
  82. package/dist/components/ButtonBlock/ButtonBlock.js +2 -5
  83. package/dist/components/ButtonBlock/ButtonBlock.js.map +1 -1
  84. package/dist/components/Calculator/BonusCalculatorForm.d.ts +1 -1
  85. package/dist/components/Calculator/BonusCalculatorForm.js +2 -2
  86. package/dist/components/Calculator/BonusCalculatorForm.js.map +1 -1
  87. package/dist/components/Calculator/Calculator.js +1 -1
  88. package/dist/components/Calculator/Calculator.js.map +1 -1
  89. package/dist/components/Calculator/CreditCalculatorForm.d.ts +1 -1
  90. package/dist/components/Calculator/CreditCalculatorForm.js +2 -2
  91. package/dist/components/Calculator/CreditCalculatorForm.js.map +1 -1
  92. package/dist/components/Calculator/DepositCalculatorForm.js +2 -2
  93. package/dist/components/Calculator/DepositCalculatorForm.js.map +1 -1
  94. package/dist/components/CardTransfer/CardTransfer.js +1 -1
  95. package/dist/components/CardTransfer/CardTransfer.js.map +1 -1
  96. package/dist/components/Carousel/Carousel.js +5 -3
  97. package/dist/components/Carousel/Carousel.js.map +1 -1
  98. package/dist/components/Carousel/CarouselContent.d.ts +2 -0
  99. package/dist/components/CarouselCard/CarouselCard.js +3 -3
  100. package/dist/components/CarouselCard/CarouselCard.js.map +1 -1
  101. package/dist/components/CarouselCard/CarouselCardContent.d.ts +1 -1
  102. package/dist/components/CarouselCatalogCard/CarouselCatalogCard.d.ts +2 -4
  103. package/dist/components/CarouselCatalogCard/CarouselCatalogCard.js +3 -3
  104. package/dist/components/CarouselCatalogCard/CarouselCatalogCard.js.map +1 -1
  105. package/dist/components/CarouselInvestmentCard/CarouselInvestmentCard.js +6 -9
  106. package/dist/components/CarouselInvestmentCard/CarouselInvestmentCard.js.map +1 -1
  107. package/dist/components/CarouselLinks/CarouselLinks.js +3 -3
  108. package/dist/components/CarouselLinks/CarouselLinks.js.map +1 -1
  109. package/dist/components/CarouselProductCard/CarouselProductCard.js +8 -19
  110. package/dist/components/CarouselProductCard/CarouselProductCard.js.map +1 -1
  111. package/dist/components/CarouselProductCard/CarouselProductCardContent.d.ts +3 -3
  112. package/dist/components/CarouselProgramsCard/CarouselProgramsCard.js +1 -2
  113. package/dist/components/CarouselProgramsCard/CarouselProgramsCard.js.map +1 -1
  114. package/dist/components/CarouselRecommendationCard/CarouselRecommendationCard.d.ts +1 -1
  115. package/dist/components/CarouselRecommendationCard/CarouselRecommendationCard.js +7 -11
  116. package/dist/components/CarouselRecommendationCard/CarouselRecommendationCard.js.map +1 -1
  117. package/dist/components/CarouselRecommendationCard/CarouselRecommendationCardContent.d.ts +0 -2
  118. package/dist/components/CarouselTariffsCard/CarouselTariffsCard.js +12 -10
  119. package/dist/components/CarouselTariffsCard/CarouselTariffsCard.js.map +1 -1
  120. package/dist/components/CarouselTariffsCard/CarouselTariffsCardContent.d.ts +1 -1
  121. package/dist/components/Catalog/Catalog.js +1 -1
  122. package/dist/components/Catalog/Catalog.js.map +1 -1
  123. package/dist/components/Catalog/CatalogCard.js +2 -2
  124. package/dist/components/Catalog/CatalogCard.js.map +1 -1
  125. package/dist/components/ComparisonTable/ComparisonTable.js +1 -1
  126. package/dist/components/ComparisonTable/ComparisonTable.js.map +1 -1
  127. package/dist/components/ContactsBlock/ContactsBlock.js +3 -4
  128. package/dist/components/ContactsBlock/ContactsBlock.js.map +1 -1
  129. package/dist/components/ContentPage/ContentPage.js +2 -2
  130. package/dist/components/ContentPage/ContentPage.js.map +1 -1
  131. package/dist/components/ExchangeRateTile/ExchangeRateTile.js +1 -1
  132. package/dist/components/ExchangeRateTile/ExchangeRateTile.js.map +1 -1
  133. package/dist/components/Footer/Footer.js +2 -2
  134. package/dist/components/Footer/Footer.js.map +1 -1
  135. package/dist/components/Footer/MediaButton.d.ts +2 -2
  136. package/dist/components/Footer/MediaButton.js +12 -13
  137. package/dist/components/Footer/MediaButton.js.map +1 -1
  138. package/dist/components/Footer/SocialMedia.d.ts +1 -3
  139. package/dist/components/Footer/SocialMedia.js +1 -1
  140. package/dist/components/Footer/SocialMedia.js.map +1 -1
  141. package/dist/components/Footer/SocialMedia.mobile.d.ts +0 -2
  142. package/dist/components/Footer/SocialMedia.mobile.js +1 -1
  143. package/dist/components/Footer/SocialMedia.mobile.js.map +1 -1
  144. package/dist/components/Gallery/Gallery.js +1 -1
  145. package/dist/components/Gallery/Gallery.js.map +1 -1
  146. package/dist/components/Gallery/Gallery.mobile.js +6 -7
  147. package/dist/components/Gallery/Gallery.mobile.js.map +1 -1
  148. package/dist/components/Gallery/GalleryCardInner.js +8 -11
  149. package/dist/components/Gallery/GalleryCardInner.js.map +1 -1
  150. package/dist/components/Gallery/GalleryContainer.d.ts +1 -1
  151. package/dist/components/Gallery/GalleryContainer.js +5 -4
  152. package/dist/components/Gallery/GalleryContainer.js.map +1 -1
  153. package/dist/components/Gallery/GalleryInner.d.ts +1 -1
  154. package/dist/components/Gallery/GalleryInner.js +5 -5
  155. package/dist/components/Gallery/GalleryInner.js.map +1 -1
  156. package/dist/components/GracePeriod/GracePeriod.js +1 -1
  157. package/dist/components/GracePeriod/GracePeriod.js.map +1 -1
  158. package/dist/components/Header/DropdownMenu.d.ts +0 -2
  159. package/dist/components/Header/DropdownMenu.js +4 -7
  160. package/dist/components/Header/DropdownMenu.js.map +1 -1
  161. package/dist/components/Header/Header.js +6 -6
  162. package/dist/components/Header/Header.js.map +1 -1
  163. package/dist/components/Header/Header.mobile.js +7 -2
  164. package/dist/components/Header/Header.mobile.js.map +1 -1
  165. package/dist/components/Header/HeaderSecondaryMenu.d.ts +2 -2
  166. package/dist/components/Header/HeaderSecondaryMenu.js +7 -18
  167. package/dist/components/Header/HeaderSecondaryMenu.js.map +1 -1
  168. package/dist/components/Header/HeaderSubMenu.d.ts +0 -2
  169. package/dist/components/Header/HeaderSubMenu.js +2 -2
  170. package/dist/components/Header/HeaderSubMenu.js.map +1 -1
  171. package/dist/components/Header/HeaderSubMenuItem.d.ts +0 -2
  172. package/dist/components/Header/HeaderSubMenuItem.js +2 -2
  173. package/dist/components/Header/HeaderSubMenuItem.js.map +1 -1
  174. package/dist/components/Header/HeaderTop.js +1 -1
  175. package/dist/components/Header/HeaderTop.js.map +1 -1
  176. package/dist/components/Headline/Headline.js +4 -5
  177. package/dist/components/Headline/Headline.js.map +1 -1
  178. package/dist/components/Headline/HeadlineContent.d.ts +0 -2
  179. package/dist/components/HorizontalLayout/HorizontalLayout.js +3 -13
  180. package/dist/components/HorizontalLayout/HorizontalLayout.js.map +1 -1
  181. package/dist/components/HorizontalLayout/HorizontalLayoutContent.d.ts +0 -2
  182. package/dist/components/HorizontalLayout/gapStyles.d.ts +2 -0
  183. package/dist/components/HorizontalLayout/gapStyles.js +12 -0
  184. package/dist/components/HorizontalLayout/gapStyles.js.map +1 -0
  185. package/dist/components/InsuranceAmountBlock/InsuranceAmountBlock.js +1 -1
  186. package/dist/components/InsuranceAmountBlock/InsuranceAmountBlock.js.map +1 -1
  187. package/dist/components/InvestmentInfo/InvestmentInfo.js +1 -1
  188. package/dist/components/InvestmentInfo/InvestmentInfo.js.map +1 -1
  189. package/dist/components/LinkDocs/LinkDocs.js +2 -1
  190. package/dist/components/LinkDocs/LinkDocs.js.map +1 -1
  191. package/dist/components/LinkDocs/LinkDocs.mobile.js +3 -1
  192. package/dist/components/LinkDocs/LinkDocs.mobile.js.map +1 -1
  193. package/dist/components/LinkDocs/LinkDocsContent.d.ts +4 -0
  194. package/dist/components/LinkDocs/LinkDocsList.js +1 -1
  195. package/dist/components/LinkDocs/LinkDocsList.js.map +1 -1
  196. package/dist/components/LinkDocs/LinkDocsListItem.js +1 -1
  197. package/dist/components/LinkDocs/LinkDocsListItem.js.map +1 -1
  198. package/dist/components/LinkList/LinkList.js +1 -1
  199. package/dist/components/LinkList/LinkList.js.map +1 -1
  200. package/dist/components/MiniGallery/MiniGallery.js +1 -1
  201. package/dist/components/MiniGallery/MiniGallery.js.map +1 -1
  202. package/dist/components/MobileAppTile/MobileAppTile.js +7 -11
  203. package/dist/components/MobileAppTile/MobileAppTile.js.map +1 -1
  204. package/dist/components/OfficeServicesBlock/OfficeServicesBlock.js +1 -1
  205. package/dist/components/OfficeServicesBlock/OfficeServicesBlock.js.map +1 -1
  206. package/dist/components/ParagraphBlock/ParagraphBlock.js +1 -4
  207. package/dist/components/ParagraphBlock/ParagraphBlock.js.map +1 -1
  208. package/dist/components/ParagraphBlock/ParagraphBlockContent.d.ts +5 -2
  209. package/dist/components/PictureText/PictureText.js +1 -2
  210. package/dist/components/PictureText/PictureText.js.map +1 -1
  211. package/dist/components/Placeholder/Placeholder.js +2 -1
  212. package/dist/components/Placeholder/Placeholder.js.map +1 -1
  213. package/dist/components/ProductBlock/ProductBlock.js +3 -7
  214. package/dist/components/ProductBlock/ProductBlock.js.map +1 -1
  215. package/dist/components/ProductBlock/ProductBlock.mobile.js +3 -3
  216. package/dist/components/ProductBlock/ProductBlock.mobile.js.map +1 -1
  217. package/dist/components/ProductBlock/ProductBlockInner.js +4 -3
  218. package/dist/components/ProductBlock/ProductBlockInner.js.map +1 -1
  219. package/dist/components/ProductBlock/ProductBlockInner.mobile.js +5 -9
  220. package/dist/components/ProductBlock/ProductBlockInner.mobile.js.map +1 -1
  221. package/dist/components/ProductGallery/ProductGallery.js +7 -20
  222. package/dist/components/ProductGallery/ProductGallery.js.map +1 -1
  223. package/dist/components/ProductGallery/ProductGalleryContent.d.ts +1 -0
  224. package/dist/components/ProductTile/ProductTile.js +5 -6
  225. package/dist/components/ProductTile/ProductTile.js.map +1 -1
  226. package/dist/components/ProductTile/renderAdditionalDescription.d.ts +1 -2
  227. package/dist/components/ProductTile/renderAdditionalDescription.js +2 -6
  228. package/dist/components/ProductTile/renderAdditionalDescription.js.map +1 -1
  229. package/dist/components/ProductTile/renderBenefit.d.ts +1 -2
  230. package/dist/components/ProductTile/renderBenefit.js +2 -6
  231. package/dist/components/ProductTile/renderBenefit.js.map +1 -1
  232. package/dist/components/PromoTile/PromoTile.js +3 -3
  233. package/dist/components/PromoTile/PromoTile.js.map +1 -1
  234. package/dist/components/Recommendation/Recommendation.js +2 -4
  235. package/dist/components/Recommendation/Recommendation.js.map +1 -1
  236. package/dist/components/Recommendation/RecommendationCard.d.ts +2 -4
  237. package/dist/components/Recommendation/RecommendationCard.js +4 -3
  238. package/dist/components/Recommendation/RecommendationCard.js.map +1 -1
  239. package/dist/components/RollupItem/RollupItem.js +7 -15
  240. package/dist/components/RollupItem/RollupItem.js.map +1 -1
  241. package/dist/components/SafeDepositRental/SafeDepositRental.js +1 -1
  242. package/dist/components/SafeDepositRental/SafeDepositRental.js.map +1 -1
  243. package/dist/components/StepsBlock/StepsBlock.js +3 -6
  244. package/dist/components/StepsBlock/StepsBlock.js.map +1 -1
  245. package/dist/components/StepsBlock/StepsBlock.mobile.js +4 -4
  246. package/dist/components/StepsBlock/StepsBlock.mobile.js.map +1 -1
  247. package/dist/components/StepsBlock/StepsBlockStyleMaps.d.ts +0 -2
  248. package/dist/components/StepsBlock/StepsBlockStyleMaps.js +23 -4
  249. package/dist/components/StepsBlock/StepsBlockStyleMaps.js.map +1 -1
  250. package/dist/components/StepsBlock/renderStepContent.js +2 -7
  251. package/dist/components/StepsBlock/renderStepContent.js.map +1 -1
  252. package/dist/components/SwipeListControlBlock/SwipeListControlBlock.d.ts +6 -0
  253. package/dist/components/SwipeListControlBlock/SwipeListControlBlock.js +14 -0
  254. package/dist/components/SwipeListControlBlock/SwipeListControlBlock.js.map +1 -0
  255. package/dist/components/SwipeListControlBlock/SwipeListControlBlockContent.d.ts +5 -0
  256. package/dist/components/SwipeListControlBlock/SwipeListControlBlockContent.js +2 -0
  257. package/dist/components/SwipeListControlBlock/SwipeListControlBlockContent.js.map +1 -0
  258. package/dist/components/Tabs/renderGroupTab.js +1 -1
  259. package/dist/components/Tabs/renderGroupTab.js.map +1 -1
  260. package/dist/components/Tabs/tabItemClasses.d.ts +2 -2
  261. package/dist/components/Tabs/tabItemClasses.js +2 -2
  262. package/dist/components/Tabs/tabItemClasses.js.map +1 -1
  263. package/dist/components/TariffsTable/EmbeddableCellData.d.ts +1 -1
  264. package/dist/components/TariffsTable/EmbeddableCellData.js +5 -6
  265. package/dist/components/TariffsTable/EmbeddableCellData.js.map +1 -1
  266. package/dist/components/TariffsTable/EmbeddableCellData.mobile.js +6 -7
  267. package/dist/components/TariffsTable/EmbeddableCellData.mobile.js.map +1 -1
  268. package/dist/components/TariffsTable/TariffsTable.js +1 -1
  269. package/dist/components/TariffsTable/TariffsTable.js.map +1 -1
  270. package/dist/components/TextBlock/TextBlock.mobile.js +1 -2
  271. package/dist/components/TextBlock/TextBlock.mobile.js.map +1 -1
  272. package/dist/components/Tile/Tile.d.ts +0 -1
  273. package/dist/components/Tile/Tile.js +5 -10
  274. package/dist/components/Tile/Tile.js.map +1 -1
  275. package/dist/components/VerticalLayout/VerticalLayout.js +4 -15
  276. package/dist/components/VerticalLayout/VerticalLayout.js.map +1 -1
  277. package/dist/components/VerticalLayout/VerticalLayoutContent.d.ts +3 -7
  278. package/dist/components/Video/Video.js +2 -4
  279. package/dist/components/Video/Video.js.map +1 -1
  280. package/dist/components/Video/getPaddings.d.ts +1 -1
  281. package/dist/components/Video/getPaddings.js.map +1 -1
  282. package/dist/icons/IconName.d.ts +6 -4
  283. package/dist/icons/IconName.js +2 -0
  284. package/dist/icons/IconName.js.map +1 -1
  285. package/dist/model/BlockVersion.d.ts +6 -20
  286. package/dist/model/BlockVersion.js +0 -33
  287. package/dist/model/BlockVersion.js.map +1 -1
  288. package/dist/model/ButtonVersion.d.ts +3 -3
  289. package/dist/model/JSXBlock.d.ts +2 -0
  290. package/dist/ui-kit/BenefitItem/BenefitItem.js +1 -9
  291. package/dist/ui-kit/BenefitItem/BenefitItem.js.map +1 -1
  292. package/dist/ui-kit/BlockWrapper.d.ts +2 -0
  293. package/dist/ui-kit/BlockWrapper.js +11 -3
  294. package/dist/ui-kit/BlockWrapper.js.map +1 -1
  295. package/dist/ui-kit/Button/ArrowButton.js +2 -2
  296. package/dist/ui-kit/Button/ArrowButton.js.map +1 -1
  297. package/dist/ui-kit/Button/ButtonInner.js +1 -1
  298. package/dist/ui-kit/Button/ButtonInner.js.map +1 -1
  299. package/dist/ui-kit/Button/buttonClassNameConstants.js +9 -3
  300. package/dist/ui-kit/Button/buttonClassNameConstants.js.map +1 -1
  301. package/dist/ui-kit/Button/renderButtonsSection.d.ts +9 -0
  302. package/dist/ui-kit/Button/renderButtonsSection.js +16 -0
  303. package/dist/ui-kit/Button/renderButtonsSection.js.map +1 -0
  304. package/dist/ui-kit/Checkbox/Checkbox.js +1 -1
  305. package/dist/ui-kit/Checkbox/Checkbox.js.map +1 -1
  306. package/dist/ui-kit/Foldable/Foldable.d.ts +1 -0
  307. package/dist/ui-kit/Foldable/Foldable.js +2 -2
  308. package/dist/ui-kit/Foldable/Foldable.js.map +1 -1
  309. package/dist/ui-kit/Foldable/FoldablePartProps.d.ts +1 -1
  310. package/dist/ui-kit/HeaderItem/HeaderItem.js +5 -17
  311. package/dist/ui-kit/HeaderItem/HeaderItem.js.map +1 -1
  312. package/dist/ui-kit/HeaderItem/HeaderItem.mobile.js +8 -17
  313. package/dist/ui-kit/HeaderItem/HeaderItem.mobile.js.map +1 -1
  314. package/dist/ui-kit/Heading/Heading.js +2 -5
  315. package/dist/ui-kit/Heading/Heading.js.map +1 -1
  316. package/dist/ui-kit/Icon/Icon.js +3 -8
  317. package/dist/ui-kit/Icon/Icon.js.map +1 -1
  318. package/dist/ui-kit/LinkButton/LinkButton.js +2 -2
  319. package/dist/ui-kit/LinkButton/LinkButton.js.map +1 -1
  320. package/dist/ui-kit/List/List.js +1 -12
  321. package/dist/ui-kit/List/List.js.map +1 -1
  322. package/dist/ui-kit/List/ListItem.d.ts +1 -2
  323. package/dist/ui-kit/List/ListItem.js +1 -8
  324. package/dist/ui-kit/List/ListItem.js.map +1 -1
  325. package/dist/ui-kit/List/ListProps.d.ts +0 -6
  326. package/dist/ui-kit/Location/Location.js +1 -1
  327. package/dist/ui-kit/Location/Location.js.map +1 -1
  328. package/dist/ui-kit/Paragraph/Paragraph.js +1 -1
  329. package/dist/ui-kit/Paragraph/Paragraph.js.map +1 -1
  330. package/dist/ui-kit/SwipeListControl/SwipeListContainer.d.ts +2 -1
  331. package/dist/ui-kit/SwipeListControl/SwipeListContainer.js +8 -5
  332. package/dist/ui-kit/SwipeListControl/SwipeListContainer.js.map +1 -1
  333. package/dist/ui-kit/SwipeListControl/SwipeListControl.js +3 -2
  334. package/dist/ui-kit/SwipeListControl/SwipeListControl.js.map +1 -1
  335. package/dist/ui-kit/SwipeListControl/SwipeListControlDots.d.ts +2 -0
  336. package/dist/ui-kit/SwipeListControl/SwipeListControlDots.js +12 -3
  337. package/dist/ui-kit/SwipeListControl/SwipeListControlDots.js.map +1 -1
  338. package/dist/ui-kit/SwipeListControl/SwipeListControlProps.d.ts +7 -0
  339. package/dist/ui-kit/Text/Text.js +1 -1
  340. package/dist/ui-kit/Text/Text.js.map +1 -1
  341. package/dist/ui-kit/Text/TextProps.d.ts +2 -1
  342. package/dist/ui-kit/TopItem/TopItem.d.ts +0 -2
  343. package/dist/ui-kit/TopItem/TopItem.js +9 -18
  344. package/dist/ui-kit/TopItem/TopItem.js.map +1 -1
  345. package/dist/utils/getColSpan.d.ts +1 -1
  346. package/dist/utils/getColSpan.js +1 -1
  347. package/dist/utils/getColSpan.js.map +1 -1
  348. package/dist/utils/style.d.ts +3 -0
  349. package/dist/utils/style.js +8 -0
  350. package/dist/utils/style.js.map +1 -0
  351. package/lib/BlockRenderer/renderBlock.js +4 -3
  352. package/lib/BlockRenderer/renderBlock.js.map +1 -1
  353. package/lib/common.css +1 -1
  354. package/lib/components/Accordion/Accordion.js +1 -1
  355. package/lib/components/Accordion/Accordion.js.map +1 -1
  356. package/lib/components/Accordion/Accordion.mobile.js +1 -1
  357. package/lib/components/Accordion/Accordion.mobile.js.map +1 -1
  358. package/lib/components/AccordionItem/AccordionItem.js +1 -1
  359. package/lib/components/AccordionItem/AccordionItem.js.map +1 -1
  360. package/lib/components/BaseTile/BaseTile.d.ts +1 -4
  361. package/lib/components/BaseTile/BaseTile.js.map +1 -1
  362. package/lib/components/BaseTile/BaseTileProps.d.ts +3 -4
  363. package/lib/components/BenefitsBlock/BenefitsBlock.js +5 -19
  364. package/lib/components/BenefitsBlock/BenefitsBlock.js.map +1 -1
  365. package/lib/components/Blocks.js +2 -0
  366. package/lib/components/Blocks.js.map +1 -1
  367. package/lib/components/Bonus/Bonus.js +5 -7
  368. package/lib/components/Bonus/Bonus.js.map +1 -1
  369. package/lib/components/BonusBenefitsBlock/BonusBenefitsBlock.js +1 -1
  370. package/lib/components/BonusBenefitsBlock/BonusBenefitsBlock.js.map +1 -1
  371. package/lib/components/BusinessBlock/BusinessBlock.js +1 -1
  372. package/lib/components/BusinessBlock/BusinessBlock.js.map +1 -1
  373. package/lib/components/BusinessBlock/BusinessCard.js +2 -2
  374. package/lib/components/BusinessBlock/BusinessCard.js.map +1 -1
  375. package/lib/components/ButtonBlock/ButtonBlock.js +2 -5
  376. package/lib/components/ButtonBlock/ButtonBlock.js.map +1 -1
  377. package/lib/components/Calculator/BonusCalculatorForm.d.ts +1 -1
  378. package/lib/components/Calculator/BonusCalculatorForm.js +2 -2
  379. package/lib/components/Calculator/BonusCalculatorForm.js.map +1 -1
  380. package/lib/components/Calculator/Calculator.js +1 -1
  381. package/lib/components/Calculator/Calculator.js.map +1 -1
  382. package/lib/components/Calculator/CreditCalculatorForm.d.ts +1 -1
  383. package/lib/components/Calculator/CreditCalculatorForm.js +2 -2
  384. package/lib/components/Calculator/CreditCalculatorForm.js.map +1 -1
  385. package/lib/components/Calculator/DepositCalculatorForm.js +2 -2
  386. package/lib/components/Calculator/DepositCalculatorForm.js.map +1 -1
  387. package/lib/components/CardTransfer/CardTransfer.js +1 -1
  388. package/lib/components/CardTransfer/CardTransfer.js.map +1 -1
  389. package/lib/components/Carousel/Carousel.js +5 -3
  390. package/lib/components/Carousel/Carousel.js.map +1 -1
  391. package/lib/components/Carousel/CarouselContent.d.ts +2 -0
  392. package/lib/components/CarouselCard/CarouselCard.js +3 -3
  393. package/lib/components/CarouselCard/CarouselCard.js.map +1 -1
  394. package/lib/components/CarouselCard/CarouselCardContent.d.ts +1 -1
  395. package/lib/components/CarouselCatalogCard/CarouselCatalogCard.d.ts +2 -4
  396. package/lib/components/CarouselCatalogCard/CarouselCatalogCard.js +3 -3
  397. package/lib/components/CarouselCatalogCard/CarouselCatalogCard.js.map +1 -1
  398. package/lib/components/CarouselInvestmentCard/CarouselInvestmentCard.js +6 -9
  399. package/lib/components/CarouselInvestmentCard/CarouselInvestmentCard.js.map +1 -1
  400. package/lib/components/CarouselLinks/CarouselLinks.js +3 -3
  401. package/lib/components/CarouselLinks/CarouselLinks.js.map +1 -1
  402. package/lib/components/CarouselProductCard/CarouselProductCard.js +8 -19
  403. package/lib/components/CarouselProductCard/CarouselProductCard.js.map +1 -1
  404. package/lib/components/CarouselProductCard/CarouselProductCardContent.d.ts +3 -3
  405. package/lib/components/CarouselProgramsCard/CarouselProgramsCard.js +1 -2
  406. package/lib/components/CarouselProgramsCard/CarouselProgramsCard.js.map +1 -1
  407. package/lib/components/CarouselRecommendationCard/CarouselRecommendationCard.d.ts +1 -1
  408. package/lib/components/CarouselRecommendationCard/CarouselRecommendationCard.js +7 -11
  409. package/lib/components/CarouselRecommendationCard/CarouselRecommendationCard.js.map +1 -1
  410. package/lib/components/CarouselRecommendationCard/CarouselRecommendationCardContent.d.ts +0 -2
  411. package/lib/components/CarouselTariffsCard/CarouselTariffsCard.js +12 -10
  412. package/lib/components/CarouselTariffsCard/CarouselTariffsCard.js.map +1 -1
  413. package/lib/components/CarouselTariffsCard/CarouselTariffsCardContent.d.ts +1 -1
  414. package/lib/components/Catalog/Catalog.js +1 -1
  415. package/lib/components/Catalog/Catalog.js.map +1 -1
  416. package/lib/components/Catalog/CatalogCard.js +2 -2
  417. package/lib/components/Catalog/CatalogCard.js.map +1 -1
  418. package/lib/components/ComparisonTable/ComparisonTable.js +1 -1
  419. package/lib/components/ComparisonTable/ComparisonTable.js.map +1 -1
  420. package/lib/components/ContactsBlock/ContactsBlock.js +3 -4
  421. package/lib/components/ContactsBlock/ContactsBlock.js.map +1 -1
  422. package/lib/components/ContentPage/ContentPage.js +2 -2
  423. package/lib/components/ContentPage/ContentPage.js.map +1 -1
  424. package/lib/components/ExchangeRateTile/ExchangeRateTile.js +1 -1
  425. package/lib/components/ExchangeRateTile/ExchangeRateTile.js.map +1 -1
  426. package/lib/components/Footer/Footer.js +2 -2
  427. package/lib/components/Footer/Footer.js.map +1 -1
  428. package/lib/components/Footer/MediaButton.d.ts +2 -2
  429. package/lib/components/Footer/MediaButton.js +12 -13
  430. package/lib/components/Footer/MediaButton.js.map +1 -1
  431. package/lib/components/Footer/SocialMedia.d.ts +1 -3
  432. package/lib/components/Footer/SocialMedia.js +1 -1
  433. package/lib/components/Footer/SocialMedia.js.map +1 -1
  434. package/lib/components/Footer/SocialMedia.mobile.d.ts +0 -2
  435. package/lib/components/Footer/SocialMedia.mobile.js +1 -1
  436. package/lib/components/Footer/SocialMedia.mobile.js.map +1 -1
  437. package/lib/components/Gallery/Gallery.js +1 -1
  438. package/lib/components/Gallery/Gallery.js.map +1 -1
  439. package/lib/components/Gallery/Gallery.mobile.js +6 -7
  440. package/lib/components/Gallery/Gallery.mobile.js.map +1 -1
  441. package/lib/components/Gallery/GalleryCardInner.js +8 -11
  442. package/lib/components/Gallery/GalleryCardInner.js.map +1 -1
  443. package/lib/components/Gallery/GalleryContainer.d.ts +1 -1
  444. package/lib/components/Gallery/GalleryContainer.js +5 -4
  445. package/lib/components/Gallery/GalleryContainer.js.map +1 -1
  446. package/lib/components/Gallery/GalleryInner.d.ts +1 -1
  447. package/lib/components/Gallery/GalleryInner.js +5 -5
  448. package/lib/components/Gallery/GalleryInner.js.map +1 -1
  449. package/lib/components/GracePeriod/GracePeriod.js +1 -1
  450. package/lib/components/GracePeriod/GracePeriod.js.map +1 -1
  451. package/lib/components/Header/DropdownMenu.d.ts +0 -2
  452. package/lib/components/Header/DropdownMenu.js +4 -7
  453. package/lib/components/Header/DropdownMenu.js.map +1 -1
  454. package/lib/components/Header/Header.js +6 -6
  455. package/lib/components/Header/Header.js.map +1 -1
  456. package/lib/components/Header/Header.mobile.js +7 -2
  457. package/lib/components/Header/Header.mobile.js.map +1 -1
  458. package/lib/components/Header/HeaderSecondaryMenu.d.ts +2 -2
  459. package/lib/components/Header/HeaderSecondaryMenu.js +8 -19
  460. package/lib/components/Header/HeaderSecondaryMenu.js.map +1 -1
  461. package/lib/components/Header/HeaderSubMenu.d.ts +0 -2
  462. package/lib/components/Header/HeaderSubMenu.js +2 -2
  463. package/lib/components/Header/HeaderSubMenu.js.map +1 -1
  464. package/lib/components/Header/HeaderSubMenuItem.d.ts +0 -2
  465. package/lib/components/Header/HeaderSubMenuItem.js +2 -2
  466. package/lib/components/Header/HeaderSubMenuItem.js.map +1 -1
  467. package/lib/components/Header/HeaderTop.js +1 -1
  468. package/lib/components/Header/HeaderTop.js.map +1 -1
  469. package/lib/components/Headline/Headline.fixture.d.ts +0 -2
  470. package/lib/components/Headline/Headline.js +4 -5
  471. package/lib/components/Headline/Headline.js.map +1 -1
  472. package/lib/components/Headline/HeadlineContent.d.ts +0 -2
  473. package/lib/components/HorizontalLayout/HorizontalLayout.js +3 -13
  474. package/lib/components/HorizontalLayout/HorizontalLayout.js.map +1 -1
  475. package/lib/components/HorizontalLayout/HorizontalLayoutContent.d.ts +0 -2
  476. package/lib/components/HorizontalLayout/gapStyles.d.ts +2 -0
  477. package/lib/components/HorizontalLayout/gapStyles.js +10 -0
  478. package/lib/components/HorizontalLayout/gapStyles.js.map +1 -0
  479. package/lib/components/InsuranceAmountBlock/InsuranceAmountBlock.js +1 -1
  480. package/lib/components/InsuranceAmountBlock/InsuranceAmountBlock.js.map +1 -1
  481. package/lib/components/InvestmentInfo/InvestmentInfo.js +1 -1
  482. package/lib/components/InvestmentInfo/InvestmentInfo.js.map +1 -1
  483. package/lib/components/LinkDocs/LinkDocs.js +2 -1
  484. package/lib/components/LinkDocs/LinkDocs.js.map +1 -1
  485. package/lib/components/LinkDocs/LinkDocs.mobile.js +3 -1
  486. package/lib/components/LinkDocs/LinkDocs.mobile.js.map +1 -1
  487. package/lib/components/LinkDocs/LinkDocsContent.d.ts +4 -0
  488. package/lib/components/LinkDocs/LinkDocsList.js +1 -1
  489. package/lib/components/LinkDocs/LinkDocsList.js.map +1 -1
  490. package/lib/components/LinkDocs/LinkDocsListItem.js +1 -1
  491. package/lib/components/LinkDocs/LinkDocsListItem.js.map +1 -1
  492. package/lib/components/LinkList/LinkList.js +1 -1
  493. package/lib/components/LinkList/LinkList.js.map +1 -1
  494. package/lib/components/MiniGallery/MiniGallery.js +1 -1
  495. package/lib/components/MiniGallery/MiniGallery.js.map +1 -1
  496. package/lib/components/MobileAppTile/MobileAppTile.js +7 -11
  497. package/lib/components/MobileAppTile/MobileAppTile.js.map +1 -1
  498. package/lib/components/OfficeServicesBlock/OfficeServicesBlock.js +1 -1
  499. package/lib/components/OfficeServicesBlock/OfficeServicesBlock.js.map +1 -1
  500. package/lib/components/ParagraphBlock/ParagraphBlock.js +1 -4
  501. package/lib/components/ParagraphBlock/ParagraphBlock.js.map +1 -1
  502. package/lib/components/ParagraphBlock/ParagraphBlockContent.d.ts +5 -2
  503. package/lib/components/PictureText/PictureText.js +1 -2
  504. package/lib/components/PictureText/PictureText.js.map +1 -1
  505. package/lib/components/Placeholder/Placeholder.js +2 -1
  506. package/lib/components/Placeholder/Placeholder.js.map +1 -1
  507. package/lib/components/ProductBlock/ProductBlock.js +3 -7
  508. package/lib/components/ProductBlock/ProductBlock.js.map +1 -1
  509. package/lib/components/ProductBlock/ProductBlock.mobile.js +3 -3
  510. package/lib/components/ProductBlock/ProductBlock.mobile.js.map +1 -1
  511. package/lib/components/ProductBlock/ProductBlockInner.js +4 -3
  512. package/lib/components/ProductBlock/ProductBlockInner.js.map +1 -1
  513. package/lib/components/ProductBlock/ProductBlockInner.mobile.js +5 -9
  514. package/lib/components/ProductBlock/ProductBlockInner.mobile.js.map +1 -1
  515. package/lib/components/ProductGallery/ProductGallery.js +7 -20
  516. package/lib/components/ProductGallery/ProductGallery.js.map +1 -1
  517. package/lib/components/ProductGallery/ProductGalleryContent.d.ts +1 -0
  518. package/lib/components/ProductTile/ProductTile.js +5 -6
  519. package/lib/components/ProductTile/ProductTile.js.map +1 -1
  520. package/lib/components/ProductTile/renderAdditionalDescription.d.ts +1 -2
  521. package/lib/components/ProductTile/renderAdditionalDescription.js +2 -6
  522. package/lib/components/ProductTile/renderAdditionalDescription.js.map +1 -1
  523. package/lib/components/ProductTile/renderBenefit.d.ts +1 -2
  524. package/lib/components/ProductTile/renderBenefit.js +2 -6
  525. package/lib/components/ProductTile/renderBenefit.js.map +1 -1
  526. package/lib/components/PromoTile/PromoTile.js +3 -3
  527. package/lib/components/PromoTile/PromoTile.js.map +1 -1
  528. package/lib/components/Recommendation/Recommendation.js +2 -4
  529. package/lib/components/Recommendation/Recommendation.js.map +1 -1
  530. package/lib/components/Recommendation/RecommendationCard.d.ts +2 -4
  531. package/lib/components/Recommendation/RecommendationCard.js +4 -3
  532. package/lib/components/Recommendation/RecommendationCard.js.map +1 -1
  533. package/lib/components/RollupItem/RollupItem.js +7 -15
  534. package/lib/components/RollupItem/RollupItem.js.map +1 -1
  535. package/lib/components/SafeDepositRental/SafeDepositRental.js +1 -1
  536. package/lib/components/SafeDepositRental/SafeDepositRental.js.map +1 -1
  537. package/lib/components/StepsBlock/StepsBlock.js +3 -6
  538. package/lib/components/StepsBlock/StepsBlock.js.map +1 -1
  539. package/lib/components/StepsBlock/StepsBlock.mobile.js +4 -4
  540. package/lib/components/StepsBlock/StepsBlock.mobile.js.map +1 -1
  541. package/lib/components/StepsBlock/StepsBlockStyleMaps.d.ts +0 -2
  542. package/lib/components/StepsBlock/StepsBlockStyleMaps.js +23 -4
  543. package/lib/components/StepsBlock/StepsBlockStyleMaps.js.map +1 -1
  544. package/lib/components/StepsBlock/renderStepContent.js +3 -8
  545. package/lib/components/StepsBlock/renderStepContent.js.map +1 -1
  546. package/lib/components/SwipeListControlBlock/SwipeListControlBlock.d.ts +6 -0
  547. package/lib/components/SwipeListControlBlock/SwipeListControlBlock.fixture.d.ts +5 -0
  548. package/lib/components/SwipeListControlBlock/SwipeListControlBlock.js +12 -0
  549. package/lib/components/SwipeListControlBlock/SwipeListControlBlock.js.map +1 -0
  550. package/lib/components/SwipeListControlBlock/SwipeListControlBlockContent.d.ts +5 -0
  551. package/lib/components/SwipeListControlBlock/SwipeListControlBlockContent.js +2 -0
  552. package/lib/components/SwipeListControlBlock/SwipeListControlBlockContent.js.map +1 -0
  553. package/lib/components/Tabs/renderGroupTab.js +1 -1
  554. package/lib/components/Tabs/renderGroupTab.js.map +1 -1
  555. package/lib/components/Tabs/tabItemClasses.d.ts +2 -2
  556. package/lib/components/Tabs/tabItemClasses.js +2 -2
  557. package/lib/components/Tabs/tabItemClasses.js.map +1 -1
  558. package/lib/components/TariffsTable/EmbeddableCellData.d.ts +1 -1
  559. package/lib/components/TariffsTable/EmbeddableCellData.js +6 -7
  560. package/lib/components/TariffsTable/EmbeddableCellData.js.map +1 -1
  561. package/lib/components/TariffsTable/EmbeddableCellData.mobile.js +6 -7
  562. package/lib/components/TariffsTable/EmbeddableCellData.mobile.js.map +1 -1
  563. package/lib/components/TariffsTable/TariffsTable.js +1 -1
  564. package/lib/components/TariffsTable/TariffsTable.js.map +1 -1
  565. package/lib/components/TextBlock/TextBlock.mobile.js +1 -2
  566. package/lib/components/TextBlock/TextBlock.mobile.js.map +1 -1
  567. package/lib/components/Tile/Tile.d.ts +0 -1
  568. package/lib/components/Tile/Tile.js +5 -10
  569. package/lib/components/Tile/Tile.js.map +1 -1
  570. package/lib/components/VerticalLayout/VerticalLayout.js +4 -15
  571. package/lib/components/VerticalLayout/VerticalLayout.js.map +1 -1
  572. package/lib/components/VerticalLayout/VerticalLayoutContent.d.ts +3 -7
  573. package/lib/components/Video/Video.js +2 -4
  574. package/lib/components/Video/Video.js.map +1 -1
  575. package/lib/components/Video/getPaddings.d.ts +1 -1
  576. package/lib/components/Video/getPaddings.js.map +1 -1
  577. package/lib/icons/IconName.d.ts +6 -4
  578. package/lib/icons/IconName.js +2 -0
  579. package/lib/icons/IconName.js.map +1 -1
  580. package/lib/model/BlockVersion.d.ts +6 -20
  581. package/lib/model/BlockVersion.js +1 -32
  582. package/lib/model/BlockVersion.js.map +1 -1
  583. package/lib/model/ButtonVersion.d.ts +3 -3
  584. package/lib/model/JSXBlock.d.ts +2 -0
  585. package/lib/ui-kit/BenefitItem/BenefitItem.js +1 -9
  586. package/lib/ui-kit/BenefitItem/BenefitItem.js.map +1 -1
  587. package/lib/ui-kit/BlockWrapper.d.ts +2 -0
  588. package/lib/ui-kit/BlockWrapper.js +10 -2
  589. package/lib/ui-kit/BlockWrapper.js.map +1 -1
  590. package/lib/ui-kit/Button/ArrowButton.js +2 -2
  591. package/lib/ui-kit/Button/ArrowButton.js.map +1 -1
  592. package/lib/ui-kit/Button/ButtonInner.js +1 -1
  593. package/lib/ui-kit/Button/ButtonInner.js.map +1 -1
  594. package/lib/ui-kit/Button/buttonClassNameConstants.js +9 -3
  595. package/lib/ui-kit/Button/buttonClassNameConstants.js.map +1 -1
  596. package/lib/ui-kit/Button/renderButtonsSection.d.ts +8 -0
  597. package/lib/ui-kit/Button/renderButtonsSection.js +13 -0
  598. package/lib/ui-kit/Button/renderButtonsSection.js.map +1 -0
  599. package/lib/ui-kit/Checkbox/Checkbox.js +1 -1
  600. package/lib/ui-kit/Checkbox/Checkbox.js.map +1 -1
  601. package/lib/ui-kit/Foldable/Foldable.d.ts +1 -0
  602. package/lib/ui-kit/Foldable/Foldable.js +2 -2
  603. package/lib/ui-kit/Foldable/Foldable.js.map +1 -1
  604. package/lib/ui-kit/Foldable/FoldablePartProps.d.ts +1 -1
  605. package/lib/ui-kit/HeaderItem/HeaderItem.js +5 -17
  606. package/lib/ui-kit/HeaderItem/HeaderItem.js.map +1 -1
  607. package/lib/ui-kit/HeaderItem/HeaderItem.mobile.js +8 -17
  608. package/lib/ui-kit/HeaderItem/HeaderItem.mobile.js.map +1 -1
  609. package/lib/ui-kit/Heading/Heading.js +2 -5
  610. package/lib/ui-kit/Heading/Heading.js.map +1 -1
  611. package/lib/ui-kit/Icon/Icon.js +3 -8
  612. package/lib/ui-kit/Icon/Icon.js.map +1 -1
  613. package/lib/ui-kit/LinkButton/LinkButton.js +2 -2
  614. package/lib/ui-kit/LinkButton/LinkButton.js.map +1 -1
  615. package/lib/ui-kit/List/List.fixture.d.ts +0 -2
  616. package/lib/ui-kit/List/List.js +1 -12
  617. package/lib/ui-kit/List/List.js.map +1 -1
  618. package/lib/ui-kit/List/ListItem.d.ts +1 -2
  619. package/lib/ui-kit/List/ListItem.js +1 -8
  620. package/lib/ui-kit/List/ListItem.js.map +1 -1
  621. package/lib/ui-kit/List/ListProps.d.ts +0 -6
  622. package/lib/ui-kit/Location/Location.js +1 -1
  623. package/lib/ui-kit/Location/Location.js.map +1 -1
  624. package/lib/ui-kit/Paragraph/Paragraph.js +1 -1
  625. package/lib/ui-kit/Paragraph/Paragraph.js.map +1 -1
  626. package/lib/ui-kit/SwipeListControl/SwipeListContainer.d.ts +2 -1
  627. package/lib/ui-kit/SwipeListControl/SwipeListContainer.js +8 -5
  628. package/lib/ui-kit/SwipeListControl/SwipeListContainer.js.map +1 -1
  629. package/lib/ui-kit/SwipeListControl/SwipeListControl.fixture.mobile.d.ts +1 -0
  630. package/lib/ui-kit/SwipeListControl/SwipeListControl.js +3 -2
  631. package/lib/ui-kit/SwipeListControl/SwipeListControl.js.map +1 -1
  632. package/lib/ui-kit/SwipeListControl/SwipeListControlDots.d.ts +2 -0
  633. package/lib/ui-kit/SwipeListControl/SwipeListControlDots.js +12 -3
  634. package/lib/ui-kit/SwipeListControl/SwipeListControlDots.js.map +1 -1
  635. package/lib/ui-kit/SwipeListControl/SwipeListControlProps.d.ts +7 -0
  636. package/lib/ui-kit/Text/Text.js +1 -1
  637. package/lib/ui-kit/Text/Text.js.map +1 -1
  638. package/lib/ui-kit/Text/TextProps.d.ts +2 -1
  639. package/lib/ui-kit/TopItem/TopItem.d.ts +0 -2
  640. package/lib/ui-kit/TopItem/TopItem.js +9 -18
  641. package/lib/ui-kit/TopItem/TopItem.js.map +1 -1
  642. package/lib/utils/getColSpan.d.ts +1 -1
  643. package/lib/utils/getColSpan.js +1 -1
  644. package/lib/utils/getColSpan.js.map +1 -1
  645. package/lib/utils/style.d.ts +3 -0
  646. package/lib/utils/style.js +5 -0
  647. package/lib/utils/style.js.map +1 -0
  648. package/mobile/bundle/bundle.umd.js +168 -169
  649. package/mobile/bundle/bundle.umd.min.js +1 -1
  650. package/mobile/bundle/components/BaseTile/BaseTile.d.ts +1 -4
  651. package/mobile/bundle/components/BaseTile/BaseTileProps.d.ts +3 -4
  652. package/mobile/bundle/components/Calculator/BonusCalculatorForm.d.ts +1 -1
  653. package/mobile/bundle/components/Calculator/CreditCalculatorForm.d.ts +1 -1
  654. package/mobile/bundle/components/Carousel/CarouselContent.d.ts +2 -0
  655. package/mobile/bundle/components/CarouselCard/CarouselCardContent.d.ts +1 -1
  656. package/mobile/bundle/components/CarouselCatalogCard/CarouselCatalogCard.d.ts +2 -4
  657. package/mobile/bundle/components/CarouselProductCard/CarouselProductCardContent.d.ts +3 -3
  658. package/mobile/bundle/components/CarouselRecommendationCard/CarouselRecommendationCard.d.ts +1 -1
  659. package/mobile/bundle/components/CarouselRecommendationCard/CarouselRecommendationCardContent.d.ts +0 -2
  660. package/mobile/bundle/components/CarouselTariffsCard/CarouselTariffsCardContent.d.ts +1 -1
  661. package/mobile/bundle/components/Footer/MediaButton.d.ts +2 -2
  662. package/mobile/bundle/components/Footer/SocialMedia.d.ts +0 -2
  663. package/mobile/bundle/components/Gallery/GalleryContainer.d.ts +1 -1
  664. package/mobile/bundle/components/Gallery/GalleryInner.d.ts +1 -1
  665. package/mobile/bundle/components/Header/DropdownMenu.d.ts +0 -2
  666. package/mobile/bundle/components/Header/HeaderSecondaryMenu.d.ts +2 -2
  667. package/mobile/bundle/components/Header/HeaderSubMenu.d.ts +0 -2
  668. package/mobile/bundle/components/Header/HeaderSubMenuItem.d.ts +0 -2
  669. package/mobile/bundle/components/Headline/HeadlineContent.d.ts +0 -2
  670. package/mobile/bundle/components/HorizontalLayout/HorizontalLayoutContent.d.ts +0 -2
  671. package/mobile/bundle/components/HorizontalLayout/gapStyles.d.ts +2 -0
  672. package/mobile/bundle/components/LinkDocs/LinkDocsContent.d.ts +4 -0
  673. package/mobile/bundle/components/ParagraphBlock/ParagraphBlockContent.d.ts +5 -2
  674. package/mobile/bundle/components/ProductGallery/ProductGalleryContent.d.ts +1 -0
  675. package/mobile/bundle/components/ProductTile/renderAdditionalDescription.d.ts +1 -2
  676. package/mobile/bundle/components/ProductTile/renderBenefit.d.ts +1 -2
  677. package/mobile/bundle/components/Recommendation/RecommendationCard.d.ts +2 -4
  678. package/mobile/bundle/components/StepsBlock/StepsBlockStyleMaps.d.ts +0 -2
  679. package/mobile/bundle/components/SwipeListControlBlock/SwipeListControlBlock.d.ts +6 -0
  680. package/mobile/bundle/components/SwipeListControlBlock/SwipeListControlBlockContent.d.ts +5 -0
  681. package/mobile/bundle/components/Tabs/tabItemClasses.d.ts +2 -2
  682. package/mobile/bundle/components/Tile/Tile.d.ts +0 -1
  683. package/mobile/bundle/components/VerticalLayout/VerticalLayoutContent.d.ts +3 -7
  684. package/mobile/bundle/components/Video/getPaddings.d.ts +1 -1
  685. package/mobile/bundle/icons/IconName.d.ts +6 -4
  686. package/mobile/bundle/model/BlockVersion.d.ts +6 -20
  687. package/mobile/bundle/model/ButtonVersion.d.ts +3 -3
  688. package/mobile/bundle/model/JSXBlock.d.ts +2 -0
  689. package/mobile/bundle/ui-kit/BlockWrapper.d.ts +2 -0
  690. package/mobile/bundle/ui-kit/Button/renderButtonsSection.d.ts +9 -0
  691. package/mobile/bundle/ui-kit/Foldable/Foldable.d.ts +1 -0
  692. package/mobile/bundle/ui-kit/Foldable/FoldablePartProps.d.ts +1 -1
  693. package/mobile/bundle/ui-kit/List/ListItem.d.ts +1 -2
  694. package/mobile/bundle/ui-kit/List/ListProps.d.ts +0 -6
  695. package/mobile/bundle/ui-kit/SwipeListControl/SwipeListContainer.d.ts +2 -1
  696. package/mobile/bundle/ui-kit/SwipeListControl/SwipeListControlDots.d.ts +2 -0
  697. package/mobile/bundle/ui-kit/SwipeListControl/SwipeListControlProps.d.ts +7 -0
  698. package/mobile/bundle/ui-kit/Text/TextProps.d.ts +2 -1
  699. package/mobile/bundle/ui-kit/TopItem/TopItem.d.ts +0 -2
  700. package/mobile/bundle/utils/getColSpan.d.ts +1 -1
  701. package/mobile/bundle/utils/style.d.ts +3 -0
  702. package/mobile/dist/BlockRenderer/renderBlock.js +4 -3
  703. package/mobile/dist/BlockRenderer/renderBlock.js.map +1 -1
  704. package/mobile/dist/components/Accordion/Accordion.js +1 -1
  705. package/mobile/dist/components/Accordion/Accordion.js.map +1 -1
  706. package/mobile/dist/components/BaseTile/BaseTile.d.ts +1 -4
  707. package/mobile/dist/components/BaseTile/BaseTile.js.map +1 -1
  708. package/mobile/dist/components/BaseTile/BaseTileProps.d.ts +3 -4
  709. package/mobile/dist/components/BenefitsBlock/BenefitsBlock.js +5 -19
  710. package/mobile/dist/components/BenefitsBlock/BenefitsBlock.js.map +1 -1
  711. package/mobile/dist/components/Bonus/Bonus.js +5 -7
  712. package/mobile/dist/components/Bonus/Bonus.js.map +1 -1
  713. package/mobile/dist/components/BonusBenefitsBlock/BonusBenefitsBlock.js +1 -1
  714. package/mobile/dist/components/BonusBenefitsBlock/BonusBenefitsBlock.js.map +1 -1
  715. package/mobile/dist/components/BusinessBlock/BusinessBlock.js +1 -1
  716. package/mobile/dist/components/BusinessBlock/BusinessBlock.js.map +1 -1
  717. package/mobile/dist/components/BusinessBlock/BusinessCard.js +2 -2
  718. package/mobile/dist/components/BusinessBlock/BusinessCard.js.map +1 -1
  719. package/mobile/dist/components/ButtonBlock/ButtonBlock.js +2 -5
  720. package/mobile/dist/components/ButtonBlock/ButtonBlock.js.map +1 -1
  721. package/mobile/dist/components/Calculator/BonusCalculatorForm.d.ts +1 -1
  722. package/mobile/dist/components/Calculator/BonusCalculatorForm.js +2 -2
  723. package/mobile/dist/components/Calculator/BonusCalculatorForm.js.map +1 -1
  724. package/mobile/dist/components/Calculator/Calculator.js +1 -1
  725. package/mobile/dist/components/Calculator/Calculator.js.map +1 -1
  726. package/mobile/dist/components/Calculator/CreditCalculatorForm.d.ts +1 -1
  727. package/mobile/dist/components/Calculator/CreditCalculatorForm.js +2 -2
  728. package/mobile/dist/components/Calculator/CreditCalculatorForm.js.map +1 -1
  729. package/mobile/dist/components/Calculator/DepositCalculatorForm.js +2 -2
  730. package/mobile/dist/components/Calculator/DepositCalculatorForm.js.map +1 -1
  731. package/mobile/dist/components/CardTransfer/CardTransfer.js +1 -1
  732. package/mobile/dist/components/CardTransfer/CardTransfer.js.map +1 -1
  733. package/mobile/dist/components/Carousel/Carousel.js +5 -3
  734. package/mobile/dist/components/Carousel/Carousel.js.map +1 -1
  735. package/mobile/dist/components/Carousel/CarouselContent.d.ts +2 -0
  736. package/mobile/dist/components/CarouselCard/CarouselCard.js +3 -3
  737. package/mobile/dist/components/CarouselCard/CarouselCard.js.map +1 -1
  738. package/mobile/dist/components/CarouselCard/CarouselCardContent.d.ts +1 -1
  739. package/mobile/dist/components/CarouselCatalogCard/CarouselCatalogCard.d.ts +2 -4
  740. package/mobile/dist/components/CarouselCatalogCard/CarouselCatalogCard.js +3 -3
  741. package/mobile/dist/components/CarouselCatalogCard/CarouselCatalogCard.js.map +1 -1
  742. package/mobile/dist/components/CarouselInvestmentCard/CarouselInvestmentCard.js +6 -9
  743. package/mobile/dist/components/CarouselInvestmentCard/CarouselInvestmentCard.js.map +1 -1
  744. package/mobile/dist/components/CarouselLinks/CarouselLinks.js +3 -3
  745. package/mobile/dist/components/CarouselLinks/CarouselLinks.js.map +1 -1
  746. package/mobile/dist/components/CarouselProductCard/CarouselProductCard.js +8 -19
  747. package/mobile/dist/components/CarouselProductCard/CarouselProductCard.js.map +1 -1
  748. package/mobile/dist/components/CarouselProductCard/CarouselProductCardContent.d.ts +3 -3
  749. package/mobile/dist/components/CarouselProgramsCard/CarouselProgramsCard.js +1 -2
  750. package/mobile/dist/components/CarouselProgramsCard/CarouselProgramsCard.js.map +1 -1
  751. package/mobile/dist/components/CarouselRecommendationCard/CarouselRecommendationCard.d.ts +1 -1
  752. package/mobile/dist/components/CarouselRecommendationCard/CarouselRecommendationCard.js +7 -11
  753. package/mobile/dist/components/CarouselRecommendationCard/CarouselRecommendationCard.js.map +1 -1
  754. package/mobile/dist/components/CarouselRecommendationCard/CarouselRecommendationCardContent.d.ts +0 -2
  755. package/mobile/dist/components/CarouselTariffsCard/CarouselTariffsCard.js +12 -10
  756. package/mobile/dist/components/CarouselTariffsCard/CarouselTariffsCard.js.map +1 -1
  757. package/mobile/dist/components/CarouselTariffsCard/CarouselTariffsCardContent.d.ts +1 -1
  758. package/mobile/dist/components/Catalog/Catalog.js +1 -1
  759. package/mobile/dist/components/Catalog/Catalog.js.map +1 -1
  760. package/mobile/dist/components/Catalog/CatalogCard.js +2 -2
  761. package/mobile/dist/components/Catalog/CatalogCard.js.map +1 -1
  762. package/mobile/dist/components/ContactsBlock/ContactsBlock.js +3 -4
  763. package/mobile/dist/components/ContactsBlock/ContactsBlock.js.map +1 -1
  764. package/mobile/dist/components/ContentPage/ContentPage.js +2 -2
  765. package/mobile/dist/components/ContentPage/ContentPage.js.map +1 -1
  766. package/mobile/dist/components/ExchangeRateTile/ExchangeRateTile.js +1 -1
  767. package/mobile/dist/components/ExchangeRateTile/ExchangeRateTile.js.map +1 -1
  768. package/mobile/dist/components/Footer/MediaButton.d.ts +2 -2
  769. package/mobile/dist/components/Footer/MediaButton.js +12 -13
  770. package/mobile/dist/components/Footer/MediaButton.js.map +1 -1
  771. package/mobile/dist/components/Footer/SocialMedia.d.ts +0 -2
  772. package/mobile/dist/components/Footer/SocialMedia.js +1 -1
  773. package/mobile/dist/components/Footer/SocialMedia.js.map +1 -1
  774. package/mobile/dist/components/Gallery/Gallery.js +6 -7
  775. package/mobile/dist/components/Gallery/Gallery.js.map +1 -1
  776. package/mobile/dist/components/Gallery/GalleryCardInner.js +8 -11
  777. package/mobile/dist/components/Gallery/GalleryCardInner.js.map +1 -1
  778. package/mobile/dist/components/Gallery/GalleryContainer.d.ts +1 -1
  779. package/mobile/dist/components/Gallery/GalleryContainer.js +5 -4
  780. package/mobile/dist/components/Gallery/GalleryContainer.js.map +1 -1
  781. package/mobile/dist/components/Gallery/GalleryInner.d.ts +1 -1
  782. package/mobile/dist/components/Gallery/GalleryInner.js +5 -5
  783. package/mobile/dist/components/Gallery/GalleryInner.js.map +1 -1
  784. package/mobile/dist/components/GracePeriod/GracePeriod.js +1 -1
  785. package/mobile/dist/components/GracePeriod/GracePeriod.js.map +1 -1
  786. package/mobile/dist/components/Header/DropdownMenu.d.ts +0 -2
  787. package/mobile/dist/components/Header/DropdownMenu.js +4 -7
  788. package/mobile/dist/components/Header/DropdownMenu.js.map +1 -1
  789. package/mobile/dist/components/Header/Header.js +7 -2
  790. package/mobile/dist/components/Header/Header.js.map +1 -1
  791. package/mobile/dist/components/Header/HeaderSecondaryMenu.d.ts +2 -2
  792. package/mobile/dist/components/Header/HeaderSecondaryMenu.js +7 -18
  793. package/mobile/dist/components/Header/HeaderSecondaryMenu.js.map +1 -1
  794. package/mobile/dist/components/Header/HeaderSubMenu.d.ts +0 -2
  795. package/mobile/dist/components/Header/HeaderSubMenu.js +2 -2
  796. package/mobile/dist/components/Header/HeaderSubMenu.js.map +1 -1
  797. package/mobile/dist/components/Header/HeaderSubMenuItem.d.ts +0 -2
  798. package/mobile/dist/components/Header/HeaderSubMenuItem.js +2 -2
  799. package/mobile/dist/components/Header/HeaderSubMenuItem.js.map +1 -1
  800. package/mobile/dist/components/Header/HeaderTop.js +1 -1
  801. package/mobile/dist/components/Header/HeaderTop.js.map +1 -1
  802. package/mobile/dist/components/Headline/Headline.js +6 -5
  803. package/mobile/dist/components/Headline/Headline.js.map +1 -1
  804. package/mobile/dist/components/Headline/HeadlineContent.d.ts +0 -2
  805. package/mobile/dist/components/HorizontalLayout/HorizontalLayout.js +3 -13
  806. package/mobile/dist/components/HorizontalLayout/HorizontalLayout.js.map +1 -1
  807. package/mobile/dist/components/HorizontalLayout/HorizontalLayoutContent.d.ts +0 -2
  808. package/mobile/dist/components/HorizontalLayout/gapStyles.d.ts +2 -0
  809. package/mobile/dist/components/HorizontalLayout/gapStyles.js +12 -0
  810. package/mobile/dist/components/HorizontalLayout/gapStyles.js.map +1 -0
  811. package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlock.js +1 -1
  812. package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlock.js.map +1 -1
  813. package/mobile/dist/components/InvestmentInfo/InvestmentInfo.js +1 -1
  814. package/mobile/dist/components/InvestmentInfo/InvestmentInfo.js.map +1 -1
  815. package/mobile/dist/components/LinkDocs/LinkDocs.js +3 -1
  816. package/mobile/dist/components/LinkDocs/LinkDocs.js.map +1 -1
  817. package/mobile/dist/components/LinkDocs/LinkDocsContent.d.ts +4 -0
  818. package/mobile/dist/components/LinkDocs/LinkDocsList.js +1 -1
  819. package/mobile/dist/components/LinkDocs/LinkDocsList.js.map +1 -1
  820. package/mobile/dist/components/LinkList/LinkList.js +1 -1
  821. package/mobile/dist/components/LinkList/LinkList.js.map +1 -1
  822. package/mobile/dist/components/MiniGallery/MiniGallery.js +1 -1
  823. package/mobile/dist/components/MiniGallery/MiniGallery.js.map +1 -1
  824. package/mobile/dist/components/OfficeServicesBlock/OfficeServicesBlock.js +1 -1
  825. package/mobile/dist/components/OfficeServicesBlock/OfficeServicesBlock.js.map +1 -1
  826. package/mobile/dist/components/ParagraphBlock/ParagraphBlock.js +1 -4
  827. package/mobile/dist/components/ParagraphBlock/ParagraphBlock.js.map +1 -1
  828. package/mobile/dist/components/ParagraphBlock/ParagraphBlockContent.d.ts +5 -2
  829. package/mobile/dist/components/PictureText/PictureText.js +1 -2
  830. package/mobile/dist/components/PictureText/PictureText.js.map +1 -1
  831. package/mobile/dist/components/Placeholder/Placeholder.js +2 -1
  832. package/mobile/dist/components/Placeholder/Placeholder.js.map +1 -1
  833. package/mobile/dist/components/ProductBlock/ProductBlock.js +3 -3
  834. package/mobile/dist/components/ProductBlock/ProductBlock.js.map +1 -1
  835. package/mobile/dist/components/ProductBlock/ProductBlockInner.js +5 -9
  836. package/mobile/dist/components/ProductBlock/ProductBlockInner.js.map +1 -1
  837. package/mobile/dist/components/ProductGallery/ProductGallery.js +7 -20
  838. package/mobile/dist/components/ProductGallery/ProductGallery.js.map +1 -1
  839. package/mobile/dist/components/ProductGallery/ProductGalleryContent.d.ts +1 -0
  840. package/mobile/dist/components/ProductTile/ProductTile.js +5 -6
  841. package/mobile/dist/components/ProductTile/ProductTile.js.map +1 -1
  842. package/mobile/dist/components/ProductTile/renderAdditionalDescription.d.ts +1 -2
  843. package/mobile/dist/components/ProductTile/renderAdditionalDescription.js +2 -6
  844. package/mobile/dist/components/ProductTile/renderAdditionalDescription.js.map +1 -1
  845. package/mobile/dist/components/ProductTile/renderBenefit.d.ts +1 -2
  846. package/mobile/dist/components/ProductTile/renderBenefit.js +2 -6
  847. package/mobile/dist/components/ProductTile/renderBenefit.js.map +1 -1
  848. package/mobile/dist/components/PromoTile/PromoTile.js +3 -3
  849. package/mobile/dist/components/PromoTile/PromoTile.js.map +1 -1
  850. package/mobile/dist/components/Recommendation/Recommendation.js +2 -4
  851. package/mobile/dist/components/Recommendation/Recommendation.js.map +1 -1
  852. package/mobile/dist/components/Recommendation/RecommendationCard.d.ts +2 -4
  853. package/mobile/dist/components/Recommendation/RecommendationCard.js +4 -3
  854. package/mobile/dist/components/Recommendation/RecommendationCard.js.map +1 -1
  855. package/mobile/dist/components/RollupItem/RollupItem.js +7 -15
  856. package/mobile/dist/components/RollupItem/RollupItem.js.map +1 -1
  857. package/mobile/dist/components/SafeDepositRental/SafeDepositRental.js +1 -1
  858. package/mobile/dist/components/SafeDepositRental/SafeDepositRental.js.map +1 -1
  859. package/mobile/dist/components/StepsBlock/StepsBlock.js +4 -4
  860. package/mobile/dist/components/StepsBlock/StepsBlock.js.map +1 -1
  861. package/mobile/dist/components/StepsBlock/StepsBlockStyleMaps.d.ts +0 -2
  862. package/mobile/dist/components/StepsBlock/StepsBlockStyleMaps.js +23 -4
  863. package/mobile/dist/components/StepsBlock/StepsBlockStyleMaps.js.map +1 -1
  864. package/mobile/dist/components/StepsBlock/renderStepContent.js +2 -7
  865. package/mobile/dist/components/StepsBlock/renderStepContent.js.map +1 -1
  866. package/mobile/dist/components/SwipeListControlBlock/SwipeListControlBlock.d.ts +6 -0
  867. package/mobile/dist/components/SwipeListControlBlock/SwipeListControlBlock.js +14 -0
  868. package/mobile/dist/components/SwipeListControlBlock/SwipeListControlBlock.js.map +1 -0
  869. package/mobile/dist/components/SwipeListControlBlock/SwipeListControlBlockContent.d.ts +5 -0
  870. package/mobile/dist/components/SwipeListControlBlock/SwipeListControlBlockContent.js +2 -0
  871. package/mobile/dist/components/SwipeListControlBlock/SwipeListControlBlockContent.js.map +1 -0
  872. package/mobile/dist/components/Tabs/renderGroupTab.js +1 -1
  873. package/mobile/dist/components/Tabs/renderGroupTab.js.map +1 -1
  874. package/mobile/dist/components/Tabs/tabItemClasses.d.ts +2 -2
  875. package/mobile/dist/components/Tabs/tabItemClasses.js +2 -2
  876. package/mobile/dist/components/Tabs/tabItemClasses.js.map +1 -1
  877. package/mobile/dist/components/TariffsTable/EmbeddableCellData.js +6 -7
  878. package/mobile/dist/components/TariffsTable/EmbeddableCellData.js.map +1 -1
  879. package/mobile/dist/components/TextBlock/TextBlock.js +1 -2
  880. package/mobile/dist/components/TextBlock/TextBlock.js.map +1 -1
  881. package/mobile/dist/components/Tile/Tile.d.ts +0 -1
  882. package/mobile/dist/components/Tile/Tile.js +5 -10
  883. package/mobile/dist/components/Tile/Tile.js.map +1 -1
  884. package/mobile/dist/components/VerticalLayout/VerticalLayout.js +4 -15
  885. package/mobile/dist/components/VerticalLayout/VerticalLayout.js.map +1 -1
  886. package/mobile/dist/components/VerticalLayout/VerticalLayoutContent.d.ts +3 -7
  887. package/mobile/dist/components/Video/Video.js +2 -4
  888. package/mobile/dist/components/Video/Video.js.map +1 -1
  889. package/mobile/dist/components/Video/getPaddings.d.ts +1 -1
  890. package/mobile/dist/components/Video/getPaddings.js.map +1 -1
  891. package/mobile/dist/icons/IconName.d.ts +6 -4
  892. package/mobile/dist/icons/IconName.js +2 -0
  893. package/mobile/dist/icons/IconName.js.map +1 -1
  894. package/mobile/dist/model/BlockVersion.d.ts +6 -20
  895. package/mobile/dist/model/BlockVersion.js +0 -33
  896. package/mobile/dist/model/BlockVersion.js.map +1 -1
  897. package/mobile/dist/model/ButtonVersion.d.ts +3 -3
  898. package/mobile/dist/model/JSXBlock.d.ts +2 -0
  899. package/mobile/dist/ui-kit/BenefitItem/BenefitItem.js +1 -9
  900. package/mobile/dist/ui-kit/BenefitItem/BenefitItem.js.map +1 -1
  901. package/mobile/dist/ui-kit/BlockWrapper.d.ts +2 -0
  902. package/mobile/dist/ui-kit/BlockWrapper.js +11 -3
  903. package/mobile/dist/ui-kit/BlockWrapper.js.map +1 -1
  904. package/mobile/dist/ui-kit/Button/ArrowButton.js +2 -2
  905. package/mobile/dist/ui-kit/Button/ArrowButton.js.map +1 -1
  906. package/mobile/dist/ui-kit/Button/ButtonInner.js +1 -1
  907. package/mobile/dist/ui-kit/Button/ButtonInner.js.map +1 -1
  908. package/mobile/dist/ui-kit/Button/buttonClassNameConstants.js +9 -3
  909. package/mobile/dist/ui-kit/Button/buttonClassNameConstants.js.map +1 -1
  910. package/mobile/dist/ui-kit/Button/renderButtonsSection.d.ts +9 -0
  911. package/mobile/dist/ui-kit/Button/renderButtonsSection.js +16 -0
  912. package/mobile/dist/ui-kit/Button/renderButtonsSection.js.map +1 -0
  913. package/mobile/dist/ui-kit/Checkbox/Checkbox.js +1 -1
  914. package/mobile/dist/ui-kit/Checkbox/Checkbox.js.map +1 -1
  915. package/mobile/dist/ui-kit/Foldable/Foldable.d.ts +1 -0
  916. package/mobile/dist/ui-kit/Foldable/Foldable.js +2 -2
  917. package/mobile/dist/ui-kit/Foldable/Foldable.js.map +1 -1
  918. package/mobile/dist/ui-kit/Foldable/FoldablePartProps.d.ts +1 -1
  919. package/mobile/dist/ui-kit/HeaderItem/HeaderItem.js +8 -17
  920. package/mobile/dist/ui-kit/HeaderItem/HeaderItem.js.map +1 -1
  921. package/mobile/dist/ui-kit/Icon/Icon.js +3 -8
  922. package/mobile/dist/ui-kit/Icon/Icon.js.map +1 -1
  923. package/mobile/dist/ui-kit/LinkButton/LinkButton.js +2 -2
  924. package/mobile/dist/ui-kit/LinkButton/LinkButton.js.map +1 -1
  925. package/mobile/dist/ui-kit/List/List.js +1 -12
  926. package/mobile/dist/ui-kit/List/List.js.map +1 -1
  927. package/mobile/dist/ui-kit/List/ListItem.d.ts +1 -2
  928. package/mobile/dist/ui-kit/List/ListItem.js +1 -8
  929. package/mobile/dist/ui-kit/List/ListItem.js.map +1 -1
  930. package/mobile/dist/ui-kit/List/ListProps.d.ts +0 -6
  931. package/mobile/dist/ui-kit/Location/Location.js +1 -1
  932. package/mobile/dist/ui-kit/Location/Location.js.map +1 -1
  933. package/mobile/dist/ui-kit/Paragraph/Paragraph.js +1 -1
  934. package/mobile/dist/ui-kit/Paragraph/Paragraph.js.map +1 -1
  935. package/mobile/dist/ui-kit/SwipeListControl/SwipeListContainer.d.ts +2 -1
  936. package/mobile/dist/ui-kit/SwipeListControl/SwipeListContainer.js +8 -5
  937. package/mobile/dist/ui-kit/SwipeListControl/SwipeListContainer.js.map +1 -1
  938. package/mobile/dist/ui-kit/SwipeListControl/SwipeListControl.js +3 -2
  939. package/mobile/dist/ui-kit/SwipeListControl/SwipeListControl.js.map +1 -1
  940. package/mobile/dist/ui-kit/SwipeListControl/SwipeListControlDots.d.ts +2 -0
  941. package/mobile/dist/ui-kit/SwipeListControl/SwipeListControlDots.js +12 -3
  942. package/mobile/dist/ui-kit/SwipeListControl/SwipeListControlDots.js.map +1 -1
  943. package/mobile/dist/ui-kit/SwipeListControl/SwipeListControlProps.d.ts +7 -0
  944. package/mobile/dist/ui-kit/Text/Text.js +1 -1
  945. package/mobile/dist/ui-kit/Text/Text.js.map +1 -1
  946. package/mobile/dist/ui-kit/Text/TextProps.d.ts +2 -1
  947. package/mobile/dist/ui-kit/TopItem/TopItem.d.ts +0 -2
  948. package/mobile/dist/ui-kit/TopItem/TopItem.js +9 -18
  949. package/mobile/dist/ui-kit/TopItem/TopItem.js.map +1 -1
  950. package/mobile/dist/utils/getColSpan.d.ts +1 -1
  951. package/mobile/dist/utils/getColSpan.js +1 -1
  952. package/mobile/dist/utils/getColSpan.js.map +1 -1
  953. package/mobile/dist/utils/style.d.ts +3 -0
  954. package/mobile/dist/utils/style.js +8 -0
  955. package/mobile/dist/utils/style.js.map +1 -0
  956. package/mobile/lib/BlockRenderer/renderBlock.js +4 -3
  957. package/mobile/lib/BlockRenderer/renderBlock.js.map +1 -1
  958. package/mobile/lib/components/Accordion/Accordion.js +1 -1
  959. package/mobile/lib/components/Accordion/Accordion.js.map +1 -1
  960. package/mobile/lib/components/BaseTile/BaseTile.d.ts +1 -4
  961. package/mobile/lib/components/BaseTile/BaseTile.js.map +1 -1
  962. package/mobile/lib/components/BaseTile/BaseTileProps.d.ts +3 -4
  963. package/mobile/lib/components/BenefitsBlock/BenefitsBlock.js +5 -19
  964. package/mobile/lib/components/BenefitsBlock/BenefitsBlock.js.map +1 -1
  965. package/mobile/lib/components/Bonus/Bonus.js +5 -7
  966. package/mobile/lib/components/Bonus/Bonus.js.map +1 -1
  967. package/mobile/lib/components/BonusBenefitsBlock/BonusBenefitsBlock.js +1 -1
  968. package/mobile/lib/components/BonusBenefitsBlock/BonusBenefitsBlock.js.map +1 -1
  969. package/mobile/lib/components/BusinessBlock/BusinessBlock.js +1 -1
  970. package/mobile/lib/components/BusinessBlock/BusinessBlock.js.map +1 -1
  971. package/mobile/lib/components/BusinessBlock/BusinessCard.js +2 -2
  972. package/mobile/lib/components/BusinessBlock/BusinessCard.js.map +1 -1
  973. package/mobile/lib/components/ButtonBlock/ButtonBlock.js +2 -5
  974. package/mobile/lib/components/ButtonBlock/ButtonBlock.js.map +1 -1
  975. package/mobile/lib/components/Calculator/BonusCalculatorForm.d.ts +1 -1
  976. package/mobile/lib/components/Calculator/BonusCalculatorForm.js +2 -2
  977. package/mobile/lib/components/Calculator/BonusCalculatorForm.js.map +1 -1
  978. package/mobile/lib/components/Calculator/Calculator.js +1 -1
  979. package/mobile/lib/components/Calculator/Calculator.js.map +1 -1
  980. package/mobile/lib/components/Calculator/CreditCalculatorForm.d.ts +1 -1
  981. package/mobile/lib/components/Calculator/CreditCalculatorForm.js +2 -2
  982. package/mobile/lib/components/Calculator/CreditCalculatorForm.js.map +1 -1
  983. package/mobile/lib/components/Calculator/DepositCalculatorForm.js +2 -2
  984. package/mobile/lib/components/Calculator/DepositCalculatorForm.js.map +1 -1
  985. package/mobile/lib/components/CardTransfer/CardTransfer.js +1 -1
  986. package/mobile/lib/components/CardTransfer/CardTransfer.js.map +1 -1
  987. package/mobile/lib/components/Carousel/Carousel.js +5 -3
  988. package/mobile/lib/components/Carousel/Carousel.js.map +1 -1
  989. package/mobile/lib/components/Carousel/CarouselContent.d.ts +2 -0
  990. package/mobile/lib/components/CarouselCard/CarouselCard.js +3 -3
  991. package/mobile/lib/components/CarouselCard/CarouselCard.js.map +1 -1
  992. package/mobile/lib/components/CarouselCard/CarouselCardContent.d.ts +1 -1
  993. package/mobile/lib/components/CarouselCatalogCard/CarouselCatalogCard.d.ts +2 -4
  994. package/mobile/lib/components/CarouselCatalogCard/CarouselCatalogCard.js +3 -3
  995. package/mobile/lib/components/CarouselCatalogCard/CarouselCatalogCard.js.map +1 -1
  996. package/mobile/lib/components/CarouselInvestmentCard/CarouselInvestmentCard.js +6 -9
  997. package/mobile/lib/components/CarouselInvestmentCard/CarouselInvestmentCard.js.map +1 -1
  998. package/mobile/lib/components/CarouselLinks/CarouselLinks.js +3 -3
  999. package/mobile/lib/components/CarouselLinks/CarouselLinks.js.map +1 -1
  1000. package/mobile/lib/components/CarouselProductCard/CarouselProductCard.js +8 -19
  1001. package/mobile/lib/components/CarouselProductCard/CarouselProductCard.js.map +1 -1
  1002. package/mobile/lib/components/CarouselProductCard/CarouselProductCardContent.d.ts +3 -3
  1003. package/mobile/lib/components/CarouselProgramsCard/CarouselProgramsCard.js +1 -2
  1004. package/mobile/lib/components/CarouselProgramsCard/CarouselProgramsCard.js.map +1 -1
  1005. package/mobile/lib/components/CarouselRecommendationCard/CarouselRecommendationCard.d.ts +1 -1
  1006. package/mobile/lib/components/CarouselRecommendationCard/CarouselRecommendationCard.js +7 -11
  1007. package/mobile/lib/components/CarouselRecommendationCard/CarouselRecommendationCard.js.map +1 -1
  1008. package/mobile/lib/components/CarouselRecommendationCard/CarouselRecommendationCardContent.d.ts +0 -2
  1009. package/mobile/lib/components/CarouselTariffsCard/CarouselTariffsCard.js +12 -10
  1010. package/mobile/lib/components/CarouselTariffsCard/CarouselTariffsCard.js.map +1 -1
  1011. package/mobile/lib/components/CarouselTariffsCard/CarouselTariffsCardContent.d.ts +1 -1
  1012. package/mobile/lib/components/Catalog/Catalog.js +1 -1
  1013. package/mobile/lib/components/Catalog/Catalog.js.map +1 -1
  1014. package/mobile/lib/components/Catalog/CatalogCard.js +2 -2
  1015. package/mobile/lib/components/Catalog/CatalogCard.js.map +1 -1
  1016. package/mobile/lib/components/ContactsBlock/ContactsBlock.js +3 -4
  1017. package/mobile/lib/components/ContactsBlock/ContactsBlock.js.map +1 -1
  1018. package/mobile/lib/components/ContentPage/ContentPage.js +2 -2
  1019. package/mobile/lib/components/ContentPage/ContentPage.js.map +1 -1
  1020. package/mobile/lib/components/ExchangeRateTile/ExchangeRateTile.js +1 -1
  1021. package/mobile/lib/components/ExchangeRateTile/ExchangeRateTile.js.map +1 -1
  1022. package/mobile/lib/components/Footer/MediaButton.d.ts +2 -2
  1023. package/mobile/lib/components/Footer/MediaButton.js +12 -13
  1024. package/mobile/lib/components/Footer/MediaButton.js.map +1 -1
  1025. package/mobile/lib/components/Footer/SocialMedia.d.ts +0 -2
  1026. package/mobile/lib/components/Footer/SocialMedia.js +1 -1
  1027. package/mobile/lib/components/Footer/SocialMedia.js.map +1 -1
  1028. package/mobile/lib/components/Gallery/Gallery.js +6 -7
  1029. package/mobile/lib/components/Gallery/Gallery.js.map +1 -1
  1030. package/mobile/lib/components/Gallery/GalleryCardInner.js +8 -11
  1031. package/mobile/lib/components/Gallery/GalleryCardInner.js.map +1 -1
  1032. package/mobile/lib/components/Gallery/GalleryContainer.d.ts +1 -1
  1033. package/mobile/lib/components/Gallery/GalleryContainer.js +5 -4
  1034. package/mobile/lib/components/Gallery/GalleryContainer.js.map +1 -1
  1035. package/mobile/lib/components/Gallery/GalleryInner.d.ts +1 -1
  1036. package/mobile/lib/components/Gallery/GalleryInner.js +5 -5
  1037. package/mobile/lib/components/Gallery/GalleryInner.js.map +1 -1
  1038. package/mobile/lib/components/GracePeriod/GracePeriod.js +1 -1
  1039. package/mobile/lib/components/GracePeriod/GracePeriod.js.map +1 -1
  1040. package/mobile/lib/components/Header/DropdownMenu.d.ts +0 -2
  1041. package/mobile/lib/components/Header/DropdownMenu.js +4 -7
  1042. package/mobile/lib/components/Header/DropdownMenu.js.map +1 -1
  1043. package/mobile/lib/components/Header/Header.js +7 -2
  1044. package/mobile/lib/components/Header/Header.js.map +1 -1
  1045. package/mobile/lib/components/Header/HeaderSecondaryMenu.d.ts +2 -2
  1046. package/mobile/lib/components/Header/HeaderSecondaryMenu.js +8 -19
  1047. package/mobile/lib/components/Header/HeaderSecondaryMenu.js.map +1 -1
  1048. package/mobile/lib/components/Header/HeaderSubMenu.d.ts +0 -2
  1049. package/mobile/lib/components/Header/HeaderSubMenu.js +2 -2
  1050. package/mobile/lib/components/Header/HeaderSubMenu.js.map +1 -1
  1051. package/mobile/lib/components/Header/HeaderSubMenuItem.d.ts +0 -2
  1052. package/mobile/lib/components/Header/HeaderSubMenuItem.js +2 -2
  1053. package/mobile/lib/components/Header/HeaderSubMenuItem.js.map +1 -1
  1054. package/mobile/lib/components/Header/HeaderTop.js +1 -1
  1055. package/mobile/lib/components/Header/HeaderTop.js.map +1 -1
  1056. package/mobile/lib/components/Headline/Headline.js +6 -5
  1057. package/mobile/lib/components/Headline/Headline.js.map +1 -1
  1058. package/mobile/lib/components/Headline/HeadlineContent.d.ts +0 -2
  1059. package/mobile/lib/components/HorizontalLayout/HorizontalLayout.js +3 -13
  1060. package/mobile/lib/components/HorizontalLayout/HorizontalLayout.js.map +1 -1
  1061. package/mobile/lib/components/HorizontalLayout/HorizontalLayoutContent.d.ts +0 -2
  1062. package/mobile/lib/components/HorizontalLayout/gapStyles.d.ts +2 -0
  1063. package/mobile/lib/components/HorizontalLayout/gapStyles.js +10 -0
  1064. package/mobile/lib/components/HorizontalLayout/gapStyles.js.map +1 -0
  1065. package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlock.js +1 -1
  1066. package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlock.js.map +1 -1
  1067. package/mobile/lib/components/InvestmentInfo/InvestmentInfo.js +1 -1
  1068. package/mobile/lib/components/InvestmentInfo/InvestmentInfo.js.map +1 -1
  1069. package/mobile/lib/components/LinkDocs/LinkDocs.js +3 -1
  1070. package/mobile/lib/components/LinkDocs/LinkDocs.js.map +1 -1
  1071. package/mobile/lib/components/LinkDocs/LinkDocsContent.d.ts +4 -0
  1072. package/mobile/lib/components/LinkDocs/LinkDocsList.js +1 -1
  1073. package/mobile/lib/components/LinkDocs/LinkDocsList.js.map +1 -1
  1074. package/mobile/lib/components/LinkList/LinkList.js +1 -1
  1075. package/mobile/lib/components/LinkList/LinkList.js.map +1 -1
  1076. package/mobile/lib/components/MiniGallery/MiniGallery.js +1 -1
  1077. package/mobile/lib/components/MiniGallery/MiniGallery.js.map +1 -1
  1078. package/mobile/lib/components/OfficeServicesBlock/OfficeServicesBlock.js +1 -1
  1079. package/mobile/lib/components/OfficeServicesBlock/OfficeServicesBlock.js.map +1 -1
  1080. package/mobile/lib/components/ParagraphBlock/ParagraphBlock.js +1 -4
  1081. package/mobile/lib/components/ParagraphBlock/ParagraphBlock.js.map +1 -1
  1082. package/mobile/lib/components/ParagraphBlock/ParagraphBlockContent.d.ts +5 -2
  1083. package/mobile/lib/components/PictureText/PictureText.js +1 -2
  1084. package/mobile/lib/components/PictureText/PictureText.js.map +1 -1
  1085. package/mobile/lib/components/Placeholder/Placeholder.js +2 -1
  1086. package/mobile/lib/components/Placeholder/Placeholder.js.map +1 -1
  1087. package/mobile/lib/components/ProductBlock/ProductBlock.js +3 -3
  1088. package/mobile/lib/components/ProductBlock/ProductBlock.js.map +1 -1
  1089. package/mobile/lib/components/ProductBlock/ProductBlockInner.js +5 -9
  1090. package/mobile/lib/components/ProductBlock/ProductBlockInner.js.map +1 -1
  1091. package/mobile/lib/components/ProductGallery/ProductGallery.js +7 -20
  1092. package/mobile/lib/components/ProductGallery/ProductGallery.js.map +1 -1
  1093. package/mobile/lib/components/ProductGallery/ProductGalleryContent.d.ts +1 -0
  1094. package/mobile/lib/components/ProductTile/ProductTile.js +5 -6
  1095. package/mobile/lib/components/ProductTile/ProductTile.js.map +1 -1
  1096. package/mobile/lib/components/ProductTile/renderAdditionalDescription.d.ts +1 -2
  1097. package/mobile/lib/components/ProductTile/renderAdditionalDescription.js +2 -6
  1098. package/mobile/lib/components/ProductTile/renderAdditionalDescription.js.map +1 -1
  1099. package/mobile/lib/components/ProductTile/renderBenefit.d.ts +1 -2
  1100. package/mobile/lib/components/ProductTile/renderBenefit.js +2 -6
  1101. package/mobile/lib/components/ProductTile/renderBenefit.js.map +1 -1
  1102. package/mobile/lib/components/PromoTile/PromoTile.js +3 -3
  1103. package/mobile/lib/components/PromoTile/PromoTile.js.map +1 -1
  1104. package/mobile/lib/components/Recommendation/Recommendation.js +2 -4
  1105. package/mobile/lib/components/Recommendation/Recommendation.js.map +1 -1
  1106. package/mobile/lib/components/Recommendation/RecommendationCard.d.ts +2 -4
  1107. package/mobile/lib/components/Recommendation/RecommendationCard.js +4 -3
  1108. package/mobile/lib/components/Recommendation/RecommendationCard.js.map +1 -1
  1109. package/mobile/lib/components/RollupItem/RollupItem.js +7 -15
  1110. package/mobile/lib/components/RollupItem/RollupItem.js.map +1 -1
  1111. package/mobile/lib/components/SafeDepositRental/SafeDepositRental.js +1 -1
  1112. package/mobile/lib/components/SafeDepositRental/SafeDepositRental.js.map +1 -1
  1113. package/mobile/lib/components/StepsBlock/StepsBlock.js +4 -4
  1114. package/mobile/lib/components/StepsBlock/StepsBlock.js.map +1 -1
  1115. package/mobile/lib/components/StepsBlock/StepsBlockStyleMaps.d.ts +0 -2
  1116. package/mobile/lib/components/StepsBlock/StepsBlockStyleMaps.js +23 -4
  1117. package/mobile/lib/components/StepsBlock/StepsBlockStyleMaps.js.map +1 -1
  1118. package/mobile/lib/components/StepsBlock/renderStepContent.js +3 -8
  1119. package/mobile/lib/components/StepsBlock/renderStepContent.js.map +1 -1
  1120. package/mobile/lib/components/SwipeListControlBlock/SwipeListControlBlock.d.ts +6 -0
  1121. package/mobile/lib/components/SwipeListControlBlock/SwipeListControlBlock.js +12 -0
  1122. package/mobile/lib/components/SwipeListControlBlock/SwipeListControlBlock.js.map +1 -0
  1123. package/mobile/lib/components/SwipeListControlBlock/SwipeListControlBlockContent.d.ts +5 -0
  1124. package/mobile/lib/components/SwipeListControlBlock/SwipeListControlBlockContent.js +2 -0
  1125. package/mobile/lib/components/SwipeListControlBlock/SwipeListControlBlockContent.js.map +1 -0
  1126. package/mobile/lib/components/Tabs/renderGroupTab.js +1 -1
  1127. package/mobile/lib/components/Tabs/renderGroupTab.js.map +1 -1
  1128. package/mobile/lib/components/Tabs/tabItemClasses.d.ts +2 -2
  1129. package/mobile/lib/components/Tabs/tabItemClasses.js +2 -2
  1130. package/mobile/lib/components/Tabs/tabItemClasses.js.map +1 -1
  1131. package/mobile/lib/components/TariffsTable/EmbeddableCellData.js +6 -7
  1132. package/mobile/lib/components/TariffsTable/EmbeddableCellData.js.map +1 -1
  1133. package/mobile/lib/components/TextBlock/TextBlock.js +1 -2
  1134. package/mobile/lib/components/TextBlock/TextBlock.js.map +1 -1
  1135. package/mobile/lib/components/Tile/Tile.d.ts +0 -1
  1136. package/mobile/lib/components/Tile/Tile.js +5 -10
  1137. package/mobile/lib/components/Tile/Tile.js.map +1 -1
  1138. package/mobile/lib/components/VerticalLayout/VerticalLayout.js +4 -15
  1139. package/mobile/lib/components/VerticalLayout/VerticalLayout.js.map +1 -1
  1140. package/mobile/lib/components/VerticalLayout/VerticalLayoutContent.d.ts +3 -7
  1141. package/mobile/lib/components/Video/Video.js +2 -4
  1142. package/mobile/lib/components/Video/Video.js.map +1 -1
  1143. package/mobile/lib/components/Video/getPaddings.d.ts +1 -1
  1144. package/mobile/lib/components/Video/getPaddings.js.map +1 -1
  1145. package/mobile/lib/icons/IconName.d.ts +6 -4
  1146. package/mobile/lib/icons/IconName.js +2 -0
  1147. package/mobile/lib/icons/IconName.js.map +1 -1
  1148. package/mobile/lib/model/BlockVersion.d.ts +6 -20
  1149. package/mobile/lib/model/BlockVersion.js +1 -32
  1150. package/mobile/lib/model/BlockVersion.js.map +1 -1
  1151. package/mobile/lib/model/ButtonVersion.d.ts +3 -3
  1152. package/mobile/lib/model/JSXBlock.d.ts +2 -0
  1153. package/mobile/lib/ui-kit/BenefitItem/BenefitItem.js +1 -9
  1154. package/mobile/lib/ui-kit/BenefitItem/BenefitItem.js.map +1 -1
  1155. package/mobile/lib/ui-kit/BlockWrapper.d.ts +2 -0
  1156. package/mobile/lib/ui-kit/BlockWrapper.js +10 -2
  1157. package/mobile/lib/ui-kit/BlockWrapper.js.map +1 -1
  1158. package/mobile/lib/ui-kit/Button/ArrowButton.js +2 -2
  1159. package/mobile/lib/ui-kit/Button/ArrowButton.js.map +1 -1
  1160. package/mobile/lib/ui-kit/Button/ButtonInner.js +1 -1
  1161. package/mobile/lib/ui-kit/Button/ButtonInner.js.map +1 -1
  1162. package/mobile/lib/ui-kit/Button/buttonClassNameConstants.js +9 -3
  1163. package/mobile/lib/ui-kit/Button/buttonClassNameConstants.js.map +1 -1
  1164. package/mobile/lib/ui-kit/Button/renderButtonsSection.d.ts +9 -0
  1165. package/mobile/lib/ui-kit/Button/renderButtonsSection.js +13 -0
  1166. package/mobile/lib/ui-kit/Button/renderButtonsSection.js.map +1 -0
  1167. package/mobile/lib/ui-kit/Checkbox/Checkbox.js +1 -1
  1168. package/mobile/lib/ui-kit/Checkbox/Checkbox.js.map +1 -1
  1169. package/mobile/lib/ui-kit/Foldable/Foldable.d.ts +1 -0
  1170. package/mobile/lib/ui-kit/Foldable/Foldable.js +2 -2
  1171. package/mobile/lib/ui-kit/Foldable/Foldable.js.map +1 -1
  1172. package/mobile/lib/ui-kit/Foldable/FoldablePartProps.d.ts +1 -1
  1173. package/mobile/lib/ui-kit/HeaderItem/HeaderItem.js +8 -17
  1174. package/mobile/lib/ui-kit/HeaderItem/HeaderItem.js.map +1 -1
  1175. package/mobile/lib/ui-kit/Icon/Icon.js +3 -8
  1176. package/mobile/lib/ui-kit/Icon/Icon.js.map +1 -1
  1177. package/mobile/lib/ui-kit/LinkButton/LinkButton.js +2 -2
  1178. package/mobile/lib/ui-kit/LinkButton/LinkButton.js.map +1 -1
  1179. package/mobile/lib/ui-kit/List/List.js +1 -12
  1180. package/mobile/lib/ui-kit/List/List.js.map +1 -1
  1181. package/mobile/lib/ui-kit/List/ListItem.d.ts +1 -2
  1182. package/mobile/lib/ui-kit/List/ListItem.js +1 -8
  1183. package/mobile/lib/ui-kit/List/ListItem.js.map +1 -1
  1184. package/mobile/lib/ui-kit/List/ListProps.d.ts +0 -6
  1185. package/mobile/lib/ui-kit/Location/Location.js +1 -1
  1186. package/mobile/lib/ui-kit/Location/Location.js.map +1 -1
  1187. package/mobile/lib/ui-kit/Paragraph/Paragraph.js +1 -1
  1188. package/mobile/lib/ui-kit/Paragraph/Paragraph.js.map +1 -1
  1189. package/mobile/lib/ui-kit/SwipeListControl/SwipeListContainer.d.ts +2 -1
  1190. package/mobile/lib/ui-kit/SwipeListControl/SwipeListContainer.js +8 -5
  1191. package/mobile/lib/ui-kit/SwipeListControl/SwipeListContainer.js.map +1 -1
  1192. package/mobile/lib/ui-kit/SwipeListControl/SwipeListControl.js +3 -2
  1193. package/mobile/lib/ui-kit/SwipeListControl/SwipeListControl.js.map +1 -1
  1194. package/mobile/lib/ui-kit/SwipeListControl/SwipeListControlDots.d.ts +2 -0
  1195. package/mobile/lib/ui-kit/SwipeListControl/SwipeListControlDots.js +12 -3
  1196. package/mobile/lib/ui-kit/SwipeListControl/SwipeListControlDots.js.map +1 -1
  1197. package/mobile/lib/ui-kit/SwipeListControl/SwipeListControlProps.d.ts +7 -0
  1198. package/mobile/lib/ui-kit/Text/Text.js +1 -1
  1199. package/mobile/lib/ui-kit/Text/Text.js.map +1 -1
  1200. package/mobile/lib/ui-kit/Text/TextProps.d.ts +2 -1
  1201. package/mobile/lib/ui-kit/TopItem/TopItem.d.ts +0 -2
  1202. package/mobile/lib/ui-kit/TopItem/TopItem.js +9 -18
  1203. package/mobile/lib/ui-kit/TopItem/TopItem.js.map +1 -1
  1204. package/mobile/lib/utils/getColSpan.d.ts +1 -1
  1205. package/mobile/lib/utils/getColSpan.js +1 -1
  1206. package/mobile/lib/utils/getColSpan.js.map +1 -1
  1207. package/mobile/lib/utils/style.d.ts +3 -0
  1208. package/mobile/lib/utils/style.js +5 -0
  1209. package/mobile/lib/utils/style.js.map +1 -0
  1210. package/mobile/src/BlockRenderer/renderBlock.tsx +8 -3
  1211. package/mobile/src/common.css +11 -0
  1212. package/mobile/src/components/Accordion/Accordion.tsx +1 -1
  1213. package/mobile/src/components/BaseTile/BaseTile.tsx +1 -5
  1214. package/mobile/src/components/BaseTile/BaseTileProps.ts +3 -4
  1215. package/mobile/src/components/BenefitsBlock/BenefitsBlock.tsx +18 -40
  1216. package/mobile/src/components/Bonus/Bonus.tsx +19 -27
  1217. package/mobile/src/components/BonusBenefitsBlock/BonusBenefitsBlock.tsx +1 -7
  1218. package/mobile/src/components/BusinessBlock/BusinessBlock.tsx +1 -1
  1219. package/mobile/src/components/BusinessBlock/BusinessCard.tsx +2 -2
  1220. package/mobile/src/components/ButtonBlock/ButtonBlock.tsx +4 -10
  1221. package/mobile/src/components/Calculator/BonusCalculatorForm.tsx +3 -3
  1222. package/mobile/src/components/Calculator/Calculator.tsx +1 -4
  1223. package/mobile/src/components/Calculator/CreditCalculatorForm.tsx +3 -3
  1224. package/mobile/src/components/Calculator/DepositCalculatorForm.tsx +2 -2
  1225. package/mobile/src/components/CardTransfer/CardTransfer.tsx +1 -4
  1226. package/mobile/src/components/Carousel/Carousel.example.json +2 -1
  1227. package/mobile/src/components/Carousel/Carousel.tsx +14 -3
  1228. package/mobile/src/components/Carousel/Carousel.ui.json +8 -0
  1229. package/mobile/src/components/Carousel/CarouselContent.ts +2 -0
  1230. package/mobile/src/components/CarouselCard/CarouselCard.tsx +15 -7
  1231. package/mobile/src/components/CarouselCard/CarouselCardContent.ts +1 -1
  1232. package/mobile/src/components/CarouselCatalogCard/CarouselCatalogCard.tsx +10 -12
  1233. package/mobile/src/components/CarouselInvestmentCard/CarouselInvestmentCard.tsx +8 -15
  1234. package/mobile/src/components/CarouselLinks/CarouselLinks.tsx +14 -5
  1235. package/mobile/src/components/CarouselProductCard/CarouselProductCard.tsx +26 -31
  1236. package/mobile/src/components/CarouselProductCard/CarouselProductCardContent.ts +3 -3
  1237. package/mobile/src/components/CarouselProgramsCard/CarouselProgramsCard.tsx +3 -7
  1238. package/mobile/src/components/CarouselRecommendationCard/CarouselRecommendationCard.tsx +14 -25
  1239. package/mobile/src/components/CarouselRecommendationCard/CarouselRecommendationCardContent.ts +0 -2
  1240. package/mobile/src/components/CarouselTariffsCard/CarouselTariffsCard.example.json +11 -3
  1241. package/mobile/src/components/CarouselTariffsCard/CarouselTariffsCard.tsx +34 -21
  1242. package/mobile/src/components/CarouselTariffsCard/CarouselTariffsCardContent.ts +1 -1
  1243. package/mobile/src/components/Catalog/Catalog.tsx +1 -4
  1244. package/mobile/src/components/Catalog/CatalogCard.tsx +2 -2
  1245. package/mobile/src/components/ContactsBlock/ContactsBlock.tsx +9 -9
  1246. package/mobile/src/components/ContentPage/ContentPage.tsx +2 -5
  1247. package/mobile/src/components/ExchangeRateTile/ExchangeRateTile.tsx +1 -4
  1248. package/mobile/src/components/Footer/MediaButton.tsx +27 -25
  1249. package/mobile/src/components/Footer/SocialMedia.tsx +2 -4
  1250. package/mobile/src/components/Gallery/Gallery.tsx +23 -24
  1251. package/mobile/src/components/Gallery/GalleryCardInner.tsx +21 -26
  1252. package/mobile/src/components/Gallery/GalleryContainer.tsx +22 -10
  1253. package/mobile/src/components/Gallery/GalleryInner.tsx +12 -7
  1254. package/mobile/src/components/GracePeriod/GracePeriod.tsx +2 -8
  1255. package/mobile/src/components/Header/DropdownMenu.tsx +41 -47
  1256. package/mobile/src/components/Header/Header.tsx +57 -48
  1257. package/mobile/src/components/Header/HeaderSecondaryMenu.tsx +16 -35
  1258. package/mobile/src/components/Header/HeaderSubMenu.tsx +1 -5
  1259. package/mobile/src/components/Header/HeaderSubMenuItem.tsx +2 -4
  1260. package/mobile/src/components/Header/HeaderTop.tsx +2 -5
  1261. package/mobile/src/components/Headline/Headline.tsx +28 -16
  1262. package/mobile/src/components/Headline/HeadlineContent.ts +0 -2
  1263. package/mobile/src/components/HorizontalLayout/HorizontalLayout.tsx +11 -28
  1264. package/mobile/src/components/HorizontalLayout/HorizontalLayoutContent.ts +0 -3
  1265. package/mobile/src/components/HorizontalLayout/gapStyles.ts +11 -0
  1266. package/mobile/src/components/InsuranceAmountBlock/InsuranceAmountBlock.tsx +1 -1
  1267. package/mobile/src/components/InvestmentInfo/InvestmentInfo.tsx +1 -1
  1268. package/mobile/src/components/LinkDocs/LinkDocs.tsx +8 -5
  1269. package/mobile/src/components/LinkDocs/LinkDocsContent.ts +4 -0
  1270. package/mobile/src/components/LinkDocs/LinkDocsList.tsx +1 -1
  1271. package/mobile/src/components/LinkList/LinkList.tsx +1 -1
  1272. package/mobile/src/components/MiniGallery/MiniGallery.tsx +1 -1
  1273. package/mobile/src/components/OfficeServicesBlock/OfficeServicesBlock.tsx +1 -1
  1274. package/mobile/src/components/ParagraphBlock/ParagraphBlock.tsx +7 -9
  1275. package/mobile/src/components/ParagraphBlock/ParagraphBlockContent.ts +5 -2
  1276. package/mobile/src/components/PictureText/PictureText.tsx +3 -14
  1277. package/mobile/src/components/Placeholder/Placeholder.tsx +6 -3
  1278. package/mobile/src/components/ProductBlock/ProductBlock.tsx +4 -4
  1279. package/mobile/src/components/ProductBlock/ProductBlockInner.tsx +30 -41
  1280. package/mobile/src/components/ProductGallery/ProductGallery.tsx +10 -31
  1281. package/mobile/src/components/ProductGallery/ProductGalleryContent.ts +1 -0
  1282. package/mobile/src/components/ProductTile/ProductTile.tsx +14 -17
  1283. package/mobile/src/components/ProductTile/renderAdditionalDescription.tsx +2 -13
  1284. package/mobile/src/components/ProductTile/renderBenefit.tsx +6 -9
  1285. package/mobile/src/components/PromoTile/PromoTile.tsx +12 -13
  1286. package/mobile/src/components/Recommendation/Recommendation.tsx +3 -4
  1287. package/mobile/src/components/Recommendation/RecommendationCard.tsx +12 -14
  1288. package/mobile/src/components/RollupItem/RollupItem.tsx +36 -41
  1289. package/mobile/src/components/SafeDepositRental/SafeDepositRental.tsx +1 -1
  1290. package/mobile/src/components/StepsBlock/StepsBlock.tsx +10 -9
  1291. package/mobile/src/components/StepsBlock/StepsBlockStyleMaps.ts +23 -6
  1292. package/mobile/src/components/StepsBlock/renderStepContent.tsx +9 -8
  1293. package/mobile/src/components/SwipeListControlBlock/SwipeListControlBlock.example.json +18 -0
  1294. package/mobile/src/components/SwipeListControlBlock/SwipeListControlBlock.tsx +23 -0
  1295. package/mobile/src/components/SwipeListControlBlock/SwipeListControlBlock.ui.json +1 -0
  1296. package/mobile/src/components/SwipeListControlBlock/SwipeListControlBlockContent.ts +6 -0
  1297. package/mobile/src/components/Tabs/renderGroupTab.tsx +2 -1
  1298. package/mobile/src/components/Tabs/tabItemClasses.ts +2 -2
  1299. package/mobile/src/components/TariffsTable/EmbeddableCellData.tsx +6 -13
  1300. package/mobile/src/components/TextBlock/TextBlock.tsx +1 -7
  1301. package/mobile/src/components/Tile/Tile.tsx +22 -42
  1302. package/mobile/src/components/VerticalLayout/VerticalLayout.tsx +8 -12
  1303. package/mobile/src/components/VerticalLayout/VerticalLayoutContent.ts +3 -8
  1304. package/mobile/src/components/Video/Video.tsx +17 -20
  1305. package/mobile/src/components/Video/getPaddings.ts +1 -1
  1306. package/mobile/src/icons/IconName.ts +4 -4
  1307. package/mobile/src/icons/YoutubeIcon.svg +3 -0
  1308. package/mobile/src/model/BlockVersion.ts +11 -53
  1309. package/mobile/src/model/ButtonVersion.ts +3 -3
  1310. package/mobile/src/model/JSXBlock.ts +2 -0
  1311. package/mobile/src/ui-kit/BenefitItem/BenefitItem.tsx +6 -12
  1312. package/mobile/src/ui-kit/BlockWrapper.tsx +17 -2
  1313. package/mobile/src/ui-kit/Button/ArrowButton.tsx +2 -2
  1314. package/mobile/src/ui-kit/Button/ButtonInner.tsx +1 -1
  1315. package/mobile/src/ui-kit/Button/buttonClassNameConstants.ts +9 -3
  1316. package/mobile/src/ui-kit/Button/renderButtonsSection.tsx +52 -0
  1317. package/mobile/src/ui-kit/Checkbox/Checkbox.tsx +2 -2
  1318. package/mobile/src/ui-kit/Foldable/Foldable.tsx +4 -2
  1319. package/mobile/src/ui-kit/Foldable/FoldablePartProps.ts +1 -1
  1320. package/mobile/src/ui-kit/HeaderItem/HeaderItem.tsx +20 -22
  1321. package/mobile/src/ui-kit/Icon/Icon.tsx +6 -9
  1322. package/mobile/src/ui-kit/LinkButton/LinkButton.tsx +4 -4
  1323. package/mobile/src/ui-kit/List/List.tsx +23 -43
  1324. package/mobile/src/ui-kit/List/ListItem.tsx +13 -22
  1325. package/mobile/src/ui-kit/List/ListProps.ts +0 -7
  1326. package/mobile/src/ui-kit/Location/Location.tsx +1 -1
  1327. package/mobile/src/ui-kit/Paragraph/Paragraph.tsx +2 -2
  1328. package/mobile/src/ui-kit/SwipeListControl/SwipeListContainer.tsx +19 -10
  1329. package/mobile/src/ui-kit/SwipeListControl/SwipeListControl.tsx +6 -2
  1330. package/mobile/src/ui-kit/SwipeListControl/SwipeListControlDots.tsx +20 -4
  1331. package/mobile/src/ui-kit/SwipeListControl/SwipeListControlProps.ts +8 -0
  1332. package/mobile/src/ui-kit/Text/Text.tsx +2 -4
  1333. package/mobile/src/ui-kit/Text/TextProps.ts +5 -2
  1334. package/mobile/src/ui-kit/TopItem/TopItem.tsx +21 -27
  1335. package/mobile/src/utils/getColSpan.ts +2 -2
  1336. package/mobile/src/utils/style.ts +7 -0
  1337. package/package.json +2 -2
  1338. package/src/BlockRenderer/renderBlock.tsx +8 -3
  1339. package/src/common.css +11 -0
  1340. package/src/components/Accordion/Accordion.mobile.tsx +1 -1
  1341. package/src/components/Accordion/Accordion.tsx +1 -4
  1342. package/src/components/AccordionItem/AccordionItem.tsx +1 -1
  1343. package/src/components/BaseTile/BaseTile.tsx +1 -5
  1344. package/src/components/BaseTile/BaseTileProps.ts +3 -4
  1345. package/src/components/BenefitsBlock/BenefitsBlock.tsx +18 -40
  1346. package/src/components/Blocks.ts +2 -0
  1347. package/src/components/Bonus/Bonus.tsx +19 -27
  1348. package/src/components/BonusBenefitsBlock/BonusBenefitsBlock.tsx +1 -7
  1349. package/src/components/BusinessBlock/BusinessBlock.tsx +1 -1
  1350. package/src/components/BusinessBlock/BusinessCard.tsx +2 -2
  1351. package/src/components/ButtonBlock/ButtonBlock.tsx +4 -10
  1352. package/src/components/Calculator/BonusCalculatorForm.tsx +3 -3
  1353. package/src/components/Calculator/Calculator.tsx +1 -4
  1354. package/src/components/Calculator/CreditCalculatorForm.tsx +3 -3
  1355. package/src/components/Calculator/DepositCalculatorForm.tsx +2 -2
  1356. package/src/components/CardTransfer/CardTransfer.tsx +1 -4
  1357. package/src/components/Carousel/Carousel.example.json +2 -1
  1358. package/src/components/Carousel/Carousel.fixture.tsx +20 -28
  1359. package/src/components/Carousel/Carousel.tsx +14 -3
  1360. package/src/components/Carousel/Carousel.ui.json +8 -0
  1361. package/src/components/Carousel/CarouselContent.ts +2 -0
  1362. package/src/components/CarouselCard/CarouselCard.fixture.tsx +3 -3
  1363. package/src/components/CarouselCard/CarouselCard.tsx +15 -7
  1364. package/src/components/CarouselCard/CarouselCardContent.ts +1 -1
  1365. package/src/components/CarouselCatalogCard/CarouselCatalogCard.tsx +10 -12
  1366. package/src/components/CarouselInvestmentCard/CarouselInvestmentCard.tsx +8 -15
  1367. package/src/components/CarouselLinks/CarouselLinks.tsx +14 -5
  1368. package/src/components/CarouselProductCard/CarouselProductCard.tsx +26 -31
  1369. package/src/components/CarouselProductCard/CarouselProductCardContent.ts +3 -3
  1370. package/src/components/CarouselProgramsCard/CarouselProgramsCard.tsx +3 -7
  1371. package/src/components/CarouselRecommendationCard/CarouselRecommendationCard.tsx +14 -25
  1372. package/src/components/CarouselRecommendationCard/CarouselRecommendationCardContent.ts +0 -2
  1373. package/src/components/CarouselTariffsCard/CarouselTariffsCard.example.json +11 -3
  1374. package/src/components/CarouselTariffsCard/CarouselTariffsCard.fixture.tsx +3 -3
  1375. package/src/components/CarouselTariffsCard/CarouselTariffsCard.tsx +34 -21
  1376. package/src/components/CarouselTariffsCard/CarouselTariffsCardContent.ts +1 -1
  1377. package/src/components/Catalog/Catalog.tsx +1 -4
  1378. package/src/components/Catalog/CatalogCard.tsx +2 -2
  1379. package/src/components/ComparisonTable/ComparisonTable.tsx +1 -4
  1380. package/src/components/ContactsBlock/ContactsBlock.tsx +9 -9
  1381. package/src/components/ContentPage/ContentPage.tsx +2 -5
  1382. package/src/components/ExchangeRateTile/ExchangeRateTile.tsx +1 -4
  1383. package/src/components/Footer/Footer.tsx +2 -2
  1384. package/src/components/Footer/MediaButton.tsx +27 -25
  1385. package/src/components/Footer/SocialMedia.mobile.tsx +2 -4
  1386. package/src/components/Footer/SocialMedia.tsx +4 -12
  1387. package/src/components/Gallery/Gallery.fixture.tsx +1 -1
  1388. package/src/components/Gallery/Gallery.mobile.tsx +23 -24
  1389. package/src/components/Gallery/Gallery.tsx +3 -1
  1390. package/src/components/Gallery/GalleryCardInner.tsx +21 -26
  1391. package/src/components/Gallery/GalleryContainer.tsx +22 -10
  1392. package/src/components/Gallery/GalleryInner.tsx +12 -7
  1393. package/src/components/GracePeriod/GracePeriod.tsx +2 -8
  1394. package/src/components/Header/DropdownMenu.tsx +41 -47
  1395. package/src/components/Header/Header.mobile.tsx +57 -48
  1396. package/src/components/Header/Header.tsx +21 -17
  1397. package/src/components/Header/HeaderSecondaryMenu.tsx +16 -35
  1398. package/src/components/Header/HeaderSubMenu.tsx +1 -5
  1399. package/src/components/Header/HeaderSubMenuItem.tsx +2 -4
  1400. package/src/components/Header/HeaderTop.tsx +2 -5
  1401. package/src/components/Headline/Headline.fixture.tsx +40 -43
  1402. package/src/components/Headline/Headline.tsx +11 -11
  1403. package/src/components/Headline/HeadlineContent.ts +0 -2
  1404. package/src/components/HorizontalLayout/HorizontalLayout.fixture.tsx +0 -1
  1405. package/src/components/HorizontalLayout/HorizontalLayout.tsx +11 -28
  1406. package/src/components/HorizontalLayout/HorizontalLayoutContent.ts +0 -3
  1407. package/src/components/HorizontalLayout/gapStyles.ts +11 -0
  1408. package/src/components/InsuranceAmountBlock/InsuranceAmountBlock.tsx +1 -1
  1409. package/src/components/InvestmentInfo/InvestmentInfo.tsx +1 -1
  1410. package/src/components/LinkDocs/LinkDocs.mobile.tsx +8 -5
  1411. package/src/components/LinkDocs/LinkDocs.tsx +2 -2
  1412. package/src/components/LinkDocs/LinkDocsContent.ts +4 -0
  1413. package/src/components/LinkDocs/LinkDocsList.tsx +1 -1
  1414. package/src/components/LinkDocs/LinkDocsListItem.tsx +1 -1
  1415. package/src/components/LinkList/LinkList.tsx +1 -1
  1416. package/src/components/MiniGallery/MiniGallery.tsx +1 -1
  1417. package/src/components/MobileAppTile/MobileAppTile.tsx +13 -19
  1418. package/src/components/OfficeServicesBlock/OfficeServicesBlock.tsx +1 -1
  1419. package/src/components/ParagraphBlock/ParagraphBlock.fixture.tsx +2 -7
  1420. package/src/components/ParagraphBlock/ParagraphBlock.tsx +7 -9
  1421. package/src/components/ParagraphBlock/ParagraphBlockContent.ts +5 -2
  1422. package/src/components/PictureText/PictureText.tsx +3 -14
  1423. package/src/components/Placeholder/Placeholder.tsx +6 -3
  1424. package/src/components/ProductBlock/ProductBlock.mobile.tsx +4 -4
  1425. package/src/components/ProductBlock/ProductBlock.tsx +5 -13
  1426. package/src/components/ProductBlock/ProductBlockInner.mobile.tsx +30 -41
  1427. package/src/components/ProductBlock/ProductBlockInner.tsx +6 -15
  1428. package/src/components/ProductGallery/ProductGallery.tsx +10 -31
  1429. package/src/components/ProductGallery/ProductGalleryContent.ts +1 -0
  1430. package/src/components/ProductTile/ProductTile.tsx +14 -17
  1431. package/src/components/ProductTile/renderAdditionalDescription.tsx +2 -13
  1432. package/src/components/ProductTile/renderBenefit.tsx +6 -9
  1433. package/src/components/PromoTile/PromoTile.tsx +12 -13
  1434. package/src/components/Recommendation/Recommendation.tsx +3 -4
  1435. package/src/components/Recommendation/RecommendationCard.tsx +12 -14
  1436. package/src/components/RollupItem/RollupItem.tsx +36 -41
  1437. package/src/components/SafeDepositRental/SafeDepositRental.tsx +1 -1
  1438. package/src/components/StepsBlock/StepsBlock.mobile.tsx +10 -9
  1439. package/src/components/StepsBlock/StepsBlock.tsx +3 -5
  1440. package/src/components/StepsBlock/StepsBlockStyleMaps.ts +23 -6
  1441. package/src/components/StepsBlock/renderStepContent.tsx +9 -8
  1442. package/src/components/SwipeListControlBlock/SwipeListControlBlock.example.json +18 -0
  1443. package/src/components/SwipeListControlBlock/SwipeListControlBlock.fixture.tsx +27 -0
  1444. package/src/components/SwipeListControlBlock/SwipeListControlBlock.tsx +23 -0
  1445. package/src/components/SwipeListControlBlock/SwipeListControlBlock.ui.json +1 -0
  1446. package/src/components/SwipeListControlBlock/SwipeListControlBlockContent.ts +6 -0
  1447. package/src/components/Tabs/renderGroupTab.tsx +2 -1
  1448. package/src/components/Tabs/tabItemClasses.ts +2 -2
  1449. package/src/components/TariffsTable/EmbeddableCellData.mobile.tsx +6 -13
  1450. package/src/components/TariffsTable/EmbeddableCellData.tsx +8 -13
  1451. package/src/components/TariffsTable/TariffsTable.tsx +1 -3
  1452. package/src/components/TextBlock/TextBlock.mobile.tsx +1 -7
  1453. package/src/components/Tile/Tile.tsx +22 -42
  1454. package/src/components/VerticalLayout/VerticalLayout.tsx +8 -12
  1455. package/src/components/VerticalLayout/VerticalLayoutContent.ts +3 -8
  1456. package/src/components/Video/Video.tsx +17 -20
  1457. package/src/components/Video/getPaddings.ts +1 -1
  1458. package/src/icons/IconName.ts +336 -6
  1459. package/src/icons/YoutubeIcon.svg +3 -0
  1460. package/src/model/BlockVersion.ts +11 -53
  1461. package/src/model/ButtonVersion.ts +3 -3
  1462. package/src/model/JSXBlock.ts +2 -0
  1463. package/src/ui-kit/BenefitItem/BenefitItem.tsx +6 -12
  1464. package/src/ui-kit/BlockWrapper.tsx +17 -2
  1465. package/src/ui-kit/Button/ArrowButton.tsx +2 -2
  1466. package/src/ui-kit/Button/ButtonInner.tsx +1 -1
  1467. package/src/ui-kit/Button/buttonClassNameConstants.ts +9 -3
  1468. package/src/ui-kit/Button/renderButtonsSection.tsx +52 -0
  1469. package/src/ui-kit/Checkbox/Checkbox.tsx +2 -2
  1470. package/src/ui-kit/Foldable/Foldable.tsx +4 -2
  1471. package/src/ui-kit/Foldable/FoldablePartProps.ts +1 -1
  1472. package/src/ui-kit/HeaderItem/HeaderItem.mobile.tsx +20 -22
  1473. package/src/ui-kit/HeaderItem/HeaderItem.tsx +15 -22
  1474. package/src/ui-kit/Heading/Heading.tsx +6 -8
  1475. package/src/ui-kit/Icon/Icon.tsx +6 -9
  1476. package/src/ui-kit/LinkButton/LinkButton.tsx +4 -4
  1477. package/src/ui-kit/List/List.fixture.tsx +4 -14
  1478. package/src/ui-kit/List/List.tsx +23 -43
  1479. package/src/ui-kit/List/ListItem.tsx +13 -22
  1480. package/src/ui-kit/List/ListProps.ts +0 -7
  1481. package/src/ui-kit/Location/Location.tsx +1 -1
  1482. package/src/ui-kit/Paragraph/Paragraph.tsx +2 -2
  1483. package/src/ui-kit/SwipeListControl/SwipeListContainer.tsx +19 -10
  1484. package/src/ui-kit/SwipeListControl/SwipeListControl.fixture.mobile.tsx +6 -1
  1485. package/src/ui-kit/SwipeListControl/SwipeListControl.tsx +6 -2
  1486. package/src/ui-kit/SwipeListControl/SwipeListControlDots.tsx +20 -4
  1487. package/src/ui-kit/SwipeListControl/SwipeListControlProps.ts +8 -0
  1488. package/src/ui-kit/Text/Text.tsx +2 -4
  1489. package/src/ui-kit/Text/TextProps.ts +5 -2
  1490. package/src/ui-kit/TopItem/TopItem.tsx +21 -27
  1491. package/src/utils/getColSpan.ts +2 -2
  1492. package/src/utils/style.ts +7 -0
  1493. package/tailwind.config.cjs +6 -0
  1494. package/bundle/components/Calculator/renderButtonSection.d.ts +0 -3
  1495. package/bundle/components/Headline/Headline.mobile.d.ts +0 -5
  1496. package/bundle/components/Headline/headlineStyles.d.ts +0 -7
  1497. package/bundle/components/StepsBlock/renderItems.d.ts +0 -8
  1498. package/bundle/model/BorderVersion.d.ts +0 -6
  1499. package/bundle/ui-kit/Button/ButtonSection.d.ts +0 -13
  1500. package/bundle/utils/style2className.d.ts +0 -1
  1501. package/dist/components/Calculator/renderButtonSection.d.ts +0 -3
  1502. package/dist/components/Calculator/renderButtonSection.js +0 -9
  1503. package/dist/components/Calculator/renderButtonSection.js.map +0 -1
  1504. package/dist/components/Headline/Headline.mobile.d.ts +0 -5
  1505. package/dist/components/Headline/Headline.mobile.js +0 -13
  1506. package/dist/components/Headline/Headline.mobile.js.map +0 -1
  1507. package/dist/components/Headline/headlineStyles.d.ts +0 -7
  1508. package/dist/components/Headline/headlineStyles.js +0 -18
  1509. package/dist/components/Headline/headlineStyles.js.map +0 -1
  1510. package/dist/components/StepsBlock/renderItems.d.ts +0 -8
  1511. package/dist/components/StepsBlock/renderItems.js +0 -7
  1512. package/dist/components/StepsBlock/renderItems.js.map +0 -1
  1513. package/dist/model/BorderVersion.d.ts +0 -6
  1514. package/dist/model/BorderVersion.js +0 -7
  1515. package/dist/model/BorderVersion.js.map +0 -1
  1516. package/dist/ui-kit/Button/ButtonSection.d.ts +0 -13
  1517. package/dist/ui-kit/Button/ButtonSection.js +0 -23
  1518. package/dist/ui-kit/Button/ButtonSection.js.map +0 -1
  1519. package/dist/utils/style2className.d.ts +0 -1
  1520. package/dist/utils/style2className.js +0 -7
  1521. package/dist/utils/style2className.js.map +0 -1
  1522. package/lib/components/Calculator/renderButtonSection.d.ts +0 -3
  1523. package/lib/components/Calculator/renderButtonSection.js +0 -6
  1524. package/lib/components/Calculator/renderButtonSection.js.map +0 -1
  1525. package/lib/components/Headline/Headline.fixture.mobile.d.ts +0 -20
  1526. package/lib/components/Headline/Headline.mobile.d.ts +0 -5
  1527. package/lib/components/Headline/Headline.mobile.js +0 -11
  1528. package/lib/components/Headline/Headline.mobile.js.map +0 -1
  1529. package/lib/components/Headline/headlineStyles.d.ts +0 -7
  1530. package/lib/components/Headline/headlineStyles.js +0 -16
  1531. package/lib/components/Headline/headlineStyles.js.map +0 -1
  1532. package/lib/components/StepsBlock/renderItems.d.ts +0 -8
  1533. package/lib/components/StepsBlock/renderItems.js +0 -4
  1534. package/lib/components/StepsBlock/renderItems.js.map +0 -1
  1535. package/lib/model/BorderVersion.d.ts +0 -6
  1536. package/lib/model/BorderVersion.js +0 -5
  1537. package/lib/model/BorderVersion.js.map +0 -1
  1538. package/lib/ui-kit/Button/ButtonSection.d.ts +0 -13
  1539. package/lib/ui-kit/Button/ButtonSection.js +0 -20
  1540. package/lib/ui-kit/Button/ButtonSection.js.map +0 -1
  1541. package/lib/utils/style2className.d.ts +0 -1
  1542. package/lib/utils/style2className.js +0 -4
  1543. package/lib/utils/style2className.js.map +0 -1
  1544. package/mobile/bundle/components/Calculator/renderButtonSection.d.ts +0 -3
  1545. package/mobile/bundle/components/Headline/headlineStyles.d.ts +0 -7
  1546. package/mobile/bundle/components/StepsBlock/renderItems.d.ts +0 -8
  1547. package/mobile/bundle/model/BorderVersion.d.ts +0 -6
  1548. package/mobile/bundle/ui-kit/Button/ButtonSection.d.ts +0 -13
  1549. package/mobile/bundle/utils/style2className.d.ts +0 -1
  1550. package/mobile/dist/components/Calculator/renderButtonSection.d.ts +0 -3
  1551. package/mobile/dist/components/Calculator/renderButtonSection.js +0 -9
  1552. package/mobile/dist/components/Calculator/renderButtonSection.js.map +0 -1
  1553. package/mobile/dist/components/Headline/headlineStyles.d.ts +0 -7
  1554. package/mobile/dist/components/Headline/headlineStyles.js +0 -18
  1555. package/mobile/dist/components/Headline/headlineStyles.js.map +0 -1
  1556. package/mobile/dist/components/StepsBlock/renderItems.d.ts +0 -8
  1557. package/mobile/dist/components/StepsBlock/renderItems.js +0 -7
  1558. package/mobile/dist/components/StepsBlock/renderItems.js.map +0 -1
  1559. package/mobile/dist/model/BorderVersion.d.ts +0 -6
  1560. package/mobile/dist/model/BorderVersion.js +0 -7
  1561. package/mobile/dist/model/BorderVersion.js.map +0 -1
  1562. package/mobile/dist/ui-kit/Button/ButtonSection.d.ts +0 -13
  1563. package/mobile/dist/ui-kit/Button/ButtonSection.js +0 -23
  1564. package/mobile/dist/ui-kit/Button/ButtonSection.js.map +0 -1
  1565. package/mobile/dist/utils/style2className.d.ts +0 -1
  1566. package/mobile/dist/utils/style2className.js +0 -7
  1567. package/mobile/dist/utils/style2className.js.map +0 -1
  1568. package/mobile/lib/components/Calculator/renderButtonSection.d.ts +0 -3
  1569. package/mobile/lib/components/Calculator/renderButtonSection.js +0 -6
  1570. package/mobile/lib/components/Calculator/renderButtonSection.js.map +0 -1
  1571. package/mobile/lib/components/Headline/headlineStyles.d.ts +0 -7
  1572. package/mobile/lib/components/Headline/headlineStyles.js +0 -16
  1573. package/mobile/lib/components/Headline/headlineStyles.js.map +0 -1
  1574. package/mobile/lib/components/StepsBlock/renderItems.d.ts +0 -8
  1575. package/mobile/lib/components/StepsBlock/renderItems.js +0 -4
  1576. package/mobile/lib/components/StepsBlock/renderItems.js.map +0 -1
  1577. package/mobile/lib/model/BorderVersion.d.ts +0 -6
  1578. package/mobile/lib/model/BorderVersion.js +0 -5
  1579. package/mobile/lib/model/BorderVersion.js.map +0 -1
  1580. package/mobile/lib/ui-kit/Button/ButtonSection.d.ts +0 -13
  1581. package/mobile/lib/ui-kit/Button/ButtonSection.js +0 -20
  1582. package/mobile/lib/ui-kit/Button/ButtonSection.js.map +0 -1
  1583. package/mobile/lib/utils/style2className.d.ts +0 -1
  1584. package/mobile/lib/utils/style2className.js +0 -4
  1585. package/mobile/lib/utils/style2className.js.map +0 -1
  1586. package/mobile/src/components/Calculator/renderButtonSection.tsx +0 -8
  1587. package/mobile/src/components/Headline/headlineStyles.ts +0 -25
  1588. package/mobile/src/components/StepsBlock/renderItems.tsx +0 -23
  1589. package/mobile/src/model/BorderVersion.ts +0 -10
  1590. package/mobile/src/ui-kit/Button/ButtonSection.tsx +0 -51
  1591. package/mobile/src/utils/style2className.ts +0 -3
  1592. package/src/components/Calculator/renderButtonSection.tsx +0 -8
  1593. package/src/components/Headline/Headline.fixture.mobile.tsx +0 -128
  1594. package/src/components/Headline/Headline.mobile.tsx +0 -40
  1595. package/src/components/Headline/headlineStyles.ts +0 -25
  1596. package/src/components/StepsBlock/renderItems.tsx +0 -23
  1597. package/src/model/BorderVersion.ts +0 -10
  1598. package/src/ui-kit/Button/ButtonSection.tsx +0 -51
  1599. package/src/utils/style2className.ts +0 -3
@@ -23,6 +23,6 @@ exports.CardTransfer = (0, uni_jsx_1.JSX)(({ className = '', title = DEFAULT_TIT
23
23
  ? (0, getDisabledButtonClasses_1.getDisabledButtonClasses)({ version: button?.version })
24
24
  : (0, getRegularButtonClasses_1.getRegularButtonClasses)({ className: 'text-white', version: button?.version });
25
25
  const link = (0, useLink_1.useLink)();
26
- return ((0, jsx_runtime_1.jsxs)(BlockWrapper_1.BlockWrapper, { className: `p-12 flex flex-col items-center font-sans bg-white ${className}`, ...rest, children: [title ? (0, jsx_runtime_1.jsx)(Heading_1.Heading, { className: "max-w-[684px] pb-9", headingType: "h2", title: title }) : null, (0, jsx_runtime_1.jsxs)("form", { className: "w-[468px]", method: "POST", action: FORM_URL, children: [(0, jsx_runtime_1.jsx)(CurrencyInput_1.CurrencyInput, { name: AMOUNT_KEY, value: value, onChange: handleChange, valid: value === '' || !isDisabled, placeholder: placeholder, label: label }), button?.text ? ((0, jsx_runtime_1.jsx)("button", { type: "submit", className: `w-full p-4 mt-6 ${buttonStyle} `, disabled: isDisabled, ...link(button), children: button.text })) : null] })] }));
26
+ return ((0, jsx_runtime_1.jsxs)(BlockWrapper_1.BlockWrapper, { className: `p-12 flex flex-col items-center ${className}`, ...rest, children: [title ? (0, jsx_runtime_1.jsx)(Heading_1.Heading, { className: "max-w-[684px] pb-9", headingType: "h2", title: title }) : null, (0, jsx_runtime_1.jsxs)("form", { className: "w-[468px]", method: "POST", action: FORM_URL, children: [(0, jsx_runtime_1.jsx)(CurrencyInput_1.CurrencyInput, { name: AMOUNT_KEY, value: value, onChange: handleChange, valid: value === '' || !isDisabled, placeholder: placeholder, label: label }), button?.text ? ((0, jsx_runtime_1.jsx)("button", { type: "submit", className: `w-full p-4 mt-6 ${buttonStyle} `, disabled: isDisabled, ...link(button), children: button.text })) : null] })] }));
27
27
  });
28
28
  //# sourceMappingURL=CardTransfer.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"CardTransfer.js","sourceRoot":"","sources":["../../../src/components/CardTransfer/CardTransfer.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,uDAAoE;AACpE,iDAA8C;AAE9C,4DAAyD;AACzD,2FAAwF;AACxF,yFAAsF;AACtF,4EAAyE;AACzE,0DAAuD;AACvD,qEAAkE;AAGlE,MAAM,UAAU,GAAG,QAAQ,CAAC;AAC5B,MAAM,QAAQ,GAAG,0BAA0B,CAAC;AAC5C,MAAM,aAAa,GAAG,wBAAwB,CAAC;AAC/C,MAAM,aAAa,GAAG,gBAAgB,CAAC;AACvC,MAAM,mBAAmB,GAAG,MAAM,CAAC;AAItB,QAAA,YAAY,GAAG,IAAA,aAAG,EAC7B,CAAC,EACC,SAAS,GAAG,EAAE,EACd,KAAK,GAAG,aAAa,EACrB,KAAK,GAAG,aAAa,EACrB,WAAW,GAAG,mBAAmB,EACjC,MAAM,EACN,GAAG,IAAI,EACR,EAAE,EAAE;IACH,MAAM,CAAC,KAAK,EAAE,QAAQ,CAAC,GAAG,IAAA,gBAAQ,EAAS,EAAE,CAAC,CAAC;IAC/C,MAAM,YAAY,GAAG,IAAA,mBAAW,EAAC,CAAC,CAAS,EAAE,EAAE,CAAC,QAAQ,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC;IACjE,MAAM,UAAU,GAAG,CAAC,MAAM,CAAC,IAAA,qCAAiB,EAAC,KAAK,CAAC,CAAC,CAAC;IACrD,MAAM,WAAW,GAAG,UAAU;QAC5B,CAAC,CAAC,IAAA,mDAAwB,EAAC,EAAE,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,CAAC;QACxD,CAAC,CAAC,IAAA,iDAAuB,EAAC,EAAE,SAAS,EAAE,YAAY,EAAE,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,CAAC,CAAC;IAEnF,MAAM,IAAI,GAAG,IAAA,iBAAO,GAAE,CAAC;IAEvB,OAAO,CACL,wBAAC,2BAAY,IACX,SAAS,EAAE,sDAAsD,SAAS,EAAE,KACxE,IAAI,aAEP,KAAK,CAAC,CAAC,CAAC,uBAAC,iBAAO,IAAC,SAAS,EAAC,oBAAoB,EAAC,WAAW,EAAC,IAAI,EAAC,KAAK,EAAE,KAAK,GAAI,CAAC,CAAC,CAAC,IAAI,EACzF,kCAAM,SAAS,EAAC,WAAW,EAAC,MAAM,EAAC,MAAM,EAAC,MAAM,EAAE,QAAQ,aACxD,uBAAC,6BAAa,IACZ,IAAI,EAAE,UAAU,EAChB,KAAK,EAAE,KAAK,EACZ,QAAQ,EAAE,YAAY,EACtB,KAAK,EAAE,KAAK,KAAK,EAAE,IAAI,CAAC,UAAU,EAClC,WAAW,EAAE,WAAW,EACxB,KAAK,EAAE,KAAK,GACZ,EACD,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,CACd,mCACE,IAAI,EAAC,QAAQ,EACb,SAAS,EAAE,mBAAmB,WAAW,GAAG,EAC5C,QAAQ,EAAE,UAAU,KAChB,IAAI,CAAC,MAAM,CAAC,YAEf,MAAM,CAAC,IAAI,GACL,CACV,CAAC,CAAC,CAAC,IAAI,IACH,IACM,CAChB,CAAC;AACJ,CAAC,CACF,CAAC"}
1
+ {"version":3,"file":"CardTransfer.js","sourceRoot":"","sources":["../../../src/components/CardTransfer/CardTransfer.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,uDAAoE;AACpE,iDAA8C;AAE9C,4DAAyD;AACzD,2FAAwF;AACxF,yFAAsF;AACtF,4EAAyE;AACzE,0DAAuD;AACvD,qEAAkE;AAGlE,MAAM,UAAU,GAAG,QAAQ,CAAC;AAC5B,MAAM,QAAQ,GAAG,0BAA0B,CAAC;AAC5C,MAAM,aAAa,GAAG,wBAAwB,CAAC;AAC/C,MAAM,aAAa,GAAG,gBAAgB,CAAC;AACvC,MAAM,mBAAmB,GAAG,MAAM,CAAC;AAItB,QAAA,YAAY,GAAG,IAAA,aAAG,EAC7B,CAAC,EACC,SAAS,GAAG,EAAE,EACd,KAAK,GAAG,aAAa,EACrB,KAAK,GAAG,aAAa,EACrB,WAAW,GAAG,mBAAmB,EACjC,MAAM,EACN,GAAG,IAAI,EACR,EAAE,EAAE;IACH,MAAM,CAAC,KAAK,EAAE,QAAQ,CAAC,GAAG,IAAA,gBAAQ,EAAS,EAAE,CAAC,CAAC;IAC/C,MAAM,YAAY,GAAG,IAAA,mBAAW,EAAC,CAAC,CAAS,EAAE,EAAE,CAAC,QAAQ,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC;IACjE,MAAM,UAAU,GAAG,CAAC,MAAM,CAAC,IAAA,qCAAiB,EAAC,KAAK,CAAC,CAAC,CAAC;IACrD,MAAM,WAAW,GAAG,UAAU;QAC5B,CAAC,CAAC,IAAA,mDAAwB,EAAC,EAAE,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,CAAC;QACxD,CAAC,CAAC,IAAA,iDAAuB,EAAC,EAAE,SAAS,EAAE,YAAY,EAAE,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,CAAC,CAAC;IAEnF,MAAM,IAAI,GAAG,IAAA,iBAAO,GAAE,CAAC;IAEvB,OAAO,CACL,wBAAC,2BAAY,IAAC,SAAS,EAAE,mCAAmC,SAAS,EAAE,KAAM,IAAI,aAC9E,KAAK,CAAC,CAAC,CAAC,uBAAC,iBAAO,IAAC,SAAS,EAAC,oBAAoB,EAAC,WAAW,EAAC,IAAI,EAAC,KAAK,EAAE,KAAK,GAAI,CAAC,CAAC,CAAC,IAAI,EACzF,kCAAM,SAAS,EAAC,WAAW,EAAC,MAAM,EAAC,MAAM,EAAC,MAAM,EAAE,QAAQ,aACxD,uBAAC,6BAAa,IACZ,IAAI,EAAE,UAAU,EAChB,KAAK,EAAE,KAAK,EACZ,QAAQ,EAAE,YAAY,EACtB,KAAK,EAAE,KAAK,KAAK,EAAE,IAAI,CAAC,UAAU,EAClC,WAAW,EAAE,WAAW,EACxB,KAAK,EAAE,KAAK,GACZ,EACD,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,CACd,mCACE,IAAI,EAAC,QAAQ,EACb,SAAS,EAAE,mBAAmB,WAAW,GAAG,EAC5C,QAAQ,EAAE,UAAU,KAChB,IAAI,CAAC,MAAM,CAAC,YAEf,MAAM,CAAC,IAAI,GACL,CACV,CAAC,CAAC,CAAC,IAAI,IACH,IACM,CAChB,CAAC;AACJ,CAAC,CACF,CAAC"}
@@ -7,17 +7,18 @@ const BlockWrapper_1 = require("../../ui-kit/BlockWrapper");
7
7
  const ArrowButton_1 = require("../../ui-kit/Button/ArrowButton");
8
8
  const SwipeListContainer_1 = require("../../ui-kit/SwipeListControl/SwipeListContainer");
9
9
  const useSwipeListScroll_1 = require("../../ui-kit/SwipeListControl/useSwipeListScroll");
10
+ const style_1 = require("../../utils/style");
10
11
  const ITEMS_GAP = 4;
11
- const blurBaseStyle = 'absolute top-0 bottom-0 z-50 w-[84px]';
12
+ const blurBaseStyle = 'absolute top-0 bottom-0 z-50 w-[84px] pointer-events-none';
12
13
  const scrollButtonStyle = 'absolute top-[calc(50%-12px)] z-50';
13
- exports.Carousel = (0, uni_jsx_1.JSX)(({ className = '', itemCount, visibleItemCount, isBlur = true, isCyclic = false, ...rest }) => {
14
+ exports.Carousel = (0, uni_jsx_1.JSX)(({ className = '', itemCount, visibleItemCount, isBlur = true, isCyclic = false, isPadding = true, ...rest }) => {
14
15
  const { blocks: childBlocks } = rest.block || {};
15
16
  const count = itemCount || childBlocks?.length || 0;
16
17
  const [containerRef, scroll] = (0, useSwipeListScroll_1.useSwipeListScroll)({
17
18
  itemCount: count,
18
19
  isCyclic,
19
20
  });
20
- return ((0, jsx_runtime_1.jsx)(BlockWrapper_1.BlockWrapper, { className: `font-sans p-12 ${className}`, ...rest, children: (0, jsx_runtime_1.jsxs)("div", { className: "relative max-w-full", children: [(0, jsx_runtime_1.jsx)(SwipeListContainer_1.SwipeListContainer, { containerRef: containerRef, visibleItemCount: visibleItemCount, snapAlign: "snap-start", gap: ITEMS_GAP, onVisibleIndicesChange: scroll.handleVisibleIndicesChange, children: (0, renderChildren_1.renderChildren)(rest) }), (scroll.canScrollLeft || scroll.canScrollRight) && isBlur ? ((0, jsx_runtime_1.jsxs)("div", { children: [(0, jsx_runtime_1.jsx)("div", { className: `${blurBaseStyle} left-0 bg-opacity-from-white` }), (0, jsx_runtime_1.jsx)("div", { className: `${blurBaseStyle} right-0 bg-opacity-to-white` })] })) : null, renderScrollButtons(scroll)] }) }));
21
+ return ((0, jsx_runtime_1.jsx)(BlockWrapper_1.BlockWrapper, { className: (0, style_1.style)(getPaddingStyle(isPadding), className), ...rest, children: (0, jsx_runtime_1.jsxs)("div", { className: "relative max-w-full", children: [(0, jsx_runtime_1.jsx)(SwipeListContainer_1.SwipeListContainer, { containerRef: containerRef, visibleItemCount: visibleItemCount, snapAlign: "snap-start", gap: ITEMS_GAP, onVisibleIndicesChange: scroll.handleVisibleIndicesChange, children: (0, renderChildren_1.renderChildren)(rest) }), (scroll.canScrollLeft || scroll.canScrollRight) && isBlur ? ((0, jsx_runtime_1.jsxs)("div", { children: [(0, jsx_runtime_1.jsx)("div", { className: `${blurBaseStyle} left-0 bg-opacity-from-white` }), (0, jsx_runtime_1.jsx)("div", { className: `${blurBaseStyle} right-0 bg-opacity-to-white` })] })) : null, renderScrollButtons(scroll)] }) }));
21
22
  });
22
23
  exports.Carousel.childrenTypes = [
23
24
  'CarouselCard',
@@ -30,4 +31,5 @@ exports.Carousel.childrenTypes = [
30
31
  'CarouselInvestmentCard',
31
32
  ];
32
33
  const renderScrollButtons = ({ scrollLeft, scrollRight, canScrollLeft, canScrollRight, }) => ((0, jsx_runtime_1.jsxs)("div", { children: [canScrollLeft ? ((0, jsx_runtime_1.jsx)(ArrowButton_1.ScrollLeftButton, { className: `${scrollButtonStyle} left-8`, onClick: scrollLeft })) : null, canScrollRight ? ((0, jsx_runtime_1.jsx)(ArrowButton_1.ScrollRightButton, { className: `${scrollButtonStyle} right-8`, onClick: scrollRight })) : null] }));
34
+ const getPaddingStyle = (isPadding) => (isPadding ? 'p-12' : '');
33
35
  //# sourceMappingURL=Carousel.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Carousel.js","sourceRoot":"","sources":["../../../src/components/Carousel/Carousel.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,uEAAoE;AAEpE,4DAAyD;AACzD,iEAAsF;AACtF,yFAAsF;AACtF,yFAG0D;AAO1D,MAAM,SAAS,GAAG,CAAC,CAAC;AAEpB,MAAM,aAAa,GAAG,uCAAuC,CAAC;AAC9D,MAAM,iBAAiB,GAAG,oCAAoC,CAAC;AAElD,QAAA,QAAQ,GAA4B,IAAA,aAAG,EAClD,CAAC,EAAE,SAAS,GAAG,EAAE,EAAE,SAAS,EAAE,gBAAgB,EAAE,MAAM,GAAG,IAAI,EAAE,QAAQ,GAAG,KAAK,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE;IAC5F,MAAM,EAAE,MAAM,EAAE,WAAW,EAAE,GAAG,IAAI,CAAC,KAAK,IAAI,EAAE,CAAC;IACjD,MAAM,KAAK,GAAG,SAAS,IAAI,WAAW,EAAE,MAAM,IAAI,CAAC,CAAC;IAEpD,MAAM,CAAC,YAAY,EAAE,MAAM,CAAC,GAAG,IAAA,uCAAkB,EAAiB;QAChE,SAAS,EAAE,KAAK;QAChB,QAAQ;KACT,CAAC,CAAC;IAEH,OAAO,CACL,uBAAC,2BAAY,IAAC,SAAS,EAAE,kBAAkB,SAAS,EAAE,KAAM,IAAI,YAC9D,iCAAK,SAAS,EAAC,qBAAqB,aAClC,uBAAC,uCAAkB,IACjB,YAAY,EAAE,YAAY,EAC1B,gBAAgB,EAAE,gBAAgB,EAClC,SAAS,EAAC,YAAY,EACtB,GAAG,EAAE,SAAS,EACd,sBAAsB,EAAE,MAAM,CAAC,0BAA0B,YAExD,IAAA,+BAAc,EAAC,IAAI,CAAC,GACF,EACpB,CAAC,MAAM,CAAC,aAAa,IAAI,MAAM,CAAC,cAAc,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,CAC3D,4CACE,gCAAK,SAAS,EAAE,GAAG,aAAa,+BAA+B,GAAI,EACnE,gCAAK,SAAS,EAAE,GAAG,aAAa,8BAA8B,GAAI,IAC9D,CACP,CAAC,CAAC,CAAC,IAAI,EACP,mBAAmB,CAAC,MAAM,CAAC,IACxB,GACO,CAChB,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,gBAAQ,CAAC,aAAa,GAAG;IACvB,cAAc;IACd,qBAAqB;IACrB,wBAAwB;IACxB,qBAAqB;IACrB,sBAAsB;IACtB,4BAA4B;IAC5B,qBAAqB;IACrB,wBAAwB;CACzB,CAAC;AAEF,MAAM,mBAAmB,GAAG,CAAC,EAC3B,UAAU,EACV,WAAW,EACX,aAAa,EACb,cAAc,GACE,EAAE,EAAE,CAAC,CACrB,4CACG,aAAa,CAAC,CAAC,CAAC,CACf,uBAAC,8BAAgB,IAAC,SAAS,EAAE,GAAG,iBAAiB,SAAS,EAAE,OAAO,EAAE,UAAU,GAAI,CACpF,CAAC,CAAC,CAAC,IAAI,EACP,cAAc,CAAC,CAAC,CAAC,CAChB,uBAAC,+BAAiB,IAAC,SAAS,EAAE,GAAG,iBAAiB,UAAU,EAAE,OAAO,EAAE,WAAW,GAAI,CACvF,CAAC,CAAC,CAAC,IAAI,IACJ,CACP,CAAC"}
1
+ {"version":3,"file":"Carousel.js","sourceRoot":"","sources":["../../../src/components/Carousel/Carousel.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,uEAAoE;AAEpE,4DAAyD;AACzD,iEAAsF;AACtF,yFAAsF;AACtF,yFAG0D;AAE1D,6CAA0C;AAM1C,MAAM,SAAS,GAAG,CAAC,CAAC;AAEpB,MAAM,aAAa,GAAG,2DAA2D,CAAC;AAClF,MAAM,iBAAiB,GAAG,oCAAoC,CAAC;AAElD,QAAA,QAAQ,GAA4B,IAAA,aAAG,EAClD,CAAC,EACC,SAAS,GAAG,EAAE,EACd,SAAS,EACT,gBAAgB,EAChB,MAAM,GAAG,IAAI,EACb,QAAQ,GAAG,KAAK,EAChB,SAAS,GAAG,IAAI,EAChB,GAAG,IAAI,EACR,EAAE,EAAE;IACH,MAAM,EAAE,MAAM,EAAE,WAAW,EAAE,GAAG,IAAI,CAAC,KAAK,IAAI,EAAE,CAAC;IACjD,MAAM,KAAK,GAAG,SAAS,IAAI,WAAW,EAAE,MAAM,IAAI,CAAC,CAAC;IAEpD,MAAM,CAAC,YAAY,EAAE,MAAM,CAAC,GAAG,IAAA,uCAAkB,EAAiB;QAChE,SAAS,EAAE,KAAK;QAChB,QAAQ;KACT,CAAC,CAAC;IAEH,OAAO,CACL,uBAAC,2BAAY,IAAC,SAAS,EAAE,IAAA,aAAK,EAAC,eAAe,CAAC,SAAS,CAAC,EAAE,SAAS,CAAC,KAAM,IAAI,YAC7E,iCAAK,SAAS,EAAC,qBAAqB,aAClC,uBAAC,uCAAkB,IACjB,YAAY,EAAE,YAAY,EAC1B,gBAAgB,EAAE,gBAAgB,EAClC,SAAS,EAAC,YAAY,EACtB,GAAG,EAAE,SAAS,EACd,sBAAsB,EAAE,MAAM,CAAC,0BAA0B,YAExD,IAAA,+BAAc,EAAC,IAAI,CAAC,GACF,EACpB,CAAC,MAAM,CAAC,aAAa,IAAI,MAAM,CAAC,cAAc,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,CAC3D,4CACE,gCAAK,SAAS,EAAE,GAAG,aAAa,+BAA+B,GAAI,EACnE,gCAAK,SAAS,EAAE,GAAG,aAAa,8BAA8B,GAAI,IAC9D,CACP,CAAC,CAAC,CAAC,IAAI,EACP,mBAAmB,CAAC,MAAM,CAAC,IACxB,GACO,CAChB,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,gBAAQ,CAAC,aAAa,GAAG;IACvB,cAAc;IACd,qBAAqB;IACrB,wBAAwB;IACxB,qBAAqB;IACrB,sBAAsB;IACtB,4BAA4B;IAC5B,qBAAqB;IACrB,wBAAwB;CACzB,CAAC;AAEF,MAAM,mBAAmB,GAAG,CAAC,EAC3B,UAAU,EACV,WAAW,EACX,aAAa,EACb,cAAc,GACE,EAAE,EAAE,CAAC,CACrB,4CACG,aAAa,CAAC,CAAC,CAAC,CACf,uBAAC,8BAAgB,IAAC,SAAS,EAAE,GAAG,iBAAiB,SAAS,EAAE,OAAO,EAAE,UAAU,GAAI,CACpF,CAAC,CAAC,CAAC,IAAI,EACP,cAAc,CAAC,CAAC,CAAC,CAChB,uBAAC,+BAAiB,IAAC,SAAS,EAAE,GAAG,iBAAiB,UAAU,EAAE,OAAO,EAAE,WAAW,GAAI,CACvF,CAAC,CAAC,CAAC,IAAI,IACJ,CACP,CAAC;AAEF,MAAM,eAAe,GAAG,CAAC,SAAkB,EAAU,EAAE,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC"}
@@ -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
  }
@@ -2,12 +2,12 @@ Object.defineProperty(exports, "__esModule", { value: true });
2
2
  exports.CarouselCard = void 0;
3
3
  const jsx_runtime_1 = require("@redneckz/uni-jsx/jsx-runtime");
4
4
  const uni_jsx_1 = require("@redneckz/uni-jsx");
5
- const ButtonSection_1 = require("../../ui-kit/Button/ButtonSection");
5
+ const renderButtonsSection_1 = require("../../ui-kit/Button/renderButtonsSection");
6
6
  const Headline_1 = require("../Headline/Headline");
7
7
  const BLOCK_CLASSES = 'absolute border border-solid border-gray w-full h-full';
8
8
  const CARD_WIDTH_MAP = {
9
- normal: 'min-w-[1007px]',
9
+ normal: 'min-w-[970px]',
10
10
  mini: 'min-w-[355px]',
11
11
  };
12
- exports.CarouselCard = (0, uni_jsx_1.JSX)(({ className = '', button, description, title, version = 'normal' }) => ((0, jsx_runtime_1.jsx)("section", { className: `flex pb-9 pl-12 ${CARD_WIDTH_MAP[version]} ${className}`, children: (0, jsx_runtime_1.jsxs)("div", { className: "relative w-full", children: [(0, jsx_runtime_1.jsx)("div", { className: `${BLOCK_CLASSES} z-10 top-9 right-12 bg-green-dark` }), (0, jsx_runtime_1.jsx)("div", { className: `${BLOCK_CLASSES} z-10 top-6 right-8 bg-green` }), (0, jsx_runtime_1.jsx)("div", { className: `${BLOCK_CLASSES} z-10 top-3 right-4 bg-green-light` }), (0, jsx_runtime_1.jsxs)("div", { className: "relative bg-white z-10 py-6 px-10 border border-solid border-green-light", children: [(0, jsx_runtime_1.jsx)(Headline_1.Headline, { className: "!p-0", title: title, description: description, headlineVersion: "M" }), button ? (0, jsx_runtime_1.jsx)("div", { className: "mt-6", children: (0, ButtonSection_1.renderButton)({ button }) }) : null] })] }) })));
12
+ exports.CarouselCard = (0, uni_jsx_1.JSX)(({ className = '', button, description, title, carouselVersion = 'normal' }) => ((0, jsx_runtime_1.jsx)("section", { className: `flex pb-9 pl-12 border-box ${CARD_WIDTH_MAP[carouselVersion]} ${className}`, children: (0, jsx_runtime_1.jsxs)("div", { className: "relative w-full", children: [(0, jsx_runtime_1.jsx)("div", { className: `${BLOCK_CLASSES} z-10 top-9 right-12 bg-green-dark` }), (0, jsx_runtime_1.jsx)("div", { className: `${BLOCK_CLASSES} z-10 top-6 right-8 bg-green` }), (0, jsx_runtime_1.jsx)("div", { className: `${BLOCK_CLASSES} z-10 top-3 right-4 bg-green-light` }), (0, jsx_runtime_1.jsxs)("div", { className: "relative bg-white z-10 p-10 border border-solid border-green-light", children: [(0, jsx_runtime_1.jsx)(Headline_1.Headline, { className: "!p-0", title: title, description: description, headlineVersion: "L", align: "text-left" }), (0, renderButtonsSection_1.renderButtonsSection)([button], { className: 'mt-14' })] })] }) })));
13
13
  //# sourceMappingURL=CarouselCard.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"CarouselCard.js","sourceRoot":"","sources":["../../../src/components/CarouselCard/CarouselCard.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAGxC,qEAAiE;AACjE,mDAAgD;AAKhD,MAAM,aAAa,GAAG,wDAAwD,CAAC;AAE/E,MAAM,cAAc,GAAwC;IAC1D,MAAM,EAAE,gBAAgB;IACxB,IAAI,EAAE,eAAe;CACtB,CAAC;AAEW,QAAA,YAAY,GAAG,IAAA,aAAG,EAC7B,CAAC,EAAE,SAAS,GAAG,EAAE,EAAE,MAAM,EAAE,WAAW,EAAE,KAAK,EAAE,OAAO,GAAG,QAAQ,EAAE,EAAE,EAAE,CAAC,CACtE,oCAAS,SAAS,EAAE,mBAAmB,cAAc,CAAC,OAAO,CAAC,IAAI,SAAS,EAAE,YAC3E,iCAAK,SAAS,EAAC,iBAAiB,aAC9B,gCAAK,SAAS,EAAE,GAAG,aAAa,oCAAoC,GAAI,EACxE,gCAAK,SAAS,EAAE,GAAG,aAAa,8BAA8B,GAAI,EAClE,gCAAK,SAAS,EAAE,GAAG,aAAa,oCAAoC,GAAI,EACxE,iCAAK,SAAS,EAAC,0EAA0E,aACvF,uBAAC,mBAAQ,IAAC,SAAS,EAAC,MAAM,EAAC,KAAK,EAAE,KAAK,EAAE,WAAW,EAAE,WAAW,EAAE,eAAe,EAAC,GAAG,GAAG,EACxF,MAAM,CAAC,CAAC,CAAC,gCAAK,SAAS,EAAC,MAAM,YAAE,IAAA,4BAAY,EAAC,EAAE,MAAM,EAAE,CAAC,GAAO,CAAC,CAAC,CAAC,IAAI,IACnE,IACF,GACE,CACX,CACF,CAAC"}
1
+ {"version":3,"file":"CarouselCard.js","sourceRoot":"","sources":["../../../src/components/CarouselCard/CarouselCard.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAGxC,mFAAgF;AAChF,mDAAgD;AAKhD,MAAM,aAAa,GAAG,wDAAwD,CAAC;AAE/E,MAAM,cAAc,GAAwC;IAC1D,MAAM,EAAE,eAAe;IACvB,IAAI,EAAE,eAAe;CACtB,CAAC;AAEW,QAAA,YAAY,GAAG,IAAA,aAAG,EAC7B,CAAC,EAAE,SAAS,GAAG,EAAE,EAAE,MAAM,EAAE,WAAW,EAAE,KAAK,EAAE,eAAe,GAAG,QAAQ,EAAE,EAAE,EAAE,CAAC,CAC9E,oCACE,SAAS,EAAE,8BAA8B,cAAc,CAAC,eAAe,CAAC,IAAI,SAAS,EAAE,YAEvF,iCAAK,SAAS,EAAC,iBAAiB,aAC9B,gCAAK,SAAS,EAAE,GAAG,aAAa,oCAAoC,GAAI,EACxE,gCAAK,SAAS,EAAE,GAAG,aAAa,8BAA8B,GAAI,EAClE,gCAAK,SAAS,EAAE,GAAG,aAAa,oCAAoC,GAAI,EACxE,iCAAK,SAAS,EAAC,oEAAoE,aACjF,uBAAC,mBAAQ,IACP,SAAS,EAAC,MAAM,EAChB,KAAK,EAAE,KAAK,EACZ,WAAW,EAAE,WAAW,EACxB,eAAe,EAAC,GAAG,EACnB,KAAK,EAAC,WAAW,GACjB,EACD,IAAA,2CAAoB,EAAC,CAAC,MAAM,CAAC,EAAE,EAAE,SAAS,EAAE,OAAO,EAAE,CAAC,IACnD,IACF,GACE,CACX,CACF,CAAC"}
@@ -13,5 +13,5 @@ export interface CarouselCardContent extends HeadlineCommonProps {
13
13
  * }
14
14
  */
15
15
  button?: ButtonWithIconProps;
16
- version?: CarouselCardVersion;
16
+ carouselVersion?: CarouselCardVersion;
17
17
  }
@@ -1,7 +1,5 @@
1
- import type { BlockVersion } from '../../model/BlockVersion';
1
+ import type { UniBlockProps } from '../../model/JSXBlock';
2
2
  import type { CarouselCatalogCardContent } from './CarouselCatalogCardContent';
3
- export interface CarouselCatalogCardProps extends CarouselCatalogCardContent {
4
- className?: string;
5
- version?: BlockVersion;
3
+ export interface CarouselCatalogCardProps extends CarouselCatalogCardContent, UniBlockProps {
6
4
  }
7
5
  export declare const CarouselCatalogCard: import("@redneckz/uni-jsx").UNIComponent<CarouselCatalogCardProps, any, any>;
@@ -2,8 +2,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
2
2
  exports.CarouselCatalogCard = void 0;
3
3
  const jsx_runtime_1 = require("@redneckz/uni-jsx/jsx-runtime");
4
4
  const uni_jsx_1 = require("@redneckz/uni-jsx");
5
- const BlockVersion_1 = require("../../model/BlockVersion");
6
- const ButtonSection_1 = require("../../ui-kit/Button/ButtonSection");
5
+ const BlockWrapper_1 = require("../../ui-kit/BlockWrapper");
6
+ const renderButtonsSection_1 = require("../../ui-kit/Button/renderButtonsSection");
7
7
  const Heading_1 = require("../../ui-kit/Heading/Heading");
8
8
  const Img_1 = require("../../ui-kit/Img/Img");
9
9
  const Paragraph_1 = require("../../ui-kit/Paragraph/Paragraph");
@@ -12,6 +12,6 @@ const cardStyleMap = {
12
12
  black: 'bg-black',
13
13
  white: 'bg-white',
14
14
  };
15
- exports.CarouselCatalogCard = (0, uni_jsx_1.JSX)(({ className = '', title, description, image, price, button, colors, version = 'primary' }) => ((0, jsx_runtime_1.jsxs)("section", { className: `border box-border border-gray p-7 min-w-[392px] flex flex-col justify-left ${BlockVersion_1.VersionStyleMap[version]} ${className}`, role: "listitem", children: [image?.src ? (0, jsx_runtime_1.jsx)(Img_1.Img, { className: "mb-5 flex justify-center", image: image }) : null, title ? ((0, jsx_runtime_1.jsx)(Heading_1.Heading, { headingType: "h6", as: "h4", className: "text-left mb-1.5", title: title })) : null, description ? ((0, jsx_runtime_1.jsx)("div", { className: "mb-4", children: (0, jsx_runtime_1.jsx)(Paragraph_1.Paragraph, { size: "text-m", align: "text-left", font: "font-light", children: description }) })) : null, colors?.length ? ((0, jsx_runtime_1.jsxs)("div", { className: "flex mb-4 text-s-light text-secondary-text", children: [(0, jsx_runtime_1.jsx)("div", { className: "mr-1.5", children: (0, jsx_runtime_1.jsx)(Text_1.Text, { children: "\u0414\u043E\u0441\u0442\u0443\u043F\u043D\u044B\u0435 \u0446\u0432\u0435\u0442\u0430: " }) }), colors.map(renderColorOption)] })) : null, price ? ((0, jsx_runtime_1.jsxs)(Text_1.Text, { size: "text-h3", align: "text-left", children: [price, "\u00A0\u20BD"] })) : null, button ? (0, ButtonSection_1.renderButton)({ button, buttonClassName: 'mt-5 w-full' }) : null] })));
15
+ exports.CarouselCatalogCard = (0, uni_jsx_1.JSX)(({ className = '', title, description, image, price, button, colors, ...rest }) => ((0, jsx_runtime_1.jsxs)(BlockWrapper_1.BlockWrapper, { className: `border box-border border-gray p-7 min-w-[392px] flex flex-col justify-left ${className}`, role: "listitem", ...rest, children: [image?.src ? (0, jsx_runtime_1.jsx)(Img_1.Img, { className: "mb-5 flex justify-center", image: image }) : null, title ? ((0, jsx_runtime_1.jsx)(Heading_1.Heading, { headingType: "h6", as: "h4", className: "text-left mb-1.5", title: title })) : null, description ? ((0, jsx_runtime_1.jsx)("div", { className: "mb-4", children: (0, jsx_runtime_1.jsx)(Paragraph_1.Paragraph, { size: "text-m", align: "text-left", font: "font-light", children: description }) })) : null, colors?.length ? ((0, jsx_runtime_1.jsxs)("div", { className: "flex mb-4 text-s-light text-secondary-text", children: [(0, jsx_runtime_1.jsx)("div", { className: "mr-1.5", children: (0, jsx_runtime_1.jsx)(Text_1.Text, { children: "\u0414\u043E\u0441\u0442\u0443\u043F\u043D\u044B\u0435 \u0446\u0432\u0435\u0442\u0430: " }) }), colors.map(renderColorOption)] })) : null, price ? ((0, jsx_runtime_1.jsxs)(Text_1.Text, { size: "text-h3", align: "text-left", children: [price, "\u00A0\u20BD"] })) : null, (0, renderButtonsSection_1.renderButtonsSection)([button], { buttonClassName: 'mt-5 w-full' })] })));
16
16
  const renderColorOption = (color, i) => ((0, jsx_runtime_1.jsx)("span", { className: `w-6 h-6 ml-3 border border-solid border-main-divider rounded-full ${cardStyleMap[color]}` }, String(i)));
17
17
  //# sourceMappingURL=CarouselCatalogCard.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"CarouselCatalogCard.js","sourceRoot":"","sources":["../../../src/components/CarouselCatalogCard/CarouselCatalogCard.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAExC,2DAA2D;AAE3D,qEAAiE;AACjE,0DAAuD;AACvD,8CAA2C;AAC3C,gEAA6D;AAC7D,iDAA8C;AAQ9C,MAAM,YAAY,GAAwC;IACxD,KAAK,EAAE,UAAU;IACjB,KAAK,EAAE,UAAU;CAClB,CAAC;AAEW,QAAA,mBAAmB,GAAG,IAAA,aAAG,EACpC,CAAC,EAAE,SAAS,GAAG,EAAE,EAAE,KAAK,EAAE,WAAW,EAAE,KAAK,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,GAAG,SAAS,EAAE,EAAE,EAAE,CAAC,CAC7F,qCACE,SAAS,EAAE,8EAA8E,8BAAe,CAAC,OAAO,CAAC,IAAI,SAAS,EAAE,EAChI,IAAI,EAAC,UAAU,aAEd,KAAK,EAAE,GAAG,CAAC,CAAC,CAAC,uBAAC,SAAG,IAAC,SAAS,EAAC,0BAA0B,EAAC,KAAK,EAAE,KAAK,GAAI,CAAC,CAAC,CAAC,IAAI,EAC9E,KAAK,CAAC,CAAC,CAAC,CACP,uBAAC,iBAAO,IAAC,WAAW,EAAC,IAAI,EAAC,EAAE,EAAC,IAAI,EAAC,SAAS,EAAC,kBAAkB,EAAC,KAAK,EAAE,KAAK,GAAI,CAChF,CAAC,CAAC,CAAC,IAAI,EACP,WAAW,CAAC,CAAC,CAAC,CACb,gCAAK,SAAS,EAAC,MAAM,YACnB,uBAAC,qBAAS,IAAC,IAAI,EAAC,QAAQ,EAAC,KAAK,EAAC,WAAW,EAAC,IAAI,EAAC,YAAY,YACzD,WAAW,GACF,GACR,CACP,CAAC,CAAC,CAAC,IAAI,EACP,MAAM,EAAE,MAAM,CAAC,CAAC,CAAC,CAChB,iCAAK,SAAS,EAAC,4CAA4C,aACzD,gCAAK,SAAS,EAAC,QAAQ,YACrB,uBAAC,WAAI,0GAAyB,GAC1B,EACL,MAAM,CAAC,GAAG,CAAC,iBAAiB,CAAC,IAC1B,CACP,CAAC,CAAC,CAAC,IAAI,EACP,KAAK,CAAC,CAAC,CAAC,CACP,wBAAC,WAAI,IAAC,IAAI,EAAC,SAAS,EAAC,KAAK,EAAC,WAAW,aACnC,KAAK,oBACD,CACR,CAAC,CAAC,CAAC,IAAI,EACP,MAAM,CAAC,CAAC,CAAC,IAAA,4BAAY,EAAC,EAAE,MAAM,EAAE,eAAe,EAAE,aAAa,EAAE,CAAC,CAAC,CAAC,CAAC,IAAI,IACjE,CACX,CACF,CAAC;AAEF,MAAM,iBAAiB,GAAG,CAAC,KAA0B,EAAE,CAAS,EAAE,EAAE,CAAC,CACnE,iCAEE,SAAS,EAAE,qEAAqE,YAAY,CAAC,KAAK,CAAC,EAAE,IADhG,MAAM,CAAC,CAAC,CAAC,CAEd,CACH,CAAC"}
1
+ {"version":3,"file":"CarouselCatalogCard.js","sourceRoot":"","sources":["../../../src/components/CarouselCatalogCard/CarouselCatalogCard.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAGxC,4DAAyD;AACzD,mFAAgF;AAChF,0DAAuD;AACvD,8CAA2C;AAC3C,gEAA6D;AAC7D,iDAA8C;AAK9C,MAAM,YAAY,GAAwC;IACxD,KAAK,EAAE,UAAU;IACjB,KAAK,EAAE,UAAU;CAClB,CAAC;AAEW,QAAA,mBAAmB,GAAG,IAAA,aAAG,EACpC,CAAC,EAAE,SAAS,GAAG,EAAE,EAAE,KAAK,EAAE,WAAW,EAAE,KAAK,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,CAAC,CACjF,wBAAC,2BAAY,IACX,SAAS,EAAE,8EAA8E,SAAS,EAAE,EACpG,IAAI,EAAC,UAAU,KACX,IAAI,aAEP,KAAK,EAAE,GAAG,CAAC,CAAC,CAAC,uBAAC,SAAG,IAAC,SAAS,EAAC,0BAA0B,EAAC,KAAK,EAAE,KAAK,GAAI,CAAC,CAAC,CAAC,IAAI,EAC9E,KAAK,CAAC,CAAC,CAAC,CACP,uBAAC,iBAAO,IAAC,WAAW,EAAC,IAAI,EAAC,EAAE,EAAC,IAAI,EAAC,SAAS,EAAC,kBAAkB,EAAC,KAAK,EAAE,KAAK,GAAI,CAChF,CAAC,CAAC,CAAC,IAAI,EACP,WAAW,CAAC,CAAC,CAAC,CACb,gCAAK,SAAS,EAAC,MAAM,YACnB,uBAAC,qBAAS,IAAC,IAAI,EAAC,QAAQ,EAAC,KAAK,EAAC,WAAW,EAAC,IAAI,EAAC,YAAY,YACzD,WAAW,GACF,GACR,CACP,CAAC,CAAC,CAAC,IAAI,EACP,MAAM,EAAE,MAAM,CAAC,CAAC,CAAC,CAChB,iCAAK,SAAS,EAAC,4CAA4C,aACzD,gCAAK,SAAS,EAAC,QAAQ,YACrB,uBAAC,WAAI,0GAAyB,GAC1B,EACL,MAAM,CAAC,GAAG,CAAC,iBAAiB,CAAC,IAC1B,CACP,CAAC,CAAC,CAAC,IAAI,EACP,KAAK,CAAC,CAAC,CAAC,CACP,wBAAC,WAAI,IAAC,IAAI,EAAC,SAAS,EAAC,KAAK,EAAC,WAAW,aACnC,KAAK,oBACD,CACR,CAAC,CAAC,CAAC,IAAI,EACP,IAAA,2CAAoB,EAAC,CAAC,MAAM,CAAC,EAAE,EAAE,eAAe,EAAE,aAAa,EAAE,CAAC,IACtD,CAChB,CACF,CAAC;AAEF,MAAM,iBAAiB,GAAG,CAAC,KAA0B,EAAE,CAAS,EAAE,EAAE,CAAC,CACnE,iCAEE,SAAS,EAAE,qEAAqE,YAAY,CAAC,KAAK,CAAC,EAAE,IADhG,MAAM,CAAC,CAAC,CAAC,CAEd,CACH,CAAC"}
@@ -2,8 +2,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
2
2
  exports.CarouselInvestmentCard = void 0;
3
3
  const jsx_runtime_1 = require("@redneckz/uni-jsx/jsx-runtime");
4
4
  const uni_jsx_1 = require("@redneckz/uni-jsx");
5
- const BlockVersion_1 = require("../../model/BlockVersion");
6
- const BorderVersion_1 = require("../../model/BorderVersion");
7
5
  const BlockWrapper_1 = require("../../ui-kit/BlockWrapper");
8
6
  const Heading_1 = require("../../ui-kit/Heading/Heading");
9
7
  const Img_1 = require("../../ui-kit/Img/Img");
@@ -11,18 +9,17 @@ const Text_1 = require("../../ui-kit/Text/Text");
11
9
  const BaseTile_1 = require("../BaseTile/BaseTile");
12
10
  const getItemListFontSize = (colValue) => (colValue === 1 ? 'text-h6' : 'text-l');
13
11
  const cardColumnsModeStyleMap = {
14
- 1: 'flex gap-y-2 flex-col',
15
- 2: 'flex gap-y-2 gap-x-10 flex-wrap',
12
+ 1: 'flex-col',
13
+ 2: 'gap-x-10 flex-wrap',
16
14
  };
17
- exports.CarouselInvestmentCard = (0, uni_jsx_1.JSX)(({ additionalDescription, cardsList = [], className = '', columnsMode = 1, description, image, title, version = 'primary', ...rest }) => {
15
+ exports.CarouselInvestmentCard = (0, uni_jsx_1.JSX)(({ additionalDescription, cardsList = [], className = '', columnsMode = 1, description, image, title, ...rest }) => {
18
16
  const tileTitle = title ? ((0, jsx_runtime_1.jsx)(Heading_1.Heading, { headingType: "h4", as: "h3", className: "mb-3.5 z-10", title: title })) : null;
19
17
  const tileImage = image?.src ? ((0, jsx_runtime_1.jsx)(Img_1.Img, { className: "absolute bottom-0 right-0 m-0", image: image })) : null;
20
18
  return ((0, jsx_runtime_1.jsx)(BlockWrapper_1.BlockWrapper, { className: [
21
- 'relative text-left border border-solid box-border p-9 w-[697px]',
22
- BlockVersion_1.VersionStyleMap[version],
23
- BorderVersion_1.BorderVersionStyleMap[version],
19
+ 'relative box-border text-left p-9 w-[697px]',
20
+ 'border border-solid border-gray group-data-secondary:border-white/50',
24
21
  className,
25
- ].join(' '), ...rest, children: (0, jsx_runtime_1.jsxs)(BaseTile_1.BaseTile, { title: tileTitle, image: tileImage, children: [(0, jsx_runtime_1.jsxs)("div", { className: "flex justify-between mb-4", children: [description ? ((0, jsx_runtime_1.jsx)("div", { className: "w-1/3", children: (0, jsx_runtime_1.jsx)(Text_1.Text, { size: "text-h6", children: description }) })) : null, additionalDescription ? ((0, jsx_runtime_1.jsx)(Text_1.Text, { size: "text-m", font: "font-light", color: BlockVersion_1.VersionAdditionalStyleMap[version], children: additionalDescription })) : null] }), cardsList.length ? ((0, jsx_runtime_1.jsx)("ul", { className: `list-none m-0 p-0 ${cardColumnsModeStyleMap[columnsMode]}`, children: renderCardList(cardsList, columnsMode) })) : null] }) }));
22
+ ].join(' '), ...rest, children: (0, jsx_runtime_1.jsxs)(BaseTile_1.BaseTile, { title: tileTitle, image: tileImage, children: [(0, jsx_runtime_1.jsxs)("div", { className: "flex justify-between mb-4", children: [description ? ((0, jsx_runtime_1.jsx)("div", { className: "w-1/3", children: (0, jsx_runtime_1.jsx)(Text_1.Text, { size: "text-h6", children: description }) })) : null, additionalDescription ? ((0, jsx_runtime_1.jsx)(Text_1.Text, { size: "text-m", font: "font-light", color: "group-data-primary:text-secondary-text", children: additionalDescription })) : null] }), cardsList.length ? ((0, jsx_runtime_1.jsx)("ul", { className: `list-none m-0 p-0 flex gap-y-2 ${cardColumnsModeStyleMap[columnsMode]}`, children: renderCardList(cardsList, columnsMode) })) : null] }) }));
26
23
  });
27
24
  const renderCardList = (cardsList, columnsMode) => {
28
25
  const CARDS_COUNT_MAP = [4, 9];
@@ -1 +1 @@
1
- {"version":3,"file":"CarouselInvestmentCard.js","sourceRoot":"","sources":["../../../src/components/CarouselInvestmentCard/CarouselInvestmentCard.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"CarouselInvestmentCard.js","sourceRoot":"","sources":["../../../src/components/CarouselInvestmentCard/CarouselInvestmentCard.tsx"],"names":[],"mappings":"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"}
@@ -8,12 +8,12 @@ const Paragraph_1 = require("../../ui-kit/Paragraph/Paragraph");
8
8
  const Carousel_1 = require("../Carousel/Carousel");
9
9
  const Headline_1 = require("../Headline/Headline");
10
10
  const MAX_LINKS_COUNT = 12;
11
- exports.CarouselLinks = (0, uni_jsx_1.JSX)(({ className = '', additionalDescription, description, links, title, ...rest }) => {
12
- return ((0, jsx_runtime_1.jsxs)(BlockWrapper_1.BlockWrapper, { className: `bg-primary-main flex w-full p-10 overflow-hidden justify-between font-sans ${className}`, ...rest, children: [(0, jsx_runtime_1.jsxs)("div", { className: "flex flex-col max-w-96 pr-9 text-white text-xl-light", children: [(0, jsx_runtime_1.jsx)(Headline_1.Headline, { title: title, as: "h1", description: description, align: "text-left", className: "p-0", bgColorHeadline: "secondary" }), additionalDescription ? ((0, jsx_runtime_1.jsx)("div", { className: "pt-6", children: (0, jsx_runtime_1.jsx)(Paragraph_1.Paragraph, { children: additionalDescription }) })) : null] }), links?.length ? renderLinks(links) : null] }));
11
+ exports.CarouselLinks = (0, uni_jsx_1.JSX)(({ className = '', additionalDescription, description, links, title, version = 'secondary', ...rest }) => {
12
+ return ((0, jsx_runtime_1.jsxs)(BlockWrapper_1.BlockWrapper, { className: `flex w-full p-10 overflow-hidden justify-between ${className}`, version: version, ...rest, children: [(0, jsx_runtime_1.jsxs)("div", { className: "flex flex-col max-w-96 pr-9 text-white text-xl-light", children: [(0, jsx_runtime_1.jsx)(Headline_1.Headline, { className: "p-0", title: title, description: description, as: "h1", align: "text-left" }), additionalDescription ? ((0, jsx_runtime_1.jsx)("div", { className: "pt-6", children: (0, jsx_runtime_1.jsx)(Paragraph_1.Paragraph, { children: additionalDescription }) })) : null] }), links?.length ? renderLinks(links) : null] }));
13
13
  });
14
14
  const renderLinks = (links) => {
15
15
  const itemCount = Math.ceil(links.length / MAX_LINKS_COUNT);
16
- return ((0, jsx_runtime_1.jsx)(Carousel_1.Carousel, { className: "min-w-[832px] w-[832px]", isBlur: false, isCyclic: true, itemCount: itemCount, children: new Array(itemCount).fill(null).map((_, groupIndex) => ((0, jsx_runtime_1.jsx)("div", { className: "w-[672px] min-w-[672px] ml-20 mr-20 flex flex-wrap self-start", children: links
16
+ return ((0, jsx_runtime_1.jsx)(Carousel_1.Carousel, { version: "", className: "min-w-[832px] w-[832px]", isBlur: false, isCyclic: true, itemCount: itemCount, children: new Array(itemCount).fill(null).map((_, groupIndex) => ((0, jsx_runtime_1.jsx)("div", { className: "w-[672px] min-w-[672px] ml-20 mr-20 flex flex-wrap self-start", children: links
17
17
  .slice(groupIndex * MAX_LINKS_COUNT, (groupIndex + 1) * MAX_LINKS_COUNT)
18
18
  .map((link, index) => ((0, jsx_runtime_1.jsx)(LinkButton_1.LinkButton, { className: "m-1", ...link }, String(index)))) }, String(groupIndex)))) }));
19
19
  };
@@ -1 +1 @@
1
- {"version":3,"file":"CarouselLinks.js","sourceRoot":"","sources":["../../../src/components/CarouselLinks/CarouselLinks.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAGxC,4DAAyD;AACzD,mEAAgE;AAChE,gEAA6D;AAC7D,mDAAgD;AAChD,mDAAgD;AAKhD,MAAM,eAAe,GAAG,EAAE,CAAC;AAEd,QAAA,aAAa,GAAG,IAAA,aAAG,EAC9B,CAAC,EAAE,SAAS,GAAG,EAAE,EAAE,qBAAqB,EAAE,WAAW,EAAE,KAAK,EAAE,KAAK,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE;IAChF,OAAO,CACL,wBAAC,2BAAY,IACX,SAAS,EAAE,8EAA8E,SAAS,EAAE,KAChG,IAAI,aAER,iCAAK,SAAS,EAAC,sDAAsD,aACnE,uBAAC,mBAAQ,IACP,KAAK,EAAE,KAAK,EACZ,EAAE,EAAC,IAAI,EACP,WAAW,EAAE,WAAW,EACxB,KAAK,EAAC,WAAW,EACjB,SAAS,EAAC,KAAK,EACf,eAAe,EAAC,WAAW,GAC3B,EACD,qBAAqB,CAAC,CAAC,CAAC,CACvB,gCAAK,SAAS,EAAC,MAAM,YACnB,uBAAC,qBAAS,cAAE,qBAAqB,GAAa,GAC1C,CACP,CAAC,CAAC,CAAC,IAAI,IACJ,EACL,KAAK,EAAE,MAAM,CAAC,CAAC,CAAC,WAAW,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,IAAI,IAC7B,CAChB,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,MAAM,WAAW,GAAG,CAAC,KAAkB,EAAE,EAAE;IACzC,MAAM,SAAS,GAAG,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,MAAM,GAAG,eAAe,CAAC,CAAC;IAE5D,OAAO,CACL,uBAAC,mBAAQ,IACP,SAAS,EAAC,yBAAyB,EACnC,MAAM,EAAE,KAAK,EACb,QAAQ,EAAE,IAAI,EACd,SAAS,EAAE,SAAS,YAEnB,IAAI,KAAK,CAAC,SAAS,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,UAAU,EAAE,EAAE,CAAC,CACtD,gCAEE,SAAS,EAAC,+DAA+D,YAExE,KAAK;iBACH,KAAK,CAAC,UAAU,GAAG,eAAe,EAAE,CAAC,UAAU,GAAG,CAAC,CAAC,GAAG,eAAe,CAAC;iBACvE,GAAG,CAAC,CAAC,IAAI,EAAE,KAAK,EAAE,EAAE,CAAC,CACpB,uBAAC,uBAAU,IAAqB,SAAS,EAAC,KAAK,KAAK,IAAI,IAAvC,MAAM,CAAC,KAAK,CAAC,CAA8B,CAC7D,CAAC,IAPC,MAAM,CAAC,UAAU,CAAC,CAQnB,CACP,CAAC,GACO,CACZ,CAAC;AACJ,CAAC,CAAC"}
1
+ {"version":3,"file":"CarouselLinks.js","sourceRoot":"","sources":["../../../src/components/CarouselLinks/CarouselLinks.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAGxC,4DAAyD;AACzD,mEAAgE;AAChE,gEAA6D;AAC7D,mDAAgD;AAChD,mDAAgD;AAKhD,MAAM,eAAe,GAAG,EAAE,CAAC;AAEd,QAAA,aAAa,GAAG,IAAA,aAAG,EAC9B,CAAC,EACC,SAAS,GAAG,EAAE,EACd,qBAAqB,EACrB,WAAW,EACX,KAAK,EACL,KAAK,EACL,OAAO,GAAG,WAAW,EACrB,GAAG,IAAI,EACR,EAAE,EAAE;IACH,OAAO,CACL,wBAAC,2BAAY,IACX,SAAS,EAAE,oDAAoD,SAAS,EAAE,EAC1E,OAAO,EAAE,OAAO,KACZ,IAAI,aAER,iCAAK,SAAS,EAAC,sDAAsD,aACnE,uBAAC,mBAAQ,IACP,SAAS,EAAC,KAAK,EACf,KAAK,EAAE,KAAK,EACZ,WAAW,EAAE,WAAW,EACxB,EAAE,EAAC,IAAI,EACP,KAAK,EAAC,WAAW,GACjB,EACD,qBAAqB,CAAC,CAAC,CAAC,CACvB,gCAAK,SAAS,EAAC,MAAM,YACnB,uBAAC,qBAAS,cAAE,qBAAqB,GAAa,GAC1C,CACP,CAAC,CAAC,CAAC,IAAI,IACJ,EACL,KAAK,EAAE,MAAM,CAAC,CAAC,CAAC,WAAW,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,IAAI,IAC7B,CAChB,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,MAAM,WAAW,GAAG,CAAC,KAAkB,EAAE,EAAE;IACzC,MAAM,SAAS,GAAG,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,MAAM,GAAG,eAAe,CAAC,CAAC;IAE5D,OAAO,CACL,uBAAC,mBAAQ,IACP,OAAO,EAAC,EAAE,EACV,SAAS,EAAC,yBAAyB,EACnC,MAAM,EAAE,KAAK,EACb,QAAQ,EAAE,IAAI,EACd,SAAS,EAAE,SAAS,YAEnB,IAAI,KAAK,CAAC,SAAS,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,UAAU,EAAE,EAAE,CAAC,CACtD,gCAEE,SAAS,EAAC,+DAA+D,YAExE,KAAK;iBACH,KAAK,CAAC,UAAU,GAAG,eAAe,EAAE,CAAC,UAAU,GAAG,CAAC,CAAC,GAAG,eAAe,CAAC;iBACvE,GAAG,CAAC,CAAC,IAAI,EAAE,KAAK,EAAE,EAAE,CAAC,CACpB,uBAAC,uBAAU,IAAqB,SAAS,EAAC,KAAK,KAAK,IAAI,IAAvC,MAAM,CAAC,KAAK,CAAC,CAA8B,CAC7D,CAAC,IAPC,MAAM,CAAC,UAAU,CAAC,CAQnB,CACP,CAAC,GACO,CACZ,CAAC;AACJ,CAAC,CAAC"}
@@ -2,31 +2,20 @@ Object.defineProperty(exports, "__esModule", { value: true });
2
2
  exports.CarouselProductCard = void 0;
3
3
  const jsx_runtime_1 = require("@redneckz/uni-jsx/jsx-runtime");
4
4
  const uni_jsx_1 = require("@redneckz/uni-jsx");
5
- const AlignText_1 = require("../../model/AlignText");
6
- const BlockVersion_1 = require("../../model/BlockVersion");
7
- const ButtonSection_1 = require("../../ui-kit/Button/ButtonSection");
5
+ const BlockWrapper_1 = require("../../ui-kit/BlockWrapper");
6
+ const renderButtonsSection_1 = require("../../ui-kit/Button/renderButtonsSection");
8
7
  const Img_1 = require("../../ui-kit/Img/Img");
9
8
  const List_1 = require("../../ui-kit/List/List");
10
9
  const Paragraph_1 = require("../../ui-kit/Paragraph/Paragraph");
11
10
  const Text_1 = require("../../ui-kit/Text/Text");
12
- const getIconWithVersion_1 = require("../../utils/getIconWithVersion");
11
+ const style_1 = require("../../utils/style");
13
12
  const headlineVersionStyles_1 = require("../Headline/headlineVersionStyles");
14
- const descriptionStyleMap = {
15
- primary: 'text-secondary-text',
16
- secondary: 'text-white/80',
17
- };
18
- const BORDER_STYLE = 'box-border border-solid border border-gray ';
19
- exports.CarouselProductCard = (0, uni_jsx_1.JSX)(({ title, headlineSmallVersion = 'H6', description, additionalDescription, icon, items = [], button = {}, version = 'primary', isDotted = true, align = 'center', }) => {
20
- return ((0, jsx_runtime_1.jsxs)("section", { className: [
21
- 'flex flex-col justify-between items-stretch min-w-[260px] h-full w-full p-6',
22
- BORDER_STYLE,
23
- AlignText_1.AlignText[align],
24
- BlockVersion_1.VersionStyleMap[version],
25
- ].join(' '), role: "listitem", children: [(0, jsx_runtime_1.jsxs)("div", { className: "flex flex-col h-full", children: [renderImage(icon, version), renderCardTitle(headlineSmallVersion, title), renderDescription(description, title), renderItems(items, isDotted, version), renderAdditionalDescription(additionalDescription, version)] }), (0, ButtonSection_1.renderButton)({ button, buttonClassName: 'mt-6' })] }));
13
+ exports.CarouselProductCard = (0, uni_jsx_1.JSX)(({ className = '', title, headlineSmallVersion = 'H6', description, additionalDescription, icon, items = [], button = {}, version = 'primary', isDotted = true, align = 'text-center', ...rest }) => {
14
+ return ((0, jsx_runtime_1.jsxs)(BlockWrapper_1.BlockWrapper, { className: (0, style_1.style)('flex flex-col justify-between items-stretch min-w-[260px] h-full w-full p-6', 'box-border border-solid border border-gray', align, className), role: "listitem", version: version, ...rest, children: [(0, jsx_runtime_1.jsxs)("div", { className: "flex flex-col h-full", children: [renderImage(icon), renderCardTitle(headlineSmallVersion, title), renderDescription(description, title), renderItems(items, isDotted, version), renderAdditionalDescription(additionalDescription)] }), (0, renderButtonsSection_1.renderButtonsSection)([button], { buttonClassName: 'mt-6 w-full' })] }));
26
15
  });
27
- const renderImage = (image, version) => ((0, jsx_runtime_1.jsxs)("div", { className: "flex justify-center", children: [image?.src ? (0, jsx_runtime_1.jsx)(Img_1.Img, { className: "mb-5", image: image }) : null, image?.icon ? ((0, jsx_runtime_1.jsx)(Img_1.Img, { className: `w-[32px] h-[32px] min-w-[32px] mb-5 rounded-full`, image: (0, getIconWithVersion_1.getIconWithVersion)(image, version), asSVG: true })) : null] }));
16
+ const renderImage = (image) => ((0, jsx_runtime_1.jsxs)("div", { className: "flex justify-center", children: [image?.src ? (0, jsx_runtime_1.jsx)(Img_1.Img, { className: "mb-5", image: image }) : null, image?.icon ? ((0, jsx_runtime_1.jsx)(Img_1.Img, { className: `w-[32px] h-[32px] min-w-[32px] mb-5 rounded-full`, image: image, asSVG: true })) : null] }));
28
17
  const renderCardTitle = (headlineSmallVersion, title) => title ? (0, jsx_runtime_1.jsx)(Text_1.Text, { size: headlineVersionStyles_1.HEADLINE_SMALL_VERSION[headlineSmallVersion], children: title }) : null;
29
18
  const renderDescription = (description, title) => description ? ((0, jsx_runtime_1.jsx)("div", { className: title ? 'mt-2' : '', children: (0, jsx_runtime_1.jsx)(Paragraph_1.Paragraph, { size: "text-l", children: description }) })) : null;
30
- const renderAdditionalDescription = (additionalDescription, version = 'primary') => additionalDescription ? ((0, jsx_runtime_1.jsx)("div", { className: "mt-auto", children: (0, jsx_runtime_1.jsx)(Text_1.Text, { size: "text-m", font: "font-light", color: descriptionStyleMap[version], children: additionalDescription }) })) : null;
31
- const renderItems = (items, isDotted, version = 'primary') => items?.length ? ((0, jsx_runtime_1.jsx)(List_1.List, { className: `max-w-[308px] mt-2 text-s ${version === 'primary' ? '!text-secondary-text' : ''}`, itemClassName: "text-left", items: items.filter((item) => item?.text).map((item) => item.text), isDotted: isDotted, version: version })) : null;
19
+ const renderAdditionalDescription = (additionalDescription) => additionalDescription ? ((0, jsx_runtime_1.jsx)("div", { className: "mt-auto", children: (0, jsx_runtime_1.jsx)(Text_1.Text, { size: "text-m", font: "font-light", color: "text-secondary-text group-data-secondary:text-white/80", children: additionalDescription }) })) : null;
20
+ const renderItems = (items, isDotted, version = 'primary') => items?.length ? ((0, jsx_runtime_1.jsx)(List_1.List, { className: `max-w-[308px] mt-2 text-s ${version === 'primary' ? '!text-secondary-text' : ''}`, itemClassName: "text-left", items: items.filter((item) => item?.text).map((item) => item.text), isDotted: isDotted })) : null;
32
21
  //# sourceMappingURL=CarouselProductCard.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"CarouselProductCard.js","sourceRoot":"","sources":["../../../src/components/CarouselProductCard/CarouselProductCard.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"CarouselProductCard.js","sourceRoot":"","sources":["../../../src/components/CarouselProductCard/CarouselProductCard.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAIxC,4DAAyD;AACzD,mFAAgF;AAChF,8CAA2C;AAC3C,iDAA8C;AAC9C,gEAA6D;AAC7D,iDAA8C;AAC9C,6CAA0C;AAC1C,6EAA2E;AAK9D,QAAA,mBAAmB,GAAG,IAAA,aAAG,EACpC,CAAC,EACC,SAAS,GAAG,EAAE,EACd,KAAK,EACL,oBAAoB,GAAG,IAAI,EAC3B,WAAW,EACX,qBAAqB,EACrB,IAAI,EACJ,KAAK,GAAG,EAAE,EACV,MAAM,GAAG,EAAE,EACX,OAAO,GAAG,SAAS,EACnB,QAAQ,GAAG,IAAI,EACf,KAAK,GAAG,aAAa,EACrB,GAAG,IAAI,EACR,EAAE,EAAE;IACH,OAAO,CACL,wBAAC,2BAAY,IACX,SAAS,EAAE,IAAA,aAAK,EACd,6EAA6E,EAC7E,4CAA4C,EAC5C,KAAK,EACL,SAAS,CACV,EACD,IAAI,EAAC,UAAU,EACf,OAAO,EAAE,OAAO,KACZ,IAAI,aAER,iCAAK,SAAS,EAAC,sBAAsB,aAClC,WAAW,CAAC,IAAI,CAAC,EACjB,eAAe,CAAC,oBAAoB,EAAE,KAAK,CAAC,EAC5C,iBAAiB,CAAC,WAAW,EAAE,KAAK,CAAC,EACrC,WAAW,CAAC,KAAK,EAAE,QAAQ,EAAE,OAAO,CAAC,EACrC,2BAA2B,CAAC,qBAAqB,CAAC,IAC/C,EACL,IAAA,2CAAoB,EAAC,CAAC,MAAM,CAAC,EAAE,EAAE,eAAe,EAAE,aAAa,EAAE,CAAC,IACtD,CAChB,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,MAAM,WAAW,GAAG,CAAC,KAAe,EAAE,EAAE,CAAC,CACvC,iCAAK,SAAS,EAAC,qBAAqB,aACjC,KAAK,EAAE,GAAG,CAAC,CAAC,CAAC,uBAAC,SAAG,IAAC,SAAS,EAAC,MAAM,EAAC,KAAK,EAAE,KAAK,GAAI,CAAC,CAAC,CAAC,IAAI,EAC1D,KAAK,EAAE,IAAI,CAAC,CAAC,CAAC,CACb,uBAAC,SAAG,IAAC,SAAS,EAAE,kDAAkD,EAAE,KAAK,EAAE,KAAK,EAAE,KAAK,SAAG,CAC3F,CAAC,CAAC,CAAC,IAAI,IACJ,CACP,CAAC;AAEF,MAAM,eAAe,GAAG,CAAC,oBAA4B,EAAE,KAAc,EAAE,EAAE,CACvE,KAAK,CAAC,CAAC,CAAC,uBAAC,WAAI,IAAC,IAAI,EAAE,8CAAsB,CAAC,oBAAoB,CAAC,YAAG,KAAK,GAAQ,CAAC,CAAC,CAAC,IAAI,CAAC;AAE1F,MAAM,iBAAiB,GAAG,CAAC,WAAoB,EAAE,KAAc,EAAE,EAAE,CACjE,WAAW,CAAC,CAAC,CAAC,CACZ,gCAAK,SAAS,EAAE,KAAK,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,YACjC,uBAAC,qBAAS,IAAC,IAAI,EAAC,QAAQ,YAAE,WAAW,GAAa,GAC9C,CACP,CAAC,CAAC,CAAC,IAAI,CAAC;AAEX,MAAM,2BAA2B,GAAG,CAAC,qBAA8B,EAAE,EAAE,CACrE,qBAAqB,CAAC,CAAC,CAAC,CACtB,gCAAK,SAAS,EAAC,SAAS,YACtB,uBAAC,WAAI,IACH,IAAI,EAAC,QAAQ,EACb,IAAI,EAAC,YAAY,EACjB,KAAK,EAAC,wDAAwD,YAE7D,qBAAqB,GACjB,GACH,CACP,CAAC,CAAC,CAAC,IAAI,CAAC;AAEX,MAAM,WAAW,GAAG,CAAC,KAAkB,EAAE,QAAiB,EAAE,UAAwB,SAAS,EAAE,EAAE,CAC/F,KAAK,EAAE,MAAM,CAAC,CAAC,CAAC,CACd,uBAAC,WAAI,IACH,SAAS,EAAE,6BAA6B,OAAO,KAAK,SAAS,CAAC,CAAC,CAAC,sBAAsB,CAAC,CAAC,CAAC,EAAE,EAAE,EAC7F,aAAa,EAAC,WAAW,EACzB,KAAK,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,IAAc,CAAC,EAC5E,QAAQ,EAAE,QAAQ,GAClB,CACH,CAAC,CAAC,CAAC,IAAI,CAAC"}
@@ -1,8 +1,8 @@
1
- import type { AlignType } from '../../model/AlignType';
2
1
  import type { BlockVersion } from '../../model/BlockVersion';
3
2
  import type { HeadlineSmallProps } from '../../model/HeadlineType';
4
3
  import type { Picture } from '../../model/Picture';
5
4
  import type { ButtonWithIconProps } from '../../ui-kit/Button/ButtonProps';
5
+ import type { TextAlign } from '../../ui-kit/Text/TextProps';
6
6
  /**
7
7
  * @title Элемент списка
8
8
  */
@@ -43,7 +43,7 @@ export declare type CarouselProductCardContent = HeadlineSmallProps & {
43
43
  version?: BlockVersion;
44
44
  /**
45
45
  * @title Выравнивание
46
- * @default center
46
+ * @default text-center
47
47
  */
48
- align?: AlignType;
48
+ align?: TextAlign;
49
49
  };
@@ -2,11 +2,10 @@ Object.defineProperty(exports, "__esModule", { value: true });
2
2
  exports.CarouselProgramsCard = void 0;
3
3
  const jsx_runtime_1 = require("@redneckz/uni-jsx/jsx-runtime");
4
4
  const uni_jsx_1 = require("@redneckz/uni-jsx");
5
- const BlockVersion_1 = require("../../model/BlockVersion");
6
5
  const BlockWrapper_1 = require("../../ui-kit/BlockWrapper");
7
6
  const Heading_1 = require("../../ui-kit/Heading/Heading");
8
7
  const Img_1 = require("../../ui-kit/Img/Img");
9
8
  const getIconWithVersion_1 = require("../../utils/getIconWithVersion");
10
- exports.CarouselProgramsCard = (0, uni_jsx_1.JSX)(({ className = '', title, icon, list = [], version = 'primary', ...rest }) => ((0, jsx_runtime_1.jsxs)(BlockWrapper_1.BlockWrapper, { className: `font-sans border border-gray flex min-w-[536px] ${BlockVersion_1.VersionStyleMap[version]} ${className}`, ...rest, children: [(0, jsx_runtime_1.jsxs)("div", { className: "w-[200px] min-w-[200px] self-end", children: [icon?.icon ? (0, jsx_runtime_1.jsx)(Img_1.Img, { image: (0, getIconWithVersion_1.getIconWithVersion)(icon), asSVG: true }) : null, icon?.src ? (0, jsx_runtime_1.jsx)(Img_1.Img, { image: icon }) : null] }), (0, jsx_runtime_1.jsxs)("div", { className: "p-8 pl-3 w-full", children: [title ? (0, jsx_runtime_1.jsx)(Heading_1.Heading, { className: " mb-3.5", headingType: "h5", title: title }) : null, list.length ? (0, jsx_runtime_1.jsx)("div", { className: "flex flex-col gap-3", children: list?.map(renderList) }) : null] })] })));
9
+ exports.CarouselProgramsCard = (0, uni_jsx_1.JSX)(({ className = '', title, icon, list = [], ...rest }) => ((0, jsx_runtime_1.jsxs)(BlockWrapper_1.BlockWrapper, { className: `border border-gray flex min-w-[536px] ${className}`, ...rest, children: [(0, jsx_runtime_1.jsxs)("div", { className: "w-[200px] min-w-[200px] self-center", children: [icon?.icon ? (0, jsx_runtime_1.jsx)(Img_1.Img, { image: (0, getIconWithVersion_1.getIconWithVersion)(icon), asSVG: true }) : null, icon?.src ? (0, jsx_runtime_1.jsx)(Img_1.Img, { image: icon }) : null] }), (0, jsx_runtime_1.jsxs)("div", { className: "p-8 pl-3 w-full", children: [title ? (0, jsx_runtime_1.jsx)(Heading_1.Heading, { className: " mb-3.5", headingType: "h5", title: title }) : null, list.length ? (0, jsx_runtime_1.jsx)("div", { className: "flex flex-col gap-3", children: list?.map(renderList) }) : null] })] })));
11
10
  const renderList = (_, i) => ((0, jsx_runtime_1.jsxs)("div", { className: "break-words", children: [_.title ? (0, jsx_runtime_1.jsx)("div", { className: `text-h6`, children: _.title }) : null, _.description ? (0, jsx_runtime_1.jsx)("span", { className: "text-l-light mt-1", children: _.description }) : null] }, String(i)));
12
11
  //# sourceMappingURL=CarouselProgramsCard.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"CarouselProgramsCard.js","sourceRoot":"","sources":["../../../src/components/CarouselProgramsCard/CarouselProgramsCard.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,2DAA2D;AAG3D,4DAAyD;AACzD,0DAAuD;AACvD,8CAA2C;AAC3C,uEAAoE;AAKvD,QAAA,oBAAoB,GAAG,IAAA,aAAG,EACrC,CAAC,EAAE,SAAS,GAAG,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE,IAAI,GAAG,EAAE,EAAE,OAAO,GAAG,SAAS,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,CAAC,CAC5E,wBAAC,2BAAY,IACX,SAAS,EAAE,mDAAmD,8BAAe,CAAC,OAAO,CAAC,IAAI,SAAS,EAAE,KACjG,IAAI,aAER,iCAAK,SAAS,EAAC,kCAAkC,aAC9C,IAAI,EAAE,IAAI,CAAC,CAAC,CAAC,uBAAC,SAAG,IAAC,KAAK,EAAE,IAAA,uCAAkB,EAAC,IAAI,CAAC,EAAE,KAAK,SAAG,CAAC,CAAC,CAAC,IAAI,EAClE,IAAI,EAAE,GAAG,CAAC,CAAC,CAAC,uBAAC,SAAG,IAAC,KAAK,EAAE,IAAI,GAAI,CAAC,CAAC,CAAC,IAAI,IACpC,EACN,iCAAK,SAAS,EAAC,iBAAiB,aAC7B,KAAK,CAAC,CAAC,CAAC,uBAAC,iBAAO,IAAC,SAAS,EAAC,SAAS,EAAC,WAAW,EAAC,IAAI,EAAC,KAAK,EAAE,KAAK,GAAI,CAAC,CAAC,CAAC,IAAI,EAC7E,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,gCAAK,SAAS,EAAC,qBAAqB,YAAE,IAAI,EAAE,GAAG,CAAC,UAAU,CAAC,GAAO,CAAC,CAAC,CAAC,IAAI,IACpF,IACO,CAChB,CACF,CAAC;AAEF,MAAM,UAAU,GAAG,CAAC,CAAsB,EAAE,CAAS,EAAE,EAAE,CAAC,CACxD,iCAAqB,SAAS,EAAC,aAAa,aACzC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,gCAAK,SAAS,EAAE,SAAS,YAAG,CAAC,CAAC,KAAK,GAAO,CAAC,CAAC,CAAC,IAAI,EAC3D,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,iCAAM,SAAS,EAAC,mBAAmB,YAAE,CAAC,CAAC,WAAW,GAAQ,CAAC,CAAC,CAAC,IAAI,KAF1E,MAAM,CAAC,CAAC,CAAC,CAGb,CACP,CAAC"}
1
+ {"version":3,"file":"CarouselProgramsCard.js","sourceRoot":"","sources":["../../../src/components/CarouselProgramsCard/CarouselProgramsCard.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAGxC,4DAAyD;AACzD,0DAAuD;AACvD,8CAA2C;AAC3C,uEAAoE;AAKvD,QAAA,oBAAoB,GAAG,IAAA,aAAG,EACrC,CAAC,EAAE,SAAS,GAAG,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE,IAAI,GAAG,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,CAAC,CACvD,wBAAC,2BAAY,IAAC,SAAS,EAAE,yCAAyC,SAAS,EAAE,KAAM,IAAI,aACrF,iCAAK,SAAS,EAAC,qCAAqC,aACjD,IAAI,EAAE,IAAI,CAAC,CAAC,CAAC,uBAAC,SAAG,IAAC,KAAK,EAAE,IAAA,uCAAkB,EAAC,IAAI,CAAC,EAAE,KAAK,SAAG,CAAC,CAAC,CAAC,IAAI,EAClE,IAAI,EAAE,GAAG,CAAC,CAAC,CAAC,uBAAC,SAAG,IAAC,KAAK,EAAE,IAAI,GAAI,CAAC,CAAC,CAAC,IAAI,IACpC,EACN,iCAAK,SAAS,EAAC,iBAAiB,aAC7B,KAAK,CAAC,CAAC,CAAC,uBAAC,iBAAO,IAAC,SAAS,EAAC,SAAS,EAAC,WAAW,EAAC,IAAI,EAAC,KAAK,EAAE,KAAK,GAAI,CAAC,CAAC,CAAC,IAAI,EAC7E,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,gCAAK,SAAS,EAAC,qBAAqB,YAAE,IAAI,EAAE,GAAG,CAAC,UAAU,CAAC,GAAO,CAAC,CAAC,CAAC,IAAI,IACpF,IACO,CAChB,CACF,CAAC;AAEF,MAAM,UAAU,GAAG,CAAC,CAAsB,EAAE,CAAS,EAAE,EAAE,CAAC,CACxD,iCAAqB,SAAS,EAAC,aAAa,aACzC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,gCAAK,SAAS,EAAE,SAAS,YAAG,CAAC,CAAC,KAAK,GAAO,CAAC,CAAC,CAAC,IAAI,EAC3D,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,iCAAM,SAAS,EAAC,mBAAmB,YAAE,CAAC,CAAC,WAAW,GAAQ,CAAC,CAAC,CAAC,IAAI,KAF1E,MAAM,CAAC,CAAC,CAAC,CAGb,CACP,CAAC"}
@@ -1,5 +1,5 @@
1
- import type { CarouselRecommendationCardContent } from './CarouselRecommendationCardContent';
2
1
  import type { UniBlockProps } from '../../model/JSXBlock';
2
+ import type { CarouselRecommendationCardContent } from './CarouselRecommendationCardContent';
3
3
  export interface RecommendationCardProps extends CarouselRecommendationCardContent, UniBlockProps {
4
4
  }
5
5
  export declare const CarouselRecommendationCard: import("@redneckz/uni-jsx").UNIComponent<RecommendationCardProps, any, any>;
@@ -1,23 +1,19 @@
1
1
  Object.defineProperty(exports, "__esModule", { value: true });
2
2
  exports.CarouselRecommendationCard = void 0;
3
3
  const jsx_runtime_1 = require("@redneckz/uni-jsx/jsx-runtime");
4
- const BaseTile_1 = require("../BaseTile/BaseTile");
4
+ const uni_jsx_1 = require("@redneckz/uni-jsx");
5
5
  const BlockWrapper_1 = require("../../ui-kit/BlockWrapper");
6
- const BorderVersion_1 = require("../../model/BorderVersion");
6
+ const renderButtonsSection_1 = require("../../ui-kit/Button/renderButtonsSection");
7
7
  const Heading_1 = require("../../ui-kit/Heading/Heading");
8
8
  const Img_1 = require("../../ui-kit/Img/Img");
9
- const uni_jsx_1 = require("@redneckz/uni-jsx");
10
9
  const List_1 = require("../../ui-kit/List/List");
11
- const ButtonSection_1 = require("../../ui-kit/Button/ButtonSection");
10
+ const BaseTile_1 = require("../BaseTile/BaseTile");
12
11
  const SocialMedia_1 = require("../Footer/SocialMedia");
13
- const BlockVersion_1 = require("../../model/BlockVersion");
14
- exports.CarouselRecommendationCard = (0, uni_jsx_1.JSX)(({ button, className = '', description, image, items = [], socialMedia = [], title, version = 'primary', ...rest }) => {
12
+ const style_1 = require("../../utils/style");
13
+ exports.CarouselRecommendationCard = (0, uni_jsx_1.JSX)(({ button, className = '', description, image, items = [], socialMedia = [], title, ...rest }) => {
15
14
  const tileTitle = title ? ((0, jsx_runtime_1.jsx)(Heading_1.Heading, { headingType: "h5", as: "h3", className: "mb-3.5 z-10", title: title })) : null;
16
15
  const tileImage = image?.src ? ((0, jsx_runtime_1.jsx)(Img_1.Img, { className: "absolute bottom-0 right-0 m-0", image: image })) : null;
17
- return ((0, jsx_runtime_1.jsx)(BlockWrapper_1.BlockWrapper, { className: `relative text-left border border-solid box-border p-7 min-w-[524px]
18
- ${BorderVersion_1.BorderVersionStyleMap[getOmitVersion(version)]}
19
- ${BlockVersion_1.VersionWithGrayStyleMap[version]}
20
- ${className}`, ...rest, children: (0, jsx_runtime_1.jsx)(BaseTile_1.BaseTile, { className: "flex justify-between", title: tileTitle, image: tileImage, children: (0, jsx_runtime_1.jsxs)("div", { className: "h-full flex flex-col justify-between", children: [description ? (0, jsx_runtime_1.jsx)("span", { className: "mb-2", children: description }) : null, items.length ? ((0, jsx_runtime_1.jsx)(List_1.List, { className: "text-xl-light flex flex-col flex-1 gap-2 max-w-[236px]", items: items, version: version })) : null, socialMedia.length ? ((0, jsx_runtime_1.jsx)(SocialMedia_1.SocialMedia, { className: "pt-10 pb-0", media: socialMedia, version: getOmitVersion(version) })) : null, button?.text ? (0, jsx_runtime_1.jsx)("div", { className: "pt-2 mt-16", children: (0, ButtonSection_1.renderButton)({ button }) }) : null] }) }) }));
16
+ const BORDER_STYLE = 'border border-solid border-gray group-data-secondary:border-white/50 group-data-gray:border-main-divider';
17
+ return ((0, jsx_runtime_1.jsx)(BlockWrapper_1.BlockWrapper, { className: (0, style_1.style)('relative p-7 min-w-[524px] text-left box-border group-data-gray:bg-main-divider/50', BORDER_STYLE, className), ...rest, children: (0, jsx_runtime_1.jsx)(BaseTile_1.BaseTile, { className: "flex justify-between", title: tileTitle, image: tileImage, children: (0, jsx_runtime_1.jsxs)("div", { className: "h-full flex flex-col justify-between", children: [description ? (0, jsx_runtime_1.jsx)("span", { className: "mb-2", children: description }) : null, items.length ? ((0, jsx_runtime_1.jsx)(List_1.List, { className: "text-xl-light flex flex-col flex-1 gap-2 max-w-[236px]", items: items })) : null, socialMedia.length ? (0, jsx_runtime_1.jsx)(SocialMedia_1.SocialMedia, { className: "pt-10 pb-0", media: socialMedia }) : null, (0, renderButtonsSection_1.renderButtonsSection)([button], { className: 'pt-2 mt-16' })] }) }) }));
21
18
  });
22
- const getOmitVersion = (version) => version === 'gray' ? 'primary' : version;
23
19
  //# sourceMappingURL=CarouselRecommendationCard.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"CarouselRecommendationCard.js","sourceRoot":"","sources":["../../../src/components/CarouselRecommendationCard/CarouselRecommendationCard.tsx"],"names":[],"mappings":";;;AAAA,mDAAgD;AAChD,4DAAyD;AACzD,6DAAkE;AAClE,0DAAuD;AACvD,8CAA2C;AAC3C,+CAAwC;AACxC,iDAA8C;AAC9C,qEAAiE;AACjE,uDAAoD;AAEpD,2DAAmE;AAOtD,QAAA,0BAA0B,GAAG,IAAA,aAAG,EAC3C,CAAC,EACC,MAAM,EACN,SAAS,GAAG,EAAE,EACd,WAAW,EACX,KAAK,EACL,KAAK,GAAG,EAAE,EACV,WAAW,GAAG,EAAE,EAChB,KAAK,EACL,OAAO,GAAG,SAAS,EACnB,GAAG,IAAI,EACR,EAAE,EAAE;IACH,MAAM,SAAS,GAAG,KAAK,CAAC,CAAC,CAAC,CACxB,uBAAC,iBAAO,IAAC,WAAW,EAAC,IAAI,EAAC,EAAE,EAAC,IAAI,EAAC,SAAS,EAAC,aAAa,EAAC,KAAK,EAAE,KAAK,GAAI,CAC3E,CAAC,CAAC,CAAC,IAAI,CAAC;IACT,MAAM,SAAS,GAAG,KAAK,EAAE,GAAG,CAAC,CAAC,CAAC,CAC7B,uBAAC,SAAG,IAAC,SAAS,EAAC,+BAA+B,EAAC,KAAK,EAAE,KAAK,GAAI,CAChE,CAAC,CAAC,CAAC,IAAI,CAAC;IAET,OAAO,CACL,uBAAC,2BAAY,IACX,SAAS,EAAE;UACT,qCAAqB,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC;UAC9C,sCAAuB,CAAC,OAAO,CAAC;UAChC,SAAS,EAAE,KACT,IAAI,YAER,uBAAC,mBAAQ,IAAC,SAAS,EAAC,sBAAsB,EAAC,KAAK,EAAE,SAAS,EAAE,KAAK,EAAE,SAAS,YAC3E,iCAAK,SAAS,EAAC,sCAAsC,aAClD,WAAW,CAAC,CAAC,CAAC,iCAAM,SAAS,EAAC,MAAM,YAAE,WAAW,GAAQ,CAAC,CAAC,CAAC,IAAI,EAChE,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,CACd,uBAAC,WAAI,IACH,SAAS,EAAC,wDAAwD,EAClE,KAAK,EAAE,KAAK,EACZ,OAAO,EAAE,OAAO,GAChB,CACH,CAAC,CAAC,CAAC,IAAI,EACP,WAAW,CAAC,MAAM,CAAC,CAAC,CAAC,CACpB,uBAAC,yBAAW,IACV,SAAS,EAAC,YAAY,EACtB,KAAK,EAAE,WAAW,EAClB,OAAO,EAAE,cAAc,CAAC,OAAO,CAAC,GAChC,CACH,CAAC,CAAC,CAAC,IAAI,EACP,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,gCAAK,SAAS,EAAC,YAAY,YAAE,IAAA,4BAAY,EAAC,EAAE,MAAM,EAAE,CAAC,GAAO,CAAC,CAAC,CAAC,IAAI,IAC/E,GACG,GACE,CAChB,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,MAAM,cAAc,GAAG,CAAC,OAA6B,EAAgB,EAAE,CACrE,OAAO,KAAK,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,OAAO,CAAC"}
1
+ {"version":3,"file":"CarouselRecommendationCard.js","sourceRoot":"","sources":["../../../src/components/CarouselRecommendationCard/CarouselRecommendationCard.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAExC,4DAAyD;AACzD,mFAAgF;AAChF,0DAAuD;AACvD,8CAA2C;AAC3C,iDAA8C;AAC9C,mDAAgD;AAChD,uDAAoD;AAEpD,6CAA0C;AAI7B,QAAA,0BAA0B,GAAG,IAAA,aAAG,EAC3C,CAAC,EACC,MAAM,EACN,SAAS,GAAG,EAAE,EACd,WAAW,EACX,KAAK,EACL,KAAK,GAAG,EAAE,EACV,WAAW,GAAG,EAAE,EAChB,KAAK,EACL,GAAG,IAAI,EACR,EAAE,EAAE;IACH,MAAM,SAAS,GAAG,KAAK,CAAC,CAAC,CAAC,CACxB,uBAAC,iBAAO,IAAC,WAAW,EAAC,IAAI,EAAC,EAAE,EAAC,IAAI,EAAC,SAAS,EAAC,aAAa,EAAC,KAAK,EAAE,KAAK,GAAI,CAC3E,CAAC,CAAC,CAAC,IAAI,CAAC;IACT,MAAM,SAAS,GAAG,KAAK,EAAE,GAAG,CAAC,CAAC,CAAC,CAC7B,uBAAC,SAAG,IAAC,SAAS,EAAC,+BAA+B,EAAC,KAAK,EAAE,KAAK,GAAI,CAChE,CAAC,CAAC,CAAC,IAAI,CAAC;IACT,MAAM,YAAY,GAChB,0GAA0G,CAAC;IAE7G,OAAO,CACL,uBAAC,2BAAY,IACX,SAAS,EAAE,IAAA,aAAK,EACd,oFAAoF,EACpF,YAAY,EACZ,SAAS,CACV,KACG,IAAI,YAER,uBAAC,mBAAQ,IAAC,SAAS,EAAC,sBAAsB,EAAC,KAAK,EAAE,SAAS,EAAE,KAAK,EAAE,SAAS,YAC3E,iCAAK,SAAS,EAAC,sCAAsC,aAClD,WAAW,CAAC,CAAC,CAAC,iCAAM,SAAS,EAAC,MAAM,YAAE,WAAW,GAAQ,CAAC,CAAC,CAAC,IAAI,EAChE,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,CACd,uBAAC,WAAI,IACH,SAAS,EAAC,wDAAwD,EAClE,KAAK,EAAE,KAAK,GACZ,CACH,CAAC,CAAC,CAAC,IAAI,EACP,WAAW,CAAC,MAAM,CAAC,CAAC,CAAC,uBAAC,yBAAW,IAAC,SAAS,EAAC,YAAY,EAAC,KAAK,EAAE,WAAW,GAAI,CAAC,CAAC,CAAC,IAAI,EACtF,IAAA,2CAAoB,EAAC,CAAC,MAAM,CAAC,EAAE,EAAE,SAAS,EAAE,YAAY,EAAE,CAAC,IACxD,GACG,GACE,CAChB,CAAC;AACJ,CAAC,CACF,CAAC"}
@@ -1,4 +1,3 @@
1
- import type { BlockVersionWithGray } from '../../model/BlockVersion';
2
1
  import type { HeadlineCommonProps } from '../../model/HeadlineType';
3
2
  import type { LinkCommonProps } from '../../model/LinkProps';
4
3
  import type { Picture } from '../../model/Picture';
@@ -40,5 +39,4 @@ export interface CarouselRecommendationCardContent extends HeadlineCommonProps,
40
39
  * }
41
40
  */
42
41
  button?: ButtonProps;
43
- version?: BlockVersionWithGray;
44
42
  }
@@ -9,17 +9,19 @@ const FoldableSection_1 = require("../../ui-kit/Foldable/FoldableSection");
9
9
  const Heading_1 = require("../../ui-kit/Heading/Heading");
10
10
  const Icon_1 = require("../../ui-kit/Icon/Icon");
11
11
  const Img_1 = require("../../ui-kit/Img/Img");
12
- const VISIBLE_ROWS_COUNT = 1;
13
- exports.CarouselTariffsCard = (0, uni_jsx_1.JSX)(({ className = '', title, icon, isHighlighting, button, rows = [], ...rest }) => {
14
- const rowsNode = rows.map(renderCardInfo);
15
- const visibleRows = rowsNode.slice(0, VISIBLE_ROWS_COUNT);
16
- const hiddenRows = rowsNode.slice(VISIBLE_ROWS_COUNT);
17
- return ((0, jsx_runtime_1.jsxs)(BlockWrapper_1.BlockWrapper, { className: `font-sans relative bg-white border border-gray min-w-[322px] p-8
18
- ${getHitStyle(isHighlighting)}
19
- ${className}`, ...rest, children: [isHighlighting ? renderHitIcon() : null, icon?.src ? (0, jsx_runtime_1.jsx)(Img_1.Img, { image: icon }) : null, title ? ((0, jsx_runtime_1.jsx)(Heading_1.Heading, { className: "text-primary-text text-center pt-2", headingType: "h5", title: title })) : null, button ? (0, jsx_runtime_1.jsx)(Button_1.Button, { className: "w-full mt-4", ...button }) : null, rows.length ? ((0, jsx_runtime_1.jsx)(Foldable_1.Foldable, { renderFoldableSection: ({ isUnfolded }) => ((0, jsx_runtime_1.jsxs)("div", { children: [visibleRows, (0, jsx_runtime_1.jsx)(FoldableSection_1.FoldableSection, { isUnfolded: isUnfolded, children: hiddenRows })] })), renderFoldButton: rows.length > 1 ? renderFoldButton : null })) : null] }));
12
+ const Paragraph_1 = require("../../ui-kit/Paragraph/Paragraph");
13
+ const getIconWithVersion_1 = require("../../utils/getIconWithVersion");
14
+ const style_1 = require("../../utils/style");
15
+ const VISIBLE_CELLS_COUNT = 1;
16
+ exports.CarouselTariffsCard = (0, uni_jsx_1.JSX)(({ className = '', title, icon, isHighlighting, button, cardCells = [], ...rest }) => {
17
+ const cellsNode = cardCells.map(renderCardInfo);
18
+ const visibleCells = cellsNode.slice(0, VISIBLE_CELLS_COUNT);
19
+ const hiddenCells = cellsNode.slice(VISIBLE_CELLS_COUNT);
20
+ return ((0, jsx_runtime_1.jsxs)(BlockWrapper_1.BlockWrapper, { className: (0, style_1.style)('relative border border-gray min-w-[322px] p-8 flex flex-col', getHitStyle(isHighlighting), className), ...rest, children: [isHighlighting ? renderHitIcon() : null, renderIconBlock(icon), title ? (0, jsx_runtime_1.jsx)(Heading_1.Heading, { className: "text-center pt-2", headingType: "h5", title: title }) : null, button ? (0, jsx_runtime_1.jsx)(Button_1.Button, { className: "w-full mt-4", ...button }) : null, cardCells.length ? ((0, jsx_runtime_1.jsx)(Foldable_1.Foldable, { renderFoldableSection: ({ isUnfolded }) => ((0, jsx_runtime_1.jsxs)("div", { children: [visibleCells, (0, jsx_runtime_1.jsx)(FoldableSection_1.FoldableSection, { isUnfolded: isUnfolded, children: hiddenCells })] })), renderFoldButton: cardCells.length > 1 ? renderFoldButton : null })) : null] }));
20
21
  });
21
- const getHitStyle = (isHighlighting) => isHighlighting ? 'mt-9 pt-[70px]' : 'mt-[70px] pt-9';
22
+ const renderIconBlock = (icon) => ((0, jsx_runtime_1.jsxs)("div", { className: "w-[267px] min-w-[267px] self-center", children: [icon?.src ? (0, jsx_runtime_1.jsx)(Img_1.Img, { image: icon }) : null, icon?.icon ? (0, jsx_runtime_1.jsx)(Img_1.Img, { image: (0, getIconWithVersion_1.getIconWithVersion)(icon), asSVG: true }) : null] }));
23
+ const getHitStyle = (isHighlighting) => isHighlighting ? 'mt-9 pt-[70px]' : 'mt-[70px] pt-7';
22
24
  const renderFoldButton = ({ isUnfolded, onToggle }) => ((0, jsx_runtime_1.jsxs)("button", { className: "w-full cursor-pointer text-primary-main pt-5 flex justify-between items-center", onClick: onToggle, children: [(0, jsx_runtime_1.jsx)("div", { children: isUnfolded ? 'Скрыть' : 'Подробнее о тарифе' }), (0, jsx_runtime_1.jsx)(Icon_1.Icon, { className: "text-primary-text", name: isUnfolded ? 'ArrowUpIcon' : 'ArrowDownIcon', width: "16", height: "16", asSVG: true })] }));
23
25
  const renderCardInfo = (cell, i) => ((0, jsx_runtime_1.jsxs)("div", { className: "py-5 border-b border-main-divider", children: [cell?.title ? ((0, jsx_runtime_1.jsx)("div", { className: "text-secondary-text text-m-light opacity-80", children: cell.title })) : null, cell?.description ? ((0, jsx_runtime_1.jsx)("div", { className: "text-primary-text text-h6 mt-1", children: cell.description })) : null] }, String(i)));
24
- const renderHitIcon = () => ((0, jsx_runtime_1.jsxs)("div", { className: "absolute -top-7 -right-4 h-[60px] w-[60px] bg-white flex flex-col items-center justify-center shadow-[0_4px_25px_rgba(0,0,0,0.07)]", children: [(0, jsx_runtime_1.jsx)(Icon_1.Icon, { iconVersion: "black", name: "HeartIcon", width: "23", height: "22", asSVG: true }), (0, jsx_runtime_1.jsx)("div", { className: "text-center", children: "\u0425\u0438\u0442" })] }));
26
+ const renderHitIcon = () => ((0, jsx_runtime_1.jsxs)("div", { className: "absolute -top-7 -right-4 h-[60px] w-[60px] bg-white flex flex-col items-center justify-center rounded-md shadow-[0_4px_25px_rgba(0,0,0,0.07)]", children: [(0, jsx_runtime_1.jsx)(Icon_1.Icon, { iconVersion: "black", name: "HeartIcon", width: "23", height: "22", asSVG: true }), (0, jsx_runtime_1.jsx)(Paragraph_1.Paragraph, { size: "text-s", font: "font-normal", align: "text-center", color: "text-primary-text", children: "\u0425\u0418\u0422" })] }));
25
27
  //# sourceMappingURL=CarouselTariffsCard.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"CarouselTariffsCard.js","sourceRoot":"","sources":["../../../src/components/CarouselTariffsCard/CarouselTariffsCard.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"CarouselTariffsCard.js","sourceRoot":"","sources":["../../../src/components/CarouselTariffsCard/CarouselTariffsCard.tsx"],"names":[],"mappings":"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"}
@@ -11,5 +11,5 @@ export declare type CarouselTariffsCardContent = TitleProps & {
11
11
  /** @title Кнопка */
12
12
  button?: ButtonProps;
13
13
  /** @title Ячейка */
14
- rows?: HeadlineCommonProps[];
14
+ cardCells?: HeadlineCommonProps[];
15
15
  };
@@ -15,7 +15,7 @@ exports.Catalog = (0, uni_jsx_1.JSX)(({ cards = [], className = '', title, descr
15
15
  itemCount: cards?.length,
16
16
  visibleItemCount: CARD_VIEW_COUNT,
17
17
  });
18
- return ((0, jsx_runtime_1.jsxs)(BlockWrapper_1.BlockWrapper, { className: `bg-white relative font-sans p-12 overflow-hidden text-center ${className}`, ...rest, children: [(0, jsx_runtime_1.jsx)(Headline_1.Headline, { className: "!p-0", title: title, description: description, headlineVersion: "M", ...rest }), (0, jsx_runtime_1.jsx)("div", { className: "flex duration-1000 gap-3.5 mt-8", style: { transform: `translateX(-${activeIndex * CARD_SHIFT}px)` }, role: "list", children: cards?.length ? cards.map((card, i) => (0, jsx_runtime_1.jsx)(CatalogCard_1.CatalogCard, { ...card }, String(i))) : null }), (0, renderArrows_1.renderArrows)({
18
+ return ((0, jsx_runtime_1.jsxs)(BlockWrapper_1.BlockWrapper, { className: `p-12 overflow-hidden text-center ${className}`, ...rest, children: [(0, jsx_runtime_1.jsx)(Headline_1.Headline, { className: "!p-0", title: title, description: description, headlineVersion: "M", ...rest }), (0, jsx_runtime_1.jsx)("div", { className: "flex duration-1000 gap-3.5 mt-8", style: { transform: `translateX(-${activeIndex * CARD_SHIFT}px)` }, role: "list", children: cards?.length ? cards.map((card, i) => (0, jsx_runtime_1.jsx)(CatalogCard_1.CatalogCard, { ...card }, String(i))) : null }), (0, renderArrows_1.renderArrows)({
19
19
  ...controls,
20
20
  btnClass: ['left-8', 'right-8'],
21
21
  className: 'top-1/2 z-10 mt-6',
@@ -1 +1 @@
1
- {"version":3,"file":"Catalog.js","sourceRoot":"","sources":["../../../src/components/Catalog/Catalog.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,yEAAsE;AAEtE,4DAAyD;AACzD,mEAAgE;AAChE,mDAAgD;AAChD,+CAA4C;AAK5C,MAAM,kBAAkB,GAAG,kCAAkC,CAAC;AAC9D,MAAM,eAAe,GAAG,CAAC,CAAC;AAC1B,MAAM,UAAU,GAAG,GAAG,CAAC;AAEV,QAAA,OAAO,GAAG,IAAA,aAAG,EACxB,CAAC,EAAE,KAAK,GAAG,EAAE,EAAE,SAAS,GAAG,EAAE,EAAE,KAAK,EAAE,WAAW,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE;IAC9D,MAAM,CAAC,WAAW,EAAE,QAAQ,CAAC,GAAG,IAAA,yCAAmB,EAAC;QAClD,SAAS,EAAE,KAAK,EAAE,MAAM;QACxB,gBAAgB,EAAE,eAAe;KAClC,CAAC,CAAC;IAEH,OAAO,CACL,wBAAC,2BAAY,IACX,SAAS,EAAE,gEAAgE,SAAS,EAAE,KAClF,IAAI,aAER,uBAAC,mBAAQ,IACP,SAAS,EAAC,MAAM,EAChB,KAAK,EAAE,KAAK,EACZ,WAAW,EAAE,WAAW,EACxB,eAAe,EAAC,GAAG,KACf,IAAI,GACR,EACF,gCACE,SAAS,EAAC,iCAAiC,EAC3C,KAAK,EAAE,EAAE,SAAS,EAAE,eAAe,WAAW,GAAG,UAAU,KAAK,EAAE,EAClE,IAAI,EAAC,MAAM,YAEV,KAAK,EAAE,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,CAAC,EAAE,EAAE,CAAC,uBAAC,yBAAW,OAAqB,IAAI,IAAnB,MAAM,CAAC,CAAC,CAAC,CAAc,CAAC,CAAC,CAAC,CAAC,IAAI,GACrF,EACL,IAAA,2BAAY,EAAC;gBACZ,GAAG,QAAQ;gBACX,QAAQ,EAAE,CAAC,QAAQ,EAAE,SAAS,CAAC;gBAC/B,SAAS,EAAE,mBAAmB;aAC/B,CAAC,EACF,gCAAK,SAAS,EAAE,GAAG,kBAAkB,+BAA+B,GAAI,EACxE,gCAAK,SAAS,EAAE,GAAG,kBAAkB,8BAA8B,GAAI,IAC1D,CAChB,CAAC;AACJ,CAAC,CACF,CAAC"}
1
+ {"version":3,"file":"Catalog.js","sourceRoot":"","sources":["../../../src/components/Catalog/Catalog.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,yEAAsE;AAEtE,4DAAyD;AACzD,mEAAgE;AAChE,mDAAgD;AAChD,+CAA4C;AAK5C,MAAM,kBAAkB,GAAG,kCAAkC,CAAC;AAC9D,MAAM,eAAe,GAAG,CAAC,CAAC;AAC1B,MAAM,UAAU,GAAG,GAAG,CAAC;AAEV,QAAA,OAAO,GAAG,IAAA,aAAG,EACxB,CAAC,EAAE,KAAK,GAAG,EAAE,EAAE,SAAS,GAAG,EAAE,EAAE,KAAK,EAAE,WAAW,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE;IAC9D,MAAM,CAAC,WAAW,EAAE,QAAQ,CAAC,GAAG,IAAA,yCAAmB,EAAC;QAClD,SAAS,EAAE,KAAK,EAAE,MAAM;QACxB,gBAAgB,EAAE,eAAe;KAClC,CAAC,CAAC;IAEH,OAAO,CACL,wBAAC,2BAAY,IAAC,SAAS,EAAE,oCAAoC,SAAS,EAAE,KAAM,IAAI,aAChF,uBAAC,mBAAQ,IACP,SAAS,EAAC,MAAM,EAChB,KAAK,EAAE,KAAK,EACZ,WAAW,EAAE,WAAW,EACxB,eAAe,EAAC,GAAG,KACf,IAAI,GACR,EACF,gCACE,SAAS,EAAC,iCAAiC,EAC3C,KAAK,EAAE,EAAE,SAAS,EAAE,eAAe,WAAW,GAAG,UAAU,KAAK,EAAE,EAClE,IAAI,EAAC,MAAM,YAEV,KAAK,EAAE,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,CAAC,EAAE,EAAE,CAAC,uBAAC,yBAAW,OAAqB,IAAI,IAAnB,MAAM,CAAC,CAAC,CAAC,CAAc,CAAC,CAAC,CAAC,CAAC,IAAI,GACrF,EACL,IAAA,2BAAY,EAAC;gBACZ,GAAG,QAAQ;gBACX,QAAQ,EAAE,CAAC,QAAQ,EAAE,SAAS,CAAC;gBAC/B,SAAS,EAAE,mBAAmB;aAC/B,CAAC,EACF,gCAAK,SAAS,EAAE,GAAG,kBAAkB,+BAA+B,GAAI,EACxE,gCAAK,SAAS,EAAE,GAAG,kBAAkB,8BAA8B,GAAI,IAC1D,CAChB,CAAC;AACJ,CAAC,CACF,CAAC"}
@@ -2,13 +2,13 @@ Object.defineProperty(exports, "__esModule", { value: true });
2
2
  exports.CatalogCard = void 0;
3
3
  const jsx_runtime_1 = require("@redneckz/uni-jsx/jsx-runtime");
4
4
  const uni_jsx_1 = require("@redneckz/uni-jsx");
5
- const ButtonSection_1 = require("../../ui-kit/Button/ButtonSection");
5
+ const renderButtonsSection_1 = require("../../ui-kit/Button/renderButtonsSection");
6
6
  const Heading_1 = require("../../ui-kit/Heading/Heading");
7
7
  const Img_1 = require("../../ui-kit/Img/Img");
8
8
  const cardStyleMap = {
9
9
  black: 'bg-black',
10
10
  white: 'bg-white',
11
11
  };
12
- exports.CatalogCard = (0, uni_jsx_1.JSX)(({ className = '', title, description, image, price, button, colors }) => ((0, jsx_runtime_1.jsxs)("section", { className: `border border-solid box-border border-gray p-[30px] min-w-[402px] flex flex-col justify-left ${className}`, role: "listitem", children: [image?.src ? (0, jsx_runtime_1.jsx)(Img_1.Img, { className: "mb-5 flex justify-center", image: image }) : null, title ? ((0, jsx_runtime_1.jsx)(Heading_1.Heading, { headingType: "h6", as: "h4", className: "text-left mb-1.5", title: title })) : null, description ? (0, jsx_runtime_1.jsx)("div", { className: "text-m-light text-left mb-4", children: description }) : null, colors?.length ? ((0, jsx_runtime_1.jsxs)("div", { className: "flex mb-4 text-s-light text-secondary-text", children: [(0, jsx_runtime_1.jsx)("div", { className: "mr-1.5", children: "\u0414\u043E\u0441\u0442\u0443\u043F\u043D\u044B\u0435 \u0446\u0432\u0435\u0442\u0430: " }), colors.map(renderColorOption)] })) : null, price ? (0, jsx_runtime_1.jsxs)("div", { className: "text-h3 text-left", children: [price, "\u00A0\u20BD"] }) : null, button ? (0, ButtonSection_1.renderButton)({ button, buttonClassName: 'mt-5 w-full' }) : null] })));
12
+ exports.CatalogCard = (0, uni_jsx_1.JSX)(({ className = '', title, description, image, price, button, colors }) => ((0, jsx_runtime_1.jsxs)("section", { className: `border border-solid box-border border-gray p-[30px] min-w-[402px] flex flex-col justify-left ${className}`, role: "listitem", children: [image?.src ? (0, jsx_runtime_1.jsx)(Img_1.Img, { className: "mb-5 flex justify-center", image: image }) : null, title ? ((0, jsx_runtime_1.jsx)(Heading_1.Heading, { headingType: "h6", as: "h4", className: "text-left mb-1.5", title: title })) : null, description ? (0, jsx_runtime_1.jsx)("div", { className: "text-m-light text-left mb-4", children: description }) : null, colors?.length ? ((0, jsx_runtime_1.jsxs)("div", { className: "flex mb-4 text-s-light text-secondary-text", children: [(0, jsx_runtime_1.jsx)("div", { className: "mr-1.5", children: "\u0414\u043E\u0441\u0442\u0443\u043F\u043D\u044B\u0435 \u0446\u0432\u0435\u0442\u0430: " }), colors.map(renderColorOption)] })) : null, price ? (0, jsx_runtime_1.jsxs)("div", { className: "text-h3 text-left", children: [price, "\u00A0\u20BD"] }) : null, (0, renderButtonsSection_1.renderButtonsSection)([button], { buttonClassName: 'mt-5 w-full' })] })));
13
13
  const renderColorOption = (color, i) => ((0, jsx_runtime_1.jsx)("span", { className: `w-6 h-6 ml-3 border border-solid border-main-divider rounded-full ${cardStyleMap[color]}` }, String(i)));
14
14
  //# sourceMappingURL=CatalogCard.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"CatalogCard.js","sourceRoot":"","sources":["../../../src/components/Catalog/CatalogCard.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAGxC,qEAAiE;AACjE,0DAAuD;AACvD,8CAA2C;AAQ3C,MAAM,YAAY,GAAwC;IACxD,KAAK,EAAE,UAAU;IACjB,KAAK,EAAE,UAAU;CAClB,CAAC;AAEW,QAAA,WAAW,GAAG,IAAA,aAAG,EAC5B,CAAC,EAAE,SAAS,GAAG,EAAE,EAAE,KAAK,EAAE,WAAW,EAAE,KAAK,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,CAAC,CACxE,qCACE,SAAS,EAAE,gGAAgG,SAAS,EAAE,EACtH,IAAI,EAAC,UAAU,aAEd,KAAK,EAAE,GAAG,CAAC,CAAC,CAAC,uBAAC,SAAG,IAAC,SAAS,EAAC,0BAA0B,EAAC,KAAK,EAAE,KAAK,GAAI,CAAC,CAAC,CAAC,IAAI,EAC9E,KAAK,CAAC,CAAC,CAAC,CACP,uBAAC,iBAAO,IAAC,WAAW,EAAC,IAAI,EAAC,EAAE,EAAC,IAAI,EAAC,SAAS,EAAC,kBAAkB,EAAC,KAAK,EAAE,KAAK,GAAI,CAChF,CAAC,CAAC,CAAC,IAAI,EACP,WAAW,CAAC,CAAC,CAAC,gCAAK,SAAS,EAAC,6BAA6B,YAAE,WAAW,GAAO,CAAC,CAAC,CAAC,IAAI,EACrF,MAAM,EAAE,MAAM,CAAC,CAAC,CAAC,CAChB,iCAAK,SAAS,EAAC,4CAA4C,aACzD,gCAAK,SAAS,EAAC,QAAQ,wGAAwB,EAC9C,MAAM,CAAC,GAAG,CAAC,iBAAiB,CAAC,IAC1B,CACP,CAAC,CAAC,CAAC,IAAI,EACP,KAAK,CAAC,CAAC,CAAC,iCAAK,SAAS,EAAC,mBAAmB,aAAE,KAAK,oBAAc,CAAC,CAAC,CAAC,IAAI,EACtE,MAAM,CAAC,CAAC,CAAC,IAAA,4BAAY,EAAC,EAAE,MAAM,EAAE,eAAe,EAAE,aAAa,EAAE,CAAC,CAAC,CAAC,CAAC,IAAI,IACjE,CACX,CACF,CAAC;AAEF,MAAM,iBAAiB,GAAG,CAAC,KAA0B,EAAE,CAAS,EAAE,EAAE,CAAC,CACnE,iCAEE,SAAS,EAAE,qEAAqE,YAAY,CAAC,KAAK,CAAC,EAAE,IADhG,MAAM,CAAC,CAAC,CAAC,CAEd,CACH,CAAC"}
1
+ {"version":3,"file":"CatalogCard.js","sourceRoot":"","sources":["../../../src/components/Catalog/CatalogCard.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAGxC,mFAAgF;AAChF,0DAAuD;AACvD,8CAA2C;AAQ3C,MAAM,YAAY,GAAwC;IACxD,KAAK,EAAE,UAAU;IACjB,KAAK,EAAE,UAAU;CAClB,CAAC;AAEW,QAAA,WAAW,GAAG,IAAA,aAAG,EAC5B,CAAC,EAAE,SAAS,GAAG,EAAE,EAAE,KAAK,EAAE,WAAW,EAAE,KAAK,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,CAAC,CACxE,qCACE,SAAS,EAAE,gGAAgG,SAAS,EAAE,EACtH,IAAI,EAAC,UAAU,aAEd,KAAK,EAAE,GAAG,CAAC,CAAC,CAAC,uBAAC,SAAG,IAAC,SAAS,EAAC,0BAA0B,EAAC,KAAK,EAAE,KAAK,GAAI,CAAC,CAAC,CAAC,IAAI,EAC9E,KAAK,CAAC,CAAC,CAAC,CACP,uBAAC,iBAAO,IAAC,WAAW,EAAC,IAAI,EAAC,EAAE,EAAC,IAAI,EAAC,SAAS,EAAC,kBAAkB,EAAC,KAAK,EAAE,KAAK,GAAI,CAChF,CAAC,CAAC,CAAC,IAAI,EACP,WAAW,CAAC,CAAC,CAAC,gCAAK,SAAS,EAAC,6BAA6B,YAAE,WAAW,GAAO,CAAC,CAAC,CAAC,IAAI,EACrF,MAAM,EAAE,MAAM,CAAC,CAAC,CAAC,CAChB,iCAAK,SAAS,EAAC,4CAA4C,aACzD,gCAAK,SAAS,EAAC,QAAQ,wGAAwB,EAC9C,MAAM,CAAC,GAAG,CAAC,iBAAiB,CAAC,IAC1B,CACP,CAAC,CAAC,CAAC,IAAI,EACP,KAAK,CAAC,CAAC,CAAC,iCAAK,SAAS,EAAC,mBAAmB,aAAE,KAAK,oBAAc,CAAC,CAAC,CAAC,IAAI,EACtE,IAAA,2CAAoB,EAAC,CAAC,MAAM,CAAC,EAAE,EAAE,eAAe,EAAE,aAAa,EAAE,CAAC,IAC3D,CACX,CACF,CAAC;AAEF,MAAM,iBAAiB,GAAG,CAAC,KAA0B,EAAE,CAAS,EAAE,EAAE,CAAC,CACnE,iCAEE,SAAS,EAAE,qEAAqE,YAAY,CAAC,KAAK,CAAC,EAAE,IADhG,MAAM,CAAC,CAAC,CAAC,CAEd,CACH,CAAC"}
@@ -10,7 +10,7 @@ const constants_1 = require("./constants");
10
10
  exports.ComparisonTable = (0, uni_jsx_1.JSX)(({ className = '', title, rowHeaders, columns, visibleRowLength = 0, isColoredFirstColumn = false, ...rest }) => {
11
11
  const [isShowAllRow, setIsShowAllRow] = (0, hooks_1.useState)(!visibleRowLength);
12
12
  const handleToggle = (0, hooks_1.useCallback)(() => setIsShowAllRow((_) => !_), []);
13
- return ((0, jsx_runtime_1.jsxs)(BlockWrapper_1.BlockWrapper, { className: `bg-white font-sans py-12 pl-12 overflow-hidden text-primary-text relative ${className}`, ...rest, children: [(0, jsx_runtime_1.jsx)(Heading_1.Heading, { headingType: "h2", className: "max-w-[47rem] text-center mb-9 mx-auto", title: title }), (0, jsx_runtime_1.jsx)(ComparisonTableBody_1.ComparisonTableBody, { columns: columns, rowHeaders: rowHeaders, isShowAllRow: isShowAllRow, isColoredFirstColumn: isColoredFirstColumn, visibleRowLength: visibleRowLength }), visibleRowLength
13
+ return ((0, jsx_runtime_1.jsxs)(BlockWrapper_1.BlockWrapper, { className: `py-12 pl-12 overflow-hidden relative ${className}`, ...rest, children: [(0, jsx_runtime_1.jsx)(Heading_1.Heading, { headingType: "h2", className: "max-w-[47rem] text-center mb-9 mx-auto", title: title }), (0, jsx_runtime_1.jsx)(ComparisonTableBody_1.ComparisonTableBody, { columns: columns, rowHeaders: rowHeaders, isShowAllRow: isShowAllRow, isColoredFirstColumn: isColoredFirstColumn, visibleRowLength: visibleRowLength }), visibleRowLength
14
14
  ? renderShowMoreToggleButton({ isShowAllRow, onClick: handleToggle })
15
15
  : null] }));
16
16
  });