@redneckz/wildless-cms-uni-blocks 0.6.21 → 0.6.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (386) hide show
  1. package/bundle/blocks.schema.json +1 -1
  2. package/bundle/bundle.umd.js +135 -128
  3. package/bundle/bundle.umd.min.js +1 -1
  4. package/bundle/components/Calculator/CalculatorContent.d.ts +4 -50
  5. package/bundle/components/ContactsBlock/ContactsBlockContent.d.ts +2 -1
  6. package/bundle/components/ContentPage/useContentPageData.d.ts +3 -0
  7. package/bundle/components/Headline/HeadlineContent.d.ts +1 -0
  8. package/bundle/components/InvestmentInfo/InvestmentInfoContent.d.ts +1 -2
  9. package/bundle/components/ProductBlock/renderBackwardButton.d.ts +2 -2
  10. package/bundle/components/TariffsTable/TariffsTableContent.d.ts +1 -1
  11. package/bundle/components/Tile/TileContent.d.ts +2 -1
  12. package/bundle/icons/IconName.d.ts +4 -2
  13. package/bundle/ui-kit/IntersectionObserverTag.d.ts +1 -0
  14. package/bundle/ui-kit/Tags/Tags.d.ts +6 -0
  15. package/bundle/ui-kit/Tags/TagsContent.d.ts +6 -0
  16. package/cosmos-static/icons/DocumentText2Icon.svg +1 -0
  17. package/dist/components/Calculator/CalculatorContent.d.ts +4 -50
  18. package/dist/components/Catalog/Catalog.js +1 -1
  19. package/dist/components/Catalog/Catalog.js.map +1 -1
  20. package/dist/components/Catalog/CatalogCard.js +1 -1
  21. package/dist/components/ContactsBlock/ContactsBlock.js +2 -2
  22. package/dist/components/ContactsBlock/ContactsBlock.js.map +1 -1
  23. package/dist/components/ContactsBlock/ContactsBlockContent.d.ts +2 -1
  24. package/dist/components/ContentPage/ContentPage.page.json +35 -0
  25. package/dist/components/ContentPage/useContentPageData.d.ts +3 -0
  26. package/dist/components/ContentPage/useContentPageData.js +67 -0
  27. package/dist/components/ContentPage/useContentPageData.js.map +1 -0
  28. package/dist/components/ErrorBlock/ErrorBlock.js +1 -1
  29. package/dist/components/ErrorBlock/ErrorBlock.js.map +1 -1
  30. package/dist/components/ExchangeRateTile/CurrentLocation.js +1 -1
  31. package/dist/components/ExchangeRateTile/CurrentLocation.js.map +1 -1
  32. package/dist/components/Headline/HeadlineContent.d.ts +1 -0
  33. package/dist/components/InvestmentInfo/InvestmentInfo.js +4 -4
  34. package/dist/components/InvestmentInfo/InvestmentInfo.js.map +1 -1
  35. package/dist/components/InvestmentInfo/InvestmentInfoContent.d.ts +1 -2
  36. package/dist/components/MobileAppTile/MobileAppTile.js +1 -1
  37. package/dist/components/MobileAppTile/MobileAppTile.js.map +1 -1
  38. package/dist/components/OfficeMap/OfficeMap.js +3 -3
  39. package/dist/components/OfficeMap/OfficeMap.js.map +1 -1
  40. package/dist/components/OfficeServicesBlock/OfficeServicesBlock.js +1 -1
  41. package/dist/components/OfficeServicesBlock/OfficeServicesBlock.js.map +1 -1
  42. package/dist/components/ProductBlock/ProductBlock.js +2 -1
  43. package/dist/components/ProductBlock/ProductBlock.js.map +1 -1
  44. package/dist/components/ProductBlock/renderBackwardButton.d.ts +2 -2
  45. package/dist/components/ProductBlock/renderBackwardButton.js.map +1 -1
  46. package/dist/components/Tabs/renderLinkTab.js +1 -1
  47. package/dist/components/Tabs/renderLinkTab.js.map +1 -1
  48. package/dist/components/TariffsTable/TariffsTableContent.d.ts +1 -1
  49. package/dist/components/Tile/Tile.js +3 -2
  50. package/dist/components/Tile/Tile.js.map +1 -1
  51. package/dist/components/Tile/TileContent.d.ts +2 -1
  52. package/dist/icons/IconName.d.ts +4 -2
  53. package/dist/icons/IconName.js +2 -0
  54. package/dist/icons/IconName.js.map +1 -1
  55. package/dist/index.js +1 -1
  56. package/dist/index.js.map +1 -1
  57. package/dist/ui-kit/BlockWrapper.js +2 -2
  58. package/dist/ui-kit/BlockWrapper.js.map +1 -1
  59. package/dist/ui-kit/InnerTable/InnerTableHeader.js +1 -1
  60. package/dist/ui-kit/InnerTable/InnerTableHeader.js.map +1 -1
  61. package/dist/ui-kit/IntersectionObserverTag.d.ts +1 -0
  62. package/dist/ui-kit/IntersectionObserverTag.js +2 -2
  63. package/dist/ui-kit/IntersectionObserverTag.js.map +1 -1
  64. package/dist/ui-kit/Tags/Tags.d.ts +6 -0
  65. package/dist/ui-kit/Tags/Tags.js +10 -0
  66. package/dist/ui-kit/Tags/Tags.js.map +1 -0
  67. package/dist/ui-kit/Tags/TagsContent.d.ts +6 -0
  68. package/dist/ui-kit/Tags/TagsContent.js +2 -0
  69. package/dist/ui-kit/Tags/TagsContent.js.map +1 -0
  70. package/lib/common.css +1 -1
  71. package/lib/components/Calculator/CalculatorContent.d.ts +4 -50
  72. package/lib/components/Catalog/Catalog.js +1 -1
  73. package/lib/components/Catalog/Catalog.js.map +1 -1
  74. package/lib/components/Catalog/CatalogCard.js +1 -1
  75. package/lib/components/ContactsBlock/ContactsBlock.fixture.d.ts +2 -1
  76. package/lib/components/ContactsBlock/ContactsBlock.js +2 -2
  77. package/lib/components/ContactsBlock/ContactsBlock.js.map +1 -1
  78. package/lib/components/ContactsBlock/ContactsBlockContent.d.ts +2 -1
  79. package/lib/components/ContentPage/ContentPage.fixture.d.ts +2 -2
  80. package/lib/components/ContentPage/ContentPage.fixture.mobile.d.ts +1 -1
  81. package/lib/components/ContentPage/ContentPage.page.json +35 -0
  82. package/lib/components/ContentPage/useContentPageData.d.ts +3 -0
  83. package/lib/components/ContentPage/useContentPageData.js +38 -0
  84. package/lib/components/ContentPage/useContentPageData.js.map +1 -0
  85. package/lib/components/ErrorBlock/ErrorBlock.js +1 -1
  86. package/lib/components/ErrorBlock/ErrorBlock.js.map +1 -1
  87. package/lib/components/ExchangeRateTile/CurrentLocation.js +1 -1
  88. package/lib/components/ExchangeRateTile/CurrentLocation.js.map +1 -1
  89. package/lib/components/Headline/HeadlineContent.d.ts +1 -0
  90. package/lib/components/InvestmentInfo/InvestmentInfo.js +4 -4
  91. package/lib/components/InvestmentInfo/InvestmentInfo.js.map +1 -1
  92. package/lib/components/InvestmentInfo/InvestmentInfoContent.d.ts +1 -2
  93. package/lib/components/MobileAppTile/MobileAppTile.js +1 -1
  94. package/lib/components/MobileAppTile/MobileAppTile.js.map +1 -1
  95. package/lib/components/OfficeMap/OfficeMap.js +3 -3
  96. package/lib/components/OfficeMap/OfficeMap.js.map +1 -1
  97. package/lib/components/OfficeServicesBlock/OfficeServicesBlock.js +1 -1
  98. package/lib/components/OfficeServicesBlock/OfficeServicesBlock.js.map +1 -1
  99. package/lib/components/ProductBlock/ProductBlock.js +2 -1
  100. package/lib/components/ProductBlock/ProductBlock.js.map +1 -1
  101. package/lib/components/ProductBlock/renderBackwardButton.d.ts +2 -2
  102. package/lib/components/ProductBlock/renderBackwardButton.js.map +1 -1
  103. package/lib/components/Tabs/renderLinkTab.js +1 -1
  104. package/lib/components/Tabs/renderLinkTab.js.map +1 -1
  105. package/lib/components/TariffsTable/TariffsTableContent.d.ts +1 -1
  106. package/lib/components/Tile/Tile.fixture.d.ts +1 -0
  107. package/lib/components/Tile/Tile.js +3 -2
  108. package/lib/components/Tile/Tile.js.map +1 -1
  109. package/lib/components/Tile/TileContent.d.ts +2 -1
  110. package/lib/icons/IconName.d.ts +4 -2
  111. package/lib/icons/IconName.js +2 -0
  112. package/lib/icons/IconName.js.map +1 -1
  113. package/lib/index.js +1 -1
  114. package/lib/index.js.map +1 -1
  115. package/lib/ui-kit/BlockWrapper.js +2 -2
  116. package/lib/ui-kit/BlockWrapper.js.map +1 -1
  117. package/lib/ui-kit/InnerTable/InnerTableHeader.js +1 -1
  118. package/lib/ui-kit/InnerTable/InnerTableHeader.js.map +1 -1
  119. package/lib/ui-kit/IntersectionObserverTag.d.ts +1 -0
  120. package/lib/ui-kit/IntersectionObserverTag.js +2 -2
  121. package/lib/ui-kit/IntersectionObserverTag.js.map +1 -1
  122. package/lib/ui-kit/Tags/Tags.d.ts +6 -0
  123. package/lib/ui-kit/Tags/Tags.fixture.d.ts +3 -0
  124. package/lib/ui-kit/Tags/Tags.js +8 -0
  125. package/lib/ui-kit/Tags/Tags.js.map +1 -0
  126. package/lib/ui-kit/Tags/TagsContent.d.ts +6 -0
  127. package/lib/ui-kit/Tags/TagsContent.js +2 -0
  128. package/lib/ui-kit/Tags/TagsContent.js.map +1 -0
  129. package/mobile/bundle/bundle.umd.js +5 -5
  130. package/mobile/bundle/bundle.umd.min.js +1 -1
  131. package/mobile/bundle/components/Calculator/CalculatorContent.d.ts +4 -50
  132. package/mobile/bundle/components/ContactsBlock/ContactsBlockContent.d.ts +2 -1
  133. package/mobile/bundle/components/ContentPage/useContentPageData.d.ts +3 -0
  134. package/mobile/bundle/components/Headline/HeadlineContent.d.ts +1 -0
  135. package/mobile/bundle/components/InvestmentInfo/InvestmentInfoContent.d.ts +1 -2
  136. package/mobile/bundle/components/ProductBlock/renderBackwardButton.d.ts +2 -2
  137. package/mobile/bundle/components/TariffsTable/TariffsTableContent.d.ts +1 -1
  138. package/mobile/bundle/components/Tile/TileContent.d.ts +2 -1
  139. package/mobile/bundle/icons/IconName.d.ts +4 -2
  140. package/mobile/bundle/ui-kit/IntersectionObserverTag.d.ts +1 -0
  141. package/mobile/bundle/ui-kit/Tags/Tags.d.ts +6 -0
  142. package/mobile/bundle/ui-kit/Tags/TagsContent.d.ts +6 -0
  143. package/mobile/dist/components/Calculator/CalculatorContent.d.ts +4 -50
  144. package/mobile/dist/components/Catalog/Catalog.js +1 -1
  145. package/mobile/dist/components/Catalog/Catalog.js.map +1 -1
  146. package/mobile/dist/components/Catalog/CatalogCard.js +1 -1
  147. package/mobile/dist/components/ContactsBlock/ContactsBlock.js +2 -2
  148. package/mobile/dist/components/ContactsBlock/ContactsBlock.js.map +1 -1
  149. package/mobile/dist/components/ContactsBlock/ContactsBlockContent.d.ts +2 -1
  150. package/mobile/dist/components/ContentPage/ContentPage.page.json +35 -0
  151. package/mobile/dist/components/ContentPage/useContentPageData.d.ts +3 -0
  152. package/mobile/dist/components/ContentPage/useContentPageData.js +67 -0
  153. package/mobile/dist/components/ContentPage/useContentPageData.js.map +1 -0
  154. package/mobile/dist/components/ErrorBlock/ErrorBlock.js +1 -1
  155. package/mobile/dist/components/ErrorBlock/ErrorBlock.js.map +1 -1
  156. package/mobile/dist/components/ExchangeRateTile/CurrentLocation.js +1 -1
  157. package/mobile/dist/components/ExchangeRateTile/CurrentLocation.js.map +1 -1
  158. package/mobile/dist/components/Headline/HeadlineContent.d.ts +1 -0
  159. package/mobile/dist/components/InvestmentInfo/InvestmentInfo.js +4 -4
  160. package/mobile/dist/components/InvestmentInfo/InvestmentInfo.js.map +1 -1
  161. package/mobile/dist/components/InvestmentInfo/InvestmentInfoContent.d.ts +1 -2
  162. package/mobile/dist/components/OfficeMap/OfficeMap.js +3 -3
  163. package/mobile/dist/components/OfficeMap/OfficeMap.js.map +1 -1
  164. package/mobile/dist/components/OfficeServicesBlock/OfficeServicesBlock.js +1 -1
  165. package/mobile/dist/components/OfficeServicesBlock/OfficeServicesBlock.js.map +1 -1
  166. package/mobile/dist/components/ProductBlock/renderBackwardButton.d.ts +2 -2
  167. package/mobile/dist/components/ProductBlock/renderBackwardButton.js.map +1 -1
  168. package/mobile/dist/components/Tabs/renderLinkTab.js +1 -1
  169. package/mobile/dist/components/Tabs/renderLinkTab.js.map +1 -1
  170. package/mobile/dist/components/TariffsTable/TariffsTableContent.d.ts +1 -1
  171. package/mobile/dist/components/Tile/Tile.js +3 -2
  172. package/mobile/dist/components/Tile/Tile.js.map +1 -1
  173. package/mobile/dist/components/Tile/TileContent.d.ts +2 -1
  174. package/mobile/dist/icons/IconName.d.ts +4 -2
  175. package/mobile/dist/icons/IconName.js +2 -0
  176. package/mobile/dist/icons/IconName.js.map +1 -1
  177. package/mobile/dist/index.js +1 -1
  178. package/mobile/dist/index.js.map +1 -1
  179. package/mobile/dist/ui-kit/BlockWrapper.js +2 -2
  180. package/mobile/dist/ui-kit/BlockWrapper.js.map +1 -1
  181. package/mobile/dist/ui-kit/InnerTable/InnerTableHeader.js +1 -1
  182. package/mobile/dist/ui-kit/InnerTable/InnerTableHeader.js.map +1 -1
  183. package/mobile/dist/ui-kit/IntersectionObserverTag.d.ts +1 -0
  184. package/mobile/dist/ui-kit/IntersectionObserverTag.js +2 -2
  185. package/mobile/dist/ui-kit/IntersectionObserverTag.js.map +1 -1
  186. package/mobile/dist/ui-kit/Tags/Tags.d.ts +6 -0
  187. package/mobile/dist/ui-kit/Tags/Tags.js +10 -0
  188. package/mobile/dist/ui-kit/Tags/Tags.js.map +1 -0
  189. package/mobile/dist/ui-kit/Tags/TagsContent.d.ts +6 -0
  190. package/mobile/dist/ui-kit/Tags/TagsContent.js +2 -0
  191. package/mobile/dist/ui-kit/Tags/TagsContent.js.map +1 -0
  192. package/mobile/lib/components/Calculator/CalculatorContent.d.ts +4 -50
  193. package/mobile/lib/components/Catalog/Catalog.js +1 -1
  194. package/mobile/lib/components/Catalog/Catalog.js.map +1 -1
  195. package/mobile/lib/components/Catalog/CatalogCard.js +1 -1
  196. package/mobile/lib/components/ContactsBlock/ContactsBlock.js +2 -2
  197. package/mobile/lib/components/ContactsBlock/ContactsBlock.js.map +1 -1
  198. package/mobile/lib/components/ContactsBlock/ContactsBlockContent.d.ts +2 -1
  199. package/mobile/lib/components/ContentPage/ContentPage.page.json +35 -0
  200. package/mobile/lib/components/ContentPage/useContentPageData.d.ts +3 -0
  201. package/mobile/lib/components/ContentPage/useContentPageData.js +38 -0
  202. package/mobile/lib/components/ContentPage/useContentPageData.js.map +1 -0
  203. package/mobile/lib/components/ErrorBlock/ErrorBlock.js +1 -1
  204. package/mobile/lib/components/ErrorBlock/ErrorBlock.js.map +1 -1
  205. package/mobile/lib/components/ExchangeRateTile/CurrentLocation.js +1 -1
  206. package/mobile/lib/components/ExchangeRateTile/CurrentLocation.js.map +1 -1
  207. package/mobile/lib/components/Headline/HeadlineContent.d.ts +1 -0
  208. package/mobile/lib/components/InvestmentInfo/InvestmentInfo.js +4 -4
  209. package/mobile/lib/components/InvestmentInfo/InvestmentInfo.js.map +1 -1
  210. package/mobile/lib/components/InvestmentInfo/InvestmentInfoContent.d.ts +1 -2
  211. package/mobile/lib/components/OfficeMap/OfficeMap.js +3 -3
  212. package/mobile/lib/components/OfficeMap/OfficeMap.js.map +1 -1
  213. package/mobile/lib/components/OfficeServicesBlock/OfficeServicesBlock.js +1 -1
  214. package/mobile/lib/components/OfficeServicesBlock/OfficeServicesBlock.js.map +1 -1
  215. package/mobile/lib/components/ProductBlock/renderBackwardButton.d.ts +2 -2
  216. package/mobile/lib/components/ProductBlock/renderBackwardButton.js.map +1 -1
  217. package/mobile/lib/components/Tabs/renderLinkTab.js +1 -1
  218. package/mobile/lib/components/Tabs/renderLinkTab.js.map +1 -1
  219. package/mobile/lib/components/TariffsTable/TariffsTableContent.d.ts +1 -1
  220. package/mobile/lib/components/Tile/Tile.js +3 -2
  221. package/mobile/lib/components/Tile/Tile.js.map +1 -1
  222. package/mobile/lib/components/Tile/TileContent.d.ts +2 -1
  223. package/mobile/lib/icons/IconName.d.ts +4 -2
  224. package/mobile/lib/icons/IconName.js +2 -0
  225. package/mobile/lib/icons/IconName.js.map +1 -1
  226. package/mobile/lib/index.js +1 -1
  227. package/mobile/lib/index.js.map +1 -1
  228. package/mobile/lib/ui-kit/BlockWrapper.js +2 -2
  229. package/mobile/lib/ui-kit/BlockWrapper.js.map +1 -1
  230. package/mobile/lib/ui-kit/InnerTable/InnerTableHeader.js +1 -1
  231. package/mobile/lib/ui-kit/InnerTable/InnerTableHeader.js.map +1 -1
  232. package/mobile/lib/ui-kit/IntersectionObserverTag.d.ts +1 -0
  233. package/mobile/lib/ui-kit/IntersectionObserverTag.js +2 -2
  234. package/mobile/lib/ui-kit/IntersectionObserverTag.js.map +1 -1
  235. package/mobile/lib/ui-kit/Tags/Tags.d.ts +6 -0
  236. package/mobile/lib/ui-kit/Tags/Tags.js +8 -0
  237. package/mobile/lib/ui-kit/Tags/Tags.js.map +1 -0
  238. package/mobile/lib/ui-kit/Tags/TagsContent.d.ts +6 -0
  239. package/mobile/lib/ui-kit/Tags/TagsContent.js +2 -0
  240. package/mobile/lib/ui-kit/Tags/TagsContent.js.map +1 -0
  241. package/mobile/src/components/Accordion/Accordion.example.json +52 -2
  242. package/mobile/src/components/AccordionItem/AccordionItem.example.json +23 -5
  243. package/mobile/src/components/BenefitsBlock/BenefitsBlock.example.json +32 -30
  244. package/mobile/src/components/Bonus/Bonus.example.json +10 -8
  245. package/mobile/src/components/Bonus/Bonus.ui.json +10 -0
  246. package/mobile/src/components/BonusBenefitsBlock/BonusBenefitsBlock.example.json +94 -91
  247. package/mobile/src/components/Calculator/Calculator.example.json +21 -19
  248. package/mobile/src/components/Calculator/CalculatorContent.ts +2 -53
  249. package/mobile/src/components/CardTransfer/CardTransfer.example.json +10 -8
  250. package/mobile/src/components/Catalog/Catalog.example.json +51 -49
  251. package/mobile/src/components/Catalog/Catalog.tsx +1 -1
  252. package/mobile/src/components/Catalog/CatalogCard.tsx +1 -1
  253. package/mobile/src/components/ComparisonTable/ComparisonTable.example.json +79 -77
  254. package/mobile/src/components/ContactsBlock/ContactsBlock.example.json +45 -43
  255. package/mobile/src/components/ContactsBlock/ContactsBlock.tsx +2 -2
  256. package/mobile/src/components/ContactsBlock/ContactsBlockContent.ts +2 -1
  257. package/mobile/src/components/ContentPage/ContentPage.page.json +3 -2318
  258. package/mobile/src/components/ContentPage/useContentPageData.ts +49 -0
  259. package/mobile/src/components/ErrorBlock/ErrorBlock.example.json +12 -10
  260. package/mobile/src/components/ErrorBlock/ErrorBlock.tsx +1 -4
  261. package/mobile/src/components/ExchangeRateTile/CurrentLocation.tsx +1 -1
  262. package/mobile/src/components/ExchangeRateTile/ExchangeRateTile.example.json +7 -5
  263. package/mobile/src/components/Gallery/Gallery.example.json +62 -60
  264. package/mobile/src/components/Gallery/Gallery.ui.json +11 -0
  265. package/mobile/src/components/GracePeriod/GracePeriod.example.json +61 -74
  266. package/mobile/src/components/Header/Header.example.json +6 -4
  267. package/mobile/src/components/Headline/Headline.example.json +15 -13
  268. package/mobile/src/components/Headline/HeadlineContent.ts +1 -0
  269. package/mobile/src/components/InsuranceAmountBlock/InsuranceAmountBlock.example.json +76 -74
  270. package/mobile/src/components/InvestmentInfo/InvestmentInfo.example.json +48 -45
  271. package/mobile/src/components/InvestmentInfo/InvestmentInfo.tsx +14 -10
  272. package/mobile/src/components/InvestmentInfo/InvestmentInfo.ui.json +5 -12
  273. package/mobile/src/components/InvestmentInfo/InvestmentInfoContent.ts +1 -2
  274. package/mobile/src/components/LinkDocs/LinkDocs.example.json +31 -29
  275. package/mobile/src/components/LinkList/LinkList.example.json +21 -19
  276. package/mobile/src/components/MiniGallery/MiniGallery.example.json +51 -49
  277. package/mobile/src/components/MiniGallery/MiniGallery.ui.json +19 -1
  278. package/mobile/src/components/MobileAppTile/MobileAppTile.example.json +33 -30
  279. package/mobile/src/components/OfficeMap/OfficeMap.tsx +3 -3
  280. package/mobile/src/components/OfficeMap/OfficeMap.ui.json +1 -0
  281. package/mobile/src/components/OfficeServicesBlock/OfficeServicesBlock.example.json +47 -45
  282. package/mobile/src/components/OfficeServicesBlock/OfficeServicesBlock.tsx +3 -1
  283. package/mobile/src/components/OtherProducts/OtherProducts.example.json +28 -1
  284. package/mobile/src/components/OtherProductsItem/OtherProductsItem.example.json +20 -2
  285. package/mobile/src/components/PictureText/PictureText.example.json +28 -26
  286. package/mobile/src/components/ProductBlock/ProductBlock.example.json +37 -35
  287. package/mobile/src/components/ProductBlock/renderBackwardButton.tsx +3 -3
  288. package/mobile/src/components/ProductGallery/ProductGallery.example.json +66 -64
  289. package/mobile/src/components/ProductTile/ProductTile.example.json +31 -29
  290. package/mobile/src/components/PromoTile/PromoTile.example.json +14 -12
  291. package/mobile/src/components/Recommendation/Recommendation.example.json +52 -50
  292. package/mobile/src/components/StepsBlock/StepsBlock.example.json +54 -52
  293. package/mobile/src/components/Tabs/Tabs.example.json +20 -18
  294. package/mobile/src/components/Tabs/renderLinkTab.tsx +1 -0
  295. package/mobile/src/components/TariffsTable/TariffsTable.example.json +91 -89
  296. package/mobile/src/components/TariffsTable/TariffsTableContent.ts +1 -1
  297. package/mobile/src/components/TextBlock/TextBlock.example.json +14 -12
  298. package/mobile/src/components/Tile/Tile.example.json +21 -19
  299. package/mobile/src/components/Tile/Tile.tsx +3 -0
  300. package/mobile/src/components/Tile/TileContent.ts +3 -1
  301. package/mobile/src/icons/DocumentText2Icon.svg +8 -0
  302. package/mobile/src/icons/IconName.ts +4 -4
  303. package/mobile/src/index.ts +1 -1
  304. package/mobile/src/ui-kit/BlockWrapper.tsx +5 -2
  305. package/mobile/src/ui-kit/InnerTable/InnerTableHeader.tsx +5 -5
  306. package/mobile/src/ui-kit/IntersectionObserverTag.tsx +3 -1
  307. package/mobile/src/ui-kit/Tags/Tags.tsx +26 -0
  308. package/mobile/src/ui-kit/Tags/TagsContent.ts +6 -0
  309. package/package.json +22 -2
  310. package/src/components/Accordion/Accordion.example.json +52 -2
  311. package/src/components/AccordionItem/AccordionItem.example.json +23 -5
  312. package/src/components/BenefitsBlock/BenefitsBlock.example.json +32 -30
  313. package/src/components/Bonus/Bonus.example.json +10 -8
  314. package/src/components/Bonus/Bonus.ui.json +10 -0
  315. package/src/components/BonusBenefitsBlock/BonusBenefitsBlock.example.json +94 -91
  316. package/src/components/Calculator/Calculator.example.json +21 -19
  317. package/src/components/Calculator/CalculatorContent.ts +2 -53
  318. package/src/components/CardTransfer/CardTransfer.example.json +10 -8
  319. package/src/components/Catalog/Catalog.example.json +51 -49
  320. package/src/components/Catalog/Catalog.tsx +1 -1
  321. package/src/components/Catalog/CatalogCard.tsx +1 -1
  322. package/src/components/ComparisonTable/ComparisonTable.example.json +79 -77
  323. package/src/components/ContactsBlock/ContactsBlock.example.json +45 -43
  324. package/src/components/ContactsBlock/ContactsBlock.fixture.tsx +46 -39
  325. package/src/components/ContactsBlock/ContactsBlock.tsx +2 -2
  326. package/src/components/ContactsBlock/ContactsBlockContent.ts +2 -1
  327. package/src/components/ContentPage/ContentPage.fixture.mobile.tsx +13 -10
  328. package/src/components/ContentPage/ContentPage.fixture.tsx +24 -16
  329. package/src/components/ContentPage/ContentPage.page.json +3 -2318
  330. package/src/components/ContentPage/useContentPageData.ts +49 -0
  331. package/src/components/ErrorBlock/ErrorBlock.example.json +12 -10
  332. package/src/components/ErrorBlock/ErrorBlock.tsx +1 -4
  333. package/src/components/ExchangeRateTile/CurrentLocation.tsx +1 -1
  334. package/src/components/ExchangeRateTile/ExchangeRateTile.example.json +7 -5
  335. package/src/components/Gallery/Gallery.example.json +62 -60
  336. package/src/components/Gallery/Gallery.ui.json +11 -0
  337. package/src/components/GracePeriod/GracePeriod.example.json +61 -74
  338. package/src/components/Header/Header.example.json +6 -4
  339. package/src/components/Headline/Headline.example.json +15 -13
  340. package/src/components/Headline/HeadlineContent.ts +1 -0
  341. package/src/components/InsuranceAmountBlock/InsuranceAmountBlock.example.json +76 -74
  342. package/src/components/InvestmentInfo/InvestmentInfo.example.json +48 -45
  343. package/src/components/InvestmentInfo/InvestmentInfo.fixture.tsx +3 -4
  344. package/src/components/InvestmentInfo/InvestmentInfo.tsx +14 -10
  345. package/src/components/InvestmentInfo/InvestmentInfo.ui.json +5 -12
  346. package/src/components/InvestmentInfo/InvestmentInfoContent.ts +1 -2
  347. package/src/components/LinkDocs/LinkDocs.example.json +31 -29
  348. package/src/components/LinkList/LinkList.example.json +21 -19
  349. package/src/components/MiniGallery/MiniGallery.example.json +51 -49
  350. package/src/components/MiniGallery/MiniGallery.ui.json +19 -1
  351. package/src/components/MobileAppTile/MobileAppTile.example.json +33 -30
  352. package/src/components/MobileAppTile/MobileAppTile.tsx +1 -1
  353. package/src/components/OfficeMap/OfficeMap.tsx +3 -3
  354. package/src/components/OfficeMap/OfficeMap.ui.json +1 -0
  355. package/src/components/OfficeServicesBlock/OfficeServicesBlock.example.json +47 -45
  356. package/src/components/OfficeServicesBlock/OfficeServicesBlock.tsx +3 -1
  357. package/src/components/OtherProducts/OtherProducts.example.json +28 -1
  358. package/src/components/OtherProductsItem/OtherProductsItem.example.json +20 -2
  359. package/src/components/PictureText/PictureText.example.json +28 -26
  360. package/src/components/ProductBlock/ProductBlock.example.json +37 -35
  361. package/src/components/ProductBlock/ProductBlock.tsx +2 -1
  362. package/src/components/ProductBlock/renderBackwardButton.tsx +3 -3
  363. package/src/components/ProductGallery/ProductGallery.example.json +66 -64
  364. package/src/components/ProductTile/ProductTile.example.json +31 -29
  365. package/src/components/PromoTile/PromoTile.example.json +14 -12
  366. package/src/components/Recommendation/Recommendation.example.json +52 -50
  367. package/src/components/StepsBlock/StepsBlock.example.json +54 -52
  368. package/src/components/Tabs/Tabs.example.json +20 -18
  369. package/src/components/Tabs/renderLinkTab.tsx +1 -0
  370. package/src/components/TariffsTable/TariffsTable.example.json +91 -89
  371. package/src/components/TariffsTable/TariffsTableContent.ts +1 -1
  372. package/src/components/TextBlock/TextBlock.example.json +14 -12
  373. package/src/components/Tile/Tile.example.json +21 -19
  374. package/src/components/Tile/Tile.fixture.tsx +7 -0
  375. package/src/components/Tile/Tile.tsx +3 -0
  376. package/src/components/Tile/TileContent.ts +3 -1
  377. package/src/icons/DocumentText2Icon.svg +8 -0
  378. package/src/icons/IconName.ts +4 -1
  379. package/src/index.ts +1 -1
  380. package/src/ui-kit/BlockWrapper.tsx +5 -2
  381. package/src/ui-kit/InnerTable/InnerTableHeader.tsx +5 -5
  382. package/src/ui-kit/IntersectionObserverTag.tsx +3 -1
  383. package/src/ui-kit/Tags/Tags.fixture.tsx +9 -0
  384. package/src/ui-kit/Tags/Tags.tsx +26 -0
  385. package/src/ui-kit/Tags/TagsContent.ts +6 -0
  386. package/tailwind.config.cjs +2 -1
