@redneckz/wildless-cms-uni-blocks 0.14.65 → 0.14.67

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 (1126) hide show
  1. package/bundle/blocks.schema.json +1 -1
  2. package/bundle/bundle.umd.js +181 -147
  3. package/bundle/bundle.umd.min.js +1 -1
  4. package/bundle/components/ApplicationForm/ApplicationFormContent.d.ts +2 -2
  5. package/bundle/components/Bonus/BonusContent.d.ts +1 -1
  6. package/bundle/components/ButtonsBlock/ButtonsBlockContent.d.ts +2 -2
  7. package/bundle/components/Calculator/CalculatorContent.d.ts +1 -1
  8. package/bundle/components/CardTransfer/CardTransferContent.d.ts +2 -2
  9. package/bundle/components/CarouselCard/CarouselCardContent.d.ts +2 -2
  10. package/bundle/components/CarouselCatalogCard/CarouselCatalogCardContent.d.ts +2 -2
  11. package/bundle/components/CarouselRecommendationCard/CarouselRecommendationCardContent.d.ts +2 -2
  12. package/bundle/components/CarouselTariffsCard/CarouselTariffsCardContent.d.ts +3 -3
  13. package/bundle/components/ContactsBlock/ContactsBlockContent.d.ts +2 -2
  14. package/bundle/components/ErrorBlock/ErrorBlockContent.d.ts +2 -2
  15. package/bundle/components/ExchangeRateTile/ExchangeCurrencyCalculator.d.ts +1 -1
  16. package/bundle/components/ExchangeRateTile/ExchangeRateTileContent.d.ts +2 -2
  17. package/bundle/components/Footer/FooterDataProps.d.ts +3 -3
  18. package/bundle/components/Footer/SocialMedia.d.ts +4 -4
  19. package/bundle/components/InsuranceAmountBlock/InsuranceAmountBlockContent.d.ts +2 -2
  20. package/bundle/components/InsuranceAmountBlock/InsuranceAmountBlockInner.d.ts +1 -1
  21. package/bundle/components/MobileAppTile/MobileAppTileContent.d.ts +1 -1
  22. package/bundle/components/ProductBlock/renderBackwardButton.d.ts +2 -2
  23. package/bundle/components/RepresentativeOfficeInfo/RepresentativeOfficeInfoContent.d.ts +2 -2
  24. package/bundle/components/StepsBlock/StepsBlockContent.d.ts +3 -3
  25. package/bundle/components/TariffsTable/EmbeddableCellData.d.ts +3 -3
  26. package/bundle/components/TariffsTable/TariffsTableContent.d.ts +1 -1
  27. package/bundle/model/ButtonVersion.d.ts +2 -3
  28. package/bundle/model/LinkButtonVersion.d.ts +6 -0
  29. package/bundle/ui-kit/ARIAProps.d.ts +4 -0
  30. package/bundle/ui-kit/BaseProductTile/BaseProductTileContent.d.ts +1 -1
  31. package/bundle/ui-kit/Button/Button.d.ts +12 -1
  32. package/bundle/ui-kit/Button/useButton.d.ts +2 -0
  33. package/bundle/ui-kit/ControlStateProps.d.ts +4 -0
  34. package/bundle/ui-kit/LinkButton/ArrowButton.d.ts +7 -0
  35. package/bundle/ui-kit/LinkButton/ButtonInner.d.ts +3 -0
  36. package/bundle/ui-kit/LinkButton/ButtonsSectionContent.d.ts +8 -0
  37. package/bundle/ui-kit/LinkButton/GetButtonClassParams.d.ts +7 -0
  38. package/{lib/ui-kit/Button → bundle/ui-kit/LinkButton}/LikeButton.d.ts +2 -0
  39. package/bundle/ui-kit/LinkButton/LinkButton.d.ts +3 -0
  40. package/{dist/ui-kit/Button/ButtonContent.d.ts → bundle/ui-kit/LinkButton/LinkButtonContent.d.ts} +5 -3
  41. package/{lib/ui-kit/Button/ButtonProps.d.ts → bundle/ui-kit/LinkButton/LinkButtonProps.d.ts} +3 -2
  42. package/bundle/ui-kit/LinkButton/buttonClassNameConstants.d.ts +9 -0
  43. package/bundle/ui-kit/{Button → LinkButton}/getDisabledButtonClasses.d.ts +1 -0
  44. package/{lib/ui-kit/Button → bundle/ui-kit/LinkButton}/getRegularButtonClasses.d.ts +1 -0
  45. package/{dist/ui-kit/Button → bundle/ui-kit/LinkButton}/renderArrows.d.ts +2 -0
  46. package/bundle/ui-kit/LinkButton/renderButtonsSection.d.ts +10 -0
  47. package/bundle/ui-kit/{Button → LinkButton}/useFormSubmit.d.ts +2 -1
  48. package/dist/components/ApplicationForm/ApplicationFormContent.d.ts +2 -2
  49. package/dist/components/ApplicationForm/ApplicationFormGrantSupport.js +3 -3
  50. package/dist/components/ApplicationForm/ApplicationFormGrantSupport.js.map +1 -1
  51. package/dist/components/ApplicationForm/Footnote.js +2 -2
  52. package/dist/components/ApplicationForm/Footnote.js.map +1 -1
  53. package/dist/components/ApplicationForm/renderSubmitButton.js +2 -8
  54. package/dist/components/ApplicationForm/renderSubmitButton.js.map +1 -1
  55. package/dist/components/Bonus/Bonus.js +1 -1
  56. package/dist/components/Bonus/Bonus.js.map +1 -1
  57. package/dist/components/Bonus/BonusContent.d.ts +1 -1
  58. package/dist/components/ButtonsBlock/ButtonsBlock.js +1 -1
  59. package/dist/components/ButtonsBlock/ButtonsBlock.js.map +1 -1
  60. package/dist/components/ButtonsBlock/ButtonsBlockContent.d.ts +2 -2
  61. package/dist/components/Calculator/BonusCalculatorForm.js +1 -1
  62. package/dist/components/Calculator/BonusCalculatorForm.js.map +1 -1
  63. package/dist/components/Calculator/BusinessDepositCalculatorForm.js +1 -1
  64. package/dist/components/Calculator/BusinessDepositCalculatorForm.js.map +1 -1
  65. package/dist/components/Calculator/Calculator.js +1 -1
  66. package/dist/components/Calculator/Calculator.js.map +1 -1
  67. package/dist/components/Calculator/CalculatorContent.d.ts +1 -1
  68. package/dist/components/Calculator/CreditCalculatorForm.js +1 -1
  69. package/dist/components/Calculator/CreditCalculatorForm.js.map +1 -1
  70. package/dist/components/Calculator/DepositCalculatorForm.js +1 -1
  71. package/dist/components/Calculator/DepositCalculatorForm.js.map +1 -1
  72. package/dist/components/Calculator/RefinancingCalculatorForm.js +1 -1
  73. package/dist/components/Calculator/RefinancingCalculatorForm.js.map +1 -1
  74. package/dist/components/CardTransfer/CardTransfer.js +2 -9
  75. package/dist/components/CardTransfer/CardTransfer.js.map +1 -1
  76. package/dist/components/CardTransfer/CardTransferContent.d.ts +2 -2
  77. package/dist/components/Carousel/CarouselScrollButtons.js +1 -1
  78. package/dist/components/Carousel/CarouselScrollButtons.js.map +1 -1
  79. package/dist/components/CarouselCard/CarouselCard.js +1 -1
  80. package/dist/components/CarouselCard/CarouselCard.js.map +1 -1
  81. package/dist/components/CarouselCard/CarouselCardContent.d.ts +2 -2
  82. package/dist/components/CarouselCatalogCard/CarouselCatalogCard.js +1 -1
  83. package/dist/components/CarouselCatalogCard/CarouselCatalogCard.js.map +1 -1
  84. package/dist/components/CarouselCatalogCard/CarouselCatalogCardContent.d.ts +2 -2
  85. package/dist/components/CarouselRecommendationCard/CarouselRecommendationCardContent.d.ts +2 -2
  86. package/dist/components/CarouselTariffsCard/CarouselTariffsCard.js +2 -2
  87. package/dist/components/CarouselTariffsCard/CarouselTariffsCard.js.map +1 -1
  88. package/dist/components/CarouselTariffsCard/CarouselTariffsCardContent.d.ts +3 -3
  89. package/dist/components/CarouselTariffsCard/renderCardInfo.js +1 -1
  90. package/dist/components/CarouselTariffsCard/renderCardInfo.js.map +1 -1
  91. package/dist/components/ComparisonTable/ComparisonTableRows.js +1 -1
  92. package/dist/components/ComparisonTable/ComparisonTableRows.js.map +1 -1
  93. package/dist/components/ComparisonTable/HeaderCell.js +2 -2
  94. package/dist/components/ComparisonTable/HeaderCell.js.map +1 -1
  95. package/dist/components/ComparisonTable/TableColumn.js +2 -2
  96. package/dist/components/ComparisonTable/TableColumn.js.map +1 -1
  97. package/dist/components/ContactsBlock/ContactsBlock.js +2 -2
  98. package/dist/components/ContactsBlock/ContactsBlock.js.map +1 -1
  99. package/dist/components/ContactsBlock/ContactsBlockContent.d.ts +2 -2
  100. package/dist/components/Depository/DepositoryFilter.js +2 -1
  101. package/dist/components/Depository/DepositoryFilter.js.map +1 -1
  102. package/dist/components/ErrorBlock/ErrorBlock.js +2 -2
  103. package/dist/components/ErrorBlock/ErrorBlock.js.map +1 -1
  104. package/dist/components/ErrorBlock/ErrorBlockContent.d.ts +2 -2
  105. package/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.d.ts +1 -1
  106. package/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.js +2 -2
  107. package/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.js.map +1 -1
  108. package/dist/components/ExchangeRateTile/ExchangeRateTileContent.d.ts +2 -2
  109. package/dist/components/Footer/Contacts.js +2 -2
  110. package/dist/components/Footer/Contacts.js.map +1 -1
  111. package/dist/components/Footer/Footer.js +2 -2
  112. package/dist/components/Footer/Footer.js.map +1 -1
  113. package/dist/components/Footer/Footer.mobile.js +2 -2
  114. package/dist/components/Footer/Footer.mobile.js.map +1 -1
  115. package/dist/components/Footer/FooterDataProps.d.ts +3 -3
  116. package/dist/components/Footer/SocialMedia.d.ts +4 -4
  117. package/dist/components/Footer/SocialMedia.js +1 -1
  118. package/dist/components/Footer/SocialMedia.js.map +1 -1
  119. package/dist/components/Header/HeaderTop.js +2 -2
  120. package/dist/components/Header/HeaderTop.js.map +1 -1
  121. package/dist/components/Header/InternetBankButton.js +2 -2
  122. package/dist/components/Header/InternetBankButton.js.map +1 -1
  123. package/dist/components/InsuranceAmountBlock/InsuranceAmountBlockContent.d.ts +2 -2
  124. package/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.d.ts +1 -1
  125. package/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js +3 -3
  126. package/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js.map +1 -1
  127. package/dist/components/LikeControl/LikeControl.js +1 -1
  128. package/dist/components/LikeControl/LikeControl.js.map +1 -1
  129. package/dist/components/MobileAppTile/MobileAppTile.js +1 -1
  130. package/dist/components/MobileAppTile/MobileAppTile.js.map +1 -1
  131. package/dist/components/MobileAppTile/MobileAppTileContent.d.ts +1 -1
  132. package/dist/components/OfficesAtmsMap/renderFiltrationForm.js +2 -2
  133. package/dist/components/OfficesAtmsMap/renderFiltrationForm.js.map +1 -1
  134. package/dist/components/ProductBlock/renderBackwardButton.d.ts +2 -2
  135. package/dist/components/ProductBlock/renderBackwardButton.js +3 -3
  136. package/dist/components/ProductBlock/renderBackwardButton.js.map +1 -1
  137. package/dist/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.js +1 -1
  138. package/dist/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.js.map +1 -1
  139. package/dist/components/RepresentativeOfficeInfo/RepresentativeOfficeInfoContent.d.ts +2 -2
  140. package/dist/components/SafeDepositRental/SafeDepositRentalFields.js +2 -2
  141. package/dist/components/SafeDepositRental/SafeDepositRentalFields.js.map +1 -1
  142. package/dist/components/StepsBlock/StepsBlock.js +1 -1
  143. package/dist/components/StepsBlock/StepsBlock.js.map +1 -1
  144. package/dist/components/StepsBlock/StepsBlock.mobile.js +1 -1
  145. package/dist/components/StepsBlock/StepsBlock.mobile.js.map +1 -1
  146. package/dist/components/StepsBlock/StepsBlockContent.d.ts +3 -3
  147. package/dist/components/StepsBlock/renderStep.js +2 -2
  148. package/dist/components/StepsBlock/renderStep.js.map +1 -1
  149. package/dist/components/TariffsTable/EmbeddableCellData.d.ts +3 -3
  150. package/dist/components/TariffsTable/EmbeddableCellData.js +1 -1
  151. package/dist/components/TariffsTable/EmbeddableCellData.js.map +1 -1
  152. package/dist/components/TariffsTable/TariffsTableContent.d.ts +1 -1
  153. package/dist/components/TariffsTable/TariffsTableWrapper.js +1 -1
  154. package/dist/components/TariffsTable/TariffsTableWrapper.js.map +1 -1
  155. package/dist/model/ButtonVersion.d.ts +2 -3
  156. package/dist/model/LinkButtonVersion.d.ts +6 -0
  157. package/dist/model/LinkButtonVersion.js +2 -0
  158. package/dist/model/LinkButtonVersion.js.map +1 -0
  159. package/dist/setup-fixture.js +4 -1
  160. package/dist/setup-fixture.js.map +1 -1
  161. package/dist/ui-kit/ARIAProps.d.ts +4 -0
  162. package/dist/ui-kit/{Button/ButtonProps.js → ARIAProps.js} +1 -1
  163. package/dist/ui-kit/ARIAProps.js.map +1 -0
  164. package/dist/ui-kit/BaseFiltration/renderFiltrationForm.js +1 -1
  165. package/dist/ui-kit/BaseFiltration/renderFiltrationForm.js.map +1 -1
  166. package/dist/ui-kit/BaseProductTile/BaseProductTile.js +1 -1
  167. package/dist/ui-kit/BaseProductTile/BaseProductTile.js.map +1 -1
  168. package/dist/ui-kit/BaseProductTile/BaseProductTileContent.d.ts +1 -1
  169. package/dist/ui-kit/Button/Button.d.ts +12 -1
  170. package/dist/ui-kit/Button/Button.js +18 -13
  171. package/dist/ui-kit/Button/Button.js.map +1 -1
  172. package/dist/ui-kit/Button/useButton.d.ts +2 -0
  173. package/dist/ui-kit/Button/useButton.js +16 -0
  174. package/dist/ui-kit/Button/useButton.js.map +1 -0
  175. package/dist/ui-kit/ControlStateProps.d.ts +4 -0
  176. package/dist/ui-kit/ControlStateProps.js +2 -0
  177. package/dist/ui-kit/ControlStateProps.js.map +1 -0
  178. package/dist/ui-kit/InnerTable/InnerTableBodyItem.js +1 -1
  179. package/dist/ui-kit/InnerTable/InnerTableBodyItem.js.map +1 -1
  180. package/dist/ui-kit/InnerTable/InnerTableButton.js +2 -2
  181. package/dist/ui-kit/InnerTable/InnerTableButton.js.map +1 -1
  182. package/dist/ui-kit/InnerTable/InnerTableHeader.js +2 -2
  183. package/dist/ui-kit/InnerTable/InnerTableHeader.js.map +1 -1
  184. package/dist/ui-kit/LinkButton/ArrowButton.d.ts +7 -0
  185. package/dist/ui-kit/{Button → LinkButton}/ArrowButton.js +5 -2
  186. package/dist/ui-kit/LinkButton/ArrowButton.js.map +1 -0
  187. package/dist/ui-kit/LinkButton/ButtonInner.d.ts +3 -0
  188. package/{mobile/dist/ui-kit/Button → dist/ui-kit/LinkButton}/ButtonInner.js +1 -0
  189. package/dist/ui-kit/LinkButton/ButtonInner.js.map +1 -0
  190. package/dist/ui-kit/LinkButton/ButtonsSectionContent.d.ts +8 -0
  191. package/dist/ui-kit/LinkButton/ButtonsSectionContent.js.map +1 -0
  192. package/dist/ui-kit/LinkButton/GetButtonClassParams.d.ts +7 -0
  193. package/dist/ui-kit/LinkButton/GetButtonClassParams.js.map +1 -0
  194. package/dist/ui-kit/{Button → LinkButton}/LikeButton.d.ts +2 -0
  195. package/{mobile/dist/ui-kit/Button → dist/ui-kit/LinkButton}/LikeButton.js +1 -0
  196. package/dist/ui-kit/LinkButton/LikeButton.js.map +1 -0
  197. package/dist/ui-kit/LinkButton/LinkButton.d.ts +3 -0
  198. package/dist/ui-kit/LinkButton/LinkButton.js +20 -0
  199. package/dist/ui-kit/LinkButton/LinkButton.js.map +1 -0
  200. package/{bundle/ui-kit/Button/ButtonContent.d.ts → dist/ui-kit/LinkButton/LinkButtonContent.d.ts} +5 -3
  201. package/dist/ui-kit/LinkButton/LinkButtonContent.js +2 -0
  202. package/dist/ui-kit/LinkButton/LinkButtonContent.js.map +1 -0
  203. package/dist/ui-kit/{Button/ButtonProps.d.ts → LinkButton/LinkButtonProps.d.ts} +3 -2
  204. package/dist/ui-kit/{Button/ButtonContent.js → LinkButton/LinkButtonProps.js} +1 -1
  205. package/dist/ui-kit/LinkButton/LinkButtonProps.js.map +1 -0
  206. package/dist/ui-kit/LinkButton/buttonClassNameConstants.d.ts +9 -0
  207. package/{mobile/dist/ui-kit/Button → dist/ui-kit/LinkButton}/buttonClassNameConstants.js +4 -0
  208. package/dist/ui-kit/LinkButton/buttonClassNameConstants.js.map +1 -0
  209. package/{lib/ui-kit/Button → dist/ui-kit/LinkButton}/getDisabledButtonClasses.d.ts +1 -0
  210. package/dist/ui-kit/{Button → LinkButton}/getDisabledButtonClasses.js +1 -0
  211. package/dist/ui-kit/LinkButton/getDisabledButtonClasses.js.map +1 -0
  212. package/{bundle/ui-kit/Button → dist/ui-kit/LinkButton}/getRegularButtonClasses.d.ts +1 -0
  213. package/{mobile/dist/ui-kit/Button → dist/ui-kit/LinkButton}/getRegularButtonClasses.js +1 -0
  214. package/dist/ui-kit/LinkButton/getRegularButtonClasses.js.map +1 -0
  215. package/{bundle/ui-kit/Button → dist/ui-kit/LinkButton}/renderArrows.d.ts +2 -0
  216. package/dist/ui-kit/{Button → LinkButton}/renderArrows.js +1 -0
  217. package/dist/ui-kit/LinkButton/renderArrows.js.map +1 -0
  218. package/dist/ui-kit/LinkButton/renderButtonsSection.d.ts +10 -0
  219. package/{mobile/dist/ui-kit/Button → dist/ui-kit/LinkButton}/renderButtonsSection.js +3 -2
  220. package/dist/ui-kit/LinkButton/renderButtonsSection.js.map +1 -0
  221. package/{lib/ui-kit/Button → dist/ui-kit/LinkButton}/useFormSubmit.d.ts +2 -1
  222. package/{mobile/dist/ui-kit/Button → dist/ui-kit/LinkButton}/useFormSubmit.js +1 -0
  223. package/dist/ui-kit/LinkButton/useFormSubmit.js.map +1 -0
  224. package/dist/ui-kit/TableArrowScrollControl/TableArrowScrollControl.js +1 -1
  225. package/dist/ui-kit/TableArrowScrollControl/TableArrowScrollControl.js.map +1 -1
  226. package/dist/ui-kit/TabsControl/ScrollableTabsControl.js +1 -1
  227. package/dist/ui-kit/TabsControl/ScrollableTabsControl.js.map +1 -1
  228. package/lib/common.css +1 -1
  229. package/lib/components/ApplicationForm/ApplicationFormContent.d.ts +2 -2
  230. package/lib/components/ApplicationForm/ApplicationFormGrantSupport.js +3 -3
  231. package/lib/components/ApplicationForm/ApplicationFormGrantSupport.js.map +1 -1
  232. package/lib/components/ApplicationForm/Footnote.js +2 -2
  233. package/lib/components/ApplicationForm/Footnote.js.map +1 -1
  234. package/lib/components/ApplicationForm/renderSubmitButton.js +2 -8
  235. package/lib/components/ApplicationForm/renderSubmitButton.js.map +1 -1
  236. package/lib/components/Bonus/Bonus.js +1 -1
  237. package/lib/components/Bonus/Bonus.js.map +1 -1
  238. package/lib/components/Bonus/BonusContent.d.ts +1 -1
  239. package/lib/components/ButtonsBlock/ButtonsBlock.js +1 -1
  240. package/lib/components/ButtonsBlock/ButtonsBlock.js.map +1 -1
  241. package/lib/components/ButtonsBlock/ButtonsBlockContent.d.ts +2 -2
  242. package/lib/components/Calculator/BonusCalculatorForm.js +1 -1
  243. package/lib/components/Calculator/BonusCalculatorForm.js.map +1 -1
  244. package/lib/components/Calculator/BusinessDepositCalculatorForm.js +1 -1
  245. package/lib/components/Calculator/BusinessDepositCalculatorForm.js.map +1 -1
  246. package/lib/components/Calculator/Calculator.js +1 -1
  247. package/lib/components/Calculator/Calculator.js.map +1 -1
  248. package/lib/components/Calculator/CalculatorContent.d.ts +1 -1
  249. package/lib/components/Calculator/CreditCalculatorForm.js +1 -1
  250. package/lib/components/Calculator/CreditCalculatorForm.js.map +1 -1
  251. package/lib/components/Calculator/DepositCalculatorForm.js +1 -1
  252. package/lib/components/Calculator/DepositCalculatorForm.js.map +1 -1
  253. package/lib/components/Calculator/RefinancingCalculatorForm.js +1 -1
  254. package/lib/components/Calculator/RefinancingCalculatorForm.js.map +1 -1
  255. package/lib/components/CardTransfer/CardTransfer.js +2 -9
  256. package/lib/components/CardTransfer/CardTransfer.js.map +1 -1
  257. package/lib/components/CardTransfer/CardTransferContent.d.ts +2 -2
  258. package/lib/components/Carousel/CarouselScrollButtons.js +1 -1
  259. package/lib/components/Carousel/CarouselScrollButtons.js.map +1 -1
  260. package/lib/components/CarouselCard/CarouselCard.js +1 -1
  261. package/lib/components/CarouselCard/CarouselCard.js.map +1 -1
  262. package/lib/components/CarouselCard/CarouselCardContent.d.ts +2 -2
  263. package/lib/components/CarouselCatalogCard/CarouselCatalogCard.fixture.d.ts +3 -3
  264. package/lib/components/CarouselCatalogCard/CarouselCatalogCard.fixture.mobile.d.ts +3 -3
  265. package/lib/components/CarouselCatalogCard/CarouselCatalogCard.js +1 -1
  266. package/lib/components/CarouselCatalogCard/CarouselCatalogCard.js.map +1 -1
  267. package/lib/components/CarouselCatalogCard/CarouselCatalogCardContent.d.ts +2 -2
  268. package/lib/components/CarouselRecommendationCard/CarouselRecommendationCardContent.d.ts +2 -2
  269. package/lib/components/CarouselTariffsCard/CarouselTariffsCard.js +2 -2
  270. package/lib/components/CarouselTariffsCard/CarouselTariffsCard.js.map +1 -1
  271. package/lib/components/CarouselTariffsCard/CarouselTariffsCardContent.d.ts +3 -3
  272. package/lib/components/CarouselTariffsCard/renderCardInfo.js +1 -1
  273. package/lib/components/CarouselTariffsCard/renderCardInfo.js.map +1 -1
  274. package/lib/components/ComparisonTable/ComparisonTableRows.js +1 -1
  275. package/lib/components/ComparisonTable/ComparisonTableRows.js.map +1 -1
  276. package/lib/components/ComparisonTable/HeaderCell.js +2 -2
  277. package/lib/components/ComparisonTable/HeaderCell.js.map +1 -1
  278. package/lib/components/ComparisonTable/TableColumn.js +2 -2
  279. package/lib/components/ComparisonTable/TableColumn.js.map +1 -1
  280. package/lib/components/ContactsBlock/ContactsBlock.js +2 -2
  281. package/lib/components/ContactsBlock/ContactsBlock.js.map +1 -1
  282. package/lib/components/ContactsBlock/ContactsBlockContent.d.ts +2 -2
  283. package/lib/components/Depository/DepositoryFilter.js +2 -1
  284. package/lib/components/Depository/DepositoryFilter.js.map +1 -1
  285. package/lib/components/ErrorBlock/ErrorBlock.js +2 -2
  286. package/lib/components/ErrorBlock/ErrorBlock.js.map +1 -1
  287. package/lib/components/ErrorBlock/ErrorBlockContent.d.ts +2 -2
  288. package/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.d.ts +1 -1
  289. package/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.js +2 -2
  290. package/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.js.map +1 -1
  291. package/lib/components/ExchangeRateTile/ExchangeRateTileContent.d.ts +2 -2
  292. package/lib/components/Footer/Contacts.js +2 -2
  293. package/lib/components/Footer/Contacts.js.map +1 -1
  294. package/lib/components/Footer/Footer.js +2 -2
  295. package/lib/components/Footer/Footer.js.map +1 -1
  296. package/lib/components/Footer/Footer.mobile.js +2 -2
  297. package/lib/components/Footer/Footer.mobile.js.map +1 -1
  298. package/lib/components/Footer/FooterDataProps.d.ts +3 -3
  299. package/lib/components/Footer/SocialMedia.d.ts +4 -4
  300. package/lib/components/Footer/SocialMedia.js +1 -1
  301. package/lib/components/Footer/SocialMedia.js.map +1 -1
  302. package/lib/components/Header/HeaderTop.js +2 -2
  303. package/lib/components/Header/HeaderTop.js.map +1 -1
  304. package/lib/components/Header/InternetBankButton.js +2 -2
  305. package/lib/components/Header/InternetBankButton.js.map +1 -1
  306. package/lib/components/InsuranceAmountBlock/InsuranceAmountBlockContent.d.ts +2 -2
  307. package/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.d.ts +1 -1
  308. package/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js +3 -3
  309. package/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js.map +1 -1
  310. package/lib/components/LikeControl/LikeControl.js +1 -1
  311. package/lib/components/LikeControl/LikeControl.js.map +1 -1
  312. package/lib/components/MobileAppTile/MobileAppTile.js +1 -1
  313. package/lib/components/MobileAppTile/MobileAppTile.js.map +1 -1
  314. package/lib/components/MobileAppTile/MobileAppTileContent.d.ts +1 -1
  315. package/lib/components/OfficesAtmsMap/renderFiltrationForm.js +2 -2
  316. package/lib/components/OfficesAtmsMap/renderFiltrationForm.js.map +1 -1
  317. package/lib/components/ProductBlock/renderBackwardButton.d.ts +2 -2
  318. package/lib/components/ProductBlock/renderBackwardButton.js +3 -3
  319. package/lib/components/ProductBlock/renderBackwardButton.js.map +1 -1
  320. package/lib/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.js +1 -1
  321. package/lib/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.js.map +1 -1
  322. package/lib/components/RepresentativeOfficeInfo/RepresentativeOfficeInfoContent.d.ts +2 -2
  323. package/lib/components/SafeDepositRental/SafeDepositRentalFields.js +2 -2
  324. package/lib/components/SafeDepositRental/SafeDepositRentalFields.js.map +1 -1
  325. package/lib/components/StepsBlock/StepsBlock.js +1 -1
  326. package/lib/components/StepsBlock/StepsBlock.js.map +1 -1
  327. package/lib/components/StepsBlock/StepsBlock.mobile.js +1 -1
  328. package/lib/components/StepsBlock/StepsBlock.mobile.js.map +1 -1
  329. package/lib/components/StepsBlock/StepsBlockContent.d.ts +3 -3
  330. package/lib/components/StepsBlock/renderStep.js +2 -2
  331. package/lib/components/StepsBlock/renderStep.js.map +1 -1
  332. package/lib/components/TariffsTable/EmbeddableCellData.d.ts +3 -3
  333. package/lib/components/TariffsTable/EmbeddableCellData.js +1 -1
  334. package/lib/components/TariffsTable/EmbeddableCellData.js.map +1 -1
  335. package/lib/components/TariffsTable/TariffsTableContent.d.ts +1 -1
  336. package/lib/components/TariffsTable/TariffsTableWrapper.js +1 -1
  337. package/lib/components/TariffsTable/TariffsTableWrapper.js.map +1 -1
  338. package/lib/model/ButtonVersion.d.ts +2 -3
  339. package/lib/model/LinkButtonVersion.d.ts +6 -0
  340. package/lib/model/LinkButtonVersion.js +2 -0
  341. package/lib/model/LinkButtonVersion.js.map +1 -0
  342. package/lib/setup-fixture.js +4 -1
  343. package/lib/setup-fixture.js.map +1 -1
  344. package/lib/ui-kit/ARIAProps.d.ts +4 -0
  345. package/lib/ui-kit/ARIAProps.js +2 -0
  346. package/lib/ui-kit/ARIAProps.js.map +1 -0
  347. package/lib/ui-kit/BaseFiltration/renderFiltrationForm.js +1 -1
  348. package/lib/ui-kit/BaseFiltration/renderFiltrationForm.js.map +1 -1
  349. package/lib/ui-kit/BaseProductTile/BaseProductTile.js +1 -1
  350. package/lib/ui-kit/BaseProductTile/BaseProductTile.js.map +1 -1
  351. package/lib/ui-kit/BaseProductTile/BaseProductTileContent.d.ts +1 -1
  352. package/lib/ui-kit/Button/Button.d.ts +12 -1
  353. package/lib/ui-kit/Button/Button.fixture.d.ts +2 -10
  354. package/lib/ui-kit/Button/Button.js +18 -13
  355. package/lib/ui-kit/Button/Button.js.map +1 -1
  356. package/lib/ui-kit/Button/useButton.d.ts +2 -0
  357. package/lib/ui-kit/Button/useButton.js +13 -0
  358. package/lib/ui-kit/Button/useButton.js.map +1 -0
  359. package/lib/ui-kit/ControlStateProps.d.ts +4 -0
  360. package/lib/ui-kit/ControlStateProps.js +2 -0
  361. package/lib/ui-kit/ControlStateProps.js.map +1 -0
  362. package/lib/ui-kit/InnerTable/InnerTableBodyItem.js +1 -1
  363. package/lib/ui-kit/InnerTable/InnerTableBodyItem.js.map +1 -1
  364. package/lib/ui-kit/InnerTable/InnerTableButton.js +2 -2
  365. package/lib/ui-kit/InnerTable/InnerTableButton.js.map +1 -1
  366. package/lib/ui-kit/InnerTable/InnerTableHeader.js +2 -2
  367. package/lib/ui-kit/InnerTable/InnerTableHeader.js.map +1 -1
  368. package/lib/ui-kit/LinkButton/ArrowButton.d.ts +7 -0
  369. package/{mobile/lib/ui-kit/Button → lib/ui-kit/LinkButton}/ArrowButton.js +5 -2
  370. package/lib/ui-kit/LinkButton/ArrowButton.js.map +1 -0
  371. package/lib/ui-kit/LinkButton/ButtonInner.d.ts +3 -0
  372. package/lib/ui-kit/{Button → LinkButton}/ButtonInner.js +1 -0
  373. package/lib/ui-kit/LinkButton/ButtonInner.js.map +1 -0
  374. package/lib/ui-kit/LinkButton/ButtonsSectionContent.d.ts +8 -0
  375. package/lib/ui-kit/LinkButton/ButtonsSectionContent.js.map +1 -0
  376. package/lib/ui-kit/LinkButton/GetButtonClassParams.d.ts +7 -0
  377. package/lib/ui-kit/LinkButton/GetButtonClassParams.js.map +1 -0
  378. package/{bundle/ui-kit/Button → lib/ui-kit/LinkButton}/LikeButton.d.ts +2 -0
  379. package/{mobile/lib/ui-kit/Button → lib/ui-kit/LinkButton}/LikeButton.js +1 -0
  380. package/lib/ui-kit/LinkButton/LikeButton.js.map +1 -0
  381. package/lib/ui-kit/LinkButton/LinkButton.d.ts +3 -0
  382. package/lib/ui-kit/LinkButton/LinkButton.fixture.d.ts +14 -0
  383. package/lib/ui-kit/LinkButton/LinkButton.js +18 -0
  384. package/lib/ui-kit/LinkButton/LinkButton.js.map +1 -0
  385. package/lib/ui-kit/{Button/ButtonContent.d.ts → LinkButton/LinkButtonContent.d.ts} +5 -3
  386. package/lib/ui-kit/LinkButton/LinkButtonContent.js +2 -0
  387. package/lib/ui-kit/LinkButton/LinkButtonContent.js.map +1 -0
  388. package/{mobile/bundle/ui-kit/Button/ButtonProps.d.ts → lib/ui-kit/LinkButton/LinkButtonProps.d.ts} +3 -2
  389. package/lib/ui-kit/LinkButton/LinkButtonProps.js +2 -0
  390. package/lib/ui-kit/LinkButton/LinkButtonProps.js.map +1 -0
  391. package/lib/ui-kit/LinkButton/buttonClassNameConstants.d.ts +9 -0
  392. package/lib/ui-kit/{Button → LinkButton}/buttonClassNameConstants.js +4 -0
  393. package/lib/ui-kit/LinkButton/buttonClassNameConstants.js.map +1 -0
  394. package/{dist/ui-kit/Button → lib/ui-kit/LinkButton}/getDisabledButtonClasses.d.ts +1 -0
  395. package/{mobile/lib/ui-kit/Button → lib/ui-kit/LinkButton}/getDisabledButtonClasses.js +1 -0
  396. package/lib/ui-kit/LinkButton/getDisabledButtonClasses.js.map +1 -0
  397. package/{mobile/bundle/ui-kit/Button → lib/ui-kit/LinkButton}/getRegularButtonClasses.d.ts +1 -0
  398. package/{mobile/lib/ui-kit/Button → lib/ui-kit/LinkButton}/getRegularButtonClasses.js +1 -0
  399. package/lib/ui-kit/LinkButton/getRegularButtonClasses.js.map +1 -0
  400. package/lib/ui-kit/{Button → LinkButton}/renderArrows.d.ts +2 -0
  401. package/{mobile/lib/ui-kit/Button → lib/ui-kit/LinkButton}/renderArrows.js +1 -0
  402. package/lib/ui-kit/LinkButton/renderArrows.js.map +1 -0
  403. package/lib/ui-kit/LinkButton/renderButtonsSection.d.ts +9 -0
  404. package/{mobile/lib/ui-kit/Button → lib/ui-kit/LinkButton}/renderButtonsSection.js +3 -2
  405. package/lib/ui-kit/LinkButton/renderButtonsSection.js.map +1 -0
  406. package/{dist/ui-kit/Button → lib/ui-kit/LinkButton}/useFormSubmit.d.ts +2 -1
  407. package/{mobile/lib/ui-kit/Button → lib/ui-kit/LinkButton}/useFormSubmit.js +1 -0
  408. package/lib/ui-kit/LinkButton/useFormSubmit.js.map +1 -0
  409. package/lib/ui-kit/TableArrowScrollControl/TableArrowScrollControl.js +1 -1
  410. package/lib/ui-kit/TableArrowScrollControl/TableArrowScrollControl.js.map +1 -1
  411. package/lib/ui-kit/TabsControl/ScrollableTabsControl.js +1 -1
  412. package/lib/ui-kit/TabsControl/ScrollableTabsControl.js.map +1 -1
  413. package/mobile/bundle/bundle.umd.js +177 -143
  414. package/mobile/bundle/bundle.umd.min.js +1 -1
  415. package/mobile/bundle/components/ApplicationForm/ApplicationFormContent.d.ts +2 -2
  416. package/mobile/bundle/components/Bonus/BonusContent.d.ts +1 -1
  417. package/mobile/bundle/components/ButtonsBlock/ButtonsBlockContent.d.ts +2 -2
  418. package/mobile/bundle/components/Calculator/CalculatorContent.d.ts +1 -1
  419. package/mobile/bundle/components/CardTransfer/CardTransferContent.d.ts +2 -2
  420. package/mobile/bundle/components/CarouselCard/CarouselCardContent.d.ts +2 -2
  421. package/mobile/bundle/components/CarouselCatalogCard/CarouselCatalogCardContent.d.ts +2 -2
  422. package/mobile/bundle/components/CarouselRecommendationCard/CarouselRecommendationCardContent.d.ts +2 -2
  423. package/mobile/bundle/components/CarouselTariffsCard/CarouselTariffsCardContent.d.ts +3 -3
  424. package/mobile/bundle/components/ContactsBlock/ContactsBlockContent.d.ts +2 -2
  425. package/mobile/bundle/components/ErrorBlock/ErrorBlockContent.d.ts +2 -2
  426. package/mobile/bundle/components/ExchangeRateTile/ExchangeCurrencyCalculator.d.ts +1 -1
  427. package/mobile/bundle/components/ExchangeRateTile/ExchangeRateTileContent.d.ts +2 -2
  428. package/mobile/bundle/components/Footer/FooterDataProps.d.ts +3 -3
  429. package/mobile/bundle/components/Footer/SocialMedia.d.ts +4 -4
  430. package/mobile/bundle/components/InsuranceAmountBlock/InsuranceAmountBlockContent.d.ts +2 -2
  431. package/mobile/bundle/components/InsuranceAmountBlock/InsuranceAmountBlockInner.d.ts +1 -1
  432. package/mobile/bundle/components/MobileAppTile/MobileAppTileContent.d.ts +1 -1
  433. package/mobile/bundle/components/ProductBlock/renderBackwardButton.d.ts +2 -2
  434. package/mobile/bundle/components/RepresentativeOfficeInfo/RepresentativeOfficeInfoContent.d.ts +2 -2
  435. package/mobile/bundle/components/StepsBlock/StepsBlockContent.d.ts +3 -3
  436. package/mobile/bundle/components/TariffsTable/EmbeddableCellData.d.ts +3 -3
  437. package/mobile/bundle/components/TariffsTable/TariffsTableContent.d.ts +1 -1
  438. package/mobile/bundle/model/ButtonVersion.d.ts +2 -3
  439. package/mobile/bundle/model/LinkButtonVersion.d.ts +6 -0
  440. package/mobile/bundle/ui-kit/ARIAProps.d.ts +4 -0
  441. package/mobile/bundle/ui-kit/BaseProductTile/BaseProductTileContent.d.ts +1 -1
  442. package/mobile/bundle/ui-kit/Button/Button.d.ts +12 -1
  443. package/mobile/bundle/ui-kit/Button/useButton.d.ts +2 -0
  444. package/mobile/bundle/ui-kit/ControlStateProps.d.ts +4 -0
  445. package/mobile/bundle/ui-kit/LinkButton/ArrowButton.d.ts +7 -0
  446. package/mobile/bundle/ui-kit/LinkButton/ButtonInner.d.ts +3 -0
  447. package/mobile/bundle/ui-kit/LinkButton/ButtonsSectionContent.d.ts +8 -0
  448. package/mobile/bundle/ui-kit/LinkButton/GetButtonClassParams.d.ts +7 -0
  449. package/mobile/bundle/ui-kit/{Button → LinkButton}/LikeButton.d.ts +2 -0
  450. package/mobile/bundle/ui-kit/LinkButton/LinkButton.d.ts +3 -0
  451. package/mobile/bundle/ui-kit/{Button/ButtonContent.d.ts → LinkButton/LinkButtonContent.d.ts} +5 -3
  452. package/{bundle/ui-kit/Button/ButtonProps.d.ts → mobile/bundle/ui-kit/LinkButton/LinkButtonProps.d.ts} +3 -2
  453. package/mobile/bundle/ui-kit/LinkButton/buttonClassNameConstants.d.ts +9 -0
  454. package/mobile/bundle/ui-kit/{Button → LinkButton}/getDisabledButtonClasses.d.ts +1 -0
  455. package/{dist/ui-kit/Button → mobile/bundle/ui-kit/LinkButton}/getRegularButtonClasses.d.ts +1 -0
  456. package/mobile/bundle/ui-kit/{Button → LinkButton}/renderArrows.d.ts +2 -0
  457. package/mobile/bundle/ui-kit/LinkButton/renderButtonsSection.d.ts +10 -0
  458. package/mobile/bundle/ui-kit/{Button → LinkButton}/useFormSubmit.d.ts +2 -1
  459. package/mobile/dist/components/ApplicationForm/ApplicationFormContent.d.ts +2 -2
  460. package/mobile/dist/components/ApplicationForm/ApplicationFormGrantSupport.js +3 -3
  461. package/mobile/dist/components/ApplicationForm/ApplicationFormGrantSupport.js.map +1 -1
  462. package/mobile/dist/components/ApplicationForm/Footnote.js +2 -2
  463. package/mobile/dist/components/ApplicationForm/Footnote.js.map +1 -1
  464. package/mobile/dist/components/ApplicationForm/renderSubmitButton.js +2 -8
  465. package/mobile/dist/components/ApplicationForm/renderSubmitButton.js.map +1 -1
  466. package/mobile/dist/components/Bonus/Bonus.js +1 -1
  467. package/mobile/dist/components/Bonus/Bonus.js.map +1 -1
  468. package/mobile/dist/components/Bonus/BonusContent.d.ts +1 -1
  469. package/mobile/dist/components/ButtonsBlock/ButtonsBlock.js +1 -1
  470. package/mobile/dist/components/ButtonsBlock/ButtonsBlock.js.map +1 -1
  471. package/mobile/dist/components/ButtonsBlock/ButtonsBlockContent.d.ts +2 -2
  472. package/mobile/dist/components/Calculator/BonusCalculatorForm.js +1 -1
  473. package/mobile/dist/components/Calculator/BonusCalculatorForm.js.map +1 -1
  474. package/mobile/dist/components/Calculator/BusinessDepositCalculatorForm.js +1 -1
  475. package/mobile/dist/components/Calculator/BusinessDepositCalculatorForm.js.map +1 -1
  476. package/mobile/dist/components/Calculator/CalculatorContent.d.ts +1 -1
  477. package/mobile/dist/components/Calculator/CreditCalculatorForm.js +1 -1
  478. package/mobile/dist/components/Calculator/CreditCalculatorForm.js.map +1 -1
  479. package/mobile/dist/components/Calculator/DepositCalculatorForm.js +1 -1
  480. package/mobile/dist/components/Calculator/DepositCalculatorForm.js.map +1 -1
  481. package/mobile/dist/components/Calculator/RefinancingCalculatorForm.js +1 -1
  482. package/mobile/dist/components/Calculator/RefinancingCalculatorForm.js.map +1 -1
  483. package/mobile/dist/components/CardTransfer/CardTransfer.js +2 -9
  484. package/mobile/dist/components/CardTransfer/CardTransfer.js.map +1 -1
  485. package/mobile/dist/components/CardTransfer/CardTransferContent.d.ts +2 -2
  486. package/mobile/dist/components/Carousel/CarouselScrollButtons.js +1 -1
  487. package/mobile/dist/components/Carousel/CarouselScrollButtons.js.map +1 -1
  488. package/mobile/dist/components/CarouselCard/CarouselCard.js +1 -1
  489. package/mobile/dist/components/CarouselCard/CarouselCard.js.map +1 -1
  490. package/mobile/dist/components/CarouselCard/CarouselCardContent.d.ts +2 -2
  491. package/mobile/dist/components/CarouselCatalogCard/CarouselCatalogCard.js +1 -1
  492. package/mobile/dist/components/CarouselCatalogCard/CarouselCatalogCard.js.map +1 -1
  493. package/mobile/dist/components/CarouselCatalogCard/CarouselCatalogCardContent.d.ts +2 -2
  494. package/mobile/dist/components/CarouselRecommendationCard/CarouselRecommendationCardContent.d.ts +2 -2
  495. package/mobile/dist/components/CarouselTariffsCard/CarouselTariffsCard.js +2 -2
  496. package/mobile/dist/components/CarouselTariffsCard/CarouselTariffsCard.js.map +1 -1
  497. package/mobile/dist/components/CarouselTariffsCard/CarouselTariffsCardContent.d.ts +3 -3
  498. package/mobile/dist/components/CarouselTariffsCard/renderCardInfo.js +1 -1
  499. package/mobile/dist/components/CarouselTariffsCard/renderCardInfo.js.map +1 -1
  500. package/mobile/dist/components/ComparisonTable/ComparisonTableRows.js +1 -1
  501. package/mobile/dist/components/ComparisonTable/ComparisonTableRows.js.map +1 -1
  502. package/mobile/dist/components/ComparisonTable/TableColumn.js +2 -2
  503. package/mobile/dist/components/ComparisonTable/TableColumn.js.map +1 -1
  504. package/mobile/dist/components/ContactsBlock/ContactsBlock.js +2 -2
  505. package/mobile/dist/components/ContactsBlock/ContactsBlock.js.map +1 -1
  506. package/mobile/dist/components/ContactsBlock/ContactsBlockContent.d.ts +2 -2
  507. package/mobile/dist/components/Depository/DepositoryFilter.js +2 -1
  508. package/mobile/dist/components/Depository/DepositoryFilter.js.map +1 -1
  509. package/mobile/dist/components/ErrorBlock/ErrorBlock.js +2 -2
  510. package/mobile/dist/components/ErrorBlock/ErrorBlock.js.map +1 -1
  511. package/mobile/dist/components/ErrorBlock/ErrorBlockContent.d.ts +2 -2
  512. package/mobile/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.d.ts +1 -1
  513. package/mobile/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.js +2 -2
  514. package/mobile/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.js.map +1 -1
  515. package/mobile/dist/components/ExchangeRateTile/ExchangeRateTileContent.d.ts +2 -2
  516. package/mobile/dist/components/Footer/Contacts.js +2 -2
  517. package/mobile/dist/components/Footer/Contacts.js.map +1 -1
  518. package/mobile/dist/components/Footer/Footer.js +2 -2
  519. package/mobile/dist/components/Footer/Footer.js.map +1 -1
  520. package/mobile/dist/components/Footer/FooterDataProps.d.ts +3 -3
  521. package/mobile/dist/components/Footer/SocialMedia.d.ts +4 -4
  522. package/mobile/dist/components/Footer/SocialMedia.js +1 -1
  523. package/mobile/dist/components/Footer/SocialMedia.js.map +1 -1
  524. package/mobile/dist/components/Header/HeaderTop.js +2 -2
  525. package/mobile/dist/components/Header/HeaderTop.js.map +1 -1
  526. package/mobile/dist/components/Header/InternetBankButton.js +2 -2
  527. package/mobile/dist/components/Header/InternetBankButton.js.map +1 -1
  528. package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlockContent.d.ts +2 -2
  529. package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.d.ts +1 -1
  530. package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js +3 -3
  531. package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js.map +1 -1
  532. package/mobile/dist/components/LikeControl/LikeControl.js +1 -1
  533. package/mobile/dist/components/LikeControl/LikeControl.js.map +1 -1
  534. package/mobile/dist/components/MobileAppTile/MobileAppTile.js +1 -1
  535. package/mobile/dist/components/MobileAppTile/MobileAppTile.js.map +1 -1
  536. package/mobile/dist/components/MobileAppTile/MobileAppTileContent.d.ts +1 -1
  537. package/mobile/dist/components/OfficesAtmsMap/renderFiltrationForm.js +2 -2
  538. package/mobile/dist/components/OfficesAtmsMap/renderFiltrationForm.js.map +1 -1
  539. package/mobile/dist/components/ProductBlock/renderBackwardButton.d.ts +2 -2
  540. package/mobile/dist/components/ProductBlock/renderBackwardButton.js +3 -3
  541. package/mobile/dist/components/ProductBlock/renderBackwardButton.js.map +1 -1
  542. package/mobile/dist/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.js +1 -1
  543. package/mobile/dist/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.js.map +1 -1
  544. package/mobile/dist/components/RepresentativeOfficeInfo/RepresentativeOfficeInfoContent.d.ts +2 -2
  545. package/mobile/dist/components/SafeDepositRental/SafeDepositRentalFields.js +2 -2
  546. package/mobile/dist/components/SafeDepositRental/SafeDepositRentalFields.js.map +1 -1
  547. package/mobile/dist/components/StepsBlock/StepsBlock.js +1 -1
  548. package/mobile/dist/components/StepsBlock/StepsBlock.js.map +1 -1
  549. package/mobile/dist/components/StepsBlock/StepsBlockContent.d.ts +3 -3
  550. package/mobile/dist/components/StepsBlock/renderStep.js +2 -2
  551. package/mobile/dist/components/StepsBlock/renderStep.js.map +1 -1
  552. package/mobile/dist/components/TariffsTable/EmbeddableCellData.d.ts +3 -3
  553. package/mobile/dist/components/TariffsTable/EmbeddableCellData.js +1 -1
  554. package/mobile/dist/components/TariffsTable/EmbeddableCellData.js.map +1 -1
  555. package/mobile/dist/components/TariffsTable/TariffsTableContent.d.ts +1 -1
  556. package/mobile/dist/components/TariffsTable/TariffsTableWrapper.js +1 -1
  557. package/mobile/dist/components/TariffsTable/TariffsTableWrapper.js.map +1 -1
  558. package/mobile/dist/model/ButtonVersion.d.ts +2 -3
  559. package/mobile/dist/model/LinkButtonVersion.d.ts +6 -0
  560. package/mobile/dist/model/LinkButtonVersion.js +2 -0
  561. package/mobile/dist/model/LinkButtonVersion.js.map +1 -0
  562. package/mobile/dist/setup-fixture.js +4 -1
  563. package/mobile/dist/setup-fixture.js.map +1 -1
  564. package/mobile/dist/ui-kit/ARIAProps.d.ts +4 -0
  565. package/mobile/dist/ui-kit/{Button/ButtonProps.js → ARIAProps.js} +1 -1
  566. package/mobile/dist/ui-kit/ARIAProps.js.map +1 -0
  567. package/mobile/dist/ui-kit/BaseFiltration/renderFiltrationForm.js +1 -1
  568. package/mobile/dist/ui-kit/BaseFiltration/renderFiltrationForm.js.map +1 -1
  569. package/mobile/dist/ui-kit/BaseProductTile/BaseProductTile.js +1 -1
  570. package/mobile/dist/ui-kit/BaseProductTile/BaseProductTile.js.map +1 -1
  571. package/mobile/dist/ui-kit/BaseProductTile/BaseProductTileContent.d.ts +1 -1
  572. package/mobile/dist/ui-kit/Button/Button.d.ts +12 -1
  573. package/mobile/dist/ui-kit/Button/Button.js +18 -13
  574. package/mobile/dist/ui-kit/Button/Button.js.map +1 -1
  575. package/mobile/dist/ui-kit/Button/useButton.d.ts +2 -0
  576. package/mobile/dist/ui-kit/Button/useButton.js +16 -0
  577. package/mobile/dist/ui-kit/Button/useButton.js.map +1 -0
  578. package/mobile/dist/ui-kit/ControlStateProps.d.ts +4 -0
  579. package/mobile/dist/ui-kit/ControlStateProps.js +2 -0
  580. package/mobile/dist/ui-kit/ControlStateProps.js.map +1 -0
  581. package/mobile/dist/ui-kit/InnerTable/InnerTableButton.js +2 -2
  582. package/mobile/dist/ui-kit/InnerTable/InnerTableButton.js.map +1 -1
  583. package/mobile/dist/ui-kit/InnerTable/InnerTableHeader.js +2 -2
  584. package/mobile/dist/ui-kit/InnerTable/InnerTableHeader.js.map +1 -1
  585. package/mobile/dist/ui-kit/LinkButton/ArrowButton.d.ts +7 -0
  586. package/mobile/dist/ui-kit/{Button → LinkButton}/ArrowButton.js +5 -2
  587. package/mobile/dist/ui-kit/LinkButton/ArrowButton.js.map +1 -0
  588. package/mobile/dist/ui-kit/LinkButton/ButtonInner.d.ts +3 -0
  589. package/{dist/ui-kit/Button → mobile/dist/ui-kit/LinkButton}/ButtonInner.js +1 -0
  590. package/mobile/dist/ui-kit/LinkButton/ButtonInner.js.map +1 -0
  591. package/mobile/dist/ui-kit/LinkButton/ButtonsSectionContent.d.ts +8 -0
  592. package/mobile/dist/ui-kit/LinkButton/ButtonsSectionContent.js.map +1 -0
  593. package/mobile/dist/ui-kit/LinkButton/GetButtonClassParams.d.ts +7 -0
  594. package/mobile/dist/ui-kit/LinkButton/GetButtonClassParams.js.map +1 -0
  595. package/mobile/dist/ui-kit/LinkButton/LikeButton.d.ts +8 -0
  596. package/{dist/ui-kit/Button → mobile/dist/ui-kit/LinkButton}/LikeButton.js +1 -0
  597. package/mobile/dist/ui-kit/LinkButton/LikeButton.js.map +1 -0
  598. package/mobile/dist/ui-kit/LinkButton/LinkButton.d.ts +3 -0
  599. package/mobile/dist/ui-kit/LinkButton/LinkButton.js +20 -0
  600. package/mobile/dist/ui-kit/LinkButton/LinkButton.js.map +1 -0
  601. package/mobile/dist/ui-kit/LinkButton/LinkButtonContent.d.ts +22 -0
  602. package/mobile/dist/ui-kit/LinkButton/LinkButtonContent.js +2 -0
  603. package/mobile/dist/ui-kit/LinkButton/LinkButtonContent.js.map +1 -0
  604. package/mobile/dist/ui-kit/LinkButton/LinkButtonProps.d.ts +16 -0
  605. package/mobile/dist/ui-kit/{Button/ButtonContent.js → LinkButton/LinkButtonProps.js} +1 -1
  606. package/mobile/dist/ui-kit/LinkButton/LinkButtonProps.js.map +1 -0
  607. package/mobile/dist/ui-kit/LinkButton/buttonClassNameConstants.d.ts +9 -0
  608. package/{dist/ui-kit/Button → mobile/dist/ui-kit/LinkButton}/buttonClassNameConstants.js +4 -0
  609. package/mobile/dist/ui-kit/LinkButton/buttonClassNameConstants.js.map +1 -0
  610. package/mobile/dist/ui-kit/LinkButton/getDisabledButtonClasses.d.ts +3 -0
  611. package/mobile/dist/ui-kit/{Button → LinkButton}/getDisabledButtonClasses.js +1 -0
  612. package/mobile/dist/ui-kit/LinkButton/getDisabledButtonClasses.js.map +1 -0
  613. package/mobile/dist/ui-kit/LinkButton/getRegularButtonClasses.d.ts +3 -0
  614. package/{dist/ui-kit/Button → mobile/dist/ui-kit/LinkButton}/getRegularButtonClasses.js +1 -0
  615. package/mobile/dist/ui-kit/LinkButton/getRegularButtonClasses.js.map +1 -0
  616. package/mobile/dist/ui-kit/LinkButton/renderArrows.d.ts +13 -0
  617. package/mobile/dist/ui-kit/{Button → LinkButton}/renderArrows.js +1 -0
  618. package/mobile/dist/ui-kit/LinkButton/renderArrows.js.map +1 -0
  619. package/mobile/dist/ui-kit/LinkButton/renderButtonsSection.d.ts +10 -0
  620. package/{dist/ui-kit/Button → mobile/dist/ui-kit/LinkButton}/renderButtonsSection.js +3 -2
  621. package/mobile/dist/ui-kit/LinkButton/renderButtonsSection.js.map +1 -0
  622. package/mobile/dist/ui-kit/LinkButton/useFormSubmit.d.ts +4 -0
  623. package/{dist/ui-kit/Button → mobile/dist/ui-kit/LinkButton}/useFormSubmit.js +1 -0
  624. package/mobile/dist/ui-kit/LinkButton/useFormSubmit.js.map +1 -0
  625. package/mobile/dist/ui-kit/TableArrowScrollControl/TableArrowScrollControl.js +1 -1
  626. package/mobile/dist/ui-kit/TableArrowScrollControl/TableArrowScrollControl.js.map +1 -1
  627. package/mobile/dist/ui-kit/TabsControl/ScrollableTabsControl.js +1 -1
  628. package/mobile/dist/ui-kit/TabsControl/ScrollableTabsControl.js.map +1 -1
  629. package/mobile/lib/common.css +1 -1
  630. package/mobile/lib/components/ApplicationForm/ApplicationFormContent.d.ts +2 -2
  631. package/mobile/lib/components/ApplicationForm/ApplicationFormGrantSupport.js +3 -3
  632. package/mobile/lib/components/ApplicationForm/ApplicationFormGrantSupport.js.map +1 -1
  633. package/mobile/lib/components/ApplicationForm/Footnote.js +2 -2
  634. package/mobile/lib/components/ApplicationForm/Footnote.js.map +1 -1
  635. package/mobile/lib/components/ApplicationForm/renderSubmitButton.js +2 -8
  636. package/mobile/lib/components/ApplicationForm/renderSubmitButton.js.map +1 -1
  637. package/mobile/lib/components/Bonus/Bonus.js +1 -1
  638. package/mobile/lib/components/Bonus/Bonus.js.map +1 -1
  639. package/mobile/lib/components/Bonus/BonusContent.d.ts +1 -1
  640. package/mobile/lib/components/ButtonsBlock/ButtonsBlock.js +1 -1
  641. package/mobile/lib/components/ButtonsBlock/ButtonsBlock.js.map +1 -1
  642. package/mobile/lib/components/ButtonsBlock/ButtonsBlockContent.d.ts +2 -2
  643. package/mobile/lib/components/Calculator/BonusCalculatorForm.js +1 -1
  644. package/mobile/lib/components/Calculator/BonusCalculatorForm.js.map +1 -1
  645. package/mobile/lib/components/Calculator/BusinessDepositCalculatorForm.js +1 -1
  646. package/mobile/lib/components/Calculator/BusinessDepositCalculatorForm.js.map +1 -1
  647. package/mobile/lib/components/Calculator/CalculatorContent.d.ts +1 -1
  648. package/mobile/lib/components/Calculator/CreditCalculatorForm.js +1 -1
  649. package/mobile/lib/components/Calculator/CreditCalculatorForm.js.map +1 -1
  650. package/mobile/lib/components/Calculator/DepositCalculatorForm.js +1 -1
  651. package/mobile/lib/components/Calculator/DepositCalculatorForm.js.map +1 -1
  652. package/mobile/lib/components/Calculator/RefinancingCalculatorForm.js +1 -1
  653. package/mobile/lib/components/Calculator/RefinancingCalculatorForm.js.map +1 -1
  654. package/mobile/lib/components/CardTransfer/CardTransfer.js +2 -9
  655. package/mobile/lib/components/CardTransfer/CardTransfer.js.map +1 -1
  656. package/mobile/lib/components/CardTransfer/CardTransferContent.d.ts +2 -2
  657. package/mobile/lib/components/Carousel/CarouselScrollButtons.js +1 -1
  658. package/mobile/lib/components/Carousel/CarouselScrollButtons.js.map +1 -1
  659. package/mobile/lib/components/CarouselCard/CarouselCard.js +1 -1
  660. package/mobile/lib/components/CarouselCard/CarouselCard.js.map +1 -1
  661. package/mobile/lib/components/CarouselCard/CarouselCardContent.d.ts +2 -2
  662. package/mobile/lib/components/CarouselCatalogCard/CarouselCatalogCard.js +1 -1
  663. package/mobile/lib/components/CarouselCatalogCard/CarouselCatalogCard.js.map +1 -1
  664. package/mobile/lib/components/CarouselCatalogCard/CarouselCatalogCardContent.d.ts +2 -2
  665. package/mobile/lib/components/CarouselRecommendationCard/CarouselRecommendationCardContent.d.ts +2 -2
  666. package/mobile/lib/components/CarouselTariffsCard/CarouselTariffsCard.js +2 -2
  667. package/mobile/lib/components/CarouselTariffsCard/CarouselTariffsCard.js.map +1 -1
  668. package/mobile/lib/components/CarouselTariffsCard/CarouselTariffsCardContent.d.ts +3 -3
  669. package/mobile/lib/components/CarouselTariffsCard/renderCardInfo.js +1 -1
  670. package/mobile/lib/components/CarouselTariffsCard/renderCardInfo.js.map +1 -1
  671. package/mobile/lib/components/ComparisonTable/ComparisonTableRows.js +1 -1
  672. package/mobile/lib/components/ComparisonTable/ComparisonTableRows.js.map +1 -1
  673. package/mobile/lib/components/ComparisonTable/TableColumn.js +2 -2
  674. package/mobile/lib/components/ComparisonTable/TableColumn.js.map +1 -1
  675. package/mobile/lib/components/ContactsBlock/ContactsBlock.js +2 -2
  676. package/mobile/lib/components/ContactsBlock/ContactsBlock.js.map +1 -1
  677. package/mobile/lib/components/ContactsBlock/ContactsBlockContent.d.ts +2 -2
  678. package/mobile/lib/components/Depository/DepositoryFilter.js +2 -1
  679. package/mobile/lib/components/Depository/DepositoryFilter.js.map +1 -1
  680. package/mobile/lib/components/ErrorBlock/ErrorBlock.js +2 -2
  681. package/mobile/lib/components/ErrorBlock/ErrorBlock.js.map +1 -1
  682. package/mobile/lib/components/ErrorBlock/ErrorBlockContent.d.ts +2 -2
  683. package/mobile/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.d.ts +1 -1
  684. package/mobile/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.js +2 -2
  685. package/mobile/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.js.map +1 -1
  686. package/mobile/lib/components/ExchangeRateTile/ExchangeRateTileContent.d.ts +2 -2
  687. package/mobile/lib/components/Footer/Contacts.js +2 -2
  688. package/mobile/lib/components/Footer/Contacts.js.map +1 -1
  689. package/mobile/lib/components/Footer/Footer.js +2 -2
  690. package/mobile/lib/components/Footer/Footer.js.map +1 -1
  691. package/mobile/lib/components/Footer/FooterDataProps.d.ts +3 -3
  692. package/mobile/lib/components/Footer/SocialMedia.d.ts +4 -4
  693. package/mobile/lib/components/Footer/SocialMedia.js +1 -1
  694. package/mobile/lib/components/Footer/SocialMedia.js.map +1 -1
  695. package/mobile/lib/components/Header/HeaderTop.js +2 -2
  696. package/mobile/lib/components/Header/HeaderTop.js.map +1 -1
  697. package/mobile/lib/components/Header/InternetBankButton.js +2 -2
  698. package/mobile/lib/components/Header/InternetBankButton.js.map +1 -1
  699. package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlockContent.d.ts +2 -2
  700. package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.d.ts +1 -1
  701. package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js +3 -3
  702. package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js.map +1 -1
  703. package/mobile/lib/components/LikeControl/LikeControl.js +1 -1
  704. package/mobile/lib/components/LikeControl/LikeControl.js.map +1 -1
  705. package/mobile/lib/components/MobileAppTile/MobileAppTile.js +1 -1
  706. package/mobile/lib/components/MobileAppTile/MobileAppTile.js.map +1 -1
  707. package/mobile/lib/components/MobileAppTile/MobileAppTileContent.d.ts +1 -1
  708. package/mobile/lib/components/OfficesAtmsMap/renderFiltrationForm.js +2 -2
  709. package/mobile/lib/components/OfficesAtmsMap/renderFiltrationForm.js.map +1 -1
  710. package/mobile/lib/components/ProductBlock/renderBackwardButton.d.ts +2 -2
  711. package/mobile/lib/components/ProductBlock/renderBackwardButton.js +3 -3
  712. package/mobile/lib/components/ProductBlock/renderBackwardButton.js.map +1 -1
  713. package/mobile/lib/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.js +1 -1
  714. package/mobile/lib/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.js.map +1 -1
  715. package/mobile/lib/components/RepresentativeOfficeInfo/RepresentativeOfficeInfoContent.d.ts +2 -2
  716. package/mobile/lib/components/SafeDepositRental/SafeDepositRentalFields.js +2 -2
  717. package/mobile/lib/components/SafeDepositRental/SafeDepositRentalFields.js.map +1 -1
  718. package/mobile/lib/components/StepsBlock/StepsBlock.js +1 -1
  719. package/mobile/lib/components/StepsBlock/StepsBlock.js.map +1 -1
  720. package/mobile/lib/components/StepsBlock/StepsBlockContent.d.ts +3 -3
  721. package/mobile/lib/components/StepsBlock/renderStep.js +2 -2
  722. package/mobile/lib/components/StepsBlock/renderStep.js.map +1 -1
  723. package/mobile/lib/components/TariffsTable/EmbeddableCellData.d.ts +3 -3
  724. package/mobile/lib/components/TariffsTable/EmbeddableCellData.js +1 -1
  725. package/mobile/lib/components/TariffsTable/EmbeddableCellData.js.map +1 -1
  726. package/mobile/lib/components/TariffsTable/TariffsTableContent.d.ts +1 -1
  727. package/mobile/lib/components/TariffsTable/TariffsTableWrapper.js +1 -1
  728. package/mobile/lib/components/TariffsTable/TariffsTableWrapper.js.map +1 -1
  729. package/mobile/lib/model/ButtonVersion.d.ts +2 -3
  730. package/mobile/lib/model/LinkButtonVersion.d.ts +6 -0
  731. package/mobile/lib/model/LinkButtonVersion.js +2 -0
  732. package/mobile/lib/model/LinkButtonVersion.js.map +1 -0
  733. package/mobile/lib/setup-fixture.js +4 -1
  734. package/mobile/lib/setup-fixture.js.map +1 -1
  735. package/mobile/lib/ui-kit/ARIAProps.d.ts +4 -0
  736. package/mobile/lib/ui-kit/ARIAProps.js +2 -0
  737. package/mobile/lib/ui-kit/ARIAProps.js.map +1 -0
  738. package/mobile/lib/ui-kit/BaseFiltration/renderFiltrationForm.js +1 -1
  739. package/mobile/lib/ui-kit/BaseFiltration/renderFiltrationForm.js.map +1 -1
  740. package/mobile/lib/ui-kit/BaseProductTile/BaseProductTile.js +1 -1
  741. package/mobile/lib/ui-kit/BaseProductTile/BaseProductTile.js.map +1 -1
  742. package/mobile/lib/ui-kit/BaseProductTile/BaseProductTileContent.d.ts +1 -1
  743. package/mobile/lib/ui-kit/Button/Button.d.ts +12 -1
  744. package/mobile/lib/ui-kit/Button/Button.js +18 -13
  745. package/mobile/lib/ui-kit/Button/Button.js.map +1 -1
  746. package/mobile/lib/ui-kit/Button/useButton.d.ts +2 -0
  747. package/mobile/lib/ui-kit/Button/useButton.js +13 -0
  748. package/mobile/lib/ui-kit/Button/useButton.js.map +1 -0
  749. package/mobile/lib/ui-kit/ControlStateProps.d.ts +4 -0
  750. package/mobile/lib/ui-kit/ControlStateProps.js +2 -0
  751. package/mobile/lib/ui-kit/ControlStateProps.js.map +1 -0
  752. package/mobile/lib/ui-kit/InnerTable/InnerTableButton.js +2 -2
  753. package/mobile/lib/ui-kit/InnerTable/InnerTableButton.js.map +1 -1
  754. package/mobile/lib/ui-kit/InnerTable/InnerTableHeader.js +2 -2
  755. package/mobile/lib/ui-kit/InnerTable/InnerTableHeader.js.map +1 -1
  756. package/mobile/lib/ui-kit/LinkButton/ArrowButton.d.ts +7 -0
  757. package/{lib/ui-kit/Button → mobile/lib/ui-kit/LinkButton}/ArrowButton.js +5 -2
  758. package/mobile/lib/ui-kit/LinkButton/ArrowButton.js.map +1 -0
  759. package/mobile/lib/ui-kit/LinkButton/ButtonInner.d.ts +3 -0
  760. package/mobile/lib/ui-kit/{Button → LinkButton}/ButtonInner.js +1 -0
  761. package/mobile/lib/ui-kit/LinkButton/ButtonInner.js.map +1 -0
  762. package/mobile/lib/ui-kit/LinkButton/ButtonsSectionContent.d.ts +8 -0
  763. package/mobile/lib/ui-kit/LinkButton/ButtonsSectionContent.js.map +1 -0
  764. package/mobile/lib/ui-kit/LinkButton/GetButtonClassParams.d.ts +7 -0
  765. package/mobile/lib/ui-kit/LinkButton/GetButtonClassParams.js.map +1 -0
  766. package/mobile/lib/ui-kit/LinkButton/LikeButton.d.ts +8 -0
  767. package/{lib/ui-kit/Button → mobile/lib/ui-kit/LinkButton}/LikeButton.js +1 -0
  768. package/mobile/lib/ui-kit/LinkButton/LikeButton.js.map +1 -0
  769. package/mobile/lib/ui-kit/LinkButton/LinkButton.d.ts +3 -0
  770. package/mobile/lib/ui-kit/LinkButton/LinkButton.js +18 -0
  771. package/mobile/lib/ui-kit/LinkButton/LinkButton.js.map +1 -0
  772. package/mobile/lib/ui-kit/LinkButton/LinkButtonContent.d.ts +22 -0
  773. package/mobile/lib/ui-kit/LinkButton/LinkButtonContent.js +2 -0
  774. package/mobile/lib/ui-kit/LinkButton/LinkButtonContent.js.map +1 -0
  775. package/mobile/lib/ui-kit/LinkButton/LinkButtonProps.d.ts +16 -0
  776. package/mobile/lib/ui-kit/LinkButton/LinkButtonProps.js +2 -0
  777. package/mobile/lib/ui-kit/LinkButton/LinkButtonProps.js.map +1 -0
  778. package/mobile/lib/ui-kit/LinkButton/buttonClassNameConstants.d.ts +9 -0
  779. package/mobile/lib/ui-kit/{Button → LinkButton}/buttonClassNameConstants.js +4 -0
  780. package/mobile/lib/ui-kit/LinkButton/buttonClassNameConstants.js.map +1 -0
  781. package/mobile/lib/ui-kit/LinkButton/getDisabledButtonClasses.d.ts +3 -0
  782. package/{lib/ui-kit/Button → mobile/lib/ui-kit/LinkButton}/getDisabledButtonClasses.js +1 -0
  783. package/mobile/lib/ui-kit/LinkButton/getDisabledButtonClasses.js.map +1 -0
  784. package/mobile/lib/ui-kit/LinkButton/getRegularButtonClasses.d.ts +3 -0
  785. package/{lib/ui-kit/Button → mobile/lib/ui-kit/LinkButton}/getRegularButtonClasses.js +1 -0
  786. package/mobile/lib/ui-kit/LinkButton/getRegularButtonClasses.js.map +1 -0
  787. package/mobile/lib/ui-kit/LinkButton/renderArrows.d.ts +13 -0
  788. package/{lib/ui-kit/Button → mobile/lib/ui-kit/LinkButton}/renderArrows.js +1 -0
  789. package/mobile/lib/ui-kit/LinkButton/renderArrows.js.map +1 -0
  790. package/mobile/lib/ui-kit/LinkButton/renderButtonsSection.d.ts +10 -0
  791. package/{lib/ui-kit/Button → mobile/lib/ui-kit/LinkButton}/renderButtonsSection.js +3 -2
  792. package/mobile/lib/ui-kit/LinkButton/renderButtonsSection.js.map +1 -0
  793. package/mobile/lib/ui-kit/LinkButton/useFormSubmit.d.ts +4 -0
  794. package/{lib/ui-kit/Button → mobile/lib/ui-kit/LinkButton}/useFormSubmit.js +1 -0
  795. package/mobile/lib/ui-kit/LinkButton/useFormSubmit.js.map +1 -0
  796. package/mobile/lib/ui-kit/TableArrowScrollControl/TableArrowScrollControl.js +1 -1
  797. package/mobile/lib/ui-kit/TableArrowScrollControl/TableArrowScrollControl.js.map +1 -1
  798. package/mobile/lib/ui-kit/TabsControl/ScrollableTabsControl.js +1 -1
  799. package/mobile/lib/ui-kit/TabsControl/ScrollableTabsControl.js.map +1 -1
  800. package/mobile/src/components/ApplicationForm/ApplicationFormContent.ts +2 -2
  801. package/mobile/src/components/ApplicationForm/ApplicationFormGrantSupport.tsx +4 -4
  802. package/mobile/src/components/ApplicationForm/Footnote.tsx +3 -3
  803. package/mobile/src/components/ApplicationForm/renderSubmitButton.tsx +6 -13
  804. package/mobile/src/components/Bonus/Bonus.tsx +1 -1
  805. package/mobile/src/components/Bonus/BonusContent.ts +1 -1
  806. package/mobile/src/components/ButtonsBlock/ButtonsBlock.tsx +1 -1
  807. package/mobile/src/components/ButtonsBlock/ButtonsBlockContent.ts +2 -2
  808. package/mobile/src/components/Calculator/BonusCalculatorForm.tsx +1 -1
  809. package/mobile/src/components/Calculator/BusinessDepositCalculatorForm.tsx +1 -1
  810. package/mobile/src/components/Calculator/CalculatorContent.ts +1 -1
  811. package/mobile/src/components/Calculator/CreditCalculatorForm.tsx +1 -1
  812. package/mobile/src/components/Calculator/DepositCalculatorForm.tsx +1 -1
  813. package/mobile/src/components/Calculator/RefinancingCalculatorForm.tsx +1 -1
  814. package/mobile/src/components/CardTransfer/CardTransfer.tsx +3 -17
  815. package/mobile/src/components/CardTransfer/CardTransferContent.ts +2 -2
  816. package/mobile/src/components/Carousel/CarouselScrollButtons.tsx +1 -1
  817. package/mobile/src/components/CarouselCard/CarouselCard.tsx +1 -1
  818. package/mobile/src/components/CarouselCard/CarouselCardContent.ts +2 -2
  819. package/mobile/src/components/CarouselCatalogCard/CarouselCatalogCard.tsx +1 -1
  820. package/mobile/src/components/CarouselCatalogCard/CarouselCatalogCardContent.ts +2 -2
  821. package/mobile/src/components/CarouselRecommendationCard/CarouselRecommendationCardContent.ts +2 -2
  822. package/mobile/src/components/CarouselTariffsCard/CarouselTariffsCard.tsx +2 -2
  823. package/mobile/src/components/CarouselTariffsCard/CarouselTariffsCardContent.ts +3 -3
  824. package/mobile/src/components/CarouselTariffsCard/renderCardInfo.tsx +1 -1
  825. package/mobile/src/components/ComparisonTable/ComparisonTableRows.tsx +1 -1
  826. package/mobile/src/components/ComparisonTable/TableColumn.tsx +5 -5
  827. package/mobile/src/components/ContactsBlock/ContactsBlock.tsx +2 -2
  828. package/mobile/src/components/ContactsBlock/ContactsBlockContent.ts +2 -2
  829. package/mobile/src/components/Depository/DepositoryFilter.tsx +4 -6
  830. package/mobile/src/components/ErrorBlock/ErrorBlock.tsx +4 -2
  831. package/mobile/src/components/ErrorBlock/ErrorBlockContent.ts +2 -2
  832. package/mobile/src/components/ExchangeRateTile/ExchangeCurrencyCalculator.tsx +5 -3
  833. package/mobile/src/components/ExchangeRateTile/ExchangeRateTileContent.ts +2 -2
  834. package/mobile/src/components/Footer/Contacts.tsx +2 -2
  835. package/mobile/src/components/Footer/Footer.tsx +2 -2
  836. package/mobile/src/components/Footer/FooterDataProps.ts +3 -3
  837. package/mobile/src/components/Footer/SocialMedia.tsx +6 -6
  838. package/mobile/src/components/Header/HeaderTop.tsx +3 -3
  839. package/mobile/src/components/Header/InternetBankButton.tsx +3 -3
  840. package/mobile/src/components/InsuranceAmountBlock/InsuranceAmountBlockContent.ts +2 -2
  841. package/mobile/src/components/InsuranceAmountBlock/InsuranceAmountBlockInner.tsx +4 -4
  842. package/mobile/src/components/LikeControl/LikeControl.tsx +1 -1
  843. package/mobile/src/components/MobileAppTile/MobileAppTile.tsx +1 -1
  844. package/mobile/src/components/MobileAppTile/MobileAppTileContent.ts +1 -1
  845. package/mobile/src/components/OfficesAtmsMap/renderFiltrationForm.tsx +2 -2
  846. package/mobile/src/components/ProductBlock/renderBackwardButton.tsx +5 -5
  847. package/mobile/src/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.tsx +1 -1
  848. package/mobile/src/components/RepresentativeOfficeInfo/RepresentativeOfficeInfoContent.ts +2 -2
  849. package/mobile/src/components/SafeDepositRental/SafeDepositRentalFields.tsx +7 -2
  850. package/mobile/src/components/StepsBlock/StepsBlock.tsx +1 -1
  851. package/mobile/src/components/StepsBlock/StepsBlockContent.ts +3 -3
  852. package/mobile/src/components/StepsBlock/renderStep.tsx +5 -5
  853. package/mobile/src/components/TariffsTable/EmbeddableCellData.tsx +4 -4
  854. package/mobile/src/components/TariffsTable/TariffsTableContent.ts +1 -1
  855. package/mobile/src/components/TariffsTable/TariffsTableWrapper.tsx +1 -1
  856. package/mobile/src/model/ButtonVersion.ts +2 -10
  857. package/mobile/src/model/LinkButtonVersion.ts +13 -0
  858. package/mobile/src/setup-fixture.ts +6 -1
  859. package/mobile/src/ui-kit/ARIAProps.ts +4 -0
  860. package/mobile/src/ui-kit/BaseFiltration/renderFiltrationForm.tsx +3 -1
  861. package/mobile/src/ui-kit/BaseProductTile/BaseProductTile.tsx +1 -1
  862. package/mobile/src/ui-kit/BaseProductTile/BaseProductTileContent.ts +1 -1
  863. package/mobile/src/ui-kit/Button/Button.tsx +70 -44
  864. package/mobile/src/ui-kit/Button/useButton.ts +16 -0
  865. package/mobile/src/ui-kit/ControlStateProps.ts +4 -0
  866. package/mobile/src/ui-kit/InnerTable/InnerTableButton.tsx +2 -2
  867. package/mobile/src/ui-kit/InnerTable/InnerTableHeader.tsx +2 -2
  868. package/mobile/src/ui-kit/{Button → LinkButton}/ArrowButton.tsx +10 -7
  869. package/{src/ui-kit/Button → mobile/src/ui-kit/LinkButton}/ButtonInner.tsx +6 -5
  870. package/mobile/src/ui-kit/LinkButton/ButtonsSectionContent.ts +9 -0
  871. package/mobile/src/ui-kit/LinkButton/GetButtonClassParams.ts +8 -0
  872. package/{src/ui-kit/Button → mobile/src/ui-kit/LinkButton}/LikeButton.tsx +2 -0
  873. package/mobile/src/ui-kit/LinkButton/LinkButton.tsx +54 -0
  874. package/mobile/src/ui-kit/{Button/ButtonContent.ts → LinkButton/LinkButtonContent.ts} +5 -3
  875. package/mobile/src/ui-kit/{Button/ButtonProps.ts → LinkButton/LinkButtonProps.ts} +3 -2
  876. package/mobile/src/ui-kit/{Button → LinkButton}/buttonClassNameConstants.ts +8 -4
  877. package/mobile/src/ui-kit/{Button → LinkButton}/getDisabledButtonClasses.ts +1 -0
  878. package/{src/ui-kit/Button → mobile/src/ui-kit/LinkButton}/getRegularButtonClasses.ts +1 -0
  879. package/{src/ui-kit/Button → mobile/src/ui-kit/LinkButton}/renderArrows.tsx +2 -0
  880. package/mobile/src/ui-kit/{Button → LinkButton}/renderButtonsSection.tsx +6 -5
  881. package/mobile/src/ui-kit/{Button → LinkButton}/useFormSubmit.ts +2 -1
  882. package/mobile/src/ui-kit/TableArrowScrollControl/TableArrowScrollControl.tsx +1 -1
  883. package/mobile/src/ui-kit/TabsControl/ScrollableTabsControl.tsx +1 -1
  884. package/package.json +1 -1
  885. package/src/components/ApplicationForm/ApplicationFormContent.ts +2 -2
  886. package/src/components/ApplicationForm/ApplicationFormGrantSupport.tsx +4 -4
  887. package/src/components/ApplicationForm/Footnote.tsx +3 -3
  888. package/src/components/ApplicationForm/renderSubmitButton.tsx +6 -13
  889. package/src/components/Bonus/Bonus.fixture.mobile.tsx +2 -2
  890. package/src/components/Bonus/Bonus.fixture.tsx +2 -2
  891. package/src/components/Bonus/Bonus.tsx +1 -1
  892. package/src/components/Bonus/BonusContent.ts +1 -1
  893. package/src/components/ButtonsBlock/ButtonsBlock.fixture.mobile.tsx +2 -2
  894. package/src/components/ButtonsBlock/ButtonsBlock.fixture.tsx +2 -2
  895. package/src/components/ButtonsBlock/ButtonsBlock.tsx +1 -1
  896. package/src/components/ButtonsBlock/ButtonsBlockContent.ts +2 -2
  897. package/src/components/Calculator/BonusCalculatorForm.tsx +1 -1
  898. package/src/components/Calculator/BusinessDepositCalculatorForm.tsx +1 -1
  899. package/src/components/Calculator/Calculator.fixture.mobile.tsx +3 -3
  900. package/src/components/Calculator/Calculator.fixture.tsx +2 -2
  901. package/src/components/Calculator/Calculator.tsx +1 -1
  902. package/src/components/Calculator/CalculatorContent.ts +1 -1
  903. package/src/components/Calculator/CreditCalculatorForm.tsx +1 -1
  904. package/src/components/Calculator/DepositCalculatorForm.tsx +1 -1
  905. package/src/components/Calculator/RefinancingCalculatorForm.tsx +1 -1
  906. package/src/components/CardTransfer/CardTransfer.fixture.mobile.tsx +2 -2
  907. package/src/components/CardTransfer/CardTransfer.fixture.tsx +2 -2
  908. package/src/components/CardTransfer/CardTransfer.tsx +3 -17
  909. package/src/components/CardTransfer/CardTransferContent.ts +2 -2
  910. package/src/components/Carousel/CarouselScrollButtons.tsx +1 -1
  911. package/src/components/CarouselCard/CarouselCard.fixture.mobile.tsx +2 -2
  912. package/src/components/CarouselCard/CarouselCard.fixture.tsx +2 -2
  913. package/src/components/CarouselCard/CarouselCard.tsx +1 -1
  914. package/src/components/CarouselCard/CarouselCardContent.ts +2 -2
  915. package/src/components/CarouselCatalogCard/CarouselCatalogCard.fixture.mobile.tsx +2 -2
  916. package/src/components/CarouselCatalogCard/CarouselCatalogCard.fixture.tsx +2 -2
  917. package/src/components/CarouselCatalogCard/CarouselCatalogCard.tsx +1 -1
  918. package/src/components/CarouselCatalogCard/CarouselCatalogCardContent.ts +2 -2
  919. package/src/components/CarouselRecommendationCard/CarouselRecommendationCard.fixture.mobile.tsx +3 -3
  920. package/src/components/CarouselRecommendationCard/CarouselRecommendationCard.fixture.tsx +3 -3
  921. package/src/components/CarouselRecommendationCard/CarouselRecommendationCardContent.ts +2 -2
  922. package/src/components/CarouselTariffsCard/CarouselTariffsCard.fixture.mobile.tsx +5 -5
  923. package/src/components/CarouselTariffsCard/CarouselTariffsCard.fixture.tsx +6 -5
  924. package/src/components/CarouselTariffsCard/CarouselTariffsCard.tsx +2 -2
  925. package/src/components/CarouselTariffsCard/CarouselTariffsCardContent.ts +3 -3
  926. package/src/components/CarouselTariffsCard/renderCardInfo.tsx +1 -1
  927. package/src/components/ComparisonTable/ComparisonTableRows.tsx +1 -1
  928. package/src/components/ComparisonTable/HeaderCell.tsx +3 -3
  929. package/src/components/ComparisonTable/TableColumn.tsx +5 -5
  930. package/src/components/ContactsBlock/ContactsBlock.fixture.tsx +2 -2
  931. package/src/components/ContactsBlock/ContactsBlock.tsx +2 -2
  932. package/src/components/ContactsBlock/ContactsBlockContent.ts +2 -2
  933. package/src/components/Depository/DepositoryFilter.tsx +4 -6
  934. package/src/components/ErrorBlock/ErrorBlock.fixture.mobile.tsx +2 -2
  935. package/src/components/ErrorBlock/ErrorBlock.fixture.tsx +2 -2
  936. package/src/components/ErrorBlock/ErrorBlock.tsx +4 -2
  937. package/src/components/ErrorBlock/ErrorBlockContent.ts +2 -2
  938. package/src/components/ExchangeRateTile/ExchangeCurrencyCalculator.tsx +5 -3
  939. package/src/components/ExchangeRateTile/ExchangeRateTile.fixture.mobile.tsx +2 -2
  940. package/src/components/ExchangeRateTile/ExchangeRateTile.fixture.tsx +2 -2
  941. package/src/components/ExchangeRateTile/ExchangeRateTileContent.ts +2 -2
  942. package/src/components/Footer/Contacts.tsx +2 -2
  943. package/src/components/Footer/Footer.mobile.tsx +2 -2
  944. package/src/components/Footer/Footer.tsx +3 -3
  945. package/src/components/Footer/FooterDataProps.ts +3 -3
  946. package/src/components/Footer/SocialMedia.tsx +6 -6
  947. package/src/components/Header/HeaderTop.tsx +3 -3
  948. package/src/components/Header/InternetBankButton.tsx +3 -3
  949. package/src/components/InsuranceAmountBlock/InsuranceAmountBlock.fixture.tsx +2 -2
  950. package/src/components/InsuranceAmountBlock/InsuranceAmountBlockContent.ts +2 -2
  951. package/src/components/InsuranceAmountBlock/InsuranceAmountBlockInner.tsx +4 -4
  952. package/src/components/LikeControl/LikeControl.tsx +1 -1
  953. package/src/components/MobileAppTile/MobileAppTile.fixture.mobile.tsx +3 -3
  954. package/src/components/MobileAppTile/MobileAppTile.fixture.tsx +3 -3
  955. package/src/components/MobileAppTile/MobileAppTile.tsx +1 -1
  956. package/src/components/MobileAppTile/MobileAppTileContent.ts +1 -1
  957. package/src/components/OfficesAtmsMap/renderFiltrationForm.tsx +2 -2
  958. package/src/components/ProductBlock/ProductBlock.fixture.mobile.tsx +2 -2
  959. package/src/components/ProductBlock/ProductBlock.fixture.tsx +4 -3
  960. package/src/components/ProductBlock/renderBackwardButton.tsx +5 -5
  961. package/src/components/ProductGallery/ProductGallery.fixture.mobile.tsx +3 -3
  962. package/src/components/ProductGallery/ProductGallery.fixture.tsx +3 -3
  963. package/src/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.fixture.mobile.tsx +2 -2
  964. package/src/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.fixture.tsx +2 -2
  965. package/src/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.tsx +1 -1
  966. package/src/components/RepresentativeOfficeInfo/RepresentativeOfficeInfoContent.ts +2 -2
  967. package/src/components/SafeDepositRental/SafeDepositRentalFields.tsx +7 -2
  968. package/src/components/StepsBlock/StepsBlock.mobile.tsx +1 -1
  969. package/src/components/StepsBlock/StepsBlock.tsx +1 -1
  970. package/src/components/StepsBlock/StepsBlockContent.ts +3 -3
  971. package/src/components/StepsBlock/renderStep.tsx +5 -5
  972. package/src/components/TariffsTable/EmbeddableCellData.tsx +4 -4
  973. package/src/components/TariffsTable/TariffsTableContent.ts +1 -1
  974. package/src/components/TariffsTable/TariffsTableWrapper.tsx +1 -1
  975. package/src/model/ButtonVersion.ts +2 -10
  976. package/src/model/LinkButtonVersion.ts +13 -0
  977. package/src/setup-fixture.ts +6 -1
  978. package/src/ui-kit/ARIAProps.ts +4 -0
  979. package/src/ui-kit/BaseFiltration/renderFiltrationForm.tsx +3 -1
  980. package/src/ui-kit/BaseProductTile/BaseProductTile.tsx +1 -1
  981. package/src/ui-kit/BaseProductTile/BaseProductTileContent.ts +1 -1
  982. package/src/ui-kit/Button/Button.fixture.tsx +53 -190
  983. package/src/ui-kit/Button/Button.tsx +70 -44
  984. package/src/ui-kit/Button/useButton.ts +16 -0
  985. package/src/ui-kit/ControlStateProps.ts +4 -0
  986. package/src/ui-kit/InnerTable/InnerTableBodyItem.tsx +1 -1
  987. package/src/ui-kit/InnerTable/InnerTableButton.tsx +2 -2
  988. package/src/ui-kit/InnerTable/InnerTableHeader.tsx +2 -2
  989. package/src/ui-kit/{Button → LinkButton}/ArrowButton.tsx +10 -7
  990. package/{mobile/src/ui-kit/Button → src/ui-kit/LinkButton}/ButtonInner.tsx +6 -5
  991. package/src/ui-kit/LinkButton/ButtonsSectionContent.ts +9 -0
  992. package/src/ui-kit/LinkButton/GetButtonClassParams.ts +8 -0
  993. package/{mobile/src/ui-kit/Button → src/ui-kit/LinkButton}/LikeButton.tsx +2 -0
  994. package/src/ui-kit/LinkButton/LinkButton.fixture.tsx +216 -0
  995. package/src/ui-kit/LinkButton/LinkButton.tsx +54 -0
  996. package/src/ui-kit/{Button/ButtonContent.ts → LinkButton/LinkButtonContent.ts} +5 -3
  997. package/src/ui-kit/{Button/ButtonProps.ts → LinkButton/LinkButtonProps.ts} +3 -2
  998. package/src/ui-kit/{Button → LinkButton}/buttonClassNameConstants.ts +8 -4
  999. package/src/ui-kit/{Button → LinkButton}/getDisabledButtonClasses.ts +1 -0
  1000. package/{mobile/src/ui-kit/Button → src/ui-kit/LinkButton}/getRegularButtonClasses.ts +1 -0
  1001. package/{mobile/src/ui-kit/Button → src/ui-kit/LinkButton}/renderArrows.tsx +2 -0
  1002. package/src/ui-kit/{Button → LinkButton}/renderButtonsSection.tsx +6 -5
  1003. package/src/ui-kit/{Button → LinkButton}/useFormSubmit.ts +2 -1
  1004. package/src/ui-kit/TableArrowScrollControl/TableArrowScrollControl.tsx +1 -1
  1005. package/src/ui-kit/TabsControl/ScrollableTabsControl.tsx +1 -1
  1006. package/tailwind.config.cjs +2 -1
  1007. package/bundle/ui-kit/Button/ArrowButton.d.ts +0 -4
  1008. package/bundle/ui-kit/Button/ButtonInner.d.ts +0 -2
  1009. package/bundle/ui-kit/Button/ButtonsSectionContent.d.ts +0 -7
  1010. package/bundle/ui-kit/Button/GetButtonClassParams.d.ts +0 -6
  1011. package/bundle/ui-kit/Button/buttonClassNameConstants.d.ts +0 -5
  1012. package/bundle/ui-kit/Button/renderButtonsSection.d.ts +0 -9
  1013. package/dist/ui-kit/Button/ArrowButton.d.ts +0 -4
  1014. package/dist/ui-kit/Button/ArrowButton.js.map +0 -1
  1015. package/dist/ui-kit/Button/ButtonContent.js.map +0 -1
  1016. package/dist/ui-kit/Button/ButtonInner.d.ts +0 -2
  1017. package/dist/ui-kit/Button/ButtonInner.js.map +0 -1
  1018. package/dist/ui-kit/Button/ButtonProps.js.map +0 -1
  1019. package/dist/ui-kit/Button/ButtonsSectionContent.d.ts +0 -7
  1020. package/dist/ui-kit/Button/ButtonsSectionContent.js.map +0 -1
  1021. package/dist/ui-kit/Button/GetButtonClassParams.d.ts +0 -6
  1022. package/dist/ui-kit/Button/GetButtonClassParams.js.map +0 -1
  1023. package/dist/ui-kit/Button/LikeButton.js.map +0 -1
  1024. package/dist/ui-kit/Button/buttonClassNameConstants.d.ts +0 -5
  1025. package/dist/ui-kit/Button/buttonClassNameConstants.js.map +0 -1
  1026. package/dist/ui-kit/Button/getDisabledButtonClasses.js.map +0 -1
  1027. package/dist/ui-kit/Button/getRegularButtonClasses.js.map +0 -1
  1028. package/dist/ui-kit/Button/renderArrows.js.map +0 -1
  1029. package/dist/ui-kit/Button/renderButtonsSection.d.ts +0 -9
  1030. package/dist/ui-kit/Button/renderButtonsSection.js.map +0 -1
  1031. package/dist/ui-kit/Button/useFormSubmit.js.map +0 -1
  1032. package/lib/ui-kit/Button/ArrowButton.d.ts +0 -4
  1033. package/lib/ui-kit/Button/ArrowButton.js.map +0 -1
  1034. package/lib/ui-kit/Button/ButtonContent.js +0 -2
  1035. package/lib/ui-kit/Button/ButtonContent.js.map +0 -1
  1036. package/lib/ui-kit/Button/ButtonInner.d.ts +0 -2
  1037. package/lib/ui-kit/Button/ButtonInner.js.map +0 -1
  1038. package/lib/ui-kit/Button/ButtonProps.js +0 -2
  1039. package/lib/ui-kit/Button/ButtonProps.js.map +0 -1
  1040. package/lib/ui-kit/Button/ButtonsSectionContent.d.ts +0 -7
  1041. package/lib/ui-kit/Button/ButtonsSectionContent.js.map +0 -1
  1042. package/lib/ui-kit/Button/GetButtonClassParams.d.ts +0 -6
  1043. package/lib/ui-kit/Button/GetButtonClassParams.js.map +0 -1
  1044. package/lib/ui-kit/Button/LikeButton.js.map +0 -1
  1045. package/lib/ui-kit/Button/buttonClassNameConstants.d.ts +0 -5
  1046. package/lib/ui-kit/Button/buttonClassNameConstants.js.map +0 -1
  1047. package/lib/ui-kit/Button/getDisabledButtonClasses.js.map +0 -1
  1048. package/lib/ui-kit/Button/getRegularButtonClasses.js.map +0 -1
  1049. package/lib/ui-kit/Button/renderArrows.js.map +0 -1
  1050. package/lib/ui-kit/Button/renderButtonsSection.d.ts +0 -8
  1051. package/lib/ui-kit/Button/renderButtonsSection.js.map +0 -1
  1052. package/lib/ui-kit/Button/useFormSubmit.js.map +0 -1
  1053. package/mobile/bundle/ui-kit/Button/ArrowButton.d.ts +0 -4
  1054. package/mobile/bundle/ui-kit/Button/ButtonInner.d.ts +0 -2
  1055. package/mobile/bundle/ui-kit/Button/ButtonsSectionContent.d.ts +0 -7
  1056. package/mobile/bundle/ui-kit/Button/GetButtonClassParams.d.ts +0 -6
  1057. package/mobile/bundle/ui-kit/Button/buttonClassNameConstants.d.ts +0 -5
  1058. package/mobile/bundle/ui-kit/Button/renderButtonsSection.d.ts +0 -9
  1059. package/mobile/dist/ui-kit/Button/ArrowButton.d.ts +0 -4
  1060. package/mobile/dist/ui-kit/Button/ArrowButton.js.map +0 -1
  1061. package/mobile/dist/ui-kit/Button/ButtonContent.d.ts +0 -20
  1062. package/mobile/dist/ui-kit/Button/ButtonContent.js.map +0 -1
  1063. package/mobile/dist/ui-kit/Button/ButtonInner.d.ts +0 -2
  1064. package/mobile/dist/ui-kit/Button/ButtonInner.js.map +0 -1
  1065. package/mobile/dist/ui-kit/Button/ButtonProps.d.ts +0 -15
  1066. package/mobile/dist/ui-kit/Button/ButtonProps.js.map +0 -1
  1067. package/mobile/dist/ui-kit/Button/ButtonsSectionContent.d.ts +0 -7
  1068. package/mobile/dist/ui-kit/Button/ButtonsSectionContent.js.map +0 -1
  1069. package/mobile/dist/ui-kit/Button/GetButtonClassParams.d.ts +0 -6
  1070. package/mobile/dist/ui-kit/Button/GetButtonClassParams.js.map +0 -1
  1071. package/mobile/dist/ui-kit/Button/LikeButton.d.ts +0 -6
  1072. package/mobile/dist/ui-kit/Button/LikeButton.js.map +0 -1
  1073. package/mobile/dist/ui-kit/Button/buttonClassNameConstants.d.ts +0 -5
  1074. package/mobile/dist/ui-kit/Button/buttonClassNameConstants.js.map +0 -1
  1075. package/mobile/dist/ui-kit/Button/getDisabledButtonClasses.d.ts +0 -2
  1076. package/mobile/dist/ui-kit/Button/getDisabledButtonClasses.js.map +0 -1
  1077. package/mobile/dist/ui-kit/Button/getRegularButtonClasses.d.ts +0 -2
  1078. package/mobile/dist/ui-kit/Button/getRegularButtonClasses.js.map +0 -1
  1079. package/mobile/dist/ui-kit/Button/renderArrows.d.ts +0 -11
  1080. package/mobile/dist/ui-kit/Button/renderArrows.js.map +0 -1
  1081. package/mobile/dist/ui-kit/Button/renderButtonsSection.d.ts +0 -9
  1082. package/mobile/dist/ui-kit/Button/renderButtonsSection.js.map +0 -1
  1083. package/mobile/dist/ui-kit/Button/useFormSubmit.d.ts +0 -3
  1084. package/mobile/dist/ui-kit/Button/useFormSubmit.js.map +0 -1
  1085. package/mobile/lib/ui-kit/Button/ArrowButton.d.ts +0 -4
  1086. package/mobile/lib/ui-kit/Button/ArrowButton.js.map +0 -1
  1087. package/mobile/lib/ui-kit/Button/ButtonContent.d.ts +0 -20
  1088. package/mobile/lib/ui-kit/Button/ButtonContent.js +0 -2
  1089. package/mobile/lib/ui-kit/Button/ButtonContent.js.map +0 -1
  1090. package/mobile/lib/ui-kit/Button/ButtonInner.d.ts +0 -2
  1091. package/mobile/lib/ui-kit/Button/ButtonInner.js.map +0 -1
  1092. package/mobile/lib/ui-kit/Button/ButtonProps.d.ts +0 -15
  1093. package/mobile/lib/ui-kit/Button/ButtonProps.js +0 -2
  1094. package/mobile/lib/ui-kit/Button/ButtonProps.js.map +0 -1
  1095. package/mobile/lib/ui-kit/Button/ButtonsSectionContent.d.ts +0 -7
  1096. package/mobile/lib/ui-kit/Button/ButtonsSectionContent.js.map +0 -1
  1097. package/mobile/lib/ui-kit/Button/GetButtonClassParams.d.ts +0 -6
  1098. package/mobile/lib/ui-kit/Button/GetButtonClassParams.js.map +0 -1
  1099. package/mobile/lib/ui-kit/Button/LikeButton.d.ts +0 -6
  1100. package/mobile/lib/ui-kit/Button/LikeButton.js.map +0 -1
  1101. package/mobile/lib/ui-kit/Button/buttonClassNameConstants.d.ts +0 -5
  1102. package/mobile/lib/ui-kit/Button/buttonClassNameConstants.js.map +0 -1
  1103. package/mobile/lib/ui-kit/Button/getDisabledButtonClasses.d.ts +0 -2
  1104. package/mobile/lib/ui-kit/Button/getDisabledButtonClasses.js.map +0 -1
  1105. package/mobile/lib/ui-kit/Button/getRegularButtonClasses.d.ts +0 -2
  1106. package/mobile/lib/ui-kit/Button/getRegularButtonClasses.js.map +0 -1
  1107. package/mobile/lib/ui-kit/Button/renderArrows.d.ts +0 -11
  1108. package/mobile/lib/ui-kit/Button/renderArrows.js.map +0 -1
  1109. package/mobile/lib/ui-kit/Button/renderButtonsSection.d.ts +0 -9
  1110. package/mobile/lib/ui-kit/Button/renderButtonsSection.js.map +0 -1
  1111. package/mobile/lib/ui-kit/Button/useFormSubmit.d.ts +0 -3
  1112. package/mobile/lib/ui-kit/Button/useFormSubmit.js.map +0 -1
  1113. package/mobile/src/ui-kit/Button/ButtonsSectionContent.ts +0 -8
  1114. package/mobile/src/ui-kit/Button/GetButtonClassParams.ts +0 -7
  1115. package/src/ui-kit/Button/ButtonsSectionContent.ts +0 -8
  1116. package/src/ui-kit/Button/GetButtonClassParams.ts +0 -7
  1117. /package/dist/ui-kit/{Button → LinkButton}/ButtonsSectionContent.js +0 -0
  1118. /package/dist/ui-kit/{Button → LinkButton}/GetButtonClassParams.js +0 -0
  1119. /package/lib/ui-kit/{Button → LinkButton}/ButtonsSectionContent.js +0 -0
  1120. /package/lib/ui-kit/{Button → LinkButton}/GetButtonClassParams.js +0 -0
  1121. /package/lib/ui-kit/{Button → LinkButton}/LikeButton.fixture.d.ts +0 -0
  1122. /package/mobile/dist/ui-kit/{Button → LinkButton}/ButtonsSectionContent.js +0 -0
  1123. /package/mobile/dist/ui-kit/{Button → LinkButton}/GetButtonClassParams.js +0 -0
  1124. /package/mobile/lib/ui-kit/{Button → LinkButton}/ButtonsSectionContent.js +0 -0
  1125. /package/mobile/lib/ui-kit/{Button → LinkButton}/GetButtonClassParams.js +0 -0
  1126. /package/src/ui-kit/{Button → LinkButton}/LikeButton.fixture.tsx +0 -0
