@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
@@ -0,0 +1,8 @@
1
+ import type { TitleProps } from '../../model/HeadlineType';
2
+ import type { Picture } from '../../model/Picture';
3
+ export interface VideoContent extends TitleProps {
4
+ /** @title URL */
5
+ src?: string;
6
+ /** @title Заставка */
7
+ previewImg?: Picture;
8
+ }
@@ -0,0 +1,2 @@
1
+ Object.defineProperty(exports, "__esModule", { value: true });
2
+ //# sourceMappingURL=VideoContent.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VideoContent.js","sourceRoot":"","sources":["../../../src/components/Video/VideoContent.ts"],"names":[],"mappings":""}
@@ -0,0 +1 @@
1
+ export declare const getPaddings: (className: string) => "py-6 px-11" | "py-12 px-32";
@@ -0,0 +1,7 @@
1
+ Object.defineProperty(exports, "__esModule", { value: true });
2
+ exports.getPaddings = void 0;
3
+ const getColSpan_1 = require("../../utils/getColSpan");
4
+ const MIN_COL_SPAN = 10;
5
+ const getPaddings = (className) => (0, getColSpan_1.getColSpan)(className) < MIN_COL_SPAN ? 'py-6 px-11' : 'py-12 px-32';
6
+ exports.getPaddings = getPaddings;
7
+ //# sourceMappingURL=getPaddings.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getPaddings.js","sourceRoot":"","sources":["../../../src/components/Video/getPaddings.ts"],"names":[],"mappings":";;AAAA,uDAAoD;AAEpD,MAAM,YAAY,GAAG,EAAE,CAAC;AAEjB,MAAM,WAAW,GAAG,CAAC,SAAiB,EAAE,EAAE,CAC/C,IAAA,uBAAU,EAAC,SAAS,CAAC,GAAG,YAAY,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,CAAC,aAAa,CAAC;AADzD,QAAA,WAAW,eAC8C"}
@@ -3,11 +3,13 @@ export interface CarouselControls {
3
3
  dec: () => void;
4
4
  canInc: boolean;
5
5
  canDec: boolean;
6
+ isScrollAvailable: boolean;
6
7
  }
