@redneckz/wildless-cms-uni-blocks 0.14.26 → 0.14.27

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 (439) hide show
  1. package/bin/migration-scripts/0.14.26.js +3 -1
  2. package/bin/migration-scripts/0.14.27.js +38 -0
  3. package/bundle/api/{CorporateLeadAPI.d.ts → LeadServiceAPI.d.ts} +2 -2
  4. package/bundle/blocks.schema.json +1 -1
  5. package/bundle/bundle.umd.js +258 -216
  6. package/bundle/bundle.umd.min.js +1 -1
  7. package/bundle/components/ApplicationForm/ApplicationFormContent.d.ts +11 -1
  8. package/bundle/components/ApplicationForm/ApplicationFormIndividuals.d.ts +2 -0
  9. package/bundle/components/ApplicationForm/ApplicationFormsProps.d.ts +2 -1
  10. package/bundle/components/ApplicationForm/DatePickerControl.d.ts +8 -0
  11. package/bundle/components/ApplicationForm/EmbeddableForms.d.ts +1 -0
  12. package/bundle/components/ApplicationForm/Footnote.d.ts +1 -0
  13. package/bundle/components/ApplicationForm/IndividualsFormState.d.ts +9 -0
  14. package/bundle/components/ApplicationForm/renderIndividualsFields.d.ts +4 -0
  15. package/bundle/components/CarouselCard/titleSize.d.ts +1 -1
  16. package/bundle/components/OfficesAtmsMap/OfficesAtmsMapContent.d.ts +1 -0
  17. package/bundle/icons/IconName.d.ts +4 -2
  18. package/bundle/ui-kit/DatePicker/DatePicker.d.ts +1 -0
  19. package/cosmos-static/icons/DzenIcon.svg +1 -0
  20. package/{lib/api/CorporateLeadAPI.d.ts → dist/api/LeadServiceAPI.d.ts} +2 -2
  21. package/dist/api/{CorporateLeadAPI.js → LeadServiceAPI.js} +7 -6
  22. package/dist/api/LeadServiceAPI.js.map +1 -0
  23. package/dist/components/ApplicationForm/ApplicationForm.js +4 -4
  24. package/dist/components/ApplicationForm/ApplicationForm.js.map +1 -1
  25. package/dist/components/ApplicationForm/ApplicationFormContent.d.ts +11 -1
  26. package/dist/components/ApplicationForm/ApplicationFormDeposit.js +1 -2
  27. package/dist/components/ApplicationForm/ApplicationFormDeposit.js.map +1 -1
  28. package/dist/components/ApplicationForm/ApplicationFormGrantSupport.js +1 -1
  29. package/dist/components/ApplicationForm/ApplicationFormGrantSupport.js.map +1 -1
  30. package/dist/components/ApplicationForm/ApplicationFormIndividuals.d.ts +2 -0
  31. package/dist/components/ApplicationForm/ApplicationFormIndividuals.js +52 -0
  32. package/dist/components/ApplicationForm/ApplicationFormIndividuals.js.map +1 -0
  33. package/dist/components/ApplicationForm/ApplicationFormsProps.d.ts +2 -1
  34. package/dist/components/ApplicationForm/DatePickerControl.d.ts +8 -0
  35. package/dist/components/ApplicationForm/DatePickerControl.js +8 -0
  36. package/dist/components/ApplicationForm/DatePickerControl.js.map +1 -0
  37. package/dist/components/ApplicationForm/EmbeddableForms.d.ts +1 -0
  38. package/dist/components/ApplicationForm/EmbeddableForms.js +2 -0
  39. package/dist/components/ApplicationForm/EmbeddableForms.js.map +1 -1
  40. package/dist/components/ApplicationForm/Footnote.d.ts +1 -0
  41. package/dist/components/ApplicationForm/Footnote.js +1 -1
  42. package/dist/components/ApplicationForm/Footnote.js.map +1 -1
  43. package/dist/components/ApplicationForm/IndividualsFormState.d.ts +9 -0
  44. package/dist/components/{Tile/TileContent.js → ApplicationForm/IndividualsFormState.js} +1 -1
  45. package/dist/components/ApplicationForm/IndividualsFormState.js.map +1 -0
  46. package/dist/components/ApplicationForm/renderIndividualsFields.d.ts +4 -0
  47. package/dist/components/ApplicationForm/renderIndividualsFields.js +11 -0
  48. package/dist/components/ApplicationForm/renderIndividualsFields.js.map +1 -0
  49. package/dist/components/Blocks.js +0 -2
  50. package/dist/components/Blocks.js.map +1 -1
  51. package/dist/components/Blocks.mobile.js +0 -2
  52. package/dist/components/Blocks.mobile.js.map +1 -1
  53. package/dist/components/Calculator/Calculator.mobile.js +4 -4
  54. package/dist/components/Calculator/Calculator.mobile.js.map +1 -1
  55. package/dist/components/Carousel/renderCarouselCards.js +1 -1
  56. package/dist/components/Carousel/renderCarouselCards.js.map +1 -1
  57. package/dist/components/CarouselCard/CarouselCard.js +1 -1
  58. package/dist/components/CarouselCard/CarouselCard.js.map +1 -1
  59. package/dist/components/CarouselCard/titleSize.d.ts +1 -1
  60. package/dist/components/CarouselCard/titleSize.js +1 -1
  61. package/dist/components/CarouselCard/titleSize.js.map +1 -1
  62. package/dist/components/CarouselTariffsCard/CarouselTariffsCard.js +1 -1
  63. package/dist/components/CarouselTariffsCard/CarouselTariffsCard.js.map +1 -1
  64. package/dist/components/Footer/Footer.mobile.js +2 -2
  65. package/dist/components/Footer/Footer.mobile.js.map +1 -1
  66. package/dist/components/Footer/HorizontalNavigation.mobile.js +2 -1
  67. package/dist/components/Footer/HorizontalNavigation.mobile.js.map +1 -1
  68. package/dist/components/Footer/SocialMedia.js +3 -3
  69. package/dist/components/Footer/SocialMedia.js.map +1 -1
  70. package/dist/components/Footer/iconsMap.js +4 -0
  71. package/dist/components/Footer/iconsMap.js.map +1 -1
  72. package/dist/components/OfficesAtmsMap/OfficesAtmsMapContent.d.ts +1 -0
  73. package/dist/components/ProductBlock/ProductBlock.js +1 -3
  74. package/dist/components/ProductBlock/ProductBlock.js.map +1 -1
  75. package/dist/components/ProductGallery/ProductGallery.js +1 -1
  76. package/dist/components/ProductGallery/ProductGallery.js.map +1 -1
  77. package/dist/icons/IconName.d.ts +4 -2
  78. package/dist/icons/IconName.js +2 -0
  79. package/dist/icons/IconName.js.map +1 -1
  80. package/dist/ui-kit/BenefitItem/BenefitItem.js +1 -1
  81. package/dist/ui-kit/BenefitItem/BenefitItem.js.map +1 -1
  82. package/dist/ui-kit/DatePicker/DatePicker.d.ts +1 -0
  83. package/dist/ui-kit/DatePicker/DatePicker.js +4 -4
  84. package/dist/ui-kit/DatePicker/DatePicker.js.map +1 -1
  85. package/dist/ui-kit/DatePicker/getYears.js +1 -1
  86. package/dist/ui-kit/Input/Input.js +1 -1
  87. package/dist/ui-kit/Input/Input.js.map +1 -1
  88. package/dist/ui-kit/NotFound/NotFound.js +1 -1
  89. package/dist/ui-kit/NotFound/NotFound.js.map +1 -1
  90. package/dist/ui-kit/SearchDialog/SearchInput.js +1 -1
  91. package/dist/ui-kit/Select/Select.js +1 -1
  92. package/dist/ui-kit/Select/Select.js.map +1 -1
  93. package/{mobile/bundle/api/CorporateLeadAPI.d.ts → lib/api/LeadServiceAPI.d.ts} +2 -2
  94. package/lib/api/{CorporateLeadAPI.js → LeadServiceAPI.js} +5 -4
  95. package/lib/api/LeadServiceAPI.js.map +1 -0
  96. package/lib/common.css +1 -1
  97. package/lib/components/ApplicationForm/ApplicationForm.fixture.d.ts +1 -0
  98. package/lib/components/ApplicationForm/ApplicationForm.fixture.mobile.d.ts +1 -0
  99. package/lib/components/ApplicationForm/ApplicationForm.js +4 -4
  100. package/lib/components/ApplicationForm/ApplicationForm.js.map +1 -1
  101. package/lib/components/ApplicationForm/ApplicationFormContent.d.ts +11 -1
  102. package/lib/components/ApplicationForm/ApplicationFormDeposit.js +1 -2
  103. package/lib/components/ApplicationForm/ApplicationFormDeposit.js.map +1 -1
  104. package/lib/components/ApplicationForm/ApplicationFormGrantSupport.js +1 -1
  105. package/lib/components/ApplicationForm/ApplicationFormGrantSupport.js.map +1 -1
  106. package/lib/components/ApplicationForm/ApplicationFormIndividuals.d.ts +2 -0
  107. package/lib/components/ApplicationForm/ApplicationFormIndividuals.js +50 -0
  108. package/lib/components/ApplicationForm/ApplicationFormIndividuals.js.map +1 -0
  109. package/lib/components/ApplicationForm/ApplicationFormsProps.d.ts +2 -1
  110. package/lib/components/ApplicationForm/DatePickerControl.d.ts +8 -0
  111. package/lib/components/ApplicationForm/DatePickerControl.js +6 -0
  112. package/lib/components/ApplicationForm/DatePickerControl.js.map +1 -0
  113. package/lib/components/ApplicationForm/EmbeddableForms.d.ts +1 -0
  114. package/lib/components/ApplicationForm/EmbeddableForms.js +2 -0
  115. package/lib/components/ApplicationForm/EmbeddableForms.js.map +1 -1
  116. package/lib/components/ApplicationForm/Footnote.d.ts +1 -0
  117. package/lib/components/ApplicationForm/Footnote.js +1 -1
  118. package/lib/components/ApplicationForm/Footnote.js.map +1 -1
  119. package/lib/components/ApplicationForm/IndividualsFormState.d.ts +9 -0
  120. package/lib/components/ApplicationForm/IndividualsFormState.js +2 -0
  121. package/lib/components/ApplicationForm/IndividualsFormState.js.map +1 -0
  122. package/lib/components/ApplicationForm/renderIndividualsFields.d.ts +3 -0
  123. package/lib/components/ApplicationForm/renderIndividualsFields.js +8 -0
  124. package/lib/components/ApplicationForm/renderIndividualsFields.js.map +1 -0
  125. package/lib/components/Blocks.js +0 -2
  126. package/lib/components/Blocks.js.map +1 -1
  127. package/lib/components/Blocks.mobile.js +0 -2
  128. package/lib/components/Blocks.mobile.js.map +1 -1
  129. package/lib/components/Calculator/Calculator.mobile.js +4 -4
  130. package/lib/components/Calculator/Calculator.mobile.js.map +1 -1
  131. package/lib/components/Carousel/renderCarouselCards.js +1 -1
  132. package/lib/components/Carousel/renderCarouselCards.js.map +1 -1
  133. package/lib/components/CarouselCard/CarouselCard.js +1 -1
  134. package/lib/components/CarouselCard/CarouselCard.js.map +1 -1
  135. package/lib/components/CarouselCard/titleSize.d.ts +1 -1
  136. package/lib/components/CarouselCard/titleSize.js +1 -1
  137. package/lib/components/CarouselCard/titleSize.js.map +1 -1
  138. package/lib/components/CarouselTariffsCard/CarouselTariffsCard.js +1 -1
  139. package/lib/components/CarouselTariffsCard/CarouselTariffsCard.js.map +1 -1
  140. package/lib/components/Footer/Footer.mobile.js +2 -2
  141. package/lib/components/Footer/Footer.mobile.js.map +1 -1
  142. package/lib/components/Footer/HorizontalNavigation.mobile.js +2 -1
  143. package/lib/components/Footer/HorizontalNavigation.mobile.js.map +1 -1
  144. package/lib/components/Footer/SocialMedia.js +3 -3
  145. package/lib/components/Footer/SocialMedia.js.map +1 -1
  146. package/lib/components/Footer/iconsMap.js +4 -0
  147. package/lib/components/Footer/iconsMap.js.map +1 -1
  148. package/lib/components/OfficesAtmsMap/OfficesAtmsMapContent.d.ts +1 -0
  149. package/lib/components/ProductBlock/ProductBlock.js +1 -3
  150. package/lib/components/ProductBlock/ProductBlock.js.map +1 -1
  151. package/lib/components/ProductGallery/ProductGallery.js +1 -1
  152. package/lib/components/ProductGallery/ProductGallery.js.map +1 -1
  153. package/lib/icons/IconName.d.ts +4 -2
  154. package/lib/icons/IconName.js +2 -0
  155. package/lib/icons/IconName.js.map +1 -1
  156. package/lib/ui-kit/BenefitItem/BenefitItem.js +1 -1
  157. package/lib/ui-kit/BenefitItem/BenefitItem.js.map +1 -1
  158. package/lib/ui-kit/DatePicker/DatePicker.d.ts +1 -0
  159. package/lib/ui-kit/DatePicker/DatePicker.js +4 -4
  160. package/lib/ui-kit/DatePicker/DatePicker.js.map +1 -1
  161. package/lib/ui-kit/DatePicker/getYears.js +1 -1
  162. package/lib/ui-kit/Input/Input.js +1 -1
  163. package/lib/ui-kit/Input/Input.js.map +1 -1
  164. package/lib/ui-kit/NotFound/NotFound.js +1 -1
  165. package/lib/ui-kit/NotFound/NotFound.js.map +1 -1
  166. package/lib/ui-kit/SearchDialog/SearchInput.js +1 -1
  167. package/lib/ui-kit/Select/Select.js +1 -1
  168. package/lib/ui-kit/Select/Select.js.map +1 -1
  169. package/{dist/api/CorporateLeadAPI.d.ts → mobile/bundle/api/LeadServiceAPI.d.ts} +2 -2
  170. package/mobile/bundle/bundle.umd.js +263 -68
  171. package/mobile/bundle/bundle.umd.min.js +1 -1
  172. package/mobile/bundle/components/ApplicationForm/ApplicationFormContent.d.ts +11 -1
  173. package/mobile/bundle/components/ApplicationForm/ApplicationFormIndividuals.d.ts +2 -0
  174. package/mobile/bundle/components/ApplicationForm/ApplicationFormsProps.d.ts +2 -1
  175. package/mobile/bundle/components/ApplicationForm/DatePickerControl.d.ts +8 -0
  176. package/mobile/bundle/components/ApplicationForm/EmbeddableForms.d.ts +1 -0
  177. package/mobile/bundle/components/ApplicationForm/Footnote.d.ts +1 -0
  178. package/mobile/bundle/components/ApplicationForm/IndividualsFormState.d.ts +9 -0
  179. package/mobile/bundle/components/ApplicationForm/renderIndividualsFields.d.ts +4 -0
  180. package/mobile/bundle/components/OfficesAtmsMap/OfficesAtmsMapContent.d.ts +1 -0
  181. package/mobile/bundle/icons/IconName.d.ts +4 -2
  182. package/mobile/bundle/ui-kit/DatePicker/DatePicker.d.ts +1 -0
  183. package/mobile/dist/api/LeadServiceAPI.d.ts +15 -0
  184. package/mobile/dist/api/{CorporateLeadAPI.js → LeadServiceAPI.js} +7 -6
  185. package/mobile/dist/api/LeadServiceAPI.js.map +1 -0
  186. package/mobile/dist/components/ApplicationForm/ApplicationForm.js +4 -4
  187. package/mobile/dist/components/ApplicationForm/ApplicationForm.js.map +1 -1
  188. package/mobile/dist/components/ApplicationForm/ApplicationFormContent.d.ts +11 -1
  189. package/mobile/dist/components/ApplicationForm/ApplicationFormDeposit.js +1 -2
  190. package/mobile/dist/components/ApplicationForm/ApplicationFormDeposit.js.map +1 -1
  191. package/mobile/dist/components/ApplicationForm/ApplicationFormGrantSupport.js +1 -1
  192. package/mobile/dist/components/ApplicationForm/ApplicationFormGrantSupport.js.map +1 -1
  193. package/mobile/dist/components/ApplicationForm/ApplicationFormIndividuals.d.ts +2 -0
  194. package/mobile/dist/components/ApplicationForm/ApplicationFormIndividuals.js +52 -0
  195. package/mobile/dist/components/ApplicationForm/ApplicationFormIndividuals.js.map +1 -0
  196. package/mobile/dist/components/ApplicationForm/ApplicationFormsProps.d.ts +2 -1
  197. package/mobile/dist/components/ApplicationForm/DatePickerControl.d.ts +8 -0
  198. package/mobile/dist/components/ApplicationForm/DatePickerControl.js +8 -0
  199. package/mobile/dist/components/ApplicationForm/DatePickerControl.js.map +1 -0
  200. package/mobile/dist/components/ApplicationForm/EmbeddableForms.d.ts +1 -0
  201. package/mobile/dist/components/ApplicationForm/EmbeddableForms.js +2 -0
  202. package/mobile/dist/components/ApplicationForm/EmbeddableForms.js.map +1 -1
  203. package/mobile/dist/components/ApplicationForm/Footnote.d.ts +1 -0
  204. package/mobile/dist/components/ApplicationForm/Footnote.js +1 -1
  205. package/mobile/dist/components/ApplicationForm/Footnote.js.map +1 -1
  206. package/mobile/dist/components/ApplicationForm/IndividualsFormState.d.ts +9 -0
  207. package/mobile/dist/components/{Tile/TileContent.js → ApplicationForm/IndividualsFormState.js} +1 -1
  208. package/mobile/dist/components/ApplicationForm/IndividualsFormState.js.map +1 -0
  209. package/mobile/dist/components/ApplicationForm/renderIndividualsFields.d.ts +4 -0
  210. package/mobile/dist/components/ApplicationForm/renderIndividualsFields.js +11 -0
  211. package/mobile/dist/components/ApplicationForm/renderIndividualsFields.js.map +1 -0
  212. package/mobile/dist/components/Blocks.js +0 -2
  213. package/mobile/dist/components/Blocks.js.map +1 -1
  214. package/mobile/dist/components/Calculator/Calculator.js +4 -4
  215. package/mobile/dist/components/Calculator/Calculator.js.map +1 -1
  216. package/mobile/dist/components/Carousel/renderCarouselCards.js +1 -1
  217. package/mobile/dist/components/Carousel/renderCarouselCards.js.map +1 -1
  218. package/mobile/dist/components/CarouselCard/CarouselCard.js +1 -1
  219. package/mobile/dist/components/CarouselCard/CarouselCard.js.map +1 -1
  220. package/mobile/dist/components/CarouselTariffsCard/CarouselTariffsCard.js +1 -1
  221. package/mobile/dist/components/CarouselTariffsCard/CarouselTariffsCard.js.map +1 -1
  222. package/mobile/dist/components/Footer/Footer.js +2 -2
  223. package/mobile/dist/components/Footer/Footer.js.map +1 -1
  224. package/mobile/dist/components/Footer/HorizontalNavigation.js +2 -1
  225. package/mobile/dist/components/Footer/HorizontalNavigation.js.map +1 -1
  226. package/mobile/dist/components/Footer/SocialMedia.js +3 -3
  227. package/mobile/dist/components/Footer/SocialMedia.js.map +1 -1
  228. package/mobile/dist/components/Footer/iconsMap.js +4 -0
  229. package/mobile/dist/components/Footer/iconsMap.js.map +1 -1
  230. package/mobile/dist/components/OfficesAtmsMap/OfficesAtmsMapContent.d.ts +1 -0
  231. package/mobile/dist/components/ProductBlock/ProductBlock.js +1 -3
  232. package/mobile/dist/components/ProductBlock/ProductBlock.js.map +1 -1
  233. package/mobile/dist/icons/IconName.d.ts +4 -2
  234. package/mobile/dist/icons/IconName.js +2 -0
  235. package/mobile/dist/icons/IconName.js.map +1 -1
  236. package/mobile/dist/ui-kit/BenefitItem/BenefitItem.js +1 -1
  237. package/mobile/dist/ui-kit/BenefitItem/BenefitItem.js.map +1 -1
  238. package/mobile/dist/ui-kit/DatePicker/DatePicker.d.ts +1 -0
  239. package/mobile/dist/ui-kit/DatePicker/DatePicker.js +4 -4
  240. package/mobile/dist/ui-kit/DatePicker/DatePicker.js.map +1 -1
  241. package/mobile/dist/ui-kit/DatePicker/getYears.js +1 -1
  242. package/mobile/dist/ui-kit/Input/Input.js +1 -1
  243. package/mobile/dist/ui-kit/Input/Input.js.map +1 -1
  244. package/mobile/dist/ui-kit/NotFound/NotFound.js +1 -1
  245. package/mobile/dist/ui-kit/NotFound/NotFound.js.map +1 -1
  246. package/mobile/dist/ui-kit/SearchDialog/SearchInput.js +1 -1
  247. package/mobile/dist/ui-kit/Select/Select.js +1 -1
  248. package/mobile/dist/ui-kit/Select/Select.js.map +1 -1
  249. package/mobile/lib/api/LeadServiceAPI.d.ts +15 -0
  250. package/mobile/lib/api/{CorporateLeadAPI.js → LeadServiceAPI.js} +5 -4
  251. package/mobile/lib/api/LeadServiceAPI.js.map +1 -0
  252. package/mobile/lib/common.css +1 -1
  253. package/mobile/lib/components/ApplicationForm/ApplicationForm.js +4 -4
  254. package/mobile/lib/components/ApplicationForm/ApplicationForm.js.map +1 -1
  255. package/mobile/lib/components/ApplicationForm/ApplicationFormContent.d.ts +11 -1
  256. package/mobile/lib/components/ApplicationForm/ApplicationFormDeposit.js +1 -2
  257. package/mobile/lib/components/ApplicationForm/ApplicationFormDeposit.js.map +1 -1
  258. package/mobile/lib/components/ApplicationForm/ApplicationFormGrantSupport.js +1 -1
  259. package/mobile/lib/components/ApplicationForm/ApplicationFormGrantSupport.js.map +1 -1
  260. package/mobile/lib/components/ApplicationForm/ApplicationFormIndividuals.d.ts +2 -0
  261. package/mobile/lib/components/ApplicationForm/ApplicationFormIndividuals.js +50 -0
  262. package/mobile/lib/components/ApplicationForm/ApplicationFormIndividuals.js.map +1 -0
  263. package/mobile/lib/components/ApplicationForm/ApplicationFormsProps.d.ts +2 -1
  264. package/mobile/lib/components/ApplicationForm/DatePickerControl.d.ts +8 -0
  265. package/mobile/lib/components/ApplicationForm/DatePickerControl.js +6 -0
  266. package/mobile/lib/components/ApplicationForm/DatePickerControl.js.map +1 -0
  267. package/mobile/lib/components/ApplicationForm/EmbeddableForms.d.ts +1 -0
  268. package/mobile/lib/components/ApplicationForm/EmbeddableForms.js +2 -0
  269. package/mobile/lib/components/ApplicationForm/EmbeddableForms.js.map +1 -1
  270. package/mobile/lib/components/ApplicationForm/Footnote.d.ts +1 -0
  271. package/mobile/lib/components/ApplicationForm/Footnote.js +1 -1
  272. package/mobile/lib/components/ApplicationForm/Footnote.js.map +1 -1
  273. package/mobile/lib/components/ApplicationForm/IndividualsFormState.d.ts +9 -0
  274. package/mobile/lib/components/ApplicationForm/IndividualsFormState.js +2 -0
  275. package/mobile/lib/components/ApplicationForm/IndividualsFormState.js.map +1 -0
  276. package/mobile/lib/components/ApplicationForm/renderIndividualsFields.d.ts +4 -0
  277. package/mobile/lib/components/ApplicationForm/renderIndividualsFields.js +8 -0
  278. package/mobile/lib/components/ApplicationForm/renderIndividualsFields.js.map +1 -0
  279. package/mobile/lib/components/Blocks.js +0 -2
  280. package/mobile/lib/components/Blocks.js.map +1 -1
  281. package/mobile/lib/components/Calculator/Calculator.js +4 -4
  282. package/mobile/lib/components/Calculator/Calculator.js.map +1 -1
  283. package/mobile/lib/components/Carousel/renderCarouselCards.js +1 -1
  284. package/mobile/lib/components/Carousel/renderCarouselCards.js.map +1 -1
  285. package/mobile/lib/components/CarouselCard/CarouselCard.js +1 -1
  286. package/mobile/lib/components/CarouselCard/CarouselCard.js.map +1 -1
  287. package/mobile/lib/components/CarouselTariffsCard/CarouselTariffsCard.js +1 -1
  288. package/mobile/lib/components/CarouselTariffsCard/CarouselTariffsCard.js.map +1 -1
  289. package/mobile/lib/components/Footer/Footer.js +2 -2
  290. package/mobile/lib/components/Footer/Footer.js.map +1 -1
  291. package/mobile/lib/components/Footer/HorizontalNavigation.js +2 -1
  292. package/mobile/lib/components/Footer/HorizontalNavigation.js.map +1 -1
  293. package/mobile/lib/components/Footer/SocialMedia.js +3 -3
  294. package/mobile/lib/components/Footer/SocialMedia.js.map +1 -1
  295. package/mobile/lib/components/Footer/iconsMap.js +4 -0
  296. package/mobile/lib/components/Footer/iconsMap.js.map +1 -1
  297. package/mobile/lib/components/OfficesAtmsMap/OfficesAtmsMapContent.d.ts +1 -0
  298. package/mobile/lib/components/ProductBlock/ProductBlock.js +1 -3
  299. package/mobile/lib/components/ProductBlock/ProductBlock.js.map +1 -1
  300. package/mobile/lib/icons/IconName.d.ts +4 -2
  301. package/mobile/lib/icons/IconName.js +2 -0
  302. package/mobile/lib/icons/IconName.js.map +1 -1
  303. package/mobile/lib/ui-kit/BenefitItem/BenefitItem.js +1 -1
  304. package/mobile/lib/ui-kit/BenefitItem/BenefitItem.js.map +1 -1
  305. package/mobile/lib/ui-kit/DatePicker/DatePicker.d.ts +1 -0
  306. package/mobile/lib/ui-kit/DatePicker/DatePicker.js +4 -4
  307. package/mobile/lib/ui-kit/DatePicker/DatePicker.js.map +1 -1
  308. package/mobile/lib/ui-kit/DatePicker/getYears.js +1 -1
  309. package/mobile/lib/ui-kit/Input/Input.js +1 -1
  310. package/mobile/lib/ui-kit/Input/Input.js.map +1 -1
  311. package/mobile/lib/ui-kit/NotFound/NotFound.js +1 -1
  312. package/mobile/lib/ui-kit/NotFound/NotFound.js.map +1 -1
  313. package/mobile/lib/ui-kit/SearchDialog/SearchInput.js +1 -1
  314. package/mobile/lib/ui-kit/Select/Select.js +1 -1
  315. package/mobile/lib/ui-kit/Select/Select.js.map +1 -1
  316. package/mobile/src/api/{CorporateLeadAPI.ts → LeadServiceAPI.ts} +5 -3
  317. package/mobile/src/components/ApplicationForm/ApplicationForm.tsx +14 -8
  318. package/mobile/src/components/ApplicationForm/ApplicationForm.ui.json +5 -2
  319. package/mobile/src/components/ApplicationForm/ApplicationFormContent.ts +13 -1
  320. package/mobile/src/components/ApplicationForm/ApplicationFormDeposit.tsx +1 -3
  321. package/mobile/src/components/ApplicationForm/ApplicationFormGrantSupport.tsx +1 -1
  322. package/mobile/src/components/ApplicationForm/ApplicationFormIndividuals.tsx +74 -0
  323. package/mobile/src/components/ApplicationForm/ApplicationFormsProps.ts +2 -1
  324. package/mobile/src/components/ApplicationForm/DatePickerControl.tsx +33 -0
  325. package/mobile/src/components/ApplicationForm/EmbeddableForms.tsx +2 -0
  326. package/mobile/src/components/ApplicationForm/Footnote.tsx +3 -2
  327. package/mobile/src/components/ApplicationForm/IndividualsFormState.ts +9 -0
  328. package/mobile/src/components/ApplicationForm/renderIndividualsFields.tsx +46 -0
  329. package/mobile/src/components/Blocks.ts +0 -2
  330. package/mobile/src/components/Calculator/Calculator.tsx +5 -7
  331. package/mobile/src/components/Carousel/renderCarouselCards.tsx +1 -1
  332. package/mobile/src/components/CarouselCard/CarouselCard.tsx +1 -1
  333. package/mobile/src/components/CarouselTariffsCard/CarouselTariffsCard.tsx +2 -2
  334. package/mobile/src/components/Footer/Footer.tsx +7 -5
  335. package/mobile/src/components/Footer/HorizontalNavigation.tsx +2 -1
  336. package/mobile/src/components/Footer/SocialMedia.tsx +8 -8
  337. package/mobile/src/components/Footer/iconsMap.ts +4 -0
  338. package/mobile/src/components/OfficesAtmsMap/OfficesAtmsMap.ui.json +16 -1
  339. package/mobile/src/components/OfficesAtmsMap/OfficesAtmsMapContent.ts +1 -0
  340. package/mobile/src/components/ProductBlock/ProductBlock.tsx +1 -6
  341. package/mobile/src/components/ProductGallery/ProductGallery.example.json +1 -1
  342. package/mobile/src/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.example.json +1 -0
  343. package/mobile/src/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.ui.json +1 -0
  344. package/mobile/src/icons/DzenIcon.svg +4 -0
  345. package/mobile/src/icons/IconName.ts +4 -4
  346. package/mobile/src/ui-kit/BenefitItem/BenefitItem.tsx +1 -7
  347. package/mobile/src/ui-kit/DatePicker/DatePicker.tsx +13 -5
  348. package/mobile/src/ui-kit/DatePicker/getYears.ts +1 -1
  349. package/mobile/src/ui-kit/Input/Input.tsx +1 -1
  350. package/mobile/src/ui-kit/NotFound/NotFound.tsx +1 -1
  351. package/mobile/src/ui-kit/SearchDialog/SearchInput.tsx +1 -1
  352. package/mobile/src/ui-kit/Select/Select.tsx +1 -1
  353. package/package.json +1 -1
  354. package/src/api/{CorporateLeadAPI.ts → LeadServiceAPI.ts} +5 -3
  355. package/src/components/ApplicationForm/ApplicationForm.fixture.mobile.tsx +14 -0
  356. package/src/components/ApplicationForm/ApplicationForm.fixture.tsx +14 -0
  357. package/src/components/ApplicationForm/ApplicationForm.tsx +14 -8
  358. package/src/components/ApplicationForm/ApplicationForm.ui.json +5 -2
  359. package/src/components/ApplicationForm/ApplicationFormContent.ts +13 -1
  360. package/src/components/ApplicationForm/ApplicationFormDeposit.tsx +1 -3
  361. package/src/components/ApplicationForm/ApplicationFormGrantSupport.tsx +1 -1
  362. package/src/components/ApplicationForm/ApplicationFormIndividuals.tsx +74 -0
  363. package/src/components/ApplicationForm/ApplicationFormsProps.ts +2 -1
  364. package/src/components/ApplicationForm/DatePickerControl.tsx +33 -0
  365. package/src/components/ApplicationForm/EmbeddableForms.tsx +2 -0
  366. package/src/components/ApplicationForm/Footnote.tsx +3 -2
  367. package/src/components/ApplicationForm/IndividualsFormState.ts +9 -0
  368. package/src/components/ApplicationForm/renderIndividualsFields.tsx +46 -0
  369. package/src/components/Blocks.mobile.ts +0 -2
  370. package/src/components/Blocks.ts +0 -2
  371. package/src/components/Calculator/Calculator.mobile.tsx +5 -7
  372. package/src/components/Carousel/renderCarouselCards.tsx +1 -1
  373. package/src/components/CarouselCard/CarouselCard.tsx +1 -1
  374. package/src/components/CarouselCard/titleSize.tsx +1 -1
  375. package/src/components/CarouselTariffsCard/CarouselTariffsCard.tsx +2 -2
  376. package/src/components/Footer/Footer.mobile.tsx +7 -5
  377. package/src/components/Footer/HorizontalNavigation.mobile.tsx +2 -1
  378. package/src/components/Footer/SocialMedia.tsx +8 -8
  379. package/src/components/Footer/iconsMap.ts +4 -0
  380. package/src/components/OfficesAtmsMap/OfficesAtmsMap.ui.json +16 -1
  381. package/src/components/OfficesAtmsMap/OfficesAtmsMapContent.ts +1 -0
  382. package/src/components/ProductBlock/ProductBlock.tsx +1 -6
  383. package/src/components/ProductGallery/ProductGallery.example.json +1 -1
  384. package/src/components/ProductGallery/ProductGallery.tsx +1 -1
  385. package/src/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.example.json +1 -0
  386. package/src/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.ui.json +1 -0
  387. package/src/icons/DzenIcon.svg +4 -0
  388. package/src/icons/IconName.ts +4 -1
  389. package/src/ui-kit/BenefitItem/BenefitItem.tsx +1 -7
  390. package/src/ui-kit/DatePicker/DatePicker.tsx +13 -5
  391. package/src/ui-kit/DatePicker/getYears.ts +1 -1
  392. package/src/ui-kit/Input/Input.tsx +1 -1
  393. package/src/ui-kit/NotFound/NotFound.tsx +1 -1
  394. package/src/ui-kit/SearchDialog/SearchInput.tsx +1 -1
  395. package/src/ui-kit/Select/Select.tsx +1 -1
  396. package/bundle/components/Tile/Tile.d.ts +0 -5
  397. package/bundle/components/Tile/TileContent.d.ts +0 -6
  398. package/dist/api/CorporateLeadAPI.js.map +0 -1
  399. package/dist/components/Tile/Tile.d.ts +0 -5
  400. package/dist/components/Tile/Tile.js +0 -8
  401. package/dist/components/Tile/Tile.js.map +0 -1
  402. package/dist/components/Tile/TileContent.d.ts +0 -6
  403. package/dist/components/Tile/TileContent.js.map +0 -1
  404. package/lib/api/CorporateLeadAPI.js.map +0 -1
  405. package/lib/components/Tile/Tile.d.ts +0 -5
  406. package/lib/components/Tile/Tile.fixture.d.ts +0 -15
  407. package/lib/components/Tile/Tile.fixture.mobile.d.ts +0 -9
  408. package/lib/components/Tile/Tile.js +0 -6
  409. package/lib/components/Tile/Tile.js.map +0 -1
  410. package/lib/components/Tile/TileContent.d.ts +0 -6
  411. package/lib/components/Tile/TileContent.js +0 -2
  412. package/lib/components/Tile/TileContent.js.map +0 -1
  413. package/mobile/bundle/components/Tile/Tile.d.ts +0 -5
  414. package/mobile/bundle/components/Tile/TileContent.d.ts +0 -6
  415. package/mobile/dist/api/CorporateLeadAPI.d.ts +0 -15
  416. package/mobile/dist/api/CorporateLeadAPI.js.map +0 -1
  417. package/mobile/dist/components/Tile/Tile.d.ts +0 -5
  418. package/mobile/dist/components/Tile/Tile.js +0 -8
  419. package/mobile/dist/components/Tile/Tile.js.map +0 -1
  420. package/mobile/dist/components/Tile/TileContent.d.ts +0 -6
  421. package/mobile/dist/components/Tile/TileContent.js.map +0 -1
  422. package/mobile/lib/api/CorporateLeadAPI.d.ts +0 -15
  423. package/mobile/lib/api/CorporateLeadAPI.js.map +0 -1
  424. package/mobile/lib/components/Tile/Tile.d.ts +0 -5
  425. package/mobile/lib/components/Tile/Tile.js +0 -6
  426. package/mobile/lib/components/Tile/Tile.js.map +0 -1
  427. package/mobile/lib/components/Tile/TileContent.d.ts +0 -6
  428. package/mobile/lib/components/Tile/TileContent.js +0 -2
  429. package/mobile/lib/components/Tile/TileContent.js.map +0 -1
  430. package/mobile/src/components/Tile/Tile.example.json +0 -28
  431. package/mobile/src/components/Tile/Tile.tsx +0 -23
  432. package/mobile/src/components/Tile/Tile.ui.json +0 -17
  433. package/mobile/src/components/Tile/TileContent.ts +0 -7
  434. package/src/components/Tile/Tile.example.json +0 -28
  435. package/src/components/Tile/Tile.fixture.mobile.tsx +0 -48
  436. package/src/components/Tile/Tile.fixture.tsx +0 -146
  437. package/src/components/Tile/Tile.tsx +0 -23
  438. package/src/components/Tile/Tile.ui.json +0 -17
  439. package/src/components/Tile/TileContent.ts +0 -7
