@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
@@ -6,19 +6,13 @@ const hooks_1 = require("@redneckz/uni-jsx/lib/hooks");
6
6
  const EventBus_1 = require("../EventBus/EventBus");
7
7
  const useIntersectionObserver_1 = require("../hooks/useIntersectionObserver");
8
8
  const changeHashOnObserve_1 = require("../utils/changeHashOnObserve");
9
- const THRESHOLD_ACCURACY = 100; // Decimals number (100 is for two decimals number, 0.**)
10
- const THRESHOLD_ARRAY_LENGTH = 18;
11
- const THRESHOLD_ARRAY_START_VALUE = (THRESHOLD_ACCURACY - THRESHOLD_ARRAY_LENGTH) / THRESHOLD_ACCURACY;
12
- const OBSERVER_OPTIONS = {
13
- threshold: new Array(THRESHOLD_ARRAY_LENGTH).fill(0).map(getIntersectionThreshold),
14
- };
15
9
  exports.BlockWrapper = (0, uni_jsx_1.JSX)(({ className, block, tag = 'section', role, children }) => {
16
10
  const Tag = tag;
17
11
  const { anchor, labels } = block || {};
18
12
  const [isVisible, setVisible] = (0, hooks_1.useState)(true);
19
13
  const anchorClickRef = (0, hooks_1.useRef)({});
20
14
  const observerCallback = (0, hooks_1.useMemo)(() => (0, changeHashOnObserve_1.changeHashOnObserve)({ anchor, anchorClickRef }), [anchor]);
21
- const ref = (0, useIntersectionObserver_1.useIntersectionObserver)(observerCallback, OBSERVER_OPTIONS);
15
+ const ref = (0, useIntersectionObserver_1.useIntersectionObserver)(observerCallback, { sensitivity: 1 });
22
16
  (0, hooks_1.useEffect)(() => EventBus_1.EventBus.inst.subscribe('anchorClick', (e) => {
23
17
  setVisible(true);
24
18
  anchorClickRef.current = e;
@@ -35,10 +29,6 @@ exports.BlockWrapper = (0, uni_jsx_1.JSX)(({ className, block, tag = 'section',
35
29
  }), []);
36
30
  return isVisible ? ((0, jsx_runtime_1.jsx)(Tag, { className: className, role: role, ...(anchor ? { id: anchor, ref } : {}), children: children })) : null;
37
31
  });
38
- function getIntersectionThreshold(_, i) {
39
- const value = (i + 1) / THRESHOLD_ACCURACY + THRESHOLD_ARRAY_START_VALUE;
40
- return Math.round(value * THRESHOLD_ACCURACY) / THRESHOLD_ACCURACY;
41
- }
42
32
  function changeHash(label) {
43
33
  if (label) {
44
34
  globalThis.document.location.hash = label;
@@ -1 +1 @@
1
- {"version":3,"file":"BlockWrapper.js","sourceRoot":"","sources":["../../src/ui-kit/BlockWrapper.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"BlockWrapper.js","sourceRoot":"","sources":["../../src/ui-kit/BlockWrapper.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,uDAAmF;AAEnF,mDAAgD;AAChD,8EAA2E;AAE3E,sEAAmE;AAOtD,QAAA,YAAY,GAAG,IAAA,aAAG,EAC7B,CAAC,EAAE,SAAS,EAAE,KAAK,EAAE,GAAG,GAAG,SAAS,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE,EAAE;IACxD,MAAM,GAAG,GAAQ,GAAG,CAAC;IAErB,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,GAAG,KAAK,IAAI,EAAE,CAAC;IAEvC,MAAM,CAAC,SAAS,EAAE,UAAU,CAAC,GAAG,IAAA,gBAAQ,EAAC,IAAI,CAAC,CAAC;IAC/C,MAAM,cAAc,GAAG,IAAA,cAAM,EAA4B,EAAE,CAAC,CAAC;IAE7D,MAAM,gBAAgB,GAAG,IAAA,eAAO,EAC9B,GAAG,EAAE,CAAC,IAAA,yCAAmB,EAAC,EAAE,MAAM,EAAE,cAAc,EAAE,CAAC,EACrD,CAAC,MAAM,CAAC,CACT,CAAC;IACF,MAAM,GAAG,GAAG,IAAA,iDAAuB,EAAC,gBAAgB,EAAE,EAAE,WAAW,EAAE,CAAC,EAAE,CAAC,CAAC;IAE1E,IAAA,iBAAS,EACP,GAAG,EAAE,CACH,mBAAQ,CAAC,IAAI,CAAC,SAAS,CAAC,aAAa,EAAE,CAAC,CAAC,EAAE,EAAE;QAC3C,UAAU,CAAC,IAAI,CAAC,CAAC;QACjB,cAAc,CAAC,OAAO,GAAG,CAAC,CAAC;IAC7B,CAAC,CAAC,EACJ,EAAE,CACH,CAAC;IACF,IAAA,iBAAS,EACP,GAAG,EAAE,CACH,mBAAQ,CAAC,IAAI,CAAC,SAAS,CAAC,KAAK,EAAE,CAAC,KAAK,EAAE,EAAE;QACvC,IAAI,KAAK,CAAC,IAAI,KAAK,OAAO,EAAE;YAC1B,MAAM,WAAW,GAAG,MAAM,EAAE,MAAM,IAAI,KAAK,EAAE,MAAM,CAAC;YACpD,UAAU,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,WAAW,IAAI,OAAO,CAAC,MAAM,EAAE,QAAQ,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC;SACzF;aAAM;YACL,UAAU,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC;YACxB,UAAU,CAAC,IAAI,CAAC,CAAC;SAClB;IACH,CAAC,CAAC,EACJ,EAAE,CACH,CAAC;IAEF,OAAO,SAAS,CAAC,CAAC,CAAC,CACjB,uBAAC,GAAG,IAAC,SAAS,EAAE,SAAS,EAAE,IAAI,EAAE,IAAI,KAAM,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,EAAE,EAAE,MAAM,EAAE,GAAG,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,YAC3E,QAAQ,GACL,CACP,CAAC,CAAC,CAAC,IAAI,CAAC;AACX,CAAC,CACF,CAAC;AAEF,SAAS,UAAU,CAAC,KAAc;IAChC,IAAI,KAAK,EAAE;QACT,UAAU,CAAC,QAAQ,CAAC,QAAQ,CAAC,IAAI,GAAG,KAAK,CAAC;KAC3C;AACH,CAAC"}
@@ -1,2 +1,4 @@
1
1
  import type { ButtonProps } from './ButtonProps';
2
2
  export declare const ArrowButton: import("@redneckz/uni-jsx").UNIComponent<ButtonProps, any, any>;
3
+ export declare const ScrollLeftButton: import("@redneckz/uni-jsx").UNIComponent<ButtonProps, any, any>;
4
+ export declare const ScrollRightButton: import("@redneckz/uni-jsx").UNIComponent<ButtonProps, any, any>;
@@ -1,5 +1,5 @@
1
1
  Object.defineProperty(exports, "__esModule", { value: true });
2
- exports.ArrowButton = void 0;
2
+ exports.ScrollRightButton = exports.ScrollLeftButton = exports.ArrowButton = void 0;
3
3
  const jsx_runtime_1 = require("@redneckz/uni-jsx/jsx-runtime");
4
4
  const uni_jsx_1 = require("@redneckz/uni-jsx");
5
5
  const Img_1 = require("../Img/Img");
@@ -7,4 +7,6 @@ const Button_1 = require("./Button");
7
7
  exports.ArrowButton = (0, uni_jsx_1.JSX)(({ className, disabled, ...rest }) => ((0, jsx_runtime_1.jsx)(Button_1.Button, { rounded: true, className: `group shadow-[0_4px_25px_rgba(0,0,0,0.07)] w-12 h-12 min-h-12 max-h-12 flex items-center justify-center ${disabled
8
8
  ? 'bg-secondary-light text-secondary-text'
9
9
  : 'bg-white text-primary-text hover:text-primary-main'} ${className || ''}`, disabled: disabled, ...rest, children: (0, jsx_runtime_1.jsx)(Img_1.Img, { className: "w-4 h-4 min-w-4 min-h-4 rounded-full box-border", image: { icon: 'ArrowLeftIcon', iconVersion: 'black' }, imageClassName: "group-hover:text-primary-main", width: "16", height: "16", asSVG: true }) })));
10
+ exports.ScrollLeftButton = (0, uni_jsx_1.JSX)((props) => ((0, jsx_runtime_1.jsx)(exports.ArrowButton, { ...props, ariaLabel: "\u041F\u0440\u043E\u043B\u0438\u0441\u0442\u0430\u0442\u044C \u0432\u043B\u0435\u0432\u043E", "data-block-control": "scroll-left" })));
11
+ exports.ScrollRightButton = (0, uni_jsx_1.JSX)((props) => ((0, jsx_runtime_1.jsx)(exports.ArrowButton, { ...props, className: `${props.className || ''} rotate-180`, ariaLabel: "\u041F\u0440\u043E\u043B\u0438\u0441\u0442\u0430\u0442\u044C \u0432\u043F\u0440\u0430\u0432\u043E", "data-block-control": "scroll-right" })));
10
12
  //# sourceMappingURL=ArrowButton.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ArrowButton.js","sourceRoot":"","sources":["../../../src/ui-kit/Button/ArrowButton.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,oCAAiC;AACjC,qCAAkC;AAGrB,QAAA,WAAW,GAAG,IAAA,aAAG,EAAc,CAAC,EAAE,SAAS,EAAE,QAAQ,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,CAAC,CAChF,uBAAC,eAAM,IACL,OAAO,QACP,SAAS,EAAE,2GACT,QAAQ;QACN,CAAC,CAAC,wCAAwC;QAC1C,CAAC,CAAC,oDACN,IAAI,SAAS,IAAI,EAAE,EAAE,EACrB,QAAQ,EAAE,QAAQ,KACd,IAAI,YAER,uBAAC,SAAG,IACF,SAAS,EAAC,iDAAiD,EAC3D,KAAK,EAAE,EAAE,IAAI,EAAE,eAAe,EAAE,WAAW,EAAE,OAAO,EAAE,EACtD,cAAc,EAAC,+BAA+B,EAC9C,KAAK,EAAC,IAAI,EACV,MAAM,EAAC,IAAI,EACX,KAAK,SACL,GACK,CACV,CAAC,CAAC"}
1
+ {"version":3,"file":"ArrowButton.js","sourceRoot":"","sources":["../../../src/ui-kit/Button/ArrowButton.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,oCAAiC;AACjC,qCAAkC;AAGrB,QAAA,WAAW,GAAG,IAAA,aAAG,EAAc,CAAC,EAAE,SAAS,EAAE,QAAQ,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,CAAC,CAChF,uBAAC,eAAM,IACL,OAAO,QACP,SAAS,EAAE,2GACT,QAAQ;QACN,CAAC,CAAC,wCAAwC;QAC1C,CAAC,CAAC,oDACN,IAAI,SAAS,IAAI,EAAE,EAAE,EACrB,QAAQ,EAAE,QAAQ,KACd,IAAI,YAER,uBAAC,SAAG,IACF,SAAS,EAAC,iDAAiD,EAC3D,KAAK,EAAE,EAAE,IAAI,EAAE,eAAe,EAAE,WAAW,EAAE,OAAO,EAAE,EACtD,cAAc,EAAC,+BAA+B,EAC9C,KAAK,EAAC,IAAI,EACV,MAAM,EAAC,IAAI,EACX,KAAK,SACL,GACK,CACV,CAAC,CAAC;AAEU,QAAA,gBAAgB,GAAG,IAAA,aAAG,EAAc,CAAC,KAAK,EAAE,EAAE,CAAC,CAC1D,uBAAC,mBAAW,OAAK,KAAK,EAAE,SAAS,EAAC,6FAAkB,wBAAoB,aAAa,GAAG,CACzF,CAAC,CAAC;AAEU,QAAA,iBAAiB,GAAG,IAAA,aAAG,EAAc,CAAC,KAAK,EAAE,EAAE,CAAC,CAC3D,uBAAC,mBAAW,OACN,KAAK,EACT,SAAS,EAAE,GAAG,KAAK,CAAC,SAAS,IAAI,EAAE,aAAa,EAChD,SAAS,EAAC,mGAAmB,wBACV,cAAc,GACjC,CACH,CAAC,CAAC"}
@@ -12,6 +12,6 @@ exports.FoldableSection = (0, uni_jsx_1.JSX)(({ className = '', isUnfolded, chil
12
12
  : '';
13
13
  }
14
14
  }, [isUnfolded, children?.length]);
15
- return ((0, jsx_runtime_1.jsx)("div", { ref: containerRef, className: `transition-max-h duration-300 overflow-hidden max-h-0 ${className}`, children: children }));
15
+ return ((0, jsx_runtime_1.jsx)("div", { ref: containerRef, className: `transition-max-h duration-300 overflow-hidden ${containerRef.current || !isUnfolded ? 'max-h-0' : ''} ${className}`, children: children }));
16
16
  });
17
17
  //# sourceMappingURL=FoldableSection.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"FoldableSection.js","sourceRoot":"","sources":["../../../src/ui-kit/Foldable/FoldableSection.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,uDAAgE;AAOnD,QAAA,eAAe,GAAG,IAAA,aAAG,EAChC,CAAC,EAAE,SAAS,GAAG,EAAE,EAAE,UAAU,EAAE,QAAQ,EAAE,EAAE,EAAE;IAC3C,MAAM,YAAY,GAAG,IAAA,cAAM,EAAwB,IAAI,CAAC,CAAC;IAEzD,IAAA,iBAAS,EAAC,GAAG,EAAE;QACb,IAAI,YAAY,CAAC,OAAO,EAAE;YACxB,YAAY,CAAC,OAAO,CAAC,KAAK,CAAC,SAAS,GAAG,UAAU;gBAC/C,CAAC,CAAC,GAAG,YAAY,CAAC,OAAO,CAAC,YAAY,IAAI;gBAC1C,CAAC,CAAC,EAAE,CAAC;SACR;IACH,CAAC,EAAE,CAAC,UAAU,EAAE,QAAQ,EAAE,MAAM,CAAC,CAAC,CAAC;IAEnC,OAAO,CACL,gCACE,GAAG,EAAE,YAAY,EACjB,SAAS,EAAE,yDAAyD,SAAS,EAAE,YAE9E,QAAQ,GACL,CACP,CAAC;AACJ,CAAC,CACF,CAAC"}
1
+ {"version":3,"file":"FoldableSection.js","sourceRoot":"","sources":["../../../src/ui-kit/Foldable/FoldableSection.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,uDAAgE;AAOnD,QAAA,eAAe,GAAG,IAAA,aAAG,EAChC,CAAC,EAAE,SAAS,GAAG,EAAE,EAAE,UAAU,EAAE,QAAQ,EAAE,EAAE,EAAE;IAC3C,MAAM,YAAY,GAAG,IAAA,cAAM,EAAwB,IAAI,CAAC,CAAC;IAEzD,IAAA,iBAAS,EAAC,GAAG,EAAE;QACb,IAAI,YAAY,CAAC,OAAO,EAAE;YACxB,YAAY,CAAC,OAAO,CAAC,KAAK,CAAC,SAAS,GAAG,UAAU;gBAC/C,CAAC,CAAC,GAAG,YAAY,CAAC,OAAO,CAAC,YAAY,IAAI;gBAC1C,CAAC,CAAC,EAAE,CAAC;SACR;IACH,CAAC,EAAE,CAAC,UAAU,EAAE,QAAQ,EAAE,MAAM,CAAC,CAAC,CAAC;IAEnC,OAAO,CACL,gCACE,GAAG,EAAE,YAAY,EACjB,SAAS,EAAE,iDACT,YAAY,CAAC,OAAO,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EACpD,IAAI,SAAS,EAAE,YAEd,QAAQ,GACL,CACP,CAAC;AACJ,CAAC,CACF,CAAC"}
@@ -3,16 +3,17 @@ exports.InnerTable = void 0;
3
3
  const jsx_runtime_1 = require("@redneckz/uni-jsx/jsx-runtime");
4
4
  const uni_jsx_1 = require("@redneckz/uni-jsx");
5
5
  const hooks_1 = require("@redneckz/uni-jsx/lib/hooks");
6
- const useTariffsInnerTableData_1 = require("./useTariffsInnerTableData");
7
6
  const InnerTableBody_1 = require("./InnerTableBody");
8
7
  const InnerTableButton_1 = require("./InnerTableButton");
9
8
  const InnerTableHeader_1 = require("./InnerTableHeader");
9
+ const useTariffsInnerTableData_1 = require("./useTariffsInnerTableData");
10
10
  const EMPTY_DATA = 'Данных нет';
11
11
  exports.InnerTable = (0, uni_jsx_1.JSX)(({ dataUrl, pdfUrl, onClick }) => {
12
12
  const { tableData } = (0, useTariffsInnerTableData_1.useTariffsInnerTableData)(dataUrl);
13
13
  const [activeTabIndex, setActiveTabIndex] = (0, hooks_1.useState)(0);
14
+ const handleActiveTabIndex = (0, hooks_1.useCallback)((_) => setActiveTabIndex(_), []);
14
15
  const items = tableData?.[activeTabIndex]?.items ?? [];
15
16
  const currencies = tableData?.map((item) => item.currency ?? '');
16
- return tableData ? ((0, jsx_runtime_1.jsxs)("div", { className: "bg-white z-10", children: [(0, jsx_runtime_1.jsx)(InnerTableHeader_1.InnerTableHeader, { currencies: currencies, activeTabIndex: activeTabIndex, setActiveTabIndex: setActiveTabIndex, linkToPDF: pdfUrl }), (0, jsx_runtime_1.jsx)(InnerTableBody_1.InnerTableBody, { activeTabIndex: activeTabIndex, items: items }), (0, jsx_runtime_1.jsx)(InnerTableButton_1.TableInnerButton, { onClick: onClick, isOpen: true })] })) : ((0, jsx_runtime_1.jsxs)("div", { className: "my-5 text-h6 text-center", children: [(0, jsx_runtime_1.jsx)("p", { children: EMPTY_DATA }), (0, jsx_runtime_1.jsx)(InnerTableButton_1.TableInnerButton, { onClick: onClick, isOpen: true })] }));
17
+ return tableData ? ((0, jsx_runtime_1.jsxs)("div", { className: "bg-white z-10", children: [(0, jsx_runtime_1.jsx)(InnerTableHeader_1.InnerTableHeader, { currencies: currencies, activeTabIndex: activeTabIndex, setActiveTabIndex: handleActiveTabIndex, linkToPDF: pdfUrl }), (0, jsx_runtime_1.jsx)(InnerTableBody_1.InnerTableBody, { activeTabIndex: activeTabIndex, items: items }), (0, jsx_runtime_1.jsx)(InnerTableButton_1.TableInnerButton, { onClick: onClick, isOpen: true })] })) : ((0, jsx_runtime_1.jsxs)("div", { className: "my-5 text-h6 text-center", children: [(0, jsx_runtime_1.jsx)("p", { children: EMPTY_DATA }), (0, jsx_runtime_1.jsx)(InnerTableButton_1.TableInnerButton, { onClick: onClick, isOpen: true })] }));
17
18
  });
18
19
  //# sourceMappingURL=InnerTable.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"InnerTable.js","sourceRoot":"","sources":["../../../src/ui-kit/InnerTable/InnerTable.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,uDAAuD;AACvD,yEAAsE;AACtE,qDAAkD;AAClD,yDAAsD;AACtD,yDAAsD;AAOtD,MAAM,UAAU,GAAG,YAAY,CAAC;AAEnB,QAAA,UAAU,GAAG,IAAA,aAAG,EAAkB,CAAC,EAAE,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,EAAE,EAAE;IAC9E,MAAM,EAAE,SAAS,EAAE,GAAmB,IAAA,mDAAwB,EAAC,OAAO,CAAC,CAAC;IAExE,MAAM,CAAC,cAAc,EAAE,iBAAiB,CAAC,GAAG,IAAA,gBAAQ,EAAC,CAAC,CAAC,CAAC;IACxD,MAAM,KAAK,GAAG,SAAS,EAAE,CAAC,cAAc,CAAC,EAAE,KAAK,IAAI,EAAE,CAAC;IAEvD,MAAM,UAAU,GAAG,SAAS,EAAE,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,QAAQ,IAAI,EAAE,CAAC,CAAC;IAEjE,OAAO,SAAS,CAAC,CAAC,CAAC,CACjB,iCAAK,SAAS,EAAC,eAAe,aAC5B,uBAAC,mCAAgB,IACf,UAAU,EAAE,UAAU,EACtB,cAAc,EAAE,cAAc,EAC9B,iBAAiB,EAAE,iBAAiB,EACpC,SAAS,EAAE,MAAM,GACjB,EACF,uBAAC,+BAAc,IAAC,cAAc,EAAE,cAAc,EAAE,KAAK,EAAE,KAAK,GAAI,EAChE,uBAAC,mCAAgB,IAAC,OAAO,EAAE,OAAO,EAAE,MAAM,SAAG,IACzC,CACP,CAAC,CAAC,CAAC,CACF,iCAAK,SAAS,EAAC,0BAA0B,aACvC,wCAAI,UAAU,GAAK,EACnB,uBAAC,mCAAgB,IAAC,OAAO,EAAE,OAAO,EAAE,MAAM,SAAG,IACzC,CACP,CAAC;AACJ,CAAC,CAAC,CAAC"}
1
+ {"version":3,"file":"InnerTable.js","sourceRoot":"","sources":["../../../src/ui-kit/InnerTable/InnerTable.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,uDAAoE;AACpE,qDAAkD;AAClD,yDAAsD;AACtD,yDAAsD;AAEtD,yEAAsE;AAMtE,MAAM,UAAU,GAAG,YAAY,CAAC;AAEnB,QAAA,UAAU,GAAG,IAAA,aAAG,EAAkB,CAAC,EAAE,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,EAAE,EAAE;IAC9E,MAAM,EAAE,SAAS,EAAE,GAAmB,IAAA,mDAAwB,EAAC,OAAO,CAAC,CAAC;IACxE,MAAM,CAAC,cAAc,EAAE,iBAAiB,CAAC,GAAG,IAAA,gBAAQ,EAAC,CAAC,CAAC,CAAC;IACxD,MAAM,oBAAoB,GAAG,IAAA,mBAAW,EAAC,CAAC,CAAS,EAAE,EAAE,CAAC,iBAAiB,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC;IAClF,MAAM,KAAK,GAAG,SAAS,EAAE,CAAC,cAAc,CAAC,EAAE,KAAK,IAAI,EAAE,CAAC;IACvD,MAAM,UAAU,GAAG,SAAS,EAAE,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,QAAQ,IAAI,EAAE,CAAC,CAAC;IAEjE,OAAO,SAAS,CAAC,CAAC,CAAC,CACjB,iCAAK,SAAS,EAAC,eAAe,aAC5B,uBAAC,mCAAgB,IACf,UAAU,EAAE,UAAU,EACtB,cAAc,EAAE,cAAc,EAC9B,iBAAiB,EAAE,oBAAoB,EACvC,SAAS,EAAE,MAAM,GACjB,EACF,uBAAC,+BAAc,IAAC,cAAc,EAAE,cAAc,EAAE,KAAK,EAAE,KAAK,GAAI,EAChE,uBAAC,mCAAgB,IAAC,OAAO,EAAE,OAAO,EAAE,MAAM,SAAG,IACzC,CACP,CAAC,CAAC,CAAC,CACF,iCAAK,SAAS,EAAC,0BAA0B,aACvC,wCAAI,UAAU,GAAK,EACnB,uBAAC,mCAAgB,IAAC,OAAO,EAAE,OAAO,EAAE,MAAM,SAAG,IACzC,CACP,CAAC;AACJ,CAAC,CAAC,CAAC"}
@@ -7,12 +7,10 @@ const Img_1 = require("../Img/Img");
7
7
  const InnerTableBodyItem_1 = require("./InnerTableBodyItem");
8
8
  exports.InnerTableBody = (0, uni_jsx_1.JSX)(({ activeTabIndex, items }) => {
9
9
  const [hiddenTables, setHiddenTables] = (0, hooks_1.useState)({});
10
- const toggleTable = (key) => {
11
- setHiddenTables((oldState) => ({ ...oldState, [key]: !oldState[key] }));
12
- };
10
+ const toggleTables = (0, hooks_1.useCallback)((key) => setHiddenTables((oldState) => ({ ...oldState, [key]: !oldState[key] })), []);
13
11
  return ((0, jsx_runtime_1.jsx)("div", { children: items.map((_, tableIdx) => {
14
12
  const key = `activeTabIdx:${activeTabIndex}-tableIdx:${tableIdx}`;
15
- return ((0, jsx_runtime_1.jsxs)("div", { className: "w-full", children: [(0, jsx_runtime_1.jsxs)("div", { className: "flex p-4 bg-main-stroke text-xl-light text-center justify-center cursor-pointer relative", onClick: () => toggleTable(key), children: [_.title, (0, jsx_runtime_1.jsx)(Img_1.Img, { image: hiddenTables[key] ? 'PlusIcon' : 'MinusIcon', className: "absolute right-[22px]", width: "24", height: "24" })] }), (0, jsx_runtime_1.jsx)("div", { className: `w-full pl-2 overflow-hidden transition-height duration-500 ease-in-out ${hiddenTables[key] ? 'h-0' : ''}`, children: (0, jsx_runtime_1.jsx)("div", { className: "relative", children: (0, jsx_runtime_1.jsx)(InnerTableBodyItem_1.InnerTableBodyItem, { rows: _.rowsData }) }) })] }, key));
13
+ return ((0, jsx_runtime_1.jsxs)("div", { className: "w-full", children: [(0, jsx_runtime_1.jsxs)("div", { className: "flex p-4 bg-main-stroke text-xl-light text-center justify-center cursor-pointer relative", onClick: () => toggleTables(key), children: [_.title, (0, jsx_runtime_1.jsx)(Img_1.Img, { image: hiddenTables[key] ? 'PlusIcon' : 'MinusIcon', className: "absolute right-[22px]", width: "24", height: "24" })] }), (0, jsx_runtime_1.jsx)("div", { className: `w-full pl-2 overflow-hidden transition-height duration-500 ease-in-out ${hiddenTables[key] ? 'h-0' : ''}`, children: (0, jsx_runtime_1.jsx)("div", { className: "relative", children: (0, jsx_runtime_1.jsx)(InnerTableBodyItem_1.InnerTableBodyItem, { rows: _.rowsData }) }) })] }, key));
16
14
  }) }));
17
15
  });
18
16
  //# sourceMappingURL=InnerTableBody.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"InnerTableBody.js","sourceRoot":"","sources":["../../../src/ui-kit/InnerTable/InnerTableBody.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,uDAAuD;AACvD,oCAAiC;AACjC,6DAA0D;AAQ7C,QAAA,cAAc,GAAG,IAAA,aAAG,EAAsB,CAAC,EAAE,cAAc,EAAE,KAAK,EAAE,EAAE,EAAE;IACnF,MAAM,CAAC,YAAY,EAAE,eAAe,CAAC,GAAG,IAAA,gBAAQ,EAA0B,EAAE,CAAC,CAAC;IAE9E,MAAM,WAAW,GAAG,CAAC,GAAW,EAAE,EAAE;QAClC,eAAe,CAAC,CAAC,QAAQ,EAAE,EAAE,CAAC,CAAC,EAAE,GAAG,QAAQ,EAAE,CAAC,GAAG,CAAC,EAAE,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC,CAAC;IAC1E,CAAC,CAAC;IAEF,OAAO,CACL,0CACG,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,QAAQ,EAAE,EAAE;YACzB,MAAM,GAAG,GAAG,gBAAgB,cAAc,aAAa,QAAQ,EAAE,CAAC;YAElE,OAAO,CACL,iCAAe,SAAS,EAAC,QAAQ,aAC/B,iCACE,SAAS,EAAC,0FAA0F,EACpG,OAAO,EAAE,GAAG,EAAE,CAAC,WAAW,CAAC,GAAG,CAAC,aAE9B,CAAC,CAAC,KAAK,EACR,uBAAC,SAAG,IACF,KAAK,EAAE,YAAY,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,UAAU,CAAC,CAAC,CAAC,WAAW,EACnD,SAAS,EAAC,uBAAuB,EACjC,KAAK,EAAC,IAAI,EACV,MAAM,EAAC,IAAI,GACX,IACE,EACN,gCACE,SAAS,EAAE,0EACT,YAAY,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAC9B,EAAE,YAEF,gCAAK,SAAS,EAAC,UAAU,YACvB,uBAAC,uCAAkB,IAAC,IAAI,EAAE,CAAC,CAAC,QAAQ,GAAI,GACpC,GACF,KArBE,GAAG,CAsBP,CACP,CAAC;QACJ,CAAC,CAAC,GACE,CACP,CAAC;AACJ,CAAC,CAAC,CAAC"}
1
+ {"version":3,"file":"InnerTableBody.js","sourceRoot":"","sources":["../../../src/ui-kit/InnerTable/InnerTableBody.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,uDAAoE;AACpE,oCAAiC;AACjC,6DAA0D;AAQ7C,QAAA,cAAc,GAAG,IAAA,aAAG,EAAsB,CAAC,EAAE,cAAc,EAAE,KAAK,EAAE,EAAE,EAAE;IACnF,MAAM,CAAC,YAAY,EAAE,eAAe,CAAC,GAAG,IAAA,gBAAQ,EAA0B,EAAE,CAAC,CAAC;IAE9E,MAAM,YAAY,GAAG,IAAA,mBAAW,EAC9B,CAAC,GAAG,EAAE,EAAE,CAAC,eAAe,CAAC,CAAC,QAAQ,EAAE,EAAE,CAAC,CAAC,EAAE,GAAG,QAAQ,EAAE,CAAC,GAAG,CAAC,EAAE,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC,EAChF,EAAE,CACH,CAAC;IAEF,OAAO,CACL,0CACG,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,QAAQ,EAAE,EAAE;YACzB,MAAM,GAAG,GAAG,gBAAgB,cAAc,aAAa,QAAQ,EAAE,CAAC;YAElE,OAAO,CACL,iCAAe,SAAS,EAAC,QAAQ,aAC/B,iCACE,SAAS,EAAC,0FAA0F,EACpG,OAAO,EAAE,GAAG,EAAE,CAAC,YAAY,CAAC,GAAG,CAAC,aAE/B,CAAC,CAAC,KAAK,EACR,uBAAC,SAAG,IACF,KAAK,EAAE,YAAY,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,UAAU,CAAC,CAAC,CAAC,WAAW,EACnD,SAAS,EAAC,uBAAuB,EACjC,KAAK,EAAC,IAAI,EACV,MAAM,EAAC,IAAI,GACX,IACE,EACN,gCACE,SAAS,EAAE,0EACT,YAAY,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAC9B,EAAE,YAEF,gCAAK,SAAS,EAAC,UAAU,YACvB,uBAAC,uCAAkB,IAAC,IAAI,EAAE,CAAC,CAAC,QAAQ,GAAI,GACpC,GACF,KArBE,GAAG,CAsBP,CACP,CAAC;QACJ,CAAC,CAAC,GACE,CACP,CAAC;AACJ,CAAC,CAAC,CAAC"}
@@ -1,9 +1,2 @@
1
- import type { FontWeight, TextAlign, TextColor, TextSize } from '../Text/Text';
2
- interface ParagraphProps {
3
- size?: TextSize;
4
- color?: TextColor;
5
- align?: TextAlign;
6
- font?: FontWeight;
7
- }
1
+ import type { ParagraphProps } from './ParagraphProps';
8
2
  export declare const Paragraph: import("@redneckz/uni-jsx").UNIComponent<ParagraphProps, any, any>;
9
- export {};
@@ -1 +1 @@
1
- {"version":3,"file":"Paragraph.js","sourceRoot":"","sources":["../../../src/ui-kit/Paragraph/Paragraph.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAU3B,QAAA,SAAS,GAAG,IAAA,aAAG,EAAiB,CAAC,KAAK,EAAE,EAAE;IACrD,MAAM,EAAE,IAAI,GAAG,EAAE,EAAE,KAAK,GAAG,EAAE,EAAE,KAAK,GAAG,EAAE,EAAE,IAAI,GAAG,EAAE,EAAE,QAAQ,EAAE,GAAG,KAAK,CAAC;IAEzE,MAAM,WAAW,GAAG,aAAa,IAAI,IAAI,KAAK,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;IAElE,OAAO,8BAAG,SAAS,EAAE,WAAW,YAAG,QAAQ,GAAK,CAAC;AACnD,CAAC,CAAC,CAAC"}
1
+ {"version":3,"file":"Paragraph.js","sourceRoot":"","sources":["../../../src/ui-kit/Paragraph/Paragraph.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAG3B,QAAA,SAAS,GAAG,IAAA,aAAG,EAAiB,CAAC,KAAK,EAAE,EAAE;IACrD,MAAM,EAAE,IAAI,GAAG,EAAE,EAAE,KAAK,GAAG,EAAE,EAAE,KAAK,GAAG,EAAE,EAAE,IAAI,GAAG,EAAE,EAAE,QAAQ,EAAE,GAAG,KAAK,CAAC;IAEzE,MAAM,WAAW,GAAG,aAAa,IAAI,IAAI,KAAK,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;IAElE,OAAO,8BAAG,SAAS,EAAE,WAAW,YAAG,QAAQ,GAAK,CAAC;AACnD,CAAC,CAAC,CAAC"}
@@ -0,0 +1,7 @@
1
+ import type { FontWeight, TextAlign, TextColor, TextSize } from '../Text/TextProps';
2
+ export interface ParagraphProps {
3
+ size?: TextSize;
4
+ color?: TextColor;
5
+ align?: TextAlign;
6
+ font?: FontWeight;
7
+ }
@@ -0,0 +1,2 @@
1
+ Object.defineProperty(exports, "__esModule", { value: true });
2
+ //# sourceMappingURL=ParagraphProps.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ParagraphProps.js","sourceRoot":"","sources":["../../../src/ui-kit/Paragraph/ParagraphProps.ts"],"names":[],"mappings":""}
@@ -2,5 +2,5 @@ Object.defineProperty(exports, "__esModule", { value: true });
2
2
  exports.Radio = 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
- exports.Radio = (0, uni_jsx_1.JSX)(({ name, text, value, checked, onChange, className }) => ((0, jsx_runtime_1.jsx)("div", { className: className, children: (0, jsx_runtime_1.jsxs)("label", { className: "font-sans flex items-center relative cursor-pointer", children: [(0, jsx_runtime_1.jsx)("input", { className: "appearance-none flex justify-center items-center shrink-0 w-5 h-5 border border-gray hover:border-checkbox-hover\n checked:border-2 checked:!border-primary-main focus:checked:border-primary-main focus:border-primary-text active:border-primary-text\n after:block after:w-2.5 after:h-2.5 after:rounded-full checked:after:bg-primary-main outline-none rounded-full cursor-pointer", type: "radio", value: value, name: name, checked: checked, onChange: onChange }), text ? (0, jsx_runtime_1.jsx)("span", { className: "text-primary-text ml-3 cursor-pointer", children: text }) : null] }) })));
5
+ exports.Radio = (0, uni_jsx_1.JSX)(({ name, text, value, checked, onChange, className }) => ((0, jsx_runtime_1.jsx)("div", { className: className, children: (0, jsx_runtime_1.jsxs)("label", { className: "font-sans flex items-center relative cursor-pointer", children: [(0, jsx_runtime_1.jsx)("input", { className: "appearance-none flex justify-center items-center shrink-0 w-5 h-5 border border-gray hover:border-checkbox-hover\n checked:border-2 checked:!border-primary-main focus:checked:border-primary-main focus:border-primary-text active:border-primary-text\n after:block after:w-2.5 after:h-2.5 after:rounded-full checked:after:bg-primary-main outline-none rounded-full cursor-pointer", type: "radio", value: value, name: name, checked: checked, onChange: (_) => onChange(_.target.value) }), text ? (0, jsx_runtime_1.jsx)("span", { className: "text-primary-text ml-3 cursor-pointer", children: text }) : null] }) })));
6
6
  //# sourceMappingURL=Radio.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Radio.js","sourceRoot":"","sources":["../../../src/ui-kit/Radio/Radio.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAG3B,QAAA,KAAK,GAAG,IAAA,aAAG,EAAa,CAAC,EAAE,IAAI,EAAE,IAAI,EAAE,KAAK,EAAE,OAAO,EAAE,QAAQ,EAAE,SAAS,EAAE,EAAE,EAAE,CAAC,CAC5F,gCAAK,SAAS,EAAE,SAAS,YACvB,mCAAO,SAAS,EAAC,qDAAqD,aACpE,kCACE,SAAS,EAAC,uYAEoH,EAC9H,IAAI,EAAC,OAAO,EACZ,KAAK,EAAE,KAAK,EACZ,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,OAAO,EAChB,QAAQ,EAAE,QAAQ,GAClB,EACD,IAAI,CAAC,CAAC,CAAC,iCAAM,SAAS,EAAC,uCAAuC,YAAE,IAAI,GAAQ,CAAC,CAAC,CAAC,IAAI,IAC9E,GACJ,CACP,CAAC,CAAC"}
1
+ {"version":3,"file":"Radio.js","sourceRoot":"","sources":["../../../src/ui-kit/Radio/Radio.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAG3B,QAAA,KAAK,GAAG,IAAA,aAAG,EAAa,CAAC,EAAE,IAAI,EAAE,IAAI,EAAE,KAAK,EAAE,OAAO,EAAE,QAAQ,EAAE,SAAS,EAAE,EAAE,EAAE,CAAC,CAC5F,gCAAK,SAAS,EAAE,SAAS,YACvB,mCAAO,SAAS,EAAC,qDAAqD,aACpE,kCACE,SAAS,EAAC,uYAEoH,EAC9H,IAAI,EAAC,OAAO,EACZ,KAAK,EAAE,KAAK,EACZ,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,OAAO,EAChB,QAAQ,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,GACzC,EACD,IAAI,CAAC,CAAC,CAAC,iCAAM,SAAS,EAAC,uCAAuC,YAAE,IAAI,GAAQ,CAAC,CAAC,CAAC,IAAI,IAC9E,GACJ,CACP,CAAC,CAAC"}
@@ -1,9 +1,8 @@
1
- /// <reference types="react" />
2
1
  export interface RadioProps {
3
2
  name: string;
4
3
  text?: string;
5
4
  value: string;
6
5
  checked: boolean;
7
- onChange: (value: React.ChangeEvent<HTMLInputElement>) => void;
6
+ onChange: (value: string) => void;
8
7
  className?: string;
9
8
  }
@@ -1 +1 @@
1
- {"version":3,"file":"Select.js","sourceRoot":"","sources":["../../../src/ui-kit/Select/Select.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"Select.js","sourceRoot":"","sources":["../../../src/ui-kit/Select/Select.tsx"],"names":[],"mappings":"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"}
@@ -0,0 +1,19 @@
1
+ import type { SwipeContainerProps } from './SwipeListControlProps';
2
+ declare type ItemsVisibilityList = Array<IntersectionObserverEntry | undefined>;
3
+ declare type SwipeListItemWidthAuto = 0;
4
+ /**
5
+ * @title Список
6
+ */
7
+ interface SwipeListContainerProps extends SwipeContainerProps {
8
+ className?: string;
9
+ containerRef?: {
10
+ current: HTMLDivElement | null;
11
+ };
12
+ activeIndex?: number;
13
+ visibleItemCount?: SwipeListItemWidthAuto | 1 | 2 | 3;
14
+ snapAlign?: 'snap-start' | 'snap-center' | 'snap-end';
15
+ onVisibleItemsChange?: (itemsVisibilityList: ItemsVisibilityList) => void;
16
+ onVisibleIndicesChange?: (indices: number[]) => void;
17
+ }
18
+ export declare const SwipeListContainer: import("@redneckz/uni-jsx").UNIComponent<SwipeListContainerProps, any, any>;
19
+ export {};
@@ -0,0 +1,35 @@
1
+ Object.defineProperty(exports, "__esModule", { value: true });
2
+ exports.SwipeListContainer = void 0;
3
+ const jsx_runtime_1 = require("@redneckz/uni-jsx/jsx-runtime");
4
+ const uni_jsx_1 = require("@redneckz/uni-jsx");
5
+ const hooks_1 = require("@redneckz/uni-jsx/lib/hooks");
6
+ const mapChildren_1 = require("../../utils/mapChildren");
7
+ const SwipeListItem_1 = require("./SwipeListItem");
8
+ const childStyleMap = ['min-w-[100%]', 'min-w-[50%]', 'min-w-[33.33%]'];
9
+ exports.SwipeListContainer = (0, uni_jsx_1.JSX)(({ className = '', containerRef, activeIndex, visibleItemCount, gap = 0, padding = 0, snapAlign = 'snap-center', children, onVisibleItemsChange, onVisibleIndicesChange, }) => {
10
+ const observerOptions = {
11
+ sensitivity: 1,
12
+ rootRef: containerRef,
13
+ };
14
+ const itemsVisibilityListRef = (0, hooks_1.useRef)([]);
15
+ const handleIntersection = (0, hooks_1.useCallback)((idx, entry) => {
16
+ const itemsVisibilityList = [...(itemsVisibilityListRef.current || [])];
17
+ itemsVisibilityList[idx] = entry;
18
+ itemsVisibilityListRef.current = itemsVisibilityList;
19
+ onVisibleItemsChange && onVisibleItemsChange(itemsVisibilityList);
20
+ onVisibleIndicesChange && onVisibleIndicesChange(getVisibleIndices(itemsVisibilityList));
21
+ }, [onVisibleItemsChange, onVisibleIndicesChange]);
22
+ return ((0, jsx_runtime_1.jsx)("div", { className: `box-border overflow-auto flex horizontal-list no-scrollbar ${className}`, style: { ...getContainerStyle(padding), gap: `${gap}px` }, role: "list", ref: containerRef, children: (0, mapChildren_1.mapChildren)((child, idx) => ((0, jsx_runtime_1.jsx)(SwipeListItem_1.SwipeListItem, { className: `${snapAlign} ${visibleItemCount ? childStyleMap[visibleItemCount - 1] : ''}`, style: getContainerStyle(padding / 4), activeIndex: activeIndex, idx: idx, observerOptions: observerOptions, onIntersection: handleIntersection, children: child }, String(idx))))(children) }));
23
+ });
24
+ // Styles used to compensate outer container padding to get rid of clipping effect
25
+ const getContainerStyle = (padding) => ({
26
+ marginLeft: `${-padding}px`,
27
+ marginRight: `${-padding}px`,
28
+ paddingLeft: `${padding}px`,
29
+ paddingRight: `${padding}px`,
30
+ });
31
+ const getVisibleIndices = (itemsVisibilityList) => itemsVisibilityList
32
+ .map((_, i) => [_, i])
33
+ .filter(([_]) => _ && _.intersectionRatio >= 0.9)
34
+ .map(([, i]) => i);
35
+ //# sourceMappingURL=SwipeListContainer.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SwipeListContainer.js","sourceRoot":"","sources":["../../../src/ui-kit/SwipeListControl/SwipeListContainer.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,uDAAkE;AAElE,yDAAsD;AAEtD,mDAAgD;AAmBhD,MAAM,aAAa,GAAG,CAAC,cAAc,EAAE,aAAa,EAAE,gBAAgB,CAAC,CAAC;AAE3D,QAAA,kBAAkB,GAAG,IAAA,aAAG,EACnC,CAAC,EACC,SAAS,GAAG,EAAE,EACd,YAAY,EACZ,WAAW,EACX,gBAAgB,EAChB,GAAG,GAAG,CAAC,EACP,OAAO,GAAG,CAAC,EACX,SAAS,GAAG,aAAa,EACzB,QAAQ,EACR,oBAAoB,EACpB,sBAAsB,GACvB,EAAE,EAAE;IACH,MAAM,eAAe,GAAgC;QACnD,WAAW,EAAE,CAAC;QACd,OAAO,EAAE,YAAY;KACtB,CAAC;IAEF,MAAM,sBAAsB,GAAG,IAAA,cAAM,EAAsB,EAAE,CAAC,CAAC;IAC/D,MAAM,kBAAkB,GAAG,IAAA,mBAAW,EACpC,CAAC,GAAW,EAAE,KAAgC,EAAE,EAAE;QAChD,MAAM,mBAAmB,GAAG,CAAC,GAAG,CAAC,sBAAsB,CAAC,OAAO,IAAI,EAAE,CAAC,CAAC,CAAC;QACxE,mBAAmB,CAAC,GAAG,CAAC,GAAG,KAAK,CAAC;QACjC,sBAAsB,CAAC,OAAO,GAAG,mBAAmB,CAAC;QAErD,oBAAoB,IAAI,oBAAoB,CAAC,mBAAmB,CAAC,CAAC;QAClE,sBAAsB,IAAI,sBAAsB,CAAC,iBAAiB,CAAC,mBAAmB,CAAC,CAAC,CAAC;IAC3F,CAAC,EACD,CAAC,oBAAoB,EAAE,sBAAsB,CAAC,CAC/C,CAAC;IAEF,OAAO,CACL,gCACE,SAAS,EAAE,8DAA8D,SAAS,EAAE,EACpF,KAAK,EAAE,EAAE,GAAG,iBAAiB,CAAC,OAAO,CAAC,EAAE,GAAG,EAAE,GAAG,GAAG,IAAI,EAAE,EACzD,IAAI,EAAC,MAAM,EACX,GAAG,EAAE,YAAY,YAEhB,IAAA,yBAAW,EAAC,CAAC,KAAK,EAAE,GAAG,EAAE,EAAE,CAAC,CAC3B,uBAAC,6BAAa,IAEZ,SAAS,EAAE,GAAG,SAAS,IACrB,gBAAgB,CAAC,CAAC,CAAC,aAAa,CAAC,gBAAgB,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,EAC3D,EAAE,EACF,KAAK,EAAE,iBAAiB,CAAC,OAAO,GAAG,CAAC,CAAC,EACrC,WAAW,EAAE,WAAW,EACxB,GAAG,EAAE,GAAG,EACR,eAAe,EAAE,eAAe,EAChC,cAAc,EAAE,kBAAkB,YAEjC,KAAK,IAVD,MAAM,CAAC,GAAG,CAAC,CAWF,CACjB,CAAC,CAAC,QAAQ,CAAC,GACR,CACP,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,kFAAkF;AAClF,MAAM,iBAAiB,GAAG,CAAC,OAAe,EAA0B,EAAE,CAAC,CAAC;IACtE,UAAU,EAAE,GAAG,CAAC,OAAO,IAAI;IAC3B,WAAW,EAAE,GAAG,CAAC,OAAO,IAAI;IAC5B,WAAW,EAAE,GAAG,OAAO,IAAI;IAC3B,YAAY,EAAE,GAAG,OAAO,IAAI;CAC7B,CAAC,CAAC;AAEH,MAAM,iBAAiB,GAAG,CAAC,mBAAwC,EAAE,EAAE,CACrE,mBAAmB;KAChB,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,EAAmD,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;KACtE,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,IAAI,CAAC,CAAC,iBAAiB,IAAI,GAAG,CAAC;KAChD,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,CAAC"}
@@ -2,44 +2,23 @@ Object.defineProperty(exports, "__esModule", { value: true });
2
2
  exports.SwipeListControl = 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
- const constants_1 = require("./constants");
5
+ const SwipeListContainer_1 = require("./SwipeListContainer");
7
6
  const SwipeListControlDots_1 = require("./SwipeListControlDots");
8
- const SwipeListControlList_1 = require("./SwipeListControlList");
9
- const getIndexParts_1 = require("./utils/getIndexParts");
10
- const getScrollPoints_1 = require("./utils/getScrollPoints");
11
- exports.SwipeListControl = (0, uni_jsx_1.JSX)(({ className, gap = constants_1.DEFAULT_GAP, padding = constants_1.DEFAULT_PADDING, showDots = true, onSlideChange, children, }) => {
12
- const [activeIndex, setActiveIndex] = (0, hooks_1.useState)(0);
13
- const [indexFraction, setIndexFraction] = (0, hooks_1.useState)(0);
14
- const dotsProps = {
15
- activeIndex,
16
- indexFraction,
17
- showDots,
18
- children,
19
- };
20
- const handleScroll = (0, hooks_1.useCallback)((e) => {
21
- const { scrollLeft, clientWidth, childElementCount, scrollWidth, children: childrenCollection, } = e?.currentTarget;
22
- if (!childrenCollection[0]) {
23
- return;
24
- }
25
- // horizontal PADDING / 2 to compensate padding-margin combo of child container
26
- // without CSS calc function, as wrapper element gets bigger in the DOM, remaining same visually
27
- const itemWidth = childrenCollection[0].offsetWidth - padding / 2;
28
- const scrollPoints = (0, getScrollPoints_1.getScrollPoints)({
29
- gap,
30
- padding,
31
- clientWidth,
32
- scrollWidth,
33
- childElementCount,
34
- itemWidth,
35
- });
36
- const { index, fraction } = (0, getIndexParts_1.getIndexParts)(scrollLeft, scrollPoints);
37
- if (index !== activeIndex && onSlideChange) {
38
- onSlideChange();
39
- }
40
- setActiveIndex(index);
41
- setIndexFraction(fraction);
42
- }, [gap, padding, activeIndex, onSlideChange]);
43
- return ((0, jsx_runtime_1.jsxs)("div", { className: className, children: [(0, jsx_runtime_1.jsx)(SwipeListControlList_1.SwipeListControlList, { gap: gap, padding: padding, activeIndex: activeIndex, onScroll: handleScroll, children: children }), (0, jsx_runtime_1.jsx)(SwipeListControlDots_1.SwipeListControlDots, { ...dotsProps })] }));
7
+ const useSwipeListScroll_1 = require("./useSwipeListScroll");
8
+ const DEFAULT_GAP = 14;
9
+ /*
10
+ Horizontal padding used on a container above SwipeListControl.
11
+ Same value used on a SwipeListControlChildren container to compensate it
12
+ and get rid of a clipping effect caused by overflow: hidden.
13
+ */
14
+ const DEFAULT_PADDING = 16;
15
+ exports.SwipeListControl = (0, uni_jsx_1.JSX)(({ className, gap = DEFAULT_GAP, padding = DEFAULT_PADDING, showDots = true, children, onVisibleIndicesChange, }) => {
16
+ const itemCount = Array.isArray(children) ? children.length : 0;
17
+ const [containerRef, scroll] = (0, useSwipeListScroll_1.useSwipeListScroll)({
18
+ itemCount,
19
+ onVisibleIndicesChange,
20
+ });
21
+ const [activeIndex] = scroll.visibleIndicesRange;
22
+ return ((0, jsx_runtime_1.jsxs)("div", { className: className, children: [(0, jsx_runtime_1.jsx)(SwipeListContainer_1.SwipeListContainer, { containerRef: containerRef, activeIndex: activeIndex, visibleItemCount: 1, gap: gap, padding: padding, onVisibleIndicesChange: scroll.handleVisibleIndicesChange, children: children }), showDots ? ((0, jsx_runtime_1.jsx)(SwipeListControlDots_1.SwipeListControlDots, { containerRef: containerRef, activeIndex: activeIndex, dotCount: itemCount })) : null] }));
44
23
  });
45
24
  //# sourceMappingURL=SwipeListControl.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"SwipeListControl.js","sourceRoot":"","sources":["../../../src/ui-kit/SwipeListControl/SwipeListControl.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,uDAAoE;AACpE,2CAA2D;AAC3D,iEAA8D;AAC9D,iEAA8D;AAG9D,yDAAsD;AACtD,6DAA0D;AAE7C,QAAA,gBAAgB,GAAG,IAAA,aAAG,EACjC,CAAC,EACC,SAAS,EACT,GAAG,GAAG,uBAAW,EACjB,OAAO,GAAG,2BAAe,EACzB,QAAQ,GAAG,IAAI,EACf,aAAa,EACb,QAAQ,GACT,EAAE,EAAE;IACH,MAAM,CAAC,WAAW,EAAE,cAAc,CAAC,GAAG,IAAA,gBAAQ,EAAC,CAAC,CAAC,CAAC;IAClD,MAAM,CAAC,aAAa,EAAE,gBAAgB,CAAC,GAAG,IAAA,gBAAQ,EAAC,CAAC,CAAC,CAAC;IAEtD,MAAM,SAAS,GAAG;QAChB,WAAW;QACX,aAAa;QACb,QAAQ;QACR,QAAQ;KACT,CAAC;IAEF,MAAM,YAAY,GAA0C,IAAA,mBAAW,EACrE,CAAC,CAAC,EAAE,EAAE;QACJ,MAAM,EACJ,UAAU,EACV,WAAW,EACX,iBAAiB,EACjB,WAAW,EACX,QAAQ,EAAE,kBAAkB,GAC7B,GAAG,CAAC,EAAE,aAA4B,CAAC;QACpC,IAAI,CAAC,kBAAkB,CAAC,CAAC,CAAC,EAAE;YAC1B,OAAO;SACR;QAED,+EAA+E;QAC/E,gGAAgG;QAChG,MAAM,SAAS,GAAI,kBAAkB,CAAC,CAAC,CAAiB,CAAC,WAAW,GAAG,OAAO,GAAG,CAAC,CAAC;QACnF,MAAM,YAAY,GAAG,IAAA,iCAAe,EAAC;YACnC,GAAG;YACH,OAAO;YACP,WAAW;YACX,WAAW;YACX,iBAAiB;YACjB,SAAS;SACV,CAAC,CAAC;QAEH,MAAM,EAAE,KAAK,EAAE,QAAQ,EAAE,GAAG,IAAA,6BAAa,EAAC,UAAU,EAAE,YAAY,CAAC,CAAC;QACpE,IAAI,KAAK,KAAK,WAAW,IAAI,aAAa,EAAE;YAC1C,aAAa,EAAE,CAAC;SACjB;QACD,cAAc,CAAC,KAAK,CAAC,CAAC;QACtB,gBAAgB,CAAC,QAAQ,CAAC,CAAC;IAC7B,CAAC,EACD,CAAC,GAAG,EAAE,OAAO,EAAE,WAAW,EAAE,aAAa,CAAC,CAC3C,CAAC;IAEF,OAAO,CACL,iCAAK,SAAS,EAAE,SAAS,aACvB,uBAAC,2CAAoB,IACnB,GAAG,EAAE,GAAG,EACR,OAAO,EAAE,OAAO,EAChB,WAAW,EAAE,WAAW,EACxB,QAAQ,EAAE,YAAY,YAErB,QAAQ,GACY,EACvB,uBAAC,2CAAoB,OAAK,SAAS,GAAI,IACnC,CACP,CAAC;AACJ,CAAC,CACF,CAAC"}
1
+ {"version":3,"file":"SwipeListControl.js","sourceRoot":"","sources":["../../../src/ui-kit/SwipeListControl/SwipeListControl.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,6DAA0D;AAC1D,iEAA8D;AAE9D,6DAA0D;AAE1D,MAAM,WAAW,GAAG,EAAE,CAAC;AAEvB;;;;GAIG;AACH,MAAM,eAAe,GAAG,EAAE,CAAC;AAEd,QAAA,gBAAgB,GAAG,IAAA,aAAG,EACjC,CAAC,EACC,SAAS,EACT,GAAG,GAAG,WAAW,EACjB,OAAO,GAAG,eAAe,EACzB,QAAQ,GAAG,IAAI,EACf,QAAQ,EACR,sBAAsB,GACvB,EAAE,EAAE;IACH,MAAM,SAAS,GAAG,KAAK,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC;IAEhE,MAAM,CAAC,YAAY,EAAE,MAAM,CAAC,GAAG,IAAA,uCAAkB,EAAiB;QAChE,SAAS;QACT,sBAAsB;KACvB,CAAC,CAAC;IACH,MAAM,CAAC,WAAW,CAAC,GAAG,MAAM,CAAC,mBAAmB,CAAC;IAEjD,OAAO,CACL,iCAAK,SAAS,EAAE,SAAS,aACvB,uBAAC,uCAAkB,IACjB,YAAY,EAAE,YAAY,EAC1B,WAAW,EAAE,WAAW,EACxB,gBAAgB,EAAE,CAAC,EACnB,GAAG,EAAE,GAAG,EACR,OAAO,EAAE,OAAO,EAChB,sBAAsB,EAAE,MAAM,CAAC,0BAA0B,YAExD,QAAQ,GACU,EACpB,QAAQ,CAAC,CAAC,CAAC,CACV,uBAAC,2CAAoB,IACnB,YAAY,EAAE,YAAY,EAC1B,WAAW,EAAE,WAAW,EACxB,QAAQ,EAAE,SAAS,GACnB,CACH,CAAC,CAAC,CAAC,IAAI,IACJ,CACP,CAAC;AACJ,CAAC,CACF,CAAC"}
@@ -1,6 +1,9 @@
1
- export interface SwipeListControlDotsProps {
2
- activeIndex: number;
3
- indexFraction: number;
4
- showDots?: boolean;
1
+ interface SwipeListControlDotsProps {
2
+ containerRef?: {
3
+ current: HTMLDivElement | null;
4
+ };
5
+ activeIndex?: number;
6
+ dotCount?: number;
5
7
  }
6
8
  export declare const SwipeListControlDots: import("@redneckz/uni-jsx").UNIComponent<SwipeListControlDotsProps, any, any>;
9
+ export {};
@@ -2,33 +2,16 @@ Object.defineProperty(exports, "__esModule", { value: true });
2
2
  exports.SwipeListControlDots = void 0;
3
3
  const jsx_runtime_1 = require("@redneckz/uni-jsx/jsx-runtime");
4
4
  const uni_jsx_1 = require("@redneckz/uni-jsx");
5
- const hooks_1 = require("@redneckz/uni-jsx/lib/hooks");
6
- const DOT_STYLES = 'bg-primary-main opacity-30 w-1.5 h-1.5 min-w-1.5 min-h-1.5 rounded-full';
7
- const BASE_DOT_WIDTH = 6;
8
- const ACTIVE_DOT_WIDTH_CHANGE = 16;
9
- const BASE_DOT_OPACITY = 0.3;
10
- const ACTIVE_DOT_OPACITY_CHANGE = 0.7;
11
- exports.SwipeListControlDots = (0, uni_jsx_1.JSX)(({ children, activeIndex, indexFraction, showDots }) => {
12
- const handleClick = (0, hooks_1.useCallback)((idx) => (e) => {
13
- if (idx === activeIndex) {
14
- return;
5
+ const dotStyle = 'cursor-pointer bg-primary-main h-2 rounded-full transition-width duration-300';
6
+ exports.SwipeListControlDots = (0, uni_jsx_1.JSX)(({ containerRef, activeIndex, dotCount = 0 }) => {
7
+ const handleClick = (idx) => {
8
+ if (idx !== activeIndex && containerRef?.current) {
9
+ containerRef.current.children[idx]?.scrollIntoView({
10
+ behavior: 'smooth',
11
+ block: 'nearest',
12
+ });
15
13
  }
16
- const contentContainer = e.currentTarget.parentElement
17
- ?.previousElementSibling;
18
- contentContainer?.children[idx]?.scrollIntoView({ behavior: 'smooth', block: 'nearest' });
19
- }, [activeIndex]);
20
- return showDots && children ? ((0, jsx_runtime_1.jsx)("div", { className: "flex gap-2 mx-auto mt-5 w-fit", children: children.length && children.map ? (children.map((_, idx) => ((0, jsx_runtime_1.jsx)("div", { onClick: handleClick(idx), className: DOT_STYLES, style: getDotStyles(idx, activeIndex, indexFraction), "aria-hidden": true }, String(idx))))) : ((0, jsx_runtime_1.jsx)("div", { className: DOT_STYLES, style: createDotStyle(1) })) })) : null;
21
- });
22
- const getDotStyles = (currentIdx, activeIndex, indexFraction) => {
23
- if (currentIdx < activeIndex || currentIdx > activeIndex + 1) {
24
- return undefined;
25
- }
26
- const leftIndexMod = 1 - indexFraction;
27
- const rightIndexMod = indexFraction;
28
- return createDotStyle(currentIdx === activeIndex ? leftIndexMod : rightIndexMod);
29
- };
30
- const createDotStyle = (indexModifier) => ({
31
- opacity: `${BASE_DOT_OPACITY + ACTIVE_DOT_OPACITY_CHANGE * indexModifier}`,
32
- width: `${BASE_DOT_WIDTH + ACTIVE_DOT_WIDTH_CHANGE * indexModifier}px`,
14
+ };
15
+ return dotCount ? ((0, jsx_runtime_1.jsx)("div", { className: "flex gap-2 mx-auto mt-5 w-fit", children: new Array(dotCount).fill(null).map((_, idx) => ((0, jsx_runtime_1.jsx)("div", { className: `${dotStyle} ${idx === activeIndex ? 'w-6' : 'w-2 opacity-30'}`, role: "button", "aria-hidden": true, onClick: () => handleClick(idx) }, String(idx)))) })) : null;
33
16
  });
34
17
  //# sourceMappingURL=SwipeListControlDots.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"SwipeListControlDots.js","sourceRoot":"","sources":["../../../src/ui-kit/SwipeListControl/SwipeListControlDots.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,uDAA0D;AAE1D,MAAM,UAAU,GAAG,yEAAyE,CAAC;AAC7F,MAAM,cAAc,GAAG,CAAC,CAAC;AACzB,MAAM,uBAAuB,GAAG,EAAE,CAAC;AACnC,MAAM,gBAAgB,GAAG,GAAG,CAAC;AAC7B,MAAM,yBAAyB,GAAG,GAAG,CAAC;AAQzB,QAAA,oBAAoB,GAAG,IAAA,aAAG,EACrC,CAAC,EAAE,QAAQ,EAAE,WAAW,EAAE,aAAa,EAAE,QAAQ,EAAE,EAAE,EAAE;IACrD,MAAM,WAAW,GAAG,IAAA,mBAAW,EAC7B,CAAC,GAAW,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,EAAE;QACrB,IAAI,GAAG,KAAK,WAAW,EAAE;YACvB,OAAO;SACR;QAED,MAAM,gBAAgB,GAAI,CAAC,CAAC,aAA6B,CAAC,aAAa;YACrE,EAAE,sBAAsB,CAAC;QAE3B,gBAAgB,EAAE,QAAQ,CAAC,GAAG,CAAC,EAAE,cAAc,CAAC,EAAE,QAAQ,EAAE,QAAQ,EAAE,KAAK,EAAE,SAAS,EAAE,CAAC,CAAC;IAC5F,CAAC,EACD,CAAC,WAAW,CAAC,CACd,CAAC;IAEF,OAAO,QAAQ,IAAI,QAAQ,CAAC,CAAC,CAAC,CAC5B,gCAAK,SAAS,EAAC,+BAA+B,YAC3C,QAAQ,CAAC,MAAM,IAAI,QAAQ,CAAC,GAAG,CAAC,CAAC,CAAC,CACjC,QAAQ,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,GAAW,EAAE,EAAE,CAAC,CAC/B,gCAEE,OAAO,EAAE,WAAW,CAAC,GAAG,CAAC,EACzB,SAAS,EAAE,UAAU,EACrB,KAAK,EAAE,YAAY,CAAC,GAAG,EAAE,WAAW,EAAE,aAAa,CAAC,yBAH/C,MAAM,CAAC,GAAG,CAAC,CAKhB,CACH,CAAC,CACH,CAAC,CAAC,CAAC,CACF,gCAAK,SAAS,EAAE,UAAU,EAAE,KAAK,EAAE,cAAc,CAAC,CAAC,CAAC,GAAI,CACzD,GACG,CACP,CAAC,CAAC,CAAC,IAAI,CAAC;AACX,CAAC,CACF,CAAC;AAEF,MAAM,YAAY,GAAG,CACnB,UAAkB,EAClB,WAAmB,EACnB,aAAqB,EACe,EAAE;IACtC,IAAI,UAAU,GAAG,WAAW,IAAI,UAAU,GAAG,WAAW,GAAG,CAAC,EAAE;QAC5D,OAAO,SAAS,CAAC;KAClB;IAED,MAAM,YAAY,GAAG,CAAC,GAAG,aAAa,CAAC;IACvC,MAAM,aAAa,GAAG,aAAa,CAAC;IAEpC,OAAO,cAAc,CAAC,UAAU,KAAK,WAAW,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,CAAC,aAAa,CAAC,CAAC;AACnF,CAAC,CAAC;AAEF,MAAM,cAAc,GAAG,CAAC,aAAqB,EAA0B,EAAE,CAAC,CAAC;IACzE,OAAO,EAAE,GAAG,gBAAgB,GAAG,yBAAyB,GAAG,aAAa,EAAE;IAC1E,KAAK,EAAE,GAAG,cAAc,GAAG,uBAAuB,GAAG,aAAa,IAAI;CACvE,CAAC,CAAC"}
1
+ {"version":3,"file":"SwipeListControlDots.js","sourceRoot":"","sources":["../../../src/ui-kit/SwipeListControl/SwipeListControlDots.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAExC,MAAM,QAAQ,GAAG,+EAA+E,CAAC;AAQpF,QAAA,oBAAoB,GAAG,IAAA,aAAG,EACrC,CAAC,EAAE,YAAY,EAAE,WAAW,EAAE,QAAQ,GAAG,CAAC,EAAE,EAAE,EAAE;IAC9C,MAAM,WAAW,GAAG,CAAC,GAAW,EAAE,EAAE;QAClC,IAAI,GAAG,KAAK,WAAW,IAAI,YAAY,EAAE,OAAO,EAAE;YAChD,YAAY,CAAC,OAAO,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE,cAAc,CAAC;gBACjD,QAAQ,EAAE,QAAQ;gBAClB,KAAK,EAAE,SAAS;aACjB,CAAC,CAAC;SACJ;IACH,CAAC,CAAC;IAEF,OAAO,QAAQ,CAAC,CAAC,CAAC,CAChB,gCAAK,SAAS,EAAC,+BAA+B,YAC3C,IAAI,KAAK,CAAC,QAAQ,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,GAAW,EAAE,EAAE,CAAC,CACtD,gCAEE,SAAS,EAAE,GAAG,QAAQ,IAAI,GAAG,KAAK,WAAW,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,gBAAgB,EAAE,EAC1E,IAAI,EAAC,QAAQ,uBAEb,OAAO,EAAE,GAAG,EAAE,CAAC,WAAW,CAAC,GAAG,CAAC,IAJ1B,MAAM,CAAC,GAAG,CAAC,CAKhB,CACH,CAAC,GACE,CACP,CAAC,CAAC,CAAC,IAAI,CAAC;AACX,CAAC,CACF,CAAC"}
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @title Контейнер
3
3
  */
4
- export interface SwipeContainer {
4
+ export interface SwipeContainerProps {
5
5
  /** @title Расстояние между элементами */
6
6
  gap?: number;
7
7
  /** @title Отступы */
@@ -10,9 +10,9 @@ export interface SwipeContainer {
10
10
  /**
11
11
  * @title Swipe-контроллер
12
12
  */
13
- export interface SwipeListControlProps extends SwipeContainer {
13
+ export interface SwipeListControlProps extends SwipeContainerProps {
14
14
  className?: string;
15
15
  /** @title Точки-индикаторы */
16
16
  showDots?: boolean;
17
- onSlideChange?: () => void;
17
+ onVisibleIndicesChange?: (indices: number[]) => void;
18
18
  }
@@ -0,0 +1,14 @@
1
+ import { type IntersectionObserverOptions } from '../../hooks/useIntersectionObserver';
2
+ /**
3
+ * @title Элемент списка
4
+ */
5
+ interface SwipeListControlItemProps {
6
+ className?: string;
7
+ style?: Record<string, string>;
8
+ idx?: number;
9
+ activeIndex?: number;
10
+ observerOptions?: IntersectionObserverOptions;
11
+ onIntersection?: (idx: number, entry: IntersectionObserverEntry) => void;
12
+ }
13
+ export declare const SwipeListItem: import("@redneckz/uni-jsx").UNIComponent<SwipeListControlItemProps, any, any>;
14
+ export {};
@@ -0,0 +1,16 @@
1
+ Object.defineProperty(exports, "__esModule", { value: true });
2
+ exports.SwipeListItem = void 0;
3
+ const jsx_runtime_1 = require("@redneckz/uni-jsx/jsx-runtime");
4
+ const uni_jsx_1 = require("@redneckz/uni-jsx");
5
+ const hooks_1 = require("@redneckz/uni-jsx/lib/hooks");
6
+ const useIntersectionObserver_1 = require("../../hooks/useIntersectionObserver");
7
+ exports.SwipeListItem = (0, uni_jsx_1.JSX)(({ className = '', style, idx, activeIndex, observerOptions, children, onIntersection }) => {
8
+ const observerCallback = (0, hooks_1.useCallback)((entries) => {
9
+ if (entries.length && onIntersection) {
10
+ onIntersection(idx || 0, entries[entries.length - 1]);
11
+ }
12
+ }, [onIntersection, idx]);
13
+ const ref = (0, useIntersectionObserver_1.useIntersectionObserver)(observerCallback, observerOptions);
14
+ return ((0, jsx_runtime_1.jsx)("div", { className: `inline-block snap-always box-border ${className}`, style: style, role: "listitem", "aria-current": Boolean(idx === activeIndex), ref: ref, children: children }));
15
+ });
16
+ //# sourceMappingURL=SwipeListItem.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SwipeListItem.js","sourceRoot":"","sources":["../../../src/ui-kit/SwipeListControl/SwipeListItem.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,uDAA0D;AAC1D,iFAG6C;AAchC,QAAA,aAAa,GAAG,IAAA,aAAG,EAC9B,CAAC,EAAE,SAAS,GAAG,EAAE,EAAE,KAAK,EAAE,GAAG,EAAE,WAAW,EAAE,eAAe,EAAE,QAAQ,EAAE,cAAc,EAAE,EAAE,EAAE;IACzF,MAAM,gBAAgB,GAAG,IAAA,mBAAW,EAClC,CAAC,OAAoC,EAAE,EAAE;QACvC,IAAI,OAAO,CAAC,MAAM,IAAI,cAAc,EAAE;YACpC,cAAc,CAAC,GAAG,IAAI,CAAC,EAAE,OAAO,CAAC,OAAO,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC;SACvD;IACH,CAAC,EACD,CAAC,cAAc,EAAE,GAAG,CAAC,CACtB,CAAC;IACF,MAAM,GAAG,GAAG,IAAA,iDAAuB,EAAiB,gBAAgB,EAAE,eAAe,CAAC,CAAC;IAEvF,OAAO,CACL,gCACE,SAAS,EAAE,uCAAuC,SAAS,EAAE,EAC7D,KAAK,EAAE,KAAK,EACZ,IAAI,EAAC,UAAU,kBACD,OAAO,CAAC,GAAG,KAAK,WAAW,CAAC,EAC1C,GAAG,EAAE,GAAG,YAEP,QAAQ,GACL,CACP,CAAC;AACJ,CAAC,CACF,CAAC"}
@@ -0,0 +1 @@
1
+ export declare const scrollBy: (container: HTMLElement) => (itemCount: number, delta: -1 | 1) => void;
@@ -0,0 +1,8 @@
1
+ Object.defineProperty(exports, "__esModule", { value: true });
2
+ exports.scrollBy = void 0;
3
+ const getItemWidth = (container) => (itemCount) => container.scrollWidth / itemCount;
4
+ const scrollBy = (container) => (itemCount, delta) => {
5
+ container.scrollBy({ left: delta * getItemWidth(container)(itemCount), behavior: 'smooth' });
6
+ };
7
+ exports.scrollBy = scrollBy;
8
+ //# sourceMappingURL=scrollBy.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"scrollBy.js","sourceRoot":"","sources":["../../../src/ui-kit/SwipeListControl/scrollBy.ts"],"names":[],"mappings":";;AAAA,MAAM,YAAY,GAChB,CAAC,SAAsB,EAAE,EAAE,CAC3B,CAAC,SAAiB,EAAU,EAAE,CAC5B,SAAS,CAAC,WAAW,GAAG,SAAS,CAAC;AAE/B,MAAM,QAAQ,GACnB,CAAC,SAAsB,EAAE,EAAE,CAC3B,CAAC,SAAiB,EAAE,KAAa,EAAQ,EAAE;IACzC,SAAS,CAAC,QAAQ,CAAC,EAAE,IAAI,EAAE,KAAK,GAAG,YAAY,CAAC,SAAS,CAAC,CAAC,SAAS,CAAC,EAAE,QAAQ,EAAE,QAAQ,EAAE,CAAC,CAAC;AAC/F,CAAC,CAAC;AAJS,QAAA,QAAQ,YAIjB"}
@@ -0,0 +1 @@
1
+ export declare const scrollToEnd: (container: HTMLElement) => void;
@@ -0,0 +1,7 @@
1
+ Object.defineProperty(exports, "__esModule", { value: true });
2
+ exports.scrollToEnd = void 0;
3
+ const scrollToEnd = (container) => {
4
+ container.scrollTo({ left: container.scrollWidth, behavior: 'smooth' });
5
+ };
6
+ exports.scrollToEnd = scrollToEnd;
7
+ //# sourceMappingURL=scrollToEnd.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"scrollToEnd.js","sourceRoot":"","sources":["../../../src/ui-kit/SwipeListControl/scrollToEnd.ts"],"names":[],"mappings":";;AAAO,MAAM,WAAW,GAAG,CAAC,SAAsB,EAAQ,EAAE;IAC1D,SAAS,CAAC,QAAQ,CAAC,EAAE,IAAI,EAAE,SAAS,CAAC,WAAW,EAAE,QAAQ,EAAE,QAAQ,EAAE,CAAC,CAAC;AAC1E,CAAC,CAAC;AAFW,QAAA,WAAW,eAEtB"}
@@ -0,0 +1 @@
1
+ export declare const scrollToStart: (container: HTMLElement) => void;
@@ -0,0 +1,7 @@
1
+ Object.defineProperty(exports, "__esModule", { value: true });
2
+ exports.scrollToStart = void 0;
3
+ const scrollToStart = (container) => {
4
+ container.scrollTo({ left: 0, behavior: 'smooth' });
5
+ };
6
+ exports.scrollToStart = scrollToStart;
7
+ //# sourceMappingURL=scrollToStart.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"scrollToStart.js","sourceRoot":"","sources":["../../../src/ui-kit/SwipeListControl/scrollToStart.ts"],"names":[],"mappings":";;AAAO,MAAM,aAAa,GAAG,CAAC,SAAsB,EAAQ,EAAE;IAC5D,SAAS,CAAC,QAAQ,CAAC,EAAE,IAAI,EAAE,CAAC,EAAE,QAAQ,EAAE,QAAQ,EAAE,CAAC,CAAC;AACtD,CAAC,CAAC;AAFW,QAAA,aAAa,iBAExB"}
@@ -0,0 +1,17 @@
1
+ export interface SwipeListScroll {
2
+ scrollLeft: () => void;
3
+ scrollRight: () => void;
4
+ canScrollLeft: boolean;
5
+ canScrollRight: boolean;
6
+ visibleIndicesRange: [number, number];
7
+ handleVisibleIndicesChange: (indices: number[]) => void;
8
+ }
9
+ interface SwipeListScrollProps {
10
+ itemCount: number;
11
+ isCyclic?: boolean;
12
+ onVisibleIndicesChange?: (indices: number[]) => void;
13
+ }
14
+ export declare const useSwipeListScroll: <E extends HTMLElement>({ itemCount, isCyclic, onVisibleIndicesChange, }: SwipeListScrollProps) => [containerRef: {
15
+ current: E | null;
16
+ }, scroll: SwipeListScroll];
17
+ export {};