@redneckz/wildless-cms-uni-blocks 0.3.61 → 0.3.63

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 (437) hide show
  1. package/bundle/blocks.schema.json +1 -1
  2. package/bundle/bundle.umd.js +100 -39
  3. package/bundle/bundle.umd.min.js +1 -1
  4. package/cosmos-static/icons/AirPlane.svg +1 -0
  5. package/cosmos-static/icons/CarIcon.svg +1 -0
  6. package/cosmos-static/icons/CinemaIcon.svg +1 -0
  7. package/cosmos-static/icons/DocsIcon.svg +1 -0
  8. package/cosmos-static/icons/PowerIcon.svg +1 -0
  9. package/cosmos-static/icons/PumpkinIcon.svg +1 -0
  10. package/cosmos-static/icons/SoundIcon.svg +1 -0
  11. package/cosmos-static/icons/WateringCan.svg +1 -0
  12. package/dist/components/Accordion/Accordion.js +7 -2
  13. package/dist/components/Accordion/Accordion.js.map +1 -1
  14. package/dist/components/Accordion/AccordionContent.d.ts +3 -0
  15. package/dist/components/BaseTile/BaseTileProps.d.ts +1 -9
  16. package/dist/components/BenefitsBlock/BenefitsBlock.js +3 -3
  17. package/dist/components/BenefitsBlock/BenefitsBlock.js.map +1 -1
  18. package/dist/components/BlockContent.d.ts +2 -1
  19. package/dist/components/Blocks.d.ts +1 -0
  20. package/dist/components/Blocks.js +2 -0
  21. package/dist/components/Blocks.js.map +1 -1
  22. package/dist/components/BonusBenefitsBlock/BonusBenefitsBlock.d.ts +5 -0
  23. package/dist/components/BonusBenefitsBlock/BonusBenefitsBlock.js +14 -0
  24. package/dist/components/BonusBenefitsBlock/BonusBenefitsBlock.js.map +1 -0
  25. package/dist/components/BonusBenefitsBlock/BonusBenefitsBlockContent.d.ts +21 -0
  26. package/dist/components/BonusBenefitsBlock/BonusBenefitsBlockContent.js +2 -0
  27. package/dist/components/BonusBenefitsBlock/BonusBenefitsBlockContent.js.map +1 -0
  28. package/dist/components/BonusBenefitsBlock/getElementsColsValue.d.ts +1 -0
  29. package/dist/components/BonusBenefitsBlock/getElementsColsValue.js +17 -0
  30. package/dist/components/BonusBenefitsBlock/getElementsColsValue.js.map +1 -0
  31. package/dist/components/ComparisonTable/ComparisonTable.mobile.js +1 -1
  32. package/dist/components/ComparisonTable/ComparisonTable.mobile.js.map +1 -1
  33. package/dist/components/ComparisonTable/HeaderCell.mobile.js +1 -1
  34. package/dist/components/ComparisonTable/HeaderCell.mobile.js.map +1 -1
  35. package/dist/components/ComparisonTable/TableCell.js +1 -1
  36. package/dist/components/ComparisonTable/TableCell.js.map +1 -1
  37. package/dist/components/ComparisonTable/TableCell.mobile.js +1 -1
  38. package/dist/components/ComparisonTable/TableCell.mobile.js.map +1 -1
  39. package/dist/components/ContentPage/ContentPage.js +1 -1
  40. package/dist/components/ContentPage/ContentPage.js.map +1 -1
  41. package/dist/components/Gallery/GalleryInner.js +1 -1
  42. package/dist/components/Gallery/GalleryInner.js.map +1 -1
  43. package/dist/components/Headline/Headline.js +1 -1
  44. package/dist/components/Headline/Headline.js.map +1 -1
  45. package/dist/components/Headline/Headline.mobile.js +1 -1
  46. package/dist/components/Headline/Headline.mobile.js.map +1 -1
  47. package/dist/components/Headline/HeadlineContent.d.ts +1 -1
  48. package/dist/components/Headline/constants.d.ts +1 -1
  49. package/dist/components/LinkDocs/LinkDocsContent.d.ts +1 -1
  50. package/dist/components/MobileAppTile/MobileAppTile.js +1 -1
  51. package/dist/components/MobileAppTile/MobileAppTile.js.map +1 -1
  52. package/dist/components/OtherProducts/OtherProductsContent.d.ts +1 -1
  53. package/dist/components/OtherProducts/OtherProductsItem.d.ts +1 -2
  54. package/dist/components/OtherProducts/OtherProductsItem.js +10 -7
  55. package/dist/components/OtherProducts/OtherProductsItem.js.map +1 -1
  56. package/dist/components/ProductBlock/ProductBlockInner.js +2 -2
  57. package/dist/components/ProductBlock/ProductBlockInner.js.map +1 -1
  58. package/dist/components/ProductBlock/ProductBlockInner.mobile.js +1 -1
  59. package/dist/components/ProductBlock/ProductBlockInner.mobile.js.map +1 -1
  60. package/dist/components/ProductTile/ProductTile.js +1 -1
  61. package/dist/components/ProductTile/ProductTile.js.map +1 -1
  62. package/dist/components/Recommendation/Recommendation.js +1 -1
  63. package/dist/components/Recommendation/Recommendation.js.map +1 -1
  64. package/dist/components/StepsBlock/StepsBlock.mobile.js +2 -2
  65. package/dist/components/StepsBlock/StepsBlock.mobile.js.map +1 -1
  66. package/dist/components/TariffsTable/TariffsTable.js +8 -3
  67. package/dist/components/TariffsTable/TariffsTable.js.map +1 -1
  68. package/dist/components/TariffsTable/TariffsTableContent.d.ts +7 -5
  69. package/dist/components/TextBlock/TextBlock.js +1 -1
  70. package/dist/components/TextBlock/TextBlock.js.map +1 -1
  71. package/dist/components/Tile/Tile.js +2 -2
  72. package/dist/components/Tile/Tile.js.map +1 -1
  73. package/dist/icons/IconName.d.ts +22 -6
  74. package/dist/icons/IconName.js +18 -2
  75. package/dist/icons/IconName.js.map +1 -1
  76. package/dist/model/AlignType.d.ts +9 -0
  77. package/dist/model/AlignType.js +2 -0
  78. package/dist/model/AlignType.js.map +1 -0
  79. package/dist/model/VNode.d.ts +1 -0
  80. package/dist/model/VNode.js +2 -0
  81. package/dist/model/VNode.js.map +1 -0
  82. package/dist/ui-kit/Foldable/Foldable.d.ts +20 -0
  83. package/dist/ui-kit/Foldable/Foldable.js +22 -0
  84. package/dist/ui-kit/Foldable/Foldable.js.map +1 -0
  85. package/dist/ui-kit/Foldable/useActiveHandler.d.ts +11 -0
  86. package/dist/ui-kit/Foldable/useActiveHandler.js +22 -0
  87. package/dist/ui-kit/Foldable/useActiveHandler.js.map +1 -0
  88. package/dist/ui-kit/Logo/Logo.mobile.js +1 -1
  89. package/dist/ui-kit/Logo/Logo.mobile.js.map +1 -1
  90. package/dist/ui-kit/SearchBar/SearchBar.js +1 -1
  91. package/dist/ui-kit/SearchBar/SearchBar.js.map +1 -1
  92. package/dist/ui-kit/SearchBar/SearchBar.mobile.js +1 -1
  93. package/dist/ui-kit/SearchBar/SearchBar.mobile.js.map +1 -1
  94. package/dist/ui-kit/SearchBar.mobile.js +1 -1
  95. package/dist/ui-kit/SearchBar.mobile.js.map +1 -1
  96. package/lib/common.css +1 -1
  97. package/lib/components/Accordion/Accordion.fixture.d.ts +1 -0
  98. package/lib/components/Accordion/Accordion.js +7 -2
  99. package/lib/components/Accordion/Accordion.js.map +1 -1
  100. package/lib/components/Accordion/AccordionContent.d.ts +3 -0
  101. package/lib/components/BaseTile/BaseTileProps.d.ts +1 -9
  102. package/lib/components/BenefitsBlock/BenefitsBlock.js +3 -3
  103. package/lib/components/BenefitsBlock/BenefitsBlock.js.map +1 -1
  104. package/lib/components/BlockContent.d.ts +2 -1
  105. package/lib/components/Blocks.d.ts +1 -0
  106. package/lib/components/Blocks.js +2 -0
  107. package/lib/components/Blocks.js.map +1 -1
  108. package/lib/components/BonusBenefitsBlock/BonusBenefitsBlock.d.ts +5 -0
  109. package/lib/components/BonusBenefitsBlock/BonusBenefitsBlock.fixture.d.ts +4 -0
  110. package/lib/components/BonusBenefitsBlock/BonusBenefitsBlock.js +12 -0
  111. package/lib/components/BonusBenefitsBlock/BonusBenefitsBlock.js.map +1 -0
  112. package/lib/components/BonusBenefitsBlock/BonusBenefitsBlockContent.d.ts +21 -0
  113. package/lib/components/BonusBenefitsBlock/BonusBenefitsBlockContent.js +2 -0
  114. package/lib/components/BonusBenefitsBlock/BonusBenefitsBlockContent.js.map +1 -0
  115. package/lib/components/BonusBenefitsBlock/getElementsColsValue.d.ts +1 -0
  116. package/lib/components/BonusBenefitsBlock/getElementsColsValue.js +14 -0
  117. package/lib/components/BonusBenefitsBlock/getElementsColsValue.js.map +1 -0
  118. package/lib/components/ComparisonTable/ComparisonTable.mobile.js +1 -1
  119. package/lib/components/ComparisonTable/ComparisonTable.mobile.js.map +1 -1
  120. package/lib/components/ComparisonTable/HeaderCell.mobile.js +1 -1
  121. package/lib/components/ComparisonTable/HeaderCell.mobile.js.map +1 -1
  122. package/lib/components/ComparisonTable/TableCell.js +1 -1
  123. package/lib/components/ComparisonTable/TableCell.js.map +1 -1
  124. package/lib/components/ComparisonTable/TableCell.mobile.js +1 -1
  125. package/lib/components/ComparisonTable/TableCell.mobile.js.map +1 -1
  126. package/lib/components/ContentPage/ContentPage.js +1 -1
  127. package/lib/components/ContentPage/ContentPage.js.map +1 -1
  128. package/lib/components/Gallery/GalleryInner.js +1 -1
  129. package/lib/components/Gallery/GalleryInner.js.map +1 -1
  130. package/lib/components/Headline/Headline.js +1 -1
  131. package/lib/components/Headline/Headline.js.map +1 -1
  132. package/lib/components/Headline/Headline.mobile.js +1 -1
  133. package/lib/components/Headline/Headline.mobile.js.map +1 -1
  134. package/lib/components/Headline/HeadlineContent.d.ts +1 -1
  135. package/lib/components/Headline/constants.d.ts +1 -1
  136. package/lib/components/LinkDocs/LinkDocsContent.d.ts +1 -1
  137. package/lib/components/MobileAppTile/MobileAppTile.js +1 -1
  138. package/lib/components/MobileAppTile/MobileAppTile.js.map +1 -1
  139. package/lib/components/OtherProducts/OtherProductsContent.d.ts +1 -1
  140. package/lib/components/OtherProducts/OtherProductsItem.d.ts +1 -2
  141. package/lib/components/OtherProducts/OtherProductsItem.js +11 -8
  142. package/lib/components/OtherProducts/OtherProductsItem.js.map +1 -1
  143. package/lib/components/ProductBlock/ProductBlockInner.js +2 -2
  144. package/lib/components/ProductBlock/ProductBlockInner.js.map +1 -1
  145. package/lib/components/ProductBlock/ProductBlockInner.mobile.js +1 -1
  146. package/lib/components/ProductBlock/ProductBlockInner.mobile.js.map +1 -1
  147. package/lib/components/ProductTile/ProductTile.js +1 -1
  148. package/lib/components/ProductTile/ProductTile.js.map +1 -1
  149. package/lib/components/Recommendation/Recommendation.js +1 -1
  150. package/lib/components/Recommendation/Recommendation.js.map +1 -1
  151. package/lib/components/StepsBlock/StepsBlock.mobile.js +2 -2
  152. package/lib/components/StepsBlock/StepsBlock.mobile.js.map +1 -1
  153. package/lib/components/TariffsTable/TariffsTable.js +8 -3
  154. package/lib/components/TariffsTable/TariffsTable.js.map +1 -1
  155. package/lib/components/TariffsTable/TariffsTableContent.d.ts +7 -5
  156. package/lib/components/TextBlock/TextBlock.js +1 -1
  157. package/lib/components/TextBlock/TextBlock.js.map +1 -1
  158. package/lib/components/Tile/Tile.js +2 -2
  159. package/lib/components/Tile/Tile.js.map +1 -1
  160. package/lib/icons/IconName.d.ts +22 -6
  161. package/lib/icons/IconName.js +18 -2
  162. package/lib/icons/IconName.js.map +1 -1
  163. package/lib/model/AlignType.d.ts +9 -0
  164. package/lib/model/AlignType.js +2 -0
  165. package/lib/model/AlignType.js.map +1 -0
  166. package/lib/model/VNode.d.ts +1 -0
  167. package/lib/model/VNode.js +2 -0
  168. package/lib/model/VNode.js.map +1 -0
  169. package/lib/ui-kit/Foldable/Foldable.d.ts +20 -0
  170. package/lib/ui-kit/Foldable/Foldable.js +20 -0
  171. package/lib/ui-kit/Foldable/Foldable.js.map +1 -0
  172. package/lib/ui-kit/Foldable/useActiveHandler.d.ts +11 -0
  173. package/lib/ui-kit/Foldable/useActiveHandler.js +19 -0
  174. package/lib/ui-kit/Foldable/useActiveHandler.js.map +1 -0
  175. package/lib/ui-kit/Logo/Logo.mobile.js +1 -1
  176. package/lib/ui-kit/Logo/Logo.mobile.js.map +1 -1
  177. package/lib/ui-kit/SearchBar/SearchBar.js +1 -1
  178. package/lib/ui-kit/SearchBar/SearchBar.js.map +1 -1
  179. package/lib/ui-kit/SearchBar/SearchBar.mobile.js +1 -1
  180. package/lib/ui-kit/SearchBar/SearchBar.mobile.js.map +1 -1
  181. package/lib/ui-kit/SearchBar.mobile.js +1 -1
  182. package/lib/ui-kit/SearchBar.mobile.js.map +1 -1
  183. package/mobile/bundle/bundle.umd.js +28 -12
  184. package/mobile/bundle/bundle.umd.min.js +1 -1
  185. package/mobile/dist/components/Accordion/AccordionContent.d.ts +3 -0
  186. package/mobile/dist/components/BaseTile/BaseTileProps.d.ts +1 -9
  187. package/mobile/dist/components/BenefitsBlock/BenefitsBlock.js +3 -3
  188. package/mobile/dist/components/BenefitsBlock/BenefitsBlock.js.map +1 -1
  189. package/mobile/dist/components/BlockContent.d.ts +2 -1
  190. package/mobile/dist/components/BonusBenefitsBlock/BonusBenefitsBlock.d.ts +5 -0
  191. package/mobile/dist/components/BonusBenefitsBlock/BonusBenefitsBlock.js +14 -0
  192. package/mobile/dist/components/BonusBenefitsBlock/BonusBenefitsBlock.js.map +1 -0
  193. package/mobile/dist/components/BonusBenefitsBlock/BonusBenefitsBlockContent.d.ts +21 -0
  194. package/mobile/dist/components/BonusBenefitsBlock/BonusBenefitsBlockContent.js +2 -0
  195. package/mobile/dist/components/BonusBenefitsBlock/BonusBenefitsBlockContent.js.map +1 -0
  196. package/mobile/dist/components/BonusBenefitsBlock/getElementsColsValue.d.ts +1 -0
  197. package/mobile/dist/components/BonusBenefitsBlock/getElementsColsValue.js +17 -0
  198. package/mobile/dist/components/BonusBenefitsBlock/getElementsColsValue.js.map +1 -0
  199. package/mobile/dist/components/ComparisonTable/ComparisonTable.js +1 -1
  200. package/mobile/dist/components/ComparisonTable/ComparisonTable.js.map +1 -1
  201. package/mobile/dist/components/ComparisonTable/HeaderCell.js +1 -1
  202. package/mobile/dist/components/ComparisonTable/HeaderCell.js.map +1 -1
  203. package/mobile/dist/components/ComparisonTable/TableCell.js +1 -1
  204. package/mobile/dist/components/ComparisonTable/TableCell.js.map +1 -1
  205. package/mobile/dist/components/ContentPage/ContentPage.js +1 -1
  206. package/mobile/dist/components/ContentPage/ContentPage.js.map +1 -1
  207. package/mobile/dist/components/Gallery/GalleryInner.js +1 -1
  208. package/mobile/dist/components/Gallery/GalleryInner.js.map +1 -1
  209. package/mobile/dist/components/Headline/Headline.js +1 -1
  210. package/mobile/dist/components/Headline/Headline.js.map +1 -1
  211. package/mobile/dist/components/Headline/HeadlineContent.d.ts +1 -1
  212. package/mobile/dist/components/Headline/constants.d.ts +1 -1
  213. package/mobile/dist/components/LinkDocs/LinkDocsContent.d.ts +1 -1
  214. package/mobile/dist/components/OtherProducts/OtherProductsContent.d.ts +1 -1
  215. package/mobile/dist/components/OtherProducts/OtherProductsItem.d.ts +1 -2
  216. package/mobile/dist/components/OtherProducts/OtherProductsItem.js +10 -7
  217. package/mobile/dist/components/OtherProducts/OtherProductsItem.js.map +1 -1
  218. package/mobile/dist/components/ProductBlock/ProductBlockInner.js +1 -1
  219. package/mobile/dist/components/ProductBlock/ProductBlockInner.js.map +1 -1
  220. package/mobile/dist/components/ProductTile/ProductTile.js +1 -1
  221. package/mobile/dist/components/ProductTile/ProductTile.js.map +1 -1
  222. package/mobile/dist/components/Recommendation/Recommendation.js +1 -1
  223. package/mobile/dist/components/Recommendation/Recommendation.js.map +1 -1
  224. package/mobile/dist/components/StepsBlock/StepsBlock.js +2 -2
  225. package/mobile/dist/components/StepsBlock/StepsBlock.js.map +1 -1
  226. package/mobile/dist/components/TariffsTable/TariffsTableContent.d.ts +7 -5
  227. package/mobile/dist/components/Tile/Tile.js +2 -2
  228. package/mobile/dist/components/Tile/Tile.js.map +1 -1
  229. package/mobile/dist/icons/IconName.d.ts +22 -6
  230. package/mobile/dist/icons/IconName.js +18 -2
  231. package/mobile/dist/icons/IconName.js.map +1 -1
  232. package/mobile/dist/model/AlignType.d.ts +9 -0
  233. package/mobile/dist/model/AlignType.js +2 -0
  234. package/mobile/dist/model/AlignType.js.map +1 -0
  235. package/mobile/dist/model/VNode.d.ts +1 -0
  236. package/mobile/dist/model/VNode.js +2 -0
  237. package/mobile/dist/model/VNode.js.map +1 -0
  238. package/mobile/dist/ui-kit/Foldable/Foldable.d.ts +20 -0
  239. package/mobile/dist/ui-kit/Foldable/Foldable.js +22 -0
  240. package/mobile/dist/ui-kit/Foldable/Foldable.js.map +1 -0
  241. package/mobile/dist/ui-kit/Foldable/useActiveHandler.d.ts +11 -0
  242. package/mobile/dist/ui-kit/Foldable/useActiveHandler.js +22 -0
  243. package/mobile/dist/ui-kit/Foldable/useActiveHandler.js.map +1 -0
  244. package/mobile/dist/ui-kit/Logo/Logo.js +1 -1
  245. package/mobile/dist/ui-kit/Logo/Logo.js.map +1 -1
  246. package/mobile/dist/ui-kit/SearchBar/SearchBar.js +1 -1
  247. package/mobile/dist/ui-kit/SearchBar/SearchBar.js.map +1 -1
  248. package/mobile/lib/components/Accordion/AccordionContent.d.ts +3 -0
  249. package/mobile/lib/components/BaseTile/BaseTileProps.d.ts +1 -9
  250. package/mobile/lib/components/BenefitsBlock/BenefitsBlock.js +3 -3
  251. package/mobile/lib/components/BenefitsBlock/BenefitsBlock.js.map +1 -1
  252. package/mobile/lib/components/BlockContent.d.ts +2 -1
  253. package/mobile/lib/components/BonusBenefitsBlock/BonusBenefitsBlock.d.ts +5 -0
  254. package/mobile/lib/components/BonusBenefitsBlock/BonusBenefitsBlock.js +12 -0
  255. package/mobile/lib/components/BonusBenefitsBlock/BonusBenefitsBlock.js.map +1 -0
  256. package/mobile/lib/components/BonusBenefitsBlock/BonusBenefitsBlockContent.d.ts +21 -0
  257. package/mobile/lib/components/BonusBenefitsBlock/BonusBenefitsBlockContent.js +2 -0
  258. package/mobile/lib/components/BonusBenefitsBlock/BonusBenefitsBlockContent.js.map +1 -0
  259. package/mobile/lib/components/BonusBenefitsBlock/getElementsColsValue.d.ts +1 -0
  260. package/mobile/lib/components/BonusBenefitsBlock/getElementsColsValue.js +14 -0
  261. package/mobile/lib/components/BonusBenefitsBlock/getElementsColsValue.js.map +1 -0
  262. package/mobile/lib/components/ComparisonTable/ComparisonTable.js +1 -1
  263. package/mobile/lib/components/ComparisonTable/ComparisonTable.js.map +1 -1
  264. package/mobile/lib/components/ComparisonTable/HeaderCell.js +1 -1
  265. package/mobile/lib/components/ComparisonTable/HeaderCell.js.map +1 -1
  266. package/mobile/lib/components/ComparisonTable/TableCell.js +1 -1
  267. package/mobile/lib/components/ComparisonTable/TableCell.js.map +1 -1
  268. package/mobile/lib/components/ContentPage/ContentPage.js +1 -1
  269. package/mobile/lib/components/ContentPage/ContentPage.js.map +1 -1
  270. package/mobile/lib/components/Gallery/GalleryInner.js +1 -1
  271. package/mobile/lib/components/Gallery/GalleryInner.js.map +1 -1
  272. package/mobile/lib/components/Headline/Headline.js +1 -1
  273. package/mobile/lib/components/Headline/Headline.js.map +1 -1
  274. package/mobile/lib/components/Headline/HeadlineContent.d.ts +1 -1
  275. package/mobile/lib/components/Headline/constants.d.ts +1 -1
  276. package/mobile/lib/components/LinkDocs/LinkDocsContent.d.ts +1 -1
  277. package/mobile/lib/components/OtherProducts/OtherProductsContent.d.ts +1 -1
  278. package/mobile/lib/components/OtherProducts/OtherProductsItem.d.ts +1 -2
  279. package/mobile/lib/components/OtherProducts/OtherProductsItem.js +11 -8
  280. package/mobile/lib/components/OtherProducts/OtherProductsItem.js.map +1 -1
  281. package/mobile/lib/components/ProductBlock/ProductBlockInner.js +1 -1
  282. package/mobile/lib/components/ProductBlock/ProductBlockInner.js.map +1 -1
  283. package/mobile/lib/components/ProductTile/ProductTile.js +1 -1
  284. package/mobile/lib/components/ProductTile/ProductTile.js.map +1 -1
  285. package/mobile/lib/components/Recommendation/Recommendation.js +1 -1
  286. package/mobile/lib/components/Recommendation/Recommendation.js.map +1 -1
  287. package/mobile/lib/components/StepsBlock/StepsBlock.js +2 -2
  288. package/mobile/lib/components/StepsBlock/StepsBlock.js.map +1 -1
  289. package/mobile/lib/components/TariffsTable/TariffsTableContent.d.ts +7 -5
  290. package/mobile/lib/components/Tile/Tile.js +2 -2
  291. package/mobile/lib/components/Tile/Tile.js.map +1 -1
  292. package/mobile/lib/icons/IconName.d.ts +22 -6
  293. package/mobile/lib/icons/IconName.js +18 -2
  294. package/mobile/lib/icons/IconName.js.map +1 -1
  295. package/mobile/lib/model/AlignType.d.ts +9 -0
  296. package/mobile/lib/model/AlignType.js +2 -0
  297. package/mobile/lib/model/AlignType.js.map +1 -0
  298. package/mobile/lib/model/VNode.d.ts +1 -0
  299. package/mobile/lib/model/VNode.js +2 -0
  300. package/mobile/lib/model/VNode.js.map +1 -0
  301. package/mobile/lib/ui-kit/Foldable/Foldable.d.ts +20 -0
  302. package/mobile/lib/ui-kit/Foldable/Foldable.js +20 -0
  303. package/mobile/lib/ui-kit/Foldable/Foldable.js.map +1 -0
  304. package/mobile/lib/ui-kit/Foldable/useActiveHandler.d.ts +11 -0
  305. package/mobile/lib/ui-kit/Foldable/useActiveHandler.js +19 -0
  306. package/mobile/lib/ui-kit/Foldable/useActiveHandler.js.map +1 -0
  307. package/mobile/lib/ui-kit/Logo/Logo.js +1 -1
  308. package/mobile/lib/ui-kit/Logo/Logo.js.map +1 -1
  309. package/mobile/lib/ui-kit/SearchBar/SearchBar.js +1 -1
  310. package/mobile/lib/ui-kit/SearchBar/SearchBar.js.map +1 -1
  311. package/mobile/src/components/Accordion/AccordionContent.ts +3 -0
  312. package/mobile/src/components/BaseTile/BaseTileProps.ts +1 -10
  313. package/mobile/src/components/BenefitsBlock/BenefitsBlock.tsx +6 -8
  314. package/mobile/src/components/BlockContent.ts +3 -1
  315. package/mobile/src/components/BonusBenefitsBlock/BonusBenefitsBlock.example.json +54 -0
  316. package/mobile/src/components/BonusBenefitsBlock/BonusBenefitsBlock.tsx +49 -0
  317. package/mobile/src/components/BonusBenefitsBlock/BonusBenefitsBlockContent.ts +23 -0
  318. package/mobile/src/components/BonusBenefitsBlock/getElementsColsValue.ts +12 -0
  319. package/mobile/src/components/ComparisonTable/ComparisonTable.tsx +2 -2
  320. package/mobile/src/components/ComparisonTable/HeaderCell.tsx +4 -4
  321. package/mobile/src/components/ComparisonTable/TableCell.tsx +4 -4
  322. package/mobile/src/components/ContentPage/ContentPage.tsx +2 -2
  323. package/mobile/src/components/Gallery/GalleryInner.tsx +4 -4
  324. package/mobile/src/components/Headline/Headline.tsx +4 -4
  325. package/mobile/src/components/Headline/HeadlineContent.ts +1 -1
  326. package/mobile/src/components/Headline/constants.ts +1 -1
  327. package/mobile/src/components/LinkDocs/LinkDocsContent.ts +1 -1
  328. package/mobile/src/components/OtherProducts/OtherProductsContent.ts +1 -1
  329. package/mobile/src/components/OtherProducts/OtherProductsItem.tsx +33 -23
  330. package/mobile/src/components/ProductBlock/ProductBlockInner.tsx +2 -2
  331. package/mobile/src/components/ProductTile/ProductTile.tsx +2 -2
  332. package/mobile/src/components/Recommendation/Recommendation.tsx +4 -4
  333. package/mobile/src/components/StepsBlock/StepsBlock.tsx +9 -9
  334. package/mobile/src/components/TariffsTable/TariffsTableContent.ts +7 -5
  335. package/mobile/src/components/Tile/Tile.tsx +4 -4
  336. package/mobile/src/icons/AirPlane.svg +98 -0
  337. package/mobile/src/icons/ArrowUpIcon.svg +1 -1
  338. package/mobile/src/icons/ArrowsRewindRight.svg +1 -1
  339. package/mobile/src/icons/CarIcon.svg +466 -0
  340. package/mobile/src/icons/CinemaIcon.svg +274 -0
  341. package/mobile/src/icons/DocsIcon.svg +238 -0
  342. package/mobile/src/icons/IconName.ts +4 -4
  343. package/mobile/src/icons/PowerIcon.svg +135 -0
  344. package/mobile/src/icons/PumpkinIcon.svg +236 -0
  345. package/mobile/src/icons/SoundIcon.svg +113 -0
  346. package/mobile/src/icons/WateringCan.svg +497 -0
  347. package/mobile/src/model/AlignType.ts +9 -0
  348. package/mobile/src/model/VNode.ts +1 -0
  349. package/mobile/src/ui-kit/Foldable/Foldable.tsx +81 -0
  350. package/mobile/src/ui-kit/Foldable/useActiveHandler.ts +34 -0
  351. package/mobile/src/ui-kit/Logo/Logo.tsx +1 -1
  352. package/mobile/src/ui-kit/SearchBar/SearchBar.tsx +1 -1
  353. package/package.json +1 -1
  354. package/src/components/Accordion/Accordion.fixture.tsx +24 -2
  355. package/src/components/Accordion/Accordion.tsx +23 -2
  356. package/src/components/Accordion/AccordionContent.ts +3 -0
  357. package/src/components/BaseTile/BaseTileProps.ts +1 -10
  358. package/src/components/BenefitsBlock/BenefitsBlock.tsx +6 -8
  359. package/src/components/BlockContent.ts +3 -1
  360. package/src/components/Blocks.ts +2 -0
  361. package/src/components/BonusBenefitsBlock/BonusBenefitsBlock.example.json +54 -0
  362. package/src/components/BonusBenefitsBlock/BonusBenefitsBlock.fixture.tsx +50 -0
  363. package/src/components/BonusBenefitsBlock/BonusBenefitsBlock.tsx +49 -0
  364. package/src/components/BonusBenefitsBlock/BonusBenefitsBlockContent.ts +23 -0
  365. package/src/components/BonusBenefitsBlock/getElementsColsValue.ts +12 -0
  366. package/src/components/ComparisonTable/ComparisonTable.mobile.tsx +2 -2
  367. package/src/components/ComparisonTable/HeaderCell.mobile.tsx +4 -4
  368. package/src/components/ComparisonTable/TableCell.mobile.tsx +4 -4
  369. package/src/components/ComparisonTable/TableCell.tsx +4 -4
  370. package/src/components/ContentPage/ContentPage.tsx +2 -2
  371. package/src/components/Gallery/GalleryInner.tsx +4 -4
  372. package/src/components/Headline/Headline.mobile.tsx +4 -4
  373. package/src/components/Headline/Headline.tsx +4 -4
  374. package/src/components/Headline/HeadlineContent.ts +1 -1
  375. package/src/components/Headline/constants.ts +1 -1
  376. package/src/components/LinkDocs/LinkDocs.tsx +1 -1
  377. package/src/components/LinkDocs/LinkDocsContent.ts +1 -1
  378. package/src/components/MobileAppTile/MobileAppTile.tsx +2 -2
  379. package/src/components/OtherProducts/OtherProductsContent.ts +1 -1
  380. package/src/components/OtherProducts/OtherProductsItem.tsx +33 -23
  381. package/src/components/ProductBlock/ProductBlockInner.mobile.tsx +2 -2
  382. package/src/components/ProductBlock/ProductBlockInner.tsx +9 -11
  383. package/src/components/ProductTile/ProductTile.tsx +2 -2
  384. package/src/components/Recommendation/Recommendation.tsx +4 -4
  385. package/src/components/StepsBlock/StepsBlock.mobile.tsx +9 -9
  386. package/src/components/TariffsTable/TariffsTable.fixture.tsx +4 -1
  387. package/src/components/TariffsTable/TariffsTable.tsx +55 -18
  388. package/src/components/TariffsTable/TariffsTableContent.ts +7 -5
  389. package/src/components/TextBlock/TextBlock.tsx +4 -4
  390. package/src/components/Tile/Tile.tsx +4 -4
  391. package/src/icons/AirPlane.svg +98 -0
  392. package/src/icons/ArrowUpIcon.svg +1 -1
  393. package/src/icons/ArrowsRewindRight.svg +1 -1
  394. package/src/icons/CarIcon.svg +466 -0
  395. package/src/icons/CinemaIcon.svg +274 -0
  396. package/src/icons/DocsIcon.svg +238 -0
  397. package/src/icons/IconName.ts +28 -4
  398. package/src/icons/PowerIcon.svg +135 -0
  399. package/src/icons/PumpkinIcon.svg +236 -0
  400. package/src/icons/SoundIcon.svg +113 -0
  401. package/src/icons/WateringCan.svg +497 -0
  402. package/src/model/AlignType.ts +9 -0
  403. package/src/model/VNode.ts +1 -0
  404. package/src/ui-kit/Foldable/Foldable.tsx +81 -0
  405. package/src/ui-kit/Foldable/useActiveHandler.ts +34 -0
  406. package/src/ui-kit/Logo/Logo.mobile.tsx +1 -1
  407. package/src/ui-kit/SearchBar/SearchBar.mobile.tsx +1 -1
  408. package/src/ui-kit/SearchBar/SearchBar.tsx +1 -1
  409. package/src/ui-kit/SearchBar.mobile.tsx +1 -1
  410. package/dist/components/OtherProducts/OtherProductsItemInner.d.ts +0 -2
  411. package/dist/components/OtherProducts/OtherProductsItemInner.js +0 -10
  412. package/dist/components/OtherProducts/OtherProductsItemInner.js.map +0 -1
  413. package/dist/components/OtherProducts/useActiveHandler.d.ts +0 -7
  414. package/dist/components/OtherProducts/useActiveHandler.js +0 -21
  415. package/dist/components/OtherProducts/useActiveHandler.js.map +0 -1
  416. package/lib/components/OtherProducts/OtherProductsItemInner.d.ts +0 -2
  417. package/lib/components/OtherProducts/OtherProductsItemInner.js +0 -8
  418. package/lib/components/OtherProducts/OtherProductsItemInner.js.map +0 -1
  419. package/lib/components/OtherProducts/useActiveHandler.d.ts +0 -7
  420. package/lib/components/OtherProducts/useActiveHandler.js +0 -18
  421. package/lib/components/OtherProducts/useActiveHandler.js.map +0 -1
  422. package/mobile/dist/components/OtherProducts/OtherProductsItemInner.d.ts +0 -2
  423. package/mobile/dist/components/OtherProducts/OtherProductsItemInner.js +0 -10
  424. package/mobile/dist/components/OtherProducts/OtherProductsItemInner.js.map +0 -1
  425. package/mobile/dist/components/OtherProducts/useActiveHandler.d.ts +0 -7
  426. package/mobile/dist/components/OtherProducts/useActiveHandler.js +0 -21
  427. package/mobile/dist/components/OtherProducts/useActiveHandler.js.map +0 -1
  428. package/mobile/lib/components/OtherProducts/OtherProductsItemInner.d.ts +0 -2
  429. package/mobile/lib/components/OtherProducts/OtherProductsItemInner.js +0 -8
  430. package/mobile/lib/components/OtherProducts/OtherProductsItemInner.js.map +0 -1
  431. package/mobile/lib/components/OtherProducts/useActiveHandler.d.ts +0 -7
  432. package/mobile/lib/components/OtherProducts/useActiveHandler.js +0 -18
  433. package/mobile/lib/components/OtherProducts/useActiveHandler.js.map +0 -1
  434. package/mobile/src/components/OtherProducts/OtherProductsItemInner.tsx +0 -14
  435. package/mobile/src/components/OtherProducts/useActiveHandler.ts +0 -24
  436. package/src/components/OtherProducts/OtherProductsItemInner.tsx +0 -14
  437. package/src/components/OtherProducts/useActiveHandler.ts +0 -24
