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

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 (1571) hide show
  1. package/bin/migration-scripts/0.12.11.js +28 -0
  2. package/bin/migration-scripts/0.13.3.js +36 -0
  3. package/bundle/blocks.schema.json +1 -1
  4. package/bundle/bundle.umd.js +311 -294
  5. package/bundle/bundle.umd.min.js +1 -1
  6. package/bundle/components/ApplicationForm/SelectControl.d.ts +1 -0
  7. package/bundle/components/BonusBenefitsBlock/bonusBenefitStyles.mobile.d.ts +1 -1
  8. package/bundle/components/CardTransfer/CardTransferContent.d.ts +5 -0
  9. package/bundle/components/Carousel/Carousel.d.ts +1 -1
  10. package/bundle/components/Carousel/renderCardHighlight.d.ts +7 -0
  11. package/bundle/components/Carousel/renderCarouselCards.d.ts +5 -0
  12. package/bundle/components/Carousel/visibleItemCountStyle.d.ts +1 -0
  13. package/bundle/components/Carousel/visibleItemCountStyle.mobile.d.ts +1 -0
  14. package/bundle/components/CarouselLinks/CarouselLinkButton.d.ts +5 -0
  15. package/bundle/components/ComparisonTable/constants.d.ts +1 -1
  16. package/bundle/components/Headline/HeadlineContent.d.ts +2 -2
  17. package/bundle/components/MobileAppTile/buttonsConditionStyle.d.ts +3 -0
  18. package/bundle/components/MobileAppTile/buttonsConditionStyle.mobile.d.ts +3 -0
  19. package/bundle/components/RollupItem/RollupItem.d.ts +6 -1
  20. package/bundle/components/RollupItem/RollupItemContent.d.ts +0 -4
  21. package/bundle/components/RollupItem/foldableSectionStyles.d.ts +1 -1
  22. package/bundle/components/SafeDepositRental/RadioButtons.d.ts +1 -1
  23. package/bundle/components/StepsBlock/StepsBlock.mobile.d.ts +1 -1
  24. package/bundle/components/TariffsTable/constants.d.ts +1 -1
  25. package/bundle/components/Video/getPaddings.d.ts +1 -1
  26. package/bundle/model/HeadlineType.d.ts +1 -1
  27. package/bundle/utils/style.d.ts +2 -1
  28. package/dist/components/ApplicationForm/ApplicationForm.js +1 -1
  29. package/dist/components/ApplicationForm/ApplicationForm.js.map +1 -1
  30. package/dist/components/ApplicationForm/ApplicationFormAcquiring.js +1 -1
  31. package/dist/components/ApplicationForm/ApplicationFormAcquiring.js.map +1 -1
  32. package/dist/components/ApplicationForm/ApplicationFormBusinessCard.js +1 -1
  33. package/dist/components/ApplicationForm/ApplicationFormBusinessCard.js.map +1 -1
  34. package/dist/components/ApplicationForm/ApplicationFormCredit.js +1 -1
  35. package/dist/components/ApplicationForm/ApplicationFormCredit.js.map +1 -1
  36. package/dist/components/ApplicationForm/ApplicationFormDeposit.js +1 -1
  37. package/dist/components/ApplicationForm/ApplicationFormDeposit.js.map +1 -1
  38. package/dist/components/ApplicationForm/ApplicationFormGrantSupport.js +1 -1
  39. package/dist/components/ApplicationForm/ApplicationFormWed.js +1 -1
  40. package/dist/components/ApplicationForm/ApplicationFormWed.js.map +1 -1
  41. package/dist/components/ApplicationForm/ResponseNotification.js +1 -1
  42. package/dist/components/ApplicationForm/ResponseNotification.js.map +1 -1
  43. package/dist/components/ApplicationForm/SelectControl.d.ts +1 -0
  44. package/dist/components/ApplicationForm/SelectControl.js +1 -1
  45. package/dist/components/ApplicationForm/SelectControl.js.map +1 -1
  46. package/dist/components/ApplicationForm/renderAcquiringDataOrganization.js +1 -1
  47. package/dist/components/ApplicationForm/renderAcquiringDataOrganization.js.map +1 -1
  48. package/dist/components/ApplicationForm/renderAcquiringRegion.js +1 -1
  49. package/dist/components/ApplicationForm/renderAcquiringRegion.js.map +1 -1
  50. package/dist/components/ApplicationForm/renderBusinessCardDataOrganization.js +1 -1
  51. package/dist/components/ApplicationForm/renderBusinessCardDataOrganization.js.map +1 -1
  52. package/dist/components/ApplicationForm/renderContacts.js +1 -1
  53. package/dist/components/ApplicationForm/renderContacts.js.map +1 -1
  54. package/dist/components/ApplicationForm/renderCreditDataOrganization.js +1 -1
  55. package/dist/components/ApplicationForm/renderCreditDataOrganization.js.map +1 -1
  56. package/dist/components/ApplicationForm/renderCreditParameters.js +1 -1
  57. package/dist/components/ApplicationForm/renderCreditParameters.js.map +1 -1
  58. package/dist/components/ApplicationForm/renderQuestionsInterested.js +1 -1
  59. package/dist/components/ApplicationForm/renderQuestionsInterested.js.map +1 -1
  60. package/dist/components/ApplicationForm/renderRegion.js +1 -1
  61. package/dist/components/ApplicationForm/renderRegion.js.map +1 -1
  62. package/dist/components/ApplicationForm/renderRegionDepartment.js +1 -1
  63. package/dist/components/ApplicationForm/renderRegionDepartment.js.map +1 -1
  64. package/dist/components/ApplicationForm/renderSlideCheckboxes.js +1 -1
  65. package/dist/components/ApplicationForm/renderSlideCheckboxes.js.map +1 -1
  66. package/dist/components/ApplicationForm/renderSubmitButton.js +1 -1
  67. package/dist/components/ApplicationForm/renderSubmitButton.js.map +1 -1
  68. package/dist/components/Bonus/Bonus.js +6 -4
  69. package/dist/components/Bonus/Bonus.js.map +1 -1
  70. package/dist/components/BonusBenefitsBlock/BonusBenefitsBlock.js +1 -1
  71. package/dist/components/BonusBenefitsBlock/BonusBenefitsBlock.js.map +1 -1
  72. package/dist/components/BonusBenefitsBlock/bonusBenefitStyles.mobile.d.ts +1 -1
  73. package/dist/components/BonusBenefitsBlock/bonusBenefitStyles.mobile.js +1 -1
  74. package/dist/components/BonusBenefitsBlock/renderBonusBenefits.js +1 -1
  75. package/dist/components/BonusBenefitsBlock/renderBonusBenefits.js.map +1 -1
  76. package/dist/components/BusinessBlock/BusinessBlock.js +1 -1
  77. package/dist/components/BusinessBlock/BusinessBlock.js.map +1 -1
  78. package/dist/components/BusinessBlock/BusinessCard.js +1 -1
  79. package/dist/components/BusinessBlock/BusinessCard.js.map +1 -1
  80. package/dist/components/Calculator/BonusCalculatorForm.js +2 -3
  81. package/dist/components/Calculator/BonusCalculatorForm.js.map +1 -1
  82. package/dist/components/Calculator/BusinessDepositCalculatorForm.js +24 -23
  83. package/dist/components/Calculator/BusinessDepositCalculatorForm.js.map +1 -1
  84. package/dist/components/Calculator/Calculator.js +4 -4
  85. package/dist/components/Calculator/Calculator.js.map +1 -1
  86. package/dist/components/Calculator/CalculatorValueBlock.js +1 -1
  87. package/dist/components/Calculator/CalculatorValueBlock.js.map +1 -1
  88. package/dist/components/Calculator/CreditCalculatorForm.js +4 -4
  89. package/dist/components/Calculator/CreditCalculatorForm.js.map +1 -1
  90. package/dist/components/Calculator/DepositCalculatorForm.js +3 -3
  91. package/dist/components/Calculator/DepositCalculatorForm.js.map +1 -1
  92. package/dist/components/Calculator/Rate.js +1 -1
  93. package/dist/components/Calculator/Rate.js.map +1 -1
  94. package/dist/components/Calculator/RefinancingCalculatorForm.js +4 -5
  95. package/dist/components/Calculator/RefinancingCalculatorForm.js.map +1 -1
  96. package/dist/components/Calculator/renderBinaryRadioButtonGroup.js +1 -1
  97. package/dist/components/Calculator/renderBinaryRadioButtonGroup.js.map +1 -1
  98. package/dist/components/Calculator/renderCalculatorBlock.js +1 -1
  99. package/dist/components/Calculator/renderCalculatorBlock.js.map +1 -1
  100. package/dist/components/Calculator/renderInitialFeeInput.js +1 -1
  101. package/dist/components/Calculator/renderInitialFeeInput.js.map +1 -1
  102. package/dist/components/CardTransfer/CardTransfer.js +9 -6
  103. package/dist/components/CardTransfer/CardTransfer.js.map +1 -1
  104. package/dist/components/CardTransfer/CardTransferContent.d.ts +5 -0
  105. package/dist/components/Carousel/Carousel.d.ts +1 -1
  106. package/dist/components/Carousel/Carousel.js +8 -12
  107. package/dist/components/Carousel/Carousel.js.map +1 -1
  108. package/dist/components/Carousel/renderCardHighlight.d.ts +7 -0
  109. package/dist/components/Carousel/renderCardHighlight.js +9 -0
  110. package/dist/components/Carousel/renderCardHighlight.js.map +1 -0
  111. package/dist/components/Carousel/renderCarouselCards.d.ts +5 -0
  112. package/dist/components/Carousel/renderCarouselCards.js +28 -0
  113. package/dist/components/Carousel/renderCarouselCards.js.map +1 -0
  114. package/dist/components/Carousel/visibleItemCountStyle.d.ts +1 -0
  115. package/dist/components/Carousel/visibleItemCountStyle.js +4 -0
  116. package/dist/components/Carousel/visibleItemCountStyle.js.map +1 -0
  117. package/dist/components/Carousel/visibleItemCountStyle.mobile.d.ts +1 -0
  118. package/dist/components/Carousel/visibleItemCountStyle.mobile.js +4 -0
  119. package/dist/components/Carousel/visibleItemCountStyle.mobile.js.map +1 -0
  120. package/dist/components/CarouselBankHistoryCard/CarouselBankHistoryCard.js +1 -1
  121. package/dist/components/CarouselBankHistoryCard/CarouselBankHistoryCard.js.map +1 -1
  122. package/dist/components/CarouselBankHistoryCard/CarouselBankHistoryCard.mobile.js +1 -1
  123. package/dist/components/CarouselBankHistoryCard/CarouselBankHistoryCard.mobile.js.map +1 -1
  124. package/dist/components/CarouselCard/CarouselCard.js +2 -2
  125. package/dist/components/CarouselCard/CarouselCard.js.map +1 -1
  126. package/dist/components/CarouselCatalogCard/CarouselCatalogCard.js +1 -1
  127. package/dist/components/CarouselCatalogCard/CarouselCatalogCard.js.map +1 -1
  128. package/dist/components/CarouselInvestmentCard/CarouselInvestmentCard.js +4 -9
  129. package/dist/components/CarouselInvestmentCard/CarouselInvestmentCard.js.map +1 -1
  130. package/dist/components/CarouselLinks/CarouselLinkButton.d.ts +5 -0
  131. package/{mobile/dist/ui-kit/LinkButton/LinkButton.js → dist/components/CarouselLinks/CarouselLinkButton.js} +5 -5
  132. package/dist/components/CarouselLinks/CarouselLinkButton.js.map +1 -0
  133. package/dist/components/CarouselLinks/CarouselLinks.js +5 -5
  134. package/dist/components/CarouselLinks/CarouselLinks.js.map +1 -1
  135. package/dist/components/CarouselRecommendationCard/CarouselRecommendationCard.js +1 -1
  136. package/dist/components/CarouselRecommendationCard/CarouselRecommendationCard.js.map +1 -1
  137. package/dist/components/CarouselRecommendationCard/CarouselRecommendationCard.mobile.js +1 -1
  138. package/dist/components/CarouselRecommendationCard/CarouselRecommendationCard.mobile.js.map +1 -1
  139. package/dist/components/CarouselTariffsCard/CarouselTariffsCard.js +4 -7
  140. package/dist/components/CarouselTariffsCard/CarouselTariffsCard.js.map +1 -1
  141. package/dist/components/CarouselTariffsCard/renderCardInfo.js +1 -1
  142. package/dist/components/CarouselTariffsCard/renderCardInfo.js.map +1 -1
  143. package/dist/components/ComparisonTable/ComparisonTable.js +2 -2
  144. package/dist/components/ComparisonTable/ComparisonTable.js.map +1 -1
  145. package/dist/components/ComparisonTable/TableCarouselContainer.js +1 -1
  146. package/dist/components/ComparisonTable/TableCell.js +1 -1
  147. package/dist/components/ComparisonTable/TableCell.js.map +1 -1
  148. package/dist/components/ComparisonTable/TableCell.mobile.js +1 -1
  149. package/dist/components/ComparisonTable/TableCell.mobile.js.map +1 -1
  150. package/dist/components/ComparisonTable/TableColumn.js +1 -1
  151. package/dist/components/ComparisonTable/TableColumn.js.map +1 -1
  152. package/dist/components/ComparisonTable/TableRow.js +1 -1
  153. package/dist/components/ComparisonTable/TableRow.js.map +1 -1
  154. package/dist/components/ComparisonTable/TableRowContainer.js +1 -1
  155. package/dist/components/ComparisonTable/TableRowContainer.js.map +1 -1
  156. package/dist/components/ComparisonTable/constants.d.ts +1 -1
  157. package/dist/components/ComparisonTable/constants.js +1 -1
  158. package/dist/components/ComparisonTable/constants.js.map +1 -1
  159. package/dist/components/ContactsBlock/ContactsBlock.js +2 -2
  160. package/dist/components/ContactsBlock/ContactsBlock.js.map +1 -1
  161. package/dist/components/ContentPage/ContentPage.js +1 -1
  162. package/dist/components/ContentPage/ContentPage.js.map +1 -1
  163. package/dist/components/DepositFiltration/DepositFiltration.js +1 -1
  164. package/dist/components/DepositFiltration/DepositFiltration.js.map +1 -1
  165. package/dist/components/ErrorBlock/ErrorBlock.js +2 -2
  166. package/dist/components/ErrorBlock/ErrorBlock.js.map +1 -1
  167. package/dist/components/ExchangeRateOffice/renderCurrencies.js +1 -1
  168. package/dist/components/ExchangeRateOffice/renderCurrencies.js.map +1 -1
  169. package/dist/components/ExchangeRateTile/CurrencyTable.js +1 -1
  170. package/dist/components/ExchangeRateTile/CurrencyTable.js.map +1 -1
  171. package/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.js +1 -1
  172. package/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.js.map +1 -1
  173. package/dist/components/ExchangeRateTile/renderInput.js +1 -1
  174. package/dist/components/ExchangeRateTile/renderInput.js.map +1 -1
  175. package/dist/components/Footer/buttonStylesWithText.js +1 -1
  176. package/dist/components/Footer/buttonStylesWithText.js.map +1 -1
  177. package/dist/components/GracePeriod/GracePeriod.js +4 -3
  178. package/dist/components/GracePeriod/GracePeriod.js.map +1 -1
  179. package/dist/components/Header/DropdownMenu.js +2 -2
  180. package/dist/components/Header/DropdownMenu.js.map +1 -1
  181. package/dist/components/Header/Header.mobile.js +1 -1
  182. package/dist/components/Header/Header.mobile.js.map +1 -1
  183. package/dist/components/Header/HeaderSecondaryMenu.js +1 -1
  184. package/dist/components/Header/HeaderSecondaryMenu.js.map +1 -1
  185. package/dist/components/Header/HeaderSecondaryMenuButton.js +1 -1
  186. package/dist/components/Header/HeaderSubMenu.js +1 -2
  187. package/dist/components/Header/HeaderSubMenu.js.map +1 -1
  188. package/dist/components/Header/InternetBankButton.js +2 -2
  189. package/dist/components/Header/InternetBankButton.js.map +1 -1
  190. package/dist/components/Headline/Headline.js +2 -2
  191. package/dist/components/Headline/Headline.js.map +1 -1
  192. package/dist/components/Headline/HeadlineContent.d.ts +2 -2
  193. package/dist/components/Headline/headlineVersionStyles.js +1 -1
  194. package/dist/components/Headline/headlineVersionStyles.js.map +1 -1
  195. package/dist/components/InsuranceAmountBlock/InsuranceAmountBlock.js +1 -1
  196. package/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js +5 -5
  197. package/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js.map +1 -1
  198. package/dist/components/InvestmentInfo/InvestmentInfo.js +2 -2
  199. package/dist/components/InvestmentInfo/InvestmentInfo.js.map +1 -1
  200. package/dist/components/LikeControl/LikeControl.js +1 -1
  201. package/dist/components/LikeControl/LikeControl.js.map +1 -1
  202. package/dist/components/LinkDocs/LinkDocItem.js +1 -1
  203. package/dist/components/LinkDocs/LinkDocs.js +2 -2
  204. package/dist/components/LinkDocs/LinkDocs.js.map +1 -1
  205. package/dist/components/MobileAppTile/MobileAppTile.js +2 -2
  206. package/dist/components/MobileAppTile/MobileAppTile.js.map +1 -1
  207. package/dist/components/MobileAppTile/buttonsConditionStyle.d.ts +3 -0
  208. package/dist/components/MobileAppTile/buttonsConditionStyle.js +6 -0
  209. package/dist/components/MobileAppTile/buttonsConditionStyle.js.map +1 -0
  210. package/dist/components/MobileAppTile/buttonsConditionStyle.mobile.d.ts +3 -0
  211. package/dist/components/MobileAppTile/buttonsConditionStyle.mobile.js +13 -0
  212. package/dist/components/MobileAppTile/buttonsConditionStyle.mobile.js.map +1 -0
  213. package/dist/components/MobileAppTile/renderList.js +1 -1
  214. package/dist/components/MobileAppTile/renderList.js.map +1 -1
  215. package/dist/components/MortgageFiltration/MortgageFiltration.js +1 -1
  216. package/dist/components/MortgageFiltration/MortgageFiltration.js.map +1 -1
  217. package/dist/components/OfficeMap/OfficeMap.js +1 -1
  218. package/dist/components/OfficeMap/OfficeMap.js.map +1 -1
  219. package/dist/components/OfficeMap/renderFunctions.js +4 -4
  220. package/dist/components/OfficeMap/renderFunctions.js.map +1 -1
  221. package/dist/components/Placeholder/Placeholder.js +1 -1
  222. package/dist/components/Placeholder/Placeholder.js.map +1 -1
  223. package/dist/components/ProductBlock/renderBackwardButton.js +1 -1
  224. package/dist/components/ProductGallery/ProductGallery.js +4 -4
  225. package/dist/components/ProductGallery/ProductGallery.js.map +1 -1
  226. package/dist/components/PromoTile/PromoTile.js +1 -1
  227. package/dist/components/PromoTile/PromoTile.js.map +1 -1
  228. package/dist/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.js +1 -1
  229. package/dist/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.js.map +1 -1
  230. package/dist/components/RollupItem/RollupItem.d.ts +6 -1
  231. package/dist/components/RollupItem/RollupItem.js +3 -3
  232. package/dist/components/RollupItem/RollupItem.js.map +1 -1
  233. package/dist/components/RollupItem/RollupItemContent.d.ts +0 -4
  234. package/dist/components/RollupItem/foldableSectionStyles.d.ts +1 -1
  235. package/dist/components/RollupItem/foldableSectionStyles.js +1 -1
  236. package/dist/components/SafeDepositRental/RadioButtons.d.ts +1 -1
  237. package/dist/components/SafeDepositRental/RadioButtons.js +1 -1
  238. package/dist/components/SafeDepositRental/RadioButtons.js.map +1 -1
  239. package/dist/components/SafeDepositRental/SafeBoxCases.js +1 -1
  240. package/dist/components/SafeDepositRental/SafeDepositRental.js +1 -1
  241. package/dist/components/SafeDepositRental/SafeDepositRental.js.map +1 -1
  242. package/dist/components/SafeDepositRental/SafeDepositRentalFields.js +1 -1
  243. package/dist/components/SafeDepositRental/SafeDepositRentalFields.js.map +1 -1
  244. package/dist/components/SafeDepositRental/SafeDepositRentalForm.js +1 -1
  245. package/dist/components/SafeDepositRental/SafeDepositRentalForm.js.map +1 -1
  246. package/dist/components/SafeDepositRental/SafeDepositRentalTotal.js +2 -2
  247. package/dist/components/SafeDepositRental/SafeDepositRentalTotal.js.map +1 -1
  248. package/dist/components/StepsBlock/StepsBlock.js +4 -4
  249. package/dist/components/StepsBlock/StepsBlock.js.map +1 -1
  250. package/dist/components/StepsBlock/StepsBlock.mobile.d.ts +1 -1
  251. package/dist/components/StepsBlock/StepsBlock.mobile.js +6 -7
  252. package/dist/components/StepsBlock/StepsBlock.mobile.js.map +1 -1
  253. package/dist/components/StepsBlock/renderStep.js +1 -1
  254. package/dist/components/StepsBlock/renderStep.js.map +1 -1
  255. package/dist/components/TariffsTable/EmbeddableCellData.js +1 -4
  256. package/dist/components/TariffsTable/EmbeddableCellData.js.map +1 -1
  257. package/dist/components/TariffsTable/EmbeddableCellData.mobile.js +2 -2
  258. package/dist/components/TariffsTable/EmbeddableCellData.mobile.js.map +1 -1
  259. package/dist/components/TariffsTable/TariffsTable.js +3 -3
  260. package/dist/components/TariffsTable/TariffsTable.js.map +1 -1
  261. package/dist/components/TariffsTable/TariffsTable.mobile.js +1 -1
  262. package/dist/components/TariffsTable/TariffsTable.mobile.js.map +1 -1
  263. package/dist/components/TariffsTable/TariffsTableCell.js +1 -1
  264. package/dist/components/TariffsTable/TariffsTableCell.js.map +1 -1
  265. package/dist/components/TariffsTable/TariffsTableVertical.js +1 -1
  266. package/dist/components/TariffsTable/TariffsTableVertical.js.map +1 -1
  267. package/dist/components/TariffsTable/constants.d.ts +1 -1
  268. package/dist/components/TariffsTable/constants.js +1 -1
  269. package/dist/components/TariffsTable/constants.js.map +1 -1
  270. package/dist/components/TextBlock/TextBlock.js +2 -2
  271. package/dist/components/TextBlock/TextBlock.js.map +1 -1
  272. package/dist/components/Video/getPaddings.d.ts +1 -1
  273. package/dist/components/Video/getPaddings.js +1 -1
  274. package/dist/components/Video/getPaddings.js.map +1 -1
  275. package/dist/model/HeadlineType.d.ts +1 -1
  276. package/dist/ui-kit/BaseFiltration/BaseFiltrationInner.js +1 -1
  277. package/dist/ui-kit/BaseFiltration/BaseFiltrationInner.js.map +1 -1
  278. package/dist/ui-kit/BaseProductTile/BaseProductTile.js +1 -1
  279. package/dist/ui-kit/BaseProductTile/BaseProductTile.js.map +1 -1
  280. package/dist/ui-kit/BaseTile/BaseTile.js +6 -2
  281. package/dist/ui-kit/BaseTile/BaseTile.js.map +1 -1
  282. package/dist/ui-kit/Button/ButtonInner.js +1 -1
  283. package/dist/ui-kit/Button/ButtonInner.js.map +1 -1
  284. package/dist/ui-kit/Checkbox/Checkbox.js +1 -1
  285. package/dist/ui-kit/CookiePopup/CookiePopup.js +1 -1
  286. package/dist/ui-kit/CookiePopup/CookiePopup.js.map +1 -1
  287. package/dist/ui-kit/DialogManager/CloseButton.js +1 -1
  288. package/dist/ui-kit/DialogManager/CloseButton.js.map +1 -1
  289. package/dist/ui-kit/Foldable/DefaultFoldButton.js +2 -2
  290. package/dist/ui-kit/Foldable/DefaultFoldButton.js.map +1 -1
  291. package/dist/ui-kit/InnerTable/InnerTable.js +1 -1
  292. package/dist/ui-kit/InnerTable/InnerTable.js.map +1 -1
  293. package/dist/ui-kit/InnerTable/InnerTableBody.js +1 -1
  294. package/dist/ui-kit/InnerTable/InnerTableBody.js.map +1 -1
  295. package/dist/ui-kit/InnerTable/InnerTableBodyItem.js +3 -2
  296. package/dist/ui-kit/InnerTable/InnerTableBodyItem.js.map +1 -1
  297. package/dist/ui-kit/InnerTable/InnerTableButton.js +1 -1
  298. package/dist/ui-kit/InnerTable/InnerTableButton.js.map +1 -1
  299. package/dist/ui-kit/Input/Input.js +2 -2
  300. package/dist/ui-kit/Input/Input.js.map +1 -1
  301. package/dist/ui-kit/InputRange/InputRange.js +2 -2
  302. package/dist/ui-kit/InputRange/InputRange.js.map +1 -1
  303. package/dist/ui-kit/InputRange/renderRangeWithTicks.js +1 -1
  304. package/dist/ui-kit/LocationDialog/SearchBar.js +1 -1
  305. package/dist/ui-kit/LocationDialog/SearchBar.js.map +1 -1
  306. package/dist/ui-kit/LocationDialog/renderForeignOffices.js +2 -2
  307. package/dist/ui-kit/LocationDialog/renderForeignOffices.js.map +1 -1
  308. package/dist/ui-kit/Radio/Radio.js +1 -1
  309. package/dist/ui-kit/Radio/Radio.js.map +1 -1
  310. package/dist/ui-kit/RadioButtonGroup/RadioButtonGroup.js +2 -2
  311. package/dist/ui-kit/RadioButtonGroup/RadioButtonGroup.js.map +1 -1
  312. package/dist/ui-kit/SearchDialog/SearchInput.js +1 -1
  313. package/dist/ui-kit/SearchDialog/SearchInput.js.map +1 -1
  314. package/dist/ui-kit/Select/Select.js +2 -2
  315. package/dist/ui-kit/Select/Select.js.map +1 -1
  316. package/dist/ui-kit/Sitemap/Sitemap.js +1 -1
  317. package/dist/ui-kit/Sitemap/Sitemap.js.map +1 -1
  318. package/dist/ui-kit/SwipeListControl/SwipeListControlDots.js +2 -2
  319. package/dist/ui-kit/SwipeListControl/SwipeListControlDots.js.map +1 -1
  320. package/dist/ui-kit/Tags/Tags.js +1 -1
  321. package/dist/ui-kit/Tags/Tags.js.map +1 -1
  322. package/dist/ui-kit/TopItem/TopItem.js +1 -1
  323. package/dist/ui-kit/TopItem/TopItem.js.map +1 -1
  324. package/dist/ui-kit/YandexMap/renderOpenMap.js +1 -1
  325. package/dist/ui-kit/YandexMap/renderOpenMap.js.map +1 -1
  326. package/dist/ui-kit/YandexMap/renderUserGeolocation.js +1 -1
  327. package/dist/utils/style.d.ts +2 -1
  328. package/dist/utils/style.js.map +1 -1
  329. package/lib/common.css +1 -1
  330. package/lib/components/ApplicationForm/ApplicationForm.js +1 -1
  331. package/lib/components/ApplicationForm/ApplicationForm.js.map +1 -1
  332. package/lib/components/ApplicationForm/ApplicationFormAcquiring.js +1 -1
  333. package/lib/components/ApplicationForm/ApplicationFormAcquiring.js.map +1 -1
  334. package/lib/components/ApplicationForm/ApplicationFormBusinessCard.js +1 -1
  335. package/lib/components/ApplicationForm/ApplicationFormBusinessCard.js.map +1 -1
  336. package/lib/components/ApplicationForm/ApplicationFormCredit.js +1 -1
  337. package/lib/components/ApplicationForm/ApplicationFormCredit.js.map +1 -1
  338. package/lib/components/ApplicationForm/ApplicationFormDeposit.js +1 -1
  339. package/lib/components/ApplicationForm/ApplicationFormDeposit.js.map +1 -1
  340. package/lib/components/ApplicationForm/ApplicationFormGrantSupport.js +1 -1
  341. package/lib/components/ApplicationForm/ApplicationFormWed.js +1 -1
  342. package/lib/components/ApplicationForm/ApplicationFormWed.js.map +1 -1
  343. package/lib/components/ApplicationForm/ResponseNotification.js +1 -1
  344. package/lib/components/ApplicationForm/ResponseNotification.js.map +1 -1
  345. package/lib/components/ApplicationForm/SelectControl.d.ts +1 -0
  346. package/lib/components/ApplicationForm/SelectControl.js +1 -1
  347. package/lib/components/ApplicationForm/SelectControl.js.map +1 -1
  348. package/lib/components/ApplicationForm/renderAcquiringDataOrganization.js +1 -1
  349. package/lib/components/ApplicationForm/renderAcquiringDataOrganization.js.map +1 -1
  350. package/lib/components/ApplicationForm/renderAcquiringRegion.js +1 -1
  351. package/lib/components/ApplicationForm/renderAcquiringRegion.js.map +1 -1
  352. package/lib/components/ApplicationForm/renderBusinessCardDataOrganization.js +1 -1
  353. package/lib/components/ApplicationForm/renderBusinessCardDataOrganization.js.map +1 -1
  354. package/lib/components/ApplicationForm/renderContacts.js +1 -1
  355. package/lib/components/ApplicationForm/renderContacts.js.map +1 -1
  356. package/lib/components/ApplicationForm/renderCreditDataOrganization.js +1 -1
  357. package/lib/components/ApplicationForm/renderCreditDataOrganization.js.map +1 -1
  358. package/lib/components/ApplicationForm/renderCreditParameters.js +1 -1
  359. package/lib/components/ApplicationForm/renderCreditParameters.js.map +1 -1
  360. package/lib/components/ApplicationForm/renderQuestionsInterested.js +1 -1
  361. package/lib/components/ApplicationForm/renderQuestionsInterested.js.map +1 -1
  362. package/lib/components/ApplicationForm/renderRegion.js +1 -1
  363. package/lib/components/ApplicationForm/renderRegion.js.map +1 -1
  364. package/lib/components/ApplicationForm/renderRegionDepartment.js +1 -1
  365. package/lib/components/ApplicationForm/renderRegionDepartment.js.map +1 -1
  366. package/lib/components/ApplicationForm/renderSlideCheckboxes.js +1 -1
  367. package/lib/components/ApplicationForm/renderSlideCheckboxes.js.map +1 -1
  368. package/lib/components/ApplicationForm/renderSubmitButton.js +1 -1
  369. package/lib/components/ApplicationForm/renderSubmitButton.js.map +1 -1
  370. package/lib/components/Bonus/Bonus.js +6 -4
  371. package/lib/components/Bonus/Bonus.js.map +1 -1
  372. package/lib/components/BonusBenefitsBlock/BonusBenefitsBlock.js +1 -1
  373. package/lib/components/BonusBenefitsBlock/BonusBenefitsBlock.js.map +1 -1
  374. package/lib/components/BonusBenefitsBlock/bonusBenefitStyles.mobile.d.ts +1 -1
  375. package/lib/components/BonusBenefitsBlock/bonusBenefitStyles.mobile.js +1 -1
  376. package/lib/components/BonusBenefitsBlock/renderBonusBenefits.js +1 -1
  377. package/lib/components/BonusBenefitsBlock/renderBonusBenefits.js.map +1 -1
  378. package/lib/components/BusinessBlock/BusinessBlock.js +1 -1
  379. package/lib/components/BusinessBlock/BusinessBlock.js.map +1 -1
  380. package/lib/components/BusinessBlock/BusinessCard.js +1 -1
  381. package/lib/components/BusinessBlock/BusinessCard.js.map +1 -1
  382. package/lib/components/Calculator/BonusCalculatorForm.js +2 -3
  383. package/lib/components/Calculator/BonusCalculatorForm.js.map +1 -1
  384. package/lib/components/Calculator/BusinessDepositCalculatorForm.js +24 -23
  385. package/lib/components/Calculator/BusinessDepositCalculatorForm.js.map +1 -1
  386. package/lib/components/Calculator/Calculator.js +4 -4
  387. package/lib/components/Calculator/Calculator.js.map +1 -1
  388. package/lib/components/Calculator/CalculatorValueBlock.js +1 -1
  389. package/lib/components/Calculator/CalculatorValueBlock.js.map +1 -1
  390. package/lib/components/Calculator/CreditCalculatorForm.js +4 -4
  391. package/lib/components/Calculator/CreditCalculatorForm.js.map +1 -1
  392. package/lib/components/Calculator/DepositCalculatorForm.js +4 -4
  393. package/lib/components/Calculator/DepositCalculatorForm.js.map +1 -1
  394. package/lib/components/Calculator/Rate.js +1 -1
  395. package/lib/components/Calculator/Rate.js.map +1 -1
  396. package/lib/components/Calculator/RefinancingCalculatorForm.js +5 -6
  397. package/lib/components/Calculator/RefinancingCalculatorForm.js.map +1 -1
  398. package/lib/components/Calculator/renderBinaryRadioButtonGroup.js +1 -1
  399. package/lib/components/Calculator/renderBinaryRadioButtonGroup.js.map +1 -1
  400. package/lib/components/Calculator/renderCalculatorBlock.js +1 -1
  401. package/lib/components/Calculator/renderCalculatorBlock.js.map +1 -1
  402. package/lib/components/Calculator/renderInitialFeeInput.js +1 -1
  403. package/lib/components/Calculator/renderInitialFeeInput.js.map +1 -1
  404. package/lib/components/CardTransfer/CardTransfer.js +9 -6
  405. package/lib/components/CardTransfer/CardTransfer.js.map +1 -1
  406. package/lib/components/CardTransfer/CardTransferContent.d.ts +5 -0
  407. package/lib/components/Carousel/Carousel.d.ts +1 -1
  408. package/lib/components/Carousel/Carousel.js +8 -12
  409. package/lib/components/Carousel/Carousel.js.map +1 -1
  410. package/lib/components/Carousel/renderCardHighlight.d.ts +6 -0
  411. package/lib/components/Carousel/renderCardHighlight.js +6 -0
  412. package/lib/components/Carousel/renderCardHighlight.js.map +1 -0
  413. package/lib/components/Carousel/renderCarouselCards.d.ts +5 -0
  414. package/lib/components/Carousel/renderCarouselCards.js +25 -0
  415. package/lib/components/Carousel/renderCarouselCards.js.map +1 -0
  416. package/lib/components/Carousel/visibleItemCountStyle.d.ts +1 -0
  417. package/lib/components/Carousel/visibleItemCountStyle.js +2 -0
  418. package/lib/components/Carousel/visibleItemCountStyle.js.map +1 -0
  419. package/lib/components/Carousel/visibleItemCountStyle.mobile.d.ts +1 -0
  420. package/lib/components/Carousel/visibleItemCountStyle.mobile.js +2 -0
  421. package/lib/components/Carousel/visibleItemCountStyle.mobile.js.map +1 -0
  422. package/lib/components/CarouselBankHistoryCard/CarouselBankHistoryCard.js +1 -1
  423. package/lib/components/CarouselBankHistoryCard/CarouselBankHistoryCard.js.map +1 -1
  424. package/lib/components/CarouselBankHistoryCard/CarouselBankHistoryCard.mobile.js +1 -1
  425. package/lib/components/CarouselBankHistoryCard/CarouselBankHistoryCard.mobile.js.map +1 -1
  426. package/lib/components/CarouselCard/CarouselCard.js +2 -2
  427. package/lib/components/CarouselCard/CarouselCard.js.map +1 -1
  428. package/lib/components/CarouselCatalogCard/CarouselCatalogCard.js +1 -1
  429. package/lib/components/CarouselCatalogCard/CarouselCatalogCard.js.map +1 -1
  430. package/lib/components/CarouselInvestmentCard/CarouselInvestmentCard.js +4 -9
  431. package/lib/components/CarouselInvestmentCard/CarouselInvestmentCard.js.map +1 -1
  432. package/lib/components/CarouselLinks/CarouselLinkButton.d.ts +5 -0
  433. package/{mobile/lib/ui-kit/LinkButton/LinkButton.js → lib/components/CarouselLinks/CarouselLinkButton.js} +4 -4
  434. package/lib/components/CarouselLinks/CarouselLinkButton.js.map +1 -0
  435. package/lib/components/CarouselLinks/CarouselLinks.js +5 -5
  436. package/lib/components/CarouselLinks/CarouselLinks.js.map +1 -1
  437. package/lib/components/CarouselRecommendationCard/CarouselRecommendationCard.js +1 -1
  438. package/lib/components/CarouselRecommendationCard/CarouselRecommendationCard.js.map +1 -1
  439. package/lib/components/CarouselRecommendationCard/CarouselRecommendationCard.mobile.js +1 -1
  440. package/lib/components/CarouselRecommendationCard/CarouselRecommendationCard.mobile.js.map +1 -1
  441. package/lib/components/CarouselTariffsCard/CarouselTariffsCard.fixture.d.ts +0 -1
  442. package/lib/components/CarouselTariffsCard/CarouselTariffsCard.fixture.mobile.d.ts +0 -1
  443. package/lib/components/CarouselTariffsCard/CarouselTariffsCard.js +4 -7
  444. package/lib/components/CarouselTariffsCard/CarouselTariffsCard.js.map +1 -1
  445. package/lib/components/CarouselTariffsCard/renderCardInfo.js +1 -1
  446. package/lib/components/CarouselTariffsCard/renderCardInfo.js.map +1 -1
  447. package/lib/components/ComparisonTable/ComparisonTable.js +2 -2
  448. package/lib/components/ComparisonTable/ComparisonTable.js.map +1 -1
  449. package/lib/components/ComparisonTable/TableCarouselContainer.js +1 -1
  450. package/lib/components/ComparisonTable/TableCell.js +1 -1
  451. package/lib/components/ComparisonTable/TableCell.js.map +1 -1
  452. package/lib/components/ComparisonTable/TableCell.mobile.js +1 -1
  453. package/lib/components/ComparisonTable/TableCell.mobile.js.map +1 -1
  454. package/lib/components/ComparisonTable/TableColumn.js +1 -1
  455. package/lib/components/ComparisonTable/TableColumn.js.map +1 -1
  456. package/lib/components/ComparisonTable/TableRow.js +1 -1
  457. package/lib/components/ComparisonTable/TableRow.js.map +1 -1
  458. package/lib/components/ComparisonTable/TableRowContainer.js +1 -1
  459. package/lib/components/ComparisonTable/TableRowContainer.js.map +1 -1
  460. package/lib/components/ComparisonTable/constants.d.ts +1 -1
  461. package/lib/components/ComparisonTable/constants.js +1 -1
  462. package/lib/components/ComparisonTable/constants.js.map +1 -1
  463. package/lib/components/ContactsBlock/ContactsBlock.js +2 -2
  464. package/lib/components/ContactsBlock/ContactsBlock.js.map +1 -1
  465. package/lib/components/ContentPage/ContentPage.js +1 -1
  466. package/lib/components/ContentPage/ContentPage.js.map +1 -1
  467. package/lib/components/DepositFiltration/DepositFiltration.js +1 -1
  468. package/lib/components/DepositFiltration/DepositFiltration.js.map +1 -1
  469. package/lib/components/ErrorBlock/ErrorBlock.js +2 -2
  470. package/lib/components/ErrorBlock/ErrorBlock.js.map +1 -1
  471. package/lib/components/ExchangeRateOffice/renderCurrencies.js +1 -1
  472. package/lib/components/ExchangeRateOffice/renderCurrencies.js.map +1 -1
  473. package/lib/components/ExchangeRateTile/CurrencyTable.js +1 -1
  474. package/lib/components/ExchangeRateTile/CurrencyTable.js.map +1 -1
  475. package/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.js +1 -1
  476. package/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.js.map +1 -1
  477. package/lib/components/ExchangeRateTile/renderInput.js +1 -1
  478. package/lib/components/ExchangeRateTile/renderInput.js.map +1 -1
  479. package/lib/components/Footer/buttonStylesWithText.js +1 -1
  480. package/lib/components/Footer/buttonStylesWithText.js.map +1 -1
  481. package/lib/components/GracePeriod/GracePeriod.js +4 -3
  482. package/lib/components/GracePeriod/GracePeriod.js.map +1 -1
  483. package/lib/components/Header/DropdownMenu.js +2 -2
  484. package/lib/components/Header/DropdownMenu.js.map +1 -1
  485. package/lib/components/Header/Header.mobile.js +1 -1
  486. package/lib/components/Header/Header.mobile.js.map +1 -1
  487. package/lib/components/Header/HeaderSecondaryMenu.js +1 -1
  488. package/lib/components/Header/HeaderSecondaryMenu.js.map +1 -1
  489. package/lib/components/Header/HeaderSecondaryMenuButton.js +1 -1
  490. package/lib/components/Header/HeaderSubMenu.js +1 -2
  491. package/lib/components/Header/HeaderSubMenu.js.map +1 -1
  492. package/lib/components/Header/InternetBankButton.js +2 -2
  493. package/lib/components/Header/InternetBankButton.js.map +1 -1
  494. package/lib/components/Headline/Headline.js +2 -2
  495. package/lib/components/Headline/Headline.js.map +1 -1
  496. package/lib/components/Headline/HeadlineContent.d.ts +2 -2
  497. package/lib/components/Headline/headlineVersionStyles.js +1 -1
  498. package/lib/components/Headline/headlineVersionStyles.js.map +1 -1
  499. package/lib/components/InsuranceAmountBlock/InsuranceAmountBlock.js +1 -1
  500. package/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js +5 -5
  501. package/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js.map +1 -1
  502. package/lib/components/InvestmentInfo/InvestmentInfo.js +2 -2
  503. package/lib/components/InvestmentInfo/InvestmentInfo.js.map +1 -1
  504. package/lib/components/LikeControl/LikeControl.js +1 -1
  505. package/lib/components/LikeControl/LikeControl.js.map +1 -1
  506. package/lib/components/LinkDocs/LinkDocItem.js +1 -1
  507. package/lib/components/LinkDocs/LinkDocs.js +2 -2
  508. package/lib/components/LinkDocs/LinkDocs.js.map +1 -1
  509. package/lib/components/MobileAppTile/MobileAppTile.js +2 -2
  510. package/lib/components/MobileAppTile/MobileAppTile.js.map +1 -1
  511. package/lib/components/MobileAppTile/buttonsConditionStyle.d.ts +3 -0
  512. package/lib/components/MobileAppTile/buttonsConditionStyle.js +3 -0
  513. package/lib/components/MobileAppTile/buttonsConditionStyle.js.map +1 -0
  514. package/lib/components/MobileAppTile/buttonsConditionStyle.mobile.d.ts +2 -0
  515. package/lib/components/MobileAppTile/buttonsConditionStyle.mobile.js +10 -0
  516. package/lib/components/MobileAppTile/buttonsConditionStyle.mobile.js.map +1 -0
  517. package/lib/components/MobileAppTile/renderList.js +1 -1
  518. package/lib/components/MobileAppTile/renderList.js.map +1 -1
  519. package/lib/components/MortgageFiltration/MortgageFiltration.js +1 -1
  520. package/lib/components/MortgageFiltration/MortgageFiltration.js.map +1 -1
  521. package/lib/components/OfficeMap/OfficeMap.js +1 -1
  522. package/lib/components/OfficeMap/OfficeMap.js.map +1 -1
  523. package/lib/components/OfficeMap/renderFunctions.js +4 -4
  524. package/lib/components/OfficeMap/renderFunctions.js.map +1 -1
  525. package/lib/components/Placeholder/Placeholder.js +1 -1
  526. package/lib/components/Placeholder/Placeholder.js.map +1 -1
  527. package/lib/components/ProductBlock/renderBackwardButton.js +1 -1
  528. package/lib/components/ProductGallery/ProductGallery.js +4 -4
  529. package/lib/components/ProductGallery/ProductGallery.js.map +1 -1
  530. package/lib/components/PromoTile/PromoTile.js +1 -1
  531. package/lib/components/PromoTile/PromoTile.js.map +1 -1
  532. package/lib/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.js +1 -1
  533. package/lib/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.js.map +1 -1
  534. package/lib/components/RollupItem/RollupItem.d.ts +6 -1
  535. package/lib/components/RollupItem/RollupItem.js +3 -3
  536. package/lib/components/RollupItem/RollupItem.js.map +1 -1
  537. package/lib/components/RollupItem/RollupItemContent.d.ts +0 -4
  538. package/lib/components/RollupItem/foldableSectionStyles.d.ts +1 -1
  539. package/lib/components/RollupItem/foldableSectionStyles.js +1 -1
  540. package/lib/components/SafeDepositRental/RadioButtons.d.ts +1 -1
  541. package/lib/components/SafeDepositRental/RadioButtons.js +1 -1
  542. package/lib/components/SafeDepositRental/RadioButtons.js.map +1 -1
  543. package/lib/components/SafeDepositRental/SafeBoxCases.js +1 -1
  544. package/lib/components/SafeDepositRental/SafeDepositRental.js +1 -1
  545. package/lib/components/SafeDepositRental/SafeDepositRental.js.map +1 -1
  546. package/lib/components/SafeDepositRental/SafeDepositRentalFields.js +1 -1
  547. package/lib/components/SafeDepositRental/SafeDepositRentalFields.js.map +1 -1
  548. package/lib/components/SafeDepositRental/SafeDepositRentalForm.js +1 -1
  549. package/lib/components/SafeDepositRental/SafeDepositRentalForm.js.map +1 -1
  550. package/lib/components/SafeDepositRental/SafeDepositRentalTotal.js +2 -2
  551. package/lib/components/SafeDepositRental/SafeDepositRentalTotal.js.map +1 -1
  552. package/lib/components/StepsBlock/StepsBlock.js +4 -4
  553. package/lib/components/StepsBlock/StepsBlock.js.map +1 -1
  554. package/lib/components/StepsBlock/StepsBlock.mobile.d.ts +1 -1
  555. package/lib/components/StepsBlock/StepsBlock.mobile.js +6 -7
  556. package/lib/components/StepsBlock/StepsBlock.mobile.js.map +1 -1
  557. package/lib/components/StepsBlock/renderStep.js +1 -1
  558. package/lib/components/StepsBlock/renderStep.js.map +1 -1
  559. package/lib/components/TariffsTable/EmbeddableCellData.js +1 -4
  560. package/lib/components/TariffsTable/EmbeddableCellData.js.map +1 -1
  561. package/lib/components/TariffsTable/EmbeddableCellData.mobile.js +2 -2
  562. package/lib/components/TariffsTable/EmbeddableCellData.mobile.js.map +1 -1
  563. package/lib/components/TariffsTable/TariffsTable.js +3 -3
  564. package/lib/components/TariffsTable/TariffsTable.js.map +1 -1
  565. package/lib/components/TariffsTable/TariffsTable.mobile.js +1 -1
  566. package/lib/components/TariffsTable/TariffsTable.mobile.js.map +1 -1
  567. package/lib/components/TariffsTable/TariffsTableCell.js +1 -1
  568. package/lib/components/TariffsTable/TariffsTableCell.js.map +1 -1
  569. package/lib/components/TariffsTable/TariffsTableVertical.js +1 -1
  570. package/lib/components/TariffsTable/TariffsTableVertical.js.map +1 -1
  571. package/lib/components/TariffsTable/constants.d.ts +1 -1
  572. package/lib/components/TariffsTable/constants.js +1 -1
  573. package/lib/components/TariffsTable/constants.js.map +1 -1
  574. package/lib/components/TextBlock/TextBlock.js +2 -2
  575. package/lib/components/TextBlock/TextBlock.js.map +1 -1
  576. package/lib/components/Video/getPaddings.d.ts +1 -1
  577. package/lib/components/Video/getPaddings.js +1 -1
  578. package/lib/components/Video/getPaddings.js.map +1 -1
  579. package/lib/model/HeadlineType.d.ts +1 -1
  580. package/lib/ui-kit/BaseFiltration/BaseFiltrationInner.js +1 -1
  581. package/lib/ui-kit/BaseFiltration/BaseFiltrationInner.js.map +1 -1
  582. package/lib/ui-kit/BaseProductTile/BaseProductTile.js +1 -1
  583. package/lib/ui-kit/BaseProductTile/BaseProductTile.js.map +1 -1
  584. package/lib/ui-kit/BaseTile/BaseTile.js +6 -2
  585. package/lib/ui-kit/BaseTile/BaseTile.js.map +1 -1
  586. package/lib/ui-kit/Button/ButtonInner.js +1 -1
  587. package/lib/ui-kit/Button/ButtonInner.js.map +1 -1
  588. package/lib/ui-kit/Checkbox/Checkbox.js +1 -1
  589. package/lib/ui-kit/CookiePopup/CookiePopup.js +1 -1
  590. package/lib/ui-kit/CookiePopup/CookiePopup.js.map +1 -1
  591. package/lib/ui-kit/DialogManager/CloseButton.js +1 -1
  592. package/lib/ui-kit/DialogManager/CloseButton.js.map +1 -1
  593. package/lib/ui-kit/Foldable/DefaultFoldButton.js +2 -2
  594. package/lib/ui-kit/Foldable/DefaultFoldButton.js.map +1 -1
  595. package/lib/ui-kit/InnerTable/InnerTable.js +1 -1
  596. package/lib/ui-kit/InnerTable/InnerTable.js.map +1 -1
  597. package/lib/ui-kit/InnerTable/InnerTableBody.js +1 -1
  598. package/lib/ui-kit/InnerTable/InnerTableBody.js.map +1 -1
  599. package/lib/ui-kit/InnerTable/InnerTableBodyItem.js +3 -2
  600. package/lib/ui-kit/InnerTable/InnerTableBodyItem.js.map +1 -1
  601. package/lib/ui-kit/InnerTable/InnerTableButton.js +1 -1
  602. package/lib/ui-kit/InnerTable/InnerTableButton.js.map +1 -1
  603. package/lib/ui-kit/Input/Input.js +2 -2
  604. package/lib/ui-kit/Input/Input.js.map +1 -1
  605. package/lib/ui-kit/InputRange/InputRange.js +2 -2
  606. package/lib/ui-kit/InputRange/InputRange.js.map +1 -1
  607. package/lib/ui-kit/InputRange/renderRangeWithTicks.js +1 -1
  608. package/lib/ui-kit/LocationDialog/SearchBar.js +1 -1
  609. package/lib/ui-kit/LocationDialog/SearchBar.js.map +1 -1
  610. package/lib/ui-kit/LocationDialog/renderForeignOffices.js +2 -2
  611. package/lib/ui-kit/LocationDialog/renderForeignOffices.js.map +1 -1
  612. package/lib/ui-kit/Radio/Radio.js +1 -1
  613. package/lib/ui-kit/Radio/Radio.js.map +1 -1
  614. package/lib/ui-kit/RadioButtonGroup/RadioButtonGroup.js +2 -2
  615. package/lib/ui-kit/RadioButtonGroup/RadioButtonGroup.js.map +1 -1
  616. package/lib/ui-kit/SearchDialog/SearchInput.js +1 -1
  617. package/lib/ui-kit/SearchDialog/SearchInput.js.map +1 -1
  618. package/lib/ui-kit/Select/Select.js +2 -2
  619. package/lib/ui-kit/Select/Select.js.map +1 -1
  620. package/lib/ui-kit/Sitemap/Sitemap.js +1 -1
  621. package/lib/ui-kit/Sitemap/Sitemap.js.map +1 -1
  622. package/lib/ui-kit/SwipeListControl/SwipeListControlDots.js +2 -2
  623. package/lib/ui-kit/SwipeListControl/SwipeListControlDots.js.map +1 -1
  624. package/lib/ui-kit/Tags/Tags.js +1 -1
  625. package/lib/ui-kit/Tags/Tags.js.map +1 -1
  626. package/lib/ui-kit/TopItem/TopItem.js +1 -1
  627. package/lib/ui-kit/TopItem/TopItem.js.map +1 -1
  628. package/lib/ui-kit/YandexMap/renderOpenMap.js +1 -1
  629. package/lib/ui-kit/YandexMap/renderOpenMap.js.map +1 -1
  630. package/lib/ui-kit/YandexMap/renderUserGeolocation.js +1 -1
  631. package/lib/utils/style.d.ts +2 -1
  632. package/lib/utils/style.js.map +1 -1
  633. package/mobile/bundle/bundle.umd.js +234 -205
  634. package/mobile/bundle/bundle.umd.min.js +1 -1
  635. package/mobile/bundle/components/ApplicationForm/SelectControl.d.ts +1 -0
  636. package/mobile/bundle/components/BonusBenefitsBlock/bonusBenefitStyles.d.ts +1 -1
  637. package/mobile/bundle/components/CardTransfer/CardTransferContent.d.ts +5 -0
  638. package/mobile/bundle/components/Carousel/Carousel.d.ts +1 -1
  639. package/mobile/bundle/components/Carousel/renderCardHighlight.d.ts +7 -0
  640. package/mobile/bundle/components/Carousel/renderCarouselCards.d.ts +5 -0
  641. package/mobile/bundle/components/Carousel/visibleItemCountStyle.d.ts +1 -0
  642. package/mobile/bundle/components/CarouselLinks/CarouselLinkButton.d.ts +5 -0
  643. package/mobile/bundle/components/ComparisonTable/constants.d.ts +1 -1
  644. package/mobile/bundle/components/Headline/HeadlineContent.d.ts +2 -2
  645. package/mobile/bundle/components/MobileAppTile/buttonsConditionStyle.d.ts +3 -0
  646. package/mobile/bundle/components/RollupItem/RollupItem.d.ts +6 -1
  647. package/mobile/bundle/components/RollupItem/RollupItemContent.d.ts +0 -4
  648. package/mobile/bundle/components/SafeDepositRental/RadioButtons.d.ts +1 -1
  649. package/mobile/bundle/components/StepsBlock/StepsBlock.d.ts +1 -1
  650. package/mobile/bundle/components/TariffsTable/constants.d.ts +1 -1
  651. package/mobile/bundle/components/Video/getPaddings.d.ts +1 -1
  652. package/mobile/bundle/model/HeadlineType.d.ts +1 -1
  653. package/mobile/bundle/utils/style.d.ts +2 -1
  654. package/mobile/dist/components/ApplicationForm/ApplicationForm.js +1 -1
  655. package/mobile/dist/components/ApplicationForm/ApplicationForm.js.map +1 -1
  656. package/mobile/dist/components/ApplicationForm/ApplicationFormAcquiring.js +1 -1
  657. package/mobile/dist/components/ApplicationForm/ApplicationFormAcquiring.js.map +1 -1
  658. package/mobile/dist/components/ApplicationForm/ApplicationFormBusinessCard.js +1 -1
  659. package/mobile/dist/components/ApplicationForm/ApplicationFormBusinessCard.js.map +1 -1
  660. package/mobile/dist/components/ApplicationForm/ApplicationFormCredit.js +1 -1
  661. package/mobile/dist/components/ApplicationForm/ApplicationFormCredit.js.map +1 -1
  662. package/mobile/dist/components/ApplicationForm/ApplicationFormDeposit.js +1 -1
  663. package/mobile/dist/components/ApplicationForm/ApplicationFormDeposit.js.map +1 -1
  664. package/mobile/dist/components/ApplicationForm/ApplicationFormGrantSupport.js +1 -1
  665. package/mobile/dist/components/ApplicationForm/ApplicationFormWed.js +1 -1
  666. package/mobile/dist/components/ApplicationForm/ApplicationFormWed.js.map +1 -1
  667. package/mobile/dist/components/ApplicationForm/ResponseNotification.js +1 -1
  668. package/mobile/dist/components/ApplicationForm/ResponseNotification.js.map +1 -1
  669. package/mobile/dist/components/ApplicationForm/SelectControl.d.ts +1 -0
  670. package/mobile/dist/components/ApplicationForm/SelectControl.js +1 -1
  671. package/mobile/dist/components/ApplicationForm/SelectControl.js.map +1 -1
  672. package/mobile/dist/components/ApplicationForm/renderAcquiringDataOrganization.js +1 -1
  673. package/mobile/dist/components/ApplicationForm/renderAcquiringDataOrganization.js.map +1 -1
  674. package/mobile/dist/components/ApplicationForm/renderAcquiringRegion.js +1 -1
  675. package/mobile/dist/components/ApplicationForm/renderAcquiringRegion.js.map +1 -1
  676. package/mobile/dist/components/ApplicationForm/renderBusinessCardDataOrganization.js +1 -1
  677. package/mobile/dist/components/ApplicationForm/renderBusinessCardDataOrganization.js.map +1 -1
  678. package/mobile/dist/components/ApplicationForm/renderContacts.js +1 -1
  679. package/mobile/dist/components/ApplicationForm/renderContacts.js.map +1 -1
  680. package/mobile/dist/components/ApplicationForm/renderCreditDataOrganization.js +1 -1
  681. package/mobile/dist/components/ApplicationForm/renderCreditDataOrganization.js.map +1 -1
  682. package/mobile/dist/components/ApplicationForm/renderCreditParameters.js +1 -1
  683. package/mobile/dist/components/ApplicationForm/renderCreditParameters.js.map +1 -1
  684. package/mobile/dist/components/ApplicationForm/renderQuestionsInterested.js +1 -1
  685. package/mobile/dist/components/ApplicationForm/renderQuestionsInterested.js.map +1 -1
  686. package/mobile/dist/components/ApplicationForm/renderRegion.js +1 -1
  687. package/mobile/dist/components/ApplicationForm/renderRegion.js.map +1 -1
  688. package/mobile/dist/components/ApplicationForm/renderRegionDepartment.js +1 -1
  689. package/mobile/dist/components/ApplicationForm/renderRegionDepartment.js.map +1 -1
  690. package/mobile/dist/components/ApplicationForm/renderSlideCheckboxes.js +1 -1
  691. package/mobile/dist/components/ApplicationForm/renderSlideCheckboxes.js.map +1 -1
  692. package/mobile/dist/components/ApplicationForm/renderSubmitButton.js +1 -1
  693. package/mobile/dist/components/ApplicationForm/renderSubmitButton.js.map +1 -1
  694. package/mobile/dist/components/Bonus/Bonus.js +6 -4
  695. package/mobile/dist/components/Bonus/Bonus.js.map +1 -1
  696. package/mobile/dist/components/BonusBenefitsBlock/BonusBenefitsBlock.js +1 -1
  697. package/mobile/dist/components/BonusBenefitsBlock/BonusBenefitsBlock.js.map +1 -1
  698. package/mobile/dist/components/BonusBenefitsBlock/bonusBenefitStyles.d.ts +1 -1
  699. package/mobile/dist/components/BonusBenefitsBlock/bonusBenefitStyles.js +1 -1
  700. package/mobile/dist/components/BusinessBlock/BusinessBlock.js +1 -1
  701. package/mobile/dist/components/BusinessBlock/BusinessBlock.js.map +1 -1
  702. package/mobile/dist/components/BusinessBlock/BusinessCard.js +1 -1
  703. package/mobile/dist/components/BusinessBlock/BusinessCard.js.map +1 -1
  704. package/mobile/dist/components/Calculator/BonusCalculatorForm.js +2 -3
  705. package/mobile/dist/components/Calculator/BonusCalculatorForm.js.map +1 -1
  706. package/mobile/dist/components/Calculator/BusinessDepositCalculatorForm.js +24 -23
  707. package/mobile/dist/components/Calculator/BusinessDepositCalculatorForm.js.map +1 -1
  708. package/mobile/dist/components/Calculator/CalculatorValueBlock.js +1 -1
  709. package/mobile/dist/components/Calculator/CalculatorValueBlock.js.map +1 -1
  710. package/mobile/dist/components/Calculator/CreditCalculatorForm.js +4 -4
  711. package/mobile/dist/components/Calculator/CreditCalculatorForm.js.map +1 -1
  712. package/mobile/dist/components/Calculator/DepositCalculatorForm.js +3 -3
  713. package/mobile/dist/components/Calculator/DepositCalculatorForm.js.map +1 -1
  714. package/mobile/dist/components/Calculator/Rate.js +1 -1
  715. package/mobile/dist/components/Calculator/Rate.js.map +1 -1
  716. package/mobile/dist/components/Calculator/RefinancingCalculatorForm.js +4 -5
  717. package/mobile/dist/components/Calculator/RefinancingCalculatorForm.js.map +1 -1
  718. package/mobile/dist/components/Calculator/renderBinaryRadioButtonGroup.js +1 -1
  719. package/mobile/dist/components/Calculator/renderBinaryRadioButtonGroup.js.map +1 -1
  720. package/mobile/dist/components/Calculator/renderCalculatorBlock.js +1 -1
  721. package/mobile/dist/components/Calculator/renderCalculatorBlock.js.map +1 -1
  722. package/mobile/dist/components/Calculator/renderInitialFeeInput.js +1 -1
  723. package/mobile/dist/components/Calculator/renderInitialFeeInput.js.map +1 -1
  724. package/mobile/dist/components/CardTransfer/CardTransfer.js +9 -6
  725. package/mobile/dist/components/CardTransfer/CardTransfer.js.map +1 -1
  726. package/mobile/dist/components/CardTransfer/CardTransferContent.d.ts +5 -0
  727. package/mobile/dist/components/Carousel/Carousel.d.ts +1 -1
  728. package/mobile/dist/components/Carousel/Carousel.js +8 -12
  729. package/mobile/dist/components/Carousel/Carousel.js.map +1 -1
  730. package/mobile/dist/components/Carousel/renderCardHighlight.d.ts +7 -0
  731. package/mobile/dist/components/Carousel/renderCardHighlight.js +9 -0
  732. package/mobile/dist/components/Carousel/renderCardHighlight.js.map +1 -0
  733. package/mobile/dist/components/Carousel/renderCarouselCards.d.ts +5 -0
  734. package/mobile/dist/components/Carousel/renderCarouselCards.js +28 -0
  735. package/mobile/dist/components/Carousel/renderCarouselCards.js.map +1 -0
  736. package/mobile/dist/components/Carousel/visibleItemCountStyle.d.ts +1 -0
  737. package/mobile/dist/components/Carousel/visibleItemCountStyle.js +4 -0
  738. package/mobile/dist/components/Carousel/visibleItemCountStyle.js.map +1 -0
  739. package/mobile/dist/components/CarouselBankHistoryCard/CarouselBankHistoryCard.js +1 -1
  740. package/mobile/dist/components/CarouselBankHistoryCard/CarouselBankHistoryCard.js.map +1 -1
  741. package/mobile/dist/components/CarouselCard/CarouselCard.js +2 -2
  742. package/mobile/dist/components/CarouselCard/CarouselCard.js.map +1 -1
  743. package/mobile/dist/components/CarouselCatalogCard/CarouselCatalogCard.js +1 -1
  744. package/mobile/dist/components/CarouselCatalogCard/CarouselCatalogCard.js.map +1 -1
  745. package/mobile/dist/components/CarouselInvestmentCard/CarouselInvestmentCard.js +4 -9
  746. package/mobile/dist/components/CarouselInvestmentCard/CarouselInvestmentCard.js.map +1 -1
  747. package/mobile/dist/components/CarouselLinks/CarouselLinkButton.d.ts +5 -0
  748. package/{dist/ui-kit/LinkButton/LinkButton.js → mobile/dist/components/CarouselLinks/CarouselLinkButton.js} +5 -5
  749. package/mobile/dist/components/CarouselLinks/CarouselLinkButton.js.map +1 -0
  750. package/mobile/dist/components/CarouselLinks/CarouselLinks.js +5 -5
  751. package/mobile/dist/components/CarouselLinks/CarouselLinks.js.map +1 -1
  752. package/mobile/dist/components/CarouselRecommendationCard/CarouselRecommendationCard.js +1 -1
  753. package/mobile/dist/components/CarouselRecommendationCard/CarouselRecommendationCard.js.map +1 -1
  754. package/mobile/dist/components/CarouselTariffsCard/CarouselTariffsCard.js +4 -7
  755. package/mobile/dist/components/CarouselTariffsCard/CarouselTariffsCard.js.map +1 -1
  756. package/mobile/dist/components/CarouselTariffsCard/renderCardInfo.js +1 -1
  757. package/mobile/dist/components/CarouselTariffsCard/renderCardInfo.js.map +1 -1
  758. package/mobile/dist/components/ComparisonTable/TableCarouselContainer.js +1 -1
  759. package/mobile/dist/components/ComparisonTable/TableCell.js +1 -1
  760. package/mobile/dist/components/ComparisonTable/TableCell.js.map +1 -1
  761. package/mobile/dist/components/ComparisonTable/TableColumn.js +1 -1
  762. package/mobile/dist/components/ComparisonTable/TableColumn.js.map +1 -1
  763. package/mobile/dist/components/ComparisonTable/TableRow.js +1 -1
  764. package/mobile/dist/components/ComparisonTable/TableRow.js.map +1 -1
  765. package/mobile/dist/components/ComparisonTable/TableRowContainer.js +1 -1
  766. package/mobile/dist/components/ComparisonTable/TableRowContainer.js.map +1 -1
  767. package/mobile/dist/components/ComparisonTable/constants.d.ts +1 -1
  768. package/mobile/dist/components/ComparisonTable/constants.js +1 -1
  769. package/mobile/dist/components/ComparisonTable/constants.js.map +1 -1
  770. package/mobile/dist/components/ContactsBlock/ContactsBlock.js +2 -2
  771. package/mobile/dist/components/ContactsBlock/ContactsBlock.js.map +1 -1
  772. package/mobile/dist/components/ContentPage/ContentPage.js +1 -1
  773. package/mobile/dist/components/ContentPage/ContentPage.js.map +1 -1
  774. package/mobile/dist/components/DepositFiltration/DepositFiltration.js +1 -1
  775. package/mobile/dist/components/DepositFiltration/DepositFiltration.js.map +1 -1
  776. package/mobile/dist/components/ErrorBlock/ErrorBlock.js +2 -2
  777. package/mobile/dist/components/ErrorBlock/ErrorBlock.js.map +1 -1
  778. package/mobile/dist/components/ExchangeRateOffice/renderCurrencies.js +1 -1
  779. package/mobile/dist/components/ExchangeRateOffice/renderCurrencies.js.map +1 -1
  780. package/mobile/dist/components/ExchangeRateTile/CurrencyTable.js +1 -1
  781. package/mobile/dist/components/ExchangeRateTile/CurrencyTable.js.map +1 -1
  782. package/mobile/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.js +1 -1
  783. package/mobile/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.js.map +1 -1
  784. package/mobile/dist/components/ExchangeRateTile/renderInput.js +1 -1
  785. package/mobile/dist/components/ExchangeRateTile/renderInput.js.map +1 -1
  786. package/mobile/dist/components/Footer/buttonStylesWithText.js +1 -1
  787. package/mobile/dist/components/Footer/buttonStylesWithText.js.map +1 -1
  788. package/mobile/dist/components/GracePeriod/GracePeriod.js +4 -3
  789. package/mobile/dist/components/GracePeriod/GracePeriod.js.map +1 -1
  790. package/mobile/dist/components/Header/DropdownMenu.js +2 -2
  791. package/mobile/dist/components/Header/DropdownMenu.js.map +1 -1
  792. package/mobile/dist/components/Header/Header.js +1 -1
  793. package/mobile/dist/components/Header/Header.js.map +1 -1
  794. package/mobile/dist/components/Header/HeaderSecondaryMenu.js +1 -1
  795. package/mobile/dist/components/Header/HeaderSecondaryMenu.js.map +1 -1
  796. package/mobile/dist/components/Header/HeaderSecondaryMenuButton.js +1 -1
  797. package/mobile/dist/components/Header/HeaderSubMenu.js +1 -2
  798. package/mobile/dist/components/Header/HeaderSubMenu.js.map +1 -1
  799. package/mobile/dist/components/Header/InternetBankButton.js +2 -2
  800. package/mobile/dist/components/Header/InternetBankButton.js.map +1 -1
  801. package/mobile/dist/components/Headline/Headline.js +2 -2
  802. package/mobile/dist/components/Headline/Headline.js.map +1 -1
  803. package/mobile/dist/components/Headline/HeadlineContent.d.ts +2 -2
  804. package/mobile/dist/components/Headline/headlineVersionStyles.js +1 -1
  805. package/mobile/dist/components/Headline/headlineVersionStyles.js.map +1 -1
  806. package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlock.js +1 -1
  807. package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js +5 -5
  808. package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js.map +1 -1
  809. package/mobile/dist/components/InvestmentInfo/InvestmentInfo.js +2 -2
  810. package/mobile/dist/components/InvestmentInfo/InvestmentInfo.js.map +1 -1
  811. package/mobile/dist/components/LikeControl/LikeControl.js +1 -1
  812. package/mobile/dist/components/LikeControl/LikeControl.js.map +1 -1
  813. package/mobile/dist/components/LinkDocs/LinkDocItem.js +1 -1
  814. package/mobile/dist/components/LinkDocs/LinkDocs.js +2 -2
  815. package/mobile/dist/components/LinkDocs/LinkDocs.js.map +1 -1
  816. package/mobile/dist/components/MobileAppTile/MobileAppTile.js +2 -2
  817. package/mobile/dist/components/MobileAppTile/MobileAppTile.js.map +1 -1
  818. package/mobile/dist/components/MobileAppTile/buttonsConditionStyle.d.ts +3 -0
  819. package/mobile/dist/components/MobileAppTile/buttonsConditionStyle.js +13 -0
  820. package/mobile/dist/components/MobileAppTile/buttonsConditionStyle.js.map +1 -0
  821. package/mobile/dist/components/MobileAppTile/renderList.js +1 -1
  822. package/mobile/dist/components/MobileAppTile/renderList.js.map +1 -1
  823. package/mobile/dist/components/MortgageFiltration/MortgageFiltration.js +1 -1
  824. package/mobile/dist/components/MortgageFiltration/MortgageFiltration.js.map +1 -1
  825. package/mobile/dist/components/OfficeMap/OfficeMap.js +1 -1
  826. package/mobile/dist/components/OfficeMap/OfficeMap.js.map +1 -1
  827. package/mobile/dist/components/OfficeMap/renderFunctions.js +4 -4
  828. package/mobile/dist/components/OfficeMap/renderFunctions.js.map +1 -1
  829. package/mobile/dist/components/Placeholder/Placeholder.js +1 -1
  830. package/mobile/dist/components/Placeholder/Placeholder.js.map +1 -1
  831. package/mobile/dist/components/ProductBlock/renderBackwardButton.js +1 -1
  832. package/mobile/dist/components/PromoTile/PromoTile.js +1 -1
  833. package/mobile/dist/components/PromoTile/PromoTile.js.map +1 -1
  834. package/mobile/dist/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.js +1 -1
  835. package/mobile/dist/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.js.map +1 -1
  836. package/mobile/dist/components/RollupItem/RollupItem.d.ts +6 -1
  837. package/mobile/dist/components/RollupItem/RollupItem.js +3 -3
  838. package/mobile/dist/components/RollupItem/RollupItem.js.map +1 -1
  839. package/mobile/dist/components/RollupItem/RollupItemContent.d.ts +0 -4
  840. package/mobile/dist/components/SafeDepositRental/RadioButtons.d.ts +1 -1
  841. package/mobile/dist/components/SafeDepositRental/RadioButtons.js +1 -1
  842. package/mobile/dist/components/SafeDepositRental/RadioButtons.js.map +1 -1
  843. package/mobile/dist/components/SafeDepositRental/SafeBoxCases.js +1 -1
  844. package/mobile/dist/components/SafeDepositRental/SafeDepositRental.js +1 -1
  845. package/mobile/dist/components/SafeDepositRental/SafeDepositRental.js.map +1 -1
  846. package/mobile/dist/components/SafeDepositRental/SafeDepositRentalFields.js +1 -1
  847. package/mobile/dist/components/SafeDepositRental/SafeDepositRentalFields.js.map +1 -1
  848. package/mobile/dist/components/SafeDepositRental/SafeDepositRentalForm.js +1 -1
  849. package/mobile/dist/components/SafeDepositRental/SafeDepositRentalForm.js.map +1 -1
  850. package/mobile/dist/components/SafeDepositRental/SafeDepositRentalTotal.js +2 -2
  851. package/mobile/dist/components/SafeDepositRental/SafeDepositRentalTotal.js.map +1 -1
  852. package/mobile/dist/components/StepsBlock/StepsBlock.d.ts +1 -1
  853. package/mobile/dist/components/StepsBlock/StepsBlock.js +6 -7
  854. package/mobile/dist/components/StepsBlock/StepsBlock.js.map +1 -1
  855. package/mobile/dist/components/StepsBlock/renderStep.js +1 -1
  856. package/mobile/dist/components/StepsBlock/renderStep.js.map +1 -1
  857. package/mobile/dist/components/TariffsTable/EmbeddableCellData.js +2 -2
  858. package/mobile/dist/components/TariffsTable/EmbeddableCellData.js.map +1 -1
  859. package/mobile/dist/components/TariffsTable/TariffsTable.js +1 -1
  860. package/mobile/dist/components/TariffsTable/TariffsTable.js.map +1 -1
  861. package/mobile/dist/components/TariffsTable/TariffsTableCell.js +1 -1
  862. package/mobile/dist/components/TariffsTable/TariffsTableCell.js.map +1 -1
  863. package/mobile/dist/components/TariffsTable/TariffsTableVertical.js +1 -1
  864. package/mobile/dist/components/TariffsTable/TariffsTableVertical.js.map +1 -1
  865. package/mobile/dist/components/TariffsTable/constants.d.ts +1 -1
  866. package/mobile/dist/components/TariffsTable/constants.js +1 -1
  867. package/mobile/dist/components/TariffsTable/constants.js.map +1 -1
  868. package/mobile/dist/components/TextBlock/TextBlock.js +2 -2
  869. package/mobile/dist/components/TextBlock/TextBlock.js.map +1 -1
  870. package/mobile/dist/components/Video/getPaddings.d.ts +1 -1
  871. package/mobile/dist/components/Video/getPaddings.js +1 -1
  872. package/mobile/dist/components/Video/getPaddings.js.map +1 -1
  873. package/mobile/dist/model/HeadlineType.d.ts +1 -1
  874. package/mobile/dist/ui-kit/BaseFiltration/BaseFiltrationInner.js +1 -1
  875. package/mobile/dist/ui-kit/BaseFiltration/BaseFiltrationInner.js.map +1 -1
  876. package/mobile/dist/ui-kit/BaseProductTile/BaseProductTile.js +1 -1
  877. package/mobile/dist/ui-kit/BaseProductTile/BaseProductTile.js.map +1 -1
  878. package/mobile/dist/ui-kit/BaseTile/BaseTile.js +6 -2
  879. package/mobile/dist/ui-kit/BaseTile/BaseTile.js.map +1 -1
  880. package/mobile/dist/ui-kit/Button/ButtonInner.js +1 -1
  881. package/mobile/dist/ui-kit/Button/ButtonInner.js.map +1 -1
  882. package/mobile/dist/ui-kit/Checkbox/Checkbox.js +1 -1
  883. package/mobile/dist/ui-kit/CookiePopup/CookiePopup.js +1 -1
  884. package/mobile/dist/ui-kit/CookiePopup/CookiePopup.js.map +1 -1
  885. package/mobile/dist/ui-kit/DialogManager/CloseButton.js +1 -1
  886. package/mobile/dist/ui-kit/DialogManager/CloseButton.js.map +1 -1
  887. package/mobile/dist/ui-kit/Foldable/DefaultFoldButton.js +2 -2
  888. package/mobile/dist/ui-kit/Foldable/DefaultFoldButton.js.map +1 -1
  889. package/mobile/dist/ui-kit/InnerTable/InnerTable.js +1 -1
  890. package/mobile/dist/ui-kit/InnerTable/InnerTable.js.map +1 -1
  891. package/mobile/dist/ui-kit/InnerTable/InnerTableBody.js +1 -1
  892. package/mobile/dist/ui-kit/InnerTable/InnerTableBody.js.map +1 -1
  893. package/mobile/dist/ui-kit/InnerTable/InnerTableBodyItem.js +3 -2
  894. package/mobile/dist/ui-kit/InnerTable/InnerTableBodyItem.js.map +1 -1
  895. package/mobile/dist/ui-kit/InnerTable/InnerTableButton.js +1 -1
  896. package/mobile/dist/ui-kit/InnerTable/InnerTableButton.js.map +1 -1
  897. package/mobile/dist/ui-kit/Input/Input.js +2 -2
  898. package/mobile/dist/ui-kit/Input/Input.js.map +1 -1
  899. package/mobile/dist/ui-kit/InputRange/InputRange.js +2 -2
  900. package/mobile/dist/ui-kit/InputRange/InputRange.js.map +1 -1
  901. package/mobile/dist/ui-kit/InputRange/renderRangeWithTicks.js +1 -1
  902. package/mobile/dist/ui-kit/LocationDialog/SearchBar.js +1 -1
  903. package/mobile/dist/ui-kit/LocationDialog/SearchBar.js.map +1 -1
  904. package/mobile/dist/ui-kit/LocationDialog/renderForeignOffices.js +2 -2
  905. package/mobile/dist/ui-kit/LocationDialog/renderForeignOffices.js.map +1 -1
  906. package/mobile/dist/ui-kit/Radio/Radio.js +1 -1
  907. package/mobile/dist/ui-kit/Radio/Radio.js.map +1 -1
  908. package/mobile/dist/ui-kit/RadioButtonGroup/RadioButtonGroup.js +2 -2
  909. package/mobile/dist/ui-kit/RadioButtonGroup/RadioButtonGroup.js.map +1 -1
  910. package/mobile/dist/ui-kit/SearchDialog/SearchInput.js +1 -1
  911. package/mobile/dist/ui-kit/SearchDialog/SearchInput.js.map +1 -1
  912. package/mobile/dist/ui-kit/Select/Select.js +2 -2
  913. package/mobile/dist/ui-kit/Select/Select.js.map +1 -1
  914. package/mobile/dist/ui-kit/Sitemap/Sitemap.js +1 -1
  915. package/mobile/dist/ui-kit/Sitemap/Sitemap.js.map +1 -1
  916. package/mobile/dist/ui-kit/SwipeListControl/SwipeListControlDots.js +2 -2
  917. package/mobile/dist/ui-kit/SwipeListControl/SwipeListControlDots.js.map +1 -1
  918. package/mobile/dist/ui-kit/Tags/Tags.js +1 -1
  919. package/mobile/dist/ui-kit/Tags/Tags.js.map +1 -1
  920. package/mobile/dist/ui-kit/TopItem/TopItem.js +1 -1
  921. package/mobile/dist/ui-kit/TopItem/TopItem.js.map +1 -1
  922. package/mobile/dist/ui-kit/YandexMap/renderOpenMap.js +1 -1
  923. package/mobile/dist/ui-kit/YandexMap/renderOpenMap.js.map +1 -1
  924. package/mobile/dist/ui-kit/YandexMap/renderUserGeolocation.js +1 -1
  925. package/mobile/dist/utils/style.d.ts +2 -1
  926. package/mobile/dist/utils/style.js.map +1 -1
  927. package/mobile/lib/common.css +1 -1
  928. package/mobile/lib/components/ApplicationForm/ApplicationForm.js +1 -1
  929. package/mobile/lib/components/ApplicationForm/ApplicationForm.js.map +1 -1
  930. package/mobile/lib/components/ApplicationForm/ApplicationFormAcquiring.js +1 -1
  931. package/mobile/lib/components/ApplicationForm/ApplicationFormAcquiring.js.map +1 -1
  932. package/mobile/lib/components/ApplicationForm/ApplicationFormBusinessCard.js +1 -1
  933. package/mobile/lib/components/ApplicationForm/ApplicationFormBusinessCard.js.map +1 -1
  934. package/mobile/lib/components/ApplicationForm/ApplicationFormCredit.js +1 -1
  935. package/mobile/lib/components/ApplicationForm/ApplicationFormCredit.js.map +1 -1
  936. package/mobile/lib/components/ApplicationForm/ApplicationFormDeposit.js +1 -1
  937. package/mobile/lib/components/ApplicationForm/ApplicationFormDeposit.js.map +1 -1
  938. package/mobile/lib/components/ApplicationForm/ApplicationFormGrantSupport.js +1 -1
  939. package/mobile/lib/components/ApplicationForm/ApplicationFormWed.js +1 -1
  940. package/mobile/lib/components/ApplicationForm/ApplicationFormWed.js.map +1 -1
  941. package/mobile/lib/components/ApplicationForm/ResponseNotification.js +1 -1
  942. package/mobile/lib/components/ApplicationForm/ResponseNotification.js.map +1 -1
  943. package/mobile/lib/components/ApplicationForm/SelectControl.d.ts +1 -0
  944. package/mobile/lib/components/ApplicationForm/SelectControl.js +1 -1
  945. package/mobile/lib/components/ApplicationForm/SelectControl.js.map +1 -1
  946. package/mobile/lib/components/ApplicationForm/renderAcquiringDataOrganization.js +1 -1
  947. package/mobile/lib/components/ApplicationForm/renderAcquiringDataOrganization.js.map +1 -1
  948. package/mobile/lib/components/ApplicationForm/renderAcquiringRegion.js +1 -1
  949. package/mobile/lib/components/ApplicationForm/renderAcquiringRegion.js.map +1 -1
  950. package/mobile/lib/components/ApplicationForm/renderBusinessCardDataOrganization.js +1 -1
  951. package/mobile/lib/components/ApplicationForm/renderBusinessCardDataOrganization.js.map +1 -1
  952. package/mobile/lib/components/ApplicationForm/renderContacts.js +1 -1
  953. package/mobile/lib/components/ApplicationForm/renderContacts.js.map +1 -1
  954. package/mobile/lib/components/ApplicationForm/renderCreditDataOrganization.js +1 -1
  955. package/mobile/lib/components/ApplicationForm/renderCreditDataOrganization.js.map +1 -1
  956. package/mobile/lib/components/ApplicationForm/renderCreditParameters.js +1 -1
  957. package/mobile/lib/components/ApplicationForm/renderCreditParameters.js.map +1 -1
  958. package/mobile/lib/components/ApplicationForm/renderQuestionsInterested.js +1 -1
  959. package/mobile/lib/components/ApplicationForm/renderQuestionsInterested.js.map +1 -1
  960. package/mobile/lib/components/ApplicationForm/renderRegion.js +1 -1
  961. package/mobile/lib/components/ApplicationForm/renderRegion.js.map +1 -1
  962. package/mobile/lib/components/ApplicationForm/renderRegionDepartment.js +1 -1
  963. package/mobile/lib/components/ApplicationForm/renderRegionDepartment.js.map +1 -1
  964. package/mobile/lib/components/ApplicationForm/renderSlideCheckboxes.js +1 -1
  965. package/mobile/lib/components/ApplicationForm/renderSlideCheckboxes.js.map +1 -1
  966. package/mobile/lib/components/ApplicationForm/renderSubmitButton.js +1 -1
  967. package/mobile/lib/components/ApplicationForm/renderSubmitButton.js.map +1 -1
  968. package/mobile/lib/components/Bonus/Bonus.js +6 -4
  969. package/mobile/lib/components/Bonus/Bonus.js.map +1 -1
  970. package/mobile/lib/components/BonusBenefitsBlock/BonusBenefitsBlock.js +1 -1
  971. package/mobile/lib/components/BonusBenefitsBlock/BonusBenefitsBlock.js.map +1 -1
  972. package/mobile/lib/components/BonusBenefitsBlock/bonusBenefitStyles.d.ts +1 -1
  973. package/mobile/lib/components/BonusBenefitsBlock/bonusBenefitStyles.js +1 -1
  974. package/mobile/lib/components/BusinessBlock/BusinessBlock.js +1 -1
  975. package/mobile/lib/components/BusinessBlock/BusinessBlock.js.map +1 -1
  976. package/mobile/lib/components/BusinessBlock/BusinessCard.js +1 -1
  977. package/mobile/lib/components/BusinessBlock/BusinessCard.js.map +1 -1
  978. package/mobile/lib/components/Calculator/BonusCalculatorForm.js +2 -3
  979. package/mobile/lib/components/Calculator/BonusCalculatorForm.js.map +1 -1
  980. package/mobile/lib/components/Calculator/BusinessDepositCalculatorForm.js +24 -23
  981. package/mobile/lib/components/Calculator/BusinessDepositCalculatorForm.js.map +1 -1
  982. package/mobile/lib/components/Calculator/CalculatorValueBlock.js +1 -1
  983. package/mobile/lib/components/Calculator/CalculatorValueBlock.js.map +1 -1
  984. package/mobile/lib/components/Calculator/CreditCalculatorForm.js +4 -4
  985. package/mobile/lib/components/Calculator/CreditCalculatorForm.js.map +1 -1
  986. package/mobile/lib/components/Calculator/DepositCalculatorForm.js +4 -4
  987. package/mobile/lib/components/Calculator/DepositCalculatorForm.js.map +1 -1
  988. package/mobile/lib/components/Calculator/Rate.js +1 -1
  989. package/mobile/lib/components/Calculator/Rate.js.map +1 -1
  990. package/mobile/lib/components/Calculator/RefinancingCalculatorForm.js +5 -6
  991. package/mobile/lib/components/Calculator/RefinancingCalculatorForm.js.map +1 -1
  992. package/mobile/lib/components/Calculator/renderBinaryRadioButtonGroup.js +1 -1
  993. package/mobile/lib/components/Calculator/renderBinaryRadioButtonGroup.js.map +1 -1
  994. package/mobile/lib/components/Calculator/renderCalculatorBlock.js +1 -1
  995. package/mobile/lib/components/Calculator/renderCalculatorBlock.js.map +1 -1
  996. package/mobile/lib/components/Calculator/renderInitialFeeInput.js +1 -1
  997. package/mobile/lib/components/Calculator/renderInitialFeeInput.js.map +1 -1
  998. package/mobile/lib/components/CardTransfer/CardTransfer.js +9 -6
  999. package/mobile/lib/components/CardTransfer/CardTransfer.js.map +1 -1
  1000. package/mobile/lib/components/CardTransfer/CardTransferContent.d.ts +5 -0
  1001. package/mobile/lib/components/Carousel/Carousel.d.ts +1 -1
  1002. package/mobile/lib/components/Carousel/Carousel.js +8 -12
  1003. package/mobile/lib/components/Carousel/Carousel.js.map +1 -1
  1004. package/mobile/lib/components/Carousel/renderCardHighlight.d.ts +7 -0
  1005. package/mobile/lib/components/Carousel/renderCardHighlight.js +6 -0
  1006. package/mobile/lib/components/Carousel/renderCardHighlight.js.map +1 -0
  1007. package/mobile/lib/components/Carousel/renderCarouselCards.d.ts +5 -0
  1008. package/mobile/lib/components/Carousel/renderCarouselCards.js +25 -0
  1009. package/mobile/lib/components/Carousel/renderCarouselCards.js.map +1 -0
  1010. package/mobile/lib/components/Carousel/visibleItemCountStyle.d.ts +1 -0
  1011. package/mobile/lib/components/Carousel/visibleItemCountStyle.js +2 -0
  1012. package/mobile/lib/components/Carousel/visibleItemCountStyle.js.map +1 -0
  1013. package/mobile/lib/components/CarouselBankHistoryCard/CarouselBankHistoryCard.js +1 -1
  1014. package/mobile/lib/components/CarouselBankHistoryCard/CarouselBankHistoryCard.js.map +1 -1
  1015. package/mobile/lib/components/CarouselCard/CarouselCard.js +2 -2
  1016. package/mobile/lib/components/CarouselCard/CarouselCard.js.map +1 -1
  1017. package/mobile/lib/components/CarouselCatalogCard/CarouselCatalogCard.js +1 -1
  1018. package/mobile/lib/components/CarouselCatalogCard/CarouselCatalogCard.js.map +1 -1
  1019. package/mobile/lib/components/CarouselInvestmentCard/CarouselInvestmentCard.js +4 -9
  1020. package/mobile/lib/components/CarouselInvestmentCard/CarouselInvestmentCard.js.map +1 -1
  1021. package/mobile/lib/components/CarouselLinks/CarouselLinkButton.d.ts +5 -0
  1022. package/{lib/ui-kit/LinkButton/LinkButton.js → mobile/lib/components/CarouselLinks/CarouselLinkButton.js} +4 -4
  1023. package/mobile/lib/components/CarouselLinks/CarouselLinkButton.js.map +1 -0
  1024. package/mobile/lib/components/CarouselLinks/CarouselLinks.js +5 -5
  1025. package/mobile/lib/components/CarouselLinks/CarouselLinks.js.map +1 -1
  1026. package/mobile/lib/components/CarouselRecommendationCard/CarouselRecommendationCard.js +1 -1
  1027. package/mobile/lib/components/CarouselRecommendationCard/CarouselRecommendationCard.js.map +1 -1
  1028. package/mobile/lib/components/CarouselTariffsCard/CarouselTariffsCard.js +4 -7
  1029. package/mobile/lib/components/CarouselTariffsCard/CarouselTariffsCard.js.map +1 -1
  1030. package/mobile/lib/components/CarouselTariffsCard/renderCardInfo.js +1 -1
  1031. package/mobile/lib/components/CarouselTariffsCard/renderCardInfo.js.map +1 -1
  1032. package/mobile/lib/components/ComparisonTable/TableCarouselContainer.js +1 -1
  1033. package/mobile/lib/components/ComparisonTable/TableCell.js +1 -1
  1034. package/mobile/lib/components/ComparisonTable/TableCell.js.map +1 -1
  1035. package/mobile/lib/components/ComparisonTable/TableColumn.js +1 -1
  1036. package/mobile/lib/components/ComparisonTable/TableColumn.js.map +1 -1
  1037. package/mobile/lib/components/ComparisonTable/TableRow.js +1 -1
  1038. package/mobile/lib/components/ComparisonTable/TableRow.js.map +1 -1
  1039. package/mobile/lib/components/ComparisonTable/TableRowContainer.js +1 -1
  1040. package/mobile/lib/components/ComparisonTable/TableRowContainer.js.map +1 -1
  1041. package/mobile/lib/components/ComparisonTable/constants.d.ts +1 -1
  1042. package/mobile/lib/components/ComparisonTable/constants.js +1 -1
  1043. package/mobile/lib/components/ComparisonTable/constants.js.map +1 -1
  1044. package/mobile/lib/components/ContactsBlock/ContactsBlock.js +2 -2
  1045. package/mobile/lib/components/ContactsBlock/ContactsBlock.js.map +1 -1
  1046. package/mobile/lib/components/ContentPage/ContentPage.js +1 -1
  1047. package/mobile/lib/components/ContentPage/ContentPage.js.map +1 -1
  1048. package/mobile/lib/components/DepositFiltration/DepositFiltration.js +1 -1
  1049. package/mobile/lib/components/DepositFiltration/DepositFiltration.js.map +1 -1
  1050. package/mobile/lib/components/ErrorBlock/ErrorBlock.js +2 -2
  1051. package/mobile/lib/components/ErrorBlock/ErrorBlock.js.map +1 -1
  1052. package/mobile/lib/components/ExchangeRateOffice/renderCurrencies.js +1 -1
  1053. package/mobile/lib/components/ExchangeRateOffice/renderCurrencies.js.map +1 -1
  1054. package/mobile/lib/components/ExchangeRateTile/CurrencyTable.js +1 -1
  1055. package/mobile/lib/components/ExchangeRateTile/CurrencyTable.js.map +1 -1
  1056. package/mobile/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.js +1 -1
  1057. package/mobile/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.js.map +1 -1
  1058. package/mobile/lib/components/ExchangeRateTile/renderInput.js +1 -1
  1059. package/mobile/lib/components/ExchangeRateTile/renderInput.js.map +1 -1
  1060. package/mobile/lib/components/Footer/buttonStylesWithText.js +1 -1
  1061. package/mobile/lib/components/Footer/buttonStylesWithText.js.map +1 -1
  1062. package/mobile/lib/components/GracePeriod/GracePeriod.js +4 -3
  1063. package/mobile/lib/components/GracePeriod/GracePeriod.js.map +1 -1
  1064. package/mobile/lib/components/Header/DropdownMenu.js +2 -2
  1065. package/mobile/lib/components/Header/DropdownMenu.js.map +1 -1
  1066. package/mobile/lib/components/Header/Header.js +1 -1
  1067. package/mobile/lib/components/Header/Header.js.map +1 -1
  1068. package/mobile/lib/components/Header/HeaderSecondaryMenu.js +1 -1
  1069. package/mobile/lib/components/Header/HeaderSecondaryMenu.js.map +1 -1
  1070. package/mobile/lib/components/Header/HeaderSecondaryMenuButton.js +1 -1
  1071. package/mobile/lib/components/Header/HeaderSubMenu.js +1 -2
  1072. package/mobile/lib/components/Header/HeaderSubMenu.js.map +1 -1
  1073. package/mobile/lib/components/Header/InternetBankButton.js +2 -2
  1074. package/mobile/lib/components/Header/InternetBankButton.js.map +1 -1
  1075. package/mobile/lib/components/Headline/Headline.js +2 -2
  1076. package/mobile/lib/components/Headline/Headline.js.map +1 -1
  1077. package/mobile/lib/components/Headline/HeadlineContent.d.ts +2 -2
  1078. package/mobile/lib/components/Headline/headlineVersionStyles.js +1 -1
  1079. package/mobile/lib/components/Headline/headlineVersionStyles.js.map +1 -1
  1080. package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlock.js +1 -1
  1081. package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js +5 -5
  1082. package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js.map +1 -1
  1083. package/mobile/lib/components/InvestmentInfo/InvestmentInfo.js +2 -2
  1084. package/mobile/lib/components/InvestmentInfo/InvestmentInfo.js.map +1 -1
  1085. package/mobile/lib/components/LikeControl/LikeControl.js +1 -1
  1086. package/mobile/lib/components/LikeControl/LikeControl.js.map +1 -1
  1087. package/mobile/lib/components/LinkDocs/LinkDocItem.js +1 -1
  1088. package/mobile/lib/components/LinkDocs/LinkDocs.js +2 -2
  1089. package/mobile/lib/components/LinkDocs/LinkDocs.js.map +1 -1
  1090. package/mobile/lib/components/MobileAppTile/MobileAppTile.js +2 -2
  1091. package/mobile/lib/components/MobileAppTile/MobileAppTile.js.map +1 -1
  1092. package/mobile/lib/components/MobileAppTile/buttonsConditionStyle.d.ts +3 -0
  1093. package/mobile/lib/components/MobileAppTile/buttonsConditionStyle.js +10 -0
  1094. package/mobile/lib/components/MobileAppTile/buttonsConditionStyle.js.map +1 -0
  1095. package/mobile/lib/components/MobileAppTile/renderList.js +1 -1
  1096. package/mobile/lib/components/MobileAppTile/renderList.js.map +1 -1
  1097. package/mobile/lib/components/MortgageFiltration/MortgageFiltration.js +1 -1
  1098. package/mobile/lib/components/MortgageFiltration/MortgageFiltration.js.map +1 -1
  1099. package/mobile/lib/components/OfficeMap/OfficeMap.js +1 -1
  1100. package/mobile/lib/components/OfficeMap/OfficeMap.js.map +1 -1
  1101. package/mobile/lib/components/OfficeMap/renderFunctions.js +4 -4
  1102. package/mobile/lib/components/OfficeMap/renderFunctions.js.map +1 -1
  1103. package/mobile/lib/components/Placeholder/Placeholder.js +1 -1
  1104. package/mobile/lib/components/Placeholder/Placeholder.js.map +1 -1
  1105. package/mobile/lib/components/ProductBlock/renderBackwardButton.js +1 -1
  1106. package/mobile/lib/components/PromoTile/PromoTile.js +1 -1
  1107. package/mobile/lib/components/PromoTile/PromoTile.js.map +1 -1
  1108. package/mobile/lib/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.js +1 -1
  1109. package/mobile/lib/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.js.map +1 -1
  1110. package/mobile/lib/components/RollupItem/RollupItem.d.ts +6 -1
  1111. package/mobile/lib/components/RollupItem/RollupItem.js +3 -3
  1112. package/mobile/lib/components/RollupItem/RollupItem.js.map +1 -1
  1113. package/mobile/lib/components/RollupItem/RollupItemContent.d.ts +0 -4
  1114. package/mobile/lib/components/SafeDepositRental/RadioButtons.d.ts +1 -1
  1115. package/mobile/lib/components/SafeDepositRental/RadioButtons.js +1 -1
  1116. package/mobile/lib/components/SafeDepositRental/RadioButtons.js.map +1 -1
  1117. package/mobile/lib/components/SafeDepositRental/SafeBoxCases.js +1 -1
  1118. package/mobile/lib/components/SafeDepositRental/SafeDepositRental.js +1 -1
  1119. package/mobile/lib/components/SafeDepositRental/SafeDepositRental.js.map +1 -1
  1120. package/mobile/lib/components/SafeDepositRental/SafeDepositRentalFields.js +1 -1
  1121. package/mobile/lib/components/SafeDepositRental/SafeDepositRentalFields.js.map +1 -1
  1122. package/mobile/lib/components/SafeDepositRental/SafeDepositRentalForm.js +1 -1
  1123. package/mobile/lib/components/SafeDepositRental/SafeDepositRentalForm.js.map +1 -1
  1124. package/mobile/lib/components/SafeDepositRental/SafeDepositRentalTotal.js +2 -2
  1125. package/mobile/lib/components/SafeDepositRental/SafeDepositRentalTotal.js.map +1 -1
  1126. package/mobile/lib/components/StepsBlock/StepsBlock.d.ts +1 -1
  1127. package/mobile/lib/components/StepsBlock/StepsBlock.js +6 -7
  1128. package/mobile/lib/components/StepsBlock/StepsBlock.js.map +1 -1
  1129. package/mobile/lib/components/StepsBlock/renderStep.js +1 -1
  1130. package/mobile/lib/components/StepsBlock/renderStep.js.map +1 -1
  1131. package/mobile/lib/components/TariffsTable/EmbeddableCellData.js +2 -2
  1132. package/mobile/lib/components/TariffsTable/EmbeddableCellData.js.map +1 -1
  1133. package/mobile/lib/components/TariffsTable/TariffsTable.js +1 -1
  1134. package/mobile/lib/components/TariffsTable/TariffsTable.js.map +1 -1
  1135. package/mobile/lib/components/TariffsTable/TariffsTableCell.js +1 -1
  1136. package/mobile/lib/components/TariffsTable/TariffsTableCell.js.map +1 -1
  1137. package/mobile/lib/components/TariffsTable/TariffsTableVertical.js +1 -1
  1138. package/mobile/lib/components/TariffsTable/TariffsTableVertical.js.map +1 -1
  1139. package/mobile/lib/components/TariffsTable/constants.d.ts +1 -1
  1140. package/mobile/lib/components/TariffsTable/constants.js +1 -1
  1141. package/mobile/lib/components/TariffsTable/constants.js.map +1 -1
  1142. package/mobile/lib/components/TextBlock/TextBlock.js +2 -2
  1143. package/mobile/lib/components/TextBlock/TextBlock.js.map +1 -1
  1144. package/mobile/lib/components/Video/getPaddings.d.ts +1 -1
  1145. package/mobile/lib/components/Video/getPaddings.js +1 -1
  1146. package/mobile/lib/components/Video/getPaddings.js.map +1 -1
  1147. package/mobile/lib/model/HeadlineType.d.ts +1 -1
  1148. package/mobile/lib/ui-kit/BaseFiltration/BaseFiltrationInner.js +1 -1
  1149. package/mobile/lib/ui-kit/BaseFiltration/BaseFiltrationInner.js.map +1 -1
  1150. package/mobile/lib/ui-kit/BaseProductTile/BaseProductTile.js +1 -1
  1151. package/mobile/lib/ui-kit/BaseProductTile/BaseProductTile.js.map +1 -1
  1152. package/mobile/lib/ui-kit/BaseTile/BaseTile.js +6 -2
  1153. package/mobile/lib/ui-kit/BaseTile/BaseTile.js.map +1 -1
  1154. package/mobile/lib/ui-kit/Button/ButtonInner.js +1 -1
  1155. package/mobile/lib/ui-kit/Button/ButtonInner.js.map +1 -1
  1156. package/mobile/lib/ui-kit/Checkbox/Checkbox.js +1 -1
  1157. package/mobile/lib/ui-kit/CookiePopup/CookiePopup.js +1 -1
  1158. package/mobile/lib/ui-kit/CookiePopup/CookiePopup.js.map +1 -1
  1159. package/mobile/lib/ui-kit/DialogManager/CloseButton.js +1 -1
  1160. package/mobile/lib/ui-kit/DialogManager/CloseButton.js.map +1 -1
  1161. package/mobile/lib/ui-kit/Foldable/DefaultFoldButton.js +2 -2
  1162. package/mobile/lib/ui-kit/Foldable/DefaultFoldButton.js.map +1 -1
  1163. package/mobile/lib/ui-kit/InnerTable/InnerTable.js +1 -1
  1164. package/mobile/lib/ui-kit/InnerTable/InnerTable.js.map +1 -1
  1165. package/mobile/lib/ui-kit/InnerTable/InnerTableBody.js +1 -1
  1166. package/mobile/lib/ui-kit/InnerTable/InnerTableBody.js.map +1 -1
  1167. package/mobile/lib/ui-kit/InnerTable/InnerTableBodyItem.js +3 -2
  1168. package/mobile/lib/ui-kit/InnerTable/InnerTableBodyItem.js.map +1 -1
  1169. package/mobile/lib/ui-kit/InnerTable/InnerTableButton.js +1 -1
  1170. package/mobile/lib/ui-kit/InnerTable/InnerTableButton.js.map +1 -1
  1171. package/mobile/lib/ui-kit/Input/Input.js +2 -2
  1172. package/mobile/lib/ui-kit/Input/Input.js.map +1 -1
  1173. package/mobile/lib/ui-kit/InputRange/InputRange.js +2 -2
  1174. package/mobile/lib/ui-kit/InputRange/InputRange.js.map +1 -1
  1175. package/mobile/lib/ui-kit/InputRange/renderRangeWithTicks.js +1 -1
  1176. package/mobile/lib/ui-kit/LocationDialog/SearchBar.js +1 -1
  1177. package/mobile/lib/ui-kit/LocationDialog/SearchBar.js.map +1 -1
  1178. package/mobile/lib/ui-kit/LocationDialog/renderForeignOffices.js +2 -2
  1179. package/mobile/lib/ui-kit/LocationDialog/renderForeignOffices.js.map +1 -1
  1180. package/mobile/lib/ui-kit/Radio/Radio.js +1 -1
  1181. package/mobile/lib/ui-kit/Radio/Radio.js.map +1 -1
  1182. package/mobile/lib/ui-kit/RadioButtonGroup/RadioButtonGroup.js +2 -2
  1183. package/mobile/lib/ui-kit/RadioButtonGroup/RadioButtonGroup.js.map +1 -1
  1184. package/mobile/lib/ui-kit/SearchDialog/SearchInput.js +1 -1
  1185. package/mobile/lib/ui-kit/SearchDialog/SearchInput.js.map +1 -1
  1186. package/mobile/lib/ui-kit/Select/Select.js +2 -2
  1187. package/mobile/lib/ui-kit/Select/Select.js.map +1 -1
  1188. package/mobile/lib/ui-kit/Sitemap/Sitemap.js +1 -1
  1189. package/mobile/lib/ui-kit/Sitemap/Sitemap.js.map +1 -1
  1190. package/mobile/lib/ui-kit/SwipeListControl/SwipeListControlDots.js +2 -2
  1191. package/mobile/lib/ui-kit/SwipeListControl/SwipeListControlDots.js.map +1 -1
  1192. package/mobile/lib/ui-kit/Tags/Tags.js +1 -1
  1193. package/mobile/lib/ui-kit/Tags/Tags.js.map +1 -1
  1194. package/mobile/lib/ui-kit/TopItem/TopItem.js +1 -1
  1195. package/mobile/lib/ui-kit/TopItem/TopItem.js.map +1 -1
  1196. package/mobile/lib/ui-kit/YandexMap/renderOpenMap.js +1 -1
  1197. package/mobile/lib/ui-kit/YandexMap/renderOpenMap.js.map +1 -1
  1198. package/mobile/lib/ui-kit/YandexMap/renderUserGeolocation.js +1 -1
  1199. package/mobile/lib/utils/style.d.ts +2 -1
  1200. package/mobile/lib/utils/style.js.map +1 -1
  1201. package/mobile/src/components/ApplicationForm/ApplicationForm.tsx +2 -6
  1202. package/mobile/src/components/ApplicationForm/ApplicationFormAcquiring.tsx +4 -4
  1203. package/mobile/src/components/ApplicationForm/ApplicationFormBusinessCard.tsx +2 -2
  1204. package/mobile/src/components/ApplicationForm/ApplicationFormCredit.tsx +5 -5
  1205. package/mobile/src/components/ApplicationForm/ApplicationFormDeposit.tsx +5 -5
  1206. package/mobile/src/components/ApplicationForm/ApplicationFormGrantSupport.tsx +1 -1
  1207. package/mobile/src/components/ApplicationForm/ApplicationFormWed.tsx +6 -6
  1208. package/mobile/src/components/ApplicationForm/ResponseNotification.tsx +2 -2
  1209. package/mobile/src/components/ApplicationForm/SelectControl.tsx +6 -5
  1210. package/mobile/src/components/ApplicationForm/renderAcquiringDataOrganization.tsx +7 -7
  1211. package/mobile/src/components/ApplicationForm/renderAcquiringRegion.tsx +3 -3
  1212. package/mobile/src/components/ApplicationForm/renderBusinessCardDataOrganization.tsx +7 -7
  1213. package/mobile/src/components/ApplicationForm/renderContacts.tsx +5 -5
  1214. package/mobile/src/components/ApplicationForm/renderCreditDataOrganization.tsx +9 -9
  1215. package/mobile/src/components/ApplicationForm/renderCreditParameters.tsx +2 -2
  1216. package/mobile/src/components/ApplicationForm/renderQuestionsInterested.tsx +6 -14
  1217. package/mobile/src/components/ApplicationForm/renderRegion.tsx +7 -8
  1218. package/mobile/src/components/ApplicationForm/renderRegionDepartment.tsx +3 -3
  1219. package/mobile/src/components/ApplicationForm/renderSlideCheckboxes.tsx +1 -1
  1220. package/mobile/src/components/ApplicationForm/renderSubmitButton.tsx +1 -4
  1221. package/mobile/src/components/Bonus/Bonus.tsx +25 -23
  1222. package/mobile/src/components/BonusBenefitsBlock/BonusBenefitsBlock.tsx +1 -2
  1223. package/mobile/src/components/BonusBenefitsBlock/bonusBenefitStyles.ts +1 -1
  1224. package/mobile/src/components/BusinessBlock/BusinessBlock.tsx +1 -1
  1225. package/mobile/src/components/BusinessBlock/BusinessCard.tsx +1 -1
  1226. package/mobile/src/components/Calculator/BonusCalculatorForm.tsx +12 -15
  1227. package/mobile/src/components/Calculator/BusinessDepositCalculatorForm.tsx +36 -39
  1228. package/mobile/src/components/Calculator/CalculatorValueBlock.tsx +1 -1
  1229. package/mobile/src/components/Calculator/CreditCalculatorForm.tsx +7 -7
  1230. package/mobile/src/components/Calculator/DepositCalculatorForm.tsx +5 -7
  1231. package/mobile/src/components/Calculator/Rate.tsx +1 -1
  1232. package/mobile/src/components/Calculator/RefinancingCalculatorForm.tsx +6 -11
  1233. package/mobile/src/components/Calculator/renderBinaryRadioButtonGroup.tsx +2 -2
  1234. package/mobile/src/components/Calculator/renderCalculatorBlock.tsx +2 -2
  1235. package/mobile/src/components/Calculator/renderInitialFeeInput.tsx +0 -1
  1236. package/mobile/src/components/CardTransfer/CardTransfer.example.json +2 -1
  1237. package/mobile/src/components/CardTransfer/CardTransfer.tsx +15 -9
  1238. package/mobile/src/components/CardTransfer/CardTransferContent.ts +5 -0
  1239. package/mobile/src/components/Carousel/Carousel.tsx +11 -20
  1240. package/mobile/src/components/Carousel/renderCardHighlight.tsx +22 -0
  1241. package/mobile/src/components/Carousel/renderCarouselCards.tsx +58 -0
  1242. package/mobile/src/components/Carousel/visibleItemCountStyle.tsx +1 -0
  1243. package/mobile/src/components/CarouselBankHistoryCard/CarouselBankHistoryCard.tsx +1 -1
  1244. package/mobile/src/components/CarouselCard/CarouselCard.tsx +10 -4
  1245. package/mobile/src/components/CarouselCatalogCard/CarouselCatalogCard.tsx +1 -1
  1246. package/mobile/src/components/CarouselInvestmentCard/CarouselInvestmentCard.tsx +9 -22
  1247. package/mobile/src/{ui-kit/LinkButton/LinkButton.tsx → components/CarouselLinks/CarouselLinkButton.tsx} +4 -5
  1248. package/mobile/src/components/CarouselLinks/CarouselLinks.tsx +8 -8
  1249. package/mobile/src/components/CarouselRecommendationCard/CarouselRecommendationCard.tsx +4 -5
  1250. package/mobile/src/components/CarouselTariffsCard/CarouselTariffsCard.tsx +4 -31
  1251. package/mobile/src/components/CarouselTariffsCard/renderCardInfo.tsx +2 -2
  1252. package/mobile/src/components/ComparisonTable/TableCarouselContainer.tsx +1 -1
  1253. package/mobile/src/components/ComparisonTable/TableCell.tsx +1 -1
  1254. package/mobile/src/components/ComparisonTable/TableColumn.tsx +1 -1
  1255. package/mobile/src/components/ComparisonTable/TableRow.tsx +1 -1
  1256. package/mobile/src/components/ComparisonTable/TableRowContainer.tsx +1 -1
  1257. package/mobile/src/components/ComparisonTable/constants.ts +1 -1
  1258. package/mobile/src/components/ContactsBlock/ContactsBlock.tsx +4 -4
  1259. package/mobile/src/components/ContentPage/ContentPage.tsx +2 -2
  1260. package/mobile/src/components/DepositFiltration/DepositFiltration.tsx +1 -1
  1261. package/mobile/src/components/ErrorBlock/ErrorBlock.tsx +5 -5
  1262. package/mobile/src/components/ExchangeRateOffice/renderCurrencies.tsx +2 -2
  1263. package/mobile/src/components/ExchangeRateTile/CurrencyTable.tsx +2 -7
  1264. package/mobile/src/components/ExchangeRateTile/ExchangeCurrencyCalculator.tsx +1 -1
  1265. package/mobile/src/components/ExchangeRateTile/renderInput.tsx +1 -1
  1266. package/mobile/src/components/Footer/buttonStylesWithText.ts +1 -1
  1267. package/mobile/src/components/GracePeriod/GracePeriod.tsx +9 -14
  1268. package/mobile/src/components/Header/DropdownMenu.tsx +3 -3
  1269. package/mobile/src/components/Header/Header.tsx +1 -1
  1270. package/mobile/src/components/Header/HeaderSecondaryMenu.tsx +1 -1
  1271. package/mobile/src/components/Header/HeaderSecondaryMenuButton.tsx +1 -1
  1272. package/mobile/src/components/Header/HeaderSubMenu.tsx +6 -4
  1273. package/mobile/src/components/Header/InternetBankButton.tsx +2 -2
  1274. package/mobile/src/components/Headline/Headline.tsx +3 -3
  1275. package/mobile/src/components/Headline/HeadlineContent.ts +2 -2
  1276. package/mobile/src/components/Headline/headlineVersionStyles.ts +1 -1
  1277. package/mobile/src/components/InsuranceAmountBlock/InsuranceAmountBlock.tsx +1 -1
  1278. package/mobile/src/components/InsuranceAmountBlock/InsuranceAmountBlockInner.tsx +8 -8
  1279. package/mobile/src/components/InvestmentInfo/InvestmentInfo.tsx +3 -3
  1280. package/mobile/src/components/LikeControl/LikeControl.tsx +1 -1
  1281. package/mobile/src/components/LinkDocs/LinkDocItem.tsx +1 -1
  1282. package/mobile/src/components/LinkDocs/LinkDocs.tsx +5 -8
  1283. package/mobile/src/components/MobileAppTile/MobileAppTile.tsx +2 -2
  1284. package/mobile/src/components/MobileAppTile/buttonsConditionStyle.tsx +12 -0
  1285. package/mobile/src/components/MobileAppTile/renderList.tsx +1 -1
  1286. package/mobile/src/components/MortgageFiltration/MortgageFiltration.tsx +1 -1
  1287. package/mobile/src/components/OfficeMap/OfficeMap.tsx +1 -1
  1288. package/mobile/src/components/OfficeMap/renderFunctions.tsx +14 -12
  1289. package/mobile/src/components/Placeholder/Placeholder.tsx +1 -1
  1290. package/mobile/src/components/ProductBlock/renderBackwardButton.tsx +1 -1
  1291. package/mobile/src/components/PromoTile/PromoTile.tsx +1 -1
  1292. package/mobile/src/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.tsx +1 -1
  1293. package/mobile/src/components/RollupItem/RollupItem.tsx +10 -7
  1294. package/mobile/src/components/RollupItem/RollupItem.ui.json +1 -5
  1295. package/mobile/src/components/RollupItem/RollupItemContent.ts +0 -4
  1296. package/mobile/src/components/SafeDepositRental/RadioButtons.tsx +2 -2
  1297. package/mobile/src/components/SafeDepositRental/SafeBoxCases.tsx +1 -1
  1298. package/mobile/src/components/SafeDepositRental/SafeDepositRental.tsx +1 -1
  1299. package/mobile/src/components/SafeDepositRental/SafeDepositRentalFields.tsx +2 -2
  1300. package/mobile/src/components/SafeDepositRental/SafeDepositRentalForm.tsx +1 -1
  1301. package/mobile/src/components/SafeDepositRental/SafeDepositRentalTotal.tsx +5 -5
  1302. package/mobile/src/components/StepsBlock/StepsBlock.tsx +17 -17
  1303. package/mobile/src/components/StepsBlock/renderStep.tsx +1 -1
  1304. package/mobile/src/components/TariffsTable/EmbeddableCellData.tsx +2 -2
  1305. package/mobile/src/components/TariffsTable/TariffsTable.tsx +1 -1
  1306. package/mobile/src/components/TariffsTable/TariffsTableCell.tsx +1 -1
  1307. package/mobile/src/components/TariffsTable/TariffsTableVertical.tsx +1 -1
  1308. package/mobile/src/components/TariffsTable/constants.ts +1 -1
  1309. package/mobile/src/components/TextBlock/TextBlock.tsx +4 -4
  1310. package/mobile/src/components/Video/getPaddings.ts +1 -1
  1311. package/mobile/src/model/HeadlineType.ts +1 -1
  1312. package/mobile/src/ui-kit/BaseFiltration/BaseFiltrationInner.tsx +1 -1
  1313. package/mobile/src/ui-kit/BaseProductTile/BaseProductTile.tsx +1 -1
  1314. package/mobile/src/ui-kit/BaseTile/BaseTile.tsx +15 -4
  1315. package/mobile/src/ui-kit/Button/ButtonInner.tsx +1 -1
  1316. package/mobile/src/ui-kit/Checkbox/Checkbox.tsx +1 -1
  1317. package/mobile/src/ui-kit/CookiePopup/CookiePopup.tsx +1 -1
  1318. package/mobile/src/ui-kit/DialogManager/CloseButton.tsx +1 -1
  1319. package/mobile/src/ui-kit/Foldable/DefaultFoldButton.tsx +2 -2
  1320. package/mobile/src/ui-kit/InnerTable/InnerTable.tsx +1 -1
  1321. package/mobile/src/ui-kit/InnerTable/InnerTableBody.tsx +3 -3
  1322. package/mobile/src/ui-kit/InnerTable/InnerTableBodyItem.tsx +4 -3
  1323. package/mobile/src/ui-kit/InnerTable/InnerTableButton.tsx +1 -1
  1324. package/mobile/src/ui-kit/Input/Input.tsx +2 -2
  1325. package/mobile/src/ui-kit/InputRange/InputRange.tsx +2 -2
  1326. package/mobile/src/ui-kit/InputRange/renderRangeWithTicks.tsx +2 -2
  1327. package/mobile/src/ui-kit/LocationDialog/SearchBar.tsx +2 -2
  1328. package/mobile/src/ui-kit/LocationDialog/renderForeignOffices.tsx +2 -2
  1329. package/mobile/src/ui-kit/Radio/Radio.tsx +2 -2
  1330. package/mobile/src/ui-kit/RadioButtonGroup/RadioButtonGroup.tsx +2 -2
  1331. package/mobile/src/ui-kit/SearchDialog/SearchInput.tsx +1 -1
  1332. package/mobile/src/ui-kit/Select/Select.tsx +3 -3
  1333. package/mobile/src/ui-kit/Sitemap/Sitemap.tsx +1 -1
  1334. package/mobile/src/ui-kit/SwipeListControl/SwipeListControlDots.tsx +2 -2
  1335. package/mobile/src/ui-kit/Tags/Tags.tsx +1 -1
  1336. package/mobile/src/ui-kit/TopItem/TopItem.tsx +1 -1
  1337. package/mobile/src/ui-kit/YandexMap/renderOpenMap.tsx +1 -1
  1338. package/mobile/src/ui-kit/YandexMap/renderUserGeolocation.tsx +1 -1
  1339. package/mobile/src/utils/style.ts +2 -1
  1340. package/package.json +1 -1
  1341. package/src/components/ApplicationForm/ApplicationForm.tsx +2 -6
  1342. package/src/components/ApplicationForm/ApplicationFormAcquiring.tsx +4 -4
  1343. package/src/components/ApplicationForm/ApplicationFormBusinessCard.tsx +2 -2
  1344. package/src/components/ApplicationForm/ApplicationFormCredit.tsx +5 -5
  1345. package/src/components/ApplicationForm/ApplicationFormDeposit.tsx +5 -5
  1346. package/src/components/ApplicationForm/ApplicationFormGrantSupport.tsx +1 -1
  1347. package/src/components/ApplicationForm/ApplicationFormWed.tsx +6 -6
  1348. package/src/components/ApplicationForm/ResponseNotification.tsx +2 -2
  1349. package/src/components/ApplicationForm/SelectControl.tsx +6 -5
  1350. package/src/components/ApplicationForm/renderAcquiringDataOrganization.tsx +7 -7
  1351. package/src/components/ApplicationForm/renderAcquiringRegion.tsx +3 -3
  1352. package/src/components/ApplicationForm/renderBusinessCardDataOrganization.tsx +7 -7
  1353. package/src/components/ApplicationForm/renderContacts.tsx +5 -5
  1354. package/src/components/ApplicationForm/renderCreditDataOrganization.tsx +9 -9
  1355. package/src/components/ApplicationForm/renderCreditParameters.tsx +2 -2
  1356. package/src/components/ApplicationForm/renderQuestionsInterested.tsx +6 -14
  1357. package/src/components/ApplicationForm/renderRegion.tsx +7 -8
  1358. package/src/components/ApplicationForm/renderRegionDepartment.tsx +3 -3
  1359. package/src/components/ApplicationForm/renderSlideCheckboxes.tsx +1 -1
  1360. package/src/components/ApplicationForm/renderSubmitButton.tsx +1 -4
  1361. package/src/components/Bonus/Bonus.tsx +25 -23
  1362. package/src/components/BonusBenefitsBlock/BonusBenefitsBlock.tsx +1 -2
  1363. package/src/components/BonusBenefitsBlock/bonusBenefitStyles.mobile.ts +1 -1
  1364. package/src/components/BonusBenefitsBlock/renderBonusBenefits.tsx +1 -1
  1365. package/src/components/BusinessBlock/BusinessBlock.tsx +1 -1
  1366. package/src/components/BusinessBlock/BusinessCard.tsx +1 -1
  1367. package/src/components/ButtonsBlock/ButtonsBlock.fixture.mobile.tsx +1 -1
  1368. package/src/components/ButtonsBlock/ButtonsBlock.fixture.tsx +1 -1
  1369. package/src/components/Calculator/BonusCalculatorForm.tsx +12 -15
  1370. package/src/components/Calculator/BusinessDepositCalculatorForm.tsx +36 -39
  1371. package/src/components/Calculator/Calculator.tsx +4 -4
  1372. package/src/components/Calculator/CalculatorValueBlock.tsx +1 -1
  1373. package/src/components/Calculator/CreditCalculatorForm.tsx +7 -7
  1374. package/src/components/Calculator/DepositCalculatorForm.tsx +5 -7
  1375. package/src/components/Calculator/Rate.tsx +1 -1
  1376. package/src/components/Calculator/RefinancingCalculatorForm.tsx +6 -11
  1377. package/src/components/Calculator/renderBinaryRadioButtonGroup.tsx +2 -2
  1378. package/src/components/Calculator/renderCalculatorBlock.tsx +2 -2
  1379. package/src/components/Calculator/renderInitialFeeInput.tsx +0 -1
  1380. package/src/components/CardTransfer/CardTransfer.example.json +2 -1
  1381. package/src/components/CardTransfer/CardTransfer.tsx +15 -9
  1382. package/src/components/CardTransfer/CardTransferContent.ts +5 -0
  1383. package/src/components/Carousel/Carousel.tsx +11 -20
  1384. package/src/components/Carousel/renderCardHighlight.tsx +22 -0
  1385. package/src/components/Carousel/renderCarouselCards.tsx +58 -0
  1386. package/src/components/Carousel/visibleItemCountStyle.mobile.tsx +1 -0
  1387. package/src/components/Carousel/visibleItemCountStyle.tsx +1 -0
  1388. package/src/components/CarouselBankHistoryCard/CarouselBankHistoryCard.mobile.tsx +1 -1
  1389. package/src/components/CarouselBankHistoryCard/CarouselBankHistoryCard.tsx +1 -1
  1390. package/src/components/CarouselCard/CarouselCard.tsx +10 -4
  1391. package/src/components/CarouselCatalogCard/CarouselCatalogCard.tsx +1 -1
  1392. package/src/components/CarouselInvestmentCard/CarouselInvestmentCard.fixture.tsx +6 -6
  1393. package/src/components/CarouselInvestmentCard/CarouselInvestmentCard.tsx +9 -22
  1394. package/src/{ui-kit/LinkButton/LinkButton.tsx → components/CarouselLinks/CarouselLinkButton.tsx} +4 -5
  1395. package/src/components/CarouselLinks/CarouselLinks.fixture.tsx +2 -2
  1396. package/src/components/CarouselLinks/CarouselLinks.tsx +8 -8
  1397. package/src/components/CarouselRecommendationCard/CarouselRecommendationCard.fixture.mobile.tsx +6 -6
  1398. package/src/components/CarouselRecommendationCard/CarouselRecommendationCard.fixture.tsx +6 -6
  1399. package/src/components/CarouselRecommendationCard/CarouselRecommendationCard.mobile.tsx +4 -5
  1400. package/src/components/CarouselRecommendationCard/CarouselRecommendationCard.tsx +2 -2
  1401. package/src/components/CarouselTariffsCard/CarouselTariffsCard.fixture.mobile.tsx +1 -6
  1402. package/src/components/CarouselTariffsCard/CarouselTariffsCard.fixture.tsx +0 -5
  1403. package/src/components/CarouselTariffsCard/CarouselTariffsCard.tsx +4 -31
  1404. package/src/components/CarouselTariffsCard/renderCardInfo.tsx +2 -2
  1405. package/src/components/ComparisonTable/ComparisonTable.tsx +3 -7
  1406. package/src/components/ComparisonTable/TableCarouselContainer.tsx +1 -1
  1407. package/src/components/ComparisonTable/TableCell.mobile.tsx +1 -1
  1408. package/src/components/ComparisonTable/TableCell.tsx +1 -1
  1409. package/src/components/ComparisonTable/TableColumn.tsx +1 -1
  1410. package/src/components/ComparisonTable/TableRow.tsx +1 -1
  1411. package/src/components/ComparisonTable/TableRowContainer.tsx +1 -1
  1412. package/src/components/ComparisonTable/constants.ts +1 -1
  1413. package/src/components/ContactsBlock/ContactsBlock.tsx +4 -4
  1414. package/src/components/ContentPage/ContentPage.tsx +2 -2
  1415. package/src/components/DepositFiltration/DepositFiltration.tsx +1 -1
  1416. package/src/components/ErrorBlock/ErrorBlock.tsx +5 -5
  1417. package/src/components/ExchangeRateOffice/renderCurrencies.tsx +2 -2
  1418. package/src/components/ExchangeRateTile/CurrencyTable.tsx +2 -7
  1419. package/src/components/ExchangeRateTile/ExchangeCurrencyCalculator.tsx +1 -1
  1420. package/src/components/ExchangeRateTile/renderInput.tsx +1 -1
  1421. package/src/components/Footer/buttonStylesWithText.ts +1 -1
  1422. package/src/components/GracePeriod/GracePeriod.tsx +9 -14
  1423. package/src/components/Header/DropdownMenu.tsx +3 -3
  1424. package/src/components/Header/Header.mobile.tsx +1 -1
  1425. package/src/components/Header/HeaderSecondaryMenu.tsx +1 -1
  1426. package/src/components/Header/HeaderSecondaryMenuButton.tsx +1 -1
  1427. package/src/components/Header/HeaderSubMenu.tsx +6 -4
  1428. package/src/components/Header/InternetBankButton.tsx +2 -2
  1429. package/src/components/Headline/Headline.tsx +3 -3
  1430. package/src/components/Headline/HeadlineContent.ts +2 -2
  1431. package/src/components/Headline/headlineVersionStyles.ts +1 -1
  1432. package/src/components/InsuranceAmountBlock/InsuranceAmountBlock.tsx +1 -1
  1433. package/src/components/InsuranceAmountBlock/InsuranceAmountBlockInner.tsx +8 -8
  1434. package/src/components/InvestmentInfo/InvestmentInfo.tsx +3 -3
  1435. package/src/components/LikeControl/LikeControl.tsx +1 -1
  1436. package/src/components/LinkDocs/LinkDocItem.tsx +1 -1
  1437. package/src/components/LinkDocs/LinkDocs.tsx +5 -8
  1438. package/src/components/MobileAppTile/MobileAppTile.tsx +2 -2
  1439. package/src/components/MobileAppTile/buttonsConditionStyle.mobile.tsx +12 -0
  1440. package/src/components/MobileAppTile/buttonsConditionStyle.tsx +5 -0
  1441. package/src/components/MobileAppTile/renderList.tsx +1 -1
  1442. package/src/components/MortgageFiltration/MortgageFiltration.tsx +1 -1
  1443. package/src/components/OfficeMap/OfficeMap.tsx +1 -1
  1444. package/src/components/OfficeMap/renderFunctions.tsx +14 -12
  1445. package/src/components/Placeholder/Placeholder.tsx +1 -1
  1446. package/src/components/ProductBlock/renderBackwardButton.tsx +1 -1
  1447. package/src/components/ProductGallery/ProductGallery.tsx +4 -4
  1448. package/src/components/PromoTile/PromoTile.tsx +1 -1
  1449. package/src/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.fixture.mobile.tsx +1 -1
  1450. package/src/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.fixture.tsx +1 -1
  1451. package/src/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.tsx +1 -1
  1452. package/src/components/RollupItem/RollupItem.fixture.mobile.tsx +6 -3
  1453. package/src/components/RollupItem/RollupItem.tsx +10 -7
  1454. package/src/components/RollupItem/RollupItem.ui.json +1 -5
  1455. package/src/components/RollupItem/RollupItemContent.ts +0 -4
  1456. package/src/components/RollupItem/foldableSectionStyles.ts +1 -1
  1457. package/src/components/SafeDepositRental/RadioButtons.tsx +2 -2
  1458. package/src/components/SafeDepositRental/SafeBoxCases.tsx +1 -1
  1459. package/src/components/SafeDepositRental/SafeDepositRental.fixture.mobile.tsx +1 -1
  1460. package/src/components/SafeDepositRental/SafeDepositRental.fixture.tsx +1 -1
  1461. package/src/components/SafeDepositRental/SafeDepositRental.tsx +1 -1
  1462. package/src/components/SafeDepositRental/SafeDepositRentalFields.tsx +2 -2
  1463. package/src/components/SafeDepositRental/SafeDepositRentalForm.tsx +1 -1
  1464. package/src/components/SafeDepositRental/SafeDepositRentalTotal.tsx +5 -5
  1465. package/src/components/StepsBlock/StepsBlock.mobile.tsx +17 -17
  1466. package/src/components/StepsBlock/StepsBlock.tsx +12 -5
  1467. package/src/components/StepsBlock/renderStep.tsx +1 -1
  1468. package/src/components/SwipeListControlBlock/SwipeListControlBlock.fixture.tsx +3 -3
  1469. package/src/components/TariffsTable/EmbeddableCellData.mobile.tsx +2 -2
  1470. package/src/components/TariffsTable/EmbeddableCellData.tsx +8 -12
  1471. package/src/components/TariffsTable/TariffsTable.mobile.tsx +1 -1
  1472. package/src/components/TariffsTable/TariffsTable.tsx +3 -3
  1473. package/src/components/TariffsTable/TariffsTableCell.tsx +1 -1
  1474. package/src/components/TariffsTable/TariffsTableVertical.tsx +1 -1
  1475. package/src/components/TariffsTable/constants.ts +1 -1
  1476. package/src/components/TextBlock/TextBlock.fixture.tsx +3 -3
  1477. package/src/components/TextBlock/TextBlock.tsx +4 -4
  1478. package/src/components/Video/getPaddings.ts +1 -1
  1479. package/src/model/HeadlineType.ts +1 -1
  1480. package/src/ui-kit/BaseFiltration/BaseFiltrationInner.tsx +1 -1
  1481. package/src/ui-kit/BaseProductTile/BaseProductTile.tsx +1 -1
  1482. package/src/ui-kit/BaseTile/BaseTile.tsx +15 -4
  1483. package/src/ui-kit/Button/Button.fixture.tsx +6 -6
  1484. package/src/ui-kit/Button/ButtonInner.tsx +1 -1
  1485. package/src/ui-kit/Checkbox/Checkbox.tsx +1 -1
  1486. package/src/ui-kit/CookiePopup/CookiePopup.tsx +1 -1
  1487. package/src/ui-kit/DialogManager/CloseButton.tsx +1 -1
  1488. package/src/ui-kit/Foldable/DefaultFoldButton.tsx +2 -2
  1489. package/src/ui-kit/Heading/Heading.fixture.tsx +8 -20
  1490. package/src/ui-kit/Icon/Icon.fixture.tsx +8 -8
  1491. package/src/ui-kit/InnerTable/InnerTable.tsx +1 -1
  1492. package/src/ui-kit/InnerTable/InnerTableBody.tsx +3 -3
  1493. package/src/ui-kit/InnerTable/InnerTableBodyItem.tsx +4 -3
  1494. package/src/ui-kit/InnerTable/InnerTableButton.tsx +1 -1
  1495. package/src/ui-kit/Input/Input.tsx +2 -2
  1496. package/src/ui-kit/InputRange/InputRange.tsx +2 -2
  1497. package/src/ui-kit/InputRange/renderRangeWithTicks.tsx +2 -2
  1498. package/src/ui-kit/LocationDialog/SearchBar.tsx +2 -2
  1499. package/src/ui-kit/LocationDialog/renderForeignOffices.tsx +2 -2
  1500. package/src/ui-kit/Radio/Radio.tsx +2 -2
  1501. package/src/ui-kit/RadioButtonGroup/RadioButtonGroup.fixture.tsx +2 -2
  1502. package/src/ui-kit/RadioButtonGroup/RadioButtonGroup.tsx +2 -2
  1503. package/src/ui-kit/SearchDialog/SearchInput.tsx +1 -1
  1504. package/src/ui-kit/Select/Select.fixture.tsx +1 -1
  1505. package/src/ui-kit/Select/Select.tsx +3 -3
  1506. package/src/ui-kit/Sitemap/Sitemap.tsx +1 -1
  1507. package/src/ui-kit/SwipeListControl/SwipeListControl.fixture.mobile.tsx +7 -7
  1508. package/src/ui-kit/SwipeListControl/SwipeListControl.fixture.tsx +7 -7
  1509. package/src/ui-kit/SwipeListControl/SwipeListControlDots.tsx +2 -2
  1510. package/src/ui-kit/TabsControl/TabsControl.fixture.tsx +1 -1
  1511. package/src/ui-kit/Tags/Tags.tsx +1 -1
  1512. package/src/ui-kit/TopItem/TopItem.tsx +1 -1
  1513. package/src/ui-kit/YandexMap/renderOpenMap.tsx +1 -1
  1514. package/src/ui-kit/YandexMap/renderUserGeolocation.tsx +1 -1
  1515. package/src/utils/style.ts +2 -1
  1516. package/bundle/components/Calculator/renderProposal.d.ts +0 -2
  1517. package/bundle/components/CarouselTariffsCard/getPaddingStyle.d.ts +0 -1
  1518. package/bundle/components/CarouselTariffsCard/getPaddingStyle.mobile.d.ts +0 -1
  1519. package/bundle/ui-kit/LinkButton/LinkButton.d.ts +0 -5
  1520. package/dist/components/Calculator/renderProposal.d.ts +0 -2
  1521. package/dist/components/Calculator/renderProposal.js +0 -11
  1522. package/dist/components/Calculator/renderProposal.js.map +0 -1
  1523. package/dist/components/CarouselTariffsCard/getPaddingStyle.d.ts +0 -1
  1524. package/dist/components/CarouselTariffsCard/getPaddingStyle.js +0 -5
  1525. package/dist/components/CarouselTariffsCard/getPaddingStyle.js.map +0 -1
  1526. package/dist/components/CarouselTariffsCard/getPaddingStyle.mobile.d.ts +0 -1
  1527. package/dist/components/CarouselTariffsCard/getPaddingStyle.mobile.js +0 -5
  1528. package/dist/components/CarouselTariffsCard/getPaddingStyle.mobile.js.map +0 -1
  1529. package/dist/ui-kit/LinkButton/LinkButton.d.ts +0 -5
  1530. package/dist/ui-kit/LinkButton/LinkButton.js.map +0 -1
  1531. package/lib/components/Calculator/renderProposal.d.ts +0 -2
  1532. package/lib/components/Calculator/renderProposal.js +0 -8
  1533. package/lib/components/Calculator/renderProposal.js.map +0 -1
  1534. package/lib/components/CarouselTariffsCard/getPaddingStyle.d.ts +0 -1
  1535. package/lib/components/CarouselTariffsCard/getPaddingStyle.js +0 -2
  1536. package/lib/components/CarouselTariffsCard/getPaddingStyle.js.map +0 -1
  1537. package/lib/components/CarouselTariffsCard/getPaddingStyle.mobile.d.ts +0 -1
  1538. package/lib/components/CarouselTariffsCard/getPaddingStyle.mobile.js +0 -2
  1539. package/lib/components/CarouselTariffsCard/getPaddingStyle.mobile.js.map +0 -1
  1540. package/lib/ui-kit/LinkButton/LinkButton.d.ts +0 -5
  1541. package/lib/ui-kit/LinkButton/LinkButton.fixture.d.ts +0 -6
  1542. package/lib/ui-kit/LinkButton/LinkButton.fixture.mobile.d.ts +0 -6
  1543. package/lib/ui-kit/LinkButton/LinkButton.js.map +0 -1
  1544. package/mobile/bundle/components/Calculator/renderProposal.d.ts +0 -2
  1545. package/mobile/bundle/components/CarouselTariffsCard/getPaddingStyle.d.ts +0 -1
  1546. package/mobile/bundle/ui-kit/LinkButton/LinkButton.d.ts +0 -5
  1547. package/mobile/dist/components/Calculator/renderProposal.d.ts +0 -2
  1548. package/mobile/dist/components/Calculator/renderProposal.js +0 -11
  1549. package/mobile/dist/components/Calculator/renderProposal.js.map +0 -1
  1550. package/mobile/dist/components/CarouselTariffsCard/getPaddingStyle.d.ts +0 -1
  1551. package/mobile/dist/components/CarouselTariffsCard/getPaddingStyle.js +0 -5
  1552. package/mobile/dist/components/CarouselTariffsCard/getPaddingStyle.js.map +0 -1
  1553. package/mobile/dist/ui-kit/LinkButton/LinkButton.d.ts +0 -5
  1554. package/mobile/dist/ui-kit/LinkButton/LinkButton.js.map +0 -1
  1555. package/mobile/lib/components/Calculator/renderProposal.d.ts +0 -2
  1556. package/mobile/lib/components/Calculator/renderProposal.js +0 -8
  1557. package/mobile/lib/components/Calculator/renderProposal.js.map +0 -1
  1558. package/mobile/lib/components/CarouselTariffsCard/getPaddingStyle.d.ts +0 -1
  1559. package/mobile/lib/components/CarouselTariffsCard/getPaddingStyle.js +0 -2
  1560. package/mobile/lib/components/CarouselTariffsCard/getPaddingStyle.js.map +0 -1
  1561. package/mobile/lib/ui-kit/LinkButton/LinkButton.d.ts +0 -5
  1562. package/mobile/lib/ui-kit/LinkButton/LinkButton.js.map +0 -1
  1563. package/mobile/src/components/Calculator/renderProposal.tsx +0 -17
  1564. package/mobile/src/components/CarouselLinks/CarouselLinks.json +0 -8
  1565. package/mobile/src/components/CarouselTariffsCard/getPaddingStyle.tsx +0 -2
  1566. package/src/components/Calculator/renderProposal.tsx +0 -17
  1567. package/src/components/CarouselLinks/CarouselLinks.json +0 -8
  1568. package/src/components/CarouselTariffsCard/getPaddingStyle.mobile.tsx +0 -2
  1569. package/src/components/CarouselTariffsCard/getPaddingStyle.tsx +0 -2
  1570. package/src/ui-kit/LinkButton/LinkButton.fixture.mobile.tsx +0 -11
  1571. package/src/ui-kit/LinkButton/LinkButton.fixture.tsx +0 -11
