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

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 (793) hide show
  1. package/bundle/blocks.schema.json +1 -1
  2. package/bundle/bundle.umd.js +124 -89
  3. package/bundle/bundle.umd.min.js +1 -1
  4. package/dist/components/Accordion/useActiveHandler.d.ts +1 -1
  5. package/dist/components/Accordion/useActiveHandler.js +4 -4
  6. package/dist/components/Accordion/useActiveHandler.js.map +1 -1
  7. package/dist/components/BaseTile/BaseTile.js +1 -1
  8. package/dist/components/BaseTile/BaseTile.js.map +1 -1
  9. package/dist/components/BaseTile/BaseTileProps.d.ts +7 -26
  10. package/dist/components/BaseTile/getTileHeadingType.d.ts +1 -1
  11. package/dist/components/BaseTile/getTileHeadingType.js +3 -3
  12. package/dist/components/BaseTile/getTileHeadingType.js.map +1 -1
  13. package/dist/components/BenefitsBlock/BenefitsBlockContent.d.ts +2 -2
  14. package/dist/components/Bonus/BonusContent.d.ts +2 -3
  15. package/dist/components/Calculator/Rate.js +1 -1
  16. package/dist/components/Calculator/Rate.js.map +1 -1
  17. package/dist/components/Catalog/CatalogContent.d.ts +3 -4
  18. package/dist/components/ComparisonTable/ComparisonTable.js +2 -2
  19. package/dist/components/ComparisonTable/ComparisonTable.js.map +1 -1
  20. package/dist/components/ComparisonTable/ComparisonTableColumnHeaders.d.ts +1 -1
  21. package/dist/components/ComparisonTable/ComparisonTableColumnHeaders.js +4 -4
  22. package/dist/components/ComparisonTable/ComparisonTableColumnHeaders.js.map +1 -1
  23. package/dist/components/ComparisonTable/ComparisonTableRows.d.ts +2 -2
  24. package/dist/components/ComparisonTable/HeaderCell.js +1 -1
  25. package/dist/components/ComparisonTable/HeaderCell.js.map +1 -1
  26. package/dist/components/ContentPage/ContentPageContext.d.ts +1 -2
  27. package/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.d.ts +1 -1
  28. package/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.js.map +1 -1
  29. package/dist/components/Footer/HorizontalNavigationLink.d.ts +1 -1
  30. package/dist/components/Footer/TextInformationLink.d.ts +1 -1
  31. package/dist/components/Footer/TextInformationLink.js.map +1 -1
  32. package/dist/components/GracePeriod/GracePeriodContent.d.ts +2 -2
  33. package/dist/components/GroupBlock/GroupBlock.js +1 -1
  34. package/dist/components/GroupBlock/GroupBlock.js.map +1 -1
  35. package/dist/components/GroupBlock/GroupBlockTabs.d.ts +2 -3
  36. package/dist/components/GroupBlock/GroupBlockTabs.js +9 -7
  37. package/dist/components/GroupBlock/GroupBlockTabs.js.map +1 -1
  38. package/dist/components/GroupBlock/GroupBlocksItem.d.ts +1 -1
  39. package/dist/components/GroupBlock/GroupBlocksItem.js +1 -1
  40. package/dist/components/GroupBlock/GroupBlocksItem.js.map +1 -1
  41. package/dist/components/Header/DropdownMenu.d.ts +1 -0
  42. package/dist/components/Header/DropdownMenu.js +6 -3
  43. package/dist/components/Header/DropdownMenu.js.map +1 -1
  44. package/dist/components/Header/Header.js +1 -1
  45. package/dist/components/Header/HeaderSubMenu.js +1 -1
  46. package/dist/components/Header/HeaderSubMenu.js.map +1 -1
  47. package/dist/components/Headline/Headline.js +4 -2
  48. package/dist/components/Headline/Headline.js.map +1 -1
  49. package/dist/components/Headline/Headline.mobile.js +1 -1
  50. package/dist/components/Headline/Headline.mobile.js.map +1 -1
  51. package/dist/components/Headline/HeadlineContent.d.ts +2 -4
  52. package/dist/components/Headline/constants.d.ts +9 -0
  53. package/dist/components/Headline/constants.js +33 -1
  54. package/dist/components/Headline/constants.js.map +1 -1
  55. package/dist/components/Insurance/Insurance.js +5 -5
  56. package/dist/components/Insurance/Insurance.js.map +1 -1
  57. package/dist/components/Insurance/InsuranceContent.d.ts +2 -5
  58. package/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js +2 -2
  59. package/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js.map +1 -1
  60. package/dist/components/LinkDocs/LinkDocs.js +2 -2
  61. package/dist/components/LinkDocs/LinkDocs.js.map +1 -1
  62. package/dist/components/LinkDocs/LinkDocs.mobile.js +1 -1
  63. package/dist/components/LinkDocs/LinkDocs.mobile.js.map +1 -1
  64. package/dist/components/LinkDocs/LinkDocsContent.d.ts +3 -6
  65. package/dist/components/LinkDocs/LinkDocsHorizontalList.js +1 -1
  66. package/dist/components/LinkDocs/LinkDocsHorizontalList.js.map +1 -1
  67. package/dist/components/LinkDocs/LinkDocsVerticalList.js +1 -1
  68. package/dist/components/LinkDocs/LinkDocsVerticalList.js.map +1 -1
  69. package/dist/components/MobileAppTile/MobileAppTile.js +3 -3
  70. package/dist/components/MobileAppTile/MobileAppTile.js.map +1 -1
  71. package/dist/components/MobileAppTile/MobileAppTileContent.d.ts +2 -3
  72. package/dist/components/NavigatorTabs/NavigatorTabItem.d.ts +1 -1
  73. package/dist/components/NavigatorTabs/NavigatorTabItem.js +1 -1
  74. package/dist/components/NavigatorTabs/NavigatorTabItem.js.map +1 -1
  75. package/dist/components/OtherProducts/OtherProductsItem.js +1 -1
  76. package/dist/components/OtherProducts/OtherProductsItem.js.map +1 -1
  77. package/dist/components/PictureText/PictureTextContent.d.ts +2 -2
  78. package/dist/components/Placeholder/Placeholder.js +2 -4
  79. package/dist/components/Placeholder/Placeholder.js.map +1 -1
  80. package/dist/components/Placeholder/PlaceholderContent.d.ts +2 -3
  81. package/dist/components/ProductBlock/ProductBlockContent.d.ts +4 -5
  82. package/dist/components/ProductBlock/ProductBlockInner.js +3 -8
  83. package/dist/components/ProductBlock/ProductBlockInner.js.map +1 -1
  84. package/dist/components/ProductBlock/ProductBlockInner.mobile.js +3 -4
  85. package/dist/components/ProductBlock/ProductBlockInner.mobile.js.map +1 -1
  86. package/dist/components/ProductBlock/renderBackwardButton.js +1 -1
  87. package/dist/components/ProductBlock/renderBackwardButton.js.map +1 -1
  88. package/dist/components/ProductBlock/renderBenefit.js +1 -1
  89. package/dist/components/ProductBlock/renderBenefit.js.map +1 -1
  90. package/dist/components/ProductBlock/renderBenefit.mobile.js +1 -1
  91. package/dist/components/ProductBlock/renderBenefit.mobile.js.map +1 -1
  92. package/dist/components/ProductGallery/ProductGalleryBlock.d.ts +2 -2
  93. package/dist/components/ProductGallery/ProductGalleryBlock.js +2 -2
  94. package/dist/components/ProductGallery/ProductGalleryBlock.js.map +1 -1
  95. package/dist/components/ProductTile/ProductTile.js +4 -5
  96. package/dist/components/ProductTile/ProductTile.js.map +1 -1
  97. package/dist/components/ProductTile/ProductTileContent.d.ts +2 -3
  98. package/dist/components/PromoTile/PromoTile.js +2 -2
  99. package/dist/components/PromoTile/PromoTile.js.map +1 -1
  100. package/dist/components/PromoTile/PromoTileContent.d.ts +3 -3
  101. package/dist/components/Recommendation/RecommendationContent.d.ts +4 -4
  102. package/dist/components/StepsBlock/StepsBlock.js +3 -3
  103. package/dist/components/StepsBlock/StepsBlock.js.map +1 -1
  104. package/dist/components/StepsBlock/StepsBlock.mobile.js +2 -2
  105. package/dist/components/StepsBlock/StepsBlock.mobile.js.map +1 -1
  106. package/dist/components/StepsBlock/StepsBlockStyleMaps.d.ts +1 -0
  107. package/dist/components/StepsBlock/StepsBlockStyleMaps.js +3 -1
  108. package/dist/components/StepsBlock/StepsBlockStyleMaps.js.map +1 -1
  109. package/dist/components/TariffsTable/TariffsTableContent.d.ts +3 -4
  110. package/dist/components/Tile/Tile.js +3 -3
  111. package/dist/components/Tile/Tile.js.map +1 -1
  112. package/dist/components/Tile/TileContent.d.ts +3 -3
  113. package/dist/hooks/useLink.d.ts +3 -1
  114. package/dist/hooks/useLink.js +1 -1
  115. package/dist/hooks/useLink.js.map +1 -1
  116. package/dist/model/HeadlineType.d.ts +17 -0
  117. package/dist/{ui-kit/Heading/HeadingContent.js → model/HeadlineType.js} +1 -1
  118. package/dist/model/HeadlineType.js.map +1 -0
  119. package/dist/model/VNode.d.ts +1 -1
  120. package/dist/services/sitemap/findActiveSubItem.d.ts +1 -1
  121. package/dist/services/sitemap/findActiveSubItem.js +1 -1
  122. package/dist/services/sitemap/findActiveSubItem.js.map +1 -1
  123. package/dist/types.d.ts +0 -1
  124. package/dist/ui-kit/Breadcrumb.d.ts +1 -1
  125. package/dist/ui-kit/Button/Button.d.ts +0 -1
  126. package/dist/ui-kit/Button/Button.js +4 -4
  127. package/dist/ui-kit/Button/Button.js.map +1 -1
  128. package/dist/ui-kit/Button/Button.mobile.js +1 -1
  129. package/dist/ui-kit/Button/Button.mobile.js.map +1 -1
  130. package/dist/ui-kit/Button/ButtonInner.js +2 -2
  131. package/dist/ui-kit/Button/ButtonInner.js.map +1 -1
  132. package/dist/ui-kit/Button/ButtonProps.d.ts +3 -1
  133. package/dist/ui-kit/Button/ButtonSection.js +1 -1
  134. package/dist/ui-kit/Button/ButtonSection.js.map +1 -1
  135. package/dist/ui-kit/Button/LikeButton.d.ts +1 -1
  136. package/dist/ui-kit/Button/renderArrows.d.ts +2 -4
  137. package/dist/ui-kit/Button/renderArrows.js.map +1 -1
  138. package/dist/ui-kit/Description/Description.d.ts +2 -2
  139. package/dist/ui-kit/Description/Description.js +1 -1
  140. package/dist/ui-kit/Description/Description.js.map +1 -1
  141. package/dist/ui-kit/Foldable/useActiveHandler.d.ts +1 -1
  142. package/dist/ui-kit/Foldable/useActiveHandler.js.map +1 -1
  143. package/dist/ui-kit/Heading/Heading.d.ts +1 -5
  144. package/dist/ui-kit/Heading/Heading.js +8 -11
  145. package/dist/ui-kit/Heading/Heading.js.map +1 -1
  146. package/dist/ui-kit/Heading/Heading.mobile.d.ts +1 -5
  147. package/dist/ui-kit/Heading/Heading.mobile.js +2 -5
  148. package/dist/ui-kit/Heading/Heading.mobile.js.map +1 -1
  149. package/dist/ui-kit/Heading/HeadingProps.d.ts +20 -0
  150. package/{mobile/dist/ui-kit/Heading/HeadingContent.js → dist/ui-kit/Heading/HeadingProps.js} +1 -1
  151. package/dist/ui-kit/Heading/HeadingProps.js.map +1 -0
  152. package/dist/ui-kit/InputRange/InputRangeProps.d.ts +1 -2
  153. package/dist/ui-kit/SVG.d.ts +2 -2
  154. package/dist/ui-kit/SearchBar/SearchBarInner.js +3 -3
  155. package/dist/ui-kit/SearchBar/SearchBarInner.js.map +1 -1
  156. package/dist/ui-kit/TableArrowScrollControl/TableArrowScrollControlProps.d.ts +2 -3
  157. package/dist/ui-kit/Tabs/TabsProps.d.ts +1 -2
  158. package/dist/ui-kit/TopItem/TopItem.d.ts +1 -1
  159. package/dist/utils/url.d.ts +1 -0
  160. package/dist/utils/url.js +3 -1
  161. package/dist/utils/url.js.map +1 -1
  162. package/lib/common.css +1 -1
  163. package/lib/components/Accordion/useActiveHandler.d.ts +1 -1
  164. package/lib/components/Accordion/useActiveHandler.js +4 -4
  165. package/lib/components/Accordion/useActiveHandler.js.map +1 -1
  166. package/lib/components/BaseTile/BaseTile.js +1 -1
  167. package/lib/components/BaseTile/BaseTile.js.map +1 -1
  168. package/lib/components/BaseTile/BaseTileProps.d.ts +7 -26
  169. package/lib/components/BaseTile/getTileHeadingType.d.ts +1 -1
  170. package/lib/components/BaseTile/getTileHeadingType.js +3 -3
  171. package/lib/components/BaseTile/getTileHeadingType.js.map +1 -1
  172. package/lib/components/BenefitsBlock/BenefitsBlockContent.d.ts +2 -2
  173. package/lib/components/Bonus/BonusContent.d.ts +2 -3
  174. package/lib/components/Calculator/Rate.js +1 -1
  175. package/lib/components/Calculator/Rate.js.map +1 -1
  176. package/lib/components/Catalog/CatalogContent.d.ts +3 -4
  177. package/lib/components/ComparisonTable/ComparisonTable.js +2 -2
  178. package/lib/components/ComparisonTable/ComparisonTable.js.map +1 -1
  179. package/lib/components/ComparisonTable/ComparisonTableColumnHeaders.d.ts +1 -1
  180. package/lib/components/ComparisonTable/ComparisonTableColumnHeaders.js +4 -4
  181. package/lib/components/ComparisonTable/ComparisonTableColumnHeaders.js.map +1 -1
  182. package/lib/components/ComparisonTable/ComparisonTableRows.d.ts +2 -2
  183. package/lib/components/ComparisonTable/HeaderCell.js +1 -1
  184. package/lib/components/ComparisonTable/HeaderCell.js.map +1 -1
  185. package/lib/components/ContentPage/ContentPageContext.d.ts +1 -2
  186. package/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.d.ts +1 -1
  187. package/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.js.map +1 -1
  188. package/lib/components/Footer/HorizontalNavigationLink.d.ts +1 -1
  189. package/lib/components/Footer/TextInformationLink.d.ts +1 -1
  190. package/lib/components/Footer/TextInformationLink.js.map +1 -1
  191. package/lib/components/GracePeriod/GracePeriodContent.d.ts +2 -2
  192. package/lib/components/GroupBlock/GroupBlock.js +1 -1
  193. package/lib/components/GroupBlock/GroupBlock.js.map +1 -1
  194. package/lib/components/GroupBlock/GroupBlockTabs.d.ts +2 -3
  195. package/lib/components/GroupBlock/GroupBlockTabs.js +9 -7
  196. package/lib/components/GroupBlock/GroupBlockTabs.js.map +1 -1
  197. package/lib/components/GroupBlock/GroupBlocksItem.d.ts +1 -1
  198. package/lib/components/GroupBlock/GroupBlocksItem.js +1 -1
  199. package/lib/components/GroupBlock/GroupBlocksItem.js.map +1 -1
  200. package/lib/components/Header/DropdownMenu.d.ts +1 -0
  201. package/lib/components/Header/DropdownMenu.js +6 -3
  202. package/lib/components/Header/DropdownMenu.js.map +1 -1
  203. package/lib/components/Header/Header.js +1 -1
  204. package/lib/components/Header/HeaderSubMenu.js +1 -1
  205. package/lib/components/Header/HeaderSubMenu.js.map +1 -1
  206. package/lib/components/Headline/Headline.fixture.d.ts +5 -0
  207. package/lib/components/Headline/Headline.js +5 -3
  208. package/lib/components/Headline/Headline.js.map +1 -1
  209. package/lib/components/Headline/Headline.mobile.js +1 -1
  210. package/lib/components/Headline/Headline.mobile.js.map +1 -1
  211. package/lib/components/Headline/HeadlineContent.d.ts +2 -4
  212. package/lib/components/Headline/constants.d.ts +9 -0
  213. package/lib/components/Headline/constants.js +32 -0
  214. package/lib/components/Headline/constants.js.map +1 -1
  215. package/lib/components/Insurance/Insurance.js +5 -5
  216. package/lib/components/Insurance/Insurance.js.map +1 -1
  217. package/lib/components/Insurance/InsuranceContent.d.ts +2 -5
  218. package/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js +2 -2
  219. package/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js.map +1 -1
  220. package/lib/components/LinkDocs/LinkDocs.js +2 -2
  221. package/lib/components/LinkDocs/LinkDocs.js.map +1 -1
  222. package/lib/components/LinkDocs/LinkDocs.mobile.js +1 -1
  223. package/lib/components/LinkDocs/LinkDocs.mobile.js.map +1 -1
  224. package/lib/components/LinkDocs/LinkDocsContent.d.ts +3 -6
  225. package/lib/components/LinkDocs/LinkDocsHorizontalList.js +1 -1
  226. package/lib/components/LinkDocs/LinkDocsHorizontalList.js.map +1 -1
  227. package/lib/components/LinkDocs/LinkDocsVerticalList.js +1 -1
  228. package/lib/components/LinkDocs/LinkDocsVerticalList.js.map +1 -1
  229. package/lib/components/MobileAppTile/MobileAppTile.js +3 -3
  230. package/lib/components/MobileAppTile/MobileAppTile.js.map +1 -1
  231. package/lib/components/MobileAppTile/MobileAppTileContent.d.ts +2 -3
  232. package/lib/components/NavigatorTabs/NavigatorTabItem.d.ts +1 -1
  233. package/lib/components/NavigatorTabs/NavigatorTabItem.js +1 -1
  234. package/lib/components/NavigatorTabs/NavigatorTabItem.js.map +1 -1
  235. package/lib/components/OtherProducts/OtherProductsItem.js +1 -1
  236. package/lib/components/OtherProducts/OtherProductsItem.js.map +1 -1
  237. package/lib/components/PictureText/PictureTextContent.d.ts +2 -2
  238. package/lib/components/Placeholder/Placeholder.js +2 -4
  239. package/lib/components/Placeholder/Placeholder.js.map +1 -1
  240. package/lib/components/Placeholder/PlaceholderContent.d.ts +2 -3
  241. package/lib/components/ProductBlock/ProductBlockContent.d.ts +4 -5
  242. package/lib/components/ProductBlock/ProductBlockInner.js +3 -8
  243. package/lib/components/ProductBlock/ProductBlockInner.js.map +1 -1
  244. package/lib/components/ProductBlock/ProductBlockInner.mobile.js +3 -4
  245. package/lib/components/ProductBlock/ProductBlockInner.mobile.js.map +1 -1
  246. package/lib/components/ProductBlock/renderBackwardButton.js +1 -1
  247. package/lib/components/ProductBlock/renderBackwardButton.js.map +1 -1
  248. package/lib/components/ProductBlock/renderBenefit.js +1 -1
  249. package/lib/components/ProductBlock/renderBenefit.js.map +1 -1
  250. package/lib/components/ProductBlock/renderBenefit.mobile.js +1 -1
  251. package/lib/components/ProductBlock/renderBenefit.mobile.js.map +1 -1
  252. package/lib/components/ProductGallery/ProductGalleryBlock.d.ts +2 -2
  253. package/lib/components/ProductGallery/ProductGalleryBlock.js +2 -2
  254. package/lib/components/ProductGallery/ProductGalleryBlock.js.map +1 -1
  255. package/lib/components/ProductTile/ProductTile.js +4 -5
  256. package/lib/components/ProductTile/ProductTile.js.map +1 -1
  257. package/lib/components/ProductTile/ProductTileContent.d.ts +2 -3
  258. package/lib/components/PromoTile/PromoTile.js +2 -2
  259. package/lib/components/PromoTile/PromoTile.js.map +1 -1
  260. package/lib/components/PromoTile/PromoTileContent.d.ts +3 -3
  261. package/lib/components/Recommendation/RecommendationContent.d.ts +4 -4
  262. package/lib/components/StepsBlock/StepsBlock.js +3 -3
  263. package/lib/components/StepsBlock/StepsBlock.js.map +1 -1
  264. package/lib/components/StepsBlock/StepsBlock.mobile.js +2 -2
  265. package/lib/components/StepsBlock/StepsBlock.mobile.js.map +1 -1
  266. package/lib/components/StepsBlock/StepsBlockStyleMaps.d.ts +1 -0
  267. package/lib/components/StepsBlock/StepsBlockStyleMaps.js +3 -1
  268. package/lib/components/StepsBlock/StepsBlockStyleMaps.js.map +1 -1
  269. package/lib/components/TariffsTable/TariffsTableContent.d.ts +3 -4
  270. package/lib/components/Tile/Tile.js +3 -3
  271. package/lib/components/Tile/Tile.js.map +1 -1
  272. package/lib/components/Tile/TileContent.d.ts +3 -3
  273. package/lib/hooks/useLink.d.ts +3 -1
  274. package/lib/hooks/useLink.js +1 -1
  275. package/lib/hooks/useLink.js.map +1 -1
  276. package/lib/model/HeadlineType.d.ts +17 -0
  277. package/lib/model/HeadlineType.js +2 -0
  278. package/lib/model/HeadlineType.js.map +1 -0
  279. package/lib/model/VNode.d.ts +1 -1
  280. package/lib/services/sitemap/findActiveSubItem.d.ts +1 -1
  281. package/lib/services/sitemap/findActiveSubItem.js +1 -1
  282. package/lib/services/sitemap/findActiveSubItem.js.map +1 -1
  283. package/lib/types.d.ts +0 -1
  284. package/lib/ui-kit/Breadcrumb.d.ts +1 -1
  285. package/lib/ui-kit/Button/Button.d.ts +0 -1
  286. package/lib/ui-kit/Button/Button.js +2 -2
  287. package/lib/ui-kit/Button/Button.js.map +1 -1
  288. package/lib/ui-kit/Button/Button.mobile.js +1 -1
  289. package/lib/ui-kit/Button/Button.mobile.js.map +1 -1
  290. package/lib/ui-kit/Button/ButtonInner.js +2 -2
  291. package/lib/ui-kit/Button/ButtonInner.js.map +1 -1
  292. package/lib/ui-kit/Button/ButtonProps.d.ts +3 -1
  293. package/lib/ui-kit/Button/ButtonSection.js +1 -1
  294. package/lib/ui-kit/Button/ButtonSection.js.map +1 -1
  295. package/lib/ui-kit/Button/LikeButton.d.ts +1 -1
  296. package/lib/ui-kit/Button/renderArrows.d.ts +2 -4
  297. package/lib/ui-kit/Button/renderArrows.js.map +1 -1
  298. package/lib/ui-kit/Description/Description.d.ts +2 -2
  299. package/lib/ui-kit/Description/Description.js +1 -1
  300. package/lib/ui-kit/Description/Description.js.map +1 -1
  301. package/lib/ui-kit/Foldable/useActiveHandler.d.ts +1 -1
  302. package/lib/ui-kit/Foldable/useActiveHandler.js.map +1 -1
  303. package/lib/ui-kit/Heading/Heading.d.ts +1 -5
  304. package/lib/ui-kit/Heading/Heading.js +8 -11
  305. package/lib/ui-kit/Heading/Heading.js.map +1 -1
  306. package/lib/ui-kit/Heading/Heading.mobile.d.ts +1 -5
  307. package/lib/ui-kit/Heading/Heading.mobile.js +2 -5
  308. package/lib/ui-kit/Heading/Heading.mobile.js.map +1 -1
  309. package/lib/ui-kit/Heading/HeadingProps.d.ts +20 -0
  310. package/lib/ui-kit/Heading/HeadingProps.js +2 -0
  311. package/lib/ui-kit/Heading/HeadingProps.js.map +1 -0
  312. package/lib/ui-kit/InputRange/InputRangeProps.d.ts +1 -2
  313. package/lib/ui-kit/SVG.d.ts +2 -2
  314. package/lib/ui-kit/SearchBar/SearchBarInner.js +3 -3
  315. package/lib/ui-kit/SearchBar/SearchBarInner.js.map +1 -1
  316. package/lib/ui-kit/TableArrowScrollControl/TableArrowScrollControlProps.d.ts +2 -3
  317. package/lib/ui-kit/Tabs/TabsProps.d.ts +1 -2
  318. package/lib/ui-kit/TopItem/TopItem.d.ts +1 -1
  319. package/lib/utils/url.d.ts +1 -0
  320. package/lib/utils/url.js +1 -0
  321. package/lib/utils/url.js.map +1 -1
  322. package/mobile/bundle/bundle.umd.js +37 -41
  323. package/mobile/bundle/bundle.umd.min.js +1 -1
  324. package/mobile/dist/components/Accordion/useActiveHandler.d.ts +1 -1
  325. package/mobile/dist/components/Accordion/useActiveHandler.js +4 -4
  326. package/mobile/dist/components/Accordion/useActiveHandler.js.map +1 -1
  327. package/mobile/dist/components/BaseTile/BaseTile.js +1 -1
  328. package/mobile/dist/components/BaseTile/BaseTile.js.map +1 -1
  329. package/mobile/dist/components/BaseTile/BaseTileProps.d.ts +7 -26
  330. package/mobile/dist/components/BaseTile/getTileHeadingType.d.ts +1 -1
  331. package/mobile/dist/components/BaseTile/getTileHeadingType.js +3 -3
  332. package/mobile/dist/components/BaseTile/getTileHeadingType.js.map +1 -1
  333. package/mobile/dist/components/BenefitsBlock/BenefitsBlockContent.d.ts +2 -2
  334. package/mobile/dist/components/Bonus/BonusContent.d.ts +2 -3
  335. package/mobile/dist/components/Calculator/Rate.js +1 -1
  336. package/mobile/dist/components/Calculator/Rate.js.map +1 -1
  337. package/mobile/dist/components/Catalog/CatalogContent.d.ts +3 -4
  338. package/mobile/dist/components/ComparisonTable/ComparisonTableColumnHeaders.d.ts +1 -1
  339. package/mobile/dist/components/ComparisonTable/ComparisonTableColumnHeaders.js +4 -4
  340. package/mobile/dist/components/ComparisonTable/ComparisonTableColumnHeaders.js.map +1 -1
  341. package/mobile/dist/components/ComparisonTable/ComparisonTableRows.d.ts +2 -2
  342. package/mobile/dist/components/ContentPage/ContentPageContext.d.ts +1 -2
  343. package/mobile/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.d.ts +1 -1
  344. package/mobile/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.js.map +1 -1
  345. package/mobile/dist/components/Footer/HorizontalNavigationLink.d.ts +1 -1
  346. package/mobile/dist/components/Footer/TextInformationLink.d.ts +1 -1
  347. package/mobile/dist/components/Footer/TextInformationLink.js.map +1 -1
  348. package/mobile/dist/components/GracePeriod/GracePeriodContent.d.ts +2 -2
  349. package/mobile/dist/components/GroupBlock/GroupBlock.js +1 -1
  350. package/mobile/dist/components/GroupBlock/GroupBlock.js.map +1 -1
  351. package/mobile/dist/components/GroupBlock/GroupBlockTabs.d.ts +2 -3
  352. package/mobile/dist/components/GroupBlock/GroupBlockTabs.js +9 -7
  353. package/mobile/dist/components/GroupBlock/GroupBlockTabs.js.map +1 -1
  354. package/mobile/dist/components/GroupBlock/GroupBlocksItem.d.ts +1 -1
  355. package/mobile/dist/components/GroupBlock/GroupBlocksItem.js +1 -1
  356. package/mobile/dist/components/GroupBlock/GroupBlocksItem.js.map +1 -1
  357. package/mobile/dist/components/Header/DropdownMenu.d.ts +1 -0
  358. package/mobile/dist/components/Header/DropdownMenu.js +6 -3
  359. package/mobile/dist/components/Header/DropdownMenu.js.map +1 -1
  360. package/mobile/dist/components/Header/HeaderSubMenu.js +1 -1
  361. package/mobile/dist/components/Header/HeaderSubMenu.js.map +1 -1
  362. package/mobile/dist/components/Headline/Headline.js +1 -1
  363. package/mobile/dist/components/Headline/Headline.js.map +1 -1
  364. package/mobile/dist/components/Headline/HeadlineContent.d.ts +2 -4
  365. package/mobile/dist/components/Headline/constants.d.ts +9 -0
  366. package/mobile/dist/components/Headline/constants.js +33 -1
  367. package/mobile/dist/components/Headline/constants.js.map +1 -1
  368. package/mobile/dist/components/Insurance/Insurance.js +5 -5
  369. package/mobile/dist/components/Insurance/Insurance.js.map +1 -1
  370. package/mobile/dist/components/Insurance/InsuranceContent.d.ts +2 -5
  371. package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js +2 -2
  372. package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js.map +1 -1
  373. package/mobile/dist/components/LinkDocs/LinkDocs.js +1 -1
  374. package/mobile/dist/components/LinkDocs/LinkDocs.js.map +1 -1
  375. package/mobile/dist/components/LinkDocs/LinkDocsContent.d.ts +3 -6
  376. package/mobile/dist/components/LinkDocs/LinkDocsHorizontalList.js +1 -1
  377. package/mobile/dist/components/LinkDocs/LinkDocsHorizontalList.js.map +1 -1
  378. package/mobile/dist/components/LinkDocs/LinkDocsVerticalList.js +1 -1
  379. package/mobile/dist/components/LinkDocs/LinkDocsVerticalList.js.map +1 -1
  380. package/mobile/dist/components/MobileAppTile/MobileAppTileContent.d.ts +2 -3
  381. package/mobile/dist/components/NavigatorTabs/NavigatorTabItem.d.ts +1 -1
  382. package/mobile/dist/components/NavigatorTabs/NavigatorTabItem.js +1 -1
  383. package/mobile/dist/components/NavigatorTabs/NavigatorTabItem.js.map +1 -1
  384. package/mobile/dist/components/OtherProducts/OtherProductsItem.js +1 -1
  385. package/mobile/dist/components/OtherProducts/OtherProductsItem.js.map +1 -1
  386. package/mobile/dist/components/PictureText/PictureTextContent.d.ts +2 -2
  387. package/mobile/dist/components/Placeholder/Placeholder.js +2 -4
  388. package/mobile/dist/components/Placeholder/Placeholder.js.map +1 -1
  389. package/mobile/dist/components/Placeholder/PlaceholderContent.d.ts +2 -3
  390. package/mobile/dist/components/ProductBlock/ProductBlockContent.d.ts +4 -5
  391. package/mobile/dist/components/ProductBlock/ProductBlockInner.js +3 -4
  392. package/mobile/dist/components/ProductBlock/ProductBlockInner.js.map +1 -1
  393. package/mobile/dist/components/ProductBlock/renderBackwardButton.js +1 -1
  394. package/mobile/dist/components/ProductBlock/renderBackwardButton.js.map +1 -1
  395. package/mobile/dist/components/ProductBlock/renderBenefit.js +1 -1
  396. package/mobile/dist/components/ProductBlock/renderBenefit.js.map +1 -1
  397. package/mobile/dist/components/ProductGallery/ProductGalleryBlock.d.ts +2 -2
  398. package/mobile/dist/components/ProductGallery/ProductGalleryBlock.js +2 -2
  399. package/mobile/dist/components/ProductGallery/ProductGalleryBlock.js.map +1 -1
  400. package/mobile/dist/components/ProductTile/ProductTile.js +4 -5
  401. package/mobile/dist/components/ProductTile/ProductTile.js.map +1 -1
  402. package/mobile/dist/components/ProductTile/ProductTileContent.d.ts +2 -3
  403. package/mobile/dist/components/PromoTile/PromoTile.js +2 -2
  404. package/mobile/dist/components/PromoTile/PromoTile.js.map +1 -1
  405. package/mobile/dist/components/PromoTile/PromoTileContent.d.ts +3 -3
  406. package/mobile/dist/components/Recommendation/RecommendationContent.d.ts +4 -4
  407. package/mobile/dist/components/StepsBlock/StepsBlock.js +2 -2
  408. package/mobile/dist/components/StepsBlock/StepsBlock.js.map +1 -1
  409. package/mobile/dist/components/StepsBlock/StepsBlockStyleMaps.d.ts +1 -0
  410. package/mobile/dist/components/StepsBlock/StepsBlockStyleMaps.js +3 -1
  411. package/mobile/dist/components/StepsBlock/StepsBlockStyleMaps.js.map +1 -1
  412. package/mobile/dist/components/TariffsTable/TariffsTableContent.d.ts +3 -4
  413. package/mobile/dist/components/Tile/Tile.js +3 -3
  414. package/mobile/dist/components/Tile/Tile.js.map +1 -1
  415. package/mobile/dist/components/Tile/TileContent.d.ts +3 -3
  416. package/mobile/dist/hooks/useLink.d.ts +3 -1
  417. package/mobile/dist/hooks/useLink.js +1 -1
  418. package/mobile/dist/hooks/useLink.js.map +1 -1
  419. package/mobile/dist/model/HeadlineType.d.ts +17 -0
  420. package/{dist/ui-kit/Description/DescriptionContent.js → mobile/dist/model/HeadlineType.js} +1 -1
  421. package/mobile/dist/model/HeadlineType.js.map +1 -0
  422. package/mobile/dist/model/VNode.d.ts +1 -1
  423. package/mobile/dist/services/sitemap/findActiveSubItem.d.ts +1 -1
  424. package/mobile/dist/services/sitemap/findActiveSubItem.js +1 -1
  425. package/mobile/dist/services/sitemap/findActiveSubItem.js.map +1 -1
  426. package/mobile/dist/types.d.ts +0 -1
  427. package/mobile/dist/ui-kit/Breadcrumb.d.ts +1 -1
  428. package/mobile/dist/ui-kit/Button/Button.js +1 -1
  429. package/mobile/dist/ui-kit/Button/Button.js.map +1 -1
  430. package/mobile/dist/ui-kit/Button/ButtonInner.js +2 -2
  431. package/mobile/dist/ui-kit/Button/ButtonInner.js.map +1 -1
  432. package/mobile/dist/ui-kit/Button/ButtonProps.d.ts +3 -1
  433. package/mobile/dist/ui-kit/Button/ButtonSection.js +1 -1
  434. package/mobile/dist/ui-kit/Button/ButtonSection.js.map +1 -1
  435. package/mobile/dist/ui-kit/Button/LikeButton.d.ts +1 -1
  436. package/mobile/dist/ui-kit/Button/renderArrows.d.ts +2 -4
  437. package/mobile/dist/ui-kit/Button/renderArrows.js.map +1 -1
  438. package/mobile/dist/ui-kit/Description/Description.d.ts +2 -2
  439. package/mobile/dist/ui-kit/Description/Description.js +1 -1
  440. package/mobile/dist/ui-kit/Description/Description.js.map +1 -1
  441. package/mobile/dist/ui-kit/Foldable/useActiveHandler.d.ts +1 -1
  442. package/mobile/dist/ui-kit/Foldable/useActiveHandler.js.map +1 -1
  443. package/mobile/dist/ui-kit/Heading/Heading.d.ts +1 -5
  444. package/mobile/dist/ui-kit/Heading/Heading.js +2 -5
  445. package/mobile/dist/ui-kit/Heading/Heading.js.map +1 -1
  446. package/mobile/dist/ui-kit/Heading/HeadingProps.d.ts +20 -0
  447. package/mobile/dist/ui-kit/{Description/DescriptionContent.js → Heading/HeadingProps.js} +1 -1
  448. package/mobile/dist/ui-kit/Heading/HeadingProps.js.map +1 -0
  449. package/mobile/dist/ui-kit/InputRange/InputRangeProps.d.ts +1 -2
  450. package/mobile/dist/ui-kit/SVG.d.ts +2 -2
  451. package/mobile/dist/ui-kit/SearchBar/SearchBarInner.js +3 -3
  452. package/mobile/dist/ui-kit/SearchBar/SearchBarInner.js.map +1 -1
  453. package/mobile/dist/ui-kit/TableArrowScrollControl/TableArrowScrollControlProps.d.ts +2 -3
  454. package/mobile/dist/ui-kit/Tabs/TabsProps.d.ts +1 -2
  455. package/mobile/dist/ui-kit/TopItem/TopItem.d.ts +1 -1
  456. package/mobile/dist/utils/url.d.ts +1 -0
  457. package/mobile/dist/utils/url.js +3 -1
  458. package/mobile/dist/utils/url.js.map +1 -1
  459. package/mobile/lib/components/Accordion/useActiveHandler.d.ts +1 -1
  460. package/mobile/lib/components/Accordion/useActiveHandler.js +4 -4
  461. package/mobile/lib/components/Accordion/useActiveHandler.js.map +1 -1
  462. package/mobile/lib/components/BaseTile/BaseTile.js +1 -1
  463. package/mobile/lib/components/BaseTile/BaseTile.js.map +1 -1
  464. package/mobile/lib/components/BaseTile/BaseTileProps.d.ts +7 -26
  465. package/mobile/lib/components/BaseTile/getTileHeadingType.d.ts +1 -1
  466. package/mobile/lib/components/BaseTile/getTileHeadingType.js +3 -3
  467. package/mobile/lib/components/BaseTile/getTileHeadingType.js.map +1 -1
  468. package/mobile/lib/components/BenefitsBlock/BenefitsBlockContent.d.ts +2 -2
  469. package/mobile/lib/components/Bonus/BonusContent.d.ts +2 -3
  470. package/mobile/lib/components/Calculator/Rate.js +1 -1
  471. package/mobile/lib/components/Calculator/Rate.js.map +1 -1
  472. package/mobile/lib/components/Catalog/CatalogContent.d.ts +3 -4
  473. package/mobile/lib/components/ComparisonTable/ComparisonTableColumnHeaders.d.ts +1 -1
  474. package/mobile/lib/components/ComparisonTable/ComparisonTableColumnHeaders.js +4 -4
  475. package/mobile/lib/components/ComparisonTable/ComparisonTableColumnHeaders.js.map +1 -1
  476. package/mobile/lib/components/ComparisonTable/ComparisonTableRows.d.ts +2 -2
  477. package/mobile/lib/components/ContentPage/ContentPageContext.d.ts +1 -2
  478. package/mobile/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.d.ts +1 -1
  479. package/mobile/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.js.map +1 -1
  480. package/mobile/lib/components/Footer/HorizontalNavigationLink.d.ts +1 -1
  481. package/mobile/lib/components/Footer/TextInformationLink.d.ts +1 -1
  482. package/mobile/lib/components/Footer/TextInformationLink.js.map +1 -1
  483. package/mobile/lib/components/GracePeriod/GracePeriodContent.d.ts +2 -2
  484. package/mobile/lib/components/GroupBlock/GroupBlock.js +1 -1
  485. package/mobile/lib/components/GroupBlock/GroupBlock.js.map +1 -1
  486. package/mobile/lib/components/GroupBlock/GroupBlockTabs.d.ts +2 -3
  487. package/mobile/lib/components/GroupBlock/GroupBlockTabs.js +9 -7
  488. package/mobile/lib/components/GroupBlock/GroupBlockTabs.js.map +1 -1
  489. package/mobile/lib/components/GroupBlock/GroupBlocksItem.d.ts +1 -1
  490. package/mobile/lib/components/GroupBlock/GroupBlocksItem.js +1 -1
  491. package/mobile/lib/components/GroupBlock/GroupBlocksItem.js.map +1 -1
  492. package/mobile/lib/components/Header/DropdownMenu.d.ts +1 -0
  493. package/mobile/lib/components/Header/DropdownMenu.js +6 -3
  494. package/mobile/lib/components/Header/DropdownMenu.js.map +1 -1
  495. package/mobile/lib/components/Header/HeaderSubMenu.js +1 -1
  496. package/mobile/lib/components/Header/HeaderSubMenu.js.map +1 -1
  497. package/mobile/lib/components/Headline/Headline.js +1 -1
  498. package/mobile/lib/components/Headline/Headline.js.map +1 -1
  499. package/mobile/lib/components/Headline/HeadlineContent.d.ts +2 -4
  500. package/mobile/lib/components/Headline/constants.d.ts +9 -0
  501. package/mobile/lib/components/Headline/constants.js +32 -0
  502. package/mobile/lib/components/Headline/constants.js.map +1 -1
  503. package/mobile/lib/components/Insurance/Insurance.js +5 -5
  504. package/mobile/lib/components/Insurance/Insurance.js.map +1 -1
  505. package/mobile/lib/components/Insurance/InsuranceContent.d.ts +2 -5
  506. package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js +2 -2
  507. package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js.map +1 -1
  508. package/mobile/lib/components/LinkDocs/LinkDocs.js +1 -1
  509. package/mobile/lib/components/LinkDocs/LinkDocs.js.map +1 -1
  510. package/mobile/lib/components/LinkDocs/LinkDocsContent.d.ts +3 -6
  511. package/mobile/lib/components/LinkDocs/LinkDocsHorizontalList.js +1 -1
  512. package/mobile/lib/components/LinkDocs/LinkDocsHorizontalList.js.map +1 -1
  513. package/mobile/lib/components/LinkDocs/LinkDocsVerticalList.js +1 -1
  514. package/mobile/lib/components/LinkDocs/LinkDocsVerticalList.js.map +1 -1
  515. package/mobile/lib/components/MobileAppTile/MobileAppTileContent.d.ts +2 -3
  516. package/mobile/lib/components/NavigatorTabs/NavigatorTabItem.d.ts +1 -1
  517. package/mobile/lib/components/NavigatorTabs/NavigatorTabItem.js +1 -1
  518. package/mobile/lib/components/NavigatorTabs/NavigatorTabItem.js.map +1 -1
  519. package/mobile/lib/components/OtherProducts/OtherProductsItem.js +1 -1
  520. package/mobile/lib/components/OtherProducts/OtherProductsItem.js.map +1 -1
  521. package/mobile/lib/components/PictureText/PictureTextContent.d.ts +2 -2
  522. package/mobile/lib/components/Placeholder/Placeholder.js +2 -4
  523. package/mobile/lib/components/Placeholder/Placeholder.js.map +1 -1
  524. package/mobile/lib/components/Placeholder/PlaceholderContent.d.ts +2 -3
  525. package/mobile/lib/components/ProductBlock/ProductBlockContent.d.ts +4 -5
  526. package/mobile/lib/components/ProductBlock/ProductBlockInner.js +3 -4
  527. package/mobile/lib/components/ProductBlock/ProductBlockInner.js.map +1 -1
  528. package/mobile/lib/components/ProductBlock/renderBackwardButton.js +1 -1
  529. package/mobile/lib/components/ProductBlock/renderBackwardButton.js.map +1 -1
  530. package/mobile/lib/components/ProductBlock/renderBenefit.js +1 -1
  531. package/mobile/lib/components/ProductBlock/renderBenefit.js.map +1 -1
  532. package/mobile/lib/components/ProductGallery/ProductGalleryBlock.d.ts +2 -2
  533. package/mobile/lib/components/ProductGallery/ProductGalleryBlock.js +2 -2
  534. package/mobile/lib/components/ProductGallery/ProductGalleryBlock.js.map +1 -1
  535. package/mobile/lib/components/ProductTile/ProductTile.js +4 -5
  536. package/mobile/lib/components/ProductTile/ProductTile.js.map +1 -1
  537. package/mobile/lib/components/ProductTile/ProductTileContent.d.ts +2 -3
  538. package/mobile/lib/components/PromoTile/PromoTile.js +2 -2
  539. package/mobile/lib/components/PromoTile/PromoTile.js.map +1 -1
  540. package/mobile/lib/components/PromoTile/PromoTileContent.d.ts +3 -3
  541. package/mobile/lib/components/Recommendation/RecommendationContent.d.ts +4 -4
  542. package/mobile/lib/components/StepsBlock/StepsBlock.js +2 -2
  543. package/mobile/lib/components/StepsBlock/StepsBlock.js.map +1 -1
  544. package/mobile/lib/components/StepsBlock/StepsBlockStyleMaps.d.ts +1 -0
  545. package/mobile/lib/components/StepsBlock/StepsBlockStyleMaps.js +3 -1
  546. package/mobile/lib/components/StepsBlock/StepsBlockStyleMaps.js.map +1 -1
  547. package/mobile/lib/components/TariffsTable/TariffsTableContent.d.ts +3 -4
  548. package/mobile/lib/components/Tile/Tile.js +3 -3
  549. package/mobile/lib/components/Tile/Tile.js.map +1 -1
  550. package/mobile/lib/components/Tile/TileContent.d.ts +3 -3
  551. package/mobile/lib/hooks/useLink.d.ts +3 -1
  552. package/mobile/lib/hooks/useLink.js +1 -1
  553. package/mobile/lib/hooks/useLink.js.map +1 -1
  554. package/mobile/lib/model/HeadlineType.d.ts +17 -0
  555. package/mobile/lib/model/HeadlineType.js +2 -0
  556. package/mobile/lib/model/HeadlineType.js.map +1 -0
  557. package/mobile/lib/model/VNode.d.ts +1 -1
  558. package/mobile/lib/services/sitemap/findActiveSubItem.d.ts +1 -1
  559. package/mobile/lib/services/sitemap/findActiveSubItem.js +1 -1
  560. package/mobile/lib/services/sitemap/findActiveSubItem.js.map +1 -1
  561. package/mobile/lib/types.d.ts +0 -1
  562. package/mobile/lib/ui-kit/Breadcrumb.d.ts +1 -1
  563. package/mobile/lib/ui-kit/Button/Button.js +1 -1
  564. package/mobile/lib/ui-kit/Button/Button.js.map +1 -1
  565. package/mobile/lib/ui-kit/Button/ButtonInner.js +2 -2
  566. package/mobile/lib/ui-kit/Button/ButtonInner.js.map +1 -1
  567. package/mobile/lib/ui-kit/Button/ButtonProps.d.ts +3 -1
  568. package/mobile/lib/ui-kit/Button/ButtonSection.js +1 -1
  569. package/mobile/lib/ui-kit/Button/ButtonSection.js.map +1 -1
  570. package/mobile/lib/ui-kit/Button/LikeButton.d.ts +1 -1
  571. package/mobile/lib/ui-kit/Button/renderArrows.d.ts +2 -4
  572. package/mobile/lib/ui-kit/Button/renderArrows.js.map +1 -1
  573. package/mobile/lib/ui-kit/Description/Description.d.ts +2 -2
  574. package/mobile/lib/ui-kit/Description/Description.js +1 -1
  575. package/mobile/lib/ui-kit/Description/Description.js.map +1 -1
  576. package/mobile/lib/ui-kit/Foldable/useActiveHandler.d.ts +1 -1
  577. package/mobile/lib/ui-kit/Foldable/useActiveHandler.js.map +1 -1
  578. package/mobile/lib/ui-kit/Heading/Heading.d.ts +1 -5
  579. package/mobile/lib/ui-kit/Heading/Heading.js +2 -5
  580. package/mobile/lib/ui-kit/Heading/Heading.js.map +1 -1
  581. package/mobile/lib/ui-kit/Heading/HeadingProps.d.ts +20 -0
  582. package/mobile/lib/ui-kit/Heading/HeadingProps.js +2 -0
  583. package/mobile/lib/ui-kit/Heading/HeadingProps.js.map +1 -0
  584. package/mobile/lib/ui-kit/InputRange/InputRangeProps.d.ts +1 -2
  585. package/mobile/lib/ui-kit/SVG.d.ts +2 -2
  586. package/mobile/lib/ui-kit/SearchBar/SearchBarInner.js +3 -3
  587. package/mobile/lib/ui-kit/SearchBar/SearchBarInner.js.map +1 -1
  588. package/mobile/lib/ui-kit/TableArrowScrollControl/TableArrowScrollControlProps.d.ts +2 -3
  589. package/mobile/lib/ui-kit/Tabs/TabsProps.d.ts +1 -2
  590. package/mobile/lib/ui-kit/TopItem/TopItem.d.ts +1 -1
  591. package/mobile/lib/utils/url.d.ts +1 -0
  592. package/mobile/lib/utils/url.js +1 -0
  593. package/mobile/lib/utils/url.js.map +1 -1
  594. package/mobile/src/components/Accordion/useActiveHandler.ts +5 -5
  595. package/mobile/src/components/BaseTile/BaseTile.tsx +1 -1
  596. package/mobile/src/components/BaseTile/BaseTileProps.ts +7 -30
  597. package/mobile/src/components/BaseTile/getTileHeadingType.ts +3 -3
  598. package/mobile/src/components/BenefitsBlock/BenefitsBlockContent.ts +8 -9
  599. package/mobile/src/components/Blocks.spec.tsx +74 -0
  600. package/mobile/src/components/Bonus/BonusContent.ts +5 -7
  601. package/mobile/src/components/Calculator/Calculator.tsx +3 -3
  602. package/mobile/src/components/Calculator/Rate.tsx +1 -1
  603. package/mobile/src/components/Catalog/CatalogContent.ts +6 -8
  604. package/mobile/src/components/ComparisonTable/ComparisonTableColumnHeaders.tsx +6 -6
  605. package/mobile/src/components/ComparisonTable/ComparisonTableRows.tsx +2 -2
  606. package/mobile/src/components/ContentPage/ContentPageContext.tsx +1 -2
  607. package/mobile/src/components/ExchangeRateTile/ExchangeCurrencyCalculator.tsx +6 -6
  608. package/mobile/src/components/Footer/HorizontalNavigationLink.tsx +1 -1
  609. package/mobile/src/components/Footer/TextInformationLink.tsx +2 -4
  610. package/mobile/src/components/GracePeriod/GracePeriodContent.ts +2 -2
  611. package/mobile/src/components/GroupBlock/GroupBlock.tsx +5 -3
  612. package/mobile/src/components/GroupBlock/GroupBlockTabs.tsx +23 -24
  613. package/mobile/src/components/GroupBlock/GroupBlocksItem.tsx +3 -3
  614. package/mobile/src/components/Header/DropdownMenu.tsx +23 -10
  615. package/mobile/src/components/Header/HeaderSubMenu.tsx +2 -1
  616. package/mobile/src/components/Headline/Headline.example.json +1 -0
  617. package/mobile/src/components/Headline/Headline.tsx +1 -1
  618. package/mobile/src/components/Headline/HeadlineContent.ts +2 -5
  619. package/mobile/src/components/Headline/constants.ts +42 -0
  620. package/mobile/src/components/Insurance/Insurance.tsx +15 -10
  621. package/mobile/src/components/Insurance/InsuranceContent.ts +2 -5
  622. package/mobile/src/components/InsuranceAmountBlock/InsuranceAmountBlockInner.tsx +5 -5
  623. package/mobile/src/components/LinkDocs/LinkDocs.example.json +1 -0
  624. package/mobile/src/components/LinkDocs/LinkDocs.tsx +0 -1
  625. package/mobile/src/components/LinkDocs/LinkDocsContent.ts +3 -6
  626. package/mobile/src/components/LinkDocs/LinkDocsHorizontalList.tsx +1 -1
  627. package/mobile/src/components/LinkDocs/LinkDocsVerticalList.tsx +1 -3
  628. package/mobile/src/components/MobileAppTile/MobileAppTileContent.ts +2 -4
  629. package/mobile/src/components/NavigatorTabs/NavigatorTabItem.tsx +2 -2
  630. package/mobile/src/components/OtherProducts/OtherProductsItem.tsx +2 -2
  631. package/mobile/src/components/PictureText/PictureTextContent.ts +2 -2
  632. package/mobile/src/components/Placeholder/Placeholder.tsx +8 -19
  633. package/mobile/src/components/Placeholder/PlaceholderContent.ts +2 -3
  634. package/mobile/src/components/ProductBlock/ProductBlockContent.ts +4 -7
  635. package/mobile/src/components/ProductBlock/ProductBlockInner.tsx +10 -21
  636. package/mobile/src/components/ProductBlock/renderBackwardButton.tsx +1 -1
  637. package/mobile/src/components/ProductBlock/renderBenefit.tsx +2 -6
  638. package/mobile/src/components/ProductGallery/ProductGalleryBlock.tsx +5 -5
  639. package/mobile/src/components/ProductTile/ProductTile.example.json +1 -1
  640. package/mobile/src/components/ProductTile/ProductTile.tsx +10 -15
  641. package/mobile/src/components/ProductTile/ProductTileContent.ts +2 -5
  642. package/mobile/src/components/PromoTile/PromoTile.tsx +10 -6
  643. package/mobile/src/components/PromoTile/PromoTileContent.ts +4 -4
  644. package/mobile/src/components/Recommendation/RecommendationContent.ts +4 -8
  645. package/mobile/src/components/StepsBlock/StepsBlock.tsx +2 -4
  646. package/mobile/src/components/StepsBlock/StepsBlockStyleMaps.ts +4 -1
  647. package/mobile/src/components/TariffsTable/TariffsTableContent.ts +12 -14
  648. package/mobile/src/components/Tile/Tile.tsx +7 -11
  649. package/mobile/src/components/Tile/TileContent.ts +4 -5
  650. package/mobile/src/components/__snapshots__/Blocks.spec.tsx.snap +755 -0
  651. package/mobile/src/hooks/useLink.ts +2 -2
  652. package/mobile/src/model/HeadlineType.ts +21 -0
  653. package/mobile/src/model/VNode.ts +1 -1
  654. package/mobile/src/services/sitemap/findActiveSubItem.ts +2 -2
  655. package/mobile/src/types.ts +0 -2
  656. package/mobile/src/ui-kit/Breadcrumb.tsx +1 -1
  657. package/mobile/src/ui-kit/Button/Button.tsx +2 -2
  658. package/mobile/src/ui-kit/Button/ButtonInner.tsx +3 -3
  659. package/mobile/src/ui-kit/Button/ButtonProps.ts +1 -1
  660. package/mobile/src/ui-kit/Button/ButtonSection.tsx +1 -1
  661. package/mobile/src/ui-kit/Button/LikeButton.tsx +1 -1
  662. package/mobile/src/ui-kit/Button/renderArrows.tsx +2 -3
  663. package/mobile/src/ui-kit/Description/Description.tsx +3 -3
  664. package/mobile/src/ui-kit/Foldable/useActiveHandler.ts +1 -1
  665. package/mobile/src/ui-kit/Heading/Heading.tsx +3 -13
  666. package/mobile/src/ui-kit/Heading/HeadingProps.ts +24 -0
  667. package/mobile/src/ui-kit/InputRange/InputRangeProps.ts +1 -3
  668. package/mobile/src/ui-kit/SVG.tsx +2 -2
  669. package/mobile/src/ui-kit/SearchBar/SearchBarInner.tsx +3 -3
  670. package/mobile/src/ui-kit/TableArrowScrollControl/TableArrowScrollControlProps.ts +2 -4
  671. package/mobile/src/ui-kit/Tabs/TabsProps.ts +1 -2
  672. package/mobile/src/ui-kit/TopItem/TopItem.tsx +1 -1
  673. package/mobile/src/utils/url.ts +2 -0
  674. package/package.json +3 -1
  675. package/src/components/Accordion/useActiveHandler.ts +5 -5
  676. package/src/components/BaseTile/BaseTile.tsx +1 -1
  677. package/src/components/BaseTile/BaseTileProps.ts +7 -30
  678. package/src/components/BaseTile/getTileHeadingType.ts +3 -3
  679. package/src/components/BenefitsBlock/BenefitsBlockContent.ts +8 -9
  680. package/src/components/Blocks.spec.tsx +74 -0
  681. package/src/components/Bonus/BonusContent.ts +5 -7
  682. package/src/components/Calculator/Calculator.tsx +3 -3
  683. package/src/components/Calculator/Rate.tsx +1 -1
  684. package/src/components/Catalog/CatalogContent.ts +6 -8
  685. package/src/components/ComparisonTable/ComparisonTable.tsx +4 -6
  686. package/src/components/ComparisonTable/ComparisonTableColumnHeaders.tsx +6 -6
  687. package/src/components/ComparisonTable/ComparisonTableRows.tsx +2 -2
  688. package/src/components/ComparisonTable/HeaderCell.tsx +0 -1
  689. package/src/components/ContentPage/ContentPageContext.tsx +1 -2
  690. package/src/components/ExchangeRateTile/ExchangeCurrencyCalculator.tsx +6 -6
  691. package/src/components/Footer/HorizontalNavigationLink.tsx +1 -1
  692. package/src/components/Footer/TextInformationLink.tsx +2 -4
  693. package/src/components/GracePeriod/GracePeriodContent.ts +2 -2
  694. package/src/components/GroupBlock/GroupBlock.tsx +5 -3
  695. package/src/components/GroupBlock/GroupBlockTabs.tsx +23 -24
  696. package/src/components/GroupBlock/GroupBlocksItem.tsx +3 -3
  697. package/src/components/Header/DropdownMenu.tsx +23 -10
  698. package/src/components/Header/Header.tsx +1 -1
  699. package/src/components/Header/HeaderSubMenu.tsx +2 -1
  700. package/src/components/Headline/Headline.example.json +1 -0
  701. package/src/components/Headline/Headline.fixture.tsx +25 -0
  702. package/src/components/Headline/Headline.mobile.tsx +1 -1
  703. package/src/components/Headline/Headline.tsx +13 -7
  704. package/src/components/Headline/HeadlineContent.ts +2 -5
  705. package/src/components/Headline/constants.ts +42 -0
  706. package/src/components/Insurance/Insurance.tsx +15 -10
  707. package/src/components/Insurance/InsuranceContent.ts +2 -5
  708. package/src/components/InsuranceAmountBlock/InsuranceAmountBlockInner.tsx +5 -5
  709. package/src/components/LinkDocs/LinkDocs.example.json +1 -0
  710. package/src/components/LinkDocs/LinkDocs.mobile.tsx +0 -1
  711. package/src/components/LinkDocs/LinkDocs.tsx +4 -3
  712. package/src/components/LinkDocs/LinkDocsContent.ts +3 -6
  713. package/src/components/LinkDocs/LinkDocsHorizontalList.tsx +1 -1
  714. package/src/components/LinkDocs/LinkDocsVerticalList.tsx +1 -3
  715. package/src/components/MobileAppTile/MobileAppTile.tsx +4 -3
  716. package/src/components/MobileAppTile/MobileAppTileContent.ts +2 -4
  717. package/src/components/NavigatorTabs/NavigatorTabItem.tsx +2 -2
  718. package/src/components/OtherProducts/OtherProductsItem.tsx +2 -2
  719. package/src/components/PictureText/PictureTextContent.ts +2 -2
  720. package/src/components/Placeholder/Placeholder.tsx +8 -19
  721. package/src/components/Placeholder/PlaceholderContent.ts +2 -3
  722. package/src/components/ProductBlock/ProductBlock.fixture.tsx +5 -5
  723. package/src/components/ProductBlock/ProductBlockContent.ts +4 -7
  724. package/src/components/ProductBlock/ProductBlockInner.mobile.tsx +10 -21
  725. package/src/components/ProductBlock/ProductBlockInner.tsx +11 -26
  726. package/src/components/ProductBlock/renderBackwardButton.tsx +1 -1
  727. package/src/components/ProductBlock/renderBenefit.mobile.tsx +2 -6
  728. package/src/components/ProductBlock/renderBenefit.tsx +2 -4
  729. package/src/components/ProductGallery/ProductGallery.fixture.tsx +8 -8
  730. package/src/components/ProductGallery/ProductGalleryBlock.tsx +5 -5
  731. package/src/components/ProductTile/ProductTile.example.json +1 -1
  732. package/src/components/ProductTile/ProductTile.fixture.tsx +2 -6
  733. package/src/components/ProductTile/ProductTile.tsx +10 -15
  734. package/src/components/ProductTile/ProductTileContent.ts +2 -5
  735. package/src/components/PromoTile/PromoTile.tsx +10 -6
  736. package/src/components/PromoTile/PromoTileContent.ts +4 -4
  737. package/src/components/Recommendation/RecommendationContent.ts +4 -8
  738. package/src/components/StepsBlock/StepsBlock.mobile.tsx +2 -4
  739. package/src/components/StepsBlock/StepsBlock.tsx +14 -13
  740. package/src/components/StepsBlock/StepsBlockStyleMaps.ts +4 -1
  741. package/src/components/TariffsTable/TariffsTableContent.ts +12 -14
  742. package/src/components/Tile/Tile.tsx +7 -11
  743. package/src/components/Tile/TileContent.ts +4 -5
  744. package/src/components/__snapshots__/Blocks.spec.tsx.snap +755 -0
  745. package/src/hooks/useLink.ts +2 -2
  746. package/src/model/HeadlineType.ts +21 -0
  747. package/src/model/VNode.ts +1 -1
  748. package/src/services/sitemap/findActiveSubItem.ts +2 -2
  749. package/src/types.ts +0 -2
  750. package/src/ui-kit/Breadcrumb.tsx +1 -1
  751. package/src/ui-kit/Button/Button.mobile.tsx +2 -2
  752. package/src/ui-kit/Button/Button.tsx +2 -2
  753. package/src/ui-kit/Button/ButtonInner.tsx +3 -3
  754. package/src/ui-kit/Button/ButtonProps.ts +1 -1
  755. package/src/ui-kit/Button/ButtonSection.tsx +1 -1
  756. package/src/ui-kit/Button/LikeButton.tsx +1 -1
  757. package/src/ui-kit/Button/renderArrows.tsx +2 -3
  758. package/src/ui-kit/Description/Description.tsx +3 -3
  759. package/src/ui-kit/Foldable/useActiveHandler.ts +1 -1
  760. package/src/ui-kit/Heading/Heading.mobile.tsx +3 -13
  761. package/src/ui-kit/Heading/Heading.tsx +9 -19
  762. package/src/ui-kit/Heading/HeadingProps.ts +24 -0
  763. package/src/ui-kit/InputRange/InputRangeProps.ts +1 -3
  764. package/src/ui-kit/SVG.tsx +2 -2
  765. package/src/ui-kit/SearchBar/SearchBarInner.tsx +3 -3
  766. package/src/ui-kit/TableArrowScrollControl/TableArrowScrollControlProps.ts +2 -4
  767. package/src/ui-kit/Tabs/TabsProps.ts +1 -2
  768. package/src/ui-kit/TopItem/TopItem.tsx +1 -1
  769. package/src/utils/url.ts +2 -0
  770. package/dist/ui-kit/Description/DescriptionContent.d.ts +0 -4
  771. package/dist/ui-kit/Description/DescriptionContent.js.map +0 -1
  772. package/dist/ui-kit/Heading/HeadingContent.d.ts +0 -15
  773. package/dist/ui-kit/Heading/HeadingContent.js.map +0 -1
  774. package/lib/ui-kit/Description/DescriptionContent.d.ts +0 -4
  775. package/lib/ui-kit/Description/DescriptionContent.js +0 -2
  776. package/lib/ui-kit/Description/DescriptionContent.js.map +0 -1
  777. package/lib/ui-kit/Heading/HeadingContent.d.ts +0 -15
  778. package/lib/ui-kit/Heading/HeadingContent.js +0 -2
  779. package/lib/ui-kit/Heading/HeadingContent.js.map +0 -1
  780. package/mobile/dist/ui-kit/Description/DescriptionContent.d.ts +0 -4
  781. package/mobile/dist/ui-kit/Description/DescriptionContent.js.map +0 -1
  782. package/mobile/dist/ui-kit/Heading/HeadingContent.d.ts +0 -15
  783. package/mobile/dist/ui-kit/Heading/HeadingContent.js.map +0 -1
  784. package/mobile/lib/ui-kit/Description/DescriptionContent.d.ts +0 -4
  785. package/mobile/lib/ui-kit/Description/DescriptionContent.js +0 -2
  786. package/mobile/lib/ui-kit/Description/DescriptionContent.js.map +0 -1
  787. package/mobile/lib/ui-kit/Heading/HeadingContent.d.ts +0 -15
  788. package/mobile/lib/ui-kit/Heading/HeadingContent.js +0 -2
  789. package/mobile/lib/ui-kit/Heading/HeadingContent.js.map +0 -1
  790. package/mobile/src/ui-kit/Description/DescriptionContent.ts +0 -4
  791. package/mobile/src/ui-kit/Heading/HeadingContent.ts +0 -17
  792. package/src/ui-kit/Description/DescriptionContent.ts +0 -4
  793. package/src/ui-kit/Heading/HeadingContent.ts +0 -17
