@redneckz/wildless-cms-uni-blocks 0.6.46 → 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 (396) hide show
  1. package/bundle/blocks.schema.json +1 -1
  2. package/bundle/bundle.umd.js +53 -47
  3. package/bundle/bundle.umd.min.js +1 -1
  4. package/bundle/components/CarouselRecommendationCard/CarouselRecommendationCardContent.d.ts +2 -2
  5. package/bundle/components/ProductTile/ProductTileContent.d.ts +5 -5
  6. package/bundle/components/RichTextBlock/RichTextBlock.d.ts +6 -0
  7. package/bundle/components/RichTextBlock/RichTextBlockContent.d.ts +5 -0
  8. package/bundle/content-page-repository/replaceHeadingTags.d.ts +1 -0
  9. package/bundle/content-page-repository/transformHTML.d.ts +1 -0
  10. package/bundle/model/BlockVersion.d.ts +6 -0
  11. package/bundle/ui-kit/Img/Img.mobile.d.ts +2 -2
  12. package/bundle/ui-kit/Img/ImgAsPicture.d.ts +2 -2
  13. package/bundle/ui-kit/Img/ImgInner.d.ts +2 -2
  14. package/bundle/ui-kit/Img/ImgProps.d.ts +4 -5
  15. package/bundle/ui-kit/RichText/RichText.d.ts +2 -0
  16. package/bundle/ui-kit/RichText/RichTextProps.d.ts +6 -0
  17. package/dist/components/AccordionItem/AccordionItem.js +1 -1
  18. package/dist/components/AccordionItem/AccordionItem.js.map +1 -1
  19. package/dist/components/Blocks.js +10 -8
  20. package/dist/components/Blocks.js.map +1 -1
  21. package/dist/components/BusinessBlock/BusinessCard.js +1 -1
  22. package/dist/components/BusinessBlock/BusinessCard.js.map +1 -1
  23. package/dist/components/Carousel/Carousel.js +3 -1
  24. package/dist/components/Carousel/Carousel.js.map +1 -1
  25. package/dist/components/CarouselRecommendationCard/CarouselRecommendationCard.js +4 -3
  26. package/dist/components/CarouselRecommendationCard/CarouselRecommendationCard.js.map +1 -1
  27. package/dist/components/CarouselRecommendationCard/CarouselRecommendationCardContent.d.ts +2 -2
  28. package/dist/components/ExchangeRateTile/CurrencyTable.js +2 -1
  29. package/dist/components/ExchangeRateTile/CurrencyTable.js.map +1 -1
  30. package/dist/components/Header/HeaderBurger.js +1 -1
  31. package/dist/components/Header/HeaderBurger.js.map +1 -1
  32. package/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js +1 -1
  33. package/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js.map +1 -1
  34. package/dist/components/ProductTile/ProductTileContent.d.ts +5 -5
  35. package/dist/components/ProductTile/renderBenefit.js +4 -4
  36. package/dist/components/ProductTile/renderBenefit.js.map +1 -1
  37. package/dist/components/RichTextBlock/RichTextBlock.d.ts +6 -0
  38. package/dist/components/RichTextBlock/RichTextBlock.js +11 -0
  39. package/dist/components/RichTextBlock/RichTextBlock.js.map +1 -0
  40. package/dist/components/RichTextBlock/RichTextBlockContent.d.ts +5 -0
  41. package/dist/components/RichTextBlock/RichTextBlockContent.js +2 -0
  42. package/dist/components/RichTextBlock/RichTextBlockContent.js.map +1 -0
  43. package/dist/content-page-repository/replaceHeadingTags.d.ts +1 -0
  44. package/dist/content-page-repository/replaceHeadingTags.js +5 -0
  45. package/dist/content-page-repository/replaceHeadingTags.js.map +1 -0
  46. package/dist/content-page-repository/transformContentPage.js +5 -0
  47. package/dist/content-page-repository/transformContentPage.js.map +1 -1
  48. package/dist/content-page-repository/transformHTML.d.ts +1 -0
  49. package/dist/content-page-repository/transformHTML.js +23 -0
  50. package/dist/content-page-repository/transformHTML.js.map +1 -0
  51. package/dist/content-page-repository/transformMarkdown.js +2 -1
  52. package/dist/content-page-repository/transformMarkdown.js.map +1 -1
  53. package/dist/model/BlockVersion.d.ts +6 -0
  54. package/dist/model/BlockVersion.js +6 -1
  55. package/dist/model/BlockVersion.js.map +1 -1
  56. package/dist/ui-kit/Button/ButtonSection.js +1 -1
  57. package/dist/ui-kit/Button/ButtonSection.js.map +1 -1
  58. package/dist/ui-kit/Img/Img.mobile.d.ts +2 -2
  59. package/dist/ui-kit/Img/Img.mobile.js.map +1 -1
  60. package/dist/ui-kit/Img/ImgAsPicture.d.ts +2 -2
  61. package/dist/ui-kit/Img/ImgAsPicture.js +7 -7
  62. package/dist/ui-kit/Img/ImgAsPicture.js.map +1 -1
  63. package/dist/ui-kit/Img/ImgInner.d.ts +2 -2
  64. package/dist/ui-kit/Img/ImgInner.js +2 -8
  65. package/dist/ui-kit/Img/ImgInner.js.map +1 -1
  66. package/dist/ui-kit/Img/ImgProps.d.ts +4 -5
  67. package/dist/ui-kit/InnerTable/InnerTableBody.js +1 -1
  68. package/dist/ui-kit/InnerTable/InnerTableBody.js.map +1 -1
  69. package/dist/ui-kit/Location/Location.js +1 -1
  70. package/dist/ui-kit/Location/Location.js.map +1 -1
  71. package/dist/ui-kit/Logo/renderImage.js +1 -1
  72. package/dist/ui-kit/Logo/renderImage.js.map +1 -1
  73. package/dist/ui-kit/RichText/RichText.d.ts +2 -0
  74. package/dist/ui-kit/{MarkdownText/MarkdownText.js → RichText/RichText.js} +5 -5
  75. package/dist/ui-kit/RichText/RichText.js.map +1 -0
  76. package/dist/ui-kit/RichText/RichTextProps.d.ts +6 -0
  77. package/dist/ui-kit/{MarkdownText/MarkdownTextProps.js → RichText/RichTextProps.js} +1 -1
  78. package/dist/ui-kit/RichText/RichTextProps.js.map +1 -0
  79. package/dist/ui-kit/SearchBar/SearchBarInner.js +2 -2
  80. package/dist/ui-kit/SearchBar/SearchBarInner.js.map +1 -1
  81. package/lib/common.css +1 -1
  82. package/lib/components/AccordionItem/AccordionItem.js +1 -1
  83. package/lib/components/AccordionItem/AccordionItem.js.map +1 -1
  84. package/lib/components/Blocks.js +10 -8
  85. package/lib/components/Blocks.js.map +1 -1
  86. package/lib/components/BusinessBlock/BusinessCard.js +1 -1
  87. package/lib/components/BusinessBlock/BusinessCard.js.map +1 -1
  88. package/lib/components/Carousel/Carousel.js +3 -1
  89. package/lib/components/Carousel/Carousel.js.map +1 -1
  90. package/lib/components/CarouselRecommendationCard/CarouselRecommendationCard.fixture.d.ts +1 -0
  91. package/lib/components/CarouselRecommendationCard/CarouselRecommendationCard.js +5 -4
  92. package/lib/components/CarouselRecommendationCard/CarouselRecommendationCard.js.map +1 -1
  93. package/lib/components/CarouselRecommendationCard/CarouselRecommendationCardContent.d.ts +2 -2
  94. package/lib/components/ExchangeRateTile/CurrencyTable.js +2 -1
  95. package/lib/components/ExchangeRateTile/CurrencyTable.js.map +1 -1
  96. package/lib/components/Header/HeaderBurger.js +1 -1
  97. package/lib/components/Header/HeaderBurger.js.map +1 -1
  98. package/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js +1 -1
  99. package/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js.map +1 -1
  100. package/lib/components/ProductTile/ProductTileContent.d.ts +5 -5
  101. package/lib/components/ProductTile/renderBenefit.js +4 -4
  102. package/lib/components/ProductTile/renderBenefit.js.map +1 -1
  103. package/lib/components/RichTextBlock/RichTextBlock.d.ts +6 -0
  104. package/lib/components/RichTextBlock/RichTextBlock.fixture.d.ts +6 -0
  105. package/lib/components/RichTextBlock/RichTextBlock.js +9 -0
  106. package/lib/components/RichTextBlock/RichTextBlock.js.map +1 -0
  107. package/lib/components/RichTextBlock/RichTextBlockContent.d.ts +5 -0
  108. package/lib/components/RichTextBlock/RichTextBlockContent.js +2 -0
  109. package/lib/components/RichTextBlock/RichTextBlockContent.js.map +1 -0
  110. package/lib/content-page-repository/replaceHeadingTags.d.ts +1 -0
  111. package/lib/content-page-repository/replaceHeadingTags.js +2 -0
  112. package/lib/content-page-repository/replaceHeadingTags.js.map +1 -0
  113. package/lib/content-page-repository/transformContentPage.js +5 -0
  114. package/lib/content-page-repository/transformContentPage.js.map +1 -1
  115. package/lib/content-page-repository/transformHTML.d.ts +1 -0
  116. package/lib/content-page-repository/transformHTML.js +17 -0
  117. package/lib/content-page-repository/transformHTML.js.map +1 -0
  118. package/lib/content-page-repository/transformMarkdown.js +2 -1
  119. package/lib/content-page-repository/transformMarkdown.js.map +1 -1
  120. package/lib/model/BlockVersion.d.ts +6 -0
  121. package/lib/model/BlockVersion.js +5 -0
  122. package/lib/model/BlockVersion.js.map +1 -1
  123. package/lib/ui-kit/Button/ButtonSection.js +1 -1
  124. package/lib/ui-kit/Button/ButtonSection.js.map +1 -1
  125. package/lib/ui-kit/Img/Img.mobile.d.ts +2 -2
  126. package/lib/ui-kit/Img/Img.mobile.js.map +1 -1
  127. package/lib/ui-kit/Img/ImgAsPicture.d.ts +2 -2
  128. package/lib/ui-kit/Img/ImgAsPicture.js +7 -7
  129. package/lib/ui-kit/Img/ImgAsPicture.js.map +1 -1
  130. package/lib/ui-kit/Img/ImgInner.d.ts +2 -2
  131. package/lib/ui-kit/Img/ImgInner.js +2 -8
  132. package/lib/ui-kit/Img/ImgInner.js.map +1 -1
  133. package/lib/ui-kit/Img/ImgProps.d.ts +4 -5
  134. package/lib/ui-kit/InnerTable/InnerTableBody.js +1 -1
  135. package/lib/ui-kit/InnerTable/InnerTableBody.js.map +1 -1
  136. package/lib/ui-kit/Location/Location.js +1 -1
  137. package/lib/ui-kit/Location/Location.js.map +1 -1
  138. package/lib/ui-kit/Logo/renderImage.js +1 -1
  139. package/lib/ui-kit/Logo/renderImage.js.map +1 -1
  140. package/lib/ui-kit/RichText/RichText.d.ts +2 -0
  141. package/lib/ui-kit/RichText/RichText.fixture.d.ts +5 -0
  142. package/lib/ui-kit/{MarkdownText/MarkdownText.js → RichText/RichText.js} +4 -4
  143. package/lib/ui-kit/RichText/RichText.js.map +1 -0
  144. package/lib/ui-kit/RichText/RichTextProps.d.ts +6 -0
  145. package/lib/ui-kit/RichText/RichTextProps.js +2 -0
  146. package/lib/ui-kit/RichText/RichTextProps.js.map +1 -0
  147. package/lib/ui-kit/SearchBar/SearchBarInner.js +2 -2
  148. package/lib/ui-kit/SearchBar/SearchBarInner.js.map +1 -1
  149. package/mobile/bundle/bundle.umd.js +15 -24
  150. package/mobile/bundle/bundle.umd.min.js +1 -1
  151. package/mobile/bundle/components/CarouselRecommendationCard/CarouselRecommendationCardContent.d.ts +2 -2
  152. package/mobile/bundle/components/ProductTile/ProductTileContent.d.ts +5 -5
  153. package/mobile/bundle/components/RichTextBlock/RichTextBlock.d.ts +6 -0
  154. package/mobile/bundle/components/RichTextBlock/RichTextBlockContent.d.ts +5 -0
  155. package/mobile/bundle/content-page-repository/replaceHeadingTags.d.ts +1 -0
  156. package/mobile/bundle/content-page-repository/transformHTML.d.ts +1 -0
  157. package/mobile/bundle/model/BlockVersion.d.ts +6 -0
  158. package/mobile/bundle/ui-kit/Img/Img.d.ts +2 -2
  159. package/mobile/bundle/ui-kit/Img/ImgAsPicture.d.ts +2 -2
  160. package/mobile/bundle/ui-kit/Img/ImgInner.d.ts +2 -2
  161. package/mobile/bundle/ui-kit/Img/ImgProps.d.ts +4 -5
  162. package/mobile/bundle/ui-kit/RichText/RichText.d.ts +2 -0
  163. package/mobile/bundle/ui-kit/RichText/RichTextProps.d.ts +6 -0
  164. package/mobile/dist/components/BusinessBlock/BusinessCard.js +1 -1
  165. package/mobile/dist/components/BusinessBlock/BusinessCard.js.map +1 -1
  166. package/mobile/dist/components/Carousel/Carousel.js +3 -1
  167. package/mobile/dist/components/Carousel/Carousel.js.map +1 -1
  168. package/mobile/dist/components/CarouselRecommendationCard/CarouselRecommendationCard.js +4 -3
  169. package/mobile/dist/components/CarouselRecommendationCard/CarouselRecommendationCard.js.map +1 -1
  170. package/mobile/dist/components/CarouselRecommendationCard/CarouselRecommendationCardContent.d.ts +2 -2
  171. package/mobile/dist/components/ExchangeRateTile/CurrencyTable.js +2 -1
  172. package/mobile/dist/components/ExchangeRateTile/CurrencyTable.js.map +1 -1
  173. package/mobile/dist/components/Header/HeaderBurger.js +1 -1
  174. package/mobile/dist/components/Header/HeaderBurger.js.map +1 -1
  175. package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js +1 -1
  176. package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js.map +1 -1
  177. package/mobile/dist/components/ProductTile/ProductTileContent.d.ts +5 -5
  178. package/mobile/dist/components/ProductTile/renderBenefit.js +4 -4
  179. package/mobile/dist/components/ProductTile/renderBenefit.js.map +1 -1
  180. package/mobile/dist/components/RichTextBlock/RichTextBlock.d.ts +6 -0
  181. package/mobile/dist/components/RichTextBlock/RichTextBlock.js +11 -0
  182. package/mobile/dist/components/RichTextBlock/RichTextBlock.js.map +1 -0
  183. package/mobile/dist/components/RichTextBlock/RichTextBlockContent.d.ts +5 -0
  184. package/mobile/dist/components/RichTextBlock/RichTextBlockContent.js +2 -0
  185. package/mobile/dist/components/RichTextBlock/RichTextBlockContent.js.map +1 -0
  186. package/mobile/dist/content-page-repository/replaceHeadingTags.d.ts +1 -0
  187. package/mobile/dist/content-page-repository/replaceHeadingTags.js +5 -0
  188. package/mobile/dist/content-page-repository/replaceHeadingTags.js.map +1 -0
  189. package/mobile/dist/content-page-repository/transformContentPage.js +5 -0
  190. package/mobile/dist/content-page-repository/transformContentPage.js.map +1 -1
  191. package/mobile/dist/content-page-repository/transformHTML.d.ts +1 -0
  192. package/mobile/dist/content-page-repository/transformHTML.js +23 -0
  193. package/mobile/dist/content-page-repository/transformHTML.js.map +1 -0
  194. package/mobile/dist/content-page-repository/transformMarkdown.js +2 -1
  195. package/mobile/dist/content-page-repository/transformMarkdown.js.map +1 -1
  196. package/mobile/dist/model/BlockVersion.d.ts +6 -0
  197. package/mobile/dist/model/BlockVersion.js +6 -1
  198. package/mobile/dist/model/BlockVersion.js.map +1 -1
  199. package/mobile/dist/ui-kit/Button/ButtonSection.js +1 -1
  200. package/mobile/dist/ui-kit/Button/ButtonSection.js.map +1 -1
  201. package/mobile/dist/ui-kit/Img/Img.d.ts +2 -2
  202. package/mobile/dist/ui-kit/Img/Img.js.map +1 -1
  203. package/mobile/dist/ui-kit/Img/ImgAsPicture.d.ts +2 -2
  204. package/mobile/dist/ui-kit/Img/ImgAsPicture.js +7 -7
  205. package/mobile/dist/ui-kit/Img/ImgAsPicture.js.map +1 -1
  206. package/mobile/dist/ui-kit/Img/ImgInner.d.ts +2 -2
  207. package/mobile/dist/ui-kit/Img/ImgInner.js +2 -8
  208. package/mobile/dist/ui-kit/Img/ImgInner.js.map +1 -1
  209. package/mobile/dist/ui-kit/Img/ImgProps.d.ts +4 -5
  210. package/mobile/dist/ui-kit/InnerTable/InnerTableBody.js +1 -1
  211. package/mobile/dist/ui-kit/InnerTable/InnerTableBody.js.map +1 -1
  212. package/mobile/dist/ui-kit/Location/Location.js +1 -1
  213. package/mobile/dist/ui-kit/Location/Location.js.map +1 -1
  214. package/mobile/dist/ui-kit/Logo/renderImage.js +1 -1
  215. package/mobile/dist/ui-kit/Logo/renderImage.js.map +1 -1
  216. package/mobile/dist/ui-kit/RichText/RichText.d.ts +2 -0
  217. package/mobile/dist/ui-kit/{MarkdownText/MarkdownText.js → RichText/RichText.js} +5 -5
  218. package/mobile/dist/ui-kit/RichText/RichText.js.map +1 -0
  219. package/mobile/dist/ui-kit/RichText/RichTextProps.d.ts +6 -0
  220. package/mobile/dist/ui-kit/{MarkdownText/MarkdownTextProps.js → RichText/RichTextProps.js} +1 -1
  221. package/mobile/dist/ui-kit/RichText/RichTextProps.js.map +1 -0
  222. package/mobile/dist/ui-kit/SearchBar/SearchBarInner.js +2 -2
  223. package/mobile/dist/ui-kit/SearchBar/SearchBarInner.js.map +1 -1
  224. package/mobile/lib/components/BusinessBlock/BusinessCard.js +1 -1
  225. package/mobile/lib/components/BusinessBlock/BusinessCard.js.map +1 -1
  226. package/mobile/lib/components/Carousel/Carousel.js +3 -1
  227. package/mobile/lib/components/Carousel/Carousel.js.map +1 -1
  228. package/mobile/lib/components/CarouselRecommendationCard/CarouselRecommendationCard.js +5 -4
  229. package/mobile/lib/components/CarouselRecommendationCard/CarouselRecommendationCard.js.map +1 -1
  230. package/mobile/lib/components/CarouselRecommendationCard/CarouselRecommendationCardContent.d.ts +2 -2
  231. package/mobile/lib/components/ExchangeRateTile/CurrencyTable.js +2 -1
  232. package/mobile/lib/components/ExchangeRateTile/CurrencyTable.js.map +1 -1
  233. package/mobile/lib/components/Header/HeaderBurger.js +1 -1
  234. package/mobile/lib/components/Header/HeaderBurger.js.map +1 -1
  235. package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js +1 -1
  236. package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js.map +1 -1
  237. package/mobile/lib/components/ProductTile/ProductTileContent.d.ts +5 -5
  238. package/mobile/lib/components/ProductTile/renderBenefit.js +4 -4
  239. package/mobile/lib/components/ProductTile/renderBenefit.js.map +1 -1
  240. package/mobile/lib/components/RichTextBlock/RichTextBlock.d.ts +6 -0
  241. package/mobile/lib/components/RichTextBlock/RichTextBlock.js +9 -0
  242. package/mobile/lib/components/RichTextBlock/RichTextBlock.js.map +1 -0
  243. package/mobile/lib/components/RichTextBlock/RichTextBlockContent.d.ts +5 -0
  244. package/mobile/lib/components/RichTextBlock/RichTextBlockContent.js +2 -0
  245. package/mobile/lib/components/RichTextBlock/RichTextBlockContent.js.map +1 -0
  246. package/mobile/lib/content-page-repository/replaceHeadingTags.d.ts +1 -0
  247. package/mobile/lib/content-page-repository/replaceHeadingTags.js +2 -0
  248. package/mobile/lib/content-page-repository/replaceHeadingTags.js.map +1 -0
  249. package/mobile/lib/content-page-repository/transformContentPage.js +5 -0
  250. package/mobile/lib/content-page-repository/transformContentPage.js.map +1 -1
  251. package/mobile/lib/content-page-repository/transformHTML.d.ts +1 -0
  252. package/mobile/lib/content-page-repository/transformHTML.js +17 -0
  253. package/mobile/lib/content-page-repository/transformHTML.js.map +1 -0
  254. package/mobile/lib/content-page-repository/transformMarkdown.js +2 -1
  255. package/mobile/lib/content-page-repository/transformMarkdown.js.map +1 -1
  256. package/mobile/lib/model/BlockVersion.d.ts +6 -0
  257. package/mobile/lib/model/BlockVersion.js +5 -0
  258. package/mobile/lib/model/BlockVersion.js.map +1 -1
  259. package/mobile/lib/ui-kit/Button/ButtonSection.js +1 -1
  260. package/mobile/lib/ui-kit/Button/ButtonSection.js.map +1 -1
  261. package/mobile/lib/ui-kit/Img/Img.d.ts +2 -2
  262. package/mobile/lib/ui-kit/Img/Img.js.map +1 -1
  263. package/mobile/lib/ui-kit/Img/ImgAsPicture.d.ts +2 -2
  264. package/mobile/lib/ui-kit/Img/ImgAsPicture.js +7 -7
  265. package/mobile/lib/ui-kit/Img/ImgAsPicture.js.map +1 -1
  266. package/mobile/lib/ui-kit/Img/ImgInner.d.ts +2 -2
  267. package/mobile/lib/ui-kit/Img/ImgInner.js +2 -8
  268. package/mobile/lib/ui-kit/Img/ImgInner.js.map +1 -1
  269. package/mobile/lib/ui-kit/Img/ImgProps.d.ts +4 -5
  270. package/mobile/lib/ui-kit/InnerTable/InnerTableBody.js +1 -1
  271. package/mobile/lib/ui-kit/InnerTable/InnerTableBody.js.map +1 -1
  272. package/mobile/lib/ui-kit/Location/Location.js +1 -1
  273. package/mobile/lib/ui-kit/Location/Location.js.map +1 -1
  274. package/mobile/lib/ui-kit/Logo/renderImage.js +1 -1
  275. package/mobile/lib/ui-kit/Logo/renderImage.js.map +1 -1
  276. package/mobile/lib/ui-kit/RichText/RichText.d.ts +2 -0
  277. package/mobile/lib/ui-kit/{MarkdownText/MarkdownText.js → RichText/RichText.js} +4 -4
  278. package/mobile/lib/ui-kit/RichText/RichText.js.map +1 -0
  279. package/mobile/lib/ui-kit/RichText/RichTextProps.d.ts +6 -0
  280. package/mobile/lib/ui-kit/RichText/RichTextProps.js +2 -0
  281. package/mobile/lib/ui-kit/RichText/RichTextProps.js.map +1 -0
  282. package/mobile/lib/ui-kit/SearchBar/SearchBarInner.js +2 -2
  283. package/mobile/lib/ui-kit/SearchBar/SearchBarInner.js.map +1 -1
  284. package/mobile/src/common.css +27 -10
  285. package/mobile/src/components/BusinessBlock/BusinessCard.tsx +2 -6
  286. package/mobile/src/components/Carousel/Carousel.tsx +3 -1
  287. package/mobile/src/components/CarouselRecommendationCard/CarouselRecommendationCard.tsx +13 -4
  288. package/mobile/src/components/CarouselRecommendationCard/CarouselRecommendationCardContent.ts +2 -2
  289. package/mobile/src/components/ExchangeRateTile/CurrencyTable.tsx +3 -2
  290. package/mobile/src/components/Header/HeaderBurger.tsx +2 -2
  291. package/mobile/src/components/InsuranceAmountBlock/InsuranceAmountBlockInner.tsx +1 -1
  292. package/mobile/src/components/ProductTile/ProductTile.ui.json +1 -1
  293. package/mobile/src/components/ProductTile/ProductTileContent.ts +5 -5
  294. package/mobile/src/components/ProductTile/renderBenefit.tsx +4 -4
  295. package/mobile/src/components/RichTextBlock/RichTextBlock.example.json +5 -0
  296. package/mobile/src/components/RichTextBlock/RichTextBlock.tsx +17 -0
  297. package/mobile/src/components/RichTextBlock/RichTextBlock.ui.json +7 -0
  298. package/mobile/src/components/RichTextBlock/RichTextBlockContent.ts +6 -0
  299. package/mobile/src/components/VerticalLayout/VerticalLayout.example.json +151 -6
  300. package/mobile/src/content-page-repository/replaceHeadingTags.ts +2 -0
  301. package/mobile/src/content-page-repository/transformContentPage.ts +4 -0
  302. package/mobile/src/content-page-repository/transformHTML.ts +19 -0
  303. package/mobile/src/content-page-repository/transformMarkdown.ts +2 -1
  304. package/mobile/src/model/BlockVersion.ts +12 -0
  305. package/mobile/src/ui-kit/Button/ButtonSection.tsx +1 -1
  306. package/mobile/src/ui-kit/Img/Img.tsx +2 -3
  307. package/mobile/src/ui-kit/Img/ImgAsPicture.tsx +10 -8
  308. package/mobile/src/ui-kit/Img/ImgInner.tsx +13 -21
  309. package/mobile/src/ui-kit/Img/ImgProps.ts +4 -6
  310. package/mobile/src/ui-kit/InnerTable/InnerTableBody.tsx +1 -1
  311. package/mobile/src/ui-kit/Location/Location.tsx +1 -1
  312. package/mobile/src/ui-kit/Logo/renderImage.tsx +2 -1
  313. package/mobile/src/ui-kit/RichText/RichText.tsx +8 -0
  314. package/mobile/src/ui-kit/RichText/RichTextProps.ts +6 -0
  315. package/mobile/src/ui-kit/SearchBar/SearchBarInner.tsx +2 -2
  316. package/package.json +4 -1
  317. package/src/common.css +27 -10
  318. package/src/components/AccordionItem/AccordionItem.tsx +7 -1
  319. package/src/components/Blocks.ts +10 -8
  320. package/src/components/BusinessBlock/BusinessCard.tsx +2 -6
  321. package/src/components/Carousel/Carousel.tsx +3 -1
  322. package/src/components/CarouselRecommendationCard/CarouselRecommendationCard.fixture.tsx +9 -0
  323. package/src/components/CarouselRecommendationCard/CarouselRecommendationCard.tsx +13 -4
  324. package/src/components/CarouselRecommendationCard/CarouselRecommendationCardContent.ts +2 -2
  325. package/src/components/ExchangeRateTile/CurrencyTable.tsx +3 -2
  326. package/src/components/Header/HeaderBurger.tsx +2 -2
  327. package/src/components/InsuranceAmountBlock/InsuranceAmountBlockInner.tsx +1 -1
  328. package/src/components/ProductTile/ProductTile.ui.json +1 -1
  329. package/src/components/ProductTile/ProductTileContent.ts +5 -5
  330. package/src/components/ProductTile/renderBenefit.tsx +4 -4
  331. package/src/components/RichTextBlock/RichTextBlock.example.json +5 -0
  332. package/src/components/RichTextBlock/RichTextBlock.fixture.tsx +29 -0
  333. package/src/components/RichTextBlock/RichTextBlock.tsx +17 -0
  334. package/src/components/RichTextBlock/RichTextBlock.ui.json +7 -0
  335. package/src/components/RichTextBlock/RichTextBlockContent.ts +6 -0
  336. package/src/components/VerticalLayout/VerticalLayout.example.json +151 -6
  337. package/src/content-page-repository/replaceHeadingTags.ts +2 -0
  338. package/src/content-page-repository/transformContentPage.ts +4 -0
  339. package/src/content-page-repository/transformHTML.ts +19 -0
  340. package/src/content-page-repository/transformMarkdown.ts +2 -1
  341. package/src/model/BlockVersion.ts +12 -0
  342. package/src/ui-kit/Button/ButtonSection.tsx +1 -1
  343. package/src/ui-kit/Img/Img.mobile.tsx +2 -3
  344. package/src/ui-kit/Img/ImgAsPicture.tsx +10 -8
  345. package/src/ui-kit/Img/ImgInner.tsx +13 -21
  346. package/src/ui-kit/Img/ImgProps.ts +4 -6
  347. package/src/ui-kit/InnerTable/InnerTableBody.tsx +1 -1
  348. package/src/ui-kit/Location/Location.tsx +1 -1
  349. package/src/ui-kit/Logo/renderImage.tsx +2 -1
  350. package/src/ui-kit/RichText/RichText.fixture.tsx +28 -0
  351. package/src/ui-kit/RichText/RichText.tsx +8 -0
  352. package/src/ui-kit/RichText/RichTextProps.ts +6 -0
  353. package/src/ui-kit/SearchBar/SearchBarInner.tsx +2 -2
  354. package/tailwind.config.cjs +7 -7
  355. package/bundle/ui-kit/Img/getIconVersion.d.ts +0 -2
  356. package/bundle/ui-kit/MarkdownText/MarkdownText.d.ts +0 -2
  357. package/bundle/ui-kit/MarkdownText/MarkdownTextProps.d.ts +0 -6
  358. package/dist/ui-kit/Img/getIconVersion.d.ts +0 -2
  359. package/dist/ui-kit/Img/getIconVersion.js +0 -7
  360. package/dist/ui-kit/Img/getIconVersion.js.map +0 -1
  361. package/dist/ui-kit/MarkdownText/MarkdownText.d.ts +0 -2
  362. package/dist/ui-kit/MarkdownText/MarkdownText.js.map +0 -1
  363. package/dist/ui-kit/MarkdownText/MarkdownTextProps.d.ts +0 -6
  364. package/dist/ui-kit/MarkdownText/MarkdownTextProps.js.map +0 -1
  365. package/lib/ui-kit/Img/getIconVersion.d.ts +0 -2
  366. package/lib/ui-kit/Img/getIconVersion.js +0 -4
  367. package/lib/ui-kit/Img/getIconVersion.js.map +0 -1
  368. package/lib/ui-kit/MarkdownText/MarkdownText.d.ts +0 -2
  369. package/lib/ui-kit/MarkdownText/MarkdownText.js.map +0 -1
  370. package/lib/ui-kit/MarkdownText/MarkdownTextProps.d.ts +0 -6
  371. package/lib/ui-kit/MarkdownText/MarkdownTextProps.js +0 -2
  372. package/lib/ui-kit/MarkdownText/MarkdownTextProps.js.map +0 -1
  373. package/mobile/bundle/ui-kit/Img/getIconVersion.d.ts +0 -2
  374. package/mobile/bundle/ui-kit/MarkdownText/MarkdownText.d.ts +0 -2
  375. package/mobile/bundle/ui-kit/MarkdownText/MarkdownTextProps.d.ts +0 -6
  376. package/mobile/dist/ui-kit/Img/getIconVersion.d.ts +0 -2
  377. package/mobile/dist/ui-kit/Img/getIconVersion.js +0 -7
  378. package/mobile/dist/ui-kit/Img/getIconVersion.js.map +0 -1
  379. package/mobile/dist/ui-kit/MarkdownText/MarkdownText.d.ts +0 -2
  380. package/mobile/dist/ui-kit/MarkdownText/MarkdownText.js.map +0 -1
  381. package/mobile/dist/ui-kit/MarkdownText/MarkdownTextProps.d.ts +0 -6
  382. package/mobile/dist/ui-kit/MarkdownText/MarkdownTextProps.js.map +0 -1
  383. package/mobile/lib/ui-kit/Img/getIconVersion.d.ts +0 -2
  384. package/mobile/lib/ui-kit/Img/getIconVersion.js +0 -4
  385. package/mobile/lib/ui-kit/Img/getIconVersion.js.map +0 -1
  386. package/mobile/lib/ui-kit/MarkdownText/MarkdownText.d.ts +0 -2
  387. package/mobile/lib/ui-kit/MarkdownText/MarkdownText.js.map +0 -1
  388. package/mobile/lib/ui-kit/MarkdownText/MarkdownTextProps.d.ts +0 -6
  389. package/mobile/lib/ui-kit/MarkdownText/MarkdownTextProps.js +0 -2
  390. package/mobile/lib/ui-kit/MarkdownText/MarkdownTextProps.js.map +0 -1
  391. package/mobile/src/ui-kit/Img/getIconVersion.tsx +0 -5
  392. package/mobile/src/ui-kit/MarkdownText/MarkdownText.tsx +0 -8
  393. package/mobile/src/ui-kit/MarkdownText/MarkdownTextProps.ts +0 -6
  394. package/src/ui-kit/Img/getIconVersion.tsx +0 -5
  395. package/src/ui-kit/MarkdownText/MarkdownText.tsx +0 -8
  396. package/src/ui-kit/MarkdownText/MarkdownTextProps.ts +0 -6