@@ -401,11 +401,27 @@
401
401
  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] }));
402
402
  });
403
403
 
404
- const useDialogManager = () => ({
405
- open: (dialog, options = {}) => defaultEventBus.fire('dialog', { type: 'open', dialog, ...options }),
406
- close: () => defaultEventBus.fire('dialog', { type: 'close' }),
407
- closeAll: () => defaultEventBus.fire('dialog', { type: 'close', all: true }),
404
+ function useRouter() {
405
+ return useRouter._impl();
406
+ }
407
+ useRouter._impl = () => ({
408
+ isReady: false,
409
+ href: globalThis.location?.href || '/',
410
+ pathname: globalThis.location?.pathname || '/',
411
+ query: {},
412
+ push: () => {
413
+ // Do nothing
414
+ },
415
+ replace: () => {
416
+ // Do nothing
417
+ },
418
+ back: () => {
419
+ // Do nothing
420
+ },
408
421
  });
422
+ useRouter.setup = (impl) => {
423
+ useRouter._impl = impl;
424
+ };
409
425
 
410
426
  const dirname = (path) => path?.split('/').slice(0, -1).join('/');
411
427
 
@@ -433,63 +449,59 @@
433
449
  };
434
450
  const hasPrefix = (href, prefix) => prefix && href && href.startsWith(prefix);
435
451
 
436
- /* eslint-disable @typescript-eslint/ban-types */
437
- const handlerDecorator = (handler, targetContent) => {
438
- return handlerDecorator._impl(handler, targetContent);
439
- };
440
- handlerDecorator._impl = (handler) => handler;
441
- handlerDecorator.setup = (impl) => {
442
- handlerDecorator._impl = impl;
443
- };
452
+ const isOnlyDigits = (str) => str && !/\D/.test(str);
444
453
 
445
- function useRouter() {
446
- return useRouter._impl();
447
- }
448
- useRouter._impl = () => ({
449
- isReady: false,
450
- href: globalThis.location?.href || '/',
451
- pathname: globalThis.location?.pathname || '/',
452
- query: {},
453
- push: () => {
454
- // Do nothing
455
- },
456
- replace: () => {
457
- // Do nothing
458
- },
459
- back: () => {
460
- // Do nothing
461
- },
454
+ const svgUseStyleMap = {
455
+ normal: '',
456
+ color: 'text-primary-main',
457
+ black: 'text-black',
458
+ white: 'text-black',
459
+ };
460
+ const Icon = JSX(({ className = '', imageClassName = '', name = '', alt = `Иконка ${name}`, title = alt, iconVersion = 'color', width, height, }) => {
461
+ const router = useRouter();
462
+ const href = adjustHref(router)(joinPath(projectSettings.CDN, '/icons', `${name}.svg`));
463
+ if (iconVersion !== 'normal') {
464
+ return (jsx(Background, { className: className, children: jsxs("svg", { className: style(getSvgSize(width), svgUseStyleMap[iconVersion], iconVersion === 'white' ? 'invert' : '', imageClassName), width: width, height: height, "aria-hidden": "true", children: [title ? jsx("title", { children: title }) : null, alt ? jsx("desc", { children: alt }) : null, jsx("use", { href: `${href}#icon`, xlinkHref: `${href}#icon` })] }) }));
465
+ }
466
+ return (jsx("img", { className: className, src: href, alt: alt, title: title, "aria-hidden": "true", width: width, height: height, style: getInlineStyle(className, height) }));
462
467
  });
463
- useRouter.setup = (impl) => {
464
- useRouter._impl = impl;
468
+ const getInlineStyle = (className, height) => {
469
+ if (className?.includes('h-')) {
470
+ return {};
471
+ }
472
+ return { height: isOnlyDigits(height) ? `${height}px` : height, width: 'auto' };
465
473
  };
474
+ const getSvgSize = (width) => (width ? '' : 'w-full h-full');
475
+ const Background = JSX(({ className, children }) => className ? jsx("div", { className: className, children: children }) : children);
466
476
 
467
- function useLink(params = {}) {
468
- const { isRemote, basePath } = params;
477
+ const sourcesComparator = (a, b) => a?.media && b?.media ? a.media - b.media : 0;
478
+ const ImgAsPicture = JSX(({ className = '', image, imageClassName = '', pathPrefix }) => {
469
479
  const router = useRouter();
470
- const { closeAll } = useDialogManager();
471
- return (props) => ({
472
- ...props,
473
- href: isRemote && !basePath ? props.href : adjustHref(router)(props.href, basePath),
474
- 'aria-label': props.text,
475
- onClick: handlerDecorator(handleHref(props), props),
476
- });
477
- function handleHref({ href, target, onClick }) {
478
- return (ev) => {
479
- onClick && onClick(ev);
480
- if (!href || isRemote || !isLocalURL(href, target)) {
481
- // Default routing
482
- return;
483
- }
484
- closeAll();
485
- // Client routing
486
- ev?.preventDefault();
487
- router.push(href);
488
- };
480
+ return (jsxs("picture", { className: className, children: [image?.sources?.length
481
+ ? image.sources
482
+ .filter((_) => _?.src)
483
+ .sort(sourcesComparator)
484
+ .map(({ src, format, media }, index) => (jsx("source", { srcSet: adjustSrc(router, pathPrefix)(src), type: formatToMimeType(format), media: media ? `(max-width: ${media}px)` : '', width: image.size?.width, height: image.size?.height }, `${index}_${src}`)))
485
+ : null, image?.src
486
+ ? renderImg({ ...image, src: adjustSrc(router, pathPrefix)(image.src) }, imageClassName)
487
+ : null] }));
488
+ });
489
+ const renderImg = (image, imageClassName = '') => (jsx("img", { src: image.src, className: style('object-contain', imageClassName), alt: image.alt || image.title, title: image.title || '', style: {
490
+ width: image.size?.width ? `${image.size?.width}px` : '100%',
491
+ height: image.size?.height ? `${image.size?.height}px` : 'auto',
492
+ }, width: image.size?.width, height: image.size?.height }));
493
+ const adjustSrc = (router, pathPrefix) => (src) => src && !isURL(src) ? adjustHref(router)(joinPath(pathPrefix, src)) : src;
494
+ const formatToMimeType = (format) => format ? `image/${String(format)}` : undefined;
495
+
496
+ const Img = JSX(({ className = '', image, imageClassName = '', pathPrefix, ...iconProps }) => {
497
+ if (!image?.src && !image?.icon) {
498
+ return null;
489
499
  }
490
- }
500
+ 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 }));
501
+ });
491
502
 
492
- const buttonStyleMap = {
503
+ /** @deprecated */
504
+ const buttonStyleMap$1 = {
493
505
  primary: 'text-white bg-primary-main hover:bg-primary-hover active:bg-primary-active',
494
506
  secondary: 'text-primary-main bg-main-divider hover:text-white hover:bg-primary-hover active:bg-primary-active',
495
507
  white: 'text-primary-main bg-white hover:text-white hover:bg-primary-hover active:bg-white active:text-primary-main',
@@ -499,6 +511,7 @@
499
511
  '': '',
500
512
  };
501
513
  const DisabledStyle = 'bg-main-divider text-main-disabled';
514
+ /** @deprecated */
502
515
  const buttonDisabledStyleMap = {
503
516
  primary: DisabledStyle,
504
517
  secondary: DisabledStyle,
@@ -508,7 +521,9 @@
508
521
  gray: DisabledStyle,
509
522
  '': '',
510
523
  };
524
+ /** @deprecated */
511
525
  const buttonStyle = 'text-center font-sans select-none';
526
+ /** @deprecated */
512
527
  const iconStyleMap = {
513
528
  primary: 'group-hover/btn:brightness-0 group-hover/btn:invert',
514
529
  secondary: 'group-hover/btn:brightness-0 group-hover/btn:invert',
@@ -519,6 +534,56 @@
519
534
  '': '',
520
535
  };
521
536
 
537
+ /** @deprecated */
538
+ const getRegularButtonClasses = ({ className, rounded, version, }) => [
539
+ buttonStyle,
540
+ 'border border-transparent inline-block cursor-pointer no-underline focus:border-primary-text focus:border h-fit',
541
+ version ? buttonStyleMap$1[version] : '',
542
+ rounded ? 'rounded-full' : 'rounded-md',
543
+ className,
544
+ ].join(' ');
545
+
546
+ const useDialogManager = () => ({
547
+ open: (dialog, options = {}) => defaultEventBus.fire('dialog', { type: 'open', dialog, ...options }),
548
+ close: () => defaultEventBus.fire('dialog', { type: 'close' }),
549
+ closeAll: () => defaultEventBus.fire('dialog', { type: 'close', all: true }),
550
+ });
551
+
552
+ /* eslint-disable @typescript-eslint/ban-types */
553
+ const handlerDecorator = (handler, targetContent) => {
554
+ return handlerDecorator._impl(handler, targetContent);
555
+ };
556
+ handlerDecorator._impl = (handler) => handler;
557
+ handlerDecorator.setup = (impl) => {
558
+ handlerDecorator._impl = impl;
559
+ };
560
+
561
+ function useLink(params = {}) {
562
+ const { isRemote, basePath } = params;
563
+ const router = useRouter();
564
+ const { closeAll } = useDialogManager();
565
+ return (props) => ({
566
+ ...props,
567
+ href: isRemote && !basePath ? props.href : adjustHref(router)(props.href, basePath),
568
+ 'aria-label': props.text,
569
+ onClick: handlerDecorator(handleHref(props), props),
570
+ });
571
+ function handleHref({ href, target, onClick }) {
572
+ return (ev) => {
573
+ onClick && onClick(ev);
574
+ if (!href || isRemote || !isLocalURL(href, target)) {
575
+ // Default routing
576
+ return;
577
+ }
578
+ closeAll();
579
+ // Client routing
580
+ ev?.preventDefault();
581
+ router.push(href);
582
+ };
583
+ }
584
+ }
585
+
586
+ /** @deprecated */
522
587
  const ButtonInner = JSX((props) => {
523
588
  const { text, aboveText, appendLeft, appendRight, version = 'primary' } = props;
524
589
  const iconHideStyle = isWithText(props) ? 'hidden lg:block' : '';
@@ -534,6 +599,7 @@
534
599
  };
535
600
  const isWithText = ({ text, aboveText, appendLeft }) => Boolean(text || aboveText || !appendLeft);
536
601
 
602
+ /** @deprecated */
537
603
  const getDisabledButtonClasses = ({ className, rounded, version, }) => [
538
604
  'inline-block',
539
605
  buttonStyle,
@@ -542,14 +608,7 @@
542
608
  className,
543
609
  ].join(' ');
544
610
 
545
- const getRegularButtonClasses = ({ className, rounded, version, }) => [
546
- buttonStyle,
547
- 'border border-transparent inline-block cursor-pointer no-underline focus:border-primary-text focus:border h-fit',
548
- version ? buttonStyleMap[version] : '',
549
- rounded ? 'rounded-full' : 'rounded-md',
550
- className,
551
- ].join(' ');
552
-
611
+ /** @deprecated */
553
612
  const useFormSubmit = ({ method, href }) => useCallback((ev) => {
554
613
  if (method !== 'POST' || !href) {
555
614
  return;
@@ -570,7 +629,8 @@
570
629
  form.submit();
571
630
  }, []);
572
631
 
573
- const Button = JSX(({ disabled, children, method = 'LINK', href, ...rest }) => {
632
+ /** @deprecated */
633
+ const LinkButton = JSX(({ disabled, children, method = 'LINK', href, ...rest }) => {
574
634
  const handleFormSubmit = useFormSubmit({ method, href });
575
635
  const link = useLink();
576
636
  const adjustedProps = link({ onClick: handleFormSubmit, href, ...rest });
@@ -580,57 +640,6 @@
580
640
  const RegularButton = JSX(({ className = '', href, rel, target, ariaLabel, version, rounded, onClick, children }) => (jsx("a", { className: getRegularButtonClasses({ className, version, rounded }), href: href, rel: rel, target: target, "aria-label": ariaLabel, role: href ? 'link' : 'button', onClick: onClick, children: children })));
581
641
  const DisabledButton = JSX(({ className, ariaLabel, version, rounded, children }) => (jsx("div", { role: "button", "aria-disabled": "true", "aria-label": ariaLabel, tabIndex: -1, className: getDisabledButtonClasses({ className, rounded, version }), children: children })));
582
642
 
583
- const isOnlyDigits = (str) => str && !/\D/.test(str);
584
-
585
- const svgUseStyleMap = {
586
- normal: '',
587
- color: 'text-primary-main',
588
- black: 'text-black',
589
- white: 'text-black',
590
- };
591
- const Icon = JSX(({ className = '', imageClassName = '', name = '', alt = `Иконка ${name}`, title = alt, iconVersion = 'color', width, height, }) => {
592
- const router = useRouter();
593
- const href = adjustHref(router)(joinPath(projectSettings.CDN, '/icons', `${name}.svg`));
594
- if (iconVersion !== 'normal') {
595
- return (jsx(Background, { className: className, children: jsxs("svg", { className: style(getSvgSize(width), svgUseStyleMap[iconVersion], iconVersion === 'white' ? 'invert' : '', imageClassName), width: width, height: height, "aria-hidden": "true", children: [title ? jsx("title", { children: title }) : null, alt ? jsx("desc", { children: alt }) : null, jsx("use", { href: `${href}#icon`, xlinkHref: `${href}#icon` })] }) }));
596
- }
597
- return (jsx("img", { className: className, src: href, alt: alt, title: title, "aria-hidden": "true", width: width, height: height, style: getInlineStyle(className, height) }));
598
- });
599
- const getInlineStyle = (className, height) => {
600
- if (className?.includes('h-')) {
601
- return {};
602
- }
603
- return { height: isOnlyDigits(height) ? `${height}px` : height, width: 'auto' };
604
- };
605
- const getSvgSize = (width) => (width ? '' : 'w-full h-full');
606
- const Background = JSX(({ className, children }) => className ? jsx("div", { className: className, children: children }) : children);
607
-
608
- const sourcesComparator = (a, b) => a?.media && b?.media ? a.media - b.media : 0;
609
- const ImgAsPicture = JSX(({ className = '', image, imageClassName = '', pathPrefix }) => {
610
- const router = useRouter();
611
- return (jsxs("picture", { className: className, children: [image?.sources?.length
612
- ? image.sources
613
- .filter((_) => _?.src)
614
- .sort(sourcesComparator)
615
- .map(({ src, format, media }, index) => (jsx("source", { srcSet: adjustSrc(router, pathPrefix)(src), type: formatToMimeType(format), media: media ? `(max-width: ${media}px)` : '', width: image.size?.width, height: image.size?.height }, `${index}_${src}`)))
616
- : null, image?.src
617
- ? renderImg({ ...image, src: adjustSrc(router, pathPrefix)(image.src) }, imageClassName)
618
- : null] }));
619
- });
620
- const renderImg = (image, imageClassName = '') => (jsx("img", { src: image.src, className: style('object-contain', imageClassName), alt: image.alt || image.title, title: image.title || '', style: {
621
- width: image.size?.width ? `${image.size?.width}px` : '100%',
622
- height: image.size?.height ? `${image.size?.height}px` : 'auto',
623
- }, width: image.size?.width, height: image.size?.height }));
624
- const adjustSrc = (router, pathPrefix) => (src) => src && !isURL(src) ? adjustHref(router)(joinPath(pathPrefix, src)) : src;
625
- const formatToMimeType = (format) => format ? `image/${String(format)}` : undefined;
626
-
627
- const Img = JSX(({ className = '', image, imageClassName = '', pathPrefix, ...iconProps }) => {
628
- if (!image?.src && !image?.icon) {
629
- return null;
630
- }
631
- 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 }));
632
- });
633
-
634
643
  function renderBackwardButton(version, handleClick) {
635
644
  const iconVersion = version === 'primary' ? 'white' : 'black';
636
645
  const className = 'w-12 h-12 min-h-12 min-w-12 flex items-center justify-center';
@@ -638,7 +647,7 @@
638
647
  return (jsxs("div", { className: "hidden sm:flex items-center gap-s", children: [jsx("div", { className: getRegularButtonClasses({ className, version, rounded: true }), onClick: handleClick, children: jsx(Img, { className: "w-4 h-4", image: {
639
648
  icon: 'ArrowLeftIcon',
640
649
  iconVersion: iconVersion,
641
- } }) }), jsx(Button, { version: "link", className: "group-data-secondary:text-white/80", text: text, ariaLabel: text, onClick: handleClick })] }));
650
+ } }) }), jsx(LinkButton, { version: "link", className: "group-data-secondary:text-white/80", text: text, ariaLabel: text, onClick: handleClick })] }));
642
651
  }
