@redneckz/wildless-cms-uni-blocks 0.11.1 → 0.11.3

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 (597) hide show
  1. package/bin/migration-scripts/0.11.1.js +34 -0
  2. package/bundle/blocks.schema.json +1 -1
  3. package/bundle/bundle.umd.js +90 -64
  4. package/bundle/bundle.umd.min.js +1 -1
  5. package/bundle/components/ButtonsBlock/ButtonsBlock.d.ts +6 -0
  6. package/bundle/components/ButtonsBlock/ButtonsBlockContent.d.ts +8 -0
  7. package/bundle/components/CarouselCard/CarouselCard.d.ts +1 -1
  8. package/bundle/components/CarouselCard/getCardWidth.d.ts +1 -0
  9. package/bundle/components/CarouselCard/titleSize.d.ts +1 -0
  10. package/bundle/components/CarouselCard/titleSize.mobile.d.ts +1 -0
  11. package/bundle/components/Footer/Contacts.d.ts +2 -2
  12. package/bundle/components/Footer/FooterContent.d.ts +9 -1
  13. package/bundle/components/Footer/FooterDataProps.d.ts +2 -2
  14. package/bundle/components/Header/Header.mobile.d.ts +2 -2
  15. package/bundle/components/Header/HeaderContent.d.ts +13 -1
  16. package/bundle/components/Header/HeaderTop.d.ts +6 -2
  17. package/bundle/components/PictureText/positionStyle.d.ts +1 -0
  18. package/bundle/components/PictureText/positionStyle.mobile.d.ts +1 -0
  19. package/bundle/components/PictureText/renderInsuranceSumMonth.d.ts +2 -0
  20. package/bundle/components/PictureText/styleInsuranceSum.d.ts +1 -0
  21. package/bundle/components/PictureText/styleInsuranceSum.mobile.d.ts +1 -0
  22. package/bundle/components/PictureText/styleValueBlock.d.ts +2 -0
  23. package/bundle/components/PictureText/styleValueBlock.mobile.d.ts +2 -0
  24. package/bundle/components/ProductGallery/ProductGallery.mobile.d.ts +5 -0
  25. package/bundle/components/RollupItem/RollupItemContent.d.ts +4 -2
  26. package/bundle/components/RollupItem/renderRoundedIcon.d.ts +3 -0
  27. package/bundle/components/RollupItem/renderRoundedIcon.mobile.d.ts +4 -0
  28. package/bundle/icons/IconName.d.ts +4 -2
  29. package/bundle/ui-kit/BenefitItem/borderRadius.mobile.d.ts +1 -0
  30. package/bundle/ui-kit/BenefitItem/labelSize.d.ts +1 -0
  31. package/bundle/ui-kit/BenefitItem/labelSize.mobile.d.ts +1 -0
  32. package/bundle/ui-kit/Heading/headingTag.d.ts +2 -0
  33. package/bundle/ui-kit/Heading/headingTag.mobile.d.ts +2 -0
  34. package/bundle/ui-kit/Icon/IconProps.d.ts +8 -3
  35. package/bundle/ui-kit/Icon/RoundedIcon.d.ts +5 -1
  36. package/cosmos-static/icons/ChevronLeft.svg +1 -0
  37. package/dist/components/BaseTile/BaseTile.js +2 -1
  38. package/dist/components/BaseTile/BaseTile.js.map +1 -1
  39. package/dist/components/BenefitsBlock/BenefitsBlock.js +1 -1
  40. package/dist/components/Blocks.js +2 -2
  41. package/dist/components/Blocks.js.map +1 -1
  42. package/dist/components/Blocks.mobile.js +10 -0
  43. package/dist/components/Blocks.mobile.js.map +1 -1
  44. package/dist/components/Bonus/Bonus.js +1 -1
  45. package/dist/components/BusinessBlock/BusinessCard.js +1 -1
  46. package/dist/components/ButtonsBlock/ButtonsBlock.d.ts +6 -0
  47. package/dist/components/{ButtonBlock/ButtonBlock.js → ButtonsBlock/ButtonsBlock.js} +3 -3
  48. package/dist/components/ButtonsBlock/ButtonsBlock.js.map +1 -0
  49. package/dist/components/ButtonsBlock/ButtonsBlockContent.d.ts +8 -0
  50. package/dist/components/{ButtonBlock/ButtonBlockContent.js → ButtonsBlock/ButtonsBlockContent.js} +1 -1
  51. package/dist/components/ButtonsBlock/ButtonsBlockContent.js.map +1 -0
  52. package/dist/components/CardTransfer/CardTransfer.js +1 -1
  53. package/dist/components/CardTransfer/CardTransfer.js.map +1 -1
  54. package/dist/components/CarouselCard/CarouselCard.d.ts +1 -1
  55. package/dist/components/CarouselCard/CarouselCard.js +9 -7
  56. package/dist/components/CarouselCard/CarouselCard.js.map +1 -1
  57. package/dist/components/CarouselCard/getCardWidth.d.ts +1 -0
  58. package/dist/components/CarouselCard/getCardWidth.js +18 -0
  59. package/dist/components/CarouselCard/getCardWidth.js.map +1 -0
  60. package/dist/components/CarouselCard/titleSize.d.ts +1 -0
  61. package/dist/components/CarouselCard/titleSize.js +4 -0
  62. package/dist/components/CarouselCard/titleSize.js.map +1 -0
  63. package/dist/components/CarouselCard/titleSize.mobile.d.ts +1 -0
  64. package/dist/components/CarouselCard/titleSize.mobile.js +4 -0
  65. package/dist/components/CarouselCard/titleSize.mobile.js.map +1 -0
  66. package/dist/components/CarouselProductCard/CarouselProductCard.js +1 -1
  67. package/dist/components/CarouselProductCard/CarouselProductCard.js.map +1 -1
  68. package/dist/components/Footer/Contacts.d.ts +2 -2
  69. package/dist/components/Footer/Contacts.js +4 -5
  70. package/dist/components/Footer/Contacts.js.map +1 -1
  71. package/dist/components/Footer/FooterContent.d.ts +9 -1
  72. package/dist/components/Footer/FooterDataProps.d.ts +2 -2
  73. package/dist/components/Header/Header.mobile.d.ts +2 -2
  74. package/dist/components/Header/Header.mobile.js +3 -17
  75. package/dist/components/Header/Header.mobile.js.map +1 -1
  76. package/dist/components/Header/HeaderContent.d.ts +13 -1
  77. package/dist/components/Header/HeaderTop.d.ts +6 -2
  78. package/dist/components/Header/HeaderTop.js +15 -2
  79. package/dist/components/Header/HeaderTop.js.map +1 -1
  80. package/dist/components/Headline/headlineVersionStyles.js +6 -6
  81. package/dist/components/Headline/headlineVersionStyles.js.map +1 -1
  82. package/dist/components/PictureText/PictureText.js +5 -11
  83. package/dist/components/PictureText/PictureText.js.map +1 -1
  84. package/dist/components/PictureText/positionStyle.d.ts +1 -0
  85. package/dist/components/PictureText/positionStyle.js +4 -0
  86. package/dist/components/PictureText/positionStyle.js.map +1 -0
  87. package/dist/components/PictureText/positionStyle.mobile.d.ts +1 -0
  88. package/dist/components/PictureText/positionStyle.mobile.js +4 -0
  89. package/dist/components/PictureText/positionStyle.mobile.js.map +1 -0
  90. package/dist/components/PictureText/renderInsuranceSumMonth.d.ts +2 -0
  91. package/dist/components/PictureText/renderInsuranceSumMonth.js +15 -0
  92. package/dist/components/PictureText/renderInsuranceSumMonth.js.map +1 -0
  93. package/dist/components/PictureText/styleInsuranceSum.d.ts +1 -0
  94. package/dist/components/PictureText/styleInsuranceSum.js +4 -0
  95. package/dist/components/PictureText/styleInsuranceSum.js.map +1 -0
  96. package/dist/components/PictureText/styleInsuranceSum.mobile.d.ts +1 -0
  97. package/dist/components/PictureText/styleInsuranceSum.mobile.js +4 -0
  98. package/dist/components/PictureText/styleInsuranceSum.mobile.js.map +1 -0
  99. package/dist/components/PictureText/styleValueBlock.d.ts +2 -0
  100. package/dist/components/PictureText/styleValueBlock.js +5 -0
  101. package/dist/components/PictureText/styleValueBlock.js.map +1 -0
  102. package/dist/components/PictureText/styleValueBlock.mobile.d.ts +2 -0
  103. package/dist/components/PictureText/styleValueBlock.mobile.js +5 -0
  104. package/dist/components/PictureText/styleValueBlock.mobile.js.map +1 -0
  105. package/dist/components/ProductGallery/ProductGallery.mobile.d.ts +5 -0
  106. package/dist/components/ProductGallery/ProductGallery.mobile.js +13 -0
  107. package/dist/components/ProductGallery/ProductGallery.mobile.js.map +1 -0
  108. package/dist/components/RollupItem/RollupItem.js +14 -9
  109. package/dist/components/RollupItem/RollupItem.js.map +1 -1
  110. package/dist/components/RollupItem/RollupItemContent.d.ts +4 -2
  111. package/dist/components/RollupItem/renderRoundedIcon.d.ts +3 -0
  112. package/dist/components/RollupItem/renderRoundedIcon.js +5 -0
  113. package/dist/components/RollupItem/renderRoundedIcon.js.map +1 -0
  114. package/dist/components/RollupItem/renderRoundedIcon.mobile.d.ts +4 -0
  115. package/dist/components/RollupItem/renderRoundedIcon.mobile.js +7 -0
  116. package/dist/components/RollupItem/renderRoundedIcon.mobile.js.map +1 -0
  117. package/dist/content-page-repository/transformImg.js +1 -1
  118. package/dist/content-page-repository/transformImg.js.map +1 -1
  119. package/dist/icons/IconName.d.ts +4 -2
  120. package/dist/icons/IconName.js +3 -1
  121. package/dist/icons/IconName.js.map +1 -1
  122. package/dist/ui-kit/BenefitItem/BenefitItem.js +12 -11
  123. package/dist/ui-kit/BenefitItem/BenefitItem.js.map +1 -1
  124. package/dist/ui-kit/BenefitItem/borderRadius.mobile.d.ts +1 -0
  125. package/dist/ui-kit/BenefitItem/borderRadius.mobile.js +4 -0
  126. package/dist/ui-kit/BenefitItem/borderRadius.mobile.js.map +1 -0
  127. package/dist/ui-kit/BenefitItem/labelSize.d.ts +1 -0
  128. package/dist/ui-kit/BenefitItem/labelSize.js +4 -0
  129. package/dist/ui-kit/BenefitItem/labelSize.js.map +1 -0
  130. package/dist/ui-kit/BenefitItem/labelSize.mobile.d.ts +1 -0
  131. package/dist/ui-kit/BenefitItem/labelSize.mobile.js +4 -0
  132. package/dist/ui-kit/BenefitItem/labelSize.mobile.js.map +1 -0
  133. package/dist/ui-kit/Button/renderButtonsSection.js +2 -2
  134. package/dist/ui-kit/Button/renderButtonsSection.js.map +1 -1
  135. package/dist/ui-kit/Heading/Heading.js +5 -1
  136. package/dist/ui-kit/Heading/Heading.js.map +1 -1
  137. package/dist/ui-kit/Heading/headingTag.d.ts +2 -0
  138. package/dist/ui-kit/Heading/headingTag.js +5 -0
  139. package/dist/ui-kit/Heading/headingTag.js.map +1 -0
  140. package/dist/ui-kit/Heading/headingTag.mobile.d.ts +2 -0
  141. package/dist/ui-kit/Heading/headingTag.mobile.js +13 -0
  142. package/dist/ui-kit/Heading/headingTag.mobile.js.map +1 -0
  143. package/dist/ui-kit/Icon/IconProps.d.ts +8 -3
  144. package/dist/ui-kit/Icon/RoundedIcon.d.ts +5 -1
  145. package/dist/ui-kit/Icon/RoundedIcon.js +5 -1
  146. package/dist/ui-kit/Icon/RoundedIcon.js.map +1 -1
  147. package/lib/common.css +1 -1
  148. package/lib/components/BaseTile/BaseTile.js +2 -1
  149. package/lib/components/BaseTile/BaseTile.js.map +1 -1
  150. package/lib/components/BenefitsBlock/BenefitsBlock.js +1 -1
  151. package/lib/components/Blocks.js +2 -2
  152. package/lib/components/Blocks.js.map +1 -1
  153. package/lib/components/Blocks.mobile.js +10 -0
  154. package/lib/components/Blocks.mobile.js.map +1 -1
  155. package/lib/components/Bonus/Bonus.js +1 -1
  156. package/lib/components/BusinessBlock/BusinessCard.js +1 -1
  157. package/lib/components/ButtonsBlock/ButtonsBlock.d.ts +6 -0
  158. package/lib/components/ButtonsBlock/ButtonsBlock.fixture.mobile.d.ts +6 -0
  159. package/lib/components/{ButtonBlock/ButtonBlock.js → ButtonsBlock/ButtonsBlock.js} +2 -2
  160. package/lib/components/ButtonsBlock/ButtonsBlock.js.map +1 -0
  161. package/lib/components/ButtonsBlock/ButtonsBlockContent.d.ts +8 -0
  162. package/lib/components/ButtonsBlock/ButtonsBlockContent.js +2 -0
  163. package/lib/components/ButtonsBlock/ButtonsBlockContent.js.map +1 -0
  164. package/lib/components/CardTransfer/CardTransfer.fixture.mobile.d.ts +6 -0
  165. package/lib/components/CardTransfer/CardTransfer.js +1 -1
  166. package/lib/components/CardTransfer/CardTransfer.js.map +1 -1
  167. package/lib/components/CarouselCard/CarouselCard.d.ts +1 -1
  168. package/lib/components/CarouselCard/CarouselCard.fixture.mobile.d.ts +8 -0
  169. package/lib/components/CarouselCard/CarouselCard.js +9 -7
  170. package/lib/components/CarouselCard/CarouselCard.js.map +1 -1
  171. package/lib/components/CarouselCard/getCardWidth.d.ts +1 -0
  172. package/lib/components/CarouselCard/getCardWidth.js +15 -0
  173. package/lib/components/CarouselCard/getCardWidth.js.map +1 -0
  174. package/lib/components/CarouselCard/titleSize.d.ts +1 -0
  175. package/lib/components/CarouselCard/titleSize.js +2 -0
  176. package/lib/components/CarouselCard/titleSize.js.map +1 -0
  177. package/lib/components/CarouselCard/titleSize.mobile.d.ts +1 -0
  178. package/lib/components/CarouselCard/titleSize.mobile.js +2 -0
  179. package/lib/components/CarouselCard/titleSize.mobile.js.map +1 -0
  180. package/lib/components/CarouselProductCard/CarouselProductCard.js +1 -1
  181. package/lib/components/CarouselProductCard/CarouselProductCard.js.map +1 -1
  182. package/lib/components/Footer/Contacts.d.ts +2 -2
  183. package/lib/components/Footer/Contacts.js +4 -5
  184. package/lib/components/Footer/Contacts.js.map +1 -1
  185. package/lib/components/Footer/FooterContent.d.ts +9 -1
  186. package/lib/components/Footer/FooterDataProps.d.ts +2 -2
  187. package/lib/components/Header/Header.fixture.mobile.d.ts +2 -0
  188. package/lib/components/Header/Header.mobile.d.ts +2 -2
  189. package/lib/components/Header/Header.mobile.js +4 -18
  190. package/lib/components/Header/Header.mobile.js.map +1 -1
  191. package/lib/components/Header/HeaderContent.d.ts +13 -1
  192. package/lib/components/Header/HeaderTop.d.ts +6 -2
  193. package/lib/components/Header/HeaderTop.js +15 -2
  194. package/lib/components/Header/HeaderTop.js.map +1 -1
  195. package/lib/components/Headline/headlineVersionStyles.js +6 -6
  196. package/lib/components/Headline/headlineVersionStyles.js.map +1 -1
  197. package/lib/components/PictureText/PictureText.fixture.mobile.d.ts +14 -0
  198. package/lib/components/PictureText/PictureText.js +5 -11
  199. package/lib/components/PictureText/PictureText.js.map +1 -1
  200. package/lib/components/PictureText/positionStyle.d.ts +1 -0
  201. package/lib/components/PictureText/positionStyle.js +2 -0
  202. package/lib/components/PictureText/positionStyle.js.map +1 -0
  203. package/lib/components/PictureText/positionStyle.mobile.d.ts +1 -0
  204. package/lib/components/PictureText/positionStyle.mobile.js +2 -0
  205. package/lib/components/PictureText/positionStyle.mobile.js.map +1 -0
  206. package/lib/components/PictureText/renderBenefit.d.ts +0 -1
  207. package/lib/components/PictureText/renderInsuranceSumMonth.d.ts +1 -0
  208. package/lib/components/PictureText/renderInsuranceSumMonth.js +12 -0
  209. package/lib/components/PictureText/renderInsuranceSumMonth.js.map +1 -0
  210. package/lib/components/PictureText/styleInsuranceSum.d.ts +1 -0
  211. package/lib/components/PictureText/styleInsuranceSum.js +2 -0
  212. package/lib/components/PictureText/styleInsuranceSum.js.map +1 -0
  213. package/lib/components/PictureText/styleInsuranceSum.mobile.d.ts +1 -0
  214. package/lib/components/PictureText/styleInsuranceSum.mobile.js +2 -0
  215. package/lib/components/PictureText/styleInsuranceSum.mobile.js.map +1 -0
  216. package/lib/components/PictureText/styleValueBlock.d.ts +2 -0
  217. package/lib/components/PictureText/styleValueBlock.js +3 -0
  218. package/lib/components/PictureText/styleValueBlock.js.map +1 -0
  219. package/lib/components/PictureText/styleValueBlock.mobile.d.ts +2 -0
  220. package/lib/components/PictureText/styleValueBlock.mobile.js +3 -0
  221. package/lib/components/PictureText/styleValueBlock.mobile.js.map +1 -0
  222. package/lib/components/ProductGallery/ProductGallery.fixture.mobile.d.ts +7 -0
  223. package/lib/components/ProductGallery/ProductGallery.mobile.d.ts +5 -0
  224. package/lib/components/ProductGallery/ProductGallery.mobile.js +11 -0
  225. package/lib/components/ProductGallery/ProductGallery.mobile.js.map +1 -0
  226. package/lib/components/RollupItem/RollupItem.fixture.mobile.d.ts +1 -0
  227. package/lib/components/RollupItem/RollupItem.js +14 -9
  228. package/lib/components/RollupItem/RollupItem.js.map +1 -1
  229. package/lib/components/RollupItem/RollupItemContent.d.ts +4 -2
  230. package/lib/components/RollupItem/renderRoundedIcon.d.ts +3 -0
  231. package/lib/components/RollupItem/renderRoundedIcon.js +2 -0
  232. package/lib/components/RollupItem/renderRoundedIcon.js.map +1 -0
  233. package/lib/components/RollupItem/renderRoundedIcon.mobile.d.ts +3 -0
  234. package/lib/components/RollupItem/renderRoundedIcon.mobile.js +4 -0
  235. package/lib/components/RollupItem/renderRoundedIcon.mobile.js.map +1 -0
  236. package/lib/content-page-repository/transformImg.js +1 -1
  237. package/lib/content-page-repository/transformImg.js.map +1 -1
  238. package/lib/icons/IconName.d.ts +4 -2
  239. package/lib/icons/IconName.js +3 -1
  240. package/lib/icons/IconName.js.map +1 -1
  241. package/lib/ui-kit/BenefitItem/BenefitItem.js +12 -11
  242. package/lib/ui-kit/BenefitItem/BenefitItem.js.map +1 -1
  243. package/lib/ui-kit/BenefitItem/borderRadius.mobile.d.ts +1 -0
  244. package/lib/ui-kit/BenefitItem/borderRadius.mobile.js +2 -0
  245. package/lib/ui-kit/BenefitItem/borderRadius.mobile.js.map +1 -0
  246. package/lib/ui-kit/BenefitItem/labelSize.d.ts +1 -0
  247. package/lib/ui-kit/BenefitItem/labelSize.js +2 -0
  248. package/lib/ui-kit/BenefitItem/labelSize.js.map +1 -0
  249. package/lib/ui-kit/BenefitItem/labelSize.mobile.d.ts +1 -0
  250. package/lib/ui-kit/BenefitItem/labelSize.mobile.js +2 -0
  251. package/lib/ui-kit/BenefitItem/labelSize.mobile.js.map +1 -0
  252. package/lib/ui-kit/Button/renderButtonsSection.js +2 -2
  253. package/lib/ui-kit/Button/renderButtonsSection.js.map +1 -1
  254. package/lib/ui-kit/Heading/Heading.js +5 -1
  255. package/lib/ui-kit/Heading/Heading.js.map +1 -1
  256. package/lib/ui-kit/Heading/headingTag.d.ts +2 -0
  257. package/lib/ui-kit/Heading/headingTag.js +2 -0
  258. package/lib/ui-kit/Heading/headingTag.js.map +1 -0
  259. package/lib/ui-kit/Heading/headingTag.mobile.d.ts +2 -0
  260. package/lib/ui-kit/Heading/headingTag.mobile.js +10 -0
  261. package/lib/ui-kit/Heading/headingTag.mobile.js.map +1 -0
  262. package/lib/ui-kit/Icon/IconProps.d.ts +8 -3
  263. package/lib/ui-kit/Icon/RoundedIcon.d.ts +5 -1
  264. package/lib/ui-kit/Icon/RoundedIcon.js +5 -1
  265. package/lib/ui-kit/Icon/RoundedIcon.js.map +1 -1
  266. package/mobile/bundle/bundle.umd.js +532 -655
  267. package/mobile/bundle/bundle.umd.min.js +1 -1
  268. package/mobile/bundle/components/ButtonsBlock/ButtonsBlock.d.ts +6 -0
  269. package/mobile/bundle/components/ButtonsBlock/ButtonsBlockContent.d.ts +8 -0
  270. package/mobile/bundle/components/CarouselCard/CarouselCard.d.ts +1 -1
  271. package/mobile/bundle/components/CarouselCard/getCardWidth.d.ts +1 -0
  272. package/mobile/bundle/components/CarouselCard/titleSize.d.ts +1 -0
  273. package/mobile/bundle/components/Footer/Contacts.d.ts +2 -2
  274. package/mobile/bundle/components/Footer/FooterContent.d.ts +9 -1
  275. package/mobile/bundle/components/Footer/FooterDataProps.d.ts +2 -2
  276. package/mobile/bundle/components/Header/Header.d.ts +2 -2
  277. package/mobile/bundle/components/Header/HeaderContent.d.ts +13 -1
  278. package/mobile/bundle/components/Header/HeaderTop.d.ts +6 -2
  279. package/mobile/bundle/components/PictureText/positionStyle.d.ts +1 -0
  280. package/mobile/bundle/components/PictureText/renderInsuranceSumMonth.d.ts +2 -0
  281. package/mobile/bundle/components/PictureText/styleInsuranceSum.d.ts +1 -0
  282. package/mobile/bundle/components/PictureText/styleValueBlock.d.ts +2 -0
  283. package/mobile/bundle/components/RollupItem/RollupItemContent.d.ts +4 -2
  284. package/mobile/bundle/components/RollupItem/renderRoundedIcon.d.ts +4 -0
  285. package/mobile/bundle/icons/IconName.d.ts +4 -2
  286. package/mobile/bundle/ui-kit/BenefitItem/labelSize.d.ts +1 -0
  287. package/mobile/bundle/ui-kit/Heading/headingTag.d.ts +2 -0
  288. package/mobile/bundle/ui-kit/Icon/IconProps.d.ts +8 -3
  289. package/mobile/bundle/ui-kit/Icon/RoundedIcon.d.ts +5 -1
  290. package/mobile/dist/components/BaseTile/BaseTile.js +2 -1
  291. package/mobile/dist/components/BaseTile/BaseTile.js.map +1 -1
  292. package/mobile/dist/components/BenefitsBlock/BenefitsBlock.js +1 -1
  293. package/mobile/dist/components/Blocks.js +10 -0
  294. package/mobile/dist/components/Blocks.js.map +1 -1
  295. package/mobile/dist/components/Bonus/Bonus.js +1 -1
  296. package/mobile/dist/components/BusinessBlock/BusinessCard.js +1 -1
  297. package/mobile/dist/components/ButtonsBlock/ButtonsBlock.d.ts +6 -0
  298. package/mobile/dist/components/{ButtonBlock/ButtonBlock.js → ButtonsBlock/ButtonsBlock.js} +3 -3
  299. package/mobile/dist/components/ButtonsBlock/ButtonsBlock.js.map +1 -0
  300. package/mobile/dist/components/ButtonsBlock/ButtonsBlockContent.d.ts +8 -0
  301. package/mobile/dist/components/{ButtonBlock/ButtonBlockContent.js → ButtonsBlock/ButtonsBlockContent.js} +1 -1
  302. package/mobile/dist/components/ButtonsBlock/ButtonsBlockContent.js.map +1 -0
  303. package/mobile/dist/components/CardTransfer/CardTransfer.js +1 -1
  304. package/mobile/dist/components/CardTransfer/CardTransfer.js.map +1 -1
  305. package/mobile/dist/components/CarouselCard/CarouselCard.d.ts +1 -1
  306. package/mobile/dist/components/CarouselCard/CarouselCard.js +9 -7
  307. package/mobile/dist/components/CarouselCard/CarouselCard.js.map +1 -1
  308. package/mobile/dist/components/CarouselCard/getCardWidth.d.ts +1 -0
  309. package/mobile/dist/components/CarouselCard/getCardWidth.js +18 -0
  310. package/mobile/dist/components/CarouselCard/getCardWidth.js.map +1 -0
  311. package/mobile/dist/components/CarouselCard/titleSize.d.ts +1 -0
  312. package/mobile/dist/components/CarouselCard/titleSize.js +4 -0
  313. package/mobile/dist/components/CarouselCard/titleSize.js.map +1 -0
  314. package/mobile/dist/components/CarouselProductCard/CarouselProductCard.js +1 -1
  315. package/mobile/dist/components/CarouselProductCard/CarouselProductCard.js.map +1 -1
  316. package/mobile/dist/components/Footer/Contacts.d.ts +2 -2
  317. package/mobile/dist/components/Footer/Contacts.js +4 -5
  318. package/mobile/dist/components/Footer/Contacts.js.map +1 -1
  319. package/mobile/dist/components/Footer/FooterContent.d.ts +9 -1
  320. package/mobile/dist/components/Footer/FooterDataProps.d.ts +2 -2
  321. package/mobile/dist/components/Header/Header.d.ts +2 -2
  322. package/mobile/dist/components/Header/Header.js +3 -17
  323. package/mobile/dist/components/Header/Header.js.map +1 -1
  324. package/mobile/dist/components/Header/HeaderContent.d.ts +13 -1
  325. package/mobile/dist/components/Header/HeaderTop.d.ts +6 -2
  326. package/mobile/dist/components/Header/HeaderTop.js +15 -2
  327. package/mobile/dist/components/Header/HeaderTop.js.map +1 -1
  328. package/mobile/dist/components/Headline/headlineVersionStyles.js +6 -6
  329. package/mobile/dist/components/Headline/headlineVersionStyles.js.map +1 -1
  330. package/mobile/dist/components/PictureText/PictureText.js +5 -11
  331. package/mobile/dist/components/PictureText/PictureText.js.map +1 -1
  332. package/mobile/dist/components/PictureText/positionStyle.d.ts +1 -0
  333. package/mobile/dist/components/PictureText/positionStyle.js +4 -0
  334. package/mobile/dist/components/PictureText/positionStyle.js.map +1 -0
  335. package/mobile/dist/components/PictureText/renderInsuranceSumMonth.d.ts +2 -0
  336. package/mobile/dist/components/PictureText/renderInsuranceSumMonth.js +15 -0
  337. package/mobile/dist/components/PictureText/renderInsuranceSumMonth.js.map +1 -0
  338. package/mobile/dist/components/PictureText/styleInsuranceSum.d.ts +1 -0
  339. package/mobile/dist/components/PictureText/styleInsuranceSum.js +4 -0
  340. package/mobile/dist/components/PictureText/styleInsuranceSum.js.map +1 -0
  341. package/mobile/dist/components/PictureText/styleValueBlock.d.ts +2 -0
  342. package/mobile/dist/components/PictureText/styleValueBlock.js +5 -0
  343. package/mobile/dist/components/PictureText/styleValueBlock.js.map +1 -0
  344. package/mobile/dist/components/ProductGallery/ProductGallery.js +4 -17
  345. package/mobile/dist/components/ProductGallery/ProductGallery.js.map +1 -1
  346. package/mobile/dist/components/RollupItem/RollupItem.js +14 -9
  347. package/mobile/dist/components/RollupItem/RollupItem.js.map +1 -1
  348. package/mobile/dist/components/RollupItem/RollupItemContent.d.ts +4 -2
  349. package/mobile/dist/components/RollupItem/renderRoundedIcon.d.ts +4 -0
  350. package/mobile/dist/components/RollupItem/renderRoundedIcon.js +7 -0
  351. package/mobile/dist/components/RollupItem/renderRoundedIcon.js.map +1 -0
  352. package/mobile/dist/content-page-repository/transformImg.js +1 -1
  353. package/mobile/dist/content-page-repository/transformImg.js.map +1 -1
  354. package/mobile/dist/icons/IconName.d.ts +4 -2
  355. package/mobile/dist/icons/IconName.js +3 -1
  356. package/mobile/dist/icons/IconName.js.map +1 -1
  357. package/mobile/dist/ui-kit/BenefitItem/BenefitItem.js +12 -11
  358. package/mobile/dist/ui-kit/BenefitItem/BenefitItem.js.map +1 -1
  359. package/mobile/dist/ui-kit/BenefitItem/labelSize.d.ts +1 -0
  360. package/mobile/dist/ui-kit/BenefitItem/labelSize.js +4 -0
  361. package/mobile/dist/ui-kit/BenefitItem/labelSize.js.map +1 -0
  362. package/mobile/dist/ui-kit/Button/renderButtonsSection.js +2 -2
  363. package/mobile/dist/ui-kit/Button/renderButtonsSection.js.map +1 -1
  364. package/mobile/dist/ui-kit/Heading/Heading.js +12 -11
  365. package/mobile/dist/ui-kit/Heading/Heading.js.map +1 -1
  366. package/mobile/dist/ui-kit/Heading/headingTag.d.ts +2 -0
  367. package/mobile/dist/ui-kit/Heading/headingTag.js +13 -0
  368. package/mobile/dist/ui-kit/Heading/headingTag.js.map +1 -0
  369. package/mobile/dist/ui-kit/Icon/IconProps.d.ts +8 -3
  370. package/mobile/dist/ui-kit/Icon/RoundedIcon.d.ts +5 -1
  371. package/mobile/dist/ui-kit/Icon/RoundedIcon.js +5 -1
  372. package/mobile/dist/ui-kit/Icon/RoundedIcon.js.map +1 -1
  373. package/mobile/lib/common.css +1 -1
  374. package/mobile/lib/components/BaseTile/BaseTile.js +2 -1
  375. package/mobile/lib/components/BaseTile/BaseTile.js.map +1 -1
  376. package/mobile/lib/components/BenefitsBlock/BenefitsBlock.js +1 -1
  377. package/mobile/lib/components/Blocks.js +10 -0
  378. package/mobile/lib/components/Blocks.js.map +1 -1
  379. package/mobile/lib/components/Bonus/Bonus.js +1 -1
  380. package/mobile/lib/components/BusinessBlock/BusinessCard.js +1 -1
  381. package/mobile/lib/components/ButtonsBlock/ButtonsBlock.d.ts +6 -0
  382. package/mobile/lib/components/{ButtonBlock/ButtonBlock.js → ButtonsBlock/ButtonsBlock.js} +2 -2
  383. package/mobile/lib/components/ButtonsBlock/ButtonsBlock.js.map +1 -0
  384. package/mobile/lib/components/ButtonsBlock/ButtonsBlockContent.d.ts +8 -0
  385. package/mobile/lib/components/ButtonsBlock/ButtonsBlockContent.js +2 -0
  386. package/mobile/lib/components/ButtonsBlock/ButtonsBlockContent.js.map +1 -0
  387. package/mobile/lib/components/CardTransfer/CardTransfer.js +1 -1
  388. package/mobile/lib/components/CardTransfer/CardTransfer.js.map +1 -1
  389. package/mobile/lib/components/CarouselCard/CarouselCard.d.ts +1 -1
  390. package/mobile/lib/components/CarouselCard/CarouselCard.js +9 -7
  391. package/mobile/lib/components/CarouselCard/CarouselCard.js.map +1 -1
  392. package/mobile/lib/components/CarouselCard/getCardWidth.d.ts +1 -0
  393. package/mobile/lib/components/CarouselCard/getCardWidth.js +15 -0
  394. package/mobile/lib/components/CarouselCard/getCardWidth.js.map +1 -0
  395. package/mobile/lib/components/CarouselCard/titleSize.d.ts +1 -0
  396. package/mobile/lib/components/CarouselCard/titleSize.js +2 -0
  397. package/mobile/lib/components/CarouselCard/titleSize.js.map +1 -0
  398. package/mobile/lib/components/CarouselProductCard/CarouselProductCard.js +1 -1
  399. package/mobile/lib/components/CarouselProductCard/CarouselProductCard.js.map +1 -1
  400. package/mobile/lib/components/Footer/Contacts.d.ts +2 -2
  401. package/mobile/lib/components/Footer/Contacts.js +4 -5
  402. package/mobile/lib/components/Footer/Contacts.js.map +1 -1
  403. package/mobile/lib/components/Footer/FooterContent.d.ts +9 -1
  404. package/mobile/lib/components/Footer/FooterDataProps.d.ts +2 -2
  405. package/mobile/lib/components/Header/Header.d.ts +2 -2
  406. package/mobile/lib/components/Header/Header.js +4 -18
  407. package/mobile/lib/components/Header/Header.js.map +1 -1
  408. package/mobile/lib/components/Header/HeaderContent.d.ts +13 -1
  409. package/mobile/lib/components/Header/HeaderTop.d.ts +6 -2
  410. package/mobile/lib/components/Header/HeaderTop.js +15 -2
  411. package/mobile/lib/components/Header/HeaderTop.js.map +1 -1
  412. package/mobile/lib/components/Headline/headlineVersionStyles.js +6 -6
  413. package/mobile/lib/components/Headline/headlineVersionStyles.js.map +1 -1
  414. package/mobile/lib/components/PictureText/PictureText.js +5 -11
  415. package/mobile/lib/components/PictureText/PictureText.js.map +1 -1
  416. package/mobile/lib/components/PictureText/positionStyle.d.ts +1 -0
  417. package/mobile/lib/components/PictureText/positionStyle.js +2 -0
  418. package/mobile/lib/components/PictureText/positionStyle.js.map +1 -0
  419. package/mobile/lib/components/PictureText/renderInsuranceSumMonth.d.ts +2 -0
  420. package/mobile/lib/components/PictureText/renderInsuranceSumMonth.js +12 -0
  421. package/mobile/lib/components/PictureText/renderInsuranceSumMonth.js.map +1 -0
  422. package/mobile/lib/components/PictureText/styleInsuranceSum.d.ts +1 -0
  423. package/mobile/lib/components/PictureText/styleInsuranceSum.js +2 -0
  424. package/mobile/lib/components/PictureText/styleInsuranceSum.js.map +1 -0
  425. package/mobile/lib/components/PictureText/styleValueBlock.d.ts +2 -0
  426. package/mobile/lib/components/PictureText/styleValueBlock.js +3 -0
  427. package/mobile/lib/components/PictureText/styleValueBlock.js.map +1 -0
  428. package/mobile/lib/components/ProductGallery/ProductGallery.js +5 -18
  429. package/mobile/lib/components/ProductGallery/ProductGallery.js.map +1 -1
  430. package/mobile/lib/components/RollupItem/RollupItem.js +14 -9
  431. package/mobile/lib/components/RollupItem/RollupItem.js.map +1 -1
  432. package/mobile/lib/components/RollupItem/RollupItemContent.d.ts +4 -2
  433. package/mobile/lib/components/RollupItem/renderRoundedIcon.d.ts +4 -0
  434. package/mobile/lib/components/RollupItem/renderRoundedIcon.js +4 -0
  435. package/mobile/lib/components/RollupItem/renderRoundedIcon.js.map +1 -0
  436. package/mobile/lib/content-page-repository/transformImg.js +1 -1
  437. package/mobile/lib/content-page-repository/transformImg.js.map +1 -1
  438. package/mobile/lib/icons/IconName.d.ts +4 -2
  439. package/mobile/lib/icons/IconName.js +3 -1
  440. package/mobile/lib/icons/IconName.js.map +1 -1
  441. package/mobile/lib/ui-kit/BenefitItem/BenefitItem.js +12 -11
  442. package/mobile/lib/ui-kit/BenefitItem/BenefitItem.js.map +1 -1
  443. package/mobile/lib/ui-kit/BenefitItem/labelSize.d.ts +1 -0
  444. package/mobile/lib/ui-kit/BenefitItem/labelSize.js +2 -0
  445. package/mobile/lib/ui-kit/BenefitItem/labelSize.js.map +1 -0
  446. package/mobile/lib/ui-kit/Button/renderButtonsSection.js +2 -2
  447. package/mobile/lib/ui-kit/Button/renderButtonsSection.js.map +1 -1
  448. package/mobile/lib/ui-kit/Heading/Heading.js +12 -11
  449. package/mobile/lib/ui-kit/Heading/Heading.js.map +1 -1
  450. package/mobile/lib/ui-kit/Heading/headingTag.d.ts +2 -0
  451. package/mobile/lib/ui-kit/Heading/headingTag.js +10 -0
  452. package/mobile/lib/ui-kit/Heading/headingTag.js.map +1 -0
  453. package/mobile/lib/ui-kit/Icon/IconProps.d.ts +8 -3
  454. package/mobile/lib/ui-kit/Icon/RoundedIcon.d.ts +5 -1
  455. package/mobile/lib/ui-kit/Icon/RoundedIcon.js +5 -1
  456. package/mobile/lib/ui-kit/Icon/RoundedIcon.js.map +1 -1
  457. package/mobile/src/components/BaseTile/BaseTile.tsx +6 -3
  458. package/mobile/src/components/BenefitsBlock/BenefitsBlock.tsx +1 -1
  459. package/mobile/src/components/Blocks.ts +10 -0
  460. package/mobile/src/components/Bonus/Bonus.tsx +1 -1
  461. package/mobile/src/components/BusinessBlock/BusinessCard.tsx +1 -1
  462. package/mobile/src/components/ButtonsBlock/ButtonsBlock.example.json +14 -0
  463. package/{src/components/ButtonBlock/ButtonBlock.tsx → mobile/src/components/ButtonsBlock/ButtonsBlock.tsx} +4 -4
  464. package/mobile/src/components/ButtonsBlock/ButtonsBlock.ui.json +14 -0
  465. package/mobile/src/components/ButtonsBlock/ButtonsBlockContent.ts +9 -0
  466. package/mobile/src/components/CardTransfer/CardTransfer.tsx +9 -3
  467. package/mobile/src/components/CarouselCard/CarouselCard.tsx +16 -12
  468. package/mobile/src/components/CarouselCard/getCardWidth.tsx +16 -0
  469. package/mobile/src/components/CarouselCard/titleSize.tsx +1 -0
  470. package/mobile/src/components/CarouselProductCard/CarouselProductCard.tsx +1 -3
  471. package/mobile/src/components/Footer/Contacts.tsx +20 -12
  472. package/mobile/src/components/Footer/FooterContent.ts +10 -1
  473. package/mobile/src/components/Footer/FooterDataProps.ts +2 -2
  474. package/mobile/src/components/Header/Header.tsx +19 -50
  475. package/mobile/src/components/Header/HeaderContent.ts +15 -1
  476. package/mobile/src/components/Header/HeaderTop.tsx +62 -25
  477. package/mobile/src/components/Headline/headlineVersionStyles.ts +6 -6
  478. package/mobile/src/components/PictureText/PictureText.tsx +13 -27
  479. package/mobile/src/components/PictureText/positionStyle.tsx +1 -0
  480. package/mobile/src/components/PictureText/renderInsuranceSumMonth.tsx +28 -0
  481. package/mobile/src/components/PictureText/styleInsuranceSum.tsx +1 -0
  482. package/mobile/src/components/PictureText/styleValueBlock.tsx +2 -0
  483. package/mobile/src/components/ProductGallery/ProductGallery.tsx +18 -59
  484. package/mobile/src/components/RollupItem/RollupItem.tsx +25 -18
  485. package/mobile/src/components/RollupItem/RollupItem.ui.json +7 -1
  486. package/mobile/src/components/RollupItem/RollupItemContent.ts +4 -2
  487. package/mobile/src/components/RollupItem/renderRoundedIcon.tsx +7 -0
  488. package/mobile/src/content-page-repository/transformImg.ts +1 -1
  489. package/mobile/src/icons/ChevronLeft.svg +3 -0
  490. package/mobile/src/icons/IconName.ts +5 -5
  491. package/mobile/src/ui-kit/BenefitItem/BenefitItem.tsx +26 -22
  492. package/mobile/src/ui-kit/BenefitItem/labelSize.tsx +1 -0
  493. package/mobile/src/ui-kit/Button/renderButtonsSection.tsx +8 -2
  494. package/mobile/src/ui-kit/Heading/Heading.tsx +17 -16
  495. package/mobile/src/ui-kit/Heading/headingTag.ts +12 -0
  496. package/mobile/src/ui-kit/Icon/IconProps.ts +9 -4
  497. package/mobile/src/ui-kit/Icon/RoundedIcon.tsx +18 -6
  498. package/package.json +1 -1
  499. package/src/components/BaseTile/BaseTile.tsx +6 -3
  500. package/src/components/BenefitsBlock/BenefitsBlock.tsx +1 -1
  501. package/src/components/Blocks.mobile.ts +10 -0
  502. package/src/components/Blocks.ts +2 -2
  503. package/src/components/Bonus/Bonus.tsx +1 -1
  504. package/src/components/BusinessBlock/BusinessCard.tsx +1 -1
  505. package/src/components/ButtonsBlock/ButtonsBlock.example.json +14 -0
  506. package/src/components/ButtonsBlock/ButtonsBlock.fixture.mobile.tsx +26 -0
  507. package/src/components/ButtonsBlock/ButtonsBlock.fixture.tsx +26 -0
  508. package/{mobile/src/components/ButtonBlock/ButtonBlock.tsx → src/components/ButtonsBlock/ButtonsBlock.tsx} +4 -4
  509. package/src/components/ButtonsBlock/ButtonsBlock.ui.json +14 -0
  510. package/src/components/ButtonsBlock/ButtonsBlockContent.ts +9 -0
  511. package/src/components/CardTransfer/CardTransfer.fixture.mobile.tsx +18 -0
  512. package/src/components/CardTransfer/CardTransfer.tsx +9 -3
  513. package/src/components/CarouselCard/CarouselCard.fixture.mobile.tsx +28 -0
  514. package/src/components/CarouselCard/CarouselCard.tsx +16 -12
  515. package/src/components/CarouselCard/getCardWidth.tsx +16 -0
  516. package/src/components/CarouselCard/titleSize.mobile.tsx +1 -0
  517. package/src/components/CarouselCard/titleSize.tsx +1 -0
  518. package/src/components/CarouselProductCard/CarouselProductCard.tsx +1 -3
  519. package/src/components/Footer/Contacts.tsx +20 -12
  520. package/src/components/Footer/FooterContent.ts +10 -1
  521. package/src/components/Footer/FooterDataProps.ts +2 -2
  522. package/src/components/Header/Header.fixture.mobile.tsx +4 -0
  523. package/src/components/Header/Header.mobile.tsx +19 -50
  524. package/src/components/Header/HeaderContent.ts +15 -1
  525. package/src/components/Header/HeaderTop.tsx +62 -25
  526. package/src/components/Headline/headlineVersionStyles.ts +6 -6
  527. package/src/components/PictureText/PictureText.fixture.mobile.tsx +122 -0
  528. package/src/components/PictureText/PictureText.tsx +13 -27
  529. package/src/components/PictureText/positionStyle.mobile.tsx +1 -0
  530. package/src/components/PictureText/positionStyle.tsx +1 -0
  531. package/src/components/PictureText/renderInsuranceSumMonth.tsx +28 -0
  532. package/src/components/PictureText/styleInsuranceSum.mobile.tsx +1 -0
  533. package/src/components/PictureText/styleInsuranceSum.tsx +1 -0
  534. package/src/components/PictureText/styleValueBlock.mobile.tsx +2 -0
  535. package/src/components/PictureText/styleValueBlock.tsx +2 -0
  536. package/src/components/ProductGallery/ProductGallery.fixture.mobile.tsx +142 -0
  537. package/src/components/ProductGallery/ProductGallery.mobile.tsx +34 -0
  538. package/src/components/RollupItem/RollupItem.fixture.mobile.tsx +15 -0
  539. package/src/components/RollupItem/RollupItem.tsx +25 -18
  540. package/src/components/RollupItem/RollupItem.ui.json +7 -1
  541. package/src/components/RollupItem/RollupItemContent.ts +4 -2
  542. package/src/components/RollupItem/renderRoundedIcon.mobile.tsx +7 -0
  543. package/src/components/RollupItem/renderRoundedIcon.tsx +4 -0
  544. package/src/content-page-repository/transformImg.ts +1 -1
  545. package/src/icons/ChevronLeft.svg +3 -0
  546. package/src/icons/IconName.ts +5 -1
  547. package/src/ui-kit/BenefitItem/BenefitItem.tsx +26 -22
  548. package/src/ui-kit/BenefitItem/borderRadius.mobile.tsx +1 -0
  549. package/src/ui-kit/BenefitItem/labelSize.mobile.tsx +1 -0
  550. package/src/ui-kit/BenefitItem/labelSize.tsx +1 -0
  551. package/src/ui-kit/Button/renderButtonsSection.tsx +8 -2
  552. package/src/ui-kit/Heading/Heading.fixture.mobile.tsx +6 -6
  553. package/src/ui-kit/Heading/Heading.fixture.tsx +6 -6
  554. package/src/ui-kit/Heading/Heading.tsx +8 -3
  555. package/src/ui-kit/Heading/headingTag.mobile.ts +12 -0
  556. package/src/ui-kit/Heading/headingTag.ts +3 -0
  557. package/src/ui-kit/Icon/IconProps.ts +9 -4
  558. package/src/ui-kit/Icon/RoundedIcon.tsx +18 -6
  559. package/tailwind.config.cjs +10 -4
  560. package/bundle/components/ButtonBlock/ButtonBlock.d.ts +0 -6
  561. package/bundle/components/ButtonBlock/ButtonBlockContent.d.ts +0 -8
  562. package/bundle/ui-kit/Heading/Heading.mobile.d.ts +0 -2
  563. package/dist/components/ButtonBlock/ButtonBlock.d.ts +0 -6
  564. package/dist/components/ButtonBlock/ButtonBlock.js.map +0 -1
  565. package/dist/components/ButtonBlock/ButtonBlockContent.d.ts +0 -8
  566. package/dist/components/ButtonBlock/ButtonBlockContent.js.map +0 -1
  567. package/dist/ui-kit/Heading/Heading.mobile.d.ts +0 -2
  568. package/dist/ui-kit/Heading/Heading.mobile.js +0 -18
  569. package/dist/ui-kit/Heading/Heading.mobile.js.map +0 -1
  570. package/lib/components/ButtonBlock/ButtonBlock.d.ts +0 -6
  571. package/lib/components/ButtonBlock/ButtonBlock.js.map +0 -1
  572. package/lib/components/ButtonBlock/ButtonBlockContent.d.ts +0 -8
  573. package/lib/components/ButtonBlock/ButtonBlockContent.js +0 -2
  574. package/lib/components/ButtonBlock/ButtonBlockContent.js.map +0 -1
  575. package/lib/ui-kit/Heading/Heading.mobile.d.ts +0 -2
  576. package/lib/ui-kit/Heading/Heading.mobile.js +0 -16
  577. package/lib/ui-kit/Heading/Heading.mobile.js.map +0 -1
  578. package/mobile/bundle/components/ButtonBlock/ButtonBlock.d.ts +0 -6
  579. package/mobile/bundle/components/ButtonBlock/ButtonBlockContent.d.ts +0 -8
  580. package/mobile/dist/components/ButtonBlock/ButtonBlock.d.ts +0 -6
  581. package/mobile/dist/components/ButtonBlock/ButtonBlock.js.map +0 -1
  582. package/mobile/dist/components/ButtonBlock/ButtonBlockContent.d.ts +0 -8
  583. package/mobile/dist/components/ButtonBlock/ButtonBlockContent.js.map +0 -1
  584. package/mobile/lib/components/ButtonBlock/ButtonBlock.d.ts +0 -6
  585. package/mobile/lib/components/ButtonBlock/ButtonBlock.js.map +0 -1
  586. package/mobile/lib/components/ButtonBlock/ButtonBlockContent.d.ts +0 -8
  587. package/mobile/lib/components/ButtonBlock/ButtonBlockContent.js +0 -2
  588. package/mobile/lib/components/ButtonBlock/ButtonBlockContent.js.map +0 -1
  589. package/mobile/src/components/ButtonBlock/ButtonBlock.example.json +0 -12
  590. package/mobile/src/components/ButtonBlock/ButtonBlock.ui.json +0 -12
  591. package/mobile/src/components/ButtonBlock/ButtonBlockContent.ts +0 -9
  592. package/src/components/ButtonBlock/ButtonBlock.example.json +0 -12
  593. package/src/components/ButtonBlock/ButtonBlock.fixture.tsx +0 -19
  594. package/src/components/ButtonBlock/ButtonBlock.ui.json +0 -12
  595. package/src/components/ButtonBlock/ButtonBlockContent.ts +0 -9
  596. package/src/ui-kit/Heading/Heading.mobile.tsx +0 -22
  597. /package/lib/components/{ButtonBlock/ButtonBlock.fixture.d.ts → ButtonsBlock/ButtonsBlock.fixture.d.ts} +0 -0
