@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
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAC5C,OAAO,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC;AACxC,OAAO,EAAE,MAAM,EAAE,MAAM,qBAAqB,CAAC;AAC7C,OAAO,EAAE,WAAW,EAAE,MAAM,sCAAsC,CAAC;AACnE,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAC5C,OAAO,KAAK,GAAG,MAAM,aAAa,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,6BAA6B,CAAC;AACzD,OAAO,EAAE,KAAK,EAAE,MAAM,6BAA6B,CAAC;AACpD,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAC5C,OAAO,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC;AACxC,OAAO,EAAE,MAAM,EAAE,MAAM,qBAAqB,CAAC;AAC7C,OAAO,EAAE,WAAW,EAAE,MAAM,sCAAsC,CAAC;AACnE,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAC5C,OAAO,KAAK,GAAG,MAAM,aAAa,CAAC"}
@@ -1,3 +1,4 @@
1
+ import '@redneckz/uni-jsx/lib/setup.react';
1
2
  import type { ContentPageContext } from '../components/ContentPage/ContentPageContext';
2
3
  export declare const context: ContentPageContext;
3
4
  export declare const mobileContext: ContentPageContext;
@@ -1,13 +1,7 @@
1
- import { setup } from '@redneckz/uni-jsx';
2
- import { useEffect, useState } from 'react';
3
- import runtime from 'react/jsx-runtime';
4
- import { DaDataAPI } from '../api/DaDataAPI.js';
1
+ import '@redneckz/uni-jsx/lib/setup.react';
2
+ import { useState } from 'react';
5
3
  import { IntersectionObserverTag } from './IntersectionObserverTag.js';
6
- const { jsx, jsxs } = runtime;
7
- // eslint-disable-next-line @typescript-eslint/no-unsafe-argument
8
- setup(jsx, jsxs);
9
4
  const TEST_ORIGIN = 'http://localhost:5001';