@@ -1,86 +1,88 @@
1
1
  {
2
- "title": "Заголовок",
3
- "insuranceTabs": [
4
- {
5
- "title": "Описание 1",
6
- "cards": [
7
- {
8
- "sum": 200000,
9
- "fee": 2100,
10
- "icon": {
11
- "format": "webp",
12
- "size": {
13
- "width": 70,
14
- "height": 70
2
+ "content": {
3
+ "title": "Заголовок",
4
+ "insuranceTabs": [
5
+ {
6
+ "title": "Описание 1",
7
+ "cards": [
8
+ {
9
+ "sum": 200000,
10
+ "fee": 2100,
11
+ "icon": {
12
+ "format": "webp",
13
+ "size": {
14
+ "width": 70,
15
+ "height": 70
16
+ },
17
+ "icon": "ActualBalanceIcon"
15
18
  },
16
- "icon": "ActualBalanceIcon"
19
+ "href": ""
17
20
  },
18
- "href": ""
19
- },
20
- {
21
- "sum": 200000,
22
- "fee": 2100,
23
- "icon": {
24
- "format": "webp",
25
- "size": {
26
- "width": 70,
27
- "height": 70
21
+ {
22
+ "sum": 200000,
23
+ "fee": 2100,
24
+ "icon": {
25
+ "format": "webp",
26
+ "size": {
27
+ "width": 70,
28
+ "height": 70
29
+ },
30
+ "icon": "ActualBalanceIcon"
28
31
  },
29
- "icon": "ActualBalanceIcon"
30
- },
31
- "href": ""
32
- }
33
- ]
34
- },
35
- {
36
- "title": "Описание 2",
37
- "cards": [
38
- {
39
- "sum": 200000,
40
- "fee": 2100,
41
- "icon": {
42
- "format": "webp",
43
- "size": {
44
- "width": 70,
45
- "height": 70
32
+ "href": ""
33
+ }
34
+ ]
35
+ },
36
+ {
37
+ "title": "Описание 2",
38
+ "cards": [
39
+ {
40
+ "sum": 200000,
41
+ "fee": 2100,
42
+ "icon": {
43
+ "format": "webp",
44
+ "size": {
45
+ "width": 70,
46
+ "height": 70
47
+ },
48
+ "icon": "ActualBalanceIcon"
46
49
  },
47
- "icon": "ActualBalanceIcon"
50
+ "href": ""
48
51
  },
49
- "href": ""
50
- },
51
- {
52
- "sum": 200000,
53
- "fee": 2100,
54
- "icon": {
55
- "format": "webp",
56
- "size": {
57
- "width": 70,
58
- "height": 70
52
+ {
53
+ "sum": 200000,
54
+ "fee": 2100,
55
+ "icon": {
56
+ "format": "webp",
57
+ "size": {
58
+ "width": 70,
59
+ "height": 70
60
+ },
61
+ "icon": "ActualBalanceIcon"
59
62
  },
60
- "icon": "ActualBalanceIcon"
63
+ "href": ""
61
64
  },
62
- "href": ""
63
- },
64
- {
65
- "sum": 200000,
66
- "fee": 2100,
67
- "icon": {
68
- "format": "webp",
69
- "size": {
70
- "width": 70,
71
- "height": 70
65
+ {
66
+ "sum": 200000,
67
+ "fee": 2100,
68
+ "icon": {
69
+ "format": "webp",
70
+ "size": {
71
+ "width": 70,
72
+ "height": 70
73
+ },
74
+ "icon": "ActualBalanceIcon"
72
75
  },
73
- "icon": "ActualBalanceIcon"
74
- },
75
- "href": ""
76
- }
77
- ]
76
+ "href": ""
77
+ }
78
+ ]
79
+ }
80
+ ],
81
+ "button": {
82
+ "href": "",
83
+ "text": "Выбрать программу",
84
+ "target": "_self",
85
+ "version": "primary"
78
86
  }
79
- ],
80
- "button": {
81
- "href": "",
82
- "text": "Выбрать программу",
83
- "target": "_self",
84
- "version": "primary"
85
87
  }
86
88
  }
@@ -1,48 +1,51 @@
1
1
  {
2
- "items": ["Пункт 1", "Пункт 2", "Пункт 3"],
3
- "investmentZeroColumn": {
4
- "title": "Название 1"
5
- },
6
- "investmentColumns": [
7
- {
8
- "title": "Название 2",
9
- "cells": [
10
- {
11
- "text": "Ячейка 2-1",
12
- "cellColor": "green-dark",
13
- "cellSize": "S"
14
- }
15
- ]
2
+ "content": {
3
+ "items": ["Пункт 1", "Пункт 2", "Пункт 3"],
4
+ "isDotted": true,
5
+ "investmentZeroColumn": {
6
+ "title": "Название 1"
16
7
  },
17
- {
18
- "title": "Название 3",
19
- "cells": [
20
- {
21
- "text": "Ячейка 3-1",
22
- "cellColor": "green-dark",
23
- "cellSize": "S"
24
- }
25
- ]
26
- },
27
- {
28
- "title": "Название 4",
29
- "cells": [
30
- {
31
- "text": "Ячейка 4-1",
32
- "cellColor": "green-dark",
33
- "cellSize": "L"
34
- }
35
- ]
36
- },
37
- {
38
- "title": "Название 5",
39
- "cells": [
40
- {
41
- "text": "Ячейка 5-1",
42
- "cellColor": "green-dark",
43
- "cellSize": "XL"
44
- }
45
- ]
46
- }
47
- ]
8
+ "investmentColumns": [
9
+ {
10
+ "title": "Название 2",
11
+ "cells": [
12
+ {
13
+ "text": "Ячейка 2-1",
14
+ "cellColor": "green-dark",
15
+ "cellSize": "S"
16
+ }
17
+ ]
18
+ },
19
+ {
20
+ "title": "Название 3",
21
+ "cells": [
22
+ {
23
+ "text": "Ячейка 3-1",
24
+ "cellColor": "green-dark",
25
+ "cellSize": "S"
26
+ }
27
+ ]
28
+ },
29
+ {
30
+ "title": "Название 4",
31
+ "cells": [
32
+ {
33
+ "text": "Ячейка 4-1",
34
+ "cellColor": "green-dark",
35
+ "cellSize": "L"
36
+ }
37
+ ]
38
+ },
39
+ {
40
+ "title": "Название 5",
41
+ "cells": [
42
+ {
43
+ "text": "Ячейка 5-1",
44
+ "cellColor": "green-dark",
45
+ "cellSize": "XL"
46
+ }
47
+ ]
48
+ }
49
+ ]
50
+ }
48
51
  }
@@ -4,10 +4,9 @@ import type { InvestmentInfoContent } from './InvestmentInfoContent';
4
4
 
5
5
  export const INVESTMENT_INFO: InvestmentInfoContent = {
6
6
  items: [
7
- 'Качественные фермерские продукты напрямую от производителей',
8
- 'Самая большая база сельских туров по России',
9
- 'Площадки для создания комфортной жизни за городом',
10
- 'Подробная база вакансий для жителей сельской местности',
7
+ 'Пример с ежегодным взносом 400 000 ₽',
8
+ 'Срок использования ИИС вы определяете сами. Но для получения налоговых вычетов он должен быть открыт не менее 3 лет',
9
+ 'Вы можете возвращать до 52 000 ₽ каждый год',
11
10
  ],
12
11
  investmentZeroColumn: {
13
12
  title: 'Открытие ИИС',
@@ -46,21 +46,21 @@ export const InvestmentInfo = JSX<InvestmentInfoProps>((props) => {
46
46
 
47
47
  return (
48
48
  <BlockWrapper
49
- className={`font-sans bg-white p-9 pb-9 ${className}`}
49
+ className={`font-sans bg-white px-9 py-12 ${className}`}
50
50
  context={context}
51
51
  {...rest}
52
52
  >
53
53
  <div className="container text-m-light">
54
54
  {colums?.length ? (
55
55
  <div>
56
- <div className="flex items-end px-9 text-white">
56
+ <div className="flex items-end relative pl-9 pr-5 text-white">
57
57
  {joinList(<div className="w-px h-4 bg-main-stroke" />)(
58
58
  colums.map(renderInvestmentColumn),
59
59
  )}
60
- <div className="w-px h-4 bg-main-stroke" />
60
+ <div className="absolute right-[30px] w-px h-4 bg-main-stroke" />
61
61
  </div>
62
- <div className="border-t border-main-stroke -mt-2 mx-9" />
63
- <div className="flex justify-between mt-3 -mx-10">
62
+ <div className="border-t border-main-stroke -mt-2 ml-9 mr-8" />
63
+ <div className="flex justify-between text-primary-text mt-3 -mx-10">
64
64
  {colums.map(renderInvestmentColumnTitle)}
65
65
  </div>
66
66
  </div>
@@ -68,7 +68,7 @@ export const InvestmentInfo = JSX<InvestmentInfoProps>((props) => {
68
68
 
69
69
  {items?.length ? (
70
70
  <List
71
- className="mt-9 text-h6"
71
+ className="mt-9 text-l-light max-w-[657px]"
72
72
  items={items}
73
73
  itemClassName="mb-[7px]"
74
74
  isDotted={isDotted}
@@ -93,8 +93,12 @@ const renderInvestmentColumn = (
93
93
  className={`${getColumnClasses(isSecondColumn, isLastColumn, column.cells)}`}
94
94
  >
95
95
  {column.cells?.length ? (
96
- <div className={`w-full ${isLastColumn ? 'border-4 border-green-more-dark p-1' : ''}`}>
97
- {column.cells.map(renderInvestmentCell)}
96
+ <div
97
+ className={`w-full ${
98
+ isLastColumn ? 'border-4 border-green-more-dark p-1.5 min-w-[290px]' : ''
99
+ }`}
100
+ >
101
+ {column.cells.reverse().map(renderInvestmentCell)}
98
102
  </div>
99
103
  ) : null}
100
104
  </div>
@@ -109,7 +113,7 @@ const getColumnClasses = (
109
113
  [
110
114
  cells.length ? 'flex-1' : 'flex-0',
111
115
  cells.length && !isSecondColumn && !isLastColumn ? 'pl-2.5' : '',
112
- cells.length && !isLastColumn ? 'pr-2.5 pb-8' : 'pb-6',
116
+ cells.length && !isLastColumn ? 'pr-2.5 pb-8' : 'pb-[22px]',
113
117
  ].join(' ');
114
118
 
115
119
  const renderInvestmentCell = (cell: InvestmentCell, i: number) => {
@@ -140,7 +144,7 @@ const renderInvestmentColumnTitle = (
140
144
  <div
141
145
  key={`title_${i}`}
142
146
  className={`flex-1 max-w-[180px] text-center px-2 ${isFirstColumn ? 'pl-9' : ''} ${
143
- isLastColumn ? 'pr-9' : ' '
147
+ isLastColumn ? 'mr-3.5' : ' '
144
148
  }`}
145
149
  >
146
150
  {column.title}
@@ -1,16 +1,9 @@
1
1
  {
2
- "content": {
3
- "bonusItems": {
4
- "items": {
5
- "bonusItemContent": {
6
- "bonusType": {
7
- "ui:widget": "hidden"
8
- },
9
- "image": {
10
- "ui:field": "icon"
11
- }
12
- }
13
- }
2
+ "content": {},
3
+ "style": {
4
+ "ui:options": {
5
+ "minCols": 12,
6
+ "maxCols": 12
14
7
  }
15
8
  }
16
9
  }
@@ -2,13 +2,12 @@ import type { ListContent } from '../../ui-kit/List/ListContent';
2
2
 
3
3
  /**
4
4
  * @title Цвет
5
- * @enumNames ["Желтый", "Светло-зеленый", "Зеленый", "Тёмно-зеленый"]
5
+ * @enumNames ["Оранжевый", "Светло-зеленый", "Зеленый", "Тёмно-зеленый"]
6
6
  */
7
7
  export type InvestmentCellColor = 'yellow' | 'green-light' | 'green' | 'green-dark';
8
8
 
9
9
  /**
10
10
  * @title Высота
11
- * @enumNames ["Очень большой", "Большой", "Средний", "Маленький", "Очень маленький"]
12
11
  */
13
12
  export type InvestmentCellSize = 'XL' | 'L' | 'M' | 'S' | 'XS';
14
13
 
@@ -1,32 +1,34 @@
1
1
  {
2
- "title": "Список документов",
3
- "description": "Описание",
4
- "headlineVersion": "M",
5
- "icon": {
6
- "icon": "DocIcon"
7
- },
8
- "documents": [
9
- {
10
- "text": "Документ №1",
11
- "href": "/documents/document1.doc",
12
- "fileSize": "123КБ"
2
+ "content": {
3
+ "title": "Список документов",
4
+ "description": "Описание",
5
+ "headlineVersion": "M",
6
+ "icon": {
7
+ "icon": "DocIcon"
13
8
  },
14
- {
15
- "text": "Документ №2",
16
- "href": "/documents/document2.rtf",
17
- "target": "_blank"
18
- },
19
- {
20
- "text": "Документ №3",
21
- "href": "/abc3/map.jpeg",
22
- "fileSize": "2МБ"
23
- },
24
- {
25
- "text": "Документ №4",
26
- "href": "/abc/map.rar"
27
- }
28
- ],
29
- "columnsMode": "double",
30
- "orientation": "vertical",
31
- "hasBorder": true
9
+ "documents": [
10
+ {
11
+ "text": "Документ №1",
12
+ "href": "/documents/document1.doc",
13
+ "fileSize": "123КБ"
14
+ },
15
+ {
16
+ "text": "Документ №2",
17
+ "href": "/documents/document2.rtf",
18
+ "target": "_blank"
19
+ },
20
+ {
21
+ "text": "Документ №3",
22
+ "href": "/abc3/map.jpeg",
23
+ "fileSize": "2МБ"
24
+ },
25
+ {
26
+ "text": "Документ №4",
27
+ "href": "/abc/map.rar"
28
+ }
29
+ ],
30
+ "columnsMode": "double",
31
+ "orientation": "vertical",
32
+ "hasBorder": true
33
+ }
32
34
  }
@@ -1,21 +1,23 @@
1
1
  {
2
- "documents": [
3
- {
4
- "text": "Документ №1",
5
- "href": "/documents/document1.doc"
6
- },
7
- {
8
- "text": "Документ №2",
9
- "href": "/documents/document2.rtf",
10
- "target": "_blank"
11
- },
12
- {
13
- "text": "Документ №3",
14
- "href": "/abc3/map.jpeg"
15
- },
16
- {
17
- "text": "Документ №4",
18
- "href": "/abc/map.rar"
19
- }
20
- ]
2
+ "content": {
3
+ "documents": [
4
+ {
5
+ "text": "Документ №1",
6
+ "href": "/documents/document1.doc"
7
+ },
8
+ {
9
+ "text": "Документ №2",
10
+ "href": "/documents/document2.rtf",
11
+ "target": "_blank"
12
+ },
13
+ {
14
+ "text": "Документ №3",
15
+ "href": "/abc3/map.jpeg"
16
+ },
17
+ {
18
+ "text": "Документ №4",
19
+ "href": "/abc/map.rar"
20
+ }
21
+ ]
22
+ }
21
23
  }
@@ -1,54 +1,56 @@
1
1
  {
2
- "title": "Мини-галерея",
3
- "description": "Описание",
4
- "cards": [
5
- {
6
- "image": {
7
- "format": "webp",
8
- "size": {
9
- "width": 120,
10
- "height": 70
11
- }
2
+ "content": {
3
+ "title": "Мини-галерея",
4
+ "description": "Описание",
5
+ "cards": [
6
+ {
7
+ "image": {
8
+ "format": "webp",
9
+ "size": {
10
+ "width": 120,
11
+ "height": 70
12
+ }
13
+ },
14
+ "title": "Заголовок 1",
15
+ "description": "Описание 1",
16
+ "version": "primary"
12
17
  },
13
- "title": "Заголовок 1",
14
- "description": "Описание 1",
15
- "version": "primary"
16
- },
17
- {
18
- "image": {
19
- "format": "webp",
20
- "size": {
21
- "width": 120,
22
- "height": 70
23
- }
18
+ {
19
+ "image": {
20
+ "format": "webp",
21
+ "size": {
22
+ "width": 120,
23
+ "height": 70
24
+ }
25
+ },
26
+ "title": "Заголовок 2",
27
+ "description": "Описание 2",
28
+ "version": "primary"
24
29
  },
25
- "title": "Заголовок 2",
26
- "description": "Описание 2",
27
- "version": "primary"
28
- },
29
- {
30
- "image": {
31
- "format": "webp",
32
- "size": {
33
- "width": 120,
34
- "height": 70
35
- }
30
+ {
31
+ "image": {
32
+ "format": "webp",
33
+ "size": {
34
+ "width": 120,
35
+ "height": 70
36
+ }
37
+ },
38
+ "title": "Заголовок 3",
39
+ "description": "Описание 3",
40
+ "version": "primary"
36
41
  },
37
- "title": "Заголовок 3",
38
- "description": "Описание 3",
39
- "version": "primary"
40
- },
41
- {
42
- "image": {
43
- "format": "webp",
44
- "size": {
45
- "width": 120,
46
- "height": 70
47
- }
48
- },
49
- "title": "Заголовок 4",
50
- "description": "Описание 4",
51
- "version": "primary"
52
- }
53
- ]
42
+ {
43
+ "image": {
44
+ "format": "webp",
45
+ "size": {
46
+ "width": 120,
47
+ "height": 70
48
+ }
49
+ },
50
+ "title": "Заголовок 4",
51
+ "description": "Описание 4",
52
+ "version": "primary"
53
+ }
54
+ ]
55
+ }
54
56
  }
@@ -1 +1,19 @@
1
- {}
1
+ {
2
+ "content": {
3
+ "cards": {
4
+ "items": {
5
+ "icon": {
6
+ "ui:field": "picture"
7
+ },
8
+ "button": {
9
+ "icon": {
10
+ "ui:field": "icon"
11
+ },
12
+ "iconRight": {
13
+ "ui:field": "icon"
14
+ }
15
+ }
16
+ }
17
+ }
18
+ }
19
+ }