@redneckz/wildless-cms-uni-blocks 0.14.258 → 0.14.260

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 (386) hide show
  1. package/bin/migration-scripts/0.14.259.js +32 -0
  2. package/bundle/blocks.schema.json +1 -1
  3. package/bundle/bundle.umd.js +44 -47
  4. package/bundle/bundle.umd.min.js +1 -1
  5. package/bundle/components/ApplicationForm/ApplicationFormContent.d.ts +4 -16
  6. package/bundle/components/ApplicationForm/ApplicationFormsProps.d.ts +0 -9
  7. package/bundle/components/ApplicationForm/EmbeddableForms.d.ts +0 -1
  8. package/{dist/components/ApplicationForm → bundle/components/ApplicationFormCustom}/Footnote.d.ts +3 -3
  9. package/{dist/components/ApplicationForm → bundle/components/ApplicationFormCustom}/renderAgreementSubmit.d.ts +1 -1
  10. package/bundle/components/{ApplicationForm → ApplicationFormCustom}/renderSubmitButton.d.ts +1 -1
  11. package/bundle/components/ApplicationFormGrantSupport/ApplicationFormGrantSupport.d.ts +6 -0
  12. package/bundle/components/ApplicationFormGrantSupport/ApplicationFormGrantSupportContent.d.ts +14 -0
  13. package/bundle/components/BenefitsBlock/BenefitsBlockContent.d.ts +0 -2
  14. package/bundle/components/Carousel/renderCardHighlight.d.ts +3 -3
  15. package/bundle/components/InvestmentInfo/InvestmentInfoContent.d.ts +2 -4
  16. package/bundle/components/LinkDocs/LinkDocsContent.d.ts +3 -5
  17. package/bundle/data/FooterData.d.ts +2 -4
  18. package/bundle/model/HeadlineType.d.ts +4 -0
  19. package/bundle/model/LinkProps.d.ts +2 -3
  20. package/bundle/ui-kit/BaseFiltration/HotFilterBase.d.ts +2 -4
  21. package/bundle/ui-kit/List/ListItem.d.ts +3 -3
  22. package/bundle/ui-kit/RadioButtonGroup/RadioButtonGroup.d.ts +3 -3
  23. package/bundle/ui-kit/Select/Option.d.ts +3 -3
  24. package/bundle/ui-kit/SlideCheckbox/SlideCheckbox.d.ts +3 -3
  25. package/dist/components/ApplicationForm/ApplicationFormContent.d.ts +4 -16
  26. package/dist/components/ApplicationForm/ApplicationFormFeedback.js +3 -4
  27. package/dist/components/ApplicationForm/ApplicationFormFeedback.js.map +1 -1
  28. package/dist/components/ApplicationForm/ApplicationFormsProps.d.ts +0 -9
  29. package/dist/components/ApplicationForm/EmbeddableForms.d.ts +0 -1
  30. package/dist/components/ApplicationForm/EmbeddableForms.js +0 -2
  31. package/dist/components/ApplicationForm/EmbeddableForms.js.map +1 -1
  32. package/dist/components/ApplicationFormCustom/ApplicationFormCustom.js +2 -3
  33. package/dist/components/ApplicationFormCustom/ApplicationFormCustom.js.map +1 -1
  34. package/{bundle/components/ApplicationForm → dist/components/ApplicationFormCustom}/Footnote.d.ts +3 -3
  35. package/dist/components/ApplicationFormCustom/Footnote.js.map +1 -0
  36. package/dist/components/ApplicationFormCustom/UltraPremiumField.js +1 -1
  37. package/dist/components/ApplicationFormCustom/UltraPremiumField.js.map +1 -1
  38. package/dist/components/ApplicationFormCustom/getObjectValidator.js +1 -1
  39. package/dist/components/ApplicationFormCustom/getObjectValidator.js.map +1 -1
  40. package/{mobile/dist/components/ApplicationForm → dist/components/ApplicationFormCustom}/renderAgreementSubmit.d.ts +1 -1
  41. package/dist/components/ApplicationFormCustom/renderAgreementSubmit.js.map +1 -0
  42. package/{mobile/dist/components/ApplicationForm → dist/components/ApplicationFormCustom}/renderSubmitButton.d.ts +1 -1
  43. package/dist/components/ApplicationFormCustom/renderSubmitButton.js.map +1 -0
  44. package/dist/components/ApplicationFormCustom/validators.js.map +1 -0
  45. package/dist/components/ApplicationFormGrantSupport/ApplicationFormGrantSupport.d.ts +6 -0
  46. package/dist/components/ApplicationFormGrantSupport/ApplicationFormGrantSupport.js +23 -0
  47. package/dist/components/ApplicationFormGrantSupport/ApplicationFormGrantSupport.js.map +1 -0
  48. package/dist/components/ApplicationFormGrantSupport/ApplicationFormGrantSupportContent.d.ts +14 -0
  49. package/dist/components/ApplicationFormGrantSupport/ApplicationFormGrantSupportContent.js +2 -0
  50. package/dist/components/ApplicationFormGrantSupport/ApplicationFormGrantSupportContent.js.map +1 -0
  51. package/dist/components/BenefitsBlock/BenefitsBlockContent.d.ts +0 -2
  52. package/dist/components/Blocks.js +2 -0
  53. package/dist/components/Blocks.js.map +1 -1
  54. package/dist/components/Carousel/renderCardHighlight.d.ts +3 -3
  55. package/dist/components/Carousel/renderCardHighlight.js.map +1 -1
  56. package/dist/components/InvestmentInfo/InvestmentInfoContent.d.ts +2 -4
  57. package/dist/components/LinkDocs/LinkDocsContent.d.ts +3 -5
  58. package/dist/components/OfficesAtmsMap/Badge.js +1 -1
  59. package/dist/components/OfficesAtmsMap/Badge.js.map +1 -1
  60. package/dist/components/OfficesAtmsMap/CardCell.js +1 -1
  61. package/dist/components/OfficesAtmsMap/CardCell.js.map +1 -1
  62. package/dist/components/OfficesAtmsMap/CardRow.js +1 -1
  63. package/dist/components/OfficesAtmsMap/CardRow.js.map +1 -1
  64. package/dist/data/FooterData.d.ts +2 -4
  65. package/dist/model/HeadlineType.d.ts +4 -0
  66. package/dist/model/LinkProps.d.ts +2 -3
  67. package/dist/ui-kit/BaseFiltration/HotFilterBase.d.ts +2 -4
  68. package/dist/ui-kit/List/ListItem.d.ts +3 -3
  69. package/dist/ui-kit/List/ListItem.js.map +1 -1
  70. package/dist/ui-kit/RadioButtonGroup/RadioButtonGroup.d.ts +3 -3
  71. package/dist/ui-kit/RadioButtonGroup/RadioButtonGroup.js.map +1 -1
  72. package/dist/ui-kit/Select/Option.d.ts +3 -3
  73. package/dist/ui-kit/SlideCheckbox/SlideCheckbox.d.ts +3 -3
  74. package/dist/ui-kit/SlideCheckbox/SlideCheckbox.js.map +1 -1
  75. package/lib/common.css +1 -1
  76. package/lib/components/ApplicationForm/ApplicationForm.fixture.d.ts +0 -1
  77. package/lib/components/ApplicationForm/ApplicationForm.fixture.mobile.d.ts +0 -1
  78. package/lib/components/ApplicationForm/ApplicationFormContent.d.ts +4 -16
  79. package/lib/components/ApplicationForm/ApplicationFormFeedback.js +3 -4
  80. package/lib/components/ApplicationForm/ApplicationFormFeedback.js.map +1 -1
  81. package/lib/components/ApplicationForm/ApplicationFormsProps.d.ts +0 -9
  82. package/lib/components/ApplicationForm/EmbeddableForms.d.ts +0 -1
  83. package/lib/components/ApplicationForm/EmbeddableForms.js +0 -2
  84. package/lib/components/ApplicationForm/EmbeddableForms.js.map +1 -1
  85. package/lib/components/ApplicationFormCustom/ApplicationFormCustom.js +2 -3
  86. package/lib/components/ApplicationFormCustom/ApplicationFormCustom.js.map +1 -1
  87. package/lib/components/{ApplicationForm → ApplicationFormCustom}/Footnote.d.ts +3 -3
  88. package/lib/components/ApplicationFormCustom/Footnote.js.map +1 -0
  89. package/lib/components/ApplicationFormCustom/UltraPremiumField.js +1 -1
  90. package/lib/components/ApplicationFormCustom/UltraPremiumField.js.map +1 -1
  91. package/lib/components/ApplicationFormCustom/getObjectValidator.js +1 -1
  92. package/lib/components/ApplicationFormCustom/getObjectValidator.js.map +1 -1
  93. package/lib/components/{ApplicationForm → ApplicationFormCustom}/renderAgreementSubmit.d.ts +1 -1
  94. package/lib/components/ApplicationFormCustom/renderAgreementSubmit.js.map +1 -0
  95. package/lib/components/{ApplicationForm → ApplicationFormCustom}/renderSubmitButton.d.ts +1 -1
  96. package/lib/components/ApplicationFormCustom/renderSubmitButton.js.map +1 -0
  97. package/lib/components/ApplicationFormCustom/validators.js.map +1 -0
  98. package/lib/components/ApplicationFormGrantSupport/ApplicationFormGrantSupport.d.ts +6 -0
  99. package/lib/components/ApplicationFormGrantSupport/ApplicationFormGrantSupport.fixture.d.ts +5 -0
  100. package/lib/components/ApplicationFormGrantSupport/ApplicationFormGrantSupport.js +21 -0
  101. package/lib/components/ApplicationFormGrantSupport/ApplicationFormGrantSupport.js.map +1 -0
  102. package/lib/components/ApplicationFormGrantSupport/ApplicationFormGrantSupportContent.d.ts +14 -0
  103. package/lib/components/ApplicationFormGrantSupport/ApplicationFormGrantSupportContent.js +2 -0
  104. package/lib/components/ApplicationFormGrantSupport/ApplicationFormGrantSupportContent.js.map +1 -0
  105. package/lib/components/BenefitsBlock/BenefitsBlockContent.d.ts +0 -2
  106. package/lib/components/Blocks.js +2 -0
  107. package/lib/components/Blocks.js.map +1 -1
  108. package/lib/components/Carousel/renderCardHighlight.d.ts +3 -3
  109. package/lib/components/Carousel/renderCardHighlight.js.map +1 -1
  110. package/lib/components/InvestmentInfo/InvestmentInfoContent.d.ts +2 -4
  111. package/lib/components/LinkDocs/LinkDocsContent.d.ts +3 -5
  112. package/lib/components/OfficesAtmsMap/Badge.js +1 -1
  113. package/lib/components/OfficesAtmsMap/Badge.js.map +1 -1
  114. package/lib/components/OfficesAtmsMap/CardCell.js +1 -1
  115. package/lib/components/OfficesAtmsMap/CardCell.js.map +1 -1
  116. package/lib/components/OfficesAtmsMap/CardRow.js +1 -1
  117. package/lib/components/OfficesAtmsMap/CardRow.js.map +1 -1
  118. package/lib/data/FooterData.d.ts +2 -4
  119. package/lib/model/HeadlineType.d.ts +4 -0
  120. package/lib/model/LinkProps.d.ts +2 -3
  121. package/lib/ui-kit/BaseFiltration/HotFilterBase.d.ts +2 -4
  122. package/lib/ui-kit/List/ListItem.d.ts +3 -3
  123. package/lib/ui-kit/List/ListItem.js.map +1 -1
  124. package/lib/ui-kit/RadioButtonGroup/RadioButtonGroup.d.ts +3 -3
  125. package/lib/ui-kit/RadioButtonGroup/RadioButtonGroup.js.map +1 -1
  126. package/lib/ui-kit/Select/Option.d.ts +3 -3
  127. package/lib/ui-kit/SlideCheckbox/SlideCheckbox.d.ts +3 -3
  128. package/lib/ui-kit/SlideCheckbox/SlideCheckbox.js.map +1 -1
  129. package/mobile/bundle/bundle.umd.js +31 -47
  130. package/mobile/bundle/bundle.umd.min.js +1 -1
  131. package/mobile/bundle/components/ApplicationForm/ApplicationFormContent.d.ts +4 -16
  132. package/mobile/bundle/components/ApplicationForm/ApplicationFormsProps.d.ts +0 -9
  133. package/mobile/bundle/components/ApplicationForm/EmbeddableForms.d.ts +0 -1
  134. package/mobile/bundle/components/{ApplicationForm → ApplicationFormCustom}/Footnote.d.ts +3 -3
  135. package/mobile/bundle/components/{ApplicationForm → ApplicationFormCustom}/renderAgreementSubmit.d.ts +1 -1
  136. package/{dist/components/ApplicationForm → mobile/bundle/components/ApplicationFormCustom}/renderSubmitButton.d.ts +1 -1
  137. package/mobile/bundle/components/ApplicationFormGrantSupport/ApplicationFormGrantSupport.d.ts +6 -0
  138. package/mobile/bundle/components/ApplicationFormGrantSupport/ApplicationFormGrantSupportContent.d.ts +14 -0
  139. package/mobile/bundle/components/BenefitsBlock/BenefitsBlockContent.d.ts +0 -2
  140. package/mobile/bundle/components/Carousel/renderCardHighlight.d.ts +3 -3
  141. package/mobile/bundle/components/InvestmentInfo/InvestmentInfoContent.d.ts +2 -4
  142. package/mobile/bundle/components/LinkDocs/LinkDocsContent.d.ts +3 -5
  143. package/mobile/bundle/data/FooterData.d.ts +2 -4
  144. package/mobile/bundle/model/HeadlineType.d.ts +4 -0
  145. package/mobile/bundle/model/LinkProps.d.ts +2 -3
  146. package/mobile/bundle/ui-kit/BaseFiltration/HotFilterBase.d.ts +2 -4
  147. package/mobile/bundle/ui-kit/List/ListItem.d.ts +3 -3
  148. package/mobile/bundle/ui-kit/RadioButtonGroup/RadioButtonGroup.d.ts +3 -3
  149. package/mobile/bundle/ui-kit/Select/Option.d.ts +3 -3
  150. package/mobile/bundle/ui-kit/SlideCheckbox/SlideCheckbox.d.ts +3 -3
  151. package/mobile/dist/components/ApplicationForm/ApplicationFormContent.d.ts +4 -16
  152. package/mobile/dist/components/ApplicationForm/ApplicationFormFeedback.js +3 -4
  153. package/mobile/dist/components/ApplicationForm/ApplicationFormFeedback.js.map +1 -1
  154. package/mobile/dist/components/ApplicationForm/ApplicationFormsProps.d.ts +0 -9
  155. package/mobile/dist/components/ApplicationForm/EmbeddableForms.d.ts +0 -1
  156. package/mobile/dist/components/ApplicationForm/EmbeddableForms.js +0 -2
  157. package/mobile/dist/components/ApplicationForm/EmbeddableForms.js.map +1 -1
  158. package/mobile/dist/components/ApplicationFormCustom/ApplicationFormCustom.js +2 -3
  159. package/mobile/dist/components/ApplicationFormCustom/ApplicationFormCustom.js.map +1 -1
  160. package/mobile/dist/components/ApplicationFormCustom/Footnote.d.ts +7 -0
  161. package/mobile/dist/components/ApplicationFormCustom/Footnote.js.map +1 -0
  162. package/mobile/dist/components/ApplicationFormCustom/UltraPremiumField.js +1 -1
  163. package/mobile/dist/components/ApplicationFormCustom/UltraPremiumField.js.map +1 -1
  164. package/mobile/dist/components/ApplicationFormCustom/getObjectValidator.js +1 -1
  165. package/mobile/dist/components/ApplicationFormCustom/getObjectValidator.js.map +1 -1
  166. package/{bundle/components/ApplicationForm → mobile/dist/components/ApplicationFormCustom}/renderAgreementSubmit.d.ts +1 -1
  167. package/mobile/dist/components/ApplicationFormCustom/renderAgreementSubmit.js.map +1 -0
  168. package/mobile/{bundle/components/ApplicationForm → dist/components/ApplicationFormCustom}/renderSubmitButton.d.ts +1 -1
  169. package/mobile/dist/components/ApplicationFormCustom/renderSubmitButton.js.map +1 -0
  170. package/mobile/dist/components/ApplicationFormCustom/validators.js.map +1 -0
  171. package/mobile/dist/components/ApplicationFormGrantSupport/ApplicationFormGrantSupport.d.ts +6 -0
  172. package/mobile/dist/components/ApplicationFormGrantSupport/ApplicationFormGrantSupport.js +23 -0
  173. package/mobile/dist/components/ApplicationFormGrantSupport/ApplicationFormGrantSupport.js.map +1 -0
  174. package/mobile/dist/components/ApplicationFormGrantSupport/ApplicationFormGrantSupportContent.d.ts +14 -0
  175. package/mobile/dist/components/ApplicationFormGrantSupport/ApplicationFormGrantSupportContent.js +2 -0
  176. package/mobile/dist/components/ApplicationFormGrantSupport/ApplicationFormGrantSupportContent.js.map +1 -0
  177. package/mobile/dist/components/BenefitsBlock/BenefitsBlockContent.d.ts +0 -2
  178. package/mobile/dist/components/Carousel/renderCardHighlight.d.ts +3 -3
  179. package/mobile/dist/components/Carousel/renderCardHighlight.js.map +1 -1
  180. package/mobile/dist/components/InvestmentInfo/InvestmentInfoContent.d.ts +2 -4
  181. package/mobile/dist/components/LinkDocs/LinkDocsContent.d.ts +3 -5
  182. package/mobile/dist/components/OfficesAtmsMap/Badge.js +1 -1
  183. package/mobile/dist/components/OfficesAtmsMap/Badge.js.map +1 -1
  184. package/mobile/dist/components/OfficesAtmsMap/CardCell.js +1 -1
  185. package/mobile/dist/components/OfficesAtmsMap/CardCell.js.map +1 -1
  186. package/mobile/dist/components/OfficesAtmsMap/CardRow.js +1 -1
  187. package/mobile/dist/components/OfficesAtmsMap/CardRow.js.map +1 -1
  188. package/mobile/dist/data/FooterData.d.ts +2 -4
  189. package/mobile/dist/model/HeadlineType.d.ts +4 -0
  190. package/mobile/dist/model/LinkProps.d.ts +2 -3
  191. package/mobile/dist/ui-kit/BaseFiltration/HotFilterBase.d.ts +2 -4
  192. package/mobile/dist/ui-kit/List/ListItem.d.ts +3 -3
  193. package/mobile/dist/ui-kit/List/ListItem.js.map +1 -1
  194. package/mobile/dist/ui-kit/RadioButtonGroup/RadioButtonGroup.d.ts +3 -3
  195. package/mobile/dist/ui-kit/RadioButtonGroup/RadioButtonGroup.js.map +1 -1
  196. package/mobile/dist/ui-kit/Select/Option.d.ts +3 -3
  197. package/mobile/dist/ui-kit/SlideCheckbox/SlideCheckbox.d.ts +3 -3
  198. package/mobile/dist/ui-kit/SlideCheckbox/SlideCheckbox.js.map +1 -1
  199. package/mobile/lib/common.css +1 -1
  200. package/mobile/lib/components/ApplicationForm/ApplicationFormContent.d.ts +4 -16
  201. package/mobile/lib/components/ApplicationForm/ApplicationFormFeedback.js +3 -4
  202. package/mobile/lib/components/ApplicationForm/ApplicationFormFeedback.js.map +1 -1
  203. package/mobile/lib/components/ApplicationForm/ApplicationFormsProps.d.ts +0 -9
  204. package/mobile/lib/components/ApplicationForm/EmbeddableForms.d.ts +0 -1
  205. package/mobile/lib/components/ApplicationForm/EmbeddableForms.js +0 -2
  206. package/mobile/lib/components/ApplicationForm/EmbeddableForms.js.map +1 -1
  207. package/mobile/lib/components/ApplicationFormCustom/ApplicationFormCustom.js +2 -3
  208. package/mobile/lib/components/ApplicationFormCustom/ApplicationFormCustom.js.map +1 -1
  209. package/mobile/lib/components/ApplicationFormCustom/Footnote.d.ts +7 -0
  210. package/mobile/lib/components/ApplicationFormCustom/Footnote.js.map +1 -0
  211. package/mobile/lib/components/ApplicationFormCustom/UltraPremiumField.js +1 -1
  212. package/mobile/lib/components/ApplicationFormCustom/UltraPremiumField.js.map +1 -1
  213. package/mobile/lib/components/ApplicationFormCustom/getObjectValidator.js +1 -1
  214. package/mobile/lib/components/ApplicationFormCustom/getObjectValidator.js.map +1 -1
  215. package/mobile/lib/components/ApplicationFormCustom/renderAgreementSubmit.d.ts +5 -0
  216. package/mobile/lib/components/ApplicationFormCustom/renderAgreementSubmit.js.map +1 -0
  217. package/mobile/lib/components/ApplicationFormCustom/renderSubmitButton.d.ts +3 -0
  218. package/mobile/lib/components/ApplicationFormCustom/renderSubmitButton.js.map +1 -0
  219. package/mobile/lib/components/ApplicationFormCustom/validators.js.map +1 -0
  220. package/mobile/lib/components/ApplicationFormGrantSupport/ApplicationFormGrantSupport.d.ts +6 -0
  221. package/mobile/lib/components/ApplicationFormGrantSupport/ApplicationFormGrantSupport.js +21 -0
  222. package/mobile/lib/components/ApplicationFormGrantSupport/ApplicationFormGrantSupport.js.map +1 -0
  223. package/mobile/lib/components/ApplicationFormGrantSupport/ApplicationFormGrantSupportContent.d.ts +14 -0
  224. package/mobile/lib/components/ApplicationFormGrantSupport/ApplicationFormGrantSupportContent.js +2 -0
  225. package/mobile/lib/components/ApplicationFormGrantSupport/ApplicationFormGrantSupportContent.js.map +1 -0
  226. package/mobile/lib/components/BenefitsBlock/BenefitsBlockContent.d.ts +0 -2
  227. package/mobile/lib/components/Carousel/renderCardHighlight.d.ts +3 -3
  228. package/mobile/lib/components/Carousel/renderCardHighlight.js.map +1 -1
  229. package/mobile/lib/components/InvestmentInfo/InvestmentInfoContent.d.ts +2 -4
  230. package/mobile/lib/components/LinkDocs/LinkDocsContent.d.ts +3 -5
  231. package/mobile/lib/components/OfficesAtmsMap/Badge.js +1 -1
  232. package/mobile/lib/components/OfficesAtmsMap/Badge.js.map +1 -1
  233. package/mobile/lib/components/OfficesAtmsMap/CardCell.js +1 -1
  234. package/mobile/lib/components/OfficesAtmsMap/CardCell.js.map +1 -1
  235. package/mobile/lib/components/OfficesAtmsMap/CardRow.js +1 -1
  236. package/mobile/lib/components/OfficesAtmsMap/CardRow.js.map +1 -1
  237. package/mobile/lib/data/FooterData.d.ts +2 -4
  238. package/mobile/lib/model/HeadlineType.d.ts +4 -0
  239. package/mobile/lib/model/LinkProps.d.ts +2 -3
  240. package/mobile/lib/ui-kit/BaseFiltration/HotFilterBase.d.ts +2 -4
  241. package/mobile/lib/ui-kit/List/ListItem.d.ts +3 -3
  242. package/mobile/lib/ui-kit/List/ListItem.js.map +1 -1
  243. package/mobile/lib/ui-kit/RadioButtonGroup/RadioButtonGroup.d.ts +3 -3
  244. package/mobile/lib/ui-kit/RadioButtonGroup/RadioButtonGroup.js.map +1 -1
  245. package/mobile/lib/ui-kit/Select/Option.d.ts +3 -3
  246. package/mobile/lib/ui-kit/SlideCheckbox/SlideCheckbox.d.ts +3 -3
  247. package/mobile/lib/ui-kit/SlideCheckbox/SlideCheckbox.js.map +1 -1
  248. package/mobile/src/components/ApplicationForm/ApplicationFormContent.ts +4 -18
  249. package/mobile/src/components/ApplicationForm/ApplicationFormFeedback.tsx +5 -5
  250. package/mobile/src/components/ApplicationForm/ApplicationFormsProps.ts +0 -4
  251. package/mobile/src/components/ApplicationForm/EmbeddableForms.tsx +0 -2
  252. package/mobile/src/components/ApplicationFormCustom/ApplicationFormCustom.tsx +2 -3
  253. package/mobile/src/components/{ApplicationForm → ApplicationFormCustom}/Footnote.tsx +3 -3
  254. package/mobile/src/components/ApplicationFormCustom/UltraPremiumField.tsx +1 -1
  255. package/mobile/src/components/ApplicationFormCustom/getObjectValidator.tsx +3 -3
  256. package/mobile/src/components/{ApplicationForm → ApplicationFormCustom}/renderAgreementSubmit.tsx +1 -1
  257. package/{src/components/ApplicationForm → mobile/src/components/ApplicationFormCustom}/renderSubmitButton.tsx +1 -1
  258. package/mobile/src/components/ApplicationFormGrantSupport/ApplicationFormGrantSupport.example.json +1 -0
  259. package/mobile/src/components/ApplicationFormGrantSupport/ApplicationFormGrantSupport.tsx +57 -0
  260. package/mobile/src/components/ApplicationFormGrantSupport/ApplicationFormGrantSupport.ui.json +1 -0
  261. package/mobile/src/components/ApplicationFormGrantSupport/ApplicationFormGrantSupportContent.ts +10 -0
  262. package/mobile/src/components/BenefitsBlock/BenefitsBlockContent.ts +0 -2
  263. package/mobile/src/components/Carousel/renderCardHighlight.tsx +3 -3
  264. package/mobile/src/components/InvestmentInfo/InvestmentInfoContent.ts +2 -4
  265. package/mobile/src/components/LinkDocs/LinkDocsContent.ts +7 -5
  266. package/mobile/src/components/OfficesAtmsMap/Badge.tsx +1 -1
  267. package/mobile/src/components/OfficesAtmsMap/CardCell.tsx +1 -1
  268. package/mobile/src/components/OfficesAtmsMap/CardRow.tsx +1 -1
  269. package/mobile/src/data/FooterData.ts +5 -6
  270. package/mobile/src/model/HeadlineType.ts +5 -0
  271. package/mobile/src/model/LinkProps.ts +3 -4
  272. package/mobile/src/ui-kit/BaseFiltration/HotFilterBase.ts +3 -4
  273. package/mobile/src/ui-kit/List/ListItem.tsx +3 -3
  274. package/mobile/src/ui-kit/RadioButtonGroup/RadioButtonGroup.tsx +3 -3
  275. package/mobile/src/ui-kit/Select/Option.ts +4 -3
  276. package/mobile/src/ui-kit/SlideCheckbox/SlideCheckbox.tsx +3 -3
  277. package/package.json +1 -1
  278. package/src/components/ApplicationForm/ApplicationForm.fixture.mobile.tsx +11 -32
  279. package/src/components/ApplicationForm/ApplicationForm.fixture.tsx +11 -32
  280. package/src/components/ApplicationForm/ApplicationFormContent.ts +4 -18
  281. package/src/components/ApplicationForm/ApplicationFormFeedback.tsx +5 -5
  282. package/src/components/ApplicationForm/ApplicationFormsProps.ts +0 -4
  283. package/src/components/ApplicationForm/EmbeddableForms.tsx +0 -2
  284. package/src/components/ApplicationFormCustom/ApplicationFormCustom.tsx +2 -3
  285. package/src/components/{ApplicationForm → ApplicationFormCustom}/Footnote.tsx +3 -3
  286. package/src/components/ApplicationFormCustom/UltraPremiumField.tsx +1 -1
  287. package/src/components/ApplicationFormCustom/getObjectValidator.tsx +3 -3
  288. package/src/components/{ApplicationForm → ApplicationFormCustom}/renderAgreementSubmit.tsx +1 -1
  289. package/{mobile/src/components/ApplicationForm → src/components/ApplicationFormCustom}/renderSubmitButton.tsx +1 -1
  290. package/src/components/ApplicationFormGrantSupport/ApplicationFormGrantSupport.example.json +1 -0
  291. package/src/components/ApplicationFormGrantSupport/ApplicationFormGrantSupport.fixture.tsx +20 -0
  292. package/src/components/ApplicationFormGrantSupport/ApplicationFormGrantSupport.tsx +57 -0
  293. package/src/components/ApplicationFormGrantSupport/ApplicationFormGrantSupport.ui.json +1 -0
  294. package/src/components/ApplicationFormGrantSupport/ApplicationFormGrantSupportContent.ts +10 -0
  295. package/src/components/BenefitsBlock/BenefitsBlockContent.ts +0 -2
  296. package/src/components/Blocks.ts +2 -0
  297. package/src/components/Carousel/renderCardHighlight.tsx +3 -3
  298. package/src/components/InvestmentInfo/InvestmentInfoContent.ts +2 -4
  299. package/src/components/LinkDocs/LinkDocsContent.ts +7 -5
  300. package/src/components/OfficesAtmsMap/Badge.tsx +1 -1
  301. package/src/components/OfficesAtmsMap/CardCell.tsx +1 -1
  302. package/src/components/OfficesAtmsMap/CardRow.tsx +1 -1
  303. package/src/data/FooterData.ts +5 -6
  304. package/src/model/HeadlineType.ts +5 -0
  305. package/src/model/LinkProps.ts +3 -4
  306. package/src/ui-kit/BaseFiltration/HotFilterBase.ts +3 -4
  307. package/src/ui-kit/List/ListItem.tsx +3 -3
  308. package/src/ui-kit/RadioButtonGroup/RadioButtonGroup.tsx +3 -3
  309. package/src/ui-kit/Select/Option.ts +4 -3
  310. package/src/ui-kit/SlideCheckbox/SlideCheckbox.tsx +3 -3
  311. package/bundle/components/ApplicationForm/ApplicationFormGrantSupport.d.ts +0 -2
  312. package/bundle/components/ApplicationForm/formStyle.d.ts +0 -2
  313. package/dist/components/ApplicationForm/ApplicationFormGrantSupport.d.ts +0 -2
  314. package/dist/components/ApplicationForm/ApplicationFormGrantSupport.js +0 -21
  315. package/dist/components/ApplicationForm/ApplicationFormGrantSupport.js.map +0 -1
  316. package/dist/components/ApplicationForm/Footnote.js.map +0 -1
  317. package/dist/components/ApplicationForm/formStyle.d.ts +0 -2
  318. package/dist/components/ApplicationForm/formStyle.js +0 -5
  319. package/dist/components/ApplicationForm/formStyle.js.map +0 -1
  320. package/dist/components/ApplicationForm/renderAgreementSubmit.js.map +0 -1
  321. package/dist/components/ApplicationForm/renderSubmitButton.js.map +0 -1
  322. package/dist/components/ApplicationForm/validators.js.map +0 -1
  323. package/lib/components/ApplicationForm/ApplicationFormGrantSupport.d.ts +0 -2
  324. package/lib/components/ApplicationForm/ApplicationFormGrantSupport.js +0 -19
  325. package/lib/components/ApplicationForm/ApplicationFormGrantSupport.js.map +0 -1
  326. package/lib/components/ApplicationForm/Footnote.js.map +0 -1
  327. package/lib/components/ApplicationForm/formStyle.d.ts +0 -2
  328. package/lib/components/ApplicationForm/formStyle.js +0 -3
  329. package/lib/components/ApplicationForm/formStyle.js.map +0 -1
  330. package/lib/components/ApplicationForm/renderAgreementSubmit.js.map +0 -1
  331. package/lib/components/ApplicationForm/renderSubmitButton.js.map +0 -1
  332. package/lib/components/ApplicationForm/validators.js.map +0 -1
  333. package/mobile/bundle/components/ApplicationForm/ApplicationFormGrantSupport.d.ts +0 -2
  334. package/mobile/bundle/components/ApplicationForm/formStyle.d.ts +0 -2
  335. package/mobile/dist/components/ApplicationForm/ApplicationFormGrantSupport.d.ts +0 -2
  336. package/mobile/dist/components/ApplicationForm/ApplicationFormGrantSupport.js +0 -21
  337. package/mobile/dist/components/ApplicationForm/ApplicationFormGrantSupport.js.map +0 -1
  338. package/mobile/dist/components/ApplicationForm/Footnote.d.ts +0 -7
  339. package/mobile/dist/components/ApplicationForm/Footnote.js.map +0 -1
  340. package/mobile/dist/components/ApplicationForm/formStyle.d.ts +0 -2
  341. package/mobile/dist/components/ApplicationForm/formStyle.js +0 -5
  342. package/mobile/dist/components/ApplicationForm/formStyle.js.map +0 -1
  343. package/mobile/dist/components/ApplicationForm/renderAgreementSubmit.js.map +0 -1
  344. package/mobile/dist/components/ApplicationForm/renderSubmitButton.js.map +0 -1
  345. package/mobile/dist/components/ApplicationForm/validators.js.map +0 -1
  346. package/mobile/lib/components/ApplicationForm/ApplicationFormGrantSupport.d.ts +0 -2
  347. package/mobile/lib/components/ApplicationForm/ApplicationFormGrantSupport.js +0 -19
  348. package/mobile/lib/components/ApplicationForm/ApplicationFormGrantSupport.js.map +0 -1
  349. package/mobile/lib/components/ApplicationForm/Footnote.d.ts +0 -7
  350. package/mobile/lib/components/ApplicationForm/Footnote.js.map +0 -1
  351. package/mobile/lib/components/ApplicationForm/formStyle.d.ts +0 -2
  352. package/mobile/lib/components/ApplicationForm/formStyle.js +0 -3
  353. package/mobile/lib/components/ApplicationForm/formStyle.js.map +0 -1
  354. package/mobile/lib/components/ApplicationForm/renderAgreementSubmit.d.ts +0 -5
  355. package/mobile/lib/components/ApplicationForm/renderAgreementSubmit.js.map +0 -1
  356. package/mobile/lib/components/ApplicationForm/renderSubmitButton.d.ts +0 -3
  357. package/mobile/lib/components/ApplicationForm/renderSubmitButton.js.map +0 -1
  358. package/mobile/lib/components/ApplicationForm/validators.js.map +0 -1
  359. package/mobile/src/components/ApplicationForm/ApplicationFormGrantSupport.tsx +0 -45
  360. package/mobile/src/components/ApplicationForm/formStyle.ts +0 -3
  361. package/src/components/ApplicationForm/ApplicationFormGrantSupport.tsx +0 -45
  362. package/src/components/ApplicationForm/formStyle.ts +0 -3
  363. /package/bundle/components/{ApplicationForm → ApplicationFormCustom}/validators.d.ts +0 -0
  364. /package/dist/components/{ApplicationForm → ApplicationFormCustom}/Footnote.js +0 -0
  365. /package/dist/components/{ApplicationForm → ApplicationFormCustom}/renderAgreementSubmit.js +0 -0
  366. /package/dist/components/{ApplicationForm → ApplicationFormCustom}/renderSubmitButton.js +0 -0
  367. /package/dist/components/{ApplicationForm → ApplicationFormCustom}/validators.d.ts +0 -0
  368. /package/dist/components/{ApplicationForm → ApplicationFormCustom}/validators.js +0 -0
  369. /package/lib/components/{ApplicationForm → ApplicationFormCustom}/Footnote.js +0 -0
  370. /package/lib/components/{ApplicationForm → ApplicationFormCustom}/renderAgreementSubmit.js +0 -0
  371. /package/lib/components/{ApplicationForm → ApplicationFormCustom}/renderSubmitButton.js +0 -0
  372. /package/lib/components/{ApplicationForm → ApplicationFormCustom}/validators.d.ts +0 -0
  373. /package/lib/components/{ApplicationForm → ApplicationFormCustom}/validators.js +0 -0
  374. /package/mobile/bundle/components/{ApplicationForm → ApplicationFormCustom}/validators.d.ts +0 -0
  375. /package/mobile/dist/components/{ApplicationForm → ApplicationFormCustom}/Footnote.js +0 -0
  376. /package/mobile/dist/components/{ApplicationForm → ApplicationFormCustom}/renderAgreementSubmit.js +0 -0
  377. /package/mobile/dist/components/{ApplicationForm → ApplicationFormCustom}/renderSubmitButton.js +0 -0
  378. /package/mobile/dist/components/{ApplicationForm → ApplicationFormCustom}/validators.d.ts +0 -0
  379. /package/mobile/dist/components/{ApplicationForm → ApplicationFormCustom}/validators.js +0 -0
  380. /package/mobile/lib/components/{ApplicationForm → ApplicationFormCustom}/Footnote.js +0 -0
  381. /package/mobile/lib/components/{ApplicationForm → ApplicationFormCustom}/renderAgreementSubmit.js +0 -0
  382. /package/mobile/lib/components/{ApplicationForm → ApplicationFormCustom}/renderSubmitButton.js +0 -0
  383. /package/mobile/lib/components/{ApplicationForm → ApplicationFormCustom}/validators.d.ts +0 -0
  384. /package/mobile/lib/components/{ApplicationForm → ApplicationFormCustom}/validators.js +0 -0
  385. /package/mobile/src/components/{ApplicationForm → ApplicationFormCustom}/validators.ts +0 -0
  386. /package/src/components/{ApplicationForm → ApplicationFormCustom}/validators.ts +0 -0
@@ -0,0 +1,32 @@
1
+ import { deleteProp, traversePageBlocks } from '../utils.js';
2
+
3
+ export const description = 'v0.14.259';
4
+
5
+ export default traversePageBlocks(adjustApplicationFormGrantSupport);
6
+
7
+ function adjustApplicationFormGrantSupport(block) {
8
+ const content = block?.content;
9
+ const formBlock = content?.formBlock;
10
+
11
+ if (
12
+ !content ||
13
+ block.type !== 'ApplicationForm' ||
14
+ formBlock?.formType !== 'ApplicationFormGrantSupport'
15
+ ) {
16
+ return;
17
+ }
18
+
19
+ content.button = formBlock?.button || {
20
+ version: 'primary',
21
+ text: 'Перейти',
22
+ };
23
+ if (formBlock?.title) {
24
+ content.title = formBlock?.title;
25
+ }
26
+ if (formBlock?.regionSource) {
27
+ content.regionSource = formBlock?.regionSource;
28
+ }
29
+ block.type = 'ApplicationFormGrantSupport';
30
+ deleteProp(content, 'formBlock');
31
+ deleteProp(content, 'version');
32
+ }