@@ -1 +1 @@
1
- {"version":3,"file":"renderBinaryRadioButtonGroup.js","sourceRoot":"","sources":["../../../src/components/Calculator/renderBinaryRadioButtonGroup.tsx"],"names":[],"mappings":";;;AACA,qFAAmG;AACnG,iDAA8C;AAC9C,6CAA0C;AAWnC,MAAM,4BAA4B,GAAG,CAAC,EAC3C,KAAK,EACL,KAAK,EACL,WAAW,GAAG,YAAY,EAC1B,KAAK,EACL,mBAAmB,EACnB,QAAQ,GACoB,EAAE,EAAE,CAAC,CACjC,4CACG,KAAK,CAAC,CAAC,CAAC,CACP,gCAAK,SAAS,EAAC,MAAM,YACnB,uBAAC,WAAI,IAAC,KAAK,EAAC,qBAAqB,EAAC,IAAI,EAAC,YAAY,YAChD,KAAK,GACD,GACH,CACP,CAAC,CAAC,CAAC,IAAI,EACR,uBAAC,mCAAgB,IACf,WAAW,EAAE,WAAW,EACxB,KAAK,EAAE,KAAK,EACZ,WAAW,EAAE,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,EACpC,SAAS,EAAE,IAAA,aAAK,EAAC,sBAAsB,EAAE,mBAAmB,CAAC,EAC7D,QAAQ,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,QAAQ,IAAI,QAAQ,CAAC,CAAC,KAAK,KAAK,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,GACxD,IACE,CACP,CAAC;AAxBW,QAAA,4BAA4B,gCAwBvC"}
1
+ {"version":3,"file":"renderBinaryRadioButtonGroup.js","sourceRoot":"","sources":["../../../src/components/Calculator/renderBinaryRadioButtonGroup.tsx"],"names":[],"mappings":";;;AACA,qFAAmG;AACnG,iDAA8C;AAC9C,6CAA0C;AAWnC,MAAM,4BAA4B,GAAG,CAAC,EAC3C,KAAK,EACL,KAAK,EACL,WAAW,GAAG,YAAY,EAC1B,KAAK,EACL,mBAAmB,EACnB,QAAQ,GACoB,EAAE,EAAE,CAAC,CACjC,iCAAK,SAAS,EAAC,WAAW,aACvB,KAAK,CAAC,CAAC,CAAC,CACP,0CACE,uBAAC,WAAI,IAAC,KAAK,EAAC,qBAAqB,EAAC,IAAI,EAAC,YAAY,YAChD,KAAK,GACD,GACH,CACP,CAAC,CAAC,CAAC,IAAI,EACR,uBAAC,mCAAgB,IACf,WAAW,EAAE,WAAW,EACxB,KAAK,EAAE,KAAK,EACZ,WAAW,EAAE,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,EACpC,SAAS,EAAE,IAAA,aAAK,EAAC,sBAAsB,EAAE,mBAAmB,CAAC,EAC7D,QAAQ,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,QAAQ,IAAI,QAAQ,CAAC,CAAC,KAAK,KAAK,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,GACxD,IACE,CACP,CAAC;AAxBW,QAAA,4BAA4B,gCAwBvC"}
@@ -9,7 +9,7 @@ const renderCalculatorBlock = (block, i) => {
9
9
  return null;
10
10
  }