643
652
 
644
653
  const imageAlignmentMap = {
@@ -710,6 +719,7 @@
710
719
 
711
720
  const isIcon = (icon) => Boolean(icon?.src || icon?.icon);
712
721
 
722
+ /** @deprecated */
713
723
  const renderButtonsSection = (buttons, { className, buttonClassName, isVertical } = {}) => buttons?.length && buttons.some((_) => _?.text || _?.icon?.icon) ? (jsx("div", { className: style('flex', isVertical
714
724
  ? 'flex-col gap-xs justify-items-stretch'
715
725
  : 'flex-wrap @xl:flex-nowrap gap-lg sm:gap-m', className), children: buttons.map(renderButton(buttonClassName)) })) : null;
@@ -717,7 +727,7 @@
717
727
  const { text, icon, iconRight, version, ...rest } = button || {};
718
728
  const iconVersion = getIconVersion(icon, version);
719
729
  const iconRightVersion = getIconVersion(iconRight, version);
720
- return text || icon?.icon ? (jsx(Button, { className: style('basis-full @lg:basis-auto', buttonClassName), appendLeft: renderButtonIcon({ ...icon, iconVersion }), appendRight: renderButtonIcon({ ...iconRight, iconVersion: iconRightVersion }), version: version, text: text, ...rest }, index ? String(index) : '')) : null;
730
+ return text || icon?.icon ? (jsx(LinkButton, { className: style('basis-full @lg:basis-auto', buttonClassName), appendLeft: renderButtonIcon({ ...icon, iconVersion }), appendRight: renderButtonIcon({ ...iconRight, iconVersion: iconRightVersion }), version: version, text: text, ...rest }, index ? String(index) : '')) : null;
721
731
  };
