@redneckz/wildless-cms-uni-blocks 0.3.95 → 0.4.0

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 (1815) hide show
  1. package/bundle/blocks.schema.json +1 -1
  2. package/bundle/bundle.umd.js +3038 -2926
  3. package/bundle/bundle.umd.min.js +1 -1
  4. package/cosmos-static/icons/StateMortgageIcon.svg +1 -0
  5. package/dist/components/Accordion/Accordion.d.ts +1 -1
  6. package/dist/components/Accordion/Accordion.js +1 -1
  7. package/dist/components/Accordion/Accordion.js.map +1 -1
  8. package/dist/components/Accordion/Accordion.mobile.d.ts +1 -1
  9. package/dist/components/Accordion/Accordion.mobile.js +1 -1
  10. package/dist/components/Accordion/Accordion.mobile.js.map +1 -1
  11. package/dist/components/Accordion/AccordionItem.d.ts +1 -1
  12. package/dist/components/Accordion/AccordionItem.js +3 -4
  13. package/dist/components/Accordion/AccordionItem.js.map +1 -1
  14. package/dist/components/Accordion/AccordionItem.mobile.d.ts +1 -1
  15. package/dist/components/Accordion/AccordionItem.mobile.js +2 -5
  16. package/dist/components/Accordion/AccordionItem.mobile.js.map +1 -1
  17. package/dist/components/Accordion/AccordionItemInner.d.ts +1 -1
  18. package/dist/components/Accordion/AccordionItemInner.js +1 -1
  19. package/dist/components/Accordion/AccordionItemInner.js.map +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/BenefitsBlock/BenefitsBlock.js +4 -4
  27. package/dist/components/BenefitsBlock/BenefitsBlock.js.map +1 -1
  28. package/dist/components/BenefitsBlock/BenefitsBlockContent.d.ts +4 -4
  29. package/dist/components/Blocks.d.ts +35 -35
  30. package/dist/components/Blocks.mobile.d.ts +16 -16
  31. package/dist/components/Bonus/Bonus.d.ts +1 -1
  32. package/dist/components/Bonus/Bonus.js +3 -3
  33. package/dist/components/Bonus/Bonus.js.map +1 -1
  34. package/dist/components/BonusBenefitsBlock/BonusBenefitsBlock.d.ts +1 -1
  35. package/dist/components/BonusBenefitsBlock/BonusBenefitsBlock.js +3 -3
  36. package/dist/components/BonusBenefitsBlock/BonusBenefitsBlock.js.map +1 -1
  37. package/dist/components/Calculator/BonusCalculatorForm.d.ts +1 -1
  38. package/dist/components/Calculator/BonusCalculatorForm.js +4 -3
  39. package/dist/components/Calculator/BonusCalculatorForm.js.map +1 -1
  40. package/dist/components/Calculator/Calculator.d.ts +1 -1
  41. package/dist/components/Calculator/Calculator.js +7 -6
  42. package/dist/components/Calculator/Calculator.js.map +1 -1
  43. package/dist/components/Calculator/CalculatorValueBlock.d.ts +1 -1
  44. package/dist/components/Calculator/CreditCalculatorForm.d.ts +1 -1
  45. package/dist/components/Calculator/CreditCalculatorForm.js +8 -7
  46. package/dist/components/Calculator/CreditCalculatorForm.js.map +1 -1
  47. package/dist/components/Calculator/DepositCalculatorForm.d.ts +1 -1
  48. package/dist/components/Calculator/DepositCalculatorForm.js +3 -2
  49. package/dist/components/Calculator/DepositCalculatorForm.js.map +1 -1
  50. package/dist/components/Calculator/EmbeddableCalcBlocks.d.ts +4 -4
  51. package/dist/components/Calculator/MortgageCalculatorForm.d.ts +1 -1
  52. package/dist/components/Calculator/MortgageCalculatorForm.js +5 -4
  53. package/dist/components/Calculator/MortgageCalculatorForm.js.map +1 -1
  54. package/dist/components/Calculator/Rate.d.ts +1 -1
  55. package/dist/components/Calculator/renderCalculatorBlock.js +1 -1
  56. package/dist/components/Calculator/renderCalculatorBlock.js.map +1 -1
  57. package/dist/components/Calculator/useBonusCalculatorParams.d.ts +1 -2
  58. package/dist/components/Calculator/useBonusCalculatorParams.js +3 -2
  59. package/dist/components/Calculator/useBonusCalculatorParams.js.map +1 -1
  60. package/dist/components/Calculator/useCalculatorParams.d.ts +1 -2
  61. package/dist/components/Calculator/useCalculatorParams.js +3 -2
  62. package/dist/components/Calculator/useCalculatorParams.js.map +1 -1
  63. package/dist/components/Calculator/useCreditCalculatorParams.d.ts +1 -2
  64. package/dist/components/Calculator/useCreditCalculatorParams.js +2 -2
  65. package/dist/components/Calculator/useCreditCalculatorParams.js.map +1 -1
  66. package/dist/components/Catalog/Catalog.d.ts +1 -1
  67. package/dist/components/Catalog/Catalog.js +4 -4
  68. package/dist/components/Catalog/Catalog.js.map +1 -1
  69. package/dist/components/Catalog/CatalogCard.d.ts +1 -1
  70. package/dist/components/Catalog/CatalogCard.js +1 -1
  71. package/dist/components/Catalog/CatalogCard.js.map +1 -1
  72. package/dist/components/ComparisonTable/ComparisonTable.d.ts +1 -1
  73. package/dist/components/ComparisonTable/ComparisonTable.js +3 -2
  74. package/dist/components/ComparisonTable/ComparisonTable.js.map +1 -1
  75. package/dist/components/ComparisonTable/ComparisonTable.mobile.d.ts +1 -1
  76. package/dist/components/ComparisonTable/ComparisonTable.mobile.js +2 -1
  77. package/dist/components/ComparisonTable/ComparisonTable.mobile.js.map +1 -1
  78. package/dist/components/ComparisonTable/ComparisonTableBody.d.ts +1 -1
  79. package/dist/components/ComparisonTable/ComparisonTableBody.js +3 -2
  80. package/dist/components/ComparisonTable/ComparisonTableBody.js.map +1 -1
  81. package/dist/components/ComparisonTable/ComparisonTableColumnHeaders.d.ts +1 -1
  82. package/dist/components/ComparisonTable/ComparisonTableRows.d.ts +1 -1
  83. package/dist/components/ComparisonTable/HeaderCell.d.ts +1 -1
  84. package/dist/components/ComparisonTable/HeaderCell.js +1 -1
  85. package/dist/components/ComparisonTable/HeaderCell.js.map +1 -1
  86. package/dist/components/ComparisonTable/HeaderCell.mobile.d.ts +1 -1
  87. package/dist/components/ComparisonTable/HeaderCell.mobile.js +1 -1
  88. package/dist/components/ComparisonTable/HeaderCell.mobile.js.map +1 -1
  89. package/dist/components/ComparisonTable/TableCarouselContainer.d.ts +1 -1
  90. package/dist/components/ComparisonTable/TableCell.d.ts +1 -1
  91. package/dist/components/ComparisonTable/TableCell.js +2 -2
  92. package/dist/components/ComparisonTable/TableCell.js.map +1 -1
  93. package/dist/components/ComparisonTable/TableCell.mobile.d.ts +1 -1
  94. package/dist/components/ComparisonTable/TableCell.mobile.js +1 -1
  95. package/dist/components/ComparisonTable/TableCell.mobile.js.map +1 -1
  96. package/dist/components/ComparisonTable/TableColumn.d.ts +1 -1
  97. package/dist/components/ComparisonTable/TableColumn.js +2 -2
  98. package/dist/components/ComparisonTable/TableColumn.js.map +1 -1
  99. package/dist/components/ComparisonTable/TableRow.d.ts +1 -1
  100. package/dist/components/ComparisonTable/TableRow.js +1 -1
  101. package/dist/components/ComparisonTable/TableRow.js.map +1 -1
  102. package/dist/components/ComparisonTable/TableRowContainer.d.ts +1 -4
  103. package/dist/components/ContentPage/ContentPage.d.ts +3 -3
  104. package/dist/components/ContentPage/ContentPage.js.map +1 -1
  105. package/dist/components/ContentPage/ContentPageContext.d.ts +1 -19
  106. package/dist/components/ContentPage/ContentPageHead.d.ts +1 -1
  107. package/dist/components/ExchangeRateTile/CurrencyTable.d.ts +1 -1
  108. package/dist/components/ExchangeRateTile/CurrencyTable.js +1 -1
  109. package/dist/components/ExchangeRateTile/CurrencyTable.js.map +1 -1
  110. package/dist/components/ExchangeRateTile/CurrentLocation.d.ts +1 -1
  111. package/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.d.ts +1 -1
  112. package/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.js +4 -3
  113. package/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.js.map +1 -1
  114. package/dist/components/ExchangeRateTile/ExchangeRateTile.d.ts +1 -1
  115. package/dist/components/ExchangeRateTile/ExchangeRateTile.js +1 -1
  116. package/dist/components/ExchangeRateTile/ExchangeRateTile.js.map +1 -1
  117. package/dist/components/Footer/Contacts.d.ts +1 -1
  118. package/dist/components/Footer/Footer.d.ts +1 -1
  119. package/dist/components/Footer/Footer.mobile.d.ts +1 -1
  120. package/dist/components/Footer/Footer.mobile.js +2 -2
  121. package/dist/components/Footer/Footer.mobile.js.map +1 -1
  122. package/dist/components/Footer/HorizontalNavigation.d.ts +1 -1
  123. package/dist/components/Footer/HorizontalNavigation.mobile.d.ts +1 -1
  124. package/dist/components/Footer/HorizontalNavigation.mobile.js +1 -1
  125. package/dist/components/Footer/HorizontalNavigation.mobile.js.map +1 -1
  126. package/dist/components/Footer/HorizontalNavigationLink.d.ts +1 -1
  127. package/dist/components/Footer/MediaButton.d.ts +1 -1
  128. package/dist/components/Footer/Sitemap.d.ts +1 -1
  129. package/dist/components/Footer/Sitemap.js +2 -2
  130. package/dist/components/Footer/Sitemap.js.map +1 -1
  131. package/dist/components/Footer/SocialMedia.d.ts +1 -1
  132. package/dist/components/Footer/SocialMedia.mobile.d.ts +1 -1
  133. package/dist/components/Footer/TextInformation.d.ts +1 -1
  134. package/dist/components/Footer/TextInformation.js +1 -1
  135. package/dist/components/Footer/TextInformation.js.map +1 -1
  136. package/dist/components/Footer/TextInformation.mobile.d.ts +1 -1
  137. package/dist/components/Footer/TextInformation.mobile.js +1 -1
  138. package/dist/components/Footer/TextInformation.mobile.js.map +1 -1
  139. package/dist/components/Footer/TextInformationLink.d.ts +1 -1
  140. package/dist/components/Footer/TextInformationLink.js +1 -1
  141. package/dist/components/Footer/TextInformationLink.js.map +1 -1
  142. package/dist/components/Gallery/Gallery.d.ts +1 -1
  143. package/dist/components/Gallery/Gallery.mobile.d.ts +1 -1
  144. package/dist/components/Gallery/Gallery.mobile.js +4 -4
  145. package/dist/components/Gallery/Gallery.mobile.js.map +1 -1
  146. package/dist/components/Gallery/GalleryCardInner.d.ts +1 -1
  147. package/dist/components/Gallery/GalleryCardInner.js +1 -1
  148. package/dist/components/Gallery/GalleryCardInner.js.map +1 -1
  149. package/dist/components/Gallery/GalleryContainer.d.ts +1 -1
  150. package/dist/components/Gallery/GalleryContainer.js +2 -2
  151. package/dist/components/Gallery/GalleryContainer.js.map +1 -1
  152. package/dist/components/Gallery/GalleryInner.d.ts +1 -1
  153. package/dist/components/Gallery/GalleryInner.js +2 -1
  154. package/dist/components/Gallery/GalleryInner.js.map +1 -1
  155. package/dist/components/GracePeriod/GracePeriod.d.ts +1 -1
  156. package/dist/components/GracePeriod/GracePeriod.js +4 -4
  157. package/dist/components/GracePeriod/GracePeriod.js.map +1 -1
  158. package/dist/components/GroupBlock/EmbeddableGroupBlocks.d.ts +2 -2
  159. package/dist/components/GroupBlock/GroupBlock.d.ts +1 -1
  160. package/dist/components/GroupBlock/GroupBlock.js +2 -1
  161. package/dist/components/GroupBlock/GroupBlock.js.map +1 -1
  162. package/dist/components/GroupBlock/GroupBlockTabs.d.ts +1 -1
  163. package/dist/components/GroupBlock/GroupBlockTabs.js +2 -2
  164. package/dist/components/GroupBlock/GroupBlockTabs.js.map +1 -1
  165. package/dist/components/GroupBlock/GroupBlocksItem.d.ts +1 -1
  166. package/dist/components/Header/DropdownMenu.d.ts +1 -1
  167. package/dist/components/Header/Header.d.ts +1 -1
  168. package/dist/components/Header/Header.js +2 -2
  169. package/dist/components/Header/Header.js.map +1 -1
  170. package/dist/components/Header/Header.mobile.d.ts +1 -1
  171. package/dist/components/Header/Header.mobile.js +4 -3
  172. package/dist/components/Header/Header.mobile.js.map +1 -1
  173. package/dist/components/Header/HeaderBurger.d.ts +1 -1
  174. package/dist/components/Header/HeaderBurger.js +4 -3
  175. package/dist/components/Header/HeaderBurger.js.map +1 -1
  176. package/dist/components/Header/HeaderSecondaryMenu.d.ts +3 -3
  177. package/dist/components/Header/HeaderSecondaryMenu.js +3 -2
  178. package/dist/components/Header/HeaderSecondaryMenu.js.map +1 -1
  179. package/dist/components/Header/HeaderSecondaryMenuButton.d.ts +1 -1
  180. package/dist/components/Header/HeaderSubMenu.d.ts +1 -1
  181. package/dist/components/Header/HeaderSubMenu.js +3 -2
  182. package/dist/components/Header/HeaderSubMenu.js.map +1 -1
  183. package/dist/components/Header/HeaderTop.d.ts +1 -1
  184. package/dist/components/Header/HeaderTop.js +1 -1
  185. package/dist/components/Header/HeaderTop.js.map +1 -1
  186. package/dist/components/Headline/Headline.d.ts +1 -1
  187. package/dist/components/Headline/Headline.mobile.d.ts +1 -1
  188. package/dist/components/Headline/Headline.mobile.js +1 -1
  189. package/dist/components/Headline/Headline.mobile.js.map +1 -1
  190. package/dist/components/Headline/constants.js +1 -1
  191. package/dist/components/Headline/constants.js.map +1 -1
  192. package/dist/components/Insurance/Insurance.d.ts +1 -1
  193. package/dist/components/InsuranceAmountBlock/InsuranceAmountBlock.d.ts +1 -1
  194. package/dist/components/InsuranceAmountBlock/InsuranceAmountBlock.js +7 -5
  195. package/dist/components/InsuranceAmountBlock/InsuranceAmountBlock.js.map +1 -1
  196. package/dist/components/InsuranceAmountBlock/InsuranceAmountBlockContent.d.ts +3 -0
  197. package/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.d.ts +3 -1
  198. package/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js +5 -4
  199. package/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js.map +1 -1
  200. package/dist/components/LikeControl/LikeControl.d.ts +1 -1
  201. package/dist/components/LikeControl/LikeControl.js +6 -2
  202. package/dist/components/LikeControl/LikeControl.js.map +1 -1
  203. package/dist/components/LinkDocs/LinkDocs.d.ts +1 -1
  204. package/dist/components/LinkDocs/LinkDocs.mobile.d.ts +1 -1
  205. package/dist/components/LinkDocs/LinkDocsHorizontalList.d.ts +1 -1
  206. package/dist/components/LinkDocs/LinkDocsList.d.ts +1 -1
  207. package/dist/components/LinkDocs/LinkDocsListItem.d.ts +1 -1
  208. package/dist/components/LinkDocs/LinkDocsListItem.js +1 -1
  209. package/dist/components/LinkDocs/LinkDocsListItem.js.map +1 -1
  210. package/dist/components/LinkDocs/LinkDocsListItem.mobile.d.ts +1 -1
  211. package/dist/components/LinkDocs/LinkDocsListItemBase.d.ts +1 -1
  212. package/dist/components/LinkDocs/LinkDocsVerticalList.d.ts +1 -1
  213. package/dist/components/LinkList/LinkList.d.ts +1 -1
  214. package/dist/components/LinkList/LinkList.js +1 -1
  215. package/dist/components/LinkList/LinkList.js.map +1 -1
  216. package/dist/components/MiniGallery/MiniGallery.d.ts +1 -1
  217. package/dist/components/MobileAppTile/MobileAppTile.d.ts +1 -1
  218. package/dist/components/MobileAppTile/MobileAppTile.js +7 -7
  219. package/dist/components/MobileAppTile/MobileAppTile.js.map +1 -1
  220. package/dist/components/MobileAppTile/MobileAppTile.mobile.d.ts +1 -1
  221. package/dist/components/MobileAppTile/MobileAppTile.mobile.js +1 -1
  222. package/dist/components/MobileAppTile/MobileAppTile.mobile.js.map +1 -1
  223. package/dist/components/MobileAppTile/MobileAppTileContent.d.ts +4 -11
  224. package/dist/components/Navigation/Navigation.d.ts +1 -1
  225. package/dist/components/Navigation/Navigation.js +1 -1
  226. package/dist/components/Navigation/Navigation.js.map +1 -1
  227. package/dist/components/Navigation/NavigationItem.d.ts +2 -2
  228. package/dist/components/Navigation/NavigationItem.js +1 -1
  229. package/dist/components/Navigation/NavigationItem.js.map +1 -1
  230. package/dist/components/NavigatorTabs/NavigatorTabItem.d.ts +1 -1
  231. package/dist/components/NavigatorTabs/NavigatorTabs.d.ts +1 -1
  232. package/dist/components/OtherProducts/OtherProducts.d.ts +1 -1
  233. package/dist/components/OtherProducts/OtherProductsItem.d.ts +1 -1
  234. package/dist/components/PictureText/PictureText.d.ts +1 -1
  235. package/dist/components/PictureText/PictureText.js +1 -1
  236. package/dist/components/PictureText/PictureText.js.map +1 -1
  237. package/dist/components/Placeholder/Placeholder.d.ts +2 -2
  238. package/dist/components/Placeholder/Placeholder.js +1 -1
  239. package/dist/components/Placeholder/Placeholder.js.map +1 -1
  240. package/dist/components/ProductBlock/ProductBlock.d.ts +1 -1
  241. package/dist/components/ProductBlock/ProductBlock.js +1 -1
  242. package/dist/components/ProductBlock/ProductBlock.js.map +1 -1
  243. package/dist/components/ProductBlock/ProductBlock.mobile.d.ts +1 -1
  244. package/dist/components/ProductBlock/ProductBlockInner.d.ts +1 -1
  245. package/dist/components/ProductBlock/ProductBlockInner.js +1 -1
  246. package/dist/components/ProductBlock/ProductBlockInner.js.map +1 -1
  247. package/dist/components/ProductBlock/ProductBlockInner.mobile.d.ts +1 -1
  248. package/dist/components/ProductBlock/renderBenefit.js +1 -1
  249. package/dist/components/ProductBlock/renderBenefit.js.map +1 -1
  250. package/dist/components/ProductGallery/ProductGallery.d.ts +1 -1
  251. package/dist/components/ProductGallery/ProductGallery.js +3 -2
  252. package/dist/components/ProductGallery/ProductGallery.js.map +1 -1
  253. package/dist/components/ProductGallery/ProductGallery.mobile.d.ts +1 -1
  254. package/dist/components/ProductGallery/ProductGalleryBlock.d.ts +1 -1
  255. package/dist/components/ProductTile/ProductTile.d.ts +1 -1
  256. package/dist/components/ProductTile/ProductTile.js +2 -2
  257. package/dist/components/ProductTile/ProductTile.js.map +1 -1
  258. package/dist/components/PromoTile/PromoTile.d.ts +1 -1
  259. package/dist/components/PromoTile/PromoTile.js +1 -1
  260. package/dist/components/PromoTile/PromoTile.js.map +1 -1
  261. package/dist/components/Recommendation/Recommendation.d.ts +1 -1
  262. package/dist/components/Recommendation/Recommendation.js +2 -1
  263. package/dist/components/Recommendation/Recommendation.js.map +1 -1
  264. package/dist/components/Recommendation/RecommendationCard.d.ts +1 -1
  265. package/dist/components/Recommendation/RecommendationCard.js +2 -2
  266. package/dist/components/Recommendation/RecommendationCard.js.map +1 -1
  267. package/dist/components/SafeDepositRental/SafeDepositRental.d.ts +1 -1
  268. package/dist/components/SafeDepositRental/SafeDepositRental.js +3 -2
  269. package/dist/components/SafeDepositRental/SafeDepositRental.js.map +1 -1
  270. package/dist/components/SafeDepositRental/SafeDepositRentalForm.d.ts +1 -8
  271. package/dist/components/SafeDepositRental/SafeDepositRentalForm.js +19 -18
  272. package/dist/components/SafeDepositRental/SafeDepositRentalForm.js.map +1 -1
  273. package/dist/components/SafeDepositRental/SafeDepositRentalTotal.js +2 -2
  274. package/dist/components/SafeDepositRental/SafeDepositRentalTotal.js.map +1 -1
  275. package/dist/components/StepsBlock/StepsBlock.d.ts +1 -1
  276. package/dist/components/StepsBlock/StepsBlock.js +2 -2
  277. package/dist/components/StepsBlock/StepsBlock.js.map +1 -1
  278. package/dist/components/StepsBlock/StepsBlock.mobile.d.ts +1 -1
  279. package/dist/components/StepsBlock/StepsBlock.mobile.js +2 -2
  280. package/dist/components/StepsBlock/StepsBlock.mobile.js.map +1 -1
  281. package/dist/components/Tabs/Tabs.d.ts +1 -1
  282. package/dist/components/Tabs/Tabs.js +3 -2
  283. package/dist/components/Tabs/Tabs.js.map +1 -1
  284. package/dist/components/Tabs/renderTab.js +2 -2
  285. package/dist/components/Tabs/renderTab.js.map +1 -1
  286. package/dist/components/TariffsTable/TableTileHeader.d.ts +1 -1
  287. package/dist/components/TariffsTable/TariffsTable.d.ts +1 -1
  288. package/dist/components/TariffsTable/TariffsTable.js +2 -1
  289. package/dist/components/TariffsTable/TariffsTable.js.map +1 -1
  290. package/dist/components/TariffsTable/TariffsTable.mobile.d.ts +1 -1
  291. package/dist/components/TariffsTable/TariffsTable.mobile.js +1 -1
  292. package/dist/components/TariffsTable/TariffsTable.mobile.js.map +1 -1
  293. package/dist/components/TariffsTable/TariffsTableCell.d.ts +1 -1
  294. package/dist/components/TariffsTable/TariffsTableCell.js +2 -2
  295. package/dist/components/TariffsTable/TariffsTableCell.js.map +1 -1
  296. package/dist/components/TariffsTable/TariffsTableHorizontal.d.ts +2 -2
  297. package/dist/components/TariffsTable/TariffsTableRow.d.ts +1 -1
  298. package/dist/components/TariffsTable/TariffsTableRow.js +1 -1
  299. package/dist/components/TariffsTable/TariffsTableRow.js.map +1 -1
  300. package/dist/components/TariffsTable/TariffsTableTileCell.d.ts +1 -1
  301. package/dist/components/TariffsTable/TariffsTableTileCell.js +2 -2
  302. package/dist/components/TariffsTable/TariffsTableTileCell.js.map +1 -1
  303. package/dist/components/TariffsTable/TariffsTableVertical.d.ts +2 -2
  304. package/dist/components/TextBlock/TextBlock.d.ts +1 -1
  305. package/dist/components/TextBlock/TextBlock.js +2 -2
  306. package/dist/components/TextBlock/TextBlock.js.map +1 -1
  307. package/dist/components/TextBlock/TextBlock.mobile.d.ts +1 -1
  308. package/dist/components/TextBlock/TextBlock.mobile.js +2 -2
  309. package/dist/components/TextBlock/TextBlock.mobile.js.map +1 -1
  310. package/dist/components/Tile/Tile.d.ts +1 -1
  311. package/dist/components/Tile/Tile.js +1 -1
  312. package/dist/components/Tile/Tile.js.map +1 -1
  313. package/dist/hooks/useExchangeRates.d.ts +1 -2
  314. package/dist/hooks/useExchangeRates.js +3 -2
  315. package/dist/hooks/useExchangeRates.js.map +1 -1
  316. package/dist/hooks/useGeolocation.d.ts +1 -0
  317. package/dist/hooks/useGeolocation.js +21 -0
  318. package/dist/hooks/useGeolocation.js.map +1 -0
  319. package/dist/hooks/useLikeService.d.ts +5 -0
  320. package/dist/hooks/useLikeService.js +29 -0
  321. package/dist/hooks/useLikeService.js.map +1 -0
  322. package/dist/hooks/useLink.d.ts +1 -0
  323. package/dist/hooks/useLink.js +3 -2
  324. package/dist/hooks/useLink.js.map +1 -1
  325. package/dist/hooks/useSafeDepositRental.d.ts +1 -2
  326. package/dist/hooks/useSafeDepositRental.js +3 -2
  327. package/dist/hooks/useSafeDepositRental.js.map +1 -1
  328. package/dist/hooks/useSearch.d.ts +4 -0
  329. package/dist/hooks/useSearch.js +12 -0
  330. package/dist/hooks/useSearch.js.map +1 -0
  331. package/dist/icons/IconName.d.ts +4 -2
  332. package/dist/icons/IconName.js +2 -0
  333. package/dist/icons/IconName.js.map +1 -1
  334. package/dist/index.d.ts +2 -1
  335. package/dist/index.js +5 -3
  336. package/dist/index.js.map +1 -1
  337. package/dist/react/setup-fixture.d.ts +1 -0
  338. package/dist/react/setup-fixture.js +1 -48
  339. package/dist/react/setup-fixture.js.map +1 -1
  340. package/dist/services/sitemap/useSitemap.d.ts +1 -2
  341. package/dist/services/sitemap/useSitemap.js +3 -2
  342. package/dist/services/sitemap/useSitemap.js.map +1 -1
  343. package/dist/ui-kit/BlockWrapper.d.ts +1 -1
  344. package/dist/ui-kit/BlockWrapper.js +3 -2
  345. package/dist/ui-kit/BlockWrapper.js.map +1 -1
  346. package/dist/ui-kit/BlocksList/BlocksListProps.d.ts +0 -2
  347. package/dist/ui-kit/BlocksList/EmbeddableBlocks.d.ts +10 -10
  348. package/dist/ui-kit/BlocksList/EmbeddableBlocks.mobile.d.ts +6 -6
  349. package/dist/ui-kit/Breadcrumb.d.ts +1 -1
  350. package/dist/ui-kit/Button/ArrowButton.d.ts +1 -1
  351. package/dist/ui-kit/Button/Button.d.ts +1 -1
  352. package/dist/ui-kit/Button/Button.mobile.d.ts +1 -1
  353. package/dist/ui-kit/Button/Button.mobile.js +2 -2
  354. package/dist/ui-kit/Button/Button.mobile.js.map +1 -1
  355. package/dist/ui-kit/Button/ButtonInner.d.ts +1 -1
  356. package/dist/ui-kit/Button/ButtonInner.js +1 -1
  357. package/dist/ui-kit/Button/ButtonInner.js.map +1 -1
  358. package/dist/ui-kit/Button/ButtonProps.d.ts +2 -2
  359. package/dist/ui-kit/Button/ButtonSection.d.ts +1 -1
  360. package/dist/ui-kit/Button/LikeButton.d.ts +1 -1
  361. package/dist/ui-kit/Checkbox/Checkbox.d.ts +1 -1
  362. package/dist/ui-kit/Checkbox/Checkbox.js +5 -3
  363. package/dist/ui-kit/Checkbox/Checkbox.js.map +1 -1
  364. package/dist/ui-kit/Description/Description.d.ts +1 -1
  365. package/dist/ui-kit/Foldable/Foldable.d.ts +1 -1
  366. package/dist/ui-kit/Foldable/Foldable.js +2 -3
  367. package/dist/ui-kit/Foldable/Foldable.js.map +1 -1
  368. package/dist/ui-kit/Foldable/useActiveHandler.d.ts +1 -3
  369. package/dist/ui-kit/Foldable/useActiveHandler.js +3 -2
  370. package/dist/ui-kit/Foldable/useActiveHandler.js.map +1 -1
  371. package/dist/ui-kit/HeaderItem/HeaderItem.d.ts +1 -1
  372. package/dist/ui-kit/HeaderItem/HeaderItem.mobile.d.ts +1 -1
  373. package/dist/ui-kit/HeaderItem/HeaderItem.mobile.js +1 -1
  374. package/dist/ui-kit/HeaderItem/HeaderItem.mobile.js.map +1 -1
  375. package/dist/ui-kit/Heading/Heading.d.ts +1 -1
  376. package/dist/ui-kit/Heading/Heading.mobile.d.ts +1 -1
  377. package/dist/ui-kit/Icon/Icon.d.ts +1 -1
  378. package/dist/ui-kit/Img/Img.d.ts +1 -1
  379. package/dist/ui-kit/Img/Img.mobile.d.ts +1 -1
  380. package/dist/ui-kit/Img/Img.mobile.js +2 -2
  381. package/dist/ui-kit/Img/Img.mobile.js.map +1 -1
  382. package/dist/ui-kit/Img/ImgAsPicture.d.ts +1 -1
  383. package/dist/ui-kit/Img/ImgAsPicture.js +1 -1
  384. package/dist/ui-kit/Img/ImgAsPicture.js.map +1 -1
  385. package/dist/ui-kit/Img/ImgInner.d.ts +1 -1
  386. package/dist/ui-kit/Input/Input.d.ts +1 -1
  387. package/dist/ui-kit/InputRange/InputRange.d.ts +1 -1
  388. package/dist/ui-kit/InputRange/InputRange.js +4 -3
  389. package/dist/ui-kit/InputRange/InputRange.js.map +1 -1
  390. package/dist/ui-kit/InputRange/InputRangeProps.d.ts +1 -0
  391. package/dist/ui-kit/List/List.d.ts +1 -1
  392. package/dist/ui-kit/List/ListItem.d.ts +1 -1
  393. package/dist/ui-kit/Logo/Logo.d.ts +1 -1
  394. package/dist/ui-kit/Logo/Logo.mobile.d.ts +1 -1
  395. package/dist/ui-kit/Logo/Logo.mobile.js +1 -1
  396. package/dist/ui-kit/Logo/Logo.mobile.js.map +1 -1
  397. package/dist/ui-kit/Radio/Radio.d.ts +1 -1
  398. package/dist/ui-kit/Radio/Radio.js +1 -1
  399. package/dist/ui-kit/Radio/Radio.js.map +1 -1
  400. package/dist/ui-kit/RadioButtonGroup/RadioButtonGroup.d.ts +1 -1
  401. package/dist/ui-kit/SVG.d.ts +1 -1
  402. package/dist/ui-kit/SearchBar/SearchBar.d.ts +1 -1
  403. package/dist/ui-kit/SearchBar/SearchBar.js +2 -2
  404. package/dist/ui-kit/SearchBar/SearchBar.js.map +1 -1
  405. package/dist/ui-kit/SearchBar/SearchBar.mobile.d.ts +1 -1
  406. package/dist/ui-kit/SearchBar/SearchBar.mobile.js +2 -2
  407. package/dist/ui-kit/SearchBar/SearchBar.mobile.js.map +1 -1
  408. package/dist/ui-kit/SearchBar/SearchBarInner.d.ts +3 -3
  409. package/dist/ui-kit/SearchBar/SearchBarInner.js +6 -7
  410. package/dist/ui-kit/SearchBar/SearchBarInner.js.map +1 -1
  411. package/dist/ui-kit/Select/Select.d.ts +1 -1
  412. package/dist/ui-kit/Select/SelectOption.d.ts +1 -1
  413. package/dist/ui-kit/SwipeListControl/SwipeListControl.d.ts +1 -1
  414. package/dist/ui-kit/SwipeListControl/SwipeListControl.js +4 -3
  415. package/dist/ui-kit/SwipeListControl/SwipeListControl.js.map +1 -1
  416. package/dist/ui-kit/SwipeListControl/SwipeListControlDots.d.ts +1 -1
  417. package/dist/ui-kit/SwipeListControl/SwipeListControlItem.d.ts +1 -1
  418. package/dist/ui-kit/SwipeListControl/SwipeListControlList.d.ts +1 -1
  419. package/dist/ui-kit/TableArrowScrollControl/TableArrowScrollControl.d.ts +1 -1
  420. package/dist/ui-kit/Tabs/Tabs.d.ts +1 -1
  421. package/dist/ui-kit/Tabs/Tabs.js +2 -2
  422. package/dist/ui-kit/Tabs/Tabs.js.map +1 -1
  423. package/dist/ui-kit/TopItem/TopItem.d.ts +1 -1
  424. package/dist/ui-kit/TopItem/TopItem.js +1 -1
  425. package/dist/ui-kit/TopItem/TopItem.js.map +1 -1
  426. package/lib/common.css +1 -1
  427. package/lib/components/Accordion/Accordion.d.ts +1 -1
  428. package/lib/components/Accordion/Accordion.js +1 -1
  429. package/lib/components/Accordion/Accordion.js.map +1 -1
  430. package/lib/components/Accordion/Accordion.mobile.d.ts +1 -1
  431. package/lib/components/Accordion/Accordion.mobile.js +1 -1
  432. package/lib/components/Accordion/Accordion.mobile.js.map +1 -1
  433. package/lib/components/Accordion/AccordionItem.d.ts +1 -1
  434. package/lib/components/Accordion/AccordionItem.js +3 -4
  435. package/lib/components/Accordion/AccordionItem.js.map +1 -1
  436. package/lib/components/Accordion/AccordionItem.mobile.d.ts +1 -1
  437. package/lib/components/Accordion/AccordionItem.mobile.js +2 -5
  438. package/lib/components/Accordion/AccordionItem.mobile.js.map +1 -1
  439. package/lib/components/Accordion/AccordionItemInner.d.ts +1 -1
  440. package/lib/components/Accordion/AccordionItemInner.js +1 -1
  441. package/lib/components/Accordion/AccordionItemInner.js.map +1 -1
  442. package/lib/components/Accordion/AccordionItemInner.mobile.d.ts +1 -1
  443. package/lib/components/Accordion/useActiveHandler.d.ts +1 -1
  444. package/lib/components/Accordion/useActiveHandler.js +3 -2
  445. package/lib/components/Accordion/useActiveHandler.js.map +1 -1
  446. package/lib/components/BaseTile/BaseTile.d.ts +1 -1
  447. package/lib/components/BenefitsBlock/BenefitsBlock.d.ts +1 -1
  448. package/lib/components/BenefitsBlock/BenefitsBlock.fixture.d.ts +2 -1
  449. package/lib/components/BenefitsBlock/BenefitsBlock.js +4 -4
  450. package/lib/components/BenefitsBlock/BenefitsBlock.js.map +1 -1
  451. package/lib/components/BenefitsBlock/BenefitsBlockContent.d.ts +4 -4
  452. package/lib/components/Blocks.d.ts +35 -35
  453. package/lib/components/Blocks.mobile.d.ts +16 -16
  454. package/lib/components/Bonus/Bonus.d.ts +1 -1
  455. package/lib/components/Bonus/Bonus.js +3 -3
  456. package/lib/components/Bonus/Bonus.js.map +1 -1
  457. package/lib/components/BonusBenefitsBlock/BonusBenefitsBlock.d.ts +1 -1
  458. package/lib/components/BonusBenefitsBlock/BonusBenefitsBlock.js +3 -3
  459. package/lib/components/BonusBenefitsBlock/BonusBenefitsBlock.js.map +1 -1
  460. package/lib/components/Calculator/BonusCalculatorForm.d.ts +1 -1
  461. package/lib/components/Calculator/BonusCalculatorForm.js +4 -3
  462. package/lib/components/Calculator/BonusCalculatorForm.js.map +1 -1
  463. package/lib/components/Calculator/Calculator.d.ts +1 -1
  464. package/lib/components/Calculator/Calculator.js +7 -6
  465. package/lib/components/Calculator/Calculator.js.map +1 -1
  466. package/lib/components/Calculator/CalculatorValueBlock.d.ts +1 -1
  467. package/lib/components/Calculator/CreditCalculatorForm.d.ts +1 -1
  468. package/lib/components/Calculator/CreditCalculatorForm.js +8 -7
  469. package/lib/components/Calculator/CreditCalculatorForm.js.map +1 -1
  470. package/lib/components/Calculator/DepositCalculatorForm.d.ts +1 -1
  471. package/lib/components/Calculator/DepositCalculatorForm.js +3 -2
  472. package/lib/components/Calculator/DepositCalculatorForm.js.map +1 -1
  473. package/lib/components/Calculator/EmbeddableCalcBlocks.d.ts +4 -4
  474. package/lib/components/Calculator/MortgageCalculatorForm.d.ts +1 -1
  475. package/lib/components/Calculator/MortgageCalculatorForm.js +5 -4
  476. package/lib/components/Calculator/MortgageCalculatorForm.js.map +1 -1
  477. package/lib/components/Calculator/Rate.d.ts +1 -1
  478. package/lib/components/Calculator/renderCalculatorBlock.js +1 -1
  479. package/lib/components/Calculator/renderCalculatorBlock.js.map +1 -1
  480. package/lib/components/Calculator/useBonusCalculatorParams.d.ts +1 -2
  481. package/lib/components/Calculator/useBonusCalculatorParams.js +3 -2
  482. package/lib/components/Calculator/useBonusCalculatorParams.js.map +1 -1
  483. package/lib/components/Calculator/useCalculatorParams.d.ts +1 -2
  484. package/lib/components/Calculator/useCalculatorParams.js +2 -1
  485. package/lib/components/Calculator/useCalculatorParams.js.map +1 -1
  486. package/lib/components/Calculator/useCreditCalculatorParams.d.ts +1 -2
  487. package/lib/components/Calculator/useCreditCalculatorParams.js +2 -2
  488. package/lib/components/Calculator/useCreditCalculatorParams.js.map +1 -1
  489. package/lib/components/Catalog/Catalog.d.ts +1 -1
  490. package/lib/components/Catalog/Catalog.js +4 -4
  491. package/lib/components/Catalog/Catalog.js.map +1 -1
  492. package/lib/components/Catalog/CatalogCard.d.ts +1 -1
  493. package/lib/components/Catalog/CatalogCard.js +1 -1
  494. package/lib/components/Catalog/CatalogCard.js.map +1 -1
  495. package/lib/components/ComparisonTable/ComparisonTable.d.ts +1 -1
  496. package/lib/components/ComparisonTable/ComparisonTable.js +3 -2
  497. package/lib/components/ComparisonTable/ComparisonTable.js.map +1 -1
  498. package/lib/components/ComparisonTable/ComparisonTable.mobile.d.ts +1 -1
  499. package/lib/components/ComparisonTable/ComparisonTable.mobile.js +2 -1
  500. package/lib/components/ComparisonTable/ComparisonTable.mobile.js.map +1 -1
  501. package/lib/components/ComparisonTable/ComparisonTableBody.d.ts +1 -1
  502. package/lib/components/ComparisonTable/ComparisonTableBody.js +3 -2
  503. package/lib/components/ComparisonTable/ComparisonTableBody.js.map +1 -1
  504. package/lib/components/ComparisonTable/ComparisonTableColumnHeaders.d.ts +1 -1
  505. package/lib/components/ComparisonTable/ComparisonTableRows.d.ts +1 -1
  506. package/lib/components/ComparisonTable/HeaderCell.d.ts +1 -1
  507. package/lib/components/ComparisonTable/HeaderCell.js +1 -1
  508. package/lib/components/ComparisonTable/HeaderCell.js.map +1 -1
  509. package/lib/components/ComparisonTable/HeaderCell.mobile.d.ts +1 -1
  510. package/lib/components/ComparisonTable/HeaderCell.mobile.js +1 -1
  511. package/lib/components/ComparisonTable/HeaderCell.mobile.js.map +1 -1
  512. package/lib/components/ComparisonTable/TableCarouselContainer.d.ts +1 -1
  513. package/lib/components/ComparisonTable/TableCell.d.ts +1 -1
  514. package/lib/components/ComparisonTable/TableCell.js +2 -2
  515. package/lib/components/ComparisonTable/TableCell.js.map +1 -1
  516. package/lib/components/ComparisonTable/TableCell.mobile.d.ts +1 -1
  517. package/lib/components/ComparisonTable/TableCell.mobile.js +1 -1
  518. package/lib/components/ComparisonTable/TableCell.mobile.js.map +1 -1
  519. package/lib/components/ComparisonTable/TableColumn.d.ts +1 -1
  520. package/lib/components/ComparisonTable/TableColumn.js +2 -2
  521. package/lib/components/ComparisonTable/TableColumn.js.map +1 -1
  522. package/lib/components/ComparisonTable/TableRow.d.ts +1 -1
  523. package/lib/components/ComparisonTable/TableRow.js +1 -1
  524. package/lib/components/ComparisonTable/TableRow.js.map +1 -1
  525. package/lib/components/ComparisonTable/TableRowContainer.d.ts +1 -4
  526. package/lib/components/ContentPage/ContentPage.d.ts +3 -3
  527. package/lib/components/ContentPage/ContentPage.js.map +1 -1
  528. package/lib/components/ContentPage/ContentPageContext.d.ts +1 -19
  529. package/lib/components/ContentPage/ContentPageHead.d.ts +1 -1
  530. package/lib/components/ExchangeRateTile/CurrencyTable.d.ts +1 -1
  531. package/lib/components/ExchangeRateTile/CurrencyTable.js +1 -1
  532. package/lib/components/ExchangeRateTile/CurrencyTable.js.map +1 -1
  533. package/lib/components/ExchangeRateTile/CurrentLocation.d.ts +1 -1
  534. package/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.d.ts +1 -1
  535. package/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.js +4 -3
  536. package/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.js.map +1 -1
  537. package/lib/components/ExchangeRateTile/ExchangeRateTile.d.ts +1 -1
  538. package/lib/components/ExchangeRateTile/ExchangeRateTile.js +1 -1
  539. package/lib/components/ExchangeRateTile/ExchangeRateTile.js.map +1 -1
  540. package/lib/components/Footer/Contacts.d.ts +1 -1
  541. package/lib/components/Footer/Footer.d.ts +1 -1
  542. package/lib/components/Footer/Footer.mobile.d.ts +1 -1
  543. package/lib/components/Footer/Footer.mobile.js +2 -2
  544. package/lib/components/Footer/Footer.mobile.js.map +1 -1
  545. package/lib/components/Footer/HorizontalNavigation.d.ts +1 -1
  546. package/lib/components/Footer/HorizontalNavigation.mobile.d.ts +1 -1
  547. package/lib/components/Footer/HorizontalNavigation.mobile.js +1 -1
  548. package/lib/components/Footer/HorizontalNavigation.mobile.js.map +1 -1
  549. package/lib/components/Footer/HorizontalNavigationLink.d.ts +1 -1
  550. package/lib/components/Footer/MediaButton.d.ts +1 -1
  551. package/lib/components/Footer/Sitemap.d.ts +1 -1
  552. package/lib/components/Footer/Sitemap.js +2 -2
  553. package/lib/components/Footer/Sitemap.js.map +1 -1
  554. package/lib/components/Footer/SocialMedia.d.ts +1 -1
  555. package/lib/components/Footer/SocialMedia.mobile.d.ts +1 -1
  556. package/lib/components/Footer/TextInformation.d.ts +1 -1
  557. package/lib/components/Footer/TextInformation.js +1 -1
  558. package/lib/components/Footer/TextInformation.js.map +1 -1
  559. package/lib/components/Footer/TextInformation.mobile.d.ts +1 -1
  560. package/lib/components/Footer/TextInformation.mobile.js +1 -1
  561. package/lib/components/Footer/TextInformation.mobile.js.map +1 -1
  562. package/lib/components/Footer/TextInformationLink.d.ts +1 -1
  563. package/lib/components/Footer/TextInformationLink.js +1 -1
  564. package/lib/components/Footer/TextInformationLink.js.map +1 -1
  565. package/lib/components/Gallery/Gallery.d.ts +1 -1
  566. package/lib/components/Gallery/Gallery.mobile.d.ts +1 -1
  567. package/lib/components/Gallery/Gallery.mobile.js +4 -4
  568. package/lib/components/Gallery/Gallery.mobile.js.map +1 -1
  569. package/lib/components/Gallery/GalleryCardInner.d.ts +1 -1
  570. package/lib/components/Gallery/GalleryCardInner.js +1 -1
  571. package/lib/components/Gallery/GalleryCardInner.js.map +1 -1
  572. package/lib/components/Gallery/GalleryContainer.d.ts +1 -1
  573. package/lib/components/Gallery/GalleryContainer.js +2 -2
  574. package/lib/components/Gallery/GalleryContainer.js.map +1 -1
  575. package/lib/components/Gallery/GalleryInner.d.ts +1 -1
  576. package/lib/components/Gallery/GalleryInner.js +2 -1
  577. package/lib/components/Gallery/GalleryInner.js.map +1 -1
  578. package/lib/components/GracePeriod/GracePeriod.d.ts +1 -1
  579. package/lib/components/GracePeriod/GracePeriod.js +4 -4
  580. package/lib/components/GracePeriod/GracePeriod.js.map +1 -1
  581. package/lib/components/GroupBlock/EmbeddableGroupBlocks.d.ts +2 -2
  582. package/lib/components/GroupBlock/GroupBlock.d.ts +1 -1
  583. package/lib/components/GroupBlock/GroupBlock.js +2 -1
  584. package/lib/components/GroupBlock/GroupBlock.js.map +1 -1
  585. package/lib/components/GroupBlock/GroupBlockTabs.d.ts +1 -1
  586. package/lib/components/GroupBlock/GroupBlockTabs.js +2 -2
  587. package/lib/components/GroupBlock/GroupBlockTabs.js.map +1 -1
  588. package/lib/components/GroupBlock/GroupBlocksItem.d.ts +1 -1
  589. package/lib/components/Header/DropdownMenu.d.ts +1 -1
  590. package/lib/components/Header/Header.d.ts +1 -1
  591. package/lib/components/Header/Header.js +2 -2
  592. package/lib/components/Header/Header.js.map +1 -1
  593. package/lib/components/Header/Header.mobile.d.ts +1 -1
  594. package/lib/components/Header/Header.mobile.js +4 -3
  595. package/lib/components/Header/Header.mobile.js.map +1 -1
  596. package/lib/components/Header/HeaderBurger.d.ts +1 -1
  597. package/lib/components/Header/HeaderBurger.js +4 -3
  598. package/lib/components/Header/HeaderBurger.js.map +1 -1
  599. package/lib/components/Header/HeaderSecondaryMenu.d.ts +3 -3
  600. package/lib/components/Header/HeaderSecondaryMenu.js +3 -2
  601. package/lib/components/Header/HeaderSecondaryMenu.js.map +1 -1
  602. package/lib/components/Header/HeaderSecondaryMenuButton.d.ts +1 -1
  603. package/lib/components/Header/HeaderSubMenu.d.ts +1 -1
  604. package/lib/components/Header/HeaderSubMenu.js +3 -2
  605. package/lib/components/Header/HeaderSubMenu.js.map +1 -1
  606. package/lib/components/Header/HeaderTop.d.ts +1 -1
  607. package/lib/components/Header/HeaderTop.js +1 -1
  608. package/lib/components/Header/HeaderTop.js.map +1 -1
  609. package/lib/components/Headline/Headline.d.ts +1 -1
  610. package/lib/components/Headline/Headline.fixture.d.ts +1 -1
  611. package/lib/components/Headline/Headline.fixture.mobile.d.ts +1 -1
  612. package/lib/components/Headline/Headline.mobile.d.ts +1 -1
  613. package/lib/components/Headline/Headline.mobile.js +1 -1
  614. package/lib/components/Headline/Headline.mobile.js.map +1 -1
  615. package/lib/components/Headline/constants.js +1 -1
  616. package/lib/components/Headline/constants.js.map +1 -1
  617. package/lib/components/Insurance/Insurance.d.ts +1 -1
  618. package/lib/components/InsuranceAmountBlock/InsuranceAmountBlock.d.ts +1 -1
  619. package/lib/components/InsuranceAmountBlock/InsuranceAmountBlock.js +7 -5
  620. package/lib/components/InsuranceAmountBlock/InsuranceAmountBlock.js.map +1 -1
  621. package/lib/components/InsuranceAmountBlock/InsuranceAmountBlockContent.d.ts +3 -0
  622. package/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.d.ts +3 -1
  623. package/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js +5 -4
  624. package/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js.map +1 -1
  625. package/lib/components/LikeControl/LikeControl.d.ts +1 -1
  626. package/lib/components/LikeControl/LikeControl.js +6 -2
  627. package/lib/components/LikeControl/LikeControl.js.map +1 -1
  628. package/lib/components/LinkDocs/LinkDocs.d.ts +1 -1
  629. package/lib/components/LinkDocs/LinkDocs.mobile.d.ts +1 -1
  630. package/lib/components/LinkDocs/LinkDocsHorizontalList.d.ts +1 -1
  631. package/lib/components/LinkDocs/LinkDocsList.d.ts +1 -1
  632. package/lib/components/LinkDocs/LinkDocsListItem.d.ts +1 -1
  633. package/lib/components/LinkDocs/LinkDocsListItem.js +1 -1
  634. package/lib/components/LinkDocs/LinkDocsListItem.js.map +1 -1
  635. package/lib/components/LinkDocs/LinkDocsListItem.mobile.d.ts +1 -1
  636. package/lib/components/LinkDocs/LinkDocsListItemBase.d.ts +1 -1
  637. package/lib/components/LinkDocs/LinkDocsVerticalList.d.ts +1 -1
  638. package/lib/components/LinkList/LinkList.d.ts +1 -1
  639. package/lib/components/LinkList/LinkList.js +1 -1
  640. package/lib/components/LinkList/LinkList.js.map +1 -1
  641. package/lib/components/MiniGallery/MiniGallery.d.ts +1 -1
  642. package/lib/components/MobileAppTile/MobileAppTile.d.ts +1 -1
  643. package/lib/components/MobileAppTile/MobileAppTile.fixture.d.ts +1 -0
  644. package/lib/components/MobileAppTile/MobileAppTile.js +7 -7
  645. package/lib/components/MobileAppTile/MobileAppTile.js.map +1 -1
  646. package/lib/components/MobileAppTile/MobileAppTile.mobile.d.ts +1 -1
  647. package/lib/components/MobileAppTile/MobileAppTile.mobile.js +1 -1
  648. package/lib/components/MobileAppTile/MobileAppTile.mobile.js.map +1 -1
  649. package/lib/components/MobileAppTile/MobileAppTileContent.d.ts +4 -11
  650. package/lib/components/Navigation/Navigation.d.ts +1 -1
  651. package/lib/components/Navigation/Navigation.js +1 -1
  652. package/lib/components/Navigation/Navigation.js.map +1 -1
  653. package/lib/components/Navigation/NavigationItem.d.ts +2 -2
  654. package/lib/components/Navigation/NavigationItem.js +1 -1
  655. package/lib/components/Navigation/NavigationItem.js.map +1 -1
  656. package/lib/components/NavigatorTabs/NavigatorTabItem.d.ts +1 -1
  657. package/lib/components/NavigatorTabs/NavigatorTabs.d.ts +1 -1
  658. package/lib/components/OtherProducts/OtherProducts.d.ts +1 -1
  659. package/lib/components/OtherProducts/OtherProductsItem.d.ts +1 -1
  660. package/lib/components/PictureText/PictureText.d.ts +1 -1
  661. package/lib/components/PictureText/PictureText.js +1 -1
  662. package/lib/components/PictureText/PictureText.js.map +1 -1
  663. package/lib/components/Placeholder/Placeholder.d.ts +2 -2
  664. package/lib/components/Placeholder/Placeholder.js +1 -1
  665. package/lib/components/Placeholder/Placeholder.js.map +1 -1
  666. package/lib/components/ProductBlock/ProductBlock.d.ts +1 -1
  667. package/lib/components/ProductBlock/ProductBlock.js +1 -1
  668. package/lib/components/ProductBlock/ProductBlock.js.map +1 -1
  669. package/lib/components/ProductBlock/ProductBlock.mobile.d.ts +1 -1
  670. package/lib/components/ProductBlock/ProductBlockInner.d.ts +1 -1
  671. package/lib/components/ProductBlock/ProductBlockInner.js +1 -1
  672. package/lib/components/ProductBlock/ProductBlockInner.js.map +1 -1
  673. package/lib/components/ProductBlock/ProductBlockInner.mobile.d.ts +1 -1
  674. package/lib/components/ProductBlock/renderBenefit.js +1 -1
  675. package/lib/components/ProductBlock/renderBenefit.js.map +1 -1
  676. package/lib/components/ProductGallery/ProductGallery.d.ts +1 -1
  677. package/lib/components/ProductGallery/ProductGallery.js +3 -2
  678. package/lib/components/ProductGallery/ProductGallery.js.map +1 -1
  679. package/lib/components/ProductGallery/ProductGallery.mobile.d.ts +1 -1
  680. package/lib/components/ProductGallery/ProductGalleryBlock.d.ts +1 -1
  681. package/lib/components/ProductTile/ProductTile.d.ts +1 -1
  682. package/lib/components/ProductTile/ProductTile.js +2 -2
  683. package/lib/components/ProductTile/ProductTile.js.map +1 -1
  684. package/lib/components/PromoTile/PromoTile.d.ts +1 -1
  685. package/lib/components/PromoTile/PromoTile.js +1 -1
  686. package/lib/components/PromoTile/PromoTile.js.map +1 -1
  687. package/lib/components/Recommendation/Recommendation.d.ts +1 -1
  688. package/lib/components/Recommendation/Recommendation.js +2 -1
  689. package/lib/components/Recommendation/Recommendation.js.map +1 -1
  690. package/lib/components/Recommendation/RecommendationCard.d.ts +1 -1
  691. package/lib/components/Recommendation/RecommendationCard.js +2 -2
  692. package/lib/components/Recommendation/RecommendationCard.js.map +1 -1
  693. package/lib/components/SafeDepositRental/SafeDepositRental.d.ts +1 -1
  694. package/lib/components/SafeDepositRental/SafeDepositRental.js +3 -2
  695. package/lib/components/SafeDepositRental/SafeDepositRental.js.map +1 -1
  696. package/lib/components/SafeDepositRental/SafeDepositRentalForm.d.ts +1 -8
  697. package/lib/components/SafeDepositRental/SafeDepositRentalForm.js +19 -17
  698. package/lib/components/SafeDepositRental/SafeDepositRentalForm.js.map +1 -1
  699. package/lib/components/SafeDepositRental/SafeDepositRentalTotal.js +2 -2
  700. package/lib/components/SafeDepositRental/SafeDepositRentalTotal.js.map +1 -1
  701. package/lib/components/StepsBlock/StepsBlock.d.ts +1 -1
  702. package/lib/components/StepsBlock/StepsBlock.js +2 -2
  703. package/lib/components/StepsBlock/StepsBlock.js.map +1 -1
  704. package/lib/components/StepsBlock/StepsBlock.mobile.d.ts +1 -1
  705. package/lib/components/StepsBlock/StepsBlock.mobile.js +2 -2
  706. package/lib/components/StepsBlock/StepsBlock.mobile.js.map +1 -1
  707. package/lib/components/Tabs/Tabs.d.ts +1 -1
  708. package/lib/components/Tabs/Tabs.js +3 -2
  709. package/lib/components/Tabs/Tabs.js.map +1 -1
  710. package/lib/components/Tabs/renderTab.js +2 -2
  711. package/lib/components/Tabs/renderTab.js.map +1 -1
  712. package/lib/components/TariffsTable/TableTileHeader.d.ts +1 -1
  713. package/lib/components/TariffsTable/TariffsTable.d.ts +1 -1
  714. package/lib/components/TariffsTable/TariffsTable.js +2 -1
  715. package/lib/components/TariffsTable/TariffsTable.js.map +1 -1
  716. package/lib/components/TariffsTable/TariffsTable.mobile.d.ts +1 -1
  717. package/lib/components/TariffsTable/TariffsTable.mobile.js +1 -1
  718. package/lib/components/TariffsTable/TariffsTable.mobile.js.map +1 -1
  719. package/lib/components/TariffsTable/TariffsTableCell.d.ts +1 -1
  720. package/lib/components/TariffsTable/TariffsTableCell.js +2 -2
  721. package/lib/components/TariffsTable/TariffsTableCell.js.map +1 -1
  722. package/lib/components/TariffsTable/TariffsTableHorizontal.d.ts +2 -2
  723. package/lib/components/TariffsTable/TariffsTableRow.d.ts +1 -1
  724. package/lib/components/TariffsTable/TariffsTableRow.js +1 -1
  725. package/lib/components/TariffsTable/TariffsTableRow.js.map +1 -1
  726. package/lib/components/TariffsTable/TariffsTableTileCell.d.ts +1 -1
  727. package/lib/components/TariffsTable/TariffsTableTileCell.js +2 -2
  728. package/lib/components/TariffsTable/TariffsTableTileCell.js.map +1 -1
  729. package/lib/components/TariffsTable/TariffsTableVertical.d.ts +2 -2
  730. package/lib/components/TextBlock/TextBlock.d.ts +1 -1
  731. package/lib/components/TextBlock/TextBlock.js +2 -2
  732. package/lib/components/TextBlock/TextBlock.js.map +1 -1
  733. package/lib/components/TextBlock/TextBlock.mobile.d.ts +1 -1
  734. package/lib/components/TextBlock/TextBlock.mobile.js +2 -2
  735. package/lib/components/TextBlock/TextBlock.mobile.js.map +1 -1
  736. package/lib/components/Tile/Tile.d.ts +1 -1
  737. package/lib/components/Tile/Tile.js +1 -1
  738. package/lib/components/Tile/Tile.js.map +1 -1
  739. package/lib/hooks/useExchangeRates.d.ts +1 -2
  740. package/lib/hooks/useExchangeRates.js +2 -1
  741. package/lib/hooks/useExchangeRates.js.map +1 -1
  742. package/lib/hooks/useGeolocation.d.ts +1 -0
  743. package/lib/hooks/useGeolocation.js +18 -0
  744. package/lib/hooks/useGeolocation.js.map +1 -0
  745. package/lib/hooks/useLikeService.d.ts +5 -0
  746. package/lib/hooks/useLikeService.js +26 -0
  747. package/lib/hooks/useLikeService.js.map +1 -0
  748. package/lib/hooks/useLink.d.ts +1 -0
  749. package/lib/hooks/useLink.js +1 -1
  750. package/lib/hooks/useLink.js.map +1 -1
  751. package/lib/hooks/useSafeDepositRental.d.ts +1 -2
  752. package/lib/hooks/useSafeDepositRental.js +2 -1
  753. package/lib/hooks/useSafeDepositRental.js.map +1 -1
  754. package/lib/hooks/useSearch.d.ts +4 -0
  755. package/lib/hooks/useSearch.js +9 -0
  756. package/lib/hooks/useSearch.js.map +1 -0
  757. package/lib/icons/IconName.d.ts +4 -2
  758. package/lib/icons/IconName.js +2 -0
  759. package/lib/icons/IconName.js.map +1 -1
  760. package/lib/index.d.ts +2 -1
  761. package/lib/index.js +2 -1
  762. package/lib/index.js.map +1 -1
  763. package/lib/react/setup-fixture.d.ts +1 -0
  764. package/lib/react/setup-fixture.js +2 -46
  765. package/lib/react/setup-fixture.js.map +1 -1
  766. package/lib/services/sitemap/useSitemap.d.ts +1 -2
  767. package/lib/services/sitemap/useSitemap.js +2 -1
  768. package/lib/services/sitemap/useSitemap.js.map +1 -1
  769. package/lib/ui-kit/BlockWrapper.d.ts +1 -1
  770. package/lib/ui-kit/BlockWrapper.js +3 -2
  771. package/lib/ui-kit/BlockWrapper.js.map +1 -1
  772. package/lib/ui-kit/BlocksList/BlocksListProps.d.ts +0 -2
  773. package/lib/ui-kit/BlocksList/EmbeddableBlocks.d.ts +10 -10
  774. package/lib/ui-kit/BlocksList/EmbeddableBlocks.mobile.d.ts +6 -6
  775. package/lib/ui-kit/Breadcrumb.d.ts +1 -1
  776. package/lib/ui-kit/Button/ArrowButton.d.ts +1 -1
  777. package/lib/ui-kit/Button/Button.d.ts +1 -1
  778. package/lib/ui-kit/Button/Button.mobile.d.ts +1 -1
  779. package/lib/ui-kit/Button/Button.mobile.js +2 -2
  780. package/lib/ui-kit/Button/Button.mobile.js.map +1 -1
  781. package/lib/ui-kit/Button/ButtonInner.d.ts +1 -1
  782. package/lib/ui-kit/Button/ButtonInner.js +1 -1
  783. package/lib/ui-kit/Button/ButtonInner.js.map +1 -1
  784. package/lib/ui-kit/Button/ButtonProps.d.ts +2 -2
  785. package/lib/ui-kit/Button/ButtonSection.d.ts +1 -1
  786. package/lib/ui-kit/Button/LikeButton.d.ts +1 -1
  787. package/lib/ui-kit/Checkbox/Checkbox.d.ts +1 -1
  788. package/lib/ui-kit/Checkbox/Checkbox.js +5 -3
  789. package/lib/ui-kit/Checkbox/Checkbox.js.map +1 -1
  790. package/lib/ui-kit/Description/Description.d.ts +1 -1
  791. package/lib/ui-kit/Foldable/Foldable.d.ts +1 -1
  792. package/lib/ui-kit/Foldable/Foldable.js +2 -3
  793. package/lib/ui-kit/Foldable/Foldable.js.map +1 -1
  794. package/lib/ui-kit/Foldable/useActiveHandler.d.ts +1 -3
  795. package/lib/ui-kit/Foldable/useActiveHandler.js +3 -2
  796. package/lib/ui-kit/Foldable/useActiveHandler.js.map +1 -1
  797. package/lib/ui-kit/HeaderItem/HeaderItem.d.ts +1 -1
  798. package/lib/ui-kit/HeaderItem/HeaderItem.mobile.d.ts +1 -1
  799. package/lib/ui-kit/HeaderItem/HeaderItem.mobile.js +1 -1
  800. package/lib/ui-kit/HeaderItem/HeaderItem.mobile.js.map +1 -1
  801. package/lib/ui-kit/Heading/Heading.d.ts +1 -1
  802. package/lib/ui-kit/Heading/Heading.mobile.d.ts +1 -1
  803. package/lib/ui-kit/Icon/Icon.d.ts +1 -1
  804. package/lib/ui-kit/Img/Img.d.ts +1 -1
  805. package/lib/ui-kit/Img/Img.mobile.d.ts +1 -1
  806. package/lib/ui-kit/Img/Img.mobile.js +2 -2
  807. package/lib/ui-kit/Img/Img.mobile.js.map +1 -1
  808. package/lib/ui-kit/Img/ImgAsPicture.d.ts +1 -1
  809. package/lib/ui-kit/Img/ImgAsPicture.js +1 -1
  810. package/lib/ui-kit/Img/ImgAsPicture.js.map +1 -1
  811. package/lib/ui-kit/Img/ImgInner.d.ts +1 -1
  812. package/lib/ui-kit/Input/Input.d.ts +1 -1
  813. package/lib/ui-kit/InputRange/InputRange.d.ts +1 -1
  814. package/lib/ui-kit/InputRange/InputRange.js +4 -3
  815. package/lib/ui-kit/InputRange/InputRange.js.map +1 -1
  816. package/lib/ui-kit/InputRange/InputRangeProps.d.ts +1 -0
  817. package/lib/ui-kit/List/List.d.ts +1 -1
  818. package/lib/ui-kit/List/ListItem.d.ts +1 -1
  819. package/lib/ui-kit/Logo/Logo.d.ts +1 -1
  820. package/lib/ui-kit/Logo/Logo.mobile.d.ts +1 -1
  821. package/lib/ui-kit/Logo/Logo.mobile.js +1 -1
  822. package/lib/ui-kit/Logo/Logo.mobile.js.map +1 -1
  823. package/lib/ui-kit/Radio/Radio.d.ts +1 -1
  824. package/lib/ui-kit/Radio/Radio.js +1 -1
  825. package/lib/ui-kit/Radio/Radio.js.map +1 -1
  826. package/lib/ui-kit/RadioButtonGroup/RadioButtonGroup.d.ts +1 -1
  827. package/lib/ui-kit/SVG.d.ts +1 -1
  828. package/lib/ui-kit/SearchBar/SearchBar.d.ts +1 -1
  829. package/lib/ui-kit/SearchBar/SearchBar.js +2 -2
  830. package/lib/ui-kit/SearchBar/SearchBar.js.map +1 -1
  831. package/lib/ui-kit/SearchBar/SearchBar.mobile.d.ts +1 -1
  832. package/lib/ui-kit/SearchBar/SearchBar.mobile.js +2 -2
  833. package/lib/ui-kit/SearchBar/SearchBar.mobile.js.map +1 -1
  834. package/lib/ui-kit/SearchBar/SearchBarInner.d.ts +3 -3
  835. package/lib/ui-kit/SearchBar/SearchBarInner.js +6 -7
  836. package/lib/ui-kit/SearchBar/SearchBarInner.js.map +1 -1
  837. package/lib/ui-kit/Select/Select.d.ts +1 -1
  838. package/lib/ui-kit/Select/SelectOption.d.ts +1 -1
  839. package/lib/ui-kit/SwipeListControl/SwipeListControl.d.ts +1 -1
  840. package/lib/ui-kit/SwipeListControl/SwipeListControl.js +4 -3
  841. package/lib/ui-kit/SwipeListControl/SwipeListControl.js.map +1 -1
  842. package/lib/ui-kit/SwipeListControl/SwipeListControlDots.d.ts +1 -1
  843. package/lib/ui-kit/SwipeListControl/SwipeListControlItem.d.ts +1 -1
  844. package/lib/ui-kit/SwipeListControl/SwipeListControlList.d.ts +1 -1
  845. package/lib/ui-kit/TableArrowScrollControl/TableArrowScrollControl.d.ts +1 -1
  846. package/lib/ui-kit/Tabs/Tabs.d.ts +1 -1
  847. package/lib/ui-kit/Tabs/Tabs.js +2 -2
  848. package/lib/ui-kit/Tabs/Tabs.js.map +1 -1
  849. package/lib/ui-kit/TopItem/TopItem.d.ts +1 -1
  850. package/lib/ui-kit/TopItem/TopItem.js +1 -1
  851. package/lib/ui-kit/TopItem/TopItem.js.map +1 -1
  852. package/mobile/bundle/bundle.umd.js +1902 -1797
  853. package/mobile/bundle/bundle.umd.min.js +1 -1
  854. package/mobile/dist/components/Accordion/Accordion.d.ts +1 -1
  855. package/mobile/dist/components/Accordion/Accordion.js +1 -1
  856. package/mobile/dist/components/Accordion/Accordion.js.map +1 -1
  857. package/mobile/dist/components/Accordion/AccordionItem.d.ts +1 -1
  858. package/mobile/dist/components/Accordion/AccordionItem.js +2 -5
  859. package/mobile/dist/components/Accordion/AccordionItem.js.map +1 -1
  860. package/mobile/dist/components/Accordion/AccordionItemInner.d.ts +1 -1
  861. package/mobile/dist/components/Accordion/useActiveHandler.d.ts +1 -1
  862. package/mobile/dist/components/Accordion/useActiveHandler.js +3 -2
  863. package/mobile/dist/components/Accordion/useActiveHandler.js.map +1 -1
  864. package/mobile/dist/components/BaseTile/BaseTile.d.ts +1 -1
  865. package/mobile/dist/components/BenefitsBlock/BenefitsBlock.d.ts +1 -1
  866. package/mobile/dist/components/BenefitsBlock/BenefitsBlock.js +4 -4
  867. package/mobile/dist/components/BenefitsBlock/BenefitsBlock.js.map +1 -1
  868. package/mobile/dist/components/BenefitsBlock/BenefitsBlockContent.d.ts +4 -4
  869. package/mobile/dist/components/Blocks.d.ts +16 -16
  870. package/mobile/dist/components/Bonus/Bonus.d.ts +1 -1
  871. package/mobile/dist/components/Bonus/Bonus.js +3 -3
  872. package/mobile/dist/components/Bonus/Bonus.js.map +1 -1
  873. package/mobile/dist/components/BonusBenefitsBlock/BonusBenefitsBlock.d.ts +1 -1
  874. package/mobile/dist/components/BonusBenefitsBlock/BonusBenefitsBlock.js +3 -3
  875. package/mobile/dist/components/BonusBenefitsBlock/BonusBenefitsBlock.js.map +1 -1
  876. package/mobile/dist/components/Calculator/BonusCalculatorForm.d.ts +1 -1
  877. package/mobile/dist/components/Calculator/BonusCalculatorForm.js +4 -3
  878. package/mobile/dist/components/Calculator/BonusCalculatorForm.js.map +1 -1
  879. package/mobile/dist/components/Calculator/Calculator.d.ts +1 -1
  880. package/mobile/dist/components/Calculator/Calculator.js +7 -6
  881. package/mobile/dist/components/Calculator/Calculator.js.map +1 -1
  882. package/mobile/dist/components/Calculator/CalculatorValueBlock.d.ts +1 -1
  883. package/mobile/dist/components/Calculator/CreditCalculatorForm.d.ts +1 -1
  884. package/mobile/dist/components/Calculator/CreditCalculatorForm.js +8 -7
  885. package/mobile/dist/components/Calculator/CreditCalculatorForm.js.map +1 -1
  886. package/mobile/dist/components/Calculator/DepositCalculatorForm.d.ts +1 -1
  887. package/mobile/dist/components/Calculator/DepositCalculatorForm.js +3 -2
  888. package/mobile/dist/components/Calculator/DepositCalculatorForm.js.map +1 -1
  889. package/mobile/dist/components/Calculator/EmbeddableCalcBlocks.d.ts +4 -4
  890. package/mobile/dist/components/Calculator/MortgageCalculatorForm.d.ts +1 -1
  891. package/mobile/dist/components/Calculator/MortgageCalculatorForm.js +5 -4
  892. package/mobile/dist/components/Calculator/MortgageCalculatorForm.js.map +1 -1
  893. package/mobile/dist/components/Calculator/Rate.d.ts +1 -1
  894. package/mobile/dist/components/Calculator/renderCalculatorBlock.js +1 -1
  895. package/mobile/dist/components/Calculator/renderCalculatorBlock.js.map +1 -1
  896. package/mobile/dist/components/Calculator/useBonusCalculatorParams.d.ts +1 -2
  897. package/mobile/dist/components/Calculator/useBonusCalculatorParams.js +3 -2
  898. package/mobile/dist/components/Calculator/useBonusCalculatorParams.js.map +1 -1
  899. package/mobile/dist/components/Calculator/useCalculatorParams.d.ts +1 -2
  900. package/mobile/dist/components/Calculator/useCalculatorParams.js +3 -2
  901. package/mobile/dist/components/Calculator/useCalculatorParams.js.map +1 -1
  902. package/mobile/dist/components/Calculator/useCreditCalculatorParams.d.ts +1 -2
  903. package/mobile/dist/components/Calculator/useCreditCalculatorParams.js +2 -2
  904. package/mobile/dist/components/Calculator/useCreditCalculatorParams.js.map +1 -1
  905. package/mobile/dist/components/Catalog/Catalog.d.ts +1 -1
  906. package/mobile/dist/components/Catalog/Catalog.js +4 -4
  907. package/mobile/dist/components/Catalog/Catalog.js.map +1 -1
  908. package/mobile/dist/components/Catalog/CatalogCard.d.ts +1 -1
  909. package/mobile/dist/components/Catalog/CatalogCard.js +1 -1
  910. package/mobile/dist/components/Catalog/CatalogCard.js.map +1 -1
  911. package/mobile/dist/components/ComparisonTable/ComparisonTable.d.ts +1 -1
  912. package/mobile/dist/components/ComparisonTable/ComparisonTable.js +2 -1
  913. package/mobile/dist/components/ComparisonTable/ComparisonTable.js.map +1 -1
  914. package/mobile/dist/components/ComparisonTable/ComparisonTableBody.d.ts +1 -1
  915. package/mobile/dist/components/ComparisonTable/ComparisonTableBody.js +3 -2
  916. package/mobile/dist/components/ComparisonTable/ComparisonTableBody.js.map +1 -1
  917. package/mobile/dist/components/ComparisonTable/ComparisonTableColumnHeaders.d.ts +1 -1
  918. package/mobile/dist/components/ComparisonTable/ComparisonTableRows.d.ts +1 -1
  919. package/mobile/dist/components/ComparisonTable/HeaderCell.d.ts +1 -1
  920. package/mobile/dist/components/ComparisonTable/HeaderCell.js +1 -1
  921. package/mobile/dist/components/ComparisonTable/HeaderCell.js.map +1 -1
  922. package/mobile/dist/components/ComparisonTable/TableCarouselContainer.d.ts +1 -1
  923. package/mobile/dist/components/ComparisonTable/TableCell.d.ts +1 -1
  924. package/mobile/dist/components/ComparisonTable/TableCell.js +1 -1
  925. package/mobile/dist/components/ComparisonTable/TableCell.js.map +1 -1
  926. package/mobile/dist/components/ComparisonTable/TableColumn.d.ts +1 -1
  927. package/mobile/dist/components/ComparisonTable/TableColumn.js +2 -2
  928. package/mobile/dist/components/ComparisonTable/TableColumn.js.map +1 -1
  929. package/mobile/dist/components/ComparisonTable/TableRow.d.ts +1 -1
  930. package/mobile/dist/components/ComparisonTable/TableRow.js +1 -1
  931. package/mobile/dist/components/ComparisonTable/TableRow.js.map +1 -1
  932. package/mobile/dist/components/ComparisonTable/TableRowContainer.d.ts +1 -4
  933. package/mobile/dist/components/ContentPage/ContentPage.d.ts +3 -3
  934. package/mobile/dist/components/ContentPage/ContentPage.js.map +1 -1
  935. package/mobile/dist/components/ContentPage/ContentPageContext.d.ts +1 -19
  936. package/mobile/dist/components/ContentPage/ContentPageHead.d.ts +1 -1
  937. package/mobile/dist/components/ExchangeRateTile/CurrencyTable.d.ts +1 -1
  938. package/mobile/dist/components/ExchangeRateTile/CurrencyTable.js +1 -1
  939. package/mobile/dist/components/ExchangeRateTile/CurrencyTable.js.map +1 -1
  940. package/mobile/dist/components/ExchangeRateTile/CurrentLocation.d.ts +1 -1
  941. package/mobile/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.d.ts +1 -1
  942. package/mobile/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.js +4 -3
  943. package/mobile/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.js.map +1 -1
  944. package/mobile/dist/components/ExchangeRateTile/ExchangeRateTile.d.ts +1 -1
  945. package/mobile/dist/components/ExchangeRateTile/ExchangeRateTile.js +1 -1
  946. package/mobile/dist/components/ExchangeRateTile/ExchangeRateTile.js.map +1 -1
  947. package/mobile/dist/components/Footer/Contacts.d.ts +1 -1
  948. package/mobile/dist/components/Footer/Footer.d.ts +1 -1
  949. package/mobile/dist/components/Footer/Footer.js +2 -2
  950. package/mobile/dist/components/Footer/Footer.js.map +1 -1
  951. package/mobile/dist/components/Footer/HorizontalNavigation.d.ts +1 -1
  952. package/mobile/dist/components/Footer/HorizontalNavigation.js +1 -1
  953. package/mobile/dist/components/Footer/HorizontalNavigation.js.map +1 -1
  954. package/mobile/dist/components/Footer/HorizontalNavigationLink.d.ts +1 -1
  955. package/mobile/dist/components/Footer/MediaButton.d.ts +1 -1
  956. package/mobile/dist/components/Footer/Sitemap.d.ts +1 -1
  957. package/mobile/dist/components/Footer/Sitemap.js +2 -2
  958. package/mobile/dist/components/Footer/Sitemap.js.map +1 -1
  959. package/mobile/dist/components/Footer/SocialMedia.d.ts +1 -1
  960. package/mobile/dist/components/Footer/TextInformation.d.ts +1 -1
  961. package/mobile/dist/components/Footer/TextInformation.js +1 -1
  962. package/mobile/dist/components/Footer/TextInformation.js.map +1 -1
  963. package/mobile/dist/components/Footer/TextInformationLink.d.ts +1 -1
  964. package/mobile/dist/components/Footer/TextInformationLink.js +1 -1
  965. package/mobile/dist/components/Footer/TextInformationLink.js.map +1 -1
  966. package/mobile/dist/components/Gallery/Gallery.d.ts +1 -1
  967. package/mobile/dist/components/Gallery/Gallery.js +4 -4
  968. package/mobile/dist/components/Gallery/Gallery.js.map +1 -1
  969. package/mobile/dist/components/Gallery/GalleryCardInner.d.ts +1 -1
  970. package/mobile/dist/components/Gallery/GalleryCardInner.js +1 -1
  971. package/mobile/dist/components/Gallery/GalleryCardInner.js.map +1 -1
  972. package/mobile/dist/components/Gallery/GalleryContainer.d.ts +1 -1
  973. package/mobile/dist/components/Gallery/GalleryContainer.js +2 -2
  974. package/mobile/dist/components/Gallery/GalleryContainer.js.map +1 -1
  975. package/mobile/dist/components/Gallery/GalleryInner.d.ts +1 -1
  976. package/mobile/dist/components/Gallery/GalleryInner.js +2 -1
  977. package/mobile/dist/components/Gallery/GalleryInner.js.map +1 -1
  978. package/mobile/dist/components/GracePeriod/GracePeriod.d.ts +1 -1
  979. package/mobile/dist/components/GracePeriod/GracePeriod.js +4 -4
  980. package/mobile/dist/components/GracePeriod/GracePeriod.js.map +1 -1
  981. package/mobile/dist/components/GroupBlock/EmbeddableGroupBlocks.d.ts +2 -2
  982. package/mobile/dist/components/GroupBlock/GroupBlock.d.ts +1 -1
  983. package/mobile/dist/components/GroupBlock/GroupBlock.js +2 -1
  984. package/mobile/dist/components/GroupBlock/GroupBlock.js.map +1 -1
  985. package/mobile/dist/components/GroupBlock/GroupBlockTabs.d.ts +1 -1
  986. package/mobile/dist/components/GroupBlock/GroupBlockTabs.js +2 -2
  987. package/mobile/dist/components/GroupBlock/GroupBlockTabs.js.map +1 -1
  988. package/mobile/dist/components/GroupBlock/GroupBlocksItem.d.ts +1 -1
  989. package/mobile/dist/components/Header/DropdownMenu.d.ts +1 -1
  990. package/mobile/dist/components/Header/Header.d.ts +1 -1
  991. package/mobile/dist/components/Header/Header.js +4 -3
  992. package/mobile/dist/components/Header/Header.js.map +1 -1
  993. package/mobile/dist/components/Header/HeaderBurger.d.ts +1 -1
  994. package/mobile/dist/components/Header/HeaderBurger.js +4 -3
  995. package/mobile/dist/components/Header/HeaderBurger.js.map +1 -1
  996. package/mobile/dist/components/Header/HeaderSecondaryMenu.d.ts +3 -3
  997. package/mobile/dist/components/Header/HeaderSecondaryMenu.js +3 -2
  998. package/mobile/dist/components/Header/HeaderSecondaryMenu.js.map +1 -1
  999. package/mobile/dist/components/Header/HeaderSecondaryMenuButton.d.ts +1 -1
  1000. package/mobile/dist/components/Header/HeaderSubMenu.d.ts +1 -1
  1001. package/mobile/dist/components/Header/HeaderSubMenu.js +3 -2
  1002. package/mobile/dist/components/Header/HeaderSubMenu.js.map +1 -1
  1003. package/mobile/dist/components/Header/HeaderTop.d.ts +1 -1
  1004. package/mobile/dist/components/Header/HeaderTop.js +1 -1
  1005. package/mobile/dist/components/Header/HeaderTop.js.map +1 -1
  1006. package/mobile/dist/components/Headline/Headline.d.ts +1 -1
  1007. package/mobile/dist/components/Headline/Headline.js +1 -1
  1008. package/mobile/dist/components/Headline/Headline.js.map +1 -1
  1009. package/mobile/dist/components/Headline/constants.js +1 -1
  1010. package/mobile/dist/components/Headline/constants.js.map +1 -1
  1011. package/mobile/dist/components/Insurance/Insurance.d.ts +1 -1
  1012. package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlock.d.ts +1 -1
  1013. package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlock.js +7 -5
  1014. package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlock.js.map +1 -1
  1015. package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlockContent.d.ts +3 -0
  1016. package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.d.ts +3 -1
  1017. package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js +5 -4
  1018. package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js.map +1 -1
  1019. package/mobile/dist/components/LikeControl/LikeControl.d.ts +1 -1
  1020. package/mobile/dist/components/LikeControl/LikeControl.js +6 -2
  1021. package/mobile/dist/components/LikeControl/LikeControl.js.map +1 -1
  1022. package/mobile/dist/components/LinkDocs/LinkDocs.d.ts +1 -1
  1023. package/mobile/dist/components/LinkDocs/LinkDocsHorizontalList.d.ts +1 -1
  1024. package/mobile/dist/components/LinkDocs/LinkDocsList.d.ts +1 -1
  1025. package/mobile/dist/components/LinkDocs/LinkDocsListItem.d.ts +1 -1
  1026. package/mobile/dist/components/LinkDocs/LinkDocsListItemBase.d.ts +1 -1
  1027. package/mobile/dist/components/LinkDocs/LinkDocsVerticalList.d.ts +1 -1
  1028. package/mobile/dist/components/LinkList/LinkList.d.ts +1 -1
  1029. package/mobile/dist/components/LinkList/LinkList.js +1 -1
  1030. package/mobile/dist/components/LinkList/LinkList.js.map +1 -1
  1031. package/mobile/dist/components/MiniGallery/MiniGallery.d.ts +1 -1
  1032. package/mobile/dist/components/MobileAppTile/MobileAppTile.d.ts +1 -1
  1033. package/mobile/dist/components/MobileAppTile/MobileAppTile.js +1 -1
  1034. package/mobile/dist/components/MobileAppTile/MobileAppTile.js.map +1 -1
  1035. package/mobile/dist/components/MobileAppTile/MobileAppTileContent.d.ts +4 -11
  1036. package/mobile/dist/components/Navigation/Navigation.d.ts +1 -1
  1037. package/mobile/dist/components/Navigation/Navigation.js +1 -1
  1038. package/mobile/dist/components/Navigation/Navigation.js.map +1 -1
  1039. package/mobile/dist/components/Navigation/NavigationItem.d.ts +2 -2
  1040. package/mobile/dist/components/Navigation/NavigationItem.js +1 -1
  1041. package/mobile/dist/components/Navigation/NavigationItem.js.map +1 -1
  1042. package/mobile/dist/components/NavigatorTabs/NavigatorTabItem.d.ts +1 -1
  1043. package/mobile/dist/components/NavigatorTabs/NavigatorTabs.d.ts +1 -1
  1044. package/mobile/dist/components/OtherProducts/OtherProducts.d.ts +1 -1
  1045. package/mobile/dist/components/OtherProducts/OtherProductsItem.d.ts +1 -1
  1046. package/mobile/dist/components/PictureText/PictureText.d.ts +1 -1
  1047. package/mobile/dist/components/PictureText/PictureText.js +1 -1
  1048. package/mobile/dist/components/PictureText/PictureText.js.map +1 -1
  1049. package/mobile/dist/components/Placeholder/Placeholder.d.ts +2 -2
  1050. package/mobile/dist/components/Placeholder/Placeholder.js +1 -1
  1051. package/mobile/dist/components/Placeholder/Placeholder.js.map +1 -1
  1052. package/mobile/dist/components/ProductBlock/ProductBlock.d.ts +1 -1
  1053. package/mobile/dist/components/ProductBlock/ProductBlockInner.d.ts +1 -1
  1054. package/mobile/dist/components/ProductGallery/ProductGallery.d.ts +1 -1
  1055. package/mobile/dist/components/ProductGallery/ProductGalleryBlock.d.ts +1 -1
  1056. package/mobile/dist/components/ProductTile/ProductTile.d.ts +1 -1
  1057. package/mobile/dist/components/ProductTile/ProductTile.js +2 -2
  1058. package/mobile/dist/components/ProductTile/ProductTile.js.map +1 -1
  1059. package/mobile/dist/components/PromoTile/PromoTile.d.ts +1 -1
  1060. package/mobile/dist/components/PromoTile/PromoTile.js +1 -1
  1061. package/mobile/dist/components/PromoTile/PromoTile.js.map +1 -1
  1062. package/mobile/dist/components/Recommendation/Recommendation.d.ts +1 -1
  1063. package/mobile/dist/components/Recommendation/Recommendation.js +2 -1
  1064. package/mobile/dist/components/Recommendation/Recommendation.js.map +1 -1
  1065. package/mobile/dist/components/Recommendation/RecommendationCard.d.ts +1 -1
  1066. package/mobile/dist/components/Recommendation/RecommendationCard.js +2 -2
  1067. package/mobile/dist/components/Recommendation/RecommendationCard.js.map +1 -1
  1068. package/mobile/dist/components/SafeDepositRental/SafeDepositRental.d.ts +1 -1
  1069. package/mobile/dist/components/SafeDepositRental/SafeDepositRental.js +3 -2
  1070. package/mobile/dist/components/SafeDepositRental/SafeDepositRental.js.map +1 -1
  1071. package/mobile/dist/components/SafeDepositRental/SafeDepositRentalForm.d.ts +1 -8
  1072. package/mobile/dist/components/SafeDepositRental/SafeDepositRentalForm.js +19 -18
  1073. package/mobile/dist/components/SafeDepositRental/SafeDepositRentalForm.js.map +1 -1
  1074. package/mobile/dist/components/SafeDepositRental/SafeDepositRentalTotal.js +2 -2
  1075. package/mobile/dist/components/SafeDepositRental/SafeDepositRentalTotal.js.map +1 -1
  1076. package/mobile/dist/components/StepsBlock/StepsBlock.d.ts +1 -1
  1077. package/mobile/dist/components/StepsBlock/StepsBlock.js +2 -2
  1078. package/mobile/dist/components/StepsBlock/StepsBlock.js.map +1 -1
  1079. package/mobile/dist/components/Tabs/Tabs.d.ts +1 -1
  1080. package/mobile/dist/components/Tabs/Tabs.js +3 -2
  1081. package/mobile/dist/components/Tabs/Tabs.js.map +1 -1
  1082. package/mobile/dist/components/Tabs/renderTab.js +2 -2
  1083. package/mobile/dist/components/Tabs/renderTab.js.map +1 -1
  1084. package/mobile/dist/components/TariffsTable/TableTileHeader.d.ts +1 -1
  1085. package/mobile/dist/components/TariffsTable/TariffsTable.d.ts +1 -1
  1086. package/mobile/dist/components/TariffsTable/TariffsTable.js +1 -1
  1087. package/mobile/dist/components/TariffsTable/TariffsTable.js.map +1 -1
  1088. package/mobile/dist/components/TariffsTable/TariffsTableCell.d.ts +1 -1
  1089. package/mobile/dist/components/TariffsTable/TariffsTableCell.js +2 -2
  1090. package/mobile/dist/components/TariffsTable/TariffsTableCell.js.map +1 -1
  1091. package/mobile/dist/components/TariffsTable/TariffsTableHorizontal.d.ts +2 -2
  1092. package/mobile/dist/components/TariffsTable/TariffsTableRow.d.ts +1 -1
  1093. package/mobile/dist/components/TariffsTable/TariffsTableRow.js +1 -1
  1094. package/mobile/dist/components/TariffsTable/TariffsTableRow.js.map +1 -1
  1095. package/mobile/dist/components/TariffsTable/TariffsTableTileCell.d.ts +1 -1
  1096. package/mobile/dist/components/TariffsTable/TariffsTableTileCell.js +2 -2
  1097. package/mobile/dist/components/TariffsTable/TariffsTableTileCell.js.map +1 -1
  1098. package/mobile/dist/components/TariffsTable/TariffsTableVertical.d.ts +2 -2
  1099. package/mobile/dist/components/TextBlock/TextBlock.d.ts +1 -1
  1100. package/mobile/dist/components/TextBlock/TextBlock.js +2 -2
  1101. package/mobile/dist/components/TextBlock/TextBlock.js.map +1 -1
  1102. package/mobile/dist/components/Tile/Tile.d.ts +1 -1
  1103. package/mobile/dist/components/Tile/Tile.js +1 -1
  1104. package/mobile/dist/components/Tile/Tile.js.map +1 -1
  1105. package/mobile/dist/hooks/useExchangeRates.d.ts +1 -2
  1106. package/mobile/dist/hooks/useExchangeRates.js +3 -2
  1107. package/mobile/dist/hooks/useExchangeRates.js.map +1 -1
  1108. package/mobile/dist/hooks/useGeolocation.d.ts +1 -0
  1109. package/mobile/dist/hooks/useGeolocation.js +21 -0
  1110. package/mobile/dist/hooks/useGeolocation.js.map +1 -0
  1111. package/mobile/dist/hooks/useLikeService.d.ts +5 -0
  1112. package/mobile/dist/hooks/useLikeService.js +29 -0
  1113. package/mobile/dist/hooks/useLikeService.js.map +1 -0
  1114. package/mobile/dist/hooks/useLink.d.ts +1 -0
  1115. package/mobile/dist/hooks/useLink.js +3 -2
  1116. package/mobile/dist/hooks/useLink.js.map +1 -1
  1117. package/mobile/dist/hooks/useSafeDepositRental.d.ts +1 -2
  1118. package/mobile/dist/hooks/useSafeDepositRental.js +3 -2
  1119. package/mobile/dist/hooks/useSafeDepositRental.js.map +1 -1
  1120. package/mobile/dist/hooks/useSearch.d.ts +4 -0
  1121. package/mobile/dist/hooks/useSearch.js +12 -0
  1122. package/mobile/dist/hooks/useSearch.js.map +1 -0
  1123. package/mobile/dist/icons/IconName.d.ts +4 -2
  1124. package/mobile/dist/icons/IconName.js +2 -0
  1125. package/mobile/dist/icons/IconName.js.map +1 -1
  1126. package/mobile/dist/index.d.ts +2 -1
  1127. package/mobile/dist/index.js +5 -3
  1128. package/mobile/dist/index.js.map +1 -1
  1129. package/mobile/dist/react/setup-fixture.d.ts +1 -0
  1130. package/mobile/dist/react/setup-fixture.js +1 -48
  1131. package/mobile/dist/react/setup-fixture.js.map +1 -1
  1132. package/mobile/dist/services/sitemap/useSitemap.d.ts +1 -2
  1133. package/mobile/dist/services/sitemap/useSitemap.js +3 -2
  1134. package/mobile/dist/services/sitemap/useSitemap.js.map +1 -1
  1135. package/mobile/dist/ui-kit/BlockWrapper.d.ts +1 -1
  1136. package/mobile/dist/ui-kit/BlockWrapper.js +3 -2
  1137. package/mobile/dist/ui-kit/BlockWrapper.js.map +1 -1
  1138. package/mobile/dist/ui-kit/BlocksList/BlocksListProps.d.ts +0 -2
  1139. package/mobile/dist/ui-kit/BlocksList/EmbeddableBlocks.d.ts +6 -6
  1140. package/mobile/dist/ui-kit/Breadcrumb.d.ts +1 -1
  1141. package/mobile/dist/ui-kit/Button/ArrowButton.d.ts +1 -1
  1142. package/mobile/dist/ui-kit/Button/Button.d.ts +1 -1
  1143. package/mobile/dist/ui-kit/Button/Button.js +2 -2
  1144. package/mobile/dist/ui-kit/Button/Button.js.map +1 -1
  1145. package/mobile/dist/ui-kit/Button/ButtonInner.d.ts +1 -1
  1146. package/mobile/dist/ui-kit/Button/ButtonInner.js +1 -1
  1147. package/mobile/dist/ui-kit/Button/ButtonInner.js.map +1 -1
  1148. package/mobile/dist/ui-kit/Button/ButtonProps.d.ts +2 -2
  1149. package/mobile/dist/ui-kit/Button/ButtonSection.d.ts +1 -1
  1150. package/mobile/dist/ui-kit/Button/LikeButton.d.ts +1 -1
  1151. package/mobile/dist/ui-kit/Checkbox/Checkbox.d.ts +1 -1
  1152. package/mobile/dist/ui-kit/Checkbox/Checkbox.js +5 -3
  1153. package/mobile/dist/ui-kit/Checkbox/Checkbox.js.map +1 -1
  1154. package/mobile/dist/ui-kit/Description/Description.d.ts +1 -1
  1155. package/mobile/dist/ui-kit/Foldable/Foldable.d.ts +1 -1
  1156. package/mobile/dist/ui-kit/Foldable/Foldable.js +2 -3
  1157. package/mobile/dist/ui-kit/Foldable/Foldable.js.map +1 -1
  1158. package/mobile/dist/ui-kit/Foldable/useActiveHandler.d.ts +1 -3
  1159. package/mobile/dist/ui-kit/Foldable/useActiveHandler.js +3 -2
  1160. package/mobile/dist/ui-kit/Foldable/useActiveHandler.js.map +1 -1
  1161. package/mobile/dist/ui-kit/HeaderItem/HeaderItem.d.ts +1 -1
  1162. package/mobile/dist/ui-kit/HeaderItem/HeaderItem.js +1 -1
  1163. package/mobile/dist/ui-kit/HeaderItem/HeaderItem.js.map +1 -1
  1164. package/mobile/dist/ui-kit/Heading/Heading.d.ts +1 -1
  1165. package/mobile/dist/ui-kit/Icon/Icon.d.ts +1 -1
  1166. package/mobile/dist/ui-kit/Img/Img.d.ts +1 -1
  1167. package/mobile/dist/ui-kit/Img/Img.js +2 -2
  1168. package/mobile/dist/ui-kit/Img/Img.js.map +1 -1
  1169. package/mobile/dist/ui-kit/Img/ImgAsPicture.d.ts +1 -1
  1170. package/mobile/dist/ui-kit/Img/ImgAsPicture.js +1 -1
  1171. package/mobile/dist/ui-kit/Img/ImgAsPicture.js.map +1 -1
  1172. package/mobile/dist/ui-kit/Img/ImgInner.d.ts +1 -1
  1173. package/mobile/dist/ui-kit/Input/Input.d.ts +1 -1
  1174. package/mobile/dist/ui-kit/InputRange/InputRange.d.ts +1 -1
  1175. package/mobile/dist/ui-kit/InputRange/InputRange.js +4 -3
  1176. package/mobile/dist/ui-kit/InputRange/InputRange.js.map +1 -1
  1177. package/mobile/dist/ui-kit/InputRange/InputRangeProps.d.ts +1 -0
  1178. package/mobile/dist/ui-kit/List/List.d.ts +1 -1
  1179. package/mobile/dist/ui-kit/List/ListItem.d.ts +1 -1
  1180. package/mobile/dist/ui-kit/Logo/Logo.d.ts +1 -1
  1181. package/mobile/dist/ui-kit/Logo/Logo.js +1 -1
  1182. package/mobile/dist/ui-kit/Logo/Logo.js.map +1 -1
  1183. package/mobile/dist/ui-kit/Radio/Radio.d.ts +1 -1
  1184. package/mobile/dist/ui-kit/Radio/Radio.js +1 -1
  1185. package/mobile/dist/ui-kit/Radio/Radio.js.map +1 -1
  1186. package/mobile/dist/ui-kit/RadioButtonGroup/RadioButtonGroup.d.ts +1 -1
  1187. package/mobile/dist/ui-kit/SVG.d.ts +1 -1
  1188. package/mobile/dist/ui-kit/SearchBar/SearchBar.d.ts +1 -1
  1189. package/mobile/dist/ui-kit/SearchBar/SearchBar.js +2 -2
  1190. package/mobile/dist/ui-kit/SearchBar/SearchBar.js.map +1 -1
  1191. package/mobile/dist/ui-kit/SearchBar/SearchBarInner.d.ts +3 -3
  1192. package/mobile/dist/ui-kit/SearchBar/SearchBarInner.js +6 -7
  1193. package/mobile/dist/ui-kit/SearchBar/SearchBarInner.js.map +1 -1
  1194. package/mobile/dist/ui-kit/Select/Select.d.ts +1 -1
  1195. package/mobile/dist/ui-kit/Select/SelectOption.d.ts +1 -1
  1196. package/mobile/dist/ui-kit/SwipeListControl/SwipeListControl.d.ts +1 -1
  1197. package/mobile/dist/ui-kit/SwipeListControl/SwipeListControl.js +4 -3
  1198. package/mobile/dist/ui-kit/SwipeListControl/SwipeListControl.js.map +1 -1
  1199. package/mobile/dist/ui-kit/SwipeListControl/SwipeListControlDots.d.ts +1 -1
  1200. package/mobile/dist/ui-kit/SwipeListControl/SwipeListControlItem.d.ts +1 -1
  1201. package/mobile/dist/ui-kit/SwipeListControl/SwipeListControlList.d.ts +1 -1
  1202. package/mobile/dist/ui-kit/TableArrowScrollControl/TableArrowScrollControl.d.ts +1 -1
  1203. package/mobile/dist/ui-kit/Tabs/Tabs.d.ts +1 -1
  1204. package/mobile/dist/ui-kit/Tabs/Tabs.js +2 -2
  1205. package/mobile/dist/ui-kit/Tabs/Tabs.js.map +1 -1
  1206. package/mobile/dist/ui-kit/TopItem/TopItem.d.ts +1 -1
  1207. package/mobile/dist/ui-kit/TopItem/TopItem.js +1 -1
  1208. package/mobile/dist/ui-kit/TopItem/TopItem.js.map +1 -1
  1209. package/mobile/lib/components/Accordion/Accordion.d.ts +1 -1
  1210. package/mobile/lib/components/Accordion/Accordion.js +1 -1
  1211. package/mobile/lib/components/Accordion/Accordion.js.map +1 -1
  1212. package/mobile/lib/components/Accordion/AccordionItem.d.ts +1 -1
  1213. package/mobile/lib/components/Accordion/AccordionItem.js +2 -5
  1214. package/mobile/lib/components/Accordion/AccordionItem.js.map +1 -1
  1215. package/mobile/lib/components/Accordion/AccordionItemInner.d.ts +1 -1
  1216. package/mobile/lib/components/Accordion/useActiveHandler.d.ts +1 -1
  1217. package/mobile/lib/components/Accordion/useActiveHandler.js +3 -2
  1218. package/mobile/lib/components/Accordion/useActiveHandler.js.map +1 -1
  1219. package/mobile/lib/components/BaseTile/BaseTile.d.ts +1 -1
  1220. package/mobile/lib/components/BenefitsBlock/BenefitsBlock.d.ts +1 -1
  1221. package/mobile/lib/components/BenefitsBlock/BenefitsBlock.js +4 -4
  1222. package/mobile/lib/components/BenefitsBlock/BenefitsBlock.js.map +1 -1
  1223. package/mobile/lib/components/BenefitsBlock/BenefitsBlockContent.d.ts +4 -4
  1224. package/mobile/lib/components/Blocks.d.ts +16 -16
  1225. package/mobile/lib/components/Bonus/Bonus.d.ts +1 -1
  1226. package/mobile/lib/components/Bonus/Bonus.js +3 -3
  1227. package/mobile/lib/components/Bonus/Bonus.js.map +1 -1
  1228. package/mobile/lib/components/BonusBenefitsBlock/BonusBenefitsBlock.d.ts +1 -1
  1229. package/mobile/lib/components/BonusBenefitsBlock/BonusBenefitsBlock.js +3 -3
  1230. package/mobile/lib/components/BonusBenefitsBlock/BonusBenefitsBlock.js.map +1 -1
  1231. package/mobile/lib/components/Calculator/BonusCalculatorForm.d.ts +1 -1
  1232. package/mobile/lib/components/Calculator/BonusCalculatorForm.js +4 -3
  1233. package/mobile/lib/components/Calculator/BonusCalculatorForm.js.map +1 -1
  1234. package/mobile/lib/components/Calculator/Calculator.d.ts +1 -1
  1235. package/mobile/lib/components/Calculator/Calculator.js +7 -6
  1236. package/mobile/lib/components/Calculator/Calculator.js.map +1 -1
  1237. package/mobile/lib/components/Calculator/CalculatorValueBlock.d.ts +1 -1
  1238. package/mobile/lib/components/Calculator/CreditCalculatorForm.d.ts +1 -1
  1239. package/mobile/lib/components/Calculator/CreditCalculatorForm.js +8 -7
  1240. package/mobile/lib/components/Calculator/CreditCalculatorForm.js.map +1 -1
  1241. package/mobile/lib/components/Calculator/DepositCalculatorForm.d.ts +1 -1
  1242. package/mobile/lib/components/Calculator/DepositCalculatorForm.js +3 -2
  1243. package/mobile/lib/components/Calculator/DepositCalculatorForm.js.map +1 -1
  1244. package/mobile/lib/components/Calculator/EmbeddableCalcBlocks.d.ts +4 -4
  1245. package/mobile/lib/components/Calculator/MortgageCalculatorForm.d.ts +1 -1
  1246. package/mobile/lib/components/Calculator/MortgageCalculatorForm.js +5 -4
  1247. package/mobile/lib/components/Calculator/MortgageCalculatorForm.js.map +1 -1
  1248. package/mobile/lib/components/Calculator/Rate.d.ts +1 -1
  1249. package/mobile/lib/components/Calculator/renderCalculatorBlock.js +1 -1
  1250. package/mobile/lib/components/Calculator/renderCalculatorBlock.js.map +1 -1
  1251. package/mobile/lib/components/Calculator/useBonusCalculatorParams.d.ts +1 -2
  1252. package/mobile/lib/components/Calculator/useBonusCalculatorParams.js +3 -2
  1253. package/mobile/lib/components/Calculator/useBonusCalculatorParams.js.map +1 -1
  1254. package/mobile/lib/components/Calculator/useCalculatorParams.d.ts +1 -2
  1255. package/mobile/lib/components/Calculator/useCalculatorParams.js +2 -1
  1256. package/mobile/lib/components/Calculator/useCalculatorParams.js.map +1 -1
  1257. package/mobile/lib/components/Calculator/useCreditCalculatorParams.d.ts +1 -2
  1258. package/mobile/lib/components/Calculator/useCreditCalculatorParams.js +2 -2
  1259. package/mobile/lib/components/Calculator/useCreditCalculatorParams.js.map +1 -1
  1260. package/mobile/lib/components/Catalog/Catalog.d.ts +1 -1
  1261. package/mobile/lib/components/Catalog/Catalog.js +4 -4
  1262. package/mobile/lib/components/Catalog/Catalog.js.map +1 -1
  1263. package/mobile/lib/components/Catalog/CatalogCard.d.ts +1 -1
  1264. package/mobile/lib/components/Catalog/CatalogCard.js +1 -1
  1265. package/mobile/lib/components/Catalog/CatalogCard.js.map +1 -1
  1266. package/mobile/lib/components/ComparisonTable/ComparisonTable.d.ts +1 -1
  1267. package/mobile/lib/components/ComparisonTable/ComparisonTable.js +2 -1
  1268. package/mobile/lib/components/ComparisonTable/ComparisonTable.js.map +1 -1
  1269. package/mobile/lib/components/ComparisonTable/ComparisonTableBody.d.ts +1 -1
  1270. package/mobile/lib/components/ComparisonTable/ComparisonTableBody.js +3 -2
  1271. package/mobile/lib/components/ComparisonTable/ComparisonTableBody.js.map +1 -1
  1272. package/mobile/lib/components/ComparisonTable/ComparisonTableColumnHeaders.d.ts +1 -1
  1273. package/mobile/lib/components/ComparisonTable/ComparisonTableRows.d.ts +1 -1
  1274. package/mobile/lib/components/ComparisonTable/HeaderCell.d.ts +1 -1
  1275. package/mobile/lib/components/ComparisonTable/HeaderCell.js +1 -1
  1276. package/mobile/lib/components/ComparisonTable/HeaderCell.js.map +1 -1
  1277. package/mobile/lib/components/ComparisonTable/TableCarouselContainer.d.ts +1 -1
  1278. package/mobile/lib/components/ComparisonTable/TableCell.d.ts +1 -1
  1279. package/mobile/lib/components/ComparisonTable/TableCell.js +1 -1
  1280. package/mobile/lib/components/ComparisonTable/TableCell.js.map +1 -1
  1281. package/mobile/lib/components/ComparisonTable/TableColumn.d.ts +1 -1
  1282. package/mobile/lib/components/ComparisonTable/TableColumn.js +2 -2
  1283. package/mobile/lib/components/ComparisonTable/TableColumn.js.map +1 -1
  1284. package/mobile/lib/components/ComparisonTable/TableRow.d.ts +1 -1
  1285. package/mobile/lib/components/ComparisonTable/TableRow.js +1 -1
  1286. package/mobile/lib/components/ComparisonTable/TableRow.js.map +1 -1
  1287. package/mobile/lib/components/ComparisonTable/TableRowContainer.d.ts +1 -4
  1288. package/mobile/lib/components/ContentPage/ContentPage.d.ts +3 -3
  1289. package/mobile/lib/components/ContentPage/ContentPage.js.map +1 -1
  1290. package/mobile/lib/components/ContentPage/ContentPageContext.d.ts +1 -19
  1291. package/mobile/lib/components/ContentPage/ContentPageHead.d.ts +1 -1
  1292. package/mobile/lib/components/ExchangeRateTile/CurrencyTable.d.ts +1 -1
  1293. package/mobile/lib/components/ExchangeRateTile/CurrencyTable.js +1 -1
  1294. package/mobile/lib/components/ExchangeRateTile/CurrencyTable.js.map +1 -1
  1295. package/mobile/lib/components/ExchangeRateTile/CurrentLocation.d.ts +1 -1
  1296. package/mobile/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.d.ts +1 -1
  1297. package/mobile/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.js +4 -3
  1298. package/mobile/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.js.map +1 -1
  1299. package/mobile/lib/components/ExchangeRateTile/ExchangeRateTile.d.ts +1 -1
  1300. package/mobile/lib/components/ExchangeRateTile/ExchangeRateTile.js +1 -1
  1301. package/mobile/lib/components/ExchangeRateTile/ExchangeRateTile.js.map +1 -1
  1302. package/mobile/lib/components/Footer/Contacts.d.ts +1 -1
  1303. package/mobile/lib/components/Footer/Footer.d.ts +1 -1
  1304. package/mobile/lib/components/Footer/Footer.js +2 -2
  1305. package/mobile/lib/components/Footer/Footer.js.map +1 -1
  1306. package/mobile/lib/components/Footer/HorizontalNavigation.d.ts +1 -1
  1307. package/mobile/lib/components/Footer/HorizontalNavigation.js +1 -1
  1308. package/mobile/lib/components/Footer/HorizontalNavigation.js.map +1 -1
  1309. package/mobile/lib/components/Footer/HorizontalNavigationLink.d.ts +1 -1
  1310. package/mobile/lib/components/Footer/MediaButton.d.ts +1 -1
  1311. package/mobile/lib/components/Footer/Sitemap.d.ts +1 -1
  1312. package/mobile/lib/components/Footer/Sitemap.js +2 -2
  1313. package/mobile/lib/components/Footer/Sitemap.js.map +1 -1
  1314. package/mobile/lib/components/Footer/SocialMedia.d.ts +1 -1
  1315. package/mobile/lib/components/Footer/TextInformation.d.ts +1 -1
  1316. package/mobile/lib/components/Footer/TextInformation.js +1 -1
  1317. package/mobile/lib/components/Footer/TextInformation.js.map +1 -1
  1318. package/mobile/lib/components/Footer/TextInformationLink.d.ts +1 -1
  1319. package/mobile/lib/components/Footer/TextInformationLink.js +1 -1
  1320. package/mobile/lib/components/Footer/TextInformationLink.js.map +1 -1
  1321. package/mobile/lib/components/Gallery/Gallery.d.ts +1 -1
  1322. package/mobile/lib/components/Gallery/Gallery.js +4 -4
  1323. package/mobile/lib/components/Gallery/Gallery.js.map +1 -1
  1324. package/mobile/lib/components/Gallery/GalleryCardInner.d.ts +1 -1
  1325. package/mobile/lib/components/Gallery/GalleryCardInner.js +1 -1
  1326. package/mobile/lib/components/Gallery/GalleryCardInner.js.map +1 -1
  1327. package/mobile/lib/components/Gallery/GalleryContainer.d.ts +1 -1
  1328. package/mobile/lib/components/Gallery/GalleryContainer.js +2 -2
  1329. package/mobile/lib/components/Gallery/GalleryContainer.js.map +1 -1
  1330. package/mobile/lib/components/Gallery/GalleryInner.d.ts +1 -1
  1331. package/mobile/lib/components/Gallery/GalleryInner.js +2 -1
  1332. package/mobile/lib/components/Gallery/GalleryInner.js.map +1 -1
  1333. package/mobile/lib/components/GracePeriod/GracePeriod.d.ts +1 -1
  1334. package/mobile/lib/components/GracePeriod/GracePeriod.js +4 -4
  1335. package/mobile/lib/components/GracePeriod/GracePeriod.js.map +1 -1
  1336. package/mobile/lib/components/GroupBlock/EmbeddableGroupBlocks.d.ts +2 -2
  1337. package/mobile/lib/components/GroupBlock/GroupBlock.d.ts +1 -1
  1338. package/mobile/lib/components/GroupBlock/GroupBlock.js +2 -1
  1339. package/mobile/lib/components/GroupBlock/GroupBlock.js.map +1 -1
  1340. package/mobile/lib/components/GroupBlock/GroupBlockTabs.d.ts +1 -1
  1341. package/mobile/lib/components/GroupBlock/GroupBlockTabs.js +2 -2
  1342. package/mobile/lib/components/GroupBlock/GroupBlockTabs.js.map +1 -1
  1343. package/mobile/lib/components/GroupBlock/GroupBlocksItem.d.ts +1 -1
  1344. package/mobile/lib/components/Header/DropdownMenu.d.ts +1 -1
  1345. package/mobile/lib/components/Header/Header.d.ts +1 -1
  1346. package/mobile/lib/components/Header/Header.js +4 -3
  1347. package/mobile/lib/components/Header/Header.js.map +1 -1
  1348. package/mobile/lib/components/Header/HeaderBurger.d.ts +1 -1
  1349. package/mobile/lib/components/Header/HeaderBurger.js +4 -3
  1350. package/mobile/lib/components/Header/HeaderBurger.js.map +1 -1
  1351. package/mobile/lib/components/Header/HeaderSecondaryMenu.d.ts +3 -3
  1352. package/mobile/lib/components/Header/HeaderSecondaryMenu.js +3 -2
  1353. package/mobile/lib/components/Header/HeaderSecondaryMenu.js.map +1 -1
  1354. package/mobile/lib/components/Header/HeaderSecondaryMenuButton.d.ts +1 -1
  1355. package/mobile/lib/components/Header/HeaderSubMenu.d.ts +1 -1
  1356. package/mobile/lib/components/Header/HeaderSubMenu.js +3 -2
  1357. package/mobile/lib/components/Header/HeaderSubMenu.js.map +1 -1
  1358. package/mobile/lib/components/Header/HeaderTop.d.ts +1 -1
  1359. package/mobile/lib/components/Header/HeaderTop.js +1 -1
  1360. package/mobile/lib/components/Header/HeaderTop.js.map +1 -1
  1361. package/mobile/lib/components/Headline/Headline.d.ts +1 -1
  1362. package/mobile/lib/components/Headline/Headline.js +1 -1
  1363. package/mobile/lib/components/Headline/Headline.js.map +1 -1
  1364. package/mobile/lib/components/Headline/constants.js +1 -1
  1365. package/mobile/lib/components/Headline/constants.js.map +1 -1
  1366. package/mobile/lib/components/Insurance/Insurance.d.ts +1 -1
  1367. package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlock.d.ts +1 -1
  1368. package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlock.js +7 -5
  1369. package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlock.js.map +1 -1
  1370. package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlockContent.d.ts +3 -0
  1371. package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.d.ts +3 -1
  1372. package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js +5 -4
  1373. package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js.map +1 -1
  1374. package/mobile/lib/components/LikeControl/LikeControl.d.ts +1 -1
  1375. package/mobile/lib/components/LikeControl/LikeControl.js +6 -2
  1376. package/mobile/lib/components/LikeControl/LikeControl.js.map +1 -1
  1377. package/mobile/lib/components/LinkDocs/LinkDocs.d.ts +1 -1
  1378. package/mobile/lib/components/LinkDocs/LinkDocsHorizontalList.d.ts +1 -1
  1379. package/mobile/lib/components/LinkDocs/LinkDocsList.d.ts +1 -1
  1380. package/mobile/lib/components/LinkDocs/LinkDocsListItem.d.ts +1 -1
  1381. package/mobile/lib/components/LinkDocs/LinkDocsListItemBase.d.ts +1 -1
  1382. package/mobile/lib/components/LinkDocs/LinkDocsVerticalList.d.ts +1 -1
  1383. package/mobile/lib/components/LinkList/LinkList.d.ts +1 -1
  1384. package/mobile/lib/components/LinkList/LinkList.js +1 -1
  1385. package/mobile/lib/components/LinkList/LinkList.js.map +1 -1
  1386. package/mobile/lib/components/MiniGallery/MiniGallery.d.ts +1 -1
  1387. package/mobile/lib/components/MobileAppTile/MobileAppTile.d.ts +1 -1
  1388. package/mobile/lib/components/MobileAppTile/MobileAppTile.js +1 -1
  1389. package/mobile/lib/components/MobileAppTile/MobileAppTile.js.map +1 -1
  1390. package/mobile/lib/components/MobileAppTile/MobileAppTileContent.d.ts +4 -11
  1391. package/mobile/lib/components/Navigation/Navigation.d.ts +1 -1
  1392. package/mobile/lib/components/Navigation/Navigation.js +1 -1
  1393. package/mobile/lib/components/Navigation/Navigation.js.map +1 -1
  1394. package/mobile/lib/components/Navigation/NavigationItem.d.ts +2 -2
  1395. package/mobile/lib/components/Navigation/NavigationItem.js +1 -1
  1396. package/mobile/lib/components/Navigation/NavigationItem.js.map +1 -1
  1397. package/mobile/lib/components/NavigatorTabs/NavigatorTabItem.d.ts +1 -1
  1398. package/mobile/lib/components/NavigatorTabs/NavigatorTabs.d.ts +1 -1
  1399. package/mobile/lib/components/OtherProducts/OtherProducts.d.ts +1 -1
  1400. package/mobile/lib/components/OtherProducts/OtherProductsItem.d.ts +1 -1
  1401. package/mobile/lib/components/PictureText/PictureText.d.ts +1 -1
  1402. package/mobile/lib/components/PictureText/PictureText.js +1 -1
  1403. package/mobile/lib/components/PictureText/PictureText.js.map +1 -1
  1404. package/mobile/lib/components/Placeholder/Placeholder.d.ts +2 -2
  1405. package/mobile/lib/components/Placeholder/Placeholder.js +1 -1
  1406. package/mobile/lib/components/Placeholder/Placeholder.js.map +1 -1
  1407. package/mobile/lib/components/ProductBlock/ProductBlock.d.ts +1 -1
  1408. package/mobile/lib/components/ProductBlock/ProductBlockInner.d.ts +1 -1
  1409. package/mobile/lib/components/ProductGallery/ProductGallery.d.ts +1 -1
  1410. package/mobile/lib/components/ProductGallery/ProductGalleryBlock.d.ts +1 -1
  1411. package/mobile/lib/components/ProductTile/ProductTile.d.ts +1 -1
  1412. package/mobile/lib/components/ProductTile/ProductTile.js +2 -2
  1413. package/mobile/lib/components/ProductTile/ProductTile.js.map +1 -1
  1414. package/mobile/lib/components/PromoTile/PromoTile.d.ts +1 -1
  1415. package/mobile/lib/components/PromoTile/PromoTile.js +1 -1
  1416. package/mobile/lib/components/PromoTile/PromoTile.js.map +1 -1
  1417. package/mobile/lib/components/Recommendation/Recommendation.d.ts +1 -1
  1418. package/mobile/lib/components/Recommendation/Recommendation.js +2 -1
  1419. package/mobile/lib/components/Recommendation/Recommendation.js.map +1 -1
  1420. package/mobile/lib/components/Recommendation/RecommendationCard.d.ts +1 -1
  1421. package/mobile/lib/components/Recommendation/RecommendationCard.js +2 -2
  1422. package/mobile/lib/components/Recommendation/RecommendationCard.js.map +1 -1
  1423. package/mobile/lib/components/SafeDepositRental/SafeDepositRental.d.ts +1 -1
  1424. package/mobile/lib/components/SafeDepositRental/SafeDepositRental.js +3 -2
  1425. package/mobile/lib/components/SafeDepositRental/SafeDepositRental.js.map +1 -1
  1426. package/mobile/lib/components/SafeDepositRental/SafeDepositRentalForm.d.ts +1 -8
  1427. package/mobile/lib/components/SafeDepositRental/SafeDepositRentalForm.js +19 -17
  1428. package/mobile/lib/components/SafeDepositRental/SafeDepositRentalForm.js.map +1 -1
  1429. package/mobile/lib/components/SafeDepositRental/SafeDepositRentalTotal.js +2 -2
  1430. package/mobile/lib/components/SafeDepositRental/SafeDepositRentalTotal.js.map +1 -1
  1431. package/mobile/lib/components/StepsBlock/StepsBlock.d.ts +1 -1
  1432. package/mobile/lib/components/StepsBlock/StepsBlock.js +2 -2
  1433. package/mobile/lib/components/StepsBlock/StepsBlock.js.map +1 -1
  1434. package/mobile/lib/components/Tabs/Tabs.d.ts +1 -1
  1435. package/mobile/lib/components/Tabs/Tabs.js +3 -2
  1436. package/mobile/lib/components/Tabs/Tabs.js.map +1 -1
  1437. package/mobile/lib/components/Tabs/renderTab.js +2 -2
  1438. package/mobile/lib/components/Tabs/renderTab.js.map +1 -1
  1439. package/mobile/lib/components/TariffsTable/TableTileHeader.d.ts +1 -1
  1440. package/mobile/lib/components/TariffsTable/TariffsTable.d.ts +1 -1
  1441. package/mobile/lib/components/TariffsTable/TariffsTable.js +1 -1
  1442. package/mobile/lib/components/TariffsTable/TariffsTable.js.map +1 -1
  1443. package/mobile/lib/components/TariffsTable/TariffsTableCell.d.ts +1 -1
  1444. package/mobile/lib/components/TariffsTable/TariffsTableCell.js +2 -2
  1445. package/mobile/lib/components/TariffsTable/TariffsTableCell.js.map +1 -1
  1446. package/mobile/lib/components/TariffsTable/TariffsTableHorizontal.d.ts +2 -2
  1447. package/mobile/lib/components/TariffsTable/TariffsTableRow.d.ts +1 -1
  1448. package/mobile/lib/components/TariffsTable/TariffsTableRow.js +1 -1
  1449. package/mobile/lib/components/TariffsTable/TariffsTableRow.js.map +1 -1
  1450. package/mobile/lib/components/TariffsTable/TariffsTableTileCell.d.ts +1 -1
  1451. package/mobile/lib/components/TariffsTable/TariffsTableTileCell.js +2 -2
  1452. package/mobile/lib/components/TariffsTable/TariffsTableTileCell.js.map +1 -1
  1453. package/mobile/lib/components/TariffsTable/TariffsTableVertical.d.ts +2 -2
  1454. package/mobile/lib/components/TextBlock/TextBlock.d.ts +1 -1
  1455. package/mobile/lib/components/TextBlock/TextBlock.js +2 -2
  1456. package/mobile/lib/components/TextBlock/TextBlock.js.map +1 -1
  1457. package/mobile/lib/components/Tile/Tile.d.ts +1 -1
  1458. package/mobile/lib/components/Tile/Tile.js +1 -1
  1459. package/mobile/lib/components/Tile/Tile.js.map +1 -1
  1460. package/mobile/lib/hooks/useExchangeRates.d.ts +1 -2
  1461. package/mobile/lib/hooks/useExchangeRates.js +2 -1
  1462. package/mobile/lib/hooks/useExchangeRates.js.map +1 -1
  1463. package/mobile/lib/hooks/useGeolocation.d.ts +1 -0
  1464. package/mobile/lib/hooks/useGeolocation.js +18 -0
  1465. package/mobile/lib/hooks/useGeolocation.js.map +1 -0
  1466. package/mobile/lib/hooks/useLikeService.d.ts +5 -0
  1467. package/mobile/lib/hooks/useLikeService.js +26 -0
  1468. package/mobile/lib/hooks/useLikeService.js.map +1 -0
  1469. package/mobile/lib/hooks/useLink.d.ts +1 -0
  1470. package/mobile/lib/hooks/useLink.js +1 -1
  1471. package/mobile/lib/hooks/useLink.js.map +1 -1
  1472. package/mobile/lib/hooks/useSafeDepositRental.d.ts +1 -2
  1473. package/mobile/lib/hooks/useSafeDepositRental.js +2 -1
  1474. package/mobile/lib/hooks/useSafeDepositRental.js.map +1 -1
  1475. package/mobile/lib/hooks/useSearch.d.ts +4 -0
  1476. package/mobile/lib/hooks/useSearch.js +9 -0
  1477. package/mobile/lib/hooks/useSearch.js.map +1 -0
  1478. package/mobile/lib/icons/IconName.d.ts +4 -2
  1479. package/mobile/lib/icons/IconName.js +2 -0
  1480. package/mobile/lib/icons/IconName.js.map +1 -1
  1481. package/mobile/lib/index.d.ts +2 -1
  1482. package/mobile/lib/index.js +2 -1
  1483. package/mobile/lib/index.js.map +1 -1
  1484. package/mobile/lib/react/setup-fixture.d.ts +1 -0
  1485. package/mobile/lib/react/setup-fixture.js +2 -46
  1486. package/mobile/lib/react/setup-fixture.js.map +1 -1
  1487. package/mobile/lib/services/sitemap/useSitemap.d.ts +1 -2
  1488. package/mobile/lib/services/sitemap/useSitemap.js +2 -1
  1489. package/mobile/lib/services/sitemap/useSitemap.js.map +1 -1
  1490. package/mobile/lib/ui-kit/BlockWrapper.d.ts +1 -1
  1491. package/mobile/lib/ui-kit/BlockWrapper.js +3 -2
  1492. package/mobile/lib/ui-kit/BlockWrapper.js.map +1 -1
  1493. package/mobile/lib/ui-kit/BlocksList/BlocksListProps.d.ts +0 -2
  1494. package/mobile/lib/ui-kit/BlocksList/EmbeddableBlocks.d.ts +6 -6
  1495. package/mobile/lib/ui-kit/Breadcrumb.d.ts +1 -1
  1496. package/mobile/lib/ui-kit/Button/ArrowButton.d.ts +1 -1
  1497. package/mobile/lib/ui-kit/Button/Button.d.ts +1 -1
  1498. package/mobile/lib/ui-kit/Button/Button.js +2 -2
  1499. package/mobile/lib/ui-kit/Button/Button.js.map +1 -1
  1500. package/mobile/lib/ui-kit/Button/ButtonInner.d.ts +1 -1
  1501. package/mobile/lib/ui-kit/Button/ButtonInner.js +1 -1
  1502. package/mobile/lib/ui-kit/Button/ButtonInner.js.map +1 -1
  1503. package/mobile/lib/ui-kit/Button/ButtonProps.d.ts +2 -2
  1504. package/mobile/lib/ui-kit/Button/ButtonSection.d.ts +1 -1
  1505. package/mobile/lib/ui-kit/Button/LikeButton.d.ts +1 -1
  1506. package/mobile/lib/ui-kit/Checkbox/Checkbox.d.ts +1 -1
  1507. package/mobile/lib/ui-kit/Checkbox/Checkbox.js +5 -3
  1508. package/mobile/lib/ui-kit/Checkbox/Checkbox.js.map +1 -1
  1509. package/mobile/lib/ui-kit/Description/Description.d.ts +1 -1
  1510. package/mobile/lib/ui-kit/Foldable/Foldable.d.ts +1 -1
  1511. package/mobile/lib/ui-kit/Foldable/Foldable.js +2 -3
  1512. package/mobile/lib/ui-kit/Foldable/Foldable.js.map +1 -1
  1513. package/mobile/lib/ui-kit/Foldable/useActiveHandler.d.ts +1 -3
  1514. package/mobile/lib/ui-kit/Foldable/useActiveHandler.js +3 -2
  1515. package/mobile/lib/ui-kit/Foldable/useActiveHandler.js.map +1 -1
  1516. package/mobile/lib/ui-kit/HeaderItem/HeaderItem.d.ts +1 -1
  1517. package/mobile/lib/ui-kit/HeaderItem/HeaderItem.js +1 -1
  1518. package/mobile/lib/ui-kit/HeaderItem/HeaderItem.js.map +1 -1
  1519. package/mobile/lib/ui-kit/Heading/Heading.d.ts +1 -1
  1520. package/mobile/lib/ui-kit/Icon/Icon.d.ts +1 -1
  1521. package/mobile/lib/ui-kit/Img/Img.d.ts +1 -1
  1522. package/mobile/lib/ui-kit/Img/Img.js +2 -2
  1523. package/mobile/lib/ui-kit/Img/Img.js.map +1 -1
  1524. package/mobile/lib/ui-kit/Img/ImgAsPicture.d.ts +1 -1
  1525. package/mobile/lib/ui-kit/Img/ImgAsPicture.js +1 -1
  1526. package/mobile/lib/ui-kit/Img/ImgAsPicture.js.map +1 -1
  1527. package/mobile/lib/ui-kit/Img/ImgInner.d.ts +1 -1
  1528. package/mobile/lib/ui-kit/Input/Input.d.ts +1 -1
  1529. package/mobile/lib/ui-kit/InputRange/InputRange.d.ts +1 -1
  1530. package/mobile/lib/ui-kit/InputRange/InputRange.js +4 -3
  1531. package/mobile/lib/ui-kit/InputRange/InputRange.js.map +1 -1
  1532. package/mobile/lib/ui-kit/InputRange/InputRangeProps.d.ts +1 -0
  1533. package/mobile/lib/ui-kit/List/List.d.ts +1 -1
  1534. package/mobile/lib/ui-kit/List/ListItem.d.ts +1 -1
  1535. package/mobile/lib/ui-kit/Logo/Logo.d.ts +1 -1
  1536. package/mobile/lib/ui-kit/Logo/Logo.js +1 -1
  1537. package/mobile/lib/ui-kit/Logo/Logo.js.map +1 -1
  1538. package/mobile/lib/ui-kit/Radio/Radio.d.ts +1 -1
  1539. package/mobile/lib/ui-kit/Radio/Radio.js +1 -1
  1540. package/mobile/lib/ui-kit/Radio/Radio.js.map +1 -1
  1541. package/mobile/lib/ui-kit/RadioButtonGroup/RadioButtonGroup.d.ts +1 -1
  1542. package/mobile/lib/ui-kit/SVG.d.ts +1 -1
  1543. package/mobile/lib/ui-kit/SearchBar/SearchBar.d.ts +1 -1
  1544. package/mobile/lib/ui-kit/SearchBar/SearchBar.js +2 -2
  1545. package/mobile/lib/ui-kit/SearchBar/SearchBar.js.map +1 -1
  1546. package/mobile/lib/ui-kit/SearchBar/SearchBarInner.d.ts +3 -3
  1547. package/mobile/lib/ui-kit/SearchBar/SearchBarInner.js +6 -7
  1548. package/mobile/lib/ui-kit/SearchBar/SearchBarInner.js.map +1 -1
  1549. package/mobile/lib/ui-kit/Select/Select.d.ts +1 -1
  1550. package/mobile/lib/ui-kit/Select/SelectOption.d.ts +1 -1
  1551. package/mobile/lib/ui-kit/SwipeListControl/SwipeListControl.d.ts +1 -1
  1552. package/mobile/lib/ui-kit/SwipeListControl/SwipeListControl.js +4 -3
  1553. package/mobile/lib/ui-kit/SwipeListControl/SwipeListControl.js.map +1 -1
  1554. package/mobile/lib/ui-kit/SwipeListControl/SwipeListControlDots.d.ts +1 -1
  1555. package/mobile/lib/ui-kit/SwipeListControl/SwipeListControlItem.d.ts +1 -1
  1556. package/mobile/lib/ui-kit/SwipeListControl/SwipeListControlList.d.ts +1 -1
  1557. package/mobile/lib/ui-kit/TableArrowScrollControl/TableArrowScrollControl.d.ts +1 -1
  1558. package/mobile/lib/ui-kit/Tabs/Tabs.d.ts +1 -1
  1559. package/mobile/lib/ui-kit/Tabs/Tabs.js +2 -2
  1560. package/mobile/lib/ui-kit/Tabs/Tabs.js.map +1 -1
  1561. package/mobile/lib/ui-kit/TopItem/TopItem.d.ts +1 -1
  1562. package/mobile/lib/ui-kit/TopItem/TopItem.js +1 -1
  1563. package/mobile/lib/ui-kit/TopItem/TopItem.js.map +1 -1
  1564. package/mobile/src/common.css +25 -7
  1565. package/mobile/src/components/Accordion/Accordion.tsx +1 -1
  1566. package/mobile/src/components/Accordion/AccordionItem.tsx +3 -6
  1567. package/mobile/src/components/Accordion/useActiveHandler.ts +3 -2
  1568. package/mobile/src/components/BenefitsBlock/BenefitsBlock.example.json +12 -2
  1569. package/mobile/src/components/BenefitsBlock/BenefitsBlock.tsx +13 -18
  1570. package/mobile/src/components/BenefitsBlock/BenefitsBlockContent.ts +4 -4
  1571. package/mobile/src/components/Blocks.spec.tsx +9 -15
  1572. package/mobile/src/components/Bonus/Bonus.tsx +15 -7
  1573. package/mobile/src/components/BonusBenefitsBlock/BonusBenefitsBlock.tsx +12 -5
  1574. package/mobile/src/components/Calculator/BonusCalculatorForm.tsx +4 -3
  1575. package/mobile/src/components/Calculator/Calculator.tsx +8 -7
  1576. package/mobile/src/components/Calculator/CreditCalculatorForm.tsx +8 -7
  1577. package/mobile/src/components/Calculator/DepositCalculatorForm.tsx +3 -2
  1578. package/mobile/src/components/Calculator/MortgageCalculatorForm.tsx +5 -4
  1579. package/mobile/src/components/Calculator/renderCalculatorBlock.tsx +1 -1
  1580. package/mobile/src/components/Calculator/useBonusCalculatorParams.ts +2 -6
  1581. package/mobile/src/components/Calculator/useCalculatorParams.ts +2 -2
  1582. package/mobile/src/components/Calculator/useCreditCalculatorParams.ts +1 -6
  1583. package/mobile/src/components/Catalog/Catalog.tsx +12 -6
  1584. package/mobile/src/components/Catalog/CatalogCard.tsx +3 -5
  1585. package/mobile/src/components/ComparisonTable/ComparisonTable.tsx +3 -2
  1586. package/mobile/src/components/ComparisonTable/ComparisonTableBody.tsx +5 -4
  1587. package/mobile/src/components/ComparisonTable/HeaderCell.tsx +1 -1
  1588. package/mobile/src/components/ComparisonTable/TableCell.tsx +1 -1
  1589. package/mobile/src/components/ComparisonTable/TableColumn.tsx +2 -2
  1590. package/mobile/src/components/ComparisonTable/TableRow.tsx +1 -1
  1591. package/mobile/src/components/ContentPage/ContentPage.tsx +3 -5
  1592. package/mobile/src/components/ContentPage/ContentPageContext.tsx +1 -26
  1593. package/mobile/src/components/ExchangeRateTile/CurrencyTable.tsx +1 -1
  1594. package/mobile/src/components/ExchangeRateTile/ExchangeCurrencyCalculator.tsx +4 -3
  1595. package/mobile/src/components/ExchangeRateTile/ExchangeRateTile.tsx +1 -1
  1596. package/mobile/src/components/Footer/Footer.tsx +2 -2
  1597. package/mobile/src/components/Footer/HorizontalNavigation.tsx +2 -2
  1598. package/mobile/src/components/Footer/Sitemap.tsx +2 -2
  1599. package/mobile/src/components/Footer/TextInformation.tsx +2 -2
  1600. package/mobile/src/components/Footer/TextInformationLink.tsx +1 -1
  1601. package/mobile/src/components/Gallery/Gallery.tsx +5 -7
  1602. package/mobile/src/components/Gallery/GalleryCardInner.tsx +2 -4
  1603. package/mobile/src/components/Gallery/GalleryContainer.tsx +10 -7
  1604. package/mobile/src/components/Gallery/GalleryInner.tsx +3 -2
  1605. package/mobile/src/components/GracePeriod/GracePeriod.example.json +5 -15
  1606. package/mobile/src/components/GracePeriod/GracePeriod.tsx +17 -7
  1607. package/mobile/src/components/GroupBlock/GroupBlock.tsx +2 -1
  1608. package/mobile/src/components/GroupBlock/GroupBlockTabs.tsx +2 -2
  1609. package/mobile/src/components/Header/Header.tsx +4 -3
  1610. package/mobile/src/components/Header/HeaderBurger.tsx +5 -4
  1611. package/mobile/src/components/Header/HeaderSecondaryMenu.tsx +6 -4
  1612. package/mobile/src/components/Header/HeaderSubMenu.tsx +3 -2
  1613. package/mobile/src/components/Header/HeaderTop.tsx +3 -3
  1614. package/mobile/src/components/Headline/Headline.tsx +1 -5
  1615. package/mobile/src/components/Headline/constants.ts +1 -1
  1616. package/mobile/src/components/InsuranceAmountBlock/InsuranceAmountBlock.example.json +7 -1
  1617. package/mobile/src/components/InsuranceAmountBlock/InsuranceAmountBlock.tsx +8 -4
  1618. package/mobile/src/components/InsuranceAmountBlock/InsuranceAmountBlockContent.ts +3 -0
  1619. package/mobile/src/components/InsuranceAmountBlock/InsuranceAmountBlockInner.tsx +9 -7
  1620. package/mobile/src/components/LikeControl/LikeControl.tsx +11 -3
  1621. package/mobile/src/components/LinkList/LinkList.tsx +1 -1
  1622. package/mobile/src/components/MobileAppTile/MobileAppTile.example.json +0 -1
  1623. package/mobile/src/components/MobileAppTile/MobileAppTile.tsx +2 -2
  1624. package/mobile/src/components/MobileAppTile/MobileAppTileContent.ts +4 -11
  1625. package/mobile/src/components/Navigation/Navigation.tsx +1 -1
  1626. package/mobile/src/components/Navigation/NavigationItem.tsx +1 -1
  1627. package/mobile/src/components/PictureText/PictureText.tsx +2 -8
  1628. package/mobile/src/components/Placeholder/Placeholder.tsx +2 -2
  1629. package/mobile/src/components/ProductTile/ProductTile.tsx +4 -2
  1630. package/mobile/src/components/PromoTile/PromoTile.tsx +1 -1
  1631. package/mobile/src/components/Recommendation/Recommendation.tsx +2 -1
  1632. package/mobile/src/components/Recommendation/RecommendationCard.tsx +2 -2
  1633. package/mobile/src/components/SafeDepositRental/SafeDepositRental.tsx +4 -3
  1634. package/mobile/src/components/SafeDepositRental/SafeDepositRentalForm.tsx +35 -35
  1635. package/mobile/src/components/SafeDepositRental/SafeDepositRentalTotal.tsx +2 -2
  1636. package/mobile/src/components/StepsBlock/StepsBlock.tsx +4 -4
  1637. package/mobile/src/components/Tabs/Tabs.tsx +3 -2
  1638. package/mobile/src/components/Tabs/renderTab.tsx +2 -2
  1639. package/mobile/src/components/TariffsTable/TariffsTable.tsx +1 -1
  1640. package/mobile/src/components/TariffsTable/TariffsTableCell.tsx +3 -3
  1641. package/mobile/src/components/TariffsTable/TariffsTableRow.tsx +1 -1
  1642. package/mobile/src/components/TariffsTable/TariffsTableTileCell.tsx +3 -5
  1643. package/mobile/src/components/TextBlock/TextBlock.tsx +4 -4
  1644. package/mobile/src/components/Tile/Tile.tsx +1 -6
  1645. package/mobile/src/components/__snapshots__/Blocks.spec.tsx.snap +64 -55
  1646. package/mobile/src/hooks/useExchangeRates.ts +2 -2
  1647. package/mobile/src/hooks/useGeolocation.ts +22 -0
  1648. package/mobile/src/hooks/useLikeService.ts +32 -0
  1649. package/mobile/src/hooks/useLink.ts +1 -1
  1650. package/mobile/src/hooks/useSafeDepositRental.ts +2 -2
  1651. package/mobile/src/hooks/useSearch.ts +10 -0
  1652. package/mobile/src/icons/IconName.ts +4 -4
  1653. package/mobile/src/icons/StateMortgageIcon.svg +1 -0
  1654. package/mobile/src/index.ts +2 -1
  1655. package/mobile/src/react/setup-fixture.ts +2 -55
  1656. package/mobile/src/services/sitemap/useSitemap.ts +2 -2
  1657. package/mobile/src/ui-kit/BlockWrapper.tsx +3 -2
  1658. package/mobile/src/ui-kit/BlocksList/BlocksListProps.ts +0 -2
  1659. package/mobile/src/ui-kit/Button/Button.tsx +2 -2
  1660. package/mobile/src/ui-kit/Button/ButtonInner.tsx +1 -1
  1661. package/mobile/src/ui-kit/Button/ButtonProps.ts +2 -2
  1662. package/mobile/src/ui-kit/Checkbox/Checkbox.tsx +28 -26
  1663. package/mobile/src/ui-kit/Foldable/Foldable.tsx +1 -3
  1664. package/mobile/src/ui-kit/Foldable/useActiveHandler.ts +3 -4
  1665. package/mobile/src/ui-kit/HeaderItem/HeaderItem.tsx +1 -1
  1666. package/mobile/src/ui-kit/Img/Img.tsx +13 -3
  1667. package/mobile/src/ui-kit/Img/ImgAsPicture.tsx +1 -1
  1668. package/mobile/src/ui-kit/InputRange/InputRange.tsx +21 -7
  1669. package/mobile/src/ui-kit/InputRange/InputRangeProps.ts +1 -0
  1670. package/mobile/src/ui-kit/Logo/Logo.tsx +1 -1
  1671. package/mobile/src/ui-kit/Radio/Radio.tsx +1 -1
  1672. package/mobile/src/ui-kit/SearchBar/SearchBar.tsx +2 -2
  1673. package/mobile/src/ui-kit/SearchBar/SearchBarInner.tsx +57 -60
  1674. package/mobile/src/ui-kit/SwipeListControl/SwipeListControl.tsx +3 -3
  1675. package/mobile/src/ui-kit/Tabs/Tabs.tsx +2 -2
  1676. package/mobile/src/ui-kit/TopItem/TopItem.tsx +1 -1
  1677. package/package.json +2 -2
  1678. package/src/common.css +25 -7
  1679. package/src/components/Accordion/Accordion.mobile.tsx +1 -1
  1680. package/src/components/Accordion/Accordion.tsx +2 -2
  1681. package/src/components/Accordion/AccordionItem.mobile.tsx +3 -6
  1682. package/src/components/Accordion/AccordionItem.tsx +3 -4
  1683. package/src/components/Accordion/AccordionItemInner.tsx +1 -1
  1684. package/src/components/Accordion/useActiveHandler.ts +3 -2
  1685. package/src/components/BenefitsBlock/BenefitsBlock.example.json +12 -2
  1686. package/src/components/BenefitsBlock/BenefitsBlock.fixture.tsx +60 -5
  1687. package/src/components/BenefitsBlock/BenefitsBlock.tsx +13 -18
  1688. package/src/components/BenefitsBlock/BenefitsBlockContent.ts +4 -4
  1689. package/src/components/Blocks.spec.tsx +9 -15
  1690. package/src/components/Bonus/Bonus.tsx +15 -7
  1691. package/src/components/BonusBenefitsBlock/BonusBenefitsBlock.tsx +12 -5
  1692. package/src/components/Calculator/BonusCalculatorForm.tsx +4 -3
  1693. package/src/components/Calculator/Calculator.fixture.tsx +1 -1
  1694. package/src/components/Calculator/Calculator.tsx +8 -7
  1695. package/src/components/Calculator/CreditCalculatorForm.tsx +8 -7
  1696. package/src/components/Calculator/DepositCalculatorForm.tsx +3 -2
  1697. package/src/components/Calculator/MortgageCalculatorForm.tsx +5 -4
  1698. package/src/components/Calculator/renderCalculatorBlock.tsx +1 -1
  1699. package/src/components/Calculator/useBonusCalculatorParams.ts +2 -6
  1700. package/src/components/Calculator/useCalculatorParams.ts +2 -2
  1701. package/src/components/Calculator/useCreditCalculatorParams.ts +1 -6
  1702. package/src/components/Catalog/Catalog.tsx +12 -6
  1703. package/src/components/Catalog/CatalogCard.tsx +3 -5
  1704. package/src/components/ComparisonTable/ComparisonTable.mobile.tsx +3 -2
  1705. package/src/components/ComparisonTable/ComparisonTable.tsx +3 -2
  1706. package/src/components/ComparisonTable/ComparisonTableBody.tsx +5 -4
  1707. package/src/components/ComparisonTable/HeaderCell.mobile.tsx +1 -1
  1708. package/src/components/ComparisonTable/HeaderCell.tsx +1 -1
  1709. package/src/components/ComparisonTable/TableCell.mobile.tsx +1 -1
  1710. package/src/components/ComparisonTable/TableCell.tsx +2 -2
  1711. package/src/components/ComparisonTable/TableColumn.tsx +2 -2
  1712. package/src/components/ComparisonTable/TableRow.tsx +1 -1
  1713. package/src/components/ContentPage/ContentPage.tsx +3 -5
  1714. package/src/components/ContentPage/ContentPageContext.tsx +1 -26
  1715. package/src/components/ExchangeRateTile/CurrencyTable.tsx +1 -1
  1716. package/src/components/ExchangeRateTile/ExchangeCurrencyCalculator.tsx +4 -3
  1717. package/src/components/ExchangeRateTile/ExchangeRateTile.tsx +1 -1
  1718. package/src/components/Footer/Footer.mobile.tsx +2 -2
  1719. package/src/components/Footer/HorizontalNavigation.mobile.tsx +2 -2
  1720. package/src/components/Footer/Sitemap.tsx +2 -2
  1721. package/src/components/Footer/TextInformation.mobile.tsx +2 -2
  1722. package/src/components/Footer/TextInformation.tsx +1 -2
  1723. package/src/components/Footer/TextInformationLink.tsx +1 -1
  1724. package/src/components/Gallery/Gallery.mobile.tsx +5 -7
  1725. package/src/components/Gallery/GalleryCardInner.tsx +2 -4
  1726. package/src/components/Gallery/GalleryContainer.tsx +10 -7
  1727. package/src/components/Gallery/GalleryInner.tsx +3 -2
  1728. package/src/components/GracePeriod/GracePeriod.example.json +5 -15
  1729. package/src/components/GracePeriod/GracePeriod.tsx +17 -7
  1730. package/src/components/GroupBlock/GroupBlock.tsx +2 -1
  1731. package/src/components/GroupBlock/GroupBlockTabs.tsx +2 -2
  1732. package/src/components/Header/Header.mobile.tsx +4 -3
  1733. package/src/components/Header/Header.tsx +1 -2
  1734. package/src/components/Header/HeaderBurger.tsx +5 -4
  1735. package/src/components/Header/HeaderSecondaryMenu.tsx +6 -4
  1736. package/src/components/Header/HeaderSubMenu.tsx +3 -2
  1737. package/src/components/Header/HeaderTop.tsx +3 -3
  1738. package/src/components/Headline/Headline.fixture.mobile.tsx +2 -2
  1739. package/src/components/Headline/Headline.fixture.tsx +1 -1
  1740. package/src/components/Headline/Headline.mobile.tsx +1 -5
  1741. package/src/components/Headline/constants.ts +1 -1
  1742. package/src/components/Insurance/Insurance.fixture.tsx +1 -1
  1743. package/src/components/InsuranceAmountBlock/InsuranceAmountBlock.example.json +7 -1
  1744. package/src/components/InsuranceAmountBlock/InsuranceAmountBlock.fixture.tsx +13 -4
  1745. package/src/components/InsuranceAmountBlock/InsuranceAmountBlock.tsx +8 -4
  1746. package/src/components/InsuranceAmountBlock/InsuranceAmountBlockContent.ts +3 -0
  1747. package/src/components/InsuranceAmountBlock/InsuranceAmountBlockInner.tsx +9 -7
  1748. package/src/components/LikeControl/LikeControl.tsx +11 -3
  1749. package/src/components/LinkDocs/LinkDocsListItem.tsx +1 -1
  1750. package/src/components/LinkList/LinkList.tsx +1 -1
  1751. package/src/components/MobileAppTile/MobileAppTile.example.json +0 -1
  1752. package/src/components/MobileAppTile/MobileAppTile.fixture.tsx +28 -15
  1753. package/src/components/MobileAppTile/MobileAppTile.mobile.tsx +2 -2
  1754. package/src/components/MobileAppTile/MobileAppTile.tsx +13 -18
  1755. package/src/components/MobileAppTile/MobileAppTileContent.ts +4 -11
  1756. package/src/components/Navigation/Navigation.tsx +1 -1
  1757. package/src/components/Navigation/NavigationItem.tsx +1 -1
  1758. package/src/components/PictureText/PictureText.tsx +2 -8
  1759. package/src/components/Placeholder/Placeholder.tsx +2 -2
  1760. package/src/components/ProductBlock/ProductBlock.tsx +1 -1
  1761. package/src/components/ProductBlock/ProductBlockInner.tsx +1 -1
  1762. package/src/components/ProductBlock/renderBenefit.tsx +3 -1
  1763. package/src/components/ProductGallery/ProductGallery.tsx +4 -3
  1764. package/src/components/ProductTile/ProductTile.tsx +4 -2
  1765. package/src/components/PromoTile/PromoTile.tsx +1 -1
  1766. package/src/components/Recommendation/Recommendation.tsx +2 -1
  1767. package/src/components/Recommendation/RecommendationCard.tsx +2 -2
  1768. package/src/components/SafeDepositRental/SafeDepositRental.tsx +4 -3
  1769. package/src/components/SafeDepositRental/SafeDepositRentalForm.tsx +35 -35
  1770. package/src/components/SafeDepositRental/SafeDepositRentalTotal.tsx +2 -2
  1771. package/src/components/StepsBlock/StepsBlock.mobile.tsx +4 -4
  1772. package/src/components/StepsBlock/StepsBlock.tsx +4 -6
  1773. package/src/components/Tabs/Tabs.tsx +3 -2
  1774. package/src/components/Tabs/renderTab.tsx +2 -2
  1775. package/src/components/TariffsTable/TariffsTable.mobile.tsx +1 -1
  1776. package/src/components/TariffsTable/TariffsTable.tsx +3 -2
  1777. package/src/components/TariffsTable/TariffsTableCell.tsx +3 -3
  1778. package/src/components/TariffsTable/TariffsTableRow.tsx +1 -1
  1779. package/src/components/TariffsTable/TariffsTableTileCell.tsx +3 -5
  1780. package/src/components/TextBlock/TextBlock.mobile.tsx +4 -4
  1781. package/src/components/TextBlock/TextBlock.tsx +3 -3
  1782. package/src/components/Tile/Tile.tsx +1 -6
  1783. package/src/components/__snapshots__/Blocks.spec.tsx.snap +64 -55
  1784. package/src/hooks/useExchangeRates.ts +2 -2
  1785. package/src/hooks/useGeolocation.ts +22 -0
  1786. package/src/hooks/useLikeService.ts +32 -0
  1787. package/src/hooks/useLink.ts +1 -1
  1788. package/src/hooks/useSafeDepositRental.ts +2 -2
  1789. package/src/hooks/useSearch.ts +10 -0
  1790. package/src/icons/IconName.ts +4 -1
  1791. package/src/icons/StateMortgageIcon.svg +1 -0
  1792. package/src/index.ts +2 -1
  1793. package/src/react/setup-fixture.ts +2 -55
  1794. package/src/services/sitemap/useSitemap.ts +2 -2
  1795. package/src/ui-kit/BlockWrapper.tsx +3 -2
  1796. package/src/ui-kit/BlocksList/BlocksListProps.ts +0 -2
  1797. package/src/ui-kit/Button/Button.mobile.tsx +2 -2
  1798. package/src/ui-kit/Button/ButtonInner.tsx +1 -1
  1799. package/src/ui-kit/Button/ButtonProps.ts +2 -2
  1800. package/src/ui-kit/Checkbox/Checkbox.tsx +28 -26
  1801. package/src/ui-kit/Foldable/Foldable.tsx +1 -3
  1802. package/src/ui-kit/Foldable/useActiveHandler.ts +3 -4
  1803. package/src/ui-kit/HeaderItem/HeaderItem.mobile.tsx +1 -1
  1804. package/src/ui-kit/Img/Img.mobile.tsx +13 -3
  1805. package/src/ui-kit/Img/ImgAsPicture.tsx +1 -1
  1806. package/src/ui-kit/InputRange/InputRange.tsx +21 -7
  1807. package/src/ui-kit/InputRange/InputRangeProps.ts +1 -0
  1808. package/src/ui-kit/Logo/Logo.mobile.tsx +1 -1
  1809. package/src/ui-kit/Radio/Radio.tsx +1 -1
  1810. package/src/ui-kit/SearchBar/SearchBar.mobile.tsx +2 -2
  1811. package/src/ui-kit/SearchBar/SearchBar.tsx +2 -2
  1812. package/src/ui-kit/SearchBar/SearchBarInner.tsx +57 -60
  1813. package/src/ui-kit/SwipeListControl/SwipeListControl.tsx +3 -3
  1814. package/src/ui-kit/Tabs/Tabs.tsx +2 -2
  1815. package/src/ui-kit/TopItem/TopItem.tsx +1 -1