@@ -3,6 +3,7 @@
3
3
 
4
4
  export enum IconMap {
5
5
  ActualBalanceIcon = 'ActualBalanceIcon',
6
+ AirPlane = 'AirPlane',
6
7
  AppleIcon = 'AppleIcon',
7
8
  ArrowDownIcon = 'ArrowDownIcon',
8
9
  ArrowLeftIcon = 'ArrowLeftIcon',
@@ -21,7 +22,9 @@ export enum IconMap {
21
22
  CardPosIcon = 'CardPosIcon',
22
23
  CardTickIcon = 'CardTickIcon',
23
24
  CardWithGemIcon = 'CardWithGemIcon',
25
+ CarIcon = 'CarIcon',
24
26
  ChartSquareIcon = 'ChartSquareIcon',
27
+ CinemaIcon = 'CinemaIcon',
25
28
  ClockIcon = 'ClockIcon',
26
29
  CloseIcon = 'CloseIcon',
27
30
  ComfortableCompIcon = 'ComfortableCompIcon',
@@ -29,6 +32,7 @@ export enum IconMap {
29
32
  DiscountShapeIcon = 'DiscountShapeIcon',
30
33
  DocIcon = 'DocIcon',
31
34
  DocIconMonoColor = 'DocIconMonoColor',
35
+ DocsIcon = 'DocsIcon',
32
36
  DocumentTextIcon = 'DocumentTextIcon',
33
37
  DollarIcon = 'DollarIcon',
34
38
  EarthIcon = 'EarthIcon',
@@ -62,13 +66,16 @@ export enum IconMap {
62
66
  PersonalCardIcon = 'PersonalCardIcon',
63
67
  PlayMarketIcon = 'PlayMarketIcon',
64
68
  PlusIcon = 'PlusIcon',
69
+ PowerIcon = 'PowerIcon',
65
70
  Profile2UserIcon = 'Profile2UserIcon',
66
71
  ProfileIcon = 'ProfileIcon',
72
+ PumpkinIcon = 'PumpkinIcon',
67
73
  RoundRubleIcon = 'RoundRubleIcon',
68
74
  SafeIcon = 'SafeIcon',
69
75
  ShieldTickIcon = 'ShieldTickIcon',
70
76
  SignDocsIcon = 'SignDocsIcon',
71
77
  SmallClockIcon = 'SmallClockIcon',
78
+ SoundIcon = 'SoundIcon',
72
79
  TelegramIcon = 'TelegramIcon',
73
80
  UnionPayIcon = 'UnionPayIcon',
74
81
  UserTickIcon = 'UserTickIcon',
@@ -78,15 +85,17 @@ export enum IconMap {
78
85
  WalletAddIcon = 'WalletAddIcon',
79
86
  WalletIcon = 'WalletIcon',
80
87
  WalletWithMoneyIcon = 'WalletWithMoneyIcon',
88
+ WateringCan = 'WateringCan',
81
89
  }
82
90
 
83
91
  export enum IconTitleMap {
84
92
  ActualBalanceIcon = 'Деньги',
93
+ AirPlane = 'Самолет',
85
94
  AppleIcon = 'Лого «Apple»',
86
95
  ArrowDownIcon = "Стрелка 'Вниз'",
87
96
  ArrowLeftIcon = 'Стрелка',
88
- ArrowsRewindRight = 'ArrowsRewindRight',
89
- ArrowUpIcon = 'ArrowUpIcon',
97
+ ArrowsRewindRight = 'Стрелка',
98
+ ArrowUpIcon = 'Стрелка вверх',
90
99
  AtmIcon = 'Банкомат',
91
100
  BankIcon = 'Банк',
92
101
  BurgerIcon = 'Бургер',
@@ -100,7 +109,9 @@ export enum IconTitleMap {
100
109
  CardPosIcon = 'Кред. карта под наклоном',
101
110
  CardTickIcon = 'Кред. карта с галочкой',
102
111
  CardWithGemIcon = 'Карта с драгоценностями',
112
+ CarIcon = 'Машина',
103
113
  ChartSquareIcon = 'Деньги внутри кошелька',
114
+ CinemaIcon = 'Кино',
104
115
  ClockIcon = 'Часы',
105
116
  CloseIcon = 'Крестик',
106
117
  ComfortableCompIcon = 'Кресло',
@@ -108,6 +119,7 @@ export enum IconTitleMap {
108
119
  DiscountShapeIcon = 'Скидка',
109
120
  DocIcon = 'Документ',
110
121
  DocIconMonoColor = 'Документ (одноцветный)',
122
+ DocsIcon = 'Документы',
111
123
  DocumentTextIcon = 'Документ с текстом',
112
124
  DollarIcon = 'Доллар',
113
125
  EarthIcon = 'Земля',
@@ -141,13 +153,16 @@ export enum IconTitleMap {
141
153
  PersonalCardIcon = 'Персональная карта',
142
154
  PlayMarketIcon = 'Лого «PlayMarket»',
143
155
  PlusIcon = 'Плюс',
156
+ PowerIcon = 'Щит',
144
157
  Profile2UserIcon = 'Профиль, 2 персоны',
145
158
  ProfileIcon = 'Профиль',
159
+ PumpkinIcon = 'Тыква',
146
160
  RoundRubleIcon = 'Рубль (круг.)',
147
161
  SafeIcon = 'Сейф',
148
162
  ShieldTickIcon = 'Безопасность',
149
163
  SignDocsIcon = 'Подписанные документы',
150
164
  SmallClockIcon = 'Маленькие часы',
165
+ SoundIcon = 'Звук',
151
166
  TelegramIcon = 'Лого «Telegram»',
152
167
  UnionPayIcon = 'UnionPay',
153
168
  UserTickIcon = 'Пользователь',
@@ -157,6 +172,7 @@ export enum IconTitleMap {
157
172
  WalletAddIcon = 'Кошелёк с плюсом',
158
173
  WalletIcon = 'Кошелёк',
159
174
  WalletWithMoneyIcon = 'Кошелёк с деньгами',
175
+ WateringCan = 'Добавить продукт',
160
176
  }
161
177
 
162
178
  /**
@@ -164,12 +180,13 @@ export enum IconTitleMap {
164
180
  * @title Иконка
165
181
  * @enumNames [
166
182
  * "",
167
- * "Деньги", "Лого «Apple»", "Стрелка 'Вниз'", "Стрелка", "ArrowsRewindRight", "ArrowUpIcon", "Банкомат", "Банк", "Бургер", "Бургер (белый)", "Календарь 2", "Скруглённый календарь", "Календарь", "Календарь с галочкой", "Календарь белый", "Кред. карта", "Кред. карта под наклоном", "Кред. карта с галочкой", "Карта с драгоценностями", "Деньги внутри кошелька", "Часы", "Крестик", "Кресло", "Кредитные карты", "Скидка", "Документ", "Документ (одноцветный)", "Документ с текстом", "Доллар", "Земля", "Пустой кошелёк с возвратом", "Пустой кошелёк", "Пустой кошелёк (белый)", "Евро", "Геолокация", "Зеркало", "Глобус", "Gps", "Сетка", "Сетка (белая)", "Диаграмма роста", "Скидка", "JCB", "Лупа", "MasterCard", "Минус", "МИР", "Деньги", "Денежное страхование", "Монитор и мобильный", "Новый документ", "Офис", "Лого «Одноклассники»", "Бизнес", "Проценты (круг.)", "Проценты", "Проценты белые", "Персональная карта", "Лого «PlayMarket»", "Плюс", "Профиль, 2 персоны", "Профиль", "Рубль (круг.)", "Сейф", "Безопасность", "Подписанные документы", "Маленькие часы", "Лого «Telegram»", "UnionPay", "Пользователь", "Visa", "Лого «VK»", "Пополнение карты", "Кошелёк с плюсом", "Кошелёк", "Кошелёк с деньгами"
183
+ * "Деньги", "Самолет", "Лого «Apple»", "Стрелка 'Вниз'", "Стрелка", "Стрелка", "Стрелка вверх", "Банкомат", "Банк", "Бургер", "Бургер (белый)", "Календарь 2", "Скруглённый календарь", "Календарь", "Календарь с галочкой", "Календарь белый", "Кред. карта", "Кред. карта под наклоном", "Кред. карта с галочкой", "Карта с драгоценностями", "Машина", "Деньги внутри кошелька", "Кино", "Часы", "Крестик", "Кресло", "Кредитные карты", "Скидка", "Документ", "Документ (одноцветный)", "Документы", "Документ с текстом", "Доллар", "Земля", "Пустой кошелёк с возвратом", "Пустой кошелёк", "Пустой кошелёк (белый)", "Евро", "Геолокация", "Зеркало", "Глобус", "Gps", "Сетка", "Сетка (белая)", "Диаграмма роста", "Скидка", "JCB", "Лупа", "MasterCard", "Минус", "МИР", "Деньги", "Денежное страхование", "Монитор и мобильный", "Новый документ", "Офис", "Лого «Одноклассники»", "Бизнес", "Проценты (круг.)", "Проценты", "Проценты белые", "Персональная карта", "Лого «PlayMarket»", "Плюс", "Щит", "Профиль, 2 персоны", "Профиль", "Тыква", "Рубль (круг.)", "Сейф", "Безопасность", "Подписанные документы", "Маленькие часы", "Звук", "Лого «Telegram»", "UnionPay", "Пользователь", "Visa", "Лого «VK»", "Пополнение карты", "Кошелёк с плюсом", "Кошелёк", "Кошелёк с деньгами", "Добавить продукт"
168
184
  * ]
169
185
  */
170
186
  export type IconName =
171
187
  | ''
172
188
  | 'ActualBalanceIcon'
189
+ | 'AirPlane'
173
190
  | 'AppleIcon'
174
191
  | 'ArrowDownIcon'
175
192
  | 'ArrowLeftIcon'
@@ -188,7 +205,9 @@ export type IconName =
188
205
  | 'CardPosIcon'
189
206
  | 'CardTickIcon'
190
207
  | 'CardWithGemIcon'
208
+ | 'CarIcon'
191
209
  | 'ChartSquareIcon'
210
+ | 'CinemaIcon'
192
211
  | 'ClockIcon'
193
212
  | 'CloseIcon'
194
213
  | 'ComfortableCompIcon'
@@ -196,6 +215,7 @@ export type IconName =
196
215
  | 'DiscountShapeIcon'
197
216
  | 'DocIcon'
198
217
  | 'DocIconMonoColor'
218
+ | 'DocsIcon'
199
219
  | 'DocumentTextIcon'
200
220
  | 'DollarIcon'
201
221
  | 'EarthIcon'
@@ -229,13 +249,16 @@ export type IconName =
229
249
  | 'PersonalCardIcon'
230
250
  | 'PlayMarketIcon'
231
251
  | 'PlusIcon'
252
+ | 'PowerIcon'
232
253
  | 'Profile2UserIcon'
233
254
  | 'ProfileIcon'
255
+ | 'PumpkinIcon'
234
256
  | 'RoundRubleIcon'
235
257
  | 'SafeIcon'
236
258
  | 'ShieldTickIcon'
237
259
  | 'SignDocsIcon'
238
260
  | 'SmallClockIcon'
261
+ | 'SoundIcon'
239
262
  | 'TelegramIcon'
240
263
  | 'UnionPayIcon'
241
264
  | 'UserTickIcon'
@@ -244,4 +267,5 @@ export type IconName =
244
267
  | 'WalletAdd2Icon'
245
268
  | 'WalletAddIcon'
246
269
  | 'WalletIcon'
247
- | 'WalletWithMoneyIcon';
270
+ | 'WalletWithMoneyIcon'
271
+ | 'WateringCan';
@@ -0,0 +1,135 @@
1
+ <svg title="Щит" width="180" height="160" viewBox="0 0 180 160" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_10079_21731859)">
3
+ <rect width="180" height="160" fill="white"/>
4
+ <g filter="url(#filter0_f_10079_21731859)">
5
+ <path d="M86.3867 152.83C111.099 152.83 131.133 151.541 131.133 149.951C131.133 148.36 111.099 147.071 86.3867 147.071C61.6741 147.071 41.6406 148.36 41.6406 149.951C41.6406 151.541 61.6741 152.83 86.3867 152.83Z" fill="url(#paint0_radial_10079_21731859)"/>
6
+ </g>
7
+ <path d="M91.5707 13.1694H79.9568V17.0601L39.25 30.7645L40.7598 59.7413C42.2696 88.66 56.8451 114.966 79.9568 131.573V138.716H91.5707C121.36 123.269 140.698 93.2475 142.382 59.7413L143.891 30.7645L91.5707 13.1694Z" fill="url(#paint1_linear_10079_21731859)"/>
8
+ <path d="M71.0703 20.0799H112.126L106.551 18.2217H76.5869L71.0703 20.0799Z" fill="#0062EA"/>
9
+ <path d="M68.2266 121.585C70.4913 123.85 72.8721 125.999 75.4272 128.089H107.772C110.269 126.057 112.65 123.85 114.973 121.585H68.2266Z" fill="#0062EA"/>
10
+ <path d="M71.7734 30.939V37.4428H143.548L143.896 30.939H71.7734Z" fill="#0062EA"/>
11
+ <path d="M99.9872 133.78C100.916 133.199 101.787 132.561 102.716 131.922H79.9531V133.78H99.9872Z" fill="#42AB44"/>
12
+ <path d="M81.2344 40.6943V42.5526H143.311L143.369 40.6943H81.2344Z" fill="#42AB44"/>
13
+ <mask id="mask0_10079_21731859" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="27" y="13" width="106" height="126">
14
+ <path d="M79.9536 138.716C109.743 123.269 129.08 93.2475 130.764 59.7413L132.274 30.7645L79.9536 13.1694L27.6328 30.7645L29.1426 59.7413C30.8266 93.2475 50.2219 123.269 79.9536 138.716Z" fill="#42AB44"/>
15
+ </mask>
16
+ <g mask="url(#mask0_10079_21731859)">
17
+ <path d="M79.9536 138.716C109.743 123.269 129.08 93.2475 130.764 59.7413L132.274 30.7645L79.9536 13.1694L27.6328 30.7645L29.1426 59.7413C30.8266 93.2475 50.2219 123.269 79.9536 138.716Z" fill="url(#paint2_linear_10079_21731859)"/>
18
+ <path d="M128.208 79.0784L134.133 45.6553L35.1016 118.425L87.7598 148.802L128.208 79.0784Z" fill="url(#paint3_linear_10079_21731859)"/>
19
+ </g>
20
+ <g filter="url(#filter1_d_10079_21731859)">
21
+ <path d="M79.9536 22.9832L122.635 37.3264L121.531 59.2767C120.777 74.0845 116.131 88.4858 108.117 100.971C100.975 112.062 91.3352 121.353 80.0116 128.089C68.688 121.353 59.0485 112.062 51.9059 100.971C43.8923 88.4858 39.2467 74.0845 38.4918 59.2767L37.3885 37.3264L79.9536 22.9832ZM79.9536 13.1694L27.6328 30.7645L29.1426 59.7413C30.8847 93.1894 50.2219 123.269 79.9536 138.716C109.743 123.269 129.08 93.2475 130.764 59.7413L132.274 30.7645L79.9536 13.1694Z" fill="#BEE6FF"/>
22
+ </g>
23
+ <g filter="url(#filter2_f_10079_21731859)">
24
+ <path d="M46 43.3159V59.2248L76.5071 32.0859L46 43.3159Z" fill="#64E466"/>
25
+ </g>
26
+ <g filter="url(#filter3_f_10079_21731859)">
27
+ <path d="M80.6094 114.601V122.837L111.117 95.6982L87.8095 104.278C83.4836 105.87 80.6094 109.991 80.6094 114.601Z" fill="#F2F9BD"/>
28
+ </g>
29
+ <mask id="mask1_10079_21731859" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="27" y="13" width="106" height="126">
30
+ <path d="M79.9536 22.9832L122.635 37.3264L121.531 59.2767C120.777 74.0845 116.131 88.4858 108.117 100.971C100.975 112.062 91.3352 121.353 80.0116 128.089C68.688 121.353 59.0485 112.062 51.9059 100.971C43.8923 88.4858 39.2467 74.0845 38.4918 59.2767L37.3885 37.3264L79.9536 22.9832ZM79.9536 13.1694L27.6328 30.7645L29.1426 59.7413C30.8847 93.1894 50.2219 123.269 79.9536 138.716C109.743 123.269 129.08 93.2475 130.764 59.7413L132.274 30.7645L79.9536 13.1694Z" fill="#BEE6FF"/>
31
+ </mask>
32
+ <g mask="url(#mask1_10079_21731859)">
33
+ <rect x="107.344" y="6.75537" width="5.30962" height="116.987" transform="rotate(46.5014 107.344 6.75537)" fill="white"/>
34
+ <rect x="118.242" y="10.2178" width="29.2529" height="136.584" transform="rotate(46.5014 118.242 10.2178)" fill="white"/>
35
+ </g>
36
+ <path d="M86.4419 41.624H78.6054V42.6689C68.1568 45.8035 60.3203 55.7297 60.3203 67.7456C60.3203 79.7615 68.1568 89.1653 78.6054 92.8223V93.8672H86.4419C86.4419 93.8672 86.4419 93.8672 86.9643 93.8672C101.592 93.8672 113.086 82.3737 113.086 67.7456C113.086 53.1175 100.548 41.624 86.4419 41.624Z" fill="url(#paint4_linear_10079_21731859)"/>
37
+ <mask id="mask2_10079_21731859" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="60" y="41" width="54" height="53">
38
+ <path d="M86.4497 41.624H78.6132V42.6689C68.1646 45.8035 60.3281 55.7297 60.3281 67.7456C60.3281 79.7615 68.1646 89.1653 78.6132 92.8223V93.8672H86.4497C86.4497 93.8672 86.4497 93.8672 86.9721 93.8672C101.6 93.8672 113.094 82.3737 113.094 67.7456C113.094 53.1175 100.555 41.624 86.4497 41.624Z" fill="url(#paint5_linear_10079_21731859)"/>
39
+ </mask>
40
+ <g mask="url(#mask2_10079_21731859)">
41
+ <rect x="74.2188" y="82.2725" width="37.9375" height="1.44055" fill="#0062EA"/>
42
+ <rect x="74.2188" y="46.2725" width="37.9375" height="1.44055" fill="#0062EA"/>
43
+ <rect x="77.2188" y="50.2725" width="37.9375" height="3.94287" fill="#42AB44"/>
44
+ <rect x="72.0938" y="86.2725" width="37.9375" height="3.94287" fill="#42AB44"/>
45
+ </g>
46
+ <path d="M81.2232 93.8672C95.6497 93.8672 107.345 82.1722 107.345 67.7456C107.345 53.3191 95.6497 41.624 81.2232 41.624C66.7966 41.624 55.1016 53.3191 55.1016 67.7456C55.1016 82.1722 66.7966 93.8672 81.2232 93.8672Z" fill="#F6F6F6"/>
47
+ <path d="M78.6138 93.8672C93.0403 93.8672 104.735 82.1722 104.735 67.7456C104.735 53.3191 93.0403 41.624 78.6138 41.624C64.1872 41.624 52.4922 53.3191 52.4922 67.7456C52.4922 82.1722 64.1872 93.8672 78.6138 93.8672Z" fill="#DADADA"/>
48
+ <path d="M78.6138 93.8672C93.0403 93.8672 104.735 82.1722 104.735 67.7456C104.735 53.3191 93.0403 41.624 78.6138 41.624C64.1872 41.624 52.4922 53.3191 52.4922 67.7456C52.4922 82.1722 64.1872 93.8672 78.6138 93.8672Z" fill="#BEE6FF"/>
49
+ <path d="M78.6138 93.8672C93.0403 93.8672 104.735 82.1722 104.735 67.7456C104.735 53.3191 93.0403 41.624 78.6138 41.624C64.1872 41.624 52.4922 53.3191 52.4922 67.7456C52.4922 82.1722 64.1872 93.8672 78.6138 93.8672Z" fill="url(#paint6_linear_10079_21731859)"/>
50
+ <path d="M53.6032 72.7234C53.6032 56.2935 66.5124 43.3844 82.9422 43.3844C85.8761 43.3844 88.81 43.9711 91.7439 44.5579C88.2233 42.7976 84.1158 41.624 79.4216 41.624C64.7521 41.624 52.4297 53.9464 52.4297 68.6159C52.4297 72.7233 53.6032 76.8308 54.7768 79.7647C54.19 77.4176 53.6032 75.0705 53.6032 72.7234Z" fill="white"/>
51
+ <path d="M76.5149 83.4173L63.9766 70.879L69.7233 65.1322L76.5149 71.9238L93.7552 54.6836L99.5019 60.4303L76.5149 83.4173Z" fill="url(#paint7_linear_10079_21731859)"/>
52
+ <path d="M76.5149 83.4173L63.9766 70.879L69.7233 65.1322L76.5149 71.9238L93.7552 54.6836L99.5019 60.4303L76.5149 83.4173Z" fill="url(#paint8_linear_10079_21731859)"/>
53
+ <path d="M73.3821 83.4173L60.8438 70.879L66.5905 65.1322L73.3821 71.9238L90.0999 54.6836L95.8467 60.4303L73.3821 83.4173Z" fill="url(#paint9_linear_10079_21731859)"/>
54
+ <path d="M73.3828 83.422L92.6528 57.2153L95.8474 60.435L73.3828 83.422Z" fill="#F6F6F6"/>
55
+ <path d="M36.8606 102.239L24.1019 100.531C21.9974 100.268 20.419 98.5603 20.0244 96.5893L18.0514 83.4497L16.6045 96.4579C16.3415 98.6917 14.6315 100.4 12.3955 100.663L-0.757812 102.239L12.2639 103.816C14.6315 104.079 16.3415 106.05 16.473 108.284L18.1829 138.373L20.2874 108.152C20.419 105.918 22.2604 104.079 24.4965 103.685L36.8606 102.239Z" fill="#B5E2FF"/>
56
+ <g filter="url(#filter4_f_10079_21731859)">
57
+ <path d="M165.574 24.8897L156.881 23.7259C155.448 23.5469 154.372 22.3832 154.104 21.0405L152.759 12.0889L151.774 20.951C151.594 22.4727 150.43 23.6364 148.906 23.8155L139.945 24.8897L148.817 25.9638C150.43 26.1429 151.595 27.4856 151.684 29.0074L152.849 49.5066L154.283 28.9179C154.372 27.3961 155.627 26.1429 157.15 25.8743L165.574 24.8897Z" fill="#B5E2FF"/>
58
+ </g>
59
+ </g>
60
+ <defs>
61
+ <filter id="filter0_f_10079_21731859" x="34.6406" y="140.071" width="103.492" height="19.7588" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
62
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
63
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
64
+ <feGaussianBlur stdDeviation="3.5" result="effect1_foregroundBlur_10079_21731859"/>
65
+ </filter>
66
+ <filter id="filter1_d_10079_21731859" x="27.6328" y="12.1694" width="109.641" height="129.546" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
67
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
68
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
69
+ <feOffset dx="3" dy="1"/>
70
+ <feGaussianBlur stdDeviation="1"/>
71
+ <feComposite in2="hardAlpha" operator="out"/>
72
+ <feColorMatrix type="matrix" values="0 0 0 0 0.211765 0 0 0 0 0.352941 0 0 0 0 0.752941 0 0 0 1 0"/>
73
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_10079_21731859"/>
74
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_10079_21731859" result="shape"/>
75
+ </filter>
76
+ <filter id="filter2_f_10079_21731859" x="42" y="28.0859" width="38.5078" height="35.1387" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
77
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
78
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
79
+ <feGaussianBlur stdDeviation="2" result="effect1_foregroundBlur_10079_21731859"/>
80
+ </filter>
81
+ <filter id="filter3_f_10079_21731859" x="67.6094" y="82.6982" width="56.5078" height="53.1387" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
82
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
83
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
84
+ <feGaussianBlur stdDeviation="6.5" result="effect1_foregroundBlur_10079_21731859"/>
85
+ </filter>
86
+ <filter id="filter4_f_10079_21731859" x="135.945" y="8.08887" width="33.625" height="45.4175" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
87
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
88
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
89
+ <feGaussianBlur stdDeviation="2" result="effect1_foregroundBlur_10079_21731859"/>
90
+ </filter>
91
+ <radialGradient id="paint0_radial_10079_21731859" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(86.3867 149.951) rotate(90.0054) scale(1.51919 23.6076)">
92
+ <stop stop-color="#6A99DD"/>
93
+ <stop offset="1" stop-color="#A0C0EF"/>
94
+ </radialGradient>
95
+ <linearGradient id="paint1_linear_10079_21731859" x1="91.5729" y1="85.4239" x2="91.5698" y2="138.716" gradientUnits="userSpaceOnUse">
96
+ <stop/>
97
+ <stop offset="1" stop-color="#0357CA"/>
98
+ </linearGradient>
99
+ <linearGradient id="paint2_linear_10079_21731859" x1="55.6602" y1="67.7083" x2="110.849" y2="112.197" gradientUnits="userSpaceOnUse">
100
+ <stop stop-color="#42AB44"/>
101
+ <stop offset="1" stop-color="#C1EA97"/>
102
+ </linearGradient>
103
+ <linearGradient id="paint3_linear_10079_21731859" x1="84.6172" y1="65.6443" x2="112.689" y2="88.4087" gradientUnits="userSpaceOnUse">
104
+ <stop stop-color="#2A842B"/>
105
+ <stop offset="1" stop-color="#42AB44" stop-opacity="0"/>
106
+ </linearGradient>
107
+ <linearGradient id="paint4_linear_10079_21731859" x1="86.7042" y1="71.691" x2="86.7031" y2="93.8672" gradientUnits="userSpaceOnUse">
108
+ <stop/>
109
+ <stop offset="1" stop-color="#0357CA"/>
110
+ </linearGradient>
111
+ <linearGradient id="paint5_linear_10079_21731859" x1="86.712" y1="71.691" x2="86.7109" y2="93.8672" gradientUnits="userSpaceOnUse">
112
+ <stop/>
113
+ <stop offset="1" stop-color="#0357CA"/>
114
+ </linearGradient>
115
+ <linearGradient id="paint6_linear_10079_21731859" x1="100.654" y1="74.2822" x2="89.5482" y2="42.4951" gradientUnits="userSpaceOnUse">
116
+ <stop stop-color="#F4FAFF"/>
117
+ <stop offset="1" stop-color="#F4FAFF" stop-opacity="0"/>
118
+ </linearGradient>
119
+ <linearGradient id="paint7_linear_10079_21731859" x1="78.7759" y1="69.0505" x2="67.5346" y2="61.3822" gradientUnits="userSpaceOnUse">
120
+ <stop/>
121
+ <stop offset="1" stop-color="#C17845"/>
122
+ </linearGradient>
123
+ <linearGradient id="paint8_linear_10079_21731859" x1="73.6518" y1="52.3575" x2="84.3206" y2="61.7329" gradientUnits="userSpaceOnUse">
124
+ <stop stop-color="#42AB44"/>
125
+ <stop offset="1" stop-color="#42AB44" stop-opacity="0"/>
126
+ </linearGradient>
127
+ <linearGradient id="paint9_linear_10079_21731859" x1="73.5757" y1="63.9042" x2="99.7404" y2="81.4669" gradientUnits="userSpaceOnUse">
128
+ <stop stop-color="#42AB44"/>
129
+ <stop offset="1" stop-color="#C8E99F"/>
130
+ </linearGradient>
131
+ <clipPath id="clip0_10079_21731859">
132
+ <rect width="180" height="160" fill="white"/>
133
+ </clipPath>
134
+ </defs>
135
+ </svg>