@redneckz/wildless-cms-uni-blocks 0.3.85 → 0.3.87

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 (1415) hide show
  1. package/bundle/blocks.schema.json +1 -1
  2. package/bundle/bundle.umd.js +188 -147
  3. package/bundle/bundle.umd.min.js +1 -1
  4. package/dist/components/Accordion/Accordion.js +1 -1
  5. package/dist/components/Accordion/Accordion.js.map +1 -1
  6. package/dist/components/Accordion/useActiveHandler.d.ts +1 -1
  7. package/dist/components/Accordion/useActiveHandler.js +4 -4
  8. package/dist/components/Accordion/useActiveHandler.js.map +1 -1
  9. package/dist/components/BaseTile/BaseTile.js +1 -1
  10. package/dist/components/BaseTile/BaseTile.js.map +1 -1
  11. package/dist/components/BaseTile/BaseTileProps.d.ts +7 -26
  12. package/dist/components/BaseTile/getTileHeadingType.d.ts +1 -1
  13. package/dist/components/BaseTile/getTileHeadingType.js +3 -3
  14. package/dist/components/BaseTile/getTileHeadingType.js.map +1 -1
  15. package/dist/components/BenefitsBlock/BenefitsBlock.js +1 -1
  16. package/dist/components/BenefitsBlock/BenefitsBlock.js.map +1 -1
  17. package/dist/components/BenefitsBlock/BenefitsBlockContent.d.ts +2 -2
  18. package/dist/components/Bonus/Bonus.js +2 -2
  19. package/dist/components/Bonus/Bonus.js.map +1 -1
  20. package/dist/components/Bonus/BonusContent.d.ts +2 -3
  21. package/dist/components/BonusBenefitsBlock/BonusBenefitsBlock.js +1 -1
  22. package/dist/components/BonusBenefitsBlock/BonusBenefitsBlock.js.map +1 -1
  23. package/dist/components/Calculator/BonusCalculatorForm.js +2 -2
  24. package/dist/components/Calculator/BonusCalculatorForm.js.map +1 -1
  25. package/dist/components/Calculator/Calculator.js +2 -2
  26. package/dist/components/Calculator/Calculator.js.map +1 -1
  27. package/dist/components/Calculator/CalculatorValueBlock.js +1 -1
  28. package/dist/components/Calculator/CalculatorValueBlock.js.map +1 -1
  29. package/dist/components/Calculator/CreditCalculatorForm.js +1 -1
  30. package/dist/components/Calculator/Rate.js +1 -1
  31. package/dist/components/Calculator/Rate.js.map +1 -1
  32. package/dist/components/Calculator/renderButtonSection.d.ts +2 -1
  33. package/dist/components/Calculator/renderCalculatorBlock.d.ts +2 -1
  34. package/dist/components/Calculator/renderInitialFeeInput.d.ts +2 -1
  35. package/dist/components/Calculator/renderMonthsInput.d.ts +2 -1
  36. package/dist/components/Calculator/renderPaymentTypeSelector.d.ts +2 -1
  37. package/dist/components/Calculator/renderProposal.d.ts +2 -1
  38. package/dist/components/Calculator/renderProposal.js +1 -1
  39. package/dist/components/Calculator/renderProposal.js.map +1 -1
  40. package/dist/components/Calculator/renderProposalMortgage.d.ts +2 -1
  41. package/dist/components/Calculator/renderRealEstateValue.d.ts +2 -1
  42. package/dist/components/Calculator/renderWantedSumInput.d.ts +2 -1
  43. package/dist/components/Calculator/useBonusCalculatorParams.d.ts +1 -1
  44. package/dist/components/Calculator/useBonusCalculatorParams.js +3 -3
  45. package/dist/components/Calculator/useBonusCalculatorParams.js.map +1 -1
  46. package/dist/components/Calculator/useCreditCalculatorParams.d.ts +1 -1
  47. package/dist/components/Calculator/useCreditCalculatorParams.js +3 -3
  48. package/dist/components/Catalog/Catalog.js +1 -1
  49. package/dist/components/Catalog/Catalog.js.map +1 -1
  50. package/dist/components/Catalog/CatalogCard.js +1 -1
  51. package/dist/components/Catalog/CatalogCard.js.map +1 -1
  52. package/dist/components/Catalog/CatalogContent.d.ts +3 -4
  53. package/dist/components/ComparisonTable/ComparisonTable.js +2 -2
  54. package/dist/components/ComparisonTable/ComparisonTable.js.map +1 -1
  55. package/dist/components/ComparisonTable/ComparisonTableColumnHeaders.d.ts +1 -1
  56. package/dist/components/ComparisonTable/ComparisonTableColumnHeaders.js +4 -4
  57. package/dist/components/ComparisonTable/ComparisonTableColumnHeaders.js.map +1 -1
  58. package/dist/components/ComparisonTable/ComparisonTableRows.d.ts +2 -2
  59. package/dist/components/ComparisonTable/HeaderCell.js +1 -1
  60. package/dist/components/ComparisonTable/HeaderCell.js.map +1 -1
  61. package/dist/components/ComparisonTable/HeaderCell.mobile.js +1 -1
  62. package/dist/components/ComparisonTable/HeaderCell.mobile.js.map +1 -1
  63. package/dist/components/ContentPage/ContentPage.d.ts +1 -1
  64. package/dist/components/ContentPage/ContentPage.js +2 -1
  65. package/dist/components/ContentPage/ContentPage.js.map +1 -1
  66. package/dist/components/ContentPage/ContentPageContext.d.ts +3 -4
  67. package/dist/components/ContentPage/ContentPageHead.d.ts +2 -1
  68. package/dist/components/ContentPage/normalizePage.d.ts +1 -1
  69. package/dist/components/ContentPage/normalizePage.js +1 -1
  70. package/dist/components/ContentPage/normalizePage.js.map +1 -1
  71. package/dist/components/ContentPage/normalizePage.mobile.js +1 -1
  72. package/dist/components/ContentPage/normalizePage.mobile.js.map +1 -1
  73. package/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.d.ts +1 -1
  74. package/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.js.map +1 -1
  75. package/dist/components/ExchangeRateTile/renderButton.d.ts +2 -1
  76. package/dist/components/ExchangeRateTile/renderInput.d.ts +2 -1
  77. package/dist/components/Footer/Contacts.js +1 -1
  78. package/dist/components/Footer/Contacts.js.map +1 -1
  79. package/dist/components/Footer/Footer.js +1 -1
  80. package/dist/components/Footer/Footer.js.map +1 -1
  81. package/dist/components/Footer/HorizontalNavigationLink.d.ts +1 -1
  82. package/dist/components/Footer/MediaButton.js +1 -2
  83. package/dist/components/Footer/MediaButton.js.map +1 -1
  84. package/dist/components/Footer/Sitemap.js +2 -2
  85. package/dist/components/Footer/Sitemap.js.map +1 -1
  86. package/dist/components/Footer/SocialMedia.js +1 -1
  87. package/dist/components/Footer/SocialMedia.js.map +1 -1
  88. package/dist/components/Footer/TextInformationLink.d.ts +1 -1
  89. package/dist/components/Footer/TextInformationLink.js.map +1 -1
  90. package/dist/components/Gallery/GalleryCardInner.js +1 -1
  91. package/dist/components/Gallery/GalleryCardInner.js.map +1 -1
  92. package/dist/components/Gallery/GalleryContainer.js +1 -1
  93. package/dist/components/Gallery/GalleryContainer.js.map +1 -1
  94. package/dist/components/GracePeriod/GracePeriod.js +2 -2
  95. package/dist/components/GracePeriod/GracePeriod.js.map +1 -1
  96. package/dist/components/GracePeriod/GracePeriodContent.d.ts +2 -2
  97. package/dist/components/GroupBlock/GroupBlock.js +1 -1
  98. package/dist/components/GroupBlock/GroupBlock.js.map +1 -1
  99. package/dist/components/GroupBlock/GroupBlockTabs.d.ts +2 -3
  100. package/dist/components/GroupBlock/GroupBlockTabs.js +9 -7
  101. package/dist/components/GroupBlock/GroupBlockTabs.js.map +1 -1
  102. package/dist/components/GroupBlock/GroupBlocksItem.d.ts +3 -2
  103. package/dist/components/GroupBlock/GroupBlocksItem.js +1 -1
  104. package/dist/components/GroupBlock/GroupBlocksItem.js.map +1 -1
  105. package/dist/components/GroupBlock/renderBlocksTypes.d.ts +2 -1
  106. package/dist/components/Header/DropdownMenu.d.ts +1 -0
  107. package/dist/components/Header/DropdownMenu.js +6 -3
  108. package/dist/components/Header/DropdownMenu.js.map +1 -1
  109. package/dist/components/Header/Header.js +1 -1
  110. package/dist/components/Header/HeaderBurger.d.ts +2 -1
  111. package/dist/components/Header/HeaderBurger.js.map +1 -1
  112. package/dist/components/Header/HeaderSubMenu.js +1 -1
  113. package/dist/components/Header/HeaderSubMenu.js.map +1 -1
  114. package/dist/components/Headline/Headline.js +4 -2
  115. package/dist/components/Headline/Headline.js.map +1 -1
  116. package/dist/components/Headline/Headline.mobile.js +1 -1
  117. package/dist/components/Headline/Headline.mobile.js.map +1 -1
  118. package/dist/components/Headline/HeadlineContent.d.ts +5 -4
  119. package/dist/components/Headline/constants.d.ts +9 -0
  120. package/dist/components/Headline/constants.js +33 -1
  121. package/dist/components/Headline/constants.js.map +1 -1
  122. package/dist/components/Insurance/Insurance.js +6 -6
  123. package/dist/components/Insurance/Insurance.js.map +1 -1
  124. package/dist/components/Insurance/InsuranceContent.d.ts +2 -5
  125. package/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js +2 -2
  126. package/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js.map +1 -1
  127. package/dist/components/LikeControl/LikeControl.js +1 -1
  128. package/dist/components/LikeControl/LikeControl.js.map +1 -1
  129. package/dist/components/LinkDocs/LinkDocs.js +1 -1
  130. package/dist/components/LinkDocs/LinkDocs.js.map +1 -1
  131. package/dist/components/LinkDocs/LinkDocs.mobile.js +1 -1
  132. package/dist/components/LinkDocs/LinkDocs.mobile.js.map +1 -1
  133. package/dist/components/LinkDocs/LinkDocsContent.d.ts +3 -6
  134. package/dist/components/LinkDocs/LinkDocsHorizontalList.js +1 -1
  135. package/dist/components/LinkDocs/LinkDocsHorizontalList.js.map +1 -1
  136. package/dist/components/LinkDocs/LinkDocsVerticalList.js +1 -1
  137. package/dist/components/LinkDocs/LinkDocsVerticalList.js.map +1 -1
  138. package/dist/components/MobileAppTile/MobileAppTile.js +3 -3
  139. package/dist/components/MobileAppTile/MobileAppTile.js.map +1 -1
  140. package/dist/components/MobileAppTile/MobileAppTile.mobile.js +1 -1
  141. package/dist/components/MobileAppTile/MobileAppTile.mobile.js.map +1 -1
  142. package/dist/components/MobileAppTile/MobileAppTileContent.d.ts +2 -3
  143. package/dist/components/NavigatorTabs/NavigatorTabItem.d.ts +1 -1
  144. package/dist/components/NavigatorTabs/NavigatorTabItem.js +1 -1
  145. package/dist/components/NavigatorTabs/NavigatorTabItem.js.map +1 -1
  146. package/dist/components/OtherProducts/OtherProductsItem.js +1 -1
  147. package/dist/components/OtherProducts/OtherProductsItem.js.map +1 -1
  148. package/dist/components/PictureText/PictureTextContent.d.ts +2 -2
  149. package/dist/components/Placeholder/Placeholder.js +2 -4
  150. package/dist/components/Placeholder/Placeholder.js.map +1 -1
  151. package/dist/components/Placeholder/PlaceholderContent.d.ts +2 -3
  152. package/dist/components/ProductBlock/ProductBlock.js +3 -2
  153. package/dist/components/ProductBlock/ProductBlock.js.map +1 -1
  154. package/dist/components/ProductBlock/ProductBlockContent.d.ts +4 -5
  155. package/dist/components/ProductBlock/ProductBlockInner.js +4 -9
  156. package/dist/components/ProductBlock/ProductBlockInner.js.map +1 -1
  157. package/dist/components/ProductBlock/ProductBlockInner.mobile.js +4 -5
  158. package/dist/components/ProductBlock/ProductBlockInner.mobile.js.map +1 -1
  159. package/dist/components/ProductBlock/renderBackwardButton.d.ts +2 -1
  160. package/dist/components/ProductBlock/renderBackwardButton.js +1 -1
  161. package/dist/components/ProductBlock/renderBackwardButton.js.map +1 -1
  162. package/dist/components/ProductBlock/renderBenefit.d.ts +2 -1
  163. package/dist/components/ProductBlock/renderBenefit.js +1 -1
  164. package/dist/components/ProductBlock/renderBenefit.js.map +1 -1
  165. package/dist/components/ProductBlock/renderBenefit.mobile.d.ts +2 -1
  166. package/dist/components/ProductBlock/renderBenefit.mobile.js +1 -1
  167. package/dist/components/ProductBlock/renderBenefit.mobile.js.map +1 -1
  168. package/dist/components/ProductGallery/ProductGallery.js +2 -2
  169. package/dist/components/ProductGallery/ProductGallery.js.map +1 -1
  170. package/dist/components/ProductGallery/ProductGalleryBlock.d.ts +2 -2
  171. package/dist/components/ProductGallery/ProductGalleryBlock.js +2 -2
  172. package/dist/components/ProductGallery/ProductGalleryBlock.js.map +1 -1
  173. package/dist/components/ProductTile/ProductTile.js +4 -5
  174. package/dist/components/ProductTile/ProductTile.js.map +1 -1
  175. package/dist/components/ProductTile/ProductTileContent.d.ts +2 -3
  176. package/dist/components/PromoTile/PromoTile.js +2 -2
  177. package/dist/components/PromoTile/PromoTile.js.map +1 -1
  178. package/dist/components/PromoTile/PromoTileContent.d.ts +3 -3
  179. package/dist/components/Recommendation/Recommendation.js +8 -8
  180. package/dist/components/Recommendation/Recommendation.js.map +1 -1
  181. package/dist/components/Recommendation/RecommendationCard.js +3 -1
  182. package/dist/components/Recommendation/RecommendationCard.js.map +1 -1
  183. package/dist/components/Recommendation/RecommendationContent.d.ts +3 -4
  184. package/dist/components/StepsBlock/StepsBlock.js +3 -3
  185. package/dist/components/StepsBlock/StepsBlock.js.map +1 -1
  186. package/dist/components/StepsBlock/StepsBlock.mobile.js +2 -2
  187. package/dist/components/StepsBlock/StepsBlock.mobile.js.map +1 -1
  188. package/dist/components/StepsBlock/StepsBlockStyleMaps.d.ts +1 -0
  189. package/dist/components/StepsBlock/StepsBlockStyleMaps.js +3 -1
  190. package/dist/components/StepsBlock/StepsBlockStyleMaps.js.map +1 -1
  191. package/dist/components/TariffsTable/TariffsTable.js +1 -1
  192. package/dist/components/TariffsTable/TariffsTable.js.map +1 -1
  193. package/dist/components/TariffsTable/TariffsTableContent.d.ts +3 -4
  194. package/dist/components/Tile/Tile.js +3 -3
  195. package/dist/components/Tile/Tile.js.map +1 -1
  196. package/dist/components/Tile/TileContent.d.ts +3 -3
  197. package/dist/content-page-repository/mapJSON.js.map +1 -1
  198. package/dist/content-page-repository/transformContentPage.js +1 -0
  199. package/dist/content-page-repository/transformContentPage.js.map +1 -1
  200. package/dist/hooks/useExchangeRates.js.map +1 -1
  201. package/dist/hooks/useLink.d.ts +3 -1
  202. package/dist/hooks/useLink.js +1 -1
  203. package/dist/hooks/useLink.js.map +1 -1
  204. package/dist/icons/IconName.js +2 -2
  205. package/dist/icons/IconName.js.map +1 -1
  206. package/dist/model/HeadlineType.d.ts +17 -0
  207. package/dist/{ui-kit/Heading/HeadingContent.js → model/HeadlineType.js} +1 -1
  208. package/dist/model/HeadlineType.js.map +1 -0
  209. package/dist/model/VNode.d.ts +1 -1
  210. package/dist/react/IntersectionObserverTag.js +26 -4
  211. package/dist/react/IntersectionObserverTag.js.map +1 -1
  212. package/dist/react/setup-fixture.js +7 -2
  213. package/dist/react/setup-fixture.js.map +1 -1
  214. package/dist/services/sitemap/findActiveSubItem.d.ts +1 -1
  215. package/dist/services/sitemap/findActiveSubItem.js +1 -1
  216. package/dist/services/sitemap/findActiveSubItem.js.map +1 -1
  217. package/dist/types.d.ts +0 -1
  218. package/dist/ui-kit/BlockWrapper.d.ts +1 -1
  219. package/dist/ui-kit/BlockWrapper.js +3 -2
  220. package/dist/ui-kit/BlockWrapper.js.map +1 -1
  221. package/dist/ui-kit/BlocksList/renderBlocksList.d.ts +2 -1
  222. package/dist/ui-kit/Breadcrumb.d.ts +1 -1
  223. package/dist/ui-kit/Button/ArrowButton.js +3 -3
  224. package/dist/ui-kit/Button/ArrowButton.js.map +1 -1
  225. package/dist/ui-kit/Button/Button.d.ts +0 -1
  226. package/dist/ui-kit/Button/Button.js +6 -6
  227. package/dist/ui-kit/Button/Button.js.map +1 -1
  228. package/dist/ui-kit/Button/Button.mobile.js +1 -1
  229. package/dist/ui-kit/Button/Button.mobile.js.map +1 -1
  230. package/dist/ui-kit/Button/ButtonInner.js +2 -2
  231. package/dist/ui-kit/Button/ButtonInner.js.map +1 -1
  232. package/dist/ui-kit/Button/ButtonProps.d.ts +7 -4
  233. package/dist/ui-kit/Button/ButtonSection.js +1 -1
  234. package/dist/ui-kit/Button/ButtonSection.js.map +1 -1
  235. package/dist/ui-kit/Button/LikeButton.d.ts +1 -1
  236. package/dist/ui-kit/Button/LikeButton.js +3 -1
  237. package/dist/ui-kit/Button/LikeButton.js.map +1 -1
  238. package/dist/ui-kit/Button/renderArrows.d.ts +4 -5
  239. package/dist/ui-kit/Button/renderArrows.js.map +1 -1
  240. package/dist/ui-kit/Checkbox/Checkbox.js +1 -1
  241. package/dist/ui-kit/Checkbox/Checkbox.js.map +1 -1
  242. package/dist/ui-kit/Description/Description.d.ts +2 -2
  243. package/dist/ui-kit/Description/Description.js +1 -1
  244. package/dist/ui-kit/Description/Description.js.map +1 -1
  245. package/dist/ui-kit/Foldable/Foldable.js +1 -1
  246. package/dist/ui-kit/Foldable/Foldable.js.map +1 -1
  247. package/dist/ui-kit/Foldable/useActiveHandler.d.ts +1 -1
  248. package/dist/ui-kit/Foldable/useActiveHandler.js.map +1 -1
  249. package/dist/ui-kit/HeaderItem/HeaderItem.js +1 -1
  250. package/dist/ui-kit/HeaderItem/HeaderItem.js.map +1 -1
  251. package/dist/ui-kit/Heading/Heading.d.ts +1 -5
  252. package/dist/ui-kit/Heading/Heading.js +8 -11
  253. package/dist/ui-kit/Heading/Heading.js.map +1 -1
  254. package/dist/ui-kit/Heading/Heading.mobile.d.ts +1 -5
  255. package/dist/ui-kit/Heading/Heading.mobile.js +3 -6
  256. package/dist/ui-kit/Heading/Heading.mobile.js.map +1 -1
  257. package/dist/ui-kit/Heading/HeadingProps.d.ts +20 -0
  258. package/{mobile/dist/ui-kit/Heading/HeadingContent.js → dist/ui-kit/Heading/HeadingProps.js} +1 -1
  259. package/dist/ui-kit/Heading/HeadingProps.js.map +1 -0
  260. package/dist/ui-kit/Input/Input.js +1 -1
  261. package/dist/ui-kit/Input/Input.js.map +1 -1
  262. package/dist/ui-kit/InputRange/InputRange.js +1 -1
  263. package/dist/ui-kit/InputRange/InputRange.js.map +1 -1
  264. package/dist/ui-kit/InputRange/InputRangeProps.d.ts +1 -2
  265. package/dist/ui-kit/SVG.d.ts +4 -5
  266. package/dist/ui-kit/SearchBar/SearchBarInner.js +5 -5
  267. package/dist/ui-kit/SearchBar/SearchBarInner.js.map +1 -1
  268. package/dist/ui-kit/Select/Select.js.map +1 -1
  269. package/dist/ui-kit/SwipeListControl/SwipeListControl.js +1 -1
  270. package/dist/ui-kit/SwipeListControl/SwipeListControl.js.map +1 -1
  271. package/dist/ui-kit/SwipeListControl/SwipeListControlDots.js +1 -1
  272. package/dist/ui-kit/SwipeListControl/SwipeListControlDots.js.map +1 -1
  273. package/dist/ui-kit/SwipeListControl/SwipeListControlList.d.ts +1 -1
  274. package/dist/ui-kit/SwipeListControl/SwipeListControlList.js +1 -1
  275. package/dist/ui-kit/SwipeListControl/SwipeListControlList.js.map +1 -1
  276. package/dist/ui-kit/TableArrowScrollControl/TableArrowScrollControlProps.d.ts +2 -3
  277. package/dist/ui-kit/Tabs/Tabs.js +1 -1
  278. package/dist/ui-kit/Tabs/Tabs.js.map +1 -1
  279. package/dist/ui-kit/Tabs/TabsProps.d.ts +1 -2
  280. package/dist/ui-kit/TopItem/TopItem.d.ts +1 -1
  281. package/dist/utils/url.d.ts +1 -0
  282. package/dist/utils/url.js +3 -1
  283. package/dist/utils/url.js.map +1 -1
  284. package/lib/common.css +1 -1
  285. package/lib/components/Accordion/Accordion.fixture.d.ts +3 -2
  286. package/lib/components/Accordion/Accordion.fixture.mobile.d.ts +2 -1
  287. package/lib/components/Accordion/Accordion.js +1 -1
  288. package/lib/components/Accordion/Accordion.js.map +1 -1
  289. package/lib/components/Accordion/useActiveHandler.d.ts +1 -1
  290. package/lib/components/Accordion/useActiveHandler.js +4 -4
  291. package/lib/components/Accordion/useActiveHandler.js.map +1 -1
  292. package/lib/components/BaseTile/BaseTile.js +1 -1
  293. package/lib/components/BaseTile/BaseTile.js.map +1 -1
  294. package/lib/components/BaseTile/BaseTileProps.d.ts +7 -26
  295. package/lib/components/BaseTile/getTileHeadingType.d.ts +1 -1
  296. package/lib/components/BaseTile/getTileHeadingType.js +3 -3
  297. package/lib/components/BaseTile/getTileHeadingType.js.map +1 -1
  298. package/lib/components/BenefitsBlock/BenefitsBlock.fixture.d.ts +3 -2
  299. package/lib/components/BenefitsBlock/BenefitsBlock.js +1 -1
  300. package/lib/components/BenefitsBlock/BenefitsBlock.js.map +1 -1
  301. package/lib/components/BenefitsBlock/BenefitsBlockContent.d.ts +2 -2
  302. package/lib/components/Bonus/Bonus.fixture.d.ts +2 -1
  303. package/lib/components/Bonus/Bonus.js +2 -2
  304. package/lib/components/Bonus/Bonus.js.map +1 -1
  305. package/lib/components/Bonus/BonusContent.d.ts +2 -3
  306. package/lib/components/BonusBenefitsBlock/BonusBenefitsBlock.fixture.d.ts +2 -1
  307. package/lib/components/BonusBenefitsBlock/BonusBenefitsBlock.js +1 -1
  308. package/lib/components/BonusBenefitsBlock/BonusBenefitsBlock.js.map +1 -1
  309. package/lib/components/Calculator/BonusCalculatorForm.js +3 -3
  310. package/lib/components/Calculator/BonusCalculatorForm.js.map +1 -1
  311. package/lib/components/Calculator/Calculator.fixture.d.ts +3 -2
  312. package/lib/components/Calculator/Calculator.js +2 -2
  313. package/lib/components/Calculator/Calculator.js.map +1 -1
  314. package/lib/components/Calculator/CalculatorValueBlock.js +1 -1
  315. package/lib/components/Calculator/CalculatorValueBlock.js.map +1 -1
  316. package/lib/components/Calculator/CreditCalculatorForm.js +2 -2
  317. package/lib/components/Calculator/Rate.js +1 -1
  318. package/lib/components/Calculator/Rate.js.map +1 -1
  319. package/lib/components/Calculator/renderButtonSection.d.ts +2 -1
  320. package/lib/components/Calculator/renderCalculatorBlock.d.ts +2 -1
  321. package/lib/components/Calculator/renderInitialFeeInput.d.ts +2 -1
  322. package/lib/components/Calculator/renderMonthsInput.d.ts +2 -1
  323. package/lib/components/Calculator/renderPaymentTypeSelector.d.ts +2 -1
  324. package/lib/components/Calculator/renderProposal.d.ts +2 -1
  325. package/lib/components/Calculator/renderProposal.js +1 -1
  326. package/lib/components/Calculator/renderProposal.js.map +1 -1
  327. package/lib/components/Calculator/renderProposalMortgage.d.ts +2 -1
  328. package/lib/components/Calculator/renderRealEstateValue.d.ts +2 -1
  329. package/lib/components/Calculator/renderWantedSumInput.d.ts +2 -1
  330. package/lib/components/Calculator/useBonusCalculatorParams.d.ts +1 -1
  331. package/lib/components/Calculator/useBonusCalculatorParams.js +1 -1
  332. package/lib/components/Calculator/useBonusCalculatorParams.js.map +1 -1
  333. package/lib/components/Calculator/useCreditCalculatorParams.d.ts +1 -1
  334. package/lib/components/Calculator/useCreditCalculatorParams.js +1 -1
  335. package/lib/components/Catalog/Catalog.fixture.d.ts +2 -1
  336. package/lib/components/Catalog/Catalog.js +1 -1
  337. package/lib/components/Catalog/Catalog.js.map +1 -1
  338. package/lib/components/Catalog/CatalogCard.js +1 -1
  339. package/lib/components/Catalog/CatalogCard.js.map +1 -1
  340. package/lib/components/Catalog/CatalogContent.d.ts +3 -4
  341. package/lib/components/ComparisonTable/ComparisonTable.fixture.d.ts +6 -5
  342. package/lib/components/ComparisonTable/ComparisonTable.fixture.mobile.d.ts +3 -2
  343. package/lib/components/ComparisonTable/ComparisonTable.js +2 -2
  344. package/lib/components/ComparisonTable/ComparisonTable.js.map +1 -1
  345. package/lib/components/ComparisonTable/ComparisonTableColumnHeaders.d.ts +1 -1
  346. package/lib/components/ComparisonTable/ComparisonTableColumnHeaders.js +4 -4
  347. package/lib/components/ComparisonTable/ComparisonTableColumnHeaders.js.map +1 -1
  348. package/lib/components/ComparisonTable/ComparisonTableRows.d.ts +2 -2
  349. package/lib/components/ComparisonTable/HeaderCell.js +1 -1
  350. package/lib/components/ComparisonTable/HeaderCell.js.map +1 -1
  351. package/lib/components/ComparisonTable/HeaderCell.mobile.js +1 -1
  352. package/lib/components/ComparisonTable/HeaderCell.mobile.js.map +1 -1
  353. package/lib/components/ContentPage/ContentPage.d.ts +1 -1
  354. package/lib/components/ContentPage/ContentPage.fixture.d.ts +3 -2
  355. package/lib/components/ContentPage/ContentPage.fixture.mobile.d.ts +2 -1
  356. package/lib/components/ContentPage/ContentPage.js +2 -1
  357. package/lib/components/ContentPage/ContentPage.js.map +1 -1
  358. package/lib/components/ContentPage/ContentPageContext.d.ts +3 -4
  359. package/lib/components/ContentPage/ContentPageHead.d.ts +2 -1
  360. package/lib/components/ContentPage/normalizePage.d.ts +1 -1
  361. package/lib/components/ContentPage/normalizePage.js +1 -1
  362. package/lib/components/ContentPage/normalizePage.js.map +1 -1
  363. package/lib/components/ContentPage/normalizePage.mobile.js +1 -1
  364. package/lib/components/ContentPage/normalizePage.mobile.js.map +1 -1
  365. package/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.d.ts +1 -1
  366. package/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.js.map +1 -1
  367. package/lib/components/ExchangeRateTile/ExchangeRateTile.fixture.d.ts +2 -1
  368. package/lib/components/ExchangeRateTile/renderButton.d.ts +2 -1
  369. package/lib/components/ExchangeRateTile/renderInput.d.ts +2 -1
  370. package/lib/components/Footer/Contacts.js +1 -1
  371. package/lib/components/Footer/Contacts.js.map +1 -1
  372. package/lib/components/Footer/Footer.fixture.d.ts +2 -1
  373. package/lib/components/Footer/Footer.fixture.mobile.d.ts +2 -1
  374. package/lib/components/Footer/Footer.js +1 -1
  375. package/lib/components/Footer/Footer.js.map +1 -1
  376. package/lib/components/Footer/HorizontalNavigationLink.d.ts +1 -1
  377. package/lib/components/Footer/MediaButton.js +1 -2
  378. package/lib/components/Footer/MediaButton.js.map +1 -1
  379. package/lib/components/Footer/Sitemap.js +2 -2
  380. package/lib/components/Footer/Sitemap.js.map +1 -1
  381. package/lib/components/Footer/SocialMedia.js +1 -1
  382. package/lib/components/Footer/SocialMedia.js.map +1 -1
  383. package/lib/components/Footer/TextInformationLink.d.ts +1 -1
  384. package/lib/components/Footer/TextInformationLink.js.map +1 -1
  385. package/lib/components/Gallery/Gallery.fixture.d.ts +6 -5
  386. package/lib/components/Gallery/Gallery.fixture.mobile.d.ts +3 -2
  387. package/lib/components/Gallery/GalleryCardInner.js +1 -1
  388. package/lib/components/Gallery/GalleryCardInner.js.map +1 -1
  389. package/lib/components/Gallery/GalleryContainer.js +1 -1
  390. package/lib/components/Gallery/GalleryContainer.js.map +1 -1
  391. package/lib/components/GracePeriod/GracePeriod.fixture.d.ts +2 -1
  392. package/lib/components/GracePeriod/GracePeriod.js +2 -2
  393. package/lib/components/GracePeriod/GracePeriod.js.map +1 -1
  394. package/lib/components/GracePeriod/GracePeriodContent.d.ts +2 -2
  395. package/lib/components/GroupBlock/GroupBlock.fixture.d.ts +3 -2
  396. package/lib/components/GroupBlock/GroupBlock.js +1 -1
  397. package/lib/components/GroupBlock/GroupBlock.js.map +1 -1
  398. package/lib/components/GroupBlock/GroupBlockTabs.d.ts +2 -3
  399. package/lib/components/GroupBlock/GroupBlockTabs.js +9 -7
  400. package/lib/components/GroupBlock/GroupBlockTabs.js.map +1 -1
  401. package/lib/components/GroupBlock/GroupBlocksItem.d.ts +3 -2
  402. package/lib/components/GroupBlock/GroupBlocksItem.js +1 -1
  403. package/lib/components/GroupBlock/GroupBlocksItem.js.map +1 -1
  404. package/lib/components/GroupBlock/renderBlocksTypes.d.ts +2 -1
  405. package/lib/components/Header/DropdownMenu.d.ts +1 -0
  406. package/lib/components/Header/DropdownMenu.js +6 -3
  407. package/lib/components/Header/DropdownMenu.js.map +1 -1
  408. package/lib/components/Header/Header.fixture.d.ts +4 -3
  409. package/lib/components/Header/Header.fixture.mobile.d.ts +3 -2
  410. package/lib/components/Header/Header.js +1 -1
  411. package/lib/components/Header/HeaderBurger.d.ts +2 -1
  412. package/lib/components/Header/HeaderBurger.js.map +1 -1
  413. package/lib/components/Header/HeaderSubMenu.js +1 -1
  414. package/lib/components/Header/HeaderSubMenu.js.map +1 -1
  415. package/lib/components/Headline/Headline.fixture.d.ts +15 -9
  416. package/lib/components/Headline/Headline.fixture.mobile.d.ts +14 -13
  417. package/lib/components/Headline/Headline.js +5 -3
  418. package/lib/components/Headline/Headline.js.map +1 -1
  419. package/lib/components/Headline/Headline.mobile.js +1 -1
  420. package/lib/components/Headline/Headline.mobile.js.map +1 -1
  421. package/lib/components/Headline/HeadlineContent.d.ts +5 -4
  422. package/lib/components/Headline/constants.d.ts +9 -0
  423. package/lib/components/Headline/constants.js +32 -0
  424. package/lib/components/Headline/constants.js.map +1 -1
  425. package/lib/components/Insurance/Insurance.fixture.d.ts +3 -2
  426. package/lib/components/Insurance/Insurance.js +6 -6
  427. package/lib/components/Insurance/Insurance.js.map +1 -1
  428. package/lib/components/Insurance/InsuranceContent.d.ts +2 -5
  429. package/lib/components/InsuranceAmountBlock/InsuranceAmountBlock.fixture.d.ts +2 -1
  430. package/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js +2 -2
  431. package/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js.map +1 -1
  432. package/lib/components/LikeControl/LikeControl.fixture.d.ts +2 -1
  433. package/lib/components/LikeControl/LikeControl.js +1 -1
  434. package/lib/components/LikeControl/LikeControl.js.map +1 -1
  435. package/lib/components/LinkDocs/LinkDocs.fixture.d.ts +5 -4
  436. package/lib/components/LinkDocs/LinkDocs.fixture.mobile.d.ts +4 -3
  437. package/lib/components/LinkDocs/LinkDocs.js +1 -1
  438. package/lib/components/LinkDocs/LinkDocs.js.map +1 -1
  439. package/lib/components/LinkDocs/LinkDocs.mobile.js +1 -1
  440. package/lib/components/LinkDocs/LinkDocs.mobile.js.map +1 -1
  441. package/lib/components/LinkDocs/LinkDocsContent.d.ts +3 -6
  442. package/lib/components/LinkDocs/LinkDocsHorizontalList.js +1 -1
  443. package/lib/components/LinkDocs/LinkDocsHorizontalList.js.map +1 -1
  444. package/lib/components/LinkDocs/LinkDocsVerticalList.js +1 -1
  445. package/lib/components/LinkDocs/LinkDocsVerticalList.js.map +1 -1
  446. package/lib/components/LinkList/LinkList.fixture.d.ts +2 -1
  447. package/lib/components/MiniGallery/MiniGallery.fixture.d.ts +3 -2
  448. package/lib/components/MobileAppTile/MobileAppTile.fixture.d.ts +4 -3
  449. package/lib/components/MobileAppTile/MobileAppTile.fixture.mobile.d.ts +2 -1
  450. package/lib/components/MobileAppTile/MobileAppTile.js +3 -3
  451. package/lib/components/MobileAppTile/MobileAppTile.js.map +1 -1
  452. package/lib/components/MobileAppTile/MobileAppTile.mobile.js +1 -1
  453. package/lib/components/MobileAppTile/MobileAppTile.mobile.js.map +1 -1
  454. package/lib/components/MobileAppTile/MobileAppTileContent.d.ts +2 -3
  455. package/lib/components/Navigation/Navigation.fixture.d.ts +2 -1
  456. package/lib/components/NavigatorTabs/NavigatorTabItem.d.ts +1 -1
  457. package/lib/components/NavigatorTabs/NavigatorTabItem.js +1 -1
  458. package/lib/components/NavigatorTabs/NavigatorTabItem.js.map +1 -1
  459. package/lib/components/NavigatorTabs/NavigatorTabs.fixture.d.ts +2 -1
  460. package/lib/components/OtherProducts/OtherProducts.fixture.d.ts +2 -1
  461. package/lib/components/OtherProducts/OtherProductsItem.js +1 -1
  462. package/lib/components/OtherProducts/OtherProductsItem.js.map +1 -1
  463. package/lib/components/PictureText/PictureText.fixture.d.ts +2 -1
  464. package/lib/components/PictureText/PictureTextContent.d.ts +2 -2
  465. package/lib/components/Placeholder/Placeholder.fixture.d.ts +2 -1
  466. package/lib/components/Placeholder/Placeholder.fixture.mobile.d.ts +2 -1
  467. package/lib/components/Placeholder/Placeholder.js +2 -4
  468. package/lib/components/Placeholder/Placeholder.js.map +1 -1
  469. package/lib/components/Placeholder/PlaceholderContent.d.ts +2 -3
  470. package/lib/components/ProductBlock/ProductBlock.fixture.d.ts +11 -10
  471. package/lib/components/ProductBlock/ProductBlock.fixture.mobile.d.ts +7 -6
  472. package/lib/components/ProductBlock/ProductBlock.js +3 -2
  473. package/lib/components/ProductBlock/ProductBlock.js.map +1 -1
  474. package/lib/components/ProductBlock/ProductBlockContent.d.ts +4 -5
  475. package/lib/components/ProductBlock/ProductBlockInner.js +4 -9
  476. package/lib/components/ProductBlock/ProductBlockInner.js.map +1 -1
  477. package/lib/components/ProductBlock/ProductBlockInner.mobile.js +4 -5
  478. package/lib/components/ProductBlock/ProductBlockInner.mobile.js.map +1 -1
  479. package/lib/components/ProductBlock/renderBackwardButton.d.ts +2 -1
  480. package/lib/components/ProductBlock/renderBackwardButton.js +1 -1
  481. package/lib/components/ProductBlock/renderBackwardButton.js.map +1 -1
  482. package/lib/components/ProductBlock/renderBenefit.d.ts +2 -1
  483. package/lib/components/ProductBlock/renderBenefit.js +1 -1
  484. package/lib/components/ProductBlock/renderBenefit.js.map +1 -1
  485. package/lib/components/ProductBlock/renderBenefit.mobile.d.ts +2 -1
  486. package/lib/components/ProductBlock/renderBenefit.mobile.js +1 -1
  487. package/lib/components/ProductBlock/renderBenefit.mobile.js.map +1 -1
  488. package/lib/components/ProductGallery/ProductGallery.fixture.d.ts +3 -2
  489. package/lib/components/ProductGallery/ProductGallery.fixture.mobile.d.ts +3 -2
  490. package/lib/components/ProductGallery/ProductGallery.js +2 -2
  491. package/lib/components/ProductGallery/ProductGallery.js.map +1 -1
  492. package/lib/components/ProductGallery/ProductGalleryBlock.d.ts +2 -2
  493. package/lib/components/ProductGallery/ProductGalleryBlock.js +2 -2
  494. package/lib/components/ProductGallery/ProductGalleryBlock.js.map +1 -1
  495. package/lib/components/ProductTile/ProductTile.fixture.d.ts +6 -5
  496. package/lib/components/ProductTile/ProductTile.js +4 -5
  497. package/lib/components/ProductTile/ProductTile.js.map +1 -1
  498. package/lib/components/ProductTile/ProductTileContent.d.ts +2 -3
  499. package/lib/components/PromoTile/PromoTile.fixture.d.ts +2 -1
  500. package/lib/components/PromoTile/PromoTile.js +2 -2
  501. package/lib/components/PromoTile/PromoTile.js.map +1 -1
  502. package/lib/components/PromoTile/PromoTileContent.d.ts +3 -3
  503. package/lib/components/Recommendation/Recommendation.fixture.d.ts +7 -4
  504. package/lib/components/Recommendation/Recommendation.js +8 -8
  505. package/lib/components/Recommendation/Recommendation.js.map +1 -1
  506. package/lib/components/Recommendation/RecommendationCard.js +3 -1
  507. package/lib/components/Recommendation/RecommendationCard.js.map +1 -1
  508. package/lib/components/Recommendation/RecommendationContent.d.ts +3 -4
  509. package/lib/components/StepsBlock/StepsBlock.fixture.d.ts +5 -4
  510. package/lib/components/StepsBlock/StepsBlock.fixture.mobile.d.ts +9 -8
  511. package/lib/components/StepsBlock/StepsBlock.js +3 -3
  512. package/lib/components/StepsBlock/StepsBlock.js.map +1 -1
  513. package/lib/components/StepsBlock/StepsBlock.mobile.js +2 -2
  514. package/lib/components/StepsBlock/StepsBlock.mobile.js.map +1 -1
  515. package/lib/components/StepsBlock/StepsBlockStyleMaps.d.ts +1 -0
  516. package/lib/components/StepsBlock/StepsBlockStyleMaps.js +3 -1
  517. package/lib/components/StepsBlock/StepsBlockStyleMaps.js.map +1 -1
  518. package/lib/components/TariffsTable/TariffsTable.fixture.d.ts +5 -4
  519. package/lib/components/TariffsTable/TariffsTable.fixture.mobile.d.ts +3 -2
  520. package/lib/components/TariffsTable/TariffsTable.js +1 -1
  521. package/lib/components/TariffsTable/TariffsTable.js.map +1 -1
  522. package/lib/components/TariffsTable/TariffsTableContent.d.ts +3 -4
  523. package/lib/components/TextBlock/TextBlock.fixture.d.ts +4 -3
  524. package/lib/components/TextBlock/TextBlock.fixture.mobile.d.ts +4 -3
  525. package/lib/components/Tile/Tile.fixture.d.ts +6 -5
  526. package/lib/components/Tile/Tile.js +3 -3
  527. package/lib/components/Tile/Tile.js.map +1 -1
  528. package/lib/components/Tile/TileContent.d.ts +3 -3
  529. package/lib/content-page-repository/mapJSON.js.map +1 -1
  530. package/lib/content-page-repository/transformContentPage.js +1 -0
  531. package/lib/content-page-repository/transformContentPage.js.map +1 -1
  532. package/lib/cosmos.decorator.d.ts +2 -1
  533. package/lib/hooks/useExchangeRates.js.map +1 -1
  534. package/lib/hooks/useLink.d.ts +3 -1
  535. package/lib/hooks/useLink.js +1 -1
  536. package/lib/hooks/useLink.js.map +1 -1
  537. package/lib/icons/IconName.js +1 -1
  538. package/lib/icons/IconName.js.map +1 -1
  539. package/lib/model/HeadlineType.d.ts +17 -0
  540. package/lib/model/HeadlineType.js +2 -0
  541. package/lib/model/HeadlineType.js.map +1 -0
  542. package/lib/model/VNode.d.ts +1 -1
  543. package/lib/react/IntersectionObserverTag.js +3 -4
  544. package/lib/react/IntersectionObserverTag.js.map +1 -1
  545. package/lib/react/setup-fixture.js +3 -1
  546. package/lib/react/setup-fixture.js.map +1 -1
  547. package/lib/services/sitemap/findActiveSubItem.d.ts +1 -1
  548. package/lib/services/sitemap/findActiveSubItem.js +1 -1
  549. package/lib/services/sitemap/findActiveSubItem.js.map +1 -1
  550. package/lib/types.d.ts +0 -1
  551. package/lib/ui-kit/BlockWrapper.d.ts +1 -1
  552. package/lib/ui-kit/BlockWrapper.js +3 -2
  553. package/lib/ui-kit/BlockWrapper.js.map +1 -1
  554. package/lib/ui-kit/BlocksList/renderBlocksList.d.ts +1 -1
  555. package/lib/ui-kit/Breadcrumb.d.ts +1 -1
  556. package/lib/ui-kit/Button/ArrowButton.js +3 -3
  557. package/lib/ui-kit/Button/ArrowButton.js.map +1 -1
  558. package/lib/ui-kit/Button/Button.d.ts +0 -1
  559. package/lib/ui-kit/Button/Button.fixture.d.ts +10 -9
  560. package/lib/ui-kit/Button/Button.fixture.mobile.d.ts +2 -1
  561. package/lib/ui-kit/Button/Button.js +4 -4
  562. package/lib/ui-kit/Button/Button.js.map +1 -1
  563. package/lib/ui-kit/Button/Button.mobile.js +1 -1
  564. package/lib/ui-kit/Button/Button.mobile.js.map +1 -1
  565. package/lib/ui-kit/Button/ButtonInner.js +2 -2
  566. package/lib/ui-kit/Button/ButtonInner.js.map +1 -1
  567. package/lib/ui-kit/Button/ButtonProps.d.ts +7 -4
  568. package/lib/ui-kit/Button/ButtonSection.js +1 -1
  569. package/lib/ui-kit/Button/ButtonSection.js.map +1 -1
  570. package/lib/ui-kit/Button/LikeButton.d.ts +1 -1
  571. package/lib/ui-kit/Button/LikeButton.fixture.d.ts +3 -2
  572. package/lib/ui-kit/Button/LikeButton.js +3 -1
  573. package/lib/ui-kit/Button/LikeButton.js.map +1 -1
  574. package/lib/ui-kit/Button/renderArrows.d.ts +4 -5
  575. package/lib/ui-kit/Button/renderArrows.js.map +1 -1
  576. package/lib/ui-kit/Checkbox/Checkbox.js +1 -1
  577. package/lib/ui-kit/Checkbox/Checkbox.js.map +1 -1
  578. package/lib/ui-kit/Description/Description.d.ts +2 -2
  579. package/lib/ui-kit/Description/Description.js +1 -1
  580. package/lib/ui-kit/Description/Description.js.map +1 -1
  581. package/lib/ui-kit/Foldable/Foldable.js +1 -1
  582. package/lib/ui-kit/Foldable/Foldable.js.map +1 -1
  583. package/lib/ui-kit/Foldable/useActiveHandler.d.ts +1 -1
  584. package/lib/ui-kit/Foldable/useActiveHandler.js.map +1 -1
  585. package/lib/ui-kit/HeaderItem/HeaderItem.fixture.d.ts +3 -2
  586. package/lib/ui-kit/HeaderItem/HeaderItem.js +1 -1
  587. package/lib/ui-kit/HeaderItem/HeaderItem.js.map +1 -1
  588. package/lib/ui-kit/Heading/Heading.d.ts +1 -5
  589. package/lib/ui-kit/Heading/Heading.fixture.d.ts +2 -1
  590. package/lib/ui-kit/Heading/Heading.fixture.mobile.d.ts +2 -1
  591. package/lib/ui-kit/Heading/Heading.js +8 -11
  592. package/lib/ui-kit/Heading/Heading.js.map +1 -1
  593. package/lib/ui-kit/Heading/Heading.mobile.d.ts +1 -5
  594. package/lib/ui-kit/Heading/Heading.mobile.js +3 -6
  595. package/lib/ui-kit/Heading/Heading.mobile.js.map +1 -1
  596. package/lib/ui-kit/Heading/HeadingProps.d.ts +20 -0
  597. package/lib/ui-kit/Heading/HeadingProps.js +2 -0
  598. package/lib/ui-kit/Heading/HeadingProps.js.map +1 -0
  599. package/lib/ui-kit/Icon/Icon.fixture.d.ts +5 -4
  600. package/lib/ui-kit/Input/Input.js +1 -1
  601. package/lib/ui-kit/Input/Input.js.map +1 -1
  602. package/lib/ui-kit/InputRange/InputRange.js +1 -1
  603. package/lib/ui-kit/InputRange/InputRange.js.map +1 -1
  604. package/lib/ui-kit/InputRange/InputRangeProps.d.ts +1 -2
  605. package/lib/ui-kit/List/List.fixture.d.ts +11 -10
  606. package/lib/ui-kit/Logo/Logo.fixture.d.ts +2 -1
  607. package/lib/ui-kit/RadioButtonGroup/RadioButtonGroup.fixture.d.ts +2 -1
  608. package/lib/ui-kit/SVG.d.ts +4 -5
  609. package/lib/ui-kit/SearchBar/SearchBarInner.js +5 -5
  610. package/lib/ui-kit/SearchBar/SearchBarInner.js.map +1 -1
  611. package/lib/ui-kit/Select/Select.js.map +1 -1
  612. package/lib/ui-kit/SwipeListControl/SwipeListControl.fixture.mobile.d.ts +5 -4
  613. package/lib/ui-kit/SwipeListControl/SwipeListControl.js +1 -1
  614. package/lib/ui-kit/SwipeListControl/SwipeListControl.js.map +1 -1
  615. package/lib/ui-kit/SwipeListControl/SwipeListControlDots.js +1 -1
  616. package/lib/ui-kit/SwipeListControl/SwipeListControlDots.js.map +1 -1
  617. package/lib/ui-kit/SwipeListControl/SwipeListControlList.d.ts +1 -1
  618. package/lib/ui-kit/SwipeListControl/SwipeListControlList.js +1 -1
  619. package/lib/ui-kit/SwipeListControl/SwipeListControlList.js.map +1 -1
  620. package/lib/ui-kit/TableArrowScrollControl/TableArrowScrollControlProps.d.ts +2 -3
  621. package/lib/ui-kit/Tabs/Tabs.js +1 -1
  622. package/lib/ui-kit/Tabs/Tabs.js.map +1 -1
  623. package/lib/ui-kit/Tabs/TabsProps.d.ts +1 -2
  624. package/lib/ui-kit/TopItem/TopItem.d.ts +1 -1
  625. package/lib/ui-kit/TopItem/TopItem.fixture.d.ts +3 -2
  626. package/lib/utils/url.d.ts +1 -0
  627. package/lib/utils/url.js +1 -0
  628. package/lib/utils/url.js.map +1 -1
  629. package/mobile/bundle/bundle.umd.js +58 -59
  630. package/mobile/bundle/bundle.umd.min.js +1 -1
  631. package/mobile/dist/components/Accordion/useActiveHandler.d.ts +1 -1
  632. package/mobile/dist/components/Accordion/useActiveHandler.js +4 -4
  633. package/mobile/dist/components/Accordion/useActiveHandler.js.map +1 -1
  634. package/mobile/dist/components/BaseTile/BaseTile.js +1 -1
  635. package/mobile/dist/components/BaseTile/BaseTile.js.map +1 -1
  636. package/mobile/dist/components/BaseTile/BaseTileProps.d.ts +7 -26
  637. package/mobile/dist/components/BaseTile/getTileHeadingType.d.ts +1 -1
  638. package/mobile/dist/components/BaseTile/getTileHeadingType.js +3 -3
  639. package/mobile/dist/components/BaseTile/getTileHeadingType.js.map +1 -1
  640. package/mobile/dist/components/BenefitsBlock/BenefitsBlock.js +1 -1
  641. package/mobile/dist/components/BenefitsBlock/BenefitsBlock.js.map +1 -1
  642. package/mobile/dist/components/BenefitsBlock/BenefitsBlockContent.d.ts +2 -2
  643. package/mobile/dist/components/Bonus/Bonus.js +2 -2
  644. package/mobile/dist/components/Bonus/Bonus.js.map +1 -1
  645. package/mobile/dist/components/Bonus/BonusContent.d.ts +2 -3
  646. package/mobile/dist/components/BonusBenefitsBlock/BonusBenefitsBlock.js +1 -1
  647. package/mobile/dist/components/BonusBenefitsBlock/BonusBenefitsBlock.js.map +1 -1
  648. package/mobile/dist/components/Calculator/BonusCalculatorForm.js +2 -2
  649. package/mobile/dist/components/Calculator/BonusCalculatorForm.js.map +1 -1
  650. package/mobile/dist/components/Calculator/Calculator.js +2 -2
  651. package/mobile/dist/components/Calculator/Calculator.js.map +1 -1
  652. package/mobile/dist/components/Calculator/CalculatorValueBlock.js +1 -1
  653. package/mobile/dist/components/Calculator/CalculatorValueBlock.js.map +1 -1
  654. package/mobile/dist/components/Calculator/CreditCalculatorForm.js +1 -1
  655. package/mobile/dist/components/Calculator/Rate.js +1 -1
  656. package/mobile/dist/components/Calculator/Rate.js.map +1 -1
  657. package/mobile/dist/components/Calculator/renderButtonSection.d.ts +2 -1
  658. package/mobile/dist/components/Calculator/renderCalculatorBlock.d.ts +2 -1
  659. package/mobile/dist/components/Calculator/renderInitialFeeInput.d.ts +2 -1
  660. package/mobile/dist/components/Calculator/renderMonthsInput.d.ts +2 -1
  661. package/mobile/dist/components/Calculator/renderPaymentTypeSelector.d.ts +2 -1
  662. package/mobile/dist/components/Calculator/renderProposal.d.ts +2 -1
  663. package/mobile/dist/components/Calculator/renderProposal.js +1 -1
  664. package/mobile/dist/components/Calculator/renderProposal.js.map +1 -1
  665. package/mobile/dist/components/Calculator/renderProposalMortgage.d.ts +2 -1
  666. package/mobile/dist/components/Calculator/renderRealEstateValue.d.ts +2 -1
  667. package/mobile/dist/components/Calculator/renderWantedSumInput.d.ts +2 -1
  668. package/mobile/dist/components/Calculator/useBonusCalculatorParams.d.ts +1 -1
  669. package/mobile/dist/components/Calculator/useBonusCalculatorParams.js +3 -3
  670. package/mobile/dist/components/Calculator/useBonusCalculatorParams.js.map +1 -1
  671. package/mobile/dist/components/Calculator/useCreditCalculatorParams.d.ts +1 -1
  672. package/mobile/dist/components/Calculator/useCreditCalculatorParams.js +3 -3
  673. package/mobile/dist/components/Catalog/Catalog.js +1 -1
  674. package/mobile/dist/components/Catalog/Catalog.js.map +1 -1
  675. package/mobile/dist/components/Catalog/CatalogCard.js +1 -1
  676. package/mobile/dist/components/Catalog/CatalogCard.js.map +1 -1
  677. package/mobile/dist/components/Catalog/CatalogContent.d.ts +3 -4
  678. package/mobile/dist/components/ComparisonTable/ComparisonTableColumnHeaders.d.ts +1 -1
  679. package/mobile/dist/components/ComparisonTable/ComparisonTableColumnHeaders.js +4 -4
  680. package/mobile/dist/components/ComparisonTable/ComparisonTableColumnHeaders.js.map +1 -1
  681. package/mobile/dist/components/ComparisonTable/ComparisonTableRows.d.ts +2 -2
  682. package/mobile/dist/components/ComparisonTable/HeaderCell.js +1 -1
  683. package/mobile/dist/components/ComparisonTable/HeaderCell.js.map +1 -1
  684. package/mobile/dist/components/ContentPage/ContentPage.d.ts +1 -1
  685. package/mobile/dist/components/ContentPage/ContentPage.js +2 -1
  686. package/mobile/dist/components/ContentPage/ContentPage.js.map +1 -1
  687. package/mobile/dist/components/ContentPage/ContentPageContext.d.ts +3 -4
  688. package/mobile/dist/components/ContentPage/ContentPageHead.d.ts +2 -1
  689. package/mobile/dist/components/ContentPage/normalizePage.js +1 -1
  690. package/mobile/dist/components/ContentPage/normalizePage.js.map +1 -1
  691. package/mobile/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.d.ts +1 -1
  692. package/mobile/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.js.map +1 -1
  693. package/mobile/dist/components/ExchangeRateTile/renderButton.d.ts +2 -1
  694. package/mobile/dist/components/ExchangeRateTile/renderInput.d.ts +2 -1
  695. package/mobile/dist/components/Footer/Contacts.js +1 -1
  696. package/mobile/dist/components/Footer/Contacts.js.map +1 -1
  697. package/mobile/dist/components/Footer/HorizontalNavigationLink.d.ts +1 -1
  698. package/mobile/dist/components/Footer/MediaButton.js +1 -2
  699. package/mobile/dist/components/Footer/MediaButton.js.map +1 -1
  700. package/mobile/dist/components/Footer/Sitemap.js +2 -2
  701. package/mobile/dist/components/Footer/Sitemap.js.map +1 -1
  702. package/mobile/dist/components/Footer/TextInformationLink.d.ts +1 -1
  703. package/mobile/dist/components/Footer/TextInformationLink.js.map +1 -1
  704. package/mobile/dist/components/Gallery/GalleryCardInner.js +1 -1
  705. package/mobile/dist/components/Gallery/GalleryCardInner.js.map +1 -1
  706. package/mobile/dist/components/Gallery/GalleryContainer.js +1 -1
  707. package/mobile/dist/components/Gallery/GalleryContainer.js.map +1 -1
  708. package/mobile/dist/components/GracePeriod/GracePeriod.js +2 -2
  709. package/mobile/dist/components/GracePeriod/GracePeriod.js.map +1 -1
  710. package/mobile/dist/components/GracePeriod/GracePeriodContent.d.ts +2 -2
  711. package/mobile/dist/components/GroupBlock/GroupBlock.js +1 -1
  712. package/mobile/dist/components/GroupBlock/GroupBlock.js.map +1 -1
  713. package/mobile/dist/components/GroupBlock/GroupBlockTabs.d.ts +2 -3
  714. package/mobile/dist/components/GroupBlock/GroupBlockTabs.js +9 -7
  715. package/mobile/dist/components/GroupBlock/GroupBlockTabs.js.map +1 -1
  716. package/mobile/dist/components/GroupBlock/GroupBlocksItem.d.ts +3 -2
  717. package/mobile/dist/components/GroupBlock/GroupBlocksItem.js +1 -1
  718. package/mobile/dist/components/GroupBlock/GroupBlocksItem.js.map +1 -1
  719. package/mobile/dist/components/GroupBlock/renderBlocksTypes.d.ts +2 -1
  720. package/mobile/dist/components/Header/DropdownMenu.d.ts +1 -0
  721. package/mobile/dist/components/Header/DropdownMenu.js +6 -3
  722. package/mobile/dist/components/Header/DropdownMenu.js.map +1 -1
  723. package/mobile/dist/components/Header/HeaderBurger.d.ts +2 -1
  724. package/mobile/dist/components/Header/HeaderBurger.js.map +1 -1
  725. package/mobile/dist/components/Header/HeaderSubMenu.js +1 -1
  726. package/mobile/dist/components/Header/HeaderSubMenu.js.map +1 -1
  727. package/mobile/dist/components/Headline/Headline.js +1 -1
  728. package/mobile/dist/components/Headline/Headline.js.map +1 -1
  729. package/mobile/dist/components/Headline/HeadlineContent.d.ts +5 -4
  730. package/mobile/dist/components/Headline/constants.d.ts +9 -0
  731. package/mobile/dist/components/Headline/constants.js +33 -1
  732. package/mobile/dist/components/Headline/constants.js.map +1 -1
  733. package/mobile/dist/components/Insurance/Insurance.js +6 -6
  734. package/mobile/dist/components/Insurance/Insurance.js.map +1 -1
  735. package/mobile/dist/components/Insurance/InsuranceContent.d.ts +2 -5
  736. package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js +2 -2
  737. package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js.map +1 -1
  738. package/mobile/dist/components/LikeControl/LikeControl.js +1 -1
  739. package/mobile/dist/components/LikeControl/LikeControl.js.map +1 -1
  740. package/mobile/dist/components/LinkDocs/LinkDocs.js +1 -1
  741. package/mobile/dist/components/LinkDocs/LinkDocs.js.map +1 -1
  742. package/mobile/dist/components/LinkDocs/LinkDocsContent.d.ts +3 -6
  743. package/mobile/dist/components/LinkDocs/LinkDocsHorizontalList.js +1 -1
  744. package/mobile/dist/components/LinkDocs/LinkDocsHorizontalList.js.map +1 -1
  745. package/mobile/dist/components/LinkDocs/LinkDocsVerticalList.js +1 -1
  746. package/mobile/dist/components/LinkDocs/LinkDocsVerticalList.js.map +1 -1
  747. package/mobile/dist/components/MobileAppTile/MobileAppTile.js +1 -1
  748. package/mobile/dist/components/MobileAppTile/MobileAppTile.js.map +1 -1
  749. package/mobile/dist/components/MobileAppTile/MobileAppTileContent.d.ts +2 -3
  750. package/mobile/dist/components/NavigatorTabs/NavigatorTabItem.d.ts +1 -1
  751. package/mobile/dist/components/NavigatorTabs/NavigatorTabItem.js +1 -1
  752. package/mobile/dist/components/NavigatorTabs/NavigatorTabItem.js.map +1 -1
  753. package/mobile/dist/components/OtherProducts/OtherProductsItem.js +1 -1
  754. package/mobile/dist/components/OtherProducts/OtherProductsItem.js.map +1 -1
  755. package/mobile/dist/components/PictureText/PictureTextContent.d.ts +2 -2
  756. package/mobile/dist/components/Placeholder/Placeholder.js +2 -4
  757. package/mobile/dist/components/Placeholder/Placeholder.js.map +1 -1
  758. package/mobile/dist/components/Placeholder/PlaceholderContent.d.ts +2 -3
  759. package/mobile/dist/components/ProductBlock/ProductBlockContent.d.ts +4 -5
  760. package/mobile/dist/components/ProductBlock/ProductBlockInner.js +4 -5
  761. package/mobile/dist/components/ProductBlock/ProductBlockInner.js.map +1 -1
  762. package/mobile/dist/components/ProductBlock/renderBackwardButton.d.ts +2 -1
  763. package/mobile/dist/components/ProductBlock/renderBackwardButton.js +1 -1
  764. package/mobile/dist/components/ProductBlock/renderBackwardButton.js.map +1 -1
  765. package/mobile/dist/components/ProductBlock/renderBenefit.d.ts +2 -1
  766. package/mobile/dist/components/ProductBlock/renderBenefit.js +1 -1
  767. package/mobile/dist/components/ProductBlock/renderBenefit.js.map +1 -1
  768. package/mobile/dist/components/ProductGallery/ProductGalleryBlock.d.ts +2 -2
  769. package/mobile/dist/components/ProductGallery/ProductGalleryBlock.js +2 -2
  770. package/mobile/dist/components/ProductGallery/ProductGalleryBlock.js.map +1 -1
  771. package/mobile/dist/components/ProductTile/ProductTile.js +4 -5
  772. package/mobile/dist/components/ProductTile/ProductTile.js.map +1 -1
  773. package/mobile/dist/components/ProductTile/ProductTileContent.d.ts +2 -3
  774. package/mobile/dist/components/PromoTile/PromoTile.js +2 -2
  775. package/mobile/dist/components/PromoTile/PromoTile.js.map +1 -1
  776. package/mobile/dist/components/PromoTile/PromoTileContent.d.ts +3 -3
  777. package/mobile/dist/components/Recommendation/Recommendation.js +8 -8
  778. package/mobile/dist/components/Recommendation/Recommendation.js.map +1 -1
  779. package/mobile/dist/components/Recommendation/RecommendationCard.js +3 -1
  780. package/mobile/dist/components/Recommendation/RecommendationCard.js.map +1 -1
  781. package/mobile/dist/components/Recommendation/RecommendationContent.d.ts +3 -4
  782. package/mobile/dist/components/StepsBlock/StepsBlock.js +2 -2
  783. package/mobile/dist/components/StepsBlock/StepsBlock.js.map +1 -1
  784. package/mobile/dist/components/StepsBlock/StepsBlockStyleMaps.d.ts +1 -0
  785. package/mobile/dist/components/StepsBlock/StepsBlockStyleMaps.js +3 -1
  786. package/mobile/dist/components/StepsBlock/StepsBlockStyleMaps.js.map +1 -1
  787. package/mobile/dist/components/TariffsTable/TariffsTableContent.d.ts +3 -4
  788. package/mobile/dist/components/Tile/Tile.js +3 -3
  789. package/mobile/dist/components/Tile/Tile.js.map +1 -1
  790. package/mobile/dist/components/Tile/TileContent.d.ts +3 -3
  791. package/mobile/dist/content-page-repository/mapJSON.js.map +1 -1
  792. package/mobile/dist/content-page-repository/transformContentPage.js +1 -0
  793. package/mobile/dist/content-page-repository/transformContentPage.js.map +1 -1
  794. package/mobile/dist/hooks/useExchangeRates.js.map +1 -1
  795. package/mobile/dist/hooks/useLink.d.ts +3 -1
  796. package/mobile/dist/hooks/useLink.js +1 -1
  797. package/mobile/dist/hooks/useLink.js.map +1 -1
  798. package/mobile/dist/icons/IconName.js +2 -2
  799. package/mobile/dist/icons/IconName.js.map +1 -1
  800. package/mobile/dist/model/HeadlineType.d.ts +17 -0
  801. package/{dist/ui-kit/Description/DescriptionContent.js → mobile/dist/model/HeadlineType.js} +1 -1
  802. package/mobile/dist/model/HeadlineType.js.map +1 -0
  803. package/mobile/dist/model/VNode.d.ts +1 -1
  804. package/mobile/dist/react/IntersectionObserverTag.js +26 -4
  805. package/mobile/dist/react/IntersectionObserverTag.js.map +1 -1
  806. package/mobile/dist/react/setup-fixture.js +7 -2
  807. package/mobile/dist/react/setup-fixture.js.map +1 -1
  808. package/mobile/dist/services/sitemap/findActiveSubItem.d.ts +1 -1
  809. package/mobile/dist/services/sitemap/findActiveSubItem.js +1 -1
  810. package/mobile/dist/services/sitemap/findActiveSubItem.js.map +1 -1
  811. package/mobile/dist/types.d.ts +0 -1
  812. package/mobile/dist/ui-kit/BlockWrapper.d.ts +1 -1
  813. package/mobile/dist/ui-kit/BlockWrapper.js +3 -2
  814. package/mobile/dist/ui-kit/BlockWrapper.js.map +1 -1
  815. package/mobile/dist/ui-kit/BlocksList/renderBlocksList.d.ts +2 -1
  816. package/mobile/dist/ui-kit/Breadcrumb.d.ts +1 -1
  817. package/mobile/dist/ui-kit/Button/ArrowButton.js +3 -3
  818. package/mobile/dist/ui-kit/Button/ArrowButton.js.map +1 -1
  819. package/mobile/dist/ui-kit/Button/Button.js +1 -1
  820. package/mobile/dist/ui-kit/Button/Button.js.map +1 -1
  821. package/mobile/dist/ui-kit/Button/ButtonInner.js +2 -2
  822. package/mobile/dist/ui-kit/Button/ButtonInner.js.map +1 -1
  823. package/mobile/dist/ui-kit/Button/ButtonProps.d.ts +7 -4
  824. package/mobile/dist/ui-kit/Button/ButtonSection.js +1 -1
  825. package/mobile/dist/ui-kit/Button/ButtonSection.js.map +1 -1
  826. package/mobile/dist/ui-kit/Button/LikeButton.d.ts +1 -1
  827. package/mobile/dist/ui-kit/Button/LikeButton.js +3 -1
  828. package/mobile/dist/ui-kit/Button/LikeButton.js.map +1 -1
  829. package/mobile/dist/ui-kit/Button/renderArrows.d.ts +4 -5
  830. package/mobile/dist/ui-kit/Button/renderArrows.js.map +1 -1
  831. package/mobile/dist/ui-kit/Checkbox/Checkbox.js +1 -1
  832. package/mobile/dist/ui-kit/Checkbox/Checkbox.js.map +1 -1
  833. package/mobile/dist/ui-kit/Description/Description.d.ts +2 -2
  834. package/mobile/dist/ui-kit/Description/Description.js +1 -1
  835. package/mobile/dist/ui-kit/Description/Description.js.map +1 -1
  836. package/mobile/dist/ui-kit/Foldable/Foldable.js +1 -1
  837. package/mobile/dist/ui-kit/Foldable/Foldable.js.map +1 -1
  838. package/mobile/dist/ui-kit/Foldable/useActiveHandler.d.ts +1 -1
  839. package/mobile/dist/ui-kit/Foldable/useActiveHandler.js.map +1 -1
  840. package/mobile/dist/ui-kit/Heading/Heading.d.ts +1 -5
  841. package/mobile/dist/ui-kit/Heading/Heading.js +3 -6
  842. package/mobile/dist/ui-kit/Heading/Heading.js.map +1 -1
  843. package/mobile/dist/ui-kit/Heading/HeadingProps.d.ts +20 -0
  844. package/mobile/dist/ui-kit/{Description/DescriptionContent.js → Heading/HeadingProps.js} +1 -1
  845. package/mobile/dist/ui-kit/Heading/HeadingProps.js.map +1 -0
  846. package/mobile/dist/ui-kit/Input/Input.js +1 -1
  847. package/mobile/dist/ui-kit/Input/Input.js.map +1 -1
  848. package/mobile/dist/ui-kit/InputRange/InputRange.js +1 -1
  849. package/mobile/dist/ui-kit/InputRange/InputRange.js.map +1 -1
  850. package/mobile/dist/ui-kit/InputRange/InputRangeProps.d.ts +1 -2
  851. package/mobile/dist/ui-kit/SVG.d.ts +4 -5
  852. package/mobile/dist/ui-kit/SearchBar/SearchBarInner.js +5 -5
  853. package/mobile/dist/ui-kit/SearchBar/SearchBarInner.js.map +1 -1
  854. package/mobile/dist/ui-kit/Select/Select.js.map +1 -1
  855. package/mobile/dist/ui-kit/SwipeListControl/SwipeListControl.js +1 -1
  856. package/mobile/dist/ui-kit/SwipeListControl/SwipeListControl.js.map +1 -1
  857. package/mobile/dist/ui-kit/SwipeListControl/SwipeListControlDots.js +1 -1
  858. package/mobile/dist/ui-kit/SwipeListControl/SwipeListControlDots.js.map +1 -1
  859. package/mobile/dist/ui-kit/SwipeListControl/SwipeListControlList.d.ts +1 -1
  860. package/mobile/dist/ui-kit/SwipeListControl/SwipeListControlList.js +1 -1
  861. package/mobile/dist/ui-kit/SwipeListControl/SwipeListControlList.js.map +1 -1
  862. package/mobile/dist/ui-kit/TableArrowScrollControl/TableArrowScrollControlProps.d.ts +2 -3
  863. package/mobile/dist/ui-kit/Tabs/Tabs.js +1 -1
  864. package/mobile/dist/ui-kit/Tabs/Tabs.js.map +1 -1
  865. package/mobile/dist/ui-kit/Tabs/TabsProps.d.ts +1 -2
  866. package/mobile/dist/ui-kit/TopItem/TopItem.d.ts +1 -1
  867. package/mobile/dist/utils/url.d.ts +1 -0
  868. package/mobile/dist/utils/url.js +3 -1
  869. package/mobile/dist/utils/url.js.map +1 -1
  870. package/mobile/lib/components/Accordion/useActiveHandler.d.ts +1 -1
  871. package/mobile/lib/components/Accordion/useActiveHandler.js +4 -4
  872. package/mobile/lib/components/Accordion/useActiveHandler.js.map +1 -1
  873. package/mobile/lib/components/BaseTile/BaseTile.js +1 -1
  874. package/mobile/lib/components/BaseTile/BaseTile.js.map +1 -1
  875. package/mobile/lib/components/BaseTile/BaseTileProps.d.ts +7 -26
  876. package/mobile/lib/components/BaseTile/getTileHeadingType.d.ts +1 -1
  877. package/mobile/lib/components/BaseTile/getTileHeadingType.js +3 -3
  878. package/mobile/lib/components/BaseTile/getTileHeadingType.js.map +1 -1
  879. package/mobile/lib/components/BenefitsBlock/BenefitsBlock.js +1 -1
  880. package/mobile/lib/components/BenefitsBlock/BenefitsBlock.js.map +1 -1
  881. package/mobile/lib/components/BenefitsBlock/BenefitsBlockContent.d.ts +2 -2
  882. package/mobile/lib/components/Bonus/Bonus.js +2 -2
  883. package/mobile/lib/components/Bonus/Bonus.js.map +1 -1
  884. package/mobile/lib/components/Bonus/BonusContent.d.ts +2 -3
  885. package/mobile/lib/components/BonusBenefitsBlock/BonusBenefitsBlock.js +1 -1
  886. package/mobile/lib/components/BonusBenefitsBlock/BonusBenefitsBlock.js.map +1 -1
  887. package/mobile/lib/components/Calculator/BonusCalculatorForm.js +3 -3
  888. package/mobile/lib/components/Calculator/BonusCalculatorForm.js.map +1 -1
  889. package/mobile/lib/components/Calculator/Calculator.js +2 -2
  890. package/mobile/lib/components/Calculator/Calculator.js.map +1 -1
  891. package/mobile/lib/components/Calculator/CalculatorValueBlock.js +1 -1
  892. package/mobile/lib/components/Calculator/CalculatorValueBlock.js.map +1 -1
  893. package/mobile/lib/components/Calculator/CreditCalculatorForm.js +2 -2
  894. package/mobile/lib/components/Calculator/Rate.js +1 -1
  895. package/mobile/lib/components/Calculator/Rate.js.map +1 -1
  896. package/mobile/lib/components/Calculator/renderButtonSection.d.ts +2 -1
  897. package/mobile/lib/components/Calculator/renderCalculatorBlock.d.ts +2 -1
  898. package/mobile/lib/components/Calculator/renderInitialFeeInput.d.ts +2 -1
  899. package/mobile/lib/components/Calculator/renderMonthsInput.d.ts +2 -1
  900. package/mobile/lib/components/Calculator/renderPaymentTypeSelector.d.ts +2 -1
  901. package/mobile/lib/components/Calculator/renderProposal.d.ts +2 -1
  902. package/mobile/lib/components/Calculator/renderProposal.js +1 -1
  903. package/mobile/lib/components/Calculator/renderProposal.js.map +1 -1
  904. package/mobile/lib/components/Calculator/renderProposalMortgage.d.ts +2 -1
  905. package/mobile/lib/components/Calculator/renderRealEstateValue.d.ts +2 -1
  906. package/mobile/lib/components/Calculator/renderWantedSumInput.d.ts +2 -1
  907. package/mobile/lib/components/Calculator/useBonusCalculatorParams.d.ts +1 -1
  908. package/mobile/lib/components/Calculator/useBonusCalculatorParams.js +1 -1
  909. package/mobile/lib/components/Calculator/useBonusCalculatorParams.js.map +1 -1
  910. package/mobile/lib/components/Calculator/useCreditCalculatorParams.d.ts +1 -1
  911. package/mobile/lib/components/Calculator/useCreditCalculatorParams.js +1 -1
  912. package/mobile/lib/components/Catalog/Catalog.js +1 -1
  913. package/mobile/lib/components/Catalog/Catalog.js.map +1 -1
  914. package/mobile/lib/components/Catalog/CatalogCard.js +1 -1
  915. package/mobile/lib/components/Catalog/CatalogCard.js.map +1 -1
  916. package/mobile/lib/components/Catalog/CatalogContent.d.ts +3 -4
  917. package/mobile/lib/components/ComparisonTable/ComparisonTableColumnHeaders.d.ts +1 -1
  918. package/mobile/lib/components/ComparisonTable/ComparisonTableColumnHeaders.js +4 -4
  919. package/mobile/lib/components/ComparisonTable/ComparisonTableColumnHeaders.js.map +1 -1
  920. package/mobile/lib/components/ComparisonTable/ComparisonTableRows.d.ts +2 -2
  921. package/mobile/lib/components/ComparisonTable/HeaderCell.js +1 -1
  922. package/mobile/lib/components/ComparisonTable/HeaderCell.js.map +1 -1
  923. package/mobile/lib/components/ContentPage/ContentPage.d.ts +1 -1
  924. package/mobile/lib/components/ContentPage/ContentPage.js +2 -1
  925. package/mobile/lib/components/ContentPage/ContentPage.js.map +1 -1
  926. package/mobile/lib/components/ContentPage/ContentPageContext.d.ts +3 -4
  927. package/mobile/lib/components/ContentPage/ContentPageHead.d.ts +2 -1
  928. package/mobile/lib/components/ContentPage/normalizePage.js +1 -1
  929. package/mobile/lib/components/ContentPage/normalizePage.js.map +1 -1
  930. package/mobile/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.d.ts +1 -1
  931. package/mobile/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.js.map +1 -1
  932. package/mobile/lib/components/ExchangeRateTile/renderButton.d.ts +2 -1
  933. package/mobile/lib/components/ExchangeRateTile/renderInput.d.ts +2 -1
  934. package/mobile/lib/components/Footer/Contacts.js +1 -1
  935. package/mobile/lib/components/Footer/Contacts.js.map +1 -1
  936. package/mobile/lib/components/Footer/HorizontalNavigationLink.d.ts +1 -1
  937. package/mobile/lib/components/Footer/MediaButton.js +1 -2
  938. package/mobile/lib/components/Footer/MediaButton.js.map +1 -1
  939. package/mobile/lib/components/Footer/Sitemap.js +2 -2
  940. package/mobile/lib/components/Footer/Sitemap.js.map +1 -1
  941. package/mobile/lib/components/Footer/TextInformationLink.d.ts +1 -1
  942. package/mobile/lib/components/Footer/TextInformationLink.js.map +1 -1
  943. package/mobile/lib/components/Gallery/GalleryCardInner.js +1 -1
  944. package/mobile/lib/components/Gallery/GalleryCardInner.js.map +1 -1
  945. package/mobile/lib/components/Gallery/GalleryContainer.js +1 -1
  946. package/mobile/lib/components/Gallery/GalleryContainer.js.map +1 -1
  947. package/mobile/lib/components/GracePeriod/GracePeriod.js +2 -2
  948. package/mobile/lib/components/GracePeriod/GracePeriod.js.map +1 -1
  949. package/mobile/lib/components/GracePeriod/GracePeriodContent.d.ts +2 -2
  950. package/mobile/lib/components/GroupBlock/GroupBlock.js +1 -1
  951. package/mobile/lib/components/GroupBlock/GroupBlock.js.map +1 -1
  952. package/mobile/lib/components/GroupBlock/GroupBlockTabs.d.ts +2 -3
  953. package/mobile/lib/components/GroupBlock/GroupBlockTabs.js +9 -7
  954. package/mobile/lib/components/GroupBlock/GroupBlockTabs.js.map +1 -1
  955. package/mobile/lib/components/GroupBlock/GroupBlocksItem.d.ts +3 -2
  956. package/mobile/lib/components/GroupBlock/GroupBlocksItem.js +1 -1
  957. package/mobile/lib/components/GroupBlock/GroupBlocksItem.js.map +1 -1
  958. package/mobile/lib/components/GroupBlock/renderBlocksTypes.d.ts +2 -1
  959. package/mobile/lib/components/Header/DropdownMenu.d.ts +1 -0
  960. package/mobile/lib/components/Header/DropdownMenu.js +6 -3
  961. package/mobile/lib/components/Header/DropdownMenu.js.map +1 -1
  962. package/mobile/lib/components/Header/HeaderBurger.d.ts +2 -1
  963. package/mobile/lib/components/Header/HeaderBurger.js.map +1 -1
  964. package/mobile/lib/components/Header/HeaderSubMenu.js +1 -1
  965. package/mobile/lib/components/Header/HeaderSubMenu.js.map +1 -1
  966. package/mobile/lib/components/Headline/Headline.js +1 -1
  967. package/mobile/lib/components/Headline/Headline.js.map +1 -1
  968. package/mobile/lib/components/Headline/HeadlineContent.d.ts +5 -4
  969. package/mobile/lib/components/Headline/constants.d.ts +9 -0
  970. package/mobile/lib/components/Headline/constants.js +32 -0
  971. package/mobile/lib/components/Headline/constants.js.map +1 -1
  972. package/mobile/lib/components/Insurance/Insurance.js +6 -6
  973. package/mobile/lib/components/Insurance/Insurance.js.map +1 -1
  974. package/mobile/lib/components/Insurance/InsuranceContent.d.ts +2 -5
  975. package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js +2 -2
  976. package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js.map +1 -1
  977. package/mobile/lib/components/LikeControl/LikeControl.js +1 -1
  978. package/mobile/lib/components/LikeControl/LikeControl.js.map +1 -1
  979. package/mobile/lib/components/LinkDocs/LinkDocs.js +1 -1
  980. package/mobile/lib/components/LinkDocs/LinkDocs.js.map +1 -1
  981. package/mobile/lib/components/LinkDocs/LinkDocsContent.d.ts +3 -6
  982. package/mobile/lib/components/LinkDocs/LinkDocsHorizontalList.js +1 -1
  983. package/mobile/lib/components/LinkDocs/LinkDocsHorizontalList.js.map +1 -1
  984. package/mobile/lib/components/LinkDocs/LinkDocsVerticalList.js +1 -1
  985. package/mobile/lib/components/LinkDocs/LinkDocsVerticalList.js.map +1 -1
  986. package/mobile/lib/components/MobileAppTile/MobileAppTile.js +1 -1
  987. package/mobile/lib/components/MobileAppTile/MobileAppTile.js.map +1 -1
  988. package/mobile/lib/components/MobileAppTile/MobileAppTileContent.d.ts +2 -3
  989. package/mobile/lib/components/NavigatorTabs/NavigatorTabItem.d.ts +1 -1
  990. package/mobile/lib/components/NavigatorTabs/NavigatorTabItem.js +1 -1
  991. package/mobile/lib/components/NavigatorTabs/NavigatorTabItem.js.map +1 -1
  992. package/mobile/lib/components/OtherProducts/OtherProductsItem.js +1 -1
  993. package/mobile/lib/components/OtherProducts/OtherProductsItem.js.map +1 -1
  994. package/mobile/lib/components/PictureText/PictureTextContent.d.ts +2 -2
  995. package/mobile/lib/components/Placeholder/Placeholder.js +2 -4
  996. package/mobile/lib/components/Placeholder/Placeholder.js.map +1 -1
  997. package/mobile/lib/components/Placeholder/PlaceholderContent.d.ts +2 -3
  998. package/mobile/lib/components/ProductBlock/ProductBlockContent.d.ts +4 -5
  999. package/mobile/lib/components/ProductBlock/ProductBlockInner.js +4 -5
  1000. package/mobile/lib/components/ProductBlock/ProductBlockInner.js.map +1 -1
  1001. package/mobile/lib/components/ProductBlock/renderBackwardButton.d.ts +2 -1
  1002. package/mobile/lib/components/ProductBlock/renderBackwardButton.js +1 -1
  1003. package/mobile/lib/components/ProductBlock/renderBackwardButton.js.map +1 -1
  1004. package/mobile/lib/components/ProductBlock/renderBenefit.d.ts +2 -1
  1005. package/mobile/lib/components/ProductBlock/renderBenefit.js +1 -1
  1006. package/mobile/lib/components/ProductBlock/renderBenefit.js.map +1 -1
  1007. package/mobile/lib/components/ProductGallery/ProductGalleryBlock.d.ts +2 -2
  1008. package/mobile/lib/components/ProductGallery/ProductGalleryBlock.js +2 -2
  1009. package/mobile/lib/components/ProductGallery/ProductGalleryBlock.js.map +1 -1
  1010. package/mobile/lib/components/ProductTile/ProductTile.js +4 -5
  1011. package/mobile/lib/components/ProductTile/ProductTile.js.map +1 -1
  1012. package/mobile/lib/components/ProductTile/ProductTileContent.d.ts +2 -3
  1013. package/mobile/lib/components/PromoTile/PromoTile.js +2 -2
  1014. package/mobile/lib/components/PromoTile/PromoTile.js.map +1 -1
  1015. package/mobile/lib/components/PromoTile/PromoTileContent.d.ts +3 -3
  1016. package/mobile/lib/components/Recommendation/Recommendation.js +8 -8
  1017. package/mobile/lib/components/Recommendation/Recommendation.js.map +1 -1
  1018. package/mobile/lib/components/Recommendation/RecommendationCard.js +3 -1
  1019. package/mobile/lib/components/Recommendation/RecommendationCard.js.map +1 -1
  1020. package/mobile/lib/components/Recommendation/RecommendationContent.d.ts +3 -4
  1021. package/mobile/lib/components/StepsBlock/StepsBlock.js +2 -2
  1022. package/mobile/lib/components/StepsBlock/StepsBlock.js.map +1 -1
  1023. package/mobile/lib/components/StepsBlock/StepsBlockStyleMaps.d.ts +1 -0
  1024. package/mobile/lib/components/StepsBlock/StepsBlockStyleMaps.js +3 -1
  1025. package/mobile/lib/components/StepsBlock/StepsBlockStyleMaps.js.map +1 -1
  1026. package/mobile/lib/components/TariffsTable/TariffsTableContent.d.ts +3 -4
  1027. package/mobile/lib/components/Tile/Tile.js +3 -3
  1028. package/mobile/lib/components/Tile/Tile.js.map +1 -1
  1029. package/mobile/lib/components/Tile/TileContent.d.ts +3 -3
  1030. package/mobile/lib/content-page-repository/mapJSON.js.map +1 -1
  1031. package/mobile/lib/content-page-repository/transformContentPage.js +1 -0
  1032. package/mobile/lib/content-page-repository/transformContentPage.js.map +1 -1
  1033. package/mobile/lib/hooks/useExchangeRates.js.map +1 -1
  1034. package/mobile/lib/hooks/useLink.d.ts +3 -1
  1035. package/mobile/lib/hooks/useLink.js +1 -1
  1036. package/mobile/lib/hooks/useLink.js.map +1 -1
  1037. package/mobile/lib/icons/IconName.js +1 -1
  1038. package/mobile/lib/icons/IconName.js.map +1 -1
  1039. package/mobile/lib/model/HeadlineType.d.ts +17 -0
  1040. package/mobile/lib/model/HeadlineType.js +2 -0
  1041. package/mobile/lib/model/HeadlineType.js.map +1 -0
  1042. package/mobile/lib/model/VNode.d.ts +1 -1
  1043. package/mobile/lib/react/IntersectionObserverTag.js +3 -4
  1044. package/mobile/lib/react/IntersectionObserverTag.js.map +1 -1
  1045. package/mobile/lib/react/setup-fixture.js +3 -1
  1046. package/mobile/lib/react/setup-fixture.js.map +1 -1
  1047. package/mobile/lib/services/sitemap/findActiveSubItem.d.ts +1 -1
  1048. package/mobile/lib/services/sitemap/findActiveSubItem.js +1 -1
  1049. package/mobile/lib/services/sitemap/findActiveSubItem.js.map +1 -1
  1050. package/mobile/lib/types.d.ts +0 -1
  1051. package/mobile/lib/ui-kit/BlockWrapper.d.ts +1 -1
  1052. package/mobile/lib/ui-kit/BlockWrapper.js +3 -2
  1053. package/mobile/lib/ui-kit/BlockWrapper.js.map +1 -1
  1054. package/mobile/lib/ui-kit/BlocksList/renderBlocksList.d.ts +2 -1
  1055. package/mobile/lib/ui-kit/Breadcrumb.d.ts +1 -1
  1056. package/mobile/lib/ui-kit/Button/ArrowButton.js +3 -3
  1057. package/mobile/lib/ui-kit/Button/ArrowButton.js.map +1 -1
  1058. package/mobile/lib/ui-kit/Button/Button.js +1 -1
  1059. package/mobile/lib/ui-kit/Button/Button.js.map +1 -1
  1060. package/mobile/lib/ui-kit/Button/ButtonInner.js +2 -2
  1061. package/mobile/lib/ui-kit/Button/ButtonInner.js.map +1 -1
  1062. package/mobile/lib/ui-kit/Button/ButtonProps.d.ts +7 -4
  1063. package/mobile/lib/ui-kit/Button/ButtonSection.js +1 -1
  1064. package/mobile/lib/ui-kit/Button/ButtonSection.js.map +1 -1
  1065. package/mobile/lib/ui-kit/Button/LikeButton.d.ts +1 -1
  1066. package/mobile/lib/ui-kit/Button/LikeButton.js +3 -1
  1067. package/mobile/lib/ui-kit/Button/LikeButton.js.map +1 -1
  1068. package/mobile/lib/ui-kit/Button/renderArrows.d.ts +4 -5
  1069. package/mobile/lib/ui-kit/Button/renderArrows.js.map +1 -1
  1070. package/mobile/lib/ui-kit/Checkbox/Checkbox.js +1 -1
  1071. package/mobile/lib/ui-kit/Checkbox/Checkbox.js.map +1 -1
  1072. package/mobile/lib/ui-kit/Description/Description.d.ts +2 -2
  1073. package/mobile/lib/ui-kit/Description/Description.js +1 -1
  1074. package/mobile/lib/ui-kit/Description/Description.js.map +1 -1
  1075. package/mobile/lib/ui-kit/Foldable/Foldable.js +1 -1
  1076. package/mobile/lib/ui-kit/Foldable/Foldable.js.map +1 -1
  1077. package/mobile/lib/ui-kit/Foldable/useActiveHandler.d.ts +1 -1
  1078. package/mobile/lib/ui-kit/Foldable/useActiveHandler.js.map +1 -1
  1079. package/mobile/lib/ui-kit/Heading/Heading.d.ts +1 -5
  1080. package/mobile/lib/ui-kit/Heading/Heading.js +3 -6
  1081. package/mobile/lib/ui-kit/Heading/Heading.js.map +1 -1
  1082. package/mobile/lib/ui-kit/Heading/HeadingProps.d.ts +20 -0
  1083. package/mobile/lib/ui-kit/Heading/HeadingProps.js +2 -0
  1084. package/mobile/lib/ui-kit/Heading/HeadingProps.js.map +1 -0
  1085. package/mobile/lib/ui-kit/Input/Input.js +1 -1
  1086. package/mobile/lib/ui-kit/Input/Input.js.map +1 -1
  1087. package/mobile/lib/ui-kit/InputRange/InputRange.js +1 -1
  1088. package/mobile/lib/ui-kit/InputRange/InputRange.js.map +1 -1
  1089. package/mobile/lib/ui-kit/InputRange/InputRangeProps.d.ts +1 -2
  1090. package/mobile/lib/ui-kit/SVG.d.ts +4 -5
  1091. package/mobile/lib/ui-kit/SearchBar/SearchBarInner.js +5 -5
  1092. package/mobile/lib/ui-kit/SearchBar/SearchBarInner.js.map +1 -1
  1093. package/mobile/lib/ui-kit/Select/Select.js.map +1 -1
  1094. package/mobile/lib/ui-kit/SwipeListControl/SwipeListControl.js +1 -1
  1095. package/mobile/lib/ui-kit/SwipeListControl/SwipeListControl.js.map +1 -1
  1096. package/mobile/lib/ui-kit/SwipeListControl/SwipeListControlDots.js +1 -1
  1097. package/mobile/lib/ui-kit/SwipeListControl/SwipeListControlDots.js.map +1 -1
  1098. package/mobile/lib/ui-kit/SwipeListControl/SwipeListControlList.d.ts +1 -1
  1099. package/mobile/lib/ui-kit/SwipeListControl/SwipeListControlList.js +1 -1
  1100. package/mobile/lib/ui-kit/SwipeListControl/SwipeListControlList.js.map +1 -1
  1101. package/mobile/lib/ui-kit/TableArrowScrollControl/TableArrowScrollControlProps.d.ts +2 -3
  1102. package/mobile/lib/ui-kit/Tabs/Tabs.js +1 -1
  1103. package/mobile/lib/ui-kit/Tabs/Tabs.js.map +1 -1
  1104. package/mobile/lib/ui-kit/Tabs/TabsProps.d.ts +1 -2
  1105. package/mobile/lib/ui-kit/TopItem/TopItem.d.ts +1 -1
  1106. package/mobile/lib/utils/url.d.ts +1 -0
  1107. package/mobile/lib/utils/url.js +1 -0
  1108. package/mobile/lib/utils/url.js.map +1 -1
  1109. package/mobile/src/common.css +7 -7
  1110. package/mobile/src/components/Accordion/useActiveHandler.ts +5 -5
  1111. package/mobile/src/components/BaseTile/BaseTile.tsx +1 -1
  1112. package/mobile/src/components/BaseTile/BaseTileProps.ts +7 -30
  1113. package/mobile/src/components/BaseTile/getTileHeadingType.ts +3 -3
  1114. package/mobile/src/components/BenefitsBlock/BenefitsBlock.tsx +1 -1
  1115. package/mobile/src/components/BenefitsBlock/BenefitsBlockContent.ts +8 -9
  1116. package/mobile/src/components/Blocks.spec.tsx +71 -0
  1117. package/mobile/src/components/Bonus/Bonus.tsx +3 -5
  1118. package/mobile/src/components/Bonus/BonusContent.ts +5 -7
  1119. package/mobile/src/components/BonusBenefitsBlock/BonusBenefitsBlock.tsx +1 -1
  1120. package/mobile/src/components/Calculator/BonusCalculatorForm.tsx +3 -3
  1121. package/mobile/src/components/Calculator/Calculator.tsx +5 -5
  1122. package/mobile/src/components/Calculator/CalculatorValueBlock.tsx +2 -2
  1123. package/mobile/src/components/Calculator/CreditCalculatorForm.tsx +2 -2
  1124. package/mobile/src/components/Calculator/Rate.tsx +2 -2
  1125. package/mobile/src/components/Calculator/renderProposal.tsx +2 -4
  1126. package/mobile/src/components/Calculator/useBonusCalculatorParams.ts +2 -2
  1127. package/mobile/src/components/Calculator/useCreditCalculatorParams.ts +1 -1
  1128. package/mobile/src/components/Catalog/Catalog.tsx +2 -2
  1129. package/mobile/src/components/Catalog/CatalogCard.tsx +10 -7
  1130. package/mobile/src/components/Catalog/CatalogContent.ts +6 -8
  1131. package/mobile/src/components/ComparisonTable/ComparisonTableColumnHeaders.tsx +6 -6
  1132. package/mobile/src/components/ComparisonTable/ComparisonTableRows.tsx +2 -2
  1133. package/mobile/src/components/ComparisonTable/HeaderCell.tsx +1 -1
  1134. package/mobile/src/components/ContentPage/ContentPage.page.json +2 -2
  1135. package/mobile/src/components/ContentPage/ContentPage.tsx +3 -2
  1136. package/mobile/src/components/ContentPage/ContentPageContext.tsx +3 -6
  1137. package/mobile/src/components/ContentPage/ContentPageHead.tsx +2 -2
  1138. package/mobile/src/components/ContentPage/normalizePage.ts +3 -3
  1139. package/mobile/src/components/ExchangeRateTile/ExchangeCurrencyCalculator.tsx +6 -6
  1140. package/mobile/src/components/Footer/Contacts.tsx +1 -1
  1141. package/mobile/src/components/Footer/HorizontalNavigationLink.tsx +1 -1
  1142. package/mobile/src/components/Footer/MediaButton.tsx +1 -2
  1143. package/mobile/src/components/Footer/Sitemap.tsx +2 -2
  1144. package/mobile/src/components/Footer/TextInformationLink.tsx +2 -4
  1145. package/mobile/src/components/Gallery/GalleryCardInner.tsx +1 -3
  1146. package/mobile/src/components/Gallery/GalleryContainer.tsx +1 -1
  1147. package/mobile/src/components/GracePeriod/GracePeriod.tsx +2 -2
  1148. package/mobile/src/components/GracePeriod/GracePeriodContent.ts +2 -2
  1149. package/mobile/src/components/GroupBlock/GroupBlock.tsx +5 -3
  1150. package/mobile/src/components/GroupBlock/GroupBlockTabs.tsx +23 -24
  1151. package/mobile/src/components/GroupBlock/GroupBlocksItem.tsx +3 -3
  1152. package/mobile/src/components/Header/DropdownMenu.tsx +23 -10
  1153. package/mobile/src/components/Header/HeaderBurger.tsx +2 -1
  1154. package/mobile/src/components/Header/HeaderSubMenu.tsx +3 -2
  1155. package/mobile/src/components/Headline/Headline.example.json +1 -0
  1156. package/mobile/src/components/Headline/Headline.tsx +1 -1
  1157. package/mobile/src/components/Headline/HeadlineContent.ts +5 -5
  1158. package/mobile/src/components/Headline/constants.ts +42 -0
  1159. package/mobile/src/components/Insurance/Insurance.tsx +19 -14
  1160. package/mobile/src/components/Insurance/InsuranceContent.ts +2 -5
  1161. package/mobile/src/components/InsuranceAmountBlock/InsuranceAmountBlockInner.tsx +7 -7
  1162. package/mobile/src/components/LikeControl/LikeControl.tsx +2 -2
  1163. package/mobile/src/components/LinkDocs/LinkDocs.example.json +1 -0
  1164. package/mobile/src/components/LinkDocs/LinkDocs.tsx +0 -1
  1165. package/mobile/src/components/LinkDocs/LinkDocsContent.ts +3 -6
  1166. package/mobile/src/components/LinkDocs/LinkDocsHorizontalList.tsx +1 -1
  1167. package/mobile/src/components/LinkDocs/LinkDocsVerticalList.tsx +1 -3
  1168. package/mobile/src/components/MobileAppTile/MobileAppTile.tsx +2 -2
  1169. package/mobile/src/components/MobileAppTile/MobileAppTileContent.ts +2 -4
  1170. package/mobile/src/components/NavigatorTabs/NavigatorTabItem.tsx +2 -2
  1171. package/mobile/src/components/OtherProducts/OtherProductsItem.tsx +2 -2
  1172. package/mobile/src/components/PictureText/PictureTextContent.ts +2 -2
  1173. package/mobile/src/components/Placeholder/Placeholder.tsx +8 -19
  1174. package/mobile/src/components/Placeholder/PlaceholderContent.ts +2 -3
  1175. package/mobile/src/components/ProductBlock/ProductBlock.example.json +1 -1
  1176. package/mobile/src/components/ProductBlock/ProductBlockContent.ts +4 -7
  1177. package/mobile/src/components/ProductBlock/ProductBlockInner.tsx +12 -22
  1178. package/mobile/src/components/ProductBlock/renderBackwardButton.tsx +1 -1
  1179. package/mobile/src/components/ProductBlock/renderBenefit.tsx +2 -6
  1180. package/mobile/src/components/ProductGallery/ProductGalleryBlock.tsx +5 -5
  1181. package/mobile/src/components/ProductTile/ProductTile.example.json +1 -1
  1182. package/mobile/src/components/ProductTile/ProductTile.tsx +12 -15
  1183. package/mobile/src/components/ProductTile/ProductTileContent.ts +2 -5
  1184. package/mobile/src/components/PromoTile/PromoTile.example.json +1 -0
  1185. package/mobile/src/components/PromoTile/PromoTile.tsx +12 -7
  1186. package/mobile/src/components/PromoTile/PromoTileContent.ts +4 -4
  1187. package/mobile/src/components/Recommendation/Recommendation.tsx +20 -18
  1188. package/mobile/src/components/Recommendation/RecommendationCard.tsx +20 -15
  1189. package/mobile/src/components/Recommendation/RecommendationContent.ts +3 -8
  1190. package/mobile/src/components/StepsBlock/StepsBlock.tsx +2 -4
  1191. package/mobile/src/components/StepsBlock/StepsBlockStyleMaps.ts +4 -1
  1192. package/mobile/src/components/TariffsTable/TariffsTableContent.ts +12 -14
  1193. package/mobile/src/components/Tile/Tile.tsx +7 -11
  1194. package/mobile/src/components/Tile/TileContent.ts +4 -5
  1195. package/mobile/src/components/__snapshots__/Blocks.spec.tsx.snap +858 -0
  1196. package/mobile/src/content-page-repository/mapJSON.ts +1 -1
  1197. package/mobile/src/content-page-repository/transformContentPage.ts +1 -0
  1198. package/mobile/src/hooks/useExchangeRates.ts +1 -1
  1199. package/mobile/src/hooks/useLink.ts +2 -2
  1200. package/mobile/src/icons/IconName.ts +1 -2
  1201. package/mobile/src/model/HeadlineType.ts +21 -0
  1202. package/mobile/src/model/VNode.ts +1 -1
  1203. package/mobile/src/react/IntersectionObserverTag.tsx +3 -8
  1204. package/mobile/src/react/setup-fixture.ts +5 -2
  1205. package/mobile/src/services/sitemap/findActiveSubItem.ts +2 -2
  1206. package/mobile/src/types.ts +0 -2
  1207. package/mobile/src/ui-kit/BlockWrapper.tsx +5 -3
  1208. package/mobile/src/ui-kit/Breadcrumb.tsx +1 -1
  1209. package/mobile/src/ui-kit/Button/ArrowButton.tsx +4 -3
  1210. package/mobile/src/ui-kit/Button/Button.tsx +2 -2
  1211. package/mobile/src/ui-kit/Button/ButtonInner.tsx +3 -3
  1212. package/mobile/src/ui-kit/Button/ButtonProps.ts +5 -4
  1213. package/mobile/src/ui-kit/Button/ButtonSection.tsx +1 -1
  1214. package/mobile/src/ui-kit/Button/LikeButton.tsx +4 -2
  1215. package/mobile/src/ui-kit/Button/renderArrows.tsx +2 -3
  1216. package/mobile/src/ui-kit/Checkbox/Checkbox.tsx +2 -2
  1217. package/mobile/src/ui-kit/Description/Description.tsx +3 -3
  1218. package/mobile/src/ui-kit/Foldable/Foldable.tsx +1 -1
  1219. package/mobile/src/ui-kit/Foldable/useActiveHandler.ts +1 -1
  1220. package/mobile/src/ui-kit/Heading/Heading.tsx +4 -14
  1221. package/mobile/src/ui-kit/Heading/HeadingProps.ts +24 -0
  1222. package/mobile/src/ui-kit/Input/Input.tsx +3 -4
  1223. package/mobile/src/ui-kit/InputRange/InputRange.tsx +4 -4
  1224. package/mobile/src/ui-kit/InputRange/InputRangeProps.ts +1 -3
  1225. package/mobile/src/ui-kit/SVG.tsx +4 -4
  1226. package/mobile/src/ui-kit/SearchBar/SearchBarInner.tsx +6 -6
  1227. package/mobile/src/ui-kit/Select/Select.tsx +1 -1
  1228. package/mobile/src/ui-kit/SwipeListControl/SwipeListControl.tsx +2 -2
  1229. package/mobile/src/ui-kit/SwipeListControl/SwipeListControlDots.tsx +4 -4
  1230. package/mobile/src/ui-kit/SwipeListControl/SwipeListControlList.tsx +3 -3
  1231. package/mobile/src/ui-kit/TableArrowScrollControl/TableArrowScrollControlProps.ts +2 -4
  1232. package/mobile/src/ui-kit/Tabs/Tabs.tsx +1 -1
  1233. package/mobile/src/ui-kit/Tabs/TabsProps.ts +1 -2
  1234. package/mobile/src/ui-kit/TopItem/TopItem.tsx +1 -1
  1235. package/mobile/src/utils/url.ts +2 -0
  1236. package/package.json +5 -1
  1237. package/src/common.css +7 -7
  1238. package/src/components/Accordion/Accordion.tsx +1 -1
  1239. package/src/components/Accordion/useActiveHandler.ts +5 -5
  1240. package/src/components/BaseTile/BaseTile.tsx +1 -1
  1241. package/src/components/BaseTile/BaseTileProps.ts +7 -30
  1242. package/src/components/BaseTile/getTileHeadingType.ts +3 -3
  1243. package/src/components/BenefitsBlock/BenefitsBlock.tsx +1 -1
  1244. package/src/components/BenefitsBlock/BenefitsBlockContent.ts +8 -9
  1245. package/src/components/Blocks.spec.tsx +71 -0
  1246. package/src/components/Bonus/Bonus.fixture.tsx +1 -0
  1247. package/src/components/Bonus/Bonus.tsx +3 -5
  1248. package/src/components/Bonus/BonusContent.ts +5 -7
  1249. package/src/components/BonusBenefitsBlock/BonusBenefitsBlock.tsx +1 -1
  1250. package/src/components/Calculator/BonusCalculatorForm.tsx +3 -3
  1251. package/src/components/Calculator/Calculator.tsx +5 -5
  1252. package/src/components/Calculator/CalculatorValueBlock.tsx +2 -2
  1253. package/src/components/Calculator/CreditCalculatorForm.tsx +2 -2
  1254. package/src/components/Calculator/Rate.tsx +2 -2
  1255. package/src/components/Calculator/renderProposal.tsx +2 -4
  1256. package/src/components/Calculator/useBonusCalculatorParams.ts +2 -2
  1257. package/src/components/Calculator/useCreditCalculatorParams.ts +1 -1
  1258. package/src/components/Catalog/Catalog.tsx +2 -2
  1259. package/src/components/Catalog/CatalogCard.tsx +10 -7
  1260. package/src/components/Catalog/CatalogContent.ts +6 -8
  1261. package/src/components/ComparisonTable/ComparisonTable.tsx +4 -6
  1262. package/src/components/ComparisonTable/ComparisonTableColumnHeaders.tsx +6 -6
  1263. package/src/components/ComparisonTable/ComparisonTableRows.tsx +2 -2
  1264. package/src/components/ComparisonTable/HeaderCell.mobile.tsx +1 -1
  1265. package/src/components/ComparisonTable/HeaderCell.tsx +0 -1
  1266. package/src/components/ContentPage/ContentPage.fixture.tsx +1 -1
  1267. package/src/components/ContentPage/ContentPage.page.json +2 -2
  1268. package/src/components/ContentPage/ContentPage.tsx +3 -2
  1269. package/src/components/ContentPage/ContentPageContext.tsx +3 -6
  1270. package/src/components/ContentPage/ContentPageHead.tsx +2 -2
  1271. package/src/components/ContentPage/normalizePage.mobile.ts +3 -3
  1272. package/src/components/ContentPage/normalizePage.ts +4 -4
  1273. package/src/components/ExchangeRateTile/ExchangeCurrencyCalculator.tsx +6 -6
  1274. package/src/components/Footer/Contacts.tsx +1 -1
  1275. package/src/components/Footer/Footer.tsx +2 -2
  1276. package/src/components/Footer/HorizontalNavigationLink.tsx +1 -1
  1277. package/src/components/Footer/MediaButton.tsx +1 -2
  1278. package/src/components/Footer/Sitemap.tsx +2 -2
  1279. package/src/components/Footer/SocialMedia.tsx +1 -1
  1280. package/src/components/Footer/TextInformationLink.tsx +2 -4
  1281. package/src/components/Gallery/GalleryCardInner.tsx +1 -3
  1282. package/src/components/Gallery/GalleryContainer.tsx +1 -1
  1283. package/src/components/GracePeriod/GracePeriod.tsx +2 -2
  1284. package/src/components/GracePeriod/GracePeriodContent.ts +2 -2
  1285. package/src/components/GroupBlock/GroupBlock.tsx +5 -3
  1286. package/src/components/GroupBlock/GroupBlockTabs.tsx +23 -24
  1287. package/src/components/GroupBlock/GroupBlocksItem.tsx +3 -3
  1288. package/src/components/Header/DropdownMenu.tsx +23 -10
  1289. package/src/components/Header/Header.tsx +2 -2
  1290. package/src/components/Header/HeaderBurger.tsx +2 -1
  1291. package/src/components/Header/HeaderSubMenu.tsx +3 -2
  1292. package/src/components/Headline/Headline.example.json +1 -0
  1293. package/src/components/Headline/Headline.fixture.tsx +29 -4
  1294. package/src/components/Headline/Headline.mobile.tsx +1 -1
  1295. package/src/components/Headline/Headline.tsx +15 -8
  1296. package/src/components/Headline/HeadlineContent.ts +5 -5
  1297. package/src/components/Headline/constants.ts +42 -0
  1298. package/src/components/Insurance/Insurance.tsx +19 -14
  1299. package/src/components/Insurance/InsuranceContent.ts +2 -5
  1300. package/src/components/InsuranceAmountBlock/InsuranceAmountBlockInner.tsx +7 -7
  1301. package/src/components/LikeControl/LikeControl.tsx +2 -2
  1302. package/src/components/LinkDocs/LinkDocs.example.json +1 -0
  1303. package/src/components/LinkDocs/LinkDocs.mobile.tsx +0 -1
  1304. package/src/components/LinkDocs/LinkDocs.tsx +3 -3
  1305. package/src/components/LinkDocs/LinkDocsContent.ts +3 -6
  1306. package/src/components/LinkDocs/LinkDocsHorizontalList.tsx +1 -1
  1307. package/src/components/LinkDocs/LinkDocsVerticalList.tsx +1 -3
  1308. package/src/components/MobileAppTile/MobileAppTile.fixture.tsx +3 -0
  1309. package/src/components/MobileAppTile/MobileAppTile.mobile.tsx +2 -2
  1310. package/src/components/MobileAppTile/MobileAppTile.tsx +4 -3
  1311. package/src/components/MobileAppTile/MobileAppTileContent.ts +2 -4
  1312. package/src/components/NavigatorTabs/NavigatorTabItem.tsx +2 -2
  1313. package/src/components/OtherProducts/OtherProductsItem.tsx +2 -2
  1314. package/src/components/PictureText/PictureTextContent.ts +2 -2
  1315. package/src/components/Placeholder/Placeholder.tsx +8 -19
  1316. package/src/components/Placeholder/PlaceholderContent.ts +2 -3
  1317. package/src/components/ProductBlock/ProductBlock.example.json +1 -1
  1318. package/src/components/ProductBlock/ProductBlock.fixture.tsx +5 -5
  1319. package/src/components/ProductBlock/ProductBlock.tsx +10 -2
  1320. package/src/components/ProductBlock/ProductBlockContent.ts +4 -7
  1321. package/src/components/ProductBlock/ProductBlockInner.mobile.tsx +12 -22
  1322. package/src/components/ProductBlock/ProductBlockInner.tsx +14 -28
  1323. package/src/components/ProductBlock/renderBackwardButton.tsx +1 -1
  1324. package/src/components/ProductBlock/renderBenefit.mobile.tsx +2 -6
  1325. package/src/components/ProductBlock/renderBenefit.tsx +2 -4
  1326. package/src/components/ProductGallery/ProductGallery.fixture.tsx +8 -8
  1327. package/src/components/ProductGallery/ProductGallery.tsx +2 -2
  1328. package/src/components/ProductGallery/ProductGalleryBlock.tsx +5 -5
  1329. package/src/components/ProductTile/ProductTile.example.json +1 -1
  1330. package/src/components/ProductTile/ProductTile.fixture.tsx +2 -6
  1331. package/src/components/ProductTile/ProductTile.tsx +12 -15
  1332. package/src/components/ProductTile/ProductTileContent.ts +2 -5
  1333. package/src/components/PromoTile/PromoTile.example.json +1 -0
  1334. package/src/components/PromoTile/PromoTile.tsx +12 -7
  1335. package/src/components/PromoTile/PromoTileContent.ts +4 -4
  1336. package/src/components/Recommendation/Recommendation.fixture.tsx +68 -16
  1337. package/src/components/Recommendation/Recommendation.tsx +20 -18
  1338. package/src/components/Recommendation/RecommendationCard.tsx +20 -15
  1339. package/src/components/Recommendation/RecommendationContent.ts +3 -8
  1340. package/src/components/StepsBlock/StepsBlock.mobile.tsx +2 -4
  1341. package/src/components/StepsBlock/StepsBlock.tsx +14 -13
  1342. package/src/components/StepsBlock/StepsBlockStyleMaps.ts +4 -1
  1343. package/src/components/TariffsTable/TariffsTable.tsx +1 -1
  1344. package/src/components/TariffsTable/TariffsTableContent.ts +12 -14
  1345. package/src/components/TextBlock/TextBlock.fixture.mobile.tsx +1 -0
  1346. package/src/components/TextBlock/TextBlock.fixture.tsx +1 -0
  1347. package/src/components/Tile/Tile.tsx +7 -11
  1348. package/src/components/Tile/TileContent.ts +4 -5
  1349. package/src/components/__snapshots__/Blocks.spec.tsx.snap +858 -0
  1350. package/src/content-page-repository/mapJSON.ts +1 -1
  1351. package/src/content-page-repository/transformContentPage.ts +1 -0
  1352. package/src/hooks/useExchangeRates.ts +1 -1
  1353. package/src/hooks/useLink.ts +2 -2
  1354. package/src/model/HeadlineType.ts +21 -0
  1355. package/src/model/VNode.ts +1 -1
  1356. package/src/react/IntersectionObserverTag.tsx +3 -8
  1357. package/src/react/setup-fixture.ts +5 -2
  1358. package/src/services/sitemap/findActiveSubItem.ts +2 -2
  1359. package/src/types.ts +0 -2
  1360. package/src/ui-kit/BlockWrapper.tsx +5 -3
  1361. package/src/ui-kit/Breadcrumb.tsx +1 -1
  1362. package/src/ui-kit/Button/ArrowButton.tsx +4 -3
  1363. package/src/ui-kit/Button/Button.mobile.tsx +2 -2
  1364. package/src/ui-kit/Button/Button.tsx +4 -4
  1365. package/src/ui-kit/Button/ButtonInner.tsx +3 -3
  1366. package/src/ui-kit/Button/ButtonProps.ts +5 -4
  1367. package/src/ui-kit/Button/ButtonSection.tsx +1 -1
  1368. package/src/ui-kit/Button/LikeButton.tsx +4 -2
  1369. package/src/ui-kit/Button/renderArrows.tsx +2 -3
  1370. package/src/ui-kit/Checkbox/Checkbox.tsx +2 -2
  1371. package/src/ui-kit/Description/Description.tsx +3 -3
  1372. package/src/ui-kit/Foldable/Foldable.tsx +1 -1
  1373. package/src/ui-kit/Foldable/useActiveHandler.ts +1 -1
  1374. package/src/ui-kit/HeaderItem/HeaderItem.tsx +1 -1
  1375. package/src/ui-kit/Heading/Heading.mobile.tsx +4 -14
  1376. package/src/ui-kit/Heading/Heading.tsx +9 -19
  1377. package/src/ui-kit/Heading/HeadingProps.ts +24 -0
  1378. package/src/ui-kit/Input/Input.tsx +3 -4
  1379. package/src/ui-kit/InputRange/InputRange.tsx +4 -4
  1380. package/src/ui-kit/InputRange/InputRangeProps.ts +1 -3
  1381. package/src/ui-kit/SVG.tsx +4 -4
  1382. package/src/ui-kit/SearchBar/SearchBarInner.tsx +6 -6
  1383. package/src/ui-kit/Select/Select.tsx +1 -1
  1384. package/src/ui-kit/SwipeListControl/SwipeListControl.tsx +2 -2
  1385. package/src/ui-kit/SwipeListControl/SwipeListControlDots.tsx +4 -4
  1386. package/src/ui-kit/SwipeListControl/SwipeListControlList.tsx +3 -3
  1387. package/src/ui-kit/TableArrowScrollControl/TableArrowScrollControlProps.ts +2 -4
  1388. package/src/ui-kit/Tabs/Tabs.tsx +1 -1
  1389. package/src/ui-kit/Tabs/TabsProps.ts +1 -2
  1390. package/src/ui-kit/TopItem/TopItem.tsx +1 -1
  1391. package/src/utils/url.ts +2 -0
  1392. package/dist/ui-kit/Description/DescriptionContent.d.ts +0 -4
  1393. package/dist/ui-kit/Description/DescriptionContent.js.map +0 -1
  1394. package/dist/ui-kit/Heading/HeadingContent.d.ts +0 -15
  1395. package/dist/ui-kit/Heading/HeadingContent.js.map +0 -1
  1396. package/lib/ui-kit/Description/DescriptionContent.d.ts +0 -4
  1397. package/lib/ui-kit/Description/DescriptionContent.js +0 -2
  1398. package/lib/ui-kit/Description/DescriptionContent.js.map +0 -1
  1399. package/lib/ui-kit/Heading/HeadingContent.d.ts +0 -15
  1400. package/lib/ui-kit/Heading/HeadingContent.js +0 -2
  1401. package/lib/ui-kit/Heading/HeadingContent.js.map +0 -1
  1402. package/mobile/dist/ui-kit/Description/DescriptionContent.d.ts +0 -4
  1403. package/mobile/dist/ui-kit/Description/DescriptionContent.js.map +0 -1
  1404. package/mobile/dist/ui-kit/Heading/HeadingContent.d.ts +0 -15
  1405. package/mobile/dist/ui-kit/Heading/HeadingContent.js.map +0 -1
  1406. package/mobile/lib/ui-kit/Description/DescriptionContent.d.ts +0 -4
  1407. package/mobile/lib/ui-kit/Description/DescriptionContent.js +0 -2
  1408. package/mobile/lib/ui-kit/Description/DescriptionContent.js.map +0 -1
  1409. package/mobile/lib/ui-kit/Heading/HeadingContent.d.ts +0 -15
  1410. package/mobile/lib/ui-kit/Heading/HeadingContent.js +0 -2
  1411. package/mobile/lib/ui-kit/Heading/HeadingContent.js.map +0 -1
  1412. package/mobile/src/ui-kit/Description/DescriptionContent.ts +0 -4
  1413. package/mobile/src/ui-kit/Heading/HeadingContent.ts +0 -17
  1414. package/src/ui-kit/Description/DescriptionContent.ts +0 -4
  1415. package/src/ui-kit/Heading/HeadingContent.ts +0 -17
