@redneckz/wildless-cms-uni-blocks 0.13.2 → 0.13.3

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 (1401) hide show
  1. package/bin/migration-scripts/0.13.3.js +36 -0
  2. package/bundle/blocks.schema.json +1 -1
  3. package/bundle/bundle.umd.js +208 -218
  4. package/bundle/bundle.umd.min.js +1 -1
  5. package/bundle/components/ApplicationForm/SelectControl.d.ts +1 -0
  6. package/bundle/components/BonusBenefitsBlock/bonusBenefitStyles.mobile.d.ts +1 -1
  7. package/bundle/components/CarouselLinks/CarouselLinkButton.d.ts +5 -0
  8. package/bundle/components/ComparisonTable/constants.d.ts +1 -1
  9. package/bundle/components/Headline/HeadlineContent.d.ts +2 -2
  10. package/bundle/components/RollupItem/foldableSectionStyles.d.ts +1 -1
  11. package/bundle/components/SafeDepositRental/RadioButtons.d.ts +1 -1
  12. package/bundle/components/StepsBlock/StepsBlock.mobile.d.ts +1 -1
  13. package/bundle/components/TariffsTable/constants.d.ts +1 -1
  14. package/bundle/components/Video/getPaddings.d.ts +1 -1
  15. package/bundle/model/HeadlineType.d.ts +1 -1
  16. package/dist/components/ApplicationForm/ApplicationForm.js +1 -1
  17. package/dist/components/ApplicationForm/ApplicationForm.js.map +1 -1
  18. package/dist/components/ApplicationForm/ApplicationFormAcquiring.js +1 -1
  19. package/dist/components/ApplicationForm/ApplicationFormAcquiring.js.map +1 -1
  20. package/dist/components/ApplicationForm/ApplicationFormBusinessCard.js +1 -1
  21. package/dist/components/ApplicationForm/ApplicationFormBusinessCard.js.map +1 -1
  22. package/dist/components/ApplicationForm/ApplicationFormCredit.js +1 -1
  23. package/dist/components/ApplicationForm/ApplicationFormCredit.js.map +1 -1
  24. package/dist/components/ApplicationForm/ApplicationFormDeposit.js +1 -1
  25. package/dist/components/ApplicationForm/ApplicationFormDeposit.js.map +1 -1
  26. package/dist/components/ApplicationForm/ApplicationFormGrantSupport.js +1 -1
  27. package/dist/components/ApplicationForm/ApplicationFormWed.js +1 -1
  28. package/dist/components/ApplicationForm/ApplicationFormWed.js.map +1 -1
  29. package/dist/components/ApplicationForm/ResponseNotification.js +1 -1
  30. package/dist/components/ApplicationForm/ResponseNotification.js.map +1 -1
  31. package/dist/components/ApplicationForm/SelectControl.d.ts +1 -0
  32. package/dist/components/ApplicationForm/SelectControl.js +1 -1
  33. package/dist/components/ApplicationForm/SelectControl.js.map +1 -1
  34. package/dist/components/ApplicationForm/renderAcquiringDataOrganization.js +1 -1
  35. package/dist/components/ApplicationForm/renderAcquiringDataOrganization.js.map +1 -1
  36. package/dist/components/ApplicationForm/renderAcquiringRegion.js +1 -1
  37. package/dist/components/ApplicationForm/renderAcquiringRegion.js.map +1 -1
  38. package/dist/components/ApplicationForm/renderBusinessCardDataOrganization.js +1 -1
  39. package/dist/components/ApplicationForm/renderBusinessCardDataOrganization.js.map +1 -1
  40. package/dist/components/ApplicationForm/renderContacts.js +1 -1
  41. package/dist/components/ApplicationForm/renderContacts.js.map +1 -1
  42. package/dist/components/ApplicationForm/renderCreditDataOrganization.js +1 -1
  43. package/dist/components/ApplicationForm/renderCreditDataOrganization.js.map +1 -1
  44. package/dist/components/ApplicationForm/renderCreditParameters.js +1 -1
  45. package/dist/components/ApplicationForm/renderCreditParameters.js.map +1 -1
  46. package/dist/components/ApplicationForm/renderQuestionsInterested.js +1 -1
  47. package/dist/components/ApplicationForm/renderQuestionsInterested.js.map +1 -1
  48. package/dist/components/ApplicationForm/renderRegion.js +1 -1
  49. package/dist/components/ApplicationForm/renderRegion.js.map +1 -1
  50. package/dist/components/ApplicationForm/renderRegionDepartment.js +1 -1
  51. package/dist/components/ApplicationForm/renderRegionDepartment.js.map +1 -1
  52. package/dist/components/ApplicationForm/renderSlideCheckboxes.js +1 -1
  53. package/dist/components/ApplicationForm/renderSlideCheckboxes.js.map +1 -1
  54. package/dist/components/ApplicationForm/renderSubmitButton.js +1 -1
  55. package/dist/components/ApplicationForm/renderSubmitButton.js.map +1 -1
  56. package/dist/components/Bonus/Bonus.js +2 -2
  57. package/dist/components/Bonus/Bonus.js.map +1 -1
  58. package/dist/components/BonusBenefitsBlock/BonusBenefitsBlock.js +1 -1
  59. package/dist/components/BonusBenefitsBlock/BonusBenefitsBlock.js.map +1 -1
  60. package/dist/components/BonusBenefitsBlock/bonusBenefitStyles.mobile.d.ts +1 -1
  61. package/dist/components/BonusBenefitsBlock/bonusBenefitStyles.mobile.js +1 -1
  62. package/dist/components/BonusBenefitsBlock/renderBonusBenefits.js +1 -1
  63. package/dist/components/BonusBenefitsBlock/renderBonusBenefits.js.map +1 -1
  64. package/dist/components/BusinessBlock/BusinessBlock.js +1 -1
  65. package/dist/components/BusinessBlock/BusinessBlock.js.map +1 -1
  66. package/dist/components/BusinessBlock/BusinessCard.js +1 -1
  67. package/dist/components/BusinessBlock/BusinessCard.js.map +1 -1
  68. package/dist/components/Calculator/BonusCalculatorForm.js +2 -3
  69. package/dist/components/Calculator/BonusCalculatorForm.js.map +1 -1
  70. package/dist/components/Calculator/BusinessDepositCalculatorForm.js +24 -23
  71. package/dist/components/Calculator/BusinessDepositCalculatorForm.js.map +1 -1
  72. package/dist/components/Calculator/Calculator.js +4 -4
  73. package/dist/components/Calculator/Calculator.js.map +1 -1
  74. package/dist/components/Calculator/CalculatorValueBlock.js +1 -1
  75. package/dist/components/Calculator/CalculatorValueBlock.js.map +1 -1
  76. package/dist/components/Calculator/CreditCalculatorForm.js +4 -4
  77. package/dist/components/Calculator/CreditCalculatorForm.js.map +1 -1
  78. package/dist/components/Calculator/DepositCalculatorForm.js +3 -3
  79. package/dist/components/Calculator/DepositCalculatorForm.js.map +1 -1
  80. package/dist/components/Calculator/Rate.js +1 -1
  81. package/dist/components/Calculator/Rate.js.map +1 -1
  82. package/dist/components/Calculator/RefinancingCalculatorForm.js +4 -5
  83. package/dist/components/Calculator/RefinancingCalculatorForm.js.map +1 -1
  84. package/dist/components/Calculator/renderBinaryRadioButtonGroup.js +1 -1
  85. package/dist/components/Calculator/renderBinaryRadioButtonGroup.js.map +1 -1
  86. package/dist/components/Calculator/renderCalculatorBlock.js +1 -1
  87. package/dist/components/Calculator/renderCalculatorBlock.js.map +1 -1
  88. package/dist/components/Calculator/renderInitialFeeInput.js +1 -1
  89. package/dist/components/Calculator/renderInitialFeeInput.js.map +1 -1
  90. package/dist/components/CardTransfer/CardTransfer.js +1 -1
  91. package/dist/components/CardTransfer/CardTransfer.js.map +1 -1
  92. package/dist/components/CarouselBankHistoryCard/CarouselBankHistoryCard.js +1 -1
  93. package/dist/components/CarouselBankHistoryCard/CarouselBankHistoryCard.js.map +1 -1
  94. package/dist/components/CarouselBankHistoryCard/CarouselBankHistoryCard.mobile.js +1 -1
  95. package/dist/components/CarouselBankHistoryCard/CarouselBankHistoryCard.mobile.js.map +1 -1
  96. package/dist/components/CarouselCard/CarouselCard.js +1 -1
  97. package/dist/components/CarouselCard/CarouselCard.js.map +1 -1
  98. package/dist/components/CarouselCatalogCard/CarouselCatalogCard.js +1 -1
  99. package/dist/components/CarouselCatalogCard/CarouselCatalogCard.js.map +1 -1
  100. package/dist/components/CarouselInvestmentCard/CarouselInvestmentCard.js +4 -9
  101. package/dist/components/CarouselInvestmentCard/CarouselInvestmentCard.js.map +1 -1
  102. package/dist/components/CarouselLinks/CarouselLinkButton.d.ts +5 -0
  103. package/dist/{ui-kit/LinkButton/LinkButton.js → components/CarouselLinks/CarouselLinkButton.js} +5 -5
  104. package/dist/components/CarouselLinks/CarouselLinkButton.js.map +1 -0
  105. package/dist/components/CarouselLinks/CarouselLinks.js +5 -5
  106. package/dist/components/CarouselLinks/CarouselLinks.js.map +1 -1
  107. package/dist/components/CarouselRecommendationCard/CarouselRecommendationCard.js +1 -1
  108. package/dist/components/CarouselRecommendationCard/CarouselRecommendationCard.js.map +1 -1
  109. package/dist/components/CarouselRecommendationCard/CarouselRecommendationCard.mobile.js +1 -1
  110. package/dist/components/CarouselRecommendationCard/CarouselRecommendationCard.mobile.js.map +1 -1
  111. package/dist/components/CarouselTariffsCard/CarouselTariffsCard.js +2 -2
  112. package/dist/components/CarouselTariffsCard/CarouselTariffsCard.js.map +1 -1
  113. package/dist/components/CarouselTariffsCard/getPaddingStyle.js +1 -1
  114. package/dist/components/CarouselTariffsCard/getPaddingStyle.js.map +1 -1
  115. package/dist/components/CarouselTariffsCard/getPaddingStyle.mobile.js +1 -1
  116. package/dist/components/CarouselTariffsCard/getPaddingStyle.mobile.js.map +1 -1
  117. package/dist/components/CarouselTariffsCard/renderCardInfo.js +1 -1
  118. package/dist/components/CarouselTariffsCard/renderCardInfo.js.map +1 -1
  119. package/dist/components/ComparisonTable/ComparisonTable.js +2 -2
  120. package/dist/components/ComparisonTable/ComparisonTable.js.map +1 -1
  121. package/dist/components/ComparisonTable/TableCarouselContainer.js +1 -1
  122. package/dist/components/ComparisonTable/TableCell.js +1 -1
  123. package/dist/components/ComparisonTable/TableCell.js.map +1 -1
  124. package/dist/components/ComparisonTable/TableCell.mobile.js +1 -1
  125. package/dist/components/ComparisonTable/TableCell.mobile.js.map +1 -1
  126. package/dist/components/ComparisonTable/TableColumn.js +1 -1
  127. package/dist/components/ComparisonTable/TableColumn.js.map +1 -1
  128. package/dist/components/ComparisonTable/TableRow.js +1 -1
  129. package/dist/components/ComparisonTable/TableRow.js.map +1 -1
  130. package/dist/components/ComparisonTable/TableRowContainer.js +1 -1
  131. package/dist/components/ComparisonTable/TableRowContainer.js.map +1 -1
  132. package/dist/components/ComparisonTable/constants.d.ts +1 -1
  133. package/dist/components/ComparisonTable/constants.js +1 -1
  134. package/dist/components/ComparisonTable/constants.js.map +1 -1
  135. package/dist/components/ContactsBlock/ContactsBlock.js +2 -2
  136. package/dist/components/ContactsBlock/ContactsBlock.js.map +1 -1
  137. package/dist/components/ContentPage/ContentPage.js +1 -1
  138. package/dist/components/ContentPage/ContentPage.js.map +1 -1
  139. package/dist/components/DepositFiltration/DepositFiltration.js +1 -1
  140. package/dist/components/DepositFiltration/DepositFiltration.js.map +1 -1
  141. package/dist/components/ErrorBlock/ErrorBlock.js +2 -2
  142. package/dist/components/ErrorBlock/ErrorBlock.js.map +1 -1
  143. package/dist/components/ExchangeRateOffice/renderCurrencies.js +1 -1
  144. package/dist/components/ExchangeRateOffice/renderCurrencies.js.map +1 -1
  145. package/dist/components/ExchangeRateTile/CurrencyTable.js +1 -1
  146. package/dist/components/ExchangeRateTile/CurrencyTable.js.map +1 -1
  147. package/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.js +1 -1
  148. package/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.js.map +1 -1
  149. package/dist/components/ExchangeRateTile/renderInput.js +1 -1
  150. package/dist/components/ExchangeRateTile/renderInput.js.map +1 -1
  151. package/dist/components/Footer/buttonStylesWithText.js +1 -1
  152. package/dist/components/Footer/buttonStylesWithText.js.map +1 -1
  153. package/dist/components/GracePeriod/GracePeriod.js +4 -3
  154. package/dist/components/GracePeriod/GracePeriod.js.map +1 -1
  155. package/dist/components/Header/DropdownMenu.js +2 -2
  156. package/dist/components/Header/DropdownMenu.js.map +1 -1
  157. package/dist/components/Header/Header.mobile.js +1 -1
  158. package/dist/components/Header/Header.mobile.js.map +1 -1
  159. package/dist/components/Header/HeaderSecondaryMenu.js +1 -1
  160. package/dist/components/Header/HeaderSecondaryMenu.js.map +1 -1
  161. package/dist/components/Header/HeaderSecondaryMenuButton.js +1 -1
  162. package/dist/components/Header/HeaderSubMenu.js +1 -2
  163. package/dist/components/Header/HeaderSubMenu.js.map +1 -1
  164. package/dist/components/Header/InternetBankButton.js +2 -2
  165. package/dist/components/Header/InternetBankButton.js.map +1 -1
  166. package/dist/components/Headline/Headline.js +2 -2
  167. package/dist/components/Headline/Headline.js.map +1 -1
  168. package/dist/components/Headline/HeadlineContent.d.ts +2 -2
  169. package/dist/components/Headline/headlineVersionStyles.js +1 -1
  170. package/dist/components/Headline/headlineVersionStyles.js.map +1 -1
  171. package/dist/components/InsuranceAmountBlock/InsuranceAmountBlock.js +1 -1
  172. package/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js +5 -5
  173. package/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js.map +1 -1
  174. package/dist/components/InvestmentInfo/InvestmentInfo.js +2 -2
  175. package/dist/components/InvestmentInfo/InvestmentInfo.js.map +1 -1
  176. package/dist/components/LikeControl/LikeControl.js +1 -1
  177. package/dist/components/LikeControl/LikeControl.js.map +1 -1
  178. package/dist/components/LinkDocs/LinkDocItem.js +1 -1
  179. package/dist/components/LinkDocs/LinkDocs.js +2 -2
  180. package/dist/components/LinkDocs/LinkDocs.js.map +1 -1
  181. package/dist/components/MobileAppTile/renderList.js +1 -1
  182. package/dist/components/MobileAppTile/renderList.js.map +1 -1
  183. package/dist/components/MortgageFiltration/MortgageFiltration.js +1 -1
  184. package/dist/components/MortgageFiltration/MortgageFiltration.js.map +1 -1
  185. package/dist/components/OfficeMap/OfficeMap.js +1 -1
  186. package/dist/components/OfficeMap/OfficeMap.js.map +1 -1
  187. package/dist/components/OfficeMap/renderFunctions.js +4 -4
  188. package/dist/components/OfficeMap/renderFunctions.js.map +1 -1
  189. package/dist/components/Placeholder/Placeholder.js +1 -1
  190. package/dist/components/Placeholder/Placeholder.js.map +1 -1
  191. package/dist/components/ProductBlock/renderBackwardButton.js +1 -1
  192. package/dist/components/ProductGallery/ProductGallery.js +4 -4
  193. package/dist/components/ProductGallery/ProductGallery.js.map +1 -1
  194. package/dist/components/PromoTile/PromoTile.js +1 -1
  195. package/dist/components/PromoTile/PromoTile.js.map +1 -1
  196. package/dist/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.js +1 -1
  197. package/dist/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.js.map +1 -1
  198. package/dist/components/RollupItem/RollupItem.js +1 -1
  199. package/dist/components/RollupItem/RollupItem.js.map +1 -1
  200. package/dist/components/RollupItem/foldableSectionStyles.d.ts +1 -1
  201. package/dist/components/RollupItem/foldableSectionStyles.js +1 -1
  202. package/dist/components/SafeDepositRental/RadioButtons.d.ts +1 -1
  203. package/dist/components/SafeDepositRental/RadioButtons.js +1 -1
  204. package/dist/components/SafeDepositRental/RadioButtons.js.map +1 -1
  205. package/dist/components/SafeDepositRental/SafeBoxCases.js +1 -1
  206. package/dist/components/SafeDepositRental/SafeDepositRental.js +1 -1
  207. package/dist/components/SafeDepositRental/SafeDepositRental.js.map +1 -1
  208. package/dist/components/SafeDepositRental/SafeDepositRentalFields.js +1 -1
  209. package/dist/components/SafeDepositRental/SafeDepositRentalFields.js.map +1 -1
  210. package/dist/components/SafeDepositRental/SafeDepositRentalForm.js +1 -1
  211. package/dist/components/SafeDepositRental/SafeDepositRentalForm.js.map +1 -1
  212. package/dist/components/SafeDepositRental/SafeDepositRentalTotal.js +2 -2
  213. package/dist/components/SafeDepositRental/SafeDepositRentalTotal.js.map +1 -1
  214. package/dist/components/StepsBlock/StepsBlock.js +4 -4
  215. package/dist/components/StepsBlock/StepsBlock.js.map +1 -1
  216. package/dist/components/StepsBlock/StepsBlock.mobile.d.ts +1 -1
  217. package/dist/components/StepsBlock/StepsBlock.mobile.js +6 -7
  218. package/dist/components/StepsBlock/StepsBlock.mobile.js.map +1 -1
  219. package/dist/components/StepsBlock/renderStep.js +1 -1
  220. package/dist/components/StepsBlock/renderStep.js.map +1 -1
  221. package/dist/components/TariffsTable/EmbeddableCellData.js +1 -4
  222. package/dist/components/TariffsTable/EmbeddableCellData.js.map +1 -1
  223. package/dist/components/TariffsTable/EmbeddableCellData.mobile.js +2 -2
  224. package/dist/components/TariffsTable/EmbeddableCellData.mobile.js.map +1 -1
  225. package/dist/components/TariffsTable/TariffsTable.js +3 -3
  226. package/dist/components/TariffsTable/TariffsTable.js.map +1 -1
  227. package/dist/components/TariffsTable/TariffsTable.mobile.js +1 -1
  228. package/dist/components/TariffsTable/TariffsTable.mobile.js.map +1 -1
  229. package/dist/components/TariffsTable/TariffsTableCell.js +1 -1
  230. package/dist/components/TariffsTable/TariffsTableCell.js.map +1 -1
  231. package/dist/components/TariffsTable/TariffsTableVertical.js +1 -1
  232. package/dist/components/TariffsTable/TariffsTableVertical.js.map +1 -1
  233. package/dist/components/TariffsTable/constants.d.ts +1 -1
  234. package/dist/components/TariffsTable/constants.js +1 -1
  235. package/dist/components/TariffsTable/constants.js.map +1 -1
  236. package/dist/components/TextBlock/TextBlock.js +2 -2
  237. package/dist/components/TextBlock/TextBlock.js.map +1 -1
  238. package/dist/components/Video/getPaddings.d.ts +1 -1
  239. package/dist/components/Video/getPaddings.js +1 -1
  240. package/dist/components/Video/getPaddings.js.map +1 -1
  241. package/dist/model/HeadlineType.d.ts +1 -1
  242. package/dist/ui-kit/BaseFiltration/BaseFiltrationInner.js +1 -1
  243. package/dist/ui-kit/BaseFiltration/BaseFiltrationInner.js.map +1 -1
  244. package/dist/ui-kit/BaseProductTile/BaseProductTile.js +1 -1
  245. package/dist/ui-kit/BaseProductTile/BaseProductTile.js.map +1 -1
  246. package/dist/ui-kit/Button/ButtonInner.js +1 -1
  247. package/dist/ui-kit/Button/ButtonInner.js.map +1 -1
  248. package/dist/ui-kit/Checkbox/Checkbox.js +1 -1
  249. package/dist/ui-kit/CookiePopup/CookiePopup.js +1 -1
  250. package/dist/ui-kit/CookiePopup/CookiePopup.js.map +1 -1
  251. package/dist/ui-kit/DialogManager/CloseButton.js +1 -1
  252. package/dist/ui-kit/DialogManager/CloseButton.js.map +1 -1
  253. package/dist/ui-kit/Foldable/DefaultFoldButton.js +2 -2
  254. package/dist/ui-kit/Foldable/DefaultFoldButton.js.map +1 -1
  255. package/dist/ui-kit/InnerTable/InnerTable.js +1 -1
  256. package/dist/ui-kit/InnerTable/InnerTable.js.map +1 -1
  257. package/dist/ui-kit/InnerTable/InnerTableBody.js +1 -1
  258. package/dist/ui-kit/InnerTable/InnerTableBody.js.map +1 -1
  259. package/dist/ui-kit/InnerTable/InnerTableBodyItem.js +3 -2
  260. package/dist/ui-kit/InnerTable/InnerTableBodyItem.js.map +1 -1
  261. package/dist/ui-kit/InnerTable/InnerTableButton.js +1 -1
  262. package/dist/ui-kit/InnerTable/InnerTableButton.js.map +1 -1
  263. package/dist/ui-kit/Input/Input.js +2 -2
  264. package/dist/ui-kit/Input/Input.js.map +1 -1
  265. package/dist/ui-kit/InputRange/InputRange.js +2 -2
  266. package/dist/ui-kit/InputRange/InputRange.js.map +1 -1
  267. package/dist/ui-kit/InputRange/renderRangeWithTicks.js +1 -1
  268. package/dist/ui-kit/LocationDialog/SearchBar.js +1 -1
  269. package/dist/ui-kit/LocationDialog/SearchBar.js.map +1 -1
  270. package/dist/ui-kit/LocationDialog/renderForeignOffices.js +2 -2
  271. package/dist/ui-kit/LocationDialog/renderForeignOffices.js.map +1 -1
  272. package/dist/ui-kit/Radio/Radio.js +1 -1
  273. package/dist/ui-kit/Radio/Radio.js.map +1 -1
  274. package/dist/ui-kit/RadioButtonGroup/RadioButtonGroup.js +2 -2
  275. package/dist/ui-kit/RadioButtonGroup/RadioButtonGroup.js.map +1 -1
  276. package/dist/ui-kit/SearchDialog/SearchInput.js +1 -1
  277. package/dist/ui-kit/SearchDialog/SearchInput.js.map +1 -1
  278. package/dist/ui-kit/Select/Select.js +2 -2
  279. package/dist/ui-kit/Select/Select.js.map +1 -1
  280. package/dist/ui-kit/Sitemap/Sitemap.js +1 -1
  281. package/dist/ui-kit/Sitemap/Sitemap.js.map +1 -1
  282. package/dist/ui-kit/SwipeListControl/SwipeListControlDots.js +2 -2
  283. package/dist/ui-kit/SwipeListControl/SwipeListControlDots.js.map +1 -1
  284. package/dist/ui-kit/Tags/Tags.js +1 -1
  285. package/dist/ui-kit/Tags/Tags.js.map +1 -1
  286. package/dist/ui-kit/TopItem/TopItem.js +1 -1
  287. package/dist/ui-kit/TopItem/TopItem.js.map +1 -1
  288. package/dist/ui-kit/YandexMap/renderOpenMap.js +1 -1
  289. package/dist/ui-kit/YandexMap/renderOpenMap.js.map +1 -1
  290. package/dist/ui-kit/YandexMap/renderUserGeolocation.js +1 -1
  291. package/lib/common.css +1 -1
  292. package/lib/components/ApplicationForm/ApplicationForm.js +1 -1
  293. package/lib/components/ApplicationForm/ApplicationForm.js.map +1 -1
  294. package/lib/components/ApplicationForm/ApplicationFormAcquiring.js +1 -1
  295. package/lib/components/ApplicationForm/ApplicationFormAcquiring.js.map +1 -1
  296. package/lib/components/ApplicationForm/ApplicationFormBusinessCard.js +1 -1
  297. package/lib/components/ApplicationForm/ApplicationFormBusinessCard.js.map +1 -1
  298. package/lib/components/ApplicationForm/ApplicationFormCredit.js +1 -1
  299. package/lib/components/ApplicationForm/ApplicationFormCredit.js.map +1 -1
  300. package/lib/components/ApplicationForm/ApplicationFormDeposit.js +1 -1
  301. package/lib/components/ApplicationForm/ApplicationFormDeposit.js.map +1 -1
  302. package/lib/components/ApplicationForm/ApplicationFormGrantSupport.js +1 -1
  303. package/lib/components/ApplicationForm/ApplicationFormWed.js +1 -1
  304. package/lib/components/ApplicationForm/ApplicationFormWed.js.map +1 -1
  305. package/lib/components/ApplicationForm/ResponseNotification.js +1 -1
  306. package/lib/components/ApplicationForm/ResponseNotification.js.map +1 -1
  307. package/lib/components/ApplicationForm/SelectControl.d.ts +1 -0
  308. package/lib/components/ApplicationForm/SelectControl.js +1 -1
  309. package/lib/components/ApplicationForm/SelectControl.js.map +1 -1
  310. package/lib/components/ApplicationForm/renderAcquiringDataOrganization.js +1 -1
  311. package/lib/components/ApplicationForm/renderAcquiringDataOrganization.js.map +1 -1
  312. package/lib/components/ApplicationForm/renderAcquiringRegion.js +1 -1
  313. package/lib/components/ApplicationForm/renderAcquiringRegion.js.map +1 -1
  314. package/lib/components/ApplicationForm/renderBusinessCardDataOrganization.js +1 -1
  315. package/lib/components/ApplicationForm/renderBusinessCardDataOrganization.js.map +1 -1
  316. package/lib/components/ApplicationForm/renderContacts.js +1 -1
  317. package/lib/components/ApplicationForm/renderContacts.js.map +1 -1
  318. package/lib/components/ApplicationForm/renderCreditDataOrganization.js +1 -1
  319. package/lib/components/ApplicationForm/renderCreditDataOrganization.js.map +1 -1
  320. package/lib/components/ApplicationForm/renderCreditParameters.js +1 -1
  321. package/lib/components/ApplicationForm/renderCreditParameters.js.map +1 -1
  322. package/lib/components/ApplicationForm/renderQuestionsInterested.js +1 -1
  323. package/lib/components/ApplicationForm/renderQuestionsInterested.js.map +1 -1
  324. package/lib/components/ApplicationForm/renderRegion.js +1 -1
  325. package/lib/components/ApplicationForm/renderRegion.js.map +1 -1
  326. package/lib/components/ApplicationForm/renderRegionDepartment.js +1 -1
  327. package/lib/components/ApplicationForm/renderRegionDepartment.js.map +1 -1
  328. package/lib/components/ApplicationForm/renderSlideCheckboxes.js +1 -1
  329. package/lib/components/ApplicationForm/renderSlideCheckboxes.js.map +1 -1
  330. package/lib/components/ApplicationForm/renderSubmitButton.js +1 -1
  331. package/lib/components/ApplicationForm/renderSubmitButton.js.map +1 -1
  332. package/lib/components/Bonus/Bonus.js +2 -2
  333. package/lib/components/Bonus/Bonus.js.map +1 -1
  334. package/lib/components/BonusBenefitsBlock/BonusBenefitsBlock.js +1 -1
  335. package/lib/components/BonusBenefitsBlock/BonusBenefitsBlock.js.map +1 -1
  336. package/lib/components/BonusBenefitsBlock/bonusBenefitStyles.mobile.d.ts +1 -1
  337. package/lib/components/BonusBenefitsBlock/bonusBenefitStyles.mobile.js +1 -1
  338. package/lib/components/BonusBenefitsBlock/renderBonusBenefits.js +1 -1
  339. package/lib/components/BonusBenefitsBlock/renderBonusBenefits.js.map +1 -1
  340. package/lib/components/BusinessBlock/BusinessBlock.js +1 -1
  341. package/lib/components/BusinessBlock/BusinessBlock.js.map +1 -1
  342. package/lib/components/BusinessBlock/BusinessCard.js +1 -1
  343. package/lib/components/BusinessBlock/BusinessCard.js.map +1 -1
  344. package/lib/components/Calculator/BonusCalculatorForm.js +2 -3
  345. package/lib/components/Calculator/BonusCalculatorForm.js.map +1 -1
  346. package/lib/components/Calculator/BusinessDepositCalculatorForm.js +24 -23
  347. package/lib/components/Calculator/BusinessDepositCalculatorForm.js.map +1 -1
  348. package/lib/components/Calculator/Calculator.js +4 -4
  349. package/lib/components/Calculator/Calculator.js.map +1 -1
  350. package/lib/components/Calculator/CalculatorValueBlock.js +1 -1
  351. package/lib/components/Calculator/CalculatorValueBlock.js.map +1 -1
  352. package/lib/components/Calculator/CreditCalculatorForm.js +4 -4
  353. package/lib/components/Calculator/CreditCalculatorForm.js.map +1 -1
  354. package/lib/components/Calculator/DepositCalculatorForm.js +4 -4
  355. package/lib/components/Calculator/DepositCalculatorForm.js.map +1 -1
  356. package/lib/components/Calculator/Rate.js +1 -1
  357. package/lib/components/Calculator/Rate.js.map +1 -1
  358. package/lib/components/Calculator/RefinancingCalculatorForm.js +5 -6
  359. package/lib/components/Calculator/RefinancingCalculatorForm.js.map +1 -1
  360. package/lib/components/Calculator/renderBinaryRadioButtonGroup.js +1 -1
  361. package/lib/components/Calculator/renderBinaryRadioButtonGroup.js.map +1 -1
  362. package/lib/components/Calculator/renderCalculatorBlock.js +1 -1
  363. package/lib/components/Calculator/renderCalculatorBlock.js.map +1 -1
  364. package/lib/components/Calculator/renderInitialFeeInput.js +1 -1
  365. package/lib/components/Calculator/renderInitialFeeInput.js.map +1 -1
  366. package/lib/components/CardTransfer/CardTransfer.js +1 -1
  367. package/lib/components/CardTransfer/CardTransfer.js.map +1 -1
  368. package/lib/components/CarouselBankHistoryCard/CarouselBankHistoryCard.js +1 -1
  369. package/lib/components/CarouselBankHistoryCard/CarouselBankHistoryCard.js.map +1 -1
  370. package/lib/components/CarouselBankHistoryCard/CarouselBankHistoryCard.mobile.js +1 -1
  371. package/lib/components/CarouselBankHistoryCard/CarouselBankHistoryCard.mobile.js.map +1 -1
  372. package/lib/components/CarouselCard/CarouselCard.js +1 -1
  373. package/lib/components/CarouselCard/CarouselCard.js.map +1 -1
  374. package/lib/components/CarouselCatalogCard/CarouselCatalogCard.js +1 -1
  375. package/lib/components/CarouselCatalogCard/CarouselCatalogCard.js.map +1 -1
  376. package/lib/components/CarouselInvestmentCard/CarouselInvestmentCard.js +4 -9
  377. package/lib/components/CarouselInvestmentCard/CarouselInvestmentCard.js.map +1 -1
  378. package/lib/components/CarouselLinks/CarouselLinkButton.d.ts +5 -0
  379. package/{mobile/lib/ui-kit/LinkButton/LinkButton.js → lib/components/CarouselLinks/CarouselLinkButton.js} +4 -4
  380. package/lib/components/CarouselLinks/CarouselLinkButton.js.map +1 -0
  381. package/lib/components/CarouselLinks/CarouselLinks.js +5 -5
  382. package/lib/components/CarouselLinks/CarouselLinks.js.map +1 -1
  383. package/lib/components/CarouselRecommendationCard/CarouselRecommendationCard.js +1 -1
  384. package/lib/components/CarouselRecommendationCard/CarouselRecommendationCard.js.map +1 -1
  385. package/lib/components/CarouselRecommendationCard/CarouselRecommendationCard.mobile.js +1 -1
  386. package/lib/components/CarouselRecommendationCard/CarouselRecommendationCard.mobile.js.map +1 -1
  387. package/lib/components/CarouselTariffsCard/CarouselTariffsCard.js +2 -2
  388. package/lib/components/CarouselTariffsCard/CarouselTariffsCard.js.map +1 -1
  389. package/lib/components/CarouselTariffsCard/getPaddingStyle.js +1 -1
  390. package/lib/components/CarouselTariffsCard/getPaddingStyle.js.map +1 -1
  391. package/lib/components/CarouselTariffsCard/getPaddingStyle.mobile.js +1 -1
  392. package/lib/components/CarouselTariffsCard/getPaddingStyle.mobile.js.map +1 -1
  393. package/lib/components/CarouselTariffsCard/renderCardInfo.js +1 -1
  394. package/lib/components/CarouselTariffsCard/renderCardInfo.js.map +1 -1
  395. package/lib/components/ComparisonTable/ComparisonTable.js +2 -2
  396. package/lib/components/ComparisonTable/ComparisonTable.js.map +1 -1
  397. package/lib/components/ComparisonTable/TableCarouselContainer.js +1 -1
  398. package/lib/components/ComparisonTable/TableCell.js +1 -1
  399. package/lib/components/ComparisonTable/TableCell.js.map +1 -1
  400. package/lib/components/ComparisonTable/TableCell.mobile.js +1 -1
  401. package/lib/components/ComparisonTable/TableCell.mobile.js.map +1 -1
  402. package/lib/components/ComparisonTable/TableColumn.js +1 -1
  403. package/lib/components/ComparisonTable/TableColumn.js.map +1 -1
  404. package/lib/components/ComparisonTable/TableRow.js +1 -1
  405. package/lib/components/ComparisonTable/TableRow.js.map +1 -1
  406. package/lib/components/ComparisonTable/TableRowContainer.js +1 -1
  407. package/lib/components/ComparisonTable/TableRowContainer.js.map +1 -1
  408. package/lib/components/ComparisonTable/constants.d.ts +1 -1
  409. package/lib/components/ComparisonTable/constants.js +1 -1
  410. package/lib/components/ComparisonTable/constants.js.map +1 -1
  411. package/lib/components/ContactsBlock/ContactsBlock.js +2 -2
  412. package/lib/components/ContactsBlock/ContactsBlock.js.map +1 -1
  413. package/lib/components/ContentPage/ContentPage.js +1 -1
  414. package/lib/components/ContentPage/ContentPage.js.map +1 -1
  415. package/lib/components/DepositFiltration/DepositFiltration.js +1 -1
  416. package/lib/components/DepositFiltration/DepositFiltration.js.map +1 -1
  417. package/lib/components/ErrorBlock/ErrorBlock.js +2 -2
  418. package/lib/components/ErrorBlock/ErrorBlock.js.map +1 -1
  419. package/lib/components/ExchangeRateOffice/renderCurrencies.js +1 -1
  420. package/lib/components/ExchangeRateOffice/renderCurrencies.js.map +1 -1
  421. package/lib/components/ExchangeRateTile/CurrencyTable.js +1 -1
  422. package/lib/components/ExchangeRateTile/CurrencyTable.js.map +1 -1
  423. package/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.js +1 -1
  424. package/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.js.map +1 -1
  425. package/lib/components/ExchangeRateTile/renderInput.js +1 -1
  426. package/lib/components/ExchangeRateTile/renderInput.js.map +1 -1
  427. package/lib/components/Footer/buttonStylesWithText.js +1 -1
  428. package/lib/components/Footer/buttonStylesWithText.js.map +1 -1
  429. package/lib/components/GracePeriod/GracePeriod.js +4 -3
  430. package/lib/components/GracePeriod/GracePeriod.js.map +1 -1
  431. package/lib/components/Header/DropdownMenu.js +2 -2
  432. package/lib/components/Header/DropdownMenu.js.map +1 -1
  433. package/lib/components/Header/Header.mobile.js +1 -1
  434. package/lib/components/Header/Header.mobile.js.map +1 -1
  435. package/lib/components/Header/HeaderSecondaryMenu.js +1 -1
  436. package/lib/components/Header/HeaderSecondaryMenu.js.map +1 -1
  437. package/lib/components/Header/HeaderSecondaryMenuButton.js +1 -1
  438. package/lib/components/Header/HeaderSubMenu.js +1 -2
  439. package/lib/components/Header/HeaderSubMenu.js.map +1 -1
  440. package/lib/components/Header/InternetBankButton.js +2 -2
  441. package/lib/components/Header/InternetBankButton.js.map +1 -1
  442. package/lib/components/Headline/Headline.js +2 -2
  443. package/lib/components/Headline/Headline.js.map +1 -1
  444. package/lib/components/Headline/HeadlineContent.d.ts +2 -2
  445. package/lib/components/Headline/headlineVersionStyles.js +1 -1
  446. package/lib/components/Headline/headlineVersionStyles.js.map +1 -1
  447. package/lib/components/InsuranceAmountBlock/InsuranceAmountBlock.js +1 -1
  448. package/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js +5 -5
  449. package/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js.map +1 -1
  450. package/lib/components/InvestmentInfo/InvestmentInfo.js +2 -2
  451. package/lib/components/InvestmentInfo/InvestmentInfo.js.map +1 -1
  452. package/lib/components/LikeControl/LikeControl.js +1 -1
  453. package/lib/components/LikeControl/LikeControl.js.map +1 -1
  454. package/lib/components/LinkDocs/LinkDocItem.js +1 -1
  455. package/lib/components/LinkDocs/LinkDocs.js +2 -2
  456. package/lib/components/LinkDocs/LinkDocs.js.map +1 -1
  457. package/lib/components/MobileAppTile/renderList.js +1 -1
  458. package/lib/components/MobileAppTile/renderList.js.map +1 -1
  459. package/lib/components/MortgageFiltration/MortgageFiltration.js +1 -1
  460. package/lib/components/MortgageFiltration/MortgageFiltration.js.map +1 -1
  461. package/lib/components/OfficeMap/OfficeMap.js +1 -1
  462. package/lib/components/OfficeMap/OfficeMap.js.map +1 -1
  463. package/lib/components/OfficeMap/renderFunctions.js +4 -4
  464. package/lib/components/OfficeMap/renderFunctions.js.map +1 -1
  465. package/lib/components/Placeholder/Placeholder.js +1 -1
  466. package/lib/components/Placeholder/Placeholder.js.map +1 -1
  467. package/lib/components/ProductBlock/renderBackwardButton.js +1 -1
  468. package/lib/components/ProductGallery/ProductGallery.js +4 -4
  469. package/lib/components/ProductGallery/ProductGallery.js.map +1 -1
  470. package/lib/components/PromoTile/PromoTile.js +1 -1
  471. package/lib/components/PromoTile/PromoTile.js.map +1 -1
  472. package/lib/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.js +1 -1
  473. package/lib/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.js.map +1 -1
  474. package/lib/components/RollupItem/RollupItem.js +1 -1
  475. package/lib/components/RollupItem/RollupItem.js.map +1 -1
  476. package/lib/components/RollupItem/foldableSectionStyles.d.ts +1 -1
  477. package/lib/components/RollupItem/foldableSectionStyles.js +1 -1
  478. package/lib/components/SafeDepositRental/RadioButtons.d.ts +1 -1
  479. package/lib/components/SafeDepositRental/RadioButtons.js +1 -1
  480. package/lib/components/SafeDepositRental/RadioButtons.js.map +1 -1
  481. package/lib/components/SafeDepositRental/SafeBoxCases.js +1 -1
  482. package/lib/components/SafeDepositRental/SafeDepositRental.js +1 -1
  483. package/lib/components/SafeDepositRental/SafeDepositRental.js.map +1 -1
  484. package/lib/components/SafeDepositRental/SafeDepositRentalFields.js +1 -1
  485. package/lib/components/SafeDepositRental/SafeDepositRentalFields.js.map +1 -1
  486. package/lib/components/SafeDepositRental/SafeDepositRentalForm.js +1 -1
  487. package/lib/components/SafeDepositRental/SafeDepositRentalForm.js.map +1 -1
  488. package/lib/components/SafeDepositRental/SafeDepositRentalTotal.js +2 -2
  489. package/lib/components/SafeDepositRental/SafeDepositRentalTotal.js.map +1 -1
  490. package/lib/components/StepsBlock/StepsBlock.js +4 -4
  491. package/lib/components/StepsBlock/StepsBlock.js.map +1 -1
  492. package/lib/components/StepsBlock/StepsBlock.mobile.d.ts +1 -1
  493. package/lib/components/StepsBlock/StepsBlock.mobile.js +6 -7
  494. package/lib/components/StepsBlock/StepsBlock.mobile.js.map +1 -1
  495. package/lib/components/StepsBlock/renderStep.js +1 -1
  496. package/lib/components/StepsBlock/renderStep.js.map +1 -1
  497. package/lib/components/TariffsTable/EmbeddableCellData.js +1 -4
  498. package/lib/components/TariffsTable/EmbeddableCellData.js.map +1 -1
  499. package/lib/components/TariffsTable/EmbeddableCellData.mobile.js +2 -2
  500. package/lib/components/TariffsTable/EmbeddableCellData.mobile.js.map +1 -1
  501. package/lib/components/TariffsTable/TariffsTable.js +3 -3
  502. package/lib/components/TariffsTable/TariffsTable.js.map +1 -1
  503. package/lib/components/TariffsTable/TariffsTable.mobile.js +1 -1
  504. package/lib/components/TariffsTable/TariffsTable.mobile.js.map +1 -1
  505. package/lib/components/TariffsTable/TariffsTableCell.js +1 -1
  506. package/lib/components/TariffsTable/TariffsTableCell.js.map +1 -1
  507. package/lib/components/TariffsTable/TariffsTableVertical.js +1 -1
  508. package/lib/components/TariffsTable/TariffsTableVertical.js.map +1 -1
  509. package/lib/components/TariffsTable/constants.d.ts +1 -1
  510. package/lib/components/TariffsTable/constants.js +1 -1
  511. package/lib/components/TariffsTable/constants.js.map +1 -1
  512. package/lib/components/TextBlock/TextBlock.js +2 -2
  513. package/lib/components/TextBlock/TextBlock.js.map +1 -1
  514. package/lib/components/Video/getPaddings.d.ts +1 -1
  515. package/lib/components/Video/getPaddings.js +1 -1
  516. package/lib/components/Video/getPaddings.js.map +1 -1
  517. package/lib/model/HeadlineType.d.ts +1 -1
  518. package/lib/ui-kit/BaseFiltration/BaseFiltrationInner.js +1 -1
  519. package/lib/ui-kit/BaseFiltration/BaseFiltrationInner.js.map +1 -1
  520. package/lib/ui-kit/BaseProductTile/BaseProductTile.js +1 -1
  521. package/lib/ui-kit/BaseProductTile/BaseProductTile.js.map +1 -1
  522. package/lib/ui-kit/Button/ButtonInner.js +1 -1
  523. package/lib/ui-kit/Button/ButtonInner.js.map +1 -1
  524. package/lib/ui-kit/Checkbox/Checkbox.js +1 -1
  525. package/lib/ui-kit/CookiePopup/CookiePopup.js +1 -1
  526. package/lib/ui-kit/CookiePopup/CookiePopup.js.map +1 -1
  527. package/lib/ui-kit/DialogManager/CloseButton.js +1 -1
  528. package/lib/ui-kit/DialogManager/CloseButton.js.map +1 -1
  529. package/lib/ui-kit/Foldable/DefaultFoldButton.js +2 -2
  530. package/lib/ui-kit/Foldable/DefaultFoldButton.js.map +1 -1
  531. package/lib/ui-kit/InnerTable/InnerTable.js +1 -1
  532. package/lib/ui-kit/InnerTable/InnerTable.js.map +1 -1
  533. package/lib/ui-kit/InnerTable/InnerTableBody.js +1 -1
  534. package/lib/ui-kit/InnerTable/InnerTableBody.js.map +1 -1
  535. package/lib/ui-kit/InnerTable/InnerTableBodyItem.js +3 -2
  536. package/lib/ui-kit/InnerTable/InnerTableBodyItem.js.map +1 -1
  537. package/lib/ui-kit/InnerTable/InnerTableButton.js +1 -1
  538. package/lib/ui-kit/InnerTable/InnerTableButton.js.map +1 -1
  539. package/lib/ui-kit/Input/Input.js +2 -2
  540. package/lib/ui-kit/Input/Input.js.map +1 -1
  541. package/lib/ui-kit/InputRange/InputRange.js +2 -2
  542. package/lib/ui-kit/InputRange/InputRange.js.map +1 -1
  543. package/lib/ui-kit/InputRange/renderRangeWithTicks.js +1 -1
  544. package/lib/ui-kit/LocationDialog/SearchBar.js +1 -1
  545. package/lib/ui-kit/LocationDialog/SearchBar.js.map +1 -1
  546. package/lib/ui-kit/LocationDialog/renderForeignOffices.js +2 -2
  547. package/lib/ui-kit/LocationDialog/renderForeignOffices.js.map +1 -1
  548. package/lib/ui-kit/Radio/Radio.js +1 -1
  549. package/lib/ui-kit/Radio/Radio.js.map +1 -1
  550. package/lib/ui-kit/RadioButtonGroup/RadioButtonGroup.js +2 -2
  551. package/lib/ui-kit/RadioButtonGroup/RadioButtonGroup.js.map +1 -1
  552. package/lib/ui-kit/SearchDialog/SearchInput.js +1 -1
  553. package/lib/ui-kit/SearchDialog/SearchInput.js.map +1 -1
  554. package/lib/ui-kit/Select/Select.js +2 -2
  555. package/lib/ui-kit/Select/Select.js.map +1 -1
  556. package/lib/ui-kit/Sitemap/Sitemap.js +1 -1
  557. package/lib/ui-kit/Sitemap/Sitemap.js.map +1 -1
  558. package/lib/ui-kit/SwipeListControl/SwipeListControlDots.js +2 -2
  559. package/lib/ui-kit/SwipeListControl/SwipeListControlDots.js.map +1 -1
  560. package/lib/ui-kit/Tags/Tags.js +1 -1
  561. package/lib/ui-kit/Tags/Tags.js.map +1 -1
  562. package/lib/ui-kit/TopItem/TopItem.js +1 -1
  563. package/lib/ui-kit/TopItem/TopItem.js.map +1 -1
  564. package/lib/ui-kit/YandexMap/renderOpenMap.js +1 -1
  565. package/lib/ui-kit/YandexMap/renderOpenMap.js.map +1 -1
  566. package/lib/ui-kit/YandexMap/renderUserGeolocation.js +1 -1
  567. package/mobile/bundle/bundle.umd.js +129 -131
  568. package/mobile/bundle/bundle.umd.min.js +1 -1
  569. package/mobile/bundle/components/ApplicationForm/SelectControl.d.ts +1 -0
  570. package/mobile/bundle/components/BonusBenefitsBlock/bonusBenefitStyles.d.ts +1 -1
  571. package/mobile/bundle/components/CarouselLinks/CarouselLinkButton.d.ts +5 -0
  572. package/mobile/bundle/components/ComparisonTable/constants.d.ts +1 -1
  573. package/mobile/bundle/components/Headline/HeadlineContent.d.ts +2 -2
  574. package/mobile/bundle/components/SafeDepositRental/RadioButtons.d.ts +1 -1
  575. package/mobile/bundle/components/StepsBlock/StepsBlock.d.ts +1 -1
  576. package/mobile/bundle/components/TariffsTable/constants.d.ts +1 -1
  577. package/mobile/bundle/components/Video/getPaddings.d.ts +1 -1
  578. package/mobile/bundle/model/HeadlineType.d.ts +1 -1
  579. package/mobile/dist/components/ApplicationForm/ApplicationForm.js +1 -1
  580. package/mobile/dist/components/ApplicationForm/ApplicationForm.js.map +1 -1
  581. package/mobile/dist/components/ApplicationForm/ApplicationFormAcquiring.js +1 -1
  582. package/mobile/dist/components/ApplicationForm/ApplicationFormAcquiring.js.map +1 -1
  583. package/mobile/dist/components/ApplicationForm/ApplicationFormBusinessCard.js +1 -1
  584. package/mobile/dist/components/ApplicationForm/ApplicationFormBusinessCard.js.map +1 -1
  585. package/mobile/dist/components/ApplicationForm/ApplicationFormCredit.js +1 -1
  586. package/mobile/dist/components/ApplicationForm/ApplicationFormCredit.js.map +1 -1
  587. package/mobile/dist/components/ApplicationForm/ApplicationFormDeposit.js +1 -1
  588. package/mobile/dist/components/ApplicationForm/ApplicationFormDeposit.js.map +1 -1
  589. package/mobile/dist/components/ApplicationForm/ApplicationFormGrantSupport.js +1 -1
  590. package/mobile/dist/components/ApplicationForm/ApplicationFormWed.js +1 -1
  591. package/mobile/dist/components/ApplicationForm/ApplicationFormWed.js.map +1 -1
  592. package/mobile/dist/components/ApplicationForm/ResponseNotification.js +1 -1
  593. package/mobile/dist/components/ApplicationForm/ResponseNotification.js.map +1 -1
  594. package/mobile/dist/components/ApplicationForm/SelectControl.d.ts +1 -0
  595. package/mobile/dist/components/ApplicationForm/SelectControl.js +1 -1
  596. package/mobile/dist/components/ApplicationForm/SelectControl.js.map +1 -1
  597. package/mobile/dist/components/ApplicationForm/renderAcquiringDataOrganization.js +1 -1
  598. package/mobile/dist/components/ApplicationForm/renderAcquiringDataOrganization.js.map +1 -1
  599. package/mobile/dist/components/ApplicationForm/renderAcquiringRegion.js +1 -1
  600. package/mobile/dist/components/ApplicationForm/renderAcquiringRegion.js.map +1 -1
  601. package/mobile/dist/components/ApplicationForm/renderBusinessCardDataOrganization.js +1 -1
  602. package/mobile/dist/components/ApplicationForm/renderBusinessCardDataOrganization.js.map +1 -1
  603. package/mobile/dist/components/ApplicationForm/renderContacts.js +1 -1
  604. package/mobile/dist/components/ApplicationForm/renderContacts.js.map +1 -1
  605. package/mobile/dist/components/ApplicationForm/renderCreditDataOrganization.js +1 -1
  606. package/mobile/dist/components/ApplicationForm/renderCreditDataOrganization.js.map +1 -1
  607. package/mobile/dist/components/ApplicationForm/renderCreditParameters.js +1 -1
  608. package/mobile/dist/components/ApplicationForm/renderCreditParameters.js.map +1 -1
  609. package/mobile/dist/components/ApplicationForm/renderQuestionsInterested.js +1 -1
  610. package/mobile/dist/components/ApplicationForm/renderQuestionsInterested.js.map +1 -1
  611. package/mobile/dist/components/ApplicationForm/renderRegion.js +1 -1
  612. package/mobile/dist/components/ApplicationForm/renderRegion.js.map +1 -1
  613. package/mobile/dist/components/ApplicationForm/renderRegionDepartment.js +1 -1
  614. package/mobile/dist/components/ApplicationForm/renderRegionDepartment.js.map +1 -1
  615. package/mobile/dist/components/ApplicationForm/renderSlideCheckboxes.js +1 -1
  616. package/mobile/dist/components/ApplicationForm/renderSlideCheckboxes.js.map +1 -1
  617. package/mobile/dist/components/ApplicationForm/renderSubmitButton.js +1 -1
  618. package/mobile/dist/components/ApplicationForm/renderSubmitButton.js.map +1 -1
  619. package/mobile/dist/components/Bonus/Bonus.js +2 -2
  620. package/mobile/dist/components/Bonus/Bonus.js.map +1 -1
  621. package/mobile/dist/components/BonusBenefitsBlock/BonusBenefitsBlock.js +1 -1
  622. package/mobile/dist/components/BonusBenefitsBlock/BonusBenefitsBlock.js.map +1 -1
  623. package/mobile/dist/components/BonusBenefitsBlock/bonusBenefitStyles.d.ts +1 -1
  624. package/mobile/dist/components/BonusBenefitsBlock/bonusBenefitStyles.js +1 -1
  625. package/mobile/dist/components/BusinessBlock/BusinessBlock.js +1 -1
  626. package/mobile/dist/components/BusinessBlock/BusinessBlock.js.map +1 -1
  627. package/mobile/dist/components/BusinessBlock/BusinessCard.js +1 -1
  628. package/mobile/dist/components/BusinessBlock/BusinessCard.js.map +1 -1
  629. package/mobile/dist/components/Calculator/BonusCalculatorForm.js +2 -3
  630. package/mobile/dist/components/Calculator/BonusCalculatorForm.js.map +1 -1
  631. package/mobile/dist/components/Calculator/BusinessDepositCalculatorForm.js +24 -23
  632. package/mobile/dist/components/Calculator/BusinessDepositCalculatorForm.js.map +1 -1
  633. package/mobile/dist/components/Calculator/CalculatorValueBlock.js +1 -1
  634. package/mobile/dist/components/Calculator/CalculatorValueBlock.js.map +1 -1
  635. package/mobile/dist/components/Calculator/CreditCalculatorForm.js +4 -4
  636. package/mobile/dist/components/Calculator/CreditCalculatorForm.js.map +1 -1
  637. package/mobile/dist/components/Calculator/DepositCalculatorForm.js +3 -3
  638. package/mobile/dist/components/Calculator/DepositCalculatorForm.js.map +1 -1
  639. package/mobile/dist/components/Calculator/Rate.js +1 -1
  640. package/mobile/dist/components/Calculator/Rate.js.map +1 -1
  641. package/mobile/dist/components/Calculator/RefinancingCalculatorForm.js +4 -5
  642. package/mobile/dist/components/Calculator/RefinancingCalculatorForm.js.map +1 -1
  643. package/mobile/dist/components/Calculator/renderBinaryRadioButtonGroup.js +1 -1
  644. package/mobile/dist/components/Calculator/renderBinaryRadioButtonGroup.js.map +1 -1
  645. package/mobile/dist/components/Calculator/renderCalculatorBlock.js +1 -1
  646. package/mobile/dist/components/Calculator/renderCalculatorBlock.js.map +1 -1
  647. package/mobile/dist/components/Calculator/renderInitialFeeInput.js +1 -1
  648. package/mobile/dist/components/Calculator/renderInitialFeeInput.js.map +1 -1
  649. package/mobile/dist/components/CardTransfer/CardTransfer.js +1 -1
  650. package/mobile/dist/components/CardTransfer/CardTransfer.js.map +1 -1
  651. package/mobile/dist/components/CarouselBankHistoryCard/CarouselBankHistoryCard.js +1 -1
  652. package/mobile/dist/components/CarouselBankHistoryCard/CarouselBankHistoryCard.js.map +1 -1
  653. package/mobile/dist/components/CarouselCard/CarouselCard.js +1 -1
  654. package/mobile/dist/components/CarouselCard/CarouselCard.js.map +1 -1
  655. package/mobile/dist/components/CarouselCatalogCard/CarouselCatalogCard.js +1 -1
  656. package/mobile/dist/components/CarouselCatalogCard/CarouselCatalogCard.js.map +1 -1
  657. package/mobile/dist/components/CarouselInvestmentCard/CarouselInvestmentCard.js +4 -9
  658. package/mobile/dist/components/CarouselInvestmentCard/CarouselInvestmentCard.js.map +1 -1
  659. package/mobile/dist/components/CarouselLinks/CarouselLinkButton.d.ts +5 -0
  660. package/mobile/dist/{ui-kit/LinkButton/LinkButton.js → components/CarouselLinks/CarouselLinkButton.js} +5 -5
  661. package/mobile/dist/components/CarouselLinks/CarouselLinkButton.js.map +1 -0
  662. package/mobile/dist/components/CarouselLinks/CarouselLinks.js +5 -5
  663. package/mobile/dist/components/CarouselLinks/CarouselLinks.js.map +1 -1
  664. package/mobile/dist/components/CarouselRecommendationCard/CarouselRecommendationCard.js +1 -1
  665. package/mobile/dist/components/CarouselRecommendationCard/CarouselRecommendationCard.js.map +1 -1
  666. package/mobile/dist/components/CarouselTariffsCard/CarouselTariffsCard.js +2 -2
  667. package/mobile/dist/components/CarouselTariffsCard/CarouselTariffsCard.js.map +1 -1
  668. package/mobile/dist/components/CarouselTariffsCard/getPaddingStyle.js +1 -1
  669. package/mobile/dist/components/CarouselTariffsCard/getPaddingStyle.js.map +1 -1
  670. package/mobile/dist/components/CarouselTariffsCard/renderCardInfo.js +1 -1
  671. package/mobile/dist/components/CarouselTariffsCard/renderCardInfo.js.map +1 -1
  672. package/mobile/dist/components/ComparisonTable/TableCarouselContainer.js +1 -1
  673. package/mobile/dist/components/ComparisonTable/TableCell.js +1 -1
  674. package/mobile/dist/components/ComparisonTable/TableCell.js.map +1 -1
  675. package/mobile/dist/components/ComparisonTable/TableColumn.js +1 -1
  676. package/mobile/dist/components/ComparisonTable/TableColumn.js.map +1 -1
  677. package/mobile/dist/components/ComparisonTable/TableRow.js +1 -1
  678. package/mobile/dist/components/ComparisonTable/TableRow.js.map +1 -1
  679. package/mobile/dist/components/ComparisonTable/TableRowContainer.js +1 -1
  680. package/mobile/dist/components/ComparisonTable/TableRowContainer.js.map +1 -1
  681. package/mobile/dist/components/ComparisonTable/constants.d.ts +1 -1
  682. package/mobile/dist/components/ComparisonTable/constants.js +1 -1
  683. package/mobile/dist/components/ComparisonTable/constants.js.map +1 -1
  684. package/mobile/dist/components/ContactsBlock/ContactsBlock.js +2 -2
  685. package/mobile/dist/components/ContactsBlock/ContactsBlock.js.map +1 -1
  686. package/mobile/dist/components/ContentPage/ContentPage.js +1 -1
  687. package/mobile/dist/components/ContentPage/ContentPage.js.map +1 -1
  688. package/mobile/dist/components/DepositFiltration/DepositFiltration.js +1 -1
  689. package/mobile/dist/components/DepositFiltration/DepositFiltration.js.map +1 -1
  690. package/mobile/dist/components/ErrorBlock/ErrorBlock.js +2 -2
  691. package/mobile/dist/components/ErrorBlock/ErrorBlock.js.map +1 -1
  692. package/mobile/dist/components/ExchangeRateOffice/renderCurrencies.js +1 -1
  693. package/mobile/dist/components/ExchangeRateOffice/renderCurrencies.js.map +1 -1
  694. package/mobile/dist/components/ExchangeRateTile/CurrencyTable.js +1 -1
  695. package/mobile/dist/components/ExchangeRateTile/CurrencyTable.js.map +1 -1
  696. package/mobile/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.js +1 -1
  697. package/mobile/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.js.map +1 -1
  698. package/mobile/dist/components/ExchangeRateTile/renderInput.js +1 -1
  699. package/mobile/dist/components/ExchangeRateTile/renderInput.js.map +1 -1
  700. package/mobile/dist/components/Footer/buttonStylesWithText.js +1 -1
  701. package/mobile/dist/components/Footer/buttonStylesWithText.js.map +1 -1
  702. package/mobile/dist/components/GracePeriod/GracePeriod.js +4 -3
  703. package/mobile/dist/components/GracePeriod/GracePeriod.js.map +1 -1
  704. package/mobile/dist/components/Header/DropdownMenu.js +2 -2
  705. package/mobile/dist/components/Header/DropdownMenu.js.map +1 -1
  706. package/mobile/dist/components/Header/Header.js +1 -1
  707. package/mobile/dist/components/Header/Header.js.map +1 -1
  708. package/mobile/dist/components/Header/HeaderSecondaryMenu.js +1 -1
  709. package/mobile/dist/components/Header/HeaderSecondaryMenu.js.map +1 -1
  710. package/mobile/dist/components/Header/HeaderSecondaryMenuButton.js +1 -1
  711. package/mobile/dist/components/Header/HeaderSubMenu.js +1 -2
  712. package/mobile/dist/components/Header/HeaderSubMenu.js.map +1 -1
  713. package/mobile/dist/components/Header/InternetBankButton.js +2 -2
  714. package/mobile/dist/components/Header/InternetBankButton.js.map +1 -1
  715. package/mobile/dist/components/Headline/Headline.js +2 -2
  716. package/mobile/dist/components/Headline/Headline.js.map +1 -1
  717. package/mobile/dist/components/Headline/HeadlineContent.d.ts +2 -2
  718. package/mobile/dist/components/Headline/headlineVersionStyles.js +1 -1
  719. package/mobile/dist/components/Headline/headlineVersionStyles.js.map +1 -1
  720. package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlock.js +1 -1
  721. package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js +5 -5
  722. package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js.map +1 -1
  723. package/mobile/dist/components/InvestmentInfo/InvestmentInfo.js +2 -2
  724. package/mobile/dist/components/InvestmentInfo/InvestmentInfo.js.map +1 -1
  725. package/mobile/dist/components/LikeControl/LikeControl.js +1 -1
  726. package/mobile/dist/components/LikeControl/LikeControl.js.map +1 -1
  727. package/mobile/dist/components/LinkDocs/LinkDocItem.js +1 -1
  728. package/mobile/dist/components/LinkDocs/LinkDocs.js +2 -2
  729. package/mobile/dist/components/LinkDocs/LinkDocs.js.map +1 -1
  730. package/mobile/dist/components/MobileAppTile/renderList.js +1 -1
  731. package/mobile/dist/components/MobileAppTile/renderList.js.map +1 -1
  732. package/mobile/dist/components/MortgageFiltration/MortgageFiltration.js +1 -1
  733. package/mobile/dist/components/MortgageFiltration/MortgageFiltration.js.map +1 -1
  734. package/mobile/dist/components/OfficeMap/OfficeMap.js +1 -1
  735. package/mobile/dist/components/OfficeMap/OfficeMap.js.map +1 -1
  736. package/mobile/dist/components/OfficeMap/renderFunctions.js +4 -4
  737. package/mobile/dist/components/OfficeMap/renderFunctions.js.map +1 -1
  738. package/mobile/dist/components/Placeholder/Placeholder.js +1 -1
  739. package/mobile/dist/components/Placeholder/Placeholder.js.map +1 -1
  740. package/mobile/dist/components/ProductBlock/renderBackwardButton.js +1 -1
  741. package/mobile/dist/components/PromoTile/PromoTile.js +1 -1
  742. package/mobile/dist/components/PromoTile/PromoTile.js.map +1 -1
  743. package/mobile/dist/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.js +1 -1
  744. package/mobile/dist/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.js.map +1 -1
  745. package/mobile/dist/components/RollupItem/RollupItem.js +1 -1
  746. package/mobile/dist/components/RollupItem/RollupItem.js.map +1 -1
  747. package/mobile/dist/components/SafeDepositRental/RadioButtons.d.ts +1 -1
  748. package/mobile/dist/components/SafeDepositRental/RadioButtons.js +1 -1
  749. package/mobile/dist/components/SafeDepositRental/RadioButtons.js.map +1 -1
  750. package/mobile/dist/components/SafeDepositRental/SafeBoxCases.js +1 -1
  751. package/mobile/dist/components/SafeDepositRental/SafeDepositRental.js +1 -1
  752. package/mobile/dist/components/SafeDepositRental/SafeDepositRental.js.map +1 -1
  753. package/mobile/dist/components/SafeDepositRental/SafeDepositRentalFields.js +1 -1
  754. package/mobile/dist/components/SafeDepositRental/SafeDepositRentalFields.js.map +1 -1
  755. package/mobile/dist/components/SafeDepositRental/SafeDepositRentalForm.js +1 -1
  756. package/mobile/dist/components/SafeDepositRental/SafeDepositRentalForm.js.map +1 -1
  757. package/mobile/dist/components/SafeDepositRental/SafeDepositRentalTotal.js +2 -2
  758. package/mobile/dist/components/SafeDepositRental/SafeDepositRentalTotal.js.map +1 -1
  759. package/mobile/dist/components/StepsBlock/StepsBlock.d.ts +1 -1
  760. package/mobile/dist/components/StepsBlock/StepsBlock.js +6 -7
  761. package/mobile/dist/components/StepsBlock/StepsBlock.js.map +1 -1
  762. package/mobile/dist/components/StepsBlock/renderStep.js +1 -1
  763. package/mobile/dist/components/StepsBlock/renderStep.js.map +1 -1
  764. package/mobile/dist/components/TariffsTable/EmbeddableCellData.js +2 -2
  765. package/mobile/dist/components/TariffsTable/EmbeddableCellData.js.map +1 -1
  766. package/mobile/dist/components/TariffsTable/TariffsTable.js +1 -1
  767. package/mobile/dist/components/TariffsTable/TariffsTable.js.map +1 -1
  768. package/mobile/dist/components/TariffsTable/TariffsTableCell.js +1 -1
  769. package/mobile/dist/components/TariffsTable/TariffsTableCell.js.map +1 -1
  770. package/mobile/dist/components/TariffsTable/TariffsTableVertical.js +1 -1
  771. package/mobile/dist/components/TariffsTable/TariffsTableVertical.js.map +1 -1
  772. package/mobile/dist/components/TariffsTable/constants.d.ts +1 -1
  773. package/mobile/dist/components/TariffsTable/constants.js +1 -1
  774. package/mobile/dist/components/TariffsTable/constants.js.map +1 -1
  775. package/mobile/dist/components/TextBlock/TextBlock.js +2 -2
  776. package/mobile/dist/components/TextBlock/TextBlock.js.map +1 -1
  777. package/mobile/dist/components/Video/getPaddings.d.ts +1 -1
  778. package/mobile/dist/components/Video/getPaddings.js +1 -1
  779. package/mobile/dist/components/Video/getPaddings.js.map +1 -1
  780. package/mobile/dist/model/HeadlineType.d.ts +1 -1
  781. package/mobile/dist/ui-kit/BaseFiltration/BaseFiltrationInner.js +1 -1
  782. package/mobile/dist/ui-kit/BaseFiltration/BaseFiltrationInner.js.map +1 -1
  783. package/mobile/dist/ui-kit/BaseProductTile/BaseProductTile.js +1 -1
  784. package/mobile/dist/ui-kit/BaseProductTile/BaseProductTile.js.map +1 -1
  785. package/mobile/dist/ui-kit/Button/ButtonInner.js +1 -1
  786. package/mobile/dist/ui-kit/Button/ButtonInner.js.map +1 -1
  787. package/mobile/dist/ui-kit/Checkbox/Checkbox.js +1 -1
  788. package/mobile/dist/ui-kit/CookiePopup/CookiePopup.js +1 -1
  789. package/mobile/dist/ui-kit/CookiePopup/CookiePopup.js.map +1 -1
  790. package/mobile/dist/ui-kit/DialogManager/CloseButton.js +1 -1
  791. package/mobile/dist/ui-kit/DialogManager/CloseButton.js.map +1 -1
  792. package/mobile/dist/ui-kit/Foldable/DefaultFoldButton.js +2 -2
  793. package/mobile/dist/ui-kit/Foldable/DefaultFoldButton.js.map +1 -1
  794. package/mobile/dist/ui-kit/InnerTable/InnerTable.js +1 -1
  795. package/mobile/dist/ui-kit/InnerTable/InnerTable.js.map +1 -1
  796. package/mobile/dist/ui-kit/InnerTable/InnerTableBody.js +1 -1
  797. package/mobile/dist/ui-kit/InnerTable/InnerTableBody.js.map +1 -1
  798. package/mobile/dist/ui-kit/InnerTable/InnerTableBodyItem.js +3 -2
  799. package/mobile/dist/ui-kit/InnerTable/InnerTableBodyItem.js.map +1 -1
  800. package/mobile/dist/ui-kit/InnerTable/InnerTableButton.js +1 -1
  801. package/mobile/dist/ui-kit/InnerTable/InnerTableButton.js.map +1 -1
  802. package/mobile/dist/ui-kit/Input/Input.js +2 -2
  803. package/mobile/dist/ui-kit/Input/Input.js.map +1 -1
  804. package/mobile/dist/ui-kit/InputRange/InputRange.js +2 -2
  805. package/mobile/dist/ui-kit/InputRange/InputRange.js.map +1 -1
  806. package/mobile/dist/ui-kit/InputRange/renderRangeWithTicks.js +1 -1
  807. package/mobile/dist/ui-kit/LocationDialog/SearchBar.js +1 -1
  808. package/mobile/dist/ui-kit/LocationDialog/SearchBar.js.map +1 -1
  809. package/mobile/dist/ui-kit/LocationDialog/renderForeignOffices.js +2 -2
  810. package/mobile/dist/ui-kit/LocationDialog/renderForeignOffices.js.map +1 -1
  811. package/mobile/dist/ui-kit/Radio/Radio.js +1 -1
  812. package/mobile/dist/ui-kit/Radio/Radio.js.map +1 -1
  813. package/mobile/dist/ui-kit/RadioButtonGroup/RadioButtonGroup.js +2 -2
  814. package/mobile/dist/ui-kit/RadioButtonGroup/RadioButtonGroup.js.map +1 -1
  815. package/mobile/dist/ui-kit/SearchDialog/SearchInput.js +1 -1
  816. package/mobile/dist/ui-kit/SearchDialog/SearchInput.js.map +1 -1
  817. package/mobile/dist/ui-kit/Select/Select.js +2 -2
  818. package/mobile/dist/ui-kit/Select/Select.js.map +1 -1
  819. package/mobile/dist/ui-kit/Sitemap/Sitemap.js +1 -1
  820. package/mobile/dist/ui-kit/Sitemap/Sitemap.js.map +1 -1
  821. package/mobile/dist/ui-kit/SwipeListControl/SwipeListControlDots.js +2 -2
  822. package/mobile/dist/ui-kit/SwipeListControl/SwipeListControlDots.js.map +1 -1
  823. package/mobile/dist/ui-kit/Tags/Tags.js +1 -1
  824. package/mobile/dist/ui-kit/Tags/Tags.js.map +1 -1
  825. package/mobile/dist/ui-kit/TopItem/TopItem.js +1 -1
  826. package/mobile/dist/ui-kit/TopItem/TopItem.js.map +1 -1
  827. package/mobile/dist/ui-kit/YandexMap/renderOpenMap.js +1 -1
  828. package/mobile/dist/ui-kit/YandexMap/renderOpenMap.js.map +1 -1
  829. package/mobile/dist/ui-kit/YandexMap/renderUserGeolocation.js +1 -1
  830. package/mobile/lib/common.css +1 -1
  831. package/mobile/lib/components/ApplicationForm/ApplicationForm.js +1 -1
  832. package/mobile/lib/components/ApplicationForm/ApplicationForm.js.map +1 -1
  833. package/mobile/lib/components/ApplicationForm/ApplicationFormAcquiring.js +1 -1
  834. package/mobile/lib/components/ApplicationForm/ApplicationFormAcquiring.js.map +1 -1
  835. package/mobile/lib/components/ApplicationForm/ApplicationFormBusinessCard.js +1 -1
  836. package/mobile/lib/components/ApplicationForm/ApplicationFormBusinessCard.js.map +1 -1
  837. package/mobile/lib/components/ApplicationForm/ApplicationFormCredit.js +1 -1
  838. package/mobile/lib/components/ApplicationForm/ApplicationFormCredit.js.map +1 -1
  839. package/mobile/lib/components/ApplicationForm/ApplicationFormDeposit.js +1 -1
  840. package/mobile/lib/components/ApplicationForm/ApplicationFormDeposit.js.map +1 -1
  841. package/mobile/lib/components/ApplicationForm/ApplicationFormGrantSupport.js +1 -1
  842. package/mobile/lib/components/ApplicationForm/ApplicationFormWed.js +1 -1
  843. package/mobile/lib/components/ApplicationForm/ApplicationFormWed.js.map +1 -1
  844. package/mobile/lib/components/ApplicationForm/ResponseNotification.js +1 -1
  845. package/mobile/lib/components/ApplicationForm/ResponseNotification.js.map +1 -1
  846. package/mobile/lib/components/ApplicationForm/SelectControl.d.ts +1 -0
  847. package/mobile/lib/components/ApplicationForm/SelectControl.js +1 -1
  848. package/mobile/lib/components/ApplicationForm/SelectControl.js.map +1 -1
  849. package/mobile/lib/components/ApplicationForm/renderAcquiringDataOrganization.js +1 -1
  850. package/mobile/lib/components/ApplicationForm/renderAcquiringDataOrganization.js.map +1 -1
  851. package/mobile/lib/components/ApplicationForm/renderAcquiringRegion.js +1 -1
  852. package/mobile/lib/components/ApplicationForm/renderAcquiringRegion.js.map +1 -1
  853. package/mobile/lib/components/ApplicationForm/renderBusinessCardDataOrganization.js +1 -1
  854. package/mobile/lib/components/ApplicationForm/renderBusinessCardDataOrganization.js.map +1 -1
  855. package/mobile/lib/components/ApplicationForm/renderContacts.js +1 -1
  856. package/mobile/lib/components/ApplicationForm/renderContacts.js.map +1 -1
  857. package/mobile/lib/components/ApplicationForm/renderCreditDataOrganization.js +1 -1
  858. package/mobile/lib/components/ApplicationForm/renderCreditDataOrganization.js.map +1 -1
  859. package/mobile/lib/components/ApplicationForm/renderCreditParameters.js +1 -1
  860. package/mobile/lib/components/ApplicationForm/renderCreditParameters.js.map +1 -1
  861. package/mobile/lib/components/ApplicationForm/renderQuestionsInterested.js +1 -1
  862. package/mobile/lib/components/ApplicationForm/renderQuestionsInterested.js.map +1 -1
  863. package/mobile/lib/components/ApplicationForm/renderRegion.js +1 -1
  864. package/mobile/lib/components/ApplicationForm/renderRegion.js.map +1 -1
  865. package/mobile/lib/components/ApplicationForm/renderRegionDepartment.js +1 -1
  866. package/mobile/lib/components/ApplicationForm/renderRegionDepartment.js.map +1 -1
  867. package/mobile/lib/components/ApplicationForm/renderSlideCheckboxes.js +1 -1
  868. package/mobile/lib/components/ApplicationForm/renderSlideCheckboxes.js.map +1 -1
  869. package/mobile/lib/components/ApplicationForm/renderSubmitButton.js +1 -1
  870. package/mobile/lib/components/ApplicationForm/renderSubmitButton.js.map +1 -1
  871. package/mobile/lib/components/Bonus/Bonus.js +2 -2
  872. package/mobile/lib/components/Bonus/Bonus.js.map +1 -1
  873. package/mobile/lib/components/BonusBenefitsBlock/BonusBenefitsBlock.js +1 -1
  874. package/mobile/lib/components/BonusBenefitsBlock/BonusBenefitsBlock.js.map +1 -1
  875. package/mobile/lib/components/BonusBenefitsBlock/bonusBenefitStyles.d.ts +1 -1
  876. package/mobile/lib/components/BonusBenefitsBlock/bonusBenefitStyles.js +1 -1
  877. package/mobile/lib/components/BusinessBlock/BusinessBlock.js +1 -1
  878. package/mobile/lib/components/BusinessBlock/BusinessBlock.js.map +1 -1
  879. package/mobile/lib/components/BusinessBlock/BusinessCard.js +1 -1
  880. package/mobile/lib/components/BusinessBlock/BusinessCard.js.map +1 -1
  881. package/mobile/lib/components/Calculator/BonusCalculatorForm.js +2 -3
  882. package/mobile/lib/components/Calculator/BonusCalculatorForm.js.map +1 -1
  883. package/mobile/lib/components/Calculator/BusinessDepositCalculatorForm.js +24 -23
  884. package/mobile/lib/components/Calculator/BusinessDepositCalculatorForm.js.map +1 -1
  885. package/mobile/lib/components/Calculator/CalculatorValueBlock.js +1 -1
  886. package/mobile/lib/components/Calculator/CalculatorValueBlock.js.map +1 -1
  887. package/mobile/lib/components/Calculator/CreditCalculatorForm.js +4 -4
  888. package/mobile/lib/components/Calculator/CreditCalculatorForm.js.map +1 -1
  889. package/mobile/lib/components/Calculator/DepositCalculatorForm.js +4 -4
  890. package/mobile/lib/components/Calculator/DepositCalculatorForm.js.map +1 -1
  891. package/mobile/lib/components/Calculator/Rate.js +1 -1
  892. package/mobile/lib/components/Calculator/Rate.js.map +1 -1
  893. package/mobile/lib/components/Calculator/RefinancingCalculatorForm.js +5 -6
  894. package/mobile/lib/components/Calculator/RefinancingCalculatorForm.js.map +1 -1
  895. package/mobile/lib/components/Calculator/renderBinaryRadioButtonGroup.js +1 -1
  896. package/mobile/lib/components/Calculator/renderBinaryRadioButtonGroup.js.map +1 -1
  897. package/mobile/lib/components/Calculator/renderCalculatorBlock.js +1 -1
  898. package/mobile/lib/components/Calculator/renderCalculatorBlock.js.map +1 -1
  899. package/mobile/lib/components/Calculator/renderInitialFeeInput.js +1 -1
  900. package/mobile/lib/components/Calculator/renderInitialFeeInput.js.map +1 -1
  901. package/mobile/lib/components/CardTransfer/CardTransfer.js +1 -1
  902. package/mobile/lib/components/CardTransfer/CardTransfer.js.map +1 -1
  903. package/mobile/lib/components/CarouselBankHistoryCard/CarouselBankHistoryCard.js +1 -1
  904. package/mobile/lib/components/CarouselBankHistoryCard/CarouselBankHistoryCard.js.map +1 -1
  905. package/mobile/lib/components/CarouselCard/CarouselCard.js +1 -1
  906. package/mobile/lib/components/CarouselCard/CarouselCard.js.map +1 -1
  907. package/mobile/lib/components/CarouselCatalogCard/CarouselCatalogCard.js +1 -1
  908. package/mobile/lib/components/CarouselCatalogCard/CarouselCatalogCard.js.map +1 -1
  909. package/mobile/lib/components/CarouselInvestmentCard/CarouselInvestmentCard.js +4 -9
  910. package/mobile/lib/components/CarouselInvestmentCard/CarouselInvestmentCard.js.map +1 -1
  911. package/mobile/lib/components/CarouselLinks/CarouselLinkButton.d.ts +5 -0
  912. package/{lib/ui-kit/LinkButton/LinkButton.js → mobile/lib/components/CarouselLinks/CarouselLinkButton.js} +4 -4
  913. package/mobile/lib/components/CarouselLinks/CarouselLinkButton.js.map +1 -0
  914. package/mobile/lib/components/CarouselLinks/CarouselLinks.js +5 -5
  915. package/mobile/lib/components/CarouselLinks/CarouselLinks.js.map +1 -1
  916. package/mobile/lib/components/CarouselRecommendationCard/CarouselRecommendationCard.js +1 -1
  917. package/mobile/lib/components/CarouselRecommendationCard/CarouselRecommendationCard.js.map +1 -1
  918. package/mobile/lib/components/CarouselTariffsCard/CarouselTariffsCard.js +2 -2
  919. package/mobile/lib/components/CarouselTariffsCard/CarouselTariffsCard.js.map +1 -1
  920. package/mobile/lib/components/CarouselTariffsCard/getPaddingStyle.js +1 -1
  921. package/mobile/lib/components/CarouselTariffsCard/getPaddingStyle.js.map +1 -1
  922. package/mobile/lib/components/CarouselTariffsCard/renderCardInfo.js +1 -1
  923. package/mobile/lib/components/CarouselTariffsCard/renderCardInfo.js.map +1 -1
  924. package/mobile/lib/components/ComparisonTable/TableCarouselContainer.js +1 -1
  925. package/mobile/lib/components/ComparisonTable/TableCell.js +1 -1
  926. package/mobile/lib/components/ComparisonTable/TableCell.js.map +1 -1
  927. package/mobile/lib/components/ComparisonTable/TableColumn.js +1 -1
  928. package/mobile/lib/components/ComparisonTable/TableColumn.js.map +1 -1
  929. package/mobile/lib/components/ComparisonTable/TableRow.js +1 -1
  930. package/mobile/lib/components/ComparisonTable/TableRow.js.map +1 -1
  931. package/mobile/lib/components/ComparisonTable/TableRowContainer.js +1 -1
  932. package/mobile/lib/components/ComparisonTable/TableRowContainer.js.map +1 -1
  933. package/mobile/lib/components/ComparisonTable/constants.d.ts +1 -1
  934. package/mobile/lib/components/ComparisonTable/constants.js +1 -1
  935. package/mobile/lib/components/ComparisonTable/constants.js.map +1 -1
  936. package/mobile/lib/components/ContactsBlock/ContactsBlock.js +2 -2
  937. package/mobile/lib/components/ContactsBlock/ContactsBlock.js.map +1 -1
  938. package/mobile/lib/components/ContentPage/ContentPage.js +1 -1
  939. package/mobile/lib/components/ContentPage/ContentPage.js.map +1 -1
  940. package/mobile/lib/components/DepositFiltration/DepositFiltration.js +1 -1
  941. package/mobile/lib/components/DepositFiltration/DepositFiltration.js.map +1 -1
  942. package/mobile/lib/components/ErrorBlock/ErrorBlock.js +2 -2
  943. package/mobile/lib/components/ErrorBlock/ErrorBlock.js.map +1 -1
  944. package/mobile/lib/components/ExchangeRateOffice/renderCurrencies.js +1 -1
  945. package/mobile/lib/components/ExchangeRateOffice/renderCurrencies.js.map +1 -1
  946. package/mobile/lib/components/ExchangeRateTile/CurrencyTable.js +1 -1
  947. package/mobile/lib/components/ExchangeRateTile/CurrencyTable.js.map +1 -1
  948. package/mobile/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.js +1 -1
  949. package/mobile/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.js.map +1 -1
  950. package/mobile/lib/components/ExchangeRateTile/renderInput.js +1 -1
  951. package/mobile/lib/components/ExchangeRateTile/renderInput.js.map +1 -1
  952. package/mobile/lib/components/Footer/buttonStylesWithText.js +1 -1
  953. package/mobile/lib/components/Footer/buttonStylesWithText.js.map +1 -1
  954. package/mobile/lib/components/GracePeriod/GracePeriod.js +4 -3
  955. package/mobile/lib/components/GracePeriod/GracePeriod.js.map +1 -1
  956. package/mobile/lib/components/Header/DropdownMenu.js +2 -2
  957. package/mobile/lib/components/Header/DropdownMenu.js.map +1 -1
  958. package/mobile/lib/components/Header/Header.js +1 -1
  959. package/mobile/lib/components/Header/Header.js.map +1 -1
  960. package/mobile/lib/components/Header/HeaderSecondaryMenu.js +1 -1
  961. package/mobile/lib/components/Header/HeaderSecondaryMenu.js.map +1 -1
  962. package/mobile/lib/components/Header/HeaderSecondaryMenuButton.js +1 -1
  963. package/mobile/lib/components/Header/HeaderSubMenu.js +1 -2
  964. package/mobile/lib/components/Header/HeaderSubMenu.js.map +1 -1
  965. package/mobile/lib/components/Header/InternetBankButton.js +2 -2
  966. package/mobile/lib/components/Header/InternetBankButton.js.map +1 -1
  967. package/mobile/lib/components/Headline/Headline.js +2 -2
  968. package/mobile/lib/components/Headline/Headline.js.map +1 -1
  969. package/mobile/lib/components/Headline/HeadlineContent.d.ts +2 -2
  970. package/mobile/lib/components/Headline/headlineVersionStyles.js +1 -1
  971. package/mobile/lib/components/Headline/headlineVersionStyles.js.map +1 -1
  972. package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlock.js +1 -1
  973. package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js +5 -5
  974. package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js.map +1 -1
  975. package/mobile/lib/components/InvestmentInfo/InvestmentInfo.js +2 -2
  976. package/mobile/lib/components/InvestmentInfo/InvestmentInfo.js.map +1 -1
  977. package/mobile/lib/components/LikeControl/LikeControl.js +1 -1
  978. package/mobile/lib/components/LikeControl/LikeControl.js.map +1 -1
  979. package/mobile/lib/components/LinkDocs/LinkDocItem.js +1 -1
  980. package/mobile/lib/components/LinkDocs/LinkDocs.js +2 -2
  981. package/mobile/lib/components/LinkDocs/LinkDocs.js.map +1 -1
  982. package/mobile/lib/components/MobileAppTile/renderList.js +1 -1
  983. package/mobile/lib/components/MobileAppTile/renderList.js.map +1 -1
  984. package/mobile/lib/components/MortgageFiltration/MortgageFiltration.js +1 -1
  985. package/mobile/lib/components/MortgageFiltration/MortgageFiltration.js.map +1 -1
  986. package/mobile/lib/components/OfficeMap/OfficeMap.js +1 -1
  987. package/mobile/lib/components/OfficeMap/OfficeMap.js.map +1 -1
  988. package/mobile/lib/components/OfficeMap/renderFunctions.js +4 -4
  989. package/mobile/lib/components/OfficeMap/renderFunctions.js.map +1 -1
  990. package/mobile/lib/components/Placeholder/Placeholder.js +1 -1
  991. package/mobile/lib/components/Placeholder/Placeholder.js.map +1 -1
  992. package/mobile/lib/components/ProductBlock/renderBackwardButton.js +1 -1
  993. package/mobile/lib/components/PromoTile/PromoTile.js +1 -1
  994. package/mobile/lib/components/PromoTile/PromoTile.js.map +1 -1
  995. package/mobile/lib/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.js +1 -1
  996. package/mobile/lib/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.js.map +1 -1
  997. package/mobile/lib/components/RollupItem/RollupItem.js +1 -1
  998. package/mobile/lib/components/RollupItem/RollupItem.js.map +1 -1
  999. package/mobile/lib/components/SafeDepositRental/RadioButtons.d.ts +1 -1
  1000. package/mobile/lib/components/SafeDepositRental/RadioButtons.js +1 -1
  1001. package/mobile/lib/components/SafeDepositRental/RadioButtons.js.map +1 -1
  1002. package/mobile/lib/components/SafeDepositRental/SafeBoxCases.js +1 -1
  1003. package/mobile/lib/components/SafeDepositRental/SafeDepositRental.js +1 -1
  1004. package/mobile/lib/components/SafeDepositRental/SafeDepositRental.js.map +1 -1
  1005. package/mobile/lib/components/SafeDepositRental/SafeDepositRentalFields.js +1 -1
  1006. package/mobile/lib/components/SafeDepositRental/SafeDepositRentalFields.js.map +1 -1
  1007. package/mobile/lib/components/SafeDepositRental/SafeDepositRentalForm.js +1 -1
  1008. package/mobile/lib/components/SafeDepositRental/SafeDepositRentalForm.js.map +1 -1
  1009. package/mobile/lib/components/SafeDepositRental/SafeDepositRentalTotal.js +2 -2
  1010. package/mobile/lib/components/SafeDepositRental/SafeDepositRentalTotal.js.map +1 -1
  1011. package/mobile/lib/components/StepsBlock/StepsBlock.d.ts +1 -1
  1012. package/mobile/lib/components/StepsBlock/StepsBlock.js +6 -7
  1013. package/mobile/lib/components/StepsBlock/StepsBlock.js.map +1 -1
  1014. package/mobile/lib/components/StepsBlock/renderStep.js +1 -1
  1015. package/mobile/lib/components/StepsBlock/renderStep.js.map +1 -1
  1016. package/mobile/lib/components/TariffsTable/EmbeddableCellData.js +2 -2
  1017. package/mobile/lib/components/TariffsTable/EmbeddableCellData.js.map +1 -1
  1018. package/mobile/lib/components/TariffsTable/TariffsTable.js +1 -1
  1019. package/mobile/lib/components/TariffsTable/TariffsTable.js.map +1 -1
  1020. package/mobile/lib/components/TariffsTable/TariffsTableCell.js +1 -1
  1021. package/mobile/lib/components/TariffsTable/TariffsTableCell.js.map +1 -1
  1022. package/mobile/lib/components/TariffsTable/TariffsTableVertical.js +1 -1
  1023. package/mobile/lib/components/TariffsTable/TariffsTableVertical.js.map +1 -1
  1024. package/mobile/lib/components/TariffsTable/constants.d.ts +1 -1
  1025. package/mobile/lib/components/TariffsTable/constants.js +1 -1
  1026. package/mobile/lib/components/TariffsTable/constants.js.map +1 -1
  1027. package/mobile/lib/components/TextBlock/TextBlock.js +2 -2
  1028. package/mobile/lib/components/TextBlock/TextBlock.js.map +1 -1
  1029. package/mobile/lib/components/Video/getPaddings.d.ts +1 -1
  1030. package/mobile/lib/components/Video/getPaddings.js +1 -1
  1031. package/mobile/lib/components/Video/getPaddings.js.map +1 -1
  1032. package/mobile/lib/model/HeadlineType.d.ts +1 -1
  1033. package/mobile/lib/ui-kit/BaseFiltration/BaseFiltrationInner.js +1 -1
  1034. package/mobile/lib/ui-kit/BaseFiltration/BaseFiltrationInner.js.map +1 -1
  1035. package/mobile/lib/ui-kit/BaseProductTile/BaseProductTile.js +1 -1
  1036. package/mobile/lib/ui-kit/BaseProductTile/BaseProductTile.js.map +1 -1
  1037. package/mobile/lib/ui-kit/Button/ButtonInner.js +1 -1
  1038. package/mobile/lib/ui-kit/Button/ButtonInner.js.map +1 -1
  1039. package/mobile/lib/ui-kit/Checkbox/Checkbox.js +1 -1
  1040. package/mobile/lib/ui-kit/CookiePopup/CookiePopup.js +1 -1
  1041. package/mobile/lib/ui-kit/CookiePopup/CookiePopup.js.map +1 -1
  1042. package/mobile/lib/ui-kit/DialogManager/CloseButton.js +1 -1
  1043. package/mobile/lib/ui-kit/DialogManager/CloseButton.js.map +1 -1
  1044. package/mobile/lib/ui-kit/Foldable/DefaultFoldButton.js +2 -2
  1045. package/mobile/lib/ui-kit/Foldable/DefaultFoldButton.js.map +1 -1
  1046. package/mobile/lib/ui-kit/InnerTable/InnerTable.js +1 -1
  1047. package/mobile/lib/ui-kit/InnerTable/InnerTable.js.map +1 -1
  1048. package/mobile/lib/ui-kit/InnerTable/InnerTableBody.js +1 -1
  1049. package/mobile/lib/ui-kit/InnerTable/InnerTableBody.js.map +1 -1
  1050. package/mobile/lib/ui-kit/InnerTable/InnerTableBodyItem.js +3 -2
  1051. package/mobile/lib/ui-kit/InnerTable/InnerTableBodyItem.js.map +1 -1
  1052. package/mobile/lib/ui-kit/InnerTable/InnerTableButton.js +1 -1
  1053. package/mobile/lib/ui-kit/InnerTable/InnerTableButton.js.map +1 -1
  1054. package/mobile/lib/ui-kit/Input/Input.js +2 -2
  1055. package/mobile/lib/ui-kit/Input/Input.js.map +1 -1
  1056. package/mobile/lib/ui-kit/InputRange/InputRange.js +2 -2
  1057. package/mobile/lib/ui-kit/InputRange/InputRange.js.map +1 -1
  1058. package/mobile/lib/ui-kit/InputRange/renderRangeWithTicks.js +1 -1
  1059. package/mobile/lib/ui-kit/LocationDialog/SearchBar.js +1 -1
  1060. package/mobile/lib/ui-kit/LocationDialog/SearchBar.js.map +1 -1
  1061. package/mobile/lib/ui-kit/LocationDialog/renderForeignOffices.js +2 -2
  1062. package/mobile/lib/ui-kit/LocationDialog/renderForeignOffices.js.map +1 -1
  1063. package/mobile/lib/ui-kit/Radio/Radio.js +1 -1
  1064. package/mobile/lib/ui-kit/Radio/Radio.js.map +1 -1
  1065. package/mobile/lib/ui-kit/RadioButtonGroup/RadioButtonGroup.js +2 -2
  1066. package/mobile/lib/ui-kit/RadioButtonGroup/RadioButtonGroup.js.map +1 -1
  1067. package/mobile/lib/ui-kit/SearchDialog/SearchInput.js +1 -1
  1068. package/mobile/lib/ui-kit/SearchDialog/SearchInput.js.map +1 -1
  1069. package/mobile/lib/ui-kit/Select/Select.js +2 -2
  1070. package/mobile/lib/ui-kit/Select/Select.js.map +1 -1
  1071. package/mobile/lib/ui-kit/Sitemap/Sitemap.js +1 -1
  1072. package/mobile/lib/ui-kit/Sitemap/Sitemap.js.map +1 -1
  1073. package/mobile/lib/ui-kit/SwipeListControl/SwipeListControlDots.js +2 -2
  1074. package/mobile/lib/ui-kit/SwipeListControl/SwipeListControlDots.js.map +1 -1
  1075. package/mobile/lib/ui-kit/Tags/Tags.js +1 -1
  1076. package/mobile/lib/ui-kit/Tags/Tags.js.map +1 -1
  1077. package/mobile/lib/ui-kit/TopItem/TopItem.js +1 -1
  1078. package/mobile/lib/ui-kit/TopItem/TopItem.js.map +1 -1
  1079. package/mobile/lib/ui-kit/YandexMap/renderOpenMap.js +1 -1
  1080. package/mobile/lib/ui-kit/YandexMap/renderOpenMap.js.map +1 -1
  1081. package/mobile/lib/ui-kit/YandexMap/renderUserGeolocation.js +1 -1
  1082. package/mobile/src/components/ApplicationForm/ApplicationForm.tsx +2 -6
  1083. package/mobile/src/components/ApplicationForm/ApplicationFormAcquiring.tsx +4 -4
  1084. package/mobile/src/components/ApplicationForm/ApplicationFormBusinessCard.tsx +2 -2
  1085. package/mobile/src/components/ApplicationForm/ApplicationFormCredit.tsx +5 -5
  1086. package/mobile/src/components/ApplicationForm/ApplicationFormDeposit.tsx +5 -5
  1087. package/mobile/src/components/ApplicationForm/ApplicationFormGrantSupport.tsx +1 -1
  1088. package/mobile/src/components/ApplicationForm/ApplicationFormWed.tsx +6 -6
  1089. package/mobile/src/components/ApplicationForm/ResponseNotification.tsx +2 -2
  1090. package/mobile/src/components/ApplicationForm/SelectControl.tsx +6 -5
  1091. package/mobile/src/components/ApplicationForm/renderAcquiringDataOrganization.tsx +7 -7
  1092. package/mobile/src/components/ApplicationForm/renderAcquiringRegion.tsx +3 -3
  1093. package/mobile/src/components/ApplicationForm/renderBusinessCardDataOrganization.tsx +7 -7
  1094. package/mobile/src/components/ApplicationForm/renderContacts.tsx +5 -5
  1095. package/mobile/src/components/ApplicationForm/renderCreditDataOrganization.tsx +9 -9
  1096. package/mobile/src/components/ApplicationForm/renderCreditParameters.tsx +2 -2
  1097. package/mobile/src/components/ApplicationForm/renderQuestionsInterested.tsx +6 -14
  1098. package/mobile/src/components/ApplicationForm/renderRegion.tsx +7 -8
  1099. package/mobile/src/components/ApplicationForm/renderRegionDepartment.tsx +3 -3
  1100. package/mobile/src/components/ApplicationForm/renderSlideCheckboxes.tsx +1 -1
  1101. package/mobile/src/components/ApplicationForm/renderSubmitButton.tsx +1 -4
  1102. package/mobile/src/components/Bonus/Bonus.tsx +7 -9
  1103. package/mobile/src/components/BonusBenefitsBlock/BonusBenefitsBlock.tsx +2 -2
  1104. package/mobile/src/components/BonusBenefitsBlock/bonusBenefitStyles.ts +1 -1
  1105. package/mobile/src/components/BusinessBlock/BusinessBlock.tsx +1 -1
  1106. package/mobile/src/components/BusinessBlock/BusinessCard.tsx +1 -1
  1107. package/mobile/src/components/Calculator/BonusCalculatorForm.tsx +12 -15
  1108. package/mobile/src/components/Calculator/BusinessDepositCalculatorForm.tsx +35 -39
  1109. package/mobile/src/components/Calculator/CalculatorValueBlock.tsx +1 -1
  1110. package/mobile/src/components/Calculator/CreditCalculatorForm.tsx +7 -7
  1111. package/mobile/src/components/Calculator/DepositCalculatorForm.tsx +5 -7
  1112. package/mobile/src/components/Calculator/Rate.tsx +1 -1
  1113. package/mobile/src/components/Calculator/RefinancingCalculatorForm.tsx +6 -11
  1114. package/mobile/src/components/Calculator/renderBinaryRadioButtonGroup.tsx +2 -2
  1115. package/mobile/src/components/Calculator/renderCalculatorBlock.tsx +2 -2
  1116. package/mobile/src/components/Calculator/renderInitialFeeInput.tsx +0 -1
  1117. package/mobile/src/components/CardTransfer/CardTransfer.tsx +2 -2
  1118. package/mobile/src/components/CarouselBankHistoryCard/CarouselBankHistoryCard.tsx +1 -1
  1119. package/mobile/src/components/CarouselCard/CarouselCard.tsx +7 -3
  1120. package/mobile/src/components/CarouselCatalogCard/CarouselCatalogCard.tsx +1 -1
  1121. package/mobile/src/components/CarouselInvestmentCard/CarouselInvestmentCard.tsx +9 -22
  1122. package/mobile/src/{ui-kit/LinkButton/LinkButton.tsx → components/CarouselLinks/CarouselLinkButton.tsx} +4 -5
  1123. package/mobile/src/components/CarouselLinks/CarouselLinks.tsx +6 -6
  1124. package/mobile/src/components/CarouselRecommendationCard/CarouselRecommendationCard.tsx +4 -5
  1125. package/mobile/src/components/CarouselTariffsCard/CarouselTariffsCard.tsx +3 -3
  1126. package/mobile/src/components/CarouselTariffsCard/getPaddingStyle.tsx +1 -1
  1127. package/mobile/src/components/CarouselTariffsCard/renderCardInfo.tsx +2 -2
  1128. package/mobile/src/components/ComparisonTable/TableCarouselContainer.tsx +1 -1
  1129. package/mobile/src/components/ComparisonTable/TableCell.tsx +1 -1
  1130. package/mobile/src/components/ComparisonTable/TableColumn.tsx +1 -1
  1131. package/mobile/src/components/ComparisonTable/TableRow.tsx +1 -1
  1132. package/mobile/src/components/ComparisonTable/TableRowContainer.tsx +1 -1
  1133. package/mobile/src/components/ComparisonTable/constants.ts +1 -1
  1134. package/mobile/src/components/ContactsBlock/ContactsBlock.tsx +4 -4
  1135. package/mobile/src/components/ContentPage/ContentPage.tsx +2 -2
  1136. package/mobile/src/components/DepositFiltration/DepositFiltration.tsx +1 -1
  1137. package/mobile/src/components/ErrorBlock/ErrorBlock.tsx +5 -5
  1138. package/mobile/src/components/ExchangeRateOffice/renderCurrencies.tsx +2 -2
  1139. package/mobile/src/components/ExchangeRateTile/CurrencyTable.tsx +2 -7
  1140. package/mobile/src/components/ExchangeRateTile/ExchangeCurrencyCalculator.tsx +1 -1
  1141. package/mobile/src/components/ExchangeRateTile/renderInput.tsx +1 -1
  1142. package/mobile/src/components/Footer/buttonStylesWithText.ts +1 -1
  1143. package/mobile/src/components/GracePeriod/GracePeriod.tsx +9 -14
  1144. package/mobile/src/components/Header/DropdownMenu.tsx +3 -3
  1145. package/mobile/src/components/Header/Header.tsx +1 -1
  1146. package/mobile/src/components/Header/HeaderSecondaryMenu.tsx +1 -1
  1147. package/mobile/src/components/Header/HeaderSecondaryMenuButton.tsx +1 -1
  1148. package/mobile/src/components/Header/HeaderSubMenu.tsx +6 -4
  1149. package/mobile/src/components/Header/InternetBankButton.tsx +2 -2
  1150. package/mobile/src/components/Headline/Headline.tsx +3 -3
  1151. package/mobile/src/components/Headline/HeadlineContent.ts +2 -2
  1152. package/mobile/src/components/Headline/headlineVersionStyles.ts +1 -1
  1153. package/mobile/src/components/InsuranceAmountBlock/InsuranceAmountBlock.tsx +1 -1
  1154. package/mobile/src/components/InsuranceAmountBlock/InsuranceAmountBlockInner.tsx +8 -8
  1155. package/mobile/src/components/InvestmentInfo/InvestmentInfo.tsx +3 -3
  1156. package/mobile/src/components/LikeControl/LikeControl.tsx +1 -1
  1157. package/mobile/src/components/LinkDocs/LinkDocItem.tsx +1 -1
  1158. package/mobile/src/components/LinkDocs/LinkDocs.tsx +5 -8
  1159. package/mobile/src/components/MobileAppTile/renderList.tsx +1 -1
  1160. package/mobile/src/components/MortgageFiltration/MortgageFiltration.tsx +1 -1
  1161. package/mobile/src/components/OfficeMap/OfficeMap.tsx +1 -1
  1162. package/mobile/src/components/OfficeMap/renderFunctions.tsx +14 -12
  1163. package/mobile/src/components/Placeholder/Placeholder.tsx +1 -1
  1164. package/mobile/src/components/ProductBlock/renderBackwardButton.tsx +1 -1
  1165. package/mobile/src/components/PromoTile/PromoTile.tsx +1 -1
  1166. package/mobile/src/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.tsx +1 -1
  1167. package/mobile/src/components/RollupItem/RollupItem.tsx +1 -1
  1168. package/mobile/src/components/SafeDepositRental/RadioButtons.tsx +2 -2
  1169. package/mobile/src/components/SafeDepositRental/SafeBoxCases.tsx +1 -1
  1170. package/mobile/src/components/SafeDepositRental/SafeDepositRental.tsx +1 -1
  1171. package/mobile/src/components/SafeDepositRental/SafeDepositRentalFields.tsx +2 -2
  1172. package/mobile/src/components/SafeDepositRental/SafeDepositRentalForm.tsx +1 -1
  1173. package/mobile/src/components/SafeDepositRental/SafeDepositRentalTotal.tsx +5 -5
  1174. package/mobile/src/components/StepsBlock/StepsBlock.tsx +17 -17
  1175. package/mobile/src/components/StepsBlock/renderStep.tsx +1 -1
  1176. package/mobile/src/components/TariffsTable/EmbeddableCellData.tsx +2 -2
  1177. package/mobile/src/components/TariffsTable/TariffsTable.tsx +1 -1
  1178. package/mobile/src/components/TariffsTable/TariffsTableCell.tsx +1 -1
  1179. package/mobile/src/components/TariffsTable/TariffsTableVertical.tsx +1 -1
  1180. package/mobile/src/components/TariffsTable/constants.ts +1 -1
  1181. package/mobile/src/components/TextBlock/TextBlock.tsx +4 -4
  1182. package/mobile/src/components/Video/getPaddings.ts +1 -1
  1183. package/mobile/src/model/HeadlineType.ts +1 -1
  1184. package/mobile/src/ui-kit/BaseFiltration/BaseFiltrationInner.tsx +1 -1
  1185. package/mobile/src/ui-kit/BaseProductTile/BaseProductTile.tsx +1 -1
  1186. package/mobile/src/ui-kit/Button/ButtonInner.tsx +1 -1
  1187. package/mobile/src/ui-kit/Checkbox/Checkbox.tsx +1 -1
  1188. package/mobile/src/ui-kit/CookiePopup/CookiePopup.tsx +1 -1
  1189. package/mobile/src/ui-kit/DialogManager/CloseButton.tsx +1 -1
  1190. package/mobile/src/ui-kit/Foldable/DefaultFoldButton.tsx +2 -2
  1191. package/mobile/src/ui-kit/InnerTable/InnerTable.tsx +1 -1
  1192. package/mobile/src/ui-kit/InnerTable/InnerTableBody.tsx +3 -3
  1193. package/mobile/src/ui-kit/InnerTable/InnerTableBodyItem.tsx +4 -3
  1194. package/mobile/src/ui-kit/InnerTable/InnerTableButton.tsx +1 -1
  1195. package/mobile/src/ui-kit/Input/Input.tsx +2 -2
  1196. package/mobile/src/ui-kit/InputRange/InputRange.tsx +2 -2
  1197. package/mobile/src/ui-kit/InputRange/renderRangeWithTicks.tsx +2 -2
  1198. package/mobile/src/ui-kit/LocationDialog/SearchBar.tsx +2 -2
  1199. package/mobile/src/ui-kit/LocationDialog/renderForeignOffices.tsx +2 -2
  1200. package/mobile/src/ui-kit/Radio/Radio.tsx +2 -2
  1201. package/mobile/src/ui-kit/RadioButtonGroup/RadioButtonGroup.tsx +2 -2
  1202. package/mobile/src/ui-kit/SearchDialog/SearchInput.tsx +1 -1
  1203. package/mobile/src/ui-kit/Select/Select.tsx +3 -3
  1204. package/mobile/src/ui-kit/Sitemap/Sitemap.tsx +1 -1
  1205. package/mobile/src/ui-kit/SwipeListControl/SwipeListControlDots.tsx +2 -2
  1206. package/mobile/src/ui-kit/Tags/Tags.tsx +1 -1
  1207. package/mobile/src/ui-kit/TopItem/TopItem.tsx +1 -1
  1208. package/mobile/src/ui-kit/YandexMap/renderOpenMap.tsx +1 -1
  1209. package/mobile/src/ui-kit/YandexMap/renderUserGeolocation.tsx +1 -1
  1210. package/package.json +1 -1
  1211. package/src/components/ApplicationForm/ApplicationForm.tsx +2 -6
  1212. package/src/components/ApplicationForm/ApplicationFormAcquiring.tsx +4 -4
  1213. package/src/components/ApplicationForm/ApplicationFormBusinessCard.tsx +2 -2
  1214. package/src/components/ApplicationForm/ApplicationFormCredit.tsx +5 -5
  1215. package/src/components/ApplicationForm/ApplicationFormDeposit.tsx +5 -5
  1216. package/src/components/ApplicationForm/ApplicationFormGrantSupport.tsx +1 -1
  1217. package/src/components/ApplicationForm/ApplicationFormWed.tsx +6 -6
  1218. package/src/components/ApplicationForm/ResponseNotification.tsx +2 -2
  1219. package/src/components/ApplicationForm/SelectControl.tsx +6 -5
  1220. package/src/components/ApplicationForm/renderAcquiringDataOrganization.tsx +7 -7
  1221. package/src/components/ApplicationForm/renderAcquiringRegion.tsx +3 -3
  1222. package/src/components/ApplicationForm/renderBusinessCardDataOrganization.tsx +7 -7
  1223. package/src/components/ApplicationForm/renderContacts.tsx +5 -5
  1224. package/src/components/ApplicationForm/renderCreditDataOrganization.tsx +9 -9
  1225. package/src/components/ApplicationForm/renderCreditParameters.tsx +2 -2
  1226. package/src/components/ApplicationForm/renderQuestionsInterested.tsx +6 -14
  1227. package/src/components/ApplicationForm/renderRegion.tsx +7 -8
  1228. package/src/components/ApplicationForm/renderRegionDepartment.tsx +3 -3
  1229. package/src/components/ApplicationForm/renderSlideCheckboxes.tsx +1 -1
  1230. package/src/components/ApplicationForm/renderSubmitButton.tsx +1 -4
  1231. package/src/components/Bonus/Bonus.tsx +7 -9
  1232. package/src/components/BonusBenefitsBlock/BonusBenefitsBlock.tsx +2 -2
  1233. package/src/components/BonusBenefitsBlock/bonusBenefitStyles.mobile.ts +1 -1
  1234. package/src/components/BonusBenefitsBlock/renderBonusBenefits.tsx +1 -1
  1235. package/src/components/BusinessBlock/BusinessBlock.tsx +1 -1
  1236. package/src/components/BusinessBlock/BusinessCard.tsx +1 -1
  1237. package/src/components/ButtonsBlock/ButtonsBlock.fixture.mobile.tsx +1 -1
  1238. package/src/components/ButtonsBlock/ButtonsBlock.fixture.tsx +1 -1
  1239. package/src/components/Calculator/BonusCalculatorForm.tsx +12 -15
  1240. package/src/components/Calculator/BusinessDepositCalculatorForm.tsx +35 -39
  1241. package/src/components/Calculator/Calculator.tsx +4 -4
  1242. package/src/components/Calculator/CalculatorValueBlock.tsx +1 -1
  1243. package/src/components/Calculator/CreditCalculatorForm.tsx +7 -7
  1244. package/src/components/Calculator/DepositCalculatorForm.tsx +5 -7
  1245. package/src/components/Calculator/Rate.tsx +1 -1
  1246. package/src/components/Calculator/RefinancingCalculatorForm.tsx +6 -11
  1247. package/src/components/Calculator/renderBinaryRadioButtonGroup.tsx +2 -2
  1248. package/src/components/Calculator/renderCalculatorBlock.tsx +2 -2
  1249. package/src/components/Calculator/renderInitialFeeInput.tsx +0 -1
  1250. package/src/components/CardTransfer/CardTransfer.tsx +2 -2
  1251. package/src/components/CarouselBankHistoryCard/CarouselBankHistoryCard.mobile.tsx +1 -1
  1252. package/src/components/CarouselBankHistoryCard/CarouselBankHistoryCard.tsx +1 -1
  1253. package/src/components/CarouselCard/CarouselCard.tsx +7 -3
  1254. package/src/components/CarouselCatalogCard/CarouselCatalogCard.tsx +1 -1
  1255. package/src/components/CarouselInvestmentCard/CarouselInvestmentCard.tsx +9 -22
  1256. package/src/{ui-kit/LinkButton/LinkButton.tsx → components/CarouselLinks/CarouselLinkButton.tsx} +4 -5
  1257. package/src/components/CarouselLinks/CarouselLinks.fixture.tsx +12 -9
  1258. package/src/components/CarouselLinks/CarouselLinks.tsx +6 -6
  1259. package/src/components/CarouselRecommendationCard/CarouselRecommendationCard.fixture.mobile.tsx +6 -6
  1260. package/src/components/CarouselRecommendationCard/CarouselRecommendationCard.fixture.tsx +6 -6
  1261. package/src/components/CarouselRecommendationCard/CarouselRecommendationCard.mobile.tsx +4 -5
  1262. package/src/components/CarouselRecommendationCard/CarouselRecommendationCard.tsx +2 -2
  1263. package/src/components/CarouselTariffsCard/CarouselTariffsCard.tsx +3 -3
  1264. package/src/components/CarouselTariffsCard/getPaddingStyle.mobile.tsx +1 -1
  1265. package/src/components/CarouselTariffsCard/getPaddingStyle.tsx +1 -1
  1266. package/src/components/CarouselTariffsCard/renderCardInfo.tsx +2 -2
  1267. package/src/components/ComparisonTable/ComparisonTable.tsx +3 -7
  1268. package/src/components/ComparisonTable/TableCarouselContainer.tsx +1 -1
  1269. package/src/components/ComparisonTable/TableCell.mobile.tsx +1 -1
  1270. package/src/components/ComparisonTable/TableCell.tsx +1 -1
  1271. package/src/components/ComparisonTable/TableColumn.tsx +1 -1
  1272. package/src/components/ComparisonTable/TableRow.tsx +1 -1
  1273. package/src/components/ComparisonTable/TableRowContainer.tsx +1 -1
  1274. package/src/components/ComparisonTable/constants.ts +1 -1
  1275. package/src/components/ContactsBlock/ContactsBlock.tsx +4 -4
  1276. package/src/components/ContentPage/ContentPage.tsx +2 -2
  1277. package/src/components/DepositFiltration/DepositFiltration.tsx +1 -1
  1278. package/src/components/ErrorBlock/ErrorBlock.tsx +5 -5
  1279. package/src/components/ExchangeRateOffice/renderCurrencies.tsx +2 -2
  1280. package/src/components/ExchangeRateTile/CurrencyTable.tsx +2 -7
  1281. package/src/components/ExchangeRateTile/ExchangeCurrencyCalculator.tsx +1 -1
  1282. package/src/components/ExchangeRateTile/renderInput.tsx +1 -1
  1283. package/src/components/Footer/buttonStylesWithText.ts +1 -1
  1284. package/src/components/GracePeriod/GracePeriod.tsx +9 -14
  1285. package/src/components/Header/DropdownMenu.tsx +3 -3
  1286. package/src/components/Header/Header.mobile.tsx +1 -1
  1287. package/src/components/Header/HeaderSecondaryMenu.tsx +1 -1
  1288. package/src/components/Header/HeaderSecondaryMenuButton.tsx +1 -1
  1289. package/src/components/Header/HeaderSubMenu.tsx +6 -4
  1290. package/src/components/Header/InternetBankButton.tsx +2 -2
  1291. package/src/components/Headline/Headline.tsx +3 -3
  1292. package/src/components/Headline/HeadlineContent.ts +2 -2
  1293. package/src/components/Headline/headlineVersionStyles.ts +1 -1
  1294. package/src/components/InsuranceAmountBlock/InsuranceAmountBlock.tsx +1 -1
  1295. package/src/components/InsuranceAmountBlock/InsuranceAmountBlockInner.tsx +8 -8
  1296. package/src/components/InvestmentInfo/InvestmentInfo.tsx +3 -3
  1297. package/src/components/LikeControl/LikeControl.tsx +1 -1
  1298. package/src/components/LinkDocs/LinkDocItem.tsx +1 -1
  1299. package/src/components/LinkDocs/LinkDocs.tsx +5 -8
  1300. package/src/components/MobileAppTile/renderList.tsx +1 -1
  1301. package/src/components/MortgageFiltration/MortgageFiltration.tsx +1 -1
  1302. package/src/components/OfficeMap/OfficeMap.tsx +1 -1
  1303. package/src/components/OfficeMap/renderFunctions.tsx +14 -12
  1304. package/src/components/Placeholder/Placeholder.tsx +1 -1
  1305. package/src/components/ProductBlock/renderBackwardButton.tsx +1 -1
  1306. package/src/components/ProductGallery/ProductGallery.tsx +4 -4
  1307. package/src/components/PromoTile/PromoTile.tsx +1 -1
  1308. package/src/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.fixture.mobile.tsx +1 -1
  1309. package/src/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.fixture.tsx +1 -1
  1310. package/src/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.tsx +1 -1
  1311. package/src/components/RollupItem/RollupItem.tsx +1 -1
  1312. package/src/components/RollupItem/foldableSectionStyles.ts +1 -1
  1313. package/src/components/SafeDepositRental/RadioButtons.tsx +2 -2
  1314. package/src/components/SafeDepositRental/SafeBoxCases.tsx +1 -1
  1315. package/src/components/SafeDepositRental/SafeDepositRental.fixture.mobile.tsx +1 -1
  1316. package/src/components/SafeDepositRental/SafeDepositRental.fixture.tsx +1 -1
  1317. package/src/components/SafeDepositRental/SafeDepositRental.tsx +1 -1
  1318. package/src/components/SafeDepositRental/SafeDepositRentalFields.tsx +2 -2
  1319. package/src/components/SafeDepositRental/SafeDepositRentalForm.tsx +1 -1
  1320. package/src/components/SafeDepositRental/SafeDepositRentalTotal.tsx +5 -5
  1321. package/src/components/StepsBlock/StepsBlock.mobile.tsx +17 -17
  1322. package/src/components/StepsBlock/StepsBlock.tsx +12 -5
  1323. package/src/components/StepsBlock/renderStep.tsx +1 -1
  1324. package/src/components/SwipeListControlBlock/SwipeListControlBlock.fixture.tsx +3 -3
  1325. package/src/components/TariffsTable/EmbeddableCellData.mobile.tsx +2 -2
  1326. package/src/components/TariffsTable/EmbeddableCellData.tsx +8 -12
  1327. package/src/components/TariffsTable/TariffsTable.mobile.tsx +1 -1
  1328. package/src/components/TariffsTable/TariffsTable.tsx +3 -3
  1329. package/src/components/TariffsTable/TariffsTableCell.tsx +1 -1
  1330. package/src/components/TariffsTable/TariffsTableVertical.tsx +1 -1
  1331. package/src/components/TariffsTable/constants.ts +1 -1
  1332. package/src/components/TextBlock/TextBlock.fixture.tsx +3 -3
  1333. package/src/components/TextBlock/TextBlock.tsx +4 -4
  1334. package/src/components/Video/getPaddings.ts +1 -1
  1335. package/src/model/HeadlineType.ts +1 -1
  1336. package/src/ui-kit/BaseFiltration/BaseFiltrationInner.tsx +1 -1
  1337. package/src/ui-kit/BaseProductTile/BaseProductTile.tsx +1 -1
  1338. package/src/ui-kit/Button/Button.fixture.tsx +6 -6
  1339. package/src/ui-kit/Button/ButtonInner.tsx +1 -1
  1340. package/src/ui-kit/Checkbox/Checkbox.tsx +1 -1
  1341. package/src/ui-kit/CookiePopup/CookiePopup.tsx +1 -1
  1342. package/src/ui-kit/DialogManager/CloseButton.tsx +1 -1
  1343. package/src/ui-kit/Foldable/DefaultFoldButton.tsx +2 -2
  1344. package/src/ui-kit/Heading/Heading.fixture.tsx +8 -20
  1345. package/src/ui-kit/Icon/Icon.fixture.tsx +8 -8
  1346. package/src/ui-kit/InnerTable/InnerTable.tsx +1 -1
  1347. package/src/ui-kit/InnerTable/InnerTableBody.tsx +3 -3
  1348. package/src/ui-kit/InnerTable/InnerTableBodyItem.tsx +4 -3
  1349. package/src/ui-kit/InnerTable/InnerTableButton.tsx +1 -1
  1350. package/src/ui-kit/Input/Input.tsx +2 -2
  1351. package/src/ui-kit/InputRange/InputRange.tsx +2 -2
  1352. package/src/ui-kit/InputRange/renderRangeWithTicks.tsx +2 -2
  1353. package/src/ui-kit/LocationDialog/SearchBar.tsx +2 -2
  1354. package/src/ui-kit/LocationDialog/renderForeignOffices.tsx +2 -2
  1355. package/src/ui-kit/Radio/Radio.tsx +2 -2
  1356. package/src/ui-kit/RadioButtonGroup/RadioButtonGroup.fixture.tsx +2 -2
  1357. package/src/ui-kit/RadioButtonGroup/RadioButtonGroup.tsx +2 -2
  1358. package/src/ui-kit/SearchDialog/SearchInput.tsx +1 -1
  1359. package/src/ui-kit/Select/Select.fixture.tsx +1 -1
  1360. package/src/ui-kit/Select/Select.tsx +3 -3
  1361. package/src/ui-kit/Sitemap/Sitemap.tsx +1 -1
  1362. package/src/ui-kit/SwipeListControl/SwipeListControl.fixture.mobile.tsx +7 -7
  1363. package/src/ui-kit/SwipeListControl/SwipeListControl.fixture.tsx +7 -7
  1364. package/src/ui-kit/SwipeListControl/SwipeListControlDots.tsx +2 -2
  1365. package/src/ui-kit/TabsControl/TabsControl.fixture.tsx +1 -1
  1366. package/src/ui-kit/Tags/Tags.tsx +1 -1
  1367. package/src/ui-kit/TopItem/TopItem.tsx +1 -1
  1368. package/src/ui-kit/YandexMap/renderOpenMap.tsx +1 -1
  1369. package/src/ui-kit/YandexMap/renderUserGeolocation.tsx +1 -1
  1370. package/bundle/components/Calculator/renderProposal.d.ts +0 -2
  1371. package/bundle/ui-kit/LinkButton/LinkButton.d.ts +0 -5
  1372. package/dist/components/Calculator/renderProposal.d.ts +0 -2
  1373. package/dist/components/Calculator/renderProposal.js +0 -11
  1374. package/dist/components/Calculator/renderProposal.js.map +0 -1
  1375. package/dist/ui-kit/LinkButton/LinkButton.d.ts +0 -5
  1376. package/dist/ui-kit/LinkButton/LinkButton.js.map +0 -1
  1377. package/lib/components/Calculator/renderProposal.d.ts +0 -2
  1378. package/lib/components/Calculator/renderProposal.js +0 -8
  1379. package/lib/components/Calculator/renderProposal.js.map +0 -1
  1380. package/lib/ui-kit/LinkButton/LinkButton.d.ts +0 -5
  1381. package/lib/ui-kit/LinkButton/LinkButton.fixture.d.ts +0 -6
  1382. package/lib/ui-kit/LinkButton/LinkButton.fixture.mobile.d.ts +0 -6
  1383. package/lib/ui-kit/LinkButton/LinkButton.js.map +0 -1
  1384. package/mobile/bundle/components/Calculator/renderProposal.d.ts +0 -2
  1385. package/mobile/bundle/ui-kit/LinkButton/LinkButton.d.ts +0 -5
  1386. package/mobile/dist/components/Calculator/renderProposal.d.ts +0 -2
  1387. package/mobile/dist/components/Calculator/renderProposal.js +0 -11
  1388. package/mobile/dist/components/Calculator/renderProposal.js.map +0 -1
  1389. package/mobile/dist/ui-kit/LinkButton/LinkButton.d.ts +0 -5
  1390. package/mobile/dist/ui-kit/LinkButton/LinkButton.js.map +0 -1
  1391. package/mobile/lib/components/Calculator/renderProposal.d.ts +0 -2
  1392. package/mobile/lib/components/Calculator/renderProposal.js +0 -8
  1393. package/mobile/lib/components/Calculator/renderProposal.js.map +0 -1
  1394. package/mobile/lib/ui-kit/LinkButton/LinkButton.d.ts +0 -5
  1395. package/mobile/lib/ui-kit/LinkButton/LinkButton.js.map +0 -1
  1396. package/mobile/src/components/Calculator/renderProposal.tsx +0 -17
  1397. package/mobile/src/components/CarouselLinks/CarouselLinks.json +0 -8
  1398. package/src/components/Calculator/renderProposal.tsx +0 -17
  1399. package/src/components/CarouselLinks/CarouselLinks.json +0 -8
  1400. package/src/ui-kit/LinkButton/LinkButton.fixture.mobile.tsx +0 -11
  1401. package/src/ui-kit/LinkButton/LinkButton.fixture.tsx +0 -11
