@redneckz/wildless-cms-uni-blocks 0.6.32 → 0.6.34

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 (1151) hide show
  1. package/bin/migration-scripts/0.6.34.js +51 -0
  2. package/bundle/BlockRenderer/BlockRendererOptions.d.ts +11 -0
  3. package/bundle/BlockRenderer/defaultBlockDecorator.d.ts +2 -0
  4. package/bundle/BlockRenderer/getParentBlockContent.d.ts +2 -0
  5. package/bundle/BlockRenderer/getParentBlockDef.d.ts +3 -0
  6. package/bundle/BlockRenderer/renderBlock.d.ts +3 -0
  7. package/bundle/BlockRenderer/renderBlockList.d.ts +9 -0
  8. package/bundle/BlockRenderer/renderChildren.d.ts +10 -0
  9. package/bundle/blocks.schema.json +1 -1
  10. package/bundle/bundle.umd.js +382 -395
  11. package/bundle/bundle.umd.min.js +1 -1
  12. package/bundle/components/BonusBenefitsBlock/BonusBenefitsBlockContent.d.ts +6 -3
  13. package/bundle/components/Carousel/Carousel.d.ts +1 -0
  14. package/bundle/components/Carousel/CarouselContainer.d.ts +8 -5
  15. package/bundle/components/Carousel/CarouselContent.d.ts +5 -8
  16. package/bundle/components/CarouselCard/CarouselCard.d.ts +0 -2
  17. package/bundle/components/ComparisonTable/ComparisonTableColumnHeaders.d.ts +1 -1
  18. package/bundle/components/ComparisonTable/ComparisonTableRows.d.ts +1 -2
  19. package/bundle/components/ComparisonTable/TableCarouselContainer.d.ts +1 -1
  20. package/bundle/components/ComparisonTable/TableRow.d.ts +1 -1
  21. package/bundle/components/ComparisonTable/constants.d.ts +1 -1
  22. package/bundle/components/Gallery/GalleryContainer.d.ts +1 -1
  23. package/bundle/components/ProductBlock/ProductBlockContent.d.ts +2 -1
  24. package/bundle/components/SafeDepositRental/SafeDepositRentalContent.d.ts +1 -4
  25. package/bundle/components/TariffsTable/TariffsTableRow.d.ts +1 -1
  26. package/bundle/components/Video/Video.d.ts +6 -0
  27. package/bundle/components/Video/VideoContent.d.ts +8 -0
  28. package/bundle/components/Video/getPaddings.d.ts +1 -0
  29. package/bundle/hooks/useCarouselControls.d.ts +5 -3
  30. package/bundle/model/JSXBlock.d.ts +4 -5
  31. package/bundle/model/LinkProps.d.ts +1 -0
  32. package/bundle/model/Picture.d.ts +8 -2
  33. package/bundle/{react/setup-fixture.d.ts → setup-fixture.d.ts} +0 -0
  34. package/bundle/ui-kit/Button/renderArrows.d.ts +6 -4
  35. package/bundle/ui-kit/Paragraph/Paragraph.d.ts +9 -0
  36. package/bundle/ui-kit/TableArrowScrollControl/TableArrowScrollControlProps.d.ts +2 -1
  37. package/bundle/ui-kit/Text/Text.d.ts +34 -0
  38. package/dist/BlockRenderer/BlockRendererOptions.d.ts +11 -0
  39. package/dist/BlockRenderer/BlockRendererOptions.js +2 -0
  40. package/dist/BlockRenderer/BlockRendererOptions.js.map +1 -0
  41. package/dist/BlockRenderer/defaultBlockDecorator.d.ts +2 -0
  42. package/dist/BlockRenderer/defaultBlockDecorator.js +5 -0
  43. package/dist/BlockRenderer/defaultBlockDecorator.js.map +1 -0
  44. package/dist/BlockRenderer/getParentBlockContent.d.ts +2 -0
  45. package/{mobile/dist/model → dist/BlockRenderer}/getParentBlockContent.js +2 -2
  46. package/dist/BlockRenderer/getParentBlockContent.js.map +1 -0
  47. package/dist/BlockRenderer/getParentBlockDef.d.ts +3 -0
  48. package/dist/BlockRenderer/getParentBlockDef.js +7 -0
  49. package/dist/BlockRenderer/getParentBlockDef.js.map +1 -0
  50. package/dist/BlockRenderer/renderBlock.d.ts +3 -0
  51. package/dist/BlockRenderer/renderBlock.js +27 -0
  52. package/dist/BlockRenderer/renderBlock.js.map +1 -0
  53. package/dist/BlockRenderer/renderBlockList.d.ts +9 -0
  54. package/dist/BlockRenderer/renderBlockList.js +14 -0
  55. package/dist/BlockRenderer/renderBlockList.js.map +1 -0
  56. package/dist/BlockRenderer/renderChildren.d.ts +10 -0
  57. package/dist/BlockRenderer/renderChildren.js +13 -0
  58. package/dist/BlockRenderer/renderChildren.js.map +1 -0
  59. package/dist/components/Accordion/Accordion.js +3 -1
  60. package/dist/components/Accordion/Accordion.js.map +1 -1
  61. package/dist/components/Accordion/Accordion.mobile.js +3 -1
  62. package/dist/components/Accordion/Accordion.mobile.js.map +1 -1
  63. package/dist/components/AccordionItem/AccordionItem.js +4 -2
  64. package/dist/components/AccordionItem/AccordionItem.js.map +1 -1
  65. package/dist/components/AccordionItem/AccordionItem.mobile.js +7 -5
  66. package/dist/components/AccordionItem/AccordionItem.mobile.js.map +1 -1
  67. package/dist/components/Blocks.js +3 -1
  68. package/dist/components/Blocks.js.map +1 -1
  69. package/dist/components/BonusBenefitsBlock/BonusBenefitsBlock.js +16 -4
  70. package/dist/components/BonusBenefitsBlock/BonusBenefitsBlock.js.map +1 -1
  71. package/dist/components/BonusBenefitsBlock/BonusBenefitsBlockContent.d.ts +6 -3
  72. package/dist/components/Calculator/Calculator.js +22 -22
  73. package/dist/components/Calculator/Calculator.js.map +1 -1
  74. package/dist/components/Calculator/CalculatorValueBlock.js +1 -3
  75. package/dist/components/Calculator/CalculatorValueBlock.js.map +1 -1
  76. package/dist/components/CardTransfer/CardTransfer.js +2 -1
  77. package/dist/components/CardTransfer/CardTransfer.js.map +1 -1
  78. package/dist/components/Carousel/Carousel.d.ts +1 -0
  79. package/dist/components/Carousel/Carousel.js +16 -14
  80. package/dist/components/Carousel/Carousel.js.map +1 -1
  81. package/dist/components/Carousel/CarouselContainer.d.ts +8 -5
  82. package/dist/components/Carousel/CarouselContainer.js +8 -5
  83. package/dist/components/Carousel/CarouselContainer.js.map +1 -1
  84. package/dist/components/Carousel/CarouselContent.d.ts +5 -8
  85. package/dist/components/Carousel/CarouselContent.js +0 -3
  86. package/dist/components/Carousel/CarouselContent.js.map +1 -1
  87. package/dist/components/CarouselCard/CarouselCard.d.ts +0 -2
  88. package/dist/components/CarouselCard/CarouselCard.js +4 -11
  89. package/dist/components/CarouselCard/CarouselCard.js.map +1 -1
  90. package/dist/components/CarouselLinks/CarouselLinks.js +9 -9
  91. package/dist/components/CarouselLinks/CarouselLinks.js.map +1 -1
  92. package/dist/components/CarouselTariffsCard/CarouselTariffsCard.js +2 -2
  93. package/dist/components/CarouselTariffsCard/CarouselTariffsCard.js.map +1 -1
  94. package/dist/components/Catalog/Catalog.js +8 -11
  95. package/dist/components/Catalog/Catalog.js.map +1 -1
  96. package/dist/components/ComparisonTable/ComparisonTable.mobile.js +2 -2
  97. package/dist/components/ComparisonTable/ComparisonTable.mobile.js.map +1 -1
  98. package/dist/components/ComparisonTable/ComparisonTableBody.js +4 -4
  99. package/dist/components/ComparisonTable/ComparisonTableBody.js.map +1 -1
  100. package/dist/components/ComparisonTable/ComparisonTableColumnHeaders.d.ts +1 -1
  101. package/dist/components/ComparisonTable/ComparisonTableColumnHeaders.js +1 -1
  102. package/dist/components/ComparisonTable/ComparisonTableColumnHeaders.js.map +1 -1
  103. package/dist/components/ComparisonTable/ComparisonTableRows.d.ts +1 -2
  104. package/dist/components/ComparisonTable/ComparisonTableRows.js +8 -7
  105. package/dist/components/ComparisonTable/ComparisonTableRows.js.map +1 -1
  106. package/dist/components/ComparisonTable/TableCarouselContainer.d.ts +1 -1
  107. package/dist/components/ComparisonTable/TableCarouselContainer.js +1 -1
  108. package/dist/components/ComparisonTable/TableCarouselContainer.js.map +1 -1
  109. package/dist/components/ComparisonTable/TableRow.d.ts +1 -1
  110. package/dist/components/ComparisonTable/TableRow.js +1 -1
  111. package/dist/components/ComparisonTable/TableRow.js.map +1 -1
  112. package/dist/components/ComparisonTable/constants.d.ts +1 -1
  113. package/dist/components/ComparisonTable/constants.js +1 -1
  114. package/dist/components/ContactsBlock/ContactsBlock.js +3 -5
  115. package/dist/components/ContactsBlock/ContactsBlock.js.map +1 -1
  116. package/dist/components/ContentPage/ContentPage.js +13 -7
  117. package/dist/components/ContentPage/ContentPage.js.map +1 -1
  118. package/dist/components/ExchangeRateTile/CurrencyTable.js +1 -3
  119. package/dist/components/ExchangeRateTile/CurrencyTable.js.map +1 -1
  120. package/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.js +1 -3
  121. package/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.js.map +1 -1
  122. package/dist/components/Footer/Footer.js +1 -1
  123. package/dist/components/Footer/Footer.js.map +1 -1
  124. package/dist/components/Footer/Footer.mobile.js +2 -2
  125. package/dist/components/Footer/Footer.mobile.js.map +1 -1
  126. package/dist/components/Gallery/GalleryCardInner.js +2 -4
  127. package/dist/components/Gallery/GalleryCardInner.js.map +1 -1
  128. package/dist/components/Gallery/GalleryContainer.d.ts +1 -1
  129. package/dist/components/Gallery/GalleryContainer.js +1 -3
  130. package/dist/components/Gallery/GalleryContainer.js.map +1 -1
  131. package/dist/components/Gallery/GalleryInner.js +9 -12
  132. package/dist/components/Gallery/GalleryInner.js.map +1 -1
  133. package/dist/components/Header/Header.js +1 -1
  134. package/dist/components/Header/Header.js.map +1 -1
  135. package/dist/components/Header/Header.mobile.js +2 -3
  136. package/dist/components/Header/Header.mobile.js.map +1 -1
  137. package/dist/components/Headline/Headline.js +1 -2
  138. package/dist/components/Headline/Headline.js.map +1 -1
  139. package/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js +23 -25
  140. package/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js.map +1 -1
  141. package/dist/components/InvestmentGallery/InvestmentGallery.js +10 -20
  142. package/dist/components/InvestmentGallery/InvestmentGallery.js.map +1 -1
  143. package/dist/components/InvestmentGallery/InvestmentGalleryCard.js +1 -2
  144. package/dist/components/InvestmentGallery/InvestmentGalleryCard.js.map +1 -1
  145. package/dist/components/MobileAppTile/MobileAppTile.js +4 -4
  146. package/dist/components/MobileAppTile/MobileAppTile.js.map +1 -1
  147. package/dist/components/OtherProducts/OtherProducts.js +2 -1
  148. package/dist/components/OtherProducts/OtherProducts.js.map +1 -1
  149. package/dist/components/OtherProductsItem/OtherProductsItem.js +5 -4
  150. package/dist/components/OtherProductsItem/OtherProductsItem.js.map +1 -1
  151. package/dist/components/ProductBlock/ProductBlockContent.d.ts +2 -1
  152. package/dist/components/ProductBlock/ProductBlockInner.js +2 -2
  153. package/dist/components/ProductBlock/ProductBlockInner.js.map +1 -1
  154. package/dist/components/Recommendation/Recommendation.js +11 -21
  155. package/dist/components/Recommendation/Recommendation.js.map +1 -1
  156. package/dist/components/Recommendation/RecommendationCard.js +1 -2
  157. package/dist/components/Recommendation/RecommendationCard.js.map +1 -1
  158. package/dist/components/RollupItem/RollupItem.js +5 -3
  159. package/dist/components/RollupItem/RollupItem.js.map +1 -1
  160. package/dist/components/SafeDepositRental/SafeDepositRentalContent.d.ts +1 -4
  161. package/dist/components/StepsBlock/StepsBlock.js +1 -1
  162. package/dist/components/StepsBlock/StepsBlock.js.map +1 -1
  163. package/dist/components/TariffsTable/TariffsTable.js +12 -14
  164. package/dist/components/TariffsTable/TariffsTable.js.map +1 -1
  165. package/dist/components/TariffsTable/TariffsTable.mobile.js +1 -1
  166. package/dist/components/TariffsTable/TariffsTable.mobile.js.map +1 -1
  167. package/dist/components/TariffsTable/TariffsTableRow.d.ts +1 -1
  168. package/dist/components/TariffsTable/TariffsTableRow.js +2 -2
  169. package/dist/components/TariffsTable/TariffsTableRow.js.map +1 -1
  170. package/dist/components/Tile/Tile.js +2 -2
  171. package/dist/components/Tile/Tile.js.map +1 -1
  172. package/dist/components/VerticalLayout/VerticalLayout.js +3 -2
  173. package/dist/components/VerticalLayout/VerticalLayout.js.map +1 -1
  174. package/dist/components/Video/Video.d.ts +6 -0
  175. package/dist/components/Video/Video.js +12 -0
  176. package/dist/components/Video/Video.js.map +1 -0
  177. package/dist/components/Video/VideoContent.d.ts +8 -0
  178. package/dist/components/Video/VideoContent.js +2 -0
  179. package/dist/components/Video/VideoContent.js.map +1 -0
  180. package/dist/components/Video/getPaddings.d.ts +1 -0
  181. package/dist/components/Video/getPaddings.js +7 -0
  182. package/dist/components/Video/getPaddings.js.map +1 -0
  183. package/dist/hooks/useCarouselControls.d.ts +5 -3
  184. package/dist/hooks/useCarouselControls.js +19 -8
  185. package/dist/hooks/useCarouselControls.js.map +1 -1
  186. package/dist/model/JSXBlock.d.ts +4 -5
  187. package/dist/model/LinkProps.d.ts +1 -0
  188. package/dist/model/Picture.d.ts +8 -2
  189. package/dist/{react/setup-fixture.d.ts → setup-fixture.d.ts} +0 -0
  190. package/{mobile/dist/react → dist}/setup-fixture.js +4 -4
  191. package/dist/setup-fixture.js.map +1 -0
  192. package/dist/ui-kit/Button/renderArrows.d.ts +6 -4
  193. package/dist/ui-kit/Button/renderArrows.js +3 -2
  194. package/dist/ui-kit/Button/renderArrows.js.map +1 -1
  195. package/dist/ui-kit/InnerTable/InnerTableBodyItem.js +9 -10
  196. package/dist/ui-kit/InnerTable/InnerTableBodyItem.js.map +1 -1
  197. package/dist/ui-kit/Paragraph/Paragraph.d.ts +9 -0
  198. package/dist/ui-kit/Paragraph/Paragraph.js +10 -0
  199. package/dist/ui-kit/Paragraph/Paragraph.js.map +1 -0
  200. package/dist/ui-kit/SwipeListControl/SwipeListControl.js +5 -2
  201. package/dist/ui-kit/SwipeListControl/SwipeListControl.js.map +1 -1
  202. package/dist/ui-kit/SwipeListControl/SwipeListControlDots.js +9 -12
  203. package/dist/ui-kit/SwipeListControl/SwipeListControlDots.js.map +1 -1
  204. package/dist/ui-kit/SwipeListControl/SwipeListControlList.js +2 -2
  205. package/dist/ui-kit/SwipeListControl/SwipeListControlList.js.map +1 -1
  206. package/dist/ui-kit/TableArrowScrollControl/TableArrowScrollControl.js +5 -3
  207. package/dist/ui-kit/TableArrowScrollControl/TableArrowScrollControl.js.map +1 -1
  208. package/dist/ui-kit/TableArrowScrollControl/TableArrowScrollControlProps.d.ts +2 -1
  209. package/dist/ui-kit/Text/Text.d.ts +34 -0
  210. package/dist/ui-kit/Text/Text.js +10 -0
  211. package/dist/ui-kit/Text/Text.js.map +1 -0
  212. package/lib/BlockRenderer/BlockRendererOptions.d.ts +11 -0
  213. package/lib/BlockRenderer/BlockRendererOptions.js +2 -0
  214. package/lib/BlockRenderer/BlockRendererOptions.js.map +1 -0
  215. package/lib/BlockRenderer/defaultBlockDecorator.d.ts +2 -0
  216. package/lib/BlockRenderer/defaultBlockDecorator.js +2 -0
  217. package/lib/BlockRenderer/defaultBlockDecorator.js.map +1 -0
  218. package/lib/BlockRenderer/getParentBlockContent.d.ts +2 -0
  219. package/lib/BlockRenderer/getParentBlockContent.js +6 -0
  220. package/lib/BlockRenderer/getParentBlockContent.js.map +1 -0
  221. package/lib/BlockRenderer/getParentBlockDef.d.ts +3 -0
  222. package/lib/BlockRenderer/getParentBlockDef.js +4 -0
  223. package/lib/BlockRenderer/getParentBlockDef.js.map +1 -0
  224. package/lib/BlockRenderer/renderBlock.d.ts +3 -0
  225. package/lib/BlockRenderer/renderBlock.js +24 -0
  226. package/lib/BlockRenderer/renderBlock.js.map +1 -0
  227. package/lib/BlockRenderer/renderBlockList.d.ts +9 -0
  228. package/lib/BlockRenderer/renderBlockList.js +11 -0
  229. package/lib/BlockRenderer/renderBlockList.js.map +1 -0
  230. package/lib/BlockRenderer/renderChildren.d.ts +10 -0
  231. package/lib/BlockRenderer/renderChildren.js +10 -0
  232. package/lib/BlockRenderer/renderChildren.js.map +1 -0
  233. package/lib/common.css +1 -1
  234. package/lib/components/Accordion/Accordion.fixture.d.ts +3 -2
  235. package/lib/components/Accordion/Accordion.fixture.mobile.d.ts +3 -2
  236. package/lib/components/Accordion/Accordion.js +3 -1
  237. package/lib/components/Accordion/Accordion.js.map +1 -1
  238. package/lib/components/Accordion/Accordion.mobile.js +3 -1
  239. package/lib/components/Accordion/Accordion.mobile.js.map +1 -1
  240. package/lib/components/AccordionItem/AccordionItem.js +4 -2
  241. package/lib/components/AccordionItem/AccordionItem.js.map +1 -1
  242. package/lib/components/AccordionItem/AccordionItem.mobile.js +7 -5
  243. package/lib/components/AccordionItem/AccordionItem.mobile.js.map +1 -1
  244. package/lib/components/BenefitsBlock/BenefitsBlock.fixture.d.ts +1 -1
  245. package/lib/components/Blocks.js +3 -1
  246. package/lib/components/Blocks.js.map +1 -1
  247. package/lib/components/Bonus/Bonus.fixture.d.ts +1 -1
  248. package/lib/components/BonusBenefitsBlock/BonusBenefitsBlock.fixture.d.ts +2 -1
  249. package/lib/components/BonusBenefitsBlock/BonusBenefitsBlock.js +16 -4
  250. package/lib/components/BonusBenefitsBlock/BonusBenefitsBlock.js.map +1 -1
  251. package/lib/components/BonusBenefitsBlock/BonusBenefitsBlockContent.d.ts +6 -3
  252. package/lib/components/BusinessBlock/BusinessBlock.fixture.d.ts +1 -1
  253. package/lib/components/Calculator/Calculator.fixture.d.ts +1 -1
  254. package/lib/components/Calculator/Calculator.js +23 -23
  255. package/lib/components/Calculator/Calculator.js.map +1 -1
  256. package/lib/components/Calculator/CalculatorValueBlock.js +1 -3
  257. package/lib/components/Calculator/CalculatorValueBlock.js.map +1 -1
  258. package/lib/components/CardTransfer/CardTransfer.fixture.d.ts +1 -1
  259. package/lib/components/CardTransfer/CardTransfer.js +3 -2
  260. package/lib/components/CardTransfer/CardTransfer.js.map +1 -1
  261. package/lib/components/Carousel/Carousel.d.ts +1 -0
  262. package/lib/components/Carousel/Carousel.fixture.d.ts +1 -1
  263. package/lib/components/Carousel/Carousel.js +16 -14
  264. package/lib/components/Carousel/Carousel.js.map +1 -1
  265. package/lib/components/Carousel/CarouselContainer.d.ts +8 -5
  266. package/lib/components/Carousel/CarouselContainer.js +8 -5
  267. package/lib/components/Carousel/CarouselContainer.js.map +1 -1
  268. package/lib/components/Carousel/CarouselContent.d.ts +5 -8
  269. package/lib/components/Carousel/CarouselContent.js +0 -3
  270. package/lib/components/Carousel/CarouselContent.js.map +1 -1
  271. package/lib/components/CarouselCard/CarouselCard.d.ts +0 -2
  272. package/lib/components/CarouselCard/CarouselCard.fixture.d.ts +2 -1
  273. package/lib/components/CarouselCard/CarouselCard.js +4 -11
  274. package/lib/components/CarouselCard/CarouselCard.js.map +1 -1
  275. package/lib/components/CarouselLinks/CarouselLinks.js +9 -9
  276. package/lib/components/CarouselLinks/CarouselLinks.js.map +1 -1
  277. package/lib/components/CarouselTariffsCard/CarouselTariffsCard.js +2 -2
  278. package/lib/components/CarouselTariffsCard/CarouselTariffsCard.js.map +1 -1
  279. package/lib/components/Catalog/Catalog.fixture.d.ts +1 -1
  280. package/lib/components/Catalog/Catalog.js +8 -11
  281. package/lib/components/Catalog/Catalog.js.map +1 -1
  282. package/lib/components/ComparisonTable/ComparisonTable.fixture.d.ts +2 -2
  283. package/lib/components/ComparisonTable/ComparisonTable.fixture.mobile.d.ts +1 -1
  284. package/lib/components/ComparisonTable/ComparisonTable.mobile.js +2 -2
  285. package/lib/components/ComparisonTable/ComparisonTable.mobile.js.map +1 -1
  286. package/lib/components/ComparisonTable/ComparisonTableBody.js +4 -4
  287. package/lib/components/ComparisonTable/ComparisonTableBody.js.map +1 -1
  288. package/lib/components/ComparisonTable/ComparisonTableColumnHeaders.d.ts +1 -1
  289. package/lib/components/ComparisonTable/ComparisonTableColumnHeaders.js +1 -1
  290. package/lib/components/ComparisonTable/ComparisonTableColumnHeaders.js.map +1 -1
  291. package/lib/components/ComparisonTable/ComparisonTableRows.d.ts +1 -2
  292. package/lib/components/ComparisonTable/ComparisonTableRows.js +8 -7
  293. package/lib/components/ComparisonTable/ComparisonTableRows.js.map +1 -1
  294. package/lib/components/ComparisonTable/TableCarouselContainer.d.ts +1 -1
  295. package/lib/components/ComparisonTable/TableCarouselContainer.js +1 -1
  296. package/lib/components/ComparisonTable/TableCarouselContainer.js.map +1 -1
  297. package/lib/components/ComparisonTable/TableRow.d.ts +1 -1
  298. package/lib/components/ComparisonTable/TableRow.js +1 -1
  299. package/lib/components/ComparisonTable/TableRow.js.map +1 -1
  300. package/lib/components/ComparisonTable/constants.d.ts +1 -1
  301. package/lib/components/ComparisonTable/constants.js +1 -1
  302. package/lib/components/ContactsBlock/ContactsBlock.fixture.d.ts +1 -1
  303. package/lib/components/ContactsBlock/ContactsBlock.js +3 -5
  304. package/lib/components/ContactsBlock/ContactsBlock.js.map +1 -1
  305. package/lib/components/ContentPage/ContentPage.fixture.d.ts +1 -1
  306. package/lib/components/ContentPage/ContentPage.fixture.mobile.d.ts +1 -1
  307. package/lib/components/ContentPage/ContentPage.js +13 -7
  308. package/lib/components/ContentPage/ContentPage.js.map +1 -1
  309. package/lib/components/ErrorBlock/ErrorBlock.fixture.d.ts +1 -1
  310. package/lib/components/ExchangeRateTile/CurrencyTable.js +1 -3
  311. package/lib/components/ExchangeRateTile/CurrencyTable.js.map +1 -1
  312. package/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.js +2 -4
  313. package/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.js.map +1 -1
  314. package/lib/components/ExchangeRateTile/ExchangeRateTile.fixture.d.ts +1 -1
  315. package/lib/components/Footer/Footer.fixture.d.ts +1 -1
  316. package/lib/components/Footer/Footer.fixture.mobile.d.ts +1 -1
  317. package/lib/components/Footer/Footer.js +1 -1
  318. package/lib/components/Footer/Footer.js.map +1 -1
  319. package/lib/components/Footer/Footer.mobile.js +2 -2
  320. package/lib/components/Footer/Footer.mobile.js.map +1 -1
  321. package/lib/components/Gallery/Gallery.fixture.d.ts +1 -1
  322. package/lib/components/Gallery/Gallery.fixture.mobile.d.ts +1 -1
  323. package/lib/components/Gallery/GalleryCardInner.js +2 -4
  324. package/lib/components/Gallery/GalleryCardInner.js.map +1 -1
  325. package/lib/components/Gallery/GalleryContainer.d.ts +1 -1
  326. package/lib/components/Gallery/GalleryContainer.js +1 -3
  327. package/lib/components/Gallery/GalleryContainer.js.map +1 -1
  328. package/lib/components/Gallery/GalleryInner.js +9 -12
  329. package/lib/components/Gallery/GalleryInner.js.map +1 -1
  330. package/lib/components/GracePeriod/GracePeriod.fixture.d.ts +1 -1
  331. package/lib/components/Header/Header.fixture.d.ts +1 -1
  332. package/lib/components/Header/Header.fixture.mobile.d.ts +1 -1
  333. package/lib/components/Header/Header.js +1 -1
  334. package/lib/components/Header/Header.js.map +1 -1
  335. package/lib/components/Header/Header.mobile.js +2 -3
  336. package/lib/components/Header/Header.mobile.js.map +1 -1
  337. package/lib/components/Headline/Headline.fixture.d.ts +1 -1
  338. package/lib/components/Headline/Headline.fixture.mobile.d.ts +1 -1
  339. package/lib/components/Headline/Headline.js +1 -2
  340. package/lib/components/Headline/Headline.js.map +1 -1
  341. package/lib/components/InsuranceAmountBlock/InsuranceAmountBlock.fixture.d.ts +1 -1
  342. package/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js +24 -26
  343. package/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js.map +1 -1
  344. package/lib/components/InvestmentGallery/InvestmentGallery.fixture.d.ts +1 -1
  345. package/lib/components/InvestmentGallery/InvestmentGallery.js +10 -20
  346. package/lib/components/InvestmentGallery/InvestmentGallery.js.map +1 -1
  347. package/lib/components/InvestmentGallery/InvestmentGalleryCard.js +1 -2
  348. package/lib/components/InvestmentGallery/InvestmentGalleryCard.js.map +1 -1
  349. package/lib/components/InvestmentInfo/InvestmentInfo.fixture.d.ts +1 -1
  350. package/lib/components/LikeControl/LikeControl.fixture.d.ts +1 -1
  351. package/lib/components/LinkDocs/LinkDocs.fixture.d.ts +1 -1
  352. package/lib/components/LinkDocs/LinkDocs.fixture.mobile.d.ts +1 -1
  353. package/lib/components/LinkList/LinkList.fixture.d.ts +1 -1
  354. package/lib/components/MiniGallery/MiniGallery.fixture.d.ts +1 -1
  355. package/lib/components/MobileAppTile/MobileAppTile.fixture.d.ts +1 -1
  356. package/lib/components/MobileAppTile/MobileAppTile.fixture.mobile.d.ts +1 -1
  357. package/lib/components/MobileAppTile/MobileAppTile.js +4 -4
  358. package/lib/components/MobileAppTile/MobileAppTile.js.map +1 -1
  359. package/lib/components/OfficeMap/OfficeMap.fixture.d.ts +1 -1
  360. package/lib/components/OfficeServicesBlock/OfficeServicesBlock.fixture.d.ts +1 -1
  361. package/lib/components/OtherProducts/OtherProducts.fixture.d.ts +3 -2
  362. package/lib/components/OtherProducts/OtherProducts.js +2 -1
  363. package/lib/components/OtherProducts/OtherProducts.js.map +1 -1
  364. package/lib/components/OtherProductsItem/OtherProductsItem.js +5 -4
  365. package/lib/components/OtherProductsItem/OtherProductsItem.js.map +1 -1
  366. package/lib/components/PictureText/PictureText.fixture.d.ts +1 -1
  367. package/lib/components/Placeholder/Placeholder.fixture.d.ts +1 -1
  368. package/lib/components/Placeholder/Placeholder.fixture.mobile.d.ts +1 -1
  369. package/lib/components/ProductBlock/ProductBlock.fixture.d.ts +2 -1
  370. package/lib/components/ProductBlock/ProductBlock.fixture.mobile.d.ts +1 -1
  371. package/lib/components/ProductBlock/ProductBlockContent.d.ts +2 -1
  372. package/lib/components/ProductBlock/ProductBlockInner.js +2 -2
  373. package/lib/components/ProductBlock/ProductBlockInner.js.map +1 -1
  374. package/lib/components/ProductGallery/ProductGallery.fixture.d.ts +1 -1
  375. package/lib/components/ProductTile/ProductTile.fixture.d.ts +1 -1
  376. package/lib/components/PromoTile/PromoTile.fixture.d.ts +1 -1
  377. package/lib/components/Recommendation/Recommendation.fixture.d.ts +1 -1
  378. package/lib/components/Recommendation/Recommendation.js +11 -21
  379. package/lib/components/Recommendation/Recommendation.js.map +1 -1
  380. package/lib/components/Recommendation/RecommendationCard.js +1 -2
  381. package/lib/components/Recommendation/RecommendationCard.js.map +1 -1
  382. package/lib/components/RollupItem/RollupItem.js +5 -3
  383. package/lib/components/RollupItem/RollupItem.js.map +1 -1
  384. package/lib/components/SafeDepositRental/SafeDepositRental.fixture.d.ts +1 -1
  385. package/lib/components/SafeDepositRental/SafeDepositRentalContent.d.ts +1 -4
  386. package/lib/components/StepsBlock/StepsBlock.fixture.d.ts +1 -1
  387. package/lib/components/StepsBlock/StepsBlock.fixture.mobile.d.ts +1 -1
  388. package/lib/components/StepsBlock/StepsBlock.js +1 -1
  389. package/lib/components/StepsBlock/StepsBlock.js.map +1 -1
  390. package/lib/components/Tabs/Tabs.fixture.d.ts +1 -1
  391. package/lib/components/TariffsTable/TariffsTable.fixture.d.ts +1 -1
  392. package/lib/components/TariffsTable/TariffsTable.fixture.mobile.d.ts +1 -1
  393. package/lib/components/TariffsTable/TariffsTable.js +12 -14
  394. package/lib/components/TariffsTable/TariffsTable.js.map +1 -1
  395. package/lib/components/TariffsTable/TariffsTable.mobile.js +1 -1
  396. package/lib/components/TariffsTable/TariffsTable.mobile.js.map +1 -1
  397. package/lib/components/TariffsTable/TariffsTableRow.d.ts +1 -1
  398. package/lib/components/TariffsTable/TariffsTableRow.js +2 -2
  399. package/lib/components/TariffsTable/TariffsTableRow.js.map +1 -1
  400. package/lib/components/TextBlock/TextBlock.fixture.d.ts +1 -1
  401. package/lib/components/TextBlock/TextBlock.fixture.mobile.d.ts +1 -1
  402. package/lib/components/Tile/Tile.fixture.d.ts +1 -1
  403. package/lib/components/Tile/Tile.js +2 -2
  404. package/lib/components/Tile/Tile.js.map +1 -1
  405. package/lib/components/VerticalLayout/VerticalLayout.fixture.d.ts +1 -1
  406. package/lib/components/VerticalLayout/VerticalLayout.js +3 -2
  407. package/lib/components/VerticalLayout/VerticalLayout.js.map +1 -1
  408. package/lib/components/Video/Video.d.ts +6 -0
  409. package/lib/components/Video/Video.fixture.d.ts +8 -0
  410. package/lib/components/Video/Video.js +10 -0
  411. package/lib/components/Video/Video.js.map +1 -0
  412. package/lib/components/Video/VideoContent.d.ts +8 -0
  413. package/lib/components/Video/VideoContent.js +2 -0
  414. package/lib/components/Video/VideoContent.js.map +1 -0
  415. package/lib/components/Video/getPaddings.d.ts +1 -0
  416. package/lib/components/Video/getPaddings.js +4 -0
  417. package/lib/components/Video/getPaddings.js.map +1 -0
  418. package/lib/hooks/useCarouselControls.d.ts +5 -3
  419. package/lib/hooks/useCarouselControls.js +19 -8
  420. package/lib/hooks/useCarouselControls.js.map +1 -1
  421. package/lib/model/JSXBlock.d.ts +4 -5
  422. package/lib/model/LinkProps.d.ts +1 -0
  423. package/lib/model/Picture.d.ts +8 -2
  424. package/lib/{react/setup-fixture.d.ts → setup-fixture.d.ts} +0 -0
  425. package/lib/{react/setup-fixture.js → setup-fixture.js} +4 -4
  426. package/lib/setup-fixture.js.map +1 -0
  427. package/lib/ui-kit/Button/Button.fixture.d.ts +1 -1
  428. package/lib/ui-kit/Button/renderArrows.d.ts +6 -4
  429. package/lib/ui-kit/Button/renderArrows.js +3 -2
  430. package/lib/ui-kit/Button/renderArrows.js.map +1 -1
  431. package/lib/ui-kit/HeaderItem/HeaderItem.fixture.d.ts +1 -1
  432. package/lib/ui-kit/Icon/Icon.fixture.d.ts +1 -1
  433. package/lib/ui-kit/InnerTable/InnerTableBodyItem.js +9 -10
  434. package/lib/ui-kit/InnerTable/InnerTableBodyItem.js.map +1 -1
  435. package/lib/ui-kit/List/List.fixture.d.ts +1 -1
  436. package/lib/ui-kit/Logo/Logo.fixture.d.ts +1 -1
  437. package/lib/ui-kit/Paragraph/Paragraph.d.ts +9 -0
  438. package/lib/ui-kit/Paragraph/Paragraph.js +8 -0
  439. package/lib/ui-kit/Paragraph/Paragraph.js.map +1 -0
  440. package/lib/ui-kit/RadioButtonGroup/RadioButtonGroup.fixture.d.ts +1 -1
  441. package/lib/ui-kit/SwipeListControl/SwipeListControl.fixture.mobile.d.ts +3 -1
  442. package/lib/ui-kit/SwipeListControl/SwipeListControl.js +6 -3
  443. package/lib/ui-kit/SwipeListControl/SwipeListControl.js.map +1 -1
  444. package/lib/ui-kit/SwipeListControl/SwipeListControlDots.js +9 -12
  445. package/lib/ui-kit/SwipeListControl/SwipeListControlDots.js.map +1 -1
  446. package/lib/ui-kit/SwipeListControl/SwipeListControlList.js +2 -2
  447. package/lib/ui-kit/SwipeListControl/SwipeListControlList.js.map +1 -1
  448. package/lib/ui-kit/TableArrowScrollControl/TableArrowScrollControl.js +5 -3
  449. package/lib/ui-kit/TableArrowScrollControl/TableArrowScrollControl.js.map +1 -1
  450. package/lib/ui-kit/TableArrowScrollControl/TableArrowScrollControlProps.d.ts +2 -1
  451. package/lib/ui-kit/Text/Text.d.ts +34 -0
  452. package/lib/ui-kit/Text/Text.js +8 -0
  453. package/lib/ui-kit/Text/Text.js.map +1 -0
  454. package/lib/ui-kit/TopItem/TopItem.fixture.d.ts +1 -1
  455. package/mobile/bundle/BlockRenderer/BlockRendererOptions.d.ts +11 -0
  456. package/mobile/bundle/BlockRenderer/defaultBlockDecorator.d.ts +2 -0
  457. package/mobile/bundle/BlockRenderer/getParentBlockContent.d.ts +2 -0
  458. package/mobile/bundle/BlockRenderer/getParentBlockDef.d.ts +3 -0
  459. package/mobile/bundle/BlockRenderer/renderBlock.d.ts +3 -0
  460. package/mobile/bundle/BlockRenderer/renderBlockList.d.ts +9 -0
  461. package/mobile/bundle/BlockRenderer/renderChildren.d.ts +10 -0
  462. package/mobile/bundle/bundle.umd.js +103 -88
  463. package/mobile/bundle/bundle.umd.min.js +1 -1
  464. package/mobile/bundle/components/BonusBenefitsBlock/BonusBenefitsBlockContent.d.ts +6 -3
  465. package/mobile/bundle/components/Carousel/Carousel.d.ts +1 -0
  466. package/mobile/bundle/components/Carousel/CarouselContainer.d.ts +8 -5
  467. package/mobile/bundle/components/Carousel/CarouselContent.d.ts +5 -8
  468. package/mobile/bundle/components/CarouselCard/CarouselCard.d.ts +0 -2
  469. package/mobile/bundle/components/ComparisonTable/ComparisonTableColumnHeaders.d.ts +1 -1
  470. package/mobile/bundle/components/ComparisonTable/ComparisonTableRows.d.ts +1 -2
  471. package/mobile/bundle/components/ComparisonTable/TableCarouselContainer.d.ts +1 -1
  472. package/mobile/bundle/components/ComparisonTable/TableRow.d.ts +1 -1
  473. package/mobile/bundle/components/ComparisonTable/constants.d.ts +1 -1
  474. package/mobile/bundle/components/Gallery/GalleryContainer.d.ts +1 -1
  475. package/mobile/bundle/components/ProductBlock/ProductBlockContent.d.ts +2 -1
  476. package/mobile/bundle/components/SafeDepositRental/SafeDepositRentalContent.d.ts +1 -4
  477. package/mobile/bundle/components/TariffsTable/TariffsTableRow.d.ts +1 -1
  478. package/mobile/bundle/components/Video/Video.d.ts +6 -0
  479. package/mobile/bundle/components/Video/VideoContent.d.ts +8 -0
  480. package/mobile/bundle/components/Video/getPaddings.d.ts +1 -0
  481. package/mobile/bundle/hooks/useCarouselControls.d.ts +5 -3
  482. package/mobile/bundle/model/JSXBlock.d.ts +4 -5
  483. package/mobile/bundle/model/LinkProps.d.ts +1 -0
  484. package/mobile/bundle/model/Picture.d.ts +8 -2
  485. package/mobile/bundle/{react/setup-fixture.d.ts → setup-fixture.d.ts} +0 -0
  486. package/mobile/bundle/ui-kit/Button/renderArrows.d.ts +6 -4
  487. package/mobile/bundle/ui-kit/Paragraph/Paragraph.d.ts +9 -0
  488. package/mobile/bundle/ui-kit/TableArrowScrollControl/TableArrowScrollControlProps.d.ts +2 -1
  489. package/mobile/bundle/ui-kit/Text/Text.d.ts +34 -0
  490. package/mobile/dist/BlockRenderer/BlockRendererOptions.d.ts +11 -0
  491. package/mobile/dist/BlockRenderer/BlockRendererOptions.js +2 -0
  492. package/mobile/dist/BlockRenderer/BlockRendererOptions.js.map +1 -0
  493. package/mobile/dist/BlockRenderer/defaultBlockDecorator.d.ts +2 -0
  494. package/mobile/dist/BlockRenderer/defaultBlockDecorator.js +5 -0
  495. package/mobile/dist/BlockRenderer/defaultBlockDecorator.js.map +1 -0
  496. package/mobile/dist/BlockRenderer/getParentBlockContent.d.ts +2 -0
  497. package/{dist/model → mobile/dist/BlockRenderer}/getParentBlockContent.js +2 -2
  498. package/mobile/dist/BlockRenderer/getParentBlockContent.js.map +1 -0
  499. package/mobile/dist/BlockRenderer/getParentBlockDef.d.ts +3 -0
  500. package/mobile/dist/BlockRenderer/getParentBlockDef.js +7 -0
  501. package/mobile/dist/BlockRenderer/getParentBlockDef.js.map +1 -0
  502. package/mobile/dist/BlockRenderer/renderBlock.d.ts +3 -0
  503. package/mobile/dist/BlockRenderer/renderBlock.js +27 -0
  504. package/mobile/dist/BlockRenderer/renderBlock.js.map +1 -0
  505. package/mobile/dist/BlockRenderer/renderBlockList.d.ts +9 -0
  506. package/mobile/dist/BlockRenderer/renderBlockList.js +14 -0
  507. package/mobile/dist/BlockRenderer/renderBlockList.js.map +1 -0
  508. package/mobile/dist/BlockRenderer/renderChildren.d.ts +10 -0
  509. package/mobile/dist/BlockRenderer/renderChildren.js +13 -0
  510. package/mobile/dist/BlockRenderer/renderChildren.js.map +1 -0
  511. package/mobile/dist/components/Accordion/Accordion.js +3 -1
  512. package/mobile/dist/components/Accordion/Accordion.js.map +1 -1
  513. package/mobile/dist/components/AccordionItem/AccordionItem.js +7 -5
  514. package/mobile/dist/components/AccordionItem/AccordionItem.js.map +1 -1
  515. package/mobile/dist/components/BonusBenefitsBlock/BonusBenefitsBlock.js +16 -4
  516. package/mobile/dist/components/BonusBenefitsBlock/BonusBenefitsBlock.js.map +1 -1
  517. package/mobile/dist/components/BonusBenefitsBlock/BonusBenefitsBlockContent.d.ts +6 -3
  518. package/mobile/dist/components/Calculator/Calculator.js +22 -22
  519. package/mobile/dist/components/Calculator/Calculator.js.map +1 -1
  520. package/mobile/dist/components/Calculator/CalculatorValueBlock.js +1 -3
  521. package/mobile/dist/components/Calculator/CalculatorValueBlock.js.map +1 -1
  522. package/mobile/dist/components/CardTransfer/CardTransfer.js +2 -1
  523. package/mobile/dist/components/CardTransfer/CardTransfer.js.map +1 -1
  524. package/mobile/dist/components/Carousel/Carousel.d.ts +1 -0
  525. package/mobile/dist/components/Carousel/Carousel.js +16 -14
  526. package/mobile/dist/components/Carousel/Carousel.js.map +1 -1
  527. package/mobile/dist/components/Carousel/CarouselContainer.d.ts +8 -5
  528. package/mobile/dist/components/Carousel/CarouselContainer.js +8 -5
  529. package/mobile/dist/components/Carousel/CarouselContainer.js.map +1 -1
  530. package/mobile/dist/components/Carousel/CarouselContent.d.ts +5 -8
  531. package/mobile/dist/components/Carousel/CarouselContent.js +0 -3
  532. package/mobile/dist/components/Carousel/CarouselContent.js.map +1 -1
  533. package/mobile/dist/components/CarouselCard/CarouselCard.d.ts +0 -2
  534. package/mobile/dist/components/CarouselCard/CarouselCard.js +4 -11
  535. package/mobile/dist/components/CarouselCard/CarouselCard.js.map +1 -1
  536. package/mobile/dist/components/CarouselLinks/CarouselLinks.js +9 -9
  537. package/mobile/dist/components/CarouselLinks/CarouselLinks.js.map +1 -1
  538. package/mobile/dist/components/CarouselTariffsCard/CarouselTariffsCard.js +2 -2
  539. package/mobile/dist/components/CarouselTariffsCard/CarouselTariffsCard.js.map +1 -1
  540. package/mobile/dist/components/Catalog/Catalog.js +8 -11
  541. package/mobile/dist/components/Catalog/Catalog.js.map +1 -1
  542. package/mobile/dist/components/ComparisonTable/ComparisonTable.js +2 -2
  543. package/mobile/dist/components/ComparisonTable/ComparisonTable.js.map +1 -1
  544. package/mobile/dist/components/ComparisonTable/ComparisonTableBody.js +4 -4
  545. package/mobile/dist/components/ComparisonTable/ComparisonTableBody.js.map +1 -1
  546. package/mobile/dist/components/ComparisonTable/ComparisonTableColumnHeaders.d.ts +1 -1
  547. package/mobile/dist/components/ComparisonTable/ComparisonTableColumnHeaders.js +1 -1
  548. package/mobile/dist/components/ComparisonTable/ComparisonTableColumnHeaders.js.map +1 -1
  549. package/mobile/dist/components/ComparisonTable/ComparisonTableRows.d.ts +1 -2
  550. package/mobile/dist/components/ComparisonTable/ComparisonTableRows.js +8 -7
  551. package/mobile/dist/components/ComparisonTable/ComparisonTableRows.js.map +1 -1
  552. package/mobile/dist/components/ComparisonTable/TableCarouselContainer.d.ts +1 -1
  553. package/mobile/dist/components/ComparisonTable/TableCarouselContainer.js +1 -1
  554. package/mobile/dist/components/ComparisonTable/TableCarouselContainer.js.map +1 -1
  555. package/mobile/dist/components/ComparisonTable/TableRow.d.ts +1 -1
  556. package/mobile/dist/components/ComparisonTable/TableRow.js +1 -1
  557. package/mobile/dist/components/ComparisonTable/TableRow.js.map +1 -1
  558. package/mobile/dist/components/ComparisonTable/constants.d.ts +1 -1
  559. package/mobile/dist/components/ComparisonTable/constants.js +1 -1
  560. package/mobile/dist/components/ContactsBlock/ContactsBlock.js +3 -5
  561. package/mobile/dist/components/ContactsBlock/ContactsBlock.js.map +1 -1
  562. package/mobile/dist/components/ContentPage/ContentPage.js +13 -7
  563. package/mobile/dist/components/ContentPage/ContentPage.js.map +1 -1
  564. package/mobile/dist/components/ExchangeRateTile/CurrencyTable.js +1 -3
  565. package/mobile/dist/components/ExchangeRateTile/CurrencyTable.js.map +1 -1
  566. package/mobile/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.js +1 -3
  567. package/mobile/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.js.map +1 -1
  568. package/mobile/dist/components/Footer/Footer.js +2 -2
  569. package/mobile/dist/components/Footer/Footer.js.map +1 -1
  570. package/mobile/dist/components/Gallery/GalleryCardInner.js +2 -4
  571. package/mobile/dist/components/Gallery/GalleryCardInner.js.map +1 -1
  572. package/mobile/dist/components/Gallery/GalleryContainer.d.ts +1 -1
  573. package/mobile/dist/components/Gallery/GalleryContainer.js +1 -3
  574. package/mobile/dist/components/Gallery/GalleryContainer.js.map +1 -1
  575. package/mobile/dist/components/Gallery/GalleryInner.js +9 -12
  576. package/mobile/dist/components/Gallery/GalleryInner.js.map +1 -1
  577. package/mobile/dist/components/Header/Header.js +2 -3
  578. package/mobile/dist/components/Header/Header.js.map +1 -1
  579. package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js +23 -25
  580. package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js.map +1 -1
  581. package/mobile/dist/components/InvestmentGallery/InvestmentGallery.js +10 -20
  582. package/mobile/dist/components/InvestmentGallery/InvestmentGallery.js.map +1 -1
  583. package/mobile/dist/components/InvestmentGallery/InvestmentGalleryCard.js +1 -2
  584. package/mobile/dist/components/InvestmentGallery/InvestmentGalleryCard.js.map +1 -1
  585. package/mobile/dist/components/OtherProducts/OtherProducts.js +2 -1
  586. package/mobile/dist/components/OtherProducts/OtherProducts.js.map +1 -1
  587. package/mobile/dist/components/OtherProductsItem/OtherProductsItem.js +5 -4
  588. package/mobile/dist/components/OtherProductsItem/OtherProductsItem.js.map +1 -1
  589. package/mobile/dist/components/ProductBlock/ProductBlockContent.d.ts +2 -1
  590. package/mobile/dist/components/Recommendation/Recommendation.js +11 -21
  591. package/mobile/dist/components/Recommendation/Recommendation.js.map +1 -1
  592. package/mobile/dist/components/Recommendation/RecommendationCard.js +1 -2
  593. package/mobile/dist/components/Recommendation/RecommendationCard.js.map +1 -1
  594. package/mobile/dist/components/RollupItem/RollupItem.js +5 -3
  595. package/mobile/dist/components/RollupItem/RollupItem.js.map +1 -1
  596. package/mobile/dist/components/SafeDepositRental/SafeDepositRentalContent.d.ts +1 -4
  597. package/mobile/dist/components/TariffsTable/TariffsTable.js +1 -1
  598. package/mobile/dist/components/TariffsTable/TariffsTable.js.map +1 -1
  599. package/mobile/dist/components/TariffsTable/TariffsTableRow.d.ts +1 -1
  600. package/mobile/dist/components/TariffsTable/TariffsTableRow.js +2 -2
  601. package/mobile/dist/components/TariffsTable/TariffsTableRow.js.map +1 -1
  602. package/mobile/dist/components/Tile/Tile.js +2 -2
  603. package/mobile/dist/components/Tile/Tile.js.map +1 -1
  604. package/mobile/dist/components/VerticalLayout/VerticalLayout.js +3 -2
  605. package/mobile/dist/components/VerticalLayout/VerticalLayout.js.map +1 -1
  606. package/mobile/dist/components/Video/Video.d.ts +6 -0
  607. package/mobile/dist/components/Video/Video.js +12 -0
  608. package/mobile/dist/components/Video/Video.js.map +1 -0
  609. package/mobile/dist/components/Video/VideoContent.d.ts +8 -0
  610. package/mobile/dist/components/Video/VideoContent.js +2 -0
  611. package/mobile/dist/components/Video/VideoContent.js.map +1 -0
  612. package/mobile/dist/components/Video/getPaddings.d.ts +1 -0
  613. package/mobile/dist/components/Video/getPaddings.js +7 -0
  614. package/mobile/dist/components/Video/getPaddings.js.map +1 -0
  615. package/mobile/dist/hooks/useCarouselControls.d.ts +5 -3
  616. package/mobile/dist/hooks/useCarouselControls.js +19 -8
  617. package/mobile/dist/hooks/useCarouselControls.js.map +1 -1
  618. package/mobile/dist/model/JSXBlock.d.ts +4 -5
  619. package/mobile/dist/model/LinkProps.d.ts +1 -0
  620. package/mobile/dist/model/Picture.d.ts +8 -2
  621. package/mobile/dist/{react/setup-fixture.d.ts → setup-fixture.d.ts} +0 -0
  622. package/{dist/react → mobile/dist}/setup-fixture.js +4 -4
  623. package/mobile/dist/setup-fixture.js.map +1 -0
  624. package/mobile/dist/ui-kit/Button/renderArrows.d.ts +6 -4
  625. package/mobile/dist/ui-kit/Button/renderArrows.js +3 -2
  626. package/mobile/dist/ui-kit/Button/renderArrows.js.map +1 -1
  627. package/mobile/dist/ui-kit/InnerTable/InnerTableBodyItem.js +9 -10
  628. package/mobile/dist/ui-kit/InnerTable/InnerTableBodyItem.js.map +1 -1
  629. package/mobile/dist/ui-kit/Paragraph/Paragraph.d.ts +9 -0
  630. package/mobile/dist/ui-kit/Paragraph/Paragraph.js +10 -0
  631. package/mobile/dist/ui-kit/Paragraph/Paragraph.js.map +1 -0
  632. package/mobile/dist/ui-kit/SwipeListControl/SwipeListControl.js +5 -2
  633. package/mobile/dist/ui-kit/SwipeListControl/SwipeListControl.js.map +1 -1
  634. package/mobile/dist/ui-kit/SwipeListControl/SwipeListControlDots.js +9 -12
  635. package/mobile/dist/ui-kit/SwipeListControl/SwipeListControlDots.js.map +1 -1
  636. package/mobile/dist/ui-kit/SwipeListControl/SwipeListControlList.js +2 -2
  637. package/mobile/dist/ui-kit/SwipeListControl/SwipeListControlList.js.map +1 -1
  638. package/mobile/dist/ui-kit/TableArrowScrollControl/TableArrowScrollControl.js +5 -3
  639. package/mobile/dist/ui-kit/TableArrowScrollControl/TableArrowScrollControl.js.map +1 -1
  640. package/mobile/dist/ui-kit/TableArrowScrollControl/TableArrowScrollControlProps.d.ts +2 -1
  641. package/mobile/dist/ui-kit/Text/Text.d.ts +34 -0
  642. package/mobile/dist/ui-kit/Text/Text.js +10 -0
  643. package/mobile/dist/ui-kit/Text/Text.js.map +1 -0
  644. package/mobile/lib/BlockRenderer/BlockRendererOptions.d.ts +11 -0
  645. package/mobile/lib/BlockRenderer/BlockRendererOptions.js +2 -0
  646. package/mobile/lib/BlockRenderer/BlockRendererOptions.js.map +1 -0
  647. package/mobile/lib/BlockRenderer/defaultBlockDecorator.d.ts +2 -0
  648. package/mobile/lib/BlockRenderer/defaultBlockDecorator.js +2 -0
  649. package/mobile/lib/BlockRenderer/defaultBlockDecorator.js.map +1 -0
  650. package/mobile/lib/BlockRenderer/getParentBlockContent.d.ts +2 -0
  651. package/mobile/lib/BlockRenderer/getParentBlockContent.js +6 -0
  652. package/mobile/lib/BlockRenderer/getParentBlockContent.js.map +1 -0
  653. package/mobile/lib/BlockRenderer/getParentBlockDef.d.ts +3 -0
  654. package/mobile/lib/BlockRenderer/getParentBlockDef.js +4 -0
  655. package/mobile/lib/BlockRenderer/getParentBlockDef.js.map +1 -0
  656. package/mobile/lib/BlockRenderer/renderBlock.d.ts +3 -0
  657. package/mobile/lib/BlockRenderer/renderBlock.js +24 -0
  658. package/mobile/lib/BlockRenderer/renderBlock.js.map +1 -0
  659. package/mobile/lib/BlockRenderer/renderBlockList.d.ts +9 -0
  660. package/mobile/lib/BlockRenderer/renderBlockList.js +11 -0
  661. package/mobile/lib/BlockRenderer/renderBlockList.js.map +1 -0
  662. package/mobile/lib/BlockRenderer/renderChildren.d.ts +10 -0
  663. package/mobile/lib/BlockRenderer/renderChildren.js +10 -0
  664. package/mobile/lib/BlockRenderer/renderChildren.js.map +1 -0
  665. package/mobile/lib/components/Accordion/Accordion.js +3 -1
  666. package/mobile/lib/components/Accordion/Accordion.js.map +1 -1
  667. package/mobile/lib/components/AccordionItem/AccordionItem.js +7 -5
  668. package/mobile/lib/components/AccordionItem/AccordionItem.js.map +1 -1
  669. package/mobile/lib/components/BonusBenefitsBlock/BonusBenefitsBlock.js +16 -4
  670. package/mobile/lib/components/BonusBenefitsBlock/BonusBenefitsBlock.js.map +1 -1
  671. package/mobile/lib/components/BonusBenefitsBlock/BonusBenefitsBlockContent.d.ts +6 -3
  672. package/mobile/lib/components/Calculator/Calculator.js +23 -23
  673. package/mobile/lib/components/Calculator/Calculator.js.map +1 -1
  674. package/mobile/lib/components/Calculator/CalculatorValueBlock.js +1 -3
  675. package/mobile/lib/components/Calculator/CalculatorValueBlock.js.map +1 -1
  676. package/mobile/lib/components/CardTransfer/CardTransfer.js +3 -2
  677. package/mobile/lib/components/CardTransfer/CardTransfer.js.map +1 -1
  678. package/mobile/lib/components/Carousel/Carousel.d.ts +1 -0
  679. package/mobile/lib/components/Carousel/Carousel.js +16 -14
  680. package/mobile/lib/components/Carousel/Carousel.js.map +1 -1
  681. package/mobile/lib/components/Carousel/CarouselContainer.d.ts +8 -5
  682. package/mobile/lib/components/Carousel/CarouselContainer.js +8 -5
  683. package/mobile/lib/components/Carousel/CarouselContainer.js.map +1 -1
  684. package/mobile/lib/components/Carousel/CarouselContent.d.ts +5 -8
  685. package/mobile/lib/components/Carousel/CarouselContent.js +0 -3
  686. package/mobile/lib/components/Carousel/CarouselContent.js.map +1 -1
  687. package/mobile/lib/components/CarouselCard/CarouselCard.d.ts +0 -2
  688. package/mobile/lib/components/CarouselCard/CarouselCard.js +4 -11
  689. package/mobile/lib/components/CarouselCard/CarouselCard.js.map +1 -1
  690. package/mobile/lib/components/CarouselLinks/CarouselLinks.js +9 -9
  691. package/mobile/lib/components/CarouselLinks/CarouselLinks.js.map +1 -1
  692. package/mobile/lib/components/CarouselTariffsCard/CarouselTariffsCard.js +2 -2
  693. package/mobile/lib/components/CarouselTariffsCard/CarouselTariffsCard.js.map +1 -1
  694. package/mobile/lib/components/Catalog/Catalog.js +8 -11
  695. package/mobile/lib/components/Catalog/Catalog.js.map +1 -1
  696. package/mobile/lib/components/ComparisonTable/ComparisonTable.js +2 -2
  697. package/mobile/lib/components/ComparisonTable/ComparisonTable.js.map +1 -1
  698. package/mobile/lib/components/ComparisonTable/ComparisonTableBody.js +4 -4
  699. package/mobile/lib/components/ComparisonTable/ComparisonTableBody.js.map +1 -1
  700. package/mobile/lib/components/ComparisonTable/ComparisonTableColumnHeaders.d.ts +1 -1
  701. package/mobile/lib/components/ComparisonTable/ComparisonTableColumnHeaders.js +1 -1
  702. package/mobile/lib/components/ComparisonTable/ComparisonTableColumnHeaders.js.map +1 -1
  703. package/mobile/lib/components/ComparisonTable/ComparisonTableRows.d.ts +1 -2
  704. package/mobile/lib/components/ComparisonTable/ComparisonTableRows.js +8 -7
  705. package/mobile/lib/components/ComparisonTable/ComparisonTableRows.js.map +1 -1
  706. package/mobile/lib/components/ComparisonTable/TableCarouselContainer.d.ts +1 -1
  707. package/mobile/lib/components/ComparisonTable/TableCarouselContainer.js +1 -1
  708. package/mobile/lib/components/ComparisonTable/TableCarouselContainer.js.map +1 -1
  709. package/mobile/lib/components/ComparisonTable/TableRow.d.ts +1 -1
  710. package/mobile/lib/components/ComparisonTable/TableRow.js +1 -1
  711. package/mobile/lib/components/ComparisonTable/TableRow.js.map +1 -1
  712. package/mobile/lib/components/ComparisonTable/constants.d.ts +1 -1
  713. package/mobile/lib/components/ComparisonTable/constants.js +1 -1
  714. package/mobile/lib/components/ContactsBlock/ContactsBlock.js +3 -5
  715. package/mobile/lib/components/ContactsBlock/ContactsBlock.js.map +1 -1
  716. package/mobile/lib/components/ContentPage/ContentPage.js +13 -7
  717. package/mobile/lib/components/ContentPage/ContentPage.js.map +1 -1
  718. package/mobile/lib/components/ExchangeRateTile/CurrencyTable.js +1 -3
  719. package/mobile/lib/components/ExchangeRateTile/CurrencyTable.js.map +1 -1
  720. package/mobile/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.js +2 -4
  721. package/mobile/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.js.map +1 -1
  722. package/mobile/lib/components/Footer/Footer.js +2 -2
  723. package/mobile/lib/components/Footer/Footer.js.map +1 -1
  724. package/mobile/lib/components/Gallery/GalleryCardInner.js +2 -4
  725. package/mobile/lib/components/Gallery/GalleryCardInner.js.map +1 -1
  726. package/mobile/lib/components/Gallery/GalleryContainer.d.ts +1 -1
  727. package/mobile/lib/components/Gallery/GalleryContainer.js +1 -3
  728. package/mobile/lib/components/Gallery/GalleryContainer.js.map +1 -1
  729. package/mobile/lib/components/Gallery/GalleryInner.js +9 -12
  730. package/mobile/lib/components/Gallery/GalleryInner.js.map +1 -1
  731. package/mobile/lib/components/Header/Header.js +2 -3
  732. package/mobile/lib/components/Header/Header.js.map +1 -1
  733. package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js +24 -26
  734. package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js.map +1 -1
  735. package/mobile/lib/components/InvestmentGallery/InvestmentGallery.js +10 -20
  736. package/mobile/lib/components/InvestmentGallery/InvestmentGallery.js.map +1 -1
  737. package/mobile/lib/components/InvestmentGallery/InvestmentGalleryCard.js +1 -2
  738. package/mobile/lib/components/InvestmentGallery/InvestmentGalleryCard.js.map +1 -1
  739. package/mobile/lib/components/OtherProducts/OtherProducts.js +2 -1
  740. package/mobile/lib/components/OtherProducts/OtherProducts.js.map +1 -1
  741. package/mobile/lib/components/OtherProductsItem/OtherProductsItem.js +5 -4
  742. package/mobile/lib/components/OtherProductsItem/OtherProductsItem.js.map +1 -1
  743. package/mobile/lib/components/ProductBlock/ProductBlockContent.d.ts +2 -1
  744. package/mobile/lib/components/Recommendation/Recommendation.js +11 -21
  745. package/mobile/lib/components/Recommendation/Recommendation.js.map +1 -1
  746. package/mobile/lib/components/Recommendation/RecommendationCard.js +1 -2
  747. package/mobile/lib/components/Recommendation/RecommendationCard.js.map +1 -1
  748. package/mobile/lib/components/RollupItem/RollupItem.js +5 -3
  749. package/mobile/lib/components/RollupItem/RollupItem.js.map +1 -1
  750. package/mobile/lib/components/SafeDepositRental/SafeDepositRentalContent.d.ts +1 -4
  751. package/mobile/lib/components/TariffsTable/TariffsTable.js +1 -1
  752. package/mobile/lib/components/TariffsTable/TariffsTable.js.map +1 -1
  753. package/mobile/lib/components/TariffsTable/TariffsTableRow.d.ts +1 -1
  754. package/mobile/lib/components/TariffsTable/TariffsTableRow.js +2 -2
  755. package/mobile/lib/components/TariffsTable/TariffsTableRow.js.map +1 -1
  756. package/mobile/lib/components/Tile/Tile.js +2 -2
  757. package/mobile/lib/components/Tile/Tile.js.map +1 -1
  758. package/mobile/lib/components/VerticalLayout/VerticalLayout.js +3 -2
  759. package/mobile/lib/components/VerticalLayout/VerticalLayout.js.map +1 -1
  760. package/mobile/lib/components/Video/Video.d.ts +6 -0
  761. package/mobile/lib/components/Video/Video.js +10 -0
  762. package/mobile/lib/components/Video/Video.js.map +1 -0
  763. package/mobile/lib/components/Video/VideoContent.d.ts +8 -0
  764. package/mobile/lib/components/Video/VideoContent.js +2 -0
  765. package/mobile/lib/components/Video/VideoContent.js.map +1 -0
  766. package/mobile/lib/components/Video/getPaddings.d.ts +1 -0
  767. package/mobile/lib/components/Video/getPaddings.js +4 -0
  768. package/mobile/lib/components/Video/getPaddings.js.map +1 -0
  769. package/mobile/lib/hooks/useCarouselControls.d.ts +5 -3
  770. package/mobile/lib/hooks/useCarouselControls.js +19 -8
  771. package/mobile/lib/hooks/useCarouselControls.js.map +1 -1
  772. package/mobile/lib/model/JSXBlock.d.ts +4 -5
  773. package/mobile/lib/model/LinkProps.d.ts +1 -0
  774. package/mobile/lib/model/Picture.d.ts +8 -2
  775. package/mobile/lib/{react/setup-fixture.d.ts → setup-fixture.d.ts} +0 -0
  776. package/mobile/lib/{react/setup-fixture.js → setup-fixture.js} +4 -4
  777. package/mobile/lib/setup-fixture.js.map +1 -0
  778. package/mobile/lib/ui-kit/Button/renderArrows.d.ts +6 -4
  779. package/mobile/lib/ui-kit/Button/renderArrows.js +3 -2
  780. package/mobile/lib/ui-kit/Button/renderArrows.js.map +1 -1
  781. package/mobile/lib/ui-kit/InnerTable/InnerTableBodyItem.js +9 -10
  782. package/mobile/lib/ui-kit/InnerTable/InnerTableBodyItem.js.map +1 -1
  783. package/mobile/lib/ui-kit/Paragraph/Paragraph.d.ts +9 -0
  784. package/mobile/lib/ui-kit/Paragraph/Paragraph.js +8 -0
  785. package/mobile/lib/ui-kit/Paragraph/Paragraph.js.map +1 -0
  786. package/mobile/lib/ui-kit/SwipeListControl/SwipeListControl.js +6 -3
  787. package/mobile/lib/ui-kit/SwipeListControl/SwipeListControl.js.map +1 -1
  788. package/mobile/lib/ui-kit/SwipeListControl/SwipeListControlDots.js +9 -12
  789. package/mobile/lib/ui-kit/SwipeListControl/SwipeListControlDots.js.map +1 -1
  790. package/mobile/lib/ui-kit/SwipeListControl/SwipeListControlList.js +2 -2
  791. package/mobile/lib/ui-kit/SwipeListControl/SwipeListControlList.js.map +1 -1
  792. package/mobile/lib/ui-kit/TableArrowScrollControl/TableArrowScrollControl.js +5 -3
  793. package/mobile/lib/ui-kit/TableArrowScrollControl/TableArrowScrollControl.js.map +1 -1
  794. package/mobile/lib/ui-kit/TableArrowScrollControl/TableArrowScrollControlProps.d.ts +2 -1
  795. package/mobile/lib/ui-kit/Text/Text.d.ts +34 -0
  796. package/mobile/lib/ui-kit/Text/Text.js +8 -0
  797. package/mobile/lib/ui-kit/Text/Text.js.map +1 -0
  798. package/mobile/src/BlockRenderer/BlockRendererOptions.ts +12 -0
  799. package/mobile/src/BlockRenderer/defaultBlockDecorator.ts +4 -0
  800. package/mobile/src/{model → BlockRenderer}/getParentBlockContent.ts +3 -3
  801. package/mobile/src/BlockRenderer/getParentBlockDef.ts +6 -0
  802. package/mobile/src/BlockRenderer/renderBlock.tsx +47 -0
  803. package/mobile/src/BlockRenderer/renderBlockList.tsx +33 -0
  804. package/mobile/src/BlockRenderer/renderChildren.ts +25 -0
  805. package/mobile/src/components/Accordion/Accordion.tsx +12 -7
  806. package/mobile/src/components/AccordionItem/AccordionItem.tsx +12 -8
  807. package/mobile/src/components/BonusBenefitsBlock/BonusBenefitsBlock.example.json +1 -0
  808. package/mobile/src/components/BonusBenefitsBlock/BonusBenefitsBlock.tsx +31 -18
  809. package/mobile/src/components/BonusBenefitsBlock/BonusBenefitsBlockContent.ts +6 -3
  810. package/mobile/src/components/Calculator/Calculator.tsx +32 -33
  811. package/mobile/src/components/Calculator/CalculatorValueBlock.tsx +10 -12
  812. package/mobile/src/components/CardTransfer/CardTransfer.tsx +3 -2
  813. package/mobile/src/components/Carousel/Carousel.example.json +2 -2
  814. package/mobile/src/components/Carousel/Carousel.tsx +29 -40
  815. package/mobile/src/components/Carousel/CarouselContainer.tsx +19 -12
  816. package/mobile/src/components/Carousel/CarouselContent.ts +5 -9
  817. package/mobile/src/components/CarouselCard/CarouselCard.tsx +22 -34
  818. package/mobile/src/components/CarouselLinks/CarouselLinks.tsx +30 -24
  819. package/mobile/src/components/CarouselTariffsCard/CarouselTariffsCard.tsx +3 -3
  820. package/mobile/src/components/Catalog/Catalog.tsx +8 -13
  821. package/mobile/src/components/ComparisonTable/ComparisonTable.tsx +2 -2
  822. package/mobile/src/components/ComparisonTable/ComparisonTableBody.tsx +6 -7
  823. package/mobile/src/components/ComparisonTable/ComparisonTableColumnHeaders.tsx +3 -3
  824. package/mobile/src/components/ComparisonTable/ComparisonTableRows.tsx +10 -14
  825. package/mobile/src/components/ComparisonTable/TableCarouselContainer.tsx +3 -3
  826. package/mobile/src/components/ComparisonTable/TableRow.tsx +3 -3
  827. package/mobile/src/components/ComparisonTable/constants.ts +1 -1
  828. package/mobile/src/components/ContactsBlock/ContactsBlock.tsx +10 -13
  829. package/mobile/src/components/ContentPage/ContentPage.tsx +21 -20
  830. package/mobile/src/components/ExchangeRateTile/CurrencyTable.tsx +12 -14
  831. package/mobile/src/components/ExchangeRateTile/ExchangeCurrencyCalculator.tsx +5 -4
  832. package/mobile/src/components/Footer/Footer.tsx +3 -3
  833. package/mobile/src/components/Gallery/GalleryCardInner.tsx +12 -14
  834. package/mobile/src/components/Gallery/GalleryContainer.tsx +14 -16
  835. package/mobile/src/components/Gallery/GalleryInner.tsx +9 -22
  836. package/mobile/src/components/Header/Header.tsx +3 -4
  837. package/mobile/src/components/InsuranceAmountBlock/InsuranceAmountBlockInner.tsx +29 -42
  838. package/mobile/src/components/InvestmentGallery/InvestmentGallery.tsx +12 -34
  839. package/mobile/src/components/InvestmentGallery/InvestmentGalleryCard.tsx +2 -3
  840. package/mobile/src/components/OtherProducts/OtherProducts.tsx +3 -2
  841. package/mobile/src/components/OtherProductsItem/OtherProductsItem.tsx +6 -5
  842. package/mobile/src/components/ProductBlock/ProductBlockContent.ts +3 -1
  843. package/mobile/src/components/Recommendation/Recommendation.tsx +12 -36
  844. package/mobile/src/components/Recommendation/RecommendationCard.tsx +1 -2
  845. package/mobile/src/components/RollupItem/RollupItem.tsx +9 -7
  846. package/mobile/src/components/SafeDepositRental/SafeDepositRentalContent.ts +1 -5
  847. package/mobile/src/components/TariffsTable/TariffsTable.tsx +1 -1
  848. package/mobile/src/components/TariffsTable/TariffsTableRow.tsx +3 -3
  849. package/mobile/src/components/Tile/Tile.tsx +4 -2
  850. package/mobile/src/components/VerticalLayout/VerticalLayout.tsx +3 -2
  851. package/mobile/src/components/Video/Video.tsx +29 -0
  852. package/mobile/src/components/Video/Video.ui.json +12 -0
  853. package/mobile/src/components/Video/VideoContent.ts +9 -0
  854. package/mobile/src/components/Video/getPaddings.ts +6 -0
  855. package/mobile/src/hooks/useCarouselControls.ts +33 -19
  856. package/mobile/src/model/JSXBlock.ts +4 -5
  857. package/mobile/src/model/LinkProps.ts +1 -0
  858. package/mobile/src/model/Picture.ts +8 -2
  859. package/{src/react → mobile/src}/setup-fixture.ts +4 -4
  860. package/mobile/src/ui-kit/Button/renderArrows.tsx +22 -17
  861. package/mobile/src/ui-kit/InnerTable/InnerTableBodyItem.tsx +9 -13
  862. package/mobile/src/ui-kit/Paragraph/Paragraph.tsx +17 -0
  863. package/mobile/src/ui-kit/SwipeListControl/SwipeListControl.tsx +35 -28
  864. package/mobile/src/ui-kit/SwipeListControl/SwipeListControlDots.tsx +32 -27
  865. package/mobile/src/ui-kit/SwipeListControl/SwipeListControlList.tsx +10 -8
  866. package/mobile/src/ui-kit/TableArrowScrollControl/TableArrowScrollControl.tsx +5 -3
  867. package/mobile/src/ui-kit/TableArrowScrollControl/TableArrowScrollControlProps.ts +2 -1
  868. package/mobile/src/ui-kit/Text/Text.tsx +79 -0
  869. package/package.json +1 -1
  870. package/src/BlockRenderer/BlockRendererOptions.ts +12 -0
  871. package/src/BlockRenderer/defaultBlockDecorator.ts +4 -0
  872. package/src/{model → BlockRenderer}/getParentBlockContent.ts +3 -3
  873. package/src/BlockRenderer/getParentBlockDef.ts +6 -0
  874. package/src/BlockRenderer/renderBlock.tsx +47 -0
  875. package/src/BlockRenderer/renderBlockList.tsx +33 -0
  876. package/src/BlockRenderer/renderChildren.ts +25 -0
  877. package/src/components/Accordion/Accordion.fixture.mobile.tsx +40 -55
  878. package/src/components/Accordion/Accordion.fixture.tsx +79 -52
  879. package/src/components/Accordion/Accordion.mobile.tsx +12 -7
  880. package/src/components/Accordion/Accordion.tsx +10 -4
  881. package/src/components/AccordionItem/AccordionItem.fixture.mobile.tsx +13 -2
  882. package/src/components/AccordionItem/AccordionItem.fixture.tsx +12 -1
  883. package/src/components/AccordionItem/AccordionItem.mobile.tsx +12 -8
  884. package/src/components/AccordionItem/AccordionItem.tsx +7 -3
  885. package/src/components/BenefitsBlock/BenefitsBlock.fixture.tsx +1 -1
  886. package/src/components/Blocks.ts +3 -1
  887. package/src/components/Bonus/Bonus.fixture.tsx +1 -1
  888. package/src/components/BonusBenefitsBlock/BonusBenefitsBlock.example.json +1 -0
  889. package/src/components/BonusBenefitsBlock/BonusBenefitsBlock.fixture.tsx +12 -1
  890. package/src/components/BonusBenefitsBlock/BonusBenefitsBlock.tsx +31 -18
  891. package/src/components/BonusBenefitsBlock/BonusBenefitsBlockContent.ts +6 -3
  892. package/src/components/BusinessBlock/BusinessBlock.fixture.tsx +1 -1
  893. package/src/components/Calculator/Calculator.fixture.tsx +1 -1
  894. package/src/components/Calculator/Calculator.tsx +32 -33
  895. package/src/components/Calculator/CalculatorValueBlock.tsx +10 -12
  896. package/src/components/CardTransfer/CardTransfer.fixture.tsx +1 -1
  897. package/src/components/CardTransfer/CardTransfer.tsx +3 -2
  898. package/src/components/Carousel/Carousel.example.json +2 -2
  899. package/src/components/Carousel/Carousel.fixture.tsx +38 -45
  900. package/src/components/Carousel/Carousel.tsx +29 -40
  901. package/src/components/Carousel/CarouselContainer.tsx +19 -12
  902. package/src/components/Carousel/CarouselContent.ts +5 -9
  903. package/src/components/CarouselCard/CarouselCard.fixture.tsx +9 -4
  904. package/src/components/CarouselCard/CarouselCard.tsx +22 -34
  905. package/src/components/CarouselLinks/CarouselLinks.tsx +30 -24
  906. package/src/components/CarouselTariffsCard/CarouselTariffsCard.tsx +3 -3
  907. package/src/components/Catalog/Catalog.fixture.tsx +1 -1
  908. package/src/components/Catalog/Catalog.tsx +8 -13
  909. package/src/components/ComparisonTable/ComparisonTable.fixture.mobile.tsx +1 -1
  910. package/src/components/ComparisonTable/ComparisonTable.fixture.tsx +2 -2
  911. package/src/components/ComparisonTable/ComparisonTable.mobile.tsx +2 -2
  912. package/src/components/ComparisonTable/ComparisonTableBody.tsx +6 -7
  913. package/src/components/ComparisonTable/ComparisonTableColumnHeaders.tsx +3 -3
  914. package/src/components/ComparisonTable/ComparisonTableRows.tsx +10 -14
  915. package/src/components/ComparisonTable/TableCarouselContainer.tsx +3 -3
  916. package/src/components/ComparisonTable/TableRow.tsx +3 -3
  917. package/src/components/ComparisonTable/constants.ts +1 -1
  918. package/src/components/ContactsBlock/ContactsBlock.fixture.tsx +1 -1
  919. package/src/components/ContactsBlock/ContactsBlock.tsx +10 -13
  920. package/src/components/ContentPage/ContentPage.fixture.mobile.tsx +1 -1
  921. package/src/components/ContentPage/ContentPage.fixture.tsx +1 -1
  922. package/src/components/ContentPage/ContentPage.tsx +21 -20
  923. package/src/components/ErrorBlock/ErrorBlock.fixture.tsx +1 -1
  924. package/src/components/ExchangeRateTile/CurrencyTable.tsx +12 -14
  925. package/src/components/ExchangeRateTile/ExchangeCurrencyCalculator.tsx +5 -4
  926. package/src/components/ExchangeRateTile/ExchangeRateTile.fixture.tsx +1 -1
  927. package/src/components/Footer/Footer.fixture.mobile.tsx +1 -1
  928. package/src/components/Footer/Footer.fixture.tsx +1 -1
  929. package/src/components/Footer/Footer.mobile.tsx +3 -3
  930. package/src/components/Footer/Footer.tsx +1 -1
  931. package/src/components/Gallery/Gallery.fixture.mobile.tsx +1 -1
  932. package/src/components/Gallery/Gallery.fixture.tsx +1 -1
  933. package/src/components/Gallery/GalleryCardInner.tsx +12 -14
  934. package/src/components/Gallery/GalleryContainer.tsx +14 -16
  935. package/src/components/Gallery/GalleryInner.tsx +9 -22
  936. package/src/components/GracePeriod/GracePeriod.fixture.tsx +1 -1
  937. package/src/components/Header/Header.fixture.mobile.tsx +1 -1
  938. package/src/components/Header/Header.fixture.tsx +1 -1
  939. package/src/components/Header/Header.mobile.tsx +3 -4
  940. package/src/components/Header/Header.tsx +1 -1
  941. package/src/components/Headline/Headline.fixture.mobile.tsx +1 -1
  942. package/src/components/Headline/Headline.fixture.tsx +1 -1
  943. package/src/components/Headline/Headline.tsx +3 -5
  944. package/src/components/InsuranceAmountBlock/InsuranceAmountBlock.fixture.tsx +1 -1
  945. package/src/components/InsuranceAmountBlock/InsuranceAmountBlockInner.tsx +29 -42
  946. package/src/components/InvestmentGallery/InvestmentGallery.fixture.tsx +1 -1
  947. package/src/components/InvestmentGallery/InvestmentGallery.tsx +12 -34
  948. package/src/components/InvestmentGallery/InvestmentGalleryCard.tsx +2 -3
  949. package/src/components/InvestmentInfo/InvestmentInfo.fixture.tsx +1 -1
  950. package/src/components/LikeControl/LikeControl.fixture.tsx +1 -1
  951. package/src/components/LinkDocs/LinkDocs.fixture.mobile.tsx +1 -1
  952. package/src/components/LinkDocs/LinkDocs.fixture.tsx +1 -1
  953. package/src/components/LinkList/LinkList.fixture.tsx +1 -1
  954. package/src/components/MiniGallery/MiniGallery.fixture.tsx +1 -1
  955. package/src/components/MobileAppTile/MobileAppTile.fixture.mobile.tsx +1 -1
  956. package/src/components/MobileAppTile/MobileAppTile.fixture.tsx +1 -1
  957. package/src/components/MobileAppTile/MobileAppTile.tsx +5 -5
  958. package/src/components/OfficeMap/OfficeMap.fixture.tsx +1 -1
  959. package/src/components/OfficeServicesBlock/OfficeServicesBlock.fixture.tsx +1 -1
  960. package/src/components/OtherProducts/OtherProducts.fixture.tsx +86 -76
  961. package/src/components/OtherProducts/OtherProducts.tsx +3 -2
  962. package/src/components/OtherProductsItem/OtherProductsItem.fixture.tsx +16 -1
  963. package/src/components/OtherProductsItem/OtherProductsItem.tsx +6 -5
  964. package/src/components/PictureText/PictureText.fixture.tsx +1 -1
  965. package/src/components/Placeholder/Placeholder.fixture.mobile.tsx +1 -1
  966. package/src/components/Placeholder/Placeholder.fixture.tsx +1 -1
  967. package/src/components/ProductBlock/ProductBlock.fixture.mobile.tsx +1 -1
  968. package/src/components/ProductBlock/ProductBlock.fixture.tsx +13 -1
  969. package/src/components/ProductBlock/ProductBlockContent.ts +3 -1
  970. package/src/components/ProductBlock/ProductBlockInner.tsx +26 -22
  971. package/src/components/ProductGallery/ProductGallery.fixture.tsx +1 -1
  972. package/src/components/ProductTile/ProductTile.fixture.tsx +1 -1
  973. package/src/components/PromoTile/PromoTile.fixture.tsx +1 -1
  974. package/src/components/Recommendation/Recommendation.fixture.tsx +1 -1
  975. package/src/components/Recommendation/Recommendation.tsx +12 -36
  976. package/src/components/Recommendation/RecommendationCard.tsx +1 -2
  977. package/src/components/RollupItem/RollupItem.fixture.tsx +44 -11
  978. package/src/components/RollupItem/RollupItem.tsx +9 -7
  979. package/src/components/SafeDepositRental/SafeDepositRental.fixture.tsx +1 -1
  980. package/src/components/SafeDepositRental/SafeDepositRentalContent.ts +1 -5
  981. package/src/components/StepsBlock/StepsBlock.fixture.mobile.tsx +1 -1
  982. package/src/components/StepsBlock/StepsBlock.fixture.tsx +1 -1
  983. package/src/components/StepsBlock/StepsBlock.tsx +1 -1
  984. package/src/components/Tabs/Tabs.fixture.tsx +1 -1
  985. package/src/components/TariffsTable/TariffsTable.fixture.mobile.tsx +1 -1
  986. package/src/components/TariffsTable/TariffsTable.fixture.tsx +1 -1
  987. package/src/components/TariffsTable/TariffsTable.mobile.tsx +1 -1
  988. package/src/components/TariffsTable/TariffsTable.tsx +21 -38
  989. package/src/components/TariffsTable/TariffsTableRow.tsx +3 -3
  990. package/src/components/TextBlock/TextBlock.fixture.mobile.tsx +1 -1
  991. package/src/components/TextBlock/TextBlock.fixture.tsx +1 -1
  992. package/src/components/Tile/Tile.fixture.tsx +1 -1
  993. package/src/components/Tile/Tile.tsx +4 -2
  994. package/src/components/VerticalLayout/VerticalLayout.fixture.tsx +126 -47
  995. package/src/components/VerticalLayout/VerticalLayout.tsx +3 -2
  996. package/src/components/Video/Video.fixture.tsx +33 -0
  997. package/src/components/Video/Video.tsx +29 -0
  998. package/src/components/Video/Video.ui.json +12 -0
  999. package/src/components/Video/VideoContent.ts +9 -0
  1000. package/src/components/Video/getPaddings.ts +6 -0
  1001. package/src/hooks/useCarouselControls.ts +33 -19
  1002. package/src/model/JSXBlock.ts +4 -5
  1003. package/src/model/LinkProps.ts +1 -0
  1004. package/src/model/Picture.ts +8 -2
  1005. package/{mobile/src/react → src}/setup-fixture.ts +4 -4
  1006. package/src/ui-kit/Button/Button.fixture.tsx +1 -1
  1007. package/src/ui-kit/Button/renderArrows.tsx +22 -17
  1008. package/src/ui-kit/HeaderItem/HeaderItem.fixture.tsx +1 -1
  1009. package/src/ui-kit/Icon/Icon.fixture.tsx +1 -1
  1010. package/src/ui-kit/InnerTable/InnerTableBodyItem.tsx +9 -13
  1011. package/src/ui-kit/List/List.fixture.tsx +1 -1
  1012. package/src/ui-kit/Logo/Logo.fixture.tsx +1 -1
  1013. package/src/ui-kit/Paragraph/Paragraph.tsx +17 -0
  1014. package/src/ui-kit/RadioButtonGroup/RadioButtonGroup.fixture.tsx +1 -1
  1015. package/src/ui-kit/SwipeListControl/SwipeListControl.fixture.mobile.tsx +24 -8
  1016. package/src/ui-kit/SwipeListControl/SwipeListControl.tsx +35 -28
  1017. package/src/ui-kit/SwipeListControl/SwipeListControlDots.tsx +32 -27
  1018. package/src/ui-kit/SwipeListControl/SwipeListControlList.tsx +10 -8
  1019. package/src/ui-kit/TableArrowScrollControl/TableArrowScrollControl.tsx +5 -3
  1020. package/src/ui-kit/TableArrowScrollControl/TableArrowScrollControlProps.ts +2 -1
  1021. package/src/ui-kit/Text/Text.tsx +79 -0
  1022. package/src/ui-kit/TopItem/TopItem.fixture.tsx +1 -1
  1023. package/bundle/components/Carousel/CarouselNavButtons.d.ts +0 -11
  1024. package/bundle/components/ContentPage/renderBlock.d.ts +0 -15
  1025. package/bundle/components/ContentPage/renderBlockList.d.ts +0 -14
  1026. package/bundle/components/ContentPage/renderSlots.d.ts +0 -12
  1027. package/bundle/model/getParentBlockContent.d.ts +0 -2
  1028. package/bundle/model/getParentBlockDef.d.ts +0 -3
  1029. package/bundle/ui-kit/Description/Description.d.ts +0 -5
  1030. package/bundle/utils/sliceArray.d.ts +0 -1
  1031. package/dist/components/Carousel/CarouselNavButtons.d.ts +0 -11
  1032. package/dist/components/Carousel/CarouselNavButtons.js +0 -36
  1033. package/dist/components/Carousel/CarouselNavButtons.js.map +0 -1
  1034. package/dist/components/ContentPage/renderBlock.d.ts +0 -15
  1035. package/dist/components/ContentPage/renderBlock.js +0 -29
  1036. package/dist/components/ContentPage/renderBlock.js.map +0 -1
  1037. package/dist/components/ContentPage/renderBlockList.d.ts +0 -14
  1038. package/dist/components/ContentPage/renderBlockList.js +0 -11
  1039. package/dist/components/ContentPage/renderBlockList.js.map +0 -1
  1040. package/dist/components/ContentPage/renderSlots.d.ts +0 -12
  1041. package/dist/components/ContentPage/renderSlots.js +0 -15
  1042. package/dist/components/ContentPage/renderSlots.js.map +0 -1
  1043. package/dist/model/getParentBlockContent.d.ts +0 -2
  1044. package/dist/model/getParentBlockContent.js.map +0 -1
  1045. package/dist/model/getParentBlockDef.d.ts +0 -3
  1046. package/dist/model/getParentBlockDef.js +0 -11
  1047. package/dist/model/getParentBlockDef.js.map +0 -1
  1048. package/dist/react/setup-fixture.js.map +0 -1
  1049. package/dist/ui-kit/Description/Description.d.ts +0 -5
  1050. package/dist/ui-kit/Description/Description.js +0 -9
  1051. package/dist/ui-kit/Description/Description.js.map +0 -1
  1052. package/dist/utils/sliceArray.d.ts +0 -1
  1053. package/dist/utils/sliceArray.js +0 -15
  1054. package/dist/utils/sliceArray.js.map +0 -1
  1055. package/lib/components/Carousel/CarouselNavButtons.d.ts +0 -11
  1056. package/lib/components/Carousel/CarouselNavButtons.js +0 -34
  1057. package/lib/components/Carousel/CarouselNavButtons.js.map +0 -1
  1058. package/lib/components/ContentPage/renderBlock.d.ts +0 -15
  1059. package/lib/components/ContentPage/renderBlock.js +0 -26
  1060. package/lib/components/ContentPage/renderBlock.js.map +0 -1
  1061. package/lib/components/ContentPage/renderBlockList.d.ts +0 -14
  1062. package/lib/components/ContentPage/renderBlockList.js +0 -8
  1063. package/lib/components/ContentPage/renderBlockList.js.map +0 -1
  1064. package/lib/components/ContentPage/renderSlots.d.ts +0 -12
  1065. package/lib/components/ContentPage/renderSlots.js +0 -12
  1066. package/lib/components/ContentPage/renderSlots.js.map +0 -1
  1067. package/lib/model/getParentBlockContent.d.ts +0 -2
  1068. package/lib/model/getParentBlockContent.js +0 -6
  1069. package/lib/model/getParentBlockContent.js.map +0 -1
  1070. package/lib/model/getParentBlockDef.d.ts +0 -3
  1071. package/lib/model/getParentBlockDef.js +0 -8
  1072. package/lib/model/getParentBlockDef.js.map +0 -1
  1073. package/lib/react/setup-fixture.js.map +0 -1
  1074. package/lib/ui-kit/Description/Description.d.ts +0 -5
  1075. package/lib/ui-kit/Description/Description.js +0 -7
  1076. package/lib/ui-kit/Description/Description.js.map +0 -1
  1077. package/lib/utils/sliceArray.d.ts +0 -1
  1078. package/lib/utils/sliceArray.js +0 -12
  1079. package/lib/utils/sliceArray.js.map +0 -1
  1080. package/mobile/bundle/components/Carousel/CarouselNavButtons.d.ts +0 -11
  1081. package/mobile/bundle/components/ContentPage/renderBlock.d.ts +0 -15
  1082. package/mobile/bundle/components/ContentPage/renderBlockList.d.ts +0 -14
  1083. package/mobile/bundle/components/ContentPage/renderSlots.d.ts +0 -12
  1084. package/mobile/bundle/model/getParentBlockContent.d.ts +0 -2
  1085. package/mobile/bundle/model/getParentBlockDef.d.ts +0 -3
  1086. package/mobile/bundle/ui-kit/Description/Description.d.ts +0 -5
  1087. package/mobile/bundle/utils/sliceArray.d.ts +0 -1
  1088. package/mobile/dist/components/Carousel/CarouselNavButtons.d.ts +0 -11
  1089. package/mobile/dist/components/Carousel/CarouselNavButtons.js +0 -36
  1090. package/mobile/dist/components/Carousel/CarouselNavButtons.js.map +0 -1
  1091. package/mobile/dist/components/ContentPage/renderBlock.d.ts +0 -15
  1092. package/mobile/dist/components/ContentPage/renderBlock.js +0 -29
  1093. package/mobile/dist/components/ContentPage/renderBlock.js.map +0 -1
  1094. package/mobile/dist/components/ContentPage/renderBlockList.d.ts +0 -14
  1095. package/mobile/dist/components/ContentPage/renderBlockList.js +0 -11
  1096. package/mobile/dist/components/ContentPage/renderBlockList.js.map +0 -1
  1097. package/mobile/dist/components/ContentPage/renderSlots.d.ts +0 -12
  1098. package/mobile/dist/components/ContentPage/renderSlots.js +0 -15
  1099. package/mobile/dist/components/ContentPage/renderSlots.js.map +0 -1
  1100. package/mobile/dist/model/getParentBlockContent.d.ts +0 -2
  1101. package/mobile/dist/model/getParentBlockContent.js.map +0 -1
  1102. package/mobile/dist/model/getParentBlockDef.d.ts +0 -3
  1103. package/mobile/dist/model/getParentBlockDef.js +0 -11
  1104. package/mobile/dist/model/getParentBlockDef.js.map +0 -1
  1105. package/mobile/dist/react/setup-fixture.js.map +0 -1
  1106. package/mobile/dist/ui-kit/Description/Description.d.ts +0 -5
  1107. package/mobile/dist/ui-kit/Description/Description.js +0 -9
  1108. package/mobile/dist/ui-kit/Description/Description.js.map +0 -1
  1109. package/mobile/dist/utils/sliceArray.d.ts +0 -1
  1110. package/mobile/dist/utils/sliceArray.js +0 -15
  1111. package/mobile/dist/utils/sliceArray.js.map +0 -1
  1112. package/mobile/lib/components/Carousel/CarouselNavButtons.d.ts +0 -11
  1113. package/mobile/lib/components/Carousel/CarouselNavButtons.js +0 -34
  1114. package/mobile/lib/components/Carousel/CarouselNavButtons.js.map +0 -1
  1115. package/mobile/lib/components/ContentPage/renderBlock.d.ts +0 -15
  1116. package/mobile/lib/components/ContentPage/renderBlock.js +0 -26
  1117. package/mobile/lib/components/ContentPage/renderBlock.js.map +0 -1
  1118. package/mobile/lib/components/ContentPage/renderBlockList.d.ts +0 -14
  1119. package/mobile/lib/components/ContentPage/renderBlockList.js +0 -8
  1120. package/mobile/lib/components/ContentPage/renderBlockList.js.map +0 -1
  1121. package/mobile/lib/components/ContentPage/renderSlots.d.ts +0 -12
  1122. package/mobile/lib/components/ContentPage/renderSlots.js +0 -12
  1123. package/mobile/lib/components/ContentPage/renderSlots.js.map +0 -1
  1124. package/mobile/lib/model/getParentBlockContent.d.ts +0 -2
  1125. package/mobile/lib/model/getParentBlockContent.js +0 -6
  1126. package/mobile/lib/model/getParentBlockContent.js.map +0 -1
  1127. package/mobile/lib/model/getParentBlockDef.d.ts +0 -3
  1128. package/mobile/lib/model/getParentBlockDef.js +0 -8
  1129. package/mobile/lib/model/getParentBlockDef.js.map +0 -1
  1130. package/mobile/lib/react/setup-fixture.js.map +0 -1
  1131. package/mobile/lib/ui-kit/Description/Description.d.ts +0 -5
  1132. package/mobile/lib/ui-kit/Description/Description.js +0 -7
  1133. package/mobile/lib/ui-kit/Description/Description.js.map +0 -1
  1134. package/mobile/lib/utils/sliceArray.d.ts +0 -1
  1135. package/mobile/lib/utils/sliceArray.js +0 -12
  1136. package/mobile/lib/utils/sliceArray.js.map +0 -1
  1137. package/mobile/src/components/Carousel/CarouselNavButtons.tsx +0 -51
  1138. package/mobile/src/components/ContentPage/renderBlock.tsx +0 -61
  1139. package/mobile/src/components/ContentPage/renderBlockList.tsx +0 -28
  1140. package/mobile/src/components/ContentPage/renderSlots.tsx +0 -32
  1141. package/mobile/src/model/getParentBlockDef.ts +0 -12
  1142. package/mobile/src/ui-kit/Description/Description.tsx +0 -12
  1143. package/mobile/src/utils/sliceArray.ts +0 -15
  1144. package/src/components/Carousel/CarouselNavButtons.tsx +0 -51
  1145. package/src/components/ContentPage/renderBlock.tsx +0 -61
  1146. package/src/components/ContentPage/renderBlockList.tsx +0 -28
  1147. package/src/components/ContentPage/renderSlots.tsx +0 -32
  1148. package/src/model/.CarouselCardVersion.ts.icloud +0 -0
  1149. package/src/model/getParentBlockDef.ts +0 -12
  1150. package/src/ui-kit/Description/Description.tsx +0 -12
  1151. package/src/utils/sliceArray.ts +0 -15