11
11
  const EmbeddedBlock = EmbeddableCalcBlocks_1.EmbeddableCalcBlocks[type];
12
- return ((0, jsx_runtime_1.jsx)("section", { className: "box-border relative bg-white flex shrink-0 self-start basis-full", role: "listitem", children: (0, jsx_runtime_1.jsxs)("div", { className: "box-border p-9 w-full", children: [block?.title ? (0, jsx_runtime_1.jsx)(Heading_1.Heading, { className: "text-center mb-6", title: block.title }) : null, (0, jsx_runtime_1.jsx)(EmbeddedBlock, { ...block })] }) }, String(i)));
12
+ return ((0, jsx_runtime_1.jsx)("section", { className: "box-border relative bg-white flex shrink-0 self-start basis-full", role: "listitem", children: (0, jsx_runtime_1.jsxs)("div", { className: "box-border p-4xl w-full space-y-xl", children: [block?.title ? (0, jsx_runtime_1.jsx)(Heading_1.Heading, { className: "text-center", title: block.title }) : null, (0, jsx_runtime_1.jsx)(EmbeddedBlock, { ...block })] }) }, String(i)));
13
13
  };
14
14
  exports.renderCalculatorBlock = renderCalculatorBlock;
15
15
  //# sourceMappingURL=renderCalculatorBlock.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"renderCalculatorBlock.js","sourceRoot":"","sources":["../../../src/components/Calculator/renderCalculatorBlock.tsx"],"names":[],"mappings":";;;AAAA,0DAAuD;AAEvD,iEAA8D;AAEvD,MAAM,qBAAqB,GAAG,CAAC,KAAyB,EAAE,CAAS,EAAE,EAAE;IAC5E,MAAM,IAAI,GAAG,KAAK,EAAE,QAAQ,CAAC;IAC7B,IAAI,CAAC,IAAI,IAAI,CAAC,CAAC,IAAI,IAAI,2CAAoB,CAAC,EAAE;QAC5C,OAAO,IAAI,CAAC;KACb;IACD,MAAM,aAAa,GAAG,2CAAoB,CAAC,IAAI,CAAC,CAAC;IAEjD,OAAO,CACL,oCAEE,SAAS,EAAC,kEAAkE,EAC5E,IAAI,EAAC,UAAU,YAEf,iCAAK,SAAS,EAAC,uBAAuB,aACnC,KAAK,EAAE,KAAK,CAAC,CAAC,CAAC,uBAAC,iBAAO,IAAC,SAAS,EAAC,kBAAkB,EAAC,KAAK,EAAE,KAAK,CAAC,KAAK,GAAI,CAAC,CAAC,CAAC,IAAI,EACnF,uBAAC,aAAa,OAAK,KAAK,GAAI,IACxB,IAPD,MAAM,CAAC,CAAC,CAAC,CAQN,CACX,CAAC;AACJ,CAAC,CAAC;AAnBW,QAAA,qBAAqB,yBAmBhC"}
