@redneckz/wildless-cms-uni-blocks 0.13.22 → 0.13.24

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 (380) hide show
  1. package/bin/migration-scripts/0.13.15.js +25 -0
  2. package/bundle/blocks.schema.json +1 -1
  3. package/bundle/bundle.umd.js +49 -38
  4. package/bundle/bundle.umd.min.js +1 -1
  5. package/bundle/components/Carousel/visibleItemCount.d.ts +1 -0
  6. package/bundle/components/Carousel/visibleItemCount.mobile.d.ts +1 -0
  7. package/bundle/components/CarouselRecommendationCard/CarouselRecommendationCard.mobile.d.ts +1 -1
  8. package/bundle/components/CarouselRecommendationCard/CarouselRecommendationCardContent.d.ts +2 -3
  9. package/bundle/components/Footer/FooterContent.d.ts +4 -1
  10. package/bundle/components/Footer/FooterDataProps.d.ts +4 -10
  11. package/bundle/components/Footer/MediaButton.d.ts +2 -3
  12. package/bundle/components/Footer/{buttonSizeStyles.d.ts → buttonSizeStyle.d.ts} +1 -1
  13. package/bundle/components/ProductBlock/ProductBlockContent.d.ts +1 -1
  14. package/bundle/services/search/useSearch.d.ts +3 -3
  15. package/bundle/ui-kit/BaseProductTile/BaseProductTileContent.d.ts +2 -0
  16. package/bundle/ui-kit/BaseTile/BaseTile.d.ts +1 -0
  17. package/bundle/ui-kit/RichText/getHtmlText.d.ts +1 -0
  18. package/bundle/utils/Nullable.d.ts +1 -0
  19. package/cosmos-static/icons/MailIcon.svg +1 -1
  20. package/cosmos-static/icons/PhoneIcon.svg +1 -1
  21. package/cosmos-static/icons/RutubeIcon.svg +1 -1
  22. package/dist/components/Calculator/Calculator.mobile.js +1 -1
  23. package/dist/components/Calculator/Calculator.mobile.js.map +1 -1
  24. package/dist/components/Calculator/useRefinancingCalculatorParams.js +0 -3
  25. package/dist/components/Calculator/useRefinancingCalculatorParams.js.map +1 -1
  26. package/dist/components/Carousel/Carousel.js +2 -1
  27. package/dist/components/Carousel/Carousel.js.map +1 -1
  28. package/dist/components/Carousel/visibleItemCount.d.ts +1 -0
  29. package/dist/components/Carousel/visibleItemCount.js +4 -0
  30. package/dist/components/Carousel/visibleItemCount.js.map +1 -0
  31. package/dist/components/Carousel/visibleItemCount.mobile.d.ts +1 -0
  32. package/dist/components/Carousel/visibleItemCount.mobile.js +4 -0
  33. package/dist/components/Carousel/visibleItemCount.mobile.js.map +1 -0
  34. package/dist/components/CarouselRecommendationCard/CarouselRecommendationCard.js +1 -0
  35. package/dist/components/CarouselRecommendationCard/CarouselRecommendationCard.js.map +1 -1
  36. package/dist/components/CarouselRecommendationCard/CarouselRecommendationCard.mobile.d.ts +1 -1
  37. package/dist/components/CarouselRecommendationCard/CarouselRecommendationCard.mobile.js.map +1 -1
  38. package/dist/components/CarouselRecommendationCard/CarouselRecommendationCardContent.d.ts +2 -3
  39. package/dist/components/Footer/Footer.js +4 -3
  40. package/dist/components/Footer/Footer.js.map +1 -1
  41. package/dist/components/Footer/FooterContent.d.ts +4 -1
  42. package/dist/components/Footer/FooterDataProps.d.ts +4 -10
  43. package/dist/components/Footer/MediaButton.d.ts +2 -3
  44. package/dist/components/Footer/MediaButton.js +5 -4
  45. package/dist/components/Footer/MediaButton.js.map +1 -1
  46. package/dist/components/Footer/SocialMedia.js +1 -1
  47. package/dist/components/Footer/SocialMedia.js.map +1 -1
  48. package/{lib/components/Footer/buttonSizeStyles.d.ts → dist/components/Footer/buttonSizeStyle.d.ts} +1 -1
  49. package/{mobile/dist/components/Footer/buttonSizeStyles.js → dist/components/Footer/buttonSizeStyle.js} +3 -3
  50. package/dist/components/Footer/buttonSizeStyle.js.map +1 -0
  51. package/dist/components/ProductBlock/ProductBlock.js.map +1 -1
  52. package/dist/components/ProductBlock/ProductBlockContent.d.ts +1 -1
  53. package/dist/components/ProductBlock/renderBackwardButton.js +1 -1
  54. package/dist/components/ProductBlock/renderBackwardButton.js.map +1 -1
  55. package/dist/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.js +12 -3
  56. package/dist/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.js.map +1 -1
  57. package/dist/components/StepsBlock/StepsBlock.mobile.js +1 -1
  58. package/dist/components/StepsBlock/StepsBlock.mobile.js.map +1 -1
  59. package/dist/icons/IconName.js +1 -1
  60. package/dist/icons/IconName.js.map +1 -1
  61. package/dist/services/search/useSearch.d.ts +3 -3
  62. package/dist/services/search/useSearch.js +2 -5
  63. package/dist/services/search/useSearch.js.map +1 -1
  64. package/dist/ui-kit/BaseProductTile/BaseProductTile.js +2 -2
  65. package/dist/ui-kit/BaseProductTile/BaseProductTile.js.map +1 -1
  66. package/dist/ui-kit/BaseProductTile/BaseProductTileContent.d.ts +2 -0
  67. package/dist/ui-kit/BaseTile/BaseTile.d.ts +1 -0
  68. package/dist/ui-kit/BaseTile/BaseTile.js +2 -2
  69. package/dist/ui-kit/BaseTile/BaseTile.js.map +1 -1
  70. package/dist/ui-kit/Button/buttonClassNameConstants.js +2 -2
  71. package/dist/ui-kit/Button/buttonClassNameConstants.js.map +1 -1
  72. package/dist/ui-kit/Button/renderButtonsSection.js +11 -4
  73. package/dist/ui-kit/Button/renderButtonsSection.js.map +1 -1
  74. package/dist/ui-kit/Logo/Logo.js +1 -1
  75. package/dist/ui-kit/Logo/Logo.js.map +1 -1
  76. package/dist/ui-kit/RichText/RichText.js +2 -1
  77. package/dist/ui-kit/RichText/RichText.js.map +1 -1
  78. package/dist/ui-kit/RichText/getHtmlText.d.ts +1 -0
  79. package/dist/ui-kit/RichText/getHtmlText.js +5 -0
  80. package/dist/ui-kit/RichText/getHtmlText.js.map +1 -0
  81. package/dist/ui-kit/SearchDialog/SearchDialog.js +0 -1
  82. package/dist/ui-kit/SearchDialog/SearchDialog.js.map +1 -1
  83. package/dist/utils/Nullable.d.ts +1 -0
  84. package/dist/utils/Nullable.js +2 -0
  85. package/dist/utils/Nullable.js.map +1 -0
  86. package/lib/common.css +1 -1
  87. package/lib/components/Calculator/Calculator.mobile.js +1 -1
  88. package/lib/components/Calculator/Calculator.mobile.js.map +1 -1
  89. package/lib/components/Calculator/useRefinancingCalculatorParams.js +0 -3
  90. package/lib/components/Calculator/useRefinancingCalculatorParams.js.map +1 -1
  91. package/lib/components/Carousel/Carousel.js +2 -1
  92. package/lib/components/Carousel/Carousel.js.map +1 -1
  93. package/lib/components/Carousel/visibleItemCount.d.ts +1 -0
  94. package/lib/components/Carousel/visibleItemCount.js +2 -0
  95. package/lib/components/Carousel/visibleItemCount.js.map +1 -0
  96. package/lib/components/Carousel/visibleItemCount.mobile.d.ts +1 -0
  97. package/lib/components/Carousel/visibleItemCount.mobile.js +2 -0
  98. package/lib/components/Carousel/visibleItemCount.mobile.js.map +1 -0
  99. package/lib/components/CarouselRecommendationCard/CarouselRecommendationCard.js +1 -0
  100. package/lib/components/CarouselRecommendationCard/CarouselRecommendationCard.js.map +1 -1
  101. package/lib/components/CarouselRecommendationCard/CarouselRecommendationCard.mobile.d.ts +1 -1
  102. package/lib/components/CarouselRecommendationCard/CarouselRecommendationCard.mobile.js.map +1 -1
  103. package/lib/components/CarouselRecommendationCard/CarouselRecommendationCardContent.d.ts +2 -3
  104. package/lib/components/Footer/Footer.js +4 -3
  105. package/lib/components/Footer/Footer.js.map +1 -1
  106. package/lib/components/Footer/FooterContent.d.ts +4 -1
  107. package/lib/components/Footer/FooterDataProps.d.ts +4 -10
  108. package/lib/components/Footer/MediaButton.d.ts +2 -3
  109. package/lib/components/Footer/MediaButton.js +5 -4
  110. package/lib/components/Footer/MediaButton.js.map +1 -1
  111. package/lib/components/Footer/SocialMedia.js +1 -1
  112. package/lib/components/Footer/SocialMedia.js.map +1 -1
  113. package/{dist/components/Footer/buttonSizeStyles.d.ts → lib/components/Footer/buttonSizeStyle.d.ts} +1 -1
  114. package/lib/components/Footer/buttonSizeStyle.js +5 -0
  115. package/lib/components/Footer/buttonSizeStyle.js.map +1 -0
  116. package/lib/components/ProductBlock/ProductBlock.js.map +1 -1
  117. package/lib/components/ProductBlock/ProductBlockContent.d.ts +1 -1
  118. package/lib/components/ProductBlock/renderBackwardButton.js +1 -1
  119. package/lib/components/ProductBlock/renderBackwardButton.js.map +1 -1
  120. package/lib/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.js +12 -3
  121. package/lib/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.js.map +1 -1
  122. package/lib/components/StepsBlock/StepsBlock.mobile.js +1 -1
  123. package/lib/components/StepsBlock/StepsBlock.mobile.js.map +1 -1
  124. package/lib/components/Tile/Tile.fixture.mobile.d.ts +9 -0
  125. package/lib/icons/IconName.js +1 -1
  126. package/lib/icons/IconName.js.map +1 -1
  127. package/lib/services/search/useSearch.d.ts +3 -3
  128. package/lib/services/search/useSearch.js +3 -6
  129. package/lib/services/search/useSearch.js.map +1 -1
  130. package/lib/ui-kit/BaseProductTile/BaseProductTile.js +2 -2
  131. package/lib/ui-kit/BaseProductTile/BaseProductTile.js.map +1 -1
  132. package/lib/ui-kit/BaseProductTile/BaseProductTileContent.d.ts +2 -0
  133. package/lib/ui-kit/BaseTile/BaseTile.d.ts +1 -0
  134. package/lib/ui-kit/BaseTile/BaseTile.js +2 -2
  135. package/lib/ui-kit/BaseTile/BaseTile.js.map +1 -1
  136. package/lib/ui-kit/Button/buttonClassNameConstants.js +2 -2
  137. package/lib/ui-kit/Button/buttonClassNameConstants.js.map +1 -1
  138. package/lib/ui-kit/Button/renderButtonsSection.js +11 -4
  139. package/lib/ui-kit/Button/renderButtonsSection.js.map +1 -1
  140. package/lib/ui-kit/Logo/Logo.js +1 -1
  141. package/lib/ui-kit/Logo/Logo.js.map +1 -1
  142. package/lib/ui-kit/RichText/RichText.js +2 -1
  143. package/lib/ui-kit/RichText/RichText.js.map +1 -1
  144. package/lib/ui-kit/RichText/getHtmlText.d.ts +1 -0
  145. package/lib/ui-kit/RichText/getHtmlText.js +2 -0
  146. package/lib/ui-kit/RichText/getHtmlText.js.map +1 -0
  147. package/lib/ui-kit/SearchDialog/SearchDialog.js +0 -1
  148. package/lib/ui-kit/SearchDialog/SearchDialog.js.map +1 -1
  149. package/lib/utils/Nullable.d.ts +1 -0
  150. package/lib/utils/Nullable.js +2 -0
  151. package/lib/utils/Nullable.js.map +1 -0
  152. package/mobile/bundle/bundle.umd.js +47 -37
  153. package/mobile/bundle/bundle.umd.min.js +1 -1
  154. package/mobile/bundle/components/Carousel/visibleItemCount.d.ts +1 -0
  155. package/mobile/bundle/components/CarouselRecommendationCard/CarouselRecommendationCard.d.ts +1 -1
  156. package/mobile/bundle/components/CarouselRecommendationCard/CarouselRecommendationCardContent.d.ts +2 -3
  157. package/mobile/bundle/components/Footer/FooterContent.d.ts +4 -1
  158. package/mobile/bundle/components/Footer/FooterDataProps.d.ts +4 -10
  159. package/mobile/bundle/components/Footer/MediaButton.d.ts +2 -3
  160. package/mobile/bundle/components/Footer/{buttonSizeStyles.d.ts → buttonSizeStyle.d.ts} +1 -1
  161. package/mobile/bundle/components/ProductBlock/ProductBlockContent.d.ts +1 -1
  162. package/mobile/bundle/services/search/useSearch.d.ts +3 -3
  163. package/mobile/bundle/ui-kit/BaseProductTile/BaseProductTileContent.d.ts +2 -0
  164. package/mobile/bundle/ui-kit/BaseTile/BaseTile.d.ts +1 -0
  165. package/mobile/bundle/ui-kit/RichText/getHtmlText.d.ts +1 -0
  166. package/mobile/bundle/utils/Nullable.d.ts +1 -0
  167. package/mobile/dist/components/Calculator/Calculator.js +1 -1
  168. package/mobile/dist/components/Calculator/Calculator.js.map +1 -1
  169. package/mobile/dist/components/Calculator/useRefinancingCalculatorParams.js +0 -3
  170. package/mobile/dist/components/Calculator/useRefinancingCalculatorParams.js.map +1 -1
  171. package/mobile/dist/components/Carousel/Carousel.js +2 -1
  172. package/mobile/dist/components/Carousel/Carousel.js.map +1 -1
  173. package/mobile/dist/components/Carousel/visibleItemCount.d.ts +1 -0
  174. package/mobile/dist/components/Carousel/visibleItemCount.js +4 -0
  175. package/mobile/dist/components/Carousel/visibleItemCount.js.map +1 -0
  176. package/mobile/dist/components/CarouselRecommendationCard/CarouselRecommendationCard.d.ts +1 -1
  177. package/mobile/dist/components/CarouselRecommendationCard/CarouselRecommendationCard.js.map +1 -1
  178. package/mobile/dist/components/CarouselRecommendationCard/CarouselRecommendationCardContent.d.ts +2 -3
  179. package/mobile/dist/components/Footer/FooterContent.d.ts +4 -1
  180. package/mobile/dist/components/Footer/FooterDataProps.d.ts +4 -10
  181. package/mobile/dist/components/Footer/MediaButton.d.ts +2 -3
  182. package/mobile/dist/components/Footer/MediaButton.js +5 -4
  183. package/mobile/dist/components/Footer/MediaButton.js.map +1 -1
  184. package/mobile/dist/components/Footer/SocialMedia.js +1 -1
  185. package/mobile/dist/components/Footer/SocialMedia.js.map +1 -1
  186. package/mobile/dist/components/Footer/buttonSizeStyle.d.ts +4 -0
  187. package/{dist/components/Footer/buttonSizeStyles.js → mobile/dist/components/Footer/buttonSizeStyle.js} +3 -3
  188. package/mobile/dist/components/Footer/buttonSizeStyle.js.map +1 -0
  189. package/mobile/dist/components/ProductBlock/ProductBlock.js.map +1 -1
  190. package/mobile/dist/components/ProductBlock/ProductBlockContent.d.ts +1 -1
  191. package/mobile/dist/components/ProductBlock/renderBackwardButton.js +1 -1
  192. package/mobile/dist/components/ProductBlock/renderBackwardButton.js.map +1 -1
  193. package/mobile/dist/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.js +12 -3
  194. package/mobile/dist/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.js.map +1 -1
  195. package/mobile/dist/components/StepsBlock/StepsBlock.js +1 -1
  196. package/mobile/dist/components/StepsBlock/StepsBlock.js.map +1 -1
  197. package/mobile/dist/icons/IconName.js +1 -1
  198. package/mobile/dist/icons/IconName.js.map +1 -1
  199. package/mobile/dist/services/search/useSearch.d.ts +3 -3
  200. package/mobile/dist/services/search/useSearch.js +2 -5
  201. package/mobile/dist/services/search/useSearch.js.map +1 -1
  202. package/mobile/dist/ui-kit/BaseProductTile/BaseProductTile.js +2 -2
  203. package/mobile/dist/ui-kit/BaseProductTile/BaseProductTile.js.map +1 -1
  204. package/mobile/dist/ui-kit/BaseProductTile/BaseProductTileContent.d.ts +2 -0
  205. package/mobile/dist/ui-kit/BaseTile/BaseTile.d.ts +1 -0
  206. package/mobile/dist/ui-kit/BaseTile/BaseTile.js +2 -2
  207. package/mobile/dist/ui-kit/BaseTile/BaseTile.js.map +1 -1
  208. package/mobile/dist/ui-kit/Button/buttonClassNameConstants.js +2 -2
  209. package/mobile/dist/ui-kit/Button/buttonClassNameConstants.js.map +1 -1
  210. package/mobile/dist/ui-kit/Button/renderButtonsSection.js +11 -4
  211. package/mobile/dist/ui-kit/Button/renderButtonsSection.js.map +1 -1
  212. package/mobile/dist/ui-kit/Logo/Logo.js +1 -1
  213. package/mobile/dist/ui-kit/Logo/Logo.js.map +1 -1
  214. package/mobile/dist/ui-kit/RichText/RichText.js +2 -1
  215. package/mobile/dist/ui-kit/RichText/RichText.js.map +1 -1
  216. package/mobile/dist/ui-kit/RichText/getHtmlText.d.ts +1 -0
  217. package/mobile/dist/ui-kit/RichText/getHtmlText.js +5 -0
  218. package/mobile/dist/ui-kit/RichText/getHtmlText.js.map +1 -0
  219. package/mobile/dist/ui-kit/SearchDialog/SearchDialog.js +0 -1
  220. package/mobile/dist/ui-kit/SearchDialog/SearchDialog.js.map +1 -1
  221. package/mobile/dist/utils/Nullable.d.ts +1 -0
  222. package/mobile/dist/utils/Nullable.js +2 -0
  223. package/mobile/dist/utils/Nullable.js.map +1 -0
  224. package/mobile/lib/common.css +1 -1
  225. package/mobile/lib/components/Calculator/Calculator.js +1 -1
  226. package/mobile/lib/components/Calculator/Calculator.js.map +1 -1
  227. package/mobile/lib/components/Calculator/useRefinancingCalculatorParams.js +0 -3
  228. package/mobile/lib/components/Calculator/useRefinancingCalculatorParams.js.map +1 -1
  229. package/mobile/lib/components/Carousel/Carousel.js +2 -1
  230. package/mobile/lib/components/Carousel/Carousel.js.map +1 -1
  231. package/mobile/lib/components/Carousel/visibleItemCount.d.ts +1 -0
  232. package/mobile/lib/components/Carousel/visibleItemCount.js +2 -0
  233. package/mobile/lib/components/Carousel/visibleItemCount.js.map +1 -0
  234. package/mobile/lib/components/CarouselRecommendationCard/CarouselRecommendationCard.d.ts +1 -1
  235. package/mobile/lib/components/CarouselRecommendationCard/CarouselRecommendationCard.js.map +1 -1
  236. package/mobile/lib/components/CarouselRecommendationCard/CarouselRecommendationCardContent.d.ts +2 -3
  237. package/mobile/lib/components/Footer/FooterContent.d.ts +4 -1
  238. package/mobile/lib/components/Footer/FooterDataProps.d.ts +4 -10
  239. package/mobile/lib/components/Footer/MediaButton.d.ts +2 -3
  240. package/mobile/lib/components/Footer/MediaButton.js +5 -4
  241. package/mobile/lib/components/Footer/MediaButton.js.map +1 -1
  242. package/mobile/lib/components/Footer/SocialMedia.js +1 -1
  243. package/mobile/lib/components/Footer/SocialMedia.js.map +1 -1
  244. package/mobile/lib/components/Footer/buttonSizeStyle.d.ts +4 -0
  245. package/mobile/lib/components/Footer/buttonSizeStyle.js +5 -0
  246. package/mobile/lib/components/Footer/buttonSizeStyle.js.map +1 -0
  247. package/mobile/lib/components/ProductBlock/ProductBlock.js.map +1 -1
  248. package/mobile/lib/components/ProductBlock/ProductBlockContent.d.ts +1 -1
  249. package/mobile/lib/components/ProductBlock/renderBackwardButton.js +1 -1
  250. package/mobile/lib/components/ProductBlock/renderBackwardButton.js.map +1 -1
  251. package/mobile/lib/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.js +12 -3
  252. package/mobile/lib/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.js.map +1 -1
  253. package/mobile/lib/components/StepsBlock/StepsBlock.js +1 -1
  254. package/mobile/lib/components/StepsBlock/StepsBlock.js.map +1 -1
  255. package/mobile/lib/icons/IconName.js +1 -1
  256. package/mobile/lib/icons/IconName.js.map +1 -1
  257. package/mobile/lib/services/search/useSearch.d.ts +3 -3
  258. package/mobile/lib/services/search/useSearch.js +3 -6
  259. package/mobile/lib/services/search/useSearch.js.map +1 -1
  260. package/mobile/lib/ui-kit/BaseProductTile/BaseProductTile.js +2 -2
  261. package/mobile/lib/ui-kit/BaseProductTile/BaseProductTile.js.map +1 -1
  262. package/mobile/lib/ui-kit/BaseProductTile/BaseProductTileContent.d.ts +2 -0
  263. package/mobile/lib/ui-kit/BaseTile/BaseTile.d.ts +1 -0
  264. package/mobile/lib/ui-kit/BaseTile/BaseTile.js +2 -2
  265. package/mobile/lib/ui-kit/BaseTile/BaseTile.js.map +1 -1
  266. package/mobile/lib/ui-kit/Button/buttonClassNameConstants.js +2 -2
  267. package/mobile/lib/ui-kit/Button/buttonClassNameConstants.js.map +1 -1
  268. package/mobile/lib/ui-kit/Button/renderButtonsSection.js +11 -4
  269. package/mobile/lib/ui-kit/Button/renderButtonsSection.js.map +1 -1
  270. package/mobile/lib/ui-kit/Logo/Logo.js +1 -1
  271. package/mobile/lib/ui-kit/Logo/Logo.js.map +1 -1
  272. package/mobile/lib/ui-kit/RichText/RichText.js +2 -1
  273. package/mobile/lib/ui-kit/RichText/RichText.js.map +1 -1
  274. package/mobile/lib/ui-kit/RichText/getHtmlText.d.ts +1 -0
  275. package/mobile/lib/ui-kit/RichText/getHtmlText.js +2 -0
  276. package/mobile/lib/ui-kit/RichText/getHtmlText.js.map +1 -0
  277. package/mobile/lib/ui-kit/SearchDialog/SearchDialog.js +0 -1
  278. package/mobile/lib/ui-kit/SearchDialog/SearchDialog.js.map +1 -1
  279. package/mobile/lib/utils/Nullable.d.ts +1 -0
  280. package/mobile/lib/utils/Nullable.js +2 -0
  281. package/mobile/lib/utils/Nullable.js.map +1 -0
  282. package/mobile/src/components/Calculator/Calculator.tsx +1 -1
  283. package/mobile/src/components/Calculator/useRefinancingCalculatorParams.ts +1 -8
  284. package/mobile/src/components/Carousel/Carousel.example.json +0 -1
  285. package/mobile/src/components/Carousel/Carousel.tsx +2 -1
  286. package/mobile/src/components/Carousel/visibleItemCount.ts +1 -0
  287. package/mobile/src/components/CarouselRecommendationCard/CarouselRecommendationCard.tsx +2 -2
  288. package/mobile/src/components/CarouselRecommendationCard/CarouselRecommendationCardContent.ts +2 -4
  289. package/mobile/src/components/Footer/FooterContent.ts +5 -1
  290. package/mobile/src/components/Footer/FooterDataProps.ts +4 -10
  291. package/mobile/src/components/Footer/MediaButton.tsx +34 -39
  292. package/mobile/src/components/Footer/SocialMedia.tsx +2 -2
  293. package/mobile/src/components/Footer/{buttonSizeStyles.ts → buttonSizeStyle.ts} +1 -1
  294. package/mobile/src/components/ProductBlock/ProductBlock.tsx +0 -1
  295. package/mobile/src/components/ProductBlock/ProductBlockContent.ts +1 -1
  296. package/mobile/src/components/ProductBlock/renderBackwardButton.tsx +1 -1
  297. package/mobile/src/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.example.json +2 -0
  298. package/mobile/src/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.tsx +33 -17
  299. package/mobile/src/components/StepsBlock/StepsBlock.tsx +2 -1
  300. package/mobile/src/icons/IconName.ts +1 -1
  301. package/mobile/src/icons/MailIcon.svg +4 -1
  302. package/mobile/src/icons/PhoneIcon.svg +3 -1
  303. package/mobile/src/icons/RutubeIcon.svg +1 -1
  304. package/mobile/src/services/search/useSearch.ts +6 -13
  305. package/mobile/src/ui-kit/BaseProductTile/BaseProductTile.tsx +7 -1
  306. package/mobile/src/ui-kit/BaseProductTile/BaseProductTileContent.ts +2 -0
  307. package/mobile/src/ui-kit/BaseTile/BaseTile.tsx +9 -2
  308. package/mobile/src/ui-kit/Button/buttonClassNameConstants.ts +2 -2
  309. package/mobile/src/ui-kit/Button/renderButtonsSection.tsx +14 -5
  310. package/mobile/src/ui-kit/Logo/Logo.tsx +1 -1
  311. package/mobile/src/ui-kit/RichText/RichText.tsx +3 -2
  312. package/mobile/src/ui-kit/RichText/getHtmlText.tsx +1 -0
  313. package/mobile/src/ui-kit/SearchDialog/SearchDialog.tsx +0 -1
  314. package/mobile/src/utils/Nullable.ts +1 -0
  315. package/package.json +1 -1
  316. package/src/components/Calculator/Calculator.mobile.tsx +1 -1
  317. package/src/components/Calculator/useRefinancingCalculatorParams.ts +1 -8
  318. package/src/components/Carousel/Carousel.example.json +0 -1
  319. package/src/components/Carousel/Carousel.fixture.tsx +3 -0
  320. package/src/components/Carousel/Carousel.tsx +2 -1
  321. package/src/components/Carousel/visibleItemCount.mobile.ts +1 -0
  322. package/src/components/Carousel/visibleItemCount.ts +1 -0
  323. package/src/components/CarouselRecommendationCard/CarouselRecommendationCard.fixture.mobile.tsx +4 -18
  324. package/src/components/CarouselRecommendationCard/CarouselRecommendationCard.fixture.tsx +4 -18
  325. package/src/components/CarouselRecommendationCard/CarouselRecommendationCard.mobile.tsx +2 -2
  326. package/src/components/CarouselRecommendationCard/CarouselRecommendationCard.tsx +1 -0
  327. package/src/components/CarouselRecommendationCard/CarouselRecommendationCardContent.ts +2 -4
  328. package/src/components/Footer/Footer.tsx +4 -3
  329. package/src/components/Footer/FooterContent.ts +5 -1
  330. package/src/components/Footer/FooterDataProps.ts +4 -10
  331. package/src/components/Footer/MediaButton.tsx +34 -39
  332. package/src/components/Footer/SocialMedia.tsx +2 -2
  333. package/src/components/Footer/{buttonSizeStyles.ts → buttonSizeStyle.ts} +1 -1
  334. package/src/components/ProductBlock/ProductBlock.tsx +0 -1
  335. package/src/components/ProductBlock/ProductBlockContent.ts +1 -1
  336. package/src/components/ProductBlock/renderBackwardButton.tsx +1 -1
  337. package/src/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.example.json +2 -0
  338. package/src/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.fixture.tsx +3 -3
  339. package/src/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.tsx +33 -17
  340. package/src/components/StepsBlock/StepsBlock.mobile.tsx +2 -1
  341. package/src/components/Tile/Tile.fixture.mobile.tsx +48 -0
  342. package/src/icons/IconName.ts +0 -2
  343. package/src/icons/MailIcon.svg +4 -1
  344. package/src/icons/PhoneIcon.svg +3 -1
  345. package/src/icons/RutubeIcon.svg +1 -1
  346. package/src/services/search/useSearch.ts +6 -13
  347. package/src/ui-kit/BaseProductTile/BaseProductTile.tsx +7 -1
  348. package/src/ui-kit/BaseProductTile/BaseProductTileContent.ts +2 -0
  349. package/src/ui-kit/BaseTile/BaseTile.tsx +9 -2
  350. package/src/ui-kit/Button/buttonClassNameConstants.ts +2 -2
  351. package/src/ui-kit/Button/renderButtonsSection.tsx +14 -5
  352. package/src/ui-kit/Logo/Logo.tsx +1 -1
  353. package/src/ui-kit/RichText/RichText.tsx +3 -2
  354. package/src/ui-kit/RichText/getHtmlText.tsx +1 -0
  355. package/src/ui-kit/SearchDialog/SearchDialog.tsx +0 -1
  356. package/src/utils/Nullable.ts +1 -0
  357. package/bundle/components/Footer/buttonStylesWithText.d.ts +0 -2
  358. package/dist/components/Footer/buttonSizeStyles.js.map +0 -1
  359. package/dist/components/Footer/buttonStylesWithText.d.ts +0 -2
  360. package/dist/components/Footer/buttonStylesWithText.js +0 -9
  361. package/dist/components/Footer/buttonStylesWithText.js.map +0 -1
  362. package/lib/components/Footer/buttonSizeStyles.js +0 -5
  363. package/lib/components/Footer/buttonSizeStyles.js.map +0 -1
  364. package/lib/components/Footer/buttonStylesWithText.d.ts +0 -2
  365. package/lib/components/Footer/buttonStylesWithText.js +0 -6
  366. package/lib/components/Footer/buttonStylesWithText.js.map +0 -1
  367. package/mobile/bundle/components/Footer/buttonStylesWithText.d.ts +0 -2
  368. package/mobile/dist/components/Footer/buttonSizeStyles.d.ts +0 -4
  369. package/mobile/dist/components/Footer/buttonSizeStyles.js.map +0 -1
  370. package/mobile/dist/components/Footer/buttonStylesWithText.d.ts +0 -2
  371. package/mobile/dist/components/Footer/buttonStylesWithText.js +0 -9
  372. package/mobile/dist/components/Footer/buttonStylesWithText.js.map +0 -1
  373. package/mobile/lib/components/Footer/buttonSizeStyles.d.ts +0 -4
  374. package/mobile/lib/components/Footer/buttonSizeStyles.js +0 -5
  375. package/mobile/lib/components/Footer/buttonSizeStyles.js.map +0 -1
  376. package/mobile/lib/components/Footer/buttonStylesWithText.d.ts +0 -2
  377. package/mobile/lib/components/Footer/buttonStylesWithText.js +0 -6
  378. package/mobile/lib/components/Footer/buttonStylesWithText.js.map +0 -1
  379. package/mobile/src/components/Footer/buttonStylesWithText.ts +0 -11
  380. package/src/components/Footer/buttonStylesWithText.ts +0 -11
@@ -0,0 +1,25 @@
1
+ export const description = 'v0.13.15';
2
+
3
+ export default (uniPath, content) => {
4
+ if (!content?.blocks) {
5
+ return content;
6
+ }
7
+
8
+ for (const block of content.blocks) {
9
+ adjustCarouselBlock(block);
10
+ }
11
+
12
+ return { ...content };
13
+ };
14
+
15
+ function adjustCarouselBlock(block) {
16
+ if (block.blocks) {
17
+ for (const childBlock of block.blocks) {
18
+ adjustCarouselBlock(childBlock);
19
+ }
20
+ }
21
+
22
+ if (block.type === 'Carousel' && block?.mobile?.content?.visibleItemCount) {
23
+ block.mobile.content.visibleItemCount = 0;
24
+ }
25
+ }