@redneckz/wildless-cms-uni-blocks 0.11.3 → 0.12.4

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 (1455) hide show
  1. package/bin/migration-scripts/0.12.3.js +22 -0
  2. package/bundle/blocks.schema.json +1 -1
  3. package/bundle/bundle.umd.js +184 -255
  4. package/bundle/bundle.umd.min.js +1 -1
  5. package/bundle/components/CarouselProductCard/CarouselProductCard.d.ts +1 -1
  6. package/bundle/components/Headline/HeadlineContent.d.ts +0 -2
  7. package/bundle/components/MobileAppTile/renderDescription.d.ts +2 -0
  8. package/bundle/components/MobileAppTile/renderList.d.ts +2 -0
  9. package/bundle/components/PictureText/PictureTextContent.d.ts +2 -6
  10. package/bundle/components/ProductBlock/ProductBlockContent.d.ts +3 -22
  11. package/bundle/components/ProductGallery/ProductGalleryContent.d.ts +2 -2
  12. package/bundle/components/PromoTile/PromoTileContent.d.ts +2 -3
  13. package/bundle/components/RollupItem/renderRoundedIcon.d.ts +1 -1
  14. package/bundle/components/Tile/TileContent.d.ts +2 -13
  15. package/bundle/model/Align.d.ts +5 -0
  16. package/bundle/model/AlignText.d.ts +3 -0
  17. package/bundle/model/AlignType.d.ts +2 -0
  18. package/bundle/model/HeadlineType.d.ts +8 -1
  19. package/bundle/model/JSXBlock.d.ts +12 -5
  20. package/bundle/ui-kit/BaseProductTile/BaseProductTile.d.ts +7 -0
  21. package/bundle/ui-kit/BaseProductTile/BaseProductTileContent.d.ts +22 -0
  22. package/bundle/{components → ui-kit}/BaseTile/BaseTile.d.ts +2 -0
  23. package/bundle/ui-kit/BenefitItem/BenefitItem.d.ts +5 -2
  24. package/bundle/ui-kit/BenefitItem/BenefitItemContent.d.ts +16 -0
  25. package/bundle/ui-kit/BenefitsList/BenefitsList.d.ts +6 -0
  26. package/bundle/ui-kit/BenefitsList/BenefitsListContent.d.ts +14 -0
  27. package/bundle/ui-kit/BenefitsList/renderBenefit.d.ts +4 -0
  28. package/bundle/ui-kit/Icon/RoundedIcon.d.ts +1 -1
  29. package/bundle/ui-kit/Img/Img.d.ts +2 -1
  30. package/bundle/ui-kit/Img/ImgProps.d.ts +0 -1
  31. package/bundle/ui-kit/List/ListContent.d.ts +6 -0
  32. package/bundle/ui-kit/List/ListItem.d.ts +1 -1
  33. package/bundle/ui-kit/List/ListProps.d.ts +0 -6
  34. package/bundle/ui-kit/SwipeListControl/SwipeListContainer.d.ts +4 -2
  35. package/bundle/ui-kit/SwipeListControl/SwipeListControl.d.ts +10 -1
  36. package/bundle/ui-kit/SwipeListControl/SwipeListControlContent.d.ts +16 -4
  37. package/bundle/ui-kit/SwipeListControl/SwipeListControlDots.d.ts +1 -1
  38. package/bundle/ui-kit/Tags/Tags.d.ts +2 -2
  39. package/bundle/utils/avg.d.ts +1 -0
  40. package/bundle/utils/deviation.d.ts +1 -0
  41. package/dist/components/ApplicationForm/ApplicationForm.js +1 -2
  42. package/dist/components/ApplicationForm/ApplicationForm.js.map +1 -1
  43. package/dist/components/ApplicationForm/ResponseNotification.js +1 -1
  44. package/dist/components/ApplicationForm/ResponseNotification.js.map +1 -1
  45. package/dist/components/BenefitsBlock/BenefitsBlock.js +2 -1
  46. package/dist/components/BenefitsBlock/BenefitsBlock.js.map +1 -1
  47. package/dist/components/Bonus/Bonus.js +1 -1
  48. package/dist/components/Bonus/Bonus.js.map +1 -1
  49. package/dist/components/BonusBenefitsBlock/BonusBenefitsBlock.js +1 -1
  50. package/dist/components/BonusBenefitsBlock/BonusBenefitsBlock.js.map +1 -1
  51. package/dist/components/BusinessBlock/BusinessBlock.js +1 -1
  52. package/dist/components/BusinessBlock/BusinessBlock.js.map +1 -1
  53. package/dist/components/ButtonsBlock/ButtonsBlock.js +1 -1
  54. package/dist/components/ButtonsBlock/ButtonsBlock.js.map +1 -1
  55. package/dist/components/Calculator/Calculator.js +1 -1
  56. package/dist/components/Calculator/Calculator.js.map +1 -1
  57. package/dist/components/CardTransfer/CardTransfer.js +1 -1
  58. package/dist/components/CardTransfer/CardTransfer.js.map +1 -1
  59. package/dist/components/Carousel/Carousel.js +1 -1
  60. package/dist/components/Carousel/Carousel.js.map +1 -1
  61. package/dist/components/CarouselBankHistoryCard/CarouselBankHistoryCard.js +1 -1
  62. package/dist/components/CarouselBankHistoryCard/CarouselBankHistoryCard.js.map +1 -1
  63. package/dist/components/CarouselCatalogCard/CarouselCatalogCard.js +2 -1
  64. package/dist/components/CarouselCatalogCard/CarouselCatalogCard.js.map +1 -1
  65. package/dist/components/CarouselEventCard/CarouselEventCard.js +1 -1
  66. package/dist/components/CarouselEventCard/CarouselEventCard.js.map +1 -1
  67. package/dist/components/CarouselInvestmentCard/CarouselInvestmentCard.js +2 -2
  68. package/dist/components/CarouselInvestmentCard/CarouselInvestmentCard.js.map +1 -1
  69. package/dist/components/CarouselLinks/CarouselLinks.js +3 -4
  70. package/dist/components/CarouselLinks/CarouselLinks.js.map +1 -1
  71. package/dist/components/CarouselProductCard/CarouselProductCard.d.ts +1 -1
  72. package/dist/components/CarouselProductCard/CarouselProductCard.js +5 -5
  73. package/dist/components/CarouselProductCard/CarouselProductCard.js.map +1 -1
  74. package/dist/components/CarouselProgramsCard/CarouselProgramsCard.js +1 -1
  75. package/dist/components/CarouselProgramsCard/CarouselProgramsCard.js.map +1 -1
  76. package/dist/components/CarouselRecommendationCard/CarouselRecommendationCard.js +1 -1
  77. package/dist/components/CarouselRecommendationCard/CarouselRecommendationCard.js.map +1 -1
  78. package/dist/components/CarouselRecommendationCard/CarouselRecommendationCard.mobile.js +1 -1
  79. package/dist/components/CarouselRecommendationCard/CarouselRecommendationCard.mobile.js.map +1 -1
  80. package/dist/components/CarouselRichTextCard/CarouselRichTextCard.js +1 -1
  81. package/dist/components/CarouselRichTextCard/CarouselRichTextCard.js.map +1 -1
  82. package/dist/components/CarouselTariffsCard/CarouselTariffsCard.js +1 -1
  83. package/dist/components/CarouselTariffsCard/CarouselTariffsCard.js.map +1 -1
  84. package/dist/components/ComparisonTable/ComparisonTable.js +2 -1
  85. package/dist/components/ComparisonTable/ComparisonTable.js.map +1 -1
  86. package/dist/components/ContactsBlock/ContactsBlock.js +3 -2
  87. package/dist/components/ContactsBlock/ContactsBlock.js.map +1 -1
  88. package/dist/components/DepositFiltration/DepositFiltration.js +1 -1
  89. package/dist/components/DepositFiltration/DepositFiltration.js.map +1 -1
  90. package/dist/components/ErrorBlock/ErrorBlock.js +1 -1
  91. package/dist/components/ErrorBlock/ErrorBlock.js.map +1 -1
  92. package/dist/components/ExchangeRateOffice/ExchangeRateOffice.js +2 -2
  93. package/dist/components/ExchangeRateOffice/ExchangeRateOffice.js.map +1 -1
  94. package/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.js +1 -1
  95. package/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.js.map +1 -1
  96. package/dist/components/ExchangeRateTile/ExchangeRateTile.js +3 -2
  97. package/dist/components/ExchangeRateTile/ExchangeRateTile.js.map +1 -1
  98. package/dist/components/Footer/Footer.js +1 -1
  99. package/dist/components/Footer/Footer.js.map +1 -1
  100. package/dist/components/Footer/Footer.mobile.js +2 -3
  101. package/dist/components/Footer/Footer.mobile.js.map +1 -1
  102. package/dist/components/GracePeriod/GracePeriod.js +1 -1
  103. package/dist/components/GracePeriod/GracePeriod.js.map +1 -1
  104. package/dist/components/Header/Header.js +1 -1
  105. package/dist/components/Header/Header.js.map +1 -1
  106. package/dist/components/Header/Header.mobile.js +1 -1
  107. package/dist/components/Header/Header.mobile.js.map +1 -1
  108. package/dist/components/Headline/Headline.js +2 -3
  109. package/dist/components/Headline/Headline.js.map +1 -1
  110. package/dist/components/Headline/HeadlineContent.d.ts +0 -2
  111. package/dist/components/Headline/headlineVersionStyles.js +9 -9
  112. package/dist/components/Headline/headlineVersionStyles.js.map +1 -1
  113. package/dist/components/HorizontalLayout/HorizontalLayout.js +1 -1
  114. package/dist/components/HorizontalLayout/HorizontalLayout.js.map +1 -1
  115. package/dist/components/ImgBlock/ImgBlock.js +1 -1
  116. package/dist/components/ImgBlock/ImgBlock.js.map +1 -1
  117. package/dist/components/InsuranceAmountBlock/InsuranceAmountBlock.js +2 -1
  118. package/dist/components/InsuranceAmountBlock/InsuranceAmountBlock.js.map +1 -1
  119. package/dist/components/InvestmentInfo/InvestmentInfo.js +3 -3
  120. package/dist/components/InvestmentInfo/InvestmentInfo.js.map +1 -1
  121. package/dist/components/LinkDocs/LinkDocs.js +1 -1
  122. package/dist/components/LinkDocs/LinkDocs.js.map +1 -1
  123. package/dist/components/LinkDocs/LinkDocs.mobile.js +1 -2
  124. package/dist/components/LinkDocs/LinkDocs.mobile.js.map +1 -1
  125. package/dist/components/MobileAppTile/MobileAppTile.js +6 -12
  126. package/dist/components/MobileAppTile/MobileAppTile.js.map +1 -1
  127. package/dist/components/MobileAppTile/renderButtonSection.d.ts +0 -0
  128. package/dist/components/MobileAppTile/renderButtonSection.js +1 -0
  129. package/dist/components/MobileAppTile/renderButtonSection.js.map +1 -0
  130. package/dist/components/MobileAppTile/renderDescription.d.ts +2 -0
  131. package/dist/components/MobileAppTile/renderDescription.js +7 -0
  132. package/dist/components/MobileAppTile/renderDescription.js.map +1 -0
  133. package/dist/components/MobileAppTile/renderList.d.ts +2 -0
  134. package/dist/components/MobileAppTile/renderList.js +9 -0
  135. package/dist/components/MobileAppTile/renderList.js.map +1 -0
  136. package/dist/components/MortgageFiltration/MortgageFiltration.js +1 -1
  137. package/dist/components/MortgageFiltration/MortgageFiltration.js.map +1 -1
  138. package/dist/components/OfficeServicesBlock/OfficeServicesBlock.js +2 -1
  139. package/dist/components/OfficeServicesBlock/OfficeServicesBlock.js.map +1 -1
  140. package/dist/components/ParagraphBlock/ParagraphBlock.js +1 -1
  141. package/dist/components/ParagraphBlock/ParagraphBlock.js.map +1 -1
  142. package/dist/components/PictureText/PictureText.js +2 -7
  143. package/dist/components/PictureText/PictureText.js.map +1 -1
  144. package/dist/components/PictureText/PictureTextContent.d.ts +2 -6
  145. package/dist/components/PictureText/renderInsuranceSumMonth.js +2 -8
  146. package/dist/components/PictureText/renderInsuranceSumMonth.js.map +1 -1
  147. package/dist/components/Placeholder/Placeholder.js +1 -6
  148. package/dist/components/Placeholder/Placeholder.js.map +1 -1
  149. package/dist/components/ProductBlock/ProductBlock.js +3 -3
  150. package/dist/components/ProductBlock/ProductBlock.js.map +1 -1
  151. package/dist/components/ProductBlock/ProductBlockContent.d.ts +3 -22
  152. package/dist/components/ProductGallery/ProductGallery.js +2 -2
  153. package/dist/components/ProductGallery/ProductGallery.js.map +1 -1
  154. package/dist/components/ProductGallery/ProductGallery.mobile.js +5 -6
  155. package/dist/components/ProductGallery/ProductGallery.mobile.js.map +1 -1
  156. package/dist/components/ProductGallery/ProductGalleryContent.d.ts +2 -2
  157. package/dist/components/ProductTile/ProductTile.js +1 -2
  158. package/dist/components/ProductTile/ProductTile.js.map +1 -1
  159. package/dist/components/PromoTile/PromoTile.js +2 -5
  160. package/dist/components/PromoTile/PromoTile.js.map +1 -1
  161. package/dist/components/PromoTile/PromoTileContent.d.ts +2 -3
  162. package/dist/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.js +1 -1
  163. package/dist/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.js.map +1 -1
  164. package/dist/components/RichTextBlock/RichTextBlock.js +1 -1
  165. package/dist/components/RichTextBlock/RichTextBlock.js.map +1 -1
  166. package/dist/components/RollupItem/RollupItem.js +3 -3
  167. package/dist/components/RollupItem/RollupItem.js.map +1 -1
  168. package/dist/components/RollupItem/renderRoundedIcon.d.ts +1 -1
  169. package/dist/components/RollupItem/renderRoundedIcon.js +2 -1
  170. package/dist/components/RollupItem/renderRoundedIcon.js.map +1 -1
  171. package/dist/components/SafeDepositRental/SafeDepositRental.js +2 -2
  172. package/dist/components/SafeDepositRental/SafeDepositRental.js.map +1 -1
  173. package/dist/components/StepsBlock/StepsBlock.js +1 -1
  174. package/dist/components/StepsBlock/StepsBlock.js.map +1 -1
  175. package/dist/components/StepsBlock/StepsBlock.mobile.js +1 -1
  176. package/dist/components/StepsBlock/StepsBlock.mobile.js.map +1 -1
  177. package/dist/components/SwipeListControlBlock/SwipeListControlBlock.js +1 -3
  178. package/dist/components/SwipeListControlBlock/SwipeListControlBlock.js.map +1 -1
  179. package/dist/components/Tabs/Tabs.js +1 -1
  180. package/dist/components/Tabs/Tabs.js.map +1 -1
  181. package/dist/components/TariffsTable/EmbeddableCellData.mobile.js +3 -6
  182. package/dist/components/TariffsTable/EmbeddableCellData.mobile.js.map +1 -1
  183. package/dist/components/TariffsTable/TableTileHeader.js +2 -2
  184. package/dist/components/TariffsTable/TableTileHeader.js.map +1 -1
  185. package/dist/components/TariffsTable/TariffsTable.js +2 -1
  186. package/dist/components/TariffsTable/TariffsTable.js.map +1 -1
  187. package/dist/components/TariffsTable/TariffsTable.mobile.js +3 -3
  188. package/dist/components/TariffsTable/TariffsTable.mobile.js.map +1 -1
  189. package/dist/components/TariffsTable/TariffsTableHorizontal.js +1 -1
  190. package/dist/components/TariffsTable/TariffsTableHorizontal.js.map +1 -1
  191. package/dist/components/TariffsTable/TariffsTableTileCell.js +2 -2
  192. package/dist/components/TariffsTable/TariffsTableTileCell.js.map +1 -1
  193. package/dist/components/TextBlock/TextBlock.js +1 -3
  194. package/dist/components/TextBlock/TextBlock.js.map +1 -1
  195. package/dist/components/Tile/Tile.js +2 -14
  196. package/dist/components/Tile/Tile.js.map +1 -1
  197. package/dist/components/Tile/TileContent.d.ts +2 -13
  198. package/dist/components/VerticalLayout/VerticalLayout.js +1 -1
  199. package/dist/components/VerticalLayout/VerticalLayout.js.map +1 -1
  200. package/dist/components/Video/Video.js +1 -2
  201. package/dist/components/Video/Video.js.map +1 -1
  202. package/dist/content-page-repository/transformDocumentLink.js +1 -1
  203. package/dist/content-page-repository/transformDocumentLink.js.map +1 -1
  204. package/dist/content-page-repository/transformImg.js +1 -1
  205. package/dist/content-page-repository/transformImg.js.map +1 -1
  206. package/dist/model/Align.d.ts +5 -0
  207. package/dist/{ui-kit/BenefitItem/BenefitItemProps.js → model/Align.js} +1 -1
  208. package/dist/model/Align.js.map +1 -0
  209. package/dist/model/AlignText.d.ts +3 -0
  210. package/dist/model/AlignText.js +3 -0
  211. package/dist/model/AlignText.js.map +1 -1
  212. package/dist/model/AlignType.d.ts +2 -0
  213. package/dist/model/HeadlineType.d.ts +8 -1
  214. package/dist/model/JSXBlock.d.ts +12 -5
  215. package/dist/ui-kit/BaseProductTile/BaseProductTile.d.ts +7 -0
  216. package/dist/ui-kit/BaseProductTile/BaseProductTile.js +18 -0
  217. package/dist/ui-kit/BaseProductTile/BaseProductTile.js.map +1 -0
  218. package/dist/ui-kit/BaseProductTile/BaseProductTileContent.d.ts +22 -0
  219. package/dist/ui-kit/BaseProductTile/BaseProductTileContent.js +2 -0
  220. package/dist/ui-kit/BaseProductTile/BaseProductTileContent.js.map +1 -0
  221. package/{lib/components → dist/ui-kit}/BaseTile/BaseTile.d.ts +2 -0
  222. package/dist/ui-kit/BaseTile/BaseTile.js +13 -0
  223. package/dist/ui-kit/BaseTile/BaseTile.js.map +1 -0
  224. package/dist/ui-kit/BaseTile/getTileRightPadding.js.map +1 -0
  225. package/dist/ui-kit/BenefitItem/BenefitItem.d.ts +5 -2
  226. package/dist/ui-kit/BenefitItem/BenefitItem.js +3 -7
  227. package/dist/ui-kit/BenefitItem/BenefitItem.js.map +1 -1
  228. package/dist/ui-kit/BenefitItem/BenefitItemContent.d.ts +16 -0
  229. package/{mobile/dist/ui-kit/SwipeListControl/SwipeListControlProps.js → dist/ui-kit/BenefitItem/BenefitItemContent.js} +1 -1
  230. package/dist/ui-kit/BenefitItem/BenefitItemContent.js.map +1 -0
  231. package/dist/ui-kit/BenefitsList/BenefitsList.d.ts +6 -0
  232. package/dist/ui-kit/BenefitsList/BenefitsList.js +14 -0
  233. package/dist/ui-kit/BenefitsList/BenefitsList.js.map +1 -0
  234. package/dist/ui-kit/BenefitsList/BenefitsListContent.d.ts +14 -0
  235. package/dist/ui-kit/{SwipeListControl/SwipeListControlProps.js → BenefitsList/BenefitsListContent.js} +1 -1
  236. package/dist/ui-kit/BenefitsList/BenefitsListContent.js.map +1 -0
  237. package/dist/ui-kit/BenefitsList/renderBenefit.d.ts +4 -0
  238. package/dist/ui-kit/BenefitsList/renderBenefit.js +13 -0
  239. package/dist/ui-kit/BenefitsList/renderBenefit.js.map +1 -0
  240. package/dist/ui-kit/BlockWrapper.js +3 -3
  241. package/dist/ui-kit/BlockWrapper.js.map +1 -1
  242. package/dist/ui-kit/Button/ButtonInner.js +1 -1
  243. package/dist/ui-kit/Button/renderButtonsSection.js +1 -1
  244. package/dist/ui-kit/Button/renderButtonsSection.js.map +1 -1
  245. package/dist/ui-kit/Heading/Heading.js +2 -1
  246. package/dist/ui-kit/Heading/Heading.js.map +1 -1
  247. package/dist/ui-kit/Icon/RoundedIcon.d.ts +1 -1
  248. package/dist/ui-kit/Icon/RoundedIcon.js +2 -2
  249. package/dist/ui-kit/Icon/RoundedIcon.js.map +1 -1
  250. package/dist/ui-kit/Img/Img.d.ts +2 -1
  251. package/dist/ui-kit/Img/Img.js +10 -2
  252. package/dist/ui-kit/Img/Img.js.map +1 -1
  253. package/dist/ui-kit/Img/ImgAsPicture.js +6 -12
  254. package/dist/ui-kit/Img/ImgAsPicture.js.map +1 -1
  255. package/dist/ui-kit/Img/ImgProps.d.ts +0 -1
  256. package/dist/ui-kit/List/List.js.map +1 -1
  257. package/dist/ui-kit/List/ListContent.d.ts +6 -0
  258. package/dist/ui-kit/List/ListItem.d.ts +1 -1
  259. package/dist/ui-kit/List/ListProps.d.ts +0 -6
  260. package/dist/ui-kit/SwipeListControl/SwipeListContainer.d.ts +4 -2
  261. package/dist/ui-kit/SwipeListControl/SwipeListContainer.js.map +1 -1
  262. package/dist/ui-kit/SwipeListControl/SwipeListControl.d.ts +10 -1
  263. package/dist/ui-kit/SwipeListControl/SwipeListControl.js +1 -1
  264. package/dist/ui-kit/SwipeListControl/SwipeListControl.js.map +1 -1
  265. package/dist/ui-kit/SwipeListControl/SwipeListControlContent.d.ts +16 -4
  266. package/dist/ui-kit/SwipeListControl/SwipeListControlDots.d.ts +1 -1
  267. package/dist/ui-kit/Tags/Tags.d.ts +2 -2
  268. package/dist/ui-kit/Tags/Tags.js +4 -5
  269. package/dist/ui-kit/Tags/Tags.js.map +1 -1
  270. package/dist/utils/avg.d.ts +1 -0
  271. package/dist/utils/avg.js +6 -0
  272. package/dist/utils/avg.js.map +1 -0
  273. package/dist/utils/deviation.d.ts +1 -0
  274. package/dist/utils/deviation.js +6 -0
  275. package/dist/utils/deviation.js.map +1 -0
  276. package/lib/common.css +1 -1
  277. package/lib/components/ApplicationForm/ApplicationForm.js +1 -2
  278. package/lib/components/ApplicationForm/ApplicationForm.js.map +1 -1
  279. package/lib/components/ApplicationForm/ResponseNotification.js +1 -1
  280. package/lib/components/ApplicationForm/ResponseNotification.js.map +1 -1
  281. package/lib/components/BenefitsBlock/BenefitsBlock.js +2 -1
  282. package/lib/components/BenefitsBlock/BenefitsBlock.js.map +1 -1
  283. package/lib/components/Bonus/Bonus.js +1 -1
  284. package/lib/components/Bonus/Bonus.js.map +1 -1
  285. package/lib/components/BonusBenefitsBlock/BonusBenefitsBlock.js +1 -1
  286. package/lib/components/BonusBenefitsBlock/BonusBenefitsBlock.js.map +1 -1
  287. package/lib/components/BusinessBlock/BusinessBlock.js +1 -1
  288. package/lib/components/BusinessBlock/BusinessBlock.js.map +1 -1
  289. package/lib/components/ButtonsBlock/ButtonsBlock.js +1 -1
  290. package/lib/components/ButtonsBlock/ButtonsBlock.js.map +1 -1
  291. package/lib/components/Calculator/Calculator.js +1 -1
  292. package/lib/components/Calculator/Calculator.js.map +1 -1
  293. package/lib/components/CardTransfer/CardTransfer.js +1 -1
  294. package/lib/components/CardTransfer/CardTransfer.js.map +1 -1
  295. package/lib/components/Carousel/Carousel.js +1 -1
  296. package/lib/components/Carousel/Carousel.js.map +1 -1
  297. package/lib/components/CarouselBankHistoryCard/CarouselBankHistoryCard.js +1 -1
  298. package/lib/components/CarouselBankHistoryCard/CarouselBankHistoryCard.js.map +1 -1
  299. package/lib/components/CarouselCatalogCard/CarouselCatalogCard.js +2 -1
  300. package/lib/components/CarouselCatalogCard/CarouselCatalogCard.js.map +1 -1
  301. package/lib/components/CarouselEventCard/CarouselEventCard.js +1 -1
  302. package/lib/components/CarouselEventCard/CarouselEventCard.js.map +1 -1
  303. package/lib/components/CarouselInvestmentCard/CarouselInvestmentCard.js +2 -2
  304. package/lib/components/CarouselInvestmentCard/CarouselInvestmentCard.js.map +1 -1
  305. package/lib/components/CarouselLinks/CarouselLinks.js +3 -4
  306. package/lib/components/CarouselLinks/CarouselLinks.js.map +1 -1
  307. package/lib/components/CarouselProductCard/CarouselProductCard.d.ts +1 -1
  308. package/lib/components/CarouselProductCard/CarouselProductCard.js +5 -5
  309. package/lib/components/CarouselProductCard/CarouselProductCard.js.map +1 -1
  310. package/lib/components/CarouselProgramsCard/CarouselProgramsCard.js +1 -1
  311. package/lib/components/CarouselProgramsCard/CarouselProgramsCard.js.map +1 -1
  312. package/lib/components/CarouselRecommendationCard/CarouselRecommendationCard.js +1 -1
  313. package/lib/components/CarouselRecommendationCard/CarouselRecommendationCard.js.map +1 -1
  314. package/lib/components/CarouselRecommendationCard/CarouselRecommendationCard.mobile.js +1 -1
  315. package/lib/components/CarouselRecommendationCard/CarouselRecommendationCard.mobile.js.map +1 -1
  316. package/lib/components/CarouselRichTextCard/CarouselRichTextCard.js +1 -1
  317. package/lib/components/CarouselRichTextCard/CarouselRichTextCard.js.map +1 -1
  318. package/lib/components/CarouselTariffsCard/CarouselTariffsCard.js +1 -1
  319. package/lib/components/CarouselTariffsCard/CarouselTariffsCard.js.map +1 -1
  320. package/lib/components/ComparisonTable/ComparisonTable.js +2 -1
  321. package/lib/components/ComparisonTable/ComparisonTable.js.map +1 -1
  322. package/lib/components/ContactsBlock/ContactsBlock.js +3 -2
  323. package/lib/components/ContactsBlock/ContactsBlock.js.map +1 -1
  324. package/lib/components/DepositFiltration/DepositFiltration.js +1 -1
  325. package/lib/components/DepositFiltration/DepositFiltration.js.map +1 -1
  326. package/lib/components/ErrorBlock/ErrorBlock.js +1 -1
  327. package/lib/components/ErrorBlock/ErrorBlock.js.map +1 -1
  328. package/lib/components/ExchangeRateOffice/ExchangeRateOffice.js +2 -2
  329. package/lib/components/ExchangeRateOffice/ExchangeRateOffice.js.map +1 -1
  330. package/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.js +1 -1
  331. package/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.js.map +1 -1
  332. package/lib/components/ExchangeRateTile/ExchangeRateTile.js +3 -2
  333. package/lib/components/ExchangeRateTile/ExchangeRateTile.js.map +1 -1
  334. package/lib/components/Footer/Footer.js +1 -1
  335. package/lib/components/Footer/Footer.js.map +1 -1
  336. package/lib/components/Footer/Footer.mobile.js +2 -3
  337. package/lib/components/Footer/Footer.mobile.js.map +1 -1
  338. package/lib/components/GracePeriod/GracePeriod.js +1 -1
  339. package/lib/components/GracePeriod/GracePeriod.js.map +1 -1
  340. package/lib/components/Header/Header.js +1 -1
  341. package/lib/components/Header/Header.js.map +1 -1
  342. package/lib/components/Header/Header.mobile.js +1 -1
  343. package/lib/components/Header/Header.mobile.js.map +1 -1
  344. package/lib/components/Headline/Headline.js +2 -3
  345. package/lib/components/Headline/Headline.js.map +1 -1
  346. package/lib/components/Headline/HeadlineContent.d.ts +0 -2
  347. package/lib/components/Headline/headlineVersionStyles.js +9 -9
  348. package/lib/components/Headline/headlineVersionStyles.js.map +1 -1
  349. package/lib/components/HorizontalLayout/HorizontalLayout.js +1 -1
  350. package/lib/components/HorizontalLayout/HorizontalLayout.js.map +1 -1
  351. package/lib/components/ImgBlock/ImgBlock.js +1 -1
  352. package/lib/components/ImgBlock/ImgBlock.js.map +1 -1
  353. package/lib/components/InsuranceAmountBlock/InsuranceAmountBlock.js +2 -1
  354. package/lib/components/InsuranceAmountBlock/InsuranceAmountBlock.js.map +1 -1
  355. package/lib/components/InvestmentInfo/InvestmentInfo.js +3 -3
  356. package/lib/components/InvestmentInfo/InvestmentInfo.js.map +1 -1
  357. package/lib/components/LinkDocs/LinkDocs.js +1 -1
  358. package/lib/components/LinkDocs/LinkDocs.js.map +1 -1
  359. package/lib/components/LinkDocs/LinkDocs.mobile.js +1 -2
  360. package/lib/components/LinkDocs/LinkDocs.mobile.js.map +1 -1
  361. package/lib/components/MobileAppTile/MobileAppTile.fixture.mobile.d.ts +1 -0
  362. package/lib/components/MobileAppTile/MobileAppTile.js +6 -12
  363. package/lib/components/MobileAppTile/MobileAppTile.js.map +1 -1
  364. package/lib/components/MobileAppTile/renderButtonSection.d.ts +0 -0
  365. package/lib/components/MobileAppTile/renderButtonSection.js +1 -0
  366. package/lib/components/MobileAppTile/renderButtonSection.js.map +1 -0
  367. package/lib/components/MobileAppTile/renderDescription.d.ts +1 -0
  368. package/lib/components/MobileAppTile/renderDescription.js +4 -0
  369. package/lib/components/MobileAppTile/renderDescription.js.map +1 -0
  370. package/lib/components/MobileAppTile/renderList.d.ts +1 -0
  371. package/lib/components/MobileAppTile/renderList.js +6 -0
  372. package/lib/components/MobileAppTile/renderList.js.map +1 -0
  373. package/lib/components/MortgageFiltration/MortgageFiltration.js +1 -1
  374. package/lib/components/MortgageFiltration/MortgageFiltration.js.map +1 -1
  375. package/lib/components/OfficeServicesBlock/OfficeServicesBlock.js +2 -1
  376. package/lib/components/OfficeServicesBlock/OfficeServicesBlock.js.map +1 -1
  377. package/lib/components/ParagraphBlock/ParagraphBlock.js +1 -1
  378. package/lib/components/ParagraphBlock/ParagraphBlock.js.map +1 -1
  379. package/lib/components/PictureText/PictureText.js +3 -8
  380. package/lib/components/PictureText/PictureText.js.map +1 -1
  381. package/lib/components/PictureText/PictureTextContent.d.ts +2 -6
  382. package/lib/components/PictureText/renderInsuranceSumMonth.js +2 -8
  383. package/lib/components/PictureText/renderInsuranceSumMonth.js.map +1 -1
  384. package/lib/components/Placeholder/Placeholder.js +1 -6
  385. package/lib/components/Placeholder/Placeholder.js.map +1 -1
  386. package/lib/components/ProductBlock/ProductBlock.js +3 -3
  387. package/lib/components/ProductBlock/ProductBlock.js.map +1 -1
  388. package/lib/components/ProductBlock/ProductBlockContent.d.ts +3 -22
  389. package/lib/components/ProductGallery/ProductGallery.js +2 -2
  390. package/lib/components/ProductGallery/ProductGallery.js.map +1 -1
  391. package/lib/components/ProductGallery/ProductGallery.mobile.js +5 -6
  392. package/lib/components/ProductGallery/ProductGallery.mobile.js.map +1 -1
  393. package/lib/components/ProductGallery/ProductGalleryContent.d.ts +2 -2
  394. package/lib/components/ProductTile/ProductTile.js +1 -2
  395. package/lib/components/ProductTile/ProductTile.js.map +1 -1
  396. package/lib/components/PromoTile/PromoTile.js +2 -5
  397. package/lib/components/PromoTile/PromoTile.js.map +1 -1
  398. package/lib/components/PromoTile/PromoTileContent.d.ts +2 -3
  399. package/lib/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.js +1 -1
  400. package/lib/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.js.map +1 -1
  401. package/lib/components/RichTextBlock/RichTextBlock.js +1 -1
  402. package/lib/components/RichTextBlock/RichTextBlock.js.map +1 -1
  403. package/lib/components/RollupItem/RollupItem.js +3 -3
  404. package/lib/components/RollupItem/RollupItem.js.map +1 -1
  405. package/lib/components/RollupItem/renderRoundedIcon.d.ts +1 -1
  406. package/lib/components/RollupItem/renderRoundedIcon.js +2 -1
  407. package/lib/components/RollupItem/renderRoundedIcon.js.map +1 -1
  408. package/lib/components/SafeDepositRental/SafeDepositRental.js +2 -2
  409. package/lib/components/SafeDepositRental/SafeDepositRental.js.map +1 -1
  410. package/lib/components/StepsBlock/StepsBlock.js +1 -1
  411. package/lib/components/StepsBlock/StepsBlock.js.map +1 -1
  412. package/lib/components/StepsBlock/StepsBlock.mobile.js +1 -1
  413. package/lib/components/StepsBlock/StepsBlock.mobile.js.map +1 -1
  414. package/lib/components/SwipeListControlBlock/SwipeListControlBlock.js +1 -3
  415. package/lib/components/SwipeListControlBlock/SwipeListControlBlock.js.map +1 -1
  416. package/lib/components/Tabs/Tabs.js +1 -1
  417. package/lib/components/Tabs/Tabs.js.map +1 -1
  418. package/lib/components/TariffsTable/EmbeddableCellData.mobile.js +3 -6
  419. package/lib/components/TariffsTable/EmbeddableCellData.mobile.js.map +1 -1
  420. package/lib/components/TariffsTable/TableTileHeader.js +2 -2
  421. package/lib/components/TariffsTable/TableTileHeader.js.map +1 -1
  422. package/lib/components/TariffsTable/TariffsTable.js +2 -1
  423. package/lib/components/TariffsTable/TariffsTable.js.map +1 -1
  424. package/lib/components/TariffsTable/TariffsTable.mobile.js +3 -3
  425. package/lib/components/TariffsTable/TariffsTable.mobile.js.map +1 -1
  426. package/lib/components/TariffsTable/TariffsTableHorizontal.js +1 -1
  427. package/lib/components/TariffsTable/TariffsTableHorizontal.js.map +1 -1
  428. package/lib/components/TariffsTable/TariffsTableTileCell.js +2 -2
  429. package/lib/components/TariffsTable/TariffsTableTileCell.js.map +1 -1
  430. package/lib/components/TextBlock/TextBlock.js +1 -3
  431. package/lib/components/TextBlock/TextBlock.js.map +1 -1
  432. package/lib/components/Tile/Tile.js +3 -15
  433. package/lib/components/Tile/Tile.js.map +1 -1
  434. package/lib/components/Tile/TileContent.d.ts +2 -13
  435. package/lib/components/VerticalLayout/VerticalLayout.js +1 -1
  436. package/lib/components/VerticalLayout/VerticalLayout.js.map +1 -1
  437. package/lib/components/Video/Video.js +1 -2
  438. package/lib/components/Video/Video.js.map +1 -1
  439. package/lib/content-page-repository/transformDocumentLink.js +1 -1
  440. package/lib/content-page-repository/transformDocumentLink.js.map +1 -1
  441. package/lib/content-page-repository/transformImg.js +1 -1
  442. package/lib/content-page-repository/transformImg.js.map +1 -1
  443. package/lib/model/Align.d.ts +5 -0
  444. package/lib/model/Align.js +2 -0
  445. package/lib/model/Align.js.map +1 -0
  446. package/lib/model/AlignText.d.ts +3 -0
  447. package/lib/model/AlignText.js +3 -0
  448. package/lib/model/AlignText.js.map +1 -1
  449. package/lib/model/AlignType.d.ts +2 -0
  450. package/lib/model/HeadlineType.d.ts +8 -1
  451. package/lib/model/JSXBlock.d.ts +12 -5
  452. package/lib/ui-kit/BaseProductTile/BaseProductTile.d.ts +7 -0
  453. package/lib/ui-kit/BaseProductTile/BaseProductTile.js +16 -0
  454. package/lib/ui-kit/BaseProductTile/BaseProductTile.js.map +1 -0
  455. package/lib/ui-kit/BaseProductTile/BaseProductTileContent.d.ts +22 -0
  456. package/lib/ui-kit/BaseProductTile/BaseProductTileContent.js +2 -0
  457. package/lib/ui-kit/BaseProductTile/BaseProductTileContent.js.map +1 -0
  458. package/{mobile/bundle/components → lib/ui-kit}/BaseTile/BaseTile.d.ts +2 -0
  459. package/lib/ui-kit/BaseTile/BaseTile.js +11 -0
  460. package/lib/ui-kit/BaseTile/BaseTile.js.map +1 -0
  461. package/lib/ui-kit/BaseTile/getTileRightPadding.js.map +1 -0
  462. package/lib/ui-kit/BenefitItem/BenefitItem.d.ts +5 -2
  463. package/lib/ui-kit/BenefitItem/BenefitItem.js +3 -7
  464. package/lib/ui-kit/BenefitItem/BenefitItem.js.map +1 -1
  465. package/lib/ui-kit/BenefitItem/BenefitItemContent.d.ts +16 -0
  466. package/lib/ui-kit/BenefitItem/BenefitItemContent.js +2 -0
  467. package/lib/ui-kit/BenefitItem/BenefitItemContent.js.map +1 -0
  468. package/lib/ui-kit/BenefitsList/BenefitsList.d.ts +6 -0
  469. package/lib/ui-kit/BenefitsList/BenefitsList.js +12 -0
  470. package/lib/ui-kit/BenefitsList/BenefitsList.js.map +1 -0
  471. package/lib/ui-kit/BenefitsList/BenefitsListContent.d.ts +14 -0
  472. package/lib/ui-kit/BenefitsList/BenefitsListContent.js +2 -0
  473. package/lib/ui-kit/BenefitsList/BenefitsListContent.js.map +1 -0
  474. package/lib/ui-kit/BenefitsList/renderBenefit.d.ts +3 -0
  475. package/lib/ui-kit/BenefitsList/renderBenefit.js +10 -0
  476. package/lib/ui-kit/BenefitsList/renderBenefit.js.map +1 -0
  477. package/lib/ui-kit/BlockWrapper.js +3 -3
  478. package/lib/ui-kit/BlockWrapper.js.map +1 -1
  479. package/lib/ui-kit/Button/ButtonInner.js +1 -1
  480. package/lib/ui-kit/Button/renderButtonsSection.js +1 -1
  481. package/lib/ui-kit/Button/renderButtonsSection.js.map +1 -1
  482. package/lib/ui-kit/Heading/Heading.js +2 -1
  483. package/lib/ui-kit/Heading/Heading.js.map +1 -1
  484. package/lib/ui-kit/Icon/RoundedIcon.d.ts +1 -1
  485. package/lib/ui-kit/Icon/RoundedIcon.js +2 -2
  486. package/lib/ui-kit/Icon/RoundedIcon.js.map +1 -1
  487. package/lib/ui-kit/Img/Img.d.ts +2 -1
  488. package/lib/ui-kit/Img/Img.js +10 -1
  489. package/lib/ui-kit/Img/Img.js.map +1 -1
  490. package/lib/ui-kit/Img/ImgAsPicture.js +6 -12
  491. package/lib/ui-kit/Img/ImgAsPicture.js.map +1 -1
  492. package/lib/ui-kit/Img/ImgProps.d.ts +0 -1
  493. package/lib/ui-kit/List/List.js.map +1 -1
  494. package/lib/ui-kit/List/ListContent.d.ts +6 -0
  495. package/lib/ui-kit/List/ListItem.d.ts +1 -1
  496. package/lib/ui-kit/List/ListProps.d.ts +0 -6
  497. package/lib/ui-kit/SwipeListControl/SwipeListContainer.d.ts +4 -2
  498. package/lib/ui-kit/SwipeListControl/SwipeListContainer.js.map +1 -1
  499. package/lib/ui-kit/SwipeListControl/SwipeListControl.d.ts +10 -1
  500. package/lib/ui-kit/SwipeListControl/SwipeListControl.js +1 -1
  501. package/lib/ui-kit/SwipeListControl/SwipeListControl.js.map +1 -1
  502. package/lib/ui-kit/SwipeListControl/SwipeListControlContent.d.ts +16 -4
  503. package/lib/ui-kit/SwipeListControl/SwipeListControlDots.d.ts +1 -1
  504. package/lib/ui-kit/Tags/Tags.d.ts +2 -2
  505. package/lib/ui-kit/Tags/Tags.js +4 -5
  506. package/lib/ui-kit/Tags/Tags.js.map +1 -1
  507. package/lib/utils/avg.d.ts +1 -0
  508. package/lib/utils/avg.js +3 -0
  509. package/lib/utils/avg.js.map +1 -0
  510. package/lib/utils/deviation.d.ts +1 -0
  511. package/lib/utils/deviation.js +3 -0
  512. package/lib/utils/deviation.js.map +1 -0
  513. package/mobile/bundle/bundle.umd.js +122 -179
  514. package/mobile/bundle/bundle.umd.min.js +1 -1
  515. package/mobile/bundle/components/CarouselProductCard/CarouselProductCard.d.ts +1 -1
  516. package/mobile/bundle/components/Headline/HeadlineContent.d.ts +0 -2
  517. package/mobile/bundle/components/MobileAppTile/renderDescription.d.ts +2 -0
  518. package/mobile/bundle/components/MobileAppTile/renderList.d.ts +2 -0
  519. package/mobile/bundle/components/PictureText/PictureTextContent.d.ts +2 -6
  520. package/mobile/bundle/components/ProductBlock/ProductBlockContent.d.ts +3 -22
  521. package/mobile/bundle/components/ProductGallery/ProductGalleryContent.d.ts +2 -2
  522. package/mobile/bundle/components/PromoTile/PromoTileContent.d.ts +2 -3
  523. package/mobile/bundle/components/Tile/TileContent.d.ts +2 -13
  524. package/mobile/bundle/model/Align.d.ts +5 -0
  525. package/mobile/bundle/model/AlignText.d.ts +3 -0
  526. package/mobile/bundle/model/AlignType.d.ts +2 -0
  527. package/mobile/bundle/model/HeadlineType.d.ts +8 -1
  528. package/mobile/bundle/model/JSXBlock.d.ts +12 -5
  529. package/mobile/bundle/ui-kit/BaseProductTile/BaseProductTile.d.ts +7 -0
  530. package/mobile/bundle/ui-kit/BaseProductTile/BaseProductTileContent.d.ts +22 -0
  531. package/{dist/components → mobile/bundle/ui-kit}/BaseTile/BaseTile.d.ts +2 -0
  532. package/mobile/bundle/ui-kit/BenefitItem/BenefitItem.d.ts +5 -2
  533. package/mobile/bundle/ui-kit/BenefitItem/BenefitItemContent.d.ts +16 -0
  534. package/mobile/bundle/ui-kit/BenefitsList/BenefitsList.d.ts +6 -0
  535. package/mobile/bundle/ui-kit/BenefitsList/BenefitsListContent.d.ts +14 -0
  536. package/mobile/bundle/ui-kit/BenefitsList/renderBenefit.d.ts +4 -0
  537. package/mobile/bundle/ui-kit/Icon/RoundedIcon.d.ts +1 -1
  538. package/mobile/bundle/ui-kit/Img/ImgProps.d.ts +0 -1
  539. package/mobile/bundle/ui-kit/List/ListContent.d.ts +6 -0
  540. package/mobile/bundle/ui-kit/List/ListItem.d.ts +1 -1
  541. package/mobile/bundle/ui-kit/List/ListProps.d.ts +0 -6
  542. package/mobile/bundle/ui-kit/SwipeListControl/SwipeListContainer.d.ts +4 -2
  543. package/mobile/bundle/ui-kit/SwipeListControl/SwipeListControl.d.ts +10 -1
  544. package/mobile/bundle/ui-kit/SwipeListControl/SwipeListControlContent.d.ts +16 -4
  545. package/mobile/bundle/ui-kit/SwipeListControl/SwipeListControlDots.d.ts +1 -1
  546. package/mobile/bundle/ui-kit/Tags/Tags.d.ts +2 -2
  547. package/mobile/bundle/utils/avg.d.ts +1 -0
  548. package/mobile/bundle/utils/deviation.d.ts +1 -0
  549. package/mobile/dist/components/ApplicationForm/ApplicationForm.js +1 -2
  550. package/mobile/dist/components/ApplicationForm/ApplicationForm.js.map +1 -1
  551. package/mobile/dist/components/ApplicationForm/ResponseNotification.js +1 -1
  552. package/mobile/dist/components/ApplicationForm/ResponseNotification.js.map +1 -1
  553. package/mobile/dist/components/BenefitsBlock/BenefitsBlock.js +2 -1
  554. package/mobile/dist/components/BenefitsBlock/BenefitsBlock.js.map +1 -1
  555. package/mobile/dist/components/Bonus/Bonus.js +1 -1
  556. package/mobile/dist/components/Bonus/Bonus.js.map +1 -1
  557. package/mobile/dist/components/BonusBenefitsBlock/BonusBenefitsBlock.js +1 -1
  558. package/mobile/dist/components/BonusBenefitsBlock/BonusBenefitsBlock.js.map +1 -1
  559. package/mobile/dist/components/BusinessBlock/BusinessBlock.js +1 -1
  560. package/mobile/dist/components/BusinessBlock/BusinessBlock.js.map +1 -1
  561. package/mobile/dist/components/ButtonsBlock/ButtonsBlock.js +1 -1
  562. package/mobile/dist/components/ButtonsBlock/ButtonsBlock.js.map +1 -1
  563. package/mobile/dist/components/Calculator/Calculator.js +1 -1
  564. package/mobile/dist/components/Calculator/Calculator.js.map +1 -1
  565. package/mobile/dist/components/CardTransfer/CardTransfer.js +1 -1
  566. package/mobile/dist/components/CardTransfer/CardTransfer.js.map +1 -1
  567. package/mobile/dist/components/Carousel/Carousel.js +1 -1
  568. package/mobile/dist/components/Carousel/Carousel.js.map +1 -1
  569. package/mobile/dist/components/CarouselBankHistoryCard/CarouselBankHistoryCard.js +1 -1
  570. package/mobile/dist/components/CarouselBankHistoryCard/CarouselBankHistoryCard.js.map +1 -1
  571. package/mobile/dist/components/CarouselCatalogCard/CarouselCatalogCard.js +2 -1
  572. package/mobile/dist/components/CarouselCatalogCard/CarouselCatalogCard.js.map +1 -1
  573. package/mobile/dist/components/CarouselEventCard/CarouselEventCard.js +1 -1
  574. package/mobile/dist/components/CarouselEventCard/CarouselEventCard.js.map +1 -1
  575. package/mobile/dist/components/CarouselInvestmentCard/CarouselInvestmentCard.js +2 -2
  576. package/mobile/dist/components/CarouselInvestmentCard/CarouselInvestmentCard.js.map +1 -1
  577. package/mobile/dist/components/CarouselLinks/CarouselLinks.js +3 -4
  578. package/mobile/dist/components/CarouselLinks/CarouselLinks.js.map +1 -1
  579. package/mobile/dist/components/CarouselProductCard/CarouselProductCard.d.ts +1 -1
  580. package/mobile/dist/components/CarouselProductCard/CarouselProductCard.js +5 -5
  581. package/mobile/dist/components/CarouselProductCard/CarouselProductCard.js.map +1 -1
  582. package/mobile/dist/components/CarouselProgramsCard/CarouselProgramsCard.js +1 -1
  583. package/mobile/dist/components/CarouselProgramsCard/CarouselProgramsCard.js.map +1 -1
  584. package/mobile/dist/components/CarouselRecommendationCard/CarouselRecommendationCard.js +1 -1
  585. package/mobile/dist/components/CarouselRecommendationCard/CarouselRecommendationCard.js.map +1 -1
  586. package/mobile/dist/components/CarouselRichTextCard/CarouselRichTextCard.js +1 -1
  587. package/mobile/dist/components/CarouselRichTextCard/CarouselRichTextCard.js.map +1 -1
  588. package/mobile/dist/components/CarouselTariffsCard/CarouselTariffsCard.js +1 -1
  589. package/mobile/dist/components/CarouselTariffsCard/CarouselTariffsCard.js.map +1 -1
  590. package/mobile/dist/components/ContactsBlock/ContactsBlock.js +3 -2
  591. package/mobile/dist/components/ContactsBlock/ContactsBlock.js.map +1 -1
  592. package/mobile/dist/components/DepositFiltration/DepositFiltration.js +1 -1
  593. package/mobile/dist/components/DepositFiltration/DepositFiltration.js.map +1 -1
  594. package/mobile/dist/components/ErrorBlock/ErrorBlock.js +1 -1
  595. package/mobile/dist/components/ErrorBlock/ErrorBlock.js.map +1 -1
  596. package/mobile/dist/components/ExchangeRateOffice/ExchangeRateOffice.js +2 -2
  597. package/mobile/dist/components/ExchangeRateOffice/ExchangeRateOffice.js.map +1 -1
  598. package/mobile/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.js +1 -1
  599. package/mobile/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.js.map +1 -1
  600. package/mobile/dist/components/ExchangeRateTile/ExchangeRateTile.js +3 -2
  601. package/mobile/dist/components/ExchangeRateTile/ExchangeRateTile.js.map +1 -1
  602. package/mobile/dist/components/Footer/Footer.js +2 -3
  603. package/mobile/dist/components/Footer/Footer.js.map +1 -1
  604. package/mobile/dist/components/GracePeriod/GracePeriod.js +1 -1
  605. package/mobile/dist/components/GracePeriod/GracePeriod.js.map +1 -1
  606. package/mobile/dist/components/Header/Header.js +1 -1
  607. package/mobile/dist/components/Header/Header.js.map +1 -1
  608. package/mobile/dist/components/Headline/Headline.js +2 -3
  609. package/mobile/dist/components/Headline/Headline.js.map +1 -1
  610. package/mobile/dist/components/Headline/HeadlineContent.d.ts +0 -2
  611. package/mobile/dist/components/Headline/headlineVersionStyles.js +9 -9
  612. package/mobile/dist/components/Headline/headlineVersionStyles.js.map +1 -1
  613. package/mobile/dist/components/HorizontalLayout/HorizontalLayout.js +1 -1
  614. package/mobile/dist/components/HorizontalLayout/HorizontalLayout.js.map +1 -1
  615. package/mobile/dist/components/ImgBlock/ImgBlock.js +1 -1
  616. package/mobile/dist/components/ImgBlock/ImgBlock.js.map +1 -1
  617. package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlock.js +2 -1
  618. package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlock.js.map +1 -1
  619. package/mobile/dist/components/InvestmentInfo/InvestmentInfo.js +3 -3
  620. package/mobile/dist/components/InvestmentInfo/InvestmentInfo.js.map +1 -1
  621. package/mobile/dist/components/LinkDocs/LinkDocs.js +1 -2
  622. package/mobile/dist/components/LinkDocs/LinkDocs.js.map +1 -1
  623. package/mobile/dist/components/MobileAppTile/MobileAppTile.js +11 -3
  624. package/mobile/dist/components/MobileAppTile/MobileAppTile.js.map +1 -1
  625. package/mobile/dist/components/MobileAppTile/renderButtonSection.d.ts +0 -0
  626. package/mobile/dist/components/MobileAppTile/renderButtonSection.js +1 -0
  627. package/mobile/dist/components/MobileAppTile/renderButtonSection.js.map +1 -0
  628. package/mobile/dist/components/MobileAppTile/renderDescription.d.ts +2 -0
  629. package/mobile/dist/components/MobileAppTile/renderDescription.js +7 -0
  630. package/mobile/dist/components/MobileAppTile/renderDescription.js.map +1 -0
  631. package/mobile/dist/components/MobileAppTile/renderList.d.ts +2 -0
  632. package/mobile/dist/components/MobileAppTile/renderList.js +9 -0
  633. package/mobile/dist/components/MobileAppTile/renderList.js.map +1 -0
  634. package/mobile/dist/components/MortgageFiltration/MortgageFiltration.js +1 -1
  635. package/mobile/dist/components/MortgageFiltration/MortgageFiltration.js.map +1 -1
  636. package/mobile/dist/components/OfficeServicesBlock/OfficeServicesBlock.js +2 -1
  637. package/mobile/dist/components/OfficeServicesBlock/OfficeServicesBlock.js.map +1 -1
  638. package/mobile/dist/components/ParagraphBlock/ParagraphBlock.js +1 -1
  639. package/mobile/dist/components/ParagraphBlock/ParagraphBlock.js.map +1 -1
  640. package/mobile/dist/components/PictureText/PictureText.js +2 -7
  641. package/mobile/dist/components/PictureText/PictureText.js.map +1 -1
  642. package/mobile/dist/components/PictureText/PictureTextContent.d.ts +2 -6
  643. package/mobile/dist/components/PictureText/renderInsuranceSumMonth.js +2 -8
  644. package/mobile/dist/components/PictureText/renderInsuranceSumMonth.js.map +1 -1
  645. package/mobile/dist/components/Placeholder/Placeholder.js +1 -6
  646. package/mobile/dist/components/Placeholder/Placeholder.js.map +1 -1
  647. package/mobile/dist/components/ProductBlock/ProductBlock.js +3 -3
  648. package/mobile/dist/components/ProductBlock/ProductBlock.js.map +1 -1
  649. package/mobile/dist/components/ProductBlock/ProductBlockContent.d.ts +3 -22
  650. package/mobile/dist/components/ProductGallery/ProductGallery.js +5 -6
  651. package/mobile/dist/components/ProductGallery/ProductGallery.js.map +1 -1
  652. package/mobile/dist/components/ProductGallery/ProductGalleryContent.d.ts +2 -2
  653. package/mobile/dist/components/ProductTile/ProductTile.js +1 -2
  654. package/mobile/dist/components/ProductTile/ProductTile.js.map +1 -1
  655. package/mobile/dist/components/PromoTile/PromoTile.js +2 -5
  656. package/mobile/dist/components/PromoTile/PromoTile.js.map +1 -1
  657. package/mobile/dist/components/PromoTile/PromoTileContent.d.ts +2 -3
  658. package/mobile/dist/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.js +1 -1
  659. package/mobile/dist/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.js.map +1 -1
  660. package/mobile/dist/components/RichTextBlock/RichTextBlock.js +1 -1
  661. package/mobile/dist/components/RichTextBlock/RichTextBlock.js.map +1 -1
  662. package/mobile/dist/components/RollupItem/RollupItem.js +3 -3
  663. package/mobile/dist/components/RollupItem/RollupItem.js.map +1 -1
  664. package/mobile/dist/components/SafeDepositRental/SafeDepositRental.js +2 -2
  665. package/mobile/dist/components/SafeDepositRental/SafeDepositRental.js.map +1 -1
  666. package/mobile/dist/components/StepsBlock/StepsBlock.js +1 -1
  667. package/mobile/dist/components/StepsBlock/StepsBlock.js.map +1 -1
  668. package/mobile/dist/components/SwipeListControlBlock/SwipeListControlBlock.js +1 -3
  669. package/mobile/dist/components/SwipeListControlBlock/SwipeListControlBlock.js.map +1 -1
  670. package/mobile/dist/components/Tabs/Tabs.js +1 -1
  671. package/mobile/dist/components/Tabs/Tabs.js.map +1 -1
  672. package/mobile/dist/components/TariffsTable/EmbeddableCellData.js +3 -6
  673. package/mobile/dist/components/TariffsTable/EmbeddableCellData.js.map +1 -1
  674. package/mobile/dist/components/TariffsTable/TableTileHeader.js +2 -2
  675. package/mobile/dist/components/TariffsTable/TableTileHeader.js.map +1 -1
  676. package/mobile/dist/components/TariffsTable/TariffsTable.js +3 -3
  677. package/mobile/dist/components/TariffsTable/TariffsTable.js.map +1 -1
  678. package/mobile/dist/components/TariffsTable/TariffsTableHorizontal.js +1 -1
  679. package/mobile/dist/components/TariffsTable/TariffsTableHorizontal.js.map +1 -1
  680. package/mobile/dist/components/TariffsTable/TariffsTableTileCell.js +2 -2
  681. package/mobile/dist/components/TariffsTable/TariffsTableTileCell.js.map +1 -1
  682. package/mobile/dist/components/TextBlock/TextBlock.js +1 -3
  683. package/mobile/dist/components/TextBlock/TextBlock.js.map +1 -1
  684. package/mobile/dist/components/Tile/Tile.js +2 -14
  685. package/mobile/dist/components/Tile/Tile.js.map +1 -1
  686. package/mobile/dist/components/Tile/TileContent.d.ts +2 -13
  687. package/mobile/dist/components/VerticalLayout/VerticalLayout.js +1 -1
  688. package/mobile/dist/components/VerticalLayout/VerticalLayout.js.map +1 -1
  689. package/mobile/dist/components/Video/Video.js +1 -2
  690. package/mobile/dist/components/Video/Video.js.map +1 -1
  691. package/mobile/dist/content-page-repository/transformDocumentLink.js +1 -1
  692. package/mobile/dist/content-page-repository/transformDocumentLink.js.map +1 -1
  693. package/mobile/dist/content-page-repository/transformImg.js +1 -1
  694. package/mobile/dist/content-page-repository/transformImg.js.map +1 -1
  695. package/mobile/dist/model/Align.d.ts +5 -0
  696. package/mobile/dist/{ui-kit/BenefitItem/BenefitItemProps.js → model/Align.js} +1 -1
  697. package/mobile/dist/model/Align.js.map +1 -0
  698. package/mobile/dist/model/AlignText.d.ts +3 -0
  699. package/mobile/dist/model/AlignText.js +3 -0
  700. package/mobile/dist/model/AlignText.js.map +1 -1
  701. package/mobile/dist/model/AlignType.d.ts +2 -0
  702. package/mobile/dist/model/HeadlineType.d.ts +8 -1
  703. package/mobile/dist/model/JSXBlock.d.ts +12 -5
  704. package/mobile/dist/ui-kit/BaseProductTile/BaseProductTile.d.ts +7 -0
  705. package/mobile/dist/ui-kit/BaseProductTile/BaseProductTile.js +18 -0
  706. package/mobile/dist/ui-kit/BaseProductTile/BaseProductTile.js.map +1 -0
  707. package/mobile/dist/ui-kit/BaseProductTile/BaseProductTileContent.d.ts +22 -0
  708. package/mobile/dist/ui-kit/BaseProductTile/BaseProductTileContent.js +2 -0
  709. package/mobile/dist/ui-kit/BaseProductTile/BaseProductTileContent.js.map +1 -0
  710. package/mobile/dist/ui-kit/BaseTile/BaseTile.d.ts +14 -0
  711. package/mobile/dist/ui-kit/BaseTile/BaseTile.js +13 -0
  712. package/mobile/dist/ui-kit/BaseTile/BaseTile.js.map +1 -0
  713. package/mobile/dist/ui-kit/BaseTile/getTileRightPadding.js.map +1 -0
  714. package/mobile/dist/ui-kit/BenefitItem/BenefitItem.d.ts +5 -2
  715. package/mobile/dist/ui-kit/BenefitItem/BenefitItem.js +3 -7
  716. package/mobile/dist/ui-kit/BenefitItem/BenefitItem.js.map +1 -1
  717. package/mobile/dist/ui-kit/BenefitItem/BenefitItemContent.d.ts +16 -0
  718. package/mobile/dist/ui-kit/BenefitItem/BenefitItemContent.js +2 -0
  719. package/mobile/dist/ui-kit/BenefitItem/BenefitItemContent.js.map +1 -0
  720. package/mobile/dist/ui-kit/BenefitsList/BenefitsList.d.ts +6 -0
  721. package/mobile/dist/ui-kit/BenefitsList/BenefitsList.js +14 -0
  722. package/mobile/dist/ui-kit/BenefitsList/BenefitsList.js.map +1 -0
  723. package/mobile/dist/ui-kit/BenefitsList/BenefitsListContent.d.ts +14 -0
  724. package/mobile/dist/ui-kit/BenefitsList/BenefitsListContent.js +2 -0
  725. package/mobile/dist/ui-kit/BenefitsList/BenefitsListContent.js.map +1 -0
  726. package/mobile/dist/ui-kit/BenefitsList/renderBenefit.d.ts +4 -0
  727. package/mobile/dist/ui-kit/BenefitsList/renderBenefit.js +13 -0
  728. package/mobile/dist/ui-kit/BenefitsList/renderBenefit.js.map +1 -0
  729. package/mobile/dist/ui-kit/BlockWrapper.js +3 -3
  730. package/mobile/dist/ui-kit/BlockWrapper.js.map +1 -1
  731. package/mobile/dist/ui-kit/Button/ButtonInner.js +1 -1
  732. package/mobile/dist/ui-kit/Button/renderButtonsSection.js +1 -1
  733. package/mobile/dist/ui-kit/Button/renderButtonsSection.js.map +1 -1
  734. package/mobile/dist/ui-kit/Heading/Heading.js +2 -1
  735. package/mobile/dist/ui-kit/Heading/Heading.js.map +1 -1
  736. package/mobile/dist/ui-kit/Icon/RoundedIcon.d.ts +1 -1
  737. package/mobile/dist/ui-kit/Icon/RoundedIcon.js +2 -2
  738. package/mobile/dist/ui-kit/Icon/RoundedIcon.js.map +1 -1
  739. package/mobile/dist/ui-kit/Img/Img.js +8 -2
  740. package/mobile/dist/ui-kit/Img/Img.js.map +1 -1
  741. package/mobile/dist/ui-kit/Img/ImgAsPicture.js +6 -12
  742. package/mobile/dist/ui-kit/Img/ImgAsPicture.js.map +1 -1
  743. package/mobile/dist/ui-kit/Img/ImgProps.d.ts +0 -1
  744. package/mobile/dist/ui-kit/List/List.js.map +1 -1
  745. package/mobile/dist/ui-kit/List/ListContent.d.ts +6 -0
  746. package/mobile/dist/ui-kit/List/ListItem.d.ts +1 -1
  747. package/mobile/dist/ui-kit/List/ListProps.d.ts +0 -6
  748. package/mobile/dist/ui-kit/SwipeListControl/SwipeListContainer.d.ts +4 -2
  749. package/mobile/dist/ui-kit/SwipeListControl/SwipeListContainer.js.map +1 -1
  750. package/mobile/dist/ui-kit/SwipeListControl/SwipeListControl.d.ts +10 -1
  751. package/mobile/dist/ui-kit/SwipeListControl/SwipeListControl.js +1 -1
  752. package/mobile/dist/ui-kit/SwipeListControl/SwipeListControl.js.map +1 -1
  753. package/mobile/dist/ui-kit/SwipeListControl/SwipeListControlContent.d.ts +16 -4
  754. package/mobile/dist/ui-kit/SwipeListControl/SwipeListControlDots.d.ts +1 -1
  755. package/mobile/dist/ui-kit/Tags/Tags.d.ts +2 -2
  756. package/mobile/dist/ui-kit/Tags/Tags.js +4 -5
  757. package/mobile/dist/ui-kit/Tags/Tags.js.map +1 -1
  758. package/mobile/dist/utils/avg.d.ts +1 -0
  759. package/mobile/dist/utils/avg.js +6 -0
  760. package/mobile/dist/utils/avg.js.map +1 -0
  761. package/mobile/dist/utils/deviation.d.ts +1 -0
  762. package/mobile/dist/utils/deviation.js +6 -0
  763. package/mobile/dist/utils/deviation.js.map +1 -0
  764. package/mobile/lib/common.css +1 -1
  765. package/mobile/lib/components/ApplicationForm/ApplicationForm.js +1 -2
  766. package/mobile/lib/components/ApplicationForm/ApplicationForm.js.map +1 -1
  767. package/mobile/lib/components/ApplicationForm/ResponseNotification.js +1 -1
  768. package/mobile/lib/components/ApplicationForm/ResponseNotification.js.map +1 -1
  769. package/mobile/lib/components/BenefitsBlock/BenefitsBlock.js +2 -1
  770. package/mobile/lib/components/BenefitsBlock/BenefitsBlock.js.map +1 -1
  771. package/mobile/lib/components/Bonus/Bonus.js +1 -1
  772. package/mobile/lib/components/Bonus/Bonus.js.map +1 -1
  773. package/mobile/lib/components/BonusBenefitsBlock/BonusBenefitsBlock.js +1 -1
  774. package/mobile/lib/components/BonusBenefitsBlock/BonusBenefitsBlock.js.map +1 -1
  775. package/mobile/lib/components/BusinessBlock/BusinessBlock.js +1 -1
  776. package/mobile/lib/components/BusinessBlock/BusinessBlock.js.map +1 -1
  777. package/mobile/lib/components/ButtonsBlock/ButtonsBlock.js +1 -1
  778. package/mobile/lib/components/ButtonsBlock/ButtonsBlock.js.map +1 -1
  779. package/mobile/lib/components/Calculator/Calculator.js +1 -1
  780. package/mobile/lib/components/Calculator/Calculator.js.map +1 -1
  781. package/mobile/lib/components/CardTransfer/CardTransfer.js +1 -1
  782. package/mobile/lib/components/CardTransfer/CardTransfer.js.map +1 -1
  783. package/mobile/lib/components/Carousel/Carousel.js +1 -1
  784. package/mobile/lib/components/Carousel/Carousel.js.map +1 -1
  785. package/mobile/lib/components/CarouselBankHistoryCard/CarouselBankHistoryCard.js +1 -1
  786. package/mobile/lib/components/CarouselBankHistoryCard/CarouselBankHistoryCard.js.map +1 -1
  787. package/mobile/lib/components/CarouselCatalogCard/CarouselCatalogCard.js +2 -1
  788. package/mobile/lib/components/CarouselCatalogCard/CarouselCatalogCard.js.map +1 -1
  789. package/mobile/lib/components/CarouselEventCard/CarouselEventCard.js +1 -1
  790. package/mobile/lib/components/CarouselEventCard/CarouselEventCard.js.map +1 -1
  791. package/mobile/lib/components/CarouselInvestmentCard/CarouselInvestmentCard.js +2 -2
  792. package/mobile/lib/components/CarouselInvestmentCard/CarouselInvestmentCard.js.map +1 -1
  793. package/mobile/lib/components/CarouselLinks/CarouselLinks.js +3 -4
  794. package/mobile/lib/components/CarouselLinks/CarouselLinks.js.map +1 -1
  795. package/mobile/lib/components/CarouselProductCard/CarouselProductCard.d.ts +1 -1
  796. package/mobile/lib/components/CarouselProductCard/CarouselProductCard.js +5 -5
  797. package/mobile/lib/components/CarouselProductCard/CarouselProductCard.js.map +1 -1
  798. package/mobile/lib/components/CarouselProgramsCard/CarouselProgramsCard.js +1 -1
  799. package/mobile/lib/components/CarouselProgramsCard/CarouselProgramsCard.js.map +1 -1
  800. package/mobile/lib/components/CarouselRecommendationCard/CarouselRecommendationCard.js +1 -1
  801. package/mobile/lib/components/CarouselRecommendationCard/CarouselRecommendationCard.js.map +1 -1
  802. package/mobile/lib/components/CarouselRichTextCard/CarouselRichTextCard.js +1 -1
  803. package/mobile/lib/components/CarouselRichTextCard/CarouselRichTextCard.js.map +1 -1
  804. package/mobile/lib/components/CarouselTariffsCard/CarouselTariffsCard.js +1 -1
  805. package/mobile/lib/components/CarouselTariffsCard/CarouselTariffsCard.js.map +1 -1
  806. package/mobile/lib/components/ContactsBlock/ContactsBlock.js +3 -2
  807. package/mobile/lib/components/ContactsBlock/ContactsBlock.js.map +1 -1
  808. package/mobile/lib/components/DepositFiltration/DepositFiltration.js +1 -1
  809. package/mobile/lib/components/DepositFiltration/DepositFiltration.js.map +1 -1
  810. package/mobile/lib/components/ErrorBlock/ErrorBlock.js +1 -1
  811. package/mobile/lib/components/ErrorBlock/ErrorBlock.js.map +1 -1
  812. package/mobile/lib/components/ExchangeRateOffice/ExchangeRateOffice.js +2 -2
  813. package/mobile/lib/components/ExchangeRateOffice/ExchangeRateOffice.js.map +1 -1
  814. package/mobile/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.js +1 -1
  815. package/mobile/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.js.map +1 -1
  816. package/mobile/lib/components/ExchangeRateTile/ExchangeRateTile.js +3 -2
  817. package/mobile/lib/components/ExchangeRateTile/ExchangeRateTile.js.map +1 -1
  818. package/mobile/lib/components/Footer/Footer.js +2 -3
  819. package/mobile/lib/components/Footer/Footer.js.map +1 -1
  820. package/mobile/lib/components/GracePeriod/GracePeriod.js +1 -1
  821. package/mobile/lib/components/GracePeriod/GracePeriod.js.map +1 -1
  822. package/mobile/lib/components/Header/Header.js +1 -1
  823. package/mobile/lib/components/Header/Header.js.map +1 -1
  824. package/mobile/lib/components/Headline/Headline.js +2 -3
  825. package/mobile/lib/components/Headline/Headline.js.map +1 -1
  826. package/mobile/lib/components/Headline/HeadlineContent.d.ts +0 -2
  827. package/mobile/lib/components/Headline/headlineVersionStyles.js +9 -9
  828. package/mobile/lib/components/Headline/headlineVersionStyles.js.map +1 -1
  829. package/mobile/lib/components/HorizontalLayout/HorizontalLayout.js +1 -1
  830. package/mobile/lib/components/HorizontalLayout/HorizontalLayout.js.map +1 -1
  831. package/mobile/lib/components/ImgBlock/ImgBlock.js +1 -1
  832. package/mobile/lib/components/ImgBlock/ImgBlock.js.map +1 -1
  833. package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlock.js +2 -1
  834. package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlock.js.map +1 -1
  835. package/mobile/lib/components/InvestmentInfo/InvestmentInfo.js +3 -3
  836. package/mobile/lib/components/InvestmentInfo/InvestmentInfo.js.map +1 -1
  837. package/mobile/lib/components/LinkDocs/LinkDocs.js +1 -2
  838. package/mobile/lib/components/LinkDocs/LinkDocs.js.map +1 -1
  839. package/mobile/lib/components/MobileAppTile/MobileAppTile.js +11 -3
  840. package/mobile/lib/components/MobileAppTile/MobileAppTile.js.map +1 -1
  841. package/mobile/lib/components/MobileAppTile/renderButtonSection.d.ts +0 -0
  842. package/mobile/lib/components/MobileAppTile/renderButtonSection.js +1 -0
  843. package/mobile/lib/components/MobileAppTile/renderButtonSection.js.map +1 -0
  844. package/mobile/lib/components/MobileAppTile/renderDescription.d.ts +2 -0
  845. package/mobile/lib/components/MobileAppTile/renderDescription.js +4 -0
  846. package/mobile/lib/components/MobileAppTile/renderDescription.js.map +1 -0
  847. package/mobile/lib/components/MobileAppTile/renderList.d.ts +2 -0
  848. package/mobile/lib/components/MobileAppTile/renderList.js +6 -0
  849. package/mobile/lib/components/MobileAppTile/renderList.js.map +1 -0
  850. package/mobile/lib/components/MortgageFiltration/MortgageFiltration.js +1 -1
  851. package/mobile/lib/components/MortgageFiltration/MortgageFiltration.js.map +1 -1
  852. package/mobile/lib/components/OfficeServicesBlock/OfficeServicesBlock.js +2 -1
  853. package/mobile/lib/components/OfficeServicesBlock/OfficeServicesBlock.js.map +1 -1
  854. package/mobile/lib/components/ParagraphBlock/ParagraphBlock.js +1 -1
  855. package/mobile/lib/components/ParagraphBlock/ParagraphBlock.js.map +1 -1
  856. package/mobile/lib/components/PictureText/PictureText.js +3 -8
  857. package/mobile/lib/components/PictureText/PictureText.js.map +1 -1
  858. package/mobile/lib/components/PictureText/PictureTextContent.d.ts +2 -6
  859. package/mobile/lib/components/PictureText/renderInsuranceSumMonth.js +2 -8
  860. package/mobile/lib/components/PictureText/renderInsuranceSumMonth.js.map +1 -1
  861. package/mobile/lib/components/Placeholder/Placeholder.js +1 -6
  862. package/mobile/lib/components/Placeholder/Placeholder.js.map +1 -1
  863. package/mobile/lib/components/ProductBlock/ProductBlock.js +3 -3
  864. package/mobile/lib/components/ProductBlock/ProductBlock.js.map +1 -1
  865. package/mobile/lib/components/ProductBlock/ProductBlockContent.d.ts +3 -22
  866. package/mobile/lib/components/ProductGallery/ProductGallery.js +5 -6
  867. package/mobile/lib/components/ProductGallery/ProductGallery.js.map +1 -1
  868. package/mobile/lib/components/ProductGallery/ProductGalleryContent.d.ts +2 -2
  869. package/mobile/lib/components/ProductTile/ProductTile.js +1 -2
  870. package/mobile/lib/components/ProductTile/ProductTile.js.map +1 -1
  871. package/mobile/lib/components/PromoTile/PromoTile.js +2 -5
  872. package/mobile/lib/components/PromoTile/PromoTile.js.map +1 -1
  873. package/mobile/lib/components/PromoTile/PromoTileContent.d.ts +2 -3
  874. package/mobile/lib/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.js +1 -1
  875. package/mobile/lib/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.js.map +1 -1
  876. package/mobile/lib/components/RichTextBlock/RichTextBlock.js +1 -1
  877. package/mobile/lib/components/RichTextBlock/RichTextBlock.js.map +1 -1
  878. package/mobile/lib/components/RollupItem/RollupItem.js +3 -3
  879. package/mobile/lib/components/RollupItem/RollupItem.js.map +1 -1
  880. package/mobile/lib/components/SafeDepositRental/SafeDepositRental.js +2 -2
  881. package/mobile/lib/components/SafeDepositRental/SafeDepositRental.js.map +1 -1
  882. package/mobile/lib/components/StepsBlock/StepsBlock.js +1 -1
  883. package/mobile/lib/components/StepsBlock/StepsBlock.js.map +1 -1
  884. package/mobile/lib/components/SwipeListControlBlock/SwipeListControlBlock.js +1 -3
  885. package/mobile/lib/components/SwipeListControlBlock/SwipeListControlBlock.js.map +1 -1
  886. package/mobile/lib/components/Tabs/Tabs.js +1 -1
  887. package/mobile/lib/components/Tabs/Tabs.js.map +1 -1
  888. package/mobile/lib/components/TariffsTable/EmbeddableCellData.js +3 -6
  889. package/mobile/lib/components/TariffsTable/EmbeddableCellData.js.map +1 -1
  890. package/mobile/lib/components/TariffsTable/TableTileHeader.js +2 -2
  891. package/mobile/lib/components/TariffsTable/TableTileHeader.js.map +1 -1
  892. package/mobile/lib/components/TariffsTable/TariffsTable.js +3 -3
  893. package/mobile/lib/components/TariffsTable/TariffsTable.js.map +1 -1
  894. package/mobile/lib/components/TariffsTable/TariffsTableHorizontal.js +1 -1
  895. package/mobile/lib/components/TariffsTable/TariffsTableHorizontal.js.map +1 -1
  896. package/mobile/lib/components/TariffsTable/TariffsTableTileCell.js +2 -2
  897. package/mobile/lib/components/TariffsTable/TariffsTableTileCell.js.map +1 -1
  898. package/mobile/lib/components/TextBlock/TextBlock.js +1 -3
  899. package/mobile/lib/components/TextBlock/TextBlock.js.map +1 -1
  900. package/mobile/lib/components/Tile/Tile.js +3 -15
  901. package/mobile/lib/components/Tile/Tile.js.map +1 -1
  902. package/mobile/lib/components/Tile/TileContent.d.ts +2 -13
  903. package/mobile/lib/components/VerticalLayout/VerticalLayout.js +1 -1
  904. package/mobile/lib/components/VerticalLayout/VerticalLayout.js.map +1 -1
  905. package/mobile/lib/components/Video/Video.js +1 -2
  906. package/mobile/lib/components/Video/Video.js.map +1 -1
  907. package/mobile/lib/content-page-repository/transformDocumentLink.js +1 -1
  908. package/mobile/lib/content-page-repository/transformDocumentLink.js.map +1 -1
  909. package/mobile/lib/content-page-repository/transformImg.js +1 -1
  910. package/mobile/lib/content-page-repository/transformImg.js.map +1 -1
  911. package/mobile/lib/model/Align.d.ts +5 -0
  912. package/mobile/lib/model/Align.js +2 -0
  913. package/mobile/lib/model/Align.js.map +1 -0
  914. package/mobile/lib/model/AlignText.d.ts +3 -0
  915. package/mobile/lib/model/AlignText.js +3 -0
  916. package/mobile/lib/model/AlignText.js.map +1 -1
  917. package/mobile/lib/model/AlignType.d.ts +2 -0
  918. package/mobile/lib/model/HeadlineType.d.ts +8 -1
  919. package/mobile/lib/model/JSXBlock.d.ts +12 -5
  920. package/mobile/lib/ui-kit/BaseProductTile/BaseProductTile.d.ts +7 -0
  921. package/mobile/lib/ui-kit/BaseProductTile/BaseProductTile.js +16 -0
  922. package/mobile/lib/ui-kit/BaseProductTile/BaseProductTile.js.map +1 -0
  923. package/mobile/lib/ui-kit/BaseProductTile/BaseProductTileContent.d.ts +22 -0
  924. package/mobile/lib/ui-kit/BaseProductTile/BaseProductTileContent.js +2 -0
  925. package/mobile/lib/ui-kit/BaseProductTile/BaseProductTileContent.js.map +1 -0
  926. package/mobile/lib/ui-kit/BaseTile/BaseTile.d.ts +14 -0
  927. package/mobile/lib/ui-kit/BaseTile/BaseTile.js +11 -0
  928. package/mobile/lib/ui-kit/BaseTile/BaseTile.js.map +1 -0
  929. package/mobile/lib/ui-kit/BaseTile/getTileRightPadding.js.map +1 -0
  930. package/mobile/lib/ui-kit/BenefitItem/BenefitItem.d.ts +5 -2
  931. package/mobile/lib/ui-kit/BenefitItem/BenefitItem.js +3 -7
  932. package/mobile/lib/ui-kit/BenefitItem/BenefitItem.js.map +1 -1
  933. package/mobile/lib/ui-kit/BenefitItem/BenefitItemContent.d.ts +16 -0
  934. package/mobile/lib/ui-kit/BenefitItem/BenefitItemContent.js +2 -0
  935. package/mobile/lib/ui-kit/BenefitItem/BenefitItemContent.js.map +1 -0
  936. package/mobile/lib/ui-kit/BenefitsList/BenefitsList.d.ts +6 -0
  937. package/mobile/lib/ui-kit/BenefitsList/BenefitsList.js +12 -0
  938. package/mobile/lib/ui-kit/BenefitsList/BenefitsList.js.map +1 -0
  939. package/mobile/lib/ui-kit/BenefitsList/BenefitsListContent.d.ts +14 -0
  940. package/mobile/lib/ui-kit/BenefitsList/BenefitsListContent.js +2 -0
  941. package/mobile/lib/ui-kit/BenefitsList/BenefitsListContent.js.map +1 -0
  942. package/mobile/lib/ui-kit/BenefitsList/renderBenefit.d.ts +4 -0
  943. package/mobile/lib/ui-kit/BenefitsList/renderBenefit.js +10 -0
  944. package/mobile/lib/ui-kit/BenefitsList/renderBenefit.js.map +1 -0
  945. package/mobile/lib/ui-kit/BlockWrapper.js +3 -3
  946. package/mobile/lib/ui-kit/BlockWrapper.js.map +1 -1
  947. package/mobile/lib/ui-kit/Button/ButtonInner.js +1 -1
  948. package/mobile/lib/ui-kit/Button/renderButtonsSection.js +1 -1
  949. package/mobile/lib/ui-kit/Button/renderButtonsSection.js.map +1 -1
  950. package/mobile/lib/ui-kit/Heading/Heading.js +2 -1
  951. package/mobile/lib/ui-kit/Heading/Heading.js.map +1 -1
  952. package/mobile/lib/ui-kit/Icon/RoundedIcon.d.ts +1 -1
  953. package/mobile/lib/ui-kit/Icon/RoundedIcon.js +2 -2
  954. package/mobile/lib/ui-kit/Icon/RoundedIcon.js.map +1 -1
  955. package/mobile/lib/ui-kit/Img/Img.js +8 -2
  956. package/mobile/lib/ui-kit/Img/Img.js.map +1 -1
  957. package/mobile/lib/ui-kit/Img/ImgAsPicture.js +6 -12
  958. package/mobile/lib/ui-kit/Img/ImgAsPicture.js.map +1 -1
  959. package/mobile/lib/ui-kit/Img/ImgProps.d.ts +0 -1
  960. package/mobile/lib/ui-kit/List/List.js.map +1 -1
  961. package/mobile/lib/ui-kit/List/ListContent.d.ts +6 -0
  962. package/mobile/lib/ui-kit/List/ListItem.d.ts +1 -1
  963. package/mobile/lib/ui-kit/List/ListProps.d.ts +0 -6
  964. package/mobile/lib/ui-kit/SwipeListControl/SwipeListContainer.d.ts +4 -2
  965. package/mobile/lib/ui-kit/SwipeListControl/SwipeListContainer.js.map +1 -1
  966. package/mobile/lib/ui-kit/SwipeListControl/SwipeListControl.d.ts +10 -1
  967. package/mobile/lib/ui-kit/SwipeListControl/SwipeListControl.js +1 -1
  968. package/mobile/lib/ui-kit/SwipeListControl/SwipeListControl.js.map +1 -1
  969. package/mobile/lib/ui-kit/SwipeListControl/SwipeListControlContent.d.ts +16 -4
  970. package/mobile/lib/ui-kit/SwipeListControl/SwipeListControlDots.d.ts +1 -1
  971. package/mobile/lib/ui-kit/Tags/Tags.d.ts +2 -2
  972. package/mobile/lib/ui-kit/Tags/Tags.js +4 -5
  973. package/mobile/lib/ui-kit/Tags/Tags.js.map +1 -1
  974. package/mobile/lib/utils/avg.d.ts +1 -0
  975. package/mobile/lib/utils/avg.js +3 -0
  976. package/mobile/lib/utils/avg.js.map +1 -0
  977. package/mobile/lib/utils/deviation.d.ts +1 -0
  978. package/mobile/lib/utils/deviation.js +3 -0
  979. package/mobile/lib/utils/deviation.js.map +1 -0
  980. package/mobile/src/components/ApplicationForm/ApplicationForm.tsx +1 -2
  981. package/mobile/src/components/ApplicationForm/ResponseNotification.tsx +1 -1
  982. package/mobile/src/components/BenefitsBlock/BenefitsBlock.tsx +6 -1
  983. package/mobile/src/components/Bonus/Bonus.tsx +1 -1
  984. package/mobile/src/components/BonusBenefitsBlock/BonusBenefitsBlock.tsx +2 -1
  985. package/mobile/src/components/BusinessBlock/BusinessBlock.tsx +8 -10
  986. package/mobile/src/components/ButtonsBlock/ButtonsBlock.tsx +1 -1
  987. package/mobile/src/components/Calculator/Calculator.tsx +2 -1
  988. package/mobile/src/components/CardTransfer/CardTransfer.tsx +5 -1
  989. package/mobile/src/components/Carousel/Carousel.tsx +1 -8
  990. package/mobile/src/components/CarouselBankHistoryCard/CarouselBankHistoryCard.tsx +1 -1
  991. package/mobile/src/components/CarouselCatalogCard/CarouselCatalogCard.tsx +5 -1
  992. package/mobile/src/components/CarouselEventCard/CarouselEventCard.tsx +1 -1
  993. package/mobile/src/components/CarouselInvestmentCard/CarouselInvestmentCard.tsx +9 -4
  994. package/mobile/src/components/CarouselLinks/CarouselLinks.tsx +24 -24
  995. package/mobile/src/components/CarouselProductCard/CarouselProductCard.tsx +10 -8
  996. package/mobile/src/components/CarouselProgramsCard/CarouselProgramsCard.tsx +5 -1
  997. package/mobile/src/components/CarouselRecommendationCard/CarouselRecommendationCard.tsx +2 -1
  998. package/mobile/src/components/CarouselRichTextCard/CarouselRichTextCard.tsx +1 -1
  999. package/mobile/src/components/CarouselTariffsCard/CarouselTariffsCard.tsx +2 -5
  1000. package/mobile/src/components/ContactsBlock/ContactsBlock.tsx +9 -3
  1001. package/mobile/src/components/DepositFiltration/DepositFiltration.example.json +1 -1
  1002. package/mobile/src/components/DepositFiltration/DepositFiltration.tsx +6 -1
  1003. package/mobile/src/components/ErrorBlock/ErrorBlock.tsx +2 -5
  1004. package/mobile/src/components/ExchangeRateOffice/ExchangeRateOffice.tsx +4 -7
  1005. package/mobile/src/components/ExchangeRateTile/ExchangeCurrencyCalculator.tsx +1 -1
  1006. package/mobile/src/components/ExchangeRateTile/ExchangeRateTile.tsx +8 -8
  1007. package/mobile/src/components/Footer/Footer.tsx +2 -3
  1008. package/mobile/src/components/GracePeriod/GracePeriod.tsx +1 -1
  1009. package/mobile/src/components/Header/Header.tsx +2 -2
  1010. package/mobile/src/components/Headline/Headline.tsx +7 -7
  1011. package/mobile/src/components/Headline/HeadlineContent.ts +2 -4
  1012. package/mobile/src/components/Headline/headlineVersionStyles.ts +9 -9
  1013. package/mobile/src/components/HorizontalLayout/HorizontalLayout.tsx +2 -7
  1014. package/mobile/src/components/ImgBlock/ImgBlock.tsx +1 -1
  1015. package/mobile/src/components/InsuranceAmountBlock/InsuranceAmountBlock.tsx +3 -1
  1016. package/mobile/src/components/InvestmentInfo/InvestmentInfo.tsx +6 -6
  1017. package/mobile/src/components/LinkDocs/LinkDocs.tsx +1 -3
  1018. package/mobile/src/components/MobileAppTile/MobileAppTile.tsx +56 -20
  1019. package/mobile/src/components/MobileAppTile/renderButtonSection.tsx +0 -0
  1020. package/mobile/src/components/MobileAppTile/renderDescription.tsx +10 -0
  1021. package/mobile/src/components/MobileAppTile/renderList.tsx +11 -0
  1022. package/mobile/src/components/MortgageFiltration/MortgageFiltration.example.json +1 -1
  1023. package/mobile/src/components/MortgageFiltration/MortgageFiltration.tsx +6 -1
  1024. package/mobile/src/components/OfficeServicesBlock/OfficeServicesBlock.tsx +2 -1
  1025. package/mobile/src/components/ParagraphBlock/ParagraphBlock.tsx +1 -1
  1026. package/mobile/src/components/PictureText/PictureText.tsx +13 -34
  1027. package/mobile/src/components/PictureText/PictureTextContent.ts +2 -8
  1028. package/mobile/src/components/PictureText/renderInsuranceSumMonth.tsx +14 -21
  1029. package/mobile/src/components/Placeholder/Placeholder.tsx +13 -24
  1030. package/mobile/src/components/ProductBlock/ProductBlock.tsx +4 -3
  1031. package/mobile/src/components/ProductBlock/ProductBlockContent.ts +3 -28
  1032. package/mobile/src/components/ProductGallery/ProductGallery.tsx +19 -26
  1033. package/mobile/src/components/ProductGallery/ProductGalleryContent.ts +2 -2
  1034. package/mobile/src/components/ProductTile/ProductTile.tsx +1 -3
  1035. package/mobile/src/components/PromoTile/PromoTile.tsx +10 -23
  1036. package/mobile/src/components/PromoTile/PromoTileContent.ts +2 -3
  1037. package/mobile/src/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.tsx +1 -5
  1038. package/mobile/src/components/RichTextBlock/RichTextBlock.tsx +1 -1
  1039. package/mobile/src/components/RollupItem/RollupItem.tsx +3 -2
  1040. package/mobile/src/components/SafeDepositRental/SafeDepositRental.tsx +2 -2
  1041. package/mobile/src/components/StepsBlock/StepsBlock.tsx +2 -1
  1042. package/mobile/src/components/SwipeListControlBlock/SwipeListControlBlock.tsx +7 -9
  1043. package/mobile/src/components/Tabs/Tabs.tsx +1 -0
  1044. package/mobile/src/components/TariffsTable/EmbeddableCellData.tsx +8 -12
  1045. package/mobile/src/components/TariffsTable/TableTileHeader.tsx +3 -3
  1046. package/mobile/src/components/TariffsTable/TariffsTable.tsx +11 -7
  1047. package/mobile/src/components/TariffsTable/TariffsTableHorizontal.tsx +1 -1
  1048. package/mobile/src/components/TariffsTable/TariffsTableTileCell.tsx +3 -4
  1049. package/mobile/src/components/TextBlock/TextBlock.tsx +23 -28
  1050. package/mobile/src/components/Tile/Tile.tsx +10 -64
  1051. package/mobile/src/components/Tile/TileContent.ts +2 -20
  1052. package/mobile/src/components/VerticalLayout/VerticalLayout.tsx +1 -1
  1053. package/mobile/src/components/Video/Video.tsx +2 -3
  1054. package/mobile/src/content-page-repository/transformDocumentLink.ts +1 -1
  1055. package/mobile/src/content-page-repository/transformImg.ts +1 -1
  1056. package/mobile/src/model/Align.ts +5 -0
  1057. package/mobile/src/model/AlignText.ts +3 -0
  1058. package/mobile/src/model/AlignType.ts +2 -0
  1059. package/mobile/src/model/HeadlineType.ts +11 -1
  1060. package/mobile/src/model/JSXBlock.ts +13 -5
  1061. package/mobile/src/ui-kit/BaseProductTile/BaseProductTile.tsx +68 -0
  1062. package/mobile/src/ui-kit/BaseProductTile/BaseProductTileContent.ts +30 -0
  1063. package/mobile/src/ui-kit/BaseTile/BaseTile.tsx +72 -0
  1064. package/mobile/src/ui-kit/BenefitItem/BenefitItem.tsx +22 -22
  1065. package/mobile/src/ui-kit/BenefitItem/BenefitItemContent.ts +19 -0
  1066. package/mobile/src/ui-kit/BenefitsList/BenefitsList.tsx +35 -0
  1067. package/mobile/src/ui-kit/BenefitsList/BenefitsListContent.ts +15 -0
  1068. package/mobile/src/ui-kit/BenefitsList/renderBenefit.tsx +14 -0
  1069. package/mobile/src/ui-kit/BlockWrapper.tsx +17 -5
  1070. package/mobile/src/ui-kit/Button/ButtonInner.tsx +1 -1
  1071. package/mobile/src/ui-kit/Button/renderButtonsSection.tsx +2 -2
  1072. package/mobile/src/ui-kit/Heading/Heading.tsx +4 -1
  1073. package/mobile/src/ui-kit/Icon/RoundedIcon.tsx +3 -3
  1074. package/mobile/src/ui-kit/Img/Img.tsx +26 -2
  1075. package/mobile/src/ui-kit/Img/ImgAsPicture.tsx +17 -30
  1076. package/mobile/src/ui-kit/Img/ImgProps.ts +0 -1
  1077. package/mobile/src/ui-kit/List/List.tsx +2 -1
  1078. package/mobile/src/ui-kit/List/ListContent.ts +7 -0
  1079. package/mobile/src/ui-kit/List/ListItem.tsx +1 -1
  1080. package/mobile/src/ui-kit/List/ListProps.ts +0 -7
  1081. package/mobile/src/ui-kit/SwipeListControl/SwipeListContainer.tsx +4 -2
  1082. package/mobile/src/ui-kit/SwipeListControl/SwipeListControl.tsx +12 -3
  1083. package/mobile/src/ui-kit/SwipeListControl/SwipeListControlContent.ts +20 -7
  1084. package/mobile/src/ui-kit/SwipeListControl/SwipeListControlDots.tsx +1 -1
  1085. package/mobile/src/ui-kit/Tags/Tags.tsx +15 -13
  1086. package/mobile/src/utils/avg.ts +3 -0
  1087. package/mobile/src/utils/deviation.ts +4 -0
  1088. package/package.json +1 -1
  1089. package/src/components/ApplicationForm/ApplicationForm.tsx +1 -2
  1090. package/src/components/ApplicationForm/ResponseNotification.tsx +1 -1
  1091. package/src/components/BenefitsBlock/BenefitsBlock.tsx +6 -1
  1092. package/src/components/Bonus/Bonus.tsx +1 -1
  1093. package/src/components/BonusBenefitsBlock/BonusBenefitsBlock.tsx +2 -1
  1094. package/src/components/BusinessBlock/BusinessBlock.tsx +8 -10
  1095. package/src/components/ButtonsBlock/ButtonsBlock.tsx +1 -1
  1096. package/src/components/Calculator/Calculator.tsx +2 -1
  1097. package/src/components/CardTransfer/CardTransfer.tsx +5 -1
  1098. package/src/components/Carousel/Carousel.tsx +1 -8
  1099. package/src/components/CarouselBankHistoryCard/CarouselBankHistoryCard.tsx +1 -1
  1100. package/src/components/CarouselCatalogCard/CarouselCatalogCard.tsx +5 -1
  1101. package/src/components/CarouselEventCard/CarouselEventCard.tsx +1 -1
  1102. package/src/components/CarouselInvestmentCard/CarouselInvestmentCard.tsx +9 -4
  1103. package/src/components/CarouselLinks/CarouselLinks.tsx +24 -24
  1104. package/src/components/CarouselProductCard/CarouselProductCard.tsx +10 -8
  1105. package/src/components/CarouselProgramsCard/CarouselProgramsCard.tsx +5 -1
  1106. package/src/components/CarouselRecommendationCard/CarouselRecommendationCard.mobile.tsx +2 -1
  1107. package/src/components/CarouselRecommendationCard/CarouselRecommendationCard.tsx +2 -1
  1108. package/src/components/CarouselRichTextCard/CarouselRichTextCard.tsx +1 -1
  1109. package/src/components/CarouselTariffsCard/CarouselTariffsCard.tsx +2 -5
  1110. package/src/components/ComparisonTable/ComparisonTable.tsx +6 -1
  1111. package/src/components/ContactsBlock/ContactsBlock.tsx +9 -3
  1112. package/src/components/DepositFiltration/DepositFiltration.example.json +1 -1
  1113. package/src/components/DepositFiltration/DepositFiltration.fixture.tsx +1 -1
  1114. package/src/components/DepositFiltration/DepositFiltration.tsx +6 -1
  1115. package/src/components/ErrorBlock/ErrorBlock.tsx +2 -5
  1116. package/src/components/ExchangeRateOffice/ExchangeRateOffice.tsx +4 -7
  1117. package/src/components/ExchangeRateTile/ExchangeCurrencyCalculator.tsx +1 -1
  1118. package/src/components/ExchangeRateTile/ExchangeRateTile.tsx +8 -8
  1119. package/src/components/Footer/Footer.mobile.tsx +2 -3
  1120. package/src/components/Footer/Footer.tsx +2 -2
  1121. package/src/components/GracePeriod/GracePeriod.tsx +1 -1
  1122. package/src/components/Header/Header.mobile.tsx +2 -2
  1123. package/src/components/Header/Header.tsx +1 -0
  1124. package/src/components/Headline/Headline.tsx +7 -7
  1125. package/src/components/Headline/HeadlineContent.ts +2 -4
  1126. package/src/components/Headline/headlineVersionStyles.ts +9 -9
  1127. package/src/components/HorizontalLayout/HorizontalLayout.tsx +2 -7
  1128. package/src/components/ImgBlock/ImgBlock.tsx +1 -1
  1129. package/src/components/InsuranceAmountBlock/InsuranceAmountBlock.tsx +3 -1
  1130. package/src/components/InvestmentInfo/InvestmentInfo.tsx +6 -6
  1131. package/src/components/LinkDocs/LinkDocs.mobile.tsx +1 -3
  1132. package/src/components/LinkDocs/LinkDocs.tsx +1 -1
  1133. package/src/components/MobileAppTile/MobileAppTile.fixture.mobile.tsx +73 -2
  1134. package/src/components/MobileAppTile/MobileAppTile.fixture.tsx +2 -2
  1135. package/src/components/MobileAppTile/MobileAppTile.tsx +23 -41
  1136. package/src/components/MobileAppTile/renderButtonSection.tsx +0 -0
  1137. package/src/components/MobileAppTile/renderDescription.tsx +10 -0
  1138. package/src/components/MobileAppTile/renderList.tsx +11 -0
  1139. package/src/components/MortgageFiltration/MortgageFiltration.example.json +1 -1
  1140. package/src/components/MortgageFiltration/MortgageFiltration.fixture.tsx +1 -1
  1141. package/src/components/MortgageFiltration/MortgageFiltration.tsx +6 -1
  1142. package/src/components/OfficeServicesBlock/OfficeServicesBlock.tsx +2 -1
  1143. package/src/components/ParagraphBlock/ParagraphBlock.tsx +1 -1
  1144. package/src/components/PictureText/PictureText.tsx +13 -34
  1145. package/src/components/PictureText/PictureTextContent.ts +2 -8
  1146. package/src/components/PictureText/renderInsuranceSumMonth.tsx +14 -21
  1147. package/src/components/Placeholder/Placeholder.tsx +13 -24
  1148. package/src/components/ProductBlock/ProductBlock.fixture.mobile.tsx +5 -2
  1149. package/src/components/ProductBlock/ProductBlock.fixture.tsx +6 -3
  1150. package/src/components/ProductBlock/ProductBlock.tsx +4 -3
  1151. package/src/components/ProductBlock/ProductBlockContent.ts +3 -28
  1152. package/src/components/ProductGallery/ProductGallery.mobile.tsx +19 -26
  1153. package/src/components/ProductGallery/ProductGallery.tsx +8 -4
  1154. package/src/components/ProductGallery/ProductGalleryContent.ts +2 -2
  1155. package/src/components/ProductTile/ProductTile.tsx +1 -3
  1156. package/src/components/PromoTile/PromoTile.tsx +10 -23
  1157. package/src/components/PromoTile/PromoTileContent.ts +2 -3
  1158. package/src/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.tsx +1 -5
  1159. package/src/components/RichTextBlock/RichTextBlock.tsx +1 -1
  1160. package/src/components/RollupItem/RollupItem.tsx +3 -2
  1161. package/src/components/RollupItem/renderRoundedIcon.tsx +2 -1
  1162. package/src/components/SafeDepositRental/SafeDepositRental.tsx +2 -2
  1163. package/src/components/StepsBlock/StepsBlock.mobile.tsx +2 -1
  1164. package/src/components/StepsBlock/StepsBlock.tsx +2 -6
  1165. package/src/components/SwipeListControlBlock/SwipeListControlBlock.tsx +7 -9
  1166. package/src/components/Tabs/Tabs.tsx +1 -0
  1167. package/src/components/TariffsTable/EmbeddableCellData.mobile.tsx +8 -12
  1168. package/src/components/TariffsTable/TableTileHeader.tsx +3 -3
  1169. package/src/components/TariffsTable/TariffsTable.mobile.tsx +11 -7
  1170. package/src/components/TariffsTable/TariffsTable.tsx +3 -1
  1171. package/src/components/TariffsTable/TariffsTableHorizontal.tsx +1 -1
  1172. package/src/components/TariffsTable/TariffsTableTileCell.tsx +3 -4
  1173. package/src/components/TextBlock/TextBlock.tsx +23 -28
  1174. package/src/components/Tile/Tile.fixture.tsx +1 -6
  1175. package/src/components/Tile/Tile.tsx +10 -64
  1176. package/src/components/Tile/TileContent.ts +2 -20
  1177. package/src/components/VerticalLayout/VerticalLayout.tsx +1 -1
  1178. package/src/components/Video/Video.tsx +2 -3
  1179. package/src/content-page-repository/transformDocumentLink.ts +1 -1
  1180. package/src/content-page-repository/transformImg.ts +1 -1
  1181. package/src/icons/IconName.ts +5 -381
  1182. package/src/model/Align.ts +5 -0
  1183. package/src/model/AlignText.ts +3 -0
  1184. package/src/model/AlignType.ts +2 -0
  1185. package/src/model/HeadlineType.ts +11 -1
  1186. package/src/model/JSXBlock.ts +13 -5
  1187. package/src/ui-kit/BaseProductTile/BaseProductTile.tsx +68 -0
  1188. package/src/ui-kit/BaseProductTile/BaseProductTileContent.ts +30 -0
  1189. package/src/ui-kit/BaseTile/BaseTile.tsx +72 -0
  1190. package/src/ui-kit/BenefitItem/BenefitItem.tsx +22 -22
  1191. package/src/ui-kit/BenefitItem/BenefitItemContent.ts +19 -0
  1192. package/src/ui-kit/BenefitsList/BenefitsList.tsx +35 -0
  1193. package/src/ui-kit/BenefitsList/BenefitsListContent.ts +15 -0
  1194. package/src/ui-kit/BenefitsList/renderBenefit.tsx +14 -0
  1195. package/src/ui-kit/BlockWrapper.tsx +17 -5
  1196. package/src/ui-kit/Button/Button.fixture.tsx +1 -1
  1197. package/src/ui-kit/Button/ButtonInner.tsx +1 -1
  1198. package/src/ui-kit/Button/renderButtonsSection.tsx +2 -2
  1199. package/src/ui-kit/Heading/Heading.tsx +4 -1
  1200. package/src/ui-kit/Icon/RoundedIcon.tsx +3 -3
  1201. package/src/ui-kit/Img/Img.tsx +29 -1
  1202. package/src/ui-kit/Img/ImgAsPicture.tsx +17 -30
  1203. package/src/ui-kit/Img/ImgProps.ts +0 -1
  1204. package/src/ui-kit/List/List.tsx +2 -1
  1205. package/src/ui-kit/List/ListContent.ts +7 -0
  1206. package/src/ui-kit/List/ListItem.tsx +1 -1
  1207. package/src/ui-kit/List/ListProps.ts +0 -7
  1208. package/src/ui-kit/SwipeListControl/SwipeListContainer.tsx +4 -2
  1209. package/src/ui-kit/SwipeListControl/SwipeListControl.tsx +12 -3
  1210. package/src/ui-kit/SwipeListControl/SwipeListControlContent.ts +20 -7
  1211. package/src/ui-kit/SwipeListControl/SwipeListControlDots.tsx +1 -1
  1212. package/src/ui-kit/Tags/Tags.tsx +15 -13
  1213. package/src/utils/avg.ts +3 -0
  1214. package/src/utils/deviation.ts +4 -0
  1215. package/tailwind.config.cjs +32 -12
  1216. package/bundle/components/BaseTile/getTileHeadingType.d.ts +0 -1
  1217. package/bundle/components/BaseTile/getTileMinHeight.d.ts +0 -1
  1218. package/bundle/components/MobileAppTile/MobileAppTile.mobile.d.ts +0 -5
  1219. package/bundle/components/PictureText/positionStyle.d.ts +0 -1
  1220. package/bundle/components/PictureText/positionStyle.mobile.d.ts +0 -1
  1221. package/bundle/components/PictureText/renderBenefit.d.ts +0 -4
  1222. package/bundle/components/PictureText/styleInsuranceSum.d.ts +0 -1
  1223. package/bundle/components/PictureText/styleInsuranceSum.mobile.d.ts +0 -1
  1224. package/bundle/components/PictureText/styleValueBlock.d.ts +0 -2
  1225. package/bundle/components/PictureText/styleValueBlock.mobile.d.ts +0 -2
  1226. package/bundle/components/ProductBlock/ProductBlockInner.d.ts +0 -4
  1227. package/bundle/components/ProductBlock/renderBenefit.d.ts +0 -5
  1228. package/bundle/ui-kit/BenefitItem/BenefitItemProps.d.ts +0 -34
  1229. package/bundle/ui-kit/Img/Img.mobile.d.ts +0 -2
  1230. package/bundle/ui-kit/Img/ImgInner.d.ts +0 -2
  1231. package/bundle/ui-kit/SwipeListControl/SwipeListControlProps.d.ts +0 -27
  1232. package/dist/components/BaseTile/BaseTile.js +0 -8
  1233. package/dist/components/BaseTile/BaseTile.js.map +0 -1
  1234. package/dist/components/BaseTile/getTileHeadingType.d.ts +0 -1
  1235. package/dist/components/BaseTile/getTileHeadingType.js +0 -17
  1236. package/dist/components/BaseTile/getTileHeadingType.js.map +0 -1
  1237. package/dist/components/BaseTile/getTileMinHeight.d.ts +0 -1
  1238. package/dist/components/BaseTile/getTileMinHeight.js +0 -17
  1239. package/dist/components/BaseTile/getTileMinHeight.js.map +0 -1
  1240. package/dist/components/BaseTile/getTileRightPadding.js.map +0 -1
  1241. package/dist/components/MobileAppTile/MobileAppTile.mobile.d.ts +0 -5
  1242. package/dist/components/MobileAppTile/MobileAppTile.mobile.js +0 -10
  1243. package/dist/components/MobileAppTile/MobileAppTile.mobile.js.map +0 -1
  1244. package/dist/components/PictureText/positionStyle.d.ts +0 -1
  1245. package/dist/components/PictureText/positionStyle.js +0 -4
  1246. package/dist/components/PictureText/positionStyle.js.map +0 -1
  1247. package/dist/components/PictureText/positionStyle.mobile.d.ts +0 -1
  1248. package/dist/components/PictureText/positionStyle.mobile.js +0 -4
  1249. package/dist/components/PictureText/positionStyle.mobile.js.map +0 -1
  1250. package/dist/components/PictureText/renderBenefit.d.ts +0 -4
  1251. package/dist/components/PictureText/renderBenefit.js +0 -26
  1252. package/dist/components/PictureText/renderBenefit.js.map +0 -1
  1253. package/dist/components/PictureText/styleInsuranceSum.d.ts +0 -1
  1254. package/dist/components/PictureText/styleInsuranceSum.js +0 -4
  1255. package/dist/components/PictureText/styleInsuranceSum.js.map +0 -1
  1256. package/dist/components/PictureText/styleInsuranceSum.mobile.d.ts +0 -1
  1257. package/dist/components/PictureText/styleInsuranceSum.mobile.js +0 -4
  1258. package/dist/components/PictureText/styleInsuranceSum.mobile.js.map +0 -1
  1259. package/dist/components/PictureText/styleValueBlock.d.ts +0 -2
  1260. package/dist/components/PictureText/styleValueBlock.js +0 -5
  1261. package/dist/components/PictureText/styleValueBlock.js.map +0 -1
  1262. package/dist/components/PictureText/styleValueBlock.mobile.d.ts +0 -2
  1263. package/dist/components/PictureText/styleValueBlock.mobile.js +0 -5
  1264. package/dist/components/PictureText/styleValueBlock.mobile.js.map +0 -1
  1265. package/dist/components/ProductBlock/ProductBlockInner.d.ts +0 -4
  1266. package/dist/components/ProductBlock/ProductBlockInner.js +0 -17
  1267. package/dist/components/ProductBlock/ProductBlockInner.js.map +0 -1
  1268. package/dist/components/ProductBlock/renderBenefit.d.ts +0 -5
  1269. package/dist/components/ProductBlock/renderBenefit.js +0 -7
  1270. package/dist/components/ProductBlock/renderBenefit.js.map +0 -1
  1271. package/dist/ui-kit/BenefitItem/BenefitItemProps.d.ts +0 -34
  1272. package/dist/ui-kit/BenefitItem/BenefitItemProps.js.map +0 -1
  1273. package/dist/ui-kit/Img/Img.mobile.d.ts +0 -2
  1274. package/dist/ui-kit/Img/Img.mobile.js +0 -7
  1275. package/dist/ui-kit/Img/Img.mobile.js.map +0 -1
  1276. package/dist/ui-kit/Img/ImgInner.d.ts +0 -2
  1277. package/dist/ui-kit/Img/ImgInner.js +0 -13
  1278. package/dist/ui-kit/Img/ImgInner.js.map +0 -1
  1279. package/dist/ui-kit/SwipeListControl/SwipeListControlProps.d.ts +0 -27
  1280. package/dist/ui-kit/SwipeListControl/SwipeListControlProps.js.map +0 -1
  1281. package/lib/components/BaseTile/BaseTile.js +0 -6
  1282. package/lib/components/BaseTile/BaseTile.js.map +0 -1
  1283. package/lib/components/BaseTile/getTileHeadingType.d.ts +0 -1
  1284. package/lib/components/BaseTile/getTileHeadingType.js +0 -14
  1285. package/lib/components/BaseTile/getTileHeadingType.js.map +0 -1
  1286. package/lib/components/BaseTile/getTileMinHeight.d.ts +0 -1
  1287. package/lib/components/BaseTile/getTileMinHeight.js +0 -14
  1288. package/lib/components/BaseTile/getTileMinHeight.js.map +0 -1
  1289. package/lib/components/BaseTile/getTileRightPadding.js.map +0 -1
  1290. package/lib/components/MobileAppTile/MobileAppTile.mobile.d.ts +0 -5
  1291. package/lib/components/MobileAppTile/MobileAppTile.mobile.js +0 -8
  1292. package/lib/components/MobileAppTile/MobileAppTile.mobile.js.map +0 -1
  1293. package/lib/components/PictureText/positionStyle.d.ts +0 -1
  1294. package/lib/components/PictureText/positionStyle.js +0 -2
  1295. package/lib/components/PictureText/positionStyle.js.map +0 -1
  1296. package/lib/components/PictureText/positionStyle.mobile.d.ts +0 -1
  1297. package/lib/components/PictureText/positionStyle.mobile.js +0 -2
  1298. package/lib/components/PictureText/positionStyle.mobile.js.map +0 -1
  1299. package/lib/components/PictureText/renderBenefit.d.ts +0 -3
  1300. package/lib/components/PictureText/renderBenefit.js +0 -23
  1301. package/lib/components/PictureText/renderBenefit.js.map +0 -1
  1302. package/lib/components/PictureText/styleInsuranceSum.d.ts +0 -1
  1303. package/lib/components/PictureText/styleInsuranceSum.js +0 -2
  1304. package/lib/components/PictureText/styleInsuranceSum.js.map +0 -1
  1305. package/lib/components/PictureText/styleInsuranceSum.mobile.d.ts +0 -1
  1306. package/lib/components/PictureText/styleInsuranceSum.mobile.js +0 -2
  1307. package/lib/components/PictureText/styleInsuranceSum.mobile.js.map +0 -1
  1308. package/lib/components/PictureText/styleValueBlock.d.ts +0 -2
  1309. package/lib/components/PictureText/styleValueBlock.js +0 -3
  1310. package/lib/components/PictureText/styleValueBlock.js.map +0 -1
  1311. package/lib/components/PictureText/styleValueBlock.mobile.d.ts +0 -2
  1312. package/lib/components/PictureText/styleValueBlock.mobile.js +0 -3
  1313. package/lib/components/PictureText/styleValueBlock.mobile.js.map +0 -1
  1314. package/lib/components/ProductBlock/ProductBlockInner.d.ts +0 -4
  1315. package/lib/components/ProductBlock/ProductBlockInner.js +0 -15
  1316. package/lib/components/ProductBlock/ProductBlockInner.js.map +0 -1
  1317. package/lib/components/ProductBlock/renderBenefit.d.ts +0 -4
  1318. package/lib/components/ProductBlock/renderBenefit.js +0 -4
  1319. package/lib/components/ProductBlock/renderBenefit.js.map +0 -1
  1320. package/lib/ui-kit/BenefitItem/BenefitItemProps.d.ts +0 -34
  1321. package/lib/ui-kit/BenefitItem/BenefitItemProps.js +0 -2
  1322. package/lib/ui-kit/BenefitItem/BenefitItemProps.js.map +0 -1
  1323. package/lib/ui-kit/Img/Img.mobile.d.ts +0 -2
  1324. package/lib/ui-kit/Img/Img.mobile.js +0 -5
  1325. package/lib/ui-kit/Img/Img.mobile.js.map +0 -1
  1326. package/lib/ui-kit/Img/ImgInner.d.ts +0 -2
  1327. package/lib/ui-kit/Img/ImgInner.js +0 -11
  1328. package/lib/ui-kit/Img/ImgInner.js.map +0 -1
  1329. package/lib/ui-kit/SwipeListControl/SwipeListControlProps.d.ts +0 -27
  1330. package/lib/ui-kit/SwipeListControl/SwipeListControlProps.js +0 -2
  1331. package/lib/ui-kit/SwipeListControl/SwipeListControlProps.js.map +0 -1
  1332. package/mobile/bundle/components/BaseTile/getTileHeadingType.d.ts +0 -1
  1333. package/mobile/bundle/components/BaseTile/getTileMinHeight.d.ts +0 -1
  1334. package/mobile/bundle/components/PictureText/positionStyle.d.ts +0 -1
  1335. package/mobile/bundle/components/PictureText/renderBenefit.d.ts +0 -4
  1336. package/mobile/bundle/components/PictureText/styleInsuranceSum.d.ts +0 -1
  1337. package/mobile/bundle/components/PictureText/styleValueBlock.d.ts +0 -2
  1338. package/mobile/bundle/components/ProductBlock/ProductBlockInner.d.ts +0 -4
  1339. package/mobile/bundle/components/ProductBlock/renderBenefit.d.ts +0 -5
  1340. package/mobile/bundle/ui-kit/BenefitItem/BenefitItemProps.d.ts +0 -34
  1341. package/mobile/bundle/ui-kit/Img/ImgInner.d.ts +0 -2
  1342. package/mobile/bundle/ui-kit/SwipeListControl/SwipeListControlProps.d.ts +0 -27
  1343. package/mobile/dist/components/BaseTile/BaseTile.d.ts +0 -12
  1344. package/mobile/dist/components/BaseTile/BaseTile.js +0 -8
  1345. package/mobile/dist/components/BaseTile/BaseTile.js.map +0 -1
  1346. package/mobile/dist/components/BaseTile/getTileHeadingType.d.ts +0 -1
  1347. package/mobile/dist/components/BaseTile/getTileHeadingType.js +0 -17
  1348. package/mobile/dist/components/BaseTile/getTileHeadingType.js.map +0 -1
  1349. package/mobile/dist/components/BaseTile/getTileMinHeight.d.ts +0 -1
  1350. package/mobile/dist/components/BaseTile/getTileMinHeight.js +0 -17
  1351. package/mobile/dist/components/BaseTile/getTileMinHeight.js.map +0 -1
  1352. package/mobile/dist/components/BaseTile/getTileRightPadding.js.map +0 -1
  1353. package/mobile/dist/components/PictureText/positionStyle.d.ts +0 -1
  1354. package/mobile/dist/components/PictureText/positionStyle.js +0 -4
  1355. package/mobile/dist/components/PictureText/positionStyle.js.map +0 -1
  1356. package/mobile/dist/components/PictureText/renderBenefit.d.ts +0 -4
  1357. package/mobile/dist/components/PictureText/renderBenefit.js +0 -26
  1358. package/mobile/dist/components/PictureText/renderBenefit.js.map +0 -1
  1359. package/mobile/dist/components/PictureText/styleInsuranceSum.d.ts +0 -1
  1360. package/mobile/dist/components/PictureText/styleInsuranceSum.js +0 -4
  1361. package/mobile/dist/components/PictureText/styleInsuranceSum.js.map +0 -1
  1362. package/mobile/dist/components/PictureText/styleValueBlock.d.ts +0 -2
  1363. package/mobile/dist/components/PictureText/styleValueBlock.js +0 -5
  1364. package/mobile/dist/components/PictureText/styleValueBlock.js.map +0 -1
  1365. package/mobile/dist/components/ProductBlock/ProductBlockInner.d.ts +0 -4
  1366. package/mobile/dist/components/ProductBlock/ProductBlockInner.js +0 -17
  1367. package/mobile/dist/components/ProductBlock/ProductBlockInner.js.map +0 -1
  1368. package/mobile/dist/components/ProductBlock/renderBenefit.d.ts +0 -5
  1369. package/mobile/dist/components/ProductBlock/renderBenefit.js +0 -7
  1370. package/mobile/dist/components/ProductBlock/renderBenefit.js.map +0 -1
  1371. package/mobile/dist/ui-kit/BenefitItem/BenefitItemProps.d.ts +0 -34
  1372. package/mobile/dist/ui-kit/BenefitItem/BenefitItemProps.js.map +0 -1
  1373. package/mobile/dist/ui-kit/Img/ImgInner.d.ts +0 -2
  1374. package/mobile/dist/ui-kit/Img/ImgInner.js +0 -13
  1375. package/mobile/dist/ui-kit/Img/ImgInner.js.map +0 -1
  1376. package/mobile/dist/ui-kit/SwipeListControl/SwipeListControlProps.d.ts +0 -27
  1377. package/mobile/dist/ui-kit/SwipeListControl/SwipeListControlProps.js.map +0 -1
  1378. package/mobile/lib/components/BaseTile/BaseTile.d.ts +0 -12
  1379. package/mobile/lib/components/BaseTile/BaseTile.js +0 -6
  1380. package/mobile/lib/components/BaseTile/BaseTile.js.map +0 -1
  1381. package/mobile/lib/components/BaseTile/getTileHeadingType.d.ts +0 -1
  1382. package/mobile/lib/components/BaseTile/getTileHeadingType.js +0 -14
  1383. package/mobile/lib/components/BaseTile/getTileHeadingType.js.map +0 -1
  1384. package/mobile/lib/components/BaseTile/getTileMinHeight.d.ts +0 -1
  1385. package/mobile/lib/components/BaseTile/getTileMinHeight.js +0 -14
  1386. package/mobile/lib/components/BaseTile/getTileMinHeight.js.map +0 -1
  1387. package/mobile/lib/components/BaseTile/getTileRightPadding.js.map +0 -1
  1388. package/mobile/lib/components/PictureText/positionStyle.d.ts +0 -1
  1389. package/mobile/lib/components/PictureText/positionStyle.js +0 -2
  1390. package/mobile/lib/components/PictureText/positionStyle.js.map +0 -1
  1391. package/mobile/lib/components/PictureText/renderBenefit.d.ts +0 -4
  1392. package/mobile/lib/components/PictureText/renderBenefit.js +0 -23
  1393. package/mobile/lib/components/PictureText/renderBenefit.js.map +0 -1
  1394. package/mobile/lib/components/PictureText/styleInsuranceSum.d.ts +0 -1
  1395. package/mobile/lib/components/PictureText/styleInsuranceSum.js +0 -2
  1396. package/mobile/lib/components/PictureText/styleInsuranceSum.js.map +0 -1
  1397. package/mobile/lib/components/PictureText/styleValueBlock.d.ts +0 -2
  1398. package/mobile/lib/components/PictureText/styleValueBlock.js +0 -3
  1399. package/mobile/lib/components/PictureText/styleValueBlock.js.map +0 -1
  1400. package/mobile/lib/components/ProductBlock/ProductBlockInner.d.ts +0 -4
  1401. package/mobile/lib/components/ProductBlock/ProductBlockInner.js +0 -15
  1402. package/mobile/lib/components/ProductBlock/ProductBlockInner.js.map +0 -1
  1403. package/mobile/lib/components/ProductBlock/renderBenefit.d.ts +0 -5
  1404. package/mobile/lib/components/ProductBlock/renderBenefit.js +0 -4
  1405. package/mobile/lib/components/ProductBlock/renderBenefit.js.map +0 -1
  1406. package/mobile/lib/ui-kit/BenefitItem/BenefitItemProps.d.ts +0 -34
  1407. package/mobile/lib/ui-kit/BenefitItem/BenefitItemProps.js +0 -2
  1408. package/mobile/lib/ui-kit/BenefitItem/BenefitItemProps.js.map +0 -1
  1409. package/mobile/lib/ui-kit/Img/ImgInner.d.ts +0 -2
  1410. package/mobile/lib/ui-kit/Img/ImgInner.js +0 -11
  1411. package/mobile/lib/ui-kit/Img/ImgInner.js.map +0 -1
  1412. package/mobile/lib/ui-kit/SwipeListControl/SwipeListControlProps.d.ts +0 -27
  1413. package/mobile/lib/ui-kit/SwipeListControl/SwipeListControlProps.js +0 -2
  1414. package/mobile/lib/ui-kit/SwipeListControl/SwipeListControlProps.js.map +0 -1
  1415. package/mobile/src/components/BaseTile/BaseTile.tsx +0 -43
  1416. package/mobile/src/components/BaseTile/getTileHeadingType.ts +0 -12
  1417. package/mobile/src/components/BaseTile/getTileMinHeight.ts +0 -12
  1418. package/mobile/src/components/PictureText/positionStyle.tsx +0 -1
  1419. package/mobile/src/components/PictureText/renderBenefit.tsx +0 -34
  1420. package/mobile/src/components/PictureText/styleInsuranceSum.tsx +0 -1
  1421. package/mobile/src/components/PictureText/styleValueBlock.tsx +0 -2
  1422. package/mobile/src/components/ProductBlock/ProductBlockInner.tsx +0 -63
  1423. package/mobile/src/components/ProductBlock/renderBenefit.tsx +0 -9
  1424. package/mobile/src/ui-kit/BenefitItem/BenefitItemProps.ts +0 -38
  1425. package/mobile/src/ui-kit/Img/ImgInner.tsx +0 -30
  1426. package/mobile/src/ui-kit/SwipeListControl/SwipeListControlProps.ts +0 -31
  1427. package/src/components/BaseTile/BaseTile.tsx +0 -43
  1428. package/src/components/BaseTile/getTileHeadingType.ts +0 -12
  1429. package/src/components/BaseTile/getTileMinHeight.ts +0 -12
  1430. package/src/components/MobileAppTile/MobileAppTile.mobile.tsx +0 -33
  1431. package/src/components/PictureText/positionStyle.mobile.tsx +0 -1
  1432. package/src/components/PictureText/positionStyle.tsx +0 -1
  1433. package/src/components/PictureText/renderBenefit.tsx +0 -34
  1434. package/src/components/PictureText/styleInsuranceSum.mobile.tsx +0 -1
  1435. package/src/components/PictureText/styleInsuranceSum.tsx +0 -1
  1436. package/src/components/PictureText/styleValueBlock.mobile.tsx +0 -2
  1437. package/src/components/PictureText/styleValueBlock.tsx +0 -2
  1438. package/src/components/ProductBlock/ProductBlockInner.tsx +0 -63
  1439. package/src/components/ProductBlock/renderBenefit.tsx +0 -9
  1440. package/src/ui-kit/BenefitItem/BenefitItemProps.ts +0 -38
  1441. package/src/ui-kit/Img/Img.mobile.tsx +0 -5
  1442. package/src/ui-kit/Img/ImgInner.tsx +0 -30
  1443. package/src/ui-kit/SwipeListControl/SwipeListControlProps.ts +0 -31
  1444. /package/bundle/{components → ui-kit}/BaseTile/getTileRightPadding.d.ts +0 -0
  1445. /package/dist/{components → ui-kit}/BaseTile/getTileRightPadding.d.ts +0 -0
  1446. /package/dist/{components → ui-kit}/BaseTile/getTileRightPadding.js +0 -0
  1447. /package/lib/{components → ui-kit}/BaseTile/getTileRightPadding.d.ts +0 -0
  1448. /package/lib/{components → ui-kit}/BaseTile/getTileRightPadding.js +0 -0
  1449. /package/mobile/bundle/{components → ui-kit}/BaseTile/getTileRightPadding.d.ts +0 -0
  1450. /package/mobile/dist/{components → ui-kit}/BaseTile/getTileRightPadding.d.ts +0 -0
  1451. /package/mobile/dist/{components → ui-kit}/BaseTile/getTileRightPadding.js +0 -0
  1452. /package/mobile/lib/{components → ui-kit}/BaseTile/getTileRightPadding.d.ts +0 -0
  1453. /package/mobile/lib/{components → ui-kit}/BaseTile/getTileRightPadding.js +0 -0
  1454. /package/mobile/src/{components → ui-kit}/BaseTile/getTileRightPadding.ts +0 -0
  1455. /package/src/{components → ui-kit}/BaseTile/getTileRightPadding.ts +0 -0