1
+ {"version":3,"file":"renderCalculatorBlock.js","sourceRoot":"","sources":["../../../src/components/Calculator/renderCalculatorBlock.tsx"],"names":[],"mappings":";;;AAAA,0DAAuD;AAEvD,iEAA8D;AAEvD,MAAM,qBAAqB,GAAG,CAAC,KAAyB,EAAE,CAAS,EAAE,EAAE;IAC5E,MAAM,IAAI,GAAG,KAAK,EAAE,QAAQ,CAAC;IAC7B,IAAI,CAAC,IAAI,IAAI,CAAC,CAAC,IAAI,IAAI,2CAAoB,CAAC,EAAE;QAC5C,OAAO,IAAI,CAAC;KACb;IACD,MAAM,aAAa,GAAG,2CAAoB,CAAC,IAAI,CAAC,CAAC;IAEjD,OAAO,CACL,oCAEE,SAAS,EAAC,kEAAkE,EAC5E,IAAI,EAAC,UAAU,YAEf,iCAAK,SAAS,EAAC,oCAAoC,aAChD,KAAK,EAAE,KAAK,CAAC,CAAC,CAAC,uBAAC,iBAAO,IAAC,SAAS,EAAC,aAAa,EAAC,KAAK,EAAE,KAAK,CAAC,KAAK,GAAI,CAAC,CAAC,CAAC,IAAI,EAC9E,uBAAC,aAAa,OAAK,KAAK,GAAI,IACxB,IAPD,MAAM,CAAC,CAAC,CAAC,CAQN,CACX,CAAC;AACJ,CAAC,CAAC;AAnBW,QAAA,qBAAqB,yBAmBhC"}
@@ -10,7 +10,7 @@ function renderInitialFeeInput(props, title, callback) {
10
10
  const { moneyValue } = props;
11
11
  const minSum = constants_1.DEFAULT_MIN_SUM;
12
12
  const maxSum = constants_1.DEFAULT_MAX_SUM;
13
- return ((0, jsx_runtime_1.jsx)(InputRange_1.InputRange, { className: "mt-7", title: title, items: [
13
+ return ((0, jsx_runtime_1.jsx)(InputRange_1.InputRange, { title: title, items: [
14
14
  `От ${(0, toLocalNumberFormat_1.toLocalNumberFormat)(0)(minSum)} рублей`,
15
15
  `До ${(0, toLocalNumberFormat_1.toLocalNumberFormat)(0)(maxSum)} рублей`,
16
16
  ], min: minSum, max: maxSum, step: STEP_MONEY, value: moneyValue, onChange: callback }));
@@ -1 +1 @@
1
- {"version":3,"file":"renderInitialFeeInput.js","sourceRoot":"","sources":["../../../src/components/Calculator/renderInitialFeeInput.tsx"],"names":[],"mappings":";;;AAAA,OAAO;AACP,mEAAgE;AAChE,yEAAsE;AACtE,2CAA+D;AAE/D,MAAM,UAAU,GAAG,IAAI,CAAC;AAMxB,SAAgB,qBAAqB,CACnC,KAAiC,EACjC,KAAc,EACd,QAAkC;IAElC,MAAM,EAAE,UAAU,EAAE,GAAG,KAAK,CAAC;IAE7B,MAAM,MAAM,GAAG,2BAAe,CAAC;IAC/B,MAAM,MAAM,GAAG,2BAAe,CAAC;IAE/B,OAAO,CACL,uBAAC,uBAAU,IACT,SAAS,EAAC,MAAM,EAChB,KAAK,EAAE,KAAK,EACZ,KAAK,EAAE;YACL,MAAM,IAAA,yCAAmB,EAAC,CAAC,CAAC,CAAC,MAAM,CAAC,SAAS;YAC7C,MAAM,IAAA,yCAAmB,EAAC,CAAC,CAAC,CAAC,MAAM,CAAC,SAAS;SAC9C,EACD,GAAG,EAAE,MAAM,EACX,GAAG,EAAE,MAAM,EACX,IAAI,EAAE,UAAU,EAChB,KAAK,EAAE,UAAU,EACjB,QAAQ,EAAE,QAAQ,GAClB,CACH,CAAC;AACJ,CAAC;AAzBD,sDAyBC"}
1
+ {"version":3,"file":"renderInitialFeeInput.js","sourceRoot":"","sources":["../../../src/components/Calculator/renderInitialFeeInput.tsx"],"names":[],"mappings":";;;AAAA,OAAO;AACP,mEAAgE;AAChE,yEAAsE;AACtE,2CAA+D;AAE/D,MAAM,UAAU,GAAG,IAAI,CAAC;AAMxB,SAAgB,qBAAqB,CACnC,KAAiC,EACjC,KAAc,EACd,QAAkC;IAElC,MAAM,EAAE,UAAU,EAAE,GAAG,KAAK,CAAC;IAE7B,MAAM,MAAM,GAAG,2BAAe,CAAC;IAC/B,MAAM,MAAM,GAAG,2BAAe,CAAC;IAE/B,OAAO,CACL,uBAAC,uBAAU,IACT,KAAK,EAAE,KAAK,EACZ,KAAK,EAAE;YACL,MAAM,IAAA,yCAAmB,EAAC,CAAC,CAAC,CAAC,MAAM,CAAC,SAAS;YAC7C,MAAM,IAAA,yCAAmB,EAAC,CAAC,CAAC,CAAC,MAAM,CAAC,SAAS;SAC9C,EACD,GAAG,EAAE,MAAM,EACX,GAAG,EAAE,MAAM,EACX,IAAI,EAAE,UAAU,EAChB,KAAK,EAAE,UAAU,EACjB,QAAQ,EAAE,QAAQ,GAClB,CACH,CAAC;AACJ,CAAC;AAxBD,sDAwBC"}
@@ -13,18 +13,21 @@ const style_1 = require("../../utils/style");
13
13
  const DEFAULT_TITLE = 'Укажите сумму перевода';
14
14
  const DEFAULT_LABEL = 'Сумма перевода';
15
15
  const DEFAULT_PLACEHOLDER = '1500';
16
- const FORM_URL = 'https://www.rshb.ru/p2p/';
17
- const AMOUNT_KEY = 'amount';
16
+ const FORM_URL_MAP = {
17
+ private: 'https://old.rshb.ru/p2p/',
18
+ business: 'https://old.rshb.ru/smallbusiness/p2p/',
19
+ };
18
20
  const INITIAL_FORM_STATE = {
19
- [AMOUNT_KEY]: 1500,
21
+ amount: 1500,
22
+ _amount: 1500,
20
23
  };
21
- exports.CardTransfer = (0, uni_jsx_1.JSX)(({ className = '', title = DEFAULT_TITLE, label = DEFAULT_LABEL, placeholder = DEFAULT_PLACEHOLDER, button, ...rest }) => {
22
- const [{ amount }, { field }] = (0, useForm_1.useForm)(INITIAL_FORM_STATE);
24
+ exports.CardTransfer = (0, uni_jsx_1.JSX)(({ className = '', title = DEFAULT_TITLE, label = DEFAULT_LABEL, placeholder = DEFAULT_PLACEHOLDER, button, formType = 'private', ...rest }) => {
25
+ const [{ amount, _amount }, { field }] = (0, useForm_1.useForm)(INITIAL_FORM_STATE);
23
26
  const isDisabled = amount <= 0;
24
27
  const buttonStyle = isDisabled
25
28
  ? (0, getDisabledButtonClasses_1.getDisabledButtonClasses)({ version: button?.version })
26
29
  : (0, getRegularButtonClasses_1.getRegularButtonClasses)({ className: 'text-white', version: button?.version });
27
30
  const link = (0, useLink_1.useLink)();
28
- return ((0, jsx_runtime_1.jsxs)(BlockWrapper_1.BlockWrapper, { className: (0, style_1.style)('flex flex-col items-center', className), defaultPadding: "p-6xl", ...rest, children: [title ? ((0, jsx_runtime_1.jsx)(Heading_1.Heading, { className: "pb-5 xl:pb-9 self-start xl:self-center", headingType: "h2", title: title })) : null, (0, jsx_runtime_1.jsxs)("form", { className: "w-full xl:max-w-[468px]", method: "POST", action: FORM_URL, children: [(0, jsx_runtime_1.jsx)(CurrencyInput_1.CurrencyInput, { name: AMOUNT_KEY, valid: !isDisabled, placeholder: placeholder, label: label, ...field(AMOUNT_KEY, { parse: Number, format: String }) }), button?.text ? ((0, jsx_runtime_1.jsx)("button", { type: "submit", className: (0, style_1.style)('w-full p-4 mt-5 xl:mt-6', buttonStyle), disabled: isDisabled, ...link(button), children: button.text })) : null] })] }));
31
+ return ((0, jsx_runtime_1.jsxs)(BlockWrapper_1.BlockWrapper, { className: (0, style_1.style)('flex flex-col items-center', className), defaultPadding: "p-6xl", ...rest, children: [title ? ((0, jsx_runtime_1.jsx)(Heading_1.Heading, { className: "pb-lg xl:pb-4xl self-start xl:self-center", headingType: "h2", title: title })) : null, (0, jsx_runtime_1.jsxs)("form", { className: "w-full xl:max-w-[468px]", method: "POST", action: FORM_URL_MAP[formType], children: [(0, jsx_runtime_1.jsx)(CurrencyInput_1.CurrencyInput, { name: "_amount", valid: !isDisabled, placeholder: placeholder, label: label, ...field('_amount', { parse: Number, format: String }) }), (0, jsx_runtime_1.jsx)("input", { type: "hidden", name: "amount", value: _amount }), button?.text ? ((0, jsx_runtime_1.jsx)("button", { type: "submit", className: (0, style_1.style)('w-full p-m mt-lg', buttonStyle), disabled: isDisabled, ...link(button), children: button.text })) : null] })] }));
29
32
  });
30
33
  //# sourceMappingURL=CardTransfer.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"CardTransfer.js","sourceRoot":"","sources":["../../../src/components/CardTransfer/CardTransfer.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,iDAA8C;AAC9C,iDAA8C;AAE9C,4DAAyD;AACzD,2FAAwF;AACxF,yFAAsF;AACtF,4EAAyE;AACzE,0DAAuD;AACvD,6CAA0C;AAG1C,MAAM,aAAa,GAAG,wBAAwB,CAAC;AAC/C,MAAM,aAAa,GAAG,gBAAgB,CAAC;AACvC,MAAM,mBAAmB,GAAG,MAAM,CAAC;AAEnC,MAAM,QAAQ,GAAG,0BAA0B,CAAC;AAC5C,MAAM,UAAU,GAAG,QAAQ,CAAC;AAC5B,MAAM,kBAAkB,GAAG;IACzB,CAAC,UAAU,CAAC,EAAE,IAAI;CACnB,CAAC;AAIW,QAAA,YAAY,GAAG,IAAA,aAAG,EAC7B,CAAC,EACC,SAAS,GAAG,EAAE,EACd,KAAK,GAAG,aAAa,EACrB,KAAK,GAAG,aAAa,EACrB,WAAW,GAAG,mBAAmB,EACjC,MAAM,EACN,GAAG,IAAI,EACR,EAAE,EAAE;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,EAAE,EAAE,KAAK,EAAE,CAAC,GAAG,IAAA,iBAAO,EAAC,kBAAkB,CAAC,CAAC;IAE5D,MAAM,UAAU,GAAG,MAAM,IAAI,CAAC,CAAC;IAE/B,MAAM,WAAW,GAAG,UAAU;QAC5B,CAAC,CAAC,IAAA,mDAAwB,EAAC,EAAE,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,CAAC;QACxD,CAAC,CAAC,IAAA,iDAAuB,EAAC,EAAE,SAAS,EAAE,YAAY,EAAE,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,CAAC,CAAC;IAEnF,MAAM,IAAI,GAAG,IAAA,iBAAO,GAAE,CAAC;IAEvB,OAAO,CACL,wBAAC,2BAAY,IACX,SAAS,EAAE,IAAA,aAAK,EAAC,4BAA4B,EAAE,SAAS,CAAC,EACzD,cAAc,EAAC,OAAO,KAClB,IAAI,aAEP,KAAK,CAAC,CAAC,CAAC,CACP,uBAAC,iBAAO,IACN,SAAS,EAAC,wCAAwC,EAClD,WAAW,EAAC,IAAI,EAChB,KAAK,EAAE,KAAK,GACZ,CACH,CAAC,CAAC,CAAC,IAAI,EACR,kCAAM,SAAS,EAAC,yBAAyB,EAAC,MAAM,EAAC,MAAM,EAAC,MAAM,EAAE,QAAQ,aACtE,uBAAC,6BAAa,IACZ,IAAI,EAAE,UAAU,EAChB,KAAK,EAAE,CAAC,UAAU,EAClB,WAAW,EAAE,WAAW,EACxB,KAAK,EAAE,KAAK,KACR,KAAK,CAAC,UAAU,EAAE,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC,GACxD,EACD,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,CACd,mCACE,IAAI,EAAC,QAAQ,EACb,SAAS,EAAE,IAAA,aAAK,EAAC,yBAAyB,EAAE,WAAW,CAAC,EACxD,QAAQ,EAAE,UAAU,KAChB,IAAI,CAAC,MAAM,CAAC,YAEf,MAAM,CAAC,IAAI,GACL,CACV,CAAC,CAAC,CAAC,IAAI,IACH,IACM,CAChB,CAAC;AACJ,CAAC,CACF,CAAC"}
1
+ {"version":3,"file":"CardTransfer.js","sourceRoot":"","sources":["../../../src/components/CardTransfer/CardTransfer.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,iDAA8C;AAC9C,iDAA8C;AAE9C,4DAAyD;AACzD,2FAAwF;AACxF,yFAAsF;AACtF,4EAAyE;AACzE,0DAAuD;AACvD,6CAA0C;AAG1C,MAAM,aAAa,GAAG,wBAAwB,CAAC;AAC/C,MAAM,aAAa,GAAG,gBAAgB,CAAC;AACvC,MAAM,mBAAmB,GAAG,MAAM,CAAC;AAEnC,MAAM,YAAY,GAAG;IACnB,OAAO,EAAE,0BAA0B;IACnC,QAAQ,EAAE,wCAAwC;CACnD,CAAC;AAEF,MAAM,kBAAkB,GAAG;IACzB,MAAM,EAAE,IAAI;IACZ,OAAO,EAAE,IAAI;CACd,CAAC;AAIW,QAAA,YAAY,GAAG,IAAA,aAAG,EAC7B,CAAC,EACC,SAAS,GAAG,EAAE,EACd,KAAK,GAAG,aAAa,EACrB,KAAK,GAAG,aAAa,EACrB,WAAW,GAAG,mBAAmB,EACjC,MAAM,EACN,QAAQ,GAAG,SAAS,EACpB,GAAG,IAAI,EACR,EAAE,EAAE;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,OAAO,EAAE,EAAE,EAAE,KAAK,EAAE,CAAC,GAAG,IAAA,iBAAO,EAAC,kBAAkB,CAAC,CAAC;IAErE,MAAM,UAAU,GAAG,MAAM,IAAI,CAAC,CAAC;IAE/B,MAAM,WAAW,GAAG,UAAU;QAC5B,CAAC,CAAC,IAAA,mDAAwB,EAAC,EAAE,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,CAAC;QACxD,CAAC,CAAC,IAAA,iDAAuB,EAAC,EAAE,SAAS,EAAE,YAAY,EAAE,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,CAAC,CAAC;IAEnF,MAAM,IAAI,GAAG,IAAA,iBAAO,GAAE,CAAC;IAEvB,OAAO,CACL,wBAAC,2BAAY,IACX,SAAS,EAAE,IAAA,aAAK,EAAC,4BAA4B,EAAE,SAAS,CAAC,EACzD,cAAc,EAAC,OAAO,KAClB,IAAI,aAEP,KAAK,CAAC,CAAC,CAAC,CACP,uBAAC,iBAAO,IACN,SAAS,EAAC,2CAA2C,EACrD,WAAW,EAAC,IAAI,EAChB,KAAK,EAAE,KAAK,GACZ,CACH,CAAC,CAAC,CAAC,IAAI,EACR,kCAAM,SAAS,EAAC,yBAAyB,EAAC,MAAM,EAAC,MAAM,EAAC,MAAM,EAAE,YAAY,CAAC,QAAQ,CAAC,aACpF,uBAAC,6BAAa,IACZ,IAAI,EAAC,SAAS,EACd,KAAK,EAAE,CAAC,UAAU,EAClB,WAAW,EAAE,WAAW,EACxB,KAAK,EAAE,KAAK,KACR,KAAK,CAAC,SAAS,EAAE,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC,GACvD,EACF,kCAAO,IAAI,EAAC,QAAQ,EAAC,IAAI,EAAC,QAAQ,EAAC,KAAK,EAAE,OAAO,GAAI,EACpD,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,CACd,mCACE,IAAI,EAAC,QAAQ,EACb,SAAS,EAAE,IAAA,aAAK,EAAC,kBAAkB,EAAE,WAAW,CAAC,EACjD,QAAQ,EAAE,UAAU,KAChB,IAAI,CAAC,MAAM,CAAC,YAEf,MAAM,CAAC,IAAI,GACL,CACV,CAAC,CAAC,CAAC,IAAI,IACH,IACM,CAChB,CAAC;AACJ,CAAC,CACF,CAAC"}
@@ -8,4 +8,9 @@ export declare type CardTransferContent = UniBlockContent & LabelProps & TitlePr
8
8
  /** @title Плейсхолдер */
9
9
  placeholder?: string;
10
10
  button?: ButtonContent;
11
+ /**
12
+ * @title Тип формы
13
+ * @enumNames ['Частные клиенты', 'Бизнес-клиенты']
14
+ */
15
+ formType?: 'private' | 'business';
11
16
  };
@@ -1,5 +1,5 @@
1
- import type { CarouselContent } from './CarouselContent';
2
1
  import type { JSXBlock, UniBlockProps } from '../../model/JSXBlock';
2
+ import type { CarouselContent } from './CarouselContent';
3
3
  export interface CarouselProps extends CarouselContent, UniBlockProps {
4
4
  itemCount?: number;
5
5
  showDots?: boolean;
@@ -2,8 +2,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
2
2
  exports.Carousel = void 0;
3
3
  const jsx_runtime_1 = require("@redneckz/uni-jsx/jsx-runtime");
4
4
  const uni_jsx_1 = require("@redneckz/uni-jsx");
5
- const renderBlock_1 = require("../../BlockRenderer/renderBlock");
6
- const renderChildren_1 = require("../../BlockRenderer/renderChildren");
7
5
  const useCarouselControls_1 = require("../../hooks/useCarouselControls");
8
6
  const BlockWrapper_1 = require("../../ui-kit/BlockWrapper");
9
7
  const SwipeListContainer_1 = require("../../ui-kit/SwipeListControl/SwipeListContainer");
@@ -12,6 +10,7 @@ const useSwipeListScroll_1 = require("../../ui-kit/SwipeListControl/useSwipeList
12
10
  const style_1 = require("../../utils/style");
13
11
  const CarouselScrollButtons_1 = require("./CarouselScrollButtons");
14
12
  const itemsGap_1 = require("./itemsGap");
13
+ const renderCarouselCards_1 = require("./renderCarouselCards");
15
14
  exports.Carousel = (0, uni_jsx_1.JSX)(({ className, itemCount, visibleItemCount = 0, noCardBorder, isAlignCenter, showDots, arrowsPadded = true, isGap = true, ...rest }) => {
16
15
  const { blocks: childBlocks = [] } = rest.block || {};
17
16
  const count = itemCount || childBlocks?.length;
@@ -23,16 +22,7 @@ exports.Carousel = (0, uni_jsx_1.JSX)(({ className, itemCount, visibleItemCount
23
22
  const [dotsActiveIndex] = scroll.visibleIndicesRange;
24
23
  // TODO Remove
25
24
  const isBankHistoryCarousel = childBlocks && childBlocks[0]?.type === 'CarouselBankHistoryCard';
26
- return ((0, jsx_runtime_1.jsx)(BlockWrapper_1.BlockWrapper, { className: className, defaultPadding: "p-6xl", ...rest, children: (0, jsx_runtime_1.jsxs)("div", { className: (0, style_1.style)(isAlignCenter ? 'flex justify-center' : '', 'relative max-w-full'), children: [(0, jsx_runtime_1.jsx)(SwipeListContainer_1.SwipeListContainer, { containerRef: containerRef, visibleItemCount: visibleItemCount, snapAlign: "snap-start", gap: isGap ? itemsGap_1.ITEMS_GAP : undefined, onVisibleIndicesChange: scroll.handleVisibleIndicesChange, children: (0, renderChildren_1.renderChildren)({
27
- ...rest,
28
- renderProps: (block, options, blockIndex) => (0, renderBlock_1.renderBlock)(block, options, {
29
- className: (0, style_1.style)('h-full min-w-80 sm:min-w-96', noCardBorder
30
- ? ''
31
- : 'border border-solid border-gray group-data-secondary:border-white/50 group-data-gray:border-main-divider'),
32
- blockIndex,
33
- isActive: activeIndex === blockIndex,
34
- }),
35
- }) }), (0, jsx_runtime_1.jsx)(CarouselScrollButtons_1.CarouselScrollButtons, { scroll: scroll, arrowsPadded: arrowsPadded, onScrollLeft: decreaseActiveIndex, onScrollRight: increaseActiveIndex, hasEdgeBlocks: isBankHistoryCarousel, activeIndex: activeIndex, itemCount: count }), showDots ? ((0, jsx_runtime_1.jsx)(SwipeListControlDots_1.SwipeListControlDots, { containerRef: containerRef, activeIndex: dotsActiveIndex, dotCount: count, listType: "horizontal-list" })) : null] }) }));
25
+ return ((0, jsx_runtime_1.jsx)(BlockWrapper_1.BlockWrapper, { className: className, defaultPadding: "p-6xl", ...rest, children: (0, jsx_runtime_1.jsxs)("div", { className: (0, style_1.style)(isAlignCenter ? 'flex justify-center' : '', 'relative max-w-full'), children: [(0, jsx_runtime_1.jsx)(SwipeListContainer_1.SwipeListContainer, { containerRef: containerRef, visibleItemCount: visibleItemCount, snapAlign: "snap-start", gap: isGap ? itemsGap_1.ITEMS_GAP : undefined, onVisibleIndicesChange: scroll.handleVisibleIndicesChange, children: (0, renderCarouselCards_1.renderCarouselCards)({ noCardBorder, activeIndex, ...rest }) }), (0, jsx_runtime_1.jsx)(CarouselScrollButtons_1.CarouselScrollButtons, { scroll: scroll, arrowsPadded: arrowsPadded, onScrollLeft: decreaseActiveIndex, onScrollRight: increaseActiveIndex, hasEdgeBlocks: isBankHistoryCarousel, activeIndex: activeIndex, itemCount: count }), showDots ? ((0, jsx_runtime_1.jsx)(SwipeListControlDots_1.SwipeListControlDots, { containerRef: containerRef, activeIndex: dotsActiveIndex, dotCount: count, listType: "horizontal-list" })) : null] }) }));
36
26
  });
37
27
  exports.Carousel.childrenTypes = [
38
28
  'CarouselCard',
@@ -47,4 +37,10 @@ exports.Carousel.childrenTypes = [
47
37
  'CarouselInvestmentCard',
48
38
  'CarouselEventCard',
49
39
  ];
40
+ exports.Carousel.childSchema = () => ({
41
+ isHighlighting: {
42
+ title: 'Выделить карточку',
43
+ type: 'boolean',
44
+ },
45
+ });
50
46
  //# sourceMappingURL=Carousel.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Carousel.js","sourceRoot":"","sources":["../../../src/components/Carousel/Carousel.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"Carousel.js","sourceRoot":"","sources":["../../../src/components/Carousel/Carousel.tsx"],"names":[],"mappings":"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"}
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ interface CardHighlightProps {
3
+ className?: string;
4
+ text?: string;
5
+ }
6
+ export declare const renderCardHighlight: ({ className, text }?: CardHighlightProps) => JSX.Element;
7
+ export {};
@@ -0,0 +1,9 @@
1
+ Object.defineProperty(exports, "__esModule", { value: true });
2
+ exports.renderCardHighlight = void 0;
3
+ const jsx_runtime_1 = require("@redneckz/uni-jsx/jsx-runtime");
4
+ const Icon_1 = require("../../ui-kit/Icon/Icon");
5
+ const Paragraph_1 = require("../../ui-kit/Paragraph/Paragraph");
6
+ const style_1 = require("../../utils/style");
7
+ const renderCardHighlight = ({ className, text = 'ХИТ' } = {}) => ((0, jsx_runtime_1.jsxs)("div", { className: (0, style_1.style)('w-14 h-14 bg-white flex flex-col items-center justify-center rounded-md shadow-[0_4px_25px_rgba(0,0,0,0.07)]', className), children: [(0, jsx_runtime_1.jsx)(Icon_1.Icon, { iconVersion: "black", name: "HeartIcon", width: "24", height: "24" }), (0, jsx_runtime_1.jsx)(Paragraph_1.Paragraph, { size: "text-s", font: "font-normal", align: "text-center", color: "text-primary-text", children: text })] }));
8
+ exports.renderCardHighlight = renderCardHighlight;
9
+ //# sourceMappingURL=renderCardHighlight.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"renderCardHighlight.js","sourceRoot":"","sources":["../../../src/components/Carousel/renderCardHighlight.tsx"],"names":[],"mappings":";;;AAAA,iDAA8C;AAC9C,gEAA6D;AAC7D,6CAA0C;AAOnC,MAAM,mBAAmB,GAAG,CAAC,EAAE,SAAS,EAAE,IAAI,GAAG,KAAK,KAAyB,EAAE,EAAE,EAAE,CAAC,CAC3F,iCACE,SAAS,EAAE,IAAA,aAAK,EACd,8GAA8G,EAC9G,SAAS,CACV,aAED,uBAAC,WAAI,IAAC,WAAW,EAAC,OAAO,EAAC,IAAI,EAAC,WAAW,EAAC,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,GAAG,EACpE,uBAAC,qBAAS,IAAC,IAAI,EAAC,QAAQ,EAAC,IAAI,EAAC,aAAa,EAAC,KAAK,EAAC,aAAa,EAAC,KAAK,EAAC,mBAAmB,YACtF,IAAI,GACK,IACR,CACP,CAAC;AAZW,QAAA,mBAAmB,uBAY9B"}
@@ -0,0 +1,5 @@
1
+ import type { UniBlockProps } from '../../model/JSXBlock';
2
+ export declare const renderCarouselCards: ({ noCardBorder, activeIndex, ...rest }: UniBlockProps & {
3
+ noCardBorder?: boolean | undefined;
4
+ activeIndex?: number | undefined;
5
+ }) => any[] | null;
@@ -0,0 +1,28 @@
1
+ Object.defineProperty(exports, "__esModule", { value: true });
2
+ exports.renderCarouselCards = void 0;
3
+ const jsx_runtime_1 = require("@redneckz/uni-jsx/jsx-runtime");
4
+ const renderBlock_1 = require("../../BlockRenderer/renderBlock");
5
+ const renderChildren_1 = require("../../BlockRenderer/renderChildren");
6
+ const style_1 = require("../../utils/style");
7
+ const renderCardHighlight_1 = require("./renderCardHighlight");
8
+ const cardBaseStyle = 'relative h-full';
9
+ const renderCarouselCards = ({ noCardBorder, activeIndex, ...rest }) => {
10
+ const { blocks: childBlocks } = rest.block || {};
11
+ const someCardsHighlighted = childBlocks?.some(isCardHighlighted);
12
+ return (0, renderChildren_1.renderChildren)({
13
+ ...rest,
14
+ renderProps: (block, options, blockIndex) => ((0, jsx_runtime_1.jsxs)("div", { className: cardWrapperStyle(block, { someCardsHighlighted }), children: [(0, renderBlock_1.renderBlock)(block, options, {
15
+ className: cardStyle(block, { someCardsHighlighted, showBorder: !noCardBorder }),
16
+ blockIndex,
17
+ isActive: blockIndex === activeIndex,
18
+ }), isCardHighlighted(block)
19
+ ? (0, renderCardHighlight_1.renderCardHighlight)({ className: 'absolute top-0 -right-4 z-40' })
20
+ : null] })),
21
+ });
22
+ };
23
+ exports.renderCarouselCards = renderCarouselCards;
24
+ const cardWrapperStyle = (_, { someCardsHighlighted }) => (0, style_1.style)(cardBaseStyle, someCardsHighlighted && (isCardHighlighted(_) ? 'pt-3xl' : 'pt-3xl sm:pt-16'));
25
+ const cardStyle = (_, { someCardsHighlighted, showBorder }) => (0, style_1.style)(cardBaseStyle, 'min-w-80 sm:min-w-96', someCardsHighlighted && (isCardHighlighted(_) ? 'pt-3xl sm:pt-16' : 'pt-3xl'), showBorder &&
26
+ 'border border-solid border-gray group-data-secondary:border-white/50 group-data-gray:border-main-divider');
27
+ const isCardHighlighted = (_) => _?.content && 'isHighlighting' in _.content && _.content.isHighlighting;
28
+ //# sourceMappingURL=renderCarouselCards.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"renderCarouselCards.js","sourceRoot":"","sources":["../../../src/components/Carousel/renderCarouselCards.tsx"],"names":[],"mappings":";;;AACA,iEAA8D;AAC9D,uEAAoE;AAGpE,6CAA0C;AAC1C,+DAA4D;AAE5D,MAAM,aAAa,GAAG,iBAAiB,CAAC;AAEjC,MAAM,mBAAmB,GAAG,CAAC,EAClC,YAAY,EACZ,WAAW,EACX,GAAG,IAAI,EAC0D,EAAE,EAAE;IACrE,MAAM,EAAE,MAAM,EAAE,WAAW,EAAE,GAAG,IAAI,CAAC,KAAK,IAAI,EAAE,CAAC;IACjD,MAAM,oBAAoB,GAAG,WAAW,EAAE,IAAI,CAAC,iBAAiB,CAAC,CAAC;IAElE,OAAO,IAAA,+BAAc,EAAC;QACpB,GAAG,IAAI;QACP,WAAW,EAAE,CAAC,KAAe,EAAE,OAA6B,EAAE,UAAU,EAAE,EAAE,CAAC,CAC3E,iCAAK,SAAS,EAAE,gBAAgB,CAAC,KAAK,EAAE,EAAE,oBAAoB,EAAE,CAAC,aAC9D,IAAA,yBAAW,EAAC,KAAK,EAAE,OAAO,EAAE;oBAC3B,SAAS,EAAE,SAAS,CAAC,KAAK,EAAE,EAAE,oBAAoB,EAAE,UAAU,EAAE,CAAC,YAAY,EAAE,CAAC;oBAChF,UAAU;oBACV,QAAQ,EAAE,UAAU,KAAK,WAAW;iBACrC,CAAC,EACD,iBAAiB,CAAC,KAAK,CAAC;oBACvB,CAAC,CAAC,IAAA,yCAAmB,EAAC,EAAE,SAAS,EAAE,8BAA8B,EAAE,CAAC;oBACpE,CAAC,CAAC,IAAI,IACJ,CACP;KACF,CAAC,CAAC;AACL,CAAC,CAAC;AAvBW,QAAA,mBAAmB,uBAuB9B;AAEF,MAAM,gBAAgB,GAAG,CACvB,CAAuB,EACvB,EAAE,oBAAoB,EAAsC,EAC5D,EAAE,CACF,IAAA,aAAK,EACH,aAAa,EACb,oBAAoB,IAAI,CAAC,iBAAiB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,iBAAiB,CAAC,CAC9E,CAAC;AAEJ,MAAM,SAAS,GAAG,CAChB,CAAuB,EACvB,EAAE,oBAAoB,EAAE,UAAU,EAA4D,EAC9F,EAAE,CACF,IAAA,aAAK,EACH,aAAa,EACb,sBAAsB,EACtB,oBAAoB,IAAI,CAAC,iBAAiB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,iBAAiB,CAAC,CAAC,CAAC,QAAQ,CAAC,EAC7E,UAAU;IACR,0GAA0G,CAC7G,CAAC;AAEJ,MAAM,iBAAiB,GAAG,CAAC,CAAuB,EAAE,EAAE,CACpD,CAAC,EAAE,OAAO,IAAI,gBAAgB,IAAI,CAAC,CAAC,OAAO,IAAI,CAAC,CAAC,OAAO,CAAC,cAAc,CAAC"}
@@ -0,0 +1 @@
1
+ export declare const visibleItemCountStyle = 0;
@@ -0,0 +1,4 @@
1
+ Object.defineProperty(exports, "__esModule", { value: true });
2
+ exports.visibleItemCountStyle = void 0;
3
+ exports.visibleItemCountStyle = 0;
4
+ //# sourceMappingURL=visibleItemCountStyle.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"visibleItemCountStyle.js","sourceRoot":"","sources":["../../../src/components/Carousel/visibleItemCountStyle.tsx"],"names":[],"mappings":";;AAAa,QAAA,qBAAqB,GAAG,CAAC,CAAC"}
@@ -0,0 +1 @@
1
+ export declare const visibleItemCountStyle = "auto";
@@ -0,0 +1,4 @@
1
+ Object.defineProperty(exports, "__esModule", { value: true });
2
+ exports.visibleItemCountStyle = void 0;
3
+ exports.visibleItemCountStyle = 'auto';
4
+ //# sourceMappingURL=visibleItemCountStyle.mobile.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"visibleItemCountStyle.mobile.js","sourceRoot":"","sources":["../../../src/components/Carousel/visibleItemCountStyle.mobile.tsx"],"names":[],"mappings":";;AAAa,QAAA,qBAAqB,GAAG,MAAM,CAAC"}
@@ -5,7 +5,7 @@ const uni_jsx_1 = require("@redneckz/uni-jsx");
5
5
  const BlockWrapper_1 = require("../../ui-kit/BlockWrapper");
6
6
  const style_1 = require("../../utils/style");
7
7
  const Headline_1 = require("../Headline/Headline");
8
- exports.CarouselBankHistoryCard = (0, uni_jsx_1.JSX)(({ className, title, description, blockIndex = 0, isActive, ...rest }) => ((0, jsx_runtime_1.jsx)(BlockWrapper_1.BlockWrapper, { className: (0, style_1.style)('relative flex h-[485px]', isActive ? 'w-[440px] z-10' : 'w-[340px]', className), defaultPadding: "p-0", ...rest, children: (0, jsx_runtime_1.jsx)("div", { className: (0, style_1.style)('basis-full self-center', getBackColor(blockIndex)), children: isActive ? ((0, jsx_runtime_1.jsx)(Headline_1.Headline, { headlineVersion: "M", title: title, description: description, padding: "p-3xl", align: "text-left", className: "h-96 text-white shadow-dark-blue" })) : ((0, jsx_runtime_1.jsx)("div", { className: "h-[300px] flex justify-center items-center font-mohave text-title-large tracking-[-0.03em]", children: (0, jsx_runtime_1.jsx)("span", { className: getTextColor(blockIndex), children: title }) })) }) })));
8
+ exports.CarouselBankHistoryCard = (0, uni_jsx_1.JSX)(({ className, title, description, blockIndex = 0, isActive, ...rest }) => ((0, jsx_runtime_1.jsx)(BlockWrapper_1.BlockWrapper, { className: (0, style_1.style)('relative flex h-[485px]', isActive ? 'w-[440px] z-10' : 'w-[340px]', className), defaultPadding: "p-0", ...rest, children: (0, jsx_runtime_1.jsx)("div", { className: (0, style_1.style)('basis-full self-center', getBackColor(blockIndex)), children: isActive ? ((0, jsx_runtime_1.jsx)(Headline_1.Headline, { headlineVersion: "M", title: title, description: description, padding: "p-3xl", align: "text-left", className: "h-96 text-white shadow-dark-blue" })) : ((0, jsx_runtime_1.jsx)("div", { className: "h-[300px] flex justify-center items-center font-mohave text-title-large", children: (0, jsx_runtime_1.jsx)("span", { className: getTextColor(blockIndex), children: title }) })) }) })));
9
9
  const getBackColor = (blockIndex) => ['bg-primary-main', 'bg-green-light', 'bg-yellow-light'][blockIndex % 3];
10
10
  const getTextColor = (blockIndex) => [
11
11
  'gradient-color-text-on-green',
@@ -1 +1 @@
1
- {"version":3,"file":"CarouselBankHistoryCard.js","sourceRoot":"","sources":["../../../src/components/CarouselBankHistoryCard/CarouselBankHistoryCard.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAExC,4DAAyD;AACzD,6CAA0C;AAC1C,mDAAgD;AAQnC,QAAA,uBAAuB,GAAG,IAAA,aAAG,EACxC,CAAC,EAAE,SAAS,EAAE,KAAK,EAAE,WAAW,EAAE,UAAU,GAAG,CAAC,EAAE,QAAQ,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,CAAC,CACxE,uBAAC,2BAAY,IACX,SAAS,EAAE,IAAA,aAAK,EACd,yBAAyB,EACzB,QAAQ,CAAC,CAAC,CAAC,gBAAgB,CAAC,CAAC,CAAC,WAAW,EACzC,SAAS,CACV,EACD,cAAc,EAAC,KAAK,KAChB,IAAI,YAER,gCAAK,SAAS,EAAE,IAAA,aAAK,EAAC,wBAAwB,EAAE,YAAY,CAAC,UAAU,CAAC,CAAC,YACtE,QAAQ,CAAC,CAAC,CAAC,CACV,uBAAC,mBAAQ,IACP,eAAe,EAAC,GAAG,EACnB,KAAK,EAAE,KAAK,EACZ,WAAW,EAAE,WAAW,EACxB,OAAO,EAAC,OAAO,EACf,KAAK,EAAC,WAAW,EACjB,SAAS,EAAC,kCAAkC,GAC5C,CACH,CAAC,CAAC,CAAC,CACF,gCAAK,SAAS,EAAC,4FAA4F,YACzG,iCAAM,SAAS,EAAE,YAAY,CAAC,UAAU,CAAC,YAAG,KAAK,GAAQ,GACrD,CACP,GACG,GACO,CAChB,CACF,CAAC;AAEF,MAAM,YAAY,GAAG,CAAC,UAAkB,EAAE,EAAE,CAC1C,CAAC,iBAAiB,EAAE,gBAAgB,EAAE,iBAAiB,CAAC,CAAC,UAAU,GAAG,CAAC,CAAC,CAAC;AAE3E,MAAM,YAAY,GAAG,CAAC,UAAkB,EAAE,EAAE,CAC1C;IACE,8BAA8B;IAC9B,+BAA+B;IAC/B,+BAA+B;CAChC,CAAC,UAAU,GAAG,CAAC,CAAC,CAAC"}
1
+ {"version":3,"file":"CarouselBankHistoryCard.js","sourceRoot":"","sources":["../../../src/components/CarouselBankHistoryCard/CarouselBankHistoryCard.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAExC,4DAAyD;AACzD,6CAA0C;AAC1C,mDAAgD;AAQnC,QAAA,uBAAuB,GAAG,IAAA,aAAG,EACxC,CAAC,EAAE,SAAS,EAAE,KAAK,EAAE,WAAW,EAAE,UAAU,GAAG,CAAC,EAAE,QAAQ,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,CAAC,CACxE,uBAAC,2BAAY,IACX,SAAS,EAAE,IAAA,aAAK,EACd,yBAAyB,EACzB,QAAQ,CAAC,CAAC,CAAC,gBAAgB,CAAC,CAAC,CAAC,WAAW,EACzC,SAAS,CACV,EACD,cAAc,EAAC,KAAK,KAChB,IAAI,YAER,gCAAK,SAAS,EAAE,IAAA,aAAK,EAAC,wBAAwB,EAAE,YAAY,CAAC,UAAU,CAAC,CAAC,YACtE,QAAQ,CAAC,CAAC,CAAC,CACV,uBAAC,mBAAQ,IACP,eAAe,EAAC,GAAG,EACnB,KAAK,EAAE,KAAK,EACZ,WAAW,EAAE,WAAW,EACxB,OAAO,EAAC,OAAO,EACf,KAAK,EAAC,WAAW,EACjB,SAAS,EAAC,kCAAkC,GAC5C,CACH,CAAC,CAAC,CAAC,CACF,gCAAK,SAAS,EAAC,yEAAyE,YACtF,iCAAM,SAAS,EAAE,YAAY,CAAC,UAAU,CAAC,YAAG,KAAK,GAAQ,GACrD,CACP,GACG,GACO,CAChB,CACF,CAAC;AAEF,MAAM,YAAY,GAAG,CAAC,UAAkB,EAAE,EAAE,CAC1C,CAAC,iBAAiB,EAAE,gBAAgB,EAAE,iBAAiB,CAAC,CAAC,UAAU,GAAG,CAAC,CAAC,CAAC;AAE3E,MAAM,YAAY,GAAG,CAAC,UAAkB,EAAE,EAAE,CAC1C;IACE,8BAA8B;IAC9B,+BAA+B;IAC/B,+BAA+B;CAChC,CAAC,UAAU,GAAG,CAAC,CAAC,CAAC"}
@@ -4,5 +4,5 @@ const jsx_runtime_1 = require("@redneckz/uni-jsx/jsx-runtime");
4
4
  const uni_jsx_1 = require("@redneckz/uni-jsx");
5
5
  const BlockWrapper_1 = require("../../ui-kit/BlockWrapper");
6
6
  const Headline_1 = require("../Headline/Headline");
7
- exports.CarouselBankHistoryCard = (0, uni_jsx_1.JSX)(({ title, description, className }) => ((0, jsx_runtime_1.jsx)(BlockWrapper_1.BlockWrapper, { className: className, defaultPadding: "p-6xl", children: (0, jsx_runtime_1.jsx)(Headline_1.Headline, { headlineVersion: "XS", title: title, description: description, align: "text-left", className: "text-primary-text", isPadding: false }) })));
7
+ exports.CarouselBankHistoryCard = (0, uni_jsx_1.JSX)(({ title, description, className }) => ((0, jsx_runtime_1.jsx)(BlockWrapper_1.BlockWrapper, { className: className, defaultPadding: "p-6xl", children: (0, jsx_runtime_1.jsx)(Headline_1.Headline, { headlineVersion: "XS", title: title, description: description, align: "text-left", className: "text-primary-text", isEmbedded: true }) })));
8
8
  //# sourceMappingURL=CarouselBankHistoryCard.mobile.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"CarouselBankHistoryCard.mobile.js","sourceRoot":"","sources":["../../../src/components/CarouselBankHistoryCard/CarouselBankHistoryCard.mobile.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAExC,4DAAyD;AACzD,mDAAgD;AAKnC,QAAA,uBAAuB,GAAG,IAAA,aAAG,EACxC,CAAC,EAAE,KAAK,EAAE,WAAW,EAAE,SAAS,EAAE,EAAE,EAAE,CAAC,CACrC,uBAAC,2BAAY,IAAC,SAAS,EAAE,SAAS,EAAE,cAAc,EAAC,OAAO,YACxD,uBAAC,mBAAQ,IACP,eAAe,EAAC,IAAI,EACpB,KAAK,EAAE,KAAK,EACZ,WAAW,EAAE,WAAW,EACxB,KAAK,EAAC,WAAW,EACjB,SAAS,EAAC,mBAAmB,EAC7B,SAAS,EAAE,KAAK,GAChB,GACW,CAChB,CACF,CAAC"}
1
+ {"version":3,"file":"CarouselBankHistoryCard.mobile.js","sourceRoot":"","sources":["../../../src/components/CarouselBankHistoryCard/CarouselBankHistoryCard.mobile.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAExC,4DAAyD;AACzD,mDAAgD;AAKnC,QAAA,uBAAuB,GAAG,IAAA,aAAG,EACxC,CAAC,EAAE,KAAK,EAAE,WAAW,EAAE,SAAS,EAAE,EAAE,EAAE,CAAC,CACrC,uBAAC,2BAAY,IAAC,SAAS,EAAE,SAAS,EAAE,cAAc,EAAC,OAAO,YACxD,uBAAC,mBAAQ,IACP,eAAe,EAAC,IAAI,EACpB,KAAK,EAAE,KAAK,EACZ,WAAW,EAAE,WAAW,EACxB,KAAK,EAAC,WAAW,EACjB,SAAS,EAAC,mBAAmB,EAC7B,UAAU,EAAE,IAAI,GAChB,GACW,CAChB,CACF,CAAC"}
@@ -9,8 +9,8 @@ const Headline_1 = require("../Headline/Headline");
9
9
  const titleSize_1 = require("./titleSize");
10
10
  const layerBaseStyle = 'z-10 border border-solid w-full h-full';
11
11
  const layerStyle = (0, style_1.style)(layerBaseStyle, 'absolute hidden sm:block border-transparent');
12
- exports.CarouselCard = (0, uni_jsx_1.JSX)(({ className, title, description, button, ...rest }) => ((0, jsx_runtime_1.jsx)(BlockWrapper_1.BlockWrapper, { className: (0, style_1.style)('sm:pl-12 sm:pb-9', className), defaultPadding: "p-0", ...rest, children: (0, jsx_runtime_1.jsxs)("div", { className: "relative", children: [(0, jsx_runtime_1.jsx)("div", { className: (0, style_1.style)(layerStyle, 'top-9 right-12 bg-green-dark') }), (0, jsx_runtime_1.jsx)("div", { className: (0, style_1.style)(layerStyle, 'top-6 right-8 bg-green') }), (0, jsx_runtime_1.jsx)("div", { className: (0, style_1.style)(layerStyle, 'top-3 right-4 bg-green-light') }), (0, jsx_runtime_1.jsxs)("div", { className: (0, style_1.style)(layerBaseStyle, 'relative p-10 bg-white border-green-light'), children: [(0, jsx_runtime_1.jsx)(Headline_1.Headline, { title: title, description: description, headlineVersion: titleSize_1.titleSize, align: "text-left", isPadding: false }), (0, renderButtonsSection_1.renderButtonsSection)([button], {
13
- className: 'mt-6xl sm:justify-center',
12
+ exports.CarouselCard = (0, uni_jsx_1.JSX)(({ className, title, description, button, ...rest }) => ((0, jsx_runtime_1.jsx)(BlockWrapper_1.BlockWrapper, { className: (0, style_1.style)('sm:pl-6xl sm:pb-4xl', className), defaultPadding: "p-0", ...rest, children: (0, jsx_runtime_1.jsxs)("div", { className: "relative", children: [(0, jsx_runtime_1.jsx)("div", { className: (0, style_1.style)(layerStyle, 'top-9 right-12 bg-green-dark') }), (0, jsx_runtime_1.jsx)("div", { className: (0, style_1.style)(layerStyle, 'top-6 right-8 bg-green') }), (0, jsx_runtime_1.jsx)("div", { className: (0, style_1.style)(layerStyle, 'top-3 right-4 bg-green-light') }), (0, jsx_runtime_1.jsxs)("div", { className: (0, style_1.style)(layerBaseStyle, 'relative p-xl sm:p-5xl bg-white border-green-light'), children: [(0, jsx_runtime_1.jsx)(Headline_1.Headline, { title: title, description: description, headlineVersion: titleSize_1.titleSize, align: "text-left", isEmbedded: true }), (0, renderButtonsSection_1.renderButtonsSection)([button], {
13
+ className: 'mt-m sm:mt-6xl sm:justify-center',
14
14
  isVertical: true,
15
15
  })] })] }) })));
16
16
  //# sourceMappingURL=CarouselCard.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"CarouselCard.js","sourceRoot":"","sources":["../../../src/components/CarouselCard/CarouselCard.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAExC,4DAAyD;AACzD,mFAAgF;AAChF,6CAA0C;AAC1C,mDAAgD;AAEhD,2CAAwC;AAIxC,MAAM,cAAc,GAAG,wCAAwC,CAAC;AAChE,MAAM,UAAU,GAAG,IAAA,aAAK,EAAC,cAAc,EAAE,6CAA6C,CAAC,CAAC;AAE3E,QAAA,YAAY,GAAG,IAAA,aAAG,EAC7B,CAAC,EAAE,SAAS,EAAE,KAAK,EAAE,WAAW,EAAE,MAAM,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,CAAC,CACtD,uBAAC,2BAAY,IAAC,SAAS,EAAE,IAAA,aAAK,EAAC,kBAAkB,EAAE,SAAS,CAAC,EAAE,cAAc,EAAC,KAAK,KAAK,IAAI,YAC1F,iCAAK,SAAS,EAAC,UAAU,aACvB,gCAAK,SAAS,EAAE,IAAA,aAAK,EAAC,UAAU,EAAE,8BAA8B,CAAC,GAAI,EACrE,gCAAK,SAAS,EAAE,IAAA,aAAK,EAAC,UAAU,EAAE,wBAAwB,CAAC,GAAI,EAC/D,gCAAK,SAAS,EAAE,IAAA,aAAK,EAAC,UAAU,EAAE,8BAA8B,CAAC,GAAI,EACrE,iCAAK,SAAS,EAAE,IAAA,aAAK,EAAC,cAAc,EAAE,2CAA2C,CAAC,aAChF,uBAAC,mBAAQ,IACP,KAAK,EAAE,KAAK,EACZ,WAAW,EAAE,WAAW,EACxB,eAAe,EAAE,qBAAS,EAC1B,KAAK,EAAC,WAAW,EACjB,SAAS,EAAE,KAAK,GAChB,EACD,IAAA,2CAAoB,EAAC,CAAC,MAAM,CAAC,EAAE;wBAC9B,SAAS,EAAE,0BAA0B;wBACrC,UAAU,EAAE,IAAI;qBACjB,CAAC,IACE,IACF,GACO,CAChB,CACF,CAAC"}
1
+ {"version":3,"file":"CarouselCard.js","sourceRoot":"","sources":["../../../src/components/CarouselCard/CarouselCard.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAExC,4DAAyD;AACzD,mFAAgF;AAChF,6CAA0C;AAC1C,mDAAgD;AAEhD,2CAAwC;AAIxC,MAAM,cAAc,GAAG,wCAAwC,CAAC;AAChE,MAAM,UAAU,GAAG,IAAA,aAAK,EAAC,cAAc,EAAE,6CAA6C,CAAC,CAAC;AAE3E,QAAA,YAAY,GAAG,IAAA,aAAG,EAC7B,CAAC,EAAE,SAAS,EAAE,KAAK,EAAE,WAAW,EAAE,MAAM,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,CAAC,CACtD,uBAAC,2BAAY,IACX,SAAS,EAAE,IAAA,aAAK,EAAC,qBAAqB,EAAE,SAAS,CAAC,EAClD,cAAc,EAAC,KAAK,KAChB,IAAI,YAER,iCAAK,SAAS,EAAC,UAAU,aACvB,gCAAK,SAAS,EAAE,IAAA,aAAK,EAAC,UAAU,EAAE,8BAA8B,CAAC,GAAI,EACrE,gCAAK,SAAS,EAAE,IAAA,aAAK,EAAC,UAAU,EAAE,wBAAwB,CAAC,GAAI,EAC/D,gCAAK,SAAS,EAAE,IAAA,aAAK,EAAC,UAAU,EAAE,8BAA8B,CAAC,GAAI,EACrE,iCACE,SAAS,EAAE,IAAA,aAAK,EAAC,cAAc,EAAE,oDAAoD,CAAC,aAEtF,uBAAC,mBAAQ,IACP,KAAK,EAAE,KAAK,EACZ,WAAW,EAAE,WAAW,EACxB,eAAe,EAAE,qBAAS,EAC1B,KAAK,EAAC,WAAW,EACjB,UAAU,EAAE,IAAI,GAChB,EACD,IAAA,2CAAoB,EAAC,CAAC,MAAM,CAAC,EAAE;wBAC9B,SAAS,EAAE,kCAAkC;wBAC7C,UAAU,EAAE,IAAI;qBACjB,CAAC,IACE,IACF,GACO,CAChB,CACF,CAAC"}
@@ -12,6 +12,6 @@ const cardStyleMap = {
12
12
  black: 'bg-black',
13
13
  white: 'bg-white',
14
14
  };
15
- exports.CarouselCatalogCard = (0, uni_jsx_1.JSX)(({ className = '', title, description, image, price, button, colors, ...rest }) => ((0, jsx_runtime_1.jsxs)(BlockWrapper_1.BlockWrapper, { className: (0, style_1.style)('flex flex-col justify-left', className), defaultPadding: "p-2xl", ...rest, children: [image?.src ? (0, jsx_runtime_1.jsx)(Img_1.Img, { className: "flex justify-center mb-xl", image: image }) : null, (0, jsx_runtime_1.jsx)(Headline_1.Headline, { title: title, description: description, headlineVersion: "XS", isPadding: false, align: "text-left", className: "mb-m" }), colors?.length ? ((0, jsx_runtime_1.jsxs)("div", { className: "flex text-secondary-text mb-m", children: [(0, jsx_runtime_1.jsx)("div", { className: "mr-xs", children: (0, jsx_runtime_1.jsx)(Text_1.Text, { size: "text-s", align: "text-left", font: "font-light", children: "\u0426\u0432\u0435\u0442\u0430:" }) }), colors.map(renderColorOption)] })) : null, price ? ((0, jsx_runtime_1.jsxs)(Text_1.Text, { size: "text-h3", align: "text-left", children: [price, "\u00A0\u20BD"] })) : null, (0, renderButtonsSection_1.renderButtonsSection)([button], { buttonClassName: 'w-full mt-lg' })] })));
15
+ exports.CarouselCatalogCard = (0, uni_jsx_1.JSX)(({ className = '', title, description, image, price, button, colors, ...rest }) => ((0, jsx_runtime_1.jsxs)(BlockWrapper_1.BlockWrapper, { className: (0, style_1.style)('flex flex-col justify-left', className), defaultPadding: "p-2xl", ...rest, children: [image?.src ? (0, jsx_runtime_1.jsx)(Img_1.Img, { className: "flex justify-center mb-xl", image: image }) : null, (0, jsx_runtime_1.jsx)(Headline_1.Headline, { title: title, description: description, headlineVersion: "XS", isEmbedded: true, align: "text-left", className: "mb-m" }), colors?.length ? ((0, jsx_runtime_1.jsxs)("div", { className: "flex text-secondary-text mb-m", children: [(0, jsx_runtime_1.jsx)("div", { className: "mr-xs", children: (0, jsx_runtime_1.jsx)(Text_1.Text, { size: "text-s", align: "text-left", font: "font-light", children: "\u0426\u0432\u0435\u0442\u0430:" }) }), colors.map(renderColorOption)] })) : null, price ? ((0, jsx_runtime_1.jsxs)(Text_1.Text, { size: "text-h3", align: "text-left", children: [price, "\u00A0\u20BD"] })) : null, (0, renderButtonsSection_1.renderButtonsSection)([button], { buttonClassName: 'w-full mt-lg' })] })));
16
16
  const renderColorOption = (color, i) => ((0, jsx_runtime_1.jsx)("div", { role: "figure", className: `w-6 h-6 ml-s border border-solid border-main-divider rounded-full ${cardStyleMap[color]}` }, String(i)));
17
17
  //# sourceMappingURL=CarouselCatalogCard.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"CarouselCatalogCard.js","sourceRoot":"","sources":["../../../src/components/CarouselCatalogCard/CarouselCatalogCard.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAGxC,4DAAyD;AACzD,mFAAgF;AAChF,8CAA2C;AAC3C,iDAA8C;AAC9C,6CAA0C;AAC1C,mDAAgD;AAKhD,MAAM,YAAY,GAAwC;IACxD,KAAK,EAAE,UAAU;IACjB,KAAK,EAAE,UAAU;CAClB,CAAC;AAEW,QAAA,mBAAmB,GAAG,IAAA,aAAG,EACpC,CAAC,EAAE,SAAS,GAAG,EAAE,EAAE,KAAK,EAAE,WAAW,EAAE,KAAK,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,CAAC,CACjF,wBAAC,2BAAY,IACX,SAAS,EAAE,IAAA,aAAK,EAAC,4BAA4B,EAAE,SAAS,CAAC,EACzD,cAAc,EAAC,OAAO,KAClB,IAAI,aAEP,KAAK,EAAE,GAAG,CAAC,CAAC,CAAC,uBAAC,SAAG,IAAC,SAAS,EAAC,2BAA2B,EAAC,KAAK,EAAE,KAAK,GAAI,CAAC,CAAC,CAAC,IAAI,EAChF,uBAAC,mBAAQ,IACP,KAAK,EAAE,KAAK,EACZ,WAAW,EAAE,WAAW,EACxB,eAAe,EAAC,IAAI,EACpB,SAAS,EAAE,KAAK,EAChB,KAAK,EAAC,WAAW,EACjB,SAAS,EAAC,MAAM,GAChB,EACD,MAAM,EAAE,MAAM,CAAC,CAAC,CAAC,CAChB,iCAAK,SAAS,EAAC,+BAA+B,aAC5C,gCAAK,SAAS,EAAC,OAAO,YACpB,uBAAC,WAAI,IAAC,IAAI,EAAC,QAAQ,EAAC,KAAK,EAAC,WAAW,EAAC,IAAI,EAAC,YAAY,gDAEhD,GACH,EACL,MAAM,CAAC,GAAG,CAAC,iBAAiB,CAAC,IAC1B,CACP,CAAC,CAAC,CAAC,IAAI,EACP,KAAK,CAAC,CAAC,CAAC,CACP,wBAAC,WAAI,IAAC,IAAI,EAAC,SAAS,EAAC,KAAK,EAAC,WAAW,aACnC,KAAK,oBACD,CACR,CAAC,CAAC,CAAC,IAAI,EACP,IAAA,2CAAoB,EAAC,CAAC,MAAM,CAAC,EAAE,EAAE,eAAe,EAAE,cAAc,EAAE,CAAC,IACvD,CAChB,CACF,CAAC;AAEF,MAAM,iBAAiB,GAAG,CAAC,KAA0B,EAAE,CAAS,EAAE,EAAE,CAAC,CACnE,gCACE,IAAI,EAAC,QAAQ,EAEb,SAAS,EAAE,qEAAqE,YAAY,CAAC,KAAK,CAAC,EAAE,IADhG,MAAM,CAAC,CAAC,CAAC,CAEd,CACH,CAAC"}
1
+ {"version":3,"file":"CarouselCatalogCard.js","sourceRoot":"","sources":["../../../src/components/CarouselCatalogCard/CarouselCatalogCard.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAGxC,4DAAyD;AACzD,mFAAgF;AAChF,8CAA2C;AAC3C,iDAA8C;AAC9C,6CAA0C;AAC1C,mDAAgD;AAKhD,MAAM,YAAY,GAAwC;IACxD,KAAK,EAAE,UAAU;IACjB,KAAK,EAAE,UAAU;CAClB,CAAC;AAEW,QAAA,mBAAmB,GAAG,IAAA,aAAG,EACpC,CAAC,EAAE,SAAS,GAAG,EAAE,EAAE,KAAK,EAAE,WAAW,EAAE,KAAK,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,CAAC,CACjF,wBAAC,2BAAY,IACX,SAAS,EAAE,IAAA,aAAK,EAAC,4BAA4B,EAAE,SAAS,CAAC,EACzD,cAAc,EAAC,OAAO,KAClB,IAAI,aAEP,KAAK,EAAE,GAAG,CAAC,CAAC,CAAC,uBAAC,SAAG,IAAC,SAAS,EAAC,2BAA2B,EAAC,KAAK,EAAE,KAAK,GAAI,CAAC,CAAC,CAAC,IAAI,EAChF,uBAAC,mBAAQ,IACP,KAAK,EAAE,KAAK,EACZ,WAAW,EAAE,WAAW,EACxB,eAAe,EAAC,IAAI,EACpB,UAAU,EAAE,IAAI,EAChB,KAAK,EAAC,WAAW,EACjB,SAAS,EAAC,MAAM,GAChB,EACD,MAAM,EAAE,MAAM,CAAC,CAAC,CAAC,CAChB,iCAAK,SAAS,EAAC,+BAA+B,aAC5C,gCAAK,SAAS,EAAC,OAAO,YACpB,uBAAC,WAAI,IAAC,IAAI,EAAC,QAAQ,EAAC,KAAK,EAAC,WAAW,EAAC,IAAI,EAAC,YAAY,gDAEhD,GACH,EACL,MAAM,CAAC,GAAG,CAAC,iBAAiB,CAAC,IAC1B,CACP,CAAC,CAAC,CAAC,IAAI,EACP,KAAK,CAAC,CAAC,CAAC,CACP,wBAAC,WAAI,IAAC,IAAI,EAAC,SAAS,EAAC,KAAK,EAAC,WAAW,aACnC,KAAK,oBACD,CACR,CAAC,CAAC,CAAC,IAAI,EACP,IAAA,2CAAoB,EAAC,CAAC,MAAM,CAAC,EAAE,EAAE,eAAe,EAAE,cAAc,EAAE,CAAC,IACvD,CAChB,CACF,CAAC;AAEF,MAAM,iBAAiB,GAAG,CAAC,KAA0B,EAAE,CAAS,EAAE,EAAE,CAAC,CACnE,gCACE,IAAI,EAAC,QAAQ,EAEb,SAAS,EAAE,qEAAqE,YAAY,CAAC,KAAK,CAAC,EAAE,IADhG,MAAM,CAAC,CAAC,CAAC,CAEd,CACH,CAAC"}
@@ -8,15 +8,10 @@ const Heading_1 = require("../../ui-kit/Heading/Heading");
8
8
  const Img_1 = require("../../ui-kit/Img/Img");
9
9
  const Text_1 = require("../../ui-kit/Text/Text");
10
10
  const style_1 = require("../../utils/style");
11
- const getItemListFontSize = (colValue) => (colValue === 1 ? 'text-h6' : 'text-l');
12
11
  const cardColumnsModeStyleMap = {
13
- 1: 'flex-col',
14
- 2: 'gap-x-10 flex-wrap',
15
- };
16
- exports.CarouselInvestmentCard = (0, uni_jsx_1.JSX)(({ className, padding, additionalDescription, cardsList = [], columnsMode = 1, description, image, title, ...rest }) => ((0, jsx_runtime_1.jsx)(BlockWrapper_1.BlockWrapper, { className: (0, style_1.style)('text-left', className), padding: "p-0", ...rest, children: (0, jsx_runtime_1.jsxs)(BaseTile_1.BaseTile, { className: "h-full", defaultPadding: "p-xl", padding: padding, title: title ? (0, jsx_runtime_1.jsx)(Heading_1.Heading, { headingType: "h4", as: "h3", className: "mb-m z-10", title: title }) : null, backImage: image?.src ? (0, jsx_runtime_1.jsx)(Img_1.Img, { image: image }) : null, children: [(0, jsx_runtime_1.jsxs)("div", { className: "flex justify-between mb-4", children: [description ? ((0, jsx_runtime_1.jsx)("div", { className: "w-1/3", children: (0, jsx_runtime_1.jsx)(Text_1.Text, { size: "text-h6", children: description }) })) : null, additionalDescription ? ((0, jsx_runtime_1.jsx)(Text_1.Text, { size: "text-m", font: "font-light", color: "group-data-primary:text-secondary-text", children: additionalDescription })) : null] }), cardsList.length ? ((0, jsx_runtime_1.jsx)("ul", { className: (0, style_1.style)('list-none m-0 p-0 flex gap-y-2', cardColumnsModeStyleMap[columnsMode]), children: renderCardList(cardsList, columnsMode) })) : null] }) })));
17
- const renderCardList = (cardsList, columnsMode) => {
18
- const CARDS_COUNT_MAP = [4, 9];
19
- const visibleCardsList = cardsList.slice(0, CARDS_COUNT_MAP[columnsMode - 1]);
20
- return visibleCardsList.map((item, i) => ((0, jsx_runtime_1.jsxs)("li", { className: columnsMode === 2 ? 'basis-[calc(50%-20px)]' : '', children: [item?.parameter ? ((0, jsx_runtime_1.jsx)("div", { className: "pr-2.5", children: (0, jsx_runtime_1.jsx)(Text_1.Text, { size: getItemListFontSize(columnsMode), children: item.parameter }) })) : null, item?.parameterDescription ? ((0, jsx_runtime_1.jsx)(Text_1.Text, { size: "text-m", font: "font-light", color: "text-secondary-text", children: item.parameterDescription })) : null] }, String(i))));
12
+ 1: 'grid-cols-1',
13
+ 2: 'grid-cols-2',
21
14
  };
15
+ exports.CarouselInvestmentCard = (0, uni_jsx_1.JSX)(({ className, padding, additionalDescription, cardsList = [], columnsMode = 1, description, image, title, ...rest }) => ((0, jsx_runtime_1.jsx)(BlockWrapper_1.BlockWrapper, { className: (0, style_1.style)('text-left', className), padding: "p-0", ...rest, children: (0, jsx_runtime_1.jsxs)(BaseTile_1.BaseTile, { className: "h-full", defaultPadding: "p-xl", padding: padding, title: title ? (0, jsx_runtime_1.jsx)(Heading_1.Heading, { headingType: "h4", as: "h3", className: "mb-m z-10", title: title }) : null, backImage: image?.src ? (0, jsx_runtime_1.jsx)(Img_1.Img, { image: image }) : null, children: [(0, jsx_runtime_1.jsxs)("div", { className: "flex justify-between mb-m", children: [description ? ((0, jsx_runtime_1.jsx)("div", { className: "w-1/3", children: (0, jsx_runtime_1.jsx)(Text_1.Text, { size: "text-h6", children: description }) })) : null, additionalDescription ? ((0, jsx_runtime_1.jsx)(Text_1.Text, { size: "text-m", font: "font-light", color: "group-data-primary:text-secondary-text", children: additionalDescription })) : null] }), cardsList.length ? ((0, jsx_runtime_1.jsx)("ul", { className: (0, style_1.style)('list-none m-0 p-0 grid gap-xs', cardColumnsModeStyleMap[columnsMode]), children: renderCardList(cardsList) })) : null] }) })));
16
+ const renderCardList = (cardsList) => cardsList.map((item, i) => ((0, jsx_runtime_1.jsxs)("li", { children: [item?.parameter ? (0, jsx_runtime_1.jsx)(Text_1.Text, { size: "text-h6", children: item.parameter }) : null, item?.parameterDescription ? ((0, jsx_runtime_1.jsx)(Text_1.Text, { size: "text-m", font: "font-light", color: "text-secondary-text", children: item.parameterDescription })) : null] }, String(i))));
22
17
  //# sourceMappingURL=CarouselInvestmentCard.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"CarouselInvestmentCard.js","sourceRoot":"","sources":["../../../src/components/CarouselInvestmentCard/CarouselInvestmentCard.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"CarouselInvestmentCard.js","sourceRoot":"","sources":["../../../src/components/CarouselInvestmentCard/CarouselInvestmentCard.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAExC,6DAA0D;AAC1D,4DAAyD;AACzD,0DAAuD;AACvD,8CAA2C;AAC3C,iDAA8C;AAC9C,6CAA0C;AAS1C,MAAM,uBAAuB,GAAoC;IAC/D,CAAC,EAAE,aAAa;IAChB,CAAC,EAAE,aAAa;CACjB,CAAC;AAEW,QAAA,sBAAsB,GAAG,IAAA,aAAG,EACvC,CAAC,EACC,SAAS,EACT,OAAO,EACP,qBAAqB,EACrB,SAAS,GAAG,EAAE,EACd,WAAW,GAAG,CAAC,EACf,WAAW,EACX,KAAK,EACL,KAAK,EACL,GAAG,IAAI,EACR,EAAE,EAAE,CAAC,CACJ,uBAAC,2BAAY,IAAC,SAAS,EAAE,IAAA,aAAK,EAAC,WAAW,EAAE,SAAS,CAAC,EAAE,OAAO,EAAC,KAAK,KAAK,IAAI,YAC5E,wBAAC,mBAAQ,IACP,SAAS,EAAC,QAAQ,EAClB,cAAc,EAAC,MAAM,EACrB,OAAO,EAAE,OAAO,EAChB,KAAK,EACH,KAAK,CAAC,CAAC,CAAC,uBAAC,iBAAO,IAAC,WAAW,EAAC,IAAI,EAAC,EAAE,EAAC,IAAI,EAAC,SAAS,EAAC,WAAW,EAAC,KAAK,EAAE,KAAK,GAAI,CAAC,CAAC,CAAC,IAAI,EAEzF,SAAS,EAAE,KAAK,EAAE,GAAG,CAAC,CAAC,CAAC,uBAAC,SAAG,IAAC,KAAK,EAAE,KAAK,GAAI,CAAC,CAAC,CAAC,IAAI,aAEpD,iCAAK,SAAS,EAAC,2BAA2B,aACvC,WAAW,CAAC,CAAC,CAAC,CACb,gCAAK,SAAS,EAAC,OAAO,YACpB,uBAAC,WAAI,IAAC,IAAI,EAAC,SAAS,YAAE,WAAW,GAAQ,GACrC,CACP,CAAC,CAAC,CAAC,IAAI,EACP,qBAAqB,CAAC,CAAC,CAAC,CACvB,uBAAC,WAAI,IAAC,IAAI,EAAC,QAAQ,EAAC,IAAI,EAAC,YAAY,EAAC,KAAK,EAAC,wCAAwC,YACjF,qBAAqB,GACjB,CACR,CAAC,CAAC,CAAC,IAAI,IACJ,EACL,SAAS,CAAC,MAAM,CAAC,CAAC,CAAC,CAClB,+BACE,SAAS,EAAE,IAAA,aAAK,EAAC,+BAA+B,EAAE,uBAAuB,CAAC,WAAW,CAAC,CAAC,YAEtF,cAAc,CAAC,SAAS,CAAC,GACvB,CACN,CAAC,CAAC,CAAC,IAAI,IACC,GACE,CAChB,CACF,CAAC;AAEF,MAAM,cAAc,GAAG,CAAC,SAA0B,EAAE,EAAE,CACpD,SAAS,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,CAAC,EAAE,EAAE,CAAC,CACzB,2CACG,IAAI,EAAE,SAAS,CAAC,CAAC,CAAC,uBAAC,WAAI,IAAC,IAAI,EAAC,SAAS,YAAE,IAAI,CAAC,SAAS,GAAQ,CAAC,CAAC,CAAC,IAAI,EACrE,IAAI,EAAE,oBAAoB,CAAC,CAAC,CAAC,CAC5B,uBAAC,WAAI,IAAC,IAAI,EAAC,QAAQ,EAAC,IAAI,EAAC,YAAY,EAAC,KAAK,EAAC,qBAAqB,YAC9D,IAAI,CAAC,oBAAoB,GACrB,CACR,CAAC,CAAC,CAAC,IAAI,KAND,MAAM,CAAC,CAAC,CAAC,CAOb,CACN,CAAC,CAAC"}
@@ -0,0 +1,5 @@
1
+ import type { LinkProps } from '../../model/LinkProps';
2
+ export declare type CarouselLinkButtonProps = LinkProps & {
3
+ className?: string;
4
+ };
5
+ export declare const CarouselLinkButton: import("@redneckz/uni-jsx").UNIComponent<CarouselLinkButtonProps, any, any>;
@@ -1,17 +1,17 @@
1
1
  Object.defineProperty(exports, "__esModule", { value: true });
2
- exports.LinkButton = void 0;
2
+ exports.CarouselLinkButton = void 0;
3
3
  const jsx_runtime_1 = require("@redneckz/uni-jsx/jsx-runtime");
4
4
  const uni_jsx_1 = require("@redneckz/uni-jsx");
5
5
  const useLink_1 = require("../../hooks/useLink");
6
- const Img_1 = require("../Img/Img");
6
+ const Img_1 = require("../../ui-kit/Img/Img");
7
7
  const style_1 = require("../../utils/style");
8
8
  const LINK_CLASS_NAME = `absolute border border-primary-main px-xl py-lg
9
9
  text-l font-light bg-white text-primary-text flex
10
10
  justify-between items-center group-hover/link:text-primary-main z-10`;
11
- const LINK_BORDER_CLASS_NAME = 'bg-transparent border-white border h-[70px] absolute w-[316px] top-0';
12
- exports.LinkButton = (0, uni_jsx_1.JSX)(({ text, href = '', target = '', className = '' }) => {
11
+ const LINK_BORDER_CLASS_NAME = 'bg-transparent border-white border h-[70px] absolute w-80 top-0';
12
+ exports.CarouselLinkButton = (0, uni_jsx_1.JSX)(({ text, href = '', target = '', className = '' }) => {
13
13
  const link = (0, useLink_1.useLink)();
14
14
  const adjustedProps = link({ href, target });
15
15
  return text ? ((0, jsx_runtime_1.jsxs)("div", { className: (0, style_1.style)('flex max-w-sm relative group/link cursor-pointer w-64 h-16 sm:w-[47%] sm:h-20 sm:mr-m', className), children: [(0, jsx_runtime_1.jsxs)("a", { className: (0, style_1.style)(LINK_CLASS_NAME, 'rounded-md sm:rounded-none w-full h-12 sm:ml-s sm:w-full sm:h-auto'), role: "link", ...adjustedProps, children: [(0, jsx_runtime_1.jsx)("div", { className: "p-0.5", children: text }), (0, jsx_runtime_1.jsx)("div", { className: "w-6 h-6 hidden sm:block", children: (0, jsx_runtime_1.jsx)(Img_1.Img, { className: "w-4 h-4 rounded-full box-border brightness-0 group-hover/link:brightness-100", image: { icon: 'ArrowRightIcon', iconVersion: 'black' }, imageClassName: "group-hover/link:text-primary-main", width: "24", height: "24" }) })] }), (0, jsx_runtime_1.jsx)("div", { className: LINK_BORDER_CLASS_NAME + ' hidden sm:block mx-1.5 mt-1.5' }), (0, jsx_runtime_1.jsx)("div", { className: LINK_BORDER_CLASS_NAME + ' hidden sm:block mt-3 mr-3' })] })) : null;
16
16
  });
17
- //# sourceMappingURL=LinkButton.js.map
17
+ //# sourceMappingURL=CarouselLinkButton.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CarouselLinkButton.js","sourceRoot":"","sources":["../../../src/components/CarouselLinks/CarouselLinkButton.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,iDAA8C;AAE9C,8CAA2C;AAC3C,6CAA0C;AAE1C,MAAM,eAAe,GAAG;;uEAE+C,CAAC;AAExE,MAAM,sBAAsB,GAAG,iEAAiE,CAAC;AAMpF,QAAA,kBAAkB,GAAG,IAAA,aAAG,EACnC,CAAC,EAAE,IAAI,EAAE,IAAI,GAAG,EAAE,EAAE,MAAM,GAAG,EAAE,EAAE,SAAS,GAAG,EAAE,EAAE,EAAE,EAAE;IACnD,MAAM,IAAI,GAAG,IAAA,iBAAO,GAAE,CAAC;IACvB,MAAM,aAAa,GAAG,IAAI,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC,CAAC;IAE7C,OAAO,IAAI,CAAC,CAAC,CAAC,CACZ,iCACE,SAAS,EAAE,IAAA,aAAK,EACd,uFAAuF,EACvF,SAAS,CACV,aAED,+BACE,SAAS,EAAE,IAAA,aAAK,EACd,eAAe,EACf,oEAAoE,CACrE,EACD,IAAI,EAAC,MAAM,KACP,aAAa,aAEjB,gCAAK,SAAS,EAAC,OAAO,YAAE,IAAI,GAAO,EACnC,gCAAK,SAAS,EAAC,yBAAyB,YACtC,uBAAC,SAAG,IACF,SAAS,EAAC,8EAA8E,EACxF,KAAK,EAAE,EAAE,IAAI,EAAE,gBAAgB,EAAE,WAAW,EAAE,OAAO,EAAE,EACvD,cAAc,EAAC,oCAAoC,EACnD,KAAK,EAAC,IAAI,EACV,MAAM,EAAC,IAAI,GACX,GACE,IACJ,EACJ,gCAAK,SAAS,EAAE,sBAAsB,GAAG,gCAAgC,GAAI,EAC7E,gCAAK,SAAS,EAAE,sBAAsB,GAAG,4BAA4B,GAAI,IACrE,CACP,CAAC,CAAC,CAAC,IAAI,CAAC;AACX,CAAC,CACF,CAAC"}
@@ -3,15 +3,15 @@ exports.CarouselLinks = void 0;
3
3
  const jsx_runtime_1 = require("@redneckz/uni-jsx/jsx-runtime");
4
4
  const uni_jsx_1 = require("@redneckz/uni-jsx");
5
5
  const BlockWrapper_1 = require("../../ui-kit/BlockWrapper");
6
- const LinkButton_1 = require("../../ui-kit/LinkButton/LinkButton");
6
+ const style_1 = require("../../utils/style");
7
7
  const Carousel_1 = require("../Carousel/Carousel");
8
8
  const Headline_1 = require("../Headline/Headline");
9
- const style_1 = require("../../utils/style");
10
- exports.CarouselLinks = (0, uni_jsx_1.JSX)(({ className, additionalDescription, description, links, title, maxLinksCount = 10, ...rest }) => ((0, jsx_runtime_1.jsxs)(BlockWrapper_1.BlockWrapper, { className: (0, style_1.style)('flex flex-col sm:flex-row w-full overflow-hidden', className), ...rest, children: [(0, jsx_runtime_1.jsxs)("div", { className: "mr-xl flex-auto", children: [(0, jsx_runtime_1.jsx)(Headline_1.Headline, { isPadding: false, title: title, description: description, as: "h1", align: "text-left" }), additionalDescription ? ((0, jsx_runtime_1.jsx)(Headline_1.Headline, { className: "pt-m", description: additionalDescription, align: "text-left", isPadding: false })) : null] }), links?.length ? renderLinks(links, maxLinksCount) : null] })));
9
+ const CarouselLinkButton_1 = require("./CarouselLinkButton");
10
+ exports.CarouselLinks = (0, uni_jsx_1.JSX)(({ className, additionalDescription, description, links, title, maxLinksCount = 10, ...rest }) => ((0, jsx_runtime_1.jsxs)(BlockWrapper_1.BlockWrapper, { className: (0, style_1.style)('flex flex-col sm:flex-row w-full overflow-hidden', className), ...rest, children: [(0, jsx_runtime_1.jsxs)("div", { className: "mr-xl flex-auto", children: [(0, jsx_runtime_1.jsx)(Headline_1.Headline, { isEmbedded: true, title: title, description: description, as: "h1", align: "text-left" }), additionalDescription ? ((0, jsx_runtime_1.jsx)(Headline_1.Headline, { className: "pt-m", description: additionalDescription, align: "text-left", isEmbedded: true })) : null] }), links?.length ? renderLinks(links, maxLinksCount) : null] })));
11
11
  const renderLinks = (links, maxLinksCount) => {
12
12
  const itemCount = Math.ceil(links.length / maxLinksCount);
13
- return ((0, jsx_runtime_1.jsx)(Carousel_1.Carousel, { className: "sm:w-2/3 w-full p-0 sm:p-2xl", version: "secondary", itemCount: itemCount, arrowsPadded: false, showDots: true, children: new Array(itemCount).fill(null).map((_, groupIndex) => ((0, jsx_runtime_1.jsx)("div", { className: (0, style_1.style)('flex flex-wrap self-start sm:w-[672px] w-full sm:mx-5xl'), children: links
13
+ return ((0, jsx_runtime_1.jsx)(Carousel_1.Carousel, { className: "sm:w-2/3 w-full p-0 sm:p-xs", version: "secondary", itemCount: itemCount, arrowsPadded: false, showDots: false, children: new Array(itemCount).fill(null).map((_, groupIndex) => ((0, jsx_runtime_1.jsx)("div", { className: (0, style_1.style)('flex flex-wrap self-start w-full sm:w-[672px]'), children: links
14
14
  .slice(groupIndex * maxLinksCount, (groupIndex + 1) * maxLinksCount)
15
- .map((link, index) => ((0, jsx_runtime_1.jsx)(LinkButton_1.LinkButton, { className: "sm:m-2xs", ...link }, String(index)))) }, String(groupIndex)))) }));
15
+ .map((link, index) => ((0, jsx_runtime_1.jsx)(CarouselLinkButton_1.CarouselLinkButton, { className: "sm:m-2xs", ...link }, String(index)))) }, String(groupIndex)))) }));
16
16
  };
17
17
  //# sourceMappingURL=CarouselLinks.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"CarouselLinks.js","sourceRoot":"","sources":["../../../src/components/CarouselLinks/CarouselLinks.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAGxC,4DAAyD;AACzD,mEAAgE;AAChE,mDAAgD;AAChD,mDAAgD;AAEhD,6CAA0C;AAM7B,QAAA,aAAa,GAAG,IAAA,aAAG,EAC9B,CAAC,EACC,SAAS,EACT,qBAAqB,EACrB,WAAW,EACX,KAAK,EACL,KAAK,EACL,aAAa,GAAG,EAAE,EAClB,GAAG,IAAI,EACR,EAAE,EAAE,CAAC,CACJ,wBAAC,2BAAY,IACX,SAAS,EAAE,IAAA,aAAK,EAAC,kDAAkD,EAAE,SAAS,CAAC,KAC3E,IAAI,aAER,iCAAK,SAAS,EAAC,iBAAiB,aAC9B,uBAAC,mBAAQ,IACP,SAAS,EAAE,KAAK,EAChB,KAAK,EAAE,KAAK,EACZ,WAAW,EAAE,WAAW,EACxB,EAAE,EAAC,IAAI,EACP,KAAK,EAAC,WAAW,GACjB,EACD,qBAAqB,CAAC,CAAC,CAAC,CACvB,uBAAC,mBAAQ,IACP,SAAS,EAAC,MAAM,EAChB,WAAW,EAAE,qBAAqB,EAClC,KAAK,EAAC,WAAW,EACjB,SAAS,EAAE,KAAK,GAChB,CACH,CAAC,CAAC,CAAC,IAAI,IACJ,EACL,KAAK,EAAE,MAAM,CAAC,CAAC,CAAC,WAAW,CAAC,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,CAAC,IAAI,IAC5C,CAChB,CACF,CAAC;AAEF,MAAM,WAAW,GAAG,CAAC,KAAkB,EAAE,aAAqB,EAAE,EAAE;IAChE,MAAM,SAAS,GAAG,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,MAAM,GAAG,aAAa,CAAC,CAAC;IAE1D,OAAO,CACL,uBAAC,mBAAQ,IACP,SAAS,EAAC,8BAA8B,EACxC,OAAO,EAAC,WAAW,EACnB,SAAS,EAAE,SAAS,EACpB,YAAY,EAAE,KAAK,EACnB,QAAQ,EAAE,IAAI,YAEb,IAAI,KAAK,CAAC,SAAS,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,UAAU,EAAE,EAAE,CAAC,CACtD,gCAEE,SAAS,EAAE,IAAA,aAAK,EAAC,yDAAyD,CAAC,YAE1E,KAAK;iBACH,KAAK,CAAC,UAAU,GAAG,aAAa,EAAE,CAAC,UAAU,GAAG,CAAC,CAAC,GAAG,aAAa,CAAC;iBACnE,GAAG,CAAC,CAAC,IAAI,EAAE,KAAK,EAAE,EAAE,CAAC,CACpB,uBAAC,uBAAU,IAAqB,SAAS,EAAC,UAAU,KAAK,IAAI,IAA5C,MAAM,CAAC,KAAK,CAAC,CAAmC,CAClE,CAAC,IAPC,MAAM,CAAC,UAAU,CAAC,CAQnB,CACP,CAAC,GACO,CACZ,CAAC;AACJ,CAAC,CAAC"}
1
+ {"version":3,"file":"CarouselLinks.js","sourceRoot":"","sources":["../../../src/components/CarouselLinks/CarouselLinks.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAGxC,4DAAyD;AACzD,6CAA0C;AAC1C,mDAAgD;AAChD,mDAAgD;AAChD,6DAA0D;AAO7C,QAAA,aAAa,GAAG,IAAA,aAAG,EAC9B,CAAC,EACC,SAAS,EACT,qBAAqB,EACrB,WAAW,EACX,KAAK,EACL,KAAK,EACL,aAAa,GAAG,EAAE,EAClB,GAAG,IAAI,EACR,EAAE,EAAE,CAAC,CACJ,wBAAC,2BAAY,IACX,SAAS,EAAE,IAAA,aAAK,EAAC,kDAAkD,EAAE,SAAS,CAAC,KAC3E,IAAI,aAER,iCAAK,SAAS,EAAC,iBAAiB,aAC9B,uBAAC,mBAAQ,IACP,UAAU,EAAE,IAAI,EAChB,KAAK,EAAE,KAAK,EACZ,WAAW,EAAE,WAAW,EACxB,EAAE,EAAC,IAAI,EACP,KAAK,EAAC,WAAW,GACjB,EACD,qBAAqB,CAAC,CAAC,CAAC,CACvB,uBAAC,mBAAQ,IACP,SAAS,EAAC,MAAM,EAChB,WAAW,EAAE,qBAAqB,EAClC,KAAK,EAAC,WAAW,EACjB,UAAU,EAAE,IAAI,GAChB,CACH,CAAC,CAAC,CAAC,IAAI,IACJ,EACL,KAAK,EAAE,MAAM,CAAC,CAAC,CAAC,WAAW,CAAC,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,CAAC,IAAI,IAC5C,CAChB,CACF,CAAC;AAEF,MAAM,WAAW,GAAG,CAAC,KAAkB,EAAE,aAAqB,EAAE,EAAE;IAChE,MAAM,SAAS,GAAG,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,MAAM,GAAG,aAAa,CAAC,CAAC;IAE1D,OAAO,CACL,uBAAC,mBAAQ,IACP,SAAS,EAAC,6BAA6B,EACvC,OAAO,EAAC,WAAW,EACnB,SAAS,EAAE,SAAS,EACpB,YAAY,EAAE,KAAK,EACnB,QAAQ,EAAE,KAAK,YAEd,IAAI,KAAK,CAAC,SAAS,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,UAAU,EAAE,EAAE,CAAC,CACtD,gCAEE,SAAS,EAAE,IAAA,aAAK,EAAC,+CAA+C,CAAC,YAEhE,KAAK;iBACH,KAAK,CAAC,UAAU,GAAG,aAAa,EAAE,CAAC,UAAU,GAAG,CAAC,CAAC,GAAG,aAAa,CAAC;iBACnE,GAAG,CAAC,CAAC,IAAI,EAAE,KAAK,EAAE,EAAE,CAAC,CACpB,uBAAC,uCAAkB,IAAqB,SAAS,EAAC,UAAU,KAAK,IAAI,IAA5C,MAAM,CAAC,KAAK,CAAC,CAAmC,CAC1E,CAAC,IAPC,MAAM,CAAC,UAAU,CAAC,CAQnB,CACP,CAAC,GACO,CACZ,CAAC;AACJ,CAAC,CAAC"}
@@ -11,6 +11,6 @@ const style_1 = require("../../utils/style");
11
11
  const SocialMedia_1 = require("../Footer/SocialMedia");
12
12
  const Headline_1 = require("../Headline/Headline");
13
13
  exports.CarouselRecommendationCard = (0, uni_jsx_1.JSX)(({ className, padding, description, href, icon, items = [], socialMedia = [], target, title, align = 'text-left', ...rest }) => {
14
- return ((0, jsx_runtime_1.jsx)(BlockWrapper_1.BlockWrapper, { className: (0, style_1.style)('relative min-h-[218px] group-data-gray:bg-main-divider/50', className), defaultPadding: "p-0", ...rest, children: (0, jsx_runtime_1.jsx)(LinkWrapper_1.LinkWrapper, { href: href, target: target, className: "h-full", children: (0, jsx_runtime_1.jsx)(BaseTile_1.BaseTile, { className: "h-full", defaultPadding: "p-m", padding: padding, title: title ? ((0, jsx_runtime_1.jsx)(Headline_1.Headline, { title: title, description: description, headlineVersion: "S", isPadding: false, align: align })) : null, backImage: icon?.icon || icon?.src ? (0, jsx_runtime_1.jsx)(Img_1.Img, { image: icon }) : null, buttons: socialMedia.length ? (0, jsx_runtime_1.jsx)(SocialMedia_1.SocialMedia, { media: socialMedia }) : null, children: items.length ? (0, jsx_runtime_1.jsx)(List_1.List, { items: items, listItemSize: "S" }) : null }) }) }));
14
+ return ((0, jsx_runtime_1.jsx)(BlockWrapper_1.BlockWrapper, { className: (0, style_1.style)('relative min-h-28 group-data-gray:bg-main-divider/50', className), defaultPadding: "p-0", ...rest, children: (0, jsx_runtime_1.jsx)(LinkWrapper_1.LinkWrapper, { href: href, target: target, className: "h-full", children: (0, jsx_runtime_1.jsx)(BaseTile_1.BaseTile, { className: "h-full", defaultPadding: "p-m", padding: padding, title: title ? ((0, jsx_runtime_1.jsx)(Headline_1.Headline, { title: title, description: description, headlineVersion: "S", isEmbedded: true, align: align })) : null, backImage: icon?.icon || icon?.src ? (0, jsx_runtime_1.jsx)(Img_1.Img, { image: icon }) : null, buttons: socialMedia.length ? (0, jsx_runtime_1.jsx)(SocialMedia_1.SocialMedia, { media: socialMedia }) : null, children: items.length ? (0, jsx_runtime_1.jsx)(List_1.List, { items: items, listItemSize: "S" }) : null }) }) }));
15
15
  });
16
16
  //# sourceMappingURL=CarouselRecommendationCard.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"CarouselRecommendationCard.js","sourceRoot":"","sources":["../../../src/components/CarouselRecommendationCard/CarouselRecommendationCard.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAExC,6DAA0D;AAC1D,4DAAyD;AACzD,8CAA2C;AAC3C,sEAAmE;AACnE,iDAA8C;AAC9C,6CAA0C;AAC1C,uDAAoD;AACpD,mDAAgD;AAKnC,QAAA,0BAA0B,GAAG,IAAA,aAAG,EAC3C,CAAC,EACC,SAAS,EACT,OAAO,EACP,WAAW,EACX,IAAI,EACJ,IAAI,EACJ,KAAK,GAAG,EAAE,EACV,WAAW,GAAG,EAAE,EAChB,MAAM,EACN,KAAK,EACL,KAAK,GAAG,WAAW,EACnB,GAAG,IAAI,EACR,EAAE,EAAE;IACH,OAAO,CACL,uBAAC,2BAAY,IACX,SAAS,EAAE,IAAA,aAAK,EAAC,2DAA2D,EAAE,SAAS,CAAC,EACxF,cAAc,EAAC,KAAK,KAChB,IAAI,YAER,uBAAC,yBAAW,IAAC,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,SAAS,EAAC,QAAQ,YACzD,uBAAC,mBAAQ,IACP,SAAS,EAAC,QAAQ,EAClB,cAAc,EAAC,KAAK,EACpB,OAAO,EAAE,OAAO,EAChB,KAAK,EACH,KAAK,CAAC,CAAC,CAAC,CACN,uBAAC,mBAAQ,IACP,KAAK,EAAE,KAAK,EACZ,WAAW,EAAE,WAAW,EACxB,eAAe,EAAC,GAAG,EACnB,SAAS,EAAE,KAAK,EAChB,KAAK,EAAE,KAAK,GACZ,CACH,CAAC,CAAC,CAAC,IAAI,EAEV,SAAS,EAAE,IAAI,EAAE,IAAI,IAAI,IAAI,EAAE,GAAG,CAAC,CAAC,CAAC,uBAAC,SAAG,IAAC,KAAK,EAAE,IAAI,GAAI,CAAC,CAAC,CAAC,IAAI,EAChE,OAAO,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC,CAAC,uBAAC,yBAAW,IAAC,KAAK,EAAE,WAAW,GAAI,CAAC,CAAC,CAAC,IAAI,YAEvE,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,uBAAC,WAAI,IAAC,KAAK,EAAE,KAAK,EAAE,YAAY,EAAC,GAAG,GAAG,CAAC,CAAC,CAAC,IAAI,GACrD,GACC,GACD,CAChB,CAAC;AACJ,CAAC,CACF,CAAC"}
1
+ {"version":3,"file":"CarouselRecommendationCard.js","sourceRoot":"","sources":["../../../src/components/CarouselRecommendationCard/CarouselRecommendationCard.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAExC,6DAA0D;AAC1D,4DAAyD;AACzD,8CAA2C;AAC3C,sEAAmE;AACnE,iDAA8C;AAC9C,6CAA0C;AAC1C,uDAAoD;AACpD,mDAAgD;AAKnC,QAAA,0BAA0B,GAAG,IAAA,aAAG,EAC3C,CAAC,EACC,SAAS,EACT,OAAO,EACP,WAAW,EACX,IAAI,EACJ,IAAI,EACJ,KAAK,GAAG,EAAE,EACV,WAAW,GAAG,EAAE,EAChB,MAAM,EACN,KAAK,EACL,KAAK,GAAG,WAAW,EACnB,GAAG,IAAI,EACR,EAAE,EAAE;IACH,OAAO,CACL,uBAAC,2BAAY,IACX,SAAS,EAAE,IAAA,aAAK,EAAC,sDAAsD,EAAE,SAAS,CAAC,EACnF,cAAc,EAAC,KAAK,KAChB,IAAI,YAER,uBAAC,yBAAW,IAAC,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,SAAS,EAAC,QAAQ,YACzD,uBAAC,mBAAQ,IACP,SAAS,EAAC,QAAQ,EAClB,cAAc,EAAC,KAAK,EACpB,OAAO,EAAE,OAAO,EAChB,KAAK,EACH,KAAK,CAAC,CAAC,CAAC,CACN,uBAAC,mBAAQ,IACP,KAAK,EAAE,KAAK,EACZ,WAAW,EAAE,WAAW,EACxB,eAAe,EAAC,GAAG,EACnB,UAAU,EAAE,IAAI,EAChB,KAAK,EAAE,KAAK,GACZ,CACH,CAAC,CAAC,CAAC,IAAI,EAEV,SAAS,EAAE,IAAI,EAAE,IAAI,IAAI,IAAI,EAAE,GAAG,CAAC,CAAC,CAAC,uBAAC,SAAG,IAAC,KAAK,EAAE,IAAI,GAAI,CAAC,CAAC,CAAC,IAAI,EAChE,OAAO,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC,CAAC,uBAAC,yBAAW,IAAC,KAAK,EAAE,WAAW,GAAI,CAAC,CAAC,CAAC,IAAI,YAEvE,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,uBAAC,WAAI,IAAC,KAAK,EAAE,KAAK,EAAE,YAAY,EAAC,GAAG,GAAG,CAAC,CAAC,CAAC,IAAI,GACrD,GACC,GACD,CAChB,CAAC;AACJ,CAAC,CACF,CAAC"}
@@ -10,7 +10,7 @@ const style_1 = require("../../utils/style");
10
10
  const SocialMedia_1 = require("../Footer/SocialMedia");
11
11
  const Headline_1 = require("../Headline/Headline");
12
12
  exports.CarouselRecommendationCard = (0, uni_jsx_1.JSX)(({ className = '', description, href, icon, items = [], socialMedia = [], target, title, align = 'text-left', ...rest }) => {
13
- return ((0, jsx_runtime_1.jsx)(BlockWrapper_1.BlockWrapper, { className: (0, style_1.style)('relative group-data-gray:bg-main-divider/50', className), defaultPadding: "p-6xl", ...rest, children: (0, jsx_runtime_1.jsxs)(LinkWrapper_1.LinkWrapper, { href: href, target: target, children: [(0, jsx_runtime_1.jsx)(Headline_1.Headline, { className: "mb-xs", title: title, description: description, headlineVersion: "S", isPadding: false, align: align }), items.length ? ((0, jsx_runtime_1.jsx)(List_1.List, { className: "flex flex-col gap-2", items: items, listItemSize: "S" })) : null, renderIcon(icon), socialMedia.length ? (0, jsx_runtime_1.jsx)(SocialMedia_1.SocialMedia, { className: "mt-5", media: socialMedia }) : null] }) }));
13
+ return ((0, jsx_runtime_1.jsx)(BlockWrapper_1.BlockWrapper, { className: (0, style_1.style)('relative group-data-gray:bg-main-divider/50 space-y-m', className), defaultPadding: "p-6xl", ...rest, children: (0, jsx_runtime_1.jsxs)(LinkWrapper_1.LinkWrapper, { href: href, target: target, children: [(0, jsx_runtime_1.jsx)(Headline_1.Headline, { title: title, description: description, headlineVersion: "S", isEmbedded: true, align: align }), items.length ? ((0, jsx_runtime_1.jsx)(List_1.List, { className: "flex flex-col gap-xs", items: items, listItemSize: "S" })) : null, renderIcon(icon), socialMedia.length ? (0, jsx_runtime_1.jsx)(SocialMedia_1.SocialMedia, { media: socialMedia }) : null] }) }));
14
14
  });
15
15
  const renderIcon = (icon) => icon?.src || icon?.icon ? ((0, jsx_runtime_1.jsx)("div", { children: (0, jsx_runtime_1.jsx)(Img_1.Img, { image: icon }) })) : null;
16
16
  //# sourceMappingURL=CarouselRecommendationCard.mobile.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"CarouselRecommendationCard.mobile.js","sourceRoot":"","sources":["../../../src/components/CarouselRecommendationCard/CarouselRecommendationCard.mobile.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAGxC,4DAAyD;AACzD,8CAA2C;AAC3C,sEAAmE;AACnE,iDAA8C;AAC9C,6CAA0C;AAC1C,uDAAoD;AACpD,mDAAgD;AAKnC,QAAA,0BAA0B,GAAG,IAAA,aAAG,EAC3C,CAAC,EACC,SAAS,GAAG,EAAE,EACd,WAAW,EACX,IAAI,EACJ,IAAI,EACJ,KAAK,GAAG,EAAE,EACV,WAAW,GAAG,EAAE,EAChB,MAAM,EACN,KAAK,EACL,KAAK,GAAG,WAAW,EACnB,GAAG,IAAI,EACR,EAAE,EAAE;IACH,OAAO,CACL,uBAAC,2BAAY,IACX,SAAS,EAAE,IAAA,aAAK,EAAC,6CAA6C,EAAE,SAAS,CAAC,EAC1E,cAAc,EAAC,OAAO,KAClB,IAAI,YAER,wBAAC,yBAAW,IAAC,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,aACrC,uBAAC,mBAAQ,IACP,SAAS,EAAC,OAAO,EACjB,KAAK,EAAE,KAAK,EACZ,WAAW,EAAE,WAAW,EACxB,eAAe,EAAC,GAAG,EACnB,SAAS,EAAE,KAAK,EAChB,KAAK,EAAE,KAAK,GACZ,EACD,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,CACd,uBAAC,WAAI,IAAC,SAAS,EAAC,qBAAqB,EAAC,KAAK,EAAE,KAAK,EAAE,YAAY,EAAC,GAAG,GAAG,CACxE,CAAC,CAAC,CAAC,IAAI,EACP,UAAU,CAAC,IAAI,CAAC,EAChB,WAAW,CAAC,MAAM,CAAC,CAAC,CAAC,uBAAC,yBAAW,IAAC,SAAS,EAAC,MAAM,EAAC,KAAK,EAAE,WAAW,GAAI,CAAC,CAAC,CAAC,IAAI,IACrE,GACD,CAChB,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,MAAM,UAAU,GAAG,CAAC,IAAc,EAAE,EAAE,CACpC,IAAI,EAAE,GAAG,IAAI,IAAI,EAAE,IAAI,CAAC,CAAC,CAAC,CACxB,0CACE,uBAAC,SAAG,IAAC,KAAK,EAAE,IAAI,GAAI,GAChB,CACP,CAAC,CAAC,CAAC,IAAI,CAAC"}
1
+ {"version":3,"file":"CarouselRecommendationCard.mobile.js","sourceRoot":"","sources":["../../../src/components/CarouselRecommendationCard/CarouselRecommendationCard.mobile.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAGxC,4DAAyD;AACzD,8CAA2C;AAC3C,sEAAmE;AACnE,iDAA8C;AAC9C,6CAA0C;AAC1C,uDAAoD;AACpD,mDAAgD;AAKnC,QAAA,0BAA0B,GAAG,IAAA,aAAG,EAC3C,CAAC,EACC,SAAS,GAAG,EAAE,EACd,WAAW,EACX,IAAI,EACJ,IAAI,EACJ,KAAK,GAAG,EAAE,EACV,WAAW,GAAG,EAAE,EAChB,MAAM,EACN,KAAK,EACL,KAAK,GAAG,WAAW,EACnB,GAAG,IAAI,EACR,EAAE,EAAE;IACH,OAAO,CACL,uBAAC,2BAAY,IACX,SAAS,EAAE,IAAA,aAAK,EAAC,uDAAuD,EAAE,SAAS,CAAC,EACpF,cAAc,EAAC,OAAO,KAClB,IAAI,YAER,wBAAC,yBAAW,IAAC,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,aACrC,uBAAC,mBAAQ,IACP,KAAK,EAAE,KAAK,EACZ,WAAW,EAAE,WAAW,EACxB,eAAe,EAAC,GAAG,EACnB,UAAU,EAAE,IAAI,EAChB,KAAK,EAAE,KAAK,GACZ,EACD,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,CACd,uBAAC,WAAI,IAAC,SAAS,EAAC,sBAAsB,EAAC,KAAK,EAAE,KAAK,EAAE,YAAY,EAAC,GAAG,GAAG,CACzE,CAAC,CAAC,CAAC,IAAI,EACP,UAAU,CAAC,IAAI,CAAC,EAChB,WAAW,CAAC,MAAM,CAAC,CAAC,CAAC,uBAAC,yBAAW,IAAC,KAAK,EAAE,WAAW,GAAI,CAAC,CAAC,CAAC,IAAI,IACpD,GACD,CAChB,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,MAAM,UAAU,GAAG,CAAC,IAAc,EAAE,EAAE,CACpC,IAAI,EAAE,GAAG,IAAI,IAAI,EAAE,IAAI,CAAC,CAAC,CAAC,CACxB,0CACE,uBAAC,SAAG,IAAC,KAAK,EAAE,IAAI,GAAI,GAChB,CACP,CAAC,CAAC,CAAC,IAAI,CAAC"}
@@ -9,18 +9,15 @@ const FoldableSection_1 = require("../../ui-kit/Foldable/FoldableSection");
9
9
  const Heading_1 = require("../../ui-kit/Heading/Heading");
10
10
  const Icon_1 = require("../../ui-kit/Icon/Icon");
11
11
  const Img_1 = require("../../ui-kit/Img/Img");
12
- const Paragraph_1 = require("../../ui-kit/Paragraph/Paragraph");
13
12
  const style_1 = require("../../utils/style");
14
- const getPaddingStyle_1 = require("./getPaddingStyle");
15
13
  const renderCardInfo_1 = require("./renderCardInfo");
16
14
  const VISIBLE_CELLS_COUNT = 1;
17
- exports.CarouselTariffsCard = (0, uni_jsx_1.JSX)(({ className = '', title, align = 'text-center', icon, isHighlighting = false, button, cardCells = [], ...rest }) => {
15
+ exports.CarouselTariffsCard = (0, uni_jsx_1.JSX)(({ className = '', title, align = 'text-center', icon, button, cardCells = [], ...rest }) => {
18
16
  const cellsNode = cardCells.map(renderCardInfo_1.renderCardInfo);
19
17
  const visibleCells = cellsNode.slice(0, VISIBLE_CELLS_COUNT);
20
18
  const hiddenCells = cellsNode.slice(VISIBLE_CELLS_COUNT);
21
- return ((0, jsx_runtime_1.jsxs)(BlockWrapper_1.BlockWrapper, { className: (0, style_1.style)('relative flex flex-col', className), defaultPadding: (0, getPaddingStyle_1.getPaddingStyle)(isHighlighting), ...rest, children: [isHighlighting ? renderHitIcon() : null, renderIconBlock(icon), title ? ((0, jsx_runtime_1.jsx)(Heading_1.Heading, { className: (0, style_1.style)('pt-xs', align), headingType: "h5", title: title })) : null, button ? (0, jsx_runtime_1.jsx)(Button_1.Button, { className: "w-full mt-m", ...button }) : null, cardCells.length ? ((0, jsx_runtime_1.jsx)(Foldable_1.Foldable, { renderFoldableSection: ({ isUnfolded }) => ((0, jsx_runtime_1.jsxs)("div", { children: [visibleCells, (0, jsx_runtime_1.jsx)(FoldableSection_1.FoldableSection, { isUnfolded: isUnfolded, children: hiddenCells })] })), renderFoldButton: cardCells.length > 1 ? renderFoldButton : null })) : null] }));
19
+ return ((0, jsx_runtime_1.jsxs)(BlockWrapper_1.BlockWrapper, { className: (0, style_1.style)('flex flex-col', className), defaultPadding: "p-3xl", ...rest, children: [renderIconBlock(icon), title ? ((0, jsx_runtime_1.jsx)(Heading_1.Heading, { className: (0, style_1.style)('pt-xs', align), headingType: "h5", title: title })) : null, button ? (0, jsx_runtime_1.jsx)(Button_1.Button, { className: "w-full mt-m", ...button }) : null, cardCells.length ? ((0, jsx_runtime_1.jsx)(Foldable_1.Foldable, { renderFoldableSection: ({ isUnfolded }) => ((0, jsx_runtime_1.jsxs)("div", { children: [visibleCells, (0, jsx_runtime_1.jsx)(FoldableSection_1.FoldableSection, { isUnfolded: isUnfolded, children: hiddenCells })] })), renderFoldButton: cardCells.length > 1 ? renderFoldButton : null })) : null] }));
22
20
  });
23
- const renderIconBlock = (icon) => ((0, jsx_runtime_1.jsx)("div", { className: "basis-full self-center", children: icon?.src || icon?.icon ? (0, jsx_runtime_1.jsx)(Img_1.Img, { image: icon }) : null }));
24
- const renderFoldButton = ({ isUnfolded, onToggle }) => ((0, jsx_runtime_1.jsxs)("button", { className: "w-full cursor-pointer text-primary-main pt-5 flex justify-between items-center", onClick: onToggle, children: [(0, jsx_runtime_1.jsx)("div", { children: isUnfolded ? 'Скрыть' : 'Подробнее о тарифе' }), (0, jsx_runtime_1.jsx)(Icon_1.Icon, { className: "text-primary-text", name: isUnfolded ? 'ArrowUpIcon' : 'ArrowDownIcon', width: "16", height: "16" })] }));
25
- const renderHitIcon = () => ((0, jsx_runtime_1.jsxs)("div", { className: "absolute -top-7 -right-4 h-[60px] w-[60px] bg-white flex flex-col items-center justify-center rounded-md shadow-[0_4px_25px_rgba(0,0,0,0.07)]", children: [(0, jsx_runtime_1.jsx)(Icon_1.Icon, { iconVersion: "black", name: "HeartIcon", width: "23", height: "22" }), (0, jsx_runtime_1.jsx)(Paragraph_1.Paragraph, { size: "text-s", font: "font-normal", align: "text-center", color: "text-primary-text", children: "\u0425\u0418\u0422" })] }));
21
+ const renderIconBlock = (icon) => ((0, jsx_runtime_1.jsx)("div", { className: "self-center", children: icon?.src || icon?.icon ? (0, jsx_runtime_1.jsx)(Img_1.Img, { image: icon }) : null }));
22
+ const renderFoldButton = ({ isUnfolded, onToggle }) => ((0, jsx_runtime_1.jsxs)("button", { className: "w-full cursor-pointer text-primary-main pt-lg flex justify-between items-center", onClick: onToggle, children: [(0, jsx_runtime_1.jsx)("div", { children: isUnfolded ? 'Скрыть' : 'Подробнее о тарифе' }), (0, jsx_runtime_1.jsx)(Icon_1.Icon, { className: "text-primary-text", name: isUnfolded ? 'ArrowUpIcon' : 'ArrowDownIcon', width: "16", height: "16" })] }));
26
23
  //# sourceMappingURL=CarouselTariffsCard.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"CarouselTariffsCard.js","sourceRoot":"","sources":["../../../src/components/CarouselTariffsCard/CarouselTariffsCard.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"CarouselTariffsCard.js","sourceRoot":"","sources":["../../../src/components/CarouselTariffsCard/CarouselTariffsCard.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAIxC,4DAAyD;AACzD,uDAAoD;AACpD,6DAA0D;AAE1D,2EAAwE;AACxE,0DAAuD;AACvD,iDAA8C;AAC9C,8CAA2C;AAC3C,6CAA0C;AAE1C,qDAAkD;AAIlD,MAAM,mBAAmB,GAAG,CAAC,CAAC;AAEjB,QAAA,mBAAmB,GAAG,IAAA,aAAG,EACpC,CAAC,EAAE,SAAS,GAAG,EAAE,EAAE,KAAK,EAAE,KAAK,GAAG,aAAa,EAAE,IAAI,EAAE,MAAM,EAAE,SAAS,GAAG,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE;IAC1F,MAAM,SAAS,GAAG,SAAS,CAAC,GAAG,CAAC,+BAAc,CAAC,CAAC;IAChD,MAAM,YAAY,GAAG,SAAS,CAAC,KAAK,CAAC,CAAC,EAAE,mBAAmB,CAAC,CAAC;IAC7D,MAAM,WAAW,GAAG,SAAS,CAAC,KAAK,CAAC,mBAAmB,CAAC,CAAC;IAEzD,OAAO,CACL,wBAAC,2BAAY,IAAC,SAAS,EAAE,IAAA,aAAK,EAAC,eAAe,EAAE,SAAS,CAAC,EAAE,cAAc,EAAC,OAAO,KAAK,IAAI,aACxF,eAAe,CAAC,IAAI,CAAC,EACrB,KAAK,CAAC,CAAC,CAAC,CACP,uBAAC,iBAAO,IAAC,SAAS,EAAE,IAAA,aAAK,EAAC,OAAO,EAAE,KAAK,CAAC,EAAE,WAAW,EAAC,IAAI,EAAC,KAAK,EAAE,KAAK,GAAI,CAC7E,CAAC,CAAC,CAAC,IAAI,EACP,MAAM,CAAC,CAAC,CAAC,uBAAC,eAAM,IAAC,SAAS,EAAC,aAAa,KAAK,MAAM,GAAI,CAAC,CAAC,CAAC,IAAI,EAC9D,SAAS,CAAC,MAAM,CAAC,CAAC,CAAC,CAClB,uBAAC,mBAAQ,IACP,qBAAqB,EAAE,CAAC,EAAE,UAAU,EAAE,EAAE,EAAE,CAAC,CACzC,4CACG,YAAY,EACb,uBAAC,iCAAe,IAAC,UAAU,EAAE,UAAU,YAAG,WAAW,GAAmB,IACpE,CACP,EACD,gBAAgB,EAAE,SAAS,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC,gBAAgB,CAAC,CAAC,CAAC,IAAI,GAChE,CACH,CAAC,CAAC,CAAC,IAAI,IACK,CAChB,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,MAAM,eAAe,GAAG,CAAC,IAAc,EAAE,EAAE,CAAC,CAC1C,gCAAK,SAAS,EAAC,aAAa,YAAE,IAAI,EAAE,GAAG,IAAI,IAAI,EAAE,IAAI,CAAC,CAAC,CAAC,uBAAC,SAAG,IAAC,KAAK,EAAE,IAAI,GAAI,CAAC,CAAC,CAAC,IAAI,GAAO,CAC3F,CAAC;AAEF,MAAM,gBAAgB,GAAG,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAqB,EAAS,EAAE,CAAC,CAC/E,oCACE,SAAS,EAAC,iFAAiF,EAC3F,OAAO,EAAE,QAAQ,aAEjB,0CAAM,UAAU,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,oBAAoB,GAAO,EACzD,uBAAC,WAAI,IACH,SAAS,EAAC,mBAAmB,EAC7B,IAAI,EAAE,UAAU,CAAC,CAAC,CAAC,aAAa,CAAC,CAAC,CAAC,eAAe,EAClD,KAAK,EAAC,IAAI,EACV,MAAM,EAAC,IAAI,GACX,IACK,CACV,CAAC"}