@redneckz/wildless-cms-uni-blocks 0.6.35 → 0.6.37

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 (970) hide show
  1. package/bin/migration-scripts/0.6.32.js +6 -0
  2. package/bundle/blocks.schema.json +1 -1
  3. package/bundle/bundle.umd.js +276 -160
  4. package/bundle/bundle.umd.min.js +1 -1
  5. package/bundle/components/CarouselInvestmentCard/CarouselInvestmentCard.d.ts +5 -0
  6. package/{lib/components/InvestmentGallery/InvestmentGalleryContent.d.ts → bundle/components/CarouselInvestmentCard/CarouselInvestmentCardContent.d.ts} +19 -23
  7. package/bundle/components/CarouselProgramsCard/CarouselProgramsCard.d.ts +5 -0
  8. package/bundle/components/CarouselProgramsCard/CarouselProgramsCardContent.d.ts +12 -0
  9. package/bundle/components/CarouselTariffsCard/CarouselTariffsCard.d.ts +1 -1
  10. package/bundle/components/Gallery/GalleryContent.d.ts +5 -0
  11. package/bundle/components/Header/HeaderSubMenuItem.d.ts +2 -1
  12. package/bundle/components/ImgBlock/ImgBlock.d.ts +6 -0
  13. package/bundle/components/ImgBlock/ImgBlockContent.d.ts +7 -0
  14. package/bundle/components/ParagraphBlock/ParagraphBlock.d.ts +6 -0
  15. package/bundle/components/ParagraphBlock/ParagraphBlockContent.d.ts +8 -0
  16. package/bundle/components/SafeDepositRental/SafeDepositRentalFields.d.ts +1 -1
  17. package/bundle/components/SafeDepositRental/SafeDepositRentalForm.d.ts +1 -1
  18. package/bundle/components/Video/VideoContent.d.ts +1 -0
  19. package/bundle/hooks/useIntersectionObserver.d.ts +7 -1
  20. package/bundle/ui-kit/Button/ArrowButton.d.ts +2 -0
  21. package/bundle/ui-kit/Paragraph/Paragraph.d.ts +1 -8
  22. package/bundle/ui-kit/Paragraph/ParagraphProps.d.ts +7 -0
  23. package/bundle/ui-kit/Radio/RadioProps.d.ts +1 -2
  24. package/bundle/ui-kit/SwipeListControl/SwipeListContainer.d.ts +19 -0
  25. package/bundle/ui-kit/SwipeListControl/SwipeListControlDots.d.ts +7 -4
  26. package/bundle/ui-kit/SwipeListControl/SwipeListControlProps.d.ts +3 -3
  27. package/bundle/ui-kit/SwipeListControl/SwipeListItem.d.ts +14 -0
  28. package/bundle/ui-kit/SwipeListControl/scrollBy.d.ts +1 -0
  29. package/bundle/ui-kit/SwipeListControl/scrollToEnd.d.ts +1 -0
  30. package/bundle/ui-kit/SwipeListControl/scrollToStart.d.ts +1 -0
  31. package/bundle/ui-kit/SwipeListControl/useSwipeListScroll.d.ts +17 -0
  32. package/bundle/ui-kit/Text/Text.d.ts +1 -26
  33. package/bundle/ui-kit/Text/TextProps.d.ts +26 -0
  34. package/bundle/utils/areArraysEqual.d.ts +1 -0
  35. package/bundle/utils/mapChildren.d.ts +2 -0
  36. package/bundle/utils/maxBy.d.ts +2 -2
  37. package/bundle/utils/minBy.d.ts +1 -0
  38. package/dist/components/Blocks.js +9 -3
  39. package/dist/components/Blocks.js.map +1 -1
  40. package/dist/components/Calculator/BonusCalculatorForm.js +4 -2
  41. package/dist/components/Calculator/BonusCalculatorForm.js.map +1 -1
  42. package/dist/components/Calculator/CreditCalculatorForm.js +3 -1
  43. package/dist/components/Calculator/CreditCalculatorForm.js.map +1 -1
  44. package/dist/components/Calculator/DepositCalculatorForm.js +5 -2
  45. package/dist/components/Calculator/DepositCalculatorForm.js.map +1 -1
  46. package/dist/components/Carousel/Carousel.js +15 -15
  47. package/dist/components/Carousel/Carousel.js.map +1 -1
  48. package/dist/components/CarouselCard/CarouselCard.js +2 -2
  49. package/dist/components/CarouselCard/CarouselCard.js.map +1 -1
  50. package/dist/components/CarouselInvestmentCard/CarouselInvestmentCard.d.ts +5 -0
  51. package/dist/components/CarouselInvestmentCard/CarouselInvestmentCard.js +28 -0
  52. package/dist/components/CarouselInvestmentCard/CarouselInvestmentCard.js.map +1 -0
  53. package/dist/components/{InvestmentGallery/InvestmentGalleryContent.d.ts → CarouselInvestmentCard/CarouselInvestmentCardContent.d.ts} +19 -23
  54. package/dist/components/CarouselInvestmentCard/CarouselInvestmentCardContent.js +2 -0
  55. package/dist/components/CarouselInvestmentCard/CarouselInvestmentCardContent.js.map +1 -0
  56. package/dist/components/CarouselProgramsCard/CarouselProgramsCard.d.ts +5 -0
  57. package/dist/components/CarouselProgramsCard/CarouselProgramsCard.js +12 -0
  58. package/dist/components/CarouselProgramsCard/CarouselProgramsCard.js.map +1 -0
  59. package/dist/components/CarouselProgramsCard/CarouselProgramsCardContent.d.ts +12 -0
  60. package/dist/components/CarouselProgramsCard/CarouselProgramsCardContent.js +2 -0
  61. package/dist/components/CarouselProgramsCard/CarouselProgramsCardContent.js.map +1 -0
  62. package/dist/components/CarouselTariffsCard/CarouselTariffsCard.d.ts +1 -1
  63. package/dist/components/CarouselTariffsCard/CarouselTariffsCard.js +10 -14
  64. package/dist/components/CarouselTariffsCard/CarouselTariffsCard.js.map +1 -1
  65. package/dist/components/ComparisonTable/ComparisonTable.js +2 -2
  66. package/dist/components/ComparisonTable/ComparisonTable.js.map +1 -1
  67. package/dist/components/ComparisonTable/ComparisonTable.mobile.js +1 -1
  68. package/dist/components/ComparisonTable/ComparisonTable.mobile.js.map +1 -1
  69. package/dist/components/Gallery/Gallery.mobile.js +1 -1
  70. package/dist/components/Gallery/GalleryCardInner.js +6 -1
  71. package/dist/components/Gallery/GalleryCardInner.js.map +1 -1
  72. package/dist/components/Gallery/GalleryContent.d.ts +5 -0
  73. package/dist/components/Gallery/GalleryInner.js.map +1 -1
  74. package/dist/components/Header/Header.mobile.js +2 -2
  75. package/dist/components/Header/Header.mobile.js.map +1 -1
  76. package/dist/components/Header/HeaderSubMenu.js +1 -1
  77. package/dist/components/Header/HeaderSubMenu.js.map +1 -1
  78. package/dist/components/Header/HeaderSubMenuItem.d.ts +2 -1
  79. package/dist/components/Header/HeaderSubMenuItem.js.map +1 -1
  80. package/dist/components/ImgBlock/ImgBlock.d.ts +6 -0
  81. package/dist/components/ImgBlock/ImgBlock.js +11 -0
  82. package/dist/components/ImgBlock/ImgBlock.js.map +1 -0
  83. package/dist/components/ImgBlock/ImgBlockContent.d.ts +7 -0
  84. package/dist/components/{InvestmentGallery/InvestmentGalleryContent.js → ImgBlock/ImgBlockContent.js} +1 -1
  85. package/dist/components/ImgBlock/ImgBlockContent.js.map +1 -0
  86. package/dist/components/InsuranceAmountBlock/InsuranceAmountBlock.js +5 -7
  87. package/dist/components/InsuranceAmountBlock/InsuranceAmountBlock.js.map +1 -1
  88. package/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js +2 -2
  89. package/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js.map +1 -1
  90. package/dist/components/ParagraphBlock/ParagraphBlock.d.ts +6 -0
  91. package/dist/components/ParagraphBlock/ParagraphBlock.js +11 -0
  92. package/dist/components/ParagraphBlock/ParagraphBlock.js.map +1 -0
  93. package/dist/components/ParagraphBlock/ParagraphBlockContent.d.ts +8 -0
  94. package/{mobile/dist/components/InvestmentGallery/InvestmentGalleryContent.js → dist/components/ParagraphBlock/ParagraphBlockContent.js} +1 -1
  95. package/dist/components/ParagraphBlock/ParagraphBlockContent.js.map +1 -0
  96. package/dist/components/ProductGallery/ProductGallery.js +7 -7
  97. package/dist/components/ProductGallery/ProductGallery.js.map +1 -1
  98. package/dist/components/RollupItem/RollupItem.js +10 -1
  99. package/dist/components/RollupItem/RollupItem.js.map +1 -1
  100. package/dist/components/SafeDepositRental/RegionsAndBranches.js +1 -3
  101. package/dist/components/SafeDepositRental/RegionsAndBranches.js.map +1 -1
  102. package/dist/components/SafeDepositRental/RenderRadioButtons.js +1 -1
  103. package/dist/components/SafeDepositRental/RenderRadioButtons.js.map +1 -1
  104. package/dist/components/SafeDepositRental/SafeDepositRental.js +2 -4
  105. package/dist/components/SafeDepositRental/SafeDepositRental.js.map +1 -1
  106. package/dist/components/SafeDepositRental/SafeDepositRentalFields.d.ts +1 -1
  107. package/dist/components/SafeDepositRental/SafeDepositRentalFields.js +2 -2
  108. package/dist/components/SafeDepositRental/SafeDepositRentalFields.js.map +1 -1
  109. package/dist/components/SafeDepositRental/SafeDepositRentalForm.d.ts +1 -1
  110. package/dist/components/SafeDepositRental/SafeDepositRentalForm.js +2 -2
  111. package/dist/components/SafeDepositRental/SafeDepositRentalForm.js.map +1 -1
  112. package/dist/components/StepsBlock/StepsBlock.js +1 -3
  113. package/dist/components/StepsBlock/StepsBlock.js.map +1 -1
  114. package/dist/components/TariffsTable/TableTileHeader.js +1 -3
  115. package/dist/components/TariffsTable/TableTileHeader.js.map +1 -1
  116. package/dist/components/TariffsTable/TariffsTable.js +6 -6
  117. package/dist/components/TariffsTable/TariffsTable.js.map +1 -1
  118. package/dist/components/TariffsTable/TariffsTableRow.js +3 -1
  119. package/dist/components/TariffsTable/TariffsTableRow.js.map +1 -1
  120. package/dist/components/Video/VideoContent.d.ts +1 -0
  121. package/dist/hooks/useIntersectionObserver.d.ts +7 -1
  122. package/dist/hooks/useIntersectionObserver.js +10 -1
  123. package/dist/hooks/useIntersectionObserver.js.map +1 -1
  124. package/dist/hooks/useLink.js +1 -1
  125. package/dist/hooks/useLink.js.map +1 -1
  126. package/dist/ui-kit/BlockWrapper.js +1 -11
  127. package/dist/ui-kit/BlockWrapper.js.map +1 -1
  128. package/dist/ui-kit/Button/ArrowButton.d.ts +2 -0
  129. package/dist/ui-kit/Button/ArrowButton.js +3 -1
  130. package/dist/ui-kit/Button/ArrowButton.js.map +1 -1
  131. package/dist/ui-kit/Foldable/FoldableSection.js +1 -1
  132. package/dist/ui-kit/Foldable/FoldableSection.js.map +1 -1
  133. package/dist/ui-kit/InnerTable/InnerTable.js +3 -2
  134. package/dist/ui-kit/InnerTable/InnerTable.js.map +1 -1
  135. package/dist/ui-kit/InnerTable/InnerTableBody.js +2 -4
  136. package/dist/ui-kit/InnerTable/InnerTableBody.js.map +1 -1
  137. package/dist/ui-kit/Paragraph/Paragraph.d.ts +1 -8
  138. package/dist/ui-kit/Paragraph/Paragraph.js.map +1 -1
  139. package/dist/ui-kit/Paragraph/ParagraphProps.d.ts +7 -0
  140. package/dist/ui-kit/Paragraph/ParagraphProps.js +2 -0
  141. package/dist/ui-kit/Paragraph/ParagraphProps.js.map +1 -0
  142. package/dist/ui-kit/Radio/Radio.js +1 -1
  143. package/dist/ui-kit/Radio/Radio.js.map +1 -1
  144. package/dist/ui-kit/Radio/RadioProps.d.ts +1 -2
  145. package/dist/ui-kit/Select/Select.js.map +1 -1
  146. package/dist/ui-kit/SwipeListControl/SwipeListContainer.d.ts +19 -0
  147. package/dist/ui-kit/SwipeListControl/SwipeListContainer.js +35 -0
  148. package/dist/ui-kit/SwipeListControl/SwipeListContainer.js.map +1 -0
  149. package/dist/ui-kit/SwipeListControl/SwipeListControl.js +17 -38
  150. package/dist/ui-kit/SwipeListControl/SwipeListControl.js.map +1 -1
  151. package/dist/ui-kit/SwipeListControl/SwipeListControlDots.d.ts +7 -4
  152. package/dist/ui-kit/SwipeListControl/SwipeListControlDots.js +10 -27
  153. package/dist/ui-kit/SwipeListControl/SwipeListControlDots.js.map +1 -1
  154. package/dist/ui-kit/SwipeListControl/SwipeListControlProps.d.ts +3 -3
  155. package/dist/ui-kit/SwipeListControl/SwipeListItem.d.ts +14 -0
  156. package/dist/ui-kit/SwipeListControl/SwipeListItem.js +16 -0
  157. package/dist/ui-kit/SwipeListControl/SwipeListItem.js.map +1 -0
  158. package/dist/ui-kit/SwipeListControl/scrollBy.d.ts +1 -0
  159. package/dist/ui-kit/SwipeListControl/scrollBy.js +8 -0
  160. package/dist/ui-kit/SwipeListControl/scrollBy.js.map +1 -0
  161. package/dist/ui-kit/SwipeListControl/scrollToEnd.d.ts +1 -0
  162. package/dist/ui-kit/SwipeListControl/scrollToEnd.js +7 -0
  163. package/dist/ui-kit/SwipeListControl/scrollToEnd.js.map +1 -0
  164. package/dist/ui-kit/SwipeListControl/scrollToStart.d.ts +1 -0
  165. package/dist/ui-kit/SwipeListControl/scrollToStart.js +7 -0
  166. package/dist/ui-kit/SwipeListControl/scrollToStart.js.map +1 -0
  167. package/dist/ui-kit/SwipeListControl/useSwipeListScroll.d.ts +17 -0
  168. package/dist/ui-kit/SwipeListControl/useSwipeListScroll.js +57 -0
  169. package/dist/ui-kit/SwipeListControl/useSwipeListScroll.js.map +1 -0
  170. package/dist/ui-kit/Text/Text.d.ts +1 -26
  171. package/dist/ui-kit/Text/Text.js.map +1 -1
  172. package/dist/ui-kit/Text/TextProps.d.ts +26 -0
  173. package/dist/ui-kit/Text/TextProps.js +2 -0
  174. package/dist/ui-kit/Text/TextProps.js.map +1 -0
  175. package/dist/utils/areArraysEqual.d.ts +1 -0
  176. package/dist/utils/areArraysEqual.js +5 -0
  177. package/dist/utils/areArraysEqual.js.map +1 -0
  178. package/dist/utils/mapChildren.d.ts +2 -0
  179. package/dist/utils/mapChildren.js +10 -0
  180. package/dist/utils/mapChildren.js.map +1 -0
  181. package/dist/utils/maxBy.d.ts +2 -2
  182. package/dist/utils/maxBy.js +4 -4
  183. package/dist/utils/maxBy.js.map +1 -1
  184. package/dist/utils/minBy.d.ts +1 -0
  185. package/dist/utils/minBy.js +6 -0
  186. package/dist/utils/minBy.js.map +1 -0
  187. package/lib/common.css +1 -1
  188. package/lib/components/Blocks.js +9 -3
  189. package/lib/components/Blocks.js.map +1 -1
  190. package/lib/components/Calculator/BonusCalculatorForm.js +5 -3
  191. package/lib/components/Calculator/BonusCalculatorForm.js.map +1 -1
  192. package/lib/components/Calculator/CreditCalculatorForm.js +4 -2
  193. package/lib/components/Calculator/CreditCalculatorForm.js.map +1 -1
  194. package/lib/components/Calculator/DepositCalculatorForm.js +6 -3
  195. package/lib/components/Calculator/DepositCalculatorForm.js.map +1 -1
  196. package/lib/components/Carousel/Carousel.fixture.d.ts +2 -0
  197. package/lib/components/Carousel/Carousel.js +15 -15
  198. package/lib/components/Carousel/Carousel.js.map +1 -1
  199. package/lib/components/CarouselCard/CarouselCard.js +2 -2
  200. package/lib/components/CarouselCard/CarouselCard.js.map +1 -1
  201. package/lib/components/CarouselInvestmentCard/CarouselInvestmentCard.d.ts +5 -0
  202. package/lib/components/CarouselInvestmentCard/CarouselInvestmentCard.fixture.d.ts +10 -0
  203. package/lib/components/CarouselInvestmentCard/CarouselInvestmentCard.js +26 -0
  204. package/lib/components/CarouselInvestmentCard/CarouselInvestmentCard.js.map +1 -0
  205. package/{mobile/bundle/components/InvestmentGallery/InvestmentGalleryContent.d.ts → lib/components/CarouselInvestmentCard/CarouselInvestmentCardContent.d.ts} +19 -23
  206. package/lib/components/CarouselInvestmentCard/CarouselInvestmentCardContent.js +2 -0
  207. package/lib/components/CarouselInvestmentCard/CarouselInvestmentCardContent.js.map +1 -0
  208. package/lib/components/CarouselProgramsCard/CarouselProgramsCard.d.ts +5 -0
  209. package/lib/components/CarouselProgramsCard/CarouselProgramsCard.fixture.d.ts +8 -0
  210. package/lib/components/CarouselProgramsCard/CarouselProgramsCard.js +10 -0
  211. package/lib/components/CarouselProgramsCard/CarouselProgramsCard.js.map +1 -0
  212. package/lib/components/CarouselProgramsCard/CarouselProgramsCardContent.d.ts +12 -0
  213. package/lib/components/CarouselProgramsCard/CarouselProgramsCardContent.js +2 -0
  214. package/lib/components/CarouselProgramsCard/CarouselProgramsCardContent.js.map +1 -0
  215. package/lib/components/CarouselTariffsCard/CarouselTariffsCard.d.ts +1 -1
  216. package/lib/components/CarouselTariffsCard/CarouselTariffsCard.fixture.d.ts +1 -1
  217. package/lib/components/CarouselTariffsCard/CarouselTariffsCard.js +10 -14
  218. package/lib/components/CarouselTariffsCard/CarouselTariffsCard.js.map +1 -1
  219. package/lib/components/ComparisonTable/ComparisonTable.js +2 -2
  220. package/lib/components/ComparisonTable/ComparisonTable.js.map +1 -1
  221. package/lib/components/ComparisonTable/ComparisonTable.mobile.js +1 -1
  222. package/lib/components/ComparisonTable/ComparisonTable.mobile.js.map +1 -1
  223. package/lib/components/Gallery/Gallery.mobile.js +1 -1
  224. package/lib/components/Gallery/GalleryCardInner.js +6 -1
  225. package/lib/components/Gallery/GalleryCardInner.js.map +1 -1
  226. package/lib/components/Gallery/GalleryContent.d.ts +5 -0
  227. package/lib/components/Gallery/GalleryInner.js.map +1 -1
  228. package/lib/components/Header/Header.mobile.js +3 -3
  229. package/lib/components/Header/Header.mobile.js.map +1 -1
  230. package/lib/components/Header/HeaderSubMenu.js +1 -1
  231. package/lib/components/Header/HeaderSubMenu.js.map +1 -1
  232. package/lib/components/Header/HeaderSubMenuItem.d.ts +2 -1
  233. package/lib/components/Header/HeaderSubMenuItem.js +1 -1
  234. package/lib/components/Header/HeaderSubMenuItem.js.map +1 -1
  235. package/lib/components/ImgBlock/ImgBlock.d.ts +6 -0
  236. package/lib/components/{InvestmentGallery/InvestmentGallery.fixture.d.ts → ImgBlock/ImgBlock.fixture.d.ts} +0 -2
  237. package/lib/components/ImgBlock/ImgBlock.js +9 -0
  238. package/lib/components/ImgBlock/ImgBlock.js.map +1 -0
  239. package/lib/components/ImgBlock/ImgBlockContent.d.ts +7 -0
  240. package/lib/components/ImgBlock/ImgBlockContent.js +2 -0
  241. package/lib/components/ImgBlock/ImgBlockContent.js.map +1 -0
  242. package/lib/components/InsuranceAmountBlock/InsuranceAmountBlock.js +6 -8
  243. package/lib/components/InsuranceAmountBlock/InsuranceAmountBlock.js.map +1 -1
  244. package/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js +2 -2
  245. package/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js.map +1 -1
  246. package/lib/components/ParagraphBlock/ParagraphBlock.d.ts +6 -0
  247. package/lib/components/ParagraphBlock/ParagraphBlock.fixture.d.ts +9 -0
  248. package/lib/components/ParagraphBlock/ParagraphBlock.js +9 -0
  249. package/lib/components/ParagraphBlock/ParagraphBlock.js.map +1 -0
  250. package/lib/components/ParagraphBlock/ParagraphBlockContent.d.ts +8 -0
  251. package/lib/components/ParagraphBlock/ParagraphBlockContent.js +2 -0
  252. package/lib/components/ParagraphBlock/ParagraphBlockContent.js.map +1 -0
  253. package/lib/components/ProductGallery/ProductGallery.js +8 -8
  254. package/lib/components/ProductGallery/ProductGallery.js.map +1 -1
  255. package/lib/components/RollupItem/RollupItem.js +10 -1
  256. package/lib/components/RollupItem/RollupItem.js.map +1 -1
  257. package/lib/components/SafeDepositRental/RegionsAndBranches.js +1 -3
  258. package/lib/components/SafeDepositRental/RegionsAndBranches.js.map +1 -1
  259. package/lib/components/SafeDepositRental/RenderRadioButtons.js +2 -2
  260. package/lib/components/SafeDepositRental/RenderRadioButtons.js.map +1 -1
  261. package/lib/components/SafeDepositRental/SafeDepositRental.js +2 -4
  262. package/lib/components/SafeDepositRental/SafeDepositRental.js.map +1 -1
  263. package/lib/components/SafeDepositRental/SafeDepositRentalFields.d.ts +1 -1
  264. package/lib/components/SafeDepositRental/SafeDepositRentalFields.js +2 -2
  265. package/lib/components/SafeDepositRental/SafeDepositRentalFields.js.map +1 -1
  266. package/lib/components/SafeDepositRental/SafeDepositRentalForm.d.ts +1 -1
  267. package/lib/components/SafeDepositRental/SafeDepositRentalForm.js +2 -2
  268. package/lib/components/SafeDepositRental/SafeDepositRentalForm.js.map +1 -1
  269. package/lib/components/StepsBlock/StepsBlock.js +1 -3
  270. package/lib/components/StepsBlock/StepsBlock.js.map +1 -1
  271. package/lib/components/TariffsTable/TableTileHeader.js +1 -3
  272. package/lib/components/TariffsTable/TableTileHeader.js.map +1 -1
  273. package/lib/components/TariffsTable/TariffsTable.js +6 -6
  274. package/lib/components/TariffsTable/TariffsTable.js.map +1 -1
  275. package/lib/components/TariffsTable/TariffsTableRow.js +4 -2
  276. package/lib/components/TariffsTable/TariffsTableRow.js.map +1 -1
  277. package/lib/components/Video/VideoContent.d.ts +1 -0
  278. package/lib/hooks/useIntersectionObserver.d.ts +7 -1
  279. package/lib/hooks/useIntersectionObserver.js +11 -2
  280. package/lib/hooks/useIntersectionObserver.js.map +1 -1
  281. package/lib/hooks/useLink.js +2 -2
  282. package/lib/hooks/useLink.js.map +1 -1
  283. package/lib/ui-kit/BlockWrapper.js +1 -11
  284. package/lib/ui-kit/BlockWrapper.js.map +1 -1
  285. package/lib/ui-kit/Button/ArrowButton.d.ts +2 -0
  286. package/lib/ui-kit/Button/ArrowButton.js +2 -0
  287. package/lib/ui-kit/Button/ArrowButton.js.map +1 -1
  288. package/lib/ui-kit/Foldable/FoldableSection.js +1 -1
  289. package/lib/ui-kit/Foldable/FoldableSection.js.map +1 -1
  290. package/lib/ui-kit/InnerTable/InnerTable.js +4 -3
  291. package/lib/ui-kit/InnerTable/InnerTable.js.map +1 -1
  292. package/lib/ui-kit/InnerTable/InnerTableBody.js +3 -5
  293. package/lib/ui-kit/InnerTable/InnerTableBody.js.map +1 -1
  294. package/lib/ui-kit/Paragraph/Paragraph.d.ts +1 -8
  295. package/lib/ui-kit/Paragraph/Paragraph.js.map +1 -1
  296. package/lib/ui-kit/Paragraph/ParagraphProps.d.ts +7 -0
  297. package/lib/ui-kit/Paragraph/ParagraphProps.js +2 -0
  298. package/lib/ui-kit/Paragraph/ParagraphProps.js.map +1 -0
  299. package/lib/ui-kit/Radio/Radio.js +1 -1
  300. package/lib/ui-kit/Radio/Radio.js.map +1 -1
  301. package/lib/ui-kit/Radio/RadioProps.d.ts +1 -2
  302. package/lib/ui-kit/Select/Select.js.map +1 -1
  303. package/lib/ui-kit/SwipeListControl/SwipeListContainer.d.ts +19 -0
  304. package/lib/ui-kit/SwipeListControl/SwipeListContainer.js +33 -0
  305. package/lib/ui-kit/SwipeListControl/SwipeListContainer.js.map +1 -0
  306. package/lib/ui-kit/SwipeListControl/SwipeListControl.js +17 -38
  307. package/lib/ui-kit/SwipeListControl/SwipeListControl.js.map +1 -1
  308. package/lib/ui-kit/SwipeListControl/SwipeListControlDots.d.ts +7 -4
  309. package/lib/ui-kit/SwipeListControl/SwipeListControlDots.js +10 -27
  310. package/lib/ui-kit/SwipeListControl/SwipeListControlDots.js.map +1 -1
  311. package/lib/ui-kit/SwipeListControl/SwipeListControlProps.d.ts +3 -3
  312. package/lib/ui-kit/SwipeListControl/SwipeListItem.d.ts +14 -0
  313. package/lib/ui-kit/SwipeListControl/SwipeListItem.js +14 -0
  314. package/lib/ui-kit/SwipeListControl/SwipeListItem.js.map +1 -0
  315. package/lib/ui-kit/SwipeListControl/scrollBy.d.ts +1 -0
  316. package/lib/ui-kit/SwipeListControl/scrollBy.js +5 -0
  317. package/lib/ui-kit/SwipeListControl/scrollBy.js.map +1 -0
  318. package/lib/ui-kit/SwipeListControl/scrollToEnd.d.ts +1 -0
  319. package/lib/ui-kit/SwipeListControl/scrollToEnd.js +4 -0
  320. package/lib/ui-kit/SwipeListControl/scrollToEnd.js.map +1 -0
  321. package/lib/ui-kit/SwipeListControl/scrollToStart.d.ts +1 -0
  322. package/lib/ui-kit/SwipeListControl/scrollToStart.js +4 -0
  323. package/lib/ui-kit/SwipeListControl/scrollToStart.js.map +1 -0
  324. package/lib/ui-kit/SwipeListControl/useSwipeListScroll.d.ts +17 -0
  325. package/lib/ui-kit/SwipeListControl/useSwipeListScroll.js +54 -0
  326. package/lib/ui-kit/SwipeListControl/useSwipeListScroll.js.map +1 -0
  327. package/lib/ui-kit/Text/Text.d.ts +1 -26
  328. package/lib/ui-kit/Text/Text.js.map +1 -1
  329. package/lib/ui-kit/Text/TextProps.d.ts +26 -0
  330. package/lib/ui-kit/Text/TextProps.js +2 -0
  331. package/lib/ui-kit/Text/TextProps.js.map +1 -0
  332. package/lib/utils/areArraysEqual.d.ts +1 -0
  333. package/lib/utils/areArraysEqual.js +2 -0
  334. package/lib/utils/areArraysEqual.js.map +1 -0
  335. package/lib/utils/mapChildren.d.ts +2 -0
  336. package/lib/utils/mapChildren.js +7 -0
  337. package/lib/utils/mapChildren.js.map +1 -0
  338. package/lib/utils/maxBy.d.ts +2 -2
  339. package/lib/utils/maxBy.js +2 -2
  340. package/lib/utils/maxBy.js.map +1 -1
  341. package/lib/utils/minBy.d.ts +1 -0
  342. package/lib/utils/minBy.js +3 -0
  343. package/lib/utils/minBy.js.map +1 -0
  344. package/mobile/bundle/bundle.umd.js +144 -145
  345. package/mobile/bundle/bundle.umd.min.js +1 -1
  346. package/mobile/bundle/components/CarouselInvestmentCard/CarouselInvestmentCard.d.ts +5 -0
  347. package/{bundle/components/InvestmentGallery/InvestmentGalleryContent.d.ts → mobile/bundle/components/CarouselInvestmentCard/CarouselInvestmentCardContent.d.ts} +19 -23
  348. package/mobile/bundle/components/CarouselProgramsCard/CarouselProgramsCard.d.ts +5 -0
  349. package/mobile/bundle/components/CarouselProgramsCard/CarouselProgramsCardContent.d.ts +12 -0
  350. package/mobile/bundle/components/CarouselTariffsCard/CarouselTariffsCard.d.ts +1 -1
  351. package/mobile/bundle/components/Gallery/GalleryContent.d.ts +5 -0
  352. package/mobile/bundle/components/Header/HeaderSubMenuItem.d.ts +2 -1
  353. package/mobile/bundle/components/ImgBlock/ImgBlock.d.ts +6 -0
  354. package/mobile/bundle/components/ImgBlock/ImgBlockContent.d.ts +7 -0
  355. package/mobile/bundle/components/ParagraphBlock/ParagraphBlock.d.ts +6 -0
  356. package/mobile/bundle/components/ParagraphBlock/ParagraphBlockContent.d.ts +8 -0
  357. package/mobile/bundle/components/SafeDepositRental/SafeDepositRentalFields.d.ts +1 -1
  358. package/mobile/bundle/components/SafeDepositRental/SafeDepositRentalForm.d.ts +1 -1
  359. package/mobile/bundle/components/Video/VideoContent.d.ts +1 -0
  360. package/mobile/bundle/hooks/useIntersectionObserver.d.ts +7 -1
  361. package/mobile/bundle/ui-kit/Button/ArrowButton.d.ts +2 -0
  362. package/mobile/bundle/ui-kit/Paragraph/Paragraph.d.ts +1 -8
  363. package/mobile/bundle/ui-kit/Paragraph/ParagraphProps.d.ts +7 -0
  364. package/mobile/bundle/ui-kit/Radio/RadioProps.d.ts +1 -2
  365. package/mobile/bundle/ui-kit/SwipeListControl/SwipeListContainer.d.ts +19 -0
  366. package/mobile/bundle/ui-kit/SwipeListControl/SwipeListControlDots.d.ts +7 -4
  367. package/mobile/bundle/ui-kit/SwipeListControl/SwipeListControlProps.d.ts +3 -3
  368. package/mobile/bundle/ui-kit/SwipeListControl/SwipeListItem.d.ts +14 -0
  369. package/mobile/bundle/ui-kit/SwipeListControl/scrollBy.d.ts +1 -0
  370. package/mobile/bundle/ui-kit/SwipeListControl/scrollToEnd.d.ts +1 -0
  371. package/mobile/bundle/ui-kit/SwipeListControl/scrollToStart.d.ts +1 -0
  372. package/mobile/bundle/ui-kit/SwipeListControl/useSwipeListScroll.d.ts +17 -0
  373. package/mobile/bundle/ui-kit/Text/Text.d.ts +1 -26
  374. package/mobile/bundle/ui-kit/Text/TextProps.d.ts +26 -0
  375. package/mobile/bundle/utils/areArraysEqual.d.ts +1 -0
  376. package/mobile/bundle/utils/mapChildren.d.ts +2 -0
  377. package/mobile/bundle/utils/maxBy.d.ts +2 -2
  378. package/mobile/bundle/utils/minBy.d.ts +1 -0
  379. package/mobile/dist/components/Calculator/BonusCalculatorForm.js +4 -2
  380. package/mobile/dist/components/Calculator/BonusCalculatorForm.js.map +1 -1
  381. package/mobile/dist/components/Calculator/CreditCalculatorForm.js +3 -1
  382. package/mobile/dist/components/Calculator/CreditCalculatorForm.js.map +1 -1
  383. package/mobile/dist/components/Calculator/DepositCalculatorForm.js +5 -2
  384. package/mobile/dist/components/Calculator/DepositCalculatorForm.js.map +1 -1
  385. package/mobile/dist/components/Carousel/Carousel.js +15 -15
  386. package/mobile/dist/components/Carousel/Carousel.js.map +1 -1
  387. package/mobile/dist/components/CarouselCard/CarouselCard.js +2 -2
  388. package/mobile/dist/components/CarouselCard/CarouselCard.js.map +1 -1
  389. package/mobile/dist/components/CarouselInvestmentCard/CarouselInvestmentCard.d.ts +5 -0
  390. package/mobile/dist/components/CarouselInvestmentCard/CarouselInvestmentCard.js +28 -0
  391. package/mobile/dist/components/CarouselInvestmentCard/CarouselInvestmentCard.js.map +1 -0
  392. package/mobile/dist/components/CarouselInvestmentCard/CarouselInvestmentCardContent.d.ts +46 -0
  393. package/mobile/dist/components/CarouselInvestmentCard/CarouselInvestmentCardContent.js +2 -0
  394. package/mobile/dist/components/CarouselInvestmentCard/CarouselInvestmentCardContent.js.map +1 -0
  395. package/mobile/dist/components/CarouselProgramsCard/CarouselProgramsCard.d.ts +5 -0
  396. package/mobile/dist/components/CarouselProgramsCard/CarouselProgramsCard.js +12 -0
  397. package/mobile/dist/components/CarouselProgramsCard/CarouselProgramsCard.js.map +1 -0
  398. package/mobile/dist/components/CarouselProgramsCard/CarouselProgramsCardContent.d.ts +12 -0
  399. package/mobile/dist/components/CarouselProgramsCard/CarouselProgramsCardContent.js +2 -0
  400. package/mobile/dist/components/CarouselProgramsCard/CarouselProgramsCardContent.js.map +1 -0
  401. package/mobile/dist/components/CarouselTariffsCard/CarouselTariffsCard.d.ts +1 -1
  402. package/mobile/dist/components/CarouselTariffsCard/CarouselTariffsCard.js +10 -14
  403. package/mobile/dist/components/CarouselTariffsCard/CarouselTariffsCard.js.map +1 -1
  404. package/mobile/dist/components/ComparisonTable/ComparisonTable.js +1 -1
  405. package/mobile/dist/components/ComparisonTable/ComparisonTable.js.map +1 -1
  406. package/mobile/dist/components/Gallery/Gallery.js +1 -1
  407. package/mobile/dist/components/Gallery/GalleryCardInner.js +6 -1
  408. package/mobile/dist/components/Gallery/GalleryCardInner.js.map +1 -1
  409. package/mobile/dist/components/Gallery/GalleryContent.d.ts +5 -0
  410. package/mobile/dist/components/Gallery/GalleryInner.js.map +1 -1
  411. package/mobile/dist/components/Header/Header.js +2 -2
  412. package/mobile/dist/components/Header/Header.js.map +1 -1
  413. package/mobile/dist/components/Header/HeaderSubMenu.js +1 -1
  414. package/mobile/dist/components/Header/HeaderSubMenu.js.map +1 -1
  415. package/mobile/dist/components/Header/HeaderSubMenuItem.d.ts +2 -1
  416. package/mobile/dist/components/Header/HeaderSubMenuItem.js.map +1 -1
  417. package/mobile/dist/components/ImgBlock/ImgBlock.d.ts +6 -0
  418. package/mobile/dist/components/ImgBlock/ImgBlock.js +11 -0
  419. package/mobile/dist/components/ImgBlock/ImgBlock.js.map +1 -0
  420. package/mobile/dist/components/ImgBlock/ImgBlockContent.d.ts +7 -0
  421. package/mobile/dist/components/ImgBlock/ImgBlockContent.js +2 -0
  422. package/mobile/dist/components/ImgBlock/ImgBlockContent.js.map +1 -0
  423. package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlock.js +5 -7
  424. package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlock.js.map +1 -1
  425. package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js +2 -2
  426. package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js.map +1 -1
  427. package/mobile/dist/components/ParagraphBlock/ParagraphBlock.d.ts +6 -0
  428. package/mobile/dist/components/ParagraphBlock/ParagraphBlock.js +11 -0
  429. package/mobile/dist/components/ParagraphBlock/ParagraphBlock.js.map +1 -0
  430. package/mobile/dist/components/ParagraphBlock/ParagraphBlockContent.d.ts +8 -0
  431. package/mobile/dist/components/ParagraphBlock/ParagraphBlockContent.js +2 -0
  432. package/mobile/dist/components/ParagraphBlock/ParagraphBlockContent.js.map +1 -0
  433. package/mobile/dist/components/ProductGallery/ProductGallery.js +7 -7
  434. package/mobile/dist/components/ProductGallery/ProductGallery.js.map +1 -1
  435. package/mobile/dist/components/RollupItem/RollupItem.js +10 -1
  436. package/mobile/dist/components/RollupItem/RollupItem.js.map +1 -1
  437. package/mobile/dist/components/SafeDepositRental/RegionsAndBranches.js +1 -3
  438. package/mobile/dist/components/SafeDepositRental/RegionsAndBranches.js.map +1 -1
  439. package/mobile/dist/components/SafeDepositRental/RenderRadioButtons.js +1 -1
  440. package/mobile/dist/components/SafeDepositRental/RenderRadioButtons.js.map +1 -1
  441. package/mobile/dist/components/SafeDepositRental/SafeDepositRental.js +2 -4
  442. package/mobile/dist/components/SafeDepositRental/SafeDepositRental.js.map +1 -1
  443. package/mobile/dist/components/SafeDepositRental/SafeDepositRentalFields.d.ts +1 -1
  444. package/mobile/dist/components/SafeDepositRental/SafeDepositRentalFields.js +2 -2
  445. package/mobile/dist/components/SafeDepositRental/SafeDepositRentalFields.js.map +1 -1
  446. package/mobile/dist/components/SafeDepositRental/SafeDepositRentalForm.d.ts +1 -1
  447. package/mobile/dist/components/SafeDepositRental/SafeDepositRentalForm.js +2 -2
  448. package/mobile/dist/components/SafeDepositRental/SafeDepositRentalForm.js.map +1 -1
  449. package/mobile/dist/components/TariffsTable/TableTileHeader.js +1 -3
  450. package/mobile/dist/components/TariffsTable/TableTileHeader.js.map +1 -1
  451. package/mobile/dist/components/TariffsTable/TariffsTableRow.js +3 -1
  452. package/mobile/dist/components/TariffsTable/TariffsTableRow.js.map +1 -1
  453. package/mobile/dist/components/Video/VideoContent.d.ts +1 -0
  454. package/mobile/dist/hooks/useIntersectionObserver.d.ts +7 -1
  455. package/mobile/dist/hooks/useIntersectionObserver.js +10 -1
  456. package/mobile/dist/hooks/useIntersectionObserver.js.map +1 -1
  457. package/mobile/dist/hooks/useLink.js +1 -1
  458. package/mobile/dist/hooks/useLink.js.map +1 -1
  459. package/mobile/dist/ui-kit/BlockWrapper.js +1 -11
  460. package/mobile/dist/ui-kit/BlockWrapper.js.map +1 -1
  461. package/mobile/dist/ui-kit/Button/ArrowButton.d.ts +2 -0
  462. package/mobile/dist/ui-kit/Button/ArrowButton.js +3 -1
  463. package/mobile/dist/ui-kit/Button/ArrowButton.js.map +1 -1
  464. package/mobile/dist/ui-kit/Foldable/FoldableSection.js +1 -1
  465. package/mobile/dist/ui-kit/Foldable/FoldableSection.js.map +1 -1
  466. package/mobile/dist/ui-kit/InnerTable/InnerTable.js +3 -2
  467. package/mobile/dist/ui-kit/InnerTable/InnerTable.js.map +1 -1
  468. package/mobile/dist/ui-kit/InnerTable/InnerTableBody.js +2 -4
  469. package/mobile/dist/ui-kit/InnerTable/InnerTableBody.js.map +1 -1
  470. package/mobile/dist/ui-kit/Paragraph/Paragraph.d.ts +1 -8
  471. package/mobile/dist/ui-kit/Paragraph/Paragraph.js.map +1 -1
  472. package/mobile/dist/ui-kit/Paragraph/ParagraphProps.d.ts +7 -0
  473. package/mobile/dist/ui-kit/Paragraph/ParagraphProps.js +2 -0
  474. package/mobile/dist/ui-kit/Paragraph/ParagraphProps.js.map +1 -0
  475. package/mobile/dist/ui-kit/Radio/Radio.js +1 -1
  476. package/mobile/dist/ui-kit/Radio/Radio.js.map +1 -1
  477. package/mobile/dist/ui-kit/Radio/RadioProps.d.ts +1 -2
  478. package/mobile/dist/ui-kit/Select/Select.js.map +1 -1
  479. package/mobile/dist/ui-kit/SwipeListControl/SwipeListContainer.d.ts +19 -0
  480. package/mobile/dist/ui-kit/SwipeListControl/SwipeListContainer.js +35 -0
  481. package/mobile/dist/ui-kit/SwipeListControl/SwipeListContainer.js.map +1 -0
  482. package/mobile/dist/ui-kit/SwipeListControl/SwipeListControl.js +17 -38
  483. package/mobile/dist/ui-kit/SwipeListControl/SwipeListControl.js.map +1 -1
  484. package/mobile/dist/ui-kit/SwipeListControl/SwipeListControlDots.d.ts +7 -4
  485. package/mobile/dist/ui-kit/SwipeListControl/SwipeListControlDots.js +10 -27
  486. package/mobile/dist/ui-kit/SwipeListControl/SwipeListControlDots.js.map +1 -1
  487. package/mobile/dist/ui-kit/SwipeListControl/SwipeListControlProps.d.ts +3 -3
  488. package/mobile/dist/ui-kit/SwipeListControl/SwipeListItem.d.ts +14 -0
  489. package/mobile/dist/ui-kit/SwipeListControl/SwipeListItem.js +16 -0
  490. package/mobile/dist/ui-kit/SwipeListControl/SwipeListItem.js.map +1 -0
  491. package/mobile/dist/ui-kit/SwipeListControl/scrollBy.d.ts +1 -0
  492. package/mobile/dist/ui-kit/SwipeListControl/scrollBy.js +8 -0
  493. package/mobile/dist/ui-kit/SwipeListControl/scrollBy.js.map +1 -0
  494. package/mobile/dist/ui-kit/SwipeListControl/scrollToEnd.d.ts +1 -0
  495. package/mobile/dist/ui-kit/SwipeListControl/scrollToEnd.js +7 -0
  496. package/mobile/dist/ui-kit/SwipeListControl/scrollToEnd.js.map +1 -0
  497. package/mobile/dist/ui-kit/SwipeListControl/scrollToStart.d.ts +1 -0
  498. package/mobile/dist/ui-kit/SwipeListControl/scrollToStart.js +7 -0
  499. package/mobile/dist/ui-kit/SwipeListControl/scrollToStart.js.map +1 -0
  500. package/mobile/dist/ui-kit/SwipeListControl/useSwipeListScroll.d.ts +17 -0
  501. package/mobile/dist/ui-kit/SwipeListControl/useSwipeListScroll.js +57 -0
  502. package/mobile/dist/ui-kit/SwipeListControl/useSwipeListScroll.js.map +1 -0
  503. package/mobile/dist/ui-kit/Text/Text.d.ts +1 -26
  504. package/mobile/dist/ui-kit/Text/Text.js.map +1 -1
  505. package/mobile/dist/ui-kit/Text/TextProps.d.ts +26 -0
  506. package/mobile/dist/ui-kit/Text/TextProps.js +2 -0
  507. package/mobile/dist/ui-kit/Text/TextProps.js.map +1 -0
  508. package/mobile/dist/utils/areArraysEqual.d.ts +1 -0
  509. package/mobile/dist/utils/areArraysEqual.js +5 -0
  510. package/mobile/dist/utils/areArraysEqual.js.map +1 -0
  511. package/mobile/dist/utils/mapChildren.d.ts +2 -0
  512. package/mobile/dist/utils/mapChildren.js +10 -0
  513. package/mobile/dist/utils/mapChildren.js.map +1 -0
  514. package/mobile/dist/utils/maxBy.d.ts +2 -2
  515. package/mobile/dist/utils/maxBy.js +4 -4
  516. package/mobile/dist/utils/maxBy.js.map +1 -1
  517. package/mobile/dist/utils/minBy.d.ts +1 -0
  518. package/mobile/dist/utils/minBy.js +6 -0
  519. package/mobile/dist/utils/minBy.js.map +1 -0
  520. package/mobile/lib/components/Calculator/BonusCalculatorForm.js +5 -3
  521. package/mobile/lib/components/Calculator/BonusCalculatorForm.js.map +1 -1
  522. package/mobile/lib/components/Calculator/CreditCalculatorForm.js +4 -2
  523. package/mobile/lib/components/Calculator/CreditCalculatorForm.js.map +1 -1
  524. package/mobile/lib/components/Calculator/DepositCalculatorForm.js +6 -3
  525. package/mobile/lib/components/Calculator/DepositCalculatorForm.js.map +1 -1
  526. package/mobile/lib/components/Carousel/Carousel.js +15 -15
  527. package/mobile/lib/components/Carousel/Carousel.js.map +1 -1
  528. package/mobile/lib/components/CarouselCard/CarouselCard.js +2 -2
  529. package/mobile/lib/components/CarouselCard/CarouselCard.js.map +1 -1
  530. package/mobile/lib/components/CarouselInvestmentCard/CarouselInvestmentCard.d.ts +5 -0
  531. package/mobile/lib/components/CarouselInvestmentCard/CarouselInvestmentCard.js +26 -0
  532. package/mobile/lib/components/CarouselInvestmentCard/CarouselInvestmentCard.js.map +1 -0
  533. package/mobile/lib/components/CarouselInvestmentCard/CarouselInvestmentCardContent.d.ts +46 -0
  534. package/mobile/lib/components/CarouselInvestmentCard/CarouselInvestmentCardContent.js +2 -0
  535. package/mobile/lib/components/CarouselInvestmentCard/CarouselInvestmentCardContent.js.map +1 -0
  536. package/mobile/lib/components/CarouselProgramsCard/CarouselProgramsCard.d.ts +5 -0
  537. package/mobile/lib/components/CarouselProgramsCard/CarouselProgramsCard.js +10 -0
  538. package/mobile/lib/components/CarouselProgramsCard/CarouselProgramsCard.js.map +1 -0
  539. package/mobile/lib/components/CarouselProgramsCard/CarouselProgramsCardContent.d.ts +12 -0
  540. package/mobile/lib/components/CarouselProgramsCard/CarouselProgramsCardContent.js +2 -0
  541. package/mobile/lib/components/CarouselProgramsCard/CarouselProgramsCardContent.js.map +1 -0
  542. package/mobile/lib/components/CarouselTariffsCard/CarouselTariffsCard.d.ts +1 -1
  543. package/mobile/lib/components/CarouselTariffsCard/CarouselTariffsCard.js +10 -14
  544. package/mobile/lib/components/CarouselTariffsCard/CarouselTariffsCard.js.map +1 -1
  545. package/mobile/lib/components/ComparisonTable/ComparisonTable.js +1 -1
  546. package/mobile/lib/components/ComparisonTable/ComparisonTable.js.map +1 -1
  547. package/mobile/lib/components/Gallery/Gallery.js +1 -1
  548. package/mobile/lib/components/Gallery/GalleryCardInner.js +6 -1
  549. package/mobile/lib/components/Gallery/GalleryCardInner.js.map +1 -1
  550. package/mobile/lib/components/Gallery/GalleryContent.d.ts +5 -0
  551. package/mobile/lib/components/Gallery/GalleryInner.js.map +1 -1
  552. package/mobile/lib/components/Header/Header.js +3 -3
  553. package/mobile/lib/components/Header/Header.js.map +1 -1
  554. package/mobile/lib/components/Header/HeaderSubMenu.js +1 -1
  555. package/mobile/lib/components/Header/HeaderSubMenu.js.map +1 -1
  556. package/mobile/lib/components/Header/HeaderSubMenuItem.d.ts +2 -1
  557. package/mobile/lib/components/Header/HeaderSubMenuItem.js +1 -1
  558. package/mobile/lib/components/Header/HeaderSubMenuItem.js.map +1 -1
  559. package/mobile/lib/components/ImgBlock/ImgBlock.d.ts +6 -0
  560. package/mobile/lib/components/ImgBlock/ImgBlock.js +9 -0
  561. package/mobile/lib/components/ImgBlock/ImgBlock.js.map +1 -0
  562. package/mobile/lib/components/ImgBlock/ImgBlockContent.d.ts +7 -0
  563. package/mobile/lib/components/ImgBlock/ImgBlockContent.js +2 -0
  564. package/mobile/lib/components/ImgBlock/ImgBlockContent.js.map +1 -0
  565. package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlock.js +6 -8
  566. package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlock.js.map +1 -1
  567. package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js +2 -2
  568. package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js.map +1 -1
  569. package/mobile/lib/components/ParagraphBlock/ParagraphBlock.d.ts +6 -0
  570. package/mobile/lib/components/ParagraphBlock/ParagraphBlock.js +9 -0
  571. package/mobile/lib/components/ParagraphBlock/ParagraphBlock.js.map +1 -0
  572. package/mobile/lib/components/ParagraphBlock/ParagraphBlockContent.d.ts +8 -0
  573. package/mobile/lib/components/ParagraphBlock/ParagraphBlockContent.js +2 -0
  574. package/mobile/lib/components/ParagraphBlock/ParagraphBlockContent.js.map +1 -0
  575. package/mobile/lib/components/ProductGallery/ProductGallery.js +8 -8
  576. package/mobile/lib/components/ProductGallery/ProductGallery.js.map +1 -1
  577. package/mobile/lib/components/RollupItem/RollupItem.js +10 -1
  578. package/mobile/lib/components/RollupItem/RollupItem.js.map +1 -1
  579. package/mobile/lib/components/SafeDepositRental/RegionsAndBranches.js +1 -3
  580. package/mobile/lib/components/SafeDepositRental/RegionsAndBranches.js.map +1 -1
  581. package/mobile/lib/components/SafeDepositRental/RenderRadioButtons.js +2 -2
  582. package/mobile/lib/components/SafeDepositRental/RenderRadioButtons.js.map +1 -1
  583. package/mobile/lib/components/SafeDepositRental/SafeDepositRental.js +2 -4
  584. package/mobile/lib/components/SafeDepositRental/SafeDepositRental.js.map +1 -1
  585. package/mobile/lib/components/SafeDepositRental/SafeDepositRentalFields.d.ts +1 -1
  586. package/mobile/lib/components/SafeDepositRental/SafeDepositRentalFields.js +2 -2
  587. package/mobile/lib/components/SafeDepositRental/SafeDepositRentalFields.js.map +1 -1
  588. package/mobile/lib/components/SafeDepositRental/SafeDepositRentalForm.d.ts +1 -1
  589. package/mobile/lib/components/SafeDepositRental/SafeDepositRentalForm.js +2 -2
  590. package/mobile/lib/components/SafeDepositRental/SafeDepositRentalForm.js.map +1 -1
  591. package/mobile/lib/components/TariffsTable/TableTileHeader.js +1 -3
  592. package/mobile/lib/components/TariffsTable/TableTileHeader.js.map +1 -1
  593. package/mobile/lib/components/TariffsTable/TariffsTableRow.js +4 -2
  594. package/mobile/lib/components/TariffsTable/TariffsTableRow.js.map +1 -1
  595. package/mobile/lib/components/Video/VideoContent.d.ts +1 -0
  596. package/mobile/lib/hooks/useIntersectionObserver.d.ts +7 -1
  597. package/mobile/lib/hooks/useIntersectionObserver.js +11 -2
  598. package/mobile/lib/hooks/useIntersectionObserver.js.map +1 -1
  599. package/mobile/lib/hooks/useLink.js +2 -2
  600. package/mobile/lib/hooks/useLink.js.map +1 -1
  601. package/mobile/lib/ui-kit/BlockWrapper.js +1 -11
  602. package/mobile/lib/ui-kit/BlockWrapper.js.map +1 -1
  603. package/mobile/lib/ui-kit/Button/ArrowButton.d.ts +2 -0
  604. package/mobile/lib/ui-kit/Button/ArrowButton.js +2 -0
  605. package/mobile/lib/ui-kit/Button/ArrowButton.js.map +1 -1
  606. package/mobile/lib/ui-kit/Foldable/FoldableSection.js +1 -1
  607. package/mobile/lib/ui-kit/Foldable/FoldableSection.js.map +1 -1
  608. package/mobile/lib/ui-kit/InnerTable/InnerTable.js +4 -3
  609. package/mobile/lib/ui-kit/InnerTable/InnerTable.js.map +1 -1
  610. package/mobile/lib/ui-kit/InnerTable/InnerTableBody.js +3 -5
  611. package/mobile/lib/ui-kit/InnerTable/InnerTableBody.js.map +1 -1
  612. package/mobile/lib/ui-kit/Paragraph/Paragraph.d.ts +1 -8
  613. package/mobile/lib/ui-kit/Paragraph/Paragraph.js.map +1 -1
  614. package/mobile/lib/ui-kit/Paragraph/ParagraphProps.d.ts +7 -0
  615. package/mobile/lib/ui-kit/Paragraph/ParagraphProps.js +2 -0
  616. package/mobile/lib/ui-kit/Paragraph/ParagraphProps.js.map +1 -0
  617. package/mobile/lib/ui-kit/Radio/Radio.js +1 -1
  618. package/mobile/lib/ui-kit/Radio/Radio.js.map +1 -1
  619. package/mobile/lib/ui-kit/Radio/RadioProps.d.ts +1 -2
  620. package/mobile/lib/ui-kit/Select/Select.js.map +1 -1
  621. package/mobile/lib/ui-kit/SwipeListControl/SwipeListContainer.d.ts +19 -0
  622. package/mobile/lib/ui-kit/SwipeListControl/SwipeListContainer.js +33 -0
  623. package/mobile/lib/ui-kit/SwipeListControl/SwipeListContainer.js.map +1 -0
  624. package/mobile/lib/ui-kit/SwipeListControl/SwipeListControl.js +17 -38
  625. package/mobile/lib/ui-kit/SwipeListControl/SwipeListControl.js.map +1 -1
  626. package/mobile/lib/ui-kit/SwipeListControl/SwipeListControlDots.d.ts +7 -4
  627. package/mobile/lib/ui-kit/SwipeListControl/SwipeListControlDots.js +10 -27
  628. package/mobile/lib/ui-kit/SwipeListControl/SwipeListControlDots.js.map +1 -1
  629. package/mobile/lib/ui-kit/SwipeListControl/SwipeListControlProps.d.ts +3 -3
  630. package/mobile/lib/ui-kit/SwipeListControl/SwipeListItem.d.ts +14 -0
  631. package/mobile/lib/ui-kit/SwipeListControl/SwipeListItem.js +14 -0
  632. package/mobile/lib/ui-kit/SwipeListControl/SwipeListItem.js.map +1 -0
  633. package/mobile/lib/ui-kit/SwipeListControl/scrollBy.d.ts +1 -0
  634. package/mobile/lib/ui-kit/SwipeListControl/scrollBy.js +5 -0
  635. package/mobile/lib/ui-kit/SwipeListControl/scrollBy.js.map +1 -0
  636. package/mobile/lib/ui-kit/SwipeListControl/scrollToEnd.d.ts +1 -0
  637. package/mobile/lib/ui-kit/SwipeListControl/scrollToEnd.js +4 -0
  638. package/mobile/lib/ui-kit/SwipeListControl/scrollToEnd.js.map +1 -0
  639. package/mobile/lib/ui-kit/SwipeListControl/scrollToStart.d.ts +1 -0
  640. package/mobile/lib/ui-kit/SwipeListControl/scrollToStart.js +4 -0
  641. package/mobile/lib/ui-kit/SwipeListControl/scrollToStart.js.map +1 -0
  642. package/mobile/lib/ui-kit/SwipeListControl/useSwipeListScroll.d.ts +17 -0
  643. package/mobile/lib/ui-kit/SwipeListControl/useSwipeListScroll.js +54 -0
  644. package/mobile/lib/ui-kit/SwipeListControl/useSwipeListScroll.js.map +1 -0
  645. package/mobile/lib/ui-kit/Text/Text.d.ts +1 -26
  646. package/mobile/lib/ui-kit/Text/Text.js.map +1 -1
  647. package/mobile/lib/ui-kit/Text/TextProps.d.ts +26 -0
  648. package/mobile/lib/ui-kit/Text/TextProps.js +2 -0
  649. package/mobile/lib/ui-kit/Text/TextProps.js.map +1 -0
  650. package/mobile/lib/utils/areArraysEqual.d.ts +1 -0
  651. package/mobile/lib/utils/areArraysEqual.js +2 -0
  652. package/mobile/lib/utils/areArraysEqual.js.map +1 -0
  653. package/mobile/lib/utils/mapChildren.d.ts +2 -0
  654. package/mobile/lib/utils/mapChildren.js +7 -0
  655. package/mobile/lib/utils/mapChildren.js.map +1 -0
  656. package/mobile/lib/utils/maxBy.d.ts +2 -2
  657. package/mobile/lib/utils/maxBy.js +2 -2
  658. package/mobile/lib/utils/maxBy.js.map +1 -1
  659. package/mobile/lib/utils/minBy.d.ts +1 -0
  660. package/mobile/lib/utils/minBy.js +3 -0
  661. package/mobile/lib/utils/minBy.js.map +1 -0
  662. package/mobile/src/common.css +0 -7
  663. package/mobile/src/components/Calculator/BonusCalculatorForm.tsx +5 -3
  664. package/mobile/src/components/Calculator/CreditCalculatorForm.tsx +5 -3
  665. package/mobile/src/components/Calculator/DepositCalculatorForm.tsx +6 -3
  666. package/mobile/src/components/Carousel/Carousel.tsx +42 -23
  667. package/mobile/src/components/CarouselCard/CarouselCard.tsx +2 -2
  668. package/mobile/src/components/CarouselInvestmentCard/CarouselInvestmentCard.example.json +28 -0
  669. package/mobile/src/components/CarouselInvestmentCard/CarouselInvestmentCard.tsx +83 -0
  670. package/mobile/src/components/CarouselInvestmentCard/CarouselInvestmentCard.ui.json +9 -0
  671. package/mobile/src/components/{InvestmentGallery/InvestmentGalleryContent.ts → CarouselInvestmentCard/CarouselInvestmentCardContent.ts} +20 -25
  672. package/mobile/src/components/CarouselProgramsCard/CarouselProgramsCard.example.json +25 -0
  673. package/mobile/src/components/CarouselProgramsCard/CarouselProgramsCard.tsx +36 -0
  674. package/mobile/src/components/CarouselProgramsCard/CarouselProgramsCard.ui.json +1 -0
  675. package/mobile/src/components/CarouselProgramsCard/CarouselProgramsCardContent.ts +13 -0
  676. package/mobile/src/components/CarouselTariffsCard/CarouselTariffsCard.tsx +25 -29
  677. package/mobile/src/components/ComparisonTable/ComparisonTable.tsx +1 -1
  678. package/mobile/src/components/Gallery/Gallery.tsx +1 -1
  679. package/mobile/src/components/Gallery/GalleryCardInner.tsx +7 -1
  680. package/mobile/src/components/Gallery/GalleryContent.ts +5 -0
  681. package/mobile/src/components/Gallery/GalleryInner.tsx +0 -1
  682. package/mobile/src/components/Header/Header.tsx +4 -6
  683. package/mobile/src/components/Header/HeaderSubMenu.tsx +3 -4
  684. package/mobile/src/components/Header/HeaderSubMenuItem.tsx +5 -2
  685. package/mobile/src/components/ImgBlock/ImgBlock.example.json +11 -0
  686. package/mobile/src/components/ImgBlock/ImgBlock.tsx +17 -0
  687. package/mobile/src/components/ImgBlock/ImgBlock.ui.json +7 -0
  688. package/mobile/src/components/ImgBlock/ImgBlockContent.ts +8 -0
  689. package/mobile/src/components/InsuranceAmountBlock/InsuranceAmountBlock.tsx +8 -11
  690. package/mobile/src/components/InsuranceAmountBlock/InsuranceAmountBlockInner.tsx +3 -3
  691. package/mobile/src/components/ParagraphBlock/ParagraphBlock.example.json +5 -0
  692. package/mobile/src/components/ParagraphBlock/ParagraphBlock.tsx +19 -0
  693. package/mobile/src/components/ParagraphBlock/ParagraphBlock.ui.json +1 -0
  694. package/mobile/src/components/ParagraphBlock/ParagraphBlockContent.ts +9 -0
  695. package/mobile/src/components/ProductGallery/ProductGallery.tsx +13 -13
  696. package/mobile/src/components/RollupItem/RollupItem.tsx +10 -1
  697. package/mobile/src/components/SafeDepositRental/RegionsAndBranches.tsx +24 -26
  698. package/mobile/src/components/SafeDepositRental/RenderRadioButtons.tsx +2 -3
  699. package/mobile/src/components/SafeDepositRental/SafeDepositRental.tsx +2 -5
  700. package/mobile/src/components/SafeDepositRental/SafeDepositRentalFields.tsx +3 -3
  701. package/mobile/src/components/SafeDepositRental/SafeDepositRentalForm.tsx +3 -3
  702. package/mobile/src/components/TariffsTable/TableTileHeader.tsx +8 -10
  703. package/mobile/src/components/TariffsTable/TariffsTableRow.tsx +11 -4
  704. package/mobile/src/components/Video/VideoContent.ts +1 -0
  705. package/mobile/src/hooks/useIntersectionObserver.ts +23 -2
  706. package/mobile/src/hooks/useLink.ts +2 -2
  707. package/mobile/src/ui-kit/BlockWrapper.tsx +1 -16
  708. package/mobile/src/ui-kit/Button/ArrowButton.tsx +13 -0
  709. package/mobile/src/ui-kit/Foldable/FoldableSection.tsx +3 -1
  710. package/mobile/src/ui-kit/InnerTable/InnerTable.tsx +4 -5
  711. package/mobile/src/ui-kit/InnerTable/InnerTableBody.tsx +6 -5
  712. package/mobile/src/ui-kit/Paragraph/Paragraph.tsx +1 -8
  713. package/mobile/src/ui-kit/Paragraph/ParagraphProps.ts +8 -0
  714. package/mobile/src/ui-kit/Radio/Radio.tsx +1 -1
  715. package/mobile/src/ui-kit/Radio/RadioProps.ts +1 -1
  716. package/mobile/src/ui-kit/Select/Select.tsx +0 -1
  717. package/mobile/src/ui-kit/SwipeListControl/SwipeListContainer.tsx +97 -0
  718. package/mobile/src/ui-kit/SwipeListControl/SwipeListControl.tsx +31 -55
  719. package/mobile/src/ui-kit/SwipeListControl/SwipeListControlDots.tsx +25 -59
  720. package/mobile/src/ui-kit/SwipeListControl/SwipeListControlProps.ts +3 -3
  721. package/mobile/src/ui-kit/SwipeListControl/SwipeListItem.tsx +44 -0
  722. package/mobile/src/ui-kit/SwipeListControl/scrollBy.ts +10 -0
  723. package/mobile/src/ui-kit/SwipeListControl/scrollToEnd.ts +3 -0
  724. package/mobile/src/ui-kit/SwipeListControl/scrollToStart.ts +3 -0
  725. package/mobile/src/ui-kit/SwipeListControl/useSwipeListScroll.ts +84 -0
  726. package/mobile/src/ui-kit/Text/Text.tsx +1 -63
  727. package/mobile/src/ui-kit/Text/TextProps.ts +63 -0
  728. package/mobile/src/utils/areArraysEqual.ts +2 -0
  729. package/mobile/src/utils/mapChildren.ts +11 -0
  730. package/mobile/src/utils/maxBy.ts +3 -4
  731. package/mobile/src/utils/minBy.ts +5 -0
  732. package/package.json +2 -2
  733. package/src/common.css +0 -7
  734. package/src/components/Blocks.ts +9 -3
  735. package/src/components/Calculator/BonusCalculatorForm.tsx +5 -3
  736. package/src/components/Calculator/CreditCalculatorForm.tsx +5 -3
  737. package/src/components/Calculator/DepositCalculatorForm.tsx +6 -3
  738. package/src/components/Carousel/Carousel.fixture.tsx +40 -1
  739. package/src/components/Carousel/Carousel.tsx +42 -23
  740. package/src/components/CarouselCard/CarouselCard.fixture.tsx +1 -1
  741. package/src/components/CarouselCard/CarouselCard.tsx +2 -2
  742. package/src/components/CarouselInvestmentCard/CarouselInvestmentCard.example.json +28 -0
  743. package/src/components/{InvestmentGallery/InvestmentGallery.fixture.tsx → CarouselInvestmentCard/CarouselInvestmentCard.fixture.tsx} +21 -27
  744. package/src/components/CarouselInvestmentCard/CarouselInvestmentCard.tsx +83 -0
  745. package/src/components/CarouselInvestmentCard/CarouselInvestmentCard.ui.json +9 -0
  746. package/src/components/{InvestmentGallery/InvestmentGalleryContent.ts → CarouselInvestmentCard/CarouselInvestmentCardContent.ts} +20 -25
  747. package/src/components/CarouselProgramsCard/CarouselProgramsCard.example.json +25 -0
  748. package/src/components/CarouselProgramsCard/CarouselProgramsCard.fixture.tsx +38 -0
  749. package/src/components/CarouselProgramsCard/CarouselProgramsCard.tsx +36 -0
  750. package/src/components/CarouselProgramsCard/CarouselProgramsCard.ui.json +1 -0
  751. package/src/components/CarouselProgramsCard/CarouselProgramsCardContent.ts +13 -0
  752. package/src/components/CarouselTariffsCard/CarouselTariffsCard.fixture.tsx +2 -2
  753. package/src/components/CarouselTariffsCard/CarouselTariffsCard.tsx +25 -29
  754. package/src/components/ComparisonTable/ComparisonTable.mobile.tsx +1 -1
  755. package/src/components/ComparisonTable/ComparisonTable.tsx +2 -2
  756. package/src/components/Gallery/Gallery.mobile.tsx +1 -1
  757. package/src/components/Gallery/GalleryCardInner.tsx +7 -1
  758. package/src/components/Gallery/GalleryContent.ts +5 -0
  759. package/src/components/Gallery/GalleryInner.tsx +0 -1
  760. package/src/components/Header/Header.mobile.tsx +4 -6
  761. package/src/components/Header/HeaderSubMenu.tsx +3 -4
  762. package/src/components/Header/HeaderSubMenuItem.tsx +5 -2
  763. package/src/components/ImgBlock/ImgBlock.example.json +11 -0
  764. package/src/components/ImgBlock/ImgBlock.fixture.tsx +21 -0
  765. package/src/components/ImgBlock/ImgBlock.tsx +17 -0
  766. package/src/components/ImgBlock/ImgBlock.ui.json +7 -0
  767. package/src/components/ImgBlock/ImgBlockContent.ts +8 -0
  768. package/src/components/InsuranceAmountBlock/InsuranceAmountBlock.tsx +8 -11
  769. package/src/components/InsuranceAmountBlock/InsuranceAmountBlockInner.tsx +3 -3
  770. package/src/components/ParagraphBlock/ParagraphBlock.example.json +5 -0
  771. package/src/components/ParagraphBlock/ParagraphBlock.fixture.tsx +45 -0
  772. package/src/components/ParagraphBlock/ParagraphBlock.tsx +19 -0
  773. package/src/components/ParagraphBlock/ParagraphBlock.ui.json +1 -0
  774. package/src/components/ParagraphBlock/ParagraphBlockContent.ts +9 -0
  775. package/src/components/ProductGallery/ProductGallery.tsx +13 -13
  776. package/src/components/RollupItem/RollupItem.tsx +10 -1
  777. package/src/components/SafeDepositRental/RegionsAndBranches.tsx +24 -26
  778. package/src/components/SafeDepositRental/RenderRadioButtons.tsx +2 -3
  779. package/src/components/SafeDepositRental/SafeDepositRental.tsx +2 -5
  780. package/src/components/SafeDepositRental/SafeDepositRentalFields.tsx +3 -3
  781. package/src/components/SafeDepositRental/SafeDepositRentalForm.tsx +3 -3
  782. package/src/components/StepsBlock/StepsBlock.tsx +2 -3
  783. package/src/components/TariffsTable/TableTileHeader.tsx +8 -10
  784. package/src/components/TariffsTable/TariffsTable.tsx +20 -22
  785. package/src/components/TariffsTable/TariffsTableRow.tsx +11 -4
  786. package/src/components/Video/VideoContent.ts +1 -0
  787. package/src/hooks/useIntersectionObserver.ts +23 -2
  788. package/src/hooks/useLink.ts +2 -2
  789. package/src/ui-kit/BlockWrapper.tsx +1 -16
  790. package/src/ui-kit/Button/ArrowButton.tsx +13 -0
  791. package/src/ui-kit/Foldable/FoldableSection.tsx +3 -1
  792. package/src/ui-kit/InnerTable/InnerTable.tsx +4 -5
  793. package/src/ui-kit/InnerTable/InnerTableBody.tsx +6 -5
  794. package/src/ui-kit/Paragraph/Paragraph.tsx +1 -8
  795. package/src/ui-kit/Paragraph/ParagraphProps.ts +8 -0
  796. package/src/ui-kit/Radio/Radio.tsx +1 -1
  797. package/src/ui-kit/Radio/RadioProps.ts +1 -1
  798. package/src/ui-kit/Select/Select.tsx +0 -1
  799. package/src/ui-kit/SwipeListControl/SwipeListContainer.tsx +97 -0
  800. package/src/ui-kit/SwipeListControl/SwipeListControl.tsx +31 -55
  801. package/src/ui-kit/SwipeListControl/SwipeListControlDots.tsx +25 -59
  802. package/src/ui-kit/SwipeListControl/SwipeListControlProps.ts +3 -3
  803. package/src/ui-kit/SwipeListControl/SwipeListItem.tsx +44 -0
  804. package/src/ui-kit/SwipeListControl/scrollBy.ts +10 -0
  805. package/src/ui-kit/SwipeListControl/scrollToEnd.ts +3 -0
  806. package/src/ui-kit/SwipeListControl/scrollToStart.ts +3 -0
  807. package/src/ui-kit/SwipeListControl/useSwipeListScroll.ts +84 -0
  808. package/src/ui-kit/Text/Text.tsx +1 -63
  809. package/src/ui-kit/Text/TextProps.ts +63 -0
  810. package/src/utils/areArraysEqual.ts +2 -0
  811. package/src/utils/mapChildren.ts +11 -0
  812. package/src/utils/maxBy.ts +3 -4
  813. package/src/utils/minBy.ts +5 -0
  814. package/tailwind.config.cjs +8 -0
  815. package/bundle/components/Carousel/CarouselContainer.d.ts +0 -10
  816. package/bundle/components/InvestmentGallery/InvestmentGallery.d.ts +0 -5
  817. package/bundle/components/InvestmentGallery/InvestmentGalleryCard.d.ts +0 -7
  818. package/bundle/ui-kit/SwipeListControl/SwipeListControlItem.d.ts +0 -9
  819. package/bundle/ui-kit/SwipeListControl/SwipeListControlList.d.ts +0 -11
  820. package/bundle/ui-kit/SwipeListControl/constants.d.ts +0 -2
  821. package/bundle/ui-kit/SwipeListControl/utils/getContainerStyle.d.ts +0 -1
  822. package/bundle/ui-kit/SwipeListControl/utils/getIndexParts.d.ts +0 -4
  823. package/bundle/ui-kit/SwipeListControl/utils/getScrollPoints.d.ts +0 -8
  824. package/dist/components/Carousel/CarouselContainer.d.ts +0 -10
  825. package/dist/components/Carousel/CarouselContainer.js +0 -14
  826. package/dist/components/Carousel/CarouselContainer.js.map +0 -1
  827. package/dist/components/InvestmentGallery/InvestmentGallery.d.ts +0 -5
  828. package/dist/components/InvestmentGallery/InvestmentGallery.js +0 -26
  829. package/dist/components/InvestmentGallery/InvestmentGallery.js.map +0 -1
  830. package/dist/components/InvestmentGallery/InvestmentGalleryCard.d.ts +0 -7
  831. package/dist/components/InvestmentGallery/InvestmentGalleryCard.js +0 -23
  832. package/dist/components/InvestmentGallery/InvestmentGalleryCard.js.map +0 -1
  833. package/dist/components/InvestmentGallery/InvestmentGalleryContent.js.map +0 -1
  834. package/dist/ui-kit/SwipeListControl/SwipeListControlItem.d.ts +0 -9
  835. package/dist/ui-kit/SwipeListControl/SwipeListControlItem.js +0 -8
  836. package/dist/ui-kit/SwipeListControl/SwipeListControlItem.js.map +0 -1
  837. package/dist/ui-kit/SwipeListControl/SwipeListControlList.d.ts +0 -11
  838. package/dist/ui-kit/SwipeListControl/SwipeListControlList.js +0 -11
  839. package/dist/ui-kit/SwipeListControl/SwipeListControlList.js.map +0 -1
  840. package/dist/ui-kit/SwipeListControl/constants.d.ts +0 -2
  841. package/dist/ui-kit/SwipeListControl/constants.js +0 -12
  842. package/dist/ui-kit/SwipeListControl/constants.js.map +0 -1
  843. package/dist/ui-kit/SwipeListControl/utils/getContainerStyle.d.ts +0 -1
  844. package/dist/ui-kit/SwipeListControl/utils/getContainerStyle.js +0 -13
  845. package/dist/ui-kit/SwipeListControl/utils/getContainerStyle.js.map +0 -1
  846. package/dist/ui-kit/SwipeListControl/utils/getIndexParts.d.ts +0 -4
  847. package/dist/ui-kit/SwipeListControl/utils/getIndexParts.js +0 -19
  848. package/dist/ui-kit/SwipeListControl/utils/getIndexParts.js.map +0 -1
  849. package/dist/ui-kit/SwipeListControl/utils/getScrollPoints.d.ts +0 -8
  850. package/dist/ui-kit/SwipeListControl/utils/getScrollPoints.js +0 -33
  851. package/dist/ui-kit/SwipeListControl/utils/getScrollPoints.js.map +0 -1
  852. package/lib/components/Carousel/CarouselContainer.d.ts +0 -10
  853. package/lib/components/Carousel/CarouselContainer.js +0 -12
  854. package/lib/components/Carousel/CarouselContainer.js.map +0 -1
  855. package/lib/components/InvestmentGallery/InvestmentGallery.d.ts +0 -5
  856. package/lib/components/InvestmentGallery/InvestmentGallery.js +0 -24
  857. package/lib/components/InvestmentGallery/InvestmentGallery.js.map +0 -1
  858. package/lib/components/InvestmentGallery/InvestmentGalleryCard.d.ts +0 -7
  859. package/lib/components/InvestmentGallery/InvestmentGalleryCard.js +0 -21
  860. package/lib/components/InvestmentGallery/InvestmentGalleryCard.js.map +0 -1
  861. package/lib/components/InvestmentGallery/InvestmentGalleryContent.js +0 -2
  862. package/lib/components/InvestmentGallery/InvestmentGalleryContent.js.map +0 -1
  863. package/lib/ui-kit/SwipeListControl/SwipeListControlItem.d.ts +0 -9
  864. package/lib/ui-kit/SwipeListControl/SwipeListControlItem.js +0 -6
  865. package/lib/ui-kit/SwipeListControl/SwipeListControlItem.js.map +0 -1
  866. package/lib/ui-kit/SwipeListControl/SwipeListControlList.d.ts +0 -11
  867. package/lib/ui-kit/SwipeListControl/SwipeListControlList.js +0 -9
  868. package/lib/ui-kit/SwipeListControl/SwipeListControlList.js.map +0 -1
  869. package/lib/ui-kit/SwipeListControl/constants.d.ts +0 -2
  870. package/lib/ui-kit/SwipeListControl/constants.js +0 -10
  871. package/lib/ui-kit/SwipeListControl/constants.js.map +0 -1
  872. package/lib/ui-kit/SwipeListControl/utils/getContainerStyle.d.ts +0 -1
  873. package/lib/ui-kit/SwipeListControl/utils/getContainerStyle.js +0 -10
  874. package/lib/ui-kit/SwipeListControl/utils/getContainerStyle.js.map +0 -1
  875. package/lib/ui-kit/SwipeListControl/utils/getIndexParts.d.ts +0 -7
  876. package/lib/ui-kit/SwipeListControl/utils/getIndexParts.js +0 -16
  877. package/lib/ui-kit/SwipeListControl/utils/getIndexParts.js.map +0 -1
  878. package/lib/ui-kit/SwipeListControl/utils/getScrollPoints.d.ts +0 -11
  879. package/lib/ui-kit/SwipeListControl/utils/getScrollPoints.js +0 -30
  880. package/lib/ui-kit/SwipeListControl/utils/getScrollPoints.js.map +0 -1
  881. package/mobile/bundle/components/Carousel/CarouselContainer.d.ts +0 -10
  882. package/mobile/bundle/components/InvestmentGallery/InvestmentGallery.d.ts +0 -5
  883. package/mobile/bundle/components/InvestmentGallery/InvestmentGalleryCard.d.ts +0 -7
  884. package/mobile/bundle/ui-kit/SwipeListControl/SwipeListControlItem.d.ts +0 -9
  885. package/mobile/bundle/ui-kit/SwipeListControl/SwipeListControlList.d.ts +0 -11
  886. package/mobile/bundle/ui-kit/SwipeListControl/constants.d.ts +0 -2
  887. package/mobile/bundle/ui-kit/SwipeListControl/utils/getContainerStyle.d.ts +0 -1
  888. package/mobile/bundle/ui-kit/SwipeListControl/utils/getIndexParts.d.ts +0 -4
  889. package/mobile/bundle/ui-kit/SwipeListControl/utils/getScrollPoints.d.ts +0 -8
  890. package/mobile/dist/components/Carousel/CarouselContainer.d.ts +0 -10
  891. package/mobile/dist/components/Carousel/CarouselContainer.js +0 -14
  892. package/mobile/dist/components/Carousel/CarouselContainer.js.map +0 -1
  893. package/mobile/dist/components/InvestmentGallery/InvestmentGallery.d.ts +0 -5
  894. package/mobile/dist/components/InvestmentGallery/InvestmentGallery.js +0 -26
  895. package/mobile/dist/components/InvestmentGallery/InvestmentGallery.js.map +0 -1
  896. package/mobile/dist/components/InvestmentGallery/InvestmentGalleryCard.d.ts +0 -7
  897. package/mobile/dist/components/InvestmentGallery/InvestmentGalleryCard.js +0 -23
  898. package/mobile/dist/components/InvestmentGallery/InvestmentGalleryCard.js.map +0 -1
  899. package/mobile/dist/components/InvestmentGallery/InvestmentGalleryContent.d.ts +0 -50
  900. package/mobile/dist/components/InvestmentGallery/InvestmentGalleryContent.js.map +0 -1
  901. package/mobile/dist/ui-kit/SwipeListControl/SwipeListControlItem.d.ts +0 -9
  902. package/mobile/dist/ui-kit/SwipeListControl/SwipeListControlItem.js +0 -8
  903. package/mobile/dist/ui-kit/SwipeListControl/SwipeListControlItem.js.map +0 -1
  904. package/mobile/dist/ui-kit/SwipeListControl/SwipeListControlList.d.ts +0 -11
  905. package/mobile/dist/ui-kit/SwipeListControl/SwipeListControlList.js +0 -11
  906. package/mobile/dist/ui-kit/SwipeListControl/SwipeListControlList.js.map +0 -1
  907. package/mobile/dist/ui-kit/SwipeListControl/constants.d.ts +0 -2
  908. package/mobile/dist/ui-kit/SwipeListControl/constants.js +0 -12
  909. package/mobile/dist/ui-kit/SwipeListControl/constants.js.map +0 -1
  910. package/mobile/dist/ui-kit/SwipeListControl/utils/getContainerStyle.d.ts +0 -1
  911. package/mobile/dist/ui-kit/SwipeListControl/utils/getContainerStyle.js +0 -13
  912. package/mobile/dist/ui-kit/SwipeListControl/utils/getContainerStyle.js.map +0 -1
  913. package/mobile/dist/ui-kit/SwipeListControl/utils/getIndexParts.d.ts +0 -4
  914. package/mobile/dist/ui-kit/SwipeListControl/utils/getIndexParts.js +0 -19
  915. package/mobile/dist/ui-kit/SwipeListControl/utils/getIndexParts.js.map +0 -1
  916. package/mobile/dist/ui-kit/SwipeListControl/utils/getScrollPoints.d.ts +0 -8
  917. package/mobile/dist/ui-kit/SwipeListControl/utils/getScrollPoints.js +0 -33
  918. package/mobile/dist/ui-kit/SwipeListControl/utils/getScrollPoints.js.map +0 -1
  919. package/mobile/lib/components/Carousel/CarouselContainer.d.ts +0 -10
  920. package/mobile/lib/components/Carousel/CarouselContainer.js +0 -12
  921. package/mobile/lib/components/Carousel/CarouselContainer.js.map +0 -1
  922. package/mobile/lib/components/InvestmentGallery/InvestmentGallery.d.ts +0 -5
  923. package/mobile/lib/components/InvestmentGallery/InvestmentGallery.js +0 -24
  924. package/mobile/lib/components/InvestmentGallery/InvestmentGallery.js.map +0 -1
  925. package/mobile/lib/components/InvestmentGallery/InvestmentGalleryCard.d.ts +0 -7
  926. package/mobile/lib/components/InvestmentGallery/InvestmentGalleryCard.js +0 -21
  927. package/mobile/lib/components/InvestmentGallery/InvestmentGalleryCard.js.map +0 -1
  928. package/mobile/lib/components/InvestmentGallery/InvestmentGalleryContent.d.ts +0 -50
  929. package/mobile/lib/components/InvestmentGallery/InvestmentGalleryContent.js +0 -2
  930. package/mobile/lib/components/InvestmentGallery/InvestmentGalleryContent.js.map +0 -1
  931. package/mobile/lib/ui-kit/SwipeListControl/SwipeListControlItem.d.ts +0 -9
  932. package/mobile/lib/ui-kit/SwipeListControl/SwipeListControlItem.js +0 -6
  933. package/mobile/lib/ui-kit/SwipeListControl/SwipeListControlItem.js.map +0 -1
  934. package/mobile/lib/ui-kit/SwipeListControl/SwipeListControlList.d.ts +0 -11
  935. package/mobile/lib/ui-kit/SwipeListControl/SwipeListControlList.js +0 -9
  936. package/mobile/lib/ui-kit/SwipeListControl/SwipeListControlList.js.map +0 -1
  937. package/mobile/lib/ui-kit/SwipeListControl/constants.d.ts +0 -2
  938. package/mobile/lib/ui-kit/SwipeListControl/constants.js +0 -10
  939. package/mobile/lib/ui-kit/SwipeListControl/constants.js.map +0 -1
  940. package/mobile/lib/ui-kit/SwipeListControl/utils/getContainerStyle.d.ts +0 -1
  941. package/mobile/lib/ui-kit/SwipeListControl/utils/getContainerStyle.js +0 -10
  942. package/mobile/lib/ui-kit/SwipeListControl/utils/getContainerStyle.js.map +0 -1
  943. package/mobile/lib/ui-kit/SwipeListControl/utils/getIndexParts.d.ts +0 -4
  944. package/mobile/lib/ui-kit/SwipeListControl/utils/getIndexParts.js +0 -16
  945. package/mobile/lib/ui-kit/SwipeListControl/utils/getIndexParts.js.map +0 -1
  946. package/mobile/lib/ui-kit/SwipeListControl/utils/getScrollPoints.d.ts +0 -8
  947. package/mobile/lib/ui-kit/SwipeListControl/utils/getScrollPoints.js +0 -30
  948. package/mobile/lib/ui-kit/SwipeListControl/utils/getScrollPoints.js.map +0 -1
  949. package/mobile/src/components/Carousel/CarouselContainer.tsx +0 -34
  950. package/mobile/src/components/InvestmentGallery/InvestmentGallery.example.json +0 -64
  951. package/mobile/src/components/InvestmentGallery/InvestmentGallery.tsx +0 -66
  952. package/mobile/src/components/InvestmentGallery/InvestmentGallery.ui.json +0 -11
  953. package/mobile/src/components/InvestmentGallery/InvestmentGalleryCard.tsx +0 -84
  954. package/mobile/src/ui-kit/SwipeListControl/SwipeListControlItem.tsx +0 -24
  955. package/mobile/src/ui-kit/SwipeListControl/SwipeListControlList.tsx +0 -50
  956. package/mobile/src/ui-kit/SwipeListControl/constants.ts +0 -10
  957. package/mobile/src/ui-kit/SwipeListControl/utils/getContainerStyle.ts +0 -9
  958. package/mobile/src/ui-kit/SwipeListControl/utils/getIndexParts.ts +0 -25
  959. package/mobile/src/ui-kit/SwipeListControl/utils/getScrollPoints.ts +0 -49
  960. package/src/components/Carousel/CarouselContainer.tsx +0 -34
  961. package/src/components/InvestmentGallery/InvestmentGallery.example.json +0 -64
  962. package/src/components/InvestmentGallery/InvestmentGallery.tsx +0 -66
  963. package/src/components/InvestmentGallery/InvestmentGallery.ui.json +0 -11
  964. package/src/components/InvestmentGallery/InvestmentGalleryCard.tsx +0 -84
  965. package/src/ui-kit/SwipeListControl/SwipeListControlItem.tsx +0 -24
  966. package/src/ui-kit/SwipeListControl/SwipeListControlList.tsx +0 -50
  967. package/src/ui-kit/SwipeListControl/constants.ts +0 -10
  968. package/src/ui-kit/SwipeListControl/utils/getContainerStyle.ts +0 -9
  969. package/src/ui-kit/SwipeListControl/utils/getIndexParts.ts +0 -25
  970. package/src/ui-kit/SwipeListControl/utils/getScrollPoints.ts +0 -49
