@redneckz/wildless-cms-uni-blocks 0.11.2 → 0.12.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1635) hide show
  1. package/bin/migration-scripts/0.11.1.js +34 -0
  2. package/bin/migration-scripts/0.12.3.js +22 -0
  3. package/bundle/blocks.schema.json +1 -1
  4. package/bundle/bundle.umd.js +231 -282
  5. package/bundle/bundle.umd.min.js +1 -1
  6. package/bundle/components/ButtonsBlock/ButtonsBlock.d.ts +6 -0
  7. package/bundle/components/ButtonsBlock/ButtonsBlockContent.d.ts +8 -0
  8. package/bundle/components/CarouselCard/CarouselCard.d.ts +1 -1
  9. package/bundle/components/CarouselCard/getCardWidth.d.ts +1 -0
  10. package/bundle/components/CarouselCard/titleSize.d.ts +1 -0
  11. package/bundle/components/CarouselCard/titleSize.mobile.d.ts +1 -0
  12. package/bundle/components/CarouselProductCard/CarouselProductCard.d.ts +1 -1
  13. package/bundle/components/Footer/Contacts.d.ts +2 -2
  14. package/bundle/components/Footer/FooterContent.d.ts +9 -1
  15. package/bundle/components/Footer/FooterDataProps.d.ts +2 -2
  16. package/bundle/components/Headline/HeadlineContent.d.ts +0 -2
  17. package/bundle/components/MobileAppTile/renderDescription.d.ts +2 -0
  18. package/bundle/components/MobileAppTile/renderList.d.ts +2 -0
  19. package/bundle/components/PictureText/PictureTextContent.d.ts +2 -6
  20. package/bundle/components/PictureText/renderInsuranceSumMonth.d.ts +2 -0
  21. package/bundle/components/ProductBlock/ProductBlockContent.d.ts +3 -22
  22. package/bundle/components/ProductGallery/ProductGalleryContent.d.ts +2 -2
  23. package/bundle/components/PromoTile/PromoTileContent.d.ts +2 -3
  24. package/bundle/components/RollupItem/RollupItemContent.d.ts +4 -2
  25. package/bundle/components/RollupItem/renderRoundedIcon.d.ts +3 -0
  26. package/bundle/components/RollupItem/renderRoundedIcon.mobile.d.ts +4 -0
  27. package/bundle/components/Tile/TileContent.d.ts +2 -13
  28. package/bundle/model/Align.d.ts +5 -0
  29. package/bundle/model/AlignText.d.ts +3 -0
  30. package/bundle/model/AlignType.d.ts +2 -0
  31. package/bundle/model/HeadlineType.d.ts +8 -1
  32. package/bundle/model/JSXBlock.d.ts +12 -5
  33. package/bundle/ui-kit/BaseProductTile/BaseProductTile.d.ts +7 -0
  34. package/bundle/ui-kit/BaseProductTile/BaseProductTileContent.d.ts +22 -0
  35. package/bundle/{components → ui-kit}/BaseTile/BaseTile.d.ts +2 -0
  36. package/bundle/ui-kit/BenefitItem/BenefitItem.d.ts +5 -2
  37. package/bundle/ui-kit/BenefitItem/BenefitItemContent.d.ts +16 -0
  38. package/bundle/ui-kit/BenefitItem/borderRadius.mobile.d.ts +1 -0
  39. package/bundle/ui-kit/BenefitItem/labelSize.d.ts +1 -0
  40. package/bundle/ui-kit/BenefitItem/labelSize.mobile.d.ts +1 -0
  41. package/bundle/ui-kit/BenefitsList/BenefitsList.d.ts +6 -0
  42. package/bundle/ui-kit/BenefitsList/BenefitsListContent.d.ts +14 -0
  43. package/bundle/ui-kit/BenefitsList/renderBenefit.d.ts +4 -0
  44. package/bundle/ui-kit/Icon/IconProps.d.ts +8 -3
  45. package/bundle/ui-kit/Icon/RoundedIcon.d.ts +5 -1
  46. package/bundle/ui-kit/Img/Img.d.ts +2 -1
  47. package/bundle/ui-kit/Img/ImgProps.d.ts +0 -1
  48. package/bundle/ui-kit/List/ListContent.d.ts +6 -0
  49. package/bundle/ui-kit/List/ListItem.d.ts +1 -1
  50. package/bundle/ui-kit/List/ListProps.d.ts +0 -6
  51. package/bundle/ui-kit/SwipeListControl/SwipeListContainer.d.ts +4 -2
  52. package/bundle/ui-kit/SwipeListControl/SwipeListControl.d.ts +10 -1
  53. package/bundle/ui-kit/SwipeListControl/SwipeListControlContent.d.ts +16 -4
  54. package/bundle/ui-kit/SwipeListControl/SwipeListControlDots.d.ts +1 -1
  55. package/bundle/ui-kit/Tags/Tags.d.ts +2 -2
  56. package/bundle/utils/avg.d.ts +1 -0
  57. package/bundle/utils/deviation.d.ts +1 -0
  58. package/dist/components/ApplicationForm/ApplicationForm.js +1 -2
  59. package/dist/components/ApplicationForm/ApplicationForm.js.map +1 -1
  60. package/dist/components/ApplicationForm/ResponseNotification.js +1 -1
  61. package/dist/components/ApplicationForm/ResponseNotification.js.map +1 -1
  62. package/dist/components/BenefitsBlock/BenefitsBlock.js +3 -2
  63. package/dist/components/BenefitsBlock/BenefitsBlock.js.map +1 -1
  64. package/dist/components/Blocks.js +2 -2
  65. package/dist/components/Blocks.js.map +1 -1
  66. package/dist/components/Blocks.mobile.js +6 -0
  67. package/dist/components/Blocks.mobile.js.map +1 -1
  68. package/dist/components/Bonus/Bonus.js +2 -2
  69. package/dist/components/Bonus/Bonus.js.map +1 -1
  70. package/dist/components/BonusBenefitsBlock/BonusBenefitsBlock.js +1 -1
  71. package/dist/components/BonusBenefitsBlock/BonusBenefitsBlock.js.map +1 -1
  72. package/dist/components/BusinessBlock/BusinessBlock.js +1 -1
  73. package/dist/components/BusinessBlock/BusinessBlock.js.map +1 -1
  74. package/dist/components/BusinessBlock/BusinessCard.js +1 -1
  75. package/dist/components/ButtonsBlock/ButtonsBlock.d.ts +6 -0
  76. package/dist/components/ButtonsBlock/ButtonsBlock.js +9 -0
  77. package/dist/components/ButtonsBlock/ButtonsBlock.js.map +1 -0
  78. package/dist/components/ButtonsBlock/ButtonsBlockContent.d.ts +8 -0
  79. package/dist/components/ButtonsBlock/ButtonsBlockContent.js +2 -0
  80. package/dist/components/ButtonsBlock/ButtonsBlockContent.js.map +1 -0
  81. package/dist/components/Calculator/Calculator.js +1 -1
  82. package/dist/components/Calculator/Calculator.js.map +1 -1
  83. package/dist/components/CardTransfer/CardTransfer.js +1 -1
  84. package/dist/components/CardTransfer/CardTransfer.js.map +1 -1
  85. package/dist/components/Carousel/Carousel.js +1 -1
  86. package/dist/components/Carousel/Carousel.js.map +1 -1
  87. package/dist/components/CarouselBankHistoryCard/CarouselBankHistoryCard.js +1 -1
  88. package/dist/components/CarouselBankHistoryCard/CarouselBankHistoryCard.js.map +1 -1
  89. package/dist/components/CarouselCard/CarouselCard.d.ts +1 -1
  90. package/dist/components/CarouselCard/CarouselCard.js +9 -7
  91. package/dist/components/CarouselCard/CarouselCard.js.map +1 -1
  92. package/dist/components/CarouselCard/getCardWidth.d.ts +1 -0
  93. package/dist/components/CarouselCard/getCardWidth.js +18 -0
  94. package/dist/components/CarouselCard/getCardWidth.js.map +1 -0
  95. package/dist/components/CarouselCard/titleSize.d.ts +1 -0
  96. package/dist/components/CarouselCard/titleSize.js +4 -0
  97. package/dist/components/CarouselCard/titleSize.js.map +1 -0
  98. package/dist/components/CarouselCard/titleSize.mobile.d.ts +1 -0
  99. package/dist/components/CarouselCard/titleSize.mobile.js +4 -0
  100. package/dist/components/CarouselCard/titleSize.mobile.js.map +1 -0
  101. package/dist/components/CarouselCatalogCard/CarouselCatalogCard.js +2 -1
  102. package/dist/components/CarouselCatalogCard/CarouselCatalogCard.js.map +1 -1
  103. package/dist/components/CarouselEventCard/CarouselEventCard.js +1 -1
  104. package/dist/components/CarouselEventCard/CarouselEventCard.js.map +1 -1
  105. package/dist/components/CarouselInvestmentCard/CarouselInvestmentCard.js +2 -2
  106. package/dist/components/CarouselInvestmentCard/CarouselInvestmentCard.js.map +1 -1
  107. package/dist/components/CarouselLinks/CarouselLinks.js +3 -4
  108. package/dist/components/CarouselLinks/CarouselLinks.js.map +1 -1
  109. package/dist/components/CarouselProductCard/CarouselProductCard.d.ts +1 -1
  110. package/dist/components/CarouselProductCard/CarouselProductCard.js +6 -6
  111. package/dist/components/CarouselProductCard/CarouselProductCard.js.map +1 -1
  112. package/dist/components/CarouselProgramsCard/CarouselProgramsCard.js +1 -1
  113. package/dist/components/CarouselProgramsCard/CarouselProgramsCard.js.map +1 -1
  114. package/dist/components/CarouselRecommendationCard/CarouselRecommendationCard.js +1 -1
  115. package/dist/components/CarouselRecommendationCard/CarouselRecommendationCard.js.map +1 -1
  116. package/dist/components/CarouselRecommendationCard/CarouselRecommendationCard.mobile.js +1 -1
  117. package/dist/components/CarouselRecommendationCard/CarouselRecommendationCard.mobile.js.map +1 -1
  118. package/dist/components/CarouselRichTextCard/CarouselRichTextCard.js +1 -1
  119. package/dist/components/CarouselRichTextCard/CarouselRichTextCard.js.map +1 -1
  120. package/dist/components/CarouselTariffsCard/CarouselTariffsCard.js +1 -1
  121. package/dist/components/CarouselTariffsCard/CarouselTariffsCard.js.map +1 -1
  122. package/dist/components/ComparisonTable/ComparisonTable.js +2 -1
  123. package/dist/components/ComparisonTable/ComparisonTable.js.map +1 -1
  124. package/dist/components/ContactsBlock/ContactsBlock.js +3 -2
  125. package/dist/components/ContactsBlock/ContactsBlock.js.map +1 -1
  126. package/dist/components/DepositFiltration/DepositFiltration.js +1 -1
  127. package/dist/components/DepositFiltration/DepositFiltration.js.map +1 -1
  128. package/dist/components/ErrorBlock/ErrorBlock.js +1 -1
  129. package/dist/components/ErrorBlock/ErrorBlock.js.map +1 -1
  130. package/dist/components/ExchangeRateOffice/ExchangeRateOffice.js +2 -2
  131. package/dist/components/ExchangeRateOffice/ExchangeRateOffice.js.map +1 -1
  132. package/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.js +1 -1
  133. package/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.js.map +1 -1
  134. package/dist/components/ExchangeRateTile/ExchangeRateTile.js +3 -2
  135. package/dist/components/ExchangeRateTile/ExchangeRateTile.js.map +1 -1
  136. package/dist/components/Footer/Contacts.d.ts +2 -2
  137. package/dist/components/Footer/Contacts.js +4 -5
  138. package/dist/components/Footer/Contacts.js.map +1 -1
  139. package/dist/components/Footer/Footer.js +1 -1
  140. package/dist/components/Footer/Footer.js.map +1 -1
  141. package/dist/components/Footer/Footer.mobile.js +2 -3
  142. package/dist/components/Footer/Footer.mobile.js.map +1 -1
  143. package/dist/components/Footer/FooterContent.d.ts +9 -1
  144. package/dist/components/Footer/FooterDataProps.d.ts +2 -2
  145. package/dist/components/GracePeriod/GracePeriod.js +1 -1
  146. package/dist/components/GracePeriod/GracePeriod.js.map +1 -1
  147. package/dist/components/Header/Header.js +1 -1
  148. package/dist/components/Header/Header.js.map +1 -1
  149. package/dist/components/Header/Header.mobile.js +1 -1
  150. package/dist/components/Header/Header.mobile.js.map +1 -1
  151. package/dist/components/Headline/Headline.js +2 -3
  152. package/dist/components/Headline/Headline.js.map +1 -1
  153. package/dist/components/Headline/HeadlineContent.d.ts +0 -2
  154. package/dist/components/Headline/headlineVersionStyles.js +9 -9
  155. package/dist/components/Headline/headlineVersionStyles.js.map +1 -1
  156. package/dist/components/HorizontalLayout/HorizontalLayout.js +1 -1
  157. package/dist/components/HorizontalLayout/HorizontalLayout.js.map +1 -1
  158. package/dist/components/ImgBlock/ImgBlock.js +1 -1
  159. package/dist/components/ImgBlock/ImgBlock.js.map +1 -1
  160. package/dist/components/InsuranceAmountBlock/InsuranceAmountBlock.js +2 -1
  161. package/dist/components/InsuranceAmountBlock/InsuranceAmountBlock.js.map +1 -1
  162. package/dist/components/InvestmentInfo/InvestmentInfo.js +3 -3
  163. package/dist/components/InvestmentInfo/InvestmentInfo.js.map +1 -1
  164. package/dist/components/LinkDocs/LinkDocs.js +1 -1
  165. package/dist/components/LinkDocs/LinkDocs.js.map +1 -1
  166. package/dist/components/LinkDocs/LinkDocs.mobile.js +1 -2
  167. package/dist/components/LinkDocs/LinkDocs.mobile.js.map +1 -1
  168. package/dist/components/MobileAppTile/MobileAppTile.js +6 -12
  169. package/dist/components/MobileAppTile/MobileAppTile.js.map +1 -1
  170. package/dist/components/MobileAppTile/renderButtonSection.d.ts +0 -0
  171. package/dist/components/MobileAppTile/renderButtonSection.js +1 -0
  172. package/dist/components/MobileAppTile/renderButtonSection.js.map +1 -0
  173. package/dist/components/MobileAppTile/renderDescription.d.ts +2 -0
  174. package/dist/components/MobileAppTile/renderDescription.js +7 -0
  175. package/dist/components/MobileAppTile/renderDescription.js.map +1 -0
  176. package/dist/components/MobileAppTile/renderList.d.ts +2 -0
  177. package/dist/components/MobileAppTile/renderList.js +9 -0
  178. package/dist/components/MobileAppTile/renderList.js.map +1 -0
  179. package/dist/components/MortgageFiltration/MortgageFiltration.js +1 -1
  180. package/dist/components/MortgageFiltration/MortgageFiltration.js.map +1 -1
  181. package/dist/components/OfficeServicesBlock/OfficeServicesBlock.js +2 -1
  182. package/dist/components/OfficeServicesBlock/OfficeServicesBlock.js.map +1 -1
  183. package/dist/components/ParagraphBlock/ParagraphBlock.js +1 -1
  184. package/dist/components/ParagraphBlock/ParagraphBlock.js.map +1 -1
  185. package/dist/components/PictureText/PictureText.js +3 -14
  186. package/dist/components/PictureText/PictureText.js.map +1 -1
  187. package/dist/components/PictureText/PictureTextContent.d.ts +2 -6
  188. package/dist/components/PictureText/renderInsuranceSumMonth.d.ts +2 -0
  189. package/dist/components/PictureText/renderInsuranceSumMonth.js +9 -0
  190. package/dist/components/PictureText/renderInsuranceSumMonth.js.map +1 -0
  191. package/dist/components/Placeholder/Placeholder.js +1 -6
  192. package/dist/components/Placeholder/Placeholder.js.map +1 -1
  193. package/dist/components/ProductBlock/ProductBlock.js +3 -3
  194. package/dist/components/ProductBlock/ProductBlock.js.map +1 -1
  195. package/dist/components/ProductBlock/ProductBlockContent.d.ts +3 -22
  196. package/dist/components/ProductGallery/ProductGallery.js +2 -2
  197. package/dist/components/ProductGallery/ProductGallery.js.map +1 -1
  198. package/dist/components/ProductGallery/ProductGallery.mobile.js +5 -6
  199. package/dist/components/ProductGallery/ProductGallery.mobile.js.map +1 -1
  200. package/dist/components/ProductGallery/ProductGalleryContent.d.ts +2 -2
  201. package/dist/components/ProductTile/ProductTile.js +1 -2
  202. package/dist/components/ProductTile/ProductTile.js.map +1 -1
  203. package/dist/components/PromoTile/PromoTile.js +2 -5
  204. package/dist/components/PromoTile/PromoTile.js.map +1 -1
  205. package/dist/components/PromoTile/PromoTileContent.d.ts +2 -3
  206. package/dist/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.js +1 -1
  207. package/dist/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.js.map +1 -1
  208. package/dist/components/RichTextBlock/RichTextBlock.js +1 -1
  209. package/dist/components/RichTextBlock/RichTextBlock.js.map +1 -1
  210. package/dist/components/RollupItem/RollupItem.js +14 -9
  211. package/dist/components/RollupItem/RollupItem.js.map +1 -1
  212. package/dist/components/RollupItem/RollupItemContent.d.ts +4 -2
  213. package/dist/components/RollupItem/renderRoundedIcon.d.ts +3 -0
  214. package/dist/components/RollupItem/renderRoundedIcon.js +6 -0
  215. package/dist/components/RollupItem/renderRoundedIcon.js.map +1 -0
  216. package/dist/components/RollupItem/renderRoundedIcon.mobile.d.ts +4 -0
  217. package/dist/components/RollupItem/renderRoundedIcon.mobile.js +7 -0
  218. package/dist/components/RollupItem/renderRoundedIcon.mobile.js.map +1 -0
  219. package/dist/components/SafeDepositRental/SafeDepositRental.js +2 -2
  220. package/dist/components/SafeDepositRental/SafeDepositRental.js.map +1 -1
  221. package/dist/components/StepsBlock/StepsBlock.js +1 -1
  222. package/dist/components/StepsBlock/StepsBlock.js.map +1 -1
  223. package/dist/components/StepsBlock/StepsBlock.mobile.js +1 -1
  224. package/dist/components/StepsBlock/StepsBlock.mobile.js.map +1 -1
  225. package/dist/components/SwipeListControlBlock/SwipeListControlBlock.js +1 -3
  226. package/dist/components/SwipeListControlBlock/SwipeListControlBlock.js.map +1 -1
  227. package/dist/components/Tabs/Tabs.js +1 -1
  228. package/dist/components/Tabs/Tabs.js.map +1 -1
  229. package/dist/components/TariffsTable/EmbeddableCellData.mobile.js +3 -6
  230. package/dist/components/TariffsTable/EmbeddableCellData.mobile.js.map +1 -1
  231. package/dist/components/TariffsTable/TableTileHeader.js +2 -2
  232. package/dist/components/TariffsTable/TableTileHeader.js.map +1 -1
  233. package/dist/components/TariffsTable/TariffsTable.js +2 -1
  234. package/dist/components/TariffsTable/TariffsTable.js.map +1 -1
  235. package/dist/components/TariffsTable/TariffsTable.mobile.js +3 -3
  236. package/dist/components/TariffsTable/TariffsTable.mobile.js.map +1 -1
  237. package/dist/components/TariffsTable/TariffsTableHorizontal.js +1 -1
  238. package/dist/components/TariffsTable/TariffsTableHorizontal.js.map +1 -1
  239. package/dist/components/TariffsTable/TariffsTableTileCell.js +2 -2
  240. package/dist/components/TariffsTable/TariffsTableTileCell.js.map +1 -1
  241. package/dist/components/TextBlock/TextBlock.js +1 -3
  242. package/dist/components/TextBlock/TextBlock.js.map +1 -1
  243. package/dist/components/Tile/Tile.js +2 -14
  244. package/dist/components/Tile/Tile.js.map +1 -1
  245. package/dist/components/Tile/TileContent.d.ts +2 -13
  246. package/dist/components/VerticalLayout/VerticalLayout.js +1 -1
  247. package/dist/components/VerticalLayout/VerticalLayout.js.map +1 -1
  248. package/dist/components/Video/Video.js +1 -2
  249. package/dist/components/Video/Video.js.map +1 -1
  250. package/dist/content-page-repository/transformDocumentLink.js +1 -1
  251. package/dist/content-page-repository/transformDocumentLink.js.map +1 -1
  252. package/dist/content-page-repository/transformImg.js +1 -1
  253. package/dist/content-page-repository/transformImg.js.map +1 -1
  254. package/dist/model/Align.d.ts +5 -0
  255. package/dist/{ui-kit/BenefitItem/BenefitItemProps.js → model/Align.js} +1 -1
  256. package/dist/model/Align.js.map +1 -0
  257. package/dist/model/AlignText.d.ts +3 -0
  258. package/dist/model/AlignText.js +3 -0
  259. package/dist/model/AlignText.js.map +1 -1
  260. package/dist/model/AlignType.d.ts +2 -0
  261. package/dist/model/HeadlineType.d.ts +8 -1
  262. package/dist/model/JSXBlock.d.ts +12 -5
  263. package/dist/ui-kit/BaseProductTile/BaseProductTile.d.ts +7 -0
  264. package/dist/ui-kit/BaseProductTile/BaseProductTile.js +18 -0
  265. package/dist/ui-kit/BaseProductTile/BaseProductTile.js.map +1 -0
  266. package/dist/ui-kit/BaseProductTile/BaseProductTileContent.d.ts +22 -0
  267. package/dist/ui-kit/{SwipeListControl/SwipeListControlProps.js → BaseProductTile/BaseProductTileContent.js} +1 -1
  268. package/dist/ui-kit/BaseProductTile/BaseProductTileContent.js.map +1 -0
  269. package/{lib/components → dist/ui-kit}/BaseTile/BaseTile.d.ts +2 -0
  270. package/dist/ui-kit/BaseTile/BaseTile.js +13 -0
  271. package/dist/ui-kit/BaseTile/BaseTile.js.map +1 -0
  272. package/dist/ui-kit/BaseTile/getTileRightPadding.js.map +1 -0
  273. package/dist/ui-kit/BenefitItem/BenefitItem.d.ts +5 -2
  274. package/dist/ui-kit/BenefitItem/BenefitItem.js +7 -10
  275. package/dist/ui-kit/BenefitItem/BenefitItem.js.map +1 -1
  276. package/dist/ui-kit/BenefitItem/BenefitItemContent.d.ts +16 -0
  277. package/dist/{components/ButtonBlock/ButtonBlockContent.js → ui-kit/BenefitItem/BenefitItemContent.js} +1 -1
  278. package/dist/ui-kit/BenefitItem/BenefitItemContent.js.map +1 -0
  279. package/dist/ui-kit/BenefitItem/borderRadius.mobile.d.ts +1 -0
  280. package/dist/ui-kit/BenefitItem/borderRadius.mobile.js +4 -0
  281. package/dist/ui-kit/BenefitItem/borderRadius.mobile.js.map +1 -0
  282. package/dist/ui-kit/BenefitItem/labelSize.d.ts +1 -0
  283. package/dist/ui-kit/BenefitItem/labelSize.js +4 -0
  284. package/dist/ui-kit/BenefitItem/labelSize.js.map +1 -0
  285. package/dist/ui-kit/BenefitItem/labelSize.mobile.d.ts +1 -0
  286. package/dist/ui-kit/BenefitItem/labelSize.mobile.js +4 -0
  287. package/dist/ui-kit/BenefitItem/labelSize.mobile.js.map +1 -0
  288. package/dist/ui-kit/BenefitsList/BenefitsList.d.ts +6 -0
  289. package/dist/ui-kit/BenefitsList/BenefitsList.js +14 -0
  290. package/dist/ui-kit/BenefitsList/BenefitsList.js.map +1 -0
  291. package/dist/ui-kit/BenefitsList/BenefitsListContent.d.ts +14 -0
  292. package/dist/ui-kit/BenefitsList/BenefitsListContent.js +2 -0
  293. package/dist/ui-kit/BenefitsList/BenefitsListContent.js.map +1 -0
  294. package/dist/ui-kit/BenefitsList/renderBenefit.d.ts +4 -0
  295. package/dist/ui-kit/BenefitsList/renderBenefit.js +13 -0
  296. package/dist/ui-kit/BenefitsList/renderBenefit.js.map +1 -0
  297. package/dist/ui-kit/BlockWrapper.js +3 -3
  298. package/dist/ui-kit/BlockWrapper.js.map +1 -1
  299. package/dist/ui-kit/Button/ButtonInner.js +1 -1
  300. package/dist/ui-kit/Button/renderButtonsSection.js +2 -2
  301. package/dist/ui-kit/Button/renderButtonsSection.js.map +1 -1
  302. package/dist/ui-kit/Heading/Heading.js +2 -1
  303. package/dist/ui-kit/Heading/Heading.js.map +1 -1
  304. package/dist/ui-kit/Icon/IconProps.d.ts +8 -3
  305. package/dist/ui-kit/Icon/RoundedIcon.d.ts +5 -1
  306. package/dist/ui-kit/Icon/RoundedIcon.js +6 -2
  307. package/dist/ui-kit/Icon/RoundedIcon.js.map +1 -1
  308. package/dist/ui-kit/Img/Img.d.ts +2 -1
  309. package/dist/ui-kit/Img/Img.js +10 -2
  310. package/dist/ui-kit/Img/Img.js.map +1 -1
  311. package/dist/ui-kit/Img/ImgAsPicture.js +6 -12
  312. package/dist/ui-kit/Img/ImgAsPicture.js.map +1 -1
  313. package/dist/ui-kit/Img/ImgProps.d.ts +0 -1
  314. package/dist/ui-kit/List/List.js.map +1 -1
  315. package/dist/ui-kit/List/ListContent.d.ts +6 -0
  316. package/dist/ui-kit/List/ListItem.d.ts +1 -1
  317. package/dist/ui-kit/List/ListProps.d.ts +0 -6
  318. package/dist/ui-kit/SwipeListControl/SwipeListContainer.d.ts +4 -2
  319. package/dist/ui-kit/SwipeListControl/SwipeListContainer.js.map +1 -1
  320. package/dist/ui-kit/SwipeListControl/SwipeListControl.d.ts +10 -1
  321. package/dist/ui-kit/SwipeListControl/SwipeListControl.js +1 -1
  322. package/dist/ui-kit/SwipeListControl/SwipeListControl.js.map +1 -1
  323. package/dist/ui-kit/SwipeListControl/SwipeListControlContent.d.ts +16 -4
  324. package/dist/ui-kit/SwipeListControl/SwipeListControlDots.d.ts +1 -1
  325. package/dist/ui-kit/Tags/Tags.d.ts +2 -2
  326. package/dist/ui-kit/Tags/Tags.js +4 -5
  327. package/dist/ui-kit/Tags/Tags.js.map +1 -1
  328. package/dist/utils/avg.d.ts +1 -0
  329. package/dist/utils/avg.js +6 -0
  330. package/dist/utils/avg.js.map +1 -0
  331. package/dist/utils/deviation.d.ts +1 -0
  332. package/dist/utils/deviation.js +6 -0
  333. package/dist/utils/deviation.js.map +1 -0
  334. package/lib/common.css +1 -1
  335. package/lib/components/ApplicationForm/ApplicationForm.js +1 -2
  336. package/lib/components/ApplicationForm/ApplicationForm.js.map +1 -1
  337. package/lib/components/ApplicationForm/ResponseNotification.js +1 -1
  338. package/lib/components/ApplicationForm/ResponseNotification.js.map +1 -1
  339. package/lib/components/BenefitsBlock/BenefitsBlock.js +3 -2
  340. package/lib/components/BenefitsBlock/BenefitsBlock.js.map +1 -1
  341. package/lib/components/Blocks.js +2 -2
  342. package/lib/components/Blocks.js.map +1 -1
  343. package/lib/components/Blocks.mobile.js +6 -0
  344. package/lib/components/Blocks.mobile.js.map +1 -1
  345. package/lib/components/Bonus/Bonus.js +2 -2
  346. package/lib/components/Bonus/Bonus.js.map +1 -1
  347. package/lib/components/BonusBenefitsBlock/BonusBenefitsBlock.js +1 -1
  348. package/lib/components/BonusBenefitsBlock/BonusBenefitsBlock.js.map +1 -1
  349. package/lib/components/BusinessBlock/BusinessBlock.js +1 -1
  350. package/lib/components/BusinessBlock/BusinessBlock.js.map +1 -1
  351. package/lib/components/BusinessBlock/BusinessCard.js +1 -1
  352. package/lib/components/ButtonsBlock/ButtonsBlock.d.ts +6 -0
  353. package/lib/components/ButtonsBlock/ButtonsBlock.fixture.mobile.d.ts +6 -0
  354. package/lib/components/{ButtonBlock/ButtonBlock.js → ButtonsBlock/ButtonsBlock.js} +2 -2
  355. package/lib/components/ButtonsBlock/ButtonsBlock.js.map +1 -0
  356. package/lib/components/ButtonsBlock/ButtonsBlockContent.d.ts +8 -0
  357. package/lib/components/ButtonsBlock/ButtonsBlockContent.js +2 -0
  358. package/lib/components/ButtonsBlock/ButtonsBlockContent.js.map +1 -0
  359. package/lib/components/Calculator/Calculator.js +1 -1
  360. package/lib/components/Calculator/Calculator.js.map +1 -1
  361. package/lib/components/CardTransfer/CardTransfer.fixture.mobile.d.ts +6 -0
  362. package/lib/components/CardTransfer/CardTransfer.js +1 -1
  363. package/lib/components/CardTransfer/CardTransfer.js.map +1 -1
  364. package/lib/components/Carousel/Carousel.js +1 -1
  365. package/lib/components/Carousel/Carousel.js.map +1 -1
  366. package/lib/components/CarouselBankHistoryCard/CarouselBankHistoryCard.js +1 -1
  367. package/lib/components/CarouselBankHistoryCard/CarouselBankHistoryCard.js.map +1 -1
  368. package/lib/components/CarouselCard/CarouselCard.d.ts +1 -1
  369. package/lib/components/CarouselCard/CarouselCard.fixture.mobile.d.ts +8 -0
  370. package/lib/components/CarouselCard/CarouselCard.js +9 -7
  371. package/lib/components/CarouselCard/CarouselCard.js.map +1 -1
  372. package/lib/components/CarouselCard/getCardWidth.d.ts +1 -0
  373. package/lib/components/CarouselCard/getCardWidth.js +15 -0
  374. package/lib/components/CarouselCard/getCardWidth.js.map +1 -0
  375. package/lib/components/CarouselCard/titleSize.d.ts +1 -0
  376. package/lib/components/CarouselCard/titleSize.js +2 -0
  377. package/lib/components/CarouselCard/titleSize.js.map +1 -0
  378. package/lib/components/CarouselCard/titleSize.mobile.d.ts +1 -0
  379. package/lib/components/CarouselCard/titleSize.mobile.js +2 -0
  380. package/lib/components/CarouselCard/titleSize.mobile.js.map +1 -0
  381. package/lib/components/CarouselCatalogCard/CarouselCatalogCard.js +2 -1
  382. package/lib/components/CarouselCatalogCard/CarouselCatalogCard.js.map +1 -1
  383. package/lib/components/CarouselEventCard/CarouselEventCard.js +1 -1
  384. package/lib/components/CarouselEventCard/CarouselEventCard.js.map +1 -1
  385. package/lib/components/CarouselInvestmentCard/CarouselInvestmentCard.js +2 -2
  386. package/lib/components/CarouselInvestmentCard/CarouselInvestmentCard.js.map +1 -1
  387. package/lib/components/CarouselLinks/CarouselLinks.js +3 -4
  388. package/lib/components/CarouselLinks/CarouselLinks.js.map +1 -1
  389. package/lib/components/CarouselProductCard/CarouselProductCard.d.ts +1 -1
  390. package/lib/components/CarouselProductCard/CarouselProductCard.js +6 -6
  391. package/lib/components/CarouselProductCard/CarouselProductCard.js.map +1 -1
  392. package/lib/components/CarouselProgramsCard/CarouselProgramsCard.js +1 -1
  393. package/lib/components/CarouselProgramsCard/CarouselProgramsCard.js.map +1 -1
  394. package/lib/components/CarouselRecommendationCard/CarouselRecommendationCard.js +1 -1
  395. package/lib/components/CarouselRecommendationCard/CarouselRecommendationCard.js.map +1 -1
  396. package/lib/components/CarouselRecommendationCard/CarouselRecommendationCard.mobile.js +1 -1
  397. package/lib/components/CarouselRecommendationCard/CarouselRecommendationCard.mobile.js.map +1 -1
  398. package/lib/components/CarouselRichTextCard/CarouselRichTextCard.js +1 -1
  399. package/lib/components/CarouselRichTextCard/CarouselRichTextCard.js.map +1 -1
  400. package/lib/components/CarouselTariffsCard/CarouselTariffsCard.js +1 -1
  401. package/lib/components/CarouselTariffsCard/CarouselTariffsCard.js.map +1 -1
  402. package/lib/components/ComparisonTable/ComparisonTable.js +2 -1
  403. package/lib/components/ComparisonTable/ComparisonTable.js.map +1 -1
  404. package/lib/components/ContactsBlock/ContactsBlock.js +3 -2
  405. package/lib/components/ContactsBlock/ContactsBlock.js.map +1 -1
  406. package/lib/components/DepositFiltration/DepositFiltration.js +1 -1
  407. package/lib/components/DepositFiltration/DepositFiltration.js.map +1 -1
  408. package/lib/components/ErrorBlock/ErrorBlock.js +1 -1
  409. package/lib/components/ErrorBlock/ErrorBlock.js.map +1 -1
  410. package/lib/components/ExchangeRateOffice/ExchangeRateOffice.js +2 -2
  411. package/lib/components/ExchangeRateOffice/ExchangeRateOffice.js.map +1 -1
  412. package/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.js +1 -1
  413. package/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.js.map +1 -1
  414. package/lib/components/ExchangeRateTile/ExchangeRateTile.js +3 -2
  415. package/lib/components/ExchangeRateTile/ExchangeRateTile.js.map +1 -1
  416. package/lib/components/Footer/Contacts.d.ts +2 -2
  417. package/lib/components/Footer/Contacts.js +4 -5
  418. package/lib/components/Footer/Contacts.js.map +1 -1
  419. package/lib/components/Footer/Footer.js +1 -1
  420. package/lib/components/Footer/Footer.js.map +1 -1
  421. package/lib/components/Footer/Footer.mobile.js +2 -3
  422. package/lib/components/Footer/Footer.mobile.js.map +1 -1
  423. package/lib/components/Footer/FooterContent.d.ts +9 -1
  424. package/lib/components/Footer/FooterDataProps.d.ts +2 -2
  425. package/lib/components/GracePeriod/GracePeriod.js +1 -1
  426. package/lib/components/GracePeriod/GracePeriod.js.map +1 -1
  427. package/lib/components/Header/Header.js +1 -1
  428. package/lib/components/Header/Header.js.map +1 -1
  429. package/lib/components/Header/Header.mobile.js +1 -1
  430. package/lib/components/Header/Header.mobile.js.map +1 -1
  431. package/lib/components/Headline/Headline.js +2 -3
  432. package/lib/components/Headline/Headline.js.map +1 -1
  433. package/lib/components/Headline/HeadlineContent.d.ts +0 -2
  434. package/lib/components/Headline/headlineVersionStyles.js +9 -9
  435. package/lib/components/Headline/headlineVersionStyles.js.map +1 -1
  436. package/lib/components/HorizontalLayout/HorizontalLayout.js +1 -1
  437. package/lib/components/HorizontalLayout/HorizontalLayout.js.map +1 -1
  438. package/lib/components/ImgBlock/ImgBlock.js +1 -1
  439. package/lib/components/ImgBlock/ImgBlock.js.map +1 -1
  440. package/lib/components/InsuranceAmountBlock/InsuranceAmountBlock.js +2 -1
  441. package/lib/components/InsuranceAmountBlock/InsuranceAmountBlock.js.map +1 -1
  442. package/lib/components/InvestmentInfo/InvestmentInfo.js +3 -3
  443. package/lib/components/InvestmentInfo/InvestmentInfo.js.map +1 -1
  444. package/lib/components/LinkDocs/LinkDocs.js +1 -1
  445. package/lib/components/LinkDocs/LinkDocs.js.map +1 -1
  446. package/lib/components/LinkDocs/LinkDocs.mobile.js +1 -2
  447. package/lib/components/LinkDocs/LinkDocs.mobile.js.map +1 -1
  448. package/lib/components/MobileAppTile/MobileAppTile.fixture.mobile.d.ts +1 -0
  449. package/lib/components/MobileAppTile/MobileAppTile.js +6 -12
  450. package/lib/components/MobileAppTile/MobileAppTile.js.map +1 -1
  451. package/lib/components/MobileAppTile/renderButtonSection.d.ts +0 -0
  452. package/lib/components/MobileAppTile/renderButtonSection.js +1 -0
  453. package/lib/components/MobileAppTile/renderButtonSection.js.map +1 -0
  454. package/lib/components/MobileAppTile/renderDescription.d.ts +1 -0
  455. package/lib/components/MobileAppTile/renderDescription.js +4 -0
  456. package/lib/components/MobileAppTile/renderDescription.js.map +1 -0
  457. package/lib/components/MobileAppTile/renderList.d.ts +1 -0
  458. package/lib/components/MobileAppTile/renderList.js +6 -0
  459. package/lib/components/MobileAppTile/renderList.js.map +1 -0
  460. package/lib/components/MortgageFiltration/MortgageFiltration.js +1 -1
  461. package/lib/components/MortgageFiltration/MortgageFiltration.js.map +1 -1
  462. package/lib/components/OfficeServicesBlock/OfficeServicesBlock.js +2 -1
  463. package/lib/components/OfficeServicesBlock/OfficeServicesBlock.js.map +1 -1
  464. package/lib/components/ParagraphBlock/ParagraphBlock.js +1 -1
  465. package/lib/components/ParagraphBlock/ParagraphBlock.js.map +1 -1
  466. package/lib/components/PictureText/PictureText.fixture.mobile.d.ts +14 -0
  467. package/lib/components/PictureText/PictureText.js +4 -15
  468. package/lib/components/PictureText/PictureText.js.map +1 -1
  469. package/lib/components/PictureText/PictureTextContent.d.ts +2 -6
  470. package/lib/components/PictureText/renderInsuranceSumMonth.d.ts +1 -0
  471. package/lib/components/PictureText/renderInsuranceSumMonth.js +6 -0
  472. package/lib/components/PictureText/renderInsuranceSumMonth.js.map +1 -0
  473. package/lib/components/Placeholder/Placeholder.js +1 -6
  474. package/lib/components/Placeholder/Placeholder.js.map +1 -1
  475. package/lib/components/ProductBlock/ProductBlock.js +3 -3
  476. package/lib/components/ProductBlock/ProductBlock.js.map +1 -1
  477. package/lib/components/ProductBlock/ProductBlockContent.d.ts +3 -22
  478. package/lib/components/ProductGallery/ProductGallery.js +2 -2
  479. package/lib/components/ProductGallery/ProductGallery.js.map +1 -1
  480. package/lib/components/ProductGallery/ProductGallery.mobile.js +5 -6
  481. package/lib/components/ProductGallery/ProductGallery.mobile.js.map +1 -1
  482. package/lib/components/ProductGallery/ProductGalleryContent.d.ts +2 -2
  483. package/lib/components/ProductTile/ProductTile.js +1 -2
  484. package/lib/components/ProductTile/ProductTile.js.map +1 -1
  485. package/lib/components/PromoTile/PromoTile.js +2 -5
  486. package/lib/components/PromoTile/PromoTile.js.map +1 -1
  487. package/lib/components/PromoTile/PromoTileContent.d.ts +2 -3
  488. package/lib/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.js +1 -1
  489. package/lib/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.js.map +1 -1
  490. package/lib/components/RichTextBlock/RichTextBlock.js +1 -1
  491. package/lib/components/RichTextBlock/RichTextBlock.js.map +1 -1
  492. package/lib/components/RollupItem/RollupItem.fixture.mobile.d.ts +1 -0
  493. package/lib/components/RollupItem/RollupItem.js +14 -9
  494. package/lib/components/RollupItem/RollupItem.js.map +1 -1
  495. package/lib/components/RollupItem/RollupItemContent.d.ts +4 -2
  496. package/lib/components/RollupItem/renderRoundedIcon.d.ts +3 -0
  497. package/lib/components/RollupItem/renderRoundedIcon.js +3 -0
  498. package/lib/components/RollupItem/renderRoundedIcon.js.map +1 -0
  499. package/lib/components/RollupItem/renderRoundedIcon.mobile.d.ts +3 -0
  500. package/lib/components/RollupItem/renderRoundedIcon.mobile.js +4 -0
  501. package/lib/components/RollupItem/renderRoundedIcon.mobile.js.map +1 -0
  502. package/lib/components/SafeDepositRental/SafeDepositRental.js +2 -2
  503. package/lib/components/SafeDepositRental/SafeDepositRental.js.map +1 -1
  504. package/lib/components/StepsBlock/StepsBlock.js +1 -1
  505. package/lib/components/StepsBlock/StepsBlock.js.map +1 -1
  506. package/lib/components/StepsBlock/StepsBlock.mobile.js +1 -1
  507. package/lib/components/StepsBlock/StepsBlock.mobile.js.map +1 -1
  508. package/lib/components/SwipeListControlBlock/SwipeListControlBlock.js +1 -3
  509. package/lib/components/SwipeListControlBlock/SwipeListControlBlock.js.map +1 -1
  510. package/lib/components/Tabs/Tabs.js +1 -1
  511. package/lib/components/Tabs/Tabs.js.map +1 -1
  512. package/lib/components/TariffsTable/EmbeddableCellData.mobile.js +3 -6
  513. package/lib/components/TariffsTable/EmbeddableCellData.mobile.js.map +1 -1
  514. package/lib/components/TariffsTable/TableTileHeader.js +2 -2
  515. package/lib/components/TariffsTable/TableTileHeader.js.map +1 -1
  516. package/lib/components/TariffsTable/TariffsTable.js +2 -1
  517. package/lib/components/TariffsTable/TariffsTable.js.map +1 -1
  518. package/lib/components/TariffsTable/TariffsTable.mobile.js +3 -3
  519. package/lib/components/TariffsTable/TariffsTable.mobile.js.map +1 -1
  520. package/lib/components/TariffsTable/TariffsTableHorizontal.js +1 -1
  521. package/lib/components/TariffsTable/TariffsTableHorizontal.js.map +1 -1
  522. package/lib/components/TariffsTable/TariffsTableTileCell.js +2 -2
  523. package/lib/components/TariffsTable/TariffsTableTileCell.js.map +1 -1
  524. package/lib/components/TextBlock/TextBlock.js +1 -3
  525. package/lib/components/TextBlock/TextBlock.js.map +1 -1
  526. package/lib/components/Tile/Tile.js +3 -15
  527. package/lib/components/Tile/Tile.js.map +1 -1
  528. package/lib/components/Tile/TileContent.d.ts +2 -13
  529. package/lib/components/VerticalLayout/VerticalLayout.js +1 -1
  530. package/lib/components/VerticalLayout/VerticalLayout.js.map +1 -1
  531. package/lib/components/Video/Video.js +1 -2
  532. package/lib/components/Video/Video.js.map +1 -1
  533. package/lib/content-page-repository/transformDocumentLink.js +1 -1
  534. package/lib/content-page-repository/transformDocumentLink.js.map +1 -1
  535. package/lib/content-page-repository/transformImg.js +1 -1
  536. package/lib/content-page-repository/transformImg.js.map +1 -1
  537. package/lib/model/Align.d.ts +5 -0
  538. package/lib/model/Align.js +2 -0
  539. package/lib/model/Align.js.map +1 -0
  540. package/lib/model/AlignText.d.ts +3 -0
  541. package/lib/model/AlignText.js +3 -0
  542. package/lib/model/AlignText.js.map +1 -1
  543. package/lib/model/AlignType.d.ts +2 -0
  544. package/lib/model/HeadlineType.d.ts +8 -1
  545. package/lib/model/JSXBlock.d.ts +12 -5
  546. package/lib/ui-kit/BaseProductTile/BaseProductTile.d.ts +7 -0
  547. package/lib/ui-kit/BaseProductTile/BaseProductTile.js +16 -0
  548. package/lib/ui-kit/BaseProductTile/BaseProductTile.js.map +1 -0
  549. package/lib/ui-kit/BaseProductTile/BaseProductTileContent.d.ts +22 -0
  550. package/lib/ui-kit/BaseProductTile/BaseProductTileContent.js +2 -0
  551. package/lib/ui-kit/BaseProductTile/BaseProductTileContent.js.map +1 -0
  552. package/{mobile/bundle/components → lib/ui-kit}/BaseTile/BaseTile.d.ts +2 -0
  553. package/lib/ui-kit/BaseTile/BaseTile.js +11 -0
  554. package/lib/ui-kit/BaseTile/BaseTile.js.map +1 -0
  555. package/lib/ui-kit/BaseTile/getTileRightPadding.js.map +1 -0
  556. package/lib/ui-kit/BenefitItem/BenefitItem.d.ts +5 -2
  557. package/lib/ui-kit/BenefitItem/BenefitItem.js +7 -10
  558. package/lib/ui-kit/BenefitItem/BenefitItem.js.map +1 -1
  559. package/lib/ui-kit/BenefitItem/BenefitItemContent.d.ts +16 -0
  560. package/lib/ui-kit/BenefitItem/BenefitItemContent.js +2 -0
  561. package/lib/ui-kit/BenefitItem/BenefitItemContent.js.map +1 -0
  562. package/lib/ui-kit/BenefitItem/borderRadius.mobile.d.ts +1 -0
  563. package/lib/ui-kit/BenefitItem/borderRadius.mobile.js +2 -0
  564. package/lib/ui-kit/BenefitItem/borderRadius.mobile.js.map +1 -0
  565. package/lib/ui-kit/BenefitItem/labelSize.d.ts +1 -0
  566. package/lib/ui-kit/BenefitItem/labelSize.js +2 -0
  567. package/lib/ui-kit/BenefitItem/labelSize.js.map +1 -0
  568. package/lib/ui-kit/BenefitItem/labelSize.mobile.d.ts +1 -0
  569. package/lib/ui-kit/BenefitItem/labelSize.mobile.js +2 -0
  570. package/lib/ui-kit/BenefitItem/labelSize.mobile.js.map +1 -0
  571. package/lib/ui-kit/BenefitsList/BenefitsList.d.ts +6 -0
  572. package/lib/ui-kit/BenefitsList/BenefitsList.js +12 -0
  573. package/lib/ui-kit/BenefitsList/BenefitsList.js.map +1 -0
  574. package/lib/ui-kit/BenefitsList/BenefitsListContent.d.ts +14 -0
  575. package/lib/ui-kit/BenefitsList/BenefitsListContent.js +2 -0
  576. package/lib/ui-kit/BenefitsList/BenefitsListContent.js.map +1 -0
  577. package/lib/ui-kit/BenefitsList/renderBenefit.d.ts +3 -0
  578. package/lib/ui-kit/BenefitsList/renderBenefit.js +10 -0
  579. package/lib/ui-kit/BenefitsList/renderBenefit.js.map +1 -0
  580. package/lib/ui-kit/BlockWrapper.js +3 -3
  581. package/lib/ui-kit/BlockWrapper.js.map +1 -1
  582. package/lib/ui-kit/Button/ButtonInner.js +1 -1
  583. package/lib/ui-kit/Button/renderButtonsSection.js +2 -2
  584. package/lib/ui-kit/Button/renderButtonsSection.js.map +1 -1
  585. package/lib/ui-kit/Heading/Heading.js +2 -1
  586. package/lib/ui-kit/Heading/Heading.js.map +1 -1
  587. package/lib/ui-kit/Icon/IconProps.d.ts +8 -3
  588. package/lib/ui-kit/Icon/RoundedIcon.d.ts +5 -1
  589. package/lib/ui-kit/Icon/RoundedIcon.js +6 -2
  590. package/lib/ui-kit/Icon/RoundedIcon.js.map +1 -1
  591. package/lib/ui-kit/Img/Img.d.ts +2 -1
  592. package/lib/ui-kit/Img/Img.js +10 -1
  593. package/lib/ui-kit/Img/Img.js.map +1 -1
  594. package/lib/ui-kit/Img/ImgAsPicture.js +6 -12
  595. package/lib/ui-kit/Img/ImgAsPicture.js.map +1 -1
  596. package/lib/ui-kit/Img/ImgProps.d.ts +0 -1
  597. package/lib/ui-kit/List/List.js.map +1 -1
  598. package/lib/ui-kit/List/ListContent.d.ts +6 -0
  599. package/lib/ui-kit/List/ListItem.d.ts +1 -1
  600. package/lib/ui-kit/List/ListProps.d.ts +0 -6
  601. package/lib/ui-kit/SwipeListControl/SwipeListContainer.d.ts +4 -2
  602. package/lib/ui-kit/SwipeListControl/SwipeListContainer.js.map +1 -1
  603. package/lib/ui-kit/SwipeListControl/SwipeListControl.d.ts +10 -1
  604. package/lib/ui-kit/SwipeListControl/SwipeListControl.js +1 -1
  605. package/lib/ui-kit/SwipeListControl/SwipeListControl.js.map +1 -1
  606. package/lib/ui-kit/SwipeListControl/SwipeListControlContent.d.ts +16 -4
  607. package/lib/ui-kit/SwipeListControl/SwipeListControlDots.d.ts +1 -1
  608. package/lib/ui-kit/Tags/Tags.d.ts +2 -2
  609. package/lib/ui-kit/Tags/Tags.js +4 -5
  610. package/lib/ui-kit/Tags/Tags.js.map +1 -1
  611. package/lib/utils/avg.d.ts +1 -0
  612. package/lib/utils/avg.js +3 -0
  613. package/lib/utils/avg.js.map +1 -0
  614. package/lib/utils/deviation.d.ts +1 -0
  615. package/lib/utils/deviation.js +3 -0
  616. package/lib/utils/deviation.js.map +1 -0
  617. package/mobile/bundle/bundle.umd.js +603 -496
  618. package/mobile/bundle/bundle.umd.min.js +1 -1
  619. package/mobile/bundle/components/ButtonsBlock/ButtonsBlock.d.ts +6 -0
  620. package/mobile/bundle/components/ButtonsBlock/ButtonsBlockContent.d.ts +8 -0
  621. package/mobile/bundle/components/CarouselCard/CarouselCard.d.ts +1 -1
  622. package/mobile/bundle/components/CarouselCard/getCardWidth.d.ts +1 -0
  623. package/mobile/bundle/components/CarouselCard/titleSize.d.ts +1 -0
  624. package/mobile/bundle/components/CarouselProductCard/CarouselProductCard.d.ts +1 -1
  625. package/mobile/bundle/components/Footer/Contacts.d.ts +2 -2
  626. package/mobile/bundle/components/Footer/FooterContent.d.ts +9 -1
  627. package/mobile/bundle/components/Footer/FooterDataProps.d.ts +2 -2
  628. package/mobile/bundle/components/Headline/HeadlineContent.d.ts +0 -2
  629. package/mobile/bundle/components/MobileAppTile/renderDescription.d.ts +2 -0
  630. package/mobile/bundle/components/MobileAppTile/renderList.d.ts +2 -0
  631. package/mobile/bundle/components/PictureText/PictureTextContent.d.ts +2 -6
  632. package/mobile/bundle/components/PictureText/renderInsuranceSumMonth.d.ts +2 -0
  633. package/mobile/bundle/components/ProductBlock/ProductBlockContent.d.ts +3 -22
  634. package/mobile/bundle/components/ProductGallery/ProductGalleryContent.d.ts +2 -2
  635. package/mobile/bundle/components/PromoTile/PromoTileContent.d.ts +2 -3
  636. package/mobile/bundle/components/RollupItem/RollupItemContent.d.ts +4 -2
  637. package/mobile/bundle/components/RollupItem/renderRoundedIcon.d.ts +4 -0
  638. package/mobile/bundle/components/Tile/TileContent.d.ts +2 -13
  639. package/mobile/bundle/model/Align.d.ts +5 -0
  640. package/mobile/bundle/model/AlignText.d.ts +3 -0
  641. package/mobile/bundle/model/AlignType.d.ts +2 -0
  642. package/mobile/bundle/model/HeadlineType.d.ts +8 -1
  643. package/mobile/bundle/model/JSXBlock.d.ts +12 -5
  644. package/mobile/bundle/ui-kit/BaseProductTile/BaseProductTile.d.ts +7 -0
  645. package/mobile/bundle/ui-kit/BaseProductTile/BaseProductTileContent.d.ts +22 -0
  646. package/{dist/components → mobile/bundle/ui-kit}/BaseTile/BaseTile.d.ts +2 -0
  647. package/mobile/bundle/ui-kit/BenefitItem/BenefitItem.d.ts +5 -2
  648. package/mobile/bundle/ui-kit/BenefitItem/BenefitItemContent.d.ts +16 -0
  649. package/mobile/bundle/ui-kit/BenefitItem/labelSize.d.ts +1 -0
  650. package/mobile/bundle/ui-kit/BenefitsList/BenefitsList.d.ts +6 -0
  651. package/mobile/bundle/ui-kit/BenefitsList/BenefitsListContent.d.ts +14 -0
  652. package/mobile/bundle/ui-kit/BenefitsList/renderBenefit.d.ts +4 -0
  653. package/mobile/bundle/ui-kit/Icon/IconProps.d.ts +8 -3
  654. package/mobile/bundle/ui-kit/Icon/RoundedIcon.d.ts +5 -1
  655. package/mobile/bundle/ui-kit/Img/ImgProps.d.ts +0 -1
  656. package/mobile/bundle/ui-kit/List/ListContent.d.ts +6 -0
  657. package/mobile/bundle/ui-kit/List/ListItem.d.ts +1 -1
  658. package/mobile/bundle/ui-kit/List/ListProps.d.ts +0 -6
  659. package/mobile/bundle/ui-kit/SwipeListControl/SwipeListContainer.d.ts +4 -2
  660. package/mobile/bundle/ui-kit/SwipeListControl/SwipeListControl.d.ts +10 -1
  661. package/mobile/bundle/ui-kit/SwipeListControl/SwipeListControlContent.d.ts +16 -4
  662. package/mobile/bundle/ui-kit/SwipeListControl/SwipeListControlDots.d.ts +1 -1
  663. package/mobile/bundle/ui-kit/Tags/Tags.d.ts +2 -2
  664. package/mobile/bundle/utils/avg.d.ts +1 -0
  665. package/mobile/bundle/utils/deviation.d.ts +1 -0
  666. package/mobile/dist/components/ApplicationForm/ApplicationForm.js +1 -2
  667. package/mobile/dist/components/ApplicationForm/ApplicationForm.js.map +1 -1
  668. package/mobile/dist/components/ApplicationForm/ResponseNotification.js +1 -1
  669. package/mobile/dist/components/ApplicationForm/ResponseNotification.js.map +1 -1
  670. package/mobile/dist/components/BenefitsBlock/BenefitsBlock.js +3 -2
  671. package/mobile/dist/components/BenefitsBlock/BenefitsBlock.js.map +1 -1
  672. package/mobile/dist/components/Blocks.js +6 -0
  673. package/mobile/dist/components/Blocks.js.map +1 -1
  674. package/mobile/dist/components/Bonus/Bonus.js +2 -2
  675. package/mobile/dist/components/Bonus/Bonus.js.map +1 -1
  676. package/mobile/dist/components/BonusBenefitsBlock/BonusBenefitsBlock.js +1 -1
  677. package/mobile/dist/components/BonusBenefitsBlock/BonusBenefitsBlock.js.map +1 -1
  678. package/mobile/dist/components/BusinessBlock/BusinessBlock.js +1 -1
  679. package/mobile/dist/components/BusinessBlock/BusinessBlock.js.map +1 -1
  680. package/mobile/dist/components/BusinessBlock/BusinessCard.js +1 -1
  681. package/mobile/dist/components/ButtonsBlock/ButtonsBlock.d.ts +6 -0
  682. package/mobile/dist/components/ButtonsBlock/ButtonsBlock.js +9 -0
  683. package/mobile/dist/components/ButtonsBlock/ButtonsBlock.js.map +1 -0
  684. package/mobile/dist/components/ButtonsBlock/ButtonsBlockContent.d.ts +8 -0
  685. package/mobile/dist/components/ButtonsBlock/ButtonsBlockContent.js +2 -0
  686. package/mobile/dist/components/ButtonsBlock/ButtonsBlockContent.js.map +1 -0
  687. package/mobile/dist/components/Calculator/Calculator.js +1 -1
  688. package/mobile/dist/components/Calculator/Calculator.js.map +1 -1
  689. package/mobile/dist/components/CardTransfer/CardTransfer.js +1 -1
  690. package/mobile/dist/components/CardTransfer/CardTransfer.js.map +1 -1
  691. package/mobile/dist/components/Carousel/Carousel.js +1 -1
  692. package/mobile/dist/components/Carousel/Carousel.js.map +1 -1
  693. package/mobile/dist/components/CarouselBankHistoryCard/CarouselBankHistoryCard.js +1 -1
  694. package/mobile/dist/components/CarouselBankHistoryCard/CarouselBankHistoryCard.js.map +1 -1
  695. package/mobile/dist/components/CarouselCard/CarouselCard.d.ts +1 -1
  696. package/mobile/dist/components/CarouselCard/CarouselCard.js +9 -7
  697. package/mobile/dist/components/CarouselCard/CarouselCard.js.map +1 -1
  698. package/mobile/dist/components/CarouselCard/getCardWidth.d.ts +1 -0
  699. package/mobile/dist/components/CarouselCard/getCardWidth.js +18 -0
  700. package/mobile/dist/components/CarouselCard/getCardWidth.js.map +1 -0
  701. package/mobile/dist/components/CarouselCard/titleSize.d.ts +1 -0
  702. package/mobile/dist/components/CarouselCard/titleSize.js +4 -0
  703. package/mobile/dist/components/CarouselCard/titleSize.js.map +1 -0
  704. package/mobile/dist/components/CarouselCatalogCard/CarouselCatalogCard.js +2 -1
  705. package/mobile/dist/components/CarouselCatalogCard/CarouselCatalogCard.js.map +1 -1
  706. package/mobile/dist/components/CarouselEventCard/CarouselEventCard.js +1 -1
  707. package/mobile/dist/components/CarouselEventCard/CarouselEventCard.js.map +1 -1
  708. package/mobile/dist/components/CarouselInvestmentCard/CarouselInvestmentCard.js +2 -2
  709. package/mobile/dist/components/CarouselInvestmentCard/CarouselInvestmentCard.js.map +1 -1
  710. package/mobile/dist/components/CarouselLinks/CarouselLinks.js +3 -4
  711. package/mobile/dist/components/CarouselLinks/CarouselLinks.js.map +1 -1
  712. package/mobile/dist/components/CarouselProductCard/CarouselProductCard.d.ts +1 -1
  713. package/mobile/dist/components/CarouselProductCard/CarouselProductCard.js +6 -6
  714. package/mobile/dist/components/CarouselProductCard/CarouselProductCard.js.map +1 -1
  715. package/mobile/dist/components/CarouselProgramsCard/CarouselProgramsCard.js +1 -1
  716. package/mobile/dist/components/CarouselProgramsCard/CarouselProgramsCard.js.map +1 -1
  717. package/mobile/dist/components/CarouselRecommendationCard/CarouselRecommendationCard.js +1 -1
  718. package/mobile/dist/components/CarouselRecommendationCard/CarouselRecommendationCard.js.map +1 -1
  719. package/mobile/dist/components/CarouselRichTextCard/CarouselRichTextCard.js +1 -1
  720. package/mobile/dist/components/CarouselRichTextCard/CarouselRichTextCard.js.map +1 -1
  721. package/mobile/dist/components/CarouselTariffsCard/CarouselTariffsCard.js +1 -1
  722. package/mobile/dist/components/CarouselTariffsCard/CarouselTariffsCard.js.map +1 -1
  723. package/mobile/dist/components/ContactsBlock/ContactsBlock.js +3 -2
  724. package/mobile/dist/components/ContactsBlock/ContactsBlock.js.map +1 -1
  725. package/mobile/dist/components/DepositFiltration/DepositFiltration.js +1 -1
  726. package/mobile/dist/components/DepositFiltration/DepositFiltration.js.map +1 -1
  727. package/mobile/dist/components/ErrorBlock/ErrorBlock.js +1 -1
  728. package/mobile/dist/components/ErrorBlock/ErrorBlock.js.map +1 -1
  729. package/mobile/dist/components/ExchangeRateOffice/ExchangeRateOffice.js +2 -2
  730. package/mobile/dist/components/ExchangeRateOffice/ExchangeRateOffice.js.map +1 -1
  731. package/mobile/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.js +1 -1
  732. package/mobile/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.js.map +1 -1
  733. package/mobile/dist/components/ExchangeRateTile/ExchangeRateTile.js +3 -2
  734. package/mobile/dist/components/ExchangeRateTile/ExchangeRateTile.js.map +1 -1
  735. package/mobile/dist/components/Footer/Contacts.d.ts +2 -2
  736. package/mobile/dist/components/Footer/Contacts.js +4 -5
  737. package/mobile/dist/components/Footer/Contacts.js.map +1 -1
  738. package/mobile/dist/components/Footer/Footer.js +2 -3
  739. package/mobile/dist/components/Footer/Footer.js.map +1 -1
  740. package/mobile/dist/components/Footer/FooterContent.d.ts +9 -1
  741. package/mobile/dist/components/Footer/FooterDataProps.d.ts +2 -2
  742. package/mobile/dist/components/GracePeriod/GracePeriod.js +1 -1
  743. package/mobile/dist/components/GracePeriod/GracePeriod.js.map +1 -1
  744. package/mobile/dist/components/Header/Header.js +1 -1
  745. package/mobile/dist/components/Header/Header.js.map +1 -1
  746. package/mobile/dist/components/Headline/Headline.js +2 -3
  747. package/mobile/dist/components/Headline/Headline.js.map +1 -1
  748. package/mobile/dist/components/Headline/HeadlineContent.d.ts +0 -2
  749. package/mobile/dist/components/Headline/headlineVersionStyles.js +9 -9
  750. package/mobile/dist/components/Headline/headlineVersionStyles.js.map +1 -1
  751. package/mobile/dist/components/HorizontalLayout/HorizontalLayout.js +1 -1
  752. package/mobile/dist/components/HorizontalLayout/HorizontalLayout.js.map +1 -1
  753. package/mobile/dist/components/ImgBlock/ImgBlock.js +1 -1
  754. package/mobile/dist/components/ImgBlock/ImgBlock.js.map +1 -1
  755. package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlock.js +2 -1
  756. package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlock.js.map +1 -1
  757. package/mobile/dist/components/InvestmentInfo/InvestmentInfo.js +3 -3
  758. package/mobile/dist/components/InvestmentInfo/InvestmentInfo.js.map +1 -1
  759. package/mobile/dist/components/LinkDocs/LinkDocs.js +1 -2
  760. package/mobile/dist/components/LinkDocs/LinkDocs.js.map +1 -1
  761. package/mobile/dist/components/MobileAppTile/MobileAppTile.js +11 -3
  762. package/mobile/dist/components/MobileAppTile/MobileAppTile.js.map +1 -1
  763. package/mobile/dist/components/MobileAppTile/renderButtonSection.d.ts +0 -0
  764. package/mobile/dist/components/MobileAppTile/renderButtonSection.js +1 -0
  765. package/mobile/dist/components/MobileAppTile/renderButtonSection.js.map +1 -0
  766. package/mobile/dist/components/MobileAppTile/renderDescription.d.ts +2 -0
  767. package/mobile/dist/components/MobileAppTile/renderDescription.js +7 -0
  768. package/mobile/dist/components/MobileAppTile/renderDescription.js.map +1 -0
  769. package/mobile/dist/components/MobileAppTile/renderList.d.ts +2 -0
  770. package/mobile/dist/components/MobileAppTile/renderList.js +9 -0
  771. package/mobile/dist/components/MobileAppTile/renderList.js.map +1 -0
  772. package/mobile/dist/components/MortgageFiltration/MortgageFiltration.js +1 -1
  773. package/mobile/dist/components/MortgageFiltration/MortgageFiltration.js.map +1 -1
  774. package/mobile/dist/components/OfficeServicesBlock/OfficeServicesBlock.js +2 -1
  775. package/mobile/dist/components/OfficeServicesBlock/OfficeServicesBlock.js.map +1 -1
  776. package/mobile/dist/components/ParagraphBlock/ParagraphBlock.js +1 -1
  777. package/mobile/dist/components/ParagraphBlock/ParagraphBlock.js.map +1 -1
  778. package/mobile/dist/components/PictureText/PictureText.js +3 -14
  779. package/mobile/dist/components/PictureText/PictureText.js.map +1 -1
  780. package/mobile/dist/components/PictureText/PictureTextContent.d.ts +2 -6
  781. package/mobile/dist/components/PictureText/renderInsuranceSumMonth.d.ts +2 -0
  782. package/mobile/dist/components/PictureText/renderInsuranceSumMonth.js +9 -0
  783. package/mobile/dist/components/PictureText/renderInsuranceSumMonth.js.map +1 -0
  784. package/mobile/dist/components/Placeholder/Placeholder.js +1 -6
  785. package/mobile/dist/components/Placeholder/Placeholder.js.map +1 -1
  786. package/mobile/dist/components/ProductBlock/ProductBlock.js +3 -3
  787. package/mobile/dist/components/ProductBlock/ProductBlock.js.map +1 -1
  788. package/mobile/dist/components/ProductBlock/ProductBlockContent.d.ts +3 -22
  789. package/mobile/dist/components/ProductGallery/ProductGallery.js +5 -6
  790. package/mobile/dist/components/ProductGallery/ProductGallery.js.map +1 -1
  791. package/mobile/dist/components/ProductGallery/ProductGalleryContent.d.ts +2 -2
  792. package/mobile/dist/components/ProductTile/ProductTile.js +1 -2
  793. package/mobile/dist/components/ProductTile/ProductTile.js.map +1 -1
  794. package/mobile/dist/components/PromoTile/PromoTile.js +2 -5
  795. package/mobile/dist/components/PromoTile/PromoTile.js.map +1 -1
  796. package/mobile/dist/components/PromoTile/PromoTileContent.d.ts +2 -3
  797. package/mobile/dist/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.js +1 -1
  798. package/mobile/dist/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.js.map +1 -1
  799. package/mobile/dist/components/RichTextBlock/RichTextBlock.js +1 -1
  800. package/mobile/dist/components/RichTextBlock/RichTextBlock.js.map +1 -1
  801. package/mobile/dist/components/RollupItem/RollupItem.js +14 -9
  802. package/mobile/dist/components/RollupItem/RollupItem.js.map +1 -1
  803. package/mobile/dist/components/RollupItem/RollupItemContent.d.ts +4 -2
  804. package/mobile/dist/components/RollupItem/renderRoundedIcon.d.ts +4 -0
  805. package/mobile/dist/components/RollupItem/renderRoundedIcon.js +7 -0
  806. package/mobile/dist/components/RollupItem/renderRoundedIcon.js.map +1 -0
  807. package/mobile/dist/components/SafeDepositRental/SafeDepositRental.js +2 -2
  808. package/mobile/dist/components/SafeDepositRental/SafeDepositRental.js.map +1 -1
  809. package/mobile/dist/components/StepsBlock/StepsBlock.js +1 -1
  810. package/mobile/dist/components/StepsBlock/StepsBlock.js.map +1 -1
  811. package/mobile/dist/components/SwipeListControlBlock/SwipeListControlBlock.js +1 -3
  812. package/mobile/dist/components/SwipeListControlBlock/SwipeListControlBlock.js.map +1 -1
  813. package/mobile/dist/components/Tabs/Tabs.js +1 -1
  814. package/mobile/dist/components/Tabs/Tabs.js.map +1 -1
  815. package/mobile/dist/components/TariffsTable/EmbeddableCellData.js +3 -6
  816. package/mobile/dist/components/TariffsTable/EmbeddableCellData.js.map +1 -1
  817. package/mobile/dist/components/TariffsTable/TableTileHeader.js +2 -2
  818. package/mobile/dist/components/TariffsTable/TableTileHeader.js.map +1 -1
  819. package/mobile/dist/components/TariffsTable/TariffsTable.js +3 -3
  820. package/mobile/dist/components/TariffsTable/TariffsTable.js.map +1 -1
  821. package/mobile/dist/components/TariffsTable/TariffsTableHorizontal.js +1 -1
  822. package/mobile/dist/components/TariffsTable/TariffsTableHorizontal.js.map +1 -1
  823. package/mobile/dist/components/TariffsTable/TariffsTableTileCell.js +2 -2
  824. package/mobile/dist/components/TariffsTable/TariffsTableTileCell.js.map +1 -1
  825. package/mobile/dist/components/TextBlock/TextBlock.js +1 -3
  826. package/mobile/dist/components/TextBlock/TextBlock.js.map +1 -1
  827. package/mobile/dist/components/Tile/Tile.js +2 -14
  828. package/mobile/dist/components/Tile/Tile.js.map +1 -1
  829. package/mobile/dist/components/Tile/TileContent.d.ts +2 -13
  830. package/mobile/dist/components/VerticalLayout/VerticalLayout.js +1 -1
  831. package/mobile/dist/components/VerticalLayout/VerticalLayout.js.map +1 -1
  832. package/mobile/dist/components/Video/Video.js +1 -2
  833. package/mobile/dist/components/Video/Video.js.map +1 -1
  834. package/mobile/dist/content-page-repository/transformDocumentLink.js +1 -1
  835. package/mobile/dist/content-page-repository/transformDocumentLink.js.map +1 -1
  836. package/mobile/dist/content-page-repository/transformImg.js +1 -1
  837. package/mobile/dist/content-page-repository/transformImg.js.map +1 -1
  838. package/mobile/dist/model/Align.d.ts +5 -0
  839. package/mobile/dist/{ui-kit/BenefitItem/BenefitItemProps.js → model/Align.js} +1 -1
  840. package/mobile/dist/model/Align.js.map +1 -0
  841. package/mobile/dist/model/AlignText.d.ts +3 -0
  842. package/mobile/dist/model/AlignText.js +3 -0
  843. package/mobile/dist/model/AlignText.js.map +1 -1
  844. package/mobile/dist/model/AlignType.d.ts +2 -0
  845. package/mobile/dist/model/HeadlineType.d.ts +8 -1
  846. package/mobile/dist/model/JSXBlock.d.ts +12 -5
  847. package/mobile/dist/ui-kit/BaseProductTile/BaseProductTile.d.ts +7 -0
  848. package/mobile/dist/ui-kit/BaseProductTile/BaseProductTile.js +18 -0
  849. package/mobile/dist/ui-kit/BaseProductTile/BaseProductTile.js.map +1 -0
  850. package/mobile/dist/ui-kit/BaseProductTile/BaseProductTileContent.d.ts +22 -0
  851. package/mobile/dist/ui-kit/BaseProductTile/BaseProductTileContent.js +2 -0
  852. package/mobile/dist/ui-kit/BaseProductTile/BaseProductTileContent.js.map +1 -0
  853. package/mobile/dist/ui-kit/BaseTile/BaseTile.d.ts +14 -0
  854. package/mobile/dist/ui-kit/BaseTile/BaseTile.js +13 -0
  855. package/mobile/dist/ui-kit/BaseTile/BaseTile.js.map +1 -0
  856. package/mobile/dist/ui-kit/BaseTile/getTileRightPadding.js.map +1 -0
  857. package/mobile/dist/ui-kit/BenefitItem/BenefitItem.d.ts +5 -2
  858. package/mobile/dist/ui-kit/BenefitItem/BenefitItem.js +7 -10
  859. package/mobile/dist/ui-kit/BenefitItem/BenefitItem.js.map +1 -1
  860. package/mobile/dist/ui-kit/BenefitItem/BenefitItemContent.d.ts +16 -0
  861. package/mobile/dist/{components/ButtonBlock/ButtonBlockContent.js → ui-kit/BenefitItem/BenefitItemContent.js} +1 -1
  862. package/mobile/dist/ui-kit/BenefitItem/BenefitItemContent.js.map +1 -0
  863. package/mobile/dist/ui-kit/BenefitItem/labelSize.d.ts +1 -0
  864. package/mobile/dist/ui-kit/BenefitItem/labelSize.js +4 -0
  865. package/mobile/dist/ui-kit/BenefitItem/labelSize.js.map +1 -0
  866. package/mobile/dist/ui-kit/BenefitsList/BenefitsList.d.ts +6 -0
  867. package/mobile/dist/ui-kit/BenefitsList/BenefitsList.js +14 -0
  868. package/mobile/dist/ui-kit/BenefitsList/BenefitsList.js.map +1 -0
  869. package/mobile/dist/ui-kit/BenefitsList/BenefitsListContent.d.ts +14 -0
  870. package/mobile/dist/ui-kit/BenefitsList/BenefitsListContent.js +2 -0
  871. package/mobile/dist/ui-kit/BenefitsList/BenefitsListContent.js.map +1 -0
  872. package/mobile/dist/ui-kit/BenefitsList/renderBenefit.d.ts +4 -0
  873. package/mobile/dist/ui-kit/BenefitsList/renderBenefit.js +13 -0
  874. package/mobile/dist/ui-kit/BenefitsList/renderBenefit.js.map +1 -0
  875. package/mobile/dist/ui-kit/BlockWrapper.js +3 -3
  876. package/mobile/dist/ui-kit/BlockWrapper.js.map +1 -1
  877. package/mobile/dist/ui-kit/Button/ButtonInner.js +1 -1
  878. package/mobile/dist/ui-kit/Button/renderButtonsSection.js +2 -2
  879. package/mobile/dist/ui-kit/Button/renderButtonsSection.js.map +1 -1
  880. package/mobile/dist/ui-kit/Heading/Heading.js +2 -1
  881. package/mobile/dist/ui-kit/Heading/Heading.js.map +1 -1
  882. package/mobile/dist/ui-kit/Icon/IconProps.d.ts +8 -3
  883. package/mobile/dist/ui-kit/Icon/RoundedIcon.d.ts +5 -1
  884. package/mobile/dist/ui-kit/Icon/RoundedIcon.js +6 -2
  885. package/mobile/dist/ui-kit/Icon/RoundedIcon.js.map +1 -1
  886. package/mobile/dist/ui-kit/Img/Img.js +8 -2
  887. package/mobile/dist/ui-kit/Img/Img.js.map +1 -1
  888. package/mobile/dist/ui-kit/Img/ImgAsPicture.js +6 -12
  889. package/mobile/dist/ui-kit/Img/ImgAsPicture.js.map +1 -1
  890. package/mobile/dist/ui-kit/Img/ImgProps.d.ts +0 -1
  891. package/mobile/dist/ui-kit/List/List.js.map +1 -1
  892. package/mobile/dist/ui-kit/List/ListContent.d.ts +6 -0
  893. package/mobile/dist/ui-kit/List/ListItem.d.ts +1 -1
  894. package/mobile/dist/ui-kit/List/ListProps.d.ts +0 -6
  895. package/mobile/dist/ui-kit/SwipeListControl/SwipeListContainer.d.ts +4 -2
  896. package/mobile/dist/ui-kit/SwipeListControl/SwipeListContainer.js.map +1 -1
  897. package/mobile/dist/ui-kit/SwipeListControl/SwipeListControl.d.ts +10 -1
  898. package/mobile/dist/ui-kit/SwipeListControl/SwipeListControl.js +1 -1
  899. package/mobile/dist/ui-kit/SwipeListControl/SwipeListControl.js.map +1 -1
  900. package/mobile/dist/ui-kit/SwipeListControl/SwipeListControlContent.d.ts +16 -4
  901. package/mobile/dist/ui-kit/SwipeListControl/SwipeListControlDots.d.ts +1 -1
  902. package/mobile/dist/ui-kit/Tags/Tags.d.ts +2 -2
  903. package/mobile/dist/ui-kit/Tags/Tags.js +4 -5
  904. package/mobile/dist/ui-kit/Tags/Tags.js.map +1 -1
  905. package/mobile/dist/utils/avg.d.ts +1 -0
  906. package/mobile/dist/utils/avg.js +6 -0
  907. package/mobile/dist/utils/avg.js.map +1 -0
  908. package/mobile/dist/utils/deviation.d.ts +1 -0
  909. package/mobile/dist/utils/deviation.js +6 -0
  910. package/mobile/dist/utils/deviation.js.map +1 -0
  911. package/mobile/lib/common.css +1 -1
  912. package/mobile/lib/components/ApplicationForm/ApplicationForm.js +1 -2
  913. package/mobile/lib/components/ApplicationForm/ApplicationForm.js.map +1 -1
  914. package/mobile/lib/components/ApplicationForm/ResponseNotification.js +1 -1
  915. package/mobile/lib/components/ApplicationForm/ResponseNotification.js.map +1 -1
  916. package/mobile/lib/components/BenefitsBlock/BenefitsBlock.js +3 -2
  917. package/mobile/lib/components/BenefitsBlock/BenefitsBlock.js.map +1 -1
  918. package/mobile/lib/components/Blocks.js +6 -0
  919. package/mobile/lib/components/Blocks.js.map +1 -1
  920. package/mobile/lib/components/Bonus/Bonus.js +2 -2
  921. package/mobile/lib/components/Bonus/Bonus.js.map +1 -1
  922. package/mobile/lib/components/BonusBenefitsBlock/BonusBenefitsBlock.js +1 -1
  923. package/mobile/lib/components/BonusBenefitsBlock/BonusBenefitsBlock.js.map +1 -1
  924. package/mobile/lib/components/BusinessBlock/BusinessBlock.js +1 -1
  925. package/mobile/lib/components/BusinessBlock/BusinessBlock.js.map +1 -1
  926. package/mobile/lib/components/BusinessBlock/BusinessCard.js +1 -1
  927. package/mobile/lib/components/ButtonsBlock/ButtonsBlock.d.ts +6 -0
  928. package/mobile/lib/components/{ButtonBlock/ButtonBlock.js → ButtonsBlock/ButtonsBlock.js} +2 -2
  929. package/mobile/lib/components/ButtonsBlock/ButtonsBlock.js.map +1 -0
  930. package/mobile/lib/components/ButtonsBlock/ButtonsBlockContent.d.ts +8 -0
  931. package/mobile/lib/components/ButtonsBlock/ButtonsBlockContent.js +2 -0
  932. package/mobile/lib/components/ButtonsBlock/ButtonsBlockContent.js.map +1 -0
  933. package/mobile/lib/components/Calculator/Calculator.js +1 -1
  934. package/mobile/lib/components/Calculator/Calculator.js.map +1 -1
  935. package/mobile/lib/components/CardTransfer/CardTransfer.js +1 -1
  936. package/mobile/lib/components/CardTransfer/CardTransfer.js.map +1 -1
  937. package/mobile/lib/components/Carousel/Carousel.js +1 -1
  938. package/mobile/lib/components/Carousel/Carousel.js.map +1 -1
  939. package/mobile/lib/components/CarouselBankHistoryCard/CarouselBankHistoryCard.js +1 -1
  940. package/mobile/lib/components/CarouselBankHistoryCard/CarouselBankHistoryCard.js.map +1 -1
  941. package/mobile/lib/components/CarouselCard/CarouselCard.d.ts +1 -1
  942. package/mobile/lib/components/CarouselCard/CarouselCard.js +9 -7
  943. package/mobile/lib/components/CarouselCard/CarouselCard.js.map +1 -1
  944. package/mobile/lib/components/CarouselCard/getCardWidth.d.ts +1 -0
  945. package/mobile/lib/components/CarouselCard/getCardWidth.js +15 -0
  946. package/mobile/lib/components/CarouselCard/getCardWidth.js.map +1 -0
  947. package/mobile/lib/components/CarouselCard/titleSize.d.ts +1 -0
  948. package/mobile/lib/components/CarouselCard/titleSize.js +2 -0
  949. package/mobile/lib/components/CarouselCard/titleSize.js.map +1 -0
  950. package/mobile/lib/components/CarouselCatalogCard/CarouselCatalogCard.js +2 -1
  951. package/mobile/lib/components/CarouselCatalogCard/CarouselCatalogCard.js.map +1 -1
  952. package/mobile/lib/components/CarouselEventCard/CarouselEventCard.js +1 -1
  953. package/mobile/lib/components/CarouselEventCard/CarouselEventCard.js.map +1 -1
  954. package/mobile/lib/components/CarouselInvestmentCard/CarouselInvestmentCard.js +2 -2
  955. package/mobile/lib/components/CarouselInvestmentCard/CarouselInvestmentCard.js.map +1 -1
  956. package/mobile/lib/components/CarouselLinks/CarouselLinks.js +3 -4
  957. package/mobile/lib/components/CarouselLinks/CarouselLinks.js.map +1 -1
  958. package/mobile/lib/components/CarouselProductCard/CarouselProductCard.d.ts +1 -1
  959. package/mobile/lib/components/CarouselProductCard/CarouselProductCard.js +6 -6
  960. package/mobile/lib/components/CarouselProductCard/CarouselProductCard.js.map +1 -1
  961. package/mobile/lib/components/CarouselProgramsCard/CarouselProgramsCard.js +1 -1
  962. package/mobile/lib/components/CarouselProgramsCard/CarouselProgramsCard.js.map +1 -1
  963. package/mobile/lib/components/CarouselRecommendationCard/CarouselRecommendationCard.js +1 -1
  964. package/mobile/lib/components/CarouselRecommendationCard/CarouselRecommendationCard.js.map +1 -1
  965. package/mobile/lib/components/CarouselRichTextCard/CarouselRichTextCard.js +1 -1
  966. package/mobile/lib/components/CarouselRichTextCard/CarouselRichTextCard.js.map +1 -1
  967. package/mobile/lib/components/CarouselTariffsCard/CarouselTariffsCard.js +1 -1
  968. package/mobile/lib/components/CarouselTariffsCard/CarouselTariffsCard.js.map +1 -1
  969. package/mobile/lib/components/ContactsBlock/ContactsBlock.js +3 -2
  970. package/mobile/lib/components/ContactsBlock/ContactsBlock.js.map +1 -1
  971. package/mobile/lib/components/DepositFiltration/DepositFiltration.js +1 -1
  972. package/mobile/lib/components/DepositFiltration/DepositFiltration.js.map +1 -1
  973. package/mobile/lib/components/ErrorBlock/ErrorBlock.js +1 -1
  974. package/mobile/lib/components/ErrorBlock/ErrorBlock.js.map +1 -1
  975. package/mobile/lib/components/ExchangeRateOffice/ExchangeRateOffice.js +2 -2
  976. package/mobile/lib/components/ExchangeRateOffice/ExchangeRateOffice.js.map +1 -1
  977. package/mobile/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.js +1 -1
  978. package/mobile/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.js.map +1 -1
  979. package/mobile/lib/components/ExchangeRateTile/ExchangeRateTile.js +3 -2
  980. package/mobile/lib/components/ExchangeRateTile/ExchangeRateTile.js.map +1 -1
  981. package/mobile/lib/components/Footer/Contacts.d.ts +2 -2
  982. package/mobile/lib/components/Footer/Contacts.js +4 -5
  983. package/mobile/lib/components/Footer/Contacts.js.map +1 -1
  984. package/mobile/lib/components/Footer/Footer.js +2 -3
  985. package/mobile/lib/components/Footer/Footer.js.map +1 -1
  986. package/mobile/lib/components/Footer/FooterContent.d.ts +9 -1
  987. package/mobile/lib/components/Footer/FooterDataProps.d.ts +2 -2
  988. package/mobile/lib/components/GracePeriod/GracePeriod.js +1 -1
  989. package/mobile/lib/components/GracePeriod/GracePeriod.js.map +1 -1
  990. package/mobile/lib/components/Header/Header.js +1 -1
  991. package/mobile/lib/components/Header/Header.js.map +1 -1
  992. package/mobile/lib/components/Headline/Headline.js +2 -3
  993. package/mobile/lib/components/Headline/Headline.js.map +1 -1
  994. package/mobile/lib/components/Headline/HeadlineContent.d.ts +0 -2
  995. package/mobile/lib/components/Headline/headlineVersionStyles.js +9 -9
  996. package/mobile/lib/components/Headline/headlineVersionStyles.js.map +1 -1
  997. package/mobile/lib/components/HorizontalLayout/HorizontalLayout.js +1 -1
  998. package/mobile/lib/components/HorizontalLayout/HorizontalLayout.js.map +1 -1
  999. package/mobile/lib/components/ImgBlock/ImgBlock.js +1 -1
  1000. package/mobile/lib/components/ImgBlock/ImgBlock.js.map +1 -1
  1001. package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlock.js +2 -1
  1002. package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlock.js.map +1 -1
  1003. package/mobile/lib/components/InvestmentInfo/InvestmentInfo.js +3 -3
  1004. package/mobile/lib/components/InvestmentInfo/InvestmentInfo.js.map +1 -1
  1005. package/mobile/lib/components/LinkDocs/LinkDocs.js +1 -2
  1006. package/mobile/lib/components/LinkDocs/LinkDocs.js.map +1 -1
  1007. package/mobile/lib/components/MobileAppTile/MobileAppTile.js +11 -3
  1008. package/mobile/lib/components/MobileAppTile/MobileAppTile.js.map +1 -1
  1009. package/mobile/lib/components/MobileAppTile/renderButtonSection.d.ts +0 -0
  1010. package/mobile/lib/components/MobileAppTile/renderButtonSection.js +1 -0
  1011. package/mobile/lib/components/MobileAppTile/renderButtonSection.js.map +1 -0
  1012. package/mobile/lib/components/MobileAppTile/renderDescription.d.ts +2 -0
  1013. package/mobile/lib/components/MobileAppTile/renderDescription.js +4 -0
  1014. package/mobile/lib/components/MobileAppTile/renderDescription.js.map +1 -0
  1015. package/mobile/lib/components/MobileAppTile/renderList.d.ts +2 -0
  1016. package/mobile/lib/components/MobileAppTile/renderList.js +6 -0
  1017. package/mobile/lib/components/MobileAppTile/renderList.js.map +1 -0
  1018. package/mobile/lib/components/MortgageFiltration/MortgageFiltration.js +1 -1
  1019. package/mobile/lib/components/MortgageFiltration/MortgageFiltration.js.map +1 -1
  1020. package/mobile/lib/components/OfficeServicesBlock/OfficeServicesBlock.js +2 -1
  1021. package/mobile/lib/components/OfficeServicesBlock/OfficeServicesBlock.js.map +1 -1
  1022. package/mobile/lib/components/ParagraphBlock/ParagraphBlock.js +1 -1
  1023. package/mobile/lib/components/ParagraphBlock/ParagraphBlock.js.map +1 -1
  1024. package/mobile/lib/components/PictureText/PictureText.js +4 -15
  1025. package/mobile/lib/components/PictureText/PictureText.js.map +1 -1
  1026. package/mobile/lib/components/PictureText/PictureTextContent.d.ts +2 -6
  1027. package/mobile/lib/components/PictureText/renderInsuranceSumMonth.d.ts +2 -0
  1028. package/mobile/lib/components/PictureText/renderInsuranceSumMonth.js +6 -0
  1029. package/mobile/lib/components/PictureText/renderInsuranceSumMonth.js.map +1 -0
  1030. package/mobile/lib/components/Placeholder/Placeholder.js +1 -6
  1031. package/mobile/lib/components/Placeholder/Placeholder.js.map +1 -1
  1032. package/mobile/lib/components/ProductBlock/ProductBlock.js +3 -3
  1033. package/mobile/lib/components/ProductBlock/ProductBlock.js.map +1 -1
  1034. package/mobile/lib/components/ProductBlock/ProductBlockContent.d.ts +3 -22
  1035. package/mobile/lib/components/ProductGallery/ProductGallery.js +5 -6
  1036. package/mobile/lib/components/ProductGallery/ProductGallery.js.map +1 -1
  1037. package/mobile/lib/components/ProductGallery/ProductGalleryContent.d.ts +2 -2
  1038. package/mobile/lib/components/ProductTile/ProductTile.js +1 -2
  1039. package/mobile/lib/components/ProductTile/ProductTile.js.map +1 -1
  1040. package/mobile/lib/components/PromoTile/PromoTile.js +2 -5
  1041. package/mobile/lib/components/PromoTile/PromoTile.js.map +1 -1
  1042. package/mobile/lib/components/PromoTile/PromoTileContent.d.ts +2 -3
  1043. package/mobile/lib/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.js +1 -1
  1044. package/mobile/lib/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.js.map +1 -1
  1045. package/mobile/lib/components/RichTextBlock/RichTextBlock.js +1 -1
  1046. package/mobile/lib/components/RichTextBlock/RichTextBlock.js.map +1 -1
  1047. package/mobile/lib/components/RollupItem/RollupItem.js +14 -9
  1048. package/mobile/lib/components/RollupItem/RollupItem.js.map +1 -1
  1049. package/mobile/lib/components/RollupItem/RollupItemContent.d.ts +4 -2
  1050. package/mobile/lib/components/RollupItem/renderRoundedIcon.d.ts +4 -0
  1051. package/mobile/lib/components/RollupItem/renderRoundedIcon.js +4 -0
  1052. package/mobile/lib/components/RollupItem/renderRoundedIcon.js.map +1 -0
  1053. package/mobile/lib/components/SafeDepositRental/SafeDepositRental.js +2 -2
  1054. package/mobile/lib/components/SafeDepositRental/SafeDepositRental.js.map +1 -1
  1055. package/mobile/lib/components/StepsBlock/StepsBlock.js +1 -1
  1056. package/mobile/lib/components/StepsBlock/StepsBlock.js.map +1 -1
  1057. package/mobile/lib/components/SwipeListControlBlock/SwipeListControlBlock.js +1 -3
  1058. package/mobile/lib/components/SwipeListControlBlock/SwipeListControlBlock.js.map +1 -1
  1059. package/mobile/lib/components/Tabs/Tabs.js +1 -1
  1060. package/mobile/lib/components/Tabs/Tabs.js.map +1 -1
  1061. package/mobile/lib/components/TariffsTable/EmbeddableCellData.js +3 -6
  1062. package/mobile/lib/components/TariffsTable/EmbeddableCellData.js.map +1 -1
  1063. package/mobile/lib/components/TariffsTable/TableTileHeader.js +2 -2
  1064. package/mobile/lib/components/TariffsTable/TableTileHeader.js.map +1 -1
  1065. package/mobile/lib/components/TariffsTable/TariffsTable.js +3 -3
  1066. package/mobile/lib/components/TariffsTable/TariffsTable.js.map +1 -1
  1067. package/mobile/lib/components/TariffsTable/TariffsTableHorizontal.js +1 -1
  1068. package/mobile/lib/components/TariffsTable/TariffsTableHorizontal.js.map +1 -1
  1069. package/mobile/lib/components/TariffsTable/TariffsTableTileCell.js +2 -2
  1070. package/mobile/lib/components/TariffsTable/TariffsTableTileCell.js.map +1 -1
  1071. package/mobile/lib/components/TextBlock/TextBlock.js +1 -3
  1072. package/mobile/lib/components/TextBlock/TextBlock.js.map +1 -1
  1073. package/mobile/lib/components/Tile/Tile.js +3 -15
  1074. package/mobile/lib/components/Tile/Tile.js.map +1 -1
  1075. package/mobile/lib/components/Tile/TileContent.d.ts +2 -13
  1076. package/mobile/lib/components/VerticalLayout/VerticalLayout.js +1 -1
  1077. package/mobile/lib/components/VerticalLayout/VerticalLayout.js.map +1 -1
  1078. package/mobile/lib/components/Video/Video.js +1 -2
  1079. package/mobile/lib/components/Video/Video.js.map +1 -1
  1080. package/mobile/lib/content-page-repository/transformDocumentLink.js +1 -1
  1081. package/mobile/lib/content-page-repository/transformDocumentLink.js.map +1 -1
  1082. package/mobile/lib/content-page-repository/transformImg.js +1 -1
  1083. package/mobile/lib/content-page-repository/transformImg.js.map +1 -1
  1084. package/mobile/lib/model/Align.d.ts +5 -0
  1085. package/mobile/lib/model/Align.js +2 -0
  1086. package/mobile/lib/model/Align.js.map +1 -0
  1087. package/mobile/lib/model/AlignText.d.ts +3 -0
  1088. package/mobile/lib/model/AlignText.js +3 -0
  1089. package/mobile/lib/model/AlignText.js.map +1 -1
  1090. package/mobile/lib/model/AlignType.d.ts +2 -0
  1091. package/mobile/lib/model/HeadlineType.d.ts +8 -1
  1092. package/mobile/lib/model/JSXBlock.d.ts +12 -5
  1093. package/mobile/lib/ui-kit/BaseProductTile/BaseProductTile.d.ts +7 -0
  1094. package/mobile/lib/ui-kit/BaseProductTile/BaseProductTile.js +16 -0
  1095. package/mobile/lib/ui-kit/BaseProductTile/BaseProductTile.js.map +1 -0
  1096. package/mobile/lib/ui-kit/BaseProductTile/BaseProductTileContent.d.ts +22 -0
  1097. package/mobile/lib/ui-kit/BaseProductTile/BaseProductTileContent.js +2 -0
  1098. package/mobile/lib/ui-kit/BaseProductTile/BaseProductTileContent.js.map +1 -0
  1099. package/mobile/lib/ui-kit/BaseTile/BaseTile.d.ts +14 -0
  1100. package/mobile/lib/ui-kit/BaseTile/BaseTile.js +11 -0
  1101. package/mobile/lib/ui-kit/BaseTile/BaseTile.js.map +1 -0
  1102. package/mobile/lib/ui-kit/BaseTile/getTileRightPadding.js.map +1 -0
  1103. package/mobile/lib/ui-kit/BenefitItem/BenefitItem.d.ts +5 -2
  1104. package/mobile/lib/ui-kit/BenefitItem/BenefitItem.js +7 -10
  1105. package/mobile/lib/ui-kit/BenefitItem/BenefitItem.js.map +1 -1
  1106. package/mobile/lib/ui-kit/BenefitItem/BenefitItemContent.d.ts +16 -0
  1107. package/mobile/lib/ui-kit/BenefitItem/BenefitItemContent.js +2 -0
  1108. package/mobile/lib/ui-kit/BenefitItem/BenefitItemContent.js.map +1 -0
  1109. package/mobile/lib/ui-kit/BenefitItem/labelSize.d.ts +1 -0
  1110. package/mobile/lib/ui-kit/BenefitItem/labelSize.js +2 -0
  1111. package/mobile/lib/ui-kit/BenefitItem/labelSize.js.map +1 -0
  1112. package/mobile/lib/ui-kit/BenefitsList/BenefitsList.d.ts +6 -0
  1113. package/mobile/lib/ui-kit/BenefitsList/BenefitsList.js +12 -0
  1114. package/mobile/lib/ui-kit/BenefitsList/BenefitsList.js.map +1 -0
  1115. package/mobile/lib/ui-kit/BenefitsList/BenefitsListContent.d.ts +14 -0
  1116. package/mobile/lib/ui-kit/BenefitsList/BenefitsListContent.js +2 -0
  1117. package/mobile/lib/ui-kit/BenefitsList/BenefitsListContent.js.map +1 -0
  1118. package/mobile/lib/ui-kit/BenefitsList/renderBenefit.d.ts +4 -0
  1119. package/mobile/lib/ui-kit/BenefitsList/renderBenefit.js +10 -0
  1120. package/mobile/lib/ui-kit/BenefitsList/renderBenefit.js.map +1 -0
  1121. package/mobile/lib/ui-kit/BlockWrapper.js +3 -3
  1122. package/mobile/lib/ui-kit/BlockWrapper.js.map +1 -1
  1123. package/mobile/lib/ui-kit/Button/ButtonInner.js +1 -1
  1124. package/mobile/lib/ui-kit/Button/renderButtonsSection.js +2 -2
  1125. package/mobile/lib/ui-kit/Button/renderButtonsSection.js.map +1 -1
  1126. package/mobile/lib/ui-kit/Heading/Heading.js +2 -1
  1127. package/mobile/lib/ui-kit/Heading/Heading.js.map +1 -1
  1128. package/mobile/lib/ui-kit/Icon/IconProps.d.ts +8 -3
  1129. package/mobile/lib/ui-kit/Icon/RoundedIcon.d.ts +5 -1
  1130. package/mobile/lib/ui-kit/Icon/RoundedIcon.js +6 -2
  1131. package/mobile/lib/ui-kit/Icon/RoundedIcon.js.map +1 -1
  1132. package/mobile/lib/ui-kit/Img/Img.js +8 -2
  1133. package/mobile/lib/ui-kit/Img/Img.js.map +1 -1
  1134. package/mobile/lib/ui-kit/Img/ImgAsPicture.js +6 -12
  1135. package/mobile/lib/ui-kit/Img/ImgAsPicture.js.map +1 -1
  1136. package/mobile/lib/ui-kit/Img/ImgProps.d.ts +0 -1
  1137. package/mobile/lib/ui-kit/List/List.js.map +1 -1
  1138. package/mobile/lib/ui-kit/List/ListContent.d.ts +6 -0
  1139. package/mobile/lib/ui-kit/List/ListItem.d.ts +1 -1
  1140. package/mobile/lib/ui-kit/List/ListProps.d.ts +0 -6
  1141. package/mobile/lib/ui-kit/SwipeListControl/SwipeListContainer.d.ts +4 -2
  1142. package/mobile/lib/ui-kit/SwipeListControl/SwipeListContainer.js.map +1 -1
  1143. package/mobile/lib/ui-kit/SwipeListControl/SwipeListControl.d.ts +10 -1
  1144. package/mobile/lib/ui-kit/SwipeListControl/SwipeListControl.js +1 -1
  1145. package/mobile/lib/ui-kit/SwipeListControl/SwipeListControl.js.map +1 -1
  1146. package/mobile/lib/ui-kit/SwipeListControl/SwipeListControlContent.d.ts +16 -4
  1147. package/mobile/lib/ui-kit/SwipeListControl/SwipeListControlDots.d.ts +1 -1
  1148. package/mobile/lib/ui-kit/Tags/Tags.d.ts +2 -2
  1149. package/mobile/lib/ui-kit/Tags/Tags.js +4 -5
  1150. package/mobile/lib/ui-kit/Tags/Tags.js.map +1 -1
  1151. package/mobile/lib/utils/avg.d.ts +1 -0
  1152. package/mobile/lib/utils/avg.js +3 -0
  1153. package/mobile/lib/utils/avg.js.map +1 -0
  1154. package/mobile/lib/utils/deviation.d.ts +1 -0
  1155. package/mobile/lib/utils/deviation.js +3 -0
  1156. package/mobile/lib/utils/deviation.js.map +1 -0
  1157. package/mobile/src/components/ApplicationForm/ApplicationForm.tsx +1 -2
  1158. package/mobile/src/components/ApplicationForm/ResponseNotification.tsx +1 -1
  1159. package/mobile/src/components/BenefitsBlock/BenefitsBlock.tsx +7 -2
  1160. package/mobile/src/components/Blocks.ts +6 -0
  1161. package/mobile/src/components/Bonus/Bonus.tsx +2 -2
  1162. package/mobile/src/components/BonusBenefitsBlock/BonusBenefitsBlock.tsx +2 -1
  1163. package/mobile/src/components/BusinessBlock/BusinessBlock.tsx +8 -10
  1164. package/mobile/src/components/BusinessBlock/BusinessCard.tsx +1 -1
  1165. package/mobile/src/components/ButtonsBlock/ButtonsBlock.example.json +14 -0
  1166. package/mobile/src/components/{ButtonBlock/ButtonBlock.tsx → ButtonsBlock/ButtonsBlock.tsx} +5 -5
  1167. package/mobile/src/components/ButtonsBlock/ButtonsBlock.ui.json +14 -0
  1168. package/mobile/src/components/ButtonsBlock/ButtonsBlockContent.ts +9 -0
  1169. package/mobile/src/components/Calculator/Calculator.tsx +2 -1
  1170. package/mobile/src/components/CardTransfer/CardTransfer.tsx +14 -4
  1171. package/mobile/src/components/Carousel/Carousel.tsx +1 -8
  1172. package/mobile/src/components/CarouselBankHistoryCard/CarouselBankHistoryCard.tsx +1 -1
  1173. package/mobile/src/components/CarouselCard/CarouselCard.tsx +16 -12
  1174. package/mobile/src/components/CarouselCard/getCardWidth.tsx +16 -0
  1175. package/mobile/src/components/CarouselCard/titleSize.tsx +1 -0
  1176. package/mobile/src/components/CarouselCatalogCard/CarouselCatalogCard.tsx +5 -1
  1177. package/mobile/src/components/CarouselEventCard/CarouselEventCard.tsx +1 -1
  1178. package/mobile/src/components/CarouselInvestmentCard/CarouselInvestmentCard.tsx +9 -4
  1179. package/mobile/src/components/CarouselLinks/CarouselLinks.tsx +24 -24
  1180. package/mobile/src/components/CarouselProductCard/CarouselProductCard.tsx +11 -11
  1181. package/mobile/src/components/CarouselProgramsCard/CarouselProgramsCard.tsx +5 -1
  1182. package/mobile/src/components/CarouselRecommendationCard/CarouselRecommendationCard.tsx +2 -1
  1183. package/mobile/src/components/CarouselRichTextCard/CarouselRichTextCard.tsx +1 -1
  1184. package/mobile/src/components/CarouselTariffsCard/CarouselTariffsCard.tsx +2 -5
  1185. package/mobile/src/components/ContactsBlock/ContactsBlock.tsx +9 -3
  1186. package/mobile/src/components/DepositFiltration/DepositFiltration.example.json +1 -1
  1187. package/mobile/src/components/DepositFiltration/DepositFiltration.tsx +6 -1
  1188. package/mobile/src/components/ErrorBlock/ErrorBlock.tsx +2 -5
  1189. package/mobile/src/components/ExchangeRateOffice/ExchangeRateOffice.tsx +4 -7
  1190. package/mobile/src/components/ExchangeRateTile/ExchangeCurrencyCalculator.tsx +1 -1
  1191. package/mobile/src/components/ExchangeRateTile/ExchangeRateTile.tsx +8 -8
  1192. package/mobile/src/components/Footer/Contacts.tsx +20 -12
  1193. package/mobile/src/components/Footer/Footer.tsx +2 -3
  1194. package/mobile/src/components/Footer/FooterContent.ts +10 -1
  1195. package/mobile/src/components/Footer/FooterDataProps.ts +2 -2
  1196. package/mobile/src/components/GracePeriod/GracePeriod.tsx +1 -1
  1197. package/mobile/src/components/Header/Header.tsx +2 -2
  1198. package/mobile/src/components/Headline/Headline.tsx +7 -7
  1199. package/mobile/src/components/Headline/HeadlineContent.ts +2 -4
  1200. package/mobile/src/components/Headline/headlineVersionStyles.ts +9 -9
  1201. package/mobile/src/components/HorizontalLayout/HorizontalLayout.tsx +2 -7
  1202. package/mobile/src/components/ImgBlock/ImgBlock.tsx +1 -1
  1203. package/mobile/src/components/InsuranceAmountBlock/InsuranceAmountBlock.tsx +3 -1
  1204. package/mobile/src/components/InvestmentInfo/InvestmentInfo.tsx +6 -6
  1205. package/mobile/src/components/LinkDocs/LinkDocs.tsx +1 -3
  1206. package/mobile/src/components/MobileAppTile/MobileAppTile.tsx +56 -20
  1207. package/mobile/src/components/MobileAppTile/renderButtonSection.tsx +0 -0
  1208. package/mobile/src/components/MobileAppTile/renderDescription.tsx +10 -0
  1209. package/mobile/src/components/MobileAppTile/renderList.tsx +11 -0
  1210. package/mobile/src/components/MortgageFiltration/MortgageFiltration.example.json +1 -1
  1211. package/mobile/src/components/MortgageFiltration/MortgageFiltration.tsx +6 -1
  1212. package/mobile/src/components/OfficeServicesBlock/OfficeServicesBlock.tsx +2 -1
  1213. package/mobile/src/components/ParagraphBlock/ParagraphBlock.tsx +1 -1
  1214. package/mobile/src/components/PictureText/PictureText.tsx +14 -49
  1215. package/mobile/src/components/PictureText/PictureTextContent.ts +2 -8
  1216. package/mobile/src/components/PictureText/renderInsuranceSumMonth.tsx +21 -0
  1217. package/mobile/src/components/Placeholder/Placeholder.tsx +13 -24
  1218. package/mobile/src/components/ProductBlock/ProductBlock.tsx +4 -3
  1219. package/mobile/src/components/ProductBlock/ProductBlockContent.ts +3 -28
  1220. package/mobile/src/components/ProductGallery/ProductGallery.tsx +19 -26
  1221. package/mobile/src/components/ProductGallery/ProductGalleryContent.ts +2 -2
  1222. package/mobile/src/components/ProductTile/ProductTile.tsx +1 -3
  1223. package/mobile/src/components/PromoTile/PromoTile.tsx +10 -23
  1224. package/mobile/src/components/PromoTile/PromoTileContent.ts +2 -3
  1225. package/mobile/src/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.tsx +1 -5
  1226. package/mobile/src/components/RichTextBlock/RichTextBlock.tsx +1 -1
  1227. package/mobile/src/components/RollupItem/RollupItem.tsx +27 -19
  1228. package/mobile/src/components/RollupItem/RollupItem.ui.json +7 -1
  1229. package/mobile/src/components/RollupItem/RollupItemContent.ts +4 -2
  1230. package/mobile/src/components/RollupItem/renderRoundedIcon.tsx +7 -0
  1231. package/mobile/src/components/SafeDepositRental/SafeDepositRental.tsx +2 -2
  1232. package/mobile/src/components/StepsBlock/StepsBlock.tsx +2 -1
  1233. package/mobile/src/components/SwipeListControlBlock/SwipeListControlBlock.tsx +7 -9
  1234. package/mobile/src/components/Tabs/Tabs.tsx +1 -0
  1235. package/mobile/src/components/TariffsTable/EmbeddableCellData.tsx +8 -12
  1236. package/mobile/src/components/TariffsTable/TableTileHeader.tsx +3 -3
  1237. package/mobile/src/components/TariffsTable/TariffsTable.tsx +11 -7
  1238. package/mobile/src/components/TariffsTable/TariffsTableHorizontal.tsx +1 -1
  1239. package/mobile/src/components/TariffsTable/TariffsTableTileCell.tsx +3 -4
  1240. package/mobile/src/components/TextBlock/TextBlock.tsx +23 -28
  1241. package/mobile/src/components/Tile/Tile.tsx +10 -64
  1242. package/mobile/src/components/Tile/TileContent.ts +2 -20
  1243. package/mobile/src/components/VerticalLayout/VerticalLayout.tsx +1 -1
  1244. package/mobile/src/components/Video/Video.tsx +2 -3
  1245. package/mobile/src/content-page-repository/transformDocumentLink.ts +1 -1
  1246. package/mobile/src/content-page-repository/transformImg.ts +1 -1
  1247. package/mobile/src/model/Align.ts +5 -0
  1248. package/mobile/src/model/AlignText.ts +3 -0
  1249. package/mobile/src/model/AlignType.ts +2 -0
  1250. package/mobile/src/model/HeadlineType.ts +11 -1
  1251. package/mobile/src/model/JSXBlock.ts +13 -5
  1252. package/mobile/src/ui-kit/BaseProductTile/BaseProductTile.tsx +68 -0
  1253. package/mobile/src/ui-kit/BaseProductTile/BaseProductTileContent.ts +30 -0
  1254. package/mobile/src/ui-kit/BaseTile/BaseTile.tsx +72 -0
  1255. package/mobile/src/ui-kit/BenefitItem/BenefitItem.tsx +22 -18
  1256. package/mobile/src/ui-kit/BenefitItem/BenefitItemContent.ts +19 -0
  1257. package/mobile/src/ui-kit/BenefitItem/labelSize.tsx +1 -0
  1258. package/mobile/src/ui-kit/BenefitsList/BenefitsList.tsx +35 -0
  1259. package/mobile/src/ui-kit/BenefitsList/BenefitsListContent.ts +15 -0
  1260. package/mobile/src/ui-kit/BenefitsList/renderBenefit.tsx +14 -0
  1261. package/mobile/src/ui-kit/BlockWrapper.tsx +17 -5
  1262. package/mobile/src/ui-kit/Button/ButtonInner.tsx +1 -1
  1263. package/mobile/src/ui-kit/Button/renderButtonsSection.tsx +9 -3
  1264. package/mobile/src/ui-kit/Heading/Heading.tsx +4 -1
  1265. package/mobile/src/ui-kit/Icon/IconProps.ts +9 -4
  1266. package/mobile/src/ui-kit/Icon/RoundedIcon.tsx +19 -7
  1267. package/mobile/src/ui-kit/Img/Img.tsx +26 -2
  1268. package/mobile/src/ui-kit/Img/ImgAsPicture.tsx +17 -30
  1269. package/mobile/src/ui-kit/Img/ImgProps.ts +0 -1
  1270. package/mobile/src/ui-kit/List/List.tsx +2 -1
  1271. package/mobile/src/ui-kit/List/ListContent.ts +7 -0
  1272. package/mobile/src/ui-kit/List/ListItem.tsx +1 -1
  1273. package/mobile/src/ui-kit/List/ListProps.ts +0 -7
  1274. package/mobile/src/ui-kit/SwipeListControl/SwipeListContainer.tsx +4 -2
  1275. package/mobile/src/ui-kit/SwipeListControl/SwipeListControl.tsx +12 -3
  1276. package/mobile/src/ui-kit/SwipeListControl/SwipeListControlContent.ts +20 -7
  1277. package/mobile/src/ui-kit/SwipeListControl/SwipeListControlDots.tsx +1 -1
  1278. package/mobile/src/ui-kit/Tags/Tags.tsx +15 -13
  1279. package/mobile/src/utils/avg.ts +3 -0
  1280. package/mobile/src/utils/deviation.ts +4 -0
  1281. package/package.json +1 -1
  1282. package/src/components/ApplicationForm/ApplicationForm.tsx +1 -2
  1283. package/src/components/ApplicationForm/ResponseNotification.tsx +1 -1
  1284. package/src/components/BenefitsBlock/BenefitsBlock.tsx +7 -2
  1285. package/src/components/Blocks.mobile.ts +6 -0
  1286. package/src/components/Blocks.ts +2 -2
  1287. package/src/components/Bonus/Bonus.tsx +2 -2
  1288. package/src/components/BonusBenefitsBlock/BonusBenefitsBlock.tsx +2 -1
  1289. package/src/components/BusinessBlock/BusinessBlock.tsx +8 -10
  1290. package/src/components/BusinessBlock/BusinessCard.tsx +1 -1
  1291. package/src/components/ButtonsBlock/ButtonsBlock.example.json +14 -0
  1292. package/src/components/ButtonsBlock/ButtonsBlock.fixture.mobile.tsx +26 -0
  1293. package/src/components/ButtonsBlock/ButtonsBlock.fixture.tsx +26 -0
  1294. package/src/components/{ButtonBlock/ButtonBlock.tsx → ButtonsBlock/ButtonsBlock.tsx} +5 -5
  1295. package/src/components/ButtonsBlock/ButtonsBlock.ui.json +14 -0
  1296. package/src/components/ButtonsBlock/ButtonsBlockContent.ts +9 -0
  1297. package/src/components/Calculator/Calculator.tsx +2 -1
  1298. package/src/components/CardTransfer/CardTransfer.fixture.mobile.tsx +18 -0
  1299. package/src/components/CardTransfer/CardTransfer.tsx +14 -4
  1300. package/src/components/Carousel/Carousel.tsx +1 -8
  1301. package/src/components/CarouselBankHistoryCard/CarouselBankHistoryCard.tsx +1 -1
  1302. package/src/components/CarouselCard/CarouselCard.fixture.mobile.tsx +28 -0
  1303. package/src/components/CarouselCard/CarouselCard.tsx +16 -12
  1304. package/src/components/CarouselCard/getCardWidth.tsx +16 -0
  1305. package/src/components/CarouselCard/titleSize.mobile.tsx +1 -0
  1306. package/src/components/CarouselCard/titleSize.tsx +1 -0
  1307. package/src/components/CarouselCatalogCard/CarouselCatalogCard.tsx +5 -1
  1308. package/src/components/CarouselEventCard/CarouselEventCard.tsx +1 -1
  1309. package/src/components/CarouselInvestmentCard/CarouselInvestmentCard.tsx +9 -4
  1310. package/src/components/CarouselLinks/CarouselLinks.tsx +24 -24
  1311. package/src/components/CarouselProductCard/CarouselProductCard.tsx +11 -11
  1312. package/src/components/CarouselProgramsCard/CarouselProgramsCard.tsx +5 -1
  1313. package/src/components/CarouselRecommendationCard/CarouselRecommendationCard.mobile.tsx +2 -1
  1314. package/src/components/CarouselRecommendationCard/CarouselRecommendationCard.tsx +2 -1
  1315. package/src/components/CarouselRichTextCard/CarouselRichTextCard.tsx +1 -1
  1316. package/src/components/CarouselTariffsCard/CarouselTariffsCard.tsx +2 -5
  1317. package/src/components/ComparisonTable/ComparisonTable.tsx +6 -1
  1318. package/src/components/ContactsBlock/ContactsBlock.tsx +9 -3
  1319. package/src/components/DepositFiltration/DepositFiltration.example.json +1 -1
  1320. package/src/components/DepositFiltration/DepositFiltration.fixture.tsx +1 -1
  1321. package/src/components/DepositFiltration/DepositFiltration.tsx +6 -1
  1322. package/src/components/ErrorBlock/ErrorBlock.tsx +2 -5
  1323. package/src/components/ExchangeRateOffice/ExchangeRateOffice.tsx +4 -7
  1324. package/src/components/ExchangeRateTile/ExchangeCurrencyCalculator.tsx +1 -1
  1325. package/src/components/ExchangeRateTile/ExchangeRateTile.tsx +8 -8
  1326. package/src/components/Footer/Contacts.tsx +20 -12
  1327. package/src/components/Footer/Footer.mobile.tsx +2 -3
  1328. package/src/components/Footer/Footer.tsx +2 -2
  1329. package/src/components/Footer/FooterContent.ts +10 -1
  1330. package/src/components/Footer/FooterDataProps.ts +2 -2
  1331. package/src/components/GracePeriod/GracePeriod.tsx +1 -1
  1332. package/src/components/Header/Header.mobile.tsx +2 -2
  1333. package/src/components/Header/Header.tsx +1 -0
  1334. package/src/components/Headline/Headline.tsx +7 -7
  1335. package/src/components/Headline/HeadlineContent.ts +2 -4
  1336. package/src/components/Headline/headlineVersionStyles.ts +9 -9
  1337. package/src/components/HorizontalLayout/HorizontalLayout.tsx +2 -7
  1338. package/src/components/ImgBlock/ImgBlock.tsx +1 -1
  1339. package/src/components/InsuranceAmountBlock/InsuranceAmountBlock.tsx +3 -1
  1340. package/src/components/InvestmentInfo/InvestmentInfo.tsx +6 -6
  1341. package/src/components/LinkDocs/LinkDocs.mobile.tsx +1 -3
  1342. package/src/components/LinkDocs/LinkDocs.tsx +1 -1
  1343. package/src/components/MobileAppTile/MobileAppTile.fixture.mobile.tsx +73 -2
  1344. package/src/components/MobileAppTile/MobileAppTile.fixture.tsx +2 -2
  1345. package/src/components/MobileAppTile/MobileAppTile.tsx +23 -41
  1346. package/src/components/MobileAppTile/renderButtonSection.tsx +0 -0
  1347. package/src/components/MobileAppTile/renderDescription.tsx +10 -0
  1348. package/src/components/MobileAppTile/renderList.tsx +11 -0
  1349. package/src/components/MortgageFiltration/MortgageFiltration.example.json +1 -1
  1350. package/src/components/MortgageFiltration/MortgageFiltration.fixture.tsx +1 -1
  1351. package/src/components/MortgageFiltration/MortgageFiltration.tsx +6 -1
  1352. package/src/components/OfficeServicesBlock/OfficeServicesBlock.tsx +2 -1
  1353. package/src/components/ParagraphBlock/ParagraphBlock.tsx +1 -1
  1354. package/src/components/PictureText/PictureText.fixture.mobile.tsx +122 -0
  1355. package/src/components/PictureText/PictureText.tsx +14 -49
  1356. package/src/components/PictureText/PictureTextContent.ts +2 -8
  1357. package/src/components/PictureText/renderInsuranceSumMonth.tsx +21 -0
  1358. package/src/components/Placeholder/Placeholder.tsx +13 -24
  1359. package/src/components/ProductBlock/ProductBlock.fixture.mobile.tsx +5 -2
  1360. package/src/components/ProductBlock/ProductBlock.fixture.tsx +6 -3
  1361. package/src/components/ProductBlock/ProductBlock.tsx +4 -3
  1362. package/src/components/ProductBlock/ProductBlockContent.ts +3 -28
  1363. package/src/components/ProductGallery/ProductGallery.mobile.tsx +19 -26
  1364. package/src/components/ProductGallery/ProductGallery.tsx +8 -4
  1365. package/src/components/ProductGallery/ProductGalleryContent.ts +2 -2
  1366. package/src/components/ProductTile/ProductTile.tsx +1 -3
  1367. package/src/components/PromoTile/PromoTile.tsx +10 -23
  1368. package/src/components/PromoTile/PromoTileContent.ts +2 -3
  1369. package/src/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.tsx +1 -5
  1370. package/src/components/RichTextBlock/RichTextBlock.tsx +1 -1
  1371. package/src/components/RollupItem/RollupItem.fixture.mobile.tsx +15 -0
  1372. package/src/components/RollupItem/RollupItem.tsx +27 -19
  1373. package/src/components/RollupItem/RollupItem.ui.json +7 -1
  1374. package/src/components/RollupItem/RollupItemContent.ts +4 -2
  1375. package/src/components/RollupItem/renderRoundedIcon.mobile.tsx +7 -0
  1376. package/src/components/RollupItem/renderRoundedIcon.tsx +5 -0
  1377. package/src/components/SafeDepositRental/SafeDepositRental.tsx +2 -2
  1378. package/src/components/StepsBlock/StepsBlock.mobile.tsx +2 -1
  1379. package/src/components/StepsBlock/StepsBlock.tsx +2 -6
  1380. package/src/components/SwipeListControlBlock/SwipeListControlBlock.tsx +7 -9
  1381. package/src/components/Tabs/Tabs.tsx +1 -0
  1382. package/src/components/TariffsTable/EmbeddableCellData.mobile.tsx +8 -12
  1383. package/src/components/TariffsTable/TableTileHeader.tsx +3 -3
  1384. package/src/components/TariffsTable/TariffsTable.mobile.tsx +11 -7
  1385. package/src/components/TariffsTable/TariffsTable.tsx +3 -1
  1386. package/src/components/TariffsTable/TariffsTableHorizontal.tsx +1 -1
  1387. package/src/components/TariffsTable/TariffsTableTileCell.tsx +3 -4
  1388. package/src/components/TextBlock/TextBlock.tsx +23 -28
  1389. package/src/components/Tile/Tile.fixture.tsx +1 -6
  1390. package/src/components/Tile/Tile.tsx +10 -64
  1391. package/src/components/Tile/TileContent.ts +2 -20
  1392. package/src/components/VerticalLayout/VerticalLayout.tsx +1 -1
  1393. package/src/components/Video/Video.tsx +2 -3
  1394. package/src/content-page-repository/transformDocumentLink.ts +1 -1
  1395. package/src/content-page-repository/transformImg.ts +1 -1
  1396. package/src/icons/IconName.ts +5 -381
  1397. package/src/model/Align.ts +5 -0
  1398. package/src/model/AlignText.ts +3 -0
  1399. package/src/model/AlignType.ts +2 -0
  1400. package/src/model/HeadlineType.ts +11 -1
  1401. package/src/model/JSXBlock.ts +13 -5
  1402. package/src/ui-kit/BaseProductTile/BaseProductTile.tsx +68 -0
  1403. package/src/ui-kit/BaseProductTile/BaseProductTileContent.ts +30 -0
  1404. package/src/ui-kit/BaseTile/BaseTile.tsx +72 -0
  1405. package/src/ui-kit/BenefitItem/BenefitItem.tsx +22 -18
  1406. package/src/ui-kit/BenefitItem/BenefitItemContent.ts +19 -0
  1407. package/src/ui-kit/BenefitItem/borderRadius.mobile.tsx +1 -0
  1408. package/src/ui-kit/BenefitItem/labelSize.mobile.tsx +1 -0
  1409. package/src/ui-kit/BenefitItem/labelSize.tsx +1 -0
  1410. package/src/ui-kit/BenefitsList/BenefitsList.tsx +35 -0
  1411. package/src/ui-kit/BenefitsList/BenefitsListContent.ts +15 -0
  1412. package/src/ui-kit/BenefitsList/renderBenefit.tsx +14 -0
  1413. package/src/ui-kit/BlockWrapper.tsx +17 -5
  1414. package/src/ui-kit/Button/Button.fixture.tsx +1 -1
  1415. package/src/ui-kit/Button/ButtonInner.tsx +1 -1
  1416. package/src/ui-kit/Button/renderButtonsSection.tsx +9 -3
  1417. package/src/ui-kit/Heading/Heading.tsx +4 -1
  1418. package/src/ui-kit/Icon/IconProps.ts +9 -4
  1419. package/src/ui-kit/Icon/RoundedIcon.tsx +19 -7
  1420. package/src/ui-kit/Img/Img.tsx +29 -1
  1421. package/src/ui-kit/Img/ImgAsPicture.tsx +17 -30
  1422. package/src/ui-kit/Img/ImgProps.ts +0 -1
  1423. package/src/ui-kit/List/List.tsx +2 -1
  1424. package/src/ui-kit/List/ListContent.ts +7 -0
  1425. package/src/ui-kit/List/ListItem.tsx +1 -1
  1426. package/src/ui-kit/List/ListProps.ts +0 -7
  1427. package/src/ui-kit/SwipeListControl/SwipeListContainer.tsx +4 -2
  1428. package/src/ui-kit/SwipeListControl/SwipeListControl.tsx +12 -3
  1429. package/src/ui-kit/SwipeListControl/SwipeListControlContent.ts +20 -7
  1430. package/src/ui-kit/SwipeListControl/SwipeListControlDots.tsx +1 -1
  1431. package/src/ui-kit/Tags/Tags.tsx +15 -13
  1432. package/src/utils/avg.ts +3 -0
  1433. package/src/utils/deviation.ts +4 -0
  1434. package/tailwind.config.cjs +19 -12
  1435. package/bundle/components/BaseTile/getTileHeadingType.d.ts +0 -1
  1436. package/bundle/components/BaseTile/getTileMinHeight.d.ts +0 -1
  1437. package/bundle/components/ButtonBlock/ButtonBlock.d.ts +0 -6
  1438. package/bundle/components/ButtonBlock/ButtonBlockContent.d.ts +0 -8
  1439. package/bundle/components/MobileAppTile/MobileAppTile.mobile.d.ts +0 -5
  1440. package/bundle/components/PictureText/renderBenefit.d.ts +0 -4
  1441. package/bundle/components/ProductBlock/ProductBlockInner.d.ts +0 -4
  1442. package/bundle/components/ProductBlock/renderBenefit.d.ts +0 -5
  1443. package/bundle/ui-kit/BenefitItem/BenefitItemProps.d.ts +0 -34
  1444. package/bundle/ui-kit/Img/Img.mobile.d.ts +0 -2
  1445. package/bundle/ui-kit/Img/ImgInner.d.ts +0 -2
  1446. package/bundle/ui-kit/SwipeListControl/SwipeListControlProps.d.ts +0 -27
  1447. package/dist/components/BaseTile/BaseTile.js +0 -8
  1448. package/dist/components/BaseTile/BaseTile.js.map +0 -1
  1449. package/dist/components/BaseTile/getTileHeadingType.d.ts +0 -1
  1450. package/dist/components/BaseTile/getTileHeadingType.js +0 -17
  1451. package/dist/components/BaseTile/getTileHeadingType.js.map +0 -1
  1452. package/dist/components/BaseTile/getTileMinHeight.d.ts +0 -1
  1453. package/dist/components/BaseTile/getTileMinHeight.js +0 -17
  1454. package/dist/components/BaseTile/getTileMinHeight.js.map +0 -1
  1455. package/dist/components/BaseTile/getTileRightPadding.js.map +0 -1
  1456. package/dist/components/ButtonBlock/ButtonBlock.d.ts +0 -6
  1457. package/dist/components/ButtonBlock/ButtonBlock.js +0 -9
  1458. package/dist/components/ButtonBlock/ButtonBlock.js.map +0 -1
  1459. package/dist/components/ButtonBlock/ButtonBlockContent.d.ts +0 -8
  1460. package/dist/components/ButtonBlock/ButtonBlockContent.js.map +0 -1
  1461. package/dist/components/MobileAppTile/MobileAppTile.mobile.d.ts +0 -5
  1462. package/dist/components/MobileAppTile/MobileAppTile.mobile.js +0 -10
  1463. package/dist/components/MobileAppTile/MobileAppTile.mobile.js.map +0 -1
  1464. package/dist/components/PictureText/renderBenefit.d.ts +0 -4
  1465. package/dist/components/PictureText/renderBenefit.js +0 -26
  1466. package/dist/components/PictureText/renderBenefit.js.map +0 -1
  1467. package/dist/components/ProductBlock/ProductBlockInner.d.ts +0 -4
  1468. package/dist/components/ProductBlock/ProductBlockInner.js +0 -17
  1469. package/dist/components/ProductBlock/ProductBlockInner.js.map +0 -1
  1470. package/dist/components/ProductBlock/renderBenefit.d.ts +0 -5
  1471. package/dist/components/ProductBlock/renderBenefit.js +0 -7
  1472. package/dist/components/ProductBlock/renderBenefit.js.map +0 -1
  1473. package/dist/ui-kit/BenefitItem/BenefitItemProps.d.ts +0 -34
  1474. package/dist/ui-kit/BenefitItem/BenefitItemProps.js.map +0 -1
  1475. package/dist/ui-kit/Img/Img.mobile.d.ts +0 -2
  1476. package/dist/ui-kit/Img/Img.mobile.js +0 -7
  1477. package/dist/ui-kit/Img/Img.mobile.js.map +0 -1
  1478. package/dist/ui-kit/Img/ImgInner.d.ts +0 -2
  1479. package/dist/ui-kit/Img/ImgInner.js +0 -13
  1480. package/dist/ui-kit/Img/ImgInner.js.map +0 -1
  1481. package/dist/ui-kit/SwipeListControl/SwipeListControlProps.d.ts +0 -27
  1482. package/dist/ui-kit/SwipeListControl/SwipeListControlProps.js.map +0 -1
  1483. package/lib/components/BaseTile/BaseTile.js +0 -6
  1484. package/lib/components/BaseTile/BaseTile.js.map +0 -1
  1485. package/lib/components/BaseTile/getTileHeadingType.d.ts +0 -1
  1486. package/lib/components/BaseTile/getTileHeadingType.js +0 -14
  1487. package/lib/components/BaseTile/getTileHeadingType.js.map +0 -1
  1488. package/lib/components/BaseTile/getTileMinHeight.d.ts +0 -1
  1489. package/lib/components/BaseTile/getTileMinHeight.js +0 -14
  1490. package/lib/components/BaseTile/getTileMinHeight.js.map +0 -1
  1491. package/lib/components/BaseTile/getTileRightPadding.js.map +0 -1
  1492. package/lib/components/ButtonBlock/ButtonBlock.d.ts +0 -6
  1493. package/lib/components/ButtonBlock/ButtonBlock.js.map +0 -1
  1494. package/lib/components/ButtonBlock/ButtonBlockContent.d.ts +0 -8
  1495. package/lib/components/ButtonBlock/ButtonBlockContent.js +0 -2
  1496. package/lib/components/ButtonBlock/ButtonBlockContent.js.map +0 -1
  1497. package/lib/components/MobileAppTile/MobileAppTile.mobile.d.ts +0 -5
  1498. package/lib/components/MobileAppTile/MobileAppTile.mobile.js +0 -8
  1499. package/lib/components/MobileAppTile/MobileAppTile.mobile.js.map +0 -1
  1500. package/lib/components/PictureText/renderBenefit.d.ts +0 -4
  1501. package/lib/components/PictureText/renderBenefit.js +0 -23
  1502. package/lib/components/PictureText/renderBenefit.js.map +0 -1
  1503. package/lib/components/ProductBlock/ProductBlockInner.d.ts +0 -4
  1504. package/lib/components/ProductBlock/ProductBlockInner.js +0 -15
  1505. package/lib/components/ProductBlock/ProductBlockInner.js.map +0 -1
  1506. package/lib/components/ProductBlock/renderBenefit.d.ts +0 -4
  1507. package/lib/components/ProductBlock/renderBenefit.js +0 -4
  1508. package/lib/components/ProductBlock/renderBenefit.js.map +0 -1
  1509. package/lib/ui-kit/BenefitItem/BenefitItemProps.d.ts +0 -34
  1510. package/lib/ui-kit/BenefitItem/BenefitItemProps.js +0 -2
  1511. package/lib/ui-kit/BenefitItem/BenefitItemProps.js.map +0 -1
  1512. package/lib/ui-kit/Img/Img.mobile.d.ts +0 -2
  1513. package/lib/ui-kit/Img/Img.mobile.js +0 -5
  1514. package/lib/ui-kit/Img/Img.mobile.js.map +0 -1
  1515. package/lib/ui-kit/Img/ImgInner.d.ts +0 -2
  1516. package/lib/ui-kit/Img/ImgInner.js +0 -11
  1517. package/lib/ui-kit/Img/ImgInner.js.map +0 -1
  1518. package/lib/ui-kit/SwipeListControl/SwipeListControlProps.d.ts +0 -27
  1519. package/lib/ui-kit/SwipeListControl/SwipeListControlProps.js +0 -2
  1520. package/lib/ui-kit/SwipeListControl/SwipeListControlProps.js.map +0 -1
  1521. package/mobile/bundle/components/BaseTile/getTileHeadingType.d.ts +0 -1
  1522. package/mobile/bundle/components/BaseTile/getTileMinHeight.d.ts +0 -1
  1523. package/mobile/bundle/components/ButtonBlock/ButtonBlock.d.ts +0 -6
  1524. package/mobile/bundle/components/ButtonBlock/ButtonBlockContent.d.ts +0 -8
  1525. package/mobile/bundle/components/PictureText/renderBenefit.d.ts +0 -4
  1526. package/mobile/bundle/components/ProductBlock/ProductBlockInner.d.ts +0 -4
  1527. package/mobile/bundle/components/ProductBlock/renderBenefit.d.ts +0 -5
  1528. package/mobile/bundle/ui-kit/BenefitItem/BenefitItemProps.d.ts +0 -34
  1529. package/mobile/bundle/ui-kit/Img/ImgInner.d.ts +0 -2
  1530. package/mobile/bundle/ui-kit/SwipeListControl/SwipeListControlProps.d.ts +0 -27
  1531. package/mobile/dist/components/BaseTile/BaseTile.d.ts +0 -12
  1532. package/mobile/dist/components/BaseTile/BaseTile.js +0 -8
  1533. package/mobile/dist/components/BaseTile/BaseTile.js.map +0 -1
  1534. package/mobile/dist/components/BaseTile/getTileHeadingType.d.ts +0 -1
  1535. package/mobile/dist/components/BaseTile/getTileHeadingType.js +0 -17
  1536. package/mobile/dist/components/BaseTile/getTileHeadingType.js.map +0 -1
  1537. package/mobile/dist/components/BaseTile/getTileMinHeight.d.ts +0 -1
  1538. package/mobile/dist/components/BaseTile/getTileMinHeight.js +0 -17
  1539. package/mobile/dist/components/BaseTile/getTileMinHeight.js.map +0 -1
  1540. package/mobile/dist/components/BaseTile/getTileRightPadding.js.map +0 -1
  1541. package/mobile/dist/components/ButtonBlock/ButtonBlock.d.ts +0 -6
  1542. package/mobile/dist/components/ButtonBlock/ButtonBlock.js +0 -9
  1543. package/mobile/dist/components/ButtonBlock/ButtonBlock.js.map +0 -1
  1544. package/mobile/dist/components/ButtonBlock/ButtonBlockContent.d.ts +0 -8
  1545. package/mobile/dist/components/ButtonBlock/ButtonBlockContent.js.map +0 -1
  1546. package/mobile/dist/components/PictureText/renderBenefit.d.ts +0 -4
  1547. package/mobile/dist/components/PictureText/renderBenefit.js +0 -26
  1548. package/mobile/dist/components/PictureText/renderBenefit.js.map +0 -1
  1549. package/mobile/dist/components/ProductBlock/ProductBlockInner.d.ts +0 -4
  1550. package/mobile/dist/components/ProductBlock/ProductBlockInner.js +0 -17
  1551. package/mobile/dist/components/ProductBlock/ProductBlockInner.js.map +0 -1
  1552. package/mobile/dist/components/ProductBlock/renderBenefit.d.ts +0 -5
  1553. package/mobile/dist/components/ProductBlock/renderBenefit.js +0 -7
  1554. package/mobile/dist/components/ProductBlock/renderBenefit.js.map +0 -1
  1555. package/mobile/dist/ui-kit/BenefitItem/BenefitItemProps.d.ts +0 -34
  1556. package/mobile/dist/ui-kit/BenefitItem/BenefitItemProps.js.map +0 -1
  1557. package/mobile/dist/ui-kit/Img/ImgInner.d.ts +0 -2
  1558. package/mobile/dist/ui-kit/Img/ImgInner.js +0 -13
  1559. package/mobile/dist/ui-kit/Img/ImgInner.js.map +0 -1
  1560. package/mobile/dist/ui-kit/SwipeListControl/SwipeListControlProps.d.ts +0 -27
  1561. package/mobile/dist/ui-kit/SwipeListControl/SwipeListControlProps.js +0 -2
  1562. package/mobile/dist/ui-kit/SwipeListControl/SwipeListControlProps.js.map +0 -1
  1563. package/mobile/lib/components/BaseTile/BaseTile.d.ts +0 -12
  1564. package/mobile/lib/components/BaseTile/BaseTile.js +0 -6
  1565. package/mobile/lib/components/BaseTile/BaseTile.js.map +0 -1
  1566. package/mobile/lib/components/BaseTile/getTileHeadingType.d.ts +0 -1
  1567. package/mobile/lib/components/BaseTile/getTileHeadingType.js +0 -14
  1568. package/mobile/lib/components/BaseTile/getTileHeadingType.js.map +0 -1
  1569. package/mobile/lib/components/BaseTile/getTileMinHeight.d.ts +0 -1
  1570. package/mobile/lib/components/BaseTile/getTileMinHeight.js +0 -14
  1571. package/mobile/lib/components/BaseTile/getTileMinHeight.js.map +0 -1
  1572. package/mobile/lib/components/BaseTile/getTileRightPadding.js.map +0 -1
  1573. package/mobile/lib/components/ButtonBlock/ButtonBlock.d.ts +0 -6
  1574. package/mobile/lib/components/ButtonBlock/ButtonBlock.js.map +0 -1
  1575. package/mobile/lib/components/ButtonBlock/ButtonBlockContent.d.ts +0 -8
  1576. package/mobile/lib/components/ButtonBlock/ButtonBlockContent.js +0 -2
  1577. package/mobile/lib/components/ButtonBlock/ButtonBlockContent.js.map +0 -1
  1578. package/mobile/lib/components/PictureText/renderBenefit.d.ts +0 -4
  1579. package/mobile/lib/components/PictureText/renderBenefit.js +0 -23
  1580. package/mobile/lib/components/PictureText/renderBenefit.js.map +0 -1
  1581. package/mobile/lib/components/ProductBlock/ProductBlockInner.d.ts +0 -4
  1582. package/mobile/lib/components/ProductBlock/ProductBlockInner.js +0 -15
  1583. package/mobile/lib/components/ProductBlock/ProductBlockInner.js.map +0 -1
  1584. package/mobile/lib/components/ProductBlock/renderBenefit.d.ts +0 -5
  1585. package/mobile/lib/components/ProductBlock/renderBenefit.js +0 -4
  1586. package/mobile/lib/components/ProductBlock/renderBenefit.js.map +0 -1
  1587. package/mobile/lib/ui-kit/BenefitItem/BenefitItemProps.d.ts +0 -34
  1588. package/mobile/lib/ui-kit/BenefitItem/BenefitItemProps.js +0 -2
  1589. package/mobile/lib/ui-kit/BenefitItem/BenefitItemProps.js.map +0 -1
  1590. package/mobile/lib/ui-kit/Img/ImgInner.d.ts +0 -2
  1591. package/mobile/lib/ui-kit/Img/ImgInner.js +0 -11
  1592. package/mobile/lib/ui-kit/Img/ImgInner.js.map +0 -1
  1593. package/mobile/lib/ui-kit/SwipeListControl/SwipeListControlProps.d.ts +0 -27
  1594. package/mobile/lib/ui-kit/SwipeListControl/SwipeListControlProps.js +0 -2
  1595. package/mobile/lib/ui-kit/SwipeListControl/SwipeListControlProps.js.map +0 -1
  1596. package/mobile/src/components/BaseTile/BaseTile.tsx +0 -43
  1597. package/mobile/src/components/BaseTile/getTileHeadingType.ts +0 -12
  1598. package/mobile/src/components/BaseTile/getTileMinHeight.ts +0 -12
  1599. package/mobile/src/components/ButtonBlock/ButtonBlock.example.json +0 -12
  1600. package/mobile/src/components/ButtonBlock/ButtonBlock.ui.json +0 -12
  1601. package/mobile/src/components/ButtonBlock/ButtonBlockContent.ts +0 -9
  1602. package/mobile/src/components/PictureText/renderBenefit.tsx +0 -34
  1603. package/mobile/src/components/ProductBlock/ProductBlockInner.tsx +0 -63
  1604. package/mobile/src/components/ProductBlock/renderBenefit.tsx +0 -9
  1605. package/mobile/src/ui-kit/BenefitItem/BenefitItemProps.ts +0 -38
  1606. package/mobile/src/ui-kit/Img/ImgInner.tsx +0 -30
  1607. package/mobile/src/ui-kit/SwipeListControl/SwipeListControlProps.ts +0 -31
  1608. package/src/components/BaseTile/BaseTile.tsx +0 -43
  1609. package/src/components/BaseTile/getTileHeadingType.ts +0 -12
  1610. package/src/components/BaseTile/getTileMinHeight.ts +0 -12
  1611. package/src/components/ButtonBlock/ButtonBlock.example.json +0 -12
  1612. package/src/components/ButtonBlock/ButtonBlock.fixture.tsx +0 -19
  1613. package/src/components/ButtonBlock/ButtonBlock.ui.json +0 -12
  1614. package/src/components/ButtonBlock/ButtonBlockContent.ts +0 -9
  1615. package/src/components/MobileAppTile/MobileAppTile.mobile.tsx +0 -33
  1616. package/src/components/PictureText/renderBenefit.tsx +0 -34
  1617. package/src/components/ProductBlock/ProductBlockInner.tsx +0 -63
  1618. package/src/components/ProductBlock/renderBenefit.tsx +0 -9
  1619. package/src/ui-kit/BenefitItem/BenefitItemProps.ts +0 -38
  1620. package/src/ui-kit/Img/Img.mobile.tsx +0 -5
  1621. package/src/ui-kit/Img/ImgInner.tsx +0 -30
  1622. package/src/ui-kit/SwipeListControl/SwipeListControlProps.ts +0 -31
  1623. /package/bundle/{components → ui-kit}/BaseTile/getTileRightPadding.d.ts +0 -0
  1624. /package/dist/{components → ui-kit}/BaseTile/getTileRightPadding.d.ts +0 -0
  1625. /package/dist/{components → ui-kit}/BaseTile/getTileRightPadding.js +0 -0
  1626. /package/lib/components/{ButtonBlock/ButtonBlock.fixture.d.ts → ButtonsBlock/ButtonsBlock.fixture.d.ts} +0 -0
  1627. /package/lib/{components → ui-kit}/BaseTile/getTileRightPadding.d.ts +0 -0
  1628. /package/lib/{components → ui-kit}/BaseTile/getTileRightPadding.js +0 -0
  1629. /package/mobile/bundle/{components → ui-kit}/BaseTile/getTileRightPadding.d.ts +0 -0
  1630. /package/mobile/dist/{components → ui-kit}/BaseTile/getTileRightPadding.d.ts +0 -0
  1631. /package/mobile/dist/{components → ui-kit}/BaseTile/getTileRightPadding.js +0 -0
  1632. /package/mobile/lib/{components → ui-kit}/BaseTile/getTileRightPadding.d.ts +0 -0
  1633. /package/mobile/lib/{components → ui-kit}/BaseTile/getTileRightPadding.js +0 -0
  1634. /package/mobile/src/{components → ui-kit}/BaseTile/getTileRightPadding.ts +0 -0
  1635. /package/src/{components → ui-kit}/BaseTile/getTileRightPadding.ts +0 -0