@@ -348,6 +348,8 @@
348
348
  });
349
349
  const groupStyle = (isGroup) => (isGroup ? 'group' : '');
350
350
 
351
+ const headingTag = (tag) => tag;
352
+
351
353
  const styles$4 = {
352
354
  h0: 'text-h0',
353
355
  h1: 'text-h1',
@@ -357,7 +359,10 @@
357
359
  h5: 'text-h5',
358
360
  h6: 'text-h6', // 20
359
361
  };
360
- const Heading = JSX(({ className = '', headingType = 'h3', as: Tag = 'h3', title, children }) => (jsx(Tag, { className: `font-sans m-0 ${styles$4[headingType]} ${className}`, children: title || children })));
362
+ const Heading = JSX(({ className = '', headingType = 'h3', as = 'h3', title, children }) => {
363
+ const Tag = headingTag(as);
364
+ return (jsx(Tag, { className: `font-sans m-0 ${styles$4[headingType]} ${className}`, children: title || children }));
365
+ });
361
366
 
362
367
  const identity = (_) => _;
363
368
 
@@ -1167,7 +1172,7 @@
1167
1172
  const BenefitsBlock = JSX(({ className = '', title, benefitList, ...rest }) => (jsxs(BlockWrapper, { className: `p-default flex flex-col items-center ${className}`, ...rest, children: [title ? (jsx(Heading, { headingType: "h3", as: "h2", className: "max-w-[47rem] text-center", title: title })) : null, benefitList?.length ? (jsx("div", { className: "flex flex-wrap w-full justify-center gap-x-20 mt-8", children: benefitList.map(renderStep$1) })) : null] })));
