@redneckz/wildless-cms-uni-blocks 0.14.64 → 0.14.66

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 (1154) hide show
  1. package/bin/migration-scripts/0.14.65.js +17 -0
  2. package/bundle/blocks.schema.json +1 -1
  3. package/bundle/bundle.umd.js +179 -160
  4. package/bundle/bundle.umd.min.js +1 -1
  5. package/bundle/components/ApplicationForm/ApplicationFormContent.d.ts +2 -2
  6. package/bundle/components/Bonus/BonusContent.d.ts +1 -1
  7. package/bundle/components/ButtonsBlock/ButtonsBlockContent.d.ts +2 -2
  8. package/bundle/components/Calculator/CalculatorContent.d.ts +1 -1
  9. package/bundle/components/CardTransfer/CardTransferContent.d.ts +2 -2
  10. package/bundle/components/CarouselCard/CarouselCardContent.d.ts +2 -2
  11. package/bundle/components/CarouselCatalogCard/CarouselCatalogCardContent.d.ts +2 -2
  12. package/bundle/components/CarouselRecommendationCard/CarouselRecommendationCardContent.d.ts +2 -2
  13. package/bundle/components/CarouselTariffsCard/CarouselTariffsCardContent.d.ts +3 -3
  14. package/bundle/components/ContactsBlock/ContactsBlockContent.d.ts +2 -2
  15. package/bundle/components/ErrorBlock/ErrorBlockContent.d.ts +2 -2
  16. package/bundle/components/ExchangeRateTile/ExchangeCurrencyCalculator.d.ts +1 -1
  17. package/bundle/components/ExchangeRateTile/ExchangeRateTileContent.d.ts +2 -2
  18. package/bundle/components/Footer/FooterDataProps.d.ts +3 -3
  19. package/bundle/components/Footer/SocialMedia.d.ts +4 -4
  20. package/bundle/components/InsuranceAmountBlock/InsuranceAmountBlockContent.d.ts +2 -2
  21. package/bundle/components/InsuranceAmountBlock/InsuranceAmountBlockInner.d.ts +1 -1
  22. package/bundle/components/MobileAppTile/MobileAppTileContent.d.ts +1 -1
  23. package/bundle/components/ProductBlock/ProductBlockContent.d.ts +0 -2
  24. package/bundle/components/ProductBlock/renderBackwardButton.d.ts +2 -2
  25. package/bundle/components/RepresentativeOfficeInfo/RepresentativeOfficeInfoContent.d.ts +2 -2
  26. package/bundle/components/StepsBlock/StepsBlockContent.d.ts +3 -3
  27. package/bundle/components/TariffsTable/EmbeddableCellData.d.ts +3 -3
  28. package/bundle/components/TariffsTable/TariffsTableContent.d.ts +1 -1
  29. package/bundle/model/ButtonVersion.d.ts +2 -3
  30. package/bundle/model/LinkButtonVersion.d.ts +6 -0
  31. package/bundle/ui-kit/ARIAProps.d.ts +4 -0
  32. package/bundle/ui-kit/BaseProductTile/BaseProductTileContent.d.ts +3 -3
  33. package/bundle/ui-kit/Button/Button.d.ts +12 -1
  34. package/bundle/ui-kit/Button/useButton.d.ts +2 -0
  35. package/bundle/ui-kit/ControlStateProps.d.ts +4 -0
  36. package/bundle/ui-kit/{Button → LinkButton}/ArrowButton.d.ts +4 -4
  37. package/bundle/ui-kit/LinkButton/ButtonInner.d.ts +2 -0
  38. package/bundle/ui-kit/LinkButton/ButtonsSectionContent.d.ts +7 -0
  39. package/bundle/ui-kit/LinkButton/GetButtonClassParams.d.ts +6 -0
  40. package/bundle/ui-kit/LinkButton/LinkButton.d.ts +2 -0
  41. package/{dist/ui-kit/Button/ButtonContent.d.ts → bundle/ui-kit/LinkButton/LinkButtonContent.d.ts} +3 -3
  42. package/{dist/ui-kit/Button/ButtonProps.d.ts → bundle/ui-kit/LinkButton/LinkButtonProps.d.ts} +2 -2
  43. package/bundle/ui-kit/LinkButton/buttonClassNameConstants.d.ts +5 -0
  44. package/bundle/ui-kit/LinkButton/renderButtonsSection.d.ts +9 -0
  45. package/bundle/ui-kit/{Button → LinkButton}/useFormSubmit.d.ts +1 -1
  46. package/dist/components/ApplicationForm/ApplicationFormContent.d.ts +2 -2
  47. package/dist/components/ApplicationForm/ApplicationFormGrantSupport.js +3 -3
  48. package/dist/components/ApplicationForm/ApplicationFormGrantSupport.js.map +1 -1
  49. package/dist/components/ApplicationForm/Footnote.js +2 -2
  50. package/dist/components/ApplicationForm/Footnote.js.map +1 -1
  51. package/dist/components/ApplicationForm/renderSubmitButton.js +2 -8
  52. package/dist/components/ApplicationForm/renderSubmitButton.js.map +1 -1
  53. package/dist/components/Bonus/Bonus.js +1 -1
  54. package/dist/components/Bonus/Bonus.js.map +1 -1
  55. package/dist/components/Bonus/BonusContent.d.ts +1 -1
  56. package/dist/components/ButtonsBlock/ButtonsBlock.js +1 -1
  57. package/dist/components/ButtonsBlock/ButtonsBlock.js.map +1 -1
  58. package/dist/components/ButtonsBlock/ButtonsBlockContent.d.ts +2 -2
  59. package/dist/components/Calculator/BonusCalculatorForm.js +1 -1
  60. package/dist/components/Calculator/BonusCalculatorForm.js.map +1 -1
  61. package/dist/components/Calculator/BusinessDepositCalculatorForm.js +1 -1
  62. package/dist/components/Calculator/BusinessDepositCalculatorForm.js.map +1 -1
  63. package/dist/components/Calculator/Calculator.js +1 -1
  64. package/dist/components/Calculator/Calculator.js.map +1 -1
  65. package/dist/components/Calculator/CalculatorContent.d.ts +1 -1
  66. package/dist/components/Calculator/CreditCalculatorForm.js +1 -1
  67. package/dist/components/Calculator/CreditCalculatorForm.js.map +1 -1
  68. package/dist/components/Calculator/DepositCalculatorForm.js +1 -1
  69. package/dist/components/Calculator/DepositCalculatorForm.js.map +1 -1
  70. package/dist/components/Calculator/RefinancingCalculatorForm.js +1 -1
  71. package/dist/components/Calculator/RefinancingCalculatorForm.js.map +1 -1
  72. package/dist/components/CardTransfer/CardTransfer.js +2 -9
  73. package/dist/components/CardTransfer/CardTransfer.js.map +1 -1
  74. package/dist/components/CardTransfer/CardTransferContent.d.ts +2 -2
  75. package/dist/components/Carousel/CarouselScrollButtons.js +1 -1
  76. package/dist/components/Carousel/CarouselScrollButtons.js.map +1 -1
  77. package/dist/components/CarouselCard/CarouselCard.js +1 -1
  78. package/dist/components/CarouselCard/CarouselCard.js.map +1 -1
  79. package/dist/components/CarouselCard/CarouselCardContent.d.ts +2 -2
  80. package/dist/components/CarouselCatalogCard/CarouselCatalogCard.js +1 -1
  81. package/dist/components/CarouselCatalogCard/CarouselCatalogCard.js.map +1 -1
  82. package/dist/components/CarouselCatalogCard/CarouselCatalogCardContent.d.ts +2 -2
  83. package/dist/components/CarouselRecommendationCard/CarouselRecommendationCardContent.d.ts +2 -2
  84. package/dist/components/CarouselTariffsCard/CarouselTariffsCard.js +2 -2
  85. package/dist/components/CarouselTariffsCard/CarouselTariffsCard.js.map +1 -1
  86. package/dist/components/CarouselTariffsCard/CarouselTariffsCardContent.d.ts +3 -3
  87. package/dist/components/CarouselTariffsCard/renderCardInfo.js +1 -1
  88. package/dist/components/CarouselTariffsCard/renderCardInfo.js.map +1 -1
  89. package/dist/components/ComparisonTable/ComparisonTableRows.js +1 -1
  90. package/dist/components/ComparisonTable/ComparisonTableRows.js.map +1 -1
  91. package/dist/components/ComparisonTable/HeaderCell.js +2 -2
  92. package/dist/components/ComparisonTable/HeaderCell.js.map +1 -1
  93. package/dist/components/ComparisonTable/TableColumn.js +2 -2
  94. package/dist/components/ComparisonTable/TableColumn.js.map +1 -1
  95. package/dist/components/ContactsBlock/ContactsBlock.js +2 -2
  96. package/dist/components/ContactsBlock/ContactsBlock.js.map +1 -1
  97. package/dist/components/ContactsBlock/ContactsBlockContent.d.ts +2 -2
  98. package/dist/components/Depository/DepositoryFilter.js +2 -1
  99. package/dist/components/Depository/DepositoryFilter.js.map +1 -1
  100. package/dist/components/ErrorBlock/ErrorBlock.js +2 -2
  101. package/dist/components/ErrorBlock/ErrorBlock.js.map +1 -1
  102. package/dist/components/ErrorBlock/ErrorBlockContent.d.ts +2 -2
  103. package/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.d.ts +1 -1
  104. package/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.js +2 -2
  105. package/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.js.map +1 -1
  106. package/dist/components/ExchangeRateTile/ExchangeRateTileContent.d.ts +2 -2
  107. package/dist/components/Footer/Contacts.js +2 -2
  108. package/dist/components/Footer/Contacts.js.map +1 -1
  109. package/dist/components/Footer/Footer.js +2 -2
  110. package/dist/components/Footer/Footer.js.map +1 -1
  111. package/dist/components/Footer/Footer.mobile.js +2 -2
  112. package/dist/components/Footer/Footer.mobile.js.map +1 -1
  113. package/dist/components/Footer/FooterDataProps.d.ts +3 -3
  114. package/dist/components/Footer/SocialMedia.d.ts +4 -4
  115. package/dist/components/Footer/SocialMedia.js +1 -1
  116. package/dist/components/Footer/SocialMedia.js.map +1 -1
  117. package/dist/components/Header/HeaderTop.js +2 -2
  118. package/dist/components/Header/HeaderTop.js.map +1 -1
  119. package/dist/components/Header/InternetBankButton.js +2 -2
  120. package/dist/components/Header/InternetBankButton.js.map +1 -1
  121. package/dist/components/InsuranceAmountBlock/InsuranceAmountBlockContent.d.ts +2 -2
  122. package/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.d.ts +1 -1
  123. package/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js +3 -3
  124. package/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js.map +1 -1
  125. package/dist/components/InvestmentInfo/InvestmentInfo.js +2 -1
  126. package/dist/components/InvestmentInfo/InvestmentInfo.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/ProductBlock.js +1 -2
  135. package/dist/components/ProductBlock/ProductBlock.js.map +1 -1
  136. package/dist/components/ProductBlock/ProductBlockContent.d.ts +0 -2
  137. package/dist/components/ProductBlock/renderBackwardButton.d.ts +2 -2
  138. package/dist/components/ProductBlock/renderBackwardButton.js +3 -3
  139. package/dist/components/ProductBlock/renderBackwardButton.js.map +1 -1
  140. package/dist/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.js +1 -1
  141. package/dist/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.js.map +1 -1
  142. package/dist/components/RepresentativeOfficeInfo/RepresentativeOfficeInfoContent.d.ts +2 -2
  143. package/dist/components/SafeDepositRental/SafeDepositRentalFields.js +2 -2
  144. package/dist/components/SafeDepositRental/SafeDepositRentalFields.js.map +1 -1
  145. package/dist/components/SafeDepositRental/SafeDepositRentalTotal.js +4 -2
  146. package/dist/components/SafeDepositRental/SafeDepositRentalTotal.js.map +1 -1
  147. package/dist/components/StepsBlock/StepsBlock.js +1 -1
  148. package/dist/components/StepsBlock/StepsBlock.js.map +1 -1
  149. package/dist/components/StepsBlock/StepsBlock.mobile.js +1 -1
  150. package/dist/components/StepsBlock/StepsBlock.mobile.js.map +1 -1
  151. package/dist/components/StepsBlock/StepsBlockContent.d.ts +3 -3
  152. package/dist/components/StepsBlock/renderStep.js +2 -2
  153. package/dist/components/StepsBlock/renderStep.js.map +1 -1
  154. package/dist/components/TariffsTable/EmbeddableCellData.d.ts +3 -3
  155. package/dist/components/TariffsTable/EmbeddableCellData.js +1 -1
  156. package/dist/components/TariffsTable/EmbeddableCellData.js.map +1 -1
  157. package/dist/components/TariffsTable/TariffsTableContent.d.ts +1 -1
  158. package/dist/components/TariffsTable/TariffsTableWrapper.js +1 -1
  159. package/dist/components/TariffsTable/TariffsTableWrapper.js.map +1 -1
  160. package/dist/model/ButtonVersion.d.ts +2 -3
  161. package/dist/model/LinkButtonVersion.d.ts +6 -0
  162. package/dist/model/LinkButtonVersion.js +2 -0
  163. package/dist/model/LinkButtonVersion.js.map +1 -0
  164. package/dist/setup-fixture.js +4 -1
  165. package/dist/setup-fixture.js.map +1 -1
  166. package/dist/ui-kit/ARIAProps.d.ts +4 -0
  167. package/dist/ui-kit/{Button/ButtonProps.js → ARIAProps.js} +1 -1
  168. package/dist/ui-kit/ARIAProps.js.map +1 -0
  169. package/dist/ui-kit/BaseFiltration/renderFiltrationForm.js +1 -1
  170. package/dist/ui-kit/BaseFiltration/renderFiltrationForm.js.map +1 -1
  171. package/dist/ui-kit/BaseProductTile/BaseProductTile.js +1 -1
  172. package/dist/ui-kit/BaseProductTile/BaseProductTile.js.map +1 -1
  173. package/dist/ui-kit/BaseProductTile/BaseProductTileContent.d.ts +3 -3
  174. package/dist/ui-kit/Button/Button.d.ts +12 -1
  175. package/dist/ui-kit/Button/Button.js +18 -13
  176. package/dist/ui-kit/Button/Button.js.map +1 -1
  177. package/dist/ui-kit/Button/useButton.d.ts +2 -0
  178. package/dist/ui-kit/Button/useButton.js +16 -0
  179. package/dist/ui-kit/Button/useButton.js.map +1 -0
  180. package/dist/ui-kit/ControlStateProps.d.ts +4 -0
  181. package/dist/ui-kit/ControlStateProps.js +2 -0
  182. package/dist/ui-kit/ControlStateProps.js.map +1 -0
  183. package/dist/ui-kit/InnerTable/InnerTableBodyItem.js +1 -1
  184. package/dist/ui-kit/InnerTable/InnerTableBodyItem.js.map +1 -1
  185. package/dist/ui-kit/InnerTable/InnerTableButton.js +2 -2
  186. package/dist/ui-kit/InnerTable/InnerTableButton.js.map +1 -1
  187. package/dist/ui-kit/InnerTable/InnerTableHeader.js +2 -2
  188. package/dist/ui-kit/InnerTable/InnerTableHeader.js.map +1 -1
  189. package/dist/ui-kit/{Button → LinkButton}/ArrowButton.d.ts +4 -4
  190. package/dist/ui-kit/{Button → LinkButton}/ArrowButton.js +2 -2
  191. package/dist/ui-kit/LinkButton/ArrowButton.js.map +1 -0
  192. package/dist/ui-kit/LinkButton/ButtonInner.d.ts +2 -0
  193. package/dist/ui-kit/LinkButton/ButtonInner.js.map +1 -0
  194. package/dist/ui-kit/LinkButton/ButtonsSectionContent.d.ts +7 -0
  195. package/dist/ui-kit/LinkButton/ButtonsSectionContent.js.map +1 -0
  196. package/dist/ui-kit/LinkButton/GetButtonClassParams.d.ts +6 -0
  197. package/dist/ui-kit/LinkButton/GetButtonClassParams.js.map +1 -0
  198. package/dist/ui-kit/LinkButton/LikeButton.js.map +1 -0
  199. package/dist/ui-kit/LinkButton/LinkButton.d.ts +2 -0
  200. package/dist/ui-kit/LinkButton/LinkButton.js +19 -0
  201. package/dist/ui-kit/LinkButton/LinkButton.js.map +1 -0
  202. package/{bundle/ui-kit/Button/ButtonContent.d.ts → dist/ui-kit/LinkButton/LinkButtonContent.d.ts} +3 -3
  203. package/dist/ui-kit/LinkButton/LinkButtonContent.js +2 -0
  204. package/dist/ui-kit/LinkButton/LinkButtonContent.js.map +1 -0
  205. package/{lib/ui-kit/Button/ButtonProps.d.ts → dist/ui-kit/LinkButton/LinkButtonProps.d.ts} +2 -2
  206. package/dist/ui-kit/{Button/ButtonContent.js → LinkButton/LinkButtonProps.js} +1 -1
  207. package/dist/ui-kit/LinkButton/LinkButtonProps.js.map +1 -0
  208. package/dist/ui-kit/LinkButton/buttonClassNameConstants.d.ts +5 -0
  209. package/dist/ui-kit/LinkButton/buttonClassNameConstants.js.map +1 -0
  210. package/dist/ui-kit/LinkButton/getDisabledButtonClasses.js.map +1 -0
  211. package/dist/ui-kit/LinkButton/getRegularButtonClasses.js.map +1 -0
  212. package/dist/ui-kit/LinkButton/renderArrows.js.map +1 -0
  213. package/dist/ui-kit/LinkButton/renderButtonsSection.d.ts +9 -0
  214. package/{mobile/dist/ui-kit/Button → dist/ui-kit/LinkButton}/renderButtonsSection.js +2 -2
  215. package/dist/ui-kit/LinkButton/renderButtonsSection.js.map +1 -0
  216. package/{lib/ui-kit/Button → dist/ui-kit/LinkButton}/useFormSubmit.d.ts +1 -1
  217. package/dist/ui-kit/LinkButton/useFormSubmit.js.map +1 -0
  218. package/dist/ui-kit/TableArrowScrollControl/TableArrowScrollControl.js +1 -1
  219. package/dist/ui-kit/TableArrowScrollControl/TableArrowScrollControl.js.map +1 -1
  220. package/dist/ui-kit/TabsControl/ScrollableTabsControl.js +1 -1
  221. package/dist/ui-kit/TabsControl/ScrollableTabsControl.js.map +1 -1
  222. package/lib/common.css +1 -1
  223. package/lib/components/ApplicationForm/ApplicationFormContent.d.ts +2 -2
  224. package/lib/components/ApplicationForm/ApplicationFormGrantSupport.js +3 -3
  225. package/lib/components/ApplicationForm/ApplicationFormGrantSupport.js.map +1 -1
  226. package/lib/components/ApplicationForm/Footnote.js +2 -2
  227. package/lib/components/ApplicationForm/Footnote.js.map +1 -1
  228. package/lib/components/ApplicationForm/renderSubmitButton.js +2 -8
  229. package/lib/components/ApplicationForm/renderSubmitButton.js.map +1 -1
  230. package/lib/components/Bonus/Bonus.js +1 -1
  231. package/lib/components/Bonus/Bonus.js.map +1 -1
  232. package/lib/components/Bonus/BonusContent.d.ts +1 -1
  233. package/lib/components/ButtonsBlock/ButtonsBlock.js +1 -1
  234. package/lib/components/ButtonsBlock/ButtonsBlock.js.map +1 -1
  235. package/lib/components/ButtonsBlock/ButtonsBlockContent.d.ts +2 -2
  236. package/lib/components/Calculator/BonusCalculatorForm.js +1 -1
  237. package/lib/components/Calculator/BonusCalculatorForm.js.map +1 -1
  238. package/lib/components/Calculator/BusinessDepositCalculatorForm.js +1 -1
  239. package/lib/components/Calculator/BusinessDepositCalculatorForm.js.map +1 -1
  240. package/lib/components/Calculator/Calculator.js +1 -1
  241. package/lib/components/Calculator/Calculator.js.map +1 -1
  242. package/lib/components/Calculator/CalculatorContent.d.ts +1 -1
  243. package/lib/components/Calculator/CreditCalculatorForm.js +1 -1
  244. package/lib/components/Calculator/CreditCalculatorForm.js.map +1 -1
  245. package/lib/components/Calculator/DepositCalculatorForm.js +1 -1
  246. package/lib/components/Calculator/DepositCalculatorForm.js.map +1 -1
  247. package/lib/components/Calculator/RefinancingCalculatorForm.js +1 -1
  248. package/lib/components/Calculator/RefinancingCalculatorForm.js.map +1 -1
  249. package/lib/components/CardTransfer/CardTransfer.js +2 -9
  250. package/lib/components/CardTransfer/CardTransfer.js.map +1 -1
  251. package/lib/components/CardTransfer/CardTransferContent.d.ts +2 -2
  252. package/lib/components/Carousel/CarouselScrollButtons.js +1 -1
  253. package/lib/components/Carousel/CarouselScrollButtons.js.map +1 -1
  254. package/lib/components/CarouselCard/CarouselCard.js +1 -1
  255. package/lib/components/CarouselCard/CarouselCard.js.map +1 -1
  256. package/lib/components/CarouselCard/CarouselCardContent.d.ts +2 -2
  257. package/lib/components/CarouselCatalogCard/CarouselCatalogCard.fixture.d.ts +3 -3
  258. package/lib/components/CarouselCatalogCard/CarouselCatalogCard.fixture.mobile.d.ts +3 -3
  259. package/lib/components/CarouselCatalogCard/CarouselCatalogCard.js +1 -1
  260. package/lib/components/CarouselCatalogCard/CarouselCatalogCard.js.map +1 -1
  261. package/lib/components/CarouselCatalogCard/CarouselCatalogCardContent.d.ts +2 -2
  262. package/lib/components/CarouselRecommendationCard/CarouselRecommendationCardContent.d.ts +2 -2
  263. package/lib/components/CarouselTariffsCard/CarouselTariffsCard.js +2 -2
  264. package/lib/components/CarouselTariffsCard/CarouselTariffsCard.js.map +1 -1
  265. package/lib/components/CarouselTariffsCard/CarouselTariffsCardContent.d.ts +3 -3
  266. package/lib/components/CarouselTariffsCard/renderCardInfo.js +1 -1
  267. package/lib/components/CarouselTariffsCard/renderCardInfo.js.map +1 -1
  268. package/lib/components/ComparisonTable/ComparisonTableRows.js +1 -1
  269. package/lib/components/ComparisonTable/ComparisonTableRows.js.map +1 -1
  270. package/lib/components/ComparisonTable/HeaderCell.js +2 -2
  271. package/lib/components/ComparisonTable/HeaderCell.js.map +1 -1
  272. package/lib/components/ComparisonTable/TableColumn.js +2 -2
  273. package/lib/components/ComparisonTable/TableColumn.js.map +1 -1
  274. package/lib/components/ContactsBlock/ContactsBlock.js +2 -2
  275. package/lib/components/ContactsBlock/ContactsBlock.js.map +1 -1
  276. package/lib/components/ContactsBlock/ContactsBlockContent.d.ts +2 -2
  277. package/lib/components/Depository/DepositoryFilter.js +2 -1
  278. package/lib/components/Depository/DepositoryFilter.js.map +1 -1
  279. package/lib/components/ErrorBlock/ErrorBlock.js +2 -2
  280. package/lib/components/ErrorBlock/ErrorBlock.js.map +1 -1
  281. package/lib/components/ErrorBlock/ErrorBlockContent.d.ts +2 -2
  282. package/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.d.ts +1 -1
  283. package/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.js +2 -2
  284. package/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.js.map +1 -1
  285. package/lib/components/ExchangeRateTile/ExchangeRateTileContent.d.ts +2 -2
  286. package/lib/components/Footer/Contacts.js +2 -2
  287. package/lib/components/Footer/Contacts.js.map +1 -1
  288. package/lib/components/Footer/Footer.js +2 -2
  289. package/lib/components/Footer/Footer.js.map +1 -1
  290. package/lib/components/Footer/Footer.mobile.js +2 -2
  291. package/lib/components/Footer/Footer.mobile.js.map +1 -1
  292. package/lib/components/Footer/FooterDataProps.d.ts +3 -3
  293. package/lib/components/Footer/SocialMedia.d.ts +4 -4
  294. package/lib/components/Footer/SocialMedia.js +1 -1
  295. package/lib/components/Footer/SocialMedia.js.map +1 -1
  296. package/lib/components/Header/HeaderTop.js +2 -2
  297. package/lib/components/Header/HeaderTop.js.map +1 -1
  298. package/lib/components/Header/InternetBankButton.js +2 -2
  299. package/lib/components/Header/InternetBankButton.js.map +1 -1
  300. package/lib/components/InsuranceAmountBlock/InsuranceAmountBlockContent.d.ts +2 -2
  301. package/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.d.ts +1 -1
  302. package/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js +3 -3
  303. package/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js.map +1 -1
  304. package/lib/components/InvestmentInfo/InvestmentInfo.js +2 -1
  305. package/lib/components/InvestmentInfo/InvestmentInfo.js.map +1 -1
  306. package/lib/components/LikeControl/LikeControl.js +1 -1
  307. package/lib/components/LikeControl/LikeControl.js.map +1 -1
  308. package/lib/components/MobileAppTile/MobileAppTile.js +1 -1
  309. package/lib/components/MobileAppTile/MobileAppTile.js.map +1 -1
  310. package/lib/components/MobileAppTile/MobileAppTileContent.d.ts +1 -1
  311. package/lib/components/OfficesAtmsMap/renderFiltrationForm.js +2 -2
  312. package/lib/components/OfficesAtmsMap/renderFiltrationForm.js.map +1 -1
  313. package/lib/components/ProductBlock/ProductBlock.fixture.mobile.d.ts +0 -2
  314. package/lib/components/ProductBlock/ProductBlock.js +1 -2
  315. package/lib/components/ProductBlock/ProductBlock.js.map +1 -1
  316. package/lib/components/ProductBlock/ProductBlockContent.d.ts +0 -2
  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/SafeDepositRental/SafeDepositRentalTotal.js +4 -2
  326. package/lib/components/SafeDepositRental/SafeDepositRentalTotal.js.map +1 -1
  327. package/lib/components/StepsBlock/StepsBlock.js +1 -1
  328. package/lib/components/StepsBlock/StepsBlock.js.map +1 -1
  329. package/lib/components/StepsBlock/StepsBlock.mobile.js +1 -1
  330. package/lib/components/StepsBlock/StepsBlock.mobile.js.map +1 -1
  331. package/lib/components/StepsBlock/StepsBlockContent.d.ts +3 -3
  332. package/lib/components/StepsBlock/renderStep.js +2 -2
  333. package/lib/components/StepsBlock/renderStep.js.map +1 -1
  334. package/lib/components/TariffsTable/EmbeddableCellData.d.ts +3 -3
  335. package/lib/components/TariffsTable/EmbeddableCellData.js +1 -1
  336. package/lib/components/TariffsTable/EmbeddableCellData.js.map +1 -1
  337. package/lib/components/TariffsTable/TariffsTableContent.d.ts +1 -1
  338. package/lib/components/TariffsTable/TariffsTableWrapper.js +1 -1
  339. package/lib/components/TariffsTable/TariffsTableWrapper.js.map +1 -1
  340. package/lib/model/ButtonVersion.d.ts +2 -3
  341. package/lib/model/LinkButtonVersion.d.ts +6 -0
  342. package/lib/model/LinkButtonVersion.js +2 -0
  343. package/lib/model/LinkButtonVersion.js.map +1 -0
  344. package/lib/setup-fixture.js +4 -1
  345. package/lib/setup-fixture.js.map +1 -1
  346. package/lib/ui-kit/ARIAProps.d.ts +4 -0
  347. package/lib/ui-kit/ARIAProps.js +2 -0
  348. package/lib/ui-kit/ARIAProps.js.map +1 -0
  349. package/lib/ui-kit/BaseFiltration/renderFiltrationForm.js +1 -1
  350. package/lib/ui-kit/BaseFiltration/renderFiltrationForm.js.map +1 -1
  351. package/lib/ui-kit/BaseProductTile/BaseProductTile.js +1 -1
  352. package/lib/ui-kit/BaseProductTile/BaseProductTile.js.map +1 -1
  353. package/lib/ui-kit/BaseProductTile/BaseProductTileContent.d.ts +3 -3
  354. package/lib/ui-kit/Button/Button.d.ts +12 -1
  355. package/lib/ui-kit/Button/Button.fixture.d.ts +2 -10
  356. package/lib/ui-kit/Button/Button.js +18 -13
  357. package/lib/ui-kit/Button/Button.js.map +1 -1
  358. package/lib/ui-kit/Button/useButton.d.ts +2 -0
  359. package/lib/ui-kit/Button/useButton.js +13 -0
  360. package/lib/ui-kit/Button/useButton.js.map +1 -0
  361. package/lib/ui-kit/ControlStateProps.d.ts +4 -0
  362. package/lib/ui-kit/ControlStateProps.js +2 -0
  363. package/lib/ui-kit/ControlStateProps.js.map +1 -0
  364. package/lib/ui-kit/InnerTable/InnerTableBodyItem.js +1 -1
  365. package/lib/ui-kit/InnerTable/InnerTableBodyItem.js.map +1 -1
  366. package/lib/ui-kit/InnerTable/InnerTableButton.js +2 -2
  367. package/lib/ui-kit/InnerTable/InnerTableButton.js.map +1 -1
  368. package/lib/ui-kit/InnerTable/InnerTableHeader.js +2 -2
  369. package/lib/ui-kit/InnerTable/InnerTableHeader.js.map +1 -1
  370. package/lib/ui-kit/{Button → LinkButton}/ArrowButton.d.ts +4 -4
  371. package/{mobile/lib/ui-kit/Button → lib/ui-kit/LinkButton}/ArrowButton.js +2 -2
  372. package/lib/ui-kit/LinkButton/ArrowButton.js.map +1 -0
  373. package/lib/ui-kit/LinkButton/ButtonInner.d.ts +2 -0
  374. package/lib/ui-kit/LinkButton/ButtonInner.js.map +1 -0
  375. package/lib/ui-kit/LinkButton/ButtonsSectionContent.d.ts +7 -0
  376. package/lib/ui-kit/LinkButton/ButtonsSectionContent.js.map +1 -0
  377. package/lib/ui-kit/LinkButton/GetButtonClassParams.d.ts +6 -0
  378. package/lib/ui-kit/LinkButton/GetButtonClassParams.js.map +1 -0
  379. package/lib/ui-kit/LinkButton/LikeButton.js.map +1 -0
  380. package/lib/ui-kit/LinkButton/LinkButton.d.ts +2 -0
  381. package/lib/ui-kit/LinkButton/LinkButton.fixture.d.ts +14 -0
  382. package/lib/ui-kit/LinkButton/LinkButton.js +17 -0
  383. package/lib/ui-kit/LinkButton/LinkButton.js.map +1 -0
  384. package/lib/ui-kit/{Button/ButtonContent.d.ts → LinkButton/LinkButtonContent.d.ts} +3 -3
  385. package/lib/ui-kit/LinkButton/LinkButtonContent.js +2 -0
  386. package/lib/ui-kit/LinkButton/LinkButtonContent.js.map +1 -0
  387. package/{mobile/bundle/ui-kit/Button/ButtonProps.d.ts → lib/ui-kit/LinkButton/LinkButtonProps.d.ts} +2 -2
  388. package/lib/ui-kit/LinkButton/LinkButtonProps.js +2 -0
  389. package/lib/ui-kit/LinkButton/LinkButtonProps.js.map +1 -0
  390. package/lib/ui-kit/LinkButton/buttonClassNameConstants.d.ts +5 -0
  391. package/lib/ui-kit/LinkButton/buttonClassNameConstants.js.map +1 -0
  392. package/lib/ui-kit/LinkButton/getDisabledButtonClasses.js.map +1 -0
  393. package/lib/ui-kit/LinkButton/getRegularButtonClasses.js.map +1 -0
  394. package/lib/ui-kit/LinkButton/renderArrows.js.map +1 -0
  395. package/lib/ui-kit/LinkButton/renderButtonsSection.d.ts +8 -0
  396. package/{mobile/lib/ui-kit/Button → lib/ui-kit/LinkButton}/renderButtonsSection.js +2 -2
  397. package/lib/ui-kit/LinkButton/renderButtonsSection.js.map +1 -0
  398. package/{dist/ui-kit/Button → lib/ui-kit/LinkButton}/useFormSubmit.d.ts +1 -1
  399. package/lib/ui-kit/LinkButton/useFormSubmit.js.map +1 -0
  400. package/lib/ui-kit/TableArrowScrollControl/TableArrowScrollControl.js +1 -1
  401. package/lib/ui-kit/TableArrowScrollControl/TableArrowScrollControl.js.map +1 -1
  402. package/lib/ui-kit/TabsControl/ScrollableTabsControl.js +1 -1
  403. package/lib/ui-kit/TabsControl/ScrollableTabsControl.js.map +1 -1
  404. package/mobile/bundle/bundle.umd.js +173 -154
  405. package/mobile/bundle/bundle.umd.min.js +1 -1
  406. package/mobile/bundle/components/ApplicationForm/ApplicationFormContent.d.ts +2 -2
  407. package/mobile/bundle/components/Bonus/BonusContent.d.ts +1 -1
  408. package/mobile/bundle/components/ButtonsBlock/ButtonsBlockContent.d.ts +2 -2
  409. package/mobile/bundle/components/Calculator/CalculatorContent.d.ts +1 -1
  410. package/mobile/bundle/components/CardTransfer/CardTransferContent.d.ts +2 -2
  411. package/mobile/bundle/components/CarouselCard/CarouselCardContent.d.ts +2 -2
  412. package/mobile/bundle/components/CarouselCatalogCard/CarouselCatalogCardContent.d.ts +2 -2
  413. package/mobile/bundle/components/CarouselRecommendationCard/CarouselRecommendationCardContent.d.ts +2 -2
  414. package/mobile/bundle/components/CarouselTariffsCard/CarouselTariffsCardContent.d.ts +3 -3
  415. package/mobile/bundle/components/ContactsBlock/ContactsBlockContent.d.ts +2 -2
  416. package/mobile/bundle/components/ErrorBlock/ErrorBlockContent.d.ts +2 -2
  417. package/mobile/bundle/components/ExchangeRateTile/ExchangeCurrencyCalculator.d.ts +1 -1
  418. package/mobile/bundle/components/ExchangeRateTile/ExchangeRateTileContent.d.ts +2 -2
  419. package/mobile/bundle/components/Footer/FooterDataProps.d.ts +3 -3
  420. package/mobile/bundle/components/Footer/SocialMedia.d.ts +4 -4
  421. package/mobile/bundle/components/InsuranceAmountBlock/InsuranceAmountBlockContent.d.ts +2 -2
  422. package/mobile/bundle/components/InsuranceAmountBlock/InsuranceAmountBlockInner.d.ts +1 -1
  423. package/mobile/bundle/components/MobileAppTile/MobileAppTileContent.d.ts +1 -1
  424. package/mobile/bundle/components/ProductBlock/ProductBlockContent.d.ts +0 -2
  425. package/mobile/bundle/components/ProductBlock/renderBackwardButton.d.ts +2 -2
  426. package/mobile/bundle/components/RepresentativeOfficeInfo/RepresentativeOfficeInfoContent.d.ts +2 -2
  427. package/mobile/bundle/components/StepsBlock/StepsBlockContent.d.ts +3 -3
  428. package/mobile/bundle/components/TariffsTable/EmbeddableCellData.d.ts +3 -3
  429. package/mobile/bundle/components/TariffsTable/TariffsTableContent.d.ts +1 -1
  430. package/mobile/bundle/model/ButtonVersion.d.ts +2 -3
  431. package/mobile/bundle/model/LinkButtonVersion.d.ts +6 -0
  432. package/mobile/bundle/ui-kit/ARIAProps.d.ts +4 -0
  433. package/mobile/bundle/ui-kit/BaseProductTile/BaseProductTileContent.d.ts +3 -3
  434. package/mobile/bundle/ui-kit/Button/Button.d.ts +12 -1
  435. package/mobile/bundle/ui-kit/Button/useButton.d.ts +2 -0
  436. package/mobile/bundle/ui-kit/ControlStateProps.d.ts +4 -0
  437. package/mobile/bundle/ui-kit/{Button → LinkButton}/ArrowButton.d.ts +4 -4
  438. package/mobile/bundle/ui-kit/LinkButton/ButtonInner.d.ts +2 -0
  439. package/mobile/bundle/ui-kit/LinkButton/ButtonsSectionContent.d.ts +7 -0
  440. package/mobile/bundle/ui-kit/LinkButton/GetButtonClassParams.d.ts +6 -0
  441. package/mobile/bundle/ui-kit/LinkButton/LinkButton.d.ts +2 -0
  442. package/mobile/bundle/ui-kit/{Button/ButtonContent.d.ts → LinkButton/LinkButtonContent.d.ts} +3 -3
  443. package/{bundle/ui-kit/Button/ButtonProps.d.ts → mobile/bundle/ui-kit/LinkButton/LinkButtonProps.d.ts} +2 -2
  444. package/mobile/bundle/ui-kit/LinkButton/buttonClassNameConstants.d.ts +5 -0
  445. package/mobile/bundle/ui-kit/LinkButton/renderButtonsSection.d.ts +9 -0
  446. package/mobile/bundle/ui-kit/{Button → LinkButton}/useFormSubmit.d.ts +1 -1
  447. package/mobile/dist/components/ApplicationForm/ApplicationFormContent.d.ts +2 -2
  448. package/mobile/dist/components/ApplicationForm/ApplicationFormGrantSupport.js +3 -3
  449. package/mobile/dist/components/ApplicationForm/ApplicationFormGrantSupport.js.map +1 -1
  450. package/mobile/dist/components/ApplicationForm/Footnote.js +2 -2
  451. package/mobile/dist/components/ApplicationForm/Footnote.js.map +1 -1
  452. package/mobile/dist/components/ApplicationForm/renderSubmitButton.js +2 -8
  453. package/mobile/dist/components/ApplicationForm/renderSubmitButton.js.map +1 -1
  454. package/mobile/dist/components/Bonus/Bonus.js +1 -1
  455. package/mobile/dist/components/Bonus/Bonus.js.map +1 -1
  456. package/mobile/dist/components/Bonus/BonusContent.d.ts +1 -1
  457. package/mobile/dist/components/ButtonsBlock/ButtonsBlock.js +1 -1
  458. package/mobile/dist/components/ButtonsBlock/ButtonsBlock.js.map +1 -1
  459. package/mobile/dist/components/ButtonsBlock/ButtonsBlockContent.d.ts +2 -2
  460. package/mobile/dist/components/Calculator/BonusCalculatorForm.js +1 -1
  461. package/mobile/dist/components/Calculator/BonusCalculatorForm.js.map +1 -1
  462. package/mobile/dist/components/Calculator/BusinessDepositCalculatorForm.js +1 -1
  463. package/mobile/dist/components/Calculator/BusinessDepositCalculatorForm.js.map +1 -1
  464. package/mobile/dist/components/Calculator/CalculatorContent.d.ts +1 -1
  465. package/mobile/dist/components/Calculator/CreditCalculatorForm.js +1 -1
  466. package/mobile/dist/components/Calculator/CreditCalculatorForm.js.map +1 -1
  467. package/mobile/dist/components/Calculator/DepositCalculatorForm.js +1 -1
  468. package/mobile/dist/components/Calculator/DepositCalculatorForm.js.map +1 -1
  469. package/mobile/dist/components/Calculator/RefinancingCalculatorForm.js +1 -1
  470. package/mobile/dist/components/Calculator/RefinancingCalculatorForm.js.map +1 -1
  471. package/mobile/dist/components/CardTransfer/CardTransfer.js +2 -9
  472. package/mobile/dist/components/CardTransfer/CardTransfer.js.map +1 -1
  473. package/mobile/dist/components/CardTransfer/CardTransferContent.d.ts +2 -2
  474. package/mobile/dist/components/Carousel/CarouselScrollButtons.js +1 -1
  475. package/mobile/dist/components/Carousel/CarouselScrollButtons.js.map +1 -1
  476. package/mobile/dist/components/CarouselCard/CarouselCard.js +1 -1
  477. package/mobile/dist/components/CarouselCard/CarouselCard.js.map +1 -1
  478. package/mobile/dist/components/CarouselCard/CarouselCardContent.d.ts +2 -2
  479. package/mobile/dist/components/CarouselCatalogCard/CarouselCatalogCard.js +1 -1
  480. package/mobile/dist/components/CarouselCatalogCard/CarouselCatalogCard.js.map +1 -1
  481. package/mobile/dist/components/CarouselCatalogCard/CarouselCatalogCardContent.d.ts +2 -2
  482. package/mobile/dist/components/CarouselRecommendationCard/CarouselRecommendationCardContent.d.ts +2 -2
  483. package/mobile/dist/components/CarouselTariffsCard/CarouselTariffsCard.js +2 -2
  484. package/mobile/dist/components/CarouselTariffsCard/CarouselTariffsCard.js.map +1 -1
  485. package/mobile/dist/components/CarouselTariffsCard/CarouselTariffsCardContent.d.ts +3 -3
  486. package/mobile/dist/components/CarouselTariffsCard/renderCardInfo.js +1 -1
  487. package/mobile/dist/components/CarouselTariffsCard/renderCardInfo.js.map +1 -1
  488. package/mobile/dist/components/ComparisonTable/ComparisonTableRows.js +1 -1
  489. package/mobile/dist/components/ComparisonTable/ComparisonTableRows.js.map +1 -1
  490. package/mobile/dist/components/ComparisonTable/TableColumn.js +2 -2
  491. package/mobile/dist/components/ComparisonTable/TableColumn.js.map +1 -1
  492. package/mobile/dist/components/ContactsBlock/ContactsBlock.js +2 -2
  493. package/mobile/dist/components/ContactsBlock/ContactsBlock.js.map +1 -1
  494. package/mobile/dist/components/ContactsBlock/ContactsBlockContent.d.ts +2 -2
  495. package/mobile/dist/components/Depository/DepositoryFilter.js +2 -1
  496. package/mobile/dist/components/Depository/DepositoryFilter.js.map +1 -1
  497. package/mobile/dist/components/ErrorBlock/ErrorBlock.js +2 -2
  498. package/mobile/dist/components/ErrorBlock/ErrorBlock.js.map +1 -1
  499. package/mobile/dist/components/ErrorBlock/ErrorBlockContent.d.ts +2 -2
  500. package/mobile/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.d.ts +1 -1
  501. package/mobile/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.js +2 -2
  502. package/mobile/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.js.map +1 -1
  503. package/mobile/dist/components/ExchangeRateTile/ExchangeRateTileContent.d.ts +2 -2
  504. package/mobile/dist/components/Footer/Contacts.js +2 -2
  505. package/mobile/dist/components/Footer/Contacts.js.map +1 -1
  506. package/mobile/dist/components/Footer/Footer.js +2 -2
  507. package/mobile/dist/components/Footer/Footer.js.map +1 -1
  508. package/mobile/dist/components/Footer/FooterDataProps.d.ts +3 -3
  509. package/mobile/dist/components/Footer/SocialMedia.d.ts +4 -4
  510. package/mobile/dist/components/Footer/SocialMedia.js +1 -1
  511. package/mobile/dist/components/Footer/SocialMedia.js.map +1 -1
  512. package/mobile/dist/components/Header/HeaderTop.js +2 -2
  513. package/mobile/dist/components/Header/HeaderTop.js.map +1 -1
  514. package/mobile/dist/components/Header/InternetBankButton.js +2 -2
  515. package/mobile/dist/components/Header/InternetBankButton.js.map +1 -1
  516. package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlockContent.d.ts +2 -2
  517. package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.d.ts +1 -1
  518. package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js +3 -3
  519. package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js.map +1 -1
  520. package/mobile/dist/components/InvestmentInfo/InvestmentInfo.js +2 -1
  521. package/mobile/dist/components/InvestmentInfo/InvestmentInfo.js.map +1 -1
  522. package/mobile/dist/components/LikeControl/LikeControl.js +1 -1
  523. package/mobile/dist/components/LikeControl/LikeControl.js.map +1 -1
  524. package/mobile/dist/components/MobileAppTile/MobileAppTile.js +1 -1
  525. package/mobile/dist/components/MobileAppTile/MobileAppTile.js.map +1 -1
  526. package/mobile/dist/components/MobileAppTile/MobileAppTileContent.d.ts +1 -1
  527. package/mobile/dist/components/OfficesAtmsMap/renderFiltrationForm.js +2 -2
  528. package/mobile/dist/components/OfficesAtmsMap/renderFiltrationForm.js.map +1 -1
  529. package/mobile/dist/components/ProductBlock/ProductBlock.js +1 -2
  530. package/mobile/dist/components/ProductBlock/ProductBlock.js.map +1 -1
  531. package/mobile/dist/components/ProductBlock/ProductBlockContent.d.ts +0 -2
  532. package/mobile/dist/components/ProductBlock/renderBackwardButton.d.ts +2 -2
  533. package/mobile/dist/components/ProductBlock/renderBackwardButton.js +3 -3
  534. package/mobile/dist/components/ProductBlock/renderBackwardButton.js.map +1 -1
  535. package/mobile/dist/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.js +1 -1
  536. package/mobile/dist/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.js.map +1 -1
  537. package/mobile/dist/components/RepresentativeOfficeInfo/RepresentativeOfficeInfoContent.d.ts +2 -2
  538. package/mobile/dist/components/SafeDepositRental/SafeDepositRentalFields.js +2 -2
  539. package/mobile/dist/components/SafeDepositRental/SafeDepositRentalFields.js.map +1 -1
  540. package/mobile/dist/components/SafeDepositRental/SafeDepositRentalTotal.js +4 -2
  541. package/mobile/dist/components/SafeDepositRental/SafeDepositRentalTotal.js.map +1 -1
  542. package/mobile/dist/components/StepsBlock/StepsBlock.js +1 -1
  543. package/mobile/dist/components/StepsBlock/StepsBlock.js.map +1 -1
  544. package/mobile/dist/components/StepsBlock/StepsBlockContent.d.ts +3 -3
  545. package/mobile/dist/components/StepsBlock/renderStep.js +2 -2
  546. package/mobile/dist/components/StepsBlock/renderStep.js.map +1 -1
  547. package/mobile/dist/components/TariffsTable/EmbeddableCellData.d.ts +3 -3
  548. package/mobile/dist/components/TariffsTable/EmbeddableCellData.js +1 -1
  549. package/mobile/dist/components/TariffsTable/EmbeddableCellData.js.map +1 -1
  550. package/mobile/dist/components/TariffsTable/TariffsTableContent.d.ts +1 -1
  551. package/mobile/dist/components/TariffsTable/TariffsTableWrapper.js +1 -1
  552. package/mobile/dist/components/TariffsTable/TariffsTableWrapper.js.map +1 -1
  553. package/mobile/dist/model/ButtonVersion.d.ts +2 -3
  554. package/mobile/dist/model/LinkButtonVersion.d.ts +6 -0
  555. package/mobile/dist/model/LinkButtonVersion.js +2 -0
  556. package/mobile/dist/model/LinkButtonVersion.js.map +1 -0
  557. package/mobile/dist/setup-fixture.js +4 -1
  558. package/mobile/dist/setup-fixture.js.map +1 -1
  559. package/mobile/dist/ui-kit/ARIAProps.d.ts +4 -0
  560. package/mobile/dist/ui-kit/{Button/ButtonProps.js → ARIAProps.js} +1 -1
  561. package/mobile/dist/ui-kit/ARIAProps.js.map +1 -0
  562. package/mobile/dist/ui-kit/BaseFiltration/renderFiltrationForm.js +1 -1
  563. package/mobile/dist/ui-kit/BaseFiltration/renderFiltrationForm.js.map +1 -1
  564. package/mobile/dist/ui-kit/BaseProductTile/BaseProductTile.js +1 -1
  565. package/mobile/dist/ui-kit/BaseProductTile/BaseProductTile.js.map +1 -1
  566. package/mobile/dist/ui-kit/BaseProductTile/BaseProductTileContent.d.ts +3 -3
  567. package/mobile/dist/ui-kit/Button/Button.d.ts +12 -1
  568. package/mobile/dist/ui-kit/Button/Button.js +18 -13
  569. package/mobile/dist/ui-kit/Button/Button.js.map +1 -1
  570. package/mobile/dist/ui-kit/Button/useButton.d.ts +2 -0
  571. package/mobile/dist/ui-kit/Button/useButton.js +16 -0
  572. package/mobile/dist/ui-kit/Button/useButton.js.map +1 -0
  573. package/mobile/dist/ui-kit/ControlStateProps.d.ts +4 -0
  574. package/mobile/dist/ui-kit/ControlStateProps.js +2 -0
  575. package/mobile/dist/ui-kit/ControlStateProps.js.map +1 -0
  576. package/mobile/dist/ui-kit/InnerTable/InnerTableButton.js +2 -2
  577. package/mobile/dist/ui-kit/InnerTable/InnerTableButton.js.map +1 -1
  578. package/mobile/dist/ui-kit/InnerTable/InnerTableHeader.js +2 -2
  579. package/mobile/dist/ui-kit/InnerTable/InnerTableHeader.js.map +1 -1
  580. package/mobile/dist/ui-kit/LinkButton/ArrowButton.d.ts +4 -0
  581. package/mobile/dist/ui-kit/{Button → LinkButton}/ArrowButton.js +2 -2
  582. package/mobile/dist/ui-kit/LinkButton/ArrowButton.js.map +1 -0
  583. package/mobile/dist/ui-kit/LinkButton/ButtonInner.d.ts +2 -0
  584. package/mobile/dist/ui-kit/LinkButton/ButtonInner.js.map +1 -0
  585. package/mobile/dist/ui-kit/LinkButton/ButtonsSectionContent.d.ts +7 -0
  586. package/mobile/dist/ui-kit/LinkButton/ButtonsSectionContent.js.map +1 -0
  587. package/mobile/dist/ui-kit/LinkButton/GetButtonClassParams.d.ts +6 -0
  588. package/mobile/dist/ui-kit/LinkButton/GetButtonClassParams.js.map +1 -0
  589. package/mobile/dist/ui-kit/LinkButton/LikeButton.js.map +1 -0
  590. package/mobile/dist/ui-kit/LinkButton/LinkButton.d.ts +2 -0
  591. package/mobile/dist/ui-kit/LinkButton/LinkButton.js +19 -0
  592. package/mobile/dist/ui-kit/LinkButton/LinkButton.js.map +1 -0
  593. package/mobile/dist/ui-kit/LinkButton/LinkButtonContent.d.ts +20 -0
  594. package/mobile/dist/ui-kit/LinkButton/LinkButtonContent.js +2 -0
  595. package/mobile/dist/ui-kit/LinkButton/LinkButtonContent.js.map +1 -0
  596. package/mobile/dist/ui-kit/LinkButton/LinkButtonProps.d.ts +15 -0
  597. package/mobile/dist/ui-kit/{Button/ButtonContent.js → LinkButton/LinkButtonProps.js} +1 -1
  598. package/mobile/dist/ui-kit/LinkButton/LinkButtonProps.js.map +1 -0
  599. package/mobile/dist/ui-kit/LinkButton/buttonClassNameConstants.d.ts +5 -0
  600. package/mobile/dist/ui-kit/LinkButton/buttonClassNameConstants.js.map +1 -0
  601. package/mobile/dist/ui-kit/LinkButton/getDisabledButtonClasses.js.map +1 -0
  602. package/mobile/dist/ui-kit/LinkButton/getRegularButtonClasses.js.map +1 -0
  603. package/mobile/dist/ui-kit/LinkButton/renderArrows.js.map +1 -0
  604. package/mobile/dist/ui-kit/LinkButton/renderButtonsSection.d.ts +9 -0
  605. package/{dist/ui-kit/Button → mobile/dist/ui-kit/LinkButton}/renderButtonsSection.js +2 -2
  606. package/mobile/dist/ui-kit/LinkButton/renderButtonsSection.js.map +1 -0
  607. package/mobile/dist/ui-kit/LinkButton/useFormSubmit.d.ts +3 -0
  608. package/mobile/dist/ui-kit/LinkButton/useFormSubmit.js.map +1 -0
  609. package/mobile/dist/ui-kit/TableArrowScrollControl/TableArrowScrollControl.js +1 -1
  610. package/mobile/dist/ui-kit/TableArrowScrollControl/TableArrowScrollControl.js.map +1 -1
  611. package/mobile/dist/ui-kit/TabsControl/ScrollableTabsControl.js +1 -1
  612. package/mobile/dist/ui-kit/TabsControl/ScrollableTabsControl.js.map +1 -1
  613. package/mobile/lib/common.css +1 -1
  614. package/mobile/lib/components/ApplicationForm/ApplicationFormContent.d.ts +2 -2
  615. package/mobile/lib/components/ApplicationForm/ApplicationFormGrantSupport.js +3 -3
  616. package/mobile/lib/components/ApplicationForm/ApplicationFormGrantSupport.js.map +1 -1
  617. package/mobile/lib/components/ApplicationForm/Footnote.js +2 -2
  618. package/mobile/lib/components/ApplicationForm/Footnote.js.map +1 -1
  619. package/mobile/lib/components/ApplicationForm/renderSubmitButton.js +2 -8
  620. package/mobile/lib/components/ApplicationForm/renderSubmitButton.js.map +1 -1
  621. package/mobile/lib/components/Bonus/Bonus.js +1 -1
  622. package/mobile/lib/components/Bonus/Bonus.js.map +1 -1
  623. package/mobile/lib/components/Bonus/BonusContent.d.ts +1 -1
  624. package/mobile/lib/components/ButtonsBlock/ButtonsBlock.js +1 -1
  625. package/mobile/lib/components/ButtonsBlock/ButtonsBlock.js.map +1 -1
  626. package/mobile/lib/components/ButtonsBlock/ButtonsBlockContent.d.ts +2 -2
  627. package/mobile/lib/components/Calculator/BonusCalculatorForm.js +1 -1
  628. package/mobile/lib/components/Calculator/BonusCalculatorForm.js.map +1 -1
  629. package/mobile/lib/components/Calculator/BusinessDepositCalculatorForm.js +1 -1
  630. package/mobile/lib/components/Calculator/BusinessDepositCalculatorForm.js.map +1 -1
  631. package/mobile/lib/components/Calculator/CalculatorContent.d.ts +1 -1
  632. package/mobile/lib/components/Calculator/CreditCalculatorForm.js +1 -1
  633. package/mobile/lib/components/Calculator/CreditCalculatorForm.js.map +1 -1
  634. package/mobile/lib/components/Calculator/DepositCalculatorForm.js +1 -1
  635. package/mobile/lib/components/Calculator/DepositCalculatorForm.js.map +1 -1
  636. package/mobile/lib/components/Calculator/RefinancingCalculatorForm.js +1 -1
  637. package/mobile/lib/components/Calculator/RefinancingCalculatorForm.js.map +1 -1
  638. package/mobile/lib/components/CardTransfer/CardTransfer.js +2 -9
  639. package/mobile/lib/components/CardTransfer/CardTransfer.js.map +1 -1
  640. package/mobile/lib/components/CardTransfer/CardTransferContent.d.ts +2 -2
  641. package/mobile/lib/components/Carousel/CarouselScrollButtons.js +1 -1
  642. package/mobile/lib/components/Carousel/CarouselScrollButtons.js.map +1 -1
  643. package/mobile/lib/components/CarouselCard/CarouselCard.js +1 -1
  644. package/mobile/lib/components/CarouselCard/CarouselCard.js.map +1 -1
  645. package/mobile/lib/components/CarouselCard/CarouselCardContent.d.ts +2 -2
  646. package/mobile/lib/components/CarouselCatalogCard/CarouselCatalogCard.js +1 -1
  647. package/mobile/lib/components/CarouselCatalogCard/CarouselCatalogCard.js.map +1 -1
  648. package/mobile/lib/components/CarouselCatalogCard/CarouselCatalogCardContent.d.ts +2 -2
  649. package/mobile/lib/components/CarouselRecommendationCard/CarouselRecommendationCardContent.d.ts +2 -2
  650. package/mobile/lib/components/CarouselTariffsCard/CarouselTariffsCard.js +2 -2
  651. package/mobile/lib/components/CarouselTariffsCard/CarouselTariffsCard.js.map +1 -1
  652. package/mobile/lib/components/CarouselTariffsCard/CarouselTariffsCardContent.d.ts +3 -3
  653. package/mobile/lib/components/CarouselTariffsCard/renderCardInfo.js +1 -1
  654. package/mobile/lib/components/CarouselTariffsCard/renderCardInfo.js.map +1 -1
  655. package/mobile/lib/components/ComparisonTable/ComparisonTableRows.js +1 -1
  656. package/mobile/lib/components/ComparisonTable/ComparisonTableRows.js.map +1 -1
  657. package/mobile/lib/components/ComparisonTable/TableColumn.js +2 -2
  658. package/mobile/lib/components/ComparisonTable/TableColumn.js.map +1 -1
  659. package/mobile/lib/components/ContactsBlock/ContactsBlock.js +2 -2
  660. package/mobile/lib/components/ContactsBlock/ContactsBlock.js.map +1 -1
  661. package/mobile/lib/components/ContactsBlock/ContactsBlockContent.d.ts +2 -2
  662. package/mobile/lib/components/Depository/DepositoryFilter.js +2 -1
  663. package/mobile/lib/components/Depository/DepositoryFilter.js.map +1 -1
  664. package/mobile/lib/components/ErrorBlock/ErrorBlock.js +2 -2
  665. package/mobile/lib/components/ErrorBlock/ErrorBlock.js.map +1 -1
  666. package/mobile/lib/components/ErrorBlock/ErrorBlockContent.d.ts +2 -2
  667. package/mobile/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.d.ts +1 -1
  668. package/mobile/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.js +2 -2
  669. package/mobile/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.js.map +1 -1
  670. package/mobile/lib/components/ExchangeRateTile/ExchangeRateTileContent.d.ts +2 -2
  671. package/mobile/lib/components/Footer/Contacts.js +2 -2
  672. package/mobile/lib/components/Footer/Contacts.js.map +1 -1
  673. package/mobile/lib/components/Footer/Footer.js +2 -2
  674. package/mobile/lib/components/Footer/Footer.js.map +1 -1
  675. package/mobile/lib/components/Footer/FooterDataProps.d.ts +3 -3
  676. package/mobile/lib/components/Footer/SocialMedia.d.ts +4 -4
  677. package/mobile/lib/components/Footer/SocialMedia.js +1 -1
  678. package/mobile/lib/components/Footer/SocialMedia.js.map +1 -1
  679. package/mobile/lib/components/Header/HeaderTop.js +2 -2
  680. package/mobile/lib/components/Header/HeaderTop.js.map +1 -1
  681. package/mobile/lib/components/Header/InternetBankButton.js +2 -2
  682. package/mobile/lib/components/Header/InternetBankButton.js.map +1 -1
  683. package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlockContent.d.ts +2 -2
  684. package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.d.ts +1 -1
  685. package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js +3 -3
  686. package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js.map +1 -1
  687. package/mobile/lib/components/InvestmentInfo/InvestmentInfo.js +2 -1
  688. package/mobile/lib/components/InvestmentInfo/InvestmentInfo.js.map +1 -1
  689. package/mobile/lib/components/LikeControl/LikeControl.js +1 -1
  690. package/mobile/lib/components/LikeControl/LikeControl.js.map +1 -1
  691. package/mobile/lib/components/MobileAppTile/MobileAppTile.js +1 -1
  692. package/mobile/lib/components/MobileAppTile/MobileAppTile.js.map +1 -1
  693. package/mobile/lib/components/MobileAppTile/MobileAppTileContent.d.ts +1 -1
  694. package/mobile/lib/components/OfficesAtmsMap/renderFiltrationForm.js +2 -2
  695. package/mobile/lib/components/OfficesAtmsMap/renderFiltrationForm.js.map +1 -1
  696. package/mobile/lib/components/ProductBlock/ProductBlock.js +1 -2
  697. package/mobile/lib/components/ProductBlock/ProductBlock.js.map +1 -1
  698. package/mobile/lib/components/ProductBlock/ProductBlockContent.d.ts +0 -2
  699. package/mobile/lib/components/ProductBlock/renderBackwardButton.d.ts +2 -2
  700. package/mobile/lib/components/ProductBlock/renderBackwardButton.js +3 -3
  701. package/mobile/lib/components/ProductBlock/renderBackwardButton.js.map +1 -1
  702. package/mobile/lib/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.js +1 -1
  703. package/mobile/lib/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.js.map +1 -1
  704. package/mobile/lib/components/RepresentativeOfficeInfo/RepresentativeOfficeInfoContent.d.ts +2 -2
  705. package/mobile/lib/components/SafeDepositRental/SafeDepositRentalFields.js +2 -2
  706. package/mobile/lib/components/SafeDepositRental/SafeDepositRentalFields.js.map +1 -1
  707. package/mobile/lib/components/SafeDepositRental/SafeDepositRentalTotal.js +4 -2
  708. package/mobile/lib/components/SafeDepositRental/SafeDepositRentalTotal.js.map +1 -1
  709. package/mobile/lib/components/StepsBlock/StepsBlock.js +1 -1
  710. package/mobile/lib/components/StepsBlock/StepsBlock.js.map +1 -1
  711. package/mobile/lib/components/StepsBlock/StepsBlockContent.d.ts +3 -3
  712. package/mobile/lib/components/StepsBlock/renderStep.js +2 -2
  713. package/mobile/lib/components/StepsBlock/renderStep.js.map +1 -1
  714. package/mobile/lib/components/TariffsTable/EmbeddableCellData.d.ts +3 -3
  715. package/mobile/lib/components/TariffsTable/EmbeddableCellData.js +1 -1
  716. package/mobile/lib/components/TariffsTable/EmbeddableCellData.js.map +1 -1
  717. package/mobile/lib/components/TariffsTable/TariffsTableContent.d.ts +1 -1
  718. package/mobile/lib/components/TariffsTable/TariffsTableWrapper.js +1 -1
  719. package/mobile/lib/components/TariffsTable/TariffsTableWrapper.js.map +1 -1
  720. package/mobile/lib/model/ButtonVersion.d.ts +2 -3
  721. package/mobile/lib/model/LinkButtonVersion.d.ts +6 -0
  722. package/mobile/lib/model/LinkButtonVersion.js +2 -0
  723. package/mobile/lib/model/LinkButtonVersion.js.map +1 -0
  724. package/mobile/lib/setup-fixture.js +4 -1
  725. package/mobile/lib/setup-fixture.js.map +1 -1
  726. package/mobile/lib/ui-kit/ARIAProps.d.ts +4 -0
  727. package/mobile/lib/ui-kit/ARIAProps.js +2 -0
  728. package/mobile/lib/ui-kit/ARIAProps.js.map +1 -0
  729. package/mobile/lib/ui-kit/BaseFiltration/renderFiltrationForm.js +1 -1
  730. package/mobile/lib/ui-kit/BaseFiltration/renderFiltrationForm.js.map +1 -1
  731. package/mobile/lib/ui-kit/BaseProductTile/BaseProductTile.js +1 -1
  732. package/mobile/lib/ui-kit/BaseProductTile/BaseProductTile.js.map +1 -1
  733. package/mobile/lib/ui-kit/BaseProductTile/BaseProductTileContent.d.ts +3 -3
  734. package/mobile/lib/ui-kit/Button/Button.d.ts +12 -1
  735. package/mobile/lib/ui-kit/Button/Button.js +18 -13
  736. package/mobile/lib/ui-kit/Button/Button.js.map +1 -1
  737. package/mobile/lib/ui-kit/Button/useButton.d.ts +2 -0
  738. package/mobile/lib/ui-kit/Button/useButton.js +13 -0
  739. package/mobile/lib/ui-kit/Button/useButton.js.map +1 -0
  740. package/mobile/lib/ui-kit/ControlStateProps.d.ts +4 -0
  741. package/mobile/lib/ui-kit/ControlStateProps.js +2 -0
  742. package/mobile/lib/ui-kit/ControlStateProps.js.map +1 -0
  743. package/mobile/lib/ui-kit/InnerTable/InnerTableButton.js +2 -2
  744. package/mobile/lib/ui-kit/InnerTable/InnerTableButton.js.map +1 -1
  745. package/mobile/lib/ui-kit/InnerTable/InnerTableHeader.js +2 -2
  746. package/mobile/lib/ui-kit/InnerTable/InnerTableHeader.js.map +1 -1
  747. package/mobile/lib/ui-kit/LinkButton/ArrowButton.d.ts +4 -0
  748. package/{lib/ui-kit/Button → mobile/lib/ui-kit/LinkButton}/ArrowButton.js +2 -2
  749. package/mobile/lib/ui-kit/LinkButton/ArrowButton.js.map +1 -0
  750. package/mobile/lib/ui-kit/LinkButton/ButtonInner.d.ts +2 -0
  751. package/mobile/lib/ui-kit/LinkButton/ButtonInner.js.map +1 -0
  752. package/mobile/lib/ui-kit/LinkButton/ButtonsSectionContent.d.ts +7 -0
  753. package/mobile/lib/ui-kit/LinkButton/ButtonsSectionContent.js.map +1 -0
  754. package/mobile/lib/ui-kit/LinkButton/GetButtonClassParams.d.ts +6 -0
  755. package/mobile/lib/ui-kit/LinkButton/GetButtonClassParams.js.map +1 -0
  756. package/mobile/lib/ui-kit/LinkButton/LikeButton.js.map +1 -0
  757. package/mobile/lib/ui-kit/LinkButton/LinkButton.d.ts +2 -0
  758. package/mobile/lib/ui-kit/LinkButton/LinkButton.js +17 -0
  759. package/mobile/lib/ui-kit/LinkButton/LinkButton.js.map +1 -0
  760. package/mobile/lib/ui-kit/LinkButton/LinkButtonContent.d.ts +20 -0
  761. package/mobile/lib/ui-kit/LinkButton/LinkButtonContent.js +2 -0
  762. package/mobile/lib/ui-kit/LinkButton/LinkButtonContent.js.map +1 -0
  763. package/mobile/lib/ui-kit/LinkButton/LinkButtonProps.d.ts +15 -0
  764. package/mobile/lib/ui-kit/LinkButton/LinkButtonProps.js +2 -0
  765. package/mobile/lib/ui-kit/LinkButton/LinkButtonProps.js.map +1 -0
  766. package/mobile/lib/ui-kit/LinkButton/buttonClassNameConstants.d.ts +5 -0
  767. package/mobile/lib/ui-kit/LinkButton/buttonClassNameConstants.js.map +1 -0
  768. package/mobile/lib/ui-kit/LinkButton/getDisabledButtonClasses.js.map +1 -0
  769. package/mobile/lib/ui-kit/LinkButton/getRegularButtonClasses.js.map +1 -0
  770. package/mobile/lib/ui-kit/LinkButton/renderArrows.js.map +1 -0
  771. package/mobile/lib/ui-kit/LinkButton/renderButtonsSection.d.ts +9 -0
  772. package/{lib/ui-kit/Button → mobile/lib/ui-kit/LinkButton}/renderButtonsSection.js +2 -2
  773. package/mobile/lib/ui-kit/LinkButton/renderButtonsSection.js.map +1 -0
  774. package/mobile/lib/ui-kit/LinkButton/useFormSubmit.d.ts +3 -0
  775. package/mobile/lib/ui-kit/LinkButton/useFormSubmit.js.map +1 -0
  776. package/mobile/lib/ui-kit/TableArrowScrollControl/TableArrowScrollControl.js +1 -1
  777. package/mobile/lib/ui-kit/TableArrowScrollControl/TableArrowScrollControl.js.map +1 -1
  778. package/mobile/lib/ui-kit/TabsControl/ScrollableTabsControl.js +1 -1
  779. package/mobile/lib/ui-kit/TabsControl/ScrollableTabsControl.js.map +1 -1
  780. package/mobile/src/components/ApplicationForm/ApplicationFormContent.ts +2 -2
  781. package/mobile/src/components/ApplicationForm/ApplicationFormGrantSupport.tsx +4 -4
  782. package/mobile/src/components/ApplicationForm/Footnote.tsx +3 -3
  783. package/mobile/src/components/ApplicationForm/renderSubmitButton.tsx +6 -13
  784. package/mobile/src/components/Bonus/Bonus.tsx +1 -1
  785. package/mobile/src/components/Bonus/BonusContent.ts +1 -1
  786. package/mobile/src/components/ButtonsBlock/ButtonsBlock.tsx +1 -1
  787. package/mobile/src/components/ButtonsBlock/ButtonsBlockContent.ts +2 -2
  788. package/mobile/src/components/Calculator/BonusCalculatorForm.tsx +1 -1
  789. package/mobile/src/components/Calculator/BusinessDepositCalculatorForm.tsx +1 -1
  790. package/mobile/src/components/Calculator/CalculatorContent.ts +1 -1
  791. package/mobile/src/components/Calculator/CreditCalculatorForm.tsx +1 -1
  792. package/mobile/src/components/Calculator/DepositCalculatorForm.tsx +1 -1
  793. package/mobile/src/components/Calculator/RefinancingCalculatorForm.tsx +1 -1
  794. package/mobile/src/components/CardTransfer/CardTransfer.tsx +3 -17
  795. package/mobile/src/components/CardTransfer/CardTransferContent.ts +2 -2
  796. package/mobile/src/components/Carousel/CarouselScrollButtons.tsx +1 -1
  797. package/mobile/src/components/CarouselCard/CarouselCard.tsx +1 -1
  798. package/mobile/src/components/CarouselCard/CarouselCardContent.ts +2 -2
  799. package/mobile/src/components/CarouselCatalogCard/CarouselCatalogCard.tsx +1 -1
  800. package/mobile/src/components/CarouselCatalogCard/CarouselCatalogCardContent.ts +2 -2
  801. package/mobile/src/components/CarouselRecommendationCard/CarouselRecommendationCardContent.ts +2 -2
  802. package/mobile/src/components/CarouselTariffsCard/CarouselTariffsCard.tsx +2 -2
  803. package/mobile/src/components/CarouselTariffsCard/CarouselTariffsCardContent.ts +3 -3
  804. package/mobile/src/components/CarouselTariffsCard/renderCardInfo.tsx +1 -1
  805. package/mobile/src/components/ComparisonTable/ComparisonTableRows.tsx +1 -1
  806. package/mobile/src/components/ComparisonTable/TableColumn.tsx +5 -5
  807. package/mobile/src/components/ContactsBlock/ContactsBlock.tsx +2 -2
  808. package/mobile/src/components/ContactsBlock/ContactsBlockContent.ts +2 -2
  809. package/mobile/src/components/Depository/DepositoryFilter.tsx +4 -6
  810. package/mobile/src/components/ErrorBlock/ErrorBlock.tsx +4 -2
  811. package/mobile/src/components/ErrorBlock/ErrorBlockContent.ts +2 -2
  812. package/mobile/src/components/ExchangeRateTile/ExchangeCurrencyCalculator.tsx +5 -3
  813. package/mobile/src/components/ExchangeRateTile/ExchangeRateTileContent.ts +2 -2
  814. package/mobile/src/components/Footer/Contacts.tsx +2 -2
  815. package/mobile/src/components/Footer/Footer.tsx +2 -2
  816. package/mobile/src/components/Footer/FooterDataProps.ts +3 -3
  817. package/mobile/src/components/Footer/SocialMedia.tsx +6 -6
  818. package/mobile/src/components/Header/HeaderTop.tsx +3 -3
  819. package/mobile/src/components/Header/InternetBankButton.tsx +3 -3
  820. package/mobile/src/components/InsuranceAmountBlock/InsuranceAmountBlockContent.ts +2 -2
  821. package/mobile/src/components/InsuranceAmountBlock/InsuranceAmountBlockInner.tsx +4 -4
  822. package/mobile/src/components/InvestmentInfo/InvestmentInfo.tsx +2 -1
  823. package/mobile/src/components/LikeControl/LikeControl.tsx +1 -1
  824. package/mobile/src/components/MobileAppTile/MobileAppTile.tsx +1 -1
  825. package/mobile/src/components/MobileAppTile/MobileAppTileContent.ts +1 -1
  826. package/mobile/src/components/OfficesAtmsMap/renderFiltrationForm.tsx +2 -2
  827. package/mobile/src/components/ProductBlock/ProductBlock.tsx +9 -16
  828. package/mobile/src/components/ProductBlock/ProductBlockContent.ts +0 -2
  829. package/mobile/src/components/ProductBlock/renderBackwardButton.tsx +5 -5
  830. package/mobile/src/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.tsx +1 -1
  831. package/mobile/src/components/RepresentativeOfficeInfo/RepresentativeOfficeInfoContent.ts +2 -2
  832. package/mobile/src/components/SafeDepositRental/SafeDepositRentalFields.tsx +7 -2
  833. package/mobile/src/components/SafeDepositRental/SafeDepositRentalTotal.tsx +15 -7
  834. package/mobile/src/components/StepsBlock/StepsBlock.tsx +1 -1
  835. package/mobile/src/components/StepsBlock/StepsBlockContent.ts +3 -3
  836. package/mobile/src/components/StepsBlock/renderStep.tsx +5 -5
  837. package/mobile/src/components/TariffsTable/EmbeddableCellData.tsx +4 -4
  838. package/mobile/src/components/TariffsTable/TariffsTableContent.ts +1 -1
  839. package/mobile/src/components/TariffsTable/TariffsTableWrapper.tsx +1 -1
  840. package/mobile/src/model/ButtonVersion.ts +2 -10
  841. package/mobile/src/model/LinkButtonVersion.ts +13 -0
  842. package/mobile/src/setup-fixture.ts +6 -1
  843. package/mobile/src/ui-kit/ARIAProps.ts +4 -0
  844. package/mobile/src/ui-kit/BaseFiltration/renderFiltrationForm.tsx +3 -1
  845. package/mobile/src/ui-kit/BaseProductTile/BaseProductTile.tsx +1 -1
  846. package/mobile/src/ui-kit/BaseProductTile/BaseProductTileContent.ts +2 -3
  847. package/mobile/src/ui-kit/Button/Button.tsx +70 -44
  848. package/mobile/src/ui-kit/Button/useButton.ts +16 -0
  849. package/mobile/src/ui-kit/ControlStateProps.ts +4 -0
  850. package/mobile/src/ui-kit/InnerTable/InnerTableButton.tsx +2 -2
  851. package/mobile/src/ui-kit/InnerTable/InnerTableHeader.tsx +2 -2
  852. package/mobile/src/ui-kit/{Button → LinkButton}/ArrowButton.tsx +7 -7
  853. package/{src/ui-kit/Button → mobile/src/ui-kit/LinkButton}/ButtonInner.tsx +5 -5
  854. package/mobile/src/ui-kit/LinkButton/ButtonsSectionContent.ts +8 -0
  855. package/mobile/src/ui-kit/LinkButton/GetButtonClassParams.ts +7 -0
  856. package/mobile/src/ui-kit/LinkButton/LinkButton.tsx +53 -0
  857. package/mobile/src/ui-kit/{Button/ButtonContent.ts → LinkButton/LinkButtonContent.ts} +3 -3
  858. package/mobile/src/ui-kit/{Button/ButtonProps.ts → LinkButton/LinkButtonProps.ts} +2 -2
  859. package/mobile/src/ui-kit/{Button → LinkButton}/buttonClassNameConstants.ts +4 -4
  860. package/mobile/src/ui-kit/{Button → LinkButton}/renderButtonsSection.tsx +5 -5
  861. package/mobile/src/ui-kit/{Button → LinkButton}/useFormSubmit.ts +1 -1
  862. package/mobile/src/ui-kit/TableArrowScrollControl/TableArrowScrollControl.tsx +1 -1
  863. package/mobile/src/ui-kit/TabsControl/ScrollableTabsControl.tsx +1 -1
  864. package/package.json +1 -1
  865. package/src/components/ApplicationForm/ApplicationFormContent.ts +2 -2
  866. package/src/components/ApplicationForm/ApplicationFormGrantSupport.tsx +4 -4
  867. package/src/components/ApplicationForm/Footnote.tsx +3 -3
  868. package/src/components/ApplicationForm/renderSubmitButton.tsx +6 -13
  869. package/src/components/Bonus/Bonus.fixture.mobile.tsx +2 -2
  870. package/src/components/Bonus/Bonus.fixture.tsx +2 -2
  871. package/src/components/Bonus/Bonus.tsx +1 -1
  872. package/src/components/Bonus/BonusContent.ts +1 -1
  873. package/src/components/ButtonsBlock/ButtonsBlock.fixture.mobile.tsx +2 -2
  874. package/src/components/ButtonsBlock/ButtonsBlock.fixture.tsx +2 -2
  875. package/src/components/ButtonsBlock/ButtonsBlock.tsx +1 -1
  876. package/src/components/ButtonsBlock/ButtonsBlockContent.ts +2 -2
  877. package/src/components/Calculator/BonusCalculatorForm.tsx +1 -1
  878. package/src/components/Calculator/BusinessDepositCalculatorForm.tsx +1 -1
  879. package/src/components/Calculator/Calculator.fixture.mobile.tsx +3 -3
  880. package/src/components/Calculator/Calculator.fixture.tsx +2 -2
  881. package/src/components/Calculator/Calculator.tsx +1 -1
  882. package/src/components/Calculator/CalculatorContent.ts +1 -1
  883. package/src/components/Calculator/CreditCalculatorForm.tsx +1 -1
  884. package/src/components/Calculator/DepositCalculatorForm.tsx +1 -1
  885. package/src/components/Calculator/RefinancingCalculatorForm.tsx +1 -1
  886. package/src/components/CardTransfer/CardTransfer.fixture.mobile.tsx +2 -2
  887. package/src/components/CardTransfer/CardTransfer.fixture.tsx +2 -2
  888. package/src/components/CardTransfer/CardTransfer.tsx +3 -17
  889. package/src/components/CardTransfer/CardTransferContent.ts +2 -2
  890. package/src/components/Carousel/CarouselScrollButtons.tsx +1 -1
  891. package/src/components/CarouselCard/CarouselCard.fixture.mobile.tsx +2 -2
  892. package/src/components/CarouselCard/CarouselCard.fixture.tsx +2 -2
  893. package/src/components/CarouselCard/CarouselCard.tsx +1 -1
  894. package/src/components/CarouselCard/CarouselCardContent.ts +2 -2
  895. package/src/components/CarouselCatalogCard/CarouselCatalogCard.fixture.mobile.tsx +2 -2
  896. package/src/components/CarouselCatalogCard/CarouselCatalogCard.fixture.tsx +2 -2
  897. package/src/components/CarouselCatalogCard/CarouselCatalogCard.tsx +1 -1
  898. package/src/components/CarouselCatalogCard/CarouselCatalogCardContent.ts +2 -2
  899. package/src/components/CarouselRecommendationCard/CarouselRecommendationCard.fixture.mobile.tsx +3 -3
  900. package/src/components/CarouselRecommendationCard/CarouselRecommendationCard.fixture.tsx +3 -3
  901. package/src/components/CarouselRecommendationCard/CarouselRecommendationCardContent.ts +2 -2
  902. package/src/components/CarouselTariffsCard/CarouselTariffsCard.fixture.mobile.tsx +5 -5
  903. package/src/components/CarouselTariffsCard/CarouselTariffsCard.fixture.tsx +6 -5
  904. package/src/components/CarouselTariffsCard/CarouselTariffsCard.tsx +2 -2
  905. package/src/components/CarouselTariffsCard/CarouselTariffsCardContent.ts +3 -3
  906. package/src/components/CarouselTariffsCard/renderCardInfo.tsx +1 -1
  907. package/src/components/ComparisonTable/ComparisonTableRows.tsx +1 -1
  908. package/src/components/ComparisonTable/HeaderCell.tsx +3 -3
  909. package/src/components/ComparisonTable/TableColumn.tsx +5 -5
  910. package/src/components/ContactsBlock/ContactsBlock.fixture.tsx +2 -2
  911. package/src/components/ContactsBlock/ContactsBlock.tsx +2 -2
  912. package/src/components/ContactsBlock/ContactsBlockContent.ts +2 -2
  913. package/src/components/Depository/DepositoryFilter.tsx +4 -6
  914. package/src/components/ErrorBlock/ErrorBlock.fixture.mobile.tsx +2 -2
  915. package/src/components/ErrorBlock/ErrorBlock.fixture.tsx +2 -2
  916. package/src/components/ErrorBlock/ErrorBlock.tsx +4 -2
  917. package/src/components/ErrorBlock/ErrorBlockContent.ts +2 -2
  918. package/src/components/ExchangeRateTile/ExchangeCurrencyCalculator.tsx +5 -3
  919. package/src/components/ExchangeRateTile/ExchangeRateTile.fixture.mobile.tsx +2 -2
  920. package/src/components/ExchangeRateTile/ExchangeRateTile.fixture.tsx +2 -2
  921. package/src/components/ExchangeRateTile/ExchangeRateTileContent.ts +2 -2
  922. package/src/components/Footer/Contacts.tsx +2 -2
  923. package/src/components/Footer/Footer.mobile.tsx +2 -2
  924. package/src/components/Footer/Footer.tsx +3 -3
  925. package/src/components/Footer/FooterDataProps.ts +3 -3
  926. package/src/components/Footer/SocialMedia.tsx +6 -6
  927. package/src/components/Header/HeaderTop.tsx +3 -3
  928. package/src/components/Header/InternetBankButton.tsx +3 -3
  929. package/src/components/InsuranceAmountBlock/InsuranceAmountBlock.fixture.tsx +2 -2
  930. package/src/components/InsuranceAmountBlock/InsuranceAmountBlockContent.ts +2 -2
  931. package/src/components/InsuranceAmountBlock/InsuranceAmountBlockInner.tsx +4 -4
  932. package/src/components/InvestmentInfo/InvestmentInfo.tsx +2 -1
  933. package/src/components/LikeControl/LikeControl.tsx +1 -1
  934. package/src/components/MobileAppTile/MobileAppTile.fixture.mobile.tsx +3 -3
  935. package/src/components/MobileAppTile/MobileAppTile.fixture.tsx +3 -3
  936. package/src/components/MobileAppTile/MobileAppTile.tsx +1 -1
  937. package/src/components/MobileAppTile/MobileAppTileContent.ts +1 -1
  938. package/src/components/OfficesAtmsMap/renderFiltrationForm.tsx +2 -2
  939. package/src/components/ProductBlock/ProductBlock.fixture.mobile.tsx +2 -19
  940. package/src/components/ProductBlock/ProductBlock.fixture.tsx +4 -3
  941. package/src/components/ProductBlock/ProductBlock.tsx +9 -16
  942. package/src/components/ProductBlock/ProductBlockContent.ts +0 -2
  943. package/src/components/ProductBlock/renderBackwardButton.tsx +5 -5
  944. package/src/components/ProductGallery/ProductGallery.fixture.mobile.tsx +3 -3
  945. package/src/components/ProductGallery/ProductGallery.fixture.tsx +3 -3
  946. package/src/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.fixture.mobile.tsx +2 -2
  947. package/src/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.fixture.tsx +2 -2
  948. package/src/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.tsx +1 -1
  949. package/src/components/RepresentativeOfficeInfo/RepresentativeOfficeInfoContent.ts +2 -2
  950. package/src/components/SafeDepositRental/SafeDepositRentalFields.tsx +7 -2
  951. package/src/components/SafeDepositRental/SafeDepositRentalTotal.tsx +15 -7
  952. package/src/components/StepsBlock/StepsBlock.mobile.tsx +1 -1
  953. package/src/components/StepsBlock/StepsBlock.tsx +1 -1
  954. package/src/components/StepsBlock/StepsBlockContent.ts +3 -3
  955. package/src/components/StepsBlock/renderStep.tsx +5 -5
  956. package/src/components/TariffsTable/EmbeddableCellData.tsx +4 -4
  957. package/src/components/TariffsTable/TariffsTableContent.ts +1 -1
  958. package/src/components/TariffsTable/TariffsTableWrapper.tsx +1 -1
  959. package/src/model/ButtonVersion.ts +2 -10
  960. package/src/model/LinkButtonVersion.ts +13 -0
  961. package/src/setup-fixture.ts +6 -1
  962. package/src/ui-kit/ARIAProps.ts +4 -0
  963. package/src/ui-kit/BaseFiltration/renderFiltrationForm.tsx +3 -1
  964. package/src/ui-kit/BaseProductTile/BaseProductTile.tsx +1 -1
  965. package/src/ui-kit/BaseProductTile/BaseProductTileContent.ts +2 -3
  966. package/src/ui-kit/Button/Button.fixture.tsx +53 -190
  967. package/src/ui-kit/Button/Button.tsx +70 -44
  968. package/src/ui-kit/Button/useButton.ts +16 -0
  969. package/src/ui-kit/ControlStateProps.ts +4 -0
  970. package/src/ui-kit/InnerTable/InnerTableBodyItem.tsx +1 -1
  971. package/src/ui-kit/InnerTable/InnerTableButton.tsx +2 -2
  972. package/src/ui-kit/InnerTable/InnerTableHeader.tsx +2 -2
  973. package/src/ui-kit/{Button → LinkButton}/ArrowButton.tsx +7 -7
  974. package/{mobile/src/ui-kit/Button → src/ui-kit/LinkButton}/ButtonInner.tsx +5 -5
  975. package/src/ui-kit/LinkButton/ButtonsSectionContent.ts +8 -0
  976. package/src/ui-kit/LinkButton/GetButtonClassParams.ts +7 -0
  977. package/src/ui-kit/LinkButton/LinkButton.fixture.tsx +216 -0
  978. package/src/ui-kit/LinkButton/LinkButton.tsx +53 -0
  979. package/src/ui-kit/{Button/ButtonContent.ts → LinkButton/LinkButtonContent.ts} +3 -3
  980. package/src/ui-kit/{Button/ButtonProps.ts → LinkButton/LinkButtonProps.ts} +2 -2
  981. package/src/ui-kit/{Button → LinkButton}/buttonClassNameConstants.ts +4 -4
  982. package/src/ui-kit/{Button → LinkButton}/renderButtonsSection.tsx +5 -5
  983. package/src/ui-kit/{Button → LinkButton}/useFormSubmit.ts +1 -1
  984. package/src/ui-kit/TableArrowScrollControl/TableArrowScrollControl.tsx +1 -1
  985. package/src/ui-kit/TabsControl/ScrollableTabsControl.tsx +1 -1
  986. package/tailwind.config.cjs +2 -1
  987. package/bundle/ui-kit/Button/ButtonInner.d.ts +0 -2
  988. package/bundle/ui-kit/Button/ButtonsSectionContent.d.ts +0 -7
  989. package/bundle/ui-kit/Button/GetButtonClassParams.d.ts +0 -6
  990. package/bundle/ui-kit/Button/buttonClassNameConstants.d.ts +0 -5
  991. package/bundle/ui-kit/Button/renderButtonsSection.d.ts +0 -9
  992. package/dist/ui-kit/Button/ArrowButton.js.map +0 -1
  993. package/dist/ui-kit/Button/ButtonContent.js.map +0 -1
  994. package/dist/ui-kit/Button/ButtonInner.d.ts +0 -2
  995. package/dist/ui-kit/Button/ButtonInner.js.map +0 -1
  996. package/dist/ui-kit/Button/ButtonProps.js.map +0 -1
  997. package/dist/ui-kit/Button/ButtonsSectionContent.d.ts +0 -7
  998. package/dist/ui-kit/Button/ButtonsSectionContent.js.map +0 -1
  999. package/dist/ui-kit/Button/GetButtonClassParams.d.ts +0 -6
  1000. package/dist/ui-kit/Button/GetButtonClassParams.js.map +0 -1
  1001. package/dist/ui-kit/Button/LikeButton.js.map +0 -1
  1002. package/dist/ui-kit/Button/buttonClassNameConstants.d.ts +0 -5
  1003. package/dist/ui-kit/Button/buttonClassNameConstants.js.map +0 -1
  1004. package/dist/ui-kit/Button/getDisabledButtonClasses.js.map +0 -1
  1005. package/dist/ui-kit/Button/getRegularButtonClasses.js.map +0 -1
  1006. package/dist/ui-kit/Button/renderArrows.js.map +0 -1
  1007. package/dist/ui-kit/Button/renderButtonsSection.d.ts +0 -9
  1008. package/dist/ui-kit/Button/renderButtonsSection.js.map +0 -1
  1009. package/dist/ui-kit/Button/useFormSubmit.js.map +0 -1
  1010. package/lib/ui-kit/Button/ArrowButton.js.map +0 -1
  1011. package/lib/ui-kit/Button/ButtonContent.js +0 -2
  1012. package/lib/ui-kit/Button/ButtonContent.js.map +0 -1
  1013. package/lib/ui-kit/Button/ButtonInner.d.ts +0 -2
  1014. package/lib/ui-kit/Button/ButtonInner.js.map +0 -1
  1015. package/lib/ui-kit/Button/ButtonProps.js +0 -2
  1016. package/lib/ui-kit/Button/ButtonProps.js.map +0 -1
  1017. package/lib/ui-kit/Button/ButtonsSectionContent.d.ts +0 -7
  1018. package/lib/ui-kit/Button/ButtonsSectionContent.js.map +0 -1
  1019. package/lib/ui-kit/Button/GetButtonClassParams.d.ts +0 -6
  1020. package/lib/ui-kit/Button/GetButtonClassParams.js.map +0 -1
  1021. package/lib/ui-kit/Button/LikeButton.js.map +0 -1
  1022. package/lib/ui-kit/Button/buttonClassNameConstants.d.ts +0 -5
  1023. package/lib/ui-kit/Button/buttonClassNameConstants.js.map +0 -1
  1024. package/lib/ui-kit/Button/getDisabledButtonClasses.js.map +0 -1
  1025. package/lib/ui-kit/Button/getRegularButtonClasses.js.map +0 -1
  1026. package/lib/ui-kit/Button/renderArrows.js.map +0 -1
  1027. package/lib/ui-kit/Button/renderButtonsSection.d.ts +0 -8
  1028. package/lib/ui-kit/Button/renderButtonsSection.js.map +0 -1
  1029. package/lib/ui-kit/Button/useFormSubmit.js.map +0 -1
  1030. package/mobile/bundle/ui-kit/Button/ButtonInner.d.ts +0 -2
  1031. package/mobile/bundle/ui-kit/Button/ButtonsSectionContent.d.ts +0 -7
  1032. package/mobile/bundle/ui-kit/Button/GetButtonClassParams.d.ts +0 -6
  1033. package/mobile/bundle/ui-kit/Button/buttonClassNameConstants.d.ts +0 -5
  1034. package/mobile/bundle/ui-kit/Button/renderButtonsSection.d.ts +0 -9
  1035. package/mobile/dist/ui-kit/Button/ArrowButton.d.ts +0 -4
  1036. package/mobile/dist/ui-kit/Button/ArrowButton.js.map +0 -1
  1037. package/mobile/dist/ui-kit/Button/ButtonContent.d.ts +0 -20
  1038. package/mobile/dist/ui-kit/Button/ButtonContent.js.map +0 -1
  1039. package/mobile/dist/ui-kit/Button/ButtonInner.d.ts +0 -2
  1040. package/mobile/dist/ui-kit/Button/ButtonInner.js.map +0 -1
  1041. package/mobile/dist/ui-kit/Button/ButtonProps.d.ts +0 -15
  1042. package/mobile/dist/ui-kit/Button/ButtonProps.js.map +0 -1
  1043. package/mobile/dist/ui-kit/Button/ButtonsSectionContent.d.ts +0 -7
  1044. package/mobile/dist/ui-kit/Button/ButtonsSectionContent.js.map +0 -1
  1045. package/mobile/dist/ui-kit/Button/GetButtonClassParams.d.ts +0 -6
  1046. package/mobile/dist/ui-kit/Button/GetButtonClassParams.js.map +0 -1
  1047. package/mobile/dist/ui-kit/Button/LikeButton.js.map +0 -1
  1048. package/mobile/dist/ui-kit/Button/buttonClassNameConstants.d.ts +0 -5
  1049. package/mobile/dist/ui-kit/Button/buttonClassNameConstants.js.map +0 -1
  1050. package/mobile/dist/ui-kit/Button/getDisabledButtonClasses.js.map +0 -1
  1051. package/mobile/dist/ui-kit/Button/getRegularButtonClasses.js.map +0 -1
  1052. package/mobile/dist/ui-kit/Button/renderArrows.js.map +0 -1
  1053. package/mobile/dist/ui-kit/Button/renderButtonsSection.d.ts +0 -9
  1054. package/mobile/dist/ui-kit/Button/renderButtonsSection.js.map +0 -1
  1055. package/mobile/dist/ui-kit/Button/useFormSubmit.d.ts +0 -3
  1056. package/mobile/dist/ui-kit/Button/useFormSubmit.js.map +0 -1
  1057. package/mobile/lib/ui-kit/Button/ArrowButton.d.ts +0 -4
  1058. package/mobile/lib/ui-kit/Button/ArrowButton.js.map +0 -1
  1059. package/mobile/lib/ui-kit/Button/ButtonContent.d.ts +0 -20
  1060. package/mobile/lib/ui-kit/Button/ButtonContent.js +0 -2
  1061. package/mobile/lib/ui-kit/Button/ButtonContent.js.map +0 -1
  1062. package/mobile/lib/ui-kit/Button/ButtonInner.d.ts +0 -2
  1063. package/mobile/lib/ui-kit/Button/ButtonInner.js.map +0 -1
  1064. package/mobile/lib/ui-kit/Button/ButtonProps.d.ts +0 -15
  1065. package/mobile/lib/ui-kit/Button/ButtonProps.js +0 -2
  1066. package/mobile/lib/ui-kit/Button/ButtonProps.js.map +0 -1
  1067. package/mobile/lib/ui-kit/Button/ButtonsSectionContent.d.ts +0 -7
  1068. package/mobile/lib/ui-kit/Button/ButtonsSectionContent.js.map +0 -1
  1069. package/mobile/lib/ui-kit/Button/GetButtonClassParams.d.ts +0 -6
  1070. package/mobile/lib/ui-kit/Button/GetButtonClassParams.js.map +0 -1
  1071. package/mobile/lib/ui-kit/Button/LikeButton.js.map +0 -1
  1072. package/mobile/lib/ui-kit/Button/buttonClassNameConstants.d.ts +0 -5
  1073. package/mobile/lib/ui-kit/Button/buttonClassNameConstants.js.map +0 -1
  1074. package/mobile/lib/ui-kit/Button/getDisabledButtonClasses.js.map +0 -1
  1075. package/mobile/lib/ui-kit/Button/getRegularButtonClasses.js.map +0 -1
  1076. package/mobile/lib/ui-kit/Button/renderArrows.js.map +0 -1
  1077. package/mobile/lib/ui-kit/Button/renderButtonsSection.d.ts +0 -9
  1078. package/mobile/lib/ui-kit/Button/renderButtonsSection.js.map +0 -1
  1079. package/mobile/lib/ui-kit/Button/useFormSubmit.d.ts +0 -3
  1080. package/mobile/lib/ui-kit/Button/useFormSubmit.js.map +0 -1
  1081. package/mobile/src/ui-kit/Button/ButtonsSectionContent.ts +0 -8
  1082. package/mobile/src/ui-kit/Button/GetButtonClassParams.ts +0 -7
  1083. package/src/ui-kit/Button/ButtonsSectionContent.ts +0 -8
  1084. package/src/ui-kit/Button/GetButtonClassParams.ts +0 -7
  1085. /package/bundle/ui-kit/{Button → LinkButton}/LikeButton.d.ts +0 -0
  1086. /package/bundle/ui-kit/{Button → LinkButton}/getDisabledButtonClasses.d.ts +0 -0
  1087. /package/bundle/ui-kit/{Button → LinkButton}/getRegularButtonClasses.d.ts +0 -0
  1088. /package/bundle/ui-kit/{Button → LinkButton}/renderArrows.d.ts +0 -0
  1089. /package/dist/ui-kit/{Button → LinkButton}/ButtonInner.js +0 -0
  1090. /package/dist/ui-kit/{Button → LinkButton}/ButtonsSectionContent.js +0 -0
  1091. /package/dist/ui-kit/{Button → LinkButton}/GetButtonClassParams.js +0 -0
  1092. /package/dist/ui-kit/{Button → LinkButton}/LikeButton.d.ts +0 -0
  1093. /package/dist/ui-kit/{Button → LinkButton}/LikeButton.js +0 -0
  1094. /package/dist/ui-kit/{Button → LinkButton}/buttonClassNameConstants.js +0 -0
  1095. /package/dist/ui-kit/{Button → LinkButton}/getDisabledButtonClasses.d.ts +0 -0
  1096. /package/dist/ui-kit/{Button → LinkButton}/getDisabledButtonClasses.js +0 -0
  1097. /package/dist/ui-kit/{Button → LinkButton}/getRegularButtonClasses.d.ts +0 -0
  1098. /package/dist/ui-kit/{Button → LinkButton}/getRegularButtonClasses.js +0 -0
  1099. /package/dist/ui-kit/{Button → LinkButton}/renderArrows.d.ts +0 -0
  1100. /package/dist/ui-kit/{Button → LinkButton}/renderArrows.js +0 -0
  1101. /package/dist/ui-kit/{Button → LinkButton}/useFormSubmit.js +0 -0
  1102. /package/lib/ui-kit/{Button → LinkButton}/ButtonInner.js +0 -0
  1103. /package/lib/ui-kit/{Button → LinkButton}/ButtonsSectionContent.js +0 -0
  1104. /package/lib/ui-kit/{Button → LinkButton}/GetButtonClassParams.js +0 -0
  1105. /package/lib/ui-kit/{Button → LinkButton}/LikeButton.d.ts +0 -0
  1106. /package/lib/ui-kit/{Button → LinkButton}/LikeButton.fixture.d.ts +0 -0
  1107. /package/lib/ui-kit/{Button → LinkButton}/LikeButton.js +0 -0
  1108. /package/lib/ui-kit/{Button → LinkButton}/buttonClassNameConstants.js +0 -0
  1109. /package/lib/ui-kit/{Button → LinkButton}/getDisabledButtonClasses.d.ts +0 -0
  1110. /package/lib/ui-kit/{Button → LinkButton}/getDisabledButtonClasses.js +0 -0
  1111. /package/lib/ui-kit/{Button → LinkButton}/getRegularButtonClasses.d.ts +0 -0
  1112. /package/lib/ui-kit/{Button → LinkButton}/getRegularButtonClasses.js +0 -0
  1113. /package/lib/ui-kit/{Button → LinkButton}/renderArrows.d.ts +0 -0
  1114. /package/lib/ui-kit/{Button → LinkButton}/renderArrows.js +0 -0
  1115. /package/lib/ui-kit/{Button → LinkButton}/useFormSubmit.js +0 -0
  1116. /package/mobile/bundle/ui-kit/{Button → LinkButton}/LikeButton.d.ts +0 -0
  1117. /package/mobile/bundle/ui-kit/{Button → LinkButton}/getDisabledButtonClasses.d.ts +0 -0
  1118. /package/mobile/bundle/ui-kit/{Button → LinkButton}/getRegularButtonClasses.d.ts +0 -0
  1119. /package/mobile/bundle/ui-kit/{Button → LinkButton}/renderArrows.d.ts +0 -0
  1120. /package/mobile/dist/ui-kit/{Button → LinkButton}/ButtonInner.js +0 -0
  1121. /package/mobile/dist/ui-kit/{Button → LinkButton}/ButtonsSectionContent.js +0 -0
  1122. /package/mobile/dist/ui-kit/{Button → LinkButton}/GetButtonClassParams.js +0 -0
  1123. /package/mobile/dist/ui-kit/{Button → LinkButton}/LikeButton.d.ts +0 -0
  1124. /package/mobile/dist/ui-kit/{Button → LinkButton}/LikeButton.js +0 -0
  1125. /package/mobile/dist/ui-kit/{Button → LinkButton}/buttonClassNameConstants.js +0 -0
  1126. /package/mobile/dist/ui-kit/{Button → LinkButton}/getDisabledButtonClasses.d.ts +0 -0
  1127. /package/mobile/dist/ui-kit/{Button → LinkButton}/getDisabledButtonClasses.js +0 -0
  1128. /package/mobile/dist/ui-kit/{Button → LinkButton}/getRegularButtonClasses.d.ts +0 -0
  1129. /package/mobile/dist/ui-kit/{Button → LinkButton}/getRegularButtonClasses.js +0 -0
  1130. /package/mobile/dist/ui-kit/{Button → LinkButton}/renderArrows.d.ts +0 -0
  1131. /package/mobile/dist/ui-kit/{Button → LinkButton}/renderArrows.js +0 -0
  1132. /package/mobile/dist/ui-kit/{Button → LinkButton}/useFormSubmit.js +0 -0
  1133. /package/mobile/lib/ui-kit/{Button → LinkButton}/ButtonInner.js +0 -0
  1134. /package/mobile/lib/ui-kit/{Button → LinkButton}/ButtonsSectionContent.js +0 -0
  1135. /package/mobile/lib/ui-kit/{Button → LinkButton}/GetButtonClassParams.js +0 -0
  1136. /package/mobile/lib/ui-kit/{Button → LinkButton}/LikeButton.d.ts +0 -0
  1137. /package/mobile/lib/ui-kit/{Button → LinkButton}/LikeButton.js +0 -0
  1138. /package/mobile/lib/ui-kit/{Button → LinkButton}/buttonClassNameConstants.js +0 -0
  1139. /package/mobile/lib/ui-kit/{Button → LinkButton}/getDisabledButtonClasses.d.ts +0 -0
  1140. /package/mobile/lib/ui-kit/{Button → LinkButton}/getDisabledButtonClasses.js +0 -0
  1141. /package/mobile/lib/ui-kit/{Button → LinkButton}/getRegularButtonClasses.d.ts +0 -0
  1142. /package/mobile/lib/ui-kit/{Button → LinkButton}/getRegularButtonClasses.js +0 -0
  1143. /package/mobile/lib/ui-kit/{Button → LinkButton}/renderArrows.d.ts +0 -0
  1144. /package/mobile/lib/ui-kit/{Button → LinkButton}/renderArrows.js +0 -0
  1145. /package/mobile/lib/ui-kit/{Button → LinkButton}/useFormSubmit.js +0 -0
  1146. /package/mobile/src/ui-kit/{Button → LinkButton}/LikeButton.tsx +0 -0
  1147. /package/mobile/src/ui-kit/{Button → LinkButton}/getDisabledButtonClasses.ts +0 -0
  1148. /package/mobile/src/ui-kit/{Button → LinkButton}/getRegularButtonClasses.ts +0 -0
  1149. /package/mobile/src/ui-kit/{Button → LinkButton}/renderArrows.tsx +0 -0
  1150. /package/src/ui-kit/{Button → LinkButton}/LikeButton.fixture.tsx +0 -0
  1151. /package/src/ui-kit/{Button → LinkButton}/LikeButton.tsx +0 -0
  1152. /package/src/ui-kit/{Button → LinkButton}/getDisabledButtonClasses.ts +0 -0
  1153. /package/src/ui-kit/{Button → LinkButton}/getRegularButtonClasses.ts +0 -0
  1154. /package/src/ui-kit/{Button → LinkButton}/renderArrows.tsx +0 -0
@@ -0,0 +1,17 @@
1
+ import { deleteEmptyProps, deleteProp, traversePageBlocks } from '../utils.js';
2
+
3
+ export const description = 'v0.14.65';
4
+
5
+ export default traversePageBlocks(adjustProductBlock, adjustClearBlock);
6
+
7
+ function adjustProductBlock(block) {
8
+ if (block?.type === 'ProductBlock' && block?.content) {
9
+ deleteProp('showBorder', block.content);
10
+ }
11
+ }
12
+
13
+ function adjustClearBlock(block) {
14
+ if (block?.content) {
15
+ block.content = deleteEmptyProps(block.content);
16
+ }
17
+ }