@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
@@ -1,4 +1,3 @@
1
- import type { FuncReturnVoid } from '../../types';
2
1
  export interface InputRangeProps {
3
2
  className?: string;
4
3
  items?: string[];
@@ -7,5 +6,5 @@ export interface InputRangeProps {
7
6
  step?: number;
8
7
  value?: number;
9
8
  title?: string;
10
- onChange?: FuncReturnVoid<number>;
9
+ onChange?: (value: number) => void;
11
10
  }
@@ -1,12 +1,12 @@
1
- interface SVGPathOptions {
1
+ export interface SVGPathOptions {
2
2
  fill?: string;
3
3
  stroke?: string;
4
- strokeLinecap?: string;
5
- strokeLinejoin?: string;
4
+ strokeLinecap?: 'inherit' | 'butt' | 'round' | 'square';
5
+ strokeLinejoin?: 'inherit' | 'round' | 'miter' | 'bevel';
6
6
  strokeWidth?: string;
7
7
  strokeMiterlimit?: string;
8
8
  }
9
- interface SVGPath extends SVGPathOptions {
9
+ export interface SVGPath extends SVGPathOptions {
10
10
  d: string;
11
11
  }
12
12
  export interface SVGProps extends SVGPathOptions {
@@ -17,4 +17,3 @@ export interface SVGProps extends SVGPathOptions {
17
17
  height?: string;
18
18
  }
19
19
  export declare const SVG: (props: import("@redneckz/uni-jsx").PropsWithChildren<SVGProps, any>, context?: any) => any;
20
- export {};
@@ -5,17 +5,17 @@ import { Img } from '../Img/Img.js';
5
5
  export const SearchBarInner = JSX(({ className, context, isMobile = false }) => {
6
6
  const { term, setTerm } = context.useSearch();
7
7
  const LoupeIconClassName = isMobile ? 'w-[20px] h-[20px]' : 'w-[24px] h-[24px]';
8
- const SearchBarLabelClassName = isMobile ? 'font-normal text-sm' : 'font-light text-base';
8
+ const SearchBarLabelClassName = isMobile ? 'font-normal text-sm' : 'text-l-light';
9
9
  const SearchBarInputClassName = isMobile
10
10
  ? ' placeholder-transparent font-normal'
11
11
  : 'font-light h-full';
12
- const inputPlaceholder = isMobile ? 'some search' : null;
13
- 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
12
+ const inputPlaceholder = isMobile ? 'some search' : undefined;
13
+ 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
14
14
  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) => {
15
15
  e.preventDefault();
16
16
  setTerm('');
17
- }, 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) => {
18
- e.preventDefault();
17
+ }, 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) => {
18
+ ev?.preventDefault();
19
19
  console.log('click');
20
20
  }, children: _jsx("div", { className: "font-normal text-sm px-9 py-[9px]", children: "\u041D\u0430\u0439\u0442\u0438" }) }))] }));
21
21
  });