10
- const DaData = DaDataAPI('https://10.80.4.9');
11
5
  const Router = () => {
12
6
  const [href, setHref] = useState(globalThis.location.href);
13
7
  return {
@@ -25,49 +19,11 @@ const Router = () => {
25
19
  };
26
20
  };
27
21
  export const context = {
28
- useState,
29
22
  useRouter: Router,
30
- useAsyncData: (key, fetcher) => {
31
- const [data, setData] = useState();
32
- useEffect(() => {
33
- fetcher(key).then((_) => {
34
- setData(_);
35
- });
36
- }, [key, fetcher]);
37
- return { data };
38
- },
39
- useGeolocation: (defaultLocation) => {
40
- const [city, setCity] = useState(globalThis.localStorage.getItem('location') || defaultLocation);
41
- const getCity = () => {
42
- DaData.getFetcherAddress().then((_) => {
43
- const location = _ || defaultLocation;
44
- globalThis.localStorage.setItem('location', location);
45
- setCity(location);
46
- });
47
- };
48
- return [city, getCity];
49
- },
50
- useLikeService: () => ({
51
- likeCount: 0,
52
- like: () => {
53
- console.log('like');
54
- },
55
- dislike: () => {
56
- console.log('dislike');
57
- },
58
- }),
59
23
  handlerDecorator: (handler, targetContent) => (ev) => {
60
24
  ev.preventDefault();
61
25
  console.log(ev.target, ev, targetContent);
62
26
  },
63
- useSearch: () => {
64
- const [term, setTerm] = useState('');
65
- return {
66
- term,
67
- setTerm: (text) => setTerm(text),
68
- };
69
- },
70
- useEffect,
71
27
  IntersectionObserverTag,
72
28
  };
73
29
  export const mobileContext = {
@@ -1 +1 @@
1
- {"version":3,"file":"setup-fixture.js","sourceRoot":"","sources":["../../src/react/setup-fixture.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAC5C,OAAO,OAAO,MAAM,mBAAmB,CAAC;AACxC,OAAO,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAE7C,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AAEpE,MAAM,EAAE,GAAG,EAAE,IAAI,EAAE,GAAG,OAAc,CAAC;AAErC,iEAAiE;AACjE,KAAK,CAAC,GAAG,EAAE,IAAI,CAAC,CAAC;AAEjB,MAAM,WAAW,GAAG,uBAAuB,CAAC;AAE5C,MAAM,MAAM,GAAG,SAAS,CAAC,mBAAmB,CAAC,CAAC;AAE9C,MAAM,MAAM,GAAG,GAAG,EAAE;IAClB,MAAM,CAAC,IAAI,EAAE,OAAO,CAAC,GAAG,QAAQ,CAAS,UAAU,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC;IAEnE,OAAO;QACL,IAAI,EAAE,IAAI;QACV,QAAQ,EAAE,UAAU;QACpB,KAAK,EAAE,EAAE;QACT,IAAI,EAAE,CAAC,GAAW,EAAE,EAAE;YACpB,UAAU,CAAC,OAAO,CAAC,SAAS,CAAC,IAAI,EAAE,EAAE,EAAE,GAAG,CAAC,CAAC;YAC5C,OAAO,CAAC,UAAU,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC;QACpC,CAAC;QACD,OAAO,EAAE,CAAC,GAAW,EAAE,EAAE;YACvB,UAAU,CAAC,OAAO,CAAC,YAAY,CAAC,IAAI,EAAE,EAAE,EAAE,GAAG,CAAC,CAAC;YAC/C,OAAO,CAAC,UAAU,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC;QACpC,CAAC;KACF,CAAC;AACJ,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAuB;IACzC,QAAQ;IACR,SAAS,EAAE,MAAM;IACjB,YAAY,EAAE,CAAC,GAAG,EAAE,OAAO,EAAE,EAAE;QAC7B,MAAM,CAAC,IAAI,EAAE,OAAO,CAAC,GAAG,QAAQ,EAAO,CAAC;QACxC,SAAS,CAAC,GAAG,EAAE;YACb,OAAO,CAAC,GAAG,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,EAAE;gBACtB,OAAO,CAAC,CAAC,CAAC,CAAC;YACb,CAAC,CAAC,CAAC;QACL,CAAC,EAAE,CAAC,GAAG,EAAE,OAAO,CAAC,CAAC,CAAC;QAEnB,OAAO,EAAE,IAAI,EAAE,CAAC;IAClB,CAAC;IACD,cAAc,EAAE,CAAC,eAAe,EAAE,EAAE;QAClC,MAAM,CAAC,IAAI,EAAE,OAAO,CAAC,GAAG,QAAQ,CAC9B,UAAU,CAAC,YAAY,CAAC,OAAO,CAAC,UAAU,CAAC,IAAI,eAAe,CAC/D,CAAC;QAEF,MAAM,OAAO,GAAG,GAAG,EAAE;YACnB,MAAM,CAAC,iBAAiB,EAAE,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,EAAE;gBACpC,MAAM,QAAQ,GAAG,CAAC,IAAI,eAAe,CAAC;gBACtC,UAAU,CAAC,YAAY,CAAC,OAAO,CAAC,UAAU,EAAE,QAAQ,CAAC,CAAC;gBACtD,OAAO,CAAC,QAAQ,CAAC,CAAC;YACpB,CAAC,CAAC,CAAC;QACL,CAAC,CAAC;QAEF,OAAO,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC;IACzB,CAAC;IACD,cAAc,EAAE,GAAG,EAAE,CAAC,CAAC;QACrB,SAAS,EAAE,CAAC;QACZ,IAAI,EAAE,GAAG,EAAE;YACT,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;QACtB,CAAC;QACD,OAAO,EAAE,GAAG,EAAE;YACZ,OAAO,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;QACzB,CAAC;KACF,CAAC;IACF,gBAAgB,EACd,CAAC,OAAO,EAAE,aAAa,EAAO,EAAE,CAChC,CAAC,EAAE,EAAE,EAAE;QACL,EAAE,CAAC,cAAc,EAAE,CAAC;QACpB,OAAO,CAAC,GAAG,CAAC,EAAE,CAAC,MAAM,EAAE,EAAE,EAAE,aAAa,CAAC,CAAC;IAC5C,CAAC;IACH,SAAS,EAAE,GAAG,EAAE;QACd,MAAM,CAAC,IAAI,EAAE,OAAO,CAAC,GAAG,QAAQ,CAAC,EAAE,CAAC,CAAC;QAErC,OAAO;YACL,IAAI;YACJ,OAAO,EAAE,CAAC,IAAY,EAAE,EAAE,CAAC,OAAO,CAAC,IAAI,CAAC;SACzC,CAAC;IACJ,CAAC;IACD,SAAS;IACT,uBAAuB;CACxB,CAAC;AAEF,MAAM,CAAC,MAAM,aAAa,GAAuB;IAC/C,GAAG,OAAO;IACV,SAAS,EAAE,GAAG,EAAE,CAAC,CAAC;QAChB,IAAI,EAAE,GAAG,WAAW,iBAAiB;QACrC,QAAQ,EAAE,iBAAiB;QAC3B,KAAK,EAAE,EAAE;QACT,IAAI,EAAE,CAAC,GAAW,EAAE,EAAE;YACpB,OAAO,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;QACnB,CAAC;QACD,OAAO,EAAE,CAAC,GAAW,EAAE,EAAE;YACvB,OAAO,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;QACnB,CAAC;KACF,CAAC;CACH,CAAC"}
1
+ {"version":3,"file":"setup-fixture.js","sourceRoot":"","sources":["../../src/react/setup-fixture.ts"],"names":[],"mappings":"AAAA,OAAO,mCAAmC,CAAC;AAC3C,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEjC,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AAEpE,MAAM,WAAW,GAAG,uBAAuB,CAAC;AAE5C,MAAM,MAAM,GAAG,GAAG,EAAE;IAClB,MAAM,CAAC,IAAI,EAAE,OAAO,CAAC,GAAG,QAAQ,CAAS,UAAU,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC;IAEnE,OAAO;QACL,IAAI,EAAE,IAAI;QACV,QAAQ,EAAE,UAAU;QACpB,KAAK,EAAE,EAAE;QACT,IAAI,EAAE,CAAC,GAAW,EAAE,EAAE;YACpB,UAAU,CAAC,OAAO,CAAC,SAAS,CAAC,IAAI,EAAE,EAAE,EAAE,GAAG,CAAC,CAAC;YAC5C,OAAO,CAAC,UAAU,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC;QACpC,CAAC;QACD,OAAO,EAAE,CAAC,GAAW,EAAE,EAAE;YACvB,UAAU,CAAC,OAAO,CAAC,YAAY,CAAC,IAAI,EAAE,EAAE,EAAE,GAAG,CAAC,CAAC;YAC/C,OAAO,CAAC,UAAU,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC;QACpC,CAAC;KACF,CAAC;AACJ,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAuB;IACzC,SAAS,EAAE,MAAM;IACjB,gBAAgB,EACd,CAAC,OAAO,EAAE,aAAa,EAAO,EAAE,CAChC,CAAC,EAAE,EAAE,EAAE;QACL,EAAE,CAAC,cAAc,EAAE,CAAC;QACpB,OAAO,CAAC,GAAG,CAAC,EAAE,CAAC,MAAM,EAAE,EAAE,EAAE,aAAa,CAAC,CAAC;IAC5C,CAAC;IACH,uBAAuB;CACxB,CAAC;AAEF,MAAM,CAAC,MAAM,aAAa,GAAuB;IAC/C,GAAG,OAAO;IACV,SAAS,EAAE,GAAG,EAAE,CAAC,CAAC;QAChB,IAAI,EAAE,GAAG,WAAW,iBAAiB;QACrC,QAAQ,EAAE,iBAAiB;QAC3B,KAAK,EAAE,EAAE;QACT,IAAI,EAAE,CAAC,GAAW,EAAE,EAAE;YACpB,OAAO,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;QACnB,CAAC;QACD,OAAO,EAAE,CAAC,GAAW,EAAE,EAAE;YACvB,OAAO,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;QACnB,CAAC;KACF,CAAC;CACH,CAAC"}
@@ -1,3 +1,2 @@
1
- import type { AsyncDataHook } from '../../components/ContentPage/ContentPageContext';
2
1
  import type { HeaderContent } from '../../components/Header/HeaderContent';
3
- export declare function useSitemap(useAsyncData: AsyncDataHook): HeaderContent;
2
+ export declare function useSitemap(): HeaderContent;
@@ -1,5 +1,6 @@
1
+ import { useAsyncData } from '@redneckz/uni-jsx/lib/hooks/useAsyncData';
1
2
  import { projectSettings } from '../../ProjectSettings.js';
2
- export function useSitemap(useAsyncData) {
3
+ export function useSitemap() {
3
4
  const { data } = useAsyncData(sitemapURL(), fetchSitemap);
4
5
  return data || {};
5
6
  }
@@ -1 +1 @@
1
- {"version":3,"file":"useSitemap.js","sourceRoot":"","sources":["../../../src/services/sitemap/useSitemap.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAExD,MAAM,UAAU,UAAU,CAAC,YAA2B;IACpD,MAAM,EAAE,IAAI,EAAE,GAAG,YAAY,CAAC,UAAU,EAAE,EAAE,YAAY,CAAC,CAAC;IAE1D,OAAO,IAAI,IAAI,EAAE,CAAC;AACpB,CAAC;AAED,KAAK,UAAU,YAAY;IACzB,MAAM,QAAQ,GAAG,MAAM,KAAK,CAAC,UAAU,EAAE,CAAC,CAAC;IAE3C,OAAO,MAAM,QAAQ,CAAC,IAAI,EAAE,CAAC;AAC/B,CAAC;AAED,SAAS,UAAU;IACjB,OAAO,mBAAmB,eAAe,CAAC,OAAO,IAAI,SAAS,OAAO,CAAC;AACxE,CAAC"}
1
+ {"version":3,"file":"useSitemap.js","sourceRoot":"","sources":["../../../src/services/sitemap/useSitemap.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,0CAA0C,CAAC;AAExE,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAExD,MAAM,UAAU,UAAU;IACxB,MAAM,EAAE,IAAI,EAAE,GAAG,YAAY,CAAC,UAAU,EAAE,EAAE,YAAY,CAAC,CAAC;IAE1D,OAAO,IAAI,IAAI,EAAE,CAAC;AACpB,CAAC;AAED,KAAK,UAAU,YAAY;IACzB,MAAM,QAAQ,GAAG,MAAM,KAAK,CAAC,UAAU,EAAE,CAAC,CAAC;IAE3C,OAAO,MAAM,QAAQ,CAAC,IAAI,EAAE,CAAC;AAC/B,CAAC;AAED,SAAS,UAAU;IACjB,OAAO,mBAAmB,eAAe,CAAC,OAAO,IAAI,SAAS,OAAO,CAAC;AACxE,CAAC"}
@@ -6,5 +6,5 @@ interface BlockWrapperProps extends UniBlockProps, Record<string, any> {
6
6
  anchor?: string;
7
7
  tag?: keyof HTMLElementTagNameMap;
8
8
  }
9
- export declare const BlockWrapper: (props: import("@redneckz/uni-jsx").PropsWithChildren<BlockWrapperProps, any>, context?: any) => any;
9
+ export declare const BlockWrapper: import("@redneckz/uni-jsx").UNIComponent<BlockWrapperProps, any, any>;
10
10
  export {};
@@ -1,12 +1,13 @@
1
1
  import { jsx as _jsx } from "@redneckz/uni-jsx/jsx-runtime";
2
2
  import { JSX } from '@redneckz/uni-jsx';
3
+ import { useEffect, useState } from '@redneckz/uni-jsx/lib/hooks';
3
4
  import { EventBus } from '../EventBus/EventBus.js';
4
5
  import { changeHashOnObserve } from '../utils/changeHashOnObserve.js';
5
6
  export const BlockWrapper = JSX(({ anchor, className, context, children, tag = 'section', labels }) => {
6
7
  const Tag = tag;
7
8
  const { IntersectionObserverTag } = context;
8
- const [shouldRenderBlock, setShouldRenderBlock] = context.useState(true);
9
- context.useEffect(() => EventBus.inst.subscribe('tab', (event) => {
9
+ const [shouldRenderBlock, setShouldRenderBlock] = useState(true);
10
+ useEffect(() => EventBus.inst.subscribe('tab', (event) => {
10
11
  setShouldRenderBlock(!labels?.length || !event.label || labels.includes(event.label));
11
12
  }), [labels]);
12
13
  if (!shouldRenderBlock) {
@@ -1 +1 @@
1
- {"version":3,"file":"BlockWrapper.js","sourceRoot":"","sources":["../../src/ui-kit/BlockWrapper.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAExC,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAEhD,OAAO,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AASnE,MAAM,CAAC,MAAM,YAAY,GAAG,GAAG,CAC7B,CAAC,EAAE,MAAM,EAAE,SAAS,EAAE,OAAO,EAAE,QAAQ,EAAE,GAAG,GAAG,SAAS,EAAE,MAAM,EAAE,EAAE,EAAE;IACpE,MAAM,GAAG,GAAQ,GAAG,CAAC;IAErB,MAAM,EAAE,uBAAuB,EAAE,GAAG,OAAO,CAAC;IAC5C,MAAM,CAAC,iBAAiB,EAAE,oBAAoB,CAAC,GAAG,OAAO,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC;IAEzE,OAAO,CAAC,SAAS,CACf,GAAG,EAAE,CACH,QAAQ,CAAC,IAAI,CAAC,SAAS,CAAC,KAAK,EAAE,CAAC,KAAK,EAAE,EAAE;QACvC,oBAAoB,CAAC,CAAC,MAAM,EAAE,MAAM,IAAI,CAAC,KAAK,CAAC,KAAK,IAAI,MAAM,CAAC,QAAQ,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC;IACxF,CAAC,CAAC,EACJ,CAAC,MAAM,CAAC,CACT,CAAC;IAEF,IAAI,CAAC,iBAAiB,EAAE;QACtB,OAAO,IAAI,CAAC;KACb;IAED,OAAO,MAAM,CAAC,CAAC,CAAC,CACd,KAAC,uBAAuB,IACtB,GAAG,EAAE,GAAG,EACR,SAAS,EAAE,SAAS,EACpB,gBAAgB,EAAE,mBAAmB,EACrC,eAAe,EAAE,EAAE,SAAS,EAAE,CAAC,EAAE,EACjC,MAAM,EAAE,MAAM,YAEb,QAAQ,GACe,CAC3B,CAAC,CAAC,CAAC,CACF,KAAC,GAAG,IAAC,SAAS,EAAE,SAAS,YAAG,QAAQ,GAAO,CAC5C,CAAC;AACJ,CAAC,CACF,CAAC"}
1
+ {"version":3,"file":"BlockWrapper.js","sourceRoot":"","sources":["../../src/ui-kit/BlockWrapper.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AACxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,6BAA6B,CAAC;AAElE,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAEhD,OAAO,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AASnE,MAAM,CAAC,MAAM,YAAY,GAAG,GAAG,CAC7B,CAAC,EAAE,MAAM,EAAE,SAAS,EAAE,OAAO,EAAE,QAAQ,EAAE,GAAG,GAAG,SAAS,EAAE,MAAM,EAAE,EAAE,EAAE;IACpE,MAAM,GAAG,GAAQ,GAAG,CAAC;IAErB,MAAM,EAAE,uBAAuB,EAAE,GAAG,OAAO,CAAC;IAC5C,MAAM,CAAC,iBAAiB,EAAE,oBAAoB,CAAC,GAAG,QAAQ,CAAC,IAAI,CAAC,CAAC;IAEjE,SAAS,CACP,GAAG,EAAE,CACH,QAAQ,CAAC,IAAI,CAAC,SAAS,CAAC,KAAK,EAAE,CAAC,KAAK,EAAE,EAAE;QACvC,oBAAoB,CAAC,CAAC,MAAM,EAAE,MAAM,IAAI,CAAC,KAAK,CAAC,KAAK,IAAI,MAAM,CAAC,QAAQ,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC;IACxF,CAAC,CAAC,EACJ,CAAC,MAAM,CAAC,CACT,CAAC;IAEF,IAAI,CAAC,iBAAiB,EAAE;QACtB,OAAO,IAAI,CAAC;KACb;IAED,OAAO,MAAM,CAAC,CAAC,CAAC,CACd,KAAC,uBAAuB,IACtB,GAAG,EAAE,GAAG,EACR,SAAS,EAAE,SAAS,EACpB,gBAAgB,EAAE,mBAAmB,EACrC,eAAe,EAAE,EAAE,SAAS,EAAE,CAAC,EAAE,EACjC,MAAM,EAAE,MAAM,YAEb,QAAQ,GACe,CAC3B,CAAC,CAAC,CAAC,CACF,KAAC,GAAG,IAAC,SAAS,EAAE,SAAS,YAAG,QAAQ,GAAO,CAC5C,CAAC;AACJ,CAAC,CACF,CAAC"}
@@ -1,4 +1,3 @@
1
- import { ContentPageContext } from '../../components/ContentPage/ContentPageContext';
2
1
  import type { GalleryContent } from '../../components/Gallery/GalleryContent';
3
2
  import type { HeadlineContent } from '../../components/Headline/HeadlineContent';
4
3
  import type { LinkDocsContent } from '../../components/LinkDocs/LinkDocsContent';
@@ -11,7 +10,6 @@ import type { TextBlockContent } from '../../components/TextBlock/TextBlockConte
11
10
  import type { TileContent } from '../../components/Tile/TileContent';
12
11
  import type { EmptyOption } from '../../model/EmptyOptionType';
13
12
  export interface ActiveHandler {
14
- context: ContentPageContext;
15
13
  blocks?: BlockDef[];
16
14
  initialState?: boolean;
17
15
  }
@@ -1,8 +1,8 @@
1
1
  export declare const EmbeddableBlocks: {
2
- Headline: (props: import("@redneckz/uni-jsx").PropsWithChildren<import("../../components/Headline/Headline").HeadlineProps, any>, context?: any) => any;
3
- LinkDocs: (props: import("@redneckz/uni-jsx").PropsWithChildren<import("../../components/LinkDocs/LinkDocs").LinkDocsProps, any>, context?: any) => any;
4
- TextBlock: (props: import("@redneckz/uni-jsx").PropsWithChildren<import("../../components/TextBlock/TextBlock").TextBlockProps, any>, context?: any) => any;
5
- ProductBlock: (props: import("@redneckz/uni-jsx").PropsWithChildren<import("../../components/ProductBlock/ProductBlock").ProductBlockProps, any>, context?: any) => any;
6
- Gallery: (props: import("@redneckz/uni-jsx").PropsWithChildren<import("../../components/Gallery/GalleryProps").GalleryProps, any>, context?: any) => any;
7
- LinkList: (props: import("@redneckz/uni-jsx").PropsWithChildren<import("../../components/LinkList/LinkList").LinkListProps, any>, context?: any) => any;
2
+ Headline: import("@redneckz/uni-jsx").UNIComponent<import("../../components/Headline/Headline").HeadlineProps, any, any>;
3
+ LinkDocs: import("@redneckz/uni-jsx").UNIComponent<import("../../components/LinkDocs/LinkDocs").LinkDocsProps, any, any>;
4
+ TextBlock: import("@redneckz/uni-jsx").UNIComponent<import("../../components/TextBlock/TextBlock").TextBlockProps, any, any>;
5
+ ProductBlock: import("@redneckz/uni-jsx").UNIComponent<import("../../components/ProductBlock/ProductBlock").ProductBlockProps, any, any>;
6
+ Gallery: import("@redneckz/uni-jsx").UNIComponent<import("../../components/Gallery/GalleryProps").GalleryProps, any, any>;
7
+ LinkList: import("@redneckz/uni-jsx").UNIComponent<import("../../components/LinkList/LinkList").LinkListProps, any, any>;
8
8
  };
@@ -3,4 +3,4 @@ export interface BreadcrumbProps extends LinkProps {
3
3
  className?: string;
4
4
  onClick?: () => void;
5
5
  }
6
- export declare const Breadcrumb: (props: import("@redneckz/uni-jsx").PropsWithChildren<BreadcrumbProps, any>, context?: any) => any;
6
+ export declare const Breadcrumb: import("@redneckz/uni-jsx").UNIComponent<BreadcrumbProps, any, any>;
@@ -1,2 +1,2 @@
1
1
  import type { ButtonProps } from './ButtonProps';
2
- export declare const ArrowButton: (props: import("@redneckz/uni-jsx").PropsWithChildren<ButtonProps, any>, context?: any) => any;
2
+ export declare const ArrowButton: import("@redneckz/uni-jsx").UNIComponent<ButtonProps, any, any>;
@@ -1,4 +1,4 @@
1
1
  import type { ButtonProps, ButtonWithIconProps } from './ButtonProps';
2
2
  export interface ButtonCommonProps extends ButtonProps, ButtonWithIconProps {
3
3
  }
4
- export declare const Button: (props: import("@redneckz/uni-jsx").PropsWithChildren<ButtonCommonProps, any>, context?: any) => any;
4
+ export declare const Button: import("@redneckz/uni-jsx").UNIComponent<ButtonCommonProps, any, any>;
@@ -5,7 +5,7 @@ import { JSX } from '@redneckz/uni-jsx';
5
5
  import { ButtonInner } from './ButtonInner.js';
6
6
  const buttonStyleMap = {
7
7
  primary: 'text-white bg-primary-main hover:bg-primary-hover active:bg-primary-active',
8
- secondary: 'text-primary-main bg-secondary-light hover:bg-secondary-hover active:bg-secondary-active',
8
+ secondary: 'text-primary-main bg-main-divider hover:text-white hover:bg-primary-hover active:bg-primary-active',
9
9
  link: 'text-primary-main',
10
10
  };
11
11
  const buttonDisabledStyleMap = {
@@ -19,6 +19,6 @@ export const Button = JSX(({ className, text, aboveText, appendLeft, href, targe
19
19
  if (disabled) {
20
20
  return (_jsx("div", { role: "button", "aria-disabled": "true", "aria-label": ariaLabel, tabIndex: -1, className: `inline-block ${styleButton} ${buttonDisabledStyleMap[version] || ''} ${rounded ? 'rounded-full' : 'rounded-md'} ${className || ''}`, children: buttonInner }));
21
21
  }
22
- return (_jsx("a", { className: `${styleButton} inline-block cursor-pointer no-underline ${buttonStyleMap[version] || ''} ${rounded ? 'rounded-full' : 'rounded-md'} ${className || ''}`, href: href, target: target, onClick: onClick, "aria-label": ariaLabel, role: !href ? 'button' : 'link', ...rest, children: buttonInner }));
22
+ return (_jsx("a", { className: `${styleButton} inline-block cursor-pointer no-underline focus:border focus:border-primary-focus ${buttonStyleMap[version] || ''} ${rounded ? 'rounded-full' : 'rounded-md'} ${className || ''}`, href: href, target: target, onClick: onClick, "aria-label": ariaLabel, role: !href ? 'button' : 'link', ...rest, children: buttonInner }));
23
23
  });
24
24
  //# sourceMappingURL=Button.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Button.js","sourceRoot":"","sources":["../../../src/ui-kit/Button/Button.tsx"],"names":[],"mappings":";AAAA,2CAA2C;AAC3C,+BAA+B;AAE/B,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAExC,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAG5C,MAAM,cAAc,GAAkC;IACpD,OAAO,EAAE,4EAA4E;IACrF,SAAS,EACP,0FAA0F;IAC5F,IAAI,EAAE,mBAAmB;CAC1B,CAAC;AAEF,MAAM,sBAAsB,GAAkC;IAC5D,OAAO,EAAE,uCAAuC;IAChD,SAAS,EAAE,wCAAwC;IACnD,IAAI,EAAE,EAAE;CACT,CAAC;AAEF,MAAM,WAAW,GAAG,0CAA0C,CAAC;AAI/D,MAAM,CAAC,MAAM,MAAM,GAAG,GAAG,CACvB,CAAC,EACC,SAAS,EACT,IAAI,EACJ,SAAS,EACT,UAAU,EACV,IAAI,EACJ,MAAM,EACN,OAAO,EACP,QAAQ,EACR,QAAQ,EACR,OAAO,EACP,OAAO,GAAG,SAAS,EACnB,SAAS,EACT,GAAG,IAAI,EACR,EAAE,EAAE;IACH,MAAM,WAAW,GAAG,QAAQ,IAAI,CAC9B,KAAC,WAAW,IACV,IAAI,EAAE,IAAI,EACV,SAAS,EAAE,SAAS,EACpB,UAAU,EAAE,UAAU,EACtB,OAAO,EAAE,OAAO,EAChB,OAAO,EAAE,OAAO,GAChB,CACH,CAAC;IAEF,IAAI,QAAQ,EAAE;QACZ,OAAO,CACL,cACE,IAAI,EAAC,QAAQ,mBACC,MAAM,gBACR,SAAS,EACrB,QAAQ,EAAE,CAAC,CAAC,EACZ,SAAS,EAAE,gBAAgB,WAAW,IAAI,sBAAsB,CAAC,OAAO,CAAC,IAAI,EAAE,IAC7E,OAAO,CAAC,CAAC,CAAC,cAAc,CAAC,CAAC,CAAC,YAC7B,IAAI,SAAS,IAAI,EAAE,EAAE,YAEpB,WAAW,GACR,CACP,CAAC;KACH;IAED,OAAO,CACL,YACE,SAAS,EAAE,GAAG,WAAW,6CACvB,cAAc,CAAC,OAAO,CAAC,IAAI,EAC7B,IAAI,OAAO,CAAC,CAAC,CAAC,cAAc,CAAC,CAAC,CAAC,YAAY,IAAI,SAAS,IAAI,EAAE,EAAE,EAChE,IAAI,EAAE,IAAI,EACV,MAAM,EAAE,MAAM,EACd,OAAO,EAAE,OAAO,gBACJ,SAAS,EACrB,IAAI,EAAE,CAAC,IAAI,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,KAC3B,IAAI,YAEP,WAAW,GACV,CACL,CAAC;AACJ,CAAC,CACF,CAAC"}
1
+ {"version":3,"file":"Button.js","sourceRoot":"","sources":["../../../src/ui-kit/Button/Button.tsx"],"names":[],"mappings":";AAAA,2CAA2C;AAC3C,+BAA+B;AAE/B,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAExC,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAG5C,MAAM,cAAc,GAAkC;IACpD,OAAO,EAAE,4EAA4E;IACrF,SAAS,EACP,oGAAoG;IACtG,IAAI,EAAE,mBAAmB;CAC1B,CAAC;AAEF,MAAM,sBAAsB,GAAkC;IAC5D,OAAO,EAAE,uCAAuC;IAChD,SAAS,EAAE,wCAAwC;IACnD,IAAI,EAAE,EAAE;CACT,CAAC;AAEF,MAAM,WAAW,GAAG,0CAA0C,CAAC;AAI/D,MAAM,CAAC,MAAM,MAAM,GAAG,GAAG,CACvB,CAAC,EACC,SAAS,EACT,IAAI,EACJ,SAAS,EACT,UAAU,EACV,IAAI,EACJ,MAAM,EACN,OAAO,EACP,QAAQ,EACR,QAAQ,EACR,OAAO,EACP,OAAO,GAAG,SAAS,EACnB,SAAS,EACT,GAAG,IAAI,EACR,EAAE,EAAE;IACH,MAAM,WAAW,GAAG,QAAQ,IAAI,CAC9B,KAAC,WAAW,IACV,IAAI,EAAE,IAAI,EACV,SAAS,EAAE,SAAS,EACpB,UAAU,EAAE,UAAU,EACtB,OAAO,EAAE,OAAO,EAChB,OAAO,EAAE,OAAO,GAChB,CACH,CAAC;IAEF,IAAI,QAAQ,EAAE;QACZ,OAAO,CACL,cACE,IAAI,EAAC,QAAQ,mBACC,MAAM,gBACR,SAAS,EACrB,QAAQ,EAAE,CAAC,CAAC,EACZ,SAAS,EAAE,gBAAgB,WAAW,IAAI,sBAAsB,CAAC,OAAO,CAAC,IAAI,EAAE,IAC7E,OAAO,CAAC,CAAC,CAAC,cAAc,CAAC,CAAC,CAAC,YAC7B,IAAI,SAAS,IAAI,EAAE,EAAE,YAEpB,WAAW,GACR,CACP,CAAC;KACH;IAED,OAAO,CACL,YACE,SAAS,EAAE,GAAG,WAAW,qFACvB,cAAc,CAAC,OAAO,CAAC,IAAI,EAC7B,IAAI,OAAO,CAAC,CAAC,CAAC,cAAc,CAAC,CAAC,CAAC,YAAY,IAAI,SAAS,IAAI,EAAE,EAAE,EAChE,IAAI,EAAE,IAAI,EACV,MAAM,EAAE,MAAM,EACd,OAAO,EAAE,OAAO,gBACJ,SAAS,EACrB,IAAI,EAAE,CAAC,IAAI,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,KAC3B,IAAI,YAEP,WAAW,GACV,CACL,CAAC;AACJ,CAAC,CACF,CAAC"}
@@ -3,5 +3,5 @@ import type { ButtonWithIconProps } from './ButtonProps';
3
3
  interface ButtonInnerProps extends ButtonWithIconProps {
4
4
  version?: ButtonVersion;
5
5
  }
6
- export declare const ButtonInner: (props: import("@redneckz/uni-jsx").PropsWithChildren<ButtonInnerProps, any>, context?: any) => any;
6
+ export declare const ButtonInner: import("@redneckz/uni-jsx").UNIComponent<ButtonInnerProps, any, any>;
7
7
  export {};
@@ -2,7 +2,7 @@ import { jsx as _jsx, jsxs as _jsxs } from "@redneckz/uni-jsx/jsx-runtime";
2
2
  import { JSX } from '@redneckz/uni-jsx';
3
3
  export const ButtonInner = JSX((props) => {
4
4
  const { text, aboveText, appendLeft, appendRight } = props;
5
- return (_jsxs("div", { className: getButtonStyle(props), children: [appendLeft ? appendLeft : null, isWithText(props) ? (_jsxs("div", { children: [_jsx("div", { className: "text-xs text-left", children: aboveText }), _jsx("div", { className: `text-left ${aboveText ? 'text-s -mt-0.5' : 'text-l'}`, children: text })] })) : null, appendRight ? appendRight : null] }));
5
+ return (_jsxs("div", { className: getButtonStyle(props), children: [appendLeft ? appendLeft : null, isWithText(props) ? (_jsxs("div", { children: [_jsx("div", { className: "text-xs-light text-left", children: aboveText }), _jsx("div", { className: `text-left ${aboveText ? 'text-s -mt-0.5' : 'text-l'}`, children: text })] })) : null, appendRight ? appendRight : null] }));
6
6
  });
7
7
  const getButtonStyle = (props) => {
8
8
  const { version, aboveText, rounded } = props;
@@ -1 +1 @@
1
- {"version":3,"file":"ButtonInner.js","sourceRoot":"","sources":["../../../src/ui-kit/Button/ButtonInner.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAQxC,MAAM,CAAC,MAAM,WAAW,GAAG,GAAG,CAAmB,CAAC,KAAK,EAAE,EAAE;IACzD,MAAM,EAAE,IAAI,EAAE,SAAS,EAAE,UAAU,EAAE,WAAW,EAAE,GAAG,KAAK,CAAC;IAE3D,OAAO,CACL,eAAK,SAAS,EAAE,cAAc,CAAC,KAAK,CAAC,aAClC,UAAU,CAAC,CAAC,CAAC,UAAU,CAAC,CAAC,CAAC,IAAI,EAC9B,UAAU,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,CACnB,0BACE,cAAK,SAAS,EAAC,mBAAmB,YAAE,SAAS,GAAO,EACpD,cAAK,SAAS,EAAE,aAAa,SAAS,CAAC,CAAC,CAAC,gBAAgB,CAAC,CAAC,CAAC,QAAQ,EAAE,YAAG,IAAI,GAAO,IAChF,CACP,CAAC,CAAC,CAAC,IAAI,EACP,WAAW,CAAC,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,IAAI,IAC7B,CACP,CAAC;AACJ,CAAC,CAAC,CAAC;AAEH,MAAM,cAAc,GAAG,CAAC,KAAuB,EAAE,EAAE;IACjD,MAAM,EAAE,OAAO,EAAE,SAAS,EAAE,OAAO,EAAE,GAAG,KAAK,CAAC;IAE9C,IAAI,OAAO,KAAK,MAAM,EAAE;QACtB,OAAO,EAAE,CAAC;KACX;IAED,MAAM,aAAa,GAAG,SAAS,SAAS,CAAC,CAAC,CAAC,aAAa,CAAC,CAAC,CAAC,WAAW,EAAE,CAAC;IAEzE,OAAO;QACL,kCAAkC;QAClC,UAAU,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,aAAa,CAAC,CAAC,CAAC,WAAW;QAC/C,OAAO,CAAC,CAAC,CAAC,cAAc,CAAC,CAAC,CAAC,EAAE;KAC9B,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;AACd,CAAC,CAAC;AAEF,MAAM,UAAU,GAAG,CAAC,EAAE,IAAI,EAAE,SAAS,EAAE,UAAU,EAAoB,EAAE,EAAE,CACvE,OAAO,CAAC,IAAI,IAAI,SAAS,IAAI,CAAC,UAAU,CAAC,CAAC"}
1
+ {"version":3,"file":"ButtonInner.js","sourceRoot":"","sources":["../../../src/ui-kit/Button/ButtonInner.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAQxC,MAAM,CAAC,MAAM,WAAW,GAAG,GAAG,CAAmB,CAAC,KAAK,EAAE,EAAE;IACzD,MAAM,EAAE,IAAI,EAAE,SAAS,EAAE,UAAU,EAAE,WAAW,EAAE,GAAG,KAAK,CAAC;IAE3D,OAAO,CACL,eAAK,SAAS,EAAE,cAAc,CAAC,KAAK,CAAC,aAClC,UAAU,CAAC,CAAC,CAAC,UAAU,CAAC,CAAC,CAAC,IAAI,EAC9B,UAAU,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,CACnB,0BACE,cAAK,SAAS,EAAC,yBAAyB,YAAE,SAAS,GAAO,EAC1D,cAAK,SAAS,EAAE,aAAa,SAAS,CAAC,CAAC,CAAC,gBAAgB,CAAC,CAAC,CAAC,QAAQ,EAAE,YAAG,IAAI,GAAO,IAChF,CACP,CAAC,CAAC,CAAC,IAAI,EACP,WAAW,CAAC,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,IAAI,IAC7B,CACP,CAAC;AACJ,CAAC,CAAC,CAAC;AAEH,MAAM,cAAc,GAAG,CAAC,KAAuB,EAAE,EAAE;IACjD,MAAM,EAAE,OAAO,EAAE,SAAS,EAAE,OAAO,EAAE,GAAG,KAAK,CAAC;IAE9C,IAAI,OAAO,KAAK,MAAM,EAAE;QACtB,OAAO,EAAE,CAAC;KACX;IAED,MAAM,aAAa,GAAG,SAAS,SAAS,CAAC,CAAC,CAAC,aAAa,CAAC,CAAC,CAAC,WAAW,EAAE,CAAC;IAEzE,OAAO;QACL,kCAAkC;QAClC,UAAU,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,aAAa,CAAC,CAAC,CAAC,WAAW;QAC/C,OAAO,CAAC,CAAC,CAAC,cAAc,CAAC,CAAC,CAAC,EAAE;KAC9B,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;AACd,CAAC,CAAC;AAEF,MAAM,UAAU,GAAG,CAAC,EAAE,IAAI,EAAE,SAAS,EAAE,UAAU,EAAoB,EAAE,EAAE,CACvE,OAAO,CAAC,IAAI,IAAI,SAAS,IAAI,CAAC,UAAU,CAAC,CAAC"}
@@ -23,6 +23,8 @@ export interface ButtonProps extends ButtonAdditionalProps, LinkProps {
23
23
  * @default Кнопка
24
24
  */
25
25
  text?: string;
26
+ /** @title Закругленные углы */
27
+ rounded?: boolean;
26
28
  version?: ButtonVersion;
27
29
  }
28
30
  export interface ButtonWithIconProps extends ButtonProps {
@@ -36,8 +38,6 @@ export interface ButtonWithIconProps extends ButtonProps {
36
38
  appendLeft?: VNode;
37
39
  /** @hidden */
38
40
  appendRight?: VNode;
39
- /** @title Закругленные углы */
40
- rounded?: boolean;
41
41
  /** @hidden */
42
42
  asSVG?: boolean;
43
43
  }
@@ -2,4 +2,4 @@ import { UniBlockProps } from '../../types';
2
2
  import type { ButtonContent } from './ButtonProps';
3
3
  export interface ButtonSectionProps extends ButtonContent, UniBlockProps {
4
4
  }
5
- export declare const ButtonSection: (props: import("@redneckz/uni-jsx").PropsWithChildren<ButtonSectionProps, any>, context?: any) => any;
5
+ export declare const ButtonSection: import("@redneckz/uni-jsx").UNIComponent<ButtonSectionProps, any, any>;
@@ -3,4 +3,4 @@ export interface LikeButtonProps {
3
3
  onClick?: () => void;
4
4
  ariaLabel?: string;
5
5
  }
6
- export declare const LikeButton: (props: import("@redneckz/uni-jsx").PropsWithChildren<LikeButtonProps, any>, context?: any) => any;
6
+ export declare const LikeButton: import("@redneckz/uni-jsx").UNIComponent<LikeButtonProps, any, any>;
@@ -1,2 +1,2 @@
1
1
  import type { CheckboxProps } from './CheckboxProps';
2
- export declare const Checkbox: (props: import("@redneckz/uni-jsx").PropsWithChildren<CheckboxProps, any>, context?: any) => any;
2
+ export declare const Checkbox: import("@redneckz/uni-jsx").UNIComponent<CheckboxProps, any, any>;
@@ -9,10 +9,12 @@ const CHECK_PATHS = [
9
9
  fill: 'white',
10
10
  },
11
11
  ];
12
- export const Checkbox = JSX(({ className, text, checked, isRadio, onChange }) => (_jsx("div", { className: className, children: _jsxs("label", { className: "flex items-center cursor-pointer relative", children: [_jsx("input", { className: `peer appearance-none w-5 h-5 border-solid
12
+ export const Checkbox = JSX(({ className, text, checked, isRadio, onChange }) => {
13
+ return (_jsx("div", { className: className, children: _jsxs("label", { className: "flex items-center relative cursor-pointer group", children: [_jsx("input", { className: `peer appearance-none w-5 h-5 border-solid cursor-pointer group-hover:border-checkbox-hover
13
14
  ${isRadio ? 'rounded-full border-2' : 'rounded checked:bg-primary-main border'}
14
15
  ${checked ? 'border-black' : 'border-main-stroke'}
15
16
  checked:border-primary-main m-0`, type: "checkbox", onChange: (e) => {
16
- onChange(e.target.checked);
17
- }, checked: checked }), isRadio ? (_jsx("div", { className: "left-1 w-3 h-3 rounded-full bg-primary-main hidden absolute peer-checked:block" })) : (_jsx(SVG, { paths: CHECK_PATHS, className: "hidden absolute left-1 ml-px peer-checked:block", width: "11", height: "9", fill: "white", viewBox: "0 0 11 9" })), text ? _jsx("span", { className: "font-sans ml-3 text-l cursor-pointer", children: text }) : null] }) })));
17
+ onChange(e.target.checked);
18
+ }, checked: checked }), isRadio ? (_jsx("div", { className: "left-1 w-3 h-3 rounded-full bg-primary-main hidden absolute peer-checked:block" })) : (_jsx(SVG, { paths: CHECK_PATHS, className: "hidden absolute left-1 ml-px peer-checked:block", width: "11", height: "9", fill: "white", viewBox: "0 0 11 9" })), text ? _jsx("span", { className: "font-sans ml-3 text-l-light", children: text }) : null] }) }));
19
+ });
18
20
  //# sourceMappingURL=Checkbox.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Checkbox.js","sourceRoot":"","sources":["../../../src/ui-kit/Checkbox/Checkbox.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AACxC,OAAO,EAAE,GAAG,EAAE,MAAM,QAAQ,CAAC;AAG7B,MAAM,WAAW,GAAG;IAClB;QACE,CAAC,EAAE,4HAA4H;QAC/H,QAAQ,EAAE,SAAS;QACnB,QAAQ,EAAE,SAAS;QACnB,IAAI,EAAE,OAAO;KACd;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,QAAQ,GAAG,GAAG,CAAgB,CAAC,EAAE,SAAS,EAAE,IAAI,EAAE,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,EAAE,EAAE,CAAC,CAC9F,cAAK,SAAS,EAAE,SAAS,YACvB,iBAAO,SAAS,EAAC,2CAA2C,aAC1D,gBACE,SAAS,EAAE;UACT,OAAO,CAAC,CAAC,CAAC,uBAAuB,CAAC,CAAC,CAAC,wCAAwC;UAC5E,OAAO,CAAC,CAAC,CAAC,cAAc,CAAC,CAAC,CAAC,oBAAoB;wCACjB,EAChC,IAAI,EAAC,UAAU,EACf,QAAQ,EAAE,CAAC,CAAC,EAAE,EAAE;oBACd,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,OAAkB,CAAC,CAAC;gBACxC,CAAC,EACD,OAAO,EAAE,OAAO,GAChB,EACD,OAAO,CAAC,CAAC,CAAC,CACT,cAAK,SAAS,EAAC,gFAAgF,GAAO,CACvG,CAAC,CAAC,CAAC,CACF,KAAC,GAAG,IACF,KAAK,EAAE,WAAW,EAClB,SAAS,EAAC,iDAAiD,EAC3D,KAAK,EAAC,IAAI,EACV,MAAM,EAAC,GAAG,EACV,IAAI,EAAC,OAAO,EACZ,OAAO,EAAC,UAAU,GAClB,CACH,EACA,IAAI,CAAC,CAAC,CAAC,eAAM,SAAS,EAAC,sCAAsC,YAAE,IAAI,GAAQ,CAAC,CAAC,CAAC,IAAI,IAC7E,GACJ,CACP,CAAC,CAAC"}
1
+ {"version":3,"file":"Checkbox.js","sourceRoot":"","sources":["../../../src/ui-kit/Checkbox/Checkbox.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AACxC,OAAO,EAAE,GAAG,EAAE,MAAM,QAAQ,CAAC;AAG7B,MAAM,WAAW,GAAG;IAClB;QACE,CAAC,EAAE,4HAA4H;QAC/H,QAAQ,EAAE,SAAS;QACnB,QAAQ,EAAE,SAAS;QACnB,IAAI,EAAE,OAAO;KACd;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,QAAQ,GAAG,GAAG,CAAgB,CAAC,EAAE,SAAS,EAAE,IAAI,EAAE,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,EAAE,EAAE;IAC7F,OAAO,CACL,cAAK,SAAS,EAAE,SAAS,YACvB,iBAAO,SAAS,EAAC,iDAAiD,aAChE,gBACE,SAAS,EAAE;UACX,OAAO,CAAC,CAAC,CAAC,uBAAuB,CAAC,CAAC,CAAC,wCAAwC;UAC5E,OAAO,CAAC,CAAC,CAAC,cAAc,CAAC,CAAC,CAAC,oBAAoB;wCACjB,EAC9B,IAAI,EAAC,UAAU,EACf,QAAQ,EAAE,CAAC,CAAC,EAAE,EAAE;wBACd,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,OAAkB,CAAC,CAAC;oBACxC,CAAC,EACD,OAAO,EAAE,OAAO,GAChB,EACD,OAAO,CAAC,CAAC,CAAC,CACT,cAAK,SAAS,EAAC,gFAAgF,GAAO,CACvG,CAAC,CAAC,CAAC,CACF,KAAC,GAAG,IACF,KAAK,EAAE,WAAW,EAClB,SAAS,EAAC,iDAAiD,EAC3D,KAAK,EAAC,IAAI,EACV,MAAM,EAAC,GAAG,EACV,IAAI,EAAC,OAAO,EACZ,OAAO,EAAC,UAAU,GAClB,CACH,EACA,IAAI,CAAC,CAAC,CAAC,eAAM,SAAS,EAAC,6BAA6B,YAAE,IAAI,GAAQ,CAAC,CAAC,CAAC,IAAI,IACpE,GACJ,CACP,CAAC;AACJ,CAAC,CAAC,CAAC"}
@@ -2,4 +2,4 @@ import type { DescriptionProp } from '../../model/HeadlineType';
2
2
  export interface DescriptionProps extends DescriptionProp {
3
3
  className?: string;
4
4
  }
5
- export declare const Description: (props: import("@redneckz/uni-jsx").PropsWithChildren<DescriptionProps, any>, context?: any) => any;
5
+ export declare const Description: import("@redneckz/uni-jsx").UNIComponent<DescriptionProps, any, any>;
@@ -19,4 +19,4 @@ export interface RenderBlocksParams {
19
19
  isActive: boolean;
20
20
  containerClasses?: string;
21
21
  }
22
- export declare const Foldable: (props: import("@redneckz/uni-jsx").PropsWithChildren<FoldableProps, any>, context?: any) => any;
22
+ export declare const Foldable: import("@redneckz/uni-jsx").UNIComponent<FoldableProps, any, any>;
@@ -3,10 +3,9 @@ import { JSX } from '@redneckz/uni-jsx';
3
3
  import { clamp } from '../../utils/clamp.js';
4
4
  import { Icon } from '../Icon/Icon.js';
5
5
  import { foldableBlockClassNames, useActiveHandler } from './useActiveHandler.js';
6
- export const Foldable = JSX(({ blocks = [], context, hiddenBlocksNum = 0, foldButtonClasses, foldButtonLabel, foldButtonDataTheme, isUnfolded, containerClasses, render = (_) => _, }) => {
6
+ export const Foldable = JSX(({ blocks = [], hiddenBlocksNum = 0, foldButtonClasses, foldButtonLabel, foldButtonDataTheme, isUnfolded, containerClasses, render = (_) => _, }) => {
7
7
  const blocksToHide = clamp(hiddenBlocksNum, 0, blocks.length);
8
8
  const { icon, handleToggle, isActive } = useActiveHandler({
9
- context,
10
9
  initialState: isUnfolded,
11
10
  });
12
11
  const buttonClassName = foldButtonClasses ||
@@ -16,7 +15,7 @@ export const Foldable = JSX(({ blocks = [], context, hiddenBlocksNum = 0, foldBu
16
15
  });
17
16
  const renderBlocks = (blocks, render, { blocksToHide, isActive, containerClasses }) => {
18
17
  const visibleBlocks = blocks.slice(0, blocks.length - blocksToHide);
19
- const hiddenBlocks = blocks.slice(-blocksToHide);
18
+ const hiddenBlocks = blocksToHide > 0 ? blocks.slice(-blocksToHide) : [];
20
19
  return render(_jsxs("div", { children: [visibleBlocks, _jsx("div", { className: `${foldableBlockClassNames} ${containerClasses}`, children: hiddenBlocks })] }), isActive);
21
20
  };
22
21
  //# sourceMappingURL=Foldable.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Foldable.js","sourceRoot":"","sources":["../../../src/ui-kit/Foldable/Foldable.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAIxC,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,IAAI,EAAE,MAAM,cAAc,CAAC;AACpC,OAAO,EAAE,uBAAuB,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAuB/E,MAAM,CAAC,MAAM,QAAQ,GAAG,GAAG,CACzB,CAAC,EACC,MAAM,GAAG,EAAE,EACX,OAAO,EACP,eAAe,GAAG,CAAC,EACnB,iBAAiB,EACjB,eAAe,EACf,mBAAmB,EACnB,UAAU,EACV,gBAAgB,EAChB,MAAM,GAAG,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,GAClB,EAAE,EAAE;IACH,MAAM,YAAY,GAAG,KAAK,CAAC,eAAe,EAAE,CAAC,EAAE,MAAM,CAAC,MAAM,CAAC,CAAC;IAE9D,MAAM,EAAE,IAAI,EAAE,YAAY,EAAE,QAAQ,EAAE,GAAG,gBAAgB,CAAC;QACxD,OAAO;QACP,YAAY,EAAE,UAAU;KACzB,CAAC,CAAC;IAEH,MAAM,eAAe,GACnB,iBAAiB;QACjB,2HAA2H,CAAC;IAC9H,MAAM,kBAAkB,GAAG,QAAQ,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,eAAe,CAAC;IAEjE,OAAO,MAAM,CAAC,CAAC,CAAC,CACd,0BACG,YAAY,CAAC,MAAM,EAAE,MAAM,EAAE,EAAE,YAAY,EAAE,QAAQ,EAAE,gBAAgB,EAAE,CAAC,EAC1E,eAAe,CAAC,CAAC,CAAC,CACjB,kBACE,SAAS,EAAE,eAAe,gBACd,mBAAmB,EAC/B,OAAO,EAAE,YAAY,aAErB,eAAM,SAAS,EAAC,MAAM,YAAE,kBAAkB,GAAQ,EACjD,IAAI,CAAC,CAAC,CAAC,KAAC,IAAI,IAAC,IAAI,EAAE,IAAI,EAAE,WAAW,EAAC,OAAO,EAAC,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,KAAK,SAAG,CAAC,CAAC,CAAC,IAAI,IAC7E,CACV,CAAC,CAAC,CAAC,IAAI,IACJ,CACP,CAAC,CAAC,CAAC,IAAI,CAAC;AACX,CAAC,CACF,CAAC;AAEF,MAAM,YAAY,GAAG,CACnB,MAAsB,EACtB,MAAc,EACd,EAAE,YAAY,EAAE,QAAQ,EAAE,gBAAgB,EAAsB,EAChE,EAAE;IACF,MAAM,aAAa,GAAG,MAAM,CAAC,KAAK,CAAC,CAAC,EAAE,MAAM,CAAC,MAAM,GAAG,YAAY,CAAC,CAAC;IACpE,MAAM,YAAY,GAAG,MAAM,CAAC,KAAK,CAAC,CAAC,YAAY,CAAC,CAAC;IAEjD,OAAO,MAAM,CACX,0BACG,aAAa,EACd,cAAK,SAAS,EAAE,GAAG,uBAAuB,IAAI,gBAAgB,EAAE,YAAG,YAAY,GAAO,IAClF,EACN,QAAQ,CACT,CAAC;AACJ,CAAC,CAAC"}
1
+ {"version":3,"file":"Foldable.js","sourceRoot":"","sources":["../../../src/ui-kit/Foldable/Foldable.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAIxC,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,IAAI,EAAE,MAAM,cAAc,CAAC;AACpC,OAAO,EAAE,uBAAuB,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAuB/E,MAAM,CAAC,MAAM,QAAQ,GAAG,GAAG,CACzB,CAAC,EACC,MAAM,GAAG,EAAE,EACX,eAAe,GAAG,CAAC,EACnB,iBAAiB,EACjB,eAAe,EACf,mBAAmB,EACnB,UAAU,EACV,gBAAgB,EAChB,MAAM,GAAG,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,GAClB,EAAE,EAAE;IACH,MAAM,YAAY,GAAG,KAAK,CAAC,eAAe,EAAE,CAAC,EAAE,MAAM,CAAC,MAAM,CAAC,CAAC;IAE9D,MAAM,EAAE,IAAI,EAAE,YAAY,EAAE,QAAQ,EAAE,GAAG,gBAAgB,CAAC;QACxD,YAAY,EAAE,UAAU;KACzB,CAAC,CAAC;IAEH,MAAM,eAAe,GACnB,iBAAiB;QACjB,2HAA2H,CAAC;IAC9H,MAAM,kBAAkB,GAAG,QAAQ,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,eAAe,CAAC;IAEjE,OAAO,MAAM,CAAC,CAAC,CAAC,CACd,0BACG,YAAY,CAAC,MAAM,EAAE,MAAM,EAAE,EAAE,YAAY,EAAE,QAAQ,EAAE,gBAAgB,EAAE,CAAC,EAC1E,eAAe,CAAC,CAAC,CAAC,CACjB,kBACE,SAAS,EAAE,eAAe,gBACd,mBAAmB,EAC/B,OAAO,EAAE,YAAY,aAErB,eAAM,SAAS,EAAC,MAAM,YAAE,kBAAkB,GAAQ,EACjD,IAAI,CAAC,CAAC,CAAC,KAAC,IAAI,IAAC,IAAI,EAAE,IAAI,EAAE,WAAW,EAAC,OAAO,EAAC,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,KAAK,SAAG,CAAC,CAAC,CAAC,IAAI,IAC7E,CACV,CAAC,CAAC,CAAC,IAAI,IACJ,CACP,CAAC,CAAC,CAAC,IAAI,CAAC;AACX,CAAC,CACF,CAAC;AAEF,MAAM,YAAY,GAAG,CACnB,MAAsB,EACtB,MAAc,EACd,EAAE,YAAY,EAAE,QAAQ,EAAE,gBAAgB,EAAsB,EAChE,EAAE;IACF,MAAM,aAAa,GAAG,MAAM,CAAC,KAAK,CAAC,CAAC,EAAE,MAAM,CAAC,MAAM,GAAG,YAAY,CAAC,CAAC;IACpE,MAAM,YAAY,GAAG,YAAY,GAAG,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC;IAEzE,OAAO,MAAM,CACX,0BACG,aAAa,EACd,cAAK,SAAS,EAAE,GAAG,uBAAuB,IAAI,gBAAgB,EAAE,YAAG,YAAY,GAAO,IAClF,EACN,QAAQ,CACT,CAAC;AACJ,CAAC,CAAC"}
@@ -1,10 +1,8 @@
1
- import { ContentPageContext } from '../../components/ContentPage/ContentPageContext';
2
1
  export declare const foldableBlockClassNames = "transition-all duration-300 max-h-0 overflow-hidden";
3
2
  export interface ActiveHandler {
4
- context: ContentPageContext;
5
3
  initialState?: boolean;
6
4
  }
7
- export declare const useActiveHandler: ({ context, initialState }: ActiveHandler) => {
5
+ export declare const useActiveHandler: ({ initialState }: ActiveHandler) => {
8
6
  icon: "ArrowDownIcon" | "ArrowUpIcon";
9
7
  handleToggle: (e: any) => void;
10
8
  isActive: boolean;
@@ -1,6 +1,7 @@
1
+ import { useState } from '@redneckz/uni-jsx/lib/hooks';
1
2
  export const foldableBlockClassNames = 'transition-all duration-300 max-h-0 overflow-hidden';
2
- export const useActiveHandler = ({ context, initialState = false }) => {
3
- const [isActive, setIsActive] = context.useState(initialState);
3
+ export const useActiveHandler = ({ initialState = false }) => {
4
+ const [isActive, setIsActive] = useState(initialState);
4
5
  const icon = isActive ? 'ArrowUpIcon' : 'ArrowDownIcon';
5
6
  const handleToggle = (e) => {
6
7
  const currentTarget = e.currentTarget;
@@ -1 +1 @@
1
- {"version":3,"file":"useActiveHandler.js","sourceRoot":"","sources":["../../../src/ui-kit/Foldable/useActiveHandler.ts"],"names":[],"mappings":"AAGA,MAAM,CAAC,MAAM,uBAAuB,GAAG,qDAAqD,CAAC;AAO7F,MAAM,CAAC,MAAM,gBAAgB,GAAG,CAAC,EAAE,OAAO,EAAE,YAAY,GAAG,KAAK,EAAiB,EAAE,EAAE;IACnF,MAAM,CAAC,QAAQ,EAAE,WAAW,CAAC,GAAG,OAAO,CAAC,QAAQ,CAAC,YAAY,CAAC,CAAC;IAC/D,MAAM,IAAI,GAAa,QAAQ,CAAC,CAAC,CAAC,aAAa,CAAC,CAAC,CAAC,eAAe,CAAC;IAElE,MAAM,YAAY,GAAG,CAAC,CAAC,EAAE,EAAE;QACzB,MAAM,aAAa,GAAG,CAAC,CAAC,aAA4B,CAAC;QAErD,IAAI,CAAC,aAAa,EAAE;YAClB,OAAO;SACR;QAED,WAAW,CAAC,CAAC,QAAQ,CAAC,CAAC;QACvB,MAAM,YAAY,GAAG,aAAa,CAAC,eAA8B,CAAC;QAClE,MAAM,YAAY,GAAG,YAAY,CAAC,sBAAsB,CACtD,uBAAuB,CACxB,CAAC,CAAC,CAAgB,CAAC;QAEpB,YAAY,CAAC,KAAK,CAAC,SAAS,GAAG,YAAY,CAAC,KAAK,CAAC,SAAS;YACzD,CAAC,CAAC,EAAE;YACJ,CAAC,CAAC,GAAG,YAAY,CAAC,YAAY,IAAI,CAAC;IACvC,CAAC,CAAC;IAEF,OAAO,EAAE,IAAI,EAAE,YAAY,EAAE,QAAQ,EAAE,CAAC;AAC1C,CAAC,CAAC"}
1
+ {"version":3,"file":"useActiveHandler.js","sourceRoot":"","sources":["../../../src/ui-kit/Foldable/useActiveHandler.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,6BAA6B,CAAC;AAGvD,MAAM,CAAC,MAAM,uBAAuB,GAAG,qDAAqD,CAAC;AAM7F,MAAM,CAAC,MAAM,gBAAgB,GAAG,CAAC,EAAE,YAAY,GAAG,KAAK,EAAiB,EAAE,EAAE;IAC1E,MAAM,CAAC,QAAQ,EAAE,WAAW,CAAC,GAAG,QAAQ,CAAC,YAAY,CAAC,CAAC;IACvD,MAAM,IAAI,GAAa,QAAQ,CAAC,CAAC,CAAC,aAAa,CAAC,CAAC,CAAC,eAAe,CAAC;IAElE,MAAM,YAAY,GAAG,CAAC,CAAC,EAAE,EAAE;QACzB,MAAM,aAAa,GAAG,CAAC,CAAC,aAA4B,CAAC;QAErD,IAAI,CAAC,aAAa,EAAE;YAClB,OAAO;SACR;QAED,WAAW,CAAC,CAAC,QAAQ,CAAC,CAAC;QACvB,MAAM,YAAY,GAAG,aAAa,CAAC,eAA8B,CAAC;QAClE,MAAM,YAAY,GAAG,YAAY,CAAC,sBAAsB,CACtD,uBAAuB,CACxB,CAAC,CAAC,CAAgB,CAAC;QAEpB,YAAY,CAAC,KAAK,CAAC,SAAS,GAAG,YAAY,CAAC,KAAK,CAAC,SAAS;YACzD,CAAC,CAAC,EAAE;YACJ,CAAC,CAAC,GAAG,YAAY,CAAC,YAAY,IAAI,CAAC;IACvC,CAAC,CAAC;IAEF,OAAO,EAAE,IAAI,EAAE,YAAY,EAAE,QAAQ,EAAE,CAAC;AAC1C,CAAC,CAAC"}
@@ -1,3 +1,3 @@
1
1
  import type { TopItemProps } from '../TopItem/TopItem';
2
2
  export declare type HeaderItemProps = TopItemProps;
3
- export declare const HeaderItem: (props: import("@redneckz/uni-jsx").PropsWithChildren<TopItemProps, any>, context?: any) => any;
3
+ export declare const HeaderItem: import("@redneckz/uni-jsx").UNIComponent<TopItemProps, any, any>;
@@ -1,6 +1,6 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "@redneckz/uni-jsx/jsx-runtime";
2
2
  import { JSX } from '@redneckz/uni-jsx';
3
- const TEXT_CLASSES = 'font-sans font-normal text-sm';
3
+ const TEXT_CLASSES = 'font-sans text-s';
4
4
  const BORDER_CLASSES = 'absolute left-0 -bottom-3 w-full h-[2px]';
5
5
  export const HeaderItem = JSX(({ className = '', text, href, target, active, onClick, children, bgColor = 'bg-white' }) => {
6
6
  return (_jsxs("a", { className: `relative inline-block bg-transparent text-center no-underline ${className}`, href: href, target: target, onClick: onClick, children: [_jsx("span", { className: getTextClasses(bgColor, active), children: text || children }), active ? _jsx("div", { className: getBorderClasses(bgColor, active) }) : null] }));
@@ -1 +1 @@
1
- {"version":3,"file":"HeaderItem.js","sourceRoot":"","sources":["../../../src/ui-kit/HeaderItem/HeaderItem.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAMxC,MAAM,YAAY,GAAG,+BAA+B,CAAC;AACrD,MAAM,cAAc,GAAG,0CAA0C,CAAC;AAElE,MAAM,CAAC,MAAM,UAAU,GAAG,GAAG,CAC3B,CAAC,EAAE,SAAS,GAAG,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,QAAQ,EAAE,OAAO,GAAG,UAAU,EAAE,EAAE,EAAE;IAC1F,OAAO,CACL,aACE,SAAS,EAAE,iEAAiE,SAAS,EAAE,EACvF,IAAI,EAAE,IAAI,EACV,MAAM,EAAE,MAAM,EACd,OAAO,EAAE,OAAO,aAEhB,eAAM,SAAS,EAAE,cAAc,CAAC,OAAO,EAAE,MAAM,CAAC,YAAG,IAAI,IAAI,QAAQ,GAAQ,EAC1E,MAAM,CAAC,CAAC,CAAC,cAAK,SAAS,EAAE,gBAAgB,CAAC,OAAO,EAAE,MAAM,CAAC,GAAI,CAAC,CAAC,CAAC,IAAI,IACpE,CACL,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,MAAM,cAAc,GAAG,CAAC,OAAuB,EAAE,MAAM,GAAG,KAAK,EAAE,EAAE;IACjE,IAAI,OAAO,GAAG,YAAY,CAAC;IAC3B,IAAI,OAAO,KAAK,UAAU,EAAE;QAC1B,OAAO,GAAG,MAAM,CAAC,CAAC,CAAC,mBAAmB,CAAC,CAAC,CAAC,6CAA6C,CAAC;KACxF;IAED,OAAO,GAAG,OAAO,IAAI,YAAY,EAAE,CAAC;AACtC,CAAC,CAAC;AAEF,MAAM,gBAAgB,GAAG,CAAC,OAAuB,EAAE,MAAM,GAAG,KAAK,EAAE,EAAE;IACnE,IAAI,CAAC,MAAM,EAAE;QACX,OAAO,cAAc,CAAC;KACvB;IAED,OAAO,GAAG,OAAO,KAAK,UAAU,CAAC,CAAC,CAAC,iBAAiB,CAAC,CAAC,CAAC,OAAO,IAAI,cAAc,EAAE,CAAC;AACrF,CAAC,CAAC"}
1
+ {"version":3,"file":"HeaderItem.js","sourceRoot":"","sources":["../../../src/ui-kit/HeaderItem/HeaderItem.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAMxC,MAAM,YAAY,GAAG,kBAAkB,CAAC;AACxC,MAAM,cAAc,GAAG,0CAA0C,CAAC;AAElE,MAAM,CAAC,MAAM,UAAU,GAAG,GAAG,CAC3B,CAAC,EAAE,SAAS,GAAG,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,QAAQ,EAAE,OAAO,GAAG,UAAU,EAAE,EAAE,EAAE;IAC1F,OAAO,CACL,aACE,SAAS,EAAE,iEAAiE,SAAS,EAAE,EACvF,IAAI,EAAE,IAAI,EACV,MAAM,EAAE,MAAM,EACd,OAAO,EAAE,OAAO,aAEhB,eAAM,SAAS,EAAE,cAAc,CAAC,OAAO,EAAE,MAAM,CAAC,YAAG,IAAI,IAAI,QAAQ,GAAQ,EAC1E,MAAM,CAAC,CAAC,CAAC,cAAK,SAAS,EAAE,gBAAgB,CAAC,OAAO,EAAE,MAAM,CAAC,GAAI,CAAC,CAAC,CAAC,IAAI,IACpE,CACL,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,MAAM,cAAc,GAAG,CAAC,OAAuB,EAAE,MAAM,GAAG,KAAK,EAAE,EAAE;IACjE,IAAI,OAAO,GAAG,YAAY,CAAC;IAC3B,IAAI,OAAO,KAAK,UAAU,EAAE;QAC1B,OAAO,GAAG,MAAM,CAAC,CAAC,CAAC,mBAAmB,CAAC,CAAC,CAAC,6CAA6C,CAAC;KACxF;IAED,OAAO,GAAG,OAAO,IAAI,YAAY,EAAE,CAAC;AACtC,CAAC,CAAC;AAEF,MAAM,gBAAgB,GAAG,CAAC,OAAuB,EAAE,MAAM,GAAG,KAAK,EAAE,EAAE;IACnE,IAAI,CAAC,MAAM,EAAE;QACX,OAAO,cAAc,CAAC;KACvB;IAED,OAAO,GAAG,OAAO,KAAK,UAAU,CAAC,CAAC,CAAC,iBAAiB,CAAC,CAAC,CAAC,OAAO,IAAI,cAAc,EAAE,CAAC;AACrF,CAAC,CAAC"}
@@ -1,2 +1,2 @@
1
1
  import type { HeadingProps } from './HeadingProps';
2
- export declare const Heading: (props: import("@redneckz/uni-jsx").PropsWithChildren<HeadingProps, any>, context?: any) => any;
2
+ export declare const Heading: import("@redneckz/uni-jsx").UNIComponent<HeadingProps, any, any>;
@@ -1,2 +1,2 @@
1
1
  import type { IconProps } from './IconProps';
2
- export declare const Icon: (props: import("@redneckz/uni-jsx").PropsWithChildren<IconProps, any>, context?: any) => any;
2
+ export declare const Icon: import("@redneckz/uni-jsx").UNIComponent<IconProps, any, any>;
@@ -1,2 +1,2 @@
1
1
  import type { Image, ImageProps } from './ImgProps';
2
- export declare const Img: (props: import("@redneckz/uni-jsx").PropsWithChildren<ImageProps<Image>, any>, context?: any) => any;
2
+ export declare const Img: import("@redneckz/uni-jsx").UNIComponent<ImageProps<Image>, any, any>;
@@ -1,7 +1,7 @@
1
1
  import { jsx as _jsx } from "@redneckz/uni-jsx/jsx-runtime";
2
2
  import { JSX } from '@redneckz/uni-jsx';
3
3
  import { ImgInner } from './ImgInner.js';
4
- export const Img = JSX(({ className = '', image }) => {
5
- return _jsx(ImgInner, { className: className, image: image, isMobile: true });
4
+ export const Img = JSX(({ className = '', image, imageClassName, ...iconProps }) => {
5
+ return (_jsx(ImgInner, { className: className, image: image, imageClassName: imageClassName, ...iconProps, isMobile: true }));
6
6
  });
7
7
  //# sourceMappingURL=Img.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Img.js","sourceRoot":"","sources":["../../../src/ui-kit/Img/Img.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AACxC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAItC,MAAM,CAAC,MAAM,GAAG,GAAG,GAAG,CAAoB,CAAC,EAAE,SAAS,GAAG,EAAE,EAAE,KAAK,EAAE,EAAE,EAAE;IACtE,OAAO,KAAC,QAAQ,IAAC,SAAS,EAAE,SAAS,EAAE,KAAK,EAAE,KAAK,EAAE,QAAQ,EAAE,IAAI,GAAI,CAAC;AAC1E,CAAC,CAAC,CAAC"}
1
+ {"version":3,"file":"Img.js","sourceRoot":"","sources":["../../../src/ui-kit/Img/Img.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AACxC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAItC,MAAM,CAAC,MAAM,GAAG,GAAG,GAAG,CACpB,CAAC,EAAE,SAAS,GAAG,EAAE,EAAE,KAAK,EAAE,cAAc,EAAE,GAAG,SAAS,EAAE,EAAE,EAAE;IAC1D,OAAO,CACL,KAAC,QAAQ,IACP,SAAS,EAAE,SAAS,EACpB,KAAK,EAAE,KAAK,EACZ,cAAc,EAAE,cAAc,KAC1B,SAAS,EACb,QAAQ,EAAE,IAAI,GACd,CACH,CAAC;AACJ,CAAC,CACF,CAAC"}
@@ -1,4 +1,4 @@
1
1
  import type { ImgSource, Picture } from '../../model/Picture';
2
2
  import type { ImageProps } from './ImgProps';
3
- export declare const ImgAsPicture: (props: import("@redneckz/uni-jsx").PropsWithChildren<ImageProps<Picture>, any>, context?: any) => any;
3
+ export declare const ImgAsPicture: import("@redneckz/uni-jsx").UNIComponent<ImageProps<Picture>, any, any>;
4
4
  export declare function formatToMimeType(format: ImgSource['format']): string | undefined;
@@ -7,7 +7,7 @@ const sourcesComparator = (a, b) => {
7
7
  return 0;
8
8
  };
9
9
  export const ImgAsPicture = JSX(({ className = '', image, imageClassName = '', isMobile = false }) => {
10
- if (!image) {
10
+ if (!image || (!image?.sources && !image?.src)) {
11
11
  return null;
12
12
  }
13
13
  const pictureStyles = isMobile ? 'flex' : 'flex-none';
@@ -1 +1 @@
1
- {"version":3,"file":"ImgAsPicture.js","sourceRoot":"","sources":["../../../src/ui-kit/Img/ImgAsPicture.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAIxC,MAAM,iBAAiB,GAAG,CAAC,CAAU,EAAE,CAAU,EAAE,EAAE;IACnD,IAAI,CAAC,CAAC,KAAK,IAAI,CAAC,CAAC,KAAK,EAAE;QACtB,OAAO,CAAC,CAAC,KAAK,GAAG,CAAC,CAAC,KAAK,CAAC;KAC1B;IAED,OAAO,CAAC,CAAC;AACX,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,YAAY,GAAG,GAAG,CAC7B,CAAC,EAAE,SAAS,GAAG,EAAE,EAAE,KAAK,EAAE,cAAc,GAAG,EAAE,EAAE,QAAQ,GAAG,KAAK,EAAE,EAAE,EAAE;IACnE,IAAI,CAAC,KAAK,EAAE;QACV,OAAO,IAAI,CAAC;KACb;IAED,MAAM,aAAa,GAAG,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,WAAW,CAAC;IAEtD,OAAO,CACL,mBAAS,SAAS,EAAE,GAAG,aAAa,IAAI,SAAS,EAAE,aAChD,KAAK,EAAE,OAAO,EAAE,MAAM;gBACrB,CAAC,CAAC,KAAK,CAAC,OAAO;qBACV,IAAI,CAAC,iBAAiB,CAAC;qBACvB,GAAG,CAAC,CAAC,EAAE,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,IAAI,EAAE,EAAE,KAAK,EAAE,EAAE,CAAC,CAC5C,iBAEE,MAAM,EAAE,GAAG,EACX,IAAI,EAAE,gBAAgB,CAAC,MAAM,CAAC,EAC9B,KAAK,EAAE,KAAK,CAAC,CAAC,CAAC,eAAe,KAAK,KAAK,CAAC,CAAC,CAAC,EAAE,KACzC,IAAI,IAJH,GAAG,KAAK,IAAI,GAAG,EAAE,CAKtB,CACH,CAAC;gBACN,CAAC,CAAC,IAAI,EACP,SAAS,CAAC,KAAK,EAAE,cAAc,EAAE,QAAQ,CAAC,IACnC,CACX,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,MAAM,SAAS,GAAG,CAAC,KAAc,EAAE,cAAc,GAAG,EAAE,EAAE,QAAQ,GAAG,KAAK,EAAE,EAAE;IAC1E,MAAM,KAAK,GAAG,KAAK,CAAC,KAAK,IAAI,EAAE,CAAC;IAChC,MAAM,GAAG,GAAG,KAAK,CAAC,GAAG,IAAI,KAAK,CAAC,KAAK,CAAC;IACrC,MAAM,QAAQ,GAAG,QAAQ,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC;IAE7C,OAAO,CACL,cACE,GAAG,EAAE,KAAK,CAAC,GAAG,EACd,SAAS,EAAE,GAAG,QAAQ,IAAI,cAAc,EAAE,EAC1C,GAAG,EAAE,GAAG,EACR,KAAK,EAAE,KAAK,KACR,KAAK,CAAC,IAAI,GACd,CACH,CAAC;AACJ,CAAC,CAAC;AAEF,MAAM,UAAU,gBAAgB,CAAC,MAA2B;IAC1D,OAAO,MAAM,CAAC,CAAC,CAAC,SAAS,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,CAAC,SAAS,CAAC;AACxD,CAAC"}
1
+ {"version":3,"file":"ImgAsPicture.js","sourceRoot":"","sources":["../../../src/ui-kit/Img/ImgAsPicture.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAIxC,MAAM,iBAAiB,GAAG,CAAC,CAAU,EAAE,CAAU,EAAE,EAAE;IACnD,IAAI,CAAC,CAAC,KAAK,IAAI,CAAC,CAAC,KAAK,EAAE;QACtB,OAAO,CAAC,CAAC,KAAK,GAAG,CAAC,CAAC,KAAK,CAAC;KAC1B;IAED,OAAO,CAAC,CAAC;AACX,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,YAAY,GAAG,GAAG,CAC7B,CAAC,EAAE,SAAS,GAAG,EAAE,EAAE,KAAK,EAAE,cAAc,GAAG,EAAE,EAAE,QAAQ,GAAG,KAAK,EAAE,EAAE,EAAE;IACnE,IAAI,CAAC,KAAK,IAAI,CAAC,CAAC,KAAK,EAAE,OAAO,IAAI,CAAC,KAAK,EAAE,GAAG,CAAC,EAAE;QAC9C,OAAO,IAAI,CAAC;KACb;IAED,MAAM,aAAa,GAAG,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,WAAW,CAAC;IAEtD,OAAO,CACL,mBAAS,SAAS,EAAE,GAAG,aAAa,IAAI,SAAS,EAAE,aAChD,KAAK,EAAE,OAAO,EAAE,MAAM;gBACrB,CAAC,CAAC,KAAK,CAAC,OAAO;qBACV,IAAI,CAAC,iBAAiB,CAAC;qBACvB,GAAG,CAAC,CAAC,EAAE,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,IAAI,EAAE,EAAE,KAAK,EAAE,EAAE,CAAC,CAC5C,iBAEE,MAAM,EAAE,GAAG,EACX,IAAI,EAAE,gBAAgB,CAAC,MAAM,CAAC,EAC9B,KAAK,EAAE,KAAK,CAAC,CAAC,CAAC,eAAe,KAAK,KAAK,CAAC,CAAC,CAAC,EAAE,KACzC,IAAI,IAJH,GAAG,KAAK,IAAI,GAAG,EAAE,CAKtB,CACH,CAAC;gBACN,CAAC,CAAC,IAAI,EACP,SAAS,CAAC,KAAK,EAAE,cAAc,EAAE,QAAQ,CAAC,IACnC,CACX,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,MAAM,SAAS,GAAG,CAAC,KAAc,EAAE,cAAc,GAAG,EAAE,EAAE,QAAQ,GAAG,KAAK,EAAE,EAAE;IAC1E,MAAM,KAAK,GAAG,KAAK,CAAC,KAAK,IAAI,EAAE,CAAC;IAChC,MAAM,GAAG,GAAG,KAAK,CAAC,GAAG,IAAI,KAAK,CAAC,KAAK,CAAC;IACrC,MAAM,QAAQ,GAAG,QAAQ,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC;IAE7C,OAAO,CACL,cACE,GAAG,EAAE,KAAK,CAAC,GAAG,EACd,SAAS,EAAE,GAAG,QAAQ,IAAI,cAAc,EAAE,EAC1C,GAAG,EAAE,GAAG,EACR,KAAK,EAAE,KAAK,KACR,KAAK,CAAC,IAAI,GACd,CACH,CAAC;AACJ,CAAC,CAAC;AAEF,MAAM,UAAU,gBAAgB,CAAC,MAA2B;IAC1D,OAAO,MAAM,CAAC,CAAC,CAAC,SAAS,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,CAAC,SAAS,CAAC;AACxD,CAAC"}
@@ -1,2 +1,2 @@
1
1
  import type { Image, ImageProps } from './ImgProps';
2
- export declare const ImgInner: (props: import("@redneckz/uni-jsx").PropsWithChildren<ImageProps<Image>, any>, context?: any) => any;
2
+ export declare const ImgInner: import("@redneckz/uni-jsx").UNIComponent<ImageProps<Image>, any, any>;
@@ -1,2 +1,2 @@
1
1
  import { InputProps } from './InputProps';
2
- export declare const Input: (props: import("@redneckz/uni-jsx").PropsWithChildren<InputProps, any>, context?: any) => any;
2
+ export declare const Input: import("@redneckz/uni-jsx").UNIComponent<InputProps, any, any>;
@@ -1,2 +1,2 @@
1
1
  import type { InputRangeProps } from './InputRangeProps';
2
- export declare const InputRange: (props: import("@redneckz/uni-jsx").PropsWithChildren<InputRangeProps, any>, context?: any) => any;
2
+ export declare const InputRange: import("@redneckz/uni-jsx").UNIComponent<InputRangeProps, any, any>;
@@ -1,7 +1,8 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "@redneckz/uni-jsx/jsx-runtime";
2
2
  import { JSX } from '@redneckz/uni-jsx';
3
3
  import { addSpacesBetweenNumbers } from '../../utils/addSpacesBetweenNumbers.js';
4
- export const InputRange = JSX(({ className, title, items = [], min = 1, max = 100, step = 1, value = min, onChange }) => {
4
+ const DISABLED_INPUT_CLASSES = 'disabled:border-main-stroke disabled:bg-main-divider';
5
+ export const InputRange = JSX(({ className, title, items = [], min = 1, max = 100, step = 1, value = min, disabled = false, onChange, }) => {
5
6
  const handleChange = (_) => {
6
7
  if (!onChange) {
7
8
  return;
@@ -23,7 +24,7 @@ export const InputRange = JSX(({ className, title, items = [], min = 1, max = 10
23
24
  onChange(max);
24
25
  }
25
26
  };
26
- return (_jsxs("div", { className: className, children: [_jsxs("label", { className: "block relative", children: [title ? _jsx("span", { className: "text-l text-secondary-text pl-4", children: title }) : null, _jsx("input", { className: `m-0 mt-[5px] font-sans text-h3 w-full h-14 border border-solid border-main-stroke rounded-md
27
- outline-none p-0 pl-4 box-border text-primary-text`, value: addSpacesBetweenNumbers(value), onChange: (e) => handleChange(e.target.value), onBlur: handleBlur }), _jsx("div", { className: "absolute inset-x-0 bottom-[-4px] px-4 leading-[18px]", children: _jsx("input", { className: "box-border w-full m-0 cursor-pointer slider", type: "range", min: min, max: max, step: step, value: value, onChange: (e) => handleChange(e.target.value), style: inputStyle }) })] }), _jsx("div", { className: "flex justify-between my-3", children: items.map((item, i) => (_jsx("span", { className: "text-sm leading-[14px] text-secondary-text pl-4", children: item }, String(i)))) })] }));
27
+ return (_jsxs("div", { className: className, children: [_jsxs("label", { className: "block relative", children: [title ? _jsx("span", { className: "text-m font-light", children: title }) : null, _jsx("input", { className: `m-0 mt-2 font-sans text-h3 w-full h-14 border border-solid border-main-stroke rounded-md
28
+ outline-none p-0 pl-4 box-border text-primary-text hover:border-primary-hover focus:border-primary-focus ${DISABLED_INPUT_CLASSES}`, value: addSpacesBetweenNumbers(value), disabled: disabled, onChange: (e) => handleChange(e.target.value), onBlur: handleBlur }), _jsx("div", { className: "absolute inset-x-0 -bottom-1 px-4 leading-[18px]", children: _jsx("input", { className: "box-border w-full m-0 cursor-pointer slider", type: "range", min: min, max: max, step: step, value: value, disabled: disabled, onChange: (e) => handleChange(e.target.value), style: inputStyle }) })] }), _jsx("div", { className: "flex justify-between my-2", children: items.map((item, i) => (_jsx("span", { className: "text-s-light text-secondary-text", children: item }, String(i)))) })] }));
28
29
  });
29
30
  //# sourceMappingURL=InputRange.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"InputRange.js","sourceRoot":"","sources":["../../../src/ui-kit/InputRange/InputRange.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AACxC,OAAO,EAAE,uBAAuB,EAAE,MAAM,qCAAqC,CAAC;AAG9E,MAAM,CAAC,MAAM,UAAU,GAAG,GAAG,CAC3B,CAAC,EAAE,SAAS,EAAE,KAAK,EAAE,KAAK,GAAG,EAAE,EAAE,GAAG,GAAG,CAAC,EAAE,GAAG,GAAG,GAAG,EAAE,IAAI,GAAG,CAAC,EAAE,KAAK,GAAG,GAAG,EAAE,QAAQ,EAAE,EAAE,EAAE;IACxF,MAAM,YAAY,GAAG,CAAC,CAAS,EAAE,EAAE;QACjC,IAAI,CAAC,QAAQ,EAAE;YACb,OAAO;SACR;QACD,MAAM,cAAc,GAAG,MAAM,CAAC,CAAC,CAAC,OAAO,CAAC,KAAK,EAAE,EAAE,CAAC,CAAC,CAAC;QACpD,QAAQ,CAAC,cAAc,CAAC,CAAC;IAC3B,CAAC,CAAC;IACF,MAAM,UAAU,GAAG;QACjB,cAAc,EAAE,GAAG,CAAC,CAAC,CAAC,KAAK,GAAG,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,GAAG,GAAG,GAAG,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,QAAQ;KAC5E,CAAC;IACF,MAAM,UAAU,GAAG,GAAG,EAAE;QACtB,IAAI,CAAC,QAAQ,EAAE;YACb,OAAO;SACR;QACD,IAAI,KAAK,GAAG,GAAG,EAAE;YACf,QAAQ,CAAC,GAAG,CAAC,CAAC;SACf;QACD,IAAI,KAAK,GAAG,GAAG,EAAE;YACf,QAAQ,CAAC,GAAG,CAAC,CAAC;SACf;IACH,CAAC,CAAC;IAEF,OAAO,CACL,eAAK,SAAS,EAAE,SAAS,aACvB,iBAAO,SAAS,EAAC,gBAAgB,aAC9B,KAAK,CAAC,CAAC,CAAC,eAAM,SAAS,EAAC,iCAAiC,YAAE,KAAK,GAAQ,CAAC,CAAC,CAAC,IAAI,EAChF,gBACE,SAAS,EAAE;2EACoD,EAC/D,KAAK,EAAE,uBAAuB,CAAC,KAAK,CAAC,EACrC,QAAQ,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,YAAY,CAAC,CAAC,CAAC,MAAM,CAAC,KAAe,CAAC,EACvD,MAAM,EAAE,UAAU,GAClB,EACF,cAAK,SAAS,EAAC,sDAAsD,YACnE,gBACE,SAAS,EAAC,6CAA6C,EACvD,IAAI,EAAC,OAAO,EACZ,GAAG,EAAE,GAAG,EACR,GAAG,EAAE,GAAG,EACR,IAAI,EAAE,IAAI,EACV,KAAK,EAAE,KAAK,EACZ,QAAQ,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,YAAY,CAAC,CAAC,CAAC,MAAM,CAAC,KAAe,CAAC,EACvD,KAAK,EAAE,UAAU,GACjB,GACE,IACA,EACR,cAAK,SAAS,EAAC,2BAA2B,YACvC,KAAK,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,CAAC,EAAE,EAAE,CAAC,CACtB,eAAsB,SAAS,EAAC,iDAAiD,YAC9E,IAAI,IADI,MAAM,CAAC,CAAC,CAAC,CAEb,CACR,CAAC,GACE,IACF,CACP,CAAC;AACJ,CAAC,CACF,CAAC"}
1
+ {"version":3,"file":"InputRange.js","sourceRoot":"","sources":["../../../src/ui-kit/InputRange/InputRange.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AACxC,OAAO,EAAE,uBAAuB,EAAE,MAAM,qCAAqC,CAAC;AAG9E,MAAM,sBAAsB,GAAG,sDAAsD,CAAC;AAEtF,MAAM,CAAC,MAAM,UAAU,GAAG,GAAG,CAC3B,CAAC,EACC,SAAS,EACT,KAAK,EACL,KAAK,GAAG,EAAE,EACV,GAAG,GAAG,CAAC,EACP,GAAG,GAAG,GAAG,EACT,IAAI,GAAG,CAAC,EACR,KAAK,GAAG,GAAG,EACX,QAAQ,GAAG,KAAK,EAChB,QAAQ,GACT,EAAE,EAAE;IACH,MAAM,YAAY,GAAG,CAAC,CAAS,EAAE,EAAE;QACjC,IAAI,CAAC,QAAQ,EAAE;YACb,OAAO;SACR;QACD,MAAM,cAAc,GAAG,MAAM,CAAC,CAAC,CAAC,OAAO,CAAC,KAAK,EAAE,EAAE,CAAC,CAAC,CAAC;QACpD,QAAQ,CAAC,cAAc,CAAC,CAAC;IAC3B,CAAC,CAAC;IACF,MAAM,UAAU,GAAG;QACjB,cAAc,EAAE,GAAG,CAAC,CAAC,CAAC,KAAK,GAAG,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,GAAG,GAAG,GAAG,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,QAAQ;KAC5E,CAAC;IACF,MAAM,UAAU,GAAG,GAAG,EAAE;QACtB,IAAI,CAAC,QAAQ,EAAE;YACb,OAAO;SACR;QACD,IAAI,KAAK,GAAG,GAAG,EAAE;YACf,QAAQ,CAAC,GAAG,CAAC,CAAC;SACf;QACD,IAAI,KAAK,GAAG,GAAG,EAAE;YACf,QAAQ,CAAC,GAAG,CAAC,CAAC;SACf;IACH,CAAC,CAAC;IAEF,OAAO,CACL,eAAK,SAAS,EAAE,SAAS,aACvB,iBAAO,SAAS,EAAC,gBAAgB,aAC9B,KAAK,CAAC,CAAC,CAAC,eAAM,SAAS,EAAC,mBAAmB,YAAE,KAAK,GAAQ,CAAC,CAAC,CAAC,IAAI,EAClE,gBACE,SAAS,EAAE;mIAC4G,sBAAsB,EAAE,EAC/I,KAAK,EAAE,uBAAuB,CAAC,KAAK,CAAC,EACrC,QAAQ,EAAE,QAAQ,EAClB,QAAQ,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,YAAY,CAAC,CAAC,CAAC,MAAM,CAAC,KAAe,CAAC,EACvD,MAAM,EAAE,UAAU,GAClB,EACF,cAAK,SAAS,EAAC,kDAAkD,YAC/D,gBACE,SAAS,EAAC,6CAA6C,EACvD,IAAI,EAAC,OAAO,EACZ,GAAG,EAAE,GAAG,EACR,GAAG,EAAE,GAAG,EACR,IAAI,EAAE,IAAI,EACV,KAAK,EAAE,KAAK,EACZ,QAAQ,EAAE,QAAQ,EAClB,QAAQ,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,YAAY,CAAC,CAAC,CAAC,MAAM,CAAC,KAAe,CAAC,EACvD,KAAK,EAAE,UAAU,GACjB,GACE,IACA,EACR,cAAK,SAAS,EAAC,2BAA2B,YACvC,KAAK,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,CAAC,EAAE,EAAE,CAAC,CACtB,eAAsB,SAAS,EAAC,kCAAkC,YAC/D,IAAI,IADI,MAAM,CAAC,CAAC,CAAC,CAEb,CACR,CAAC,GACE,IACF,CACP,CAAC;AACJ,CAAC,CACF,CAAC"}
@@ -6,5 +6,6 @@ export interface InputRangeProps {
6
6
  step?: number;
7
7
  value?: number;
8
8
  title?: string;
9
+ disabled?: boolean;
9
10
  onChange?: (value: number) => void;
10
11
  }
@@ -1,2 +1,2 @@
1
1
  import type { ListProps } from './ListProps';
2
- export declare const List: (props: import("@redneckz/uni-jsx").PropsWithChildren<ListProps, any>, context?: any) => any;
2
+ export declare const List: import("@redneckz/uni-jsx").UNIComponent<ListProps, any, any>;
@@ -8,5 +8,5 @@ export interface ListItemProps {
8
8
  text?: string;
9
9
  isDotted?: boolean;
10
10
  }
11
- export declare const ListItem: (props: import("@redneckz/uni-jsx").PropsWithChildren<ListItemProps, any>, context?: any) => any;
11
+ export declare const ListItem: import("@redneckz/uni-jsx").UNIComponent<ListItemProps, any, any>;
12
12
  export declare const getListStyle: (version: ListItemVersion) => string;
@@ -5,4 +5,4 @@ export interface LogoProps {
5
5
  bgColor?: string;
6
6
  hideTitle?: boolean;
7
7
  }
8
- export declare const Logo: (props: import("@redneckz/uni-jsx").PropsWithChildren<Partial<LogoProps>, any>, context?: any) => any;
8
+ export declare const Logo: import("@redneckz/uni-jsx").UNIComponent<Partial<LogoProps>, any, any>;