@@ -636,7 +636,7 @@
636
636
 
637
637
  const ButtonInner = JSX((props) => {
638
638
  const { text, aboveText, appendLeft, appendRight, version = 'primary' } = props;
639
- return (jsxs("div", { className: style(getButtonStyle(props), 'flex gap-2'), children: [appendLeft ? jsx("div", { className: iconStyleMap[version], children: appendLeft }) : null, isWithText(props) ? (jsxs("div", { children: [aboveText ? jsx("div", { className: "text-xs font-light text-left", children: aboveText }) : null, jsx("div", { className: `text-left ${aboveText ? 'text-s -mt-3xs' : 'text-l'}`, children: text })] })) : null, appendRight ? jsx("div", { className: iconStyleMap[version], children: appendRight }) : null] }));
639
+ return (jsxs("div", { className: style(getButtonStyle(props), 'flex gap-xs'), children: [appendLeft ? jsx("div", { className: iconStyleMap[version], children: appendLeft }) : null, isWithText(props) ? (jsxs("div", { children: [aboveText ? jsx("div", { className: "text-xs font-light text-left", children: aboveText }) : null, jsx("div", { className: `text-left ${aboveText ? 'text-s -mt-3xs' : 'text-l'}`, children: text })] })) : null, appendRight ? jsx("div", { className: iconStyleMap[version], children: appendRight }) : null] }));
640
640
  });