722
732
  const DEFAULT_ICON_W = 24;
723
733
  const getIconVersion = (icon, version = 'secondary') => {
@@ -979,7 +989,7 @@
979
989
  return data || EMPTY_VALUE$4;
980
990
  }
981
991
 
982
- const Footnote = JSX(({ text, link }) => (jsxs(Paragraph, { size: "text-s", font: "font-light", color: "text-secondary-text", children: [jsx(Text, { children: text || 'Нажимая кнопку, вы подтверждаете согласие с ' }), link ? (jsx(Button, { href: link.href, ariaLabel: "\u0443\u0441\u043B\u043E\u0432\u0438\u044F \u043F\u0435\u0440\u0435\u0434\u0430\u0447\u0438 \u0434\u0430\u043D\u043D\u044B\u0445", target: link.target, className: "text-primary-main", children: jsx(Text, { children: link.text }) })) : null] })));
992
+ const Footnote = JSX(({ text, link }) => (jsxs(Paragraph, { size: "text-s", font: "font-light", color: "text-secondary-text", children: [jsx(Text, { children: text || 'Нажимая кнопку, вы подтверждаете согласие с ' }), link ? (jsx(LinkButton, { href: link.href, ariaLabel: "\u0443\u0441\u043B\u043E\u0432\u0438\u044F \u043F\u0435\u0440\u0435\u0434\u0430\u0447\u0438 \u0434\u0430\u043D\u043D\u044B\u0445", target: link.target, className: "text-primary-main", children: jsx(Text, { children: link.text }) })) : null] })));
983
993
 