1168
1173
  const renderStep$1 = (benefit, i) => {
1169
1174
  const description = benefit.description;
1170
- return (jsxs("div", { className: "flex items-center basis-1/2 max-w-[500px] mb-14", children: [benefit?.icon?.icon ? (jsx(ImgInner, { className: "w-12 h-12 min-w-12 p-3 rounded-full bg-main-divider text-primary-main group-data-secondary:bg-white/30 group-data-secondary:text-black", image: benefit.icon })) : null, benefit?.icon?.src ? jsx(ImgInner, { image: benefit.icon }) : null, jsxs("div", { className: "ml-5 h-full", children: [benefit?.label ? jsx(Heading, { headingType: "h6", children: benefit.label }) : null, renderDescription$4(description)] })] }, String(i)));
1175
+ return (jsxs("div", { className: "flex items-center basis-1/2 max-w-[500px] mb-14", children: [benefit?.icon?.icon ? (jsx(ImgInner, { className: "w-12 h-12 min-w-12 p-3 rounded-icon bg-main-divider text-primary-main group-data-secondary:bg-white/30 group-data-secondary:text-black", image: benefit.icon })) : null, benefit?.icon?.src ? jsx(ImgInner, { image: benefit.icon }) : null, jsxs("div", { className: "ml-5 h-full", children: [benefit?.label ? jsx(Heading, { headingType: "h6", children: benefit.label }) : null, renderDescription$4(description)] })] }, String(i)));
1171
1176
  };