@@ -9,5 +9,5 @@ declare type ComparisonTableRowsProps = TableArrowScrollControlProps & {
9
9
  activeCardIndex: number;
10
10
  isColoredFirstColumn: boolean;
11
11
  };
12
- export declare const ComparisonTableRows: (props: import("@redneckz/uni-jsx").PropsWithChildren<ComparisonTableRowsProps, any>, context?: any) => any;
12
+ export declare const ComparisonTableRows: import("@redneckz/uni-jsx").UNIComponent<ComparisonTableRowsProps, any, any>;
13
13
  export {};
@@ -7,4 +7,4 @@ export interface HeaderCellProps {
7
7
  link?: LinkProps;
8
8
  isFillGradient?: boolean;
9
9
  }
10
- export declare const HeaderCell: (props: import("@redneckz/uni-jsx").PropsWithChildren<HeaderCellProps, any>, context?: any) => any;
10
+ export declare const HeaderCell: import("@redneckz/uni-jsx").UNIComponent<HeaderCellProps, any, any>;
@@ -6,5 +6,5 @@ const Button_1 = require("../../ui-kit/Button/Button");
6
6
  const Heading_1 = require("../../ui-kit/Heading/Heading");
7
7
  const Img_1 = require("../../ui-kit/Img/Img");