641
641
  const getButtonStyle = (props) => {
642
642
  const { version, aboveText, rounded } = props;
@@ -697,11 +697,11 @@
697
697
  const handleChange = useCallback((e) => {
698
698
  onChange && onChange(e.target?.value || '');
699
699
  }, [onChange]);
700
- const paddingStyle = children ? 'pr-8' : '';
700
+ const paddingStyle = children ? 'pr-3xl' : '';
701
701
  const validStyle = valid
702
702
  ? 'border-gray hover:border-primary-hover active:border-primary-text focus:border-primary-text'
703
703
  : 'border-error';
704
- return (jsxs("div", { className: style('relative', className), children: [jsxs("label", { children: [label ? (jsx("div", { className: "mb-xs", children: jsx(Text, { size: "text-m", font: "font-light", children: label }) })) : null, jsx("input", { className: style('w-full border rounded-md text-primary-text outline-none p-4', paddingStyle, validStyle, inputClassName), id: id, name: name || id, placeholder: placeholder, type: type, value: value, onInput: handleChange, onFocus: onFocus, onBlur: onBlur, pattern: pattern }, key)] }), children] }));
704
+ return (jsxs("div", { className: style('relative', className), children: [jsxs("label", { children: [label ? (jsx("div", { className: "mb-xs", children: jsx(Text, { size: "text-m", font: "font-light", children: label }) })) : null, jsx("input", { className: style('w-full border rounded-md text-primary-text outline-none p-m', paddingStyle, validStyle, inputClassName), id: id, name: name || id, placeholder: placeholder, type: type, value: value, onInput: handleChange, onFocus: onFocus, onBlur: onBlur, pattern: pattern }, key)] }), children] }));
705
705
  });
