@redneckz/wildless-cms-uni-blocks 0.6.45 → 0.6.47

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 (716) hide show
  1. package/bin/migration-scripts/0.6.43.js +1 -1
  2. package/bundle/blocks.schema.json +1 -1
  3. package/bundle/bundle.umd.js +193 -173
  4. package/bundle/bundle.umd.min.js +1 -1
  5. package/bundle/components/CarouselRecommendationCard/CarouselRecommendationCardContent.d.ts +2 -2
  6. package/bundle/components/Headline/HeadlineContent.d.ts +2 -2
  7. package/bundle/components/Headline/headlineStyles.d.ts +7 -0
  8. package/bundle/components/Headline/headlineVersionStyles.d.ts +9 -0
  9. package/bundle/components/HorizontalLayout/HorizontalLayout.d.ts +5 -0
  10. package/bundle/components/HorizontalLayout/HorizontalLayoutContent.d.ts +15 -0
  11. package/bundle/components/LinkDocs/LinkDocsContent.d.ts +3 -3
  12. package/bundle/components/ProductTile/ProductTileContent.d.ts +5 -5
  13. package/bundle/components/RichTextBlock/RichTextBlock.d.ts +6 -0
  14. package/bundle/components/RichTextBlock/RichTextBlockContent.d.ts +5 -0
  15. package/bundle/content-page-repository/replaceHeadingTags.d.ts +1 -0
  16. package/bundle/content-page-repository/transformHTML.d.ts +1 -0
  17. package/bundle/model/AlignText.d.ts +2 -1
  18. package/bundle/model/BlockVersion.d.ts +9 -0
  19. package/bundle/ui-kit/Img/Img.mobile.d.ts +2 -2
  20. package/bundle/ui-kit/Img/ImgAsPicture.d.ts +2 -2
  21. package/bundle/ui-kit/Img/ImgInner.d.ts +2 -2
  22. package/bundle/ui-kit/Img/ImgProps.d.ts +5 -5
  23. package/bundle/ui-kit/RichText/RichText.d.ts +2 -0
  24. package/bundle/ui-kit/RichText/RichTextProps.d.ts +6 -0
  25. package/bundle/ui-kit/Text/TextProps.d.ts +1 -1
  26. package/dist/components/AccordionItem/AccordionItem.js +1 -1
  27. package/dist/components/AccordionItem/AccordionItem.js.map +1 -1
  28. package/dist/components/Blocks.js +15 -11
  29. package/dist/components/Blocks.js.map +1 -1
  30. package/dist/components/Bonus/Bonus.js +1 -1
  31. package/dist/components/Bonus/Bonus.js.map +1 -1
  32. package/dist/components/BonusBenefitsBlock/BonusBenefitsBlock.js +1 -1
  33. package/dist/components/BonusBenefitsBlock/BonusBenefitsBlock.js.map +1 -1
  34. package/dist/components/BusinessBlock/BusinessCard.js +1 -1
  35. package/dist/components/BusinessBlock/BusinessCard.js.map +1 -1
  36. package/dist/components/Carousel/Carousel.js +3 -1
  37. package/dist/components/Carousel/Carousel.js.map +1 -1
  38. package/dist/components/CarouselCard/CarouselCard.js +1 -1
  39. package/dist/components/CarouselCard/CarouselCard.js.map +1 -1
  40. package/dist/components/CarouselLinks/CarouselLinks.js +1 -1
  41. package/dist/components/CarouselLinks/CarouselLinks.js.map +1 -1
  42. package/dist/components/CarouselProductCard/CarouselProductCard.js +2 -2
  43. package/dist/components/CarouselProductCard/CarouselProductCard.js.map +1 -1
  44. package/dist/components/CarouselRecommendationCard/CarouselRecommendationCard.js +4 -3
  45. package/dist/components/CarouselRecommendationCard/CarouselRecommendationCard.js.map +1 -1
  46. package/dist/components/CarouselRecommendationCard/CarouselRecommendationCardContent.d.ts +2 -2
  47. package/dist/components/Catalog/Catalog.js +1 -1
  48. package/dist/components/Catalog/Catalog.js.map +1 -1
  49. package/dist/components/ContactsBlock/ContactsBlock.js +1 -1
  50. package/dist/components/ContactsBlock/ContactsBlock.js.map +1 -1
  51. package/dist/components/ExchangeRateTile/CurrencyTable.js +2 -1
  52. package/dist/components/ExchangeRateTile/CurrencyTable.js.map +1 -1
  53. package/dist/components/Gallery/GalleryCardInner.js +2 -2
  54. package/dist/components/Gallery/GalleryCardInner.js.map +1 -1
  55. package/dist/components/Gallery/GalleryContainer.js +1 -1
  56. package/dist/components/Gallery/GalleryContainer.js.map +1 -1
  57. package/dist/components/GracePeriod/GracePeriod.js +1 -1
  58. package/dist/components/GracePeriod/GracePeriod.js.map +1 -1
  59. package/dist/components/Header/HeaderBurger.js +1 -1
  60. package/dist/components/Header/HeaderBurger.js.map +1 -1
  61. package/dist/components/Headline/Headline.js +7 -6
  62. package/dist/components/Headline/Headline.js.map +1 -1
  63. package/dist/components/Headline/Headline.mobile.js +5 -5
  64. package/dist/components/Headline/Headline.mobile.js.map +1 -1
  65. package/dist/components/Headline/HeadlineContent.d.ts +2 -2
  66. package/dist/components/Headline/headlineStyles.d.ts +7 -0
  67. package/dist/components/Headline/headlineStyles.js +18 -0
  68. package/dist/components/Headline/headlineStyles.js.map +1 -0
  69. package/dist/components/Headline/headlineVersionStyles.d.ts +9 -0
  70. package/dist/components/Headline/headlineVersionStyles.js +46 -0
  71. package/dist/components/Headline/headlineVersionStyles.js.map +1 -0
  72. package/dist/components/HorizontalLayout/HorizontalLayout.d.ts +5 -0
  73. package/dist/components/HorizontalLayout/HorizontalLayout.js +23 -0
  74. package/dist/components/HorizontalLayout/HorizontalLayout.js.map +1 -0
  75. package/dist/components/HorizontalLayout/HorizontalLayoutContent.d.ts +15 -0
  76. package/dist/components/HorizontalLayout/HorizontalLayoutContent.js +2 -0
  77. package/dist/components/HorizontalLayout/HorizontalLayoutContent.js.map +1 -0
  78. package/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js +1 -1
  79. package/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js.map +1 -1
  80. package/dist/components/LinkDocs/LinkDocs.js +1 -1
  81. package/dist/components/LinkDocs/LinkDocs.js.map +1 -1
  82. package/dist/components/LinkDocs/LinkDocs.mobile.js +1 -1
  83. package/dist/components/LinkDocs/LinkDocs.mobile.js.map +1 -1
  84. package/dist/components/LinkDocs/LinkDocsContent.d.ts +3 -3
  85. package/dist/components/PictureText/PictureText.js +1 -1
  86. package/dist/components/PictureText/PictureText.js.map +1 -1
  87. package/dist/components/ProductBlock/ProductBlockInner.js +1 -1
  88. package/dist/components/ProductBlock/ProductBlockInner.js.map +1 -1
  89. package/dist/components/ProductTile/ProductTile.js +1 -1
  90. package/dist/components/ProductTile/ProductTile.js.map +1 -1
  91. package/dist/components/ProductTile/ProductTileContent.d.ts +5 -5
  92. package/dist/components/ProductTile/renderBenefit.js +4 -4
  93. package/dist/components/ProductTile/renderBenefit.js.map +1 -1
  94. package/dist/components/PromoTile/PromoTile.js +1 -1
  95. package/dist/components/PromoTile/PromoTile.js.map +1 -1
  96. package/dist/components/RichTextBlock/RichTextBlock.d.ts +6 -0
  97. package/dist/components/RichTextBlock/RichTextBlock.js +11 -0
  98. package/dist/components/RichTextBlock/RichTextBlock.js.map +1 -0
  99. package/dist/components/RichTextBlock/RichTextBlockContent.d.ts +5 -0
  100. package/dist/components/RichTextBlock/RichTextBlockContent.js +2 -0
  101. package/dist/components/RichTextBlock/RichTextBlockContent.js.map +1 -0
  102. package/dist/components/VerticalLayout/VerticalLayout.js +3 -16
  103. package/dist/components/VerticalLayout/VerticalLayout.js.map +1 -1
  104. package/dist/content-page-repository/replaceHeadingTags.d.ts +1 -0
  105. package/dist/content-page-repository/replaceHeadingTags.js +5 -0
  106. package/dist/content-page-repository/replaceHeadingTags.js.map +1 -0
  107. package/dist/content-page-repository/transformContentPage.js +5 -0
  108. package/dist/content-page-repository/transformContentPage.js.map +1 -1
  109. package/dist/content-page-repository/transformHTML.d.ts +1 -0
  110. package/dist/content-page-repository/transformHTML.js +23 -0
  111. package/dist/content-page-repository/transformHTML.js.map +1 -0
  112. package/dist/content-page-repository/transformMarkdown.js +2 -1
  113. package/dist/content-page-repository/transformMarkdown.js.map +1 -1
  114. package/dist/model/AlignText.d.ts +2 -1
  115. package/dist/model/AlignText.js.map +1 -1
  116. package/dist/model/BlockVersion.d.ts +9 -0
  117. package/dist/model/BlockVersion.js +20 -1
  118. package/dist/model/BlockVersion.js.map +1 -1
  119. package/dist/services/BlockRouter/BlockRouter.js +4 -3
  120. package/dist/services/BlockRouter/BlockRouter.js.map +1 -1
  121. package/dist/ui-kit/Button/ButtonSection.js +1 -1
  122. package/dist/ui-kit/Button/ButtonSection.js.map +1 -1
  123. package/dist/ui-kit/Img/Img.mobile.d.ts +2 -2
  124. package/dist/ui-kit/Img/Img.mobile.js.map +1 -1
  125. package/dist/ui-kit/Img/ImgAsPicture.d.ts +2 -2
  126. package/dist/ui-kit/Img/ImgAsPicture.js +9 -3
  127. package/dist/ui-kit/Img/ImgAsPicture.js.map +1 -1
  128. package/dist/ui-kit/Img/ImgInner.d.ts +2 -2
  129. package/dist/ui-kit/Img/ImgInner.js +3 -9
  130. package/dist/ui-kit/Img/ImgInner.js.map +1 -1
  131. package/dist/ui-kit/Img/ImgProps.d.ts +5 -5
  132. package/dist/ui-kit/InnerTable/InnerTableBody.js +1 -1
  133. package/dist/ui-kit/InnerTable/InnerTableBody.js.map +1 -1
  134. package/dist/ui-kit/Location/Location.js +3 -3
  135. package/dist/ui-kit/Location/Location.js.map +1 -1
  136. package/dist/ui-kit/Logo/renderImage.js +1 -1
  137. package/dist/ui-kit/Logo/renderImage.js.map +1 -1
  138. package/dist/ui-kit/Paragraph/Paragraph.js +1 -5
  139. package/dist/ui-kit/Paragraph/Paragraph.js.map +1 -1
  140. package/dist/ui-kit/RichText/RichText.d.ts +2 -0
  141. package/dist/ui-kit/{MarkdownText/MarkdownText.js → RichText/RichText.js} +5 -5
  142. package/dist/ui-kit/RichText/RichText.js.map +1 -0
  143. package/dist/ui-kit/RichText/RichTextProps.d.ts +6 -0
  144. package/dist/ui-kit/{MarkdownText/MarkdownTextProps.js → RichText/RichTextProps.js} +1 -1
  145. package/dist/ui-kit/RichText/RichTextProps.js.map +1 -0
  146. package/dist/ui-kit/SearchBar/SearchBarInner.js +2 -2
  147. package/dist/ui-kit/SearchBar/SearchBarInner.js.map +1 -1
  148. package/dist/ui-kit/Text/TextProps.d.ts +1 -1
  149. package/lib/common.css +1 -1
  150. package/lib/components/AccordionItem/AccordionItem.js +1 -1
  151. package/lib/components/AccordionItem/AccordionItem.js.map +1 -1
  152. package/lib/components/Blocks.js +15 -11
  153. package/lib/components/Blocks.js.map +1 -1
  154. package/lib/components/Bonus/Bonus.js +1 -1
  155. package/lib/components/Bonus/Bonus.js.map +1 -1
  156. package/lib/components/BonusBenefitsBlock/BonusBenefitsBlock.js +1 -1
  157. package/lib/components/BonusBenefitsBlock/BonusBenefitsBlock.js.map +1 -1
  158. package/lib/components/BusinessBlock/BusinessCard.js +1 -1
  159. package/lib/components/BusinessBlock/BusinessCard.js.map +1 -1
  160. package/lib/components/Carousel/Carousel.js +3 -1
  161. package/lib/components/Carousel/Carousel.js.map +1 -1
  162. package/lib/components/CarouselCard/CarouselCard.js +1 -1
  163. package/lib/components/CarouselCard/CarouselCard.js.map +1 -1
  164. package/lib/components/CarouselLinks/CarouselLinks.js +1 -1
  165. package/lib/components/CarouselLinks/CarouselLinks.js.map +1 -1
  166. package/lib/components/CarouselProductCard/CarouselProductCard.js +1 -1
  167. package/lib/components/CarouselProductCard/CarouselProductCard.js.map +1 -1
  168. package/lib/components/CarouselRecommendationCard/CarouselRecommendationCard.fixture.d.ts +1 -0
  169. package/lib/components/CarouselRecommendationCard/CarouselRecommendationCard.js +5 -4
  170. package/lib/components/CarouselRecommendationCard/CarouselRecommendationCard.js.map +1 -1
  171. package/lib/components/CarouselRecommendationCard/CarouselRecommendationCardContent.d.ts +2 -2
  172. package/lib/components/Catalog/Catalog.js +1 -1
  173. package/lib/components/Catalog/Catalog.js.map +1 -1
  174. package/lib/components/ContactsBlock/ContactsBlock.js +1 -1
  175. package/lib/components/ContactsBlock/ContactsBlock.js.map +1 -1
  176. package/lib/components/ExchangeRateTile/CurrencyTable.js +2 -1
  177. package/lib/components/ExchangeRateTile/CurrencyTable.js.map +1 -1
  178. package/lib/components/Gallery/GalleryCardInner.js +1 -1
  179. package/lib/components/Gallery/GalleryCardInner.js.map +1 -1
  180. package/lib/components/Gallery/GalleryContainer.js +1 -1
  181. package/lib/components/Gallery/GalleryContainer.js.map +1 -1
  182. package/lib/components/GracePeriod/GracePeriod.js +1 -1
  183. package/lib/components/GracePeriod/GracePeriod.js.map +1 -1
  184. package/lib/components/Header/HeaderBurger.js +1 -1
  185. package/lib/components/Header/HeaderBurger.js.map +1 -1
  186. package/lib/components/Headline/Headline.js +7 -6
  187. package/lib/components/Headline/Headline.js.map +1 -1
  188. package/lib/components/Headline/Headline.mobile.js +5 -5
  189. package/lib/components/Headline/Headline.mobile.js.map +1 -1
  190. package/lib/components/Headline/HeadlineContent.d.ts +2 -2
  191. package/lib/components/Headline/headlineStyles.d.ts +7 -0
  192. package/lib/components/Headline/headlineStyles.js +16 -0
  193. package/lib/components/Headline/headlineStyles.js.map +1 -0
  194. package/lib/components/Headline/headlineVersionStyles.d.ts +9 -0
  195. package/lib/components/Headline/headlineVersionStyles.js +44 -0
  196. package/lib/components/Headline/headlineVersionStyles.js.map +1 -0
  197. package/lib/components/HorizontalLayout/HorizontalLayout.d.ts +5 -0
  198. package/lib/components/HorizontalLayout/HorizontalLayout.fixture.d.ts +11 -0
  199. package/lib/components/HorizontalLayout/HorizontalLayout.js +21 -0
  200. package/lib/components/HorizontalLayout/HorizontalLayout.js.map +1 -0
  201. package/lib/components/HorizontalLayout/HorizontalLayoutContent.d.ts +15 -0
  202. package/lib/components/HorizontalLayout/HorizontalLayoutContent.js +2 -0
  203. package/lib/components/HorizontalLayout/HorizontalLayoutContent.js.map +1 -0
  204. package/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js +1 -1
  205. package/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js.map +1 -1
  206. package/lib/components/LinkDocs/LinkDocs.js +1 -1
  207. package/lib/components/LinkDocs/LinkDocs.js.map +1 -1
  208. package/lib/components/LinkDocs/LinkDocs.mobile.js +1 -1
  209. package/lib/components/LinkDocs/LinkDocs.mobile.js.map +1 -1
  210. package/lib/components/LinkDocs/LinkDocsContent.d.ts +3 -3
  211. package/lib/components/PictureText/PictureText.js +1 -1
  212. package/lib/components/PictureText/PictureText.js.map +1 -1
  213. package/lib/components/ProductBlock/ProductBlockInner.js +1 -1
  214. package/lib/components/ProductBlock/ProductBlockInner.js.map +1 -1
  215. package/lib/components/ProductTile/ProductTile.js +1 -1
  216. package/lib/components/ProductTile/ProductTile.js.map +1 -1
  217. package/lib/components/ProductTile/ProductTileContent.d.ts +5 -5
  218. package/lib/components/ProductTile/renderBenefit.js +4 -4
  219. package/lib/components/ProductTile/renderBenefit.js.map +1 -1
  220. package/lib/components/PromoTile/PromoTile.js +1 -1
  221. package/lib/components/PromoTile/PromoTile.js.map +1 -1
  222. package/lib/components/RichTextBlock/RichTextBlock.d.ts +6 -0
  223. package/lib/components/RichTextBlock/RichTextBlock.fixture.d.ts +6 -0
  224. package/lib/components/RichTextBlock/RichTextBlock.js +9 -0
  225. package/lib/components/RichTextBlock/RichTextBlock.js.map +1 -0
  226. package/lib/components/RichTextBlock/RichTextBlockContent.d.ts +5 -0
  227. package/lib/components/RichTextBlock/RichTextBlockContent.js +2 -0
  228. package/lib/components/RichTextBlock/RichTextBlockContent.js.map +1 -0
  229. package/lib/components/VerticalLayout/VerticalLayout.js +3 -16
  230. package/lib/components/VerticalLayout/VerticalLayout.js.map +1 -1
  231. package/lib/content-page-repository/replaceHeadingTags.d.ts +1 -0
  232. package/lib/content-page-repository/replaceHeadingTags.js +2 -0
  233. package/lib/content-page-repository/replaceHeadingTags.js.map +1 -0
  234. package/lib/content-page-repository/transformContentPage.js +5 -0
  235. package/lib/content-page-repository/transformContentPage.js.map +1 -1
  236. package/lib/content-page-repository/transformHTML.d.ts +1 -0
  237. package/lib/content-page-repository/transformHTML.js +17 -0
  238. package/lib/content-page-repository/transformHTML.js.map +1 -0
  239. package/lib/content-page-repository/transformMarkdown.js +2 -1
  240. package/lib/content-page-repository/transformMarkdown.js.map +1 -1
  241. package/lib/model/AlignText.d.ts +2 -1
  242. package/lib/model/AlignText.js.map +1 -1
  243. package/lib/model/BlockVersion.d.ts +9 -0
  244. package/lib/model/BlockVersion.js +19 -0
  245. package/lib/model/BlockVersion.js.map +1 -1
  246. package/lib/services/BlockRouter/BlockRouter.js +4 -3
  247. package/lib/services/BlockRouter/BlockRouter.js.map +1 -1
  248. package/lib/ui-kit/Button/ButtonSection.js +1 -1
  249. package/lib/ui-kit/Button/ButtonSection.js.map +1 -1
  250. package/lib/ui-kit/Img/Img.mobile.d.ts +2 -2
  251. package/lib/ui-kit/Img/Img.mobile.js.map +1 -1
  252. package/lib/ui-kit/Img/ImgAsPicture.d.ts +2 -2
  253. package/lib/ui-kit/Img/ImgAsPicture.js +9 -3
  254. package/lib/ui-kit/Img/ImgAsPicture.js.map +1 -1
  255. package/lib/ui-kit/Img/ImgInner.d.ts +2 -2
  256. package/lib/ui-kit/Img/ImgInner.js +3 -9
  257. package/lib/ui-kit/Img/ImgInner.js.map +1 -1
  258. package/lib/ui-kit/Img/ImgProps.d.ts +5 -5
  259. package/lib/ui-kit/InnerTable/InnerTableBody.js +1 -1
  260. package/lib/ui-kit/InnerTable/InnerTableBody.js.map +1 -1
  261. package/lib/ui-kit/Location/Location.js +3 -3
  262. package/lib/ui-kit/Location/Location.js.map +1 -1
  263. package/lib/ui-kit/Logo/renderImage.js +1 -1
  264. package/lib/ui-kit/Logo/renderImage.js.map +1 -1
  265. package/lib/ui-kit/Paragraph/Paragraph.js +1 -5
  266. package/lib/ui-kit/Paragraph/Paragraph.js.map +1 -1
  267. package/lib/ui-kit/RichText/RichText.d.ts +2 -0
  268. package/lib/ui-kit/RichText/RichText.fixture.d.ts +5 -0
  269. package/lib/ui-kit/{MarkdownText/MarkdownText.js → RichText/RichText.js} +4 -4
  270. package/lib/ui-kit/RichText/RichText.js.map +1 -0
  271. package/lib/ui-kit/RichText/RichTextProps.d.ts +6 -0
  272. package/lib/ui-kit/RichText/RichTextProps.js +2 -0
  273. package/lib/ui-kit/RichText/RichTextProps.js.map +1 -0
  274. package/lib/ui-kit/SearchBar/SearchBarInner.js +2 -2
  275. package/lib/ui-kit/SearchBar/SearchBarInner.js.map +1 -1
  276. package/lib/ui-kit/Text/TextProps.d.ts +1 -1
  277. package/mobile/bundle/bundle.umd.js +35 -49
  278. package/mobile/bundle/bundle.umd.min.js +1 -1
  279. package/mobile/bundle/components/CarouselRecommendationCard/CarouselRecommendationCardContent.d.ts +2 -2
  280. package/mobile/bundle/components/Headline/HeadlineContent.d.ts +2 -2
  281. package/mobile/bundle/components/Headline/headlineStyles.d.ts +7 -0
  282. package/mobile/bundle/components/Headline/headlineVersionStyles.d.ts +9 -0
  283. package/mobile/bundle/components/HorizontalLayout/HorizontalLayout.d.ts +5 -0
  284. package/mobile/bundle/components/HorizontalLayout/HorizontalLayoutContent.d.ts +15 -0
  285. package/mobile/bundle/components/LinkDocs/LinkDocsContent.d.ts +3 -3
  286. package/mobile/bundle/components/ProductTile/ProductTileContent.d.ts +5 -5
  287. package/mobile/bundle/components/RichTextBlock/RichTextBlock.d.ts +6 -0
  288. package/mobile/bundle/components/RichTextBlock/RichTextBlockContent.d.ts +5 -0
  289. package/mobile/bundle/content-page-repository/replaceHeadingTags.d.ts +1 -0
  290. package/mobile/bundle/content-page-repository/transformHTML.d.ts +1 -0
  291. package/mobile/bundle/model/AlignText.d.ts +2 -1
  292. package/mobile/bundle/model/BlockVersion.d.ts +9 -0
  293. package/mobile/bundle/ui-kit/Img/Img.d.ts +2 -2
  294. package/mobile/bundle/ui-kit/Img/ImgAsPicture.d.ts +2 -2
  295. package/mobile/bundle/ui-kit/Img/ImgInner.d.ts +2 -2
  296. package/mobile/bundle/ui-kit/Img/ImgProps.d.ts +5 -5
  297. package/mobile/bundle/ui-kit/RichText/RichText.d.ts +2 -0
  298. package/mobile/bundle/ui-kit/RichText/RichTextProps.d.ts +6 -0
  299. package/mobile/bundle/ui-kit/Text/TextProps.d.ts +1 -1
  300. package/mobile/dist/components/Bonus/Bonus.js +1 -1
  301. package/mobile/dist/components/Bonus/Bonus.js.map +1 -1
  302. package/mobile/dist/components/BonusBenefitsBlock/BonusBenefitsBlock.js +1 -1
  303. package/mobile/dist/components/BonusBenefitsBlock/BonusBenefitsBlock.js.map +1 -1
  304. package/mobile/dist/components/BusinessBlock/BusinessCard.js +1 -1
  305. package/mobile/dist/components/BusinessBlock/BusinessCard.js.map +1 -1
  306. package/mobile/dist/components/Carousel/Carousel.js +3 -1
  307. package/mobile/dist/components/Carousel/Carousel.js.map +1 -1
  308. package/mobile/dist/components/CarouselCard/CarouselCard.js +1 -1
  309. package/mobile/dist/components/CarouselCard/CarouselCard.js.map +1 -1
  310. package/mobile/dist/components/CarouselLinks/CarouselLinks.js +1 -1
  311. package/mobile/dist/components/CarouselLinks/CarouselLinks.js.map +1 -1
  312. package/mobile/dist/components/CarouselProductCard/CarouselProductCard.js +2 -2
  313. package/mobile/dist/components/CarouselProductCard/CarouselProductCard.js.map +1 -1
  314. package/mobile/dist/components/CarouselRecommendationCard/CarouselRecommendationCard.js +4 -3
  315. package/mobile/dist/components/CarouselRecommendationCard/CarouselRecommendationCard.js.map +1 -1
  316. package/mobile/dist/components/CarouselRecommendationCard/CarouselRecommendationCardContent.d.ts +2 -2
  317. package/mobile/dist/components/Catalog/Catalog.js +1 -1
  318. package/mobile/dist/components/Catalog/Catalog.js.map +1 -1
  319. package/mobile/dist/components/ContactsBlock/ContactsBlock.js +1 -1
  320. package/mobile/dist/components/ContactsBlock/ContactsBlock.js.map +1 -1
  321. package/mobile/dist/components/ExchangeRateTile/CurrencyTable.js +2 -1
  322. package/mobile/dist/components/ExchangeRateTile/CurrencyTable.js.map +1 -1
  323. package/mobile/dist/components/Gallery/GalleryCardInner.js +2 -2
  324. package/mobile/dist/components/Gallery/GalleryCardInner.js.map +1 -1
  325. package/mobile/dist/components/Gallery/GalleryContainer.js +1 -1
  326. package/mobile/dist/components/Gallery/GalleryContainer.js.map +1 -1
  327. package/mobile/dist/components/GracePeriod/GracePeriod.js +1 -1
  328. package/mobile/dist/components/GracePeriod/GracePeriod.js.map +1 -1
  329. package/mobile/dist/components/Header/HeaderBurger.js +1 -1
  330. package/mobile/dist/components/Header/HeaderBurger.js.map +1 -1
  331. package/mobile/dist/components/Headline/Headline.js +5 -5
  332. package/mobile/dist/components/Headline/Headline.js.map +1 -1
  333. package/mobile/dist/components/Headline/HeadlineContent.d.ts +2 -2
  334. package/mobile/dist/components/Headline/headlineStyles.d.ts +7 -0
  335. package/mobile/dist/components/Headline/headlineStyles.js +18 -0
  336. package/mobile/dist/components/Headline/headlineStyles.js.map +1 -0
  337. package/mobile/dist/components/Headline/headlineVersionStyles.d.ts +9 -0
  338. package/mobile/dist/components/Headline/headlineVersionStyles.js +46 -0
  339. package/mobile/dist/components/Headline/headlineVersionStyles.js.map +1 -0
  340. package/mobile/dist/components/HorizontalLayout/HorizontalLayout.d.ts +5 -0
  341. package/mobile/dist/components/HorizontalLayout/HorizontalLayout.js +23 -0
  342. package/mobile/dist/components/HorizontalLayout/HorizontalLayout.js.map +1 -0
  343. package/mobile/dist/components/HorizontalLayout/HorizontalLayoutContent.d.ts +15 -0
  344. package/mobile/dist/components/HorizontalLayout/HorizontalLayoutContent.js +2 -0
  345. package/mobile/dist/components/HorizontalLayout/HorizontalLayoutContent.js.map +1 -0
  346. package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js +1 -1
  347. package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js.map +1 -1
  348. package/mobile/dist/components/LinkDocs/LinkDocs.js +1 -1
  349. package/mobile/dist/components/LinkDocs/LinkDocs.js.map +1 -1
  350. package/mobile/dist/components/LinkDocs/LinkDocsContent.d.ts +3 -3
  351. package/mobile/dist/components/PictureText/PictureText.js +1 -1
  352. package/mobile/dist/components/PictureText/PictureText.js.map +1 -1
  353. package/mobile/dist/components/ProductTile/ProductTile.js +1 -1
  354. package/mobile/dist/components/ProductTile/ProductTile.js.map +1 -1
  355. package/mobile/dist/components/ProductTile/ProductTileContent.d.ts +5 -5
  356. package/mobile/dist/components/ProductTile/renderBenefit.js +4 -4
  357. package/mobile/dist/components/ProductTile/renderBenefit.js.map +1 -1
  358. package/mobile/dist/components/PromoTile/PromoTile.js +1 -1
  359. package/mobile/dist/components/PromoTile/PromoTile.js.map +1 -1
  360. package/mobile/dist/components/RichTextBlock/RichTextBlock.d.ts +6 -0
  361. package/mobile/dist/components/RichTextBlock/RichTextBlock.js +11 -0
  362. package/mobile/dist/components/RichTextBlock/RichTextBlock.js.map +1 -0
  363. package/mobile/dist/components/RichTextBlock/RichTextBlockContent.d.ts +5 -0
  364. package/mobile/dist/components/RichTextBlock/RichTextBlockContent.js +2 -0
  365. package/mobile/dist/components/RichTextBlock/RichTextBlockContent.js.map +1 -0
  366. package/mobile/dist/components/VerticalLayout/VerticalLayout.js +3 -16
  367. package/mobile/dist/components/VerticalLayout/VerticalLayout.js.map +1 -1
  368. package/mobile/dist/content-page-repository/replaceHeadingTags.d.ts +1 -0
  369. package/mobile/dist/content-page-repository/replaceHeadingTags.js +5 -0
  370. package/mobile/dist/content-page-repository/replaceHeadingTags.js.map +1 -0
  371. package/mobile/dist/content-page-repository/transformContentPage.js +5 -0
  372. package/mobile/dist/content-page-repository/transformContentPage.js.map +1 -1
  373. package/mobile/dist/content-page-repository/transformHTML.d.ts +1 -0
  374. package/mobile/dist/content-page-repository/transformHTML.js +23 -0
  375. package/mobile/dist/content-page-repository/transformHTML.js.map +1 -0
  376. package/mobile/dist/content-page-repository/transformMarkdown.js +2 -1
  377. package/mobile/dist/content-page-repository/transformMarkdown.js.map +1 -1
  378. package/mobile/dist/model/AlignText.d.ts +2 -1
  379. package/mobile/dist/model/AlignText.js.map +1 -1
  380. package/mobile/dist/model/BlockVersion.d.ts +9 -0
  381. package/mobile/dist/model/BlockVersion.js +20 -1
  382. package/mobile/dist/model/BlockVersion.js.map +1 -1
  383. package/mobile/dist/services/BlockRouter/BlockRouter.js +4 -3
  384. package/mobile/dist/services/BlockRouter/BlockRouter.js.map +1 -1
  385. package/mobile/dist/ui-kit/Button/ButtonSection.js +1 -1
  386. package/mobile/dist/ui-kit/Button/ButtonSection.js.map +1 -1
  387. package/mobile/dist/ui-kit/Img/Img.d.ts +2 -2
  388. package/mobile/dist/ui-kit/Img/Img.js.map +1 -1
  389. package/mobile/dist/ui-kit/Img/ImgAsPicture.d.ts +2 -2
  390. package/mobile/dist/ui-kit/Img/ImgAsPicture.js +9 -3
  391. package/mobile/dist/ui-kit/Img/ImgAsPicture.js.map +1 -1
  392. package/mobile/dist/ui-kit/Img/ImgInner.d.ts +2 -2
  393. package/mobile/dist/ui-kit/Img/ImgInner.js +3 -9
  394. package/mobile/dist/ui-kit/Img/ImgInner.js.map +1 -1
  395. package/mobile/dist/ui-kit/Img/ImgProps.d.ts +5 -5
  396. package/mobile/dist/ui-kit/InnerTable/InnerTableBody.js +1 -1
  397. package/mobile/dist/ui-kit/InnerTable/InnerTableBody.js.map +1 -1
  398. package/mobile/dist/ui-kit/Location/Location.js +3 -3
  399. package/mobile/dist/ui-kit/Location/Location.js.map +1 -1
  400. package/mobile/dist/ui-kit/Logo/renderImage.js +1 -1
  401. package/mobile/dist/ui-kit/Logo/renderImage.js.map +1 -1
  402. package/mobile/dist/ui-kit/Paragraph/Paragraph.js +1 -5
  403. package/mobile/dist/ui-kit/Paragraph/Paragraph.js.map +1 -1
  404. package/mobile/dist/ui-kit/RichText/RichText.d.ts +2 -0
  405. package/mobile/dist/ui-kit/{MarkdownText/MarkdownText.js → RichText/RichText.js} +5 -5
  406. package/mobile/dist/ui-kit/RichText/RichText.js.map +1 -0
  407. package/mobile/dist/ui-kit/RichText/RichTextProps.d.ts +6 -0
  408. package/mobile/dist/ui-kit/{MarkdownText/MarkdownTextProps.js → RichText/RichTextProps.js} +1 -1
  409. package/mobile/dist/ui-kit/RichText/RichTextProps.js.map +1 -0
  410. package/mobile/dist/ui-kit/SearchBar/SearchBarInner.js +2 -2
  411. package/mobile/dist/ui-kit/SearchBar/SearchBarInner.js.map +1 -1
  412. package/mobile/dist/ui-kit/Text/TextProps.d.ts +1 -1
  413. package/mobile/lib/components/Bonus/Bonus.js +1 -1
  414. package/mobile/lib/components/Bonus/Bonus.js.map +1 -1
  415. package/mobile/lib/components/BonusBenefitsBlock/BonusBenefitsBlock.js +1 -1
  416. package/mobile/lib/components/BonusBenefitsBlock/BonusBenefitsBlock.js.map +1 -1
  417. package/mobile/lib/components/BusinessBlock/BusinessCard.js +1 -1
  418. package/mobile/lib/components/BusinessBlock/BusinessCard.js.map +1 -1
  419. package/mobile/lib/components/Carousel/Carousel.js +3 -1
  420. package/mobile/lib/components/Carousel/Carousel.js.map +1 -1
  421. package/mobile/lib/components/CarouselCard/CarouselCard.js +1 -1
  422. package/mobile/lib/components/CarouselCard/CarouselCard.js.map +1 -1
  423. package/mobile/lib/components/CarouselLinks/CarouselLinks.js +1 -1
  424. package/mobile/lib/components/CarouselLinks/CarouselLinks.js.map +1 -1
  425. package/mobile/lib/components/CarouselProductCard/CarouselProductCard.js +1 -1
  426. package/mobile/lib/components/CarouselProductCard/CarouselProductCard.js.map +1 -1
  427. package/mobile/lib/components/CarouselRecommendationCard/CarouselRecommendationCard.js +5 -4
  428. package/mobile/lib/components/CarouselRecommendationCard/CarouselRecommendationCard.js.map +1 -1
  429. package/mobile/lib/components/CarouselRecommendationCard/CarouselRecommendationCardContent.d.ts +2 -2
  430. package/mobile/lib/components/Catalog/Catalog.js +1 -1
  431. package/mobile/lib/components/Catalog/Catalog.js.map +1 -1
  432. package/mobile/lib/components/ContactsBlock/ContactsBlock.js +1 -1
  433. package/mobile/lib/components/ContactsBlock/ContactsBlock.js.map +1 -1
  434. package/mobile/lib/components/ExchangeRateTile/CurrencyTable.js +2 -1
  435. package/mobile/lib/components/ExchangeRateTile/CurrencyTable.js.map +1 -1
  436. package/mobile/lib/components/Gallery/GalleryCardInner.js +1 -1
  437. package/mobile/lib/components/Gallery/GalleryCardInner.js.map +1 -1
  438. package/mobile/lib/components/Gallery/GalleryContainer.js +1 -1
  439. package/mobile/lib/components/Gallery/GalleryContainer.js.map +1 -1
  440. package/mobile/lib/components/GracePeriod/GracePeriod.js +1 -1
  441. package/mobile/lib/components/GracePeriod/GracePeriod.js.map +1 -1
  442. package/mobile/lib/components/Header/HeaderBurger.js +1 -1
  443. package/mobile/lib/components/Header/HeaderBurger.js.map +1 -1
  444. package/mobile/lib/components/Headline/Headline.js +5 -5
  445. package/mobile/lib/components/Headline/Headline.js.map +1 -1
  446. package/mobile/lib/components/Headline/HeadlineContent.d.ts +2 -2
  447. package/mobile/lib/components/Headline/headlineStyles.d.ts +7 -0
  448. package/mobile/lib/components/Headline/headlineStyles.js +16 -0
  449. package/mobile/lib/components/Headline/headlineStyles.js.map +1 -0
  450. package/mobile/lib/components/Headline/headlineVersionStyles.d.ts +9 -0
  451. package/mobile/lib/components/Headline/headlineVersionStyles.js +44 -0
  452. package/mobile/lib/components/Headline/headlineVersionStyles.js.map +1 -0
  453. package/mobile/lib/components/HorizontalLayout/HorizontalLayout.d.ts +5 -0
  454. package/mobile/lib/components/HorizontalLayout/HorizontalLayout.js +21 -0
  455. package/mobile/lib/components/HorizontalLayout/HorizontalLayout.js.map +1 -0
  456. package/mobile/lib/components/HorizontalLayout/HorizontalLayoutContent.d.ts +15 -0
  457. package/mobile/lib/components/HorizontalLayout/HorizontalLayoutContent.js +2 -0
  458. package/mobile/lib/components/HorizontalLayout/HorizontalLayoutContent.js.map +1 -0
  459. package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js +1 -1
  460. package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js.map +1 -1
  461. package/mobile/lib/components/LinkDocs/LinkDocs.js +1 -1
  462. package/mobile/lib/components/LinkDocs/LinkDocs.js.map +1 -1
  463. package/mobile/lib/components/LinkDocs/LinkDocsContent.d.ts +3 -3
  464. package/mobile/lib/components/PictureText/PictureText.js +1 -1
  465. package/mobile/lib/components/PictureText/PictureText.js.map +1 -1
  466. package/mobile/lib/components/ProductTile/ProductTile.js +1 -1
  467. package/mobile/lib/components/ProductTile/ProductTile.js.map +1 -1
  468. package/mobile/lib/components/ProductTile/ProductTileContent.d.ts +5 -5
  469. package/mobile/lib/components/ProductTile/renderBenefit.js +4 -4
  470. package/mobile/lib/components/ProductTile/renderBenefit.js.map +1 -1
  471. package/mobile/lib/components/PromoTile/PromoTile.js +1 -1
  472. package/mobile/lib/components/PromoTile/PromoTile.js.map +1 -1
  473. package/mobile/lib/components/RichTextBlock/RichTextBlock.d.ts +6 -0
  474. package/mobile/lib/components/RichTextBlock/RichTextBlock.js +9 -0
  475. package/mobile/lib/components/RichTextBlock/RichTextBlock.js.map +1 -0
  476. package/mobile/lib/components/RichTextBlock/RichTextBlockContent.d.ts +5 -0
  477. package/mobile/lib/components/RichTextBlock/RichTextBlockContent.js +2 -0
  478. package/mobile/lib/components/RichTextBlock/RichTextBlockContent.js.map +1 -0
  479. package/mobile/lib/components/VerticalLayout/VerticalLayout.js +3 -16
  480. package/mobile/lib/components/VerticalLayout/VerticalLayout.js.map +1 -1
  481. package/mobile/lib/content-page-repository/replaceHeadingTags.d.ts +1 -0
  482. package/mobile/lib/content-page-repository/replaceHeadingTags.js +2 -0
  483. package/mobile/lib/content-page-repository/replaceHeadingTags.js.map +1 -0
  484. package/mobile/lib/content-page-repository/transformContentPage.js +5 -0
  485. package/mobile/lib/content-page-repository/transformContentPage.js.map +1 -1
  486. package/mobile/lib/content-page-repository/transformHTML.d.ts +1 -0
  487. package/mobile/lib/content-page-repository/transformHTML.js +17 -0
  488. package/mobile/lib/content-page-repository/transformHTML.js.map +1 -0
  489. package/mobile/lib/content-page-repository/transformMarkdown.js +2 -1
  490. package/mobile/lib/content-page-repository/transformMarkdown.js.map +1 -1
  491. package/mobile/lib/model/AlignText.d.ts +2 -1
  492. package/mobile/lib/model/AlignText.js.map +1 -1
  493. package/mobile/lib/model/BlockVersion.d.ts +9 -0
  494. package/mobile/lib/model/BlockVersion.js +19 -0
  495. package/mobile/lib/model/BlockVersion.js.map +1 -1
  496. package/mobile/lib/services/BlockRouter/BlockRouter.js +4 -3
  497. package/mobile/lib/services/BlockRouter/BlockRouter.js.map +1 -1
  498. package/mobile/lib/ui-kit/Button/ButtonSection.js +1 -1
  499. package/mobile/lib/ui-kit/Button/ButtonSection.js.map +1 -1
  500. package/mobile/lib/ui-kit/Img/Img.d.ts +2 -2
  501. package/mobile/lib/ui-kit/Img/Img.js.map +1 -1
  502. package/mobile/lib/ui-kit/Img/ImgAsPicture.d.ts +2 -2
  503. package/mobile/lib/ui-kit/Img/ImgAsPicture.js +9 -3
  504. package/mobile/lib/ui-kit/Img/ImgAsPicture.js.map +1 -1
  505. package/mobile/lib/ui-kit/Img/ImgInner.d.ts +2 -2
  506. package/mobile/lib/ui-kit/Img/ImgInner.js +3 -9
  507. package/mobile/lib/ui-kit/Img/ImgInner.js.map +1 -1
  508. package/mobile/lib/ui-kit/Img/ImgProps.d.ts +5 -5
  509. package/mobile/lib/ui-kit/InnerTable/InnerTableBody.js +1 -1
  510. package/mobile/lib/ui-kit/InnerTable/InnerTableBody.js.map +1 -1
  511. package/mobile/lib/ui-kit/Location/Location.js +3 -3
  512. package/mobile/lib/ui-kit/Location/Location.js.map +1 -1
  513. package/mobile/lib/ui-kit/Logo/renderImage.js +1 -1
  514. package/mobile/lib/ui-kit/Logo/renderImage.js.map +1 -1
  515. package/mobile/lib/ui-kit/Paragraph/Paragraph.js +1 -5
  516. package/mobile/lib/ui-kit/Paragraph/Paragraph.js.map +1 -1
  517. package/mobile/lib/ui-kit/RichText/RichText.d.ts +2 -0
  518. package/mobile/lib/ui-kit/{MarkdownText/MarkdownText.js → RichText/RichText.js} +4 -4
  519. package/mobile/lib/ui-kit/RichText/RichText.js.map +1 -0
  520. package/mobile/lib/ui-kit/RichText/RichTextProps.d.ts +6 -0
  521. package/mobile/lib/ui-kit/RichText/RichTextProps.js +2 -0
  522. package/mobile/lib/ui-kit/RichText/RichTextProps.js.map +1 -0
  523. package/mobile/lib/ui-kit/SearchBar/SearchBarInner.js +2 -2
  524. package/mobile/lib/ui-kit/SearchBar/SearchBarInner.js.map +1 -1
  525. package/mobile/lib/ui-kit/Text/TextProps.d.ts +1 -1
  526. package/mobile/src/common.css +27 -10
  527. package/mobile/src/components/Bonus/Bonus.tsx +0 -1
  528. package/mobile/src/components/BonusBenefitsBlock/BonusBenefitsBlock.tsx +0 -1
  529. package/mobile/src/components/BusinessBlock/BusinessCard.tsx +2 -6
  530. package/mobile/src/components/Carousel/Carousel.tsx +3 -1
  531. package/mobile/src/components/CarouselCard/CarouselCard.tsx +1 -7
  532. package/mobile/src/components/CarouselLinks/CarouselLinks.tsx +1 -1
  533. package/mobile/src/components/CarouselProductCard/CarouselProductCard.tsx +1 -1
  534. package/mobile/src/components/CarouselRecommendationCard/CarouselRecommendationCard.tsx +13 -4
  535. package/mobile/src/components/CarouselRecommendationCard/CarouselRecommendationCardContent.ts +2 -2
  536. package/mobile/src/components/Catalog/Catalog.tsx +0 -1
  537. package/mobile/src/components/ContactsBlock/ContactsBlock.tsx +1 -1
  538. package/mobile/src/components/ExchangeRateTile/CurrencyTable.tsx +3 -2
  539. package/mobile/src/components/Gallery/GalleryCardInner.tsx +1 -1
  540. package/mobile/src/components/Gallery/GalleryContainer.tsx +1 -1
  541. package/mobile/src/components/GracePeriod/GracePeriod.tsx +0 -1
  542. package/mobile/src/components/Header/HeaderBurger.tsx +2 -2
  543. package/mobile/src/components/Headline/Headline.tsx +10 -13
  544. package/mobile/src/components/Headline/HeadlineContent.ts +2 -2
  545. package/mobile/src/components/Headline/headlineStyles.ts +25 -0
  546. package/mobile/src/components/Headline/headlineVersionStyles.ts +55 -0
  547. package/mobile/src/components/HorizontalLayout/HorizontalLayout.example.json +19 -0
  548. package/mobile/src/components/HorizontalLayout/HorizontalLayout.tsx +42 -0
  549. package/mobile/src/components/HorizontalLayout/HorizontalLayout.ui.json +1 -0
  550. package/mobile/src/components/HorizontalLayout/HorizontalLayoutContent.ts +17 -0
  551. package/mobile/src/components/InsuranceAmountBlock/InsuranceAmountBlockInner.tsx +1 -1
  552. package/mobile/src/components/LinkDocs/LinkDocs.tsx +0 -1
  553. package/mobile/src/components/LinkDocs/LinkDocsContent.ts +3 -3
  554. package/mobile/src/components/PictureText/PictureText.tsx +0 -1
  555. package/mobile/src/components/ProductTile/ProductTile.tsx +1 -1
  556. package/mobile/src/components/ProductTile/ProductTile.ui.json +1 -1
  557. package/mobile/src/components/ProductTile/ProductTileContent.ts +5 -5
  558. package/mobile/src/components/ProductTile/renderBenefit.tsx +4 -4
  559. package/mobile/src/components/PromoTile/PromoTile.tsx +1 -1
  560. package/mobile/src/components/RichTextBlock/RichTextBlock.example.json +5 -0
  561. package/mobile/src/components/RichTextBlock/RichTextBlock.tsx +17 -0
  562. package/mobile/src/components/RichTextBlock/RichTextBlock.ui.json +7 -0
  563. package/mobile/src/components/RichTextBlock/RichTextBlockContent.ts +6 -0
  564. package/mobile/src/components/VerticalLayout/VerticalLayout.example.json +151 -6
  565. package/mobile/src/components/VerticalLayout/VerticalLayout.tsx +4 -20
  566. package/mobile/src/content-page-repository/replaceHeadingTags.ts +2 -0
  567. package/mobile/src/content-page-repository/transformContentPage.ts +4 -0
  568. package/mobile/src/content-page-repository/transformHTML.ts +19 -0
  569. package/mobile/src/content-page-repository/transformMarkdown.ts +2 -1
  570. package/mobile/src/model/AlignText.ts +2 -1
  571. package/mobile/src/model/BlockVersion.ts +30 -0
  572. package/mobile/src/services/BlockRouter/BlockRouter.ts +5 -3
  573. package/mobile/src/ui-kit/Button/ButtonSection.tsx +1 -1
  574. package/mobile/src/ui-kit/Img/Img.tsx +2 -3
  575. package/mobile/src/ui-kit/Img/ImgAsPicture.tsx +20 -4
  576. package/mobile/src/ui-kit/Img/ImgInner.tsx +15 -22
  577. package/mobile/src/ui-kit/Img/ImgProps.ts +5 -6
  578. package/mobile/src/ui-kit/InnerTable/InnerTableBody.tsx +1 -1
  579. package/mobile/src/ui-kit/Location/Location.tsx +8 -6
  580. package/mobile/src/ui-kit/Logo/renderImage.tsx +2 -1
  581. package/mobile/src/ui-kit/Paragraph/Paragraph.tsx +3 -7
  582. package/mobile/src/ui-kit/RichText/RichText.tsx +8 -0
  583. package/mobile/src/ui-kit/RichText/RichTextProps.ts +6 -0
  584. package/mobile/src/ui-kit/SearchBar/SearchBarInner.tsx +2 -2
  585. package/mobile/src/ui-kit/Text/TextProps.ts +1 -0
  586. package/package.json +4 -1
  587. package/src/common.css +27 -10
  588. package/src/components/AccordionItem/AccordionItem.tsx +7 -1
  589. package/src/components/Blocks.ts +15 -11
  590. package/src/components/Bonus/Bonus.tsx +0 -1
  591. package/src/components/BonusBenefitsBlock/BonusBenefitsBlock.tsx +0 -1
  592. package/src/components/BusinessBlock/BusinessCard.tsx +2 -6
  593. package/src/components/Carousel/Carousel.tsx +3 -1
  594. package/src/components/CarouselCard/CarouselCard.tsx +1 -7
  595. package/src/components/CarouselLinks/CarouselLinks.tsx +1 -1
  596. package/src/components/CarouselProductCard/CarouselProductCard.tsx +1 -1
  597. package/src/components/CarouselRecommendationCard/CarouselRecommendationCard.fixture.tsx +9 -0
  598. package/src/components/CarouselRecommendationCard/CarouselRecommendationCard.tsx +13 -4
  599. package/src/components/CarouselRecommendationCard/CarouselRecommendationCardContent.ts +2 -2
  600. package/src/components/Catalog/Catalog.tsx +0 -1
  601. package/src/components/ContactsBlock/ContactsBlock.tsx +1 -1
  602. package/src/components/ExchangeRateTile/CurrencyTable.tsx +3 -2
  603. package/src/components/Gallery/GalleryCardInner.tsx +1 -1
  604. package/src/components/Gallery/GalleryContainer.tsx +1 -1
  605. package/src/components/GracePeriod/GracePeriod.tsx +0 -1
  606. package/src/components/Header/HeaderBurger.tsx +2 -2
  607. package/src/components/Headline/Headline.fixture.mobile.tsx +10 -10
  608. package/src/components/Headline/Headline.fixture.tsx +7 -7
  609. package/src/components/Headline/Headline.mobile.tsx +10 -13
  610. package/src/components/Headline/Headline.tsx +18 -12
  611. package/src/components/Headline/HeadlineContent.ts +2 -2
  612. package/src/components/Headline/headlineStyles.ts +25 -0
  613. package/src/components/Headline/headlineVersionStyles.ts +55 -0
  614. package/src/components/HorizontalLayout/HorizontalLayout.example.json +19 -0
  615. package/src/components/HorizontalLayout/HorizontalLayout.fixture.tsx +85 -0
  616. package/src/components/HorizontalLayout/HorizontalLayout.tsx +42 -0
  617. package/src/components/HorizontalLayout/HorizontalLayout.ui.json +1 -0
  618. package/src/components/HorizontalLayout/HorizontalLayoutContent.ts +17 -0
  619. package/src/components/InsuranceAmountBlock/InsuranceAmountBlockInner.tsx +1 -1
  620. package/src/components/LinkDocs/LinkDocs.mobile.tsx +0 -1
  621. package/src/components/LinkDocs/LinkDocs.tsx +1 -1
  622. package/src/components/LinkDocs/LinkDocsContent.ts +3 -3
  623. package/src/components/PictureText/PictureText.tsx +0 -1
  624. package/src/components/ProductBlock/ProductBlockInner.tsx +1 -1
  625. package/src/components/ProductTile/ProductTile.tsx +1 -1
  626. package/src/components/ProductTile/ProductTile.ui.json +1 -1
  627. package/src/components/ProductTile/ProductTileContent.ts +5 -5
  628. package/src/components/ProductTile/renderBenefit.tsx +4 -4
  629. package/src/components/PromoTile/PromoTile.tsx +1 -1
  630. package/src/components/RichTextBlock/RichTextBlock.example.json +5 -0
  631. package/src/components/RichTextBlock/RichTextBlock.fixture.tsx +29 -0
  632. package/src/components/RichTextBlock/RichTextBlock.tsx +17 -0
  633. package/src/components/RichTextBlock/RichTextBlock.ui.json +7 -0
  634. package/src/components/RichTextBlock/RichTextBlockContent.ts +6 -0
  635. package/src/components/VerticalLayout/VerticalLayout.example.json +151 -6
  636. package/src/components/VerticalLayout/VerticalLayout.tsx +4 -20
  637. package/src/content-page-repository/replaceHeadingTags.ts +2 -0
  638. package/src/content-page-repository/transformContentPage.ts +4 -0
  639. package/src/content-page-repository/transformHTML.ts +19 -0
  640. package/src/content-page-repository/transformMarkdown.ts +2 -1
  641. package/src/model/AlignText.ts +2 -1
  642. package/src/model/BlockVersion.ts +30 -0
  643. package/src/services/BlockRouter/BlockRouter.ts +5 -3
  644. package/src/ui-kit/Button/ButtonSection.tsx +1 -1
  645. package/src/ui-kit/Img/Img.mobile.tsx +2 -3
  646. package/src/ui-kit/Img/ImgAsPicture.tsx +20 -4
  647. package/src/ui-kit/Img/ImgInner.tsx +15 -22
  648. package/src/ui-kit/Img/ImgProps.ts +5 -6
  649. package/src/ui-kit/InnerTable/InnerTableBody.tsx +1 -1
  650. package/src/ui-kit/Location/Location.tsx +8 -6
  651. package/src/ui-kit/Logo/renderImage.tsx +2 -1
  652. package/src/ui-kit/Paragraph/Paragraph.tsx +3 -7
  653. package/src/ui-kit/RichText/RichText.fixture.tsx +28 -0
  654. package/src/ui-kit/RichText/RichText.tsx +8 -0
  655. package/src/ui-kit/RichText/RichTextProps.ts +6 -0
  656. package/src/ui-kit/SearchBar/SearchBarInner.tsx +2 -2
  657. package/src/ui-kit/Text/TextProps.ts +1 -0
  658. package/tailwind.config.cjs +7 -7
  659. package/bundle/components/Headline/constants.d.ts +0 -18
  660. package/bundle/ui-kit/Img/getIconVersion.d.ts +0 -2
  661. package/bundle/ui-kit/MarkdownText/MarkdownText.d.ts +0 -2
  662. package/bundle/ui-kit/MarkdownText/MarkdownTextProps.d.ts +0 -6
  663. package/dist/components/Headline/constants.d.ts +0 -18
  664. package/dist/components/Headline/constants.js +0 -68
  665. package/dist/components/Headline/constants.js.map +0 -1
  666. package/dist/ui-kit/Img/getIconVersion.d.ts +0 -2
  667. package/dist/ui-kit/Img/getIconVersion.js +0 -7
  668. package/dist/ui-kit/Img/getIconVersion.js.map +0 -1
  669. package/dist/ui-kit/MarkdownText/MarkdownText.d.ts +0 -2
  670. package/dist/ui-kit/MarkdownText/MarkdownText.js.map +0 -1
  671. package/dist/ui-kit/MarkdownText/MarkdownTextProps.d.ts +0 -6
  672. package/dist/ui-kit/MarkdownText/MarkdownTextProps.js.map +0 -1
  673. package/lib/components/Headline/constants.d.ts +0 -18
  674. package/lib/components/Headline/constants.js +0 -66
  675. package/lib/components/Headline/constants.js.map +0 -1
  676. package/lib/ui-kit/Img/getIconVersion.d.ts +0 -2
  677. package/lib/ui-kit/Img/getIconVersion.js +0 -4
  678. package/lib/ui-kit/Img/getIconVersion.js.map +0 -1
  679. package/lib/ui-kit/MarkdownText/MarkdownText.d.ts +0 -2
  680. package/lib/ui-kit/MarkdownText/MarkdownText.js.map +0 -1
  681. package/lib/ui-kit/MarkdownText/MarkdownTextProps.d.ts +0 -6
  682. package/lib/ui-kit/MarkdownText/MarkdownTextProps.js +0 -2
  683. package/lib/ui-kit/MarkdownText/MarkdownTextProps.js.map +0 -1
  684. package/mobile/bundle/components/Headline/constants.d.ts +0 -18
  685. package/mobile/bundle/ui-kit/Img/getIconVersion.d.ts +0 -2
  686. package/mobile/bundle/ui-kit/MarkdownText/MarkdownText.d.ts +0 -2
  687. package/mobile/bundle/ui-kit/MarkdownText/MarkdownTextProps.d.ts +0 -6
  688. package/mobile/dist/components/Headline/constants.d.ts +0 -18
  689. package/mobile/dist/components/Headline/constants.js +0 -68
  690. package/mobile/dist/components/Headline/constants.js.map +0 -1
  691. package/mobile/dist/ui-kit/Img/getIconVersion.d.ts +0 -2
  692. package/mobile/dist/ui-kit/Img/getIconVersion.js +0 -7
  693. package/mobile/dist/ui-kit/Img/getIconVersion.js.map +0 -1
  694. package/mobile/dist/ui-kit/MarkdownText/MarkdownText.d.ts +0 -2
  695. package/mobile/dist/ui-kit/MarkdownText/MarkdownText.js.map +0 -1
  696. package/mobile/dist/ui-kit/MarkdownText/MarkdownTextProps.d.ts +0 -6
  697. package/mobile/dist/ui-kit/MarkdownText/MarkdownTextProps.js.map +0 -1
  698. package/mobile/lib/components/Headline/constants.d.ts +0 -18
  699. package/mobile/lib/components/Headline/constants.js +0 -66
  700. package/mobile/lib/components/Headline/constants.js.map +0 -1
  701. package/mobile/lib/ui-kit/Img/getIconVersion.d.ts +0 -2
  702. package/mobile/lib/ui-kit/Img/getIconVersion.js +0 -4
  703. package/mobile/lib/ui-kit/Img/getIconVersion.js.map +0 -1
  704. package/mobile/lib/ui-kit/MarkdownText/MarkdownText.d.ts +0 -2
  705. package/mobile/lib/ui-kit/MarkdownText/MarkdownText.js.map +0 -1
  706. package/mobile/lib/ui-kit/MarkdownText/MarkdownTextProps.d.ts +0 -6
  707. package/mobile/lib/ui-kit/MarkdownText/MarkdownTextProps.js +0 -2
  708. package/mobile/lib/ui-kit/MarkdownText/MarkdownTextProps.js.map +0 -1
  709. package/mobile/src/components/Headline/constants.ts +0 -84
  710. package/mobile/src/ui-kit/Img/getIconVersion.tsx +0 -5
  711. package/mobile/src/ui-kit/MarkdownText/MarkdownText.tsx +0 -8
  712. package/mobile/src/ui-kit/MarkdownText/MarkdownTextProps.ts +0 -6
  713. package/src/components/Headline/constants.ts +0 -84
  714. package/src/ui-kit/Img/getIconVersion.tsx +0 -5
  715. package/src/ui-kit/MarkdownText/MarkdownText.tsx +0 -8
  716. package/src/ui-kit/MarkdownText/MarkdownTextProps.ts +0 -6