@@ -1,15 +1,11 @@
1
- import '../../react/setup-fixture';
2
- import { LinkDocs } from '../LinkDocs/LinkDocs';
1
+ import type { BlockRendererOptions } from '../../BlockRenderer/BlockRendererOptions';
2
+ import '../../setup-fixture';
3
+ import { Blocks } from '../Blocks';
3
4
  import { LinkDocsContent } from '../LinkDocs/LinkDocsContent';
4
- import { ProductTile } from '../ProductTile/ProductTile';
5
5
  import { PRODUCT_TILE } from '../ProductTile/ProductTile.fixture';
6
- import { RollupItem } from '../RollupItem/RollupItem';
7
- import { TextBlock } from '../TextBlock/TextBlock';
8
6
  import { TEXT_BLOCK } from '../TextBlock/TextBlock.fixture';
9
7
  import { VerticalLayout } from './VerticalLayout';
10
8
 
11
- const PRODUCT_TILES_OTHER_BLOCK = <ProductTile {...PRODUCT_TILE} />;
12
- const TEXT_BLOCK_ACCORDION_BLOCK = <TextBlock className="col-span-12" {...TEXT_BLOCK} />;
13
9
  export const linkDocsExample: LinkDocsContent = {
14
10
  description: 'Ответы на часто задаваемые вопросы',
15
11
  documents: [
@@ -18,69 +14,152 @@ export const linkDocsExample: LinkDocsContent = {
18
14
  { text: 'GlassIcon', href: '/abc3/map.jpeg' },
19
15
  ],
20
16
  };
17
+
18
+ const options = {
19
+ blocksRegistry: Blocks,
20
+ } as BlockRendererOptions;
21
+
21
22
  export default {
22
23
  default: (
23
24
  <div className="container grid grid-cols-12">
24
- <VerticalLayout className="col-span-12">
25
- {PRODUCT_TILES_OTHER_BLOCK}
26
- {PRODUCT_TILES_OTHER_BLOCK}
27
- </VerticalLayout>
25
+ <VerticalLayout
26
+ className="col-span-12"
27
+ block={{
28
+ type: 'VerticalLayout',
29
+ blocks: [
30
+ { type: 'ProductTile', content: PRODUCT_TILE },
31
+ { type: 'ProductTile', content: PRODUCT_TILE },
32
+ ],
33
+ }}
34
+ options={options}
35
+ />
28
36
  </div>
29
37
  ),
30
38
  'transparent center': (
31
39
  <div className="container grid grid-cols-12">
32
- <VerticalLayout align="center" version="transparent" className="col-span-12">
33
- {PRODUCT_TILES_OTHER_BLOCK}
34
- {PRODUCT_TILES_OTHER_BLOCK}
35
- </VerticalLayout>
40
+ <VerticalLayout
41
+ className="col-span-12"
42
+ align="center"
43
+ version="transparent"
44
+ block={{
45
+ type: 'VerticalLayout',
46
+ blocks: [
47
+ { type: 'ProductTile', content: PRODUCT_TILE },
48
+ { type: 'ProductTile', content: PRODUCT_TILE },
49
+ ],
50
+ }}
51
+ options={options}
52
+ />
36
53
  </div>
37
54
  ),
38
55
  'secondary right': (
39
56
  <div className="container grid grid-cols-12">
40
- <VerticalLayout align="right" version="secondary" className="col-span-12">
41
- {PRODUCT_TILES_OTHER_BLOCK}
42
- {PRODUCT_TILES_OTHER_BLOCK}
43
- </VerticalLayout>
57
+ <VerticalLayout
58
+ className="col-span-12"
59
+ align="right"
60
+ version="secondary"
61
+ block={{
62
+ type: 'VerticalLayout',
63
+ blocks: [
64
+ { type: 'ProductTile', content: PRODUCT_TILE },
65
+ { type: 'ProductTile', content: PRODUCT_TILE },
66
+ ],
67
+ }}
68
+ options={options}
69
+ />
44
70
  </div>
45
71
  ),
46
72
  'secondary gap-XL': (
47
73
  <div className="container grid grid-cols-12">
48
- <VerticalLayout gap="XL" align="left" version="secondary" className="col-span-12">
49
- {PRODUCT_TILES_OTHER_BLOCK}
50
- {PRODUCT_TILES_OTHER_BLOCK}
51
- </VerticalLayout>
74
+ <VerticalLayout
75
+ className="col-span-12"
76
+ gap="XL"
77
+ align="left"
78
+ version="secondary"
79
+ block={{
80
+ type: 'VerticalLayout',
81
+ blocks: [
82
+ { type: 'ProductTile', content: PRODUCT_TILE },
83
+ { type: 'ProductTile', content: PRODUCT_TILE },
84
+ ],
85
+ }}
86
+ options={options}
87
+ />
52
88
  </div>
53
89
  ),
54
90
  rollup: (
55
91
  <div className="container grid grid-cols-12">
56
- <VerticalLayout align="left" className="col-span-12" version="primary">
57
- <RollupItem label="Rollup button 1">
58
- {[TEXT_BLOCK_ACCORDION_BLOCK, TEXT_BLOCK_ACCORDION_BLOCK]}
59
- </RollupItem>
60
- <RollupItem isExpanded={true} label="Rollup button 1">
61
- <LinkDocs className="col-span-12" {...linkDocsExample} />
62
- </RollupItem>
63
- </VerticalLayout>
92
+ <VerticalLayout
93
+ align="left"
94
+ className="col-span-12"
95
+ version="primary"
96
+ block={{
97
+ type: 'VerticalLayout',
98
+ blocks: [
99
+ {
100
+ type: 'RollupItem',
101
+ content: {
102
+ label: 'Rollup button 1',
103
+ },
104
+ blocks: [
105
+ { type: 'TextBlock', content: TEXT_BLOCK },
106
+ { type: 'TextBlock', content: TEXT_BLOCK },
107
+ ],
108
+ },
109
+ {
110
+ type: 'RollupItem',
111
+ content: {
112
+ label: 'Rollup button 2',
113
+ isExpanded: true,
114
+ },
115
+ blocks: [{ type: 'LinkDocs', content: linkDocsExample }],
116
+ },
117
+ ],
118
+ }}
119
+ options={options}
120
+ />
64
121
  </div>
65
122
  ),
66
123
  'rollup secondary': (
67
124
  <div className="container grid grid-cols-12">
68
- <VerticalLayout gap="XS" align="left" version="transparent" className="col-span-12">
69
- <RollupItem
70
- label="Rollup button 1 with TEXT_BLOCK"
71
- version="secondary"
72
- isFoldButtonOnTop={false}
73
- >
74
- {[TEXT_BLOCK_ACCORDION_BLOCK, TEXT_BLOCK_ACCORDION_BLOCK]}
75
- </RollupItem>
76
- <RollupItem
77
- label="Rollup button 2 with TEXT_BLOCK"
78
- version="secondary"
79
- isFoldButtonOnTop={false}
80
- >
81
- {[TEXT_BLOCK_ACCORDION_BLOCK, TEXT_BLOCK_ACCORDION_BLOCK]}
82
- </RollupItem>
83
- </VerticalLayout>
125
+ <VerticalLayout
126
+ gap="XS"
127
+ align="left"
128
+ version="transparent"
129
+ className="col-span-12"
130
+ block={{
131
+ type: 'VerticalLayout',
132
+ blocks: [
133
+ {
134
+ type: 'RollupItem',
135
+ content: {
136
+ label: 'Rollup button 1 with TEXT_BLOCK',
137
+ version: 'secondary',
138
+ isFoldButtonOnTop: false,
139
+ isExpanded: true,
140
+ },
141
+ blocks: [
142
+ { type: 'TextBlock', content: TEXT_BLOCK },
143
+ { type: 'TextBlock', content: TEXT_BLOCK },
144
+ ],
145
+ },
146
+ {
147
+ type: 'RollupItem',
148
+ content: {
149
+ label: 'Rollup button 2 with TEXT_BLOCK',
150
+ version: 'secondary',
151
+ isFoldButtonOnTop: false,
152
+ isExpanded: true,
153
+ },
154
+ blocks: [
155
+ { type: 'TextBlock', content: TEXT_BLOCK },
156
+ { type: 'TextBlock', content: TEXT_BLOCK },
157
+ ],
158
+ },
159
+ ],
160
+ }}
161
+ options={options}
162
+ />
84
163
  </div>
85
164
  ),
86
165
  };
@@ -1,4 +1,5 @@
1
1
  import { JSX } from '@redneckz/uni-jsx';
2
+ import { renderChildren } from '../../BlockRenderer/renderChildren';
2
3
  import type { AlignType } from '../../model/AlignType';
3
4
  import { BlockVersionWithTransparent } from '../../model/BlockVersion';
4
5
  import type { JSXBlock, UniBlockProps } from '../../model/JSXBlock';
@@ -30,7 +31,7 @@ const backgroundStyleMap: Record<BlockVersionWithTransparent, string> = {
30
31
  };
31
32
 
32
33
  export const VerticalLayout: JSXBlock<VerticalLayoutProps> = JSX<VerticalLayoutProps>(
33
- ({ className = '', children, gap = '', align = 'left', version = 'transparent', ...rest }) => (
34
+ ({ className = '', gap = '', align = 'left', version = 'transparent', ...rest }) => (
34
35
  <BlockWrapper
35
36
  className={[
36
37
  'flex flex-col',
@@ -41,7 +42,7 @@ export const VerticalLayout: JSXBlock<VerticalLayoutProps> = JSX<VerticalLayoutP
41
42
  ].join(' ')}
42
43
  {...rest}
43
44
  >
44
- {children}
45
+ {renderChildren(rest)}
45
46
  </BlockWrapper>
46
47
  ),
47
48
  );
@@ -0,0 +1,33 @@
1
+ import { Video } from './Video';
2
+ import { VideoContent } from './VideoContent';
3
+
4
+ const VIDEO_CONTENT: VideoContent = {
5
+ title: 'Посмотрите короткое видео, как войти в ЛК',
6
+ previewImg: {
7
+ src: 'video-preview.png',
8
+ },
9
+ src: 'rshb.webm',
10
+ };
11
+
12
+ export default {
13
+ default: (
14
+ <div className="container grid grid-cols-12">
15
+ <Video className="col-span-12" {...VIDEO_CONTENT} />
16
+ </div>
17
+ ),
18
+ 'col-span-10': (
19
+ <div className="container grid grid-cols-12">
20
+ <Video className="col-span-10" {...VIDEO_CONTENT} />
21
+ </div>
22
+ ),
23
+ 'col-span-8': (
24
+ <div className="container grid grid-cols-12">
25
+ <Video className="col-span-8" {...VIDEO_CONTENT} />
26
+ </div>
27
+ ),
28
+ 'col-span-6': (
29
+ <div className="container grid grid-cols-12">
30
+ <Video className="col-span-6" {...VIDEO_CONTENT} />
31
+ </div>
32
+ ),
33
+ };
@@ -0,0 +1,29 @@
1
+ import { JSX } from '@redneckz/uni-jsx';
2
+ import type { UniBlockProps } from '../../model/JSXBlock';
3
+ import { BlockWrapper } from '../../ui-kit/BlockWrapper';
4
+ import { Headline } from '../Headline/Headline';
5
+ import { getPaddings } from './getPaddings';
6
+ import type { VideoContent } from './VideoContent';
7
+
8
+ interface VideoProps extends VideoContent, UniBlockProps {}
9
+
10
+ export const Video = JSX<VideoProps>((props) => {
11
+ const { title, src, previewImg, className = '', ...rest } = props;
12
+
13
+ return (
14
+ <BlockWrapper className={`bg-white ${getPaddings(className)} ${className}`} {...rest}>
15
+ <Headline title={title} headlineVersion="M" />
16
+ {src ? (
17
+ <video
18
+ className="m-auto w-full object-fill"
19
+ preload="metadata"
20
+ poster={previewImg?.src}
21
+ style={{ maxHeight: 524 }}
22
+ controls
23
+ >
24
+ <source src={src} />
25
+ </video>
26
+ ) : null}
27
+ </BlockWrapper>
28
+ );
29
+ });
@@ -0,0 +1,12 @@
1
+ {
2
+ "content": {
3
+ "previewImg": {
4
+ "ui:field": "picture"
5
+ }
6
+ },
7
+ "style": {
8
+ "ui:options": {
9
+ "minCols": 6
10
+ }
11
+ }
12
+ }
@@ -0,0 +1,9 @@
1
+ import type { TitleProps } from '../../model/HeadlineType';
2
+ import type { Picture } from '../../model/Picture';
3
+
4
+ export interface VideoContent extends TitleProps {
5
+ /** @title URL */
6
+ src?: string;
7
+ /** @title Заставка */
8
+ previewImg?: Picture;
9
+ }
@@ -0,0 +1,6 @@
1
+ import { getColSpan } from '../../utils/getColSpan';
2
+
3
+ const MIN_COL_SPAN = 10;
4
+
5
+ export const getPaddings = (className: string) =>
6
+ getColSpan(className) < MIN_COL_SPAN ? 'py-6 px-11' : 'py-12 px-32';
@@ -5,39 +5,35 @@ export interface CarouselControls {
5
5
  dec: () => void;
6
6
  canInc: boolean;
7
7
  canDec: boolean;
8
+ isScrollAvailable: boolean;
8
9
  }
9
10
 
10
- interface CarouselProps {
11
- itemsCount: number;
11
+ interface CarouselControlsProps {
12
+ itemCount: number;
12
13
  visibleItemCount?: number;
13
14
  isCyclic?: boolean;
15
+ container?: HTMLDivElement | null;
14
16
  }
15
17
 
16
- export const useCarouselControls = ({
17
- itemsCount,
18
- visibleItemCount = itemsCount,
19
- isCyclic,
20
- }: CarouselProps): [number, CarouselControls] => {
18
+ export const useCarouselControls = (props: CarouselControlsProps): [number, CarouselControls] => {
19
+ const { itemCount, visibleItemCount, isCyclic } = props;
20
+
21
21
  const [activeIndex, setActiveIndex] = useState(0);
22
22
 
23
23
  const inc = useCallback(
24
- () =>
25
- setActiveIndex((_) => (isCyclic ? (_ + 1) % itemsCount : Math.min(_ + 1, itemsCount - 1))),
26
- [isCyclic, itemsCount],
24
+ () => setActiveIndex((_) => (isCyclic ? (_ + 1) % itemCount : Math.min(_ + 1, itemCount - 1))),
25
+ [isCyclic, itemCount],
27
26
  );
28
27
  const dec = useCallback(
29
- () =>
30
- setActiveIndex((_) => (isCyclic ? (itemsCount + _ - 1) % itemsCount : Math.max(_ - 1, 0))),
31
- [isCyclic, itemsCount],
28
+ () => setActiveIndex((_) => (isCyclic ? (itemCount + _ - 1) % itemCount : Math.max(_ - 1, 0))),
29
+ [isCyclic, itemCount],
32
30
  );
33
31
 
34
- const isScrollAvailable = itemsCount > visibleItemCount;
35
- const isCyclicAndScrollAvailable = isCyclic && isScrollAvailable;
36
-
37
32
  const canInc =
38
- isCyclicAndScrollAvailable ||
39
- (isScrollAvailable && itemsCount - activeIndex > visibleItemCount);
40
- const canDec = isCyclicAndScrollAvailable || Boolean(isScrollAvailable && activeIndex > 0);
33
+ isCyclic ||
34
+ (isScrollable(activeIndex, props) && activeIndex < itemCount - (visibleItemCount || 1));
35
+ const canDec = isCyclic || activeIndex > 0;
36
+ const isScrollAvailable = canDec || canInc;
41
37
 
42
38
  return [
43
39
  activeIndex,
@@ -46,6 +42,24 @@ export const useCarouselControls = ({
46
42
  dec,
47
43
  canInc,
48
44
  canDec,
45
+ isScrollAvailable,
49
46
  },
50
47
  ];
51
48
  };
49
+
50
+ function isScrollable(
51
+ activeIndex: number,
52
+ { itemCount, visibleItemCount, container }: CarouselControlsProps,
53
+ ): boolean {
54
+ if (visibleItemCount) {
55
+ return itemCount > visibleItemCount;
56
+ }
57
+
58
+ if (container) {
59
+ const scrollLeft = (container.scrollWidth * activeIndex) / itemCount;
60
+
61
+ return scrollLeft + container.clientWidth < container.scrollWidth;
62
+ }
63
+
64
+ return false;
65
+ }
@@ -1,14 +1,13 @@
1
1
  import type { UNIComponent } from '@redneckz/uni-jsx';
2
- import type { BlockAncestors, SlotName } from './BlockDecorator';
3
- import type { BlockDef, ContentPageDef } from './ContentPageDef';
2
+ import type { BlockRendererOptions } from '../BlockRenderer/BlockRendererOptions';
3
+ import type { SlotName } from './BlockDecorator';
4
+ import type { BlockDef } from './ContentPageDef';
4
5
  import type { VNode } from './VNode';
5
6
 
6
7
  export interface UniBlockProps {
7
8
  className?: string;
8
- page?: ContentPageDef;
9
9
  block?: BlockDef;
10
- ancestors?: BlockAncestors;
11
- slots?: Record<string, VNode>;
10
+ options?: BlockRendererOptions;
12
11
  }
13
12
 
14
13
  export type JSXBlock<BlockProps extends UniBlockProps = UniBlockProps> = UNIComponent<
@@ -13,6 +13,7 @@ export type Target = '' | '_self' | '_blank' | '_parent' | '_top';
13
13
  export interface LinkCommonProps {
14
14
  /** @title URL (href) */
15
15
  href?: string;
16
+ /** @default "" */
16
17
  target?: Target;
17
18
  }
18
19
 
@@ -33,9 +33,15 @@ export type ImgAlignment =
33
33
  export interface Img {
34
34
  /** @title Картинка */
35
35
  src?: string;
36
- /** @title Альтернативный текст (alt) */
36
+ /**
37
+ * @title Альтернативный текст (alt)
38
+ * @default ""
39
+ */
37
40
  alt?: string;
38
- /** @title Текст подсказки (title) */
41
+ /**
42
+ * @title Текст подсказки (title)
43
+ * @default ""
44
+ */
39
45
  title?: string;
40
46
  }
41
47
 
@@ -1,9 +1,9 @@
1
1
  import '@redneckz/uni-jsx/lib/setup.react';
2
2
  import { useState } from 'react';
3
- import { handlerDecorator } from '../hooks/handlerDecorator';
4
- import { useRouter } from '../hooks/useRouter';
5
- import { projectSettings } from '../ProjectSettings';
6
- import wlc from '../wlc.json';
3
+ import { handlerDecorator } from './hooks/handlerDecorator';
4
+ import { useRouter } from './hooks/useRouter';
5
+ import { projectSettings } from './ProjectSettings';
6
+ import wlc from './wlc.json';
7
7
 
8
8
  projectSettings.setup(wlc);
9
9
 
@@ -1,4 +1,4 @@
1
- import '../../react/setup-fixture';
1
+ import '../../setup-fixture';
2
2
  import { Img } from '../Img/Img';
3
3
  import { Button } from './Button';
4
4
 
@@ -1,40 +1,45 @@
1
1
  import { ArrowButton } from './ArrowButton';
2
2
 
3
- export type renderArrowsProps = {
4
- handler: [() => void, () => void];
5
- isShown: [boolean, boolean];
3
+ export type RenderArrowsProps = {
4
+ dec: () => void;
5
+ inc: () => void;
6
+ canInc: boolean;
7
+ canDec: boolean;
6
8
  btnClass: [string, string];
7
9
  className?: string;
8
10
  isDisabled?: boolean;
9
11
  };
10
12
 
11
13
  export function renderArrows({
12
- handler,
13
- isShown,
14
+ dec,
15
+ inc,
16
+ canDec,
17
+ canInc,
14
18
  btnClass,
15
19
  className = '',
16
- isDisabled = false,
17
- }: renderArrowsProps) {
18
- return (
20
+ }: RenderArrowsProps) {
21
+ const isVisible = canDec || canInc;
22
+
23
+ return isVisible ? (
19
24
  <div>
20
- {isShown[0] || isDisabled ? (
25
+ {canDec ? (
21
26
  <ArrowButton
22
- className={`absolute z-10 ${btnClass[0]} ${className}`}
23
- onClick={handler[0]}
27
+ className={`absolute z-50 ${btnClass[0]} ${className}`}
28
+ onClick={dec}
24
29
  ariaLabel="Пролистать влево"
25
30
  data-block-control="scroll-left"
26
- disabled={!isShown[0]}
31
+ disabled={!canDec}
27
32
  />
28
33
  ) : null}
29
- {isShown[1] || isDisabled ? (
34
+ {canInc ? (
30
35
  <ArrowButton
31
- className={`absolute z-10 rotate-180 ${btnClass[1]} ${className}`}
32
- onClick={handler[1]}
36
+ className={`absolute z-50 rotate-180 ${btnClass[1]} ${className}`}
37
+ onClick={inc}
33
38
  ariaLabel="Пролистать вправо"
34
39
  data-block-control="scroll-right"
35
- disabled={!isShown[1]}
40
+ disabled={!canInc}
36
41
  />
37
42
  ) : null}
38
43
  </div>
39
- );
44
+ ) : null;
40
45
  }
@@ -1,4 +1,4 @@
1
- import '../../react/setup-fixture';
1
+ import '../../setup-fixture';
2
2
 
3
3
  import { HeaderItem } from './HeaderItem';
4
4
 
@@ -1,5 +1,5 @@
1
1
  import { IconMap } from '../../icons/IconName';
2
- import '../../react/setup-fixture';
2
+ import '../../setup-fixture';
3
3
  import { Icon } from './Icon';
4
4
 
5
5
  export default {
@@ -1,5 +1,5 @@
1
1
  import { JSX } from '@redneckz/uni-jsx';
2
- import { useState } from '@redneckz/uni-jsx/lib/hooks';
2
+ import { useCarouselControls } from '../../hooks/useCarouselControls';
3
3
  import { renderArrows } from '../Button/renderArrows';
4
4
  import type { RowsData } from './InnerTableProps';
5
5
 
@@ -10,23 +10,19 @@ export interface InnerTableBodyItemProps {
10
10
  }
11
11
 
12
12
  export const InnerTableBodyItem = JSX<InnerTableBodyItemProps>(({ rows }) => {
13
- const [activeColumnIndex, setActiveColumnIndex] = useState(0);
14
-
15
- const handleNextClick = () => setActiveColumnIndex(activeColumnIndex + 1);
16
- const handlePrevClick = () => setActiveColumnIndex(activeColumnIndex - 1);
17
-
18
13
  const rowsLength = rows?.[0]?.length ?? 0;
19
- const showNextButton = rowsLength > 3 && rowsLength > activeColumnIndex + 4;
20
-
21
- const showPrevButton = activeColumnIndex > 0;
14
+ const CARD_VIEW_COUNT = 5;
15
+ const [activeIndex, controls] = useCarouselControls({
16
+ itemCount: rowsLength,
17
+ visibleItemCount: CARD_VIEW_COUNT,
18
+ });
22
19
 
23
20
  return (
24
21
  <div>
25
- {rows?.map(renderRow(activeColumnIndex))}
22
+ {rows?.map(renderRow(activeIndex))}
26
23
  {renderArrows({
27
- handler: [handlePrevClick, handleNextClick],
28
- isShown: [showPrevButton, showNextButton],
29
- btnClass: ['right-3 top-24', 'right-3 top-2'],
24
+ ...controls,
25
+ btnClass: ['left-3 top-20', 'right-3 top-20'],
30
26
  className: '',
31
27
  })}
32
28
  </div>
@@ -1,4 +1,4 @@
1
- import '../../react/setup-fixture';
1
+ import '../../setup-fixture';
2
2
  import { List } from './List';
3
3
 
4
4
  const items = ['List Item #1', 'List Item #2', 'List Item #3', 'List Item #4'];
@@ -1,4 +1,4 @@
1
- import '../../react/setup-fixture';
1
+ import '../../setup-fixture';
2
2
 
3
3
  import { Logo } from './Logo';
4
4
 
@@ -0,0 +1,17 @@
1
+ import { JSX } from '@redneckz/uni-jsx';
2
+ import type { FontWeight, TextAlign, TextColor, TextSize } from '../Text/Text';
3
+
4
+ interface ParagraphProps {
5
+ size?: TextSize;
6
+ color?: TextColor;
7
+ align?: TextAlign;
8
+ font?: FontWeight;
9
+ }
10
+
11
+ export const Paragraph = JSX<ParagraphProps>((props) => {
12
+ const { size = '', color = '', align = '', font = '', children } = props;
13
+
14
+ const textClasses = `font-sans ${size} ${color} ${align} ${font}`;
15
+
16
+ return <p className={textClasses}>{children}</p>;
17
+ });
@@ -1,4 +1,4 @@
1
- import '../../react/setup-fixture';
1
+ import '../../setup-fixture';
2
2
  import { RadioButtonGroup } from './RadioButtonGroup';
3
3
 
4
4
  const items = [