@@ -194,30 +194,28 @@
194
194
  if (entry.isIntersecting) ;
195
195
  };
196
196
 
197
- const BlockWrapper = JSX(({ anchor, className, context, children, Tag = 'section' }) => {
197
+ const BlockWrapper = JSX(({ anchor, className, context, children, tag = 'section' }) => {
198
198
  const { IntersectionObserverTag } = context;
199
- return anchor ? (jsx(IntersectionObserverTag, { Tag: Tag, className: className, observerCallback: changeHashOnObserve, observerOptions: { threshold: 1 }, anchor: anchor, children: children })) : (jsx(Tag, { className: className, children: children }));
199
+ const Tag = tag;
200
+ return anchor ? (jsx(IntersectionObserverTag, { tag: tag, className: className, observerCallback: changeHashOnObserve, observerOptions: { threshold: 1 }, anchor: anchor, children: children })) : (jsx(Tag, { className: className, children: children }));
200
201
  });
201
202
 
202
203
  const HEADING_STYLE_MAP = {
203
- h1: 'text-title-xl tracking-[-0.3px]',
204
- h2: 'text-title-lg',
205
- h3: 'text-title',
206
- h4: 'text-title-sm',
207
- h5: 'text-title-xs',
208
- h6: 'text-title-2xs tracking-[0.2px]',
204
+ h0: 'text-h0',
205
+ h1: 'text-h1',
206
+ h2: 'text-h2',
207
+ h3: 'text-h3',
208
+ h4: 'text-h4',
209
+ h5: 'text-h5',
210
+ h6: 'text-h6', // 20
209
211
  };
210
212
  const Heading = JSX((props) => {
211
- const { className = '', headingType, title, as } = props;
212
- if (!headingType) {
213
- return null;
214
- }
215
- const Tag = as || headingType;
213
+ const { className = '', headingType = 'h3', title, as: Tag = 'h3' } = props;
216
214
  return (jsx(Tag, { className: `font-sans m-0 ${HEADING_STYLE_MAP[headingType]} ${className}`, children: title }));
217
215
  });
218
216
 
219
217
  // Generated. Do not touch
220
- /* eslint-disable max-lines */
218
+ /* eslint-disable max-len, max-lines */
221
219
  var IconMap;
222
220
  (function (IconMap) {
223
221
  IconMap["ActualBalanceIcon"] = "ActualBalanceIcon";
@@ -502,10 +500,48 @@
502
500
  description: 'text-white/80',
503
501
  },
504
502
  };
503
+ const HEADLINE_VERSION = {
504
+ XXL: {
505
+ descriptionFont: 'text-h4-alt',
506
+ gap: 'gap-[18px]',
507
+ headingType: 'h0',
508
+ as: 'h1',
509
+ },
510
+ XL: {
511
+ descriptionFont: 'text-xl-light',
512
+ gap: 'gap-4',
513
+ headingType: 'h1',
514
+ as: 'h1',
515
+ },
516
+ L: {
517
+ descriptionFont: 'text-xl-light',
518
+ gap: 'gap-4',
519
+ headingType: 'h2',
520
+ as: 'h2',
521
+ },
522
+ M: {
523
+ descriptionFont: 'text-xl-light',
524
+ gap: 'gap-3',
525
+ headingType: 'h3',
526
+ as: 'h3',
527
+ },
528
+ S: {
529
+ descriptionFont: 'text-xl-light',
530
+ gap: 'gap-2',
531
+ headingType: 'h4',
532
+ as: 'h4',
533
+ },
534
+ };
505
535
 
506
- const Headline = JSX(({ bgColorHeadline = 'transparent', align = 'left', className = '', title, description, headingType = 'h2', ...rest }) => {
536
+ const Description = JSX((props) => {
537
+ const { className = '', description } = props;
538
+ return jsx("div", { className: `${className}`, children: description });
539
+ });
540
+
541
+ const Headline = JSX(({ bgColorHeadline = 'transparent', align = 'center', className = '', title, description, headlineVersion = 'XL', as, ...rest }) => {
507
542
  const STYLE_MAPS = HEADLINE_BLOCK_STYLE_MAPS[bgColorHeadline];
508
- return (jsxs(BlockWrapper, { className: `p-[50px] flex flex-col gap-4 ${STYLE_MAPS.background} ${className}`, ...rest, children: [title ? (jsx(Heading, { headingType: headingType, className: `text-primary-text ${STYLE_MAPS.text} ${ALIGN_TEXT[align]}`, title: title })) : null, description ? (jsx("p", { className: `text-base ${STYLE_MAPS.text} ${ALIGN_TEXT[align]}`, children: description })) : null] }));
543
+ const SIZE_MAPS = HEADLINE_VERSION[headlineVersion];
544
+ return (jsxs(BlockWrapper, { className: `font-sans flex flex-col p-[50px] ${SIZE_MAPS.gap} ${STYLE_MAPS.background} ${className}`, ...rest, children: [title ? (jsx(Heading, { headingType: SIZE_MAPS?.headingType, as: as || SIZE_MAPS?.as, className: `whitespace-pre-wrap ${STYLE_MAPS.text} ${ALIGN_TEXT[align]}`, title: title })) : null, description ? (jsx(Description, { className: `${SIZE_MAPS.descriptionFont} ${STYLE_MAPS.text} ${ALIGN_TEXT[align]}`, description: description })) : null] }));
509
545
  });
510
546
 
511
547
  const LinkDocsListItemBase = JSX(({ className, iconClassName, textClassName, suffixClassName, doc, icon }) => {
@@ -537,7 +573,7 @@
537
573
  single: 'flex gap-3.5 flex-col',
538
574
  };
539
575
  const LinkDocs = JSX(({ context, className = '', title, description, align = 'center', documents, icon = { icon: 'DocIcon' }, columnsMode = 'double', ...rest }) => {
540
- return (jsxs(BlockWrapper, { context: context, className: `font-sans text-primary-text p-[50px] bg-white ${className}`, ...rest, children: [jsx(Headline, { className: "!p-0", title: title, description: description, context: context, align: align, headingType: "h3" }), jsx(LinkDocsList, { className: `mt-8 ${linkColumnsModeStyleMap[columnsMode]}`, columnsMode: columnsMode, documents: documents, icon: icon })] }));
576
+ return (jsxs(BlockWrapper, { className: `font-sans text-primary-text p-[50px] bg-white ${className}`, context: context, ...rest, children: [jsx(Headline, { className: "!p-0", title: title, description: description, context: context, align: align, headlineVersion: "M" }), jsx(LinkDocsList, { className: `mt-8 ${linkColumnsModeStyleMap[columnsMode]}`, columnsMode: columnsMode, documents: documents, icon: icon })] }));
541
577
  });
542
578
 
543
579
  const pictureTextStyleMap = {
@@ -570,13 +606,15 @@
570
606
  const hashIndex = href.indexOf('#');
571
607
  return hashIndex !== -1 ? href.substring(hashIndex, href.length) : undefined;
572
608
  };
609
+ const isHash = (href) => href?.startsWith('#');
573
610
 
574
611
  var url = /*#__PURE__*/Object.freeze({
575
612
  __proto__: null,
576
613
  isURL: isURL,
577
614
  withoutQuery: withoutQuery,
578
615
  getOrigin: getOrigin,
579
- getHash: getHash
616
+ getHash: getHash,
617
+ isHash: isHash
580
618
  });
581
619
 
582
620
  const MOBILE_URL_PATH = '/mobile';
@@ -609,7 +647,7 @@
609
647
  const isLocalHref = href && !isURL(href);
610
648
  const isLocalTarget = !link.target || link.target === '_self';
611
649
  if (isLocalHref && isLocalTarget) {
612
- ev.preventDefault();
650
+ ev?.preventDefault();
613
651
  router.push(href);
614
652
  }
615
653
  }, link),
@@ -631,14 +669,14 @@
631
669
 
632
670
  const ButtonInner = JSX((props) => {
633
671
  const { text, aboveText, appendLeft, appendRight } = props;
634
- return (jsxs("div", { className: getButtonStyle(props), children: [appendLeft ? appendLeft : null, isWithText(props) ? (jsxs("div", { children: [jsx("div", { className: "text-m-2xs font-light text-left", children: aboveText }), jsx("div", { className: "text-base text-left", children: text })] })) : null, appendRight ? appendRight : null] }));
672
+ return (jsxs("div", { className: getButtonStyle(props), children: [appendLeft ? appendLeft : null, isWithText(props) ? (jsxs("div", { children: [jsx("div", { className: "text-xs text-left", children: aboveText }), jsx("div", { className: `text-left ${aboveText ? 'text-s -mt-0.5' : 'text-l'}`, children: text })] })) : null, appendRight ? appendRight : null] }));
635
673
  });
636
674
  const getButtonStyle = (props) => {
637
675
  const { version, aboveText, rounded } = props;
638
676
  if (version === 'link') {
639
677
  return '';
640
678
  }
641
- const withTextStyle = `px-9 gap-2 ${aboveText ? 'py-2' : 'py-4'}`;
679
+ const withTextStyle = `gap-2 ${aboveText ? 'py-2.5 px-7' : 'py-4 px-9'}`;
642
680
  return [
643
681
  'flex items-center justify-center',
644
682
  isWithText(props) ? withTextStyle : 'h-12 w-12',
@@ -649,7 +687,7 @@
649
687
 
650
688
  const buttonStyleMap = {
651
689
  primary: 'text-white bg-primary-main hover:bg-primary-hover active:bg-primary-active',
652
- secondary: 'text-primary-main bg-secondary-light hover:bg-secondary-hover active:bg-secondary-active',
690
+ secondary: 'text-primary-main bg-main-divider hover:text-white hover:bg-primary-hover active:bg-primary-active',
653
691
  link: '',
654
692
  };
655
693
  const buttonDisabledStyleMap = {
@@ -664,16 +702,16 @@
664
702
  return disabled ? (jsx(DisabledButton, { rounded: rounded, ...rest, children: buttonInner })) : (jsx(RegularButton, { rounded: rounded, ...rest, children: buttonInner }));
665
703
  });
666
704
  const RegularButton = JSX(({ className = '', ariaLabel, version = 'none', rounded, href, target, children, onClick, ...rest }) => {
667
- return (jsx("a", { className: `${buttonStyle} inline-block cursor-pointer no-underline ${buttonStyleMap[version] || ''} ${rounded ? 'rounded-full' : 'rounded-md'} ${className}`, href: href, target: target, onClick: onClick, "aria-label": ariaLabel, role: href ? 'link' : 'button', ...rest, children: children }));
705
+ return (jsx("a", { className: `${buttonStyle} inline-block cursor-pointer no-underline focus:border-primary-focus focus:border ${buttonStyleMap[version] || ''} ${rounded ? 'rounded-full' : 'rounded-md'} ${className}`, href: href, target: target, onClick: onClick, "aria-label": ariaLabel, role: href ? 'link' : 'button', ...rest, children: children }));
668
706
  });
669
707
  const DisabledButton = JSX(({ className, children, ariaLabel, version = 'none', rounded }) => {
670
- return (jsx("div", { role: "button", "aria-disabled": "true", "aria-label": ariaLabel, tabIndex: "-1", className: `inline-block ${buttonStyle} ${buttonDisabledStyleMap[version] || ''} ${rounded ? 'rounded-full' : 'rounded-md'} ${className || ''}`, children: children }));
708
+ return (jsx("div", { role: "button", "aria-disabled": "true", "aria-label": ariaLabel, tabIndex: -1, className: `inline-block ${buttonStyle} ${buttonDisabledStyleMap[version] || ''} ${rounded ? 'rounded-full' : 'rounded-md'} ${className || ''}`, children: children }));
671
709
  });
672
710
 
673
711
  const ButtonSection = JSX(({ context, className = '', buttons }) => {
674
712
  const { handlerDecorator } = context;
675
713
  const router = context.useRouter();
676
- return buttons?.length ? (jsx("div", { className: className, children: buttons.map((button, index) => renderButton$2(useLink({ router, handlerDecorator }, button), index)) })) : null;
714
+ return buttons && buttons?.length ? (jsx("div", { className: className, children: buttons.map((button, index) => renderButton$2(useLink({ router, handlerDecorator }, button), index)) })) : null;
677
715
  });
678
716
  function renderButton$2({ icon, iconRight, ...button }, i) {
679
717
  if (!button?.text) {
@@ -682,11 +720,6 @@
682
720
  return icon ? (jsx(Button, { appendLeft: jsx(Img, { image: icon, width: "24", height: "24", asSVG: true }), appendRight: jsx(Img, { image: iconRight, width: "24", height: "24", asSVG: true }), ...button }, String(i))) : (jsx(Button, { ...button }, String(i)));
683
721
  }
684
722
 
685
- const Description = JSX((props) => {
686
- const { className = '', description } = props;
687
- return jsx("div", { className: `font-normal text-base ${className}`, children: description });
688
- });
689
-
690
723
  const LIST_STYLE_CLASSES = {
691
724
  primary: 'rounded-full inline-block mr-3 mt-2',
692
725
  secondary: 'rounded-full inline-block mr-3 mt-2',
@@ -729,7 +762,7 @@
729
762
  : null }));
730
763
  });
731
764
 
732
- const BaseTile = JSX(({ className = '', title, children, buttons, image }) => {
765
+ const BaseTile = JSX(({ className = '', title = '', children, buttons, image }) => {
733
766
  return (jsxs("div", { className: `font-sans flex flex-col grow h-full items-start ${className}`, children: [title, jsxs("div", { className: "flex grow w-full justify-between", children: [jsxs("div", { className: "flex flex-col justify-between w-full", children: [jsx("div", { children: children }), buttons ? jsx("div", { children: buttons }) : null] }), image] })] }));
734
767
  });
735
768
 
@@ -743,7 +776,7 @@
743
776
  };
744
777
  function renderBenefit$1({ benefit, version = 'primary', benefitsVersion = 'normal' }, i) {
745
778
  const isIconWhite = benefitsVersion === 'white' || version === 'secondary';
746
- return (jsxs("div", { className: "flex gap-4 items-center", children: [benefit.icon ? (jsx(Img, { className: renderBenefitIconBgStyle(version, benefitsVersion), image: { ...benefit?.icon, iconVersion: isIconWhite ? 'white' : 'normal' }, width: "24", height: "24", asSVG: true })) : null, jsxs("div", { className: "flex gap-0.5 flex-col h-full max-w-[149px] min-w-[149px]", children: [jsx("div", { className: `text-xl-light m-0 ${benefitTitleStyleMap[version]}`, children: benefit.label }), benefit.description ? (jsx("div", { className: `font-light text-m-md ${benefitDescStyleMap[version]}`, children: benefit.description })) : null] })] }, String(i)));
779
+ return (jsxs("div", { className: "flex gap-4 items-center", children: [benefit.icon ? (jsx(Img, { className: renderBenefitIconBgStyle(version, benefitsVersion), image: { ...benefit?.icon, iconVersion: isIconWhite ? 'white' : 'normal' }, width: "24", height: "24", asSVG: true })) : null, jsxs("div", { className: "flex gap-0.5 flex-col h-full max-w-[149px] min-w-[149px]", children: [jsx("div", { className: `text-h6 m-0 ${benefitTitleStyleMap[version]}`, children: benefit.label }), benefit.description ? (jsx("div", { className: `text-m ${benefitDescStyleMap[version]}`, children: benefit.description })) : null] })] }, String(i)));
747
780
  }
748
781
  function renderBenefitIconBgStyle(version, benefitsVersion) {
749
782
  let bgColorStyle = 'bg-primary-main text-black';
@@ -756,22 +789,18 @@
756
789
  return `w-[50px] h-[50px] min-w-[50px] min-h-[50px] rounded-full p-[10px] box-border ${bgColorStyle}`;
757
790
  }
758
791
 
759
- const ProductBlockInner = JSX(({ className = '', context, title, headingType = 'h2', description, benefits, benefitsVersion = 'normal', buttons, image, items, version = 'primary', isDotted = true, textBlockClassName = '', }) => {
760
- const textColor = version === 'secondary' ? 'text-white' : 'text-primary-text';
761
- return (jsxs("div", { className: `flex grow justify-between items-stretch ${className}`, children: [jsx("div", { className: `flex flex-col ${textBlockClassName}`, children: jsxs(BaseTile, { context: context, title: getTitle(title, headingType), buttons: getButtons(context, buttons), children: [description ? (jsx(Description, { className: `mt-4 max-w-[600px] text-md font-light ${textColor}`, description: description })) : null, benefits?.filter((_) => _.label)?.length ? (jsx("div", { className: "flex gap-6 mt-6", children: benefits.map((benefit, i) => renderBenefit$1({ benefit, version, benefitsVersion }, i)) })) : null, items?.length ? (jsx(List, { className: "mt-5 text-title-2xs font-light", items: items, itemClassName: "mb-[7px]", version: version, isDotted: isDotted })) : null] }) }), image?.src && jsx(Img, { className: "mt-[-50px]", image: image })] }));
792
+ const ProductBlockInner = JSX(({ className = '', context, title, headlineVersion = 'L', description, benefits, benefitsVersion = 'normal', buttons, image, items, version = 'primary', isDotted = true, textBlockClassName = '', }) => {
793
+ return (jsxs("div", { className: `flex grow justify-between items-stretch h-full ${className}`, children: [jsxs("div", { className: `flex flex-col ${textBlockClassName}`, children: [jsx(Headline, { context: context, title: title, description: description, className: `!p-0 max-w-[600px]`, bgColorHeadline: version, headlineVersion: headlineVersion, align: "left" }), jsxs(BaseTile, { context: context, buttons: getButtons(context, buttons), children: [benefits?.filter((_) => _.label)?.length ? (jsx("div", { className: "flex gap-6 mt-6", children: benefits.map((benefit, i) => renderBenefit$1({ benefit, version, benefitsVersion }, i)) })) : null, items?.length ? (jsx(List, { className: "mt-5 text-h6 font-light", items: items, itemClassName: "mb-[7px]", version: version, isDotted: isDotted })) : null] })] }), image?.src && jsx(Img, { className: "mt-[-50px]", image: image })] }));
762
794
  });
763
- const getTitle = (title, headingType) => {
764
- return title ? (jsx(Heading, { headingType: headingType, title: title, className: "whitespace-pre-wrap max-w-[600px]" })) : null;
765
- };
766
795
  const getButtons = (context, buttons) => {
767
- return buttons?.length ? (jsx(ButtonSection, { context: context, buttons: buttons, className: "flex mt-9 gap-4" })) : null;
796
+ return buttons?.length ? (jsx(ButtonSection, { context: context, buttons: buttons, className: "flex gap-4" })) : null;
768
797
  };
769
798
 
770
799
  function renderBackwardButton(button, version, className) {
771
800
  const { text, href, target, onClick } = button;
772
801
  const iconVersion = version === 'primary' ? 'white' : 'black';
773
802
  const backwardIcon = button?.icon || { icon: 'ArrowLeftIcon' };
774
- return (jsxs("div", { className: `flex items-center ${className}`, children: [jsx(Button, { version: version, rounded: true, className: "w-12 h-12 min-h-12 min-w-12 flex items-center justify-center mr-3", ariaLabel: text, href: href, target: target, onClick: onClick, children: jsx(Img, { className: "w-4 h-4", image: { ...backwardIcon, iconVersion }, asSVG: true }) }), text ? jsx("span", { className: "text-m-md font-light", children: text }) : null] }));
803
+ return (jsxs("div", { className: `flex items-center ${className}`, children: [jsx(Button, { version: version, rounded: true, className: "w-12 h-12 min-h-12 min-w-12 flex items-center justify-center mr-3", ariaLabel: text, href: href, target: target, onClick: onClick, children: jsx(Img, { className: "w-4 h-4", image: { ...backwardIcon, iconVersion }, asSVG: true }) }), text ? jsx("span", { className: "text-m", children: text }) : null] }));
775
804
  }
776
805
 
777
806
  const productBlockStyleMap$1 = {
@@ -786,9 +815,10 @@
786
815
  const { context, className = '', breadcrumbs, backwardButton, version = 'primary', ...otherProps } = props;
787
816
  const router = context.useRouter();
788
817
  const { handlerDecorator } = context;
789
- return (jsxs(BlockWrapper, { context: context, className: `font-sans overflow-hidden pt-[50px] pl-[50px] pb-[50px] pr-[7.5rem] box-border min-h-[420px] ${productBlockStyleMap$1[version]} ${className}`, ...otherProps, children: [backwardButton?.text
818
+ return (jsxs(BlockWrapper, { context: context, className: `font-sans overflow-hidden pt-[50px] pl-[50px] pb-[50px] pr-[7.5rem] box-border
819
+ ${backwardButton?.text ? 'min-h-[542px] max-h-[542]' : 'min-h-[454px] max-h-[454px]'} ${productBlockStyleMap$1[version]} ${className}`, ...otherProps, children: [backwardButton?.text
790
820
  ? renderBackwardButton(useLink({ router, handlerDecorator }, backwardButton), version, 'mb-10 -mt-2.5')
791
- : null, breadcrumbs?.length ? (jsx("div", { className: "text-xs mb-6", children: joinList(jsx("span", { className: `mx-2 ${breadcrumbsStyleMap[version]}`, children: "/" }))(breadcrumbs.map((breadcrumb, i) => (jsx(Breadcrumb, { ...useLink({ router, handlerDecorator }, { className: breadcrumbsStyleMap[version], ...breadcrumb }) }, String(i))))) })) : null, jsx(ProductBlockInner, { context: context, version: version, ...otherProps })] }));
821
+ : null, breadcrumbs?.length ? (jsx("div", { className: "text-xs mb-6", children: joinList(jsx("span", { className: `mx-2 ${breadcrumbsStyleMap[version]}`, children: "/" }))(breadcrumbs.map((breadcrumb, i) => (jsx(Breadcrumb, { ...useLink({ router, handlerDecorator }, { className: breadcrumbsStyleMap[version], ...breadcrumb }) }, String(i))))) })) : null, jsx(ProductBlockInner, { context: context, version: version, ...otherProps, className: backwardButton?.text ? 'pb-[88px]' : '' })] }));
792
822
  });
793
823
 
794
824
  const textBlockStyleMaps = {
@@ -860,25 +890,25 @@
860
890
  };
861
891
  const Tile = JSX((props) => {
862
892
  const { context, title, headingType = 'h3', description, items, children, buttons, image, isDotted = true, className = '', version = 'primary', ...rest } = props;
863
- const headingTextClassName = version === 'primary' ? 'text-primary-text' : '';
864
- return (jsx(BlockWrapper, { context: context, className: `overflow-hidden font-sans p-9 pr-3 box-border ${className} ${tileStyleMap[version]} ${getTileRightPadding(className)} ${getTileMinHeight(className)} `, ...rest, children: jsxs(BaseTile, { context: context, title: title ? (jsx(Heading, { headingType: headingType, as: "h3", title: title, className: `whitespace-pre-wrap max-w-[600px] mb-3 ${headingTextClassName}` })) : null, buttons: buttons?.length ? (jsx(ButtonSection, { context: context, buttons: buttons.map((button) => ({ ...button, className: 'w-[158px]' })), className: "flex mt-9 gap-3" })) : null, image: image?.src && jsx(Img, { className: "mt-auto ml-7", image: image }), children: [description ? (jsx(Description, { className: "max-w-[600px] text-title-new-sm font-light", description: description })) : null, children, renderList$2(items, version, isDotted)] }) }));
893
+ return (jsx(BlockWrapper, { context: context, className: `overflow-hidden font-sans p-9 pr-3 box-border ${className} ${tileStyleMap[version]} ${getTileRightPadding(className)} ${getTileMinHeight(className)} `, ...rest, children: jsxs(BaseTile, { context: context, title: title ? (jsx(Heading, { headingType: headingType, as: "h3", title: title, className: `whitespace-pre-wrap max-w-[600px] text-h4
894
+ ${version === 'primary' ? 'text-primary-text' : ''}` })) : null, buttons: buttons?.length ? (jsx(ButtonSection, { context: context, buttons: buttons.map((button) => ({ ...button, className: 'w-[158px]' })), className: "flex mt-9 gap-3" })) : null, image: image?.src ? jsx(Img, { className: "mt-auto ml-7", image: image }) : null, children: [description ? (jsx(Description, { className: "max-w-[600px] text-xl-light mt-2", description: description })) : null, children, renderList$2(items, version, isDotted)] }) }));
865
895
  });
866
896
  function renderList$2(items, version, isDotted) {
867
897
  const listVersion = version === 'primary' ? 'tile' : 'tile-white';
868
- return items?.length ? (jsx(List, { items: items, isDotted: isDotted, itemClassName: "text-title-2xs font-light mt-2", version: listVersion })) : null;
898
+ return items?.length ? (jsx(List, { items: items, isDotted: isDotted, itemClassName: "text-h6 font-light mt-2", version: listVersion })) : null;
869
899
  }
870
900
 
871
901
  const productTileStyleMap = {
872
902
  primary: 'bg-white text-primary-text',
873
903
  secondary: 'bg-primary-main text-white',
874
904
  };
875
- const ProductTile = JSX(({ context, className = '', title, headingType = 'h3', description, additionalDescription, benefits, buttons, image, version = 'primary', ...rest }) => {
876
- return (jsxs(BlockWrapper, { context: context, className: `bg-white overflow-hidden text-primary-text font-sans p-9 box-border min-h-[364px] relative justify-between grid ${className} ${productTileStyleMap[version]} ${getTileRightPadding(className)} ${getTileMinHeight(className)} `, ...rest, children: [jsxs("div", { className: "z-[1]", children: [title ? (jsx(Heading, { headingType: headingType, as: "h3", title: title, className: `whitespace-pre-wrap text-h4` })) : null, description ? (jsx(Description, { className: "mt-2 text-md font-light", description: description })) : null, renderBenefits$1(benefits || [], version), additionalDescription
905
+ const ProductTile = JSX(({ context, className = '', title, headlineVersion = 'S', description, additionalDescription, benefits, buttons, image, version = 'primary', ...rest }) => {
906
+ return (jsxs(BlockWrapper, { context: context, className: `bg-white overflow-hidden text-primary-text font-sans p-9 box-border min-h-[364px] relative justify-between grid ${className} ${productTileStyleMap[version]} ${getTileRightPadding(className)} ${getTileMinHeight(className)} `, ...rest, children: [jsxs("div", { className: "z-[1]", children: [jsx(Headline, { context: context, className: "!p-0", title: title, description: description, headlineVersion: headlineVersion, bgColorHeadline: version, align: "left" }), renderBenefits$1(benefits || [], version), additionalDescription
877
907
  ? renderAdditionalDescription(additionalDescription, version)
878
908
  : null] }), buttons?.length ? (jsx(ButtonSection, { context: context, buttons: buttons, className: "flex self-end mt-5 gap-4 z-[1]" })) : null, image?.src ? jsx(Img, { className: "absolute right-0 bottom-0", image: image }) : null] }));
879
909
  });
880
910
  function renderBenefits$1(benefits, version) {
881
- return (jsxs("div", { className: "flex mt-4", children: [benefits.length ? (jsx("div", { className: "mr-6 gap-2.5 text-title-2xs", children: benefits.map(renderBenefitLabel) })) : null, benefits.length ? (jsx("div", { className: "pt-1 text-m", children: benefits.map((_, i) => renderBenefitDescription(_, i, version)) })) : null] }));
911
+ return (jsxs("div", { className: "flex mt-4", children: [benefits.length ? (jsx("div", { className: "mr-6 gap-2.5 text-h6", children: benefits.map(renderBenefitLabel) })) : null, benefits.length ? (jsx("div", { className: "pt-1 text-m", children: benefits.map((_, i) => renderBenefitDescription(_, i, version)) })) : null] }));
882
912
  }
883
913
  function renderBenefitLabel(benefit, i) {
884
914
  return (jsx("div", { className: `${i ? 'mt-2.5' : ''}`, children: benefit.label }, String(i)));
@@ -898,9 +928,9 @@
898
928
  return jsx("div", { className: `text-m mt-2.5 ${descStyleMap[version]}`, children: additionalDescription });
899
929
  }
900
930
 
901
- const ArrowButton = JSX(({ className, disabled, ...rest }) => (jsx(Button, { rounded: true, className: `shadow-[0_4px_25px_rgba(0,0,0,0.07)] w-12 h-12 min-h-12 max-h-12 flex items-center justify-center ${disabled
931
+ const ArrowButton = JSX(({ className, disabled, ...rest }) => (jsx(Button, { rounded: true, className: `group shadow-[0_4px_25px_rgba(0,0,0,0.07)] w-12 h-12 min-h-12 max-h-12 flex items-center justify-center ${disabled
902
932
  ? 'bg-secondary-light text-secondary-text'
903
- : 'bg-white text-primary-text hover:text-primary-main'} ${className || ''}`, disabled: disabled, ...rest, children: jsx(Img, { className: "w-4 h-4 min-w-4 min-h-4 rounded-full box-border", image: { icon: 'ArrowLeftIcon', iconVersion: 'black' }, width: "16", height: "16", asSVG: true }) })));
933
+ : 'bg-white text-primary-text hover:text-primary-main'} ${className || ''}`, disabled: disabled, ...rest, children: jsx(Img, { className: "w-4 h-4 min-w-4 min-h-4 rounded-full box-border", image: { icon: 'ArrowLeftIcon', iconVersion: 'black' }, imageClassName: "group-hover:text-primary-main", width: "16", height: "16", asSVG: true }) })));
904
934
 
905
935
  function renderArrows({ handler, isShown, btnClass, className = '', isDisabled = false, }) {
906
936
  return (jsxs("div", { children: [isShown[0] || isDisabled ? (jsx(ArrowButton, { className: `absolute z-10 ${btnClass[0]} ${className}`, onClick: handler[0], ariaLabel: "\u041F\u0440\u043E\u043B\u0438\u0441\u0442\u0430\u0442\u044C \u0432\u043B\u0435\u0432\u043E", "data-block-control": "scroll-left", disabled: !isShown[0] })) : null, isShown[1] || isDisabled ? (jsx(ArrowButton, { className: `absolute z-10 rotate-180 ${btnClass[1]} ${className}`, onClick: handler[1], ariaLabel: "\u041F\u0440\u043E\u043B\u0438\u0441\u0442\u0430\u0442\u044C \u0432\u043F\u0440\u0430\u0432\u043E", "data-block-control": "scroll-right", disabled: !isShown[1] })) : null] }));
@@ -925,7 +955,7 @@
925
955
 
926
956
  const GalleryCardInner = JSX(({ title, description, image, items, button, version, isDotted = true }) => {
927
957
  const titleStyleClasses = getTitleStyle(version);
928
- return (jsxs("div", { className: "h-full flex flex-col justify-between text-center", children: [jsxs("div", { children: [image?.src ? (jsx("div", { className: "flex justify-center", children: jsx(Img, { className: "mb-6", image: image }) })) : null, title ? renderCardTitle(title, titleStyleClasses) : null, description ? (jsx("div", { className: `font-light text-m-md-new ${title ? 'mt-2' : ''}`, children: description })) : null, items?.length ? renderItems(items, isDotted, version) : null] }), button?.text ? renderButton$1(button) : null] }));
958
+ return (jsxs("div", { className: "h-full flex flex-col justify-between text-center", children: [jsxs("div", { children: [image?.src ? (jsx("div", { className: "flex justify-center", children: jsx(Img, { className: "mb-6", image: image }) })) : null, title ? renderCardTitle(title, titleStyleClasses) : null, description ? jsx("div", { className: `text-m${title ? 'mt-2' : ''}`, children: description }) : null, items?.length ? renderItems(items, isDotted, version) : null] }), button?.text ? renderButton$1(button) : null] }));
929
959
  });
930
960
  function renderButton$1(button) {
931
961
  return (jsx(Button, { className: "mt-6 w-full", appendLeft: button.icon && jsx(Img, { image: button.icon, width: "24px", height: "24px", asSVG: true }), ...button }));
@@ -943,7 +973,7 @@
943
973
  }
944
974
 
945
975
  const GalleryContainer = JSX(({ context, title, description, cards = [], version = 'normal', activeCardIndex }) => {
946
- return (jsxs("div", { children: [jsx("div", { className: "absolute top-0 left-0 bottom-0 w-[84px] bg-gradient-to-r from-white to-transparent" }), jsxs("div", { className: "flex flex-col items-center mb-8", children: [title ? jsx(Heading, { headingType: "h2", className: "text-center", title: title }) : null, description ? (jsx("div", { className: "font-light text-md max-w-[600px] mt-2.5", children: description })) : null] }), jsx("div", { className: `flex ${cards?.length <= galleryLengthForScrollMap[version] ? 'justify-center' : ''} duration-1000`, style: { transform: `translateX(-${activeCardIndex * cardWidthMap[version]}px)` }, role: "list", children: cards?.map((card, i) => renderCard({ card, version, context }, i)) })] }));
976
+ return (jsxs("div", { children: [jsx("div", { className: "absolute top-0 left-0 bottom-0 w-[84px] bg-gradient-to-r from-white to-transparent" }), jsxs("div", { className: "flex flex-col items-center mb-8", children: [title ? jsx(Heading, { headingType: "h2", className: "text-center", title: title }) : null, description ? (jsx("div", { className: "text-xl-light max-w-[600px] mt-2.5", children: description })) : null] }), jsx("div", { className: `flex ${cards?.length <= galleryLengthForScrollMap[version] ? 'justify-center' : ''} duration-1000`, style: { transform: `translateX(-${activeCardIndex * cardWidthMap[version]}px)` }, role: "list", children: cards?.map((card, i) => renderCard({ card, version, context }, i)) })] }));
947
977
  });
948
978
  function renderCard({ card, version }, i) {
949
979
  return (jsx("section", { className: `box-border border-solid border border-main-stroke p-6 mx-2 flex flex-col justify-between
@@ -1015,15 +1045,15 @@
1015
1045
  const [isActive, setIsActive] = context.useState(initialState);
1016
1046
  const hasContent = blocks?.length;
1017
1047
  const icon = isActive ? 'MinusIcon' : 'PlusIcon';
1018
- const getContentBlock = ({ currentTarget }) => currentTarget.nextSibling;
1019
1048
  const handleToggle = (e) => {
1020
- if (!hasContent) {
1049
+ const currentTarget = e.currentTarget;
1050
+ if (!currentTarget) {
1021
1051
  return;
1022
1052
  }
1023
1053
  setIsActive(!isActive);
1024
- const contentBlock = getContentBlock(e);
1054
+ const contentBlock = currentTarget.nextSibling;
1025
1055
  contentBlock.style.maxHeight = contentBlock.style.maxHeight
1026
- ? null
1056
+ ? ''
1027
1057
  : `${contentBlock.scrollHeight}px`;
1028
1058
  };
1029
1059
  return { isActive, hasContent, icon, handleToggle };
@@ -1046,7 +1076,7 @@
1046
1076
  right: 'text-right',
1047
1077
  };
1048
1078
  const Accordion = JSX(({ title, description, accordionItems, context, className = '', accordionAlignTitle = 'center', ...rest }) => {
1049
- return (jsxs(BlockWrapper, { context: context, className: `p-[50px] font-sans bg-white text-primary-text ${className}`, ...rest, children: [title ? (jsx(Heading, { headingType: "h4", className: `mb-2.5 ${ALIGN_TITLE[accordionAlignTitle]}`, title: title })) : null, description ? jsx("div", { className: "mb-2.5 text-base", children: description }) : null, accordionItems?.length ? (jsx("ul", { className: "list-none m-0 p-0", children: accordionItems.map((item, i) => (jsx(AccordionItem, { ...item, context: context }, `AccordionItem${i}`))) })) : null] }));
1079
+ return (jsxs(BlockWrapper, { context: context, className: `p-[50px] font-sans bg-white text-primary-text ${className}`, ...rest, children: [title ? (jsx(Heading, { headingType: "h4", className: `mb-2.5 ${ALIGN_TITLE[accordionAlignTitle]}`, title: title })) : null, description ? jsx("div", { className: "mb-2.5 text-l", children: description }) : null, accordionItems?.length ? (jsx("ul", { className: "list-none m-0 p-0", children: accordionItems.map((item, i) => (jsx(AccordionItem, { ...item, context: context }, `AccordionItem${i}`))) })) : null] }));
1050
1080
  });
1051
1081
 
1052
1082
  const BenefitsBlock = JSX(({ className = '', headingType = 'h2', title, benefitList, ...rest }) => {
@@ -1064,7 +1094,7 @@
1064
1094
  if (!benefitType) {
1065
1095
  return null;
1066
1096
  }
1067
- return description ? (jsx("div", { className: "font-light text-base text-secondary-text mt-2", children: benefitType === 'list'
1097
+ return description ? (jsx("div", { className: "text-l-light text-secondary-text mt-2", children: benefitType === 'list'
1068
1098
  ? renderListBenefit(description)
1069
1099
  : renderTextBenefit(description) })) : null;
1070
1100
  };
@@ -1076,9 +1106,9 @@
1076
1106
 
1077
1107
  const Bonus = JSX((props) => {
1078
1108
  const { className = '', title, description, bonusItems, ...rest } = props;
1079
- return (jsx(BlockWrapper, { className: `font-sans bg-white p-[50px] pb-9 ${className}`, ...rest, children: jsxs("div", { className: "container", children: [title ? jsx(Heading, { headingType: "h3", className: "text-center", title: title }) : null, description ? (jsx("div", { className: "text-md font-light text-center mt-[10px]", children: description })) : null, jsx("div", { className: "flex flex-wrap w-full mt-9", children: bonusItems
1109
+ return (jsx(BlockWrapper, { className: `font-sans bg-white p-[50px] pb-9 ${className}`, ...rest, children: jsxs("div", { className: "container", children: [title ? jsx(Heading, { headingType: "h3", className: "text-center", title: title }) : null, description ? (jsx("div", { className: "text-xl-light text-center mt-[10px]", children: description })) : null, jsx("div", { className: "flex flex-wrap w-full mt-9", children: bonusItems
1080
1110
  ? bonusItems.map((_, i) => {
1081
- return (jsx("div", { className: "flex-grow w-[49%] border border-gray pl-9 pt-9 pr-6 pb-6 mb-[14px] mx-[7px] even:mr-0 odd:ml-0 last:odd:mx-0", children: jsxs("div", { className: "flex justify-between w-full", children: [jsxs("div", { className: "mr-4", children: [jsx("div", { className: "text-title-sm", children: _.title }), jsx("div", { className: "text-md font-light mt-[14px] max-w-[488px]", children: _.description })] }), _.bonusCount ? (jsxs("div", { className: "relative -bottom-3 h-auto flex items-end mt-14 shrink-0", children: [jsx("span", { className: "font-mohave -tracking-[5px] text-title-extra bg-clip-text text-transparent bg-green-to-yellow -mb-7", children: _.bonusCount }), jsx("span", { className: "text-[44px] bg-clip-text text-transparent bg-green-to-yellow", children: _.bonusName })] })) : null] }) }, String(i)));
1111
+ return (jsx("div", { className: "flex-grow w-[49%] border border-gray pl-9 pt-9 pr-6 pb-6 mb-[14px] mx-[7px] even:mr-0 odd:ml-0 last:odd:mx-0", children: jsxs("div", { className: "flex justify-between w-full", children: [jsxs("div", { className: "mr-4", children: [jsx("div", { className: "text-h4", children: _.title }), jsx("div", { className: "text-xl-light mt-[14px] max-w-[488px]", children: _.description })] }), _.bonusCount ? (jsxs("div", { className: "relative -bottom-3 h-auto flex items-end mt-14 shrink-0", children: [jsx("span", { className: "font-mohave -tracking-[5px] text-title-extra bg-clip-text text-transparent bg-green-to-yellow -mb-7", children: _.bonusCount }), jsx("span", { className: "text-[44px] bg-clip-text text-transparent bg-green-to-yellow", children: _.bonusName })] })) : null] }) }, String(i)));
1082
1112
  })
1083
1113
  : null })] }) }));
1084
1114
  });
@@ -1100,13 +1130,13 @@
1100
1130
  return (jsxs(BlockWrapper, { className: `font-sans text-primary-text bg-white p-50 flex flex-col text-center ${className}`, ...rest, children: [title ? jsx(Heading, { headingType: "h3", className: "mb-[10px]", title: title }) : null, subtitle ? jsx("span", { className: "text-md font-normal", children: subtitle }) : null, bonusBenefits?.length ? (jsx("div", { className: `grid gap-1 ${getElementsColsValue(className)}`, children: bonusBenefits.map(renderBonusBenefit) })) : null] }));
1101
1131
  });
1102
1132
  const renderBonusBenefit = (bonusBenefit, i) => {
1103
- return (jsxs("div", { className: "flex flex-col items-center max-w-[292px]", children: [bonusBenefit?.icon ? (jsx(Img, { className: "h-[180px] w-[160px] min-w-[160px] min-h-[160px]", image: bonusBenefit.icon, width: "160", height: "180" })) : null, jsx("div", { children: bonusBenefit?.label ? jsx("span", { className: "title-2xs m-0", children: bonusBenefit.label }) : null })] }, String(i)));
1133
+ return (jsxs("div", { className: "flex flex-col items-center max-w-[292px]", children: [bonusBenefit?.icon ? (jsx(Img, { className: "h-[180px] w-[160px] min-w-[160px] min-h-[160px]", image: bonusBenefit.icon, width: "160", height: "180" })) : null, jsx("div", { children: bonusBenefit?.label ? jsx("span", { className: "text-h6 m-0", children: bonusBenefit.label }) : null })] }, String(i)));
1104
1134
  };
1105
1135
 
1106
1136
  const addSpacesBetweenNumbers = (number) => new Intl.NumberFormat('ru-RU', { maximumSignificantDigits: 3 }).format(number);
1107
1137
 
1108
1138
  const CalculatorValueBlock = JSX(({ title, value, postfix = '', prefix, className = '' }) => {
1109
- return (jsxs("div", { className: `mb-5 ${className}`, children: [title ? jsx("div", { className: "text-base font-light", children: title }) : null, value ? (jsxs("div", { className: "text-title font-normal", children: [prefix, " ", addSpacesBetweenNumbers(Math.round(value)), " ", postfix] })) : null] }));
1139
+ return (jsxs("div", { className: `mb-5 ${className}`, children: [title ? jsx("div", { className: "text-l-light", children: title }) : null, value ? (jsxs("div", { className: "text-h3", children: [prefix, " ", addSpacesBetweenNumbers(Math.round(value)), " ", postfix] })) : null] }));
1110
1140
  });
1111
1141
 
1112
1142
  const DEFAULT_MIN_SUM = 60000;
@@ -1146,7 +1176,7 @@
1146
1176
  const CREDIT_CALC_DEFAULT_DIR = 'credit-calculator-data';
1147
1177
  const BONUS_CALC_DEFAULT_DIR = 'bonus-calculator-data';
1148
1178
 
1149
- const Rate = JSX(({ rate, title = 'Ставка', unit, rateBlockClassName }) => (jsxs("div", { children: [jsx("div", { className: "text-sm font-light ml-3", children: title }), jsxs("div", { className: "flex justify-start", children: [jsx("span", { className: `block calc-rate-text font-mohave text-highlighted pr-6 -mt-4 ${rateBlockClassName}`, children: String(rate).replace('.', ',') }), unit ? jsx("span", { className: "calc-rate-text text-[65px] leading-[75px]", children: unit }) : ''] })] })));
1179
+ const Rate = JSX(({ rate, title = 'Ставка', unit, rateBlockClassName }) => (jsxs("div", { children: [jsx("div", { className: "text-l-light ml-3", children: title }), jsxs("div", { className: "flex justify-start", children: [jsx("span", { className: `block calc-rate-text font-mohave text-title-huge pr-6 -mt-4 ${rateBlockClassName}`, children: String(rate).replace('.', ',') }), unit ? jsx("span", { className: "calc-rate-text text-[65px] leading-[75px]", children: unit }) : ''] })] })));
1150
1180
 
1151
1181
  function renderButtonSection(context, buttons) {
1152
1182
  return buttons?.length ? (jsx(ButtonSection, { context: context, buttons: buttons, className: "flex flex-col mt-7 gap-2" })) : null;
@@ -1174,7 +1204,7 @@
1174
1204
  onChange(max);
1175
1205
  }
1176
1206
  };
1177
- return (jsxs("div", { className: className, children: [jsxs("label", { className: "block relative", children: [title ? jsx("span", { className: "text-base text-secondary-text pl-4", children: title }) : null, jsx("input", { className: `m-0 mt-[5px] font-sans text-title w-full h-14 border border-solid border-main-stroke rounded-md
1207
+ return (jsxs("div", { className: className, children: [jsxs("label", { className: "block relative", children: [title ? jsx("span", { className: "text-l text-secondary-text pl-4", children: title }) : null, jsx("input", { className: `m-0 mt-[5px] font-sans text-h3 w-full h-14 border border-solid border-main-stroke rounded-md
1178
1208
  outline-none p-0 pl-4 box-border text-primary-text`, value: addSpacesBetweenNumbers(value), onChange: (e) => handleChange(e.target.value), onBlur: handleBlur }), jsx("div", { className: "absolute inset-x-0 bottom-[-4px] px-4 leading-[18px]", children: jsx("input", { className: "box-border w-full m-0 cursor-pointer slider", type: "range", min: min, max: max, step: step, value: value, onChange: (e) => handleChange(e.target.value), style: inputStyle }) })] }), jsx("div", { className: "flex justify-between my-3", children: items.map((item, i) => (jsx("span", { className: "text-sm leading-[14px] text-secondary-text pl-4", children: item }, String(i)))) })] }));
1179
1209
  });
1180
1210
 
@@ -1211,7 +1241,7 @@
1211
1241
  return await response.json();
1212
1242
  }
1213
1243
 
1214
- const getBonusCalculatorParams = (context, userInputParams, sourceBookDir) => {
1244
+ const useBonusCalculatorParams = (context, userInputParams, sourceBookDir) => {
1215
1245
  const { travelExpenseValue, restExpenseValue } = userInputParams;
1216
1246
  const bonusCalculatorSourceBookParams = useCalculatorParams(context.useAsyncData, sourceBookDir || BONUS_CALC_DEFAULT_DIR) || DEFAULT_BONUS_CALCULATOR_PARAMS;
1217
1247
  const [monthBonus, yearBonus] = getBonus(bonusCalculatorSourceBookParams, travelExpenseValue, restExpenseValue);
@@ -1223,14 +1253,14 @@
1223
1253
  };
1224
1254
  };
1225
1255
 
1226
- const BonusCalculatorForm = JSX(({ context, className = '', sourceBookDir, buttons }) => {
1256
+ const BonusCalculatorForm = JSX(({ context, className = '', sourceBookDir = '', buttons }) => {
1227
1257
  const [travelExpenseValue, setTravelExpenseValue] = context.useState(DEFAULT_TRAVEL_MIN_SUM);
1228
1258
  const [restExpenseValue, setRestExpenseValue] = context.useState(DEFAULT_REST_MIN_SUM);
1229
1259
  const userInputParams = {
1230
1260
  travelExpenseValue,
1231
1261
  restExpenseValue,
1232
1262
  };
1233
- const { minSumTravel, maxSumTravel, minSumOther, maxSumOther, monthBonus, yearBonus } = getBonusCalculatorParams(context, userInputParams, sourceBookDir);
1263
+ const { minSumTravel, maxSumTravel, minSumOther, maxSumOther, monthBonus, yearBonus } = useBonusCalculatorParams(context, userInputParams, sourceBookDir);
1234
1264
  return (jsxs("section", { className: className, children: [jsxs("div", { className: "w-[468px]", children: [renderWantedSumInput('Сумма покупок в категории путешествия, ₽', {
1235
1265
  minSum: minSumTravel,
1236
1266
  maxSum: maxSumTravel,
@@ -1264,7 +1294,7 @@
1264
1294
  ${checked ? 'border-black' : 'border-main-stroke'}
1265
1295
  checked:border-primary-main m-0`, type: "checkbox", onChange: (e) => {
1266
1296
  onChange(e.target.checked);
1267
- }, checked: checked }), isRadio ? (jsx("div", { className: "left-1 w-3 h-3 rounded-full bg-primary-main hidden absolute peer-checked:block" })) : (jsx(SVG, { paths: CHECK_PATHS, className: "hidden absolute left-1 ml-px peer-checked:block", width: "11", height: "9", fill: "white", viewBox: "0 0 11 9" })), text ? jsx("span", { className: "font-sans ml-3 text-m-base cursor-pointer", children: text }) : null] }) })));
1297
+ }, checked: checked }), isRadio ? (jsx("div", { className: "left-1 w-3 h-3 rounded-full bg-primary-main hidden absolute peer-checked:block" })) : (jsx(SVG, { paths: CHECK_PATHS, className: "hidden absolute left-1 ml-px peer-checked:block", width: "11", height: "9", fill: "white", viewBox: "0 0 11 9" })), text ? jsx("span", { className: "font-sans ml-3 text-l cursor-pointer", children: text }) : null] }) })));
1268
1298
 
1269
1299
  const STEP_MONTHS = 1;
1270
1300
  function renderMonthsInput(title, params, callback) {
@@ -1299,7 +1329,7 @@
1299
1329
  }
1300
1330
  };
1301
1331
 
1302
- const getCreditCalculatorParams = (context, userInputParams, sourceBookDir) => {
1332
+ const useCreditCalculatorParams = (context, userInputParams, sourceBookDir) => {
1303
1333
  const { isInsurance, isSalaryClient, isStateEmployee, moneyValue } = userInputParams;
1304
1334
  const data = useCalculatorParams(context.useAsyncData, sourceBookDir || CREDIT_CALC_DEFAULT_DIR);
1305
1335
  const creditCalculatorSourceBookParams = data?.rows.find((_) => {
@@ -1346,7 +1376,7 @@
1346
1376
  moneyValue,
1347
1377
  monthsValue,
1348
1378
  };
1349
- const calculatorParams = getCreditCalculatorParams(context, userInputParams, sourceBookDir);
1379
+ const calculatorParams = useCreditCalculatorParams(context, userInputParams, sourceBookDir);
1350
1380
  return (jsxs("section", { className: className, children: [jsxs("div", { className: "w-[468px]", children: [renderWantedSumInput('Сумма кредита, ₽', { ...calculatorParams, step: 500 }, setMoneyValue), renderMonthsInput('Срок кредита, месяцев', calculatorParams, setMonthsValue), jsxs("div", { className: "pt-7", children: [jsx(Checkbox, { text: "\u041F\u043E\u043B\u0443\u0447\u0430\u044E \u0437\u0430\u0440\u043F\u043B\u0430\u0442\u0443 \u043D\u0430 \u0441\u0447\u0451\u0442 \u0432 \u0420\u043E\u0441\u0441\u0435\u043B\u044C\u0445\u043E\u0437\u0431\u0430\u043D\u043A\u0435", checked: isSalaryClient, onChange: toggleIsSalaryClient }), jsx(Checkbox, { className: "mt-3", text: "\u0420\u0430\u0431\u043E\u0442\u0430\u044E \u0432 \u0431\u044E\u0434\u0436\u0435\u0442\u043D\u043E\u0439 \u043E\u0440\u0433\u0430\u043D\u0438\u0437\u0430\u0446\u0438\u0438", checked: isStateEmployee, onChange: toggleIsStateEmployee }), jsx(Checkbox, { className: "mt-3", text: "\u041A\u043E\u043C\u043F\u043B\u0435\u043A\u0441\u043D\u0430\u044F \u0441\u0442\u0440\u0430\u0445\u043E\u0432\u0430\u044F \u0437\u0430\u0449\u0438\u0442\u0430", checked: isInsurance, onChange: toggleIsInsurance })] })] }), jsx(Rate, { title: "\u0421\u0442\u0430\u0432\u043A\u0430", rate: calculatorParams.finalRate, rateBlockClassName: "tracking-[-25px]", unit: "%" }), jsxs("div", { className: "w-[351px]", children: [jsx(CalculatorValueBlock, { title: isAnnuity ? 'Ежемесячный платеж' : 'Платёж в первый месяц', value: calculatorParams.monthlyPayment, postfix: "\u20BD" }), renderPaymentTypeSelector(context, {
1351
1381
  items: paymentTypeItems,
1352
1382
  checkedItem: isAnnuity ? ANNUITY : DIFFERENTIAL,
@@ -1466,8 +1496,8 @@
1466
1496
  const btnClassName = isActiveBtn
1467
1497
  ? 'h-[88px] w-[387px] min-w-[387px] p-5 border-none bg-primary-main text-white'
1468
1498
  : `h-[77px] w-[322px] min-w-[322px] px-5 py-4 ease-in duration-300 bg-white text-primary-text`;
1469
- const btnTitleClassName = isActiveBtn ? 'text-md-new mb-1.5' : `text-base mb-[3px]`;
1470
- const btnDescClassName = isActiveBtn ? 'text-base text-white' : `text-m-md`;
1499
+ const btnTitleClassName = isActiveBtn ? 'text-xl mb-1.5' : `text-l mb-[3px]`;
1500
+ const btnDescClassName = isActiveBtn ? 'text-l text-white' : `text-m-md`;
1471
1501
  const iconClassName = isActiveBtn ? '' : `text-primary-main`;
1472
1502
  return (jsxs("button", { type: "button", onClick: onClick, "aria-label": tab?.title, className: `box-border font-sans relative border border-main-stroke cursor-pointer text-left border-b-0 flex
1473
1503
  ${btnClassName}`, children: [jsx(Img, { className: `h-[24px] w-[24px] min-w-[24px] min-h-[24px] mr-4 ${iconClassName}`, image: { ...tab?.icon, iconVersion: isActiveBtn ? 'white' : 'normal' }, width: "24", height: "24", asSVG: true }), jsxs("div", { className: "border-0", children: [jsx("div", { className: `font-medium ${btnTitleClassName}`, children: tab?.title }), jsx("div", { className: `text-secondary-text ${btnDescClassName}`, children: tab.description })] })] }, String(i)));
@@ -1486,7 +1516,7 @@
1486
1516
  white: 'bg-white',
1487
1517
  };
1488
1518
  const CatalogCard = JSX(({ className = '', title, description, image, price, button, colors }) => {
1489
- return (jsxs("section", { className: `border border-solid box-border p-[30px] min-w-[402px] flex flex-col justify-left ${className}`, role: "listitem", children: [image?.src ? jsx(Img, { className: "mb-5", image: image }) : null, title ? (jsx(Heading, { headingType: "h6", as: "h5", className: "text-left mb-1.5", title: title })) : null, description ? jsx("div", { className: "text-m-md text-left mb-4", children: description }) : null, colors?.length ? (jsxs("div", { className: "flex mb-4 text-m-md text-secondary-text", children: ["\u0414\u043E\u0441\u0442\u0443\u043F\u043D\u044B\u0435 \u0446\u0432\u0435\u0442\u0430: ", colors.map(renderColorOption)] })) : null, price ? jsxs("div", { className: "text-title-sm text-left", children: [price, "\u00A0\u20BD"] }) : null, button?.text ? jsx(Button, { className: "mt-6 w-full", ...button }) : null] }));
1519
+ return (jsxs("section", { className: `border border-solid box-border p-[30px] min-w-[402px] flex flex-col justify-left ${className}`, role: "listitem", children: [image?.src ? jsx(Img, { className: "mb-5 flex justify-center", image: image }) : null, title ? (jsx(Heading, { headingType: "h6", as: "h4", className: "text-left mb-1.5", title: title })) : null, description ? (jsx("div", { className: "text-m-md text-left mb-4 font-light", children: description })) : null, colors?.length ? (jsxs("div", { className: "flex mb-4 text-m-md text-secondary-text font-light", children: [jsx("div", { className: "mr-1.5", children: "\u0414\u043E\u0441\u0442\u0443\u043F\u043D\u044B\u0435 \u0446\u0432\u0435\u0442\u0430: " }), colors.map(renderColorOption)] })) : null, price ? jsxs("div", { className: "text-h3 text-left", children: [price, "\u00A0\u20BD"] }) : null, button?.text ? jsx(Button, { className: "mt-5 w-full", ...button }) : null] }));
1490
1520
  });
1491
1521
  const renderColorOption = (color, i) => (jsx("span", { className: `w-6 h-6 ml-3 border border-solid border-main-divider rounded-full ${cardStyleMap[color]}` }, String(i)));
1492
1522
 
@@ -1495,7 +1525,7 @@
1495
1525
  const CARD_SHIFT$1 = 430;
1496
1526
  const Catalog = JSX(({ context, cards = [], className = '', title, description, ...rest }) => {
1497
1527
  const [activeCardIndex, setActiveCardIndex] = context.useState(0);
1498
- return (jsxs(BlockWrapper, { context: context, className: `bg-white relative font-sans p-9 overflow-hidden text-center ${className}`, ...rest, children: [title ? jsx(Heading, { headingType: "h2", className: "mb-6", title: title }) : null, description ? jsx(Description, { className: "mb-6", description: description }) : null, jsx("div", { className: "flex duration-1000 gap-3.5", style: { transform: `translateX(-${activeCardIndex * CARD_SHIFT$1}px)` }, role: "list", children: cards?.length ? cards.map(renderCatalogCard(context)) : null }), renderNavButtons$1({
1528
+ return (jsxs(BlockWrapper, { context: context, className: `bg-white relative font-sans p-12 overflow-hidden text-center ${className}`, ...rest, children: [title ? jsx(Heading, { headingType: "h3", className: "mb-6", title: title }) : null, description ? jsx(Description, { className: "mb-6", description: description }) : null, jsx("div", { className: "flex duration-1000 gap-3.5", style: { transform: `translateX(-${activeCardIndex * CARD_SHIFT$1}px)` }, role: "list", children: cards?.length ? cards.map(renderCatalogCard(context)) : null }), renderNavButtons$1({
1499
1529
  cardsCount: cards.length,
1500
1530
  activeCardIndex,
1501
1531
  setActiveCardIndex,
@@ -1518,8 +1548,6 @@
1518
1548
  });
1519
1549
  };
1520
1550
 
1521
- const TableRowContainer = JSX(({ children }) => (jsx("div", { className: "self-start flex flex-col", role: "row", children: jsx("div", { className: "flex", children: children }) })));
1522
-
1523
1551
  const GRADIENT = 'bg-gradient-to-r from-main-gradient-start to-main-gradient-end';
1524
1552
  const BORDER_CLASSES$1 = 'border-main-stroke border-solid border';
1525
1553
  const DIVIDER_CLASSES$1 = 'border-main-divider border border-t-0 border-x-0';
@@ -1527,16 +1555,18 @@
1527
1555
  const COLS_LENGTH_FOR_SCROLL$1 = 2;
1528
1556
  const COLUMN_WIDTH$1 = 4 * 80 + 4 * 4; // w-80 + gap-4 = 336px
1529
1557
 
1558
+ const HeaderCell = JSX(({ icon, image, title, link }) => (jsxs("div", { className: `w-80 box-border flex flex-col items-center rounded-t-md border-b-0 px-7 pt-7 pb-[46px] ${BORDER_CLASSES$1} ${GRADIENT}`, role: "columnheader", children: [icon && !image?.src && (jsx(Img, { className: "h-[63px] w-[63px] min-w-[63px] min-h-[63px] mb-4", image: icon, width: "63", height: "63" })), image?.src && jsx(Img, { className: "mb-[18px]", image: image }), title ? (jsx(Heading, { headingType: "h4", as: "h3", className: "text-center text-white", title: title })) : null, link?.text && (jsx("div", { className: "mt-auto w-full", children: jsx(Button, { href: link.href, target: link.target, className: "mt-4 w-full text-primary-main bg-white hover:bg-secondary-hover active:bg-secondary-active", children: jsx("div", { className: "font-medium text-xs py-[11px]", children: link.text }) }) }))] })));
1559
+
1530
1560
  const carouselContainerClassesMap = {
1531
1561
  comparison: 'flex gap-4 duration-1000',
1532
1562
  tariff: 'flex flex-grow duration-1000',
1533
1563
  };
1534
1564
  const TableCarouselContainer = JSX(({ children, activeCardIndex, columnWidth, version = 'comparison' }) => (jsx("div", { className: "flex flex-1 overflow-hidden", children: jsx("div", { className: carouselContainerClassesMap[version], style: { transform: `translateX(-${activeCardIndex * columnWidth}px)` }, children: children }) })));
1535
1565
 
1536
- const HeaderCell = JSX(({ icon, image, title, link }) => (jsxs("div", { className: `w-80 box-border flex flex-col items-center rounded-t-md border-b-0 px-7 pt-7 pb-[46px] ${BORDER_CLASSES$1} ${GRADIENT}`, role: "columnheader", scope: "col", children: [icon && !image?.src && (jsx(Img, { className: "h-[63px] w-[63px] min-w-[63px] min-h-[63px] mb-4", image: icon, width: "63", height: "63" })), image?.src && jsx(Img, { className: "mb-[18px]", image: image }), title ? (jsx(Heading, { headingType: "h4", as: "h3", className: "text-center text-white", title: title })) : null, link?.text && (jsx("div", { className: "mt-auto w-full", children: jsx(Button, { href: link.href, target: link.target, className: "mt-4 w-full text-primary-main bg-white hover:bg-secondary-hover active:bg-secondary-active", children: jsx("div", { className: "font-medium text-xs py-[11px]", children: link.text }) }) }))] })));
1566
+ const TableRowContainer = JSX(({ children }) => (jsx("div", { className: "self-start flex flex-col", role: "row", children: jsx("div", { className: "flex", children: children }) })));
1537
1567
 
1538
1568
  const ComparisonTableColumnHeaders = JSX(({ colHeaders, activeCardIndex, router, handlerDecorator }) => {
1539
- return (jsxs(TableRowContainer, { children: [jsx("div", { className: FIRST_CELL_CLASSES$1, role: "columnheader", scope: "col" }), jsx(TableCarouselContainer, { activeCardIndex: activeCardIndex, columnWidth: COLUMN_WIDTH$1, children: colHeaders.map((header, i) => (jsx(HeaderCell, { ...header, link: header.link && useLink({ router, handlerDecorator }, header.link) }, String(i)))) })] }));
1569
+ return (jsxs(TableRowContainer, { children: [jsx("div", { className: FIRST_CELL_CLASSES$1, role: "columnheader" }), jsx(TableCarouselContainer, { activeCardIndex: activeCardIndex, columnWidth: COLUMN_WIDTH$1, children: colHeaders.map((header, i) => (jsx(HeaderCell, { ...header, link: header.link && useLink({ router, handlerDecorator }, header.link) }, String(i)))) })] }));
1540
1570
  });
1541
1571
 
1542
1572
  const TableCell = JSX(({ cell, isFirstRow, isLastRow, isFillGradient }) => {
@@ -1596,10 +1626,10 @@
1596
1626
  return (jsxs("div", { children: [jsxs("div", { role: "table", children: [colHeaders?.length ? (jsx(ComparisonTableColumnHeaders, { colHeaders: colHeaders, activeCardIndex: activeCardIndex, router: router, handlerDecorator: handlerDecorator })) : null, rowData?.length ? (jsx(ComparisonTableRows, { rowData: rowData, activeCardIndex: activeCardIndex, isColoredFirstColumn: isColoredFirstColumn, ...tableArrowScrollProps })) : null] }), isScrollAvailable ? (jsx("div", { className: "absolute top-0 right-0 bottom-0 w-[84px] bg-opacity-to-white" })) : null] }));
1597
1627
  });
1598
1628
 
1599
- const ComparisonTable = JSX(({ className, context, title, rowHeaders, columns, visibleRowLength = 0, isColoredFirstColumn = false, ...rest }) => {
1629
+ const ComparisonTable = JSX(({ className = '', context, title, rowHeaders, columns, visibleRowLength = 0, isColoredFirstColumn = false, ...rest }) => {
1600
1630
  const [isShowAllRow, setIsShowAllRow] = context.useState(!visibleRowLength);
1601
1631
  const showToggle = () => setIsShowAllRow(!isShowAllRow);
1602
- return (jsxs(BlockWrapper, { context: context, className: `bg-white font-sans py-[50px] pl-[50px] overflow-hidden text-primary-text relative ${className || ''}`, ...rest, children: [jsx(Heading, { headingType: "h2", className: "max-w-[47rem] text-center mb-9 mx-auto", title: title }), jsx(ComparisonTableBody, { context: context, columns: columns, rowHeaders: rowHeaders, isShowAllRow: isShowAllRow, isColoredFirstColumn: isColoredFirstColumn, visibleRowLength: visibleRowLength }), visibleRowLength
1632
+ return (jsxs(BlockWrapper, { context: context, className: `bg-white font-sans py-[50px] pl-[50px] overflow-hidden text-primary-text relative ${className}`, ...rest, children: [jsx(Heading, { headingType: "h2", className: "max-w-[47rem] text-center mb-9 mx-auto", title: title }), jsx(ComparisonTableBody, { context: context, columns: columns, rowHeaders: rowHeaders, isShowAllRow: isShowAllRow, isColoredFirstColumn: isColoredFirstColumn, visibleRowLength: visibleRowLength }), visibleRowLength
1603
1633
  ? renderShowMoreToggleButton({ isShowAllRow, onClick: showToggle })
1604
1634
  : null] }));
1605
1635
  });
@@ -1734,7 +1764,7 @@
1734
1764
  const validInputValue = e.target.validity.valid ? e.target.value : value;
1735
1765
  onChange(validInputValue);
1736
1766
  };
1737
- return (jsx("input", { className: className, id: id, name: name || id, type: type, pattern: pattern, placeholder: placeholder, value: value, onChange: (e) => handleChange(e) }));
1767
+ return (jsx("input", { className: className, id: id, name: name || id, type: type, pattern: pattern, placeholder: placeholder, value: value, onChange: handleChange }));
1738
1768
  });
1739
1769
 
1740
1770
  const Select = JSX(({ className = '', id, name, children, value, onChange }) => {
@@ -1847,17 +1877,17 @@
1847
1877
  const SearchBarInner = JSX(({ className, context, isMobile = false }) => {
1848
1878
  const { term, setTerm } = context.useSearch();
1849
1879
  const LoupeIconClassName = isMobile ? 'w-[20px] h-[20px]' : 'w-[24px] h-[24px]';
1850
- const SearchBarLabelClassName = isMobile ? 'font-normal text-sm' : 'font-light text-base';
1880
+ const SearchBarLabelClassName = isMobile ? 'font-normal text-sm' : 'text-l-light';
1851
1881
  const SearchBarInputClassName = isMobile
1852
1882
  ? ' placeholder-transparent font-normal'
1853
1883
  : 'font-light h-full';
1854
- const inputPlaceholder = isMobile ? 'some search' : null;
1855
- return (jsxs("form", { className: `font-sans relative ${className}`, children: [jsxs("div", { className: "absolute rounded h-full flex items-center justify-center pl-4 max-w-[170px] gap-3.5 pointer-events-none", children: [jsx("div", { className: LoupeIconClassName, children: jsx(Img, { image: "LoupeIcon", width: "24", height: "24" }) }), term ? null : (jsx("label", { htmlFor: "search-bar-input", className: `text-secondary-text ${SearchBarLabelClassName}`, children: "\u041F\u043E\u0438\u0441\u043A \u043F\u043E \u0441\u0430\u0439\u0442\u0443" }))] }), jsx("input", { id: "search-bar-input", className: `h-12 pl-12 w-full peer text-base text-black border border-solid rounded box-border
1884
+ const inputPlaceholder = isMobile ? 'some search' : undefined;
1885
+ return (jsxs("form", { className: `font-sans relative ${className}`, children: [jsxs("div", { className: "absolute rounded h-full flex items-center justify-center pl-4 max-w-[170px] gap-3.5 pointer-events-none", children: [jsx("div", { className: LoupeIconClassName, children: jsx(Img, { image: "LoupeIcon", width: "24", height: "24" }) }), term ? null : (jsx("label", { htmlFor: "search-bar-input", className: `text-secondary-text ${SearchBarLabelClassName}`, children: "\u041F\u043E\u0438\u0441\u043A \u043F\u043E \u0441\u0430\u0439\u0442\u0443" }))] }), jsx("input", { id: "search-bar-input", className: `h-12 pl-12 w-full peer text-l text-black border border-solid rounded box-border
1856
1886
  outline-none pr-[6%] border-main-divider focus:border-primary-text ${SearchBarInputClassName}`, value: term, onChange: (e) => setTerm(e.target.value), type: "text", name: "search-bar-input", placeholder: inputPlaceholder }), isMobile ? (jsx("button", { className: "visible peer-placeholder-shown:invisible absolute top-2 right-3 w-6 h-6 p-1 bg-transparent cursor-pointer border-none", onClick: (e) => {
1857
1887
  e.preventDefault();
1858
1888
  setTerm('');
1859
- }, children: jsx(Img, { image: "CloseIcon", width: "24", height: "24" }) })) : (jsx(Button, { version: "primary", text: "\u041D\u0430\u0439\u0442\u0438", className: "invisible peer-focus:visible absolute top-1 right-1", onClick: (e) => {
1860
- e.preventDefault();
1889
+ }, children: jsx(Img, { image: "CloseIcon", width: "24", height: "24" }) })) : (jsx(Button, { version: "primary", text: "\u041D\u0430\u0439\u0442\u0438", className: "invisible peer-focus:visible absolute top-1 right-1", onClick: (ev) => {
1890
+ ev?.preventDefault();
1861
1891
  console.log('click');
1862
1892
  }, children: jsx("div", { className: "font-normal text-sm px-9 py-[9px]", children: "\u041D\u0430\u0439\u0442\u0438" }) }))] }));
1863
1893
  });
@@ -1877,7 +1907,7 @@
1877
1907
  });
1878
1908
  const renderContact = (item, index) => {
1879
1909
  const { type, text, description } = item;
1880
- return (jsxs("div", { className: "mb-4", children: [jsx("div", { children: renderText(type, text) }), jsx("div", { className: "mt-1 font-sans font-light text-sm text-secondary-text", children: description })] }, String(index)));
1910
+ return (jsxs("div", { className: "mb-4", children: [jsx("div", { children: renderText(type, text) }), jsx("div", { className: "mt-1 font-sans text-s-light text-secondary-text", children: description })] }, String(index)));
1881
1911
  };
1882
1912
  const renderText = (type, text = '') => {
1883
1913
  switch (type) {
@@ -1927,9 +1957,9 @@
1927
1957
  });
1928
1958
  const renderColumn = (c, index, { router, handlerDecorator }) => {
1929
1959
  const { text, href, items, target } = c;
1930
- return (jsxs("div", { className: "flex flex-col w-1/5 last:w-1/4 gap-[14px]", children: [jsx("a", { className: "block font-sans leading-5 text-base text-primary-text no-underline", href: href, target: target || '_self', children: text || `Раздел ${index}` }), items?.map((_, i) => (jsx(ColumnItem, { ...useLink({ router, handlerDecorator }, _), index: i }, String(i))))] }, String(index)));
1960
+ return (jsxs("div", { className: "flex flex-col w-1/5 last:w-1/4 gap-[14px]", children: [jsx("a", { className: "block font-sans leading-5 text-l text-primary-text no-underline", href: href, target: target || '_self', children: text || `Раздел ${index}` }), items?.map((_, i) => (jsx(ColumnItem, { ...useLink({ router, handlerDecorator }, _), index: i }, String(i))))] }, String(index)));
1931
1961
  };
1932
- const ColumnItem = JSX(({ text, href, target, index }) => (jsx("a", { className: "block font-sans font-light text-base text-secondary-text hover:text-primary-main no-underline", href: href, target: target || '_self', children: text || `Раздел ${index}` })));
1962
+ const ColumnItem = JSX(({ text, href, target, index }) => (jsx("a", { className: "block font-sans text-l-light text-secondary-text hover:text-primary-main no-underline", href: href, target: target || '_self', children: text || `Раздел ${index}` })));
1933
1963
 
1934
1964
  const ICONS_MAP = [
1935
1965
  {
@@ -1967,14 +1997,13 @@
1967
1997
  ? 'bg-secondary-light hover:bg-secondary-hover'
1968
1998
  : 'border-main-divider border-solid border-[1px] hover:bg-primary-main';
1969
1999
  const isPrimary = version === 'primary';
1970
- const imageClassName = isPrimary ? 'group-hover:text-white' : '';
1971
- return (jsx("a", { className: `flex items-center justify-center rounded-md w-14 h-14 group box-border ${classes} ${isPrimary ? 'hover:text-black' : ''}`, href: href, "aria-label": label, target: "_blank", rel: "noopener noreferrer", children: icon ? (jsx(Img, { image: icon, imageClassName: imageClassName, width: "24", height: "24", asSVG: true })) : null }));
2000
+ return (jsx("a", { className: `flex items-center justify-center rounded-md w-14 h-14 group box-border ${classes} ${isPrimary ? 'hover:text-black' : ''}`, href: href, "aria-label": label, target: "_blank", rel: "noopener noreferrer", children: icon ? (jsx(Img, { image: icon, imageClassName: "group-hover:text-white", width: "24", height: "24", asSVG: true })) : null }));
1972
2001
  });
1973
2002
 
1974
2003
  const SocialMedia = JSX(({ className = '', media, version, context, children }) => {
1975
2004
  const router = context.useRouter();
1976
2005
  const { handlerDecorator } = context;
1977
- return (jsxs("div", { children: [jsx("div", { className: `flex gap-2.5 ${className}`, children: media?.map((_, index) => (jsx(MediaButton, { version: version, ...useLink({ router, handlerDecorator }, _) }, String(index)))) }), jsx("span", { className: "font-light text-sm text-secondary-text", children: children })] }));
2006
+ return (jsxs("div", { children: [jsx("div", { className: `flex gap-2.5 ${className}`, children: media?.map((_, index) => (jsx(MediaButton, { version: version, ...useLink({ router, handlerDecorator }, _) }, String(index)))) }), jsx("span", { className: "text-s-light text-secondary-text", children: children })] }));
1978
2007
  });
1979
2008
 
1980
2009
  const TextInformationLink = JSX(({ className = '', index, text, href, target, onClick }) => (jsx("a", { className: `font-sans text-xs text-secondary-text visited:text-secondary-text hover:text-primary-text inline-block no-underline max-w-[292px] ${className}`, href: href, target: target, onClick: onClick, children: text || `Документ ${index}` })));
@@ -1987,11 +2016,11 @@
1987
2016
 
1988
2017
  const LEFT_COL_WIDTH_FULL_HD = 'w-[204px]';
1989
2018
  const Footer = JSX(({ className, documents, relatedEnterprises, contacts, socialMedia, mobileApps, topItems, context, ...rest }) => {
1990
- return (jsxs(BlockWrapper, { Tag: "footer", context: context, className: `p-9 bg-white ${className || ''}`, ...rest, children: [jsxs("div", { className: "flex items-stretch gap-[54px] pb-[30px] xl:gap-8", children: [jsx(Logo, { className: LEFT_COL_WIDTH_FULL_HD }), jsx(SearchBar, { context: context, className: "grow" })] }), jsxs("div", { className: "flex items-stretch gap-[54px] xl:gap-8", children: [jsxs("div", { className: `${LEFT_COL_WIDTH_FULL_HD} flex flex-col shrink-0 overflow-hidden`, children: [jsx(Contacts, { items: contacts, context: context, hasButton: true }), jsx(SocialMedia, { media: socialMedia, context: context, children: "\u0421\u043E\u0446\u0441\u0435\u0442\u0438" }), jsx(SocialMedia, { className: "mt-6", media: mobileApps, context: context, children: "\u041C\u043E\u0431\u0438\u043B\u044C\u043D\u043E\u0435 \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u0435" })] }), jsx(Sitemap, { className: "pt-[3px]", context: context, items: topItems })] }), jsx(HorizontalNavigation, { className: "mt-[98px]", links: relatedEnterprises, context: context }), jsx(TextInformation, { links: documents, context: context })] }));
2019
+ return (jsxs(BlockWrapper, { tag: "footer", context: context, className: `p-9 bg-white ${className || ''}`, ...rest, children: [jsxs("div", { className: "flex items-stretch gap-[54px] pb-[30px] xl:gap-8", children: [jsx(Logo, { className: LEFT_COL_WIDTH_FULL_HD }), jsx(SearchBar, { context: context, className: "grow" })] }), jsxs("div", { className: "flex items-stretch gap-[54px] xl:gap-8", children: [jsxs("div", { className: `${LEFT_COL_WIDTH_FULL_HD} flex flex-col shrink-0 overflow-hidden`, children: [jsx(Contacts, { items: contacts, context: context, hasButton: true }), jsx(SocialMedia, { media: socialMedia, context: context, children: "\u0421\u043E\u0446\u0441\u0435\u0442\u0438" }), jsx(SocialMedia, { className: "mt-6", media: mobileApps, context: context, children: "\u041C\u043E\u0431\u0438\u043B\u044C\u043D\u043E\u0435 \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u0435" })] }), jsx(Sitemap, { className: "pt-[3px]", context: context, items: topItems })] }), jsx(HorizontalNavigation, { className: "mt-[98px]", links: relatedEnterprises, context: context }), jsx(TextInformation, { links: documents, context: context })] }));
1991
2020
  });
1992
2021
 
1993
2022
  const GracePeriod = JSX(({ className = '', title, description, calendar, ...rest }) => {
1994
- return (jsxs(BlockWrapper, { className: `font-sans bg-white p-[50px] ${className}`, ...rest, children: [jsx(Heading, { headingType: "h3", className: "text-center", title: title }), jsx("div", { className: "font-light text-base-md text-center mt-3", children: description }), calendar ? renderCalendar(calendar) : null] }));
2023
+ return (jsxs(BlockWrapper, { className: `font-sans bg-white p-[50px] ${className}`, ...rest, children: [jsx(Heading, { headingType: "h3", className: "text-center", title: title }), jsx("div", { className: "text-l-light-md text-center mt-3", children: description }), calendar ? renderCalendar(calendar) : null] }));
1995
2024
  });
1996
2025
  const renderCalendar = (calendar) => {
1997
2026
  const colCount = calendar.reduce((accumulator, currentValue) => currentValue?.month?.length ? accumulator + currentValue.month.length : accumulator, 0) || 1;
@@ -2002,7 +2031,7 @@
2002
2031
  ..._,
2003
2032
  flexBasis: `${_.month.length * colSize}%`,
2004
2033
  }));
2005
- return (jsxs("div", { className: "w-full flex flex-col justify-center mt-[54px]", children: [jsx("div", { className: "flex w-full mb-3 font-light text-m-title-md text-center", children: mappedCalendar.map((_) => renderMonthNames(_, colSize)) }), jsx("div", { className: "flex w-full", children: mappedCalendar.map((_, ind) => (jsxs("div", { className: "pr-[11px] mr-3 border-r border-main-divider last:border-r-0 last:pr-0 last:mr-0", style: { flexBasis: _.flexBasis }, children: [jsx("div", { className: "flex", children: renderMonthImages(_) }), jsxs("div", { className: "font-light text-sm text-primary-text mt-3", children: [jsx("span", { children: _.text }), "\u2009", jsx("span", { className: "text-primary-main", children: _.greenText })] })] }, `monthItem-${ind}`))) })] }));
2034
+ return (jsxs("div", { className: "w-full flex flex-col justify-center mt-[54px]", children: [jsx("div", { className: "flex w-full mb-3 font-light text-h6 text-center", children: mappedCalendar.map((_) => renderMonthNames(_, colSize)) }), jsx("div", { className: "flex w-full", children: mappedCalendar.map((_, ind) => (jsxs("div", { className: "pr-[11px] mr-3 border-r border-main-divider last:border-r-0 last:pr-0 last:mr-0", style: { flexBasis: _.flexBasis }, children: [jsx("div", { className: "flex", children: renderMonthImages(_) }), jsxs("div", { className: "font-light text-sm text-primary-text mt-3", children: [jsx("span", { children: _.text }), "\u2009", jsx("span", { className: "text-primary-main", children: _.greenText })] })] }, `monthItem-${ind}`))) })] }));
2006
2035
  };
2007
2036
  const renderMonthNames = (item, colSize) => item.month.map((_, i) => (jsx("div", { style: { flexBasis: `${colSize}%` }, children: _.text }, `monthName-${i}`)));
2008
2037
  const renderMonthImages = (item) => item.month.map((_) => _.image?.src ? (jsx("div", { className: "h-[207px] border-r-[1px] pr-3 mr-3 border-main-divider last:border-r-0 last:pr-0 last:mr-0", children: jsx(Img, { image: _.image, className: "flex" }) }, `monthImage-${_.image.src}`)) : null);
@@ -2017,7 +2046,7 @@
2017
2046
  };
2018
2047
 
2019
2048
  const GroupBlocksItem = JSX(({ groupBlocks, context }) => {
2020
- return (jsx("div", { className: "grid grid-cols-12 gap-2 box-border", children: groupBlocks?.length ? groupBlocks.map(renderBlock$1(context)) : null }));
2049
+ return (jsx("div", { className: "grid grid-cols-12 gap-1 box-border", children: groupBlocks?.length ? groupBlocks.map(renderBlock$1(context)) : null }));
2021
2050
  });
2022
2051
  const renderBlock$1 = (context) => (block, i) => {
2023
2052
  const type = block?.blockType;
@@ -2030,17 +2059,19 @@
2030
2059
  };
2031
2060
 
2032
2061
  const GroupBlockTabs = JSX((props) => {
2033
- const { tabs, currentTag, onTabClick, className = '', isShowCounter = false } = props;
2034
- return (jsx("div", { className: `mb-2 box-border flex gap-x-1 ${className}`, role: "tablist", children: tabs?.map(renderTab$1(onTabClick, currentTag, isShowCounter)) }));
2062
+ const { className = '', tabs, currentTag, isShowCounter = false, onTabClick } = props;
2063
+ return (jsx("div", { className: `box-border flex gap-x-1 h-14 ${className}`, role: "tablist", children: tabs?.map(renderTab$1({ currentTag, isShowCounter, onTabClick })) }));
2035
2064
  });
2036
- const badgeStyle = 'min-w-[22px] w-[22px] h-[22px] rounded-full text-m-sm';
2037
- const renderTab$1 = (onTabClick, currentTag, isShowCounter = false) => (tab, i) => {
2065
+ const badgeStyle = 'min-w-[22px] w-[22px] h-[22px] rounded-full text-xs ml-2';
2066
+ const renderTab$1 = ({ currentTag, isShowCounter, onTabClick }) => (tab, i) => {
2038
2067
  const isActive = currentTag === tab.tag;
2039
2068
  const tabBg = isActive ? 'bg-primary-main' : 'group bg-white';
2040
- const tabText = isActive ? 'text-white' : 'text-secondary-text group-hover:text-primary-main';
2069
+ const tabText = `text-m ${isActive ? 'text-white' : 'text-secondary-text group-hover:text-primary-main'}`;
2041
2070
  const counterBlockStyle = `${badgeStyle}
2042
- ${isActive ? 'bg-white/30 text-white' : 'bg-secondary-light text-secondary-text'}`;
2043
- return (jsx("div", { className: `flex h-full w-full h-12 flex-1 cursor-pointer mr-2 last:mr-0 box-content ${tabBg}`, role: "tab", onClick: () => onTabClick(tab.tag), "aria-selected": String(isActive), tag: tab?.tag, children: jsxs("div", { className: "flex flex-1 items-center justify-center", children: [tab?.title ? jsx("h3", { className: tabText, children: tab?.title }) : null, isShowCounter ? (jsx("div", { className: `flex items-center justify-center ml-8 text-s-bold ${counterBlockStyle}`, children: jsx("span", { children: tab.count }) })) : null] }) }, String(i)));
2071
+ ${isActive
2072
+ ? 'bg-white/30 text-white'
2073
+ : 'bg-main-divider text-secondary-text group-hover:text-primary-main'}`;
2074
+ return (jsxs("div", { className: `flex-1 flex items-center justify-center cursor-pointer ${tabBg}`, role: "tab", onClick: () => onTabClick(tab.tag), "aria-selected": isActive, children: [tab?.title ? jsx("div", { className: tabText, children: tab.title }) : null, isShowCounter ? (jsx("div", { className: `flex items-center justify-center ${counterBlockStyle}`, children: tab.count })) : null] }, String(i)));
2044
2075
  };
2045
2076
 
2046
2077
  const GroupBlock = JSX(({ className = '', tabs, context, groupBlocks = [], isShowCounter, ...rest }) => {
@@ -2052,7 +2083,7 @@
2052
2083
  : groupBlocks.length;
2053
2084
  return { ...tab, count };
2054
2085
  });
2055
- return (jsxs(BlockWrapper, { context: context, className: `box-border gap-1 ${className}`, ...rest, children: [tabsNewMap?.length ? (jsx(GroupBlockTabs, { currentTag: currentTag, onTabClick: setCurrentTag, tabs: tabsNewMap, isShowCounter: isShowCounter })) : null, groupBlocks.length ? (jsx(GroupBlocksItem, { context: context, groupBlocks: filteredBlocks })) : null] }));
2086
+ return (jsxs(BlockWrapper, { context: context, className: `box-border ${className}`, ...rest, children: [tabsNewMap?.length ? (jsx(GroupBlockTabs, { currentTag: currentTag, onTabClick: setCurrentTag, tabs: tabsNewMap, isShowCounter: isShowCounter })) : null, groupBlocks.length ? (jsx("div", { className: "mt-1", children: jsx(GroupBlocksItem, { context: context, groupBlocks: filteredBlocks }) })) : null] }));
2056
2087
  });
2057
2088
 
2058
2089
  const checkIsHrefSameOrigin = (href, router) => getOrigin(href) === getOrigin(router.href);
@@ -2110,10 +2141,10 @@
2110
2141
  const possibleActiveSubItems = items?.filter(isSubItemActive(router));
2111
2142
  return possibleActiveSubItems?.length
2112
2143
  ? maxBy((_) => _.href?.length || 0)(possibleActiveSubItems) // More specific item with max length
2113
- : null;
2144
+ : undefined;
2114
2145
  };
2115
2146
 
2116
- const TEXT_CLASSES$1 = 'font-sans font-light text-base';
2147
+ const TEXT_CLASSES$1 = 'font-sans text-l-light';
2117
2148
  const BORDER_CLASSES = 'absolute left-0 -bottom-3 w-full h-[2px]';
2118
2149
  const HeaderItem = JSX(({ className = '', text, href, target, active, onClick, children, bgColor = 'bg-white', dataItemName, }) => (jsxs("a", { className: `relative inline-block bg-transparent text-center no-underline ${className}`, href: href, target: target, onClick: onClick, "data-item-name": dataItemName, children: [jsx("span", { className: getTextClasses$1(bgColor, active), children: text || children }), active ? jsx("div", { className: getBorderClasses(bgColor, active) }) : null] })));
2119
2150
  const getTextClasses$1 = (bgColor, active = false) => {
@@ -2135,12 +2166,15 @@
2135
2166
  transparent: 'bg-white',
2136
2167
  };
2137
2168
  const DropdownMenu = JSX((props) => {
2138
- const { menuVisible, toggleMenu, menuItems, bgColor, context } = props;
2169
+ const { menuVisible, toggleMenu, menuItems, bgColor, context, activeSubItem } = props;
2139
2170
  const { useRouter, handlerDecorator } = context;
2140
2171
  const router = useRouter();
2141
- return (jsxs("div", { className: `absolute w-52 -top-4 right-0 pt-4 z-40 ${menuVisible ? 'bg-white rounded-md shadow-blue-gray/24' : ''}`, children: [jsx("button", { className: "flex justify-between items-center cursor-pointer h-6 ml-6", onClick: toggleMenu, "aria-label": `${menuVisible ? 'Скрыть другие разделы' : 'Показать другие разделы'}`, children: Array(3).fill(bgColor).map(renderDot) }), jsx("div", { className: `flex flex-col rounded-md bg-white p-6 pb-2 ${menuVisible ? '' : 'hidden'}`, "aria-hidden": !menuVisible, children: renderDotsSubMenuItems(menuItems, router, handlerDecorator) })] }));
2172
+ return (jsxs("div", { className: `absolute w-52 -top-4 right-0 pt-4 z-40 ${menuVisible ? 'bg-white rounded-md shadow-blue-gray/24' : ''}`, children: [jsx("button", { className: "flex justify-between items-center cursor-pointer h-6 ml-6", onClick: toggleMenu, "aria-label": `${menuVisible ? 'Скрыть другие разделы' : 'Показать другие разделы'}`, children: Array(3).fill(bgColor).map(renderDot) }), jsx("div", { className: `flex flex-col rounded-md bg-white p-6 pb-2 ${menuVisible ? '' : 'hidden'}`, "aria-hidden": !menuVisible, children: renderDotsSubMenuItems({ menuItems, router, handlerDecorator, activeSubItem }) })] }));
2142
2173
  });
2143
- const renderDotsSubMenuItems = (menuItems, router, handlerDecorator) => menuItems?.map((_) => (jsx("a", { ...useLink({ router, handlerDecorator }, _), className: "text-base font-light pb-4 hover:text-primary-main", children: _.text }, _.href)));
2174
+ const renderDotsSubMenuItems = ({ menuItems, router, handlerDecorator, activeSubItem, }) => {
2175
+ const isActive = (item) => item === activeSubItem;
2176
+ return menuItems?.map((_) => (jsx("a", { ...useLink({ router, handlerDecorator }, _), className: `text-l-light pb-4 hover:text-primary-main ${isActive(_) ? 'text-primary-main' : ''}`, children: _.text }, _.href)));
2177
+ };
2144
2178
  const renderDot = (bgColor, i) => (jsx("div", { className: `w-[3px] h-[3px] rounded mr-1 ${DOT_BG_COLORS_MAP[bgColor]}` }, String(i)));
2145
2179
 
2146
2180
  const HeaderSubMenu = JSX(({ context, subItems = [], bgColor }) => {
@@ -2163,7 +2197,7 @@
2163
2197
  setVisibleItemsCount((prev) => Math.max(prev, itemIndex + 1));
2164
2198
  }
2165
2199
  };
2166
- return (jsxs("nav", { className: "relative mt-5", children: [jsx("div", { className: "overflow-hidden whitespace-nowrap mr-52", children: subItems.map((_, i) => (jsx(IntersectionObserverTag, { Tag: "span", observerCallback: observerCallback(i), observerOptions: { threshold: 1 }, children: jsx(HeaderItem, { className: `mr-8 ${visibleItemsCount - 1 < i ? 'invisible' : ''}`, active: _ === activeSubItem, ...useLink({ router, handlerDecorator }, _), bgColor: bgColor }) }, String(i)))) }), dropDownMenuItems.length ? (jsx(DropdownMenu, { context: context, menuVisible: menuVisible, toggleMenu: toggleMenu, menuItems: dropDownMenuItems, bgColor: bgColor })) : null] }));
2200
+ return (jsxs("nav", { className: "relative mt-5", children: [jsx("div", { className: "overflow-hidden whitespace-nowrap mr-52 pb-3", children: subItems.map((_, i) => (jsx(IntersectionObserverTag, { tag: "span", observerCallback: observerCallback(i), observerOptions: { threshold: 1 }, children: jsx(HeaderItem, { className: `mr-8 ${visibleItemsCount - 1 < i ? 'invisible' : ''}`, active: _ === activeSubItem, ...useLink({ router, handlerDecorator }, _), bgColor: bgColor }) }, String(i)))) }), dropDownMenuItems.length ? (jsx(DropdownMenu, { context: context, activeSubItem: activeSubItem, menuVisible: menuVisible, toggleMenu: toggleMenu, menuItems: dropDownMenuItems, bgColor: bgColor })) : null] }));
2167
2201
  });
2168
2202
 
2169
2203
  const BORDER_COLORS = {
@@ -2177,23 +2211,23 @@
2177
2211
  const mergedItems = mergeTopItems(sitemap.topItems, topItems);
2178
2212
  const activeTopItem = mergedItems.find(isTopItemActive(router));
2179
2213
  const topMenu = mergedItems.map((_, i) => (jsx(TopItem, { active: _ === activeTopItem, ...useLink({ router, handlerDecorator }, _), "aria-label": _.text, bgColor: bgColor }, String(i))));
2180
- return (jsx(BlockWrapper, { Tag: "header", context: context, className: `pt-6 pb-8 px-20 ${bgColor} ${className}`, ...rest, children: jsxs("div", { className: "container", children: [jsxs("div", { className: "flex items-center", children: [jsx(Logo, { className: "mr-8", bgColor: bgColor, logo: logo }), topMenu, jsx(HeaderSecondaryMenu, { context: context, className: "ml-auto", defaultLocation: defaultLocation, bgColor: bgColor })] }), jsx("div", { className: `mt-6 h-[1px] ${BORDER_COLORS[bgColor]}` }), showSubMenu && activeTopItem?.items?.length ? (jsx(HeaderSubMenu, { context: context, subItems: activeTopItem.items, bgColor: bgColor })) : null] }) }));
2214
+ return (jsx(BlockWrapper, { tag: "header", context: context, className: `pt-6 pb-5 px-20 ${bgColor} ${className}`, ...rest, children: jsxs("div", { className: "container", children: [jsxs("div", { className: "flex items-center", children: [jsx(Logo, { className: "mr-8", bgColor: bgColor, logo: logo }), topMenu, jsx(HeaderSecondaryMenu, { context: context, className: "ml-auto", defaultLocation: defaultLocation, bgColor: bgColor })] }), jsx("div", { className: `mt-6 h-[1px] ${BORDER_COLORS[bgColor]}` }), showSubMenu && activeTopItem?.items?.length ? (jsx(HeaderSubMenu, { context: context, subItems: activeTopItem.items, bgColor: bgColor })) : null] }) }));
2181
2215
  });
2182
2216
 
2183
- const Insurance = JSX(({ className = '', title, description, image, benefits, sum, monthLimit, ...rest }) => {
2184
- return (jsxs(BlockWrapper, { className: `px-[100px] py-[50px] bg-white text-primary-text font-sans ${className}`, ...rest, children: [title ? jsx(Heading, { headingType: "h3", title: title, className: "text-center" }) : null, description ? jsx("div", { className: "text-center text-md mt-3", children: description }) : null, jsx("div", { children: jsxs("div", { className: "mt-5 mx-auto flex justify-center gap-[122px] mt-[30px]", children: [image?.src ? jsx(Img, { image: image }) : null, jsxs("div", { className: "w-[558px] m-auto", children: [benefits ? (jsx("div", { className: "flex flex-col gap-4", children: benefits.map(renderBenefit) })) : null, renderInsuranceSumMonth(sum, monthLimit)] })] }) })] }));
2217
+ const Insurance = JSX(({ context, className = '', title, description, image, benefits, sum, monthLimit, ...rest }) => {
2218
+ return (jsxs(BlockWrapper, { className: `px-[100px] py-[50px] bg-white text-primary-text font-sans ${className}`, context: context, ...rest, children: [jsx(Headline, { context: context, className: "!p-0", title: title, description: description, headlineVersion: "M", align: "center" }), jsx("div", { children: jsxs("div", { className: "mx-auto flex justify-center gap-[122px] mt-[30px]", children: [image?.src ? jsx(Img, { image: image }) : null, jsxs("div", { className: "w-[558px] m-auto", children: [benefits ? (jsx("div", { className: "flex flex-col gap-4", children: benefits.map(renderBenefit) })) : null, renderInsuranceSumMonth(sum, monthLimit)] })] }) })] }));
2185
2219
  });
2186
2220
  function renderBenefit(benefit, i) {
2187
- return (jsxs("div", { className: "flex items-center gap-4", children: [benefit?.icon ? (jsx(Img, { className: "w-12 h-12 min-w-12 p-3 rounded-full bg-secondary-light", image: benefit.icon, asSVG: true })) : null, jsxs("div", { children: [benefit?.label ? jsx("div", { className: "text-title-2xs font-normal", children: benefit.label }) : null, benefit?.description ? (jsx("div", { className: "mt-0.5 font-light text-secondary-text font-light", children: benefit.description })) : null] })] }, String(i)));
2221
+ return (jsxs("div", { className: "flex items-center gap-4", children: [benefit?.icon ? (jsx(Img, { className: "w-12 h-12 min-w-12 p-3 rounded-full bg-secondary-light", image: benefit.icon, asSVG: true })) : null, jsxs("div", { children: [benefit?.label ? jsx("div", { className: "text-h6", children: benefit.label }) : null, benefit?.description ? (jsx("div", { className: "mt-0.5 text-secondary-text text-m", children: benefit.description })) : null] })] }, String(i)));
2188
2222
  }
2189
2223
  function renderInsuranceSumMonth(sum, monthLimit) {
2190
2224
  return sum || monthLimit ? (jsxs("div", { className: "bg-secondary-light h-15 flex mt-7 gap-6 px-5 py-4", children: [Number.isFinite(sum) ? renderValueBlock$1('Страховая сумма:', sum, Boolean(monthLimit)) : null, Number.isFinite(monthLimit)
2191
2225
  ? renderValueBlock$1('Ежемесячный лимит:', monthLimit, Boolean(sum))
2192
2226
  : null] })) : null;
2193
2227
  }
2194
- function renderValueBlock$1(title, sum, isAnotherBlock) {
2228
+ function renderValueBlock$1(title, sum = 0, isAnotherBlock = false) {
2195
2229
  const widthStyle = isAnotherBlock ? 'w-fit' : 'w-full';
2196
- return (jsxs("div", { className: `flex justify-between items-center gap-2 w-full ${widthStyle}`, children: [jsx("span", { className: "text-secondary-text text-base", children: title }), jsxs("span", { className: "text-primary-main text-title-2xs", children: [addSpacesBetweenNumbers(sum), " \u20BD"] })] }));
2230
+ return (jsxs("div", { className: `flex justify-between items-center gap-2 w-full ${widthStyle}`, children: [jsx("span", { className: "text-secondary-text text-l-light", children: title }), jsxs("span", { className: "text-primary-main text-h6", children: [addSpacesBetweenNumbers(sum), " \u20BD"] })] }));
2197
2231
  }
2198
2232
 
2199
2233
  const InsuranceAmountBlockInner = JSX(({ className = '', context, cards = [] }) => {
@@ -2207,7 +2241,7 @@
2207
2241
  const isLastShift = galleryLength === tabsShift + 2;
2208
2242
  const showPrevButton = tabsShift > 0;
2209
2243
  const activeHref = cards[activeSlideIndex]?.href;
2210
- return (jsxs("section", { className: `min-w-full text-center ${className}`, children: [jsxs("div", { className: "relative mt-7 overflow-hidden", children: [galleryLength
2244
+ return (jsxs("section", { role: "listitem", className: `min-w-full text-center ${className}`, children: [jsxs("div", { className: "relative mt-7 overflow-hidden", children: [galleryLength
2211
2245
  ? renderGallery({
2212
2246
  tabsShift,
2213
2247
  cards,
@@ -2281,11 +2315,11 @@
2281
2315
  return (jsxs(BlockWrapper, { context: context, className: `flex justify-between font-sans p-9 box-border relative
2282
2316
  ${getTileRightPadding(className)} ${getTileMinHeight(className)}
2283
2317
  ${mobileAppStyleMap[version]}
2284
- ${className}`, ...rest, children: [jsx(BaseTile, { context: context, title: title ? (jsx(Heading, { headingType: "h3", title: title, className: `whitespace-pre-wrap max-w-[509px] mb-6
2285
- ${textColorClass}` })) : null, buttons: buttons?.length ? (jsx(ButtonSection, { context: context, buttons: buttons, className: "flex mt-[30px] gap-4" })) : null, children: jsxs("div", { className: "flex flex-1 items-center", children: [qr?.src && qr?.href && (jsx("a", { href: qr.href, target: "_blank", "aria-label": title, children: jsx("img", { src: qr.src, alt: title, title: title, width: "122", height: "122", className: "w-[122px] h-[122px] min-w-[122px] min-h-[122px] bg-secondary-light mr-[23px] rounded-md" }) })), renderList$1(version, items)] }) }), image?.src ? (jsx("div", { className: "absolute right-0 bottom-0", children: jsx(Img, { image: image }) })) : null] }));
2318
+ ${className}`, ...rest, children: [jsx(BaseTile, { context: context, title: title ? (jsx(Heading, { headingType: "h4", as: "h3", title: title, className: `whitespace-pre-wrap max-w-[509px] mb-6
2319
+ ${textColorClass}` })) : null, buttons: buttons?.length ? (jsx(ButtonSection, { context: context, buttons: buttons, className: "flex mt-[30px] gap-4" })) : null, children: jsxs("div", { className: "flex flex-1 items-center", children: [qr?.src && qr?.href && (jsx("a", { href: qr.href, target: "_blank", "aria-label": title, children: jsx("img", { src: qr.src, alt: title, title: title, width: "122", height: "122", className: "w-[122px] h-[122px] min-w-[122px] min-h-[122px] bg-secondary-light mr-4 rounded-md" }) })), renderList$1(version, items)] }) }), image?.src ? (jsx("div", { className: "absolute right-0 bottom-0", children: jsx(Img, { image: image }) })) : null] }));
2286
2320
  });
2287
2321
  const renderList$1 = (version, items) => {
2288
- return items?.length ? (jsx(List, { items: items, itemClassName: "base font-light mb-2 last:mb-0", version: version === 'primary' ? 'tile' : 'tile-white' })) : (jsx("span", { className: "font-light text-secondary-text ml-4", children: "\u041D\u0430\u0432\u0435\u0434\u0438\u0442\u0435 \u043A\u0430\u043C\u0435\u0440\u0443 \u0442\u0435\u043B\u0435\u0444\u043E\u043D\u0430 \u043D\u0430 QR-\u043A\u043E\u0434 \u0438 \u0441\u043A\u0430\u0447\u0430\u0439\u0442\u0435 \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u0435" }));
2322
+ return items?.length ? (jsx(List, { items: items, itemClassName: "base font-light mb-2 last:mb-0", version: version === 'primary' ? 'tile' : 'tile-white' })) : (jsx("span", { className: "text-m text-secondary-text", children: "\u041D\u0430\u0432\u0435\u0434\u0438\u0442\u0435 \u043A\u0430\u043C\u0435\u0440\u0443 \u0442\u0435\u043B\u0435\u0444\u043E\u043D\u0430 \u043D\u0430 QR-\u043A\u043E\u0434 \u0438 \u0441\u043A\u0430\u0447\u0430\u0439\u0442\u0435 \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u0435" }));
2289
2323
  };
2290
2324
 
2291
2325
  const NavigationItem = JSX(({ className, text, onClick, href, target, isActive }) => (jsx("a", { className: `bg-inherit no-underline px-4 py-2.5 cursor-pointer rounded text-sm border border-solid hover:text-primary-main ${className || ''} ${isActive ? 'border-primary-main text-primary-main' : 'border-white text-secondary-text'}`, onClick: onClick, href: href, target: target, children: text })));
@@ -2299,7 +2333,7 @@
2299
2333
  .map((button, i) => (jsx(NavigationItem, { className: "first:rounded-tl-md first:rounded-bl-md last:rounded-tr-md last:rounded-br-md", isActive: button === activeButton, ...useLink({ router, handlerDecorator }, button) }, String(i)))) })) : null] }));
2300
2334
  });
2301
2335
 
2302
- const TEXT_CLASSES = 'font-sans font-normal text-m-md';
2336
+ const TEXT_CLASSES = 'font-sans text-m';
2303
2337
  const LINK_CLASSES = 'flex-1 flex items-center justify-center cursor-pointer';
2304
2338
  const NavigatorTabItem = JSX(({ className = '', text, active, onClick, href, target = '_self', children }) => (jsx("a", { className: getLinkClasses(className, active), target: target, href: href, onClick: onClick, children: jsx("span", { className: getTextClasses(active), children: text || children }) })));
2305
2339
  const getLinkClasses = (className, active = false) => {
@@ -2348,7 +2382,7 @@
2348
2382
  initialState: isUnfolded,
2349
2383
  });
2350
2384
  const buttonClassName = foldButtonClasses ||
2351
- 'border-none bg-primary-main px-0 py-[26px] mb-[1px] w-full font-sans text-white text-base flex justify-center cursor-pointer';
2385
+ 'border-none bg-primary-main px-0 py-[26px] mb-[1px] w-full font-sans text-white text-l flex justify-center cursor-pointer';
2352
2386
  const getFoldButtonLabel = isActive ? 'Скрыть' : foldButtonLabel;
2353
2387
  return blocks ? (jsxs("div", { children: [renderBlocks(blocks, render, { blocksToHide, isActive, containerClasses }), hiddenBlocksNum ? (jsxs("button", { className: buttonClassName, "data-theme": foldButtonDataTheme, onClick: handleToggle, children: [jsx("span", { className: "pr-3", children: getFoldButtonLabel }), icon ? jsx(Icon, { name: icon, iconVersion: "white", width: "20", height: "20", asSVG: true }) : null] })) : null] })) : null;
2354
2388
  });
@@ -2363,7 +2397,7 @@
2363
2397
  context,
2364
2398
  blocks,
2365
2399
  });
2366
- return (jsx("div", { className: "border-0 border-b border-solid border-main-divider", children: blocks?.length ? (jsx(Foldable, { foldButtonDataTheme: dataTheme, hiddenBlocksNum: blocks?.length, blocks: foldableBlocks, isUnfolded: isUnfolded, context: context, foldButtonLabel: label, containerClasses: "grid grid-cols-12 gap-1 border-box", render: (children, isActive) => jsx(Wrapper$1, { isActive: isActive, children: children }) })) : null }));
2400
+ return (jsx("div", { className: "border-0 border-b border-solid border-main-divider", children: blocks?.length ? (jsx(Foldable, { foldButtonDataTheme: dataTheme, hiddenBlocksNum: blocks?.length, blocks: foldableBlocks, isUnfolded: isUnfolded, context: context, foldButtonLabel: label, containerClasses: "grid grid-cols-12 gap-1 border-box", render: (children) => jsx(Wrapper$1, { children: children }) })) : null }));
2367
2401
  });