984
994
  const withValidator = (props, validator) => {
985
995
  const { value, isDirty } = props;
@@ -1171,13 +1181,37 @@
1171
1181
 
1172
1182
  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') })] }));
1173
1183
 
1174
- const renderSubmitButton = (button, className) => {
1175
- const buttonStyle = getRegularButtonClasses({
1176
- className: 'text-white',
1177
- version: button?.version,
1184
+ function useButton() {
1185
+ return (props) => ({
1186
+ ...props,
1187
+ onClick: handlerDecorator(handleClick(props), props),
1178
1188
  });
1179
- return (jsx("button", { type: "submit", className: style('p-m w-full @xl:w-auto', buttonStyle, className), children: button?.text ? button.text : 'Отправить заявку' }));
1189
+ }
1190
+ function handleClick({ disabled, onClick }) {
1191
+ return (ev) => {
1192
+ !disabled && onClick && onClick(ev);
1193
+ };
1194
+ }
1195
+
1196
+ const activeButtonStyleMap = 'text-white bg-primary-active';
1197
+ const disabledButtonStyle = 'bg-main-gray text-main-disabled cursor-not-allowed';
1198
+ const buttonStyleMap = {
1199
+ primary: 'text-white bg-primary-main hover:bg-primary-hover active:bg-primary-active',
1200
+ secondary: 'text-primary-main bg-main-divider hover:text-white hover:bg-primary-hover active:bg-primary-active',
1201
+ };
1202
+ const secondaryButtonStyleMap = {
1203
+ primary: style('group-data-secondary:text-primary-main group-data-secondary:bg-white', 'group-data-secondary:hover:text-white group-data-secondary:hover:bg-primary-hover', 'group-data-secondary:active:bg-primary-active'),
1204
+ secondary: style('group-data-secondary:text-white group-data-secondary:bg-white/20', 'group-data-secondary:hover:bg-primary-hover', 'group-data-secondary:active:bg-primary-active'),
1180
1205
  };
1206
+ const Button = JSX(({ children, ...props }) => {
1207
+ const button = useButton();
1208
+ const { className, version = 'primary', active, disabled, type = 'button', rounded = true, role, onClick, } = button(props);
1209
+ return (jsx("button", { className: style('font-sans px-9 py-4', 'flex justify-center items-center gap-xs', active ? activeButtonStyleMap : '', disabled ? disabledButtonStyle : '', !active && !disabled
1210
+ ? style(buttonStyleMap[version], secondaryButtonStyleMap[version])
1211
+ : '', rounded ? 'rounded-md' : '', className), type: type, role: role, onClick: onClick, children: children }));
1212
+ });
1213
+
1214
+ const renderSubmitButton = (button, className) => (jsx(Button, { className: style('w-full @xl:w-auto', className), type: "submit", children: button?.text ? button.text : 'Отправить заявку' }));
1181
1215
 
1182
1216
  const initialFormState$5 = {
1183
1217
  acquiringType: { key: 'Торговый эквайринг' },
@@ -1409,7 +1443,7 @@
1409
1443
  version: button?.version,
1410
1444
  });
1411
1445
  const regionHref = regions?.find((_) => _.name === region.key)?.href;
1412
- return (jsxs("div", { className: "container space-y-s @xl: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", isSearch: true, options: regions.map(({ name = '' }) => ({ key: name, text: 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 @xl:w-auto', buttonStyle), children: button?.text ? button.text : 'Перейти' }) })) : null] }));
1446
+ return (jsxs("div", { className: "container space-y-s @xl: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", isSearch: true, options: regions.map(({ name = '' }) => ({ key: name, text: name })), value: region, onChange: setRegion })) : null, regionHref ? (jsx("div", { className: "text-center", children: jsx(LinkButton, { href: regionHref, target: "_blank", className: style('p-m w-full @xl:w-auto', buttonStyle), children: button?.text ? button.text : 'Перейти' }) })) : null] }));
1413
1447
  });
1414
1448
 
1415
1449
  const SVG = JSX(({ className, viewBox, fill = 'none', width, height, paths, ...commonOptions }) => {
@@ -1831,12 +1865,16 @@
1831
1865
  ];
1832
1866
  };
1833
1867
 
1834
- const ArrowButton = JSX(({ className, disabled, ...rest }) => (jsx(Button, { rounded: true, className: style('group/btn w-12 h-12 min-h-12 max-h-12 flex items-center justify-center shadow-main-black', disabled
1868
+ /** @deprecated */
1869
+ const ArrowButton = JSX(({ className, disabled, ...rest }) => (jsx(LinkButton, { rounded: true, className: style('group/btn w-12 h-12 min-h-12 max-h-12 flex items-center justify-center shadow-main-black', disabled
1835
1870
  ? 'bg-secondary-light text-secondary-text'
1836
1871
  : 'bg-white text-primary-text hover:text-primary-main', className || ''), disabled: disabled, ...rest, children: jsx(Img, { className: "w-4 h-4 min-w-4 min-h-4 rounded-full box-border", image: { icon: 'ArrowLeftIcon', iconVersion: 'black' }, imageClassName: "group-hover/btn:text-primary-main", width: "16", height: "16" }) })));
1872
+ /** @deprecated */
1837
1873
  const ScrollLeftButton = JSX((props) => (jsx(ArrowButton, { ...props, ariaLabel: "\u041F\u0440\u043E\u043B\u0438\u0441\u0442\u0430\u0442\u044C \u0432\u043B\u0435\u0432\u043E", "data-block-control": "scroll-left" })));
1874
+ /** @deprecated */
1838
1875
  const ScrollRightButton = JSX((props) => (jsx(ArrowButton, { ...props, className: `${props.className || ''} rotate-180`, ariaLabel: "\u041F\u0440\u043E\u043B\u0438\u0441\u0442\u0430\u0442\u044C \u0432\u043F\u0440\u0430\u0432\u043E", "data-block-control": "scroll-right" })));
1839
1876
 
1877
+ /** @deprecated */
1840
1878
  function renderArrows({ dec, inc, canDec, canInc, btnClass, className = '', }) {
1841
1879
  const isVisible = canDec || canInc;
1842
1880
  return isVisible ? (jsxs("div", { children: [canDec ? (jsx(ArrowButton, { className: `absolute z-40 ${btnClass[0]} ${className}`, onClick: dec, ariaLabel: "\u041F\u0440\u043E\u043B\u0438\u0441\u0442\u0430\u0442\u044C \u0432\u043B\u0435\u0432\u043E", "data-block-control": "scroll-left", disabled: !canDec })) : null, canInc ? (jsx(ArrowButton, { className: `absolute z-40 rotate-180 ${btnClass[1]} ${className}`, onClick: inc, ariaLabel: "\u041F\u0440\u043E\u043B\u0438\u0441\u0442\u0430\u0442\u044C \u0432\u043F\u0440\u0430\u0432\u043E", "data-block-control": "scroll-right", disabled: !canInc })) : null] })) : null;
@@ -2650,12 +2688,7 @@
2650
2688
  useEffect(() => {
2651
2689
  setDisabled(amount <= 0);
2652
2690
  }, [amount]);
2653
- const buttonStyle = isDisabled
2654
- ? getDisabledButtonClasses({ version: button?.version })
2655
- : getRegularButtonClasses({ className: 'text-white', version: button?.version });
2656
- const link = useLink();
2657
- const { onClick } = link(button || {});
2658
- 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: "h3", title: title })) : null, jsxs("form", { className: "w-full xl:max-w-[468px]", method: "POST", action: FORM_URL_MAP[formType], children: [jsx(CurrencyInput, { valid: !isDisabled, placeholder: placeholder, label: label, ...field('amount', { parse: Number, format: String }) }), jsx("input", { type: "hidden", name: "amount", value: amount }), button?.text ? (jsx("button", { type: "submit", className: style('w-full p-m mt-lg', buttonStyle), disabled: isDisabled, onClick: onClick, children: button.text })) : null] })] }));
2691
+ 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: "h3", title: title })) : null, jsxs("form", { className: "w-full xl:max-w-[468px]", method: "POST", action: FORM_URL_MAP[formType], children: [jsx(CurrencyInput, { valid: !isDisabled, placeholder: placeholder, label: label, ...field('amount', { parse: Number, format: String }) }), jsx("input", { type: "hidden", name: "amount", value: amount }), button?.text ? (jsx(Button, { className: "w-full mt-lg", type: "submit", disabled: isDisabled, children: button.text })) : null] })] }));
2659
2692
  });