1172
1177
  const renderDescription$4 = (description) => {
1173
1178
  const benefitType = description?.benefitType || null;
@@ -1181,12 +1186,12 @@
1181
1186
  return description?.items && description.items.length > 0 ? (jsx("ul", { className: listStyleType, children: description.items.map((_, i) => (jsx("li", { children: _ }, `benefitListItem-${i}`))) })) : null;
1182
1187
  };
1183
1188
 
1184
- const renderButtonsSection = (buttons, { className = '', buttonClassName, isVertical } = {}) => buttons?.length && buttons.some((_) => _?.text || _?.icon?.icon) ? (jsx("div", { className: style('flex', isVertical ? 'flex-col gap-2' : 'flex-wrap gap-4', className), children: buttons.map(renderButton(buttonClassName)) })) : null;
1189
+ const renderButtonsSection = (buttons, { className = '', buttonClassName, isVertical } = {}) => buttons?.length && buttons.some((_) => _?.text || _?.icon?.icon) ? (jsx("div", { className: style('flex', isVertical ? 'flex-col gap-2 justify-items-stretch' : 'flex-wrap gap-4', className), children: buttons.map(renderButton(buttonClassName)) })) : null;
1185
1190
  const renderButton = (buttonClassName = '') => (button, index) => {
1186
1191
  const { text, icon, iconRight, version, ...rest } = button || {};
1187
1192
  const iconVersionDefault = version === 'secondary' ? 'color' : 'white';
1188
1193
  const iconVersion = icon?.iconVersion ? icon?.iconVersion : iconVersionDefault;
1189
- return text || icon?.icon ? (jsx(Button, { className: buttonClassName, appendLeft: renderButtonIcon({ ...icon, iconVersion }), appendRight: renderButtonIcon({ ...iconRight, iconVersion }), version: version, text: text, ...rest }, index ? String(index) : '')) : null;
1194
+ return text || icon?.icon ? (jsx(Button, { className: style('basis-full sm:basis-auto', buttonClassName), appendLeft: renderButtonIcon({ ...icon, iconVersion }), appendRight: renderButtonIcon({ ...iconRight, iconVersion }), version: version, text: text, ...rest }, index ? String(index) : '')) : null;
1190
1195
  };
