@redneckz/wildless-cms-uni-blocks 0.8.22 → 0.8.23

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 (671) hide show
  1. package/bin/migration-scripts/0.8.23.js +31 -0
  2. package/bundle/blocks.schema.json +1 -1
  3. package/bundle/bundle.umd.js +25 -31
  4. package/bundle/bundle.umd.min.js +1 -1
  5. package/bundle/components/ApplicationForm/ApplicationFormContent.d.ts +2 -1
  6. package/bundle/components/BenefitsBlock/BenefitsBlockContent.d.ts +2 -4
  7. package/bundle/components/Bonus/BonusContent.d.ts +4 -4
  8. package/bundle/components/BonusBenefitsBlock/BonusBenefitsBlockContent.d.ts +2 -1
  9. package/bundle/components/BusinessBlock/BusinessBlockContent.d.ts +8 -10
  10. package/bundle/components/CardTransfer/CardTransferContent.d.ts +2 -1
  11. package/bundle/components/Carousel/CarouselContent.d.ts +3 -2
  12. package/bundle/components/CarouselBankHistoryCard/CarouselBankHistoryCardContent.d.ts +3 -6
  13. package/bundle/components/CarouselCard/CarouselCardContent.d.ts +4 -3
  14. package/bundle/components/CarouselCatalogCard/CarouselCatalogCardContent.d.ts +2 -3
  15. package/bundle/components/CarouselEventCard/CarouselEventCardContent.d.ts +3 -4
  16. package/bundle/components/CarouselInvestmentCard/CarouselInvestmentCardContent.d.ts +4 -7
  17. package/bundle/components/CarouselLinks/CarouselLinksContent.d.ts +4 -5
  18. package/bundle/components/CarouselProductCard/CarouselProductCardContent.d.ts +3 -6
  19. package/bundle/components/CarouselProgramsCard/CarouselProgramsCardContent.d.ts +3 -5
  20. package/bundle/components/CarouselRecommendationCard/CarouselRecommendationCardContent.d.ts +5 -7
  21. package/bundle/components/CarouselTariffsCard/CarouselTariffsCardContent.d.ts +3 -3
  22. package/bundle/components/ComparisonTable/ComparisonTableBody.d.ts +3 -2
  23. package/bundle/components/ComparisonTable/ComparisonTableContent.d.ts +3 -9
  24. package/bundle/components/ComparisonTable/HeaderCell.mobile.d.ts +5 -6
  25. package/bundle/components/ComparisonTable/TableRow.d.ts +3 -2
  26. package/bundle/components/ContactsBlock/ContactsBlock.d.ts +1 -1
  27. package/bundle/components/ContactsBlock/ContactsBlockContent.d.ts +6 -9
  28. package/bundle/components/ErrorBlock/ErrorBlockContent.d.ts +3 -2
  29. package/bundle/components/ExchangeRateTile/ExchangeRateTileContent.d.ts +3 -2
  30. package/bundle/components/GracePeriod/GracePeriodContent.d.ts +2 -1
  31. package/bundle/components/Header/HeaderContent.d.ts +3 -4
  32. package/bundle/components/Headline/HeadlineContent.d.ts +3 -4
  33. package/bundle/components/HorizontalLayout/HorizontalLayoutContent.d.ts +3 -2
  34. package/bundle/components/ImgBlock/ImgBlockContent.d.ts +3 -2
  35. package/bundle/components/InsuranceAmountBlock/InsuranceAmountBlockContent.d.ts +3 -2
  36. package/bundle/components/InvestmentInfo/InvestmentInfoContent.d.ts +4 -4
  37. package/bundle/components/LikeControl/LikeControl.d.ts +2 -1
  38. package/bundle/components/LinkDocs/LinkDocsContent.d.ts +2 -1
  39. package/bundle/components/LinkList/LinkListContent.d.ts +3 -2
  40. package/bundle/components/MobileAppTile/MobileAppTileContent.d.ts +2 -3
  41. package/bundle/components/OfficeMap/OfficeMapContent.d.ts +11 -10
  42. package/bundle/components/OfficeServicesBlock/OfficeServicesBlockContent.d.ts +3 -2
  43. package/bundle/components/ParagraphBlock/ParagraphBlockContent.d.ts +3 -2
  44. package/bundle/components/PictureText/PictureTextContent.d.ts +3 -4
  45. package/bundle/components/PictureText/renderBenefit.d.ts +1 -1
  46. package/bundle/components/Placeholder/PlaceholderContent.d.ts +2 -1
  47. package/bundle/components/ProductBlock/ProductBlockContent.d.ts +3 -4
  48. package/bundle/components/ProductGallery/ProductGalleryContent.d.ts +3 -4
  49. package/bundle/components/ProductTile/ProductTileContent.d.ts +3 -6
  50. package/bundle/components/PromoTile/PromoTileContent.d.ts +2 -3
  51. package/bundle/components/Recommendation/RecommendationContent.d.ts +3 -4
  52. package/bundle/components/RollupItem/RollupItem.d.ts +4 -2
  53. package/bundle/components/RollupItem/RollupItemContent.d.ts +2 -3
  54. package/bundle/components/SafeDepositRental/SafeDepositRentalContent.d.ts +2 -1
  55. package/bundle/components/StepsBlock/StepsBlockContent.d.ts +2 -2
  56. package/bundle/components/Tabs/TabsContent.d.ts +3 -2
  57. package/bundle/components/TextBlock/TextBlockContent.d.ts +4 -4
  58. package/bundle/components/Tile/TileContent.d.ts +2 -3
  59. package/bundle/components/VerticalLayout/VerticalLayoutContent.d.ts +3 -4
  60. package/bundle/components/Video/VideoContent.d.ts +3 -2
  61. package/bundle/model/HeadlineType.d.ts +4 -0
  62. package/bundle/model/JSXBlock.d.ts +9 -2
  63. package/bundle/model/LogoType.d.ts +3 -5
  64. package/bundle/services/sitemap/SitemapProps.d.ts +2 -4
  65. package/bundle/ui-kit/SwipeListControl/SwipeListControlContent.d.ts +3 -4
  66. package/bundle/ui-kit/SwipeListControl/SwipeListControlDots.d.ts +2 -0
  67. package/bundle/ui-kit/Text/TextProps.d.ts +1 -1
  68. package/dist/components/ApplicationForm/ApplicationFormContent.d.ts +2 -1
  69. package/dist/components/BenefitsBlock/BenefitsBlockContent.d.ts +2 -4
  70. package/dist/components/Bonus/BonusContent.d.ts +4 -4
  71. package/dist/components/BonusBenefitsBlock/BonusBenefitsBlockContent.d.ts +2 -1
  72. package/dist/components/BusinessBlock/BusinessBlockContent.d.ts +8 -10
  73. package/dist/components/CardTransfer/CardTransferContent.d.ts +2 -1
  74. package/dist/components/Carousel/Carousel.js +1 -1
  75. package/dist/components/Carousel/Carousel.js.map +1 -1
  76. package/dist/components/Carousel/CarouselContent.d.ts +3 -2
  77. package/dist/components/CarouselBankHistoryCard/CarouselBankHistoryCard.js +1 -1
  78. package/dist/components/CarouselBankHistoryCard/CarouselBankHistoryCard.js.map +1 -1
  79. package/dist/components/CarouselBankHistoryCard/CarouselBankHistoryCardContent.d.ts +3 -6
  80. package/dist/components/CarouselCard/CarouselCardContent.d.ts +4 -3
  81. package/dist/components/CarouselCatalogCard/CarouselCatalogCardContent.d.ts +2 -3
  82. package/dist/components/CarouselEventCard/CarouselEventCardContent.d.ts +3 -4
  83. package/dist/components/CarouselInvestmentCard/CarouselInvestmentCardContent.d.ts +4 -7
  84. package/dist/components/CarouselLinks/CarouselLinks.js +3 -3
  85. package/dist/components/CarouselLinks/CarouselLinks.js.map +1 -1
  86. package/dist/components/CarouselLinks/CarouselLinksContent.d.ts +4 -5
  87. package/dist/components/CarouselProductCard/CarouselProductCardContent.d.ts +3 -6
  88. package/dist/components/CarouselProgramsCard/CarouselProgramsCardContent.d.ts +3 -5
  89. package/dist/components/CarouselRecommendationCard/CarouselRecommendationCardContent.d.ts +5 -7
  90. package/dist/components/CarouselTariffsCard/CarouselTariffsCardContent.d.ts +3 -3
  91. package/dist/components/ComparisonTable/ComparisonTableBody.d.ts +3 -2
  92. package/dist/components/ComparisonTable/ComparisonTableBody.js.map +1 -1
  93. package/dist/components/ComparisonTable/ComparisonTableContent.d.ts +3 -9
  94. package/dist/components/ComparisonTable/HeaderCell.mobile.d.ts +5 -6
  95. package/dist/components/ComparisonTable/HeaderCell.mobile.js.map +1 -1
  96. package/dist/components/ComparisonTable/TableRow.d.ts +3 -2
  97. package/dist/components/ComparisonTable/TableRow.js.map +1 -1
  98. package/dist/components/ContactsBlock/ContactsBlock.d.ts +1 -1
  99. package/dist/components/ContactsBlock/ContactsBlockContent.d.ts +6 -9
  100. package/dist/components/ErrorBlock/ErrorBlockContent.d.ts +3 -2
  101. package/dist/components/ExchangeRateTile/ExchangeRateTileContent.d.ts +3 -2
  102. package/dist/components/GracePeriod/GracePeriodContent.d.ts +2 -1
  103. package/dist/components/Header/HeaderContent.d.ts +3 -4
  104. package/dist/components/Headline/Headline.js +2 -2
  105. package/dist/components/Headline/Headline.js.map +1 -1
  106. package/dist/components/Headline/HeadlineContent.d.ts +3 -4
  107. package/dist/components/HorizontalLayout/HorizontalLayoutContent.d.ts +3 -2
  108. package/dist/components/ImgBlock/ImgBlockContent.d.ts +3 -2
  109. package/dist/components/InsuranceAmountBlock/InsuranceAmountBlockContent.d.ts +3 -2
  110. package/dist/components/InvestmentInfo/InvestmentInfoContent.d.ts +4 -4
  111. package/dist/components/LikeControl/LikeControl.d.ts +2 -1
  112. package/dist/components/LikeControl/LikeControl.js.map +1 -1
  113. package/dist/components/LinkDocs/LinkDocsContent.d.ts +2 -1
  114. package/dist/components/LinkList/LinkListContent.d.ts +3 -2
  115. package/dist/components/MobileAppTile/MobileAppTileContent.d.ts +2 -3
  116. package/dist/components/OfficeMap/OfficeMapContent.d.ts +11 -10
  117. package/dist/components/OfficeServicesBlock/OfficeServicesBlockContent.d.ts +3 -2
  118. package/dist/components/ParagraphBlock/ParagraphBlockContent.d.ts +3 -2
  119. package/dist/components/PictureText/PictureTextContent.d.ts +3 -4
  120. package/dist/components/PictureText/renderBenefit.d.ts +1 -1
  121. package/dist/components/Placeholder/PlaceholderContent.d.ts +2 -1
  122. package/dist/components/ProductBlock/ProductBlockContent.d.ts +3 -4
  123. package/dist/components/ProductBlock/ProductBlockInner.js +1 -1
  124. package/dist/components/ProductBlock/ProductBlockInner.js.map +1 -1
  125. package/dist/components/ProductBlock/ProductBlockInner.mobile.js +1 -1
  126. package/dist/components/ProductBlock/ProductBlockInner.mobile.js.map +1 -1
  127. package/dist/components/ProductGallery/ProductGallery.js +2 -2
  128. package/dist/components/ProductGallery/ProductGallery.js.map +1 -1
  129. package/dist/components/ProductGallery/ProductGalleryContent.d.ts +3 -4
  130. package/dist/components/ProductTile/ProductTileContent.d.ts +3 -6
  131. package/dist/components/PromoTile/PromoTileContent.d.ts +2 -3
  132. package/dist/components/Recommendation/RecommendationContent.d.ts +3 -4
  133. package/dist/components/RollupItem/RollupItem.d.ts +4 -2
  134. package/dist/components/RollupItem/RollupItem.js.map +1 -1
  135. package/dist/components/RollupItem/RollupItemContent.d.ts +2 -3
  136. package/dist/components/SafeDepositRental/SafeDepositRentalContent.d.ts +2 -1
  137. package/dist/components/StepsBlock/StepsBlockContent.d.ts +2 -2
  138. package/dist/components/SwipeListControlBlock/SwipeListControlBlock.js +2 -2
  139. package/dist/components/SwipeListControlBlock/SwipeListControlBlock.js.map +1 -1
  140. package/dist/components/Tabs/TabsContent.d.ts +3 -2
  141. package/dist/components/TextBlock/TextBlock.js +5 -11
  142. package/dist/components/TextBlock/TextBlock.js.map +1 -1
  143. package/dist/components/TextBlock/TextBlock.mobile.js +4 -25
  144. package/dist/components/TextBlock/TextBlock.mobile.js.map +1 -1
  145. package/dist/components/TextBlock/TextBlockContent.d.ts +4 -4
  146. package/dist/components/Tile/TileContent.d.ts +2 -3
  147. package/dist/components/VerticalLayout/VerticalLayoutContent.d.ts +3 -4
  148. package/dist/components/Video/VideoContent.d.ts +3 -2
  149. package/dist/model/HeadlineType.d.ts +4 -0
  150. package/dist/model/JSXBlock.d.ts +9 -2
  151. package/dist/model/LogoType.d.ts +3 -5
  152. package/dist/services/sitemap/SitemapProps.d.ts +2 -4
  153. package/dist/ui-kit/BlockWrapper.js +2 -2
  154. package/dist/ui-kit/BlockWrapper.js.map +1 -1
  155. package/dist/ui-kit/SwipeListControl/SwipeListControl.js +2 -2
  156. package/dist/ui-kit/SwipeListControl/SwipeListControl.js.map +1 -1
  157. package/dist/ui-kit/SwipeListControl/SwipeListControlContent.d.ts +3 -4
  158. package/dist/ui-kit/SwipeListControl/SwipeListControlDots.d.ts +2 -0
  159. package/dist/ui-kit/SwipeListControl/SwipeListControlDots.js +4 -3
  160. package/dist/ui-kit/SwipeListControl/SwipeListControlDots.js.map +1 -1
  161. package/dist/ui-kit/Text/TextProps.d.ts +1 -1
  162. package/lib/common.css +1 -1
  163. package/lib/components/ApplicationForm/ApplicationFormContent.d.ts +2 -1
  164. package/lib/components/BenefitsBlock/BenefitsBlockContent.d.ts +2 -4
  165. package/lib/components/Bonus/BonusContent.d.ts +4 -4
  166. package/lib/components/BonusBenefitsBlock/BonusBenefitsBlockContent.d.ts +2 -1
  167. package/lib/components/BusinessBlock/BusinessBlockContent.d.ts +8 -10
  168. package/lib/components/CardTransfer/CardTransferContent.d.ts +2 -1
  169. package/lib/components/Carousel/Carousel.js +1 -1
  170. package/lib/components/Carousel/Carousel.js.map +1 -1
  171. package/lib/components/Carousel/CarouselContent.d.ts +3 -2
  172. package/lib/components/CarouselBankHistoryCard/CarouselBankHistoryCard.js +1 -1
  173. package/lib/components/CarouselBankHistoryCard/CarouselBankHistoryCard.js.map +1 -1
  174. package/lib/components/CarouselBankHistoryCard/CarouselBankHistoryCardContent.d.ts +3 -6
  175. package/lib/components/CarouselCard/CarouselCardContent.d.ts +4 -3
  176. package/lib/components/CarouselCatalogCard/CarouselCatalogCardContent.d.ts +2 -3
  177. package/lib/components/CarouselEventCard/CarouselEventCardContent.d.ts +3 -4
  178. package/lib/components/CarouselInvestmentCard/CarouselInvestmentCardContent.d.ts +4 -7
  179. package/lib/components/CarouselLinks/CarouselLinks.js +3 -3
  180. package/lib/components/CarouselLinks/CarouselLinks.js.map +1 -1
  181. package/lib/components/CarouselLinks/CarouselLinksContent.d.ts +4 -5
  182. package/lib/components/CarouselProductCard/CarouselProductCardContent.d.ts +3 -6
  183. package/lib/components/CarouselProgramsCard/CarouselProgramsCardContent.d.ts +3 -5
  184. package/lib/components/CarouselRecommendationCard/CarouselRecommendationCardContent.d.ts +5 -7
  185. package/lib/components/CarouselTariffsCard/CarouselTariffsCardContent.d.ts +3 -3
  186. package/lib/components/ComparisonTable/ComparisonTableBody.d.ts +3 -2
  187. package/lib/components/ComparisonTable/ComparisonTableBody.js.map +1 -1
  188. package/lib/components/ComparisonTable/ComparisonTableContent.d.ts +3 -9
  189. package/lib/components/ComparisonTable/HeaderCell.mobile.d.ts +5 -6
  190. package/lib/components/ComparisonTable/HeaderCell.mobile.js.map +1 -1
  191. package/lib/components/ComparisonTable/TableRow.d.ts +3 -2
  192. package/lib/components/ComparisonTable/TableRow.js.map +1 -1
  193. package/lib/components/ContactsBlock/ContactsBlock.d.ts +1 -1
  194. package/lib/components/ContactsBlock/ContactsBlockContent.d.ts +6 -9
  195. package/lib/components/ErrorBlock/ErrorBlockContent.d.ts +3 -2
  196. package/lib/components/ExchangeRateTile/ExchangeRateTileContent.d.ts +3 -2
  197. package/lib/components/GracePeriod/GracePeriodContent.d.ts +2 -1
  198. package/lib/components/Header/HeaderContent.d.ts +3 -4
  199. package/lib/components/Headline/Headline.js +2 -2
  200. package/lib/components/Headline/Headline.js.map +1 -1
  201. package/lib/components/Headline/HeadlineContent.d.ts +3 -4
  202. package/lib/components/HorizontalLayout/HorizontalLayoutContent.d.ts +3 -2
  203. package/lib/components/ImgBlock/ImgBlockContent.d.ts +3 -2
  204. package/lib/components/InsuranceAmountBlock/InsuranceAmountBlockContent.d.ts +3 -2
  205. package/lib/components/InvestmentInfo/InvestmentInfoContent.d.ts +4 -4
  206. package/lib/components/LikeControl/LikeControl.d.ts +2 -1
  207. package/lib/components/LikeControl/LikeControl.js.map +1 -1
  208. package/lib/components/LinkDocs/LinkDocsContent.d.ts +2 -1
  209. package/lib/components/LinkList/LinkListContent.d.ts +3 -2
  210. package/lib/components/MobileAppTile/MobileAppTileContent.d.ts +2 -3
  211. package/lib/components/OfficeMap/OfficeMapContent.d.ts +11 -10
  212. package/lib/components/OfficeServicesBlock/OfficeServicesBlockContent.d.ts +3 -2
  213. package/lib/components/ParagraphBlock/ParagraphBlockContent.d.ts +3 -2
  214. package/lib/components/PictureText/PictureTextContent.d.ts +3 -4
  215. package/lib/components/PictureText/renderBenefit.d.ts +1 -1
  216. package/lib/components/Placeholder/PlaceholderContent.d.ts +2 -1
  217. package/lib/components/ProductBlock/ProductBlockContent.d.ts +3 -4
  218. package/lib/components/ProductBlock/ProductBlockInner.js +1 -1
  219. package/lib/components/ProductBlock/ProductBlockInner.js.map +1 -1
  220. package/lib/components/ProductBlock/ProductBlockInner.mobile.js +1 -1
  221. package/lib/components/ProductBlock/ProductBlockInner.mobile.js.map +1 -1
  222. package/lib/components/ProductGallery/ProductGallery.js +2 -2
  223. package/lib/components/ProductGallery/ProductGallery.js.map +1 -1
  224. package/lib/components/ProductGallery/ProductGalleryContent.d.ts +3 -4
  225. package/lib/components/ProductTile/ProductTileContent.d.ts +3 -6
  226. package/lib/components/PromoTile/PromoTileContent.d.ts +2 -3
  227. package/lib/components/Recommendation/RecommendationContent.d.ts +3 -4
  228. package/lib/components/RollupItem/RollupItem.d.ts +4 -2
  229. package/lib/components/RollupItem/RollupItem.js.map +1 -1
  230. package/lib/components/RollupItem/RollupItemContent.d.ts +2 -3
  231. package/lib/components/SafeDepositRental/SafeDepositRentalContent.d.ts +2 -1
  232. package/lib/components/StepsBlock/StepsBlockContent.d.ts +2 -2
  233. package/lib/components/SwipeListControlBlock/SwipeListControlBlock.js +2 -2
  234. package/lib/components/SwipeListControlBlock/SwipeListControlBlock.js.map +1 -1
  235. package/lib/components/Tabs/TabsContent.d.ts +3 -2
  236. package/lib/components/TextBlock/TextBlock.js +5 -11
  237. package/lib/components/TextBlock/TextBlock.js.map +1 -1
  238. package/lib/components/TextBlock/TextBlock.mobile.js +4 -25
  239. package/lib/components/TextBlock/TextBlock.mobile.js.map +1 -1
  240. package/lib/components/TextBlock/TextBlockContent.d.ts +4 -4
  241. package/lib/components/Tile/TileContent.d.ts +2 -3
  242. package/lib/components/VerticalLayout/VerticalLayoutContent.d.ts +3 -4
  243. package/lib/components/Video/VideoContent.d.ts +3 -2
  244. package/lib/model/HeadlineType.d.ts +4 -0
  245. package/lib/model/JSXBlock.d.ts +9 -2
  246. package/lib/model/LogoType.d.ts +3 -5
  247. package/lib/services/sitemap/SitemapProps.d.ts +2 -4
  248. package/lib/ui-kit/BlockWrapper.js +2 -2
  249. package/lib/ui-kit/BlockWrapper.js.map +1 -1
  250. package/lib/ui-kit/SwipeListControl/SwipeListControl.js +2 -2
  251. package/lib/ui-kit/SwipeListControl/SwipeListControl.js.map +1 -1
  252. package/lib/ui-kit/SwipeListControl/SwipeListControlContent.d.ts +3 -4
  253. package/lib/ui-kit/SwipeListControl/SwipeListControlDots.d.ts +2 -0
  254. package/lib/ui-kit/SwipeListControl/SwipeListControlDots.js +4 -3
  255. package/lib/ui-kit/SwipeListControl/SwipeListControlDots.js.map +1 -1
  256. package/lib/ui-kit/Text/TextProps.d.ts +1 -1
  257. package/mobile/bundle/bundle.umd.js +15 -36
  258. package/mobile/bundle/bundle.umd.min.js +1 -1
  259. package/mobile/bundle/components/ApplicationForm/ApplicationFormContent.d.ts +2 -1
  260. package/mobile/bundle/components/BenefitsBlock/BenefitsBlockContent.d.ts +2 -4
  261. package/mobile/bundle/components/Bonus/BonusContent.d.ts +4 -4
  262. package/mobile/bundle/components/BonusBenefitsBlock/BonusBenefitsBlockContent.d.ts +2 -1
  263. package/mobile/bundle/components/BusinessBlock/BusinessBlockContent.d.ts +8 -10
  264. package/mobile/bundle/components/CardTransfer/CardTransferContent.d.ts +2 -1
  265. package/mobile/bundle/components/Carousel/CarouselContent.d.ts +3 -2
  266. package/mobile/bundle/components/CarouselBankHistoryCard/CarouselBankHistoryCardContent.d.ts +3 -6
  267. package/mobile/bundle/components/CarouselCard/CarouselCardContent.d.ts +4 -3
  268. package/mobile/bundle/components/CarouselCatalogCard/CarouselCatalogCardContent.d.ts +2 -3
  269. package/mobile/bundle/components/CarouselEventCard/CarouselEventCardContent.d.ts +3 -4
  270. package/mobile/bundle/components/CarouselInvestmentCard/CarouselInvestmentCardContent.d.ts +4 -7
  271. package/mobile/bundle/components/CarouselLinks/CarouselLinksContent.d.ts +4 -5
  272. package/mobile/bundle/components/CarouselProductCard/CarouselProductCardContent.d.ts +3 -6
  273. package/mobile/bundle/components/CarouselProgramsCard/CarouselProgramsCardContent.d.ts +3 -5
  274. package/mobile/bundle/components/CarouselRecommendationCard/CarouselRecommendationCardContent.d.ts +5 -7
  275. package/mobile/bundle/components/CarouselTariffsCard/CarouselTariffsCardContent.d.ts +3 -3
  276. package/mobile/bundle/components/ComparisonTable/ComparisonTableBody.d.ts +3 -2
  277. package/mobile/bundle/components/ComparisonTable/ComparisonTableContent.d.ts +3 -9
  278. package/mobile/bundle/components/ComparisonTable/HeaderCell.d.ts +5 -6
  279. package/mobile/bundle/components/ComparisonTable/TableRow.d.ts +3 -2
  280. package/mobile/bundle/components/ContactsBlock/ContactsBlock.d.ts +1 -1
  281. package/mobile/bundle/components/ContactsBlock/ContactsBlockContent.d.ts +6 -9
  282. package/mobile/bundle/components/ErrorBlock/ErrorBlockContent.d.ts +3 -2
  283. package/mobile/bundle/components/ExchangeRateTile/ExchangeRateTileContent.d.ts +3 -2
  284. package/mobile/bundle/components/GracePeriod/GracePeriodContent.d.ts +2 -1
  285. package/mobile/bundle/components/Header/HeaderContent.d.ts +3 -4
  286. package/mobile/bundle/components/Headline/HeadlineContent.d.ts +3 -4
  287. package/mobile/bundle/components/HorizontalLayout/HorizontalLayoutContent.d.ts +3 -2
  288. package/mobile/bundle/components/ImgBlock/ImgBlockContent.d.ts +3 -2
  289. package/mobile/bundle/components/InsuranceAmountBlock/InsuranceAmountBlockContent.d.ts +3 -2
  290. package/mobile/bundle/components/InvestmentInfo/InvestmentInfoContent.d.ts +4 -4
  291. package/mobile/bundle/components/LikeControl/LikeControl.d.ts +2 -1
  292. package/mobile/bundle/components/LinkDocs/LinkDocsContent.d.ts +2 -1
  293. package/mobile/bundle/components/LinkList/LinkListContent.d.ts +3 -2
  294. package/mobile/bundle/components/MobileAppTile/MobileAppTileContent.d.ts +2 -3
  295. package/mobile/bundle/components/OfficeMap/OfficeMapContent.d.ts +11 -10
  296. package/mobile/bundle/components/OfficeServicesBlock/OfficeServicesBlockContent.d.ts +3 -2
  297. package/mobile/bundle/components/ParagraphBlock/ParagraphBlockContent.d.ts +3 -2
  298. package/mobile/bundle/components/PictureText/PictureTextContent.d.ts +3 -4
  299. package/mobile/bundle/components/PictureText/renderBenefit.d.ts +1 -1
  300. package/mobile/bundle/components/Placeholder/PlaceholderContent.d.ts +2 -1
  301. package/mobile/bundle/components/ProductBlock/ProductBlockContent.d.ts +3 -4
  302. package/mobile/bundle/components/ProductGallery/ProductGalleryContent.d.ts +3 -4
  303. package/mobile/bundle/components/ProductTile/ProductTileContent.d.ts +3 -6
  304. package/mobile/bundle/components/PromoTile/PromoTileContent.d.ts +2 -3
  305. package/mobile/bundle/components/Recommendation/RecommendationContent.d.ts +3 -4
  306. package/mobile/bundle/components/RollupItem/RollupItem.d.ts +4 -2
  307. package/mobile/bundle/components/RollupItem/RollupItemContent.d.ts +2 -3
  308. package/mobile/bundle/components/SafeDepositRental/SafeDepositRentalContent.d.ts +2 -1
  309. package/mobile/bundle/components/StepsBlock/StepsBlockContent.d.ts +2 -2
  310. package/mobile/bundle/components/Tabs/TabsContent.d.ts +3 -2
  311. package/mobile/bundle/components/TextBlock/TextBlockContent.d.ts +4 -4
  312. package/mobile/bundle/components/Tile/TileContent.d.ts +2 -3
  313. package/mobile/bundle/components/VerticalLayout/VerticalLayoutContent.d.ts +3 -4
  314. package/mobile/bundle/components/Video/VideoContent.d.ts +3 -2
  315. package/mobile/bundle/model/HeadlineType.d.ts +4 -0
  316. package/mobile/bundle/model/JSXBlock.d.ts +9 -2
  317. package/mobile/bundle/model/LogoType.d.ts +3 -5
  318. package/mobile/bundle/services/sitemap/SitemapProps.d.ts +2 -4
  319. package/mobile/bundle/ui-kit/SwipeListControl/SwipeListControlContent.d.ts +3 -4
  320. package/mobile/bundle/ui-kit/SwipeListControl/SwipeListControlDots.d.ts +2 -0
  321. package/mobile/bundle/ui-kit/Text/TextProps.d.ts +1 -1
  322. package/mobile/dist/components/ApplicationForm/ApplicationFormContent.d.ts +2 -1
  323. package/mobile/dist/components/BenefitsBlock/BenefitsBlockContent.d.ts +2 -4
  324. package/mobile/dist/components/Bonus/BonusContent.d.ts +4 -4
  325. package/mobile/dist/components/BonusBenefitsBlock/BonusBenefitsBlockContent.d.ts +2 -1
  326. package/mobile/dist/components/BusinessBlock/BusinessBlockContent.d.ts +8 -10
  327. package/mobile/dist/components/CardTransfer/CardTransferContent.d.ts +2 -1
  328. package/mobile/dist/components/Carousel/Carousel.js +1 -1
  329. package/mobile/dist/components/Carousel/Carousel.js.map +1 -1
  330. package/mobile/dist/components/Carousel/CarouselContent.d.ts +3 -2
  331. package/mobile/dist/components/CarouselBankHistoryCard/CarouselBankHistoryCard.js +1 -1
  332. package/mobile/dist/components/CarouselBankHistoryCard/CarouselBankHistoryCard.js.map +1 -1
  333. package/mobile/dist/components/CarouselBankHistoryCard/CarouselBankHistoryCardContent.d.ts +3 -6
  334. package/mobile/dist/components/CarouselCard/CarouselCardContent.d.ts +4 -3
  335. package/mobile/dist/components/CarouselCatalogCard/CarouselCatalogCardContent.d.ts +2 -3
  336. package/mobile/dist/components/CarouselEventCard/CarouselEventCardContent.d.ts +3 -4
  337. package/mobile/dist/components/CarouselInvestmentCard/CarouselInvestmentCardContent.d.ts +4 -7
  338. package/mobile/dist/components/CarouselLinks/CarouselLinks.js +3 -3
  339. package/mobile/dist/components/CarouselLinks/CarouselLinks.js.map +1 -1
  340. package/mobile/dist/components/CarouselLinks/CarouselLinksContent.d.ts +4 -5
  341. package/mobile/dist/components/CarouselProductCard/CarouselProductCardContent.d.ts +3 -6
  342. package/mobile/dist/components/CarouselProgramsCard/CarouselProgramsCardContent.d.ts +3 -5
  343. package/mobile/dist/components/CarouselRecommendationCard/CarouselRecommendationCardContent.d.ts +5 -7
  344. package/mobile/dist/components/CarouselTariffsCard/CarouselTariffsCardContent.d.ts +3 -3
  345. package/mobile/dist/components/ComparisonTable/ComparisonTableBody.d.ts +3 -2
  346. package/mobile/dist/components/ComparisonTable/ComparisonTableBody.js.map +1 -1
  347. package/mobile/dist/components/ComparisonTable/ComparisonTableContent.d.ts +3 -9
  348. package/mobile/dist/components/ComparisonTable/HeaderCell.d.ts +5 -6
  349. package/mobile/dist/components/ComparisonTable/HeaderCell.js.map +1 -1
  350. package/mobile/dist/components/ComparisonTable/TableRow.d.ts +3 -2
  351. package/mobile/dist/components/ComparisonTable/TableRow.js.map +1 -1
  352. package/mobile/dist/components/ContactsBlock/ContactsBlock.d.ts +1 -1
  353. package/mobile/dist/components/ContactsBlock/ContactsBlockContent.d.ts +6 -9
  354. package/mobile/dist/components/ErrorBlock/ErrorBlockContent.d.ts +3 -2
  355. package/mobile/dist/components/ExchangeRateTile/ExchangeRateTileContent.d.ts +3 -2
  356. package/mobile/dist/components/GracePeriod/GracePeriodContent.d.ts +2 -1
  357. package/mobile/dist/components/Header/HeaderContent.d.ts +3 -4
  358. package/mobile/dist/components/Headline/Headline.js +2 -2
  359. package/mobile/dist/components/Headline/Headline.js.map +1 -1
  360. package/mobile/dist/components/Headline/HeadlineContent.d.ts +3 -4
  361. package/mobile/dist/components/HorizontalLayout/HorizontalLayoutContent.d.ts +3 -2
  362. package/mobile/dist/components/ImgBlock/ImgBlockContent.d.ts +3 -2
  363. package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlockContent.d.ts +3 -2
  364. package/mobile/dist/components/InvestmentInfo/InvestmentInfoContent.d.ts +4 -4
  365. package/mobile/dist/components/LikeControl/LikeControl.d.ts +2 -1
  366. package/mobile/dist/components/LikeControl/LikeControl.js.map +1 -1
  367. package/mobile/dist/components/LinkDocs/LinkDocsContent.d.ts +2 -1
  368. package/mobile/dist/components/LinkList/LinkListContent.d.ts +3 -2
  369. package/mobile/dist/components/MobileAppTile/MobileAppTileContent.d.ts +2 -3
  370. package/mobile/dist/components/OfficeMap/OfficeMapContent.d.ts +11 -10
  371. package/mobile/dist/components/OfficeServicesBlock/OfficeServicesBlockContent.d.ts +3 -2
  372. package/mobile/dist/components/ParagraphBlock/ParagraphBlockContent.d.ts +3 -2
  373. package/mobile/dist/components/PictureText/PictureTextContent.d.ts +3 -4
  374. package/mobile/dist/components/PictureText/renderBenefit.d.ts +1 -1
  375. package/mobile/dist/components/Placeholder/PlaceholderContent.d.ts +2 -1
  376. package/mobile/dist/components/ProductBlock/ProductBlockContent.d.ts +3 -4
  377. package/mobile/dist/components/ProductBlock/ProductBlockInner.js +1 -1
  378. package/mobile/dist/components/ProductBlock/ProductBlockInner.js.map +1 -1
  379. package/mobile/dist/components/ProductGallery/ProductGallery.js +2 -2
  380. package/mobile/dist/components/ProductGallery/ProductGallery.js.map +1 -1
  381. package/mobile/dist/components/ProductGallery/ProductGalleryContent.d.ts +3 -4
  382. package/mobile/dist/components/ProductTile/ProductTileContent.d.ts +3 -6
  383. package/mobile/dist/components/PromoTile/PromoTileContent.d.ts +2 -3
  384. package/mobile/dist/components/Recommendation/RecommendationContent.d.ts +3 -4
  385. package/mobile/dist/components/RollupItem/RollupItem.d.ts +4 -2
  386. package/mobile/dist/components/RollupItem/RollupItem.js.map +1 -1
  387. package/mobile/dist/components/RollupItem/RollupItemContent.d.ts +2 -3
  388. package/mobile/dist/components/SafeDepositRental/SafeDepositRentalContent.d.ts +2 -1
  389. package/mobile/dist/components/StepsBlock/StepsBlockContent.d.ts +2 -2
  390. package/mobile/dist/components/SwipeListControlBlock/SwipeListControlBlock.js +2 -2
  391. package/mobile/dist/components/SwipeListControlBlock/SwipeListControlBlock.js.map +1 -1
  392. package/mobile/dist/components/Tabs/TabsContent.d.ts +3 -2
  393. package/mobile/dist/components/TextBlock/TextBlock.js +4 -25
  394. package/mobile/dist/components/TextBlock/TextBlock.js.map +1 -1
  395. package/mobile/dist/components/TextBlock/TextBlockContent.d.ts +4 -4
  396. package/mobile/dist/components/Tile/TileContent.d.ts +2 -3
  397. package/mobile/dist/components/VerticalLayout/VerticalLayoutContent.d.ts +3 -4
  398. package/mobile/dist/components/Video/VideoContent.d.ts +3 -2
  399. package/mobile/dist/model/HeadlineType.d.ts +4 -0
  400. package/mobile/dist/model/JSXBlock.d.ts +9 -2
  401. package/mobile/dist/model/LogoType.d.ts +3 -5
  402. package/mobile/dist/services/sitemap/SitemapProps.d.ts +2 -4
  403. package/mobile/dist/ui-kit/BlockWrapper.js +2 -2
  404. package/mobile/dist/ui-kit/BlockWrapper.js.map +1 -1
  405. package/mobile/dist/ui-kit/SwipeListControl/SwipeListControl.js +2 -2
  406. package/mobile/dist/ui-kit/SwipeListControl/SwipeListControl.js.map +1 -1
  407. package/mobile/dist/ui-kit/SwipeListControl/SwipeListControlContent.d.ts +3 -4
  408. package/mobile/dist/ui-kit/SwipeListControl/SwipeListControlDots.d.ts +2 -0
  409. package/mobile/dist/ui-kit/SwipeListControl/SwipeListControlDots.js +4 -3
  410. package/mobile/dist/ui-kit/SwipeListControl/SwipeListControlDots.js.map +1 -1
  411. package/mobile/dist/ui-kit/Text/TextProps.d.ts +1 -1
  412. package/mobile/lib/components/ApplicationForm/ApplicationFormContent.d.ts +2 -1
  413. package/mobile/lib/components/BenefitsBlock/BenefitsBlockContent.d.ts +2 -4
  414. package/mobile/lib/components/Bonus/BonusContent.d.ts +4 -4
  415. package/mobile/lib/components/BonusBenefitsBlock/BonusBenefitsBlockContent.d.ts +2 -1
  416. package/mobile/lib/components/BusinessBlock/BusinessBlockContent.d.ts +8 -10
  417. package/mobile/lib/components/CardTransfer/CardTransferContent.d.ts +2 -1
  418. package/mobile/lib/components/Carousel/Carousel.js +1 -1
  419. package/mobile/lib/components/Carousel/Carousel.js.map +1 -1
  420. package/mobile/lib/components/Carousel/CarouselContent.d.ts +3 -2
  421. package/mobile/lib/components/CarouselBankHistoryCard/CarouselBankHistoryCard.js +1 -1
  422. package/mobile/lib/components/CarouselBankHistoryCard/CarouselBankHistoryCard.js.map +1 -1
  423. package/mobile/lib/components/CarouselBankHistoryCard/CarouselBankHistoryCardContent.d.ts +3 -6
  424. package/mobile/lib/components/CarouselCard/CarouselCardContent.d.ts +4 -3
  425. package/mobile/lib/components/CarouselCatalogCard/CarouselCatalogCardContent.d.ts +2 -3
  426. package/mobile/lib/components/CarouselEventCard/CarouselEventCardContent.d.ts +3 -4
  427. package/mobile/lib/components/CarouselInvestmentCard/CarouselInvestmentCardContent.d.ts +4 -7
  428. package/mobile/lib/components/CarouselLinks/CarouselLinks.js +3 -3
  429. package/mobile/lib/components/CarouselLinks/CarouselLinks.js.map +1 -1
  430. package/mobile/lib/components/CarouselLinks/CarouselLinksContent.d.ts +4 -5
  431. package/mobile/lib/components/CarouselProductCard/CarouselProductCardContent.d.ts +3 -6
  432. package/mobile/lib/components/CarouselProgramsCard/CarouselProgramsCardContent.d.ts +3 -5
  433. package/mobile/lib/components/CarouselRecommendationCard/CarouselRecommendationCardContent.d.ts +5 -7
  434. package/mobile/lib/components/CarouselTariffsCard/CarouselTariffsCardContent.d.ts +3 -3
  435. package/mobile/lib/components/ComparisonTable/ComparisonTableBody.d.ts +3 -2
  436. package/mobile/lib/components/ComparisonTable/ComparisonTableBody.js.map +1 -1
  437. package/mobile/lib/components/ComparisonTable/ComparisonTableContent.d.ts +3 -9
  438. package/mobile/lib/components/ComparisonTable/HeaderCell.d.ts +5 -6
  439. package/mobile/lib/components/ComparisonTable/HeaderCell.js.map +1 -1
  440. package/mobile/lib/components/ComparisonTable/TableRow.d.ts +3 -2
  441. package/mobile/lib/components/ComparisonTable/TableRow.js.map +1 -1
  442. package/mobile/lib/components/ContactsBlock/ContactsBlock.d.ts +1 -1
  443. package/mobile/lib/components/ContactsBlock/ContactsBlockContent.d.ts +6 -9
  444. package/mobile/lib/components/ErrorBlock/ErrorBlockContent.d.ts +3 -2
  445. package/mobile/lib/components/ExchangeRateTile/ExchangeRateTileContent.d.ts +3 -2
  446. package/mobile/lib/components/GracePeriod/GracePeriodContent.d.ts +2 -1
  447. package/mobile/lib/components/Header/HeaderContent.d.ts +3 -4
  448. package/mobile/lib/components/Headline/Headline.js +2 -2
  449. package/mobile/lib/components/Headline/Headline.js.map +1 -1
  450. package/mobile/lib/components/Headline/HeadlineContent.d.ts +3 -4
  451. package/mobile/lib/components/HorizontalLayout/HorizontalLayoutContent.d.ts +3 -2
  452. package/mobile/lib/components/ImgBlock/ImgBlockContent.d.ts +3 -2
  453. package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlockContent.d.ts +3 -2
  454. package/mobile/lib/components/InvestmentInfo/InvestmentInfoContent.d.ts +4 -4
  455. package/mobile/lib/components/LikeControl/LikeControl.d.ts +2 -1
  456. package/mobile/lib/components/LikeControl/LikeControl.js.map +1 -1
  457. package/mobile/lib/components/LinkDocs/LinkDocsContent.d.ts +2 -1
  458. package/mobile/lib/components/LinkList/LinkListContent.d.ts +3 -2
  459. package/mobile/lib/components/MobileAppTile/MobileAppTileContent.d.ts +2 -3
  460. package/mobile/lib/components/OfficeMap/OfficeMapContent.d.ts +11 -10
  461. package/mobile/lib/components/OfficeServicesBlock/OfficeServicesBlockContent.d.ts +3 -2
  462. package/mobile/lib/components/ParagraphBlock/ParagraphBlockContent.d.ts +3 -2
  463. package/mobile/lib/components/PictureText/PictureTextContent.d.ts +3 -4
  464. package/mobile/lib/components/PictureText/renderBenefit.d.ts +1 -1
  465. package/mobile/lib/components/Placeholder/PlaceholderContent.d.ts +2 -1
  466. package/mobile/lib/components/ProductBlock/ProductBlockContent.d.ts +3 -4
  467. package/mobile/lib/components/ProductBlock/ProductBlockInner.js +1 -1
  468. package/mobile/lib/components/ProductBlock/ProductBlockInner.js.map +1 -1
  469. package/mobile/lib/components/ProductGallery/ProductGallery.js +2 -2
  470. package/mobile/lib/components/ProductGallery/ProductGallery.js.map +1 -1
  471. package/mobile/lib/components/ProductGallery/ProductGalleryContent.d.ts +3 -4
  472. package/mobile/lib/components/ProductTile/ProductTileContent.d.ts +3 -6
  473. package/mobile/lib/components/PromoTile/PromoTileContent.d.ts +2 -3
  474. package/mobile/lib/components/Recommendation/RecommendationContent.d.ts +3 -4
  475. package/mobile/lib/components/RollupItem/RollupItem.d.ts +4 -2
  476. package/mobile/lib/components/RollupItem/RollupItem.js.map +1 -1
  477. package/mobile/lib/components/RollupItem/RollupItemContent.d.ts +2 -3
  478. package/mobile/lib/components/SafeDepositRental/SafeDepositRentalContent.d.ts +2 -1
  479. package/mobile/lib/components/StepsBlock/StepsBlockContent.d.ts +2 -2
  480. package/mobile/lib/components/SwipeListControlBlock/SwipeListControlBlock.js +2 -2
  481. package/mobile/lib/components/SwipeListControlBlock/SwipeListControlBlock.js.map +1 -1
  482. package/mobile/lib/components/Tabs/TabsContent.d.ts +3 -2
  483. package/mobile/lib/components/TextBlock/TextBlock.js +4 -25
  484. package/mobile/lib/components/TextBlock/TextBlock.js.map +1 -1
  485. package/mobile/lib/components/TextBlock/TextBlockContent.d.ts +4 -4
  486. package/mobile/lib/components/Tile/TileContent.d.ts +2 -3
  487. package/mobile/lib/components/VerticalLayout/VerticalLayoutContent.d.ts +3 -4
  488. package/mobile/lib/components/Video/VideoContent.d.ts +3 -2
  489. package/mobile/lib/model/HeadlineType.d.ts +4 -0
  490. package/mobile/lib/model/JSXBlock.d.ts +9 -2
  491. package/mobile/lib/model/LogoType.d.ts +3 -5
  492. package/mobile/lib/services/sitemap/SitemapProps.d.ts +2 -4
  493. package/mobile/lib/ui-kit/BlockWrapper.js +2 -2
  494. package/mobile/lib/ui-kit/BlockWrapper.js.map +1 -1
  495. package/mobile/lib/ui-kit/SwipeListControl/SwipeListControl.js +2 -2
  496. package/mobile/lib/ui-kit/SwipeListControl/SwipeListControl.js.map +1 -1
  497. package/mobile/lib/ui-kit/SwipeListControl/SwipeListControlContent.d.ts +3 -4
  498. package/mobile/lib/ui-kit/SwipeListControl/SwipeListControlDots.d.ts +2 -0
  499. package/mobile/lib/ui-kit/SwipeListControl/SwipeListControlDots.js +4 -3
  500. package/mobile/lib/ui-kit/SwipeListControl/SwipeListControlDots.js.map +1 -1
  501. package/mobile/lib/ui-kit/Text/TextProps.d.ts +1 -1
  502. package/mobile/src/components/ApplicationForm/ApplicationFormContent.ts +13 -11
  503. package/mobile/src/components/BenefitsBlock/BenefitsBlockContent.ts +9 -10
  504. package/mobile/src/components/Bonus/BonusContent.ts +8 -7
  505. package/mobile/src/components/BonusBenefitsBlock/BonusBenefitsBlockContent.ts +11 -8
  506. package/mobile/src/components/BusinessBlock/BusinessBlockContent.ts +24 -24
  507. package/mobile/src/components/CardTransfer/CardTransferContent.ts +3 -1
  508. package/mobile/src/components/Carousel/Carousel.tsx +8 -1
  509. package/mobile/src/components/Carousel/CarouselContent.ts +4 -2
  510. package/mobile/src/components/CarouselBankHistoryCard/CarouselBankHistoryCard.tsx +1 -1
  511. package/mobile/src/components/CarouselBankHistoryCard/CarouselBankHistoryCardContent.ts +4 -6
  512. package/mobile/src/components/CarouselCard/CarouselCardContent.ts +14 -12
  513. package/mobile/src/components/CarouselCatalogCard/CarouselCatalogCardContent.ts +3 -3
  514. package/mobile/src/components/CarouselEventCard/CarouselEventCardContent.ts +6 -5
  515. package/mobile/src/components/CarouselInvestmentCard/CarouselInvestmentCardContent.ts +27 -28
  516. package/mobile/src/components/CarouselLinks/CarouselLinks.example.json +2 -1
  517. package/mobile/src/components/CarouselLinks/CarouselLinks.tsx +1 -11
  518. package/mobile/src/components/CarouselLinks/CarouselLinksContent.ts +8 -7
  519. package/mobile/src/components/CarouselProductCard/CarouselProductCardContent.ts +35 -36
  520. package/mobile/src/components/CarouselProgramsCard/CarouselProgramsCardContent.ts +8 -8
  521. package/mobile/src/components/CarouselRecommendationCard/CarouselRecommendationCardContent.ts +30 -29
  522. package/mobile/src/components/CarouselTariffsCard/CarouselTariffsCardContent.ts +12 -10
  523. package/mobile/src/components/ComparisonTable/ComparisonTableBody.tsx +3 -2
  524. package/mobile/src/components/ComparisonTable/ComparisonTableContent.ts +15 -21
  525. package/mobile/src/components/ComparisonTable/HeaderCell.tsx +10 -9
  526. package/mobile/src/components/ComparisonTable/TableRow.tsx +3 -2
  527. package/mobile/src/components/ContactsBlock/ContactsBlock.tsx +1 -1
  528. package/mobile/src/components/ContactsBlock/ContactsBlockContent.ts +9 -11
  529. package/mobile/src/components/ErrorBlock/ErrorBlockContent.ts +10 -8
  530. package/mobile/src/components/ExchangeRateTile/ExchangeRateTileContent.ts +6 -4
  531. package/mobile/src/components/GracePeriod/GracePeriodContent.ts +6 -4
  532. package/mobile/src/components/Header/HeaderContent.ts +3 -4
  533. package/mobile/src/components/Headline/Headline.tsx +5 -3
  534. package/mobile/src/components/Headline/HeadlineContent.ts +9 -8
  535. package/mobile/src/components/HorizontalLayout/HorizontalLayoutContent.ts +4 -2
  536. package/mobile/src/components/ImgBlock/ImgBlockContent.ts +3 -2
  537. package/mobile/src/components/InsuranceAmountBlock/InsuranceAmountBlockContent.ts +9 -7
  538. package/mobile/src/components/InvestmentInfo/InvestmentInfoContent.ts +12 -11
  539. package/mobile/src/components/LikeControl/LikeControl.tsx +2 -1
  540. package/mobile/src/components/LinkDocs/LinkDocsContent.ts +27 -25
  541. package/mobile/src/components/LinkList/LinkListContent.ts +3 -2
  542. package/mobile/src/components/MobileAppTile/MobileAppTileContent.ts +3 -3
  543. package/mobile/src/components/OfficeMap/OfficeMapContent.ts +12 -11
  544. package/mobile/src/components/OfficeServicesBlock/OfficeServicesBlockContent.ts +7 -5
  545. package/mobile/src/components/ParagraphBlock/ParagraphBlockContent.ts +3 -2
  546. package/mobile/src/components/PictureText/PictureTextContent.ts +29 -28
  547. package/mobile/src/components/PictureText/renderBenefit.tsx +1 -1
  548. package/mobile/src/components/Placeholder/PlaceholderContent.ts +2 -1
  549. package/mobile/src/components/ProductBlock/ProductBlockContent.ts +8 -8
  550. package/mobile/src/components/ProductBlock/ProductBlockInner.tsx +2 -3
  551. package/mobile/src/components/ProductGallery/ProductGallery.tsx +3 -4
  552. package/mobile/src/components/ProductGallery/ProductGalleryContent.ts +3 -4
  553. package/mobile/src/components/ProductTile/ProductTileContent.ts +10 -6
  554. package/mobile/src/components/PromoTile/PromoTileContent.ts +3 -3
  555. package/mobile/src/components/Recommendation/RecommendationContent.ts +6 -6
  556. package/mobile/src/components/RollupItem/RollupItem.tsx +5 -3
  557. package/mobile/src/components/RollupItem/RollupItemContent.ts +8 -8
  558. package/mobile/src/components/SafeDepositRental/SafeDepositRentalContent.ts +2 -1
  559. package/mobile/src/components/StepsBlock/StepsBlockContent.ts +2 -2
  560. package/mobile/src/components/SwipeListControlBlock/SwipeListControlBlock.tsx +3 -3
  561. package/mobile/src/components/Tabs/TabsContent.ts +3 -2
  562. package/mobile/src/components/TextBlock/TextBlock.tsx +11 -45
  563. package/mobile/src/components/TextBlock/TextBlockContent.ts +4 -4
  564. package/mobile/src/components/Tile/TileContent.ts +3 -3
  565. package/mobile/src/components/VerticalLayout/VerticalLayoutContent.ts +3 -4
  566. package/mobile/src/components/Video/VideoContent.ts +18 -16
  567. package/mobile/src/model/HeadlineType.ts +5 -0
  568. package/mobile/src/model/JSXBlock.ts +10 -2
  569. package/mobile/src/model/LogoType.ts +3 -5
  570. package/mobile/src/services/sitemap/SitemapProps.ts +2 -4
  571. package/mobile/src/ui-kit/BlockWrapper.tsx +16 -3
  572. package/mobile/src/ui-kit/SwipeListControl/SwipeListControl.tsx +2 -0
  573. package/mobile/src/ui-kit/SwipeListControl/SwipeListControlContent.ts +6 -6
  574. package/mobile/src/ui-kit/SwipeListControl/SwipeListControlDots.tsx +9 -3
  575. package/mobile/src/ui-kit/Text/TextProps.ts +1 -1
  576. package/package.json +1 -1
  577. package/src/components/ApplicationForm/ApplicationFormContent.ts +13 -11
  578. package/src/components/BenefitsBlock/BenefitsBlockContent.ts +9 -10
  579. package/src/components/Bonus/BonusContent.ts +8 -7
  580. package/src/components/BonusBenefitsBlock/BonusBenefitsBlockContent.ts +11 -8
  581. package/src/components/BusinessBlock/BusinessBlockContent.ts +24 -24
  582. package/src/components/CardTransfer/CardTransferContent.ts +3 -1
  583. package/src/components/Carousel/Carousel.tsx +8 -1
  584. package/src/components/Carousel/CarouselContent.ts +4 -2
  585. package/src/components/CarouselBankHistoryCard/CarouselBankHistoryCard.tsx +1 -1
  586. package/src/components/CarouselBankHistoryCard/CarouselBankHistoryCardContent.ts +4 -6
  587. package/src/components/CarouselCard/CarouselCardContent.ts +14 -12
  588. package/src/components/CarouselCatalogCard/CarouselCatalogCardContent.ts +3 -3
  589. package/src/components/CarouselEventCard/CarouselEventCardContent.ts +6 -5
  590. package/src/components/CarouselInvestmentCard/CarouselInvestmentCardContent.ts +27 -28
  591. package/src/components/CarouselLinks/CarouselLinks.example.json +2 -1
  592. package/src/components/CarouselLinks/CarouselLinks.fixture.tsx +1 -0
  593. package/src/components/CarouselLinks/CarouselLinks.tsx +1 -11
  594. package/src/components/CarouselLinks/CarouselLinksContent.ts +8 -7
  595. package/src/components/CarouselProductCard/CarouselProductCardContent.ts +35 -36
  596. package/src/components/CarouselProgramsCard/CarouselProgramsCardContent.ts +8 -8
  597. package/src/components/CarouselRecommendationCard/CarouselRecommendationCardContent.ts +30 -29
  598. package/src/components/CarouselTariffsCard/CarouselTariffsCardContent.ts +12 -10
  599. package/src/components/ComparisonTable/ComparisonTableBody.tsx +3 -2
  600. package/src/components/ComparisonTable/ComparisonTableContent.ts +15 -21
  601. package/src/components/ComparisonTable/HeaderCell.mobile.tsx +10 -9
  602. package/src/components/ComparisonTable/TableRow.tsx +3 -2
  603. package/src/components/ContactsBlock/ContactsBlock.tsx +1 -1
  604. package/src/components/ContactsBlock/ContactsBlockContent.ts +9 -11
  605. package/src/components/ErrorBlock/ErrorBlockContent.ts +10 -8
  606. package/src/components/ExchangeRateTile/ExchangeRateTileContent.ts +6 -4
  607. package/src/components/GracePeriod/GracePeriodContent.ts +6 -4
  608. package/src/components/Header/HeaderContent.ts +3 -4
  609. package/src/components/Headline/Headline.tsx +5 -3
  610. package/src/components/Headline/HeadlineContent.ts +9 -8
  611. package/src/components/HorizontalLayout/HorizontalLayoutContent.ts +4 -2
  612. package/src/components/ImgBlock/ImgBlockContent.ts +3 -2
  613. package/src/components/InsuranceAmountBlock/InsuranceAmountBlockContent.ts +9 -7
  614. package/src/components/InvestmentInfo/InvestmentInfoContent.ts +12 -11
  615. package/src/components/LikeControl/LikeControl.tsx +2 -1
  616. package/src/components/LinkDocs/LinkDocsContent.ts +27 -25
  617. package/src/components/LinkList/LinkListContent.ts +3 -2
  618. package/src/components/MobileAppTile/MobileAppTileContent.ts +3 -3
  619. package/src/components/OfficeMap/OfficeMapContent.ts +12 -11
  620. package/src/components/OfficeServicesBlock/OfficeServicesBlockContent.ts +7 -5
  621. package/src/components/ParagraphBlock/ParagraphBlockContent.ts +3 -2
  622. package/src/components/PictureText/PictureTextContent.ts +29 -28
  623. package/src/components/PictureText/renderBenefit.tsx +1 -1
  624. package/src/components/Placeholder/PlaceholderContent.ts +2 -1
  625. package/src/components/ProductBlock/ProductBlockContent.ts +8 -8
  626. package/src/components/ProductBlock/ProductBlockInner.mobile.tsx +2 -3
  627. package/src/components/ProductBlock/ProductBlockInner.tsx +1 -0
  628. package/src/components/ProductGallery/ProductGallery.tsx +3 -4
  629. package/src/components/ProductGallery/ProductGalleryContent.ts +3 -4
  630. package/src/components/ProductTile/ProductTileContent.ts +10 -6
  631. package/src/components/PromoTile/PromoTileContent.ts +3 -3
  632. package/src/components/Recommendation/RecommendationContent.ts +6 -6
  633. package/src/components/RollupItem/RollupItem.tsx +5 -3
  634. package/src/components/RollupItem/RollupItemContent.ts +8 -8
  635. package/src/components/SafeDepositRental/SafeDepositRentalContent.ts +2 -1
  636. package/src/components/StepsBlock/StepsBlockContent.ts +2 -2
  637. package/src/components/SwipeListControlBlock/SwipeListControlBlock.tsx +3 -3
  638. package/src/components/Tabs/TabsContent.ts +3 -2
  639. package/src/components/TextBlock/TextBlock.fixture.tsx +9 -12
  640. package/src/components/TextBlock/TextBlock.mobile.tsx +11 -45
  641. package/src/components/TextBlock/TextBlock.tsx +12 -39
  642. package/src/components/TextBlock/TextBlockContent.ts +4 -4
  643. package/src/components/Tile/TileContent.ts +3 -3
  644. package/src/components/VerticalLayout/VerticalLayout.fixture.tsx +2 -0
  645. package/src/components/VerticalLayout/VerticalLayoutContent.ts +3 -4
  646. package/src/components/Video/VideoContent.ts +18 -16
  647. package/src/model/HeadlineType.ts +5 -0
  648. package/src/model/JSXBlock.ts +10 -2
  649. package/src/model/LogoType.ts +3 -5
  650. package/src/services/sitemap/SitemapProps.ts +2 -4
  651. package/src/ui-kit/BlockWrapper.tsx +16 -3
  652. package/src/ui-kit/SwipeListControl/SwipeListControl.tsx +2 -0
  653. package/src/ui-kit/SwipeListControl/SwipeListControlContent.ts +6 -6
  654. package/src/ui-kit/SwipeListControl/SwipeListControlDots.tsx +9 -3
  655. package/src/ui-kit/Text/TextProps.ts +1 -1
  656. package/bundle/components/RollupItem/RollupItemProps.d.ts +0 -4
  657. package/dist/components/RollupItem/RollupItemProps.d.ts +0 -4
  658. package/dist/components/RollupItem/RollupItemProps.js +0 -2
  659. package/dist/components/RollupItem/RollupItemProps.js.map +0 -1
  660. package/lib/components/RollupItem/RollupItemProps.d.ts +0 -4
  661. package/lib/components/RollupItem/RollupItemProps.js +0 -2
  662. package/lib/components/RollupItem/RollupItemProps.js.map +0 -1
  663. package/mobile/bundle/components/RollupItem/RollupItemProps.d.ts +0 -4
  664. package/mobile/dist/components/RollupItem/RollupItemProps.d.ts +0 -4
  665. package/mobile/dist/components/RollupItem/RollupItemProps.js +0 -2
  666. package/mobile/dist/components/RollupItem/RollupItemProps.js.map +0 -1
  667. package/mobile/lib/components/RollupItem/RollupItemProps.d.ts +0 -4
  668. package/mobile/lib/components/RollupItem/RollupItemProps.js +0 -2
  669. package/mobile/lib/components/RollupItem/RollupItemProps.js.map +0 -1
  670. package/mobile/src/components/RollupItem/RollupItemProps.ts +0 -4
  671. package/src/components/RollupItem/RollupItemProps.ts +0 -4