@@ -69,7 +69,7 @@ export default {
69
69
  productBlock: {
70
70
  title: 'Кредит по одному документу',
71
71
  description: 'Ставка от 5,5% годовых',
72
- headingType: 'h2',
72
+ headlineVersion: 'L',
73
73
  items,
74
74
  buttons,
75
75
  image: percentImage,
@@ -82,7 +82,7 @@ export default {
82
82
  },
83
83
  productBlock: {
84
84
  title: 'Ставка от 12,5% годовых на срок до 3 лет!',
85
- headingType: 'h2',
85
+ headlineVersion: 'L',
86
86
  items,
87
87
  buttons,
88
88
  image: worker,
@@ -95,7 +95,7 @@ export default {
95
95
  },
96
96
  productBlock: {
97
97
  title: 'Дополнительные бонусные баллы за покупки!',
98
- headingType: 'h2',
98
+ headlineVersion: 'L',
99
99
  items,
100
100
  buttons,
101
101
  image: creditCard,
@@ -108,7 +108,7 @@ export default {
108
108
  },
109
109
  productBlock: {
110
110
  title: 'Карты Unionpay',
111
- headingType: 'h2',
111
+ headlineVersion: 'L',
112
112
  items,
113
113
  buttons,
114
114
  image: creditCard,
@@ -133,7 +133,7 @@ export default {
133
133
  productBlock: {
134
134
  title: 'Кредит по одному документу',
135
135
  description: 'Кредит наличными без залога и поручительства, только по паспорту',
136
- headingType: 'h2',
136
+ headlineVersion: 'L',
137
137
  items,
138
138
  buttons: buttonsSecondary,
139
139
  image: percentImage,
@@ -146,7 +146,7 @@ export default {
146
146
  },
147
147
  productBlock: {
148
148
  title: 'Ставка от 12,5% годовых на срок до 3 лет!',
149
- headingType: 'h2',
149
+ headlineVersion: 'L',
150
150
  items,
151
151
  buttons: buttonsSecondary,
152
152
  image: worker,
@@ -159,7 +159,7 @@ export default {
159
159
  },
160
160
  productBlock: {
161
161
  title: 'Дополнительные бонусные баллы за покупки!',
162
- headingType: 'h2',
162
+ headlineVersion: 'L',
163
163
  items,
164
164
  buttons: buttonsSecondary,
165
165
  image: creditCard,
@@ -172,7 +172,7 @@ export default {
172
172
  },
173
173
  productBlock: {
174
174
  title: 'Карты Unionpay',
175
- headingType: 'h2',
175
+ headlineVersion: 'L',
176
176
  items,
177
177
  buttons: buttonsSecondary,
178
178
  image: creditCard,
@@ -1,9 +1,9 @@
1
1
  import { JSX } from '@redneckz/uni-jsx';
2
+ import { ProductBlockInner } from '../ProductBlock/ProductBlockInner';
3
+ import type { HeadlineProps } from '../../model/HeadlineType';
2
4
  import type { BlockVersion } from '../../model/BlockVersion';
3
5
  import type { UniBlockProps } from '../../types';
4
- import { HeadingType } from '../../ui-kit/Heading/HeadingContent';
5
6
  import type { ProductBlockInnerContent } from '../ProductBlock/ProductBlockContent';
6
- import { ProductBlockInner } from '../ProductBlock/ProductBlockInner';
7
7
 
8
8
  const productGalleryStyleMap: Record<BlockVersion, string> = {
9
9
  primary: 'bg-white text-primary-text',
@@ -11,12 +11,12 @@ const productGalleryStyleMap: Record<BlockVersion, string> = {
11
11
  };
12
12
 
13
13
  export interface ProductGalleryBlockProps extends UniBlockProps {
14
- headingType?: HeadingType;
14
+ headlineVersion?: HeadlineProps;
15
15
  block?: ProductBlockInnerContent;
16
16
  }
17
17
 
18
18
  export const ProductGalleryBlock = JSX<ProductGalleryBlockProps>(
19
- ({ block, headingType, context, className = '' }) => {
19
+ ({ block, context, className = '' }) => {
20
20
  const version = block?.version ?? 'primary';
21
21
 
22
22
  return (
@@ -25,7 +25,7 @@ export const ProductGalleryBlock = JSX<ProductGalleryBlockProps>(
25
25
  role="listitem"
26
26
  >
27
27
  <div className="flex grow">
28
- <ProductBlockInner context={context} headingType={headingType || 'h2'} {...block} />
28
+ <ProductBlockInner context={context} {...block} />
29
29
  </div>
30
30
  </section>
31
31
  );
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "title": "Продуктовая плитка",
3
- "headingType": "h3",
3
+ "headlineVersion": "S",
4
4
  "description": "Описание",
5
5
  "image": {
6
6
  "format": "webp",
@@ -85,7 +85,7 @@ const buttons3: ButtonProps[] = [
85
85
 
86
86
  export const PRODUCT_TILE: ProductTileContent = {
87
87
  title: 'Акция! “Кредит На все, что хочется!”',
88
- headingType: 'h3',
88
+ headlineVersion: 'S',
89
89
  description: 'Потребительский кредит на любые цели, без залога и поручительства',
90
90
  benefits,
91
91
  buttons: buttons,
@@ -93,7 +93,7 @@ export const PRODUCT_TILE: ProductTileContent = {
93
93
  };
94
94
  export const PRODUCT_PENSION_TILE: ProductTileContent = {
95
95
  title: 'Кредит пенсионный',
96
- headingType: 'h3',
96
+ headlineVersion: 'S',
97
97
  description: 'Для людей в возрасте до 75 лет',
98
98
  benefits,
99
99
  buttons: buttons2,
@@ -111,7 +111,6 @@ export default {
111
111
  context={context}
112
112
  className="col-span-6"
113
113
  title="Акция! “Пенсионный кредит”"
114
- headingType="h3"
115
114
  description={'Потребительский кредит на любые цели, без залога и поручительства'}
116
115
  benefits={benefits}
117
116
  buttons={buttons2}
@@ -125,7 +124,6 @@ export default {
125
124
  context={context}
126
125
  className="col-span-8"
127
126
  title="Кредит под залог недвижимости"
128
- headingType="h3"
129
127
  description={'Без переоформления залогой недвижимости на банк'}
130
128
  benefits={benefits}
131
129
  buttons={buttons2}
@@ -139,7 +137,6 @@ export default {
139
137
  context={context}
140
138
  className="col-span-4"
141
139
  title="Кредит пенсионный"
142
- headingType="h3"
143
140
  description={'Для людей в возрасте до 75 лет'}
144
141
  benefits={benefits}
145
142
  buttons={buttons2}
@@ -152,7 +149,6 @@ export default {
152
149
  context={context}
153
150
  className="col-span-6"
154
151
  title="Ипотечное страхование"
155
- headingType="h3"
156
152
  description={'Финансовая защита заемщиков в случае непредвиденных обстоятельств'}
157
153
  additionalDescription={
158
154
  'Страховая сумма и страховой взнос зависит от остатка задолженности по ипотеке'
@@ -3,12 +3,11 @@ import type { BlockVersion } from '../../model/BlockVersion';
3
3
  import type { UniBlockProps } from '../../types';
4
4
  import { BlockWrapper } from '../../ui-kit/BlockWrapper';
5
5
  import { ButtonSection } from '../../ui-kit/Button/ButtonSection';
6
- import { Description } from '../../ui-kit/Description/Description';
7
- import { Heading } from '../../ui-kit/Heading/Heading';
8
6
  import { Img } from '../../ui-kit/Img/Img';
9
7
  import { getTileMinHeight } from '../BaseTile/getTileMinHeight';
10
8
  import { getTileRightPadding } from '../BaseTile/getTileRightPadding';
11
9
  import type { ProductTileContent, TextBenefit } from './ProductTileContent';
10
+ import { Headline } from '../Headline/Headline';
12
11
 
13
12
  export interface ProductTileProps extends ProductTileContent, UniBlockProps {}
14
13
 
@@ -22,7 +21,7 @@ export const ProductTile = JSX<ProductTileProps>(
22
21
  context,
23
22
  className = '',
24
23
  title,
25
- headingType = 'h3',
24
+ headlineVersion = 'S',
26
25
  description,
27
26
  additionalDescription,
28
27
  benefits,
@@ -40,17 +39,13 @@ export const ProductTile = JSX<ProductTileProps>(
40
39
  {...rest}
41
40
  >
42
41
  <div className="z-[1]">
43
- {title ? (
44
- <Heading
45
- headingType={headingType}
46
- as="h3"
47
- title={title}
48
- className={`whitespace-pre-wrap text-h4`}
49
- />
50
- ) : null}
51
- {description ? (
52
- <Description className="mt-2 text-md font-light" description={description} />
53
- ) : null}
42
+ <Headline
43
+ context={context}
44
+ className="!p-0"
45
+ title={title}
46
+ description={description}
47
+ headlineVersion={headlineVersion}
48
+ />
54
49
  {renderBenefits(benefits || [], version)}
55
50
  {additionalDescription
56
51
  ? renderAdditionalDescription(additionalDescription, version)
@@ -73,7 +68,7 @@ function renderBenefits(benefits: TextBenefit[], version: BlockVersion) {
73
68
  return (
74
69
  <div className="flex mt-4">
75
70
  {benefits.length ? (
76
- <div className="mr-6 gap-2.5 text-title-2xs">{benefits.map(renderBenefitLabel)}</div>
71
+ <div className="mr-6 gap-2.5 text-h6">{benefits.map(renderBenefitLabel)}</div>
77
72
  ) : null}
78
73
  {benefits.length ? (
79
74
  <div className="pt-1 text-m">
@@ -1,7 +1,6 @@
1
1
  import type { BlockVersion } from '../../model/BlockVersion';
2
2
  import type { ButtonContent } from '../../ui-kit/Button/ButtonProps';
3
- import type { DescriptionContent } from '../../ui-kit/Description/DescriptionContent';
4
- import type { HeadingContent, HeadingTypeContent } from '../../ui-kit/Heading/HeadingContent';
3
+ import type { HeadlineProps } from '../../model/HeadlineType';
5
4
  import type { ImageContent } from '../../ui-kit/Img/ImgProps';
6
5
 
7
6
  export interface TextBenefit {
@@ -14,9 +13,7 @@ export interface TextBenefit {
14
13
  /**
15
14
  * @title Продуктовая плитка
16
15
  */
17
- export type ProductTileContent = HeadingContent &
18
- HeadingTypeContent &
19
- DescriptionContent &
16
+ export type ProductTileContent = HeadlineProps &
20
17
  ButtonContent &
21
18
  ImageContent & {
22
19
  version?: BlockVersion;
@@ -3,12 +3,12 @@ import type { BlockVersion } from '../../model/BlockVersion';
3
3
  import { BlockWrapper } from '../../ui-kit/BlockWrapper';
4
4
  import type { UniBlockProps } from '../../types';
5
5
  import { ButtonSection } from '../../ui-kit/Button/ButtonSection';
6
- import { Heading } from '../../ui-kit/Heading/Heading';
7
6
  import { BaseTile } from '../BaseTile/BaseTile';
8
7
  import { getTileHeadingType } from '../BaseTile/getTileHeadingType';
9
8
  import { getTileMinHeight } from '../BaseTile/getTileMinHeight';
10
9
  import { getTileRightPadding } from '../BaseTile/getTileRightPadding';
11
10
  import type { PromoTileContent } from './PromoTileContent';
11
+ import { Headline } from '../Headline/Headline';
12
12
 
13
13
  export interface PromoTileProps extends PromoTileContent, UniBlockProps {}
14
14
 
@@ -40,11 +40,15 @@ export const PromoTile = JSX<PromoTileProps>(
40
40
  context={context}
41
41
  title={
42
42
  title ? (
43
- <Heading
44
- headingType={getTileHeadingType(className)}
45
- title={title}
46
- className={`whitespace-pre-wrap max-w-[600px]`}
47
- />
43
+ <div>
44
+ <Headline
45
+ context={context}
46
+ title={title}
47
+ className={`!p-0 max-w-[600px]`}
48
+ headlineVersion={getTileHeadingType(className)}
49
+ bgColorHeadline={version}
50
+ />
51
+ </div>
48
52
  ) : null
49
53
  }
50
54
  buttons={
@@ -1,13 +1,13 @@
1
1
  import type { BlockVersion } from '../../model/BlockVersion';
2
2
  import type { ButtonContent } from '../../ui-kit/Button/ButtonProps';
3
- import type { DescriptionContent } from '../../ui-kit/Description/DescriptionContent';
4
- import type { HeadingContent } from '../../ui-kit/Heading/HeadingContent';
3
+ import type { DescriptionProp } from '../../model/HeadlineType';
4
+ import type { HeadingCommonProps } from '../../ui-kit/Heading/HeadingProps';
5
5
 
6
6
  /**
7
7
  * @title Акции
8
8
  */
9
- export type PromoTileContent = HeadingContent &
10
- DescriptionContent &
9
+ export type PromoTileContent = HeadingCommonProps &
10
+ DescriptionProp &
11
11
  ButtonContent & {
12
12
  /** @title Дата публикации */
13
13
  date?: string;
@@ -1,15 +1,11 @@
1
1
  import type { BlockVersion } from '../../model/BlockVersion';
2
2
  import type { LinkProps } from '../../model/LinkProps';
3
- import type { DescriptionContent } from '../../ui-kit/Description/DescriptionContent';
4
- import type { HeadingContent } from '../../ui-kit/Heading/HeadingContent';
3
+ import type { HeadingCommonProps } from '../../ui-kit/Heading/HeadingProps';
5
4
  import type { ImageContent } from '../../ui-kit/Img/ImgProps';
6
5
  import type { ListContent } from '../../ui-kit/List/ListContent';
6
+ import type { HeadlineCommonProps } from '../../model/HeadlineType';
7
7
 
8
- export interface RecommendationCardTypes
9
- extends HeadingContent,
10
- DescriptionContent,
11
- ListContent,
12
- ImageContent {
8
+ export interface RecommendationCardTypes extends HeadlineCommonProps, ListContent, ImageContent {
13
9
  /**
14
10
  * @title Соц сети
15
11
  * @minItems 3
@@ -20,7 +16,7 @@ export interface RecommendationCardTypes
20
16
  /**
21
17
  * @title Рекомендации
22
18
  */
23
- export interface RecommendationContent extends HeadingContent {
19
+ export interface RecommendationContent extends HeadingCommonProps {
24
20
  /** @title Карточки */
25
21
  recommendations?: RecommendationCardTypes[];
26
22
  version?: BlockVersion;
@@ -41,7 +41,7 @@ export const StepsBlock = JSX<StepsBlockProps>(
41
41
  <Heading headingType="h3" className={`text-center ${styleMap.title}`} title={title} />
42
42
  ) : null}
43
43
  {description ? (
44
- <p className={`text-m-md text-center ${styleMap.description} ${title ? 'mt-2' : ''}`}>
44
+ <p className={`text-m text-center ${styleMap.description} ${title ? 'mt-2' : ''}`}>
45
45
  {description}
46
46
  </p>
47
47
  ) : null}
@@ -84,9 +84,7 @@ const renderStepTitle =
84
84
  <div className="font-medium text-m-title-xs m-0 text-left mb-1">{step.label}</div>
85
85
  ) : null}
86
86
  {step.description ? (
87
- <div className={`font-normal text-sm ${styleMap.description} text-left`}>
88
- {step.description}
89
- </div>
87
+ <div className={`text-s ${styleMap.description} text-left`}>{step.description}</div>
90
88
  ) : null}
91
89
  </div>
92
90
  </div>
@@ -41,7 +41,12 @@ export const StepsBlock = JSX<StepsBlockProps>(
41
41
  {...rest}
42
42
  >
43
43
  {title ? (
44
- <Heading headingType="h2" className="max-w-[47rem] text-center mb-9" title={title} />
44
+ <Heading
45
+ headingType="h3"
46
+ as="h2"
47
+ className="max-w-[47rem] text-center mb-9"
48
+ title={title}
49
+ />
45
50
  ) : null}
46
51
  {steps?.length ? (
47
52
  <div className="box-border">
@@ -50,7 +55,7 @@ export const StepsBlock = JSX<StepsBlockProps>(
50
55
  steps.map(renderStepIcon(styleMap)),
51
56
  )}
52
57
  </div>
53
- <div className={`flex justify-between ${stepGap}`}>
58
+ <div className={`flex justify-between whitespace-pre-line ${stepGap}`}>
54
59
  {steps.map(renderStepTitle(styleMap, Boolean(button?.text)))}
55
60
  </div>
56
61
  </div>
@@ -67,14 +72,14 @@ const renderStepIcon =
67
72
  (styleMap: StyleType) =>
68
73
  ({ icon }: Step, i: number) => {
69
74
  return (
70
- <div key={String(i)} className="flex flex-col items-center text-center relative">
75
+ <div key={String(i)} className="flex flex-col items-center text-center">
71
76
  <div
72
- className={`h-[100px] w-[100px] min-w-[100px] min-h-[100px] rounded-full p-[26px] box-border z-10 ${styleMap.iconBackground}`}
77
+ className={`h-[100px] w-[100px] min-w-[100px] min-h-[100px] rounded-full p-[26px] box-border z-10 flex justify-center items-center ${styleMap.iconBackground}`}
73
78
  >
74
79
  {checkIsIconRenderable(icon) ? (
75
80
  <Img image={icon} width="48" height="48" asSVG />
76
81
  ) : (
77
- <span className={`font-normal text-title-sm ${styleMap.title}`}>{i + 1}</span>
82
+ <span className={`text-h4 ${styleMap.iconText}`}>{i + 1}</span>
78
83
  )}
79
84
  </div>
80
85
  </div>
@@ -85,23 +90,19 @@ const renderStepTitle = (styleMap: StyleType, isMainButton: boolean) => (step: S
85
90
  return (
86
91
  <div
87
92
  key={String(i)}
88
- className="flex flex-col items-center justify-between text-center relative w-[276px] whitespace-pre-line overflow-hidden"
93
+ className="flex flex-col items-center justify-between text-center w-[276px] overflow-hidden"
89
94
  >
90
95
  <div>
91
- {step.label ? <div className="font-normal text-xl-light m-0 mt-4">{step.label}</div> : null}
96
+ {step.label ? <div className="text-xl m-0 mt-4">{step.label}</div> : null}
92
97
  {step.description ? (
93
- <div
94
- className={`font-light text-base ${styleMap.description} ${
95
- step.label ? 'mt-2' : 'mt-4'
96
- }`}
97
- >
98
+ <div className={`text-l ${styleMap.description} ${step.label ? 'mt-2' : 'mt-4'}`}>
98
99
  {step.description}
99
100
  </div>
100
101
  ) : null}
101
102
  </div>
102
103
  {step?.button?.text && !isMainButton ? (
103
104
  <Button
104
- className="box-border mt-8 py-3 h-12 w-full max-w-[240px]"
105
+ className="mt-8 py-4 w-full max-w-[240px]"
105
106
  version="primary"
106
107
  href={step?.button?.href}
107
108
  >
@@ -4,6 +4,7 @@ export type StyleType = {
4
4
  background: string;
5
5
  title: string;
6
6
  description: string;
7
+ iconText: string;
7
8
  iconBackground: string;
8
9
  iconConnector: string;
9
10
  };
@@ -13,13 +14,15 @@ const STEPS_BLOCK_STYLE_MAPS: Record<BlockVersion, StyleType> = {
13
14
  background: 'bg-white',
14
15
  title: 'text-primary-text',
15
16
  description: 'text-secondary-text',
16
- iconBackground: 'bg-secondary-light',
17
+ iconText: 'text-secondary-text',
18
+ iconBackground: 'bg-main-divider',
17
19
  iconConnector: 'bg-secondary-light',
18
20
  },
19
21
  secondary: {
20
22
  background: 'bg-primary-main',
21
23
  title: 'text-white',
22
24
  description: 'text-white/80',
25
+ iconText: 'text-white',
23
26
  iconBackground: 'bg-white/30',
24
27
  iconConnector: 'bg-white',
25
28
  },
@@ -1,11 +1,10 @@
1
1
  import type { ListOrientation } from '../../model/ListOrientation';
2
2
  import type { Picture } from '../../model/Picture';
3
3
  import type { ButtonContent } from '../../ui-kit/Button/ButtonProps';
4
- import type { DescriptionContent } from '../../ui-kit/Description/DescriptionContent';
5
- import type { HeadingContent } from '../../ui-kit/Heading/HeadingContent';
6
4
  import type { ImageContent } from '../../ui-kit/Img/ImgProps';
7
5
  import type { ListContent } from '../../ui-kit/List/ListContent';
8
6
  import type { CellData } from '../ComparisonTable/ComparisonTableContent';
7
+ import type { HeadlineCommonProps, TitleProp } from '../../model/HeadlineType';
9
8
 
10
9
  /**
11
10
  * @title Ряд
@@ -43,24 +42,23 @@ export type TariffsTableCellData = CellData &
43
42
  /**
44
43
  * @title Параметр
45
44
  */
46
- export type TariffsTableRowHeader = HeadingContent & {
45
+ export type TariffsTableRowHeader = TitleProp & {
47
46
  icon?: Picture;
48
47
  };
49
48
 
50
49
  /**
51
50
  * @title Таблица тарифов
52
51
  */
53
- export type TariffsTableContent = HeadingContent &
54
- DescriptionContent & {
55
- /** @title Колонки */
56
- columns?: TariffsTableColumn[];
57
- /** @title Параметры */
58
- rowHeaders?: TariffsTableRowHeader[];
59
- /** @title Отображать элементы в моб. версии (прокрутка shift+mouseScroll) */
60
- orientation?: ListOrientation;
61
- /** @title Скрывать строк */
62
- hiddenRowsNum?: number;
63
- };
52
+ export type TariffsTableContent = HeadlineCommonProps & {
53
+ /** @title Колонки */
54
+ columns?: TariffsTableColumn[];
55
+ /** @title Параметры */
56
+ rowHeaders?: TariffsTableRowHeader[];
57
+ /** @title Отображать элементы в моб. версии (прокрутка shift+mouseScroll) */
58
+ orientation?: ListOrientation;
59
+ /** @title Скрывать строк */
60
+ hiddenRowsNum?: number;
61
+ };
64
62
 
65
63
  /** @hidden */
66
64
  export type TariffsTableTileCellProps = {
@@ -1,7 +1,8 @@
1
1
  import { JSX } from '@redneckz/uni-jsx';
2
2
  import type { BlockVersion } from '../../model/BlockVersion';
3
- import { BlockWrapper } from '../../ui-kit/BlockWrapper';
4
3
  import type { UniBlockProps } from '../../types';
4
+ import type { TileContent } from './TileContent';
5
+ import { BlockWrapper } from '../../ui-kit/BlockWrapper';
5
6
  import { ButtonSection } from '../../ui-kit/Button/ButtonSection';
6
7
  import { Description } from '../../ui-kit/Description/Description';
7
8
  import { Heading } from '../../ui-kit/Heading/Heading';
@@ -10,7 +11,6 @@ import { List } from '../../ui-kit/List/List';
10
11
  import { BaseTile } from '../BaseTile/BaseTile';
11
12
  import { getTileMinHeight } from '../BaseTile/getTileMinHeight';
12
13
  import { getTileRightPadding } from '../BaseTile/getTileRightPadding';
13
- import type { TileContent } from './TileContent';
14
14
 
15
15
  export interface TileProps extends TileContent, UniBlockProps {
16
16
  role?: string;
@@ -37,8 +37,6 @@ export const Tile = JSX<TileProps>((props) => {
37
37
  ...rest
38
38
  } = props;
39
39
 
40
- const headingTextClassName = version === 'primary' ? 'text-primary-text' : '';
41
-
42
40
  return (
43
41
  <BlockWrapper
44
42
  context={context}
@@ -55,7 +53,8 @@ export const Tile = JSX<TileProps>((props) => {
55
53
  headingType={headingType}
56
54
  as="h3"
57
55
  title={title}
58
- className={`whitespace-pre-wrap max-w-[600px] mb-3 ${headingTextClassName}`}
56
+ className={`whitespace-pre-wrap max-w-[600px] text-h4
57
+ ${version === 'primary' ? 'text-primary-text' : ''}`}
59
58
  />
60
59
  ) : null
61
60
  }
@@ -68,13 +67,10 @@ export const Tile = JSX<TileProps>((props) => {
68
67
  />
69
68
  ) : null
70
69
  }
71
- image={image?.src && <Img className="mt-auto ml-7" image={image} />}
70
+ image={image?.src ? <Img className="mt-auto ml-7" image={image} /> : null}
72
71
  >
73
72
  {description ? (
74
- <Description
75
- className="max-w-[600px] text-title-new-sm font-light"
76
- description={description}
77
- />
73
+ <Description className="max-w-[600px] text-xl-light mt-2" description={description} />
78
74
  ) : null}
79
75
  {children}
80
76
  {renderList(items, version, isDotted)}
@@ -90,7 +86,7 @@ function renderList(items, version, isDotted: boolean) {
90
86
  <List
91
87
  items={items}
92
88
  isDotted={isDotted}
93
- itemClassName="text-title-2xs font-light mt-2"
89
+ itemClassName="text-h6 font-light mt-2"
94
90
  version={listVersion}
95
91
  />
96
92
  ) : null;
@@ -1,16 +1,15 @@
1
1
  import type { BlockVersion } from '../../model/BlockVersion';
2
2
  import type { ButtonContent } from '../../ui-kit/Button/ButtonProps';
3
- import type { DescriptionContent } from '../../ui-kit/Description/DescriptionContent';
4
- import type { HeadingContent, HeadingTypeContent } from '../../ui-kit/Heading/HeadingContent';
3
+ import type { DescriptionProp } from '../../model/HeadlineType';
4
+ import type { HeadingCommonProps } from '../../ui-kit/Heading/HeadingProps';
5
5
  import type { ImageContent } from '../../ui-kit/Img/ImgProps';
6
6
  import type { ListContent } from '../../ui-kit/List/ListContent';
7
7
 
8
8
  /**
9
9
  * @title Плитка
10
10
  */
11
- export type TileContent = HeadingContent &
12
- HeadingTypeContent &
13
- DescriptionContent &
11
+ export type TileContent = HeadingCommonProps &
12
+ DescriptionProp &
14
13
  ListContent &
15
14
  ButtonContent &
16
15
  ImageContent & {