2368
2402
  const Wrapper$1 = JSX(({ children }) => {
2369
2403
  return jsx("div", { className: "box-border", children: children });
@@ -2376,19 +2410,19 @@
2376
2410
  function getTileHeadingType(className = '') {
2377
2411
  const colSpan = getColSpan(className);
2378
2412
  if (colSpan <= 4) {
2379
- return 'h4';
2413
+ return 'S';
2380
2414
  }
2381
2415
  else if (colSpan <= 8) {
2382
- return 'h3';
2416
+ return 'M';
2383
2417
  }
2384
2418
  else {
2385
- return 'h2';
2419
+ return 'L';
2386
2420
  }
2387
2421
  }
2388
2422
 
2389
2423
  const GOLDEN_RATIO = 1.618;
2390
2424
  const Placeholder = JSX(({ className, context, title, description = 'Блок в разработке...', ...rest }) => {
2391
- return (jsx(BlockWrapper, { context: context, className: `bg-white text-primary-text font-sans p-9 box-border ${className} ${getTileRightPadding(className)} ${getTileMinHeight(className)} `, ...rest, children: jsxs(BaseTile, { context: context, title: title ? (jsx(Heading, { headingType: getTileHeadingType(className), title: title, className: `whitespace-pre-wrap max-w-[600px]` })) : null, children: [description ? (jsx(Description, { className: "mt-4 max-w-[600px]", description: description })) : null, jsx("figure", { className: "m-0 min-w-[600px]", children: renderShimmer() })] }) }));
2425
+ return (jsxs(BlockWrapper, { context: context, className: `bg-white text-primary-text font-sans p-9 box-border ${className} ${getTileRightPadding(className)} ${getTileMinHeight(className)} `, ...rest, children: [jsx(Headline, { context: context, className: "!p-0 max-w-[600px]", title: title, description: description, headlineVersion: getTileHeadingType(className) }), jsx("figure", { className: "m-0 min-w-[600px]", children: renderShimmer() })] }));
2392
2426
  });
2393
2427
  const renderShimmer = (size = 3) => goldenSequence(100, size)
2394
2428
  .map((_) => Math.floor(_))
@@ -2433,8 +2467,8 @@
2433
2467
  : `min-w-[277px] px-0 pt-4 pb-[23px] hover:py-[26px] hover:py-[26px] ease-in duration-300 bg-white/10
2434
2468
  ${productSlideStyleMap[version]}`;
2435
2469
  const btnTitleClassName = isActiveBtn
2436
- ? 'text-primary-text text-title-2xs'
2437
- : `text-base ${productBlockStyleMap[version].title}`;
2470
+ ? 'text-primary-text text-h6'
2471
+ : `text-l ${productBlockStyleMap[version].title}`;
2438
2472
  const btnDescClassName = isActiveBtn
2439
2473
  ? 'text-secondary-text text-m-title-xs mt-2.5'
2440
2474
  : `text-m-md mt-1.5 ${productBlockStyleMap[version].text}`;
@@ -2449,7 +2483,7 @@
2449
2483
  secondary: 'bg-primary-main text-white',
2450
2484
  };
2451
2485
  const PromoTile = JSX(({ className = '', context, title = 'Акции и спецпредложения', date, description, buttons = [], version = 'primary', ...rest }) => {
2452
- return (jsx(BlockWrapper, { context: context, className: `bg-white text-primary-text font-sans p-9 box-border ${className} ${promoTileStyleMap[version]} ${getTileRightPadding(className)} ${getTileMinHeight(className)} `, ...rest, children: jsx(BaseTile, { context: context, title: title ? (jsx(Heading, { headingType: getTileHeadingType(className), title: title, className: `whitespace-pre-wrap max-w-[600px]` })) : null, buttons: buttons?.length ? (jsx(ButtonSection, { context: context, buttons: buttons, className: "flex mt-9 gap-3" })) : null, children: jsxs("div", { className: "mt-1.5", children: [date ? jsx("div", { className: "text-sm mb-2", children: formatDate(date) }) : null, jsx("div", { className: "text-base", children: description })] }) }) }));
2486
+ return (jsx(BlockWrapper, { context: context, className: `bg-white text-primary-text font-sans p-9 box-border ${className} ${promoTileStyleMap[version]} ${getTileRightPadding(className)} ${getTileMinHeight(className)} `, ...rest, children: jsx(BaseTile, { context: context, title: title ? (jsx("div", { children: jsx(Headline, { context: context, title: title, className: `!p-0 max-w-[600px]`, headlineVersion: getTileHeadingType(className), bgColorHeadline: version, align: "left" }) })) : null, buttons: buttons?.length ? (jsx(ButtonSection, { context: context, buttons: buttons, className: "flex mt-9 gap-3" })) : null, children: jsxs("div", { className: "mt-1.5", children: [date ? jsx("div", { className: "text-sm mb-2", children: formatDate(date) }) : null, jsx("div", { className: "text-l", children: description })] }) }) }));
2453
2487
  });
2454
2488
  function formatDate(date) {
2455
2489
  const dateObj = new Date(date);
@@ -2462,7 +2496,9 @@
2462
2496
  }
2463
2497
 
2464
2498
  const RecommendationCard = JSX(({ context, className = '', title, description, items, image, version, socialMedia }) => {
2465
- return (jsx("section", { className: `border border-solid box-border p-[30px] min-w-[524px] ${className}`, role: "listitem", children: jsxs(BaseTile, { context: context, className: "flex justify-between", title: title ? (jsx(Heading, { headingType: "h4", as: "h3", className: "font-normal mb-3.5", title: title })) : null, image: image?.src && jsx(Img, { className: "mt-auto ml-7", image: image }), children: [description ? jsx(Description, { className: "text-left", description: description }) : null, items?.length ? (jsx(List, { className: "text-md text-left font-light flex flex-col flex-1 gap-2", items: items, version: version })) : null, jsx(SocialMedia, { className: "pt-[42px] pb-0", media: socialMedia, version: version, context: context })] }) }));
2499
+ const tileTitle = title ? (jsx(Heading, { headingType: "h5", as: "h3", className: "font-normal mb-3.5 z-10", title: title })) : null;
2500
+ const tileImage = image?.src ? (jsx(Img, { className: "absolute bottom-0 right-0 m-0", image: image })) : null;
2501
+ return (jsx("section", { className: `relative overflow-hidden text-left border border-solid box-border p-7 min-w-[524px] min-h-[218px] ${className}`, role: "listitem", children: jsxs(BaseTile, { context: context, className: "flex justify-between", title: tileTitle, image: tileImage, children: [description ? jsx(Description, { className: "mb-2", description: description }) : null, items?.length ? (jsx(List, { className: "text-md font-light flex flex-col flex-1 gap-2 max-w-[236px]", items: items, version: version })) : null, socialMedia ? (jsx(SocialMedia, { className: "pt-[42px] pb-0", media: socialMedia, version: version, context: context })) : null] }) }));
2466
2502
  });
2467
2503
 
2468
2504
  const BLUR_BLOCK_CLASSES = 'absolute top-0 bottom-0 w-[84px]';
@@ -2472,13 +2508,13 @@
2472
2508
  const [activeCardIndex, setActiveCardIndex] = context.useState(0);
2473
2509
  const blockClassName = version === 'secondary' ? 'bg-primary-main text-white' : 'bg-white text-primary-text';
2474
2510
  const cardClassName = version === 'secondary' ? 'border-white/50' : 'border-main-stroke';
2475
- return (jsxs(BlockWrapper, { context: context, className: `relative font-sans p-9 overflow-hidden text-center ${blockClassName} ${className}`, ...rest, children: [title ? jsx(Heading, { headingType: "h2", className: "mb-6", title: title }) : null, jsx("div", { className: "flex duration-1000 gap-3.5", style: { transform: `translateX(-${activeCardIndex * CARD_SHIFT}px)` }, role: "list", children: recommendations?.length
2476
- ? recommendations.map(renderRecommendationCard({ context, version, className: cardClassName }))
2477
- : null }), renderNavButtons({
2478
- cardsCount: recommendations.length,
2479
- activeCardIndex,
2480
- setActiveCardIndex,
2481
- }), jsx("div", { className: `${BLUR_BLOCK_CLASSES} left-0 ${version === 'secondary' ? 'bg-opacity-from-main' : 'bg-opacity-from-white'}` }), jsx("div", { className: `${BLUR_BLOCK_CLASSES} right-0 ${version === 'secondary' ? 'bg-opacity-to-main' : 'bg-opacity-to-white'}` })] }));
2511
+ return (jsxs(BlockWrapper, { context: context, className: `relative font-sans p-9 overflow-hidden text-center ${blockClassName} ${className}`, ...rest, children: [title ? jsx(Heading, { headingType: "h3", className: "mb-6", title: title }) : null, jsxs("div", { children: [jsx("div", { className: "flex duration-1000 gap-3.5", style: { transform: `translateX(-${activeCardIndex * CARD_SHIFT}px)` }, role: "list", children: recommendations?.length
2512
+ ? recommendations.map(renderRecommendationCard({ context, version, className: cardClassName }))
2513
+ : null }), renderNavButtons({
2514
+ cardsCount: recommendations.length,
2515
+ activeCardIndex,
2516
+ setActiveCardIndex,
2517
+ })] }), jsx("div", { className: `${BLUR_BLOCK_CLASSES} left-0 ${version === 'secondary' ? 'bg-opacity-from-main' : 'bg-opacity-from-white'}` }), jsx("div", { className: `${BLUR_BLOCK_CLASSES} right-0 ${version === 'secondary' ? 'bg-opacity-to-main' : 'bg-opacity-to-white'}` })] }));
2482
2518
  });