@@ -253,13 +253,13 @@ module.exports = {
253
253
  'blue-gray/24': '0 14px 36px -4px rgba(21, 40, 90, 0.24);',
254
254
  },
255
255
  borderColor: {
256
- 'white/50': 'rgba(255,255,255,.5);',
257
- 'gray/100': 'rgba(235, 237, 240, 1);',
258
- 'primary-hover': 'rgba(134, 134, 134, 1);',
259
- 'primary-focus': 'rgba(28, 28, 28, 1);',
260
- 'checkbox-hover': 'rgba(134, 134, 134, 1);',
261
- 'green-light': 'rgba(219, 242, 219, 1);',
262
- golden: 'rgba(255, 237, 184, 1);',
256
+ 'white/50': 'rgba(255,255,255,.5)',
257
+ 'gray/100': 'rgba(235, 237, 240, 1)',
258
+ 'primary-hover': 'rgba(134, 134, 134, 1)',
259
+ 'primary-focus': 'rgba(28, 28, 28, 1)',
260
+ 'checkbox-hover': 'rgba(134, 134, 134, 1)',
261
+ 'green-light': 'rgba(219, 242, 219, 1)',
262
+ golden: 'rgba(255, 237, 184, 1)',
263
263
  'color-stroke': 'rgba(201, 202, 204, 1)',
264
264
  },