@@ -474,27 +474,22 @@
474
474
  const getSvgSize = (className, width) => width ? `width: ${width}px ` : 'w-full h-full';
475
475
  const Background = JSX(({ className, children }) => className ? jsx("div", { className: className, children: children }) : children);
476
476
 
477
- function getIconVersion(image) {
478
- return typeof image === 'string' ? 'normal' : image?.iconVersion || 'normal';
479
- }
480
-
481
477
  const sourcesComparator = (a, b) => {
482
478
  if (a.media && b.media) {
483
479
  return a.media - b.media;
484
480
  }
485
481
  return 0;
486
482
  };
487
- const ImgAsPicture = JSX(({ className = '', image, imageClassName = '', isMobile = false, pathPrefix = '' }) => {
483
+ const ImgAsPicture = JSX(({ className = '', image, imageClassName = '', isMobile = false, pathPrefix }) => {
488
484
  if (!image || (!image?.sources && !image?.src)) {
489
485
  return null;
490
486
  }
491
487
  const pictureStyles = isMobile ? 'flex' : 'flex-none';
492
- const normalizedPathPrefix = normalizePathPrefix(pathPrefix);
493
488
  return (jsxs("picture", { className: `${pictureStyles} ${className}`, children: [image?.sources?.length
494
489
  ? image.sources
495
490
  .sort(sourcesComparator)
496
- .map(({ src, format, media }, index) => (jsx("source", { srcSet: addPathPrefixToSrcSet(src, normalizedPathPrefix), type: formatToMimeType(format), media: media ? `(max-width: ${media}px)` : '', ...image.size }, `${index}_${src}`)))
497
- : null, renderImg({ ...image, src: `${normalizedPathPrefix}${image.src}` }, imageClassName, isMobile)] }));
491
+ .map(({ src, format, media }, index) => (jsx("source", { srcSet: addPathPrefixToSrcSet(src, pathPrefix), type: formatToMimeType(format), media: media ? `(max-width: ${media}px)` : '', ...image.size }, `${index}_${src}`)))
492
+ : null, renderImg({ ...image, src: addPathPrefixToSrc(image.src, pathPrefix) }, imageClassName, isMobile)] }));
498
493
  });