@@ -365,7 +365,7 @@
365
365
  transparent: 'bg-transparent text-primary-text',
366
366
  '': '',
367
367
  };
368
- const BlockWrapper = JSX(({ className = '', version = 'primary', block, tag = 'section', role, children }) => {
368
+ const BlockWrapper = JSX(({ className = '', version = 'primary', block, tag = 'section', role, isTheme = true, children, }) => {
369
369
  const Tag = tag;
370
370
  const ref = useBlockIntersectionObserver(block);
371
371
  const [isHidden, setHidden] = useState(false);
@@ -375,7 +375,7 @@
375
375
  block?.labels?.length &&
376
376
  !block.labels.includes(event.label)));
377
377
  }), [block]);
378
- return (jsx(Tag, { className: style('group', blockStyles[version], isHidden ? 'hidden' : '', className), ...(version ? { 'data-ver': version } : {}), ...(block?.anchor ? { id: block.anchor, ref } : {}), role: role, children: children }));
378
+ return (jsx(Tag, { className: style(isTheme ? 'group' : '', blockStyles[version], isHidden ? 'hidden' : '', className), ...(version && isTheme ? { 'data-ver': version } : {}), ...(block?.anchor ? { id: block.anchor, ref } : {}), role: role, children: children }));
379
379
  });