@@ -33,7 +33,9 @@ function adjustCarouselProgramsCardBlock(block) {
33
33
  }));
34
34
  Reflect.deleteProperty(content, 'list');
35
35
  }
36
- block.type = 'CarouselRecommendationCard';
36
+ if (block.type === 'CarouselProgramsCard') {
37
+ block.type = 'CarouselRecommendationCard';
38
+ }
37
39
  }
38
40
 
39
41
  function adjustCarouselRecommendationCardBlock(block) {
@@ -0,0 +1,38 @@
1
+ export const description = 'v0.14.27';
2
+
3
+ export default (uniPath, content) => {
4
+ if (!content?.blocks) {
5
+ return content;
6
+ }
7
+
8
+ for (const block of content.blocks) {
9
+ adjustTile(block);
10
+ }
11
+
12
+ return { ...content };
13
+ };
14
+
15
+ function adjustTile(block) {
16
+ if (block.blocks) {
17
+ for (const childBlock of block.blocks) {
18
+ adjustTile(childBlock);
19
+ }
20
+ }
21
+
22
+ if (block.type === 'Tile') {
23
+ updateDefaultValue(block.content);
24
+ block.type = 'ProductBlock';
25
+ }
26
+ }
27
+
28
+ function updateDefaultValue(content = {}) {
29
+ if (!content.headlineVersion) {
30
+ content.headlineVersion = 'S';
31
+ }
32
+ if (!content.listItemSize) {
33
+ content.listItemSize = 'M';
34
+ }
35
+ if (typeof content.isFullWidthTitle !== 'boolean') {
36
+ content.isFullWidthTitle = false;
37
+ }
38
+ }
@@ -9,7 +9,7 @@ interface DaDataAddress {
9
9
  export interface DaDataResult {
10
10
  suggestions?: DaDataSuggestion<DaDataAddress>[];
11
11
  }
12
- export declare function CorporateLeadAPI(): {
13
- send: (body: Record<string, string>) => Promise<any>;
12
+ export declare function LeadServiceAPI(): {
13
+ send: (body: Record<string, string>, isIndividualType?: boolean) => Promise<any>;
14
14
  };
15
15
  export {};