@@ -1 +1 @@
1
- {"version":3,"file":"DepositCalculatorForm.js","sourceRoot":"","sources":["../../../src/components/Calculator/DepositCalculatorForm.tsx"],"names":[],"mappings":";;;AAAA,OAAO;AAEP,+CAAwC;AACxC,uDAAuD;AACvD,qFAAkF;AAElF,iEAA8D;AAC9D,2CAA0D;AAC1D,iCAA8B;AAC9B,+DAA4D;AAC5D,qDAAkD;AAClD,2DAAwD;AACxD,iEAA8D;AAC9D,6EAA0E;AAM1E,MAAM,WAAW,GAAG,YAAY,CAAC;AACjC,MAAM,WAAW,GAAG,WAAW,CAAC;AAEhC,MAAM,gBAAgB,GAAG;IACvB;QACE,EAAE,EAAE,WAAW;QACf,IAAI,EAAE,YAAY;KACnB;IACD;QACE,EAAE,EAAE,WAAW;QACf,IAAI,EAAE,eAAe;KACtB;CACF,CAAC;AAEW,QAAA,qBAAqB,GAAG,IAAA,aAAG,EACtC,CAAC,EAAE,SAAS,GAAG,EAAE,EAAE,aAAa,EAAE,OAAO,EAAE,QAAQ,EAAE,EAAE,EAAE;IACvD,MAAM,CAAC,UAAU,EAAE,aAAa,CAAC,GAAG,IAAA,gBAAQ,EAAC,uBAAW,CAAC,CAAC;IAC1D,MAAM,CAAC,WAAW,EAAE,cAAc,CAAC,GAAG,IAAA,gBAAQ,EAAC,0BAAc,CAAC,CAAC;IAC/D,MAAM,CAAC,wBAAwB,EAAE,8BAA8B,CAAC,GAAG,IAAA,gBAAQ,EAAC,KAAK,CAAC,CAAC;IACnF,MAAM,eAAe,GAAG;QACtB,UAAU;QACV,WAAW;QACX,wBAAwB;KACzB,CAAC;IAEF,MAAM,gBAAgB,GAAG,IAAA,uDAA0B,EAAC,eAAe,EAAE,aAAa,CAAC,CAAC;IACpF,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,GAAG,gBAAgB,CAAC;IAEpD,OAAO,CACL,qCAAS,SAAS,EAAE,SAAS,aAC3B,iCAAK,SAAS,EAAC,WAAW,aACvB,IAAA,2CAAoB,EACnB,iBAAiB,EACjB;wBACE,GAAG,gBAAgB;qBACpB,EACD,aAAa,CACd,EACA,IAAA,qCAAiB,EAChB,sBAAsB,EACtB;wBACE,GAAG,gBAAgB;qBACpB,EACD,cAAc,CACf,IACG,EACN,uBAAC,WAAI,IAAC,IAAI,EAAE,IAAI,IAAI,CAAC,EAAE,kBAAkB,EAAC,kBAAkB,EAAC,IAAI,EAAC,GAAG,GAAG,EACxE,iCAAK,SAAS,EAAC,sBAAsB,aAClC,MAAM,CAAC,CAAC,CAAC,CACR,uBAAC,2CAAoB,IAAC,KAAK,EAAC,kFAAiB,EAAC,KAAK,EAAE,MAAM,EAAE,OAAO,EAAC,QAAG,EAAC,MAAM,EAAC,GAAG,GAAG,CACvF,CAAC,CAAC,CAAC,IAAI,EACP,QAAQ,CAAC,CAAC,CAAC,CACV,uBAAC,2CAAoB,IAAC,KAAK,EAAC,qGAAqB,EAAC,KAAK,EAAE,QAAQ,EAAE,OAAO,EAAC,QAAG,GAAG,CAClF,CAAC,CAAC,CAAC,IAAI,EACR,uBAAC,mCAAgB,IACf,KAAK,EAAE,gBAAgB,EACvB,WAAW,EAAE,wBAAwB,CAAC,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,WAAW,EACjE,QAAQ,EAAE,CAAC,IAAY,EAAE,EAAE,CAAC,8BAA8B,CAAC,IAAI,KAAK,WAAW,CAAC,GAChF,EACD,IAAA,yCAAmB,EAAC,OAAO,CAAC,EAC5B,IAAA,+BAAc,EAAC,QAAQ,CAAC,IACrB,IACE,CACX,CAAC;AACJ,CAAC,CACF,CAAC"}
1
+ {"version":3,"file":"DepositCalculatorForm.js","sourceRoot":"","sources":["../../../src/components/Calculator/DepositCalculatorForm.tsx"],"names":[],"mappings":"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"}
@@ -2,29 +2,29 @@ Object.defineProperty(exports, "__esModule", { value: true });
2
2
  exports.Carousel = 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");