@@ -1,11 +1,10 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "@redneckz/uni-jsx/jsx-runtime";
2
2
  import { JSX } from '@redneckz/uni-jsx';
3
3
  import { Button } from '../../ui-kit/Button/Button.js';
4
- export const Contacts = JSX(({ className = '', items, hasButton }) => (_jsxs("div", { className: className, children: [items?.length ? items.map(renderContact) : null, hasButton ? (_jsx(Button, { version: "primary", className: "mb-6 w-full", href: "https://www.rshb.ru/feedback/question/", target: "_blank", ariaLabel: "\u041E\u0431\u0440\u0430\u0442\u043D\u0430\u044F \u0441\u0432\u044F\u0437\u044C", text: "\u041E\u0431\u0440\u0430\u0442\u043D\u0430\u044F \u0441\u0432\u044F\u0437\u044C" })) : null] })));
5
- const renderContact = (item, index) => {
6
- const { type, text, description } = item;
7
- return (_jsxs("div", { className: "mb-4", children: [_jsx("div", { children: renderText(type, text) }), _jsx("div", { className: "mt-1 text-s-light text-secondary-text", children: description })] }, String(index)));
8
- };
4
+ import { Text } from '../../ui-kit/Text/Text.js';
5
+ export const Contacts = JSX(({ className = '', items, hasButton }) => (_jsxs("div", { className: className, children: [items?.length ? items.map(renderContactsGroup) : null, hasButton ? (_jsx(Button, { version: "primary", className: "mb-6 w-full", href: "https://www.rshb.ru/feedback/question/", target: "_blank", ariaLabel: "\u041E\u0431\u0440\u0430\u0442\u043D\u0430\u044F \u0441\u0432\u044F\u0437\u044C", text: "\u041E\u0431\u0440\u0430\u0442\u043D\u0430\u044F \u0441\u0432\u044F\u0437\u044C" })) : null] })));
6
+ const renderContactsGroup = (item, i) => (_jsxs("div", { className: "mb-6", children: [_jsx("div", { className: "mb-4", children: _jsx(Text, { size: "text-l", font: "font-medium", children: item?.title }) }), _jsx("div", { children: item.items?.map(renderContact) })] }, String(i)));
7
+ const renderContact = (item, index) => (_jsxs("div", { className: "mb-4", children: [_jsx("div", { children: renderText(item.type, item.text) }), _jsx("div", { className: "mt-1 text-s-light text-secondary-text", children: item.description })] }, String(index)));
9
8
  const renderText = (type, text = '') => {
10
9
  switch (type) {
11
10
  case 'tel':
@@ -1 +1 @@
1
- {"version":3,"file":"Contacts.js","sourceRoot":"","sources":["../../../src/components/Footer/Contacts.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AACxC,OAAO,EAAE,MAAM,EAAE,MAAM,4BAA4B,CAAC;AASpD,MAAM,CAAC,MAAM,QAAQ,GAAG,GAAG,CAAgB,CAAC,EAAE,SAAS,GAAG,EAAE,EAAE,KAAK,EAAE,SAAS,EAAE,EAAE,EAAE,CAAC,CACnF,eAAK,SAAS,EAAE,SAAS,aACtB,KAAK,EAAE,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,aAAa,CAAC,CAAC,CAAC,CAAC,IAAI,EAC/C,SAAS,CAAC,CAAC,CAAC,CACX,KAAC,MAAM,IACL,OAAO,EAAC,SAAS,EACjB,SAAS,EAAC,aAAa,EACvB,IAAI,EAAC,wCAAwC,EAC7C,MAAM,EAAC,QAAQ,EACf,SAAS,EAAC,iFAAgB,EAC1B,IAAI,EAAC,iFAAgB,GACrB,CACH,CAAC,CAAC,CAAC,IAAI,IACJ,CACP,CAAC,CAAC;AAEH,MAAM,aAAa,GAAG,CAAC,IAAiB,EAAE,KAAa,EAAE,EAAE;IACzD,MAAM,EAAE,IAAI,EAAE,IAAI,EAAE,WAAW,EAAE,GAAG,IAAI,CAAC;IAEzC,OAAO,CACL,eAAK,SAAS,EAAC,MAAM,aACnB,wBAAM,UAAU,CAAC,IAAI,EAAE,IAAI,CAAC,GAAO,EACnC,cAAK,SAAS,EAAC,uCAAuC,YAAE,WAAW,GAAO,KAFjD,MAAM,CAAC,KAAK,CAAC,CAGlC,CACP,CAAC;AACJ,CAAC,CAAC;AAEF,MAAM,UAAU,GAAG,CAAC,IAAyB,EAAE,IAAI,GAAG,EAAE,EAAE,EAAE;IAC1D,QAAQ,IAAI,EAAE;QACZ,KAAK,KAAK;YACR,OAAO,CACL,YACE,SAAS,EAAC,gEAAgE,EAC1E,IAAI,EAAE,OAAO,SAAS,CAAC,IAAI,CAAC,EAAE,YAE7B,IAAI,GACH,CACL,CAAC;QACJ,KAAK,OAAO;YACV,OAAO,CACL,YAAG,SAAS,EAAC,8CAA8C,EAAC,IAAI,EAAE,UAAU,IAAI,EAAE,YAC/E,IAAI,GACH,CACL,CAAC;QACJ;YACE,OAAO,yBAAO,IAAI,GAAQ,CAAC;KAC9B;AACH,CAAC,CAAC;AAEF,MAAM,SAAS,GAAG,CAAC,CAAS,EAAE,EAAE,CAAC,CAAC,CAAC,UAAU,CAAC,KAAK,EAAE,EAAE,CAAC,CAAC"}
1
+ {"version":3,"file":"Contacts.js","sourceRoot":"","sources":["../../../src/components/Footer/Contacts.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AACxC,OAAO,EAAE,MAAM,EAAE,MAAM,4BAA4B,CAAC;AACpD,OAAO,EAAE,IAAI,EAAE,MAAM,wBAAwB,CAAC;AAS9C,MAAM,CAAC,MAAM,QAAQ,GAAG,GAAG,CAAgB,CAAC,EAAE,SAAS,GAAG,EAAE,EAAE,KAAK,EAAE,SAAS,EAAE,EAAE,EAAE,CAAC,CACnF,eAAK,SAAS,EAAE,SAAS,aACtB,KAAK,EAAE,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,mBAAmB,CAAC,CAAC,CAAC,CAAC,IAAI,EACrD,SAAS,CAAC,CAAC,CAAC,CACX,KAAC,MAAM,IACL,OAAO,EAAC,SAAS,EACjB,SAAS,EAAC,aAAa,EACvB,IAAI,EAAC,wCAAwC,EAC7C,MAAM,EAAC,QAAQ,EACf,SAAS,EAAC,iFAAgB,EAC1B,IAAI,EAAC,iFAAgB,GACrB,CACH,CAAC,CAAC,CAAC,IAAI,IACJ,CACP,CAAC,CAAC;AAEH,MAAM,mBAAmB,GAAG,CAAC,IAAkB,EAAE,CAAS,EAAE,EAAE,CAAC,CAC7D,eAAK,SAAS,EAAC,MAAM,aACnB,cAAK,SAAS,EAAC,MAAM,YACnB,KAAC,IAAI,IAAC,IAAI,EAAC,QAAQ,EAAC,IAAI,EAAC,aAAa,YACnC,IAAI,EAAE,KAAK,GACP,GACH,EACN,wBAAM,IAAI,CAAC,KAAK,EAAE,GAAG,CAAC,aAAa,CAAC,GAAO,KANlB,MAAM,CAAC,CAAC,CAAC,CAO9B,CACP,CAAC;AAEF,MAAM,aAAa,GAAG,CAAC,IAAiB,EAAE,KAAa,EAAE,EAAE,CAAC,CAC1D,eAAK,SAAS,EAAC,MAAM,aACnB,wBAAM,UAAU,CAAC,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,GAAO,EAC7C,cAAK,SAAS,EAAC,uCAAuC,YAAE,IAAI,CAAC,WAAW,GAAO,KAFtD,MAAM,CAAC,KAAK,CAAC,CAGlC,CACP,CAAC;AAEF,MAAM,UAAU,GAAG,CAAC,IAAyB,EAAE,IAAI,GAAG,EAAE,EAAE,EAAE;IAC1D,QAAQ,IAAI,EAAE;QACZ,KAAK,KAAK;YACR,OAAO,CACL,YACE,SAAS,EAAC,gEAAgE,EAC1E,IAAI,EAAE,OAAO,SAAS,CAAC,IAAI,CAAC,EAAE,YAE7B,IAAI,GACH,CACL,CAAC;QACJ,KAAK,OAAO;YACV,OAAO,CACL,YAAG,SAAS,EAAC,8CAA8C,EAAC,IAAI,EAAE,UAAU,IAAI,EAAE,YAC/E,IAAI,GACH,CACL,CAAC;QACJ;YACE,OAAO,yBAAO,IAAI,GAAQ,CAAC;KAC9B;AACH,CAAC,CAAC;AAEF,MAAM,SAAS,GAAG,CAAC,CAAS,EAAE,EAAE,CAAC,CAAC,CAAC,UAAU,CAAC,KAAK,EAAE,EAAE,CAAC,CAAC"}
@@ -5,7 +5,6 @@ import { projectSettings } from '../../ProjectSettings.js';
5
5
  import { BlockWrapper } from '../../ui-kit/BlockWrapper.js';
6
6
  import { Button } from '../../ui-kit/Button/Button.js';
7
7
  import { LinkList } from '../../ui-kit/LinkList/LinkList.js';
8
- import { style } from '../../utils/style.js';
9
8
  import { RollupItem } from '../RollupItem/RollupItem.js';
10
9
  import { Contacts } from './Contacts.js';
11
10
  import { HorizontalNavigation } from './HorizontalNavigation.js';
@@ -14,7 +13,7 @@ import { TextInformation } from './TextInformation.js';
14
13
  export const Footer = JSX(({ className = '', ...rest }) => {
15
14
  const fallback = rest.options?.page?.fallback;
16
15
  const sitemap = useSWRResource(projectSettings.SITEMAP || 'sitemap', fallback);
17
- const { documents, relatedEnterprises, contacts, socialMedia, horizontalNavigationTitle } = useSWRResource(projectSettings.FOOTER || 'footer', fallback);
18
- return (_jsxs(BlockWrapper, { tag: "footer", className: style('px-4 py-6', className), ...rest, children: [_jsx("div", { className: "mb-4 pb-5 border-b border-main-divider", children: sitemap.topItems?.map((item, i) => (_jsx(RollupItem, { label: item?.text, labelIcon: item?.icon, children: _jsx(LinkList, { items: item.items, className: "my-3" }) }, String(i)))) }), _jsx(Contacts, { className: "overflow-hidden", items: contacts }), _jsx(SocialMedia, { className: "mb-4", media: socialMedia }), _jsx(Button, { className: "w-full mb-4", text: "Google Play", version: "secondary", href: "/", target: "_blank" }), _jsx(HorizontalNavigation, { className: "pt-4 pb-7 border-y border-main-divider", title: horizontalNavigationTitle, links: relatedEnterprises }), _jsx(TextInformation, {})] }));
16
+ const { relatedEnterprises, contacts, socialMedia, horizontalNavigationTitle } = useSWRResource(projectSettings.FOOTER || 'footer', fallback);
17
+ return (_jsxs(BlockWrapper, { tag: "footer", className: className, defaultPadding: "px-4 py-6", ...rest, children: [_jsx("div", { className: "mb-4 pb-5 border-b border-main-divider", children: sitemap.topItems?.map((item, i) => (_jsx(RollupItem, { label: item?.text, labelIcon: item?.icon, children: _jsx(LinkList, { items: item.items, className: "my-3" }) }, String(i)))) }), _jsx(Contacts, { className: "overflow-hidden", items: contacts }), _jsx(SocialMedia, { className: "mb-4", media: socialMedia }), _jsx(Button, { className: "w-full mb-4", text: "Google Play", version: "secondary", href: "/", target: "_blank" }), _jsx(HorizontalNavigation, { className: "pt-4 pb-7 border-y border-main-divider", title: horizontalNavigationTitle, links: relatedEnterprises }), _jsx(TextInformation, {})] }));
19
18
  });
20
19
  //# sourceMappingURL=Footer.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Footer.js","sourceRoot":"","sources":["../../../src/components/Footer/Footer.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AACxC,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAE5D,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAExD,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AACzD,OAAO,EAAE,MAAM,EAAE,MAAM,4BAA4B,CAAC;AACpD,OAAO,EAAE,QAAQ,EAAE,MAAM,gCAAgC,CAAC;AAC1D,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAC;AACtD,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAGtC,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAIpD,MAAM,CAAC,MAAM,MAAM,GAAG,GAAG,CAAc,CAAC,EAAE,SAAS,GAAG,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE;IACrE,MAAM,QAAQ,GAAG,IAAI,CAAC,OAAO,EAAE,IAAI,EAAE,QAAQ,CAAC;IAE9C,MAAM,OAAO,GAAG,cAAc,CAAc,eAAe,CAAC,OAAO,IAAI,SAAS,EAAE,QAAQ,CAAC,CAAC;IAC5F,MAAM,EAAE,SAAS,EAAE,kBAAkB,EAAE,QAAQ,EAAE,WAAW,EAAE,yBAAyB,EAAE,GACvF,cAAc,CAAkB,eAAe,CAAC,MAAM,IAAI,QAAQ,EAAE,QAAQ,CAAC,CAAC;IAEhF,OAAO,CACL,MAAC,YAAY,IAAC,GAAG,EAAC,QAAQ,EAAC,SAAS,EAAE,KAAK,CAAC,WAAW,EAAE,SAAS,CAAC,KAAM,IAAI,aAC3E,cAAK,SAAS,EAAC,wCAAwC,YACpD,OAAO,CAAC,QAAQ,EAAE,GAAG,CAAC,CAAC,IAAI,EAAE,CAAC,EAAE,EAAE,CAAC,CAClC,KAAC,UAAU,IAAiB,KAAK,EAAE,IAAI,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI,EAAE,IAAI,YAClE,KAAC,QAAQ,IAAC,KAAK,EAAE,IAAI,CAAC,KAAK,EAAE,SAAS,EAAC,MAAM,GAAG,IADjC,MAAM,CAAC,CAAC,CAAC,CAEb,CACd,CAAC,GACE,EACN,KAAC,QAAQ,IAAC,SAAS,EAAC,iBAAiB,EAAC,KAAK,EAAE,QAAQ,GAAI,EACzD,KAAC,WAAW,IAAC,SAAS,EAAC,MAAM,EAAC,KAAK,EAAE,WAAW,GAAI,EACpD,KAAC,MAAM,IACL,SAAS,EAAC,aAAa,EACvB,IAAI,EAAC,aAAa,EAClB,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,GAAG,EACR,MAAM,EAAC,QAAQ,GACf,EACF,KAAC,oBAAoB,IACnB,SAAS,EAAC,wCAAwC,EAClD,KAAK,EAAE,yBAAyB,EAChC,KAAK,EAAE,kBAAkB,GACzB,EACF,KAAC,eAAe,KAAG,IACN,CAChB,CAAC;AACJ,CAAC,CAAC,CAAC"}
1
+ {"version":3,"file":"Footer.js","sourceRoot":"","sources":["../../../src/components/Footer/Footer.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AACxC,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAE5D,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAExD,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AACzD,OAAO,EAAE,MAAM,EAAE,MAAM,4BAA4B,CAAC;AACpD,OAAO,EAAE,QAAQ,EAAE,MAAM,gCAAgC,CAAC;AAC1D,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAC;AACtD,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAGtC,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAIpD,MAAM,CAAC,MAAM,MAAM,GAAG,GAAG,CAAc,CAAC,EAAE,SAAS,GAAG,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE;IACrE,MAAM,QAAQ,GAAG,IAAI,CAAC,OAAO,EAAE,IAAI,EAAE,QAAQ,CAAC;IAE9C,MAAM,OAAO,GAAG,cAAc,CAAc,eAAe,CAAC,OAAO,IAAI,SAAS,EAAE,QAAQ,CAAC,CAAC;IAC5F,MAAM,EAAE,kBAAkB,EAAE,QAAQ,EAAE,WAAW,EAAE,yBAAyB,EAAE,GAC5E,cAAc,CAAkB,eAAe,CAAC,MAAM,IAAI,QAAQ,EAAE,QAAQ,CAAC,CAAC;IAEhF,OAAO,CACL,MAAC,YAAY,IAAC,GAAG,EAAC,QAAQ,EAAC,SAAS,EAAE,SAAS,EAAE,cAAc,EAAC,WAAW,KAAK,IAAI,aAClF,cAAK,SAAS,EAAC,wCAAwC,YACpD,OAAO,CAAC,QAAQ,EAAE,GAAG,CAAC,CAAC,IAAI,EAAE,CAAC,EAAE,EAAE,CAAC,CAClC,KAAC,UAAU,IAAiB,KAAK,EAAE,IAAI,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI,EAAE,IAAI,YAClE,KAAC,QAAQ,IAAC,KAAK,EAAE,IAAI,CAAC,KAAK,EAAE,SAAS,EAAC,MAAM,GAAG,IADjC,MAAM,CAAC,CAAC,CAAC,CAEb,CACd,CAAC,GACE,EACN,KAAC,QAAQ,IAAC,SAAS,EAAC,iBAAiB,EAAC,KAAK,EAAE,QAAQ,GAAI,EACzD,KAAC,WAAW,IAAC,SAAS,EAAC,MAAM,EAAC,KAAK,EAAE,WAAW,GAAI,EACpD,KAAC,MAAM,IACL,SAAS,EAAC,aAAa,EACvB,IAAI,EAAC,aAAa,EAClB,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,GAAG,EACR,MAAM,EAAC,QAAQ,GACf,EACF,KAAC,oBAAoB,IACnB,SAAS,EAAC,wCAAwC,EAClD,KAAK,EAAE,yBAAyB,EAChC,KAAK,EAAE,kBAAkB,GACzB,EACF,KAAC,eAAe,KAAG,IACN,CAChB,CAAC;AACJ,CAAC,CAAC,CAAC"}
@@ -1,7 +1,7 @@
1
1
  import type { DescriptionProps } from '../../model/HeadlineType';
2
+ import type { UniBlockContent } from '../../model/JSXBlock';
2
3
  import type { LinkProps } from '../../model/LinkProps';
3
4
  import type { IconProps } from '../../model/Picture';
4
- import type { UniBlockContent } from '../../model/JSXBlock';
5
5
  /**
6
6
  * @title Тип контакта
7
7
  * @enumNames [
@@ -18,6 +18,14 @@ export declare type ContactInfo = DescriptionProps & {
18
18
  text?: string;
19
19
  type?: ContactType;
20
20
  };
21
+ /**
22
+ * @title Группа контактов
23
+ */
24
+ export declare type ContactGroup = {
25
+ /** @title Имя */
26
+ title?: string;
27
+ items?: ContactInfo[];
28
+ };
21
29
  /**
22
30
  * @title Пункт подменю
23
31
  */
@@ -1,11 +1,11 @@
1
1
  import type { LinkCommonProps, LinkProps } from '../../model/LinkProps';
2
2
  import type { Picture } from '../../model/Picture';
3
3
  import type { SitemapData } from '../../services/sitemap/SitemapData';
4
- import type { ContactInfo, SubMenuItem } from './FooterContent';
4
+ import type { ContactGroup, SubMenuItem } from './FooterContent';
5
5
  export interface FooterDataProps extends SitemapData {
6
6
  documents?: LinkProps[];
7
7
  relatedEnterprises?: LinkProps[];
8
- contacts?: ContactInfo[];
8
+ contacts?: ContactGroup[];
9
9
  socialMedia?: LinkCommonProps[];
10
10
  mobileApps?: LinkCommonProps[];
11
11
  horizontalNavigationTitle?: string;
@@ -3,7 +3,7 @@ import { JSX } from '@redneckz/uni-jsx';
3
3
  import { BlockWrapper } from '../../ui-kit/BlockWrapper.js';
4
4
  import { Img } from '../../ui-kit/Img/Img.js';
5
5
  import { Headline } from '../Headline/Headline.js';
6
- export const GracePeriod = JSX(({ className = '', title, description, calendar, ...rest }) => (_jsxs(BlockWrapper, { className: `p-default ${className}`, ...rest, children: [_jsx(Headline, { className: "!p-0 mb-4", title: title, description: description, headlineVersion: "M" }), calendar ? renderCalendar(calendar) : null] })));
6
+ export const GracePeriod = JSX(({ className = '', title, description, calendar, ...rest }) => (_jsxs(BlockWrapper, { className: className, defaultPadding: "p-default", ...rest, children: [_jsx(Headline, { className: "!p-0 mb-4", title: title, description: description, headlineVersion: "M" }), calendar ? renderCalendar(calendar) : null] })));
7
7
  const renderCalendar = (calendar) => {
8
8
  const colCount = calendar.reduce((accumulator, currentValue) => currentValue?.month?.length ? accumulator + currentValue.month.length : accumulator, 0) || 1;
9
9
  const colSize = 100 / colCount;
@@ -1 +1 @@
1
- {"version":3,"file":"GracePeriod.js","sourceRoot":"","sources":["../../../src/components/GracePeriod/GracePeriod.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"GracePeriod.js","sourceRoot":"","sources":["../../../src/components/GracePeriod/GracePeriod.tsx"],"names":[],"mappings":"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"}
@@ -11,6 +11,6 @@ const BG_COLOR_TO_BLOCK_VERSION = {
11
11
  export const Header = JSX(({ bgColor = 'bg-white', version = BG_COLOR_TO_BLOCK_VERSION[bgColor], mobileHeaderType = 'none', ...rest }) => {
12
12
  const fallback = rest.options?.page?.fallback;
13
13
  const { logo, internetBankUrl } = useSWRResource(projectSettings.SITEMAP || 'sitemap', fallback);
14
- return (_jsx(BlockWrapper, { tag: "header", version: version, ...rest, children: _jsx("div", { className: "container px-4 py-1 box-border", children: _jsx(HeaderTop, { bgColor: bgColor, logo: logo, internetBankUrl: internetBankUrl, version: version, mobileHeaderType: mobileHeaderType, ...rest }) }) }));
14
+ return (_jsx(BlockWrapper, { tag: "header", defaultPadding: "", version: version, ...rest, children: _jsx("div", { className: "container px-4 py-1 box-border", children: _jsx(HeaderTop, { bgColor: bgColor, logo: logo, internetBankUrl: internetBankUrl, version: version, mobileHeaderType: mobileHeaderType, ...rest }) }) }));
15
15
  });
16
16
  //# sourceMappingURL=Header.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Header.js","sourceRoot":"","sources":["../../../src/components/Header/Header.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AACxC,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAK5D,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAExD,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AACzD,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAKxC,MAAM,yBAAyB,GAAyC;IACtE,UAAU,EAAE,SAAS;IACrB,WAAW,EAAE,aAAa;CAC3B,CAAC;AAEF,MAAM,CAAC,MAAM,MAAM,GAAG,GAAG,CACvB,CAAC,EACC,OAAO,GAAG,UAAU,EACpB,OAAO,GAAG,yBAAyB,CAAC,OAAO,CAAC,EAC5C,gBAAgB,GAAG,MAAM,EACzB,GAAG,IAAI,EACR,EAAE,EAAE;IACH,MAAM,QAAQ,GAAyB,IAAI,CAAC,OAAO,EAAE,IAAI,EAAE,QAAQ,CAAC;IACpE,MAAM,EAAE,IAAI,EAAE,eAAe,EAAE,GAAG,cAAc,CAC9C,eAAe,CAAC,OAAO,IAAI,SAAS,EACpC,QAAQ,CACT,CAAC;IAEF,OAAO,CACL,KAAC,YAAY,IAAC,GAAG,EAAC,QAAQ,EAAC,OAAO,EAAE,OAAO,KAAM,IAAI,YACnD,cAAK,SAAS,EAAC,gCAAgC,YAC7C,KAAC,SAAS,IACR,OAAO,EAAE,OAAO,EAChB,IAAI,EAAE,IAAI,EACV,eAAe,EAAE,eAAe,EAChC,OAAO,EAAE,OAAO,EAChB,gBAAgB,EAAE,gBAAgB,KAC9B,IAAI,GACR,GACE,GACO,CAChB,CAAC;AACJ,CAAC,CACF,CAAC"}
1
+ {"version":3,"file":"Header.js","sourceRoot":"","sources":["../../../src/components/Header/Header.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AACxC,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAK5D,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAExD,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AAEzD,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAIxC,MAAM,yBAAyB,GAAyC;IACtE,UAAU,EAAE,SAAS;IACrB,WAAW,EAAE,aAAa;CAC3B,CAAC;AAEF,MAAM,CAAC,MAAM,MAAM,GAAG,GAAG,CACvB,CAAC,EACC,OAAO,GAAG,UAAU,EACpB,OAAO,GAAG,yBAAyB,CAAC,OAAO,CAAC,EAC5C,gBAAgB,GAAG,MAAM,EACzB,GAAG,IAAI,EACR,EAAE,EAAE;IACH,MAAM,QAAQ,GAAyB,IAAI,CAAC,OAAO,EAAE,IAAI,EAAE,QAAQ,CAAC;IACpE,MAAM,EAAE,IAAI,EAAE,eAAe,EAAE,GAAG,cAAc,CAC9C,eAAe,CAAC,OAAO,IAAI,SAAS,EACpC,QAAQ,CACT,CAAC;IAEF,OAAO,CACL,KAAC,YAAY,IAAC,GAAG,EAAC,QAAQ,EAAC,cAAc,EAAC,EAAE,EAAC,OAAO,EAAE,OAAO,KAAM,IAAI,YACrE,cAAK,SAAS,EAAC,gCAAgC,YAC7C,KAAC,SAAS,IACR,OAAO,EAAE,OAAO,EAChB,IAAI,EAAE,IAAI,EACV,eAAe,EAAE,eAAe,EAChC,OAAO,EAAE,OAAO,EAChB,gBAAgB,EAAE,gBAAgB,KAC9B,IAAI,GACR,GACE,GACO,CAChB,CAAC;AACJ,CAAC,CACF,CAAC"}
@@ -5,10 +5,9 @@ import { Heading } from '../../ui-kit/Heading/Heading.js';
5
5
  import { Paragraph } from '../../ui-kit/Paragraph/Paragraph.js';
6
6
  import { style } from '../../utils/style.js';
7
7
  import { headlineVersionStyles } from './headlineVersionStyles.js';
8
- export const Headline = JSX(({ className, title, description, headlineVersion = 'XL', align = 'text-center', as, isPadding = true, isTheme = false, version = '', ...rest }) => {
8
+ export const Headline = JSX(({ className, version = '', headlineVersion = 'XL', title, description, align = 'text-center', as, isPadding = true, isTheme = false, ...rest }) => {
9
9
  const versionStyle = headlineVersionStyles[headlineVersion];
10
- const paddingStyle = isPadding ? 'p-default' : '';
11
10
  const descriptionStyle = { marginTop: versionStyle.descriptionStyle };
12
- return (_jsxs(BlockWrapper, { className: style(paddingStyle, className), version: version, isTheme: isTheme, ...rest, children: [title ? (_jsx(Heading, { className: style('whitespace-pre-wrap', align), ...versionStyle?.title, as: as || versionStyle?.title.as, title: title })) : null, description ? (_jsx(Paragraph, { size: versionStyle.descriptionSize, align: align, ...descriptionStyle, children: description })) : null] }));
11
+ return (_jsxs(BlockWrapper, { className: className, defaultPadding: isPadding ? 'p-default' : '', version: version, isTheme: isTheme, ...rest, children: [title ? (_jsx(Heading, { className: style('whitespace-pre-wrap', align), ...versionStyle?.title, as: as || versionStyle?.title.as, title: title })) : null, description ? (_jsx(Paragraph, { size: versionStyle.descriptionSize, align: align, ...descriptionStyle, children: description })) : null] }));
13
12
  });
14
13
  //# sourceMappingURL=Headline.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Headline.js","sourceRoot":"","sources":["../../../src/components/Headline/Headline.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AACxC,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AACzD,OAAO,EAAE,OAAO,EAAE,MAAM,8BAA8B,CAAC;AACvD,OAAO,EAAE,SAAS,EAAE,MAAM,kCAAkC,CAAC;AAC7D,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAOhE,MAAM,CAAC,MAAM,QAAQ,GAAG,GAAG,CACzB,CAAC,EACC,SAAS,EACT,KAAK,EACL,WAAW,EACX,eAAe,GAAG,IAAI,EACtB,KAAK,GAAG,aAAa,EACrB,EAAE,EACF,SAAS,GAAG,IAAI,EAChB,OAAO,GAAG,KAAK,EACf,OAAO,GAAG,EAAE,EACZ,GAAG,IAAI,EACR,EAAE,EAAE;IACH,MAAM,YAAY,GAAG,qBAAqB,CAAC,eAAe,CAAC,CAAC;IAC5D,MAAM,YAAY,GAAG,SAAS,CAAC,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,EAAE,CAAC;IAClD,MAAM,gBAAgB,GAAG,EAAE,SAAS,EAAE,YAAY,CAAC,gBAAgB,EAAE,CAAC;IAEtE,OAAO,CACL,MAAC,YAAY,IACX,SAAS,EAAE,KAAK,CAAC,YAAY,EAAE,SAAS,CAAC,EACzC,OAAO,EAAE,OAAO,EAChB,OAAO,EAAE,OAAO,KACZ,IAAI,aAEP,KAAK,CAAC,CAAC,CAAC,CACP,KAAC,OAAO,IACN,SAAS,EAAE,KAAK,CAAC,qBAAqB,EAAE,KAAK,CAAC,KAC1C,YAAY,EAAE,KAAK,EACvB,EAAE,EAAE,EAAE,IAAI,YAAY,EAAE,KAAK,CAAC,EAAE,EAChC,KAAK,EAAE,KAAK,GACZ,CACH,CAAC,CAAC,CAAC,IAAI,EACP,WAAW,CAAC,CAAC,CAAC,CACb,KAAC,SAAS,IACR,IAAI,EAAE,YAAY,CAAC,eAA2B,EAC9C,KAAK,EAAE,KAAK,KACR,gBAAgB,YAEnB,WAAW,GACF,CACb,CAAC,CAAC,CAAC,IAAI,IACK,CAChB,CAAC;AACJ,CAAC,CACF,CAAC"}
1
+ {"version":3,"file":"Headline.js","sourceRoot":"","sources":["../../../src/components/Headline/Headline.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAExC,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AACzD,OAAO,EAAE,OAAO,EAAE,MAAM,8BAA8B,CAAC;AACvD,OAAO,EAAE,SAAS,EAAE,MAAM,kCAAkC,CAAC;AAE7D,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAE1C,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAIhE,MAAM,CAAC,MAAM,QAAQ,GAAG,GAAG,CACzB,CAAC,EACC,SAAS,EACT,OAAO,GAAG,EAAE,EACZ,eAAe,GAAG,IAAI,EACtB,KAAK,EACL,WAAW,EACX,KAAK,GAAG,aAAa,EACrB,EAAE,EACF,SAAS,GAAG,IAAI,EAChB,OAAO,GAAG,KAAK,EACf,GAAG,IAAI,EACR,EAAE,EAAE;IACH,MAAM,YAAY,GAAG,qBAAqB,CAAC,eAAe,CAAC,CAAC;IAC5D,MAAM,gBAAgB,GAAG,EAAE,SAAS,EAAE,YAAY,CAAC,gBAAgB,EAAE,CAAC;IAEtE,OAAO,CACL,MAAC,YAAY,IACX,SAAS,EAAE,SAAS,EACpB,cAAc,EAAE,SAAS,CAAC,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,EAAE,EAC5C,OAAO,EAAE,OAAO,EAChB,OAAO,EAAE,OAAO,KACZ,IAAI,aAEP,KAAK,CAAC,CAAC,CAAC,CACP,KAAC,OAAO,IACN,SAAS,EAAE,KAAK,CAAC,qBAAqB,EAAE,KAAK,CAAC,KAC1C,YAAY,EAAE,KAAK,EACvB,EAAE,EAAE,EAAE,IAAI,YAAY,EAAE,KAAK,CAAC,EAAE,EAChC,KAAK,EAAE,KAAK,GACZ,CACH,CAAC,CAAC,CAAC,IAAI,EACP,WAAW,CAAC,CAAC,CAAC,CACb,KAAC,SAAS,IACR,IAAI,EAAE,YAAY,CAAC,eAA2B,EAC9C,KAAK,EAAE,KAAK,KACR,gBAAgB,YAEnB,WAAW,GACF,CACb,CAAC,CAAC,CAAC,IAAI,IACK,CAChB,CAAC;AACJ,CAAC,CACF,CAAC"}
@@ -2,12 +2,10 @@ import type { HeadlineProps } from '../../model/HeadlineType';
2
2
  import type { UniBlockContent } from '../../model/JSXBlock';
3
3
  import type { HeadingTagType } from '../../ui-kit/Heading/HeadingProps';
4
4
  import type { ImageContent } from '../../ui-kit/Img/ImgProps';
5
- import type { TextAlign } from '../../ui-kit/Text/TextProps';
6
5
  /**
7
6
  * @title Заголовок
8
7
  */
9
8
  export declare type HeadlineContent = UniBlockContent & HeadlineProps & ImageContent & {
10
- align?: TextAlign;
11
9
  /** @hidden */
12
10
  as?: HeadingTagType;
13
11
  /** @title Внутренний отступ блока */
@@ -2,32 +2,32 @@ export const headlineVersionStyles = {
2
2
  XXL: {
3
3
  title: { headingType: 'h0', as: 'h1' },
4
4
  descriptionSize: 'text-h5',
5
- descriptionStyle: 'mt-headline-xxl',
5
+ descriptionStyle: 'mt-m',
6
6
  },
7
7
  XL: {
8
8
  title: { headingType: 'h1', as: 'h1' },
9
9
  descriptionSize: 'text-xl-light',
10
- descriptionStyle: 'mt-headline-l',
10
+ descriptionStyle: 'mt-s',
11
11
  },
12
12
  L: {
13
13
  title: { headingType: 'h2', as: 'h2' },
14
14
  descriptionSize: 'text-xl-light',
15
- descriptionStyle: 'mt-headline-l',
15
+ descriptionStyle: 'mt-s',
16
16
  },
17
17
  M: {
18
- title: { headingType: 'h3', as: 'h3' },
18
+ title: { headingType: 'h3', as: 'h2' },
19
19
  descriptionSize: 'text-xl-light',
20
- descriptionStyle: 'mt-headline-m',
20
+ descriptionStyle: 'mt-text',
21
21
  },
22
22
  S: {
23
- title: { headingType: 'h4', as: 'h4' },
23
+ title: { headingType: 'h4', as: 'h2' },
24
24
  descriptionSize: 'text-xl-light',
25
- descriptionStyle: 'mt-headline-s',
25
+ descriptionStyle: 'mt-xs',
26
26
  },
27
27
  XS: {
28
- title: { headingType: 'h5', as: 'h5' },
28
+ title: { headingType: 'h5', as: 'h2' },
29
29
  descriptionSize: 'text-l-light',
30
- descriptionStyle: 'mt-headline-s',
30
+ descriptionStyle: 'mt-xs',
31
31
  },
32
32
  };
33
33
  // TODO Move to Gallery and rename
@@ -1 +1 @@
1
- {"version":3,"file":"headlineVersionStyles.js","sourceRoot":"","sources":["../../../src/components/Headline/headlineVersionStyles.ts"],"names":[],"mappings":"AAIA,MAAM,CAAC,MAAM,qBAAqB,GAO9B;IACF,GAAG,EAAE;QACH,KAAK,EAAE,EAAE,WAAW,EAAE,IAAI,EAAE,EAAE,EAAE,IAAI,EAAE;QACtC,eAAe,EAAE,SAAS;QAC1B,gBAAgB,EAAE,iBAAiB;KACpC;IACD,EAAE,EAAE;QACF,KAAK,EAAE,EAAE,WAAW,EAAE,IAAI,EAAE,EAAE,EAAE,IAAI,EAAE;QACtC,eAAe,EAAE,eAAe;QAChC,gBAAgB,EAAE,eAAe;KAClC;IACD,CAAC,EAAE;QACD,KAAK,EAAE,EAAE,WAAW,EAAE,IAAI,EAAE,EAAE,EAAE,IAAI,EAAE;QACtC,eAAe,EAAE,eAAe;QAChC,gBAAgB,EAAE,eAAe;KAClC;IACD,CAAC,EAAE;QACD,KAAK,EAAE,EAAE,WAAW,EAAE,IAAI,EAAE,EAAE,EAAE,IAAI,EAAE;QACtC,eAAe,EAAE,eAAe;QAChC,gBAAgB,EAAE,eAAe;KAClC;IACD,CAAC,EAAE;QACD,KAAK,EAAE,EAAE,WAAW,EAAE,IAAI,EAAE,EAAE,EAAE,IAAI,EAAE;QACtC,eAAe,EAAE,eAAe;QAChC,gBAAgB,EAAE,eAAe;KAClC;IACD,EAAE,EAAE;QACF,KAAK,EAAE,EAAE,WAAW,EAAE,IAAI,EAAE,EAAE,EAAE,IAAI,EAAE;QACtC,eAAe,EAAE,cAAc;QAC/B,gBAAgB,EAAE,eAAe;KAClC;CACF,CAAC;AAEF,kCAAkC;AAClC,MAAM,CAAC,MAAM,sBAAsB,GAAyC;IAC1E,EAAE,EAAE,SAAS;IACb,IAAI,EAAE,eAAe;IACrB,IAAI,EAAE,SAAS;IACf,GAAG,EAAE,cAAc;IACnB,GAAG,EAAE,QAAQ;IACb,CAAC,EAAE,cAAc;IACjB,CAAC,EAAE,cAAc;IACjB,EAAE,EAAE,eAAe;CACpB,CAAC"}
1
+ {"version":3,"file":"headlineVersionStyles.js","sourceRoot":"","sources":["../../../src/components/Headline/headlineVersionStyles.ts"],"names":[],"mappings":"AAIA,MAAM,CAAC,MAAM,qBAAqB,GAO9B;IACF,GAAG,EAAE;QACH,KAAK,EAAE,EAAE,WAAW,EAAE,IAAI,EAAE,EAAE,EAAE,IAAI,EAAE;QACtC,eAAe,EAAE,SAAS;QAC1B,gBAAgB,EAAE,MAAM;KACzB;IACD,EAAE,EAAE;QACF,KAAK,EAAE,EAAE,WAAW,EAAE,IAAI,EAAE,EAAE,EAAE,IAAI,EAAE;QACtC,eAAe,EAAE,eAAe;QAChC,gBAAgB,EAAE,MAAM;KACzB;IACD,CAAC,EAAE;QACD,KAAK,EAAE,EAAE,WAAW,EAAE,IAAI,EAAE,EAAE,EAAE,IAAI,EAAE;QACtC,eAAe,EAAE,eAAe;QAChC,gBAAgB,EAAE,MAAM;KACzB;IACD,CAAC,EAAE;QACD,KAAK,EAAE,EAAE,WAAW,EAAE,IAAI,EAAE,EAAE,EAAE,IAAI,EAAE;QACtC,eAAe,EAAE,eAAe;QAChC,gBAAgB,EAAE,SAAS;KAC5B;IACD,CAAC,EAAE;QACD,KAAK,EAAE,EAAE,WAAW,EAAE,IAAI,EAAE,EAAE,EAAE,IAAI,EAAE;QACtC,eAAe,EAAE,eAAe;QAChC,gBAAgB,EAAE,OAAO;KAC1B;IACD,EAAE,EAAE;QACF,KAAK,EAAE,EAAE,WAAW,EAAE,IAAI,EAAE,EAAE,EAAE,IAAI,EAAE;QACtC,eAAe,EAAE,cAAc;QAC/B,gBAAgB,EAAE,OAAO;KAC1B;CACF,CAAC;AAEF,kCAAkC;AAClC,MAAM,CAAC,MAAM,sBAAsB,GAAyC;IAC1E,EAAE,EAAE,SAAS;IACb,IAAI,EAAE,eAAe;IACrB,IAAI,EAAE,SAAS;IACf,GAAG,EAAE,cAAc;IACnB,GAAG,EAAE,QAAQ;IACb,CAAC,EAAE,cAAc;IACjB,CAAC,EAAE,cAAc;IACjB,EAAE,EAAE,eAAe;CACpB,CAAC"}
@@ -4,7 +4,7 @@ import { renderChildren } from '../../BlockRenderer/renderChildren.js';
4
4
  import { BlockWrapper } from '../../ui-kit/BlockWrapper.js';
5
5
  import { style } from '../../utils/style.js';
6
6
  import { gapStyles } from './gapStyles.js';
7
- export const HorizontalLayout = JSX(({ className = '', gap = 'XS', isPadding = false, version = 'transparent', isTheme = false, ...rest }) => (_jsx(BlockWrapper, { className: style('relative', 'grid grid-cols-12', isPadding ? 'p-default' : '', gapStyles[gap], className), version: version, isTheme: isTheme, ...rest, children: renderChildren(rest) })));
7
+ export const HorizontalLayout = JSX(({ className = '', gap = 'XS', isPadding = false, version = 'transparent', isTheme = false, ...rest }) => (_jsx(BlockWrapper, { className: style('relative', 'grid grid-cols-12', gapStyles[gap], className), defaultPadding: isPadding ? 'p-default' : '', version: version, isTheme: isTheme, ...rest, children: renderChildren(rest) })));
8
8
  HorizontalLayout.childrenTypes = {
9
9
  exclude: ['HorizontalLayout'],
10
10
  };
@@ -1 +1 @@
1
- {"version":3,"file":"HorizontalLayout.js","sourceRoot":"","sources":["../../../src/components/HorizontalLayout/HorizontalLayout.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AACxC,OAAO,EAAE,cAAc,EAAE,MAAM,oCAAoC,CAAC;AAEpE,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AACzD,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAKxC,MAAM,CAAC,MAAM,gBAAgB,GAAoC,GAAG,CAClE,CAAC,EACC,SAAS,GAAG,EAAE,EACd,GAAG,GAAG,IAAI,EACV,SAAS,GAAG,KAAK,EACjB,OAAO,GAAG,aAAa,EACvB,OAAO,GAAG,KAAK,EACf,GAAG,IAAI,EACR,EAAE,EAAE,CAAC,CACJ,KAAC,YAAY,IACX,SAAS,EAAE,KAAK,CACd,UAAU,EACV,mBAAmB,EACnB,SAAS,CAAC,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,EAAE,EAC5B,SAAS,CAAC,GAAG,CAAC,EACd,SAAS,CACV,EACD,OAAO,EAAE,OAAO,EAChB,OAAO,EAAE,OAAO,KACZ,IAAI,YAEP,cAAc,CAAC,IAAI,CAAC,GACR,CAChB,CACF,CAAC;AAEF,gBAAgB,CAAC,aAAa,GAAG;IAC/B,OAAO,EAAE,CAAC,kBAAkB,CAAC;CAC9B,CAAC"}
1
+ {"version":3,"file":"HorizontalLayout.js","sourceRoot":"","sources":["../../../src/components/HorizontalLayout/HorizontalLayout.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AACxC,OAAO,EAAE,cAAc,EAAE,MAAM,oCAAoC,CAAC;AAEpE,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AACzD,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAKxC,MAAM,CAAC,MAAM,gBAAgB,GAAoC,GAAG,CAClE,CAAC,EACC,SAAS,GAAG,EAAE,EACd,GAAG,GAAG,IAAI,EACV,SAAS,GAAG,KAAK,EACjB,OAAO,GAAG,aAAa,EACvB,OAAO,GAAG,KAAK,EACf,GAAG,IAAI,EACR,EAAE,EAAE,CAAC,CACJ,KAAC,YAAY,IACX,SAAS,EAAE,KAAK,CAAC,UAAU,EAAE,mBAAmB,EAAE,SAAS,CAAC,GAAG,CAAC,EAAE,SAAS,CAAC,EAC5E,cAAc,EAAE,SAAS,CAAC,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,EAAE,EAC5C,OAAO,EAAE,OAAO,EAChB,OAAO,EAAE,OAAO,KACZ,IAAI,YAEP,cAAc,CAAC,IAAI,CAAC,GACR,CAChB,CACF,CAAC;AAEF,gBAAgB,CAAC,aAAa,GAAG;IAC/B,OAAO,EAAE,CAAC,kBAAkB,CAAC;CAC9B,CAAC"}
@@ -4,6 +4,6 @@ import { BlockWrapper } from '../../ui-kit/BlockWrapper.js';
4
4
  import { Img } from '../../ui-kit/Img/Img.js';
5
5
  export const ImgBlock = JSX((props) => {
6
6
  const { className, image, ...rest } = props;
7
- return (_jsx(BlockWrapper, { className: className, ...rest, children: _jsx(Img, { image: image }) }));
7
+ return (_jsx(BlockWrapper, { className: className, defaultPadding: "p-0", ...rest, children: _jsx(Img, { image: image }) }));
8
8
  });
9
9
  //# sourceMappingURL=ImgBlock.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ImgBlock.js","sourceRoot":"","sources":["../../../src/components/ImgBlock/ImgBlock.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAExC,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AACzD,OAAO,EAAE,GAAG,EAAE,MAAM,sBAAsB,CAAC;AAK3C,MAAM,CAAC,MAAM,QAAQ,GAAG,GAAG,CAAgB,CAAC,KAAK,EAAE,EAAE;IACnD,MAAM,EAAE,SAAS,EAAE,KAAK,EAAE,GAAG,IAAI,EAAE,GAAG,KAAK,CAAC;IAE5C,OAAO,CACL,KAAC,YAAY,IAAC,SAAS,EAAE,SAAS,KAAM,IAAI,YAC1C,KAAC,GAAG,IAAC,KAAK,EAAE,KAAK,GAAI,GACR,CAChB,CAAC;AACJ,CAAC,CAAC,CAAC"}
1
+ {"version":3,"file":"ImgBlock.js","sourceRoot":"","sources":["../../../src/components/ImgBlock/ImgBlock.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAExC,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AACzD,OAAO,EAAE,GAAG,EAAE,MAAM,sBAAsB,CAAC;AAK3C,MAAM,CAAC,MAAM,QAAQ,GAAG,GAAG,CAAgB,CAAC,KAAK,EAAE,EAAE;IACnD,MAAM,EAAE,SAAS,EAAE,KAAK,EAAE,GAAG,IAAI,EAAE,GAAG,KAAK,CAAC;IAE5C,OAAO,CACL,KAAC,YAAY,IAAC,SAAS,EAAE,SAAS,EAAE,cAAc,EAAC,KAAK,KAAK,IAAI,YAC/D,KAAC,GAAG,IAAC,KAAK,EAAE,KAAK,GAAI,GACR,CAChB,CAAC;AACJ,CAAC,CAAC,CAAC"}
@@ -3,11 +3,12 @@ import { JSX } from '@redneckz/uni-jsx';
3
3
  import { useCallback, useState } from '@redneckz/uni-jsx/lib/hooks';
4
4
  import { BlockWrapper } from '../../ui-kit/BlockWrapper.js';
5
5
  import { Heading } from '../../ui-kit/Heading/Heading.js';
6
+ import { style } from '../../utils/style.js';
6
7
  import { InsuranceAmountBlockInner } from './InsuranceAmountBlockInner.js';
7
8
  export const InsuranceAmountBlock = JSX(({ className = '', title, insuranceTabs = [], button, ...rest }) => {
8
9
  const [activeSlideIndex, setActiveSlideIndex] = useState(0);
9
10
  const handleActiveSlideIndex = useCallback((_) => setActiveSlideIndex(_), []);
10
- return (_jsxs(BlockWrapper, { className: `box-border py-12 overflow-hidden relative w-100 ${className}`, ...rest, children: [title ? _jsx(Heading, { className: "text-center mb-8", title: title, headingType: "h3" }) : null, insuranceTabs?.length > 1 ? (_jsx("div", { className: "p-1.5 bg-secondary-light w-fit mx-auto mb-7 rounded-md", children: insuranceTabs.map((item, i) => renderNavButton({
11
+ return (_jsxs(BlockWrapper, { className: style('box-border overflow-hidden relative px-0', className), defaultPadding: "p-default", ...rest, children: [title ? _jsx(Heading, { className: "text-center mb-8", title: title, headingType: "h3" }) : null, insuranceTabs?.length > 1 ? (_jsx("div", { className: "p-1.5 bg-secondary-light w-fit mx-auto mb-7 rounded-md", children: insuranceTabs.map((item, i) => renderNavButton({
11
12
  title: item?.title,
12
13
  i,
13
14
  isActive: Boolean(i === activeSlideIndex),
@@ -1 +1 @@
1
- {"version":3,"file":"InsuranceAmountBlock.js","sourceRoot":"","sources":["../../../src/components/InsuranceAmountBlock/InsuranceAmountBlock.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AACxC,OAAO,EAAE,WAAW,EAAE,QAAQ,EAAE,MAAM,6BAA6B,CAAC;AAEpE,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AACzD,OAAO,EAAE,OAAO,EAAE,MAAM,8BAA8B,CAAC;AAEvD,OAAO,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAC;AAWxE,MAAM,CAAC,MAAM,oBAAoB,GAAG,GAAG,CACrC,CAAC,EAAE,SAAS,GAAG,EAAE,EAAE,KAAK,EAAE,aAAa,GAAG,EAAE,EAAE,MAAM,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE;IACjE,MAAM,CAAC,gBAAgB,EAAE,mBAAmB,CAAC,GAAG,QAAQ,CAAC,CAAC,CAAC,CAAC;IAC5D,MAAM,sBAAsB,GAAG,WAAW,CAAC,CAAC,CAAS,EAAE,EAAE,CAAC,mBAAmB,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC;IAEtF,OAAO,CACL,MAAC,YAAY,IACX,SAAS,EAAE,mDAAmD,SAAS,EAAE,KACrE,IAAI,aAEP,KAAK,CAAC,CAAC,CAAC,KAAC,OAAO,IAAC,SAAS,EAAC,kBAAkB,EAAC,KAAK,EAAE,KAAK,EAAE,WAAW,EAAC,IAAI,GAAG,CAAC,CAAC,CAAC,IAAI,EACtF,aAAa,EAAE,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC,CAC3B,cAAK,SAAS,EAAC,wDAAwD,YACpE,aAAa,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,CAAC,EAAE,EAAE,CAC7B,eAAe,CAAC;oBACd,KAAK,EAAE,IAAI,EAAE,KAAK;oBAClB,CAAC;oBACD,QAAQ,EAAE,OAAO,CAAC,CAAC,KAAK,gBAAgB,CAAC;oBACzC,OAAO,EAAE,GAAG,EAAE,CAAC,sBAAsB,CAAC,CAAC,CAAC;iBACzC,CAAC,CACH,GACG,CACP,CAAC,CAAC,CAAC,IAAI,EACR,cACE,SAAS,EAAC,MAAM,EAChB,KAAK,EAAE,EAAE,SAAS,EAAE,eAAe,gBAAgB,MAAM,EAAE,EAC3D,IAAI,EAAC,MAAM,YAEV,wBAAwB,CAAC;oBACxB,aAAa;oBACb,MAAM;iBACP,CAAC,GACE,IACO,CAChB,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,MAAM,wBAAwB,GAAG,CAAC,EAAE,aAAa,EAAE,MAAM,EAA+B,EAAE,EAAE;IAC1F,MAAM,kBAAkB,GAAG,aAAa,EAAE,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC;IAE9D,OAAO,kBAAkB,EAAE,MAAM;QAC/B,CAAC,CAAC,kBAAkB,CAAC,GAAG,CAAC,CAAC,KAAK,EAAE,CAAC,EAAE,EAAE,CAAC,CACnC,KAAC,yBAAyB,IAAiB,MAAM,EAAE,MAAM,EAAE,KAAK,EAAE,KAAK,IAAvC,MAAM,CAAC,CAAC,CAAC,CAAkC,CAC5E,CAAC;QACJ,CAAC,CAAC,IAAI,CAAC;AACX,CAAC,CAAC;AAEF,SAAS,eAAe,CAAC,EAAE,KAAK,EAAE,CAAC,EAAE,QAAQ,EAAE,OAAO,EAAkB;IACtE,MAAM,YAAY,GAAG,QAAQ,CAAC,CAAC,CAAC,uCAAuC,CAAC,CAAC,CAAC,qBAAqB,CAAC;IAEhG,OAAO,CACL,iBACE,IAAI,EAAC,QAAQ,EAEb,OAAO,EAAE,OAAO,gBACJ,KAAK,EACjB,SAAS,EAAE,qCAAqC,YAAY,EAAE,YAE7D,KAAK,IALD,MAAM,CAAC,CAAC,CAAC,CAMP,CACV,CAAC;AACJ,CAAC"}
1
+ {"version":3,"file":"InsuranceAmountBlock.js","sourceRoot":"","sources":["../../../src/components/InsuranceAmountBlock/InsuranceAmountBlock.tsx"],"names":[],"mappings":"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"}
@@ -18,11 +18,11 @@ const investmentCellSizeMap = {
18
18
  };
19
19
  export const InvestmentInfo = JSX((props) => {
20
20
  const { className = '', items, isDotted, investmentZeroColumn, investmentColumns, ...rest } = props;
21
- const colums = investmentColumns ? [...investmentColumns] : [];
21
+ const columns = investmentColumns ? [...investmentColumns] : [];
22
22
  if (investmentZeroColumn) {
23
- colums.unshift(investmentZeroColumn);
23
+ columns.unshift(investmentZeroColumn);
24
24
  }
25
- return (_jsx(BlockWrapper, { className: `px-9 py-12 ${className}`, ...rest, children: _jsxs("div", { className: "container text-m-light", children: [colums?.length ? (_jsxs("div", { children: [_jsxs("div", { className: "flex items-end relative pl-9 pr-5 text-white", children: [joinList(_jsx("div", { className: "w-px h-4 bg-gray" }))(colums.map(renderInvestmentColumn)), _jsx("div", { className: "absolute right-[30px] w-px h-4 bg-gray" })] }), _jsx("div", { className: "border-t border-gray -mt-2 ml-9 mr-8" }), _jsx("div", { className: "flex justify-between text-primary-text mt-3 -mx-10", children: colums.map(renderInvestmentColumnTitle) })] })) : null, items?.length ? (_jsx(List, { className: "mt-9 max-w-[657px]", items: items, isDotted: isDotted, listItemSize: "M" })) : null] }) }));
25
+ return (_jsx(BlockWrapper, { className: className, ...rest, children: _jsxs("div", { className: "container text-m-light", children: [columns?.length ? (_jsxs("div", { children: [_jsxs("div", { className: "flex items-end relative pl-9 pr-5 text-white", children: [joinList(_jsx("div", { className: "w-px h-4 bg-gray" }))(columns.map(renderInvestmentColumn)), _jsx("div", { className: "absolute right-[30px] w-px h-4 bg-gray" })] }), _jsx("div", { className: "border-t border-gray -mt-2 ml-9 mr-8" }), _jsx("div", { className: "flex justify-between text-primary-text mt-3 -mx-10", children: columns.map(renderInvestmentColumnTitle) })] })) : null, items?.length ? (_jsx(List, { className: "mt-9 max-w-[657px]", items: items, isDotted: isDotted, listItemSize: "M" })) : null] }) }));
26
26
  });
27
27
  const renderInvestmentColumn = (column, i, arr) => {
28
28
  const isSecondColumn = i === 1;
@@ -1 +1 @@
1
- {"version":3,"file":"InvestmentInfo.js","sourceRoot":"","sources":["../../../src/components/InvestmentInfo/InvestmentInfo.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"InvestmentInfo.js","sourceRoot":"","sources":["../../../src/components/InvestmentInfo/InvestmentInfo.tsx"],"names":[],"mappings":"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"}
@@ -2,8 +2,7 @@ import { jsx as _jsx, jsxs as _jsxs } from "@redneckz/uni-jsx/jsx-runtime";
2
2
  import { JSX } from '@redneckz/uni-jsx';
3
3
  import { BlockWrapper } from '../../ui-kit/BlockWrapper.js';
4
4
  import { Img } from '../../ui-kit/Img/Img.js';
5
- import { style } from '../../utils/style.js';
6
5
  import { Headline } from '../Headline/Headline.js';
7
6
  import { LinkDocsListItem } from './LinkDocsListItem.js';
8
- export const LinkDocs = JSX(({ className = '', title, description, icon = { icon: 'DocDownloadIcon', iconVersion: 'black' }, documents, align, ...rest }) => (_jsxs(BlockWrapper, { className: style('p-default', className), ...rest, children: [_jsx(Headline, { isPadding: false, title: title, description: description, align: align, headlineVersion: "M", as: "h2" }), documents?.length ? (_jsx("div", { className: "mt-5 flex flex-col gap-6", role: "list", children: documents.map((doc, i) => (_jsx("div", { role: "listitem", children: _jsx(LinkDocsListItem, { doc: doc, icon: icon ? (_jsx(Img, { className: "min-w-11 min-h-11 h-fit p-2.5 bg-main-divider rounded-md", image: icon, width: "24", height: "24" })) : null }) }, String(i)))) })) : null] })));
7
+ export const LinkDocs = JSX(({ className = '', title, description, icon = { icon: 'DocDownloadIcon', iconVersion: 'black' }, documents, align, ...rest }) => (_jsxs(BlockWrapper, { className: className, defaultPadding: "p-default", ...rest, children: [_jsx(Headline, { isPadding: false, title: title, description: description, align: align, headlineVersion: "M" }), documents?.length ? (_jsx("div", { className: "mt-5 flex flex-col gap-6", role: "list", children: documents.map((doc, i) => (_jsx("div", { role: "listitem", children: _jsx(LinkDocsListItem, { doc: doc, icon: icon ? (_jsx(Img, { className: "min-w-11 min-h-11 h-fit p-2.5 bg-main-divider rounded-md", image: icon, width: "24", height: "24" })) : null }) }, String(i)))) })) : null] })));
9
8
  //# sourceMappingURL=LinkDocs.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"LinkDocs.js","sourceRoot":"","sources":["../../../src/components/LinkDocs/LinkDocs.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAExC,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AACzD,OAAO,EAAE,GAAG,EAAE,MAAM,sBAAsB,CAAC;AAC3C,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAEhD,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAItD,MAAM,CAAC,MAAM,QAAQ,GAAG,GAAG,CACzB,CAAC,EACC,SAAS,GAAG,EAAE,EACd,KAAK,EACL,WAAW,EACX,IAAI,GAAG,EAAE,IAAI,EAAE,iBAAiB,EAAE,WAAW,EAAE,OAAO,EAAE,EACxD,SAAS,EACT,KAAK,EACL,GAAG,IAAI,EACR,EAAE,EAAE,CAAC,CACJ,MAAC,YAAY,IAAC,SAAS,EAAE,KAAK,CAAC,WAAW,EAAE,SAAS,CAAC,KAAM,IAAI,aAC9D,KAAC,QAAQ,IACP,SAAS,EAAE,KAAK,EAChB,KAAK,EAAE,KAAK,EACZ,WAAW,EAAE,WAAW,EACxB,KAAK,EAAE,KAAK,EACZ,eAAe,EAAC,GAAG,EACnB,EAAE,EAAC,IAAI,GACP,EACD,SAAS,EAAE,MAAM,CAAC,CAAC,CAAC,CACnB,cAAK,SAAS,EAAC,0BAA0B,EAAC,IAAI,EAAC,MAAM,YAClD,SAAS,CAAC,GAAG,CAAC,CAAC,GAAG,EAAE,CAAC,EAAE,EAAE,CAAC,CACzB,cAAqB,IAAI,EAAC,UAAU,YAClC,KAAC,gBAAgB,IACf,GAAG,EAAE,GAAG,EACR,IAAI,EACF,IAAI,CAAC,CAAC,CAAC,CACL,KAAC,GAAG,IACF,SAAS,EAAC,0DAA0D,EACpE,KAAK,EAAE,IAAI,EACX,KAAK,EAAC,IAAI,EACV,MAAM,EAAC,IAAI,GACX,CACH,CAAC,CAAC,CAAC,IAAI,GAEV,IAbM,MAAM,CAAC,CAAC,CAAC,CAcb,CACP,CAAC,GACE,CACP,CAAC,CAAC,CAAC,IAAI,IACK,CAChB,CACF,CAAC"}
1
+ {"version":3,"file":"LinkDocs.js","sourceRoot":"","sources":["../../../src/components/LinkDocs/LinkDocs.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAExC,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AACzD,OAAO,EAAE,GAAG,EAAE,MAAM,sBAAsB,CAAC;AAC3C,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAEhD,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAItD,MAAM,CAAC,MAAM,QAAQ,GAAG,GAAG,CACzB,CAAC,EACC,SAAS,GAAG,EAAE,EACd,KAAK,EACL,WAAW,EACX,IAAI,GAAG,EAAE,IAAI,EAAE,iBAAiB,EAAE,WAAW,EAAE,OAAO,EAAE,EACxD,SAAS,EACT,KAAK,EACL,GAAG,IAAI,EACR,EAAE,EAAE,CAAC,CACJ,MAAC,YAAY,IAAC,SAAS,EAAE,SAAS,EAAE,cAAc,EAAC,WAAW,KAAK,IAAI,aACrE,KAAC,QAAQ,IACP,SAAS,EAAE,KAAK,EAChB,KAAK,EAAE,KAAK,EACZ,WAAW,EAAE,WAAW,EACxB,KAAK,EAAE,KAAK,EACZ,eAAe,EAAC,GAAG,GACnB,EACD,SAAS,EAAE,MAAM,CAAC,CAAC,CAAC,CACnB,cAAK,SAAS,EAAC,0BAA0B,EAAC,IAAI,EAAC,MAAM,YAClD,SAAS,CAAC,GAAG,CAAC,CAAC,GAAG,EAAE,CAAC,EAAE,EAAE,CAAC,CACzB,cAAqB,IAAI,EAAC,UAAU,YAClC,KAAC,gBAAgB,IACf,GAAG,EAAE,GAAG,EACR,IAAI,EACF,IAAI,CAAC,CAAC,CAAC,CACL,KAAC,GAAG,IACF,SAAS,EAAC,0DAA0D,EACpE,KAAK,EAAE,IAAI,EACX,KAAK,EAAC,IAAI,EACV,MAAM,EAAC,IAAI,GACX,CACH,CAAC,CAAC,CAAC,IAAI,GAEV,IAbM,MAAM,CAAC,CAAC,CAAC,CAcb,CACP,CAAC,GACE,CACP,CAAC,CAAC,CAAC,IAAI,IACK,CAChB,CACF,CAAC"}
@@ -1,8 +1,16 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "@redneckz/uni-jsx/jsx-runtime";
2
2
  import { JSX } from '@redneckz/uni-jsx';
3
- import { Logo } from '../../ui-kit/Logo/Logo.js';
3
+ import { AlignText } from '../../model/AlignText.js';
4
+ import { BaseTile } from '../../ui-kit/BaseTile/BaseTile.js';
5
+ import { BlockWrapper } from '../../ui-kit/BlockWrapper.js';
6
+ import { renderButtonsSection } from '../../ui-kit/Button/renderButtonsSection.js';
7
+ import { Heading } from '../../ui-kit/Heading/Heading.js';
8
+ import { Img } from '../../ui-kit/Img/Img.js';
4
9
  import { style } from '../../utils/style.js';
5
- export const MobileAppTile = JSX(({ className = '', title = 'Мобильное приложение', description, href = '#' }) => {
6
- return (_jsx("div", { className: style('col-span-12 rounded-md cursor-pointer p-4 bg-secondary-light font-sans', className), children: href ? (_jsxs("div", { className: "flex", children: [_jsx("div", { className: "flex justify-center align-middle rounded-md bg-primary-main w-12 h-12", children: _jsx(Logo, { className: "w-8", bgColor: "transparent", showTitle: true }) }), _jsxs("a", { href: href, target: "_blank", className: "flex flex-col justify-center pl-3", children: [_jsx("div", { className: "text-s font-medium mb-[3px]", children: title }), _jsx("div", { className: "text-s text-secondary-text", children: description })] })] })) : null }));
10
+ import { renderDescription } from './renderDescription.js';
11
+ import { renderList } from './renderList.js';
12
+ export const MobileAppTile = JSX(({ className, padding, alignTitle = 'left', buttons = [], description, headingType = 'h4', image, items, qr, title = 'Мобильное приложение', version = 'primary', ...rest }) => {
13
+ const containerStyle = version === 'secondary' ? 'p-3.5 min-w-[120px]' : 'min-w-[92px]';
14
+ return (_jsx(BlockWrapper, { className: style('min-h-80', className), defaultPadding: "p-0", version: version, ...rest, children: _jsxs(BaseTile, { className: "h-full", padding: padding, defaultPadding: "p-default", title: title ? (_jsx(Heading, { headingType: headingType, title: title, className: style('whitespace-pre-wrap', AlignText[alignTitle]) })) : null, backImage: image?.src ? _jsx(Img, { image: image }) : null, buttons: renderButtonsSection(buttons, { isVertical: buttons.length > 3 }), children: [renderDescription(description), _jsxs("div", { className: "flex flex-1 gap-s items-center", children: [qr?.src ? (_jsx("div", { className: style('flex justify-center bg-white rounded-md', containerStyle), children: _jsx(Img, { className: "w-fit", image: qr }) })) : null, renderList(items)] })] }) }));
7
15
  });
8
16
  //# sourceMappingURL=MobileAppTile.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"MobileAppTile.js","sourceRoot":"","sources":["../../../src/components/MobileAppTile/MobileAppTile.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAIxC,OAAO,EAAE,IAAI,EAAE,MAAM,wBAAwB,CAAC;AAC9C,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAI1C,MAAM,CAAC,MAAM,aAAa,GAAG,GAAG,CAC9B,CAAC,EAAE,SAAS,GAAG,EAAE,EAAE,KAAK,GAAG,sBAAsB,EAAE,WAAW,EAAE,IAAI,GAAG,GAAG,EAAE,EAAE,EAAE;IAC9E,OAAO,CACL,cACE,SAAS,EAAE,KAAK,CACd,wEAAwE,EACxE,SAAS,CACV,YAEA,IAAI,CAAC,CAAC,CAAC,CACN,eAAK,SAAS,EAAC,MAAM,aACnB,cAAK,SAAS,EAAC,uEAAuE,YACpF,KAAC,IAAI,IAAC,SAAS,EAAC,KAAK,EAAC,OAAO,EAAC,aAAa,EAAC,SAAS,SAAG,GACpD,EACN,aAAG,IAAI,EAAE,IAAI,EAAE,MAAM,EAAC,QAAQ,EAAC,SAAS,EAAC,mCAAmC,aAC1E,cAAK,SAAS,EAAC,6BAA6B,YAAE,KAAK,GAAO,EAC1D,cAAK,SAAS,EAAC,4BAA4B,YAAE,WAAW,GAAO,IAC7D,IACA,CACP,CAAC,CAAC,CAAC,IAAI,GACJ,CACP,CAAC;AACJ,CAAC,CACF,CAAC"}
1
+ {"version":3,"file":"MobileAppTile.js","sourceRoot":"","sources":["../../../src/components/MobileAppTile/MobileAppTile.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AACxC,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAElD,OAAO,EAAE,QAAQ,EAAE,MAAM,gCAAgC,CAAC;AAC1D,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AACzD,OAAO,EAAE,oBAAoB,EAAE,MAAM,0CAA0C,CAAC;AAChF,OAAO,EAAE,OAAO,EAAE,MAAM,8BAA8B,CAAC;AACvD,OAAO,EAAE,GAAG,EAAE,MAAM,sBAAsB,CAAC;AAC3C,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAE1C,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAI1C,MAAM,CAAC,MAAM,aAAa,GAAG,GAAG,CAC9B,CAAC,EACC,SAAS,EACT,OAAO,EACP,UAAU,GAAG,MAAM,EACnB,OAAO,GAAG,EAAE,EACZ,WAAW,EACX,WAAW,GAAG,IAAI,EAClB,KAAK,EACL,KAAK,EACL,EAAE,EACF,KAAK,GAAG,sBAAsB,EAC9B,OAAO,GAAG,SAAS,EACnB,GAAG,IAAI,EACR,EAAE,EAAE;IACH,MAAM,cAAc,GAAG,OAAO,KAAK,WAAW,CAAC,CAAC,CAAC,qBAAqB,CAAC,CAAC,CAAC,cAAc,CAAC;IAExF,OAAO,CACL,KAAC,YAAY,IACX,SAAS,EAAE,KAAK,CAAC,UAAU,EAAE,SAAS,CAAC,EACvC,cAAc,EAAC,KAAK,EACpB,OAAO,EAAE,OAAO,KACZ,IAAI,YAER,MAAC,QAAQ,IACP,SAAS,EAAC,QAAQ,EAClB,OAAO,EAAE,OAAO,EAChB,cAAc,EAAC,WAAW,EAC1B,KAAK,EACH,KAAK,CAAC,CAAC,CAAC,CACN,KAAC,OAAO,IACN,WAAW,EAAE,WAAW,EACxB,KAAK,EAAE,KAAK,EACZ,SAAS,EAAE,KAAK,CAAC,qBAAqB,EAAE,SAAS,CAAC,UAAU,CAAC,CAAC,GAC9D,CACH,CAAC,CAAC,CAAC,IAAI,EAEV,SAAS,EAAE,KAAK,EAAE,GAAG,CAAC,CAAC,CAAC,KAAC,GAAG,IAAC,KAAK,EAAE,KAAK,GAAI,CAAC,CAAC,CAAC,IAAI,EACpD,OAAO,EAAE,oBAAoB,CAAC,OAAO,EAAE,EAAE,UAAU,EAAE,OAAO,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC,aAEzE,iBAAiB,CAAC,WAAW,CAAC,EAC/B,eAAK,SAAS,EAAC,gCAAgC,aAC5C,EAAE,EAAE,GAAG,CAAC,CAAC,CAAC,CACT,cAAK,SAAS,EAAE,KAAK,CAAC,yCAAyC,EAAE,cAAc,CAAC,YAC9E,KAAC,GAAG,IAAC,SAAS,EAAC,OAAO,EAAC,KAAK,EAAE,EAAE,GAAI,GAChC,CACP,CAAC,CAAC,CAAC,IAAI,EACP,UAAU,CAAC,KAAK,CAAC,IACd,IACG,GACE,CAChB,CAAC;AACJ,CAAC,CACF,CAAC"}
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=renderButtonSection.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"renderButtonSection.js","sourceRoot":"","sources":["../../../src/components/MobileAppTile/renderButtonSection.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ /// <reference types="react" />
2
+ export declare const renderDescription: (description?: string) => JSX.Element | null;
@@ -0,0 +1,4 @@
1
+ import { jsx as _jsx } from "@redneckz/uni-jsx/jsx-runtime";
2
+ import { Text } from '../../ui-kit/Text/Text.js';
3
+ export const renderDescription = (description) => description ? (_jsx("div", { className: "mb-5 pt-0.5 sm:mb-0 sm:pt-0", children: _jsx(Text, { size: "text-xl", "font-weight": "light", children: description }) })) : null;
4
+ //# sourceMappingURL=renderDescription.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"renderDescription.js","sourceRoot":"","sources":["../../../src/components/MobileAppTile/renderDescription.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,wBAAwB,CAAC;AAE9C,MAAM,CAAC,MAAM,iBAAiB,GAAG,CAAC,WAAoB,EAAE,EAAE,CACxD,WAAW,CAAC,CAAC,CAAC,CACZ,cAAK,SAAS,EAAC,6BAA6B,YAC1C,KAAC,IAAI,IAAC,IAAI,EAAC,SAAS,iBAAa,OAAO,YACrC,WAAW,GACP,GACH,CACP,CAAC,CAAC,CAAC,IAAI,CAAC"}
@@ -0,0 +1,2 @@
1
+ /// <reference types="react" />
2
+ export declare const renderList: (items?: string[]) => JSX.Element;
@@ -0,0 +1,6 @@
1
+ import { jsx as _jsx } from "@redneckz/uni-jsx/jsx-runtime";
2
+ import { List } from '../../ui-kit/List/List.js';
3
+ export const renderList = (items) => {
4
+ return items?.length ? (_jsx(List, { items: items, className: "text-l-light mb-2 last:mb-0" })) : (_jsx("span", { className: "text-m-light text-secondary-text", children: "\u041D\u0430\u0432\u0435\u0434\u0438\u0442\u0435 \u043A\u0430\u043C\u0435\u0440\u0443 \u0442\u0435\u043B\u0435\u0444\u043E\u043D\u0430 \u043D\u0430 QR-\u043A\u043E\u0434 \u0438 \u0441\u043A\u0430\u0447\u0430\u0439\u0442\u0435 \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u0435" }));
5
+ };
6
+ //# sourceMappingURL=renderList.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"renderList.js","sourceRoot":"","sources":["../../../src/components/MobileAppTile/renderList.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,wBAAwB,CAAC;AAE9C,MAAM,CAAC,MAAM,UAAU,GAAG,CAAC,KAAgB,EAAE,EAAE;IAC7C,OAAO,KAAK,EAAE,MAAM,CAAC,CAAC,CAAC,CACrB,KAAC,IAAI,IAAC,KAAK,EAAE,KAAK,EAAE,SAAS,EAAC,6BAA6B,GAAG,CAC/D,CAAC,CAAC,CAAC,CACF,eAAM,SAAS,EAAC,kCAAkC,+SAE3C,CACR,CAAC;AACJ,CAAC,CAAC"}
@@ -8,7 +8,7 @@ import { style } from '../../utils/style.js';
8
8
  const initialFiltrationState = {};
9
9
  export const MortgageFiltration = JSX(({ className, filtrationSchema = {}, resetButton, ...rest }) => {
10
10
  const [filtrationState, { field, reset }] = useForm(initialFiltrationState);
11
- return (_jsxs(BlockWrapper, { className: style(className), version: "transparent", ...rest, children: [renderFiltrationForm({ field, reset, filtrationSchema, resetButton }), _jsx(BaseFiltrationInner, { filtrationState: filtrationState, ...rest })] }));
11
+ return (_jsxs(BlockWrapper, { className: style(className), defaultPadding: "p-0", version: "transparent", ...rest, children: [renderFiltrationForm({ field, reset, filtrationSchema, resetButton }), _jsx(BaseFiltrationInner, { filtrationState: filtrationState, ...rest })] }));
12
12
  });
13
13
  MortgageFiltration.childrenTypes = ['ProductTile'];
14
14
  MortgageFiltration.childSchema = (content) => content?.filtrationSchema || {};
@@ -1 +1 @@
1
- {"version":3,"file":"MortgageFiltration.js","sourceRoot":"","sources":["../../../src/components/MortgageFiltration/MortgageFiltration.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AACxC,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAE9C,OAAO,EAAE,mBAAmB,EAAE,MAAM,iDAAiD,CAAC;AACtF,OAAO,EAAE,oBAAoB,EAAE,MAAM,kDAAkD,CAAC;AACxF,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AACzD,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAK1C,MAAM,sBAAsB,GAAG,EAAE,CAAC;AAElC,MAAM,CAAC,MAAM,kBAAkB,GAAsC,GAAG,CACtE,CAAC,EAAE,SAAS,EAAE,gBAAgB,GAAG,EAAE,EAAE,WAAW,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE;IAC7D,MAAM,CAAC,eAAe,EAAE,EAAE,KAAK,EAAE,KAAK,EAAE,CAAC,GAAG,OAAO,CAAC,sBAAsB,CAAC,CAAC;IAE5E,OAAO,CACL,MAAC,YAAY,IAAC,SAAS,EAAE,KAAK,CAAC,SAAS,CAAC,EAAE,OAAO,EAAC,aAAa,KAAK,IAAI,aACtE,oBAAoB,CAAC,EAAE,KAAK,EAAE,KAAK,EAAE,gBAAgB,EAAE,WAAW,EAAE,CAAC,EACtE,KAAC,mBAAmB,IAAC,eAAe,EAAE,eAAe,KAAM,IAAI,GAAI,IACtD,CAChB,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,kBAAkB,CAAC,aAAa,GAAG,CAAC,aAAa,CAAC,CAAC;AACnD,kBAAkB,CAAC,WAAW,GAAG,CAAC,OAAmC,EAAE,EAAE,CACvE,OAAO,EAAE,gBAAgB,IAAI,EAAE,CAAC"}
1
+ {"version":3,"file":"MortgageFiltration.js","sourceRoot":"","sources":["../../../src/components/MortgageFiltration/MortgageFiltration.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AACxC,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAE9C,OAAO,EAAE,mBAAmB,EAAE,MAAM,iDAAiD,CAAC;AACtF,OAAO,EAAE,oBAAoB,EAAE,MAAM,kDAAkD,CAAC;AACxF,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AACzD,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAK1C,MAAM,sBAAsB,GAAG,EAAE,CAAC;AAElC,MAAM,CAAC,MAAM,kBAAkB,GAAsC,GAAG,CACtE,CAAC,EAAE,SAAS,EAAE,gBAAgB,GAAG,EAAE,EAAE,WAAW,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE;IAC7D,MAAM,CAAC,eAAe,EAAE,EAAE,KAAK,EAAE,KAAK,EAAE,CAAC,GAAG,OAAO,CAAC,sBAAsB,CAAC,CAAC;IAE5E,OAAO,CACL,MAAC,YAAY,IACX,SAAS,EAAE,KAAK,CAAC,SAAS,CAAC,EAC3B,cAAc,EAAC,KAAK,EACpB,OAAO,EAAC,aAAa,KACjB,IAAI,aAEP,oBAAoB,CAAC,EAAE,KAAK,EAAE,KAAK,EAAE,gBAAgB,EAAE,WAAW,EAAE,CAAC,EACtE,KAAC,mBAAmB,IAAC,eAAe,EAAE,eAAe,KAAM,IAAI,GAAI,IACtD,CAChB,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,kBAAkB,CAAC,aAAa,GAAG,CAAC,aAAa,CAAC,CAAC;AACnD,kBAAkB,CAAC,WAAW,GAAG,CAAC,OAAmC,EAAE,EAAE,CACvE,OAAO,EAAE,gBAAgB,IAAI,EAAE,CAAC"}
@@ -3,6 +3,7 @@ import { JSX } from '@redneckz/uni-jsx';
3
3
  import { BlockWrapper } from '../../ui-kit/BlockWrapper.js';
4
4
  import { Heading } from '../../ui-kit/Heading/Heading.js';
5
5
  import { Img } from '../../ui-kit/Img/Img.js';
6
- export const OfficeServicesBlock = JSX(({ className = '', title, servicesList, ...rest }) => (_jsxs(BlockWrapper, { className: `p-8 flex flex-col ${className}`, ...rest, children: [title ? _jsx(Heading, { headingType: "h5", className: "mb-5", title: title }) : null, servicesList?.length ? (_jsx("ul", { className: "list-none m-0 p-0", children: servicesList.map(renderListItems) })) : null] })));
6
+ import { style } from '../../utils/style.js';
7
+ export const OfficeServicesBlock = JSX(({ className = '', title, servicesList, ...rest }) => (_jsxs(BlockWrapper, { className: style('flex flex-col', className), ...rest, children: [title ? _jsx(Heading, { headingType: "h5", className: "mb-5", title: title }) : null, servicesList?.length ? (_jsx("ul", { className: "list-none m-0 p-0", children: servicesList.map(renderListItems) })) : null] })));
7
8
  const renderListItems = (itemList, i) => (_jsxs("li", { className: "flex mb-5 last:mb-0 list-none", children: [itemList.icon ? (_jsx(Img, { className: "mr-3 min-w-6 min-h-6 w-6 h-6", width: "24", height: "24", image: itemList.icon })) : null, itemList.label ? _jsx("span", { className: "text-l-light", children: itemList.label }) : null] }, `list_item_${String(i)}`));
8
9
  //# sourceMappingURL=OfficeServicesBlock.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"OfficeServicesBlock.js","sourceRoot":"","sources":["../../../src/components/OfficeServicesBlock/OfficeServicesBlock.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAExC,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AACzD,OAAO,EAAE,OAAO,EAAE,MAAM,8BAA8B,CAAC;AACvD,OAAO,EAAE,GAAG,EAAE,MAAM,sBAAsB,CAAC;AAQ3C,MAAM,CAAC,MAAM,mBAAmB,GAAG,GAAG,CACpC,CAAC,EAAE,SAAS,GAAG,EAAE,EAAE,KAAK,EAAE,YAAY,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,CAAC,CACpD,MAAC,YAAY,IAAC,SAAS,EAAE,qBAAqB,SAAS,EAAE,KAAM,IAAI,aAChE,KAAK,CAAC,CAAC,CAAC,KAAC,OAAO,IAAC,WAAW,EAAC,IAAI,EAAC,SAAS,EAAC,MAAM,EAAC,KAAK,EAAE,KAAK,GAAI,CAAC,CAAC,CAAC,IAAI,EAC1E,YAAY,EAAE,MAAM,CAAC,CAAC,CAAC,CACtB,aAAI,SAAS,EAAC,mBAAmB,YAAE,YAAY,CAAC,GAAG,CAAC,eAAe,CAAC,GAAM,CAC3E,CAAC,CAAC,CAAC,IAAI,IACK,CAChB,CACF,CAAC;AAEF,MAAM,eAAe,GAAG,CAAC,QAAiC,EAAE,CAAS,EAAE,EAAE,CAAC,CACxE,cAAmC,SAAS,EAAC,+BAA+B,aACzE,QAAQ,CAAC,IAAI,CAAC,CAAC,CAAC,CACf,KAAC,GAAG,IAAC,SAAS,EAAC,8BAA8B,EAAC,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,KAAK,EAAE,QAAQ,CAAC,IAAI,GAAI,CAC9F,CAAC,CAAC,CAAC,IAAI,EACP,QAAQ,CAAC,KAAK,CAAC,CAAC,CAAC,eAAM,SAAS,EAAC,cAAc,YAAE,QAAQ,CAAC,KAAK,GAAQ,CAAC,CAAC,CAAC,IAAI,KAJxE,aAAa,MAAM,CAAC,CAAC,CAAC,EAAE,CAK5B,CACN,CAAC"}
1
+ {"version":3,"file":"OfficeServicesBlock.js","sourceRoot":"","sources":["../../../src/components/OfficeServicesBlock/OfficeServicesBlock.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAExC,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AACzD,OAAO,EAAE,OAAO,EAAE,MAAM,8BAA8B,CAAC;AACvD,OAAO,EAAE,GAAG,EAAE,MAAM,sBAAsB,CAAC;AAC3C,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAQ1C,MAAM,CAAC,MAAM,mBAAmB,GAAG,GAAG,CACpC,CAAC,EAAE,SAAS,GAAG,EAAE,EAAE,KAAK,EAAE,YAAY,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,CAAC,CACpD,MAAC,YAAY,IAAC,SAAS,EAAE,KAAK,CAAC,eAAe,EAAE,SAAS,CAAC,KAAM,IAAI,aACjE,KAAK,CAAC,CAAC,CAAC,KAAC,OAAO,IAAC,WAAW,EAAC,IAAI,EAAC,SAAS,EAAC,MAAM,EAAC,KAAK,EAAE,KAAK,GAAI,CAAC,CAAC,CAAC,IAAI,EAC1E,YAAY,EAAE,MAAM,CAAC,CAAC,CAAC,CACtB,aAAI,SAAS,EAAC,mBAAmB,YAAE,YAAY,CAAC,GAAG,CAAC,eAAe,CAAC,GAAM,CAC3E,CAAC,CAAC,CAAC,IAAI,IACK,CAChB,CACF,CAAC;AAEF,MAAM,eAAe,GAAG,CAAC,QAAiC,EAAE,CAAS,EAAE,EAAE,CAAC,CACxE,cAAmC,SAAS,EAAC,+BAA+B,aACzE,QAAQ,CAAC,IAAI,CAAC,CAAC,CAAC,CACf,KAAC,GAAG,IAAC,SAAS,EAAC,8BAA8B,EAAC,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,KAAK,EAAE,QAAQ,CAAC,IAAI,GAAI,CAC9F,CAAC,CAAC,CAAC,IAAI,EACP,QAAQ,CAAC,KAAK,CAAC,CAAC,CAAC,eAAM,SAAS,EAAC,cAAc,YAAE,QAAQ,CAAC,KAAK,GAAQ,CAAC,CAAC,CAAC,IAAI,KAJxE,aAAa,MAAM,CAAC,CAAC,CAAC,EAAE,CAK5B,CACN,CAAC"}
@@ -2,5 +2,5 @@ import { jsx as _jsx } from "@redneckz/uni-jsx/jsx-runtime";
2
2
  import { JSX } from '@redneckz/uni-jsx';
3
3
  import { BlockWrapper } from '../../ui-kit/BlockWrapper.js';
4
4
  import { Paragraph } from '../../ui-kit/Paragraph/Paragraph.js';
5
- export const ParagraphBlock = JSX(({ text, size, align, font, children, ...rest }) => (_jsx(BlockWrapper, { ...rest, children: _jsx(Paragraph, { size: size, align: align, font: font, children: text || children }) })));
5
+ export const ParagraphBlock = JSX(({ text, size, align, font, children, ...rest }) => (_jsx(BlockWrapper, { defaultPadding: "p-0", ...rest, children: _jsx(Paragraph, { size: size, align: align, font: font, children: text || children }) })));
6
6
  //# sourceMappingURL=ParagraphBlock.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ParagraphBlock.js","sourceRoot":"","sources":["../../../src/components/ParagraphBlock/ParagraphBlock.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAExC,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AACzD,OAAO,EAAE,SAAS,EAAE,MAAM,kCAAkC,CAAC;AAK7D,MAAM,CAAC,MAAM,cAAc,GAAG,GAAG,CAC/B,CAAC,EAAE,IAAI,EAAE,IAAI,EAAE,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,CAAC,CAClD,KAAC,YAAY,OAAK,IAAI,YACpB,KAAC,SAAS,IAAC,IAAI,EAAE,IAAI,EAAE,KAAK,EAAE,KAAK,EAAE,IAAI,EAAE,IAAI,YAC5C,IAAI,IAAI,QAAQ,GACP,GACC,CAChB,CACF,CAAC"}
1
+ {"version":3,"file":"ParagraphBlock.js","sourceRoot":"","sources":["../../../src/components/ParagraphBlock/ParagraphBlock.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAExC,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AACzD,OAAO,EAAE,SAAS,EAAE,MAAM,kCAAkC,CAAC;AAK7D,MAAM,CAAC,MAAM,cAAc,GAAG,GAAG,CAC/B,CAAC,EAAE,IAAI,EAAE,IAAI,EAAE,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,CAAC,CAClD,KAAC,YAAY,IAAC,cAAc,EAAC,KAAK,KAAK,IAAI,YACzC,KAAC,SAAS,IAAC,IAAI,EAAE,IAAI,EAAE,KAAK,EAAE,KAAK,EAAE,IAAI,EAAE,IAAI,YAC5C,IAAI,IAAI,QAAQ,GACP,GACC,CAChB,CACF,CAAC"}
@@ -1,18 +1,7 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "@redneckz/uni-jsx/jsx-runtime";
1
+ import { jsx as _jsx } from "@redneckz/uni-jsx/jsx-runtime";
2
2
  import { JSX } from '@redneckz/uni-jsx';
3
+ import { BaseProductTile } from '../../ui-kit/BaseProductTile/BaseProductTile.js';
3
4
  import { BlockWrapper } from '../../ui-kit/BlockWrapper.js';
4
- import { Img } from '../../ui-kit/Img/Img.js';
5
- import { toLocalNumberFormat } from '../../utils/toLocalNumberFormat.js';
6
- import { Headline } from '../Headline/Headline.js';
7
- import { renderBenefit } from './renderBenefit.js';
8
- export const PictureText = JSX(({ className = '', title, description, image, benefits, sum, monthLimit, directionRight = false, version = 'primary', ...rest }) => (_jsxs(BlockWrapper, { className: `relative py-12 px-24 ${className}`, version: version, ...rest, children: [_jsx(Headline, { className: "!p-0", title: title, description: description, headlineVersion: "M" }), _jsxs("div", { className: 'flex justify-center gap-[122px] mt-[30px]', children: [image?.src ? _jsx(Img, { className: directionRight ? 'order-2' : '', image: image }) : null, _jsxs("div", { className: "w-[558px] m-auto", children: [benefits?.length ? (_jsx("div", { className: "flex flex-col gap-4", children: benefits.map(renderBenefit(version)) })) : null, renderInsuranceSumMonth(Number(sum), Number(monthLimit))] })] })] })));
9
- function renderInsuranceSumMonth(sum, monthLimit) {
10
- return sum || monthLimit ? (_jsxs("div", { className: "bg-main-divider rounded-md flex mt-7 gap-6 px-5 py-4", children: [Number(sum) > 0 ? renderValueBlock('Страховая сумма:', sum, Boolean(monthLimit)) : null, Number(monthLimit) > 0
11
- ? renderValueBlock('Ежемесячный лимит:', monthLimit, Boolean(sum))
12
- : null] })) : null;
13
- }
14
- function renderValueBlock(title, sum = 0, isAnotherBlock = false) {
15
- const widthStyle = isAnotherBlock ? 'w-fit' : 'w-full';
16
- return (_jsxs("div", { className: `flex justify-between items-center gap-2 w-full whitespace-pre ${widthStyle}`, children: [_jsx("span", { className: "text-secondary-text text-l-light", children: title }), _jsxs("span", { className: "text-primary-main text-h6", children: [toLocalNumberFormat(2)(sum), " \u20BD"] })] }));
17
- }
5
+ import { renderInsuranceSumMonth } from './renderInsuranceSumMonth.js';
6
+ export const PictureText = JSX(({ className, headlineVersion = 'M', align = 'text-center', sum, monthLimit, ...rest }) => (_jsx(BlockWrapper, { className: className, defaultPadding: "p-default", ...rest, children: _jsx(BaseProductTile, { className: "h-full", headlineVersion: headlineVersion, align: align, isInsetTitle: false, ...rest, imageOptions: { directionRight: false, imageAlign: 'center', ...rest.imageOptions }, children: renderInsuranceSumMonth(Number(sum), Number(monthLimit)) }) })));
18
7
  //# sourceMappingURL=PictureText.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"PictureText.js","sourceRoot":"","sources":["../../../src/components/PictureText/PictureText.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAExC,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AACzD,OAAO,EAAE,GAAG,EAAE,MAAM,sBAAsB,CAAC;AAC3C,OAAO,EAAE,mBAAmB,EAAE,MAAM,iCAAiC,CAAC;AACtE,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAEhD,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAIhD,MAAM,CAAC,MAAM,WAAW,GAAG,GAAG,CAC5B,CAAC,EACC,SAAS,GAAG,EAAE,EACd,KAAK,EACL,WAAW,EACX,KAAK,EACL,QAAQ,EACR,GAAG,EACH,UAAU,EACV,cAAc,GAAG,KAAK,EACtB,OAAO,GAAG,SAAS,EACnB,GAAG,IAAI,EACR,EAAE,EAAE,CAAC,CACJ,MAAC,YAAY,IAAC,SAAS,EAAE,wBAAwB,SAAS,EAAE,EAAE,OAAO,EAAE,OAAO,KAAM,IAAI,aACtF,KAAC,QAAQ,IAAC,SAAS,EAAC,MAAM,EAAC,KAAK,EAAE,KAAK,EAAE,WAAW,EAAE,WAAW,EAAE,eAAe,EAAC,GAAG,GAAG,EACzF,eAAK,SAAS,EAAE,2CAA2C,aACxD,KAAK,EAAE,GAAG,CAAC,CAAC,CAAC,KAAC,GAAG,IAAC,SAAS,EAAE,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE,KAAK,EAAE,KAAK,GAAI,CAAC,CAAC,CAAC,IAAI,EACtF,eAAK,SAAS,EAAC,kBAAkB,aAC9B,QAAQ,EAAE,MAAM,CAAC,CAAC,CAAC,CAClB,cAAK,SAAS,EAAC,qBAAqB,YAAE,QAAQ,CAAC,GAAG,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC,GAAO,CAClF,CAAC,CAAC,CAAC,IAAI,EACP,uBAAuB,CAAC,MAAM,CAAC,GAAG,CAAC,EAAE,MAAM,CAAC,UAAU,CAAC,CAAC,IACrD,IACF,IACO,CAChB,CACF,CAAC;AAEF,SAAS,uBAAuB,CAAC,GAAY,EAAE,UAAmB;IAChE,OAAO,GAAG,IAAI,UAAU,CAAC,CAAC,CAAC,CACzB,eAAK,SAAS,EAAC,sDAAsD,aAClE,MAAM,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,gBAAgB,CAAC,kBAAkB,EAAE,GAAG,EAAE,OAAO,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,EACvF,MAAM,CAAC,UAAU,CAAC,GAAG,CAAC;gBACrB,CAAC,CAAC,gBAAgB,CAAC,oBAAoB,EAAE,UAAU,EAAE,OAAO,CAAC,GAAG,CAAC,CAAC;gBAClE,CAAC,CAAC,IAAI,IACJ,CACP,CAAC,CAAC,CAAC,IAAI,CAAC;AACX,CAAC;AAED,SAAS,gBAAgB,CAAC,KAAa,EAAE,GAAG,GAAG,CAAC,EAAE,cAAc,GAAG,KAAK;IACtE,MAAM,UAAU,GAAG,cAAc,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,QAAQ,CAAC;IAEvD,OAAO,CACL,eAAK,SAAS,EAAE,iEAAiE,UAAU,EAAE,aAC3F,eAAM,SAAS,EAAC,kCAAkC,YAAE,KAAK,GAAQ,EACjE,gBAAM,SAAS,EAAC,2BAA2B,aAAE,mBAAmB,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,eAAU,IAC9E,CACP,CAAC;AACJ,CAAC"}
1
+ {"version":3,"file":"PictureText.js","sourceRoot":"","sources":["../../../src/components/PictureText/PictureText.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAExC,OAAO,EAAE,eAAe,EAAE,MAAM,8CAA8C,CAAC;AAC/E,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AAEzD,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AAIpE,MAAM,CAAC,MAAM,WAAW,GAAG,GAAG,CAC5B,CAAC,EAAE,SAAS,EAAE,eAAe,GAAG,GAAG,EAAE,KAAK,GAAG,aAAa,EAAE,GAAG,EAAE,UAAU,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,CAAC,CACzF,KAAC,YAAY,IAAC,SAAS,EAAE,SAAS,EAAE,cAAc,EAAC,WAAW,KAAK,IAAI,YACrE,KAAC,eAAe,IACd,SAAS,EAAC,QAAQ,EAClB,eAAe,EAAE,eAAe,EAChC,KAAK,EAAE,KAAK,EACZ,YAAY,EAAE,KAAK,KACf,IAAI,EACR,YAAY,EAAE,EAAE,cAAc,EAAE,KAAK,EAAE,UAAU,EAAE,QAAQ,EAAE,GAAG,IAAI,CAAC,YAAY,EAAE,YAElF,uBAAuB,CAAC,MAAM,CAAC,GAAG,CAAC,EAAE,MAAM,CAAC,UAAU,CAAC,CAAC,GACzC,GACL,CAChB,CACF,CAAC"}
@@ -1,13 +1,9 @@
1
- import type { HeadlineCommonProps } from '../../model/HeadlineType';
2
1
  import type { UniBlockContent } from '../../model/JSXBlock';
3
- import type { BenefitsProps } from '../../ui-kit/BenefitItem/BenefitItemProps';
4
- import type { ImageContent } from '../../ui-kit/Img/ImgProps';
2
+ import { BaseProductTileContent } from '../../ui-kit/BaseProductTile/BaseProductTileContent';
5
3
  /**
6
4
  * @title Картинка с текстом
7
5
  */
8
- export declare type PictureTextContent = UniBlockContent & BenefitsProps & HeadlineCommonProps & ImageContent & {
9
- /** @title Картинка справа/текст слева */
10
- directionRight?: boolean;
6
+ export declare type PictureTextContent = UniBlockContent & BaseProductTileContent & {
11
7
  /** @title Ежемесячный лимит */
12
8
  monthLimit?: number;
13
9
  /** @title Страховая сумма */
@@ -0,0 +1,2 @@
1
+ /// <reference types="react" />
2
+ export declare const renderInsuranceSumMonth: (sum?: number, monthLimit?: number) => JSX.Element | null;