499
494
  const renderImg = (image, imageClassName = '', isMobile = false) => {
500
495
  const style = {
@@ -507,24 +502,20 @@
507
502
  return (jsx("img", { src: image.src, className: `${imgStyle} ${imageClassName}`, alt: alt, title: title, style: style, ...image.size }));
508
503
  };
509
504
  const normalizePathPrefix = (pathPrefix = '') => pathPrefix && !pathPrefix.endsWith('/') ? `${pathPrefix}/` : pathPrefix;
510
- const addPathPrefixToSrcSet = (srcset = '', pathPrefix = '') => srcset
511
- .split(',')
512
- .map((src) => `${pathPrefix}${src.trim()}`)
505
+ const addPathPrefixToSrc = (src, pathPrefix) => !src || src?.startsWith('data:image') ? src : `${normalizePathPrefix(pathPrefix)}${src}`;
506
+ const addPathPrefixToSrcSet = (srcset, pathPrefix) => srcset
507
+ ?.split(',')
508
+ .map((src) => addPathPrefixToSrc(src.trim(), pathPrefix))
513
509
  .join(', ');
514
510
  function formatToMimeType(format) {
515
511
  return format ? `image/${String(format)}` : undefined;
516
512
  }
517
513
 
518
514
  const ImgInner = JSX(({ className = '', image, imageClassName = '', isMobile, pathPrefix, ...iconProps }) => {
519
- if (!image) {
515
+ if (!image?.src && !image?.icon) {
520
516
  return null;
521
517
  }
522
- // backwards compatibility with existing icons in usage
523
- const icon = typeof image === 'string' ? image : image.icon;
524
- if (icon || icon === '') {
525
- return icon.length ? (jsx(Icon, { className: className, imageClassName: imageClassName, iconVersion: getIconVersion(image), name: icon, ...iconProps })) : null;
526
- }
527
- return (jsx(ImgAsPicture, { className: className, imageClassName: imageClassName, image: image, isMobile: isMobile, pathPrefix: pathPrefix }));
518
+ return image.icon ? (jsx(Icon, { className: className, imageClassName: imageClassName, iconVersion: image?.iconVersion || 'normal', name: image.icon, ...iconProps })) : (jsx(ImgAsPicture, { className: className, imageClassName: imageClassName, image: image, isMobile: isMobile, pathPrefix: pathPrefix }));
528
519
  });
529
520
 
530
521
  const Text = JSX(({ size, color, align, font, children }) => (jsx("span", { className: ['font-sans', size, color, align, font].filter(Boolean).join(' '), children: children })));
@@ -532,7 +523,7 @@
532
523
  const icons$1 = ['PlusIcon', 'MinusIcon'];
533
524
  const AccordionItem = JSX(({ className = '', label = '', isExpanded, ...rest }) => (jsx("li", { className: `border-0 border-b border-solid border-main-divider last:border-b-0 ${className}`, children: jsx(Foldable, { isFoldButtonOnTop: true, unfoldedByDefault: isExpanded, renderFoldableSection: ({ isUnfolded }) => (jsx(FoldableSection, { className: "grid grid-cols-12 gap-5 [&>*]:p-0", isUnfolded: isUnfolded, children: renderChildren(rest) })), renderFoldButton: ({ isUnfolded, onToggle }) => (jsx(FoldButton$1, { label: label, icon: icons$1[Number(isUnfolded)], onClick: onToggle })) }) })));
534
525
  AccordionItem.childrenTypes = [];
535
- const FoldButton$1 = JSX(({ label, icon, onClick }) => (jsxs("button", { className: "border-none bg-transparent px-0 pt-5 pb-3.5 flex justify-between text-left w-full font-sans text-h6 group cursor-pointer", onClick: onClick, children: [jsx(Text, { size: "text-xl", font: "font-medium", children: label }), jsx(ImgInner, { image: icon, className: "text-primary-main flex-shrink-0", width: "24", height: "24", asSVG: true })] })));
526
+ const FoldButton$1 = JSX(({ label, icon, onClick }) => (jsxs("button", { className: "border-none bg-transparent px-0 pt-5 pb-3.5 flex justify-between text-left w-full font-sans text-h6 group cursor-pointer", onClick: onClick, children: [jsx(Text, { size: "text-xl", font: "font-medium", children: label }), jsx(ImgInner, { image: { icon }, className: "text-primary-main flex-shrink-0", width: "24", height: "24", asSVG: true })] })));
536
527
 
537
528
  const VersionStyleMap = {
538
529
  primary: 'bg-white text-primary-text',
@@ -542,6 +533,11 @@
542
533
  primary: 'text-secondary-text',
543
534
  secondary: 'text-white',
544
535
  };
536
+ const VersionWithGrayStyleMap = {
537
+ primary: 'bg-white text-primary-text',
538
+ secondary: 'bg-primary-main text-white',
539
+ gray: 'bg-main-divider text-primary-text',
540
+ };
545
541
  const GapStyleMap = {
546
542
  XXL: 'gap-12',
547
543
  XL: 'gap-10',
@@ -773,7 +769,7 @@
773
769
  return null;
774
770
  }
775
771
  const iconWidth = icon?.size?.width ? `${icon.size.width}` : '24';
776
- return jsx(ImgInner, { image: { ...icon }, width: iconWidth, height: "24", asSVG: true });
772
+ return jsx(ImgInner, { image: icon, width: iconWidth, height: "24", asSVG: true });
777
773
  };
778
774
 
779
775
  const headlineStyles = {
@@ -881,7 +877,7 @@
881
877
  });
