@redneckz/wildless-cms-uni-blocks 0.3.96 → 0.4.1

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 (1282) hide show
  1. package/bundle/bundle.umd.js +3030 -2922
  2. package/bundle/bundle.umd.min.js +1 -1
  3. package/dist/ProjectSettings.d.ts +2 -3
  4. package/dist/ProjectSettings.js +2 -2
  5. package/dist/ProjectSettings.js.map +1 -1
  6. package/dist/api/LikeAPI.d.ts +1 -1
  7. package/dist/api/LikeAPI.js +6 -5
  8. package/dist/api/LikeAPI.js.map +1 -1
  9. package/dist/components/Accordion/Accordion.d.ts +1 -1
  10. package/dist/components/Accordion/Accordion.js +1 -1
  11. package/dist/components/Accordion/Accordion.js.map +1 -1
  12. package/dist/components/Accordion/Accordion.mobile.d.ts +1 -1
  13. package/dist/components/Accordion/AccordionItem.d.ts +1 -1
  14. package/dist/components/Accordion/AccordionItem.js +0 -1
  15. package/dist/components/Accordion/AccordionItem.js.map +1 -1
  16. package/dist/components/Accordion/AccordionItem.mobile.d.ts +1 -1
  17. package/dist/components/Accordion/AccordionItem.mobile.js +1 -4
  18. package/dist/components/Accordion/AccordionItem.mobile.js.map +1 -1
  19. package/dist/components/Accordion/AccordionItemInner.d.ts +1 -1
  20. package/dist/components/Accordion/AccordionItemInner.mobile.d.ts +1 -1
  21. package/dist/components/Accordion/useActiveHandler.d.ts +1 -1
  22. package/dist/components/Accordion/useActiveHandler.js +3 -2
  23. package/dist/components/Accordion/useActiveHandler.js.map +1 -1
  24. package/dist/components/BaseTile/BaseTile.d.ts +1 -1
  25. package/dist/components/BenefitsBlock/BenefitsBlock.d.ts +1 -1
  26. package/dist/components/Blocks.d.ts +35 -35
  27. package/dist/components/Blocks.mobile.d.ts +16 -16
  28. package/dist/components/Bonus/Bonus.d.ts +1 -1
  29. package/dist/components/BonusBenefitsBlock/BonusBenefitsBlock.d.ts +1 -1
  30. package/dist/components/Calculator/BonusCalculatorForm.d.ts +1 -1
  31. package/dist/components/Calculator/BonusCalculatorForm.js +4 -3
  32. package/dist/components/Calculator/BonusCalculatorForm.js.map +1 -1
  33. package/dist/components/Calculator/Calculator.d.ts +1 -1
  34. package/dist/components/Calculator/Calculator.js +4 -3
  35. package/dist/components/Calculator/Calculator.js.map +1 -1
  36. package/dist/components/Calculator/CalculatorValueBlock.d.ts +1 -1
  37. package/dist/components/Calculator/CreditCalculatorForm.d.ts +1 -1
  38. package/dist/components/Calculator/CreditCalculatorForm.js +8 -7
  39. package/dist/components/Calculator/CreditCalculatorForm.js.map +1 -1
  40. package/dist/components/Calculator/DepositCalculatorForm.d.ts +1 -1
  41. package/dist/components/Calculator/DepositCalculatorForm.js +3 -2
  42. package/dist/components/Calculator/DepositCalculatorForm.js.map +1 -1
  43. package/dist/components/Calculator/EmbeddableCalcBlocks.d.ts +4 -4
  44. package/dist/components/Calculator/MortgageCalculatorForm.d.ts +1 -1
  45. package/dist/components/Calculator/MortgageCalculatorForm.js +5 -4
  46. package/dist/components/Calculator/MortgageCalculatorForm.js.map +1 -1
  47. package/dist/components/Calculator/Rate.d.ts +1 -1
  48. package/dist/components/Calculator/renderCalculatorBlock.js +1 -1
  49. package/dist/components/Calculator/renderCalculatorBlock.js.map +1 -1
  50. package/dist/components/Calculator/useBonusCalculatorParams.d.ts +1 -2
  51. package/dist/components/Calculator/useBonusCalculatorParams.js +3 -2
  52. package/dist/components/Calculator/useBonusCalculatorParams.js.map +1 -1
  53. package/dist/components/Calculator/useCalculatorParams.d.ts +1 -2
  54. package/dist/components/Calculator/useCalculatorParams.js +3 -2
  55. package/dist/components/Calculator/useCalculatorParams.js.map +1 -1
  56. package/dist/components/Calculator/useCreditCalculatorParams.d.ts +1 -2
  57. package/dist/components/Calculator/useCreditCalculatorParams.js +2 -2
  58. package/dist/components/Calculator/useCreditCalculatorParams.js.map +1 -1
  59. package/dist/components/Catalog/Catalog.d.ts +1 -1
  60. package/dist/components/Catalog/Catalog.js +3 -2
  61. package/dist/components/Catalog/Catalog.js.map +1 -1
  62. package/dist/components/Catalog/CatalogCard.d.ts +1 -1
  63. package/dist/components/ComparisonTable/ComparisonTable.d.ts +1 -1
  64. package/dist/components/ComparisonTable/ComparisonTable.js +2 -1
  65. package/dist/components/ComparisonTable/ComparisonTable.js.map +1 -1
  66. package/dist/components/ComparisonTable/ComparisonTable.mobile.d.ts +1 -1
  67. package/dist/components/ComparisonTable/ComparisonTable.mobile.js +2 -1
  68. package/dist/components/ComparisonTable/ComparisonTable.mobile.js.map +1 -1
  69. package/dist/components/ComparisonTable/ComparisonTableBody.d.ts +1 -1
  70. package/dist/components/ComparisonTable/ComparisonTableBody.js +3 -2
  71. package/dist/components/ComparisonTable/ComparisonTableBody.js.map +1 -1
  72. package/dist/components/ComparisonTable/ComparisonTableColumnHeaders.d.ts +1 -1
  73. package/dist/components/ComparisonTable/ComparisonTableRows.d.ts +1 -1
  74. package/dist/components/ComparisonTable/HeaderCell.d.ts +1 -1
  75. package/dist/components/ComparisonTable/HeaderCell.mobile.d.ts +1 -1
  76. package/dist/components/ComparisonTable/TableCarouselContainer.d.ts +1 -1
  77. package/dist/components/ComparisonTable/TableCell.d.ts +1 -1
  78. package/dist/components/ComparisonTable/TableCell.mobile.d.ts +1 -1
  79. package/dist/components/ComparisonTable/TableColumn.d.ts +1 -1
  80. package/dist/components/ComparisonTable/TableRow.d.ts +1 -1
  81. package/dist/components/ComparisonTable/TableRowContainer.d.ts +1 -4
  82. package/dist/components/ContentPage/ContentPage.d.ts +3 -3
  83. package/dist/components/ContentPage/ContentPage.js.map +1 -1
  84. package/dist/components/ContentPage/ContentPageContext.d.ts +1 -19
  85. package/dist/components/ContentPage/ContentPageHead.d.ts +1 -1
  86. package/dist/components/ExchangeRateTile/CurrencyTable.d.ts +1 -1
  87. package/dist/components/ExchangeRateTile/CurrentLocation.d.ts +1 -1
  88. package/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.d.ts +1 -1
  89. package/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.js +2 -1
  90. package/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.js.map +1 -1
  91. package/dist/components/ExchangeRateTile/ExchangeRateTile.d.ts +1 -1
  92. package/dist/components/ExchangeRateTile/ExchangeRateTile.js +1 -1
  93. package/dist/components/ExchangeRateTile/ExchangeRateTile.js.map +1 -1
  94. package/dist/components/Footer/Contacts.d.ts +1 -1
  95. package/dist/components/Footer/Footer.d.ts +1 -1
  96. package/dist/components/Footer/Footer.mobile.d.ts +1 -1
  97. package/dist/components/Footer/Footer.mobile.js +1 -1
  98. package/dist/components/Footer/Footer.mobile.js.map +1 -1
  99. package/dist/components/Footer/HorizontalNavigation.d.ts +1 -1
  100. package/dist/components/Footer/HorizontalNavigation.mobile.d.ts +1 -1
  101. package/dist/components/Footer/HorizontalNavigationLink.d.ts +1 -1
  102. package/dist/components/Footer/MediaButton.d.ts +1 -1
  103. package/dist/components/Footer/Sitemap.d.ts +1 -1
  104. package/dist/components/Footer/Sitemap.js +2 -2
  105. package/dist/components/Footer/Sitemap.js.map +1 -1
  106. package/dist/components/Footer/SocialMedia.d.ts +1 -1
  107. package/dist/components/Footer/SocialMedia.mobile.d.ts +1 -1
  108. package/dist/components/Footer/TextInformation.d.ts +1 -1
  109. package/dist/components/Footer/TextInformation.mobile.d.ts +1 -1
  110. package/dist/components/Footer/TextInformationLink.d.ts +1 -1
  111. package/dist/components/Gallery/Gallery.d.ts +1 -1
  112. package/dist/components/Gallery/Gallery.mobile.d.ts +1 -1
  113. package/dist/components/Gallery/GalleryCardInner.d.ts +1 -1
  114. package/dist/components/Gallery/GalleryContainer.d.ts +1 -1
  115. package/dist/components/Gallery/GalleryInner.d.ts +1 -1
  116. package/dist/components/Gallery/GalleryInner.js +2 -1
  117. package/dist/components/Gallery/GalleryInner.js.map +1 -1
  118. package/dist/components/GracePeriod/GracePeriod.d.ts +1 -1
  119. package/dist/components/GroupBlock/EmbeddableGroupBlocks.d.ts +2 -2
  120. package/dist/components/GroupBlock/GroupBlock.d.ts +1 -1
  121. package/dist/components/GroupBlock/GroupBlock.js +2 -1
  122. package/dist/components/GroupBlock/GroupBlock.js.map +1 -1
  123. package/dist/components/GroupBlock/GroupBlockTabs.d.ts +1 -1
  124. package/dist/components/GroupBlock/GroupBlocksItem.d.ts +1 -1
  125. package/dist/components/Header/DropdownMenu.d.ts +1 -1
  126. package/dist/components/Header/Header.d.ts +1 -1
  127. package/dist/components/Header/Header.js +2 -2
  128. package/dist/components/Header/Header.js.map +1 -1
  129. package/dist/components/Header/Header.mobile.d.ts +1 -1
  130. package/dist/components/Header/Header.mobile.js +3 -2
  131. package/dist/components/Header/Header.mobile.js.map +1 -1
  132. package/dist/components/Header/HeaderBurger.d.ts +1 -1
  133. package/dist/components/Header/HeaderBurger.js +2 -1
  134. package/dist/components/Header/HeaderBurger.js.map +1 -1
  135. package/dist/components/Header/HeaderSecondaryMenu.d.ts +3 -3
  136. package/dist/components/Header/HeaderSecondaryMenu.js +3 -2
  137. package/dist/components/Header/HeaderSecondaryMenu.js.map +1 -1
  138. package/dist/components/Header/HeaderSecondaryMenuButton.d.ts +1 -1
  139. package/dist/components/Header/HeaderSubMenu.d.ts +1 -1
  140. package/dist/components/Header/HeaderSubMenu.js +3 -2
  141. package/dist/components/Header/HeaderSubMenu.js.map +1 -1
  142. package/dist/components/Header/HeaderTop.d.ts +1 -1
  143. package/dist/components/Headline/Headline.d.ts +1 -1
  144. package/dist/components/Headline/Headline.mobile.d.ts +1 -1
  145. package/dist/components/Insurance/Insurance.d.ts +1 -1
  146. package/dist/components/InsuranceAmountBlock/InsuranceAmountBlock.d.ts +1 -1
  147. package/dist/components/InsuranceAmountBlock/InsuranceAmountBlock.js +2 -1
  148. package/dist/components/InsuranceAmountBlock/InsuranceAmountBlock.js.map +1 -1
  149. package/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.d.ts +1 -1
  150. package/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js +4 -3
  151. package/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js.map +1 -1
  152. package/dist/components/LikeControl/LikeControl.d.ts +1 -1
  153. package/dist/components/LikeControl/LikeControl.js +6 -2
  154. package/dist/components/LikeControl/LikeControl.js.map +1 -1
  155. package/dist/components/LinkDocs/LinkDocs.d.ts +1 -1
  156. package/dist/components/LinkDocs/LinkDocs.js +1 -1
  157. package/dist/components/LinkDocs/LinkDocs.js.map +1 -1
  158. package/dist/components/LinkDocs/LinkDocs.mobile.d.ts +1 -1
  159. package/dist/components/LinkDocs/LinkDocsHorizontalList.d.ts +1 -1
  160. package/dist/components/LinkDocs/LinkDocsList.d.ts +1 -1
  161. package/dist/components/LinkDocs/LinkDocsListItem.d.ts +1 -1
  162. package/dist/components/LinkDocs/LinkDocsListItem.mobile.d.ts +1 -1
  163. package/dist/components/LinkDocs/LinkDocsListItemBase.d.ts +1 -1
  164. package/dist/components/LinkDocs/LinkDocsVerticalList.d.ts +1 -1
  165. package/dist/components/LinkList/LinkList.d.ts +1 -1
  166. package/dist/components/MiniGallery/MiniGallery.d.ts +1 -1
  167. package/dist/components/MobileAppTile/MobileAppTile.d.ts +1 -1
  168. package/dist/components/MobileAppTile/MobileAppTile.mobile.d.ts +1 -1
  169. package/dist/components/Navigation/Navigation.d.ts +1 -1
  170. package/dist/components/Navigation/NavigationItem.d.ts +2 -2
  171. package/dist/components/NavigatorTabs/NavigatorTabItem.d.ts +1 -1
  172. package/dist/components/NavigatorTabs/NavigatorTabs.d.ts +1 -1
  173. package/dist/components/OtherProducts/OtherProducts.d.ts +1 -1
  174. package/dist/components/OtherProducts/OtherProductsItem.d.ts +1 -1
  175. package/dist/components/PictureText/PictureText.d.ts +1 -1
  176. package/dist/components/Placeholder/Placeholder.d.ts +1 -1
  177. package/dist/components/ProductBlock/ProductBlock.d.ts +1 -1
  178. package/dist/components/ProductBlock/ProductBlock.mobile.d.ts +1 -1
  179. package/dist/components/ProductBlock/ProductBlockInner.d.ts +1 -1
  180. package/dist/components/ProductBlock/ProductBlockInner.mobile.d.ts +1 -1
  181. package/dist/components/ProductGallery/ProductGallery.d.ts +1 -1
  182. package/dist/components/ProductGallery/ProductGallery.js +2 -1
  183. package/dist/components/ProductGallery/ProductGallery.js.map +1 -1
  184. package/dist/components/ProductGallery/ProductGallery.mobile.d.ts +1 -1
  185. package/dist/components/ProductGallery/ProductGalleryBlock.d.ts +1 -1
  186. package/dist/components/ProductTile/ProductTile.d.ts +1 -1
  187. package/dist/components/ProductTile/ProductTile.js +1 -1
  188. package/dist/components/ProductTile/ProductTile.js.map +1 -1
  189. package/dist/components/PromoTile/PromoTile.d.ts +1 -1
  190. package/dist/components/PromoTile/PromoTile.js +1 -1
  191. package/dist/components/PromoTile/PromoTile.js.map +1 -1
  192. package/dist/components/Recommendation/Recommendation.d.ts +1 -1
  193. package/dist/components/Recommendation/Recommendation.js +2 -1
  194. package/dist/components/Recommendation/Recommendation.js.map +1 -1
  195. package/dist/components/Recommendation/RecommendationCard.d.ts +1 -1
  196. package/dist/components/SafeDepositRental/SafeDepositRental.d.ts +1 -1
  197. package/dist/components/SafeDepositRental/SafeDepositRental.js +3 -2
  198. package/dist/components/SafeDepositRental/SafeDepositRental.js.map +1 -1
  199. package/dist/components/SafeDepositRental/SafeDepositRentalForm.d.ts +1 -8
  200. package/dist/components/SafeDepositRental/SafeDepositRentalForm.js +17 -16
  201. package/dist/components/SafeDepositRental/SafeDepositRentalForm.js.map +1 -1
  202. package/dist/components/StepsBlock/StepsBlock.d.ts +1 -1
  203. package/dist/components/StepsBlock/StepsBlock.mobile.d.ts +1 -1
  204. package/dist/components/Tabs/Tabs.d.ts +1 -1
  205. package/dist/components/Tabs/Tabs.js +3 -2
  206. package/dist/components/Tabs/Tabs.js.map +1 -1
  207. package/dist/components/TariffsTable/TableTileHeader.d.ts +1 -1
  208. package/dist/components/TariffsTable/TariffsTable.d.ts +1 -1
  209. package/dist/components/TariffsTable/TariffsTable.js +2 -1
  210. package/dist/components/TariffsTable/TariffsTable.js.map +1 -1
  211. package/dist/components/TariffsTable/TariffsTable.mobile.d.ts +1 -1
  212. package/dist/components/TariffsTable/TariffsTableCell.d.ts +1 -1
  213. package/dist/components/TariffsTable/TariffsTableHorizontal.d.ts +2 -2
  214. package/dist/components/TariffsTable/TariffsTableRow.d.ts +1 -1
  215. package/dist/components/TariffsTable/TariffsTableTileCell.d.ts +1 -1
  216. package/dist/components/TariffsTable/TariffsTableVertical.d.ts +2 -2
  217. package/dist/components/TextBlock/TextBlock.d.ts +1 -1
  218. package/dist/components/TextBlock/TextBlock.mobile.d.ts +1 -1
  219. package/dist/components/Tile/Tile.d.ts +1 -1
  220. package/dist/components/Tile/Tile.js +1 -1
  221. package/dist/components/Tile/Tile.js.map +1 -1
  222. package/dist/hooks/useExchangeRates.d.ts +1 -2
  223. package/dist/hooks/useExchangeRates.js +3 -2
  224. package/dist/hooks/useExchangeRates.js.map +1 -1
  225. package/dist/hooks/useGeolocation.d.ts +1 -0
  226. package/dist/hooks/useGeolocation.js +21 -0
  227. package/dist/hooks/useGeolocation.js.map +1 -0
  228. package/dist/hooks/useLikeService.d.ts +5 -0
  229. package/dist/hooks/useLikeService.js +27 -0
  230. package/dist/hooks/useLikeService.js.map +1 -0
  231. package/dist/hooks/useLink.d.ts +1 -0
  232. package/dist/hooks/useLink.js +3 -2
  233. package/dist/hooks/useLink.js.map +1 -1
  234. package/dist/hooks/useSafeDepositRental.d.ts +1 -2
  235. package/dist/hooks/useSafeDepositRental.js +3 -2
  236. package/dist/hooks/useSafeDepositRental.js.map +1 -1
  237. package/dist/hooks/useSearch.d.ts +4 -0
  238. package/dist/hooks/useSearch.js +12 -0
  239. package/dist/hooks/useSearch.js.map +1 -0
  240. package/dist/index.d.ts +2 -1
  241. package/dist/index.js +5 -3
  242. package/dist/index.js.map +1 -1
  243. package/dist/react/setup-fixture.d.ts +1 -0
  244. package/dist/react/setup-fixture.js +1 -48
  245. package/dist/react/setup-fixture.js.map +1 -1
  246. package/dist/services/sitemap/useSitemap.d.ts +1 -2
  247. package/dist/services/sitemap/useSitemap.js +3 -2
  248. package/dist/services/sitemap/useSitemap.js.map +1 -1
  249. package/dist/ui-kit/BlockWrapper.d.ts +1 -1
  250. package/dist/ui-kit/BlockWrapper.js +3 -2
  251. package/dist/ui-kit/BlockWrapper.js.map +1 -1
  252. package/dist/ui-kit/BlocksList/BlocksListProps.d.ts +0 -2
  253. package/dist/ui-kit/BlocksList/EmbeddableBlocks.d.ts +10 -10
  254. package/dist/ui-kit/BlocksList/EmbeddableBlocks.mobile.d.ts +6 -6
  255. package/dist/ui-kit/Breadcrumb.d.ts +1 -1
  256. package/dist/ui-kit/Button/ArrowButton.d.ts +1 -1
  257. package/dist/ui-kit/Button/Button.d.ts +1 -1
  258. package/dist/ui-kit/Button/Button.mobile.d.ts +1 -1
  259. package/dist/ui-kit/Button/ButtonInner.d.ts +1 -1
  260. package/dist/ui-kit/Button/ButtonSection.d.ts +1 -1
  261. package/dist/ui-kit/Button/LikeButton.d.ts +1 -1
  262. package/dist/ui-kit/Checkbox/Checkbox.d.ts +1 -1
  263. package/dist/ui-kit/Checkbox/Checkbox.js +5 -3
  264. package/dist/ui-kit/Checkbox/Checkbox.js.map +1 -1
  265. package/dist/ui-kit/Description/Description.d.ts +1 -1
  266. package/dist/ui-kit/Foldable/Foldable.d.ts +1 -1
  267. package/dist/ui-kit/Foldable/Foldable.js +1 -2
  268. package/dist/ui-kit/Foldable/Foldable.js.map +1 -1
  269. package/dist/ui-kit/Foldable/useActiveHandler.d.ts +1 -3
  270. package/dist/ui-kit/Foldable/useActiveHandler.js +3 -2
  271. package/dist/ui-kit/Foldable/useActiveHandler.js.map +1 -1
  272. package/dist/ui-kit/HeaderItem/HeaderItem.d.ts +1 -1
  273. package/dist/ui-kit/HeaderItem/HeaderItem.mobile.d.ts +1 -1
  274. package/dist/ui-kit/Heading/Heading.d.ts +1 -1
  275. package/dist/ui-kit/Heading/Heading.mobile.d.ts +1 -1
  276. package/dist/ui-kit/Icon/Icon.d.ts +1 -1
  277. package/dist/ui-kit/Img/Img.d.ts +1 -1
  278. package/dist/ui-kit/Img/Img.mobile.d.ts +1 -1
  279. package/dist/ui-kit/Img/ImgAsPicture.d.ts +1 -1
  280. package/dist/ui-kit/Img/ImgInner.d.ts +1 -1
  281. package/dist/ui-kit/Input/Input.d.ts +1 -1
  282. package/dist/ui-kit/InputRange/InputRange.d.ts +1 -1
  283. package/dist/ui-kit/InputRange/InputRange.js +4 -3
  284. package/dist/ui-kit/InputRange/InputRange.js.map +1 -1
  285. package/dist/ui-kit/InputRange/InputRangeProps.d.ts +1 -0
  286. package/dist/ui-kit/List/List.d.ts +1 -1
  287. package/dist/ui-kit/List/ListItem.d.ts +1 -1
  288. package/dist/ui-kit/Logo/Logo.d.ts +1 -1
  289. package/dist/ui-kit/Logo/Logo.mobile.d.ts +1 -1
  290. package/dist/ui-kit/Radio/Radio.d.ts +1 -1
  291. package/dist/ui-kit/RadioButtonGroup/RadioButtonGroup.d.ts +1 -1
  292. package/dist/ui-kit/SVG.d.ts +1 -1
  293. package/dist/ui-kit/SearchBar/SearchBar.d.ts +1 -1
  294. package/dist/ui-kit/SearchBar/SearchBar.js +2 -2
  295. package/dist/ui-kit/SearchBar/SearchBar.js.map +1 -1
  296. package/dist/ui-kit/SearchBar/SearchBar.mobile.d.ts +1 -1
  297. package/dist/ui-kit/SearchBar/SearchBar.mobile.js +2 -2
  298. package/dist/ui-kit/SearchBar/SearchBar.mobile.js.map +1 -1
  299. package/dist/ui-kit/SearchBar/SearchBarInner.d.ts +3 -3
  300. package/dist/ui-kit/SearchBar/SearchBarInner.js +3 -2
  301. package/dist/ui-kit/SearchBar/SearchBarInner.js.map +1 -1
  302. package/dist/ui-kit/Select/Select.d.ts +1 -1
  303. package/dist/ui-kit/Select/SelectOption.d.ts +1 -1
  304. package/dist/ui-kit/SwipeListControl/SwipeListControl.d.ts +1 -1
  305. package/dist/ui-kit/SwipeListControl/SwipeListControl.js +4 -3
  306. package/dist/ui-kit/SwipeListControl/SwipeListControl.js.map +1 -1
  307. package/dist/ui-kit/SwipeListControl/SwipeListControlDots.d.ts +1 -1
  308. package/dist/ui-kit/SwipeListControl/SwipeListControlItem.d.ts +1 -1
  309. package/dist/ui-kit/SwipeListControl/SwipeListControlList.d.ts +1 -1
  310. package/dist/ui-kit/TableArrowScrollControl/TableArrowScrollControl.d.ts +1 -1
  311. package/dist/ui-kit/Tabs/Tabs.d.ts +1 -1
  312. package/dist/ui-kit/TopItem/TopItem.d.ts +1 -1
  313. package/lib/ProjectSettings.d.ts +2 -3
  314. package/lib/ProjectSettings.js +2 -2
  315. package/lib/ProjectSettings.js.map +1 -1
  316. package/lib/api/LikeAPI.d.ts +1 -1
  317. package/lib/api/LikeAPI.js +6 -5
  318. package/lib/api/LikeAPI.js.map +1 -1
  319. package/lib/common.css +1 -1
  320. package/lib/components/Accordion/Accordion.d.ts +1 -1
  321. package/lib/components/Accordion/Accordion.js +1 -1
  322. package/lib/components/Accordion/Accordion.js.map +1 -1
  323. package/lib/components/Accordion/Accordion.mobile.d.ts +1 -1
  324. package/lib/components/Accordion/AccordionItem.d.ts +1 -1
  325. package/lib/components/Accordion/AccordionItem.js +0 -1
  326. package/lib/components/Accordion/AccordionItem.js.map +1 -1
  327. package/lib/components/Accordion/AccordionItem.mobile.d.ts +1 -1
  328. package/lib/components/Accordion/AccordionItem.mobile.js +1 -4
  329. package/lib/components/Accordion/AccordionItem.mobile.js.map +1 -1
  330. package/lib/components/Accordion/AccordionItemInner.d.ts +1 -1
  331. package/lib/components/Accordion/AccordionItemInner.mobile.d.ts +1 -1
  332. package/lib/components/Accordion/useActiveHandler.d.ts +1 -1
  333. package/lib/components/Accordion/useActiveHandler.js +3 -2
  334. package/lib/components/Accordion/useActiveHandler.js.map +1 -1
  335. package/lib/components/BaseTile/BaseTile.d.ts +1 -1
  336. package/lib/components/BenefitsBlock/BenefitsBlock.d.ts +1 -1
  337. package/lib/components/Blocks.d.ts +35 -35
  338. package/lib/components/Blocks.mobile.d.ts +16 -16
  339. package/lib/components/Bonus/Bonus.d.ts +1 -1
  340. package/lib/components/BonusBenefitsBlock/BonusBenefitsBlock.d.ts +1 -1
  341. package/lib/components/Calculator/BonusCalculatorForm.d.ts +1 -1
  342. package/lib/components/Calculator/BonusCalculatorForm.js +4 -3
  343. package/lib/components/Calculator/BonusCalculatorForm.js.map +1 -1
  344. package/lib/components/Calculator/Calculator.d.ts +1 -1
  345. package/lib/components/Calculator/Calculator.js +4 -3
  346. package/lib/components/Calculator/Calculator.js.map +1 -1
  347. package/lib/components/Calculator/CalculatorValueBlock.d.ts +1 -1
  348. package/lib/components/Calculator/CreditCalculatorForm.d.ts +1 -1
  349. package/lib/components/Calculator/CreditCalculatorForm.js +8 -7
  350. package/lib/components/Calculator/CreditCalculatorForm.js.map +1 -1
  351. package/lib/components/Calculator/DepositCalculatorForm.d.ts +1 -1
  352. package/lib/components/Calculator/DepositCalculatorForm.js +3 -2
  353. package/lib/components/Calculator/DepositCalculatorForm.js.map +1 -1
  354. package/lib/components/Calculator/EmbeddableCalcBlocks.d.ts +4 -4
  355. package/lib/components/Calculator/MortgageCalculatorForm.d.ts +1 -1
  356. package/lib/components/Calculator/MortgageCalculatorForm.js +5 -4
  357. package/lib/components/Calculator/MortgageCalculatorForm.js.map +1 -1
  358. package/lib/components/Calculator/Rate.d.ts +1 -1
  359. package/lib/components/Calculator/renderCalculatorBlock.js +1 -1
  360. package/lib/components/Calculator/renderCalculatorBlock.js.map +1 -1
  361. package/lib/components/Calculator/useBonusCalculatorParams.d.ts +1 -2
  362. package/lib/components/Calculator/useBonusCalculatorParams.js +3 -2
  363. package/lib/components/Calculator/useBonusCalculatorParams.js.map +1 -1
  364. package/lib/components/Calculator/useCalculatorParams.d.ts +1 -2
  365. package/lib/components/Calculator/useCalculatorParams.js +2 -1
  366. package/lib/components/Calculator/useCalculatorParams.js.map +1 -1
  367. package/lib/components/Calculator/useCreditCalculatorParams.d.ts +1 -2
  368. package/lib/components/Calculator/useCreditCalculatorParams.js +2 -2
  369. package/lib/components/Calculator/useCreditCalculatorParams.js.map +1 -1
  370. package/lib/components/Catalog/Catalog.d.ts +1 -1
  371. package/lib/components/Catalog/Catalog.js +3 -2
  372. package/lib/components/Catalog/Catalog.js.map +1 -1
  373. package/lib/components/Catalog/CatalogCard.d.ts +1 -1
  374. package/lib/components/ComparisonTable/ComparisonTable.d.ts +1 -1
  375. package/lib/components/ComparisonTable/ComparisonTable.js +2 -1
  376. package/lib/components/ComparisonTable/ComparisonTable.js.map +1 -1
  377. package/lib/components/ComparisonTable/ComparisonTable.mobile.d.ts +1 -1
  378. package/lib/components/ComparisonTable/ComparisonTable.mobile.js +2 -1
  379. package/lib/components/ComparisonTable/ComparisonTable.mobile.js.map +1 -1
  380. package/lib/components/ComparisonTable/ComparisonTableBody.d.ts +1 -1
  381. package/lib/components/ComparisonTable/ComparisonTableBody.js +3 -2
  382. package/lib/components/ComparisonTable/ComparisonTableBody.js.map +1 -1
  383. package/lib/components/ComparisonTable/ComparisonTableColumnHeaders.d.ts +1 -1
  384. package/lib/components/ComparisonTable/ComparisonTableRows.d.ts +1 -1
  385. package/lib/components/ComparisonTable/HeaderCell.d.ts +1 -1
  386. package/lib/components/ComparisonTable/HeaderCell.mobile.d.ts +1 -1
  387. package/lib/components/ComparisonTable/TableCarouselContainer.d.ts +1 -1
  388. package/lib/components/ComparisonTable/TableCell.d.ts +1 -1
  389. package/lib/components/ComparisonTable/TableCell.mobile.d.ts +1 -1
  390. package/lib/components/ComparisonTable/TableColumn.d.ts +1 -1
  391. package/lib/components/ComparisonTable/TableRow.d.ts +1 -1
  392. package/lib/components/ComparisonTable/TableRowContainer.d.ts +1 -4
  393. package/lib/components/ContentPage/ContentPage.d.ts +3 -3
  394. package/lib/components/ContentPage/ContentPage.js.map +1 -1
  395. package/lib/components/ContentPage/ContentPageContext.d.ts +1 -19
  396. package/lib/components/ContentPage/ContentPageHead.d.ts +1 -1
  397. package/lib/components/ExchangeRateTile/CurrencyTable.d.ts +1 -1
  398. package/lib/components/ExchangeRateTile/CurrentLocation.d.ts +1 -1
  399. package/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.d.ts +1 -1
  400. package/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.js +2 -1
  401. package/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.js.map +1 -1
  402. package/lib/components/ExchangeRateTile/ExchangeRateTile.d.ts +1 -1
  403. package/lib/components/ExchangeRateTile/ExchangeRateTile.js +1 -1
  404. package/lib/components/ExchangeRateTile/ExchangeRateTile.js.map +1 -1
  405. package/lib/components/Footer/Contacts.d.ts +1 -1
  406. package/lib/components/Footer/Footer.d.ts +1 -1
  407. package/lib/components/Footer/Footer.mobile.d.ts +1 -1
  408. package/lib/components/Footer/Footer.mobile.js +1 -1
  409. package/lib/components/Footer/Footer.mobile.js.map +1 -1
  410. package/lib/components/Footer/HorizontalNavigation.d.ts +1 -1
  411. package/lib/components/Footer/HorizontalNavigation.mobile.d.ts +1 -1
  412. package/lib/components/Footer/HorizontalNavigationLink.d.ts +1 -1
  413. package/lib/components/Footer/MediaButton.d.ts +1 -1
  414. package/lib/components/Footer/Sitemap.d.ts +1 -1
  415. package/lib/components/Footer/Sitemap.js +2 -2
  416. package/lib/components/Footer/Sitemap.js.map +1 -1
  417. package/lib/components/Footer/SocialMedia.d.ts +1 -1
  418. package/lib/components/Footer/SocialMedia.mobile.d.ts +1 -1
  419. package/lib/components/Footer/TextInformation.d.ts +1 -1
  420. package/lib/components/Footer/TextInformation.mobile.d.ts +1 -1
  421. package/lib/components/Footer/TextInformationLink.d.ts +1 -1
  422. package/lib/components/Gallery/Gallery.d.ts +1 -1
  423. package/lib/components/Gallery/Gallery.mobile.d.ts +1 -1
  424. package/lib/components/Gallery/GalleryCardInner.d.ts +1 -1
  425. package/lib/components/Gallery/GalleryContainer.d.ts +1 -1
  426. package/lib/components/Gallery/GalleryInner.d.ts +1 -1
  427. package/lib/components/Gallery/GalleryInner.js +2 -1
  428. package/lib/components/Gallery/GalleryInner.js.map +1 -1
  429. package/lib/components/GracePeriod/GracePeriod.d.ts +1 -1
  430. package/lib/components/GroupBlock/EmbeddableGroupBlocks.d.ts +2 -2
  431. package/lib/components/GroupBlock/GroupBlock.d.ts +1 -1
  432. package/lib/components/GroupBlock/GroupBlock.js +2 -1
  433. package/lib/components/GroupBlock/GroupBlock.js.map +1 -1
  434. package/lib/components/GroupBlock/GroupBlockTabs.d.ts +1 -1
  435. package/lib/components/GroupBlock/GroupBlocksItem.d.ts +1 -1
  436. package/lib/components/Header/DropdownMenu.d.ts +1 -1
  437. package/lib/components/Header/Header.d.ts +1 -1
  438. package/lib/components/Header/Header.js +2 -2
  439. package/lib/components/Header/Header.js.map +1 -1
  440. package/lib/components/Header/Header.mobile.d.ts +1 -1
  441. package/lib/components/Header/Header.mobile.js +3 -2
  442. package/lib/components/Header/Header.mobile.js.map +1 -1
  443. package/lib/components/Header/HeaderBurger.d.ts +1 -1
  444. package/lib/components/Header/HeaderBurger.js +2 -1
  445. package/lib/components/Header/HeaderBurger.js.map +1 -1
  446. package/lib/components/Header/HeaderSecondaryMenu.d.ts +3 -3
  447. package/lib/components/Header/HeaderSecondaryMenu.js +3 -2
  448. package/lib/components/Header/HeaderSecondaryMenu.js.map +1 -1
  449. package/lib/components/Header/HeaderSecondaryMenuButton.d.ts +1 -1
  450. package/lib/components/Header/HeaderSubMenu.d.ts +1 -1
  451. package/lib/components/Header/HeaderSubMenu.js +3 -2
  452. package/lib/components/Header/HeaderSubMenu.js.map +1 -1
  453. package/lib/components/Header/HeaderTop.d.ts +1 -1
  454. package/lib/components/Headline/Headline.d.ts +1 -1
  455. package/lib/components/Headline/Headline.mobile.d.ts +1 -1
  456. package/lib/components/Insurance/Insurance.d.ts +1 -1
  457. package/lib/components/InsuranceAmountBlock/InsuranceAmountBlock.d.ts +1 -1
  458. package/lib/components/InsuranceAmountBlock/InsuranceAmountBlock.js +2 -1
  459. package/lib/components/InsuranceAmountBlock/InsuranceAmountBlock.js.map +1 -1
  460. package/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.d.ts +1 -1
  461. package/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js +4 -3
  462. package/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js.map +1 -1
  463. package/lib/components/LikeControl/LikeControl.d.ts +1 -1
  464. package/lib/components/LikeControl/LikeControl.js +6 -2
  465. package/lib/components/LikeControl/LikeControl.js.map +1 -1
  466. package/lib/components/LinkDocs/LinkDocs.d.ts +1 -1
  467. package/lib/components/LinkDocs/LinkDocs.js +1 -1
  468. package/lib/components/LinkDocs/LinkDocs.js.map +1 -1
  469. package/lib/components/LinkDocs/LinkDocs.mobile.d.ts +1 -1
  470. package/lib/components/LinkDocs/LinkDocsHorizontalList.d.ts +1 -1
  471. package/lib/components/LinkDocs/LinkDocsList.d.ts +1 -1
  472. package/lib/components/LinkDocs/LinkDocsListItem.d.ts +1 -1
  473. package/lib/components/LinkDocs/LinkDocsListItem.mobile.d.ts +1 -1
  474. package/lib/components/LinkDocs/LinkDocsListItemBase.d.ts +1 -1
  475. package/lib/components/LinkDocs/LinkDocsVerticalList.d.ts +1 -1
  476. package/lib/components/LinkList/LinkList.d.ts +1 -1
  477. package/lib/components/MiniGallery/MiniGallery.d.ts +1 -1
  478. package/lib/components/MobileAppTile/MobileAppTile.d.ts +1 -1
  479. package/lib/components/MobileAppTile/MobileAppTile.mobile.d.ts +1 -1
  480. package/lib/components/Navigation/Navigation.d.ts +1 -1
  481. package/lib/components/Navigation/NavigationItem.d.ts +2 -2
  482. package/lib/components/NavigatorTabs/NavigatorTabItem.d.ts +1 -1
  483. package/lib/components/NavigatorTabs/NavigatorTabs.d.ts +1 -1
  484. package/lib/components/OtherProducts/OtherProducts.d.ts +1 -1
  485. package/lib/components/OtherProducts/OtherProductsItem.d.ts +1 -1
  486. package/lib/components/PictureText/PictureText.d.ts +1 -1
  487. package/lib/components/Placeholder/Placeholder.d.ts +1 -1
  488. package/lib/components/ProductBlock/ProductBlock.d.ts +1 -1
  489. package/lib/components/ProductBlock/ProductBlock.mobile.d.ts +1 -1
  490. package/lib/components/ProductBlock/ProductBlockInner.d.ts +1 -1
  491. package/lib/components/ProductBlock/ProductBlockInner.mobile.d.ts +1 -1
  492. package/lib/components/ProductGallery/ProductGallery.d.ts +1 -1
  493. package/lib/components/ProductGallery/ProductGallery.js +2 -1
  494. package/lib/components/ProductGallery/ProductGallery.js.map +1 -1
  495. package/lib/components/ProductGallery/ProductGallery.mobile.d.ts +1 -1
  496. package/lib/components/ProductGallery/ProductGalleryBlock.d.ts +1 -1
  497. package/lib/components/ProductTile/ProductTile.d.ts +1 -1
  498. package/lib/components/ProductTile/ProductTile.js +1 -1
  499. package/lib/components/ProductTile/ProductTile.js.map +1 -1
  500. package/lib/components/PromoTile/PromoTile.d.ts +1 -1
  501. package/lib/components/PromoTile/PromoTile.js +1 -1
  502. package/lib/components/PromoTile/PromoTile.js.map +1 -1
  503. package/lib/components/Recommendation/Recommendation.d.ts +1 -1
  504. package/lib/components/Recommendation/Recommendation.js +2 -1
  505. package/lib/components/Recommendation/Recommendation.js.map +1 -1
  506. package/lib/components/Recommendation/RecommendationCard.d.ts +1 -1
  507. package/lib/components/SafeDepositRental/SafeDepositRental.d.ts +1 -1
  508. package/lib/components/SafeDepositRental/SafeDepositRental.js +3 -2
  509. package/lib/components/SafeDepositRental/SafeDepositRental.js.map +1 -1
  510. package/lib/components/SafeDepositRental/SafeDepositRentalForm.d.ts +1 -8
  511. package/lib/components/SafeDepositRental/SafeDepositRentalForm.js +17 -15
  512. package/lib/components/SafeDepositRental/SafeDepositRentalForm.js.map +1 -1
  513. package/lib/components/StepsBlock/StepsBlock.d.ts +1 -1
  514. package/lib/components/StepsBlock/StepsBlock.mobile.d.ts +1 -1
  515. package/lib/components/Tabs/Tabs.d.ts +1 -1
  516. package/lib/components/Tabs/Tabs.js +3 -2
  517. package/lib/components/Tabs/Tabs.js.map +1 -1
  518. package/lib/components/TariffsTable/TableTileHeader.d.ts +1 -1
  519. package/lib/components/TariffsTable/TariffsTable.d.ts +1 -1
  520. package/lib/components/TariffsTable/TariffsTable.js +2 -1
  521. package/lib/components/TariffsTable/TariffsTable.js.map +1 -1
  522. package/lib/components/TariffsTable/TariffsTable.mobile.d.ts +1 -1
  523. package/lib/components/TariffsTable/TariffsTableCell.d.ts +1 -1
  524. package/lib/components/TariffsTable/TariffsTableHorizontal.d.ts +2 -2
  525. package/lib/components/TariffsTable/TariffsTableRow.d.ts +1 -1
  526. package/lib/components/TariffsTable/TariffsTableTileCell.d.ts +1 -1
  527. package/lib/components/TariffsTable/TariffsTableVertical.d.ts +2 -2
  528. package/lib/components/TextBlock/TextBlock.d.ts +1 -1
  529. package/lib/components/TextBlock/TextBlock.mobile.d.ts +1 -1
  530. package/lib/components/Tile/Tile.d.ts +1 -1
  531. package/lib/components/Tile/Tile.js +1 -1
  532. package/lib/components/Tile/Tile.js.map +1 -1
  533. package/lib/hooks/useExchangeRates.d.ts +1 -2
  534. package/lib/hooks/useExchangeRates.js +2 -1
  535. package/lib/hooks/useExchangeRates.js.map +1 -1
  536. package/lib/hooks/useGeolocation.d.ts +1 -0
  537. package/lib/hooks/useGeolocation.js +18 -0
  538. package/lib/hooks/useGeolocation.js.map +1 -0
  539. package/lib/hooks/useLikeService.d.ts +5 -0
  540. package/lib/hooks/useLikeService.js +24 -0
  541. package/lib/hooks/useLikeService.js.map +1 -0
  542. package/lib/hooks/useLink.d.ts +1 -0
  543. package/lib/hooks/useLink.js +1 -1
  544. package/lib/hooks/useLink.js.map +1 -1
  545. package/lib/hooks/useSafeDepositRental.d.ts +1 -2
  546. package/lib/hooks/useSafeDepositRental.js +2 -1
  547. package/lib/hooks/useSafeDepositRental.js.map +1 -1
  548. package/lib/hooks/useSearch.d.ts +4 -0
  549. package/lib/hooks/useSearch.js +9 -0
  550. package/lib/hooks/useSearch.js.map +1 -0
  551. package/lib/index.d.ts +2 -1
  552. package/lib/index.js +2 -1
  553. package/lib/index.js.map +1 -1
  554. package/lib/react/setup-fixture.d.ts +1 -0
  555. package/lib/react/setup-fixture.js +2 -46
  556. package/lib/react/setup-fixture.js.map +1 -1
  557. package/lib/services/sitemap/useSitemap.d.ts +1 -2
  558. package/lib/services/sitemap/useSitemap.js +2 -1
  559. package/lib/services/sitemap/useSitemap.js.map +1 -1
  560. package/lib/ui-kit/BlockWrapper.d.ts +1 -1
  561. package/lib/ui-kit/BlockWrapper.js +3 -2
  562. package/lib/ui-kit/BlockWrapper.js.map +1 -1
  563. package/lib/ui-kit/BlocksList/BlocksListProps.d.ts +0 -2
  564. package/lib/ui-kit/BlocksList/EmbeddableBlocks.d.ts +10 -10
  565. package/lib/ui-kit/BlocksList/EmbeddableBlocks.mobile.d.ts +6 -6
  566. package/lib/ui-kit/Breadcrumb.d.ts +1 -1
  567. package/lib/ui-kit/Button/ArrowButton.d.ts +1 -1
  568. package/lib/ui-kit/Button/Button.d.ts +1 -1
  569. package/lib/ui-kit/Button/Button.mobile.d.ts +1 -1
  570. package/lib/ui-kit/Button/ButtonInner.d.ts +1 -1
  571. package/lib/ui-kit/Button/ButtonSection.d.ts +1 -1
  572. package/lib/ui-kit/Button/LikeButton.d.ts +1 -1
  573. package/lib/ui-kit/Checkbox/Checkbox.d.ts +1 -1
  574. package/lib/ui-kit/Checkbox/Checkbox.js +5 -3
  575. package/lib/ui-kit/Checkbox/Checkbox.js.map +1 -1
  576. package/lib/ui-kit/Description/Description.d.ts +1 -1
  577. package/lib/ui-kit/Foldable/Foldable.d.ts +1 -1
  578. package/lib/ui-kit/Foldable/Foldable.js +1 -2
  579. package/lib/ui-kit/Foldable/Foldable.js.map +1 -1
  580. package/lib/ui-kit/Foldable/useActiveHandler.d.ts +1 -3
  581. package/lib/ui-kit/Foldable/useActiveHandler.js +3 -2
  582. package/lib/ui-kit/Foldable/useActiveHandler.js.map +1 -1
  583. package/lib/ui-kit/HeaderItem/HeaderItem.d.ts +1 -1
  584. package/lib/ui-kit/HeaderItem/HeaderItem.mobile.d.ts +1 -1
  585. package/lib/ui-kit/Heading/Heading.d.ts +1 -1
  586. package/lib/ui-kit/Heading/Heading.mobile.d.ts +1 -1
  587. package/lib/ui-kit/Icon/Icon.d.ts +1 -1
  588. package/lib/ui-kit/Img/Img.d.ts +1 -1
  589. package/lib/ui-kit/Img/Img.mobile.d.ts +1 -1
  590. package/lib/ui-kit/Img/ImgAsPicture.d.ts +1 -1
  591. package/lib/ui-kit/Img/ImgInner.d.ts +1 -1
  592. package/lib/ui-kit/Input/Input.d.ts +1 -1
  593. package/lib/ui-kit/InputRange/InputRange.d.ts +1 -1
  594. package/lib/ui-kit/InputRange/InputRange.js +4 -3
  595. package/lib/ui-kit/InputRange/InputRange.js.map +1 -1
  596. package/lib/ui-kit/InputRange/InputRangeProps.d.ts +1 -0
  597. package/lib/ui-kit/List/List.d.ts +1 -1
  598. package/lib/ui-kit/List/ListItem.d.ts +1 -1
  599. package/lib/ui-kit/Logo/Logo.d.ts +1 -1
  600. package/lib/ui-kit/Logo/Logo.mobile.d.ts +1 -1
  601. package/lib/ui-kit/Radio/Radio.d.ts +1 -1
  602. package/lib/ui-kit/RadioButtonGroup/RadioButtonGroup.d.ts +1 -1
  603. package/lib/ui-kit/SVG.d.ts +1 -1
  604. package/lib/ui-kit/SearchBar/SearchBar.d.ts +1 -1
  605. package/lib/ui-kit/SearchBar/SearchBar.js +2 -2
  606. package/lib/ui-kit/SearchBar/SearchBar.js.map +1 -1
  607. package/lib/ui-kit/SearchBar/SearchBar.mobile.d.ts +1 -1
  608. package/lib/ui-kit/SearchBar/SearchBar.mobile.js +2 -2
  609. package/lib/ui-kit/SearchBar/SearchBar.mobile.js.map +1 -1
  610. package/lib/ui-kit/SearchBar/SearchBarInner.d.ts +3 -3
  611. package/lib/ui-kit/SearchBar/SearchBarInner.js +3 -2
  612. package/lib/ui-kit/SearchBar/SearchBarInner.js.map +1 -1
  613. package/lib/ui-kit/Select/Select.d.ts +1 -1
  614. package/lib/ui-kit/Select/SelectOption.d.ts +1 -1
  615. package/lib/ui-kit/SwipeListControl/SwipeListControl.d.ts +1 -1
  616. package/lib/ui-kit/SwipeListControl/SwipeListControl.js +4 -3
  617. package/lib/ui-kit/SwipeListControl/SwipeListControl.js.map +1 -1
  618. package/lib/ui-kit/SwipeListControl/SwipeListControlDots.d.ts +1 -1
  619. package/lib/ui-kit/SwipeListControl/SwipeListControlItem.d.ts +1 -1
  620. package/lib/ui-kit/SwipeListControl/SwipeListControlList.d.ts +1 -1
  621. package/lib/ui-kit/TableArrowScrollControl/TableArrowScrollControl.d.ts +1 -1
  622. package/lib/ui-kit/Tabs/Tabs.d.ts +1 -1
  623. package/lib/ui-kit/TopItem/TopItem.d.ts +1 -1
  624. package/mobile/bundle/bundle.umd.js +1897 -1794
  625. package/mobile/bundle/bundle.umd.min.js +1 -1
  626. package/mobile/dist/ProjectSettings.d.ts +2 -3
  627. package/mobile/dist/ProjectSettings.js +2 -2
  628. package/mobile/dist/ProjectSettings.js.map +1 -1
  629. package/mobile/dist/api/LikeAPI.d.ts +1 -1
  630. package/mobile/dist/api/LikeAPI.js +6 -5
  631. package/mobile/dist/api/LikeAPI.js.map +1 -1
  632. package/mobile/dist/components/Accordion/Accordion.d.ts +1 -1
  633. package/mobile/dist/components/Accordion/AccordionItem.d.ts +1 -1
  634. package/mobile/dist/components/Accordion/AccordionItem.js +1 -4
  635. package/mobile/dist/components/Accordion/AccordionItem.js.map +1 -1
  636. package/mobile/dist/components/Accordion/AccordionItemInner.d.ts +1 -1
  637. package/mobile/dist/components/Accordion/useActiveHandler.d.ts +1 -1
  638. package/mobile/dist/components/Accordion/useActiveHandler.js +3 -2
  639. package/mobile/dist/components/Accordion/useActiveHandler.js.map +1 -1
  640. package/mobile/dist/components/BaseTile/BaseTile.d.ts +1 -1
  641. package/mobile/dist/components/BenefitsBlock/BenefitsBlock.d.ts +1 -1
  642. package/mobile/dist/components/Blocks.d.ts +16 -16
  643. package/mobile/dist/components/Bonus/Bonus.d.ts +1 -1
  644. package/mobile/dist/components/BonusBenefitsBlock/BonusBenefitsBlock.d.ts +1 -1
  645. package/mobile/dist/components/Calculator/BonusCalculatorForm.d.ts +1 -1
  646. package/mobile/dist/components/Calculator/BonusCalculatorForm.js +4 -3
  647. package/mobile/dist/components/Calculator/BonusCalculatorForm.js.map +1 -1
  648. package/mobile/dist/components/Calculator/Calculator.d.ts +1 -1
  649. package/mobile/dist/components/Calculator/Calculator.js +4 -3
  650. package/mobile/dist/components/Calculator/Calculator.js.map +1 -1
  651. package/mobile/dist/components/Calculator/CalculatorValueBlock.d.ts +1 -1
  652. package/mobile/dist/components/Calculator/CreditCalculatorForm.d.ts +1 -1
  653. package/mobile/dist/components/Calculator/CreditCalculatorForm.js +8 -7
  654. package/mobile/dist/components/Calculator/CreditCalculatorForm.js.map +1 -1
  655. package/mobile/dist/components/Calculator/DepositCalculatorForm.d.ts +1 -1
  656. package/mobile/dist/components/Calculator/DepositCalculatorForm.js +3 -2
  657. package/mobile/dist/components/Calculator/DepositCalculatorForm.js.map +1 -1
  658. package/mobile/dist/components/Calculator/EmbeddableCalcBlocks.d.ts +4 -4
  659. package/mobile/dist/components/Calculator/MortgageCalculatorForm.d.ts +1 -1
  660. package/mobile/dist/components/Calculator/MortgageCalculatorForm.js +5 -4
  661. package/mobile/dist/components/Calculator/MortgageCalculatorForm.js.map +1 -1
  662. package/mobile/dist/components/Calculator/Rate.d.ts +1 -1
  663. package/mobile/dist/components/Calculator/renderCalculatorBlock.js +1 -1
  664. package/mobile/dist/components/Calculator/renderCalculatorBlock.js.map +1 -1
  665. package/mobile/dist/components/Calculator/useBonusCalculatorParams.d.ts +1 -2
  666. package/mobile/dist/components/Calculator/useBonusCalculatorParams.js +3 -2
  667. package/mobile/dist/components/Calculator/useBonusCalculatorParams.js.map +1 -1
  668. package/mobile/dist/components/Calculator/useCalculatorParams.d.ts +1 -2
  669. package/mobile/dist/components/Calculator/useCalculatorParams.js +3 -2
  670. package/mobile/dist/components/Calculator/useCalculatorParams.js.map +1 -1
  671. package/mobile/dist/components/Calculator/useCreditCalculatorParams.d.ts +1 -2
  672. package/mobile/dist/components/Calculator/useCreditCalculatorParams.js +2 -2
  673. package/mobile/dist/components/Calculator/useCreditCalculatorParams.js.map +1 -1
  674. package/mobile/dist/components/Catalog/Catalog.d.ts +1 -1
  675. package/mobile/dist/components/Catalog/Catalog.js +3 -2
  676. package/mobile/dist/components/Catalog/Catalog.js.map +1 -1
  677. package/mobile/dist/components/Catalog/CatalogCard.d.ts +1 -1
  678. package/mobile/dist/components/ComparisonTable/ComparisonTable.d.ts +1 -1
  679. package/mobile/dist/components/ComparisonTable/ComparisonTable.js +2 -1
  680. package/mobile/dist/components/ComparisonTable/ComparisonTable.js.map +1 -1
  681. package/mobile/dist/components/ComparisonTable/ComparisonTableBody.d.ts +1 -1
  682. package/mobile/dist/components/ComparisonTable/ComparisonTableBody.js +3 -2
  683. package/mobile/dist/components/ComparisonTable/ComparisonTableBody.js.map +1 -1
  684. package/mobile/dist/components/ComparisonTable/ComparisonTableColumnHeaders.d.ts +1 -1
  685. package/mobile/dist/components/ComparisonTable/ComparisonTableRows.d.ts +1 -1
  686. package/mobile/dist/components/ComparisonTable/HeaderCell.d.ts +1 -1
  687. package/mobile/dist/components/ComparisonTable/TableCarouselContainer.d.ts +1 -1
  688. package/mobile/dist/components/ComparisonTable/TableCell.d.ts +1 -1
  689. package/mobile/dist/components/ComparisonTable/TableColumn.d.ts +1 -1
  690. package/mobile/dist/components/ComparisonTable/TableRow.d.ts +1 -1
  691. package/mobile/dist/components/ComparisonTable/TableRowContainer.d.ts +1 -4
  692. package/mobile/dist/components/ContentPage/ContentPage.d.ts +3 -3
  693. package/mobile/dist/components/ContentPage/ContentPage.js.map +1 -1
  694. package/mobile/dist/components/ContentPage/ContentPageContext.d.ts +1 -19
  695. package/mobile/dist/components/ContentPage/ContentPageHead.d.ts +1 -1
  696. package/mobile/dist/components/ExchangeRateTile/CurrencyTable.d.ts +1 -1
  697. package/mobile/dist/components/ExchangeRateTile/CurrentLocation.d.ts +1 -1
  698. package/mobile/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.d.ts +1 -1
  699. package/mobile/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.js +2 -1
  700. package/mobile/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.js.map +1 -1
  701. package/mobile/dist/components/ExchangeRateTile/ExchangeRateTile.d.ts +1 -1
  702. package/mobile/dist/components/ExchangeRateTile/ExchangeRateTile.js +1 -1
  703. package/mobile/dist/components/ExchangeRateTile/ExchangeRateTile.js.map +1 -1
  704. package/mobile/dist/components/Footer/Contacts.d.ts +1 -1
  705. package/mobile/dist/components/Footer/Footer.d.ts +1 -1
  706. package/mobile/dist/components/Footer/Footer.js +1 -1
  707. package/mobile/dist/components/Footer/Footer.js.map +1 -1
  708. package/mobile/dist/components/Footer/HorizontalNavigation.d.ts +1 -1
  709. package/mobile/dist/components/Footer/HorizontalNavigationLink.d.ts +1 -1
  710. package/mobile/dist/components/Footer/MediaButton.d.ts +1 -1
  711. package/mobile/dist/components/Footer/Sitemap.d.ts +1 -1
  712. package/mobile/dist/components/Footer/Sitemap.js +2 -2
  713. package/mobile/dist/components/Footer/Sitemap.js.map +1 -1
  714. package/mobile/dist/components/Footer/SocialMedia.d.ts +1 -1
  715. package/mobile/dist/components/Footer/TextInformation.d.ts +1 -1
  716. package/mobile/dist/components/Footer/TextInformationLink.d.ts +1 -1
  717. package/mobile/dist/components/Gallery/Gallery.d.ts +1 -1
  718. package/mobile/dist/components/Gallery/GalleryCardInner.d.ts +1 -1
  719. package/mobile/dist/components/Gallery/GalleryContainer.d.ts +1 -1
  720. package/mobile/dist/components/Gallery/GalleryInner.d.ts +1 -1
  721. package/mobile/dist/components/Gallery/GalleryInner.js +2 -1
  722. package/mobile/dist/components/Gallery/GalleryInner.js.map +1 -1
  723. package/mobile/dist/components/GracePeriod/GracePeriod.d.ts +1 -1
  724. package/mobile/dist/components/GroupBlock/EmbeddableGroupBlocks.d.ts +2 -2
  725. package/mobile/dist/components/GroupBlock/GroupBlock.d.ts +1 -1
  726. package/mobile/dist/components/GroupBlock/GroupBlock.js +2 -1
  727. package/mobile/dist/components/GroupBlock/GroupBlock.js.map +1 -1
  728. package/mobile/dist/components/GroupBlock/GroupBlockTabs.d.ts +1 -1
  729. package/mobile/dist/components/GroupBlock/GroupBlocksItem.d.ts +1 -1
  730. package/mobile/dist/components/Header/DropdownMenu.d.ts +1 -1
  731. package/mobile/dist/components/Header/Header.d.ts +1 -1
  732. package/mobile/dist/components/Header/Header.js +3 -2
  733. package/mobile/dist/components/Header/Header.js.map +1 -1
  734. package/mobile/dist/components/Header/HeaderBurger.d.ts +1 -1
  735. package/mobile/dist/components/Header/HeaderBurger.js +2 -1
  736. package/mobile/dist/components/Header/HeaderBurger.js.map +1 -1
  737. package/mobile/dist/components/Header/HeaderSecondaryMenu.d.ts +3 -3
  738. package/mobile/dist/components/Header/HeaderSecondaryMenu.js +3 -2
  739. package/mobile/dist/components/Header/HeaderSecondaryMenu.js.map +1 -1
  740. package/mobile/dist/components/Header/HeaderSecondaryMenuButton.d.ts +1 -1
  741. package/mobile/dist/components/Header/HeaderSubMenu.d.ts +1 -1
  742. package/mobile/dist/components/Header/HeaderSubMenu.js +3 -2
  743. package/mobile/dist/components/Header/HeaderSubMenu.js.map +1 -1
  744. package/mobile/dist/components/Header/HeaderTop.d.ts +1 -1
  745. package/mobile/dist/components/Headline/Headline.d.ts +1 -1
  746. package/mobile/dist/components/Insurance/Insurance.d.ts +1 -1
  747. package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlock.d.ts +1 -1
  748. package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlock.js +2 -1
  749. package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlock.js.map +1 -1
  750. package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.d.ts +1 -1
  751. package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js +4 -3
  752. package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js.map +1 -1
  753. package/mobile/dist/components/LikeControl/LikeControl.d.ts +1 -1
  754. package/mobile/dist/components/LikeControl/LikeControl.js +6 -2
  755. package/mobile/dist/components/LikeControl/LikeControl.js.map +1 -1
  756. package/mobile/dist/components/LinkDocs/LinkDocs.d.ts +1 -1
  757. package/mobile/dist/components/LinkDocs/LinkDocsHorizontalList.d.ts +1 -1
  758. package/mobile/dist/components/LinkDocs/LinkDocsList.d.ts +1 -1
  759. package/mobile/dist/components/LinkDocs/LinkDocsListItem.d.ts +1 -1
  760. package/mobile/dist/components/LinkDocs/LinkDocsListItemBase.d.ts +1 -1
  761. package/mobile/dist/components/LinkDocs/LinkDocsVerticalList.d.ts +1 -1
  762. package/mobile/dist/components/LinkList/LinkList.d.ts +1 -1
  763. package/mobile/dist/components/MiniGallery/MiniGallery.d.ts +1 -1
  764. package/mobile/dist/components/MobileAppTile/MobileAppTile.d.ts +1 -1
  765. package/mobile/dist/components/Navigation/Navigation.d.ts +1 -1
  766. package/mobile/dist/components/Navigation/NavigationItem.d.ts +2 -2
  767. package/mobile/dist/components/NavigatorTabs/NavigatorTabItem.d.ts +1 -1
  768. package/mobile/dist/components/NavigatorTabs/NavigatorTabs.d.ts +1 -1
  769. package/mobile/dist/components/OtherProducts/OtherProducts.d.ts +1 -1
  770. package/mobile/dist/components/OtherProducts/OtherProductsItem.d.ts +1 -1
  771. package/mobile/dist/components/PictureText/PictureText.d.ts +1 -1
  772. package/mobile/dist/components/Placeholder/Placeholder.d.ts +1 -1
  773. package/mobile/dist/components/ProductBlock/ProductBlock.d.ts +1 -1
  774. package/mobile/dist/components/ProductBlock/ProductBlockInner.d.ts +1 -1
  775. package/mobile/dist/components/ProductGallery/ProductGallery.d.ts +1 -1
  776. package/mobile/dist/components/ProductGallery/ProductGalleryBlock.d.ts +1 -1
  777. package/mobile/dist/components/ProductTile/ProductTile.d.ts +1 -1
  778. package/mobile/dist/components/ProductTile/ProductTile.js +1 -1
  779. package/mobile/dist/components/ProductTile/ProductTile.js.map +1 -1
  780. package/mobile/dist/components/PromoTile/PromoTile.d.ts +1 -1
  781. package/mobile/dist/components/PromoTile/PromoTile.js +1 -1
  782. package/mobile/dist/components/PromoTile/PromoTile.js.map +1 -1
  783. package/mobile/dist/components/Recommendation/Recommendation.d.ts +1 -1
  784. package/mobile/dist/components/Recommendation/Recommendation.js +2 -1
  785. package/mobile/dist/components/Recommendation/Recommendation.js.map +1 -1
  786. package/mobile/dist/components/Recommendation/RecommendationCard.d.ts +1 -1
  787. package/mobile/dist/components/SafeDepositRental/SafeDepositRental.d.ts +1 -1
  788. package/mobile/dist/components/SafeDepositRental/SafeDepositRental.js +3 -2
  789. package/mobile/dist/components/SafeDepositRental/SafeDepositRental.js.map +1 -1
  790. package/mobile/dist/components/SafeDepositRental/SafeDepositRentalForm.d.ts +1 -8
  791. package/mobile/dist/components/SafeDepositRental/SafeDepositRentalForm.js +17 -16
  792. package/mobile/dist/components/SafeDepositRental/SafeDepositRentalForm.js.map +1 -1
  793. package/mobile/dist/components/StepsBlock/StepsBlock.d.ts +1 -1
  794. package/mobile/dist/components/Tabs/Tabs.d.ts +1 -1
  795. package/mobile/dist/components/Tabs/Tabs.js +3 -2
  796. package/mobile/dist/components/Tabs/Tabs.js.map +1 -1
  797. package/mobile/dist/components/TariffsTable/TableTileHeader.d.ts +1 -1
  798. package/mobile/dist/components/TariffsTable/TariffsTable.d.ts +1 -1
  799. package/mobile/dist/components/TariffsTable/TariffsTableCell.d.ts +1 -1
  800. package/mobile/dist/components/TariffsTable/TariffsTableHorizontal.d.ts +2 -2
  801. package/mobile/dist/components/TariffsTable/TariffsTableRow.d.ts +1 -1
  802. package/mobile/dist/components/TariffsTable/TariffsTableTileCell.d.ts +1 -1
  803. package/mobile/dist/components/TariffsTable/TariffsTableVertical.d.ts +2 -2
  804. package/mobile/dist/components/TextBlock/TextBlock.d.ts +1 -1
  805. package/mobile/dist/components/Tile/Tile.d.ts +1 -1
  806. package/mobile/dist/components/Tile/Tile.js +1 -1
  807. package/mobile/dist/components/Tile/Tile.js.map +1 -1
  808. package/mobile/dist/hooks/useExchangeRates.d.ts +1 -2
  809. package/mobile/dist/hooks/useExchangeRates.js +3 -2
  810. package/mobile/dist/hooks/useExchangeRates.js.map +1 -1
  811. package/mobile/dist/hooks/useGeolocation.d.ts +1 -0
  812. package/mobile/dist/hooks/useGeolocation.js +21 -0
  813. package/mobile/dist/hooks/useGeolocation.js.map +1 -0
  814. package/mobile/dist/hooks/useLikeService.d.ts +5 -0
  815. package/mobile/dist/hooks/useLikeService.js +27 -0
  816. package/mobile/dist/hooks/useLikeService.js.map +1 -0
  817. package/mobile/dist/hooks/useLink.d.ts +1 -0
  818. package/mobile/dist/hooks/useLink.js +3 -2
  819. package/mobile/dist/hooks/useLink.js.map +1 -1
  820. package/mobile/dist/hooks/useSafeDepositRental.d.ts +1 -2
  821. package/mobile/dist/hooks/useSafeDepositRental.js +3 -2
  822. package/mobile/dist/hooks/useSafeDepositRental.js.map +1 -1
  823. package/mobile/dist/hooks/useSearch.d.ts +4 -0
  824. package/mobile/dist/hooks/useSearch.js +12 -0
  825. package/mobile/dist/hooks/useSearch.js.map +1 -0
  826. package/mobile/dist/index.d.ts +2 -1
  827. package/mobile/dist/index.js +5 -3
  828. package/mobile/dist/index.js.map +1 -1
  829. package/mobile/dist/react/setup-fixture.d.ts +1 -0
  830. package/mobile/dist/react/setup-fixture.js +1 -48
  831. package/mobile/dist/react/setup-fixture.js.map +1 -1
  832. package/mobile/dist/services/sitemap/useSitemap.d.ts +1 -2
  833. package/mobile/dist/services/sitemap/useSitemap.js +3 -2
  834. package/mobile/dist/services/sitemap/useSitemap.js.map +1 -1
  835. package/mobile/dist/ui-kit/BlockWrapper.d.ts +1 -1
  836. package/mobile/dist/ui-kit/BlockWrapper.js +3 -2
  837. package/mobile/dist/ui-kit/BlockWrapper.js.map +1 -1
  838. package/mobile/dist/ui-kit/BlocksList/BlocksListProps.d.ts +0 -2
  839. package/mobile/dist/ui-kit/BlocksList/EmbeddableBlocks.d.ts +6 -6
  840. package/mobile/dist/ui-kit/Breadcrumb.d.ts +1 -1
  841. package/mobile/dist/ui-kit/Button/ArrowButton.d.ts +1 -1
  842. package/mobile/dist/ui-kit/Button/Button.d.ts +1 -1
  843. package/mobile/dist/ui-kit/Button/ButtonInner.d.ts +1 -1
  844. package/mobile/dist/ui-kit/Button/ButtonSection.d.ts +1 -1
  845. package/mobile/dist/ui-kit/Button/LikeButton.d.ts +1 -1
  846. package/mobile/dist/ui-kit/Checkbox/Checkbox.d.ts +1 -1
  847. package/mobile/dist/ui-kit/Checkbox/Checkbox.js +5 -3
  848. package/mobile/dist/ui-kit/Checkbox/Checkbox.js.map +1 -1
  849. package/mobile/dist/ui-kit/Description/Description.d.ts +1 -1
  850. package/mobile/dist/ui-kit/Foldable/Foldable.d.ts +1 -1
  851. package/mobile/dist/ui-kit/Foldable/Foldable.js +1 -2
  852. package/mobile/dist/ui-kit/Foldable/Foldable.js.map +1 -1
  853. package/mobile/dist/ui-kit/Foldable/useActiveHandler.d.ts +1 -3
  854. package/mobile/dist/ui-kit/Foldable/useActiveHandler.js +3 -2
  855. package/mobile/dist/ui-kit/Foldable/useActiveHandler.js.map +1 -1
  856. package/mobile/dist/ui-kit/HeaderItem/HeaderItem.d.ts +1 -1
  857. package/mobile/dist/ui-kit/Heading/Heading.d.ts +1 -1
  858. package/mobile/dist/ui-kit/Icon/Icon.d.ts +1 -1
  859. package/mobile/dist/ui-kit/Img/Img.d.ts +1 -1
  860. package/mobile/dist/ui-kit/Img/ImgAsPicture.d.ts +1 -1
  861. package/mobile/dist/ui-kit/Img/ImgInner.d.ts +1 -1
  862. package/mobile/dist/ui-kit/Input/Input.d.ts +1 -1
  863. package/mobile/dist/ui-kit/InputRange/InputRange.d.ts +1 -1
  864. package/mobile/dist/ui-kit/InputRange/InputRange.js +4 -3
  865. package/mobile/dist/ui-kit/InputRange/InputRange.js.map +1 -1
  866. package/mobile/dist/ui-kit/InputRange/InputRangeProps.d.ts +1 -0
  867. package/mobile/dist/ui-kit/List/List.d.ts +1 -1
  868. package/mobile/dist/ui-kit/List/ListItem.d.ts +1 -1
  869. package/mobile/dist/ui-kit/Logo/Logo.d.ts +1 -1
  870. package/mobile/dist/ui-kit/Radio/Radio.d.ts +1 -1
  871. package/mobile/dist/ui-kit/RadioButtonGroup/RadioButtonGroup.d.ts +1 -1
  872. package/mobile/dist/ui-kit/SVG.d.ts +1 -1
  873. package/mobile/dist/ui-kit/SearchBar/SearchBar.d.ts +1 -1
  874. package/mobile/dist/ui-kit/SearchBar/SearchBar.js +2 -2
  875. package/mobile/dist/ui-kit/SearchBar/SearchBar.js.map +1 -1
  876. package/mobile/dist/ui-kit/SearchBar/SearchBarInner.d.ts +3 -3
  877. package/mobile/dist/ui-kit/SearchBar/SearchBarInner.js +3 -2
  878. package/mobile/dist/ui-kit/SearchBar/SearchBarInner.js.map +1 -1
  879. package/mobile/dist/ui-kit/Select/Select.d.ts +1 -1
  880. package/mobile/dist/ui-kit/Select/SelectOption.d.ts +1 -1
  881. package/mobile/dist/ui-kit/SwipeListControl/SwipeListControl.d.ts +1 -1
  882. package/mobile/dist/ui-kit/SwipeListControl/SwipeListControl.js +4 -3
  883. package/mobile/dist/ui-kit/SwipeListControl/SwipeListControl.js.map +1 -1
  884. package/mobile/dist/ui-kit/SwipeListControl/SwipeListControlDots.d.ts +1 -1
  885. package/mobile/dist/ui-kit/SwipeListControl/SwipeListControlItem.d.ts +1 -1
  886. package/mobile/dist/ui-kit/SwipeListControl/SwipeListControlList.d.ts +1 -1
  887. package/mobile/dist/ui-kit/TableArrowScrollControl/TableArrowScrollControl.d.ts +1 -1
  888. package/mobile/dist/ui-kit/Tabs/Tabs.d.ts +1 -1
  889. package/mobile/dist/ui-kit/TopItem/TopItem.d.ts +1 -1
  890. package/mobile/lib/ProjectSettings.d.ts +2 -3
  891. package/mobile/lib/ProjectSettings.js +2 -2
  892. package/mobile/lib/ProjectSettings.js.map +1 -1
  893. package/mobile/lib/api/LikeAPI.d.ts +1 -1
  894. package/mobile/lib/api/LikeAPI.js +6 -5
  895. package/mobile/lib/api/LikeAPI.js.map +1 -1
  896. package/mobile/lib/components/Accordion/Accordion.d.ts +1 -1
  897. package/mobile/lib/components/Accordion/AccordionItem.d.ts +1 -1
  898. package/mobile/lib/components/Accordion/AccordionItem.js +1 -4
  899. package/mobile/lib/components/Accordion/AccordionItem.js.map +1 -1
  900. package/mobile/lib/components/Accordion/AccordionItemInner.d.ts +1 -1
  901. package/mobile/lib/components/Accordion/useActiveHandler.d.ts +1 -1
  902. package/mobile/lib/components/Accordion/useActiveHandler.js +3 -2
  903. package/mobile/lib/components/Accordion/useActiveHandler.js.map +1 -1
  904. package/mobile/lib/components/BaseTile/BaseTile.d.ts +1 -1
  905. package/mobile/lib/components/BenefitsBlock/BenefitsBlock.d.ts +1 -1
  906. package/mobile/lib/components/Blocks.d.ts +16 -16
  907. package/mobile/lib/components/Bonus/Bonus.d.ts +1 -1
  908. package/mobile/lib/components/BonusBenefitsBlock/BonusBenefitsBlock.d.ts +1 -1
  909. package/mobile/lib/components/Calculator/BonusCalculatorForm.d.ts +1 -1
  910. package/mobile/lib/components/Calculator/BonusCalculatorForm.js +4 -3
  911. package/mobile/lib/components/Calculator/BonusCalculatorForm.js.map +1 -1
  912. package/mobile/lib/components/Calculator/Calculator.d.ts +1 -1
  913. package/mobile/lib/components/Calculator/Calculator.js +4 -3
  914. package/mobile/lib/components/Calculator/Calculator.js.map +1 -1
  915. package/mobile/lib/components/Calculator/CalculatorValueBlock.d.ts +1 -1
  916. package/mobile/lib/components/Calculator/CreditCalculatorForm.d.ts +1 -1
  917. package/mobile/lib/components/Calculator/CreditCalculatorForm.js +8 -7
  918. package/mobile/lib/components/Calculator/CreditCalculatorForm.js.map +1 -1
  919. package/mobile/lib/components/Calculator/DepositCalculatorForm.d.ts +1 -1
  920. package/mobile/lib/components/Calculator/DepositCalculatorForm.js +3 -2
  921. package/mobile/lib/components/Calculator/DepositCalculatorForm.js.map +1 -1
  922. package/mobile/lib/components/Calculator/EmbeddableCalcBlocks.d.ts +4 -4
  923. package/mobile/lib/components/Calculator/MortgageCalculatorForm.d.ts +1 -1
  924. package/mobile/lib/components/Calculator/MortgageCalculatorForm.js +5 -4
  925. package/mobile/lib/components/Calculator/MortgageCalculatorForm.js.map +1 -1
  926. package/mobile/lib/components/Calculator/Rate.d.ts +1 -1
  927. package/mobile/lib/components/Calculator/renderCalculatorBlock.js +1 -1
  928. package/mobile/lib/components/Calculator/renderCalculatorBlock.js.map +1 -1
  929. package/mobile/lib/components/Calculator/useBonusCalculatorParams.d.ts +1 -2
  930. package/mobile/lib/components/Calculator/useBonusCalculatorParams.js +3 -2
  931. package/mobile/lib/components/Calculator/useBonusCalculatorParams.js.map +1 -1
  932. package/mobile/lib/components/Calculator/useCalculatorParams.d.ts +1 -2
  933. package/mobile/lib/components/Calculator/useCalculatorParams.js +2 -1
  934. package/mobile/lib/components/Calculator/useCalculatorParams.js.map +1 -1
  935. package/mobile/lib/components/Calculator/useCreditCalculatorParams.d.ts +1 -2
  936. package/mobile/lib/components/Calculator/useCreditCalculatorParams.js +2 -2
  937. package/mobile/lib/components/Calculator/useCreditCalculatorParams.js.map +1 -1
  938. package/mobile/lib/components/Catalog/Catalog.d.ts +1 -1
  939. package/mobile/lib/components/Catalog/Catalog.js +3 -2
  940. package/mobile/lib/components/Catalog/Catalog.js.map +1 -1
  941. package/mobile/lib/components/Catalog/CatalogCard.d.ts +1 -1
  942. package/mobile/lib/components/ComparisonTable/ComparisonTable.d.ts +1 -1
  943. package/mobile/lib/components/ComparisonTable/ComparisonTable.js +2 -1
  944. package/mobile/lib/components/ComparisonTable/ComparisonTable.js.map +1 -1
  945. package/mobile/lib/components/ComparisonTable/ComparisonTableBody.d.ts +1 -1
  946. package/mobile/lib/components/ComparisonTable/ComparisonTableBody.js +3 -2
  947. package/mobile/lib/components/ComparisonTable/ComparisonTableBody.js.map +1 -1
  948. package/mobile/lib/components/ComparisonTable/ComparisonTableColumnHeaders.d.ts +1 -1
  949. package/mobile/lib/components/ComparisonTable/ComparisonTableRows.d.ts +1 -1
  950. package/mobile/lib/components/ComparisonTable/HeaderCell.d.ts +1 -1
  951. package/mobile/lib/components/ComparisonTable/TableCarouselContainer.d.ts +1 -1
  952. package/mobile/lib/components/ComparisonTable/TableCell.d.ts +1 -1
  953. package/mobile/lib/components/ComparisonTable/TableColumn.d.ts +1 -1
  954. package/mobile/lib/components/ComparisonTable/TableRow.d.ts +1 -1
  955. package/mobile/lib/components/ComparisonTable/TableRowContainer.d.ts +1 -4
  956. package/mobile/lib/components/ContentPage/ContentPage.d.ts +3 -3
  957. package/mobile/lib/components/ContentPage/ContentPage.js.map +1 -1
  958. package/mobile/lib/components/ContentPage/ContentPageContext.d.ts +1 -19
  959. package/mobile/lib/components/ContentPage/ContentPageHead.d.ts +1 -1
  960. package/mobile/lib/components/ExchangeRateTile/CurrencyTable.d.ts +1 -1
  961. package/mobile/lib/components/ExchangeRateTile/CurrentLocation.d.ts +1 -1
  962. package/mobile/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.d.ts +1 -1
  963. package/mobile/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.js +2 -1
  964. package/mobile/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.js.map +1 -1
  965. package/mobile/lib/components/ExchangeRateTile/ExchangeRateTile.d.ts +1 -1
  966. package/mobile/lib/components/ExchangeRateTile/ExchangeRateTile.js +1 -1
  967. package/mobile/lib/components/ExchangeRateTile/ExchangeRateTile.js.map +1 -1
  968. package/mobile/lib/components/Footer/Contacts.d.ts +1 -1
  969. package/mobile/lib/components/Footer/Footer.d.ts +1 -1
  970. package/mobile/lib/components/Footer/Footer.js +1 -1
  971. package/mobile/lib/components/Footer/Footer.js.map +1 -1
  972. package/mobile/lib/components/Footer/HorizontalNavigation.d.ts +1 -1
  973. package/mobile/lib/components/Footer/HorizontalNavigationLink.d.ts +1 -1
  974. package/mobile/lib/components/Footer/MediaButton.d.ts +1 -1
  975. package/mobile/lib/components/Footer/Sitemap.d.ts +1 -1
  976. package/mobile/lib/components/Footer/Sitemap.js +2 -2
  977. package/mobile/lib/components/Footer/Sitemap.js.map +1 -1
  978. package/mobile/lib/components/Footer/SocialMedia.d.ts +1 -1
  979. package/mobile/lib/components/Footer/TextInformation.d.ts +1 -1
  980. package/mobile/lib/components/Footer/TextInformationLink.d.ts +1 -1
  981. package/mobile/lib/components/Gallery/Gallery.d.ts +1 -1
  982. package/mobile/lib/components/Gallery/GalleryCardInner.d.ts +1 -1
  983. package/mobile/lib/components/Gallery/GalleryContainer.d.ts +1 -1
  984. package/mobile/lib/components/Gallery/GalleryInner.d.ts +1 -1
  985. package/mobile/lib/components/Gallery/GalleryInner.js +2 -1
  986. package/mobile/lib/components/Gallery/GalleryInner.js.map +1 -1
  987. package/mobile/lib/components/GracePeriod/GracePeriod.d.ts +1 -1
  988. package/mobile/lib/components/GroupBlock/EmbeddableGroupBlocks.d.ts +2 -2
  989. package/mobile/lib/components/GroupBlock/GroupBlock.d.ts +1 -1
  990. package/mobile/lib/components/GroupBlock/GroupBlock.js +2 -1
  991. package/mobile/lib/components/GroupBlock/GroupBlock.js.map +1 -1
  992. package/mobile/lib/components/GroupBlock/GroupBlockTabs.d.ts +1 -1
  993. package/mobile/lib/components/GroupBlock/GroupBlocksItem.d.ts +1 -1
  994. package/mobile/lib/components/Header/DropdownMenu.d.ts +1 -1
  995. package/mobile/lib/components/Header/Header.d.ts +1 -1
  996. package/mobile/lib/components/Header/Header.js +3 -2
  997. package/mobile/lib/components/Header/Header.js.map +1 -1
  998. package/mobile/lib/components/Header/HeaderBurger.d.ts +1 -1
  999. package/mobile/lib/components/Header/HeaderBurger.js +2 -1
  1000. package/mobile/lib/components/Header/HeaderBurger.js.map +1 -1
  1001. package/mobile/lib/components/Header/HeaderSecondaryMenu.d.ts +3 -3
  1002. package/mobile/lib/components/Header/HeaderSecondaryMenu.js +3 -2
  1003. package/mobile/lib/components/Header/HeaderSecondaryMenu.js.map +1 -1
  1004. package/mobile/lib/components/Header/HeaderSecondaryMenuButton.d.ts +1 -1
  1005. package/mobile/lib/components/Header/HeaderSubMenu.d.ts +1 -1
  1006. package/mobile/lib/components/Header/HeaderSubMenu.js +3 -2
  1007. package/mobile/lib/components/Header/HeaderSubMenu.js.map +1 -1
  1008. package/mobile/lib/components/Header/HeaderTop.d.ts +1 -1
  1009. package/mobile/lib/components/Headline/Headline.d.ts +1 -1
  1010. package/mobile/lib/components/Insurance/Insurance.d.ts +1 -1
  1011. package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlock.d.ts +1 -1
  1012. package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlock.js +2 -1
  1013. package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlock.js.map +1 -1
  1014. package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.d.ts +1 -1
  1015. package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js +4 -3
  1016. package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js.map +1 -1
  1017. package/mobile/lib/components/LikeControl/LikeControl.d.ts +1 -1
  1018. package/mobile/lib/components/LikeControl/LikeControl.js +6 -2
  1019. package/mobile/lib/components/LikeControl/LikeControl.js.map +1 -1
  1020. package/mobile/lib/components/LinkDocs/LinkDocs.d.ts +1 -1
  1021. package/mobile/lib/components/LinkDocs/LinkDocsHorizontalList.d.ts +1 -1
  1022. package/mobile/lib/components/LinkDocs/LinkDocsList.d.ts +1 -1
  1023. package/mobile/lib/components/LinkDocs/LinkDocsListItem.d.ts +1 -1
  1024. package/mobile/lib/components/LinkDocs/LinkDocsListItemBase.d.ts +1 -1
  1025. package/mobile/lib/components/LinkDocs/LinkDocsVerticalList.d.ts +1 -1
  1026. package/mobile/lib/components/LinkList/LinkList.d.ts +1 -1
  1027. package/mobile/lib/components/MiniGallery/MiniGallery.d.ts +1 -1
  1028. package/mobile/lib/components/MobileAppTile/MobileAppTile.d.ts +1 -1
  1029. package/mobile/lib/components/Navigation/Navigation.d.ts +1 -1
  1030. package/mobile/lib/components/Navigation/NavigationItem.d.ts +2 -2
  1031. package/mobile/lib/components/NavigatorTabs/NavigatorTabItem.d.ts +1 -1
  1032. package/mobile/lib/components/NavigatorTabs/NavigatorTabs.d.ts +1 -1
  1033. package/mobile/lib/components/OtherProducts/OtherProducts.d.ts +1 -1
  1034. package/mobile/lib/components/OtherProducts/OtherProductsItem.d.ts +1 -1
  1035. package/mobile/lib/components/PictureText/PictureText.d.ts +1 -1
  1036. package/mobile/lib/components/Placeholder/Placeholder.d.ts +1 -1
  1037. package/mobile/lib/components/ProductBlock/ProductBlock.d.ts +1 -1
  1038. package/mobile/lib/components/ProductBlock/ProductBlockInner.d.ts +1 -1
  1039. package/mobile/lib/components/ProductGallery/ProductGallery.d.ts +1 -1
  1040. package/mobile/lib/components/ProductGallery/ProductGalleryBlock.d.ts +1 -1
  1041. package/mobile/lib/components/ProductTile/ProductTile.d.ts +1 -1
  1042. package/mobile/lib/components/ProductTile/ProductTile.js +1 -1
  1043. package/mobile/lib/components/ProductTile/ProductTile.js.map +1 -1
  1044. package/mobile/lib/components/PromoTile/PromoTile.d.ts +1 -1
  1045. package/mobile/lib/components/PromoTile/PromoTile.js +1 -1
  1046. package/mobile/lib/components/PromoTile/PromoTile.js.map +1 -1
  1047. package/mobile/lib/components/Recommendation/Recommendation.d.ts +1 -1
  1048. package/mobile/lib/components/Recommendation/Recommendation.js +2 -1
  1049. package/mobile/lib/components/Recommendation/Recommendation.js.map +1 -1
  1050. package/mobile/lib/components/Recommendation/RecommendationCard.d.ts +1 -1
  1051. package/mobile/lib/components/SafeDepositRental/SafeDepositRental.d.ts +1 -1
  1052. package/mobile/lib/components/SafeDepositRental/SafeDepositRental.js +3 -2
  1053. package/mobile/lib/components/SafeDepositRental/SafeDepositRental.js.map +1 -1
  1054. package/mobile/lib/components/SafeDepositRental/SafeDepositRentalForm.d.ts +1 -8
  1055. package/mobile/lib/components/SafeDepositRental/SafeDepositRentalForm.js +17 -15
  1056. package/mobile/lib/components/SafeDepositRental/SafeDepositRentalForm.js.map +1 -1
  1057. package/mobile/lib/components/StepsBlock/StepsBlock.d.ts +1 -1
  1058. package/mobile/lib/components/Tabs/Tabs.d.ts +1 -1
  1059. package/mobile/lib/components/Tabs/Tabs.js +3 -2
  1060. package/mobile/lib/components/Tabs/Tabs.js.map +1 -1
  1061. package/mobile/lib/components/TariffsTable/TableTileHeader.d.ts +1 -1
  1062. package/mobile/lib/components/TariffsTable/TariffsTable.d.ts +1 -1
  1063. package/mobile/lib/components/TariffsTable/TariffsTableCell.d.ts +1 -1
  1064. package/mobile/lib/components/TariffsTable/TariffsTableHorizontal.d.ts +2 -2
  1065. package/mobile/lib/components/TariffsTable/TariffsTableRow.d.ts +1 -1
  1066. package/mobile/lib/components/TariffsTable/TariffsTableTileCell.d.ts +1 -1
  1067. package/mobile/lib/components/TariffsTable/TariffsTableVertical.d.ts +2 -2
  1068. package/mobile/lib/components/TextBlock/TextBlock.d.ts +1 -1
  1069. package/mobile/lib/components/Tile/Tile.d.ts +1 -1
  1070. package/mobile/lib/components/Tile/Tile.js +1 -1
  1071. package/mobile/lib/components/Tile/Tile.js.map +1 -1
  1072. package/mobile/lib/hooks/useExchangeRates.d.ts +1 -2
  1073. package/mobile/lib/hooks/useExchangeRates.js +2 -1
  1074. package/mobile/lib/hooks/useExchangeRates.js.map +1 -1
  1075. package/mobile/lib/hooks/useGeolocation.d.ts +1 -0
  1076. package/mobile/lib/hooks/useGeolocation.js +18 -0
  1077. package/mobile/lib/hooks/useGeolocation.js.map +1 -0
  1078. package/mobile/lib/hooks/useLikeService.d.ts +5 -0
  1079. package/mobile/lib/hooks/useLikeService.js +24 -0
  1080. package/mobile/lib/hooks/useLikeService.js.map +1 -0
  1081. package/mobile/lib/hooks/useLink.d.ts +1 -0
  1082. package/mobile/lib/hooks/useLink.js +1 -1
  1083. package/mobile/lib/hooks/useLink.js.map +1 -1
  1084. package/mobile/lib/hooks/useSafeDepositRental.d.ts +1 -2
  1085. package/mobile/lib/hooks/useSafeDepositRental.js +2 -1
  1086. package/mobile/lib/hooks/useSafeDepositRental.js.map +1 -1
  1087. package/mobile/lib/hooks/useSearch.d.ts +4 -0
  1088. package/mobile/lib/hooks/useSearch.js +9 -0
  1089. package/mobile/lib/hooks/useSearch.js.map +1 -0
  1090. package/mobile/lib/index.d.ts +2 -1
  1091. package/mobile/lib/index.js +2 -1
  1092. package/mobile/lib/index.js.map +1 -1
  1093. package/mobile/lib/react/setup-fixture.d.ts +1 -0
  1094. package/mobile/lib/react/setup-fixture.js +2 -46
  1095. package/mobile/lib/react/setup-fixture.js.map +1 -1
  1096. package/mobile/lib/services/sitemap/useSitemap.d.ts +1 -2
  1097. package/mobile/lib/services/sitemap/useSitemap.js +2 -1
  1098. package/mobile/lib/services/sitemap/useSitemap.js.map +1 -1
  1099. package/mobile/lib/ui-kit/BlockWrapper.d.ts +1 -1
  1100. package/mobile/lib/ui-kit/BlockWrapper.js +3 -2
  1101. package/mobile/lib/ui-kit/BlockWrapper.js.map +1 -1
  1102. package/mobile/lib/ui-kit/BlocksList/BlocksListProps.d.ts +0 -2
  1103. package/mobile/lib/ui-kit/BlocksList/EmbeddableBlocks.d.ts +6 -6
  1104. package/mobile/lib/ui-kit/Breadcrumb.d.ts +1 -1
  1105. package/mobile/lib/ui-kit/Button/ArrowButton.d.ts +1 -1
  1106. package/mobile/lib/ui-kit/Button/Button.d.ts +1 -1
  1107. package/mobile/lib/ui-kit/Button/ButtonInner.d.ts +1 -1
  1108. package/mobile/lib/ui-kit/Button/ButtonSection.d.ts +1 -1
  1109. package/mobile/lib/ui-kit/Button/LikeButton.d.ts +1 -1
  1110. package/mobile/lib/ui-kit/Checkbox/Checkbox.d.ts +1 -1
  1111. package/mobile/lib/ui-kit/Checkbox/Checkbox.js +5 -3
  1112. package/mobile/lib/ui-kit/Checkbox/Checkbox.js.map +1 -1
  1113. package/mobile/lib/ui-kit/Description/Description.d.ts +1 -1
  1114. package/mobile/lib/ui-kit/Foldable/Foldable.d.ts +1 -1
  1115. package/mobile/lib/ui-kit/Foldable/Foldable.js +1 -2
  1116. package/mobile/lib/ui-kit/Foldable/Foldable.js.map +1 -1
  1117. package/mobile/lib/ui-kit/Foldable/useActiveHandler.d.ts +1 -3
  1118. package/mobile/lib/ui-kit/Foldable/useActiveHandler.js +3 -2
  1119. package/mobile/lib/ui-kit/Foldable/useActiveHandler.js.map +1 -1
  1120. package/mobile/lib/ui-kit/HeaderItem/HeaderItem.d.ts +1 -1
  1121. package/mobile/lib/ui-kit/Heading/Heading.d.ts +1 -1
  1122. package/mobile/lib/ui-kit/Icon/Icon.d.ts +1 -1
  1123. package/mobile/lib/ui-kit/Img/Img.d.ts +1 -1
  1124. package/mobile/lib/ui-kit/Img/ImgAsPicture.d.ts +1 -1
  1125. package/mobile/lib/ui-kit/Img/ImgInner.d.ts +1 -1
  1126. package/mobile/lib/ui-kit/Input/Input.d.ts +1 -1
  1127. package/mobile/lib/ui-kit/InputRange/InputRange.d.ts +1 -1
  1128. package/mobile/lib/ui-kit/InputRange/InputRange.js +4 -3
  1129. package/mobile/lib/ui-kit/InputRange/InputRange.js.map +1 -1
  1130. package/mobile/lib/ui-kit/InputRange/InputRangeProps.d.ts +1 -0
  1131. package/mobile/lib/ui-kit/List/List.d.ts +1 -1
  1132. package/mobile/lib/ui-kit/List/ListItem.d.ts +1 -1
  1133. package/mobile/lib/ui-kit/Logo/Logo.d.ts +1 -1
  1134. package/mobile/lib/ui-kit/Radio/Radio.d.ts +1 -1
  1135. package/mobile/lib/ui-kit/RadioButtonGroup/RadioButtonGroup.d.ts +1 -1
  1136. package/mobile/lib/ui-kit/SVG.d.ts +1 -1
  1137. package/mobile/lib/ui-kit/SearchBar/SearchBar.d.ts +1 -1
  1138. package/mobile/lib/ui-kit/SearchBar/SearchBar.js +2 -2
  1139. package/mobile/lib/ui-kit/SearchBar/SearchBar.js.map +1 -1
  1140. package/mobile/lib/ui-kit/SearchBar/SearchBarInner.d.ts +3 -3
  1141. package/mobile/lib/ui-kit/SearchBar/SearchBarInner.js +3 -2
  1142. package/mobile/lib/ui-kit/SearchBar/SearchBarInner.js.map +1 -1
  1143. package/mobile/lib/ui-kit/Select/Select.d.ts +1 -1
  1144. package/mobile/lib/ui-kit/Select/SelectOption.d.ts +1 -1
  1145. package/mobile/lib/ui-kit/SwipeListControl/SwipeListControl.d.ts +1 -1
  1146. package/mobile/lib/ui-kit/SwipeListControl/SwipeListControl.js +4 -3
  1147. package/mobile/lib/ui-kit/SwipeListControl/SwipeListControl.js.map +1 -1
  1148. package/mobile/lib/ui-kit/SwipeListControl/SwipeListControlDots.d.ts +1 -1
  1149. package/mobile/lib/ui-kit/SwipeListControl/SwipeListControlItem.d.ts +1 -1
  1150. package/mobile/lib/ui-kit/SwipeListControl/SwipeListControlList.d.ts +1 -1
  1151. package/mobile/lib/ui-kit/TableArrowScrollControl/TableArrowScrollControl.d.ts +1 -1
  1152. package/mobile/lib/ui-kit/Tabs/Tabs.d.ts +1 -1
  1153. package/mobile/lib/ui-kit/TopItem/TopItem.d.ts +1 -1
  1154. package/mobile/src/ProjectSettings.ts +3 -4
  1155. package/mobile/src/api/LikeAPI.ts +21 -16
  1156. package/mobile/src/common.css +25 -7
  1157. package/mobile/src/components/Accordion/AccordionItem.tsx +1 -4
  1158. package/mobile/src/components/Accordion/useActiveHandler.ts +3 -2
  1159. package/mobile/src/components/Blocks.spec.tsx +9 -15
  1160. package/mobile/src/components/Calculator/BonusCalculatorForm.tsx +4 -3
  1161. package/mobile/src/components/Calculator/Calculator.tsx +5 -4
  1162. package/mobile/src/components/Calculator/CreditCalculatorForm.tsx +8 -7
  1163. package/mobile/src/components/Calculator/DepositCalculatorForm.tsx +3 -2
  1164. package/mobile/src/components/Calculator/MortgageCalculatorForm.tsx +5 -4
  1165. package/mobile/src/components/Calculator/renderCalculatorBlock.tsx +1 -1
  1166. package/mobile/src/components/Calculator/useBonusCalculatorParams.ts +2 -6
  1167. package/mobile/src/components/Calculator/useCalculatorParams.ts +2 -2
  1168. package/mobile/src/components/Calculator/useCreditCalculatorParams.ts +1 -6
  1169. package/mobile/src/components/Catalog/Catalog.tsx +3 -2
  1170. package/mobile/src/components/ComparisonTable/ComparisonTable.tsx +3 -2
  1171. package/mobile/src/components/ComparisonTable/ComparisonTableBody.tsx +5 -4
  1172. package/mobile/src/components/ContentPage/ContentPage.tsx +3 -5
  1173. package/mobile/src/components/ContentPage/ContentPageContext.tsx +1 -26
  1174. package/mobile/src/components/ExchangeRateTile/ExchangeCurrencyCalculator.tsx +2 -1
  1175. package/mobile/src/components/ExchangeRateTile/ExchangeRateTile.tsx +1 -1
  1176. package/mobile/src/components/Footer/Footer.tsx +1 -1
  1177. package/mobile/src/components/Footer/Sitemap.tsx +2 -2
  1178. package/mobile/src/components/Gallery/GalleryInner.tsx +3 -2
  1179. package/mobile/src/components/GroupBlock/GroupBlock.tsx +2 -1
  1180. package/mobile/src/components/Header/Header.tsx +6 -5
  1181. package/mobile/src/components/Header/HeaderBurger.tsx +2 -1
  1182. package/mobile/src/components/Header/HeaderSecondaryMenu.tsx +6 -4
  1183. package/mobile/src/components/Header/HeaderSubMenu.tsx +3 -2
  1184. package/mobile/src/components/InsuranceAmountBlock/InsuranceAmountBlock.tsx +2 -1
  1185. package/mobile/src/components/InsuranceAmountBlock/InsuranceAmountBlockInner.tsx +4 -3
  1186. package/mobile/src/components/LikeControl/LikeControl.tsx +11 -3
  1187. package/mobile/src/components/ProductTile/ProductTile.tsx +2 -1
  1188. package/mobile/src/components/PromoTile/PromoTile.tsx +3 -2
  1189. package/mobile/src/components/Recommendation/Recommendation.tsx +2 -1
  1190. package/mobile/src/components/SafeDepositRental/SafeDepositRental.tsx +3 -2
  1191. package/mobile/src/components/SafeDepositRental/SafeDepositRentalForm.tsx +32 -32
  1192. package/mobile/src/components/Tabs/Tabs.tsx +3 -2
  1193. package/mobile/src/components/Tile/Tile.tsx +2 -2
  1194. package/mobile/src/components/__snapshots__/Blocks.spec.tsx.snap +11 -9
  1195. package/mobile/src/hooks/useExchangeRates.ts +2 -2
  1196. package/mobile/src/hooks/useGeolocation.ts +22 -0
  1197. package/mobile/src/hooks/useLikeService.ts +29 -0
  1198. package/mobile/src/hooks/useLink.ts +1 -1
  1199. package/mobile/src/hooks/useSafeDepositRental.ts +2 -2
  1200. package/mobile/src/hooks/useSearch.ts +10 -0
  1201. package/mobile/src/index.ts +2 -1
  1202. package/mobile/src/react/setup-fixture.ts +2 -55
  1203. package/mobile/src/services/sitemap/useSitemap.ts +2 -2
  1204. package/mobile/src/ui-kit/BlockWrapper.tsx +3 -2
  1205. package/mobile/src/ui-kit/BlocksList/BlocksListProps.ts +0 -2
  1206. package/mobile/src/ui-kit/Checkbox/Checkbox.tsx +28 -26
  1207. package/mobile/src/ui-kit/Foldable/Foldable.tsx +0 -2
  1208. package/mobile/src/ui-kit/Foldable/useActiveHandler.ts +3 -4
  1209. package/mobile/src/ui-kit/InputRange/InputRange.tsx +21 -7
  1210. package/mobile/src/ui-kit/InputRange/InputRangeProps.ts +1 -0
  1211. package/mobile/src/ui-kit/SearchBar/SearchBar.tsx +2 -2
  1212. package/mobile/src/ui-kit/SearchBar/SearchBarInner.tsx +57 -58
  1213. package/mobile/src/ui-kit/SwipeListControl/SwipeListControl.tsx +3 -3
  1214. package/package.json +2 -2
  1215. package/src/ProjectSettings.ts +3 -4
  1216. package/src/api/LikeAPI.ts +21 -16
  1217. package/src/common.css +25 -7
  1218. package/src/components/Accordion/Accordion.tsx +1 -0
  1219. package/src/components/Accordion/AccordionItem.mobile.tsx +1 -4
  1220. package/src/components/Accordion/AccordionItem.tsx +0 -1
  1221. package/src/components/Accordion/useActiveHandler.ts +3 -2
  1222. package/src/components/Blocks.spec.tsx +9 -15
  1223. package/src/components/Calculator/BonusCalculatorForm.tsx +4 -3
  1224. package/src/components/Calculator/Calculator.tsx +5 -4
  1225. package/src/components/Calculator/CreditCalculatorForm.tsx +8 -7
  1226. package/src/components/Calculator/DepositCalculatorForm.tsx +3 -2
  1227. package/src/components/Calculator/MortgageCalculatorForm.tsx +5 -4
  1228. package/src/components/Calculator/renderCalculatorBlock.tsx +1 -1
  1229. package/src/components/Calculator/useBonusCalculatorParams.ts +2 -6
  1230. package/src/components/Calculator/useCalculatorParams.ts +2 -2
  1231. package/src/components/Calculator/useCreditCalculatorParams.ts +1 -6
  1232. package/src/components/Catalog/Catalog.tsx +3 -2
  1233. package/src/components/ComparisonTable/ComparisonTable.mobile.tsx +3 -2
  1234. package/src/components/ComparisonTable/ComparisonTable.tsx +2 -1
  1235. package/src/components/ComparisonTable/ComparisonTableBody.tsx +5 -4
  1236. package/src/components/ContentPage/ContentPage.tsx +3 -5
  1237. package/src/components/ContentPage/ContentPageContext.tsx +1 -26
  1238. package/src/components/ExchangeRateTile/ExchangeCurrencyCalculator.tsx +2 -1
  1239. package/src/components/ExchangeRateTile/ExchangeRateTile.tsx +1 -1
  1240. package/src/components/Footer/Footer.mobile.tsx +1 -1
  1241. package/src/components/Footer/Sitemap.tsx +2 -2
  1242. package/src/components/Gallery/GalleryInner.tsx +3 -2
  1243. package/src/components/GroupBlock/GroupBlock.tsx +2 -1
  1244. package/src/components/Header/Header.mobile.tsx +6 -5
  1245. package/src/components/Header/Header.tsx +1 -2
  1246. package/src/components/Header/HeaderBurger.tsx +2 -1
  1247. package/src/components/Header/HeaderSecondaryMenu.tsx +6 -4
  1248. package/src/components/Header/HeaderSubMenu.tsx +3 -2
  1249. package/src/components/InsuranceAmountBlock/InsuranceAmountBlock.tsx +2 -1
  1250. package/src/components/InsuranceAmountBlock/InsuranceAmountBlockInner.tsx +4 -3
  1251. package/src/components/LikeControl/LikeControl.tsx +11 -3
  1252. package/src/components/LinkDocs/LinkDocs.tsx +1 -0
  1253. package/src/components/ProductGallery/ProductGallery.tsx +3 -2
  1254. package/src/components/ProductTile/ProductTile.tsx +2 -1
  1255. package/src/components/PromoTile/PromoTile.tsx +3 -2
  1256. package/src/components/Recommendation/Recommendation.tsx +2 -1
  1257. package/src/components/SafeDepositRental/SafeDepositRental.tsx +3 -2
  1258. package/src/components/SafeDepositRental/SafeDepositRentalForm.tsx +32 -32
  1259. package/src/components/Tabs/Tabs.tsx +3 -2
  1260. package/src/components/TariffsTable/TariffsTable.tsx +3 -2
  1261. package/src/components/Tile/Tile.tsx +2 -2
  1262. package/src/components/__snapshots__/Blocks.spec.tsx.snap +11 -9
  1263. package/src/hooks/useExchangeRates.ts +2 -2
  1264. package/src/hooks/useGeolocation.ts +22 -0
  1265. package/src/hooks/useLikeService.ts +29 -0
  1266. package/src/hooks/useLink.ts +1 -1
  1267. package/src/hooks/useSafeDepositRental.ts +2 -2
  1268. package/src/hooks/useSearch.ts +10 -0
  1269. package/src/index.ts +2 -1
  1270. package/src/react/setup-fixture.ts +2 -55
  1271. package/src/services/sitemap/useSitemap.ts +2 -2
  1272. package/src/ui-kit/BlockWrapper.tsx +3 -2
  1273. package/src/ui-kit/BlocksList/BlocksListProps.ts +0 -2
  1274. package/src/ui-kit/Checkbox/Checkbox.tsx +28 -26
  1275. package/src/ui-kit/Foldable/Foldable.tsx +0 -2
  1276. package/src/ui-kit/Foldable/useActiveHandler.ts +3 -4
  1277. package/src/ui-kit/InputRange/InputRange.tsx +21 -7
  1278. package/src/ui-kit/InputRange/InputRangeProps.ts +1 -0
  1279. package/src/ui-kit/SearchBar/SearchBar.mobile.tsx +2 -2
  1280. package/src/ui-kit/SearchBar/SearchBar.tsx +2 -2
  1281. package/src/ui-kit/SearchBar/SearchBarInner.tsx +57 -58
  1282. package/src/ui-kit/SwipeListControl/SwipeListControl.tsx +3 -3