706
706
 
707
707
  const InputControl = JSX(({ className, label, value = '', error, onChange, onBlur }) => (jsxs("div", { className: className, children: [jsx(Input, { type: "text", "aria-label": label, label: label, valid: Boolean(!error), value: value, onChange: onChange, onBlur: onBlur }), jsx("div", { className: "h-2", children: error ? (jsx(Text, { size: "text-xs", font: "font-light", color: "text-error", children: error })) : null })] })));
@@ -737,7 +737,7 @@
737
737
  const innValidator = validator((_) => typeof _ === 'string' && (_.length === 10 || _.length === 12))(ERROR_MESSAGE);
738
738
  const phoneValidator = pattern(/^(\+7)?[\s-]?\(?[0-9]{3}\)?[\s-]?[0-9]{3}[\s-]?[0-9]{2}[\s-]?[0-9]{2}$/)(ERROR_MESSAGE);
739
739
 
740
- const renderAcquiringDataOrganization = (field) => (jsxs("div", { className: "mb-4 sm:flex sm:justify-between sm:gap-5 sm:mb-7", children: [jsxs("div", { className: "sm:w-1/2", children: [jsx(InputControl, { className: "shrink-0 w-full mb-3", label: "\u041D\u0430\u0438\u043C\u0435\u043D\u043E\u0432\u0430\u043D\u0438\u0435 \u043E\u0440\u0433\u0430\u043D\u0438\u0437\u0430\u0446\u0438\u0438", ...withValidator(field('fullName'), defaultValidator) }), jsx(InputControl, { className: "shrink-0 w-full mb-3", label: "\u041A\u043E\u043D\u0442\u0430\u043A\u0442\u043D\u043E\u0435 \u043B\u0438\u0446\u043E", ...withValidator(field('name'), nameValidator) })] }), jsxs("div", { className: "sm:w-1/2", children: [jsx(InputControl, { className: "shrink-0 w-full mb-3", label: "\u0418\u041D\u041D", ...withValidator(field('inn'), innValidator) }), jsx(PhoneInputControl, { className: "shrink-0 w-full mb-3", label: "\u0422\u0435\u043B\u0435\u0444\u043E\u043D", ...withValidator(field('phone'), phoneValidator) })] })] }));
740
+ const renderAcquiringDataOrganization = (field) => (jsxs("div", { className: "sm:flex sm:justify-between sm:gap-lg", children: [jsxs("div", { className: "sm:w-1/2 space-y-s", children: [jsx(InputControl, { className: "shrink-0 w-full", label: "\u041D\u0430\u0438\u043C\u0435\u043D\u043E\u0432\u0430\u043D\u0438\u0435 \u043E\u0440\u0433\u0430\u043D\u0438\u0437\u0430\u0446\u0438\u0438", ...withValidator(field('fullName'), defaultValidator) }), jsx(InputControl, { className: "shrink-0 w-full", label: "\u041A\u043E\u043D\u0442\u0430\u043A\u0442\u043D\u043E\u0435 \u043B\u0438\u0446\u043E", ...withValidator(field('name'), nameValidator) })] }), jsxs("div", { className: "sm:w-1/2 space-y-s", children: [jsx(InputControl, { className: "shrink-0 w-full", label: "\u0418\u041D\u041D", ...withValidator(field('inn'), innValidator) }), jsx(PhoneInputControl, { className: "shrink-0 w-full", label: "\u0422\u0435\u043B\u0435\u0444\u043E\u043D", ...withValidator(field('phone'), phoneValidator) })] })] }));
741
741
 
742
742
  const ACQUIRING_TYPES = [
743
743
  {
@@ -812,28 +812,28 @@
812
812
  onChange && onChange(option);
813
813
  }, [onChange]);
814
814
  const isSelected = (option) => option.key === value?.key;
815
- return (jsxs("div", { className: className, ref: wrapperRef, children: [label ? (jsx("div", { className: "mb-xs", children: jsx(Text, { size: "text-m", color: "text-primary-text", font: "font-light", children: label }) })) : null, jsxs("div", { className: style('relative', isOpen ? 'z-20' : 'z-10'), children: [jsxs("div", { className: style('text-l flex justify-between items-center text-primary-text cursor-pointer', getBorderStyle(isBorder, valid)), onClick: toggle, children: [jsx("p", { className: "p-4 pr-8 h-14 overflow-hidden text-ellipsis whitespace-nowrap", children: formatOption(value) || placeholder }), jsx(Icon, { className: style('absolute right-3', isOpen ? '' : 'rotate-180'), name: "ArrowUpIcon", width: "16", height: "16" })] }), options?.length ? (jsx("div", { className: style('h-0', isOpen ? '' : 'overflow-hidden'), children: jsx("div", { className: "bg-white text-l max-h-64 overflow-y-auto overflow-x-hidden rounded-md shadow-[0_4px_25px_rgba(0,0,0,0.07)]", children: options.map(renderOption(handleChange, isOpen, isSelected)) }) })) : null] })] }));
815
+ return (jsxs("div", { className: className, ref: wrapperRef, children: [label ? (jsx("div", { className: "mb-xs", children: jsx(Text, { size: "text-m", color: "text-primary-text", font: "font-light", children: label }) })) : null, jsxs("div", { className: style('relative', isOpen ? 'z-20' : 'z-10'), children: [jsxs("div", { className: style('text-l flex justify-between items-center text-primary-text cursor-pointer', getBorderStyle(isBorder, valid)), onClick: toggle, children: [jsx("p", { className: "p-m pr-3xl h-14 overflow-hidden text-ellipsis whitespace-nowrap", children: formatOption(value) || placeholder }), jsx(Icon, { className: style('absolute right-3', isOpen ? '' : 'rotate-180'), name: "ArrowUpIcon", width: "16", height: "16" })] }), options?.length ? (jsx("div", { className: style('h-0', isOpen ? '' : 'overflow-hidden'), children: jsx("div", { className: "bg-white text-l max-h-64 overflow-y-auto overflow-x-hidden rounded-md shadow-[0_4px_25px_rgba(0,0,0,0.07)]", children: options.map(renderOption(handleChange, isOpen, isSelected)) }) })) : null] })] }));
816
816
  });
817
817
  const renderOption = (handleChange, isOpen, isSelected) => (option, i) => (jsxs("div", { onClick: () => {
818
818
  handleChange(option);
819
- }, className: "flex px-4 py-3 cursor-pointer hover:bg-main-divider pr-11 relative", children: [jsx("span", { className: "min-h-6", children: formatOption(option) }), jsx(Icon, { name: "DoneSimpleIcon", width: "16", height: "16", className: style('absolute right-4 pt-0.5', isSelected(option) && isOpen ? '' : 'hidden') })] }, String(i)));
819
+ }, className: "flex px-m py-s cursor-pointer hover:bg-main-divider pr-5xl relative", children: [jsx("span", { className: "min-h-6", children: formatOption(option) }), jsx(Icon, { name: "DoneSimpleIcon", width: "16", height: "16", className: style('absolute right-4 pt-3xs', isSelected(option) && isOpen ? '' : 'hidden') })] }, String(i)));
820
820
  const formatOption = (_) => _?.text || _?.key || '';
821
821
  const getBorderStyle = (isBorder, valid) => style(isBorder ? 'border rounded-md hover:border-primary-hover' : '', valid ? ' border-gray' : 'border-error');
822
822
 
823
- const SelectControl = JSX((props) => (jsxs("div", { children: [jsx(Select, { ...props, valid: !props.error }), jsx("div", { className: "h-2", children: props.error ? (jsx(Text, { size: "text-xs", font: "font-light", color: "text-error", children: props.error })) : null })] })));
823
+ const SelectControl = JSX(({ className = '', error, ...rest }) => (jsxs("div", { className: className, children: [jsx(Select, { ...rest, valid: !error }), jsx("div", { className: "h-2", children: error ? (jsx(Text, { size: "text-xs", font: "font-light", color: "text-error", children: error })) : null })] })));
824
824
 
825
- const renderAcquiringRegion = ({ regions, field }) => (jsxs("div", { className: "mb-4 pb-1 border-b border-b-main-divider sm:flex sm:justify-between sm:gap-5 sm:mb-7 sm:border-none sm:pb-0", children: [jsx("div", { className: "mb-3 sm:mb-0 sm:w-1/2", children: jsx(SelectControl, { label: "\u0412\u0438\u0434 \u044D\u043A\u0432\u0430\u0439\u0440\u0438\u043D\u0433\u0430", placeholder: "\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u044D\u043A\u0432\u0430\u0439\u0440\u0438\u043D\u0433", options: ACQUIRING_TYPES.map(({ name: key = '' }) => ({ key, text: key })), ...withValidator(field('acquiringType'), defaultValidator) }) }), jsx("div", { className: "mb-3 sm:mb-0 sm:w-1/2", children: jsx(SelectControl, { label: "\u0410\u0434\u0440\u0435\u0441", placeholder: "\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u0430\u0434\u0440\u0435\u0441", options: regions.map(({ code = '', name = '' }) => ({ key: code, text: name })), ...withValidator(field('region'), defaultValidator) }) })] }));
825
+ const renderAcquiringRegion = ({ regions, field }) => (jsxs("div", { className: "border-b border-b-main-divider sm:border-none sm:flex sm:justify-between gap-lg ", children: [jsx("div", { className: "sm:w-1/2", children: jsx(SelectControl, { label: "\u0412\u0438\u0434 \u044D\u043A\u0432\u0430\u0439\u0440\u0438\u043D\u0433\u0430", placeholder: "\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u044D\u043A\u0432\u0430\u0439\u0440\u0438\u043D\u0433", options: ACQUIRING_TYPES.map(({ name: key = '' }) => ({ key, text: key })), ...withValidator(field('acquiringType'), defaultValidator) }) }), jsx("div", { className: "sm:w-1/2", children: jsx(SelectControl, { label: "\u0410\u0434\u0440\u0435\u0441", placeholder: "\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u0430\u0434\u0440\u0435\u0441", options: regions.map(({ code = '', name = '' }) => ({ key: code, text: name })), ...withValidator(field('region'), defaultValidator) }) })] }));
826
826
 
827
827
  const SlideCheckbox = JSX(({ value = false, text, type = 'checkbox', onChange }) => (jsxs("div", { role: type, "aria-checked": value, className: "flex justify-start items-center w-full cursor-pointer mb-s", onClick: () => onChange && onChange(!value), children: [jsx("div", { className: style('relative flex-shrink-0 duration-300 w-9 h-5 mr-s rounded-2xl', value ? 'bg-primary-main' : 'bg-main-divider'), children: jsx("div", { className: style('absolute opacity-80 duration-500 top-0.5 w-4 h-4 bg-white rounded-full', value ? 'left-1/2' : 'left-[5%]') }) }), jsx(Text, { size: "text-l", font: "font-light", color: "text-primary-text", children: text })] })));
828
828
 
829
- const renderSlideCheckboxes = (field) => (jsxs("div", { className: "sm:mb-5", children: [jsx(SlideCheckbox, { text: "\u0425\u043E\u0447\u0443 \u043A\u0443\u043F\u0438\u0442\u044C \u043E\u043D\u043B\u0430\u0439\u043D-\u043A\u0430\u0441\u0441\u0443", ...field('onlineCheckout') }), jsx(SlideCheckbox, { text: "\u0425\u043E\u0447\u0443 \u043A\u0443\u043F\u0438\u0442\u044C POS-\u0442\u0435\u0440\u043C\u0438\u043D\u0430\u043B", ...field('posTerminal') })] }));
829
+ const renderSlideCheckboxes = (field) => (jsxs("div", { children: [jsx(SlideCheckbox, { text: "\u0425\u043E\u0447\u0443 \u043A\u0443\u043F\u0438\u0442\u044C \u043E\u043D\u043B\u0430\u0439\u043D-\u043A\u0430\u0441\u0441\u0443", ...field('onlineCheckout') }), jsx(SlideCheckbox, { text: "\u0425\u043E\u0447\u0443 \u043A\u0443\u043F\u0438\u0442\u044C POS-\u0442\u0435\u0440\u043C\u0438\u043D\u0430\u043B", ...field('posTerminal') })] }));
830
830
 
831
831
  const renderSubmitButton = (button, className) => {
832
832
  const buttonStyle = getRegularButtonClasses({
833
833
  className: 'text-white',
834
834
  version: button?.version,
835
835
  });
836
- return (jsx("button", { type: "submit", className: style('p-4 mt-3 w-full sm:mt-0 sm:w-auto', buttonStyle, className), children: button?.text ? button.text : 'Отправить заявку' }));
836
+ return (jsx("button", { type: "submit", className: style('p-m w-full sm:w-auto', buttonStyle, className), children: button?.text ? button.text : 'Отправить заявку' }));
837
837
  };
838
838
 
839
839
  const initialFormState$4 = {
@@ -870,12 +870,12 @@
870
870
  }, [onSubmit]);
871
871
  const [, { field, ...formProps }] = useForm(initialFormState$4, handleSubmit);
872
872
  const regions = useGetRegions();
873
- return (jsxs("form", { className: "container", onSubmit: formProps.onSubmit, children: [jsx(Heading, { headingType: "h6", title: "\u0412\u0438\u0434 \u044D\u043A\u0432\u0430\u0439\u0440\u0438\u043D\u0433\u0430 \u0438 \u0440\u0435\u0433\u0438\u043E\u043D", className: "sm:text-center mb-4" }), renderAcquiringRegion({ regions, field }), jsx(Heading, { headingType: "h6", title: "\u0414\u0430\u043D\u043D\u044B\u0435 \u043E\u0440\u0433\u0430\u043D\u0438\u0437\u0430\u0446\u0438\u0438", className: "sm:text-center mb-4" }), renderAcquiringDataOrganization(field), renderSlideCheckboxes(field), renderSubmitButton(button, 'mb-4'), jsx(Footnote, { link: link })] }));
873
+ return (jsxs("form", { className: "container space-y-m", onSubmit: formProps.onSubmit, children: [jsx(Heading, { headingType: "h6", title: "\u0412\u0438\u0434 \u044D\u043A\u0432\u0430\u0439\u0440\u0438\u043D\u0433\u0430 \u0438 \u0440\u0435\u0433\u0438\u043E\u043D", className: "sm:text-center" }), renderAcquiringRegion({ regions, field }), jsx(Heading, { headingType: "h6", title: "\u0414\u0430\u043D\u043D\u044B\u0435 \u043E\u0440\u0433\u0430\u043D\u0438\u0437\u0430\u0446\u0438\u0438", className: "sm:text-center" }), renderAcquiringDataOrganization(field), renderSlideCheckboxes(field), renderSubmitButton(button), jsx(Footnote, { link: link })] }));
874
874
  });
875
875
 
876
- const renderBusinessCardDataOrganization = (field) => (jsxs("div", { className: "sm:flex sm:justify-between sm:gap-5", children: [jsxs("div", { className: "sm:w-1/2", children: [jsx(InputControl, { className: "shrink-0 w-full mb-3", label: "\u041A\u043E\u043D\u0442\u0430\u043A\u0442\u043D\u043E\u0435 \u043B\u0438\u0446\u043E", ...withValidator(field('name'), nameValidator) }), jsx(InputControl, { className: "shrink-0 w-full mb-3", label: "\u0418\u041D\u041D", ...withValidator(field('inn'), innValidator) })] }), jsxs("div", { className: "sm:w-1/2", children: [jsx(PhoneInputControl, { className: "shrink-0 w-full mb-3", label: "\u0422\u0435\u043B\u0435\u0444\u043E\u043D", ...withValidator(field('phone'), phoneValidator) }), jsx(InputControl, { className: "shrink-0 w-full mb-3", label: "\u042D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u0430\u044F \u043F\u043E\u0447\u0442\u0430", ...withValidator(field('mail'), defaultValidator) })] })] }));
876
+ const renderBusinessCardDataOrganization = (field) => (jsxs("div", { className: "sm:flex sm:justify-between sm:gap-lg", children: [jsxs("div", { className: "sm:w-1/2 space-y-s", children: [jsx(InputControl, { className: "shrink-0 w-full", label: "\u041A\u043E\u043D\u0442\u0430\u043A\u0442\u043D\u043E\u0435 \u043B\u0438\u0446\u043E", ...withValidator(field('name'), nameValidator) }), jsx(InputControl, { className: "shrink-0 w-full", label: "\u0418\u041D\u041D", ...withValidator(field('inn'), innValidator) })] }), jsxs("div", { className: "sm:w-1/2 space-y-s", children: [jsx(PhoneInputControl, { className: "shrink-0 w-full", label: "\u0422\u0435\u043B\u0435\u0444\u043E\u043D", ...withValidator(field('phone'), phoneValidator) }), jsx(InputControl, { className: "shrink-0 w-full", label: "\u042D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u0430\u044F \u043F\u043E\u0447\u0442\u0430", ...withValidator(field('mail'), defaultValidator) })] })] }));
877
877
 
878
- const renderRegion = ({ regions, field }) => (jsx("div", { className: "w-full mb-3 sm:mb-5", children: jsx(SelectControl, { label: "\u0420\u0435\u0433\u0438\u043E\u043D", placeholder: "\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u0440\u0435\u0433\u0438\u043E\u043D", options: regions.map(({ code = '', name = '' }) => ({ key: code, text: name })), ...withValidator(field('region'), defaultValidator) }) }));
878
+ const renderRegion = ({ regions, field }) => (jsx(SelectControl, { className: "w-full", label: "\u0420\u0435\u0433\u0438\u043E\u043D", placeholder: "\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u0440\u0435\u0433\u0438\u043E\u043D", options: regions.map(({ code = '', name = '' }) => ({ key: code, text: name })), ...withValidator(field('region'), defaultValidator) }));
879
879
 
880
880
  const initialFormState$3 = {
881
881
  name: '',
@@ -906,7 +906,7 @@
906
906
  }, [onSubmit]);
907
907
  const [, { field, ...formProps }] = useForm(initialFormState$3, handleSubmit);
908
908
  const regions = useGetRegions();
909
- return (jsxs("form", { className: "container", onSubmit: formProps.onSubmit, children: [renderRegion({ regions, field }), renderBusinessCardDataOrganization(field), renderSubmitButton(button, 'mb-4'), jsx(Footnote, { link: link })] }));
909
+ return (jsxs("form", { className: "container space-y-s", onSubmit: formProps.onSubmit, children: [renderRegion({ regions, field }), renderBusinessCardDataOrganization(field), renderSubmitButton(button), jsx(Footnote, { link: link })] }));
910
910
  });
911
911
 
912
912
  const BRANCHES_URL = '/api/v1/branches';
@@ -927,7 +927,7 @@
927
927
  const MAX_CREDIT_TERM = 180;
928
928
  const ITEMS_CREDIT_TERM = ['От 1 мес', 'До 15 лет'];
929
929
 