882
878
  const renderItem = (item, key) => {
883
879
  const { icon, text } = item;
884
- return (jsxs("li", { className: "flex items-center gap-3.5 mb-3 last:mb-0", children: [icon?.icon ? (jsx(ImgInner, { className: `w-12 h-12 min-w-12 p-3 rounded-full bg-main-divider`, image: icon.icon, asSVG: true })) : null, icon?.src ? jsx(ImgInner, { image: icon.icon }) : null, jsx("span", { className: "text-xl-light", children: text })] }, key));
880
+ return (jsxs("li", { className: "flex items-center gap-3.5 mb-3 last:mb-0", children: [icon?.icon ? (jsx(ImgInner, { image: icon, className: "w-12 h-12 min-w-12 p-3 rounded-full bg-main-divider", asSVG: true })) : null, icon?.src ? jsx(ImgInner, { image: icon }) : null, jsx("span", { className: "text-xl-light", children: text })] }, key));
885
881
  };
886
882
 
887
883
  const BusinessBlock = JSX(({ className = '', title, cards, ...rest }) => (jsxs(BlockWrapper, { className: `font-sans bg-white p-12 pb-9 ${className}`, ...rest, children: [jsx(Heading, { headingType: "h3", title: title, className: "text-center mb-8" }), jsx("div", { className: "flex gap-5", children: cards?.length ? cards.map((_, i) => jsx(BusinessCard, { ..._ }, String(i))) : null })] })));