1191
1196
  const DEFAULT_ICON_W = 24;
1192
1197
  const renderButtonIcon = (icon) => icon?.icon || icon?.src ? (jsx(ImgInner, { image: icon, width: String(icon?.size?.width || DEFAULT_ICON_W), height: String(DEFAULT_ICON_W) })) : null;
@@ -1195,32 +1200,32 @@
1195
1200
  XXL: {
1196
1201
  title: { headingType: 'h0', as: 'h1' },
1197
1202
  descriptionSize: 'text-h5',
1198
- descriptionStyle: 'mt-5',
1203
+ descriptionStyle: 'mt-headline-xxl',
1199
1204
  },
1200
1205
  XL: {
1201
1206
  title: { headingType: 'h1', as: 'h1' },
1202
1207
  descriptionSize: 'text-xl-light',
1203
- descriptionStyle: 'mt-4',
1208
+ descriptionStyle: 'mt-headline-l',
1204
1209
  },
1205
1210
  L: {
1206
1211
  title: { headingType: 'h2', as: 'h2' },
1207
1212
  descriptionSize: 'text-xl-light',
1208
- descriptionStyle: 'mt-4',
1213
+ descriptionStyle: 'mt-headline-l',
1209
1214
  },
1210
1215
  M: {
1211
1216
  title: { headingType: 'h3', as: 'h3' },
1212
1217
  descriptionSize: 'text-xl-light',
1213
- descriptionStyle: 'mt-3',
1218
+ descriptionStyle: 'mt-headline-m',
1214
1219
  },