930
- const renderCreditDataOrganization = (field) => (jsxs("div", { className: "mb-4 pb-1 border-b border-b-main-divider sm:flex sm:justify-between sm:gap-5 sm:mb-7 sm:border-none sm:pb-0", children: [jsxs("div", { className: "sm:w-1/2", children: [jsx(InputControl, { className: "shrink-0 w-full mb-3", label: "\u041D\u0430\u0438\u043C\u0435\u043D\u043E\u0432\u0430\u043D\u0438\u0435 \u043E\u0440\u0433\u0430\u043D\u0438\u0437\u0430\u0446\u0438\u0438", ...field('fullName') }), jsx(InputControl, { className: "shrink-0 w-full mb-3", label: "\u0418\u041D\u041D", ...withValidator(field('inn'), innValidator) }), jsx(PhoneInputControl, { className: "shrink-0 w-full mb-3", label: "\u0422\u0435\u043B\u0435\u0444\u043E\u043D", ...withValidator(field('phone'), phoneValidator) })] }), jsxs("div", { className: "sm:w-1/2", children: [jsx(InputControl, { className: "shrink-0 w-full mb-3", label: "\u0413\u043E\u0434\u043E\u0432\u0430\u044F \u0432\u044B\u0440\u0443\u0447\u043A\u0430, \u20BD", ...withValidator(field('annualRevenue'), defaultValidator) }), jsx(InputControl, { className: "shrink-0 w-full mb-3", label: "\u041A\u043E\u043D\u0442\u0430\u043A\u0442\u043D\u043E\u0435 \u043B\u0438\u0446\u043E", ...withValidator(field('name'), nameValidator) }), jsx(InputControl, { className: "shrink-0 w-full mb-3", label: "\u042D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u0430\u044F \u043F\u043E\u0447\u0442\u0430", ...field('mail') })] })] }));
930
+ const renderCreditDataOrganization = (field) => (jsxs("div", { className: "pb-2xs border-b border-b-main-divider sm:flex sm:justify-between sm:gap-lg sm:border-none sm:pb-0", children: [jsxs("div", { className: "sm:w-1/2 space-y-s", children: [jsx(InputControl, { className: "shrink-0 w-full", label: "\u041D\u0430\u0438\u043C\u0435\u043D\u043E\u0432\u0430\u043D\u0438\u0435 \u043E\u0440\u0433\u0430\u043D\u0438\u0437\u0430\u0446\u0438\u0438", ...field('fullName') }), jsx(InputControl, { className: "shrink-0 w-full", label: "\u0418\u041D\u041D", ...withValidator(field('inn'), innValidator) }), jsx(PhoneInputControl, { className: "shrink-0 w-full", label: "\u0422\u0435\u043B\u0435\u0444\u043E\u043D", ...withValidator(field('phone'), phoneValidator) })] }), jsxs("div", { className: "sm:w-1/2 space-y-s", children: [jsx(InputControl, { className: "shrink-0 w-full", label: "\u0413\u043E\u0434\u043E\u0432\u0430\u044F \u0432\u044B\u0440\u0443\u0447\u043A\u0430, \u20BD", ...withValidator(field('annualRevenue'), defaultValidator) }), jsx(InputControl, { className: "shrink-0 w-full", label: "\u041A\u043E\u043D\u0442\u0430\u043A\u0442\u043D\u043E\u0435 \u043B\u0438\u0446\u043E", ...withValidator(field('name'), nameValidator) }), jsx(InputControl, { className: "shrink-0 w-full", label: "\u042D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u0430\u044F \u043F\u043E\u0447\u0442\u0430", ...field('mail') })] })] }));
931
931
 
932
932
  const useNormalizedInput = (props, { normalize, format }) => {
933
933
  const { value, onFocus, onBlur, onChange } = props;
@@ -966,7 +966,7 @@
966
966
  const inputStyle = {
967
967
  backgroundSize: `${(((rangeValue - min) * 100) / (max - min)).toFixed(2)}% 100%`,
968
968
  };
969
- return (jsxs("div", { children: [list.length ? (jsx("div", { className: "absolute w-full flex justify-between -bottom-[3px] px-4", children: list.map((_, i) => (jsx("div", { className: `w-2 h-2 rounded-full ${rangeValue <= i || disabled ? 'bg-gray' : 'bg-primary-main'}` }, String(i)))) })) : null, jsx("div", { className: "absolute inset-x-0 -bottom-1 px-4 leading-[18px]", children: jsx("input", { className: "box-border w-full m-0 cursor-pointer slider relative z-10", style: inputStyle, type: "range", min: min, max: max, step: step, value: rangeValue, disabled: disabled, onInput: ((e) => {
969
+ return (jsxs("div", { children: [list.length ? (jsx("div", { className: "absolute w-full flex justify-between -bottom-[3px] px-m", children: list.map((_, i) => (jsx("div", { className: `w-2 h-2 rounded-full ${rangeValue <= i || disabled ? 'bg-gray' : 'bg-primary-main'}` }, String(i)))) })) : null, jsx("div", { className: "absolute inset-x-0 -bottom-1 px-m leading-[18px]", children: jsx("input", { className: "box-border w-full m-0 cursor-pointer slider relative z-10", style: inputStyle, type: "range", min: min, max: max, step: step, value: rangeValue, disabled: disabled, onInput: ((e) => {
970
970
  const rawValue = parseDecimal(e.target?.value);
971
971
  const newValue = list.length ? list[rawValue] : rawValue;
972
972
  onChange && onChange(newValue || 0);
@@ -985,14 +985,14 @@
985
985
  const handleChange = useCallback((e) => {
986
986
  onChange && onChange(parseDecimal(e.target?.value));
987
987
  }, [onChange]);
988
- return (jsxs("div", { className: className, children: [jsxs("label", { className: "block relative", children: [title ? (jsx(Text, { size: "text-m", font: "font-light", color: "text-primary-text", children: title })) : null, jsx("input", { className: style('m-0 mt-xs font-sans text-h3 w-full h-14', 'border border-solid border-gray rounded-md outline-none', 'p-0 pl-4 box-border', 'text-primary-text hover:border-primary-hover focus:border-primary-text', DISABLED_INPUT_CLASSES), disabled: disabled, onInput: handleChange, ...normalizedProps }), renderRangeWithTicks({ list, min, max, step, disabled, value, onChange })] }), renderRangeCaption(items)] }));
988
+ return (jsxs("div", { className: className, children: [jsxs("label", { className: "block relative", children: [title ? (jsx(Text, { size: "text-m", font: "font-light", color: "text-primary-text", children: title })) : null, jsx("input", { className: style('m-0 mt-xs font-sans text-h3 w-full h-14', 'border border-solid border-gray rounded-md outline-none', 'p-0 pl-m box-border', 'text-primary-text hover:border-primary-hover focus:border-primary-text', DISABLED_INPUT_CLASSES), disabled: disabled, onInput: handleChange, ...normalizedProps }), renderRangeWithTicks({ list, min, max, step, disabled, value, onChange })] }), renderRangeCaption(items)] }));
989
989
  });
990
990
  const closestValue = (list) => (_) => list.reduce((prev, curr) => (Math.abs(curr - _) < Math.abs(prev - _) ? curr : prev));
991
- const renderRangeCaption = (items) => (jsx("div", { className: "flex justify-between my-2", children: items.map((item, i) => (jsx(Text, { size: "text-s", font: "font-light", color: "text-secondary-text", children: item }, String(i)))) }));
991
+ const renderRangeCaption = (items) => (jsx("div", { className: "flex justify-between my-xs", children: items.map((item, i) => (jsx(Text, { size: "text-s", font: "font-light", color: "text-secondary-text", children: item }, String(i)))) }));
992
992
 
993
- const renderCreditParameters = (field) => (jsxs("div", { className: "mb-4 pb-1 border-b border-b-main-divider sm:flex sm:justify-between sm:gap-5 sm:mb-7 sm:border-none sm:pb-0", children: [jsxs("div", { className: "mb-3 sm:mb-0 sm:w-1/2", children: [jsx("label", { children: jsx(Text, { size: "text-m", font: "font-light", children: "\u0421\u0443\u043C\u043C\u0430 \u043A\u0440\u0435\u0434\u0438\u0442\u0430, \u20BD" }) }), jsx(InputRange, { items: ITEMS_CREDIT_AMOUNT, min: MIN_CREDIT_AMOUNT, max: MAX_CREDIT_AMOUNT, ...field('amount') })] }), jsxs("div", { className: "sm:w-1/2", children: [jsx("label", { children: jsx(Text, { size: "text-m", font: "font-light", children: "\u0421\u0440\u043E\u043A \u043A\u0440\u0435\u0434\u0438\u0442\u0430, \u043C\u0435\u0441\u044F\u0446\u0435\u0432" }) }), jsx(InputRange, { items: ITEMS_CREDIT_TERM, min: MIN_CREDIT_TERM, max: MAX_CREDIT_TERM, ...field('term') })] })] }));
993
+ const renderCreditParameters = (field) => (jsxs("div", { className: "border-b border-b-main-divider sm:flex sm:justify-between gap-lg sm:border-none", children: [jsxs("div", { className: "sm:w-1/2", children: [jsx("label", { children: jsx(Text, { size: "text-m", font: "font-light", children: "\u0421\u0443\u043C\u043C\u0430 \u043A\u0440\u0435\u0434\u0438\u0442\u0430, \u20BD" }) }), jsx(InputRange, { items: ITEMS_CREDIT_AMOUNT, min: MIN_CREDIT_AMOUNT, max: MAX_CREDIT_AMOUNT, ...field('amount') })] }), jsxs("div", { className: "sm:w-1/2", children: [jsx("label", { children: jsx(Text, { size: "text-m", font: "font-light", children: "\u0421\u0440\u043E\u043A \u043A\u0440\u0435\u0434\u0438\u0442\u0430, \u043C\u0435\u0441\u044F\u0446\u0435\u0432" }) }), jsx(InputRange, { items: ITEMS_CREDIT_TERM, min: MIN_CREDIT_TERM, max: MAX_CREDIT_TERM, ...field('term') })] })] }));
994
994
 
995
- const renderRegionDepartment = ({ regions, branches, field }) => (jsxs("div", { className: "mb-4 sm:flex sm:justify-between sm:gap-5 sm:mb-7 sm:border-none sm:pb-0", children: [jsx("div", { className: "mb-3 sm:mb-0 sm:w-1/2", children: jsx(SelectControl, { label: "\u0420\u0435\u0433\u0438\u043E\u043D", placeholder: "\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u0440\u0435\u0433\u0438\u043E\u043D", options: regions.map(({ code = '', name = '' }) => ({ key: code, text: name })), ...withValidator(field('region'), defaultValidator) }) }), jsx("div", { className: "mb-3 sm:mb-0 sm:w-1/2", children: jsx(SelectControl, { label: "\u0410\u0434\u0440\u0435\u0441", placeholder: "\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u0430\u0434\u0440\u0435\u0441", options: branches.map(({ branchCode = '', address = '' }) => ({
995
+ const renderRegionDepartment = ({ regions, branches, field }) => (jsxs("div", { className: "sm:flex sm:justify-between sm:gap-m sm:mb-2xl sm:border-none sm:pb-0", children: [jsx("div", { className: "sm:w-1/2", children: jsx(SelectControl, { label: "\u0420\u0435\u0433\u0438\u043E\u043D", placeholder: "\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u0440\u0435\u0433\u0438\u043E\u043D", options: regions.map(({ code = '', name = '' }) => ({ key: code, text: name })), ...withValidator(field('region'), defaultValidator) }) }), jsx("div", { className: "sm:w-1/2", children: jsx(SelectControl, { label: "\u0410\u0434\u0440\u0435\u0441", placeholder: "\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u0430\u0434\u0440\u0435\u0441", options: branches.map(({ branchCode = '', address = '' }) => ({
996
996
  key: branchCode,
997
997
  text: address,
998
998
  })), ...withValidator(field('department'), defaultValidator) }) })] }));
@@ -1034,7 +1034,7 @@
1034
1034
  const [formState, { field, ...formProps }] = useForm(initialFormState$2, handleSubmit);
1035
1035
  const regions = useGetRegions();
1036
1036
  const branches = useBranches(formState.region?.key).filter((branch) => branch?.address);
1037
- return (jsxs("form", { className: "container", onSubmit: formProps.onSubmit, children: [jsx(Heading, { headingType: "h6", title: "\u041F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u044B \u043A\u0440\u0435\u0434\u0438\u0442\u0430", className: "sm:text-center mb-4" }), renderCreditParameters(field), jsx(Heading, { headingType: "h6", title: "\u0414\u0430\u043D\u043D\u044B\u0435 \u043E\u0440\u0433\u0430\u043D\u0438\u0437\u0430\u0446\u0438\u0438", className: "sm:text-center mb-4" }), renderCreditDataOrganization(field), jsx(Heading, { headingType: "h6", title: "\u041E\u0444\u0438\u0441 \u0431\u0430\u043D\u043A\u0430", className: "sm:text-center mb-4" }), renderRegionDepartment({ regions, branches, field }), renderSubmitButton(button, 'mb-4'), jsx(Footnote, { link: link })] }));
1037
+ return (jsxs("form", { className: "container space-y-m", onSubmit: formProps.onSubmit, children: [jsx(Heading, { headingType: "h6", title: "\u041F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u044B \u043A\u0440\u0435\u0434\u0438\u0442\u0430", className: "sm:text-center" }), renderCreditParameters(field), jsx(Heading, { headingType: "h6", title: "\u0414\u0430\u043D\u043D\u044B\u0435 \u043E\u0440\u0433\u0430\u043D\u0438\u0437\u0430\u0446\u0438\u0438", className: "sm:text-center" }), renderCreditDataOrganization(field), jsx(Heading, { headingType: "h6", title: "\u041E\u0444\u0438\u0441 \u0431\u0430\u043D\u043A\u0430", className: "sm:text-center" }), renderRegionDepartment({ regions, branches, field }), renderSubmitButton(button), jsx(Footnote, { link: link })] }));
1038
1038
  });
1039
1039
 
1040
1040
  const initialFormState$1 = {
@@ -1057,7 +1057,7 @@
1057
1057
  });
1058
1058
  }, [onSubmit]);
1059
1059
  const [, { field, ...formProps }] = useForm(initialFormState$1, handleSubmit);
1060
- return (jsxs("form", { className: "container", onSubmit: formProps.onSubmit, children: [jsx(Heading, { headingType: "h6", title: "\u041E\u0441\u0442\u0430\u0432\u044C\u0442\u0435 \u0437\u0430\u044F\u0432\u043A\u0443 \u0438 \u043C\u044B \u043E\u0442\u0432\u0435\u0442\u0438\u043C \u043D\u0430 \u043B\u044E\u0431\u044B\u0435 \u0432\u043E\u043F\u0440\u043E\u0441\u044B \u043F\u043E \u0434\u0435\u043F\u043E\u0437\u0438\u0442\u0430\u043C", className: "sm:text-center mb-4" }), jsxs("div", { className: "max-w-[560px] m-auto", children: [jsx(InputControl, { className: "shrink-0 w-full mb-3", label: "\u0418\u043C\u044F", ...withValidator(field('name'), nameValidator) }), jsx(PhoneInputControl, { className: "shrink-0 w-full mb-3", label: "\u0422\u0435\u043B\u0435\u0444\u043E\u043D", ...withValidator(field('phone'), phoneValidator) })] }), jsxs("div", { className: "flex justify-between flex-col-reverse sm:items-center sm:flex-row max-w-[560px] m-auto", children: [jsx("div", { className: "flex-1 mt-4 sm:mt-0", children: jsx(Footnote, { link: link }) }), renderSubmitButton(button)] })] }));
1060
+ return (jsxs("form", { className: "container", onSubmit: formProps.onSubmit, children: [jsx(Heading, { headingType: "h6", title: "\u041E\u0441\u0442\u0430\u0432\u044C\u0442\u0435 \u0437\u0430\u044F\u0432\u043A\u0443 \u0438 \u043C\u044B \u043E\u0442\u0432\u0435\u0442\u0438\u043C \u043D\u0430 \u043B\u044E\u0431\u044B\u0435 \u0432\u043E\u043F\u0440\u043E\u0441\u044B \u043F\u043E \u0434\u0435\u043F\u043E\u0437\u0438\u0442\u0430\u043C", className: "sm:text-center mb-m" }), jsxs("div", { className: "max-w-[560px] m-auto space-y-s", children: [jsx(InputControl, { className: "shrink-0 w-full", label: "\u0418\u043C\u044F", ...withValidator(field('name'), nameValidator) }), jsx(PhoneInputControl, { className: "shrink-0 w-full", label: "\u0422\u0435\u043B\u0435\u0444\u043E\u043D", ...withValidator(field('phone'), phoneValidator) })] }), jsxs("div", { className: "flex justify-between flex-col-reverse sm:items-center sm:flex-row max-w-[560px] m-auto", children: [jsx("div", { className: "flex-1", children: jsx(Footnote, { link: link }) }), renderSubmitButton(button)] })] }));
1061
1061
  });
1062
1062
 
1063
1063
  const EMPTY_VALUE$1 = {};
@@ -1075,7 +1075,7 @@
1075
1075
  version: button?.version,
1076
1076
  });
1077
1077
  const regionHref = regions?.find((_) => _.name === region.key)?.href;
1078
- return (jsxs("div", { className: "container space-y-s sm:space-y-lg", children: [regions ? (jsx(SelectControl, { label: "\u0412\u0430\u0448 \u0440\u0435\u0433\u0438\u043E\u043D", placeholder: "\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u0440\u0435\u0433\u0438\u043E\u043D", options: regions.map(({ name = '' }) => ({ key: name })), value: region, onChange: setRegion })) : null, regionHref ? (jsx("div", { className: "text-center", children: jsx(Button, { href: regionHref, target: "_blank", className: style('p-4 w-full sm:w-auto', buttonStyle), children: button?.text ? button.text : 'Перейти' }) })) : null] }));
1078
+ return (jsxs("div", { className: "container space-y-s sm:space-y-lg", children: [regions ? (jsx(SelectControl, { label: "\u0412\u0430\u0448 \u0440\u0435\u0433\u0438\u043E\u043D", placeholder: "\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u0440\u0435\u0433\u0438\u043E\u043D", options: regions.map(({ name = '' }) => ({ key: name })), value: region, onChange: setRegion })) : null, regionHref ? (jsx("div", { className: "text-center", children: jsx(Button, { href: regionHref, target: "_blank", className: style('p-m w-full sm:w-auto', buttonStyle), children: button?.text ? button.text : 'Перейти' }) })) : null] }));
1079
1079
  });
1080
1080
 
1081
1081
  const sourcesComparator = (a, b) => a?.media && b?.media ? a.media - b.media : 0;
@@ -1104,7 +1104,7 @@
1104
1104
  return image.icon ? (jsx(Icon, { className: className, imageClassName: imageClassName, iconVersion: image?.iconVersion, name: image.icon, ...iconProps })) : (jsx(ImgAsPicture, { className: className, imageClassName: imageClassName, image: image, pathPrefix: pathPrefix }));
1105
1105
  });
1106
1106
 
1107
- const renderContacts = () => (jsxs("div", { className: "flex", children: [jsxs("a", { className: "flex items-center text-primary-text no-underline mr-6", href: `tel:8 (800) 200-78-70`, "aria-label": "8 (800) 200-78-70", children: [jsx(Img, { image: { icon: 'PhoneIcon' }, width: "24", height: "24", className: "mr-3" }), jsx("span", { children: "8 (800) 200-78-70" })] }), jsxs("a", { className: "flex items-center text-primary-text no-underline", "aria-label": "ved@rshb.ru", href: `mailto:ved@rshb.ru`, children: [jsx(Img, { image: { icon: 'MailIcon' }, width: "24", height: "24", className: "mr-3" }), jsx("span", { children: "ved@rshb.ru" })] })] }));
1107
+ const renderContacts = () => (jsxs("div", { className: "flex gap-xl", children: [jsxs("a", { className: "flex gap-s items-center text-primary-text no-underline", href: `tel:8 (800) 200-78-70`, "aria-label": "8 (800) 200-78-70", children: [jsx(Img, { image: { icon: 'PhoneIcon' }, width: "24", height: "24" }), jsx("span", { children: "8 (800) 200-78-70" })] }), jsxs("a", { className: "flex gap-s items-center text-primary-text no-underline", "aria-label": "ved@rshb.ru", href: `mailto:ved@rshb.ru`, children: [jsx(Img, { image: { icon: 'MailIcon' }, width: "24", height: "24" }), jsx("span", { children: "ved@rshb.ru" })] })] }));
1108
1108
 
1109
1109
  const SVG = JSX(({ className, viewBox, fill = 'none', width, height, paths, ...commonOptions }) => {
1110
1110
  return (jsx("svg", { xmlns: "http://www.w3.org/2000/svg", className: className, viewBox: viewBox, fill: fill, width: width, height: height, children: paths.map(({ d, fill: pathFill, ...options }, i) => (jsx("path", { d: d, fill: pathFill || 'currentColor', ...commonOptions, ...options }, i))) }));
@@ -1127,13 +1127,13 @@
1127
1127
  onChange && onChange(!value);
1128
1128
  }, [onChange, disabled, value]);
1129
1129
  const icon = isRadio ? (jsx("div", { className: "absolute left-1 w-3 h-3 rounded-full bg-primary-main" })) : (jsx(SVG, { paths: CHECK_PATHS, className: "absolute left-1 ml-px block", width: "11", height: "9", fill: "white", viewBox: "0 0 11 9" }));
1130
- return (jsx("div", { className: className, children: jsxs("label", { className: "flex items-center relative cursor-pointer group/box", onClick: handleChange, children: [jsx("div", { className: style('appearance-none w-5 h-5 border-solid cursor-pointer m-0', isRadio ? 'rounded-full border-2' : checkboxStyle(value), value ? 'border-primary-main' : 'border-gray', disabled ? 'bg-main-disabled' : 'group-hover/box:border-primary-hover'), role: "checkbox", "aria-checked": Boolean(value), "aria-disabled": Boolean(disabled) }), value ? icon : null, text ? (jsx("div", { className: "ml-3", children: jsx(Text, { size: "text-l", font: "font-light", children: text }) })) : null] }) }));
1130
+ return (jsx("div", { className: className, children: jsxs("label", { className: "flex items-center relative cursor-pointer group/box", onClick: handleChange, children: [jsx("div", { className: style('appearance-none w-5 h-5 border-solid cursor-pointer m-0', isRadio ? 'rounded-full border-2' : checkboxStyle(value), value ? 'border-primary-main' : 'border-gray', disabled ? 'bg-main-disabled' : 'group-hover/box:border-primary-hover'), role: "checkbox", "aria-checked": Boolean(value), "aria-disabled": Boolean(disabled) }), value ? icon : null, text ? (jsx("div", { className: "ml-s", children: jsx(Text, { size: "text-l", font: "font-light", children: text }) })) : null] }) }));
1131
1131
  });
1132
1132
  const checkboxStyle = (value) => style('rounded border', value ? 'bg-primary-main' : '');
1133
1133
 
1134
1134
  const renderQuestionsInterested = (field) => {
1135
1135
  const textField = field('text');
1136
- return (jsxs("div", { className: "mb-3 sm:mb-6", children: [jsxs("div", { className: "mb-4 sm:flex sm:items-center sm:gap-6", children: [jsx(Checkbox, { className: "mb-3 sm:mb-0", text: "\u0412\u0430\u043B\u044E\u0442\u043D\u044B\u0439 \u043A\u043E\u043D\u0442\u0440\u043E\u043B\u044C", ...field('currencyControl') }), jsx(Checkbox, { className: "mb-3 sm:mb-0", text: "\u0414\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0440\u043D\u044B\u0435 \u043E\u043F\u0435\u0440\u0430\u0446\u0438\u0438", ...field('documentaryOperations') }), jsx(Checkbox, { className: "mb-3 sm:mb-0", text: "\u041A\u043E\u043D\u0432\u0435\u0440\u0441\u0438\u043E\u043D\u043D\u044B\u0435 \u043E\u043F\u0435\u0440\u0430\u0446\u0438\u0438", ...field('conversionOperations') })] }), jsx("textarea", { placeholder: "\u0423\u043A\u0430\u0436\u0438\u0442\u0435 \u0438\u043D\u0442\u0435\u0440\u0435\u0441\u0443\u044E\u0449\u0438\u0439 \u0432\u0430\u0441 \u0432\u043E\u043F\u0440\u043E\u0441, \u043C\u0435\u0441\u0442\u043E \u0432\u0435\u0434\u0435\u043D\u0438\u044F \u0431\u0438\u0437\u043D\u0435\u0441\u0430 \u0438 \u0443\u0434\u043E\u0431\u043D\u043E\u0435 \u0432\u0440\u0435\u043C\u044F \u0434\u043B\u044F \u0442\u0435\u043B\u0435\u0444\u043E\u043D\u043D\u043E\u0433\u043E \u0437\u0432\u043E\u043D\u043A\u0430", className: "block w-full resize-y min-h-24 p-4 outline-none border rounded-md border-main-stroke hover:border-primary-hover active:focus:border-primary-text", value: textField.value, onInput: ((e) => textField.onChange && textField.onChange(e.target?.value || '')) })] }));
1136
+ return (jsxs("div", { className: "space-y-m", children: [jsxs("div", { className: "sm:flex sm:items-center sm:gap-xl", children: [jsx(Checkbox, { text: "\u0412\u0430\u043B\u044E\u0442\u043D\u044B\u0439 \u043A\u043E\u043D\u0442\u0440\u043E\u043B\u044C", ...field('currencyControl') }), jsx(Checkbox, { text: "\u0414\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0440\u043D\u044B\u0435 \u043E\u043F\u0435\u0440\u0430\u0446\u0438\u0438", ...field('documentaryOperations') }), jsx(Checkbox, { text: "\u041A\u043E\u043D\u0432\u0435\u0440\u0441\u0438\u043E\u043D\u043D\u044B\u0435 \u043E\u043F\u0435\u0440\u0430\u0446\u0438\u0438", ...field('conversionOperations') })] }), jsx("textarea", { placeholder: "\u0423\u043A\u0430\u0436\u0438\u0442\u0435 \u0438\u043D\u0442\u0435\u0440\u0435\u0441\u0443\u044E\u0449\u0438\u0439 \u0432\u0430\u0441 \u0432\u043E\u043F\u0440\u043E\u0441, \u043C\u0435\u0441\u0442\u043E \u0432\u0435\u0434\u0435\u043D\u0438\u044F \u0431\u0438\u0437\u043D\u0435\u0441\u0430 \u0438 \u0443\u0434\u043E\u0431\u043D\u043E\u0435 \u0432\u0440\u0435\u043C\u044F \u0434\u043B\u044F \u0442\u0435\u043B\u0435\u0444\u043E\u043D\u043D\u043E\u0433\u043E \u0437\u0432\u043E\u043D\u043A\u0430", className: "block w-full resize-y min-h-24 p-m outline-none border rounded-md border-main-stroke hover:border-primary-hover active:focus:border-primary-text", value: textField.value, onInput: ((e) => textField.onChange && textField.onChange(e.target?.value || '')) })] }));
1137
1137
  };
1138
1138
 
1139
1139
  const renderWedDataOrganization = (field) => (jsxs("div", { children: [jsxs("div", { className: "sm:flex sm:justify-between sm:gap-lg", children: [jsx("div", { className: "sm:w-1/2", children: jsx(InputControl, { className: "shrink-0 w-full mb-s", label: "\u041D\u0430\u0438\u043C\u0435\u043D\u043E\u0432\u0430\u043D\u0438\u0435 \u043E\u0440\u0433\u0430\u043D\u0438\u0437\u0430\u0446\u0438\u0438", ...withValidator(field('fullName'), defaultValidator) }) }), jsx("div", { className: "sm:w-1/2", children: jsx(InputControl, { className: "shrink-0 w-full mb-s", label: "\u0424\u0418\u041E", ...withValidator(field('name'), nameValidator) }) })] }), jsxs("div", { className: "sm:flex sm:justify-between sm:gap-lg sm:mb-2xl", children: [jsx("div", { className: "sm:w-1/2", children: jsx(PhoneInputControl, { className: "shrink-0 w-full mb-s", label: "\u0422\u0435\u043B\u0435\u0444\u043E\u043D", ...withValidator(field('phone'), phoneValidator) }) }), jsx("div", { className: "sm:w-1/2", children: jsx(InputControl, { className: "shrink-0 w-full mb-s", label: "\u042D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u0430\u044F \u043F\u043E\u0447\u0442\u0430", ...withValidator(field('mail'), defaultValidator) }) })] })] }));
@@ -1169,7 +1169,7 @@
1169
1169
  });
1170
1170
  }, [onSubmit]);
1171
1171
  const [, { field, ...formProps }] = useForm(initialFormState, handleSubmit);
1172
- return (jsxs("form", { className: "container", onSubmit: formProps.onSubmit, children: [jsx(Heading, { headingType: "h6", title: "\u0414\u0430\u043D\u043D\u044B\u0435 \u043E\u0440\u0433\u0430\u043D\u0438\u0437\u0430\u0446\u0438\u0438", className: "sm:text-center mb-m" }), renderWedDataOrganization(field), jsx(Heading, { headingType: "h6", title: "\u0418\u043D\u0442\u0435\u0440\u0435\u0441\u0443\u044E\u0449\u0438\u0439 \u0432\u043E\u043F\u0440\u043E\u0441", className: "sm:text-center mb-m" }), renderQuestionsInterested(field), jsxs("div", { className: "flex flex-col border-b border-main-divider mb-5 pb-5 sm:items-center sm:flex-row sm:mb-9 sm:pb-9", children: [renderSubmitButton(button, 'mb-m sm:mr-lg sm:mb-0'), jsx(Footnote, { link: link })] }), jsx(Heading, { headingType: "h6", title: "\u0418\u043B\u0438 \u0441\u0432\u044F\u0436\u0438\u0442\u0435\u0441\u044C \u0441 \u043D\u0430\u043C\u0438 \u0443\u0434\u043E\u0431\u043D\u044B\u043C \u0441\u043F\u043E\u0441\u043E\u0431\u043E\u043C", className: "sm:text-center mb-m" }), renderContacts()] }));
1172
+ return (jsxs("form", { className: "container space-y-m", onSubmit: formProps.onSubmit, children: [jsx(Heading, { headingType: "h6", title: "\u0414\u0430\u043D\u043D\u044B\u0435 \u043E\u0440\u0433\u0430\u043D\u0438\u0437\u0430\u0446\u0438\u0438", className: "sm:text-center" }), renderWedDataOrganization(field), jsx(Heading, { headingType: "h6", title: "\u0418\u043D\u0442\u0435\u0440\u0435\u0441\u0443\u044E\u0449\u0438\u0439 \u0432\u043E\u043F\u0440\u043E\u0441", className: "sm:text-center" }), renderQuestionsInterested(field), jsxs("div", { className: "flex flex-col gap-m border-b border-main-divider pb-lg sm:items-center sm:flex-row sm:pb-4xl", children: [renderSubmitButton(button), jsx(Footnote, { link: link })] }), jsx(Heading, { headingType: "h6", title: "\u0418\u043B\u0438 \u0441\u0432\u044F\u0436\u0438\u0442\u0435\u0441\u044C \u0441 \u043D\u0430\u043C\u0438 \u0443\u0434\u043E\u0431\u043D\u044B\u043C \u0441\u043F\u043E\u0441\u043E\u0431\u043E\u043C", className: "sm:text-center" }), renderContacts()] }));
1173
1173
  });
1174
1174
 
1175
1175
  const EmbeddableForms = {
@@ -1184,7 +1184,7 @@
1184
1184
  const ResponseNotification = JSX(({ responseType }) => {
1185
1185
  const responseOK = responseType === 'OK';
1186
1186
  const backgroundColor = responseOK ? 'bg-ok' : 'bg-fail';
1187
- return (jsxs("div", { className: `flex items-center mt-lg p-lg rounded-md space-x-m ${backgroundColor}`, children: [responseOK ? (jsx(Img, { image: { icon: 'ResponceOKIcon' }, width: "42", height: "42" })) : (jsx(Img, { image: { icon: 'ResponceFailIcon' }, width: "37", height: "34" })), jsxs("div", { children: [jsx(Heading, { headingType: "h6", title: responseOK ? 'Ваша заявка отправлена' : 'Не удалось отправить заявку', className: "mb-1" }), jsx(Text, { size: "text-l", font: "font-light", color: "text-secondary-text", children: responseOK ? 'Совсем скоро мы с вами свяжемся' : 'Пожалуйста, повторите позднее' })] })] }));
1187
+ return (jsxs("div", { className: `flex items-center p-lg rounded-md space-x-m ${backgroundColor}`, children: [responseOK ? (jsx(Img, { image: { icon: 'ResponceOKIcon' }, width: "42", height: "42" })) : (jsx(Img, { image: { icon: 'ResponceFailIcon' }, width: "37", height: "34" })), jsxs("div", { children: [jsx(Heading, { headingType: "h6", title: responseOK ? 'Ваша заявка отправлена' : 'Не удалось отправить заявку', className: "mb-2xs" }), jsx(Text, { size: "text-l", font: "font-light", color: "text-secondary-text", children: responseOK ? 'Совсем скоро мы с вами свяжемся' : 'Пожалуйста, повторите позднее' })] })] }));
1188
1188
  });
1189
1189
 
1190
1190
  const API = CorporateLeadAPI();
@@ -1201,7 +1201,7 @@
1201
1201
  setResponseType(status);
1202
1202
  return status;
1203
1203
  }, []);
1204
- return (jsx(BlockWrapper, { className: className, defaultPadding: "p-6xl", ...rest, children: jsxs("div", { className: "container max-w-[978px]", children: [formBlock?.title ? (jsx(Heading, { headingType: "h3", title: formBlock.title, className: "mb-4 sm:mb-8 sm:text-center" })) : null, formBlock ? renderEmbeddedForm(formBlock, handleSubmit) : null, responseType ? jsx(ResponseNotification, { responseType: responseType }) : null] }) }));
1204
+ return (jsx(BlockWrapper, { className: className, defaultPadding: "p-6xl", ...rest, children: jsxs("div", { className: "container max-w-[978px] space-y-lg", children: [formBlock?.title ? (jsx(Heading, { headingType: "h3", title: formBlock.title, className: "sm:text-center" })) : null, formBlock ? renderEmbeddedForm(formBlock, handleSubmit) : null, responseType ? jsx(ResponseNotification, { responseType: responseType }) : null] }) }));
1205
1205
  });
1206
1206
  const renderEmbeddedForm = (formBlock, handleSubmit) => {
1207
1207
  const type = formBlock?.formType;
@@ -1280,7 +1280,7 @@
1280
1280
  descriptionStyle: 'mt-xs',
1281
1281
  },
1282
1282
  };
1283
- // TODO Move to Gallery and rename
1283
+ // TODO: Move to Gallery and rename
1284
1284
  const HEADLINE_SMALL_VERSION = {
1285
1285
  H6: 'text-h6',
1286
1286
  XL_L: 'text-xl-light',
@@ -1292,10 +1292,10 @@
1292
1292
  XS: 'text-xs-light',
1293
1293
  };
1294
1294
 
1295
- const Headline = JSX(({ className, version = '', headlineVersion = 'XL', title, description, align = 'text-center', as, isPadding = true, isTheme = false, ...rest }) => {
1295
+ const Headline = JSX(({ className, version = '', headlineVersion = 'XL', title, description, align = 'text-center', as, isEmbedded = false, isTheme = false, ...rest }) => {
1296
1296
  const versionStyle = headlineVersionStyles[headlineVersion];
1297
1297
  const descriptionStyle = { marginTop: versionStyle.descriptionStyle };
1298
- return (jsxs(BlockWrapper, { className: className, defaultPadding: isPadding ? 'p-6xl' : '', version: version, isTheme: isTheme, ...rest, children: [title ? (jsx(Heading, { className: style('whitespace-pre-wrap', align), ...versionStyle?.title, as: as || versionStyle?.title.as, title: title })) : null, description ? (jsx(Paragraph, { size: versionStyle.descriptionSize, font: versionStyle.descriptionWeight, align: align, ...descriptionStyle, children: description })) : null] }));
1298
+ return (jsxs(BlockWrapper, { className: style(isEmbedded ? '@container-normal' : '', className), defaultPadding: isEmbedded ? '' : 'p-6xl', version: version, isTheme: isTheme, ...rest, children: [title ? (jsx(Heading, { className: style('whitespace-pre-wrap', align), ...versionStyle?.title, as: as || versionStyle?.title.as, title: title })) : null, description ? (jsx(Paragraph, { size: versionStyle.descriptionSize, font: versionStyle.descriptionWeight, align: align, ...descriptionStyle, children: description })) : null] }));
1299
1299
  });
1300
1300
 
1301
1301
  const mapChildren = (mapper) => (children) => {
@@ -1362,7 +1362,7 @@
1362
1362
  .map(([, i]) => i);
1363
1363
 
1364
1364
  const containerStyles = {
1365
- 'horizontal-list': 'mx-auto mt-5 w-fit',
1365
+ 'horizontal-list': 'mx-auto mt-lg w-fit',
1366
1366
  'vertical-list': 'absolute flex-col justify-center h-full top-0 left-4',
1367
1367
  };
1368
1368
  const activeDotStyles = {
@@ -1380,7 +1380,7 @@
1380
1380
  });
1381
1381
  }
1382
1382
  };
1383
- return dotCount ? (jsx("div", { className: style('flex gap-2', containerStyles[listType], version ? 'group' : ''), ...(version ? { 'data-ver': version } : {}), children: new Array(dotCount).fill(null).map((_, idx) => (jsx("div", { className: `${dotStyle} ${idx === activeIndex ? activeDotStyles[listType] : inactiveDotStyle}`, role: "button", "aria-hidden": true, onClick: () => handleClick(idx) }, String(idx)))) })) : null;
1383
+ return dotCount ? (jsx("div", { className: style('flex gap-xs', containerStyles[listType], version ? 'group' : ''), ...(version ? { 'data-ver': version } : {}), children: new Array(dotCount).fill(null).map((_, idx) => (jsx("div", { className: `${dotStyle} ${idx === activeIndex ? activeDotStyles[listType] : inactiveDotStyle}`, role: "button", "aria-hidden": true, onClick: () => handleClick(idx) }, String(idx)))) })) : null;
1384
1384
  });
1385
1385
 
1386
1386
  const areArraysEqual = (as, bs) => as === bs || Boolean(as && bs && as?.length === bs?.length && as.every((_, i) => _ === bs[i]));
@@ -1471,13 +1471,13 @@
1471
1471
 
1472
1472
  const bonusBenefitAlign = 'text-left';
1473
1473
 
1474
- const bonusBenefitStyles = 'justify-between p-4 h-full border border-gray';
1474
+ const bonusBenefitStyles = 'justify-between p-m h-full border border-gray';
1475
1475
 
1476
1476
  const renderBonusBenefit = ({ icon, title, description }, i) => (jsxs("div", { className: style('flex flex-col', bonusBenefitStyles, !description && !title ? 'justify-center' : ''), children: [title ? (jsx(Text, { size: "text-h6", font: "font-normal", align: bonusBenefitAlign, children: title })) : null, icon ? jsx(Img, { image: icon, height: "180", className: "w-auto" }) : null, description ? (jsx(Text, { size: "text-h6", font: "font-normal", align: bonusBenefitAlign, children: description })) : null] }, String(i)));
1477
1477
 
1478
1478
  const renderBonusBenefits = (bonusBenefits, _columnsCount, _cardTextAlign) => (jsx(SwipeListControl, { children: bonusBenefits.map((_, i) => renderBonusBenefit({ ..._ }, i)) }));
1479
1479
 
1480
- const BonusBenefitsBlock = JSX(({ bonusBenefits, cardTextAlign = 'center', className = '', columnsCount = '4', subtitle, title, ...rest }) => (jsxs(BlockWrapper, { className: className, defaultPadding: "p-6xl", ...rest, children: [jsx(Headline, { className: "mb-4 sm:mb-3xl", isPadding: false, title: title, description: subtitle, headlineVersion: "M" }), bonusBenefits?.length
1480
+ const BonusBenefitsBlock = JSX(({ bonusBenefits, cardTextAlign = 'center', className = '', columnsCount = '4', subtitle, title, ...rest }) => (jsxs(BlockWrapper, { className: className, defaultPadding: "p-6xl", ...rest, children: [jsx(Headline, { className: "mb-m sm:mb-3xl", isEmbedded: true, title: title, description: subtitle, headlineVersion: "M" }), bonusBenefits?.length
1481
1481
  ? renderBonusBenefits(bonusBenefits)
1482
1482
  : null] })));
1483
1483
 
@@ -1515,7 +1515,7 @@
1515
1515
  return (jsx("div", { ref: containerRef, className: `transition-max-h duration-300 overflow-hidden ${containerRef.current || !isUnfolded ? 'max-h-0' : ''} ${className}`, children: children }));
1516
1516
  });
1517
1517
 
1518
- const calculatorValueBlockStyle = 'flex justify-between md:mb-7 md:flex-col';
1518
+ const calculatorValueBlockStyle = 'flex justify-between md:flex-col';
1519
1519
  const CalculatorValueBlock = JSX(({ title, value, postfix = '', prefix, className = '' }) => (jsxs("div", { className: style(calculatorValueBlockStyle, className), children: [title ? (jsx(Text, { size: "text-l", font: "font-light", color: "text-secondary-text", children: title })) : null, value ? (jsx("div", { children: jsxs(Text, { size: "text-h3", children: [prefix, " ", toLocalNumberFormat(2)(Math.round(value)), " ", postfix] }) })) : (jsx("div", { children: jsx(Text, { size: "text-h3", children: "-" }) }))] })));
1520
1520
 
1521
1521
  const DEFAULT_MIN_SUM = 10000;
@@ -1609,7 +1609,7 @@
1609
1609
  const BUSINESS_DEPOSIT_CALC_DEFAULT_DIR = 'business-calculator-data';
1610
1610
  const REFINANCING_CALC_DEFAULT_DIR = 'refinancing-calculator-data';
1611
1611
 
1612
- const Rate = JSX(({ rate, title = 'Ставка', unit, depositeName, isShowDepositeName, rateBlockClassName, fractionDigits = 2, }) => (jsxs("div", { children: [jsx(Text, { size: "text-l", font: "font-light", color: "text-secondary-text", children: title }), jsxs("div", { className: "relative", children: [jsxs("div", { className: "flex justify-start gradient-color-text", children: [jsx("span", { className: style('font-mohave text-title-huge pr-6 -mt-4', rateBlockClassName), children: String(rate.toFixed(fractionDigits)).replace('.', ',') }), unit ? jsx("span", { className: "text-7xl", children: unit }) : null] }), depositeName && isShowDepositeName ? (jsx("div", { className: "absolute bottom-7 w-full text-center whitespace-nowrap", children: depositeName })) : null] })] })));
1612
+ const Rate = JSX(({ rate, title = 'Ставка', unit, depositeName, isShowDepositeName, rateBlockClassName, fractionDigits = 2, }) => (jsxs("div", { children: [jsx(Text, { size: "text-l", font: "font-light", color: "text-secondary-text", children: title }), jsxs("div", { className: "relative", children: [jsxs("div", { className: "flex justify-start gradient-color-text", children: [jsx("span", { className: style('font-mohave text-title-huge pr-xl -mt-m', rateBlockClassName), children: String(rate.toFixed(fractionDigits)).replace('.', ',') }), unit ? jsx("span", { className: "text-7xl", children: unit }) : null] }), depositeName && isShowDepositeName ? (jsx("div", { className: "absolute bottom-7 w-full text-center whitespace-nowrap", children: depositeName })) : null] })] })));
1613
1613
 
1614
1614
  const renderFootnote = (text) => text ? (jsx(Paragraph, { size: "text-s", font: "font-light", color: "text-secondary-text", children: text })) : null;
1615
1615
 
@@ -1658,7 +1658,7 @@
1658
1658
  restExpenseValue: DEFAULT_REST_MIN_SUM,
1659
1659
  });
1660
1660
  const { minSumTravel, maxSumTravel, minSumOther, maxSumOther, monthBonus, yearBonus } = useBonusCalculatorParams(userInputParams, sourceBookDir);
1661
- return (jsxs("section", { className: style('flex justify-between', className), children: [jsxs("div", { className: "w-2/5", children: [renderWantedSumInput({
1661
+ return (jsxs("section", { className: style('flex flex-col justify-between sm:flex-row gap-m', className), children: [jsxs("div", { className: "flex flex-col gap-y-m sm:w-2/5 gap-2xl", children: [renderWantedSumInput({
1662
1662
  title: 'Сумма покупок в категории путешествия, ₽',
1663
1663
  min: minSumTravel,
1664
1664
  max: maxSumTravel,
@@ -1667,13 +1667,12 @@
1667
1667
  ...field('travelExpenseValue'),
1668
1668
  }), renderWantedSumInput({
1669
1669
  title: 'Сумма покупок в остальных категориях, ₽',
1670
- className: 'mt-7',
1671
1670
  min: minSumOther,
1672
1671
  max: maxSumOther,
1673
1672
  step: 500,
1674
1673
  isShowItems: false,
1675
1674
  ...field('restExpenseValue'),
1676
- })] }), jsx("div", { children: monthBonus >= 0 ? (jsx(Rate, { title: "\u0411\u0430\u043B\u043B\u043E\u0432 \u0437\u0430 \u043C\u0435\u0441\u044F\u0446", rate: monthBonus, rateBlockClassName: "tracking-[-14px]", fractionDigits: 0 })) : null }), jsxs("div", { className: "w-96", children: [yearBonus >= 0 ? jsx(CalculatorValueBlock, { title: "\u0411\u0430\u043B\u043B\u043E\u0432 \u0437\u0430 \u0433\u043E\u0434", value: yearBonus }) : null, renderButtonsSection(buttons, { className: 'mt-7', isVertical: true }), renderFootnote(footnote)] })] }));
1675
+ })] }), monthBonus >= 0 ? (jsx(Rate, { title: "\u0411\u0430\u043B\u043B\u043E\u0432 \u0437\u0430 \u043C\u0435\u0441\u044F\u0446", rate: monthBonus, rateBlockClassName: "tracking-[-14px]", fractionDigits: 0 })) : null, jsxs("div", { className: "flex flex-col gap-2xl sm:w-96", children: [yearBonus >= 0 ? jsx(CalculatorValueBlock, { title: "\u0411\u0430\u043B\u043B\u043E\u0432 \u0437\u0430 \u0433\u043E\u0434", value: yearBonus }) : null, renderButtonsSection(buttons, { isVertical: true }), renderFootnote(footnote)] })] }));
1677
1676
  });
1678
1677
 
1679
1678
  const mergeIntervals = (intervals) => {
@@ -1764,12 +1763,12 @@
1764
1763
  const daysText = (days) => `${days} ${Number(days) % 10 === 1 ? 'дня' : 'дней'}`;
1765
1764
 
1766
1765
  const orientationStyleMap = {
1767
- horizontal: 'gap-10',
1768
- vertical: 'flex-col gap-3',
1766
+ horizontal: 'gap-5xl',
1767
+ vertical: 'flex-col gap-s',
1769
1768
  };
1770
1769
  const RadioButtonGroup = JSX(({ items, checkedItem, className, onChange: onChangeCheckedItem, orientation = 'horizontal', }) => (jsx("div", { className: style(`flex ${orientationStyleMap[orientation]}`, className), children: items?.map(({ id, text }) => (jsx(Checkbox, { isRadio: true, text: text, value: checkedItem === id, onChange: () => onChangeCheckedItem && onChangeCheckedItem(id) }, String(id)))) })));
1771
1770
 
1772
- const renderBinaryRadioButtonGroup = ({ items, title, orientation = 'horizontal', value, radioGroupClassName, onChange, }) => (jsxs("div", { children: [title ? (jsx("div", { className: "mb-3", children: jsx(Text, { color: "text-secondary-text", font: "font-light", children: title }) })) : null, jsx(RadioButtonGroup, { orientation: orientation, items: items, checkedItem: items[value ? 0 : 1].id, className: style('flex-col sm:flex-row', radioGroupClassName), onChange: (_) => onChange && onChange(_ === items[0].id) })] }));
1771
+ const renderBinaryRadioButtonGroup = ({ items, title, orientation = 'horizontal', value, radioGroupClassName, onChange, }) => (jsxs("div", { className: "space-y-s", children: [title ? (jsx("div", { children: jsx(Text, { color: "text-secondary-text", font: "font-light", children: title }) })) : null, jsx(RadioButtonGroup, { orientation: orientation, items: items, checkedItem: items[value ? 0 : 1].id, className: style('flex-col sm:flex-row', radioGroupClassName), onChange: (_) => onChange && onChange(_ === items[0].id) })] }));
1773
1772
 
1774
1773
  const renderInterestPayment = (props) => renderBinaryRadioButtonGroup({
1775
1774
  ...props,
@@ -1801,29 +1800,29 @@
1801
1800
  });
1802
1801
  const calculatorParams = useBusinessDepositCalculatorParams(userInputParams, sourceBookDir);
1803
1802
  const { income, finalSum, rate, isShowUnknownRate, depositeName } = calculatorParams;
1804
- return (jsxs("section", { className: className, children: [jsxs("div", { className: "flex flex-col justify-between sm:flex-row", children: [jsxs("div", { className: "flex flex-col gap-y-m sm:w-2/5 sm:gap-y-lg", children: [renderWantedSumInput({
1805
- title: 'Сумма, ₽',
1806
- min: calculatorParams.minSum,
1807
- max: calculatorParams.maxSum,
1808
- ...field('moneyValue'),
1809
- value: calculatorParams.moneyValue,
1810
- }), renderDaysInput({
1811
- title: 'Срок, дней',
1812
- min: calculatorParams.minDays,
1813
- max: calculatorParams.maxDays,
1814
- ...field('daysValue'),
1815
- value: calculatorParams.daysValue,
1816
- }), jsxs("div", { className: "flex flex-col gap-xl justify-between sm:flex-row sm:gap-0", children: [renderBusinessDepositParamsForm(calculatorParams, field), renderInterestPayment({
1817
- title: 'Выплата процентов',
1818
- orientation: 'vertical',
1819
- ...field('isMonthlyInterestPayment'),
1820
- radioGroupClassName: 'sm:flex-col',
1821
- })] })] }), jsx("div", { className: "border-b border-main-divider my-xl sm:hidden" }), renderRate({
1822
- rate,
1823
- depositeName,
1824
- isShowDepositeName,
1825
- isShowUnknownRate,
1826
- }), jsxs("div", { className: "flex flex-col gap-y-xl mt-3xl sm:gap-0 sm:w-96 sm:mt-0", children: [renderDepositResults(finalSum, income), renderButtonsSection(buttons, { isVertical: true }), jsx("div", { className: "sm:mt-2xl", children: renderFootnote(footnote) })] })] }), jsx("div", { className: "mt-lg", children: renderFootnote(bottomFootnote) })] }));
1803
+ return (jsxs("section", { className: style('flex flex-col justify-between sm:flex-row gap-m', className), children: [jsxs("div", { className: "flex flex-col gap-y-m sm:w-2/5 gap-2xl", children: [renderWantedSumInput({
1804
+ title: 'Сумма, ₽',
1805
+ min: calculatorParams.minSum,
1806
+ max: calculatorParams.maxSum,
1807
+ ...field('moneyValue'),
1808
+ value: calculatorParams.moneyValue,
1809
+ }), renderDaysInput({
1810
+ title: 'Срок, дней',
1811
+ min: calculatorParams.minDays,
1812
+ max: calculatorParams.maxDays,
1813
+ ...field('daysValue'),
1814
+ value: calculatorParams.daysValue,
1815
+ }), renderBusinessDepositParamsForm(calculatorParams, field), renderInterestPayment({
1816
+ title: 'Выплата процентов',
1817
+ orientation: 'vertical',
1818
+ ...field('isMonthlyInterestPayment'),
1819
+ radioGroupClassName: 'sm:flex-col',
1820
+ })] }), jsx("div", { className: "border-b border-main-divider md:hidden" }), renderRate({
1821
+ rate,
1822
+ depositeName,
1823
+ isShowDepositeName,
1824
+ isShowUnknownRate,
1825
+ }), jsxs("div", { className: "flex flex-col gap-2xl sm:w-96", children: [renderDepositResults(finalSum, income), renderButtonsSection(buttons, { isVertical: true }), renderFootnote(footnote)] })] }));
1827
1826
  });
1828
1827
  const renderBusinessDepositParamsForm = (calculatorParams, field) => (jsxs("div", { className: "flex flex-col gap-y-xl sm:gap-y-s", children: [jsx(Checkbox, { text: "\u041F\u043E\u043F\u043E\u043B\u043D\u0435\u043D\u0438\u0435", disabled: calculatorParams.isDisabledOperatingDeposit, ...field('isReplenished'), value: calculatorParams.isReplenished }), jsx(Checkbox, { disabled: calculatorParams.isDisabledOperatingDeposit, text: "\u0427\u0430\u0441\u0442\u0438\u0447\u043D\u043E\u0435 \u0441\u043D\u044F\u0442\u0438\u0435", ...field('isPartialWithdrawal'), value: calculatorParams.isPartialWithdrawal }), jsx(Checkbox, { text: "\u0418\u041F / \u043C\u0430\u043B\u043E\u0435 \u043F\u0440\u0435\u0434\u043F\u0440\u0438\u044F\u0442\u0438\u0435", ...field('isSmallBusiness'), value: calculatorParams.isSmallBusiness })] }));
1829
1828
  const renderDepositResults = (finalSum, income) => (jsxs("div", { className: "flex flex-col gap-2xl sm:gap-0", children: [jsx(CalculatorValueBlock, { title: "\u0414\u043E\u0445\u043E\u0434 \u0432 \u043A\u043E\u043D\u0446\u0435 \u0441\u0440\u043E\u043A\u0430", value: income, postfix: "\u20BD", prefix: "+" }), jsx(CalculatorValueBlock, { title: "\u0421\u0443\u043C\u043C\u0430 \u0432 \u043A\u043E\u043D\u0446\u0435 \u0441\u0440\u043E\u043A\u0430", value: finalSum, postfix: "\u20BD" })] }));
@@ -1955,7 +1954,7 @@
1955
1954
  orientation: 'vertical',
1956
1955
  ...field('isAnnuity'),
1957
1956
  });