@@ -1575,9 +1571,11 @@
1575
1571
  Carousel.childrenTypes = [
1576
1572
  'CarouselCard',
1577
1573
  'CarouselCatalogCard',
1578
- 'CarouselTariffsCard',
1574
+ 'CarouselInvestmentCard',
1579
1575
  'CarouselProductCard',
1580
1576
  'CarouselProgramsCard',
1577
+ 'CarouselRecommendationCard',
1578
+ 'CarouselTariffsCard',
1581
1579
  'CarouselInvestmentCard',
1582
1580
  ];
1583
1581
  const renderScrollButtons = ({ scrollLeft, scrollRight, canScrollLeft, canScrollRight, }) => (jsxs("div", { children: [canScrollLeft ? (jsx(ScrollLeftButton, { className: `${scrollButtonStyle} left-8`, onClick: scrollLeft })) : null, canScrollRight ? (jsx(ScrollRightButton, { className: `${scrollButtonStyle} right-8`, onClick: scrollRight })) : null] }));
@@ -1752,10 +1750,11 @@
1752
1750
  const tileTitle = title ? (jsx(Heading, { headingType: "h5", as: "h3", className: "mb-3.5 z-10", title: title })) : null;
1753
1751
  const tileImage = image?.src ? (jsx(ImgInner, { className: "absolute bottom-0 right-0 m-0", image: image })) : null;