2483
2519
  const renderRecommendationCard = ({ context, version, className }) => (card, i) => {
2484
2520
  return (jsx(RecommendationCard, { context: context, ...card, version: version, className: className }, String(i)));
@@ -2493,7 +2529,7 @@
2493
2529
  handler: [handlePrevClick, handleNextClick],
2494
2530
  isShown: [showPrevButton, showNextButton],
2495
2531
  btnClass: ['left-8', 'right-8'],
2496
- className: 'top-1/2 mt-6',
2532
+ className: 'top-1/2 mt-3',
2497
2533
  }) }));
2498
2534
  };
2499
2535
 
@@ -2504,13 +2540,15 @@
2504
2540
  background: 'bg-white',
2505
2541
  title: 'text-primary-text',
2506
2542
  description: 'text-secondary-text',
2507
- iconBackground: 'bg-secondary-light',
2543
+ iconText: 'text-secondary-text',
2544
+ iconBackground: 'bg-main-divider',
2508
2545
  iconConnector: 'bg-secondary-light',
2509
2546
  },
2510
2547
  secondary: {
2511
2548
  background: 'bg-primary-main',
2512
2549
  title: 'text-white',
2513
2550
  description: 'text-white/80',
2551
+ iconText: 'text-white',
2514
2552
  iconBackground: 'bg-white/30',
2515
2553
  iconConnector: 'bg-white',
2516
2554
  },