1958
- return (jsxs("section", { className: style('flex flex-col justify-between sm:flex-row', className), children: [jsxs("div", { className: "flex flex-col gap-y-m sm:w-2/5 sm:gap-y-lg", children: [renderWantedSumInput({
1957
+ return (jsxs("section", { className: style('flex flex-col justify-between sm:flex-row gap-m', className), children: [jsxs("div", { className: "flex flex-col gap-y-m sm:w-2/5 gap-2xl", children: [renderWantedSumInput({
1959
1958
  title: 'Сумма кредита, ₽',
1960
1959
  step: 500,
1961
1960
  min: calculatorParams.minSum,
@@ -1968,11 +1967,11 @@
1968
1967
  max: calculatorParams.maxMonths,
1969
1968
  ...field('monthsValue'),
1970
1969
  value: calculatorParams.monthsValue,
1971
- }), renderCreditParamsForm$1({ ...calculatorParams, ...paramsViewSettings }, field), jsx("div", { className: "mt-s sm:hidden", children: paymentTypeElement })] }), jsx("div", { className: "border-b border-main-divider mt-xl mb-3xl sm:hidden" }), renderRate({
1970
+ }), renderCreditParamsForm$1({ ...calculatorParams, ...paramsViewSettings }, field), jsx("div", { className: "sm:hidden", children: paymentTypeElement })] }), jsx("div", { className: "border-b border-main-divider md:hidden" }), renderRate({
1972
1971
  rate: calculatorParams.rate,
1973
- }), jsxs("div", { className: "mt-6xl flex flex-col gap-lg sm:w-96 sm:mt-0 sm:gap-0", children: [jsx(CalculatorValueBlock, { title: "\u0415\u0436\u0435\u043C\u0435\u0441\u044F\u0447\u043D\u044B\u0439 \u043F\u043B\u0430\u0442\u0435\u0436", value: calculatorParams.monthlyPayment, postfix: "\u20BD" }), jsx("div", { className: "hidden sm:block", children: paymentTypeElement }), renderButtonsSection(buttons, { className: 'mt-2xl', isVertical: true }), renderFootnote(footnote)] })] }));
1972
+ }), jsxs("div", { className: "flex flex-col gap-2xl sm:w-96", children: [jsx(CalculatorValueBlock, { title: "\u0415\u0436\u0435\u043C\u0435\u0441\u044F\u0447\u043D\u044B\u0439 \u043F\u043B\u0430\u0442\u0435\u0436", value: calculatorParams.monthlyPayment, postfix: "\u20BD" }), jsx("div", { className: "hidden sm:block", children: paymentTypeElement }), renderButtonsSection(buttons, { isVertical: true }), renderFootnote(footnote)] })] }));
1974
1973
  });
1975
- const renderCreditParamsForm$1 = (params, field) => (jsxs("div", { className: "gap-xl flex flex-col sm:gap-s", children: [params.isShowSalaryClient ? (jsx(Checkbox, { text: `Получаю зарплату на счёт\nв Россельхозбанке`, ...field('isSalaryClient'), value: params.isSalaryClient, className: "whitespace-pre-line sm:whitespace-normal" })) : null, params.isShowStateEmployee ? (jsx(Checkbox, { text: "\u0420\u0430\u0431\u043E\u0442\u0430\u044E \u0432 \u0431\u044E\u0434\u0436\u0435\u0442\u043D\u043E\u0439 \u043E\u0440\u0433\u0430\u043D\u0438\u0437\u0430\u0446\u0438\u0438", ...field('isStateEmployee'), value: params.isStateEmployee })) : null, params.isShowPensionClient ? (jsx(Checkbox, { text: "\u041F\u043E\u043B\u0443\u0447\u0430\u044E \u043F\u0435\u043D\u0441\u0438\u044E \u043D\u0430 \u043A\u0430\u0440\u0442\u0443 \u0420\u043E\u0441\u0441\u0435\u043B\u044C\u0445\u043E\u0437\u0431\u0430\u043D\u043A\u0430", ...field('isPensionClient'), value: params.isPensionClient })) : null, params.isShowInsurance ? (jsx(Checkbox, { text: "\u041A\u043E\u043C\u043F\u043B\u0435\u043A\u0441\u043D\u0430\u044F \u0441\u0442\u0440\u0430\u0445\u043E\u0432\u0430\u044F \u0437\u0430\u0449\u0438\u0442\u0430", ...field('isInsurance'), value: params.isInsurance })) : null] }));
1974
+ const renderCreditParamsForm$1 = (params, field) => (jsxs("div", { className: "flex flex-col gap-y-2xl", children: [params.isShowSalaryClient ? (jsx(Checkbox, { text: `Получаю зарплату на счёт\nв Россельхозбанке`, ...field('isSalaryClient'), value: params.isSalaryClient, className: "whitespace-pre-line sm:whitespace-normal" })) : null, params.isShowStateEmployee ? (jsx(Checkbox, { text: "\u0420\u0430\u0431\u043E\u0442\u0430\u044E \u0432 \u0431\u044E\u0434\u0436\u0435\u0442\u043D\u043E\u0439 \u043E\u0440\u0433\u0430\u043D\u0438\u0437\u0430\u0446\u0438\u0438", ...field('isStateEmployee'), value: params.isStateEmployee })) : null, params.isShowPensionClient ? (jsx(Checkbox, { text: "\u041F\u043E\u043B\u0443\u0447\u0430\u044E \u043F\u0435\u043D\u0441\u0438\u044E \u043D\u0430 \u043A\u0430\u0440\u0442\u0443 \u0420\u043E\u0441\u0441\u0435\u043B\u044C\u0445\u043E\u0437\u0431\u0430\u043D\u043A\u0430", ...field('isPensionClient'), value: params.isPensionClient })) : null, params.isShowInsurance ? (jsx(Checkbox, { text: "\u041A\u043E\u043C\u043F\u043B\u0435\u043A\u0441\u043D\u0430\u044F \u0441\u0442\u0440\u0430\u0445\u043E\u0432\u0430\u044F \u0437\u0430\u0449\u0438\u0442\u0430", ...field('isInsurance'), value: params.isInsurance })) : null] }));
1976
1975
 
1977
1976
  const arrayByRange = (start, stop, step = 1) => Array.from({ length: Math.abs(stop - start) / step + 1 }, (value, index) => stop >= start ? start + index * step : start - index * step);
1978
1977
 
@@ -2049,7 +2048,7 @@
2049
2048
  useEffect(() => {
2050
2049
  setMonthsValue && setMonthsValue(defaultMonth);
2051
2050
  }, [defaultMonth]);
2052
- return (jsxs("section", { className: style('flex flex-col justify-between sm:flex-row', className), children: [jsxs("div", { className: "flex flex-col gap-lg sm:w-2/5", children: [renderWantedSumInput({
2051
+ return (jsxs("section", { className: style('flex flex-col justify-between sm:flex-row gap-m', className), children: [jsxs("div", { className: "flex flex-col gap-y-m sm:w-2/5 gap-2xl", children: [renderWantedSumInput({
2053
2052
  title: 'Сумма, ₽',
2054
2053
  min: calculatorParams.minSum,
2055
2054
  max: calculatorParams.maxSum,
@@ -2062,9 +2061,9 @@
2062
2061
  availableMonths: calculatorParams.availableMonths,
2063
2062
  ...field('monthsValue'),
2064
2063
  value: calculatorParams.monthsValue,
2065
- }), jsx("div", { className: "flex flex-col gap-y-2xl", children: renderDepositParamsForm({ ...calculatorParams, ...paramsViewSettings }, field) })] }), jsx("div", { className: "border-b border-main-divider mt-lg mb-2xl md:hidden" }), renderRate({
2064
+ }), renderDepositParamsForm({ ...calculatorParams, ...paramsViewSettings }, field)] }), jsx("div", { className: "border-b border-main-divider md:hidden" }), renderRate({
2066
2065
  rate,
2067
- }), jsxs("div", { className: "mt-2xl flex flex-col gap-y-2xl sm:w-96 sm:gap-y-0 sm:mt-0", children: [jsx(CalculatorValueBlock, { title: "\u0414\u043E\u0445\u043E\u0434 \u0432 \u043A\u043E\u043D\u0446\u0435 \u0441\u0440\u043E\u043A\u0430", value: income, postfix: "\u20BD", prefix: "+" }), jsx(CalculatorValueBlock, { title: "\u0421\u0443\u043C\u043C\u0430 \u0432 \u043A\u043E\u043D\u0446\u0435 \u0441\u0440\u043E\u043A\u0430", value: finalSum, postfix: "\u20BD" }), renderButtonsSection(buttons, { isVertical: true }), renderFootnote(footnote)] })] }));
2066
+ }), jsxs("div", { className: "flex flex-col gap-2xl sm:w-96", children: [jsx(CalculatorValueBlock, { title: "\u0414\u043E\u0445\u043E\u0434 \u0432 \u043A\u043E\u043D\u0446\u0435 \u0441\u0440\u043E\u043A\u0430", value: income, postfix: "\u20BD", prefix: "+" }), jsx(CalculatorValueBlock, { title: "\u0421\u0443\u043C\u043C\u0430 \u0432 \u043A\u043E\u043D\u0446\u0435 \u0441\u0440\u043E\u043A\u0430", value: finalSum, postfix: "\u20BD" }), renderButtonsSection(buttons, { isVertical: true }), renderFootnote(footnote)] })] }));
2068
2067
  });
2069
2068
  const renderDepositParamsForm = (params, field) => (jsxs("div", { className: "flex flex-col gap-y-2xl", children: [params.isShowMonthlyInterestPayment
2070
2069
  ? renderInterestPayment({
@@ -2174,7 +2173,7 @@
2174
2173
  moneyExtra: REFINANCING_OLD_DEFAULT_SUM,
2175
2174
  });
2176
2175
  const calculatorParams = useRefinancingCalculatorParams(userInputParams, sourceBookDir, paramsViewSettings);
2177
- return (jsxs("section", { className: style('flex justify-between', className), children: [jsxs("div", { className: "w-2/5", children: [renderWantedSumInput({
2176
+ return (jsxs("section", { className: style('flex flex-col justify-between sm:flex-row gap-m', className), children: [jsxs("div", { className: "flex flex-col gap-y-m sm:w-2/5 gap-2xl", children: [renderWantedSumInput({
2178
2177
  title: 'Остаток долга в других банках, ₽ ',
2179
2178
  step: 500,
2180
2179
  min: calculatorParams.minSum,
@@ -2195,8 +2194,7 @@
2195
2194
  max: calculatorParams.maxMonths,
2196
2195
  ...field('monthsValue'),
2197
2196
  value: calculatorParams.monthsValue,
2198
- className: 'mt-2xl',
2199
- }), jsx("div", { className: style('mt-7', calculatorParams.isExtraMoney ? 'mb-3' : ''), children: renderCreditParamsForm({ ...calculatorParams, ...paramsViewSettings }, field) }), calculatorParams.isExtraMoney
2197
+ }), renderCreditParamsForm({ ...calculatorParams, ...paramsViewSettings }, field), calculatorParams.isExtraMoney
2200
2198
  ? renderWantedSumInput({
2201
2199
  title: 'Дополнительная сумма, ₽ ',
2202
2200
  step: 500,
@@ -2205,9 +2203,9 @@
2205
2203
  ...field('moneyExtra'),
2206
2204
  value: calculatorParams.moneyExtra,
2207
2205
  })
2208
- : null] }), jsx(Rate, { title: "\u0421\u0442\u0430\u0432\u043A\u0430", rate: calculatorParams.rate, fractionDigits: 1, rateBlockClassName: "tracking-[-25px]", unit: "%" }), jsxs("div", { className: "w-96", children: [jsx(CalculatorValueBlock, { title: 'Ежемесячный платеж', value: calculatorParams.monthlyPayment, postfix: "\u20BD" }), calculatorParams.benefit > 0 ? (jsx(CalculatorValueBlock, { title: 'Выгода в месяц', value: calculatorParams.benefit, postfix: "\u20BD" })) : null, renderPaymentType({ orientation: 'vertical', ...field('isAnnuity') }), renderButtonsSection(buttons, { className: 'mt-7', isVertical: true }), renderFootnote(footnote)] })] }));
2206
+ : null] }), jsx(Rate, { title: "\u0421\u0442\u0430\u0432\u043A\u0430", rate: calculatorParams.rate, fractionDigits: 1, rateBlockClassName: "tracking-[-25px]", unit: "%" }), jsxs("div", { className: "flex flex-col gap-2xl sm:w-96", children: [jsx(CalculatorValueBlock, { title: 'Ежемесячный платеж', value: calculatorParams.monthlyPayment, postfix: "\u20BD" }), calculatorParams.benefit > 0 ? (jsx(CalculatorValueBlock, { title: 'Выгода в месяц', value: calculatorParams.benefit, postfix: "\u20BD" })) : null, renderPaymentType({ orientation: 'vertical', ...field('isAnnuity') }), renderButtonsSection(buttons, { isVertical: true }), renderFootnote(footnote)] })] }));
2209
2207
  });
2210
- const renderCreditParamsForm = (params, field) => (jsxs("div", { children: [params.isShowSalaryClient ? (jsx(Checkbox, { text: "\u041F\u043E\u043B\u0443\u0447\u0430\u044E \u0437\u0430\u0440\u043F\u043B\u0430\u0442\u0443 \u043D\u0430 \u0441\u0447\u0451\u0442 \u0432 \u0420\u043E\u0441\u0441\u0435\u043B\u044C\u0445\u043E\u0437\u0431\u0430\u043D\u043A\u0435", ...field('isSalaryClient'), value: params.isSalaryClient })) : null, params.isShowInsurance ? (jsx(Checkbox, { className: "mt-3", text: "\u041A\u043E\u043C\u043F\u043B\u0435\u043A\u0441\u043D\u0430\u044F \u0441\u0442\u0440\u0430\u0445\u043E\u0432\u0430\u044F \u0437\u0430\u0449\u0438\u0442\u0430", ...field('isInsurance'), value: params.isInsurance })) : null, params.isShowExtraMoney ? (jsx(Checkbox, { className: "mt-3", text: "\u041F\u043E\u043B\u0443\u0447\u0438\u0442\u044C \u0434\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u0443\u044E \u0441\u0443\u043C\u043C\u0443", ...field('isExtraMoney'), value: params.isExtraMoney })) : null] }));
2208
+ const renderCreditParamsForm = (params, field) => (jsxs("div", { className: "space-y-s", children: [params.isShowSalaryClient ? (jsx(Checkbox, { text: "\u041F\u043E\u043B\u0443\u0447\u0430\u044E \u0437\u0430\u0440\u043F\u043B\u0430\u0442\u0443 \u043D\u0430 \u0441\u0447\u0451\u0442 \u0432 \u0420\u043E\u0441\u0441\u0435\u043B\u044C\u0445\u043E\u0437\u0431\u0430\u043D\u043A\u0435", ...field('isSalaryClient'), value: params.isSalaryClient })) : null, params.isShowInsurance ? (jsx(Checkbox, { text: "\u041A\u043E\u043C\u043F\u043B\u0435\u043A\u0441\u043D\u0430\u044F \u0441\u0442\u0440\u0430\u0445\u043E\u0432\u0430\u044F \u0437\u0430\u0449\u0438\u0442\u0430", ...field('isInsurance'), value: params.isInsurance })) : null, params.isShowExtraMoney ? (jsx(Checkbox, { text: "\u041F\u043E\u043B\u0443\u0447\u0438\u0442\u044C \u0434\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u0443\u044E \u0441\u0443\u043C\u043C\u0443", ...field('isExtraMoney'), value: params.isExtraMoney })) : null] }));
2211
2209
 
2212
2210
  const EmbeddableCalcBlocks = {
2213
2211
  CreditCalculatorForm,
@@ -2270,7 +2268,7 @@
2270
2268
  ? getDisabledButtonClasses({ version: button?.version })
2271
2269
  : getRegularButtonClasses({ className: 'text-white', version: button?.version });
2272
2270
  const link = useLink();
2273
- return (jsxs(BlockWrapper, { className: style('flex flex-col items-center', className), defaultPadding: "p-6xl", ...rest, children: [title ? (jsx(Heading, { className: "pb-5 xl:pb-9 self-start xl:self-center", headingType: "h2", title: title })) : null, jsxs("form", { className: "w-full xl:max-w-[468px]", method: "POST", action: FORM_URL, children: [jsx(CurrencyInput, { name: AMOUNT_KEY, valid: !isDisabled, placeholder: placeholder, label: label, ...field(AMOUNT_KEY, { parse: Number, format: String }) }), button?.text ? (jsx("button", { type: "submit", className: style('w-full p-4 mt-5 xl:mt-6', buttonStyle), disabled: isDisabled, ...link(button), children: button.text })) : null] })] }));
2271
+ return (jsxs(BlockWrapper, { className: style('flex flex-col items-center', className), defaultPadding: "p-6xl", ...rest, children: [title ? (jsx(Heading, { className: "pb-lg xl:pb-4xl self-start xl:self-center", headingType: "h2", title: title })) : null, jsxs("form", { className: "w-full xl:max-w-[468px]", method: "POST", action: FORM_URL, children: [jsx(CurrencyInput, { name: AMOUNT_KEY, valid: !isDisabled, placeholder: placeholder, label: label, ...field(AMOUNT_KEY, { parse: Number, format: String }) }), button?.text ? (jsx("button", { type: "submit", className: style('w-full p-m mt-lg', buttonStyle), disabled: isDisabled, ...link(button), children: button.text })) : null] })] }));
2274
2272
  });
2275
2273
 
2276
2274
  const defaultBlockDecorator = ({ blockClassName, block, render }) => render({ blockClassName, block });
@@ -2415,13 +2413,13 @@
2415
2413
  'CarouselEventCard',
2416
2414
  ];
2417
2415
 
2418
- const CarouselBankHistoryCard = JSX(({ title, description, className }) => (jsx(BlockWrapper, { className: className, defaultPadding: "p-6xl", children: jsx(Headline, { headlineVersion: "XS", title: title, description: description, align: "text-left", className: "text-primary-text", isPadding: false }) })));
2416
+ const CarouselBankHistoryCard = JSX(({ title, description, className }) => (jsx(BlockWrapper, { className: className, defaultPadding: "p-6xl", children: jsx(Headline, { headlineVersion: "XS", title: title, description: description, align: "text-left", className: "text-primary-text", isEmbedded: true }) })));
2419
2417
 