2660
2693
 
2661
2694
  const mapChildren = (mapper) => (children) => {
@@ -3139,7 +3172,7 @@
3139
3172
  const cellsNode = cardCells.map(renderCardInfo);
3140
3173
  const visibleCells = cellsNode.slice(0, VISIBLE_CELLS_COUNT);
3141
3174
  const hiddenCells = cellsNode.slice(VISIBLE_CELLS_COUNT);
3142
- return (jsxs(BlockWrapper, { className: style('flex flex-col', className), defaultPadding: "p-2xl", ...rest, children: [isIcon(icon) ? (jsx("div", { className: "self-center", children: jsx(Img, { image: icon }) })) : null, title ? (jsx(Heading, { className: style('pt-xs', align), headingType: "h5", title: title })) : null, button ? jsx(Button, { className: "w-full mt-m mb-lg", ...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] }));
3175
+ return (jsxs(BlockWrapper, { className: style('flex flex-col', className), defaultPadding: "p-2xl", ...rest, children: [isIcon(icon) ? (jsx("div", { className: "self-center", children: jsx(Img, { image: icon }) })) : null, title ? (jsx(Heading, { className: style('pt-xs', align), headingType: "h5", title: title })) : null, button ? jsx(LinkButton, { className: "w-full mt-m mb-lg", ...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] }));
3143
3176
  });
3144
3177
  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" })] }));
3145
3178
 
@@ -3150,7 +3183,7 @@
3150
3183
  const COLS_LENGTH_FOR_SCROLL$1 = 3;
3151
3184
  const COLUMN_WIDTH$2 = 4 * 80 + 4 * 4; // w-80 + gap-4 = 336px
3152
3185
 
3153
- const HeaderCell = JSX(({ icon, image, title, link }) => (jsxs("div", { className: style('w-80 box-border flex flex-col gap-m items-center rounded-t-md border-b-0 p-2xl', borderStyle, gradientStyle), role: "columnheader", children: [icon && !image?.src && (jsx(Img, { className: "h-16 w-16 min-w-16 min-h-16", image: icon, width: "64", height: "64" })), image?.src && jsx(Img, { image: image }), title ? (jsx(Heading, { headingType: "h4", as: "h3", className: "text-center text-white", title: title })) : null, link?.text && (jsx("div", { className: "mt-auto w-full", children: jsx(Button, { href: link.href, target: link.target, className: "w-full text-primary-main bg-white hover:bg-secondary-hover active:bg-secondary-active", children: jsx("div", { className: "text-xs font-light font-medium py-s", children: link.text }) }) }))] })));
3186
+ const HeaderCell = JSX(({ icon, image, title, link }) => (jsxs("div", { className: style('w-80 box-border flex flex-col gap-m items-center rounded-t-md border-b-0 p-2xl', borderStyle, gradientStyle), role: "columnheader", children: [icon && !image?.src && (jsx(Img, { className: "h-16 w-16 min-w-16 min-h-16", image: icon, width: "64", height: "64" })), image?.src && jsx(Img, { image: image }), title ? (jsx(Heading, { headingType: "h4", as: "h3", className: "text-center text-white", title: title })) : null, link?.text && (jsx("div", { className: "mt-auto w-full", children: jsx(LinkButton, { href: link.href, target: link.target, className: "w-full text-primary-main bg-white hover:bg-secondary-hover active:bg-secondary-active", children: jsx("div", { className: "text-xs font-light font-medium py-s", children: link.text }) }) }))] })));
3154
3187
 
3155
3188
  const carouselContainerClassesMap = {
3156
3189
  comparison: 'flex gap-m duration-1000',
@@ -3214,7 +3247,7 @@
3214
3247
 
3215
3248
  const ContactsBlock = JSX(({ className, contacts, info, version = 'secondary', ...rest }) => (jsxs(BlockWrapper, { className: style('flex', className), defaultPadding: "p-6xl", version: version, ...rest, children: [info?.length ? renderBlocks(info) : null, contacts?.length ? renderBlocks(contacts) : null] })));
3216
3249
  const renderBlocks = (info) => (jsx("div", { className: "flex gap-5xl grow basis-0", children: info.map((column, index) => renderBlocksColumn({ column, index })) }));
3217
- const renderBlocksColumn = ({ column, index }) => column ? (jsx("div", { className: "flex flex-col gap-xl grow basis-0", children: column.map(({ title = '', description, additionalDescription, button }, key) => (jsxs("div", { children: [jsx(Headline, { title: title, description: description, headlineVersion: "XS", align: "text-left", isEmbedded: true }), additionalDescription ? (jsx("div", { className: "mt-xs opacity-80", children: jsx(Paragraph, { size: "text-m", font: "font-light", children: additionalDescription }) })) : null, button?.href ? jsx(Button, { className: "mt-xl", ...button }) : null] }, String(key)))) }, `col-${String(index)}`)) : null;
3250
+ const renderBlocksColumn = ({ column, index }) => column ? (jsx("div", { className: "flex flex-col gap-xl grow basis-0", children: column.map(({ title = '', description, additionalDescription, button }, key) => (jsxs("div", { children: [jsx(Headline, { title: title, description: description, headlineVersion: "XS", align: "text-left", isEmbedded: true }), additionalDescription ? (jsx("div", { className: "mt-xs opacity-80", children: jsx(Paragraph, { size: "text-m", font: "font-light", children: additionalDescription }) })) : null, button?.href ? jsx(LinkButton, { className: "mt-xl", ...button }) : null] }, String(key)))) }, `col-${String(index)}`)) : null;
3218
3251
 
3219
3252
  const isOdd = (n) => n % 2 !== 0;
3220
3253
 
@@ -3301,7 +3334,7 @@
3301
3334
  return items.map((item) => (jsx(SlideCheckbox, { text: item.title, value: [value].flatMap((_) => _).includes(item.value), onChange: () => handleChange(item.value), type: multiple ? 'checkbox' : 'radio' }, item.value)));
3302
3335
  });
3303
3336
 
3304
- const renderFiltrationForm$1 = ({ field, reset, filtrationSchema, resetButton, children, }) => (jsxs("form", { className: "flex flex-col @4xl:flex-row justify-between bg-white p-4xl gap-s @4xl:gap-0", children: [jsxs("div", { className: "flex flex-col @4xl:flex-row gap-5xl", children: [children, Object.entries(filtrationSchema).map(renderFormItem(field))] }), resetButton ? (jsx("div", { children: jsx(Button, { className: "w-full @4xl:w-72 @4xl:ml-s", onClick: reset, ...resetButton }) })) : null] }));
3337
+ const renderFiltrationForm$1 = ({ field, reset, filtrationSchema, resetButton, children, }) => (jsxs("form", { className: "flex flex-col @4xl:flex-row justify-between bg-white p-4xl gap-s @4xl:gap-0", children: [jsxs("div", { className: "flex flex-col @4xl:flex-row gap-5xl", children: [children, Object.entries(filtrationSchema).map(renderFormItem(field))] }), resetButton ? (jsx("div", { children: jsx(Button, { className: "w-full @4xl:w-72 @4xl:ml-s", onClick: reset, children: resetButton?.text }) })) : null] }));
3305
3338
  const renderFormItem = (field) => ([key, item]) => {
3306
3339
  const type = item?.type;
3307
3340
  switch (type) {
@@ -3437,7 +3470,7 @@
3437
3470
  return (jsxs("div", { className: style('font-sans relative', className), role: "form", children: [jsx("div", { className: "absolute h-full flex items-center pl-m pointer-events-none", children: jsx(Img, { image: { icon: 'LoupeIcon', iconVersion: 'black' }, width: "24", height: "24" }) }), jsx("input", { className: style('h-14 w-full px-10 text-l text-black outline-none box-border border border-solid rounded-md', 'border-gray hover:border-primary-hover active:border-primary-text focus:border-primary-text'), value: value, type: "text", name: "search-bar-input", placeholder: placeholder, autoFocus: autoFocus, onChange: handleChange, onFocus: onFocus })] }));
3438
3471
  });
3439
3472
 
3440
- const DepositoryFilter = JSX(({ field, onClearFilter, filtrationState }) => (jsxs("div", { className: "grid grid-cols-12 mb-3xl space-x-xl", children: [jsx(SearchInput, { className: "col-span-4 mt-auto", placeholder: "\u041F\u043E\u0438\u0441\u043A", ...field('query') }), jsx(DatePicker, { className: "col-span-3", label: "\u041F\u0435\u0440\u0438\u043E\u0434 \u043E\u0442", maxDate: filtrationState.endDate, ...field('startDate') }), jsx(DatePicker, { className: "col-span-3", label: "\u041F\u0435\u0440\u0438\u043E\u0434 \u0434\u043E", minDate: filtrationState.startDate, ...field('endDate') }), jsx("div", { className: "col-span-2 mt-auto", children: jsx("button", { className: "px-m py-s rounded-md bg-main-gray text-green hover:text-white hover:bg-primary-hover active:bg-primary-active cursor-pointer w-full", onClick: onClearFilter, children: "\u041E\u0447\u0438\u0441\u0442\u0438\u0442\u044C \u0444\u0438\u043B\u044C\u0442\u0440" }) })] })));
3473
+ const DepositoryFilter = JSX(({ field, onClearFilter, filtrationState }) => (jsxs("div", { className: "grid grid-cols-12 mb-3xl space-x-xl", children: [jsx(SearchInput, { className: "col-span-4 mt-auto", placeholder: "\u041F\u043E\u0438\u0441\u043A", ...field('query') }), jsx(DatePicker, { className: "col-span-3", label: "\u041F\u0435\u0440\u0438\u043E\u0434 \u043E\u0442", maxDate: filtrationState.endDate, ...field('startDate') }), jsx(DatePicker, { className: "col-span-3", label: "\u041F\u0435\u0440\u0438\u043E\u0434 \u0434\u043E", minDate: filtrationState.startDate, ...field('endDate') }), jsx("div", { className: "col-span-2 mt-auto", children: jsx(Button, { className: "w-full", version: "secondary", onClick: onClearFilter, children: "\u041E\u0447\u0438\u0441\u0442\u0438\u0442\u044C" }) })] })));
3441
3474
 
3442
3475
  const DepositoryItem = ({ title, timestamp, publicId }) => {
3443
3476
  const link = useLink({ basePath: '/' });
@@ -3497,7 +3530,7 @@
3497
3530
  }
3498
3531
  return null;
3499
3532
  };
3500
- const ErrorBlock = JSX(({ className = '', title, description, error, button, ...rest }) => (jsxs(BlockWrapper, { className: style('flex flex-col justify-center items-center', className), defaultPadding: style('p-6xl'), version: "transparent", ...rest, children: [jsx("div", { className: "flex justify-center", children: renderErrorContent(error) }), jsx(Headline, { title: title, description: description, headlineVersion: "XL", isEmbedded: true, className: "mb-2xl last:mb-0" }), button?.text ? jsx(Button, { version: button?.version, text: button?.text, ...button }) : null] })));
3533
+ const ErrorBlock = JSX(({ className = '', title, description, error, button, ...rest }) => (jsxs(BlockWrapper, { className: style('flex flex-col justify-center items-center', className), defaultPadding: style('p-6xl'), version: "transparent", ...rest, children: [jsx("div", { className: "flex justify-center", children: renderErrorContent(error) }), jsx(Headline, { title: title, description: description, headlineVersion: "XL", isEmbedded: true, className: "mb-2xl last:mb-0" }), button?.text ? (jsx(LinkButton, { version: button?.version, text: button?.text, ...button })) : null] })));
3501
3534
 
3502
3535
  const useLatestEvent = (eventBus, type, initialEvent) => {
3503
3536
  const [latestEvent, setLatestEvent] = useState(initialEvent || null);
@@ -3629,7 +3662,7 @@
3629
3662
  setSelected: handleSelectBuy(calcState, handleSetCalcState, currencyRatesBuy),
3630
3663
  value: calcState.inputBuy,
3631
3664
  setValue: (value) => handleInputBuy(handleSetCalcState, currencyRatesBuy)(value, calcState.selectBuy, calcState.selectSell),
3632
- }), button?.text ? jsx(Button, { text: button.text, version: button?.version, ...button }) : null] }));
3665
+ }), button?.text ? (jsx(LinkButton, { text: button.text, version: button?.version, ...button })) : null] }));
3633
3666
  });
