@redneckz/wildless-cms-uni-blocks 0.3.84 → 0.3.86

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 (1513) hide show
  1. package/bundle/blocks.schema.json +1 -1
  2. package/bundle/bundle.umd.js +495 -394
  3. package/bundle/bundle.umd.min.js +1 -1
  4. package/cosmos-static/icons/Logo.svg +1 -0
  5. package/dist/components/Accordion/useActiveHandler.d.ts +1 -1
  6. package/dist/components/Accordion/useActiveHandler.js +4 -4
  7. package/dist/components/Accordion/useActiveHandler.js.map +1 -1
  8. package/dist/components/BaseTile/BaseTile.js +1 -1
  9. package/dist/components/BaseTile/BaseTile.js.map +1 -1
  10. package/dist/components/BaseTile/BaseTileProps.d.ts +7 -26
  11. package/dist/components/BaseTile/getTileHeadingType.d.ts +1 -1
  12. package/dist/components/BaseTile/getTileHeadingType.js +3 -3
  13. package/dist/components/BaseTile/getTileHeadingType.js.map +1 -1
  14. package/dist/components/BenefitsBlock/BenefitsBlockContent.d.ts +2 -2
  15. package/dist/components/Bonus/BonusContent.d.ts +2 -3
  16. package/dist/components/Calculator/BonusCalculatorForm.d.ts +3 -3
  17. package/dist/components/Calculator/BonusCalculatorForm.js +23 -29
  18. package/dist/components/Calculator/BonusCalculatorForm.js.map +1 -1
  19. package/dist/components/Calculator/Calculator.js +7 -7
  20. package/dist/components/Calculator/Calculator.js.map +1 -1
  21. package/dist/components/Calculator/CalculatorContent.d.ts +14 -4
  22. package/dist/components/Calculator/CreditCalculatorForm.d.ts +4 -2
  23. package/dist/components/Calculator/CreditCalculatorForm.js +38 -41
  24. package/dist/components/Calculator/CreditCalculatorForm.js.map +1 -1
  25. package/dist/components/Calculator/DepositCalculatorForm.js +14 -28
  26. package/dist/components/Calculator/DepositCalculatorForm.js.map +1 -1
  27. package/dist/components/Calculator/EmbeddableCalcBlocks.d.ts +4 -4
  28. package/dist/components/Calculator/EmbeddableCalcBlocks.js +2 -2
  29. package/dist/components/Calculator/EmbeddableCalcBlocks.js.map +1 -1
  30. package/dist/components/Calculator/MortgageCalculatorForm.js +14 -28
  31. package/dist/components/Calculator/MortgageCalculatorForm.js.map +1 -1
  32. package/dist/components/Calculator/Rate.d.ts +7 -0
  33. package/dist/components/Calculator/Rate.js +6 -0
  34. package/dist/components/Calculator/Rate.js.map +1 -0
  35. package/dist/components/Calculator/constants.d.ts +13 -4
  36. package/dist/components/Calculator/constants.js +34 -5
  37. package/dist/components/Calculator/constants.js.map +1 -1
  38. package/dist/components/Calculator/getBonus.d.ts +2 -0
  39. package/dist/components/Calculator/getBonus.js +16 -0
  40. package/dist/components/Calculator/getBonus.js.map +1 -0
  41. package/dist/components/Calculator/getDefaultMonths.d.ts +1 -2
  42. package/dist/components/Calculator/getDefaultMonths.js +1 -4
  43. package/dist/components/Calculator/getDefaultMonths.js.map +1 -1
  44. package/dist/components/Calculator/getDefaultSum.d.ts +1 -2
  45. package/dist/components/Calculator/getDefaultSum.js +1 -3
  46. package/dist/components/Calculator/getDefaultSum.js.map +1 -1
  47. package/dist/components/Calculator/getMonthlyPayment.d.ts +6 -11
  48. package/dist/components/Calculator/getMonthlyPayment.js +10 -11
  49. package/dist/components/Calculator/getMonthlyPayment.js.map +1 -1
  50. package/dist/components/Calculator/renderCalculatorBlock.d.ts +1 -1
  51. package/dist/components/Calculator/renderCalculatorBlock.js +3 -3
  52. package/dist/components/Calculator/renderCalculatorBlock.js.map +1 -1
  53. package/dist/components/Calculator/renderInitialFeeInput.d.ts +3 -8
  54. package/dist/components/Calculator/renderInitialFeeInput.js +7 -6
  55. package/dist/components/Calculator/renderInitialFeeInput.js.map +1 -1
  56. package/dist/components/Calculator/renderMonthsInput.d.ts +3 -7
  57. package/dist/components/Calculator/renderMonthsInput.js +4 -3
  58. package/dist/components/Calculator/renderMonthsInput.js.map +1 -1
  59. package/dist/components/Calculator/renderPaymentTypeSelector.d.ts +5 -0
  60. package/dist/components/Calculator/renderPaymentTypeSelector.js +9 -0
  61. package/dist/components/Calculator/renderPaymentTypeSelector.js.map +1 -0
  62. package/dist/components/Calculator/renderRealEstateValue.d.ts +2 -7
  63. package/dist/components/Calculator/renderRealEstateValue.js +6 -5
  64. package/dist/components/Calculator/renderRealEstateValue.js.map +1 -1
  65. package/dist/components/Calculator/renderWantedSumInput.d.ts +6 -9
  66. package/dist/components/Calculator/renderWantedSumInput.js +5 -7
  67. package/dist/components/Calculator/renderWantedSumInput.js.map +1 -1
  68. package/dist/components/Calculator/useBonusCalculatorParams.d.ts +37 -0
  69. package/dist/components/Calculator/useBonusCalculatorParams.js +18 -0
  70. package/dist/components/Calculator/useBonusCalculatorParams.js.map +1 -0
  71. package/dist/components/Calculator/useCalculatorParams.d.ts +2 -0
  72. package/dist/components/Calculator/useCalculatorParams.js +12 -0
  73. package/dist/components/Calculator/useCalculatorParams.js.map +1 -0
  74. package/dist/components/Calculator/useCreditCalculatorParams.d.ts +28 -0
  75. package/dist/components/Calculator/useCreditCalculatorParams.js +26 -0
  76. package/dist/components/Calculator/useCreditCalculatorParams.js.map +1 -0
  77. package/dist/components/Catalog/CatalogContent.d.ts +3 -4
  78. package/dist/components/ComparisonTable/ComparisonTable.js +2 -2
  79. package/dist/components/ComparisonTable/ComparisonTable.js.map +1 -1
  80. package/dist/components/ComparisonTable/ComparisonTableColumnHeaders.d.ts +1 -1
  81. package/dist/components/ComparisonTable/ComparisonTableColumnHeaders.js +4 -4
  82. package/dist/components/ComparisonTable/ComparisonTableColumnHeaders.js.map +1 -1
  83. package/dist/components/ComparisonTable/ComparisonTableRows.d.ts +2 -2
  84. package/dist/components/ComparisonTable/HeaderCell.js +1 -1
  85. package/dist/components/ComparisonTable/HeaderCell.js.map +1 -1
  86. package/dist/components/ContentPage/ContentPageContext.d.ts +1 -2
  87. package/dist/components/ExchangeRateTile/CurrencyTable.js +2 -2
  88. package/dist/components/ExchangeRateTile/CurrencyTable.js.map +1 -1
  89. package/dist/components/ExchangeRateTile/CurrentLocation.js +1 -1
  90. package/dist/components/ExchangeRateTile/CurrentLocation.js.map +1 -1
  91. package/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.d.ts +2 -0
  92. package/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.js +3 -3
  93. package/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.js.map +1 -1
  94. package/dist/components/ExchangeRateTile/ExchangeRateTile.js +2 -3
  95. package/dist/components/ExchangeRateTile/ExchangeRateTile.js.map +1 -1
  96. package/dist/components/ExchangeRateTile/ExchangeRateTileContent.d.ts +2 -0
  97. package/dist/components/ExchangeRateTile/renderButton.d.ts +1 -1
  98. package/dist/components/ExchangeRateTile/renderButton.js +2 -2
  99. package/dist/components/ExchangeRateTile/renderButton.js.map +1 -1
  100. package/dist/components/ExchangeRateTile/renderInput.js +1 -1
  101. package/dist/components/ExchangeRateTile/renderInput.js.map +1 -1
  102. package/dist/components/Footer/HorizontalNavigation.js +2 -2
  103. package/dist/components/Footer/HorizontalNavigation.js.map +1 -1
  104. package/dist/components/Footer/HorizontalNavigation.mobile.js +2 -2
  105. package/dist/components/Footer/HorizontalNavigation.mobile.js.map +1 -1
  106. package/dist/components/Footer/HorizontalNavigationLink.d.ts +8 -0
  107. package/dist/components/Footer/HorizontalNavigationLink.js +6 -0
  108. package/dist/components/Footer/HorizontalNavigationLink.js.map +1 -0
  109. package/dist/components/Footer/MediaButton.js +2 -1
  110. package/dist/components/Footer/MediaButton.js.map +1 -1
  111. package/dist/components/Footer/TextInformation.js +2 -2
  112. package/dist/components/Footer/TextInformation.js.map +1 -1
  113. package/dist/components/Footer/TextInformation.mobile.js +2 -2
  114. package/dist/components/Footer/TextInformation.mobile.js.map +1 -1
  115. package/dist/components/Footer/TextInformationLink.d.ts +8 -0
  116. package/dist/components/Footer/TextInformationLink.js +6 -0
  117. package/dist/components/Footer/TextInformationLink.js.map +1 -0
  118. package/dist/components/Gallery/Gallery.mobile.js +2 -1
  119. package/dist/components/Gallery/Gallery.mobile.js.map +1 -1
  120. package/dist/components/GracePeriod/GracePeriodContent.d.ts +2 -2
  121. package/dist/components/GroupBlock/GroupBlock.js +1 -1
  122. package/dist/components/GroupBlock/GroupBlock.js.map +1 -1
  123. package/dist/components/GroupBlock/GroupBlockTabs.d.ts +2 -3
  124. package/dist/components/GroupBlock/GroupBlockTabs.js +10 -8
  125. package/dist/components/GroupBlock/GroupBlockTabs.js.map +1 -1
  126. package/dist/components/GroupBlock/GroupBlocksItem.d.ts +1 -1
  127. package/dist/components/GroupBlock/GroupBlocksItem.js +1 -1
  128. package/dist/components/GroupBlock/GroupBlocksItem.js.map +1 -1
  129. package/dist/components/GroupBlock/renderBlocksTypes.js +4 -2
  130. package/dist/components/GroupBlock/renderBlocksTypes.js.map +1 -1
  131. package/dist/components/Header/DropdownMenu.d.ts +1 -0
  132. package/dist/components/Header/DropdownMenu.js +6 -3
  133. package/dist/components/Header/DropdownMenu.js.map +1 -1
  134. package/dist/components/Header/Header.js +1 -1
  135. package/dist/components/Header/HeaderSubMenu.js +1 -1
  136. package/dist/components/Header/HeaderSubMenu.js.map +1 -1
  137. package/dist/components/Headline/Headline.js +4 -2
  138. package/dist/components/Headline/Headline.js.map +1 -1
  139. package/dist/components/Headline/Headline.mobile.js +1 -1
  140. package/dist/components/Headline/Headline.mobile.js.map +1 -1
  141. package/dist/components/Headline/HeadlineContent.d.ts +2 -4
  142. package/dist/components/Headline/constants.d.ts +9 -0
  143. package/dist/components/Headline/constants.js +33 -1
  144. package/dist/components/Headline/constants.js.map +1 -1
  145. package/dist/components/Insurance/Insurance.js +5 -5
  146. package/dist/components/Insurance/Insurance.js.map +1 -1
  147. package/dist/components/Insurance/InsuranceContent.d.ts +2 -5
  148. package/dist/components/InsuranceAmountBlock/InsuranceAmountBlock.js +6 -7
  149. package/dist/components/InsuranceAmountBlock/InsuranceAmountBlock.js.map +1 -1
  150. package/dist/components/InsuranceAmountBlock/InsuranceAmountBlockContent.d.ts +2 -2
  151. package/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js +18 -16
  152. package/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js.map +1 -1
  153. package/dist/components/LinkDocs/LinkDocs.js +2 -2
  154. package/dist/components/LinkDocs/LinkDocs.js.map +1 -1
  155. package/dist/components/LinkDocs/LinkDocs.mobile.js +1 -1
  156. package/dist/components/LinkDocs/LinkDocs.mobile.js.map +1 -1
  157. package/dist/components/LinkDocs/LinkDocsContent.d.ts +3 -6
  158. package/dist/components/LinkDocs/LinkDocsHorizontalList.js +1 -1
  159. package/dist/components/LinkDocs/LinkDocsHorizontalList.js.map +1 -1
  160. package/dist/components/LinkDocs/LinkDocsVerticalList.js +1 -1
  161. package/dist/components/LinkDocs/LinkDocsVerticalList.js.map +1 -1
  162. package/dist/components/MobileAppTile/MobileAppTile.js +3 -3
  163. package/dist/components/MobileAppTile/MobileAppTile.js.map +1 -1
  164. package/dist/components/MobileAppTile/MobileAppTileContent.d.ts +2 -3
  165. package/dist/components/NavigatorTabs/NavigatorTabItem.d.ts +1 -1
  166. package/dist/components/NavigatorTabs/NavigatorTabItem.js +3 -3
  167. package/dist/components/NavigatorTabs/NavigatorTabItem.js.map +1 -1
  168. package/dist/components/OtherProducts/OtherProductsItem.js +1 -1
  169. package/dist/components/OtherProducts/OtherProductsItem.js.map +1 -1
  170. package/dist/components/PictureText/PictureTextContent.d.ts +2 -2
  171. package/dist/components/Placeholder/Placeholder.js +2 -4
  172. package/dist/components/Placeholder/Placeholder.js.map +1 -1
  173. package/dist/components/Placeholder/PlaceholderContent.d.ts +2 -3
  174. package/dist/components/ProductBlock/ProductBlock.js +3 -1
  175. package/dist/components/ProductBlock/ProductBlock.js.map +1 -1
  176. package/dist/components/ProductBlock/ProductBlockContent.d.ts +4 -5
  177. package/dist/components/ProductBlock/ProductBlockInner.js +3 -8
  178. package/dist/components/ProductBlock/ProductBlockInner.js.map +1 -1
  179. package/dist/components/ProductBlock/ProductBlockInner.mobile.js +3 -4
  180. package/dist/components/ProductBlock/ProductBlockInner.mobile.js.map +1 -1
  181. package/dist/components/ProductBlock/renderBackwardButton.js +2 -1
  182. package/dist/components/ProductBlock/renderBackwardButton.js.map +1 -1
  183. package/dist/components/ProductBlock/renderBenefit.js +1 -1
  184. package/dist/components/ProductBlock/renderBenefit.js.map +1 -1
  185. package/dist/components/ProductBlock/renderBenefit.mobile.js +1 -1
  186. package/dist/components/ProductBlock/renderBenefit.mobile.js.map +1 -1
  187. package/dist/components/ProductGallery/ProductGalleryBlock.d.ts +3 -3
  188. package/dist/components/ProductGallery/ProductGalleryBlock.js +2 -2
  189. package/dist/components/ProductGallery/ProductGalleryBlock.js.map +1 -1
  190. package/dist/components/ProductTile/ProductTile.js +4 -5
  191. package/dist/components/ProductTile/ProductTile.js.map +1 -1
  192. package/dist/components/ProductTile/ProductTileContent.d.ts +2 -3
  193. package/dist/components/PromoTile/PromoTile.js +2 -2
  194. package/dist/components/PromoTile/PromoTile.js.map +1 -1
  195. package/dist/components/PromoTile/PromoTileContent.d.ts +3 -3
  196. package/dist/components/Recommendation/RecommendationContent.d.ts +4 -4
  197. package/dist/components/StepsBlock/StepsBlock.js +5 -3
  198. package/dist/components/StepsBlock/StepsBlock.js.map +1 -1
  199. package/dist/components/StepsBlock/StepsBlock.mobile.js +2 -2
  200. package/dist/components/StepsBlock/StepsBlock.mobile.js.map +1 -1
  201. package/dist/components/StepsBlock/StepsBlockStyleMaps.d.ts +1 -0
  202. package/dist/components/StepsBlock/StepsBlockStyleMaps.js +3 -1
  203. package/dist/components/StepsBlock/StepsBlockStyleMaps.js.map +1 -1
  204. package/dist/components/TariffsTable/TariffsTable.mobile.js +3 -2
  205. package/dist/components/TariffsTable/TariffsTable.mobile.js.map +1 -1
  206. package/dist/components/TariffsTable/TariffsTableContent.d.ts +3 -4
  207. package/dist/components/TextBlock/TextBlock.js.map +1 -1
  208. package/dist/components/TextBlock/TextBlock.mobile.js +2 -1
  209. package/dist/components/TextBlock/TextBlock.mobile.js.map +1 -1
  210. package/dist/components/Tile/Tile.js +4 -3
  211. package/dist/components/Tile/Tile.js.map +1 -1
  212. package/dist/components/Tile/TileContent.d.ts +3 -3
  213. package/dist/content-page-repository/transformPicture.js +7 -3
  214. package/dist/content-page-repository/transformPicture.js.map +1 -1
  215. package/dist/hooks/useExchangeRates.js +5 -7
  216. package/dist/hooks/useExchangeRates.js.map +1 -1
  217. package/dist/hooks/useLink.d.ts +3 -1
  218. package/dist/hooks/useLink.js +1 -1
  219. package/dist/hooks/useLink.js.map +1 -1
  220. package/dist/icons/IconName.d.ts +4 -2
  221. package/dist/icons/IconName.js +2 -0
  222. package/dist/icons/IconName.js.map +1 -1
  223. package/dist/model/HeadlineType.d.ts +17 -0
  224. package/dist/{ui-kit/Heading/HeadingContent.js → model/HeadlineType.js} +1 -1
  225. package/dist/model/HeadlineType.js.map +1 -0
  226. package/dist/model/Picture.d.ts +4 -3
  227. package/dist/model/VNode.d.ts +1 -1
  228. package/dist/services/sitemap/findActiveSubItem.d.ts +1 -1
  229. package/dist/services/sitemap/findActiveSubItem.js +2 -3
  230. package/dist/services/sitemap/findActiveSubItem.js.map +1 -1
  231. package/dist/types.d.ts +0 -1
  232. package/dist/ui-kit/BlocksList/renderBlocksList.js +4 -2
  233. package/dist/ui-kit/BlocksList/renderBlocksList.js.map +1 -1
  234. package/dist/ui-kit/Breadcrumb.d.ts +1 -1
  235. package/dist/ui-kit/Button/Button.d.ts +0 -1
  236. package/dist/ui-kit/Button/Button.js +4 -4
  237. package/dist/ui-kit/Button/Button.js.map +1 -1
  238. package/dist/ui-kit/Button/Button.mobile.js +1 -1
  239. package/dist/ui-kit/Button/Button.mobile.js.map +1 -1
  240. package/dist/ui-kit/Button/ButtonInner.js +2 -2
  241. package/dist/ui-kit/Button/ButtonInner.js.map +1 -1
  242. package/dist/ui-kit/Button/ButtonProps.d.ts +3 -1
  243. package/dist/ui-kit/Button/ButtonSection.js +2 -2
  244. package/dist/ui-kit/Button/ButtonSection.js.map +1 -1
  245. package/dist/ui-kit/Button/LikeButton.d.ts +1 -1
  246. package/dist/ui-kit/Button/renderArrows.d.ts +2 -4
  247. package/dist/ui-kit/Button/renderArrows.js.map +1 -1
  248. package/dist/ui-kit/Checkbox/Checkbox.js +5 -2
  249. package/dist/ui-kit/Checkbox/Checkbox.js.map +1 -1
  250. package/dist/ui-kit/Checkbox/CheckboxProps.d.ts +2 -1
  251. package/dist/ui-kit/Description/Description.d.ts +2 -2
  252. package/dist/ui-kit/Description/Description.js +1 -1
  253. package/dist/ui-kit/Description/Description.js.map +1 -1
  254. package/dist/ui-kit/Foldable/Foldable.js +4 -2
  255. package/dist/ui-kit/Foldable/Foldable.js.map +1 -1
  256. package/dist/ui-kit/Foldable/useActiveHandler.d.ts +1 -1
  257. package/dist/ui-kit/Foldable/useActiveHandler.js.map +1 -1
  258. package/dist/ui-kit/HeaderItem/HeaderItem.js +2 -2
  259. package/dist/ui-kit/HeaderItem/HeaderItem.js.map +1 -1
  260. package/dist/ui-kit/HeaderItem/HeaderItem.mobile.js +4 -4
  261. package/dist/ui-kit/HeaderItem/HeaderItem.mobile.js.map +1 -1
  262. package/dist/ui-kit/Heading/Heading.d.ts +1 -5
  263. package/dist/ui-kit/Heading/Heading.js +8 -11
  264. package/dist/ui-kit/Heading/Heading.js.map +1 -1
  265. package/dist/ui-kit/Heading/Heading.mobile.d.ts +1 -5
  266. package/dist/ui-kit/Heading/Heading.mobile.js +2 -5
  267. package/dist/ui-kit/Heading/Heading.mobile.js.map +1 -1
  268. package/dist/ui-kit/Heading/HeadingProps.d.ts +20 -0
  269. package/{mobile/dist/ui-kit/Heading/HeadingContent.js → dist/ui-kit/Heading/HeadingProps.js} +1 -1
  270. package/dist/ui-kit/Heading/HeadingProps.js.map +1 -0
  271. package/dist/ui-kit/Img/Img.d.ts +0 -3
  272. package/dist/ui-kit/Img/Img.js +4 -30
  273. package/dist/ui-kit/Img/Img.js.map +1 -1
  274. package/dist/ui-kit/Img/Img.mobile.d.ts +0 -3
  275. package/dist/ui-kit/Img/Img.mobile.js +4 -31
  276. package/dist/ui-kit/Img/Img.mobile.js.map +1 -1
  277. package/dist/ui-kit/Img/ImgAsPicture.d.ts +4 -0
  278. package/dist/ui-kit/Img/ImgAsPicture.js +32 -0
  279. package/dist/ui-kit/Img/ImgAsPicture.js.map +1 -0
  280. package/dist/ui-kit/Img/ImgInner.d.ts +2 -0
  281. package/dist/ui-kit/Img/ImgInner.js +19 -0
  282. package/dist/ui-kit/Img/ImgInner.js.map +1 -0
  283. package/dist/ui-kit/Img/ImgProps.d.ts +1 -0
  284. package/dist/ui-kit/InputRange/InputRangeProps.d.ts +1 -2
  285. package/dist/ui-kit/Logo/Logo.js +1 -9
  286. package/dist/ui-kit/Logo/Logo.js.map +1 -1
  287. package/dist/ui-kit/Logo/Logo.mobile.js +2 -9
  288. package/dist/ui-kit/Logo/Logo.mobile.js.map +1 -1
  289. package/dist/ui-kit/RadioButtonGroup/RadioButtonGroup.d.ts +12 -0
  290. package/dist/ui-kit/RadioButtonGroup/RadioButtonGroup.js +9 -0
  291. package/dist/ui-kit/RadioButtonGroup/RadioButtonGroup.js.map +1 -0
  292. package/dist/ui-kit/SVG.d.ts +2 -2
  293. package/dist/ui-kit/SearchBar/SearchBar.js +3 -8
  294. package/dist/ui-kit/SearchBar/SearchBar.js.map +1 -1
  295. package/dist/ui-kit/SearchBar/SearchBar.mobile.js +3 -7
  296. package/dist/ui-kit/SearchBar/SearchBar.mobile.js.map +1 -1
  297. package/dist/ui-kit/SearchBar/SearchBarInner.d.ts +5 -0
  298. package/dist/ui-kit/SearchBar/SearchBarInner.js +24 -0
  299. package/dist/ui-kit/SearchBar/SearchBarInner.js.map +1 -0
  300. package/dist/ui-kit/TableArrowScrollControl/TableArrowScrollControlProps.d.ts +2 -3
  301. package/dist/ui-kit/Tabs/TabsProps.d.ts +1 -2
  302. package/dist/ui-kit/TopItem/TopItem.d.ts +1 -1
  303. package/dist/utils/url.d.ts +1 -0
  304. package/dist/utils/url.js +3 -1
  305. package/dist/utils/url.js.map +1 -1
  306. package/lib/common.css +1 -1
  307. package/lib/components/Accordion/useActiveHandler.d.ts +1 -1
  308. package/lib/components/Accordion/useActiveHandler.js +4 -4
  309. package/lib/components/Accordion/useActiveHandler.js.map +1 -1
  310. package/lib/components/BaseTile/BaseTile.js +1 -1
  311. package/lib/components/BaseTile/BaseTile.js.map +1 -1
  312. package/lib/components/BaseTile/BaseTileProps.d.ts +7 -26
  313. package/lib/components/BaseTile/getTileHeadingType.d.ts +1 -1
  314. package/lib/components/BaseTile/getTileHeadingType.js +3 -3
  315. package/lib/components/BaseTile/getTileHeadingType.js.map +1 -1
  316. package/lib/components/BenefitsBlock/BenefitsBlockContent.d.ts +2 -2
  317. package/lib/components/Bonus/BonusContent.d.ts +2 -3
  318. package/lib/components/Calculator/BonusCalculatorForm.d.ts +3 -3
  319. package/lib/components/Calculator/BonusCalculatorForm.js +23 -29
  320. package/lib/components/Calculator/BonusCalculatorForm.js.map +1 -1
  321. package/lib/components/Calculator/Calculator.js +7 -7
  322. package/lib/components/Calculator/Calculator.js.map +1 -1
  323. package/lib/components/Calculator/CalculatorContent.d.ts +14 -4
  324. package/lib/components/Calculator/CreditCalculatorForm.d.ts +4 -2
  325. package/lib/components/Calculator/CreditCalculatorForm.js +38 -41
  326. package/lib/components/Calculator/CreditCalculatorForm.js.map +1 -1
  327. package/lib/components/Calculator/DepositCalculatorForm.js +15 -29
  328. package/lib/components/Calculator/DepositCalculatorForm.js.map +1 -1
  329. package/lib/components/Calculator/EmbeddableCalcBlocks.d.ts +4 -4
  330. package/lib/components/Calculator/EmbeddableCalcBlocks.js +2 -2
  331. package/lib/components/Calculator/EmbeddableCalcBlocks.js.map +1 -1
  332. package/lib/components/Calculator/MortgageCalculatorForm.js +14 -28
  333. package/lib/components/Calculator/MortgageCalculatorForm.js.map +1 -1
  334. package/lib/components/Calculator/Rate.d.ts +7 -0
  335. package/lib/components/Calculator/Rate.js +4 -0
  336. package/lib/components/Calculator/Rate.js.map +1 -0
  337. package/lib/components/Calculator/constants.d.ts +13 -4
  338. package/lib/components/Calculator/constants.js +33 -4
  339. package/lib/components/Calculator/constants.js.map +1 -1
  340. package/lib/components/Calculator/getBonus.d.ts +2 -0
  341. package/lib/components/Calculator/getBonus.js +13 -0
  342. package/lib/components/Calculator/getBonus.js.map +1 -0
  343. package/lib/components/Calculator/getDefaultMonths.d.ts +1 -2
  344. package/lib/components/Calculator/getDefaultMonths.js +1 -4
  345. package/lib/components/Calculator/getDefaultMonths.js.map +1 -1
  346. package/lib/components/Calculator/getDefaultSum.d.ts +1 -2
  347. package/lib/components/Calculator/getDefaultSum.js +1 -3
  348. package/lib/components/Calculator/getDefaultSum.js.map +1 -1
  349. package/lib/components/Calculator/getMonthlyPayment.d.ts +6 -11
  350. package/lib/components/Calculator/getMonthlyPayment.js +11 -12
  351. package/lib/components/Calculator/getMonthlyPayment.js.map +1 -1
  352. package/lib/components/Calculator/renderCalculatorBlock.d.ts +1 -1
  353. package/lib/components/Calculator/renderCalculatorBlock.js +3 -3
  354. package/lib/components/Calculator/renderCalculatorBlock.js.map +1 -1
  355. package/lib/components/Calculator/renderInitialFeeInput.d.ts +3 -8
  356. package/lib/components/Calculator/renderInitialFeeInput.js +7 -6
  357. package/lib/components/Calculator/renderInitialFeeInput.js.map +1 -1
  358. package/lib/components/Calculator/renderMonthsInput.d.ts +3 -7
  359. package/lib/components/Calculator/renderMonthsInput.js +4 -3
  360. package/lib/components/Calculator/renderMonthsInput.js.map +1 -1
  361. package/lib/components/Calculator/renderPaymentTypeSelector.d.ts +5 -0
  362. package/lib/components/Calculator/renderPaymentTypeSelector.js +6 -0
  363. package/lib/components/Calculator/renderPaymentTypeSelector.js.map +1 -0
  364. package/lib/components/Calculator/renderRealEstateValue.d.ts +2 -7
  365. package/lib/components/Calculator/renderRealEstateValue.js +6 -5
  366. package/lib/components/Calculator/renderRealEstateValue.js.map +1 -1
  367. package/lib/components/Calculator/renderWantedSumInput.d.ts +6 -9
  368. package/lib/components/Calculator/renderWantedSumInput.js +5 -7
  369. package/lib/components/Calculator/renderWantedSumInput.js.map +1 -1
  370. package/lib/components/Calculator/useBonusCalculatorParams.d.ts +37 -0
  371. package/lib/components/Calculator/useBonusCalculatorParams.js +15 -0
  372. package/lib/components/Calculator/useBonusCalculatorParams.js.map +1 -0
  373. package/lib/components/Calculator/useCalculatorParams.d.ts +2 -0
  374. package/lib/components/Calculator/useCalculatorParams.js +9 -0
  375. package/lib/components/Calculator/useCalculatorParams.js.map +1 -0
  376. package/lib/components/Calculator/useCreditCalculatorParams.d.ts +28 -0
  377. package/lib/components/Calculator/useCreditCalculatorParams.js +23 -0
  378. package/lib/components/Calculator/useCreditCalculatorParams.js.map +1 -0
  379. package/lib/components/Catalog/CatalogContent.d.ts +3 -4
  380. package/lib/components/ComparisonTable/ComparisonTable.js +2 -2
  381. package/lib/components/ComparisonTable/ComparisonTable.js.map +1 -1
  382. package/lib/components/ComparisonTable/ComparisonTableColumnHeaders.d.ts +1 -1
  383. package/lib/components/ComparisonTable/ComparisonTableColumnHeaders.js +4 -4
  384. package/lib/components/ComparisonTable/ComparisonTableColumnHeaders.js.map +1 -1
  385. package/lib/components/ComparisonTable/ComparisonTableRows.d.ts +2 -2
  386. package/lib/components/ComparisonTable/HeaderCell.js +1 -1
  387. package/lib/components/ComparisonTable/HeaderCell.js.map +1 -1
  388. package/lib/components/ContentPage/ContentPageContext.d.ts +1 -2
  389. package/lib/components/ExchangeRateTile/CurrencyTable.js +2 -2
  390. package/lib/components/ExchangeRateTile/CurrencyTable.js.map +1 -1
  391. package/lib/components/ExchangeRateTile/CurrentLocation.js +1 -1
  392. package/lib/components/ExchangeRateTile/CurrentLocation.js.map +1 -1
  393. package/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.d.ts +2 -0
  394. package/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.js +3 -3
  395. package/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.js.map +1 -1
  396. package/lib/components/ExchangeRateTile/ExchangeRateTile.js +2 -3
  397. package/lib/components/ExchangeRateTile/ExchangeRateTile.js.map +1 -1
  398. package/lib/components/ExchangeRateTile/ExchangeRateTileContent.d.ts +2 -0
  399. package/lib/components/ExchangeRateTile/renderButton.d.ts +1 -1
  400. package/lib/components/ExchangeRateTile/renderButton.js +2 -2
  401. package/lib/components/ExchangeRateTile/renderButton.js.map +1 -1
  402. package/lib/components/ExchangeRateTile/renderInput.js +1 -1
  403. package/lib/components/ExchangeRateTile/renderInput.js.map +1 -1
  404. package/lib/components/Footer/HorizontalNavigation.js +2 -2
  405. package/lib/components/Footer/HorizontalNavigation.js.map +1 -1
  406. package/lib/components/Footer/HorizontalNavigation.mobile.js +2 -2
  407. package/lib/components/Footer/HorizontalNavigation.mobile.js.map +1 -1
  408. package/lib/components/Footer/HorizontalNavigationLink.d.ts +8 -0
  409. package/lib/components/Footer/HorizontalNavigationLink.js +4 -0
  410. package/lib/components/Footer/HorizontalNavigationLink.js.map +1 -0
  411. package/lib/components/Footer/MediaButton.js +2 -1
  412. package/lib/components/Footer/MediaButton.js.map +1 -1
  413. package/lib/components/Footer/TextInformation.js +2 -2
  414. package/lib/components/Footer/TextInformation.js.map +1 -1
  415. package/lib/components/Footer/TextInformation.mobile.js +2 -2
  416. package/lib/components/Footer/TextInformation.mobile.js.map +1 -1
  417. package/lib/components/Footer/TextInformationLink.d.ts +8 -0
  418. package/lib/components/Footer/TextInformationLink.js +4 -0
  419. package/lib/components/Footer/TextInformationLink.js.map +1 -0
  420. package/lib/components/Gallery/Gallery.mobile.js +2 -1
  421. package/lib/components/Gallery/Gallery.mobile.js.map +1 -1
  422. package/lib/components/GracePeriod/GracePeriodContent.d.ts +2 -2
  423. package/lib/components/GroupBlock/GroupBlock.js +1 -1
  424. package/lib/components/GroupBlock/GroupBlock.js.map +1 -1
  425. package/lib/components/GroupBlock/GroupBlockTabs.d.ts +2 -3
  426. package/lib/components/GroupBlock/GroupBlockTabs.js +10 -8
  427. package/lib/components/GroupBlock/GroupBlockTabs.js.map +1 -1
  428. package/lib/components/GroupBlock/GroupBlocksItem.d.ts +1 -1
  429. package/lib/components/GroupBlock/GroupBlocksItem.js +1 -1
  430. package/lib/components/GroupBlock/GroupBlocksItem.js.map +1 -1
  431. package/lib/components/GroupBlock/renderBlocksTypes.js +4 -2
  432. package/lib/components/GroupBlock/renderBlocksTypes.js.map +1 -1
  433. package/lib/components/Header/DropdownMenu.d.ts +1 -0
  434. package/lib/components/Header/DropdownMenu.js +6 -3
  435. package/lib/components/Header/DropdownMenu.js.map +1 -1
  436. package/lib/components/Header/Header.js +1 -1
  437. package/lib/components/Header/HeaderSubMenu.js +1 -1
  438. package/lib/components/Header/HeaderSubMenu.js.map +1 -1
  439. package/lib/components/Headline/Headline.fixture.d.ts +5 -0
  440. package/lib/components/Headline/Headline.js +5 -3
  441. package/lib/components/Headline/Headline.js.map +1 -1
  442. package/lib/components/Headline/Headline.mobile.js +1 -1
  443. package/lib/components/Headline/Headline.mobile.js.map +1 -1
  444. package/lib/components/Headline/HeadlineContent.d.ts +2 -4
  445. package/lib/components/Headline/constants.d.ts +9 -0
  446. package/lib/components/Headline/constants.js +32 -0
  447. package/lib/components/Headline/constants.js.map +1 -1
  448. package/lib/components/Insurance/Insurance.js +5 -5
  449. package/lib/components/Insurance/Insurance.js.map +1 -1
  450. package/lib/components/Insurance/InsuranceContent.d.ts +2 -5
  451. package/lib/components/InsuranceAmountBlock/InsuranceAmountBlock.js +6 -7
  452. package/lib/components/InsuranceAmountBlock/InsuranceAmountBlock.js.map +1 -1
  453. package/lib/components/InsuranceAmountBlock/InsuranceAmountBlockContent.d.ts +2 -2
  454. package/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js +18 -16
  455. package/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js.map +1 -1
  456. package/lib/components/LinkDocs/LinkDocs.js +2 -2
  457. package/lib/components/LinkDocs/LinkDocs.js.map +1 -1
  458. package/lib/components/LinkDocs/LinkDocs.mobile.js +1 -1
  459. package/lib/components/LinkDocs/LinkDocs.mobile.js.map +1 -1
  460. package/lib/components/LinkDocs/LinkDocsContent.d.ts +3 -6
  461. package/lib/components/LinkDocs/LinkDocsHorizontalList.js +1 -1
  462. package/lib/components/LinkDocs/LinkDocsHorizontalList.js.map +1 -1
  463. package/lib/components/LinkDocs/LinkDocsVerticalList.js +1 -1
  464. package/lib/components/LinkDocs/LinkDocsVerticalList.js.map +1 -1
  465. package/lib/components/MobileAppTile/MobileAppTile.js +3 -3
  466. package/lib/components/MobileAppTile/MobileAppTile.js.map +1 -1
  467. package/lib/components/MobileAppTile/MobileAppTileContent.d.ts +2 -3
  468. package/lib/components/NavigatorTabs/NavigatorTabItem.d.ts +1 -1
  469. package/lib/components/NavigatorTabs/NavigatorTabItem.js +3 -3
  470. package/lib/components/NavigatorTabs/NavigatorTabItem.js.map +1 -1
  471. package/lib/components/OtherProducts/OtherProductsItem.js +1 -1
  472. package/lib/components/OtherProducts/OtherProductsItem.js.map +1 -1
  473. package/lib/components/PictureText/PictureTextContent.d.ts +2 -2
  474. package/lib/components/Placeholder/Placeholder.js +2 -4
  475. package/lib/components/Placeholder/Placeholder.js.map +1 -1
  476. package/lib/components/Placeholder/PlaceholderContent.d.ts +2 -3
  477. package/lib/components/ProductBlock/ProductBlock.js +3 -1
  478. package/lib/components/ProductBlock/ProductBlock.js.map +1 -1
  479. package/lib/components/ProductBlock/ProductBlockContent.d.ts +4 -5
  480. package/lib/components/ProductBlock/ProductBlockInner.js +3 -8
  481. package/lib/components/ProductBlock/ProductBlockInner.js.map +1 -1
  482. package/lib/components/ProductBlock/ProductBlockInner.mobile.js +3 -4
  483. package/lib/components/ProductBlock/ProductBlockInner.mobile.js.map +1 -1
  484. package/lib/components/ProductBlock/renderBackwardButton.js +2 -1
  485. package/lib/components/ProductBlock/renderBackwardButton.js.map +1 -1
  486. package/lib/components/ProductBlock/renderBenefit.js +1 -1
  487. package/lib/components/ProductBlock/renderBenefit.js.map +1 -1
  488. package/lib/components/ProductBlock/renderBenefit.mobile.js +1 -1
  489. package/lib/components/ProductBlock/renderBenefit.mobile.js.map +1 -1
  490. package/lib/components/ProductGallery/ProductGalleryBlock.d.ts +3 -3
  491. package/lib/components/ProductGallery/ProductGalleryBlock.js +2 -2
  492. package/lib/components/ProductGallery/ProductGalleryBlock.js.map +1 -1
  493. package/lib/components/ProductTile/ProductTile.js +4 -5
  494. package/lib/components/ProductTile/ProductTile.js.map +1 -1
  495. package/lib/components/ProductTile/ProductTileContent.d.ts +2 -3
  496. package/lib/components/PromoTile/PromoTile.js +2 -2
  497. package/lib/components/PromoTile/PromoTile.js.map +1 -1
  498. package/lib/components/PromoTile/PromoTileContent.d.ts +3 -3
  499. package/lib/components/Recommendation/RecommendationContent.d.ts +4 -4
  500. package/lib/components/StepsBlock/StepsBlock.js +5 -3
  501. package/lib/components/StepsBlock/StepsBlock.js.map +1 -1
  502. package/lib/components/StepsBlock/StepsBlock.mobile.js +2 -2
  503. package/lib/components/StepsBlock/StepsBlock.mobile.js.map +1 -1
  504. package/lib/components/StepsBlock/StepsBlockStyleMaps.d.ts +1 -0
  505. package/lib/components/StepsBlock/StepsBlockStyleMaps.js +3 -1
  506. package/lib/components/StepsBlock/StepsBlockStyleMaps.js.map +1 -1
  507. package/lib/components/TariffsTable/TariffsTable.mobile.js +3 -2
  508. package/lib/components/TariffsTable/TariffsTable.mobile.js.map +1 -1
  509. package/lib/components/TariffsTable/TariffsTableContent.d.ts +3 -4
  510. package/lib/components/TextBlock/TextBlock.js.map +1 -1
  511. package/lib/components/TextBlock/TextBlock.mobile.js +2 -1
  512. package/lib/components/TextBlock/TextBlock.mobile.js.map +1 -1
  513. package/lib/components/Tile/Tile.js +4 -3
  514. package/lib/components/Tile/Tile.js.map +1 -1
  515. package/lib/components/Tile/TileContent.d.ts +3 -3
  516. package/lib/content-page-repository/transformPicture.js +7 -3
  517. package/lib/content-page-repository/transformPicture.js.map +1 -1
  518. package/lib/hooks/useExchangeRates.js +5 -7
  519. package/lib/hooks/useExchangeRates.js.map +1 -1
  520. package/lib/hooks/useLink.d.ts +3 -1
  521. package/lib/hooks/useLink.js +1 -1
  522. package/lib/hooks/useLink.js.map +1 -1
  523. package/lib/icons/IconName.d.ts +4 -2
  524. package/lib/icons/IconName.js +2 -0
  525. package/lib/icons/IconName.js.map +1 -1
  526. package/lib/model/HeadlineType.d.ts +17 -0
  527. package/lib/model/HeadlineType.js +2 -0
  528. package/lib/model/HeadlineType.js.map +1 -0
  529. package/lib/model/Picture.d.ts +4 -3
  530. package/lib/model/VNode.d.ts +1 -1
  531. package/lib/services/sitemap/findActiveSubItem.d.ts +1 -1
  532. package/lib/services/sitemap/findActiveSubItem.js +2 -3
  533. package/lib/services/sitemap/findActiveSubItem.js.map +1 -1
  534. package/lib/types.d.ts +0 -1
  535. package/lib/ui-kit/BlocksList/renderBlocksList.js +4 -2
  536. package/lib/ui-kit/BlocksList/renderBlocksList.js.map +1 -1
  537. package/lib/ui-kit/Breadcrumb.d.ts +1 -1
  538. package/lib/ui-kit/Button/Button.d.ts +0 -1
  539. package/lib/ui-kit/Button/Button.js +2 -2
  540. package/lib/ui-kit/Button/Button.js.map +1 -1
  541. package/lib/ui-kit/Button/Button.mobile.js +1 -1
  542. package/lib/ui-kit/Button/Button.mobile.js.map +1 -1
  543. package/lib/ui-kit/Button/ButtonInner.js +2 -2
  544. package/lib/ui-kit/Button/ButtonInner.js.map +1 -1
  545. package/lib/ui-kit/Button/ButtonProps.d.ts +3 -1
  546. package/lib/ui-kit/Button/ButtonSection.js +2 -2
  547. package/lib/ui-kit/Button/ButtonSection.js.map +1 -1
  548. package/lib/ui-kit/Button/LikeButton.d.ts +1 -1
  549. package/lib/ui-kit/Button/renderArrows.d.ts +2 -4
  550. package/lib/ui-kit/Button/renderArrows.js.map +1 -1
  551. package/lib/ui-kit/Checkbox/Checkbox.js +5 -2
  552. package/lib/ui-kit/Checkbox/Checkbox.js.map +1 -1
  553. package/lib/ui-kit/Checkbox/CheckboxProps.d.ts +2 -1
  554. package/lib/ui-kit/Description/Description.d.ts +2 -2
  555. package/lib/ui-kit/Description/Description.js +1 -1
  556. package/lib/ui-kit/Description/Description.js.map +1 -1
  557. package/lib/ui-kit/Foldable/Foldable.js +4 -2
  558. package/lib/ui-kit/Foldable/Foldable.js.map +1 -1
  559. package/lib/ui-kit/Foldable/useActiveHandler.d.ts +1 -1
  560. package/lib/ui-kit/Foldable/useActiveHandler.js.map +1 -1
  561. package/lib/ui-kit/HeaderItem/HeaderItem.js +2 -2
  562. package/lib/ui-kit/HeaderItem/HeaderItem.js.map +1 -1
  563. package/lib/ui-kit/HeaderItem/HeaderItem.mobile.js +4 -4
  564. package/lib/ui-kit/HeaderItem/HeaderItem.mobile.js.map +1 -1
  565. package/lib/ui-kit/Heading/Heading.d.ts +1 -5
  566. package/lib/ui-kit/Heading/Heading.js +8 -11
  567. package/lib/ui-kit/Heading/Heading.js.map +1 -1
  568. package/lib/ui-kit/Heading/Heading.mobile.d.ts +1 -5
  569. package/lib/ui-kit/Heading/Heading.mobile.js +2 -5
  570. package/lib/ui-kit/Heading/Heading.mobile.js.map +1 -1
  571. package/lib/ui-kit/Heading/HeadingProps.d.ts +20 -0
  572. package/lib/ui-kit/Heading/HeadingProps.js +2 -0
  573. package/lib/ui-kit/Heading/HeadingProps.js.map +1 -0
  574. package/lib/ui-kit/Img/Img.d.ts +0 -3
  575. package/lib/ui-kit/Img/Img.js +4 -29
  576. package/lib/ui-kit/Img/Img.js.map +1 -1
  577. package/lib/ui-kit/Img/Img.mobile.d.ts +0 -3
  578. package/lib/ui-kit/Img/Img.mobile.js +4 -30
  579. package/lib/ui-kit/Img/Img.mobile.js.map +1 -1
  580. package/lib/ui-kit/Img/ImgAsPicture.d.ts +4 -0
  581. package/lib/ui-kit/Img/ImgAsPicture.js +29 -0
  582. package/lib/ui-kit/Img/ImgAsPicture.js.map +1 -0
  583. package/lib/ui-kit/Img/ImgInner.d.ts +2 -0
  584. package/lib/ui-kit/Img/ImgInner.js +17 -0
  585. package/lib/ui-kit/Img/ImgInner.js.map +1 -0
  586. package/lib/ui-kit/Img/ImgProps.d.ts +1 -0
  587. package/lib/ui-kit/InputRange/InputRangeProps.d.ts +1 -2
  588. package/lib/ui-kit/Logo/Logo.js +1 -9
  589. package/lib/ui-kit/Logo/Logo.js.map +1 -1
  590. package/lib/ui-kit/Logo/Logo.mobile.js +2 -9
  591. package/lib/ui-kit/Logo/Logo.mobile.js.map +1 -1
  592. package/lib/ui-kit/RadioButtonGroup/RadioButtonGroup.d.ts +12 -0
  593. package/lib/ui-kit/RadioButtonGroup/RadioButtonGroup.fixture.d.ts +4 -0
  594. package/lib/ui-kit/RadioButtonGroup/RadioButtonGroup.js +7 -0
  595. package/lib/ui-kit/RadioButtonGroup/RadioButtonGroup.js.map +1 -0
  596. package/lib/ui-kit/SVG.d.ts +2 -2
  597. package/lib/ui-kit/SearchBar/SearchBar.js +4 -9
  598. package/lib/ui-kit/SearchBar/SearchBar.js.map +1 -1
  599. package/lib/ui-kit/SearchBar/SearchBar.mobile.js +4 -8
  600. package/lib/ui-kit/SearchBar/SearchBar.mobile.js.map +1 -1
  601. package/lib/ui-kit/SearchBar/SearchBarInner.d.ts +5 -0
  602. package/lib/ui-kit/SearchBar/SearchBarInner.js +22 -0
  603. package/lib/ui-kit/SearchBar/SearchBarInner.js.map +1 -0
  604. package/lib/ui-kit/TableArrowScrollControl/TableArrowScrollControlProps.d.ts +2 -3
  605. package/lib/ui-kit/Tabs/TabsProps.d.ts +1 -2
  606. package/lib/ui-kit/TopItem/TopItem.d.ts +1 -1
  607. package/lib/utils/url.d.ts +1 -0
  608. package/lib/utils/url.js +1 -0
  609. package/lib/utils/url.js.map +1 -1
  610. package/mobile/bundle/bundle.umd.js +143 -123
  611. package/mobile/bundle/bundle.umd.min.js +1 -1
  612. package/mobile/dist/components/Accordion/useActiveHandler.d.ts +1 -1
  613. package/mobile/dist/components/Accordion/useActiveHandler.js +4 -4
  614. package/mobile/dist/components/Accordion/useActiveHandler.js.map +1 -1
  615. package/mobile/dist/components/BaseTile/BaseTile.js +1 -1
  616. package/mobile/dist/components/BaseTile/BaseTile.js.map +1 -1
  617. package/mobile/dist/components/BaseTile/BaseTileProps.d.ts +7 -26
  618. package/mobile/dist/components/BaseTile/getTileHeadingType.d.ts +1 -1
  619. package/mobile/dist/components/BaseTile/getTileHeadingType.js +3 -3
  620. package/mobile/dist/components/BaseTile/getTileHeadingType.js.map +1 -1
  621. package/mobile/dist/components/BenefitsBlock/BenefitsBlockContent.d.ts +2 -2
  622. package/mobile/dist/components/Bonus/BonusContent.d.ts +2 -3
  623. package/mobile/dist/components/Calculator/BonusCalculatorForm.d.ts +3 -3
  624. package/mobile/dist/components/Calculator/BonusCalculatorForm.js +23 -29
  625. package/mobile/dist/components/Calculator/BonusCalculatorForm.js.map +1 -1
  626. package/mobile/dist/components/Calculator/Calculator.js +7 -7
  627. package/mobile/dist/components/Calculator/Calculator.js.map +1 -1
  628. package/mobile/dist/components/Calculator/CalculatorContent.d.ts +14 -4
  629. package/mobile/dist/components/Calculator/CreditCalculatorForm.d.ts +4 -2
  630. package/mobile/dist/components/Calculator/CreditCalculatorForm.js +38 -41
  631. package/mobile/dist/components/Calculator/CreditCalculatorForm.js.map +1 -1
  632. package/mobile/dist/components/Calculator/DepositCalculatorForm.js +14 -28
  633. package/mobile/dist/components/Calculator/DepositCalculatorForm.js.map +1 -1
  634. package/mobile/dist/components/Calculator/EmbeddableCalcBlocks.d.ts +4 -4
  635. package/mobile/dist/components/Calculator/EmbeddableCalcBlocks.js +2 -2
  636. package/mobile/dist/components/Calculator/EmbeddableCalcBlocks.js.map +1 -1
  637. package/mobile/dist/components/Calculator/MortgageCalculatorForm.js +14 -28
  638. package/mobile/dist/components/Calculator/MortgageCalculatorForm.js.map +1 -1
  639. package/mobile/dist/components/Calculator/Rate.d.ts +7 -0
  640. package/mobile/dist/components/Calculator/Rate.js +6 -0
  641. package/mobile/dist/components/Calculator/Rate.js.map +1 -0
  642. package/mobile/dist/components/Calculator/constants.d.ts +13 -4
  643. package/mobile/dist/components/Calculator/constants.js +34 -5
  644. package/mobile/dist/components/Calculator/constants.js.map +1 -1
  645. package/mobile/dist/components/Calculator/getBonus.d.ts +2 -0
  646. package/mobile/dist/components/Calculator/getBonus.js +16 -0
  647. package/mobile/dist/components/Calculator/getBonus.js.map +1 -0
  648. package/mobile/dist/components/Calculator/getDefaultMonths.d.ts +1 -2
  649. package/mobile/dist/components/Calculator/getDefaultMonths.js +1 -4
  650. package/mobile/dist/components/Calculator/getDefaultMonths.js.map +1 -1
  651. package/mobile/dist/components/Calculator/getDefaultSum.d.ts +1 -2
  652. package/mobile/dist/components/Calculator/getDefaultSum.js +1 -3
  653. package/mobile/dist/components/Calculator/getDefaultSum.js.map +1 -1
  654. package/mobile/dist/components/Calculator/getMonthlyPayment.d.ts +6 -11
  655. package/mobile/dist/components/Calculator/getMonthlyPayment.js +10 -11
  656. package/mobile/dist/components/Calculator/getMonthlyPayment.js.map +1 -1
  657. package/mobile/dist/components/Calculator/renderCalculatorBlock.d.ts +1 -1
  658. package/mobile/dist/components/Calculator/renderCalculatorBlock.js +3 -3
  659. package/mobile/dist/components/Calculator/renderCalculatorBlock.js.map +1 -1
  660. package/mobile/dist/components/Calculator/renderInitialFeeInput.d.ts +3 -8
  661. package/mobile/dist/components/Calculator/renderInitialFeeInput.js +7 -6
  662. package/mobile/dist/components/Calculator/renderInitialFeeInput.js.map +1 -1
  663. package/mobile/dist/components/Calculator/renderMonthsInput.d.ts +3 -7
  664. package/mobile/dist/components/Calculator/renderMonthsInput.js +4 -3
  665. package/mobile/dist/components/Calculator/renderMonthsInput.js.map +1 -1
  666. package/mobile/dist/components/Calculator/renderPaymentTypeSelector.d.ts +5 -0
  667. package/mobile/dist/components/Calculator/renderPaymentTypeSelector.js +9 -0
  668. package/mobile/dist/components/Calculator/renderPaymentTypeSelector.js.map +1 -0
  669. package/mobile/dist/components/Calculator/renderRealEstateValue.d.ts +2 -7
  670. package/mobile/dist/components/Calculator/renderRealEstateValue.js +6 -5
  671. package/mobile/dist/components/Calculator/renderRealEstateValue.js.map +1 -1
  672. package/mobile/dist/components/Calculator/renderWantedSumInput.d.ts +6 -9
  673. package/mobile/dist/components/Calculator/renderWantedSumInput.js +5 -7
  674. package/mobile/dist/components/Calculator/renderWantedSumInput.js.map +1 -1
  675. package/mobile/dist/components/Calculator/useBonusCalculatorParams.d.ts +37 -0
  676. package/mobile/dist/components/Calculator/useBonusCalculatorParams.js +18 -0
  677. package/mobile/dist/components/Calculator/useBonusCalculatorParams.js.map +1 -0
  678. package/mobile/dist/components/Calculator/useCalculatorParams.d.ts +2 -0
  679. package/mobile/dist/components/Calculator/useCalculatorParams.js +12 -0
  680. package/mobile/dist/components/Calculator/useCalculatorParams.js.map +1 -0
  681. package/mobile/dist/components/Calculator/useCreditCalculatorParams.d.ts +28 -0
  682. package/mobile/dist/components/Calculator/useCreditCalculatorParams.js +26 -0
  683. package/mobile/dist/components/Calculator/useCreditCalculatorParams.js.map +1 -0
  684. package/mobile/dist/components/Catalog/CatalogContent.d.ts +3 -4
  685. package/mobile/dist/components/ComparisonTable/ComparisonTableColumnHeaders.d.ts +1 -1
  686. package/mobile/dist/components/ComparisonTable/ComparisonTableColumnHeaders.js +4 -4
  687. package/mobile/dist/components/ComparisonTable/ComparisonTableColumnHeaders.js.map +1 -1
  688. package/mobile/dist/components/ComparisonTable/ComparisonTableRows.d.ts +2 -2
  689. package/mobile/dist/components/ContentPage/ContentPageContext.d.ts +1 -2
  690. package/mobile/dist/components/ExchangeRateTile/CurrencyTable.js +2 -2
  691. package/mobile/dist/components/ExchangeRateTile/CurrencyTable.js.map +1 -1
  692. package/mobile/dist/components/ExchangeRateTile/CurrentLocation.js +1 -1
  693. package/mobile/dist/components/ExchangeRateTile/CurrentLocation.js.map +1 -1
  694. package/mobile/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.d.ts +2 -0
  695. package/mobile/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.js +3 -3
  696. package/mobile/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.js.map +1 -1
  697. package/mobile/dist/components/ExchangeRateTile/ExchangeRateTile.js +2 -3
  698. package/mobile/dist/components/ExchangeRateTile/ExchangeRateTile.js.map +1 -1
  699. package/mobile/dist/components/ExchangeRateTile/ExchangeRateTileContent.d.ts +2 -0
  700. package/mobile/dist/components/ExchangeRateTile/renderButton.d.ts +1 -1
  701. package/mobile/dist/components/ExchangeRateTile/renderButton.js +2 -2
  702. package/mobile/dist/components/ExchangeRateTile/renderButton.js.map +1 -1
  703. package/mobile/dist/components/ExchangeRateTile/renderInput.js +1 -1
  704. package/mobile/dist/components/ExchangeRateTile/renderInput.js.map +1 -1
  705. package/mobile/dist/components/Footer/HorizontalNavigation.js +2 -2
  706. package/mobile/dist/components/Footer/HorizontalNavigation.js.map +1 -1
  707. package/mobile/dist/components/Footer/HorizontalNavigationLink.d.ts +8 -0
  708. package/mobile/dist/components/Footer/HorizontalNavigationLink.js +6 -0
  709. package/mobile/dist/components/Footer/HorizontalNavigationLink.js.map +1 -0
  710. package/mobile/dist/components/Footer/MediaButton.js +2 -1
  711. package/mobile/dist/components/Footer/MediaButton.js.map +1 -1
  712. package/mobile/dist/components/Footer/TextInformation.js +2 -2
  713. package/mobile/dist/components/Footer/TextInformation.js.map +1 -1
  714. package/mobile/dist/components/Footer/TextInformationLink.d.ts +8 -0
  715. package/mobile/dist/components/Footer/TextInformationLink.js +6 -0
  716. package/mobile/dist/components/Footer/TextInformationLink.js.map +1 -0
  717. package/mobile/dist/components/Gallery/Gallery.js +2 -1
  718. package/mobile/dist/components/Gallery/Gallery.js.map +1 -1
  719. package/mobile/dist/components/GracePeriod/GracePeriodContent.d.ts +2 -2
  720. package/mobile/dist/components/GroupBlock/GroupBlock.js +1 -1
  721. package/mobile/dist/components/GroupBlock/GroupBlock.js.map +1 -1
  722. package/mobile/dist/components/GroupBlock/GroupBlockTabs.d.ts +2 -3
  723. package/mobile/dist/components/GroupBlock/GroupBlockTabs.js +10 -8
  724. package/mobile/dist/components/GroupBlock/GroupBlockTabs.js.map +1 -1
  725. package/mobile/dist/components/GroupBlock/GroupBlocksItem.d.ts +1 -1
  726. package/mobile/dist/components/GroupBlock/GroupBlocksItem.js +1 -1
  727. package/mobile/dist/components/GroupBlock/GroupBlocksItem.js.map +1 -1
  728. package/mobile/dist/components/GroupBlock/renderBlocksTypes.js +4 -2
  729. package/mobile/dist/components/GroupBlock/renderBlocksTypes.js.map +1 -1
  730. package/mobile/dist/components/Header/DropdownMenu.d.ts +1 -0
  731. package/mobile/dist/components/Header/DropdownMenu.js +6 -3
  732. package/mobile/dist/components/Header/DropdownMenu.js.map +1 -1
  733. package/mobile/dist/components/Header/HeaderSubMenu.js +1 -1
  734. package/mobile/dist/components/Header/HeaderSubMenu.js.map +1 -1
  735. package/mobile/dist/components/Headline/Headline.js +1 -1
  736. package/mobile/dist/components/Headline/Headline.js.map +1 -1
  737. package/mobile/dist/components/Headline/HeadlineContent.d.ts +2 -4
  738. package/mobile/dist/components/Headline/constants.d.ts +9 -0
  739. package/mobile/dist/components/Headline/constants.js +33 -1
  740. package/mobile/dist/components/Headline/constants.js.map +1 -1
  741. package/mobile/dist/components/Insurance/Insurance.js +5 -5
  742. package/mobile/dist/components/Insurance/Insurance.js.map +1 -1
  743. package/mobile/dist/components/Insurance/InsuranceContent.d.ts +2 -5
  744. package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlock.js +6 -7
  745. package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlock.js.map +1 -1
  746. package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlockContent.d.ts +2 -2
  747. package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js +18 -16
  748. package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js.map +1 -1
  749. package/mobile/dist/components/LinkDocs/LinkDocs.js +1 -1
  750. package/mobile/dist/components/LinkDocs/LinkDocs.js.map +1 -1
  751. package/mobile/dist/components/LinkDocs/LinkDocsContent.d.ts +3 -6
  752. package/mobile/dist/components/LinkDocs/LinkDocsHorizontalList.js +1 -1
  753. package/mobile/dist/components/LinkDocs/LinkDocsHorizontalList.js.map +1 -1
  754. package/mobile/dist/components/LinkDocs/LinkDocsVerticalList.js +1 -1
  755. package/mobile/dist/components/LinkDocs/LinkDocsVerticalList.js.map +1 -1
  756. package/mobile/dist/components/MobileAppTile/MobileAppTileContent.d.ts +2 -3
  757. package/mobile/dist/components/NavigatorTabs/NavigatorTabItem.d.ts +1 -1
  758. package/mobile/dist/components/NavigatorTabs/NavigatorTabItem.js +3 -3
  759. package/mobile/dist/components/NavigatorTabs/NavigatorTabItem.js.map +1 -1
  760. package/mobile/dist/components/OtherProducts/OtherProductsItem.js +1 -1
  761. package/mobile/dist/components/OtherProducts/OtherProductsItem.js.map +1 -1
  762. package/mobile/dist/components/PictureText/PictureTextContent.d.ts +2 -2
  763. package/mobile/dist/components/Placeholder/Placeholder.js +2 -4
  764. package/mobile/dist/components/Placeholder/Placeholder.js.map +1 -1
  765. package/mobile/dist/components/Placeholder/PlaceholderContent.d.ts +2 -3
  766. package/mobile/dist/components/ProductBlock/ProductBlockContent.d.ts +4 -5
  767. package/mobile/dist/components/ProductBlock/ProductBlockInner.js +3 -4
  768. package/mobile/dist/components/ProductBlock/ProductBlockInner.js.map +1 -1
  769. package/mobile/dist/components/ProductBlock/renderBackwardButton.js +2 -1
  770. package/mobile/dist/components/ProductBlock/renderBackwardButton.js.map +1 -1
  771. package/mobile/dist/components/ProductBlock/renderBenefit.js +1 -1
  772. package/mobile/dist/components/ProductBlock/renderBenefit.js.map +1 -1
  773. package/mobile/dist/components/ProductGallery/ProductGalleryBlock.d.ts +3 -3
  774. package/mobile/dist/components/ProductGallery/ProductGalleryBlock.js +2 -2
  775. package/mobile/dist/components/ProductGallery/ProductGalleryBlock.js.map +1 -1
  776. package/mobile/dist/components/ProductTile/ProductTile.js +4 -5
  777. package/mobile/dist/components/ProductTile/ProductTile.js.map +1 -1
  778. package/mobile/dist/components/ProductTile/ProductTileContent.d.ts +2 -3
  779. package/mobile/dist/components/PromoTile/PromoTile.js +2 -2
  780. package/mobile/dist/components/PromoTile/PromoTile.js.map +1 -1
  781. package/mobile/dist/components/PromoTile/PromoTileContent.d.ts +3 -3
  782. package/mobile/dist/components/Recommendation/RecommendationContent.d.ts +4 -4
  783. package/mobile/dist/components/StepsBlock/StepsBlock.js +2 -2
  784. package/mobile/dist/components/StepsBlock/StepsBlock.js.map +1 -1
  785. package/mobile/dist/components/StepsBlock/StepsBlockStyleMaps.d.ts +1 -0
  786. package/mobile/dist/components/StepsBlock/StepsBlockStyleMaps.js +3 -1
  787. package/mobile/dist/components/StepsBlock/StepsBlockStyleMaps.js.map +1 -1
  788. package/mobile/dist/components/TariffsTable/TariffsTable.js +3 -2
  789. package/mobile/dist/components/TariffsTable/TariffsTable.js.map +1 -1
  790. package/mobile/dist/components/TariffsTable/TariffsTableContent.d.ts +3 -4
  791. package/mobile/dist/components/TextBlock/TextBlock.js +2 -1
  792. package/mobile/dist/components/TextBlock/TextBlock.js.map +1 -1
  793. package/mobile/dist/components/Tile/Tile.js +4 -3
  794. package/mobile/dist/components/Tile/Tile.js.map +1 -1
  795. package/mobile/dist/components/Tile/TileContent.d.ts +3 -3
  796. package/mobile/dist/content-page-repository/transformPicture.js +7 -3
  797. package/mobile/dist/content-page-repository/transformPicture.js.map +1 -1
  798. package/mobile/dist/hooks/useExchangeRates.js +5 -7
  799. package/mobile/dist/hooks/useExchangeRates.js.map +1 -1
  800. package/mobile/dist/hooks/useLink.d.ts +3 -1
  801. package/mobile/dist/hooks/useLink.js +1 -1
  802. package/mobile/dist/hooks/useLink.js.map +1 -1
  803. package/mobile/dist/icons/IconName.d.ts +4 -2
  804. package/mobile/dist/icons/IconName.js +2 -0
  805. package/mobile/dist/icons/IconName.js.map +1 -1
  806. package/mobile/dist/model/HeadlineType.d.ts +17 -0
  807. package/{dist/ui-kit/Description/DescriptionContent.js → mobile/dist/model/HeadlineType.js} +1 -1
  808. package/mobile/dist/model/HeadlineType.js.map +1 -0
  809. package/mobile/dist/model/Picture.d.ts +4 -3
  810. package/mobile/dist/model/VNode.d.ts +1 -1
  811. package/mobile/dist/services/sitemap/findActiveSubItem.d.ts +1 -1
  812. package/mobile/dist/services/sitemap/findActiveSubItem.js +2 -3
  813. package/mobile/dist/services/sitemap/findActiveSubItem.js.map +1 -1
  814. package/mobile/dist/types.d.ts +0 -1
  815. package/mobile/dist/ui-kit/BlocksList/renderBlocksList.js +4 -2
  816. package/mobile/dist/ui-kit/BlocksList/renderBlocksList.js.map +1 -1
  817. package/mobile/dist/ui-kit/Breadcrumb.d.ts +1 -1
  818. package/mobile/dist/ui-kit/Button/Button.js +1 -1
  819. package/mobile/dist/ui-kit/Button/Button.js.map +1 -1
  820. package/mobile/dist/ui-kit/Button/ButtonInner.js +2 -2
  821. package/mobile/dist/ui-kit/Button/ButtonInner.js.map +1 -1
  822. package/mobile/dist/ui-kit/Button/ButtonProps.d.ts +3 -1
  823. package/mobile/dist/ui-kit/Button/ButtonSection.js +2 -2
  824. package/mobile/dist/ui-kit/Button/ButtonSection.js.map +1 -1
  825. package/mobile/dist/ui-kit/Button/LikeButton.d.ts +1 -1
  826. package/mobile/dist/ui-kit/Button/renderArrows.d.ts +2 -4
  827. package/mobile/dist/ui-kit/Button/renderArrows.js.map +1 -1
  828. package/mobile/dist/ui-kit/Checkbox/Checkbox.js +5 -2
  829. package/mobile/dist/ui-kit/Checkbox/Checkbox.js.map +1 -1
  830. package/mobile/dist/ui-kit/Checkbox/CheckboxProps.d.ts +2 -1
  831. package/mobile/dist/ui-kit/Description/Description.d.ts +2 -2
  832. package/mobile/dist/ui-kit/Description/Description.js +1 -1
  833. package/mobile/dist/ui-kit/Description/Description.js.map +1 -1
  834. package/mobile/dist/ui-kit/Foldable/Foldable.js +4 -2
  835. package/mobile/dist/ui-kit/Foldable/Foldable.js.map +1 -1
  836. package/mobile/dist/ui-kit/Foldable/useActiveHandler.d.ts +1 -1
  837. package/mobile/dist/ui-kit/Foldable/useActiveHandler.js.map +1 -1
  838. package/mobile/dist/ui-kit/HeaderItem/HeaderItem.js +4 -4
  839. package/mobile/dist/ui-kit/HeaderItem/HeaderItem.js.map +1 -1
  840. package/mobile/dist/ui-kit/Heading/Heading.d.ts +1 -5
  841. package/mobile/dist/ui-kit/Heading/Heading.js +2 -5
  842. package/mobile/dist/ui-kit/Heading/Heading.js.map +1 -1
  843. package/mobile/dist/ui-kit/Heading/HeadingProps.d.ts +20 -0
  844. package/mobile/dist/ui-kit/{Description/DescriptionContent.js → Heading/HeadingProps.js} +1 -1
  845. package/mobile/dist/ui-kit/Heading/HeadingProps.js.map +1 -0
  846. package/mobile/dist/ui-kit/Img/Img.d.ts +0 -3
  847. package/mobile/dist/ui-kit/Img/Img.js +4 -31
  848. package/mobile/dist/ui-kit/Img/Img.js.map +1 -1
  849. package/mobile/dist/ui-kit/Img/ImgAsPicture.d.ts +4 -0
  850. package/mobile/dist/ui-kit/Img/ImgAsPicture.js +32 -0
  851. package/mobile/dist/ui-kit/Img/ImgAsPicture.js.map +1 -0
  852. package/mobile/dist/ui-kit/Img/ImgInner.d.ts +2 -0
  853. package/mobile/dist/ui-kit/Img/ImgInner.js +19 -0
  854. package/mobile/dist/ui-kit/Img/ImgInner.js.map +1 -0
  855. package/mobile/dist/ui-kit/Img/ImgProps.d.ts +1 -0
  856. package/mobile/dist/ui-kit/InputRange/InputRangeProps.d.ts +1 -2
  857. package/mobile/dist/ui-kit/Logo/Logo.js +2 -9
  858. package/mobile/dist/ui-kit/Logo/Logo.js.map +1 -1
  859. package/mobile/dist/ui-kit/RadioButtonGroup/RadioButtonGroup.d.ts +12 -0
  860. package/mobile/dist/ui-kit/RadioButtonGroup/RadioButtonGroup.js +9 -0
  861. package/mobile/dist/ui-kit/RadioButtonGroup/RadioButtonGroup.js.map +1 -0
  862. package/mobile/dist/ui-kit/SVG.d.ts +2 -2
  863. package/mobile/dist/ui-kit/SearchBar/SearchBar.js +3 -7
  864. package/mobile/dist/ui-kit/SearchBar/SearchBar.js.map +1 -1
  865. package/mobile/dist/ui-kit/SearchBar/SearchBarInner.d.ts +5 -0
  866. package/mobile/dist/ui-kit/SearchBar/SearchBarInner.js +24 -0
  867. package/mobile/dist/ui-kit/SearchBar/SearchBarInner.js.map +1 -0
  868. package/mobile/dist/ui-kit/TableArrowScrollControl/TableArrowScrollControlProps.d.ts +2 -3
  869. package/mobile/dist/ui-kit/Tabs/TabsProps.d.ts +1 -2
  870. package/mobile/dist/ui-kit/TopItem/TopItem.d.ts +1 -1
  871. package/mobile/dist/utils/url.d.ts +1 -0
  872. package/mobile/dist/utils/url.js +3 -1
  873. package/mobile/dist/utils/url.js.map +1 -1
  874. package/mobile/lib/components/Accordion/useActiveHandler.d.ts +1 -1
  875. package/mobile/lib/components/Accordion/useActiveHandler.js +4 -4
  876. package/mobile/lib/components/Accordion/useActiveHandler.js.map +1 -1
  877. package/mobile/lib/components/BaseTile/BaseTile.js +1 -1
  878. package/mobile/lib/components/BaseTile/BaseTile.js.map +1 -1
  879. package/mobile/lib/components/BaseTile/BaseTileProps.d.ts +7 -26
  880. package/mobile/lib/components/BaseTile/getTileHeadingType.d.ts +1 -1
  881. package/mobile/lib/components/BaseTile/getTileHeadingType.js +3 -3
  882. package/mobile/lib/components/BaseTile/getTileHeadingType.js.map +1 -1
  883. package/mobile/lib/components/BenefitsBlock/BenefitsBlockContent.d.ts +2 -2
  884. package/mobile/lib/components/Bonus/BonusContent.d.ts +2 -3
  885. package/mobile/lib/components/Calculator/BonusCalculatorForm.d.ts +3 -3
  886. package/mobile/lib/components/Calculator/BonusCalculatorForm.js +23 -29
  887. package/mobile/lib/components/Calculator/BonusCalculatorForm.js.map +1 -1
  888. package/mobile/lib/components/Calculator/Calculator.js +7 -7
  889. package/mobile/lib/components/Calculator/Calculator.js.map +1 -1
  890. package/mobile/lib/components/Calculator/CalculatorContent.d.ts +14 -4
  891. package/mobile/lib/components/Calculator/CreditCalculatorForm.d.ts +4 -2
  892. package/mobile/lib/components/Calculator/CreditCalculatorForm.js +38 -41
  893. package/mobile/lib/components/Calculator/CreditCalculatorForm.js.map +1 -1
  894. package/mobile/lib/components/Calculator/DepositCalculatorForm.js +15 -29
  895. package/mobile/lib/components/Calculator/DepositCalculatorForm.js.map +1 -1
  896. package/mobile/lib/components/Calculator/EmbeddableCalcBlocks.d.ts +4 -4
  897. package/mobile/lib/components/Calculator/EmbeddableCalcBlocks.js +2 -2
  898. package/mobile/lib/components/Calculator/EmbeddableCalcBlocks.js.map +1 -1
  899. package/mobile/lib/components/Calculator/MortgageCalculatorForm.js +14 -28
  900. package/mobile/lib/components/Calculator/MortgageCalculatorForm.js.map +1 -1
  901. package/mobile/lib/components/Calculator/Rate.d.ts +7 -0
  902. package/mobile/lib/components/Calculator/Rate.js +4 -0
  903. package/mobile/lib/components/Calculator/Rate.js.map +1 -0
  904. package/mobile/lib/components/Calculator/constants.d.ts +13 -4
  905. package/mobile/lib/components/Calculator/constants.js +33 -4
  906. package/mobile/lib/components/Calculator/constants.js.map +1 -1
  907. package/mobile/lib/components/Calculator/getBonus.d.ts +2 -0
  908. package/mobile/lib/components/Calculator/getBonus.js +13 -0
  909. package/mobile/lib/components/Calculator/getBonus.js.map +1 -0
  910. package/mobile/lib/components/Calculator/getDefaultMonths.d.ts +1 -2
  911. package/mobile/lib/components/Calculator/getDefaultMonths.js +1 -4
  912. package/mobile/lib/components/Calculator/getDefaultMonths.js.map +1 -1
  913. package/mobile/lib/components/Calculator/getDefaultSum.d.ts +1 -2
  914. package/mobile/lib/components/Calculator/getDefaultSum.js +1 -3
  915. package/mobile/lib/components/Calculator/getDefaultSum.js.map +1 -1
  916. package/mobile/lib/components/Calculator/getMonthlyPayment.d.ts +6 -11
  917. package/mobile/lib/components/Calculator/getMonthlyPayment.js +11 -12
  918. package/mobile/lib/components/Calculator/getMonthlyPayment.js.map +1 -1
  919. package/mobile/lib/components/Calculator/renderCalculatorBlock.d.ts +1 -1
  920. package/mobile/lib/components/Calculator/renderCalculatorBlock.js +3 -3
  921. package/mobile/lib/components/Calculator/renderCalculatorBlock.js.map +1 -1
  922. package/mobile/lib/components/Calculator/renderInitialFeeInput.d.ts +3 -8
  923. package/mobile/lib/components/Calculator/renderInitialFeeInput.js +7 -6
  924. package/mobile/lib/components/Calculator/renderInitialFeeInput.js.map +1 -1
  925. package/mobile/lib/components/Calculator/renderMonthsInput.d.ts +3 -7
  926. package/mobile/lib/components/Calculator/renderMonthsInput.js +4 -3
  927. package/mobile/lib/components/Calculator/renderMonthsInput.js.map +1 -1
  928. package/mobile/lib/components/Calculator/renderPaymentTypeSelector.d.ts +5 -0
  929. package/mobile/lib/components/Calculator/renderPaymentTypeSelector.js +6 -0
  930. package/mobile/lib/components/Calculator/renderPaymentTypeSelector.js.map +1 -0
  931. package/mobile/lib/components/Calculator/renderRealEstateValue.d.ts +2 -7
  932. package/mobile/lib/components/Calculator/renderRealEstateValue.js +6 -5
  933. package/mobile/lib/components/Calculator/renderRealEstateValue.js.map +1 -1
  934. package/mobile/lib/components/Calculator/renderWantedSumInput.d.ts +6 -9
  935. package/mobile/lib/components/Calculator/renderWantedSumInput.js +5 -7
  936. package/mobile/lib/components/Calculator/renderWantedSumInput.js.map +1 -1
  937. package/mobile/lib/components/Calculator/useBonusCalculatorParams.d.ts +37 -0
  938. package/mobile/lib/components/Calculator/useBonusCalculatorParams.js +15 -0
  939. package/mobile/lib/components/Calculator/useBonusCalculatorParams.js.map +1 -0
  940. package/mobile/lib/components/Calculator/useCalculatorParams.d.ts +2 -0
  941. package/mobile/lib/components/Calculator/useCalculatorParams.js +9 -0
  942. package/mobile/lib/components/Calculator/useCalculatorParams.js.map +1 -0
  943. package/mobile/lib/components/Calculator/useCreditCalculatorParams.d.ts +28 -0
  944. package/mobile/lib/components/Calculator/useCreditCalculatorParams.js +23 -0
  945. package/mobile/lib/components/Calculator/useCreditCalculatorParams.js.map +1 -0
  946. package/mobile/lib/components/Catalog/CatalogContent.d.ts +3 -4
  947. package/mobile/lib/components/ComparisonTable/ComparisonTableColumnHeaders.d.ts +1 -1
  948. package/mobile/lib/components/ComparisonTable/ComparisonTableColumnHeaders.js +4 -4
  949. package/mobile/lib/components/ComparisonTable/ComparisonTableColumnHeaders.js.map +1 -1
  950. package/mobile/lib/components/ComparisonTable/ComparisonTableRows.d.ts +2 -2
  951. package/mobile/lib/components/ContentPage/ContentPageContext.d.ts +1 -2
  952. package/mobile/lib/components/ExchangeRateTile/CurrencyTable.js +2 -2
  953. package/mobile/lib/components/ExchangeRateTile/CurrencyTable.js.map +1 -1
  954. package/mobile/lib/components/ExchangeRateTile/CurrentLocation.js +1 -1
  955. package/mobile/lib/components/ExchangeRateTile/CurrentLocation.js.map +1 -1
  956. package/mobile/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.d.ts +2 -0
  957. package/mobile/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.js +3 -3
  958. package/mobile/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.js.map +1 -1
  959. package/mobile/lib/components/ExchangeRateTile/ExchangeRateTile.js +2 -3
  960. package/mobile/lib/components/ExchangeRateTile/ExchangeRateTile.js.map +1 -1
  961. package/mobile/lib/components/ExchangeRateTile/ExchangeRateTileContent.d.ts +2 -0
  962. package/mobile/lib/components/ExchangeRateTile/renderButton.d.ts +1 -1
  963. package/mobile/lib/components/ExchangeRateTile/renderButton.js +2 -2
  964. package/mobile/lib/components/ExchangeRateTile/renderButton.js.map +1 -1
  965. package/mobile/lib/components/ExchangeRateTile/renderInput.js +1 -1
  966. package/mobile/lib/components/ExchangeRateTile/renderInput.js.map +1 -1
  967. package/mobile/lib/components/Footer/HorizontalNavigation.js +2 -2
  968. package/mobile/lib/components/Footer/HorizontalNavigation.js.map +1 -1
  969. package/mobile/lib/components/Footer/HorizontalNavigationLink.d.ts +8 -0
  970. package/mobile/lib/components/Footer/HorizontalNavigationLink.js +4 -0
  971. package/mobile/lib/components/Footer/HorizontalNavigationLink.js.map +1 -0
  972. package/mobile/lib/components/Footer/MediaButton.js +2 -1
  973. package/mobile/lib/components/Footer/MediaButton.js.map +1 -1
  974. package/mobile/lib/components/Footer/TextInformation.js +2 -2
  975. package/mobile/lib/components/Footer/TextInformation.js.map +1 -1
  976. package/mobile/lib/components/Footer/TextInformationLink.d.ts +8 -0
  977. package/mobile/lib/components/Footer/TextInformationLink.js +4 -0
  978. package/mobile/lib/components/Footer/TextInformationLink.js.map +1 -0
  979. package/mobile/lib/components/Gallery/Gallery.js +2 -1
  980. package/mobile/lib/components/Gallery/Gallery.js.map +1 -1
  981. package/mobile/lib/components/GracePeriod/GracePeriodContent.d.ts +2 -2
  982. package/mobile/lib/components/GroupBlock/GroupBlock.js +1 -1
  983. package/mobile/lib/components/GroupBlock/GroupBlock.js.map +1 -1
  984. package/mobile/lib/components/GroupBlock/GroupBlockTabs.d.ts +2 -3
  985. package/mobile/lib/components/GroupBlock/GroupBlockTabs.js +10 -8
  986. package/mobile/lib/components/GroupBlock/GroupBlockTabs.js.map +1 -1
  987. package/mobile/lib/components/GroupBlock/GroupBlocksItem.d.ts +1 -1
  988. package/mobile/lib/components/GroupBlock/GroupBlocksItem.js +1 -1
  989. package/mobile/lib/components/GroupBlock/GroupBlocksItem.js.map +1 -1
  990. package/mobile/lib/components/GroupBlock/renderBlocksTypes.js +4 -2
  991. package/mobile/lib/components/GroupBlock/renderBlocksTypes.js.map +1 -1
  992. package/mobile/lib/components/Header/DropdownMenu.d.ts +1 -0
  993. package/mobile/lib/components/Header/DropdownMenu.js +6 -3
  994. package/mobile/lib/components/Header/DropdownMenu.js.map +1 -1
  995. package/mobile/lib/components/Header/HeaderSubMenu.js +1 -1
  996. package/mobile/lib/components/Header/HeaderSubMenu.js.map +1 -1
  997. package/mobile/lib/components/Headline/Headline.js +1 -1
  998. package/mobile/lib/components/Headline/Headline.js.map +1 -1
  999. package/mobile/lib/components/Headline/HeadlineContent.d.ts +2 -4
  1000. package/mobile/lib/components/Headline/constants.d.ts +9 -0
  1001. package/mobile/lib/components/Headline/constants.js +32 -0
  1002. package/mobile/lib/components/Headline/constants.js.map +1 -1
  1003. package/mobile/lib/components/Insurance/Insurance.js +5 -5
  1004. package/mobile/lib/components/Insurance/Insurance.js.map +1 -1
  1005. package/mobile/lib/components/Insurance/InsuranceContent.d.ts +2 -5
  1006. package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlock.js +6 -7
  1007. package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlock.js.map +1 -1
  1008. package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlockContent.d.ts +2 -2
  1009. package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js +18 -16
  1010. package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js.map +1 -1
  1011. package/mobile/lib/components/LinkDocs/LinkDocs.js +1 -1
  1012. package/mobile/lib/components/LinkDocs/LinkDocs.js.map +1 -1
  1013. package/mobile/lib/components/LinkDocs/LinkDocsContent.d.ts +3 -6
  1014. package/mobile/lib/components/LinkDocs/LinkDocsHorizontalList.js +1 -1
  1015. package/mobile/lib/components/LinkDocs/LinkDocsHorizontalList.js.map +1 -1
  1016. package/mobile/lib/components/LinkDocs/LinkDocsVerticalList.js +1 -1
  1017. package/mobile/lib/components/LinkDocs/LinkDocsVerticalList.js.map +1 -1
  1018. package/mobile/lib/components/MobileAppTile/MobileAppTileContent.d.ts +2 -3
  1019. package/mobile/lib/components/NavigatorTabs/NavigatorTabItem.d.ts +1 -1
  1020. package/mobile/lib/components/NavigatorTabs/NavigatorTabItem.js +3 -3
  1021. package/mobile/lib/components/NavigatorTabs/NavigatorTabItem.js.map +1 -1
  1022. package/mobile/lib/components/OtherProducts/OtherProductsItem.js +1 -1
  1023. package/mobile/lib/components/OtherProducts/OtherProductsItem.js.map +1 -1
  1024. package/mobile/lib/components/PictureText/PictureTextContent.d.ts +2 -2
  1025. package/mobile/lib/components/Placeholder/Placeholder.js +2 -4
  1026. package/mobile/lib/components/Placeholder/Placeholder.js.map +1 -1
  1027. package/mobile/lib/components/Placeholder/PlaceholderContent.d.ts +2 -3
  1028. package/mobile/lib/components/ProductBlock/ProductBlockContent.d.ts +4 -5
  1029. package/mobile/lib/components/ProductBlock/ProductBlockInner.js +3 -4
  1030. package/mobile/lib/components/ProductBlock/ProductBlockInner.js.map +1 -1
  1031. package/mobile/lib/components/ProductBlock/renderBackwardButton.js +2 -1
  1032. package/mobile/lib/components/ProductBlock/renderBackwardButton.js.map +1 -1
  1033. package/mobile/lib/components/ProductBlock/renderBenefit.js +1 -1
  1034. package/mobile/lib/components/ProductBlock/renderBenefit.js.map +1 -1
  1035. package/mobile/lib/components/ProductGallery/ProductGalleryBlock.d.ts +3 -3
  1036. package/mobile/lib/components/ProductGallery/ProductGalleryBlock.js +2 -2
  1037. package/mobile/lib/components/ProductGallery/ProductGalleryBlock.js.map +1 -1
  1038. package/mobile/lib/components/ProductTile/ProductTile.js +4 -5
  1039. package/mobile/lib/components/ProductTile/ProductTile.js.map +1 -1
  1040. package/mobile/lib/components/ProductTile/ProductTileContent.d.ts +2 -3
  1041. package/mobile/lib/components/PromoTile/PromoTile.js +2 -2
  1042. package/mobile/lib/components/PromoTile/PromoTile.js.map +1 -1
  1043. package/mobile/lib/components/PromoTile/PromoTileContent.d.ts +3 -3
  1044. package/mobile/lib/components/Recommendation/RecommendationContent.d.ts +4 -4
  1045. package/mobile/lib/components/StepsBlock/StepsBlock.js +2 -2
  1046. package/mobile/lib/components/StepsBlock/StepsBlock.js.map +1 -1
  1047. package/mobile/lib/components/StepsBlock/StepsBlockStyleMaps.d.ts +1 -0
  1048. package/mobile/lib/components/StepsBlock/StepsBlockStyleMaps.js +3 -1
  1049. package/mobile/lib/components/StepsBlock/StepsBlockStyleMaps.js.map +1 -1
  1050. package/mobile/lib/components/TariffsTable/TariffsTable.js +3 -2
  1051. package/mobile/lib/components/TariffsTable/TariffsTable.js.map +1 -1
  1052. package/mobile/lib/components/TariffsTable/TariffsTableContent.d.ts +3 -4
  1053. package/mobile/lib/components/TextBlock/TextBlock.js +2 -1
  1054. package/mobile/lib/components/TextBlock/TextBlock.js.map +1 -1
  1055. package/mobile/lib/components/Tile/Tile.js +4 -3
  1056. package/mobile/lib/components/Tile/Tile.js.map +1 -1
  1057. package/mobile/lib/components/Tile/TileContent.d.ts +3 -3
  1058. package/mobile/lib/content-page-repository/transformPicture.js +7 -3
  1059. package/mobile/lib/content-page-repository/transformPicture.js.map +1 -1
  1060. package/mobile/lib/hooks/useExchangeRates.js +5 -7
  1061. package/mobile/lib/hooks/useExchangeRates.js.map +1 -1
  1062. package/mobile/lib/hooks/useLink.d.ts +3 -1
  1063. package/mobile/lib/hooks/useLink.js +1 -1
  1064. package/mobile/lib/hooks/useLink.js.map +1 -1
  1065. package/mobile/lib/icons/IconName.d.ts +4 -2
  1066. package/mobile/lib/icons/IconName.js +2 -0
  1067. package/mobile/lib/icons/IconName.js.map +1 -1
  1068. package/mobile/lib/model/HeadlineType.d.ts +17 -0
  1069. package/mobile/lib/model/HeadlineType.js +2 -0
  1070. package/mobile/lib/model/HeadlineType.js.map +1 -0
  1071. package/mobile/lib/model/Picture.d.ts +4 -3
  1072. package/mobile/lib/model/VNode.d.ts +1 -1
  1073. package/mobile/lib/services/sitemap/findActiveSubItem.d.ts +1 -1
  1074. package/mobile/lib/services/sitemap/findActiveSubItem.js +2 -3
  1075. package/mobile/lib/services/sitemap/findActiveSubItem.js.map +1 -1
  1076. package/mobile/lib/types.d.ts +0 -1
  1077. package/mobile/lib/ui-kit/BlocksList/renderBlocksList.js +4 -2
  1078. package/mobile/lib/ui-kit/BlocksList/renderBlocksList.js.map +1 -1
  1079. package/mobile/lib/ui-kit/Breadcrumb.d.ts +1 -1
  1080. package/mobile/lib/ui-kit/Button/Button.js +1 -1
  1081. package/mobile/lib/ui-kit/Button/Button.js.map +1 -1
  1082. package/mobile/lib/ui-kit/Button/ButtonInner.js +2 -2
  1083. package/mobile/lib/ui-kit/Button/ButtonInner.js.map +1 -1
  1084. package/mobile/lib/ui-kit/Button/ButtonProps.d.ts +3 -1
  1085. package/mobile/lib/ui-kit/Button/ButtonSection.js +2 -2
  1086. package/mobile/lib/ui-kit/Button/ButtonSection.js.map +1 -1
  1087. package/mobile/lib/ui-kit/Button/LikeButton.d.ts +1 -1
  1088. package/mobile/lib/ui-kit/Button/renderArrows.d.ts +2 -4
  1089. package/mobile/lib/ui-kit/Button/renderArrows.js.map +1 -1
  1090. package/mobile/lib/ui-kit/Checkbox/Checkbox.js +5 -2
  1091. package/mobile/lib/ui-kit/Checkbox/Checkbox.js.map +1 -1
  1092. package/mobile/lib/ui-kit/Checkbox/CheckboxProps.d.ts +2 -1
  1093. package/mobile/lib/ui-kit/Description/Description.d.ts +2 -2
  1094. package/mobile/lib/ui-kit/Description/Description.js +1 -1
  1095. package/mobile/lib/ui-kit/Description/Description.js.map +1 -1
  1096. package/mobile/lib/ui-kit/Foldable/Foldable.js +4 -2
  1097. package/mobile/lib/ui-kit/Foldable/Foldable.js.map +1 -1
  1098. package/mobile/lib/ui-kit/Foldable/useActiveHandler.d.ts +1 -1
  1099. package/mobile/lib/ui-kit/Foldable/useActiveHandler.js.map +1 -1
  1100. package/mobile/lib/ui-kit/HeaderItem/HeaderItem.js +4 -4
  1101. package/mobile/lib/ui-kit/HeaderItem/HeaderItem.js.map +1 -1
  1102. package/mobile/lib/ui-kit/Heading/Heading.d.ts +1 -5
  1103. package/mobile/lib/ui-kit/Heading/Heading.js +2 -5
  1104. package/mobile/lib/ui-kit/Heading/Heading.js.map +1 -1
  1105. package/mobile/lib/ui-kit/Heading/HeadingProps.d.ts +20 -0
  1106. package/mobile/lib/ui-kit/Heading/HeadingProps.js +2 -0
  1107. package/mobile/lib/ui-kit/Heading/HeadingProps.js.map +1 -0
  1108. package/mobile/lib/ui-kit/Img/Img.d.ts +0 -3
  1109. package/mobile/lib/ui-kit/Img/Img.js +4 -30
  1110. package/mobile/lib/ui-kit/Img/Img.js.map +1 -1
  1111. package/mobile/lib/ui-kit/Img/ImgAsPicture.d.ts +4 -0
  1112. package/mobile/lib/ui-kit/Img/ImgAsPicture.js +29 -0
  1113. package/mobile/lib/ui-kit/Img/ImgAsPicture.js.map +1 -0
  1114. package/mobile/lib/ui-kit/Img/ImgInner.d.ts +2 -0
  1115. package/mobile/lib/ui-kit/Img/ImgInner.js +17 -0
  1116. package/mobile/lib/ui-kit/Img/ImgInner.js.map +1 -0
  1117. package/mobile/lib/ui-kit/Img/ImgProps.d.ts +1 -0
  1118. package/mobile/lib/ui-kit/InputRange/InputRangeProps.d.ts +1 -2
  1119. package/mobile/lib/ui-kit/Logo/Logo.js +2 -9
  1120. package/mobile/lib/ui-kit/Logo/Logo.js.map +1 -1
  1121. package/mobile/lib/ui-kit/RadioButtonGroup/RadioButtonGroup.d.ts +12 -0
  1122. package/mobile/lib/ui-kit/RadioButtonGroup/RadioButtonGroup.js +7 -0
  1123. package/mobile/lib/ui-kit/RadioButtonGroup/RadioButtonGroup.js.map +1 -0
  1124. package/mobile/lib/ui-kit/SVG.d.ts +2 -2
  1125. package/mobile/lib/ui-kit/SearchBar/SearchBar.js +4 -8
  1126. package/mobile/lib/ui-kit/SearchBar/SearchBar.js.map +1 -1
  1127. package/mobile/lib/ui-kit/SearchBar/SearchBarInner.d.ts +5 -0
  1128. package/mobile/lib/ui-kit/SearchBar/SearchBarInner.js +22 -0
  1129. package/mobile/lib/ui-kit/SearchBar/SearchBarInner.js.map +1 -0
  1130. package/mobile/lib/ui-kit/TableArrowScrollControl/TableArrowScrollControlProps.d.ts +2 -3
  1131. package/mobile/lib/ui-kit/Tabs/TabsProps.d.ts +1 -2
  1132. package/mobile/lib/ui-kit/TopItem/TopItem.d.ts +1 -1
  1133. package/mobile/lib/utils/url.d.ts +1 -0
  1134. package/mobile/lib/utils/url.js +1 -0
  1135. package/mobile/lib/utils/url.js.map +1 -1
  1136. package/mobile/src/components/Accordion/useActiveHandler.ts +5 -5
  1137. package/mobile/src/components/BaseTile/BaseTile.tsx +1 -1
  1138. package/mobile/src/components/BaseTile/BaseTileProps.ts +7 -30
  1139. package/mobile/src/components/BaseTile/getTileHeadingType.ts +3 -3
  1140. package/mobile/src/components/BenefitsBlock/BenefitsBlockContent.ts +8 -9
  1141. package/mobile/src/components/Blocks.spec.tsx +74 -0
  1142. package/mobile/src/components/Bonus/BonusContent.ts +5 -7
  1143. package/mobile/src/components/Calculator/BonusCalculatorForm.tsx +43 -51
  1144. package/mobile/src/components/Calculator/Calculator.tsx +10 -10
  1145. package/mobile/src/components/Calculator/CalculatorContent.ts +14 -4
  1146. package/mobile/src/components/Calculator/CreditCalculatorForm.tsx +62 -62
  1147. package/mobile/src/components/Calculator/DepositCalculatorForm.tsx +34 -35
  1148. package/mobile/src/components/Calculator/EmbeddableCalcBlocks.tsx +3 -3
  1149. package/mobile/src/components/Calculator/MortgageCalculatorForm.tsx +29 -37
  1150. package/mobile/src/components/Calculator/Rate.tsx +22 -0
  1151. package/mobile/src/components/Calculator/constants.ts +41 -4
  1152. package/mobile/src/components/Calculator/getBonus.ts +38 -0
  1153. package/mobile/src/components/Calculator/getDefaultMonths.ts +2 -7
  1154. package/mobile/src/components/Calculator/getDefaultSum.ts +2 -5
  1155. package/mobile/src/components/Calculator/getMonthlyPayment.ts +12 -28
  1156. package/mobile/src/components/Calculator/renderCalculatorBlock.tsx +4 -4
  1157. package/mobile/src/components/Calculator/renderInitialFeeInput.tsx +10 -14
  1158. package/mobile/src/components/Calculator/renderMonthsInput.tsx +7 -10
  1159. package/mobile/src/components/Calculator/renderPaymentTypeSelector.tsx +12 -0
  1160. package/mobile/src/components/Calculator/renderRealEstateValue.tsx +9 -13
  1161. package/mobile/src/components/Calculator/renderWantedSumInput.tsx +12 -26
  1162. package/mobile/src/components/Calculator/useBonusCalculatorParams.ts +55 -0
  1163. package/mobile/src/components/Calculator/useCalculatorParams.ts +16 -0
  1164. package/mobile/src/components/Calculator/useCreditCalculatorParams.ts +70 -0
  1165. package/mobile/src/components/Catalog/CatalogContent.ts +6 -8
  1166. package/mobile/src/components/ComparisonTable/ComparisonTableColumnHeaders.tsx +6 -6
  1167. package/mobile/src/components/ComparisonTable/ComparisonTableRows.tsx +2 -2
  1168. package/mobile/src/components/ContentPage/ContentPageContext.tsx +1 -2
  1169. package/mobile/src/components/ExchangeRateTile/CurrencyTable.tsx +5 -9
  1170. package/mobile/src/components/ExchangeRateTile/CurrentLocation.tsx +6 -4
  1171. package/mobile/src/components/ExchangeRateTile/ExchangeCurrencyCalculator.tsx +10 -8
  1172. package/mobile/src/components/ExchangeRateTile/ExchangeRateTile.example.json +8 -0
  1173. package/mobile/src/components/ExchangeRateTile/ExchangeRateTile.tsx +6 -12
  1174. package/mobile/src/components/ExchangeRateTile/ExchangeRateTileContent.ts +3 -0
  1175. package/mobile/src/components/ExchangeRateTile/renderButton.tsx +3 -8
  1176. package/mobile/src/components/ExchangeRateTile/renderInput.tsx +2 -2
  1177. package/mobile/src/components/Footer/HorizontalNavigation.tsx +2 -20
  1178. package/mobile/src/components/Footer/HorizontalNavigationLink.tsx +21 -0
  1179. package/mobile/src/components/Footer/MediaButton.tsx +2 -7
  1180. package/mobile/src/components/Footer/TextInformation.tsx +2 -22
  1181. package/mobile/src/components/Footer/TextInformationLink.tsx +21 -0
  1182. package/mobile/src/components/Gallery/Gallery.tsx +3 -5
  1183. package/mobile/src/components/GracePeriod/GracePeriodContent.ts +2 -2
  1184. package/mobile/src/components/GroupBlock/GroupBlock.tsx +5 -3
  1185. package/mobile/src/components/GroupBlock/GroupBlockTabs.tsx +24 -25
  1186. package/mobile/src/components/GroupBlock/GroupBlocksItem.tsx +3 -3
  1187. package/mobile/src/components/GroupBlock/renderBlocksTypes.tsx +6 -3
  1188. package/mobile/src/components/Header/DropdownMenu.tsx +23 -10
  1189. package/mobile/src/components/Header/HeaderSubMenu.tsx +2 -1
  1190. package/mobile/src/components/Headline/Headline.example.json +1 -0
  1191. package/mobile/src/components/Headline/Headline.tsx +1 -1
  1192. package/mobile/src/components/Headline/HeadlineContent.ts +2 -5
  1193. package/mobile/src/components/Headline/constants.ts +42 -0
  1194. package/mobile/src/components/Insurance/Insurance.tsx +15 -10
  1195. package/mobile/src/components/Insurance/InsuranceContent.ts +2 -5
  1196. package/mobile/src/components/InsuranceAmountBlock/InsuranceAmountBlock.example.json +45 -9
  1197. package/mobile/src/components/InsuranceAmountBlock/InsuranceAmountBlock.tsx +22 -27
  1198. package/mobile/src/components/InsuranceAmountBlock/InsuranceAmountBlockContent.ts +2 -2
  1199. package/mobile/src/components/InsuranceAmountBlock/InsuranceAmountBlockInner.tsx +15 -10
  1200. package/mobile/src/components/LinkDocs/LinkDocs.example.json +1 -0
  1201. package/mobile/src/components/LinkDocs/LinkDocs.tsx +0 -1
  1202. package/mobile/src/components/LinkDocs/LinkDocsContent.ts +3 -6
  1203. package/mobile/src/components/LinkDocs/LinkDocsHorizontalList.tsx +1 -1
  1204. package/mobile/src/components/LinkDocs/LinkDocsVerticalList.tsx +1 -3
  1205. package/mobile/src/components/MobileAppTile/MobileAppTileContent.ts +2 -4
  1206. package/mobile/src/components/NavigatorTabs/NavigatorTabItem.tsx +4 -4
  1207. package/mobile/src/components/OtherProducts/OtherProductsItem.tsx +2 -2
  1208. package/mobile/src/components/PictureText/PictureTextContent.ts +2 -2
  1209. package/mobile/src/components/Placeholder/Placeholder.tsx +8 -19
  1210. package/mobile/src/components/Placeholder/PlaceholderContent.ts +2 -3
  1211. package/mobile/src/components/ProductBlock/ProductBlockContent.ts +4 -7
  1212. package/mobile/src/components/ProductBlock/ProductBlockInner.tsx +10 -21
  1213. package/mobile/src/components/ProductBlock/renderBackwardButton.tsx +6 -3
  1214. package/mobile/src/components/ProductBlock/renderBenefit.tsx +2 -6
  1215. package/mobile/src/components/ProductGallery/ProductGalleryBlock.tsx +6 -5
  1216. package/mobile/src/components/ProductTile/ProductTile.example.json +1 -1
  1217. package/mobile/src/components/ProductTile/ProductTile.tsx +10 -15
  1218. package/mobile/src/components/ProductTile/ProductTileContent.ts +2 -5
  1219. package/mobile/src/components/PromoTile/PromoTile.tsx +10 -6
  1220. package/mobile/src/components/PromoTile/PromoTileContent.ts +4 -4
  1221. package/mobile/src/components/Recommendation/RecommendationContent.ts +4 -8
  1222. package/mobile/src/components/StepsBlock/StepsBlock.tsx +3 -9
  1223. package/mobile/src/components/StepsBlock/StepsBlockStyleMaps.ts +4 -1
  1224. package/mobile/src/components/TariffsTable/TariffsTable.tsx +4 -7
  1225. package/mobile/src/components/TariffsTable/TariffsTableContent.ts +12 -14
  1226. package/mobile/src/components/TextBlock/TextBlock.tsx +2 -1
  1227. package/mobile/src/components/Tile/Tile.example.json +0 -1
  1228. package/mobile/src/components/Tile/Tile.tsx +9 -10
  1229. package/mobile/src/components/Tile/TileContent.ts +4 -5
  1230. package/mobile/src/components/__snapshots__/Blocks.spec.tsx.snap +755 -0
  1231. package/mobile/src/content-page-repository/transformPicture.ts +7 -5
  1232. package/mobile/src/hooks/useExchangeRates.ts +6 -7
  1233. package/mobile/src/hooks/useLink.ts +2 -2
  1234. package/mobile/src/icons/IconName.ts +4 -4
  1235. package/mobile/src/icons/Logo.svg +7 -0
  1236. package/mobile/src/model/HeadlineType.ts +21 -0
  1237. package/mobile/src/model/Picture.ts +5 -3
  1238. package/mobile/src/model/VNode.ts +1 -1
  1239. package/mobile/src/services/sitemap/findActiveSubItem.ts +4 -5
  1240. package/mobile/src/types.ts +0 -2
  1241. package/mobile/src/ui-kit/BlocksList/renderBlocksList.tsx +6 -3
  1242. package/mobile/src/ui-kit/Breadcrumb.tsx +1 -1
  1243. package/mobile/src/ui-kit/Button/Button.tsx +2 -2
  1244. package/mobile/src/ui-kit/Button/ButtonInner.tsx +3 -3
  1245. package/mobile/src/ui-kit/Button/ButtonProps.ts +1 -1
  1246. package/mobile/src/ui-kit/Button/ButtonSection.tsx +2 -2
  1247. package/mobile/src/ui-kit/Button/LikeButton.tsx +1 -1
  1248. package/mobile/src/ui-kit/Button/renderArrows.tsx +2 -3
  1249. package/mobile/src/ui-kit/Checkbox/Checkbox.tsx +18 -13
  1250. package/mobile/src/ui-kit/Checkbox/CheckboxProps.ts +2 -1
  1251. package/mobile/src/ui-kit/Description/Description.tsx +3 -3
  1252. package/mobile/src/ui-kit/Foldable/Foldable.tsx +7 -5
  1253. package/mobile/src/ui-kit/Foldable/useActiveHandler.ts +1 -1
  1254. package/mobile/src/ui-kit/HeaderItem/HeaderItem.tsx +4 -6
  1255. package/mobile/src/ui-kit/Heading/Heading.tsx +3 -13
  1256. package/mobile/src/ui-kit/Heading/HeadingProps.ts +24 -0
  1257. package/mobile/src/ui-kit/Img/Img.tsx +4 -71
  1258. package/mobile/src/ui-kit/Img/ImgAsPicture.tsx +60 -0
  1259. package/mobile/src/ui-kit/Img/ImgInner.tsx +37 -0
  1260. package/mobile/src/ui-kit/Img/ImgProps.ts +1 -0
  1261. package/mobile/src/ui-kit/InputRange/InputRangeProps.ts +1 -3
  1262. package/mobile/src/ui-kit/Logo/Logo.tsx +2 -13
  1263. package/mobile/src/ui-kit/RadioButtonGroup/RadioButtonGroup.tsx +32 -0
  1264. package/mobile/src/ui-kit/SVG.tsx +2 -2
  1265. package/mobile/src/ui-kit/SearchBar/SearchBar.tsx +3 -41
  1266. package/mobile/src/ui-kit/SearchBar/SearchBarInner.tsx +72 -0
  1267. package/mobile/src/ui-kit/TableArrowScrollControl/TableArrowScrollControlProps.ts +2 -4
  1268. package/mobile/src/ui-kit/Tabs/TabsProps.ts +1 -2
  1269. package/mobile/src/ui-kit/TopItem/TopItem.tsx +1 -1
  1270. package/mobile/src/utils/url.ts +2 -0
  1271. package/package.json +4 -1
  1272. package/src/components/Accordion/useActiveHandler.ts +5 -5
  1273. package/src/components/BaseTile/BaseTile.tsx +1 -1
  1274. package/src/components/BaseTile/BaseTileProps.ts +7 -30
  1275. package/src/components/BaseTile/getTileHeadingType.ts +3 -3
  1276. package/src/components/BenefitsBlock/BenefitsBlockContent.ts +8 -9
  1277. package/src/components/Blocks.spec.tsx +74 -0
  1278. package/src/components/Bonus/BonusContent.ts +5 -7
  1279. package/src/components/Calculator/BonusCalculatorForm.tsx +43 -51
  1280. package/src/components/Calculator/Calculator.fixture.tsx +2 -14
  1281. package/src/components/Calculator/Calculator.tsx +10 -10
  1282. package/src/components/Calculator/CalculatorContent.ts +14 -4
  1283. package/src/components/Calculator/CreditCalculatorForm.tsx +62 -62
  1284. package/src/components/Calculator/DepositCalculatorForm.tsx +34 -35
  1285. package/src/components/Calculator/EmbeddableCalcBlocks.tsx +3 -3
  1286. package/src/components/Calculator/MortgageCalculatorForm.tsx +29 -37
  1287. package/src/components/Calculator/Rate.tsx +22 -0
  1288. package/src/components/Calculator/constants.ts +41 -4
  1289. package/src/components/Calculator/getBonus.ts +38 -0
  1290. package/src/components/Calculator/getDefaultMonths.ts +2 -7
  1291. package/src/components/Calculator/getDefaultSum.ts +2 -5
  1292. package/src/components/Calculator/getMonthlyPayment.ts +12 -28
  1293. package/src/components/Calculator/renderCalculatorBlock.tsx +4 -4
  1294. package/src/components/Calculator/renderInitialFeeInput.tsx +10 -14
  1295. package/src/components/Calculator/renderMonthsInput.tsx +7 -10
  1296. package/src/components/Calculator/renderPaymentTypeSelector.tsx +12 -0
  1297. package/src/components/Calculator/renderRealEstateValue.tsx +9 -13
  1298. package/src/components/Calculator/renderWantedSumInput.tsx +12 -26
  1299. package/src/components/Calculator/useBonusCalculatorParams.ts +55 -0
  1300. package/src/components/Calculator/useCalculatorParams.ts +16 -0
  1301. package/src/components/Calculator/useCreditCalculatorParams.ts +70 -0
  1302. package/src/components/Catalog/CatalogContent.ts +6 -8
  1303. package/src/components/ComparisonTable/ComparisonTable.tsx +4 -6
  1304. package/src/components/ComparisonTable/ComparisonTableColumnHeaders.tsx +6 -6
  1305. package/src/components/ComparisonTable/ComparisonTableRows.tsx +2 -2
  1306. package/src/components/ComparisonTable/HeaderCell.tsx +0 -1
  1307. package/src/components/ContentPage/ContentPageContext.tsx +1 -2
  1308. package/src/components/ExchangeRateTile/CurrencyTable.tsx +5 -9
  1309. package/src/components/ExchangeRateTile/CurrentLocation.tsx +6 -4
  1310. package/src/components/ExchangeRateTile/ExchangeCurrencyCalculator.tsx +10 -8
  1311. package/src/components/ExchangeRateTile/ExchangeRateTile.example.json +8 -0
  1312. package/src/components/ExchangeRateTile/ExchangeRateTile.fixture.tsx +9 -1
  1313. package/src/components/ExchangeRateTile/ExchangeRateTile.tsx +6 -12
  1314. package/src/components/ExchangeRateTile/ExchangeRateTileContent.ts +3 -0
  1315. package/src/components/ExchangeRateTile/renderButton.tsx +3 -8
  1316. package/src/components/ExchangeRateTile/renderInput.tsx +2 -2
  1317. package/src/components/Footer/HorizontalNavigation.mobile.tsx +2 -20
  1318. package/src/components/Footer/HorizontalNavigation.tsx +2 -20
  1319. package/src/components/Footer/HorizontalNavigationLink.tsx +21 -0
  1320. package/src/components/Footer/MediaButton.tsx +2 -7
  1321. package/src/components/Footer/TextInformation.mobile.tsx +2 -22
  1322. package/src/components/Footer/TextInformation.tsx +2 -22
  1323. package/src/components/Footer/TextInformationLink.tsx +21 -0
  1324. package/src/components/Gallery/Gallery.mobile.tsx +3 -5
  1325. package/src/components/GracePeriod/GracePeriodContent.ts +2 -2
  1326. package/src/components/GroupBlock/GroupBlock.tsx +5 -3
  1327. package/src/components/GroupBlock/GroupBlockTabs.tsx +24 -25
  1328. package/src/components/GroupBlock/GroupBlocksItem.tsx +3 -3
  1329. package/src/components/GroupBlock/renderBlocksTypes.tsx +6 -3
  1330. package/src/components/Header/DropdownMenu.tsx +23 -10
  1331. package/src/components/Header/Header.tsx +1 -1
  1332. package/src/components/Header/HeaderSubMenu.tsx +2 -1
  1333. package/src/components/Headline/Headline.example.json +1 -0
  1334. package/src/components/Headline/Headline.fixture.tsx +25 -0
  1335. package/src/components/Headline/Headline.mobile.tsx +1 -1
  1336. package/src/components/Headline/Headline.tsx +13 -7
  1337. package/src/components/Headline/HeadlineContent.ts +2 -5
  1338. package/src/components/Headline/constants.ts +42 -0
  1339. package/src/components/Insurance/Insurance.tsx +15 -10
  1340. package/src/components/Insurance/InsuranceContent.ts +2 -5
  1341. package/src/components/InsuranceAmountBlock/InsuranceAmountBlock.example.json +45 -9
  1342. package/src/components/InsuranceAmountBlock/InsuranceAmountBlock.fixture.tsx +7 -2
  1343. package/src/components/InsuranceAmountBlock/InsuranceAmountBlock.tsx +22 -27
  1344. package/src/components/InsuranceAmountBlock/InsuranceAmountBlockContent.ts +2 -2
  1345. package/src/components/InsuranceAmountBlock/InsuranceAmountBlockInner.tsx +15 -10
  1346. package/src/components/LinkDocs/LinkDocs.example.json +1 -0
  1347. package/src/components/LinkDocs/LinkDocs.mobile.tsx +0 -1
  1348. package/src/components/LinkDocs/LinkDocs.tsx +5 -4
  1349. package/src/components/LinkDocs/LinkDocsContent.ts +3 -6
  1350. package/src/components/LinkDocs/LinkDocsHorizontalList.tsx +1 -1
  1351. package/src/components/LinkDocs/LinkDocsVerticalList.tsx +1 -3
  1352. package/src/components/MobileAppTile/MobileAppTile.tsx +4 -3
  1353. package/src/components/MobileAppTile/MobileAppTileContent.ts +2 -4
  1354. package/src/components/NavigatorTabs/NavigatorTabItem.tsx +4 -4
  1355. package/src/components/OtherProducts/OtherProductsItem.tsx +2 -2
  1356. package/src/components/PictureText/PictureTextContent.ts +2 -2
  1357. package/src/components/Placeholder/Placeholder.tsx +8 -19
  1358. package/src/components/Placeholder/PlaceholderContent.ts +2 -3
  1359. package/src/components/ProductBlock/ProductBlock.fixture.tsx +5 -5
  1360. package/src/components/ProductBlock/ProductBlock.tsx +8 -2
  1361. package/src/components/ProductBlock/ProductBlockContent.ts +4 -7
  1362. package/src/components/ProductBlock/ProductBlockInner.mobile.tsx +10 -21
  1363. package/src/components/ProductBlock/ProductBlockInner.tsx +11 -26
  1364. package/src/components/ProductBlock/renderBackwardButton.tsx +6 -3
  1365. package/src/components/ProductBlock/renderBenefit.mobile.tsx +2 -6
  1366. package/src/components/ProductBlock/renderBenefit.tsx +2 -4
  1367. package/src/components/ProductGallery/ProductGallery.fixture.tsx +8 -8
  1368. package/src/components/ProductGallery/ProductGalleryBlock.tsx +7 -12
  1369. package/src/components/ProductTile/ProductTile.example.json +1 -1
  1370. package/src/components/ProductTile/ProductTile.fixture.tsx +2 -6
  1371. package/src/components/ProductTile/ProductTile.tsx +10 -15
  1372. package/src/components/ProductTile/ProductTileContent.ts +2 -5
  1373. package/src/components/PromoTile/PromoTile.tsx +10 -6
  1374. package/src/components/PromoTile/PromoTileContent.ts +4 -4
  1375. package/src/components/Recommendation/RecommendationContent.ts +4 -8
  1376. package/src/components/StepsBlock/StepsBlock.mobile.tsx +3 -9
  1377. package/src/components/StepsBlock/StepsBlock.tsx +22 -19
  1378. package/src/components/StepsBlock/StepsBlockStyleMaps.ts +4 -1
  1379. package/src/components/TariffsTable/TariffsTable.mobile.tsx +4 -7
  1380. package/src/components/TariffsTable/TariffsTableContent.ts +12 -14
  1381. package/src/components/TextBlock/TextBlock.mobile.tsx +2 -1
  1382. package/src/components/TextBlock/TextBlock.tsx +1 -1
  1383. package/src/components/Tile/Tile.example.json +0 -1
  1384. package/src/components/Tile/Tile.tsx +9 -10
  1385. package/src/components/Tile/TileContent.ts +4 -5
  1386. package/src/components/__snapshots__/Blocks.spec.tsx.snap +755 -0
  1387. package/src/content-page-repository/transformPicture.ts +7 -5
  1388. package/src/hooks/useExchangeRates.ts +6 -7
  1389. package/src/hooks/useLink.ts +2 -2
  1390. package/src/icons/IconName.ts +4 -1
  1391. package/src/icons/Logo.svg +7 -0
  1392. package/src/model/HeadlineType.ts +21 -0
  1393. package/src/model/Picture.ts +5 -3
  1394. package/src/model/VNode.ts +1 -1
  1395. package/src/services/sitemap/findActiveSubItem.ts +4 -5
  1396. package/src/types.ts +0 -2
  1397. package/src/ui-kit/BlocksList/renderBlocksList.tsx +6 -3
  1398. package/src/ui-kit/Breadcrumb.tsx +1 -1
  1399. package/src/ui-kit/Button/Button.mobile.tsx +2 -2
  1400. package/src/ui-kit/Button/Button.tsx +2 -2
  1401. package/src/ui-kit/Button/ButtonInner.tsx +3 -3
  1402. package/src/ui-kit/Button/ButtonProps.ts +1 -1
  1403. package/src/ui-kit/Button/ButtonSection.tsx +2 -2
  1404. package/src/ui-kit/Button/LikeButton.tsx +1 -1
  1405. package/src/ui-kit/Button/renderArrows.tsx +2 -3
  1406. package/src/ui-kit/Checkbox/Checkbox.tsx +18 -13
  1407. package/src/ui-kit/Checkbox/CheckboxProps.ts +2 -1
  1408. package/src/ui-kit/Description/Description.tsx +3 -3
  1409. package/src/ui-kit/Foldable/Foldable.tsx +7 -5
  1410. package/src/ui-kit/Foldable/useActiveHandler.ts +1 -1
  1411. package/src/ui-kit/HeaderItem/HeaderItem.mobile.tsx +4 -6
  1412. package/src/ui-kit/HeaderItem/HeaderItem.tsx +2 -2
  1413. package/src/ui-kit/Heading/Heading.mobile.tsx +3 -13
  1414. package/src/ui-kit/Heading/Heading.tsx +9 -19
  1415. package/src/ui-kit/Heading/HeadingProps.ts +24 -0
  1416. package/src/ui-kit/Img/Img.mobile.tsx +4 -71
  1417. package/src/ui-kit/Img/Img.tsx +6 -60
  1418. package/src/ui-kit/Img/ImgAsPicture.tsx +60 -0
  1419. package/src/ui-kit/Img/ImgInner.tsx +37 -0
  1420. package/src/ui-kit/Img/ImgProps.ts +1 -0
  1421. package/src/ui-kit/InputRange/InputRangeProps.ts +1 -3
  1422. package/src/ui-kit/Logo/Logo.mobile.tsx +2 -13
  1423. package/src/ui-kit/Logo/Logo.tsx +5 -11
  1424. package/src/ui-kit/RadioButtonGroup/RadioButtonGroup.fixture.tsx +26 -0
  1425. package/src/ui-kit/RadioButtonGroup/RadioButtonGroup.tsx +32 -0
  1426. package/src/ui-kit/SVG.tsx +2 -2
  1427. package/src/ui-kit/SearchBar/SearchBar.mobile.tsx +3 -41
  1428. package/src/ui-kit/SearchBar/SearchBar.tsx +3 -43
  1429. package/src/ui-kit/SearchBar/SearchBarInner.tsx +72 -0
  1430. package/src/ui-kit/TableArrowScrollControl/TableArrowScrollControlProps.ts +2 -4
  1431. package/src/ui-kit/Tabs/TabsProps.ts +1 -2
  1432. package/src/ui-kit/TopItem/TopItem.tsx +1 -1
  1433. package/src/utils/url.ts +2 -0
  1434. package/dist/components/Calculator/getCalculatorParams.d.ts +0 -7
  1435. package/dist/components/Calculator/getCalculatorParams.js +0 -12
  1436. package/dist/components/Calculator/getCalculatorParams.js.map +0 -1
  1437. package/dist/components/Calculator/renderRate.d.ts +0 -8
  1438. package/dist/components/Calculator/renderRate.js +0 -9
  1439. package/dist/components/Calculator/renderRate.js.map +0 -1
  1440. package/dist/components/ProductGallery/ProductGalleryBlock.mobile.d.ts +0 -8
  1441. package/dist/components/ProductGallery/ProductGalleryBlock.mobile.js +0 -14
  1442. package/dist/components/ProductGallery/ProductGalleryBlock.mobile.js.map +0 -1
  1443. package/dist/hooks/useCreditCalculatorData.d.ts +0 -2
  1444. package/dist/hooks/useCreditCalculatorData.js +0 -15
  1445. package/dist/hooks/useCreditCalculatorData.js.map +0 -1
  1446. package/dist/ui-kit/Description/DescriptionContent.d.ts +0 -4
  1447. package/dist/ui-kit/Description/DescriptionContent.js.map +0 -1
  1448. package/dist/ui-kit/Heading/HeadingContent.d.ts +0 -15
  1449. package/dist/ui-kit/Heading/HeadingContent.js.map +0 -1
  1450. package/dist/ui-kit/SearchBar.mobile.d.ts +0 -2
  1451. package/dist/ui-kit/SearchBar.mobile.js +0 -14
  1452. package/dist/ui-kit/SearchBar.mobile.js.map +0 -1
  1453. package/lib/components/Calculator/getCalculatorParams.d.ts +0 -7
  1454. package/lib/components/Calculator/getCalculatorParams.js +0 -9
  1455. package/lib/components/Calculator/getCalculatorParams.js.map +0 -1
  1456. package/lib/components/Calculator/renderRate.d.ts +0 -8
  1457. package/lib/components/Calculator/renderRate.js +0 -6
  1458. package/lib/components/Calculator/renderRate.js.map +0 -1
  1459. package/lib/components/ProductGallery/ProductGalleryBlock.mobile.d.ts +0 -8
  1460. package/lib/components/ProductGallery/ProductGalleryBlock.mobile.js +0 -12
  1461. package/lib/components/ProductGallery/ProductGalleryBlock.mobile.js.map +0 -1
  1462. package/lib/hooks/useCreditCalculatorData.d.ts +0 -2
  1463. package/lib/hooks/useCreditCalculatorData.js +0 -12
  1464. package/lib/hooks/useCreditCalculatorData.js.map +0 -1
  1465. package/lib/ui-kit/Description/DescriptionContent.d.ts +0 -4
  1466. package/lib/ui-kit/Description/DescriptionContent.js +0 -2
  1467. package/lib/ui-kit/Description/DescriptionContent.js.map +0 -1
  1468. package/lib/ui-kit/Heading/HeadingContent.d.ts +0 -15
  1469. package/lib/ui-kit/Heading/HeadingContent.js +0 -2
  1470. package/lib/ui-kit/Heading/HeadingContent.js.map +0 -1
  1471. package/lib/ui-kit/SearchBar.mobile.d.ts +0 -2
  1472. package/lib/ui-kit/SearchBar.mobile.js +0 -12
  1473. package/lib/ui-kit/SearchBar.mobile.js.map +0 -1
  1474. package/mobile/dist/components/Calculator/getCalculatorParams.d.ts +0 -7
  1475. package/mobile/dist/components/Calculator/getCalculatorParams.js +0 -12
  1476. package/mobile/dist/components/Calculator/getCalculatorParams.js.map +0 -1
  1477. package/mobile/dist/components/Calculator/renderRate.d.ts +0 -8
  1478. package/mobile/dist/components/Calculator/renderRate.js +0 -9
  1479. package/mobile/dist/components/Calculator/renderRate.js.map +0 -1
  1480. package/mobile/dist/hooks/useCreditCalculatorData.d.ts +0 -2
  1481. package/mobile/dist/hooks/useCreditCalculatorData.js +0 -15
  1482. package/mobile/dist/hooks/useCreditCalculatorData.js.map +0 -1
  1483. package/mobile/dist/ui-kit/Description/DescriptionContent.d.ts +0 -4
  1484. package/mobile/dist/ui-kit/Description/DescriptionContent.js.map +0 -1
  1485. package/mobile/dist/ui-kit/Heading/HeadingContent.d.ts +0 -15
  1486. package/mobile/dist/ui-kit/Heading/HeadingContent.js.map +0 -1
  1487. package/mobile/lib/components/Calculator/getCalculatorParams.d.ts +0 -7
  1488. package/mobile/lib/components/Calculator/getCalculatorParams.js +0 -9
  1489. package/mobile/lib/components/Calculator/getCalculatorParams.js.map +0 -1
  1490. package/mobile/lib/components/Calculator/renderRate.d.ts +0 -8
  1491. package/mobile/lib/components/Calculator/renderRate.js +0 -6
  1492. package/mobile/lib/components/Calculator/renderRate.js.map +0 -1
  1493. package/mobile/lib/hooks/useCreditCalculatorData.d.ts +0 -2
  1494. package/mobile/lib/hooks/useCreditCalculatorData.js +0 -12
  1495. package/mobile/lib/hooks/useCreditCalculatorData.js.map +0 -1
  1496. package/mobile/lib/ui-kit/Description/DescriptionContent.d.ts +0 -4
  1497. package/mobile/lib/ui-kit/Description/DescriptionContent.js +0 -2
  1498. package/mobile/lib/ui-kit/Description/DescriptionContent.js.map +0 -1
  1499. package/mobile/lib/ui-kit/Heading/HeadingContent.d.ts +0 -15
  1500. package/mobile/lib/ui-kit/Heading/HeadingContent.js +0 -2
  1501. package/mobile/lib/ui-kit/Heading/HeadingContent.js.map +0 -1
  1502. package/mobile/src/components/Calculator/getCalculatorParams.ts +0 -18
  1503. package/mobile/src/components/Calculator/renderRate.tsx +0 -22
  1504. package/mobile/src/hooks/useCreditCalculatorData.ts +0 -20
  1505. package/mobile/src/ui-kit/Description/DescriptionContent.ts +0 -4
  1506. package/mobile/src/ui-kit/Heading/HeadingContent.ts +0 -17
  1507. package/src/components/Calculator/getCalculatorParams.ts +0 -18
  1508. package/src/components/Calculator/renderRate.tsx +0 -22
  1509. package/src/components/ProductGallery/ProductGalleryBlock.mobile.tsx +0 -32
  1510. package/src/hooks/useCreditCalculatorData.ts +0 -20
  1511. package/src/ui-kit/Description/DescriptionContent.ts +0 -4
  1512. package/src/ui-kit/Heading/HeadingContent.ts +0 -17
  1513. package/src/ui-kit/SearchBar.mobile.tsx +0 -45