1215
1220
  S: {
1216
1221
  title: { headingType: 'h4', as: 'h4' },
1217
1222
  descriptionSize: 'text-xl-light',
1218
- descriptionStyle: 'mt-2',
1223
+ descriptionStyle: 'mt-headline-s',
1219
1224
  },
1220
1225
  XS: {
1221
1226
  title: { headingType: 'h5', as: 'h5' },
1222
1227
  descriptionSize: 'text-l-light',
1223
- descriptionStyle: 'mt-2',
1228
+ descriptionStyle: 'mt-headline-s',
1224
1229
  },
1225
1230
  };
1226
1231
  // TODO Move to Gallery and rename
@@ -1254,7 +1259,7 @@
1254
1259
  ? renderBonusCount(bonusItemContent)
1255
1260
  : renderBonusImage(bonusItemContent) }));
1256
1261
  const renderBonusCount = (_) => (jsxs("div", { className: "relative -bottom-3 h-auto flex items-end mt-14 shrink-0", children: [_.bonusCount ? (jsx("span", { className: "font-mohave -tracking-[5px] text-title-extra bg-clip-text text-transparent bg-green-to-yellow -mb-7", children: _.bonusCount })) : null, _.bonusName ? (jsx("span", { className: "text-h2 bg-clip-text text-transparent bg-green-to-yellow", children: _.bonusName })) : null] }));
1257
- const renderBonusImage = (_) => _.image ? jsx(ImgInner, { className: `w-12 h-12 min-w-12 p-3 rounded-full`, image: _.image }) : null;
1262
+ const renderBonusImage = (_) => _.image ? jsx(ImgInner, { className: `w-12 h-12 min-w-12 p-3 rounded-icon`, image: _.image }) : null;
1258
1263
 
1259
1264
  const AlignText = {
1260
1265
  left: 'text-left',
@@ -1285,12 +1290,12 @@
1285
1290
  });
1286
1291
  const renderItem = (item, key) => {
1287
1292
  const { icon, text } = item;
1288
- 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" })) : null, icon?.src ? jsx(ImgInner, { image: icon }) : null, jsx("span", { className: "text-xl-light", children: text })] }, key));
1293
+ 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-icon bg-main-divider" })) : null, icon?.src ? jsx(ImgInner, { image: icon }) : null, jsx("span", { className: "text-xl-light", children: text })] }, key));
1289
1294
  };
1290
1295
 