2420
2418
  const titleSize = 'XS';
2421
2419
 
2422
2420
  const layerBaseStyle = 'z-10 border border-solid w-full h-full';
2423
2421
  const layerStyle = style(layerBaseStyle, 'absolute hidden sm:block border-transparent');
2424
- const CarouselCard = JSX(({ className, title, description, button, ...rest }) => (jsx(BlockWrapper, { className: style('sm:pl-12 sm:pb-9', className), defaultPadding: "p-0", ...rest, children: jsxs("div", { className: "relative", children: [jsx("div", { className: style(layerStyle, 'top-9 right-12 bg-green-dark') }), jsx("div", { className: style(layerStyle, 'top-6 right-8 bg-green') }), jsx("div", { className: style(layerStyle, 'top-3 right-4 bg-green-light') }), jsxs("div", { className: style(layerBaseStyle, 'relative p-10 bg-white border-green-light'), children: [jsx(Headline, { title: title, description: description, headlineVersion: titleSize, align: "text-left", isPadding: false }), renderButtonsSection([button], {
2422
+ const CarouselCard = JSX(({ className, title, description, button, ...rest }) => (jsx(BlockWrapper, { className: style('sm:pl-6xl sm:pb-4xl', className), defaultPadding: "p-0", ...rest, children: jsxs("div", { className: "relative", children: [jsx("div", { className: style(layerStyle, 'top-9 right-12 bg-green-dark') }), jsx("div", { className: style(layerStyle, 'top-6 right-8 bg-green') }), jsx("div", { className: style(layerStyle, 'top-3 right-4 bg-green-light') }), jsxs("div", { className: style(layerBaseStyle, 'relative p-5xl bg-white border-green-light'), children: [jsx(Headline, { title: title, description: description, headlineVersion: titleSize, align: "text-left", isEmbedded: true }), renderButtonsSection([button], {
2425
2423
  className: 'mt-6xl sm:justify-center',
2426
2424
  isVertical: true,
2427
2425
  })] })] }) })));
@@ -2430,7 +2428,7 @@
2430
2428
  black: 'bg-black',
2431
2429
  white: 'bg-white',
2432
2430
  };
2433
- const CarouselCatalogCard = JSX(({ className = '', title, description, image, price, button, colors, ...rest }) => (jsxs(BlockWrapper, { className: style('flex flex-col justify-left', className), defaultPadding: "p-2xl", ...rest, children: [image?.src ? jsx(Img, { className: "flex justify-center mb-xl", image: image }) : null, jsx(Headline, { title: title, description: description, headlineVersion: "XS", isPadding: false, align: "text-left", className: "mb-m" }), colors?.length ? (jsxs("div", { className: "flex text-secondary-text mb-m", children: [jsx("div", { className: "mr-xs", children: jsx(Text, { size: "text-s", align: "text-left", font: "font-light", children: "\u0426\u0432\u0435\u0442\u0430:" }) }), colors.map(renderColorOption)] })) : null, price ? (jsxs(Text, { size: "text-h3", align: "text-left", children: [price, "\u00A0\u20BD"] })) : null, renderButtonsSection([button], { buttonClassName: 'w-full mt-lg' })] })));
2431
+ const CarouselCatalogCard = JSX(({ className = '', title, description, image, price, button, colors, ...rest }) => (jsxs(BlockWrapper, { className: style('flex flex-col justify-left', className), defaultPadding: "p-2xl", ...rest, children: [image?.src ? jsx(Img, { className: "flex justify-center mb-xl", image: image }) : null, jsx(Headline, { title: title, description: description, headlineVersion: "XS", isEmbedded: true, align: "text-left", className: "mb-m" }), colors?.length ? (jsxs("div", { className: "flex text-secondary-text mb-m", children: [jsx("div", { className: "mr-xs", children: jsx(Text, { size: "text-s", align: "text-left", font: "font-light", children: "\u0426\u0432\u0435\u0442\u0430:" }) }), colors.map(renderColorOption)] })) : null, price ? (jsxs(Text, { size: "text-h3", align: "text-left", children: [price, "\u00A0\u20BD"] })) : null, renderButtonsSection([button], { buttonClassName: 'w-full mt-lg' })] })));
2434
2432
  const renderColorOption = (color, i) => (jsx("div", { role: "figure", className: `w-6 h-6 ml-s border border-solid border-main-divider rounded-full ${cardStyleMap[color]}` }, String(i)));
2435
2433
 
2436
2434
  const LinkWrapper = JSX(({ className = '', href, target, isRemote = false, children }) => {
@@ -2521,11 +2519,11 @@
2521
2519
  const BenefitsList = JSX(({ isTabularBenefits, ...rest }) => isTabularBenefits ? jsx(TabularBenefitsList, { ...rest }) : jsx(DefaultBenefitsList, { ...rest }));
2522
2520
 
2523
2521
  const Tags = JSX(({ className, tags }) => tags?.length ? (jsx("div", { className: style('flex flex-wrap gap-xs', className), role: "list", children: tags.map(renderTag) })) : null);
2524
- const renderTag = (tag, key) => (jsx("div", { className: "py-2 px-2.5 border-solid border rounded-md border-gray", role: "listitem", children: jsx(Text, { size: "text-m", font: "font-light", children: tag }) }, String(key)));
2522
+ const renderTag = (tag, key) => (jsx("div", { className: "p-xs border-solid border rounded-md border-gray", role: "listitem", children: jsx(Text, { size: "text-m", font: "font-light", children: tag }) }, String(key)));
2525
2523
 
2526
2524
  const BaseProductTile = JSX(({ className, padding, defaultPadding, title, description, headlineVersion = 'L', align = 'text-left', isInsetTitle = true, benefitsVersion, isTabularBenefits, benefits, __html, items, isDotted = true, listItemSize, tags, buttons, image, imageOptions: { imageAlign = 'end', directionRight = true, isBackground } = {}, children, }) => {
2527
2525
  const img = image?.src ? jsx(Img, { image: image }) : null;
2528
- const headline = (jsx(Headline, { title: title, description: description, headlineVersion: headlineVersion, align: align, isPadding: false }));
2526
+ const headline = (jsx(Headline, { title: title, description: description, headlineVersion: headlineVersion, align: align, isEmbedded: true }));
2529
2527
  return (jsx(BaseTile, { className: className, padding: padding, defaultPadding: defaultPadding, ...(isInsetTitle ? { insetTitle: headline } : { title: headline }), ...(isBackground ? { backImage: img } : leftOrRightImage(img, directionRight)), imageAlign: imageAlign, buttons: renderButtonsSection(buttons), children: jsxs("div", { className: "flex flex-col gap-xl", children: [jsx(BenefitsList, { benefitsVersion: benefitsVersion, isTabularBenefits: isTabularBenefits, benefits: benefits }), __html ? jsx(RichText, { __html: __html }) : null, items?.length ? (jsx(List, { items: items, isDotted: isDotted, listItemSize: listItemSize })) : null, children, tags?.length ? jsx(Tags, { tags: tags }) : null] }) }));
2530
2528
  });
2531
2529
  const leftOrRightImage = (img, directionRight) => directionRight ? { rightImage: img } : { leftImage: img };
@@ -2543,7 +2541,7 @@
2543
2541
 
2544
2542
  const buttonStylesWithText = (text, buttonSize) => text
2545
2543
  ? ''
2546
- : style('group/media flex items-center justify-center box-border', buttonSizeStyles[buttonSize]);
2544
+ : style('py-m group/media flex items-center justify-center box-border', buttonSizeStyles[buttonSize]);
2547
2545
 
2548
2546
  const ICONS_MAP = [
2549
2547
  {
@@ -2591,15 +2589,15 @@
2591
2589
  const SocialMedia = JSX(({ className = '', media, children, buttonSize }) => (jsxs("div", { className: "flex flex-col sm:flex-col-reverse gap-xs", children: [children ? (jsx(Text, { size: "text-s", font: "font-light", color: "text-secondary-text", children: children })) : null, jsx("div", { className: style('flex gap-xs', className), children: media?.map((_, index) => (jsx(MediaButton, { buttonSize: buttonSize, ..._ }, String(index)))) })] })));
2592
2590
 
2593
2591
  const CarouselRecommendationCard = JSX(({ className = '', description, href, icon, items = [], socialMedia = [], target, title, align = 'text-left', ...rest }) => {
2594
- return (jsx(BlockWrapper, { className: style('relative group-data-gray:bg-main-divider/50', className), defaultPadding: "p-6xl", ...rest, children: jsxs(LinkWrapper, { href: href, target: target, children: [jsx(Headline, { className: "mb-xs", title: title, description: description, headlineVersion: "S", isPadding: false, align: align }), items.length ? (jsx(List, { className: "flex flex-col gap-2", items: items, listItemSize: "S" })) : null, renderIcon$1(icon), socialMedia.length ? jsx(SocialMedia, { className: "mt-5", media: socialMedia }) : null] }) }));
2592
+ return (jsx(BlockWrapper, { className: style('relative group-data-gray:bg-main-divider/50 space-y-m', className), defaultPadding: "p-6xl", ...rest, children: jsxs(LinkWrapper, { href: href, target: target, children: [jsx(Headline, { title: title, description: description, headlineVersion: "S", isEmbedded: true, align: align }), items.length ? (jsx(List, { className: "flex flex-col gap-xs", items: items, listItemSize: "S" })) : null, renderIcon$1(icon), socialMedia.length ? jsx(SocialMedia, { media: socialMedia }) : null] }) }));
2595
2593
  });
2596
2594
  const renderIcon$1 = (icon) => icon?.src || icon?.icon ? (jsx("div", { children: jsx(Img, { image: icon }) })) : null;
2597
2595
 
2598
- const getPaddingStyle = (isHighlighting = false) => isHighlighting ? 'p-6xl mt-6' : 'mt-6 p-6xl'; // Хак для мобильной версии т.к. контракт должен быть идентичный
2596
+ const getPaddingStyle = (isHighlighting = false) => isHighlighting ? 'p-6xl mt-xl' : 'mt-xl p-6xl'; // Хак для мобильной версии т.к. контракт должен быть идентичный
2599
2597
 
2600
2598
  const renderCardInfo = (cell, i) => {
2601
2599
  const { title, description, buttons } = cell;
2602
- return (jsxs("div", { className: "py-5 border-b border-main-divider", children: [title ? (jsx("div", { className: "opacity-80", children: jsx(Text, { size: "text-m", color: "text-secondary-text", children: title }) })) : null, description ? (jsx("div", { className: "mt-1", children: jsx(Text, { size: "text-xl", color: "text-primary-text", children: description }) })) : null, buttons?.length ? (jsx("div", { className: "text-primary-main", children: renderButtonsSection(buttons) })) : null] }, String(i)));
2600
+ return (jsxs("div", { className: "py-lg border-b border-main-divider", children: [title ? (jsx("div", { className: "opacity-80", children: jsx(Text, { size: "text-m", color: "text-secondary-text", children: title }) })) : null, description ? (jsx("div", { className: "mt-2xs", children: jsx(Text, { size: "text-xl", color: "text-primary-text", children: description }) })) : null, buttons?.length ? (jsx("div", { className: "text-primary-main", children: renderButtonsSection(buttons) })) : null] }, String(i)));
2603
2601
  };
2604
2602
 
2605
2603
  const VISIBLE_CELLS_COUNT = 1;
@@ -2610,8 +2608,8 @@
2610
2608
  return (jsxs(BlockWrapper, { className: style('relative flex flex-col', className), defaultPadding: getPaddingStyle(isHighlighting), ...rest, children: [isHighlighting ? renderHitIcon() : null, renderIconBlock(icon), title ? (jsx(Heading, { className: style('pt-xs', align), headingType: "h5", title: title })) : null, button ? jsx(Button, { className: "w-full mt-m", ...button }) : null, cardCells.length ? (jsx(Foldable, { renderFoldableSection: ({ isUnfolded }) => (jsxs("div", { children: [visibleCells, jsx(FoldableSection, { isUnfolded: isUnfolded, children: hiddenCells })] })), renderFoldButton: cardCells.length > 1 ? renderFoldButton$1 : null })) : null] }));
2611
2609
  });
2612
2610
  const renderIconBlock = (icon) => (jsx("div", { className: "basis-full self-center", children: icon?.src || icon?.icon ? jsx(Img, { image: icon }) : null }));
2613
- const renderFoldButton$1 = ({ isUnfolded, onToggle }) => (jsxs("button", { className: "w-full cursor-pointer text-primary-main pt-5 flex justify-between items-center", onClick: onToggle, children: [jsx("div", { children: isUnfolded ? 'Скрыть' : 'Подробнее о тарифе' }), jsx(Icon, { className: "text-primary-text", name: isUnfolded ? 'ArrowUpIcon' : 'ArrowDownIcon', width: "16", height: "16" })] }));
2614
- const renderHitIcon = () => (jsxs("div", { className: "absolute -top-7 -right-4 h-[60px] w-[60px] bg-white flex flex-col items-center justify-center rounded-md shadow-[0_4px_25px_rgba(0,0,0,0.07)]", children: [jsx(Icon, { iconVersion: "black", name: "HeartIcon", width: "23", height: "22" }), jsx(Paragraph, { size: "text-s", font: "font-normal", align: "text-center", color: "text-primary-text", children: "\u0425\u0418\u0422" })] }));
2611
+ const renderFoldButton$1 = ({ isUnfolded, onToggle }) => (jsxs("button", { className: "w-full cursor-pointer text-primary-main pt-lg flex justify-between items-center", onClick: onToggle, children: [jsx("div", { children: isUnfolded ? 'Скрыть' : 'Подробнее о тарифе' }), jsx(Icon, { className: "text-primary-text", name: isUnfolded ? 'ArrowUpIcon' : 'ArrowDownIcon', width: "16", height: "16" })] }));
2612
+ const renderHitIcon = () => (jsxs("div", { className: "absolute -top-6 -right-4 h-14 w-14 bg-white flex flex-col items-center justify-center rounded-md shadow-[0_4px_25px_rgba(0,0,0,0.07)]", children: [jsx(Icon, { iconVersion: "black", name: "HeartIcon", width: "24", height: "24" }), jsx(Paragraph, { size: "text-s", font: "font-normal", align: "text-center", color: "text-primary-text", children: "\u0425\u0418\u0422" })] }));
2615
2613
 
2616
2614
  const GRADIENT = 'bg-gradient-to-r from-main-gradient-start to-main-gradient-end';
2617
2615
  const DIVIDER_CLASSES = 'border-main-divider border border-t-0 border-x-0';
@@ -2625,7 +2623,7 @@
2625
2623
  const cellClasses = `h-full ${DIVIDER_CLASSES}`;
2626
2624
  return (jsx("div", { className: cellWrapperClasses, role: "cell", children: jsx("div", { className: cellClasses, children: cell.map(renderCellInner(isFillGradient, rowHeader)) }) }));
2627
2625
  });
2628
- const renderCellInner = (isFillGradient, rowHeader) => ({ label, description }, i) => (jsxs("div", { className: "flex justify-between text-s py-3.5", children: [jsx("div", { className: `${isFillGradient ? 'text-white/80' : 'text-secondary-text'}`, children: rowHeader }), jsxs("div", { className: "basis-1/2", children: [label ? (jsx("div", { className: `text-right ${isFillGradient ? 'text-white' : ''}`, children: label })) : null, description ? (jsx("div", { className: `text-right ${isFillGradient ? 'text-white/80' : 'text-secondary-text'}`, children: description })) : null] })] }, String(i)));
2626
+ const renderCellInner = (isFillGradient, rowHeader) => ({ label, description }, i) => (jsxs("div", { className: "flex justify-between text-s py-s", children: [jsx("div", { className: `${isFillGradient ? 'text-white/80' : 'text-secondary-text'}`, children: rowHeader }), jsxs("div", { className: "basis-1/2", children: [label ? (jsx("div", { className: `text-right ${isFillGradient ? 'text-white' : ''}`, children: label })) : null, description ? (jsx("div", { className: `text-right ${isFillGradient ? 'text-white/80' : 'text-secondary-text'}`, children: description })) : null] })] }, String(i)));
2629
2627
 
2630
2628
  const TableColumn = JSX(({ header, columnData, visibleRowLength = 0, isFillGradient, showRow, onToggleColumn }) => {
2631
2629
  const columnDataView = columnData?.slice(0, showRow ? columnData.length : visibleRowLength);
@@ -2635,7 +2633,7 @@
2635
2633
  ? columnDataView.map(({ rowHeader, cell }, i) => (jsx(TableCell, { cell: cell, rowHeader: rowHeader, isFillGradient: isFillGradient }, String(i))))
2636
2634
  : null, showRow && header?.link ? (jsx(Button, { href: header.link.href, target: header.link.target, version: buttonVersion, className: "text-s font-medium mt-m py-s", children: header.link.text })) : null, renderToggleButton({ onToggleColumn, isFillGradient, showRow })] }));
2637
2635
  });
2638
- const renderToggleButton = ({ onToggleColumn, isFillGradient, showRow, }) => (jsx("div", { className: "mt-5", role: "cell", children: jsx("a", { role: "link", onClick: onToggleColumn, className: `text-s font-medium cursor-pointer ${isFillGradient ? 'text-white/80' : 'text-primary-main'}`, children: !showRow ? 'Показать описание' : 'Скрыть' }) }));
2636
+ const renderToggleButton = ({ onToggleColumn, isFillGradient, showRow, }) => (jsx("div", { className: "mt-lg", role: "cell", children: jsx("a", { role: "link", onClick: onToggleColumn, className: `text-s font-medium cursor-pointer ${isFillGradient ? 'text-white/80' : 'text-primary-main'}`, children: !showRow ? 'Показать описание' : 'Скрыть' }) }));
2639
2637
 
2640
2638
  const ComparisonTable = JSX((props) => {
2641
2639
  const { className, title } = props;
@@ -2675,7 +2673,7 @@
2675
2673
  const CurrencyTable = JSX(({ className, exchangeCurrencyItems }) => (jsxs("table", { className: `h-fit w-fit ${className}`, children: [jsx("thead", { children: jsxs("tr", { children: [jsx("th", { className: TABLE_HEAD_STYLE, children: jsx(Text, { size: "text-m", children: "\u0412\u0430\u043B\u044E\u0442\u0430" }) }), jsx("th", { className: TABLE_HEAD_STYLE_WITH_PADDING, children: jsx(Text, { size: "text-m", children: "\u041A\u0443\u043F\u0438\u0442\u044C" }) }), jsx("th", { className: TABLE_HEAD_STYLE_WITH_PADDING, children: jsx(Text, { size: "text-m", children: "\u041F\u0440\u043E\u0434\u0430\u0442\u044C" }) })] }) }), jsx("tbody", { children: exchangeCurrencyItems.map(renderCurrencyRow) })] })));
2676
2674
  const renderCurrencyRow = (exchangeCurrencyItem) => {
2677
2675
  const currency = exchangeCurrencyItem?.currency?.currency;
2678
- return (jsxs("tr", { className: "pb-2xs text-h6", children: [jsx("td", { className: "pt-m", children: jsxs("div", { className: "flex items-center", children: [currency ? (jsx(Img, { image: { icon: CURRENCY_ICONS_MAP[currency] }, width: "24", height: "24", className: "mr-2" })) : null, jsx(Text, { size: "text-h6", children: currency })] }) }), jsx("td", { className: "pt-m pl-5xl", children: jsx(Text, { size: "text-h6", children: formatCurrency(exchangeCurrencyItem?.saleExchangeRate) }) }), jsx("td", { className: "pt-m pl-5xl", children: jsx(Text, { size: "text-h6", children: formatCurrency(exchangeCurrencyItem?.buyExchangeRate) }) })] }, currency));
2676
+ return (jsxs("tr", { className: "pb-2xs text-h6", children: [jsx("td", { className: "pt-m", children: jsxs("div", { className: "flex items-center gap-xs", children: [currency ? (jsx(Img, { image: { icon: CURRENCY_ICONS_MAP[currency] }, width: "24", height: "24" })) : null, jsx(Text, { size: "text-h6", children: currency })] }) }), jsx("td", { className: "pt-m pl-5xl", children: jsx(Text, { size: "text-h6", children: formatCurrency(exchangeCurrencyItem?.saleExchangeRate) }) }), jsx("td", { className: "pt-m pl-5xl", children: jsx(Text, { size: "text-h6", children: formatCurrency(exchangeCurrencyItem?.buyExchangeRate) }) })] }, currency));
2679
2677
  };
2680
2678
 
2681
2679
  const icon = { icon: 'GpsIcon' };
@@ -2716,7 +2714,7 @@
2716
2714
  text: _?.currency?.currency ?? '',
2717
2715
  }));
2718
2716
  const selectedValue = { key: selected, text: selected };
2719
- return (jsxs("div", { className: "relative flex", children: [jsx(Input, { className: "shrink-0 text-l w-full appearance-none mr-[-90px]", placeholder: placeholder, type: "text", value: value, onChange: setValue }), ratesOptions.length ? (jsx(Select, { isBorder: false, onChange: (_) => setSelected(_.key), options: ratesOptions, value: selectedValue })) : null] }));
2717
+ return (jsxs("div", { className: "relative flex", children: [jsx(Input, { className: "shrink-0 text-l w-full appearance-none -mr-24", placeholder: placeholder, type: "text", value: value, onChange: setValue }), ratesOptions.length ? (jsx(Select, { isBorder: false, onChange: (_) => setSelected(_.key), options: ratesOptions, value: selectedValue })) : null] }));
2720
2718
  }
2721
2719
 
2722
2720
  const ExchangeCurrencyCalculator = JSX(({ className = '', currencyRatesBuy, currencyRatesSell, button }) => {
@@ -2741,7 +2739,7 @@
2741
2739
  setSelected: handleSelectBuy(calcState, handleSetCalcState, currencyRatesBuy),
2742
2740
  value: calcState.inputBuy,
2743
2741
  setValue: (value) => handleInputBuy(handleSetCalcState, currencyRatesBuy)(value, calcState.selectBuy, calcState.selectSell),
2744
- }), button?.text ? (jsx(Button, { className: "py-4", version: button?.version, ...button, children: button.text })) : null] }));
2742
+ }), button?.text ? (jsx(Button, { className: "py-4 px-9", version: button?.version, ...button, children: button.text })) : null] }));
2745
2743
  });
2746
2744
  const handleSelectSell = (calcState, setCalcState, currencyRatesSell) => (value) => {
2747
2745
  setCalcState({ selectSell: value });
@@ -2839,9 +2837,9 @@
2839
2837
  };
2840
2838
 