@@ -2529,13 +2567,13 @@
2529
2567
  styleMap.background,
2530
2568
  styleMap.title,
2531
2569
  className,
2532
- ].join(' '), ...rest, children: [title ? (jsx(Heading, { headingType: "h2", className: "max-w-[47rem] text-center mb-9", title: title })) : null, steps?.length ? (jsxs("div", { className: "box-border", children: [jsx("div", { className: "flex items-center px-[88px]", children: joinList(jsx("div", { className: `h-0.5 w-full bg-secondary-light ${lineOpacity}` }))(steps.map(renderStepIcon(styleMap))) }), jsx("div", { className: `flex justify-between ${stepGap}`, children: steps.map(renderStepTitle(styleMap, Boolean(button?.text))) })] })) : null, button?.text ? (jsx(Button, { className: "mt-8 w-full max-w-[240px]", version: "primary", ...button })) : null] }));
2570
+ ].join(' '), ...rest, children: [title ? (jsx(Heading, { headingType: "h3", as: "h2", className: "max-w-[47rem] text-center mb-9", title: title })) : null, steps?.length ? (jsxs("div", { className: "box-border", children: [jsx("div", { className: "flex items-center px-[88px]", children: joinList(jsx("div", { className: `h-0.5 w-full bg-secondary-light ${lineOpacity}` }))(steps.map(renderStepIcon(styleMap))) }), jsx("div", { className: `flex justify-between whitespace-pre-line ${stepGap}`, children: steps.map(renderStepTitle(styleMap, Boolean(button?.text))) })] })) : null, button?.text ? (jsx(Button, { className: "mt-8 w-full max-w-[240px]", version: "primary", ...button })) : null] }));
2533
2571
  });