380
380
 
381
381
  const styles$4 = {
@@ -1224,9 +1224,9 @@
1224
1224
  XS: 'text-xs-light',
1225
1225
  };
1226
1226
 
1227
- const Headline = JSX(({ className, title, description, headlineVersion = 'XL', align = 'text-center', as, version = '', ...rest }) => {
1227
+ const Headline = JSX(({ className, title, description, headlineVersion = 'XL', align = 'text-center', as, ...rest }) => {
1228
1228
  const versionStyle = headlineVersionStyles[headlineVersion];
1229
- return (jsxs(BlockWrapper, { className: style('flex flex-col p-12', versionStyle.wrapper, className), version: version, ...rest, children: [title ? (jsx(Heading, { className: style('whitespace-pre-wrap', align), ...versionStyle?.title, as: as || versionStyle?.title.as, title: title })) : null, description ? (jsx(Paragraph, { color: "group-data-secondary:text-white/80", size: versionStyle.descriptionSize, align: align, children: description })) : null] }));
1229
+ return (jsxs(BlockWrapper, { className: style('flex flex-col p-12 group-data-secondary:bg-primary-main group-data-secondary:text-white', versionStyle.wrapper, className), ...rest, children: [title ? (jsx(Heading, { className: style('whitespace-pre-wrap', align), ...versionStyle?.title, as: as || versionStyle?.title.as, title: title })) : null, description ? (jsx(Paragraph, { color: "group-data-secondary:text-white/80", size: versionStyle.descriptionSize, align: align, children: description })) : null] }));
1230
1230
  });
1231
1231
 
1232
1232
  const Bonus = JSX((props) => {
@@ -2032,7 +2032,7 @@
2032
2032
  isCyclic,
2033
2033
  });
2034
2034
  const isBankHistoryCarousel = childBlocks && childBlocks[0]?.type === 'CarouselBankHistoryCard';
2035
- return (jsx(BlockWrapper, { className: style(getPaddingStyle(isPadding), className), ...rest, children: jsxs("div", { className: "relative max-w-full", children: [jsx(SwipeListContainer, { containerRef: containerRef, visibleItemCount: visibleItemCount, snapAlign: "snap-start", gap: ITEMS_GAP, onVisibleIndicesChange: scroll.handleVisibleIndicesChange, children: isBankHistoryCarousel
2035
+ return (jsx(BlockWrapper, { className: style(getPaddingStyle(isPadding), 'group-data-secondary:bg-primary-main group-data-secondary:text-white', className), ...rest, children: jsxs("div", { className: "relative max-w-full", children: [jsx(SwipeListContainer, { containerRef: containerRef, visibleItemCount: visibleItemCount, snapAlign: "snap-start", gap: ITEMS_GAP, onVisibleIndicesChange: scroll.handleVisibleIndicesChange, children: isBankHistoryCarousel
2036
2036
  ? renderChildren({
2037
2037
  ...rest,
2038
2038
  options: {
@@ -2059,7 +2059,7 @@
2059
2059
  ];
2060
2060
  const getPaddingStyle = (isPadding) => (isPadding ? 'p-12' : '');
2061
2061
 
2062
- const CarouselBankHistoryCard = JSX(({ title, description, blocksLength = 0, activeIndex, options, ...rest }) => {
2062
+ const CarouselBankHistoryCard = JSX(({ title, description, blocksLength = 0, activeIndex, options }) => {
2063
2063
  const orderNumber = Number(options?.key?.split('-').slice(-1)[0]) || 0;
2064
2064
  const isActive = orderNumber === activeIndex;
2065
2065
  return (jsx(BlockWrapper, { className: "flex h-[485px]", children: isActive ? (jsx("div", { className: "relative flex items-center w-full", children: jsx(Headline, { headlineVersion: "S", title: title, description: description, align: "text-left", className: style('absolute z-10 h-[385px] w-[440px] text-white shadow-dark-blue', getActiveBlockPosition(orderNumber, blocksLength), getBackgroundColor(orderNumber)) }) })) : (jsx("div", { className: "flex w-full items-center justify-center", children: jsx("div", { className: style('flex justify-center items-center h-[300px] w-[340px] font-mohave text-title-large tracking-[-0.03em]', getBackgroundColor(orderNumber)), children: jsx("span", { className: getTextColor(orderNumber), children: title }) }) })) }));
@@ -2154,12 +2154,12 @@
2154
2154
  });
2155
2155
 
2156
2156
  const MAX_LINKS_COUNT = 10;
2157
- const CarouselLinks = JSX(({ className = '', additionalDescription, description, links, title, version = 'secondary', ...rest }) => {
2158
- return (jsxs(BlockWrapper, { className: `flex w-full p-10 overflow-hidden justify-between ${className}`, version: version, ...rest, children: [jsxs("div", { className: "flex flex-col max-w-96 pr-9 text-white text-xl-light", children: [jsx(Headline, { className: "p-0", title: title, description: description, as: "h1", align: "text-left" }), additionalDescription ? (jsx("div", { className: "pt-6", children: jsx(Paragraph, { children: additionalDescription }) })) : null] }), links?.length ? renderLinks(links) : null] }));
2157
+ const CarouselLinks = JSX(({ className = '', additionalDescription, description, links, title, ...rest }) => {
2158
+ return (jsxs(BlockWrapper, { className: `flex w-full p-10 overflow-hidden justify-between ${className}`, ...rest, children: [jsxs("div", { className: "flex flex-col max-w-96 pr-9 text-white text-xl-light", children: [jsx(Headline, { className: "p-0", title: title, description: description, as: "h1", align: "text-left" }), additionalDescription ? (jsx("div", { className: "pt-6", children: jsx(Paragraph, { children: additionalDescription }) })) : null] }), links?.length ? renderLinks(links) : null] }));
2159
2159
  });
2160
2160
  const renderLinks = (links) => {
2161
2161
  const itemCount = Math.ceil(links.length / MAX_LINKS_COUNT);
2162
- return (jsx(Carousel, { version: "", className: "min-w-[832px] w-[832px]", isBlur: false, isCyclic: true, itemCount: itemCount, children: new Array(itemCount).fill(null).map((_, groupIndex) => (jsx("div", { className: "w-[672px] min-w-[672px] ml-20 mr-20 flex flex-wrap self-start", children: links
2162
+ return (jsx(Carousel, { className: "min-w-[832px] w-[832px]", isBlur: false, isCyclic: true, itemCount: itemCount, children: new Array(itemCount).fill(null).map((_, groupIndex) => (jsx("div", { className: "w-[672px] min-w-[672px] ml-20 mr-20 flex flex-wrap self-start", children: links
2163
2163
  .slice(groupIndex * MAX_LINKS_COUNT, (groupIndex + 1) * MAX_LINKS_COUNT)
2164
2164
  .map((link, index) => (jsx(LinkButton, { className: "m-1", ...link }, String(index)))) }, String(groupIndex)))) }));
2165
2165
  };
@@ -3628,7 +3628,7 @@
3628
3628
  const ProductBlockInner = JSX(({ className = '', title, headlineVersion = 'L', description, benefitsCountOfRow = 3, benefits, benefitsVersion, buttons, footnote, image, __html, items, version = 'primary', isDotted = true, textBlockClassName = '', }) => {
3629
3629
  const benefitsCount = benefits?.filter((_) => _.label)?.length;
3630
3630
  const benefitsContainerStyles = getBenefitsContainerStyles(benefitsCountOfRow);
3631
- return (jsxs("div", { className: style('flex grow justify-between items-stretch h-full', className), children: [jsxs("div", { className: style('flex flex-col', textBlockClassName), children: [jsx(Headline, { className: "!p-0 max-w-[600px]", title: title, description: description, headlineVersion: headlineVersion, align: "text-left" }), jsxs("div", { className: "flex flex-col justify-between h-full", children: [jsxs(BaseTile, { buttons: renderButtonsSection(buttons), children: [benefitsCount ? (jsx("div", { className: benefitsContainerStyles, children: benefits?.map(renderBenefit$1(version, benefitsVersion)) })) : null, __html ? (jsx("div", { className: "mt-5", children: jsx(RichText, { __html: __html }) })) : null, items?.length ? (jsx(List, { className: "mt-5 text-h6", items: items, itemClassName: "mb-[7px]", isDotted: isDotted })) : null] }), footnote ? jsx("p", { className: "text-m-light pt-12", children: footnote }) : null] })] }), image?.src && jsx(ImgInner, { className: "mt-[-50px]", image: image })] }));
3631
+ return (jsxs("div", { className: style('flex grow justify-between items-stretch h-full', className), children: [jsxs("div", { className: style('flex flex-col', textBlockClassName), children: [jsx(Headline, { className: "!p-0 max-w-[600px]", title: title, description: description, headlineVersion: headlineVersion, align: "text-left", version: version }), jsxs("div", { className: "flex flex-col justify-between h-full", children: [jsxs(BaseTile, { buttons: renderButtonsSection(buttons), children: [benefitsCount ? (jsx("div", { className: benefitsContainerStyles, children: benefits?.map(renderBenefit$1(version, benefitsVersion)) })) : null, __html ? (jsx("div", { className: "mt-5", children: jsx(RichText, { __html: __html }) })) : null, items?.length ? (jsx(List, { className: "mt-5 text-h6", items: items, itemClassName: "mb-[7px]", isDotted: isDotted })) : null] }), footnote ? jsx("p", { className: "text-m-light pt-12", children: footnote }) : null] })] }), image?.src && jsx(ImgInner, { className: "mt-[-50px]", image: image })] }));
3632
3632
  });
3633
3633
  const getBenefitsContainerStyles = (benefitsCountOfRow = 2) => `gap-6 mt-6 ${benefitsCountOfRow > 2
3634
3634
  ? 'inline-grid grid-cols-[auto_auto_auto]'
@@ -3650,12 +3650,12 @@
3650
3650
  : null, breadcrumbs?.length ? (jsx("div", { className: "text-xs-light mb-6", children: joinList(jsx("span", { className: `mx-2 ${breadcrumbStyle}`, children: "/" }))(breadcrumbs.map((breadcrumb, i) => (jsx(Breadcrumb, { className: breadcrumbStyle, ...breadcrumb }, String(i))))) })) : null, jsx(ProductBlockInner, { version: version, ...rest })] }));
3651
3651
  });
3652
3652
 
3653
- const ProductGallery = JSX(({ className = '', slides = [], version = 'primary', ...rest }) => {
3653
+ const ProductGallery = JSX(({ className = '', slides = [], ...rest }) => {
3654
3654
  const galleryNav = slides.map((s) => s.nav);
3655
3655
  const galleryBlocks = slides.map((s) => s.productBlock);
3656
3656
  const [activeSlideIndex, setActiveSlideIndex] = useState(0);
3657
3657
  const handleActiveSlideIndex = useCallback((_) => setActiveSlideIndex(_), []);
3658
- return (jsxs(BlockWrapper, { className: `box-border pt-12 overflow-hidden relative w-100 mb-6 ${className}`, version: version, ...rest, children: [jsx("div", { className: "flex duration-1000 pb-14", style: { transform: `translateX(-${activeSlideIndex}00%)` }, role: "list", children: galleryBlocks.map((_, i) => renderProductBlock({ ..._, ...rest, version }, i)) }), jsx("div", { className: "flex items-center absolute bottom-6 left-0 right-0 px-[26px] box-border h-28", children: galleryNav.map((slide, i) => renderNavButton({
3658
+ return (jsxs(BlockWrapper, { className: `box-border pt-12 overflow-hidden relative w-100 mb-6 ${className}`, ...rest, children: [jsx("div", { className: "flex duration-1000 pb-14", style: { transform: `translateX(-${activeSlideIndex}00%)` }, role: "list", children: galleryBlocks.map((_, i) => renderProductBlock({ ..._, ...rest }, i)) }), jsx("div", { className: "flex items-center absolute bottom-6 left-0 right-0 px-[26px] box-border h-28", children: galleryNav.map((slide, i) => renderNavButton({
3659
3659
  slide,
3660
3660
  i,
3661
3661
  isActive: Boolean(i === activeSlideIndex),
@@ -3946,9 +3946,9 @@
3946
3946
  'horizontal-list': 'w-6',
3947
3947
  'vertical-list': 'h-6',
3948
3948
  };
3949
- const dotStyle = 'cursor-pointer bg-primary-main rounded-full transition-width duration-300 group-data-secondary:bg-white group-data-transparent:bg-white';
3949
+ const dotStyle = 'cursor-pointer rounded-full transition-width duration-300 bg-primary-main group-data-secondary:bg-white group-data-transparent:bg-white';
3950
3950
  const inactiveDotStyle = 'w-2 h-2 opacity-30';
3951
- const SwipeListControlDots = JSX(({ containerRef, activeIndex, dotCount = 0, listType = 'horizontal-list' }) => {
3951
+ const SwipeListControlDots = JSX(({ containerRef, activeIndex, dotCount = 0, listType = 'horizontal-list', version }) => {
3952
3952
  const handleClick = (idx) => {
3953
3953
  if (idx !== activeIndex && containerRef?.current) {
3954
3954
  containerRef.current.children[idx]?.scrollIntoView({
@@ -3957,7 +3957,7 @@
3957
3957
  });
3958
3958
  }
3959
3959
  };
3960
- return dotCount ? (jsx("div", { className: `flex gap-2 ${containerStyles[listType]}`, children: new Array(dotCount).fill(null).map((_, idx) => (jsx("div", { className: `${dotStyle} ${idx === activeIndex ? activeDotStyles[listType] : inactiveDotStyle}`, role: "button", "aria-hidden": true, onClick: () => handleClick(idx) }, String(idx)))) })) : null;
3960
+ return dotCount ? (jsx("div", { className: style('flex gap-2', containerStyles[listType], version ? 'group' : ''), ...(version ? { 'data-ver': version } : {}), children: new Array(dotCount).fill(null).map((_, idx) => (jsx("div", { className: `${dotStyle} ${idx === activeIndex ? activeDotStyles[listType] : inactiveDotStyle}`, role: "button", "aria-hidden": true, onClick: () => handleClick(idx) }, String(idx)))) })) : null;
3961
3961
  });
3962
3962
 
3963
3963
  const DEFAULT_GAP = 14;
@@ -3967,18 +3967,18 @@
3967
3967
  and get rid of a clipping effect caused by overflow: hidden.
3968
3968
  */
3969
3969
  const DEFAULT_PADDING = 16;
3970
- const SwipeListControl = JSX(({ className = '', gap = DEFAULT_GAP, padding = DEFAULT_PADDING, showDots = true, minHeight, children, onVisibleIndicesChange, listType = 'horizontal-list', }) => {
3970
+ const SwipeListControl = JSX(({ className = '', gap = DEFAULT_GAP, padding = DEFAULT_PADDING, showDots = true, minHeight, children, onVisibleIndicesChange, listType = 'horizontal-list', version, }) => {
3971
3971
  const itemCount = Array.isArray(children) ? children.length : 0;
3972
3972
  const [containerRef, scroll] = useSwipeListScroll({
3973
3973
  itemCount,
3974
3974
  onVisibleIndicesChange,
3975
3975
  });
3976
3976
  const [activeIndex] = scroll.visibleIndicesRange;
3977
- return (jsxs("div", { className: style(className, listType === 'vertical-list' ? 'relative h-full' : ''), children: [jsx(SwipeListContainer, { containerRef: containerRef, activeIndex: activeIndex, visibleItemCount: 1, gap: gap, padding: padding, onVisibleIndicesChange: scroll.handleVisibleIndicesChange, listType: listType, minHeight: minHeight, children: children }), showDots ? (jsx(SwipeListControlDots, { containerRef: containerRef, activeIndex: activeIndex, dotCount: itemCount, listType: listType })) : null] }));
3977
+ return (jsxs("div", { className: style(className, listType === 'vertical-list' ? 'relative h-full' : ''), children: [jsx(SwipeListContainer, { containerRef: containerRef, activeIndex: activeIndex, visibleItemCount: 1, gap: gap, padding: padding, onVisibleIndicesChange: scroll.handleVisibleIndicesChange, listType: listType, minHeight: minHeight, children: children }), showDots ? (jsx(SwipeListControlDots, { containerRef: containerRef, activeIndex: activeIndex, dotCount: itemCount, listType: listType, version: version })) : null] }));
3978
3978
  });
3979
3979
 
3980
- const SwipeListControlBlock = JSX(({ listType, showDots, options, ...rest }) => {
3981
- return (jsx(BlockWrapper, { ...rest, children: jsx(SwipeListControl, { listType: listType, showDots: showDots, children: renderChildren({ ...rest, options }) }) }));
3980
+ const SwipeListControlBlock = JSX(({ listType, showDots, options, version, ...rest }) => {
3981
+ return (jsx(BlockWrapper, { version: version, ...rest, children: jsx(SwipeListControl, { listType: listType, showDots: showDots, version: version, children: renderChildren({ ...rest, options }) }) }));
3982
3982
  });
3983
3983
  SwipeListControlBlock.childrenTypes = {
3984
3984
  exclude: ['SwipeListControlBlock'],
@@ -4312,19 +4312,13 @@
4312
4312
  })] }), isScrollAvailable ? (jsx("div", { className: "absolute top-0 right-0 bottom-0 w-[84px] bg-opacity-to-white" })) : null] }));
4313
4313
  });
4314
4314
 
4315
- const textBlockBack = {
4316
- primary: 'bg-white',
4317
- secondary: 'bg-primary-main',
4318
- 'secondary-light': 'bg-primary-main/10',
4319
- };
4320
- const TextBlock = JSX(({ className = '', title, description, blockVersion = 'primary', iconVersion, image, __html, ...rest }) => {
4321
- const isSecondaryBlock = blockVersion === 'secondary';
4322
- return (jsxs(BlockWrapper, { className: `px-9 py-4 flex gap-3 ${textBlockBack[blockVersion]} ${className}`, ...rest, children: [iconVersion === 'small' ? (jsx("div", { className: "mt-1", children: renderIcon(isSecondaryBlock) })) : null, iconVersion === 'big' ? renderImage(image) : null, jsxs("div", { children: [title ? renderTitle(title, isSecondaryBlock) : null, description ? (jsx("div", { className: "mt-1", children: renderDescription(description, isSecondaryBlock) })) : null, __html ? jsx(RichText, { __html: __html }) : null] })] }));
4315
+ const TextBlock = JSX(({ className = '', title, description, iconVersion, image, __html, ...rest }) => {
4316
+ return (jsxs(BlockWrapper, { className: `px-9 py-4 flex gap-3 bg-white group-data-secondary:bg-primary-main/10' ${className}`, ...rest, children: [iconVersion === 'small' ? jsx("div", { className: "mt-1", children: renderIcon() }) : null, iconVersion === 'big' ? renderImage(image) : null, jsxs("div", { children: [title ? renderTitle(title) : null, description ? jsx("div", { className: "mt-1", children: renderDescription(description) }) : null, __html ? jsx(RichText, { __html: __html }) : null] })] }));
4323
4317
  });
4324
- const renderIcon = (isSecondaryBlock) => (jsx("div", { className: `rounded-full h-4 w-4 text-center text-xs-light ${isSecondaryBlock ? 'bg-white text-primary-main' : 'bg-primary-main text-white'}`, children: "i" }));
4318
+ const renderIcon = () => (jsx("div", { className: `rounded-full h-4 w-4 text-center text-xs-light bg-primary-main text-white group-data-secondary:bg-white group-data-secondary:text-primary-main`, children: "i" }));
4325
4319
  const renderImage = (image) => (image?.src ? jsx(ImgInner, { image: image }) : null);
4326
- const renderTitle = (title, isSecondaryBlock) => (jsx(Text, { size: "text-l", font: "font-medium", color: isSecondaryBlock ? 'text-white' : 'text-primary-text', children: title }));
4327
- const renderDescription = (description, isSecondaryBlock) => (jsx(Paragraph, { size: "text-s", color: isSecondaryBlock ? 'text-white' : 'text-secondary-text', children: description }));
4320
+ const renderTitle = (title) => (jsx(Text, { size: "text-l", font: "font-medium", color: "text-primary-text group-data-secondary:text-white", children: title }));
4321
+ const renderDescription = (description) => (jsx(Paragraph, { size: "text-s", color: "text-secondary-text group-data-secondary:text-white", children: description }));
4328
4322
 
4329
4323
  const Tags = JSX((props) => {
4330
4324
  const { tags, className = '' } = props;
@@ -4541,7 +4535,7 @@
4541
4535
  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" }) }));
4542
4536
  }
4543
4537
 
4544
- const packageVersion = "0.8.22";
4538
+ const packageVersion = "0.8.23";
4545
4539
 
4546
4540
  exports.Blocks = Blocks;
4547
4541
  exports.ContentPage = ContentPage;