7
- interface CarouselProps {
8
- itemsCount: number;
8
+ interface CarouselControlsProps {
9
+ itemCount: number;
9
10
  visibleItemCount?: number;
10
11
  isCyclic?: boolean;
12
+ container?: HTMLDivElement | null;
11
13
  }
12
- export declare const useCarouselControls: ({ itemsCount, visibleItemCount, isCyclic, }: CarouselProps) => [number, CarouselControls];
14
+ export declare const useCarouselControls: (props: CarouselControlsProps) => [number, CarouselControls];
13
15
  export {};
@@ -1,15 +1,15 @@
1
1
  Object.defineProperty(exports, "__esModule", { value: true });
2
2
  exports.useCarouselControls = void 0;
3
3
  const hooks_1 = require("@redneckz/uni-jsx/lib/hooks");
4
- const useCarouselControls = ({ itemsCount, visibleItemCount = itemsCount, isCyclic, }) => {
4
+ const useCarouselControls = (props) => {
5
+ const { itemCount, visibleItemCount, isCyclic } = props;
5
6
  const [activeIndex, setActiveIndex] = (0, hooks_1.useState)(0);
6
- const inc = (0, hooks_1.useCallback)(() => setActiveIndex((_) => (isCyclic ? (_ + 1) % itemsCount : Math.min(_ + 1, itemsCount - 1))), [isCyclic, itemsCount]);
7
- const dec = (0, hooks_1.useCallback)(() => setActiveIndex((_) => (isCyclic ? (itemsCount + _ - 1) % itemsCount : Math.max(_ - 1, 0))), [isCyclic, itemsCount]);
8
- const isScrollAvailable = itemsCount > visibleItemCount;
9
- const isCyclicAndScrollAvailable = isCyclic && isScrollAvailable;
10
- const canInc = isCyclicAndScrollAvailable ||
11
- (isScrollAvailable && itemsCount - activeIndex > visibleItemCount);
12
- const canDec = isCyclicAndScrollAvailable || Boolean(isScrollAvailable && activeIndex > 0);
7
+ const inc = (0, hooks_1.useCallback)(() => setActiveIndex((_) => (isCyclic ? (_ + 1) % itemCount : Math.min(_ + 1, itemCount - 1))), [isCyclic, itemCount]);
8
+ const dec = (0, hooks_1.useCallback)(() => setActiveIndex((_) => (isCyclic ? (itemCount + _ - 1) % itemCount : Math.max(_ - 1, 0))), [isCyclic, itemCount]);
9
+ const canInc = isCyclic ||
10
+ (isScrollable(activeIndex, props) && activeIndex < itemCount - (visibleItemCount || 1));
11
+ const canDec = isCyclic || activeIndex > 0;
12
+ const isScrollAvailable = canDec || canInc;
13
13
  return [
14
14
  activeIndex,
15
15
  {
@@ -17,8 +17,19 @@ const useCarouselControls = ({ itemsCount, visibleItemCount = itemsCount, isCycl
17
17
  dec,
18
18
  canInc,
19
19
  canDec,
20
+ isScrollAvailable,
20
21
  },
21
22
  ];
22
23
  };
23
24
  exports.useCarouselControls = useCarouselControls;
25
+ function isScrollable(activeIndex, { itemCount, visibleItemCount, container }) {
26
+ if (visibleItemCount) {
27
+ return itemCount > visibleItemCount;
28
+ }
29
+ if (container) {
30
+ const scrollLeft = (container.scrollWidth * activeIndex) / itemCount;
31
+ return scrollLeft + container.clientWidth < container.scrollWidth;
32
+ }
33
+ return false;
34
+ }
24
35
  //# sourceMappingURL=useCarouselControls.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"useCarouselControls.js","sourceRoot":"","sources":["../../src/hooks/useCarouselControls.ts"],"names":[],"mappings":";;AAAA,uDAAoE;AAe7D,MAAM,mBAAmB,GAAG,CAAC,EAClC,UAAU,EACV,gBAAgB,GAAG,UAAU,EAC7B,QAAQ,GACM,EAA8B,EAAE;IAC9C,MAAM,CAAC,WAAW,EAAE,cAAc,CAAC,GAAG,IAAA,gBAAQ,EAAC,CAAC,CAAC,CAAC;IAElD,MAAM,GAAG,GAAG,IAAA,mBAAW,EACrB,GAAG,EAAE,CACH,cAAc,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,GAAG,UAAU,CAAC,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,GAAG,CAAC,EAAE,UAAU,GAAG,CAAC,CAAC,CAAC,CAAC,EAC5F,CAAC,QAAQ,EAAE,UAAU,CAAC,CACvB,CAAC;IACF,MAAM,GAAG,GAAG,IAAA,mBAAW,EACrB,GAAG,EAAE,CACH,cAAc,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,UAAU,GAAG,CAAC,GAAG,CAAC,CAAC,GAAG,UAAU,CAAC,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,EAC5F,CAAC,QAAQ,EAAE,UAAU,CAAC,CACvB,CAAC;IAEF,MAAM,iBAAiB,GAAG,UAAU,GAAG,gBAAgB,CAAC;IACxD,MAAM,0BAA0B,GAAG,QAAQ,IAAI,iBAAiB,CAAC;IAEjE,MAAM,MAAM,GACV,0BAA0B;QAC1B,CAAC,iBAAiB,IAAI,UAAU,GAAG,WAAW,GAAG,gBAAgB,CAAC,CAAC;IACrE,MAAM,MAAM,GAAG,0BAA0B,IAAI,OAAO,CAAC,iBAAiB,IAAI,WAAW,GAAG,CAAC,CAAC,CAAC;IAE3F,OAAO;QACL,WAAW;QACX;YACE,GAAG;YACH,GAAG;YACH,MAAM;YACN,MAAM;SACP;KACF,CAAC;AACJ,CAAC,CAAC;AAnCW,QAAA,mBAAmB,uBAmC9B"}
1
+ {"version":3,"file":"useCarouselControls.js","sourceRoot":"","sources":["../../src/hooks/useCarouselControls.ts"],"names":[],"mappings":";;AAAA,uDAAoE;AAiB7D,MAAM,mBAAmB,GAAG,CAAC,KAA4B,EAA8B,EAAE;IAC9F,MAAM,EAAE,SAAS,EAAE,gBAAgB,EAAE,QAAQ,EAAE,GAAG,KAAK,CAAC;IAExD,MAAM,CAAC,WAAW,EAAE,cAAc,CAAC,GAAG,IAAA,gBAAQ,EAAC,CAAC,CAAC,CAAC;IAElD,MAAM,GAAG,GAAG,IAAA,mBAAW,EACrB,GAAG,EAAE,CAAC,cAAc,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,GAAG,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,GAAG,CAAC,EAAE,SAAS,GAAG,CAAC,CAAC,CAAC,CAAC,EAC9F,CAAC,QAAQ,EAAE,SAAS,CAAC,CACtB,CAAC;IACF,MAAM,GAAG,GAAG,IAAA,mBAAW,EACrB,GAAG,EAAE,CAAC,cAAc,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,GAAG,CAAC,GAAG,CAAC,CAAC,GAAG,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,EAC9F,CAAC,QAAQ,EAAE,SAAS,CAAC,CACtB,CAAC;IAEF,MAAM,MAAM,GACV,QAAQ;QACR,CAAC,YAAY,CAAC,WAAW,EAAE,KAAK,CAAC,IAAI,WAAW,GAAG,SAAS,GAAG,CAAC,gBAAgB,IAAI,CAAC,CAAC,CAAC,CAAC;IAC1F,MAAM,MAAM,GAAG,QAAQ,IAAI,WAAW,GAAG,CAAC,CAAC;IAC3C,MAAM,iBAAiB,GAAG,MAAM,IAAI,MAAM,CAAC;IAE3C,OAAO;QACL,WAAW;QACX;YACE,GAAG;YACH,GAAG;YACH,MAAM;YACN,MAAM;YACN,iBAAiB;SAClB;KACF,CAAC;AACJ,CAAC,CAAC;AA9BW,QAAA,mBAAmB,uBA8B9B;AAEF,SAAS,YAAY,CACnB,WAAmB,EACnB,EAAE,SAAS,EAAE,gBAAgB,EAAE,SAAS,EAAyB;IAEjE,IAAI,gBAAgB,EAAE;QACpB,OAAO,SAAS,GAAG,gBAAgB,CAAC;KACrC;IAED,IAAI,SAAS,EAAE;QACb,MAAM,UAAU,GAAG,CAAC,SAAS,CAAC,WAAW,GAAG,WAAW,CAAC,GAAG,SAAS,CAAC;QAErE,OAAO,UAAU,GAAG,SAAS,CAAC,WAAW,GAAG,SAAS,CAAC,WAAW,CAAC;KACnE;IAED,OAAO,KAAK,CAAC;AACf,CAAC"}
@@ -1,13 +1,12 @@
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
  export interface UniBlockProps {
6
7
  className?: string;
7
- page?: ContentPageDef;
8
8
  block?: BlockDef;
9
- ancestors?: BlockAncestors;
10
- slots?: Record<string, VNode>;
9
+ options?: BlockRendererOptions;
11
10
  }
12
11
  export declare type JSXBlock<BlockProps extends UniBlockProps = UniBlockProps> = UNIComponent<BlockProps, any, VNode | VNode[]> & {
13
12
  childrenTypes?: string[] | {
@@ -12,6 +12,7 @@ export declare type Target = '' | '_self' | '_blank' | '_parent' | '_top';
12
12
  export interface LinkCommonProps {
13
13
  /** @title URL (href) */
14
14
  href?: string;
15
+ /** @default "" */
15
16
  target?: Target;
16
17
  }
17
18
  /**
@@ -21,9 +21,15 @@ export declare type ImgAlignment = 'northwest' | 'north' | 'northeast' | 'west'
21
21
  export interface Img {
22
22
  /** @title Картинка */
23
23
  src?: string;
24
- /** @title Альтернативный текст (alt) */
24
+ /**
25
+ * @title Альтернативный текст (alt)
26
+ * @default ""
27
+ */
25
28
  alt?: string;
26
- /** @title Текст подсказки (title) */
29
+ /**
30
+ * @title Текст подсказки (title)
31
+ * @default ""
32
+ */
27
33
  title?: string;
28
34
  }
29
35
  /**
@@ -4,10 +4,10 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
5
  require("@redneckz/uni-jsx/lib/setup.react");
6
6
  const react_1 = require("react");
7
- const handlerDecorator_1 = require("../hooks/handlerDecorator");
8
- const useRouter_1 = require("../hooks/useRouter");
9
- const ProjectSettings_1 = require("../ProjectSettings");
10
- const wlc_json_1 = __importDefault(require("../wlc.json"));
7
+ const handlerDecorator_1 = require("./hooks/handlerDecorator");
8
+ const useRouter_1 = require("./hooks/useRouter");
9
+ const ProjectSettings_1 = require("./ProjectSettings");
10
+ const wlc_json_1 = __importDefault(require("./wlc.json"));
11
11
  ProjectSettings_1.projectSettings.setup(wlc_json_1.default);
12
12
  useRouter_1.useRouter.setup(() => {
13
13
  const [href, setHref] = (0, react_1.useState)(globalThis.location.href);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"setup-fixture.js","sourceRoot":"","sources":["../src/setup-fixture.ts"],"names":[],"mappings":";;;;AAAA,6CAA2C;AAC3C,iCAAiC;AACjC,+DAA4D;AAC5D,iDAA8C;AAC9C,uDAAoD;AACpD,0DAA6B;AAE7B,iCAAe,CAAC,KAAK,CAAC,kBAAG,CAAC,CAAC;AAE3B,qBAAS,CAAC,KAAK,CAAC,GAAG,EAAE;IACnB,MAAM,CAAC,IAAI,EAAE,OAAO,CAAC,GAAG,IAAA,gBAAQ,EAAS,UAAU,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC;IAEnE,OAAO;QACL,IAAI,EAAE,IAAI;QACV,QAAQ,EAAE,UAAU;QACpB,KAAK,EAAE,EAAE;QACT,IAAI,EAAE,CAAC,GAAW,EAAE,EAAE;YACpB,UAAU,CAAC,OAAO,CAAC,SAAS,CAAC,IAAI,EAAE,EAAE,EAAE,GAAG,CAAC,CAAC;YAC5C,OAAO,CAAC,UAAU,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC;QACpC,CAAC;QACD,OAAO,EAAE,CAAC,GAAW,EAAE,EAAE;YACvB,UAAU,CAAC,OAAO,CAAC,YAAY,CAAC,IAAI,EAAE,EAAE,EAAE,GAAG,CAAC,CAAC;YAC/C,OAAO,CAAC,UAAU,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC;QACpC,CAAC;KACF,CAAC;AACJ,CAAC,CAAC,CAAC;AAEH,mCAAgB,CAAC,KAAK,CAAC,CAAC,OAAO,EAAE,aAAa,EAAO,EAAE,CAAC,CAAC,EAAE,EAAE,EAAE;IAC7D,EAAE,CAAC,cAAc,EAAE,CAAC;IACpB,OAAO,CAAC,GAAG,CAAC,EAAE,CAAC,MAAM,EAAE,EAAE,EAAE,aAAa,CAAC,CAAC;IAC1C,OAAO,CAAC,EAAE,CAAC,CAAC;AACd,CAAC,CAAC,CAAC"}
@@ -1,9 +1,11 @@
1
1
  /// <reference types="react" />
2
- export declare type renderArrowsProps = {
3
- handler: [() => void, () => void];
4
- isShown: [boolean, boolean];
2
+ export declare type RenderArrowsProps = {
3
+ dec: () => void;
4
+ inc: () => void;
5
+ canInc: boolean;
6
+ canDec: boolean;
5
7
  btnClass: [string, string];
6
8
  className?: string;
7
9
  isDisabled?: boolean;
8
10
  };
9
- export declare function renderArrows({ handler, isShown, btnClass, className, isDisabled, }: renderArrowsProps): JSX.Element;
11
+ export declare function renderArrows({ dec, inc, canDec, canInc, btnClass, className, }: RenderArrowsProps): JSX.Element | null;
@@ -2,8 +2,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
2
2
  exports.renderArrows = void 0;
3
3
  const jsx_runtime_1 = require("@redneckz/uni-jsx/jsx-runtime");
4
4
  const ArrowButton_1 = require("./ArrowButton");
5
- function renderArrows({ handler, isShown, btnClass, className = '', isDisabled = false, }) {
6
- return ((0, jsx_runtime_1.jsxs)("div", { children: [isShown[0] || isDisabled ? ((0, jsx_runtime_1.jsx)(ArrowButton_1.ArrowButton, { className: `absolute z-10 ${btnClass[0]} ${className}`, onClick: handler[0], ariaLabel: "\u041F\u0440\u043E\u043B\u0438\u0441\u0442\u0430\u0442\u044C \u0432\u043B\u0435\u0432\u043E", "data-block-control": "scroll-left", disabled: !isShown[0] })) : null, isShown[1] || isDisabled ? ((0, jsx_runtime_1.jsx)(ArrowButton_1.ArrowButton, { className: `absolute z-10 rotate-180 ${btnClass[1]} ${className}`, onClick: handler[1], ariaLabel: "\u041F\u0440\u043E\u043B\u0438\u0441\u0442\u0430\u0442\u044C \u0432\u043F\u0440\u0430\u0432\u043E", "data-block-control": "scroll-right", disabled: !isShown[1] })) : null] }));
5
+ function renderArrows({ dec, inc, canDec, canInc, btnClass, className = '', }) {
6
+ const isVisible = canDec || canInc;
7
+ return isVisible ? ((0, jsx_runtime_1.jsxs)("div", { children: [canDec ? ((0, jsx_runtime_1.jsx)(ArrowButton_1.ArrowButton, { className: `absolute z-50 ${btnClass[0]} ${className}`, onClick: dec, ariaLabel: "\u041F\u0440\u043E\u043B\u0438\u0441\u0442\u0430\u0442\u044C \u0432\u043B\u0435\u0432\u043E", "data-block-control": "scroll-left", disabled: !canDec })) : null, canInc ? ((0, jsx_runtime_1.jsx)(ArrowButton_1.ArrowButton, { className: `absolute z-50 rotate-180 ${btnClass[1]} ${className}`, onClick: inc, ariaLabel: "\u041F\u0440\u043E\u043B\u0438\u0441\u0442\u0430\u0442\u044C \u0432\u043F\u0440\u0430\u0432\u043E", "data-block-control": "scroll-right", disabled: !canInc })) : null] })) : null;
7
8
  }
8
9
  exports.renderArrows = renderArrows;
9
10
  //# sourceMappingURL=renderArrows.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"renderArrows.js","sourceRoot":"","sources":["../../../src/ui-kit/Button/renderArrows.tsx"],"names":[],"mappings":";;;AAAA,+CAA4C;AAU5C,SAAgB,YAAY,CAAC,EAC3B,OAAO,EACP,OAAO,EACP,QAAQ,EACR,SAAS,GAAG,EAAE,EACd,UAAU,GAAG,KAAK,GACA;IAClB,OAAO,CACL,4CACG,OAAO,CAAC,CAAC,CAAC,IAAI,UAAU,CAAC,CAAC,CAAC,CAC1B,uBAAC,yBAAW,IACV,SAAS,EAAE,iBAAiB,QAAQ,CAAC,CAAC,CAAC,IAAI,SAAS,EAAE,EACtD,OAAO,EAAE,OAAO,CAAC,CAAC,CAAC,EACnB,SAAS,EAAC,6FAAkB,wBACT,aAAa,EAChC,QAAQ,EAAE,CAAC,OAAO,CAAC,CAAC,CAAC,GACrB,CACH,CAAC,CAAC,CAAC,IAAI,EACP,OAAO,CAAC,CAAC,CAAC,IAAI,UAAU,CAAC,CAAC,CAAC,CAC1B,uBAAC,yBAAW,IACV,SAAS,EAAE,4BAA4B,QAAQ,CAAC,CAAC,CAAC,IAAI,SAAS,EAAE,EACjE,OAAO,EAAE,OAAO,CAAC,CAAC,CAAC,EACnB,SAAS,EAAC,mGAAmB,wBACV,cAAc,EACjC,QAAQ,EAAE,CAAC,OAAO,CAAC,CAAC,CAAC,GACrB,CACH,CAAC,CAAC,CAAC,IAAI,IACJ,CACP,CAAC;AACJ,CAAC;AA7BD,oCA6BC"}
1
+ {"version":3,"file":"renderArrows.js","sourceRoot":"","sources":["../../../src/ui-kit/Button/renderArrows.tsx"],"names":[],"mappings":";;;AAAA,+CAA4C;AAY5C,SAAgB,YAAY,CAAC,EAC3B,GAAG,EACH,GAAG,EACH,MAAM,EACN,MAAM,EACN,QAAQ,EACR,SAAS,GAAG,EAAE,GACI;IAClB,MAAM,SAAS,GAAG,MAAM,IAAI,MAAM,CAAC;IAEnC,OAAO,SAAS,CAAC,CAAC,CAAC,CACjB,4CACG,MAAM,CAAC,CAAC,CAAC,CACR,uBAAC,yBAAW,IACV,SAAS,EAAE,iBAAiB,QAAQ,CAAC,CAAC,CAAC,IAAI,SAAS,EAAE,EACtD,OAAO,EAAE,GAAG,EACZ,SAAS,EAAC,6FAAkB,wBACT,aAAa,EAChC,QAAQ,EAAE,CAAC,MAAM,GACjB,CACH,CAAC,CAAC,CAAC,IAAI,EACP,MAAM,CAAC,CAAC,CAAC,CACR,uBAAC,yBAAW,IACV,SAAS,EAAE,4BAA4B,QAAQ,CAAC,CAAC,CAAC,IAAI,SAAS,EAAE,EACjE,OAAO,EAAE,GAAG,EACZ,SAAS,EAAC,mGAAmB,wBACV,cAAc,EACjC,QAAQ,EAAE,CAAC,MAAM,GACjB,CACH,CAAC,CAAC,CAAC,IAAI,IACJ,CACP,CAAC,CAAC,CAAC,IAAI,CAAC;AACX,CAAC;AAhCD,oCAgCC"}
@@ -2,20 +2,19 @@ Object.defineProperty(exports, "__esModule", { value: true });
2
2
  exports.InnerTableBodyItem = void 0;
3
3
  const jsx_runtime_1 = require("@redneckz/uni-jsx/jsx-runtime");
4
4
  const uni_jsx_1 = require("@redneckz/uni-jsx");
5
- const hooks_1 = require("@redneckz/uni-jsx/lib/hooks");
5
+ const useCarouselControls_1 = require("../../hooks/useCarouselControls");
6
6
  const renderArrows_1 = require("../Button/renderArrows");
7
7
  const COLUMN_WIDTH = 140;
8
8
  exports.InnerTableBodyItem = (0, uni_jsx_1.JSX)(({ rows }) => {
9
- const [activeColumnIndex, setActiveColumnIndex] = (0, hooks_1.useState)(0);
10
- const handleNextClick = () => setActiveColumnIndex(activeColumnIndex + 1);
11
- const handlePrevClick = () => setActiveColumnIndex(activeColumnIndex - 1);
12
9
  const rowsLength = rows?.[0]?.length ?? 0;
13
- const showNextButton = rowsLength > 3 && rowsLength > activeColumnIndex + 4;
14
- const showPrevButton = activeColumnIndex > 0;
15
- return ((0, jsx_runtime_1.jsxs)("div", { children: [rows?.map(renderRow(activeColumnIndex)), (0, renderArrows_1.renderArrows)({
16
- handler: [handlePrevClick, handleNextClick],
17
- isShown: [showPrevButton, showNextButton],
18
- btnClass: ['right-3 top-24', 'right-3 top-2'],
10
+ const CARD_VIEW_COUNT = 5;
11
+ const [activeIndex, controls] = (0, useCarouselControls_1.useCarouselControls)({
12
+ itemCount: rowsLength,
13
+ visibleItemCount: CARD_VIEW_COUNT,
14
+ });
15
+ return ((0, jsx_runtime_1.jsxs)("div", { children: [rows?.map(renderRow(activeIndex)), (0, renderArrows_1.renderArrows)({
16
+ ...controls,
17
+ btnClass: ['left-3 top-20', 'right-3 top-20'],
19
18
  className: '',
20
19
  })] }));
21
20
  });
@@ -1 +1 @@
1
- {"version":3,"file":"InnerTableBodyItem.js","sourceRoot":"","sources":["../../../src/ui-kit/InnerTable/InnerTableBodyItem.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,uDAAuD;AACvD,yDAAsD;AAGtD,MAAM,YAAY,GAAG,GAAG,CAAC;AAMZ,QAAA,kBAAkB,GAAG,IAAA,aAAG,EAA0B,CAAC,EAAE,IAAI,EAAE,EAAE,EAAE;IAC1E,MAAM,CAAC,iBAAiB,EAAE,oBAAoB,CAAC,GAAG,IAAA,gBAAQ,EAAC,CAAC,CAAC,CAAC;IAE9D,MAAM,eAAe,GAAG,GAAG,EAAE,CAAC,oBAAoB,CAAC,iBAAiB,GAAG,CAAC,CAAC,CAAC;IAC1E,MAAM,eAAe,GAAG,GAAG,EAAE,CAAC,oBAAoB,CAAC,iBAAiB,GAAG,CAAC,CAAC,CAAC;IAE1E,MAAM,UAAU,GAAG,IAAI,EAAE,CAAC,CAAC,CAAC,EAAE,MAAM,IAAI,CAAC,CAAC;IAC1C,MAAM,cAAc,GAAG,UAAU,GAAG,CAAC,IAAI,UAAU,GAAG,iBAAiB,GAAG,CAAC,CAAC;IAE5E,MAAM,cAAc,GAAG,iBAAiB,GAAG,CAAC,CAAC;IAE7C,OAAO,CACL,4CACG,IAAI,EAAE,GAAG,CAAC,SAAS,CAAC,iBAAiB,CAAC,CAAC,EACvC,IAAA,2BAAY,EAAC;gBACZ,OAAO,EAAE,CAAC,eAAe,EAAE,eAAe,CAAC;gBAC3C,OAAO,EAAE,CAAC,cAAc,EAAE,cAAc,CAAC;gBACzC,QAAQ,EAAE,CAAC,gBAAgB,EAAE,eAAe,CAAC;gBAC7C,SAAS,EAAE,EAAE;aACd,CAAC,IACE,CACP,CAAC;AACJ,CAAC,CAAC,CAAC;AAEH,MAAM,SAAS,GAAG,CAAC,iBAAyB,EAAE,EAAE,CAAC,CAAC,OAAmB,EAAE,MAAc,EAAE,EAAE;IACvF,IAAI,CAAC,OAAO,EAAE,MAAM,EAAE;QACpB,OAAO,IAAI,CAAC;KACb;IAED,MAAM,CAAC,YAAY,EAAE,GAAG,OAAO,CAAC,GAAG,OAAO,CAAC;IAE3C,MAAM,SAAS,GAAG,CAAC,GAAG,KAAK,CAAC,iBAAiB,CAAC,CAAC,IAAI,EAAE,CAAC,CAAC,MAAM,CAC3D,CAAC,GAAG,EAAE,CAAC,EAAE,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,CAAC,CAAC,EAAE,IAAI,EAAE,MAAM,IAAI,CAAC,CAAC,GAAG,YAAY,GAAG,GAAG,EAClE,CAAC,CACF,CAAC;IAEF,MAAM,gBAAgB,GAAG;QACvB,gCAAgC;QAChC,MAAM,KAAK,CAAC,CAAC,CAAC,CAAC,aAAa,CAAC,CAAC,CAAC,YAAY;KAC5C,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;IAEZ,OAAO,CACL,iCAEE,SAAS,EAAC,oEAAoE,aAE7E,YAAY,EAAE,IAAI,CAAC,CAAC,CAAC,CACpB,gCAAK,SAAS,EAAE,gCAAgC,MAAM,KAAK,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,EAAE,YAC7E,YAAY,CAAC,IAAI,GACd,CACP,CAAC,CAAC,CAAC,IAAI,EACR,gCAAK,SAAS,EAAC,gCAAgC,YAC7C,gCACE,SAAS,EAAE,gBAAgB,EAC3B,KAAK,EAAE;wBACL,SAAS,EAAE,eAAe,SAAS,KAAK;qBACzC,YAEA,OAAO,EAAE,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,CACtB,iCAEE,SAAS,EAAC,sEAAsE,aAE/E,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC,gCAAK,SAAS,EAAC,oBAAoB,YAAE,CAAC,CAAC,IAAI,GAAO,CAAC,CAAC,CAAC,IAAI,EACnE,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC,UAAU,CAAC,CAAC,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC,CAAC,CAAC,IAAI,KAJlD,MAAM,CAAC,EAAE,CAKV,CACP,CAAC,GACE,GACF,KAzBD,MAAM,CAAC,MAAM,CAAC,CA0Bf,CACP,CAAC;AACJ,CAAC,CAAC;AAEF,MAAM,UAAU,GAAG,CAAC,IAAc,EAAE,QAAgB,EAAE,EAAE,CACtD,IAAI,EAAE,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC,CACjB,gCAAK,SAAS,EAAE,QAAQ,QAAQ,IAAI,QAAQ,KAAK,CAAC,CAAC,CAAC,CAAC,qBAAqB,CAAC,CAAC,CAAC,EAAE,YAAY,YACxF,IAAI,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,CAAC,EAAE,EAAE,CAAC,CACrB,gCAAqB,SAAS,EAAE,kCAAkC,YAC/D,IAAI,IADG,MAAM,CAAC,CAAC,CAAC,CAEb,CACP,CAAC,GACE,CACP,CAAC,CAAC,CAAC,IAAI,CAAC"}
1
+ {"version":3,"file":"InnerTableBodyItem.js","sourceRoot":"","sources":["../../../src/ui-kit/InnerTable/InnerTableBodyItem.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,yEAAsE;AACtE,yDAAsD;AAGtD,MAAM,YAAY,GAAG,GAAG,CAAC;AAMZ,QAAA,kBAAkB,GAAG,IAAA,aAAG,EAA0B,CAAC,EAAE,IAAI,EAAE,EAAE,EAAE;IAC1E,MAAM,UAAU,GAAG,IAAI,EAAE,CAAC,CAAC,CAAC,EAAE,MAAM,IAAI,CAAC,CAAC;IAC1C,MAAM,eAAe,GAAG,CAAC,CAAC;IAC1B,MAAM,CAAC,WAAW,EAAE,QAAQ,CAAC,GAAG,IAAA,yCAAmB,EAAC;QAClD,SAAS,EAAE,UAAU;QACrB,gBAAgB,EAAE,eAAe;KAClC,CAAC,CAAC;IAEH,OAAO,CACL,4CACG,IAAI,EAAE,GAAG,CAAC,SAAS,CAAC,WAAW,CAAC,CAAC,EACjC,IAAA,2BAAY,EAAC;gBACZ,GAAG,QAAQ;gBACX,QAAQ,EAAE,CAAC,eAAe,EAAE,gBAAgB,CAAC;gBAC7C,SAAS,EAAE,EAAE;aACd,CAAC,IACE,CACP,CAAC;AACJ,CAAC,CAAC,CAAC;AAEH,MAAM,SAAS,GAAG,CAAC,iBAAyB,EAAE,EAAE,CAAC,CAAC,OAAmB,EAAE,MAAc,EAAE,EAAE;IACvF,IAAI,CAAC,OAAO,EAAE,MAAM,EAAE;QACpB,OAAO,IAAI,CAAC;KACb;IAED,MAAM,CAAC,YAAY,EAAE,GAAG,OAAO,CAAC,GAAG,OAAO,CAAC;IAE3C,MAAM,SAAS,GAAG,CAAC,GAAG,KAAK,CAAC,iBAAiB,CAAC,CAAC,IAAI,EAAE,CAAC,CAAC,MAAM,CAC3D,CAAC,GAAG,EAAE,CAAC,EAAE,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,CAAC,CAAC,EAAE,IAAI,EAAE,MAAM,IAAI,CAAC,CAAC,GAAG,YAAY,GAAG,GAAG,EAClE,CAAC,CACF,CAAC;IAEF,MAAM,gBAAgB,GAAG;QACvB,gCAAgC;QAChC,MAAM,KAAK,CAAC,CAAC,CAAC,CAAC,aAAa,CAAC,CAAC,CAAC,YAAY;KAC5C,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;IAEZ,OAAO,CACL,iCAEE,SAAS,EAAC,oEAAoE,aAE7E,YAAY,EAAE,IAAI,CAAC,CAAC,CAAC,CACpB,gCAAK,SAAS,EAAE,gCAAgC,MAAM,KAAK,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,EAAE,YAC7E,YAAY,CAAC,IAAI,GACd,CACP,CAAC,CAAC,CAAC,IAAI,EACR,gCAAK,SAAS,EAAC,gCAAgC,YAC7C,gCACE,SAAS,EAAE,gBAAgB,EAC3B,KAAK,EAAE;wBACL,SAAS,EAAE,eAAe,SAAS,KAAK;qBACzC,YAEA,OAAO,EAAE,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,CACtB,iCAEE,SAAS,EAAC,sEAAsE,aAE/E,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC,gCAAK,SAAS,EAAC,oBAAoB,YAAE,CAAC,CAAC,IAAI,GAAO,CAAC,CAAC,CAAC,IAAI,EACnE,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC,UAAU,CAAC,CAAC,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC,CAAC,CAAC,IAAI,KAJlD,MAAM,CAAC,EAAE,CAKV,CACP,CAAC,GACE,GACF,KAzBD,MAAM,CAAC,MAAM,CAAC,CA0Bf,CACP,CAAC;AACJ,CAAC,CAAC;AAEF,MAAM,UAAU,GAAG,CAAC,IAAc,EAAE,QAAgB,EAAE,EAAE,CACtD,IAAI,EAAE,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC,CACjB,gCAAK,SAAS,EAAE,QAAQ,QAAQ,IAAI,QAAQ,KAAK,CAAC,CAAC,CAAC,CAAC,qBAAqB,CAAC,CAAC,CAAC,EAAE,YAAY,YACxF,IAAI,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,CAAC,EAAE,EAAE,CAAC,CACrB,gCAAqB,SAAS,EAAE,kCAAkC,YAC/D,IAAI,IADG,MAAM,CAAC,CAAC,CAAC,CAEb,CACP,CAAC,GACE,CACP,CAAC,CAAC,CAAC,IAAI,CAAC"}
@@ -0,0 +1,9 @@
1
+ import type { FontWeight, TextAlign, TextColor, TextSize } from '../Text/Text';
2
+ interface ParagraphProps {
3
+ size?: TextSize;
4
+ color?: TextColor;
5
+ align?: TextAlign;
6
+ font?: FontWeight;
7
+ }
8
+ export declare const Paragraph: import("@redneckz/uni-jsx").UNIComponent<ParagraphProps, any, any>;
9
+ export {};
@@ -0,0 +1,10 @@
1
+ Object.defineProperty(exports, "__esModule", { value: true });
2
+ exports.Paragraph = void 0;
3
+ const jsx_runtime_1 = require("@redneckz/uni-jsx/jsx-runtime");
4
+ const uni_jsx_1 = require("@redneckz/uni-jsx");
5
+ exports.Paragraph = (0, uni_jsx_1.JSX)((props) => {
6
+ const { size = '', color = '', align = '', font = '', children } = props;
7
+ const textClasses = `font-sans ${size} ${color} ${align} ${font}`;
8
+ return (0, jsx_runtime_1.jsx)("p", { className: textClasses, children: children });
9
+ });
10
+ //# sourceMappingURL=Paragraph.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Paragraph.js","sourceRoot":"","sources":["../../../src/ui-kit/Paragraph/Paragraph.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAU3B,QAAA,SAAS,GAAG,IAAA,aAAG,EAAiB,CAAC,KAAK,EAAE,EAAE;IACrD,MAAM,EAAE,IAAI,GAAG,EAAE,EAAE,KAAK,GAAG,EAAE,EAAE,KAAK,GAAG,EAAE,EAAE,IAAI,GAAG,EAAE,EAAE,QAAQ,EAAE,GAAG,KAAK,CAAC;IAEzE,MAAM,WAAW,GAAG,aAAa,IAAI,IAAI,KAAK,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;IAElE,OAAO,8BAAG,SAAS,EAAE,WAAW,YAAG,QAAQ,GAAK,CAAC;AACnD,CAAC,CAAC,CAAC"}
@@ -17,8 +17,11 @@ exports.SwipeListControl = (0, uni_jsx_1.JSX)(({ className, gap = constants_1.DE
17
17
  showDots,
18
18
  children,
19
19
  };
20
- const handleScroll = (e) => {
20
+ const handleScroll = (0, hooks_1.useCallback)((e) => {
21
21
  const { scrollLeft, clientWidth, childElementCount, scrollWidth, children: childrenCollection, } = e?.currentTarget;
22
+ if (!childrenCollection[0]) {
23
+ return;
24
+ }
22
25
  // horizontal PADDING / 2 to compensate padding-margin combo of child container
23
26
  // without CSS calc function, as wrapper element gets bigger in the DOM, remaining same visually
24
27
  const itemWidth = childrenCollection[0].offsetWidth - padding / 2;
@@ -36,7 +39,7 @@ exports.SwipeListControl = (0, uni_jsx_1.JSX)(({ className, gap = constants_1.DE
36
39
  }
37
40
  setActiveIndex(index);
38
41
  setIndexFraction(fraction);
39
- };
42
+ }, [gap, padding, activeIndex, onSlideChange]);
40
43
  return ((0, jsx_runtime_1.jsxs)("div", { className: className, children: [(0, jsx_runtime_1.jsx)(SwipeListControlList_1.SwipeListControlList, { gap: gap, padding: padding, activeIndex: activeIndex, onScroll: handleScroll, children: children }), (0, jsx_runtime_1.jsx)(SwipeListControlDots_1.SwipeListControlDots, { ...dotsProps })] }));
41
44
  });
42
45
  //# sourceMappingURL=SwipeListControl.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"SwipeListControl.js","sourceRoot":"","sources":["../../../src/ui-kit/SwipeListControl/SwipeListControl.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,uDAAuD;AACvD,2CAA2D;AAC3D,iEAA8D;AAC9D,iEAAyF;AAEzF,yDAAsD;AACtD,6DAA0D;AAE7C,QAAA,gBAAgB,GAAG,IAAA,aAAG,EACjC,CAAC,EACC,SAAS,EACT,GAAG,GAAG,uBAAW,EACjB,OAAO,GAAG,2BAAe,EACzB,QAAQ,GAAG,IAAI,EACf,aAAa,EACb,QAAQ,GACT,EAAE,EAAE;IACH,MAAM,CAAC,WAAW,EAAE,cAAc,CAAC,GAAG,IAAA,gBAAQ,EAAC,CAAC,CAAC,CAAC;IAClD,MAAM,CAAC,aAAa,EAAE,gBAAgB,CAAC,GAAG,IAAA,gBAAQ,EAAC,CAAC,CAAC,CAAC;IAEtD,MAAM,SAAS,GAAG;QAChB,WAAW;QACX,aAAa;QACb,QAAQ;QACR,QAAQ;KACT,CAAC;IAEF,MAAM,YAAY,GAA0C,CAAC,CAAC,EAAE,EAAE;QAChE,MAAM,EACJ,UAAU,EACV,WAAW,EACX,iBAAiB,EACjB,WAAW,EACX,QAAQ,EAAE,kBAAkB,GAC7B,GAAG,CAAC,EAAE,aAA4B,CAAC;QAEpC,+EAA+E;QAC/E,gGAAgG;QAChG,MAAM,SAAS,GAAI,kBAAkB,CAAC,CAAC,CAAiB,CAAC,WAAW,GAAG,OAAO,GAAG,CAAC,CAAC;QACnF,MAAM,YAAY,GAAG,IAAA,iCAAe,EAAC;YACnC,GAAG;YACH,OAAO;YACP,WAAW;YACX,WAAW;YACX,iBAAiB;YACjB,SAAS;SACV,CAAC,CAAC;QAEH,MAAM,EAAE,KAAK,EAAE,QAAQ,EAAE,GAAG,IAAA,6BAAa,EAAC,UAAU,EAAE,YAAY,CAAC,CAAC;QACpE,IAAI,KAAK,KAAK,WAAW,IAAI,aAAa,EAAE;YAC1C,aAAa,EAAE,CAAC;SACjB;QACD,cAAc,CAAC,KAAK,CAAC,CAAC;QACtB,gBAAgB,CAAC,QAAQ,CAAC,CAAC;IAC7B,CAAC,CAAC;IAEF,OAAO,CACL,iCAAK,SAAS,EAAE,SAAS,aACvB,uBAAC,2CAAoB,IACnB,GAAG,EAAE,GAAG,EACR,OAAO,EAAE,OAAO,EAChB,WAAW,EAAE,WAAW,EACxB,QAAQ,EAAE,YAAY,YAErB,QAAQ,GACY,EACvB,uBAAC,2CAAoB,OAAK,SAAS,GAAI,IACnC,CACP,CAAC;AACJ,CAAC,CACF,CAAC"}
1
+ {"version":3,"file":"SwipeListControl.js","sourceRoot":"","sources":["../../../src/ui-kit/SwipeListControl/SwipeListControl.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,uDAAoE;AACpE,2CAA2D;AAC3D,iEAA8D;AAC9D,iEAA8D;AAG9D,yDAAsD;AACtD,6DAA0D;AAE7C,QAAA,gBAAgB,GAAG,IAAA,aAAG,EACjC,CAAC,EACC,SAAS,EACT,GAAG,GAAG,uBAAW,EACjB,OAAO,GAAG,2BAAe,EACzB,QAAQ,GAAG,IAAI,EACf,aAAa,EACb,QAAQ,GACT,EAAE,EAAE;IACH,MAAM,CAAC,WAAW,EAAE,cAAc,CAAC,GAAG,IAAA,gBAAQ,EAAC,CAAC,CAAC,CAAC;IAClD,MAAM,CAAC,aAAa,EAAE,gBAAgB,CAAC,GAAG,IAAA,gBAAQ,EAAC,CAAC,CAAC,CAAC;IAEtD,MAAM,SAAS,GAAG;QAChB,WAAW;QACX,aAAa;QACb,QAAQ;QACR,QAAQ;KACT,CAAC;IAEF,MAAM,YAAY,GAA0C,IAAA,mBAAW,EACrE,CAAC,CAAC,EAAE,EAAE;QACJ,MAAM,EACJ,UAAU,EACV,WAAW,EACX,iBAAiB,EACjB,WAAW,EACX,QAAQ,EAAE,kBAAkB,GAC7B,GAAG,CAAC,EAAE,aAA4B,CAAC;QACpC,IAAI,CAAC,kBAAkB,CAAC,CAAC,CAAC,EAAE;YAC1B,OAAO;SACR;QAED,+EAA+E;QAC/E,gGAAgG;QAChG,MAAM,SAAS,GAAI,kBAAkB,CAAC,CAAC,CAAiB,CAAC,WAAW,GAAG,OAAO,GAAG,CAAC,CAAC;QACnF,MAAM,YAAY,GAAG,IAAA,iCAAe,EAAC;YACnC,GAAG;YACH,OAAO;YACP,WAAW;YACX,WAAW;YACX,iBAAiB;YACjB,SAAS;SACV,CAAC,CAAC;QAEH,MAAM,EAAE,KAAK,EAAE,QAAQ,EAAE,GAAG,IAAA,6BAAa,EAAC,UAAU,EAAE,YAAY,CAAC,CAAC;QACpE,IAAI,KAAK,KAAK,WAAW,IAAI,aAAa,EAAE;YAC1C,aAAa,EAAE,CAAC;SACjB;QACD,cAAc,CAAC,KAAK,CAAC,CAAC;QACtB,gBAAgB,CAAC,QAAQ,CAAC,CAAC;IAC7B,CAAC,EACD,CAAC,GAAG,EAAE,OAAO,EAAE,WAAW,EAAE,aAAa,CAAC,CAC3C,CAAC;IAEF,OAAO,CACL,iCAAK,SAAS,EAAE,SAAS,aACvB,uBAAC,2CAAoB,IACnB,GAAG,EAAE,GAAG,EACR,OAAO,EAAE,OAAO,EAChB,WAAW,EAAE,WAAW,EACxB,QAAQ,EAAE,YAAY,YAErB,QAAQ,GACY,EACvB,uBAAC,2CAAoB,OAAK,SAAS,GAAI,IACnC,CACP,CAAC;AACJ,CAAC,CACF,CAAC"}
@@ -2,21 +2,22 @@ Object.defineProperty(exports, "__esModule", { value: true });
2
2
  exports.SwipeListControlDots = void 0;
3
3
  const jsx_runtime_1 = require("@redneckz/uni-jsx/jsx-runtime");
4
4
  const uni_jsx_1 = require("@redneckz/uni-jsx");
5
+ const hooks_1 = require("@redneckz/uni-jsx/lib/hooks");
5
6
  const DOT_STYLES = 'bg-primary-main opacity-30 w-1.5 h-1.5 min-w-1.5 min-h-1.5 rounded-full';
6
7
  const BASE_DOT_WIDTH = 6;
7
8
  const ACTIVE_DOT_WIDTH_CHANGE = 16;
8
9
  const BASE_DOT_OPACITY = 0.3;
9
10
  const ACTIVE_DOT_OPACITY_CHANGE = 0.7;
10
11
  exports.SwipeListControlDots = (0, uni_jsx_1.JSX)(({ children, activeIndex, indexFraction, showDots }) => {
11
- const handleClick = (idx) => (e) => {
12
+ const handleClick = (0, hooks_1.useCallback)((idx) => (e) => {
12
13
  if (idx === activeIndex) {
13
14
  return;
14
15
  }
15
16
  const contentContainer = e.currentTarget.parentElement
16
17
  ?.previousElementSibling;
17
18
  contentContainer?.children[idx]?.scrollIntoView({ behavior: 'smooth', block: 'nearest' });
18
- };
19
- return showDots && children?.length ? ((0, jsx_runtime_1.jsx)("div", { className: "flex gap-2 mx-auto mt-5 w-fit", children: children?.map((_, idx) => ((0, jsx_runtime_1.jsx)("div", { onClick: handleClick(idx), className: `${DOT_STYLES}`, style: getDotStyles(idx, activeIndex, indexFraction), "aria-hidden": true }, String(idx)))) })) : null;
19
+ }, [activeIndex]);
20
+ return showDots && children ? ((0, jsx_runtime_1.jsx)("div", { className: "flex gap-2 mx-auto mt-5 w-fit", children: children.length && children.map ? (children.map((_, idx) => ((0, jsx_runtime_1.jsx)("div", { onClick: handleClick(idx), className: DOT_STYLES, style: getDotStyles(idx, activeIndex, indexFraction), "aria-hidden": true }, String(idx))))) : ((0, jsx_runtime_1.jsx)("div", { className: DOT_STYLES, style: createDotStyle(1) })) })) : null;
20
21
  });
21
22
  const getDotStyles = (currentIdx, activeIndex, indexFraction) => {
22
23
  if (currentIdx < activeIndex || currentIdx > activeIndex + 1) {
@@ -24,14 +25,10 @@ const getDotStyles = (currentIdx, activeIndex, indexFraction) => {
24
25
  }
25
26
  const leftIndexMod = 1 - indexFraction;
26
27
  const rightIndexMod = indexFraction;
27
- return currentIdx === activeIndex
28
- ? {
29
- opacity: `${BASE_DOT_OPACITY + ACTIVE_DOT_OPACITY_CHANGE * leftIndexMod}`,
30
- width: `${BASE_DOT_WIDTH + ACTIVE_DOT_WIDTH_CHANGE * leftIndexMod}px`,
31
- }
32
- : {
33
- opacity: `${BASE_DOT_OPACITY + ACTIVE_DOT_OPACITY_CHANGE * rightIndexMod}`,
34
- width: `${BASE_DOT_WIDTH + ACTIVE_DOT_WIDTH_CHANGE * rightIndexMod}px`,
35
- };
28
+ return createDotStyle(currentIdx === activeIndex ? leftIndexMod : rightIndexMod);
36
29
  };
30
+ const createDotStyle = (indexModifier) => ({
31
+ opacity: `${BASE_DOT_OPACITY + ACTIVE_DOT_OPACITY_CHANGE * indexModifier}`,
32
+ width: `${BASE_DOT_WIDTH + ACTIVE_DOT_WIDTH_CHANGE * indexModifier}px`,
33
+ });
37
34
  //# sourceMappingURL=SwipeListControlDots.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"SwipeListControlDots.js","sourceRoot":"","sources":["../../../src/ui-kit/SwipeListControl/SwipeListControlDots.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAExC,MAAM,UAAU,GAAG,yEAAyE,CAAC;AAC7F,MAAM,cAAc,GAAG,CAAC,CAAC;AACzB,MAAM,uBAAuB,GAAG,EAAE,CAAC;AACnC,MAAM,gBAAgB,GAAG,GAAG,CAAC;AAC7B,MAAM,yBAAyB,GAAG,GAAG,CAAC;AAQzB,QAAA,oBAAoB,GAAG,IAAA,aAAG,EACrC,CAAC,EAAE,QAAQ,EAAE,WAAW,EAAE,aAAa,EAAE,QAAQ,EAAE,EAAE,EAAE;IACrD,MAAM,WAAW,GAAG,CAAC,GAAW,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,EAAE;QACzC,IAAI,GAAG,KAAK,WAAW,EAAE;YACvB,OAAO;SACR;QAED,MAAM,gBAAgB,GAAI,CAAC,CAAC,aAA6B,CAAC,aAAa;YACrE,EAAE,sBAAsB,CAAC;QAE3B,gBAAgB,EAAE,QAAQ,CAAC,GAAG,CAAC,EAAE,cAAc,CAAC,EAAE,QAAQ,EAAE,QAAQ,EAAE,KAAK,EAAE,SAAS,EAAE,CAAC,CAAC;IAC5F,CAAC,CAAC;IAEF,OAAO,QAAQ,IAAI,QAAQ,EAAE,MAAM,CAAC,CAAC,CAAC,CACpC,gCAAK,SAAS,EAAC,+BAA+B,YAC3C,QAAQ,EAAE,GAAG,CAAC,CAAC,CAAC,EAAE,GAAW,EAAE,EAAE,CAAC,CACjC,gCAEE,OAAO,EAAE,WAAW,CAAC,GAAG,CAAC,EACzB,SAAS,EAAE,GAAG,UAAU,EAAE,EAC1B,KAAK,EAAE,YAAY,CAAC,GAAG,EAAE,WAAW,EAAE,aAAa,CAAC,yBAH/C,MAAM,CAAC,GAAG,CAAC,CAKhB,CACH,CAAC,GACE,CACP,CAAC,CAAC,CAAC,IAAI,CAAC;AACX,CAAC,CACF,CAAC;AAEF,MAAM,YAAY,GAAG,CACnB,UAAkB,EAClB,WAAmB,EACnB,aAAqB,EACe,EAAE;IACtC,IAAI,UAAU,GAAG,WAAW,IAAI,UAAU,GAAG,WAAW,GAAG,CAAC,EAAE;QAC5D,OAAO,SAAS,CAAC;KAClB;IAED,MAAM,YAAY,GAAG,CAAC,GAAG,aAAa,CAAC;IACvC,MAAM,aAAa,GAAG,aAAa,CAAC;IAEpC,OAAO,UAAU,KAAK,WAAW;QAC/B,CAAC,CAAC;YACE,OAAO,EAAE,GAAG,gBAAgB,GAAG,yBAAyB,GAAG,YAAY,EAAE;YACzE,KAAK,EAAE,GAAG,cAAc,GAAG,uBAAuB,GAAG,YAAY,IAAI;SACtE;QACH,CAAC,CAAC;YACE,OAAO,EAAE,GAAG,gBAAgB,GAAG,yBAAyB,GAAG,aAAa,EAAE;YAC1E,KAAK,EAAE,GAAG,cAAc,GAAG,uBAAuB,GAAG,aAAa,IAAI;SACvE,CAAC;AACR,CAAC,CAAC"}
1
+ {"version":3,"file":"SwipeListControlDots.js","sourceRoot":"","sources":["../../../src/ui-kit/SwipeListControl/SwipeListControlDots.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,uDAA0D;AAE1D,MAAM,UAAU,GAAG,yEAAyE,CAAC;AAC7F,MAAM,cAAc,GAAG,CAAC,CAAC;AACzB,MAAM,uBAAuB,GAAG,EAAE,CAAC;AACnC,MAAM,gBAAgB,GAAG,GAAG,CAAC;AAC7B,MAAM,yBAAyB,GAAG,GAAG,CAAC;AAQzB,QAAA,oBAAoB,GAAG,IAAA,aAAG,EACrC,CAAC,EAAE,QAAQ,EAAE,WAAW,EAAE,aAAa,EAAE,QAAQ,EAAE,EAAE,EAAE;IACrD,MAAM,WAAW,GAAG,IAAA,mBAAW,EAC7B,CAAC,GAAW,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,EAAE;QACrB,IAAI,GAAG,KAAK,WAAW,EAAE;YACvB,OAAO;SACR;QAED,MAAM,gBAAgB,GAAI,CAAC,CAAC,aAA6B,CAAC,aAAa;YACrE,EAAE,sBAAsB,CAAC;QAE3B,gBAAgB,EAAE,QAAQ,CAAC,GAAG,CAAC,EAAE,cAAc,CAAC,EAAE,QAAQ,EAAE,QAAQ,EAAE,KAAK,EAAE,SAAS,EAAE,CAAC,CAAC;IAC5F,CAAC,EACD,CAAC,WAAW,CAAC,CACd,CAAC;IAEF,OAAO,QAAQ,IAAI,QAAQ,CAAC,CAAC,CAAC,CAC5B,gCAAK,SAAS,EAAC,+BAA+B,YAC3C,QAAQ,CAAC,MAAM,IAAI,QAAQ,CAAC,GAAG,CAAC,CAAC,CAAC,CACjC,QAAQ,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,GAAW,EAAE,EAAE,CAAC,CAC/B,gCAEE,OAAO,EAAE,WAAW,CAAC,GAAG,CAAC,EACzB,SAAS,EAAE,UAAU,EACrB,KAAK,EAAE,YAAY,CAAC,GAAG,EAAE,WAAW,EAAE,aAAa,CAAC,yBAH/C,MAAM,CAAC,GAAG,CAAC,CAKhB,CACH,CAAC,CACH,CAAC,CAAC,CAAC,CACF,gCAAK,SAAS,EAAE,UAAU,EAAE,KAAK,EAAE,cAAc,CAAC,CAAC,CAAC,GAAI,CACzD,GACG,CACP,CAAC,CAAC,CAAC,IAAI,CAAC;AACX,CAAC,CACF,CAAC;AAEF,MAAM,YAAY,GAAG,CACnB,UAAkB,EAClB,WAAmB,EACnB,aAAqB,EACe,EAAE;IACtC,IAAI,UAAU,GAAG,WAAW,IAAI,UAAU,GAAG,WAAW,GAAG,CAAC,EAAE;QAC5D,OAAO,SAAS,CAAC;KAClB;IAED,MAAM,YAAY,GAAG,CAAC,GAAG,aAAa,CAAC;IACvC,MAAM,aAAa,GAAG,aAAa,CAAC;IAEpC,OAAO,cAAc,CAAC,UAAU,KAAK,WAAW,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,CAAC,aAAa,CAAC,CAAC;AACnF,CAAC,CAAC;AAEF,MAAM,cAAc,GAAG,CAAC,aAAqB,EAA0B,EAAE,CAAC,CAAC;IACzE,OAAO,EAAE,GAAG,gBAAgB,GAAG,yBAAyB,GAAG,aAAa,EAAE;IAC1E,KAAK,EAAE,GAAG,cAAc,GAAG,uBAAuB,GAAG,aAAa,IAAI;CACvE,CAAC,CAAC"}
@@ -5,7 +5,7 @@ const uni_jsx_1 = require("@redneckz/uni-jsx");
5
5
  const constants_1 = require("./constants");
6
6
  const SwipeListControlItem_1 = require("./SwipeListControlItem");
7
7
  const getContainerStyle_1 = require("./utils/getContainerStyle");
8
- exports.SwipeListControlList = (0, uni_jsx_1.JSX)(({ className = '', children, activeIndex, onScroll, gap = constants_1.DEFAULT_GAP, padding = constants_1.DEFAULT_PADDING, }) => {
9
- return ((0, jsx_runtime_1.jsx)("div", { className: `overflow-auto flex horizontal-list no-scrollbar ${className}`, style: { ...(0, getContainerStyle_1.getContainerStyle)(padding), gap: `${gap}px` }, role: "list", onScroll: onScroll, children: children?.length ? (children?.map((child, idx) => ((0, jsx_runtime_1.jsx)(SwipeListControlItem_1.SwipeListControlItem, { style: (0, getContainerStyle_1.getContainerStyle)(padding / 4), "aria-current": Boolean(activeIndex === idx), children: child }, String(idx))))) : ((0, jsx_runtime_1.jsx)(SwipeListControlItem_1.SwipeListControlItem, { children: children })) }));
8
+ exports.SwipeListControlList = (0, uni_jsx_1.JSX)(({ className = '', activeIndex = -1, gap = constants_1.DEFAULT_GAP, padding = constants_1.DEFAULT_PADDING, children, onScroll, }) => {
9
+ return children ? ((0, jsx_runtime_1.jsx)("div", { className: `overflow-auto flex horizontal-list no-scrollbar ${className}`, style: { ...(0, getContainerStyle_1.getContainerStyle)(padding), gap: `${gap}px` }, role: "list", onScroll: onScroll, children: children.length && children.map ? (children.map((child, idx) => ((0, jsx_runtime_1.jsx)(SwipeListControlItem_1.SwipeListControlItem, { style: (0, getContainerStyle_1.getContainerStyle)(padding / 4), "aria-current": Boolean(activeIndex === idx), children: child }, String(idx))))) : ((0, jsx_runtime_1.jsx)(SwipeListControlItem_1.SwipeListControlItem, { style: (0, getContainerStyle_1.getContainerStyle)(padding / 4), "aria-current": true, children: children })) })) : null;
10
10
  });
11
11
  //# sourceMappingURL=SwipeListControlList.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"SwipeListControlList.js","sourceRoot":"","sources":["../../../src/ui-kit/SwipeListControl/SwipeListControlList.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,2CAA2D;AAC3D,iEAA8D;AAE9D,iEAA8D;AAWjD,QAAA,oBAAoB,GAAG,IAAA,aAAG,EACrC,CAAC,EACC,SAAS,GAAG,EAAE,EACd,QAAQ,EACR,WAAW,EACX,QAAQ,EACR,GAAG,GAAG,uBAAW,EACjB,OAAO,GAAG,2BAAe,GAC1B,EAAE,EAAE;IACH,OAAO,CACL,gCACE,SAAS,EAAE,mDAAmD,SAAS,EAAE,EACzE,KAAK,EAAE,EAAE,GAAG,IAAA,qCAAiB,EAAC,OAAO,CAAC,EAAE,GAAG,EAAE,GAAG,GAAG,IAAI,EAAE,EACzD,IAAI,EAAC,MAAM,EACX,QAAQ,EAAE,QAAQ,YAEjB,QAAQ,EAAE,MAAM,CAAC,CAAC,CAAC,CAClB,QAAQ,EAAE,GAAG,CAAC,CAAC,KAAK,EAAE,GAAG,EAAE,EAAE,CAAC,CAC5B,uBAAC,2CAAoB,IAEnB,KAAK,EAAE,IAAA,qCAAiB,EAAC,OAAO,GAAG,CAAC,CAAC,kBACvB,OAAO,CAAC,WAAW,KAAK,GAAG,CAAC,YAEzC,KAAK,IAJD,MAAM,CAAC,GAAG,CAAC,CAKK,CACxB,CAAC,CACH,CAAC,CAAC,CAAC,CACF,uBAAC,2CAAoB,cAAE,QAAQ,GAAwB,CACxD,GACG,CACP,CAAC;AACJ,CAAC,CACF,CAAC"}
1
+ {"version":3,"file":"SwipeListControlList.js","sourceRoot":"","sources":["../../../src/ui-kit/SwipeListControl/SwipeListControlList.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,2CAA2D;AAC3D,iEAA8D;AAE9D,iEAA8D;AAWjD,QAAA,oBAAoB,GAAG,IAAA,aAAG,EACrC,CAAC,EACC,SAAS,GAAG,EAAE,EACd,WAAW,GAAG,CAAC,CAAC,EAChB,GAAG,GAAG,uBAAW,EACjB,OAAO,GAAG,2BAAe,EACzB,QAAQ,EACR,QAAQ,GACT,EAAE,EAAE;IACH,OAAO,QAAQ,CAAC,CAAC,CAAC,CAChB,gCACE,SAAS,EAAE,mDAAmD,SAAS,EAAE,EACzE,KAAK,EAAE,EAAE,GAAG,IAAA,qCAAiB,EAAC,OAAO,CAAC,EAAE,GAAG,EAAE,GAAG,GAAG,IAAI,EAAE,EACzD,IAAI,EAAC,MAAM,EACX,QAAQ,EAAE,QAAQ,YAEjB,QAAQ,CAAC,MAAM,IAAI,QAAQ,CAAC,GAAG,CAAC,CAAC,CAAC,CACjC,QAAQ,CAAC,GAAG,CAAC,CAAC,KAAK,EAAE,GAAG,EAAE,EAAE,CAAC,CAC3B,uBAAC,2CAAoB,IAEnB,KAAK,EAAE,IAAA,qCAAiB,EAAC,OAAO,GAAG,CAAC,CAAC,kBACvB,OAAO,CAAC,WAAW,KAAK,GAAG,CAAC,YAEzC,KAAK,IAJD,MAAM,CAAC,GAAG,CAAC,CAKK,CACxB,CAAC,CACH,CAAC,CAAC,CAAC,CACF,uBAAC,2CAAoB,IAAC,KAAK,EAAE,IAAA,qCAAiB,EAAC,OAAO,GAAG,CAAC,CAAC,kCACxD,QAAQ,GACY,CACxB,GACG,CACP,CAAC,CAAC,CAAC,IAAI,CAAC;AACX,CAAC,CACF,CAAC"}
@@ -5,9 +5,11 @@ const uni_jsx_1 = require("@redneckz/uni-jsx");
5
5
  const renderArrows_1 = require("../Button/renderArrows");
6
6
  exports.TableArrowScrollControl = (0, uni_jsx_1.JSX)(({ isScrollAvailable, onNextClick, onPrevClick, showNextButton, showPrevButton }) => {
7
7
  return isScrollAvailable ? ((0, jsx_runtime_1.jsx)("div", { children: (0, renderArrows_1.renderArrows)({
8
- handler: [onPrevClick, onNextClick],
9
- isShown: [showPrevButton, showNextButton],
10
- btnClass: ['top-[108px]', 'top-11'],
8
+ dec: onPrevClick,
9
+ inc: onNextClick,
10
+ canDec: showPrevButton,
11
+ canInc: showNextButton,
12
+ btnClass: ['top-[108px]', 'top-[44px]'],
11
13
  className: 'right-7',
12
14
  isDisabled: true,
13
15
  }) })) : null;
@@ -1 +1 @@
1
- {"version":3,"file":"TableArrowScrollControl.js","sourceRoot":"","sources":["../../../src/ui-kit/TableArrowScrollControl/TableArrowScrollControl.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,yDAAsD;AAGzC,QAAA,uBAAuB,GAAG,IAAA,aAAG,EACxC,CAAC,EAAE,iBAAiB,EAAE,WAAW,EAAE,WAAW,EAAE,cAAc,EAAE,cAAc,EAAE,EAAE,EAAE;IAClF,OAAO,iBAAiB,CAAC,CAAC,CAAC,CACzB,0CACG,IAAA,2BAAY,EAAC;YACZ,OAAO,EAAE,CAAC,WAAW,EAAE,WAAW,CAAC;YACnC,OAAO,EAAE,CAAC,cAAc,EAAE,cAAc,CAAC;YACzC,QAAQ,EAAE,CAAC,aAAa,EAAE,QAAQ,CAAC;YACnC,SAAS,EAAE,SAAS;YACpB,UAAU,EAAE,IAAI;SACjB,CAAC,GACE,CACP,CAAC,CAAC,CAAC,IAAI,CAAC;AACX,CAAC,CACF,CAAC"}
1
+ {"version":3,"file":"TableArrowScrollControl.js","sourceRoot":"","sources":["../../../src/ui-kit/TableArrowScrollControl/TableArrowScrollControl.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,yDAAsD;AAGzC,QAAA,uBAAuB,GAAG,IAAA,aAAG,EACxC,CAAC,EAAE,iBAAiB,EAAE,WAAW,EAAE,WAAW,EAAE,cAAc,EAAE,cAAc,EAAE,EAAE,EAAE;IAClF,OAAO,iBAAiB,CAAC,CAAC,CAAC,CACzB,0CACG,IAAA,2BAAY,EAAC;YACZ,GAAG,EAAE,WAAW;YAChB,GAAG,EAAE,WAAW;YAChB,MAAM,EAAE,cAAc;YACtB,MAAM,EAAE,cAAc;YACtB,QAAQ,EAAE,CAAC,aAAa,EAAE,YAAY,CAAC;YACvC,SAAS,EAAE,SAAS;YACpB,UAAU,EAAE,IAAI;SACjB,CAAC,GACE,CACP,CAAC,CAAC,CAAC,IAAI,CAAC;AACX,CAAC,CACF,CAAC"}
@@ -1,8 +1,9 @@
1
1
  export interface TableArrowScrollControlProps {
2
- activeCardIndex: number;
2
+ activeIndex: number;
3
3
  onNextClick: () => void;
4
4
  onPrevClick: () => void;
5
5
  isScrollAvailable?: boolean;
6
6
  showNextButton: boolean;
7
7
  showPrevButton: boolean;
8
+ setActiveIndex: (index: number) => void;
8
9
  }
@@ -0,0 +1,34 @@
1
+ /**
2
+ * @title Размер текста
3
+ */
4
+ export declare type TextSize = '' | 'text-xs-light' | 'text-s-light' | 'text-s' | 'text-m-light' | 'text-m' | 'text-l-light' | 'text-l' | 'text-xl-light' | 'text-xl';
5
+ /**
6
+ * @title Размер текста
7
+ */
8
+ export declare type TitleSize = '' | 'text-h6' | 'text-h5' | 'text-h5-light' | 'text-h4' | 'text-h3' | 'text-h2' | 'text-h1' | 'text-h0' | 'text-m-title' | 'text-m-title-xs' | 'title-extra' | 'title-huge';
9
+ /**
10
+ * @title Цвет текста
11
+ */
12
+ export declare type TextColor = '' | 'text-main' | 'text-primary-text' | 'text-primary-main' | 'text-secondary-text' | 'text-secondary-light' | 'text-error' | 'text-white' | 'text-green';
13
+ /**
14
+ * @title Выравнивание
15
+ * @enumNames [
16
+ * "По умолчанию",
17
+ * "По левому краю",
18
+ * "По центру",
19
+ * "По правому краю"
20
+ * ]
21
+ */
22
+ export declare type TextAlign = '' | 'text-left' | 'text-center' | 'text-right';
23
+ /**
24
+ * @title Насыщенность шрифта
25
+ */
26
+ export declare type FontWeight = '' | 'font-light' | 'font-normal' | 'font-medium';
27
+ interface TextProps {
28
+ size?: TextSize | TitleSize;
29
+ color?: TextColor;
30
+ align?: TextAlign;
31
+ font?: FontWeight;
32
+ }
33
+ export declare const Text: import("@redneckz/uni-jsx").UNIComponent<TextProps, any, any>;
34
+ export {};
@@ -0,0 +1,10 @@
1
+ Object.defineProperty(exports, "__esModule", { value: true });
2
+ exports.Text = void 0;
3
+ const jsx_runtime_1 = require("@redneckz/uni-jsx/jsx-runtime");
4
+ const uni_jsx_1 = require("@redneckz/uni-jsx");
5
+ exports.Text = (0, uni_jsx_1.JSX)((props) => {
6
+ const { size = '', color = '', align = '', font = '', children } = props;
7
+ const textClasses = `font-sans ${size} ${color} ${align} ${font}`;
8
+ return (0, jsx_runtime_1.jsx)("span", { className: textClasses, children: children });
9
+ });
10
+ //# sourceMappingURL=Text.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Text.js","sourceRoot":"","sources":["../../../src/ui-kit/Text/Text.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAwE3B,QAAA,IAAI,GAAG,IAAA,aAAG,EAAY,CAAC,KAAK,EAAE,EAAE;IAC3C,MAAM,EAAE,IAAI,GAAG,EAAE,EAAE,KAAK,GAAG,EAAE,EAAE,KAAK,GAAG,EAAE,EAAE,IAAI,GAAG,EAAE,EAAE,QAAQ,EAAE,GAAG,KAAK,CAAC;IAEzE,MAAM,WAAW,GAAG,aAAa,IAAI,IAAI,KAAK,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;IAElE,OAAO,iCAAM,SAAS,EAAE,WAAW,YAAG,QAAQ,GAAQ,CAAC;AACzD,CAAC,CAAC,CAAC"}
@@ -0,0 +1,11 @@
1
+ import type { BlockAncestors, BlockDecorator } from '../model/BlockDecorator';
2
+ import type { BlocksRegistry } from '../model/BlocksRegistry';
3
+ import type { ContentPageDef, Slot } from '../model/ContentPageDef';
4
+ export interface BlockRendererOptions {
5
+ key?: string;
6
+ page?: ContentPageDef;
7
+ blockDecorator?: BlockDecorator;
8
+ blocksRegistry?: BlocksRegistry;
9
+ parent?: Slot;
10
+ ancestors?: BlockAncestors;
11
+ }
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=BlockRendererOptions.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BlockRendererOptions.js","sourceRoot":"","sources":["../../src/BlockRenderer/BlockRendererOptions.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ import type { BlockDecorator } from '../model/BlockDecorator';
2
+ export declare const defaultBlockDecorator: BlockDecorator;
@@ -0,0 +1,2 @@
1
+ export const defaultBlockDecorator = ({ blockClassName, block, render }) => render({ blockClassName, block });
2
+ //# sourceMappingURL=defaultBlockDecorator.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"defaultBlockDecorator.js","sourceRoot":"","sources":["../../src/BlockRenderer/defaultBlockDecorator.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,qBAAqB,GAAmB,CAAC,EAAE,cAAc,EAAE,KAAK,EAAE,MAAM,EAAE,EAAE,EAAE,CACzF,MAAM,CAAC,EAAE,cAAc,EAAE,KAAK,EAAE,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ import type { BlockRendererOptions } from './BlockRendererOptions';
2
+ export declare function getParentBlockContent<C extends Record<string, any>>(options: BlockRendererOptions | undefined, defaultContent: C): C;
@@ -0,0 +1,6 @@
1
+ import { getParentBlockDef } from './getParentBlockDef.js';
2
+ export function getParentBlockContent(options, defaultContent) {
3
+ const { content } = getParentBlockDef(options);
4
+ return content || defaultContent;
5
+ }
6
+ //# sourceMappingURL=getParentBlockContent.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getParentBlockContent.js","sourceRoot":"","sources":["../../src/BlockRenderer/getParentBlockContent.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAExD,MAAM,UAAU,qBAAqB,CACnC,OAAyC,EACzC,cAAiB;IAEjB,MAAM,EAAE,OAAO,EAAE,GAAG,iBAAiB,CAAC,OAAO,CAAC,CAAC;IAE/C,OAAQ,OAAa,IAAI,cAAc,CAAC;AAC1C,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { BlockRendererOptions } from '../BlockRenderer/BlockRendererOptions';
2
+ import type { BlockDef } from '../model/ContentPageDef';
3
+ export declare function getParentBlockDef(options: BlockRendererOptions | undefined): BlockDef;
@@ -0,0 +1,4 @@
1
+ export function getParentBlockDef(options) {
2
+ return options?.parent || {};
3
+ }
4
+ //# sourceMappingURL=getParentBlockDef.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getParentBlockDef.js","sourceRoot":"","sources":["../../src/BlockRenderer/getParentBlockDef.ts"],"names":[],"mappings":"AAGA,MAAM,UAAU,iBAAiB,CAAC,OAAyC;IACzE,OAAO,OAAO,EAAE,MAAM,IAAI,EAAE,CAAC;AAC/B,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { BlockDef } from '../model/ContentPageDef';
2
+ import type { BlockRendererOptions } from './BlockRendererOptions';
3
+ export declare function renderBlock(block: BlockDef, options: BlockRendererOptions): any;
@@ -0,0 +1,24 @@
1
+ import { jsx as _jsx } from "@redneckz/uni-jsx/jsx-runtime";
2
+ import { style2className } from '../utils/style2className.js';
3
+ import { defaultBlockDecorator } from './defaultBlockDecorator.js';
4
+ const DEFAULT_ANCESTORS = [];
5
+ const DEFAULT_STYLE = ['col-span-12'];
6
+ export function renderBlock(block, options) {
7
+ const { key, blockDecorator = defaultBlockDecorator, blocksRegistry = {}, ancestors = DEFAULT_ANCESTORS, } = options;
8
+ const { type } = block;
9
+ if (!(type && type in blocksRegistry)) {
10
+ console.warn(`No block with "${type}" is registered`);
11
+ }
12
+ const BlockComponent = type && blocksRegistry[type];
13
+ return blockDecorator({
14
+ blockClassName: `scroll-mt-12 ${style2className(block.style || DEFAULT_STYLE)}`,
15
+ block,
16
+ ancestors,
17
+ // Adjusted by decorator block and blockClassName
18
+ render: ({ block: adjustedBlock, blockClassName: adjustedBlockClassName }) => {
19
+ const { content } = adjustedBlock;
20
+ return BlockComponent ? (_jsx(BlockComponent, { className: adjustedBlockClassName, block: block, options: options, ...content }, key)) : null;
21
+ },
22
+ }, key);
23
+ }
24
+ //# sourceMappingURL=renderBlock.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"renderBlock.js","sourceRoot":"","sources":["../../src/BlockRenderer/renderBlock.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAE3D,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAEhE,MAAM,iBAAiB,GAAmB,EAAE,CAAC;AAC7C,MAAM,aAAa,GAAG,CAAC,aAAa,CAAC,CAAC;AAEtC,MAAM,UAAU,WAAW,CAAC,KAAe,EAAE,OAA6B;IACxE,MAAM,EACJ,GAAG,EACH,cAAc,GAAG,qBAAqB,EACtC,cAAc,GAAG,EAAE,EACnB,SAAS,GAAG,iBAAiB,GAC9B,GAAG,OAAO,CAAC;IACZ,MAAM,EAAE,IAAI,EAAE,GAAG,KAAK,CAAC;IAEvB,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,IAAI,cAAc,CAAC,EAAE;QACrC,OAAO,CAAC,IAAI,CAAC,kBAAkB,IAAI,iBAAiB,CAAC,CAAC;KACvD;IAED,MAAM,cAAc,GAAG,IAAI,IAAI,cAAc,CAAC,IAAI,CAAC,CAAC;IAEpD,OAAO,cAAc,CACnB;QACE,cAAc,EAAE,gBAAgB,eAAe,CAAC,KAAK,CAAC,KAAK,IAAI,aAAa,CAAC,EAAE;QAC/E,KAAK;QACL,SAAS;QACT,iDAAiD;QACjD,MAAM,EAAE,CAAC,EAAE,KAAK,EAAE,aAAa,EAAE,cAAc,EAAE,sBAAsB,EAAE,EAAE,EAAE;YAC3E,MAAM,EAAE,OAAO,EAAE,GAAG,aAAa,CAAC;YAElC,OAAO,cAAc,CAAC,CAAC,CAAC,CACtB,KAAC,cAAc,IAEb,SAAS,EAAE,sBAAsB,EACjC,KAAK,EAAE,KAAK,EACZ,OAAO,EAAE,OAAO,KACZ,OAAO,IAJN,GAAG,CAKR,CACH,CAAC,CAAC,CAAC,IAAI,CAAC;QACX,CAAC;KACF,EACD,GAAG,CACJ,CAAC;AACJ,CAAC"}