8
8
  const constants_1 = require("./constants");
9
- exports.HeaderCell = (0, uni_jsx_1.JSX)(({ icon, image, title, link }) => ((0, jsx_runtime_1.jsxs)("div", { className: `w-80 box-border flex flex-col items-center rounded-t-md border-b-0 px-7 pt-7 pb-[46px] ${constants_1.BORDER_CLASSES} ${constants_1.GRADIENT}`, role: "columnheader", children: [icon && !image?.src && ((0, jsx_runtime_1.jsx)(Img_1.Img, { className: "h-[63px] w-[63px] min-w-[63px] min-h-[63px] mb-4", image: icon, width: "63", height: "63" })), image?.src && (0, jsx_runtime_1.jsx)(Img_1.Img, { className: "mb-[18px]", image: image }), title ? ((0, jsx_runtime_1.jsx)(Heading_1.Heading, { headingType: "h4", as: "h3", className: "text-center text-white", title: title })) : null, link?.text && ((0, jsx_runtime_1.jsx)("div", { className: "mt-auto w-full", children: (0, jsx_runtime_1.jsx)(Button_1.Button, { href: link.href, target: link.target, className: "mt-4 w-full text-primary-main bg-white hover:bg-secondary-hover active:bg-secondary-active", children: (0, jsx_runtime_1.jsx)("div", { className: "font-medium text-xs py-[11px]", children: link.text }) }) }))] })));
9
+ exports.HeaderCell = (0, uni_jsx_1.JSX)(({ icon, image, title, link }) => ((0, jsx_runtime_1.jsxs)("div", { className: `w-80 box-border flex flex-col items-center rounded-t-md border-b-0 px-7 pt-7 pb-[46px] ${constants_1.BORDER_CLASSES} ${constants_1.GRADIENT}`, role: "columnheader", children: [icon && !image?.src && ((0, jsx_runtime_1.jsx)(Img_1.Img, { className: "h-[63px] w-[63px] min-w-[63px] min-h-[63px] mb-4", image: icon, width: "63", height: "63" })), image?.src && (0, jsx_runtime_1.jsx)(Img_1.Img, { className: "mb-[18px]", image: image }), title ? ((0, jsx_runtime_1.jsx)(Heading_1.Heading, { headingType: "h4", as: "h3", className: "text-center text-white", title: title })) : null, link?.text && ((0, jsx_runtime_1.jsx)("div", { className: "mt-auto w-full", children: (0, jsx_runtime_1.jsx)(Button_1.Button, { href: link.href, target: link.target, className: "mt-4 w-full text-primary-main bg-white hover:bg-secondary-hover active:bg-secondary-active", children: (0, jsx_runtime_1.jsx)("div", { className: "text-xs-light font-medium py-[11px]", children: link.text }) }) }))] })));
10
10
  //# sourceMappingURL=HeaderCell.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"HeaderCell.js","sourceRoot":"","sources":["../../../src/components/ComparisonTable/HeaderCell.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAGxC,uDAAoD;AACpD,0DAAuD;AACvD,8CAA2C;AAC3C,2CAAuD;AAU1C,QAAA,UAAU,GAAG,IAAA,aAAG,EAAkB,CAAC,EAAE,IAAI,EAAE,KAAK,EAAE,KAAK,EAAE,IAAI,EAAE,EAAE,EAAE,CAAC,CAC/E,iCACE,SAAS,EAAE,0FAA0F,0BAAc,IAAI,oBAAQ,EAAE,EACjI,IAAI,EAAC,cAAc,aAElB,IAAI,IAAI,CAAC,KAAK,EAAE,GAAG,IAAI,CACtB,uBAAC,SAAG,IACF,SAAS,EAAC,kDAAkD,EAC5D,KAAK,EAAE,IAAI,EACX,KAAK,EAAC,IAAI,EACV,MAAM,EAAC,IAAI,GACX,CACH,EACA,KAAK,EAAE,GAAG,IAAI,uBAAC,SAAG,IAAC,SAAS,EAAC,WAAW,EAAC,KAAK,EAAE,KAAK,GAAI,EACzD,KAAK,CAAC,CAAC,CAAC,CACP,uBAAC,iBAAO,IAAC,WAAW,EAAC,IAAI,EAAC,EAAE,EAAC,IAAI,EAAC,SAAS,EAAC,wBAAwB,EAAC,KAAK,EAAE,KAAK,GAAI,CACtF,CAAC,CAAC,CAAC,IAAI,EACP,IAAI,EAAE,IAAI,IAAI,CACb,gCAAK,SAAS,EAAC,gBAAgB,YAC7B,uBAAC,eAAM,IACL,IAAI,EAAE,IAAI,CAAC,IAAI,EACf,MAAM,EAAE,IAAI,CAAC,MAAM,EACnB,SAAS,EAAC,4FAA4F,YAEtG,gCAAK,SAAS,EAAC,+BAA+B,YAAE,IAAI,CAAC,IAAI,GAAO,GACzD,GACL,CACP,IACG,CACP,CAAC,CAAC"}