1754
1752
  return (jsx(BlockWrapper, { className: `relative text-left border border-solid box-border p-7 min-w-[524px]
1755
- ${BorderVersionStyleMap[version]}
1756
- ${VersionStyleMap[version]}
1757
- ${className}`, ...rest, children: jsx(BaseTile, { className: "flex justify-between", title: tileTitle, image: tileImage, children: jsxs("div", { className: "h-full flex flex-col justify-between", children: [description ? jsx("span", { className: "mb-2", children: description }) : null, items.length ? (jsx(List, { className: "text-xl-light flex flex-col flex-1 gap-2 max-w-[236px]", items: items, version: version })) : null, socialMedia.length ? (jsx(SocialMedia, { className: "pt-10 pb-0", media: socialMedia, version: version })) : null, button?.text ? jsx("div", { className: "pt-2 mt-16", children: renderButton({ button }) }) : null] }) }) }));
1753
+ ${BorderVersionStyleMap[getOmitVersion(version)]}
1754
+ ${VersionWithGrayStyleMap[version]}
1755
+ ${className}`, ...rest, children: jsx(BaseTile, { className: "flex justify-between", title: tileTitle, image: tileImage, children: jsxs("div", { className: "h-full flex flex-col justify-between", children: [description ? jsx("span", { className: "mb-2", children: description }) : null, items.length ? (jsx(List, { className: "text-xl-light flex flex-col flex-1 gap-2 max-w-[236px]", items: items, version: version })) : null, socialMedia.length ? (jsx(SocialMedia, { className: "pt-10 pb-0", media: socialMedia, version: getOmitVersion(version) })) : null, button?.text ? jsx("div", { className: "pt-2 mt-16", children: renderButton({ button }) }) : null] }) }) }));
1758
1756
  });
1757
+ const getOmitVersion = (version) => version === 'gray' ? 'primary' : version;
1759
1758
 
1760
1759
  const VISIBLE_ROWS_COUNT = 1;
1761
1760
  const CarouselTariffsCard = JSX(({ className = '', title, icon, isHighlighting, button, rows = [], ...rest }) => {
@@ -1891,11 +1890,12 @@
1891
1890
  const formatCurrency = (value) => (value ? currencyNumberFormat.format(value) : '');
1892
1891
 
1893
1892
  const TABLE_HEAD_STYLE = 'text-left text-m-light text-secondary-text';
1893
+ const TABLE_HEAD_STYLE_WITH_PL = `${TABLE_HEAD_STYLE} pl-11`;
1894
1894
  const CURRENCY_ICONS_MAP = {
1895
1895
  USD: 'DollarIcon',
1896
1896
  EUR: 'EuroIcon',
1897
1897
  };
1898
- const CurrencyTable = JSX(({ className, exchangeCurrencyItems }) => (jsxs("table", { className: `h-fit w-fit ${className}`, children: [jsx("thead", { children: jsxs("tr", { children: [jsx("th", { className: TABLE_HEAD_STYLE, children: "\u0412\u0430\u043B\u044E\u0442\u0430" }), jsx("th", { className: `${TABLE_HEAD_STYLE} pl-11`, children: "\u041A\u0443\u043F\u0438\u0442\u044C" }), jsx("th", { className: `${TABLE_HEAD_STYLE} pl-11`, children: "\u041F\u0440\u043E\u0434\u0430\u0442\u044C" })] }) }), jsx("tbody", { children: exchangeCurrencyItems.map(renderCurrencyRow) })] })));
1898
+ const CurrencyTable = JSX(({ className, exchangeCurrencyItems }) => (jsxs("table", { className: `h-fit w-fit ${className}`, children: [jsx("thead", { children: jsxs("tr", { children: [jsx("th", { className: TABLE_HEAD_STYLE, children: "\u0412\u0430\u043B\u044E\u0442\u0430" }), jsx("th", { className: TABLE_HEAD_STYLE_WITH_PL, children: "\u041A\u0443\u043F\u0438\u0442\u044C" }), jsx("th", { className: TABLE_HEAD_STYLE_WITH_PL, children: "\u041F\u0440\u043E\u0434\u0430\u0442\u044C" })] }) }), jsx("tbody", { children: exchangeCurrencyItems.map(renderCurrencyRow) })] })));
1899
1899
  const renderCurrencyRow = (exchangeCurrencyItem) => {
1900
1900
  const currency = exchangeCurrencyItem?.currency?.currency;
1901
1901
  return (jsxs("tr", { className: "pb-1 text-h6", children: [jsx("td", { className: "pt-4", children: jsxs("div", { className: "flex items-center", children: [currency ? (jsx(ImgInner, { image: { icon: CURRENCY_ICONS_MAP[currency] }, width: "24", height: "24" })) : null, jsx("span", { className: "ml-2", children: currency })] }) }), jsx("td", { className: "pt-4 pl-11", children: formatCurrency(exchangeCurrencyItem?.saleExchangeRate) }), jsx("td", { className: "pt-4 pl-11", children: formatCurrency(exchangeCurrencyItem?.buyExchangeRate) })] }, currency));
@@ -2110,7 +2110,7 @@
2110
2110
  transparent: 'text-white',
2111
2111
  };
2112
2112
  const renderImage$3 = (bgColor, image, size) => {
2113
- return image?.src ? (jsx(ImgInner, { image: image, className: SVG_COLOR[bgColor], width: size?.width, height: size?.height, asSVG: true })) : (jsx(ImgInner, { image: {
2113
+ return image?.src ? (jsx(ImgInner, { image: image, className: SVG_COLOR[bgColor], width: size?.width, height: size?.height, pathPrefix: "/wcms-resources/", asSVG: true })) : (jsx(ImgInner, { image: {
2114
2114
  icon: image?.icon || 'LogoIcon',
2115
2115
  iconVersion: ICON_VERSION_MAP[bgColor],
2116
2116
  }, className: SVG_COLOR[bgColor], width: size?.width, height: size?.height, asSVG: true }));
@@ -2142,11 +2142,11 @@
2142
2142
  const SearchBarLabelClassName = isMobile ? 'text-s' : 'text-l-light';
2143
2143
  const SearchBarInputClassName = isMobile ? ' placeholder-transparent' : 'h-full';
2144
2144
  const inputPlaceholder = isMobile ? 'some search' : undefined;
2145
- 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(ImgInner, { image: "LoupeIcon", width: "24", height: "24" }) }), term ? null : (jsx("label", { htmlFor: "search-bar-input", className: `text-secondary-text ${SearchBarLabelClassName}`, children: "\u041F\u043E\u0438\u0441\u043A \u043F\u043E \u0441\u0430\u0439\u0442\u0443" }))] }), jsx("input", { id: "search-bar-input", className: `h-12 pl-12 w-full peer text-l text-black border border-solid rounded-md box-border
2145
+ 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(ImgInner, { image: { icon: 'LoupeIcon' }, width: "24", height: "24" }) }), term ? null : (jsx("label", { htmlFor: "search-bar-input", className: `text-secondary-text ${SearchBarLabelClassName}`, children: "\u041F\u043E\u0438\u0441\u043A \u043F\u043E \u0441\u0430\u0439\u0442\u0443" }))] }), jsx("input", { id: "search-bar-input", className: `h-12 pl-12 w-full peer text-l text-black border border-solid rounded-md box-border
2146
2146
  outline-none pr-[6%] border-main-stroke hover:border-primary-hover active:border-primary-text 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) => {
2147
2147
  e.preventDefault();
2148
2148
  setTerm('');
2149
- }, children: jsx(ImgInner, { image: "CloseIcon", width: "24", height: "24" }) })) : (jsx(Button, { version: "primary", text: "\u041D\u0430\u0439\u0442\u0438", className: "invisible peer-focus:visible absolute top-[3px] right-1", onClick: (ev) => {
2149
+ }, children: jsx(ImgInner, { image: { icon: 'CloseIcon' }, width: "24", height: "24" }) })) : (jsx(Button, { version: "primary", text: "\u041D\u0430\u0439\u0442\u0438", className: "invisible peer-focus:visible absolute top-[3px] right-1", onClick: (ev) => {
2150
2150
  ev?.preventDefault();
2151
2151
  console.log('click');
2152
2152
  }, children: jsx("div", { className: "text-s px-9 py-2.5", children: "\u041D\u0430\u0439\u0442\u0438" }) }))] }));
@@ -2405,7 +2405,7 @@
2405
2405
  const CloseButton = JSX(({ close }) => (jsx("button", { className: "visible peer-placeholder-shown:invisible absolute top-6 right-6 w-6 h-6 p-1 bg-transparent cursor-pointer border-none", onClick: (e) => {
2406
2406
  e.preventDefault();
2407
2407
  close && close();
2408
- }, children: jsx(ImgInner, { image: "CloseIcon", width: "24", height: "24" }) })));
2408
+ }, children: jsx(ImgInner, { image: { icon: 'CloseIcon' }, width: "24", height: "24" }) })));
2409
2409
  const renderRegionGroup = ({ onChangeLocation, close }) => ([letter, regions]) => (jsxs("div", { className: "break-inside-avoid mb-7 w-[224px]", children: [jsx("div", { className: "mb-2.5", children: jsx(Text, { size: "text-h6", children: letter }) }), regions.map(renderRegion({ onChangeLocation, close }))] }, letter));
2410
2410
  const renderRegion = ({ onChangeLocation, close }) => (region) => (jsx("div", { className: "mb-1", children: jsx("button", { className: "cursor-pointer hover:text-primary-hover", onClick: () => {
2411
2411
  onChangeLocation && onChangeLocation(region);
@@ -2593,7 +2593,7 @@
2593
2593
  return (jsxs("div", { className: "flex flex-col text-left whitespace-pre", children: [jsxs("span", { className: "text-h6", children: [addSpacesBetweenNumbers(sum), " \u20BD"] }), jsx("span", { className: "text-secondary-text text-l mt-1", children: title })] }));
2594
2594
  }
2595
2595
  function renderDoneIcon(isActive) {
2596
- return isActive ? (jsx(ImgInner, { className: `h-6 w-6 min-w-6 min-h-6 absolute right-4 top-4`, image: "DoneIcon", width: "24", height: "24" })) : null;
2596
+ return isActive ? (jsx(ImgInner, { className: `h-6 w-6 min-w-6 min-h-6 absolute right-4 top-4`, image: { icon: 'DoneIcon' }, width: "24", height: "24" })) : null;
2597
2597
  }
2598
2598
 
2599
2599
  const InsuranceAmountBlock = JSX(({ className = '', title, insuranceTabs = [], button, ...rest }) => {
@@ -3342,9 +3342,9 @@
3342
3342
  return (jsx("div", { className: `mt-2.5 z-10 ${descriptionWidth}`, children: jsx(Paragraph, { size: "text-m", font: "font-light", color: DESCRIPTION_STYLE_MAP[version], children: additionalDescription }) }));
3343
3343
  }
3344
3344
 
3345
- const MarkdownText = JSX((props) => {
3346
- const { md = '' } = props;
3347
- return jsx("div", { className: "md-container", dangerouslySetInnerHTML: { __html: md } });
3345
+ const RichText = JSX((props) => {
3346
+ const { __html = '' } = props;
3347
+ return jsx("div", { className: "md-container", dangerouslySetInnerHTML: { __html } });
3348
3348
  });
3349
3349
 
3350
3350
  function assertUnreachable(x) {
@@ -3360,7 +3360,7 @@
3360
3360
  // eslint-disable-next-line consistent-return
3361
3361
  (benefit, i) => {
3362
3362
  const { type } = benefit;
3363
- if (!(type === 'default' || type === 'md')) {
3363
+ if (!(type === 'default' || type === 'rte')) {
3364
3364
  return null;
3365
3365
  }
3366
3366
  switch (type) {
@@ -3369,8 +3369,8 @@
3369
3369
  jsx(Text, { size: "text-h6", children: benefit.label }, `label-${i}`),
3370
3370
  jsx(Text, { size: "text-m-light", color: LABEL_STYLE_MAP[version], children: benefit.description }, `desc-${i}`),
3371
3371
  ];
3372
- case 'md':
3373
- return jsx(MarkdownText, { md: benefit.md });
3372
+ case 'rte':
3373
+ return jsx(RichText, { __html: benefit.__html });
3374
3374
  default:
3375
3375
  assertUnreachable(benefit);
3376
3376
  }
@@ -3429,6 +3429,11 @@
3429
3429
  })] }), jsx("div", { className: `${BLUR_BLOCK_CLASSES} left-0 ${version === 'secondary' ? 'bg-opacity-from-main' : 'bg-opacity-from-white'}` }), jsx("div", { className: `${BLUR_BLOCK_CLASSES} right-0 ${version === 'secondary' ? 'bg-opacity-to-main' : 'bg-opacity-to-white'}` })] }));
3430
3430
  });
3431
3431
 
3432
+ const RichTextBlock = JSX((props) => {
3433
+ const { __html, ...rest } = props;
3434
+ return (jsx(BlockWrapper, { ...rest, children: jsx(RichText, { __html: __html }) }));
3435
+ });
3436
+
3432
3437
  const RollupItem = JSX(({ className = '', label = 'Развернуть', isExpanded, isFoldButtonOnTop = true, version = 'primary', ...rest }) => (jsx("div", { className: `border-b border-solid border-main-divider w-full ${className}`, children: jsx(Foldable, { isFoldButtonOnTop: isFoldButtonOnTop, unfoldedByDefault: isExpanded, renderFoldableSection: ({ isUnfolded }) => (jsx("div", { className: "box-border", children: jsx(FoldableSection, { className: `grid grid-cols-12 gap-1 border-box`, isUnfolded: isUnfolded, children: renderChildren(rest) }) })), renderFoldButton: ({ isUnfolded, onToggle }) => renderFoldButton({ isUnfolded, onToggle, label, version }) }) })));
3433
3438
  RollupItem.childrenTypes = {
3434
3439
  exclude: [
@@ -3826,7 +3831,7 @@
3826
3831
  const toggleTables = useCallback((key) => setHiddenTables((oldState) => ({ ...oldState, [key]: !oldState[key] })), []);
3827
3832
  return (jsx("div", { children: items.map((_, tableIdx) => {
3828
3833
  const key = `activeTabIdx:${activeTabIndex}-tableIdx:${tableIdx}`;
3829
- return (jsxs("div", { className: "w-full", children: [jsxs("div", { className: "flex p-4 bg-main-stroke text-xl-light text-center justify-center cursor-pointer relative", onClick: () => toggleTables(key), children: [_.title, jsx(ImgInner, { image: hiddenTables[key] ? 'PlusIcon' : 'MinusIcon', className: "absolute right-[22px]", width: "24", height: "24" })] }), jsx("div", { className: `w-full pl-2 overflow-hidden transition-height duration-500 ease-in-out ${hiddenTables[key] ? 'h-0' : ''}`, children: jsx("div", { className: "relative", children: jsx(InnerTableBodyItem, { rows: _.rowsData }) }) })] }, key));
3834
+ return (jsxs("div", { className: "w-full", children: [jsxs("div", { className: "flex p-4 bg-main-stroke text-xl-light text-center justify-center cursor-pointer relative", onClick: () => toggleTables(key), children: [_.title, jsx(ImgInner, { image: { icon: hiddenTables[key] ? 'PlusIcon' : 'MinusIcon' }, className: "absolute right-[22px]", width: "24", height: "24" })] }), jsx("div", { className: `w-full pl-2 overflow-hidden transition-height duration-500 ease-in-out ${hiddenTables[key] ? 'h-0' : ''}`, children: jsx("div", { className: "relative", children: jsx(InnerTableBodyItem, { rows: _.rowsData }) }) })] }, key));
3830
3835
  }) }));
3831
3836
  });
3832
3837
 
@@ -3959,12 +3964,12 @@
3959
3964
  Accordion,
3960
3965
  AccordionItem,
3961
3966
  BenefitsBlock,
3962
- BusinessBlock,
3963
- ButtonBlock,
3964
3967
  Bonus,
3965
3968
  BonusBenefitsBlock,
3966
- CardTransfer,
3969
+ BusinessBlock,
3970
+ ButtonBlock,
3967
3971
  Calculator,
3972
+ CardTransfer,
3968
3973
  Carousel,
3969
3974
  CarouselCard,
3970
3975
  CarouselCatalogCard,
@@ -3975,8 +3980,8 @@
3975
3980
  CarouselRecommendationCard,
3976
3981
  CarouselTariffsCard,
3977
3982
  Catalog,
3978
- ContactsBlock,
3979
3983
  ComparisonTable,
3984
+ ContactsBlock,
3980
3985
  ErrorBlock,
3981
3986
  ExchangeRateTile,
3982
3987
  Footer,
@@ -3992,6 +3997,9 @@
3992
3997
  MiniGallery,
3993
3998
  MobileAppTile,
3994
3999
  OfficeMap,
4000
+ OfficeServicesBlock,
4001
+ OtherProducts,
4002
+ OtherProductsItem,
3995
4003
  ParagraphBlock,
3996
4004
  PictureText,
3997
4005
  Placeholder,
@@ -3999,9 +4007,8 @@
3999
4007
  ProductGallery,
4000
4008
  ProductTile,
4001
4009
  PromoTile,
4002
- OfficeServicesBlock,
4003
- OtherProducts,
4004
- OtherProductsItem,
4010
+ Recommendation,
4011
+ RichTextBlock,
4005
4012
  RollupItem,
4006
4013
  SafeDepositRental,
4007
4014
  StepsBlock,
@@ -4011,7 +4018,6 @@
4011
4018
  Tile,
4012
4019
  VerticalLayout,
4013
4020
  Video,
4014
- Recommendation,
4015
4021
  };
4016
4022
 
4017
4023
  const debounce = (fn, delay = 600) => {
@@ -4139,7 +4145,7 @@
4139
4145
  return (jsx("div", { className: "flex items-end absolute bottom-0 right-0 h-full pointer-events-none", children: jsx(LikeControl, { className: "rounded-tl-lg sticky bottom-0 pointer-events-auto" }) }));
4140
4146
  }
4141
4147
 
4142
- const packageVersion = "0.6.46";
4148
+ const packageVersion = "0.6.47";
4143
4149
 
4144
4150
  exports.Blocks = Blocks;
4145
4151
  exports.ContentPage = ContentPage;