3634
3667
  const handleSelectSell = (calcState, setCalcState, currencyRatesSell) => (value) => {
3635
3668
  setCalcState({ selectSell: value });
@@ -3950,7 +3983,7 @@
3950
3983
  }
3951
3984
  };
3952
3985
 
3953
- const Contacts = JSX(({ className = '', items }) => (jsxs("div", { className: className, children: [items?.length ? items.map(renderContactsGroup) : null, jsx(Button, { version: "primary", className: "w-full", href: "https://old.rshb.ru/feedback/question/", target: "_blank", ariaLabel: "\u041E\u0431\u0440\u0430\u0442\u043D\u0430\u044F \u0441\u0432\u044F\u0437\u044C", text: "\u041E\u0431\u0440\u0430\u0442\u043D\u0430\u044F \u0441\u0432\u044F\u0437\u044C" })] })));
3986
+ const Contacts = JSX(({ className = '', items }) => (jsxs("div", { className: className, children: [items?.length ? items.map(renderContactsGroup) : null, jsx(LinkButton, { version: "primary", className: "w-full", href: "https://old.rshb.ru/feedback/question/", target: "_blank", ariaLabel: "\u041E\u0431\u0440\u0430\u0442\u043D\u0430\u044F \u0441\u0432\u044F\u0437\u044C", text: "\u041E\u0431\u0440\u0430\u0442\u043D\u0430\u044F \u0441\u0432\u044F\u0437\u044C" })] })));
3954
3987
  const renderContactsGroup = (item, i) => (jsxs("div", { className: "mb-m", children: [jsx("div", { className: "mb-m", children: jsx(Text, { size: "text-l", font: "font-medium", children: item?.title }) }), jsx("div", { children: item.items?.map(renderContact) })] }, String(i)));