@@ -3,10 +3,9 @@ export interface ProjectSettings {
3
3
  RC_BRANCH?: string;
4
4
  PROD_BRANCH: string;
5
5
  FORCED_DRAFT_FLOW: boolean;
6
- ENABLE_ASSIST?: boolean;
6
+ ASSIST_PROJECT_ID?: string;
7
7
  SITEMAP?: string;
8
8
  CDN?: string;
9
- CREDIT_CALCULATOR?: string;
10
9
  }
11
10
  export declare const projectSettings: {
12
11
  _: ProjectSettings;
@@ -15,7 +14,7 @@ export declare const projectSettings: {
15
14
  readonly RC_BRANCH: string | undefined;
16
15
  readonly PROD_BRANCH: string;
17
16
  readonly FORCED_DRAFT_FLOW: boolean;
18
- readonly ENABLE_ASSIST: boolean | undefined;
17
+ readonly ASSIST_PROJECT_ID: string | undefined;
19
18
  readonly SITEMAP: string | undefined;
20
19
  readonly CDN: string | undefined;
21
20
  };
@@ -20,8 +20,8 @@ exports.projectSettings = new (class {
20
20
  get FORCED_DRAFT_FLOW() {
21
21
  return this._.FORCED_DRAFT_FLOW;
22
22
  }
23
- get ENABLE_ASSIST() {
24
- return this._.ENABLE_ASSIST;
23
+ get ASSIST_PROJECT_ID() {
24
+ return this._.ASSIST_PROJECT_ID;
25
25
  }
26
26
  get SITEMAP() {
27
27
  return this._.SITEMAP;
@@ -1 +1 @@
1
- {"version":3,"file":"ProjectSettings.js","sourceRoot":"","sources":["../src/ProjectSettings.ts"],"names":[],"mappings":";;AAWa,QAAA,eAAe,GAAG,IAAI,CAAC;IAClC,CAAC,GAAoB;QACnB,WAAW,EAAE,QAAQ;QACrB,iBAAiB,EAAE,KAAK;KACzB,CAAC;IAEF,KAAK,CAAC,CAAkB;QACtB,IAAI,CAAC,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;IAED,IAAI,WAAW;QACb,OAAO,IAAI,CAAC,CAAC,CAAC,WAAW,CAAC;IAC5B,CAAC;IACD,IAAI,SAAS;QACX,OAAO,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;IAC1B,CAAC;IACD,IAAI,WAAW;QACb,OAAO,IAAI,CAAC,CAAC,CAAC,WAAW,CAAC;IAC5B,CAAC;IACD,IAAI,iBAAiB;QACnB,OAAO,IAAI,CAAC,CAAC,CAAC,iBAAiB,CAAC;IAClC,CAAC;IACD,IAAI,aAAa;QACf,OAAO,IAAI,CAAC,CAAC,CAAC,aAAa,CAAC;IAC9B,CAAC;IACD,IAAI,OAAO;QACT,OAAO,IAAI,CAAC,CAAC,CAAC,OAAO,CAAC;IACxB,CAAC;IACD,IAAI,GAAG;QACL,OAAO,IAAI,CAAC,CAAC,CAAC,GAAG,CAAC;IACpB,CAAC;CACF,CAAC,EAAE,CAAC"}
1
+ {"version":3,"file":"ProjectSettings.js","sourceRoot":"","sources":["../src/ProjectSettings.ts"],"names":[],"mappings":";;AAUa,QAAA,eAAe,GAAG,IAAI,CAAC;IAClC,CAAC,GAAoB;QACnB,WAAW,EAAE,QAAQ;QACrB,iBAAiB,EAAE,KAAK;KACzB,CAAC;IAEF,KAAK,CAAC,CAAkB;QACtB,IAAI,CAAC,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;IAED,IAAI,WAAW;QACb,OAAO,IAAI,CAAC,CAAC,CAAC,WAAW,CAAC;IAC5B,CAAC;IACD,IAAI,SAAS;QACX,OAAO,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;IAC1B,CAAC;IACD,IAAI,WAAW;QACb,OAAO,IAAI,CAAC,CAAC,CAAC,WAAW,CAAC;IAC5B,CAAC;IACD,IAAI,iBAAiB;QACnB,OAAO,IAAI,CAAC,CAAC,CAAC,iBAAiB,CAAC;IAClC,CAAC;IACD,IAAI,iBAAiB;QACnB,OAAO,IAAI,CAAC,CAAC,CAAC,iBAAiB,CAAC;IAClC,CAAC;IACD,IAAI,OAAO;QACT,OAAO,IAAI,CAAC,CAAC,CAAC,OAAO,CAAC;IACxB,CAAC;IACD,IAAI,GAAG;QACL,OAAO,IAAI,CAAC,CAAC,CAAC,GAAG,CAAC;IACpB,CAAC;CACF,CAAC,EAAE,CAAC"}
@@ -2,7 +2,7 @@ export interface LikeData {
2
2
  node_id: string;
3
3
  value: number;
4
4
  }
5
- export declare function LikeAPI(projectId: string, baseURL?: string): {
5
+ export declare function LikeAPI(): {
6
6
  getLikeCount: (...nodeIds: string[]) => Promise<LikeData[]>;
7
7
  like: (nodeId: string) => Promise<number>;
8
8
  dislike: (nodeId: string) => Promise<number>;
@@ -1,16 +1,17 @@
1
1
  Object.defineProperty(exports, "__esModule", { value: true });
2
2
  exports.LikeAPI = void 0;
3
+ const ProjectSettings_1 = require("../ProjectSettings");
3
4
  const AUTH_PREFIX = 'guest';
4
5
  const STORAGE_KEY = 'likesToken';
5
6
  // eslint-disable-next-line max-lines-per-function
6
- function LikeAPI(projectId, baseURL = '') {
7
+ function LikeAPI() {
7
8
  async function getLikeCount(...nodeIds) {
8
9
  if (!nodeIds.length) {
9
10
  return [];
10
11
  }
11
12
  const { token: Authorization } = await auth();
12
13
  try {
13
- const response = await fetch(`${baseURL}/assist/v1/public/projects/${projectId}/nodes/likes`, {
14
+ const response = await fetch(`/assist/v1/public/projects/${ProjectSettings_1.projectSettings.ASSIST_PROJECT_ID}/nodes/likes`, {
14
15
  method: 'POST',
15
16
  mode: 'cors',
16
17
  headers: { 'Content-Type': 'application/json', Authorization },
@@ -32,7 +33,7 @@ function LikeAPI(projectId, baseURL = '') {
32
33
  }
33
34
  const { token: Authorization, name } = await auth();
34
35
  try {
35
- const response = await fetch(`${baseURL}/assist/v1/public/projects/${projectId}/nodes/like`, {
36
+ const response = await fetch(`/assist/v1/public/projects/${ProjectSettings_1.projectSettings.ASSIST_PROJECT_ID}/nodes/like`, {
36
37
  method: 'POST',
37
38
  mode: 'cors',
38
39
  headers: {
@@ -59,7 +60,7 @@ function LikeAPI(projectId, baseURL = '') {
59
60
  }
60
61
  const { token: Authorization, name } = await auth();
61
62
  try {
62
- const response = await fetch(`${baseURL}/assist/v1/public/projects/${projectId}/nodes/unlike`, {
63
+ const response = await fetch(`/assist/v1/public/projects/${ProjectSettings_1.projectSettings.ASSIST_PROJECT_ID}/nodes/unlike`, {
63
64
  method: 'POST',
64
65
  mode: 'cors',
65
66
  headers: {
@@ -91,7 +92,7 @@ function LikeAPI(projectId, baseURL = '') {
91
92
  // do nothing
92
93
  }
93
94
  try {
94
- const response = await fetch(`${baseURL}/assist/v1/public/auth`, {
95
+ const response = await fetch(`/assist/v1/public/auth`, {
95
96
  method: 'POST',
96
97
  mode: 'cors',
97
98
  headers: {
@@ -1 +1 @@
1
- {"version":3,"file":"LikeAPI.js","sourceRoot":"","sources":["../../src/api/LikeAPI.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"LikeAPI.js","sourceRoot":"","sources":["../../src/api/LikeAPI.ts"],"names":[],"mappings":"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"}
@@ -2,4 +2,4 @@ import type { UniBlockProps } from '../../types';
2
2
  import type { AccordionContent } from './AccordionContent';
3
3
  export interface AccordionProps extends AccordionContent, UniBlockProps {
4
4
  }
5
- export declare const Accordion: (props: import("@redneckz/uni-jsx").PropsWithChildren<AccordionProps, any>, context?: any) => any;
5
+ export declare const Accordion: import("@redneckz/uni-jsx").UNIComponent<AccordionProps, any, any>;
@@ -11,6 +11,6 @@ const ALIGN_TITLE = {
11
11
  right: 'text-right',
12
12
  };
13
13
  exports.Accordion = (0, uni_jsx_1.JSX)(({ title, description, accordionItems, context, className = '', accordionAlignTitle = 'center', ...rest }) => {
14
- return ((0, jsx_runtime_1.jsxs)(BlockWrapper_1.BlockWrapper, { context: context, className: `p-[50px] mb-1 last:mb-0 font-sans bg-white text-primary-text ${className}`, ...rest, children: [title ? ((0, jsx_runtime_1.jsx)(Heading_1.Heading, { headingType: "h3", className: `mb-2.5 ${ALIGN_TITLE[accordionAlignTitle]}`, title: title })) : null, description ? (0, jsx_runtime_1.jsx)("div", { className: "mb-2.5 text-l", children: description }) : null, accordionItems?.length ? ((0, jsx_runtime_1.jsx)("ul", { className: "list-none m-0 p-0", children: accordionItems.map((item, i) => ((0, jsx_runtime_1.jsx)(AccordionItem_1.AccordionItem, { ...item, context: context }, `AccordionItem${i}`))) })) : null] }));
14
+ return ((0, jsx_runtime_1.jsxs)(BlockWrapper_1.BlockWrapper, { context: context, className: `p-[50px] mb-1 last:mb-0 font-sans bg-white text-primary-text ${className}`, ...rest, children: [title ? ((0, jsx_runtime_1.jsx)(Heading_1.Heading, { headingType: "h3", as: "h2", className: `mb-2.5 ${ALIGN_TITLE[accordionAlignTitle]}`, title: title })) : null, description ? (0, jsx_runtime_1.jsx)("div", { className: "mb-2.5 text-l", children: description }) : null, accordionItems?.length ? ((0, jsx_runtime_1.jsx)("ul", { className: "list-none m-0 p-0", children: accordionItems.map((item, i) => ((0, jsx_runtime_1.jsx)(AccordionItem_1.AccordionItem, { ...item, context: context }, `AccordionItem${i}`))) })) : null] }));
15
15
  });
16
16
  //# sourceMappingURL=Accordion.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Accordion.js","sourceRoot":"","sources":["../../../src/components/Accordion/Accordion.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAGxC,4DAAyD;AACzD,0DAAuD;AAEvD,mDAAgD;AAEhD,MAAM,WAAW,GAA8B;IAC7C,IAAI,EAAE,WAAW;IACjB,MAAM,EAAE,aAAa;IACrB,KAAK,EAAE,YAAY;CACpB,CAAC;AAIW,QAAA,SAAS,GAAG,IAAA,aAAG,EAC1B,CAAC,EACC,KAAK,EACL,WAAW,EACX,cAAc,EACd,OAAO,EACP,SAAS,GAAG,EAAE,EACd,mBAAmB,GAAG,QAAQ,EAC9B,GAAG,IAAI,EACR,EAAE,EAAE;IACH,OAAO,CACL,wBAAC,2BAAY,IACX,OAAO,EAAE,OAAO,EAChB,SAAS,EAAE,gEAAgE,SAAS,EAAE,KAClF,IAAI,aAEP,KAAK,CAAC,CAAC,CAAC,CACP,uBAAC,iBAAO,IACN,WAAW,EAAC,IAAI,EAChB,SAAS,EAAE,UAAU,WAAW,CAAC,mBAAmB,CAAC,EAAE,EACvD,KAAK,EAAE,KAAK,GACZ,CACH,CAAC,CAAC,CAAC,IAAI,EACP,WAAW,CAAC,CAAC,CAAC,gCAAK,SAAS,EAAC,eAAe,YAAE,WAAW,GAAO,CAAC,CAAC,CAAC,IAAI,EACvE,cAAc,EAAE,MAAM,CAAC,CAAC,CAAC,CACxB,+BAAI,SAAS,EAAC,mBAAmB,YAC9B,cAAc,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,CAAC,EAAE,EAAE,CAAC,CAC/B,uBAAC,6BAAa,OAA+B,IAAI,EAAE,OAAO,EAAE,OAAO,IAA/C,gBAAgB,CAAC,EAAE,CAAgC,CACxE,CAAC,GACC,CACN,CAAC,CAAC,CAAC,IAAI,IACK,CAChB,CAAC;AACJ,CAAC,CACF,CAAC"}
1
+ {"version":3,"file":"Accordion.js","sourceRoot":"","sources":["../../../src/components/Accordion/Accordion.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAGxC,4DAAyD;AACzD,0DAAuD;AAEvD,mDAAgD;AAEhD,MAAM,WAAW,GAA8B;IAC7C,IAAI,EAAE,WAAW;IACjB,MAAM,EAAE,aAAa;IACrB,KAAK,EAAE,YAAY;CACpB,CAAC;AAIW,QAAA,SAAS,GAAG,IAAA,aAAG,EAC1B,CAAC,EACC,KAAK,EACL,WAAW,EACX,cAAc,EACd,OAAO,EACP,SAAS,GAAG,EAAE,EACd,mBAAmB,GAAG,QAAQ,EAC9B,GAAG,IAAI,EACR,EAAE,EAAE;IACH,OAAO,CACL,wBAAC,2BAAY,IACX,OAAO,EAAE,OAAO,EAChB,SAAS,EAAE,gEAAgE,SAAS,EAAE,KAClF,IAAI,aAEP,KAAK,CAAC,CAAC,CAAC,CACP,uBAAC,iBAAO,IACN,WAAW,EAAC,IAAI,EAChB,EAAE,EAAC,IAAI,EACP,SAAS,EAAE,UAAU,WAAW,CAAC,mBAAmB,CAAC,EAAE,EACvD,KAAK,EAAE,KAAK,GACZ,CACH,CAAC,CAAC,CAAC,IAAI,EACP,WAAW,CAAC,CAAC,CAAC,gCAAK,SAAS,EAAC,eAAe,YAAE,WAAW,GAAO,CAAC,CAAC,CAAC,IAAI,EACvE,cAAc,EAAE,MAAM,CAAC,CAAC,CAAC,CACxB,+BAAI,SAAS,EAAC,mBAAmB,YAC9B,cAAc,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,CAAC,EAAE,EAAE,CAAC,CAC/B,uBAAC,6BAAa,OAA+B,IAAI,EAAE,OAAO,EAAE,OAAO,IAA/C,gBAAgB,CAAC,EAAE,CAAgC,CACxE,CAAC,GACC,CACN,CAAC,CAAC,CAAC,IAAI,IACK,CAChB,CAAC;AACJ,CAAC,CACF,CAAC"}
@@ -2,4 +2,4 @@ import type { UniBlockProps } from '../../types';
2
2
  import type { AccordionContent } from './AccordionContent';
3
3
  export interface AccordionProps extends AccordionContent, UniBlockProps {
4
4
  }
5
- export declare const Accordion: (props: import("@redneckz/uni-jsx").PropsWithChildren<AccordionProps, any>, context?: any) => any;
5
+ export declare const Accordion: import("@redneckz/uni-jsx").UNIComponent<AccordionProps, any, any>;
@@ -2,4 +2,4 @@ import type { UniBlockProps } from '../../types';
2
2
  import type { AccordionItemCommonProps } from './AccordionContent';
3
3
  export interface AccordionItemProps extends AccordionItemCommonProps, UniBlockProps {
4
4
  }
5
- export declare const AccordionItem: (props: import("@redneckz/uni-jsx").PropsWithChildren<AccordionItemProps, any>, context?: any) => any;
5
+ export declare const AccordionItem: import("@redneckz/uni-jsx").UNIComponent<AccordionItemProps, any, any>;
@@ -7,7 +7,6 @@ const AccordionItemInner_1 = require("./AccordionItemInner");
7
7
  const useActiveHandler_1 = require("./useActiveHandler");
8
8
  exports.AccordionItem = (0, uni_jsx_1.JSX)(({ label, isExpanded, blocks, context }) => {
9
9
  const { isActive, hasContent, icon, handleToggle } = (0, useActiveHandler_1.useActiveHandler)({
10
- context,
11
10
  blocks,
12
11
  initialState: isExpanded,
13
12
  });
@@ -1 +1 @@
1
- {"version":3,"file":"AccordionItem.js","sourceRoot":"","sources":["../../../src/components/Accordion/AccordionItem.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAExC,8CAA2C;AAE3C,6DAA0D;AAC1D,yDAAsD;AAIzC,QAAA,aAAa,GAAG,IAAA,aAAG,EAAqB,CAAC,EAAE,KAAK,EAAE,UAAU,EAAE,MAAM,EAAE,OAAO,EAAE,EAAE,EAAE;IAC9F,MAAM,EAAE,QAAQ,EAAE,UAAU,EAAE,IAAI,EAAE,YAAY,EAAE,GAAG,IAAA,mCAAgB,EAAC;QACpE,OAAO;QACP,MAAM;QACN,YAAY,EAAE,UAAU;KACzB,CAAC,CAAC;IAEH,OAAO,CACL,gCAAI,SAAS,EAAC,oEAAoE,aAChF,oCACE,SAAS,EAAE;gCACa,UAAU,CAAC,CAAC,CAAC,sBAAsB,CAAC,CAAC,CAAC,EAAE;WAC7D,EACH,OAAO,EAAE,YAAY,aAErB,iCAAM,SAAS,EAAE,4BAA4B,YAAG,KAAK,GAAQ,EAC5D,UAAU,CAAC,CAAC,CAAC,CACZ,uBAAC,SAAG,IAAC,KAAK,EAAE,IAAI,EAAE,SAAS,EAAC,mBAAmB,EAAC,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,KAAK,SAAG,CAChF,CAAC,CAAC,CAAC,IAAI,IACD,EACR,UAAU,CAAC,CAAC,CAAC,CACZ,uBAAC,uCAAkB,IAAC,UAAU,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,GAAI,CAC/E,CAAC,CAAC,CAAC,IAAI,IACL,CACN,CAAC;AACJ,CAAC,CAAC,CAAC"}
1
+ {"version":3,"file":"AccordionItem.js","sourceRoot":"","sources":["../../../src/components/Accordion/AccordionItem.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAExC,8CAA2C;AAE3C,6DAA0D;AAC1D,yDAAsD;AAIzC,QAAA,aAAa,GAAG,IAAA,aAAG,EAAqB,CAAC,EAAE,KAAK,EAAE,UAAU,EAAE,MAAM,EAAE,OAAO,EAAE,EAAE,EAAE;IAC9F,MAAM,EAAE,QAAQ,EAAE,UAAU,EAAE,IAAI,EAAE,YAAY,EAAE,GAAG,IAAA,mCAAgB,EAAC;QACpE,MAAM;QACN,YAAY,EAAE,UAAU;KACzB,CAAC,CAAC;IAEH,OAAO,CACL,gCAAI,SAAS,EAAC,oEAAoE,aAChF,oCACE,SAAS,EAAE;gCACa,UAAU,CAAC,CAAC,CAAC,sBAAsB,CAAC,CAAC,CAAC,EAAE;WAC7D,EACH,OAAO,EAAE,YAAY,aAErB,iCAAM,SAAS,EAAE,4BAA4B,YAAG,KAAK,GAAQ,EAC5D,UAAU,CAAC,CAAC,CAAC,CACZ,uBAAC,SAAG,IAAC,KAAK,EAAE,IAAI,EAAE,SAAS,EAAC,mBAAmB,EAAC,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,KAAK,SAAG,CAChF,CAAC,CAAC,CAAC,IAAI,IACD,EACR,UAAU,CAAC,CAAC,CAAC,CACZ,uBAAC,uCAAkB,IAAC,UAAU,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,GAAI,CAC/E,CAAC,CAAC,CAAC,IAAI,IACL,CACN,CAAC;AACJ,CAAC,CAAC,CAAC"}
@@ -2,4 +2,4 @@ import type { UniBlockProps } from '../../types';
2
2
  import type { AccordionItemCommonProps } from './AccordionContent';
3
3
  export interface AccordionItemProps extends AccordionItemCommonProps, UniBlockProps {
4
4
  }
5
- export declare const AccordionItem: (props: import("@redneckz/uni-jsx").PropsWithChildren<AccordionItemProps, any>, context?: any) => any;
5
+ export declare const AccordionItem: import("@redneckz/uni-jsx").UNIComponent<AccordionItemProps, any, any>;
@@ -6,10 +6,7 @@ const Img_1 = require("../../ui-kit/Img/Img");
6
6
  const AccordionItemInner_1 = require("./AccordionItemInner");
7
7
  const useActiveHandler_1 = require("./useActiveHandler");
8
8
  exports.AccordionItem = (0, uni_jsx_1.JSX)(({ label, labelIcon, blocks, bordered, context }) => {
9
- const { hasContent, icon, handleToggle } = (0, useActiveHandler_1.useActiveHandler)({
10
- context,
11
- blocks,
12
- });
9
+ const { hasContent, icon, handleToggle } = (0, useActiveHandler_1.useActiveHandler)({ blocks });
13
10
  return ((0, jsx_runtime_1.jsxs)("li", { className: `${borderedLiClass(bordered)} border-solid border-main-divider`, children: [(0, jsx_runtime_1.jsxs)("button", { className: `border-none bg-transparent flex justify-between text-left w-full font-sans text-primary-text
14
11
  ${bordered ? '' : 'py-[14px] px-0'}
15
12
  ${hasContent ? 'group cursor-pointer' : ''}`, onClick: handleToggle, children: [(0, jsx_runtime_1.jsxs)("span", { className: `text-m-title-xs font-medium pr-2.5 flex ${hasContent ? 'group-hover:text-primary-main' : ''}`, children: [labelIcon ? ((0, jsx_runtime_1.jsx)(Img_1.Img, { image: labelIcon, width: "24", height: "24", asSVG: true, className: "mr-3" })) : null, label] }), hasContent ? (0, jsx_runtime_1.jsx)(Img_1.Img, { className: "w-6", image: icon, width: "24", height: "24", asSVG: true }) : null] }), hasContent ? (0, jsx_runtime_1.jsx)(AccordionItemInner_1.AccordionItemInner, { blocks: blocks, context: context }) : null] }));
@@ -1 +1 @@
1
- {"version":3,"file":"AccordionItem.mobile.js","sourceRoot":"","sources":["../../../src/components/Accordion/AccordionItem.mobile.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAExC,8CAA2C;AAE3C,6DAA0D;AAC1D,yDAAsD;AAIzC,QAAA,aAAa,GAAG,IAAA,aAAG,EAC9B,CAAC,EAAE,KAAK,EAAE,SAAS,EAAE,MAAM,EAAE,QAAQ,EAAE,OAAO,EAAE,EAAE,EAAE;IAClD,MAAM,EAAE,UAAU,EAAE,IAAI,EAAE,YAAY,EAAE,GAAG,IAAA,mCAAgB,EAAC;QAC1D,OAAO;QACP,MAAM;KACP,CAAC,CAAC;IAEH,OAAO,CACL,gCAAI,SAAS,EAAE,GAAG,eAAe,CAAC,QAAQ,CAAC,mCAAmC,aAC5E,oCACE,SAAS,EAAE;YACT,QAAQ,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,gBAAgB;YAChC,UAAU,CAAC,CAAC,CAAC,sBAAsB,CAAC,CAAC,CAAC,EAAE,EAAE,EAC5C,OAAO,EAAE,YAAY,aAErB,kCACE,SAAS,EAAE,2CACT,UAAU,CAAC,CAAC,CAAC,+BAA+B,CAAC,CAAC,CAAC,EACjD,EAAE,aAED,SAAS,CAAC,CAAC,CAAC,CACX,uBAAC,SAAG,IAAC,KAAK,EAAE,SAAS,EAAE,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,KAAK,QAAC,SAAS,EAAC,MAAM,GAAG,CACxE,CAAC,CAAC,CAAC,IAAI,EACP,KAAK,IACD,EACN,UAAU,CAAC,CAAC,CAAC,uBAAC,SAAG,IAAC,SAAS,EAAC,KAAK,EAAC,KAAK,EAAE,IAAI,EAAE,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,KAAK,SAAG,CAAC,CAAC,CAAC,IAAI,IAC/E,EACR,UAAU,CAAC,CAAC,CAAC,uBAAC,uCAAkB,IAAC,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,GAAI,CAAC,CAAC,CAAC,IAAI,IAC1E,CACN,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,SAAS,eAAe,CAAC,QAAkB;IACzC,OAAO,QAAQ,CAAC,CAAC,CAAC,yBAAyB,CAAC,CAAC,CAAC,mCAAmC,CAAC;AACpF,CAAC"}
1
+ {"version":3,"file":"AccordionItem.mobile.js","sourceRoot":"","sources":["../../../src/components/Accordion/AccordionItem.mobile.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAExC,8CAA2C;AAE3C,6DAA0D;AAC1D,yDAAsD;AAIzC,QAAA,aAAa,GAAG,IAAA,aAAG,EAC9B,CAAC,EAAE,KAAK,EAAE,SAAS,EAAE,MAAM,EAAE,QAAQ,EAAE,OAAO,EAAE,EAAE,EAAE;IAClD,MAAM,EAAE,UAAU,EAAE,IAAI,EAAE,YAAY,EAAE,GAAG,IAAA,mCAAgB,EAAC,EAAE,MAAM,EAAE,CAAC,CAAC;IAExE,OAAO,CACL,gCAAI,SAAS,EAAE,GAAG,eAAe,CAAC,QAAQ,CAAC,mCAAmC,aAC5E,oCACE,SAAS,EAAE;YACT,QAAQ,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,gBAAgB;YAChC,UAAU,CAAC,CAAC,CAAC,sBAAsB,CAAC,CAAC,CAAC,EAAE,EAAE,EAC5C,OAAO,EAAE,YAAY,aAErB,kCACE,SAAS,EAAE,2CACT,UAAU,CAAC,CAAC,CAAC,+BAA+B,CAAC,CAAC,CAAC,EACjD,EAAE,aAED,SAAS,CAAC,CAAC,CAAC,CACX,uBAAC,SAAG,IAAC,KAAK,EAAE,SAAS,EAAE,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,KAAK,QAAC,SAAS,EAAC,MAAM,GAAG,CACxE,CAAC,CAAC,CAAC,IAAI,EACP,KAAK,IACD,EACN,UAAU,CAAC,CAAC,CAAC,uBAAC,SAAG,IAAC,SAAS,EAAC,KAAK,EAAC,KAAK,EAAE,IAAI,EAAE,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,KAAK,SAAG,CAAC,CAAC,CAAC,IAAI,IAC/E,EACR,UAAU,CAAC,CAAC,CAAC,uBAAC,uCAAkB,IAAC,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,GAAI,CAAC,CAAC,CAAC,IAAI,IAC1E,CACN,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,SAAS,eAAe,CAAC,QAAkB;IACzC,OAAO,QAAQ,CAAC,CAAC,CAAC,yBAAyB,CAAC,CAAC,CAAC,mCAAmC,CAAC;AACpF,CAAC"}
@@ -1,2 +1,2 @@
1
1
  import type { AccordionItemProps } from './AccordionItem';
2
- export declare const AccordionItemInner: (props: import("@redneckz/uni-jsx").PropsWithChildren<AccordionItemProps, any>, context?: any) => any;
2
+ export declare const AccordionItemInner: import("@redneckz/uni-jsx").UNIComponent<AccordionItemProps, any, any>;
@@ -1,2 +1,2 @@
1
1
  import type { AccordionItemProps } from './AccordionItem';
2
- export declare const AccordionItemInner: (props: import("@redneckz/uni-jsx").PropsWithChildren<AccordionItemProps, any>, context?: any) => any;
2
+ export declare const AccordionItemInner: import("@redneckz/uni-jsx").UNIComponent<AccordionItemProps, any, any>;
@@ -1,5 +1,5 @@
1
1
  import { ActiveHandler } from '../../ui-kit/BlocksList/BlocksListProps';
2
- export declare const useActiveHandler: ({ context, blocks, initialState }: ActiveHandler) => {
2
+ export declare const useActiveHandler: ({ blocks, initialState }: ActiveHandler) => {
3
3
  isActive: boolean;
4
4
  hasContent: number | undefined;
5
5
  icon: "MinusIcon" | "PlusIcon";
@@ -1,7 +1,8 @@
1
1
  Object.defineProperty(exports, "__esModule", { value: true });
2
2
  exports.useActiveHandler = void 0;
3
- const useActiveHandler = ({ context, blocks, initialState = false }) => {
4
- const [isActive, setIsActive] = context.useState(initialState);
3
+ const hooks_1 = require("@redneckz/uni-jsx/lib/hooks");
4
+ const useActiveHandler = ({ blocks, initialState = false }) => {
5
+ const [isActive, setIsActive] = (0, hooks_1.useState)(initialState);
5
6
  const hasContent = blocks?.length;
6
7
  const icon = isActive ? 'MinusIcon' : 'PlusIcon';
7
8
  const handleToggle = (e) => {
@@ -1 +1 @@
1
- {"version":3,"file":"useActiveHandler.js","sourceRoot":"","sources":["../../../src/components/Accordion/useActiveHandler.ts"],"names":[],"mappings":";;AAGO,MAAM,gBAAgB,GAAG,CAAC,EAAE,OAAO,EAAE,MAAM,EAAE,YAAY,GAAG,KAAK,EAAiB,EAAE,EAAE;IAC3F,MAAM,CAAC,QAAQ,EAAE,WAAW,CAAC,GAAG,OAAO,CAAC,QAAQ,CAAC,YAAY,CAAC,CAAC;IAC/D,MAAM,UAAU,GAAG,MAAM,EAAE,MAAM,CAAC;IAClC,MAAM,IAAI,GAAa,QAAQ,CAAC,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,UAAU,CAAC;IAE3D,MAAM,YAAY,GAAG,CAAC,CAAC,EAAE,EAAE;QACzB,MAAM,aAAa,GAAG,CAAC,CAAC,aAA4B,CAAC;QAErD,IAAI,CAAC,aAAa,EAAE;YAClB,OAAO;SACR;QAED,WAAW,CAAC,CAAC,QAAQ,CAAC,CAAC;QACvB,MAAM,YAAY,GAAG,aAAa,CAAC,WAA0B,CAAC;QAC9D,YAAY,CAAC,KAAK,CAAC,SAAS,GAAG,YAAY,CAAC,KAAK,CAAC,SAAS;YACzD,CAAC,CAAC,EAAE;YACJ,CAAC,CAAC,GAAG,YAAY,CAAC,YAAY,IAAI,CAAC;IACvC,CAAC,CAAC;IAEF,OAAO,EAAE,QAAQ,EAAE,UAAU,EAAE,IAAI,EAAE,YAAY,EAAE,CAAC;AACtD,CAAC,CAAC;AApBW,QAAA,gBAAgB,oBAoB3B"}
1
+ {"version":3,"file":"useActiveHandler.js","sourceRoot":"","sources":["../../../src/components/Accordion/useActiveHandler.ts"],"names":[],"mappings":";;AAAA,uDAAuD;AAIhD,MAAM,gBAAgB,GAAG,CAAC,EAAE,MAAM,EAAE,YAAY,GAAG,KAAK,EAAiB,EAAE,EAAE;IAClF,MAAM,CAAC,QAAQ,EAAE,WAAW,CAAC,GAAG,IAAA,gBAAQ,EAAC,YAAY,CAAC,CAAC;IACvD,MAAM,UAAU,GAAG,MAAM,EAAE,MAAM,CAAC;IAClC,MAAM,IAAI,GAAa,QAAQ,CAAC,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,UAAU,CAAC;IAE3D,MAAM,YAAY,GAAG,CAAC,CAAC,EAAE,EAAE;QACzB,MAAM,aAAa,GAAG,CAAC,CAAC,aAA4B,CAAC;QAErD,IAAI,CAAC,aAAa,EAAE;YAClB,OAAO;SACR;QAED,WAAW,CAAC,CAAC,QAAQ,CAAC,CAAC;QACvB,MAAM,YAAY,GAAG,aAAa,CAAC,WAA0B,CAAC;QAC9D,YAAY,CAAC,KAAK,CAAC,SAAS,GAAG,YAAY,CAAC,KAAK,CAAC,SAAS;YACzD,CAAC,CAAC,EAAE;YACJ,CAAC,CAAC,GAAG,YAAY,CAAC,YAAY,IAAI,CAAC;IACvC,CAAC,CAAC;IAEF,OAAO,EAAE,QAAQ,EAAE,UAAU,EAAE,IAAI,EAAE,YAAY,EAAE,CAAC;AACtD,CAAC,CAAC;AApBW,QAAA,gBAAgB,oBAoB3B"}
@@ -2,4 +2,4 @@ import type { UniBlockProps } from '../../types';
2
2
  import type { BaseTileCommonProps } from './BaseTileProps';
3
3
  export interface BaseTileProps extends BaseTileCommonProps, UniBlockProps {
4
4
  }
5
- export declare const BaseTile: (props: import("@redneckz/uni-jsx").PropsWithChildren<BaseTileProps, any>, context?: any) => any;
5
+ export declare const BaseTile: import("@redneckz/uni-jsx").UNIComponent<BaseTileProps, any, any>;
@@ -2,4 +2,4 @@ import type { UniBlockProps } from '../../types';
2
2
  import type { BenefitsBlockContent } from './BenefitsBlockContent';
3
3
  export interface BenefitsBlockProps extends BenefitsBlockContent, UniBlockProps {
4
4
  }
5
- export declare const BenefitsBlock: (props: import("@redneckz/uni-jsx").PropsWithChildren<BenefitsBlockProps, any>, context?: any) => any;
5
+ export declare const BenefitsBlock: import("@redneckz/uni-jsx").UNIComponent<BenefitsBlockProps, any, any>;
@@ -1,37 +1,37 @@
1
1
  export declare const Blocks: {
2
- Accordion: (props: import("@redneckz/uni-jsx").PropsWithChildren<import("./Accordion/Accordion").AccordionProps, any>, context?: any) => any;
3
- BenefitsBlock: (props: import("@redneckz/uni-jsx").PropsWithChildren<import("./BenefitsBlock/BenefitsBlock").BenefitsBlockProps, any>, context?: any) => any;
4
- Bonus: (props: import("@redneckz/uni-jsx").PropsWithChildren<import("./Bonus/Bonus").BonusProps, any>, context?: any) => any;
5
- ComparisonTable: (props: import("@redneckz/uni-jsx").PropsWithChildren<import("./ComparisonTable/ComparisonTable").ComparisonTableProps, any>, context?: any) => any;
6
- Calculator: (props: import("@redneckz/uni-jsx").PropsWithChildren<import("./Calculator/Calculator").CalculatorProps, any>, context?: any) => any;
7
- Catalog: (props: import("@redneckz/uni-jsx").PropsWithChildren<import("./Catalog/Catalog").CatalogProps, any>, context?: any) => any;
8
- ExchangeRateTile: (props: import("@redneckz/uni-jsx").PropsWithChildren<import("./ExchangeRateTile/ExchangeRateTile").ExchangeRateTileProps, any>, context?: any) => any;
9
- Footer: (props: import("@redneckz/uni-jsx").PropsWithChildren<import("./Footer/Footer").FooterProps, any>, context?: any) => any;
10
- Gallery: (props: import("@redneckz/uni-jsx").PropsWithChildren<import("./Gallery/GalleryProps").GalleryProps, any>, context?: any) => any;
11
- GracePeriod: (props: import("@redneckz/uni-jsx").PropsWithChildren<import("./GracePeriod/GracePeriod").GracePeriodProps, any>, context?: any) => any;
12
- Header: (props: import("@redneckz/uni-jsx").PropsWithChildren<import("./Header/Header").HeaderProps, any>, context?: any) => any;
13
- Headline: (props: import("@redneckz/uni-jsx").PropsWithChildren<import("./Headline/Headline").HeadlineProps, any>, context?: any) => any;
14
- Insurance: (props: import("@redneckz/uni-jsx").PropsWithChildren<import("./Insurance/Insurance").InsuranceProps, any>, context?: any) => any;
15
- InsuranceAmountBlock: (props: import("@redneckz/uni-jsx").PropsWithChildren<import("./InsuranceAmountBlock/InsuranceAmountBlock").InsuranceAmountBlockProps, any>, context?: any) => any;
16
- LinkDocs: (props: import("@redneckz/uni-jsx").PropsWithChildren<import("./LinkDocs/LinkDocs").LinkDocsProps, any>, context?: any) => any;
17
- MiniGallery: (props: import("@redneckz/uni-jsx").PropsWithChildren<import("./MiniGallery/MiniGallery").MiniGalleryProps, any>, context?: any) => any;
18
- MobileAppTile: (props: import("@redneckz/uni-jsx").PropsWithChildren<import("./MobileAppTile/MobileAppTile").MobileAppTileProps, any>, context?: any) => any;
19
- NavigatorTabs: (props: import("@redneckz/uni-jsx").PropsWithChildren<import("./NavigatorTabs/NavigatorTabs").TabsBlockProps, any>, context?: any) => any;
20
- PictureText: (props: import("@redneckz/uni-jsx").PropsWithChildren<import("./PictureText/PictureText").PictureTextProps, any>, context?: any) => any;
21
- ProductBlock: (props: import("@redneckz/uni-jsx").PropsWithChildren<import("./ProductBlock/ProductBlock").ProductBlockProps, any>, context?: any) => any;
22
- ProductGallery: (props: import("@redneckz/uni-jsx").PropsWithChildren<import("./ProductGallery/ProductGallery").ProductGalleryProps, any>, context?: any) => any;
23
- ProductTile: (props: import("@redneckz/uni-jsx").PropsWithChildren<import("./ProductTile/ProductTile").ProductTileProps, any>, context?: any) => any;
24
- PromoTile: (props: import("@redneckz/uni-jsx").PropsWithChildren<import("./PromoTile/PromoTile").PromoTileProps, any>, context?: any) => any;
25
- OtherProducts: (props: import("@redneckz/uni-jsx").PropsWithChildren<import("./OtherProducts/OtherProducts").OtherProductsProps, any>, context?: any) => any;
26
- Recommendation: (props: import("@redneckz/uni-jsx").PropsWithChildren<import("./Recommendation/Recommendation").RecommendationProps, any>, context?: any) => any;
27
- StepsBlock: (props: import("@redneckz/uni-jsx").PropsWithChildren<import("./StepsBlock/StepsBlock").StepsBlockProps, any>, context?: any) => any;
28
- TariffsTable: (props: import("@redneckz/uni-jsx").PropsWithChildren<import("./TariffsTable/TariffsTable").TariffsTableProps, any>, context?: any) => any;
29
- TextBlock: (props: import("@redneckz/uni-jsx").PropsWithChildren<import("./TextBlock/TextBlock").TextBlockProps, any>, context?: any) => any;
30
- Tile: (props: import("@redneckz/uni-jsx").PropsWithChildren<import("./Tile/Tile").TileProps, any>, context?: any) => any;
31
- Navigation: (props: import("@redneckz/uni-jsx").PropsWithChildren<import("./Navigation/Navigation").NavigationProps, any>, context?: any) => any;
32
- Placeholder: (props: import("@redneckz/uni-jsx").PropsWithChildren<import("./Placeholder/Placeholder").PlaceholderProps, any>, context?: any) => any;
33
- GroupBlock: (props: import("@redneckz/uni-jsx").PropsWithChildren<import("./GroupBlock/GroupBlock").GroupBlockProps, any>, context?: any) => any;
34
- BonusBenefitsBlock: (props: import("@redneckz/uni-jsx").PropsWithChildren<import("./BonusBenefitsBlock/BonusBenefitsBlock").BenefitsBlockProps, any>, context?: any) => any;
35
- SafeDepositRental: (props: import("@redneckz/uni-jsx").PropsWithChildren<import("./SafeDepositRental/SafeDepositRental").SafeDepositRentalProps, any>, context?: any) => any;
36
- Tabs: (props: import("@redneckz/uni-jsx").PropsWithChildren<import("./Tabs/Tabs").TabsProps, any>, context?: any) => any;
2
+ Accordion: import("@redneckz/uni-jsx").UNIComponent<import("./Accordion/Accordion").AccordionProps, any, any>;
3
+ BenefitsBlock: import("@redneckz/uni-jsx").UNIComponent<import("./BenefitsBlock/BenefitsBlock").BenefitsBlockProps, any, any>;
4
+ Bonus: import("@redneckz/uni-jsx").UNIComponent<import("./Bonus/Bonus").BonusProps, any, any>;
5
+ ComparisonTable: import("@redneckz/uni-jsx").UNIComponent<import("./ComparisonTable/ComparisonTable").ComparisonTableProps, any, any>;
6
+ Calculator: import("@redneckz/uni-jsx").UNIComponent<import("./Calculator/Calculator").CalculatorProps, any, any>;
7
+ Catalog: import("@redneckz/uni-jsx").UNIComponent<import("./Catalog/Catalog").CatalogProps, any, any>;
8
+ ExchangeRateTile: import("@redneckz/uni-jsx").UNIComponent<import("./ExchangeRateTile/ExchangeRateTile").ExchangeRateTileProps, any, any>;
9
+ Footer: import("@redneckz/uni-jsx").UNIComponent<import("./Footer/Footer").FooterProps, any, any>;
10
+ Gallery: import("@redneckz/uni-jsx").UNIComponent<import("./Gallery/GalleryProps").GalleryProps, any, any>;
11
+ GracePeriod: import("@redneckz/uni-jsx").UNIComponent<import("./GracePeriod/GracePeriod").GracePeriodProps, any, any>;
12
+ Header: import("@redneckz/uni-jsx").UNIComponent<import("./Header/Header").HeaderProps, any, any>;
13
+ Headline: import("@redneckz/uni-jsx").UNIComponent<import("./Headline/Headline").HeadlineProps, any, any>;
14
+ Insurance: import("@redneckz/uni-jsx").UNIComponent<import("./Insurance/Insurance").InsuranceProps, any, any>;
15
+ InsuranceAmountBlock: import("@redneckz/uni-jsx").UNIComponent<import("./InsuranceAmountBlock/InsuranceAmountBlock").InsuranceAmountBlockProps, any, any>;
16
+ LinkDocs: import("@redneckz/uni-jsx").UNIComponent<import("./LinkDocs/LinkDocs").LinkDocsProps, any, any>;
17
+ MiniGallery: import("@redneckz/uni-jsx").UNIComponent<import("./MiniGallery/MiniGallery").MiniGalleryProps, any, any>;
18
+ MobileAppTile: import("@redneckz/uni-jsx").UNIComponent<import("./MobileAppTile/MobileAppTile").MobileAppTileProps, any, any>;
19
+ NavigatorTabs: import("@redneckz/uni-jsx").UNIComponent<import("./NavigatorTabs/NavigatorTabs").TabsBlockProps, any, any>;
20
+ PictureText: import("@redneckz/uni-jsx").UNIComponent<import("./PictureText/PictureText").PictureTextProps, any, any>;
21
+ ProductBlock: import("@redneckz/uni-jsx").UNIComponent<import("./ProductBlock/ProductBlock").ProductBlockProps, any, any>;
22
+ ProductGallery: import("@redneckz/uni-jsx").UNIComponent<import("./ProductGallery/ProductGallery").ProductGalleryProps, any, any>;
23
+ ProductTile: import("@redneckz/uni-jsx").UNIComponent<import("./ProductTile/ProductTile").ProductTileProps, any, any>;
24
+ PromoTile: import("@redneckz/uni-jsx").UNIComponent<import("./PromoTile/PromoTile").PromoTileProps, any, any>;
25
+ OtherProducts: import("@redneckz/uni-jsx").UNIComponent<import("./OtherProducts/OtherProducts").OtherProductsProps, any, any>;
26
+ Recommendation: import("@redneckz/uni-jsx").UNIComponent<import("./Recommendation/Recommendation").RecommendationProps, any, any>;
27
+ StepsBlock: import("@redneckz/uni-jsx").UNIComponent<import("./StepsBlock/StepsBlock").StepsBlockProps, any, any>;
28
+ TariffsTable: import("@redneckz/uni-jsx").UNIComponent<import("./TariffsTable/TariffsTable").TariffsTableProps, any, any>;
29
+ TextBlock: import("@redneckz/uni-jsx").UNIComponent<import("./TextBlock/TextBlock").TextBlockProps, any, any>;
30
+ Tile: import("@redneckz/uni-jsx").UNIComponent<import("./Tile/Tile").TileProps, any, any>;
31
+ Navigation: import("@redneckz/uni-jsx").UNIComponent<import("./Navigation/Navigation").NavigationProps, any, any>;
32
+ Placeholder: import("@redneckz/uni-jsx").UNIComponent<import("./Placeholder/Placeholder").PlaceholderProps, any, any>;
33
+ GroupBlock: import("@redneckz/uni-jsx").UNIComponent<import("./GroupBlock/GroupBlock").GroupBlockProps, any, any>;
34
+ BonusBenefitsBlock: import("@redneckz/uni-jsx").UNIComponent<import("./BonusBenefitsBlock/BonusBenefitsBlock").BenefitsBlockProps, any, any>;
35
+ SafeDepositRental: import("@redneckz/uni-jsx").UNIComponent<import("./SafeDepositRental/SafeDepositRental").SafeDepositRentalProps, any, any>;
36
+ Tabs: import("@redneckz/uni-jsx").UNIComponent<import("./Tabs/Tabs").TabsProps, any, any>;
37
37
  };
@@ -1,18 +1,18 @@
1
1
  export declare const Blocks: {
2
- Accordion: (props: import("@redneckz/uni-jsx").PropsWithChildren<import("./Accordion/Accordion").AccordionProps, any>, context?: any) => any;
3
- ComparisonTable: (props: import("@redneckz/uni-jsx").PropsWithChildren<import("./ComparisonTable/ComparisonTable").ComparisonTableProps, any>, context?: any) => any;
4
- ExchangeRateTile: (props: import("@redneckz/uni-jsx").PropsWithChildren<import("./ExchangeRateTile/ExchangeRateTile").ExchangeRateTileProps, any>, context?: any) => any;
5
- Footer: (props: import("@redneckz/uni-jsx").PropsWithChildren<import("./Footer/Footer").FooterProps, any>, context?: any) => any;
6
- Gallery: (props: import("@redneckz/uni-jsx").PropsWithChildren<import("./Gallery/GalleryProps").GalleryProps, any>, context?: any) => any;
7
- Header: (props: import("@redneckz/uni-jsx").PropsWithChildren<import("./Header/Header").HeaderProps, any>, context?: any) => any;
8
- Headline: (props: import("@redneckz/uni-jsx").PropsWithChildren<import("./Headline/Headline").HeadlineProps, any>, context?: any) => any;
9
- LinkDocs: (props: import("@redneckz/uni-jsx").PropsWithChildren<import("./LinkDocs/LinkDocs").LinkDocsProps, any>, context?: any) => any;
10
- LinkList: (props: import("@redneckz/uni-jsx").PropsWithChildren<import("./LinkList/LinkList").LinkListProps, any>, context?: any) => any;
11
- MobileAppTile: (props: import("@redneckz/uni-jsx").PropsWithChildren<import("./MobileAppTile/MobileAppTile").MobileAppTileProps, any>, context?: any) => any;
12
- ProductBlock: (props: import("@redneckz/uni-jsx").PropsWithChildren<import("./ProductBlock/ProductBlock").ProductBlockProps, any>, context?: any) => any;
13
- ProductGallery: (props: import("@redneckz/uni-jsx").PropsWithChildren<import("./ProductGallery/ProductGallery").ProductGalleryProps, any>, context?: any) => any;
14
- StepsBlock: (props: import("@redneckz/uni-jsx").PropsWithChildren<import("./StepsBlock/StepsBlock").StepsBlockProps, any>, context?: any) => any;
15
- TariffsTable: (props: import("@redneckz/uni-jsx").PropsWithChildren<import("./TariffsTable/TariffsTable").TariffsTableProps, any>, context?: any) => any;
16
- TextBlock: (props: import("@redneckz/uni-jsx").PropsWithChildren<import("./TextBlock/TextBlock").TextBlockProps, any>, context?: any) => any;
17
- Placeholder: (props: import("@redneckz/uni-jsx").PropsWithChildren<import("./Placeholder/Placeholder").PlaceholderProps, any>, context?: any) => any;
2
+ Accordion: import("@redneckz/uni-jsx").UNIComponent<import("./Accordion/Accordion").AccordionProps, any, any>;
3
+ ComparisonTable: import("@redneckz/uni-jsx").UNIComponent<import("./ComparisonTable/ComparisonTable").ComparisonTableProps, any, any>;
4
+ ExchangeRateTile: import("@redneckz/uni-jsx").UNIComponent<import("./ExchangeRateTile/ExchangeRateTile").ExchangeRateTileProps, any, any>;
5
+ Footer: import("@redneckz/uni-jsx").UNIComponent<import("./Footer/Footer").FooterProps, any, any>;
6
+ Gallery: import("@redneckz/uni-jsx").UNIComponent<import("./Gallery/GalleryProps").GalleryProps, any, any>;
7
+ Header: import("@redneckz/uni-jsx").UNIComponent<import("./Header/Header").HeaderProps, any, any>;
8
+ Headline: import("@redneckz/uni-jsx").UNIComponent<import("./Headline/Headline").HeadlineProps, any, any>;
9
+ LinkDocs: import("@redneckz/uni-jsx").UNIComponent<import("./LinkDocs/LinkDocs").LinkDocsProps, any, any>;
10
+ LinkList: import("@redneckz/uni-jsx").UNIComponent<import("./LinkList/LinkList").LinkListProps, any, any>;
11
+ MobileAppTile: import("@redneckz/uni-jsx").UNIComponent<import("./MobileAppTile/MobileAppTile").MobileAppTileProps, any, any>;
12
+ ProductBlock: import("@redneckz/uni-jsx").UNIComponent<import("./ProductBlock/ProductBlock").ProductBlockProps, any, any>;
13
+ ProductGallery: import("@redneckz/uni-jsx").UNIComponent<import("./ProductGallery/ProductGallery").ProductGalleryProps, any, any>;
14
+ StepsBlock: import("@redneckz/uni-jsx").UNIComponent<import("./StepsBlock/StepsBlock").StepsBlockProps, any, any>;
15
+ TariffsTable: import("@redneckz/uni-jsx").UNIComponent<import("./TariffsTable/TariffsTable").TariffsTableProps, any, any>;
16
+ TextBlock: import("@redneckz/uni-jsx").UNIComponent<import("./TextBlock/TextBlock").TextBlockProps, any, any>;
17
+ Placeholder: import("@redneckz/uni-jsx").UNIComponent<import("./Placeholder/Placeholder").PlaceholderProps, any, any>;
18
18
  };
@@ -2,4 +2,4 @@ import type { UniBlockProps } from '../../types';
2
2
  import type { BonusContent } from './BonusContent';
3
3
  export interface BonusProps extends BonusContent, UniBlockProps {
4
4
  }
5
- export declare const Bonus: (props: import("@redneckz/uni-jsx").PropsWithChildren<BonusProps, any>, context?: any) => any;
5
+ export declare const Bonus: import("@redneckz/uni-jsx").UNIComponent<BonusProps, any, any>;
@@ -2,4 +2,4 @@ import type { UniBlockProps } from '../../types';
2
2
  import type { BonusBenefitsBlockContent } from './BonusBenefitsBlockContent';
3
3
  export interface BenefitsBlockProps extends BonusBenefitsBlockContent, UniBlockProps {
4
4
  }
5
- export declare const BonusBenefitsBlock: (props: import("@redneckz/uni-jsx").PropsWithChildren<BenefitsBlockProps, any>, context?: any) => any;
5
+ export declare const BonusBenefitsBlock: import("@redneckz/uni-jsx").UNIComponent<BenefitsBlockProps, any, any>;
@@ -2,4 +2,4 @@ import type { UniBlockProps } from '../../types';
2
2
  import { CommonCalculatorProps } from './CalculatorContent';
3
3
  export interface BonusCalculatorProps extends CommonCalculatorProps, UniBlockProps {
4
4
  }
5
- export declare const BonusCalculatorForm: (props: import("@redneckz/uni-jsx").PropsWithChildren<BonusCalculatorProps, any>, context?: any) => any;
5
+ export declare const BonusCalculatorForm: import("@redneckz/uni-jsx").UNIComponent<BonusCalculatorProps, any, any>;
@@ -2,6 +2,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
2
2
  exports.BonusCalculatorForm = void 0;
3
3
  const jsx_runtime_1 = require("@redneckz/uni-jsx/jsx-runtime");
4
4
  const uni_jsx_1 = require("@redneckz/uni-jsx");
5
+ const hooks_1 = require("@redneckz/uni-jsx/lib/hooks");
5
6
  const CalculatorValueBlock_1 = require("./CalculatorValueBlock");
6
7
  const constants_1 = require("./constants");
7
8
  const Rate_1 = require("./Rate");
@@ -9,13 +10,13 @@ const renderButtonSection_1 = require("./renderButtonSection");
9
10
  const renderWantedSumInput_1 = require("./renderWantedSumInput");
10
11
  const useBonusCalculatorParams_1 = require("./useBonusCalculatorParams");
11
12
  exports.BonusCalculatorForm = (0, uni_jsx_1.JSX)(({ context, className = '', sourceBookDir = '', buttons }) => {
12
- const [travelExpenseValue, setTravelExpenseValue] = context.useState(constants_1.DEFAULT_TRAVEL_MIN_SUM);
13
- const [restExpenseValue, setRestExpenseValue] = context.useState(constants_1.DEFAULT_REST_MIN_SUM);
13
+ const [travelExpenseValue, setTravelExpenseValue] = (0, hooks_1.useState)(constants_1.DEFAULT_TRAVEL_MIN_SUM);
14
+ const [restExpenseValue, setRestExpenseValue] = (0, hooks_1.useState)(constants_1.DEFAULT_REST_MIN_SUM);
14
15
  const userInputParams = {
15
16
  travelExpenseValue,
16
17
  restExpenseValue,
17
18
  };
18
- const { minSumTravel, maxSumTravel, minSumOther, maxSumOther, monthBonus, yearBonus } = (0, useBonusCalculatorParams_1.useBonusCalculatorParams)(context, userInputParams, sourceBookDir);
19
+ const { minSumTravel, maxSumTravel, minSumOther, maxSumOther, monthBonus, yearBonus } = (0, useBonusCalculatorParams_1.useBonusCalculatorParams)(userInputParams, sourceBookDir);
19
20
  return ((0, jsx_runtime_1.jsxs)("section", { className: className, children: [(0, jsx_runtime_1.jsxs)("div", { className: "w-[468px]", children: [(0, renderWantedSumInput_1.renderWantedSumInput)('Сумма покупок в категории путешествия, ₽', {
20
21
  minSum: minSumTravel,
21
22
  maxSum: maxSumTravel,
@@ -1 +1 @@
1
- {"version":3,"file":"BonusCalculatorForm.js","sourceRoot":"","sources":["../../../src/components/Calculator/BonusCalculatorForm.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAGxC,iEAA8D;AAC9D,2CAA2E;AAC3E,iCAA8B;AAC9B,+DAA4D;AAC5D,iEAA8D;AAC9D,yEAAsE;AAIzD,QAAA,mBAAmB,GAAG,IAAA,aAAG,EACpC,CAAC,EAAE,OAAO,EAAE,SAAS,GAAG,EAAE,EAAE,aAAa,GAAG,EAAE,EAAE,OAAO,EAAE,EAAE,EAAE;IAC3D,MAAM,CAAC,kBAAkB,EAAE,qBAAqB,CAAC,GAAG,OAAO,CAAC,QAAQ,CAAC,kCAAsB,CAAC,CAAC;IAC7F,MAAM,CAAC,gBAAgB,EAAE,mBAAmB,CAAC,GAAG,OAAO,CAAC,QAAQ,CAAC,gCAAoB,CAAC,CAAC;IACvF,MAAM,eAAe,GAAG;QACtB,kBAAkB;QAClB,gBAAgB;KACjB,CAAC;IACF,MAAM,EAAE,YAAY,EAAE,YAAY,EAAE,WAAW,EAAE,WAAW,EAAE,UAAU,EAAE,SAAS,EAAE,GACnF,IAAA,mDAAwB,EAAC,OAAO,EAAE,eAAe,EAAE,aAAa,CAAC,CAAC;IAEpE,OAAO,CACL,qCAAS,SAAS,EAAE,SAAS,aAC3B,iCAAK,SAAS,EAAC,WAAW,aACvB,IAAA,2CAAoB,EACnB,0CAA0C,EAC1C;wBACE,MAAM,EAAE,YAAY;wBACpB,MAAM,EAAE,YAAY;wBACpB,UAAU,EAAE,kBAAkB;wBAC9B,IAAI,EAAE,GAAG;wBACT,WAAW,EAAE,KAAK;qBACnB,EACD,qBAAqB,CACtB,EACA,IAAA,2CAAoB,EACnB,yCAAyC,EACzC;wBACE,SAAS,EAAE,MAAM;wBACjB,MAAM,EAAE,WAAW;wBACnB,MAAM,EAAE,WAAW;wBACnB,UAAU,EAAE,gBAAgB;wBAC5B,IAAI,EAAE,GAAG;wBACT,WAAW,EAAE,KAAK;qBACnB,EACD,mBAAmB,CACpB,IACG,EACN,0CACG,UAAU,IAAI,CAAC,CAAC,CAAC,CAAC,CACjB,uBAAC,WAAI,IAAC,KAAK,EAAC,kFAAiB,EAAC,IAAI,EAAE,UAAU,EAAE,kBAAkB,EAAC,kBAAkB,GAAG,CACzF,CAAC,CAAC,CAAC,IAAI,GACJ,EACN,iCAAK,SAAS,EAAC,WAAW,aACvB,SAAS,IAAI,CAAC,CAAC,CAAC,CAAC,uBAAC,2CAAoB,IAAC,KAAK,EAAC,sEAAe,EAAC,KAAK,EAAE,SAAS,GAAI,CAAC,CAAC,CAAC,IAAI,EACxF,IAAA,yCAAmB,EAAC,OAAO,EAAE,OAAO,CAAC,IAClC,IACE,CACX,CAAC;AACJ,CAAC,CACF,CAAC"}
1
+ {"version":3,"file":"BonusCalculatorForm.js","sourceRoot":"","sources":["../../../src/components/Calculator/BonusCalculatorForm.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,uDAAuD;AAGvD,iEAA8D;AAC9D,2CAA2E;AAC3E,iCAA8B;AAC9B,+DAA4D;AAC5D,iEAA8D;AAC9D,yEAAsE;AAIzD,QAAA,mBAAmB,GAAG,IAAA,aAAG,EACpC,CAAC,EAAE,OAAO,EAAE,SAAS,GAAG,EAAE,EAAE,aAAa,GAAG,EAAE,EAAE,OAAO,EAAE,EAAE,EAAE;IAC3D,MAAM,CAAC,kBAAkB,EAAE,qBAAqB,CAAC,GAAG,IAAA,gBAAQ,EAAC,kCAAsB,CAAC,CAAC;IACrF,MAAM,CAAC,gBAAgB,EAAE,mBAAmB,CAAC,GAAG,IAAA,gBAAQ,EAAC,gCAAoB,CAAC,CAAC;IAC/E,MAAM,eAAe,GAAG;QACtB,kBAAkB;QAClB,gBAAgB;KACjB,CAAC;IACF,MAAM,EAAE,YAAY,EAAE,YAAY,EAAE,WAAW,EAAE,WAAW,EAAE,UAAU,EAAE,SAAS,EAAE,GACnF,IAAA,mDAAwB,EAAC,eAAe,EAAE,aAAa,CAAC,CAAC;IAE3D,OAAO,CACL,qCAAS,SAAS,EAAE,SAAS,aAC3B,iCAAK,SAAS,EAAC,WAAW,aACvB,IAAA,2CAAoB,EACnB,0CAA0C,EAC1C;wBACE,MAAM,EAAE,YAAY;wBACpB,MAAM,EAAE,YAAY;wBACpB,UAAU,EAAE,kBAAkB;wBAC9B,IAAI,EAAE,GAAG;wBACT,WAAW,EAAE,KAAK;qBACnB,EACD,qBAAqB,CACtB,EACA,IAAA,2CAAoB,EACnB,yCAAyC,EACzC;wBACE,SAAS,EAAE,MAAM;wBACjB,MAAM,EAAE,WAAW;wBACnB,MAAM,EAAE,WAAW;wBACnB,UAAU,EAAE,gBAAgB;wBAC5B,IAAI,EAAE,GAAG;wBACT,WAAW,EAAE,KAAK;qBACnB,EACD,mBAAmB,CACpB,IACG,EACN,0CACG,UAAU,IAAI,CAAC,CAAC,CAAC,CAAC,CACjB,uBAAC,WAAI,IAAC,KAAK,EAAC,kFAAiB,EAAC,IAAI,EAAE,UAAU,EAAE,kBAAkB,EAAC,kBAAkB,GAAG,CACzF,CAAC,CAAC,CAAC,IAAI,GACJ,EACN,iCAAK,SAAS,EAAC,WAAW,aACvB,SAAS,IAAI,CAAC,CAAC,CAAC,CAAC,uBAAC,2CAAoB,IAAC,KAAK,EAAC,sEAAe,EAAC,KAAK,EAAE,SAAS,GAAI,CAAC,CAAC,CAAC,IAAI,EACxF,IAAA,yCAAmB,EAAC,OAAO,EAAE,OAAO,CAAC,IAClC,IACE,CACX,CAAC;AACJ,CAAC,CACF,CAAC"}
@@ -2,4 +2,4 @@ import type { UniBlockProps } from '../../types';
2
2
  import type { CalculatorContent } from './CalculatorContent';
3
3
  export interface CalculatorProps extends CalculatorContent, UniBlockProps {
4
4
  }
5
- export declare const Calculator: (props: import("@redneckz/uni-jsx").PropsWithChildren<CalculatorProps, any>, context?: any) => any;
5
+ export declare const Calculator: import("@redneckz/uni-jsx").UNIComponent<CalculatorProps, any, any>;
@@ -2,6 +2,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
2
2
  exports.Calculator = void 0;
3
3
  const jsx_runtime_1 = require("@redneckz/uni-jsx/jsx-runtime");
4
4
  const uni_jsx_1 = require("@redneckz/uni-jsx");
5
+ const hooks_1 = require("@redneckz/uni-jsx/lib/hooks");
5
6
  const BlockWrapper_1 = require("../../ui-kit/BlockWrapper");
6
7
  const renderArrows_1 = require("../../ui-kit/Button/renderArrows");
7
8
  const Img_1 = require("../../ui-kit/Img/Img");
@@ -9,14 +10,14 @@ const renderCalculatorBlock_1 = require("./renderCalculatorBlock");
9
10
  exports.Calculator = (0, uni_jsx_1.JSX)(({ className = '', context, calculatorTabs = [], ...rest }) => {
10
11
  const tabsNav = calculatorTabs.map((_) => _.nav || {});
11
12
  const calculatorBlocks = calculatorTabs.map(({ calculatorBlock }) => calculatorBlock || {});
12
- const [activeSlideIndex, setActiveSlideIndex] = context.useState(0);
13
- const [tabsShift, setTabsShift] = context.useState(0);
13
+ const [activeSlideIndex, setActiveSlideIndex] = (0, hooks_1.useState)(0);
14
+ const [tabsShift, setTabsShift] = (0, hooks_1.useState)(0);
14
15
  const handleNextClick = () => setTabsShift(tabsShift + 1);
15
16
  const handlePrevClick = () => setTabsShift(tabsShift - 1);
16
17
  const isGalleryScrollAvailable = calculatorTabs?.length > 3;
17
18
  const showNextButton = isGalleryScrollAvailable && calculatorTabs?.length > tabsShift + 3;
18
19
  const showPrevButton = tabsShift > 0;
19
- return ((0, jsx_runtime_1.jsxs)(BlockWrapper_1.BlockWrapper, { context: context, className: `box-border overflow-hidden relative font-sans w-100 bg-white text-primary-text ${className}`, ...rest, children: [(0, jsx_runtime_1.jsxs)("div", { children: [tabsNav.length > 1
20
+ return ((0, jsx_runtime_1.jsxs)(BlockWrapper_1.BlockWrapper, { context: context, className: `box-border overflow-hidden relative font-sans w-100 text-primary-text ${className}`, ...rest, children: [(0, jsx_runtime_1.jsxs)("div", { className: "bg-white", children: [tabsNav.length > 1
20
21
  ? renderTabs({ tabsShift, tabsNav, activeSlideIndex, setActiveSlideIndex })
21
22
  : null, (0, renderArrows_1.renderArrows)({
22
23
  handler: [handlePrevClick, handleNextClick],
@@ -1 +1 @@
1
- {"version":3,"file":"Calculator.js","sourceRoot":"","sources":["../../../src/components/Calculator/Calculator.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"Calculator.js","sourceRoot":"","sources":["../../../src/components/Calculator/Calculator.tsx"],"names":[],"mappings":"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"}
@@ -5,4 +5,4 @@ export interface CalculatorValueBlockProps {
5
5
  prefix?: string;
6
6
  className?: string;
7
7
  }
8
- export declare const CalculatorValueBlock: (props: import("@redneckz/uni-jsx").PropsWithChildren<CalculatorValueBlockProps, any>, context?: any) => any;
8
+ export declare const CalculatorValueBlock: import("@redneckz/uni-jsx").UNIComponent<CalculatorValueBlockProps, any, any>;
@@ -4,4 +4,4 @@ export declare const ANNUITY = "annuity";
4
4
  export declare const DIFFERENTIAL = "differential";
5
5
  export interface CreditCalculatorProp extends CommonCalculatorProps, UniBlockProps {
6
6
  }
7
- export declare const CreditCalculatorForm: (props: import("@redneckz/uni-jsx").PropsWithChildren<CreditCalculatorProp, any>, context?: any) => any;
7
+ export declare const CreditCalculatorForm: import("@redneckz/uni-jsx").UNIComponent<CreditCalculatorProp, any, any>;
@@ -2,6 +2,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
2
2
  exports.CreditCalculatorForm = exports.DIFFERENTIAL = exports.ANNUITY = void 0;
3
3
  const jsx_runtime_1 = require("@redneckz/uni-jsx/jsx-runtime");
4
4
  const uni_jsx_1 = require("@redneckz/uni-jsx");
5
+ const hooks_1 = require("@redneckz/uni-jsx/lib/hooks");
5
6
  const Checkbox_1 = require("../../ui-kit/Checkbox/Checkbox");
6
7
  const CalculatorValueBlock_1 = require("./CalculatorValueBlock");
7
8
  const constants_1 = require("./constants");
@@ -24,12 +25,12 @@ const paymentTypeItems = [
24
25
  },
25
26
  ];
26
27
  exports.CreditCalculatorForm = (0, uni_jsx_1.JSX)(({ context, className = '', sourceBookDir, buttons }) => {
27
- const [isAnnuity, toggleIsAnnuity] = context.useState(false);
28
- const [isInsurance, toggleIsInsurance] = context.useState(true);
29
- const [isSalaryClient, toggleIsSalaryClient] = context.useState(false);
30
- const [isStateEmployee, toggleIsStateEmployee] = context.useState(false);
31
- const [moneyValue, setMoneyValue] = context.useState(constants_1.DEFAULT_SUM);
32
- const [monthsValue, setMonthsValue] = context.useState(constants_1.DEFAULT_MONTHS);
28
+ const [isAnnuity, toggleIsAnnuity] = (0, hooks_1.useState)(false);
29
+ const [isInsurance, toggleIsInsurance] = (0, hooks_1.useState)(true);
30
+ const [isSalaryClient, toggleIsSalaryClient] = (0, hooks_1.useState)(false);
31
+ const [isStateEmployee, toggleIsStateEmployee] = (0, hooks_1.useState)(false);
32
+ const [moneyValue, setMoneyValue] = (0, hooks_1.useState)(constants_1.DEFAULT_SUM);
33
+ const [monthsValue, setMonthsValue] = (0, hooks_1.useState)(constants_1.DEFAULT_MONTHS);
33
34
  const userInputParams = {
34
35
  isAnnuity,
35
36
  isInsurance,
@@ -38,7 +39,7 @@ exports.CreditCalculatorForm = (0, uni_jsx_1.JSX)(({ context, className = '', so
38
39
  moneyValue,
39
40
  monthsValue,
40
41
  };
41
- const calculatorParams = (0, useCreditCalculatorParams_1.useCreditCalculatorParams)(context, userInputParams, sourceBookDir);
42
+ const calculatorParams = (0, useCreditCalculatorParams_1.useCreditCalculatorParams)(userInputParams, sourceBookDir);
42
43
  return ((0, jsx_runtime_1.jsxs)("section", { className: className, children: [(0, jsx_runtime_1.jsxs)("div", { className: "w-[468px]", children: [(0, renderWantedSumInput_1.renderWantedSumInput)('Сумма кредита, ₽', { ...calculatorParams, step: 500 }, setMoneyValue), (0, renderMonthsInput_1.renderMonthsInput)('Срок кредита, месяцев', calculatorParams, setMonthsValue), (0, jsx_runtime_1.jsxs)("div", { className: "pt-7", children: [(0, jsx_runtime_1.jsx)(Checkbox_1.Checkbox, { text: "\u041F\u043E\u043B\u0443\u0447\u0430\u044E \u0437\u0430\u0440\u043F\u043B\u0430\u0442\u0443 \u043D\u0430 \u0441\u0447\u0451\u0442 \u0432 \u0420\u043E\u0441\u0441\u0435\u043B\u044C\u0445\u043E\u0437\u0431\u0430\u043D\u043A\u0435", checked: isSalaryClient, onChange: toggleIsSalaryClient }), (0, jsx_runtime_1.jsx)(Checkbox_1.Checkbox, { className: "mt-3", text: "\u0420\u0430\u0431\u043E\u0442\u0430\u044E \u0432 \u0431\u044E\u0434\u0436\u0435\u0442\u043D\u043E\u0439 \u043E\u0440\u0433\u0430\u043D\u0438\u0437\u0430\u0446\u0438\u0438", checked: isStateEmployee, onChange: toggleIsStateEmployee }), (0, jsx_runtime_1.jsx)(Checkbox_1.Checkbox, { className: "mt-3", text: "\u041A\u043E\u043C\u043F\u043B\u0435\u043A\u0441\u043D\u0430\u044F \u0441\u0442\u0440\u0430\u0445\u043E\u0432\u0430\u044F \u0437\u0430\u0449\u0438\u0442\u0430", checked: isInsurance, onChange: toggleIsInsurance })] })] }), (0, jsx_runtime_1.jsx)(Rate_1.Rate, { title: "\u0421\u0442\u0430\u0432\u043A\u0430", rate: calculatorParams.finalRate, rateBlockClassName: "tracking-[-25px]", unit: "%" }), (0, jsx_runtime_1.jsxs)("div", { className: "w-[351px]", children: [(0, jsx_runtime_1.jsx)(CalculatorValueBlock_1.CalculatorValueBlock, { title: isAnnuity ? 'Ежемесячный платеж' : 'Платёж в первый месяц', value: calculatorParams.monthlyPayment, postfix: "\u20BD" }), (0, renderPaymentTypeSelector_1.renderPaymentTypeSelector)(context, {
43
44
  items: paymentTypeItems,
44
45
  checkedItem: isAnnuity ? exports.ANNUITY : exports.DIFFERENTIAL,