1
+ {"version":3,"file":"HeaderCell.js","sourceRoot":"","sources":["../../../src/components/ComparisonTable/HeaderCell.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAGxC,uDAAoD;AACpD,0DAAuD;AACvD,8CAA2C;AAC3C,2CAAuD;AAU1C,QAAA,UAAU,GAAG,IAAA,aAAG,EAAkB,CAAC,EAAE,IAAI,EAAE,KAAK,EAAE,KAAK,EAAE,IAAI,EAAE,EAAE,EAAE,CAAC,CAC/E,iCACE,SAAS,EAAE,0FAA0F,0BAAc,IAAI,oBAAQ,EAAE,EACjI,IAAI,EAAC,cAAc,aAElB,IAAI,IAAI,CAAC,KAAK,EAAE,GAAG,IAAI,CACtB,uBAAC,SAAG,IACF,SAAS,EAAC,kDAAkD,EAC5D,KAAK,EAAE,IAAI,EACX,KAAK,EAAC,IAAI,EACV,MAAM,EAAC,IAAI,GACX,CACH,EACA,KAAK,EAAE,GAAG,IAAI,uBAAC,SAAG,IAAC,SAAS,EAAC,WAAW,EAAC,KAAK,EAAE,KAAK,GAAI,EACzD,KAAK,CAAC,CAAC,CAAC,CACP,uBAAC,iBAAO,IAAC,WAAW,EAAC,IAAI,EAAC,EAAE,EAAC,IAAI,EAAC,SAAS,EAAC,wBAAwB,EAAC,KAAK,EAAE,KAAK,GAAI,CACtF,CAAC,CAAC,CAAC,IAAI,EACP,IAAI,EAAE,IAAI,IAAI,CACb,gCAAK,SAAS,EAAC,gBAAgB,YAC7B,uBAAC,eAAM,IACL,IAAI,EAAE,IAAI,CAAC,IAAI,EACf,MAAM,EAAE,IAAI,CAAC,MAAM,EACnB,SAAS,EAAC,4FAA4F,YAEtG,gCAAK,SAAS,EAAC,qCAAqC,YAAE,IAAI,CAAC,IAAI,GAAO,GAC/D,GACL,CACP,IACG,CACP,CAAC,CAAC"}
@@ -8,4 +8,4 @@ export interface HeaderCellProps {
8
8
  isFillGradient?: boolean;
9
9
  link?: LinkProps;
10
10
  }
11
- export declare const HeaderCell: (props: import("@redneckz/uni-jsx").PropsWithChildren<HeaderCellProps, any>, context?: any) => any;
11
+ export declare const HeaderCell: import("@redneckz/uni-jsx").UNIComponent<HeaderCellProps, any, any>;
@@ -5,6 +5,6 @@ const uni_jsx_1 = require("@redneckz/uni-jsx");
5
5
  const Heading_1 = require("../../ui-kit/Heading/Heading");
6
6
  const Img_1 = require("../../ui-kit/Img/Img");
7
7
  const headingStyle = (isFillGradient = false) => (isFillGradient ? 'text-white' : '');
8
- const subtitleStyle = (isFillGradient = false) => `text-m-sm mb-3.5 ${isFillGradient ? 'text-white' : 'text-secondary-text/80'}`;
8
+ const subtitleStyle = (isFillGradient = false) => `text-s mb-3.5 ${isFillGradient ? 'text-white' : 'text-secondary-text/80'}`;
9
9
  exports.HeaderCell = (0, uni_jsx_1.JSX)(({ icon, image, title, subtitle, isFillGradient }) => ((0, jsx_runtime_1.jsxs)("div", { role: "columnheader", children: [icon ? ((0, jsx_runtime_1.jsx)(Img_1.Img, { className: "h-[63px] w-[63px] min-w-[63px] min-h-[63px] mb-4", image: icon, width: "63", height: "63" })) : null, image?.src && ((0, jsx_runtime_1.jsx)("div", { className: "mb-3.5", children: (0, jsx_runtime_1.jsx)(Img_1.Img, { image: image }) })), title ? ((0, jsx_runtime_1.jsx)(Heading_1.Heading, { headingType: "h4", className: headingStyle(isFillGradient), title: title })) : null, subtitle ? (0, jsx_runtime_1.jsx)("div", { className: subtitleStyle(isFillGradient), children: subtitle }) : null] })));
10
10
  //# sourceMappingURL=HeaderCell.mobile.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"HeaderCell.mobile.js","sourceRoot":"","sources":["../../../src/components/ComparisonTable/HeaderCell.mobile.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAGxC,0DAAuD;AACvD,8CAA2C;AAW3C,MAAM,YAAY,GAAG,CAAC,cAAc,GAAG,KAAK,EAAU,EAAE,CAAC,CAAC,cAAc,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC;AAC9F,MAAM,aAAa,GAAG,CAAC,cAAc,GAAG,KAAK,EAAU,EAAE,CACvD,oBAAoB,cAAc,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,CAAC,wBAAwB,EAAE,CAAC;AAEpE,QAAA,UAAU,GAAG,IAAA,aAAG,EAC3B,CAAC,EAAE,IAAI,EAAE,KAAK,EAAE,KAAK,EAAE,QAAQ,EAAE,cAAc,EAAE,EAAE,EAAE,CAAC,CACpD,iCAAK,IAAI,EAAC,cAAc,aACrB,IAAI,CAAC,CAAC,CAAC,CACN,uBAAC,SAAG,IACF,SAAS,EAAC,kDAAkD,EAC5D,KAAK,EAAE,IAAI,EACX,KAAK,EAAC,IAAI,EACV,MAAM,EAAC,IAAI,GACX,CACH,CAAC,CAAC,CAAC,IAAI,EACP,KAAK,EAAE,GAAG,IAAI,CACb,gCAAK,SAAS,EAAC,QAAQ,YACrB,uBAAC,SAAG,IAAC,KAAK,EAAE,KAAK,GAAI,GACjB,CACP,EACA,KAAK,CAAC,CAAC,CAAC,CACP,uBAAC,iBAAO,IAAC,WAAW,EAAC,IAAI,EAAC,SAAS,EAAE,YAAY,CAAC,cAAc,CAAC,EAAE,KAAK,EAAE,KAAK,GAAI,CACpF,CAAC,CAAC,CAAC,IAAI,EACP,QAAQ,CAAC,CAAC,CAAC,gCAAK,SAAS,EAAE,aAAa,CAAC,cAAc,CAAC,YAAG,QAAQ,GAAO,CAAC,CAAC,CAAC,IAAI,IAC9E,CACP,CACF,CAAC"}
1
+ {"version":3,"file":"HeaderCell.mobile.js","sourceRoot":"","sources":["../../../src/components/ComparisonTable/HeaderCell.mobile.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAGxC,0DAAuD;AACvD,8CAA2C;AAW3C,MAAM,YAAY,GAAG,CAAC,cAAc,GAAG,KAAK,EAAU,EAAE,CAAC,CAAC,cAAc,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC;AAC9F,MAAM,aAAa,GAAG,CAAC,cAAc,GAAG,KAAK,EAAU,EAAE,CACvD,iBAAiB,cAAc,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,CAAC,wBAAwB,EAAE,CAAC;AAEjE,QAAA,UAAU,GAAG,IAAA,aAAG,EAC3B,CAAC,EAAE,IAAI,EAAE,KAAK,EAAE,KAAK,EAAE,QAAQ,EAAE,cAAc,EAAE,EAAE,EAAE,CAAC,CACpD,iCAAK,IAAI,EAAC,cAAc,aACrB,IAAI,CAAC,CAAC,CAAC,CACN,uBAAC,SAAG,IACF,SAAS,EAAC,kDAAkD,EAC5D,KAAK,EAAE,IAAI,EACX,KAAK,EAAC,IAAI,EACV,MAAM,EAAC,IAAI,GACX,CACH,CAAC,CAAC,CAAC,IAAI,EACP,KAAK,EAAE,GAAG,IAAI,CACb,gCAAK,SAAS,EAAC,QAAQ,YACrB,uBAAC,SAAG,IAAC,KAAK,EAAE,KAAK,GAAI,GACjB,CACP,EACA,KAAK,CAAC,CAAC,CAAC,CACP,uBAAC,iBAAO,IAAC,WAAW,EAAC,IAAI,EAAC,SAAS,EAAE,YAAY,CAAC,cAAc,CAAC,EAAE,KAAK,EAAE,KAAK,GAAI,CACpF,CAAC,CAAC,CAAC,IAAI,EACP,QAAQ,CAAC,CAAC,CAAC,gCAAK,SAAS,EAAE,aAAa,CAAC,cAAc,CAAC,YAAG,QAAQ,GAAO,CAAC,CAAC,CAAC,IAAI,IAC9E,CACP,CACF,CAAC"}
@@ -4,4 +4,4 @@ export interface TableCarouselContainerProps {
4
4
  columnWidth: number;
5
5
  version?: TableVersion;
6
6
  }
7
- export declare const TableCarouselContainer: (props: import("@redneckz/uni-jsx").PropsWithChildren<TableCarouselContainerProps, any>, context?: any) => any;
7
+ export declare const TableCarouselContainer: import("@redneckz/uni-jsx").UNIComponent<TableCarouselContainerProps, any, any>;
@@ -6,4 +6,4 @@ export interface TableCellProps {
6
6
  rowHeader?: string;
7
7
  isFillGradient: boolean;
8
8
  }
9
- export declare const TableCell: (props: import("@redneckz/uni-jsx").PropsWithChildren<TableCellProps, any>, context?: any) => any;
9
+ export declare const TableCell: import("@redneckz/uni-jsx").UNIComponent<TableCellProps, any, any>;
@@ -8,7 +8,7 @@ exports.TableCell = (0, uni_jsx_1.JSX)(({ cell, isFirstRow, isLastRow, isFillGra
8
8
  const cellClasses = `mx-7 h-full ${constants_1.DIVIDER_CLASSES} ${isFillGradient && isFirstRow ? 'border-t' : ''} ${!isLastRow ? 'border-solid' : 'border-b-0'}`;
9
9
  return ((0, jsx_runtime_1.jsx)("div", { className: cellWrapperClasses, role: "cell", children: (0, jsx_runtime_1.jsx)("div", { className: cellClasses, children: cell.map((item, i) => renderCellInner(item, i, isFillGradient)) }) }));
10
10
  });
11
- const labelStyle = (isFillGradient = false) => `text-xl-light font-medium m-0 ${isFillGradient ? 'text-white' : ''}`;
12
- const descriptionStyle = (isFillGradient = false) => `text-sm opacity-80 ${isFillGradient ? 'text-white' : 'text-secondary-text'}`;
11
+ const labelStyle = (isFillGradient = false) => `text-xl m-0 ${isFillGradient ? 'text-white' : ''}`;
12
+ const descriptionStyle = (isFillGradient = false) => `text-s opacity-80 ${isFillGradient ? 'text-white' : 'text-secondary-text'}`;
13
13
  const renderCellInner = ({ label, description }, i, isFillGradient) => ((0, jsx_runtime_1.jsxs)("div", { className: "first:pt-7 pt-6 last:pb-7", children: [label ? (0, jsx_runtime_1.jsx)("h4", { className: labelStyle(isFillGradient), children: label }) : null, description ? (0, jsx_runtime_1.jsx)("div", { className: descriptionStyle(isFillGradient), children: description }) : null] }, String(i)));
14
14
  //# sourceMappingURL=TableCell.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"TableCell.js","sourceRoot":"","sources":["../../../src/components/ComparisonTable/TableCell.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAExC,2CAAwE;AAU3D,QAAA,SAAS,GAAG,IAAA,aAAG,EAAiB,CAAC,EAAE,IAAI,EAAE,UAAU,EAAE,SAAS,EAAE,cAAc,EAAE,EAAE,EAAE;IAC/F,MAAM,kBAAkB,GAAG,iCAAiC,0BAAc,IACxE,CAAC,SAAS,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,CAAC,yBAC9B,IAAI,cAAc,CAAC,CAAC,CAAC,oBAAQ,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC;IAErC,MAAM,WAAW,GAAG,eAAe,2BAAe,IAChD,cAAc,IAAI,UAAU,CAAC,CAAC,CAAC,UAAU,CAAC,CAAC,CAAC,EAC9C,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,cAAc,CAAC,CAAC,CAAC,YAAY,EAAE,CAAC;IAEjD,OAAO,CACL,gCAAK,SAAS,EAAE,kBAAkB,EAAE,IAAI,EAAC,MAAM,YAC7C,gCAAK,SAAS,EAAE,WAAW,YACxB,IAAI,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,CAAC,EAAE,EAAE,CAAC,eAAe,CAAC,IAAI,EAAE,CAAC,EAAE,cAAc,CAAC,CAAC,GAC5D,GACF,CACP,CAAC;AACJ,CAAC,CAAC,CAAC;AAEH,MAAM,UAAU,GAAG,CAAC,cAAc,GAAG,KAAK,EAAU,EAAE,CACpD,iCAAiC,cAAc,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC;AACxE,MAAM,gBAAgB,GAAG,CAAC,cAAc,GAAG,KAAK,EAAU,EAAE,CAC1D,sBAAsB,cAAc,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,CAAC,qBAAqB,EAAE,CAAC;AAEhF,MAAM,eAAe,GAAG,CAAC,EAAE,KAAK,EAAE,WAAW,EAAY,EAAE,CAAS,EAAE,cAAuB,EAAE,EAAE,CAAC,CAChG,iCAAqB,SAAS,EAAC,2BAA2B,aACvD,KAAK,CAAC,CAAC,CAAC,+BAAI,SAAS,EAAE,UAAU,CAAC,cAAc,CAAC,YAAG,KAAK,GAAM,CAAC,CAAC,CAAC,IAAI,EACtE,WAAW,CAAC,CAAC,CAAC,gCAAK,SAAS,EAAE,gBAAgB,CAAC,cAAc,CAAC,YAAG,WAAW,GAAO,CAAC,CAAC,CAAC,IAAI,KAFnF,MAAM,CAAC,CAAC,CAAC,CAGb,CACP,CAAC"}
1
+ {"version":3,"file":"TableCell.js","sourceRoot":"","sources":["../../../src/components/ComparisonTable/TableCell.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAExC,2CAAwE;AAU3D,QAAA,SAAS,GAAG,IAAA,aAAG,EAAiB,CAAC,EAAE,IAAI,EAAE,UAAU,EAAE,SAAS,EAAE,cAAc,EAAE,EAAE,EAAE;IAC/F,MAAM,kBAAkB,GAAG,iCAAiC,0BAAc,IACxE,CAAC,SAAS,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,CAAC,yBAC9B,IAAI,cAAc,CAAC,CAAC,CAAC,oBAAQ,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC;IAErC,MAAM,WAAW,GAAG,eAAe,2BAAe,IAChD,cAAc,IAAI,UAAU,CAAC,CAAC,CAAC,UAAU,CAAC,CAAC,CAAC,EAC9C,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,cAAc,CAAC,CAAC,CAAC,YAAY,EAAE,CAAC;IAEjD,OAAO,CACL,gCAAK,SAAS,EAAE,kBAAkB,EAAE,IAAI,EAAC,MAAM,YAC7C,gCAAK,SAAS,EAAE,WAAW,YACxB,IAAI,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,CAAC,EAAE,EAAE,CAAC,eAAe,CAAC,IAAI,EAAE,CAAC,EAAE,cAAc,CAAC,CAAC,GAC5D,GACF,CACP,CAAC;AACJ,CAAC,CAAC,CAAC;AAEH,MAAM,UAAU,GAAG,CAAC,cAAc,GAAG,KAAK,EAAU,EAAE,CACpD,eAAe,cAAc,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC;AACtD,MAAM,gBAAgB,GAAG,CAAC,cAAc,GAAG,KAAK,EAAU,EAAE,CAC1D,qBAAqB,cAAc,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,CAAC,qBAAqB,EAAE,CAAC;AAE/E,MAAM,eAAe,GAAG,CAAC,EAAE,KAAK,EAAE,WAAW,EAAY,EAAE,CAAS,EAAE,cAAuB,EAAE,EAAE,CAAC,CAChG,iCAAqB,SAAS,EAAC,2BAA2B,aACvD,KAAK,CAAC,CAAC,CAAC,+BAAI,SAAS,EAAE,UAAU,CAAC,cAAc,CAAC,YAAG,KAAK,GAAM,CAAC,CAAC,CAAC,IAAI,EACtE,WAAW,CAAC,CAAC,CAAC,gCAAK,SAAS,EAAE,gBAAgB,CAAC,cAAc,CAAC,YAAG,WAAW,GAAO,CAAC,CAAC,CAAC,IAAI,KAFnF,MAAM,CAAC,CAAC,CAAC,CAGb,CACP,CAAC"}
@@ -6,4 +6,4 @@ export interface TableCellProps {
6
6
  isFirstRow?: boolean;
7
7
  isFillGradient?: boolean;
8
8
  }
9
- export declare const TableCell: (props: import("@redneckz/uni-jsx").PropsWithChildren<TableCellProps, any>, context?: any) => any;
9
+ export declare const TableCell: import("@redneckz/uni-jsx").UNIComponent<TableCellProps, any, any>;
@@ -8,5 +8,5 @@ exports.TableCell = (0, uni_jsx_1.JSX)(({ cell, rowHeader, isFillGradient = fals
8
8
  const cellClasses = `h-full ${constants_1.DIVIDER_CLASSES}`;
9
9
  return ((0, jsx_runtime_1.jsx)("div", { className: cellWrapperClasses, role: "cell", children: (0, jsx_runtime_1.jsx)("div", { className: cellClasses, children: cell.map(renderCellInner(isFillGradient, rowHeader)) }) }));
10
10
  });
11
- const renderCellInner = (isFillGradient, rowHeader) => ({ label, description }, i) => ((0, jsx_runtime_1.jsxs)("div", { className: "flex justify-between text-m-sm py-3.5", children: [(0, jsx_runtime_1.jsx)("div", { className: `${isFillGradient ? 'text-white/80' : 'text-secondary-text'}`, children: rowHeader }), (0, jsx_runtime_1.jsxs)("div", { className: "basis-1/2", children: [label ? ((0, jsx_runtime_1.jsx)("div", { className: `text-right ${isFillGradient ? 'text-white' : ''}`, children: label })) : null, description ? ((0, jsx_runtime_1.jsx)("div", { className: `text-right ${isFillGradient ? 'text-white/80' : 'text-secondary-text'}`, children: description })) : null] })] }, String(i)));
11
+ const renderCellInner = (isFillGradient, rowHeader) => ({ label, description }, i) => ((0, jsx_runtime_1.jsxs)("div", { className: "flex justify-between text-s py-3.5", children: [(0, jsx_runtime_1.jsx)("div", { className: `${isFillGradient ? 'text-white/80' : 'text-secondary-text'}`, children: rowHeader }), (0, jsx_runtime_1.jsxs)("div", { className: "basis-1/2", children: [label ? ((0, jsx_runtime_1.jsx)("div", { className: `text-right ${isFillGradient ? 'text-white' : ''}`, children: label })) : null, description ? ((0, jsx_runtime_1.jsx)("div", { className: `text-right ${isFillGradient ? 'text-white/80' : 'text-secondary-text'}`, children: description })) : null] })] }, String(i)));
12
12
  //# sourceMappingURL=TableCell.mobile.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"TableCell.mobile.js","sourceRoot":"","sources":["../../../src/components/ComparisonTable/TableCell.mobile.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAExC,2CAA8C;AAUjC,QAAA,SAAS,GAAG,IAAA,aAAG,EAAiB,CAAC,EAAE,IAAI,EAAE,SAAS,EAAE,cAAc,GAAG,KAAK,EAAE,EAAE,EAAE;IAC3F,MAAM,kBAAkB,GAAG,0BAA0B,CAAC;IAEtD,MAAM,WAAW,GAAG,UAAU,2BAAe,EAAE,CAAC;IAEhD,OAAO,CACL,gCAAK,SAAS,EAAE,kBAAkB,EAAE,IAAI,EAAC,MAAM,YAC7C,gCAAK,SAAS,EAAE,WAAW,YAAG,IAAI,CAAC,GAAG,CAAC,eAAe,CAAC,cAAc,EAAE,SAAS,CAAC,CAAC,GAAO,GACrF,CACP,CAAC;AACJ,CAAC,CAAC,CAAC;AAEH,MAAM,eAAe,GACnB,CAAC,cAAuB,EAAE,SAAkB,EAAE,EAAE,CAChD,CAAC,EAAE,KAAK,EAAE,WAAW,EAAY,EAAE,CAAS,EAAE,EAAE,CAC9C,CACE,iCAAqB,SAAS,EAAC,uCAAuC,aACpE,gCAAK,SAAS,EAAE,GAAG,cAAc,CAAC,CAAC,CAAC,eAAe,CAAC,CAAC,CAAC,qBAAqB,EAAE,YAC1E,SAAS,GACN,EACN,iCAAK,SAAS,EAAC,WAAW,aACvB,KAAK,CAAC,CAAC,CAAC,CACP,gCAAK,SAAS,EAAE,cAAc,cAAc,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,CAAC,EAAE,EAAE,YAAG,KAAK,GAAO,CAClF,CAAC,CAAC,CAAC,IAAI,EACP,WAAW,CAAC,CAAC,CAAC,CACb,gCACE,SAAS,EAAE,cAAc,cAAc,CAAC,CAAC,CAAC,eAAe,CAAC,CAAC,CAAC,qBAAqB,EAAE,YAElF,WAAW,GACR,CACP,CAAC,CAAC,CAAC,IAAI,IACJ,KAfE,MAAM,CAAC,CAAC,CAAC,CAgBb,CACP,CAAC"}
1
+ {"version":3,"file":"TableCell.mobile.js","sourceRoot":"","sources":["../../../src/components/ComparisonTable/TableCell.mobile.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAExC,2CAA8C;AAUjC,QAAA,SAAS,GAAG,IAAA,aAAG,EAAiB,CAAC,EAAE,IAAI,EAAE,SAAS,EAAE,cAAc,GAAG,KAAK,EAAE,EAAE,EAAE;IAC3F,MAAM,kBAAkB,GAAG,0BAA0B,CAAC;IAEtD,MAAM,WAAW,GAAG,UAAU,2BAAe,EAAE,CAAC;IAEhD,OAAO,CACL,gCAAK,SAAS,EAAE,kBAAkB,EAAE,IAAI,EAAC,MAAM,YAC7C,gCAAK,SAAS,EAAE,WAAW,YAAG,IAAI,CAAC,GAAG,CAAC,eAAe,CAAC,cAAc,EAAE,SAAS,CAAC,CAAC,GAAO,GACrF,CACP,CAAC;AACJ,CAAC,CAAC,CAAC;AAEH,MAAM,eAAe,GACnB,CAAC,cAAuB,EAAE,SAAkB,EAAE,EAAE,CAChD,CAAC,EAAE,KAAK,EAAE,WAAW,EAAY,EAAE,CAAS,EAAE,EAAE,CAC9C,CACE,iCAAqB,SAAS,EAAC,oCAAoC,aACjE,gCAAK,SAAS,EAAE,GAAG,cAAc,CAAC,CAAC,CAAC,eAAe,CAAC,CAAC,CAAC,qBAAqB,EAAE,YAC1E,SAAS,GACN,EACN,iCAAK,SAAS,EAAC,WAAW,aACvB,KAAK,CAAC,CAAC,CAAC,CACP,gCAAK,SAAS,EAAE,cAAc,cAAc,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,CAAC,EAAE,EAAE,YAAG,KAAK,GAAO,CAClF,CAAC,CAAC,CAAC,IAAI,EACP,WAAW,CAAC,CAAC,CAAC,CACb,gCACE,SAAS,EAAE,cAAc,cAAc,CAAC,CAAC,CAAC,eAAe,CAAC,CAAC,CAAC,qBAAqB,EAAE,YAElF,WAAW,GACR,CACP,CAAC,CAAC,CAAC,IAAI,IACJ,KAfE,MAAM,CAAC,CAAC,CAAC,CAgBb,CACP,CAAC"}
@@ -8,4 +8,4 @@ export interface TableColumnProps extends UniBlockProps {
8
8
  showRow: boolean;
9
9
  onToggleColumn: () => void;
10
10
  }
11
- export declare const TableColumn: (props: import("@redneckz/uni-jsx").PropsWithChildren<TableColumnProps, any>, context?: any) => any;
11
+ export declare const TableColumn: import("@redneckz/uni-jsx").UNIComponent<TableColumnProps, any, any>;
@@ -14,6 +14,6 @@ exports.TableColumn = (0, uni_jsx_1.JSX)(({ header, columnData, visibleRowLength
14
14
  ? columnDataView.map(({ rowHeader, cell }, i) => ((0, jsx_runtime_1.jsx)(TableCell_1.TableCell, { cell: cell, rowHeader: rowHeader, isFillGradient: isFillGradient }, String(i))))
15
15
  : null, showRow && renderButton({ header, buttonVersion }), renderToggleButton({ onToggleColumn, isFillGradient, showRow })] }));
16
16
  });
17
- const renderButton = ({ header, buttonVersion }) => ((0, jsx_runtime_1.jsx)(Button_1.Button, { href: header.link.href, target: header.link.target, version: buttonVersion, className: "font-medium text-m-sm mt-4 py-[11px]", children: header.link.text }));
18
- const renderToggleButton = ({ onToggleColumn, isFillGradient, showRow }) => ((0, jsx_runtime_1.jsx)("div", { className: "mt-5", role: "cell", children: (0, jsx_runtime_1.jsx)("a", { role: "link", onClick: onToggleColumn, className: `font-medium text-m-sm cursor-pointer ${isFillGradient ? 'text-white/80' : 'text-primary-main'}`, children: !showRow ? 'Показать описание' : 'Скрыть' }) }));
17
+ const renderButton = ({ header, buttonVersion }) => ((0, jsx_runtime_1.jsx)(Button_1.Button, { href: header.link.href, target: header.link.target, version: buttonVersion, className: "text-s font-medium mt-4 py-[11px]", children: header.link.text }));
18
+ const renderToggleButton = ({ onToggleColumn, isFillGradient, showRow }) => ((0, jsx_runtime_1.jsx)("div", { className: "mt-5", role: "cell", children: (0, jsx_runtime_1.jsx)("a", { role: "link", onClick: onToggleColumn, className: `text-s font-medium cursor-pointer ${isFillGradient ? 'text-white/80' : 'text-primary-main'}`, children: !showRow ? 'Показать описание' : 'Скрыть' }) }));
19
19
  //# sourceMappingURL=TableColumn.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"TableColumn.js","sourceRoot":"","sources":["../../../src/components/ComparisonTable/TableColumn.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAGxC,uDAAoD;AACpD,2CAAuC;AACvC,6CAA0C;AAC1C,2CAAwC;AAY3B,QAAA,WAAW,GAAG,IAAA,aAAG,EAC5B,CAAC,EAAE,MAAM,EAAE,UAAU,EAAE,gBAAgB,GAAG,CAAC,EAAE,cAAc,EAAE,OAAO,EAAE,cAAc,EAAE,EAAE,EAAE;IACxF,MAAM,cAAc,GAAG,UAAU,EAAE,KAAK,CAAC,CAAC,EAAE,OAAO,CAAC,CAAC,CAAC,UAAU,CAAC,MAAM,CAAC,CAAC,CAAC,gBAAgB,CAAC,CAAC;IAC5F,MAAM,iBAAiB,GAAG,cAAc,CAAC,CAAC,CAAC,oBAAQ,CAAC,CAAC,CAAC,EAAE,CAAC;IACzD,MAAM,aAAa,GAAkB,cAAc,CAAC,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;IAE9E,OAAO,CACL,iCACE,SAAS,EAAE,mDAAmD,iBAAiB,EAAE,EACjF,IAAI,EAAC,KAAK,aAEV,uBAAC,uBAAU,OAAK,MAAM,EAAE,cAAc,EAAE,cAAc,GAAI,EACzD,cAAc,EAAE,MAAM;gBACrB,CAAC,CAAC,cAAc,CAAC,GAAG,CAAC,CAAC,EAAE,SAAS,EAAE,IAAI,EAAE,EAAE,CAAC,EAAE,EAAE,CAAC,CAC7C,uBAAC,qBAAS,IAER,IAAI,EAAE,IAAI,EACV,SAAS,EAAE,SAAS,EACpB,cAAc,EAAE,cAAc,IAHzB,MAAM,CAAC,CAAC,CAAC,CAId,CACH,CAAC;gBACJ,CAAC,CAAC,IAAI,EAEP,OAAO,IAAI,YAAY,CAAC,EAAE,MAAM,EAAE,aAAa,EAAE,CAAC,EAClD,kBAAkB,CAAC,EAAE,cAAc,EAAE,cAAc,EAAE,OAAO,EAAE,CAAC,IAC5D,CACP,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,MAAM,YAAY,GAAG,CAAC,EAAE,MAAM,EAAE,aAAa,EAAE,EAAE,EAAE,CAAC,CAClD,uBAAC,eAAM,IACL,IAAI,EAAE,MAAM,CAAC,IAAI,CAAC,IAAI,EACtB,MAAM,EAAE,MAAM,CAAC,IAAI,CAAC,MAAM,EAC1B,OAAO,EAAE,aAAa,EACtB,SAAS,EAAC,sCAAsC,YAE/C,MAAM,CAAC,IAAI,CAAC,IAAI,GACV,CACV,CAAC;AAEF,MAAM,kBAAkB,GAAG,CAAC,EAAE,cAAc,EAAE,cAAc,EAAE,OAAO,EAAE,EAAE,EAAE,CAAC,CAC1E,gCAAK,SAAS,EAAC,MAAM,EAAC,IAAI,EAAC,MAAM,YAC/B,8BACE,IAAI,EAAC,MAAM,EACX,OAAO,EAAE,cAAc,EACvB,SAAS,EAAE,wCACT,cAAc,CAAC,CAAC,CAAC,eAAe,CAAC,CAAC,CAAC,mBACrC,EAAE,YAED,CAAC,OAAO,CAAC,CAAC,CAAC,mBAAmB,CAAC,CAAC,CAAC,QAAQ,GACxC,GACA,CACP,CAAC"}
1
+ {"version":3,"file":"TableColumn.js","sourceRoot":"","sources":["../../../src/components/ComparisonTable/TableColumn.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAGxC,uDAAoD;AACpD,2CAAuC;AACvC,6CAA0C;AAC1C,2CAAwC;AAY3B,QAAA,WAAW,GAAG,IAAA,aAAG,EAC5B,CAAC,EAAE,MAAM,EAAE,UAAU,EAAE,gBAAgB,GAAG,CAAC,EAAE,cAAc,EAAE,OAAO,EAAE,cAAc,EAAE,EAAE,EAAE;IACxF,MAAM,cAAc,GAAG,UAAU,EAAE,KAAK,CAAC,CAAC,EAAE,OAAO,CAAC,CAAC,CAAC,UAAU,CAAC,MAAM,CAAC,CAAC,CAAC,gBAAgB,CAAC,CAAC;IAC5F,MAAM,iBAAiB,GAAG,cAAc,CAAC,CAAC,CAAC,oBAAQ,CAAC,CAAC,CAAC,EAAE,CAAC;IACzD,MAAM,aAAa,GAAkB,cAAc,CAAC,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;IAE9E,OAAO,CACL,iCACE,SAAS,EAAE,mDAAmD,iBAAiB,EAAE,EACjF,IAAI,EAAC,KAAK,aAEV,uBAAC,uBAAU,OAAK,MAAM,EAAE,cAAc,EAAE,cAAc,GAAI,EACzD,cAAc,EAAE,MAAM;gBACrB,CAAC,CAAC,cAAc,CAAC,GAAG,CAAC,CAAC,EAAE,SAAS,EAAE,IAAI,EAAE,EAAE,CAAC,EAAE,EAAE,CAAC,CAC7C,uBAAC,qBAAS,IAER,IAAI,EAAE,IAAI,EACV,SAAS,EAAE,SAAS,EACpB,cAAc,EAAE,cAAc,IAHzB,MAAM,CAAC,CAAC,CAAC,CAId,CACH,CAAC;gBACJ,CAAC,CAAC,IAAI,EAEP,OAAO,IAAI,YAAY,CAAC,EAAE,MAAM,EAAE,aAAa,EAAE,CAAC,EAClD,kBAAkB,CAAC,EAAE,cAAc,EAAE,cAAc,EAAE,OAAO,EAAE,CAAC,IAC5D,CACP,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,MAAM,YAAY,GAAG,CAAC,EAAE,MAAM,EAAE,aAAa,EAAE,EAAE,EAAE,CAAC,CAClD,uBAAC,eAAM,IACL,IAAI,EAAE,MAAM,CAAC,IAAI,CAAC,IAAI,EACtB,MAAM,EAAE,MAAM,CAAC,IAAI,CAAC,MAAM,EAC1B,OAAO,EAAE,aAAa,EACtB,SAAS,EAAC,mCAAmC,YAE5C,MAAM,CAAC,IAAI,CAAC,IAAI,GACV,CACV,CAAC;AAEF,MAAM,kBAAkB,GAAG,CAAC,EAAE,cAAc,EAAE,cAAc,EAAE,OAAO,EAAE,EAAE,EAAE,CAAC,CAC1E,gCAAK,SAAS,EAAC,MAAM,EAAC,IAAI,EAAC,MAAM,YAC/B,8BACE,IAAI,EAAC,MAAM,EACX,OAAO,EAAE,cAAc,EACvB,SAAS,EAAE,qCACT,cAAc,CAAC,CAAC,CAAC,eAAe,CAAC,CAAC,CAAC,mBACrC,EAAE,YAED,CAAC,OAAO,CAAC,CAAC,CAAC,mBAAmB,CAAC,CAAC,CAAC,QAAQ,GACxC,GACA,CACP,CAAC"}
@@ -7,4 +7,4 @@ export interface TableRowProps {
7
7
  isFirstRow: boolean;
8
8
  isLastRow: boolean;
9
9
  }
10
- export declare const TableRow: (props: import("@redneckz/uni-jsx").PropsWithChildren<TableRowProps, any>, context?: any) => any;
10
+ export declare const TableRow: import("@redneckz/uni-jsx").UNIComponent<TableRowProps, any, any>;
@@ -6,6 +6,6 @@ const constants_1 = require("./constants");
6
6
  const TableCarouselContainer_1 = require("./TableCarouselContainer");
7
7
  const TableCell_1 = require("./TableCell");
8
8
  const TableRowContainer_1 = require("./TableRowContainer");
9
- const titleStyle = (isLastRow = false) => `text-sm py-7 ${constants_1.DIVIDER_CLASSES} ${constants_1.FIRST_CELL_CLASSES} ${isLastRow ? 'border-b-0' : 'border-solid'}`;
9
+ const titleStyle = (isLastRow = false) => `text-s py-7 ${constants_1.DIVIDER_CLASSES} ${constants_1.FIRST_CELL_CLASSES} ${isLastRow ? 'border-b-0' : 'border-solid'}`;
10
10
  exports.TableRow = (0, uni_jsx_1.JSX)(({ row: { header, data }, activeCardIndex, isColoredFirstColumn, isFirstRow, isLastRow }) => ((0, jsx_runtime_1.jsxs)(TableRowContainer_1.TableRowContainer, { children: [header?.title ? (0, jsx_runtime_1.jsx)("div", { className: titleStyle(isLastRow), children: header.title }) : null, data?.length ? ((0, jsx_runtime_1.jsx)(TableCarouselContainer_1.TableCarouselContainer, { activeCardIndex: activeCardIndex, columnWidth: constants_1.COLUMN_WIDTH, children: data.map((cell, i) => ((0, jsx_runtime_1.jsx)(TableCell_1.TableCell, { cell: cell, isFirstRow: isFirstRow, isLastRow: isLastRow, isFillGradient: isColoredFirstColumn && i === 0 }, String(i)))) })) : null] })));
11
11
  //# sourceMappingURL=TableRow.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"TableRow.js","sourceRoot":"","sources":["../../../src/components/ComparisonTable/TableRow.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAExC,2CAAgF;AAChF,qEAAkE;AAClE,2CAAwC;AACxC,2DAAwD;AAWxD,MAAM,UAAU,GAAG,CAAC,SAAS,GAAG,KAAK,EAAE,EAAE,CACvC,gBAAgB,2BAAe,IAAI,8BAAkB,IACnD,SAAS,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,CAAC,cAC7B,EAAE,CAAC;AAEQ,QAAA,QAAQ,GAAG,IAAA,aAAG,EACzB,CAAC,EAAE,GAAG,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,EAAE,eAAe,EAAE,oBAAoB,EAAE,UAAU,EAAE,SAAS,EAAE,EAAE,EAAE,CAAC,CAC3F,wBAAC,qCAAiB,eACf,MAAM,EAAE,KAAK,CAAC,CAAC,CAAC,gCAAK,SAAS,EAAE,UAAU,CAAC,SAAS,CAAC,YAAG,MAAM,CAAC,KAAK,GAAO,CAAC,CAAC,CAAC,IAAI,EAClF,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CACd,uBAAC,+CAAsB,IAAC,eAAe,EAAE,eAAe,EAAE,WAAW,EAAE,wBAAY,YAChF,IAAI,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,CAAC,EAAE,EAAE,CAAC,CACrB,uBAAC,qBAAS,IAER,IAAI,EAAE,IAAI,EACV,UAAU,EAAE,UAAU,EACtB,SAAS,EAAE,SAAS,EACpB,cAAc,EAAE,oBAAoB,IAAI,CAAC,KAAK,CAAC,IAJ1C,MAAM,CAAC,CAAC,CAAC,CAKd,CACH,CAAC,GACqB,CAC1B,CAAC,CAAC,CAAC,IAAI,IACU,CACrB,CACF,CAAC"}
1
+ {"version":3,"file":"TableRow.js","sourceRoot":"","sources":["../../../src/components/ComparisonTable/TableRow.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAExC,2CAAgF;AAChF,qEAAkE;AAClE,2CAAwC;AACxC,2DAAwD;AAWxD,MAAM,UAAU,GAAG,CAAC,SAAS,GAAG,KAAK,EAAE,EAAE,CACvC,eAAe,2BAAe,IAAI,8BAAkB,IAClD,SAAS,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,CAAC,cAC7B,EAAE,CAAC;AAEQ,QAAA,QAAQ,GAAG,IAAA,aAAG,EACzB,CAAC,EAAE,GAAG,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,EAAE,eAAe,EAAE,oBAAoB,EAAE,UAAU,EAAE,SAAS,EAAE,EAAE,EAAE,CAAC,CAC3F,wBAAC,qCAAiB,eACf,MAAM,EAAE,KAAK,CAAC,CAAC,CAAC,gCAAK,SAAS,EAAE,UAAU,CAAC,SAAS,CAAC,YAAG,MAAM,CAAC,KAAK,GAAO,CAAC,CAAC,CAAC,IAAI,EAClF,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CACd,uBAAC,+CAAsB,IAAC,eAAe,EAAE,eAAe,EAAE,WAAW,EAAE,wBAAY,YAChF,IAAI,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,CAAC,EAAE,EAAE,CAAC,CACrB,uBAAC,qBAAS,IAER,IAAI,EAAE,IAAI,EACV,UAAU,EAAE,UAAU,EACtB,SAAS,EAAE,SAAS,EACpB,cAAc,EAAE,oBAAoB,IAAI,CAAC,KAAK,CAAC,IAJ1C,MAAM,CAAC,CAAC,CAAC,CAKd,CACH,CAAC,GACqB,CAC1B,CAAC,CAAC,CAAC,IAAI,IACU,CACrB,CACF,CAAC"}
@@ -1,4 +1 @@
1
- export declare const TableRowContainer: (props: {
2
- key?: string | undefined;
3
- children?: any;
4
- }, context?: any) => any;
1
+ export declare const TableRowContainer: import("@redneckz/uni-jsx").UNIComponent<{}, any, any>;
@@ -1,4 +1,4 @@
1
- import { PropsWithChildren } from '@redneckz/uni-jsx';
1
+ import type { UNIComponent } from '@redneckz/uni-jsx';
2
2
  import type { BlockDef, ContentPageDef, UniBlockProps } from '../../types';
3
3
  import type { BlockContent } from '../BlockContent';
4
4
  import { ContentPageContext } from './ContentPageContext';
@@ -11,7 +11,7 @@ interface BlockDecoratorProps<VNode> {
11
11
  }) => VNode;
12
12
  }
13
13
  export declare type BlockDecorator<VNode = any> = (props: BlockDecoratorProps<VNode>, index?: number | string) => any;
14
- export declare type JSXBlock<BlockProps = BlockContent> = (props: PropsWithChildren<UniBlockProps & BlockProps, any>, context?: any) => any;
14
+ export declare type JSXBlock<BlockProps = BlockContent> = UNIComponent<BlockProps & UniBlockProps>;
15
15
  export declare type BlocksRegistry = Record<string, JSXBlock>;
16
16
  export interface ContentPageProps extends UniBlockProps {
17
17
  blocksRegistry: BlocksRegistry;
@@ -25,5 +25,5 @@ export interface RenderBlockFunc {
25
25
  blocksRegistry: BlocksRegistry;
26
26
  context: ContentPageContext;
27
27
  }
28
- export declare const ContentPage: (props: PropsWithChildren<ContentPageProps, any>, context?: any) => any;
28
+ export declare const ContentPage: UNIComponent<ContentPageProps, any, any>;
29
29
  export {};
@@ -1 +1 @@
1
- {"version":3,"file":"ContentPage.js","sourceRoot":"","sources":["../../../src/components/ContentPage/ContentPage.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"ContentPage.js","sourceRoot":"","sources":["../../../src/components/ContentPage/ContentPage.tsx"],"names":[],"mappings":"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"}
@@ -7,23 +7,11 @@ export interface Router {
7
7
  push: (url: string) => void;
8
8
  replace: (url: string) => void;
9
9
  }
10
- export interface LikeService {
11
- likeCount: number;
12
- like: () => void;
13
- dislike: () => void;
14
- }
15
- export declare type HandlerDecorator = <F extends Function>(handler: F, targetContent: any) => F;
10
+ export declare type HandlerDecorator = <F extends Function>(handler: F, targetContent?: any) => F;
16
11
  export interface Search {
17
12
  term: string;
18
13
  setTerm: (t: string) => void;
19
14
  }
20
- export declare type AsyncDataHook = <Data, Err = any>(key: string, fetcher: (fetcherKey: string) => Promise<Data>) => {
21
- data?: Data;
22
- error?: Err;
23
- };
24
- export declare type GeolocationHook = (defaultLocation: string) => [string, () => void];
25
- export declare type SetStateAction<S> = S | ((prevState: S) => S);
26
- export declare type SetStateHook = <State>(initialState: State | (() => State)) => [State, (action: SetStateAction<State>) => void];
27
15
  export interface IntersectionObserverTagProps {
28
16
  tag: keyof HTMLElementTagNameMap;
29
17
  className?: string;
@@ -35,12 +23,6 @@ export interface IntersectionObserverTagProps {
35
23
  export declare type IntersectionObserverComponent = (props: IntersectionObserverTagProps) => VNode;
36
24
  export interface ContentPageContext {
37
25
  useRouter: () => Router;
38
- useState: SetStateHook;
39
- useAsyncData: AsyncDataHook;
40
- useGeolocation: GeolocationHook;
41
- useLikeService: () => LikeService;
42
- useSearch: () => Search;
43
- useEffect: <Deps extends any[]>(effect: () => (() => void) | void, deps?: Deps) => void;
44
26
  handlerDecorator?: HandlerDecorator;
45
27
  IntersectionObserverTag: IntersectionObserverComponent;
46
28
  }
@@ -4,4 +4,4 @@ export interface ContentPageHeadProps {
4
4
  HeadComponent: <Props, Context, VNode = _VNode>(props: Props, context?: Context) => VNode;
5
5
  data: ContentPageMeta;
6
6
  }
7
- export declare const ContentPageHead: (props: import("@redneckz/uni-jsx").PropsWithChildren<ContentPageHeadProps, any>, context?: any) => any;
7
+ export declare const ContentPageHead: import("@redneckz/uni-jsx").UNIComponent<ContentPageHeadProps, any, any>;
@@ -3,5 +3,5 @@ interface CurrencyTableProps {
3
3
  className?: string;
4
4
  exchangeCurrencyItems: ExchangeCurrencyItem[];
5
5
  }
6
- export declare const CurrencyTable: (props: import("@redneckz/uni-jsx").PropsWithChildren<CurrencyTableProps, any>, context?: any) => any;
6
+ export declare const CurrencyTable: import("@redneckz/uni-jsx").UNIComponent<CurrencyTableProps, any, any>;
7
7
  export {};
@@ -4,7 +4,7 @@ const jsx_runtime_1 = require("@redneckz/uni-jsx/jsx-runtime");
4
4
  const uni_jsx_1 = require("@redneckz/uni-jsx");
5
5
  const Img_1 = require("../../ui-kit/Img/Img");
6
6
  const formatCurrency_1 = require("./formatCurrency");
7
- const TABLE_HEAD_STYLE = 'text-left text-m text-secondary-text';
7
+ const TABLE_HEAD_STYLE = 'text-left text-m-light text-secondary-text';
8
8
  const CURRENCY_ICONS_MAP = {
9
9
  USD: 'DollarIcon',
10
10
  EUR: 'EuroIcon',
@@ -1 +1 @@
1
- {"version":3,"file":"CurrencyTable.js","sourceRoot":"","sources":["../../../src/components/ExchangeRateTile/CurrencyTable.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,8CAA2C;AAE3C,qDAAkD;AAElD,MAAM,gBAAgB,GAAG,sCAAsC,CAAC;AAEhE,MAAM,kBAAkB,GAAG;IACzB,GAAG,EAAE,YAAY;IACjB,GAAG,EAAE,UAAU;CAChB,CAAC;AAOW,QAAA,aAAa,GAAG,IAAA,aAAG,EAAqB,CAAC,EAAE,SAAS,EAAE,qBAAqB,EAAE,EAAE,EAAE;IAC5F,OAAO,CACL,mCAAO,SAAS,EAAE,eAAe,SAAS,EAAE,aAC1C,4CACE,2CACE,+BAAI,SAAS,EAAE,gBAAgB,qDAAa,EAC5C,+BAAI,SAAS,EAAE,GAAG,gBAAgB,QAAQ,qDAAa,EACvD,+BAAI,SAAS,EAAE,GAAG,gBAAgB,QAAQ,2DAAc,IACrD,GACC,EACR,4CAAQ,qBAAqB,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,iBAAiB,CAAC,IAAI,CAAC,CAAC,GAAS,IACvE,CACT,CAAC;AACJ,CAAC,CAAC,CAAC;AAEH,MAAM,iBAAiB,GAAG,CAAC,oBAA0C,EAAE,EAAE;IACvE,MAAM,IAAI,GAAG,oBAAoB,EAAE,IAAI,CAAC;IAExC,OAAO,CACL,gCAAe,SAAS,EAAC,cAAc,aACrC,+BAAI,SAAS,EAAC,MAAM,YAClB,iCAAK,SAAS,EAAC,mBAAmB,aAC/B,IAAI,CAAC,CAAC,CAAC,uBAAC,SAAG,IAAC,KAAK,EAAE,EAAE,IAAI,EAAE,kBAAkB,CAAC,IAAI,CAAC,EAAE,EAAE,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,GAAG,CAAC,CAAC,CAAC,IAAI,EACxF,iCAAM,SAAS,EAAC,MAAM,YAAE,IAAI,GAAQ,IAChC,GACH,EACL,+BAAI,SAAS,EAAC,YAAY,YAAE,IAAA,+BAAc,EAAC,oBAAoB,EAAE,IAAI,CAAC,GAAM,EAC5E,+BAAI,SAAS,EAAC,YAAY,YAAE,IAAA,+BAAc,EAAC,oBAAoB,EAAE,GAAG,CAAC,GAAM,KARpE,IAAI,CASR,CACN,CAAC;AACJ,CAAC,CAAC"}
1
+ {"version":3,"file":"CurrencyTable.js","sourceRoot":"","sources":["../../../src/components/ExchangeRateTile/CurrencyTable.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,8CAA2C;AAE3C,qDAAkD;AAElD,MAAM,gBAAgB,GAAG,4CAA4C,CAAC;AAEtE,MAAM,kBAAkB,GAAG;IACzB,GAAG,EAAE,YAAY;IACjB,GAAG,EAAE,UAAU;CAChB,CAAC;AAOW,QAAA,aAAa,GAAG,IAAA,aAAG,EAAqB,CAAC,EAAE,SAAS,EAAE,qBAAqB,EAAE,EAAE,EAAE;IAC5F,OAAO,CACL,mCAAO,SAAS,EAAE,eAAe,SAAS,EAAE,aAC1C,4CACE,2CACE,+BAAI,SAAS,EAAE,gBAAgB,qDAAa,EAC5C,+BAAI,SAAS,EAAE,GAAG,gBAAgB,QAAQ,qDAAa,EACvD,+BAAI,SAAS,EAAE,GAAG,gBAAgB,QAAQ,2DAAc,IACrD,GACC,EACR,4CAAQ,qBAAqB,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,iBAAiB,CAAC,IAAI,CAAC,CAAC,GAAS,IACvE,CACT,CAAC;AACJ,CAAC,CAAC,CAAC;AAEH,MAAM,iBAAiB,GAAG,CAAC,oBAA0C,EAAE,EAAE;IACvE,MAAM,IAAI,GAAG,oBAAoB,EAAE,IAAI,CAAC;IAExC,OAAO,CACL,gCAAe,SAAS,EAAC,cAAc,aACrC,+BAAI,SAAS,EAAC,MAAM,YAClB,iCAAK,SAAS,EAAC,mBAAmB,aAC/B,IAAI,CAAC,CAAC,CAAC,uBAAC,SAAG,IAAC,KAAK,EAAE,EAAE,IAAI,EAAE,kBAAkB,CAAC,IAAI,CAAC,EAAE,EAAE,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,GAAG,CAAC,CAAC,CAAC,IAAI,EACxF,iCAAM,SAAS,EAAC,MAAM,YAAE,IAAI,GAAQ,IAChC,GACH,EACL,+BAAI,SAAS,EAAC,YAAY,YAAE,IAAA,+BAAc,EAAC,oBAAoB,EAAE,IAAI,CAAC,GAAM,EAC5E,+BAAI,SAAS,EAAC,YAAY,YAAE,IAAA,+BAAc,EAAC,oBAAoB,EAAE,GAAG,CAAC,GAAM,KARpE,IAAI,CASR,CACN,CAAC;AACJ,CAAC,CAAC"}
@@ -3,5 +3,5 @@ interface CurrentLocationProps {
3
3
  address?: string;
4
4
  distance?: string;
5
5
  }
6
- export declare const CurrentLocation: (props: import("@redneckz/uni-jsx").PropsWithChildren<CurrentLocationProps, any>, context?: any) => any;
6
+ export declare const CurrentLocation: import("@redneckz/uni-jsx").UNIComponent<CurrentLocationProps, any, any>;
7
7
  export {};
@@ -18,4 +18,4 @@ export interface CalcState {
18
18
  selectSell: Currency;
19
19
  selectBuy: Currency;
20
20
  }
21
- export declare const ExchangeCurrencyCalculator: (props: import("@redneckz/uni-jsx").PropsWithChildren<ExchangeCurrencyCalculatorProps, any>, context?: any) => any;
21
+ export declare const ExchangeCurrencyCalculator: import("@redneckz/uni-jsx").UNIComponent<ExchangeCurrencyCalculatorProps, any, any>;
@@ -2,6 +2,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
2
2
  exports.ExchangeCurrencyCalculator = 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 useLink_1 = require("../../hooks/useLink");
6
7
  const Button_1 = require("../../ui-kit/Button/Button");
7
8
  const calculateResult_1 = require("./calculateResult");
@@ -11,7 +12,7 @@ const renderInput_1 = require("./renderInput");
11
12
  exports.ExchangeCurrencyCalculator = (0, uni_jsx_1.JSX)(({ context, className = '', currencyRatesBuy, currencyRatesSell, button }) => {
12
13
  const { useRouter, handlerDecorator } = context;
13
14
  const router = useRouter();
14
- const [calcState, setCalcState] = context.useState({
15
+ const [calcState, setCalcState] = (0, hooks_1.useState)({
15
16
  inputSell: '',
16
17
  inputBuy: '',
17
18
  selectSell: currencyRatesBuy?.[0]?.code || CurrencyProps_1.Currency.RUB,
@@ -22,14 +23,14 @@ exports.ExchangeCurrencyCalculator = (0, uni_jsx_1.JSX)(({ context, className =
22
23
  };
23
24
  return ((0, jsx_runtime_1.jsxs)("div", { className: `grid gap-[18px] pt-2 ${className}`, children: [(0, renderInput_1.renderInput)({
24
25
  placeholder: 'Хочу продать',
25
- rates: currencyRatesBuy,
26
+ rates: currencyRatesSell,
26
27
  selected: calcState.selectSell,
27
28
  setSelected: handleSelectSell(calcState, handleSetCalcState, currencyRatesSell),
28
29
  value: calcState.inputSell,
29
30
  setValue: (value) => handleInputSell(handleSetCalcState, currencyRatesSell)(value, calcState.selectSell, calcState.selectBuy),
30
31
  }), (0, renderInput_1.renderInput)({
31
32
  placeholder: 'Получу',
32
- rates: currencyRatesSell,
33
+ rates: currencyRatesBuy,
33
34
  selected: calcState.selectBuy,
34
35
  setSelected: handleSelectBuy(calcState, handleSetCalcState, currencyRatesBuy),
35
36
  value: calcState.inputBuy,
@@ -1 +1 @@
1
- {"version":3,"file":"ExchangeCurrencyCalculator.js","sourceRoot":"","sources":["../../../src/components/ExchangeRateTile/ExchangeCurrencyCalculator.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"ExchangeCurrencyCalculator.js","sourceRoot":"","sources":["../../../src/components/ExchangeRateTile/ExchangeCurrencyCalculator.tsx"],"names":[],"mappings":"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"}
@@ -2,4 +2,4 @@ import type { UniBlockProps } from '../../types';
2
2
  import type { ExchangeRateTileContent } from './ExchangeRateTileContent';
3
3
  export interface ExchangeRateTileProps extends ExchangeRateTileContent, UniBlockProps {
4
4
  }
5
- export declare const ExchangeRateTile: (props: import("@redneckz/uni-jsx").PropsWithChildren<ExchangeRateTileProps, any>, context?: any) => any;
5
+ export declare const ExchangeRateTile: import("@redneckz/uni-jsx").UNIComponent<ExchangeRateTileProps, any, any>;
@@ -15,7 +15,7 @@ const DEFAULT_LOCATION = {
15
15
  distance: '6км',
16
16
  };
17
17
  exports.ExchangeRateTile = (0, uni_jsx_1.JSX)(({ className = '', context, title = 'Курсы обмена валют', button, ...rest }) => {
18
- const currencyRates = (0, useExchangeRates_1.useExchangeRates)(context.useAsyncData);
18
+ const currencyRates = (0, useExchangeRates_1.useExchangeRates)();
19
19
  const currencyRatesBuy = currencyRates.filter((_) => _.buy);
20
20
  currencyRatesBuy.unshift({ code: CurrencyProps_1.Currency.RUB });
21
21
  const currencyRatesSell = currencyRates.filter((_) => _.sell);
@@ -1 +1 @@
1
- {"version":3,"file":"ExchangeRateTile.js","sourceRoot":"","sources":["../../../src/components/ExchangeRateTile/ExchangeRateTile.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,mEAAgE;AAEhE,4DAAyD;AACzD,0DAAuD;AACvD,mDAAgD;AAChD,mDAA2C;AAC3C,mDAAgD;AAChD,uDAAoD;AACpD,6EAA0E;AAG1E,MAAM,gBAAgB,GAAG;IACvB,OAAO,EAAE,wBAAwB;IACjC,QAAQ,EAAE,KAAK;CAChB,CAAC;AAIW,QAAA,gBAAgB,GAAG,IAAA,aAAG,EACjC,CAAC,EAAE,SAAS,GAAG,EAAE,EAAE,OAAO,EAAE,KAAK,GAAG,oBAAoB,EAAE,MAAM,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE;IAC7E,MAAM,aAAa,GAAG,IAAA,mCAAgB,EAAC,OAAO,CAAC,YAAY,CAAC,CAAC;IAE7D,MAAM,gBAAgB,GAAG,aAAa,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC;IAC5D,gBAAgB,CAAC,OAAO,CAAC,EAAE,IAAI,EAAE,wBAAQ,CAAC,GAAG,EAAE,CAAC,CAAC;IAEjD,MAAM,iBAAiB,GAAG,aAAa,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC;IAC9D,iBAAiB,CAAC,IAAI,CAAC,EAAE,IAAI,EAAE,wBAAQ,CAAC,GAAG,EAAE,CAAC,CAAC;IAE/C,OAAO,CACL,uBAAC,2BAAY,IACX,OAAO,EAAE,OAAO,EAChB,SAAS,EAAE,uDAAuD,SAAS,EAAE,KACzE,IAAI,YAER,uBAAC,mBAAQ,IACP,OAAO,EAAE,OAAO,EAChB,KAAK,EAAE,uBAAC,iBAAO,IAAC,WAAW,EAAC,IAAI,EAAC,KAAK,EAAE,KAAK,EAAE,SAAS,EAAC,6BAA6B,GAAG,YAEzF,iCAAK,SAAS,EAAC,MAAM,aACnB,iCAAK,SAAS,EAAC,YAAY,aACxB,aAAa,CAAC,CAAC,CAAC,CACf,uBAAC,6BAAa,IAAC,SAAS,EAAC,WAAW,EAAC,qBAAqB,EAAE,aAAa,GAAI,CAC9E,CAAC,CAAC,CAAC,IAAI,EACR,uBAAC,iCAAe,OAAK,gBAAgB,GAAI,IACrC,EACL,aAAa,CAAC,MAAM,IAAI,gBAAgB,CAAC,MAAM,IAAI,iBAAiB,CAAC,MAAM,CAAC,CAAC,CAAC,CAC7E,uBAAC,uDAA0B,IACzB,SAAS,EAAC,MAAM,EAChB,OAAO,EAAE,OAAO,EAChB,gBAAgB,EAAE,gBAAgB,EAClC,iBAAiB,EAAE,iBAAiB,EACpC,MAAM,EAAE,MAAM,GACd,CACH,CAAC,CAAC,CAAC,IAAI,IACJ,GACG,GACE,CAChB,CAAC;AACJ,CAAC,CACF,CAAC"}
1
+ {"version":3,"file":"ExchangeRateTile.js","sourceRoot":"","sources":["../../../src/components/ExchangeRateTile/ExchangeRateTile.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,mEAAgE;AAEhE,4DAAyD;AACzD,0DAAuD;AACvD,mDAAgD;AAChD,mDAA2C;AAC3C,mDAAgD;AAChD,uDAAoD;AACpD,6EAA0E;AAG1E,MAAM,gBAAgB,GAAG;IACvB,OAAO,EAAE,wBAAwB;IACjC,QAAQ,EAAE,KAAK;CAChB,CAAC;AAIW,QAAA,gBAAgB,GAAG,IAAA,aAAG,EACjC,CAAC,EAAE,SAAS,GAAG,EAAE,EAAE,OAAO,EAAE,KAAK,GAAG,oBAAoB,EAAE,MAAM,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE;IAC7E,MAAM,aAAa,GAAG,IAAA,mCAAgB,GAAE,CAAC;IAEzC,MAAM,gBAAgB,GAAG,aAAa,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC;IAC5D,gBAAgB,CAAC,OAAO,CAAC,EAAE,IAAI,EAAE,wBAAQ,CAAC,GAAG,EAAE,CAAC,CAAC;IAEjD,MAAM,iBAAiB,GAAG,aAAa,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC;IAC9D,iBAAiB,CAAC,IAAI,CAAC,EAAE,IAAI,EAAE,wBAAQ,CAAC,GAAG,EAAE,CAAC,CAAC;IAE/C,OAAO,CACL,uBAAC,2BAAY,IACX,OAAO,EAAE,OAAO,EAChB,SAAS,EAAE,uDAAuD,SAAS,EAAE,KACzE,IAAI,YAER,uBAAC,mBAAQ,IACP,OAAO,EAAE,OAAO,EAChB,KAAK,EAAE,uBAAC,iBAAO,IAAC,WAAW,EAAC,IAAI,EAAC,KAAK,EAAE,KAAK,EAAE,SAAS,EAAC,6BAA6B,GAAG,YAEzF,iCAAK,SAAS,EAAC,MAAM,aACnB,iCAAK,SAAS,EAAC,YAAY,aACxB,aAAa,CAAC,CAAC,CAAC,CACf,uBAAC,6BAAa,IAAC,SAAS,EAAC,WAAW,EAAC,qBAAqB,EAAE,aAAa,GAAI,CAC9E,CAAC,CAAC,CAAC,IAAI,EACR,uBAAC,iCAAe,OAAK,gBAAgB,GAAI,IACrC,EACL,aAAa,CAAC,MAAM,IAAI,gBAAgB,CAAC,MAAM,IAAI,iBAAiB,CAAC,MAAM,CAAC,CAAC,CAAC,CAC7E,uBAAC,uDAA0B,IACzB,SAAS,EAAC,MAAM,EAChB,OAAO,EAAE,OAAO,EAChB,gBAAgB,EAAE,gBAAgB,EAClC,iBAAiB,EAAE,iBAAiB,EACpC,MAAM,EAAE,MAAM,GACd,CACH,CAAC,CAAC,CAAC,IAAI,IACJ,GACG,GACE,CAChB,CAAC;AACJ,CAAC,CACF,CAAC"}
@@ -4,4 +4,4 @@ export interface ContactsProps extends UniBlockProps {
4
4
  items?: ContactInfo[];
5
5
  hasButton?: boolean;
6
6
  }
7
- export declare const Contacts: (props: import("@redneckz/uni-jsx").PropsWithChildren<ContactsProps, any>, context?: any) => any;
7
+ export declare const Contacts: import("@redneckz/uni-jsx").UNIComponent<ContactsProps, any, any>;
@@ -2,4 +2,4 @@ import type { UniBlockProps } from '../../types';
2
2
  import type { FooterContent } from './FooterContent';
3
3
  export interface FooterProps extends FooterContent, UniBlockProps {
4
4
  }
5
- export declare const Footer: (props: import("@redneckz/uni-jsx").PropsWithChildren<FooterProps, any>, context?: any) => any;
5
+ export declare const Footer: import("@redneckz/uni-jsx").UNIComponent<FooterProps, any, any>;
@@ -2,4 +2,4 @@ import type { UniBlockProps } from '../../types';
2
2
  import type { FooterContent } from './FooterContent';
3
3
  export interface FooterProps extends FooterContent, UniBlockProps {
4
4
  }
5
- export declare const Footer: (props: import("@redneckz/uni-jsx").PropsWithChildren<FooterProps, any>, context?: any) => any;
5
+ export declare const Footer: import("@redneckz/uni-jsx").UNIComponent<FooterProps, any, any>;
@@ -14,12 +14,12 @@ const Img_1 = require("../../ui-kit/Img/Img");
14
14
  const SearchBar_1 = require("../../ui-kit/SearchBar/SearchBar");
15
15
  const getAccordionItems_1 = require("../../utils/getAccordionItems");
16
16
  exports.Footer = (0, uni_jsx_1.JSX)(({ className = '', documents, relatedEnterprises, contacts, socialMedia, context, horizontalNavigationTitle, }) => {
17
- const sitemap = (0, useSitemap_1.useSitemap)(context.useAsyncData);
17
+ const sitemap = (0, useSitemap_1.useSitemap)();
18
18
  const dispositions = sitemap?.dispositions;
19
19
  return ((0, jsx_runtime_1.jsxs)("footer", { className: `font-sans px-4 py-[26px] bg-white ${className}`, children: [(0, jsx_runtime_1.jsx)(Contacts_1.Contacts, { className: "overflow-hidden", items: contacts, context: context, hasButton: true }), (0, jsx_runtime_1.jsx)(Accordion_1.Accordion, { context: context, className: "!p-0 mb-4", accordionItems: (0, getAccordionItems_1.getAccordionItems)(sitemap.topItems) }), (0, jsx_runtime_1.jsx)("div", { children: dispositions?.map(renderSubMenuItem) }), (0, jsx_runtime_1.jsx)(MobileAppTile_1.MobileAppTile, { context: context, title: "\u041C\u043E\u0431\u0438\u043B\u044C\u043D\u043E\u0435 \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u0435", description: "\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044C \u0434\u043B\u044F IOS \u0438 Android" }), (0, jsx_runtime_1.jsx)(SearchBar_1.SearchBar, { context: context, className: "grow" }), (0, jsx_runtime_1.jsx)(SocialMedia_1.SocialMedia, { className: "pb-4", media: socialMedia, context: context }), (0, jsx_runtime_1.jsx)(HorizontalNavigation_1.HorizontalNavigation, { title: horizontalNavigationTitle, links: relatedEnterprises, context: context }), (0, jsx_runtime_1.jsx)(TextInformation_1.TextInformation, { links: documents, context: context })] }));
20
20
  });
21
21
  const renderSubMenuItem = (menu, i) => {
22
22
  const { icon, href, text } = menu;
23
- return ((0, jsx_runtime_1.jsxs)(Button_1.Button, { version: "link", href: href, className: "flex text-sm mb-4", children: [icon ? (0, jsx_runtime_1.jsx)(Img_1.Img, { className: "pr-1", image: icon, width: "24", height: "24", asSVG: true }) : null, (0, jsx_runtime_1.jsx)("span", { className: "pl-2.5 font-medium text-primary-text", children: text })] }, `footer-${i}`));
23
+ return ((0, jsx_runtime_1.jsxs)(Button_1.Button, { version: "link", href: href, className: "flex text-s mb-4 w-6", children: [icon ? (0, jsx_runtime_1.jsx)(Img_1.Img, { className: "pr-1", image: icon, width: "24", height: "24", asSVG: true }) : null, (0, jsx_runtime_1.jsx)("span", { className: "pl-2.5 font-medium text-primary-text", children: text })] }, `footer-${i}`));
24
24
  };
25
25
  //# sourceMappingURL=Footer.mobile.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Footer.mobile.js","sourceRoot":"","sources":["../../../src/components/Footer/Footer.mobile.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAExC,sDAAmD;AACnD,kEAA+D;AAC/D,yCAAsC;AAEtC,iEAA8D;AAC9D,+CAA4C;AAC5C,uDAAoD;AAEpD,kEAA+D;AAC/D,uDAAoD;AACpD,8CAA2C;AAC3C,gEAA6D;AAC7D,qEAAkE;AAIrD,QAAA,MAAM,GAAG,IAAA,aAAG,EACvB,CAAC,EACC,SAAS,GAAG,EAAE,EACd,SAAS,EACT,kBAAkB,EAClB,QAAQ,EACR,WAAW,EACX,OAAO,EACP,yBAAyB,GAC1B,EAAE,EAAE;IACH,MAAM,OAAO,GAAG,IAAA,uBAAU,EAAC,OAAO,CAAC,YAAY,CAAC,CAAC;IACjD,MAAM,YAAY,GAAG,OAAO,EAAE,YAAY,CAAC;IAE3C,OAAO,CACL,oCAAQ,SAAS,EAAE,qCAAqC,SAAS,EAAE,aACjE,uBAAC,mBAAQ,IAAC,SAAS,EAAC,iBAAiB,EAAC,KAAK,EAAE,QAAQ,EAAE,OAAO,EAAE,OAAO,EAAE,SAAS,SAAG,EACrF,uBAAC,qBAAS,IACR,OAAO,EAAE,OAAO,EAChB,SAAS,EAAC,WAAW,EACrB,cAAc,EAAE,IAAA,qCAAiB,EAAC,OAAO,CAAC,QAAQ,CAAC,GACnD,EACF,0CAAM,YAAY,EAAE,GAAG,CAAC,iBAAiB,CAAC,GAAO,EACjD,uBAAC,6BAAa,IACZ,OAAO,EAAE,OAAO,EAChB,KAAK,EAAC,qHAAsB,EAC5B,WAAW,EAAC,8FAA6B,GACzC,EACF,uBAAC,qBAAS,IAAC,OAAO,EAAE,OAAO,EAAE,SAAS,EAAC,MAAM,GAAG,EAChD,uBAAC,yBAAW,IAAC,SAAS,EAAC,MAAM,EAAC,KAAK,EAAE,WAAW,EAAE,OAAO,EAAE,OAAO,GAAI,EACtE,uBAAC,2CAAoB,IACnB,KAAK,EAAE,yBAAyB,EAChC,KAAK,EAAE,kBAAkB,EACzB,OAAO,EAAE,OAAO,GAChB,EACF,uBAAC,iCAAe,IAAC,KAAK,EAAE,SAAS,EAAE,OAAO,EAAE,OAAO,GAAI,IAChD,CACV,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,MAAM,iBAAiB,GAAG,CAAC,IAAiB,EAAE,CAAS,EAAE,EAAE;IACzD,MAAM,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,GAAG,IAAI,CAAC;IAElC,OAAO,CACL,wBAAC,eAAM,IAAC,OAAO,EAAC,MAAM,EAAqB,IAAI,EAAE,IAAI,EAAE,SAAS,EAAC,mBAAmB,aACjF,IAAI,CAAC,CAAC,CAAC,uBAAC,SAAG,IAAC,SAAS,EAAC,MAAM,EAAC,KAAK,EAAE,IAAI,EAAE,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,KAAK,SAAG,CAAC,CAAC,CAAC,IAAI,EACjF,iCAAM,SAAS,EAAC,sCAAsC,YAAE,IAAI,GAAQ,KAF1C,UAAU,CAAC,EAAE,CAGhC,CACV,CAAC;AACJ,CAAC,CAAC"}
1
+ {"version":3,"file":"Footer.mobile.js","sourceRoot":"","sources":["../../../src/components/Footer/Footer.mobile.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAExC,sDAAmD;AACnD,kEAA+D;AAC/D,yCAAsC;AAEtC,iEAA8D;AAC9D,+CAA4C;AAC5C,uDAAoD;AAEpD,kEAA+D;AAC/D,uDAAoD;AACpD,8CAA2C;AAC3C,gEAA6D;AAC7D,qEAAkE;AAIrD,QAAA,MAAM,GAAG,IAAA,aAAG,EACvB,CAAC,EACC,SAAS,GAAG,EAAE,EACd,SAAS,EACT,kBAAkB,EAClB,QAAQ,EACR,WAAW,EACX,OAAO,EACP,yBAAyB,GAC1B,EAAE,EAAE;IACH,MAAM,OAAO,GAAG,IAAA,uBAAU,GAAE,CAAC;IAC7B,MAAM,YAAY,GAAG,OAAO,EAAE,YAAY,CAAC;IAE3C,OAAO,CACL,oCAAQ,SAAS,EAAE,qCAAqC,SAAS,EAAE,aACjE,uBAAC,mBAAQ,IAAC,SAAS,EAAC,iBAAiB,EAAC,KAAK,EAAE,QAAQ,EAAE,OAAO,EAAE,OAAO,EAAE,SAAS,SAAG,EACrF,uBAAC,qBAAS,IACR,OAAO,EAAE,OAAO,EAChB,SAAS,EAAC,WAAW,EACrB,cAAc,EAAE,IAAA,qCAAiB,EAAC,OAAO,CAAC,QAAQ,CAAC,GACnD,EACF,0CAAM,YAAY,EAAE,GAAG,CAAC,iBAAiB,CAAC,GAAO,EACjD,uBAAC,6BAAa,IACZ,OAAO,EAAE,OAAO,EAChB,KAAK,EAAC,qHAAsB,EAC5B,WAAW,EAAC,8FAA6B,GACzC,EACF,uBAAC,qBAAS,IAAC,OAAO,EAAE,OAAO,EAAE,SAAS,EAAC,MAAM,GAAG,EAChD,uBAAC,yBAAW,IAAC,SAAS,EAAC,MAAM,EAAC,KAAK,EAAE,WAAW,EAAE,OAAO,EAAE,OAAO,GAAI,EACtE,uBAAC,2CAAoB,IACnB,KAAK,EAAE,yBAAyB,EAChC,KAAK,EAAE,kBAAkB,EACzB,OAAO,EAAE,OAAO,GAChB,EACF,uBAAC,iCAAe,IAAC,KAAK,EAAE,SAAS,EAAE,OAAO,EAAE,OAAO,GAAI,IAChD,CACV,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,MAAM,iBAAiB,GAAG,CAAC,IAAiB,EAAE,CAAS,EAAE,EAAE;IACzD,MAAM,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,GAAG,IAAI,CAAC;IAElC,OAAO,CACL,wBAAC,eAAM,IAAC,OAAO,EAAC,MAAM,EAAqB,IAAI,EAAE,IAAI,EAAE,SAAS,EAAC,sBAAsB,aACpF,IAAI,CAAC,CAAC,CAAC,uBAAC,SAAG,IAAC,SAAS,EAAC,MAAM,EAAC,KAAK,EAAE,IAAI,EAAE,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,KAAK,SAAG,CAAC,CAAC,CAAC,IAAI,EACjF,iCAAM,SAAS,EAAC,sCAAsC,YAAE,IAAI,GAAQ,KAF1C,UAAU,CAAC,EAAE,CAGhC,CACV,CAAC;AACJ,CAAC,CAAC"}
@@ -3,4 +3,4 @@ import type { FooterLink } from './FooterLink';
3
3
  export interface HorizontalNavigationProps extends FooterLink, UniBlockProps {
4
4
  title?: string;
5
5
  }
6
- export declare const HorizontalNavigation: (props: import("@redneckz/uni-jsx").PropsWithChildren<HorizontalNavigationProps, any>, context?: any) => any;
6
+ export declare const HorizontalNavigation: import("@redneckz/uni-jsx").UNIComponent<HorizontalNavigationProps, any, any>;
@@ -3,4 +3,4 @@ import type { FooterLink } from './FooterLink';
3
3
  export interface HorizontalNavigationProps extends FooterLink, UniBlockProps {
4
4
  title?: string;
5
5
  }
6
- export declare const HorizontalNavigation: (props: import("@redneckz/uni-jsx").PropsWithChildren<HorizontalNavigationProps, any>, context?: any) => any;
6
+ export declare const HorizontalNavigation: import("@redneckz/uni-jsx").UNIComponent<HorizontalNavigationProps, any, any>;
@@ -7,6 +7,6 @@ const HorizontalNavigationLink_1 = require("./HorizontalNavigationLink");
7
7
  exports.HorizontalNavigation = (0, uni_jsx_1.JSX)(({ title, links, className = '', context }) => {
8
8
  const router = context.useRouter();
9
9
  const { handlerDecorator } = context;
10
- return ((0, jsx_runtime_1.jsxs)("div", { className: className, children: [(0, jsx_runtime_1.jsx)("span", { className: "text-primary-text font-medium text-sm", children: title }), links?.length ? ((0, jsx_runtime_1.jsx)("div", { className: "flex flex-col gap-2 pt-3", children: links.map((_, i) => ((0, jsx_runtime_1.jsx)(HorizontalNavigationLink_1.HorizontalNavigationLink, { index: i, className: "font-normal text-sm", ...(0, useLink_1.useLink)({ router, handlerDecorator }, _) }, String(i)))) })) : null] }));
10
+ return ((0, jsx_runtime_1.jsxs)("div", { className: className, children: [(0, jsx_runtime_1.jsx)("span", { className: "text-primary-text text-s font-medium", children: title }), links?.length ? ((0, jsx_runtime_1.jsx)("div", { className: "flex flex-col gap-2 pt-3", children: links.map((_, i) => ((0, jsx_runtime_1.jsx)(HorizontalNavigationLink_1.HorizontalNavigationLink, { index: i, className: "text-s", ...(0, useLink_1.useLink)({ router, handlerDecorator }, _) }, String(i)))) })) : null] }));
11
11
  });
12
12
  //# sourceMappingURL=HorizontalNavigation.mobile.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"HorizontalNavigation.mobile.js","sourceRoot":"","sources":["../../../src/components/Footer/HorizontalNavigation.mobile.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,iDAA8C;AAG9C,yEAAsE;AAMzD,QAAA,oBAAoB,GAAG,IAAA,aAAG,EACrC,CAAC,EAAE,KAAK,EAAE,KAAK,EAAE,SAAS,GAAG,EAAE,EAAE,OAAO,EAAE,EAAE,EAAE;IAC5C,MAAM,MAAM,GAAG,OAAO,CAAC,SAAS,EAAE,CAAC;IACnC,MAAM,EAAE,gBAAgB,EAAE,GAAG,OAAO,CAAC;IAErC,OAAO,CACL,iCAAK,SAAS,EAAE,SAAS,aACvB,iCAAM,SAAS,EAAC,uCAAuC,YAAE,KAAK,GAAQ,EACrE,KAAK,EAAE,MAAM,CAAC,CAAC,CAAC,CACf,gCAAK,SAAS,EAAC,0BAA0B,YACtC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,CACnB,uBAAC,mDAAwB,IAEvB,KAAK,EAAE,CAAC,EACR,SAAS,EAAC,qBAAqB,KAC3B,IAAA,iBAAO,EAAC,EAAE,MAAM,EAAE,gBAAgB,EAAE,EAAE,CAAC,CAAC,IAHvC,MAAM,CAAC,CAAC,CAAC,CAId,CACH,CAAC,GACE,CACP,CAAC,CAAC,CAAC,IAAI,IACJ,CACP,CAAC;AACJ,CAAC,CACF,CAAC"}
1
+ {"version":3,"file":"HorizontalNavigation.mobile.js","sourceRoot":"","sources":["../../../src/components/Footer/HorizontalNavigation.mobile.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,iDAA8C;AAG9C,yEAAsE;AAMzD,QAAA,oBAAoB,GAAG,IAAA,aAAG,EACrC,CAAC,EAAE,KAAK,EAAE,KAAK,EAAE,SAAS,GAAG,EAAE,EAAE,OAAO,EAAE,EAAE,EAAE;IAC5C,MAAM,MAAM,GAAG,OAAO,CAAC,SAAS,EAAE,CAAC;IACnC,MAAM,EAAE,gBAAgB,EAAE,GAAG,OAAO,CAAC;IAErC,OAAO,CACL,iCAAK,SAAS,EAAE,SAAS,aACvB,iCAAM,SAAS,EAAC,sCAAsC,YAAE,KAAK,GAAQ,EACpE,KAAK,EAAE,MAAM,CAAC,CAAC,CAAC,CACf,gCAAK,SAAS,EAAC,0BAA0B,YACtC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,CACnB,uBAAC,mDAAwB,IAEvB,KAAK,EAAE,CAAC,EACR,SAAS,EAAC,QAAQ,KACd,IAAA,iBAAO,EAAC,EAAE,MAAM,EAAE,gBAAgB,EAAE,EAAE,CAAC,CAAC,IAHvC,MAAM,CAAC,CAAC,CAAC,CAId,CACH,CAAC,GACE,CACP,CAAC,CAAC,CAAC,IAAI,IACJ,CACP,CAAC;AACJ,CAAC,CACF,CAAC"}
@@ -4,5 +4,5 @@ interface HorizontalNavigationLinkProps extends LinkProps {
4
4
  index: number;
5
5
  onClick: () => void;
6
6
  }
7
- export declare const HorizontalNavigationLink: (props: import("@redneckz/uni-jsx").PropsWithChildren<Partial<HorizontalNavigationLinkProps>, any>, context?: any) => any;
7
+ export declare const HorizontalNavigationLink: import("@redneckz/uni-jsx").UNIComponent<Partial<HorizontalNavigationLinkProps>, any, any>;
8
8
  export {};
@@ -3,5 +3,5 @@ interface MediaButtonProps {
3
3
  href?: string;
4
4
  version?: BlockVersion;
5
5
  }
6
- export declare const MediaButton: (props: import("@redneckz/uni-jsx").PropsWithChildren<MediaButtonProps, any>, context?: any) => any;
6
+ export declare const MediaButton: import("@redneckz/uni-jsx").UNIComponent<MediaButtonProps, any, any>;
7
7
  export {};
@@ -3,4 +3,4 @@ import type { UniBlockProps } from '../../types';
3
3
  export interface SitemapProps extends UniBlockProps {
4
4
  items?: TopMenuItem[];
5
5
  }
6
- export declare const Sitemap: (props: import("@redneckz/uni-jsx").PropsWithChildren<SitemapProps, any>, context?: any) => any;
6
+ export declare const Sitemap: import("@redneckz/uni-jsx").UNIComponent<SitemapProps, any, any>;
@@ -6,13 +6,13 @@ const useLink_1 = require("../../hooks/useLink");
6
6
  const mergeTopItems_1 = require("../../services/sitemap/mergeTopItems");
7
7
  const useSitemap_1 = require("../../services/sitemap/useSitemap");
8
8
  exports.Sitemap = (0, uni_jsx_1.JSX)(({ className = '', items, context }) => {
9
- const sitemap = (0, useSitemap_1.useSitemap)(context.useAsyncData);
9
+ const sitemap = (0, useSitemap_1.useSitemap)();
10
10
  const mergedItems = (0, mergeTopItems_1.mergeTopItems)(sitemap.topItems, items);
11
11
  const linkParams = {
12
12
  router: context.useRouter(),
13
13
  handlerDecorator: context.handlerDecorator,
14
14
  };
15
- return ((0, jsx_runtime_1.jsx)("div", { className: `flex items-start justify-between gap-[54px] xl:gap-5 ${className}`, children: mergedItems?.map((_, i) => renderColumn(_, i, linkParams)) }));
15
+ return ((0, jsx_runtime_1.jsx)("div", { className: `flex flex-grow items-start justify-between gap-[54px] xl:gap-5 ${className}`, children: mergedItems?.map((_, i) => renderColumn(_, i, linkParams)) }));
16
16
  });
17
17
  const renderColumn = (c, index, { router, handlerDecorator }) => {
18
18
  const { text, href, items, target } = c;
@@ -1 +1 @@
1
- {"version":3,"file":"Sitemap.js","sourceRoot":"","sources":["../../../src/components/Footer/Sitemap.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,iDAA8C;AAE9C,wEAAqE;AAErE,kEAA+D;AAOlD,QAAA,OAAO,GAAG,IAAA,aAAG,EAAe,CAAC,EAAE,SAAS,GAAG,EAAE,EAAE,KAAK,EAAE,OAAO,EAAE,EAAE,EAAE;IAC9E,MAAM,OAAO,GAAG,IAAA,uBAAU,EAAC,OAAO,CAAC,YAAY,CAAC,CAAC;IACjD,MAAM,WAAW,GAAG,IAAA,6BAAa,EAAC,OAAO,CAAC,QAAQ,EAAE,KAAK,CAAC,CAAC;IAC3D,MAAM,UAAU,GAAG;QACjB,MAAM,EAAE,OAAO,CAAC,SAAS,EAAE;QAC3B,gBAAgB,EAAE,OAAO,CAAC,gBAAgB;KAC3C,CAAC;IAEF,OAAO,CACL,gCAAK,SAAS,EAAE,wDAAwD,SAAS,EAAE,YAChF,WAAW,EAAE,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,YAAY,CAAC,CAAC,EAAE,CAAC,EAAE,UAAU,CAAC,CAAC,GACvD,CACP,CAAC;AACJ,CAAC,CAAC,CAAC;AAEH,MAAM,YAAY,GAAG,CAAC,CAAc,EAAE,KAAa,EAAE,EAAE,MAAM,EAAE,gBAAgB,EAAE,EAAE,EAAE;IACnF,MAAM,EAAE,IAAI,EAAE,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,GAAG,CAAC,CAAC;IAExC,OAAO,CACL,iCAAyB,SAAS,EAAC,wCAAwC,aACzE,8BACE,SAAS,EAAC,+EAA+E,EACzF,IAAI,EAAE,IAAI,EACV,MAAM,EAAE,MAAM,IAAI,OAAO,YAExB,IAAI,IAAI,UAAU,KAAK,EAAE,GACxB,EACH,KAAK,EAAE,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,CACpB,uBAAC,UAAU,OAAqB,IAAA,iBAAO,EAAC,EAAE,MAAM,EAAE,gBAAgB,EAAE,EAAE,CAAC,CAAC,EAAE,KAAK,EAAE,CAAC,IAAjE,MAAM,CAAC,CAAC,CAAC,CAA4D,CACvF,CAAC,KAVM,MAAM,CAAC,KAAK,CAAC,CAWjB,CACP,CAAC;AACJ,CAAC,CAAC;AAMF,MAAM,UAAU,GAAG,IAAA,aAAG,EAAkB,CAAC,EAAE,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,CACzE,8BACE,SAAS,EAAC,6EAA6E,EACvF,IAAI,EAAE,IAAI,EACV,MAAM,EAAE,MAAM,IAAI,OAAO,YAExB,IAAI,IAAI,UAAU,KAAK,EAAE,GACxB,CACL,CAAC,CAAC"}
1
+ {"version":3,"file":"Sitemap.js","sourceRoot":"","sources":["../../../src/components/Footer/Sitemap.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,iDAA8C;AAE9C,wEAAqE;AAErE,kEAA+D;AAOlD,QAAA,OAAO,GAAG,IAAA,aAAG,EAAe,CAAC,EAAE,SAAS,GAAG,EAAE,EAAE,KAAK,EAAE,OAAO,EAAE,EAAE,EAAE;IAC9E,MAAM,OAAO,GAAG,IAAA,uBAAU,GAAE,CAAC;IAC7B,MAAM,WAAW,GAAG,IAAA,6BAAa,EAAC,OAAO,CAAC,QAAQ,EAAE,KAAK,CAAC,CAAC;IAC3D,MAAM,UAAU,GAAG;QACjB,MAAM,EAAE,OAAO,CAAC,SAAS,EAAE;QAC3B,gBAAgB,EAAE,OAAO,CAAC,gBAAgB;KAC3C,CAAC;IAEF,OAAO,CACL,gCAAK,SAAS,EAAE,kEAAkE,SAAS,EAAE,YAC1F,WAAW,EAAE,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,YAAY,CAAC,CAAC,EAAE,CAAC,EAAE,UAAU,CAAC,CAAC,GACvD,CACP,CAAC;AACJ,CAAC,CAAC,CAAC;AAEH,MAAM,YAAY,GAAG,CAAC,CAAc,EAAE,KAAa,EAAE,EAAE,MAAM,EAAE,gBAAgB,EAAE,EAAE,EAAE;IACnF,MAAM,EAAE,IAAI,EAAE,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,GAAG,CAAC,CAAC;IAExC,OAAO,CACL,iCAAyB,SAAS,EAAC,wCAAwC,aACzE,8BACE,SAAS,EAAC,+EAA+E,EACzF,IAAI,EAAE,IAAI,EACV,MAAM,EAAE,MAAM,IAAI,OAAO,YAExB,IAAI,IAAI,UAAU,KAAK,EAAE,GACxB,EACH,KAAK,EAAE,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,CACpB,uBAAC,UAAU,OAAqB,IAAA,iBAAO,EAAC,EAAE,MAAM,EAAE,gBAAgB,EAAE,EAAE,CAAC,CAAC,EAAE,KAAK,EAAE,CAAC,IAAjE,MAAM,CAAC,CAAC,CAAC,CAA4D,CACvF,CAAC,KAVM,MAAM,CAAC,KAAK,CAAC,CAWjB,CACP,CAAC;AACJ,CAAC,CAAC;AAMF,MAAM,UAAU,GAAG,IAAA,aAAG,EAAkB,CAAC,EAAE,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,CACzE,8BACE,SAAS,EAAC,6EAA6E,EACvF,IAAI,EAAE,IAAI,EACV,MAAM,EAAE,MAAM,IAAI,OAAO,YAExB,IAAI,IAAI,UAAU,KAAK,EAAE,GACxB,CACL,CAAC,CAAC"}
@@ -5,4 +5,4 @@ export interface SocialMediaProps extends UniBlockProps {
5
5
  media?: Omit<LinkProps, 'text'>[];
6
6
  version?: BlockVersion;
7
7
  }
8
- export declare const SocialMedia: (props: import("@redneckz/uni-jsx").PropsWithChildren<SocialMediaProps, any>, context?: any) => any;
8
+ export declare const SocialMedia: import("@redneckz/uni-jsx").UNIComponent<SocialMediaProps, any, any>;
@@ -5,4 +5,4 @@ export interface SocialMediaProps extends UniBlockProps {
5
5
  media?: Omit<LinkProps, 'text'>[];
6
6
  version?: BlockVersion;
7
7
  }
8
- export declare const SocialMedia: (props: import("@redneckz/uni-jsx").PropsWithChildren<SocialMediaProps, any>, context?: any) => any;
8
+ export declare const SocialMedia: import("@redneckz/uni-jsx").UNIComponent<SocialMediaProps, any, any>;
@@ -1,2 +1,2 @@
1
1
  import type { FooterLink } from './FooterLink';
2
- export declare const TextInformation: (props: import("@redneckz/uni-jsx").PropsWithChildren<FooterLink, any>, context?: any) => any;
2
+ export declare const TextInformation: import("@redneckz/uni-jsx").UNIComponent<FooterLink, any, any>;