@@ -0,0 +1,9 @@
1
+ Object.defineProperty(exports, "__esModule", { value: true });
2
+ exports.renderList = void 0;
3
+ const jsx_runtime_1 = require("@redneckz/uni-jsx/jsx-runtime");
4
+ const List_1 = require("../../ui-kit/List/List");
5
+ const renderList = (items) => {
6
+ return items?.length ? ((0, jsx_runtime_1.jsx)(List_1.List, { items: items, className: "text-l-light mb-2 last:mb-0" })) : ((0, jsx_runtime_1.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" }));
7
+ };
8
+ exports.renderList = renderList;
9
+ //# sourceMappingURL=renderList.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"renderList.js","sourceRoot":"","sources":["../../../src/components/MobileAppTile/renderList.tsx"],"names":[],"mappings":";;;AAAA,iDAA8C;AAEvC,MAAM,UAAU,GAAG,CAAC,KAAgB,EAAE,EAAE;IAC7C,OAAO,KAAK,EAAE,MAAM,CAAC,CAAC,CAAC,CACrB,uBAAC,WAAI,IAAC,KAAK,EAAE,KAAK,EAAE,SAAS,EAAC,6BAA6B,GAAG,CAC/D,CAAC,CAAC,CAAC,CACF,iCAAM,SAAS,EAAC,kCAAkC,+SAE3C,CACR,CAAC;AACJ,CAAC,CAAC;AARW,QAAA,UAAU,cAQrB"}
@@ -10,7 +10,7 @@ const style_1 = require("../../utils/style");
10
10
  const initialFiltrationState = {};
11
11
  exports.MortgageFiltration = (0, uni_jsx_1.JSX)(({ className, filtrationSchema = {}, resetButton, ...rest }) => {
12
12
  const [filtrationState, { field, reset }] = (0, useForm_1.useForm)(initialFiltrationState);
13
- return ((0, jsx_runtime_1.jsxs)(BlockWrapper_1.BlockWrapper, { className: (0, style_1.style)(className), version: "transparent", ...rest, children: [(0, renderFiltrationForm_1.renderFiltrationForm)({ field, reset, filtrationSchema, resetButton }), (0, jsx_runtime_1.jsx)(BaseFiltrationInner_1.BaseFiltrationInner, { filtrationState: filtrationState, ...rest })] }));
13
+ return ((0, jsx_runtime_1.jsxs)(BlockWrapper_1.BlockWrapper, { className: (0, style_1.style)(className), defaultPadding: "p-0", version: "transparent", ...rest, children: [(0, renderFiltrationForm_1.renderFiltrationForm)({ field, reset, filtrationSchema, resetButton }), (0, jsx_runtime_1.jsx)(BaseFiltrationInner_1.BaseFiltrationInner, { filtrationState: filtrationState, ...rest })] }));
14
14
  });
15
15
  exports.MortgageFiltration.childrenTypes = ['ProductTile'];
16
16
  exports.MortgageFiltration.childSchema = (content) => content?.filtrationSchema || {};
@@ -1 +1 @@
1
- {"version":3,"file":"MortgageFiltration.js","sourceRoot":"","sources":["../../../src/components/MortgageFiltration/MortgageFiltration.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,iDAA8C;AAE9C,yFAAsF;AACtF,2FAAwF;AACxF,4DAAyD;AACzD,6CAA0C;AAK1C,MAAM,sBAAsB,GAAG,EAAE,CAAC;AAErB,QAAA,kBAAkB,GAAsC,IAAA,aAAG,EACtE,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,IAAA,iBAAO,EAAC,sBAAsB,CAAC,CAAC;IAE5E,OAAO,CACL,wBAAC,2BAAY,IAAC,SAAS,EAAE,IAAA,aAAK,EAAC,SAAS,CAAC,EAAE,OAAO,EAAC,aAAa,KAAK,IAAI,aACtE,IAAA,2CAAoB,EAAC,EAAE,KAAK,EAAE,KAAK,EAAE,gBAAgB,EAAE,WAAW,EAAE,CAAC,EACtE,uBAAC,yCAAmB,IAAC,eAAe,EAAE,eAAe,KAAM,IAAI,GAAI,IACtD,CAChB,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,0BAAkB,CAAC,aAAa,GAAG,CAAC,aAAa,CAAC,CAAC;AACnD,0BAAkB,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,+CAAwC;AACxC,iDAA8C;AAE9C,yFAAsF;AACtF,2FAAwF;AACxF,4DAAyD;AACzD,6CAA0C;AAK1C,MAAM,sBAAsB,GAAG,EAAE,CAAC;AAErB,QAAA,kBAAkB,GAAsC,IAAA,aAAG,EACtE,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,IAAA,iBAAO,EAAC,sBAAsB,CAAC,CAAC;IAE5E,OAAO,CACL,wBAAC,2BAAY,IACX,SAAS,EAAE,IAAA,aAAK,EAAC,SAAS,CAAC,EAC3B,cAAc,EAAC,KAAK,EACpB,OAAO,EAAC,aAAa,KACjB,IAAI,aAEP,IAAA,2CAAoB,EAAC,EAAE,KAAK,EAAE,KAAK,EAAE,gBAAgB,EAAE,WAAW,EAAE,CAAC,EACtE,uBAAC,yCAAmB,IAAC,eAAe,EAAE,eAAe,KAAM,IAAI,GAAI,IACtD,CAChB,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,0BAAkB,CAAC,aAAa,GAAG,CAAC,aAAa,CAAC,CAAC;AACnD,0BAAkB,CAAC,WAAW,GAAG,CAAC,OAAmC,EAAE,EAAE,CACvE,OAAO,EAAE,gBAAgB,IAAI,EAAE,CAAC"}
@@ -5,6 +5,7 @@ const uni_jsx_1 = require("@redneckz/uni-jsx");
5
5
  const BlockWrapper_1 = require("../../ui-kit/BlockWrapper");
6
6
  const Heading_1 = require("../../ui-kit/Heading/Heading");
7
7
  const Img_1 = require("../../ui-kit/Img/Img");
8
- exports.OfficeServicesBlock = (0, uni_jsx_1.JSX)(({ className = '', title, servicesList, ...rest }) => ((0, jsx_runtime_1.jsxs)(BlockWrapper_1.BlockWrapper, { className: `p-8 flex flex-col ${className}`, ...rest, children: [title ? (0, jsx_runtime_1.jsx)(Heading_1.Heading, { headingType: "h5", className: "mb-5", title: title }) : null, servicesList?.length ? ((0, jsx_runtime_1.jsx)("ul", { className: "list-none m-0 p-0", children: servicesList.map(renderListItems) })) : null] })));
8
+ const style_1 = require("../../utils/style");
9
+ exports.OfficeServicesBlock = (0, uni_jsx_1.JSX)(({ className = '', title, servicesList, ...rest }) => ((0, jsx_runtime_1.jsxs)(BlockWrapper_1.BlockWrapper, { className: (0, style_1.style)('flex flex-col', className), ...rest, children: [title ? (0, jsx_runtime_1.jsx)(Heading_1.Heading, { headingType: "h5", className: "mb-5", title: title }) : null, servicesList?.length ? ((0, jsx_runtime_1.jsx)("ul", { className: "list-none m-0 p-0", children: servicesList.map(renderListItems) })) : null] })));
9
10
  const renderListItems = (itemList, i) => ((0, jsx_runtime_1.jsxs)("li", { className: "flex mb-5 last:mb-0 list-none", children: [itemList.icon ? ((0, jsx_runtime_1.jsx)(Img_1.Img, { className: "mr-3 min-w-6 min-h-6 w-6 h-6", width: "24", height: "24", image: itemList.icon })) : null, itemList.label ? (0, jsx_runtime_1.jsx)("span", { className: "text-l-light", children: itemList.label }) : null] }, `list_item_${String(i)}`));
10
11
  //# sourceMappingURL=OfficeServicesBlock.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"OfficeServicesBlock.js","sourceRoot":"","sources":["../../../src/components/OfficeServicesBlock/OfficeServicesBlock.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAExC,4DAAyD;AACzD,0DAAuD;AACvD,8CAA2C;AAQ9B,QAAA,mBAAmB,GAAG,IAAA,aAAG,EACpC,CAAC,EAAE,SAAS,GAAG,EAAE,EAAE,KAAK,EAAE,YAAY,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,CAAC,CACpD,wBAAC,2BAAY,IAAC,SAAS,EAAE,qBAAqB,SAAS,EAAE,KAAM,IAAI,aAChE,KAAK,CAAC,CAAC,CAAC,uBAAC,iBAAO,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,+BAAI,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,gCAAmC,SAAS,EAAC,+BAA+B,aACzE,QAAQ,CAAC,IAAI,CAAC,CAAC,CAAC,CACf,uBAAC,SAAG,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,iCAAM,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,+CAAwC;AAExC,4DAAyD;AACzD,0DAAuD;AACvD,8CAA2C;AAC3C,6CAA0C;AAQ7B,QAAA,mBAAmB,GAAG,IAAA,aAAG,EACpC,CAAC,EAAE,SAAS,GAAG,EAAE,EAAE,KAAK,EAAE,YAAY,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,CAAC,CACpD,wBAAC,2BAAY,IAAC,SAAS,EAAE,IAAA,aAAK,EAAC,eAAe,EAAE,SAAS,CAAC,KAAM,IAAI,aACjE,KAAK,CAAC,CAAC,CAAC,uBAAC,iBAAO,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,+BAAI,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,gCAAmC,SAAS,EAAC,+BAA+B,aACzE,QAAQ,CAAC,IAAI,CAAC,CAAC,CAAC,CACf,uBAAC,SAAG,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,iCAAM,SAAS,EAAC,cAAc,YAAE,QAAQ,CAAC,KAAK,GAAQ,CAAC,CAAC,CAAC,IAAI,KAJxE,aAAa,MAAM,CAAC,CAAC,CAAC,EAAE,CAK5B,CACN,CAAC"}
@@ -4,5 +4,5 @@ const jsx_runtime_1 = require("@redneckz/uni-jsx/jsx-runtime");
4
4
  const uni_jsx_1 = require("@redneckz/uni-jsx");
5
5
  const BlockWrapper_1 = require("../../ui-kit/BlockWrapper");
6
6
  const Paragraph_1 = require("../../ui-kit/Paragraph/Paragraph");
7
- exports.ParagraphBlock = (0, uni_jsx_1.JSX)(({ text, size, align, font, children, ...rest }) => ((0, jsx_runtime_1.jsx)(BlockWrapper_1.BlockWrapper, { ...rest, children: (0, jsx_runtime_1.jsx)(Paragraph_1.Paragraph, { size: size, align: align, font: font, children: text || children }) })));
7
+ exports.ParagraphBlock = (0, uni_jsx_1.JSX)(({ text, size, align, font, children, ...rest }) => ((0, jsx_runtime_1.jsx)(BlockWrapper_1.BlockWrapper, { defaultPadding: "p-0", ...rest, children: (0, jsx_runtime_1.jsx)(Paragraph_1.Paragraph, { size: size, align: align, font: font, children: text || children }) })));
8
8
  //# sourceMappingURL=ParagraphBlock.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ParagraphBlock.js","sourceRoot":"","sources":["../../../src/components/ParagraphBlock/ParagraphBlock.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAExC,4DAAyD;AACzD,gEAA6D;AAKhD,QAAA,cAAc,GAAG,IAAA,aAAG,EAC/B,CAAC,EAAE,IAAI,EAAE,IAAI,EAAE,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,CAAC,CAClD,uBAAC,2BAAY,OAAK,IAAI,YACpB,uBAAC,qBAAS,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,+CAAwC;AAExC,4DAAyD;AACzD,gEAA6D;AAKhD,QAAA,cAAc,GAAG,IAAA,aAAG,EAC/B,CAAC,EAAE,IAAI,EAAE,IAAI,EAAE,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,CAAC,CAClD,uBAAC,2BAAY,IAAC,cAAc,EAAC,KAAK,KAAK,IAAI,YACzC,uBAAC,qBAAS,IAAC,IAAI,EAAE,IAAI,EAAE,KAAK,EAAE,KAAK,EAAE,IAAI,EAAE,IAAI,YAC5C,IAAI,IAAI,QAAQ,GACP,GACC,CAChB,CACF,CAAC"}
@@ -2,13 +2,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
2
2
  exports.PictureText = void 0;
3
3
  const jsx_runtime_1 = require("@redneckz/uni-jsx/jsx-runtime");
4
4
  const uni_jsx_1 = require("@redneckz/uni-jsx");
5
+ const BaseProductTile_1 = require("../../ui-kit/BaseProductTile/BaseProductTile");
5
6
  const BlockWrapper_1 = require("../../ui-kit/BlockWrapper");
6
- const Img_1 = require("../../ui-kit/Img/Img");
7
- const Headline_1 = require("../Headline/Headline");
8
- const renderBenefit_1 = require("./renderBenefit");
9
- const style_1 = require("../../utils/style");
10
- const positionStyle_1 = require("./positionStyle");
11
7
  const renderInsuranceSumMonth_1 = require("./renderInsuranceSumMonth");
12
- exports.PictureText = (0, uni_jsx_1.JSX)(({ className = '', title, description, image, benefits, sum, monthLimit, directionRight = false, version = 'primary', ...rest }) => ((0, jsx_runtime_1.jsxs)(BlockWrapper_1.BlockWrapper, { className: (0, style_1.style)('relative p-default', className), version: version, ...rest, children: [(0, jsx_runtime_1.jsx)(Headline_1.Headline, { className: "!p-0", title: title, description: description, headlineVersion: "M" // TODO: Сверить с макетом после влития мобильных правок Headline (DRAFT)
13
- , align: "text-left" }), (0, jsx_runtime_1.jsxs)("div", { className: (0, style_1.style)('flex mt-6', positionStyle_1.positionStyle), children: [image?.src ? (0, jsx_runtime_1.jsx)(Img_1.Img, { className: directionRight ? 'order-2' : '', image: image }) : null, (0, jsx_runtime_1.jsxs)("div", { children: [benefits?.length ? ((0, jsx_runtime_1.jsx)("div", { className: "flex flex-col gap-4", children: benefits.map((0, renderBenefit_1.renderBenefit)(version)) })) : null, (0, renderInsuranceSumMonth_1.renderInsuranceSumMonth)(Number(sum), Number(monthLimit))] })] })] })));
8
+ exports.PictureText = (0, uni_jsx_1.JSX)(({ className, headlineVersion = 'M', align = 'text-center', sum, monthLimit, ...rest }) => ((0, jsx_runtime_1.jsx)(BlockWrapper_1.BlockWrapper, { className: className, defaultPadding: "p-default", ...rest, children: (0, jsx_runtime_1.jsx)(BaseProductTile_1.BaseProductTile, { className: "h-full", headlineVersion: headlineVersion, align: align, isInsetTitle: false, ...rest, imageOptions: { directionRight: false, imageAlign: 'center', ...rest.imageOptions }, children: (0, renderInsuranceSumMonth_1.renderInsuranceSumMonth)(Number(sum), Number(monthLimit)) }) })));
14
9
  //# sourceMappingURL=PictureText.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"PictureText.js","sourceRoot":"","sources":["../../../src/components/PictureText/PictureText.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAExC,4DAAyD;AACzD,8CAA2C;AAC3C,mDAAgD;AAEhD,mDAAgD;AAChD,6CAA0C;AAC1C,mDAAgD;AAChD,uEAAoE;AAIvD,QAAA,WAAW,GAAG,IAAA,aAAG,EAC5B,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,wBAAC,2BAAY,IAAC,SAAS,EAAE,IAAA,aAAK,EAAC,oBAAoB,EAAE,SAAS,CAAC,EAAE,OAAO,EAAE,OAAO,KAAM,IAAI,aACzF,uBAAC,mBAAQ,IACP,SAAS,EAAC,MAAM,EAChB,KAAK,EAAE,KAAK,EACZ,WAAW,EAAE,WAAW,EACxB,eAAe,EAAC,GAAG,CAAC,yEAAyE;cAC7F,KAAK,EAAC,WAAW,GACjB,EACF,iCAAK,SAAS,EAAE,IAAA,aAAK,EAAC,WAAW,EAAE,6BAAa,CAAC,aAC9C,KAAK,EAAE,GAAG,CAAC,CAAC,CAAC,uBAAC,SAAG,IAAC,SAAS,EAAE,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE,KAAK,EAAE,KAAK,GAAI,CAAC,CAAC,CAAC,IAAI,EACtF,4CACG,QAAQ,EAAE,MAAM,CAAC,CAAC,CAAC,CAClB,gCAAK,SAAS,EAAC,qBAAqB,YAAE,QAAQ,CAAC,GAAG,CAAC,IAAA,6BAAa,EAAC,OAAO,CAAC,CAAC,GAAO,CAClF,CAAC,CAAC,CAAC,IAAI,EACP,IAAA,iDAAuB,EAAC,MAAM,CAAC,GAAG,CAAC,EAAE,MAAM,CAAC,UAAU,CAAC,CAAC,IACrD,IACF,IACO,CAChB,CACF,CAAC"}
1
+ {"version":3,"file":"PictureText.js","sourceRoot":"","sources":["../../../src/components/PictureText/PictureText.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAExC,kFAA+E;AAC/E,4DAAyD;AAEzD,uEAAoE;AAIvD,QAAA,WAAW,GAAG,IAAA,aAAG,EAC5B,CAAC,EAAE,SAAS,EAAE,eAAe,GAAG,GAAG,EAAE,KAAK,GAAG,aAAa,EAAE,GAAG,EAAE,UAAU,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,CAAC,CACzF,uBAAC,2BAAY,IAAC,SAAS,EAAE,SAAS,EAAE,cAAc,EAAC,WAAW,KAAK,IAAI,YACrE,uBAAC,iCAAe,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,IAAA,iDAAuB,EAAC,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 Страховая сумма */
@@ -2,14 +2,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
2
2
  exports.renderInsuranceSumMonth = void 0;
3
3
  const jsx_runtime_1 = require("@redneckz/uni-jsx/jsx-runtime");
4
4
  const Text_1 = require("../../ui-kit/Text/Text");
5
- const style_1 = require("../../utils/style");
6
- const styleInsuranceSum_1 = require("./styleInsuranceSum");
7
5
  const toLocalNumberFormat_1 = require("../../utils/toLocalNumberFormat");
8
- const styleValueBlock_1 = require("./styleValueBlock");
9
- const renderInsuranceSumMonth = (sum = 0, monthLimit = 0) => sum || monthLimit ? ((0, jsx_runtime_1.jsxs)("div", { className: (0, style_1.style)('flex mt-6', styleInsuranceSum_1.styleInsuranceSum), children: [sum > 0 ? renderValueBlock('Страховая сумма:', sum, Boolean(monthLimit)) : null, monthLimit > 0 ? renderValueBlock('Ежемесячный лимит:', monthLimit, Boolean(sum)) : null] })) : null;
6
+ const renderInsuranceSumMonth = (sum, monthLimit) => sum || monthLimit ? ((0, jsx_runtime_1.jsxs)("div", { className: "flex flex-wrap xl:flex-nowrap xl:bg-main-divider xl:rounded-md p-xs gap-m", children: [Number(sum) > 0 ? renderValueBlock('Страховая сумма:', sum) : null, Number(monthLimit) > 0 ? renderValueBlock('Ежемесячный лимит:', monthLimit) : null] })) : null;
10
7
  exports.renderInsuranceSumMonth = renderInsuranceSumMonth;
11
- const renderValueBlock = (title, sum = 0, isAnotherBlock = false) => {
12
- const widthStyle = isAnotherBlock ? 'w-fit' : 'w-full';
13
- return ((0, jsx_runtime_1.jsxs)("div", { className: (0, style_1.style)(`flex w-full whitespace-pre`, styleValueBlock_1.styleValueBlock, widthStyle), children: [(0, jsx_runtime_1.jsx)(Text_1.Text, { font: "font-light", size: "text-l", children: title }), (0, jsx_runtime_1.jsxs)(Text_1.Text, { size: "text-h6", color: styleValueBlock_1.styleValueBlockText, children: [(0, toLocalNumberFormat_1.toLocalNumberFormat)(2)(sum), " \u20BD"] })] }));
14
- };
8
+ const renderValueBlock = (title, value = 0) => ((0, jsx_runtime_1.jsxs)("div", { className: "basis-full flex flex-col-reverse sm:flex-row sm:justify-between items-baseline whitespace-pre", children: [(0, jsx_runtime_1.jsx)(Text_1.Text, { font: "font-light", size: "text-l", children: title }), (0, jsx_runtime_1.jsxs)(Text_1.Text, { size: "text-h6", color: "text-primary-text", children: [(0, toLocalNumberFormat_1.toLocalNumberFormat)(2)(value), " \u20BD"] })] }));
15
9
  //# sourceMappingURL=renderInsuranceSumMonth.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"renderInsuranceSumMonth.js","sourceRoot":"","sources":["../../../src/components/PictureText/renderInsuranceSumMonth.tsx"],"names":[],"mappings":";;;AAAA,iDAA8C;AAC9C,6CAA0C;AAC1C,2DAAwD;AACxD,yEAAsE;AACtE,uDAAyE;AAElE,MAAM,uBAAuB,GAAG,CAAC,GAAG,GAAG,CAAC,EAAE,UAAU,GAAG,CAAC,EAAE,EAAE,CACjE,GAAG,IAAI,UAAU,CAAC,CAAC,CAAC,CAClB,iCAAK,SAAS,EAAE,IAAA,aAAK,EAAC,WAAW,EAAE,qCAAiB,CAAC,aAClD,GAAG,GAAG,CAAC,CAAC,CAAC,CAAC,gBAAgB,CAAC,kBAAkB,EAAE,GAAG,EAAE,OAAO,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,EAC/E,UAAU,GAAG,CAAC,CAAC,CAAC,CAAC,gBAAgB,CAAC,oBAAoB,EAAE,UAAU,EAAE,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,IACrF,CACP,CAAC,CAAC,CAAC,IAAI,CAAC;AANE,QAAA,uBAAuB,2BAMzB;AAEX,MAAM,gBAAgB,GAAG,CAAC,KAAa,EAAE,GAAG,GAAG,CAAC,EAAE,cAAc,GAAG,KAAK,EAAE,EAAE;IAC1E,MAAM,UAAU,GAAG,cAAc,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,QAAQ,CAAC;IAEvD,OAAO,CACL,iCAAK,SAAS,EAAE,IAAA,aAAK,EAAC,4BAA4B,EAAE,iCAAe,EAAE,UAAU,CAAC,aAC9E,uBAAC,WAAI,IAAC,IAAI,EAAC,YAAY,EAAC,IAAI,EAAC,QAAQ,YAClC,KAAK,GACD,EACP,wBAAC,WAAI,IAAC,IAAI,EAAC,SAAS,EAAC,KAAK,EAAE,qCAAmB,aAC5C,IAAA,yCAAmB,EAAC,CAAC,CAAC,CAAC,GAAG,CAAC,eACvB,IACH,CACP,CAAC;AACJ,CAAC,CAAC"}
1
+ {"version":3,"file":"renderInsuranceSumMonth.js","sourceRoot":"","sources":["../../../src/components/PictureText/renderInsuranceSumMonth.tsx"],"names":[],"mappings":";;;AAAA,iDAA8C;AAC9C,yEAAsE;AAE/D,MAAM,uBAAuB,GAAG,CAAC,GAAY,EAAE,UAAmB,EAAE,EAAE,CAC3E,GAAG,IAAI,UAAU,CAAC,CAAC,CAAC,CAClB,iCAAK,SAAS,EAAC,2EAA2E,aACvF,MAAM,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,gBAAgB,CAAC,kBAAkB,EAAE,GAAG,CAAC,CAAC,CAAC,CAAC,IAAI,EAClE,MAAM,CAAC,UAAU,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,gBAAgB,CAAC,oBAAoB,EAAE,UAAU,CAAC,CAAC,CAAC,CAAC,IAAI,IAC/E,CACP,CAAC,CAAC,CAAC,IAAI,CAAC;AANE,QAAA,uBAAuB,2BAMzB;AAEX,MAAM,gBAAgB,GAAG,CAAC,KAAa,EAAE,KAAK,GAAG,CAAC,EAAE,EAAE,CAAC,CACrD,iCAAK,SAAS,EAAC,+FAA+F,aAC5G,uBAAC,WAAI,IAAC,IAAI,EAAC,YAAY,EAAC,IAAI,EAAC,QAAQ,YAClC,KAAK,GACD,EACP,wBAAC,WAAI,IAAC,IAAI,EAAC,SAAS,EAAC,KAAK,EAAC,mBAAmB,aAC3C,IAAA,yCAAmB,EAAC,CAAC,CAAC,CAAC,KAAK,CAAC,eACzB,IACH,CACP,CAAC"}
@@ -4,14 +4,9 @@ const jsx_runtime_1 = require("@redneckz/uni-jsx/jsx-runtime");
4
4
  const uni_jsx_1 = require("@redneckz/uni-jsx");
5
5
  const BlockWrapper_1 = require("../../ui-kit/BlockWrapper");
6
6
  const style_1 = require("../../utils/style");
7
- const getTileHeadingType_1 = require("../BaseTile/getTileHeadingType");
8
- const getTileMinHeight_1 = require("../BaseTile/getTileMinHeight");
9
- const getTileRightPadding_1 = require("../BaseTile/getTileRightPadding");
10
7
  const Headline_1 = require("../Headline/Headline");
11
8
  const GOLDEN_RATIO = 1.618;
12
- exports.Placeholder = (0, uni_jsx_1.JSX)(({ className, title, description = 'Блок в разработке...', ...rest }) => {
13
- return ((0, jsx_runtime_1.jsxs)(BlockWrapper_1.BlockWrapper, { className: (0, style_1.style)('p-9 box-border', className, (0, getTileRightPadding_1.getTileRightPadding)(className), (0, getTileMinHeight_1.getTileMinHeight)(className)), ...rest, children: [(0, jsx_runtime_1.jsx)(Headline_1.Headline, { className: "!p-0 max-w-[600px]", title: title, description: description, headlineVersion: (0, getTileHeadingType_1.getTileHeadingType)(className) }), (0, jsx_runtime_1.jsx)("figure", { className: "m-0 min-w-[80%]", children: renderShimmer() })] }));
14
- });
9
+ exports.Placeholder = (0, uni_jsx_1.JSX)(({ className, title, description = 'Блок в разработке...', ...rest }) => ((0, jsx_runtime_1.jsxs)(BlockWrapper_1.BlockWrapper, { className: (0, style_1.style)('box-border', className), ...rest, children: [(0, jsx_runtime_1.jsx)(Headline_1.Headline, { className: "max-w-[600px]", title: title, description: description, headlineVersion: "L", align: "text-left", isPadding: false }), (0, jsx_runtime_1.jsx)("figure", { className: "m-0 mt-m min-w-[80%]", children: renderShimmer() })] })));
15
10
  const renderShimmer = (size = 3) => goldenSequence(100, size)
16
11
  .map((_) => Math.floor(_))
17
12
  .map(renderShimmerItem);
@@ -1 +1 @@
1
- {"version":3,"file":"Placeholder.js","sourceRoot":"","sources":["../../../src/components/Placeholder/Placeholder.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAExC,4DAAyD;AACzD,6CAA0C;AAC1C,uEAAoE;AACpE,mEAAgE;AAChE,yEAAsE;AACtE,mDAAgD;AAKhD,MAAM,YAAY,GAAG,KAAK,CAAC;AAEd,QAAA,WAAW,GAAG,IAAA,aAAG,EAC5B,CAAC,EAAE,SAAS,EAAE,KAAK,EAAE,WAAW,GAAG,sBAAsB,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE;IACtE,OAAO,CACL,wBAAC,2BAAY,IACX,SAAS,EAAE,IAAA,aAAK,EACd,gBAAgB,EAChB,SAAS,EACT,IAAA,yCAAmB,EAAC,SAAS,CAAC,EAC9B,IAAA,mCAAgB,EAAC,SAAS,CAAC,CAC5B,KACG,IAAI,aAER,uBAAC,mBAAQ,IACP,SAAS,EAAC,oBAAoB,EAC9B,KAAK,EAAE,KAAK,EACZ,WAAW,EAAE,WAAW,EACxB,eAAe,EAAE,IAAA,uCAAkB,EAAC,SAAS,CAAC,GAC9C,EACF,mCAAQ,SAAS,EAAC,iBAAiB,YAAE,aAAa,EAAE,GAAU,IACjD,CAChB,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,MAAM,aAAa,GAAG,CAAC,IAAI,GAAG,CAAC,EAAE,EAAE,CACjC,cAAc,CAAC,GAAG,EAAE,IAAI,CAAC;KACtB,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;KACzB,GAAG,CAAC,iBAAiB,CAAC,CAAC;AAE5B,MAAM,iBAAiB,GAAG,CAAC,KAAa,EAAE,KAAa,EAAE,EAAE,CAAC,CAC1D,gCAEE,KAAK,EAAE,EAAE,KAAK,EAAE,GAAG,KAAK,IAAI,GAAG,GAAG,EAAE,EACpC,SAAS,EAAC,6BAA6B,IAFlC,MAAM,CAAC,KAAK,CAAC,CAGlB,CACH,CAAC;AAEF,MAAM,cAAc,GAAG,CAAC,KAAa,EAAE,IAAY,EAAY,EAAE,CAC/D,CAAC,KAAK,CAAC,CAAC,MAAM,CAAC,IAAI,GAAG,CAAC,CAAC,CAAC,CAAC,cAAc,CAAC,KAAK,GAAG,YAAY,EAAE,IAAI,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC"}
1
+ {"version":3,"file":"Placeholder.js","sourceRoot":"","sources":["../../../src/components/Placeholder/Placeholder.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAExC,4DAAyD;AACzD,6CAA0C;AAC1C,mDAAgD;AAKhD,MAAM,YAAY,GAAG,KAAK,CAAC;AAEd,QAAA,WAAW,GAAG,IAAA,aAAG,EAC5B,CAAC,EAAE,SAAS,EAAE,KAAK,EAAE,WAAW,GAAG,sBAAsB,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,CAAC,CACvE,wBAAC,2BAAY,IAAC,SAAS,EAAE,IAAA,aAAK,EAAC,YAAY,EAAE,SAAS,CAAC,KAAM,IAAI,aAC/D,uBAAC,mBAAQ,IACP,SAAS,EAAC,eAAe,EACzB,KAAK,EAAE,KAAK,EACZ,WAAW,EAAE,WAAW,EACxB,eAAe,EAAC,GAAG,EACnB,KAAK,EAAC,WAAW,EACjB,SAAS,EAAE,KAAK,GAChB,EACF,mCAAQ,SAAS,EAAC,sBAAsB,YAAE,aAAa,EAAE,GAAU,IACtD,CAChB,CACF,CAAC;AAEF,MAAM,aAAa,GAAG,CAAC,IAAI,GAAG,CAAC,EAAE,EAAE,CACjC,cAAc,CAAC,GAAG,EAAE,IAAI,CAAC;KACtB,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;KACzB,GAAG,CAAC,iBAAiB,CAAC,CAAC;AAE5B,MAAM,iBAAiB,GAAG,CAAC,KAAa,EAAE,KAAa,EAAE,EAAE,CAAC,CAC1D,gCAEE,KAAK,EAAE,EAAE,KAAK,EAAE,GAAG,KAAK,IAAI,GAAG,GAAG,EAAE,EACpC,SAAS,EAAC,6BAA6B,IAFlC,MAAM,CAAC,KAAK,CAAC,CAGlB,CACH,CAAC;AAEF,MAAM,cAAc,GAAG,CAAC,KAAa,EAAE,IAAY,EAAY,EAAE,CAC/D,CAAC,KAAK,CAAC,CAAC,MAAM,CAAC,IAAI,GAAG,CAAC,CAAC,CAAC,CAAC,cAAc,CAAC,KAAK,GAAG,YAAY,EAAE,IAAI,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC"}
@@ -2,11 +2,11 @@ Object.defineProperty(exports, "__esModule", { value: true });
2
2
  exports.ProductBlock = void 0;
3
3
  const jsx_runtime_1 = require("@redneckz/uni-jsx/jsx-runtime");
4
4
  const uni_jsx_1 = require("@redneckz/uni-jsx");
5
+ const BaseProductTile_1 = require("../../ui-kit/BaseProductTile/BaseProductTile");
5
6
  const BlockWrapper_1 = require("../../ui-kit/BlockWrapper");
6
7
  const style_1 = require("../../utils/style");
7
- const ProductBlockInner_1 = require("./ProductBlockInner");
8
8
  const renderBackwardButton_1 = require("./renderBackwardButton");
9
- exports.ProductBlock = (0, uni_jsx_1.JSX)(({ className, backwardButton, ...rest }) => ((0, jsx_runtime_1.jsxs)(BlockWrapper_1.BlockWrapper, { className: (0, style_1.style)('overflow-hidden p-default flex flex-col gap-10 box-border', className), ...rest, children: [backwardButton?.text
9
+ exports.ProductBlock = (0, uni_jsx_1.JSX)(({ className, backwardButton, ...rest }) => ((0, jsx_runtime_1.jsxs)(BlockWrapper_1.BlockWrapper, { className: (0, style_1.style)('overflow-hidden flex flex-col gap-lg box-border', className), defaultPadding: "p-default", ...rest, children: [backwardButton?.text
10
10
  ? (0, renderBackwardButton_1.renderBackwardButton)(backwardButton, !rest.version || rest.version === 'primary' ? 'primary' : 'white')
11
- : null, (0, jsx_runtime_1.jsx)(ProductBlockInner_1.ProductBlockInner, { className: "grow", ...rest })] })));
11
+ : null, (0, jsx_runtime_1.jsx)(BaseProductTile_1.BaseProductTile, { className: "grow h-full", ...rest })] })));
12
12
  //# sourceMappingURL=ProductBlock.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ProductBlock.js","sourceRoot":"","sources":["../../../src/components/ProductBlock/ProductBlock.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAExC,4DAAyD;AACzD,6CAA0C;AAE1C,2DAAwD;AACxD,iEAA8D;AAIjD,QAAA,YAAY,GAAG,IAAA,aAAG,EAAoB,CAAC,EAAE,SAAS,EAAE,cAAc,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,CAAC,CAC7F,wBAAC,2BAAY,IACX,SAAS,EAAE,IAAA,aAAK,EAAC,2DAA2D,EAAE,SAAS,CAAC,KACpF,IAAI,aAEP,cAAc,EAAE,IAAI;YACnB,CAAC,CAAC,IAAA,2CAAoB,EAClB,cAAc,EACd,CAAC,IAAI,CAAC,OAAO,IAAI,IAAI,CAAC,OAAO,KAAK,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,OAAO,CAClE;YACH,CAAC,CAAC,IAAI,EACR,uBAAC,qCAAiB,IAAC,SAAS,EAAC,MAAM,KAAK,IAAI,GAAI,IACnC,CAChB,CAAC,CAAC"}
1
+ {"version":3,"file":"ProductBlock.js","sourceRoot":"","sources":["../../../src/components/ProductBlock/ProductBlock.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAExC,kFAA+E;AAC/E,4DAAyD;AACzD,6CAA0C;AAE1C,iEAA8D;AAIjD,QAAA,YAAY,GAAG,IAAA,aAAG,EAAoB,CAAC,EAAE,SAAS,EAAE,cAAc,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,CAAC,CAC7F,wBAAC,2BAAY,IACX,SAAS,EAAE,IAAA,aAAK,EAAC,iDAAiD,EAAE,SAAS,CAAC,EAC9E,cAAc,EAAC,WAAW,KACtB,IAAI,aAEP,cAAc,EAAE,IAAI;YACnB,CAAC,CAAC,IAAA,2CAAoB,EAClB,cAAc,EACd,CAAC,IAAI,CAAC,OAAO,IAAI,IAAI,CAAC,OAAO,KAAK,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,OAAO,CAClE;YACH,CAAC,CAAC,IAAI,EACR,uBAAC,iCAAe,IAAC,SAAS,EAAC,aAAa,KAAK,IAAI,GAAI,IACxC,CAChB,CAAC,CAAC"}
@@ -1,29 +1,10 @@
1
- import type { BulletsProps } from '../../model/Bullets';
2
- import type { HeadlineProps } from '../../model/HeadlineType';
3
- import type { IconVersion } from '../../model/IconVersion';
4
1
  import type { UniBlockContent } from '../../model/JSXBlock';
5
- import type { BenefitItemProps } from '../../ui-kit/BenefitItem/BenefitItemProps';
6
- import type { BackwardButtonProps, ButtonContent } from '../../ui-kit/Button/ButtonProps';
7
- import type { ImageContent } from '../../ui-kit/Img/ImgProps';
8
- import type { ListContent } from '../../ui-kit/List/ListContent';
9
- import type { RichTextProps } from '../../ui-kit/RichText/RichTextProps';
10
- export declare type ProductBlockInnerContent = HeadlineProps & RichTextProps & ListContent & ButtonContent & ImageContent & BulletsProps & {
11
- /**
12
- * @title Список преимуществ
13
- * @minItems 2
14
- * @maxItems 4
15
- */
16
- benefits?: BenefitItemProps[];
17
- benefitsVersion?: IconVersion;
18
- /** @title Лейбл (моб.) */
19
- label?: string;
20
- /** @title Картинка справа/текст слева */
21
- directionRight?: boolean;
22
- };
2
+ import type { BaseProductTileContent } from '../../ui-kit/BaseProductTile/BaseProductTileContent';
3
+ import type { BackwardButtonProps } from '../../ui-kit/Button/ButtonProps';
23
4
  /**
24
5
  * @title Продуктовый блок
25
6
  */
26
- export declare type ProductBlockContent = UniBlockContent & ProductBlockInnerContent & {
7
+ export declare type ProductBlockContent = UniBlockContent & BaseProductTileContent & {
27
8
  /** @title Кнопка возврата */
28
9
  backwardButton?: BackwardButtonProps;
29
10
  };
@@ -3,12 +3,12 @@ exports.ProductGallery = void 0;
3
3
  const jsx_runtime_1 = require("@redneckz/uni-jsx/jsx-runtime");
4
4
  const uni_jsx_1 = require("@redneckz/uni-jsx");
5
5
  const hooks_1 = require("@redneckz/uni-jsx/lib/hooks");
6
+ const BaseProductTile_1 = require("../../ui-kit/BaseProductTile/BaseProductTile");
6
7
  const BlockWrapper_1 = require("../../ui-kit/BlockWrapper");
7
8
  const style_1 = require("../../utils/style");
8
- const ProductBlockInner_1 = require("../ProductBlock/ProductBlockInner");
9
9
  exports.ProductGallery = (0, uni_jsx_1.JSX)(({ className = '', slides = [], ...rest }) => {
10
10
  const [activeSlideIndex, setActiveSlideIndex] = (0, hooks_1.useState)(0);
11
- return ((0, jsx_runtime_1.jsxs)(BlockWrapper_1.BlockWrapper, { className: (0, style_1.style)('box-border py-default overflow-hidden', className), ...rest, children: [(0, jsx_runtime_1.jsx)("div", { className: "flex duration-1000", style: { transform: `translateX(-${activeSlideIndex * 100}%)` }, role: "list", children: slides.map(({ productBlock }, i) => ((0, jsx_runtime_1.jsx)("div", { className: "box-border grow-0 shrink-0 basis-full", role: "listitem", children: (0, jsx_runtime_1.jsx)(ProductBlockInner_1.ProductBlockInner, { className: "pl-default h-full", headlineVersion: "XXL", ...productBlock, ...rest }) }, String(i)))) }), (0, jsx_runtime_1.jsx)("div", { className: "h-28 px-6 mt-6 -mb-6 flex items-center gap-2 box-border", children: slides.map(renderNavButton({ activeSlideIndex, onClick: setActiveSlideIndex })) })] }));
11
+ return ((0, jsx_runtime_1.jsxs)(BlockWrapper_1.BlockWrapper, { className: (0, style_1.style)('box-border overflow-hidden', className), defaultPadding: "py-default", ...rest, children: [(0, jsx_runtime_1.jsx)("div", { className: "flex duration-1000", style: { transform: `translateX(-${activeSlideIndex * 100}%)` }, role: "list", children: slides.map(({ productBlock }, i) => ((0, jsx_runtime_1.jsx)("div", { className: "box-border grow-0 shrink-0 basis-full", role: "listitem", children: (0, jsx_runtime_1.jsx)(BaseProductTile_1.BaseProductTile, { className: "pl-default h-full", headlineVersion: "XXL", ...productBlock, ...rest }) }, String(i)))) }), (0, jsx_runtime_1.jsx)("div", { className: "h-28 px-xs mt-m -mb-m flex gap-xs box-border", children: slides.map(renderNavButton({ activeSlideIndex, onClick: setActiveSlideIndex })) })] }));
12
12
  });
13
13
  const renderNavButton = ({ activeSlideIndex, onClick }) => ({ nav }, i) => {
14
14
  const isActive = i === activeSlideIndex;
@@ -1 +1 @@
1
- {"version":3,"file":"ProductGallery.js","sourceRoot":"","sources":["../../../src/components/ProductGallery/ProductGallery.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,uDAAuD;AAEvD,4DAAyD;AACzD,6CAA0C;AAC1C,yEAAsE;AAKzD,QAAA,cAAc,GAAG,IAAA,aAAG,EAC/B,CAAC,EAAE,SAAS,GAAG,EAAE,EAAE,MAAM,GAAG,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE;IAC3C,MAAM,CAAC,gBAAgB,EAAE,mBAAmB,CAAC,GAAG,IAAA,gBAAQ,EAAC,CAAC,CAAC,CAAC;IAE5D,OAAO,CACL,wBAAC,2BAAY,IAAC,SAAS,EAAE,IAAA,aAAK,EAAC,uCAAuC,EAAE,SAAS,CAAC,KAAM,IAAI,aAC1F,gCACE,SAAS,EAAC,oBAAoB,EAC9B,KAAK,EAAE,EAAE,SAAS,EAAE,eAAe,gBAAgB,GAAG,GAAG,IAAI,EAAE,EAC/D,IAAI,EAAC,MAAM,YAEV,MAAM,CAAC,GAAG,CAAC,CAAC,EAAE,YAAY,EAAE,EAAE,CAAC,EAAE,EAAE,CAAC,CACnC,gCAAqB,SAAS,EAAC,uCAAuC,EAAC,IAAI,EAAC,UAAU,YACpF,uBAAC,qCAAiB,IAChB,SAAS,EAAC,mBAAmB,EAC7B,eAAe,EAAC,KAAK,KACjB,YAAY,KACZ,IAAI,GACR,IANM,MAAM,CAAC,CAAC,CAAC,CAOb,CACP,CAAC,GACE,EACN,gCAAK,SAAS,EAAC,yDAAyD,YACrE,MAAM,CAAC,GAAG,CAAC,eAAe,CAAC,EAAE,gBAAgB,EAAE,OAAO,EAAE,mBAAmB,EAAE,CAAC,CAAC,GAC5E,IACO,CAChB,CAAC;AACJ,CAAC,CACF,CAAC;AAOF,MAAM,eAAe,GACnB,CAAC,EAAE,gBAAgB,EAAE,OAAO,EAAkB,EAAE,EAAE,CAClD,CAAC,EAAE,GAAG,EAAgB,EAAE,CAAS,EAAE,EAAE;IACnC,MAAM,QAAQ,GAAG,CAAC,KAAK,gBAAgB,CAAC;IACxC,MAAM,YAAY,GAAG,QAAQ;QAC3B,CAAC,CAAC,yDAAyD;QAC3D,CAAC,CAAC,mFAAmF,CAAC;IACxF,MAAM,iBAAiB,GAAG,QAAQ;QAChC,CAAC,CAAC,gCAAgC;QAClC,CAAC,CAAC,iEAAiE,CAAC;IACtE,MAAM,gBAAgB,GAAG,QAAQ;QAC/B,CAAC,CAAC,kCAAkC;QACpC,CAAC,CAAC,qEAAqE,CAAC;IAE1E,OAAO,CACL,oCACE,IAAI,EAAC,QAAQ,EAEb,OAAO,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,CAAC,CAAC,gBACb,GAAG,EAAE,KAAK,EACtB,SAAS,EAAE,IAAA,aAAK,EACd,yHAAyH,EACzH,YAAY,CACb,aAED,gCAAK,SAAS,EAAE,iBAAiB,YAAG,GAAG,EAAE,KAAK,GAAO,EACrD,gCAAK,SAAS,EAAE,gBAAgB,YAAG,GAAG,EAAE,WAAW,GAAO,KATrD,MAAM,CAAC,CAAC,CAAC,CAUP,CACV,CAAC;AACJ,CAAC,CAAC"}
1
+ {"version":3,"file":"ProductGallery.js","sourceRoot":"","sources":["../../../src/components/ProductGallery/ProductGallery.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,uDAAuD;AAEvD,kFAA+E;AAC/E,4DAAyD;AACzD,6CAA0C;AAK7B,QAAA,cAAc,GAAG,IAAA,aAAG,EAC/B,CAAC,EAAE,SAAS,GAAG,EAAE,EAAE,MAAM,GAAG,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE;IAC3C,MAAM,CAAC,gBAAgB,EAAE,mBAAmB,CAAC,GAAG,IAAA,gBAAQ,EAAC,CAAC,CAAC,CAAC;IAE5D,OAAO,CACL,wBAAC,2BAAY,IACX,SAAS,EAAE,IAAA,aAAK,EAAC,4BAA4B,EAAE,SAAS,CAAC,EACzD,cAAc,EAAC,YAAY,KACvB,IAAI,aAER,gCACE,SAAS,EAAC,oBAAoB,EAC9B,KAAK,EAAE,EAAE,SAAS,EAAE,eAAe,gBAAgB,GAAG,GAAG,IAAI,EAAE,EAC/D,IAAI,EAAC,MAAM,YAEV,MAAM,CAAC,GAAG,CAAC,CAAC,EAAE,YAAY,EAAE,EAAE,CAAC,EAAE,EAAE,CAAC,CACnC,gCAAqB,SAAS,EAAC,uCAAuC,EAAC,IAAI,EAAC,UAAU,YACpF,uBAAC,iCAAe,IACd,SAAS,EAAC,mBAAmB,EAC7B,eAAe,EAAC,KAAK,KACjB,YAAY,KACZ,IAAI,GACR,IANM,MAAM,CAAC,CAAC,CAAC,CAOb,CACP,CAAC,GACE,EACN,gCAAK,SAAS,EAAC,8CAA8C,YAC1D,MAAM,CAAC,GAAG,CAAC,eAAe,CAAC,EAAE,gBAAgB,EAAE,OAAO,EAAE,mBAAmB,EAAE,CAAC,CAAC,GAC5E,IACO,CAChB,CAAC;AACJ,CAAC,CACF,CAAC;AAOF,MAAM,eAAe,GACnB,CAAC,EAAE,gBAAgB,EAAE,OAAO,EAAkB,EAAE,EAAE,CAClD,CAAC,EAAE,GAAG,EAAgB,EAAE,CAAS,EAAE,EAAE;IACnC,MAAM,QAAQ,GAAG,CAAC,KAAK,gBAAgB,CAAC;IACxC,MAAM,YAAY,GAAG,QAAQ;QAC3B,CAAC,CAAC,yDAAyD;QAC3D,CAAC,CAAC,mFAAmF,CAAC;IACxF,MAAM,iBAAiB,GAAG,QAAQ;QAChC,CAAC,CAAC,gCAAgC;QAClC,CAAC,CAAC,iEAAiE,CAAC;IACtE,MAAM,gBAAgB,GAAG,QAAQ;QAC/B,CAAC,CAAC,kCAAkC;QACpC,CAAC,CAAC,qEAAqE,CAAC;IAE1E,OAAO,CACL,oCACE,IAAI,EAAC,QAAQ,EAEb,OAAO,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,CAAC,CAAC,gBACb,GAAG,EAAE,KAAK,EACtB,SAAS,EAAE,IAAA,aAAK,EACd,yHAAyH,EACzH,YAAY,CACb,aAED,gCAAK,SAAS,EAAE,iBAAiB,YAAG,GAAG,EAAE,KAAK,GAAO,EACrD,gCAAK,SAAS,EAAE,gBAAgB,YAAG,GAAG,EAAE,WAAW,GAAO,KATrD,MAAM,CAAC,CAAC,CAAC,CAUP,CACV,CAAC;AACJ,CAAC,CAAC"}
@@ -2,12 +2,11 @@ Object.defineProperty(exports, "__esModule", { value: true });
2
2
  exports.ProductGallery = void 0;
3
3
  const jsx_runtime_1 = require("@redneckz/uni-jsx/jsx-runtime");
4
4
  const uni_jsx_1 = require("@redneckz/uni-jsx");
5
+ const BaseProductTile_1 = require("../../ui-kit/BaseProductTile/BaseProductTile");
5
6
  const BlockWrapper_1 = require("../../ui-kit/BlockWrapper");
6
7
  const SwipeListControl_1 = require("../../ui-kit/SwipeListControl/SwipeListControl");
7
- const ProductBlockInner_1 = require("../ProductBlock/ProductBlockInner");
8
- exports.ProductGallery = (0, uni_jsx_1.JSX)(({ className = '', slides = [], ...rest }) => {
9
- const galleryBlocks = slides.map((s) => s.productBlock);
10
- return ((0, jsx_runtime_1.jsx)(BlockWrapper_1.BlockWrapper, { className: `box-border py-6 overflow-hidden relative w-100 mb-6 ${className}`, ...rest, children: (0, jsx_runtime_1.jsx)(SwipeListControl_1.SwipeListControl, { gap: 0, padding: 0, children: galleryBlocks.map((_, i) => renderProductBlock({ ..._, ...rest }, i)) }) }));
11
- });
12
- const renderProductBlock = (block, i) => ((0, jsx_runtime_1.jsx)(ProductBlockInner_1.ProductBlockInner, { className: "z-10 px-5 group-data-secondary:text-white", ...block }, String(i)));
8
+ const style_1 = require("../../utils/style");
9
+ exports.ProductGallery = (0, uni_jsx_1.JSX)(({ className, slides = [], ...rest }) => ((0, jsx_runtime_1.jsx)(BlockWrapper_1.BlockWrapper, { className: (0, style_1.style)('overflow-hidden relative', className), defaultPadding: "p-m", ...rest, children: (0, jsx_runtime_1.jsx)(SwipeListControl_1.SwipeListControl, { gap: 0, padding: 0, children: slides
10
+ .map((s) => s.productBlock)
11
+ .map((_, i) => ((0, jsx_runtime_1.jsx)("div", { className: "box-border h-full", role: "listitem", children: (0, jsx_runtime_1.jsx)(BaseProductTile_1.BaseProductTile, { className: "px-5 h-full", headlineVersion: "L", ..._, ...rest }) }, String(i)))) }) })));
13
12
  //# sourceMappingURL=ProductGallery.mobile.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ProductGallery.mobile.js","sourceRoot":"","sources":["../../../src/components/ProductGallery/ProductGallery.mobile.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAExC,4DAAyD;AACzD,qFAAkF;AAElF,yEAAsE;AAKzD,QAAA,cAAc,GAAG,IAAA,aAAG,EAC/B,CAAC,EAAE,SAAS,GAAG,EAAE,EAAE,MAAM,GAAG,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE;IAC3C,MAAM,aAAa,GAAG,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC;IAExD,OAAO,CACL,uBAAC,2BAAY,IACX,SAAS,EAAE,uDAAuD,SAAS,EAAE,KACzE,IAAI,YAER,uBAAC,mCAAgB,IAAC,GAAG,EAAE,CAAC,EAAE,OAAO,EAAE,CAAC,YACjC,aAAa,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,kBAAkB,CAAC,EAAE,GAAG,CAAC,EAAE,GAAG,IAAI,EAAE,EAAE,CAAC,CAAC,CAAC,GACrD,GACN,CAChB,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,MAAM,kBAAkB,GAAG,CAAC,KAA+B,EAAE,CAAS,EAAE,EAAE,CAAC,CACzE,uBAAC,qCAAiB,IAEhB,SAAS,EAAC,2CAA2C,KACjD,KAAK,IAFJ,MAAM,CAAC,CAAC,CAAC,CAGd,CACH,CAAC"}
1
+ {"version":3,"file":"ProductGallery.mobile.js","sourceRoot":"","sources":["../../../src/components/ProductGallery/ProductGallery.mobile.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAExC,kFAA+E;AAC/E,4DAAyD;AACzD,qFAAkF;AAClF,6CAA0C;AAK7B,QAAA,cAAc,GAAG,IAAA,aAAG,EAAsB,CAAC,EAAE,SAAS,EAAE,MAAM,GAAG,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,CAAC,CAC9F,uBAAC,2BAAY,IACX,SAAS,EAAE,IAAA,aAAK,EAAC,0BAA0B,EAAE,SAAS,CAAC,EACvD,cAAc,EAAC,KAAK,KAChB,IAAI,YAER,uBAAC,mCAAgB,IAAC,GAAG,EAAE,CAAC,EAAE,OAAO,EAAE,CAAC,YACjC,MAAM;aACJ,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,YAAY,CAAC;aAC1B,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,CACb,gCAAqB,SAAS,EAAC,mBAAmB,EAAC,IAAI,EAAC,UAAU,YAChE,uBAAC,iCAAe,IAAC,SAAS,EAAC,aAAa,EAAC,eAAe,EAAC,GAAG,KAAK,CAAC,KAAM,IAAI,GAAI,IADxE,MAAM,CAAC,CAAC,CAAC,CAEb,CACP,CAAC,GACa,GACN,CAChB,CAAC,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import type { UniBlockContent } from '../../model/JSXBlock';
2
- import type { ProductBlockInnerContent } from '../ProductBlock/ProductBlockContent';
2
+ import type { BaseProductTileContent } from '../../ui-kit/BaseProductTile/BaseProductTileContent';
3
3
  /** @title Кнопка под слайдом */
4
4
  export interface ProductGalleryNav {
5
5
  /** @title Заголовок */
@@ -14,7 +14,7 @@ export interface ProductSlide {
14
14
  /** @title Превью содержимого слайда на навигации */
15
15
  nav?: ProductGalleryNav;
16
16
  /** @title Содержимое слайда */
17
- productBlock: ProductBlockInnerContent;
17
+ productBlock: BaseProductTileContent;
18
18
  }
19
19
  /**
20
20
  * @title Продуктовая галерея
@@ -5,12 +5,11 @@ const uni_jsx_1 = require("@redneckz/uni-jsx");
5
5
  const BlockWrapper_1 = require("../../ui-kit/BlockWrapper");
6
6
  const renderButtonsSection_1 = require("../../ui-kit/Button/renderButtonsSection");
7
7
  const style_1 = require("../../utils/style");
8
- const getTileRightPadding_1 = require("../BaseTile/getTileRightPadding");
9
8
  const Headline_1 = require("../Headline/Headline");
10
9
  const renderAdditionalDescription_1 = require("./renderAdditionalDescription");
11
10
  const renderBenefit_1 = require("./renderBenefit");
12
11
  const renderImage_1 = require("./renderImage");
13
- exports.ProductTile = (0, uni_jsx_1.JSX)(({ className = '', title, headlineVersion = 'S', description, additionalDescription, benefits = [], buttons, image, directionRight = true, ...rest }) => ((0, jsx_runtime_1.jsxs)(BlockWrapper_1.BlockWrapper, { className: (0, style_1.style)('overflow-hidden p-9 box-border relative min-h-[364px] flex flex-col justify-between', (0, getTileRightPadding_1.getTileRightPadding)(className), className), ...rest, children: [(0, jsx_runtime_1.jsxs)("div", { className: (0, style_1.style)('flex flex-col', directionRight ? '' : 'items-end'), children: [(0, jsx_runtime_1.jsx)(Headline_1.Headline, { className: (0, style_1.style)('!p-0 !bg-transparent z-10', title || description ? 'mb-3.5' : ''), title: title, description: description, headlineVersion: headlineVersion, as: "h2", align: "text-left" }), renderBenefits(benefits, image), (0, renderAdditionalDescription_1.renderAdditionalDescription)(additionalDescription, image)] }), (0, renderButtonsSection_1.renderButtonsSection)(buttons, {
12
+ exports.ProductTile = (0, uni_jsx_1.JSX)(({ className = '', title, headlineVersion = 'S', description, additionalDescription, benefits = [], buttons, image, directionRight = true, ...rest }) => ((0, jsx_runtime_1.jsxs)(BlockWrapper_1.BlockWrapper, { className: (0, style_1.style)('overflow-hidden box-border relative min-h-[364px] flex flex-col justify-between', className), ...rest, children: [(0, jsx_runtime_1.jsxs)("div", { className: (0, style_1.style)('flex flex-col', directionRight ? '' : 'items-end'), children: [(0, jsx_runtime_1.jsx)(Headline_1.Headline, { className: (0, style_1.style)('!p-0 !bg-transparent z-10', title || description ? 'mb-3.5' : ''), title: title, description: description, headlineVersion: headlineVersion, as: "h2", align: "text-left" }), renderBenefits(benefits, image), (0, renderAdditionalDescription_1.renderAdditionalDescription)(additionalDescription, image)] }), (0, renderButtonsSection_1.renderButtonsSection)(buttons, {
14
13
  className: (0, style_1.style)('mt-5 text-l', directionRight ? '' : 'justify-end'),
15
14
  }), (0, renderImage_1.renderImage)(image, directionRight)] })));
16
15
  function renderBenefits(benefits, image) {
@@ -1 +1 @@
1
- {"version":3,"file":"ProductTile.js","sourceRoot":"","sources":["../../../src/components/ProductTile/ProductTile.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAGxC,4DAAyD;AACzD,mFAAgF;AAChF,6CAA0C;AAC1C,yEAAsE;AACtE,mDAAgD;AAEhD,+EAA4E;AAC5E,mDAAgD;AAChD,+CAA4C;AAI/B,QAAA,WAAW,GAAG,IAAA,aAAG,EAC5B,CAAC,EACC,SAAS,GAAG,EAAE,EACd,KAAK,EACL,eAAe,GAAG,GAAG,EACrB,WAAW,EACX,qBAAqB,EACrB,QAAQ,GAAG,EAAE,EACb,OAAO,EACP,KAAK,EACL,cAAc,GAAG,IAAI,EACrB,GAAG,IAAI,EACR,EAAE,EAAE,CAAC,CACJ,wBAAC,2BAAY,IACX,SAAS,EAAE,IAAA,aAAK,EACd,qFAAqF,EACrF,IAAA,yCAAmB,EAAC,SAAS,CAAC,EAC9B,SAAS,CACV,KACG,IAAI,aAER,iCAAK,SAAS,EAAE,IAAA,aAAK,EAAC,eAAe,EAAE,cAAc,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,WAAW,CAAC,aACvE,uBAAC,mBAAQ,IACP,SAAS,EAAE,IAAA,aAAK,EAAC,2BAA2B,EAAE,KAAK,IAAI,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,EAAE,CAAC,EACnF,KAAK,EAAE,KAAK,EACZ,WAAW,EAAE,WAAW,EACxB,eAAe,EAAE,eAAe,EAChC,EAAE,EAAC,IAAI,EACP,KAAK,EAAC,WAAW,GACjB,EACD,cAAc,CAAC,QAAQ,EAAE,KAAK,CAAC,EAC/B,IAAA,yDAA2B,EAAC,qBAAqB,EAAE,KAAK,CAAC,IACtD,EACL,IAAA,2CAAoB,EAAC,OAAO,EAAE;YAC7B,SAAS,EAAE,IAAA,aAAK,EAAC,aAAa,EAAE,cAAc,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,aAAa,CAAC;SACrE,CAAC,EACD,IAAA,yBAAW,EAAC,KAAK,EAAE,cAAc,CAAC,IACtB,CAChB,CACF,CAAC;AAEF,SAAS,cAAc,CAAC,QAAmB,EAAE,KAAe;IAC1D,IAAI,CAAC,QAAQ,CAAC,MAAM,EAAE;QACpB,OAAO,IAAI,CAAC;KACb;IAED,wGAAwG;IACxG,MAAM,aAAa,GAAG,KAAK,EAAE,GAAG,CAAC,CAAC,CAAC,0BAA0B,CAAC,CAAC,CAAC,MAAM,CAAC;IAEvE,OAAO,CACL,gCACE,SAAS,EAAE,IAAA,aAAK,EACd,uFAAuF,EACvF,aAAa,CACd,YAEA,QAAQ,CAAC,MAAM,CAAC,CAAC,CAAC,QAAQ,CAAC,GAAG,CAAC,6BAAa,CAAC,CAAC,CAAC,CAAC,IAAI,GACjD,CACP,CAAC;AACJ,CAAC"}
1
+ {"version":3,"file":"ProductTile.js","sourceRoot":"","sources":["../../../src/components/ProductTile/ProductTile.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAGxC,4DAAyD;AACzD,mFAAgF;AAChF,6CAA0C;AAC1C,mDAAgD;AAEhD,+EAA4E;AAC5E,mDAAgD;AAChD,+CAA4C;AAI/B,QAAA,WAAW,GAAG,IAAA,aAAG,EAC5B,CAAC,EACC,SAAS,GAAG,EAAE,EACd,KAAK,EACL,eAAe,GAAG,GAAG,EACrB,WAAW,EACX,qBAAqB,EACrB,QAAQ,GAAG,EAAE,EACb,OAAO,EACP,KAAK,EACL,cAAc,GAAG,IAAI,EACrB,GAAG,IAAI,EACR,EAAE,EAAE,CAAC,CACJ,wBAAC,2BAAY,IACX,SAAS,EAAE,IAAA,aAAK,EACd,iFAAiF,EACjF,SAAS,CACV,KACG,IAAI,aAER,iCAAK,SAAS,EAAE,IAAA,aAAK,EAAC,eAAe,EAAE,cAAc,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,WAAW,CAAC,aACvE,uBAAC,mBAAQ,IACP,SAAS,EAAE,IAAA,aAAK,EAAC,2BAA2B,EAAE,KAAK,IAAI,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,EAAE,CAAC,EACnF,KAAK,EAAE,KAAK,EACZ,WAAW,EAAE,WAAW,EACxB,eAAe,EAAE,eAAe,EAChC,EAAE,EAAC,IAAI,EACP,KAAK,EAAC,WAAW,GACjB,EACD,cAAc,CAAC,QAAQ,EAAE,KAAK,CAAC,EAC/B,IAAA,yDAA2B,EAAC,qBAAqB,EAAE,KAAK,CAAC,IACtD,EACL,IAAA,2CAAoB,EAAC,OAAO,EAAE;YAC7B,SAAS,EAAE,IAAA,aAAK,EAAC,aAAa,EAAE,cAAc,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,aAAa,CAAC;SACrE,CAAC,EACD,IAAA,yBAAW,EAAC,KAAK,EAAE,cAAc,CAAC,IACtB,CAChB,CACF,CAAC;AAEF,SAAS,cAAc,CAAC,QAAmB,EAAE,KAAe;IAC1D,IAAI,CAAC,QAAQ,CAAC,MAAM,EAAE;QACpB,OAAO,IAAI,CAAC;KACb;IAED,wGAAwG;IACxG,MAAM,aAAa,GAAG,KAAK,EAAE,GAAG,CAAC,CAAC,CAAC,0BAA0B,CAAC,CAAC,CAAC,MAAM,CAAC;IAEvE,OAAO,CACL,gCACE,SAAS,EAAE,IAAA,aAAK,EACd,uFAAuF,EACvF,aAAa,CACd,YAEA,QAAQ,CAAC,MAAM,CAAC,CAAC,CAAC,QAAQ,CAAC,GAAG,CAAC,6BAAa,CAAC,CAAC,CAAC,CAAC,IAAI,GACjD,CACP,CAAC;AACJ,CAAC"}
@@ -2,15 +2,12 @@ Object.defineProperty(exports, "__esModule", { value: true });
2
2
  exports.PromoTile = void 0;
3
3
  const jsx_runtime_1 = require("@redneckz/uni-jsx/jsx-runtime");
4
4
  const uni_jsx_1 = require("@redneckz/uni-jsx");
5
+ const BaseTile_1 = require("../../ui-kit/BaseTile/BaseTile");
5
6
  const BlockWrapper_1 = require("../../ui-kit/BlockWrapper");
6
7
  const renderButtonsSection_1 = require("../../ui-kit/Button/renderButtonsSection");
7
8
  const style_1 = require("../../utils/style");
8
- const BaseTile_1 = require("../BaseTile/BaseTile");
9
- const getTileHeadingType_1 = require("../BaseTile/getTileHeadingType");
10
- const getTileMinHeight_1 = require("../BaseTile/getTileMinHeight");
11
- const getTileRightPadding_1 = require("../BaseTile/getTileRightPadding");
12
9
  const Headline_1 = require("../Headline/Headline");
13
- exports.PromoTile = (0, uni_jsx_1.JSX)(({ className = '', title = 'Акции и спецпредложения', date, description, as, buttons = [], ...rest }) => ((0, jsx_runtime_1.jsx)(BlockWrapper_1.BlockWrapper, { className: (0, style_1.style)('p-9 box-border', className, (0, getTileRightPadding_1.getTileRightPadding)(className), (0, getTileMinHeight_1.getTileMinHeight)(className)), ...rest, children: (0, jsx_runtime_1.jsx)(BaseTile_1.BaseTile, { title: title ? ((0, jsx_runtime_1.jsx)(Headline_1.Headline, { className: "!p-0 max-w-[600px]", title: title, headlineVersion: (0, getTileHeadingType_1.getTileHeadingType)(className), align: "text-left", as: as || 'h2' })) : null, buttons: (0, renderButtonsSection_1.renderButtonsSection)(buttons), children: (0, jsx_runtime_1.jsxs)("div", { className: "mt-1.5", children: [date ? (0, jsx_runtime_1.jsx)("div", { className: "text-s mb-2", children: formatDate(date) }) : null, (0, jsx_runtime_1.jsx)("div", { className: "text-l", children: description })] }) }) })));
10
+ exports.PromoTile = (0, uni_jsx_1.JSX)(({ className, title = 'Акции и спецпредложения', description, headlineVersion = 'S', date, buttons = [], ...rest }) => ((0, jsx_runtime_1.jsx)(BlockWrapper_1.BlockWrapper, { className: (0, style_1.style)('box-border', className), ...rest, children: (0, jsx_runtime_1.jsxs)(BaseTile_1.BaseTile, { className: "h-full", title: title ? ((0, jsx_runtime_1.jsx)(Headline_1.Headline, { title: title, headlineVersion: headlineVersion, align: "text-left", isPadding: false })) : null, buttons: (0, renderButtonsSection_1.renderButtonsSection)(buttons), children: [date ? (0, jsx_runtime_1.jsx)("div", { className: "text-s mb-2", children: formatDate(date) }) : null, (0, jsx_runtime_1.jsx)("div", { className: "text-l", children: description })] }) })));
14
11
  function formatDate(date) {
15
12
  const dateObj = new Date(date);
16
13
  const dateFormat = {
@@ -1 +1 @@
1
- {"version":3,"file":"PromoTile.js","sourceRoot":"","sources":["../../../src/components/PromoTile/PromoTile.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAExC,4DAAyD;AACzD,mFAAgF;AAChF,6CAA0C;AAC1C,mDAAgD;AAChD,uEAAoE;AACpE,mEAAgE;AAChE,yEAAsE;AACtE,mDAAgD;AAKnC,QAAA,SAAS,GAAG,IAAA,aAAG,EAC1B,CAAC,EACC,SAAS,GAAG,EAAE,EACd,KAAK,GAAG,yBAAyB,EACjC,IAAI,EACJ,WAAW,EACX,EAAE,EACF,OAAO,GAAG,EAAE,EACZ,GAAG,IAAI,EACR,EAAE,EAAE,CAAC,CACJ,uBAAC,2BAAY,IACX,SAAS,EAAE,IAAA,aAAK,EACd,gBAAgB,EAChB,SAAS,EACT,IAAA,yCAAmB,EAAC,SAAS,CAAC,EAC9B,IAAA,mCAAgB,EAAC,SAAS,CAAC,CAC5B,KACG,IAAI,YAER,uBAAC,mBAAQ,IACP,KAAK,EACH,KAAK,CAAC,CAAC,CAAC,CACN,uBAAC,mBAAQ,IACP,SAAS,EAAC,oBAAoB,EAC9B,KAAK,EAAE,KAAK,EACZ,eAAe,EAAE,IAAA,uCAAkB,EAAC,SAAS,CAAC,EAC9C,KAAK,EAAC,WAAW,EACjB,EAAE,EAAE,EAAE,IAAI,IAAI,GACd,CACH,CAAC,CAAC,CAAC,IAAI,EAEV,OAAO,EAAE,IAAA,2CAAoB,EAAC,OAAO,CAAC,YAEtC,iCAAK,SAAS,EAAC,QAAQ,aACpB,IAAI,CAAC,CAAC,CAAC,gCAAK,SAAS,EAAC,aAAa,YAAE,UAAU,CAAC,IAAI,CAAC,GAAO,CAAC,CAAC,CAAC,IAAI,EACpE,gCAAK,SAAS,EAAC,QAAQ,YAAE,WAAW,GAAO,IACvC,GACG,GACE,CAChB,CACF,CAAC;AAEF,SAAS,UAAU,CAAC,IAAY;IAC9B,MAAM,OAAO,GAAG,IAAI,IAAI,CAAC,IAAI,CAAC,CAAC;IAC/B,MAAM,UAAU,GAA+B;QAC7C,GAAG,EAAE,SAAS;QACd,KAAK,EAAE,MAAM;QACb,IAAI,EAAE,SAAS;KAChB,CAAC;IAEF,OAAO,OAAO,CAAC,cAAc,CAAC,OAAO,EAAE,UAAU,CAAC,CAAC,OAAO,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC;AACvE,CAAC"}
1
+ {"version":3,"file":"PromoTile.js","sourceRoot":"","sources":["../../../src/components/PromoTile/PromoTile.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAExC,6DAA0D;AAC1D,4DAAyD;AACzD,mFAAgF;AAChF,6CAA0C;AAC1C,mDAAgD;AAKnC,QAAA,SAAS,GAAG,IAAA,aAAG,EAC1B,CAAC,EACC,SAAS,EACT,KAAK,GAAG,yBAAyB,EACjC,WAAW,EACX,eAAe,GAAG,GAAG,EACrB,IAAI,EACJ,OAAO,GAAG,EAAE,EACZ,GAAG,IAAI,EACR,EAAE,EAAE,CAAC,CACJ,uBAAC,2BAAY,IAAC,SAAS,EAAE,IAAA,aAAK,EAAC,YAAY,EAAE,SAAS,CAAC,KAAM,IAAI,YAC/D,wBAAC,mBAAQ,IACP,SAAS,EAAC,QAAQ,EAClB,KAAK,EACH,KAAK,CAAC,CAAC,CAAC,CACN,uBAAC,mBAAQ,IACP,KAAK,EAAE,KAAK,EACZ,eAAe,EAAE,eAAe,EAChC,KAAK,EAAC,WAAW,EACjB,SAAS,EAAE,KAAK,GAChB,CACH,CAAC,CAAC,CAAC,IAAI,EAEV,OAAO,EAAE,IAAA,2CAAoB,EAAC,OAAO,CAAC,aAErC,IAAI,CAAC,CAAC,CAAC,gCAAK,SAAS,EAAC,aAAa,YAAE,UAAU,CAAC,IAAI,CAAC,GAAO,CAAC,CAAC,CAAC,IAAI,EACpE,gCAAK,SAAS,EAAC,QAAQ,YAAE,WAAW,GAAO,IAClC,GACE,CAChB,CACF,CAAC;AAEF,SAAS,UAAU,CAAC,IAAY;IAC9B,MAAM,OAAO,GAAG,IAAI,IAAI,CAAC,IAAI,CAAC,CAAC;IAC/B,MAAM,UAAU,GAA+B;QAC7C,GAAG,EAAE,SAAS;QACd,KAAK,EAAE,MAAM;QACb,IAAI,EAAE,SAAS;KAChB,CAAC;IAEF,OAAO,OAAO,CAAC,cAAc,CAAC,OAAO,EAAE,UAAU,CAAC,CAAC,OAAO,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC;AACvE,CAAC"}
@@ -1,11 +1,10 @@
1
- import type { DescriptionProps } from '../../model/HeadlineType';
1
+ import type { DescriptionProps, HeadlineProps } from '../../model/HeadlineType';
2
2
  import type { UniBlockContent } from '../../model/JSXBlock';
3
3
  import type { ButtonContent } from '../../ui-kit/Button/ButtonProps';
4
- import type { HeadingCommonProps } from '../../ui-kit/Heading/HeadingProps';
5
4
  /**
6
5
  * @title Акции
7
6
  */
8
- export declare type PromoTileContent = UniBlockContent & HeadingCommonProps & DescriptionProps & ButtonContent & {
7
+ export declare type PromoTileContent = UniBlockContent & HeadlineProps & DescriptionProps & ButtonContent & {
9
8
  /** @title Дата публикации */
10
9
  date?: string;
11
10
  };
@@ -10,7 +10,7 @@ const Img_1 = require("../../ui-kit/Img/Img");
10
10
  const RichText_1 = require("../../ui-kit/RichText/RichText");
11
11
  const Text_1 = require("../../ui-kit/Text/Text");
12
12
  const style_1 = require("../../utils/style");
13
- exports.RepresentativeOfficeInfo = (0, uni_jsx_1.JSX)(({ address, email, telephone, button, className = '', __html, icon, title, version = 'primary', ...rest }) => ((0, jsx_runtime_1.jsxs)(BlockWrapper_1.BlockWrapper, { className: (0, style_1.style)('box-border text-left p-9', className), version: version, ...rest, children: [(0, jsx_runtime_1.jsxs)("div", { className: "w-full flex justify-between", children: [title ? (0, jsx_runtime_1.jsx)(Heading_1.Heading, { headingType: "h4", as: "h3", className: "mb-6", title: title }) : null, renderIconBlock(icon)] }), (0, jsx_runtime_1.jsxs)("div", { className: "w-full", children: [__html ? renderDescriptionBlock(__html) : null, renderBlock('Адрес', address, 'GeolocationIcon'), renderBlock('Телефон', telephone, 'PhoneIcon'), renderBlock('E-mail', email, 'MailIcon'), button?.text
13
+ exports.RepresentativeOfficeInfo = (0, uni_jsx_1.JSX)(({ address, email, telephone, button, className = '', __html, icon, title, version = 'primary', ...rest }) => ((0, jsx_runtime_1.jsxs)(BlockWrapper_1.BlockWrapper, { className: (0, style_1.style)('box-border text-left', className), version: version, ...rest, children: [(0, jsx_runtime_1.jsxs)("div", { className: "w-full flex justify-between", children: [title ? (0, jsx_runtime_1.jsx)(Heading_1.Heading, { headingType: "h4", as: "h3", className: "mb-6", title: title }) : null, renderIconBlock(icon)] }), (0, jsx_runtime_1.jsxs)("div", { className: "w-full", children: [__html ? renderDescriptionBlock(__html) : null, renderBlock('Адрес', address, 'GeolocationIcon'), renderBlock('Телефон', telephone, 'PhoneIcon'), renderBlock('E-mail', email, 'MailIcon'), button?.text
14
14
  ? (0, renderButtonsSection_1.renderButtonsSection)([button], {
15
15
  className: 'mb-6',
16
16
  })
@@ -1 +1 @@
1
- {"version":3,"file":"RepresentativeOfficeInfo.js","sourceRoot":"","sources":["../../../src/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAIxC,4DAAyD;AACzD,mFAAgF;AAChF,0DAAuD;AACvD,iDAA8C;AAC9C,8CAA2C;AAC3C,6DAA0D;AAC1D,iDAA8C;AAC9C,6CAA0C;AAO7B,QAAA,wBAAwB,GAAG,IAAA,aAAG,EACzC,CAAC,EACC,OAAO,EACP,KAAK,EACL,SAAS,EACT,MAAM,EACN,SAAS,GAAG,EAAE,EACd,MAAM,EACN,IAAI,EACJ,KAAK,EACL,OAAO,GAAG,SAAS,EACnB,GAAG,IAAI,EACR,EAAE,EAAE,CAAC,CACJ,wBAAC,2BAAY,IACX,SAAS,EAAE,IAAA,aAAK,EAAC,0BAA0B,EAAE,SAAS,CAAC,EACvD,OAAO,EAAE,OAAO,KACZ,IAAI,aAER,iCAAK,SAAS,EAAC,6BAA6B,aACzC,KAAK,CAAC,CAAC,CAAC,uBAAC,iBAAO,IAAC,WAAW,EAAC,IAAI,EAAC,EAAE,EAAC,IAAI,EAAC,SAAS,EAAC,MAAM,EAAC,KAAK,EAAE,KAAK,GAAI,CAAC,CAAC,CAAC,IAAI,EAClF,eAAe,CAAC,IAAI,CAAC,IAClB,EACN,iCAAK,SAAS,EAAC,QAAQ,aACpB,MAAM,CAAC,CAAC,CAAC,sBAAsB,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,IAAI,EAC9C,WAAW,CAAC,OAAO,EAAE,OAAO,EAAE,iBAAiB,CAAC,EAChD,WAAW,CAAC,SAAS,EAAE,SAAS,EAAE,WAAW,CAAC,EAC9C,WAAW,CAAC,QAAQ,EAAE,KAAK,EAAE,UAAU,CAAC,EACxC,MAAM,EAAE,IAAI;oBACX,CAAC,CAAC,IAAA,2CAAoB,EAAC,CAAC,MAAM,CAAC,EAAE;wBAC7B,SAAS,EAAE,MAAM;qBAClB,CAAC;oBACJ,CAAC,CAAC,IAAI,IACJ,IACO,CAChB,CACF,CAAC;AAEF,MAAM,eAAe,GAAG,CAAC,IAAc,EAAE,EAAE,CAAC,CAC1C,iCAAK,SAAS,EAAC,UAAU,aACtB,IAAI,EAAE,GAAG,CAAC,CAAC,CAAC,uBAAC,SAAG,IAAC,KAAK,EAAE,IAAI,GAAI,CAAC,CAAC,CAAC,IAAI,EACvC,IAAI,EAAE,IAAI,CAAC,CAAC,CAAC,uBAAC,SAAG,IAAC,KAAK,EAAE,IAAI,GAAI,CAAC,CAAC,CAAC,IAAI,IACrC,CACP,CAAC;AAEF,MAAM,sBAAsB,GAAG,CAAC,MAAe,EAAE,EAAE,CAAC,CAClD,gCAAK,SAAS,EAAC,wCAAwC,YACrD,uBAAC,mBAAQ,IAAC,MAAM,EAAE,MAAM,GAAI,GACxB,CACP,CAAC;AAEF,MAAM,WAAW,GAAG,CAAC,SAAiB,EAAE,IAAa,EAAE,QAA+B,EAAE,EAAE,CAAC,CACzF,iCAAK,SAAS,EAAC,WAAW,aACxB,uBAAC,WAAI,IAAC,SAAS,EAAC,MAAM,EAAC,WAAW,EAAC,OAAO,EAAC,IAAI,EAAE,QAAQ,EAAE,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,GAAG,EACpF,iCAAK,SAAS,EAAC,0BAA0B,aACvC,uBAAC,WAAI,IAAC,IAAI,EAAC,cAAc,YAAE,SAAS,GAAQ,EAC3C,IAAI,CAAC,CAAC,CAAC,CACN,uBAAC,WAAI,IAAC,IAAI,EAAC,SAAS,EAAC,KAAK,EAAC,YAAY,YACpC,IAAI,GACA,CACR,CAAC,CAAC,CAAC,IAAI,IACJ,IACF,CACP,CAAC"}
1
+ {"version":3,"file":"RepresentativeOfficeInfo.js","sourceRoot":"","sources":["../../../src/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAIxC,4DAAyD;AACzD,mFAAgF;AAChF,0DAAuD;AACvD,iDAA8C;AAC9C,8CAA2C;AAC3C,6DAA0D;AAC1D,iDAA8C;AAC9C,6CAA0C;AAO7B,QAAA,wBAAwB,GAAG,IAAA,aAAG,EACzC,CAAC,EACC,OAAO,EACP,KAAK,EACL,SAAS,EACT,MAAM,EACN,SAAS,GAAG,EAAE,EACd,MAAM,EACN,IAAI,EACJ,KAAK,EACL,OAAO,GAAG,SAAS,EACnB,GAAG,IAAI,EACR,EAAE,EAAE,CAAC,CACJ,wBAAC,2BAAY,IAAC,SAAS,EAAE,IAAA,aAAK,EAAC,sBAAsB,EAAE,SAAS,CAAC,EAAE,OAAO,EAAE,OAAO,KAAM,IAAI,aAC3F,iCAAK,SAAS,EAAC,6BAA6B,aACzC,KAAK,CAAC,CAAC,CAAC,uBAAC,iBAAO,IAAC,WAAW,EAAC,IAAI,EAAC,EAAE,EAAC,IAAI,EAAC,SAAS,EAAC,MAAM,EAAC,KAAK,EAAE,KAAK,GAAI,CAAC,CAAC,CAAC,IAAI,EAClF,eAAe,CAAC,IAAI,CAAC,IAClB,EACN,iCAAK,SAAS,EAAC,QAAQ,aACpB,MAAM,CAAC,CAAC,CAAC,sBAAsB,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,IAAI,EAC9C,WAAW,CAAC,OAAO,EAAE,OAAO,EAAE,iBAAiB,CAAC,EAChD,WAAW,CAAC,SAAS,EAAE,SAAS,EAAE,WAAW,CAAC,EAC9C,WAAW,CAAC,QAAQ,EAAE,KAAK,EAAE,UAAU,CAAC,EACxC,MAAM,EAAE,IAAI;oBACX,CAAC,CAAC,IAAA,2CAAoB,EAAC,CAAC,MAAM,CAAC,EAAE;wBAC7B,SAAS,EAAE,MAAM;qBAClB,CAAC;oBACJ,CAAC,CAAC,IAAI,IACJ,IACO,CAChB,CACF,CAAC;AAEF,MAAM,eAAe,GAAG,CAAC,IAAc,EAAE,EAAE,CAAC,CAC1C,iCAAK,SAAS,EAAC,UAAU,aACtB,IAAI,EAAE,GAAG,CAAC,CAAC,CAAC,uBAAC,SAAG,IAAC,KAAK,EAAE,IAAI,GAAI,CAAC,CAAC,CAAC,IAAI,EACvC,IAAI,EAAE,IAAI,CAAC,CAAC,CAAC,uBAAC,SAAG,IAAC,KAAK,EAAE,IAAI,GAAI,CAAC,CAAC,CAAC,IAAI,IACrC,CACP,CAAC;AAEF,MAAM,sBAAsB,GAAG,CAAC,MAAe,EAAE,EAAE,CAAC,CAClD,gCAAK,SAAS,EAAC,wCAAwC,YACrD,uBAAC,mBAAQ,IAAC,MAAM,EAAE,MAAM,GAAI,GACxB,CACP,CAAC;AAEF,MAAM,WAAW,GAAG,CAAC,SAAiB,EAAE,IAAa,EAAE,QAA+B,EAAE,EAAE,CAAC,CACzF,iCAAK,SAAS,EAAC,WAAW,aACxB,uBAAC,WAAI,IAAC,SAAS,EAAC,MAAM,EAAC,WAAW,EAAC,OAAO,EAAC,IAAI,EAAE,QAAQ,EAAE,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,GAAG,EACpF,iCAAK,SAAS,EAAC,0BAA0B,aACvC,uBAAC,WAAI,IAAC,IAAI,EAAC,cAAc,YAAE,SAAS,GAAQ,EAC3C,IAAI,CAAC,CAAC,CAAC,CACN,uBAAC,WAAI,IAAC,IAAI,EAAC,SAAS,EAAC,KAAK,EAAC,YAAY,YACpC,IAAI,GACA,CACR,CAAC,CAAC,CAAC,IAAI,IACJ,IACF,CACP,CAAC"}
@@ -6,6 +6,6 @@ const BlockWrapper_1 = require("../../ui-kit/BlockWrapper");
6
6
  const RichText_1 = require("../../ui-kit/RichText/RichText");
7
7
  exports.RichTextBlock = (0, uni_jsx_1.JSX)((props) => {
8
8
  const { __html, richVersion, ...rest } = props;
9
- return ((0, jsx_runtime_1.jsx)(BlockWrapper_1.BlockWrapper, { ...rest, children: (0, jsx_runtime_1.jsx)(RichText_1.RichText, { __html: __html, richVersion: richVersion }) }));
9
+ return ((0, jsx_runtime_1.jsx)(BlockWrapper_1.BlockWrapper, { defaultPadding: "p-0", ...rest, children: (0, jsx_runtime_1.jsx)(RichText_1.RichText, { __html: __html, richVersion: richVersion }) }));
10
10
  });
11
11
  //# sourceMappingURL=RichTextBlock.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"RichTextBlock.js","sourceRoot":"","sources":["../../../src/components/RichTextBlock/RichTextBlock.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAExC,4DAAyD;AACzD,6DAA0D;AAK7C,QAAA,aAAa,GAAG,IAAA,aAAG,EAAqB,CAAC,KAAK,EAAE,EAAE;IAC7D,MAAM,EAAE,MAAM,EAAE,WAAW,EAAE,GAAG,IAAI,EAAE,GAAG,KAAK,CAAC;IAE/C,OAAO,CACL,uBAAC,2BAAY,OAAK,IAAI,YACpB,uBAAC,mBAAQ,IAAC,MAAM,EAAE,MAAM,EAAE,WAAW,EAAE,WAAW,GAAI,GACzC,CAChB,CAAC;AACJ,CAAC,CAAC,CAAC"}
1
+ {"version":3,"file":"RichTextBlock.js","sourceRoot":"","sources":["../../../src/components/RichTextBlock/RichTextBlock.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAExC,4DAAyD;AACzD,6DAA0D;AAK7C,QAAA,aAAa,GAAG,IAAA,aAAG,EAAqB,CAAC,KAAK,EAAE,EAAE;IAC7D,MAAM,EAAE,MAAM,EAAE,WAAW,EAAE,GAAG,IAAI,EAAE,GAAG,KAAK,CAAC;IAE/C,OAAO,CACL,uBAAC,2BAAY,IAAC,cAAc,EAAC,KAAK,KAAK,IAAI,YACzC,uBAAC,mBAAQ,IAAC,MAAM,EAAE,MAAM,EAAE,WAAW,EAAE,WAAW,GAAI,GACzC,CAChB,CAAC;AACJ,CAAC,CAAC,CAAC"}
@@ -8,16 +8,16 @@ const DefaultFoldButton_1 = require("../../ui-kit/Foldable/DefaultFoldButton");
8
8
  const Foldable_1 = require("../../ui-kit/Foldable/Foldable");
9
9
  const FoldableSection_1 = require("../../ui-kit/Foldable/FoldableSection");
10
10
  const Icon_1 = require("../../ui-kit/Icon/Icon");
11
- const renderRoundedIcon_1 = require("./renderRoundedIcon");
12
11
  const Text_1 = require("../../ui-kit/Text/Text");
13
12
  const style_1 = require("../../utils/style");
14
13
  const foldableSectionStyles_1 = require("./foldableSectionStyles");
15
14
  const getIconName_1 = require("./getIconName");
16
15
  const labelSize_1 = require("./labelSize");
16
+ const renderRoundedIcon_1 = require("./renderRoundedIcon");
17
17
  const rollupIconVersion_1 = require("./rollupIconVersion");
18
18
  const rollupItemStyles_1 = require("./rollupItemStyles");
19
19
  exports.RollupItem = (0, uni_jsx_1.JSX)(({ className = '', label = 'Развернуть', labelIcon, labelIconBgVersion, isExpanded, isFoldButtonOnTop = true, version = 'primary', ...rest }) => {
20
- return ((0, jsx_runtime_1.jsx)(BlockWrapper_1.BlockWrapper, { className: (0, style_1.style)('w-full', rollupItemStyles_1.rollupItemStyles, className), tag: "div", version: "transparent", ...rest, children: (0, jsx_runtime_1.jsx)(Foldable_1.Foldable, { isFoldButtonOnTop: isFoldButtonOnTop, unfoldedByDefault: isExpanded, renderFoldableSection: ({ isUnfolded }) => ((0, jsx_runtime_1.jsx)(FoldableSection_1.FoldableSection, { className: (0, style_1.style)('gap-5 [&>*]:p-0', foldableSectionStyles_1.foldableSectionStyles), isUnfolded: isUnfolded, children: (0, renderChildren_1.renderChildren)(rest) })), renderFoldButton: ({ isUnfolded, onToggle }) => renderFoldButton({
20
+ return ((0, jsx_runtime_1.jsx)(BlockWrapper_1.BlockWrapper, { className: (0, style_1.style)('w-full', rollupItemStyles_1.rollupItemStyles, className), defaultPadding: "p-0", tag: "div", version: "transparent", ...rest, children: (0, jsx_runtime_1.jsx)(Foldable_1.Foldable, { isFoldButtonOnTop: isFoldButtonOnTop, unfoldedByDefault: isExpanded, renderFoldableSection: ({ isUnfolded }) => ((0, jsx_runtime_1.jsx)(FoldableSection_1.FoldableSection, { className: (0, style_1.style)('gap-5 [&>*]:p-0', foldableSectionStyles_1.foldableSectionStyles), isUnfolded: isUnfolded, children: (0, renderChildren_1.renderChildren)(rest) })), renderFoldButton: ({ isUnfolded, onToggle }) => renderFoldButton({
21
21
  version,
22
22
  label,
23
23
  labelIcon,
@@ -40,6 +40,6 @@ const renderFoldButton = ({ version, label: defaultLabel, labelIcon, labelIconBg
40
40
  })) : ((0, jsx_runtime_1.jsx)(DefaultFoldButton_1.DefaultFoldButton, { label: label, icon: isUnfolded ? 'ArrowUpIcon' : 'ArrowDownIcon', onClick: onToggle }));
41
41
  };
42
42
  const renderPrimaryFoldButton = ({ label, labelIconBgVersion, icon, onToggle, labelIcon, }) => {
43
- return ((0, jsx_runtime_1.jsxs)("button", { className: (0, style_1.style)('border-none bg-transparent px-0 flex justify-between items-center w-full cursor-pointer group/button', labelIcon?.icon ? 'py-2' : 'py-5'), onClick: onToggle, children: [(0, jsx_runtime_1.jsxs)("div", { className: "flex items-center group-hover/button:text-primary-main", children: [(0, renderRoundedIcon_1.renderRoundedIcon)(labelIcon, labelIconBgVersion), label ? ((0, jsx_runtime_1.jsx)(Text_1.Text, { size: labelSize_1.labelSize, font: "font-normal", children: label })) : null] }), icon ? (0, jsx_runtime_1.jsx)(Icon_1.Icon, { name: icon, iconVersion: rollupIconVersion_1.rollupIconVersion, width: "24", height: "24" }) : null] }));
43
+ return ((0, jsx_runtime_1.jsxs)("button", { className: (0, style_1.style)('border-none bg-transparent px-0 flex justify-between items-center w-full group/button', labelIcon?.icon ? 'py-2' : 'py-5'), onClick: onToggle, children: [(0, jsx_runtime_1.jsxs)("div", { className: "flex items-center group-hover/button:text-primary-main", children: [(0, renderRoundedIcon_1.renderRoundedIcon)(labelIcon, labelIconBgVersion), label ? ((0, jsx_runtime_1.jsx)(Text_1.Text, { size: labelSize_1.labelSize, font: "font-normal", children: label })) : null] }), icon ? (0, jsx_runtime_1.jsx)(Icon_1.Icon, { name: icon, iconVersion: rollupIconVersion_1.rollupIconVersion, width: "24", height: "24" }) : null] }));
44
44
  };
45
45
  //# sourceMappingURL=RollupItem.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"RollupItem.js","sourceRoot":"","sources":["../../../src/components/RollupItem/RollupItem.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,uEAAoE;AAIpE,4DAAyD;AACzD,+EAA4E;AAC5E,6DAA0D;AAE1D,2EAAwE;AACxE,iDAA8C;AAE9C,2DAAwD;AACxD,iDAA8C;AAC9C,6CAA0C;AAC1C,mEAAgE;AAChE,+CAA4C;AAC5C,2CAAwC;AACxC,2DAAwD;AAExD,yDAAsD;AAIzC,QAAA,UAAU,GAA8B,IAAA,aAAG,EACtD,CAAC,EACC,SAAS,GAAG,EAAE,EACd,KAAK,GAAG,YAAY,EACpB,SAAS,EACT,kBAAkB,EAClB,UAAU,EACV,iBAAiB,GAAG,IAAI,EACxB,OAAO,GAAG,SAAS,EACnB,GAAG,IAAI,EACR,EAAE,EAAE;IACH,OAAO,CACL,uBAAC,2BAAY,IACX,SAAS,EAAE,IAAA,aAAK,EAAC,QAAQ,EAAE,mCAAgB,EAAE,SAAS,CAAC,EACvD,GAAG,EAAC,KAAK,EACT,OAAO,EAAC,aAAa,KACjB,IAAI,YAER,uBAAC,mBAAQ,IACP,iBAAiB,EAAE,iBAAiB,EACpC,iBAAiB,EAAE,UAAU,EAC7B,qBAAqB,EAAE,CAAC,EAAE,UAAU,EAAE,EAAE,EAAE,CAAC,CACzC,uBAAC,iCAAe,IACd,SAAS,EAAE,IAAA,aAAK,EAAC,iBAAiB,EAAE,6CAAqB,CAAC,EAC1D,UAAU,EAAE,UAAU,YAErB,IAAA,+BAAc,EAAC,IAAI,CAAC,GACL,CACnB,EACD,gBAAgB,EAAE,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,EAAE,EAAE,CAC7C,gBAAgB,CAAC;gBACf,OAAO;gBACP,KAAK;gBACL,SAAS;gBACT,kBAAkB;gBAClB,UAAU;gBACV,QAAQ;aACT,CAAC,GAEJ,GACW,CAChB,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,kBAAU,CAAC,aAAa,GAAG;IACzB,OAAO,EAAE,CAAC,YAAY,CAAC;CACxB,CAAC;AAUF,MAAM,gBAAgB,GAAG,CAAC,EACxB,OAAO,EACP,KAAK,EAAE,YAAY,EACnB,SAAS,EACT,kBAAkB,EAClB,UAAU,EACV,QAAQ,GACQ,EAAE,EAAE;IACpB,MAAM,KAAK,GAAG,YAAY,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC;IAErE,OAAO,OAAO,KAAK,SAAS,CAAC,CAAC,CAAC,CAC7B,uBAAuB,CAAC;QACtB,KAAK;QACL,SAAS;QACT,kBAAkB;QAClB,IAAI,EAAE,IAAA,yBAAW,EAAC,UAAU,CAAC;QAC7B,QAAQ;KACT,CAAC,CACH,CAAC,CAAC,CAAC,CACF,uBAAC,qCAAiB,IAChB,KAAK,EAAE,KAAK,EACZ,IAAI,EAAE,UAAU,CAAC,CAAC,CAAC,aAAa,CAAC,CAAC,CAAC,eAAe,EAClD,OAAO,EAAE,QAAQ,GACjB,CACH,CAAC;AACJ,CAAC,CAAC;AAUF,MAAM,uBAAuB,GAAG,CAAC,EAC/B,KAAK,EACL,kBAAkB,EAClB,IAAI,EACJ,QAAQ,EACR,SAAS,GACc,EAAE,EAAE;IAC3B,OAAO,CACL,oCACE,SAAS,EAAE,IAAA,aAAK,EACd,sGAAsG,EACtG,SAAS,EAAE,IAAI,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,CAClC,EACD,OAAO,EAAE,QAAQ,aAEjB,iCAAK,SAAS,EAAC,wDAAwD,aACpE,IAAA,qCAAiB,EAAC,SAAS,EAAE,kBAAkB,CAAC,EAChD,KAAK,CAAC,CAAC,CAAC,CACP,uBAAC,WAAI,IAAC,IAAI,EAAE,qBAAS,EAAE,IAAI,EAAC,aAAa,YACtC,KAAK,GACD,CACR,CAAC,CAAC,CAAC,IAAI,IACJ,EACL,IAAI,CAAC,CAAC,CAAC,uBAAC,WAAI,IAAC,IAAI,EAAE,IAAI,EAAE,WAAW,EAAE,qCAAiB,EAAE,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,GAAG,CAAC,CAAC,CAAC,IAAI,IACnF,CACV,CAAC;AACJ,CAAC,CAAC"}
1
+ {"version":3,"file":"RollupItem.js","sourceRoot":"","sources":["../../../src/components/RollupItem/RollupItem.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,uEAAoE;AAIpE,4DAAyD;AACzD,+EAA4E;AAC5E,6DAA0D;AAE1D,2EAAwE;AACxE,iDAA8C;AAE9C,iDAA8C;AAC9C,6CAA0C;AAC1C,mEAAgE;AAChE,+CAA4C;AAC5C,2CAAwC;AACxC,2DAAwD;AACxD,2DAAwD;AAExD,yDAAsD;AAIzC,QAAA,UAAU,GAA8B,IAAA,aAAG,EACtD,CAAC,EACC,SAAS,GAAG,EAAE,EACd,KAAK,GAAG,YAAY,EACpB,SAAS,EACT,kBAAkB,EAClB,UAAU,EACV,iBAAiB,GAAG,IAAI,EACxB,OAAO,GAAG,SAAS,EACnB,GAAG,IAAI,EACR,EAAE,EAAE;IACH,OAAO,CACL,uBAAC,2BAAY,IACX,SAAS,EAAE,IAAA,aAAK,EAAC,QAAQ,EAAE,mCAAgB,EAAE,SAAS,CAAC,EACvD,cAAc,EAAC,KAAK,EACpB,GAAG,EAAC,KAAK,EACT,OAAO,EAAC,aAAa,KACjB,IAAI,YAER,uBAAC,mBAAQ,IACP,iBAAiB,EAAE,iBAAiB,EACpC,iBAAiB,EAAE,UAAU,EAC7B,qBAAqB,EAAE,CAAC,EAAE,UAAU,EAAE,EAAE,EAAE,CAAC,CACzC,uBAAC,iCAAe,IACd,SAAS,EAAE,IAAA,aAAK,EAAC,iBAAiB,EAAE,6CAAqB,CAAC,EAC1D,UAAU,EAAE,UAAU,YAErB,IAAA,+BAAc,EAAC,IAAI,CAAC,GACL,CACnB,EACD,gBAAgB,EAAE,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,EAAE,EAAE,CAC7C,gBAAgB,CAAC;gBACf,OAAO;gBACP,KAAK;gBACL,SAAS;gBACT,kBAAkB;gBAClB,UAAU;gBACV,QAAQ;aACT,CAAC,GAEJ,GACW,CAChB,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,kBAAU,CAAC,aAAa,GAAG;IACzB,OAAO,EAAE,CAAC,YAAY,CAAC;CACxB,CAAC;AAUF,MAAM,gBAAgB,GAAG,CAAC,EACxB,OAAO,EACP,KAAK,EAAE,YAAY,EACnB,SAAS,EACT,kBAAkB,EAClB,UAAU,EACV,QAAQ,GACQ,EAAE,EAAE;IACpB,MAAM,KAAK,GAAG,YAAY,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC;IAErE,OAAO,OAAO,KAAK,SAAS,CAAC,CAAC,CAAC,CAC7B,uBAAuB,CAAC;QACtB,KAAK;QACL,SAAS;QACT,kBAAkB;QAClB,IAAI,EAAE,IAAA,yBAAW,EAAC,UAAU,CAAC;QAC7B,QAAQ;KACT,CAAC,CACH,CAAC,CAAC,CAAC,CACF,uBAAC,qCAAiB,IAChB,KAAK,EAAE,KAAK,EACZ,IAAI,EAAE,UAAU,CAAC,CAAC,CAAC,aAAa,CAAC,CAAC,CAAC,eAAe,EAClD,OAAO,EAAE,QAAQ,GACjB,CACH,CAAC;AACJ,CAAC,CAAC;AAUF,MAAM,uBAAuB,GAAG,CAAC,EAC/B,KAAK,EACL,kBAAkB,EAClB,IAAI,EACJ,QAAQ,EACR,SAAS,GACc,EAAE,EAAE;IAC3B,OAAO,CACL,oCACE,SAAS,EAAE,IAAA,aAAK,EACd,uFAAuF,EACvF,SAAS,EAAE,IAAI,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,CAClC,EACD,OAAO,EAAE,QAAQ,aAEjB,iCAAK,SAAS,EAAC,wDAAwD,aACpE,IAAA,qCAAiB,EAAC,SAAS,EAAE,kBAAkB,CAAC,EAChD,KAAK,CAAC,CAAC,CAAC,CACP,uBAAC,WAAI,IAAC,IAAI,EAAE,qBAAS,EAAE,IAAI,EAAC,aAAa,YACtC,KAAK,GACD,CACR,CAAC,CAAC,CAAC,IAAI,IACJ,EACL,IAAI,CAAC,CAAC,CAAC,uBAAC,WAAI,IAAC,IAAI,EAAE,IAAI,EAAE,WAAW,EAAE,qCAAiB,EAAE,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,GAAG,CAAC,CAAC,CAAC,IAAI,IACnF,CACV,CAAC;AACJ,CAAC,CAAC"}
@@ -1,3 +1,3 @@
1
1
  import type { Picture } from '../../model/Picture';
2
2
  import type { IconBgVersion } from '../../ui-kit/Icon/IconProps';
3
- export declare const renderRoundedIcon: (icon?: Picture, iconBgVersion?: IconBgVersion) => null;
3
+ export declare const renderRoundedIcon: (_icon?: Picture, _iconBgVersion?: IconBgVersion) => null;
@@ -1,5 +1,6 @@
1
1
  Object.defineProperty(exports, "__esModule", { value: true });
2
2
  exports.renderRoundedIcon = void 0;
3
- const renderRoundedIcon = (icon, iconBgVersion) => null;
3
+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
4
+ const renderRoundedIcon = (_icon, _iconBgVersion) => null;
4
5
  exports.renderRoundedIcon = renderRoundedIcon;
5
6
  //# sourceMappingURL=renderRoundedIcon.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"renderRoundedIcon.js","sourceRoot":"","sources":["../../../src/components/RollupItem/renderRoundedIcon.tsx"],"names":[],"mappings":";;AAGO,MAAM,iBAAiB,GAAG,CAAC,IAAc,EAAE,aAA6B,EAAE,EAAE,CAAC,IAAI,CAAC;AAA5E,QAAA,iBAAiB,qBAA2D"}
1
+ {"version":3,"file":"renderRoundedIcon.js","sourceRoot":"","sources":["../../../src/components/RollupItem/renderRoundedIcon.tsx"],"names":[],"mappings":";;AAGA,6DAA6D;AACtD,MAAM,iBAAiB,GAAG,CAAC,KAAe,EAAE,cAA8B,EAAE,EAAE,CAAC,IAAI,CAAC;AAA9E,QAAA,iBAAiB,qBAA6D"}
@@ -3,12 +3,12 @@ exports.SafeDepositRental = void 0;
3
3
  const jsx_runtime_1 = require("@redneckz/uni-jsx/jsx-runtime");
4
4
  const uni_jsx_1 = require("@redneckz/uni-jsx");
5
5
  const hooks_1 = require("@redneckz/uni-jsx/lib/hooks");
6
- const useSafeBoxes_1 = require("./useSafeBoxes");
7
6
  const BlockWrapper_1 = require("../../ui-kit/BlockWrapper");
8
7
  const Heading_1 = require("../../ui-kit/Heading/Heading");
9
8
  const YandexMap_1 = require("../../ui-kit/YandexMap/YandexMap");
10
9
  const SafeDepositRentalForm_1 = require("./SafeDepositRentalForm");
11
10
  const useGetRegions_1 = require("./useGetRegions");
11
+ const useSafeBoxes_1 = require("./useSafeBoxes");
12
12
  const utils_1 = require("./utils");
13
13
  const DEFAULT_DAYS = 26;
14
14
  exports.SafeDepositRental = (0, uni_jsx_1.JSX)(({ title, footnote, className = '', ...rest }) => {
@@ -26,7 +26,7 @@ exports.SafeDepositRental = (0, uni_jsx_1.JSX)(({ title, footnote, className = '
26
26
  const branches = (0, useSafeBoxes_1.useSafeBoxes)(selectedRegion);
27
27
  const handleChangeSafeDepositState = (0, hooks_1.useCallback)((state) => setStateDepositState((oldState) => ({ ...oldState, ...state })), [setStateDepositState]);
28
28
  const points = (0, utils_1.getCoordinates)((0, utils_1.getBranch)(branches, safeDepositState.selectedBranch) || branches);
29
- return ((0, jsx_runtime_1.jsxs)(BlockWrapper_1.BlockWrapper, { className: className, ...rest, children: [(0, jsx_runtime_1.jsxs)("div", { className: "px-8 py-12", children: [title ? ((0, jsx_runtime_1.jsx)(Heading_1.Heading, { title: title, headingType: "h3", as: "h2", className: "text-primary-text mb-2.5 text-center" })) : null, (0, jsx_runtime_1.jsx)(SafeDepositRentalForm_1.SafeDepositRentalForm, { regions: regions, branches: branches, data: { ...safeDepositState, selectedRegion }, onClick: handleShowMap, onChange: handleChangeSafeDepositState }), footnote ? (0, jsx_runtime_1.jsx)("p", { className: "text-s-light text-secondary-text", children: footnote }) : null] }), points.length && showMap ? (0, jsx_runtime_1.jsx)(YandexMap_1.YandexMap, { points: points, className: "h-[640px]" }) : null] }));
29
+ return ((0, jsx_runtime_1.jsxs)(BlockWrapper_1.BlockWrapper, { className: className, defaultPadding: "", ...rest, children: [(0, jsx_runtime_1.jsxs)("div", { className: "px-8 py-12", children: [title ? ((0, jsx_runtime_1.jsx)(Heading_1.Heading, { title: title, headingType: "h3", as: "h2", className: "text-primary-text mb-2.5 text-center" })) : null, (0, jsx_runtime_1.jsx)(SafeDepositRentalForm_1.SafeDepositRentalForm, { regions: regions, branches: branches, data: { ...safeDepositState, selectedRegion }, onClick: handleShowMap, onChange: handleChangeSafeDepositState }), footnote ? (0, jsx_runtime_1.jsx)("p", { className: "text-s-light text-secondary-text", children: footnote }) : null] }), points.length && showMap ? (0, jsx_runtime_1.jsx)(YandexMap_1.YandexMap, { points: points, className: "h-[640px]" }) : null] }));
30
30
  });
31
31
  const normalizeSelectedRegion = (selectedRegion, regions) => !selectedRegion && regions?.length && regions[0]?.code ? regions[0].code : selectedRegion;
32
32
  //# sourceMappingURL=SafeDepositRental.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"SafeDepositRental.js","sourceRoot":"","sources":["../../../src/components/SafeDepositRental/SafeDepositRental.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,uDAAoE;AACpE,iDAA8C;AAE9C,4DAAyD;AACzD,0DAAuD;AACvD,gEAA6D;AAE7D,mEAAgE;AAEhE,mDAAwD;AACxD,mCAAoD;AAIpD,MAAM,YAAY,GAAG,EAAE,CAAC;AAEX,QAAA,iBAAiB,GAAG,IAAA,aAAG,EAClC,CAAC,EAAE,KAAK,EAAE,QAAQ,EAAE,SAAS,GAAG,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE;IAC/C,MAAM,CAAC,OAAO,EAAE,UAAU,CAAC,GAAG,IAAA,gBAAQ,EAAU,KAAK,CAAC,CAAC;IACvD,MAAM,aAAa,GAAG,IAAA,mBAAW,EAAC,GAAG,EAAE,CAAC,UAAU,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC;IACnE,MAAM,CAAC,gBAAgB,EAAE,oBAAoB,CAAC,GAAG,IAAA,gBAAQ,EAAyB;QAChF,cAAc,EAAE,EAAE;QAClB,cAAc,EAAE,EAAE;QAClB,kBAAkB,EAAE,EAAE;QACtB,eAAe,EAAE,EAAE;QACnB,IAAI,EAAE,YAAY;KACnB,CAAC,CAAC;IAEH,MAAM,OAAO,GAAG,IAAA,6BAAa,GAAE,CAAC;IAEhC,MAAM,cAAc,GAAG,uBAAuB,CAAC,gBAAgB,CAAC,cAAc,EAAE,OAAO,CAAC,CAAC;IAEzF,MAAM,QAAQ,GAAG,IAAA,2BAAY,EAAC,cAAc,CAAC,CAAC;IAE9C,MAAM,4BAA4B,GAA0B,IAAA,mBAAW,EACrE,CAAC,KAAK,EAAE,EAAE,CAAC,oBAAoB,CAAC,CAAC,QAAQ,EAAE,EAAE,CAAC,CAAC,EAAE,GAAG,QAAQ,EAAE,GAAG,KAAK,EAAE,CAAC,CAAC,EAC1E,CAAC,oBAAoB,CAAC,CACvB,CAAC;IAEF,MAAM,MAAM,GAAG,IAAA,sBAAc,EAAC,IAAA,iBAAS,EAAC,QAAQ,EAAE,gBAAgB,CAAC,cAAc,CAAC,IAAI,QAAQ,CAAC,CAAC;IAEhG,OAAO,CACL,wBAAC,2BAAY,IAAC,SAAS,EAAE,SAAS,KAAM,IAAI,aAC1C,iCAAK,SAAS,EAAC,YAAY,aACxB,KAAK,CAAC,CAAC,CAAC,CACP,uBAAC,iBAAO,IACN,KAAK,EAAE,KAAK,EACZ,WAAW,EAAC,IAAI,EAChB,EAAE,EAAC,IAAI,EACP,SAAS,EAAC,sCAAsC,GAChD,CACH,CAAC,CAAC,CAAC,IAAI,EACR,uBAAC,6CAAqB,IACpB,OAAO,EAAE,OAAO,EAChB,QAAQ,EAAE,QAAQ,EAClB,IAAI,EAAE,EAAE,GAAG,gBAAgB,EAAE,cAAc,EAAE,EAC7C,OAAO,EAAE,aAAa,EACtB,QAAQ,EAAE,4BAA4B,GACtC,EACD,QAAQ,CAAC,CAAC,CAAC,8BAAG,SAAS,EAAC,kCAAkC,YAAE,QAAQ,GAAK,CAAC,CAAC,CAAC,IAAI,IAC7E,EACL,MAAM,CAAC,MAAM,IAAI,OAAO,CAAC,CAAC,CAAC,uBAAC,qBAAS,IAAC,MAAM,EAAE,MAAM,EAAE,SAAS,EAAC,WAAW,GAAG,CAAC,CAAC,CAAC,IAAI,IACzE,CAChB,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,MAAM,uBAAuB,GAAG,CAAC,cAAsB,EAAE,OAAkB,EAAE,EAAE,CAC7E,CAAC,cAAc,IAAI,OAAO,EAAE,MAAM,IAAI,OAAO,CAAC,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,cAAc,CAAC"}
1
+ {"version":3,"file":"SafeDepositRental.js","sourceRoot":"","sources":["../../../src/components/SafeDepositRental/SafeDepositRental.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,uDAAoE;AAEpE,4DAAyD;AACzD,0DAAuD;AACvD,gEAA6D;AAE7D,mEAAgE;AAEhE,mDAAwD;AACxD,iDAA8C;AAC9C,mCAAoD;AAIpD,MAAM,YAAY,GAAG,EAAE,CAAC;AAEX,QAAA,iBAAiB,GAAG,IAAA,aAAG,EAClC,CAAC,EAAE,KAAK,EAAE,QAAQ,EAAE,SAAS,GAAG,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE;IAC/C,MAAM,CAAC,OAAO,EAAE,UAAU,CAAC,GAAG,IAAA,gBAAQ,EAAU,KAAK,CAAC,CAAC;IACvD,MAAM,aAAa,GAAG,IAAA,mBAAW,EAAC,GAAG,EAAE,CAAC,UAAU,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC;IACnE,MAAM,CAAC,gBAAgB,EAAE,oBAAoB,CAAC,GAAG,IAAA,gBAAQ,EAAyB;QAChF,cAAc,EAAE,EAAE;QAClB,cAAc,EAAE,EAAE;QAClB,kBAAkB,EAAE,EAAE;QACtB,eAAe,EAAE,EAAE;QACnB,IAAI,EAAE,YAAY;KACnB,CAAC,CAAC;IAEH,MAAM,OAAO,GAAG,IAAA,6BAAa,GAAE,CAAC;IAEhC,MAAM,cAAc,GAAG,uBAAuB,CAAC,gBAAgB,CAAC,cAAc,EAAE,OAAO,CAAC,CAAC;IAEzF,MAAM,QAAQ,GAAG,IAAA,2BAAY,EAAC,cAAc,CAAC,CAAC;IAE9C,MAAM,4BAA4B,GAA0B,IAAA,mBAAW,EACrE,CAAC,KAAK,EAAE,EAAE,CAAC,oBAAoB,CAAC,CAAC,QAAQ,EAAE,EAAE,CAAC,CAAC,EAAE,GAAG,QAAQ,EAAE,GAAG,KAAK,EAAE,CAAC,CAAC,EAC1E,CAAC,oBAAoB,CAAC,CACvB,CAAC;IAEF,MAAM,MAAM,GAAG,IAAA,sBAAc,EAAC,IAAA,iBAAS,EAAC,QAAQ,EAAE,gBAAgB,CAAC,cAAc,CAAC,IAAI,QAAQ,CAAC,CAAC;IAEhG,OAAO,CACL,wBAAC,2BAAY,IAAC,SAAS,EAAE,SAAS,EAAE,cAAc,EAAC,EAAE,KAAK,IAAI,aAC5D,iCAAK,SAAS,EAAC,YAAY,aACxB,KAAK,CAAC,CAAC,CAAC,CACP,uBAAC,iBAAO,IACN,KAAK,EAAE,KAAK,EACZ,WAAW,EAAC,IAAI,EAChB,EAAE,EAAC,IAAI,EACP,SAAS,EAAC,sCAAsC,GAChD,CACH,CAAC,CAAC,CAAC,IAAI,EACR,uBAAC,6CAAqB,IACpB,OAAO,EAAE,OAAO,EAChB,QAAQ,EAAE,QAAQ,EAClB,IAAI,EAAE,EAAE,GAAG,gBAAgB,EAAE,cAAc,EAAE,EAC7C,OAAO,EAAE,aAAa,EACtB,QAAQ,EAAE,4BAA4B,GACtC,EACD,QAAQ,CAAC,CAAC,CAAC,8BAAG,SAAS,EAAC,kCAAkC,YAAE,QAAQ,GAAK,CAAC,CAAC,CAAC,IAAI,IAC7E,EACL,MAAM,CAAC,MAAM,IAAI,OAAO,CAAC,CAAC,CAAC,uBAAC,qBAAS,IAAC,MAAM,EAAE,MAAM,EAAE,SAAS,EAAC,WAAW,GAAG,CAAC,CAAC,CAAC,IAAI,IACzE,CAChB,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,MAAM,uBAAuB,GAAG,CAAC,cAAsB,EAAE,OAAkB,EAAE,EAAE,CAC7E,CAAC,cAAc,IAAI,OAAO,EAAE,MAAM,IAAI,OAAO,CAAC,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,cAAc,CAAC"}
@@ -19,7 +19,7 @@ exports.StepsBlock = (0, uni_jsx_1.JSX)(({ className = '', showLines = true, ste
19
19
  const lineOpacity = getLineOpacity(showLines);
20
20
  const paddingX = getPaddingX(steps.length);
21
21
  const isMainButton = Boolean(buttons?.every((b) => b?.text));
22
- return ((0, jsx_runtime_1.jsxs)(BlockWrapper_1.BlockWrapper, { className: (0, style_1.style)('box-border py-12', shortGaps ? 'px-20' : 'px-[70px]', 'flex flex-col items-center overflow-hidden', className), version: version, ...rest, children: [title ? ((0, jsx_runtime_1.jsx)(Heading_1.Heading, { headingType: "h4", className: "max-w-[752px] text-center mb-9", title: title })) : null, steps?.length ? ((0, jsx_runtime_1.jsxs)("div", { className: "box-border", children: [(0, jsx_runtime_1.jsx)("div", { className: (0, style_1.style)('flex items-center', paddingX), children: (0, joinList_1.joinList)((0, jsx_runtime_1.jsx)("div", { className: (0, style_1.style)('h-0.5 w-full bg-secondary-light flex-1', lineOpacity) }))(steps.map(renderStepIcon(styleMap, size, stepVersion))) }), (0, jsx_runtime_1.jsx)("div", { className: (0, style_1.style)('flex justify-between mt-4', shortGaps ? 'gap-x-3' : 'gap-x-[101px]'), children: steps.map((0, renderStep_1.renderStep)({ styleMap, isMainButton, version })) })] })) : null, (0, renderButtonsSection_1.renderButtonsSection)(buttons, { className: 'mt-8' })] }));
22
+ return ((0, jsx_runtime_1.jsxs)(BlockWrapper_1.BlockWrapper, { className: (0, style_1.style)('box-border flex flex-col items-center overflow-hidden', className), defaultPadding: "p-default", version: version, ...rest, children: [title ? ((0, jsx_runtime_1.jsx)(Heading_1.Heading, { headingType: "h4", className: "max-w-[752px] text-center mb-9", title: title })) : null, steps?.length ? ((0, jsx_runtime_1.jsxs)("div", { className: "box-border", children: [(0, jsx_runtime_1.jsx)("div", { className: (0, style_1.style)('flex items-center', paddingX), children: (0, joinList_1.joinList)((0, jsx_runtime_1.jsx)("div", { className: (0, style_1.style)('h-0.5 w-full bg-secondary-light flex-1', lineOpacity) }))(steps.map(renderStepIcon(styleMap, size, stepVersion))) }), (0, jsx_runtime_1.jsx)("div", { className: (0, style_1.style)('flex justify-between mt-4', shortGaps ? 'gap-x-3' : 'gap-x-[101px]'), children: steps.map((0, renderStep_1.renderStep)({ styleMap, isMainButton, version })) })] })) : null, (0, renderButtonsSection_1.renderButtonsSection)(buttons, { className: 'mt-8' })] }));
23
23
  });
24
24
  const renderStepIcon = (styleMap, size, stepVersion) => ({ icon }, i) => {
25
25
  const styleStepIconSize = size === 'normal' ? 'h-[100px] w-[100px]' : 'h-[63px] w-[63px]';