2841
2839
  const DefaultFoldButton = JSX(({ className = '', label, icon, dataTheme = '', disabled = false, onClick }) => {
2842
- return (jsxs("button", { className: style('flex justify-center w-full px-0 py-4 border border-transparent outline-none focus:border-primary-text', disabled
2840
+ return (jsxs("button", { className: style('flex justify-center w-full py-4 border border-transparent outline-none focus:border-primary-text', disabled
2843
2841
  ? 'bg-main-divider text-main-disabled hover:bg-main-divider'
2844
- : 'bg-primary-main text-white hover:bg-primary-hove', className), onClick: onClick, disabled: disabled, "data-theme": dataTheme, children: [jsx("span", { className: "text-h4 pr-3", children: label }), icon ? (jsx(Img, { image: {
2842
+ : 'bg-primary-main text-white hover:bg-primary-hove', className), onClick: onClick, disabled: disabled, "data-theme": dataTheme, children: [jsx("span", { className: "text-h4 pr-s", children: label }), icon ? (jsx(Img, { image: {
2845
2843
  icon,
2846
2844
  iconVersion: 'white',
2847
2845
  }, className: "flex-shrink-0 my-auto", width: "20", height: "20" })) : null] }));
@@ -2858,7 +2856,7 @@
2858
2856
  const rollupItemStyles = '';
2859
2857
 
2860
2858
  const RollupItem = JSX(({ className = '', label = 'Развернуть', labelIcon, labelIconBgVersion, isExpanded, isFoldButtonOnTop = true, version = 'primary', ...rest }) => {
2861
- return (jsx(BlockWrapper, { className: style('w-full', rollupItemStyles, className), defaultPadding: "p-0", tag: "div", version: "transparent", ...rest, children: jsx(Foldable, { isFoldButtonOnTop: isFoldButtonOnTop, unfoldedByDefault: isExpanded, renderFoldableSection: ({ isUnfolded }) => (jsx(FoldableSection, { className: style('gap-5', foldableSectionStyles), isUnfolded: isUnfolded, children: renderChildren({
2859
+ return (jsx(BlockWrapper, { className: style('w-full', rollupItemStyles, className), defaultPadding: "p-0", tag: "div", version: "transparent", ...rest, children: jsx(Foldable, { isFoldButtonOnTop: isFoldButtonOnTop, unfoldedByDefault: isExpanded, renderFoldableSection: ({ isUnfolded }) => (jsx(FoldableSection, { className: style('gap-lg', foldableSectionStyles), isUnfolded: isUnfolded, children: renderChildren({
2862
2860
  ...rest,
2863
2861
  extraProps: { className: 'w-full', padding: 'p-0' },
2864
2862
  }) })), renderFoldButton: ({ isUnfolded, onToggle }) => renderFoldButton({
@@ -2982,7 +2980,7 @@
2982
2980
  };
2983
2981
  const Header = JSX(({ bgColor = 'bg-white', version = BG_COLOR_TO_BLOCK_VERSION[bgColor], ...rest }) => {
2984
2982
  const { logo, internetBankUrl } = useSitemap(rest.options?.page?.fallback);
2985
- return (jsx(BlockWrapper, { tag: "header", defaultPadding: "", version: version, ...rest, children: jsx("div", { className: "container px-5 py-2xs box-border", children: jsx(HeaderTop, { bgColor: bgColor, logo: logo, internetBankUrl: internetBankUrl, version: version, ...rest }) }) }));
2983
+ return (jsx(BlockWrapper, { tag: "header", defaultPadding: "", version: version, ...rest, children: jsx("div", { className: "container px-lg py-2xs box-border", children: jsx(HeaderTop, { bgColor: bgColor, logo: logo, internetBankUrl: internetBankUrl, version: version, ...rest }) }) }));
2986
2984
  });
2987
2985
 
2988
2986
  const gapStyles = {
@@ -3019,7 +3017,7 @@
3019
3017
  return `${parseFloat((bytes / Math.pow(KILO, i)).toFixed(decimals))} ${KILO_SIZES[i]}`;
3020
3018
  };
3021
3019
 
3022
- const LinkDocItem = JSX(({ icon, text, fileSize, ...linkProps }) => (jsxs("a", { className: "flex box-border gap-3 group/item h-fit w-fit text-primary-text no-underline hover:text-primary-main", role: "link", ...linkProps, children: [icon, text ? (jsxs(Text, { size: "text-l", font: "font-light", children: [text, jsx(Text, { color: "text-secondary-text", children: linkProps?.href && formatSuffix(getExtFromHref(linkProps.href), fileSize) })] })) : null] })));
3020
+ const LinkDocItem = JSX(({ icon, text, fileSize, ...linkProps }) => (jsxs("a", { className: "flex box-border gap-s group/item h-fit w-fit text-primary-text no-underline hover:text-primary-main", role: "link", ...linkProps, children: [icon, text ? (jsxs(Text, { size: "text-l", font: "font-light", children: [text, jsx(Text, { color: "text-secondary-text", children: linkProps?.href && formatSuffix(getExtFromHref(linkProps.href), fileSize) })] })) : null] })));
3023
3021
  const formatSuffix = (ext, fileSize) => {
3024
3022
  const prefix = ext || fileSize ? ',' : '';
3025
3023
  const extension = ext ? ` ${ext}` : '';
@@ -3042,7 +3040,7 @@
3042
3040
  };
3043
3041
  const LinkDocs = JSX(({ className = '', title, description, align = 'text-center', documents, icon = { icon: 'DocIcon' }, columnsMode = 'double', ...rest }) => {
3044
3042
  const router = useRouter();
3045
- return (jsxs(BlockWrapper, { className: className, defaultPadding: "p-6xl", ...rest, children: [jsx(Headline, { title: title, description: description, align: align, headlineVersion: "M", as: "h2", isPadding: false }), documents?.length ? (jsx("div", { className: style('mt-5 sm:mt-8 flex flex-col gap-6', linkColumnsModeStyleMap[columnsMode]), role: "list", children: documents.map(renderLinkDocItem(router, columnsMode, icon)) })) : null] }));
3043
+ return (jsxs(BlockWrapper, { className: style('space-y-lg', className), defaultPadding: "p-6xl", ...rest, children: [jsx(Headline, { title: title, description: description, align: align, headlineVersion: "M", as: "h2", isEmbedded: true }), documents?.length ? (jsx("div", { className: style('grid gap-xl', columnsMode === 'double' ? '@md:grid-cols-2' : 'grid-cols-1', linkColumnsModeStyleMap[columnsMode]), role: "list", children: documents.map(renderLinkDocItem(router, columnsMode, icon)) })) : null] }));
3046
3044
  });
3047
3045
  const renderLinkDocItem = (router, columnsMode, icon) => (docBlockDef, i) => {
3048
3046
  const href = docBlockDef?.docType === 'Attachment'
@@ -3051,7 +3049,7 @@
3051
3049
  const fileSize = docBlockDef?.docType === 'Attachment'
3052
3050
  ? formatBytes(docBlockDef?.attachment?.fileSize || 0)
3053
3051
  : docBlockDef?.fileSize;
3054
- return (jsx("div", { className: columnsMode === 'double' ? 'basis-[calc(50%-20px)]' : '', role: "listitem", children: jsx(LinkDocItem, { text: docBlockDef?.text, target: docBlockDef?.target, href: href, fileSize: fileSize, icon: icon ? jsx(Img, { className: linkIconStyle, image: icon, width: "24", height: "24" }) : null }) }, String(i)));
3052
+ return (jsx("div", { role: "listitem", children: jsx(LinkDocItem, { text: docBlockDef?.text, target: docBlockDef?.target, href: href, fileSize: fileSize, icon: icon ? jsx(Img, { className: linkIconStyle, image: icon, width: "24", height: "24" }) : null }) }, String(i)));
3055
3053
  };
3056
3054
 
3057
3055
  /**
@@ -3066,7 +3064,7 @@
3066
3064
  const renderDescription$1 = (description) => description ? (jsx("div", { className: "mb-lg pt-3xs", children: jsx(Text, { size: "text-xl", "font-weight": "light", children: description }) })) : null;
3067
3065
 
3068
3066
  const renderList$1 = (items) => {
3069
- return items?.length ? (jsx(List, { items: items, className: "text-l font-light mb-xs last:mb-0" })) : (jsx("span", { className: "text-m font-light text-secondary-text", children: "\u041D\u0430\u0432\u0435\u0434\u0438\u0442\u0435 \u043A\u0430\u043C\u0435\u0440\u0443 \u0442\u0435\u043B\u0435\u0444\u043E\u043D\u0430 \u043D\u0430 QR-\u043A\u043E\u0434 \u0438 \u0441\u043A\u0430\u0447\u0430\u0439\u0442\u0435 \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u0435" }));
3067
+ return items?.length ? (jsx(List, { items: items, className: "text-l font-light" })) : (jsx("span", { className: "text-m font-light text-secondary-text", children: "\u041D\u0430\u0432\u0435\u0434\u0438\u0442\u0435 \u043A\u0430\u043C\u0435\u0440\u0443 \u0442\u0435\u043B\u0435\u0444\u043E\u043D\u0430 \u043D\u0430 QR-\u043A\u043E\u0434 \u0438 \u0441\u043A\u0430\u0447\u0430\u0439\u0442\u0435 \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u0435" }));
3070
3068
  };
3071
3069
 
3072
3070
  const MobileAppTile = JSX(({ className, padding, alignTitle = 'left', buttons = [], description, headingType = 'h4', image, items, qr, title = 'Мобильное приложение', version = 'primary', ...rest }) => {
@@ -3080,7 +3078,7 @@
3080
3078
  const PictureText = JSX(({ className, padding, headlineVersion = 'M', align = 'text-center', sum, monthLimit, imageOptions, ...rest }) => (jsx(BlockWrapper, { className: className, padding: "p-0", ...rest, children: jsx(BaseProductTile, { className: "h-full", defaultPadding: "p-6xl", padding: padding, headlineVersion: headlineVersion, align: align, isInsetTitle: false, imageOptions: { directionRight: false, imageAlign: 'center', ...imageOptions }, ...rest, children: renderInsuranceSumMonth(Number(sum), Number(monthLimit)) }) })));
3081
3079
 
3082
3080
  const GOLDEN_RATIO = 1.618;
3083
- const Placeholder = JSX(({ className, title, description = 'Блок в разработке...', ...rest }) => (jsxs(BlockWrapper, { className: style('box-border', className), ...rest, children: [jsx(Headline, { className: "max-w-[600px]", title: title, description: description, headlineVersion: "L", align: "text-left", isPadding: false }), jsx("figure", { className: "m-0 mt-xl min-w-[80%]", children: renderShimmer() })] })));
3081
+ const Placeholder = JSX(({ className, title, description = 'Блок в разработке...', ...rest }) => (jsxs(BlockWrapper, { className: style('box-border', className), ...rest, children: [jsx(Headline, { className: "max-w-[600px]", title: title, description: description, headlineVersion: "L", align: "text-left", isEmbedded: true }), jsx("figure", { className: "m-0 mt-xl min-w-[80%]", children: renderShimmer() })] })));
3084
3082
  const renderShimmer = (size = 3) => goldenSequence(100, size)
3085
3083
  .map((_) => Math.floor(_))
3086
3084
  .map(renderShimmerItem);
@@ -3090,7 +3088,7 @@
3090
3088
  function renderBackwardButton({ text, href, target, icon }, version) {
3091
3089
  const iconVersion = version === 'primary' ? 'white' : 'black';
3092
3090
  const commonProps = { text, href, target, ariaLabel: text };
3093
- return (jsxs("div", { className: "flex items-center gap-3", children: [jsx(Button, { className: "w-12 h-12 min-h-12 min-w-12 flex items-center justify-center", version: version, rounded: true, ...commonProps, children: jsx(Img, { className: "w-4 h-4", image: {
3091
+ return (jsxs("div", { className: "flex items-center gap-s", children: [jsx(Button, { className: "w-12 h-12 min-h-12 min-w-12 flex items-center justify-center", version: version, rounded: true, ...commonProps, children: jsx(Img, { className: "w-4 h-4", image: {
3094
3092
  ...icon,
3095
3093
  icon: icon?.icon || 'ArrowLeftIcon',
3096
3094
  iconVersion: icon?.iconVersion || iconVersion,
@@ -3182,7 +3180,7 @@
3182
3180
  const getYandexMapUrl = () => {
3183
3181
  return `https://yandex.ru/maps/?ll=${[pointsCenter[1], pointsCenter[0]]}&z=10&l=map`;
3184
3182
  };
3185
- return (jsx("a", { className: `select-none cursor-pointer px-9 h-12 bg-primary-main text-white ${Object.values(styles$3).join(' ')}`, href: getYandexMapUrl(), target: "_blank", children: "\u041E\u0442\u043A\u0440\u044B\u0442\u044C \u043D\u0430 \u043A\u0430\u0440\u0442\u0435" }));
3183
+ return (jsx("a", { className: `select-none cursor-pointer px-4xl h-12 bg-primary-main text-white ${Object.values(styles$3).join(' ')}`, href: getYandexMapUrl(), target: "_blank", children: "\u041E\u0442\u043A\u0440\u044B\u0442\u044C \u043D\u0430 \u043A\u0430\u0440\u0442\u0435" }));
3186
3184
  };
3187
3185
 
3188
3186
  const styles$2 = {
@@ -3233,7 +3231,7 @@
3233
3231
  map.geoObjects.add(result.geoObjects);
3234
3232
  });
3235
3233
  };
3236
- return (jsx("div", { className: `select-none cursor-pointer py-4 w-12 bg-white ${Object.values(styles$1).join(' ')} ${className}`, onClick: setUserGeoLocation, children: jsx(Icon, { name: "UserGeoLocationIcon", width: "20", height: "16" }) }));
3234
+ return (jsx("div", { className: `select-none cursor-pointer py-m w-12 bg-white ${Object.values(styles$1).join(' ')} ${className}`, onClick: setUserGeoLocation, children: jsx(Icon, { name: "UserGeoLocationIcon", width: "20", height: "16" }) }));
3237
3235
  };
3238
3236
 
3239
3237
  const getNS = (_) => globalThis[_];
@@ -3376,9 +3374,9 @@
3376
3374
 
3377
3375
  const RegionsAndBranches = JSX(({ regions = [], selectedRegion, onSelectedRegion: onSelectedRegion, branches = [], selectedBranch, onSelectedBranch, }) => (jsxs("div", { className: "flex flex-col sm:flex-row gap-m order-1", children: [jsx("div", { className: "flex-1 min-w-0", children: jsx(WrapperSelect, { data: regions, fieldValue: "code", fieldLabel: "name", selected: selectedRegion, setSelected: onSelectedRegion, label: "\u0420\u0435\u0433\u0438\u043E\u043D" }) }), jsx("div", { className: "flex-1 min-w-0", children: jsx(WrapperSelect, { data: branches, fieldValue: "branchCode", fieldLabel: "address", selected: selectedBranch, setSelected: onSelectedBranch, label: "\u041E\u0442\u0434\u0435\u043B\u0435\u043D\u0438\u0435", placeholder: "\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u043E\u0442\u0434\u0435\u043B\u0435\u043D\u0438\u0435" }) })] })));
3378
3376
 
3379
- const Radio = JSX(({ name, text, value, checked, onChange, className }) => (jsx("div", { className: className, children: jsxs("label", { className: "font-sans flex items-center relative cursor-pointer", children: [jsx("input", { className: "appearance-none flex justify-center items-center shrink-0 w-5 h-5 border border-gray hover:border-primary-hover\n checked:border-2 checked:!border-primary-main focus:checked:border-primary-main focus:border-primary-text active:border-primary-text\n after:block after:w-2.5 after:h-2.5 after:rounded-full checked:after:bg-primary-main outline-none rounded-full cursor-pointer", type: "radio", value: value, name: name, checked: checked, onChange: (_) => onChange(_.target.value) }), text ? jsx("span", { className: "text-primary-text ml-3 cursor-pointer", children: text }) : null] }) })));
3377
+ const Radio = JSX(({ name, text, value, checked, onChange, className }) => (jsx("div", { className: className, children: jsxs("label", { className: "font-sans flex gap-s items-center relative cursor-pointer", children: [jsx("input", { className: "appearance-none flex justify-center items-center shrink-0 w-5 h-5 border border-gray hover:border-primary-hover\n checked:border-2 checked:!border-primary-main focus:checked:border-primary-main focus:border-primary-text active:border-primary-text\n after:block after:w-2.5 after:h-2.5 after:rounded-full checked:after:bg-primary-main outline-none rounded-full cursor-pointer", type: "radio", value: value, name: name, checked: checked, onChange: (_) => onChange(_.target.value) }), text ? jsx("span", { className: "text-primary-text cursor-pointer", children: text }) : null] }) })));
3380
3378
 
3381
- const RadioButtons = JSX(({ className }) => {
3379
+ const RadioButtons = JSX(({ className = '' }) => {
3382
3380
  const [selectedOption, setSelectedOption] = useState('option2');
3383
3381
  const onChange = useCallback((_) => setSelectedOption(_), []);
3384
3382
  return (jsxs("div", { className: style('order-4', className), children: [jsx(Radio, { className: "mb-xs", name: "contractType", text: "\u041F\u0440\u043E\u0441\u0442\u043E\u0435 \u0445\u0440\u0430\u043D\u0435\u043D\u0438\u0435", value: "option1", checked: selectedOption === 'option1', onChange: onChange }), jsx(Radio, { name: "contractType", text: "\u0421\u0434\u0435\u043B\u043A\u0430 \u0441 \u043D\u0435\u0434\u0432\u0438\u0436\u0438\u043C\u043E\u0441\u0442\u044C\u044E", value: "option2", checked: selectedOption === 'option2', onChange: onChange })] }));
@@ -3390,11 +3388,11 @@
3390
3388
  const RentalPeriod = JSX(({ days, setDays }) => (jsxs("div", { className: "order-1", children: [jsx(Text, { size: "text-m", font: "font-light", children: "\u0421\u0440\u043E\u043A \u0430\u0440\u0435\u043D\u0434\u044B" }), jsx(InputRange, { min: MIN, max: MAX, value: days, items: ITEMS, onChange: setDays })] })));
3391
3389
 
3392
3390
  const SafeBoxCases = JSX(({ caseVolumes = [], selectedCaseVolume, onSelectedCaseVolume, safeBoxCases = [], selectedBoxSize, onSelectedBoxSize, }) => {
3393
- return (jsxs("div", { className: "flex flex-col sm:flex-row gap-4 order-1", children: [jsx("div", { className: "flex-1 min-w-0", children: jsx(WrapperSelect, { data: caseVolumes, fieldLabel: "volume", selected: selectedCaseVolume, setSelected: onSelectedCaseVolume, label: "\u0420\u0430\u0437\u043C\u0435\u0440", placeholder: "\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u0440\u0430\u0437\u043C\u0435\u0440" }) }), jsx("div", { className: "flex-1 min-w-0", children: jsx(WrapperSelect, { data: safeBoxCases, fieldLabel: "safeBoxCasesSize", selected: selectedBoxSize, setSelected: onSelectedBoxSize, label: "\u041F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u044B \u044F\u0447\u0435\u0439\u043A\u0438, \u043C\u043C (\u0412\u0445\u0428\u0445\u0414)", placeholder: "\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440 \u044F\u0447\u0435\u0439\u043A\u0438" }) })] }));
3391
+ return (jsxs("div", { className: "flex flex-col sm:flex-row gap-m order-1", children: [jsx("div", { className: "flex-1 min-w-0", children: jsx(WrapperSelect, { data: caseVolumes, fieldLabel: "volume", selected: selectedCaseVolume, setSelected: onSelectedCaseVolume, label: "\u0420\u0430\u0437\u043C\u0435\u0440", placeholder: "\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u0440\u0430\u0437\u043C\u0435\u0440" }) }), jsx("div", { className: "flex-1 min-w-0", children: jsx(WrapperSelect, { data: safeBoxCases, fieldLabel: "safeBoxCasesSize", selected: selectedBoxSize, setSelected: onSelectedBoxSize, label: "\u041F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u044B \u044F\u0447\u0435\u0439\u043A\u0438, \u043C\u043C (\u0412\u0445\u0428\u0445\u0414)", placeholder: "\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440 \u044F\u0447\u0435\u0439\u043A\u0438" }) })] }));
3394
3392
  });
3395
3393
 
3396
3394
  const SafeDepositRentalFields = JSX(({ regions, selectedRegion, branches, selectedBranch, days, selectedCaseVolume, selectedBoxSize, safeBoxCases, caseVolumes, onChange, onClick, }) => {
3397
- return (jsxs("div", { className: "contents sm:block flex-1 space-y-xl", children: [jsx(RegionsAndBranches, { regions: regions, selectedRegion: selectedRegion, onSelectedRegion: (value) => onChange({ selectedRegion: value }), branches: branches, selectedBranch: selectedBranch, onSelectedBranch: onSelectedBranch(onChange) }), jsx(RentalPeriod, { days: days, setDays: (value) => onChange({ days: value }) }), jsx(SafeBoxCases, { caseVolumes: caseVolumes, selectedCaseVolume: selectedCaseVolume, onSelectedCaseVolume: onSelectedCaseVolume(onChange), safeBoxCases: safeBoxCases, selectedBoxSize: selectedBoxSize, onSelectedBoxSize: (value) => onChange({ selectedBoxSize: value }) }), jsx("div", { className: "order-4", children: jsx(Text, { size: "text-l", font: "font-light", color: "text-secondary-text", children: "\u0422\u0438\u043F \u0434\u043E\u0433\u043E\u0432\u043E\u0440\u0430" }) }), jsxs("div", { className: "contents sm:flex justify-between items-center", children: [jsx(RadioButtons, { className: "mb-4 sm:mb-0" }), jsx(Button, { text: "\u041E\u0444\u0438\u0441\u044B \u043D\u0430 \u043A\u0430\u0440\u0442\u0435", version: "primary", onClick: onClick, className: "order-6" })] })] }));
3395
+ return (jsxs("div", { className: "contents sm:block flex-1 space-y-xl", children: [jsx(RegionsAndBranches, { regions: regions, selectedRegion: selectedRegion, onSelectedRegion: (value) => onChange({ selectedRegion: value }), branches: branches, selectedBranch: selectedBranch, onSelectedBranch: onSelectedBranch(onChange) }), jsx(RentalPeriod, { days: days, setDays: (value) => onChange({ days: value }) }), jsx(SafeBoxCases, { caseVolumes: caseVolumes, selectedCaseVolume: selectedCaseVolume, onSelectedCaseVolume: onSelectedCaseVolume(onChange), safeBoxCases: safeBoxCases, selectedBoxSize: selectedBoxSize, onSelectedBoxSize: (value) => onChange({ selectedBoxSize: value }) }), jsx("div", { className: "order-4", children: jsx(Text, { size: "text-l", font: "font-light", color: "text-secondary-text", children: "\u0422\u0438\u043F \u0434\u043E\u0433\u043E\u0432\u043E\u0440\u0430" }) }), jsxs("div", { className: "contents sm:flex justify-between items-center gap-m", children: [jsx(RadioButtons, {}), jsx(Button, { text: "\u041E\u0444\u0438\u0441\u044B \u043D\u0430 \u043A\u0430\u0440\u0442\u0435", version: "primary", onClick: onClick, className: "order-6" })] })] }));
3398
3396
  });
3399
3397
  const onSelectedBranch = (onChange) => (value) => {
3400
3398
  onChange({ selectedBranch: value, selectedCaseVolume: '', selectedBoxSize: '' });
@@ -3406,10 +3404,10 @@
3406
3404
  const SafeDepositRentalTotal = JSX(({ days, tariffs = [] }) => {
3407
3405
  const price = calculatePrice(days, tariffs);
3408
3406
  const imageDescription = 'На рисунке изображена пачка листов\nформата А4';
3409
- return (jsxs("div", { className: "contents sm:flex flex-col justify-between order-2", children: [jsxs("div", { className: "flex flex-col sm:flex-row gap-x-11 gap-y-7 order-5 sm:order-none py-7 sm:py-0 border-t border-main-divider sm:border-none", children: [renderTotal('Аренда за', days), renderTotal('Цена', price + ' ₽')] }), jsx("span", { className: "sm:hidden order-3 mb-2 text-s-light text-secondary-text", children: imageDescription }), jsxs("div", { className: "flex flex-col items-center gap-3 order-3 sm:order-none mb-6 sm:mb-0 bg-primary-main py-3 sm:p-8 text-center", children: [jsx(Img, { image: { icon: 'PackA4Icon' }, className: "sm:h-[246px]" }), jsx("span", { className: "hidden sm:inline text-s font-light text-white opacity-80 whitespace-pre-line", children: imageDescription })] })] }));
3407
+ return (jsxs("div", { className: "contents sm:flex flex-col justify-between order-2", children: [jsxs("div", { className: "flex flex-col sm:flex-row gap-x-6xl gap-y-2xl order-5 sm:order-none py-2xl sm:py-0 border-t border-main-divider sm:border-none", children: [renderTotal('Аренда за', days), renderTotal('Цена', price + ' ₽')] }), jsx("span", { className: "sm:hidden order-3 mb-xs text-s-light text-secondary-text", children: imageDescription }), jsxs("div", { className: "flex flex-col items-center gap-s order-3 sm:order-none mb-xl sm:mb-0 bg-primary-main py-s sm:p-3xl text-center", children: [jsx(Img, { image: { icon: 'PackA4Icon' }, className: "sm:h-60" }), jsx("span", { className: "hidden sm:inline text-s font-light text-white opacity-80 whitespace-pre-line", children: imageDescription })] })] }));
3410
3408
  });
3411
3409
  const renderTotal = (label, total) => {
3412
- return (jsxs("div", { className: "flex justify-between items-center gap-y-1 sm:flex-col sm:items-start", children: [jsx("div", { className: "text-l font-light text-secondary-text", children: label }), jsx("span", { className: "text-l sm:text-h3 text-primary-text", children: total })] }));
3410
+ return (jsxs("div", { className: "flex justify-between items-center gap-y-xs sm:flex-col sm:items-start", children: [jsx("div", { className: "text-l font-light text-secondary-text", children: label }), jsx("span", { className: "text-l sm:text-h3 text-primary-text", children: total })] }));
3413
3411
  };
3414
3412
  const calculatePrice = (days, tariffs) => {
3415
3413
  const tariffType = getTariffType(days);
@@ -3456,7 +3454,7 @@
3456
3454
  const caseVolumes = getCaseVolumes(branch?.safeBoxCaseVolumes);
3457
3455
  const safeBoxCases = getCaseVolume(branch?.safeBoxCaseVolumes, data.selectedCaseVolume)?.safeBoxCases;
3458
3456
  const tariffs = getTariffs(safeBoxCases, data.selectedBoxSize);
3459
- return (jsxs("div", { className: "flex flex-col sm:flex-row gap-x-9 align-top mb-6", children: [jsx(SafeDepositRentalFields, { ...data, regions: regions, onClick: onClick, branches: branches, caseVolumes: caseVolumes, safeBoxCases: safeBoxCases, onChange: onChange }), jsx(SafeDepositRentalTotal, { days: data.days, tariffs: tariffs })] }));
3457
+ return (jsxs("div", { className: "flex flex-col sm:flex-row gap-4xl align-top", children: [jsx(SafeDepositRentalFields, { ...data, regions: regions, onClick: onClick, branches: branches, caseVolumes: caseVolumes, safeBoxCases: safeBoxCases, onChange: onChange }), jsx(SafeDepositRentalTotal, { days: data.days, tariffs: tariffs })] }));
3460
3458
  });
3461
3459
  const getCaseVolumes = (safeBoxCaseVolumes) => safeBoxCaseVolumes?.length ? safeBoxCaseVolumes?.filter((_) => _?.safeBoxCases?.length) : [];
3462
3460
  const getCaseVolume = (caseVolumes, selectedCaseVolume) => caseVolumes?.find((_) => _.volume === selectedCaseVolume);
@@ -3489,7 +3487,7 @@
3489
3487
  const branches = useSafeBoxes(selectedRegion);
3490
3488
  const handleChangeSafeDepositState = useCallback((state) => setStateDepositState((oldState) => ({ ...oldState, ...state })), [setStateDepositState]);
3491
3489
  const points = getCoordinates(getBranch(branches, safeDepositState.selectedBranch) || branches);
3492
- return (jsxs(BlockWrapper, { className: className, defaultPadding: "", ...rest, children: [jsxs("div", { className: "p-4xl", children: [title ? (jsx(Heading, { title: title, headingType: "h3", as: "h2", className: "text-primary-text mb-s text-center" })) : null, jsx(SafeDepositRentalForm, { regions: regions, branches: branches, data: { ...safeDepositState, selectedRegion }, onClick: handleShowMap, onChange: handleChangeSafeDepositState }), footnote ? (jsx(Paragraph, { size: "text-s", font: "font-light", children: footnote })) : null] }), points.length && showMap ? jsx(YandexMap, { points: points, className: "h-[640px]" }) : null] }));
3490
+ return (jsxs(BlockWrapper, { className: className, defaultPadding: "", ...rest, children: [jsxs("div", { className: "p-4xl space-y-xl", children: [title ? (jsx(Heading, { title: title, headingType: "h3", as: "h2", className: "text-primary-text mb-s text-center" })) : null, jsx(SafeDepositRentalForm, { regions: regions, branches: branches, data: { ...safeDepositState, selectedRegion }, onClick: handleShowMap, onChange: handleChangeSafeDepositState }), footnote ? (jsx(Paragraph, { size: "text-s", font: "font-light", children: footnote })) : null] }), points.length && showMap ? jsx(YandexMap, { points: points, className: "h-[640px]" }) : null] }));
3493
3491
  });
3494
3492
  const normalizeSelectedRegion = (selectedRegion, regions) => !selectedRegion && regions?.length && regions[0]?.code ? regions[0].code : selectedRegion;
3495
3493
 
@@ -3497,8 +3495,6 @@
3497
3495
  throw new Error(x);
3498
3496
  }
3499
3497
 
3500
- const checkCanRenderIcon = (icon) => Boolean(icon?.icon || icon?.src);
3501
-
3502
3498
  const STEPS_BLOCK_STYLE = {
3503
3499
  description: 'text-white/80 text-l font-light group-data-primary:text-secondary-text group-data-gray:text-secondary-text',
3504
3500
  iconText: 'text-white group-data-primary:text-secondary-text group-data-gray:text-secondary-text',
@@ -3507,6 +3503,8 @@
3507
3503
  dot: 'bg-white/80 group-data-primary:bg-secondary-text',
3508
3504
  };
3509
3505
 
3506
+ const checkCanRenderIcon = (icon) => Boolean(icon?.icon || icon?.src);
3507
+
3510
3508
  const STEPS_SIZE_MAP = {
3511
3509
  normal: { icon: 'h-11 w-11', image: 'h-14 w-14' },
3512
3510
  small: { icon: 'h-12 w-12', image: 'h-14 w-14' },
@@ -3516,7 +3514,7 @@
3516
3514
  small: 'min-h-6xl',
3517
3515
  };
3518
3516
  const styleMap = STEPS_BLOCK_STYLE;
3519
- const StepsBlock = JSX(({ className = '', title, description, steps, buttons, size = 'normal', version = 'primary', ...rest }) => (jsxs(BlockWrapper, { className: style('box-border flex flex-col gap-xs', className), defaultPadding: "p-6xl", version: version, ...rest, children: [title ? jsx(Heading, { headingType: "h3", className: "text-left", title: title }) : null, description ? (jsx(Paragraph, { size: "text-xl", font: "font-light", children: jsx("span", { className: styleMap.description, children: description }) })) : null, steps?.length ? (jsx("div", { className: "box-border", children: jsx("div", { className: "flex flex-col justify-between", children: steps.map(renderStep(size, version)) }) })) : null, renderButtonsSection(buttons, { className: 'mt-3', isVertical: true })] })));
3517
+ const StepsBlock = JSX(({ className = '', title, description, steps, buttons, size = 'normal', version = 'primary', ...rest }) => (jsxs(BlockWrapper, { className: style('box-border flex flex-col gap-xl', className), defaultPadding: "p-6xl", version: version, ...rest, children: [jsx(Headline, { title: title, description: description, headlineVersion: "M", isEmbedded: true, align: "text-left" }), steps?.length ? (jsx("div", { className: "box-border", children: jsx("div", { className: "flex flex-col gap-6xl justify-between", children: steps.map(renderStep(size, version)) }) })) : null, renderButtonsSection(buttons, { isVertical: true })] })));
3520
3518
  // TODO: Create universal function for this case
3521
3519
  const renderStep = (size, version) =>
3522
3520
  // Linter doesn't understand that switch processes all cases
@@ -3535,7 +3533,7 @@
3535
3533
  assertUnreachable(step);
3536
3534
  }
3537
3535
  };
3538
- const renderDefaultStep = (size, version) => (step, i) => (jsx("div", { className: "contents", children: jsxs("div", { className: "flex flex-row text-center relative py-3", children: [jsx("div", { className: "overflow-hidden flex flex-shrink-0 items-center", children: renderIconArea(size, version)(step, i) }), jsxs("div", { className: style('flex flex-col justify-center h-fit', STEPS_TILE_DESCRIPTION_HEIGHT_MAP[size]), children: [step.label ? jsx("div", { className: "text-l m-0 text-left", children: step.label }) : null, step.description ? (jsx("div", { className: style('text-s font-light text-left', styleMap.description), children: step.description })) : null] })] }) }, String(i)));
3536
+ const renderDefaultStep = (size, version) => (step, i) => (jsx("div", { className: "contents", children: jsxs("div", { className: "flex flex-row text-center relative", children: [jsx("div", { className: "overflow-hidden flex flex-shrink-0 items-center", children: renderIconArea(size, version)(step, i) }), jsxs("div", { className: style('flex flex-col justify-center h-fit', STEPS_TILE_DESCRIPTION_HEIGHT_MAP[size]), children: [step.label ? jsx("div", { className: "text-l text-left", children: step.label }) : null, step.description ? (jsx("div", { className: style('text-s font-light text-left', styleMap.description), children: step.description })) : null] })] }) }, String(i)));
3539
3537
  const renderIconArea = (size, version) => (step, i) => {
3540
3538
  const iconSize = size === 'normal' ? '38' : '24';
3541
3539
  const iconVersion = version === 'secondary' ? 'white' : 'color';
@@ -3652,12 +3650,12 @@
3652
3650
  const normalizeTab = (_) => (_?.type === 'group' ? { text: _.title } : _);
3653
3651
 
3654
3652
  const renderButtonsCellData = ({ buttons }) => renderButtonsSection(buttons, {
3655
- className: 'mt-3',
3653
+ className: 'mt-s',
3656
3654
  buttonClassName: 'w-12 h-12',
3657
3655
  });
3658
3656
  const renderLabelDescriptionCellData = ({ label, description }) => (jsxs("div", { children: [label ? jsx("div", { className: "mb-xs", children: label }) : null, description ? jsx("div", { className: "text-s text-secondary-text", children: description }) : null] }));
3659
3657
  const renderImgCellData = ({ image }) => image?.src ? jsx(Img, { image: image, className: "m-0", imageClassName: "m-0" }) : null;
3660
- const renderListCellData = ({ isDotted, ...rest }) => (jsx(List, { className: "flex flex-col justify-between items-start text-m pl-2 text-base", isDotted: isDotted ?? true, ...rest }));
3658
+ const renderListCellData = ({ isDotted, ...rest }) => (jsx(List, { className: "flex flex-col justify-between items-start text-m pl-xs text-base", isDotted: isDotted ?? true, ...rest }));
3661
3659
  const EmbeddableCellData = {
3662
3660
  Buttons: renderButtonsCellData,
3663
3661
  Img: renderImgCellData,
@@ -3680,12 +3678,12 @@
3680
3678
 
3681
3679
  const TariffsTableHorizontal = JSX(({ tiles, ...rest }) => tiles?.length ? (jsx(SwipeListControl, { ...rest, padding: undefined, children: tiles.map((tile, i) => (jsx(TariffsTableTileCell, { tile: tile, ...rest }, String(i)))) })) : null);
3682
3680
 
3683
- const TariffsTableVertical = JSX(({ tiles, ...rest }) => tiles?.length ? (jsx("div", { className: "flex flex-col gap-3.5", children: tiles.map((tile, i) => (jsx(TariffsTableTileCell, { tile: tile, ...rest }, String(i)))) })) : null);
3681
+ const TariffsTableVertical = JSX(({ tiles, ...rest }) => tiles?.length ? (jsx("div", { className: "flex flex-col gap-s", children: tiles.map((tile, i) => (jsx(TariffsTableTileCell, { tile: tile, ...rest }, String(i)))) })) : null);
3684
3682
 
3685
3683
  const TariffsTable = JSX(({ className, title, description, tariffsColumns: columns, rowHeaders, orientation = 'vertical', ...rest }) => {
3686
3684
  const colData = getColData(columns);
3687
3685
  const tiles = getTiles(rowHeaders, colData);
3688
- return (jsxs("section", { className: `p-6xl space-3xl bg-white font-sans text-primary-text overflow-x-hidden ${className}`, children: [jsx(Headline, { title: title, description: description, headlineVersion: "M", align: "text-left", isPadding: false }), orientation === 'vertical' ? (jsx(TariffsTableVertical, { tiles: tiles, ...rest })) : (jsx(TariffsTableHorizontal, { tiles: tiles, ...rest }))] }));
3686
+ return (jsxs("section", { className: `p-6xl space-3xl bg-white font-sans text-primary-text overflow-x-hidden ${className}`, children: [jsx(Headline, { title: title, description: description, headlineVersion: "M", align: "text-left", isEmbedded: true }), orientation === 'vertical' ? (jsx(TariffsTableVertical, { tiles: tiles, ...rest })) : (jsx(TariffsTableHorizontal, { tiles: tiles, ...rest }))] }));
3689
3687
  });
3690
3688
  const getColData = (columns) => columns?.[0]?.data ? columns[0].data : [];
3691
3689
  const getTiles = (rowHeaders, colData) => rowHeaders?.map((header, i) => ({
@@ -3693,12 +3691,12 @@
3693
3691
  data: colData?.[i] || [{}],
3694
3692
  }));
3695
3693
 
3696
- const TextBlock = JSX(({ className = '', title, description, iconVersion, image, __html, items = [], ...rest }) => (jsxs(BlockWrapper, { className: style('flex gap-3 sm:gap-4 bg-white group-data-secondary:bg-primary-main/10', className), ...rest, children: [iconVersion === 'small' ? jsx("div", { className: "mt-1", children: renderIcon() }) : null, iconVersion === 'big' ? renderImage(image) : null, jsxs("div", { className: "flex flex-col w-fit gap-1 sm:gap-2", children: [title ? (jsx(Text, { size: "text-l", font: "font-normal", color: "text-primary-text group-data-secondary:text-white", children: title })) : null, description ? renderDescription(description) : null, items?.length ? renderList(items, true) : null, __html ? jsx(RichText, { __html: __html }) : null] })] })));
3694
+ const TextBlock = JSX(({ className = '', title, description, iconVersion, image, __html, items = [], ...rest }) => (jsxs(BlockWrapper, { className: style('flex gap-s sm:gap-m bg-white group-data-secondary:bg-primary-main/10', className), ...rest, children: [iconVersion === 'small' ? renderIcon() : null, iconVersion === 'big' ? renderImage(image) : null, jsxs("div", { className: "flex flex-col w-fit gap-2xs sm:gap-xs", children: [title ? (jsx(Text, { size: "text-l", font: "font-normal", color: "text-primary-text group-data-secondary:text-white", children: title })) : null, description ? renderDescription(description) : null, items?.length ? renderList(items, true) : null, __html ? jsx(RichText, { __html: __html }) : null] })] })));
3697
3695
  const renderIcon = () => (jsx("div", { className: `rounded-full h-4 w-4 text-center text-xs font-light bg-primary-main text-white group-data-secondary:bg-white group-data-secondary:text-primary-main`, children: "i" }));
3698
3696
  const renderImage = (image) => image?.src ? jsx(Img, { className: "h-fit flex-shrink-0", image: image }) : null;
3699
3697
  const renderDescription = (description) => (jsx(Paragraph, { size: "text-s", font: "font-light", color: "text-secondary-text group-data-secondary:text-white", children: description }));
3700
3698
  const renderList = (items, bullets) => {
3701
- const listStyle = bullets ? 'list-disc pl-6' : '';
3699
+ const listStyle = bullets ? 'list-disc pl-xl' : '';
3702
3700
  return (jsx("ul", { className: style('text-secondary-text group-data-secondary:text-white/80', listStyle), children: items.map((_, i) => (jsx("li", { children: jsx(Text, { size: "text-s", font: "font-light", children: _ }) }, `listItem-${i}`))) }));
3703
3701
  };
3704
3702
 
@@ -3806,7 +3804,7 @@
3806
3804
  };
3807
3805
  }, deps);
3808
3806
 
3809
- const CloseButton = JSX(({ className, onClose }) => (jsx("button", { className: style('flex justify-center items-center w-12 h-12 p-1 bg-transparent border-none', className), onClick: onClose, title: "\u0417\u0430\u043A\u0440\u044B\u0442\u044C", children: jsx(Img, { image: { icon: 'CloseIcon' }, width: "24", height: "24" }) })));
3807
+ const CloseButton = JSX(({ className, onClose }) => (jsx("button", { className: style('flex justify-center items-center w-12 h-12 p-2xs bg-transparent border-none', className), onClick: onClose, title: "\u0417\u0430\u043A\u0440\u044B\u0442\u044C", children: jsx(Img, { image: { icon: 'CloseIcon' }, width: "24", height: "24" }) })));
3810
3808
 
3811
3809
  const COOKIE_DIALOG_ID = 'cookie';
3812
3810
  const DIALOG_INITIAL_DELAY = 3 * 1000;
@@ -3823,7 +3821,7 @@
3823
3821
  }, []);
3824
3822
  return opened ? (jsx("div", { className: "container fixed left-0 right-0 bottom-0 z-50", children: jsxs("div", { className: "bg-white m-xl p-xl rounded-md flex sm:items-center shadow-[0_4px_25px_rgba(0,0,0,0.07)]", children: [jsx("div", { className: "sm:flex-1", children: jsxs(Paragraph, { size: "text-s", font: "font-light", color: "text-primary-text", children: ["\u0410\u041E \u00AB\u0420\u043E\u0441\u0441\u0435\u043B\u044C\u0445\u043E\u0437\u0431\u0430\u043D\u043A\u00BB \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442", jsx(LinkWrapper, { isRemote: true, className: linkWrapperStyle(termLink?.href), ...termLink, children: "cookie" }), "(\u0444\u0430\u0439\u043B\u044B \u0441 \u0434\u0430\u043D\u043D\u044B\u043C\u0438 \u043E \u043F\u0440\u043E\u0448\u043B\u044B\u0445 \u043F\u043E\u0441\u0435\u0449\u0435\u043D\u0438\u044F\u0445 \u0441\u0430\u0439\u0442\u0430) \u0434\u043B\u044F \u043F\u0435\u0440\u0441\u043E\u043D\u0430\u043B\u0438\u0437\u0430\u0446\u0438\u0438 \u0441\u0435\u0440\u0432\u0438\u0441\u043E\u0432 \u0438 \u0443\u0434\u043E\u0431\u0441\u0442\u0432\u0430 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u0439. \u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0437\u0430\u043F\u0440\u0435\u0442\u0438\u0442\u044C \u0441\u043E\u0445\u0440\u0430\u043D\u0435\u043D\u0438\u0435 cookie \u0432 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430\u0445 \u0441\u0432\u043E\u0435\u0433\u043E \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430.", jsx(LinkWrapper, { isRemote: true, className: linkWrapperStyle(personalDataPolicyLink?.href), ...personalDataPolicyLink, children: "\u041E\u0431\u0440\u0430\u0431\u043E\u0442\u043A\u0430 \u0412\u0430\u0448\u0438\u0445 \u043F\u0435\u0440\u0441\u043E\u043D\u0430\u043B\u044C\u043D\u044B\u0445 \u0434\u0430\u043D\u043D\u044B\u0445" }), "\u043F\u0440\u043E\u0438\u0437\u0432\u043E\u0434\u0438\u0442\u0441\u044F \u0432 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0438\u0438 \u0441 \u0442\u0440\u0435\u0431\u043E\u0432\u0430\u043D\u0438\u044F\u043C\u0438 \u0424\u0435\u0434\u0435\u0440\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0437\u0430\u043A\u043E\u043D\u0430 \u043E\u0442 27.07.2006 \u2116 152-\u04243 \u00AB\u041E \u043F\u0435\u0440\u0441\u043E\u043D\u0430\u043B\u044C\u043D\u044B\u0445 \u0434\u0430\u043D\u043D\u044B\u0445\u00BB."] }) }), jsx("div", { className: "ml-s sm:ml-0 w-24 flex justify-end", children: jsx(CloseButton, { className: "bg-main-gray rounded-md", onClose: handleClose }) })] }) })) : null;
3825
3823
  });
3826
- const linkWrapperStyle = (href) => style('inline mx-1', href ? 'text-green-dark' : '');
3824
+ const linkWrapperStyle = (href) => style('inline mx-2xs', href ? 'text-green-dark' : '');
3827
3825
 
3828
3826
  function useList(initialList = []) {
3829
3827
  const [list, setList] = useState(initialList);
@@ -3924,7 +3922,7 @@
3924
3922
  const LikeControl = JSX(({ className = '' }) => {
3925
3923
  const router = useRouter();
3926
3924
  const likeService = useLikeService(router.pathname);
3927
- return (jsxs("div", { className: `border-main border-2 border-solid bg-white flex w-[125px] items-center justify-center gap-3 p-2 font-sans ${className}`, children: [jsx(LikeButton, { onClick: handlerDecorator(likeService.like), ariaLabel: "\u041F\u043E\u0441\u0442\u0430\u0432\u0438\u0442\u044C \u043E\u0442\u043C\u0435\u0442\u043A\u0443 \u00AB\u043B\u0430\u0439\u043A\u00BB" }), jsx(LikeButton, { onClick: handlerDecorator(likeService.dislike), className: "rotate-180", ariaLabel: "\u041F\u043E\u0441\u0442\u0430\u0432\u0438\u0442\u044C \u043E\u0442\u043C\u0435\u0442\u043A\u0443 \u00AB\u0434\u0438\u0437\u043B\u0430\u0439\u043A\u00BB" }), jsx("span", { className: "select-none", children: likeService.likeCount })] }));
3925
+ return (jsxs("div", { className: `border-main border-2 border-solid bg-white flex w-32 items-center justify-center gap-s p-xs font-sans ${className}`, children: [jsx(LikeButton, { onClick: handlerDecorator(likeService.like), ariaLabel: "\u041F\u043E\u0441\u0442\u0430\u0432\u0438\u0442\u044C \u043E\u0442\u043C\u0435\u0442\u043A\u0443 \u00AB\u043B\u0430\u0439\u043A\u00BB" }), jsx(LikeButton, { onClick: handlerDecorator(likeService.dislike), className: "rotate-180", ariaLabel: "\u041F\u043E\u0441\u0442\u0430\u0432\u0438\u0442\u044C \u043E\u0442\u043C\u0435\u0442\u043A\u0443 \u00AB\u0434\u0438\u0437\u043B\u0430\u0439\u043A\u00BB" }), jsx("span", { className: "select-none", children: likeService.likeCount })] }));
3928
3926
  });
3929
3927
 
3930
3928
  const ContentPage = JSX(({ className, blocksRegistry, blockDecorator, data = {} }) => {
@@ -3937,7 +3935,7 @@
3937
3935
  parent: data,
3938
3936
  };
3939
3937
  useBlockRouterProvider();
3940
- return (jsxs("div", { children: [jsxs("section", { className: style('relative @container', pageStyle, className), "data-theme": colorPalette, children: [slots?.header ? (jsx("div", { className: "relative z-10 mb-5 shadow-[0_8px_32px_0px_#00000014]", children: renderBlocksList(slots?.header, { ...options, slotName: 'header' }) })) : null, jsxs("div", { className: "container @lg:grid @lg:grid-cols-12 @lg:gap-1", children: [renderChildren({ block: data, options, extraProps: { className: 'scroll-mt-12' } }), renderBlocksList(slots?.footer, { ...options, slotName: 'footer' })] }), likeControl ? renderLikeControl() : null] }), jsx(DialogManager, {}), jsx(CookiePopup, { termLink: { href: '/pd-policy#cookie', target: '_blank' }, personalDataPolicyLink: { href: '/pd-policy', target: '_blank' } })] }));
3938
+ return (jsxs("div", { children: [jsxs("section", { className: style('relative @container', pageStyle, className), "data-theme": colorPalette, children: [slots?.header ? (jsx("div", { className: "relative z-10 mb-lg shadow-[0_8px_32px_0px_#00000014]", children: renderBlocksList(slots?.header, { ...options, slotName: 'header' }) })) : null, jsxs("div", { className: "container @lg:grid @lg:grid-cols-12 @lg:gap-2xs", children: [renderChildren({ block: data, options, extraProps: { className: 'scroll-mt-12' } }), renderBlocksList(slots?.footer, { ...options, slotName: 'footer' })] }), likeControl ? renderLikeControl() : null] }), jsx(DialogManager, {}), jsx(CookiePopup, { termLink: { href: '/pd-policy#cookie', target: '_blank' }, personalDataPolicyLink: { href: '/pd-policy', target: '_blank' } })] }));
3941
3939
  });
3942
3940
  ContentPage.childrenTypes = [];
3943
3941
  ContentPage.slots = () => ['header', 'footer'];
@@ -3947,7 +3945,7 @@
3947
3945
 
3948
3946
  const joinList = (sep) => (list) => list.reduce((acc, el, i) => (acc.length ? acc.concat({ ...sep, key: `sep-${i}` }, el) : [el]), []);
3949
3947
 
3950
- const packageVersion = "0.13.2";
3948
+ const packageVersion = "0.13.3";
3951
3949
 
3952
3950
  exports.Blocks = Blocks;
3953
3951
  exports.ContentPage = ContentPage;