3955
3988
  const renderContact = (item, index) => (jsxs("div", { className: "mb-m", children: [jsx("div", { children: renderText(item.type, item.text) }), jsx("div", { className: "mt-2xs text-s font-light text-secondary-text", children: item.description })] }, String(index)));
3956
3989
  const renderText = (type, text = '') => {
@@ -3991,7 +4024,7 @@
3991
4024
  const { documents, relatedEnterprises, contacts, socialMedia, mobileApps } = useSWRResource(projectSettings.FOOTER || 'footer', {
3992
4025
  fallback: rest.options?.page?.fallback,
3993
4026
  });
3994
- return (jsxs(BlockWrapper, { tag: "footer", className: className, ...rest, children: [jsxs("div", { className: "flex items-stretch gap-3xl pb-3xl ", children: [jsx(Logo, { className: LEFT_COL_WIDTH, logo: logo }), jsx(SearchBar$1, { className: "grow" })] }), jsxs("div", { className: "flex items-stretch gap-6xl", children: [jsxs("div", { className: style(LEFT_COL_WIDTH, 'flex flex-col shrink-0 overflow-hidden space-y-xl'), children: [jsx(Contacts, { items: contacts }), jsx(SocialMedia, { media: socialMedia, children: "\u0421\u043E\u0446\u0441\u0435\u0442\u0438" }), jsx(SocialMedia, { media: mobileApps, showButtonText: false, children: "\u041C\u043E\u0431\u0438\u043B\u044C\u043D\u043E\u0435 \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u0435" }), jsx(Button, { version: "link", href: "https://old.rshb.ru", className: "!text-left text-s font-light", onClick: deleteAllCookies, children: "\u0412\u0435\u0440\u043D\u0443\u0442\u044C\u0441\u044F \u043D\u0430 \u043F\u0440\u0435\u0436\u043D\u044E\u044E \u0432\u0435\u0440\u0441\u0438\u044E \u0441\u0430\u0439\u0442\u0430" })] }), jsx(Sitemap, { className: "flex-grow", topItems: topItems })] }), jsx(HorizontalNavigation, { className: "mt-xl", links: relatedEnterprises }), jsx(TextInformation, { links: documents })] }));
4027
+ return (jsxs(BlockWrapper, { tag: "footer", className: className, ...rest, children: [jsxs("div", { className: "flex items-stretch gap-3xl pb-3xl ", children: [jsx(Logo, { className: LEFT_COL_WIDTH, logo: logo }), jsx(SearchBar$1, { className: "grow" })] }), jsxs("div", { className: "flex items-stretch gap-6xl", children: [jsxs("div", { className: style(LEFT_COL_WIDTH, 'flex flex-col shrink-0 overflow-hidden space-y-xl'), children: [jsx(Contacts, { items: contacts }), jsx(SocialMedia, { media: socialMedia, children: "\u0421\u043E\u0446\u0441\u0435\u0442\u0438" }), jsx(SocialMedia, { media: mobileApps, showButtonText: false, children: "\u041C\u043E\u0431\u0438\u043B\u044C\u043D\u043E\u0435 \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u0435" }), jsx(LinkButton, { version: "link", href: "https://old.rshb.ru", className: "!text-left text-s font-light", onClick: deleteAllCookies, children: "\u0412\u0435\u0440\u043D\u0443\u0442\u044C\u0441\u044F \u043D\u0430 \u043F\u0440\u0435\u0436\u043D\u044E\u044E \u0432\u0435\u0440\u0441\u0438\u044E \u0441\u0430\u0439\u0442\u0430" })] }), jsx(Sitemap, { className: "flex-grow", topItems: topItems })] }), jsx(HorizontalNavigation, { className: "mt-xl", links: relatedEnterprises }), jsx(TextInformation, { links: documents })] }));
3995
4028
  });
3996
4029
 
3997
4030
  const GracePeriod = JSX(({ className = '', title, description, calendar, ...rest }) => (jsxs(BlockWrapper, { className: style('space-y-m', className), defaultPadding: "p-6xl", ...rest, children: [jsx(Headline, { title: title, description: description, headlineVersion: "M", isEmbedded: true }), calendar ? renderCalendar(calendar) : null] })));
@@ -4217,7 +4250,7 @@
4217
4250
  default: 'px-lg bg-main-divider rounded hover:text-primary-main',
4218
4251
  transparent: 'text-white hover:text-primary-hover',
4219
4252
  };
4220
- const InternetBankButton = JSX(({ version, internetBankUrl }) => internetBankUrl ? (jsx(Button, { href: internetBankUrl, ariaLabel: "\u0418\u043D\u0442\u0435\u0440\u043D\u0435\u0442-\u0431\u0430\u043D\u043A", target: "_blank", className: style('py-s ml-s text-l font-light whitespace-nowrap hover:text-primary-main', BUTTON_STYLE[version === 'transparent' ? 'transparent' : 'default']), children: "\u0418\u043D\u0442\u0435\u0440\u043D\u0435\u0442-\u0431\u0430\u043D\u043A" })) : null);
4253
+ const InternetBankButton = JSX(({ version, internetBankUrl }) => internetBankUrl ? (jsx(LinkButton, { href: internetBankUrl, ariaLabel: "\u0418\u043D\u0442\u0435\u0440\u043D\u0435\u0442-\u0431\u0430\u043D\u043A", target: "_blank", className: style('py-s ml-s text-l font-light whitespace-nowrap hover:text-primary-main', BUTTON_STYLE[version === 'transparent' ? 'transparent' : 'default']), children: "\u0418\u043D\u0442\u0435\u0440\u043D\u0435\u0442-\u0431\u0430\u043D\u043A" })) : null);
4221
4254
 
4222
4255
  const HEADER_AREA_KEYS = ['all', 'header'];
4223
4256
  const HeaderSubMenu = JSX(({ subItems = [], version, internetBankUrl }) => {
@@ -4297,7 +4330,7 @@
4297
4330
  ...controls,
4298
4331
  btnClass: ['left-12', 'right-12'],
4299
4332
  className: 'top-16',
4300
- }), canDec ? (jsx("div", { className: "absolute top-0 left-0 h-full w-32 bg-opacity-from-white" })) : null, canInc ? (jsx("div", { className: "absolute top-0 right-0 h-full w-32 bg-opacity-to-white" })) : null] }), jsx(Button, { className: "w-60 text-center", version: "primary", ...button, href: activeHref })] }));
4333
+ }), canDec ? (jsx("div", { className: "absolute top-0 left-0 h-full w-32 bg-opacity-from-white" })) : null, canInc ? (jsx("div", { className: "absolute top-0 right-0 h-full w-32 bg-opacity-to-white" })) : null] }), jsx(LinkButton, { className: "w-60 text-center", version: "primary", ...button, href: activeHref })] }));
4301
4334
  });
4302
4335
  function renderGallery({ activeIndex, cards, selectedCardIndex, onClick }) {
4303
4336
  const tabsShiftWidth = activeIndex * 460;
@@ -4720,7 +4753,7 @@
4720
4753
  workAllTime: 'Круглосуточно',
4721
4754
  billAcceptorEnable: 'Прием наличных',
4722
4755
  };
4723
- const renderFiltrationForm = (filters, { field, reset }) => (jsxs("div", { className: "pb-2xl", children: [filters?.length ? (jsx("div", { className: "flex flex-wrap gap-3xl pb-2xl", children: filters.map((key) => (jsx(Checkbox, { text: FILTRATION_LABELS[key], ...field(key) }, key))) })) : null, jsx(Button, { version: "transparent", className: "text-secondary-text [&>*]:p-0", onClick: reset, text: "\u041E\u0447\u0438\u0441\u0442\u0438\u0442\u044C \u0444\u0438\u043B\u044C\u0442\u0440", appendRight: jsx(Icon, { name: "CloseIcon", width: "16", height: "16" }) })] }));
4756
+ const renderFiltrationForm = (filters, { field, reset }) => (jsxs("div", { className: "pb-2xl", children: [filters?.length ? (jsx("div", { className: "flex flex-wrap gap-3xl pb-2xl", children: filters.map((key) => (jsx(Checkbox, { text: FILTRATION_LABELS[key], ...field(key) }, key))) })) : null, jsx(LinkButton, { version: "transparent", className: "text-secondary-text [&>*]:p-0", onClick: reset, text: "\u041E\u0447\u0438\u0441\u0442\u0438\u0442\u044C \u0444\u0438\u043B\u044C\u0442\u0440", appendRight: jsx(Icon, { name: "CloseIcon", width: "16", height: "16" }) })] }));
4724
4757
 
4725
4758
  const defaultRenderCard = () => null;
4726
4759
  const defaultFilterItems = () => [];
@@ -5066,7 +5099,7 @@
5066
5099
  });
5067
5100
 
5068
5101
  const SafeDepositRentalFields = JSX(({ regions, selectedRegion, branches, selectedBranch, days, selectedCaseVolume, selectedBoxSize, safeBoxCases, caseVolumes, onChange, onClick, }) => {
5069
- return (jsxs("div", { className: "contents @xl: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 @md: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" })] })] }));
5102
+ return (jsxs("div", { className: "contents @xl: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 @md:flex justify-between items-center gap-m", children: [jsx(RadioButtons, {}), jsx(LinkButton, { text: "\u041E\u0444\u0438\u0441\u044B \u043D\u0430 \u043A\u0430\u0440\u0442\u0435", version: "primary", onClick: onClick, className: "order-6" })] })] }));
5070
5103
  });
5071
5104
  const onSelectedBranch = (onChange) => (value) => {
5072
5105
  onChange({ selectedBranch: value, selectedCaseVolume: '', selectedBoxSize: '' });
@@ -5182,7 +5215,7 @@
5182
5215
  };
5183
5216
  const renderDefaultStep = ({ styleMap, isMainButton, version }) => (step, i, arr) => {
5184
5217
  const { label, description, button, items, isDotted } = step;
5185
- return (jsxs("div", { className: style('relative flex flex-col items-center text-center justify-between whitespace-pre-line overflow-hidden space-y-3xl', getContainerWidth(arr.length)), children: [jsxs("div", { className: "text-center space-y-xs", children: [label ? (jsx("div", { children: jsx(Text, { size: "text-h6", children: label }) })) : null, jsxs("div", { className: "flex flex-col items-center gap-3xs", children: [description ? jsx("div", { className: styleMap.description, children: description }) : null, jsx(List, { className: styleMap.description, items: items, listItemSize: "M", isDotted: isDotted })] })] }), button?.text && !isMainButton ? (jsx(Button, { className: "box-border py-s w-full max-w-60 mt-auto", version: version, ...button, children: button?.text })) : null] }, String(i)));
5218
+ return (jsxs("div", { className: style('relative flex flex-col items-center text-center justify-between whitespace-pre-line overflow-hidden space-y-3xl', getContainerWidth(arr.length)), children: [jsxs("div", { className: "text-center space-y-xs", children: [label ? (jsx("div", { children: jsx(Text, { size: "text-h6", children: label }) })) : null, jsxs("div", { className: "flex flex-col items-center gap-3xs", children: [description ? jsx("div", { className: styleMap.description, children: description }) : null, jsx(List, { className: styleMap.description, items: items, listItemSize: "M", isDotted: isDotted })] })] }), button?.text && !isMainButton ? (jsx(LinkButton, { className: "box-border py-s w-full max-w-60 mt-auto", version: version, ...button, children: button?.text })) : null] }, String(i)));
5186
5219
  };
5187
5220
  const getContainerWidth = (length) => (length < 5 ? 'w-72' : 'w-52');
5188
5221
 
@@ -5322,7 +5355,7 @@
5322
5355
  const COLS_LENGTH_FOR_SCROLL = 2;
5323
5356
  const COLUMN_WIDTH$1 = 4 * 80 + 40; // w-80 + pl-10 = 360px
5324
5357
 
5325
- const TableInnerButton = JSX(({ className = '', isOpen, onClick }) => (jsx(Button, { className: className, appendRight: jsx(Img, { image: { icon: isOpen ? 'ArrowUpIcon' : 'ArrowDownIcon' }, width: "20", height: "20" }), text: isOpen ? 'Скрыть' : 'Показать', version: "gray", onClick: onClick })));
5358
+ const TableInnerButton = JSX(({ className = '', isOpen, onClick }) => (jsx(LinkButton, { className: className, appendRight: jsx(Img, { image: { icon: isOpen ? 'ArrowUpIcon' : 'ArrowDownIcon' }, width: "20", height: "20" }), text: isOpen ? 'Скрыть' : 'Показать', version: "gray", onClick: onClick })));
5326
5359
 
5327
5360
  const renderButtonsCellData = ({ buttons }) => renderButtonsSection(buttons, {
5328
5361
  buttonClassName: 'basis-0',
@@ -5420,7 +5453,7 @@
5420
5453
 
5421
5454
  const linkButtonVersion = 'secondary';
5422
5455
 
5423
- const InnerTableHeader = JSX(({ currencies, linkToPDF, activeTabIndex, setActiveTabIndex }) => (jsxs("div", { className: "flex justify-between items-center w-full py-lg", children: [currencies && currencies.length > 1 ? (jsx("div", { className: "flex bg-secondary-light p-2xs rounded-md", children: currencies.map((currency, idx) => (jsx("div", { className: `rounded-md text-xl font-light px-4 py-3 cursor-pointer ${idx === activeTabIndex ? 'bg-primary-main text-white' : 'text-secondary-text'}`, onClick: () => setActiveTabIndex(idx), children: currency || idx + 1 }, currency))) })) : null, linkToPDF ? (jsx(Button, { className: "text-primary-main", href: linkToPDF, version: linkButtonVersion, target: "_blank", appendLeft: jsx(Icon, { name: "DocDownloadIcon", iconVersion: "color", className: "mr-3xs", width: "20", height: "20" }), text: "\u0421\u043A\u0430\u0447\u0430\u0442\u044C \u0432 PDF" })) : null] })));
5456
+ const InnerTableHeader = JSX(({ currencies, linkToPDF, activeTabIndex, setActiveTabIndex }) => (jsxs("div", { className: "flex justify-between items-center w-full py-lg", children: [currencies && currencies.length > 1 ? (jsx("div", { className: "flex bg-secondary-light p-2xs rounded-md", children: currencies.map((currency, idx) => (jsx("div", { className: `rounded-md text-xl font-light px-4 py-3 cursor-pointer ${idx === activeTabIndex ? 'bg-primary-main text-white' : 'text-secondary-text'}`, onClick: () => setActiveTabIndex(idx), children: currency || idx + 1 }, currency))) })) : null, linkToPDF ? (jsx(LinkButton, { className: "text-primary-main", href: linkToPDF, version: linkButtonVersion, target: "_blank", appendLeft: jsx(Icon, { name: "DocDownloadIcon", iconVersion: "color", className: "mr-3xs", width: "20", height: "20" }), text: "\u0421\u043A\u0430\u0447\u0430\u0442\u044C \u0432 PDF" })) : null] })));
5424
5457
 
5425
5458
  function useTariffsInnerTableData(directoryName) {
5426
5459
  const { data } = useAsyncData(tariffsInnerTableDataUrl(directoryName), fetchTariffsInnerTableData);
@@ -5763,6 +5796,7 @@
5763
5796
  };
5764
5797
  }
5765
5798
 
5799
+ /** @deprecated */
5766
5800
  const LikeButton = JSX(({ className, onClick, ariaLabel }) => (jsx("button", { type: "button", className: `border-0 w-9 bg-inherit cursor-pointer ${className || ''}`, onClick: onClick, "aria-label": ariaLabel, children: renderLikeIcon() })));
5767
5801
  const renderLikeIcon = () => {
5768
5802
  const handPath = 'M21.48 11.95c.5-1.4-.4-2.6-1.9-2.6h-4c-.6 0-1.1-.5-1-1.2l.5-3.2c.2-.9-.4-1.9-1.3-2.2-.8-.3-1.8.1-2.2.7l-4.1' +
@@ -5796,7 +5830,7 @@
5796
5830
  return (jsx("div", { className: "flex items-end absolute bottom-0 right-0 h-full pointer-events-none", children: jsx(LikeControl, { className: "rounded-tl-3xl sticky bottom-0 pointer-events-auto" }) }));
5797
5831
  }
5798
5832
 
5799
- const packageVersion = "0.14.64";
5833
+ const packageVersion = "0.14.66";
5800
5834
 
5801
5835
  exports.Blocks = Blocks;
5802
5836
  exports.ContentPage = ContentPage;