1291
1296
  const BusinessBlock = JSX(({ className = '', title, cards, ...rest }) => (jsxs(BlockWrapper, { className: `p-default 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 })] })));
1292
1297
 
1293
- const ButtonBlock = JSX(({ button, className, ...rest }) => (jsx(BlockWrapper, { className: style('!bg-transparent', className), ...rest, children: renderButtonsSection([button]) })));
1298
+ const ButtonsBlock = JSX(({ buttons, className, ...rest }) => (jsx(BlockWrapper, { className: style('!bg-transparent', className), ...rest, children: renderButtonsSection(buttons) })));
1294
1299
 
1295
1300
  const useCarouselControls = (props) => {
1296
1301
  const { itemCount, visibleItemCount } = props;
@@ -1928,7 +1933,7 @@
1928
1933
  ? getDisabledButtonClasses({ version: button?.version })
1929
1934
  : getRegularButtonClasses({ className: 'text-white', version: button?.version });
1930
1935
  const link = useLink();
1931
- return (jsxs(BlockWrapper, { className: style('p-default flex flex-col items-center', className), ...rest, children: [title ? jsx(Heading, { className: "max-w-[684px] pb-9", headingType: "h2", title: title }) : null, jsxs("form", { className: "w-[468px]", method: "POST", action: FORM_URL, children: [jsx(CurrencyInput, { name: AMOUNT_KEY, valid: !isDisabled, placeholder: placeholder, label: label, ...field(AMOUNT_KEY, { parse: Number, format: String }) }), button?.text ? (jsx("button", { type: "submit", className: style('w-full p-4 mt-6', buttonStyle), disabled: isDisabled, ...link(button), children: button.text })) : null] })] }));
1936
+ return (jsxs(BlockWrapper, { className: style('p-default flex flex-col items-center', className), ...rest, children: [title ? (jsx(Heading, { className: "pb-5 xl:pb-9 self-start xl:self-center", headingType: "h2", title: title })) : null, jsxs("form", { className: "w-full xl:max-w-[468px]", method: "POST", action: FORM_URL, children: [jsx(CurrencyInput, { name: AMOUNT_KEY, valid: !isDisabled, placeholder: placeholder, label: label, ...field(AMOUNT_KEY, { parse: Number, format: String }) }), button?.text ? (jsx("button", { type: "submit", className: style('w-full p-4 mt-5 xl:mt-6', buttonStyle), disabled: isDisabled, ...link(button), children: button.text })) : null] })] }));
1932
1937
  });
1933
1938
 
1934
1939
  const defaultBlockDecorator = ({ blockClassName, block, render }) => render({ blockClassName, block });
@@ -2232,12 +2237,33 @@
2232
2237
  }
2233
2238
  };
2234
2239
 
2235
- const BLOCK_CLASSES = 'absolute border border-solid border-gray w-full h-full';
2240
+ const getColSpan = (className) => {
2241
+ const colSpanPrefix = 'col-span-';
2242
+ const colSpanStr = className?.split(/\s+/).find((_) => _.startsWith(colSpanPrefix));
2243
+ return colSpanStr ? parseInt(colSpanStr.substring(colSpanPrefix.length), 10) : 12;
2244
+ };
2245
+
2236
2246
  const CARD_WIDTH_MAP = {
2237
2247
  normal: 'min-w-[970px]',
2238
2248
  small: 'min-w-[355px]',
2239
2249
  };
2240
- const CarouselCard = JSX(({ className = '', button, description, title, carouselVersion = 'normal', version = '' }) => (jsx("section", { className: `flex pb-9 pl-12 border-box h-full ${CARD_WIDTH_MAP[carouselVersion]} ${className}`, children: jsxs("div", { className: "relative w-full", children: [jsx("div", { className: `${BLOCK_CLASSES} z-10 top-9 right-12 bg-green-dark` }), jsx("div", { className: `${BLOCK_CLASSES} z-10 top-6 right-8 bg-green` }), jsx("div", { className: `${BLOCK_CLASSES} z-10 top-3 right-4 bg-green-light` }), jsxs("div", { className: "relative h-full bg-white z-10 p-10 border border-solid border-green-light", children: [jsx(Headline, { className: "!p-0", title: title, description: description, headlineVersion: "L", align: "text-left", version: version }), renderButtonsSection([button], { className: 'mt-14' })] })] }) })));
2250
+ function getCardWidth(className = '', carouselVersion = 'normal') {
2251
+ const colSpan = getColSpan(className);
2252
+ if (colSpan <= 4) {
2253
+ return 'w-[375px]';
2254
+ }
2255
+ else {
2256
+ return CARD_WIDTH_MAP[carouselVersion];
2257
+ }
2258
+ }
2259
+
2260
+ const titleSize = 'L';
2261
+
2262
+ const BLOCK_CLASSES = 'absolute border border-solid border-gray w-full h-full sm:hidden';
2263
+ const CarouselCard = JSX(({ className = '', button, description, title, carouselVersion = 'normal', version = '' }) => (jsx("section", { className: style('flex pb-9 pl-12 sm:p-5 border-box h-full sm:max-w-[375px]', getCardWidth(className, carouselVersion), className), children: jsxs("div", { className: "relative w-full", children: [jsx("div", { className: `${BLOCK_CLASSES} z-10 top-9 right-12 bg-green-dark` }), jsx("div", { className: `${BLOCK_CLASSES} z-10 top-6 right-8 bg-green` }), jsx("div", { className: `${BLOCK_CLASSES} z-10 top-3 right-4 bg-green-light` }), jsxs("div", { className: "relative h-full bg-white z-10 p-10 border border-solid border-green-light", children: [jsx(Headline, { className: "!p-0", title: title, description: description, headlineVersion: titleSize, align: "text-left", version: version }), renderButtonsSection([button], {
2264
+ className: 'mt-14 sm:justify-center',
2265
+ isVertical: true,
2266
+ })] })] }) })));
2241
2267
 
2242
2268
  const cardStyleMap = {
2243
2269
  black: 'bg-black',
@@ -2257,7 +2283,8 @@
2257
2283
  return (jsx(BlockWrapper, { className: style('w-[365px]', className), ...rest, children: jsxs(LinkWrapper, { className: "flex flex-col", href: href, target: target, children: [icon?.icon ? jsx(ImgInner, { image: icon }) : null, icon?.src ? jsx(ImgInner, { image: icon }) : null, title ? (jsx(Heading, { headingType: "h6", as: "h4", className: "text-left pt-3 mb-2", title: title })) : null, description ? (jsx("div", { className: "mb-4", children: jsx(Text, { font: "font-light", size: "text-m", color: "text-secondary-text", children: description }) })) : null] }) }));
2258
2284
  });
2259
2285
 
2260
- const BaseTile = JSX(({ className, title = '', insetTitle = '', buttons, leftImage, rightImage, backImage, children, }) => (jsxs("div", { className: style('relative flex flex-col font-sans', className), children: [backImage ? jsx("div", { className: "absolute bottom-0 right-0 z-0", children: backImage }) : null, title, jsxs("div", { className: "grow relative flex flex-wrap md:flex-nowrap justify-between items-stretch gap-8", children: [leftImage, jsxs("div", { className: style('flex flex-col gap-8', leftImage ? '' : 'grow'), children: [insetTitle, jsx("div", { className: "grow", children: children }), buttons] }), rightImage ? jsx("div", { className: "-order-1 lg:order-1", children: rightImage }) : null] })] })));
2286
+ const BaseTile = JSX(({ className, title = '', insetTitle = '', buttons, leftImage, rightImage, backImage, children, }) => (jsxs("div", { className: style('relative flex flex-col font-sans', className), children: [backImage ? jsx("div", { className: "absolute bottom-0 right-0 z-0", children: backImage }) : null, title, jsxs("div", { className: "grow relative flex flex-wrap sm:flex-nowrap justify-between items-stretch gap-8", children: [renderImageContainer(leftImage), jsxs("div", { className: style('flex flex-col gap-8', leftImage ? '' : 'grow'), children: [insetTitle, jsx("div", { className: "grow", children: children }), buttons] }), renderImageContainer(rightImage, { className: '-order-1 sm:order-1' })] })] })));
2287
+ const renderImageContainer = (image, { className } = {}) => image ? jsx("div", { className: style('flex-none', className), children: image }) : null;
2261
2288
 
2262
2289
  const getItemListFontSize = (colValue) => (colValue === 1 ? 'text-h6' : 'text-l');
2263
2290
  const cardColumnsModeStyleMap = {
@@ -2317,7 +2344,7 @@
2317
2344
  isVertical: isFullWidth,
2318
2345
  })] }));
2319
2346
  });
2320
- const renderImage$3 = (image) => (jsxs("div", { className: "flex justify-center", children: [image?.src ? jsx(ImgInner, { className: "mb-5", image: image }) : null, image?.icon ? (jsx(ImgInner, { className: `w-[32px] h-[32px] min-w-[32px] mb-5 rounded-full`, image: image })) : null] }));
2347
+ const renderImage$3 = (image) => (jsxs("div", { className: "flex justify-center", children: [image?.src ? jsx(ImgInner, { className: "mb-5", image: image }) : null, image?.icon ? jsx(ImgInner, { className: `w-8 h-8 min-w-8 mb-5`, image: image }) : null] }));
2321
2348
  const renderCardTitle = (headlineSmallVersion, title) => title ? (jsx("div", { children: jsx(Text, { size: HEADLINE_SMALL_VERSION[headlineSmallVersion], children: title }) })) : null;
2322
2349
  const renderDescription$3 = (description, title) => description ? (jsx("div", { className: title ? 'mt-2' : '', children: jsx(Paragraph, { size: "text-l", children: description }) })) : null;
2323
2350
  const renderAdditionalDescription$1 = (additionalDescription) => additionalDescription ? (jsx("div", { className: "mt-auto", children: jsx(Text, { size: "text-m", font: "font-light", color: "text-secondary-text group-data-secondary:text-white/80", children: additionalDescription }) })) : null;
@@ -3173,11 +3200,9 @@
3173
3200
  });
3174
3201
  const isQueryLongEnough = (_) => _ && _.length >= MIN_QUERY_LEN;
3175
3202
 
3176
- const Contacts = JSX(({ className = '', items, hasButton }) => (jsxs("div", { className: className, children: [items?.length ? items.map(renderContact) : null, hasButton ? (jsx(Button, { version: "primary", className: "mb-6 w-full", href: "https://www.rshb.ru/feedback/question/", target: "_blank", ariaLabel: "\u041E\u0431\u0440\u0430\u0442\u043D\u0430\u044F \u0441\u0432\u044F\u0437\u044C", text: "\u041E\u0431\u0440\u0430\u0442\u043D\u0430\u044F \u0441\u0432\u044F\u0437\u044C" })) : null] })));
3177
- const renderContact = (item, index) => {
3178
- const { type, text, description } = item;
3179
- return (jsxs("div", { className: "mb-4", children: [jsx("div", { children: renderText(type, text) }), jsx("div", { className: "mt-1 text-s-light text-secondary-text", children: description })] }, String(index)));
3180
- };
3203
+ const Contacts = JSX(({ className = '', items, hasButton }) => (jsxs("div", { className: className, children: [items?.length ? items.map(renderContactsGroup) : null, hasButton ? (jsx(Button, { version: "primary", className: "mb-6 w-full", href: "https://www.rshb.ru/feedback/question/", target: "_blank", ariaLabel: "\u041E\u0431\u0440\u0430\u0442\u043D\u0430\u044F \u0441\u0432\u044F\u0437\u044C", text: "\u041E\u0431\u0440\u0430\u0442\u043D\u0430\u044F \u0441\u0432\u044F\u0437\u044C" })) : null] })));
3204
+ const renderContactsGroup = (item, i) => (jsxs("div", { className: "mb-6", children: [jsx("div", { className: "mb-4", children: jsx(Text, { size: "text-l", font: "font-medium", children: item?.title }) }), jsx("div", { children: item.items?.map(renderContact) })] }, String(i)));
3205
+ const renderContact = (item, index) => (jsxs("div", { className: "mb-4", children: [jsx("div", { children: renderText(item.type, item.text) }), jsx("div", { className: "mt-1 text-s-light text-secondary-text", children: item.description })] }, String(index)));
3181
3206
  const renderText = (type, text = '') => {
3182
3207
  switch (type) {
3183
3208
  case 'tel':
@@ -3661,12 +3686,6 @@
3661
3686
  };
3662
3687
  const LinkDocs = JSX(({ className = '', title, description, align = 'text-center', documents, icon = { icon: 'DocIcon' }, columnsMode = 'double', ...rest }) => (jsxs(BlockWrapper, { className: style('p-default', className), ...rest, children: [jsx(Headline, { className: "!p-0", title: title, description: description, align: align, headlineVersion: "M", as: "h2" }), documents?.length ? (jsx("div", { className: style('mt-8 flex gap-6', linkColumnsModeStyleMap[columnsMode]), role: "list", children: documents.map((doc, i) => (jsx("div", { className: columnsMode === 'double' ? 'basis-[calc(50%-20px)]' : '', role: "listitem", children: jsx(LinkDocsListItem, { doc: doc, icon: icon ? (jsx(ImgInner, { className: "min-w-6 min-h-6", image: icon, width: "24", height: "24" })) : null }) }, String(i)))) })) : null] })));
3663
3688
 
3664
- const getColSpan = (className) => {
3665
- const colSpanPrefix = 'col-span-';
3666
- const colSpanStr = className?.split(/\s+/).find((_) => _.startsWith(colSpanPrefix));
3667
- return colSpanStr ? parseInt(colSpanStr.substring(colSpanPrefix.length), 10) : 12;
3668
- };
3669
-
3670
3689
  function getTileMinHeight(className = '') {
3671
3690
  const colSpan = getColSpan(className);
3672
3691
  if (colSpan <= 6) {
@@ -4058,16 +4077,18 @@
4058
4077
 
4059
4078
  const ParagraphBlock = JSX(({ text, size, align, font, children, ...rest }) => (jsx(BlockWrapper, { ...rest, children: jsx(Paragraph, { size: size, align: align, font: font, children: text || children }) })));
4060
4079
 
4061
- const BenefitItem = JSX(({ className, icon, label, description, version = 'primary', benefitsVersion = 'normal' }) => (jsxs("div", { className: style('flex gap-5', description ? 'items-start' : 'items-center', className), children: [icon ? (jsx("div", { className: getBenefitIconBgStyle(version, benefitsVersion), children: jsx(ImgInner, { className: "w-6 h-6", image: { ...icon, iconVersion: icon.iconVersion || benefitsVersion } }) })) : null, jsxs("div", { children: [label ? (jsx(Text, { size: "text-h6", color: "text-primary-text group-data-secondary:text-white", children: label })) : null, description ? (jsx(Paragraph, { size: "text-m-light", color: "text-secondary-text group-data-secondary:text-white", children: description })) : null] })] })));
4062
- function getBenefitIconBgStyle(version, benefitsVersion) {
4063
- let bgColorStyle = 'bg-primary-main text-black';
4064
- if (version === 'secondary') {
4065
- bgColorStyle = 'bg-white/30 text-black';
4066
- }
4067
- else if (benefitsVersion === 'normal') {
4068
- bgColorStyle = 'bg-secondary-light text-primary-main';
4069
- }
4070
- return `w-12 h-12 min-w-12 rounded-full p-2.5 box-border flex items-center justify-center ${bgColorStyle}`;
4080
+ const labelSize$1 = 'text-h6';
4081
+
4082
+ const BenefitItem = JSX((props) => {
4083
+ const { className = '', icon, label, description, benefitsVersion = 'normal' } = props;
4084
+ const listItemAlign = description ? 'items-start' : 'items-center';
4085
+ return (jsxs("div", { className: `flex gap-5 ${listItemAlign} ${className}`, children: [icon ? (jsx("div", { className: getBenefitIconBgStyle(benefitsVersion), children: jsx(ImgInner, { className: "w-6 h-6", image: { ...icon, iconVersion: icon.iconVersion || benefitsVersion } }) })) : null, jsxs("div", { className: "gap-0.5", children: [label ? (jsx(Text, { color: "text-primary-text group-data-secondary:text-white", size: labelSize$1, children: label })) : null, description ? (jsx(Paragraph, { font: "font-light", size: "text-m", color: "text-secondary-text group-data-secondary:text-white", children: description })) : null] })] }));
4086
+ });
4087
+ function getBenefitIconBgStyle(benefitsVersion) {
4088
+ const bgColorStyle = benefitsVersion === 'normal'
4089
+ ? 'bg-secondary-light text-primary-main'
4090
+ : 'bg-primary-main text-black group-data-secondary:bg-white/30 group-data-secondary:text-black';
4091
+ return style('w-12 h-12 min-w-12 p-2.5 box-border flex items-center justify-center rounded-icon', bgColorStyle);
4071
4092
  }
4072
4093
 
4073
4094
  // TODO: Create universal function for this case
@@ -4089,16 +4110,21 @@
4089
4110
  }
4090
4111
  };
4091
4112
 
4092
- const PictureText = JSX(({ className = '', title, description, image, benefits, sum, monthLimit, directionRight = false, version = 'primary', ...rest }) => (jsxs(BlockWrapper, { className: `relative py-12 px-24 ${className}`, version: version, ...rest, children: [jsx(Headline, { className: "!p-0", title: title, description: description, headlineVersion: "M" }), jsxs("div", { className: 'flex justify-center gap-[122px] mt-[30px]', children: [image?.src ? jsx(ImgInner, { className: directionRight ? 'order-2' : '', image: image }) : null, jsxs("div", { className: "w-[558px] m-auto", children: [benefits?.length ? (jsx("div", { className: "flex flex-col gap-4", children: benefits.map(renderBenefit$2(version)) })) : null, renderInsuranceSumMonth(Number(sum), Number(monthLimit))] })] })] })));
4093
- function renderInsuranceSumMonth(sum, monthLimit) {
4094
- return sum || monthLimit ? (jsxs("div", { className: "bg-main-divider rounded-md flex mt-7 gap-6 px-5 py-4", children: [Number(sum) > 0 ? renderValueBlock('Страховая сумма:', sum, Boolean(monthLimit)) : null, Number(monthLimit) > 0
4095
- ? renderValueBlock('Ежемесячный лимит:', monthLimit, Boolean(sum))
4096
- : null] })) : null;
4097
- }
4098
- function renderValueBlock(title, sum = 0, isAnotherBlock = false) {
4113
+ const positionStyle = 'justify-center items-center gap-32';
4114
+
4115
+ const styleInsuranceSum = 'bg-main-divider rounded-md px-5 py-4 gap-6';
4116
+
4117
+ const styleValueBlock = 'justify-between items-center gap-2';
4118
+ const styleValueBlockText = 'text-primary-main';
4119
+
4120
+ const renderInsuranceSumMonth = (sum = 0, monthLimit = 0) => sum || monthLimit ? (jsxs("div", { className: style('flex mt-6', styleInsuranceSum), children: [sum > 0 ? renderValueBlock('Страховая сумма:', sum, Boolean(monthLimit)) : null, monthLimit > 0 ? renderValueBlock('Ежемесячный лимит:', monthLimit, Boolean(sum)) : null] })) : null;
4121
+ const renderValueBlock = (title, sum = 0, isAnotherBlock = false) => {
4099
4122
  const widthStyle = isAnotherBlock ? 'w-fit' : 'w-full';
4100
- return (jsxs("div", { className: `flex justify-between items-center gap-2 w-full whitespace-pre ${widthStyle}`, children: [jsx("span", { className: "text-secondary-text text-l-light", children: title }), jsxs("span", { className: "text-primary-main text-h6", children: [toLocalNumberFormat(2)(sum), " \u20BD"] })] }));
4101
- }
4123
+ return (jsxs("div", { className: style(`flex w-full whitespace-pre`, styleValueBlock, widthStyle), children: [jsx(Text, { font: "font-light", size: "text-l", children: title }), jsxs(Text, { size: "text-h6", color: styleValueBlockText, children: [toLocalNumberFormat(2)(sum), " \u20BD"] })] }));
4124
+ };
4125
+
4126
+ const PictureText = JSX(({ className = '', title, description, image, benefits, sum, monthLimit, directionRight = false, version = 'primary', ...rest }) => (jsxs(BlockWrapper, { className: style('relative p-default', className), version: version, ...rest, children: [jsx(Headline, { className: "!p-0", title: title, description: description, headlineVersion: "M" // TODO: Сверить с макетом после влития мобильных правок Headline (DRAFT)
4127
+ , align: "text-left" }), jsxs("div", { className: style('flex mt-6', positionStyle), children: [image?.src ? jsx(ImgInner, { className: directionRight ? 'order-2' : '', image: image }) : null, jsxs("div", { children: [benefits?.length ? (jsx("div", { className: "flex flex-col gap-4", children: benefits.map(renderBenefit$2(version)) })) : null, renderInsuranceSumMonth(Number(sum), Number(monthLimit))] })] })] })));
4102
4128
 
4103
4129
  function getTileHeadingType(className = '') {
4104
4130
  const colSpan = getColSpan(className);
@@ -4251,12 +4277,7 @@
4251
4277
  return (jsx(BlockWrapper, { ...rest, children: jsx(RichText, { __html: __html, richVersion: richVersion }) }));
4252
4278
  });
4253
4279
 
4254
- const iconBgStyles = {
4255
- primary: 'bg-main-divider',
4256
- secondary: 'bg-white/30',
4257
- 'secondary-light': 'bg-secondary-light',
4258
- };
4259
- const RoundedIcon = JSX(({ iconBgVersion = 'primary', ...rest }) => (jsx("div", { className: style('rounded-icon p-2.5 mr-3', iconBgStyles[iconBgVersion]), children: jsx(Icon, { ...rest }) })));
4280
+ const renderRoundedIcon = (icon, iconBgVersion) => null;
4260
4281
 
4261
4282
  const foldableSectionStyles = 'grid grid-cols-12 [&>*]:pb-4';
4262
4283
 
@@ -4268,26 +4289,31 @@
4268
4289
 
4269
4290
  const rollupItemStyles = 'border-0 border-b border-solid border-main-divider last:border-b-0';
4270
4291
 
4271
- const RollupItem = JSX(({ className = '', label = 'Развернуть', labelIcon, isExpanded, isFoldButtonOnTop = true, version = 'primary', ...rest }) => {
4272
- return (jsx(BlockWrapper, { className: style('w-full', rollupItemStyles, className), tag: "div", version: "transparent", ...rest, children: jsx(Foldable, { isFoldButtonOnTop: isFoldButtonOnTop, unfoldedByDefault: isExpanded, renderFoldableSection: ({ isUnfolded }) => (jsx(FoldableSection, { className: style('gap-5 [&>*]:p-0', foldableSectionStyles), isUnfolded: isUnfolded, children: renderChildren(rest) })), renderFoldButton: ({ isUnfolded, onToggle }) => renderFoldButton({ version, label, labelIcon, isUnfolded, onToggle }) }) }));
4292
+ const RollupItem = JSX(({ className = '', label = 'Развернуть', labelIcon, labelIconBgVersion, isExpanded, isFoldButtonOnTop = true, version = 'primary', ...rest }) => {
4293
+ return (jsx(BlockWrapper, { className: style('w-full', rollupItemStyles, className), tag: "div", version: "transparent", ...rest, children: jsx(Foldable, { isFoldButtonOnTop: isFoldButtonOnTop, unfoldedByDefault: isExpanded, renderFoldableSection: ({ isUnfolded }) => (jsx(FoldableSection, { className: style('gap-5 [&>*]:p-0', foldableSectionStyles), isUnfolded: isUnfolded, children: renderChildren(rest) })), renderFoldButton: ({ isUnfolded, onToggle }) => renderFoldButton({
4294
+ version,
4295
+ label,
4296
+ labelIcon,
4297
+ labelIconBgVersion,
4298
+ isUnfolded,
4299
+ onToggle,
4300
+ }) }) }));
4273
4301
  });
4274
4302
  RollupItem.childrenTypes = {
4275
4303
  exclude: ['RollupItem'],
4276
4304
  };
4277
- const renderFoldButton = ({ version, label: defaultLabel, labelIcon, isUnfolded, onToggle, }) => {
4305
+ const renderFoldButton = ({ version, label: defaultLabel, labelIcon, labelIconBgVersion, isUnfolded, onToggle, }) => {
4278
4306
  const label = defaultLabel || (isUnfolded ? 'Скрыть' : 'Развернуть');
4279
4307
  return version === 'primary' ? (renderPrimaryFoldButton({
4280
4308
  label,
4281
4309
  labelIcon,
4310
+ labelIconBgVersion,
4282
4311
  icon: getIconName(isUnfolded),
4283
4312
  onToggle,
4284
4313
  })) : (jsx(DefaultFoldButton, { label: label, icon: isUnfolded ? 'ArrowUpIcon' : 'ArrowDownIcon', onClick: onToggle }));
4285
4314
  };
4286
- const renderPrimaryFoldButton = ({ label, icon, onToggle, labelIcon }) => {
4287
- const iconWidth = String(labelIcon?.size?.width || 24);
4288
- const iconHeight = String(labelIcon?.size?.height || 24);
4289
- const iconName = labelIcon?.icon;
4290
- return (jsxs("button", { className: style('border-none bg-transparent px-0 flex justify-between items-center w-full cursor-pointer group/button', iconName ? 'py-2' : 'py-5'), onClick: onToggle, children: [jsxs("div", { className: "flex items-center group-hover/button:text-primary-main", children: [iconName ? (jsx(RoundedIcon, { name: iconName, width: iconWidth, height: iconHeight, iconVersion: labelIcon?.iconVersion })) : null, label ? (jsx(Text, { size: labelSize, font: "font-normal", children: label })) : null] }), icon ? jsx(Icon, { name: icon, iconVersion: rollupIconVersion, width: "24", height: "24" }) : null] }));
4315
+ const renderPrimaryFoldButton = ({ label, labelIconBgVersion, icon, onToggle, labelIcon, }) => {
4316
+ return (jsxs("button", { className: style('border-none bg-transparent px-0 flex justify-between items-center w-full cursor-pointer group/button', labelIcon?.icon ? 'py-2' : 'py-5'), onClick: onToggle, children: [jsxs("div", { className: "flex items-center group-hover/button:text-primary-main", children: [renderRoundedIcon(), label ? (jsx(Text, { size: labelSize, font: "font-normal", children: label })) : null] }), icon ? jsx(Icon, { name: icon, iconVersion: rollupIconVersion, width: "24", height: "24" }) : null] }));
4291
4317
  };
4292
4318
 
4293
4319
  const SAFEBOXES_URL = '/api/v1/safeboxes';
@@ -4899,7 +4925,7 @@
4899
4925
  Bonus,
4900
4926
  BonusBenefitsBlock,
4901
4927
  BusinessBlock,
4902
- ButtonBlock,
4928
+ ButtonsBlock,
4903
4929
  Calculator,
4904
4930
  CardTransfer,
4905
4931
  Carousel,
@@ -5094,7 +5120,7 @@
5094
5120
  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" }) }));
5095
5121
  }
5096
5122
 
5097
- const packageVersion = "0.11.1";
5123
+ const packageVersion = "0.11.3";
5098
5124
 
5099
5125
  exports.Blocks = Blocks;
5100
5126
  exports.ContentPage = ContentPage;