265
265
  },
@@ -1,18 +0,0 @@
1
- import type { BlockVersionWithTransparent } from '../../model/BlockVersion';
2
- import type { HeadlineSmallVersion, HeadlineVersion } from '../../model/HeadlineType';
3
- import type { HeadingTagType, HeadingType } from '../../ui-kit/Heading/HeadingProps';
4
- declare type StyleType = {
5
- background: string;
6
- text: string;
7
- description: string;
8
- };
9
- declare type VersionStyleType = {
10
- descriptionFont: string;
11
- gap: string;
12
- headingType: HeadingType;
13
- as: HeadingTagType;
14
- };
15
- export declare const HEADLINE_BLOCK_STYLE_MAPS: Record<BlockVersionWithTransparent, StyleType>;
16
- export declare const HEADLINE_VERSION: Record<HeadlineVersion, VersionStyleType>;
17
- export declare const HEADLINE_SMALL_VERSION: Record<HeadlineSmallVersion, string>;
18
- export {};
@@ -1,2 +0,0 @@
1
- import type { Image } from './ImgProps';
2
- export declare function getIconVersion(image?: Image): import("../../model/IconVersion").IconVersion;
@@ -1,2 +0,0 @@
1
- import type { MarkdownTextProps } from './MarkdownTextProps';
2
- export declare const MarkdownText: import("@redneckz/uni-jsx").UNIComponent<MarkdownTextProps, any, any>;
@@ -1,6 +0,0 @@
1
- declare type Markdown = string;
2
- export interface MarkdownTextProps {
3
- /** @title Текст */
4
- md?: Markdown;
5
- }
6
- export {};
@@ -1,18 +0,0 @@
1
- import type { BlockVersionWithTransparent } from '../../model/BlockVersion';
2
- import type { HeadlineSmallVersion, HeadlineVersion } from '../../model/HeadlineType';
3
- import type { HeadingTagType, HeadingType } from '../../ui-kit/Heading/HeadingProps';
4
- declare type StyleType = {
5
- background: string;
6
- text: string;
7
- description: string;
8
- };
9
- declare type VersionStyleType = {
10
- descriptionFont: string;
11
- gap: string;
12
- headingType: HeadingType;
13
- as: HeadingTagType;
14
- };
15
- export declare const HEADLINE_BLOCK_STYLE_MAPS: Record<BlockVersionWithTransparent, StyleType>;
16
- export declare const HEADLINE_VERSION: Record<HeadlineVersion, VersionStyleType>;
17
- export declare const HEADLINE_SMALL_VERSION: Record<HeadlineSmallVersion, string>;
18
- export {};
@@ -1,68 +0,0 @@
1
- Object.defineProperty(exports, "__esModule", { value: true });
2
- exports.HEADLINE_SMALL_VERSION = exports.HEADLINE_VERSION = exports.HEADLINE_BLOCK_STYLE_MAPS = void 0;
3
- exports.HEADLINE_BLOCK_STYLE_MAPS = {
4
- transparent: {
5
- background: 'bg-transparent',
6
- text: 'text-primary-text',
7
- description: 'text-primary-text',
8
- },
9
- primary: {
10
- background: 'bg-white',
11
- text: 'text-primary-text',
12
- description: 'text-primary-text',
13
- },
14
- secondary: {
15
- background: 'bg-primary-main',
16
- text: 'text-white',
17
- description: 'text-white/80',
18
- },
19
- };
20
- exports.HEADLINE_VERSION = {
21
- XXL: {
22
- descriptionFont: 'text-h5',
23
- gap: 'gap-[18px]',
24
- headingType: 'h0',
25
- as: 'h1',
26
- },
27
- XL: {
28
- descriptionFont: 'text-xl-light',
29
- gap: 'gap-4',
30
- headingType: 'h1',
31
- as: 'h1',
32
- },
33
- L: {
34
- descriptionFont: 'text-xl-light',
35
- gap: 'gap-4',
36
- headingType: 'h2',
37
- as: 'h2',
38
- },
39
- M: {
40
- descriptionFont: 'text-xl-light',
41
- gap: 'gap-3',
42
- headingType: 'h3',
43
- as: 'h3',
44
- },
45
- S: {
46
- descriptionFont: 'text-xl-light',
47
- gap: 'gap-2',
48
- headingType: 'h4',
49
- as: 'h4',
50
- },
51
- XS: {
52
- descriptionFont: 'text-l-light',
53
- gap: 'gap-2',
54
- headingType: 'h5',
55
- as: 'h5',
56
- },
57
- };
58
- exports.HEADLINE_SMALL_VERSION = {
59
- H6: 'text-h6',
60
- XL_L: 'text-xl-light',
61
- XL_R: 'text-xl',
62
- L_L: 'text-l-light',
63
- L_R: 'text-l',
64
- M: 'text-m-light',
65
- S: 'text-s-light',
66
- XS: 'text-xs-light',
67
- };
68
- //# sourceMappingURL=constants.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../src/components/Headline/constants.ts"],"names":[],"mappings":";;AAiBa,QAAA,yBAAyB,GAAmD;IACvF,WAAW,EAAE;QACX,UAAU,EAAE,gBAAgB;QAC5B,IAAI,EAAE,mBAAmB;QACzB,WAAW,EAAE,mBAAmB;KACjC;IACD,OAAO,EAAE;QACP,UAAU,EAAE,UAAU;QACtB,IAAI,EAAE,mBAAmB;QACzB,WAAW,EAAE,mBAAmB;KACjC;IACD,SAAS,EAAE;QACT,UAAU,EAAE,iBAAiB;QAC7B,IAAI,EAAE,YAAY;QAClB,WAAW,EAAE,eAAe;KAC7B;CACF,CAAC;AAEW,QAAA,gBAAgB,GAA8C;IACzE,GAAG,EAAE;QACH,eAAe,EAAE,SAAS;QAC1B,GAAG,EAAE,YAAY;QACjB,WAAW,EAAE,IAAI;QACjB,EAAE,EAAE,IAAI;KACT;IACD,EAAE,EAAE;QACF,eAAe,EAAE,eAAe;QAChC,GAAG,EAAE,OAAO;QACZ,WAAW,EAAE,IAAI;QACjB,EAAE,EAAE,IAAI;KACT;IACD,CAAC,EAAE;QACD,eAAe,EAAE,eAAe;QAChC,GAAG,EAAE,OAAO;QACZ,WAAW,EAAE,IAAI;QACjB,EAAE,EAAE,IAAI;KACT;IACD,CAAC,EAAE;QACD,eAAe,EAAE,eAAe;QAChC,GAAG,EAAE,OAAO;QACZ,WAAW,EAAE,IAAI;QACjB,EAAE,EAAE,IAAI;KACT;IACD,CAAC,EAAE;QACD,eAAe,EAAE,eAAe;QAChC,GAAG,EAAE,OAAO;QACZ,WAAW,EAAE,IAAI;QACjB,EAAE,EAAE,IAAI;KACT;IACD,EAAE,EAAE;QACF,eAAe,EAAE,cAAc;QAC/B,GAAG,EAAE,OAAO;QACZ,WAAW,EAAE,IAAI;QACjB,EAAE,EAAE,IAAI;KACT;CACF,CAAC;AAEW,QAAA,sBAAsB,GAAyC;IAC1E,EAAE,EAAE,SAAS;IACb,IAAI,EAAE,eAAe;IACrB,IAAI,EAAE,SAAS;IACf,GAAG,EAAE,cAAc;IACnB,GAAG,EAAE,QAAQ;IACb,CAAC,EAAE,cAAc;IACjB,CAAC,EAAE,cAAc;IACjB,EAAE,EAAE,eAAe;CACpB,CAAC"}
@@ -1,2 +0,0 @@
1
- import type { Image } from './ImgProps';
2
- export declare function getIconVersion(image?: Image): import("../../model/IconVersion").IconVersion;
@@ -1,7 +0,0 @@
1
- Object.defineProperty(exports, "__esModule", { value: true });
2
- exports.getIconVersion = void 0;
3
- function getIconVersion(image) {
4
- return typeof image === 'string' ? 'normal' : image?.iconVersion || 'normal';
5
- }
6
- exports.getIconVersion = getIconVersion;
7
- //# sourceMappingURL=getIconVersion.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"getIconVersion.js","sourceRoot":"","sources":["../../../src/ui-kit/Img/getIconVersion.tsx"],"names":[],"mappings":";;AAEA,SAAgB,cAAc,CAAC,KAAa;IAC1C,OAAO,OAAO,KAAK,KAAK,QAAQ,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,KAAK,EAAE,WAAW,IAAI,QAAQ,CAAC;AAC/E,CAAC;AAFD,wCAEC"}
@@ -1,2 +0,0 @@
1
- import type { MarkdownTextProps } from './MarkdownTextProps';
2
- export declare const MarkdownText: import("@redneckz/uni-jsx").UNIComponent<MarkdownTextProps, any, any>;
@@ -1 +0,0 @@
1
- {"version":3,"file":"MarkdownText.js","sourceRoot":"","sources":["../../../src/ui-kit/MarkdownText/MarkdownText.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAG3B,QAAA,YAAY,GAAG,IAAA,aAAG,EAAoB,CAAC,KAAK,EAAE,EAAE;IAC3D,MAAM,EAAE,EAAE,GAAG,EAAE,EAAE,GAAG,KAAK,CAAC;IAE1B,OAAO,gCAAK,SAAS,EAAC,cAAc,EAAC,uBAAuB,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,GAAI,CAAC;AACnF,CAAC,CAAC,CAAC"}
@@ -1,6 +0,0 @@
1
- declare type Markdown = string;
2
- export interface MarkdownTextProps {
3
- /** @title Текст */
4
- md?: Markdown;
5
- }
6
- export {};
@@ -1 +0,0 @@
1
- {"version":3,"file":"MarkdownTextProps.js","sourceRoot":"","sources":["../../../src/ui-kit/MarkdownText/MarkdownTextProps.ts"],"names":[],"mappings":""}
@@ -1,18 +0,0 @@
1
- import type { BlockVersionWithTransparent } from '../../model/BlockVersion';
2
- import type { HeadlineSmallVersion, HeadlineVersion } from '../../model/HeadlineType';
3
- import type { HeadingTagType, HeadingType } from '../../ui-kit/Heading/HeadingProps';
4
- declare type StyleType = {
5
- background: string;
6
- text: string;
7
- description: string;
8
- };
9
- declare type VersionStyleType = {
10
- descriptionFont: string;
11
- gap: string;
12
- headingType: HeadingType;
13
- as: HeadingTagType;
14
- };
15
- export declare const HEADLINE_BLOCK_STYLE_MAPS: Record<BlockVersionWithTransparent, StyleType>;
16
- export declare const HEADLINE_VERSION: Record<HeadlineVersion, VersionStyleType>;
17
- export declare const HEADLINE_SMALL_VERSION: Record<HeadlineSmallVersion, string>;
18
- export {};
@@ -1,66 +0,0 @@
1
- export const HEADLINE_BLOCK_STYLE_MAPS = {
2
- transparent: {
3
- background: 'bg-transparent',
4
- text: 'text-primary-text',
5
- description: 'text-primary-text',
6
- },
7
- primary: {
8
- background: 'bg-white',
9
- text: 'text-primary-text',
10
- description: 'text-primary-text',
11
- },
12
- secondary: {
13
- background: 'bg-primary-main',
14
- text: 'text-white',
15
- description: 'text-white/80',
16
- },
17
- };
18
- export const HEADLINE_VERSION = {
19
- XXL: {
20
- descriptionFont: 'text-h5',
21
- gap: 'gap-[18px]',
22
- headingType: 'h0',
23
- as: 'h1',
24
- },
25
- XL: {
26
- descriptionFont: 'text-xl-light',
27
- gap: 'gap-4',
28
- headingType: 'h1',
29
- as: 'h1',
30
- },
31
- L: {
32
- descriptionFont: 'text-xl-light',
33
- gap: 'gap-4',
34
- headingType: 'h2',
35
- as: 'h2',
36
- },
37
- M: {
38
- descriptionFont: 'text-xl-light',
39
- gap: 'gap-3',
40
- headingType: 'h3',
41
- as: 'h3',
42
- },
43
- S: {
44
- descriptionFont: 'text-xl-light',
45
- gap: 'gap-2',
46
- headingType: 'h4',
47
- as: 'h4',
48
- },
49
- XS: {
50
- descriptionFont: 'text-l-light',
51
- gap: 'gap-2',
52
- headingType: 'h5',
53
- as: 'h5',
54
- },
55
- };
56
- export const HEADLINE_SMALL_VERSION = {
57
- H6: 'text-h6',
58
- XL_L: 'text-xl-light',
59
- XL_R: 'text-xl',
60
- L_L: 'text-l-light',
61
- L_R: 'text-l',
62
- M: 'text-m-light',
63
- S: 'text-s-light',
64
- XS: 'text-xs-light',
65
- };
66
- //# sourceMappingURL=constants.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../src/components/Headline/constants.ts"],"names":[],"mappings":"AAiBA,MAAM,CAAC,MAAM,yBAAyB,GAAmD;IACvF,WAAW,EAAE;QACX,UAAU,EAAE,gBAAgB;QAC5B,IAAI,EAAE,mBAAmB;QACzB,WAAW,EAAE,mBAAmB;KACjC;IACD,OAAO,EAAE;QACP,UAAU,EAAE,UAAU;QACtB,IAAI,EAAE,mBAAmB;QACzB,WAAW,EAAE,mBAAmB;KACjC;IACD,SAAS,EAAE;QACT,UAAU,EAAE,iBAAiB;QAC7B,IAAI,EAAE,YAAY;QAClB,WAAW,EAAE,eAAe;KAC7B;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,gBAAgB,GAA8C;IACzE,GAAG,EAAE;QACH,eAAe,EAAE,SAAS;QAC1B,GAAG,EAAE,YAAY;QACjB,WAAW,EAAE,IAAI;QACjB,EAAE,EAAE,IAAI;KACT;IACD,EAAE,EAAE;QACF,eAAe,EAAE,eAAe;QAChC,GAAG,EAAE,OAAO;QACZ,WAAW,EAAE,IAAI;QACjB,EAAE,EAAE,IAAI;KACT;IACD,CAAC,EAAE;QACD,eAAe,EAAE,eAAe;QAChC,GAAG,EAAE,OAAO;QACZ,WAAW,EAAE,IAAI;QACjB,EAAE,EAAE,IAAI;KACT;IACD,CAAC,EAAE;QACD,eAAe,EAAE,eAAe;QAChC,GAAG,EAAE,OAAO;QACZ,WAAW,EAAE,IAAI;QACjB,EAAE,EAAE,IAAI;KACT;IACD,CAAC,EAAE;QACD,eAAe,EAAE,eAAe;QAChC,GAAG,EAAE,OAAO;QACZ,WAAW,EAAE,IAAI;QACjB,EAAE,EAAE,IAAI;KACT;IACD,EAAE,EAAE;QACF,eAAe,EAAE,cAAc;QAC/B,GAAG,EAAE,OAAO;QACZ,WAAW,EAAE,IAAI;QACjB,EAAE,EAAE,IAAI;KACT;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,sBAAsB,GAAyC;IAC1E,EAAE,EAAE,SAAS;IACb,IAAI,EAAE,eAAe;IACrB,IAAI,EAAE,SAAS;IACf,GAAG,EAAE,cAAc;IACnB,GAAG,EAAE,QAAQ;IACb,CAAC,EAAE,cAAc;IACjB,CAAC,EAAE,cAAc;IACjB,EAAE,EAAE,eAAe;CACpB,CAAC"}
@@ -1,2 +0,0 @@
1
- import type { Image } from './ImgProps';
2
- export declare function getIconVersion(image?: Image): import("../../model/IconVersion").IconVersion;
@@ -1,4 +0,0 @@
1
- export function getIconVersion(image) {
2
- return typeof image === 'string' ? 'normal' : image?.iconVersion || 'normal';
3
- }
4
- //# sourceMappingURL=getIconVersion.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"getIconVersion.js","sourceRoot":"","sources":["../../../src/ui-kit/Img/getIconVersion.tsx"],"names":[],"mappings":"AAEA,MAAM,UAAU,cAAc,CAAC,KAAa;IAC1C,OAAO,OAAO,KAAK,KAAK,QAAQ,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,KAAK,EAAE,WAAW,IAAI,QAAQ,CAAC;AAC/E,CAAC"}
@@ -1,2 +0,0 @@
1
- import type { MarkdownTextProps } from './MarkdownTextProps';
2
- export declare const MarkdownText: import("@redneckz/uni-jsx").UNIComponent<MarkdownTextProps, any, any>;
@@ -1 +0,0 @@
1
- {"version":3,"file":"MarkdownText.js","sourceRoot":"","sources":["../../../src/ui-kit/MarkdownText/MarkdownText.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAGxC,MAAM,CAAC,MAAM,YAAY,GAAG,GAAG,CAAoB,CAAC,KAAK,EAAE,EAAE;IAC3D,MAAM,EAAE,EAAE,GAAG,EAAE,EAAE,GAAG,KAAK,CAAC;IAE1B,OAAO,cAAK,SAAS,EAAC,cAAc,EAAC,uBAAuB,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,GAAI,CAAC;AACnF,CAAC,CAAC,CAAC"}
@@ -1,6 +0,0 @@
1
- declare type Markdown = string;
2
- export interface MarkdownTextProps {
3
- /** @title Текст */
4
- md?: Markdown;
5
- }
6
- export {};
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=MarkdownTextProps.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"MarkdownTextProps.js","sourceRoot":"","sources":["../../../src/ui-kit/MarkdownText/MarkdownTextProps.ts"],"names":[],"mappings":""}
@@ -1,18 +0,0 @@
1
- import type { BlockVersionWithTransparent } from '../../model/BlockVersion';
2
- import type { HeadlineSmallVersion, HeadlineVersion } from '../../model/HeadlineType';
3
- import type { HeadingTagType, HeadingType } from '../../ui-kit/Heading/HeadingProps';
4
- declare type StyleType = {
5
- background: string;
6
- text: string;
7
- description: string;
8
- };
9
- declare type VersionStyleType = {
10
- descriptionFont: string;
11
- gap: string;
12
- headingType: HeadingType;
13
- as: HeadingTagType;
14
- };
15
- export declare const HEADLINE_BLOCK_STYLE_MAPS: Record<BlockVersionWithTransparent, StyleType>;
16
- export declare const HEADLINE_VERSION: Record<HeadlineVersion, VersionStyleType>;
17
- export declare const HEADLINE_SMALL_VERSION: Record<HeadlineSmallVersion, string>;
18
- export {};
@@ -1,2 +0,0 @@
1
- import type { Image } from './ImgProps';
2
- export declare function getIconVersion(image?: Image): import("../../model/IconVersion").IconVersion;
@@ -1,2 +0,0 @@
1
- import type { MarkdownTextProps } from './MarkdownTextProps';
2
- export declare const MarkdownText: import("@redneckz/uni-jsx").UNIComponent<MarkdownTextProps, any, any>;
@@ -1,6 +0,0 @@
1
- declare type Markdown = string;
2
- export interface MarkdownTextProps {
3
- /** @title Текст */
4
- md?: Markdown;
5
- }
6
- export {};
@@ -1,18 +0,0 @@
1
- import type { BlockVersionWithTransparent } from '../../model/BlockVersion';
2
- import type { HeadlineSmallVersion, HeadlineVersion } from '../../model/HeadlineType';
3
- import type { HeadingTagType, HeadingType } from '../../ui-kit/Heading/HeadingProps';
4
- declare type StyleType = {
5
- background: string;
6
- text: string;
7
- description: string;
8
- };
9
- declare type VersionStyleType = {
10
- descriptionFont: string;
11
- gap: string;
12
- headingType: HeadingType;
13
- as: HeadingTagType;
14
- };
15
- export declare const HEADLINE_BLOCK_STYLE_MAPS: Record<BlockVersionWithTransparent, StyleType>;
16
- export declare const HEADLINE_VERSION: Record<HeadlineVersion, VersionStyleType>;
17
- export declare const HEADLINE_SMALL_VERSION: Record<HeadlineSmallVersion, string>;
18
- export {};
@@ -1,68 +0,0 @@
1
- Object.defineProperty(exports, "__esModule", { value: true });
2
- exports.HEADLINE_SMALL_VERSION = exports.HEADLINE_VERSION = exports.HEADLINE_BLOCK_STYLE_MAPS = void 0;
3
- exports.HEADLINE_BLOCK_STYLE_MAPS = {
4
- transparent: {
5
- background: 'bg-transparent',
6
- text: 'text-primary-text',
7
- description: 'text-primary-text',
8
- },
9
- primary: {
10
- background: 'bg-white',
11
- text: 'text-primary-text',
12
- description: 'text-primary-text',
13
- },
14
- secondary: {
15
- background: 'bg-primary-main',
16
- text: 'text-white',
17
- description: 'text-white/80',
18
- },
19
- };
20
- exports.HEADLINE_VERSION = {
21
- XXL: {
22
- descriptionFont: 'text-h5',
23
- gap: 'gap-[18px]',
24
- headingType: 'h0',
25
- as: 'h1',
26
- },
27
- XL: {
28
- descriptionFont: 'text-xl-light',
29
- gap: 'gap-4',
30
- headingType: 'h1',
31
- as: 'h1',
32
- },
33
- L: {
34
- descriptionFont: 'text-xl-light',
35
- gap: 'gap-4',
36
- headingType: 'h2',
37
- as: 'h2',
38
- },
39
- M: {
40
- descriptionFont: 'text-xl-light',
41
- gap: 'gap-3',
42
- headingType: 'h3',
43
- as: 'h3',
44
- },
45
- S: {
46
- descriptionFont: 'text-xl-light',
47
- gap: 'gap-2',
48
- headingType: 'h4',
49
- as: 'h4',
50
- },
51
- XS: {
52
- descriptionFont: 'text-l-light',
53
- gap: 'gap-2',
54
- headingType: 'h5',
55
- as: 'h5',
56
- },
57
- };
58
- exports.HEADLINE_SMALL_VERSION = {
59
- H6: 'text-h6',
60
- XL_L: 'text-xl-light',
61
- XL_R: 'text-xl',
62
- L_L: 'text-l-light',
63
- L_R: 'text-l',
64
- M: 'text-m-light',
65
- S: 'text-s-light',
66
- XS: 'text-xs-light',
67
- };
68
- //# sourceMappingURL=constants.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../src/components/Headline/constants.ts"],"names":[],"mappings":";;AAiBa,QAAA,yBAAyB,GAAmD;IACvF,WAAW,EAAE;QACX,UAAU,EAAE,gBAAgB;QAC5B,IAAI,EAAE,mBAAmB;QACzB,WAAW,EAAE,mBAAmB;KACjC;IACD,OAAO,EAAE;QACP,UAAU,EAAE,UAAU;QACtB,IAAI,EAAE,mBAAmB;QACzB,WAAW,EAAE,mBAAmB;KACjC;IACD,SAAS,EAAE;QACT,UAAU,EAAE,iBAAiB;QAC7B,IAAI,EAAE,YAAY;QAClB,WAAW,EAAE,eAAe;KAC7B;CACF,CAAC;AAEW,QAAA,gBAAgB,GAA8C;IACzE,GAAG,EAAE;QACH,eAAe,EAAE,SAAS;QAC1B,GAAG,EAAE,YAAY;QACjB,WAAW,EAAE,IAAI;QACjB,EAAE,EAAE,IAAI;KACT;IACD,EAAE,EAAE;QACF,eAAe,EAAE,eAAe;QAChC,GAAG,EAAE,OAAO;QACZ,WAAW,EAAE,IAAI;QACjB,EAAE,EAAE,IAAI;KACT;IACD,CAAC,EAAE;QACD,eAAe,EAAE,eAAe;QAChC,GAAG,EAAE,OAAO;QACZ,WAAW,EAAE,IAAI;QACjB,EAAE,EAAE,IAAI;KACT;IACD,CAAC,EAAE;QACD,eAAe,EAAE,eAAe;QAChC,GAAG,EAAE,OAAO;QACZ,WAAW,EAAE,IAAI;QACjB,EAAE,EAAE,IAAI;KACT;IACD,CAAC,EAAE;QACD,eAAe,EAAE,eAAe;QAChC,GAAG,EAAE,OAAO;QACZ,WAAW,EAAE,IAAI;QACjB,EAAE,EAAE,IAAI;KACT;IACD,EAAE,EAAE;QACF,eAAe,EAAE,cAAc;QAC/B,GAAG,EAAE,OAAO;QACZ,WAAW,EAAE,IAAI;QACjB,EAAE,EAAE,IAAI;KACT;CACF,CAAC;AAEW,QAAA,sBAAsB,GAAyC;IAC1E,EAAE,EAAE,SAAS;IACb,IAAI,EAAE,eAAe;IACrB,IAAI,EAAE,SAAS;IACf,GAAG,EAAE,cAAc;IACnB,GAAG,EAAE,QAAQ;IACb,CAAC,EAAE,cAAc;IACjB,CAAC,EAAE,cAAc;IACjB,EAAE,EAAE,eAAe;CACpB,CAAC"}
@@ -1,2 +0,0 @@
1
- import type { Image } from './ImgProps';
2
- export declare function getIconVersion(image?: Image): import("../../model/IconVersion").IconVersion;
@@ -1,7 +0,0 @@
1
- Object.defineProperty(exports, "__esModule", { value: true });
2
- exports.getIconVersion = void 0;
3
- function getIconVersion(image) {
4
- return typeof image === 'string' ? 'normal' : image?.iconVersion || 'normal';
5
- }
6
- exports.getIconVersion = getIconVersion;
7
- //# sourceMappingURL=getIconVersion.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"getIconVersion.js","sourceRoot":"","sources":["../../../src/ui-kit/Img/getIconVersion.tsx"],"names":[],"mappings":";;AAEA,SAAgB,cAAc,CAAC,KAAa;IAC1C,OAAO,OAAO,KAAK,KAAK,QAAQ,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,KAAK,EAAE,WAAW,IAAI,QAAQ,CAAC;AAC/E,CAAC;AAFD,wCAEC"}
@@ -1,2 +0,0 @@
1
- import type { MarkdownTextProps } from './MarkdownTextProps';
2
- export declare const MarkdownText: import("@redneckz/uni-jsx").UNIComponent<MarkdownTextProps, any, any>;
@@ -1 +0,0 @@
1
- {"version":3,"file":"MarkdownText.js","sourceRoot":"","sources":["../../../src/ui-kit/MarkdownText/MarkdownText.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAG3B,QAAA,YAAY,GAAG,IAAA,aAAG,EAAoB,CAAC,KAAK,EAAE,EAAE;IAC3D,MAAM,EAAE,EAAE,GAAG,EAAE,EAAE,GAAG,KAAK,CAAC;IAE1B,OAAO,gCAAK,SAAS,EAAC,cAAc,EAAC,uBAAuB,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,GAAI,CAAC;AACnF,CAAC,CAAC,CAAC"}
@@ -1,6 +0,0 @@
1
- declare type Markdown = string;
2
- export interface MarkdownTextProps {
3
- /** @title Текст */
4
- md?: Markdown;
5
- }
6
- export {};
@@ -1 +0,0 @@
1
- {"version":3,"file":"MarkdownTextProps.js","sourceRoot":"","sources":["../../../src/ui-kit/MarkdownText/MarkdownTextProps.ts"],"names":[],"mappings":""}
@@ -1,18 +0,0 @@
1
- import type { BlockVersionWithTransparent } from '../../model/BlockVersion';
2
- import type { HeadlineSmallVersion, HeadlineVersion } from '../../model/HeadlineType';
3
- import type { HeadingTagType, HeadingType } from '../../ui-kit/Heading/HeadingProps';
4
- declare type StyleType = {
5
- background: string;
6
- text: string;
7
- description: string;
8
- };
9
- declare type VersionStyleType = {
10
- descriptionFont: string;
11
- gap: string;
12
- headingType: HeadingType;
13
- as: HeadingTagType;
14
- };
15
- export declare const HEADLINE_BLOCK_STYLE_MAPS: Record<BlockVersionWithTransparent, StyleType>;
16
- export declare const HEADLINE_VERSION: Record<HeadlineVersion, VersionStyleType>;
17
- export declare const HEADLINE_SMALL_VERSION: Record<HeadlineSmallVersion, string>;
18
- export {};
@@ -1,66 +0,0 @@
1
- export const HEADLINE_BLOCK_STYLE_MAPS = {
2
- transparent: {
3
- background: 'bg-transparent',
4
- text: 'text-primary-text',
5
- description: 'text-primary-text',
6
- },
7
- primary: {
8
- background: 'bg-white',
9
- text: 'text-primary-text',
10
- description: 'text-primary-text',
11
- },
12
- secondary: {
13
- background: 'bg-primary-main',
14
- text: 'text-white',
15
- description: 'text-white/80',
16
- },
17
- };
18
- export const HEADLINE_VERSION = {
19
- XXL: {
20
- descriptionFont: 'text-h5',
21
- gap: 'gap-[18px]',
22
- headingType: 'h0',
23
- as: 'h1',
24
- },
25
- XL: {
26
- descriptionFont: 'text-xl-light',
27
- gap: 'gap-4',
28
- headingType: 'h1',
29
- as: 'h1',
30
- },
31
- L: {
32
- descriptionFont: 'text-xl-light',
33
- gap: 'gap-4',
34
- headingType: 'h2',
35
- as: 'h2',
36
- },
37
- M: {
38
- descriptionFont: 'text-xl-light',
39
- gap: 'gap-3',
40
- headingType: 'h3',
41
- as: 'h3',
42
- },
43
- S: {
44
- descriptionFont: 'text-xl-light',
45
- gap: 'gap-2',
46
- headingType: 'h4',
47
- as: 'h4',
48
- },
49
- XS: {
50
- descriptionFont: 'text-l-light',
51
- gap: 'gap-2',
52
- headingType: 'h5',
53
- as: 'h5',
54
- },
55
- };
56
- export const HEADLINE_SMALL_VERSION = {
57
- H6: 'text-h6',
58
- XL_L: 'text-xl-light',
59
- XL_R: 'text-xl',
60
- L_L: 'text-l-light',
61
- L_R: 'text-l',
62
- M: 'text-m-light',
63
- S: 'text-s-light',
64
- XS: 'text-xs-light',
65
- };
66
- //# sourceMappingURL=constants.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../src/components/Headline/constants.ts"],"names":[],"mappings":"AAiBA,MAAM,CAAC,MAAM,yBAAyB,GAAmD;IACvF,WAAW,EAAE;QACX,UAAU,EAAE,gBAAgB;QAC5B,IAAI,EAAE,mBAAmB;QACzB,WAAW,EAAE,mBAAmB;KACjC;IACD,OAAO,EAAE;QACP,UAAU,EAAE,UAAU;QACtB,IAAI,EAAE,mBAAmB;QACzB,WAAW,EAAE,mBAAmB;KACjC;IACD,SAAS,EAAE;QACT,UAAU,EAAE,iBAAiB;QAC7B,IAAI,EAAE,YAAY;QAClB,WAAW,EAAE,eAAe;KAC7B;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,gBAAgB,GAA8C;IACzE,GAAG,EAAE;QACH,eAAe,EAAE,SAAS;QAC1B,GAAG,EAAE,YAAY;QACjB,WAAW,EAAE,IAAI;QACjB,EAAE,EAAE,IAAI;KACT;IACD,EAAE,EAAE;QACF,eAAe,EAAE,eAAe;QAChC,GAAG,EAAE,OAAO;QACZ,WAAW,EAAE,IAAI;QACjB,EAAE,EAAE,IAAI;KACT;IACD,CAAC,EAAE;QACD,eAAe,EAAE,eAAe;QAChC,GAAG,EAAE,OAAO;QACZ,WAAW,EAAE,IAAI;QACjB,EAAE,EAAE,IAAI;KACT;IACD,CAAC,EAAE;QACD,eAAe,EAAE,eAAe;QAChC,GAAG,EAAE,OAAO;QACZ,WAAW,EAAE,IAAI;QACjB,EAAE,EAAE,IAAI;KACT;IACD,CAAC,EAAE;QACD,eAAe,EAAE,eAAe;QAChC,GAAG,EAAE,OAAO;QACZ,WAAW,EAAE,IAAI;QACjB,EAAE,EAAE,IAAI;KACT;IACD,EAAE,EAAE;QACF,eAAe,EAAE,cAAc;QAC/B,GAAG,EAAE,OAAO;QACZ,WAAW,EAAE,IAAI;QACjB,EAAE,EAAE,IAAI;KACT;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,sBAAsB,GAAyC;IAC1E,EAAE,EAAE,SAAS;IACb,IAAI,EAAE,eAAe;IACrB,IAAI,EAAE,SAAS;IACf,GAAG,EAAE,cAAc;IACnB,GAAG,EAAE,QAAQ;IACb,CAAC,EAAE,cAAc;IACjB,CAAC,EAAE,cAAc;IACjB,EAAE,EAAE,eAAe;CACpB,CAAC"}
@@ -1,2 +0,0 @@
1
- import type { Image } from './ImgProps';
2
- export declare function getIconVersion(image?: Image): import("../../model/IconVersion").IconVersion;
@@ -1,4 +0,0 @@
1
- export function getIconVersion(image) {
2
- return typeof image === 'string' ? 'normal' : image?.iconVersion || 'normal';
3
- }
4
- //# sourceMappingURL=getIconVersion.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"getIconVersion.js","sourceRoot":"","sources":["../../../src/ui-kit/Img/getIconVersion.tsx"],"names":[],"mappings":"AAEA,MAAM,UAAU,cAAc,CAAC,KAAa;IAC1C,OAAO,OAAO,KAAK,KAAK,QAAQ,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,KAAK,EAAE,WAAW,IAAI,QAAQ,CAAC;AAC/E,CAAC"}
@@ -1,2 +0,0 @@
1
- import type { MarkdownTextProps } from './MarkdownTextProps';
2
- export declare const MarkdownText: import("@redneckz/uni-jsx").UNIComponent<MarkdownTextProps, any, any>;
@@ -1 +0,0 @@
1
- {"version":3,"file":"MarkdownText.js","sourceRoot":"","sources":["../../../src/ui-kit/MarkdownText/MarkdownText.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAGxC,MAAM,CAAC,MAAM,YAAY,GAAG,GAAG,CAAoB,CAAC,KAAK,EAAE,EAAE;IAC3D,MAAM,EAAE,EAAE,GAAG,EAAE,EAAE,GAAG,KAAK,CAAC;IAE1B,OAAO,cAAK,SAAS,EAAC,cAAc,EAAC,uBAAuB,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,GAAI,CAAC;AACnF,CAAC,CAAC,CAAC"}
@@ -1,6 +0,0 @@
1
- declare type Markdown = string;
2
- export interface MarkdownTextProps {
3
- /** @title Текст */
4
- md?: Markdown;
5
- }
6
- export {};
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=MarkdownTextProps.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"MarkdownTextProps.js","sourceRoot":"","sources":["../../../src/ui-kit/MarkdownText/MarkdownTextProps.ts"],"names":[],"mappings":""}