@@ -1,12 +1,13 @@
1
1
  import { jsx as _jsx } from "@redneckz/uni-jsx/jsx-runtime";
2
+ // TEMP
2
3
  import { InputRange } from '../../ui-kit/InputRange/InputRange.js';
3
4
  import { addSpacesBetweenNumbers } from '../../utils/addSpacesBetweenNumbers.js';
4
5
  import { DEFAULT_MAX_SUM, DEFAULT_MIN_SUM } from './constants.js';
5
6
  const STEP_MONEY = 1000;
6
- export function renderRealEstateValue(props) {
7
- const { calculatorParams, moneyValue, defaultSum, setMoneyValue } = props;
8
- const minSum = calculatorParams?.minSum || DEFAULT_MIN_SUM;
9
- const maxSum = calculatorParams?.maxSum || DEFAULT_MAX_SUM;
10
- return (_jsx(InputRange, { title: "\u0421\u0442\u043E\u0438\u043C\u043E\u0441\u0442\u044C \u043D\u0435\u0434\u0432\u0438\u0436\u0438\u043C\u043E\u0441\u0442\u0438, \u20BD ", items: [`От ${addSpacesBetweenNumbers(minSum)} ₽`, `До ${addSpacesBetweenNumbers(maxSum)} ₽`], min: minSum, max: maxSum, step: STEP_MONEY, value: moneyValue || defaultSum, onChange: setMoneyValue }));
7
+ export function renderRealEstateValue(title, props, callback) {
8
+ const { moneyValue } = props;
9
+ const minSum = DEFAULT_MIN_SUM;
10
+ const maxSum = DEFAULT_MAX_SUM;
11
+ return (_jsx(InputRange, { title: title, items: [`От ${addSpacesBetweenNumbers(minSum)} ₽`, `До ${addSpacesBetweenNumbers(maxSum)} ₽`], min: minSum, max: maxSum, step: STEP_MONEY, value: moneyValue, onChange: callback }));
11
12
  }
12
13
  //# sourceMappingURL=renderRealEstateValue.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"renderRealEstateValue.js","sourceRoot":"","sources":["../../../src/components/Calculator/renderRealEstateValue.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAC;AAEhE,OAAO,EAAE,uBAAuB,EAAE,MAAM,qCAAqC,CAAC;AAC9E,OAAO,EAAE,eAAe,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAG/D,MAAM,UAAU,GAAG,IAAI,CAAC;AASxB,MAAM,UAAU,qBAAqB,CAAC,KAAsC;IAC1E,MAAM,EAAE,gBAAgB,EAAE,UAAU,EAAE,UAAU,EAAE,aAAa,EAAE,GAAG,KAAK,CAAC;IAE1E,MAAM,MAAM,GAAG,gBAAgB,EAAE,MAAM,IAAI,eAAe,CAAC;IAC3D,MAAM,MAAM,GAAG,gBAAgB,EAAE,MAAM,IAAI,eAAe,CAAC;IAE3D,OAAO,CACL,KAAC,UAAU,IACT,KAAK,EAAC,0IAA4B,EAClC,KAAK,EAAE,CAAC,MAAM,uBAAuB,CAAC,MAAM,CAAC,IAAI,EAAE,MAAM,uBAAuB,CAAC,MAAM,CAAC,IAAI,CAAC,EAC7F,GAAG,EAAE,MAAM,EACX,GAAG,EAAE,MAAM,EACX,IAAI,EAAE,UAAU,EAChB,KAAK,EAAE,UAAU,IAAI,UAAU,EAC/B,QAAQ,EAAE,aAAa,GACvB,CACH,CAAC;AACJ,CAAC"}
1
+ {"version":3,"file":"renderRealEstateValue.js","sourceRoot":"","sources":["../../../src/components/Calculator/renderRealEstateValue.tsx"],"names":[],"mappings":";AAAA,OAAO;AACP,OAAO,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAC;AAChE,OAAO,EAAE,uBAAuB,EAAE,MAAM,qCAAqC,CAAC;AAC9E,OAAO,EAAE,eAAe,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAE/D,MAAM,UAAU,GAAG,IAAI,CAAC;AAMxB,MAAM,UAAU,qBAAqB,CAAC,KAAK,EAAE,KAAsC,EAAE,QAAQ;IAC3F,MAAM,EAAE,UAAU,EAAE,GAAG,KAAK,CAAC;IAE7B,MAAM,MAAM,GAAG,eAAe,CAAC;IAC/B,MAAM,MAAM,GAAG,eAAe,CAAC;IAE/B,OAAO,CACL,KAAC,UAAU,IACT,KAAK,EAAE,KAAK,EACZ,KAAK,EAAE,CAAC,MAAM,uBAAuB,CAAC,MAAM,CAAC,IAAI,EAAE,MAAM,uBAAuB,CAAC,MAAM,CAAC,IAAI,CAAC,EAC7F,GAAG,EAAE,MAAM,EACX,GAAG,EAAE,MAAM,EACX,IAAI,EAAE,UAAU,EAChB,KAAK,EAAE,UAAU,EACjB,QAAQ,EAAE,QAAQ,GAClB,CACH,CAAC;AACJ,CAAC"}
@@ -1,13 +1,10 @@
1
- import type { InputRangeProps } from '../../ui-kit/InputRange/InputRangeProps';
2
- import type { CalculatorParams } from './CalculatorContent';
3
- interface RenderWantedSumInputProps {
1
+ interface RenderWantedSumParams {
2
+ minSum: number;
3
+ maxSum: number;
4
+ moneyValue: number;
4
5
  className?: string;
5
- title: string;
6
+ step?: number;
6
7
  isShowItems?: boolean;
7
- calculatorParams: CalculatorParams;
8
- moneyValue: number | undefined;
9
- defaultSum: number;
10
- setMoneyValue: InputRangeProps['onChange'];
11
8
  }
12
- export declare function renderWantedSumInput(props: RenderWantedSumInputProps): any;
9
+ export declare function renderWantedSumInput(title: string, params: RenderWantedSumParams, callback: any): any;
13
10
  export {};
@@ -1,16 +1,14 @@
1
1
  import { jsx as _jsx } from "@redneckz/uni-jsx/jsx-runtime";
2
2
  import { InputRange } from '../../ui-kit/InputRange/InputRange.js';
3
3
  import { addSpacesBetweenNumbers } from '../../utils/addSpacesBetweenNumbers.js';
4
- import { DEFAULT_MAX_SUM, DEFAULT_MIN_SUM } from './constants.js';
5
- const STEP_MONEY = 1000;
6
- export function renderWantedSumInput(props) {
7
- const { title, className = '', calculatorParams, moneyValue, defaultSum, setMoneyValue, isShowItems = true, } = props;
8
- const minSum = calculatorParams?.minSum || DEFAULT_MIN_SUM;
9
- const maxSum = calculatorParams?.maxSum || DEFAULT_MAX_SUM;
4
+ import { clamp } from '../../utils/clamp.js';
5
+ const DEFAULT_MONEY_STEP = 1000;
6
+ export function renderWantedSumInput(title, params, callback) {
7
+ const { moneyValue, minSum, maxSum, step = DEFAULT_MONEY_STEP, isShowItems = true } = params;
10
8
  const items = [
11
9
  `От ${addSpacesBetweenNumbers(minSum)} ₽`,
12
10
  `До ${addSpacesBetweenNumbers(maxSum)} ₽`,
13
11
  ];
14
- return (_jsx(InputRange, { className: className, title: title, items: isShowItems ? items : [], min: minSum, max: maxSum, step: STEP_MONEY, value: moneyValue || defaultSum, onChange: setMoneyValue }));
12
+ return (_jsx(InputRange, { title: title, items: isShowItems ? items : [], min: minSum, max: maxSum, step: step, value: clamp(moneyValue, minSum, maxSum), onChange: callback }));
15
13
  }
16
14
  //# sourceMappingURL=renderWantedSumInput.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"renderWantedSumInput.js","sourceRoot":"","sources":["../../../src/components/Calculator/renderWantedSumInput.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAC;AAEhE,OAAO,EAAE,uBAAuB,EAAE,MAAM,qCAAqC,CAAC;AAC9E,OAAO,EAAE,eAAe,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAG/D,MAAM,UAAU,GAAG,IAAI,CAAC;AAYxB,MAAM,UAAU,oBAAoB,CAAC,KAAgC;IACnE,MAAM,EACJ,KAAK,EACL,SAAS,GAAG,EAAE,EACd,gBAAgB,EAChB,UAAU,EACV,UAAU,EACV,aAAa,EACb,WAAW,GAAG,IAAI,GACnB,GAAG,KAAK,CAAC;IAEV,MAAM,MAAM,GAAG,gBAAgB,EAAE,MAAM,IAAI,eAAe,CAAC;IAC3D,MAAM,MAAM,GAAG,gBAAgB,EAAE,MAAM,IAAI,eAAe,CAAC;IAC3D,MAAM,KAAK,GAAG;QACZ,MAAM,uBAAuB,CAAC,MAAM,CAAC,IAAI;QACzC,MAAM,uBAAuB,CAAC,MAAM,CAAC,IAAI;KAC1C,CAAC;IAEF,OAAO,CACL,KAAC,UAAU,IACT,SAAS,EAAE,SAAS,EACpB,KAAK,EAAE,KAAK,EACZ,KAAK,EAAE,WAAW,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,EAC/B,GAAG,EAAE,MAAM,EACX,GAAG,EAAE,MAAM,EACX,IAAI,EAAE,UAAU,EAChB,KAAK,EAAE,UAAU,IAAI,UAAU,EAC/B,QAAQ,EAAE,aAAa,GACvB,CACH,CAAC;AACJ,CAAC"}
1
+ {"version":3,"file":"renderWantedSumInput.js","sourceRoot":"","sources":["../../../src/components/Calculator/renderWantedSumInput.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAC;AAChE,OAAO,EAAE,uBAAuB,EAAE,MAAM,qCAAqC,CAAC;AAC9E,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAE1C,MAAM,kBAAkB,GAAG,IAAI,CAAC;AAWhC,MAAM,UAAU,oBAAoB,CAAC,KAAa,EAAE,MAA6B,EAAE,QAAQ;IACzF,MAAM,EAAE,UAAU,EAAE,MAAM,EAAE,MAAM,EAAE,IAAI,GAAG,kBAAkB,EAAE,WAAW,GAAG,IAAI,EAAE,GAAG,MAAM,CAAC;IAE7F,MAAM,KAAK,GAAG;QACZ,MAAM,uBAAuB,CAAC,MAAM,CAAC,IAAI;QACzC,MAAM,uBAAuB,CAAC,MAAM,CAAC,IAAI;KAC1C,CAAC;IAEF,OAAO,CACL,KAAC,UAAU,IACT,KAAK,EAAE,KAAK,EACZ,KAAK,EAAE,WAAW,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,EAC/B,GAAG,EAAE,MAAM,EACX,GAAG,EAAE,MAAM,EACX,IAAI,EAAE,IAAI,EACV,KAAK,EAAE,KAAK,CAAC,UAAU,EAAE,MAAM,EAAE,MAAM,CAAC,EACxC,QAAQ,EAAE,QAAQ,GAClB,CACH,CAAC;AACJ,CAAC"}
@@ -0,0 +1,37 @@
1
+ import type { ContentPageContext } from '../ContentPage/ContentPageContext';
2
+ export interface BonusCalculatorUserInputParams {
3
+ travelExpenseValue: number;
4
+ restExpenseValue: number;
5
+ }
6
+ export interface BonusCalculatorSourceBookParams {
7
+ minSumTravel: number;
8
+ maxSumTravel: number;
9
+ minSumOther: number;
10
+ maxSumOther: number;
11
+ maxBonus: number;
12
+ prefMonthsNum: number;
13
+ prefTravelBonusRate: number;
14
+ prefRestBonusRate: number;
15
+ travelBonusRate: number;
16
+ restBonusRate: number;
17
+ }
18
+ export interface BonusCalculatorParams extends BonusCalculatorUserInputParams, BonusCalculatorSourceBookParams {
19
+ monthBonus: number;
20
+ yearBonus: number;
21
+ }
22
+ export declare const getBonusCalculatorParams: (context: ContentPageContext, userInputParams: BonusCalculatorUserInputParams, sourceBookDir: any) => {
23
+ monthBonus: number;
24
+ yearBonus: number;
25
+ travelExpenseValue: number;
26
+ restExpenseValue: number;
27
+ minSumTravel: number;
28
+ maxSumTravel: number;
29
+ minSumOther: number;
30
+ maxSumOther: number;
31
+ maxBonus: number;
32
+ prefMonthsNum: number;
33
+ prefTravelBonusRate: number;
34
+ prefRestBonusRate: number;
35
+ travelBonusRate: number;
36
+ restBonusRate: number;
37
+ };
@@ -0,0 +1,15 @@
1
+ import { BONUS_CALC_DEFAULT_DIR, DEFAULT_BONUS_CALCULATOR_PARAMS } from './constants.js';
2
+ import { getBonus } from './getBonus.js';
3
+ import { useCalculatorParams } from './useCalculatorParams.js';
4
+ export const getBonusCalculatorParams = (context, userInputParams, sourceBookDir) => {
5
+ const { travelExpenseValue, restExpenseValue } = userInputParams;
6
+ const bonusCalculatorSourceBookParams = useCalculatorParams(context.useAsyncData, sourceBookDir || BONUS_CALC_DEFAULT_DIR) || DEFAULT_BONUS_CALCULATOR_PARAMS;
7
+ const [monthBonus, yearBonus] = getBonus(bonusCalculatorSourceBookParams, travelExpenseValue, restExpenseValue);
8
+ return {
9
+ ...bonusCalculatorSourceBookParams,
10
+ ...userInputParams,
11
+ monthBonus,
12
+ yearBonus,
13
+ };
14
+ };
15
+ //# sourceMappingURL=useBonusCalculatorParams.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useBonusCalculatorParams.js","sourceRoot":"","sources":["../../../src/components/Calculator/useBonusCalculatorParams.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,sBAAsB,EAAE,+BAA+B,EAAE,MAAM,aAAa,CAAC;AACtF,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AA2B5D,MAAM,CAAC,MAAM,wBAAwB,GAAG,CACtC,OAA2B,EAC3B,eAA+C,EAC/C,aAAa,EACb,EAAE;IACF,MAAM,EAAE,kBAAkB,EAAE,gBAAgB,EAAE,GAAG,eAAe,CAAC;IACjE,MAAM,+BAA+B,GACnC,mBAAmB,CACjB,OAAO,CAAC,YAAY,EACpB,aAAa,IAAI,sBAAsB,CACxC,IAAI,+BAA+B,CAAC;IAEvC,MAAM,CAAC,UAAU,EAAE,SAAS,CAAC,GAAG,QAAQ,CACtC,+BAA+B,EAC/B,kBAAkB,EAClB,gBAAgB,CACjB,CAAC;IAEF,OAAO;QACL,GAAG,+BAA+B;QAClC,GAAG,eAAe;QAClB,UAAU;QACV,SAAS;KACV,CAAC;AACJ,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ import type { AsyncDataHook } from '../ContentPage/ContentPageContext';
2
+ export declare function useCalculatorParams<Data>(useAsyncData: AsyncDataHook, dir: string): Data | undefined;
@@ -0,0 +1,9 @@
1
+ export function useCalculatorParams(useAsyncData, dir) {
2
+ const { data } = useAsyncData(`/wcms-resources/${dir}.json`, fetchCalculatorSourceBookParams);
3
+ return data;
4
+ }
5
+ async function fetchCalculatorSourceBookParams(url) {
6
+ const response = await fetch(url);
7
+ return await response.json();
8
+ }
9
+ //# sourceMappingURL=useCalculatorParams.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useCalculatorParams.js","sourceRoot":"","sources":["../../../src/components/Calculator/useCalculatorParams.ts"],"names":[],"mappings":"AAEA,MAAM,UAAU,mBAAmB,CAAO,YAA2B,EAAE,GAAW;IAChF,MAAM,EAAE,IAAI,EAAE,GAAG,YAAY,CAC3B,mBAAmB,GAAG,OAAO,EAC7B,+BAA+B,CAChC,CAAC;IAEF,OAAO,IAAI,CAAC;AACd,CAAC;AAED,KAAK,UAAU,+BAA+B,CAAO,GAAW;IAC9D,MAAM,QAAQ,GAAG,MAAM,KAAK,CAAC,GAAG,CAAC,CAAC;IAElC,OAAO,MAAM,QAAQ,CAAC,IAAI,EAAE,CAAC;AAC/B,CAAC"}
@@ -0,0 +1,28 @@
1
+ import type { ContentPageContext } from '../ContentPage/ContentPageContext';
2
+ export interface CommonCreditParams {
3
+ isInsurance: boolean;
4
+ isSalaryClient: boolean;
5
+ isStateEmployee: boolean;
6
+ }
7
+ export interface CreditCalculatorSourceBookParams extends CommonCreditParams {
8
+ minSum: number;
9
+ maxSum: number;
10
+ minMonths: number;
11
+ maxMonths: number;
12
+ rateBottomRange: number;
13
+ rateTopRange: number;
14
+ sumBorder: number;
15
+ }
16
+ export interface CreditCalculatorUserInputParams extends CommonCreditParams {
17
+ isAnnuity: boolean;
18
+ moneyValue: number;
19
+ monthsValue: number;
20
+ }
21
+ export interface CreditCalculatorParams extends CreditCalculatorSourceBookParams, CreditCalculatorUserInputParams {
22
+ monthlyPayment: number;
23
+ finalRate: number;
24
+ }
25
+ export declare type CreditCalculatorData = {
26
+ rows: CreditCalculatorSourceBookParams[];
27
+ };
28
+ export declare const getCreditCalculatorParams: (context: ContentPageContext, userInputParams: CreditCalculatorUserInputParams, sourceBookDir?: string) => CreditCalculatorParams;
@@ -0,0 +1,23 @@
1
+ import { CREDIT_CALC_DEFAULT_DIR, DEFAULT_CREDIT_CALCULATOR_PARAMS } from './constants.js';
2
+ import { getMonthlyPayment } from './getMonthlyPayment.js';
3
+ import { useCalculatorParams } from './useCalculatorParams.js';
4
+ export const getCreditCalculatorParams = (context, userInputParams, sourceBookDir) => {
5
+ const { isInsurance, isSalaryClient, isStateEmployee, moneyValue } = userInputParams;
6
+ const data = useCalculatorParams(context.useAsyncData, sourceBookDir || CREDIT_CALC_DEFAULT_DIR);
7
+ const creditCalculatorSourceBookParams = data?.rows.find((_) => {
8
+ return (isInsurance === _.isInsurance &&
9
+ isSalaryClient === _.isSalaryClient &&
10
+ isStateEmployee === _.isStateEmployee);
11
+ }) || DEFAULT_CREDIT_CALCULATOR_PARAMS;
12
+ const { rateBottomRange, rateTopRange, sumBorder } = creditCalculatorSourceBookParams;
13
+ const finalRate = moneyValue <= sumBorder ? rateBottomRange : rateTopRange;
14
+ const monthlyPayment = getMonthlyPayment(finalRate, userInputParams);
15
+ const extendedCalculatorParams = {
16
+ ...creditCalculatorSourceBookParams,
17
+ ...userInputParams,
18
+ finalRate,
19
+ monthlyPayment,
20
+ };
21
+ return extendedCalculatorParams;
22
+ };
23
+ //# sourceMappingURL=useCreditCalculatorParams.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useCreditCalculatorParams.js","sourceRoot":"","sources":["../../../src/components/Calculator/useCreditCalculatorParams.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,uBAAuB,EAAE,gCAAgC,EAAE,MAAM,aAAa,CAAC;AACxF,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAkC5D,MAAM,CAAC,MAAM,yBAAyB,GAAG,CACvC,OAA2B,EAC3B,eAAgD,EAChD,aAAsB,EACE,EAAE;IAC1B,MAAM,EAAE,WAAW,EAAE,cAAc,EAAE,eAAe,EAAE,UAAU,EAAE,GAAG,eAAe,CAAC;IAErF,MAAM,IAAI,GAAG,mBAAmB,CAC9B,OAAO,CAAC,YAAY,EACpB,aAAa,IAAI,uBAAuB,CACzC,CAAC;IACF,MAAM,gCAAgC,GACpC,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,EAAE;QACpB,OAAO,CACL,WAAW,KAAK,CAAC,CAAC,WAAW;YAC7B,cAAc,KAAK,CAAC,CAAC,cAAc;YACnC,eAAe,KAAK,CAAC,CAAC,eAAe,CACtC,CAAC;IACJ,CAAC,CAAC,IAAI,gCAAgC,CAAC;IAEzC,MAAM,EAAE,eAAe,EAAE,YAAY,EAAE,SAAS,EAAE,GAAG,gCAAgC,CAAC;IACtF,MAAM,SAAS,GAAG,UAAU,IAAI,SAAS,CAAC,CAAC,CAAC,eAAe,CAAC,CAAC,CAAC,YAAY,CAAC;IAC3E,MAAM,cAAc,GAAG,iBAAiB,CAAC,SAAS,EAAE,eAAe,CAAC,CAAC;IAErE,MAAM,wBAAwB,GAAG;QAC/B,GAAG,gCAAgC;QACnC,GAAG,eAAe;QAClB,SAAS;QACT,cAAc;KACf,CAAC;IAEF,OAAO,wBAAwB,CAAC;AAClC,CAAC,CAAC"}
@@ -1,12 +1,11 @@
1
1
  import type { ButtonWithIconProps } from '../../ui-kit/Button/ButtonProps';
2
- import type { DescriptionContent } from '../../ui-kit/Description/DescriptionContent';
3
- import type { HeadingContent } from '../../ui-kit/Heading/HeadingContent';
4
2
  import type { ImageContent } from '../../ui-kit/Img/ImgProps';
3
+ import type { HeadlineCommonProps } from '../../model/HeadlineType';
5
4
  /**
6
5
  * @enumNames ["Черный", "Белый"]
7
6
  */
8
7
  export declare type CatalogProductColor = 'black' | 'white';
9
- export interface CatalogCardType extends HeadingContent, DescriptionContent, ImageContent {
8
+ export interface CatalogCardType extends HeadlineCommonProps, ImageContent {
10
9
  /** @title Цена в рублях */
11
10
  price?: number;
12
11
  /** @title Доступные цвета */
@@ -17,7 +16,7 @@ export interface CatalogCardType extends HeadingContent, DescriptionContent, Ima
17
16
  /**
18
17
  * @title Каталог
19
18
  */
20
- export declare type CatalogContent = HeadingContent & DescriptionContent & {
19
+ export declare type CatalogContent = HeadlineCommonProps & {
21
20
  /** @title Список карточек */
22
21
  cards?: CatalogCardType[];
23
22
  };
@@ -4,10 +4,10 @@ import { BlockWrapper } from '../../ui-kit/BlockWrapper.js';
4
4
  import { Heading } from '../../ui-kit/Heading/Heading.js';
5
5
  import { ComparisonTableBody } from './ComparisonTableBody.js';
6
6
  import { FIRST_CELL_CLASSES } from './constants.js';
7
- export const ComparisonTable = JSX(({ className, context, title, rowHeaders, columns, visibleRowLength = 0, isColoredFirstColumn = false, ...rest }) => {
7
+ export const ComparisonTable = JSX(({ className = '', context, title, rowHeaders, columns, visibleRowLength = 0, isColoredFirstColumn = false, ...rest }) => {
8
8
  const [isShowAllRow, setIsShowAllRow] = context.useState(!visibleRowLength);
9
9
  const showToggle = () => setIsShowAllRow(!isShowAllRow);
10
- return (_jsxs(BlockWrapper, { context: context, className: `bg-white font-sans py-[50px] pl-[50px] overflow-hidden text-primary-text relative ${className || ''}`, ...rest, children: [_jsx(Heading, { headingType: "h2", className: "max-w-[47rem] text-center mb-9 mx-auto", title: title }), _jsx(ComparisonTableBody, { context: context, columns: columns, rowHeaders: rowHeaders, isShowAllRow: isShowAllRow, isColoredFirstColumn: isColoredFirstColumn, visibleRowLength: visibleRowLength }), visibleRowLength
10
+ return (_jsxs(BlockWrapper, { context: context, className: `bg-white font-sans py-[50px] pl-[50px] overflow-hidden text-primary-text relative ${className}`, ...rest, children: [_jsx(Heading, { headingType: "h2", className: "max-w-[47rem] text-center mb-9 mx-auto", title: title }), _jsx(ComparisonTableBody, { context: context, columns: columns, rowHeaders: rowHeaders, isShowAllRow: isShowAllRow, isColoredFirstColumn: isColoredFirstColumn, visibleRowLength: visibleRowLength }), visibleRowLength
11
11
  ? renderShowMoreToggleButton({ isShowAllRow, onClick: showToggle })
12
12
  : null] }));
13
13
  });
@@ -1 +1 @@
1
- {"version":3,"file":"ComparisonTable.js","sourceRoot":"","sources":["../../../src/components/ComparisonTable/ComparisonTable.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AACxC,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AAEzD,OAAO,EAAE,OAAO,EAAE,MAAM,8BAA8B,CAAC;AACvD,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAE5D,OAAO,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAC;AAIjD,MAAM,CAAC,MAAM,eAAe,GAAG,GAAG,CAChC,CAAC,EACC,SAAS,EACT,OAAO,EACP,KAAK,EACL,UAAU,EACV,OAAO,EACP,gBAAgB,GAAG,CAAC,EACpB,oBAAoB,GAAG,KAAK,EAC5B,GAAG,IAAI,EACR,EAAE,EAAE;IACH,MAAM,CAAC,YAAY,EAAE,eAAe,CAAC,GAAG,OAAO,CAAC,QAAQ,CAAC,CAAC,gBAAgB,CAAC,CAAC;IAC5E,MAAM,UAAU,GAAG,GAAG,EAAE,CAAC,eAAe,CAAC,CAAC,YAAY,CAAC,CAAC;IAExD,OAAO,CACL,MAAC,YAAY,IACX,OAAO,EAAE,OAAO,EAChB,SAAS,EAAE,qFACT,SAAS,IAAI,EACf,EAAE,KACE,IAAI,aAER,KAAC,OAAO,IACN,WAAW,EAAC,IAAI,EAChB,SAAS,EAAC,wCAAwC,EAClD,KAAK,EAAE,KAAK,GACZ,EACF,KAAC,mBAAmB,IAClB,OAAO,EAAE,OAAO,EAChB,OAAO,EAAE,OAAO,EAChB,UAAU,EAAE,UAAU,EACtB,YAAY,EAAE,YAAY,EAC1B,oBAAoB,EAAE,oBAAoB,EAC1C,gBAAgB,EAAE,gBAAgB,GAClC,EACD,gBAAgB;gBACf,CAAC,CAAC,0BAA0B,CAAC,EAAE,YAAY,EAAE,OAAO,EAAE,UAAU,EAAE,CAAC;gBACnE,CAAC,CAAC,IAAI,IACK,CAChB,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,MAAM,0BAA0B,GAAG,CAAC,EAClC,YAAY,EACZ,OAAO,GAIR,EAAE,EAAE;IACH,OAAO,CACL,cAAK,SAAS,EAAC,WAAW,YACxB,eAAK,SAAS,EAAC,aAAa,aAC1B,cAAK,SAAS,EAAE,kBAAkB,GAAI,EACtC,iBACE,OAAO,EAAE,OAAO,EAChB,SAAS,EAAC,iIAAiI,YAE3I,cAAK,SAAS,EAAC,yCAAyC,YACrD,CAAC,YAAY,CAAC,CAAC,CAAC,wBAAwB,CAAC,CAAC,CAAC,QAAQ,GAChD,GACC,IACL,GACF,CACP,CAAC;AACJ,CAAC,CAAC"}
1
+ {"version":3,"file":"ComparisonTable.js","sourceRoot":"","sources":["../../../src/components/ComparisonTable/ComparisonTable.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAExC,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AACzD,OAAO,EAAE,OAAO,EAAE,MAAM,8BAA8B,CAAC;AACvD,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAE5D,OAAO,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAC;AAIjD,MAAM,CAAC,MAAM,eAAe,GAAG,GAAG,CAChC,CAAC,EACC,SAAS,GAAG,EAAE,EACd,OAAO,EACP,KAAK,EACL,UAAU,EACV,OAAO,EACP,gBAAgB,GAAG,CAAC,EACpB,oBAAoB,GAAG,KAAK,EAC5B,GAAG,IAAI,EACR,EAAE,EAAE;IACH,MAAM,CAAC,YAAY,EAAE,eAAe,CAAC,GAAG,OAAO,CAAC,QAAQ,CAAC,CAAC,gBAAgB,CAAC,CAAC;IAC5E,MAAM,UAAU,GAAG,GAAG,EAAE,CAAC,eAAe,CAAC,CAAC,YAAY,CAAC,CAAC;IAExD,OAAO,CACL,MAAC,YAAY,IACX,OAAO,EAAE,OAAO,EAChB,SAAS,EAAE,qFAAqF,SAAS,EAAE,KACvG,IAAI,aAER,KAAC,OAAO,IACN,WAAW,EAAC,IAAI,EAChB,SAAS,EAAC,wCAAwC,EAClD,KAAK,EAAE,KAAK,GACZ,EACF,KAAC,mBAAmB,IAClB,OAAO,EAAE,OAAO,EAChB,OAAO,EAAE,OAAO,EAChB,UAAU,EAAE,UAAU,EACtB,YAAY,EAAE,YAAY,EAC1B,oBAAoB,EAAE,oBAAoB,EAC1C,gBAAgB,EAAE,gBAAgB,GAClC,EACD,gBAAgB;gBACf,CAAC,CAAC,0BAA0B,CAAC,EAAE,YAAY,EAAE,OAAO,EAAE,UAAU,EAAE,CAAC;gBACnE,CAAC,CAAC,IAAI,IACK,CAChB,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,MAAM,0BAA0B,GAAG,CAAC,EAClC,YAAY,EACZ,OAAO,GAIR,EAAE,EAAE;IACH,OAAO,CACL,cAAK,SAAS,EAAC,WAAW,YACxB,eAAK,SAAS,EAAC,aAAa,aAC1B,cAAK,SAAS,EAAE,kBAAkB,GAAI,EACtC,iBACE,OAAO,EAAE,OAAO,EAChB,SAAS,EAAC,iIAAiI,YAE3I,cAAK,SAAS,EAAC,yCAAyC,YACrD,CAAC,YAAY,CAAC,CAAC,CAAC,wBAAwB,CAAC,CAAC,CAAC,QAAQ,GAChD,GACC,IACL,GACF,CACP,CAAC;AACJ,CAAC,CAAC"}
@@ -1,5 +1,5 @@
1
- import type { ColumnHeader } from './ComparisonTableContent';
2
1
  import type { HandlerDecorator, Router } from '../ContentPage/ContentPageContext';
2
+ import type { ColumnHeader } from './ComparisonTableContent';
3
3
  interface ComparisonTableColumnHeadersProps {
4
4
  colHeaders: ColumnHeader[];
5
5
  activeCardIndex: number;
@@ -1,11 +1,11 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "@redneckz/uni-jsx/jsx-runtime";
2
2
  import { JSX } from '@redneckz/uni-jsx';
3
- import { TableRowContainer } from './TableRowContainer.js';
3
+ import { useLink } from '../../hooks/useLink.js';
4
4
  import { COLUMN_WIDTH, FIRST_CELL_CLASSES } from './constants.js';
5
- import { TableCarouselContainer } from './TableCarouselContainer.js';
6
5
  import { HeaderCell } from './HeaderCell.js';
7
- import { useLink } from '../../hooks/useLink.js';
6
+ import { TableCarouselContainer } from './TableCarouselContainer.js';
7
+ import { TableRowContainer } from './TableRowContainer.js';
8
8
  export const ComparisonTableColumnHeaders = JSX(({ colHeaders, activeCardIndex, router, handlerDecorator }) => {
9
- return (_jsxs(TableRowContainer, { children: [_jsx("div", { className: FIRST_CELL_CLASSES, role: "columnheader", scope: "col" }), _jsx(TableCarouselContainer, { activeCardIndex: activeCardIndex, columnWidth: COLUMN_WIDTH, children: colHeaders.map((header, i) => (_jsx(HeaderCell, { ...header, link: header.link && useLink({ router, handlerDecorator }, header.link) }, String(i)))) })] }));
9
+ return (_jsxs(TableRowContainer, { children: [_jsx("div", { className: FIRST_CELL_CLASSES, role: "columnheader" }), _jsx(TableCarouselContainer, { activeCardIndex: activeCardIndex, columnWidth: COLUMN_WIDTH, children: colHeaders.map((header, i) => (_jsx(HeaderCell, { ...header, link: header.link && useLink({ router, handlerDecorator }, header.link) }, String(i)))) })] }));
10
10
  });
11
11
  //# sourceMappingURL=ComparisonTableColumnHeaders.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ComparisonTableColumnHeaders.js","sourceRoot":"","sources":["../../../src/components/ComparisonTable/ComparisonTableColumnHeaders.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AACxC,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,YAAY,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAC;AAC/D,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAW9C,MAAM,CAAC,MAAM,4BAA4B,GAAG,GAAG,CAC7C,CAAC,EAAE,UAAU,EAAE,eAAe,EAAE,MAAM,EAAE,gBAAgB,EAAE,EAAE,EAAE;IAC5D,OAAO,CACL,MAAC,iBAAiB,eAChB,cAAK,SAAS,EAAE,kBAAkB,EAAE,IAAI,EAAC,cAAc,EAAC,KAAK,EAAC,KAAK,GAAG,EACtE,KAAC,sBAAsB,IAAC,eAAe,EAAE,eAAe,EAAE,WAAW,EAAE,YAAY,YAChF,UAAU,CAAC,GAAG,CAAC,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE,CAAC,CAC7B,KAAC,UAAU,OAEL,MAAM,EACV,IAAI,EAAE,MAAM,CAAC,IAAI,IAAI,OAAO,CAAC,EAAE,MAAM,EAAE,gBAAgB,EAAE,EAAE,MAAM,CAAC,IAAI,CAAC,IAFlE,MAAM,CAAC,CAAC,CAAC,CAGd,CACH,CAAC,GACqB,IACP,CACrB,CAAC;AACJ,CAAC,CACF,CAAC"}
1
+ {"version":3,"file":"ComparisonTableColumnHeaders.js","sourceRoot":"","sources":["../../../src/components/ComparisonTable/ComparisonTableColumnHeaders.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AACxC,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAG9C,OAAO,EAAE,YAAY,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAC;AAC/D,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AASxD,MAAM,CAAC,MAAM,4BAA4B,GAAG,GAAG,CAC7C,CAAC,EAAE,UAAU,EAAE,eAAe,EAAE,MAAM,EAAE,gBAAgB,EAAE,EAAE,EAAE;IAC5D,OAAO,CACL,MAAC,iBAAiB,eAChB,cAAK,SAAS,EAAE,kBAAkB,EAAE,IAAI,EAAC,cAAc,GAAG,EAC1D,KAAC,sBAAsB,IAAC,eAAe,EAAE,eAAe,EAAE,WAAW,EAAE,YAAY,YAChF,UAAU,CAAC,GAAG,CAAC,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE,CAAC,CAC7B,KAAC,UAAU,OAEL,MAAM,EACV,IAAI,EAAE,MAAM,CAAC,IAAI,IAAI,OAAO,CAAC,EAAE,MAAM,EAAE,gBAAgB,EAAE,EAAE,MAAM,CAAC,IAAI,CAAC,IAFlE,MAAM,CAAC,CAAC,CAAC,CAGd,CACH,CAAC,GACqB,IACP,CACrB,CAAC;AACJ,CAAC,CACF,CAAC"}
@@ -1,9 +1,9 @@
1
1
  import type { TableArrowScrollControlProps } from '../../ui-kit/TableArrowScrollControl/TableArrowScrollControlProps';
2
- import type { HeadingContent } from '../../ui-kit/Heading/HeadingContent';
3
2
  import type { CellData } from './ComparisonTableContent';
3
+ import type { TitleProp } from '../../model/HeadlineType';
4
4
  declare type ComparisonTableRowsProps = TableArrowScrollControlProps & {
5
5
  rowData: {
6
- header: HeadingContent;
6
+ header: TitleProp;
7
7
  data: CellData[][];
8
8
  }[];
9
9
  activeCardIndex: number;
@@ -4,5 +4,5 @@ import { Button } from '../../ui-kit/Button/Button.js';
4
4
  import { Heading } from '../../ui-kit/Heading/Heading.js';
5
5
  import { Img } from '../../ui-kit/Img/Img.js';
6
6
  import { BORDER_CLASSES, GRADIENT } from './constants.js';
7
- export const HeaderCell = JSX(({ icon, image, title, link }) => (_jsxs("div", { className: `w-80 box-border flex flex-col items-center rounded-t-md border-b-0 px-7 pt-7 pb-[46px] ${BORDER_CLASSES} ${GRADIENT}`, role: "columnheader", scope: "col", children: [icon && !image?.src && (_jsx(Img, { className: "h-[63px] w-[63px] min-w-[63px] min-h-[63px] mb-4", image: icon, width: "63", height: "63" })), image?.src && _jsx(Img, { className: "mb-[18px]", image: image }), title ? (_jsx(Heading, { headingType: "h4", as: "h3", className: "text-center text-white", title: title })) : null, link?.text && (_jsx("div", { className: "mt-auto w-full", children: _jsx(Button, { href: link.href, target: link.target, className: "mt-4 w-full text-primary-main bg-white hover:bg-secondary-hover active:bg-secondary-active", children: _jsx("div", { className: "font-medium text-xs py-[11px]", children: link.text }) }) }))] })));
7
+ export const HeaderCell = JSX(({ icon, image, title, link }) => (_jsxs("div", { className: `w-80 box-border flex flex-col items-center rounded-t-md border-b-0 px-7 pt-7 pb-[46px] ${BORDER_CLASSES} ${GRADIENT}`, role: "columnheader", children: [icon && !image?.src && (_jsx(Img, { className: "h-[63px] w-[63px] min-w-[63px] min-h-[63px] mb-4", image: icon, width: "63", height: "63" })), image?.src && _jsx(Img, { className: "mb-[18px]", image: image }), title ? (_jsx(Heading, { headingType: "h4", as: "h3", className: "text-center text-white", title: title })) : null, link?.text && (_jsx("div", { className: "mt-auto w-full", children: _jsx(Button, { href: link.href, target: link.target, className: "mt-4 w-full text-primary-main bg-white hover:bg-secondary-hover active:bg-secondary-active", children: _jsx("div", { className: "font-medium text-xs py-[11px]", children: link.text }) }) }))] })));
8
8
  //# sourceMappingURL=HeaderCell.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"HeaderCell.js","sourceRoot":"","sources":["../../../src/components/ComparisonTable/HeaderCell.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAGxC,OAAO,EAAE,MAAM,EAAE,MAAM,4BAA4B,CAAC;AACpD,OAAO,EAAE,OAAO,EAAE,MAAM,8BAA8B,CAAC;AACvD,OAAO,EAAE,GAAG,EAAE,MAAM,sBAAsB,CAAC;AAC3C,OAAO,EAAE,cAAc,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAUvD,MAAM,CAAC,MAAM,UAAU,GAAG,GAAG,CAAkB,CAAC,EAAE,IAAI,EAAE,KAAK,EAAE,KAAK,EAAE,IAAI,EAAE,EAAE,EAAE,CAAC,CAC/E,eACE,SAAS,EAAE,0FAA0F,cAAc,IAAI,QAAQ,EAAE,EACjI,IAAI,EAAC,cAAc,EACnB,KAAK,EAAC,KAAK,aAEV,IAAI,IAAI,CAAC,KAAK,EAAE,GAAG,IAAI,CACtB,KAAC,GAAG,IACF,SAAS,EAAC,kDAAkD,EAC5D,KAAK,EAAE,IAAI,EACX,KAAK,EAAC,IAAI,EACV,MAAM,EAAC,IAAI,GACX,CACH,EACA,KAAK,EAAE,GAAG,IAAI,KAAC,GAAG,IAAC,SAAS,EAAC,WAAW,EAAC,KAAK,EAAE,KAAK,GAAI,EACzD,KAAK,CAAC,CAAC,CAAC,CACP,KAAC,OAAO,IAAC,WAAW,EAAC,IAAI,EAAC,EAAE,EAAC,IAAI,EAAC,SAAS,EAAC,wBAAwB,EAAC,KAAK,EAAE,KAAK,GAAI,CACtF,CAAC,CAAC,CAAC,IAAI,EACP,IAAI,EAAE,IAAI,IAAI,CACb,cAAK,SAAS,EAAC,gBAAgB,YAC7B,KAAC,MAAM,IACL,IAAI,EAAE,IAAI,CAAC,IAAI,EACf,MAAM,EAAE,IAAI,CAAC,MAAM,EACnB,SAAS,EAAC,4FAA4F,YAEtG,cAAK,SAAS,EAAC,+BAA+B,YAAE,IAAI,CAAC,IAAI,GAAO,GACzD,GACL,CACP,IACG,CACP,CAAC,CAAC"}
1
+ {"version":3,"file":"HeaderCell.js","sourceRoot":"","sources":["../../../src/components/ComparisonTable/HeaderCell.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAGxC,OAAO,EAAE,MAAM,EAAE,MAAM,4BAA4B,CAAC;AACpD,OAAO,EAAE,OAAO,EAAE,MAAM,8BAA8B,CAAC;AACvD,OAAO,EAAE,GAAG,EAAE,MAAM,sBAAsB,CAAC;AAC3C,OAAO,EAAE,cAAc,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAUvD,MAAM,CAAC,MAAM,UAAU,GAAG,GAAG,CAAkB,CAAC,EAAE,IAAI,EAAE,KAAK,EAAE,KAAK,EAAE,IAAI,EAAE,EAAE,EAAE,CAAC,CAC/E,eACE,SAAS,EAAE,0FAA0F,cAAc,IAAI,QAAQ,EAAE,EACjI,IAAI,EAAC,cAAc,aAElB,IAAI,IAAI,CAAC,KAAK,EAAE,GAAG,IAAI,CACtB,KAAC,GAAG,IACF,SAAS,EAAC,kDAAkD,EAC5D,KAAK,EAAE,IAAI,EACX,KAAK,EAAC,IAAI,EACV,MAAM,EAAC,IAAI,GACX,CACH,EACA,KAAK,EAAE,GAAG,IAAI,KAAC,GAAG,IAAC,SAAS,EAAC,WAAW,EAAC,KAAK,EAAE,KAAK,GAAI,EACzD,KAAK,CAAC,CAAC,CAAC,CACP,KAAC,OAAO,IAAC,WAAW,EAAC,IAAI,EAAC,EAAE,EAAC,IAAI,EAAC,SAAS,EAAC,wBAAwB,EAAC,KAAK,EAAE,KAAK,GAAI,CACtF,CAAC,CAAC,CAAC,IAAI,EACP,IAAI,EAAE,IAAI,IAAI,CACb,cAAK,SAAS,EAAC,gBAAgB,YAC7B,KAAC,MAAM,IACL,IAAI,EAAE,IAAI,CAAC,IAAI,EACf,MAAM,EAAE,IAAI,CAAC,MAAM,EACnB,SAAS,EAAC,4FAA4F,YAEtG,cAAK,SAAS,EAAC,+BAA+B,YAAE,IAAI,CAAC,IAAI,GAAO,GACzD,GACL,CACP,IACG,CACP,CAAC,CAAC"}
@@ -1,5 +1,4 @@
1
1
  import { VNode } from '../../model/VNode';
2
- import type { FuncReturnVoid } from '../../types';
3
2
  export interface Router {
4
3
  pathname: string;
5
4
  query: Record<string, string | string[] | undefined>;
@@ -24,7 +23,7 @@ export declare type AsyncDataHook = <Data, Err = any>(key: string, fetcher: (fet
24
23
  };
25
24
  export declare type GeolocationHook = (defaultLocation: string) => [string, () => void];
26
25
  export declare type SetStateAction<S> = S | ((prevState: S) => S);
27
- export declare type SetStateHook = <State>(initialState: State | (() => State)) => [State, FuncReturnVoid<SetStateAction<State>>];
26
+ export declare type SetStateHook = <State>(initialState: State | (() => State)) => [State, (action: SetStateAction<State>) => void];
28
27
  export interface IntersectionObserverTagProps {
29
28
  Tag: string;
30
29
  className?: string;
@@ -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
  import { Img } from '../../ui-kit/Img/Img.js';
4
4
  import { formatCurrency } from './formatCurrency.js';
5
- const TABLE_HEAD_STYLE = 'font-light text-left font-normal text-sm text-secondary-text';
5
+ const TABLE_HEAD_STYLE = 'text-left text-m text-secondary-text';
6
6
  const CURRENCY_ICONS_MAP = {
7
7
  USD: 'DollarIcon',
8
8
  EUR: 'EuroIcon',
@@ -12,6 +12,6 @@ export const CurrencyTable = JSX(({ className, exchangeCurrencyItems }) => {
12
12
  });
13
13
  const renderCurrencyRow = (exchangeCurrencyItem) => {
14
14
  const code = exchangeCurrencyItem?.code;
15
- return (_jsxs("tr", { className: "pb-1", children: [_jsx("td", { className: "pt-4", children: _jsxs("div", { className: "flex items-center", children: [code ? _jsx(Img, { image: { icon: CURRENCY_ICONS_MAP[code] }, width: "24", height: "24" }) : null, _jsx("span", { className: "text-m-title-md ml-2", children: code })] }) }), _jsx("td", { className: "pt-4 pl-11 m-title-md font-light", children: formatCurrency(exchangeCurrencyItem.buy) }), _jsx("td", { className: "pt-4 pl-11 m-title-md font-light", children: formatCurrency(exchangeCurrencyItem.sell) })] }, code));
15
+ return (_jsxs("tr", { className: "pb-1 text-h6", children: [_jsx("td", { className: "pt-4", children: _jsxs("div", { className: "flex items-center", children: [code ? _jsx(Img, { image: { icon: CURRENCY_ICONS_MAP[code] }, width: "24", height: "24" }) : null, _jsx("span", { className: "ml-2", children: code })] }) }), _jsx("td", { className: "pt-4 pl-11", children: formatCurrency(exchangeCurrencyItem?.sell) }), _jsx("td", { className: "pt-4 pl-11", children: formatCurrency(exchangeCurrencyItem?.buy) })] }, code));
16
16
  };
17
17
  //# sourceMappingURL=CurrencyTable.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"CurrencyTable.js","sourceRoot":"","sources":["../../../src/components/ExchangeRateTile/CurrencyTable.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AACxC,OAAO,EAAE,GAAG,EAAE,MAAM,sBAAsB,CAAC;AAE3C,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAElD,MAAM,gBAAgB,GAAG,8DAA8D,CAAC;AAExF,MAAM,kBAAkB,GAAG;IACzB,GAAG,EAAE,YAAY;IACjB,GAAG,EAAE,UAAU;CAChB,CAAC;AAOF,MAAM,CAAC,MAAM,aAAa,GAAG,GAAG,CAAqB,CAAC,EAAE,SAAS,EAAE,qBAAqB,EAAE,EAAE,EAAE;IAC5F,OAAO,CACL,iBAAO,SAAS,EAAE,eAAe,SAAS,EAAE,aAC1C,0BACE,yBACE,aAAI,SAAS,EAAE,gBAAgB,qDAAa,EAC5C,aAAI,SAAS,EAAE,GAAG,gBAAgB,QAAQ,qDAAa,EACvD,aAAI,SAAS,EAAE,GAAG,gBAAgB,QAAQ,2DAAc,IACrD,GACC,EACR,0BAAQ,qBAAqB,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,iBAAiB,CAAC,IAAI,CAAC,CAAC,GAAS,IACvE,CACT,CAAC;AACJ,CAAC,CAAC,CAAC;AAEH,MAAM,iBAAiB,GAAG,CAAC,oBAA0C,EAAE,EAAE;IACvE,MAAM,IAAI,GAAG,oBAAoB,EAAE,IAAI,CAAC;IAExC,OAAO,CACL,cAAe,SAAS,EAAC,MAAM,aAC7B,aAAI,SAAS,EAAC,MAAM,YAClB,eAAK,SAAS,EAAC,mBAAmB,aAC/B,IAAI,CAAC,CAAC,CAAC,KAAC,GAAG,IAAC,KAAK,EAAE,EAAE,IAAI,EAAE,kBAAkB,CAAC,IAAI,CAAC,EAAE,EAAE,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,GAAG,CAAC,CAAC,CAAC,IAAI,EACxF,eAAM,SAAS,EAAC,sBAAsB,YAAE,IAAI,GAAQ,IAChD,GACH,EACL,aAAI,SAAS,EAAC,kCAAkC,YAC7C,cAAc,CAAC,oBAAoB,CAAC,GAAG,CAAC,GACtC,EACL,aAAI,SAAS,EAAC,kCAAkC,YAC7C,cAAc,CAAC,oBAAoB,CAAC,IAAI,CAAC,GACvC,KAZE,IAAI,CAaR,CACN,CAAC;AACJ,CAAC,CAAC"}
1
+ {"version":3,"file":"CurrencyTable.js","sourceRoot":"","sources":["../../../src/components/ExchangeRateTile/CurrencyTable.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AACxC,OAAO,EAAE,GAAG,EAAE,MAAM,sBAAsB,CAAC;AAE3C,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAElD,MAAM,gBAAgB,GAAG,sCAAsC,CAAC;AAEhE,MAAM,kBAAkB,GAAG;IACzB,GAAG,EAAE,YAAY;IACjB,GAAG,EAAE,UAAU;CAChB,CAAC;AAOF,MAAM,CAAC,MAAM,aAAa,GAAG,GAAG,CAAqB,CAAC,EAAE,SAAS,EAAE,qBAAqB,EAAE,EAAE,EAAE;IAC5F,OAAO,CACL,iBAAO,SAAS,EAAE,eAAe,SAAS,EAAE,aAC1C,0BACE,yBACE,aAAI,SAAS,EAAE,gBAAgB,qDAAa,EAC5C,aAAI,SAAS,EAAE,GAAG,gBAAgB,QAAQ,qDAAa,EACvD,aAAI,SAAS,EAAE,GAAG,gBAAgB,QAAQ,2DAAc,IACrD,GACC,EACR,0BAAQ,qBAAqB,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,iBAAiB,CAAC,IAAI,CAAC,CAAC,GAAS,IACvE,CACT,CAAC;AACJ,CAAC,CAAC,CAAC;AAEH,MAAM,iBAAiB,GAAG,CAAC,oBAA0C,EAAE,EAAE;IACvE,MAAM,IAAI,GAAG,oBAAoB,EAAE,IAAI,CAAC;IAExC,OAAO,CACL,cAAe,SAAS,EAAC,cAAc,aACrC,aAAI,SAAS,EAAC,MAAM,YAClB,eAAK,SAAS,EAAC,mBAAmB,aAC/B,IAAI,CAAC,CAAC,CAAC,KAAC,GAAG,IAAC,KAAK,EAAE,EAAE,IAAI,EAAE,kBAAkB,CAAC,IAAI,CAAC,EAAE,EAAE,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,GAAG,CAAC,CAAC,CAAC,IAAI,EACxF,eAAM,SAAS,EAAC,MAAM,YAAE,IAAI,GAAQ,IAChC,GACH,EACL,aAAI,SAAS,EAAC,YAAY,YAAE,cAAc,CAAC,oBAAoB,EAAE,IAAI,CAAC,GAAM,EAC5E,aAAI,SAAS,EAAC,YAAY,YAAE,cAAc,CAAC,oBAAoB,EAAE,GAAG,CAAC,GAAM,KARpE,IAAI,CASR,CACN,CAAC;AACJ,CAAC,CAAC"}
@@ -1,5 +1,5 @@
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 { Img } from '../../ui-kit/Img/Img.js';
4
- export const CurrentLocation = JSX(({ className = '', address, distance }) => (_jsxs("div", { className: `flex text-sm ${className}`, children: [_jsx(Img, { image: { icon: 'GpsIcon' }, width: "24", height: "24", asSVG: true }), _jsxs("div", { className: "ml-3 font-light", children: [address ? _jsx("p", { className: "m-0 mb-[3px]", children: address }) : null, distance ? (_jsxs("p", { className: "text-secondary-text m-0", children: ["\u041A\u0443\u0440\u0441 \u0443\u043A\u0430\u0437\u0430\u043D \u0434\u043B\u044F \u0431\u043B\u0438\u0436\u0430\u0439\u0448\u0435\u0433\u043E \u043E\u0444\u0438\u0441\u0430 - ", distance] })) : null] })] })));
4
+ export const CurrentLocation = JSX(({ className = '', address, distance }) => (_jsxs("div", { className: `flex ${className}`, children: [_jsx(Img, { image: { icon: 'GpsIcon' }, width: "24", height: "24", asSVG: true }), _jsxs("div", { className: "ml-3", children: [address ? _jsx("p", { className: "text-primary-main m-0 mb-1 text-l", children: address }) : null, distance ? (_jsxs("p", { className: "text-secondary-text m-0 text-m", children: ["\u041A\u0443\u0440\u0441 \u0443\u043A\u0430\u0437\u0430\u043D \u0434\u043B\u044F \u0431\u043B\u0438\u0436\u0430\u0439\u0448\u0435\u0433\u043E \u043E\u0444\u0438\u0441\u0430 - ", distance] })) : null] })] })));
5
5
  //# sourceMappingURL=CurrentLocation.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"CurrentLocation.js","sourceRoot":"","sources":["../../../src/components/ExchangeRateTile/CurrentLocation.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AACxC,OAAO,EAAE,GAAG,EAAE,MAAM,sBAAsB,CAAC;AAQ3C,MAAM,CAAC,MAAM,eAAe,GAAG,GAAG,CAChC,CAAC,EAAE,SAAS,GAAG,EAAE,EAAE,OAAO,EAAE,QAAQ,EAAE,EAAE,EAAE,CAAC,CACzC,eAAK,SAAS,EAAE,gBAAgB,SAAS,EAAE,aACzC,KAAC,GAAG,IAAC,KAAK,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,EAAE,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,KAAK,SAAG,EAChE,eAAK,SAAS,EAAC,iBAAiB,aAC7B,OAAO,CAAC,CAAC,CAAC,YAAG,SAAS,EAAC,cAAc,YAAE,OAAO,GAAK,CAAC,CAAC,CAAC,IAAI,EAC1D,QAAQ,CAAC,CAAC,CAAC,CACV,aAAG,SAAS,EAAC,yBAAyB,gMAAqC,QAAQ,IAAK,CACzF,CAAC,CAAC,CAAC,IAAI,IACJ,IACF,CACP,CACF,CAAC"}
1
+ {"version":3,"file":"CurrentLocation.js","sourceRoot":"","sources":["../../../src/components/ExchangeRateTile/CurrentLocation.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AACxC,OAAO,EAAE,GAAG,EAAE,MAAM,sBAAsB,CAAC;AAQ3C,MAAM,CAAC,MAAM,eAAe,GAAG,GAAG,CAChC,CAAC,EAAE,SAAS,GAAG,EAAE,EAAE,OAAO,EAAE,QAAQ,EAAE,EAAE,EAAE,CAAC,CACzC,eAAK,SAAS,EAAE,QAAQ,SAAS,EAAE,aACjC,KAAC,GAAG,IAAC,KAAK,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,EAAE,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,KAAK,SAAG,EAChE,eAAK,SAAS,EAAC,MAAM,aAClB,OAAO,CAAC,CAAC,CAAC,YAAG,SAAS,EAAC,oCAAoC,YAAE,OAAO,GAAK,CAAC,CAAC,CAAC,IAAI,EAChF,QAAQ,CAAC,CAAC,CAAC,CACV,aAAG,SAAS,EAAC,gCAAgC,gMACP,QAAQ,IAC1C,CACL,CAAC,CAAC,CAAC,IAAI,IACJ,IACF,CACP,CACF,CAAC"}
@@ -1,4 +1,5 @@
1
1
  import type { UniBlockProps } from '../../types';
2
+ import { ButtonProps } from '../../ui-kit/Button/ButtonProps';
2
3
  import { Currency } from './CurrencyProps';
3
4
  export interface ExchangeCurrencyItem {
4
5
  code?: Currency;
@@ -9,6 +10,7 @@ export interface ExchangeCurrencyCalculatorProps extends UniBlockProps {
9
10
  className?: string;
10
11
  currencyRatesBuy: ExchangeCurrencyItem[];
11
12
  currencyRatesSell: ExchangeCurrencyItem[];
13
+ button?: ButtonProps;
12
14
  }
13
15
  export interface CalcState {
14
16
  inputSell: string;
@@ -5,7 +5,7 @@ import { callbackCurrencySelect } from './callbackCurrencySelect.js';
5
5
  import { Currency } from './CurrencyProps.js';
6
6
  import { renderButton } from './renderButton.js';
7
7
  import { renderInput } from './renderInput.js';
8
- export const ExchangeCurrencyCalculator = JSX(({ context, className = '', currencyRatesBuy, currencyRatesSell }) => {
8
+ export const ExchangeCurrencyCalculator = JSX(({ context, className = '', currencyRatesBuy, currencyRatesSell, button }) => {
9
9
  const [calcState, setCalcState] = context.useState({
10
10
  inputSell: '',
11
11
  inputBuy: '',
@@ -15,7 +15,7 @@ export const ExchangeCurrencyCalculator = JSX(({ context, className = '', curren
15
15
  const handleSetCalcState = (newState) => {
16
16
  setCalcState((oldState) => ({ ...oldState, ...newState }));
17
17
  };
18
- return (_jsxs("div", { className: `grid gap-3.5 ${className}`, children: [renderInput({
18
+ return (_jsxs("div", { className: `grid gap-[18px] pt-2 ${className}`, children: [renderInput({
19
19
  placeholder: 'Хочу продать',
20
20
  rates: currencyRatesBuy,
21
21
  selected: calcState.selectSell,
@@ -29,7 +29,7 @@ export const ExchangeCurrencyCalculator = JSX(({ context, className = '', curren
29
29
  setSelected: handleSelectBuy(calcState, handleSetCalcState, currencyRatesBuy),
30
30
  value: calcState.inputBuy,
31
31
  setValue: (value) => handleInputBuy(handleSetCalcState, currencyRatesBuy)(value, calcState.selectBuy, calcState.selectSell),
32
- }), renderButton()] }));
32
+ }), button?.text ? renderButton(button) : null] }));
33
33
  });
34
34
  const handleSelectSell = (calcState, setCalcState, currencyRatesSell) => (value) => {
35
35
  setCalcState({ selectSell: value });
@@ -1 +1 @@
1
- {"version":3,"file":"ExchangeCurrencyCalculator.js","sourceRoot":"","sources":["../../../src/components/ExchangeRateTile/ExchangeCurrencyCalculator.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"ExchangeCurrencyCalculator.js","sourceRoot":"","sources":["../../../src/components/ExchangeRateTile/ExchangeCurrencyCalculator.tsx"],"names":[],"mappings":"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"}
@@ -4,7 +4,6 @@ import { useExchangeRates } from '../../hooks/useExchangeRates.js';
4
4
  import { BlockWrapper } from '../../ui-kit/BlockWrapper.js';
5
5
  import { Heading } from '../../ui-kit/Heading/Heading.js';
6
6
  import { BaseTile } from '../BaseTile/BaseTile.js';
7
- import { getTileHeadingType } from '../BaseTile/getTileHeadingType.js';
8
7
  import { Currency } from './CurrencyProps.js';
9
8
  import { CurrencyTable } from './CurrencyTable.js';
10
9
  import { CurrentLocation } from './CurrentLocation.js';
@@ -13,12 +12,12 @@ const DEFAULT_LOCATION = {
13
12
  address: 'Москва, ул.Ленина д.28',
14
13
  distance: '6км',
15
14
  };
16
- export const ExchangeRateTile = JSX(({ className = '', context, title = 'Курсы обмена валют', ...rest }) => {
15
+ export const ExchangeRateTile = JSX(({ className = '', context, title = 'Курсы обмена валют', button, ...rest }) => {
17
16
  const currencyRates = useExchangeRates(context.useAsyncData);
18
17
  const currencyRatesBuy = currencyRates.filter((_) => _.buy);
19
18
  currencyRatesBuy.unshift({ code: Currency.RUB });
20
19
  const currencyRatesSell = currencyRates.filter((_) => _.sell);
21
20
  currencyRatesSell.push({ code: Currency.RUB });
22
- return (_jsx(BlockWrapper, { context: context, className: `bg-white text-primary-text font-sans p-9 box-border ${className}`, ...rest, children: _jsx(BaseTile, { context: context, title: _jsx(Heading, { headingType: getTileHeadingType(className), title: title, className: "whitespace-pre-wrap" }), children: _jsxs("div", { className: "flex", children: [_jsxs("div", { className: "mr-[43px] pt-4", children: [currencyRates ? (_jsx(CurrencyTable, { className: "mb-[31px]", exchangeCurrencyItems: currencyRates })) : null, _jsx(CurrentLocation, { ...DEFAULT_LOCATION })] }), currencyRates.length && currencyRatesBuy.length && currencyRatesSell.length ? (_jsx(ExchangeCurrencyCalculator, { className: "grow", context: context, currencyRatesBuy: currencyRatesBuy, currencyRatesSell: currencyRatesSell })) : null] }) }) }));
21
+ return (_jsx(BlockWrapper, { context: context, className: `bg-white text-primary-text font-sans p-9 box-border ${className}`, ...rest, children: _jsx(BaseTile, { context: context, title: _jsx(Heading, { headingType: "h4", title: title, className: "whitespace-pre-wrap text-h4" }), children: _jsxs("div", { className: "flex", children: [_jsxs("div", { className: "mr-14 pt-4", children: [currencyRates ? (_jsx(CurrencyTable, { className: "mb-[30px]", exchangeCurrencyItems: currencyRates })) : null, _jsx(CurrentLocation, { ...DEFAULT_LOCATION })] }), currencyRates.length && currencyRatesBuy.length && currencyRatesSell.length ? (_jsx(ExchangeCurrencyCalculator, { className: "grow", context: context, currencyRatesBuy: currencyRatesBuy, currencyRatesSell: currencyRatesSell, button: button })) : null] }) }) }));
23
22
  });
24
23
  //# sourceMappingURL=ExchangeRateTile.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ExchangeRateTile.js","sourceRoot":"","sources":["../../../src/components/ExchangeRateTile/ExchangeRateTile.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AACxC,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAChE,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AAEzD,OAAO,EAAE,OAAO,EAAE,MAAM,8BAA8B,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AACpE,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAC3C,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAC;AAG1E,MAAM,gBAAgB,GAAG;IACvB,OAAO,EAAE,wBAAwB;IACjC,QAAQ,EAAE,KAAK;CAChB,CAAC;AAIF,MAAM,CAAC,MAAM,gBAAgB,GAAG,GAAG,CACjC,CAAC,EAAE,SAAS,GAAG,EAAE,EAAE,OAAO,EAAE,KAAK,GAAG,oBAAoB,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE;IACrE,MAAM,aAAa,GAAG,gBAAgB,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC;IAE7D,MAAM,gBAAgB,GAAG,aAAa,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC;IAC5D,gBAAgB,CAAC,OAAO,CAAC,EAAE,IAAI,EAAE,QAAQ,CAAC,GAAG,EAAE,CAAC,CAAC;IAEjD,MAAM,iBAAiB,GAAG,aAAa,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC;IAC9D,iBAAiB,CAAC,IAAI,CAAC,EAAE,IAAI,EAAE,QAAQ,CAAC,GAAG,EAAE,CAAC,CAAC;IAE/C,OAAO,CACL,KAAC,YAAY,IACX,OAAO,EAAE,OAAO,EAChB,SAAS,EAAE,uDAAuD,SAAS,EAAE,KACzE,IAAI,YAER,KAAC,QAAQ,IACP,OAAO,EAAE,OAAO,EAChB,KAAK,EACH,KAAC,OAAO,IACN,WAAW,EAAE,kBAAkB,CAAC,SAAS,CAAC,EAC1C,KAAK,EAAE,KAAK,EACZ,SAAS,EAAC,qBAAqB,GAC/B,YAGJ,eAAK,SAAS,EAAC,MAAM,aACnB,eAAK,SAAS,EAAC,gBAAgB,aAC5B,aAAa,CAAC,CAAC,CAAC,CACf,KAAC,aAAa,IAAC,SAAS,EAAC,WAAW,EAAC,qBAAqB,EAAE,aAAa,GAAI,CAC9E,CAAC,CAAC,CAAC,IAAI,EACR,KAAC,eAAe,OAAK,gBAAgB,GAAI,IACrC,EACL,aAAa,CAAC,MAAM,IAAI,gBAAgB,CAAC,MAAM,IAAI,iBAAiB,CAAC,MAAM,CAAC,CAAC,CAAC,CAC7E,KAAC,0BAA0B,IACzB,SAAS,EAAC,MAAM,EAChB,OAAO,EAAE,OAAO,EAChB,gBAAgB,EAAE,gBAAgB,EAClC,iBAAiB,EAAE,iBAAiB,GACpC,CACH,CAAC,CAAC,CAAC,IAAI,IACJ,GACG,GACE,CAChB,CAAC;AACJ,CAAC,CACF,CAAC"}
1
+ {"version":3,"file":"ExchangeRateTile.js","sourceRoot":"","sources":["../../../src/components/ExchangeRateTile/ExchangeRateTile.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AACxC,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAEhE,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AACzD,OAAO,EAAE,OAAO,EAAE,MAAM,8BAA8B,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAC3C,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAC;AAG1E,MAAM,gBAAgB,GAAG;IACvB,OAAO,EAAE,wBAAwB;IACjC,QAAQ,EAAE,KAAK;CAChB,CAAC;AAIF,MAAM,CAAC,MAAM,gBAAgB,GAAG,GAAG,CACjC,CAAC,EAAE,SAAS,GAAG,EAAE,EAAE,OAAO,EAAE,KAAK,GAAG,oBAAoB,EAAE,MAAM,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE;IAC7E,MAAM,aAAa,GAAG,gBAAgB,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC;IAE7D,MAAM,gBAAgB,GAAG,aAAa,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC;IAC5D,gBAAgB,CAAC,OAAO,CAAC,EAAE,IAAI,EAAE,QAAQ,CAAC,GAAG,EAAE,CAAC,CAAC;IAEjD,MAAM,iBAAiB,GAAG,aAAa,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC;IAC9D,iBAAiB,CAAC,IAAI,CAAC,EAAE,IAAI,EAAE,QAAQ,CAAC,GAAG,EAAE,CAAC,CAAC;IAE/C,OAAO,CACL,KAAC,YAAY,IACX,OAAO,EAAE,OAAO,EAChB,SAAS,EAAE,uDAAuD,SAAS,EAAE,KACzE,IAAI,YAER,KAAC,QAAQ,IACP,OAAO,EAAE,OAAO,EAChB,KAAK,EAAE,KAAC,OAAO,IAAC,WAAW,EAAC,IAAI,EAAC,KAAK,EAAE,KAAK,EAAE,SAAS,EAAC,6BAA6B,GAAG,YAEzF,eAAK,SAAS,EAAC,MAAM,aACnB,eAAK,SAAS,EAAC,YAAY,aACxB,aAAa,CAAC,CAAC,CAAC,CACf,KAAC,aAAa,IAAC,SAAS,EAAC,WAAW,EAAC,qBAAqB,EAAE,aAAa,GAAI,CAC9E,CAAC,CAAC,CAAC,IAAI,EACR,KAAC,eAAe,OAAK,gBAAgB,GAAI,IACrC,EACL,aAAa,CAAC,MAAM,IAAI,gBAAgB,CAAC,MAAM,IAAI,iBAAiB,CAAC,MAAM,CAAC,CAAC,CAAC,CAC7E,KAAC,0BAA0B,IACzB,SAAS,EAAC,MAAM,EAChB,OAAO,EAAE,OAAO,EAChB,gBAAgB,EAAE,gBAAgB,EAClC,iBAAiB,EAAE,iBAAiB,EACpC,MAAM,EAAE,MAAM,GACd,CACH,CAAC,CAAC,CAAC,IAAI,IACJ,GACG,GACE,CAChB,CAAC;AACJ,CAAC,CACF,CAAC"}
@@ -1,7 +1,9 @@
1
+ import type { ButtonProps } from '../../ui-kit/Button/ButtonProps';
1
2
  /**
2
3
  * @title Курсы обмена валют
3
4
  */
4
5
  export interface ExchangeRateTileContent {
5
6
  /** @title Заголовок */
6
7
  title?: string;
8
+ button?: ButtonProps;
7
9
  }
@@ -1 +1 @@
1
- export declare function renderButton(): any;
1
+ export declare function renderButton(button: any): any;
@@ -1,6 +1,6 @@
1
1
  import { jsx as _jsx } from "@redneckz/uni-jsx/jsx-runtime";
2
2
  import { Button } from '../../ui-kit/Button/Button.js';
3
- export function renderButton() {
4
- return (_jsx(Button, { className: "box-border mt-3.5 py-3 h-12 w-full", version: "primary", href: "https://coins.rshb.ru/exchange", target: "_blank", children: "\u041A\u0443\u043F\u0438\u0442\u044C \u0432\u0430\u043B\u044E\u0442\u0443" }));
3
+ export function renderButton(button) {
4
+ return (_jsx(Button, { className: "py-4 mr-1", version: button?.version, href: button?.href, target: "_blank", children: button?.text }));
5
5
  }
6
6
  //# sourceMappingURL=renderButton.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"renderButton.js","sourceRoot":"","sources":["../../../src/components/ExchangeRateTile/renderButton.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,4BAA4B,CAAC;AAEpD,MAAM,UAAU,YAAY;IAC1B,OAAO,CACL,KAAC,MAAM,IACL,SAAS,EAAC,oCAAoC,EAC9C,OAAO,EAAC,SAAS,EACjB,IAAI,EAAC,gCAAgC,EACrC,MAAM,EAAC,QAAQ,0FAGR,CACV,CAAC;AACJ,CAAC"}
1
+ {"version":3,"file":"renderButton.js","sourceRoot":"","sources":["../../../src/components/ExchangeRateTile/renderButton.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,4BAA4B,CAAC;AAEpD,MAAM,UAAU,YAAY,CAAC,MAAM;IACjC,OAAO,CACL,KAAC,MAAM,IAAC,SAAS,EAAC,WAAW,EAAC,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,EAAC,QAAQ,YACxF,MAAM,EAAE,IAAI,GACN,CACV,CAAC;AACJ,CAAC"}
@@ -4,6 +4,6 @@ import { Select } from '../../ui-kit/Select/Select.js';
4
4
  import { SelectOption } from '../../ui-kit/Select/SelectOption.js';
5
5
  export function renderInput(props) {
6
6
  const { placeholder, rates, selected, value, setValue, setSelected } = props;
7
- return (_jsxs("div", { className: "relative flex items-center", children: [_jsx(Input, { className: "h-10 border pl-4 pt-[7px] pb-[7px] rounded-md text-m-sm w-full appearance-none -mr-12", placeholder: placeholder, type: "text", value: value, onChange: setValue }), rates.length ? (_jsx(Select, { className: "h-9 -translate-x-4", value: selected, onChange: (_) => setSelected(_), children: rates.map((_, i) => (_jsx(SelectOption, { value: _.code, children: _.code }, String(i)))) })) : null] }));
7
+ return (_jsxs("div", { className: "relative flex items-center", children: [_jsx(Input, { className: "h-13 border pl-4 pt-4 pb-4 rounded-md text-l w-full appearance-none -mr-12", placeholder: placeholder, type: "text", value: value, onChange: setValue }), rates.length ? (_jsx(Select, { className: "h-9 -translate-x-4 bg-transparent", value: selected, onChange: (_) => setSelected(_), children: rates.map((_, i) => (_jsx(SelectOption, { value: _.code, children: _.code }, String(i)))) })) : null] }));
8
8
  }
9
9
  //# sourceMappingURL=renderInput.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"renderInput.js","sourceRoot":"","sources":["../../../src/components/ExchangeRateTile/renderInput.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,0BAA0B,CAAC;AACjD,OAAO,EAAE,MAAM,EAAE,MAAM,4BAA4B,CAAC;AACpD,OAAO,EAAE,YAAY,EAAE,MAAM,kCAAkC,CAAC;AAahE,MAAM,UAAU,WAAW,CAAC,KAAiB;IAC3C,MAAM,EAAE,WAAW,EAAE,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE,QAAQ,EAAE,WAAW,EAAE,GAAG,KAAK,CAAC;IAE7E,OAAO,CACL,eAAK,SAAS,EAAC,4BAA4B,aACzC,KAAC,KAAK,IACJ,SAAS,EAAC,uFAAuF,EACjG,WAAW,EAAE,WAAW,EACxB,IAAI,EAAC,MAAM,EACX,KAAK,EAAE,KAAK,EACZ,QAAQ,EAAE,QAAQ,GAClB,EACD,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,CACd,KAAC,MAAM,IACL,SAAS,EAAC,oBAAoB,EAC9B,KAAK,EAAE,QAAQ,EACf,QAAQ,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,WAAW,CAAC,CAAa,CAAC,YAE1C,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,CACnB,KAAC,YAAY,IAAiB,KAAK,EAAE,CAAC,CAAC,IAAI,YACxC,CAAC,CAAC,IAAI,IADU,MAAM,CAAC,CAAC,CAAC,CAEb,CAChB,CAAC,GACK,CACV,CAAC,CAAC,CAAC,IAAI,IACJ,CACP,CAAC;AACJ,CAAC"}
1
+ {"version":3,"file":"renderInput.js","sourceRoot":"","sources":["../../../src/components/ExchangeRateTile/renderInput.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,0BAA0B,CAAC;AACjD,OAAO,EAAE,MAAM,EAAE,MAAM,4BAA4B,CAAC;AACpD,OAAO,EAAE,YAAY,EAAE,MAAM,kCAAkC,CAAC;AAahE,MAAM,UAAU,WAAW,CAAC,KAAiB;IAC3C,MAAM,EAAE,WAAW,EAAE,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE,QAAQ,EAAE,WAAW,EAAE,GAAG,KAAK,CAAC;IAE7E,OAAO,CACL,eAAK,SAAS,EAAC,4BAA4B,aACzC,KAAC,KAAK,IACJ,SAAS,EAAC,4EAA4E,EACtF,WAAW,EAAE,WAAW,EACxB,IAAI,EAAC,MAAM,EACX,KAAK,EAAE,KAAK,EACZ,QAAQ,EAAE,QAAQ,GAClB,EACD,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,CACd,KAAC,MAAM,IACL,SAAS,EAAC,mCAAmC,EAC7C,KAAK,EAAE,QAAQ,EACf,QAAQ,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,WAAW,CAAC,CAAa,CAAC,YAE1C,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,CACnB,KAAC,YAAY,IAAiB,KAAK,EAAE,CAAC,CAAC,IAAI,YACxC,CAAC,CAAC,IAAI,IADU,MAAM,CAAC,CAAC,CAAC,CAEb,CAChB,CAAC,GACK,CACV,CAAC,CAAC,CAAC,IAAI,IACJ,CACP,CAAC;AACJ,CAAC"}
@@ -1,10 +1,10 @@
1
1
  import { jsx as _jsx } from "@redneckz/uni-jsx/jsx-runtime";
2
2
  import { JSX } from '@redneckz/uni-jsx';
3
3
  import { useLink } from '../../hooks/useLink.js';
4
+ import { HorizontalNavigationLink } from './HorizontalNavigationLink.js';
4
5
  export const HorizontalNavigation = JSX(({ links, className = '', context }) => {
5
6
  const router = context.useRouter();
6
7
  const { handlerDecorator } = context;
7
- return (_jsx("div", { className: className, children: links?.length ? (_jsx("div", { className: "flex justify-between items-center gap-5 py-5 border-solid border-x-0 border-y border-y-main-divider", children: links.map((_, i) => (_jsx(HorizontalNavigationLink, { index: i, ...useLink({ router, handlerDecorator }, _) }, String(i)))) })) : null }));
8
+ return (_jsx("div", { className: className, children: links?.length ? (_jsx("div", { className: "flex justify-between items-center gap-5 py-5 border-solid border-x-0 border-y border-y-main-divider", children: links.map((_, i) => (_jsx(HorizontalNavigationLink, { index: i, className: "font-light max-w-[292px]", ...useLink({ router, handlerDecorator }, _) }, String(i)))) })) : null }));
8
9
  });
9
- const HorizontalNavigationLink = JSX(({ className = '', index, text, href, target, onClick }) => (_jsx("a", { className: `font-sans font-light text-secondary-text hover:text-primary-main inline-block no-underline max-w-[292px] ${className}`, href: href, target: target, onClick: onClick, children: text || `Документ ${index}` })));
10
10
  //# sourceMappingURL=HorizontalNavigation.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"HorizontalNavigation.js","sourceRoot":"","sources":["../../../src/components/Footer/HorizontalNavigation.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AACxC,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAS9C,MAAM,CAAC,MAAM,oBAAoB,GAAG,GAAG,CACrC,CAAC,EAAE,KAAK,EAAE,SAAS,GAAG,EAAE,EAAE,OAAO,EAAE,EAAE,EAAE;IACrC,MAAM,MAAM,GAAG,OAAO,CAAC,SAAS,EAAE,CAAC;IACnC,MAAM,EAAE,gBAAgB,EAAE,GAAG,OAAO,CAAC;IAErC,OAAO,CACL,cAAK,SAAS,EAAE,SAAS,YACtB,KAAK,EAAE,MAAM,CAAC,CAAC,CAAC,CACf,cAAK,SAAS,EAAC,qGAAqG,YACjH,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,CACnB,KAAC,wBAAwB,IAEvB,KAAK,EAAE,CAAC,KACJ,OAAO,CAAC,EAAE,MAAM,EAAE,gBAAgB,EAAE,EAAE,CAAC,CAAC,IAFvC,MAAM,CAAC,CAAC,CAAC,CAGd,CACH,CAAC,GACE,CACP,CAAC,CAAC,CAAC,IAAI,GACJ,CACP,CAAC;AACJ,CAAC,CACF,CAAC;AAQF,MAAM,wBAAwB,GAAG,GAAG,CAClC,CAAC,EAAE,SAAS,GAAG,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,EAAE,EAAE,CAAC,CAC1D,YACE,SAAS,EAAE,6GAA6G,SAAS,EAAE,EACnI,IAAI,EAAE,IAAI,EACV,MAAM,EAAE,MAAM,EACd,OAAO,EAAE,OAAO,YAEf,IAAI,IAAI,YAAY,KAAK,EAAE,GAC1B,CACL,CACF,CAAC"}
1
+ {"version":3,"file":"HorizontalNavigation.js","sourceRoot":"","sources":["../../../src/components/Footer/HorizontalNavigation.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AACxC,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAG9C,OAAO,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAMtE,MAAM,CAAC,MAAM,oBAAoB,GAAG,GAAG,CACrC,CAAC,EAAE,KAAK,EAAE,SAAS,GAAG,EAAE,EAAE,OAAO,EAAE,EAAE,EAAE;IACrC,MAAM,MAAM,GAAG,OAAO,CAAC,SAAS,EAAE,CAAC;IACnC,MAAM,EAAE,gBAAgB,EAAE,GAAG,OAAO,CAAC;IAErC,OAAO,CACL,cAAK,SAAS,EAAE,SAAS,YACtB,KAAK,EAAE,MAAM,CAAC,CAAC,CAAC,CACf,cAAK,SAAS,EAAC,qGAAqG,YACjH,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,CACnB,KAAC,wBAAwB,IAEvB,KAAK,EAAE,CAAC,EACR,SAAS,EAAC,0BAA0B,KAChC,OAAO,CAAC,EAAE,MAAM,EAAE,gBAAgB,EAAE,EAAE,CAAC,CAAC,IAHvC,MAAM,CAAC,CAAC,CAAC,CAId,CACH,CAAC,GACE,CACP,CAAC,CAAC,CAAC,IAAI,GACJ,CACP,CAAC;AACJ,CAAC,CACF,CAAC"}