2534
2572
  const renderStepIcon = (styleMap) => ({ icon }, i) => {
2535
- return (jsx("div", { className: "flex flex-col items-center text-center relative", children: jsx("div", { className: `h-[100px] w-[100px] min-w-[100px] min-h-[100px] rounded-full p-[26px] box-border z-10 ${styleMap.iconBackground}`, children: checkIsIconRenderable(icon) ? (jsx(Img, { image: icon, width: "48", height: "48", asSVG: true })) : (jsx("span", { className: `font-normal text-title-sm ${styleMap.title}`, children: i + 1 })) }) }, String(i)));
2573
+ return (jsx("div", { className: "flex flex-col items-center text-center", children: jsx("div", { className: `h-[100px] w-[100px] min-w-[100px] min-h-[100px] rounded-full p-[26px] box-border z-10 flex justify-center items-center ${styleMap.iconBackground}`, children: checkIsIconRenderable(icon) ? (jsx(Img, { image: icon, width: "48", height: "48", asSVG: true })) : (jsx("span", { className: `text-h4 ${styleMap.iconText}`, children: i + 1 })) }) }, String(i)));
2536
2574
  };
2537
2575
  const renderStepTitle = (styleMap, isMainButton) => (step, i) => {
2538
- return (jsxs("div", { className: "flex flex-col items-center justify-between text-center relative w-[276px] whitespace-pre-line overflow-hidden", children: [jsxs("div", { children: [step.label ? jsx("div", { className: "font-normal text-xl-light m-0 mt-4", children: step.label }) : null, step.description ? (jsx("div", { className: `font-light text-base ${styleMap.description} ${step.label ? 'mt-2' : 'mt-4'}`, children: step.description })) : null] }), step?.button?.text && !isMainButton ? (jsx(Button, { className: "box-border mt-8 py-3 h-12 w-full max-w-[240px]", version: "primary", href: step?.button?.href, children: step.button.text })) : null] }, String(i)));
2576
+ return (jsxs("div", { className: "flex flex-col items-center justify-between text-center w-[276px] overflow-hidden", children: [jsxs("div", { children: [step.label ? jsx("div", { className: "text-xl m-0 mt-4", children: step.label }) : null, step.description ? (jsx("div", { className: `text-l ${styleMap.description} ${step.label ? 'mt-2' : 'mt-4'}`, children: step.description })) : null] }), step?.button?.text && !isMainButton ? (jsx(Button, { className: "mt-8 py-4 w-full max-w-[240px]", version: "primary", href: step?.button?.href, children: step.button.text })) : null] }, String(i)));
2539
2577
  };