@@ -1 +1 @@
1
- {"version":3,"file":"SearchBarInner.js","sourceRoot":"","sources":["../../../src/ui-kit/SearchBar/SearchBarInner.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAExC,OAAO,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAC1C,OAAO,EAAE,GAAG,EAAE,MAAM,YAAY,CAAC;AAMjC,MAAM,CAAC,MAAM,cAAc,GAAG,GAAG,CAC/B,CAAC,EAAE,SAAS,EAAE,OAAO,EAAE,QAAQ,GAAG,KAAK,EAAE,EAAE,EAAE;IAC3C,MAAM,EAAE,IAAI,EAAE,OAAO,EAAE,GAAG,OAAO,CAAC,SAAS,EAAE,CAAC;IAE9C,MAAM,kBAAkB,GAAG,QAAQ,CAAC,CAAC,CAAC,mBAAmB,CAAC,CAAC,CAAC,mBAAmB,CAAC;IAChF,MAAM,uBAAuB,GAAG,QAAQ,CAAC,CAAC,CAAC,qBAAqB,CAAC,CAAC,CAAC,sBAAsB,CAAC;IAC1F,MAAM,uBAAuB,GAAG,QAAQ;QACtC,CAAC,CAAC,sCAAsC;QACxC,CAAC,CAAC,mBAAmB,CAAC;IACxB,MAAM,gBAAgB,GAAG,QAAQ,CAAC,CAAC,CAAC,aAAa,CAAC,CAAC,CAAC,IAAI,CAAC;IAEzD,OAAO,CACL,gBAAM,SAAS,EAAE,sBAAsB,SAAS,EAAE,aAChD,eAAK,SAAS,EAAC,yGAAyG,aACtH,cAAK,SAAS,EAAE,kBAAkB,YAChC,KAAC,GAAG,IAAC,KAAK,EAAC,WAAW,EAAC,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,GAAG,GAC5C,EACL,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CACb,gBACE,OAAO,EAAC,kBAAkB,EAC1B,SAAS,EAAE,uBAAuB,uBAAuB,EAAE,2FAGrD,CACT,IACG,EACN,gBACE,EAAE,EAAC,kBAAkB,EACrB,SAAS,EAAE;mFAC8D,uBAAuB,EAAE,EAClG,KAAK,EAAE,IAAI,EACX,QAAQ,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,OAAO,CAAC,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,EACxC,IAAI,EAAC,MAAM,EACX,IAAI,EAAC,kBAAkB,EACvB,WAAW,EAAE,gBAAgB,GAC7B,EACD,QAAQ,CAAC,CAAC,CAAC,CACV,iBACE,SAAS,EAAC,uHAAuH,EACjI,OAAO,EAAE,CAAC,CAAC,EAAE,EAAE;oBACb,CAAC,CAAC,cAAc,EAAE,CAAC;oBACnB,OAAO,CAAC,EAAE,CAAC,CAAC;gBACd,CAAC,YAED,KAAC,GAAG,IAAC,KAAK,EAAC,WAAW,EAAC,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,GAAG,GACzC,CACV,CAAC,CAAC,CAAC,CACF,KAAC,MAAM,IACL,OAAO,EAAC,SAAS,EACjB,IAAI,EAAC,gCAAO,EACZ,SAAS,EAAC,qDAAqD,EAC/D,OAAO,EAAE,CAAC,CAAC,EAAE,EAAE;oBACb,CAAC,CAAC,cAAc,EAAE,CAAC;oBACnB,OAAO,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC;gBACvB,CAAC,YAED,cAAK,SAAS,EAAC,mCAAmC,+CAAY,GACvD,CACV,IACI,CACR,CAAC;AACJ,CAAC,CACF,CAAC"}
1
+ {"version":3,"file":"SearchBarInner.js","sourceRoot":"","sources":["../../../src/ui-kit/SearchBar/SearchBarInner.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAExC,OAAO,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAC1C,OAAO,EAAE,GAAG,EAAE,MAAM,YAAY,CAAC;AAMjC,MAAM,CAAC,MAAM,cAAc,GAAG,GAAG,CAC/B,CAAC,EAAE,SAAS,EAAE,OAAO,EAAE,QAAQ,GAAG,KAAK,EAAE,EAAE,EAAE;IAC3C,MAAM,EAAE,IAAI,EAAE,OAAO,EAAE,GAAG,OAAO,CAAC,SAAS,EAAE,CAAC;IAE9C,MAAM,kBAAkB,GAAG,QAAQ,CAAC,CAAC,CAAC,mBAAmB,CAAC,CAAC,CAAC,mBAAmB,CAAC;IAChF,MAAM,uBAAuB,GAAG,QAAQ,CAAC,CAAC,CAAC,qBAAqB,CAAC,CAAC,CAAC,cAAc,CAAC;IAClF,MAAM,uBAAuB,GAAG,QAAQ;QACtC,CAAC,CAAC,sCAAsC;QACxC,CAAC,CAAC,mBAAmB,CAAC;IACxB,MAAM,gBAAgB,GAAG,QAAQ,CAAC,CAAC,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;IAE9D,OAAO,CACL,gBAAM,SAAS,EAAE,sBAAsB,SAAS,EAAE,aAChD,eAAK,SAAS,EAAC,yGAAyG,aACtH,cAAK,SAAS,EAAE,kBAAkB,YAChC,KAAC,GAAG,IAAC,KAAK,EAAC,WAAW,EAAC,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,GAAG,GAC5C,EACL,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CACb,gBACE,OAAO,EAAC,kBAAkB,EAC1B,SAAS,EAAE,uBAAuB,uBAAuB,EAAE,2FAGrD,CACT,IACG,EACN,gBACE,EAAE,EAAC,kBAAkB,EACrB,SAAS,EAAE;mFAC8D,uBAAuB,EAAE,EAClG,KAAK,EAAE,IAAI,EACX,QAAQ,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,OAAO,CAAC,CAAC,CAAC,MAAM,CAAC,KAAe,CAAC,EAClD,IAAI,EAAC,MAAM,EACX,IAAI,EAAC,kBAAkB,EACvB,WAAW,EAAE,gBAAgB,GAC7B,EACD,QAAQ,CAAC,CAAC,CAAC,CACV,iBACE,SAAS,EAAC,uHAAuH,EACjI,OAAO,EAAE,CAAC,CAAC,EAAE,EAAE;oBACb,CAAC,CAAC,cAAc,EAAE,CAAC;oBACnB,OAAO,CAAC,EAAE,CAAC,CAAC;gBACd,CAAC,YAED,KAAC,GAAG,IAAC,KAAK,EAAC,WAAW,EAAC,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,GAAG,GACzC,CACV,CAAC,CAAC,CAAC,CACF,KAAC,MAAM,IACL,OAAO,EAAC,SAAS,EACjB,IAAI,EAAC,gCAAO,EACZ,SAAS,EAAC,qDAAqD,EAC/D,OAAO,EAAE,CAAC,EAAE,EAAE,EAAE;oBACd,EAAE,EAAE,cAAc,EAAE,CAAC;oBACrB,OAAO,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC;gBACvB,CAAC,YAED,cAAK,SAAS,EAAC,mCAAmC,+CAAY,GACvD,CACV,IACI,CACR,CAAC;AACJ,CAAC,CACF,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Select.js","sourceRoot":"","sources":["../../../src/ui-kit/Select/Select.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAUxC,MAAM,CAAC,MAAM,MAAM,GAAG,GAAG,CACvB,CAAC,EAAE,SAAS,GAAG,EAAE,EAAE,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,KAAK,EAAE,QAAQ,EAAE,EAAE,EAAE;IAC1D,OAAO,CACL,iBACE,SAAS,EAAE,SAAS,EACpB,EAAE,EAAE,EAAE,EACN,IAAI,EAAE,IAAI,IAAI,EAAE,EAChB,KAAK,EAAE,KAAK,EACZ,QAAQ,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,YAExC,QAAQ,GACF,CACV,CAAC;AACJ,CAAC,CACF,CAAC"}
1
+ {"version":3,"file":"Select.js","sourceRoot":"","sources":["../../../src/ui-kit/Select/Select.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAUxC,MAAM,CAAC,MAAM,MAAM,GAAG,GAAG,CACvB,CAAC,EAAE,SAAS,GAAG,EAAE,EAAE,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,KAAK,EAAE,QAAQ,EAAE,EAAE,EAAE;IAC1D,OAAO,CACL,iBACE,SAAS,EAAE,SAAS,EACpB,EAAE,EAAE,EAAE,EACN,IAAI,EAAE,IAAI,IAAI,EAAE,EAChB,KAAK,EAAE,KAAK,EACZ,QAAQ,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,KAAe,CAAC,YAElD,QAAQ,GACF,CACV,CAAC;AACJ,CAAC,CACF,CAAC"}
@@ -15,7 +15,7 @@ export const SwipeListControl = JSX(({ className, context, children, gap = DEFAU
15
15
  children,
16
16
  };
17
17
  const handleScroll = (e) => {
18
- const { scrollLeft, clientWidth, childElementCount, scrollWidth, children: childrenCollection, } = e.currentTarget;
18
+ const { scrollLeft, clientWidth, childElementCount, scrollWidth, children: childrenCollection, } = e?.currentTarget;
19
19
  // horizontal PADDING / 2 to compensate padding-margin combo of child container
20
20
  // without CSS calc function, as wrapper element gets bigger in the DOM, remaining same visually
21
21
  const itemWidth = childrenCollection[0].offsetWidth - padding / 2;
@@ -1 +1 @@
1
- {"version":3,"file":"SwipeListControl.js","sourceRoot":"","sources":["../../../src/ui-kit/SwipeListControl/SwipeListControl.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AACxC,OAAO,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAC3D,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAE9D,OAAO,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AACtD,OAAO,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAE1D,MAAM,CAAC,MAAM,gBAAgB,GAAG,GAAG,CACjC,CAAC,EACC,SAAS,EACT,OAAO,EACP,QAAQ,EACR,GAAG,GAAG,WAAW,EACjB,OAAO,GAAG,eAAe,EACzB,QAAQ,GAAG,IAAI,EACf,aAAa,GACd,EAAE,EAAE;IACH,MAAM,CAAC,WAAW,EAAE,cAAc,CAAC,GAAG,OAAO,CAAC,QAAQ,CAAS,CAAC,CAAC,CAAC;IAClE,MAAM,CAAC,aAAa,EAAE,gBAAgB,CAAC,GAAG,OAAO,CAAC,QAAQ,CAAS,CAAC,CAAC,CAAC;IAEtE,MAAM,SAAS,GAAG;QAChB,WAAW;QACX,aAAa;QACb,QAAQ;QACR,QAAQ;KACT,CAAC;IAEF,MAAM,YAAY,GAAG,CAAC,CAAU,EAAE,EAAE;QAClC,MAAM,EACJ,UAAU,EACV,WAAW,EACX,iBAAiB,EACjB,WAAW,EACX,QAAQ,EAAE,kBAAkB,GAC7B,GAAG,CAAC,CAAC,aAA4B,CAAC;QAEnC,+EAA+E;QAC/E,gGAAgG;QAChG,MAAM,SAAS,GAAI,kBAAkB,CAAC,CAAC,CAAiB,CAAC,WAAW,GAAG,OAAO,GAAG,CAAC,CAAC;QACnF,MAAM,YAAY,GAAG,eAAe,CAAC;YACnC,GAAG;YACH,OAAO;YACP,WAAW;YACX,WAAW;YACX,iBAAiB;YACjB,SAAS;SACV,CAAC,CAAC;QAEH,MAAM,EAAE,KAAK,EAAE,QAAQ,EAAE,GAAG,aAAa,CAAC,UAAU,EAAE,YAAY,CAAC,CAAC;QACpE,IAAI,KAAK,KAAK,WAAW,IAAI,aAAa,EAAE;YAC1C,aAAa,EAAE,CAAC;SACjB;QACD,cAAc,CAAC,KAAK,CAAC,CAAC;QACtB,gBAAgB,CAAC,QAAQ,CAAC,CAAC;IAC7B,CAAC,CAAC;IAEF,OAAO,CACL,eAAK,SAAS,EAAE,SAAS,aACvB,KAAC,oBAAoB,IACnB,GAAG,EAAE,GAAG,EACR,OAAO,EAAE,OAAO,EAChB,WAAW,EAAE,WAAW,EACxB,QAAQ,EAAE,YAAY,YAErB,QAAQ,GACY,EACvB,KAAC,oBAAoB,OAAK,SAAS,GAAI,IACnC,CACP,CAAC;AACJ,CAAC,CACF,CAAC"}
1
+ {"version":3,"file":"SwipeListControl.js","sourceRoot":"","sources":["../../../src/ui-kit/SwipeListControl/SwipeListControl.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AACxC,OAAO,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAC3D,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAE9D,OAAO,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AACtD,OAAO,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAE1D,MAAM,CAAC,MAAM,gBAAgB,GAAG,GAAG,CACjC,CAAC,EACC,SAAS,EACT,OAAO,EACP,QAAQ,EACR,GAAG,GAAG,WAAW,EACjB,OAAO,GAAG,eAAe,EACzB,QAAQ,GAAG,IAAI,EACf,aAAa,GACd,EAAE,EAAE;IACH,MAAM,CAAC,WAAW,EAAE,cAAc,CAAC,GAAG,OAAO,CAAC,QAAQ,CAAS,CAAC,CAAC,CAAC;IAClE,MAAM,CAAC,aAAa,EAAE,gBAAgB,CAAC,GAAG,OAAO,CAAC,QAAQ,CAAS,CAAC,CAAC,CAAC;IAEtE,MAAM,SAAS,GAAG;QAChB,WAAW;QACX,aAAa;QACb,QAAQ;QACR,QAAQ;KACT,CAAC;IAEF,MAAM,YAAY,GAAG,CAAC,CAAC,EAAE,EAAE;QACzB,MAAM,EACJ,UAAU,EACV,WAAW,EACX,iBAAiB,EACjB,WAAW,EACX,QAAQ,EAAE,kBAAkB,GAC7B,GAAG,CAAC,EAAE,aAA4B,CAAC;QAEpC,+EAA+E;QAC/E,gGAAgG;QAChG,MAAM,SAAS,GAAI,kBAAkB,CAAC,CAAC,CAAiB,CAAC,WAAW,GAAG,OAAO,GAAG,CAAC,CAAC;QACnF,MAAM,YAAY,GAAG,eAAe,CAAC;YACnC,GAAG;YACH,OAAO;YACP,WAAW;YACX,WAAW;YACX,iBAAiB;YACjB,SAAS;SACV,CAAC,CAAC;QAEH,MAAM,EAAE,KAAK,EAAE,QAAQ,EAAE,GAAG,aAAa,CAAC,UAAU,EAAE,YAAY,CAAC,CAAC;QACpE,IAAI,KAAK,KAAK,WAAW,IAAI,aAAa,EAAE;YAC1C,aAAa,EAAE,CAAC;SACjB;QACD,cAAc,CAAC,KAAK,CAAC,CAAC;QACtB,gBAAgB,CAAC,QAAQ,CAAC,CAAC;IAC7B,CAAC,CAAC;IAEF,OAAO,CACL,eAAK,SAAS,EAAE,SAAS,aACvB,KAAC,oBAAoB,IACnB,GAAG,EAAE,GAAG,EACR,OAAO,EAAE,OAAO,EAChB,WAAW,EAAE,WAAW,EACxB,QAAQ,EAAE,YAAY,YAErB,QAAQ,GACY,EACvB,KAAC,oBAAoB,OAAK,SAAS,GAAI,IACnC,CACP,CAAC;AACJ,CAAC,CACF,CAAC"}
@@ -18,7 +18,7 @@ export const SwipeListControlDots = JSX(({ children, activeIndex, indexFraction,
18
18
  });
19
19
  const getDotStyles = (currentIdx, activeIndex, indexFraction) => {
20
20
  if (currentIdx < activeIndex || currentIdx > activeIndex + 1) {
21
- return null;
21
+ return;
22
22
  }
23
23
  const leftIndexMod = 1 - indexFraction;
24
24
  const rightIndexMod = indexFraction;
@@ -1 +1 @@
1
- {"version":3,"file":"SwipeListControlDots.js","sourceRoot":"","sources":["../../../src/ui-kit/SwipeListControl/SwipeListControlDots.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAExC,MAAM,UAAU,GAAG,yEAAyE,CAAC;AAC7F,MAAM,cAAc,GAAG,CAAC,CAAC;AACzB,MAAM,uBAAuB,GAAG,EAAE,CAAC;AACnC,MAAM,gBAAgB,GAAG,GAAG,CAAC;AAC7B,MAAM,yBAAyB,GAAG,GAAG,CAAC;AAQtC,MAAM,CAAC,MAAM,oBAAoB,GAAG,GAAG,CACrC,CAAC,EAAE,QAAQ,EAAE,WAAW,EAAE,aAAa,EAAE,QAAQ,EAAE,EAAE,EAAE;IACrD,MAAM,WAAW,GAAG,CAAC,GAAW,EAAE,EAAE,CAAC,CAAC,CAAQ,EAAE,EAAE;QAChD,IAAI,GAAG,KAAK,WAAW,EAAE;YACvB,OAAO;SACR;QAED,MAAM,gBAAgB,GAAI,CAAC,CAAC,aAA6B,CAAC,aAAa;YACrE,EAAE,sBAAsB,CAAC;QAE3B,gBAAgB,EAAE,QAAQ,CAAC,GAAG,CAAC,EAAE,cAAc,CAAC,EAAE,QAAQ,EAAE,QAAQ,EAAE,KAAK,EAAE,SAAS,EAAE,CAAC,CAAC;IAC5F,CAAC,CAAC;IAEF,OAAO,QAAQ,IAAI,QAAQ,EAAE,MAAM,CAAC,CAAC,CAAC,CACpC,cAAK,SAAS,EAAC,+BAA+B,YAC3C,QAAQ,EAAE,GAAG,CAAC,CAAC,CAAC,EAAE,GAAG,EAAE,EAAE,CAAC,CACzB,cAEE,OAAO,EAAE,WAAW,CAAC,GAAG,CAAC,EACzB,SAAS,EAAE,GAAG,UAAU,EAAE,EAC1B,KAAK,EAAE,YAAY,CAAC,GAAG,EAAE,WAAW,EAAE,aAAa,CAAC,yBAH/C,MAAM,CAAC,GAAG,CAAC,CAKhB,CACH,CAAC,GACE,CACP,CAAC,CAAC,CAAC,IAAI,CAAC;AACX,CAAC,CACF,CAAC;AAEF,MAAM,YAAY,GAAG,CACnB,UAAkB,EAClB,WAAmB,EACnB,aAAqB,EACU,EAAE;IACjC,IAAI,UAAU,GAAG,WAAW,IAAI,UAAU,GAAG,WAAW,GAAG,CAAC,EAAE;QAC5D,OAAO,IAAI,CAAC;KACb;IAED,MAAM,YAAY,GAAG,CAAC,GAAG,aAAa,CAAC;IACvC,MAAM,aAAa,GAAG,aAAa,CAAC;IAEpC,OAAO,UAAU,KAAK,WAAW;QAC/B,CAAC,CAAC;YACE,OAAO,EAAE,GAAG,gBAAgB,GAAG,yBAAyB,GAAG,YAAY,EAAE;YACzE,KAAK,EAAE,GAAG,cAAc,GAAG,uBAAuB,GAAG,YAAY,IAAI;SACtE;QACH,CAAC,CAAC;YACE,OAAO,EAAE,GAAG,gBAAgB,GAAG,yBAAyB,GAAG,aAAa,EAAE;YAC1E,KAAK,EAAE,GAAG,cAAc,GAAG,uBAAuB,GAAG,aAAa,IAAI;SACvE,CAAC;AACR,CAAC,CAAC"}
1
+ {"version":3,"file":"SwipeListControlDots.js","sourceRoot":"","sources":["../../../src/ui-kit/SwipeListControl/SwipeListControlDots.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAExC,MAAM,UAAU,GAAG,yEAAyE,CAAC;AAC7F,MAAM,cAAc,GAAG,CAAC,CAAC;AACzB,MAAM,uBAAuB,GAAG,EAAE,CAAC;AACnC,MAAM,gBAAgB,GAAG,GAAG,CAAC;AAC7B,MAAM,yBAAyB,GAAG,GAAG,CAAC;AAQtC,MAAM,CAAC,MAAM,oBAAoB,GAAG,GAAG,CACrC,CAAC,EAAE,QAAQ,EAAE,WAAW,EAAE,aAAa,EAAE,QAAQ,EAAE,EAAE,EAAE;IACrD,MAAM,WAAW,GAAG,CAAC,GAAW,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,EAAE;QACzC,IAAI,GAAG,KAAK,WAAW,EAAE;YACvB,OAAO;SACR;QAED,MAAM,gBAAgB,GAAI,CAAC,CAAC,aAA6B,CAAC,aAAa;YACrE,EAAE,sBAAsB,CAAC;QAE3B,gBAAgB,EAAE,QAAQ,CAAC,GAAG,CAAC,EAAE,cAAc,CAAC,EAAE,QAAQ,EAAE,QAAQ,EAAE,KAAK,EAAE,SAAS,EAAE,CAAC,CAAC;IAC5F,CAAC,CAAC;IAEF,OAAO,QAAQ,IAAI,QAAQ,EAAE,MAAM,CAAC,CAAC,CAAC,CACpC,cAAK,SAAS,EAAC,+BAA+B,YAC3C,QAAQ,EAAE,GAAG,CAAC,CAAC,CAAC,EAAE,GAAW,EAAE,EAAE,CAAC,CACjC,cAEE,OAAO,EAAE,WAAW,CAAC,GAAG,CAAC,EACzB,SAAS,EAAE,GAAG,UAAU,EAAE,EAC1B,KAAK,EAAE,YAAY,CAAC,GAAG,EAAE,WAAW,EAAE,aAAa,CAAC,yBAH/C,MAAM,CAAC,GAAG,CAAC,CAKhB,CACH,CAAC,GACE,CACP,CAAC,CAAC,CAAC,IAAI,CAAC;AACX,CAAC,CACF,CAAC;AAEF,MAAM,YAAY,GAAG,CACnB,UAAkB,EAClB,WAAmB,EACnB,aAAqB,EACe,EAAE;IACtC,IAAI,UAAU,GAAG,WAAW,IAAI,UAAU,GAAG,WAAW,GAAG,CAAC,EAAE;QAC5D,OAAO;KACR;IAED,MAAM,YAAY,GAAG,CAAC,GAAG,aAAa,CAAC;IACvC,MAAM,aAAa,GAAG,aAAa,CAAC;IAEpC,OAAO,UAAU,KAAK,WAAW;QAC/B,CAAC,CAAC;YACE,OAAO,EAAE,GAAG,gBAAgB,GAAG,yBAAyB,GAAG,YAAY,EAAE;YACzE,KAAK,EAAE,GAAG,cAAc,GAAG,uBAAuB,GAAG,YAAY,IAAI;SACtE;QACH,CAAC,CAAC;YACE,OAAO,EAAE,GAAG,gBAAgB,GAAG,yBAAyB,GAAG,aAAa,EAAE;YAC1E,KAAK,EAAE,GAAG,cAAc,GAAG,uBAAuB,GAAG,aAAa,IAAI;SACvE,CAAC;AACR,CAAC,CAAC"}
@@ -5,6 +5,6 @@ import { SwipeContainer } from './SwipeListControlProps';
5
5
  export interface SwipeListControlListProps extends SwipeContainer {
6
6
  className?: string;
7
7
  activeIndex: number;
8
- onScroll?: (e: UIEvent) => void;
8
+ onScroll?: (e: any) => void;
9
9
  }
10
10
  export declare const SwipeListControlList: (props: import("@redneckz/uni-jsx").PropsWithChildren<SwipeListControlListProps, any>, context?: any) => any;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "@redneckz/uni-jsx/jsx-runtime";
2
2
  import { JSX } from '@redneckz/uni-jsx';
3
+ import { DEFAULT_GAP, DEFAULT_PADDING } from './constants.js';
3
4
  import { SwipeListControlItem } from './SwipeListControlItem.js';
4
5
  import { getContainerStyle } from './utils/getContainerStyle.js';
5
- import { DEFAULT_GAP, DEFAULT_PADDING } from './constants.js';
6
6
  export const SwipeListControlList = JSX(({ className = '', children, activeIndex, onScroll, gap = DEFAULT_GAP, padding = DEFAULT_PADDING, }) => {
7
7
  return (_jsx("div", { className: `overflow-auto flex horizontal-list no-scrollbar ${className}`, style: { ...getContainerStyle(padding), gap: `${gap}px` }, role: "list", onScroll: onScroll, children: children?.length ? (children?.map((child, idx) => (_jsx(SwipeListControlItem, { style: getContainerStyle(padding / 4), "aria-current": Boolean(activeIndex === idx), children: child }, String(idx))))) : (_jsx(SwipeListControlItem, { children: children })) }));
8
8
  });
@@ -1 +1 @@
1
- {"version":3,"file":"SwipeListControlList.js","sourceRoot":"","sources":["../../../src/ui-kit/SwipeListControl/SwipeListControlList.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AACxC,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;AAC9D,OAAO,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAY3D,MAAM,CAAC,MAAM,oBAAoB,GAAG,GAAG,CACrC,CAAC,EACC,SAAS,GAAG,EAAE,EACd,QAAQ,EACR,WAAW,EACX,QAAQ,EACR,GAAG,GAAG,WAAW,EACjB,OAAO,GAAG,eAAe,GAC1B,EAAE,EAAE;IACH,OAAO,CACL,cACE,SAAS,EAAE,mDAAmD,SAAS,EAAE,EACzE,KAAK,EAAE,EAAE,GAAG,iBAAiB,CAAC,OAAO,CAAC,EAAE,GAAG,EAAE,GAAG,GAAG,IAAI,EAAE,EACzD,IAAI,EAAC,MAAM,EACX,QAAQ,EAAE,QAAQ,YAEjB,QAAQ,EAAE,MAAM,CAAC,CAAC,CAAC,CAClB,QAAQ,EAAE,GAAG,CAAC,CAAC,KAAK,EAAE,GAAG,EAAE,EAAE,CAAC,CAC5B,KAAC,oBAAoB,IAEnB,KAAK,EAAE,iBAAiB,CAAC,OAAO,GAAG,CAAC,CAAC,kBACvB,OAAO,CAAC,WAAW,KAAK,GAAG,CAAC,YAEzC,KAAK,IAJD,MAAM,CAAC,GAAG,CAAC,CAKK,CACxB,CAAC,CACH,CAAC,CAAC,CAAC,CACF,KAAC,oBAAoB,cAAE,QAAQ,GAAwB,CACxD,GACG,CACP,CAAC;AACJ,CAAC,CACF,CAAC"}
1
+ {"version":3,"file":"SwipeListControlList.js","sourceRoot":"","sources":["../../../src/ui-kit/SwipeListControl/SwipeListControlList.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AACxC,OAAO,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAC3D,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAE9D,OAAO,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;AAW9D,MAAM,CAAC,MAAM,oBAAoB,GAAG,GAAG,CACrC,CAAC,EACC,SAAS,GAAG,EAAE,EACd,QAAQ,EACR,WAAW,EACX,QAAQ,EACR,GAAG,GAAG,WAAW,EACjB,OAAO,GAAG,eAAe,GAC1B,EAAE,EAAE;IACH,OAAO,CACL,cACE,SAAS,EAAE,mDAAmD,SAAS,EAAE,EACzE,KAAK,EAAE,EAAE,GAAG,iBAAiB,CAAC,OAAO,CAAC,EAAE,GAAG,EAAE,GAAG,GAAG,IAAI,EAAE,EACzD,IAAI,EAAC,MAAM,EACX,QAAQ,EAAE,QAAQ,YAEjB,QAAQ,EAAE,MAAM,CAAC,CAAC,CAAC,CAClB,QAAQ,EAAE,GAAG,CAAC,CAAC,KAAK,EAAE,GAAG,EAAE,EAAE,CAAC,CAC5B,KAAC,oBAAoB,IAEnB,KAAK,EAAE,iBAAiB,CAAC,OAAO,GAAG,CAAC,CAAC,kBACvB,OAAO,CAAC,WAAW,KAAK,GAAG,CAAC,YAEzC,KAAK,IAJD,MAAM,CAAC,GAAG,CAAC,CAKK,CACxB,CAAC,CACH,CAAC,CAAC,CAAC,CACF,KAAC,oBAAoB,cAAE,QAAQ,GAAwB,CACxD,GACG,CACP,CAAC;AACJ,CAAC,CACF,CAAC"}
@@ -1,8 +1,7 @@
1
- import { FuncReturnVoid } from '../../types';
2
1
  export interface TableArrowScrollControlProps {
3
2
  isScrollAvailable?: boolean;
4
- handleNextClick: FuncReturnVoid<MouseEvent>;
5
- handlePrevClick: FuncReturnVoid<MouseEvent>;
3
+ handleNextClick: () => void;
4
+ handlePrevClick: () => void;
6
5
  showNextButton: boolean;
7
6
  showPrevButton: boolean;
8
7
  }
@@ -9,7 +9,7 @@ export const Tabs = JSX(({ tabs, currentTabIndex, onTabClick }) => {
9
9
  const tabDescriptionStyle = (isActive = false) => `font-light text-xs ${isActive ? '' : 'text-secondary-text'}`;
10
10
  const renderTab = (currentTabIndex, onTabClick) => (tab, index) => {
11
11
  const isActive = currentTabIndex === index;
12
- return (_jsxs("div", { className: `flex h-full flex-1 cursor-pointer mr-2 last:mr-0 box-content ${isActive ? ACTIVE_TAB_STYLE : TAB_STYLE}`, role: "tab", onClick: () => onTabClick(index), "aria-selected": String(isActive), children: [tab?.icon ? renderIcon(tab, isActive) : null, _jsxs("div", { children: [tab?.title ? _jsx("h3", { className: "font-medium m-0 text-base", children: tab?.title }) : null, tab?.description ? (_jsx("span", { className: tabDescriptionStyle(isActive), children: tab?.description })) : null] })] }, String(index)));
12
+ return (_jsxs("div", { className: `flex h-full flex-1 cursor-pointer mr-2 last:mr-0 box-content ${isActive ? ACTIVE_TAB_STYLE : TAB_STYLE}`, role: "tab", onClick: () => onTabClick(index), "aria-selected": isActive, children: [tab?.icon ? renderIcon(tab, isActive) : null, _jsxs("div", { children: [tab?.title ? _jsx("h3", { className: "font-medium m-0 text-base", children: tab?.title }) : null, tab?.description ? (_jsx("span", { className: tabDescriptionStyle(isActive), children: tab?.description })) : null] })] }, String(index)));
13
13
  };
14
14
  const renderIcon = (tab, isActive) => (_jsx("div", { className: "h-full mt-1", children: _jsx(Img, { className: `w-5 h-5 mr-3 ${isActive ? 'invert' : ''}`, image: tab?.icon || 'CardIcon', asSVG: !isActive }) }));
15
15
  //# sourceMappingURL=Tabs.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Tabs.js","sourceRoot":"","sources":["../../../src/ui-kit/Tabs/Tabs.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AACxC,OAAO,EAAE,GAAG,EAAE,MAAM,YAAY,CAAC;AAGjC,MAAM,SAAS,GAAG,0DAA0D,CAAC;AAC7E,MAAM,gBAAgB,GAAG,gDAAgD,CAAC;AAE1E,MAAM,CAAC,MAAM,IAAI,GAAG,GAAG,CAAY,CAAC,EAAE,IAAI,EAAE,eAAe,EAAE,UAAU,EAAE,EAAE,EAAE;IAC3E,OAAO,CACL,cAAK,SAAS,EAAC,4CAA4C,EAAC,IAAI,EAAC,SAAS,YACvE,IAAI,EAAE,GAAG,CAAC,SAAS,CAAC,eAAe,EAAE,UAAU,CAAC,CAAC,GAC9C,CACP,CAAC;AACJ,CAAC,CAAC,CAAC;AAEH,MAAM,mBAAmB,GAAG,CAAC,QAAQ,GAAG,KAAK,EAAE,EAAE,CAC/C,sBAAsB,QAAQ,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,qBAAqB,EAAE,CAAC;AAEhE,MAAM,SAAS,GACb,CAAC,eAAuB,EAAE,UAA2B,EAAE,EAAE,CAAC,CAAC,GAAQ,EAAE,KAAa,EAAE,EAAE;IACpF,MAAM,QAAQ,GAAG,eAAe,KAAK,KAAK,CAAC;IAE3C,OAAO,CACL,eAEE,SAAS,EAAE,gEACT,QAAQ,CAAC,CAAC,CAAC,gBAAgB,CAAC,CAAC,CAAC,SAChC,EAAE,EACF,IAAI,EAAC,KAAK,EACV,OAAO,EAAE,GAAG,EAAE,CAAC,UAAU,CAAC,KAAK,CAAC,mBACjB,MAAM,CAAC,QAAQ,CAAC,aAE9B,GAAG,EAAE,IAAI,CAAC,CAAC,CAAC,UAAU,CAAC,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,IAAI,EAC7C,0BACG,GAAG,EAAE,KAAK,CAAC,CAAC,CAAC,aAAI,SAAS,EAAC,2BAA2B,YAAE,GAAG,EAAE,KAAK,GAAM,CAAC,CAAC,CAAC,IAAI,EAC/E,GAAG,EAAE,WAAW,CAAC,CAAC,CAAC,CAClB,eAAM,SAAS,EAAE,mBAAmB,CAAC,QAAQ,CAAC,YAAG,GAAG,EAAE,WAAW,GAAQ,CAC1E,CAAC,CAAC,CAAC,IAAI,IACJ,KAdD,MAAM,CAAC,KAAK,CAAC,CAed,CACP,CAAC;AACJ,CAAC,CAAC;AAEJ,MAAM,UAAU,GAAG,CAAC,GAAQ,EAAE,QAAiB,EAAE,EAAE,CAAC,CAClD,cAAK,SAAS,EAAC,aAAa,YAC1B,KAAC,GAAG,IACF,SAAS,EAAE,gBAAgB,QAAQ,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,EAAE,EAAE,EACrD,KAAK,EAAE,GAAG,EAAE,IAAI,IAAI,UAAU,EAC9B,KAAK,EAAE,CAAC,QAAQ,GAChB,GACE,CACP,CAAC"}
1
+ {"version":3,"file":"Tabs.js","sourceRoot":"","sources":["../../../src/ui-kit/Tabs/Tabs.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AACxC,OAAO,EAAE,GAAG,EAAE,MAAM,YAAY,CAAC;AAGjC,MAAM,SAAS,GAAG,0DAA0D,CAAC;AAC7E,MAAM,gBAAgB,GAAG,gDAAgD,CAAC;AAE1E,MAAM,CAAC,MAAM,IAAI,GAAG,GAAG,CAAY,CAAC,EAAE,IAAI,EAAE,eAAe,EAAE,UAAU,EAAE,EAAE,EAAE;IAC3E,OAAO,CACL,cAAK,SAAS,EAAC,4CAA4C,EAAC,IAAI,EAAC,SAAS,YACvE,IAAI,EAAE,GAAG,CAAC,SAAS,CAAC,eAAe,EAAE,UAAU,CAAC,CAAC,GAC9C,CACP,CAAC;AACJ,CAAC,CAAC,CAAC;AAEH,MAAM,mBAAmB,GAAG,CAAC,QAAQ,GAAG,KAAK,EAAE,EAAE,CAC/C,sBAAsB,QAAQ,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,qBAAqB,EAAE,CAAC;AAEhE,MAAM,SAAS,GACb,CAAC,eAAuB,EAAE,UAA2B,EAAE,EAAE,CAAC,CAAC,GAAQ,EAAE,KAAa,EAAE,EAAE;IACpF,MAAM,QAAQ,GAAG,eAAe,KAAK,KAAK,CAAC;IAE3C,OAAO,CACL,eAEE,SAAS,EAAE,gEACT,QAAQ,CAAC,CAAC,CAAC,gBAAgB,CAAC,CAAC,CAAC,SAChC,EAAE,EACF,IAAI,EAAC,KAAK,EACV,OAAO,EAAE,GAAG,EAAE,CAAC,UAAU,CAAC,KAAK,CAAC,mBACjB,QAAQ,aAEtB,GAAG,EAAE,IAAI,CAAC,CAAC,CAAC,UAAU,CAAC,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,IAAI,EAC7C,0BACG,GAAG,EAAE,KAAK,CAAC,CAAC,CAAC,aAAI,SAAS,EAAC,2BAA2B,YAAE,GAAG,EAAE,KAAK,GAAM,CAAC,CAAC,CAAC,IAAI,EAC/E,GAAG,EAAE,WAAW,CAAC,CAAC,CAAC,CAClB,eAAM,SAAS,EAAE,mBAAmB,CAAC,QAAQ,CAAC,YAAG,GAAG,EAAE,WAAW,GAAQ,CAC1E,CAAC,CAAC,CAAC,IAAI,IACJ,KAdD,MAAM,CAAC,KAAK,CAAC,CAed,CACP,CAAC;AACJ,CAAC,CAAC;AAEJ,MAAM,UAAU,GAAG,CAAC,GAAQ,EAAE,QAAiB,EAAE,EAAE,CAAC,CAClD,cAAK,SAAS,EAAC,aAAa,YAC1B,KAAC,GAAG,IACF,SAAS,EAAE,gBAAgB,QAAQ,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,EAAE,EAAE,EACrD,KAAK,EAAE,GAAG,EAAE,IAAI,IAAI,UAAU,EAC9B,KAAK,EAAE,CAAC,QAAQ,GAChB,GACE,CACP,CAAC"}
@@ -1,5 +1,4 @@
1
1
  import type { Picture } from '../../model/Picture';
2
- import { FuncReturnVoid } from '../../types';
3
2
  /**
4
3
  * @title Вкладка
5
4
  */
@@ -10,7 +9,7 @@ export interface Tab {
10
9
  description?: string;
11
10
  icon?: Picture;
12
11
  }
13
- export declare type TabClickHandler = FuncReturnVoid<number>;
12
+ export declare type TabClickHandler = (tabIndex: number) => void;
14
13
  export interface TabsProps {
15
14
  tabs?: Tab[];
16
15
  currentTabIndex: number;
@@ -7,7 +7,7 @@ export interface TopItemProps extends TopItemContent {
7
7
  className?: string;
8
8
  flat?: boolean;
9
9
  ariaLabel?: string;
10
- onClick?: (ev: MouseEvent) => any;
10
+ onClick?: () => void;
11
11
  bgColor?: BgColorVersion;
12
12
  dataItemName?: string;
13
13
  }
@@ -2,3 +2,4 @@ export declare const isURL: (href?: string) => boolean | undefined;
2
2
  export declare const withoutQuery: (href?: string) => string;
3
3
  export declare const getOrigin: (href?: string) => string | undefined;
4
4
  export declare const getHash: (href?: string) => string | undefined;
5
+ export declare const isHash: (href?: string) => boolean | undefined;
@@ -17,4 +17,5 @@ export const getHash = (href) => {
17
17
  const hashIndex = href.indexOf('#');
18
18
  return hashIndex !== -1 ? href.substring(hashIndex, href.length) : undefined;
19
19
  };
20
+ export const isHash = (href) => href?.startsWith('#');
20
21
  //# sourceMappingURL=url.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"url.js","sourceRoot":"","sources":["../../src/utils/url.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,KAAK,GAAG,CAAC,IAAa,EAAE,EAAE,CAAC,IAAI,EAAE,QAAQ,CAAC,IAAI,CAAC,CAAC;AAE7D,MAAM,CAAC,MAAM,YAAY,GAAG,CAAC,IAAa,EAAE,EAAE,CAAC,CAAC,IAAI,IAAI,EAAE,CAAC,CAAC,OAAO,CAAC,SAAS,EAAE,EAAE,CAAC,CAAC;AAEnF,MAAM,CAAC,MAAM,SAAS,GAAG,CAAC,IAAa,EAAE,EAAE;IACzC,IAAI,CAAC,IAAI,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,EAAE;QACzB,OAAO,SAAS,CAAC;KAClB;IAED,MAAM,GAAG,GAAG,IAAI,CAAC;IACjB,MAAM,cAAc,GAAG,IAAI,CAAC;IAC5B,MAAM,UAAU,GAAG,GAAG,CAAC,OAAO,CAAC,cAAc,CAAC,CAAC;IAC/C,MAAM,WAAW,GAAG,GAAG,CAAC,OAAO,CAAC,GAAG,EAAE,UAAU,GAAG,cAAc,CAAC,MAAM,CAAC,CAAC;IAEzE,OAAO,WAAW,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC,EAAE,WAAW,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC;AAClE,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,CAAC,IAAa,EAAE,EAAE;IACvC,IAAI,CAAC,IAAI,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,EAAE;QACzB,OAAO,SAAS,CAAC;KAClB;IAED,MAAM,SAAS,GAAG,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC;IAEpC,OAAO,SAAS,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,SAAS,EAAE,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;AAC/E,CAAC,CAAC"}
1
+ {"version":3,"file":"url.js","sourceRoot":"","sources":["../../src/utils/url.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,KAAK,GAAG,CAAC,IAAa,EAAE,EAAE,CAAC,IAAI,EAAE,QAAQ,CAAC,IAAI,CAAC,CAAC;AAE7D,MAAM,CAAC,MAAM,YAAY,GAAG,CAAC,IAAa,EAAE,EAAE,CAAC,CAAC,IAAI,IAAI,EAAE,CAAC,CAAC,OAAO,CAAC,SAAS,EAAE,EAAE,CAAC,CAAC;AAEnF,MAAM,CAAC,MAAM,SAAS,GAAG,CAAC,IAAa,EAAE,EAAE;IACzC,IAAI,CAAC,IAAI,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,EAAE;QACzB,OAAO,SAAS,CAAC;KAClB;IAED,MAAM,GAAG,GAAG,IAAI,CAAC;IACjB,MAAM,cAAc,GAAG,IAAI,CAAC;IAC5B,MAAM,UAAU,GAAG,GAAG,CAAC,OAAO,CAAC,cAAc,CAAC,CAAC;IAC/C,MAAM,WAAW,GAAG,GAAG,CAAC,OAAO,CAAC,GAAG,EAAE,UAAU,GAAG,cAAc,CAAC,MAAM,CAAC,CAAC;IAEzE,OAAO,WAAW,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC,EAAE,WAAW,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC;AAClE,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,CAAC,IAAa,EAAE,EAAE;IACvC,IAAI,CAAC,IAAI,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,EAAE;QACzB,OAAO,SAAS,CAAC;KAClB;IAED,MAAM,SAAS,GAAG,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC;IAEpC,OAAO,SAAS,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,SAAS,EAAE,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;AAC/E,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,MAAM,GAAG,CAAC,IAAa,EAAE,EAAE,CAAC,IAAI,EAAE,UAAU,CAAC,GAAG,CAAC,CAAC"}
@@ -10,8 +10,8 @@ html {
10
10
  --color-primary-main: 66, 171, 68;
11
11
  --color-primary-hover: 36, 131, 65;
12
12
  --color-primary-active: 36, 95, 52;
13
- --color-secondary-hover: 216, 242, 217;
14
- --color-secondary-active: 197, 226, 198;
13
+ --color-secondary-hover: 36, 131, 65;
14
+ --color-secondary-active: 36, 95, 52;
15
15
  --color-gradient-from: 141, 189, 76;
16
16
  --color-gradient-to: 69, 172, 69;
17
17
  }
@@ -20,18 +20,18 @@ html {
20
20
  --color-primary-main: 131, 184, 62;
21
21
  --color-primary-hover: 92, 146, 29;
22
22
  --color-primary-active: 60, 94, 16;
23
- --color-secondary-hover: 232, 244, 217;
24
- --color-secondary-active: 216, 227, 202;
23
+ --color-secondary-hover: 92, 146, 29;
24
+ --color-secondary-active: 60, 94, 16;
25
25
  --color-gradient-from: 141, 189, 76; /* TODO: change color to theme bc */
26
26
  --color-gradient-to: 69, 172, 69; /* TODO: change color to theme bc */
27
27
  }
28
28
  /* Ecosystem own | Yellow */
29
29
  [data-theme='eo'] {
30
- --color-primary-main: 225, 186, 30;
30
+ --color-primary-main: 221, 182, 61;
31
31
  --color-primary-hover: 187, 151, 39;
32
32
  --color-primary-active: 126, 99, 12;
33
- --color-secondary-hover: 241, 236, 221;
34
- --color-secondary-active: 229, 222, 199;
33
+ --color-secondary-hover: 187, 151, 39;
34
+ --color-secondary-active: 126, 99, 12;
35
35
  --color-gradient-from: 141, 189, 76; /* TODO: change color to theme eo */
36
36
  --color-gradient-to: 69, 172, 69; /* TODO: change color to theme eo */
37
37
  }
@@ -6,17 +6,17 @@ export const useActiveHandler = ({ context, blocks, initialState = false }: Acti
6
6
  const hasContent = blocks?.length;
7
7
  const icon: IconName = isActive ? 'MinusIcon' : 'PlusIcon';
8
8
 
9
- const getContentBlock = ({ currentTarget }) => currentTarget.nextSibling;
9
+ const handleToggle = (e) => {
10
+ const currentTarget = e.currentTarget as HTMLElement;
10
11
 
11
- const handleToggle = (e: MouseEvent) => {
12
- if (!hasContent) {
12
+ if (!currentTarget) {
13
13
  return;
14
14
  }
15
15
 
16
16
  setIsActive(!isActive);
17
- const contentBlock = getContentBlock(e);
17
+ const contentBlock = currentTarget.nextSibling as HTMLElement;
18
18
  contentBlock.style.maxHeight = contentBlock.style.maxHeight
19
- ? null
19
+ ? ''
20
20
  : `${contentBlock.scrollHeight}px`;
21
21
  };
22
22
 
@@ -5,7 +5,7 @@ import type { BaseTileCommonProps } from './BaseTileProps';
5
5
  export interface BaseTileProps extends BaseTileCommonProps, UniBlockProps {}
6
6
 
7
7
  export const BaseTile = JSX<BaseTileProps>(
8
- ({ className = '', title, children, buttons, image }) => {
8
+ ({ className = '', title = '', children, buttons, image }) => {
9
9
  return (
10
10
  <div className={`font-sans flex flex-col grow h-full items-start ${className}`}>
11
11
  {title}
@@ -1,39 +1,16 @@
1
- import type { BlockVersion } from '../../model/BlockVersion';
2
- import type { Picture } from '../../model/Picture';
3
- import type { ButtonWithIconProps } from '../../ui-kit/Button/ButtonProps';
4
- import type { HeadingType } from '../../ui-kit/Heading/HeadingContent';
5
1
  import type { AlignType } from '../../model/AlignType';
2
+ import type { BlockVersion } from '../../model/BlockVersion';
3
+ import type { HeadingType } from '../../ui-kit/Heading/HeadingProps';
4
+ import type { VNode } from '../../model/VNode';
6
5
 
7
- /**
8
- * @title Общий компонент плиток
9
- */
10
- export type BaseTileCommonProps = BaseTileTitleProps & BaseTileMainProps;
11
-
12
- /**
13
- * @title Заголовк плитки
14
- */
15
- export interface BaseTileTitleProps {
16
- /** @title Заголовок */
17
- title?: string;
18
- /**
19
- * @title Тип заголовка
20
- */
6
+ export interface BaseTileCommonProps {
7
+ title?: VNode;
21
8
  headingType?: HeadingType;
22
- }
23
-
24
- export interface BaseTileMainProps {
25
9
  description?: string;
26
- image?: Picture;
27
- /** @title Список */
10
+ image?: VNode;
28
11
  items?: string[];
29
-
30
12
  list?: string;
31
-
32
- /**
33
- * @title Кнопки
34
- * @maxItems 4
35
- */
36
- buttons?: ButtonWithIconProps[];
13
+ buttons?: VNode;
37
14
  version?: BlockVersion;
38
15
  align?: AlignType;
39
16
  }
@@ -3,10 +3,10 @@ import { getColSpan } from '../../utils/getColSpan';
3
3
  export function getTileHeadingType(className = '') {
4
4
  const colSpan = getColSpan(className);
5
5
  if (colSpan <= 4) {
6
- return 'h4';
6
+ return 'S';
7
7
  } else if (colSpan <= 8) {
8
- return 'h3';
8
+ return 'M';
9
9
  } else {
10
- return 'h2';
10
+ return 'L';
11
11
  }
12
12
  }
@@ -65,7 +65,7 @@ const renderDescription = (description?: DescriptionType) => {
65
65
  }
66
66
 
67
67
  return description ? (
68
- <div className="font-light text-base text-secondary-text mt-2">
68
+ <div className="text-l-light text-secondary-text mt-2">
69
69
  {benefitType === 'list'
70
70
  ? renderListBenefit(description as ListBenefitDef)
71
71
  : renderTextBenefit(description as TextBenefitDef)}
@@ -1,5 +1,5 @@
1
1
  import type { Picture } from '../../model/Picture';
2
- import type { HeadingContent, HeadingTypeContent } from '../../ui-kit/Heading/HeadingContent';
2
+ import type { HeadingCommonProps } from '../../ui-kit/Heading/HeadingProps';
3
3
  import type { EmptyOption } from '../../model/EmptyOptionType';
4
4
 
5
5
  /**
@@ -48,11 +48,10 @@ export interface BenefitItem {
48
48
  /**
49
49
  * @title Блок преимущества
50
50
  */
51
- export type BenefitsBlockContent = HeadingContent &
52
- HeadingTypeContent & {
53
- /**
54
- * @title Список преимуществ
55
- * @maxItems 6
56
- */
57
- benefitList?: BenefitItem[];
58
- };
51
+ export type BenefitsBlockContent = HeadingCommonProps & {
52
+ /**
53
+ * @title Список преимуществ
54
+ * @maxItems 6
55
+ */
56
+ benefitList?: BenefitItem[];
57
+ };
@@ -0,0 +1,71 @@
1
+ import { setup } from '@redneckz/uni-jsx';
2
+ import { render } from '@testing-library/react';
3
+ import { useState } from 'react';
4
+ import runtime from 'react/jsx-runtime';
5
+ import { Blocks } from './Blocks';
6
+ import type { ContentPageContext } from './ContentPage/ContentPageContext';
7
+
8
+ const { jsx, jsxs } = runtime as any;
9
+
10
+ setup(jsx, jsxs);
11
+
12
+ const emptyFn = () => {
13
+ /* For sure */
14
+ };
15
+
16
+ const context: ContentPageContext = {
17
+ useState,
18
+ useRouter: () => ({
19
+ pathname: '/credits',
20
+ query: {},
21
+ push: emptyFn,
22
+ replace: emptyFn,
23
+ }),
24
+ useAsyncData: () => ({}),
25
+ useGeolocation: (defaultLocation) => [defaultLocation, emptyFn],
26
+ useLikeService: () => ({
27
+ likeCount: 0,
28
+ like: emptyFn,
29
+ dislike: emptyFn,
30
+ }),
31
+ handlerDecorator: (): any => emptyFn,
32
+ useSearch: () => ({
33
+ term: '',
34
+ setTerm: emptyFn,
35
+ }),
36
+ IntersectionObserverTag: ({ children }) => children,
37
+ };
38
+
39
+ describe('Blocks', () => {
40
+ beforeEach(() => {
41
+ jest.resetModules();
42
+ });
43
+
44
+ for (const [key, BlockComponent] of Object.entries(Blocks)) {
45
+ describe(key, () => {
46
+ it(`should render block "${key}" without content`, () => {
47
+ expect.assertions(2);
48
+
49
+ const { container } = render(<BlockComponent context={context} />);
50
+ expect(container.firstChild).toBeTruthy();
51
+ expect(container.firstChild).toMatchSnapshot();
52
+ });
53
+
54
+ it(`should render block "${key}" with demo content`, async () => {
55
+ expect.assertions(1);
56
+
57
+ let data = {};
58
+
59
+ try {
60
+ const { default: example } = await import(`./${key}/${key}.example.json`);
61
+ data = example;
62
+ } catch (ex) {
63
+ // Do nothing
64
+ }
65
+
66
+ const { container } = render(<BlockComponent context={context} {...data} />);
67
+ expect(container.firstChild).toBeTruthy();
68
+ });
69
+ });
70
+ }
71
+ });
@@ -14,7 +14,7 @@ export const Bonus = JSX<BonusProps>((props) => {
14
14
  <div className="container">
15
15
  {title ? <Heading headingType="h3" className="text-center" title={title} /> : null}
16
16
  {description ? (
17
- <div className="text-md font-light text-center mt-[10px]">{description}</div>
17
+ <div className="text-xl-light text-center mt-[10px]">{description}</div>
18
18
  ) : null}
19
19
  <div className="flex flex-wrap w-full mt-9">
20
20
  {bonusItems
@@ -26,10 +26,8 @@ export const Bonus = JSX<BonusProps>((props) => {
26
26
  >
27
27
  <div className="flex justify-between w-full">
28
28
  <div className="mr-4">
29
- <div className="text-title-sm">{_.title}</div>
30
- <div className="text-md font-light mt-[14px] max-w-[488px]">
31
- {_.description}
32
- </div>
29
+ <div className="text-h4">{_.title}</div>
30
+ <div className="text-xl-light mt-[14px] max-w-[488px]">{_.description}</div>
33
31
  </div>
34
32
  {_.bonusCount ? (
35
33
  <div className="relative -bottom-3 h-auto flex items-end mt-14 shrink-0">
@@ -1,5 +1,4 @@
1
- import type { DescriptionContent } from '../../ui-kit/Description/DescriptionContent';
2
- import type { HeadingContent } from '../../ui-kit/Heading/HeadingContent';
1
+ import type { HeadlineCommonProps } from '../../model/HeadlineType';
3
2
 
4
3
  /** @title Плитка */
5
4
  interface BonusItems {
@@ -16,8 +15,7 @@ interface BonusItems {
16
15
  /**
17
16
  * @title Блок Бонусы
18
17
  */
19
- export type BonusContent = HeadingContent &
20
- DescriptionContent & {
21
- /** @title Список плиток */
22
- bonusItems?: BonusItems[];
23
- };
18
+ export type BonusContent = HeadlineCommonProps & {
19
+ /** @title Список плиток */
20
+ bonusItems?: BonusItems[];
21
+ };
@@ -39,7 +39,7 @@ const renderBonusBenefit = (bonusBenefit: BonusBenefit, i: number) => {
39
39
  />
40
40
  ) : null}
41
41
  <div>
42
- {bonusBenefit?.label ? <span className="title-2xs m-0">{bonusBenefit.label}</span> : null}
42
+ {bonusBenefit?.label ? <span className="text-h6 m-0">{bonusBenefit.label}</span> : null}
43
43
  </div>
44
44
  </div>
45
45
  );
@@ -6,12 +6,12 @@ import { DEFAULT_REST_MIN_SUM, DEFAULT_TRAVEL_MIN_SUM } from './constants';
6
6
  import { Rate } from './Rate';
7
7
  import { renderButtonSection } from './renderButtonSection';
8
8
  import { renderWantedSumInput } from './renderWantedSumInput';
9
- import { getBonusCalculatorParams } from './useBonusCalculatorParams';
9
+ import { useBonusCalculatorParams } from './useBonusCalculatorParams';
10
10
 
11
11
  export interface BonusCalculatorProps extends CommonCalculatorProps, UniBlockProps {}
12
12
 
13
13
  export const BonusCalculatorForm = JSX<BonusCalculatorProps>(
14
- ({ context, className = '', sourceBookDir, buttons }) => {
14
+ ({ context, className = '', sourceBookDir = '', buttons }) => {
15
15
  const [travelExpenseValue, setTravelExpenseValue] = context.useState(DEFAULT_TRAVEL_MIN_SUM);
16
16
  const [restExpenseValue, setRestExpenseValue] = context.useState(DEFAULT_REST_MIN_SUM);
17
17
  const userInputParams = {
@@ -19,7 +19,7 @@ export const BonusCalculatorForm = JSX<BonusCalculatorProps>(
19
19
  restExpenseValue,
20
20
  };
21
21
  const { minSumTravel, maxSumTravel, minSumOther, maxSumOther, monthBonus, yearBonus } =
22
- getBonusCalculatorParams(context, userInputParams, sourceBookDir);
22
+ useBonusCalculatorParams(context, userInputParams, sourceBookDir);
23
23
 
24
24
  return (
25
25
  <section className={className}>
@@ -1,5 +1,5 @@
1
1
  import { JSX } from '@redneckz/uni-jsx';
2
- import type { FuncReturnVoid, UniBlockProps } from '../../types';
2
+ import type { UniBlockProps } from '../../types';
3
3
  import { BlockWrapper } from '../../ui-kit/BlockWrapper';
4
4
  import { renderArrows } from '../../ui-kit/Button/renderArrows';
5
5
  import { Img } from '../../ui-kit/Img/Img';
@@ -12,14 +12,14 @@ type TabsProps = {
12
12
  tabsShift: number;
13
13
  tabsNav: CalculatorNav[];
14
14
  activeSlideIndex: number;
15
- setActiveSlideIndex: FuncReturnVoid<number>;
15
+ setActiveSlideIndex: (index: number) => void;
16
16
  };
17
17
 
18
18
  type NavButtonProps = {
19
19
  tab: CalculatorNav;
20
20
  i: number;
21
21
  activeSlideIndex: number;
22
- onClick: FuncReturnVoid<MouseEvent>;
22
+ onClick: () => void;
23
23
  };
24
24
 
25
25
  export const Calculator = JSX<CalculatorProps>(
@@ -75,8 +75,8 @@ function renderNavButton({ tab, i, activeSlideIndex, onClick }: NavButtonProps)
75
75
  const btnClassName = isActiveBtn
76
76
  ? 'h-[88px] w-[387px] min-w-[387px] p-5 border-none bg-primary-main text-white'
77
77
  : `h-[77px] w-[322px] min-w-[322px] px-5 py-4 ease-in duration-300 bg-white text-primary-text`;
78
- const btnTitleClassName = isActiveBtn ? 'text-md-new mb-1.5' : `text-base mb-[3px]`;
79
- const btnDescClassName = isActiveBtn ? 'text-base text-white' : `text-m-md`;
78
+ const btnTitleClassName = isActiveBtn ? 'text-xl mb-1.5' : `text-l mb-[3px]`;
79
+ const btnDescClassName = isActiveBtn ? 'text-l text-white' : `text-m-md`;
80
80
  const iconClassName = isActiveBtn ? '' : `text-primary-main`;
81
81
 
82
82
  return (
@@ -13,9 +13,9 @@ export const CalculatorValueBlock = JSX<CalculatorValueBlockProps>(
13
13
  ({ title, value, postfix = '', prefix, className = '' }) => {
14
14
  return (
15
15
  <div className={`mb-5 ${className}`}>
16
- {title ? <div className="text-base font-light">{title}</div> : null}
16
+ {title ? <div className="text-l-light">{title}</div> : null}
17
17
  {value ? (
18
- <div className="text-title font-normal">
18
+ <div className="text-h3">
19
19
  {prefix} {addSpacesBetweenNumbers(Math.round(value))} {postfix}
20
20
  </div>
21
21
  ) : null}
@@ -9,7 +9,7 @@ import { renderButtonSection } from './renderButtonSection';
9
9
  import { renderMonthsInput } from './renderMonthsInput';
10
10
  import { renderPaymentTypeSelector } from './renderPaymentTypeSelector';
11
11
  import { renderWantedSumInput } from './renderWantedSumInput';
12
- import { getCreditCalculatorParams } from './useCreditCalculatorParams';
12
+ import { useCreditCalculatorParams } from './useCreditCalculatorParams';
13
13
 
14
14
  export const ANNUITY = 'annuity';
15
15
  export const DIFFERENTIAL = 'differential';
@@ -43,7 +43,7 @@ export const CreditCalculatorForm = JSX<CreditCalculatorProp>(
43
43
  moneyValue,
44
44
  monthsValue,
45
45
  };
46
- const calculatorParams = getCreditCalculatorParams(context, userInputParams, sourceBookDir);
46
+ const calculatorParams = useCreditCalculatorParams(context, userInputParams, sourceBookDir);
47
47
 
48
48
  return (
49
49
  <section className={className}>