@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
@@ -2,14 +2,14 @@ import { jsx as _jsx, jsxs as _jsxs } from "@redneckz/uni-jsx/jsx-runtime";
2
2
  import { JSX } from '@redneckz/uni-jsx';
3
3
  export const ButtonInner = JSX((props) => {
4
4
  const { text, aboveText, appendLeft, appendRight } = props;
5
- return (_jsxs("div", { className: getButtonStyle(props), children: [appendLeft ? appendLeft : null, isWithText(props) ? (_jsxs("div", { children: [_jsx("div", { className: "text-m-2xs font-light text-left", children: aboveText }), _jsx("div", { className: "text-base text-left", children: text })] })) : null, appendRight ? appendRight : null] }));
5
+ return (_jsxs("div", { className: getButtonStyle(props), children: [appendLeft ? appendLeft : null, isWithText(props) ? (_jsxs("div", { children: [_jsx("div", { className: "text-xs text-left", children: aboveText }), _jsx("div", { className: `text-left ${aboveText ? 'text-s -mt-0.5' : 'text-base'}`, children: text })] })) : null, appendRight ? appendRight : null] }));
6
6
  });
7
7
  const getButtonStyle = (props) => {
8
8
  const { version, aboveText, rounded } = props;
9
9
  if (version === 'link') {
10
10
  return '';
11
11
  }
12
- const withTextStyle = `px-9 gap-2 ${aboveText ? 'py-2' : 'py-4'}`;
12
+ const withTextStyle = `gap-2 ${aboveText ? 'py-2.5 px-7' : 'py-4 px-9'}`;
13
13
  return [
14
14
  'flex items-center justify-center',
15
15
  isWithText(props) ? withTextStyle : 'h-12 w-12',
@@ -1 +1 @@
1
- {"version":3,"file":"ButtonInner.js","sourceRoot":"","sources":["../../../src/ui-kit/Button/ButtonInner.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAQxC,MAAM,CAAC,MAAM,WAAW,GAAG,GAAG,CAAmB,CAAC,KAAK,EAAE,EAAE;IACzD,MAAM,EAAE,IAAI,EAAE,SAAS,EAAE,UAAU,EAAE,WAAW,EAAE,GAAG,KAAK,CAAC;IAE3D,OAAO,CACL,eAAK,SAAS,EAAE,cAAc,CAAC,KAAK,CAAC,aAClC,UAAU,CAAC,CAAC,CAAC,UAAU,CAAC,CAAC,CAAC,IAAI,EAC9B,UAAU,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,CACnB,0BACE,cAAK,SAAS,EAAC,iCAAiC,YAAE,SAAS,GAAO,EAClE,cAAK,SAAS,EAAC,qBAAqB,YAAE,IAAI,GAAO,IAC7C,CACP,CAAC,CAAC,CAAC,IAAI,EACP,WAAW,CAAC,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,IAAI,IAC7B,CACP,CAAC;AACJ,CAAC,CAAC,CAAC;AAEH,MAAM,cAAc,GAAG,CAAC,KAAuB,EAAE,EAAE;IACjD,MAAM,EAAE,OAAO,EAAE,SAAS,EAAE,OAAO,EAAE,GAAG,KAAK,CAAC;IAE9C,IAAI,OAAO,KAAK,MAAM,EAAE;QACtB,OAAO,EAAE,CAAC;KACX;IAED,MAAM,aAAa,GAAG,cAAc,SAAS,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;IAElE,OAAO;QACL,kCAAkC;QAClC,UAAU,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,aAAa,CAAC,CAAC,CAAC,WAAW;QAC/C,OAAO,CAAC,CAAC,CAAC,cAAc,CAAC,CAAC,CAAC,EAAE;KAC9B,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;AACd,CAAC,CAAC;AAEF,MAAM,UAAU,GAAG,CAAC,EAAE,IAAI,EAAE,SAAS,EAAE,UAAU,EAAoB,EAAE,EAAE,CACvE,OAAO,CAAC,IAAI,IAAI,SAAS,IAAI,CAAC,UAAU,CAAC,CAAC"}
1
+ {"version":3,"file":"ButtonInner.js","sourceRoot":"","sources":["../../../src/ui-kit/Button/ButtonInner.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAQxC,MAAM,CAAC,MAAM,WAAW,GAAG,GAAG,CAAmB,CAAC,KAAK,EAAE,EAAE;IACzD,MAAM,EAAE,IAAI,EAAE,SAAS,EAAE,UAAU,EAAE,WAAW,EAAE,GAAG,KAAK,CAAC;IAE3D,OAAO,CACL,eAAK,SAAS,EAAE,cAAc,CAAC,KAAK,CAAC,aAClC,UAAU,CAAC,CAAC,CAAC,UAAU,CAAC,CAAC,CAAC,IAAI,EAC9B,UAAU,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,CACnB,0BACE,cAAK,SAAS,EAAC,mBAAmB,YAAE,SAAS,GAAO,EACpD,cAAK,SAAS,EAAE,aAAa,SAAS,CAAC,CAAC,CAAC,gBAAgB,CAAC,CAAC,CAAC,WAAW,EAAE,YAAG,IAAI,GAAO,IACnF,CACP,CAAC,CAAC,CAAC,IAAI,EACP,WAAW,CAAC,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,IAAI,IAC7B,CACP,CAAC;AACJ,CAAC,CAAC,CAAC;AAEH,MAAM,cAAc,GAAG,CAAC,KAAuB,EAAE,EAAE;IACjD,MAAM,EAAE,OAAO,EAAE,SAAS,EAAE,OAAO,EAAE,GAAG,KAAK,CAAC;IAE9C,IAAI,OAAO,KAAK,MAAM,EAAE;QACtB,OAAO,EAAE,CAAC;KACX;IAED,MAAM,aAAa,GAAG,SAAS,SAAS,CAAC,CAAC,CAAC,aAAa,CAAC,CAAC,CAAC,WAAW,EAAE,CAAC;IAEzE,OAAO;QACL,kCAAkC;QAClC,UAAU,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,aAAa,CAAC,CAAC,CAAC,WAAW;QAC/C,OAAO,CAAC,CAAC,CAAC,cAAc,CAAC,CAAC,CAAC,EAAE;KAC9B,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;AACd,CAAC,CAAC;AAEF,MAAM,UAAU,GAAG,CAAC,EAAE,IAAI,EAAE,SAAS,EAAE,UAAU,EAAoB,EAAE,EAAE,CACvE,OAAO,CAAC,IAAI,IAAI,SAAS,IAAI,CAAC,UAAU,CAAC,CAAC"}
@@ -9,7 +9,9 @@ export interface ButtonAdditionalProps {
9
9
  disabled?: boolean;
10
10
  rel?: string;
11
11
  ariaLabel?: string;
12
- onClick?: (ev: MouseEvent) => any;
12
+ onClick?: (ev?: {
13
+ preventDefault: () => void;
14
+ }) => void;
13
15
  }
14
16
  /**
15
17
  * @title Кнопка
@@ -6,7 +6,7 @@ import { Button } from './Button.js';
6
6
  export const ButtonSection = JSX(({ context, className = '', buttons }) => {
7
7
  const { handlerDecorator } = context;
8
8
  const router = context.useRouter();
9
- return buttons?.length ? (_jsx("div", { className: className, children: buttons.map((button, index) => renderButton(useLink({ router, handlerDecorator }, button), index)) })) : null;
9
+ return buttons && buttons?.length ? (_jsx("div", { className: className, children: buttons.map((button, index) => renderButton(useLink({ router, handlerDecorator }, button), index)) })) : null;
10
10
  });
11
11
  function renderButton({ icon, iconRight, ...button }, i) {
12
12
  if (!button?.text) {
@@ -1 +1 @@
1
- {"version":3,"file":"ButtonSection.js","sourceRoot":"","sources":["../../../src/ui-kit/Button/ButtonSection.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AACxC,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAE9C,OAAO,EAAE,GAAG,EAAE,MAAM,YAAY,CAAC;AACjC,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAKlC,MAAM,CAAC,MAAM,aAAa,GAAG,GAAG,CAAqB,CAAC,EAAE,OAAO,EAAE,SAAS,GAAG,EAAE,EAAE,OAAO,EAAE,EAAE,EAAE;IAC5F,MAAM,EAAE,gBAAgB,EAAE,GAAG,OAAO,CAAC;IACrC,MAAM,MAAM,GAAG,OAAO,CAAC,SAAS,EAAE,CAAC;IAEnC,OAAO,OAAO,EAAE,MAAM,CAAC,CAAC,CAAC,CACvB,cAAK,SAAS,EAAE,SAAS,YACtB,OAAO,CAAC,GAAG,CAAC,CAAC,MAAM,EAAE,KAAK,EAAE,EAAE,CAC7B,YAAY,CAAC,OAAO,CAAC,EAAE,MAAM,EAAE,gBAAgB,EAAE,EAAE,MAAM,CAAC,EAAE,KAAK,CAAC,CACnE,GACG,CACP,CAAC,CAAC,CAAC,IAAI,CAAC;AACX,CAAC,CAAC,CAAC;AAEH,SAAS,YAAY,CAAC,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,MAAM,EAAuB,EAAE,CAAS;IAClF,IAAI,CAAC,MAAM,EAAE,IAAI,EAAE;QACjB,OAAO,IAAI,CAAC;KACb;IAED,OAAO,IAAI,CAAC,CAAC,CAAC,CACZ,KAAC,MAAM,IAEL,UAAU,EAAE,KAAC,GAAG,IAAC,KAAK,EAAE,IAAI,EAAE,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,KAAK,SAAG,EAC7D,WAAW,EAAE,KAAC,GAAG,IAAC,KAAK,EAAE,SAAS,EAAE,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,KAAK,SAAG,KAC/D,MAAM,IAHL,MAAM,CAAC,CAAC,CAAC,CAId,CACH,CAAC,CAAC,CAAC,CACF,KAAC,MAAM,OAAqB,MAAM,IAArB,MAAM,CAAC,CAAC,CAAC,CAAgB,CACvC,CAAC;AACJ,CAAC"}
1
+ {"version":3,"file":"ButtonSection.js","sourceRoot":"","sources":["../../../src/ui-kit/Button/ButtonSection.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AACxC,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAE9C,OAAO,EAAE,GAAG,EAAE,MAAM,YAAY,CAAC;AACjC,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAKlC,MAAM,CAAC,MAAM,aAAa,GAAG,GAAG,CAAqB,CAAC,EAAE,OAAO,EAAE,SAAS,GAAG,EAAE,EAAE,OAAO,EAAE,EAAE,EAAE;IAC5F,MAAM,EAAE,gBAAgB,EAAE,GAAG,OAAO,CAAC;IACrC,MAAM,MAAM,GAAG,OAAO,CAAC,SAAS,EAAE,CAAC;IAEnC,OAAO,OAAO,IAAI,OAAO,EAAE,MAAM,CAAC,CAAC,CAAC,CAClC,cAAK,SAAS,EAAE,SAAS,YACtB,OAAO,CAAC,GAAG,CAAC,CAAC,MAAM,EAAE,KAAK,EAAE,EAAE,CAC7B,YAAY,CAAC,OAAO,CAAC,EAAE,MAAM,EAAE,gBAAgB,EAAE,EAAE,MAAM,CAAC,EAAE,KAAK,CAAC,CACnE,GACG,CACP,CAAC,CAAC,CAAC,IAAI,CAAC;AACX,CAAC,CAAC,CAAC;AAEH,SAAS,YAAY,CAAC,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,MAAM,EAAuB,EAAE,CAAS;IAClF,IAAI,CAAC,MAAM,EAAE,IAAI,EAAE;QACjB,OAAO,IAAI,CAAC;KACb;IAED,OAAO,IAAI,CAAC,CAAC,CAAC,CACZ,KAAC,MAAM,IAEL,UAAU,EAAE,KAAC,GAAG,IAAC,KAAK,EAAE,IAAI,EAAE,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,KAAK,SAAG,EAC7D,WAAW,EAAE,KAAC,GAAG,IAAC,KAAK,EAAE,SAAS,EAAE,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,KAAK,SAAG,KAC/D,MAAM,IAHL,MAAM,CAAC,CAAC,CAAC,CAId,CACH,CAAC,CAAC,CAAC,CACF,KAAC,MAAM,OAAqB,MAAM,IAArB,MAAM,CAAC,CAAC,CAAC,CAAgB,CACvC,CAAC;AACJ,CAAC"}
@@ -1,6 +1,6 @@
1
1
  export interface LikeButtonProps {
2
2
  className?: string;
3
- onClick?: (ev: MouseEvent) => any;
3
+ onClick?: () => void;
4
4
  ariaLabel?: string;
5
5
  }
6
6
  export declare const LikeButton: (props: import("@redneckz/uni-jsx").PropsWithChildren<LikeButtonProps, any>, context?: any) => any;
@@ -1,10 +1,8 @@
1
- import type { FuncReturnVoid } from '../../types';
2
- declare type renderArrowsProps = {
3
- handler: FuncReturnVoid<MouseEvent>[];
1
+ export declare type renderArrowsProps = {
2
+ handler: [() => void, () => void];
4
3
  isShown: [boolean, boolean];
5
4
  btnClass: [string, string];
6
5
  className?: string;
7
6
  isDisabled?: boolean;
8
7
  };
9
8
  export declare function renderArrows({ handler, isShown, btnClass, className, isDisabled, }: renderArrowsProps): any;
10
- export {};
@@ -1 +1 @@
1
- {"version":3,"file":"renderArrows.js","sourceRoot":"","sources":["../../../src/ui-kit/Button/renderArrows.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAW5C,MAAM,UAAU,YAAY,CAAC,EAC3B,OAAO,EACP,OAAO,EACP,QAAQ,EACR,SAAS,GAAG,EAAE,EACd,UAAU,GAAG,KAAK,GACA;IAClB,OAAO,CACL,0BACG,OAAO,CAAC,CAAC,CAAC,IAAI,UAAU,CAAC,CAAC,CAAC,CAC1B,KAAC,WAAW,IACV,SAAS,EAAE,iBAAiB,QAAQ,CAAC,CAAC,CAAC,IAAI,SAAS,EAAE,EACtD,OAAO,EAAE,OAAO,CAAC,CAAC,CAAC,EACnB,SAAS,EAAC,6FAAkB,wBACT,aAAa,EAChC,QAAQ,EAAE,CAAC,OAAO,CAAC,CAAC,CAAC,GACrB,CACH,CAAC,CAAC,CAAC,IAAI,EACP,OAAO,CAAC,CAAC,CAAC,IAAI,UAAU,CAAC,CAAC,CAAC,CAC1B,KAAC,WAAW,IACV,SAAS,EAAE,4BAA4B,QAAQ,CAAC,CAAC,CAAC,IAAI,SAAS,EAAE,EACjE,OAAO,EAAE,OAAO,CAAC,CAAC,CAAC,EACnB,SAAS,EAAC,mGAAmB,wBACV,cAAc,EACjC,QAAQ,EAAE,CAAC,OAAO,CAAC,CAAC,CAAC,GACrB,CACH,CAAC,CAAC,CAAC,IAAI,IACJ,CACP,CAAC;AACJ,CAAC"}
1
+ {"version":3,"file":"renderArrows.js","sourceRoot":"","sources":["../../../src/ui-kit/Button/renderArrows.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAU5C,MAAM,UAAU,YAAY,CAAC,EAC3B,OAAO,EACP,OAAO,EACP,QAAQ,EACR,SAAS,GAAG,EAAE,EACd,UAAU,GAAG,KAAK,GACA;IAClB,OAAO,CACL,0BACG,OAAO,CAAC,CAAC,CAAC,IAAI,UAAU,CAAC,CAAC,CAAC,CAC1B,KAAC,WAAW,IACV,SAAS,EAAE,iBAAiB,QAAQ,CAAC,CAAC,CAAC,IAAI,SAAS,EAAE,EACtD,OAAO,EAAE,OAAO,CAAC,CAAC,CAAC,EACnB,SAAS,EAAC,6FAAkB,wBACT,aAAa,EAChC,QAAQ,EAAE,CAAC,OAAO,CAAC,CAAC,CAAC,GACrB,CACH,CAAC,CAAC,CAAC,IAAI,EACP,OAAO,CAAC,CAAC,CAAC,IAAI,UAAU,CAAC,CAAC,CAAC,CAC1B,KAAC,WAAW,IACV,SAAS,EAAE,4BAA4B,QAAQ,CAAC,CAAC,CAAC,IAAI,SAAS,EAAE,EACjE,OAAO,EAAE,OAAO,CAAC,CAAC,CAAC,EACnB,SAAS,EAAC,mGAAmB,wBACV,cAAc,EACjC,QAAQ,EAAE,CAAC,OAAO,CAAC,CAAC,CAAC,GACrB,CACH,CAAC,CAAC,CAAC,IAAI,IACJ,CACP,CAAC;AACJ,CAAC"}
@@ -1,5 +1,5 @@
1
- import { DescriptionContent } from './DescriptionContent';
2
- export interface DescriptionProps extends DescriptionContent {
1
+ import type { DescriptionProp } from '../../model/HeadlineType';
2
+ export interface DescriptionProps extends DescriptionProp {
3
3
  className?: string;
4
4
  }
5
5
  export declare const Description: (props: import("@redneckz/uni-jsx").PropsWithChildren<DescriptionProps, any>, context?: any) => any;
@@ -2,6 +2,6 @@ import { jsx as _jsx } from "@redneckz/uni-jsx/jsx-runtime";
2
2
  import { JSX } from '@redneckz/uni-jsx';
3
3
  export const Description = JSX((props) => {
4
4
  const { className = '', description } = props;
5
- return _jsx("div", { className: `font-normal text-base ${className}`, children: description });
5
+ return _jsx("div", { className: `${className}`, children: description });
6
6
  });
7
7
  //# sourceMappingURL=Description.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Description.js","sourceRoot":"","sources":["../../../src/ui-kit/Description/Description.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAOxC,MAAM,CAAC,MAAM,WAAW,GAAG,GAAG,CAAmB,CAAC,KAAK,EAAE,EAAE;IACzD,MAAM,EAAE,SAAS,GAAG,EAAE,EAAE,WAAW,EAAE,GAAG,KAAK,CAAC;IAE9C,OAAO,cAAK,SAAS,EAAE,yBAAyB,SAAS,EAAE,YAAG,WAAW,GAAO,CAAC;AACnF,CAAC,CAAC,CAAC"}
1
+ {"version":3,"file":"Description.js","sourceRoot":"","sources":["../../../src/ui-kit/Description/Description.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAOxC,MAAM,CAAC,MAAM,WAAW,GAAG,GAAG,CAAmB,CAAC,KAAK,EAAE,EAAE;IACzD,MAAM,EAAE,SAAS,GAAG,EAAE,EAAE,WAAW,EAAE,GAAG,KAAK,CAAC;IAE9C,OAAO,cAAK,SAAS,EAAE,GAAG,SAAS,EAAE,YAAG,WAAW,GAAO,CAAC;AAC7D,CAAC,CAAC,CAAC"}
@@ -6,6 +6,6 @@ export interface ActiveHandler {
6
6
  }
7
7
  export declare const useActiveHandler: ({ context, initialState }: ActiveHandler) => {
8
8
  icon: "ArrowDownIcon" | "ArrowUpIcon";
9
- handleToggle: (e: MouseEvent) => void;
9
+ handleToggle: (e: any) => void;
10
10
  isActive: boolean;
11
11
  };
@@ -1 +1 @@
1
- {"version":3,"file":"useActiveHandler.js","sourceRoot":"","sources":["../../../src/ui-kit/Foldable/useActiveHandler.ts"],"names":[],"mappings":"AAGA,MAAM,CAAC,MAAM,uBAAuB,GAAG,qDAAqD,CAAC;AAO7F,MAAM,CAAC,MAAM,gBAAgB,GAAG,CAAC,EAAE,OAAO,EAAE,YAAY,GAAG,KAAK,EAAiB,EAAE,EAAE;IACnF,MAAM,CAAC,QAAQ,EAAE,WAAW,CAAC,GAAG,OAAO,CAAC,QAAQ,CAAC,YAAY,CAAC,CAAC;IAC/D,MAAM,IAAI,GAAa,QAAQ,CAAC,CAAC,CAAC,aAAa,CAAC,CAAC,CAAC,eAAe,CAAC;IAElE,MAAM,YAAY,GAAG,CAAC,CAAa,EAAE,EAAE;QACrC,MAAM,aAAa,GAAG,CAAC,CAAC,aAA4B,CAAC;QAErD,IAAI,CAAC,aAAa,EAAE;YAClB,OAAO;SACR;QAED,WAAW,CAAC,CAAC,QAAQ,CAAC,CAAC;QACvB,MAAM,YAAY,GAAG,aAAa,CAAC,eAA8B,CAAC;QAClE,MAAM,YAAY,GAAG,YAAY,CAAC,sBAAsB,CACtD,uBAAuB,CACxB,CAAC,CAAC,CAAgB,CAAC;QAEpB,YAAY,CAAC,KAAK,CAAC,SAAS,GAAG,YAAY,CAAC,KAAK,CAAC,SAAS;YACzD,CAAC,CAAC,EAAE;YACJ,CAAC,CAAC,GAAG,YAAY,CAAC,YAAY,IAAI,CAAC;IACvC,CAAC,CAAC;IAEF,OAAO,EAAE,IAAI,EAAE,YAAY,EAAE,QAAQ,EAAE,CAAC;AAC1C,CAAC,CAAC"}
1
+ {"version":3,"file":"useActiveHandler.js","sourceRoot":"","sources":["../../../src/ui-kit/Foldable/useActiveHandler.ts"],"names":[],"mappings":"AAGA,MAAM,CAAC,MAAM,uBAAuB,GAAG,qDAAqD,CAAC;AAO7F,MAAM,CAAC,MAAM,gBAAgB,GAAG,CAAC,EAAE,OAAO,EAAE,YAAY,GAAG,KAAK,EAAiB,EAAE,EAAE;IACnF,MAAM,CAAC,QAAQ,EAAE,WAAW,CAAC,GAAG,OAAO,CAAC,QAAQ,CAAC,YAAY,CAAC,CAAC;IAC/D,MAAM,IAAI,GAAa,QAAQ,CAAC,CAAC,CAAC,aAAa,CAAC,CAAC,CAAC,eAAe,CAAC;IAElE,MAAM,YAAY,GAAG,CAAC,CAAC,EAAE,EAAE;QACzB,MAAM,aAAa,GAAG,CAAC,CAAC,aAA4B,CAAC;QAErD,IAAI,CAAC,aAAa,EAAE;YAClB,OAAO;SACR;QAED,WAAW,CAAC,CAAC,QAAQ,CAAC,CAAC;QACvB,MAAM,YAAY,GAAG,aAAa,CAAC,eAA8B,CAAC;QAClE,MAAM,YAAY,GAAG,YAAY,CAAC,sBAAsB,CACtD,uBAAuB,CACxB,CAAC,CAAC,CAAgB,CAAC;QAEpB,YAAY,CAAC,KAAK,CAAC,SAAS,GAAG,YAAY,CAAC,KAAK,CAAC,SAAS;YACzD,CAAC,CAAC,EAAE;YACJ,CAAC,CAAC,GAAG,YAAY,CAAC,YAAY,IAAI,CAAC;IACvC,CAAC,CAAC;IAEF,OAAO,EAAE,IAAI,EAAE,YAAY,EAAE,QAAQ,EAAE,CAAC;AAC1C,CAAC,CAAC"}
@@ -1,6 +1,2 @@
1
- import { HeadingContent, HeadingType, HeadingTypeContent } from './HeadingContent';
2
- export interface HeadingProps extends HeadingContent, HeadingTypeContent {
3
- className?: string;
4
- as?: HeadingType;
5
- }
1
+ import type { HeadingProps } from './HeadingProps';
6
2
  export declare const Heading: (props: import("@redneckz/uni-jsx").PropsWithChildren<HeadingProps, any>, context?: any) => any;
@@ -1,19 +1,16 @@
1
1
  import { jsx as _jsx } from "@redneckz/uni-jsx/jsx-runtime";
2
2
  import { JSX } from '@redneckz/uni-jsx';
3
3
  const HEADING_STYLE_MAP = {
4
- h1: 'text-title-xl tracking-[-0.3px]',
5
- h2: 'text-title-lg',
6
- h3: 'text-title',
7
- h4: 'text-title-sm',
8
- h5: 'text-title-xs',
9
- h6: 'text-title-2xs tracking-[0.2px]',
4
+ h0: 'text-h0',
5
+ h1: 'text-h1',
6
+ h2: 'text-h2',
7
+ h3: 'text-h3',
8
+ h4: 'text-h4',
9
+ h5: 'text-h5',
10
+ h6: 'text-h6', // 20
10
11
  };
11
12
  export const Heading = JSX((props) => {
12
- const { className = '', headingType, title, as } = props;
13
- if (!headingType) {
14
- return null;
15
- }
16
- const Tag = as || headingType;
13
+ const { className = '', headingType = 'h3', title, as: Tag = 'h3' } = props;
17
14
  return (_jsx(Tag, { className: `font-sans m-0 ${HEADING_STYLE_MAP[headingType]} ${className}`, children: title }));
18
15
  });
19
16
  //# sourceMappingURL=Heading.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Heading.js","sourceRoot":"","sources":["../../../src/ui-kit/Heading/Heading.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAQxC,MAAM,iBAAiB,GAAgC;IACrD,EAAE,EAAE,iCAAiC;IACrC,EAAE,EAAE,eAAe;IACnB,EAAE,EAAE,YAAY;IAChB,EAAE,EAAE,eAAe;IACnB,EAAE,EAAE,eAAe;IACnB,EAAE,EAAE,iCAAiC;CACtC,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,GAAG,CAAe,CAAC,KAAK,EAAE,EAAE;IACjD,MAAM,EAAE,SAAS,GAAG,EAAE,EAAE,WAAW,EAAE,KAAK,EAAE,EAAE,EAAE,GAAG,KAAK,CAAC;IAEzD,IAAI,CAAC,WAAW,EAAE;QAChB,OAAO,IAAI,CAAC;KACb;IAED,MAAM,GAAG,GAAG,EAAE,IAAI,WAAW,CAAC;IAE9B,OAAO,CACL,KAAC,GAAG,IAAC,SAAS,EAAE,iBAAiB,iBAAiB,CAAC,WAAW,CAAC,IAAI,SAAS,EAAE,YAAG,KAAK,GAAO,CAC9F,CAAC;AACJ,CAAC,CAAC,CAAC"}
1
+ {"version":3,"file":"Heading.js","sourceRoot":"","sources":["../../../src/ui-kit/Heading/Heading.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAGxC,MAAM,iBAAiB,GAAgC;IACrD,EAAE,EAAE,SAAS;IACb,EAAE,EAAE,SAAS;IACb,EAAE,EAAE,SAAS;IACb,EAAE,EAAE,SAAS;IACb,EAAE,EAAE,SAAS;IACb,EAAE,EAAE,SAAS;IACb,EAAE,EAAE,SAAS,EAAE,KAAK;CACrB,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,GAAG,CAAe,CAAC,KAAK,EAAE,EAAE;IACjD,MAAM,EAAE,SAAS,GAAG,EAAE,EAAE,WAAW,GAAG,IAAI,EAAE,KAAK,EAAE,EAAE,EAAE,GAAG,GAAG,IAAI,EAAE,GAAG,KAAK,CAAC;IAE5E,OAAO,CACL,KAAC,GAAG,IAAC,SAAS,EAAE,iBAAiB,iBAAiB,CAAC,WAAW,CAAC,IAAI,SAAS,EAAE,YAAG,KAAK,GAAO,CAC9F,CAAC;AACJ,CAAC,CAAC,CAAC"}
@@ -1,6 +1,2 @@
1
- import { HeadingContent, HeadingType, HeadingTypeContent } from './HeadingContent';
2
- export interface HeadingProps extends HeadingContent, HeadingTypeContent {
3
- className?: string;
4
- as?: HeadingType;
5
- }
1
+ import type { HeadingProps } from './HeadingProps';
6
2
  export declare const Heading: (props: import("@redneckz/uni-jsx").PropsWithChildren<HeadingProps, any>, context?: any) => any;
@@ -1,6 +1,7 @@
1
1
  import { jsx as _jsx } from "@redneckz/uni-jsx/jsx-runtime";
2
2
  import { JSX } from '@redneckz/uni-jsx';
3
3
  const HeadingClass = {
4
+ h0: 'text-m-title',
4
5
  h1: 'text-m-title',
5
6
  h2: 'text-m-title',
6
7
  h3: 'text-m-title-md',
@@ -9,11 +10,7 @@ const HeadingClass = {
9
10
  h6: 'text-m-title-xs',
10
11
  };
11
12
  export const Heading = JSX((props) => {
12
- const { className, headingType, title, as } = props;
13
- if (!headingType) {
14
- return null;
15
- }
16
- const Tag = as || headingType;
13
+ const { className, headingType = 'h3', title, as: Tag = 'h3' } = props;
17
14
  return (_jsx(Tag, { className: `font-sans font-medium m-0 ${HeadingClass[headingType]} ${className || ''}`, children: title }));
18
15
  });
19
16
  //# sourceMappingURL=Heading.mobile.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Heading.mobile.js","sourceRoot":"","sources":["../../../src/ui-kit/Heading/Heading.mobile.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAQxC,MAAM,YAAY,GAAgC;IAChD,EAAE,EAAE,cAAc;IAClB,EAAE,EAAE,cAAc;IAClB,EAAE,EAAE,iBAAiB;IACrB,EAAE,EAAE,iBAAiB;IACrB,EAAE,EAAE,iBAAiB;IACrB,EAAE,EAAE,iBAAiB;CACtB,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,GAAG,CAAe,CAAC,KAAK,EAAE,EAAE;IACjD,MAAM,EAAE,SAAS,EAAE,WAAW,EAAE,KAAK,EAAE,EAAE,EAAE,GAAG,KAAK,CAAC;IAEpD,IAAI,CAAC,WAAW,EAAE;QAChB,OAAO,IAAI,CAAC;KACb;IAED,MAAM,GAAG,GAAG,EAAE,IAAI,WAAW,CAAC;IAE9B,OAAO,CACL,KAAC,GAAG,IAAC,SAAS,EAAE,6BAA6B,YAAY,CAAC,WAAW,CAAC,IAAI,SAAS,IAAI,EAAE,EAAE,YACxF,KAAK,GACF,CACP,CAAC;AACJ,CAAC,CAAC,CAAC"}
1
+ {"version":3,"file":"Heading.mobile.js","sourceRoot":"","sources":["../../../src/ui-kit/Heading/Heading.mobile.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAGxC,MAAM,YAAY,GAAgC;IAChD,EAAE,EAAE,cAAc;IAClB,EAAE,EAAE,cAAc;IAClB,EAAE,EAAE,cAAc;IAClB,EAAE,EAAE,iBAAiB;IACrB,EAAE,EAAE,iBAAiB;IACrB,EAAE,EAAE,iBAAiB;IACrB,EAAE,EAAE,iBAAiB;CACtB,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,GAAG,CAAe,CAAC,KAAK,EAAE,EAAE;IACjD,MAAM,EAAE,SAAS,EAAE,WAAW,GAAG,IAAI,EAAE,KAAK,EAAE,EAAE,EAAE,GAAG,GAAG,IAAI,EAAE,GAAG,KAAK,CAAC;IAEvE,OAAO,CACL,KAAC,GAAG,IAAC,SAAS,EAAE,6BAA6B,YAAY,CAAC,WAAW,CAAC,IAAI,SAAS,IAAI,EAAE,EAAE,YACxF,KAAK,GACF,CACP,CAAC;AACJ,CAAC,CAAC,CAAC"}
@@ -0,0 +1,20 @@
1
+ import type { TitleProp } from '../../model/HeadlineType';
2
+ /**
3
+ *
4
+ * @title Размер заголовка
5
+ * @enumNames [
6
+ * "h0", "h1", "h2", "h3", "h4", "h5", "h6"
7
+ * ]
8
+ */
9
+ export declare type HeadingType = 'h0' | 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6';
10
+ /**
11
+ * @hidden
12
+ */
13
+ export declare type HeadingTagType = 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6';
14
+ export interface HeadingCommonProps extends TitleProp {
15
+ as?: HeadingTagType;
16
+ headingType?: HeadingType;
17
+ }
18
+ export interface HeadingProps extends HeadingCommonProps {
19
+ className?: string;
20
+ }
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=HeadingProps.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HeadingProps.js","sourceRoot":"","sources":["../../../src/ui-kit/Heading/HeadingProps.ts"],"names":[],"mappings":""}
@@ -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,8 +1,8 @@
1
1
  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,13 +9,13 @@ export const SearchBarInner = JSX(({ className, context, isMobile = false }) =>
9
9
  const SearchBarInputClassName = isMobile
10
10
  ? ' placeholder-transparent font-normal'
11
11
  : 'font-light h-full';
12
- const inputPlaceholder = isMobile ? 'some search' : null;
12
+ const inputPlaceholder = isMobile ? 'some search' : undefined;
13
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
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,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,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,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,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,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
  }
@@ -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;
package/lib/utils/url.js CHANGED
@@ -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"}