6
5
  const renderChildren_1 = require("../../BlockRenderer/renderChildren");
7
- const useCarouselControls_1 = require("../../hooks/useCarouselControls");
8
6
  const BlockWrapper_1 = require("../../ui-kit/BlockWrapper");
9
- const renderArrows_1 = require("../../ui-kit/Button/renderArrows");
10
- const CarouselContainer_1 = require("./CarouselContainer");
7
+ const ArrowButton_1 = require("../../ui-kit/Button/ArrowButton");
8
+ const SwipeListContainer_1 = require("../../ui-kit/SwipeListControl/SwipeListContainer");
9
+ const useSwipeListScroll_1 = require("../../ui-kit/SwipeListControl/useSwipeListScroll");
10
+ const ITEMS_GAP = 4;
11
11
  const blurBaseStyle = 'absolute top-0 bottom-0 z-50 w-[84px]';
12
+ const scrollButtonStyle = 'absolute top-[calc(50%-12px)] z-50';
12
13
  exports.Carousel = (0, uni_jsx_1.JSX)(({ className = '', itemCount, visibleItemCount, isBlur = true, isCyclic = false, ...rest }) => {
13
14
  const { blocks: childBlocks } = rest.block || {};
14
15
  const count = itemCount || childBlocks?.length || 0;
15
- const containerRef = (0, hooks_1.useRef)(null);
16
- const [activeIndex, controls] = (0, useCarouselControls_1.useCarouselControls)({
16
+ const [containerRef, scroll] = (0, useSwipeListScroll_1.useSwipeListScroll)({
17
17
  itemCount: count,
18
- visibleItemCount,
19
18
  isCyclic,
20
- container: containerRef.current,
21
19
  });
22
- const { isScrollAvailable } = controls;
23
- return ((0, jsx_runtime_1.jsxs)(BlockWrapper_1.BlockWrapper, { className: `relative font-sans overflow-hidden ${className}`, ...rest, children: [(0, jsx_runtime_1.jsx)(CarouselContainer_1.CarouselContainer, { activeIndex: activeIndex, itemCount: count, visibleItemCount: visibleItemCount, containerRef: containerRef, children: (0, renderChildren_1.renderChildren)(rest) }), isScrollAvailable && isBlur ? ((0, jsx_runtime_1.jsxs)("div", { children: [(0, jsx_runtime_1.jsx)("div", { className: `${blurBaseStyle} left-0 bg-opacity-from-white` }), (0, jsx_runtime_1.jsx)("div", { className: `${blurBaseStyle} right-0 bg-opacity-to-white` })] })) : null, (0, renderArrows_1.renderArrows)({
24
- ...controls,
25
- btnClass: ['left-8', 'right-8'],
26
- className: 'top-1/2',
27
- })] }));
20
+ return ((0, jsx_runtime_1.jsxs)(BlockWrapper_1.BlockWrapper, { className: `relative font-sans ${className}`, ...rest, children: [(0, jsx_runtime_1.jsx)(SwipeListContainer_1.SwipeListContainer, { containerRef: containerRef, visibleItemCount: visibleItemCount, snapAlign: "snap-start", gap: ITEMS_GAP, onVisibleIndicesChange: scroll.handleVisibleIndicesChange, children: (0, renderChildren_1.renderChildren)(rest) }), (scroll.canScrollLeft || scroll.canScrollRight) && isBlur ? ((0, jsx_runtime_1.jsxs)("div", { children: [(0, jsx_runtime_1.jsx)("div", { className: `${blurBaseStyle} left-0 bg-opacity-from-white` }), (0, jsx_runtime_1.jsx)("div", { className: `${blurBaseStyle} right-0 bg-opacity-to-white` })] })) : null, renderScrollButtons(scroll)] }));
28
21
  });
29
- exports.Carousel.childrenTypes = ['CarouselCard', 'CarouselTariffsCard'];
22
+ exports.Carousel.childrenTypes = [
23
+ 'CarouselCard',
24
+ 'CarouselTariffsCard',
25
+ 'CarouselLinks',
26
+ 'CarouselProgramsCard',
27
+ 'CarouselInvestmentCard',
28
+ ];
29
+ const renderScrollButtons = ({ scrollLeft, scrollRight, canScrollLeft, canScrollRight, }) => ((0, jsx_runtime_1.jsxs)("div", { children: [canScrollLeft ? ((0, jsx_runtime_1.jsx)(ArrowButton_1.ScrollLeftButton, { className: `${scrollButtonStyle} left-8`, onClick: scrollLeft })) : null, canScrollRight ? ((0, jsx_runtime_1.jsx)(ArrowButton_1.ScrollRightButton, { className: `${scrollButtonStyle} right-8`, onClick: scrollRight })) : null] }));
30
30
  //# sourceMappingURL=Carousel.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Carousel.js","sourceRoot":"","sources":["../../../src/components/Carousel/Carousel.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,uDAAqD;AACrD,uEAAoE;AACpE,yEAAsE;AAEtE,4DAAyD;AACzD,mEAAgE;AAChE,2DAAwD;AAOxD,MAAM,aAAa,GAAG,uCAAuC,CAAC;AAEjD,QAAA,QAAQ,GAA4B,IAAA,aAAG,EAClD,CAAC,EAAE,SAAS,GAAG,EAAE,EAAE,SAAS,EAAE,gBAAgB,EAAE,MAAM,GAAG,IAAI,EAAE,QAAQ,GAAG,KAAK,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE;IAC5F,MAAM,EAAE,MAAM,EAAE,WAAW,EAAE,GAAG,IAAI,CAAC,KAAK,IAAI,EAAE,CAAC;IACjD,MAAM,KAAK,GAAG,SAAS,IAAI,WAAW,EAAE,MAAM,IAAI,CAAC,CAAC;IAEpD,MAAM,YAAY,GAAG,IAAA,cAAM,EAAwB,IAAI,CAAC,CAAC;IAEzD,MAAM,CAAC,WAAW,EAAE,QAAQ,CAAC,GAAG,IAAA,yCAAmB,EAAC;QAClD,SAAS,EAAE,KAAK;QAChB,gBAAgB;QAChB,QAAQ;QACR,SAAS,EAAE,YAAY,CAAC,OAAO;KAChC,CAAC,CAAC;IACH,MAAM,EAAE,iBAAiB,EAAE,GAAG,QAAQ,CAAC;IAEvC,OAAO,CACL,wBAAC,2BAAY,IAAC,SAAS,EAAE,sCAAsC,SAAS,EAAE,KAAM,IAAI,aAClF,uBAAC,qCAAiB,IAChB,WAAW,EAAE,WAAW,EACxB,SAAS,EAAE,KAAK,EAChB,gBAAgB,EAAE,gBAAgB,EAClC,YAAY,EAAE,YAAY,YAEzB,IAAA,+BAAc,EAAC,IAAI,CAAC,GACH,EACnB,iBAAiB,IAAI,MAAM,CAAC,CAAC,CAAC,CAC7B,4CACE,gCAAK,SAAS,EAAE,GAAG,aAAa,+BAA+B,GAAI,EACnE,gCAAK,SAAS,EAAE,GAAG,aAAa,8BAA8B,GAAI,IAC9D,CACP,CAAC,CAAC,CAAC,IAAI,EACP,IAAA,2BAAY,EAAC;gBACZ,GAAG,QAAQ;gBACX,QAAQ,EAAE,CAAC,QAAQ,EAAE,SAAS,CAAC;gBAC/B,SAAS,EAAE,SAAS;aACrB,CAAC,IACW,CAChB,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,gBAAQ,CAAC,aAAa,GAAG,CAAC,cAAc,EAAE,qBAAqB,CAAC,CAAC"}
1
+ {"version":3,"file":"Carousel.js","sourceRoot":"","sources":["../../../src/components/Carousel/Carousel.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,uEAAoE;AAEpE,4DAAyD;AACzD,iEAAsF;AACtF,yFAAsF;AACtF,yFAG0D;AAO1D,MAAM,SAAS,GAAG,CAAC,CAAC;AAEpB,MAAM,aAAa,GAAG,uCAAuC,CAAC;AAC9D,MAAM,iBAAiB,GAAG,oCAAoC,CAAC;AAElD,QAAA,QAAQ,GAA4B,IAAA,aAAG,EAClD,CAAC,EAAE,SAAS,GAAG,EAAE,EAAE,SAAS,EAAE,gBAAgB,EAAE,MAAM,GAAG,IAAI,EAAE,QAAQ,GAAG,KAAK,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE;IAC5F,MAAM,EAAE,MAAM,EAAE,WAAW,EAAE,GAAG,IAAI,CAAC,KAAK,IAAI,EAAE,CAAC;IACjD,MAAM,KAAK,GAAG,SAAS,IAAI,WAAW,EAAE,MAAM,IAAI,CAAC,CAAC;IAEpD,MAAM,CAAC,YAAY,EAAE,MAAM,CAAC,GAAG,IAAA,uCAAkB,EAAiB;QAChE,SAAS,EAAE,KAAK;QAChB,QAAQ;KACT,CAAC,CAAC;IAEH,OAAO,CACL,wBAAC,2BAAY,IAAC,SAAS,EAAE,sBAAsB,SAAS,EAAE,KAAM,IAAI,aAClE,uBAAC,uCAAkB,IACjB,YAAY,EAAE,YAAY,EAC1B,gBAAgB,EAAE,gBAAgB,EAClC,SAAS,EAAC,YAAY,EACtB,GAAG,EAAE,SAAS,EACd,sBAAsB,EAAE,MAAM,CAAC,0BAA0B,YAExD,IAAA,+BAAc,EAAC,IAAI,CAAC,GACF,EACpB,CAAC,MAAM,CAAC,aAAa,IAAI,MAAM,CAAC,cAAc,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,CAC3D,4CACE,gCAAK,SAAS,EAAE,GAAG,aAAa,+BAA+B,GAAI,EACnE,gCAAK,SAAS,EAAE,GAAG,aAAa,8BAA8B,GAAI,IAC9D,CACP,CAAC,CAAC,CAAC,IAAI,EACP,mBAAmB,CAAC,MAAM,CAAC,IACf,CAChB,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,gBAAQ,CAAC,aAAa,GAAG;IACvB,cAAc;IACd,qBAAqB;IACrB,eAAe;IACf,sBAAsB;IACtB,wBAAwB;CACzB,CAAC;AAEF,MAAM,mBAAmB,GAAG,CAAC,EAC3B,UAAU,EACV,WAAW,EACX,aAAa,EACb,cAAc,GACE,EAAE,EAAE,CAAC,CACrB,4CACG,aAAa,CAAC,CAAC,CAAC,CACf,uBAAC,8BAAgB,IAAC,SAAS,EAAE,GAAG,iBAAiB,SAAS,EAAE,OAAO,EAAE,UAAU,GAAI,CACpF,CAAC,CAAC,CAAC,IAAI,EACP,cAAc,CAAC,CAAC,CAAC,CAChB,uBAAC,+BAAiB,IAAC,SAAS,EAAE,GAAG,iBAAiB,UAAU,EAAE,OAAO,EAAE,WAAW,GAAI,CACvF,CAAC,CAAC,CAAC,IAAI,IACJ,CACP,CAAC"}
@@ -6,8 +6,8 @@ const ButtonSection_1 = require("../../ui-kit/Button/ButtonSection");
6
6
  const Headline_1 = require("../Headline/Headline");
7
7
  const BLOCK_CLASSES = 'absolute border border-solid border-main-stroke w-full h-full';
8
8
  const CARD_WIDTH_MAP = {
9
- normal: `w-[${1007 + 48}px]`,
10
- mini: `w-[${350 + 48}px]`,
9
+ normal: 'min-w-[1007px]',
10
+ mini: 'min-w-[355px]',
11
11
  };
12
12
  exports.CarouselCard = (0, uni_jsx_1.JSX)(({ className = '', button, description, title, version = 'normal' }) => ((0, jsx_runtime_1.jsx)("section", { className: `flex pb-9 pl-12 ${CARD_WIDTH_MAP[version]} ${className}`, children: (0, jsx_runtime_1.jsxs)("div", { className: "relative w-full", children: [(0, jsx_runtime_1.jsx)("div", { className: `${BLOCK_CLASSES} z-10 top-9 right-12 bg-green-dark` }), (0, jsx_runtime_1.jsx)("div", { className: `${BLOCK_CLASSES} z-10 top-6 right-8 bg-green` }), (0, jsx_runtime_1.jsx)("div", { className: `${BLOCK_CLASSES} z-10 top-3 right-4 bg-green-light` }), (0, jsx_runtime_1.jsxs)("div", { className: "relative bg-white z-10 py-6 px-10 border border-solid border-green-light", children: [(0, jsx_runtime_1.jsx)(Headline_1.Headline, { className: "!p-0", title: title, description: description, headlineVersion: "M", align: "center" }), button ? (0, jsx_runtime_1.jsx)("div", { className: "mt-6", children: (0, ButtonSection_1.renderButton)({ button }) }) : null] })] }) })));
13
13
  //# sourceMappingURL=CarouselCard.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"CarouselCard.js","sourceRoot":"","sources":["../../../src/components/CarouselCard/CarouselCard.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAGxC,qEAAiE;AACjE,mDAAgD;AAKhD,MAAM,aAAa,GAAG,+DAA+D,CAAC;AAEtF,MAAM,cAAc,GAAwC;IAC1D,MAAM,EAAE,MAAM,IAAI,GAAG,EAAE,KAAK;IAC5B,IAAI,EAAE,MAAM,GAAG,GAAG,EAAE,KAAK;CAC1B,CAAC;AAEW,QAAA,YAAY,GAAG,IAAA,aAAG,EAC7B,CAAC,EAAE,SAAS,GAAG,EAAE,EAAE,MAAM,EAAE,WAAW,EAAE,KAAK,EAAE,OAAO,GAAG,QAAQ,EAAE,EAAE,EAAE,CAAC,CACtE,oCAAS,SAAS,EAAE,mBAAmB,cAAc,CAAC,OAAO,CAAC,IAAI,SAAS,EAAE,YAC3E,iCAAK,SAAS,EAAC,iBAAiB,aAC9B,gCAAK,SAAS,EAAE,GAAG,aAAa,oCAAoC,GAAI,EACxE,gCAAK,SAAS,EAAE,GAAG,aAAa,8BAA8B,GAAI,EAClE,gCAAK,SAAS,EAAE,GAAG,aAAa,oCAAoC,GAAI,EACxE,iCAAK,SAAS,EAAC,0EAA0E,aACvF,uBAAC,mBAAQ,IACP,SAAS,EAAC,MAAM,EAChB,KAAK,EAAE,KAAK,EACZ,WAAW,EAAE,WAAW,EACxB,eAAe,EAAC,GAAG,EACnB,KAAK,EAAC,QAAQ,GACd,EACD,MAAM,CAAC,CAAC,CAAC,gCAAK,SAAS,EAAC,MAAM,YAAE,IAAA,4BAAY,EAAC,EAAE,MAAM,EAAE,CAAC,GAAO,CAAC,CAAC,CAAC,IAAI,IACnE,IACF,GACE,CACX,CACF,CAAC"}
1
+ {"version":3,"file":"CarouselCard.js","sourceRoot":"","sources":["../../../src/components/CarouselCard/CarouselCard.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAGxC,qEAAiE;AACjE,mDAAgD;AAKhD,MAAM,aAAa,GAAG,+DAA+D,CAAC;AAEtF,MAAM,cAAc,GAAwC;IAC1D,MAAM,EAAE,gBAAgB;IACxB,IAAI,EAAE,eAAe;CACtB,CAAC;AAEW,QAAA,YAAY,GAAG,IAAA,aAAG,EAC7B,CAAC,EAAE,SAAS,GAAG,EAAE,EAAE,MAAM,EAAE,WAAW,EAAE,KAAK,EAAE,OAAO,GAAG,QAAQ,EAAE,EAAE,EAAE,CAAC,CACtE,oCAAS,SAAS,EAAE,mBAAmB,cAAc,CAAC,OAAO,CAAC,IAAI,SAAS,EAAE,YAC3E,iCAAK,SAAS,EAAC,iBAAiB,aAC9B,gCAAK,SAAS,EAAE,GAAG,aAAa,oCAAoC,GAAI,EACxE,gCAAK,SAAS,EAAE,GAAG,aAAa,8BAA8B,GAAI,EAClE,gCAAK,SAAS,EAAE,GAAG,aAAa,oCAAoC,GAAI,EACxE,iCAAK,SAAS,EAAC,0EAA0E,aACvF,uBAAC,mBAAQ,IACP,SAAS,EAAC,MAAM,EAChB,KAAK,EAAE,KAAK,EACZ,WAAW,EAAE,WAAW,EACxB,eAAe,EAAC,GAAG,EACnB,KAAK,EAAC,QAAQ,GACd,EACD,MAAM,CAAC,CAAC,CAAC,gCAAK,SAAS,EAAC,MAAM,YAAE,IAAA,4BAAY,EAAC,EAAE,MAAM,EAAE,CAAC,GAAO,CAAC,CAAC,CAAC,IAAI,IACnE,IACF,GACE,CACX,CACF,CAAC"}
@@ -0,0 +1,5 @@
1
+ import type { CarouselInvestmentCardContent } from './CarouselInvestmentCardContent';
2
+ import type { UniBlockProps } from '../../model/JSXBlock';
3
+ export interface CarouselInvestmentCardProps extends CarouselInvestmentCardContent, UniBlockProps {
4
+ }
5
+ export declare const CarouselInvestmentCard: import("@redneckz/uni-jsx").UNIComponent<CarouselInvestmentCardProps, any, any>;
@@ -0,0 +1,28 @@
1
+ Object.defineProperty(exports, "__esModule", { value: true });
2
+ exports.CarouselInvestmentCard = void 0;
3
+ const jsx_runtime_1 = require("@redneckz/uni-jsx/jsx-runtime");
4
+ const BaseTile_1 = require("../BaseTile/BaseTile");
5
+ const BlockWrapper_1 = require("../../ui-kit/BlockWrapper");
6
+ const BorderVersion_1 = require("../../model/BorderVersion");
7
+ const uni_jsx_1 = require("@redneckz/uni-jsx");
8
+ const Heading_1 = require("../../ui-kit/Heading/Heading");
9
+ const Img_1 = require("../../ui-kit/Img/Img");
10
+ const getItemListFontSize = (colValue) => (colValue === 1 ? 'text-h6' : 'text-l');
11
+ const cardColumnsModeStyleMap = {
12
+ 1: 'flex gap-y-2 flex-col',
13
+ 2: 'flex gap-y-2 gap-x-10 flex-wrap',
14
+ };
15
+ exports.CarouselInvestmentCard = (0, uni_jsx_1.JSX)(({ additionalDescription, cardsList = [], className = '', columnsMode = 1, description, image, title, version = 'primary', ...rest }) => {
16
+ const tileTitle = title ? ((0, jsx_runtime_1.jsx)(Heading_1.Heading, { headingType: "h4", as: "h3", className: "mb-3.5 z-10", title: title })) : null;
17
+ const tileImage = image?.src ? ((0, jsx_runtime_1.jsx)(Img_1.Img, { className: "absolute bottom-0 right-0 m-0", image: image })) : null;
18
+ return ((0, jsx_runtime_1.jsx)(BlockWrapper_1.BlockWrapper, { className: `relative text-left border border-solid box-border
19
+ p-9 w-[697px]
20
+ ${BorderVersion_1.BorderVersionStyleMap[version]}
21
+ ${className}`, ...rest, children: (0, jsx_runtime_1.jsxs)(BaseTile_1.BaseTile, { title: tileTitle, image: tileImage, children: [(0, jsx_runtime_1.jsxs)("div", { className: "flex justify-between mb-4", children: [description ? (0, jsx_runtime_1.jsx)("span", { className: "text-h6 w-1/3", children: description }) : null, additionalDescription ? ((0, jsx_runtime_1.jsx)("span", { className: "text-m-light text-secondary-text", children: additionalDescription })) : null] }), cardsList.length ? ((0, jsx_runtime_1.jsx)("ul", { className: `list-none m-0 p-0 ${cardColumnsModeStyleMap[columnsMode]}`, children: renderCardList(cardsList, columnsMode) })) : null] }) }));
22
+ });
23
+ const renderCardList = (cardsList, columnsMode) => {
24
+ const CARDS_COUNT_MAP = [4, 9];
25
+ const visibleCardsList = cardsList.slice(0, CARDS_COUNT_MAP[columnsMode - 1]);
26
+ return visibleCardsList.map((item, i) => ((0, jsx_runtime_1.jsxs)("li", { className: columnsMode === 2 ? 'basis-[calc(50%-20px)]' : '', children: [item?.parameter ? ((0, jsx_runtime_1.jsx)("span", { className: `pr-2.5 ${getItemListFontSize(columnsMode)}`, children: item.parameter })) : null, item?.parameterDescription ? ((0, jsx_runtime_1.jsx)("span", { className: "text-m-light text-secondary-text", children: item.parameterDescription })) : null] }, String(i))));
27
+ };
28
+ //# sourceMappingURL=CarouselInvestmentCard.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CarouselInvestmentCard.js","sourceRoot":"","sources":["../../../src/components/CarouselInvestmentCard/CarouselInvestmentCard.tsx"],"names":[],"mappings":"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"}
@@ -1,20 +1,32 @@
1
1
  import type { BlockVersion } from '../../model/BlockVersion';
2
2
  import type { Picture } from '../../model/Picture';
3
- import type { HeadlineCommonProps, TitleProps } from '../../model/HeadlineType';
3
+ import type { HeadlineCommonProps } from '../../model/HeadlineType';
4
4
  /**
5
- * @title Количество колонок в списке
5
+ * @title Карточка галереи инвестиций
6
+ */
7
+ /**
8
+ * @title Количество колонок
6
9
  * @enumNames [
7
10
  * "1 колонка",
8
11
  * "2 колонки",
9
12
  * ]
10
13
  */
11
- export declare type CardColumnsMode = 'single' | 'double';
12
- /**
13
- * @title Карточка
14
- */
15
- export interface InvestmentGalleryCardTypes extends HeadlineCommonProps {
14
+ export declare type CardColumnsMode = 1 | 2;
15
+ export interface CardsListItem {
16
+ /** @title Параметр */
17
+ parameter?: string;
18
+ /** @title Описание */
19
+ parameterDescription?: string;
20
+ }
21
+ export interface CarouselInvestmentCardContent extends HeadlineCommonProps {
16
22
  /** @title Доп. описание карточки */
17
23
  additionalDescription?: string;
24
+ /** @default 1 */
25
+ columnsMode?: CardColumnsMode;
26
+ /**
27
+ * @title Список
28
+ */
29
+ cardsList?: CardsListItem[];
18
30
  /**
19
31
  * @default {
20
32
  * "format": "webp",
@@ -30,21 +42,5 @@ export interface InvestmentGalleryCardTypes extends HeadlineCommonProps {
30
42
  * }
31
43
  */
32
44
  image?: Picture;
33
- columnsMode?: CardColumnsMode;
34
- /** @title Описание пункта */
35
- cardList?: CardListItem[];
36
- }
37
- export interface CardListItem {
38
- /** @title Параметр */
39
- parameter?: string;
40
- /** @title Описание */
41
- parameterDesccription?: string;
42
- }
43
- /**
44
- * @title Карточка
45
- */
46
- export interface InvestmentGalleryContent extends TitleProps {
47
- /** @title Карточки */
48
- cards?: InvestmentGalleryCardTypes[];
49
45
  version?: BlockVersion;
50
46
  }
@@ -0,0 +1,2 @@
1
+ Object.defineProperty(exports, "__esModule", { value: true });
2
+ //# sourceMappingURL=CarouselInvestmentCardContent.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CarouselInvestmentCardContent.js","sourceRoot":"","sources":["../../../src/components/CarouselInvestmentCard/CarouselInvestmentCardContent.ts"],"names":[],"mappings":""}
@@ -0,0 +1,5 @@
1
+ import type { UniBlockProps } from '../../model/JSXBlock';
2
+ import type { CarouselProgramsCardContent } from './CarouselProgramsCardContent';
3
+ export interface CarouselTariffsCardProps extends CarouselProgramsCardContent, UniBlockProps {
4
+ }
5
+ export declare const CarouselProgramsCard: import("@redneckz/uni-jsx").UNIComponent<CarouselTariffsCardProps, any, any>;
@@ -0,0 +1,12 @@
1
+ Object.defineProperty(exports, "__esModule", { value: true });
2
+ exports.CarouselProgramsCard = void 0;
3
+ const jsx_runtime_1 = require("@redneckz/uni-jsx/jsx-runtime");
4
+ const uni_jsx_1 = require("@redneckz/uni-jsx");
5
+ const BlockVersion_1 = require("../../model/BlockVersion");
6
+ const BlockWrapper_1 = require("../../ui-kit/BlockWrapper");
7
+ const Heading_1 = require("../../ui-kit/Heading/Heading");
8
+ const Img_1 = require("../../ui-kit/Img/Img");
9
+ const getIconWithVersion_1 = require("../../utils/getIconWithVersion");
10
+ exports.CarouselProgramsCard = (0, uni_jsx_1.JSX)(({ className = '', title, icon, list = [], version = 'primary', ...rest }) => ((0, jsx_runtime_1.jsxs)(BlockWrapper_1.BlockWrapper, { className: `font-sans border border-main-stroke flex min-w-[536px] ${BlockVersion_1.VersionStyleMap[version]} ${className}`, ...rest, children: [(0, jsx_runtime_1.jsxs)("div", { className: "w-[200px] min-w-[200px] self-end", children: [icon?.icon ? (0, jsx_runtime_1.jsx)(Img_1.Img, { image: (0, getIconWithVersion_1.getIconWithVersion)(icon), asSVG: true }) : null, icon?.src ? (0, jsx_runtime_1.jsx)(Img_1.Img, { image: icon }) : null] }), (0, jsx_runtime_1.jsxs)("div", { className: "p-8 pl-3 w-full", children: [title ? (0, jsx_runtime_1.jsx)(Heading_1.Heading, { className: " mb-3.5", headingType: "h5", title: title }) : null, list.length ? (0, jsx_runtime_1.jsx)("div", { className: "flex flex-col gap-3", children: list?.map(renderList) }) : null] })] })));
11
+ const renderList = (_, i) => ((0, jsx_runtime_1.jsxs)("div", { className: "break-words", children: [_.title ? (0, jsx_runtime_1.jsx)("div", { className: `text-h6`, children: _.title }) : null, _.description ? (0, jsx_runtime_1.jsx)("span", { className: "text-l-light mt-1", children: _.description }) : null] }, String(i)));
12
+ //# sourceMappingURL=CarouselProgramsCard.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CarouselProgramsCard.js","sourceRoot":"","sources":["../../../src/components/CarouselProgramsCard/CarouselProgramsCard.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,2DAA2D;AAG3D,4DAAyD;AACzD,0DAAuD;AACvD,8CAA2C;AAC3C,uEAAoE;AAKvD,QAAA,oBAAoB,GAAG,IAAA,aAAG,EACrC,CAAC,EAAE,SAAS,GAAG,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE,IAAI,GAAG,EAAE,EAAE,OAAO,GAAG,SAAS,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,CAAC,CAC5E,wBAAC,2BAAY,IACX,SAAS,EAAE,0DAA0D,8BAAe,CAAC,OAAO,CAAC,IAAI,SAAS,EAAE,KACxG,IAAI,aAER,iCAAK,SAAS,EAAC,kCAAkC,aAC9C,IAAI,EAAE,IAAI,CAAC,CAAC,CAAC,uBAAC,SAAG,IAAC,KAAK,EAAE,IAAA,uCAAkB,EAAC,IAAI,CAAC,EAAE,KAAK,SAAG,CAAC,CAAC,CAAC,IAAI,EAClE,IAAI,EAAE,GAAG,CAAC,CAAC,CAAC,uBAAC,SAAG,IAAC,KAAK,EAAE,IAAI,GAAI,CAAC,CAAC,CAAC,IAAI,IACpC,EACN,iCAAK,SAAS,EAAC,iBAAiB,aAC7B,KAAK,CAAC,CAAC,CAAC,uBAAC,iBAAO,IAAC,SAAS,EAAC,SAAS,EAAC,WAAW,EAAC,IAAI,EAAC,KAAK,EAAE,KAAK,GAAI,CAAC,CAAC,CAAC,IAAI,EAC7E,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,gCAAK,SAAS,EAAC,qBAAqB,YAAE,IAAI,EAAE,GAAG,CAAC,UAAU,CAAC,GAAO,CAAC,CAAC,CAAC,IAAI,IACpF,IACO,CAChB,CACF,CAAC;AAEF,MAAM,UAAU,GAAG,CAAC,CAAsB,EAAE,CAAS,EAAE,EAAE,CAAC,CACxD,iCAAqB,SAAS,EAAC,aAAa,aACzC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,gCAAK,SAAS,EAAE,SAAS,YAAG,CAAC,CAAC,KAAK,GAAO,CAAC,CAAC,CAAC,IAAI,EAC3D,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,iCAAM,SAAS,EAAC,mBAAmB,YAAE,CAAC,CAAC,WAAW,GAAQ,CAAC,CAAC,CAAC,IAAI,KAF1E,MAAM,CAAC,CAAC,CAAC,CAGb,CACP,CAAC"}
@@ -0,0 +1,12 @@
1
+ import type { HeadlineCommonProps, TitleProps } from '../../model/HeadlineType';
2
+ import type { Picture } from '../../model/Picture';
3
+ import type { BlockVersion } from '../../model/BlockVersion';
4
+ /**
5
+ * @title Карточка программ карусели
6
+ */
7
+ export declare type CarouselProgramsCardContent = TitleProps & {
8
+ icon?: Picture;
9
+ /** @title Список */
10
+ list?: HeadlineCommonProps[];
11
+ version?: BlockVersion;
12
+ };
@@ -0,0 +1,2 @@
1
+ Object.defineProperty(exports, "__esModule", { value: true });
2
+ //# sourceMappingURL=CarouselProgramsCardContent.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CarouselProgramsCardContent.js","sourceRoot":"","sources":["../../../src/components/CarouselProgramsCard/CarouselProgramsCardContent.ts"],"names":[],"mappings":""}
@@ -1,5 +1,5 @@
1
- import type { UniBlockProps } from '../../model/JSXBlock';
2
1
  import type { CarouselTariffsCardContent } from './CarouselTariffsCardContent';
2
+ import type { UniBlockProps } from '../../model/JSXBlock';
3
3
  export interface CarouselTariffsCardProps extends CarouselTariffsCardContent, UniBlockProps {
4
4
  }
5
5
  export declare const CarouselTariffsCard: import("@redneckz/uni-jsx").UNIComponent<CarouselTariffsCardProps, any, any>;
@@ -1,7 +1,6 @@
1
1
  Object.defineProperty(exports, "__esModule", { value: true });
2
2
  exports.CarouselTariffsCard = void 0;
3
3
  const jsx_runtime_1 = require("@redneckz/uni-jsx/jsx-runtime");
4
- const uni_jsx_1 = require("@redneckz/uni-jsx");
5
4
  const BlockWrapper_1 = require("../../ui-kit/BlockWrapper");
6
5
  const Button_1 = require("../../ui-kit/Button/Button");
7
6
  const Foldable_1 = require("../../ui-kit/Foldable/Foldable");
@@ -9,21 +8,18 @@ const FoldableSection_1 = require("../../ui-kit/Foldable/FoldableSection");
9
8
  const Heading_1 = require("../../ui-kit/Heading/Heading");
10
9
  const Icon_1 = require("../../ui-kit/Icon/Icon");
11
10
  const Img_1 = require("../../ui-kit/Img/Img");
11
+ const uni_jsx_1 = require("@redneckz/uni-jsx");
12
+ const VISIBLE_ROWS_COUNT = 1;
12
13
  exports.CarouselTariffsCard = (0, uni_jsx_1.JSX)(({ className = '', title, icon, isHighlighting, button, rows = [], ...rest }) => {
13
- const hitStyle = getHitStyle(Boolean(isHighlighting));
14
14
  const rowsNode = rows.map(renderCardInfo);
15
- const VISIBLE_ROWS_COUNT = 1;
16
- const [visibleRows, hiddenRows] = [
17
- rowsNode.slice(0, VISIBLE_ROWS_COUNT),
18
- rowsNode.slice(VISIBLE_ROWS_COUNT),
19
- ];
20
- return ((0, jsx_runtime_1.jsxs)(BlockWrapper_1.BlockWrapper, { className: `font-sans bg-white p-8 border border-main-stroke relative w-[322px] min-w-[322px] -ml-[1px] ${hitStyle} ${className}`, ...rest, children: [isHighlighting ? renderHitIcon() : null, icon?.src ? (0, jsx_runtime_1.jsx)(Img_1.Img, { className: "flex justify-center", image: icon }) : null, title ? ((0, jsx_runtime_1.jsx)(Heading_1.Heading, { className: "text-primary-text text-center pt-2", headingType: "h5", title: title })) : null, button ? (0, jsx_runtime_1.jsx)(Button_1.Button, { className: "w-full mt-4", ...button }) : null, rows?.length ? ((0, jsx_runtime_1.jsx)(Foldable_1.Foldable, { renderFoldableSection: ({ isUnfolded }) => ((0, jsx_runtime_1.jsxs)("div", { children: [visibleRows, (0, jsx_runtime_1.jsx)(FoldableSection_1.FoldableSection, { isUnfolded: isUnfolded, children: hiddenRows })] })), renderFoldButton: rows.length > 1 ? renderFoldButton : null })) : null] }));
15
+ const visibleRows = rowsNode.slice(0, VISIBLE_ROWS_COUNT);
16
+ const hiddenRows = rowsNode.slice(VISIBLE_ROWS_COUNT);
17
+ return ((0, jsx_runtime_1.jsxs)(BlockWrapper_1.BlockWrapper, { className: `font-sans relative bg-white border border-main-stroke min-w-[322px] p-8
18
+ ${getHitStyle(isHighlighting)}
19
+ ${className}`, ...rest, children: [isHighlighting ? renderHitIcon() : null, icon?.src ? (0, jsx_runtime_1.jsx)(Img_1.Img, { image: icon }) : null, title ? ((0, jsx_runtime_1.jsx)(Heading_1.Heading, { className: "text-primary-text text-center pt-2", headingType: "h5", title: title })) : null, button ? (0, jsx_runtime_1.jsx)(Button_1.Button, { className: "w-full mt-4", ...button }) : null, rows.length ? ((0, jsx_runtime_1.jsx)(Foldable_1.Foldable, { renderFoldableSection: ({ isUnfolded }) => ((0, jsx_runtime_1.jsxs)("div", { children: [visibleRows, (0, jsx_runtime_1.jsx)(FoldableSection_1.FoldableSection, { isUnfolded: isUnfolded, children: hiddenRows })] })), renderFoldButton: rows.length > 1 ? renderFoldButton : null })) : null] }));
21
20
  });
22
- const getHitStyle = (isHighlighting) => isHighlighting ? 'mt-9 pt-[71px]' : 'mt-[70px] pt-9';
21
+ const getHitStyle = (isHighlighting) => isHighlighting ? 'mt-9 pt-[70px]' : 'mt-[70px] pt-9';
23
22
  const renderFoldButton = ({ isUnfolded, onToggle }) => ((0, jsx_runtime_1.jsxs)("button", { className: "w-full cursor-pointer text-primary-main pt-5 flex justify-between items-center", onClick: onToggle, children: [(0, jsx_runtime_1.jsx)("div", { children: isUnfolded ? 'Скрыть' : 'Подробнее о тарифе' }), (0, jsx_runtime_1.jsx)(Icon_1.Icon, { className: "text-primary-text", name: isUnfolded ? 'ArrowUpIcon' : 'ArrowDownIcon', width: "16", height: "16", asSVG: true })] }));
24
- const renderCardInfo = (cell, i) => ((0, jsx_runtime_1.jsxs)("div", { className: "py-5 border-b border-main-divider flex flex-col gap-1", children: [cell?.title ? ((0, jsx_runtime_1.jsx)("div", { className: "text-secondary-text text-m-light opacity-80", children: cell.title })) : null, cell?.description ? (0, jsx_runtime_1.jsx)("div", { className: "text-primary-text text-h6", children: cell.description }) : null] }, String(i)));
25
- const renderHitIcon = () => {
26
- const POSITION_STYLE = 'absolute -top-7 -right-4';
27
- return ((0, jsx_runtime_1.jsxs)("div", { className: `h-[60px] w-[60px] bg-white flex flex-col items-center justify-center shadow-[0_4px_25px_rgba(0,0,0,0.07)] ${POSITION_STYLE}`, children: [(0, jsx_runtime_1.jsx)(Icon_1.Icon, { iconVersion: "black", name: "HeartIcon", width: "23", height: "22", asSVG: true }), (0, jsx_runtime_1.jsx)("div", { className: "text-center", children: "\u0425\u0438\u0442" })] }));
28
- };
23
+ const renderCardInfo = (cell, i) => ((0, jsx_runtime_1.jsxs)("div", { className: "py-5 border-b border-main-divider", children: [cell?.title ? ((0, jsx_runtime_1.jsx)("div", { className: "text-secondary-text text-m-light opacity-80", children: cell.title })) : null, cell?.description ? ((0, jsx_runtime_1.jsx)("div", { className: "text-primary-text text-h6 mt-1", children: cell.description })) : null] }, String(i)));
24
+ const renderHitIcon = () => ((0, jsx_runtime_1.jsxs)("div", { className: "absolute -top-7 -right-4 h-[60px] w-[60px] bg-white flex flex-col items-center justify-center shadow-[0_4px_25px_rgba(0,0,0,0.07)]", children: [(0, jsx_runtime_1.jsx)(Icon_1.Icon, { iconVersion: "black", name: "HeartIcon", width: "23", height: "22", asSVG: true }), (0, jsx_runtime_1.jsx)("div", { className: "text-center", children: "\u0425\u0438\u0442" })] }));
29
25
  //# sourceMappingURL=CarouselTariffsCard.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"CarouselTariffsCard.js","sourceRoot":"","sources":["../../../src/components/CarouselTariffsCard/CarouselTariffsCard.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"CarouselTariffsCard.js","sourceRoot":"","sources":["../../../src/components/CarouselTariffsCard/CarouselTariffsCard.tsx"],"names":[],"mappings":"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"}
@@ -9,9 +9,9 @@ const ComparisonTableBody_1 = require("./ComparisonTableBody");
9
9
  const constants_1 = require("./constants");
10
10
  exports.ComparisonTable = (0, uni_jsx_1.JSX)(({ className = '', title, rowHeaders, columns, visibleRowLength = 0, isColoredFirstColumn = false, ...rest }) => {
11
11
  const [isShowAllRow, setIsShowAllRow] = (0, hooks_1.useState)(!visibleRowLength);
12
- const showToggle = (0, hooks_1.useCallback)(() => setIsShowAllRow((_) => !_), []);
12
+ const handleToggle = (0, hooks_1.useCallback)(() => setIsShowAllRow((_) => !_), []);
13
13
  return ((0, jsx_runtime_1.jsxs)(BlockWrapper_1.BlockWrapper, { className: `bg-white font-sans py-[50px] pl-[50px] overflow-hidden text-primary-text relative ${className}`, ...rest, children: [(0, jsx_runtime_1.jsx)(Heading_1.Heading, { headingType: "h2", className: "max-w-[47rem] text-center mb-9 mx-auto", title: title }), (0, jsx_runtime_1.jsx)(ComparisonTableBody_1.ComparisonTableBody, { columns: columns, rowHeaders: rowHeaders, isShowAllRow: isShowAllRow, isColoredFirstColumn: isColoredFirstColumn, visibleRowLength: visibleRowLength }), visibleRowLength
14
- ? renderShowMoreToggleButton({ isShowAllRow, onClick: showToggle })
14
+ ? renderShowMoreToggleButton({ isShowAllRow, onClick: handleToggle })
15
15
  : null] }));
16
16
  });
17
17
  const renderShowMoreToggleButton = ({ isShowAllRow, onClick, }) => ((0, jsx_runtime_1.jsx)("div", { className: "pr-[50px]", children: (0, jsx_runtime_1.jsxs)("div", { className: "flex w-full", children: [(0, jsx_runtime_1.jsx)("div", { className: constants_1.FIRST_CELL_CLASSES }), (0, jsx_runtime_1.jsx)("button", { onClick: onClick, className: "mt-5 flex-1 border-main-stroke border-solid border text-primary-text bg-white hover:border-primary-main hover:text-primary-main", children: (0, jsx_runtime_1.jsx)("div", { className: "font-sans text-xs-light font-medium py-3", children: !isShowAllRow ? 'Показать все параметры' : 'Скрыть' }) })] }) }));
@@ -1 +1 @@
1
- {"version":3,"file":"ComparisonTable.js","sourceRoot":"","sources":["../../../src/components/ComparisonTable/ComparisonTable.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,uDAAoE;AAEpE,4DAAyD;AACzD,0DAAuD;AACvD,+DAA4D;AAE5D,2CAAiD;AAIpC,QAAA,eAAe,GAAG,IAAA,aAAG,EAChC,CAAC,EACC,SAAS,GAAG,EAAE,EACd,KAAK,EACL,UAAU,EACV,OAAO,EACP,gBAAgB,GAAG,CAAC,EACpB,oBAAoB,GAAG,KAAK,EAC5B,GAAG,IAAI,EACR,EAAE,EAAE;IACH,MAAM,CAAC,YAAY,EAAE,eAAe,CAAC,GAAG,IAAA,gBAAQ,EAAC,CAAC,gBAAgB,CAAC,CAAC;IACpE,MAAM,UAAU,GAAG,IAAA,mBAAW,EAAC,GAAG,EAAE,CAAC,eAAe,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC;IAErE,OAAO,CACL,wBAAC,2BAAY,IACX,SAAS,EAAE,qFAAqF,SAAS,EAAE,KACvG,IAAI,aAER,uBAAC,iBAAO,IACN,WAAW,EAAC,IAAI,EAChB,SAAS,EAAC,wCAAwC,EAClD,KAAK,EAAE,KAAK,GACZ,EACF,uBAAC,yCAAmB,IAClB,OAAO,EAAE,OAAO,EAChB,UAAU,EAAE,UAAU,EACtB,YAAY,EAAE,YAAY,EAC1B,oBAAoB,EAAE,oBAAoB,EAC1C,gBAAgB,EAAE,gBAAgB,GAClC,EACD,gBAAgB;gBACf,CAAC,CAAC,0BAA0B,CAAC,EAAE,YAAY,EAAE,OAAO,EAAE,UAAU,EAAE,CAAC;gBACnE,CAAC,CAAC,IAAI,IACK,CAChB,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,MAAM,0BAA0B,GAAG,CAAC,EAClC,YAAY,EACZ,OAAO,GAIR,EAAE,EAAE,CAAC,CACJ,gCAAK,SAAS,EAAC,WAAW,YACxB,iCAAK,SAAS,EAAC,aAAa,aAC1B,gCAAK,SAAS,EAAE,8BAAkB,GAAI,EACtC,mCACE,OAAO,EAAE,OAAO,EAChB,SAAS,EAAC,iIAAiI,YAE3I,gCAAK,SAAS,EAAC,0CAA0C,YACtD,CAAC,YAAY,CAAC,CAAC,CAAC,wBAAwB,CAAC,CAAC,CAAC,QAAQ,GAChD,GACC,IACL,GACF,CACP,CAAC"}
1
+ {"version":3,"file":"ComparisonTable.js","sourceRoot":"","sources":["../../../src/components/ComparisonTable/ComparisonTable.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,uDAAoE;AAEpE,4DAAyD;AACzD,0DAAuD;AACvD,+DAA4D;AAE5D,2CAAiD;AAIpC,QAAA,eAAe,GAAG,IAAA,aAAG,EAChC,CAAC,EACC,SAAS,GAAG,EAAE,EACd,KAAK,EACL,UAAU,EACV,OAAO,EACP,gBAAgB,GAAG,CAAC,EACpB,oBAAoB,GAAG,KAAK,EAC5B,GAAG,IAAI,EACR,EAAE,EAAE;IACH,MAAM,CAAC,YAAY,EAAE,eAAe,CAAC,GAAG,IAAA,gBAAQ,EAAC,CAAC,gBAAgB,CAAC,CAAC;IACpE,MAAM,YAAY,GAAG,IAAA,mBAAW,EAAC,GAAG,EAAE,CAAC,eAAe,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC;IAEvE,OAAO,CACL,wBAAC,2BAAY,IACX,SAAS,EAAE,qFAAqF,SAAS,EAAE,KACvG,IAAI,aAER,uBAAC,iBAAO,IACN,WAAW,EAAC,IAAI,EAChB,SAAS,EAAC,wCAAwC,EAClD,KAAK,EAAE,KAAK,GACZ,EACF,uBAAC,yCAAmB,IAClB,OAAO,EAAE,OAAO,EAChB,UAAU,EAAE,UAAU,EACtB,YAAY,EAAE,YAAY,EAC1B,oBAAoB,EAAE,oBAAoB,EAC1C,gBAAgB,EAAE,gBAAgB,GAClC,EACD,gBAAgB;gBACf,CAAC,CAAC,0BAA0B,CAAC,EAAE,YAAY,EAAE,OAAO,EAAE,YAAY,EAAE,CAAC;gBACrE,CAAC,CAAC,IAAI,IACK,CAChB,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,MAAM,0BAA0B,GAAG,CAAC,EAClC,YAAY,EACZ,OAAO,GAIR,EAAE,EAAE,CAAC,CACJ,gCAAK,SAAS,EAAC,WAAW,YACxB,iCAAK,SAAS,EAAC,aAAa,aAC1B,gCAAK,SAAS,EAAE,8BAAkB,GAAI,EACtC,mCACE,OAAO,EAAE,OAAO,EAChB,SAAS,EAAC,iIAAiI,YAE3I,gCAAK,SAAS,EAAC,0CAA0C,YACtD,CAAC,YAAY,CAAC,CAAC,CAAC,wBAAwB,CAAC,CAAC,CAAC,QAAQ,GAChD,GACC,IACL,GACF,CACP,CAAC"}
@@ -19,6 +19,6 @@ const TableInner = (0, uni_jsx_1.JSX)(({ columns = [], rowHeaders, isColoredFirs
19
19
  const handleSlideChange = (0, hooks_1.useCallback)(() => setColumnsViewState((_) => new Array(_.length).fill(false)), []);
20
20
  const getColumnData = (cellData) => cellData?.map((cell, i) => ({ cell, rowHeader: rowHeaders?.[i]?.title }));
21
21
  const tableColumns = columns?.map(({ data, header }, colIndex) => ((0, jsx_runtime_1.jsx)(TableColumn_1.TableColumn, { visibleRowLength: visibleRowLength, showRow: columnsViewState[colIndex], header: header, columnData: getColumnData(data), isFillGradient: colIndex === 0 && isColoredFirstColumn, onToggleColumn: () => handleToggleColumn(colIndex), ...rest }, String(colIndex))));
22
- return orientation === 'horizontal' ? ((0, jsx_runtime_1.jsx)(SwipeListControl_1.SwipeListControl, { onSlideChange: handleSlideChange, children: tableColumns })) : (tableColumns);
22
+ return orientation === 'horizontal' ? ((0, jsx_runtime_1.jsx)(SwipeListControl_1.SwipeListControl, { onVisibleIndicesChange: handleSlideChange, children: tableColumns })) : (tableColumns);
23
23
  });
24
24
  //# sourceMappingURL=ComparisonTable.mobile.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ComparisonTable.mobile.js","sourceRoot":"","sources":["../../../src/components/ComparisonTable/ComparisonTable.mobile.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,uDAAoE;AAEpE,0DAAuD;AACvD,qFAAkF;AAElF,+CAA4C;AAI/B,QAAA,eAAe,GAAG,IAAA,aAAG,EAAuB,CAAC,KAAK,EAAE,EAAE;IACjE,MAAM,EAAE,SAAS,EAAE,KAAK,EAAE,GAAG,KAAK,CAAC;IAEnC,OAAO,CACL,qCACE,SAAS,EAAE,2EACT,SAAS,IAAI,EACf,EAAE,aAED,KAAK,CAAC,CAAC,CAAC,CACP,uBAAC,iBAAO,IAAC,WAAW,EAAC,IAAI,EAAC,SAAS,EAAC,kCAAkC,EAAC,KAAK,EAAE,KAAK,GAAI,CACxF,CAAC,CAAC,CAAC,IAAI,EACR,gCAAK,IAAI,EAAC,OAAO,YACf,uBAAC,UAAU,OAAK,KAAK,GAAI,GACrB,IACE,CACX,CAAC;AACJ,CAAC,CAAC,CAAC;AAEH,MAAM,UAAU,GAAG,IAAA,aAAG,EACpB,CAAC,EAAE,OAAO,GAAG,EAAE,EAAE,UAAU,EAAE,oBAAoB,EAAE,gBAAgB,EAAE,WAAW,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE;IAC7F,MAAM,CAAC,gBAAgB,EAAE,mBAAmB,CAAC,GAAG,IAAA,gBAAQ,EACtD,IAAI,KAAK,CAAU,OAAO,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,CAAC,gBAAgB,CAAC,CAC3D,CAAC;IAEF,MAAM,kBAAkB,GAAG,IAAA,mBAAW,EAAC,CAAC,QAAgB,EAAE,EAAE;QAC1D,MAAM,cAAc,GAAG,CAAC,QAAiB,EAAE,CAAS,EAAE,EAAE,CACtD,CAAC,KAAK,QAAQ,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,QAAQ,CAAC;QAExC,mBAAmB,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,GAAG,CAAC,cAAc,CAAC,CAAC,CAAC;IACpD,CAAC,EAAE,EAAE,CAAC,CAAC;IAEP,MAAM,iBAAiB,GAAG,IAAA,mBAAW,EACnC,GAAG,EAAE,CAAC,mBAAmB,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,IAAI,KAAK,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,EACjE,EAAE,CACH,CAAC;IAEF,MAAM,aAAa,GAAG,CAAC,QAAuB,EAAE,EAAE,CAChD,QAAQ,EAAE,GAAG,CAAC,CAAC,IAAI,EAAE,CAAC,EAAE,EAAE,CAAC,CAAC,EAAE,IAAI,EAAE,SAAS,EAAE,UAAU,EAAE,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,CAAC,CAAC,CAAC;IAE5E,MAAM,YAAY,GAAG,OAAO,EAAE,GAAG,CAAC,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,EAAE,QAAQ,EAAE,EAAE,CAAC,CAChE,uBAAC,yBAAW,IAEV,gBAAgB,EAAE,gBAAgB,EAClC,OAAO,EAAE,gBAAgB,CAAC,QAAQ,CAAC,EACnC,MAAM,EAAE,MAAM,EACd,UAAU,EAAE,aAAa,CAAC,IAAI,CAAC,EAC/B,cAAc,EAAE,QAAQ,KAAK,CAAC,IAAI,oBAAoB,EACtD,cAAc,EAAE,GAAG,EAAE,CAAC,kBAAkB,CAAC,QAAQ,CAAC,KAC9C,IAAI,IAPH,MAAM,CAAC,QAAQ,CAAC,CAQrB,CACH,CAAC,CAAC;IAEH,OAAO,WAAW,KAAK,YAAY,CAAC,CAAC,CAAC,CACpC,uBAAC,mCAAgB,IAAC,aAAa,EAAE,iBAAiB,YAAG,YAAY,GAAoB,CACtF,CAAC,CAAC,CAAC,CACF,YAAY,CACb,CAAC;AACJ,CAAC,CACF,CAAC"}
1
+ {"version":3,"file":"ComparisonTable.mobile.js","sourceRoot":"","sources":["../../../src/components/ComparisonTable/ComparisonTable.mobile.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,uDAAoE;AAEpE,0DAAuD;AACvD,qFAAkF;AAElF,+CAA4C;AAI/B,QAAA,eAAe,GAAG,IAAA,aAAG,EAAuB,CAAC,KAAK,EAAE,EAAE;IACjE,MAAM,EAAE,SAAS,EAAE,KAAK,EAAE,GAAG,KAAK,CAAC;IAEnC,OAAO,CACL,qCACE,SAAS,EAAE,2EACT,SAAS,IAAI,EACf,EAAE,aAED,KAAK,CAAC,CAAC,CAAC,CACP,uBAAC,iBAAO,IAAC,WAAW,EAAC,IAAI,EAAC,SAAS,EAAC,kCAAkC,EAAC,KAAK,EAAE,KAAK,GAAI,CACxF,CAAC,CAAC,CAAC,IAAI,EACR,gCAAK,IAAI,EAAC,OAAO,YACf,uBAAC,UAAU,OAAK,KAAK,GAAI,GACrB,IACE,CACX,CAAC;AACJ,CAAC,CAAC,CAAC;AAEH,MAAM,UAAU,GAAG,IAAA,aAAG,EACpB,CAAC,EAAE,OAAO,GAAG,EAAE,EAAE,UAAU,EAAE,oBAAoB,EAAE,gBAAgB,EAAE,WAAW,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE;IAC7F,MAAM,CAAC,gBAAgB,EAAE,mBAAmB,CAAC,GAAG,IAAA,gBAAQ,EACtD,IAAI,KAAK,CAAU,OAAO,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,CAAC,gBAAgB,CAAC,CAC3D,CAAC;IAEF,MAAM,kBAAkB,GAAG,IAAA,mBAAW,EAAC,CAAC,QAAgB,EAAE,EAAE;QAC1D,MAAM,cAAc,GAAG,CAAC,QAAiB,EAAE,CAAS,EAAE,EAAE,CACtD,CAAC,KAAK,QAAQ,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,QAAQ,CAAC;QAExC,mBAAmB,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,GAAG,CAAC,cAAc,CAAC,CAAC,CAAC;IACpD,CAAC,EAAE,EAAE,CAAC,CAAC;IAEP,MAAM,iBAAiB,GAAG,IAAA,mBAAW,EACnC,GAAG,EAAE,CAAC,mBAAmB,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,IAAI,KAAK,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,EACjE,EAAE,CACH,CAAC;IAEF,MAAM,aAAa,GAAG,CAAC,QAAuB,EAAE,EAAE,CAChD,QAAQ,EAAE,GAAG,CAAC,CAAC,IAAI,EAAE,CAAC,EAAE,EAAE,CAAC,CAAC,EAAE,IAAI,EAAE,SAAS,EAAE,UAAU,EAAE,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,CAAC,CAAC,CAAC;IAE5E,MAAM,YAAY,GAAG,OAAO,EAAE,GAAG,CAAC,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,EAAE,QAAQ,EAAE,EAAE,CAAC,CAChE,uBAAC,yBAAW,IAEV,gBAAgB,EAAE,gBAAgB,EAClC,OAAO,EAAE,gBAAgB,CAAC,QAAQ,CAAC,EACnC,MAAM,EAAE,MAAM,EACd,UAAU,EAAE,aAAa,CAAC,IAAI,CAAC,EAC/B,cAAc,EAAE,QAAQ,KAAK,CAAC,IAAI,oBAAoB,EACtD,cAAc,EAAE,GAAG,EAAE,CAAC,kBAAkB,CAAC,QAAQ,CAAC,KAC9C,IAAI,IAPH,MAAM,CAAC,QAAQ,CAAC,CAQrB,CACH,CAAC,CAAC;IAEH,OAAO,WAAW,KAAK,YAAY,CAAC,CAAC,CAAC,CACpC,uBAAC,mCAAgB,IAAC,sBAAsB,EAAE,iBAAiB,YAAG,YAAY,GAAoB,CAC/F,CAAC,CAAC,CAAC,CACF,YAAY,CACb,CAAC;AACJ,CAAC,CACF,CAAC"}
@@ -15,7 +15,7 @@ function renderCardsLayout(orientation, cards) {
15
15
  return orientation === 'horizontal' ? ((0, jsx_runtime_1.jsx)(SwipeListControl_1.SwipeListControl, { children: cards?.map(renderCard) })) : ((0, jsx_runtime_1.jsx)("div", { className: "grid gap-[14px]", children: cards?.map(renderCard) }));
16
16
  }
17
17
  function renderCard(card, key) {
18
- return ((0, jsx_runtime_1.jsxs)("div", { className: `h-full justify-between box-border horizontal-list-item border-solid border rounded-md border-main-stroke p-4 flex flex-col
18
+ return ((0, jsx_runtime_1.jsxs)("div", { className: `w-full h-full flex flex-col justify-between shrink-0 box-border snap-start snap-always border-solid border rounded-md border-main-stroke p-4
19
19
  ${BlockVersion_1.VersionStyleMap[card.version ?? 'primary']}`, children: [(0, jsx_runtime_1.jsxs)("div", { children: [renderImage(card.icon), card.title ? (0, jsx_runtime_1.jsx)("h3", { className: `text-m-title-xs font-medium m-0`, children: card.title }) : null, card.description ? renderDescription(card) : null, card.items?.length ? renderItems(card.items, card.isDotted, card.version) : null] }), card?.button?.text ? renderButton(card.button) : null] }, key));
20
20
  }
21
21
  const renderImage = (image) => image?.src || image?.icon ? ((0, jsx_runtime_1.jsx)("div", { className: "flex justify-center", children: (0, jsx_runtime_1.jsx)(Img_1.Img, { className: "mb-3.5", image: image }) })) : null;
@@ -8,7 +8,12 @@ const Img_1 = require("../../ui-kit/Img/Img");
8
8
  const List_1 = require("../../ui-kit/List/List");
9
9
  const getIconWithVersion_1 = require("../../utils/getIconWithVersion");
10
10
  const constants_1 = require("../Headline/constants");
11
- exports.GalleryCardInner = (0, uni_jsx_1.JSX)(({ title, headlineSmallVersion = 'H6', description, additionalDescription, icon, items, button, version, isDotted = true, align = 'center', }) => ((0, jsx_runtime_1.jsxs)("div", { className: `h-full flex flex-col justify-between ${AlignText_1.AlignText[align]}`, children: [(0, jsx_runtime_1.jsxs)("div", { className: "flex flex-col h-full", children: [renderImage(icon, version), renderCardTitle(headlineSmallVersion, title), renderDescription(description, title), items?.length ? renderItems(items, isDotted, version) : null, renderAdditionalDescription(additionalDescription)] }), button?.text ? (0, ButtonSection_1.renderButton)({ button, buttonClassName: 'mt-6' }) : null] })));
11
+ exports.GalleryCardInner = (0, uni_jsx_1.JSX)(({ title, headlineSmallVersion = 'H6', description, additionalDescription, icon, items, button, version, isFullWidth = true, isDotted = true, align = 'center', }) => ((0, jsx_runtime_1.jsxs)("div", { className: `h-full flex flex-col justify-between ${AlignText_1.AlignText[align]}`, children: [(0, jsx_runtime_1.jsxs)("div", { className: "flex flex-col h-full", children: [renderImage(icon, version), renderCardTitle(headlineSmallVersion, title), renderDescription(description, title), items?.length ? renderItems(items, isDotted, version) : null, renderAdditionalDescription(additionalDescription)] }), button?.text
12
+ ? (0, ButtonSection_1.renderButton)({
13
+ button,
14
+ buttonClassName: `mt-6 ${isFullWidth ? '' : 'self-center'}`,
15
+ })
16
+ : null] })));
12
17
  const renderImage = (image, version) => ((0, jsx_runtime_1.jsxs)("div", { className: "flex justify-center", children: [image?.src ? (0, jsx_runtime_1.jsx)(Img_1.Img, { className: "mb-5", image: image }) : null, image?.icon ? ((0, jsx_runtime_1.jsx)(Img_1.Img, { className: `w-[32px] h-[32px] min-w-[32px] mb-5 rounded-full`, image: (0, getIconWithVersion_1.getIconWithVersion)(image, version), asSVG: true })) : null] }));
13
18
  const renderCardTitle = (headlineSmallVersion, title) => title ? (0, jsx_runtime_1.jsx)("div", { className: constants_1.HEADLINE_SMALL_VERSION[headlineSmallVersion], children: title }) : null;
14
19
  const renderDescription = (description, title) => description ? (0, jsx_runtime_1.jsx)("div", { className: `text-l ${title ? 'mt-2' : ''}`, children: description }) : null;
@@ -1 +1 @@
1
- {"version":3,"file":"GalleryCardInner.js","sourceRoot":"","sources":["../../../src/components/Gallery/GalleryCardInner.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"GalleryCardInner.js","sourceRoot":"","sources":["../../../src/components/Gallery/GalleryCardInner.tsx"],"names":[],"mappings":"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"}
@@ -50,6 +50,11 @@ export declare type GalleryCardProps = HeadlineSmallProps & {
50
50
  * @default center
51
51
  */
52
52
  align?: AlignType;
53
+ /**
54
+ * @title Кнопка по всей ширине
55
+ * @default true
56
+ */
57
+ isFullWidth?: boolean;
53
58
  };
54
59
  /**
55
60
  * @title Галерея
@@ -1 +1 @@
1
- {"version":3,"file":"GalleryInner.js","sourceRoot":"","sources":["../../../src/components/Gallery/GalleryInner.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,yEAAsE;AAGtE,4DAAyD;AACzD,qEAAiE;AACjE,mEAAgE;AAChE,2CAAwD;AACxD,yDAAsD;AAOzC,QAAA,YAAY,GAAG,IAAA,aAAG,EAC7B,CAAC,EAAE,KAAK,GAAG,EAAE,EAAE,SAAS,GAAG,EAAE,EAAE,OAAO,GAAG,QAAQ,EAAE,MAAM,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE;IACtE,MAAM,CAAC,WAAW,EAAE,QAAQ,CAAC,GAAG,IAAA,yCAAmB,EAAC;QAClD,SAAS,EAAE,KAAK,EAAE,MAAM;QACxB,gBAAgB,EAAE,qCAAyB,CAAC,OAAO,CAAC;KACrD,CAAC,CAAC;IACH,MAAM,EAAE,iBAAiB,EAAE,GAAG,QAAQ,CAAC;IAEvC,OAAO,CACL,wBAAC,2BAAY,IACX,SAAS,EAAE,wFAAwF,SAAS,EAAE,KAC1G,IAAI,aAER,uBAAC,mCAAgB,IAAC,KAAK,EAAE,KAAK,EAAE,OAAO,EAAE,OAAO,EAAE,WAAW,EAAE,WAAW,KAAM,IAAI,GAAI,EACvF,IAAA,2BAAY,EAAC;gBACZ,GAAG,QAAQ;gBACX,QAAQ,EAAE,CAAC,QAAQ,EAAE,SAAS,CAAC;gBAC/B,SAAS,EAAE,SAAS;aACrB,CAAC,EACD,iBAAiB,CAAC,CAAC,CAAC,CACnB,4CACE,gCAAK,SAAS,EAAC,+DAA+D,GAAG,EACjF,gCAAK,SAAS,EAAC,8DAA8D,GAAG,IAC5E,CACP,CAAC,CAAC,CAAC,IAAI,EAEP,MAAM,CAAC,CAAC,CAAC,IAAA,4BAAY,EAAC,EAAE,MAAM,EAAE,eAAe,EAAE,cAAc,EAAE,CAAC,CAAC,CAAC,CAAC,IAAI,IAC7D,CAChB,CAAC;AACJ,CAAC,CACF,CAAC"}
1
+ {"version":3,"file":"GalleryInner.js","sourceRoot":"","sources":["../../../src/components/Gallery/GalleryInner.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,yEAAsE;AAGtE,4DAAyD;AACzD,qEAAiE;AACjE,mEAAgE;AAChE,2CAAwD;AACxD,yDAAsD;AAOzC,QAAA,YAAY,GAAG,IAAA,aAAG,EAC7B,CAAC,EAAE,KAAK,GAAG,EAAE,EAAE,SAAS,GAAG,EAAE,EAAE,OAAO,GAAG,QAAQ,EAAE,MAAM,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE;IACtE,MAAM,CAAC,WAAW,EAAE,QAAQ,CAAC,GAAG,IAAA,yCAAmB,EAAC;QAClD,SAAS,EAAE,KAAK,EAAE,MAAM;QACxB,gBAAgB,EAAE,qCAAyB,CAAC,OAAO,CAAC;KACrD,CAAC,CAAC;IACH,MAAM,EAAE,iBAAiB,EAAE,GAAG,QAAQ,CAAC;IAEvC,OAAO,CACL,wBAAC,2BAAY,IACX,SAAS,EAAE,wFAAwF,SAAS,EAAE,KAC1G,IAAI,aAER,uBAAC,mCAAgB,IAAC,KAAK,EAAE,KAAK,EAAE,OAAO,EAAE,OAAO,EAAE,WAAW,EAAE,WAAW,KAAM,IAAI,GAAI,EACvF,IAAA,2BAAY,EAAC;gBACZ,GAAG,QAAQ;gBACX,QAAQ,EAAE,CAAC,QAAQ,EAAE,SAAS,CAAC;gBAC/B,SAAS,EAAE,SAAS;aACrB,CAAC,EACD,iBAAiB,CAAC,CAAC,CAAC,CACnB,4CACE,gCAAK,SAAS,EAAC,+DAA+D,GAAG,EACjF,gCAAK,SAAS,EAAC,8DAA8D,GAAG,IAC5E,CACP,CAAC,CAAC,CAAC,IAAI,EACP,MAAM,CAAC,CAAC,CAAC,IAAA,4BAAY,EAAC,EAAE,MAAM,EAAE,eAAe,EAAE,cAAc,EAAE,CAAC,CAAC,CAAC,CAAC,IAAI,IAC7D,CAChB,CAAC;AACJ,CAAC,CACF,CAAC"}
@@ -22,7 +22,7 @@ exports.Header = (0, uni_jsx_1.JSX)(({ className = '', bgColor = 'bg-white', ...
22
22
  const subItems = activeTopItem?.items;
23
23
  const activeSubItem = (0, findActiveSubItem_1.findActiveSubItem)(router)(subItems);
24
24
  const [burgerMenuShow, setBurgerMenuShow] = (0, hooks_1.useState)(false);
25
- const toggleBurgerMenu = () => setBurgerMenuShow(!burgerMenuShow);
26
- return ((0, jsx_runtime_1.jsxs)("header", { className: `${bgColor} ${className}`, children: [(0, jsx_runtime_1.jsxs)("div", { className: "container px-4 py-0 box-border", children: [(0, jsx_runtime_1.jsx)(HeaderTop_1.HeaderTop, { onClick: toggleBurgerMenu, bgColor: bgColor }), (0, jsx_runtime_1.jsx)("nav", { className: "flex items-center m-0 p-0 overflow-y-hidden w-full h-[50px]", children: (0, jsx_runtime_1.jsx)("div", { className: "flex no-scrollbar horizontal-list h-full items-center", children: subItems?.map((_, i) => ((0, jsx_runtime_1.jsx)(HeaderItem_1.HeaderItem, { className: "mr-8 whitespace-nowrap text-s", active: _ === activeSubItem, bgColor: bgColor, ..._ }, String(i)))) }) })] }), burgerMenuShow ? ((0, jsx_runtime_1.jsx)(HeaderBurger_1.HeaderBurger, { onClick: toggleBurgerMenu, burgerSubMenu: dispositions, defaultLocation: defaultLocation, children: (0, jsx_runtime_1.jsx)(AccordionItemsList_1.AccordionItemsList, { children: topItems?.map((item, i) => ((0, jsx_runtime_1.jsx)(AccordionItem_1.AccordionItem, { label: item.text, children: (0, jsx_runtime_1.jsx)(LinkList_1.LinkList, { documents: item.items }) }, String(i)))) }) })) : null] }));
25
+ const handleBurgerMenuShow = (0, hooks_1.useCallback)(() => setBurgerMenuShow((_) => !_), []);
26
+ return ((0, jsx_runtime_1.jsxs)("header", { className: `${bgColor} ${className}`, children: [(0, jsx_runtime_1.jsxs)("div", { className: "container px-4 py-0 box-border", children: [(0, jsx_runtime_1.jsx)(HeaderTop_1.HeaderTop, { onClick: handleBurgerMenuShow, bgColor: bgColor }), (0, jsx_runtime_1.jsx)("nav", { className: "flex items-center m-0 p-0 overflow-y-hidden w-full h-[50px]", children: (0, jsx_runtime_1.jsx)("div", { className: "flex no-scrollbar horizontal-list h-full items-center", children: subItems?.map((_, i) => ((0, jsx_runtime_1.jsx)(HeaderItem_1.HeaderItem, { className: "mr-8 whitespace-nowrap text-s", active: _ === activeSubItem, bgColor: bgColor, ..._ }, String(i)))) }) })] }), burgerMenuShow ? ((0, jsx_runtime_1.jsx)(HeaderBurger_1.HeaderBurger, { onClick: handleBurgerMenuShow, burgerSubMenu: dispositions, defaultLocation: defaultLocation, children: (0, jsx_runtime_1.jsx)(AccordionItemsList_1.AccordionItemsList, { children: topItems?.map((item, i) => ((0, jsx_runtime_1.jsx)(AccordionItem_1.AccordionItem, { label: item.text, children: (0, jsx_runtime_1.jsx)(LinkList_1.LinkList, { documents: item.items }) }, String(i)))) }) })) : null] }));
27
27
  });
28
28
  //# sourceMappingURL=Header.mobile.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Header.mobile.js","sourceRoot":"","sources":["../../../src/components/Header/Header.mobile.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,uDAAuD;AACvD,qDAAkD;AAGlD,2DAAwD;AACxD,gFAA6E;AAC7E,4EAAyE;AAEzE,0EAAuE;AACvE,mEAAgE;AAChE,wEAAqE;AACrE,kEAA+D;AAC/D,mDAAgD;AAChD,iDAA8C;AAE9C,2CAAwC;AAI3B,QAAA,MAAM,GAAG,IAAA,aAAG,EAAc,CAAC,EAAE,SAAS,GAAG,EAAE,EAAE,OAAO,GAAG,UAAU,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE;IAC3F,MAAM,MAAM,GAAG,IAAA,qBAAS,GAAE,CAAC;IAE3B,MAAM,QAAQ,GAAyB,IAAI,CAAC,OAAO,EAAE,IAAI,EAAE,QAAQ,CAAC;IACpE,MAAM,EAAE,QAAQ,EAAE,YAAY,EAAE,eAAe,EAAE,GAAG,IAAA,+BAAc,EAChE,iCAAe,CAAC,OAAO,IAAI,SAAS,EACpC,QAAQ,CACT,CAAC;IAEF,MAAM,aAAa,GAAG,QAAQ,EAAE,IAAI,CAAC,IAAA,iCAAe,EAAC,MAAM,CAAC,CAAC,CAAC;IAC9D,MAAM,QAAQ,GAAG,aAAa,EAAE,KAAK,CAAC;IACtC,MAAM,aAAa,GAAG,IAAA,qCAAiB,EAAC,MAAM,CAAC,CAAC,QAAQ,CAAC,CAAC;IAE1D,MAAM,CAAC,cAAc,EAAE,iBAAiB,CAAC,GAAG,IAAA,gBAAQ,EAAC,KAAK,CAAC,CAAC;IAE5D,MAAM,gBAAgB,GAAG,GAAG,EAAE,CAAC,iBAAiB,CAAC,CAAC,cAAc,CAAC,CAAC;IAElE,OAAO,CACL,oCAAQ,SAAS,EAAE,GAAG,OAAO,IAAI,SAAS,EAAE,aAC1C,iCAAK,SAAS,EAAC,gCAAgC,aAC7C,uBAAC,qBAAS,IAAC,OAAO,EAAE,gBAAgB,EAAE,OAAO,EAAE,OAAO,GAAI,EAC1D,gCAAK,SAAS,EAAC,6DAA6D,YAC1E,gCAAK,SAAS,EAAC,uDAAuD,YACnE,QAAQ,EAAE,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,CACvB,uBAAC,uBAAU,IAET,SAAS,EAAC,+BAA+B,EACzC,MAAM,EAAE,CAAC,KAAK,aAAa,EAC3B,OAAO,EAAE,OAAO,KACZ,CAAC,IAJA,MAAM,CAAC,CAAC,CAAC,CAKd,CACH,CAAC,GACE,GACF,IACF,EACL,cAAc,CAAC,CAAC,CAAC,CAChB,uBAAC,2BAAY,IACX,OAAO,EAAE,gBAAgB,EACzB,aAAa,EAAE,YAAY,EAC3B,eAAe,EAAE,eAAe,YAEhC,uBAAC,uCAAkB,cAChB,QAAQ,EAAE,GAAG,CAAC,CAAC,IAAI,EAAE,CAAC,EAAE,EAAE,CAAC,CAC1B,uBAAC,6BAAa,IAAiB,KAAK,EAAE,IAAI,CAAC,IAAI,YAC7C,uBAAC,mBAAQ,IAAC,SAAS,EAAE,IAAI,CAAC,KAAK,GAAI,IADjB,MAAM,CAAC,CAAC,CAAC,CAEb,CACjB,CAAC,GACiB,GACR,CAChB,CAAC,CAAC,CAAC,IAAI,IACD,CACV,CAAC;AACJ,CAAC,CAAC,CAAC"}
1
+ {"version":3,"file":"Header.mobile.js","sourceRoot":"","sources":["../../../src/components/Header/Header.mobile.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,uDAAoE;AACpE,qDAAkD;AAGlD,2DAAwD;AACxD,gFAA6E;AAC7E,4EAAyE;AAEzE,0EAAuE;AACvE,mEAAgE;AAChE,wEAAqE;AACrE,kEAA+D;AAC/D,mDAAgD;AAChD,iDAA8C;AAE9C,2CAAwC;AAI3B,QAAA,MAAM,GAAG,IAAA,aAAG,EAAc,CAAC,EAAE,SAAS,GAAG,EAAE,EAAE,OAAO,GAAG,UAAU,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE;IAC3F,MAAM,MAAM,GAAG,IAAA,qBAAS,GAAE,CAAC;IAE3B,MAAM,QAAQ,GAAyB,IAAI,CAAC,OAAO,EAAE,IAAI,EAAE,QAAQ,CAAC;IACpE,MAAM,EAAE,QAAQ,EAAE,YAAY,EAAE,eAAe,EAAE,GAAG,IAAA,+BAAc,EAChE,iCAAe,CAAC,OAAO,IAAI,SAAS,EACpC,QAAQ,CACT,CAAC;IAEF,MAAM,aAAa,GAAG,QAAQ,EAAE,IAAI,CAAC,IAAA,iCAAe,EAAC,MAAM,CAAC,CAAC,CAAC;IAC9D,MAAM,QAAQ,GAAG,aAAa,EAAE,KAAK,CAAC;IACtC,MAAM,aAAa,GAAG,IAAA,qCAAiB,EAAC,MAAM,CAAC,CAAC,QAAQ,CAAC,CAAC;IAC1D,MAAM,CAAC,cAAc,EAAE,iBAAiB,CAAC,GAAG,IAAA,gBAAQ,EAAC,KAAK,CAAC,CAAC;IAC5D,MAAM,oBAAoB,GAAG,IAAA,mBAAW,EAAC,GAAG,EAAE,CAAC,iBAAiB,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC;IAEjF,OAAO,CACL,oCAAQ,SAAS,EAAE,GAAG,OAAO,IAAI,SAAS,EAAE,aAC1C,iCAAK,SAAS,EAAC,gCAAgC,aAC7C,uBAAC,qBAAS,IAAC,OAAO,EAAE,oBAAoB,EAAE,OAAO,EAAE,OAAO,GAAI,EAC9D,gCAAK,SAAS,EAAC,6DAA6D,YAC1E,gCAAK,SAAS,EAAC,uDAAuD,YACnE,QAAQ,EAAE,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,CACvB,uBAAC,uBAAU,IAET,SAAS,EAAC,+BAA+B,EACzC,MAAM,EAAE,CAAC,KAAK,aAAa,EAC3B,OAAO,EAAE,OAAO,KACZ,CAAC,IAJA,MAAM,CAAC,CAAC,CAAC,CAKd,CACH,CAAC,GACE,GACF,IACF,EACL,cAAc,CAAC,CAAC,CAAC,CAChB,uBAAC,2BAAY,IACX,OAAO,EAAE,oBAAoB,EAC7B,aAAa,EAAE,YAAY,EAC3B,eAAe,EAAE,eAAe,YAEhC,uBAAC,uCAAkB,cAChB,QAAQ,EAAE,GAAG,CAAC,CAAC,IAAI,EAAE,CAAC,EAAE,EAAE,CAAC,CAC1B,uBAAC,6BAAa,IAAiB,KAAK,EAAE,IAAI,CAAC,IAAI,YAC7C,uBAAC,mBAAQ,IAAC,SAAS,EAAE,IAAI,CAAC,KAAK,GAAI,IADjB,MAAM,CAAC,CAAC,CAAC,CAEb,CACjB,CAAC,GACiB,GACR,CAChB,CAAC,CAAC,CAAC,IAAI,IACD,CACV,CAAC;AACJ,CAAC,CAAC,CAAC"}
@@ -13,7 +13,7 @@ exports.HeaderSubMenu = (0, uni_jsx_1.JSX)(({ subItems = [], bgColor }) => {
13
13
  const [visibleItemsCount, setVisibleItemsCount] = (0, hooks_1.useState)(subItems.length);
14
14
  const dropDownMenuItems = subItems.slice(visibleItemsCount);
15
15
  const subItemsListRef = (0, hooks_1.useRef)(null);
16
- const observerOptions = (0, hooks_1.useMemo)(() => ({ threshold: 1, root: subItemsListRef.current }), [subItemsListRef.current]);
16
+ const observerOptions = { rootRef: subItemsListRef };
17
17
  const subItemsVisibilityHandlers = (0, hooks_1.useMemo)(() => subItems.map((_, index) => (isIntersecting) => {
18
18
  setVisibleItemsCount(isIntersecting
19
19
  ? handleIntersectionActivation(index)
@@ -1 +1 @@
1
- {"version":3,"file":"HeaderSubMenu.js","sourceRoot":"","sources":["../../../src/components/Header/HeaderSubMenu.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,uDAAwE;AACxE,qDAAkD;AAGlD,gFAA6E;AAC7E,iDAA8C;AAC9C,2DAAwD;AAO3C,QAAA,aAAa,GAAG,IAAA,aAAG,EAAqB,CAAC,EAAE,QAAQ,GAAG,EAAE,EAAE,OAAO,EAAE,EAAE,EAAE;IAClF,MAAM,MAAM,GAAG,IAAA,qBAAS,GAAE,CAAC;IAE3B,MAAM,aAAa,GAAG,IAAA,qCAAiB,EAAC,MAAM,CAAC,CAAC,QAAQ,CAAC,CAAC;IAE1D,MAAM,CAAC,iBAAiB,EAAE,oBAAoB,CAAC,GAAG,IAAA,gBAAQ,EAAC,QAAQ,CAAC,MAAM,CAAC,CAAC;IAC5E,MAAM,iBAAiB,GAAG,QAAQ,CAAC,KAAK,CAAC,iBAAiB,CAAC,CAAC;IAE5D,MAAM,eAAe,GAAG,IAAA,cAAM,EAAwB,IAAI,CAAC,CAAC;IAC5D,MAAM,eAAe,GAAG,IAAA,eAAO,EAC7B,GAAG,EAAE,CAAC,CAAC,EAAE,SAAS,EAAE,CAAC,EAAE,IAAI,EAAE,eAAe,CAAC,OAAO,EAAE,CAAC,EACvD,CAAC,eAAe,CAAC,OAAO,CAAC,CAC1B,CAAC;IACF,MAAM,0BAA0B,GAAG,IAAA,eAAO,EACxC,GAAG,EAAE,CACH,QAAQ,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,EAAE,CAAC,CAAC,cAAuB,EAAE,EAAE;QACrD,oBAAoB,CAClB,cAAc;YACZ,CAAC,CAAC,4BAA4B,CAAC,KAAK,CAAC;YACrC,CAAC,CAAC,8BAA8B,CAAC,KAAK,CAAC,CAC1C,CAAC;IACJ,CAAC,CAAC,EACJ,CAAC,QAAQ,CAAC,CACX,CAAC;IAEF,OAAO,CACL,iCAAK,SAAS,EAAC,eAAe,aAC5B,gCAAK,GAAG,EAAE,eAAe,EAAE,SAAS,EAAC,8CAA8C,YAChF,QAAQ,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,CACtB,uBAAC,qCAAiB,IAEhB,SAAS,EAAE,QAAQ,iBAAiB,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,EAAE,EAAE,EACjE,MAAM,EAAE,CAAC,KAAK,aAAa,EAC3B,OAAO,EAAE,OAAO,EAChB,eAAe,EAAE,eAAe,EAChC,kBAAkB,EAAE,0BAA0B,CAAC,CAAC,CAAC,KAC7C,CAAC,IANA,MAAM,CAAC,CAAC,CAAC,CAOd,CACH,CAAC,GACE,EACL,iBAAiB,CAAC,MAAM,CAAC,CAAC,CAAC,CAC1B,uBAAC,2BAAY,IACX,SAAS,EAAC,wCAAwC,EAClD,KAAK,EAAE,iBAAiB,EACxB,UAAU,EAAE,aAAa,EACzB,OAAO,EAAE,OAAO,GAChB,CACH,CAAC,CAAC,CAAC,IAAI,IACJ,CACP,CAAC;AACJ,CAAC,CAAC,CAAC;AAEH,MAAM,4BAA4B,GAAG,CAAC,KAAa,EAAE,EAAE,CAAC,CAAC,IAAY,EAAE,EAAE,CAAC,IAAI,CAAC,GAAG,CAAC,IAAI,EAAE,KAAK,GAAG,CAAC,CAAC,CAAC;AACpG,MAAM,8BAA8B,GAAG,CAAC,KAAa,EAAE,EAAE,CAAC,CAAC,IAAY,EAAE,EAAE,CAAC,IAAI,CAAC,GAAG,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC"}
1
+ {"version":3,"file":"HeaderSubMenu.js","sourceRoot":"","sources":["../../../src/components/Header/HeaderSubMenu.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,uDAAwE;AAExE,qDAAkD;AAGlD,gFAA6E;AAC7E,iDAA8C;AAC9C,2DAAwD;AAO3C,QAAA,aAAa,GAAG,IAAA,aAAG,EAAqB,CAAC,EAAE,QAAQ,GAAG,EAAE,EAAE,OAAO,EAAE,EAAE,EAAE;IAClF,MAAM,MAAM,GAAG,IAAA,qBAAS,GAAE,CAAC;IAE3B,MAAM,aAAa,GAAG,IAAA,qCAAiB,EAAC,MAAM,CAAC,CAAC,QAAQ,CAAC,CAAC;IAE1D,MAAM,CAAC,iBAAiB,EAAE,oBAAoB,CAAC,GAAG,IAAA,gBAAQ,EAAC,QAAQ,CAAC,MAAM,CAAC,CAAC;IAE5E,MAAM,iBAAiB,GAAG,QAAQ,CAAC,KAAK,CAAC,iBAAiB,CAAC,CAAC;IAE5D,MAAM,eAAe,GAAG,IAAA,cAAM,EAAwB,IAAI,CAAC,CAAC;IAC5D,MAAM,eAAe,GAAgC,EAAE,OAAO,EAAE,eAAe,EAAE,CAAC;IAClF,MAAM,0BAA0B,GAAG,IAAA,eAAO,EACxC,GAAG,EAAE,CACH,QAAQ,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,EAAE,CAAC,CAAC,cAAuB,EAAE,EAAE;QACrD,oBAAoB,CAClB,cAAc;YACZ,CAAC,CAAC,4BAA4B,CAAC,KAAK,CAAC;YACrC,CAAC,CAAC,8BAA8B,CAAC,KAAK,CAAC,CAC1C,CAAC;IACJ,CAAC,CAAC,EACJ,CAAC,QAAQ,CAAC,CACX,CAAC;IAEF,OAAO,CACL,iCAAK,SAAS,EAAC,eAAe,aAC5B,gCAAK,GAAG,EAAE,eAAe,EAAE,SAAS,EAAC,8CAA8C,YAChF,QAAQ,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,CACtB,uBAAC,qCAAiB,IAEhB,SAAS,EAAE,QAAQ,iBAAiB,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,EAAE,EAAE,EACjE,MAAM,EAAE,CAAC,KAAK,aAAa,EAC3B,OAAO,EAAE,OAAO,EAChB,eAAe,EAAE,eAAe,EAChC,kBAAkB,EAAE,0BAA0B,CAAC,CAAC,CAAC,KAC7C,CAAC,IANA,MAAM,CAAC,CAAC,CAAC,CAOd,CACH,CAAC,GACE,EACL,iBAAiB,CAAC,MAAM,CAAC,CAAC,CAAC,CAC1B,uBAAC,2BAAY,IACX,SAAS,EAAC,wCAAwC,EAClD,KAAK,EAAE,iBAAiB,EACxB,UAAU,EAAE,aAAa,EACzB,OAAO,EAAE,OAAO,GAChB,CACH,CAAC,CAAC,CAAC,IAAI,IACJ,CACP,CAAC;AACJ,CAAC,CAAC,CAAC;AAEH,MAAM,4BAA4B,GAAG,CAAC,KAAa,EAAE,EAAE,CAAC,CAAC,IAAY,EAAE,EAAE,CAAC,IAAI,CAAC,GAAG,CAAC,IAAI,EAAE,KAAK,GAAG,CAAC,CAAC,CAAC;AACpG,MAAM,8BAA8B,GAAG,CAAC,KAAa,EAAE,EAAE,CAAC,CAAC,IAAY,EAAE,EAAE,CAAC,IAAI,CAAC,GAAG,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC"}
@@ -1,10 +1,11 @@
1
+ import { type IntersectionObserverOptions } from '../../hooks/useIntersectionObserver';
1
2
  import type { BgColorVersion } from '../../model/BgColorVersion';
2
3
  import type { LinkProps } from '../../model/LinkProps';
3
4
  export interface HeaderSubMenuItemProps extends LinkProps {
4
5
  className?: string;
5
6
  active?: boolean;
6
7
  bgColor?: BgColorVersion;
7
- observerOptions?: IntersectionObserverInit;
8
+ observerOptions?: IntersectionObserverOptions;
8
9
  onVisibilityChange?: (isIntersecting: boolean) => void;
9
10
  }
10
11
  export declare const HeaderSubMenuItem: import("@redneckz/uni-jsx").UNIComponent<HeaderSubMenuItemProps, any, any>;
@@ -1 +1 @@
1
- {"version":3,"file":"HeaderSubMenuItem.js","sourceRoot":"","sources":["../../../src/components/Header/HeaderSubMenuItem.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,uDAA0D;AAC1D,iFAA8E;AAG9E,mEAAgE;AAUnD,QAAA,iBAAiB,GAAG,IAAA,aAAG,EAClC,CAAC,EAAE,SAAS,EAAE,MAAM,EAAE,OAAO,EAAE,eAAe,EAAE,kBAAkB,EAAE,QAAQ,EAAE,GAAG,SAAS,EAAE,EAAE,EAAE;IAC9F,MAAM,gBAAgB,GAAG,IAAA,mBAAW,EAClC,CAAC,OAAoC,EAAE,EAAE;QACvC,IAAI,CAAC,OAAO,CAAC,MAAM,IAAI,CAAC,kBAAkB,EAAE;YAC1C,OAAO;SACR;QAED,2CAA2C;QAC3C,MAAM,KAAK,GAAG,OAAO,CAAC,OAAO,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC;QAE1C,kBAAkB,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC;IAC3C,CAAC,EACD,CAAC,kBAAkB,CAAC,CACrB,CAAC;IACF,MAAM,GAAG,GAAG,IAAA,iDAAuB,EAAkB,gBAAgB,EAAE,eAAe,CAAC,CAAC;IAExF,OAAO,CACL,iCAAM,GAAG,EAAE,GAAG,YACZ,uBAAC,uBAAU,IAAC,SAAS,EAAE,SAAS,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,KAAM,SAAS,YAC9E,QAAQ,GACE,GACR,CACR,CAAC;AACJ,CAAC,CACF,CAAC"}
1
+ {"version":3,"file":"HeaderSubMenuItem.js","sourceRoot":"","sources":["../../../src/components/Header/HeaderSubMenuItem.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,uDAA0D;AAC1D,iFAG6C;AAG7C,mEAAgE;AAUnD,QAAA,iBAAiB,GAAG,IAAA,aAAG,EAClC,CAAC,EAAE,SAAS,EAAE,MAAM,EAAE,OAAO,EAAE,eAAe,EAAE,kBAAkB,EAAE,QAAQ,EAAE,GAAG,SAAS,EAAE,EAAE,EAAE;IAC9F,MAAM,gBAAgB,GAAG,IAAA,mBAAW,EAClC,CAAC,OAAoC,EAAE,EAAE;QACvC,IAAI,CAAC,OAAO,CAAC,MAAM,IAAI,CAAC,kBAAkB,EAAE;YAC1C,OAAO;SACR;QAED,2CAA2C;QAC3C,MAAM,KAAK,GAAG,OAAO,CAAC,OAAO,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC;QAE1C,kBAAkB,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC;IAC3C,CAAC,EACD,CAAC,kBAAkB,CAAC,CACrB,CAAC;IACF,MAAM,GAAG,GAAG,IAAA,iDAAuB,EAAkB,gBAAgB,EAAE,eAAe,CAAC,CAAC;IAExF,OAAO,CACL,iCAAM,GAAG,EAAE,GAAG,YACZ,uBAAC,uBAAU,IAAC,SAAS,EAAE,SAAS,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,KAAM,SAAS,YAC9E,QAAQ,GACE,GACR,CACR,CAAC;AACJ,CAAC,CACF,CAAC"}
@@ -0,0 +1,6 @@
1
+ import type { UniBlockProps } from '../../model/JSXBlock';
2
+ import type { ImgBlockContent } from './ImgBlockContent';
3
+ interface ImgBlockProps extends ImgBlockContent, UniBlockProps {
4
+ }
5
+ export declare const ImgBlock: import("@redneckz/uni-jsx").UNIComponent<ImgBlockProps, any, any>;
6
+ export {};
@@ -0,0 +1,11 @@
1
+ Object.defineProperty(exports, "__esModule", { value: true });
2
+ exports.ImgBlock = void 0;
3
+ const jsx_runtime_1 = require("@redneckz/uni-jsx/jsx-runtime");
4
+ const uni_jsx_1 = require("@redneckz/uni-jsx");
5
+ const BlockWrapper_1 = require("../../ui-kit/BlockWrapper");
6
+ const Img_1 = require("../../ui-kit/Img/Img");
7
+ exports.ImgBlock = (0, uni_jsx_1.JSX)((props) => {
8
+ const { className, image, ...rest } = props;
9
+ return ((0, jsx_runtime_1.jsx)(BlockWrapper_1.BlockWrapper, { className: className, ...rest, children: (0, jsx_runtime_1.jsx)(Img_1.Img, { image: image }) }));
10
+ });
11
+ //# sourceMappingURL=ImgBlock.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ImgBlock.js","sourceRoot":"","sources":["../../../src/components/ImgBlock/ImgBlock.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAExC,4DAAyD;AACzD,8CAA2C;AAK9B,QAAA,QAAQ,GAAG,IAAA,aAAG,EAAgB,CAAC,KAAK,EAAE,EAAE;IACnD,MAAM,EAAE,SAAS,EAAE,KAAK,EAAE,GAAG,IAAI,EAAE,GAAG,KAAK,CAAC;IAE5C,OAAO,CACL,uBAAC,2BAAY,IAAC,SAAS,EAAE,SAAS,KAAM,IAAI,YAC1C,uBAAC,SAAG,IAAC,KAAK,EAAE,KAAK,GAAI,GACR,CAChB,CAAC;AACJ,CAAC,CAAC,CAAC"}
@@ -0,0 +1,7 @@
1
+ import type { Picture } from '../../model/Picture';
2
+ /**
3
+ * @title Картинка
4
+ */
5
+ export interface ImgBlockContent {
6
+ image?: Picture;
7
+ }
@@ -1,2 +1,2 @@
1
1
  Object.defineProperty(exports, "__esModule", { value: true });
2
- //# sourceMappingURL=InvestmentGalleryContent.js.map
2
+ //# sourceMappingURL=ImgBlockContent.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ImgBlockContent.js","sourceRoot":"","sources":["../../../src/components/ImgBlock/ImgBlockContent.ts"],"names":[],"mappings":""}