2540
2578
 
2541
2579
  const DIVIDER_CLASSES = 'border-main-divider border border-t-0 border-x-0';
@@ -2568,7 +2606,7 @@
2568
2606
  setActiveCardIndex,
2569
2607
  });
2570
2608
  const foldableBlocks = rowData?.map((row, i, { length }) => (jsx(TariffsTableRow, { row: row, isLastRow: i + 1 === length, activeCardIndex: activeCardIndex }, String(i))));
2571
- return (jsxs(BlockWrapper, { context: context, className: `bg-white font-sans py-[50px] pl-[50px] overflow-hidden text-primary-text relative ${className || ''}`, ...rest, children: [title ? (jsx(Heading, { headingType: "h2", className: `text-center ${description ? 'mb-2.5' : 'mb-9'}`, title: title })) : null, description ? jsx("div", { className: "mb-9 text-center text-m-base", children: description }) : null, rowData?.length ? (jsx(Foldable, { blocks: foldableBlocks, hiddenBlocksNum: hiddenRowsNum, context: context, render: (children) => (jsx(Wrapper, { tableArrowScrollControlProps: tableArrowScrollControlProps, children: children })), foldButtonLabel: "\u0420\u0430\u0437\u0432\u0435\u0440\u043D\u0443\u0442\u044C" })) : null] }));
2609
+ return (jsxs(BlockWrapper, { context: context, className: `bg-white font-sans py-[50px] pl-[50px] overflow-hidden text-primary-text relative ${className || ''}`, ...rest, children: [title ? (jsx(Heading, { headingType: "h2", className: `text-center ${description ? 'mb-2.5' : 'mb-9'}`, title: title })) : null, description ? jsx("div", { className: "mb-9 text-center text-l", children: description }) : null, rowData?.length ? (jsx(Foldable, { blocks: foldableBlocks, hiddenBlocksNum: hiddenRowsNum, context: context, render: (children) => (jsx(Wrapper, { tableArrowScrollControlProps: tableArrowScrollControlProps, children: children })), foldButtonLabel: "\u0420\u0430\u0437\u0432\u0435\u0440\u043D\u0443\u0442\u044C" })) : null] }));
2572
2610
  });
2573
2611
  const getColData = (columns) => columns?.map(({ data }) => data) || [];
2574
2612
  const getRowData = (rowHeaders, colData) => rowHeaders?.map((header, i) => ({
@@ -2624,16 +2662,19 @@
2624
2662
  strokeLinejoin: 'round',
2625
2663
  strokeWidth: '1.5',
2626
2664
  };
2627
- return (jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", children: [jsx("path", { ...params, strokeMiterlimit: "10", d: "M21.48 11.95c.5-1.4-.4-2.6-1.9-2.6h-4c-.6 0-1.1-.5-1-1.2l.5-3.2c.2-.9-.4-1.9-1.3-2.2-.8-.3-1.8.1-2.2.7l-4.1 6.1M7.48 18.35l3.1 2.4c.4.4 1.3.6 1.9.6h3.8c1.2 0 2.5-.9 2.8-2.1l1.24-3.77" }), jsx("path", { ...params, d: "M2.38 18.35v-9.8c0-1.4.6-1.9 2-1.9h1c1.4 0 2 .5 2 1.9v9.8c0 1.4-.6 1.9-2 1.9h-1c-1.4 0-2-.5-2-1.9Z" })] }));
2665
+ return (jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", children: [jsx("path", { ...params, strokeMiterlimit: "10",
2666
+ /* eslint-disable max-len */
2667
+ d: "M21.48 11.95c.5-1.4-.4-2.6-1.9-2.6h-4c-.6 0-1.1-.5-1-1.2l.5-3.2c.2-.9-.4-1.9-1.3-2.2-.8-.3-1.8.1-2.2.7l-4.1 6.1M7.48 18.35l3.1 2.4c.4.4 1.3.6 1.9.6h3.8c1.2 0 2.5-.9 2.8-2.1l1.24-3.77" }), jsx("path", { ...params, d: "M2.38 18.35v-9.8c0-1.4.6-1.9 2-1.9h1c1.4 0 2 .5 2 1.9v9.8c0 1.4-.6 1.9-2 1.9h-1c-1.4 0-2-.5-2-1.9Z" })] }));
2628
2668
  };
2629
2669
 
2630
2670
  const LikeControl = JSX(({ className, context, ...rest }) => {
2631
2671
  const likeService = context.useLikeService();
2632
- return (jsxs(BlockWrapper, { Tag: "div", context: context, className: `border-main border-2 border-solid bg-white flex w-[125px] items-center justify-center gap-3 p-2 font-sans ${className || ''}`, ...rest, children: [jsx(LikeButton, { onClick: likeService.like, ariaLabel: "\u041F\u043E\u0441\u0442\u0430\u0432\u0438\u0442\u044C \u043E\u0442\u043C\u0435\u0442\u043A\u0443 \u00AB\u043B\u0430\u0439\u043A\u00BB" }), jsx(LikeButton, { onClick: likeService.dislike, className: "rotate-180", ariaLabel: "\u041F\u043E\u0441\u0442\u0430\u0432\u0438\u0442\u044C \u043E\u0442\u043C\u0435\u0442\u043A\u0443 \u00AB\u0434\u0438\u0437\u043B\u0430\u0439\u043A\u00BB" }), jsx("span", { className: "select-none", children: likeService.likeCount })] }));
2672
+ return (jsxs(BlockWrapper, { tag: "div", context: context, className: `border-main border-2 border-solid bg-white flex w-[125px] items-center justify-center gap-3 p-2 font-sans ${className || ''}`, ...rest, children: [jsx(LikeButton, { onClick: likeService.like, ariaLabel: "\u041F\u043E\u0441\u0442\u0430\u0432\u0438\u0442\u044C \u043E\u0442\u043C\u0435\u0442\u043A\u0443 \u00AB\u043B\u0430\u0439\u043A\u00BB" }), jsx(LikeButton, { onClick: likeService.dislike, className: "rotate-180", ariaLabel: "\u041F\u043E\u0441\u0442\u0430\u0432\u0438\u0442\u044C \u043E\u0442\u043C\u0435\u0442\u043A\u0443 \u00AB\u0434\u0438\u0437\u043B\u0430\u0439\u043A\u00BB" }), jsx("span", { className: "select-none", children: likeService.likeCount })] }));
2633
2673
  });
2634
2674
 
2635
2675
  const defaultBlockDecorator = ({ blockClassName, block, render }) => render({ blockClassName, block });
2636
- const ContentPage = JSX(({ className = '', context, blocksRegistry, data: { style: pageStyle, blocks, slots = {}, likeControl, colorPalette = 'pc' }, blockDecorator = defaultBlockDecorator, }) => {
2676
+ const ContentPage = JSX(({ className = '', context, blocksRegistry, data = {}, blockDecorator = defaultBlockDecorator, }) => {
2677
+ const { style: pageStyle, blocks, slots = {}, likeControl, colorPalette = 'pc' } = data;
2637
2678
  const { header } = slots;
2638
2679
  return (jsxs("section", { className: `relative ${style2className(pageStyle)} ${className}`, "data-theme": colorPalette, children: [header?.blocks?.length ? (jsx("div", { className: `${style2className(header?.style)}`, children: header.blocks.map((block, i) => renderBlock({ block, blockDecorator, blocksRegistry, context }, i)) })) : null, blocks?.length ? (jsx("div", { className: "container grid grid-cols-12 gap-1", children: blocks.map((block, i) => renderBlock({ block, blockDecorator, blocksRegistry, context }, i)) })) : null, likeControl ? (jsx("div", { className: "flex items-end absolute bottom-0 right-0 h-full pointer-events-none", children: jsx(LikeControl, { className: "rounded-tl-lg sticky bottom-0 pointer-events-auto", context: context }, "LikeControl") })) : null] }));
2639
2680
  });